@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');

/*banner*/
.banner{
	position: relative;
	overflow: hidden;
}
.banner .p_scrool {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 1;
    animation: scrollmouse 1s linear infinite;
}
.banner .p_scrool img{
    max-width: 40px;
}

@keyframes scrollmouse {
    from {
        transform: translate(-50%,0);
        opacity: 1
    }

    to {
        transform: translate(-50%,10px);
        opacity: 0
    }
}

.banner .div-text{
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	color: #fff;
	width: 100%;
}



.banner .div-text p.p1{
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

.banner .div-text p.p1:after{
    position: absolute;
    content: "";
    width: 310px;
    height: 4px;
    background: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.banner .div-text p.des{
    text-align: center;
    margin: auto;
    font-size: 30px;
    line-height: 1.6;
    font-weight: lighter;
}

.banner .div-text2{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    color: #fff;
    width: 70%;
}

.banner .div-text2 p.p1{
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--primary);
}
.banner .div-text2 p.des{
    line-height: 2;
}

.banner .div-text3{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    color: #fff;
    width: 100%;
    text-align: center;
}

.banner .div-text3 p.p1{
    font-size: 56px;
    font-weight: bold;
    color: #fff;
    padding: 20px 45px;
    position: relative;
    margin: auto;
    display: inline-block;
    line-height: 106px;
}

.banner .div-text3 p.p1 font{
    display: inline-block;
}

.banner .div-text3 p.p1 font.f1{
    padding-right: 215px;
}

.banner .div-text3 p.p1 font.f2{
    padding-left: 215px;
}

.banner .div-text3 p.p1 span{
    display: inline-block;
    position: absolute;   
    width: 35px;
    height: 35px;
}

.banner .div-text3 p.p1 span.s1{
    border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    left: 0;
    top: 0;
}

.banner .div-text3 p.p1 span.s2{
    border-right: 6px solid #fff;
    border-bottom: 6px solid #fff;
    right: 0;
    bottom: 0;
}


.banner .swiper-pagination{
    width: 14px;
	left: 95%;
	top: 50%;
    transform: translateY(-30%);
}

.banner .swiper-pagination span{
	width: 4px;
	height: 45px;
	background-color: rgba(255,255,255,1);
	border-radius: 14px;
	transition: all .6s ease;
}

.banner .swiper-pagination span.swiper-pagination-bullet{
    display: inline-block;
    margin-top: 4px;
    margin-bottom: 4px;
    opacity: 1;

}

.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background-color:var(--primary);
}

