* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

p{
    color: #333;
}


#banner{
    position: relative;
    width: 100%;
    height: 506px;
    background: url("../images/bannerbg.jpg") no-repeat center center;
    background-size: cover;
    cursor: pointer;
}
.titletxt{
    position: relative;
    top:100px;
    left: 60px;
}
.titletxt h3{
    font-size: 20px;
    font-weight: normal;
    color: #75c4ff;
}
.titletxt h1{
    padding-top: 20px;
    font-size: 70px;
    line-height: 106px;
    color: #fff;
}
.titletxt h2{
    font-size: 36px;
    line-height: 1.6;
    padding-top: 0;
    margin-bottom: 30px;
    color: #fff;
    text-align: left;
}
.titletxt h2 br{
    display: none;
}
.titletxt .pc{
    display: none;
}

/*.pcline{*/
    /*background:linear-gradient(to left,#74c3ff,#74c3ff 2px,transparent 100%,transparent);*/
    /*height:1px;*/
    /*width: 100%;*/
/*}*/
.titletxt .mobile_1{
    margin-top: 25px;
}
.titletxt .mobile_1 li{
    float: left;
    font-size: 14px;
    line-height:2;
    color: #75c4ff;
    margin-right: 68px;
}
.titletxt .mobile_1 li:nth-child(1){
    margin-right: 86px;
}
.titletxt .mobile_1 li:nth-child(2){
    margin-right: 70px;
}
.titletxt .mobile_1 li:nth-child(3){
    margin-right: 60px;
}
.r_btn{
    position:relative;
    width:160px;
    height:160px;
    margin-top: 164px;
    margin-right: 190px;
    line-height:160px;
    border:2px solid #fff;
    border-radius:50%;
    color:#fff;
    background: rgba(0,135,238,.3);
    font-size:20px;
    text-align:center;
    cursor:pointer;
    /*box-shadow:0 1px 2px rgba(0,135,238,.2);*/
    overflow:hidden;
    background:
    animation-timing-function:ease-in-out;
    animation-name:breathe;
    animation-duration:1200ms;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
@-webkit-keyframes breathe {
    0% {
        opacity:1;
        box-shadow:0 1px 10px rgba(0,135,238,0.6);
    }
    100% {
        opacity:1;
        border:2px solid rgba(255,255,255,1);
        box-shadow:0 1px 50px rgba(0,135,238,1);
    }
}


.set1{
   position: relative;
   box-sizing: border-box;
}

.set1 .content h2{
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    color: #0087ee;
    padding-top: 40px;
    margin-bottom: 40px;
}
.content .s_txt{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    text-align: center;
}
.content .circle{
    width: 700px;
    height: 85px;
    line-height: 85px;
    margin: 0 auto;
    border: 1px solid #0087ee;
    text-align: center;
}
.content .circle_txt{
    display: inline-block;
    font-size: 16px;
    line-height: 1.8;
    color: #0087ee;
    vertical-align: middle;
}
.set1 .content_1{
    position: relative;
    width: 1300px;
    height: 556px;
    margin: 0 auto;
}
.set1 .content_1 .transit{
    height: 389px;
    background: url("../images/transit.png") no-repeat center center;
    background-size: cover;
    margin-top: 40px;
}
.set1 .content_2{
    display: none;
}
.transit_txter{
    width: 454px;
    height: 140px;
    margin-left: 416px;
}
.transit_txt{
    position:relative;
    float: left;
    width:100px;
    height:100px;
    background: url("../images/tr1.png") no-repeat center center;
    cursor:pointer;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.transit_txt>i{
    display: inline-block;
    font-weight: normal;
}
.transit_txt .active:before {
    content: "";
    z-index: 21;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    animation: ripple 2.5s infinite;
    animation-timing-function: ease-out;
}
.transit_txt .active:after {
    content: "";
    z-index: 21;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    animation: ripple 2.5s infinite;
    animation-delay: 1s;
    animation-timing-function: ease-out;
}

@keyframes ripple {
    0% {
        width: 0;
        height: 0;
        background-color: rgba(255, 255,255,0.4);
    }

    100% {
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        background-color: rgba(255, 255,255,0);
    }
}
.content h2 {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
    color: #0087ee;
    padding-top: 40px;
    margin-bottom: 40px;
}
.l_txt{
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-top: 38px;
}
.set1 .content_1 .beaf_txt{
    position: absolute;
}
.set1 .content_1 .beaf_txt .befroe{
    width: 650px;
}
.set1 .content_1 .beaf_txt .befroe>p,.set1 .content_1 .beaf_txt .after>p{
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    color: #333;
}
.set1 .content_1 .beaf_txt .befroe>p span,.set1 .content_1 .beaf_txt .after>p span{
    font-weight: bolder;
}
.set1 .content_1 .beaf_txt .after{
    width: 650px;
}
.set2{
    width: 100%;
    height: 600px;
    background: url("../images/pic.jpg") no-repeat center center;
    background-size: cover;
}

.content .imgs{
    text-align: center;
}
.content .imgs>img{
    display: inline-block;
}
.managerm{
    display: none;
}
.manager h3{
    font-size: 20px;
    line-height: 1.8;
    padding-top: 165px;
    padding-bottom: 10px;
    color: #0087ee;
}
.manager h4{
    font-size: 16px;
    line-height: 1.8;
    color: #000;
}
.manager .m_txt{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.set3{
    height: 576px;
}
.mobile{
    display: none;
}
.set3 .dial{
    text-align: center;
    height: 576px;
    line-height: 576px;
}
.set3 .dial>img{
    display: inline-block;
    vertical-align: middle;
}
.set3 .txtrg{
    width: 640px;
}
.set3 .txtrg h2{
    float: left;
    padding-top: 164px;
    line-height: 36px;
}
.set3 .txtrg .c_txt{
    float: left;
    font-size: 16px;
    line-height: 1.8;
}
.set3 .txtrg .circle_1{
    width: 640px;
    height: 88px;
    line-height: 88px;
    margin: 0 auto;
    border: 1px solid #0087ee;
    text-align: center;
}
.set3 .txtrg .circle_1_txt{
    display: inline-block;
    font-size: 16px;
    line-height: 1.8;
    color: #0087ee;
    border: 1px solid #0087ee;
    vertical-align: middle;
    padding: 10px;
}
.set4{
    height: 506px;
    background: url("../images/set4bg.jpg") no-repeat center center;
    background-size: cover;
}
.set4 .style_set{
    color: #fff;
    margin-bottom: 80px;
    text-shadow: 0 10px 25px #67748b;
}
#rbn{
    animation:mymovea 10s infinite;
}
 #rbn1{
    animation:mymove1 10s infinite;
}
 #rbn2{
    animation:mymove2 10s infinite;
}
 #rbn3{
    animation:mymove3 10s infinite;
}
 .set4 .tr{
     animation-timing-function: cubic-bezier(0.42,0,1,0);
 }

