/*comm*/
.inb{
    display: inline-block;
}
.vtop{
    vertical-align: top;
}
.vmid{
    vertical-align: middle;
}

/*导航*/
.navbar{
    height: 61px;
}
.navbar-default{
    background: #fff;
}
.navbar-brand{
    height: 60px;
    padding: 5px 20px 0 10px ;
}
.nav>li{
    padding: 0 22px 9px;
}
.nav>li>a{
    padding: 15px 0;
    font-size: 16px;
    color: #322c2a;
    font-weight: 500;
    border-bottom: 1px solid #fff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
    border-bottom: 1px solid #2A9AC7 !important;
    background: #fff !important;
    color: #2A9AC7 !important;
}
.nav>li:hover>a{
    background: #fff !important;
}
.nav-container{
    position: relative;
    z-index: 99;
    background: #fff;
}
.nav-lang{
    position: absolute;
    right: 0;
    top: 15px;
}
.lang{
    padding-left: 10px;
    font-size: 12px;
    color: #4a4a4a;
}

/*轮播*/
.slide{
    position: relative;
    width: 100%;
    height: 670px;
}
li{
    list-style: none;
}
.hd{
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -49px;
    z-index: 9;
}
.hd ul{
    padding: 0;
    margin: 0;
}
.hd li{
    display: inline-block;
    width: 22px;
    height: 4px;
    margin: 0 4px;
    background: #d8d8d8;
}
.hd li.on{
    background: #2A9AC7;
}
.bd,
.bd ul{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.bd li{
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
}
.bd li img{
    min-width: 100% !important;
    height: 100% !important;
}
.slide-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 260px;
    text-align: center;
    color: #fff;
}
.banner-title{
    font-size: 32px;
    font-weight: 600;
}
.banner-text{
    width: 705px;
    margin: 0 auto;
    padding: 10px 0 50px;
    line-height: 35px;
    font-size: 24px;
}
.banner-btn-box button{
    width: 110px;
    height: 36px;
    margin: 0 50px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 36px;
    background: transparent;
    color: #fff;
    outline: none;
}
.banner-btn-contact{
    background: #2A9AC7 !important;
    border: 1px solid #2A9AC7 !important;
}
.comm-title{
    padding: 80px 0 70px;
    font-size: 40px;
    color: #4A4A4A;
    text-align: center;
}
.business-sub{
    position: relative;
    min-height: 220px;
    padding-bottom: 30px;
    text-align: center;
    /*vertical-align: top;*/
}
.business-icon{
    padding-bottom: 25px;
}
.business-title{
    padding-bottom: 10px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.business-content{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    text-align: justify;
    line-height: 20px;
}
.business-line{
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 125px;
    background: #dfdfdf;
}

/*联系我们*/
.contact-container{
    border-top: 1px solid #c8c8c8;
    text-align: center;
}
.contact-text{
    font-size: 24px;
    color: #666666;
}
.contact-btn{
    padding: 30px 0 85px;
}
.contact-btn button{
    width: 110px;
    height: 36px;
    margin: 0 50px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    border-radius: 36px;
    background: #2A9AC7;
    border: 1px solid #2A9AC7;
    outline: none;
}

/*底部*/
.footer-container{
    padding: 40px 0 20px;
    background: #f2f2f2;
}
.footer-nav-box{
    width: 33%;
    margin-bottom: 20px;
}
.footer-contact-box{
    width: 35%;
}
.code-box{
    width: 100px;
}
.address-box{
    width: 18.5%;
}
.footer-title{
    padding-bottom: 10px;
    font-size: 16px;
    color: #3B3B3B;
    font-weight: 600;
}
.footer-nav{
    padding: 0;
    margin: 0;
}
.footer-nav li{
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
    font-size: 14px;
}
.footer-nav li a{
    color: #757474;
}
.footer-contact{
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #757474;
}
.code-box{
    display: none;
    margin-right: 2%;
}
.address-text{
    margin-bottom: 10px;
    font-size: 14px;
    color: #757474;
}

/*版权*/
.copyright{
    padding: 20px 0 ;
    border-top: 1px solid #c8c8c8;
    text-align: center;
    background: #f2f2f2;
    font-size: 14px;
    color: #716F6F;
}

/*最新动态*/
.header{
    width: 100%;
    height: 455px;
    background: url("../img/header_bg.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.header-title{
    padding: 160px 0 90px;
    font-size: 48px;
}
.header-nav span{
    display: inline-block;
    height: 40px;
    /*padding:0 30px;*/
    width: 150px;
    margin: 0 17px;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    line-height: 40px;
    border: 1px solid #fff;
}
.header-nav span.on{
    background: #2A9AC7;
    border: 1px solid #2A9AC7;
}
.page-title{
    padding-top: 46px;
    text-align: center;
    font-size: 48px;
    color: #4A4A4A;
}
.page-title div{
    width: 116px;
    height: 2px;
    margin: 25px auto 0;
    background: #2A9AC7;
}
.state-sub{
    padding: 60px 0 40px;
    border-bottom: 1px solid #979797;
}
.state-img{
    width: 33%;
    margin-right: 2%;
}
.state-img img{
    width: 100%;

}
.state-content{
    width: 64%;
}
.state-title-box{
    padding-bottom: 17px;
}
.state-title{
    display: inline-block;
    width: 70%;
    font-size: 28px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.state-time{
    float: right;
    font-size: 20px;
    color: #2A9AC7;
}
.state-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    color: #666666;
    line-height: 29px;
}
.page-box{
    padding: 70px 0 50px;
    text-align: center;
}
.page-box span,
.page-box select,
.page-box input{
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    color: rgba(0,0,0,0.65);
}
.page-box span.on,
.page-box span:hover{
    background: #2A9AC7;
    color: #fff;
    border: 1px solid #2A9AC7;
}
.page-box select{
    margin: 0 10px;
}
.page-box input{
    width: 48px;
}

/*新闻*/
.news-container{
    border-bottom: 1px solid #979797;
}
.news-title{
    width: 100%;
    margin: 0 auto;
    padding: 47px 0 34px;
    font-size: 30px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
}
.news-time{
    font-size: 20px;
    color: #9B9B9B;
    text-align: center;
}
.news-pic{
    padding: 15px 0 ;
}
.news-pic img{
    width: 100%;
}
.news-text{
    padding-bottom: 40px;
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: 0.58px;
    line-height: 40px;
}
.news-bottom{
    padding: 25px 0 90px;
    font-size: 18px;
    color: #4A4A4A;
}
.news-bottom span{
    color: #2A9AC7;
}
.prev-news{
    display: inline-block;
}
.next-news{
    float: right;
}

/*安防系统集成*/
.business-text{
    padding: 60px 0;
    font-size: 20px;
    color: #4A4A4A;
    line-height: 46px;
}
.business-pic{
    margin-bottom: 20px;
}
.business-pic img{
    width: 100%;
}

/*联系我们*/
.contact-page-container{
    padding: 150px 0;
}
.contact-left{
    width: 44%;
    margin-right: 5%;
}
.contact-left img{
    width: 100%;
}
.contact-right{
    width: 50%;
    text-align: left;
}
.conpany-name{
    padding-bottom: 35px;
    font-size: 41px;
    color: #2A9AC7;
}
.contact-row{
    font-size: 20px;
    color: #757474;
    line-height: 44px;
}
.contact-form{
    padding: 110px 0 140px;
    background: url("../img/banner_1.png") no-repeat;
    background-size: cover;
    text-align: center;
    color: #FFFFFF;
}
.contact-form-title{
    padding-bottom: 35px;
    font-size: 38px;
}
.contact-form-row{
    margin-bottom: 20px;
    text-align: center;
}
.contact-form-row input,
.contact-form-row textarea{
    width: 370px;
    height: 50px;
    padding-left: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    outline: none;
    font-size: 16px;
}
.contact-name{
    background: transparent url("../img/contact_1.png") no-repeat 17px 17px;
}
.contact-email{
    background: transparent url("../img/contact_2.png") no-repeat 17px 17px;
}
.contact-phone{
    background: transparent url("../img/contact_3.png") no-repeat 17px 17px;
}
.contact-theme{
    background: transparent url("../img/contact_4.png") no-repeat 17px 17px;
}
.contact-textarea{
    padding-top: 15px;
    background: transparent url("../img/contact_5.png") no-repeat 17px 17px;
}
.contact-form-row input::-webkit-input-placeholder,
.contact-form-row textarea::-webkit-input-placeholder{
    color:#fff;
}
.contact-form-row input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.contact-form-row input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.contact-form-row input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#fff;
}
.contact-form-row textarea{
    height: 145px;
}
.contact-form-row button{
    width: 110px;
    height: 36px;
    border-radius: 36px;
    background: #2A9AC7;
    color: #fff;
    font-size: 14px;
    border: none;
}
.contact-form-row:first-child input{
    background: url("../img/contact_1.png") no-repeat 10px 10px;
}

/*访客管理系统*/
.product-container{
    padding-bottom: 30px;
}
.product-title{
    position: relative;
    height: 84px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-title-text{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100px;
    font-size: 32px;
    color: #2A9AC7;
}
.product-title-text span:last-child{
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #2A9AC7;
}
.product-title-bg{
    padding-top: 26px;
    padding-left: 100px;
}
.product-title-bg div{
    height: 10px;
    background: #f4f4f4;
}
.function-sub{
    padding: 0;
    border: 1px solid #fff;
}
.function-title{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}
.function-title-blue{
    background: #308DCA;
}
.function-title-dark{
    background: #1E74AE;
}
.function-title-cyan{
    background: #2D889F;
}
.function-text{
    min-height: 60px;
    padding: 13px 20px;
    border-top: 2px solid #fff;
    background: #f2f2f2;
    line-height: 30px;
    font-size: 20px;
    color: #4A4A4A;
}
.advantage-row{
    position: relative;
    padding-bottom: 20px;
}
.advantage-left{
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    padding-top: 5px;
    text-align: center;
}
.advantage-left span{
    display: inline-block;
    width: 5px;
    height: 10px;
    background: #2A9AC7;
}
.advantage-right{
    padding-left: 60px;
    font-size: 20px;
    color: #4A4A4A;
}

/*解决方案*/
.program-container{
    height: 1730px;
    padding-top: 90px;
}
.program-sub{
    position: relative;
    width: 100%;
    height: 360px;
    margin-bottom: 50px;
}
.program-slide{
    position: relative;
    width: 100%;
    height: 100%;
}
.program-slide .bd{
    text-align: center;
}
.program-slide .bd img{
    height: 100%;
}
/*.program-slide .banner1{
    background: url("../img/zcy-1.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner2{
    background: url("../img/zcy-2.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner3{
    background: url("../img/zcy-3.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner4{
    background: url("../img/lsy-1.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner5{
    background: url("../img/lsy-2.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner6{
    background: url("../img/lsy-3.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner7{
    background: url("../img/wl-1.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner8{
    background: url("../img/wl-2.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner9{
    background: url("../img/wl-3.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner10{
    background: url("../img/hlw-1.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner11{
    background: url("../img/hlw-2.png") no-repeat center center;
    background-size: cover;
}
.program-slide .banner12{
    background: url("../img/hlw-3.png") no-repeat center center;
    background-size: cover;
}*/

.program-slide .hd li.on{
    background: #EE9B11;
}
.program-hover{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(42,154,199,0.9);;
    color: #fff;
    cursor: pointer;
}
.program--hover-title{
    padding: 30px 40px 20px;
    font-size: 48px;
}
.program-hover-text{
    padding: 0 40px;
    font-size: 22px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.program-sub:hover .program-hover{
    display: block;
}

/*合作伙伴*/
.partner-header{
    padding: 60px 0 35px;
}
.partner-title{
    padding-bottom: 30px;
}
.partner-title span:first-child{
    padding-right: 20px;
    font-size: 48px;
    color: #4A4A4A;
}
.partner-title span:last-child{
    font-size: 28px;
    color: #2A9AC7;
}
.partner-text{
    font-size: 20px;
    color: #4A4A4A;
    line-height: 32px;
}
.partner-long-title .product-title-text{
    width: 180px;
}
.partner-long-title .product-title-bg{
    padding-left: 185px;
}
.partner-sm-title .product-title-text{
    width: 150px;
}
.partner-sm-title .product-title-bg{
    padding-left: 155px;
}
.partner-box img{
    width: 20%;
    margin: 5px -2px;
    padding: 0 2%;
    vertical-align: middle;
}

/*发送请求*/
.program-post-header{
    padding: 70px 0 20px;
    text-align: center;
}
.program-post-title{
    padding-bottom: 20px;
    font-size: 38px;
    color: #000000;
}
.program-header-text{
    font-size: 20px;
}
.program-form-container{
    margin-bottom: 30px;
    padding: 50px 0 ;
    background: #f2f2f2;
}
.program-form-row{
    width: 510px;
    height: 50px;
    margin: 0 auto 20px;
    text-align: center;
}
.program-form-row input,
.program-form-row select{
    width: 100%;
    height: 100%;
    padding-left: 15px;
    border: 1px solid #9B9B9B;
    border-radius: 8px;
    outline: none;
}
.program-form-row button{
    width: 110px;
    height: 36px;
    margin-top: 20px;
    background: #2A9AC7;
    color: #fff;
    border-radius: 36px;
    border: none;
}

/*业务范围*/
.business-list{
    padding-bottom: 30px;
}
.business-page-sub{
    position: relative;
    height: 400px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    text-align: center;
}
.business-sub-pic{
    padding: 147px 0 35px;
    text-align: center;
}
.business-bg-blue{
    background: #509ACB;
}
.business-bg-cyan{
    background: #2A9AC7;
}
.business-bg-green{
    background: #6CA3A5;
}
.business-bg-black{
    background: #5C819C;
}
.business-sub-text{
    font-size: 24px;
    color: #FFFFFF;
}
.business-hover{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 15px 0;
    background: #fff;
    cursor: pointer;
    border: 1px solid #bcbcbc;
}
.business-page-sub:hover .business-hover{
    display: block;
}
.business-hover-pic img{
    width: 100%;
}
.business-hover-title{
    padding: 15px 0;
    font-size: 24px;
    color: #646464;
    text-align: left;
}
.business-hover-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
}
.business-hover-go{
    padding-top: 20px;
    text-align: left;
}

/*产品*/
.product-part-1{
    padding: 60px 0 20px;
}
.product-part-2{
    padding: 70px 0 90px;
    background: #f7f7f7;
}
.product-part-3{
    padding: 60px 0 70px;
}
.product-pic-box{
    width: 33%;
    margin-right: 2%;
}
.product-pic-box img{
    width: 100%;
    margin-bottom: 20px;
}
.product-content{
    width: 64%;
}
.product-part-2 .product-pic-box{
    margin-left: 2%;
    margin-right: 0;
}
.product-part-title{
    padding-bottom: 15px;
    font-size: 32px;
    color: #322C2A;
}
.product-text{
    font-size: 18px;
    color: #000000;
    text-align: left;
    line-height: 36px;
}

/*个人简介*/
.introduction-box{
    padding: 30px 0 ;
}
.introduction-pic{
    width: 50%;
    margin-right: 2%;
}
.introduction-pic img{
    width: 100%;
}
.introduction-text{
    width: 47%;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 32px;
}
.history-container{
    padding: 50px 0;
    background: #f7f7f7;
}
.history-text{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 30px;
    font-size: 18px;
    color: #4A4A4A;
    text-align: center;
    line-height: 32px;
}
.swiper-slide{

}
.swiper-slide span{
    display: block;
    width: 125px;
    height: 40px;
    margin: 0 auto;
    border-radius: 40px;
    border: 1px solid #9B9B9B;
    font-size: 20px;
    color: #9B9B9B;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.swiper-slide span.on{
    border: 1px solid #2A9AC7;
    background: #2A9AC7;
    color: #fff;
}
.history-sub{
    margin-top: 70px;
    background: url("../img/history_bg.png") repeat-y center top;
}
.history-right{
    padding: 20px 0 20px 50%;
    background: url("../img/history_event.png") no-repeat center center;
}
.history-right span{
    display: inline-block;
    padding-left: 20px;
}
.history-left{
    padding: 20px 50% 20px 0;
    text-align: right;
    background: url("../img/history_event.png") no-repeat center center;
}
.history-left span{
    display: inline-block;
    padding-right: 20px;
}
.history-year{
    background: url("../img/history_year.png") no-repeat center center;
}
.history-year span{
    display: inline-block;
    padding-right: 30px;
    color: #2A9AC7;
}
.area-container{
    padding: 50px 0 60px;
}
.area-pic{
    width: 41%;
    margin-right: 2%;
}
.area-pic img{
    width: 100%;
}
.area-content{
    width: 56%;
}
.area-content .page-title{
    margin-bottom: 50px;
    text-align: left;
    font-size: 32px;
}
.area-content .page-title div{
    margin: 25px 0 0 ;
}
.area-text{
    font-size: 18px;
    color: #4A4A4A;
    line-height: 32px;
}
.history-sub{
    display: none;
}

.xyh-page {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.xyh-page a,
.xyh-page span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.xyh-page .current {
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
}

.xyh-page a:first-child,
.xyh-page span:first-child  {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.xyh-page a:last-child,
.xyh-page span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media(max-width: 1200px){
    .footer-nav-box{
        width: 40%;
    }
    .footer-contact-box{
        width: 45%;
    }
    .address-box{
        width: 100%;
    }
}

@media(max-width: 992px){
    .nav>li{
        padding: 0 15px;
    }
    .slide{
        height: 570px;
    }
    .slide-content{
        padding-top: 160px;
    }
    .footer-contact-box{
        width: 58%;
    }
    .address-box{
        width: 80%;
    }
    .contact-left{
        display: block;
        width: 90%;
        margin: 0 auto 20px;
    }
    .contact-left img{
        width: 100%;
    }
    .contact-right{
        width: 90%;
        margin: 0 auto;
    }
}
@media(max-width: 768px){
    .nav-lang{
        right: 25%;
    }
    .slide{
        height: 470px;
    }
    .slide-content{
        padding-top: 60px;
    }
    .banner-text{
        width: 98%;
        margin: 0 auto;
        padding: 10px 0 20px;
        font-size: 21px;
    }
    .banner-btn-box button{
        margin: 0 20px;
    }
    .footer-container{
        text-align: center;
    }
    .footer-nav-box{
        width: 100%;
    }
    .footer-contact-box{
        width: 100%;
        margin-bottom: 20px;
    }
    .address-box{
        width: 100%;
    }
    .footer-nav li{
        margin: 10px;
    }
    .footer-contact{
        display: block;
        width: 100%;
    }
    /*最新动态*/
    .header-title{
        padding: 50px 0 30px;
        font-size: 40px;
    }
    .header-nav span{
        margin: 0 auto 10px;
        font-size: 20px;
    }
    .state-img{
        display: block;
        width: 90%;
        margin: 0 auto 10px;
    }
    .state-img img{
        width: 100%;

    }
    .state-content{
        width: 95%;
        margin: 0 auto;
    }
    .state-title{
        display: block;
        width: 100%;
        font-size: 25px;
    }
    .state-time{
        float: none;
        margin: 10px 0;
    }
    .state-text{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 16px;
        color: #666666;
        line-height: 29px;
    }

    /*新闻*/
    .header{
        height: 370px;
    }
    .header-nav span{
        /*display: block;*/
    }
    .news-container .container{
        padding: 0;
    }
    .news-title{
        width: 100%;
        font-size: 25px;
    }
    .news-time{
        font-size: 18px;
    }
    .news-text{
        font-size: 18px;
        line-height: 30px;
    }
    .news-bottom{
        font-size: 16px;
    }
    .prev-news{
        display: block;
        margin-bottom: 10px;
    }
    .next-news{
        float: none;
    }

    /*联系我们*/
    .contact-container{
        padding: 50px 0;
    }
    .contact-form-row{
        width: 95%;
        margin: 0 auto 20px;
    }
    .contact-form-row input,
    .contact-form-row textarea{
        width: 100%;
    }

    /*访客管理系统*/
    .function-sub{
        padding: 0 15px 20px;
    }

    /*合作伙伴*/
    .partner-title span:first-child{
        display: block;
        padding-bottom: 10px;
        font-size: 40px;
        color: #4A4A4A;
    }
    .partner-title span:last-child{
        font-size: 22px;
        color: #2A9AC7;
    }
    .partner-text{
        font-size: 18px;
        line-height: 30px;
    }
    .partner-box img{
        width: 33%;
        margin: 5px -2px;
        padding: 0 2%;
        vertical-align: middle;
    }

    /*发送请求*/
    .program-form-row{
        width: 95%;
    }

    /*产品*/
    .product-pic-box{
        display: block;
        width: 95%;
        margin: 0 auto;
    }
    .product-pic-box img{
        width: 100%;
        margin-bottom: 20px;
    }
    .product-content{
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    /*公司简介*/
    .introduction-pic,
    .area-pic{
        display: block;
        width: 95%;
        margin: 0 auto 20px;
    }
    .introduction-text,
    .area-content{
        display: block;
        width: 95%;
        margin: 0 auto;
    }
}