/*product*/
.syProduct{
    padding-top: 105px;
    padding-bottom: 165px;
    background-image: url(../images/PRODUCT.png);
    background-size: auto 235px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.syProduct .main{
    padding-left: 4%;
}

.syProduct .dleft{
    min-width: 28%;
    width: 28%;
    margin-right: 35px;
}

.syProduct .dright{
    width: 70%;
}

.ptitle p.p1{
    font-size: 50px;
    font-family: 'DIN-B';
    color: #000;
    line-height: 1;
}

.ptitle p.p2{
    font-size: 30px;
    color: #333;
    line-height: 1;
    margin: 25px 0;
}

.ptitle p.des{
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.pbtn{
    margin: 35px 0 65px 0;
}

.pbtn span{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
    border:2px solid var(--primary);
    text-align: center;
}

.pbtn span.s1{
    transform: rotateY(180deg);
    margin-right: 15px;
}

.pbtn span svg{
    width: 80%;
    fill: var(--primary);
}

.more a{
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 18px;
    line-height: 1;
    padding: 0 2px;
    z-index: 1;
    transition: all .4s ease;
}

.more a:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: var(--primary);
    bottom: -1px;
    left: 0;
    z-index: -1;
}

.more a:hover{
    transform: translateX(5px);
}

.syProduct .dright{
    margin-top: 45px;
}
.cateList{
   margin-right: 65px;
}

.cateList .swiper-slide{
    padding: 20px;
}

.cateList .swiper-slide a{
    display: block;
    padding: 25% 35px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px 4px rgb(110, 110, 110, 0.08);
    -moz-box-shadow: 0px 0px 25px 4px rgb(110, 110, 110, 0.08);
    box-shadow: 0px 0px 25px 4px rgb(110, 110, 110, 0.08);
    background: #fff;
    color: #333;
}

.cateList .swiper-slide .tb{
    margin-bottom: 35px;
    transition: all .4s ease;
}

.cateList .swiper-slide .tb svg{
    height: 65px;
    fill: var(--primary);
}

.cateList .swiper-slide .title{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.cateList .swiper-slide a:hover .tb{
    transform: rotateY(180deg);
}

.cateList .swiper-slide a:hover{
    font-weight: bold;
}

/*首页行业应用*/
.syApp{
    margin-top: -65px;
    padding-top: 105px;
    position: relative;
}

.syApp:after{
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: #0d092c;
    background-image: url(../images/appBg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 44%;
    z-index: -1;
}
.syApp .appLeft{
    min-width: 32%;
    width: 32%;
    margin-left: 4%;
    padding-right:4%;
    padding-bottom: 125px;
}

.syApp .appRight{
    max-width: 64%;
}

.appTit{
    color: #fff;
}

.appTit p.p1{
    font-size: 28px;
    font-weight: bold;
    padding-left: 4%;
}

.appTit2{
    color: #fff;
}

.appTit2 p.p2{
    font-size: 28px;
    line-height: 1.2;
    font-family: 'DIN-B';
    padding-top: 25px;
    position: relative;
}

.appTit2 p.p2:after{
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    left: 0;
    top: 0;
    background: var(--primary);
}

.appTit2 p.des{
    font-weight: lighter;
    line-height: 2;
    margin-top: 35px;
    margin-bottom: 85px;
}

.more2 a{
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    border:1px solid #fff;
    font-size: 14px;
    transition: all .4s ease;
}

.more2 a:hover{
    background: var(--primary);
    border:1px solid var(--primary);
}


.more3 a{
    display: inline-block;
    padding: 12px 30px;
    color: var(--primary);
    border:1px solid var(--primary);
    font-size: 14px;
    transition: all .4s ease;
}

.more3 a:hover{
    color: #fff;
    background: var(--primary);
}

.more4 a{
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    border:1px solid var(--primary);
    background-color: var(--primary);
    font-size: 18px;
    transition: all .4s ease;
}

.more4 a:hover{
    color: var(--primary);
    background: #fff;
}








.appList{
    position: relative;
}

.appSmall{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top:1px solid #fff;
    z-index: 1;
}

.appSmall a{
    display: block;
    background: unset;
    color: #fff;
    padding: 30px 10px;
    font-size: 14px;
    border-right: 1px solid #fff;
}

.appSmall .tb{ 
    margin-right: 10px;
}

.appSmall .tb svg{
    height: 35px;
    fill: #fff;
}

.appSmall .swiper-slide.swiper-slide-thumb-active a{
    color: #333;
    background: #eeeeee;
}

.appSmall .swiper-slide.swiper-slide-thumb-active .tb svg{
    fill: #999;
}

/*About*/
.syAbout{
    padding: 125px 0 0 4%;
    position: relative;
    background-image: url(../images/ABOUT.png);
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: top right;
}
.syAbout .main{
    position: relative;
}

.aboutLeft{
    padding-bottom: 125px;
}

.aboutTit p.p1{
    font-size: 50px;
    padding-top: 35px;
    position: relative;
    line-height: 1.4;
} 

.aboutTit p.p1:after{
    position: absolute;
    content: "";
    width: 180px;
    height: 6px;
    background: var(--primary);
    left: 0;
    top: 0;
}

.aboutTit p.des{
    line-height: 2;
    color: #696969;
    margin: 55px 0;
}

.aboutTit p.des font{
    display: inline-block;
    color: var(--primary);
}

.aboutRight{
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 63%;
}

.comVidep a{
    display: block;
    position: relative;
}

.comVidep .btnVideo{
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%);
}

.comVidep .btnVideo span{
    display: inline-block;
    position: relative;
    width: 125px;
    height: 125px;
    line-height: 123px;
    text-align: center;
    border-radius: 50%;
}

.comVidep .btnVideo span:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--primary);
    left: 0;
    top: 0;
    opacity: .3;
    transform: scale(0);
    transform-origin: center;
    transition: all .4s ease;
    z-index: -1;
}

