
/* CSS Document 作者：chengyun */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, td {
    margin: 0;
    padding: 0;
}

body {
    font: 12px "宋体";
    word-wrap: break-word;
    overflow-x: hidden;
}

a, u, s, del {
    color: #333;
    text-decoration: none;
}

    fieldset, a img, .bor0 {
        border: 0;
    }

i, em, b {
    font-style: normal;
    font-weight: 100;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
}

.ind2 {
    text-indent: 2em;
}

* {
    margin: 0px 0px;
    padding: 0px 0px;
    font-family: "microsoft yahei";
}

button:focus {
    outline: none;
}

/*文本溢出出现省略号*/
.over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*图片垂直对齐的竖杠*/
.valign:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.valign img {
    vertical-align: middle;
}


/*万能清除法*/
.clear {
    zoom: 1;
}
    /*清除ie的浮动*/
    .clear:before {
        content: "";
        display: table;
    }

    .clear:after {
        content: "";
        clear: both;
        display: block;
    }

.margin {
    width: 1200px;
    margin: 0 auto;
}

 .call{ position: relative;    width: 110px;    float: left;    background: url("../image/phone_icon.png") no-repeat 5px 6px;padding-left: 50px; margin-left:50px;}
 .call h6{ font-size: 12px; color: #000; line-height: 1.7; font-weight: bold;}
 .call h3 a{ font-size: 14px; color: #2461EF; line-height: 1.5; font-weight: normal; font-family: ""; line-height:30px;}
 .call i.icon-dianhua{ position: absolute; top: 4px; left: -46px; font-size: 40px; color: #3296fa; }

#header {
    /*position: absolute;
	top:30px;*/
    padding-top: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    background: rgba(0,0,0,0.1);
    /*border-bottom:1px solid rgba(255,255,255,0.5);*/
}

    #header .logo {
        float: left;
        width: 145px;
        height: 48px;
        margin: 2px 30px 0 30px;
       
    }

        #header .logo img {
            width: auto;
            height: 43px;
            display: block;
        }

    #header .nav {
        float: left;
        margin-left: 26px;
    }

        #header .nav ul li {
            float: left;
            padding: 0 16px;
            padding-bottom: 10px;
            font: 16px/50px "Microsoft yahei";
        }	
            #header .nav ul li.cli {
                /*	border-bottom:2px solid #fff;*/
            }

                #header .nav ul li.cli a {
                    color: #307EFF;
                }

            #header .nav ul li a {
                color: #fff;
            }

    #header .h_btn {
        float: right;
        margin-top: 10px;
    }

        #header .h_btn .telTxt {
            color: #fff;
            font: 22px/28px "Microsoft yahei";
            float: left;
            margin-left: 30px;
            padding-left: 35px;
        }

            #header .h_btn .telTxt span {
                font: 18px/28px "Microsoft yahei";
            }

    #header.headerColor .h_btn .telTxt {
        color: rgba(0,0,0,0.9);
    }

    #header .h_btn button {
        width: 81px;
        height: 32px;
        color: #e4e7ed;
        background: none;
        cursor: pointer;
        float: left;
    }

    #header .h_btn .register {
        border: 1px solid #e4e7ed;
        border-radius: 15px;
    }

    #header .h_btn .logoin {
        border: none;
        margin-left: 10px;
    }

    #header.headerColor .h_btn .logoin {
        border: none;
        margin-left: 10px;
        background-size: 100% 100%;
    }

    #header .h_btn .logoin.tryout {
        background: url(https://www.yunqihu.com.cn/templates/default/images/try2.png) no-repeat;
    }

    #header.headerColor .h_btn .logoin.tryout {
        background: url(https://www.yunqihu.com.cn/templates/default/images/try.png) no-repeat;
    }

    #header .h_btn .logoin.join {
        background: url(https://www.yunqihu.com.cn/templates/default/images/join2.png) no-repeat;
    }

    #header.headerColor .h_btn .logoin.join {
        background: url(https://www.yunqihu.com.cn/templates/default/images/join.png) no-repeat;
    }
    /*#header.headerTitle  .nav ul li  a:hover{
	color:#fff;
}*/

    #header.headerTitle .h_btn .register:hover {
        border: 1px solid #fff;
        border-radius: 15px;
        color: #fff;
    }

    #header.headerTitle .h_btn .logoin:hover {
        color: #fff;
    }

    #header.headerTitle .h_btn .telTxt {
        background: url(https://www.yunqihu.com.cn/templates/default/images/tel11.png) no-repeat center left;
    }

    #header.headerColor .nav ul li a:hover {
        color: rgba(0,0,0,0.9);
    }

    #header.headerColor .h_btn .register:hover {
        border: 1px solid #5395e6;
        border-radius: 15px;
        color: #5395e6;
    }

    #header.headerColor .h_btn .logoin:hover {
        color: #5395e6;
    }

    #header.headerColor .h_btn .telTxt {
        background: url(https://www.yunqihu.com.cn/templates/default/images/tel22.png) no-repeat center left;
    }

    #header.headerColor {
        background: #fff;
        /*  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);*/
    }

        #header.headerColor .logo {
            
        }

        #header.headerColor .nav ul li a {
            color: #666;
        }

        #header.headerColor .nav ul li.cli {
            /*border-bottom:2px solid #5395e6;*/
        }

            #header.headerColor .nav ul li.cli a {
                color: #5395e6;
            }

        #header.headerColor .h_btn .register {
            border: 1px solid #5395e6;
            border-radius: 15px;
            color: #5395e6;
        }

        #header.headerColor .h_btn .logoin {
            color: #5395e6;
        }
    #header .skbg {
        display: inline-block;
        width: 19px;
        height: 9px;
        background: url(../image/icon_xiala.png) no-repeat  center;
        margin-left:3px;
    }
    #header .skillHover .skbg.a {
        background: url(../image/icon_shouqi.png) no-repeat center;
    }
    #header .skbg2 {
        display: inline-block;
        width: 19px;
        height: 9px;
        background: url(../image/icon_xiala.png) no-repeat center;
        margin-left: 3px;
    }

    #header .CustomerCase .skbg2.a {
        background: url(../image/icon_shouqi.png) no-repeat center;
    }
    #header .skbg3 {
        display: inline-block;
        width: 19px;
        height: 9px;
        background: url(../image/icon_xiala.png) no-repeat center;
        margin-left: 3px;
    }

    #header .News .skbg3.a {
        background: url(../image/icon_shouqi.png) no-repeat center;
    }

.header_2 {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 70px;
    background: rgba(0,0,0,0.4);
    display: none;
}

.header_2 ol {
    overflow: hidden;
    padding: 30px 0 40px 0;
    width: 120%;
    padding-left: 30px;
}

.header_2 ol li {
    float: left;
    margin-right: 30px;
}

.header_2 ol li a h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-left: 3px solid #5C93FF;
    padding-left: 7px;
}

.header_2 ol li.cli a h6 {
    color: #307EFF;
}

.header_2 ol li a p {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
    margin-top: 10px;
}
.header_2 ol li:hover a h6 {
    color: #307EFF;
}

.header_2.header2_color {
    background: #fff;
    box-shadow: 0px 0px 2px #e0e0e0;
}

.header_2.header2_color h6 {
    color: #666;
}

.header_2.header2_color p {
    color: #808080;
}
.header_2.header2_color.news ol{
    width:400px;
    margin:0 auto;

}
#banner {
    position: relative;
    width: 100%;
    margin-top: 70px;
    margin-top: 70px;
}

/*头部*/
.home-swiper {
    position: relative;
}
.home-swiper img{ width:100%;}

.home-swiper .freeBtn {
    position: absolute;
    left: 50%;
    margin-left: -405px;
    bottom: 120px;
    z-index: 99999;
    width: 160px;
    height: 50px;
    background: #32a4fa;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-container .slide0 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/banner1.jpg) no-repeat center center;
}

.swiper-container .slide1 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/banner1.png) no-repeat center center;
}

.swiper-container .slide2 {
    background: url(../image/homebanner3.png) no-repeat center center;
}

.swiper-container .slide3 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/banner4.jpg) no-repeat center;
}

.swiper-container .slide4 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/banner5.jpg) no-repeat center;
}

.swiper-container .slide5 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/banner6.jpg) no-repeat center;
}

.home-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    /*border:1px solid #fff;*/
}

.home-swiper .swiper-pagination-bullet-active {
    background: #fff !important;
}

.home-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.home-swiper .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px !important;
}

#banner .swiper-pagination-bullet {
    display: inline-block;
    width: 32px;
    height: 6px;
    opacity: 1;
    border-radius: 0px;
    background: rgba(255,255,255,0.2);
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}

#banner .swiper-pagination-bullet-active {
    background: #fff !important;
    /* width: 30px;*/
}


/*-------悬浮导航--------*/
/*.hint {
    position: fixed;
    right: 10px;
    top: 90px;
    z-index: 99999;
}

    .hint.homeHint {
        position: absolute;
        right: 10px;
        top: 590px;
        z-index: 99999;
    }

    .hint ul {
        background: url(../images/fuc_01.png) no-repeat center;
    }

        .hint ul li {
            width: 80px;
            height: 97px;
            position: relative;
            cursor: pointer;
        }

            .hint ul li a {
                display: block;
                margin-bottom: 8px;
                position: relative;
                width: 100%;
                height: 100%;
            }

                .hint ul li a > img {
                    display: block;
                    margin: 0 auto;
                    width: 100%;
                    height: 100%;
                }

                .hint ul li a > span {
                    display: block;
                    color: #fff;
                    font-size: 12px;
                    text-align: center;
                    position: absolute;
                    top: 69px;
                    left: 0px;
                    width: 100%;
                }

            .hint ul li:first-child a > span {
                top: 64px;
            }

            .hint ul li:hover .hBox {
                display: block;
            }

            .hint ul li .hBox {
                display: none;
                position: absolute;
                padding-right: 10px;
            }

                .hint ul li .hBox .mk {
                    background: #fff;
                    border-radius: 5px;
                    box-shadow: 0 0px 5px rgba(0,0,0,.15);
                }

                .hint ul li .hBox.contactBox {
                    left: -235px;
                    top: 0px;
                    width: 226px;
                }

                .hint ul li .hBox.ewmBox {
                    bottom: 0px;
                    left: -205px;
                    width: 196px;
                }

            .hint ul li .contactBox .mk {
                padding-bottom: 10px;
            }

            .hint ul li .contactBox p {
                width: 180px;
                padding: 14px 12px 4px;
                margin: 0 auto;
                border-top: 1px solid #d1d1d1;
            }

            .hint ul li .contactBox span {
                line-height: 38px;
                display: block;
                font-size: 14px;
            }

            .hint ul li .contactBox .tit {
                display: block;
                width: 99px;
                height: 21px;
                margin: 0 auto;
                margin-top: 6px;
            }

                .hint ul li .contactBox .tit img {
                    display: block;
                    width: 99px;
                    height: 21px;
                }

            .hint ul li .contactBox .txt {
                color: #666;
            }

                .hint ul li .contactBox .txt a {
                    float: right;
                    margin-top: 6px;
                    width: 67px;
                }

            .hint ul li .contactBox img {
                width: 67px;
                height: 20px;
            }

            .hint ul li .contactBox p:first-child {
                border-top: 0px;
            }

            .hint ul li .ewmBox img {
                margin: 20px auto 0px;
                width: 162px;
                height: 162px;
                display: block;
            }

            .hint ul li .ewmBox p {
                line-height: 40px;
                text-align: center;
                font-size: 14px;
                color: rgba(0,0,0,0.9);
            }

            .hint ul li.green a {
                background: #65c854;
            }

            .hint ul li.hoverli a img {
                display: none;
            }

            .hint ul li.hoverli span {
                font-size: 16px;
                line-height: 23px;
                width: 33px;
                padding: 10px 17px;
                text-align: center;
            }


            .hint ul li.wordsline a {
                position: relative;
            }

                .hint ul li.wordsline a .hot-tel {
                    width: 250px;
                    position: absolute;
                    left: -270px;
                    top: -84px;
                    padding: 10px;
                    display: none;
                }

                    .hint ul li.wordsline a .hot-tel i {
                        width: 20px;
                        height: 26px;
                        position: absolute;
                        background: url(../images/jiant.png) no-repeat;
                        right: 11px;
                        top: 40%;
                        margin-top: -10px;
                    }

                    .hint ul li.wordsline a .hot-tel p {
                        width: 218px;
                        background: #3396fb;
                        padding: 0px 8px;
                    }

                        .hint ul li.wordsline a .hot-tel p s {
                            display: block;
                            height: 60px;
                            text-align: center;
                            font-size: 18px;
                            line-height: 56px;
                            color: #fff;
                            padding: 0 10px;
                        }

                        .hint ul li.wordsline a .hot-tel p.tel1 s {
                            border-bottom: 1px dashed #fff;
                        }

.online {
    position: fixed;
    left: 25%;
    top: 40px;
    width: 800px;
    height: 640px;
    z-index: 99;
    display: none;
}

    .online iframe {
        width: 800px;
        height: 640px;
        border: none;
    }*/
