@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 @font-face{
	font-family: "ShLight";
	src: url('../font/SourceHanSans-Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
   font-family: "ShHeavy";
   src: url('../font/SourceHanSans-Heavy.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
@font-face{
    font-family: "ShNormal";
    src: url('../font/SourceHanSans-Normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "ShMedium";
    src: url('../font/SourceHanSans-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "ShBold";
    src: url('../font/SourceHanSans-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "ShRegular";
    src: url('../font/SourceHanSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "Futura";
    src: url('../font/FuturaBT-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.header-top{
    height: 100px;
}
.header-left{
    float: left;
    display: flex;
    align-items: center;
    height: 100px;
}
.logo{
    float: left;
    width: 235px;
    margin-right: 22px;
}
.logo img{
    display: block;
    width: 100%;
}
.logo-text{
    padding: 4px 22px 5px;
    border-left: 2px solid #efefef;
}
.logo-text span{
    display: block;
    line-height: 28px;
    color: #666;
    font-size: 16px;
    font-family: "ShNormal";
}
.header-right{
    float: right;
    display: flex;
}
.header-tel{
    padding-left: 62px;
    margin-right: 48px;
    background: url(../img/header_phone.png) no-repeat left center;
}
.header-tel span{
    font-size: 30px;
    font-family: "ShMedium";
    color: #000;
    line-height: 100px;
}
.header-tel span:first-child{
    padding-right: 12px;
}
.header-lan{
    display: flex;
    align-items: center;
    height: 100px;
}
.header-lan img{
    width: 32px;
    height: 22px;
    display: block;
}
.header-lan img:first-child{
    margin-right: 18px;
}
.header-bom{
    border-bottom: 4px solid #ffc000;
}
.nav-ul{
    display: flex;
    justify-content: space-between;
}
.nav-ul li{
    width: 174px;
    position: relative;
}
.nav-ul li > a{
    line-height: 50px;
    font-size: 18px;
    width: 100%;
    font-family: "ShNormal";
    background: transparent;
    color: #333;
    display: block;
    transition: all 0.5s;
    text-align: center;
}
.nav-ul li:hover>a, .nav-ul li.nav-active > a{
    background: #ffc000;
}
.navToggle{
    margin-top: 25px;
}
@media(max-width: 1400px){
    .nav-ul li{
        width: 150px;
    }
    .header-tel{
        margin-right: 30px;
    }
}
@media(max-width:1300px){
    .nav-ul li{
        width: 140px;
    }
}
@media(max-width:1200px){
    .nav-ul li {
        width: auto;
    }
    .nav-ul li > a{
        padding: 0 20px;
    }
    .logo{
        width: 180px;
        margin-right: 10px;
    }
    .logo-text{
        padding: 2px 10px;
    }
    .logo-text span{
        line-height: 22px;
    }
    .header-lan img:first-child{
        margin-right: 10px;
    }
    .header-tel{
        margin-right: 20px;
        padding-left: 55px;
    }
    .header-tel span{
        font-size: 24px;
    }
}
@media(max-width: 991px){
    .header-top{
        height: 70px;
    }
    .header-left{
        height: 70px;
    }
    .header-right{
        display: none;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 559px){
    .logo-text{
        display: none;
    }
}
/* 首页关于我们 */
.habout-main{
    padding: 100px 0px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.habout-left{
    width: 50%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.habout-right{
    width: 50%;
}
.habout-time{
    width: 208px;
    height: 208px;
    background: #ffc000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    margin-bottom: 45px;
}
.habout-time span{
    color: #000;
    font-size: 22px;
    font-family: "ShNormal";
    line-height: 24px;
}
.habout-time strong{
    font-size: 62px;
    font-family: "Futura";
    line-height: 64px;
    display: block;
    margin-top: 15px;
}
.habout-info h2{
    font-size: 30px;
    line-height: 36px;
    color: #1a1a1a;
    margin-bottom: 30px;
}
.habout-info p{
    font-size: 16px;
    line-height: 30px;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.public-more{
    display: block;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-left: 4px solid #ffc000;
    background: #333;
    transition: all .5s;
}
.public-more:hover{
    background: #ffc000;
    color: #1a1a1a;
}
.habout-ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.habout-ul li{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.habout-ul li img{
    display: block;
    width: 100%;
}
.habout-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 36px;
    font-size: 30px;
    color: #000;
    top: 0px;
    left: 0px;
    padding-left: 30px;
    padding-top: 30px;
    font-family: "ShRegular";
}
.habout-honor{
    color: #fff;
}
.habout-play{
    transition: all .5s;
    opacity: 0;
    background: url(../img/play_icon.png) no-repeat center;
}
.habout-ul li:hover .habout-play{
    opacity: 1;
}
.habout-culture{
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0px !important;
    padding-left: 0px !important;
}
.habout-culture h5{
    font-family: "ShMedium";
    font-size: 30px;
    margin-bottom: 25px;
}
.habout-culture span{
    font-size: 18px;
    line-height: 28px;
    display: block;
}
@media(max-width: 1600px){
    .habout-time{
        width: 180px;
        height: 180px;
    }
    .habout-time strong{
        font-size: 52px;
    }
    .habout-info p{
        -webkit-line-clamp: 3;
    }
}
@media(max-width: 1400px){
    .habout-main{
        padding: 80px 0px;
    }
    .habout-time{
        width: 160px;
        height: 160px;
    }
    .habout-time strong{
        font-size: 42px;
        line-height: 54px;
    }
}
@media(max-width: 1300px){
    .habout-time{
        width: 140px;
        height: 140px;
        padding-left: 16px;
        margin-bottom: 30px;
    }
    .habout-time strong{
        margin-top: 5px;
    }
    .habout-info h2{
        margin-bottom: 20px;
    }
}
@media(max-width: 1200px){
    .habout-mask{
        padding-top: 15px;
        padding-left: 15px;
        font-size: 24px;
        line-height: 30px;
    }
    .habout-culture h5{
        font-size: 26px;
        margin-bottom: 10px;
    }
    .habout-culture span{
        font-size: 14px;
        line-height: 24px;
    }
    .habout-info p{
        -webkit-line-clamp: 2;
    }
    .habout-time{
        width: 120px;
        height: 120px;
    }
    .habout-time strong{
        font-size: 36px;
        line-height: 42px;
    }
    .habout-info h2{
        margin-bottom: 10px;
    }
    .habout-left{
        padding-right: 40px;
    }
}
@media(max-width: 991px){
    .habout-main{
        padding: 60px 0px;
        flex-direction: column;
    }
    .habout-left{
        width: 100%;
        padding-right: 0px;
    }
    .habout-info h2{
        margin-bottom: 20px;
    }
    .habout-more{
        margin: 30px 0px;
    }
    .habout-right{
        width: 100%;
    }
    .habout-info p{
        -webkit-line-clamp: 4;
    }
}
@media(max-width: 599px){
    .habout-main{
        padding: 50px 0px;
    }
    .habout-ul li{
        width: 100%;
    }
}
/* 首页产品 */
.home-pro{
    background: #eee;
    padding-bottom: 100px;
}
.public-title{
    padding-top: 98px;
    padding-bottom: 60px;
}
.pubtit{
    float: left;
    font-size: 40px;
    line-height: 42px;
    font-family: "ShMedium";
    color: #1a1a1a;
}
.pubtit-ul{
    float: right;
    margin-top: 18px;
}
.pubtit-ul li{
    float: left;
    margin-right: 80px;
}
.pubtit-ul li:last-child{
    margin-right: 0px;
}
.pubtit-ul li a{
    color: #333;
    font-size: 16px;
    line-height: 24px;
}
.pubtit-ul li:hover a{
    color: #ffc000;
}
.hpro-main{
    display: flex;
    justify-content: space-between;
}
.hpro-left{
    width: 50%;
    padding-right: 30px;
}
.hpro-item{
    width: 100%;
    background-color: #fff;
    transition: all .5s;
    border-top: 4px solid #fff;
    display: flex;
    margin-bottom: 40px;
}
.hpro-left .hpro-item:first-child{
    flex-direction: row-reverse;
}
.hpro-left .hpro-item:last-child{
    margin-bottom: 0px;
}
.hpro-img{
    width: 45.5%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hpro-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hpro-text{
    width: 54.5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 55px;
}
.hpro-text h2{
    font-size: 30px;
    line-height: 34px;
    color: #1a1a1a;
    margin-bottom: 20px;
}
.hpro-text p{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-bottom: 24px;
}
.hpro-item:hover{
    border-top-color: #ffc000;
}
.hpro-right{
    width: calc(50% - 10px);
    background-color: #fff;
    padding-left: 52px;
    transition: all .5s;
    border-top: 4px solid #fff;
    position: relative;
}
.hpro-right:hover{
    border-top-color: #ffc000;
}
.hpro-rtext{
    padding-top: 110px;
    width: 100%;
    padding-right: 270px;
    padding-left: 0px;
    position: relative;
    z-index: 10;
}
.hpro-rtext p{
    margin-bottom: 65px;
}
.hpro-rimg{
    position: absolute;
    bottom: 95px;
    right: 0px;
    width: 59.7%;
}
@media(max-width: 1400px){
    .public-title{
        padding-top: 80px;
    }
    .home-pro{
        padding-bottom: 80px;
    }
    .hpro-item{
        padding: 30px 0px;
    }
    .hpro-rtext{
        padding-right: 160px;
    }
}
@media(max-width: 1300px){
    .hpro-rimg{
        width: 61%;
    }
    .hpro-rtext{
        padding-top: 80px;
        padding-right: 100px;
    }
}
@media(max-width: 1200px){
    .pubtit-ul li{
        margin-right: 40px;
    }
    .hpro-text{
        padding-left: 30px;
        padding-right: 30px;
    }
    .hpro-text h2{
        font-size: 26px;
        line-height: 30px;
    }
    .hpro-rtext{
        padding-left: 0px;
    }
    .hpro-right{
        padding-left: 30px;
    }
}
@media(max-width: 991px){
    .public-title{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .home-pro{
        padding-bottom: 60px;
    }
    .hpro-main{
        flex-wrap: wrap;
    }
    .hpro-left{
        width: 100%;
        padding-right: 0px;
    }
    .hpro-right{
        width: 100%;
        padding-left: 30px;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .hpro-rtext{
        padding-top: 30px;
    }
    .hpro-rtext p{
        margin-bottom: 30px;
    }
    .pubtit-ul{
        width: 100%;
        float: none;
        display: none;
    }
    .pubtit-ul li{
        margin-right: 0px;
        width: 100%;
    }
    .pubtit-ul li a{
        line-height: 36px;
    }
    .pubtit{
        font-size: 26px;
        line-height: 50px;
    }
    .hpro-item{
        margin-bottom: 30px;
    }
    .hpro-rimg{
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
    }
}
@media(max-width: 599px){
    .hpro-item{
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
    .hpro-text{
        width: 100%;
    }
    .hpro-img{
        width: 100%;
    }
    .home-pro{
        padding-bottom: 50px;
    }
    .public-title{
        padding-top: 40px;
        padding-bottom: 20px;
    }
}
/* 企业优势 */
.pubtit-more{
    float: right;
}
.qy-more{
    display: block;
    background: #ffc000;
    line-height: 50px;
    text-align: center;
    color: #000;
    width: 140px;
    height: 50px;
}
.qy-main{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.qy-left{
    width: 70.8%;
    float: left;
}
.qy-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.qy-img img{
    display: block;
    width: 100%;
}
.qy-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/qy_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 58px;
    color: #fff;
}
.qy-text h2{
    font-size: 30px;
    font-family: "ShRegular";
    line-height: 34px;
    margin-bottom: 35px;
}
.qy-text p{
    max-width: 580px;
    margin-bottom: 95px;
}
.qy-right{
    width: 32.5%;
    position: absolute;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: 999;
}
.qy-ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.qy-ul li{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.qy-ul li a{
    display: flex;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.qy-uleft{
    width: 52px;
    height: 100%;
    background: #ffc000;
    opacity: 0;
    transition: all .5s;
}
.qy-uright{
    height: 100%;
    width: calc(100% - 52px);
    display: flex;
    background: #333;
    transition: all .5s;
}
.qy-num{
    width: 156px;
    border-right: 1px solid #e5e5e5;
    font-size: 30px;
    font-family: "ShBold";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
}
.qyr-icon{
    width: calc(100% - 156px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all .5s;
}
.qyr-icon img{
    transition: all .5s;
}
.icon{
    display: block;
}
.icon-on{
    display: none;
}
.qyr-icon span{
    display: block;
    font-size: 24px;
    margin-top: 15px;
    font-family: "ShRegular";
}
.qy-ul li.qy-on a{
    box-shadow: 0px 0px 8px #737476;
}
.qy-ul li.qy-on .qy-uleft{
    opacity: 1;
}
.qy-ul li.qy-on .qy-uright{
    background: #ffc000;
}
.qy-ul li.qy-on .qy-num{
    color: #000000;
}
.qy-ul li.qy-on .qyr-icon{
    color: #000;
}
.qy-ul li.qy-on .icon{
    display: none;
}
.qy-ul li.qy-on .icon-on{
    display: block;
}
@media(max-width: 1600px){
    .qy-left{
        width: 71.5%;
    }
}
@media(max-width: 1400px){
    .qy-left{
        width: 72%;
    }
}
@media(max-width: 1200px){
    .qy-right{
        width: 34%;
    }
    .qy-uleft{
        width: 45px;
    }
    .qy-uright{
        width: calc(100% - 45px);
    }
    .qyr-icon img{
        width: 32%;
    }
    .qyr-icon span{
        font-size: 18px;
        margin-top: 10px;
    }
    .qy-num{
        width: 116px;
    }
    .qyr-icon{
        width: calc(100% - 116px);
    }
    .qy-text{
        padding-left: 40px;
    }
    .qy-text p{
        max-width: 420px;
        margin-bottom: 60px;
    }
}
@media(max-width: 991px){
    .qy-main{
        display: flex;
        flex-direction: column-reverse;
    }
    .qy-left{
        float: none;
        width: 100%;
    }
    .qy-right{
        width: 100%;
        max-width: 520px;
        margin: 0 auto;
        position: relative;
        right: auto;
        top: auto;
    }
    .qy-uleft{
        display: none;
    }
    .qy-uright{
        width: 100%;
    }
    .qy-num{
        height: auto;
    }
    .qyr-icon{
        padding: 20px 0px;
    }
    .qyr-icon img{
        width: auto;
    }
}
@media(max-width: 599px){
    .qy-text{
        padding-left: 15px;
        padding-right: 20px;
    }
    .qy-text h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .qy-text p{
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 20px;
    }
}
@media(max-width: 449px){
    .qyr-icon img{
        width: 18%;
    }
    .qy-smore{
        width: 100px;
        height: 38px;
        line-height: 38px;
    }
}
/* 合作伙伴 */
.partner-main{
    padding-top: 100px;
    padding-bottom: 100px;
}
.partner-title{
    padding-bottom: 55px;
    text-align: center;
}
.partner-title h2{
    font-size: 40px;
    line-height: 40px;
    color: #1a1a1a;
    font-family: "ShMedium";
    margin-bottom: 18px;
}
.partner-title span{
    color: #999;
}
.part-cont{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.part-img{
    padding: 0 83px;
    border-right: 1px solid #dcdcdc;
}
.part-img img{
    display: block;
    width: 100%;
    -webkit-filter: grayscale(100%); /* webkit */
    -moz-filter: grayscale(100%); /*firefox*/
    -ms-filter: grayscale(100%); /*ie9*/
    -o-filter: grayscale(100%); /*opera*/
    filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
    filter:gray; /*ie9- */
}
.part-cont .part-img:hover img{
    -webkit-filter: grayscale(0%); /* webkit */
    -moz-filter: grayscale(0%); /*firefox*/
    -ms-filter: grayscale(0%); /*ie9*/
    -o-filter: grayscale(0%); /*opera*/
    filter: grayscale(0%);
}
.part-cont .part-img:first-child{
    padding-left: 0px;
}
.part-cont .part-img:last-child{
    padding-right: 0px;
    border-right: none;
}
@media(max-width:1699px){
    .part-img{
        padding: 0 70px;
    }
}
@media(max-width:1600px){
    .part-img{
        padding: 0 55px;
    }
}
@media(max-width:1400px){
    .partner-main{
        padding: 80px 0px;
    }
}
@media(max-width:1200px){
    .part-img{
        padding: 0 40px;
    }
}
@media(max-width:991px){
    .partner-main{
        padding: 60px 0px;
    }
    .part-img{
        padding: 0 30px;
    }
    .partner-title{
        padding-bottom: 30px;
    }
}
@media(max-width:599px){
    .partner-main{
        padding: 40px 0px 50px;
    }
    .partner-title h2{
        font-size: 26px;
        margin-bottom: 6px;
    }
    .part-img{
        padding: 0 15px;
    }
}
@media(max-width:449px){
    .part-cont{
        flex-wrap: wrap;
    }
    .part-img{
        padding: 0 25px;
        width: 100%;
        border-right: none;
        flex: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .part-img img{
        max-width: 200px;
    }
    .part-cont .part-img:first-child{
        padding-left: 25px;
    }
    .part-cont .part-img:last-child{
        padding-right: 25px;
    }
}
/* 首页新闻中心 */
.hnews-ul{
    margin-left: -10px;
    margin-right: -10px;
}
.hnews-ul li{
    float: left;
    width: 33.333%;
    padding: 0 10px;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.hnews-ul li:hover .hnews-img img{
    transform: scale(1.1);
}
.hnews-text{
    padding: 35px 30px 32px;
    background: #fff;
    transition: all .5s;
}
.hnews-text h2{
    font-size: 20px;
    line-height: 300%;
    font-family: "ShRegular";
    color: #1a1a1a;
    margin-bottom: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.hnews-text span{
    color: #999;
}
.hnews-text p{
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.hnews-ul li:hover .hnews-text{
    background: #ffc000;
}
.hnews-ul li:hover .hnews-text span{
    color: #333;
}
.hnews-ul li:hover .hnews-text p{
    color: #333;
}
@media(max-width: 1200px){
    .hnews-text h2{
        min-height: 48px;
    }
}
@media(max-width: 991px){
    .hnews-ul li{
        width: 100%;
        margin-bottom: 30px;
    }
    .hnews-ul li:last-child{
        margin-bottom: 0px;
    }
    .hnews-text h2{
        min-height: 24px;
    }
}
@media(max-width: 599px){
    .hnews-text{
        padding: 25px 20px;
    }
}
/* 底部 */
#footer{
    background: #313131;
    overflow: hidden;
}
.footer-top{
    padding-top: 46px;
    padding-bottom: 38px;
}
.footer-ul{
    float: left;
    width: calc(100% - 134px);
}
.footer-ul li{
    float: left;
    margin-right: 225px;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-ntit{
    margin-bottom: 10px;
}
.footer-ntit a{
    font-size: 18px;
    color: #fff;
    font-family: "ShRegular";
    line-height: 24px;
}
.footer-ntit i{
    display: block;
    width: 36px;
    height: 1px;
    background: #ffc000;
    margin-top: 16px;
}
.footer-ul li dl dd a{
    line-height: 36px;
    color: #808080;
    font-size: 16px;
    font-family: "ShLight";
}
.footer-ul li dl dd a:hover{
    color: #fff;
}
.footer-ul li dl dd{
    line-height: 36px;
    color: #808080;
    font-size: 16px;
    font-family: "ShLight";
}
.footer-ul li dl dd span{
    opacity: 0;
}
.footer-code{
    float: right;
    width: 134px;
}
.fcode-img{
    margin-top: 20px;
    text-align: center;
}
.fcode-img img{
    width: 100%;
    display: block;
}
.fcode-img p{
    line-height: 38px;
    color: #808080;
    font-family: "ShLight";
}
.footer-bom{
    padding: 28px 0px;
    border-top: 1px solid #898989;
}
.footer-nav{
    float: right;
    display: flex;
}
.footer-nitem{
    padding: 0 40px;
    position: relative;
}
.footer-nav .footer-nitem:last-child{
    padding-right: 0px;
}
.footer-nav .footer-nitem:last-child::after{
    display: none;
}
.footer-nitem a{
    font-size: 16px;
    color: #808080;
    font-family: "ShLight";
    line-height: 24px;
}
.footer-nitem::after{
    width: 1px;
    height: 16px;
    content: "";
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.copy{
    font-size: 16px;
    color: #808080;
    font-family: "ShLight";
    line-height: 24px;
}
@media(max-width: 1600px){
    .footer-ul li{
        margin-right: 150px;
    }
}
@media(max-width: 1400px){
    .footer-nitem{
        padding: 0 28px;
    }
}
@media(max-width: 1300px){
    .footer-ul li{
        margin-right: 100px;
    }
}
@media(max-width: 1200px){
    .footer-ul li{
        margin-right: 70px;
    }
    .footer-nitem{
        padding: 0 18px;
    }
}
@media(max-width: 991px){
    .footer-ul{
        width: 100%;
        float: none;
    }
    .footer-code{
        margin: 0 auto;
        float: none;
    }
    .footer-ul li{
        margin-right: 0px;
        margin-bottom: 15px;
        float: none;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-ul li dl{
        text-align: center;
    }
    .footer-ul li dl dd{
        display: inline-block;
        margin: 0 4px;
        line-height: 30px;
    }
    .footer-ul li dl dd a{
        line-height: 30px;
    }
    .footer-ntit i{
        margin-top: 8px;
    }
    .footer-code .footer-ntit{
        text-align: center;
    }
    .footer-code .footer-ntit i{
        margin: 8px auto 0px;
    }
    .footer-nitem{
        padding: 0 18px;
    }
    .footer-top{
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .footer-bom {
        padding: 20px 0px;
    }
    .footer-nav{
        width: 100%;
        float: none;
        justify-content: center;
    }
    .copy{
        width: 100%;
        float: none;
        text-align: center;
    }
}
@media(max-width: 449px){
    .footer-ul li dl dd{
        line-height: 26px;
    }
    .footer-ul li dl dd a{
        line-height: 26px;
    }
    .footer-nitem{
        padding: 0 10px;
    }
}
/* 内页导航 */
.inside-nav{
    width: 100%;
    background: #313131;
    margin-bottom: 70px;
}
.inav-ul{
    display: flex;
}
.inav-ul li{
    flex: 1;
}
.inav-ul li a{
    display: block;
    width: 100%;
    line-height: 80px;
    border-right: 1px solid #eee;
    transition: all .5s;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-family: "ShRegular";
    background: transparent;
}
.inav-ul li:first-child a{
    border-left: 1px solid #eee;
}
.inav-ul li a:hover, .inav-ul li.inav-on a{
    background: #ffc000;
    color: #000;
}
.mobile-nav{
    width: 100%;
    height: 50px;
    background: #313131;
    padding-left: 20px;
    display: none;
    margin-top: 30px;
}
.mobile-nav h2{
    float: left;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
.about-main{
    width: 100%;
    padding-bottom: 65px;
}
.about-main img{
    width: 100%;
    overflow: hidden;
}
.about-text{
    margin-top: 24px;
    font-size: 16px;
    line-height: 32px;
    color: #666;
    text-indent: 30px;
    font-family: "ShRegular";
}
.about-text span{
    color: #ffc000;
    font-family: "ShBold";
}
@media(max-width: 991px){
    .inside-nav{
        background: none;
        margin-bottom: 40px;
    }
    .mobile-nav{
        display: block;
    }
    .inav-ul{
        flex-wrap: wrap;
        display: none;
    }
    .inav-ul li{
        width: 100%;
        flex: none;
    }
    .inav-ul li a{
        line-height: 50px;
        border: 1px solid #858585;
        border-top: none;
        background: none;
        color: #000;
    }
    .inav-ul li:first-child a{
        border-left: 1px solid #858585;
    }
    .about-main{
        padding-bottom: 55px;
    }
}
/* 联系我们 */
.contact-main{
    background: #eee;
    overflow: hidden;
}
.inside-title{
    text-align: center;
    padding-top: 68px;
    line-height: 44px;
    font-size: 40px;
    color: #000;
    font-family: "ShMedium";
    padding-bottom: 68px;
}
.contact-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.contact-list{
    width: 33.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact-list li{
    background: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 45px;
    margin-bottom: 30px;
    cursor: pointer;
}
.contact-list li:last-child{
    margin-bottom: 0px;
}
.contact-limg{
    margin-right: 30px;
}
.cicon{
    display: block;
}
.cicon-on{
    display: none;
}
.contactUl li.on .cicon{
    display: none;
}
.contactUl li.on .cicon-on{
    display: block;
}
.contact-ltext span{
    font-size: 24px;
    color: #000;
    line-height: 24px;
    font-family: "ShRegular";
}
.contact-ltext p{
    font-size: 18px;
    color: #666;
    line-height: 24px;
    font-family: "ShLight";
    margin-top: 10px;
}
.contact-ditu{
    width: 64%;
    padding: 6px;
    background: #fff;
    overflow: hidden;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-list li{
        padding: 0 30px;
    }
    .contact-limg{
        margin-right: 20px;
    }
    .contact-ltext span{
        font-size: 20px;
    }
    .contact-ltext p{
        font-size: 16px;
        margin-top: 4px;
    }
    .inside-title{
        padding: 50px 0px 40px;
    }
}
@media(max-width: 991px){
    .contact-top{
        flex-direction: column;
    }
    .contact-list{
        width: 100%;
    }
    .contact-list li{
        padding: 20px 35px;
        margin-bottom: 20px;
    }
    .contact-ditu{
        width: 100%;
        margin-top: 20px;
    }
    .inside-title{
        padding: 40px 0px 30px;
        font-size: 30px;
    }
}
@media(max-width: 449px){
    .contact-list li{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.contact-train{
    padding: 43px 48px 47px;
    background: #fff;
    margin-bottom: 70px;
}
.contact-train h2{
    font-size: 34px;
    line-height: 40px;
    padding-right: 50px;
    color: #000;
    font-family: "ShRegular";
    display: inline-block;
    margin-bottom: 12px;
    background: url(../img/train_icon.png) no-repeat right bottom;
}
.train-ul li{
    padding: 12px 0px;
    border-bottom: 1px dashed #898989;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.train-img{
    margin-right: 22px;
}
.train-text{
    font-size: 16px;
    line-height: 32px;
    color: #666;
    font-family: "ShLight";
}
@media(max-width: 991px){
    .contact-train{
        padding: 30px 10px;
    }
    .contact-train{
        margin-bottom: 60px;
    }
    .contact-train h2{
        padding-left: 20px;
    }
}
@media(max-width: 599px){
    .train-ul li{
        align-items: flex-start;
    }
    .train-img{
        margin-top: 15px;
    }
    .train-text{
        font-size: 14px;
        line-height: 26px;
    }
    .contact-train{
        margin-bottom: 40px;
    }
}
/*右侧浮窗*/
.right-side{
    position: fixed;
    right: 20px;
    top: 60%;
    z-index: 300;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.right-item{
    width: 54px;
    height: 54px;
    border-radius: 27px;
    background: #333;
    margin-bottom: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.right-img{
    display: block;
}
.right-img-on{
    display: none;
}
.right-item.on{
    background: #ffc000;
}
.right-item.on .right-img-on{
    display: block;
}
.right-item.on .right-img{
    display: none;
}
.right-item-right{
    color: #000;
    margin-left: 8px;
    display: none;
}
.right-wechat{
    position: relative;
}
.wx-img{
    display: none;
    position: absolute;
    top: -39px;
    right: 10px;
    background: url(/static/index/zh-cn/img/ewmbj.png) 0% 0% / 100% 100% no-repeat;
    height: 130px;
    width: 165px;
    -webkit-animation: mymove 1s ease 1 forwards; /* Chrome, Safari, Opera */
    animation: mymove 1s ease 1 forwards;
}
.wx-img img{
    width: 130px;
    height: 130px;
    padding:10px;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    100% {right: 53px;}
}

/* Standard syntax */
@keyframes mymove {
    100% {right: 53px;}

}
@media(max-width: 599px){
    .right-side{
        display: none;
    }
}
/* 企业文化 */
.culture-ul{
    width: 100%;
    padding-bottom: 30px;
}
.culture-ul li{
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.culture-img{
    width: 100%;
    overflow: hidden;
}
.culture-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.culture-ul li:hover .culture-img img{
    transform: scale(1.1);
}
.culture-text{
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 34px;
    font-family: "ShMedium";
    padding-left: 70px;
    padding-right: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 0px;
    left: 0px;
    line-height: 60px;
}
.culture-ul li:nth-child(2n) .culture-text{
    align-items: flex-end;
}
@media(max-width: 1200px){
    .culture-text{
        font-size: 30px;
        line-height: 52px;
        padding: 0 50px;
    }
}
@media(max-width: 991px){
    .culture-text{
        font-size: 24px;
        line-height: 36px;
        padding: 10px 10px 0px;
        position: relative;
        top: auto;
        left: auto;
        color: #000;
    }
    .culture-ul li{
        margin-bottom: 20px;
    }
    .culture-ul li:nth-child(2n) .culture-text{
        align-items: flex-start;
    }
    .culture-ul{
        padding-bottom: 20px;
    }
}
@media(max-width: 599px){
    .culture-text{
        font-size: 18px;
        line-height: 24px;
    }
}
/* 新闻中心 */
.news-inav{
    margin-bottom: 0px;
}
.news-cont{
    background: #eee;
    padding-top: 70px;
    overflow: hidden;
}
.news-ul li{
    width: 100%;
    transition: all .5s;
    position: relative;
    margin-bottom: 40px;
}
.news-ul li a{
    display: flex;
    width: 100%;
}
.news-img{
    width: 410px;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.news-info{
    width: calc(100% - 410px);
    padding-left: 48px;
    padding-right: 45px;
    padding-top: 60px;
    background: #fff;
    position: relative;
}
.news-info h2{
    font-size: 24px;
    line-height: 300%;
    color: #000;
    font-family: "ShRegular";
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-info span{
    color: #999;
    font-family: "ShLight";
}
.news-info p{
    color: #666;
    font-family: "ShLight";
    margin-top: 16px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.news-more{
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 40px;
    text-transform: uppercase;
    background: #333 url(../img/news_arrow.png) no-repeat right 40px center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: "ShMedium";
}
.news-ul li:hover{
    box-shadow: 0px 0px 10px #e3e3e3;
}
.news-ul li:hover .news-img img{
    transform: scale(1.1);
}
.news-ul li:hover .news-info h2{
    color: #ffc000;
}
.news-ul li:hover .news-more{
    background: #ffc000 url(../img/news_arrow_on.png) no-repeat right 40px center;
    color: #333;
}
@media(max-width: 1200px){
    .news-img{
        width: 360px;
    }
    .news-info{
        padding: 40px 30px 0px;
        width: calc(100% - 360px);
    }
    .news-info h2{
        margin-bottom: 18px;
    }
    .news-info p{
        margin-top: 10px;
    }
}
@media(max-width: 991px){
    .news-inav{
        margin-bottom: 20px;
    }
    .news-cont{
        padding-top: 50px;
    }
    .news-ul li{
        margin-bottom: 30px;
    }
    .news-ul li a{
        flex-direction: column;
    }
    .news-img{
        width: 100%;
        max-width: 410px;
        margin: 0 auto;
    }
    .news-info{
        padding: 30px 20px 60px;
        width: 100%;
    }
    .news-info h2{
        margin-bottom: 18px;
    }
    .news-info p{
        margin-top: 10px;
    }
    .news-ul li:hover{
        box-shadow: none;
    }
}
@media(max-width: 599px){
    .news-info h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .news-info p{
        font-size: 14px;
        line-height: 24px;
    }
}
/* 产品中心 */
.pros-ul li{
    margin-bottom: 40px;
}
.pros-img{
    width: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    border-bottom: none;
    transition: all .5s;
}
.pros-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.pros-text{
    line-height: 80px;
    text-align: center;
    width: 100%;
    background: #333;
    font-size: 18px;
    color: #fff;
    font-family: "ShRegular";
    transition: all .5s;
}
.pros-ul li:hover .pros-img{
    border-color: #ffc000;
}
.pros-ul li:hover .pros-img img{
    transform: scale(1.1);
}
.pros-ul li:hover .pros-text{
    background: #ffc000;
    color: #000;
}
.pros-page{
    margin-top: 30px;
}
@media(max-width: 991px){
    .pros-text{
        line-height: 68px;
    }
    .pros-page{
        margin-top: 15px;
    }
}