.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.centerCx {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*banner*/
.aboutUs-banner{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: url("../image/banner-bg.jpg") no-repeat center;
    height: 768px;
    position: relative;
    overflow: hidden;
}
.aboutUs-banner .aboutUs-banner-txt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 990px;
    text-align: left;
    font-size: 16px;
    color: #86AEFF;
    line-height: 26px;
    margin: 500px auto 0;
}
.aboutUs-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 100px auto;
    text-align: center;
    font-size: 40px;
    color: #201F48;
    height: 60px;
}
.aboutUs-title span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    background: url("../image/title-1.png") no-repeat left bottom;
    height: 60px;
    padding-left: 250px;
    line-height: 77px;
}
/*1*/
.aboutUs-js{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    height: 440px;
    overflow: hidden;
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.aboutUs-js li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 370px;
    overflow: hidden;
}
.aboutUs-js li .aboutUs-js-up{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 440px;
    position: relative;
}
.aboutUs-js li .aboutUs-js-up img{
    width: 370px;
    height: 440px;
}
.aboutUs-js li .aboutUs-js-up span{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    background: rgba(97,126,245,0.8);
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    bottom: 35px;
}
.aboutUs-js li .aboutUs-js-down{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 440px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 30px;
    color: #ffffff;
    background: rgba(34,38,70,0.8);
    position: relative;
}
.aboutUs-js li .aboutUs-js-down h3{
    font-size: 24px;
    margin-bottom: 35px;
    text-align: center;
}
.aboutUs-js li .aboutUs-js-down p{
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

/*2*/
.aboutUs-dsj{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: url("../image/2-bg.jpg") no-repeat bottom center;
    height: 1000px;
}
.aboutUs-dsj .aboutUs-dsjbox{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    height: 674px;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 10px 1px #F3F3F6;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 653px;
    height: 674px;
    overflow: hidden;
    float: left;
    position: relative;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-left .aboutUs-dsj-img{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 653px;
    height: 674px;
    overflow: hidden;
    display: none;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-left .aboutUs-dsj-imgon{display: block;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-left .aboutUs-dsj-img div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 653px;
    height: 674px;
    position: relative;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-left .aboutUs-dsj-img img{
    width: 653px;
    height: 674px;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-left .aboutUs-dsj-img p{
    position: absolute;
    left: 50%;
    margin-left: -290px;
    bottom: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    width: 580px;
    background: rgba(30,36,83,0.8);
    color: #F8F8FA;
    font-size: 17px;
    line-height: 28px;
    text-align: left;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    float: right;
    height: 674px;
    width: 486px;
    padding: 20px;
    background: #F8F9FD;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 148px;
    height: 127px;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #414663;
    border: 1px solid #D1DEEF;
    cursor: pointer;
    font-weight: bold;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(1){border-top: none;border-left: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(2){border-top: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(3){border-top: none;border-right: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(6){border-right: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(9){border-right: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(12){border-right: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(15){border-right: none;border-bottom: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(4){border-left: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(7){border-left: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(10){border-left: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(13){border-left: none;border-bottom: none;}
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(14){border-bottom: none; }
.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li sup{font-size: 14px;display: inline-block;margin-left: 1px;margin-top: -8px;}
/*.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right li:nth-child(15){cursor: not-allowed}*/


.aboutUs-dsj .aboutUs-dsjbox .aboutUs-dsj-right .aboutUs-dsj-right-on{
    background: -webkit-linear-gradient(top,#5F94FF, #325CFA);
    background: -o-linear-gradient(top,#5F94FF, #325CFA);
    background: -moz-linear-gradient(top,#5F94FF, #325CFA);
    background: linear-gradient(top,#5F94FF, #325CFA);
    border: 1px solid #325CFA;
    color: #ffffff;
}

/*3*/
.aboutUs-mt{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    margin: 0 auto;
}
.aboutUs-mt li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 362px;
    box-shadow: 0 3px 15px 2px #EFEFF3;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.aboutUs-mt li:nth-child(3n){margin-right: 0;}
.aboutUs-mt li a{
    display: block;
    width: 100%;
    height: 100%;
}
.aboutUs-mt li .aboutUs-mt-img{
    width: 362px;
    height: 270px;
    overflow: hidden;
}
.aboutUs-mt li .aboutUs-mt-img img{
    width: 362px;
    height: 270px;
}
.aboutUs-mt li .aboutUs-mt-img:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.aboutUs-mt li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 362px;
    height: 80px;
    background: #F1F4FB;
    border: 2px solid #ffffff;
    color: #414663;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*4*/
.aboutUs-qy-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    background: url("../image/2-bg.jpg") no-repeat bottom center;
    padding-bottom: 30px;
}
.aboutUs-qy{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1140px;
    margin: 0 auto;
}
.aboutUs-qy li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    box-shadow: 0 3px 15px 2px #EFEFF3;
    border: 2px solid #ffffff;
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
    position: relative;
}
.aboutUs-qy li:nth-child(2n){margin-right: 0;}
.aboutUs-qy li a{
    display: block;
    width: 100%;
    height: 100%;
}
.aboutUs-qy li .aboutUs-qy-img{
    width: 550px;
    height: 272px;
    overflow: hidden;
}
.aboutUs-qy li .aboutUs-qy-img img{
    width: 550px;
    height: 272px;
}
.aboutUs-qy li .aboutUs-qy-img:hover img{
    transform: scale(1.1);
    transition: 1s;
}
.aboutUs-qy li p{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 550px;
    height: 45px;
    background: rgba(45,42,64,0.7);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
}
/*5*/
.aboutUs-active{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto 130px;
    overflow: hidden;
    background: url("../image/5-bg1.jpg") no-repeat left bottom;
    padding:0 30px 30px;
}
.aboutUs-active .aboutUs-active-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 653px;
    height: 676px;
    float: left;
    position: relative;
}
.aboutUs-active .aboutUs-active-left .aboutUs-active-img{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.aboutUs-active .aboutUs-active-left .aboutUs-active-img img{
    width: 653px;
    height: 676px;
}
.aboutUs-active .aboutUs-active-left .aboutUs-active-imgon{display: block;}
.aboutUs-active .aboutUs-active-ul{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    width: 468px;
    height: 676px;
    overflow-y: auto;
    scrollbar-width:none;
}

.aboutUs-active .aboutUs-active-ul::-webkit-scrollbar{width: 0px;}
.aboutUs-active .aboutUs-active-ul{ -ms-overflow-style: none; }
.aboutUs-active .aboutUs-active-ul{overflow: -moz-scrollbars-none; }
.aboutUs-active .aboutUs-active-ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 156px;
    height: 156px;
    float: left;
    border: 1px solid #FFFFFF;
    background: -webkit-linear-gradient(top,#F8F9FD, #EEF3FA);
    background: -o-linear-gradient(top,#F8F9FD, #EEF3FA);
    background: -moz-linear-gradient(top,#F8F9FD, #EEF3FA);
    background: linear-gradient(top,#F8F9FD, #EEF3FA);
    color: #414663;
    text-align: center;
    line-height: 156px;
    font-size: 20px;
    cursor: pointer;
}
.aboutUs-active .aboutUs-active-ul .aboutUs-active-on{
    background: -webkit-linear-gradient(top,#5F94FF, #325CFA);
    background: -o-linear-gradient(top,#5F94FF, #325CFA);
    background: -moz-linear-gradient(top,#5F94FF, #325CFA);
    background: linear-gradient(top,#5F94FF, #325CFA);
    color: #ffffff;
}
.aboutUs-active .aboutUs-active-ul li:nth-child(13){cursor: not-allowed;}
.aboutUs-active .aboutUs-active-ul li:nth-child(14){cursor: not-allowed;}
.aboutUs-active .aboutUs-active-ul li:nth-child(15){cursor: not-allowed;}