/**尾部*/
#footer {
    overflow: hidden;
    background: #061430;
    padding: 50px 0 20px 0;
    color:#fff;
}
    #footer .margin{
        width:1000px;
        margin:0 auto;
    }
    #footer a {
        color: #aaa;
        font-size: 14px;
    }
#footer .footer-01 {
    float: left;
    margin-right: 100px;
    margin-left:100px;
}
#footer .footer-01 h4{
    color:#aaa;
    font-size:14px;
    margin:16px 0 24px 0;
    text-align:center;
}
#footer .footer-01 ul li{
    float:left;
}
#footer .footer-01 ul li i{
    display:block;
    width:81px;
    height:81px;
    margin-bottom:10px;
}
#footer .footer-01 ul li p {
    color:#aaa;
    font-size: 12px;
    text-align: center;
}
#footer .footer-01 ul li:first-child {
    margin-right: 25px;
}
#footer .footer-02 {
    float: left;
    margin-right: 50px;
}
#footer .footer-02 ul li {
    color: #aaa;
       
    font-size: 14px;
    line-height: 30px;
}
#footer h5 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 800;
    padding-top: 13px;
    text-align: left;
}
#footer .footer-02.footer_te{
    margin-right: 0px;
}
#footer .footer-02.footer_te ul {
    padding-left: 0px;
      
}
#footer .footer-03 {
    width: 100%;
    float: left;
    color: #aaa;
    font-size: 14px;
    padding-left:100px;
    margin-top: 30px;
}
#footer .footer-03 a {
    color: #aaa;
    margin-right:20px;
    font-size:14px;
}
#footerRemark {
    background: #202c46;
    padding:13px 0 14px 0;
}
#footerRemark p {
    color: #aaa;
    font-size: 12px;
    text-align: center;
}
/*-----------弹窗------------*/
.popup {
    width: 100%;
    height: 1200px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    z-index: 999999;
}

.popup.pra {
    display: none;
}

.popup.success {
    display: none;
}

.popup .participate {
    width: 482px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-top: 7%;
}

.popup .participate i {
    width: 24px;
    height: 24px;
    display: block;
    background: url(../image/X.png) no-repeat;
    float: right;
    margin: 10px;
}

.popup .participate i:hover {
    background: url(../image/X2.png) no-repeat;
}

.popup .participate .partext {
    float: right;
    width: 400px;
    margin: 40px auto;
    margin-bottom: 30px;
}

.popup .participate .partext h5 {
    font: 30px/50px 'MicrosoftYaHei';
    color: #3296fa;
    text-align: center;
}

.popup .participate .partext p.error {
    color: #ff0000;
    font: 12px 'MicrosoftYaHei';
    margin-top: 10px;
    text-align:center;
}

.popup .participate .partext .form {
    width: 400px;
    border: 1px solid #ccc;
    margin: 18px 0px;
    overflow: hidden;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
                /*.popup .participate .partext .form .profession{
	width: 270px;
    padding: 0 20px;
    float: left;
    height: 30px;
    margin-top:10px;
    margin-left:10px;
    outline:none;
    border:none;
}*/
.popup .participate .partext .form .territory {
    width: 300px;
    padding: 0 20px;
    float: left;
    height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    outline: none;
    border: none;
}

.popup .participate .partext .form s {
    position: absolute;
    color: #ff0000;
    left: 6px;
    top: 15px;
}

.popup .participate .partext .form.btnform {
    border: none;
}

.popup .participate .partext .form span {
    display: inline-block;
    font: 14px/44px 'MicrosoftYaHei';
    color: #333;
    margin-left: 20px;
    float: left;
    width: 56px;
    text-align: justify;
}

.popup .participate .partext .form input {
    width: 240px;
    /*padding: 0 20px;*/
    float: left;
    height:44px;
    border: none;
}

.popup .participate .partext .form .btn {
    width: 100%;
    font: 18px/50px 'MicrosoftYaHei';
    color: rgba(255,255,255,0.5);
    background: #3296fa;
}

.popup .participate .partext .form .btn:hover {
    background: #47aefc !important;
}

.popup .participate .partext img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
}

.popup.success .participate .partext p {
    font: 30px/90px 'MicrosoftYaHei';
    color: rgba(0,0,0,0.9);
    width: 280px;
    margin: 0 auto;
}

.popup.success .participate .partext span {
    display: block;
    width: 100px;
    font: 12px 'MicrosoftYaHei';
    color: rgba(0,0,0,0.43);
    margin: 0 auto;
}

.popup.success .participate .partext span s {
    font: 14px 'MicrosoftYaHei';
}

.popup.success .participate .partext .butons {
    padding: 0 40px;
}

.popup.success .participate .partext .sucbtn {
    width: 96px;
    height: 36px;
    margin: 40px 10px 0 40px;
    background: #fff;
    border: 1px solid #3296fa;
    color: #3296fa;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.popup.success .participate .partext .sucbtn.return {
    background: #3296fa;
    color: #fff;
}

.popup .form-control {
    height:44px;
    border: 0px;
    /*padding: 0 20px;*/
    float: left;
    width: 320px;
}
.popup .form-product {
    height: 44px;
    border: 0px;
    /*padding: 0 20px;*/
    float: left;
    width: 320px;
}
.getYZM p.Yzm {
    float: left;
    font-size: 14px;
    line-height: 44px;
    cursor: pointer;
    color: #666;
}
.getYZM p.second {
    float: left;
    height:44px;
    font-size: 14px;
    line-height: 44px;
    color: #666;
    display: none;
}
.partext p{
    text-align:center;
    font-size:14px;
}
/*-------标题样式------*/
.title h3 {
    color: #333;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
}
.title h4 {
    color: #666;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 60px;
}
.publicPadding {
    padding: 80px 0 50px 0;
}


/**-------------------产品介绍-----------------------*/
#banner.skillbanner {
    height: 540px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/skillbanner.jpg) no-repeat center;
}

#advantage .adMain {
    position: relative;
    padding-bottom: 80px;
}

#advantage .adImg {
    width: 532px;
    height: 532px;
    margin: 0 auto;
    margin-top: 90px;
    transform: scale(0.5) translateZ(0);
}

    #advantage .adImg.active {
        transform: scale(1) translateZ(0);
        transition-duration: .75s;
    }

    #advantage .adImg img {
        display: block;
        width: 532px;
        height: 532px;
    }

#advantage ul li i {
    display: block;
    width: 311px;
    height: 299px;
}

    #advantage ul li i img {
        display: block;
        width: 311px;
        height: 299px;
    }

#advantage ul li p {
    position: absolute;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 26px;
}

#advantage ul li {
    position: absolute;
    opacity: 1;
}

    #advantage ul li.ad_1 {
        top: -45px;
        left: 120px;
    }

        #advantage ul li.ad_1 p {
            top: 180px;
            left: 60px;
        }

    #advantage ul li.ad_2 {
        top: 300px;
        left: 120px;
    }

        #advantage ul li.ad_2 p {
            top: 200px;
            left: 70px;
        }

    #advantage ul li.ad_3 {
        top: -45px;
        right: 120px;
    }

        #advantage ul li.ad_3 p {
            top: 200px;
            left: 70px;
        }

    #advantage ul li.ad_4 {
        top: 300px;
        right: 120px;
    }

        #advantage ul li.ad_4 p {
            top: 210px;
            left: 80px;
        }

#people ul li {
    margin-top: 60px;
    padding-left: 120px;
    opacity: 1;
}

    #people ul li i {
        float: left;
        width: 600px;
        height: 400px;
    }

    #people ul li .skText {
        float: left;
        margin-top: 115px;
    }

        #people ul li .skText span {
            display: block;
            font-size: 20px;
            color: #333;
            margin-bottom: 20px;
        }

        #people ul li .skText p {
            font-size: 18px;
            color: #333;
            line-height: 40px;
        }

    #people ul li:nth-child(odd) .skText {
        margin-left: 80px;
    }

    #people ul li:nth-child(even) i {
        margin-left: 80px;
    }

    #people ul li:nth-child(even) span {
        text-align: right;
    }

    #people ul li:nth-child(even) p {
        text-align: right;
    }
/**--------------------------客户案例-------------------------------------*/
#banner.servicebanner {
    background: url(https://www.yunqihu.com.cn/templates/default/images/banner4.jpg) no-repeat center;
}

.case1 {
    padding-top: 60px;
}

.caseImg {
    width: 1140px;
    height: 150px;
    margin: 0 auto;
}

.caseContent {
    width: 1140px;
    margin: 0 auto;
}

.caseLeft {
    float: left;
    width: 257px;
    height: 300px;
    margin: 60px 30px 0px 25px;
}

.case1_left {
    background: url(https://www.yunqihu.com.cn/templates/default/images/case1_left.png) no-repeat center;
}

.caseLeft h4 {
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 40px;
    margin-top: 180px;
    font-weight: 500;
}

.caseLeft p {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 40px;
}

.caseRight {
    float: left;
    margin-top: 60px;
}

    .caseRight h6 {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        margin-bottom: 10px;
        border-left: 3px solid #79A5F7;
        padding-left: 5px;
        font-weight: 500;
    }

    .caseRight p {
        font-size: 16px;
        color: #333;
        line-height: 25px;
        width: 789px;
        padding-left: 8px;
        margin-bottom: 30px;
    }

    .caseRight .case1Img {
        width: 827px;
        height: 474px;
        margin-top: 30px;
    }

.case1Bottom .caseBottom_1 {
    float: left;
    width: 378px;
    margin-top: 68px;
}

    .case1Bottom .caseBottom_1 p {
        margin-bottom: 0px;
    }

span.blue {
    color: #68A0FF;
}

.case1Bottom .caseBottom_2 {
    float: left;
    width: 154px;
    height: 154px;
    margin: 30px 50px 0 50px;
}

.case1Bottom .caseBottom_3 {
    width: 154px;
    height: 154px;
    float: left;
    margin-top: 30px;
}

#service-item4 {
    background: #FAFAFA;
}

