.company-intro{
    width: 100%;
    background: #fff;
    padding: 88px 0 108px 0;
    box-sizing: border-box;
}
.company-intro .intro-content{
    width: 1190px;
    height: 100%;
    margin: 0 auto;
    font-size: 0;
}
.company-intro .intro-content>.content-left{
    display: inline-block;
    width: 55%;
    height: 100%;
    vertical-align: middle;
}
.content-left .left-title{
    width: 100%;
    height: 30px;
    font-size: 0px;
}
.content-left .left-title>.title{
    display: inline-block;
    font-size: 30px;
    color:#cb1716;
}
.content-left .left-title>.sub-title{
    display: inline-block;
    font-size: 24px;
    color:#979797;
    margin-left: 10px;
    padding-top: 6px;
    box-sizing: border-box;
    text-transform: Uppercase;
}
.content-left .left-intr{
    width: 100%;
    padding: 54px 40px 90px 0;
    box-sizing: border-box;
}
.content-left .left-intr>p{
    text-indent: 2em;
    font-size: 14px;
    color: #525252;
    line-height: 2;
    margin-bottom: 20px;
}
.content-left .left-btn{
    width: 100%;
    height: auto;
}
.content-left .left-btn>.btn{
    width: 136px;
    height: 42px;
    background: transparent;
    border: 1px solid #cb1716;
    border-radius: 6px;
    color: #cb1716;
}
.company-intro .intro-content>.content-right{
    display: inline-block;
    width: 45%;
    height: 100%;
    vertical-align: top;
    position: relative;
}


.content-right .right-pic:hover > .pic{
    transform: scale(1.2);
}
.content-right .right-pic{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 480px; overflow: hidden;
    height: 360px;
}
.content-right .right-pic>.pic{
    width: 100%;
    height: 100%;
    transition: all .3s ease-in;
}
.content-right .right-bg{
    position: absolute;
    right:-29px;
    top: 38px;
    z-index: 9;
    width: 480px;
    height: 360px;
    background: #cb1716;
}

