.fl {
    float: left;
    display: inline;
}
.page_weixin_service_w {
    background: #fff;
    overflow: hidden;
}
.page_weixin_service {
    padding: 40px 0;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.page_weixin_service .top {
    font-size: 36px;
    color: #000;
    line-height: 140px;
    text-align: center;
}
.page_weixin_service .list li {
    position: relative;
    width: 282px;
    height: 160px;
    cursor: pointer;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}
.page_weixin_service .list li .img2 {
    display: none;
}

.page_weixin_service .list li .title {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    padding-top: 60px;
}
.page_weixin_service .list li .text {
    font-size: 12px;
    color: #fff;
    display: none;
}
.page_weixin_service .list li:hover .img1 {
    display: none;
}
.page_weixin_service .list li:hover .img2 {
    display: block;
}
.page_weixin_service .list li:hover .text {
    display: block;
}
.page_weixin_service .list li .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 282px;
    height: 160px;
    text-align: center;
}
.page_weixin_service .list li:nth-child(4n) {
    margin-right: 0;
}
.page_weixin_scene_w{
    background: #f5f5f5;
}
.page_weixin_scene .top {
    font-size: 36px;
    color: #000;
    line-height: 140px;
    text-align: center;
}
.page_weixin_scene .list li {
    width: 20%;
    cursor: pointer;
    float: left;
    margin-bottom: 30px;
    text-align: center;
}
.page_weixin_scene .list .img {
    height: 40px;
}
.page_weixin_scene .list .text {
    font-size: 16px;
    color: #333;
    line-height: 60px;
}
.page_weixin_scene .list ul{
    overflow: hidden;
    background: #f5f5f5;
}
.product_w {
    width: 100%;
    background: #fff;
    height: auto;
}
.product {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 52px 0;
    overflow: hidden;
}
.product ul li {
    width: 24%;
    height: 248px;
    float: left;
    position: relative;
    margin: 15px 1% 15px 0;
    overflow: hidden;
    transition: all 0.3s;
}
.product ul li .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 248px;
    background: rgba(0,0,0,.3);
}
.product ul li .icon {
    width: 45%;
    text-align: center;
    padding-top: 62px;
    padding-left: 2%;
}
.product ul li .icon img{
    max-width: 100%;
}
.product ul li .right {
    width: 50%;
    padding-left: 3%;
    padding-top: 25px;
}
.product ul li:last-child {
    margin-right: 0;
}
.product ul li .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
.product ul li .des {
    font-size: 16px;
    color: #ccc;
    line-height: 26px;
}
.m-hp-ability {
    background: #fff;
}
.m-hp-title {
    font-weight: bold;
    font-size: 32px;
    width: 1200px;
    margin: 0 auto;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    padding: 80px 0 20px 0;
}
.m-hp-info {
    width: 1200px;
    margin: 0 auto 50px auto;
}
.m-hp-list {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.m-hp-list > li {
    position: inherit;
    float: left;
    width: 25%;
    padding: 5px 0;
    z-index: 2;
}
.m-hp-ability-icon {
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}
.m-hp-devhelper-icon {
    background-image: url(../images/home_ability_dev.d67dce9.jpg);
}
.m-hp-feed-icon {
    background-image: url(../images/home_ability_feed.509a096.jpg);
}
.m-hp-ai-icon {
    background-image: url(../images/home_ability_ai.c31e24b.jpg);
}
.m-hp-ecological-icon {
    background-image: url(../images/home_ability_ecological.a1d039c.jpg);
}
.m-hp-keyword {
    font-weight: bold;
    font-size: 26px;
    color: #000;
    text-align: center;
    padding-top: 17px;
}
.m-hp-desc {
    margin-top: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.m-hp-content {
    padding-bottom: 80px;
}
.m-hp-tabs-nav {
    float: left;
    border-right: 3px solid #EFEFEF;
}
 .m-hp-tabs-nav li {
    cursor: pointer;
    height: 70px;
    line-height: 70px;
    width: 115px;
    text-align: right;
    position: relative;
    right: -3px;
    font-size: 18px;
    padding-right: 14px;
    margin-bottom: 85px;
}
 .m-hp-tabs-nav li.on {
    font-weight: bold;
    border-right: 3px solid #0061FF;
    color: #0061FF;
    font-size: 22px;
}
.m-hp-tabs-vertical .m-hp-tabs-container {
    overflow: hidden;
    text-align: center;
    margin-left: 226px;
    height: 150px;
}
.m-hp-tabs-vertical .m-hp-tabs-list {
    position: relative;
    transition: all 0.4s;
}
.m-hp-tabs-vertical .m-hp-tabs-list li.on {
    opacity: 0;
    -webkit-animation: showTabs 0.8s forwards;
    animation: showTabs 0.8s forwards;
}
.m-hp-tabs-list li > div {
    height: 100%;
}
.m-hp-network-item {
  width: 780px;
}
.m-hp-network-item .m-network-item-title {
    margin: 0 auto 10px auto;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.m-hp-network-item .m-network-item-title div {
    display: inline-block;
    width: 45%;
    text-align: center;
}
.m-hp-network-item .image-container {
    width: 780px;
    height: 393px;
}
.m-hp-network-item .image-container img {
    width: 100%;
    height: 100%;
}
.m-hp-info {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 18px;
    margin-bottom: 50px;
}
.m-hp-content {
    width: 1200px;
    margin: auto;
    padding-bottom: 80px;
}
.m-hp-access-process {
    background: #F8F8F8;
}
.m-hp-access-process .m-hp-title {
    padding-bottom: 50px;
}
.m-hp-access-process .m-hp-list {
    position: relative;
    display: flex;
}

.m-hp-access-process .m-hp-list li:first-child {
    margin-left: 0;
}
.m-hp-access-process .m-hp-list li {
    width: 24%;
    height: 270px;
    text-align: left;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid #E4E4E4;
    margin-left: 1%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.m-hp-access-process .m-hp-list li img {
    width: 93px;
    height: 72px;
}
.m-hp-access-process .m-hp-list li .m-hp-access-detail {
    margin: 47px 0 0 44px;
}
.m-hp-access-process .m-hp-list li .m-hp-access-title {
    font-size: 25px;
    color: #000;
    line-height: 40px;
    letter-spacing: 0;
}
.m-hp-access-process .m-hp-list li .m-hp-access-line {
    width: 48px;
    height: 4px;
    background: #333;
    margin-top: 9px;
}
.m-hp-access-process .m-hp-list .m-hp-desc {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: left;
    width: 200px;
}

.m-hp-access-process .m-hp-list .m-hp-desc * {
    white-space: normal;
}
.m-hp-successful-case {
    background: #fff;
}
.m-hp-successful-case .m-hp-title {
    padding: 84px 0 88px 0;
}
.m-hp-success-tab-container .m-hp-tabs-nav li{
    margin-bottom: 34px;
}

.m-hp-success-tab-container{
    overflow: hidden;
}
.m-hp-success-tab-container .m-hp-tabs-container{
    float: left;
    padding-left: 5%;
}
.body_past_two {
    color: #676767;
    overflow: hidden;
    background: #f4f4f7;
    padding: 30px 0;
}
.body_past_two{
    width: 1200px;
    margin: auto;
}
.nav_takeout_div {
    display: flex;
}

.body_past_two .nav_takeout {
    width: 20%;
    margin-left: 0.15rem;
    overflow: hidden;
    margin: 0.6rem 0;
    border-right: 0.01rem solid #c9c9c9;
}
.body_past_two .nav_takeout ul {
    width: 180px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 50px;
}
.body_past_two .takeout_cont .takeout {
    padding: 0.8rem 0 0.8rem 2.7rem;
    overflow: hidden;
}
.body_past_two .nav_takeout ul.tab_active {
    color: #fff;
    font-size: 20px;
    background: #3698fa;
    border-radius: 4px;
    padding: 10px 0;
}


.takeout_cont b {
    font-weight: normal;
}
.body_past_two .takeout_cont .takeout .takeout_header .takeout_header_title {
    display: flex;
    padding-bottom: 0.4rem;
}
.body_past_two .takeout_cont .takeout .takeout_header .takeout_header_title .takeout_header_h4 {
    width: 65%;
}
.body_past_two .takeout_cont .takeout .takeout_header .takeout_header_title h4 {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
}
 .takeout_header_title_button div {
    background: #3698fa;
     position: absolute;
     top: 0px;
     left: 160px;
     width: 104px;
     text-align: center;
     padding: 7px;
     border-radius: 6px;
}
 .takeout_header_title_button div a {
    color: #fff;
}
.body_past_two .takeout_cont .takeout .takeout_header .takeout_header_cont {
    overflow: hidden;
}
.takeout_header_cont_top{
    line-height: 30px;
    padding-top: 20px;
}
.xi_domain {
    padding: 30px 0;
}
.xi_doform {
    font-size: 0;
    background: #3b99f0;
    padding: 26px 60px 30px;
}
.xi_dolink {
    font-size: 0;
    text-align: center;
    padding: 15px;
    line-height: 20px;
    border-bottom: 1px solid #eee;
}
.xi_doh2 {
    margin-bottom: 23px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.xi_doinput {
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    width: 719px;
    height: 50px;
    line-height: 50px;
    _line-height: 50px;
    border: none;
}
.sod_select {
    background: #fff url(../images/xicon1.png) 162px center no-repeat;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    width: 180px;
    padding: 17px 10px;
    color: #555;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    cursor: default;
}
.sod_select .sod_label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 35px;
}
.xi_dosub {
    font-size: 18px;
    color: #394855;
    background: #ffee00;
    width: 200px;
    height: 50px;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    line-height: 50px;
    text-align: center;
    float: right;
}
#comsel {
    height: 50px;
    margin: 0 20px;
    width: 120px;
    text-align: center;
}
.xi_dolink a {
    padding: 0 18px;
    display: inline-block;
    vertical-align: top;
    color: #555;
    font-size: 14px;
}
.xi_host_adv {
    background: #fff url(../images/xbg5.png) top center no-repeat;
    overflow: hidden;
}
.layout {
    width: 1200px;
    margin: 0 auto;
}
.xi_doetit {
    text-align: center;
    font-weight: 100;
    margin-bottom: 8px;
    font-size: 48px;
    color: #ccc;
    line-height: 70px;
    transform: none;
}
.enfont {
    font-family: 华文细黑;
    letter-spacing: .06em;
    transform: scale(1,1.1);
    text-transform: uppercase;
}
.xi_doctit {
    text-align: center;
    font-family: '黑体';
    font-size: 40px;
    color: #3b99f0;
}
.xi_doser ul {
    margin-top: 60px;
    width: 1200px;
}
.xi_host_adv li {
    border: 1px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
}

.xi_doser li {
    text-align: center;
    background: #fff;
    float: left;
    width: 580px;
    height: 200px;
    line-height: 200px;
    margin-bottom: 40px;
    margin-right: 40px;
    transition: all .25s;
    -webkit-transition: all .25s;
}
.xi_doser li a {
    display: block;
}
.xi_host_adv li .xi_dosicon {
    border-radius: 20px;
}
.xi_doser li .xi_dosicon {
    margin-right: 40px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 0;
    background: #fff;
}
.xi_doser li .xi_dostext {
    text-align: left;
    width: 315px;
}

.xi_dosicon, .xi_dostext {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.xi_doser li h2 {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
}
.xi_doser li .xi_text_p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}
.xi_dosicon, .xi_dostext {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.xi_dovs1 .xi_dosicon {
    border: 1px solid #3b99f0;
}
.xi_dovs2 .xi_dosicon {
    border: 1px solid #57be5b;
}
.xi_dovs3 .xi_dosicon {
    border: 1px solid #25b49b;
}
.xi_dovs4 .xi_dosicon {
    border: 1px solid #ff9000;
}
.xi_doser li:nth-child(2n) {
    margin-right: 0;
}
.xi_dovs4:hover {
    background: #ff9000;
}
.xi_dovs3:hover {
    background: #25b49b;
}
.xi_dovs2:hover {
    background: #57be5b;
}
.xi_dovs1:hover {
    background: #3b99f0;
}
.xi_doser li:hover * {
    color: #fff;
}
.xi_tel_info {
    background: url(../images/xbg3.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0;
}
.xi_tel_info .xi_tibox {
    padding: 50px;
    background: url(../images/sbgw9.png);
}
.xi_ti_h2 {
    text-align: center;
    font-size: 40px;
    color: #333;
    margin-bottom: 45px;
}
.xi_ti_icon {
    text-align: center;
}
.xi_ti_icon li:first-child {
    border-left: none;
}

.xi_ti_icon li {
    height: 55px;
    line-height: 55px;
    border-left: 1px solid #eee;
    display: inline-block;
    vertical-align: top;
    padding: 0 65px;
}
.xi_ti_icon li img {
    max-height: 100%;
    max-width: 120px;
    vertical-align: bottom;
}
.xi_ti_text {
    margin: 30px auto 35px;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 40px;
}
.xi_ti_des {
    text-align: center;
}
.xi_ti_des li {
    display: inline-block;
    margin: 0 22px;
}
.xi_ti_des img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.xi_ti_des .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #555;
    padding: 0 15px;
    width: 120px;
}
.box1{
    background: #fff;
}
.box1 .title {
    padding: 70px 0 70px 0;
    text-align: center;
}
.box1 .title .h3 {
    font-size: 48px;
    color: #cccccc;
    margin-bottom: 30px;
}
.box1 .title .h4 {
    font-size: 40px;
    color: #3b99f0;
}
.box1 .lb2 {
    overflow: hidden;
}
.box1 .lb2 .li2 {
    width: 31%;
    height: 280px;
    background-color: #f6f6f6;
    float: left;
    margin: 1%;
}
.box1 .lb2 .li2 .txt2 {
    background-color: #fff;
    width: 378px;
    height: 278px;
    border: 4px solid #f8f8f8;
    text-align: center;
}
.box1 .lb2 .li2 .txt2 .icon1 {
    margin: 55px 0 24px 0;
    font-size: 50px;
}
.box1 .lb2 .li2 .txt2 .icon1 .myicon1 {
    font-size: 60px;
    color: #ff7c00;
}
.box1 .lb2 .li2 .txt2 .tit2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 28px;
}
.box1 .lb2 .li2 .txt2 .p3 {
    font-size: 14px;
    color: #999999;
}
.box1 .lb2 .swiper-wrapper .swiper-slide:hover .fa-lock{
    color: #5BB613;
}
.box1 .lb2 .swiper-wrapper .swiper-slide:hover .fa-line-chart{
    color: #ff7c00;
}
.box1 .lb2 .swiper-wrapper .swiper-slide:hover .fa-address-book-o{
    color: #86C7FF;
}
.box1 .lb2 .swiper-wrapper .swiper-slide:hover .fa-crop{
    color: #2290FF;
}
.box1 .lb2 .swiper-wrapper .swiper-slide:hover .fa-key{
    color: #60FF2D;
}
.box1 .lb2 .swiper-wrapper .swiper-slide:hover .fa-mortar-board{
    color: #1A26FF;
}

 .section-quality {
    padding-top: 74px;
    background: #fff;
}
 .section-quality .container .row{
     overflow: hidden;
 }
 .section-quality h3 {
    margin-bottom: 97px;
}

.section-quality .span6 {
    padding-top: 10px;
    transition: opacity .3s ease-out;
}
.section-quality .span6 {
    width: 48%;
    float: left;
}
.section-quality h3{
    font-size: 36px;
}
.section-quality dl {
    margin: 0 0 4px 25px;
    overflow: hidden;
}
.section-quality dd,  .section-quality dt {
    float: left;
}
.section-quality dd {
    margin-left: 18px;
}
.section-quality dd h6 {
    margin: 10px 0 6px;
    font-size: 18px;
    font-weight: 400;
}
 .section-quality dd h6, .section-quality dd p {
    color: #666;
}
.section-quality dd p {
    font-size: 15px;
    line-height: 32px;
}
.service-new li {
    float: left;
    width: 33.33333%;
}
.service-new li a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.service-new li a .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.service-new li a .text {
    position: absolute;
    left: 0;
    top: 66%;
    width: 100%;
    text-align: center;
    webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.service-new .text h1 {
    display: inline-block;
    border-bottom: solid 2px #fff;
    border-top: solid 2px #fff;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
}
.service-new .text p {
    width: 59%;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}
.service-new .text button {
    margin-top: 20px;
    width: 120px;
    height: 0;
    font-size: 16px;
    background: #0091dd;
    border-radius: 30px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.service-new li a:hover .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.service-new li a:hover .text {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
}
.service-new li a:hover button {
    height: 40px;
}
.service-new li a:hover::after {
    width: 100%;
}
.service-new li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 8px;
    background: rgb(2,84,153);
    webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.zfb-title{
    text-align: center;color: #2e365b;font-size: 30px;margin-top: 58px;
}
.zfb-top-list{
    display: flex;justify-content: space-around;width: 964px;margin: 10px auto;margin-top: 78px;
}
.zfb-top718{
    text-align: center;color: #2e365b;font-size: 36px;font-weight: normal;margin-top: 100px;
}
.zfb-71{
    display: flex;justify-content: space-around;width: 964px;margin: 10px auto;margin-top: 78px;
}
.zfb-71 .con71{
    width: 523px;
}
.zfb-top-list div{
    width: 267px;
    text-align: center;
}
/*ipad pro*/
@media only screen and (max-width: 1100px) {
    .w1200{
        width: 90%;
    }
    .page_weixin_service .list li{
        width: 23%;
        margin: 0 1%;
        margin-bottom: 0;
    }
    .page_weixin_service .list li .content{
        height: 120px;
        width: 100%;
    }
    .page_weixin_service .list li .title{
        padding-top: 20%;

    }
    .service-new li a .text{
        top: 47%;
    }
    .service-new .text h1{
        font-size: 22px;
    }
    .xi_doinput{
        width: 50%;
    }
    .layout{
        width: 90%;
    }
    .xi_doser ul{
        width: 100%;
    }
    .xi_doser li{
        width: 49%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .xi_doser li .xi_dostext{
        width: 60%;
    }
    .xi_ti_des{
        display: none;
    }
    .box1 .lb2 .li2 .txt2{
        width: 100%;
    }
    .section-quality dd{
        width: 82%;
    }
    .product,.body_past_two{
        width: 90%;
    }
    .product ul li .des{
        font-size: 14px;
    }
    .takeout_cont{
        width: 77%;
        margin-left: 3%;
    }
    .body_past_two .nav_takeout ul{
        width: 86%;
    }
    .takeout_header_title_button div{
        left: 100px;
    }
    .m-hp-title,.m-hp-info,.m-hp-content {
        width: 90%;
    }
    .m-hp-access-process .m-hp-list li .m-hp-access-detail{
        margin: 47px 0 0 10px;
    }
    .m-hp-success-tab-container .m-hp-tabs-container{
        width: 86%;
    }
}
@media only screen and (max-width: 780px) {
    .zfb-top-list,.zfb-71{
        width: 95%;
    }
    .m-hp-success-tab-container .m-hp-tabs-container{
        width: 80%;
    }
    .m-hp-tabs-nav.nav-2 li{
        height: 50px;
        line-height: 50px;
        margin-bottom: 22px;
    }

    .m-hp-network-item .image-container img{
        height: auto;
    }
    .m-hp-tabs-vertical .m-hp-tabs-container{
        margin-left: 20%;
        width: 80%;
    }
    .m-hp-network-item .image-container,.m-hp-network-item{
        width: 100%;
    }
    .m-hp-tabs-nav li{
        margin-bottom: 20px;
    }
    .m-hp-access-process .m-hp-list li .m-hp-access-title{
        font-size: 19px;
    }
    .m-hp-access-process .m-hp-list .m-hp-desc div{
        font-size: 12px;
    }
    .m-hp-access-process .m-hp-list .m-hp-desc{
        width: 100%;
    }
    .m-hp-tabs-container,.m-hp-network-item .image-container{
        height: auto !important;
    }
    .product ul li .title{
        font-size: 17px;
    }
    .body_past_two .nav_takeout ul,.body_past_two .nav_takeout ul.tab_active{
        font-size: 16px;
    }
    .takeout_header_title_button div{
        left: 0;
    }
    .body_past_two .nav_takeout ul{
        margin-bottom: 37px;
    }
    .product ul li .des{
        line-height: 20px;
        max-height: 98px;
        overflow: hidden;
    }
    .page_weixin_service .list li .title{
        font-size: 18px;
    }
    .xi_doinput{
        width: 53%;
    }
    #comsel{
        width: 20%;
    }
    .xi_dosub{
        width: 20%;
    }
    .xi_doetit{
        font-size: 32px;
    }
    .xi_doctit{
        font-size: 30px;
    }
    .xi_doser li .xi_dosicon{
        margin-right: 3%;
        width: 22%;
        height: 75px;
        line-height: 75px;
    }
    .xi_ti_icon li{
        padding: 0 30px;
    }
    .box1 .title .h3{
        font-size: 25px;
    }
    .box1 .title .h4{
        font-size: 22px;
    }
    .box1 .title{
        padding: 20px 0;
    }
    .box1 .lb2 .li2 .txt2 .icon1{
        margin: 31px 0 24px 0;
    }
    .section-quality dd{
        width: 76%;
    }
}
@media only screen and (max-width: 640px) {
    .zfb-71 .con71 ,.zfb-71 div{
        width: 95%;
        margin: auto;
        text-align: center;
    }
    .zfb-top-list,.zfb-71{
        display: table-cell;
    }
    .m-hp-tabs-nav li.on{
        font-size: 14px;
    }
    .zfb-top-list div{
        width: 78%;
        text-align: center;
        margin: auto;
        padding: 20px 0;
    }
    .m-hp-access-process .m-hp-list{
        display: table-cell;
    }
    .m-hp-access-process .m-hp-list li{
        width: 48%;margin: 1%;
    }
    .m-hp-access-process .m-hp-list li:first-child{
        margin-left: 1%;
    }
    .m-hp-successful-case .m-hp-title{
        padding :30px 0
    }
    .m-hp-tabs-nav{
        width: 20%;
    }
    .m-hp-tabs-nav.nav-2 li{
        height: 30px;
        line-height: 30px;
        margin-bottom: 13px;
    }
    .m-hp-tabs-nav li{
        font-size: 14px;
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .m-hp-title{
        font-size: 20px;
        padding: 29px 0 20px 0;
    }
    .m-hp-info{
        font-size: 14px;
        margin-bottom: 33px;
    }
    .m-hp-list > li{
        width: 48%;
    }
    .m-hp-content{
        padding-bottom: 45px;
    }
    .page_weixin_service .list li{
        width: 48%;
        margin: 2% 1%;
        margin-bottom: 0;
        height: auto;
    }
    .page_weixin_scene .list li{
        width: 33%;
    }
    .product ul li{
        width: 100%;
        height: 165px;

        margin: 15px 0 15px 0;
    }
    .body_past_two .takeout_cont .takeout .takeout_header .takeout_header_title h4{
        font-size: 17px;
    }
    .body_past_two .takeout_cont .takeout{
        padding: 0.8rem 0 0.8rem 0.7rem;
    }
    .takeout_header_title_button div{
        left: -22px;
    }
    .product ul li .content{
        height: 158px;
    }
    .body_past_two .nav_takeout{
        width: 30%;
    }
    .takeout_cont{
        width: 67%;
    }
    .body_past_two .nav_takeout ul, .body_past_two .nav_takeout ul.tab_active{
        font-size: 12px;
    }
    .product ul li .icon{
        padding-top: 5%;
    }
    .takeout_header_cont_top{
        line-height: 22px;
    }
    .body_past_two .nav_takeout ul{
        margin-bottom: 27px;
    }
    .page_weixin_service .top{
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .service-new .text h1{
        font-size: 14px;
    }
    .service-new li a .text{
        top: 30%;
    }
    .service-new li {
        width: 50%;
    }
    .service-new .text p{
        display: none;
    }
    .service-new .text button{
        height: 27px;
    }
    .xi_doh2{
        font-size: 14px;
    }
    .xi_doform{

        padding: 26px 20px 30px;
    }
    .xi_doinput{
        height: 40px;
        line-height: 40px;
    }
    #comsel{
        height: 41px;
        margin: 0 9px;
    }
    .xi_dosub{
        height:41px;
        font-size: 14px;
        line-height: 41px;
        display: inline-block;
        padding: 0 2px;
    }
    .xi_doetit{
        font-size: 20px;
        line-height: 28px;
    }
    .xi_doctit {
        font-size: 22px;
    }
    .xi_doser li{
        height: 223px;
    }
    .xi_doser ul{
        margin-top: 20px;
        padding-bottom: 20px;
        overflow: hidden;
    }
    .xi_dosicon, .xi_dostext{
        display: list-item;
    }
    .xi_doser li .xi_dosicon{
        width: 46%;
        margin: auto;
        margin-top: 10%;
    }
    .xi_doser li h2{
        margin-bottom: 0;
        margin: 10px 0;
    }
    .xi_doser li .xi_dostext{
        width: 90%;
        text-align: center;
        margin: auto;
    }
    .xi_ti_h2{
        margin-bottom: 7px;
    }
    .xi_ti_icon li{
        border-left: none;
        margin-bottom: 20px;
    }
    .box1 .title .h3{
        font-size: 17px;
    }
    .box1 .title .h4{
        font-size: 20px;
    }
    .box1 .lb2 .li2{
        width: 48%;
    }
    .section-quality .span6{
        width: 100%;
    }
    .DropDown_content .con-c ol li {
        height: 32px !important;
        line-height: 32px !important;
    }

}