.case2_left {
    background: url(https://www.yunqihu.com.cn/templates/default/images/case2_left.png) no-repeat center;
}

.case2Bottom .caseBottom_1 {
    width: 810px;
    margin-top: 30px;
}

.case2Bottom .caseBottom_2 {
    width: 210px;
    float: left;
    margin-top: 30px;
    margin-left: 68px;
}

    .case2Bottom .caseBottom_2 img {
        width: 210px;
        height: 120px;
        display: block;
    }

.case2Bottom .caseBottom_3 {
    width: 128px;
    height: 128px;
    float: left;
    margin: 0 100px;
    margin-top: 30px;
}

.case2Bottom .caseBottom_4 {
    width: 128px;
    height: 128px;
    float: left;
    margin-top: 30px;
}

.case2Bottom span.te {
    display: block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.case3_right .case1Img {
    height: 374px;
}

.case3_left {
    background: url(https://www.yunqihu.com.cn/templates/default/images/case3_left.png) no-repeat center;
}

.case3Bottom {
    margin-top: 30px;
}

    .case3Bottom p {
        margin-bottom: 0px;
    }

#service-item6 {
    background: #FAFAFA;
}

.case4_left {
    background: url(https://www.yunqihu.com.cn/templates/default/images/case4_left.png) no-repeat center;
}

.case4_right .case1Img {
    height: 562px;
}
/*-------------------------产品介绍的视频-----------------------------*/
#video .videoMain {
    display: block;
    width: 610px;
    height: 400px;
    margin: 0 auto;
}

/*--------------------------------首页---------------------------------------*/
.bgColor {
    background: rgba(246,249,253,1);
}



#home_item1 ul {
    overflow: hidden;
    width: 750px;
    margin: 0 auto;
    margin-top: 50px;
    border-bottom:2px solid rgba(210,210,210,1);
    padding:0 50px;
}

    #home_item1 ul li {
        color:#666;
        float: left;
        /*width: 160px;*/
        height: 50px;
        margin-right: 1px;
        cursor: pointer;
        margin-left:100px;
    }

        #home_item1 ul li.active {
            color:#333;
            border-bottom: 2px solid #307EFF;
        }

        #home_item1 ul li h4 {
            width: 100%;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            font-weight:500;
        }

#home_item1 ol li {
    overflow: hidden;
    margin-top: 50px;
    display: none;
}

#home_item1 ol li.disActive {
    display: block;
}

#home_item1 ol li .item1_text {
    float: left;
    width: 214px;
    margin-right: 114px;
}

#home_item1 ol li .item1_text.last_item1 {
    margin-right: 0px;
}

#home_item1 ol li .item1_text i {
    display: block;
    width: 81px;
    height: 81px;
    margin: 0 auto;
}

#home_item1 ol li .item1_text .item1_bottom h4 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 5px;
}

#home_item1 ol li .item1_text .item1_bottom p {
    font-size: 14px;
    color: #808080;
    text-align: center;
    line-height: 22px;
}

.button {
    text-align: center;
    margin-top: 80px;
}

.button div {
    display: inline-block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    margin: 0 50px;
    cursor: pointer;
}

.button .button1 {
    border: 1px solid #307EFF;
    font-size: 16px;
}

.button .button1 a {
    display:block;
    color: #307EFF;
}

.button .button2 {
    color: #fff;
    border: 1px solid #307EFF;
    font-size: 16px;
    background: #307EFF;
}
.button.probtn{
    float:left;
    width:100%;
}

#home_item2 .item2_text {
    position: relative;
    padding-bottom:120px;
}
#home_item2 .item2_text .item2_img {
    width: 386px;
    height: 386px;
    margin: 0 auto;
    margin-top: 168px;
}
#home_item2 ul {
    overflow: hidden;
    width: 110%;
}

#home_item2 ul li {
    float: left;
    width: 230px;
    margin-right: 90px;
    margin-top: 56px;
}
    #home_item2 ul li h4 {
        font-size: 18px;
        font-weight: 500;
        text-align:center;
        margin-bottom:10px;
    }
    #home_item2 ul li p {
        font-size: 16px;
        color: #808080;
        line-height: 22px;
        text-align:center;
    }
    #home_item2 ul li.item2_li1 {
        position: absolute;
        top: -165px;
        left: 483px;
    }
    #home_item2 ul li.item2_li1 h4 {
        color: #12CBBB;
    }
    #home_item2 ul li.item2_li2 {
        position: absolute;
        top: 78px;
        right: 30px;
    }
    #home_item2 ul li.item2_li2 h4 {
        color: #1CC4E1;
    }
    #home_item2 ul li.item2_li3 {
        position: absolute;
        bottom: 0px;
        left: 483px;
    }
    #home_item2 ul li.item2_li3 h4 {
        color: #2F9BFE;
    }
    #home_item2 ul li.item2_li4 {
        position: absolute;
        top: 78px;
        left:103px;
    }
        #home_item2 ul li.item2_li4 h4 {
            color: #6BC7FE;
        }

    #home_item3 {
        background: url(https://www.yunqihu.com.cn/templates/default/images/di_5_beijing_494px.png) no-repeat center;
    }

    #home_item3 .title h3 {
        color: #fff;
    }

    #home_item3 ul {
        overflow: hidden;
        width: 120%;
        margin-top: 50px;
    }

        #home_item3 ul li {
            float: left;
            width: 145px;
            position: relative;
            margin-right: 118px;
        }

            #home_item3 ul li i {
                position: absolute;
                right: 5px;
                top: 0px;
            }

            #home_item3 ul li .item3_text {
                color: #fff;
                text-align: center;
                padding-top: 35px;
            }

                #home_item3 ul li .item3_text h4 {
                    font-size: 54px;
                }

                    #home_item3 ul li .item3_text h4 span {
                        font-size: 18px;
                    }

                #home_item3 ul li .item3_text p {
                    font-size: 18px;
                    margin-top: 20px;
                    margin-bottom: 8px;
                }

#home_item4 {
}

#home_item4 ul {
    overflow: hidden;
    width: 120%; 
    padding:0 50px;
    padding-top: 50px;
  
}

    #home_item4 ul li {
        float: left;
        width: 237px;
        margin-right: 198px;
        position: relative;
        transition: 0.2s;
    }
        #home_item4 ul li:hover {
            top: -6px;
            transition: 0.3s;
        }

        #home_item4 ul li i {
            display: block;
            width: 64px;
            height: 64px;
            margin: 0 auto;
        }

#home_item4 ul li .item4_bottom h4 {
    font-size: 18px;
    line-height: 58px;
    text-align: center;
    font-weight: 500;
    border-bottom: 2px solid #FFC453;
    width: 36px;
    margin: 0 auto;
    margin-top: 10px;
}

#home_item4 ul li .item4_bottom p {
    font-size: 14px;
    color: #808080;
    width: 238px;
    line-height: 22px;
    margin-top: 10px;
    text-align: center;
}
/*适用行业*/
#home_item5 {
    background: #f6f9fd;
}

.industryBox ul {
    height: 324px;
    width: 110%;
    padding-top: 50px;
}

.industryBox ul li {
    float: left;
    height: 324px;
    width: 110px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    transition: width 0.35s ease 0s;
}

.industryBox ul li.current {
    width: 330px;
    cursor: inherit;
}

.industryBox li .i_img {
    width: 100%;
    height: 100%;
}

.industryBox li .i_img1 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_1_finance.png') no-repeat center center;
}

.industryBox li .i_img2 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_2_realestate.png') no-repeat center center;
}

.industryBox li .i_img3 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_3_insurance.png') no-repeat center center;
}

.industryBox li .i_img4 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_4_internet.png') no-repeat center center;
}

.industryBox li .i_img5 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_5_education.png') no-repeat center center;
}

.industryBox li .i_img6 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_6_dianshang.png') no-repeat center center;
}

.industryBox li .i_img7 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_7_car.png') no-repeat center center;
}

.industryBox li .i_img8 {
    background: url('https://www.yunqihu.com.cn/templates/img/img_selected_8_ad.png') no-repeat center center;
}

.industryBox li .i_content {
    position: absolute;
    margin-left: -165px;
    left: 50%;
    top: 0px;
    width: 110px;
    height: 100%;
    color: #fff;
}

.industryBox li .i_tit {
    padding-top: 44px;
    line-height: 28px;
    height: 28px;
    font-size: 18px;
    text-align: center;
}

.industryBox li .i_txt {
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    width: 8em;
    margin: 9px auto;
}

.industryBox li .i_icon {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
}

.industryBox li.current .i_icon {
    display: none;
}

.industryBox li .i_icon p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding-top: 108px;
    text-align: center;
    margin-top: 76px;
}

.industryBox li .i_icon1 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal1.png') no-repeat center center;
}

.industryBox li .i_icon2 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal2.png') no-repeat center center;
}

.industryBox li .i_icon3 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal3.png') no-repeat center center;
}

.industryBox li .i_icon4 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal4.png') no-repeat center center;
}

.industryBox li .i_icon5 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal5.png') no-repeat center center;
}

.industryBox li .i_icon6 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal6.png') no-repeat center center;
}

.industryBox li .i_icon7 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal7.png') no-repeat center center;
}

.industryBox li .i_icon8 p {
    background: url('https://www.yunqihu.com.cn/templates/default/img/icon_normal8.png') no-repeat center center;
}
/*合作客户*/
#home_item6 {
    background: #fff;
}

.cooperationBox {
    width: 1102px;
    padding-top: 50px;
    margin:0 auto;
    /*padding-bottom: 80px;*/
}

    .cooperationBox img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
