/*初始化样式*/
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
    text-align: left;
}
a {
    text-decoration: none;
}
/*共用样式*/
html{
    font-family: 微软雅黑;
}
.banner_img img{
    width: 100%;
    display: block;
}
header nav{
    background:linear-gradient(#4dadf9,#2b7cfd);
}
header nav ul{
    display: flex;
    justify-content: space-evenly;
}
header nav ul li{
    width: 100%;
}
header nav ul li a{
    display: block;
    line-height: 50px;
    text-align: center;
    font-weight: bolder;
    color: white;
}

/*内容部分，推荐内容部分为手机总宽度的96%，即左右两边留白2%*/
.main{
    /*margin-top: 38%;*/
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.main_title{
    height: 92px;
    text-align: center;
    background: url("../images/index/main_title.png");
    background-size: cover;
    color: white;
    width: 1200px;
    margin: 15px auto 0;
}
.main_title span{
    font-size: 28px;
    display: block;
    padding-top: 15px;
}
.main_title p{
    font-size: 20px;
    display: block;
}
.main_title1{
    font-size: 36px;
    text-align: center;
    line-height: 92px;
    background: url("../images/kongjie/main_title.png");
    background-size: cover;
    color: white;
    width: 1200px;
    margin: 15px auto 0;
}
.main_content1{
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}
.main_content1left{
    width: 800px;
    float: left;
}
.main_content1lefttitle{
    background: #36a9fa;
    line-height: 50px;
    border-radius: 8px 8px 0 0;
}
.main_content1lefttitle img{
    margin: 0 10px 0 30px;
}
.main_content1lefttitle span{
    font-size: 24px;
    line-height: 50px;
    color: white;
}
.main_content1text{
    float: left;
    border: 1px solid #e4e4e4;
    padding: 10px;
    overflow: hidden;
    width: 778px;


    position: relative;
    /*width: 60%;*/
    /*margin: 0 auto;*/
    height: 565px;
    /*overflow: hidden;*/
    /*top: 25px;*/
    /*left: 255px;*/
}
.main_content1text ul{
    position: absolute;
    /*bottom: -56px;*/
    bottom: -226px;
    width: 100%;
}
.main_content1text ul li{
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    /*padding: 10px 0;*/
}
.main_content1text ul li div{
    margin: 10px 0;
}
.main_content1text ul li div:nth-of-type(1){
    border: 1px solid #e4e4e4;
    float: left;
    display: inline-block;
    padding: 5px;
}
.main_content1text ul li div:nth-of-type(1) img{
    display: block;
    width: 80px;
}
.main_content1text ul li div:nth-of-type(2){
    float: left;
    width: 500px;
    margin-left: 20px;
}
.main_content1text ul li div:nth-of-type(2) span{
    color: #36a9fa;
    font-size: 18px;
}
.main_content1text ul li div:nth-of-type(2) p{
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
}
.main_content1text ul li div:nth-of-type(3){
    width: 150px;
    float: left;
    text-align: center;
}
.main_content1text ul li div:nth-of-type(3) a{
    width: 120px;
    display: block;
    margin: 0 auto;
    color: white;
    background: #ff6e05;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
}

/*------*/

.main_content1right{
    width: 380px;
    float: left;
    margin-left: 20px;
}
.main_content1righttext{
    float: left;
    border: 1px solid #e4e4e4;
    padding: 10px;
    overflow: hidden;
    width: 358px;
    height: 565px;
}
.main_content1righttext ul li{
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    /*padding: 10px 0;*/
}
.main_content1righttext ul li div{
    margin: 10px 0;
}
.main_content1righttext ul li div:nth-of-type(1){
    float: left;
    width: 250px;
}
.main_content1righttext ul li div:nth-of-type(1) span{
    font-size: 18px;
    text-indent: 5px;
    display: block;
}
.main_content1righttext ul li div:nth-of-type(1) p{
    font-size: 14px;
    color: #ff6e05;
    text-indent: 5px;

}
.main_content1righttext ul li div:nth-of-type(2){
    width: 100px;
    float: left;
    margin-top: 20px;
}
.main_content1righttext ul li div:nth-of-type(2) a{
    color: #36a9fa;
    font-size: 15px;
    border: 1px solid #36a9fa;
    padding: 3px 5px;
}


.main_content2{
    width: 1198px;
    border: 1px solid #e4e4e4;
    margin: 0 auto;
}
.main_content2 ul{
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0;
}
.main_content2 ul li{
    width: 18%;
    border: 1px solid #e4e4e4;
}
.main_content2 ul li img{
    display: block;
    margin: 20px auto;
}
.main_content2 ul li span{
    color: #4d56fd;
    font-size: 26px;
    display: block;
    text-align: center;
}
.main_content2 ul li p{
    margin: 15px;
    line-height: 26px;
}
.main_content3{
    width: 1198px;
    height: 448px;
    background: url("../images/weixiu/main_content3img1.jpg");
    margin: 20px auto;
}
.main_content3>span{
    color: #4d56fd;
    font-size: 28px;
    display: block;
    text-align: center;
    line-height: 40px;
    padding-top: 20px;
}
.main_content3>p{
    color: #141414;
    font-size: 22px;
    text-align: center;
}
.main_content3 ul{
    display: flex;
    justify-content: space-around;
    margin-top: 140px;
}
.main_content3 ul li{
    width: 220px;
    text-align: center;
}
.main_content3 a{
    display: block;
    width: 350px;
    background: #ff6e05;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin: 30px auto 0;
}

.main_btn{
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}
.main_btn a{
    width: 47%;
    display: inline-block;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    font-size: 22px;
    text-indent: 5%;
    margin-top: 30px;
}
.main_btn a:nth-of-type(1){
    background: #36a7f9 url(../images/kongjie/main_btnimg1.png) no-repeat;
    background-position: 15%;
    background-size: 30px;
}
.main_btn a:nth-of-type(2){
    background: #ff6e05 url(../images/kongjie/main_btnimg2.png) no-repeat;
    background-position: 15%;
    background-size: 30px;
}

.main_content4{
    width: 1200px;
    margin: 0 auto;
}
.main_content4 ul{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.main_content4 ul li{
    width: 19%;
    background: #eee;
    text-align: center;
}
.main_content4 ul li img{
    margin: 30px 0 0;
}
.main_content4 ul li p{
    padding: 0 20px 20px;
    line-height: 23px;
    text-align: left;
}

#message_form{
    border: 1px solid #dedede;
    width: 1198px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.form_baoming2{
    width: 700px;
    margin: 0 auto;
}
.form_baoming2 ul{
    display: flex;
    justify-content: space-between;
}
.form_baoming2 li{
    display: inline-block;
    margin-top: 25px;
}
.form_baoming2 span{
    display: inline-block;
    width: 82px;
}
.form_baoming2 input{
    height: 30px;
    width: 220px;
    text-indent: 5px;
    font-size: 15px;
    border: 1px solid #cccccc;
    outline: none;
}
.form_baoming2 select{
    height: 32px;
    width: 222px;
    text-indent: 5px;
    font-size: 15px;
    border: 1px solid #cccccc;
    outline: none;
}
.form_baoming2 .message_form_btn{
    margin:30px auto;
    width: 300px;
    height: 36px;
    line-height: 36px;
    color: white;
    border-radius: 5px;
    background: #ff6e04;
    border:none;
    display: block;
    text-align: center;
    cursor: pointer;
}
.form_baoming2>a{
    color: #999;
    font-size: 1.4rem;
    display: block;
    margin-top: 20px;
    padding-bottom: 40px;
}
#main_formbaoming>span{
    font-size: 32px;
    line-height: 50px;
    color: #4d56fd;
    display: block;
    text-align: center;
}
#main_formbaoming>p{
    text-align: center;
}
#main_formbaoming>p em{
    font-style: normal;
    color: #ff6e04;
    font-size: 18px;
}
#main_formbaoming>p:nth-of-type(2){
    color: #ff6e04;
}

@media all and (max-width: 375px) {

}
@media all and (max-width: 320px) {

}