.coop-case{
    width: 100%;
    overflow: hidden;
    height: 678px;
    background: #efefef;
    padding: 90px 0 110px 0;
    box-sizing: border-box;
}
.coop-case .case-box{
    width: 1190px;
    margin: 0 auto;
    height: 100%;
}
.case-box .case-title{
    width: 100%;
    height: 54px;
    position: relative;
    text-align: center;
}
.case-box .case-title:before{
    position: absolute;
    display: block;
    content:"";
    height: 50%;
    width: 40%;
    border-bottom: 1px solid #cdcdcd;
    left: 0;
    top: 0;
}
.case-box .case-title:after{
    position: absolute;
    display: block;
    content:"";
    height: 50%;
    width: 40%;
    border-bottom: 1px solid #cdcdcd;
    right: 0;
    top: 0;
}
.case-box .case-title>.title{
    font-size: 30px;
    color: #cb1716;
}
.case-box .case-title>.sub{
    font-size: 14px;
    color: #a1a1a1;
    text-transform: uppercase;
}
.case-box .case-list{
    margin-top: 48px;
    width: 100%;
    height: 380px;
    font-size: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
.case-box .case-list .list-box{
    width: 100%;
}
.case-box .case-list .list-box{
    margin-right:5%;
}
.case-box .case-list .list-box:last-child{
    margin-right: 0;
}
.case-box .case-list .list-box:hover .list-text{
    background: #cb1716;
    color: #fff;
}
.case-list .list-box>.pic-box{
    width: 100%;
    height: 300px;
}
.case-list .list-box>.pic-box .pic{
    width: 100%;
    height: 100%;
}
.case-list .list-box>.list-text{
    width: 100%;
    height: 62px;
    text-align: center;
    line-height: 62px;
    background: #fff;
    color: #5c5c5c;
    font-size: 16px;
}

.application-cate{
    width: 100%;
    height: 494px;
    background-image: url('../image/gaussian.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 80px 0 90px 0;
    box-sizing: border-box;
}
.application-cate .cate-box{
    width: 1190px;
    margin: 0 auto;
    height: 100%;
}
.application-cate  .cate-box .app-title{
    width: 100%;
    height: 54px;
    position: relative;
    text-align: center;
}
.application-cate  .cate-box .app-title:before{
    position: absolute;
    display: block;
    content:"";
    height: 50%;
    width: 40%;
    border-bottom: 1px solid #cdcdcd;
    left: 0;
    top: 0;
}
.application-cate  .cate-box .app-title:after{
    position: absolute;
    display: block;
    content:"";
    height: 50%;
    width: 40%;
    border-bottom: 1px solid #cdcdcd;
    right: 0;
    top: 0;
}
.application-cate  .cate-box .app-title>.title{
    font-size: 30px;
    color: #FFF;
}
.application-cate  .cate-box .app-title>.sub{
    font-size: 14px;
    color: #a1a1a1;
    text-transform: uppercase;
}
.application-cate .cate-list{
    margin-top: 42px;
    width: 100%;
    height: 230px;
    font-size: 0px;
}
.application-cate .cate-list .list-box{
    display: inline-block;
    width: 16%;
    height: 100%;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.application-cate .cate-list .list-box:first-child{
    margin-right: 5%;
}
.application-cate .cate-list .list-box:last-child{
    margin-left: 5%;
}
.application-cate .cate-list .list-box:nth-child(3){
    margin:0 5%;
}
.application-cate .cate-list .list-box:hover{
    border-color: #cb1716;
}
.application-cate .cate-list .list-box:hover .list-text{
    background: #cb1716;
    color: #fff;
}
.cate-list .list-box>.pic-box{
    width: 100%;
    height: 172px;
    padding: 2px;
    box-sizing: border-box;
}
.list-box>.pic-box>.pic{
    width: 100%;
    height: 100%;
}
.cate-list .list-box>.list-text{
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.contact-us{
    width: 100%;
    height: 500px;
    padding: 72px 0 110px 0;
    background: #efefef;
}
.contact-us .contact-box{
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}

.contact-box .contact-title{
    width: 100%;
    height: 54px;
    position: relative;
    text-align: center;
}
.contact-box .contact-title:before{
    position: absolute;
    display: block;
    content:"";
    height: 50%;
    width: 40%;
    border-bottom: 1px solid #cdcdcd;
    left: 0;
    top: 0;
}
.contact-box .contact-title:after{
    position: absolute;
    display: block;
    content:"";
    height: 50%;
    width: 40%;
    border-bottom: 1px solid #cdcdcd;
    right: 0;
    top: 0;
}
.contact-box .contact-title>.title{
    font-size: 30px;
    color: #cb1716;
}
.contact-box .contact-title>.sub{
    font-size: 14px;
    color: #a1a1a1;
    text-transform: uppercase;
}
.contact-box .contact-content{
    width: 100%;
    height: 454px;
    padding-top: 46px;
    box-sizing: border-box;
    font-size: 0;
}
.contact-box .contact-content .content-left{
    display: inline-block;
    width: 40%;
    height: 100%;
    border-right: 1px dotted #a1a1a1;
    box-sizing: border-box;
    vertical-align: middle;
}
.content-left .left-method{
    width: 100%;
    margin-bottom: 40px;
    font-size: 0;
}
.content-left .left-method>.icon{
    display: inline-block;
    vertical-align: text-top;
    margin-top: 2px;
}
.left-method>.icon>.pic{
    width: 100%;
    height: 100%;
}
.content-left .left-method>.text{
    display: inline-block;
    margin-left: 20px;
    vertical-align: text-top;
}
.left-method>.text>p.title{
    font-size: 16px;
    color:#1f1f1f;
    font-weight: bold;
}
.left-method>.text>p.label{
    font-size: 14px;
    color:#767676;
    margin-top: 5px;
}
.contact-box .contact-content .content-right{
    display: inline-block;
    width: 60%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.content-right .right-map{
    position: absolute;
    right: 0;
    width: 80%;
    height: 100%;
    padding: 4px;
    background: #fff;
}
.content-right .right-map>.pic{
    width: 100%;
    height: 100%;
}
.business-member-container{
    width: 1200px;
    height: 640px;
    overflow: hidden;
    position: relative;
}
.business-member{
    width: 100%;
    height: 100%;
    position: absolute;
}
.business-member.left{
    left: 0;
}
.business-member.right{
    left: 1200px;
}
.business-member>ul{
    width: 100%;
    height: 48%;
    font-size: 0;
}
.business-member>ul:first-child{
    margin-bottom: 2%;
}
.member-box{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding:20px;
    height:320px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.member-box>.pic{
    width: 38%;
    height: 280px;
    position: absolute;
    top: 20px;
    left: 20px;
    border: 1px solid #5c5c5c;
    padding: 4px;
    box-sizing: border-box;
}
.member-box>.pic>img{
    width: 100%;
    height: 100%;
}
.member-box>.text{
    width: 52%;
    bottom: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    box-sizing: border-box;
    color: #fff;
}
.member-box>.text>.name{
    font-size: 18px;
    margin-bottom: 20px;
}
.member-box>.text>.intr{
    font-size: 14px;
    line-height: 2;
    font-weight: normal;
    margin-bottom: 20px;
}
.member-box>.text>.btn{
    width: 100%;
    margin-top: 42px;
}
.member-box>.text>.btn>button{
    width: 110px;
    height: 34px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}

.member-detail{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
}
.member-detail .member-detail-box{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    width: 782px;
    height: 682px;
    transform: translateY(-50%);
    padding: 50px;
    box-sizing: border-box;
    font-size: 0;
}
.member-detail .member-detail-box>.person-box{
    display: inline-block;
    vertical-align: text-top;
    width: 50%;
}
.member-detail-box>.person-box>img{
    width: 274px;
    height: 350px;
    border: 1px solid #979797;
}
.member-detail-box>.person-intr{
    display: inline-block;
    vertical-align: text-top;
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
}
.member-detail-box>.person-intr>p.name{
    font-size: 18px;
    color: #323232;
    margin-bottom: 40px;
}
.member-detail-box>.person-intr>p.intr{
    font-size: 14px;
    color: #868686;
}
.read-more{
    position: fixed;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999;
    display: none;
}
.read-more .content{
    width: 50%;
    
    
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.read-more .content .pic{
    float: right;
    margin: 20px;
    width: 150px;
    height: 150px;
}
.read-more .content .pic>img{
    width: 100%;
    height: 100%;
}
.read-more .content>.text{
    line-height: 1.5;
}

.light-box{
    position: fixed;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999;
    display: none;
}
.light-box>.pic-box{
    width: 50%;
    overflow-y:auto;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-50%);
}
.light-box>.pic-box>img{
    width: 100%;
}

.text p:nth-child(4) strong span {
    font-size: 14px !important;
}