.comVidep .btnVideo span:before{
    position: absolute;
    content: "";
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: var(--primary);
    left: 10%;
    top: 10%;
    transform: scale(0);
    transform-origin: center;
    transition: all .4s ease;
    z-index: -1;
}

.comVidep .btnVideo span:hover:after,.comVidep .btnVideo span:hover:before{
    transform: scale(1);
}

.comVidep .btnVideo svg{
    width: 75px;
    height: 75px;
    fill: #fff;
}
/*culture*/
.syCulture{
    background: #efefef;
    padding-top: 125px;
    padding-bottom: 125px;
}

.culTit{
    text-align: center;
    position: relative;
    max-width: 550px;
    margin: 0 auto 65px auto;
    line-height: 1;
}

.culTit p.title{
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    font-weight: bold;
}

.culLists>div>div+div{
  margin-left: 25px;
}

.culLists .item{
  width: 25%;
  height: 650px;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  transition: all .4s ease;
}

.culLists .item.on{
    width: 50%;
}

.culLists .item:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .3s;
}

.culLists .item a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.culLists .item .div-text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 25px 35px;
}

.culLists .item .div-text p.title{
    font-size: 34px;
    font-weight: bold;
}

.culLists .item .div-text p.des{
    font-size: 16px;
    margin-top: 15px;
    height: 60px;
    opacity: 0;
    transition: all .6s ease;
}

.culLists .item:hover p.des{
    opacity: 1;
}

.syNews{
    padding: 125px 0;
    position: relative;
    background-color: #f1f2f3;
    background-image: url(../images/NEWS.png);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: top left;
}

.newsTit{
    font-size: 50px;
    line-height: 1.4;
}

.syNews .newsList{
    margin-top: 85px;
}

.newsList .item a{
    display: block;
    border-radius: 10px;
    overflow:hidden;
    background: #fff;
    color: #333;
}

.newsList .item .div-text{
    padding: 25px 35px;
}

.newsList .item p.title{
    font-size: 18px;
    font-weight: bold;
}

.newsList .item .des{
    color: #999999;
    margin: 10px 0;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsList .item .meta{
    font-size: 15px;
    color: #999;
} 

.newsList .item .meta svg{
    width: 24px;
    height: 24px;
    fill: #999;
}

.newsList .item .time span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.newsList .item .arrow{
    font-size: 24px;
    color: #999;
}

.newsList .item:hover .div-img img{
    transform: scale(1.05);
}

/*partner*/
.syPartner{
    padding-top: 110px;
    position: relative;
    background-image: url(../images/PARTNER.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 0 -35px;
}

.syPartner:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/World_Map.png);
    background-size: 96% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-position: center 260px;
    z-index: -1;
}

.syPartner .main{
    padding-bottom: 125px;
}

.partTit{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}

.partnerList{
    margin-top: 65px;
}

.partnerList .item{
  /*  padding: 10px 15px;*/
    background: #fff;
    border-radius: 10px;
    overflow:hidden;
    border:1px solid #d4d4d4;
    margin-bottom: 35px;
}

.partnerList .item img{
    max-width: 100%;
    max-height: 100%;
    transition: all .4s ease;
}

.partnerList .item:hover img{
    transform: scale(1.05);
}

.syPartner .more5{
    margin-top: 45px;
}

.more5{
    text-align: center;
}

.more5 a{
    display: inline-block;
    padding: 15px 85px;
    color: #fff;
    border:1px solid var(--primary);
    background-color: var(--primary);
    font-size: 18px;
    transition: all .4s ease;
}

.more5 a:hover{
    color: var(--primary);
    background: #fff;
}

/*footer*/
.mainFooter{
    background: #efefef;
    color: #333;
}

.mainFooter .main{
    padding: 85px 0;
}

.mainFooter a{
    color: #333;
}

.mainFooter a:hover{
    color: var(--primary);
}

.mainFooter .div-logo{
    max-width: 260px;
}

.conInfos .tel{
    margin-bottom: 35px;
}

.conInfos .tel p.title{
    font-size: 20px;
    color: var(--primary);
}

.conInfos .tel a{
    display: inline-block;
    font-size: 45px;
    font-family: 'DIN-B';
    line-height: 1.4;
}

.conInfos .tel a:hover{
    color: #333;
}

