@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('../fonts/font-awesome/css/font-awesome.min.css');


/*banner*/
/*banner*/
.banner{
    margin-top: 200px;
    height: 620px;
}

.banner .main{
	height: 100%;
}

.banner .main>div{
	height: 100%;
}

.banner .item{
	width: 200px;
	height: 100%;
	background-size: cover;
	background-position: center;
	padding: 0 25px;
	color: #fff;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: all .6s ease;
}

.banner .item.on{
	width: 100%;
}

.banner .item .div-text1{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 6%;
	width: 88%;
	transition: all .4s ease;
	z-index: 99;
}

.banner .item .div-text1 .tit,.banner .item .div-text1 .tit-1{
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	text-shadow: -3px 1px 0px rgba(0,0,0,1);
	transition: all .4s ease;
}

.banner .item .div-text1 .tit:after{
	/*position: absolute;
	content: attr(data);
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1;
	font-family: 'ck';
	color: #000;
	left: 5px;
	top: 5px;
	z-index: -1;*/
}

.banner .item .div-text1 p.des{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 45px;
	padding-top: 25px;
	border-top:2px solid #fff;
}

.banner .item:not(.on) .div-text1{
	opacity: 0;
	display: none;
}

.banner .item .div-text2{
	position: relative;
	width: 100%;
	height: 100%;
}

.banner .item .div-text2 .num{
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .4s ease;
}

.banner .item .div-text2 .p2{
	font-size: 20px;
    font-weight: bold;
    position: absolute;
    width: 365px;
    bottom: 245px;
    transform: rotate(-90deg);
    left: -130px;
    text-align: left;
    text-transform: uppercase;
    transition: all .4s ease;
}

.banner .item:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image:linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .08));
	bottom: 0;
	left: 0;
	transform-origin: bottom;
	z-index: -1;
	transition: all .6s ease;
}

.banner .item.on .div-text2 .num{
	opacity: 0;
	transform: translateY(-100%);
}

.banner .item.on .div-text2 .p2{
	transform: translateY(200%);
	opacity: 0;
}

.banner .item.item2 .div-text1{
	top: 25%;
}

.banner .item.item2 .div-img2{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .item.item2 .div-img2 img{
	max-width: 100%;
	max-height: 100%;
}

.banner .item.item3 .div-img2{
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4%;
}

.banner .item.item3 .div-img2 img{
	max-width: 100%;
	max-height: 100%;
}



.banner .item.on:after{
	height: 100%;
	background-image:linear-gradient(to top, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}

.banner .item:not(.on):hover:after{
	height: 100%;
	background-image:linear-gradient(to top, rgba(229, 138, 32, .8), rgba(229, 138, 32,.9));
}

.banner .item.on .div-img2{
	opacity: 1;
}


/*首页系列模块*/
.commonTit{
	position: relative;
	text-align: center;
	margin-bottom: 45px;
}

.commonTit span{
	display: inline-block;
	width: max-content;
	padding: 0 45px;
	background: #fff;
	text-align: center;
	color: #323542;
	font-size: 50px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.commonTit:after{
	position: absolute;
	content: "";
	width: calc(50% - 105px);
	height: 2px;
	background-color: #323542;
	left: 0;
	top: 50%;
	z-index: 1;
}

.commonTit:before{
	position: absolute;
	content: "";
	width: calc(50% - 105px);
	height: 2px;
	background-color: #323542;
	right: 0;
	top: 50%;
	z-index: 1;
}

.serList .dRight{
	min-width: 38%;
    width: 38%;
    margin-left: 30px;
}

.serList .dRight>div{
	height: 100%;
    justify-content: space-between;
}

.serList a.item{
	display: block;
	position: relative;
	color: #333;
}

.serList a.item .divImg2{
	position: absolute;
	top: 0;
	left: 0;
}

.serList a.item .div-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 35px 30px;
}

.serList a.item .div-text{
	padding: 55px 35px;
}

.serList a.item p.tit{
	font-size: 20px;
	font-weight: bold;
}

.serList a.item p.des{
	font-size: 15px;
	line-height: 1.8;
	font-weight: lighter;
	margin-top: 15px;
	color: #767676;	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.serList a.item.item1 p.des{
	margin-top: 15px;
    margin-bottom: 20px;
    min-height: 76px;
    font-size: 14px;
    line-height: 1.8;
}

.serList a.item.item2 p.des{
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 70%;
}

.serList a.item:hover .divImg2 .div-img img{
	transform: scale(1.02);
}

.serList a.item:hover p.tit{
	color: var(--primary);
}

.more span{
	display: inline-block;
	padding: 13px 25px;
	background-color: var(--primary);
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
	transition: all .4s ease;
}

.more span:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background-color: var(--main);
	transition: all .4s ease;
	left: 0;
	top: 0;
	z-index: -1;
}

.more span:hover:after{
	width: 100%;
}

.more2 span{
	font-size: 14px;
	color: var(--primary);
	transition: all .4s ease;
}

.more2 span:hover{
	font-weight: bold;
	margin-left: 5px;
}

.sySolution .main{
	background-image: url(../images/solutionBg.jpg);
	border-radius: 15px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	color: #fff;
}

.sySolution .main a{
	color: #fff;
}

.sySolution .dLeft{
	padding: 0 60px;
}

.sySolution .dLeft p.des{
	max-width: 580px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 1.8;
	margin-bottom: 35px;
}

.sySolution .dLeft p.p1{
	font-size: 14px;
	text-transform: uppercase;
}

.sySolution .dLeft p.p2{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 15px;
}

.sySolution .dRight{
	min-width: 500px;
	width: 500px;
	border-left: 1px solid rgba(255,255,255,.3);
}

.soluList .item a{
	display: block;
	padding: 25px 45px;
	border-bottom: 1px solid rgba(255,255,255,.3);
	position: relative;
	z-index: 1;
}

.soluList .item a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 101%;
	left: 0;
	top: 0;
	background-color: #a8a9aade;
	transition: all .4s ease;
	z-index: -1;
}