.set4 .btn_b{
    position:relative;
    width:160px;
    height:160px;
    margin:0 auto;
    line-height:160px;
    border:2px solid #fff;
    border-radius:50%;
    color:#fff;
    background: rgba(0,135,238,.3);
    font-size:20px;
    text-align:center;
    cursor:pointer;
    /*box-shadow:0 1px 2px rgba(0,135,238,.2);*/
    overflow:hidden;
    background:
    animation-timing-function:ease-in-out;
    animation-name:breathe;
    animation-duration:1200ms;
    animation-iteration-count:infinite;
    animation-direction:alternate;
}
.set4 .t1{
    margin-left:176px;
    margin-top: -200px;
    height: 57px;
    background: url("../images/t1_a.png") no-repeat;
}
.h_txt{
    font-size: 16px;
    color: #0087ee;

}
.set4 .t2{
    margin-top: 120px;
    margin-left: 10px;
    height: 53px;
    background: url("../images/t2_a.png") no-repeat;

}
.set4 .t3{
    margin-top: 10px;
    margin-left: 568px;
    height: 51px;
    background: url("../images/t3_a.png") no-repeat;
}
.set4 .t4{
    margin-left: 762px;
    margin-top: -190px;
    height: 56px;
    background: url("../images/t4_a.png") no-repeat;
}


.set5 #memu{
    margin-top: 40px;
    height: 675px;
}
#memu .memu_ul{
    height: 38px;
    /*border-bottom: 2px solid #0087ee;*/
}
#memu .memu_ul>li{
    float: left;
    width: 398px;
    height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    border-radius:30px 30px 0 0;
    background: #2ea5ff;
    margin-left: 3px;
    cursor:pointer;
    box-sizing: border-box;
}
#memu .memu_ul>li:first-child{
    margin-left: 0;
}
/*#memu a{*/
    /*display: block;*/
    /*text-align: center;*/
    /*font-size: 16px;*/
    /*color: #fff;*/
    /*line-height: 40px;*/
