@charset "UTF-8";




/*header .h-right ul li:nth-child(2) a{
    background-color: #449c4a;
    color: white;
}*/





/*about*/
#about{
}

/*introduce*/
#about .introduce {
    width: 1208px;
    padding-top:84px ;
    padding-bottom: 112px;
    text-align: center;
}
#about .introduce .i-title{
    margin-bottom:58px ;
}
#about .introduce .i-title h3{
    font-size: 30px;
    font-weight: 500;
}
#about .introduce .i-title p{
    display: none;
    font-size: 21px;
    font-weight: 300;
}
#about .introduce > p{
    color: #414141;
    font-size: 16px;
    line-height: 30px;
}
#about .introduce > p:nth-of-type(2){
    margin-bottom: 50px;
}




/*culture*/
#about .culture {
    padding-bottom:100px ;
    background: url("../img/500739183.png") no-repeat center top/100%;
}
#about .culture .c-top{
    width: 800px;
    padding-top: 109px;
    text-align: center;
}
#about .culture .c-top .c-title{
    margin-bottom:68px ;
}
#about .culture .c-top .c-title h3{
    font-size: 30px;
    font-weight: 500;
}
#about .culture .c-top .c-title p{
    display: none;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 3px;
}
#about .culture .c-top > p{
    color: #414141;
    font-size: 16px;
    line-height: 30px;
}
#about .culture .c-bottom{
    width: 1208px;
    margin-top: 121px;
}
#about .culture .c-bottom ul li{
    width:200px ;
    height: 200px;
    background-color: rgba(0,0,0,.7);
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
}
#about .culture .c-bottom ul li + li{
    margin-left: 135px;
}
#about .culture .c-bottom ul li i{
    width: 59px;
    height: 51px;
    margin-top: 35px;
}
#about .culture .c-bottom ul li:nth-child(1) i{

    background: url("../img/idea.png") no-repeat center top/70%;
}
#about .culture .c-bottom ul li:nth-child(2) i{

    background: url("../img/plane.png") no-repeat center bottom/100%;
}
#about .culture .c-bottom ul li:nth-child(3) i{

    background: url("../img/sort.png") no-repeat center top/85%;
}
#about .culture .c-bottom ul li:nth-child(4) i{

    background: url("../img/hand.png") no-repeat center bottom/95%;
}
#about .culture .c-bottom ul li p:nth-of-type(1){
    width: 150px;
    height: 1px;
    margin-top: 14px;
    margin-bottom:8px;
    background-color: #dadadb;
}
#about .culture .c-bottom ul li p{
    color: #fff;
}





/*advantage*/
#about .advantage{
    padding-top: 90px;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}
#about .advantage .a-title{
    margin-bottom: 123px;
    text-align: center;
}
#about .advantage .a-title h3{
    font-size: 30px;

}
#about .advantage .a-title p{
    display: none;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px;
}
#about .advantage .number{
    width: 1208px;
    height: 122px;
    margin-bottom: 0;
}
#about .advantage .number .green{
    top: 50%;
    height: 16px;
    margin-top: -8px;
    background-color: #449c4a;
}
#about .advantage .number ul{
    top: 50%;
    margin-top: -35px;
}
#about .advantage .number ul li{
    background-color: #f8f8f8;
    color: #449c4a;
    font-size: 50px;
}
#about .advantage .number ul li.on{
    width:123px ;
    height: 123px;
    /*margin-left: -40px;*/
    margin-top: -27px;
    background-color: #449c4a;
    color: white;
    text-align: center;
    line-height: 123px;
    border-radius: 50%;
}
#about .advantage .number ul li{
    margin-left: 12%;
}
/*#about .advantage .number ul li:nth-child(1){*/
    /*left: 10%;*/
/*}*/
/*!*#about .advantage .number ul li:nth-child(2){*/
    /*left: 48%;*/
/*}*!*/
/*#about .advantage .number ul li:nth-child(3){*/
    /*left: 80.6%;*/
/*}*/
/*#about .advantage .number ul li:nth-child(4){*/
    /*left: 87.3%;*/
/*}*/
/*#about .advantage .number ul li:nth-child(5){*/
    /*left: 94%;*/
/*}*/
#about .advantage .n-content{
    width: 1208px;
    padding-top:50px ;
}
#about .advantage .n-content ul{
    width: 2128px;
    transition:margin-left 1s;
}
#about .advantage .n-content ul li{
    width: 288px;
    text-align: center;
    transition: scale 10s;
}
#about .advantage .n-content ul li.on{
    transform: scale(1.08);
}

#about .advantage .n-content ul li + li{
    margin-left: 172px;
}
#about .advantage .n-content ul li .top span{
    top: -50px;
    left: 50%;
    margin-left: -18px;
    border: 15px solid transparent;
    border-bottom: 35px solid #f3f3f3;
}
#about .advantage .n-content ul li .top span.on{
    border-bottom-color: #449c4a;
}
#about .advantage .n-content ul li .top{
    height: 230px;
    padding: 35px 24px;
    border: 1px solid #d3d3d3;
    background-color: #f3f3f3;
}
#about .advantage .n-content ul li .top.on{
    border-color: #449c4a;
    background-color: #449c4a;
    color: white;
}