.otherInfo p{
    font-size: 20px;
    margin-bottom: 10px;
}

.mainFooter .qrcode{
    max-width: 240px;
}

.fdh{
    max-width: 400px;
}

.fdh p.title{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.fdh p.title:after{
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    background: var(--primary);
    left: 0;
    bottom: 0;
}

.fdh .item:nth-child(1){
    margin-right: 35px;
}

.fdh .item ul li a{
    display: block;
    font-size: 18px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.copyRight{
    background: #081027;
    color: #fff;
    font-size: 14px;
    padding: 30px 0;
}

.copyRight a{
    color: #fff;
}

.copyRight *{
    margin: 0 5px;
}

/*内页开始*/
.pageTit{
    position: relative;
}

.pageTit .div-text{
   position: absolute;
   width: 100%;
   left: 0; 
   top: 55%;
   transform: translateY(-50%);
   color: #fff;
}

.pageTit .div-text p.p1{
    font-size: 18px;
    line-height: 1.2;
    padding-left: 10px;
    border-left: 6px solid var(--primary);
    margin-top: 25px;
}

.pageTit .div-text p.p1 a{
    display: inline-block;
    color: #fff;
}

.pageTit .div-text p.p1 span{
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}

.pageTit .div-text p.p2{
    font-size: 36px;
    line-height: 1.4;
    font-weight: bold;
}

.nyComRight{
    min-width: 30%;
    width: 30%; 
    margin-left: 65px;
}

.nyComRight .item{
    background: #fff;
    box-shadow: 0 0 25px 2px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
    padding: 30px 45px;
    border-radius: 5px;
}

.nyComRight .item span.tb{
    display: inline-block;
    margin-right: 15px;
}

.nyComRight .item svg{
    width: 60px;
    height: 60px;
    fill: var(--primary);
}

.nyComRight .item p.p1{
    font-size: 35px;
    font-family: 'DIN-B';
    line-height: 1;
}

.nyComRight .item p.p2{
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-top: 10px;
}

.nytitle{
    margin-bottom: 35px;
}

.nytitle p.p1{
    font-size: 20px;
    color: var(--primary);
    line-height: 1;
}

.nytitle p.p2{
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
}

.nyAbout .aboutCob p{
    color: #666;
    line-height: 2;
}

.nyAbout .swList{
    max-width: 450px;
    margin-top: 25px;
}

.swList .item{
    margin-bottom: 15px;
    font-size: 20px;
}

.swList .item .tb{
    display: inline-block;
    margin-right: 10px;
}

.swList .item svg{
    width: 18px;
    height: 18px;
    fill: #333;
}
.swDes{
    font-size: 24px;
    margin-top: 15px;
}

.swDes font{
    display: inline-block;
    margin-right: 20px;
}

.swDes font svg{
    width: 26px;
    height: 26px;
}

.swDes span{
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

.nyCom .more6{
    margin-top: 35px;
}

.more6 a{
    display: inline-block;
    padding: 10px 10px;
    background: var(--primary);
    color: #fff;
    border-radius: 35px;
}

.more6 a span{
    display: inline-block;
    padding: 0 30px;
    vertical-align: middle;
}

.more6 a i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background: var(--main);
    border-radius: 50%;
    transform: rotate(-35deg);
    transition: all .4s ease;
}

.more6 a i svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}

.more6 a:hover i{
    transform: rotate(0deg);
}

/*youshi*/
.nyAdv{
    background: var(--main);
}
.nyAdv .advLeft{
    min-width: 50%;
    width: 50%;
    position: relative;
}

.nyAdv .advLeft .divWhy{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    transform: translateX(50%);
}

.nyAdv .advLeft .divWhy img{
    height: 100%;
    width: auto;;
}

.nyAdv .advLeft .swiper-pagination span{
    width: 12px;
    height: 12px;
    background: #fff;
}

.nyAdv .advLeft .swiper-pagination span.swiper-pagination-bullet-active{
    background: var(--primary);
}

.nyAdv .divRight{
    padding-right: 4%;
}

.nyAdv .advCon{
    padding: 65px 0 65px 85px;
    color: #fff;
}

.nyAdv .advCon .des{
    font-size: 14px;
    line-height: 2;
    opacity: .8;
}

/*内页企业文化*/
.culLists2 .item .div-text{
    width: 92%;
    min-height: 150px;
    margin: auto;
    transform: translateY(-35%);
    padding: 25px 20px;
    background: #fff;
    border-bottom: 4px solid var(--primary);
}

.culLists2 .item p.title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.culLists2 .item:hover .div-img img{
    transform: scale(1.05);
}

/*内页练习我们*/
.contactinfos{
    margin-right: 4%;
}

.contactinfos .item{
    padding: 35px 20px;
    
}

.contactinfos .item:not(:last-child){
    margin-bottom: 25px;
}

.contactinfos .item{
    background-color: #f5f5f5;
    border-bottom: 4px solid #dfe1e2;
}

.contactinfos .item .tb{
    margin-right: 15px;
}

.contactinfos .item .tb svg{
    fill: var(--primary);
    width: 45px;
    height: 45px;
}

.contactinfos .item p.p1{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.contactinfos .item p.p2,.contactinfos .item p.p2 a{
    color: #66656a;
}

.contactinfos .item p.p2 a:hover{
    color: var(--primary);
}

.infoBlock{
    margin-top: 45px;
}


.divForm{
    max-width: 850px;
    margin: auto;
    margin-top: 35px;
}


.divForm input,.divForm textarea{
    display: block;
    width: 100%;
    border: unset;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.8);
    padding: 15px 15px;
    margin-bottom: 20px;
    background-color: unset;
    text-shadow: unset;
    outline: none;
    font-size: 14px;
}

.divForm input::placeholder,.divForm textarea::placeholder{
    color: rgba(255,255,255,.8);
}

.divForm button{
    display: inline-block;
    text-align: center;
    background-color: var(--primary);
    color: #fff;
    margin: auto;
    border: none;
    text-shadow: unset;
    outline: none;
    padding: 15px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease;
}

.divForm button:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    color: #fff;
}


