@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 @font-face{
	font-family: "wei";
	src: url('../font/light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face{
   font-family: "SourceHanSansCN";
   src: url('../font/SourceHanSansCN.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
@font-face{
   font-family: "avantgardeitcbybt";
   src: url('../font/avantgardeitcbybt-demi.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
@font-face{
   font-family: "weizheng";
   src: url('../font/微软正黑体.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
 /* header */
header{
    width:100%;
    position: relative;
    z-index: 10;
}
.header-top{
    height: 98px;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo{
    float: left;
    width: 233px;
    margin-right: 24px;
    margin-top: 5px;
}
.logo img{
    display: block;
    width: 100%;
}
.gupiao{
    float: left;
    border-left: 1px solid #d7d7d7;
    padding-left: 20px;
}
.gupiao h5{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 18px;
}
.gupiao span{
    color: #969696;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
.search-form{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 47px;
    width: 449px;
}
.search-txt{
    width: calc(100% - 80px);
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 0 10px;
    color: #666;
    font-size: 16px;
    height: 47px;
}
.search-btn{
    width: 80px;
    background: #009ede;
    border: none;
    font-size: 16px;
    line-height: 47px;
    height: 47px;
    text-align: center;
    color: #fff;
}
.header-tel{
    vertical-align: middle;
}
.header-tel img{
    display: inline-block;
    width: 39px;
    height: 39px;
    margin-right: 16px;
    vertical-align: middle;
}
.header-tel span{
    display: inline-block;
    color: #4b4c51;
    font-size: 28px;
    font-weight: bold;
    vertical-align: middle;
}
.nav{
    width: 100%;
    background: #f3f3f3;
    border-bottom: 1px solid #dedede;
    height: 60px;
}
.nav-ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nav-ul li{
    position: relative;
    margin: 0 63px;
}
.nav-ul li > a{
    height: 60px;
    line-height: 60px;
    padding: 0 3px;
    font-size: 16px;
    color: #666;
    font-weight: bold;
    display: block;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}
.nav-ul li:hover>a, .nav-ul .nav-active > a{
    border-bottom-color: #009ede;
}
.nav-sub{
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 66;
    padding-top: 16px;
    display: none;
    width: 100%;
    box-sizing: border-box;
}
.nav-sub dl dd a{
    display: block;
    line-height: 24px;
    font-family: "wei";  
    font-size: 16px;
    color: #666;
    margin-bottom: 12px;
    text-align: center;
    
}
.nav-sub dl dd:hover a{
    color: #009ede;
}
.nav-mask{
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    height: 100%;
    background: #f3f3f3;
    opacity: 0;
}
.nav{
    position: relative;
}
@media(max-width: 1600px){
    .nav-ul li{
        margin: 0 47px;
    }
}
@media(max-width: 1400px){
    .search-form{
        width: 300px;
    }
    .nav-ul li{
        margin: 0 30px;
    }
}
@media(max-width:1200px){
    .logo{
        width: 210px;
        margin-right: 15px;
    }
    .search-form{
        width: 280px;
    }
    .gupiao{
        padding-left: 15px;
    }
    .search-btn{
        width: 60px;
    }
    .search-txt{
        width: calc(100% - 60px);
    }
    .header-tel span{
        font-size: 24px;
    }
    .header-tel img{
        margin-right: 10px;
    }
    .nav-ul li{
        margin: 0 20px;
    }
}
@media(max-width: 991px){
    .headertop-center{
        display: none;
    }
    .header-tel{
        display: none;
    }
    .header-top{
        height: 70px;
    }
}
@media(max-width: 599px){
    .logo{
        width: 200px;
        margin-top: 0px;
        margin-right: 0px;
    }
    .header-top{
        height: 50px;
    }
    .gupiao{
        display: none;
    }
}
/* 解决方案 */
.home-solution{
    background: url(../img/solution_bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-bottom: 130px;
    overflow: hidden;
}
.hsolution-main{
    overflow: hidden;
}
.hsolution-left{
    float: left;
    width: 51.7%;
    margin-top: 75px;
}
.public-title{
    padding-top: 80px;
}
.public-title h2{
    font-size: 47px;
    font-weight: bold;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.public-title span{
    font-size: 32px;
    line-height: 36px;
    color: #1a1a1a;
    padding-right: 30px;
    display: inline-block;
    position: relative;
}
.public-title span::after{
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    background: url(../img/title_icon.png) no-repeat center;
    right: 0px;
    bottom: 2px;
}
.hsolution-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 75px;
}
.hsolution-ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hsolution-ul li span{
    font-size: 18px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 24px;
    display: block;
    margin-bottom: 70px;
}
.hsolution-ul li img{
    transition: all .5s;
}
.hsolution-ul li:hover span,.hsolution-ul li.on span{
    color: #009ecf;
}
.hsolution-ul li:hover img{
    transform: rotateY(180deg);
}
.hsolutxt-item{
    display: none;
}
.hsolutxt-show{
    display: block;
}
.hsolution-txt{
    font-size: 18px;
    font-family: 'wei';
    line-height: 32px;
    color: #666;
    margin-bottom: 55px;
}
.hsolutxt-ul li{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    background: url(../img/solution_dot.png) no-repeat 0 11px;
    padding-left: 24px;
}
.hsolution-right{
    width: 38.2%;
    float: right;
}
.hsolution-img{
    width: 100%;
    overflow: hidden;
    display: none;
}
.hsolutionimg-show{
    display: block;
}
.hsolution-img img{
    display: block;
    width: 100%;
}
/*动画*/
.fadeInRight {
    animation:fadeInRight 1s;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInLeft {
    animation:fadeInLeft 1s;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
.fadeInUp{
    animation:fadeInUp 1s;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}
@media(max-width: 1600px){
    .hsolution-txt{
        margin-bottom: 40px;
    }
    .hsolution-ul{
        margin-bottom: 55px;
    }
    .hsolution-left{
        margin-top: 65px;
    }
}
@media(max-width: 1400px){
    .public-title{
        padding-top: 70px;
    }
    .hsolution-ul li span{
        margin-bottom: 50px;
    }
    .hsolution-ul{
        margin-bottom: 45px;
    }
    .home-solution{
        padding-bottom: 90px;
    }
}
@media(max-width: 1200px){
    .public-title h2{
        font-size: 40px;
        margin-bottom: 20px;
    }
    .public-title span{
        font-size: 28px;
        line-height: 30px;
    }
    .public-title span::after{
        bottom: 0px;
    }
    .hsolution-ul li span{
        max-width: 100px;
        text-align: center;
        margin-bottom: 30px;
    }
    .hsolution-left{
        margin-top: 40px;
    }
    .hsolution-txt{
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .hsolution-right{
        margin-top: 80px;
        width: 40%;
    }
}
@media(max-width: 991px){
    .hsolution-left{
        width: 100%;
        float: none;
    }
    .hsolution-right{
        float: none;
        width: 100%;
        max-width: 598px;
        margin: 30px auto 0;
    }
    .public-title{
        padding-top: 50px;
    }
    .public-title h2{
        font-size: 40px;
        margin-bottom: 10px;
    }
    .hsolution-ul{
        margin-bottom: 30px;
    }
    .home-solution{
        padding-bottom: 60px;
    }
    .hsolution-ul li span{
        font-size: 16px;
    }
}

/* 关于广脉 */
.demo-1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 11;
}
.habout-us{
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: relative;
}
.habout-left{
    display: flex;
    flex-direction: row;
    width: calc(100% - 350px);
}
.habout-img{
    width: 44.52%;
    overflow: hidden;
}
.habout-img img{
    display: block;
    width: 100%;
}
.habout-main{
    width: 55.48%;
    background: url(../img/habout_bg.jpg) no-repeat center;
    padding-left: 165px;
    padding-right: 85px;
    position: relative;
    background-size: 100% 100%;
}
.habout-main .public-title{
    padding-top: 105px;
}
.habout-txt{
    font-size: 16px;
    margin-top: 55px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.habout-txt1{
    color: #1a1a1a;
    -webkit-line-clamp: 4;
}
.habout-txt2{
    color: #666;
    -webkit-line-clamp: 5;
}
.habout-more{
    position: absolute;
    display: block;
    width: 175px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #009ecf;
    bottom: 86px;
    left: 165px;
}
.habout-list{
    width: 350px;
    border-left: 1px solid #edede9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 333;
}
.habout-list li{
    flex: 1 1 auto;
    border-bottom: 1px solid #edede9;
}
.habout-list li a{
    width: 100%;
    display: flex;
    background: #f8f8f8;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s;
    height: 100%;
}
.habout-list li a h3{
    font-size: 24px;
    font-weight: 300;
    color: #333;
    margin-bottom: 15px;
}
.habout-list li a span{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-transform: uppercase;
    color: #969696;
}
.habout-list li a:hover{
    background: #009ecf;
}
.habout-list li a:hover h3, .habout-list li a:hover span{
    color: #fff;
}
@media(max-width: 1699px){
    .habout-main{
        padding-left: 100px;
    }
    .habout-main .public-title{
        padding-top: 80px;
    }
    .habout-more{
        left: 100px;
        bottom: 60px;
    }
    .habout-txt2{
        margin-top: 40px;
    }
    .habout-list{
        width: 320px;
    }
    .habout-left{
        width: calc(100% - 320px);
    }
}
@media(max-width: 1600px){
    .habout-txt1{
        margin-top: 40px;
    }
    .habout-txt2{
        margin-top: 30px;
    }
    .habout-main{
        padding: 0 80px;
    }
    .habout-more{
        left: 80px;
        bottom: 40px;
    }
    .habout-main .public-title{
        padding-top: 60px;
    }
    .habout-main .public-title h2{
        margin-bottom: 20px;
    }
}
@media(max-width: 1400px){
    .habout-main{
        padding: 0 70px;
    }
    .habout-more{
        left: 70px;
        bottom: 10px;
    }
    .habout-txt{
        margin-top: 30px;
        font-size: 14px;
        line-height: 24px;
    }
    .habout-list{
        width: 300px;
    }
    .habout-left{
        width: calc(100% - 300px);
    }
}
@media(max-width: 1200px){
    .habout-main .public-title{
        padding-top: 30px;
    }
    .habout-main{
        padding: 0 40px;
    }
    .habout-main .public-title h2{
        margin-bottom: 10px;
        font-size: 36px;
    }
    .habout-more{
        left: 40px;
        bottom: 20px;
    }
    .habout-list li a h3{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .habout-txt2{
        -webkit-line-clamp: 4;
        margin-top: 20px;
    }
    .habout-list{
        width: 250px;
    }
    .habout-left{
        width: calc(100% - 250px);
    }
}
@media(max-width: 991px){
    .habout-us{
        flex-direction: column-reverse;
    }
    .habout-list{
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
    }
    .habout-list li{
        width: 33.33333%;
        border-bottom: none;
    }
    .habout-list li a{
        padding-top: 20px;
        padding-bottom: 20px;
        border-right: 1px solid #edede9;
    }
    .habout-list li:last-child a{
        border-right: none;
    }
    .habout-left{
        width: 100%;
    }
    .demo-1{
        top:900px
    }
}
@media(max-width: 767px){
    .habout-img{
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
    }
    .habout-left{
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .habout-main{
        width: 100%;
    }
    .habout-more{
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .habout-txt2{
        -webkit-line-clamp: 80;
    }
    .habout-txt1{
        -webkit-line-clamp: 80;
    }
}
@media(max-width: 499px){
    .habout-list li{
        width: 50%;
    }
    .habout-main{
        padding: 0 25px;
    }
    .demo-1{
        top:800px
    }
}
@media(max-width: 375px){

    .demo-1{
        top:700px
    }
}
/* 案例中心 */
.home-case{
    width: 100%;
    background: url(../img/hcase_bg.png) no-repeat right center;
    overflow: hidden;
    padding-bottom: 65px;
    overflow: hidden;
}
.hcase-main{
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 52px;
}
.hcase-left{
    width: 26.948%;
}
.hcase-mask{
    position: absolute;
    height: 140px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: url(../img/hcase_img_bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 10px 42px;
}
.hcase-mask p{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.hcase-center{
    width: 41.699%;
}
.hcase-right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hcase-img{
    position: relative;
    overflow: hidden;
}
.hcase-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.hcase-item{
    width: 100%;
}
.look-more{
    display: block;
    width: 175px;
    height: 53px;
    border: 1px solid #dcdcdc;
    line-height: 53px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    color: #969696;
}
.look-more:hover{
    color: #009ecf;
}
.hcase-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1600px){
    .hcase-mask{
        padding-bottom: 30px;
    }
}
@media(max-width: 1200px){
    .hcase-mask p{
        font-size: 16px;
        line-height: 20px;
    }
    .hcase-mask{
        padding-bottom: 15px;
    }
}
@media(max-width: 991px){
    .hcase-main{
        padding-top: 50px;
    }
}
@media(max-width: 767px){
    .hcase-main{
        display: block;
        margin-bottom: 30px;
    }
    .hcase-center{
        width: 100%;
        max-width: 650px;
        margin: 20px auto;
    }
    .hcase-left{
        width: 100%;
        max-width: 422px;
        margin: 0 auto;
    }
    .hcase-item{
        margin-bottom: 20px;
    }
}
@media(max-width: 449px){
    .home-case{
        padding-bottom: 50px;
    }
    .home-case .public-title{
        padding-top: 30px;
    }
}
/* 新闻中心 */
.home-news{
    background: #f9f9f9;
    border-top: 1px solid #e1e1e1;
    padding-bottom: 98px;
    overflow: hidden;
}
.hnews-main{
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.hnews-left{
    width: 52.68%;
}
.hnews-img{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hnews-img img{
    display: block;
    width: 100%;
}
.hnews-mask{
    position: absolute;
    width: 100%;
    height: 144px;
    background: url(../img/hnews_img_bg.png) no-repeat center bottom;
    background-size: 100% 100%;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding-bottom: 25px;
}
.hnews-mask span{
    font-size: 16px;
    line-height: 24px;
}
.hnews-mask p{
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
}
.hnews-swiper .swiper-pagination{
    text-align: right;
    padding-right: 78px;
}
.hnews-swiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #4e4e4e;
    opacity: 1;
}
.hnews-swiper > .swiper-pagination-bullets{
    bottom: 30px;
}
.hnews-swiper .swiper-pagination-bullet-active{
    background: #fff;
}
.hnews-right{
    width: 43.42%;
}
.hnews-ul{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hnews-ul li{
    flex: 1 1 0;
    margin-bottom: 20px;
    padding: 38px 0px;
    background: #fff;
}
.hnews-ul li:last-child{
    margin-bottom: 0px;
}
.hnews-date{
    width: 156px;
    float: left;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #707070;
}
.hnews-date strong{
    font-size: 52px;
    line-height: 54px;
    display: block;
    margin-bottom: 10px;
    font-weight: normal;
}
.hnews-date span{
    font-size: 16px;
}
.hnews-info{
    width: calc(100% - 156px);
    float: right;
    border-left: 1px solid #e5e5e5;
    padding: 0 45px;
}
.hnews-info h2{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    margin-bottom: 14px;
    transition: all .5s;
}
.hnews-info p{
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.hnews-ul li:hover .hnews-info h2{
    color: #009ecf;
    transform: translateX(5px);
}
@media(max-width: 1600px){
    .hnews-ul li{
        padding: 28px 0px;
    }
    .hnews-info h2{
        margin-bottom: 11px;
    }
}
@media(max-width: 1400px){
    .hnews-date{
        width: 125px;
    }
    .hnews-date strong{
        font-size: 42px;
        line-height: 44px;
        margin-bottom: 5px;
    }
    .hnews-info{
        width: calc(100% - 125px);
        padding: 0 25px;
    }
    .hnews-info h2{
        margin-bottom: 10px;
        line-height: 20px;
    }
    .hnews-ul li{
        padding: 21px 0px;
    }
}
@media(max-width: 1200px){
    .hnews-ul li{
        padding: 11px 0px;
        margin-bottom: 13px;
    }
}
@media(max-width: 991px){
    .hnews-main{
        flex-wrap: wrap;
    }
    .hnews-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .hnews-right{
        width: 100%;
    }
    .home-news{
        padding-bottom: 60px;
    }
}
@media(max-width: 767px){
    .hnews-mask{
        padding-left: 20px;
    }
    .hnews-swiper .swiper-pagination{
        padding-right: 35px;
    }
}
@media(max-width: 449px){
    .hnews-main{
        padding-top: 40px;
    }
    .hnews-mask{
        padding-bottom: 15px;
    }
    .hnews-mask span{
        font-size: 14px;
        line-height: 20px;
    }
    .hnews-mask p{
        width: 70%;
        font-size: 18px;
        line-height: 20px;
        margin-top: 5px;
    }
    .hnews-swiper .swiper-pagination{
        padding-right: 20px;
    }
    .hnews-swiper > .swiper-pagination-bullets{
        bottom: 20px;
    }
    .hnews-date{
        width: 100px;
    }
    .hnews-info{
        width: calc(100% - 100px);
        padding: 0 20px;
    }
    .home-news{
        padding-bottom: 50px;
    }
}
/* 合作客户 */
.partner{
    padding-bottom: 75px;
    background-color: #fff;
}
.partner-title{
    text-align: center;
    font-size: 32px;
    color: #333;
    line-height: 34px;
    padding-top: 52px;
    padding-bottom: 47px;
}
.partner-list{
    margin-left: -20px;
    margin-right: -20px;
}
.partner-list-copy{
    margin-bottom: 60px;
}
.partner-list li{
    /* width: 16.66667%; */
    padding: 0 20px;
    float: left;
    margin-bottom: 20px;
}
.partnerlist-img{
    overflow: hidden;
    width: 100%;
    border: 1px solid #dddddd;
}
.partnerlist-img img{
    display: block;
    width: 100%;
}
.partner-swiper .swiper-slide{
    border: 1px solid #ddd;
}
#owl-partners .owl-item{
    padding: 0 20px;
}
.partners-img{
    width: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}
.partners-img img{
    display: block;
    width: 95%;
}
@media(min-width: 1700px){
    .partner .container{
        width: 1606px;
    }
}
@media(min-width: 991px){
    .partner-list li{
        width: 16.66667%;
    }
}
@media(max-width: 1400px){
    .partner-list-copy{
        margin-bottom: 40px;
    }
}
@media(max-width: 1200px){
    #owl-partners .owl-item{
        padding: 0 10px;
    }
    .partner-list{
        margin-left: -12px;
        margin-right: -12px;
    }
    .partner-list li{
        padding: 0 12px;
    }
}
@media(max-width: 991px){
    .partner{
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .partner-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .partner{
        padding-bottom:20px;
    }
    .partner-list-copy{
        margin-bottom: 20px;
    }
}
/* @media(max-width: 640px){
    .partners-img img{
        width: 98%;
    }
} */
/* 底部 */
#footer{
    background: #333;
    padding-top: 78px;
}
.footer-main{
    padding: 0 158px;
}
.footer-top{
    padding-bottom: 35px;
}
.footer-nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 50px;
}
.footer-nav li h2{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 37px;
}
.footer-nav li h2>a{
    color: #fff;
}
.footer-nav li dl dd{
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.footer-nav li dl dd>a{
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.footer-logo{
    display: block;
    width: 233px;
    float: left;
}
.footer-logo img{
    display: block;
    width: 100%;
}
.xg-link{
    width: 250px;
    float: right;
}
.xg-link select{
    width: 100%;
    border: 1px solid #5c5c5c;
    background: transparent url(../img/footer_arrow.png) no-repeat right 20px center;
    line-height: 40px;
    color: #c3c3c3;
    font-size: 16px;
    padding-left: 28px;
    
}
select {
    /*重置Chrome和Firefox的select边框样式*/
    border: 1px solid #000;
    /*清除默认的select选择框样式*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
.xg-link select option{
    background: #333;
}
select::-ms-expand { display: none; }
.copy{
    border-top: 1px solid #7d7d7d;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 24px;
    padding: 39px 0px;
}
@media(max-width: 1400px){
    .footer-main{
        padding: 0 50px;
    }
}
@media(max-width: 1200px){
    .footer-main{
        padding: 0 20px;
    }
}
@media(max-width: 991px){
    #footer{
        padding-top: 40px;
    }
    .footer-nav{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .footer-nav li{
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-nav li h2{
        margin-bottom: 10px;
    }
    .footer-nav li dl dd{
        display: inline-block;
        line-height: 24px;
        margin: 0 6px;
    }
    .footer-nav li dl{
        text-align: center;
    }
    .footer-top{
        padding-bottom: 20px;
    }
    .copy{
        padding: 15px 0px;
    }
}
@media(max-width: 640px){
    .footer-other{
        display: none;
    }
    .footer-top{
        padding-bottom: 0px;
    }
    .footer-nav{
        margin-bottom: 10px;
    }
    .copy{
        text-align: center;
    }
}
/* 联系我们 */
.contact-main{
    background: #fff;
    padding-top: 116px;
    overflow: hidden;
    padding-bottom: 89px;
}
.contact-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 60px;
}
.contact-img{
    width: 49.55%;
    overflow: hidden;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-info{
    width: 49.55%;
    border: 1px solid #eee;
    padding-left: 90px;
    padding-right: 64px;
}
.contact-info h2{
    color: #333;
    font-size: 32px;
    line-height: 34px;
    padding-top: 62px;
    margin-bottom: 32px;
}
.contact-ul li{
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #e4e4e4;
}
.contact-ul li:last-child{
    border-bottom: none;
}
.contact-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-list li{
    width: 24.39%;
    border: 1px solid #e4e4e4;
    height: 306px;
    padding: 0 42px;
    text-align: center;
}
.contact-list li h2{
    font-size: 24px;
    color: #333;
    line-height: 24px;
    padding-top: 50px;
    margin-bottom: 44px;
}
.contact-text{
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #666;
}
@media(max-width: 1600px){
    .contact-info{
        padding-left: 80px;
    }
    .contact-info h2{
        padding-top: 45px;
        margin-bottom: 20px;
    }
    .contact-ul li{
        padding: 15px 0px;
    }
}
@media(max-width: 1400px){
    .contact-main{
        padding-top: 90px;
    }
    .contact-info{
        padding: 0 40px;
    }
    .contact-info h2{
        font-size: 24px;
        line-height: 24px;
        padding-top: 30px;
        margin-bottom: 10px;
    }
    .contact-ul li{
        font-size: 16px;
        line-height: 24px;
        padding: 13px 0px;
    }
    .contact-list li h2{
        padding-top: 35px;
        margin-bottom: 20px;
    }
    .contact-list li{
        padding: 0 25px;
        height: 260px;
    }
}
@media(max-width: 1200px){
    .contact-top{
        align-items: center;
    }
    .contact-text{
        font-size: 16px;
        line-height: 24px;
    }
    .contact-list li{
        padding: 0 15px;
        height: 240px;
    }
}
@media(max-width: 991px){
    .contact-top{
        display: block;
        margin-bottom: 40px;
    }
    .contact-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .contact-info{
        width: 100%;
        padding-bottom: 20px;
    }
    .contact-main{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .contact-list{
        flex-wrap: wrap;
    }
    .contact-list li{
        width: 48%;
        margin-bottom: 20px;
    }
}
@media(max-width: 499px){
    .contact-list{
        justify-content: center;
    }
    .contact-list li{
        width: 100%;
        height: auto;
        padding: 0 20px 20px;
    }
}
/* 人才招聘 */
.inav-bar{
    text-align: center;
    font-size: 0px;
    margin-bottom: 87px;
}
.inav-bar .inav-item{
    display: inline-block;
}
.inav-bar .inav-item a{
    display: block;
    width: 184px;
    border-right: 1px solid #d3d9de;
    line-height: 88px;
    text-align: center;
    font-size: 18px;
    transition: all .5s;
}
.inav-bar .inav-item a:hover, .inav-bar .inav-item.on a{
    background: #2a2f32;
    color: #fff;
    font-weight: bold;
}
.recruit-main{
    width: 1200px;
    margin: 0 auto;
}
.rlinain{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.rlinain-img{
    width: calc(100% - 340px);
    overflow: hidden;
}
.rlinain-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.rlinain-img:hover img{
    transform: scale(1.1);
}
.rlinain-text{
    width: 340px;
    background: #003ea3;
    padding: 0 60px;
    color: #fff;
}
.rlinain-text h2{
    font-size: 24px;
    padding-top: 70px;
    line-height: 24px;
    margin-bottom: 60px;
}
.rlinain-text p{
    font-size: 16px;
    line-height: 30px;
}
.zp-main{
    padding-bottom: 80px;
}
.zp-main > h2{
    color: #2a2f32;
    font-size: 32px;
    line-height: 32px;
    padding-top: 48px;
    text-align: center;
    margin-bottom: 62px;
}
.zp-ul li{
    margin-bottom: 20px;
}
.zp-ul li:last-child{
    margin-bottom: 0px;
}
.zp-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 42px;
    background: #f7f7f7;
    align-items: center;
    height: 50px;
}
.clickBtn{
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: url(../img/recruit_icon1.png) no-repeat center;
}
.zp-ul li.on .clickBtn{
    background: url(../img/recruit_icon2.png) no-repeat center;
}
.zp-info{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 90px;
    display: none;
    padding-left: 42px;
}
.zp-info h2{
    color: #c7000a;
    margin-top: 36px;
    margin-bottom: 4px;
    line-height: 24px;
}
.zp-info p{
    line-height: 30px;
}
@media(max-width: 1300px){
    .recruit-main{
        width: 100%;
    }
}
@media(max-width: 1200px){
    .rlinain-text h2{
        padding-top: 40px;
        margin-bottom: 40px;
    }
}
@media(max-width: 991px){
    .rlinain-img{
        width: 100%;
        margin: 0 auto 20px;
    }
    .rlinain-text{
        width: 100%;
        padding-bottom: 40px;
    }
    .rlinain{
        flex-wrap: wrap;
    }
    .zp-main > h2{
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .inav-bar{
        margin-bottom: 40px;
    }
}
@media(max-width: 760px){
    .inav-bar{
        text-align: left;
    }
    .inav-bar .inav-item a{
        width: auto;
        padding: 0 18px;
        line-height: 50px;
        font-size: 16px;
    }
    .zp-main{
        padding-bottom: 60px;
    }
    .zp-info{
        padding: 30px;
    }
    .zp-info p{
        line-height: 22px;
    }
    .zp-title{
        padding: 0 30px;
    }
}
/* 投资者关系 */
.touzi-main{
    padding-top: 98px;
    padding-bottom: 130px;
}
.touzi-left{
    float: left;
    width: 390px;
    box-shadow: 0px 0px 10px #ecedee;
    border-radius: 10px;
    text-align: center;
}
.touzi-left h2{
    font-size: 32px;
    color: #333;
    font-weight: 300;
    line-height: 34px;
    padding-top: 42px;
    text-align: center;
    margin-bottom: 45px;
}
.touzi-left img{
    margin-bottom: 60px;
}
.touzi-left a{
    display: block;
    width: 100%;
    height: 84px;
    line-height: 84px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    background: #3253dc;
    font-family: "SourceHanSansCN";
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.touzi-right{
    float: right;
    width: calc(100% - 470px);
}
.touzi-form{
    width: 100%;
}
.form-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.form-item{
    height: 50px;
    line-height: 50px;
    width: 47%;
}
.form-item span{
    font-size: 16px;
    color: #666;
    font-family: "SourceHanSansCN";
    float: left;
    width: 85px;
    display: block;
}
.form-item input{
    width: calc(100% - 85px);
    background: #f7f7f7;
    border: 1px solid #cacaca;
    padding: 0 10px;
}
.form-note{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 45px;
}
.form-note span{
    font-size: 16px;
    color: #666;
    font-family: "SourceHanSansCN";
    float: left;
    width: 85px;
    display: block;
}
.form-note textarea{
    width: calc(100% - 85px);
    background: #f7f7f7;
    border: 1px solid #cacaca;
    line-height: 24px;
    padding: 10px;
    resize: none;
}
.yanzhengma{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 53px;
}
.yanzhengma-img{
    width: 184px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}
.yanzhengma button{
    height: 53px;
    line-height: 53px;
    color: #fff;
    background: #009ecf;
    width: 164px;
    text-align: center;
    font-family: "SourceHanSansCN";
    font-size: 16px;
    border: none;
}
@media(max-width: 1400px){
    .touzi-right{
        width: calc(100% - 430px);
    }
    .form-item{
        width: 48%;
    }
}
@media(max-width: 1200px){
    .touzi-left{
        margin: 0 auto 30px;
        float: none;
    }
    .touzi-main{
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .touzi-right{
        width: 100%;
    }
}
@media(max-width: 767px){
    .form-item{
        width: 100%;
        margin-bottom: 30px;
    }
    .form-list{
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
}
@media(max-width: 449px){
    .touzi-left{
        width: 100%;
    }
    .touzi-left img{
        display: block;
        width: 100%;
    }
    .touzi-main{
        padding-top: 50px;
        padding-bottom: 60px;
    }
}
/* 新闻 */
.news-ul{
    margin-left: -46px;
    margin-right: -46px;
}
.news-ul li{
    padding: 0 42px;
    margin-bottom: 56px;
}
.news-img{
    width: 100%;
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.news-info{
    padding: 32px 30px 22px;
    background: #f7f7f7;
}
.news-info h2{
    font-size: 20px;
    line-height: 36px;
    min-height: 72px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    color: #4a4a4a;
}
.news-info span{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.news-main{
    padding-bottom: 120px;
}
.news-ul li:hover .news-img img{
    transform: scale(1.1);
}
.news-ul li:hover .news-info h2{
    color: #009ecf;
}
@media(max-width: 1600px){
    .news-ul{
        margin-left: -30px;
        margin-right: -30px;
    }
    .news-ul li{
        padding: 0 30px;
    }
}
@media(max-width: 1400px){
    .news-ul{
        margin-left: -20px;
        margin-right: -20px;
    }
    .news-ul li{
        padding: 0 20px;
    }
    .news-info h2{
        font-size: 18px;
        line-height: 30px;
        min-height: 60px;
    }
}
@media(max-width: 1200px){
    .news-info{
        padding: 22px;
    }
    .news-ul li{
        margin-bottom: 30px;
    }
    .news-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 767px){
    .news-item{
        max-width: 460px;
        margin: 0 auto 0px;
    }
    .news-info h2{
        min-height: auto;
    }
}
.newsd-inav{
    margin-bottom: 0px;
}
.newsd-title{
    background-color: #f7f7f7;
    text-align: center;
    padding-bottom: 38px;
    padding-top: 58px;
}
.newsd-title h2{
    font-family: 'wei';
    font-size: 36px;
    line-height: 38px;
    color: #333;
    margin-bottom: 27px;
}
.newsd-title span{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.newsd-box{
    width: 1280px;
    margin: 0 auto;
}
.newsd-cont{
    padding-top: 65px;
    padding-bottom: 105px;
}
.newsd-cont p{
    font-size: 18px;
    line-height: 36px;
    /* font-family: 'wei';*/
    color: #666;
    text-indent: 30px;
}
.newsd-cont img{
    display: block;
    margin: 30px auto 50px;
    max-width: 800px;
}
.newsd-page{
    border-top: 1px solid #dbdbdb;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 39px;
    padding-bottom: 75px;
}
.newsd-page-left span{
    display: block;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 12px;
    color: #666;
}
.newsd-page-left a{
    color: #666;
}
.newsd-page-left a:hover{
    color: #009ecf;
}
.newsd-page-right a{
    display: block;
    width: 199px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #009ecf;
    font-size: 18px;
    border-radius: 5px;
}
@media(max-width: 1400px){
    .newsd-box{
        width: 100%;
    }
}
@media(max-width: 991px){
    .newsd-title{
        padding: 40px 20px 30px;
    }
    .newsd-title h2{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .newsd-cont{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .newsd-page{
        flex-direction: column;
    }
    .newsd-page-right{
        margin-top: 30px;
    }
}
@media(max-width: 640px){
    .newsd-cont p{
        font-size: 16px;
        line-height: 28px;
    }
    .newsd-cont img{
        width: 100%;
    }
    .newsd-title h2{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .newsd-cont{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .newsd-page{
        padding-bottom: 40px;
    }
}
/* 案例中心 */
.case-main{
    padding-top: 105px;
    padding-bottom: 98px;
    overflow: hidden;
}
.case-ul{
    margin-left: -31px;
    margin-right: -31px;
    margin-bottom: 24px;
}
.case-ul li{
    padding: 0 31px;
    margin-bottom: 70px;
}
.case-img{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.case-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.case-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/case_mask.png) no-repeat center bottom;
    padding:0px 10px 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    top: 0px;
    left: 0px;
}
.case-mask p{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.case-ul li:hover .case-img img{
    transform: scale(1.1);
}
.case-ul li:hover .case-mask p{
    color: #009ecf;
}
@media(max-width: 1400px){
    .case-ul{
        margin-left: -20px;
        margin-right: -20px;
    }
    .case-ul li{
        padding: 0 20px;
    }
}
@media(max-width: 1200px){
    .case-main{
        padding-top: 60px;
    }
    .case-mask{
        padding-bottom: 20px;
    }
    .case-mask p{
        font-size: 18px;
    }
    .case-ul li{
        margin-bottom: 40px;
    }
}
@media(max-width: 991px){
    .case-ul{
        margin-left: -15px;
        margin-right: -15px;
    }
    .case-ul li{
        padding: 0 15px;
    }
    .case-main{
        padding-bottom: 60px;
    }
}
@media(max-width: 767px){
    .case-img{
        max-width: 480px;
        margin: 0 auto;
    }
    .case-main{
        padding-top: 50px;
    }
    .case-ul li{
        margin-bottom: 25px;
    }
}
.icased-main{
    padding-top: 72px;
    padding-bottom: 94px;
    max-width: 910px;
    margin: 0 auto;
}
.icased-main h2{
    font-size: 42px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    margin-bottom: 48px;
}
.icased-main p{
    color: #333;
    font-size: 18px;
    line-height: 30px;
    text-indent: 40px;
}
.icased-main img{
    max-width: 498px;
    margin: 28px auto 0px;
    display: block;
    width: 100%;
}
@media(max-width: 991px){
    .icased-main{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .icased-main h2{
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}
.mobile-nav{
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: #009ecf;
    margin-top: 30px;
    display: none;
}
.mobile-nav h2{
    line-height: 50px;
}
.mobile-nav h2>a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.public-inav{
    margin-bottom: 0px;
}
/* 合作伙伴 */
.iparter{
    padding-bottom: 40px;
    padding-top: 65px;
}
.public-atitle{
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    color: #333;
    margin-bottom: 68px;
}
@media(max-width: 1200px){
    .partner-inav {
        margin-bottom: 0px;
    }
    .partner-inav .inav-item a{
        width: 140px;
    }
    .iparter{
        padding-bottom: 20px;
    }
    .case-inav {
        margin-bottom: 0px;
    }
}
@media(max-width: 991px){
    .mobile-nav{
        display: block;
    }
    .public-inav{
        display: none;
    }
    .public-inav .inav-item{
        display: block;
    }
    .public-inav .inav-item a{
        width: 100%;
        display: block;
        border: 1px solid #d3d9de;
        border-bottom: none;
        line-height: 48px;
    }
    .public-inav .inav-item:last-child a{
        border-bottom: 1px solid #d3d9de;
    }
    .iparter{
        padding-bottom: 0px;
        padding-top: 50px;
    }
    .public-atitle{
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 40px;
    }
}
@media(max-width: 449px){
    .public-atitle{
        margin-bottom: 45px;
        font-size: 36px;
        line-height: 38px;
    }
}
/* 服务理念 */
.service-main{
    padding-top: 68px;
    padding-bottom: 68px;
}
.sln-main{
    margin-top: 60px;
    padding-top: 72px;
    background: #f2f2f2;
    padding-bottom: 90px;
    padding-left: 205px;
    padding-right: 218px;
}
.service-icon{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service-icon li{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service-img{
    margin-bottom: 48px;
}
.service-img img{
    transition: all .5s;
}
.service-icon li p{
    font-size: 18px;
    line-height: 24px;
    color: #1a1a1a;
    font-weight: bold;
}
.sln-txt{
    font-size: 18px;
    color: #666;
    line-height: 30px;
    font-weight: 300;
    text-indent: 24px;
    margin-top: 70px;
}
.service-icon li:hover .service-img img{
    transform: rotateY(180deg);
}
.service-other{
    padding-top: 70px;
}
.seother-main{
    padding-top: 48px;
    padding-bottom: 25px;
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.seother-txt{
    margin-bottom: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.seother-txt p{
    padding: 0 40px;
    line-height: 81px;
    background: #fff;
    font-size: 18px;
    color: #333;
}
.seother-txtone p:first-child{
    margin-right: 35px;
}
.seother-txttwo p{
    font-size: 16px;
}
@media(max-width:1400px){
    .sln-main{
        padding-left: 100px;
        padding-right: 100px;
    }
}
@media(max-width:991px){
    .sln-main{
        padding: 60px 40px;
    }
    .service-main{
        padding: 40px 0px;
    }
    .sln-txt{
        margin-top: 50px;
    }
    .service-other{
        padding-top: 50px;
    }
    .seother-txt{
        flex-direction: column;
        /* padding: 0 20px; */
        line-height: 60px;
        margin-bottom: 0px;
    }
    .seother-txt p{
        margin-bottom: 28px;
    }
}
@media(max-width:767px){
    .sln-main{
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .service-icon li p{
        font-size: 14px;
        text-align: center;
    }
    .service-img{
        margin-bottom: 30px;
    }
    .sln-txt{
        margin-top: 40px;
        font-size: 14px;
        line-height: 24px;
    }
    .seother-main{
        padding-left: 15px;
        padding-right: 15px;
        justify-content: center;
    }
    .seother-txtone p:first-child{
        margin-right: 0px;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
@media(max-width:559px){
    .service-img{
        min-height: 64px;
    }
    .service-img img{
        width: 80%;
    }
    .service-other{
        padding-top: 40px;
    }
    .sln-main{
        padding-left: 20px;
        padding-right: 20px;
    }
    .seother-txt p{
        margin-bottom: 20px;
        line-height: 48px;
    }
}
/* 资质荣誉 */
.honor-main{
    padding-top: 98px;
}
.honor-main h2{
    font-size: 52px;
    line-height: 54px;
    /* font-weight: bold; */
    color: #1a1a1a;
    text-align: center;
}
.honor-ul{
    margin-left: -37px;
    margin-right: -37px;
}
.honor-ul li{
    padding: 0 37px;
}
.honor-img{
    width: 100%;
    overflow: hidden;
}
.honor-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.honor-ul-one{
    padding-bottom: 48px;
    margin-top: 115px;
}
.honor-ul li p{
    margin-top: 32px;
    font-size: 18px;
    color: #1a1a1a;
    text-align: center;
    line-height: 24px;
    margin-bottom: 47px;
    font-weight: bold;
    padding: 0 20px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.honor-ul li:hover .honor-img img{
    transform: scale(1.1);
}
.honor-ul li:hover p{
    color: #009ecf;
}
.honor-more{
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    width: 276px;
    height: 53px;
    line-height: 53px;
    border: 2px solid #bebebe;
    display: block;
    margin: 0 auto 98px;
    border-radius: 26px;
}
@media(max-width: 1400px){
    .honor-main{
        padding-top: 80px;
    }
    .honor-ul{
        margin-left: -20px;
        margin-right: -20px;
    }
    .honor-ul-one{
        margin-top: 80px;
    }
    .honor-ul li{
        padding: 0 20px;
    }
    .honor-ul li p{
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .honor-more{
        margin-bottom: 80px;
    }
}
@media(max-width: 991px){
    .honor-main{
        padding-top: 50px;
    }
    .honor-main h2{
        font-size: 38px;
        line-height: 44px;
    }
    .honor-ul{
        padding-bottom: 20px;
    }
    .honor-ul-one{
        margin-top: 40px;
    }
    .honor-ul li p{
        min-height: 48px;
    }
}
@media(max-width: 767px){
    .honor-img{
        max-width: 335px;
        margin: 0 auto;
    }
    .honor-ul{
        margin-left: 0px;
        margin-right: 0px;
    }
    .honor-ul li{
        padding: 0 0px;
    }
    .honor-ul li p{
        margin-bottom: 20px;
        min-height: auto;
    }
    .honor-more{
        margin-bottom: 50px;
    }
}
/* 研发质量 */
.yanfa-main{
    padding-top: 94px;
}
.yanfa-item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.yanfa-img{
    width: 100%;
    overflow: hidden;
}
.yanfa-img img{
    display: block;
    width: 100%;
}
.yanfa-mask{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .36);
    text-align: center;
}
.yanfa-mask h2{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    font-family: 'weizheng';
    margin-top: 105px;
    line-height: 44px;
    margin-bottom: 65px;
}
.yanfa-txt{
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}
.tixi{
    background: url(../img/tixi_bg.jpg) no-repeat center;
    padding-bottom: 84px;
}
.tixi-title{
    text-align: center;
    padding-bottom: 75px;
}
.tixi-title h2{
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    font-family: 'weizheng';
    margin-top:90px;
    line-height: 44px;
    margin-bottom: 25px;
}
.tixi-title p{
    font-size: 18px;
    line-height: 36px;
    max-width: 720px;
    color: #fff;
    margin: 0 auto;
}
.tixi-ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.tixi-ul li{
    margin-right: 75px;
}
.tixi-ul li:last-child{
    margin-right: 0px;
}
.tixi-ul li p{
    margin-top: 32px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}
@media(max-width: 1400px){
    .yanfa-mask h2{
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .tixi-ul{
        width: 100%;
        justify-content: space-between;
    }
    .tixi-ul li{
        width: 30%;
        margin-right: 0px;
    }
    .tixi-img img{
        display: block;
        width: 100%;
    }
}
@media(max-width: 1200px){
    .yanfa-main{
        padding-top: 60px;
    }
    .yanfa-mask h2{
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 32px;
        line-height: 36px;
    }
    .yanfa-txt{
        font-size: 16px;
        line-height: 26px;
    }
    .tixi-title h2{
        margin-top: 60px;
    }
    .tixi{
        padding-bottom: 60px;
    }
}
@media(max-width: 991px){
    .yanfa-main{
        padding-top: 40px;
    }
    .yanfa-mask{
        position: relative;
        top: auto;
        left: auto;
        background: rgba(0, 0, 0, .8);
        padding: 40px 20px 40px;
    }
    .yanfa-mask h2{
        margin-top: 0px;
    }
    .tixi-title{
        padding-bottom: 50px;
    }
}
@media(max-width: 559px){
    .yanfa-mask h2{
        margin-bottom: 20px;
    }
    .tixi-title h2{
        margin-top: 40px;
        font-size: 36px;
        line-height: 38px;
    }
    .tixi-title p{
        font-size: 16px;
        line-height: 30px;
    }
    .tixi-ul{
        justify-content: flex-start;
        flex-direction: column;
    }
    .tixi-ul li{
        width: 100%;
        margin-bottom: 25px;
    }
    .tixi-ul li p{
        margin-top: 25px;
    }
    .tixi-img{
        max-width: 335px;
        margin: 0 auto;
    }
    .tixi{
        background-size: 100% 100%;
        padding-bottom: 30px;
    }
}
/* 合作研发 */
.hzyf{
    padding-top: 88px;
    padding-bottom: 62px;
}
.hzyf h2{
    font-size: 42px;
    color: #1a1a1a;
    line-height: 44px;
    margin-bottom: 34px;
    text-align: center;
}
.hzyf p{
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 36px;
    color: #666;
    position: relative;
    padding-left: 16px;
}
.hzyf p::before{
    width: 7px;
    height: 7px;
    border-radius: 3px;
    position: absolute;
    display: block;
    content: "";
    background: #666;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.zheng-list{
    background: #f3f3f3;

}
.zheng-item h2{
    font-size: 36px;
    color: #333;
    line-height: 38px;
    padding-bottom: 55px;
    padding-top: 50px;
    text-align: center;
}
#owl-ruanzhu .owl-item{
    padding: 0 30px;
}

/*软著证书*/
.zheng-list .owl-prev{
    width: 27px;
    height: 48px;
    background: url(../img/rz-prev.png) no-repeat center !important;
    left: -90px;
    top: 50%;
    position:absolute;
    margin-top: -24px;
}
.zheng-list .owl-prev:hover{
    background: url(../img/rz-prevh.png) no-repeat center !important;
}
.zheng-list .owl-next{
    width: 27px;
    height: 48px;
    background: url(../img/rz-next.png) no-repeat center !important;
    right: -90px;
    top: 50%;
    position:absolute;
    margin-top: -24px;
}
.zheng-list .owl-next:hover{
    background: url(../img/rz-nexth.png) no-repeat center !important;
}
.zhuanli h2{
    font-size: 36px;
    color: #333;
    line-height: 38px;
    padding-bottom: 55px;
    padding-top: 50px;
    text-align: center;
}
.zheng-list{
    padding-bottom: 120px;
}

.ruanzhu-img img{
    width: 100%;
}
.zhuanli-img img{
    width: 100%;
}
#owl-zhuanli .owl-item{
    padding: 0 30px;
}

@media(max-width:1800px){
    #owl-ruanzhu .owl-item{
        padding: 0 10px;
    }
    #owl-zhuanli .owl-item{
        padding: 0 10px;
    }
    .zheng-list .owl-prev{
        left: -50px;
    }
    .zheng-list .owl-next{
        right: -50px;
    }
    
    .zhuanli{
        padding: 0 50px;
    }
    .ruanzhu{
        padding: 0 50px;
    }
}

@media(max-width:991px){
    .hzyf h2{
        font-size: 30px;
    }
    .hzyf p {
        font-size: 16px;
        line-height: 30px;
    }
    .hzyf h2{
        margin-bottom: 20px;
    }
    .hzyf {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .zheng-item h2 {
        font-size: 30px;
        color: #333;
        line-height: 38px;
        padding-bottom: 30px;
        padding-top: 35px;
        text-align: center;
    }
    .zhuanli h2 {
        font-size: 30px;
        line-height: 38px;
        padding-bottom: 35px;
        padding-top: 35px;
       
    }
    .zheng-list {
        padding-bottom: 40px;
    }
}
/* 企业文化 */
.culture-main{
    padding-top: 98px;
    padding-bottom: 115px;
}
.culture-title {
    font-size: 52px;
    line-height: 54px;
    color: #1a1a1a;
    text-align: center;
}
.culture-main h2{
    margin-bottom: 88px;
}
.culture-ul{
    width: 100%;
    overflow: hidden;
}
.culture-ul li{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
}
.culture-ul li img{
    display: block;
    width: 100%;
}
.culture-txt{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    padding-left: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.culture-txt p{
    font-size: 32px;
    color: #fff;
    font-family: "weizheng";
    font-weight: bold;
    line-height: 44px;
}
.culture-txt span{
    font-size: 24px;
    color: #fff;
    font-family: "weizheng";
    font-weight: bold;
    line-height: 44px;
}
@media(max-width: 1400px){
    .culture-main{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .culture-main h2{
        margin-bottom: 60px;
    }
    .culture-title{
        font-size: 40px;
        line-height: 42px;
    }
}
@media(max-width: 1200px){
    .culture-txt{
        padding-left: 50px;
    }
}
@media(max-width: 991px){
    .culture-main{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .culture-main h2{
        margin-bottom: 40px;
    }
    .culture-title{
        font-size: 34px;
        line-height: 36px;
    }
    .culture-txt{
        position: relative;
        top: auto;
        left: auto;
        background: #f3f3f3;
        padding: 30px;
    }
    .culture-txt p{
        color: #1a1a1a;
        font-size: 24px;
        line-height: 36px;
    }
    .culture-txt span{
        font-size: 18px;
        line-height: 24px;
        color: #1a1a1a;
        padding-top: 10px;
    }
    .culture-ul li{
        margin-bottom: 30px;
    }
}
@media(max-width: 449px){
    .culture-txt{
        padding: 20px;
    }
}
/* 关于广脉 */
.abouts-main{
    padding-top: 98px;
    overflow: hidden;
}
.abouts-title{
    padding-bottom: 88px;
    border-bottom: 1px solid #d2d2d2;
}
.abouts-title h2{
    margin-bottom: 38px;
    font-family: "weizheng";
    font-weight: bold;
}
.abouts-tittxt{
    text-align: center;
    max-width: 1230px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #666;
    margin: 0 auto 50px;
}
.abouts-num li{
    float: left;
    width: 25%;
    border-right: 1px solid #d2d2d2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 5px;
}
.abouts-num li:last-child{
    border-right: none;
}
.abouts-num li .number{
    font-size: 52px;
    color: #333;
    font-family: "avantgardeitcbybt";
    line-height: 52px;
}
.abouts-num li .num-des{
    font-size: 20px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
}
@media(max-width: 1300px){
    .abouts-tittxt{
        max-width: 100%;
    }
}
@media(max-width: 1200px){
    .abouts-main{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media(max-width: 991px){
    .abouts-main{
        padding-top:50px;
        padding-bottom: 30px;
    }
    .abouts-tittxt{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .abouts-num li{
        width: 50%;
        margin-bottom: 20px;
    }
    .abouts-num li:nth-child(2){
        border-right: none;
    }
    .abouts-title{
        padding-bottom: 30px;
    }
}
@media(max-width: 599px){
    .abouts-num li .number{
        font-size: 42px;
        line-height: 42px;
    }
    .abouts-num li .num-des{
        font-size: 16px;
    }
}
.abouts-two{
    padding-top: 120px;
    padding-bottom: 120px;
}
.aboutwo-item{
    margin-bottom: 80px;
}
.aboutwo-item:last-child{
    margin-bottom: 0px;
}
.aboutwo-txt h2{
    font-size: 48px;
    color: #333;
    line-height: 50px;
    margin-bottom: 34px;
}
.aboutwo-txt p{
    font-size: 18px;
    font-weight: 300;
    line-height: 36px;
    text-indent: 24px;
}
.aboutwo-img{
    overflow: hidden;
}
.aboutwo-img img{
    display: block;
    width: 100%;
}
.aboutwo-item:first-child .aboutwo-img{
    float: left;
    width: 44.7%;
}
.aboutwo-item:first-child .aboutwo-txt{
    float: right;
    width: 48.4%;
}
.aboutwo-item:nth-child(2) .aboutwo-img{
    float: right;
    width: 48.4%;
}
.aboutwo-item:nth-child(2) .aboutwo-txt{
    float: left;
    width: 44.7%;
}
.aboutwo-item:nth-child(2) .aboutwo-txt h2{
    margin-bottom: 50px;
}
@media(max-width: 1400px){
    .abouts-two{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .aboutwo-txt h2{
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 20px;
        text-align: center;
    }
    .aboutwo-item{
        margin-bottom: 50px;
    }
    .aboutwo-item:first-child .aboutwo-txt{
        width: 100%;
        float: none;
    }
    .aboutwo-item:first-child .aboutwo-img{
        float: none;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 30px;
    }
    .aboutwo-item:nth-child(2) .aboutwo-img{
        float: none;
        width: 100%;
        max-width: 736px;
        margin: 0 auto 30px;
    }
    .aboutwo-item:nth-child(2) .aboutwo-txt{
        float: none;
        width: 100%;
    }
}
@media(max-width: 1200px){
    .aboutwo-item:nth-child(2) .aboutwo-txt h2{
        margin-bottom: 30px;
    }
    .abouts-two{
        padding-bottom: 0px;
    }
}
@media(max-width: 991px){
    .abouts-two{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .aboutwo-txt p{
        font-size: 16px;
        line-height: 30px;
    }
    .aboutwo-item{
        margin-bottom: 20px;
    }
}
@media(max-width: 449px){
    .abouts-two{
        padding-top: 30px;
        padding-bottom: 10px;
    }
}
.jinying{
    padding-top: 120px;
    padding-bottom: 115px;
    overflow: hidden;
    background: #3253dc;
    position: relative;
}
.canvasTwo{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    opacity: .5;
}
.jingying-main{
    position: relative;
}
.jingying-main h2{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    background: url(../img/jingying_title.png) no-repeat right center;
    padding-right: 70px;
    display: inline-block;
    margin-bottom: 20px;
}
.jy-cont{
    position: relative;
}
.jy-num{
    float: left;
    width: 37.6%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    z-index: 22;
}
.num-bg{
    margin-top: 150px;
}
.num-bg p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
    margin-top: 35px;
    text-align: center;
}
.jy-txt{
    float: right;
    width: 53%;
    z-index: 22;
}
.jy-txt p{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-indent: 30px;
}
@media(max-width: 1400px){
    .jinying{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .jy-txt{
        padding-left: 100px;
    }
    .jy-txt p{
        font-size: 14px;
        line-height: 30px;
    }
}
@media(max-width: 1200px){
    .jy-num{
        width: 46%;
    }
    .num-bg{
        width: 90%;
        margin-top: 200px;
        max-width: 346px;
    }
    .num-bg img{
        display: block;
        width: 100%;
    }
    .jy-5g{
        width: 80%;
        max-width: 215px;
    }
    .jy-5g img{
        display: block;
        width: 100%;
    }
    .jy-txt{
        padding-left: 50px;
    }
}
@media(max-width: 991px){
    .jinying{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .jingying-main h2{
        font-size: 34px;
    }
    .jy-num{
        width: 100%;
        float: none;
        flex-direction: column-reverse;
        align-items: center;
    }
    .num-bg{
        margin-top: 10px;
    }
    .num-bg p{
        margin-top: 15px;
    }
    .jy-txt{
        padding-left: 0px;
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}
.zhanlue{
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 85px;
}
.zhanlue-title{
    max-width: 1090px;
    margin: 0 auto 70px;
}
.zhanlue-title h2{
    font-weight: bold;
    color: #1a1a1a;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 45px;
}
.zhanlue-title p{
    font-size: 18px;
    color: #1a1a1a;
    line-height: 36px;
    text-indent: 30px;
}
.zhanlue-ul{
    margin-left: -31px;
    margin-right: -31px;
}
.zhanlue-ul li{
    padding: 0 31px;
}
.zhanlue-img{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.zhanlue-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.zhanlue-ul li p{
    font-size: 18px;
    line-height: 24px;
    margin-top: 27px;
    font-weight: bold;
    color: #1a1a1a;
}
.zhanlue-ul li:hover .zhanlue-img img{
    transform: scale(1.1);
}
.zhanlue-ul li:hover p{
    color: #009ecf;
}
.fulture{
    background: #3253dc;
    padding-top: 42px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fulture p{
    font-size: 42px;
    color: #fff;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 35px;
}
.fulture a{
    display: block;
    margin: 0 auto;
    width: 276px;
    height: 53px;
    border: 2px solid #fff;
    line-height: 53px;
    color: #fff;
    border-radius: 27px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
@media(max-width: 1200px){
    .zhanlue{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .zhanlue-title{
        max-width: 100%;
        margin-bottom: 30px;
    }
}
@media(max-width: 991px){
    .zhanlue{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .zhanlue-title{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .zhanlue-title h2{
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .zhanlue-title p{
        font-size: 16px;
        line-height: 30px;
    }
    .zhanlue-ul li{
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .zhanlue-ul{
        margin-left: 0px;
        margin-right: 0px;
    }
    .zhanlue-ul li{
        padding: 0 15px;
    }
    .zhanlue-img{
        max-width: 345px;
        margin: 0 auto;
    }
    .zhanlue-ul li p{
        max-width: 345px;
        margin: 20px auto 0px;
        font-size: 16px;
    }
    .zhanlue{
        padding-bottom: 20px;
    }
    .fulture p{
        font-size: 28px;
        line-height: 32px;
    }
}
/********解决方案**********/
/*内页宽度*/
.insidewidth{
	margin:0 auto;
	width: 1280px;
}
@media (max-width:768px) {
	.insidewidth {
	  width: auto;
	  padding:0 15px;
	}
  }
@media (min-width: 768px) {
	.insidewidth {
	  width: 750px;
	}
  }
  @media (min-width: 992px) {
	.insidewidth {
	  width: 970px;
	}
  }
  @media (min-width: 1200px) {
	.insidewidth{
	  width: 1180px;
	}
  }
  @media (min-width:1400px) {
	.insidewidth {
	  width: 1280px;
	}
  }
#sol{
    padding:130px 0 80px;
}
.sol-ul li{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.sol-ul li:nth-child(even){
    flex-direction: row-reverse;
}
.sol-l{
    width: 50%;
}
.sol-l img{
    width: 100%;
}
.sol-r{
    width: 50%;
}
.sol-ul li:nth-child(odd) .sol-l{
    padding-right: 50px;
}
.sol-ul li:nth-child(even) .sol-l{
    padding-left: 50px;
}
.sol-ul li:nth-child(odd) .sol-r{
    padding-left: 50px;
}
.sol-ul li:nth-child(even) .sol-r{
    padding-right: 50px;
}
.sol-r h3{
    font-size: 42px;
    color: #333333;
}
.sol-txt{
    margin-top: 50px;
}
.sol-txt p{
    position: relative;
    padding-left: 20px;
    color: #333333;
    font-size: 24px;
    line-height: 35px;
}
.sol-txt p::before{
    position: absolute;
    content: "";
    left:0;
    width: 9px;
    height: 9px;
    background: #333333;
    border-radius: 5px;
    top:15px;
}
.sol-ul li{
    margin-bottom: 120px;
}
@media(max-width:1200px){
    .sol-r h3{
        font-size: 30px;
    }
    .sol-txt p {
        position: relative;
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .sol-txt p::before{
        top: 9px;
    }
    .sol-txt {
        margin-top: 25px;
    }
    .sol-ul li {
        margin-bottom: 80px;
    }
    #sol {
        padding: 80px 0 20px;
    }
}
@media(max-width:991px){
    .sol-ul li:nth-child(odd) .sol-l{
        padding-right: 20px;
    }
    .sol-ul li:nth-child(even) .sol-l{
        padding-left: 20px;
    }
    .sol-ul li:nth-child(odd) .sol-r{
        padding-left: 20px;
    }
    .sol-ul li:nth-child(even) .sol-r{
        padding-right: 20px;
    }
    .sol-r h3 {
        font-size: 24px;
    }
    .sol-txt {
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .sol-ul li{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .sol-ul li:nth-child(even){
        flex-direction: column;
    }
    .sol-l{
        width: 100%; 
    }
    .sol-r{
        width: 100%;
    }
    .sol-ul li:nth-child(odd) .sol-l{
        padding-right: 0px;
    }
    .sol-ul li:nth-child(even) .sol-l{
        padding-left: 0px;
    }
    .sol-ul li:nth-child(odd) .sol-r{
        padding-left: 0px;
    }
    .sol-ul li:nth-child(even) .sol-r{
        padding-right: 0px;
    }
    .sol-ul li {
        margin-bottom: 30px;
    }
    .sol-ul li .sol-l{
        margin-bottom: 20px;
    }
    #sol {
        padding: 40px 0 10px;
    }
}
  .contact-list li:hover{
        background: #009ede;
    }
    .contact-list li:hover h2{
        color: #fff;
    }