#about .advantage .n-content ul li .top i{
    width: 69px;
    height: 69px;
    background: no-repeat center top/100%;
}
#about .advantage .n-content ul li:nth-child(1) .top i.on{
     background-image: url("../img/niushi1.png");
 }
#about .advantage .n-content ul li:nth-child(2) .top i.on{
    background-image: url("../img/mianji1.png");
}
#about .advantage .n-content ul li:nth-child(3) .top i.on{
    background-image: url("../img/xmjy1.png");
}
#about .advantage .n-content ul li:nth-child(4) .top i.on{
    background-image: url("../img/zlbz1.png");
}
#about .advantage .n-content ul li:nth-child(5) .top i.on{
    background-image: url("../img/jishu1.png");
}
#about .advantage .n-content ul li:nth-child(1) .top i{
    background-image: url("../img/nishi.png");
}
#about .advantage .n-content ul li:nth-child(2) .top i{
    background-image: url("../img/mianji.png");
}
#about .advantage .n-content ul li:nth-child(3) .top i{
    background-image: url("../img/xmjy.png");
}
#about .advantage .n-content ul li:nth-child(4) .top i{
    background-image: url("../img/zlbz.png");
}
#about .advantage .n-content ul li:nth-child(5) .top i{
    background-image: url("../img/jishu.png");
}
#about .advantage .n-content ul li .top p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
#about .advantage .n-content ul li h4{
    padding: 21px 0;
    background-color: white;
    font-size: 26px;
}
#about .map{
    padding: 37px 0 ;
}
#about .map > div{
    width: 80.7%;
    /*height: 686px;*/
    /*background: url("../img/bg-map3.png") no-repeat center top/100%;*/
}
#about .map .m-title{
    width: 100%;
    margin-bottom: 123px;
    text-align: center;
}
#about .map .m-title h3{
    font-size: 30px;

}
#about .map .m-title p{
    display: none;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: 1px;
}

#about .map > div .point-area .point-10:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}
#about .map > div .point-area .point-70:after {
    animation-play-state: paused;
    -webkit-animation-play-state: paused;
    /* Safari 和 Chrome */
}
#about .map > div .point-area {
    text-align: center;
    position: absolute;
    width: 10%;
    height: 22%;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
#about .map > div .point-area:nth-of-type(1){
    top: 26%;
    left: 60%;
}
#about .map > div .point-area:nth-of-type(2){
    top: 36%;
    left: 16%;
}
#about .map > div .point-area:nth-of-type(3){
    top: 64%;
    left: 27%;
}
#about .map > div .point-area:nth-of-type(4){
    top: 72%;
    left: 79%;
}
#about .map > div .point-area:nth-of-type(5){
    top: 61%;
    left: 69%;
}
#about .map > div .point-area:nth-of-type(6){
    top: 41%;
    left: 64%;
}
#about .map > div .point-area:nth-of-type(7){
    top: 41%;
    left: 60%;
}
#about .map > div .point-area:nth-of-type(8){
     top: 26%;
     left: 64.5%;
 }
#about .map > div .point-area:nth-of-type(9){
    top: 25%;
    left: 67.5%;
}
#about .map > div .point-area:nth-of-type(10){
    top: 49%;
    left: 64%;
}
#about .map > div .point-area:nth-of-type(11){
    top: 38%;
    left: 59%;
}
#about .map > div .point-area:nth-of-type(12){
    top: 29%;
    left: 50%;
}
#about .map > div .point-area:nth-of-type(13){
    top: 28%;
    left: 47%;
}
#about .map > div .point-area:nth-of-type(14){
    top: 19%;
    left: 49%;
}
#about .map > div .point-area:nth-of-type(15){
    top: 14%;
    left: 46%;
}
#about .map > div .point-area:nth-of-type(16){
    top: 18%;
    left: 39%;
}
#about .map > div .point-area:nth-of-type(17){
    top: 19%;
    left: 41%;
}
#about .map > div .point-area:nth-of-type(18){
    top: 24%;
    left: 42%;
}
#about .map > div .point-area:nth-of-type(19){
    top: 32%;
    left: 44%;
}
#about .map > div .point-area:nth-of-type(20){
    top: 32%;
    left: 41%;
}
#about .map > div .point-area:nth-of-type(21){
    top: 65%;
    left: 40%;
}
#about .map > div .point-area:nth-of-type(22){
    top: 23%;
    left: 32%;
}
#about .map > div .point-area:nth-of-type(23){
    top: 20%;
    left: 35%;
}
#about .map > div .point-area:nth-of-type(24){
    top: 16.5%;
    left: 37%;
}
#about .map > div .point-area:nth-of-type(25){
    top: 16%;
    left: 33%;
}
#about .map > div .point-area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
}
#about .map > div .point-area p{
    position: absolute;
    top: 45%;
    left: 54%;
    font-size: 12px;
    opacity: 0;
}
#about .map > div .point-area:hover p{
    opacity: 1;
}
#about .map > div .point-area .point-dot {
    z-index: 1;
    background-color: #fee900;
    border: 1px solid rgba(254, 233, 0, 0.37);
}
#about .map > div .point-area .point-10 {
    width: 100%;
    height: 100%;
}
#about .map > div .point-area .point-10:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 225ms infinite;
    -moz-animation: ripple 4500ms ease-out 225ms infinite;
    -o-animation: ripple 4500ms ease-out 225ms infinite;
    animation: ripple 4500ms ease-out 225ms infinite;
}
#about .map > div .point-area .point-70 {
    width: 100%;
    height: 100%;
}
#about .map > div .point-area .point-70:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0;
    -webkit-animation: ripple 4500ms ease-out 1575ms infinite;
    -moz-animation: ripple 4500ms ease-out 1575ms infinite;
    -o-animation: ripple 4500ms ease-out 1575ms infinite;
    animation: ripple 4500ms ease-out 1575ms infinite;
}
lesshat-selector {
    -lh-property: 0; }