/*新闻动态*/
/*#home_item7 {
    background: #f6f9fd;
}

.newsBox ul {
    padding-top: 50px;
    width: 110%;
}

.newsBox ul:after {
    display: block;
    clear: both;
    content: '';
}

.newsBox li {
    float: left;
    width: 250px;
    height: 250px;
    position: relative;
    margin-right: 33px;
}

.newsBox li .nBox {
    width: 250px;
    height: 250px;
    display: block;
    box-shadow: 0 2px 6px 2px #e0e0e0;
    border-radius: 3px;
    cursor: inherit;
    transform: scale(1);
    transition: all .3s ease-in;
    text-align: center;
}

.newsBox li .nBox > img {
    display: block;
    width: 100%;
    height: 140px;
}

.newsBox li .nTitle {
    font-size: 18px;
    color: #666;
    margin-top: 16px;
    min-height: 20px;
}

.newsBox li .nContent {
    margin-top: 13px;
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    width: 200px;
    margin: 13px auto 0px;
}

.newsBox li .nBox:hover {
    transform: scale(1.05);
    transition: all .3s ease-in;
    box-shadow: 0 0 10px 2px #e0e0e0;
}*/
#home_item7 .item7_bg {
    width:1100px;
    height:493px;
    margin-top:50px;
    background: url("https://www.yunqihu.com.cn/templates/default/images/hangye.png")no-repeat center;
    position:relative;
}
#home_item7 .item7_bg .item7_bg_title{
    position:absolute;
    left:196px;
    top:206px;
}
#home_item7 .item7_bg .item7_bg_title h3 {
    font-size: 30px;
    font-weight: 500;
    color: #00EEF7;
    text-align:center;
    margin-bottom:5px;
}
#home_item7 .item7_bg .item7_bg_title p span {
    font-size: 16px;
    color: #F6F9FD;
    padding:0 5px; 
}
#home_item7 .item7_bg .item7_bg_title p i {
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #F6F9FD;
}
#home_item7 ul {
    margin-left: 584px;
    padding-top: 20px;
}
#home_item7 ul li{
    padding-left:40px;
    margin-top:30px;
    height:95px;
    padding-right:30px;
    overflow:hidden;
}
    #home_item7 ul li h3 {
        font-size: 16px;
        color: #666;
        font-weight: 500;
        line-height: 24px;
    }
    #home_item7 ul li p {
        font-size: 14px;
        color: #808080;
        font-weight: 500;
        line-height: 22px;
    }
    #home_item7 ul li.libg0 {
        background: url("https://www.yunqihu.com.cn/templates/default/images/new_bg1.png")no-repeat left top;
    }
    #home_item7 ul li.libg1 {
        background: url("https://www.yunqihu.com.cn/templates/default/images/new_bg2.png")no-repeat left top;
    }
    #home_item7 ul li.libg2 {
        background: url("https://www.yunqihu.com.cn/templates/default/images/new_bg3.png")no-repeat left top;
    }
.new_bottom{
    margin-left:640px;
    width:180px;
    height:44px;
    border:1px solid #aaa;
    margin-top:10px;
}
    .new_bottom a{
        display:block;
        width:180px;
        line-height:44px;
        font-size:16px;
        color:#808080;
        text-align:center;
    }
    /*选择小语智能，选择卓越品质*/
    #home_item8 {
        background: url('../image/di_bg_10.png') no-repeat bottom center;
        height: 230px;
        padding-top: 80px;
    }

#home_item8 .title h3 {
    color: #fff;
}

.obtainBox {
    width: 440px;
    height: 48px;
    margin: 50px auto 0px;
    background: #fff;
    border: 1px solid #fff;
}
.obtainBox a {
    float: right;
    width: 168px;
    height: 48px;
    line-height: 48px;
    background: #5c93ff;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.obtainBox.btnTop {
    width: 180px;
    height: 44px;
    margin: 0;
    margin-left: 42px;
}

.obtainBox input {
    width: 250px;
    height: 16px;
    padding: 16px 10px;
    float: left;
    border: 0px;
}

.obtainBox.btnTop a {
    width: 180px;
    height: 44px;
    line-height: 44px;
    background: #307EFF;
}
/**----------------ul li 公共样式---------------------*/
.style_color {
    overflow: hidden;
}

.style_color li {
    float: left;
}

.style_color li i {
    display: block;
    margin: 0 auto;
}

.style_color li h4 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.style_color li p {
    font-size: 14px;
    color: #808080;
    text-align: center;
    line-height: 22px;
}
/*------------------------------渠道合作--------------------------------*/
#banner.teambanner {
    height: 500px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/workbanner.jpg) no-repeat center center;
}

.bannerBtn {
    width: 180px;
    height: 44px;
    padding-top: 440px;
    margin: 0 auto;
}

.bannerBtn span {
    display: block;
    width: 180px;
    height: 44px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/button_jiameng.png) no-repeat center;
    padding-top: 0px;
    cursor: pointer;
}

#team_item1 ul.style_color {
    margin-top: 50px;
    width: 110%;
    margin-left:50px;
}

#team_item1 ul.style_color li {
    width: 221px;
    margin-right: 70px;
}

#team_item1 ul.style_color li i {
    width: 80px;
    height: 80px;
    opacity:1;
}

#team_item2 ul {
    margin-top: 50px;
    width: 110%;
}

#team_item2 ul li {
    width: 192px;
    margin-right: 50px;
}

#team_item2 ul li i {
    width: 80px;
    height: 80px;
    opacity:1;
}

#team_item3 ul {
    overflow: hidden;
    width: 120%;
    height: 330px;
    padding-top: 50px;
    margin-left:50px;
}

#team_item3 ul li {
    float: left;
    width: 260px;
    height: 300px;
    margin-right: 160px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 5px 9px 18px 2px rgba(0,29,76,0.12);
    position: relative;
    transition: 0.2s;
}
#team_item3 ul li:hover {
    top: -6px;
    transition: 0.3s;
}

#team_item3 ul li.item3_1 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_1_word.png) no-repeat center;
}

#team_item3 ul li.item3_2 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_2_word.png) no-repeat center;
}

#team_item3 ul li.item3_3 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_3_word.png) no-repeat center;
}

#team_item3 ul li span {
    display: block;
    width: 260px;
    height: 17px;
    font-size: 18px;
    color: rgba(255,255,255,1);
    line-height: 70px;
    text-align: center;
}

#team_item3 ul li p {
    font-size: 14px;
    font-weight: 300;
    color: rgba(102,102,102,1);
    line-height: 20px;
    margin-top: 195px;
    width: 195px;
    margin-left: 30px;
    text-align: center;
}

#team_item4 .map {
    width: 682px;
    height: 533px;
    margin: 0 auto;
    margin-top: 50px;
}

#team_item5 ul {
    background: url(https://www.yunqihu.com.cn/templates/default/images/whole_flowchart.png) no-repeat center;
    height: 363px;
    overflow: hidden;
    margin:0 50px;
    margin-top: 50px;
}

#team_item5 ul li {
    color: #fff;
    font-size: 20px;
    float: left;
    margin: 179px 54px 0 50px;
}

#team_item5 ul li:last-child {
    margin-right: 0px;
}

#team_item6 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/bg.png) no-repeat center;
    height: 643px;
}

.pad {
    padding-top: 1px;
}

#team_item6 .item6_text {
    width: 530px;
    height: 530px;
    border-radius: 4px;
    background: #fff;
    margin: 0 auto;
    margin-top: 54px;
}

#team_item6 .item6_text h4 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #333;
    padding-top: 36px;
    margin-bottom: 10px;
}
#team_item6 .item6_text p.zu {
    line-height: 20px;
    text-align: center;
    margin-bottom: 10px;
}
#team_item6 .item6_text li {
    width: 360px;
    /*height: 44px;*/
    border: 1px solid rgba(204,204,204,1);
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 15px;
}

#team_item6 .item6_text li s {
    margin-right: 3px;
    color: #307EFF;
    display:inline-block;
    width:6px;
}

#team_item6 .item6_text li span {
    font-size: 16px;
    display:inline-block;
    width:50px;
}

#team_item6 .item6_text li input {
    border: none;
    margin-left: 10px;
    width: 200px;
}

#team_item6 .item6_text li select {
    width: 210px;
    margin-left: 8px;
    border: none;
}

#team_item6 .item6_text li.te {
    margin-bottom: 0px;
}

#team_item6 .item6_text li.te span {
    display: inline-block;
    margin-left: 12px;
    float: left;
}

#team_item6 .item6_text li.te textarea {
    width: 240px;
    margin-left: 55px;
    border: none;
}

#team_item6 .btnform {
    width: 180px;
    height: 44px;
    margin: 0 auto;
    margin-top: 10px;
}

#team_item6 .btnform .btn_from {
    width: 180px;
    height: 44px;
    background: rgba(48,126,255,1);
    border: 1px solid rgba(48,126,255,1);
    font-size: 16px;
    color: #fff;
}

#team_item6 .error {
    color: #ff0000;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
#team_item6 li.cooper_from p {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

#team_item6 li.cooper_from p.second {
    display: none;
}
/*-------------------------关于我们---------------------------------*/
#banner.aboutbanner {
    height: 528px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_banner_aboutus.png) no-repeat center center;
}

#about_item1 .aitem_text {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-top: 40px;
}

#about_item1 .aitem_text p {
    margin-top: 10px;
    text-indent: 2em
}

#about_item2 ul {
    overflow: hidden;
    width: 120%;
    padding-top: 64px;
    padding-left:20px;
    margin-left:-20px;
}

#about_item2 ul li {
    float: left;
    width: 320px;
    background: rgba(255,255,255,1);
    box-shadow: 5px 9px 18px 2px rgba(0,29,76,0.12);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    margin-right: 120px;
    height: 340px;
    position: relative;
    transition: 0.2s;
}
#about_item2 ul li:hover {
    top: -6px;
    transition: 0.3s;
}
#about_item2 ul li .ateam_t2 i {
    display: block;
    width: 81px;
    height: 81px;
    margin: 0 auto;
    margin-top: 30px;
}
#about_item2 ul li .ateam_t2 i img {
    display: block;
    width: 81px;
    height: 81px;
}

#about_item2 ul li .ateam_t2 h4 {
    font-size: 18px;
    font-weight: bold;
    color: #307EFF;
    text-align: center;
    margin-top: 20px;
}

#about_item2 ul li .ateam_t2 span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin: 10px 0 20px 0;
}

#about_item2 ul li .ateam_t2 s {
    display: block;
    width: 30px;
    height: 2px;
    background: #307EFF;
    margin: 0 auto;
}

#about_item2 ul li p {
    width: 269px;
    font-size: 13px;
    letter-spacing:2px;
    line-height: 22px;
    color: #666;
    margin: 0 auto;
    margin-top: 15px;
}

#about_item2 ul li.ateam_te {
    height: 420px;
}

#about_item3 ul {
    overflow: hidden;
    width: 110%;
    padding-top: 45px;
}

#about_item3 ul li {
    float: left;
    width: 231px;
    height: 271px;
    margin-right: 50px;
    box-shadow: 5px 9px 18px 2px rgba(0,29,76,0.12);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.2s;
}
#about_item3 ul li:hover {
    top: -6px;
    transition: 0.3s;
}

#about_item3 ul li.ateam_t3_1 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_1_item.png) no-repeat center;
}

#about_item3 ul li.ateam_t3_2 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_2_item.png) no-repeat center;
}

#about_item3 ul li.ateam_t3_3 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_3_item.png) no-repeat center;
}

#about_item3 ul li.ateam_t3_4 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_4_item.png) no-repeat center;
}

#about_item3 ul li span {
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

#about_item3 ul li p {
    text-align: center;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    margin-top: 135px;
}

#about_item1 ul {
    overflow: hidden;
    width: 110%;
    margin-top:50px;
}

#about_item1 ul li {
    float: left;
    width: 320px;
    height: 70px;
    margin-right: 120px;
    background: url(../image/di_1.png) no-repeat center;
    cursor: pointer;
    transition: all .3s ease;
}
#about_item1 ul li:hover p {
    background-size: 120% 120%;
    font-size: 22px;
}
#about_item1 ul li p {
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 18px;
}

#about_item5 .margin {
    width: 1140px;
}