.soluList .item:last-child{
	border-bottom: unset;
}

.soluList .item p.tit{
	font-size: 18px;
	font-weight: bold;
}

.soluList .item span.tb{
	display: inline-block;
	min-width: 70px;
	text-align: left;
}

.soluList .item span.tb svg{
	fill: #fff;
	transition: all .4s ease;
}

.soluList .item a:hover:after{
	width: 100%;
}

.soluList .item a:hover .tb svg{
	transform: rotateY(180deg);
}

.more3 a{
	display: inline-block;
	font-size: 14px;
	padding: 13px 35px;
	color: #fff;
	border:1px solid #fff;
	transition: all .4s ease;
}

.more3 a:hover{
	background-color: var(--primary);
	border:1px solid var(--primary);
}

/*热门产品*/
.syHotpro .dLeft{
	min-width: 48%;
	width: 48%;
	margin-right: 35px;
}
.hotLeft .item a{
	color: #333;
	display: block;
	padding-bottom: 85px;
	position: relative;
	background-image: url(../images/hotBg.jpg);
	background-size: cover;
	background-position: left;
}

.hotLeft .item .tb,.hotRight .item .tb{
	position: absolute;
	left: 0;
	top: 0;
	width: 22%;
}

.hotLeft .item .divImg{
    height: 460px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotLeft .item .divImg img{
	max-width: 400px;
	max-height: 80%;
	transition: all .4s ease;
}

.hotLeft .item .div-text{
	padding: 0 25px;
}

.hotLeft .item p.tit{
	font-size: 26px;
	text-align: center;
	text-transform: capitalize;
}

.hotLeft .item p.des{
	color: #807f80;
    font-size: 16px;
    line-height: 1.8;
    font-weight: lighter;
    margin-top: 15px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hotLeft .item:hover .divImg img{
	transform: scale(1.15);
}

.hotRight .item a{
	display: block;
	position: relative;
	color: #333;
}

.hotRight .item .div-text{
	text-align: center;
}

.hotRight .item .div-text .ptit{
	padding-bottom: 25px;
	position: relative;
}

.hotRight .item .div-text .ptit:after{
	position: absolute;
	content: "";
	width: calc(100% - 40px);
	height: 3px;
	background-color: #82ca4d;
	left: 20px;
	bottom: 0;
	transition: all .4s ease;
}

.hotRight .row>div:nth-child(1),.hotRight .row>div:nth-child(2){
	margin-bottom: 45px;
}

.hotRight .item p.tit{
	font-size: 16px;
	margin: 0 20px;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.hotRight .item .divImg{
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotRight .item .divImg img{
	max-width: 85%;
    max-height: 85%;
    transition: all .4s ease;
}

.hotRight .item:hover .div-text .ptit:after{
	width: 100%;
	left: 0;
}

.hotRight .item:hover .divImg img{
	transform: scale(1.15);
}

/*新闻中心*/
.commonTit2{
	text-transform: uppercase;
    color: #323542;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 45px;
}

.newsTop{
	margin-bottom: 45px;
}

.newsTop a{
	display: block;
	color: #313442;
	transition: all .4s ease;
}


.newsTop .div-text{
	padding-right: 30px;
}

.newsTop .div-text p.tit{
	font-size: 22px;
	font-weight: bold;
}

.newsTop .div-text .time{
	margin: 15px 0;
	color: #777777;
	font-size: 14px;
	font-weight: lighter;
}

.newsTop .div-text .des p{
	font-size: 14px;
	color: #444444;
	line-height: 1.8;
	font-weight: lighter;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsTop a:hover{
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.newsTop a:hover .div-img img{
	transform: scale(1.05);
}

.newsTop a:hover p.tit{
	color: var(--main);
}


.more4{
	margin-top: 25px;
}

.more4 span{
	font-size: 14px;
	display: inline-block;
	padding: 13px 35px;
	transition: all .4s ease;
	border:1px solid var(--main);
	color: var(--main);
	position: relative;
	z-index: 1;
}

.more4 span:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--main);
	transition: all .4s ease;
	z-index: -1;
}

.more4 span:hover{
	color: #fff;
}

.more4 span:hover:after{
	width: 100%;
}

.newsRec .item a{
	display: block;
	color: #313442;
}

.newsRec .item p.title{
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsRec .item .des p{
	font-size: 14px;
	color: #707070;
	font-weight: lighter;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsRec .item .meta{
	font-size: 14px;
	color: #707070;
	font-weight: lighter;
	margin-top: 15px;
}

.newsRec .item .meta i{
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-bottom;
	transform: translateY(-2px);
}

.newsRec .item .meta svg{
	width: 17px;
	height: 17px;
	fill: var(--main);
}

.newsRec .item:hover .div-img img{
	transform: scale(1.05);
}

.newsRec .item:hover p.title{
	color: var(--main);
}

.syNews{
	padding-bottom: 95px;
}

/*底部*/
.mainFooter{
	background-image: url(../images/footerBg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
}

.mainFooter a{
	color: #fff;
}

.mainFooter a:hover{
	color: var(--main);
}

.mainFooter .cname{
	text-transform: uppercase;
}

.mainFooter .cname p.p2{
	font-size: 12px;
}

.ftop{
	padding: 35px 0 25px 0;
	border-bottom: 2px solid rgba(255,255,255,1);
	margin-bottom: 45px;
}

.ftop .dleft{
	font-size: 18px;
	font-weight: bold;
}


.ftop .dleft span.tb{
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
}

.ftop .dleft span.tb svg{
	width: 24px;
	height: 24px;
	fill: #fff;
}

.ftop .dright{
	font-size: 18px;
}

.fmidd .item:not(:last-child){
	margin-right: 25px;
}

.fmidd .title{
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    width: max-content;
}

.fmidd ul li a{
	display: block;
	margin-bottom: 15px;
	max-width: 260px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.fmidd .list{
	margin-top: 25px;
}

.fmidd .infos p{
	font-size: 14px;
	margin-bottom: 5px;
	max-width: 300px;
}

.mblock1{
	margin-top: 55px;
}

.mblock1 img{
	max-width: 300px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.copyright{
	margin-top: 45px;
	padding: 25px 0;
	border-top:1px solid rgba(255,255,255,.2);
	font-size: 13px;
}

.copyright .d1{
	max-width: 750px;
}

.copyright *{
	margin: 0 5px;
}

/*内页开始*/
.pageTit{
	margin-top: 200px;
	position: relative;
}

.pageTit .div-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.pageTit .title{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;

}

.mbx{
	color: #fff;
}

.mbx i{
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
	transform: translateY(-2px);
}

.mbx svg{
	width: 20px;
	height: 20px;
	fill: #fff;
}

.mbx span{
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}

.mbx a{
	color: #fff;
}

/**/

.nycommonTit{
	text-align: center;
	position: relative;
}

.nycommonTit:after{
	position: absolute;
    content: "";
    width: 600px;
    height: 3px;
    background-color: #323542;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.nycommonTit span{
	display: inline-block;
    padding: 10px 25px;
    background-color: #fff;
    color: #323542;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.aboutLeft{
	background-image: url(../images/World_Map.png);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 65px;
	display: flex;
    flex-flow: column;
    max-width: 700px;
}

.aboutLeft p.p1,.aboutLeft p.p2,.aboutLeft p.p3{
	font-size: 80px;
	color: var(--main2);
    font-family: 'SBB';
    text-transform: uppercase;
    transform: scaleY(1.5);
    margin: 15px 0;
    letter-spacing: 5px;
}

.aboutLeft p.p2{
	text-align: right;
    padding-right: 10%;
}

.aboutLeft p.p3{
	padding-left: 10%;
}

.aboutRight .des p{
	font-size: 17px;
	color: #999;
	line-height: 2;
	font-weight: lighter;

}

.aboutRight .des p strong{
	display: inline-block;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 1;
}

.aboutRight .des p a{
	display: inline-block;
	font-weight: bold;
	color: #999;
}

.aboutRight .des p a:hover{
	color: var(--main2);
}

.aboutNum{
	margin-top: 45px;
}

.aboutNum .item{
	min-width: max-content;
}

.aboutNum .item.item2{
	padding: 0 10%;
    margin: 0 10%;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

.aboutNum .item .p1 .s1{
	display: inline-block;
    font-size: 26px;
    font-family: 'SBB';
    transform: scaleY(1.5);
    color: #333333;
    margin-right: 5px;
}

.aboutNum .item .p1 .s2{
	font-size: 20px;
}

.aboutNum .item .p1 .jh{
	display: inline-block;
    font-size: 30px;
    transform: translateY(-15px);
    margin-right: 3px;
}

.aboutNum .item .p2{
	font-size: 18px;
	color: #999999;
	margin-top: 10px;
	font-weight: lighter;
}

.companyImg{
	margin-top: 95px;
}

.companyImg .div-img{
	border-radius: 45px;
}

.companyImg .div-img:hover img{
	transform: scale(1.1);
}

.nyAbout2 .nycommonTit{
	margin-bottom: 35px;
}

.nyAbout2 .aboutRight span{
	display: inline-block;
    margin: 0 3px;
    vertical-align: text-bottom;
}

.nyAbout2 .aboutRight span img{
	max-height: 40px;
	min-height: 30px;
}


.nyPartner{
	background-image: url(../images/partnerBg.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	padding: 165px 0;
}

.nyPartner .div-text{
	position: relative;
	z-index: 2;
}

.nyPartner .div-text .title{
	display: inline-block;
    color: #323542;
    font-size: 40px;
   font-weight: bold;
    padding-right: 60px;
    position: relative;
}

.nyPartner .div-text .title:after{
	position: absolute;
	content: "";
	width: 45px;
	height: 4px;
	background-color: #999;
	right: 0;
	top: 50%;
}

.nyPartner .div-text .des{
	font-size: 26px;
    font-weight: lighter;
    line-height: 2;
    margin-bottom: 75px;
    margin-top: 55px;
}

.more5 a{
	display: inline-block;
	padding: 13px 35px;
	transition: all .4s ease;
	border:1px solid #999;
	color: #999;
	position: relative;
	z-index: 1;
}

.more5 a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--main2);
	transition: all .4s ease;
	z-index: -1;
}

.more5 a:hover{
	color: #fff;
	border:1px solid var(--main2);
}

.more5 a:hover:after{
	width: 100%;
}
 

 .pImg{
 	position: absolute;
 	height: 80%;
 	right: 0;
 	top: 10%;
 	z-index: 1;
 }

.pImg img{
	height: 100%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.nyHistory{
	background-image: url(../images/history.jpg);
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}

.nycommonTit2{
	width: 500px;
	text-align:center;
	margin: auto;
	position: relative;
	margin-bottom: 85px;
}

.nycommonTit2 span{
	display: inline-block;
    color: #fff;
    font-size: 40px;
   font-weight: bold;
}

.nycommonTit2:after{
	position: absolute;
	content: "";
	width: 140px;
	height: 3px;
	background: #fff;
	left: 0;
	top: 50%;
}

.nycommonTit2:before{
	position: absolute;
	content: "";
	width: 140px;
	height: 3px;
	background: #fff;
	right: 0;
	top: 50%;
}
/**/
.nycommonTit4{
	text-align:center;
	margin: auto;
	position: relative;
	margin-bottom: 85px;
}

.nycommonTit4 span{
	display: inline-block;
    color: #333;
    font-size: 40px;
   font-weight: bold;
}

.nycommonTit4:after{
	position: absolute;
	content: "";
	width: calc(50% - 125px);
	height: 3px;
	background: #333;
	left: 0;
	top: 50%;
}

.nycommonTit4:before{
	position: absolute;
	content: "";
	width: calc(50% - 125px);
	height: 3px;
	background: #333;
	right: 0;
	top: 50%;
}

.his{
	padding: 0 2%;
	color: #fff;
}

.his .swiper-slide:nth-child(odd){
	margin-top: 65px;
}

.his .item{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}

.his .item:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
	left: 0;
	top: 0;
}

.his .item p.tit{
	font-size: 34px;
	font-weight: bold;
}

.his .item .year{
	margin: 25px 0;
}

.his .item .year span{
	position: relative;
	display: inline-block;
	font-size: 22px;
	padding: 12px 35px 12px 10px;
	z-index: 1;
	
}

.his .item .year span:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background-image:linear-gradient(to left, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0));
	opacity: .6;
}

.his .item .des p{
	font-size: 15px;
	margin-bottom: 15px;
	line-height: 1.6;
	font-weight: lighter;
}

.his .swiper-button-next:after,.his .swiper-button-prev:after{
    background: #fff;
    color: var(--primary);
    padding: 15px 15px;
    font-size: 30px;
}

/*解决方案*/
.nySolution{
	margin-bottom: 65px;
}

.nySolution,.nySystem{
	margin-top: 65px;
}

.nySolution .main,.nySystem .main{
	background: #fff;
	padding: 45px 35px;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.nySystem .commonTit{
	margin-top: 65px;
}

.nySystem .commonTit span{
	width: unset;
}

.nySystem .commonTit:after,.nySystem .commonTit:before{
	display: none;
}

.nySolution .div-img img{
	cursor: pointer;
	transition: all .4s ease;
}

.nySolution .div-img:hover img{
	transform: scale(1.02);
}

.solBlock1 .dleft{
	min-width: 39%;
	width: 39%;
	margin-right: 35px;
}

/**/
.solBlock2{
	margin-top: 65px;
	position: relative;
}
.solBlock2 .dright{
	min-width: 25%;
	width: 25%;
	margin-top: 65px;
}

.solBlock2 .dright{
	padding-left: 45px;
}

.solBlock2 .dright .swiper{
	height: 100%;
}

.solBlock2 .dleft .swiper{
	
}

.solBlock2 .dright .div-img{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f2f2;
}

.solBlock2 .dright .div-img img,.solBlock2 .dleft .div-img img{
	width: auto;
/*	height: 100%;*/
}

.solBlock2 .dright .swiper-slide.swiper-slide-thumb-active{
	border:1px solid #3098b9;
}

.solBlock2 .dleft{
	min-width: 70%;
	width: 70%;
}

.solBlock2 .dleft p.title{
	height: 65px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
}

.solBlock2-1{
	margin-top: 15px;
}

.solBlock2-1 .dright{
	margin-top: 15px;
}

.solBlock2-1 .dright .swiper-slide{
	background: #f2f2f2;
}

.solBlock2-1 .dleft p.title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
} 

.solBlock3 .commonTit,.solBlock4 .commonTit,.sysBlock3{
	margin-top: 65px;
}

.soltable td,.soltable th{
	vertical-align: middle;
	color: #535353;
}

.soltable .ftr td{
	padding: 20px 0;
}

.soltable .ftr p{
	color: #fff;
}



.cjList .item{
	margin-bottom: 25px;
	position: relative;
	cursor: pointer;
	z-index: 2;
}

/*.cjList .item:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	background-image:linear-gradient(to top, rgba(25, 60, 184, 1), rgba(25, 60, 184, 0));
	transition: all .6s ease;
	z-index: 1;
}

.cjList .item:hover:after{
	height: 100%;
}*/

.cjList .item:hover .div-img img{
	transform: scale(1.02);
}

.cjList .item .div-text{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px 25px;
	color: #fff;
	text-align: center;
	z-index: 3;
}

.cjList .item .div-text p.tit{
	font-size: 24px;
	font-weight: bold;
}

.cjList .item .div-text p.des{
	font-weight: lighter;
	line-height: 1.6;
	margin-top: 10px;
}


.sbLists .nav{
	margin-bottom: 45px;
}

.sbLists .nav li:nth-child(2){
	margin: 0 35px;
}

.sbLists .nav li div{
	font-size: 20px;
	padding: 10px 45px;
	border-radius:30px;
	border:1px solid #333;
	color: #333;
	min-width: 260px;
    text-align: center;
}

.sbLists .nav li .active{
	background: var(--main2);
	color: #fff;
	border:1px solid var(--main2);
}

.allSb a{
	display: block;
}

.allSb .item{
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
}

.allSb .item .div-text{
	padding: 20px 15px;
	background: #eeeeee;
	color: #333;
}

.allSb .item .div-text p{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.allSb .item .div-img{
	position: relative;
}

.allSb .item .div-img:after{
	position: absolute;
	content: "+";
	font-size: 30px;
	color: #fff;
	font-weight: lighter;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	transform: scale(0);
	opacity: 0;
	transition: all .4s ease;
}

.allSb .item .div-img:hover:after{
	transform: scale(1);
	opacity: 1;
}

.allSb .item .div-img:hover img{
	transform: scale(1.1);
}

.sysBlock2 .item{
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.sysBlock2 .item img{
	transition: all .4s ease;
}

.sysBlock2 .item1 .dimg img,.sysBlock2 .item2 .dimg img{
	max-width: 90%;
}

.sysBlock2 .item.item1{
	background-color: #f9e7d4;
	border:1px solid #e7a960;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 25%;
	width: 25%;
}

.sysBlock2 .item.item2{
	background-color: #333369;
	border:1px solid #333369;
	min-width: 25%;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 25px;

}

.sysBlock2 .item.item3{
	width: calc(50% - 50px);
	min-width: calc(50% - 50px);
}

.sysBlock2 .item:hover img{
	transform: scale(1.1);
}

.xnyList .dright{
	padding: 0 35px;
}

.xnyList .item{
	margin-bottom: 45px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #e6e6e6;
	cursor: pointer;
}

.xnyList .item .div-text{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.xnyList .dleft{
	min-width: 60%;
	width: 60%;
	padding: 0 45px;
}

.xnyList .dleft a{
	padding: 45px 35px;
}

.xnyList .dright{
	min-width: 40%;
	width: 40%;
	background-size: cover;
	background-position: center;
	transition: all .4s ease;
}

.xnyList .div-img:hover img{
	transform: scale(1.05);
}


/*服务保障*/
.nycommonTit3{
	text-align: center;
	margin-bottom: 45px;
}

.nycommonTit3 span{
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.nycommonTit3 span:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 3px;
	background: var(--main);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.nycommonTit3 p.des{
	margin: 0 25px;
	font-size: 18px;
	font-weight: lighter;
	color: #999999;
	margin-top: 25px;
	line-height: 1.7;
	max-width: 90%;
    margin-left: 5%;
}

.serLists .item{
	margin-bottom: 35px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.02), /* 底部阴影 */
                0 10px 10px rgba(0, 0, 0, 0.02), /* 右侧和底部阴影 */
                10px -10px 10px rgba(0, 0, 0, 0.02), /* 右侧和顶部阴影 */
                -10px -10px 15px rgba(0, 0, 0, 0.02); /* 顶部和左侧阴影 */
	background: #fff;
	border-radius: 10px;
	padding: 25px 30px;
	cursor: pointer;
}

.serLists .item .div-img{
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.serLists .item .div-img:hover img{
	transform: scale(1.05);
}

.serLists .item .div-text p.tit{
	font-size: 36px;
}

.serLists .item .div-text p.des{
	font-size: 18px;
	line-height: 1.8;
	color: #999999;
	font-weight: lighter;
	margin-top: 20px;
}

.serLists .item:hover .div-text p.tit{
	color: var(--main);
}


.serLists .swiper{
	padding: 25px 25px 45px 25px;
}

.serLists .swiper span{
	border-radius: 0;
	width: 40px;
	height: 4px;
	background: var(--main);
}
.nyAfter{
	background-image: url(../images/shBg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.shLists .item{
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
	overflow: hidden;
	cursor: pointer;
	transition:all .4s ease; 
	margin-bottom: 25px;
}

.shLists .item .div-text{
	padding: 25px 15px;
	text-align: center;
	font-size: 20px;
	transition:all .4s ease; 
}

.shLists .item:hover .div-img img{
	transform: scale(1.05);
}

.shLists .item:hover{
	background:var(--main);
}

.shLists .item:hover .div-text{
	color: #fff;
}

.jfDe{
	
}

.jfDe .div-img{
	max-width: 1200px;
	margin: auto;
	padding: 25px 45px;
	cursor: pointer;
}

.jfDe .div-img:hover img{
	transform: scale(1.02);
}

.markets{
	max-width: 1400px;
	margin: auto;
}

.markets p.tit{
	font-size: 30px;
	font-weight: bold;
}

.markets p.tit font{
	display: inline-block;
	line-height: 1;
}

.markets p.tit span{
	line-height: 1;
	display: inline-block;
    margin-left: 10px;
    vertical-align: text-bottom;
    transform: translateY(-6px);
}

.markets p.tit span svg{
	width: 30px;
	height: 30px;
	fill: var(--main);
}

.markets .item{
	margin-bottom: 45px;
	padding: 65px 4%;
	background: #eee;
}

.markets p.tit.tit2{
	transform: translateY(33px);
}

/*.mhr{
	margin: 25px;
	padding: 25px 0;
	border-top: 2px solid var(--main2);
}*/

.downloadList .item{
	background: #f5f5f5;
	margin-bottom: 25px;
	padding-left: 35px;
}

.downloadList .item .d1 a{
	display: inline-block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.downloadList .item .d1 i{
	display: inline-block;
	margin-right: 5px;
}

.downloadList .item .d1 img{
	width: 40px;
}

.downloadList .item .time{
	color: var(--main2);
	margin-right: 6%;
	font-weight: bold;
	min-width: 200px;
}

.downloadList .item .size{
	color: #999999;
	margin-right: 6%;
	min-width: 120px;
}

.downloadList .item .downBtn{
	display: inline-block;
	padding: 25px 35px;
	background: var(--main2);
	color: #fff;
	font-size: 18px;
	text-align: center;
	min-width: 150px;
}

.downloadList .item .downBtn p{
	margin-top: 5px;
}

/*新闻中心*/
.nynewsList .item{
	margin-bottom: 35px;
	background: #f5f5f5;
}
.nynewsList .item a{
	display: block;
	color: #313442;
}

.nynewsList .item .div-img{
	min-width: 35%;
	width: 35%;
}

.nynewsList .item .div-text{
	padding: 25px 35px;
}

.nynewsList .item .div-text p.title{
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nynewsList .item .div-text .time{
	font-size: 18px;
	color: #cccccc;
	min-width: 100px;
	text-align: right;
}

.nynewsList .item .div-text .des{
	margin: 15px 0;
	color: #444444;
	font-weight: lighter;
	line-height: 1.8;
}

.nynewsList .item .div-text .des p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newsmore span{
	display: inline-block;
	padding: 12px 35px;
	color: var(--main);
	border:1px solid var(--main);
	transition: all .4s ease;
}

.newsmore span:hover{
	background: var(--main);
	color: #fff;
}

.nynewsList .item:hover .div-img img{
	transform: scale(1.05);
}

.nynewsList .item:hover p.title{
	color: var(--main);
}

.newsCon h2.title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #313442;
}

.newsCon .meta{
	padding: 15px 0;
	border-bottom: 1px solid #777777;
	margin-bottom: 25px;
	font-size: 14px;
	color: #999999;
}

.newsCon .content{
	line-height: 1.8;
}

.newsCon .content .zy{
	padding: 35px 40px;
	background: #f5f5f5;
	border-radius: 10px;
	margin-bottom: 25px;
}

.newsCon .content .zy strong{
	color: var(--main);
}

.newsCon .content .nr{
	min-height: 100px;
}

.prev-next{
	margin-top: 35px;
}

.prev-next a{
	color: #555555;
	max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.prev-next a:hover{
	color: var(--main);
}

.prev-next span{
	color: var(--main);
	min-width: 65px;
}

.proDetail .dimg img{
	width: 100%;
	max-width: 100%;
}

.proDetail .prev-next span{
	color: var(--main2);
}

.proDetail .prev-next a{
	color: #333;

}

.proDetail .prev-next a:hover{
	color: var(--main2);
}

.leftSlider .item{
	margin-bottom: 25px;
	background: #f7f7f7;
	padding: 45px 30px;
}

.leftSlider .item .title{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
	padding-bottom: 15px;
	position: relative;
}

.leftSlider .item .title:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 3px;
	background: var(--main);
	left: 0;
	bottom: 0;
}

.slinews .list{
	margin-bottom: 15px;
}

.slinews .list a{
	display: block;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.slinews .list .div-img{
	min-width: 40%;
	width: 40%;
}

.slinews .list .div-text{
	padding: 10px 20px;
	line-height: 1;
}

.slinews .list .time{
	font-size: 12px;
	color: #999999;
}

.slinews .list p{
	line-height: 1.4;
    margin-top: 5px;
    font-size: 14px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sliInfos .info{
	margin-bottom: 15px;
}

.sliInfos .info .tb{
	display: inline-block;
	min-width: 45px;
	width:45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	margin-right: 10px;
}

.sliInfos .info .tb svg{
	width: 60%;
	fill: var(--main);
}

.sliInfos .info p.p1{
	font-size: 12px;
	color: #666666;
}

.sliInfos .info p.p2{
	color: #555555;
}

.sliInfos .info p.p2 a{
	color: #555555;
}

.sliInfos .info p.p2 a:hover{
	color: var(--main);
}

/*荣誉*/
.hpos{
	background: #f5f5f5;
}
.mbx2{
	color: #333333;
}

.mbx2 i{
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
	transform: translateY(-2px);
}

.mbx2 svg{
	width: 20px;
	height: 20px;
	fill: #333333;
}

.mbx2 span{
	display: inline-block;
	color: #333333;
	margin: 0 5px;
}

.mbx2 a{
	color: #333;
}

.hcates{
	max-width: 750px;
}

.hcates a{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	color: #333;
	font-size: 18px;
}

.hcates a.on{
	font-weight: bold;
	color: var(--main2);
}

.nyHonlists .item{
	margin-bottom: 35px;
}

.nyHonlists .item a{
	display: block;
	padding: 15px;
	border:1px solid #999;
	color: #666;
	font-size: 18px;
	background: #fff;
	cursor: pointer;
}

.nyHonlists .item .div-text{
	padding-top: 25px;
	padding-bottom: 15px;
}

.nyHonlists .item .div-text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nyHonlists .item:hover a{
	color: var(--main2);
}

.nyHonlists .item:hover .div-img img{
	transform: scale(1.03);
}

.nyHonor .nycommonTit3 span:after{
	background-color: var(--main2);
}

.nyPartner{
	background-image: url(../images/coobg.jpg);
	background-size: cover;
	background-position: top;
}

.PartnerLists .item{
	padding: 10px;
    height: 135px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.PartnerLists .item img{
	max-width: 100%;
	max-height: 100%;
	transition: all .4s ease;
}

.PartnerLists .item:hover img{
	transform: scale(1.02);
}

.block2{
	margin-top: 65px;
}

.conInfos{
	background: var(--main2);
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.conInfos .dinfos{
	min-width: 500px;
    width: 500px;
    padding: 45px 45px;
    color: #fff;
}

.conInfos .dinfos a{
	color: #fff;
	transition: all .3s ease;
}



.con-title{
	color: #fff;
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 35px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.con-title:after{
	position: absolute;
    content: "";
    width: 65px;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.conInfos .dinfos .item{
	margin-top: 25px;
	cursor: pointer;
}

.conInfos .dinfos .tb{
	margin-right: 10px;
}

.conInfos .dinfos .tb svg{
	width: 35px;
	height: 35px;
	fill: #fff;
}

.conInfos .dinfos p.p1{
	font-size: 14px;
	opacity: .8;
	font-weight: lighter;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.conInfos .dinfos p.p2{
	font-size: 18px;
	transition: all .3s ease;
}

.conInfos .dinfos .item:hover p.p1{
	opacity: 1;
}

.conInfos .dinfos .item:hover a,.conInfos .dinfos .item:hover p.p2{
	font-weight: bold;
}

.conMsg{
	box-shadow: 0 0 15px rgba(0,0,0,.08);
	margin-top: 65px;
	padding: 45px 45px;
	border-radius: 10px;
}

.conMsg .con-title{
	color: #333;
	text-transform: uppercase;
}

.conMsg .con-title:after{
	background: var(--main2);
}

.divForm form{
	display: block;
	width: 100%;
}

.divForm input,.divForm textarea{
	display: block;
	width: 100%;
	padding: 15px 25px;
	background: #eceef1;
	border:none;
	box-shadow: unset;
	outline: none;
	margin-bottom: 25px;
	font-weight: lighter;
}

.divForm input::placeholder{
	color: #666;
}

.divForm input{
	border-radius: 25px;
}

.divForm textarea{
	border-radius: 10px;
}

.divForm textarea::placeholder{
	color: #666;
}

.divForm button{
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: var(--main2);
	color: #fff;
	margin: auto;
	border:none;
	outline: none;
	margin-bottom: 45px;
	transition: all .4s ease;
}

.divForm button:hover{
	background: var(--main);
}

/*产品中心*/

.mbx3{
	color: #333;
	margin-bottom: 25px;
	font-size: 14px;
}

.mbx3 i{
	display: inline-block;
	transform: translateY(-2px);
}
.mbx3 svg{
	width: 17px;
	height: 17px;
	fill: #333;
}

.mbx3 span{
	display: inline-block;
	margin: 0 3px;
}

.proBan .main{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.proBan .div-text{
	position: absolute;
	width: 100%;
	max-width: 900px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 6%;
	color: #fff;
}

.proBan .div-text p.p1{
	font-size: 30px;
	font-weight: bold;
}

.proBan .div-text p.p2{
	font-size: 14px;
	line-height: 1.8;
	margin-top: 15px;
}

.secFl{
	margin-top: 15px;
	margin-bottom: 65px;
}

.nyPro{
	margin-top: 65px;
}

.nyPro .topF{
	border-bottom: 2px solid #323542;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.nyPro .topF a{
	display: inline-block;
	margin-right: 35px;
	padding-bottom: 22px;
	position: relative;
	line-height: 1;
}

.nyPro .topF a.on{
	font-size: 18px;
}

.nyPro .topF a.on:after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent; /* 左边框 */
	border-right: 8px solid transparent; /* 右边框 */
	border-top: 12px solid var(--main2); /* 底边框 */
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);

}

.nyPro .topF a.on{
	font-weight: bold;
	color: var(--main2);
}


.fllist a{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 35px;
	padding-left: 25px;
	position: relative;
	color: #333;
}

.fllist a:after{
	display: inline-block;
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #333;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.fllist a:before{
	display: inline-block;
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border:2px solid #333;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fllist a.on{
	color: var(--main2);
}

.fllist a.on:after{
	background: var(--main2);
}

.fllist a.on:before{
	border:2px solid var(--main2);
}

.psearch{
	position: relative;
	cursor: pointer;
}

.psearch .tb svg{
	width: 30px;
	height: 30px;
	fill: var(--main2);
}


.psearch .pForm{
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 40px;
	border-radius: 5px;
	overflow: hidden;
	pointer-events: none;
	opacity: 0;
	transform: scaleY(0);
	transition: all .4s ease;
}

.psearch .pForm form{
	display: block;
}

.psearch .pForm input{
	display: inline-block;
	padding: 12px 20px;
	border:1px solid #eee;
	min-width: 300px;
	border-radius: 5px;
}

.psearch .pForm button{
	position: absolute;
    display: inline-block;
    padding: 12px 20px;
    width: 80px;
    right: 0;
    border: none;
}

.psearch:hover .pForm{
	pointer-events: auto;
	opacity: 1;
	transform: scaleY(1);
}

.nyproLists{
	margin-top: 65px;
	margin-bottom: 45px;
}

.nyproLists .item{
	margin-bottom: 30px;
}

.nyproLists .item a{
	display: block;
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
	color: #333;
}

.nyproLists .item .div-img{
	min-width: 220px;
    width: 220px;
    margin-right: 15px;
}

.nyproLists .item .div-text p.title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-transform: capitalize;
}

.nyproLists .item a:hover .div-text p.title{
	
}
.nyproLists .item a:hover .div-img img{
	transform: scale(1.02);
}

.nyproLists .csitem .tb{
	display: inline-block;
	margin-right: 15px;
	opacity: .8;
} 
.nyproLists .csitem{
	margin: 10px 0;
}

.nyproLists .csitem .dleft{
	display: flex;
	align-items: center;
}

.nyproLists .csitem>div{
	align-items: center;
}

.nyproLists .csitem .tb svg{
	width: 22px;
	height: 22px;
	fill: var(--main2);
}

.nyproLists .csitem .s1{
	color: #999999;
	display: none;
}

.nyproLists .csitem .dright{
	color: #999999;
	font-size: 14px;

}

.nyproLists2 .item{
	margin-bottom: 30px;
}

.nyproLists2 .item a{
	display: block;
	border:1px solid #efeff0;
}

.nyproLists2 .item .div-text{
	padding: 20px 15px;
	text-align: center;
	background-color: #efeff0;
}

.nyproLists2 .item .div-text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nyproLists2 .item a:hover .div-img img{
	transform: scale(1.05);
}

.proDetail .main{
	margin-top: 65px;
	padding: 65px 35px;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
	border-radius: 5px;
}

.proImgs .csitem .tb{
	display: inline-block;
	margin-right: 15px;
} 
.proImgs .csitem{
	margin: 10px 0;
}

.proImgs .csitem .dleft{
	display: flex;
	align-items: center;
}

.proImgs .csitem .tb svg{
	width: 22px;
	height: 22px;
	fill: var(--main2);
}

.proImgs .csitem .s1{
	color: #999999;
	/*min-width: 125px;*/
}

.proImgs .csitem .dright{
	color: #999999;
	font-size: 14px;
}

.proImgs .dimgs{
	width: 55%;
	max-width: 55%;
	overflow: hidden;
}

.proImgs .dleftImg{
	min-width: 16%;
	width: 16%;
}

.proImgs .dleftImg .swiper{
	height: 100%;
}

.proImgs .dleftImg .div-img{
	background: #fff;
	border:1px solid #999999;
	padding: 15px;
	max-height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.proImgs .dleftImg .swiper-slide{
	opacity: .4;
}

.proImgs .dleftImg .swiper-slide-thumb-active{
	opacity: 1;
}

.proImgs .dleftImg .swiper-slide-thumb-active .div-img{
	background: #eee;
}

.proImgs .drightImg{
	width: calc(84% - 35px);
	background-image: url(../images/dproBg.jpg);
	background-size: cover;
	background-position: right;
	margin-left: 35px;
	position: relative;
	overflow: hidden;
}

.proImgs .drightImg .zoImg{
	position: absolute;
	right: 0;
	bottom: 0;
	transform: translateX(50%) translateY(50%);
}

.proImgs .drightImg .zoImg img{
	max-width: 280px;
}

.proImgs  .drightImg .div-img{
	width: 100%;
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.proImgs  .drightImg .div-img img{
	max-width: 70%;
	/*max-height: 80%;*/
}

.dleftImg .swiper,.drightImg .swiper{
	overflow: hidden;
}

.proDetail .main .div-text{
	width: calc(45% - 35px);
	margin-left: 35px;
}

.proDetail .main .div-text p.tit{
	font-size: 26px;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px dashed var(--main2);
	margin-bottom: 25px;
	text-transform: capitalize;
}

.proDetail .main .div-text .cs2{
	font-size: 15px;
    line-height: 1.8;
    font-weight: lighter;
    margin-top: 15px;
    color: #767676;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.proDetail .proImgs .csitem {
	margin-bottom: 25px;
}

.proDetail .proImgs .csitem>div{
	align-items: center;
}

.proDetail .proImgs .csitem .s1{
	font-size: 16px;
	width: max-content;
}

.proDetail .proImgs .csitem .dright{
	font-size: 14px;	
}

.proBtns{
	margin-top: 45px;
}

.proBtns .b1,.proBtns .b2{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 13px 15px;
	font-size: 18px;
	font-weight: bold;
	transition: all .4s ease;
}

.proBtns .b1{
	margin-right: 15px;
	background: #dddddd;
	color: #333333;
}

.proBtns .b2{
	background: #e48c22;
	color: #fff;
}

.proBtns .b1:hover,.proBtns .b2:hover{
	background: var(--main2);
	color: #fff;
}

.proBtns .b3{
	margin-top: 25px;
}

.proBtns .b3 a{
	display: inline-block;
	width: 100%;
	padding: 13px 15px;
	font-size: 18px;
	background: #fff;
	color: #999999;
	font-weight: bold;
	border:2px solid var(--main2);
	max-width: 382px;
}

.proBtns .b3 span.tb{
	display: inline-block;	
}

.proBtns .b3 span.tb svg{
	fill: var(--main2);
	width: 26px;
	height: 26px;
}

.proBtns .b3 font{
	display: inline-block;
	margin-left: 8px;
}

.proBtns .b3 a:hover{
	background: var(--main2);
	color: #fff;
}

.proBtns .b3 a:hover span.tb svg{
	fill: #fff;
}

.reProduct{
	margin-top: 45px;
	margin-bottom: 95px;
}

.reProduct .hotRight .item{
	box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.reProduct .hotRight .item a{
	padding-bottom: 30px;
}

.csTb{
	display: flex;
}

.csTb a{
	display: inline-block;
	padding: 15px 10px;
	width: 260px;
	text-align: center;
	font-size: 20px;
	background: #dddddd;
	text-transform: uppercase;
}

.csTb a.on{
	background: var(--main2);
	color: #fff;
}

.nrCs{
	margin-top: 45px;
	margin-bottom: 65px;
}

.csCon p{
	color: #212529;
	line-height: 1.8;
    font-weight: lighter;
}

.csCon h3.tit{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
	margin-top: 35px;
	text-transform: uppercase;
}

.csCon .csjj{
	background: #f3f4f2;
	padding: 30px 25px;
	border-radius: 10px;
	margin-bottom: 15px;
	line-height: 1.8;
}

.csCon .table1 th,.csCon .table1 td{
	padding: 15px 25px;
	min-width: 120px;
	vertical-align: middle;
}

.csCon .table1 th{
	background: #f3f4f2;
	font-weight: bold;
}

.csCon .table2 tr:nth-child(odd){
	background-color: #efeff0;
}

.csCon .table2 tr td{
	padding: 10px 45px;
}

.table td, .table th{
	border-top: unset;
}

.pkey .d1{
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}

.pkey .d2 a{
	display: inline-block;
	color: #fff;
	background: var(--main2);
	border-radius: 25px;
	margin-right: 15px;
	padding: 10px 35px;
}

.reLists .item{
	padding: 15px;
}

.reLists .item a{
	padding: 25px;
	display: block;
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.reLists .item .div-text{
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.reLists .item .div-text:after{
	position: absolute;
    content: "";
    width: calc(100% - 40px);
    height: 3px;
    background-color: var(--main2);
    left: 20px;
    bottom: 0;
    transition: all .4s ease;
}

.reLists .item p.tit{
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.reLists .item .divImg {
	    height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reLists .item .divImg img{
	max-width: 85%;
    max-height: 85%;
    transition: all .4s ease;
}

.reLists .item:hover .divImg img{
	transform: scale(1.03);
}

.reLists .item:hover a{
	color: var(--main2);
}

.reLists .item:hover .div-text:after{
	width: 100%;
	left: 0;
}

.reProduct .swiper{
	padding-bottom: 45px;
}

.reProduct .swiper-pagination span.swiper-pagination-bullet{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: var(--main2);
	margin: 0 10px;
}

.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);
}

.personInfo{
	margin-top: 65px;
}

.personInfo .person{
	padding: 45px 25px;
	background: #eee;
	border-radius: 5px;
	margin-bottom: 15px;
}

.personInfo .person p.p1{
	font-size: 18px;
	margin-bottom: 5px;
}

.personInfo .person p.p2{
	font-size: 20px;
	font-weight: bold;
}

.personInfo .person .d1 span.tb{
	display: inline-block;
	margin-right: 15px;
	width: 65px;
	height: 65px;
	line-height: 60px;
	text-align: center;
	background: var(--main2);
	border-radius: 50%;
}

.personInfo .person .d1 span.tb svg{
	width: 60%;
	fill: #fff;
	transition: all .4s ease;
}

.personInfo .person:hover .d1 span.tb svg{
	transform: rotateY(180deg);
}

.searchLists a{
	display: block;
	margin-bottom: 25px;
}

.searchLists a .item{
	padding: 15px 15px;
	border:1px solid #eee;
}

.searchLists .div-text{
	background: #ffff;
	padding: 25px 20px 15px 20px;
	border-top: 1px solid #eee;
}

.searchLists .div-text p{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 18px;
	font-weight: bold;
}

.searchLists .div-img{
	padding: 20px;
}

.searchLists a:hover .div-img img{
	transform: scale(1.05);
}




