.nyMessage{
    background-image: url(../images/conBg.jpg);
    background-size: cover;
}

.nyMessage .d1{
    margin-right: 35px;
    margin-top: 55px;
}


.nyMessage .divForm button{
    width: 100%;
    margin-top: 35px;
}

.nrTit2{
    color: #fff;
    max-width: 450px;
}

.nrTit2 p.entit{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    opacity: .4;
}

.nrTit2 p.des{
    margin-top: 25px;
    line-height: 2;
}

.lyTb{
    margin-top: 45px;
}

.lyTb svg{
    width: 45px;
    fill: var(--primary);
}


.nyMessage .nytitle .p2{
    color: #fff;
}

/*分类*/
ul.xlcates li{
  display: block;
}

ul.xlcates li .cate{
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #f5f5f5;
}

ul.xlcates li .cate .d1 a{
  display: block;
  font-size: 17px;
}

ul.xlcates li .cate .d2 span{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transform-origin: center;
/*  width: 24px;
  height: 24px;
  line-height: 20px;*/
  text-align: center;
/*  border-radius: 50%;*/
/*  border:1px solid var(--primary);
  background: var(--primary);*/

}

ul.xlcates li .cate .d2 span svg{
  width: 16px;
  height: 16px;
/*  fill: #fff;*/
}

ul.xlcates li .d1 a{
  display: block;
  line-height: 1;
}

ul.xlcates li .sub{
  display: none;
}

ul.xlcates li .sub .item{
    margin: 10px 0;
    position: relative;
    padding-left: 15px;
}

ul.xlcates li .sub .item:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: var(--primary);
    top: 10px;
    left: 0;
    border-radius: 50%;
}

ul.xlcates li .sub .item>a{
  display: block;
  transition: all .3s;
  position: relative;

}

ul.xlcates li .sub .item>a:after{

}

ul.xlcates li .sub .item>a:hover,ul.xlcates li .sub .item>a.cur{

}

ul.xlcates li .sub .item>a:hover:after,ul.xlcates li .sub .item>a.cur:after{
  
}

ul.xlcates li.active .cate,ul.xlcates li.on .cate{
 
}

ul.xlcates li .d2 span svg{
  transition: all .4s;
}

ul.xlcates li.active .d2 span svg{
  transform: rotate(90deg);
}

ul.xlcates li.active .sub{
  display: block!important;
}