#about_item5 .about_swiper {
    /*width: 1090px;*/
    width: 1020px;
    overflow: hidden;
    position: relative;
    padding: 0 60px;
    margin-top: 50px;
}
.swiper-container2 {
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.swiper-container2 .swiper-button-next, .swiper-container2 .swiper-button-prev {
    width: 18px;
    height: 36px;
    margin-top: -18px;
    background-size:inherit;
}
.swiper-container2 .swiper-button-next {
    background-image: url('../image/icon_next.png');
}
.swiper-container2 .swiper-button-next:hover {
    background-image: url('../image/icon_next_kedian.png');
}
.swiper-container2 .swiper-button-prev {
    background-image: url('../image/icon_last.png');
}
.swiper-container2 .swiper-button-prev:hover {
    background-image: url('../image/icon_last_kedian.png');
}

.swiper-container2 .slide0 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_1.png) no-repeat center center;
}

.swiper-container2 .slide1 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_2.png) no-repeat center center;
}

.swiper-container2 .slide2 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_3.png) no-repeat center center;
}

.swiper-container2 .slide3 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_4.png) no-repeat center;
}

.swiper-container2 .slide4 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_5.png) no-repeat center;
}

.swiper-container2 .slide5 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_6.png) no-repeat center;
}

.swiper-container2 .slide6 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_7.png) no-repeat center;
}

.swiper-container2 .slide7 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/rongyu_8.png) no-repeat center;
}

.swiper-container2 .slide8 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/a1.png) no-repeat center;
}
.swiper-container2 .slide9 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/a2.png) no-repeat center;
}
.swiper-container2 .slide10 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/a3.png) no-repeat center;
}
.swiper-container2 .slide11 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/a4.png) no-repeat center;
}
.swiper-container2 .slide12 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/a5.png) no-repeat center;
}
.swiper-container2 .slide13 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/a6.png) no-repeat center;
}
/*-----------------------智能客服---------------------------*/
#banner.Capacitybanner {
    height: 528px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/banner-service.png) no-repeat center center;
}

.bannerBtn_capacity {
    margin-left: 0px;
    padding-top: 380px;
}

#Capacity_item1 .caImg {
    width:1128px;
    height:496px;
    margin:0 auto ;
    margin-top:50px;
}
#Capacity_item1 ul {
    width: 120%;
    padding:10px 0;
    padding-left:40px;
    margin-top:30px;
}
#Capacity_item1 ul li {
    width: 209px;
    height:270px;
    margin-right: 20px;
    background: #fff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.23);
    border-radius: 8px;
}
#Capacity_item1 ul li:hover {
    box-shadow: 0px 2px 6px 0px #86BEFF;
}
#Capacity_item1 ul li i {
    display: block;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    opacity: 1;
    margin-top: 58px;
}
#Capacity_item1 ul li h4{
    margin-top:50px;
}
#Ma_item2.publicPadding{
    padding-top:50px;
}
#Ma_item2 .Ma_text {
    overflow: hidden;
 
}
#Ma_item2 .Ma_text i {
    float:left;
    display: block;
    width: 550px;
    height: 400px;
    margin: 0 auto; 
    opacity: 1;
}
#Ma_item2 .Ma_text .i img {
    display: block;
    width: 550px;
    height: 400px;
}
#Ma_item2 .Ma_text .caleft {
    float:left;
    opacity:1;
}
    #Ma_item2 .Ma_text .caright {
        float: right;
        opacity: 1;
    }
#Ma_item2 .Ma_text .Ca_itemText.caleft{
    margin-left:50px;
}
#Ma_item2 .Ma_text i.caright {
    margin-right: 0px;
        
}
#Ma_item2 .Ma_text .Ca_itemText{
    padding-right: 55px;
}
#Ma_item2 .Ma_text .Ca_itemText h4 {
    font-size: 24px;
    font-weight: 800;
    color: #333;
    padding: 50px 0 30px 0;
}
#Ma_item2 .Ma_text .Ca_itemText span {
    display: block;
    width: 40px;
    height: 4px;
    background: #307EFF;
    margin-bottom: 10px;
}
#Ma_item2 .Ma_text .Ca_itemText p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    width:450px;
}
#Capacity_item2 {
}

#Capacity_item2 ul {
    overflow: hidden;
}

#Capacity_item2 ul li {
    float: left;
    overflow: hidden;
    margin: 60px 0 40px 0;

}

#Capacity_item2 ul li i {
    display: block;
    width: 670px;
    height: 450px;
    float: left;
    opacity: 1;
}

#Capacity_item2 ul li .Ca_itemText {
    float: left;
    width: 380px;
    opacity: 1;
}

#Capacity_item2 ul li .Ca_itemText h4 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    padding: 50px 0 30px 0;
}

#Capacity_item2 ul li .Ca_itemText span {
    display: block;
    width: 40px;
    height: 4px;
    background: #FFC453;
    margin-bottom: 10px;
}

#Capacity_item2 ul li:nth-child(odd) .Ca_itemText {
    margin-left: 40px;
}

#Capacity_item2 ul li:nth-child(even) .Ca_itemText {
    margin-right: 40px;
}

#Capacity_item2 ul li p {
    font-size: 14px;
    line-height: 26px;
    color: #808080;
}
#Capacity_item3{
    padding-bottom:38px; 
    padding-top:60px;
}
#Capacity_item3 h4 {
    font-size: 24px;
    font-weight: 800;
    color:#333;
    text-align:center;
}
#Capacity_item3 span {
    display: block;
    width: 120px;
    height: 2px;
    background: #307EFF;
    text-align:center;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
}
#Capacity_item3 p {
    font-size: 16px;
    line-height: 26px;
    color: #808080;
    text-align:center;
}
#Capacity_item3 .caleft {
    display: block;
    width: 432px;
    height: 282px;
    margin: 0 auto;
    margin-top: 30px;
    opacity: 1;
}
#Capacity_item3 .caleft img {
    display: block;
    width: 432px;
    height: 282px;
}
#Capacity_item4 ul{
    width:110%;
    padding-left:10px;
    margin-top:90px;
}
#Capacity_item4 li {
    float: left;
    width: 242px;
    height: 80px;
    background: #fff;
    margin-right: 50px;
}
#Capacity_item4 li a {
    color: #307EFF;
    font-size:24px;
    line-height:80px;
    display:block;
    text-align:center;
}
#Capacity_item4 li:hover {
    background: #307EFF;
}
#Capacity_item4 li:hover a{
    color:#fff;
}
/*------------------------------智能营销----------------------------------*/
#banner.Marketbanner {
    height: 528px;
    background: url(../image/banner_yingxiao.png) no-repeat center center;
}
#Market_item1 {
}

#Market_item1 ul {
    width: 110%;
    margin-top: 20px;
    margin-left:50px;
}

#Market_item1 ul li {
    float: left;
    width: 200px;
    height: 110px;
    margin-right: 25px;
    position: relative;
    margin-top: 30px;
}

.a_btn {
    display: block;
    width: 200px;
    height: 110px;
    position: absolute;
    top: 0;
}

.a_btn .voice {
    display: none;
}

.a_btn i.songList_play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
}

.a_btn:hover i.songList_play {
    background: url(../image/icon_play2.png) no-repeat center;
}

.a_btn.play:hover i.songList_play {
    background: url(../image/icon_stop.png) no-repeat center;
}

#Market_item2 ul {
    width: 110%;
    padding-left:50px;
}

#Market_item2 ul li {
    margin-right: 121px;
    margin-top: 50px;
}

#Market_item2 ul li i {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    opacity:1;
}
/*-------------新闻动态-------------*/
#banner.inforbanner {
    height: 528px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_banner_news.png) no-repeat center center;
}

#newsBox {
    padding-top: 0px;
}
#newsBox .margin {
    width: 1200px !important;
}
    #newsBox .newsText {
        width: 100%;
        height: 50px;
        border-bottom: 2px solid #D2D2D2;
    }
#newsBox .newsText ol{
    width:960px;
    margin:0 auto;
}
#newsBox .newsText ol li {
    float: left;
    width: 120px;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    margin-right:300px;
}
#newsBox .newsText ol li:last-child{
    margin-right:0px;
}

#newsBox .newsText ol li.active {
    color: #307EFF;
    border-bottom: 4px solid #307EFF;
}

/*#newsBox .newsList {
    padding-top: 50px;
}

#newsBox .newsList.clear:after {
    display: block;
    clear: both;
    content: '';
}

#newsBox .newsList li {
    float: left;
    width: 368px;
    position: relative;
    min-height: 1px;
    padding: 0px 16px;
    height: 436px;
}

#newsBox .newsList li .nBox {
    display: block;
    box-shadow: 0 2px 6px 2px #e0e0e0;
    border-radius: 3px;
    padding: 15px 15px 20px;
    margin: 20px 0;
    cursor: pointer;
    transform: scale(1);
    transition: all .3s ease-in;
}

#newsBox .newsList li .nBox > img {
    display: block;
    width: 100%;
    height: 187px;
}

#newsBox .newsList li .nTitle {
    font-size: 20px;
    color: rgba(0,0,0,.65);
    text-align: left;
    margin: 15px 0;
    min-height: 52px;
}

#newsBox .newsList li .nContent {
    font-size: 14px;
    height: 60px;
    color: rgba(0,0,0,.65);
    text-align: left;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#newsBox .newsList li .nDate {
    margin-top: 15px;
    font-size: 12px;
    color: rgba(0,0,0,.65);
    text-align: right;
}

#newsBox .newsList li .nBox:hover {
    transform: scale(1.1);
    transition: all .3s ease-in;
    box-shadow: 0 0 10px 2px #e0e0e0;
}*/
.News_List {
    padding-top: 30px;
}
.News_List li {
    margin-top: 32px;
}
.News_List li a {
    display: block;
    overflow: hidden;
    width: 100%;
}
.News_List li i {
    float: left;
    width: 268px;
    height: 180px;
    margin-left: 100px;
    margin-right: 60px;
}
.News_List li i img {
    display: block;
    width: 268px;
    height: 180px;
}
.News_List li .newsContent {
    float: left;
    width: 690px;
}
.News_List li .newsContent h4 {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    margin-bottom: 10px;
}
.News_List li .newsContent p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    /*text-indent:2em;*/
    height: 118px;
}
.News_List li .newsContent span {
    font-size: 12px;
    color: #aaa;
}
.News_List li .s {
    float: left;
    width: 1200px;
    height: 1px;
    background: linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(170,170,170,1) 50%,rgba(255,255,255,1) 100%);
    margin-top: 30px;
}
    .page {
        width: 100%;
        margin: 30px auto;
        text-align: center;
    }

.page ul {
    display: inline-block;
    overflow: hidden;
}

.page ul li {
    width: auto;
    padding: 0;
    margin: 0 5px;
    cursor: pointer;
    float: left;
}

.page ul li a {
    display: inline-block;
    padding: 0px 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: rgba(0,0,0,0.43);
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page ul li a:hover {
    background-color: #5C93FF;
    border: 1px solid #5C93FF;
    color: #FFF;
}

.page ul li.active a {
    background-color: #5C93FF;
    border: 1px solid #5C93FF;
    color: #FFF;
}
/*-------------------------新闻详情----------------------------*/


#information .detailMargin {
    width: 676px;
    margin: 100px auto;
}