@-webkit-keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -webkit-transform:scale(1)}}
@-moz-keyframes ripple{ 0%{opacity:0;-moz-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -moz-transform:scale(1)}}
@-o-keyframes ripple{ 0%{opacity:0;-o-transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0; -o-transform:scale(1)}}
@keyframes ripple{ 0%{opacity:0;-webkit-transform:scale(0.1,0.1);-moz-transform:scale(0.1,0.1);-ms-transform:scale(0.1,0.1);transform:scale(0.1,0.1); } 5%{ opacity:1; }  100%{ opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}
[not-existing] {
    zoom: 1;
}


/**development*/
#about .development{
    height: 548px;
    padding-top: 80px;
    background:#f8f8f8 url("../img/bg2.png") no-repeat right bottom/100%;
}


#about .development .d-title{
    margin-bottom: 136px;
    text-align: center;
}
#about .development .d-title h3{
    font-size: 30px;
}
#about .development .d-title p{
    display: none;
    font-size: 18px;
    font-weight: 300;
}
#about .development .of{
    width: 1630px;
    height: 200px;
}
#about .development .of .shaft{
    left: 50%;
    width: 1415px;
    margin-left: -707.5px;
}
#about .development .of .shaft > p{
    top: 50%;
    height: 1px;
    background-color:#272727 ;
}
#about .development .of .shaft ul{
    width: 4170px;
    transition: margin-left .5s;
}
#about .development .of .shaft ul li{
    width: 400px;
    height: 100px;
}
#about .development .of .shaft ul li:nth-child(even){
    margin-top: 100px;

}
#about .development .of .shaft ul li + li{
    margin-left: -150px;
}
#about .development .of .shaft ul li h5{
    margin-right: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 100px;
}
#about .development .of .shaft ul li i{
    width: 10px;
    height: 100px;
    margin-right: 20px;
    background:url("../img/i1.png") no-repeat center top/100%;
}
#about .development .of .shaft ul li:nth-child(even) i{
    background: url("../img/i.png") no-repeat center bottom/100%;
}
#about .development .of .shaft ul li p{
    width: 190px;
    margin-top: 30px;
    font-size:16px ;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
#about .development .of .prv,
#about .development .of .next{
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    background:url("../img/prv1.png") no-repeat center/100%;
    color:white;
    font-size: 45px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    z-index: 1;
    user-select: none;
}
#about .development .of .next {
    right: 0;
    background:url("../img/next1.png") no-repeat center/100%;
}

/*honor*/
#about .honor{
    padding-top: 73px;
}
#about .honor .h-title{
    margin-bottom: 60px;
    text-align: center;
}
#about .honor .h-title h3{
    font-size: 30px;
}
#about .honor .h-title p{
    display: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
}
#about .honor .h-content{
    width: 1208px;
}
#about .honor .h-content ul {
    justify-content: space-between;
    flex-wrap: wrap;
}
#about .honor .h-content ul li{
    width: 291px;
    margin-bottom: 50px;
    transition: .3s;
}
#about .honor .h-content ul li:hover{
    transform: scale(1.05);
}


/*speech*/
#about .speech{
    padding-top: 73px;
}
#about .speech .s-title{
    margin-bottom: 60px;
    text-align: center;
}
#about .speech .s-title h3{
    font-size: 30px;
}
#about .speech .s-title p{
    display: none;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
}
#about .speech > p{
    width: 1208px;
    font-size: 20px;
    text-align: center;
    text-indent: 40px;
    line-height: 35px;
}












