/* 去掉默认样式 */
*{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p{
    padding: 0;
    margin: 0;
}
/* 公共样式表 */
body{
    background-color: #333;
    font-size: 18px;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    font-family: "PingFangSC-Regular";
}
.wrapper{
    width: 1178px;
    margin: 0 auto;
}
.overflowbar::-webkit-scrollbar {
    width : 8px;
    height: 1px;
}
.overflowbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    box-shadow   : inset 0 0 5px #E6E6E6;
    background   : #E6E6E6;
}
.overflowbar::-webkit-scrollbar-track {
    box-shadow   : inset 0 0 5px #fff;
    border-radius: 4px;
    background   : #fff;
}
.navbar-default{
    background-color: transparent;
}
.cxx-mainpart{
    position: relative;
}
.cxx-nav{
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
}
.cxx-nav-pills{
    padding: 18px 0;
}
.cxx-nav-pills > li{
    width: 90px;
    height: 44px;
    text-align: center;
}
.cxx-nav-pills > li + li{
    margin-left: 4px;
}
.cxx-nav-pills > li > a{
    height: 44px;
    line-height: 24px;
    font-size: 15px;
    color: #fff;
}
.cxx-nav-pills > li.active > a, .cxx-nav-pills > li > a:hover, .cxx-nav-pills > li > a:focus,.cxx-nav-pills > li.active > a, .cxx-nav-pills > li.active > a:hover, .cxx-nav-pills > li.active > a:focus{
    color: #0A489D;
    background-color: #fff;
    border-radius: 22px;
}
.cxx-title{
    height: 39px;
    font-size: 32px;
    line-height: 39px;
    height: 39px;
    color: rgb(24, 23, 23);
    padding-bottom: 38px;
    margin: 0;
}
.cxx-learnmore{
    width: 190px;
    height: 65px;
    background-color: #0A489D;
    color: #fff;
    font-size: 20px;
    line-height: 38px;
    border-radius: 9px;
}
.cxx-copyright{
    background-color: #333;
    padding: 12px 0 14px 0;
}
.cxx-copyright p{
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    margin: 0;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* 首页样式开始 */
.index-page-banner{
    height: 700px;
    background-image:url(../images/indexpage-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0;
}
.index-page-banner .cont{
    position: relative;
    width: 100%;
    height: 100%;
}
.index-page-banner .title-wrapper1{
    position: absolute;
    top: 212px;
    left: 24.6%;
    /*left: 290px;*/
}
.index-page-banner .title-wrapper2{
    position: absolute;
    top: 400px;
    /* left: 496px; */
    left: 42.1%;
}
.index-page-banner .title1{
    font-size: 50px;
    line-height: 64px;
    letter-spacing: 4px;
    margin-bottom: 16px;
    font-family: "PingFangSC-Semibold";
}
.index-page-banner .title2{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
    font-family: "PingFangSC-Regular";
    text-indent: 1em;
}
.index-page-about{
    color: #333;
    text-align: center;
    background-color: #fff;
    padding: 42px 0 46px 0;
}
.index-page-about .cont{
    padding-top: 23px;
    padding-bottom: 30px;
    font-size: 19px;
    line-height: 38px;
    letter-spacing: 1px;
}
.index-page-about .cont p{
    width: 76%;
    margin: 0 auto;
    color: #4a4848;
}
.index-page-product{
    background-image:url(../images/indexpage-core-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 42px;
    padding-bottom: 44px;
    text-align: center;
}
.index-page-product .cont{
    padding-top: 46px;
    color: #fff;
}
.index-page-product .panel{
    width: 100%;
    text-align: left;
    border: none;
}
.index-page-product .panel.chosed{
    box-shadow: 0 35px 36px -23px rgba(9, 9, 9, 0.36);
}
.index-page-product .panel1{
    background-image:url(../images/indexpage-core-item1-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.index-page-product .panel2{
    background-image:url(../images/indexpage-core-item2-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.index-page-product .panel3{
    background-image:url(../images/indexpage-core-item3-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.index-page-product .panel-body{
    padding-top: 34px;
    padding-bottom: 55px;
    padding-left: 9%;
    padding-right: 9%;
    
}
.index-page-product .panel-cont{
    color: #fff;
    padding-top: 28px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    overflow: auto;
    height: 265px;
}
.index-page-product .panel-title{
    text-align: left;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    padding-top: 7px;
}
.index-page-product .panel-underline{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin-top: 18px;
}
.index-page-solute{
    color: #333;
    text-align: center;
    padding-bottom: 37px;
    padding-top: 40px;
    background-color: #fff;
}
.index-page-solute .cont{
    padding-top: 40px;
}
.index-page-solute .twoimg{
    height: 510px;
}
.index-page-solute .solute-item{
    position: relative;
}
.index-page-solute .twoimg .solute-item.marbottom{
    margin-top: 22px;
}
.index-page-solute .desc{
    position: absolute;
    left: 0;
    bottom: 42px;
    font-size: 26px;
    line-height: 30px;
    text-indent: 22px;
    color: #fff;
}
.index-page-solute .desc1{
    text-indent: 27px;
}
.index-page-frinds{
    background-color: #0A489D;
    padding-top: 30px;
    padding-bottom: 56px;
    text-align: center;
}
.index-page-frinds .cxx-title{
    color: #fff;
}
.index-page-frinds .cont{
    padding-top: 38px;
}
.index-page-frinds .row>div{
    margin-bottom: 16px;
}
.cxx-big-margin{
    margin-top: 70px;
}
.cxx-mid-margin{
    margin-top: 40px;
}
/* 首页样式结束 */
/* 核心产品开始 */
.product-page-banner{
    height: 700px;
    background-image:url(../images/product-page-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.product-page-banner .cont{
    text-align: center;
    padding-top: 207px;
}
.product-page-banner .underline{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin-top: 16px;
}
.product-page-banner .title1{
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 5px;
}
.product-page-banner .title2{
    font-size: 22px;
    line-height: 27px;
    padding-top: 14px;
    letter-spacing: 1.6px;
}
.product-page-banner .underline{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 35px;
}
.product-page-banner .title3{
    font-size: 16px;
    line-height: 22px;
    padding-top: 56px;
    letter-spacing: 1px;
}
.product-page-banner .title3 p{
    width: 550px;
    line-height: 24px;
    margin: 0 auto;
}
.index-page-product.whiteBg{
    background: #fff;
}
.product-page-feacture{
    background-color: #fff;
    background-image:url(../images/product-page-feature-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 111%;
    background-position: center center;
    text-align: center;
    padding: 43px 0 56px 0;
}
.product-page-feacture .cont{
    padding-top: 48px;
}
.product-page-feacture .core-item{
    margin-bottom: 24px;
    width: 100%;
    height: 220px;
    padding-top: 47px;
}
.product-page-feacture .img-wrapper{
    height: 74px;
    text-align: center;
    position: relative;
}
.product-page-feacture .img-wrapper img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.product-page-feacture .core-desc{
    font-size: 22px;
    line-height: 27px;
    padding-top: 17px;
}
.core-item.item1{
    background:url(../images/product-page-bg1.png) no-repeat center 0;
}
.core-item.item2{
    background:url(../images/product-page-bg2.png) no-repeat center 0;
}
.core-item.item3{
    background:url(../images/product-page-bg3.png) no-repeat center 0;
}
.core-item.item4{
    background:url(../images/product-page-bg4.png) no-repeat center 0;
}
.core-item.item5{
    background:url(../images/product-page-bg5.png) no-repeat center 0;
}
.core-item.item6{
    background:url(../images/product-page-bg6.png) no-repeat center 0;
}
.product-page-tech{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
}
.product-page-tech .cont{
    padding-top: 50px;
}
.product-page-tech .tech-item{
    border: 1px solid #E7E9ED;
    padding: 6.25% 0 0 4%;
    height: 162px;
    margin-bottom: 24px;
}
.product-page-tech .tech-item.chosed{
    box-shadow: 0 34px 33px -23px rgba(22,28,45, 0.13);
}
.product-page-tech .left-img{
    width: 80px;
    height: 80px;
}
.product-page-tech .right-desc{
    padding-left: 6%;
    padding-right: 6%;
    text-align: left;
    width: calc(100% - 80px);
}
.product-page-tech .right-desc .title{
    font-size: 20px;
    line-height: 24px;
    color: #333;
}
.product-page-tech .right-desc .desc{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-top: 14px;
    width: 86%;
    word-break: break-word;
}
/* 核心产品结束 */
/* 解决方案开始 */
.solute-page-banner{
    height: 700px;
    background-image:url(../images/solute-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.solute-page-banner .cont{
    text-align: center;
    padding-top: 275px;
}
.solute-page-banner .title1{
    font-size: 52px;
    line-height: 63px;
}
.solute-page-banner .title2{
    font-size: 22px;
    line-height: 27px;
    padding-top: 10px;
}
.solute-page-solute{
    color: #333;
    text-align: center;
    padding-bottom: 37px;
    padding-top: 40px;
    background-color: #fff;
    background-image: url(../images/solute-page-solute-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 110%;
    background-position: center center;
}
.solute-page-solute .cont{
    padding-top: 38px;
}
.solute-page-solute .item{
    position: relative;
    margin-bottom: 24px;
    width: 100%;
}
.solute-page-solute .item.chosed{
    box-shadow: 0 35px 36px -23px rgba(9,9,9, 0.36);
}
    
.solute-page-solute .item .desc{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    text-align: left;
    text-indent: 20px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 0 0 4px 4px;
}
.solute-page-solute .item .desc.desc1{
    text-indent: 27px;
}
/* 解决方案结束 */
/* 解决方案详情开始 */
.solute-page-solutedetail{
    background-color: #fff;
    text-align: center;
    padding-top: 40px;
    color: #333;
}
.solute-page-solutedetail .item{
    padding: 52px 40px 0 7.8%;
    width: 100%;
    height: 313px;
    margin-bottom: 32px;
    border: 1px solid #E7E9ED;
}
.solute-page-solutedetail .item:nth-of-type(odd){
    border-color: #E7E9ED;
}
.solute-page-solutedetail .item:nth-of-type(even){
    background-color: #fff;
    background-image: url(../images/solute-page-solutedetail-itembg.png);
    background-repeat: no-repeat;
    background-size: 106% 110%;
    background-position: center center;
    border-color:transparent;
}
.solute-page-solutedetail .item .item-right{
    width: 545px;
    text-align: left;
    color: #333;
}
.solute-page-solutedetail .item .title{
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
    color: #333;
}
.solute-page-solutedetail .item .cont{
    font-size: 14px;
    line-height: 18px;
    padding-top: 27px;
    height: 150px;
    overflow: auto;
}
.solute-page-solutedetail .cont p{
    padding-right: 120px;
    text-indent: 2em;
    line-height: 22px;
}
#solutePageList{
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 42px;
}
.solutt-right-menu{
    display: none;
    position: fixed;
    right: 82px;
    bottom: 50%;
    transform: translateY(50%);
}
.solutt-right-menu .lines{
    width: 3px;
    height: 24px;
    background-color: #0A489D;
    position: absolute;
    left: -1px;
    top: 0;
}
.solutt-right-menu .lists{
    border-left: 1px solid #D8D8D8;
    text-align: left;
    background-color: #fff;
    padding-right: 10px;
}
.solutt-right-menu .lists li{
    font-size: 14px;
    line-height: 28px;
    color: #333;
    padding-left: 10px;
    cursor: pointer;
}
.solutt-right-menu .lists li.active{
    color: #0A489D;
}
.solute-page-solutedetail .item .pull-left{
    width: 356px;
}
/* 解决方案详情结束 */
/* 合作案例开始 */
.copearate-page-banner{
    height: 700px;
    background-image:url(../images/cooperate-page-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.copearate-page-banner .cont{
    padding-top: 207px;
}
.copearate-page-banner .cont .title1{
    font-size: 52px;
    line-height: 64px;
}
.copearate-page-banner .cont .title2{
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
}
.copearate-page-solute{
    padding-top: 38px;
    text-align: center;
    background-color: #fff;
    background-image:url(../images/copearate-page-solute-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 106%;
    background-position: center center;
}
.copearate-page-solute .cont{
    padding-top: 38px;
    padding-bottom: 30px;
}
.copearate-page-solute .item{
    position: relative;
    margin-bottom: 24px;
    position: relative;
}
.copearate-page-solute .item::before{
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.3);
    z-index: 10;
}
.copearate-page-solute .desc{
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    height: 54px;
    font-size: 18px;
    line-height: 54px;
    color: #fff;
    text-align: left;
    text-indent: 20px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 0 0 4px 4px;
}
.copearate-page-solute .desc.sm-desc{
    font-size: 16px;
    line-height: 20px;
    padding: 8px 20px 0 20px;
    text-indent: 0;
}
.copearate-page-frinds{
    background-color: #0A489D;
    padding-top: 30px;
    padding-bottom: 56px;
    text-align: center;
}
.copearate-page-frinds .cxx-title{
    color: #fff;
}
.copearate-page-frinds .cont{
    padding-top: 38px;
}
.copearate-page-frinds .cont .row>div{
    margin-bottom: 16px;
}
.cxx-learn-1{
    margin-top: 20px;
}
/* 合作案例结束 */
/* 关于我们开始 */
.aboutus-page-banner{
    height: 400px;
    background-image:url(../images/aboutus-page-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.aboutus-page-cont{
    padding-top: 160px;
}
.aboutus-page-cont .title1{
    font-size: 52px;
    line-height: 64px;
}
.aboutus-page-cont .title2{
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
}
.aboutus-page-service{
    padding: 16px 0;
    background-color: #fff;
}
.aboutus-page-service .cont{
    height: 450px;
    background-image:url(../images/aboutus-page-service-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}
.aboutus-page-service .cont .service-cont{
    padding: 32px 78px 0 0;
    text-align: left;
    width: 38%;
    white-space: normal;
}
.aboutus-page-service .cont .title1{
    font-size: 28px;
    line-height: 34px;
}
.aboutus-page-service .cont .cxx-underline{
    margin-top: 25px;
    width: 30px;
    height: 5px;
    background-color: #fff;
}
.aboutus-page-service .cont .desc{
    padding-top: 30px;
    font-size: 13px;
    line-height: 21px;
}
.aboutus-page-map{
    padding-top: 8px;
    padding-bottom: 37px;
    text-align: center;
    background-color: #fff;
}
.aboutus-page-map .cont{
    padding-top: 30px;
}
.aboutus-page-map .map-contact{
    padding-top: 24px;
}
.aboutus-page-map .map-item{
    width: 100%;
    height: 162px;
    padding-top: 30px;
    padding-left: 42px;
    padding: 25px 0 0 34px;
    border: 1px solid #E7E9ED;
    margin-bottom: 0;
}
.aboutus-page-map .map-item.chosed{
    box-shadow: 0 34px 33px -23px rgba(21,28,45,0.13);
}
.aboutus-page-map .map-item .left-img{
    width: 24px;
    height: 22px;
}
.aboutus-page-map .map-item .cxx-underline{
    width: 26px;
    height: 4px;
    background-color: #0A489D;
    margin-top: 15px;
}
.aboutus-page-map .map-item .desc{
    padding-top: 12px;
}
.core-tech{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}
.aboutus-page-techcont{
    padding-top: 50px;
}
.aboutus-page-techcont .tech-item{
    border: 1px solid #E7E9ED;
    padding: 12% 0 0 8.4%;
    height: 162px;
    margin-bottom: 24px;
}
.aboutus-page-techcont .tech-item .left-img{
    width: 24px;
    height: 24px;
}
.aboutus-page-techcont .tech-item .right-desc{
    padding-left: 22px;
    text-align: left;
}
.aboutus-page-techcont .tech-item .right-desc .title{
    font-size: 20px;
    line-height: 24px;
    color: #333;
}
.aboutus-page-techcont .tech-item .right-desc .desc{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    padding-top: 14px;
}
@keyframes mymove
{
    from {top: 28%;}
    to {top: 28.8%;}
}
@-webkit-keyframes mymove
{
    from {top: 28%;}
    to {top: 28.8%;}
}
.cxx-address{
    width: 268px;
    height: 32px;
    background-color: #F54436;
    border-radius: 16px;
    font-size: 12px;
    line-height: 32px;
    position: absolute;
    left: 50%;
    top: 28.8%;
    transform: translateX(-55%) translateY(14px);
    animation:mymove linear 0.6s infinite alternate;
    -webkit-animation:mymove linear 0.6s infinite alternate; 
}
.cxx-address::after{
    display: block;
    content: "";
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #F54436;
    position: absolute;
    left: 50%;
    top: 32px;
    transform: translateX(-5px);
}
/* 关于我们结束 */

.small-nav{  
    width: 44px;
    margin-top: 14px;
    background-color: #fff;
}
.small-nav .icon-bar{
    background-color: #0A489D;
}
.small-menu{
    display: none;
    height: 1px;
    background-color: #ffff;
    border-radius: 4px;
    z-index: 999999;
}
#nav-small{
    position: absolute;
    left: 0;
    top: 56px;
    z-index: 9999;
    width: 100%;
}
@media (max-width: 768px){
    .wrapper {
        width: auto;
    }
    .row{
        margin-left: 0;
        margin-right: 0;
    }
    .index-page-solute .desc{
        font-size: 16px;
        bottom: 22px;
    }
    .solute-page-solute .item .desc{
        font-size: 16px;
    }
    .cxx-nav-pills{
        display: none;
    }
    .small-menu{
        height: auto;
        display: block;
    }
    .navbar-brand > img{
        width: 160px;
    }
    .nav-pills > li > a{
        border-radius: 0;
    }
    /* 首页 */
    .index-page-banner {
        height: 500px;
        background-size: auto 100%;
    }
    .index-page-banner .title-wrapper1 {
        top: 160px;
        left: 12%;
    }
    .index-page-banner .title1{
        letter-spacing: 2px;
        margin-bottom: 2px;
        line-height: 44px;
        font-size: 26px;
    }
    .index-page-banner .title2 {
        font-size: 13px;
    }
    .index-page-banner .title-wrapper2{
        left: 20%;
        top: 300px;
    }
    .navbar-toggle{
        margin-right: 5px;
    }
    .cxx-title {
        font-size: 24px;
    }
    .index-page-about .cont p{
        width: 90%;
    }
    .index-page-about .cont{
        font-size: 16px;
        line-height: 28px;
    }
    .index-page-about {
        padding: 22px 0 26px 0;
    }
    .cxx-learnmore{
        width: 140px;
        height: 50px;
    }
    .cxx-big-margin{
        margin-top: 20px!important;
    }
    .cxx-mid-margin{
        margin-top: 20px!important;
    }
    .index-page-product{
        padding-bottom: 22px;
    }
    .index-page-product .cont {
        padding-top: 26px;
    }
    .index-page-product .panel-cont{
        height: auto;
    }
    .index-page-solute{
        padding-bottom: 17px;
        padding-top: 20px;
    }
    .index-page-solute .twoimg{
        margin-top: 20px;
        height: auto;
    }
    .index-page-frinds {
        padding-top: 20px;
        padding-bottom: 36px;
    }
    .index-page-frinds .cont {
        padding-top: 18px;
    }
    .cxx-copyright p {
        line-height: 18px;
    }
    /* 核心产品 */
    .product-page-banner {
        height: 500px;
        background-size: auto 100%;
    }
    .product-page-banner .cont {
        padding-top: 120px;
    }
    .product-page-banner .title1 {
        font-size: 32px;
        line-height: 44px;
    }
    .product-page-banner .title2 {
        font-size: 14px;
        line-height: 24px
    }
    .product-page-banner .underline{
        margin-top: 15px;
    }
    .product-page-banner .title3 {
        font-size: 14px;
    }
    .product-page-banner .title3 p {
        width: 80%;
        line-height: 24px;
    }
    .product-page-feacture{
        padding: 23px 0 36px 0;
    }
    .product-page-tech {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .product-page-tech .cont {
        padding-top: 30px;
    }
    .product-page-tech .left-img{
        width: 70px;
        height: 70px;
    }
    .product-page-tech .right-desc .desc{
        width: 100%;
    }
    .product-page-tech .right-desc{
        padding-right: 0;
    }
    .product-page-feacture .cont{
        padding-top: 28px;
    }
    /* 产品 */
    .solute-page-banner{
        height: 500px;
    }
    .solute-page-banner .cont{
        padding-top: 200px;
    }
    .solute-page-banner .title1{
        font-size: 32px;
        line-height: 44px;
    }
    .solute-page-banner .title2{
        font-size: 14px;
        line-height: 24px;
    }
    /* 合作案例 */
    .copearate-page-banner {
        height: 500px;
    }
    .copearate-page-banner .cont .title1{
        font-size: 32px;
        line-height: 44px;
    }
    .copearate-page-banner .cont .title2{
        font-size: 14px;
        line-height: 24px;
    }
    .copearate-page-solute .desc {
        font-size: 16px;
    }
    .copearate-page-solute{
        padding-top: 28px;
    }
    .copearate-page-solute .cont {
        padding-top: 18px;
        padding-bottom: 10px;
    }
    .cxx-learn-1{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .copearate-page-frinds {
        padding-top: 20px;
        padding-bottom: 26px;
    }
    /* 关于我们 */
    .aboutus-page-banner {
        height: 300px; 
        background-size: auto 100%;
    }
    .aboutus-page-cont {
        padding-top: 130px;
    }
    .aboutus-page-cont .title1 {
        font-size: 32px;
        line-height: 44px;
    }
    .aboutus-page-cont .title2{
        font-size: 14px;
        line-height: 24px;
    }
    .aboutus-page-service .cont .service-cont {
        padding: 0;
        width: 60%;
    }
    .aboutus-page-service .cont {
        height: 530px;
        padding-top: 20px;
    }
    .aboutus-page-service .cont .desc {
        padding-top: 20px;
        line-height: 20px;
    }
    .aboutus-page-service .cont .title1 {
        font-size: 16px;
        line-height: 30px;
    }
    .aboutus-page-service .cont .cxx-underline {
        margin-top: 5px;
    }
    .solute-page-solutedetail .item{
        height: auto;
    }
    .solute-page-solutedetail .item {
        padding: 22px 7.8% 0 7.8%;
        width: 100%;
    }
    .solute-page-solutedetail .item .pull-left{
        width: 100%;
    }
    .solute-page-solutedetail .item .item-right{
        width: 100%;

    }
    .solute-page-solutedetail .item .cont{
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .solute-page-solutedetail .cont p{
        padding-right: 0;
    }
    .solutt-right-menu{
        display: none!important;
        right: 10px;
    }
    .solute-page-solutedetail .item:nth-of-type(even) {
        background: none;
        border-color: #E7E9ED
    }
    .solute-page-solutedetail .item{
        margin-bottom: 20px;
    }
    .solute-page-solutedetail .item .title{
        text-align: center;
    }
    #solutePageList {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 22px;
    }
    .solute-page-solutedetail {
        padding-top: 20px;
    }
    .index-page-frinds .row>div {
        padding: 0 8px;
    }
    .copearate-page-frinds .cont .row>div{
        padding: 0 8px;
    }
    
}
@media (min-width: 768px) and (max-width: 992px){
    .wrapper{
        width: auto;
    }
    .copearate-page-solute .desc{
        font-size: 12px;
    }
    .copearate-page-solute .desc.sm-desc{
        font-size: 12px;
    }
    .aboutus-page-service .cont .service-cont{
        padding-right: 58px;
    }
    .index-page-solute .desc{
        font-size: 16px;
        bottom: 22px;
    }
    .solute-page-solute .item .desc{
        font-size: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    .wrapper {
        width: 970px;
    }
    .copearate-page-solute .desc{
        font-size: 14px;
    }
    .copearate-page-solute .desc.sm-desc{
        font-size: 12px;
    }
    .aboutus-page-service .cont .service-cont{
        padding-right: 58px;
    }
    .index-page-solute .desc{
        font-size: 16px;
        bottom: 22px;
    }
    .solute-page-solute .item .desc{
        font-size: 16px;
    }
    .cxx-learnmore{
        width: 160px;
        height: 55px;
    }
}
@media (min-width: 1200px){
    .wrapper {
        width: 1178px;
    }
}