#information .detailMargin .detailTitle {
    position: relative;
    width: 676px;
    /*height:374px ;*/
}

#information .detailMargin .detailTitle img {
    /*position: absolute;*/
    z-index: 1;
    display: block;
    width: 676px;
    /*height:374px ;*/
}

#information .detailMargin .detailTitle h3 {
    /*position: absolute;*/
    z-index: 2;
    bottom: 20px;
    font: 26px/45px "微软雅黑";
    color: #333;
    margin-top: 30px;
    /*margin:0 40px;*/
}

#information .detailMargin .time {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding-top: 30px;
}

#information .detailMargin .next {
    width: 100%;
    margin-top: 50px;
}

#information .detailMargin .next p {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

#information .detailMargin .next a {
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

#information .detailMargin .next a:hover {
    text-decoration: underline;
}

#information .detailMargin .box {
    color: #666;
}

#information .detailMargin .box  img {
    display: block;
    max-width: 100%;
}
/*-----------------------行业案例--------------------------*/
#banner.businessbanner {
    height: 500px;
    background: url(../image/servicebanner.png) no-repeat center center;
}
#business_item1{
    overflow:hidden;
    padding:50px 0px;
}
#business_item1 .business-box {
    position: relative;
}
#business_item1 .business_item1_titie {
    /*float: left;*/
    width: 260px;
    /*height: 1300px;*/
    background: #F6F9FD;
    position: absolute;
    left:0;
    top:0;
    height:100%;
}
#business_item1 .business_item1_titie .itemTitle{
    padding:45px 0;
}
#business_item1 .business_item1_titie .itemTitle h5 {
    font-size: 16px;
    color: #307EFF;
    font-weight: 500;
    margin-left: 30px;
}
#business_item1 .business_item1_titie h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    color: #307EFF;
    margin-left: 30px;
}      
#business_item1 .business_item1_titie ul{
       
}
#business_item1 .business_item1_titie ul li {
    font-size: 18px;
    line-height: 100px;
    color:#333; 
    cursor:pointer;
}
#business_item1 .business_item1_titie ul li.active span{
    background: #307EFF;
    color:#fff;
}
#business_item1 .business_item1_titie ul li span{
    display:block;
    width:230px;
    height:100px;
    padding-left:30px;
}
    #business_item1 .business_item1_titie ul li ol{
        background:#fff;
    }
    #business_item1 .business_item1_titie ul li ol li {
        height: 50px;
    }
    #business_item1 .business_item1_titie ul li.active ol li.cli {
        background: #70A0FF;
        color: #fff;
    }
#business_item1 .business_item1_titie ul li ol p {
    padding-left: 50px;
    line-height:50px;
}
#business_item1 .business_item1_text {
    margin-left: 260px;
}
#business_item1 .business_item1_text .business_model {
    margin-left: 30px;
    display:none;
}
#business_item1 .business_item1_text .business_model  .need_title{

}
#business_item1 .business_item1_text .business_model  .need_title h4 {
    font-size: 30px;
    font-weight: 500;
    color:#333;
    text-align:center;
}
#business_item1 .business_item1_text .business_model  .need_title span {
    display: block;
    width: 80px;
    height: 2px;
    background: #333;
    margin:0 auto;
    margin-top:20px;
}
#business_item1 .business_item1_text .business_model .need_text {
    width: 910px;
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.16);
    margin:0 auto;
    margin-top:40px;
    overflow:hidden;
}
#business_item1 .business_item1_text .business_model .need_text i{
    float:left;
    width:200px;
    height:200px;
    margin:64px 64px 85px 64px;

}

#business_item1 .business_item1_text .business_model .need_text ul{
    float:left;
    width:550px;
    margin-top:49px;
}
#business_item1 .business_item1_text .business_model .need_text ul li{
    margin-bottom:40px;
    overflow:hidden;
}
#business_item1 .business_item1_text .business_model .need_text ul li span {
    font-size: 39px;
    font-weight: bold;
    color: #70A0FF;
    float:left;
}
#business_item1 .business_item1_text .business_model .need_text ul li p {
    float: left;
    display: inline-block;
    width: 450px;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-left: 40px;
}
#business_item1 .business_item1_text .business_model .need_text ul li.li_te p{
    padding-top:12px;
}
#business_item1 .business_item1_text .business_model .solution {
    margin-top: 90px;
}
#business_item1 .business_item1_text .business_model .solution .solution_text {
    margin-top: 40px;
    width: 910px;
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.16);
    overflow:hidden;
}
#business_item1 .business_item1_text .business_model .solution .solution_text li{
    overflow:hidden;
}
.soBg {
    background: rgba(115,176,255,0.07);
                
}
#business_item1 .business_item1_text .business_model .solution .solution_text i {
    float: left;
}
#business_item1 .business_item1_text .business_model .solution .solution_text div{
    float:left;
    width:290px;
         
}
#business_item1 .business_item1_text .business_model .solution .solution_text div.soRight{
    margin-left:70px;
}
#business_item1 .business_item1_text .business_model .solution .solution_text div.soLeft {
    margin-right: 80px;
    margin-left:40px;
}
#business_item1 .business_item1_text .business_model .solution .solution_text div h4 {
    font-size: 24px;
    font-weight: 800;
    margin-top: 150px;
}
#business_item1 .business_item1_text .business_model .solution .solution_text div span {
    display:block;
    width: 40px;
    height: 4px;
    background: #307EFF;
    margin:30px 0 20px 0;
}
#business_item1 .business_item1_text .business_model .solution .solution_text div p {
    font-size: 16px;
    line-height: 26px;
    color:#666;
}
#business_item1 .business_item1_text .business_model .case{
    margin-top:90px;
}
#business_item1 .business_item1_text .business_model .case ul {
    width: 910px;
    box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.16);
    margin-top:40px;
    padding:50px 0 40px 0;
    overflow:hidden;
}
#business_item1 .business_item1_text .business_model .case ul li{
    width: 279px;
    height: 159px;
}
#business_item1 .business_item1_text .business_model.dianli .case ul li { 
    margin: 0 auto;
}
#business_item1 .business_item1_text .business_model.xinlirexian .case ul li:first-child{
    margin-left:26px;
}
#business_item1 .business_item1_text .business_model.xinlirexian .case ul li.left_1 {
    margin-left: 26px;
}
#business_item1 .business_item1_text .business_model.xinlirexian .case ul li {
    float: left;
    margin-right: 11px;
} 
    #business_item1 .business_item1_text .business_model.gongyezhizhao .case ul li {
        float: left;
        margin-right: 11px;
    }
    #business_item1 .business_item1_text .business_model.gongyezhizhao .case ul li:first-child {
        margin-left: 171px;
    }
    #business_item1 .business_item1_text .business_model.open {
        display: block;
    }
    #business_item1 .business_item1_text .business_model.xinlirexian .need_text  i{
        margin:114px 64px 150px 64px;
    }
    #business_item1 .business_item1_text .business_model.gongyezhizhao .solution_text .soBg h4{
        width:110%;
    }
    #business_item1 .business_item1_text .business_model.shengwujiankang .need_text i {
        margin: 40px 64px 39px 64px;
    }
    #business_item1 .business_item1_text .business_model.shengwujiankang .case ul li {
        margin: 0 auto;
    }
    #business_item1 .business_item1_text .business_model.shengwujiankang .need_text i {
        margin: 40px 64px 39px 64px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .need_text ul li h4 {
        float: left;
        margin-left: 40px;
        font-size: 20px;
        color: #70A0FF;
        margin-bottom:6px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .need_text i {
        margin: 150px 64px 180px 64px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution {
        width: 910px;
        box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.16);
        margin-top:40px;
    }
     
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text h4 {
        font-size: 24px;
        color: #333;
        text-align: center;
        padding-top: 80px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text h5 {
        font-size: 16px;
        color: #666;
        text-align: center;
        margin: 10px 0 50px 0;
        font-weight: 500;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text ul{
        overflow:hidden;
        padding:0 40px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text ul li {
        float: left;
        list-style: disc;
        width:370px;
        margin-bottom:39px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text ul li:nth-child(odd){
            margin-right:50px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text ul li span {
        font-size: 16px;
        font-weight: 600;
        color: #333;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text ul li p {
        font-size: 16px;
        color: #666;
        line-height: 26px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text  i{
        display:block;
        width:650px;
        height:350px;
        margin:0 auto;
        margin-bottom:56px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .Tesolution .Tesolution_text.soBg{
        padding-bottom:56px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .case ul li{
        float: left;
        margin-right: 11px;
    }
    #business_item1 .business_item1_text .business_model.zhinengyingxiao .case ul li.te{
        margin-left:26px;
    }
    #business_item1 .business_item1_text .business_model.zhinenghuifang .need_text i {
        margin: 40px 64px 39px 64px;
    }
    #business_item1 .business_item1_text .business_model.zhinenghuifang .case ul li:first-child {
        margin-left: 171px;
    }
    #business_item1 .business_item1_text .business_model.zhinenghuifang .case ul li {
        float: left;
        margin-right: 11px;
    }
    #business_item1 .business_item1_text .business_model.yuyingtongxun .solution .solution_text div h4 {
        margin-top:65px;
    }
    #business_item1 .business_item1_text .business_model.yuyingtongxun ul li.soBg h4{
        width:120%;
    }
    #business_item1 .business_item1_text .business_model.yuyingtongxun .case ul li:first-child {
        margin-left: 24px;
    }
    #business_item1 .business_item1_text .business_model.yuyingtongxun .case ul li {
        float: left;
        margin-right: 11px;
    }
/*#business_item1 .business_item1_text .business_model{
    margin-left:20px;
    padding-top:20px;
    display:none;
}
#business_item1 .business_item1_text .business_model.open{
    display:block;
}
#business_item1 .business_item1_text .business_model ul {
}
#business_item1 .business_item1_text .business_model ul li{
    overflow:hidden;
    margin-top:40px;
}
#business_item1 .business_item1_text .business_model ul li i{
    float:left;
    width:180px;
    height:180px;
}
#business_item1 .business_item1_text .business_model ul li .model_text {
    margin-left:210px;
}
#business_item1 .business_item1_text .business_model ul li .model_text h4 {
    font-size: 18px;
    font-weight: 600;
    color:#666;
    margin-bottom:15px;
}
#business_item1 .business_item1_text .business_model ul li .model_text p {
    font-size: 14px;
    color: #808080;
    line-height:22px;
}
#business_item1 .business_item1_text .business_model ul li .model_text p span {
    font-size: 14px;
    color: #666;
    font-weight:600;
}*/
/*------------------------智能IVR------------------------*/
#banner.IVRbanner {
    height: 528px;
    background: url(../image/banner_wd.png) no-repeat center center;
}
#IVR_item1 ul{
    margin-top:50px;
    margin-left:50px;
}
    #IVR_item1 ul li {
        float: left;
        width: 254px;
        height: 254px;
        background: #fff;
        margin-right: 33px;
        margin-bottom: 33px;
        position: relative;
        cursor: pointer;
        overflow:hidden;
 
    }
    #IVR_item1 ul li i{
        display:block;
        width:50px;
        height:50px;
        margin:0 auto;
        margin-top:50px;
    }
    #IVR_item1 ul li h4 {
        font-size: 18px;
        font-weight: 400;
        color:#666;
        margin-top:50px;
    }
    #IVR_item1 ul li div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 254px;
        background: rgba(255,255,255,0.87);
       opacity:0;
    }
        #IVR_item1 ul li:hover div {
            display: block;
            animation-name: fadeInUp;
            animation-duration: 0.8s;
            animation-fill-mode: both;
        }
    #IVR_item1 ul li div p {
        font-size: 14px;
        color: #808080;
        margin-top: 70px;
        padding: 36px;
    }
    /*------------------------智能坐席助手------------------------*/
    #banner.Helperbanner {
        height: 560px;
        background: url(https://www.yunqihu.com.cn/templates/default/images/img_banner_helper.png) no-repeat center center;
    }
