html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
ul,h1,h2,p{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
button,input{
    outline: none;
    border: none;
    background: transparent;
}
.wrap{
    width: 100%;
    height: 100%;
}
.banner{
    width: 100%;
    margin-top:0 !important;
}
.banner img{
    width: 100%;
}
.cooperation{
    padding:  0 10%;
    text-align: center;
}
.cooperation h2,.advantage h2{
    font-size: 42px;
    margin-bottom: 5px;
}
.cooperation ul{
    overflow: hidden;
    margin-top: 20px;

}
.cooperation ul li{
    float: left;
    width: 17%;
    background: #fbf7f6;
    border:1px solid #cbcbcb;
    margin: 0 1%;
    box-shadow:1px 1px  5px 2px #cbcbcb;
    padding: 20px 0;
}
.cooperation ul li p:nth-child(1){
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.cooperation ul li p:nth-child(1) img{
    width: 100%;
    display: inherit;
}
.cooperation ul li p:nth-child(2){
    font-size: 18px;
}
.advantage{
   text-align: center;
    margin: 50px 0;
    padding: 0 6%;
}
.advantage .advantage_slogan,.cooperation_model .advantage_slogan{
    font-size: 18px;
}
.advantage ul{
    overflow: hidden;
}
.advantage ul li{
    float: left;
    width: 23%;
    height: 360px;
    background: #fdf9f8;
    margin: 0 1%;
    box-shadow:5px 5px 5px #cdcdcd;
}
.advantage ul li p:nth-child(1){
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.advantage ul li p:nth-child(1) img{
    width: 100%;
    display: inherit;
}
.advantage ul li p:nth-child(2){
    color: #32312f;
    font-size: 20px;
}
.advantage ul li p:nth-child(3){
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
}
.site{

}
.site h2{
    text-align: center;
    font-size: 42px;
    margin-bottom: 15px;
}
.site_cont{
    background: #f2eeed;
    display: flex;
    padding: 15px 0;
    justify-content: center;
}
.site_cont_img{
    width: 30%;
    margin-right: 2%;
}
.site_cont_img img{
    width: 100%;
}
.site_cont_info{
    padding-top: 20px;
    font-size: 20px;
}
.site_cont_info h1{
    color: #e2525b;
}
.site_cont_info .line{
    width: 90%;
    height: 5px;
    background: #b4b6b5;
}
.site_cont_info span{
    font-size: 26px;
    color: #e2525b;
    font-weight: 600;
}
.service{
    background: #f2eeed;
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
}
.service h1{
    font-size: 30px;
}
.service p{
    font-size: 18px;
    margin-bottom: 5px;
}
.service_left{
    width: 62%;
    margin-left: 3%;
    float: left;
}
.service_left img{
    width: 100%;
    height: 100%;
}
.service_left li{
    position: relative;
    height: 300px;
    margin-bottom: 5px;
}
.service_left_cont,.service_right_cont{
    position: absolute;
    top: 7%;
    left: 6%;
}
.service_left_cont i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #25221d;
    transform: rotate(45deg);
}
.service_left_cont button{
    background: transparent;
    border:1px solid #e38e55;
    color: #e38e55;
    padding: 5px 10px;
    font-weight: 600;
}
.service_right{
    margin-right: 3%;
    float: right;
    width: 30%;
    height: 605px;
    position: relative;
}
.service_right img{
    width: 100%;
    height: 100%;
}
.service_right_cont{
    color: #fff;
}
.service_right_cont i{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
}
.service_right_cont button{
    background: transparent;
    border:1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
}
.cooperation_model{
    margin-top: 30px;
    background: #f2eeed;
    text-align: center;
    padding: 30px 10px;
}
.cooperation_model h2{
    font-size: 42px;
}
.cooperation_model_list{
    overflow: hidden;
    margin-top: 10px;
}
.cooperation_model_list li{
    float: left;
    width: 29%;
    margin: 0 2%;
}
.cooperation_model_list li p:nth-child(1){
    width: 60px;
    height: 60px;
    border: 2px solid #ce0606;
    border-radius: 50%;
    color: #ce0606;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
}
.cooperation_model_list li p:nth-child(2){
    font-size: 30px;
    color: #080607;
}
.cooperation_model_list li p:nth-child(3){
    font-size: 20px;
    color: #080607;
}
.footer{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    /*padding: 50px 0;*/
    position: relative;
    background: url("../img/footer.jpg") center no-repeat;
    /*background-size: 100% 100%;*/
}
.footer_cont{
    padding: 50px 0;
    overflow: hidden;
}
.footer_left{
    float: left;
    width: 40%;
    height: 300px;
    background: #f3f7fa;
    margin-left: 10%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.footer_left_title{
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}
.footer_left_form{
    font-size: 18px;
    margin: 5px 0 5px 10px;
}
.footer_left label{
    display: inline-block;
    width: 15%;
    /*color: #48494b;*/
    text-align: right;
}
.footer_left input{
    width: 70%;
    border: 1px solid #c1c5c8;
    line-height: 30px;
    color: #c1c5c8;
}
.footer_left_btn{
    text-align: center;
}
.footer_left_btn{
    font-size: 10px;
}
.footer_left_btn button{
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 2%;
}
.sign{
    color: red;
}
.submitBtn{
    background: #f16941;
    color: #fff;
}
.clearBtn{
    background: #009943;
    color: #fff;
}
.footer_right{
    float: right;
    width: 40%;
    height: 300px;
    background: #e7e7e7;
    margin-right: 10%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.footer_right p{
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}
.footer_right p:nth-child(1){
    padding: 20px 0 0 30px;
}

@media only screen and (max-width: 750px) {
    .banner{
        margin-top: 50px !important;
    }
    .cooperation{
        padding: 0 1%;
        text-align: center;
    }
    .cooperation h2,.advantage h2,.site h2,.cooperation_model h2{
        font-size: .4rem;
    }
    .cooperation ul li{
        float: left;
        width: 47%;
        background: #fbf7f6;
        /*border:1px solid #cbcbcb;*/
        margin: 0 0 5px 2%;
        box-shadow:1px 1px  5px 2px #cbcbcb;
        padding: 20px 0;
    }
    .cooperation ul li:nth-last-child(1){
        margin-left: 27%;
    }
    .cooperation ul li p:nth-child(1){
        width: 50%;
        height: auto;
        /*height: 120px;*/
        margin: 0 auto;
    }
    .cooperation ul li p:nth-child(1) img{
        width: 100%;
    }
    .cooperation ul li p:nth-child(2){
        font-size: .3rem;
    }
    .advantage .advantage_slogan{
        display: none;
    }
    .advantage .advantage_slogan,.cooperation_model .advantage_slogan{
        font-size: .3rem;
    }
    .advantage{
        text-align: center;
        margin: 50px 0;
        padding: 0 1%;
    }
    .advantage ul{
        overflow: hidden;
    }
    .advantage ul li{
        float: left;
        width: 47%;
        height: 260px;
        padding: 20px 0;
        background: #fdf9f8;
        margin: 0 0 5px 2%;
        box-shadow:3px 3px 2px #cdcdcd;
    }
    .advantage ul li p:nth-child(1){
        width: 50%;
        height: auto;
        /*height: 200px;*/
        margin: 0 auto;
    }
    .advantage ul li p:nth-child(1) img{
        width: 100%;
    }
    .advantage ul li p:nth-child(2){
        color: #000;
        font-size: .3rem;
        font-weight: 600;
    }
    .advantage ul li p:nth-child(3){
        text-align: left;
        padding: 3px 10px;
        font-size: 14px;
    }
    .service h1{
        font-size: .4rem;
    }
    .service button{
        margin-top: 5px;
        padding: 3px;
    }
    .service .service_left_cont p,.service .service_right_cont p{
        font-size: .2rem;
    }
    .service_left li{
        height: 135px;
    }
    .service_right{
        height: 275px;
        width: 34%;
        margin-right: 1%;
    }
    .service_left_cont i,.service_right_cont i{
        width: .1rem;
        height: .1rem;
    }
    .cooperation_model_list li p:nth-child(1){
        width: .6rem;
        height: .6rem;
        font-size: .3rem;
        line-height: .6rem;
    }
    .cooperation_model_list li p:nth-child(2){
        font-size: .3rem;
        font-weight: 550;
    }
    .cooperation_model_list li p:nth-child(3){
        font-size: .25rem;
        margin-top: 5px;
    }
    .site_cont{
        display: inline-block;
    }
    .site_cont_img{
        width: 90%;
        margin: 0 auto;
    }
    .site_cont_info{
        text-align: center;
    }
    .site_cont_info h1{
        font-size: .4rem;
        color: #e91716;
        margin-bottom: 6px;
    }
    .site_cont_info .line{
        margin: 0 auto;
    }
    .site_cont_info p{
        font-size: .3rem;
        margin: 10px 0;
    }
    .site_cont_info span{
        font-size: .4rem;
        color: #e91716;
    }
    .footer_left{
        float: none;
        width: 96%;
        height: auto;
        background: #f3f7fa;
        margin: 0 auto;
        /*margin-left: 3%;*/
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 10px 0;
    }
    .footer_left_title{
        font-size: .3rem;
        text-align: center;
        margin-top: .3rem;
    }
    .footer_left_form{
        margin: 5px 0 5px 10px;
        font-size: .3rem;
    }
    .footer_left label{
        display: inline-block;
        width: 19.5%;
        /*color: #48494b;*/
        text-align: right;
        font-size: .26rem;
    }
    .footer_left input{
        width: 75%;
        border: 1px solid #c1c5c8;
        line-height: .5rem;
        color: #c1c5c8;
        margin: 0;
        padding: 0;
        /*font-size: 10px;*/
    }
    .footer_left_btn{
        text-align: center;
    }
    .footer_left_btn button{
        padding: 5px 10px;
        border-radius: 5px;
        margin: 0 2%;
    }
    .footer_right{
        float: none;
        width: 96%;
        height: auto;
        background: #e7e7e7;
        margin: 0 auto;
        /*margin-right: 3%;*/
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 10px 0;
    }
    .footer_right p{
        font-size: .24rem;
        margin-bottom: 2px;
        padding-left: 10px;
    }
    .footer_right p:nth-child(1){
        padding: 10px 0 0 10px;
    }
    /*.footer_left_form input::-webkit-input-placeholder{ !*WebKit browsers*!*/
    /*    font-size: .12rem;*/
    /*}*/
    /*.footer_left_form input::-moz-input-placeholder{ !*Mozilla Firefox*!*/
    /*    font-size: .12rem;*/
    /*}*/
    /*.footer_left_form input::-ms-input-placeholder{ !*Internet Explorer*!*/
    /*    font-size: .12rem;*/
    /*}*/
    /*input::-webkit-input-placeholder{*/
    /*    font-size: 10px;*/
    /*}*/
    /*input::-moz-placeholder{   !* Mozilla Firefox 19+ *!*/
    /*    font-size: 10px;*/
    /*}*/
    /*input:-moz-placeholder{    !* Mozilla Firefox 4 to 18 *!*/
    /*    font-size: 10px;*/
    /*}*/
    /*input:-ms-input-placeholder{  !* Internet Explorer 10-11 *!*/
    /*    font-size: 10px;*/
    /*}*/

}