/*}*/
#memu .memu_ul .tabbg{
    height: 44px;
    color: #0087ee;
    margin-top: -4px;
    border-radius: 30px 30px 0 0;
    border: 2px solid #0087ee;
    border-bottom: #fff;
    background:#fff;
    background:-webkit-gradient(linear, left top, left bottom,
    from(#d4f0ff), to(#fff));
    background:-moz-linear-gradient(top, #d4f0ff, #fff);
}
#memu .memu_show{
    height: 630px;
    text-align: center;
    border: 2px solid #0087ee;
    border-radius: 0 0 30px 30px;
}
.dispatching{
    display: block;
}
.dispatching>img,.booking>img,.testing>img{
    margin: 0 auto;
    padding-top:10px;
}
.consultant{
    height: 160px;
    background: url("../images/p_1.png") no-repeat center center;
    background-size: cover;
}
 .consultant .introduce{
    display: block;
    font-size: 16px;
    width: 160px;
    height: 60px;
    line-height:1.4;
    padding-top: 5px;
    color: #0087ee;
    text-align: center;
    background: #fff;
    border: 2px solid #0087ee;
    border-radius: 30px;
    margin-top: 60px;
    margin-left: 112px;
}
.consultant .txt_three .txt_ul{
    padding-right: 29px;
    margin-top: 20px;
}
 .consultant .txt_three .txt_ul>li{
    float: left;
    width:260px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    margin-right: 35px;

}
.booking{
    display: none;
}

.testing{
    display: none;
}
.set6{
    margin-bottom: 40px;
}
.set6 .ul_set{
    width: 1200px;
}
.set6 .ul_set .h_height{
    margin-top: 30px;
    height: 230px;
    border: 2px solid #0087ee;
    border-radius: 30px;
    box-sizing: border-box;
}
.m_zy{
    display: none;
}
.h_portrait{
    margin-left: 30px;
    margin-top: 18px;
}
.h_portrait h4{
    font-size: 16px;
    color: #0087ee;
    padding-left:25px;
}
.txt_tx{
    width: 920px;
    padding-right: 26px;
    margin-top: 20px;
}
.txt_tx .h_h3{
    width: 463px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #0087ee;
    border-radius: 30px;
    text-align: center;
}
.txt_tx .txt_3{
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding-top: 20px;
}
.txt_tx .hover_txt{
    display: block;
    width: 66px;
    font-weight: bold;
    padding-top: 20px;
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    cursor:pointer;
}
.txt_tx .hover_txt:hover{
    color: #ff3200;
    text-decoration: none;
}
.set7{
    height: 268px;
    background:-webkit-gradient(linear, left top, left bottom,
    from(#fff), to(#d4f0ff));
    background:-moz-linear-gradient(top, #fff, #d4f0ff);
}
.set7 .b_line{
    height: 70px;
    width: 775px;
    line-height: 70px;
    margin: 0 auto;
    border-top: 1px solid #0087ee;
    border-bottom: 1px solid #0087ee;
    margin-bottom: 20px;
}
.set7 .b_line .t1_txt{
    font-size: 20px;
    color: #000;
    text-align: center;
    /*padding-top: 20px;*/
}
.set7 .b_line .t1_txt>i{
    color: #0087ee;
    font-size:30px;
    height: 30px;
    line-height: 30px;
}
.f_ul{
    width: 776px;
    position: relative;
    margin: 0 auto;
}
.f_ul>li{
    float: left;
    margin-left: 20px;
}
.f_ul>li .botton{
    display: inline-block;
    width: 245px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #0087ee;
}
.f_ul>li .botton:hover{
    background:#fff;
    color: #0087ee;
}

.f_ul>li:first-child{
    margin-left: 0;
}

@media (max-width: 1200px) {
    .content{
        width: 100%;
        padding: 0 5%;
    }
    .content h2{
        margin-bottom: 0;
    }
    #banner{
        height:680px;
        background: url("/project/minhua/images/bannerbg_m.jpg") no-repeat center center;
        background-size: cover;
    }
    .titletxt {
        width: 100%;
        top:0;
        left: 0;

    }
    .titletxt h1{
        font-size: 42px;
        padding-top: 0;
        line-height: 1.6;
    }
    .titletxt h3{
        font-size: 18px;
        padding-top: 75%;
        line-height: 1.6;
    }
    .titletxt h2,.set1 .content h2,
    .set2 h2, .set3 h2, set6 h2{
        font-size: 32px;
        line-height: 1.6;
        padding-top: 0;
        font-weight: normal;
    }
    .titletxt h2{
        color: #fff;
        text-align: left;
    }
    .titletxt h2 br{
        display: block;
    }
    .titletxt .pc{
        display: block;
    }
    .titletxt .mobile_1{
        display: none;
    }
    .titletxt .pc{
        width: 100%;
        margin: 0 auto;
    }
    .titletxt .pc li{
        float: left;
        width: 20%;
        margin: 0 auto;
        text-align: center;
        color: #fff;
    }
    .r_btn{
        display: none;
    }
    .set1 .content h2{
        padding-top: 5%;
        padding-bottom: 2%;
        margin-bottom: 0;
    }
    .set1 .s_txt br{
        display: none;
    }
    .set1 .s_txt,.set3 .s_txt{
        text-align: justify;
        font-size: 16px;
        padding: 2% 0;
    }
    .content .circle {
        width: 100%;
        height: auto;
        /*line-height: 85px;*/
        margin: 0 auto;
        border: 1px solid #0087ee;
        text-align: center;
    }
    .content .circle_txt br{
        display: none;
    }
    .content .circle_txt {
        padding: 1%;
        text-align: justify;
    }
    .set1 .content_1 {
       display: none;
    }
    .set1 .content_2{
        display: block;
        margin: 5% auto;
    }
    .m_transit{
        text-align: center
    }
    .m_transit .bf_txt{
        padding: 0 5%;
        font-size: 12px;
    }
    .m_transit ul{
       position: absolute;
        width: 100%;
    }
    .m_transit ul li{
        float: left;
        width: 22%;
    }
    .m_transit ul li:first-child{
        margin-top: 12%;
        margin-left: 4%;
    }
    .m_transit ul li:nth-child(3){
        margin-left: 2%;
    }
    .m_transit ul li:last-child{
        margin-top: 12%;
        margin-left: 2%;
    }
    .m_transit .itop{
        margin-top: -28%;
    }
    .l_txt {
        font-size: 13px;
        padding-top: 0;
    }
    .af_txt{
        padding: 0 5%;
        font-size: 12px;
    }
    .set2{
        height: auto;
        background: #f0f0f0;
    }
    .set2 h2,.set3 h2{
        color: #0087ee;
        text-align: center;
        padding-top: 5%;
        padding-bottom: 2%;
    }
    .set2 .pc{
        display: none;
    }
    .set2 .managerm{
        display: block;
    }
    .set2 .managerm .wxg,.set2 .managerm .wf{
        box-sizing: border-box;
        overflow: hidden;
    }
    .set2 .managerm .wf{
        margin-top: 4%;
    }
    .set2 .managerm .imgfr{
        float: left;
        width: 50%;
    }
    .set2 .managerm .txtfr{
        float: right;
        width: 50%;
        margin-top: 12%;
        padding-right:5%;
    }
    .txtfr h3,.txtfr1 h3{
        color: #0087ee;
        font-size: 18px;
        font-weight: normal;
    }
    .txtfr h4,.txtfr1 h4{
        font-weight: normal;
        font-size: 16px;
        color: #000;
        margin-top: -10%;
    }
    .txtfr p,.txtfr1 p{
        font-size: 14px;
        line-height: 1.5;
        text-align: justify;
    }
    .managerm .txtfr img{
        margin-left: -10%;
    }

    .set2 .managerm .txtfr1{
        float: left;
        width: 50%;
        padding-left: 5%;
    }
    .set2 .managerm .imgfr1{
        float: right;
        width: 50%;
    }
    .set3{
        height: auto;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .img30{
        margin:5% auto;
    }
    .set4{
        height: auto;
        background: none;
    }
    .set4 .mobile{
        position: relative;
    }
    /*.set5{*/
        /*height: auto;*/
    /*}*/
    #m_memu{
        width: 100%;
        margin: 0 auto;
        margin-top: 5%;
    }
   #m_memu .m_memu_ul{
        height: 30px;
    }
   #m_memu .m_memu_ul li{
        float: left;
        width: 32.6%;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 30px;
        border-radius:10px 10px 0 0;
        background: #2ea5ff;
        margin-left: 1%;
        cursor:pointer;
        box-sizing: border-box;
    }
    #m_memu .m_memu_ul li:first-child{
        margin-left: 0;
    }
    #m_memu .m_memu_ul .m_tabbg{
        height: 34px;
        color: #0087ee;
        margin-top: -3px;
        border-radius: 10px 10px 0 0;
        border: 1px solid #0087ee;
        border-bottom: #fff;
        background:#fff;
        background:-webkit-gradient(linear, left top, left bottom,
        from(#d4f0ff), to(#fff));
        background:-moz-linear-gradient(top, #d4f0ff, #fff);
    }
    #m_memu .m_memu_show{
        height: auto;
        text-align: center;
        border: 1px solid #0087ee;
        border-radius: 0 0 10px 10px;
        padding: 0;
    }
    .mdispatching{
        display: block;
    }
    .mbooking{
        display: none;
    }

    .mtesting{
        display: none;
    }
    /*.m_memu_show .img_t{*/
        /*max-width: 100%;*/
        /*margin: 0 auto;*/
        /*padding: 3%;*/
    /*}*/
    /*.consultant>img{*/
        /*max-width: 100%;*/
        /*margin: 0 auto;*/
    /*}*/
    .mconsultant .see_txt{
        height: auto;
        padding-bottom: 2%;
        background: #d4f0ff;
        border-radius:0 0 10px 10px ;
    }
    .see_txt ul{
        width: 90%;
        margin: 0 auto;
    }
    .see_txt ul li{
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
        padding: 2% 0;
        border-bottom: 2px dotted #0087ee;
    }
    .see_txt ul li:last-child{
        border-bottom: none;
    }
    .set6 h2{
        font-size: 32px;
        text-align: center;
        padding-top: 5%;
        padding-bottom: 2%;
        color: #0087ee;
        font-weight: normal;
    }
    .m_zy{
        display: block;
    }
   .m_zy{
        width: 100%;
        margin: 0 auto;
        margin-top: 5%;
    }
    .m_zy li{
        height: auto;
        position: relative;
        margin-bottom:10%;
    }
    .m_zy li .list{
        border: 1px solid #0087ee;
        border-radius: 10px;
        overflow: hidden;
    }
    .list .m_tit_txt{
        font-size: 16px;
        line-height: 1.8;
        color: #fff;
        background: #0087ee;
        text-align: center;
        margin: 2%;
    }
    .list .txt_img{
        margin: 2%;
        box-sizing: border-box;
    }
    .list .txt_img .img31{
        float: left;
        width: 35%;
    }
    .list .txt_img .img31>img{
        margin: 4% auto;
    }
    .list .txt_img .txt31{
        float: right;
        width: 57%;
        margin: 4%;
    }
    .m_xt_txt{
        font-size: 14px;
        text-align: justify;
        line-height: 1.5;
        padding: 2%;
    }
    .m_zy li .know{
        width: 30%;
        margin: 0 auto;
        border: 1px solid #0087ee;
        background: #fff;
        text-align: center;
        border-radius: 30px;
        margin-top: -4%;
    }
    .m_zy li .know_txt{
       color:  #0087ee;
    }
    .m_zy li .know_txt:hover{
        color: #fff;
        background: #0087ee;
    }
    .set7{
       height: auto;
    }
    .set7 h2{
        font-size: 32px;
        color: #0087ee;
        text-align: center;
        /*padding-top: 5%;*/
        padding-bottom: 2%;
        line-height: 1.6;
        font-weight: normal;
    }
    .ils_img{
        margin-bottom: 2%;
    }
    .m_btn{
        width: 90%;
        margin: 0 auto;
        padding-bottom: 2%;
    }
    .m_btn li{
        font-size: 16px;
        line-height: 1.8;
        color: #fff;
        background: #0087ee;
        text-align: center;
        margin-bottom: 3%;
    }
    .m_btn li:hover{
        color: #0087ee;
        background: #fff;
        border: 1px solid #0087ee;
    }
}