#helper_item1{

}
#helper_item1 ul{
    width:120%;
}
#helper_item1 ul li {
    width: 200px;
    margin-right: 240px;
    margin-top:50px;
}
#helper_item1 ul li i {
    display:block;
    width:80px;
    height:80px;
    margin:0 auto;
    opacity:1;
}
#helper_item2 ul{
  width:110%;
  padding-top:50px;
}
#helper_item2 ul li {
    width: 215px;
    margin-right: 79px;
    position: relative;
    transition: 0.2s;
}
#helper_item2 ul li:hover {
    top: -6px;
    transition: 0.3s;
}
#helper_item2 ul li i {
    display: block;
    width: 114px;
    height: 86px;
    margin-left: 70px;
}
#helper_item2 ul li span {
    display:block;
    width: 32px;
    height: 3px;
    background: #FFC453;
    margin:0 auto ;
    margin-top:18px;
    margin-bottom:16px;
}
/*------------------------智能语音分析------------------------*/
#banner.Speechbanner {
    height: 560px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_banner_speech.png) no-repeat center center;
}
#speech_item1 .speech_item1_text{
    width:1100px;
    height:440px;
    margin-top:60px;
}
#speech_item2 ul{
    width:110%;
}
#speech_item2 ul li{
    width:231px;
    margin-right:58px;
    margin-top:60px;
}
#speech_item2 ul li i{
    display:block;
    width:80px;
    height:80px;
    margin:0 auto;
    opacity:1;
}
#speech_item3{

}
#speech_item3 ul {
    overflow: hidden;
    width: 110%;
    padding-top: 45px;
}
#speech_item3 ul li {
    float: left;
    width: 231px;
    height: 271px;
    margin-right: 50px;
    box-shadow: 5px 9px 18px 2px rgba(0,29,76,0.12);
    border-radius: 0px 0px 4px 4px;
    margin-bottom: 20px;
    position: relative;
    transition: 0.2s;
}
#speech_item3 ul li:hover {
    top: -6px;
    transition: 0.3s;
}
#speech_item3 ul li.speech_t3_1 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_1_speech.png) no-repeat center;
}
#speech_item3 ul li.speech_t3_2{
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_2_speech.png) no-repeat center;
}
#speech_item3 ul li.speech_t3_3 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_3_speech.png) no-repeat center;
}
#speech_item3 ul li.speech_t3_4 {
    background: url(https://www.yunqihu.com.cn/templates/default/images/img_4_speech.png) no-repeat center;
}
#speech_item3 ul li p {
    text-align: center;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    margin-top: 190px;
}


#banner.SPbanner {
    height: 528px;
    background: url(https://www.yunqihu.com.cn/templates/default/images/spbanner.png) no-repeat center center;
}
#yyx_item1 .yyx i{
    display:block;
    width:1022px;
    margin:0 auto;
    margin-top:40px;
}
#yyx_item1 .yyx i img{
    width: 1022px;
    height:422px;
    display:block;
}
#yyx_item1 .yyx p{
    width:950px;
    margin:0 auto;
    font-size:16px;
    color:#666;
    margin-top:38px;
}
#yyx_item2 ul {
    width: 110%;
    margin-left: 74px;
}
#yyx_item2 ul li {
    float: left;
    width: 90px;
    margin-right: 150px;
}
#yyx_item2 ul li i{
    display:block;
    width:80px;
    height:80px;
    margin:0 auto;
    margin-top:50px;
    margin-bottom:30px;
}
#yyx_item2 ul li h4{
    font-size:18px;
    text-align:center;
    font-weight:400;
}
/*-------------首页-------------------*/
/*-------公共------------*/
.what{
	width:100%;
	height:auto;
	background:#f6f6f6;
}
.Text{
    margin:0 auto;
    width:100%;
    height: auto;
    padding:60px 0 85px 0;
}
.Text h4{
    width:100%;
    text-align: center;
    font:36px/96px 'MicrosoftYaHei';
    color:#333;
    font-weight: normal;
}
.Text h5{
    width:100%;
    text-align: center;
    font: 18px 'MicrosoftYaHei';
    color:#333;
    margin-bottom:40px;
}
.Text ul li{
	float: left;
	width:204px;
	height: auto;
	text-align: center;
    padding:0 48px;
}
.Text ul li i{
    margin:0 auto;
    display: block;
    width:120px;
    height:120px;
    position:relative;
}
.Text ul li i img{
	display: block;
	width:30px;
	height:30px;
    position:absolute;
    left:45px;
    top:45px;
}
.Text ul li i img.activetrans{
	width:130px;
	height:130px;
}

.Text ul li h6{
    font:20px/70px 'MicrosoftYaHei';
}
.Text ul li p{
    font:14px/24px 'MicrosoftYaHei';
    color:#666;
    text-align: left;
}
.what.efficiency{
    background:#fff;
}
.what.efficiency ul{
   padding-top:30px;
}
.what.efficiency ul .serve{
    position: relative;
    font:72px/92px 'SimSun';
    color:#333;
}
.what.efficiency ul .serve span{
    font:24px 'MicrosoftYaHei';
}
.what.efficiency ul .serve img{
    position: absolute;
    display: block;
    width:9px;
    height:22px;
    top:26px;
    right:60px;
}
.what.efficiency ul .serve img.homejian{
    right:42px;
}
.what.efficiency ul li h6{
    font:22px/82px 'MicrosoftYaHei';
    color:#333;
}
.what.efficiency ul li p{
    text-align: center;
    font:14px 'MicrosoftYaHei';
    color:#3296fa;
}
.what.efficiency ul li p span{
    font:18px 'MicrosoftYaHei';
}
.what.freeUse{
	width:100%;
	height:95px;
	background:url(../image/bghome.png);
	padding-top:45px;
}
.search {
    width: 498px;
    margin: 0 auto;
    border: 1px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
.search .txt {
    float: left;
    width: 340px;
    height: 48px;
    border: none;
    background: rgba(255,255,255,0.3);
    padding: 0 10px;
    font: 16px/48px 'MicrosoftYaHei';
    color: #fafafa;
}
.search .btntel {
    float: left;
    width: 138px;
    height: 48px;
    border: none;
    background: #fff;
    font: 16px/48px 'MicrosoftYaHei';
    color: #3296fa;
    cursor: pointer;
}
.search .txt::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.search .txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.search .txt::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

.search .txt:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}
.what.apply ul{
   margin:20px;
   position:relative;
   height:280px;
}
.what.apply ul li{
    width:480px;
    height:280px;
    margin:0 60px;
    padding:0;
    position:absolute;
}
.what.apply ul li.org{
    background:url(../image/xiaos.png);
    left:-700px;
}
.what.apply ul li.blue{
    background:url(../image/serve.png);
    right:-700px;
}
.what.apply ul li h4{
    font:28px/60px 'MicrosoftYaHei';  
    color:#fff;
    text-align:center;
}
.what.apply ul li p{
    font:16px/28px 'MicrosoftYaHei';
    color:#333;
    padding:34px 42px 0 42px;
}
.what.apply ul li span{
    width:100%;
    display:block;
    font:700 18px/46px 'MicrosoftYaHei';
    color:#ffa229;
    text-align:left;
    padding-left:42px;
}
.what.apply ul li span.applyblue {
    color: #3296fa;
    margin-top: 25px;
}
.what.line{
    background:#fff;
}
.what.pk{
    background:#fff;
}
.what.pk ul{
   width:1160px;
   border:2px solid #3296fa;
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius: 5px; 
   margin-left:40px;
   margin-top:20px;
}
.what.pk ul li{
   padding:0;
   width:376px;
}
.what.pk ul li.pktext{
    width:204px;
}
.what.pk ul li h4{
    font:700 28px/80px 'MicrosoftYaHei';
    color:#666;
    border-bottom:1px solid #3296fa;
}
.what.pk ul li.pktext h4{
     width:203px;
}
.what.pk ul li .pkp p{
    text-align:center;
    font:24px/50px 'MicrosoftYaHei';
    color:#666;
    border-bottom:1px dashed #ccc;
    padding:4px 0;
}
.what.pk ul li .pkp p.noline{
	border:none;
}
.what.pk ul li.pktext.pkleft h4{
    border-right:1px solid #3296fa;
}
.what.pk ul li.pktext.pkleft .pkp{
    border-right:1px solid #3296fa;
}
.what.pk ul li.pktext.pkright h4{
    border-left:1px solid #3296fa;
}
.what.pk ul li.pktext.pkright .pkp{
    border-left:1px solid #3296fa;
}
.what.pk ul li.pktext.pkright p{
    font:24px/50px 'MicrosoftYaHei';
    color:#ff1919;
}
.what.pk ul li.pktext.pkright p span{
    font-weight:700;
} 
.what.pk ul li.pktext.pkright p b{
    color:#333;
}
.what.pk ul li .pkblue{
    border-right:1px dotted #3296fa;
}
.what.pk ul li .pkblue p{
    color:#3296fa;
}
.what.pk ul li .pkreg p{
    color:#ff4c4c;
}
.what.pk ul li h4 img{
   display:inline-block;
   width:40px;
   height:40px;
   margin-right:8px;
}
.what.pk ul li h4.pkreng{
    position:relative;
}
.what.pk ul li h4.pkreng span{
    position:absolute;
    right:-30px;
    top:6px;
    font:48px 'MicrosoftYaHei';
    color:#333;
}
.pkbg{
   width:1025px;
   height:45px; 
   background:url(https://www.yunqihu.com.cn/templates/default/images/pkbg.png);
   margin:50px 0 5px 110px;
}
/*------------服务----------------*/
.bannertext {
    padding: 156px 0 0 90px;
}
.bannertext h3 {
    font: 48px/126px 'MicrosoftYaHei';
    color: #fff;
}
.bannertext p {
    font: 30px/50px 'MicrosoftYaHei';
    color: #fff;
}
#service .team{
    background:#f6f6f6;
}
#service .team ul{
    margin-top:40px;
}
#service .team i{
    width:72px;
    height:72px;
    margin-bottom:25px;
    position:relative;
}
#service .team img{
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    left:21px;
    top:21px;

}
#service .secure ul{
    margin-top:20px;
    position:relative;
    height:310px;
}
#service .secure ul li{
  padding:0;
  margin:0 35px;
  width:240px;
  height:306px;
  position:absolute;
}
#service .secure ul li.source1{
  background:url(../image/anquan1.png) no-repeat;
  left:-1000px;
}
#service .secure ul li.source2{
  background:url(../image/anquan2.png) no-repeat;
  left:-500px;
}
#service .secure ul li.source3{
   background:url(../image/anquan1.png) no-repeat;
   right:-500px;
}
#service .secure ul li.source4{
  background:url(../image/anquan2.png) no-repeat;
  right:-1000px;
}