.leftSlider .itemlist{
    padding: 45px 20px;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 25px 4px rgb(110, 110, 110, 0.1);
    -moz-box-shadow: 0px 0px 25px 4px rgb(110, 110, 110, 0.1);
    box-shadow: 0px 0px 25px 4px rgb(110, 110, 110, 0.1);
}

.leftSlider .itemlist .title{
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 25px 0;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    background-image:linear-gradient(#00a1e9, #134063);
}

.leftSlider .itemlist .title span{
/*    display: inline-block;
    background: #fff;
    padding: 0 15px;
    font-size: 28px;
    font-weight: bold;*/
}

.leftSlider .itemlist .title:after{
  /*  position: absolute;
    content: "";
    width: 80%;
    height: 2px;
    left: 10%;
    top: 50%;
    background: var(--primary);
    z-index: -1;*/
}

.proCates ul li{
    display: block;
    margin-bottom: 2px;
}



.proCates ul li a{
    display: block;
    padding: 20px 20px;
    background: #f3f3f3;
    color: #333;
}

.proCates ul li a:hover{
    background: #e1e1e1;
    font-weight: bold;
}

.proCates ul li.on a{
    background: #e1e1e1;
    font-weight: bold;
}

.leftInfos{
    margin-top: 25px;
}

.leftInfos .item{
  padding: 25px 20px;
    color: #333;
    background: #f3f3f3;
    margin-bottom: 10px;
}

.leftInfos .item p.p1{
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.leftInfos .item .tb{
    display: inline-block;
    margin-right: 10px;
    width:35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    background: var(--primary);

}

.leftInfos .item .tb svg{
    fill: #fff;
    width: 60%;
}

.productList{
    margin-top: 45px;
}

.productList a{
    display: block;
    width: 100%;
    color: #333;
    padding: 15px 20px;
}

.productList tr th{
    padding: 25px 20px;
}

.productList tr td{
    padding: 0;
    vertical-align: middle;
}

.productList tr:hover{
    background: #f1f1f1;
}

.productList tr td a:hover{
    text-decoration: underline!important;
}

.table td, .table th{
    min-width: 90px;
    vertical-align: middle;
}

.plitit{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 25px;
    display: none;
}

/*产品详情*/
.nyproJs{
  padding: 40px 30px;
  background-color: #fff;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.topCon .div-text{
    height: 100%;
}

.topCon .div-text p.title{
   font-size: 30px;
   font-weight: bold;
   line-height: 1.6;
   color: #000;
   margin-bottom: 25px;
}

.topCon .div-text p.p1{
    font-size: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
/*    border-bottom: 1px solid #eee;*/
}

.topCon .div-text p.key{
    font-size: 14px;
}

.topCon .div-text p.des{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 15px;
    padding-top: 25px;
    border-top:1px solid #dee2e6;
}

.topCon .div-text .ted p{
    margin-top: 25px;
    background: #eeeeee80;
    padding: 35px 20px;
    border-radius: 5px;
}

.topCon .div-text .ted i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: super;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.topCon .div-text .ted i svg{
    width: 55%;
    fill: var(--primary);
}

.topCon .div-text .ted span{
    font-size: 20px;
    font-weight: bold;
}

.topCon .div-text .design{
    font-size: 26px;
    margin-top: 25px;
    border-radius: 35px;
    font-family: 'Ali-105';
    margin-bottom: 25px;
    color: var(--primary);
}

.topBtn{
    margin: 25px 0;
}

.topBtn a{
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    color: #fff;
    transition: all .36s ease;
    padding: 10px 65px;
    border-radius: 25px;
}

.topBtn a:nth-child(1){
    
    border: 1px solid var(--primary);
    color: var(--primary);
}

.topBtn a:nth-child(2){
    background: #333333;
    border: 1px solid #333333;
}

.topBtn a:nth-child(1):hover{
    background: var(--primary);
    color: #fff;
    border:1px solid var(--primary);
}

.topBtn a:nth-child(2):hover{
    background:#fff ;
    color: #333333;
    border:1px solid #333333;
}

.jsCon{
  background-color: #fff;
}

.jsCon .con{
  font-size: 14px;
  min-height: 250px;
  margin-bottom: 25px;
  padding-bottom: 45px;
}

.jsCon .con h3{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}

.jsCon .con .div-img{
   
}

.jsCon .con .div-img img{
    max-width: 750px;
    margin: auto;
}

.jsCon .con strong{
    font-weight: bolder;
}

.jsCon .con p{
  font-size: 15px;
  color: #333;
  line-height: 2;
}

.jsCon .con p img{
    margin: 10px 0;
}

.jsCon .con .table{
  text-align: center;
  margin: 15px 0;
}

.jsCon .con .table td, .jsCon .con .table th{
    vertical-align: middle;
}

.nrtit{
    margin-top: 45px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
}

.prev-next{
    margin-top: 45px;
    padding: 20px 0;
    border-top: 1px solid #eee;
}

.nyNewslist .newsList .item{
    border:1px solid #eee;
    margin-bottom: 30px;
}

.nyNewslist .newsList .item a{
    border-radius: 0;
}


/*新闻*/
.newsDetail h2.title{
    font-size: 28px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.newsDetail .meta{
    padding-top: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 1;
    color: #999;
}

.newsDetail .meta>div>div{
    margin: 0 15px;
}

.newsDetail .meta span{
    display: inline-block;
    margin-right: 3px;
    vertical-align: text-bottom;
    line-height: 1;
}

.newsDetail .meta span svg{
    fill: var(--primary);
}


.newsDetail .content{
    min-height: 250px;
    margin-bottom: 35px;
}

.newsDetail .content p{
    color: #666;
    line-height: 2;

}

.newsDetail .content p strong{
    color: #000;
}

.prevNext .d1{
    font-weight: bolder;
    color: #000;
}

.prevNext .d1 a{
    display: inline-block;
    font-weight: normal;
    color: #999;
    margin-left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.prevNext .d1 p{
    margin-top: 10px;
}

.prevNext .d1 a:hover{
    color: var(--primary);
}

.prevNext .d2 a{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--primary);
    border-radius: 50%;
    transition: all .3s ease;
}

.prevNext .d2 a svg{
    width: 45%;
    fill: #fff;
}

.prevNext .d2 a:hover{
    background-color: #333;
}

.prevNext .d1 span{
    min-width: 60px;
}

.nyNews .newsList>div{
    margin-bottom: 30px;
}


.nyryLists .item{
    display: block;
    cursor: pointer;
    padding: 4px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.09);
    margin-bottom: 25px;
}

.nyryLists .item .div-img{
    position: relative;
}


.nyryLists .item .div-img .mask{
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
}

.nyryLists .item .div-img .mask svg{
    width: 46px;
    fill: #fff;
    transition: all .8s ease;
    
}

.nyryLists .item .div-text{
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.nyryLists .item:hover .mask{
    width: 100%;
    left: 0;
    opacity: 1;
}

.nyryLists .item:hover .div-img img{
    transform: scale(1.02);
}

.equList p.title{
    color: #333;
    padding: 15px 15px;
    text-align: center;
    font-weight: bold;
}

.culTit.honTit .divImg{
    position: relative;
}

.culTit.honTit img{
    width: auto!important;
    height: 130px;
}

.culTit.honTit .title{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
}


.nyApplication .item:nth-child(odd)>div{
    flex-direction: row-reverse;
}

.nyApplication .item .div-img{
    width: 50%;
    min-width: 50%;
    border-radius: 15px;
}

.nyApplication .item .div-text{
    width: 100%;
    padding: 65px 45px;
}
 

 .nyApplication .item{
    /*background: #f5f5f5;*/
    margin-bottom: 35px;
 }

  .nyApplication .item p.title{
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding: 0 15px 0 45px;
    position: relative;
    z-index: 2;
    margin-bottom: 45px;
  }

  .nyApplication .item p.title span{
    display: inline-block;
    position: absolute;
    font-size: 76px;
    line-height: 1;
    color: var(--primary);
    font-weight: bold;
    left: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
  }

  .nyApplication .item .div-img:hover img{
    transform: scale(1.05);
  }

  .nypartList .item{
    background: #fff;
    border:1px solid #eee;
    margin-bottom: 30px;
  }

   .nypartList .item:hover{
    cursor: pointer;
   }

  .nypartList .item:hover img{
    transform: scale(1.05);
  }

  .pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}






























