#service .secure ul li i{
  width:44px;
  height:44px;
  position:relative;
}
#service .secure ul li i img{
  display:block;
  width:44px;
  height:44px;
  position:absolute;
  left:0;
  top:0;
}
#service .secure ul li h6{
    font:20px/70px 'MicrosoftYaHei';
    color:#fff;
}
#service .secure ul li .setext{
    padding:30px 20px 20px 20px;
}
#service .secure ul li .setext p{
    font:16px/26px 'MicrosoftYaHei';
    color:#666;
    margin-top:25px;
}
/*----------------合作页---------------------*/
#teamwork .teamworkbanner{
    background:url(https://www.yunqihu.com.cn/templates/default/images/workbanner.jpg) center;
}
#teamwork .teamworkbanner .bannertext{
    width:725px;
    margin:0 auto;
}
#teamwork .advantage{
    background:#f6f6f6;
}
#teamwork  ul{
    margin-top:30px;
}
#teamwork  ul li{
    width:136px;
    padding:0 85px;  
}
#teamwork .advantage ul li.advantageli{
   width:110px;
}
#teamwork .advantage ul li p{
    text-align:center;
}
#teamwork  i{
    width:108px;
    height:108px;
    margin-bottom:25px;
    position:relative;
}
#teamwork i img{
    width:30px;
    height:30px;
    position:absolute;
    left:39px;
    top:39px;
}
#teamwork .support ul li{
    width:116px;
}
#teamwork .support ul li p{
   text-align:center;
}
#teamwork .support ul li p.supportp{
    text-align:left;
}
#teamwork .condition{
    background:#f6f6f6;
}
#teamwork .condition .conditionText{
    margin-top:20px;
}
#teamwork .condition .conditionText img{
    width:441px;
    height:456px;
    float:left;
    margin-left:62px;
}
#teamwork .condition .conditionText ul{
    float:left;
    width:562px;
    margin-left:92px;
    margin-top:40px;
}
#teamwork .condition .conditionText ul li{
    width:100%;
    padding:0;
    text-align:left;
    overflow:hidden;
    margin-top:20px;
}
#teamwork .condition .conditionText ul li img{
  display:inline-block;
  width:18px;
  height:18px;
  margin:0 10px 0 0;
  margin-top:10px;

}#teamwork .condition .conditionText ul li s{
    display:inline-block;
    width:18px; 
    float:left;
}
#teamwork .condition .conditionText ul li span{
   font:24px/44px 'MicrosoftYaHei'; 
   color:#666;
   margin-left:10px;
   float:left;
   width:530px;
}
#teamwork .league{
  background:url(https://www.yunqihu.com.cn/templates/default/images/line.png) no-repeat center;
}
#teamwork .league .leagubg{
    width:810px;
    margin:0 auto;
    overflow:hidden;
    font:60px/240px 'MicrosoftYaHei';
    color:#3296fa;
}
#teamwork .league .leagubg img{
    float:left;
    width:60px;
    height:64px;
    margin-right:42px;
    vertical-align:middle;
    margin-top:90px;
}
.teambanner .bannertext {
    width: 725px;
    margin: 0 auto;
}
#header .bottons{
   float:right;
   margin-top:18px;
}
#header .bottons .button{
	width:86px;
	height: 26px;
	margin-left:18px;
	font:14px/24px 'MicrosoftYaHei';
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
    margin-top:0px!important;
}
#header .bottons .button.tryout{
	border:1px solid #3296fa;
	background:#fff;
	color:#3296fa;
}
#header .bottons .button.join{
	border:1px solid #3296fa;
	background:#3296fa;
	color:#fff;
	margin-right:0px;
}
/*-------悬浮导航--------*/
.hint{
   position:fixed;
   right:10px;
   top:190px;
   z-index: 99999;
}
.hint ul li a{
  display: block;
   width:67px;
   height:67px;
   background:#3396fb;
   margin-bottom: 8px;
}
.hint ul li img{
  display: block;
  margin:0 auto;
  width:28px;
  height:24px;
  padding-top: 12px;
}
.hint ul li span{
  display: block;
  color:#fff;
  font-size: 12px;
  text-align: center;
}
.hint ul li.green a{
  background:#65c854;
}
.hint ul li.hoverli a img{
  display: none;
}
.hint ul li.hoverli span{
  font-size: 16px;
  line-height: 23px;
  width:33px;
  padding: 10px 17px;
  text-align: center;
}


.hint ul li.wordsline a{
  position:relative;
}
.hint ul li.wordsline a .hot-tel{
  width:160px;
  position: absolute;
  left:-205px;
  top:-6px;
   background: #3396fb; 
  padding:10px;
  display: none;
}
.hint ul li.wordsline a .hot-tel i{
   width: 20px;
   height:26px;
   position: absolute;
   background:url(https://www.yunqihu.com.cn/templates/default/images/jiant2.png) no-repeat;
   right:-19px;
   top:50%;
   margin-top:-10px;
}
.hint ul li.wordsline a .hot-tel p{
   width:140px;
   background: #3396fb;
   padding:0px 8px;
}
.hint ul li.wordsline a .hot-tel p s{
   display: block;
   text-align: center;
   font-size: 18px;
   line-height: 56px;
   color: #fff;
   padding:0 10px;
    
}
/*.hint ul li.wordsline a .hot-tel p.tel1 s{
  border-bottom: 1px dashed #fff;
}*/
.online{
	position:fixed;
	left:25%;
	top:40px;
	width:800px;
	height:640px;
	z-index:99;
	display:none;
}
.online iframe{
	width:800px;
	height:640px;
	border:none;
}
.home-swiper .freeBtn {
    position: absolute;
    left: 50%;
    margin-left: -405px;
    bottom: 120px;
    z-index: 1;
    width: 160px;
    height: 50px;
    background: #32a4fa;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:34px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}
#header .nava {    display: none;}
@media screen and (max-width:1200px){
.margin{ width:100%!important;}
#footer .footer-02{  display:none;}
#footer .footer-02.footer_te{width: 90%;float: none;margin: 0 auto;}
.bottons{ display:none;}
#header .nav ul li{ width:100%;}
 #header .nava{ display: block;}
 #header .nav.active {    transform: translate3d(0px, 0px, 0px);}
    .nav{ display: block; flex-wrap: wrap; width:60%;  height: 100%; position: fixed; right: 0px; top: 60px; z-index: 100; overflow-y: scroll;  
             transform: translate3d(100%, 0px, 0px);  transition: all 0.65s ease-in-out 0s; background:#fff;}
    .nav li{ line-height: 45px; height: 45px; border-bottom:1px solid #777;}
    .nav li::after{ display: none;}
    .nav li a{ height: 100%; font-size: 16px; padding: 0 0 0 10px;}
    .nav li.active a{ border: none; font-size: 18px; text-shadow: 0 0 5px #dedcdc; }

    #header .nava{width:30px;height:20px;position:absolute;top:0;right:0px;cursor:pointer;padding:20px 15px;position:absolute;}
    #header .nava span{width:26px;height:3px;background:#3296fa;display:block;border-radius:2px;transition:all .5s ease-out;position:absolute;top:20px;}
    #header .nava span:nth-child(2){top:29px;}
    #header .nava span:nth-child(3){top:37px;}
    #header .nava span.active:nth-child(1){transform:rotate(45deg);transition:all .5s ease-out;top:29px;}
    #header .nava span.active:nth-child(3){transform:rotate(-45deg);transition:all .5s ease-out;top:29px;}	
	.header_2{ width:60%; right:0;top: 400px;}
	.header_2.header2_color.news ol{ width:100%;}
	.header_2 ol li{ margin-bottom:10px;}
	.swiper-slide{ width:100%!important;background-size: cover!important;}
	.swiper-container{ height:auto;}
	#Market_item1 ul{ width:90%; margin:20px auto;}
	#Market_item1 ul li{ width:45%; margin:1% 2.5%;}
	#Market_item1 ul li img{ width:100%;}
	.a_btn{ width:100%; height:100%;}
	#Ma_item2 .Ma_text .caleft{ width:100%;}
	#Ma_item2 .Ma_text .caleft img{ width:100%;}
	#Ma_item2 .Ma_text .Ca_itemText{padding: 0;width: 90%;margin: 0 auto;float: none;}
	#Ma_item2 .Ma_text .Ca_itemText p{ width:100%;}
	#Ma_item2 .Ma_text .Ca_itemText.caleft{margin: 0 auto;}
	#Ma_item2 .Ma_text i.caright{ width:100%;}
	#Ma_item2 .Ma_text i.caright img{ width:100%;}
	.title h3{ font-size:20px;}
	#Ma_item2 .Ma_text i{ height:auto;}
	.obtainBox{ width:340px;}
	.obtainBox input{ width:150px;}
	.obtainBox a{ width:140px;}
	.popup .participate{ width:90%;}
	.popup .participate .partext{ width:90%; float:none;}
	.popup .participate .partext .form{ width:100%;}
	.popup .participate .partext .form input{ width:140px;}
	.popup .form-control{ width:74px;}
	.Text ul li{ width:40%; padding:0 18px;margin-bottom: 30px;}
	.Text ul li h6{ font-size:16px;}
	.Text h4{ font-size:20px;}
	#service .secure ul{ height:auto;}
	#service .secure ul li{ position:relative; left:10%!important; margin-top:15px;}
	#teamwork ul li { width:40%; padding: 0 5%;}
	#teamwork .support ul li{ width:40%;}
	#teamwork .condition .conditionText img{ width:100%; height:auto; margin-left:0;}
	#teamwork .condition .conditionText ul{ margin-left:2%; width:100%;}
	#teamwork .condition .conditionText ul li span{ width:90%; font-size:18px;}
	#newsBox .margin{ width:100%!important;}
	#newsBox .newsText ol li{ margin-right:15px; width:30%;}
	#newsBox .newsText ol, .News_List li i, .News_List li i img, #information .detailMargin .detailTitle img, #information .detailMargin .detailTitle, #yyx_item1 .yyx i img, #yyx_item1 .yyx i, .cooperationBox, .cooperationBox img{ width:100%;}
	.News_List li i{ height:auto; margin:0;}
	.News_List li .newsContent, #information .detailMargin, #about_item1, #yyx_item1 .yyx p{ width:90%; margin:0 auto; float:none;}
	#about_item6, #about_item2, #about_item5{ display:none;}
	#yyx_item1 .yyx i img{ height:auto;}
	#yyx_item2 ul{ width:100%; margin-left:0;}
	#yyx_item2 ul li{ margin:0 12%;}
	.home-swiper .freeBtn{ width:auto; left:10%; bottom:10%; margin-left:0;}
	.what.apply, .what.freeUse{ display:none;}
	#Market_item2 ul{ width:100%; padding-left:0;}
	#Market_item2 ul li{margin: 50px 13%;}
	#header .logo{ margin:0 auto;}
	.call{margin-left: 20px;}
	#smv_con_287_6{ display:none;}
 }