.footer .fl{
	width:80%;
}

.footer .fr{
	width:20%;
}
	.layer2{
		    position:fixed;
		    top:0;
		    left:0;
		    width:100%;
		    height:100%;
		    background:rgba(0,0,0,1);
		    z-index:9999;
		    display:none;
		}
		#dialog_large_image{
		   width: 100%;
		   
		    height:100%;
		 
		    left:50%;
		    position:fixed;
		    margin-left:-50%;
		    display:flex;
		    align-items: center;
		    justify-content: center;
		}
		
		.aibox .swiper-button-prev{
			background: url(../images/next.png) no-repeat center center;
				width: 17px;
				height: 24px;
				transform: rotate(0deg);
				left: 0;
				margin:0;
				top:33%;
		}
		.aibox .swiper-button-next{
			background: url(../images/next.png) no-repeat center center;
				width: 17px;
				height: 24px;
				transform: rotate(180deg);
				right: 0;
			margin:0;
			top:33%;
			
		}
		#dialog_large_image .photo{
		    max-width:100%;
			display: block;
			margin:0 auto;
			max-height: 100%;
			width: 100%;
		    overflow: scroll;
		}
		#dialog_large_image .photo::-webkit-scrollbar{
			display: none;
		}
		#dialog_large_image .photo img{
			max-width: 100%;
			/* 	max-height: 100vh; */
			    width: auto !important;
					    margin: 0 auto;
					    display: block;
						height:auto !important;
						max-height:100vh !important;
		}
		.layer2  .close,.layer4 .close{
		    position:fixed;
		       right: 10px;
		       top: 10px;
		    
		       cursor: pointer;
		}
		.layer2 a.next{
		    position:fixed;
		    top:50%;
		    right:25%;
		    margin-top:-22px;
		    width:40px;
		    height:40px;
		    background:url(../images/return.png) no-repeat center center/100%;
			transform: rotate(180deg);
		}
		.layer2 a.prev{
		    position:fixed;
		    top:50%;
		    left:25%;
		    margin-top:-22px;
		    width:40px;
		    height:40px;
		    background:url(../images/return.png) no-repeat center center/100%;
		}
.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	z-index: 5000;
	background: transparent;
	transition: ease .5s;

}

.header.on,
.header.on1 {
	background: #fff;
	border: none;
	box-shadow: 0 0 13px rgb(0 0 0 / 10%);
}

.header.on .fr li a,
.header.on1 .fr li a {
	color: #333
}

.header img.two {
	display: none;
}

.header.on img.two,
.header.on1 img.two {
	display: inline-block;
}

.header.on .lang span,
.header.on1 .lang span {
	color: #333
}

.header.on img.one,
.header.on1 img.one {
	display: none;
}

.header .fr {
	display: flex;
	justify-content: space-between;
	width: 80%;
	position: relative;
}

.header .subs {
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	background: #ebebeb;
	padding: 28px 0;
	 display: none; 
	z-index: 99;
}

.header .subs dl {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	margin: 0 9% 12px 0;
}

.header .subs dl:nth-of-type(4n) {
	margin-right: 0;
}

.header .subs dt{
line-height: 20px;
padding-bottom:2px;
margin-bottom:5px;
height:35px;
	border-bottom: 1px solid  #085b9b;
}
.header .fr .subs dt a {
	font-size: 18px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: rgba(8, 91, 155, 1);
	margin:0;
	
}
.header .subs dt i{
	display: inline-block;
	width:32px;
}
.header .subs dt i img{
	max-width:26px;
}
.header .subs dl img {
	vertical-align: middle;
	
}

.header .fr li {
	line-height: 70px;
	height: 70px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
.header .fr li .submenu{
	position: absolute;
	top:70px;
	box-shadow:0 0 2px #ccc;
	background:#fff;
	z-index: 999;
	width:120px;
	
	display: none;
	left: 50%;
	    margin-left: -60px;
}
.header .fr li:hover .submenu{
	display: block;
}
.header .fr li .submenu li{
	line-height:35px;
	height:35px;
	display: block;
	text-align:center;
	border-bottom:1px dashed #eee;
}
.header .fr li .submenu li a{
	display: block;
	text-align:center;
	font-size: 14px;
	color:#333;
}
.header .fr li .submenu li:hover a{
	color:#299cfe;
}
.header .fr li a {
	font-size: 18px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	margin: 0 15px;
}

.header .fr>ul>li.active {
	border-bottom: 5px solid rgba(0, 159, 185, 1);
}

.header .fr li:hover .subs {
	display: block;
}

.header .subs dd,
.header .subs dd a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #727171;
	line-height: 30px;
	
	margin: 0;
}
.header .subs dd{
	margin-bottom:8px;
}
.header .lang {
	position: relative;
	width:68px;
}

.header .fr .search .searchbox {
	position: absolute;
	top: 0px;
	right: 0;
	display: none;
	width: 100%;
	z-index: 99;
	
}

.header .fr .search .searchbox form {
	width: 100%;
	height: 70px;
		background: #fff; 
	line-height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 30px;
}

.header .fr .search .searchbox button {
	height: 40px;
	line-height: 40px;
	width: 50px;
	background: url(../images/se.png) no-repeat center center/25px;
}

.header .fr .search .searchbox input {
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #c1c2c2;
	background:none;
}

.header .fr .search .searchbox img {
	width: 20px;
	padding-right: 10px;
	cursor: pointer;
}

.searchbox .hot {
	width: 700px;
	border-top: 1px solid #eee;
	background: #fff;
	z-index: 99;
	padding: 10px 40px 40px;
	display: none;
}

.searchbox .hot span {
	font-size: 12px;
	display: block;
	margin-bottom: 15px;
	/* font-family: SourceHanSansSC-Light; */
}

.searchbox .hot li,
.searchbox .hot li a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	color: #333;
	line-height: 30px;
	height: 30px;
	display: block;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.header .languages {
	position: absolute;
	top: 32px;
	right: 0;
	width: 60px;
	display: none;
	background: #fff;

}


.header h1 img{
	height:32px;
}
.header .languages li {
	line-height: 30px;
	height: 30px;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	display: block;
}

.header .languages li a {
	display: block;
	text-align: center;
	color: #333;
	margin: 0;
}

.header .fl,
.header .header-right {
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header .lang span {
	font-size: 16px;
	
	font-weight: 300;
	color: #FFFFFF;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.header .lang {
	margin-left: 30px;
}

.banner img {
	width: 100%;
}

.banner .swiper-slide p,.banner p.fonts {
	font-size: 48px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 30%;
	left: 50%;
	width:80%;
	text-align: center;
	transform: translate(-50%, 0%);
}
.banner .swiper-slide> p.font{
	    font-size: 36px;
	    /* font-family: SourceHanSansSC-Light; */
	    font-weight: 300;
	    color: #FFFFFF;
	   
	  
	top: 40%;
	position: absolute;
	
	left: 50%;
	transform: translate(-50%, 0%);
}

@-webkit-keyframes here2 {
	0% {
		opacity: 0;
		transform: translate(-50%, -40px);
	}

	100% {
		opacity: 1;
		transform: translate(-50%, 0px);
	}
}

@-webkit-keyframes here3 {
	0% {
		opacity: 0;
		transform: translate(0%, -40px);
	}

	100% {
		opacity: 1;
		transform: translate(0%, 0px);
	}
}
@-webkit-keyframes here4 {
	0% {
		opacity: 0;
		
	}

	100% {
		opacity: 1;
		
	}
}
.banner .swiper-slide-active p,.banner p.fonts {
	animation-name: here2;
	animation-duration: 1s;
	animation-timing-function: linear;

}
.banner .swiper-slide-active p.font{
animation-name: here2;
	animation-duration: 1s;
	animation-timing-function: linear;

}
 .aboutbox2 .swiper-slide-active .layers h2,
.aboutbox2 .swiper-slide-active .layers p,
.aboutbox2 .swiper-slide-active .layers ul{
/* 	animation-name: here3;
	animation-duration: 2s;
	animation-delay:2s; */
	animation: here3 1s ease-in 1s 1 alternate both;
	-webkit-animation:  here3 1s ease-in 1s 1 alternate both;
} 
.aboutbox2 .swiper-slide-active .layers {
	
	animation: here4 .5s ease-in .5s 1 alternate both;
	-webkit-animation:  here4 .5s ease-in .5s 1 alternate both;
}
.banner .swiper-pagination {
	position: absolute;
	bottom: 40px;
}

.banner .swiper-pagination-bullet,
.indexproduct .swiper-pagination-bullet,
.indexhy .swiper-pagination-bullet,
.aboutbox2 .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 0.3;
	background: #fff;
	margin: 0 10px !important
}
.indexproduct .swiper-button-prev,.indexproduct .swiper-button-next,.aboutbox2 .swiper-button-prev,.aboutbox2 .swiper-button-next{
	 
		width:48px;
		height:48px;
		border-radius: 50%;
	   
	   background:url(../images/next2.png) no-repeat center center/17px;
}
.indexproduct .swiper-button-prev:hover,
.indexproduct .swiper-button-next:hover,
.aboutbox2 .swiper-button-prev:hover,
.aboutbox2 .swiper-button-next:hover{

	background-color: rgba(0,159,185,.5);
}
.indexproduct .swiper-button-next,
.aboutbox2 .swiper-button-next{
	transform: rotate(180deg);
}
.aboutbox2 .swiper-pagination-bullet-active {
	opacity: 1;
}

.indexhy .swiper-slide video {
	display: none;
}

.indexhy .swiper-slide-active video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
	z-index: 99;
	display: block;
}

.banner .swiper-pagination-bullet-active,
.indexproduct .swiper-pagination-bullet-active,
.indexhy .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}



.titles {
	padding: 70px 0;
	text-align: center;
}

.titles h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color:#333;
	text-align: center;
	margin-bottom: 10px;
}

.titles a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	
	
  display: inline-flex;
  align-items: center;
  height:30px;
  line-height: 30px;
}
.titles a i,.titles a img{
	margin-left: 0px;
	color:#0099b3;
	font-size: 20px;
	margin-top:2px;
}

.indexproduct .swiper-slide,
.indexhy .swiper-slide {
	width: 1200px;
	height: 675px;
	overflow: hidden;
	cursor: pointer;
}

.indexproduct .swiper-slide p,
.indexai .swiper-slide p {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 999;
	text-align: center;
}

.indexproduct .swiper-slide-active p,
.indexai .swiper-slide-active p {
	animation-name: here3;
	animation-duration: 1s;
	animation-timing-function: linear;
}

.indexproduct .swiper-slide img.play {
	width: 120px;
	height: 121px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.indexproduct .swiper-slide img,
.indexhy .swiper-slide img {
	width: 100%;
	height: 100%;
}

.indexproduct .swiper-pagination,
.indexai .swiper-pagination {
	position: absolute;
	bottom: 20px;
}

.indexai {
	background: url(../images/bg.png) no-repeat top center/100%;
}

.indexai .con {
	display: flex;
	justify-content: space-between;
}

.indexai .con>img,
.indexai .con>.text {
	width: 50%;

}

.indexai .con>.text {
	background: url(../images/bg2.png) no-repeat center bottom/cover;
	padding: 6% 0 0 100px;
	box-sizing: border-box;
	box-shadow: 5px 5px 10px #a1a0a0;
}

.indexai .con>.text .font {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: bold;
	color: #333333;

}

.indexai .con>.text .line {
	width: 2px;
	height: 110px;
	background: #d4d5d5;
	margin: 20px 0;
}

.indexai .con>.text .cons {
	width: 50%;
}

.indexai .con>.text p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #333333;
	line-height: 28px;
	margin-bottom: 25px;

}

.indexabout .con {
	background: #085b9b;
	padding: 100px 0 250px;
	position: relative;
}

.indexabout .swiper-container {
	padding-bottom: 30px;
}

.indexabout .swiper-pagination {
	bottom: 0;
}

.indexabout .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	opacity: 0.3;
	background: #fff;
	margin: 0 4px !important;
}

.indexabout .swiper-pagination-bullet-active {
	opacity: 1;
}

.indexabout .con .fl {
	width: 45%;
}

.indexabout .con .fl h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Bold; */
	background: url(../images/line.png) no-repeat bottom left;
	padding-bottom: 10px;
	margin-bottom: 60px;
	color: #FFFFFF;
}

.indexabout .con .fl p {
	font-size: 16px;
	
	font-weight: 300;
	color: #FFFFFF;
	line-height: 28px;
	margin-bottom: 30px;
}

.indexabout .con .fl .link {
	margin-top: 50px;
}

.indexabout .con .fl .link a {
	height: 40px;
	padding-right:6px;
	line-height: 40px;
	border: 1px solid #fff;
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	padding-left: 15px;
	/* background: url(../images/more2.png) no-repeat right 10px center; */
	box-sizing: border-box;
	    display: inline-flex;
	    align-items: center;
}


.footersides{
	position: fixed;
	top:auto;
	bottom:40px;
	left:auto;
	right:70px;
	z-index: 999;
	width:240px;
	
}

.footersides .contents{
	background:rgba(255,255,255,1);
	box-shadow:0px 1px 5px 0px rgba(20,14,18,0.3);
	border-radius:5px;
	width:240px;
	display:none;
	z-index: 999;
}
.footersides .contents.active{
	display:block;
	
}
.footersides .contents .item{
	height:58px;
	line-height: 58px;
	background:rgba(255,153,0,1);
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding-left:27px;
	position: relative;
}

.footersides .contents .item img{
	position: absolute;
	right:27px;
	top:20px;
}
.footersides .contents .item img.del2{
	display:none;
}
.footersides .contents .item img.del1{
	display: block;
}
.footersides .contents .tabs{
	padding:20px 27px 20px 14px;
}

.footersides .contents .tabs span{
	color:rgba(255,153,0,1);
	width:10px;
	display:inline-block;
}

.footersides .contents .tabs input{
	width:184px;
	height:30px;
	line-height:30px;
	border:1px solid rgba(118, 118, 118,1);
	padding-left:10px;
	font-size: 13px;
	color:#333;
}

.footersides .contents .tabs .info{
	margin-bottom:5px;
}
.footersides .contents .tabs input::-webkit-input-placeholder,
.footersides .contents .tabs textarea::-webkit-textarea-placeholder{
	color:#999
}

.footersides .contents .tabs textarea{
	width:184px;
	height:78px;
	resize: none;
	padding-left:10px;
	font-size: 13px;
	color:#333;
	border:1px solid rgba(118, 118, 118,1);
}

.footersides .contents .tabs button{
	width:92px;
	height:36px;
	line-height:36px;
	text-align:center;
	color:#fff;
	font-size:15px;
	font-family:Arial;
	font-weight:bold;
	color:rgba(255,255,255,1);
	background:rgba(255,153,0,1);
	border-radius:6px 6px 6px 6px;
	border:none;
	float: right;
	margin-top:5px;
	letter-spacing:1.2px;
}
.footersides .contents .tabs .info:last-child span{
	vertical-align: top;
}

.footerside a.inqu{
	width:196px;
	height:54px;
	box-sizing: border-box;
	border-radius:27px 26px 26px 27px;
	line-height: 54px;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
	color:rgba(255,255,255,1);
	padding-left:70px;
	background:url(../images/ly.png) no-repeat left 20px center;
	background-color:rgba(255,153,0,1);
	display:block;
	margin:20px auto;
}



.indexabout .con .fl .link a i{
	font-size: 20px;
	margin-left: 10px;
}
.indexabout .con .fr {
	width: 48%;
	margin-top:129px;
}
.aboutbox2 .swiper-slide .layers li>span{
	margin-right:8px;
}
.indexabout .con .fr .video {
	position: relative;
	margin-bottom: 15px;
}

.indexabout .con .fr .video img {
	width: 100%;
}

.indexabout .con .fr .video img:last-of-type {
	width: 76px;
	height: 76px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.indexabout .con .fr .swiper-container ul {
	display: flex;
	justify-content: space-between;
}

.indexabout .con .fr .swiper-container li {
	width: 49%;
}

.indexabout .con .fr .swiper-container li img {
	width: 100%;
	height:155px;
}

.indexabout .nums {
	background: #fff;
	height: 260px;
	/* background:url(../images/bg3.png) no-repeat center center/cover; */
	box-shadow: 0 0 10px #a1a0a0;
	position: absolute;
	bottom: -100px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	margin-top: 80px;
	padding: 70px 0 0;
	box-sizing: border-box;
}

.indexabout .nums ul {
	display: flex;
	justify-content: space-between;
}

.indexabout .nums li {
	flex: 1;
	text-align: center;
}

.indexabout .nums li span,
.indexabout .nums li i {
	font-size: 42px;
	    /* font-family: SourceHanSansSC-Bold; */   
	font-weight: 800; 
	color: #085b9b;
	font-style: normal;
	padding:0 5px;
}

.indexabout .nums li p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	text-align: center;
	
	width:85%;
	margin:40px auto 0;
}

.indexnews {
	padding: 130px 0 100px;
}

.indexnews li {
	width: 32%;
	float: left;
	margin: 0 2% 40px 0;
	background: #fff;
	box-shadow: 0 0 10px #a1a0a0;
}

.indexnews li:nth-of-type(3n) {
	margin-right: 0;
}

.indexnews li .txt {
	padding: 25px 20px;
}

.indexnews li a {

	display: block;
}

.indexnews li a img {
	width: 100%;
	height: 100%;
	transition: all .3s;
}

.indexnews li a> i {
	transition: all .3s;
	overflow: hidden;
	display: block;
	height: 210px;
}
.indexnews li .more i{
	    margin-left: 0px;
	    color: #0099b3;
	    font-size: 20px;
		margin-top:.01rem;
	
}
.indexnews li:hover img {
	transform: scale(1.1);
}

.indexnews li .time {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #333333;
	
	border-bottom: 1px solid #009FB9
}

.indexnews li .font {
	font-size: 22px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	margin: 20px 0 30px;
	height:68px;
	overflow: hidden;
	    word-break: break-word;
}

.indexnews li .font2 {
	font-size: 14px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.indexnews li .more {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	/* background: url(../images/more.png) no-repeat right center; */
	height: 25px;
	line-height: 25px;
	padding-right: 20px;
	margin-top: 40px;

	display: inline-flex;
}

.footer {
	background: #02203f;

}

.footer .wrap.fn-clear {
	padding: 60px 0 40px;
}

.footer dl,
.footer .fl>div {
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
.footer .fl>div{
	margin-right:0;
}
.footer dt {
	font-size: 20px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footer dd a,
.footer .fr p {
	color: rgba(193, 194, 194, 1);
	font-size: 16px;
	line-height: 36px;
}

.footer .fl>div dl {
	display: block;
	margin-bottom: 50px;
}

.footer .fr {
	width: 20%;
}

.footer .fr .font1 {
	font-size: 17px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footer .fr .code img {
	width: 71px;
}

.footer .fr .code span {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #FFFFFF;
	display: block;

	margin: 20px 0 15px;
}

.footer .copy {
	padding-bottom: 50px;
}

.footer .copy .logo {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 20px;
	align-items: center;
	border-bottom: 1px solid rgba(193, 194, 194, 0.5)
}
.footer .copy .logo img{
	width:2rem;
}
.header .subs dd a:hover,.header .fr li a:hover{
	color:rgba(0, 159, 185, 1)
}
.footer .copy p {
	font-size: 12px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300; text-align:center;
	color: #FFFFFF;
}

.footer .icos a {
	margin-left: 35px;
}

.footer .icos i {
	font-size: 25px;
	color: #009fb9;
}

.banner .txt {
	position: absolute;
	top: 30%;
	left: 0%;
	width: 100%;
	text-align: center;

}

.banner .txt .font2 {
	font-size: 48px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: bold;
	color: #FFFFFF;
	background: url(../images/.png) no-repeat center center/8.5rem;
	animation-name: here3;
	animation-duration: 1s;
	animation-timing-function: linear;
}

.banner .txt .font {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 50px;
	animation-name: here3;
	animation-duration: 2s;
	animation-timing-function: linear;
}

.submenus {
	line-height: 70px;
	height: 70px;

}

.submenus a,.submenus span {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
}

.submenus a:last-of-type {
	color: rgba(0, 159, 185, 1)
}

.aboutbox1 h2,
.aboutbox2 h2,
.aboutbox3 h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #231815;
	text-align: center;
	margin-bottom: 230px;
}

.aboutbox1 .swiper-father {
	/* background: #f0f0f0;
	height: 538px; */
	position: relative;
}

.aboutbox1 .swiper-container {
	width: 1200px;

	position: absolute;
	top: -150px;
	left: 50%;
	transform: translate(-50%, 0);

}

.aboutbox1 .swiper-slide img {
	width: 100%
}

.aboutbox1 .swiper-father  p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	line-height: 28px;
	width: 1056px;
	margin: 0px auto 0;
	
	/* position: absolute;
	bottom:20px;
	left:50%;
	margin-left: -528px; */
}
.aboutbox1 .swiper-father .wow{
	padding-top:430px;
}
.aboutbox1 .swiper-father .grey{
background: #f0f0f0;
padding-bottom:20px;
position: relative;
}
.aboutbox1 .swiper-button-prev,
.aboutbox4 .swiper-button-prev {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(0deg);
	left: 0%;
	top: 30%;
	outline: none;
}

.aboutbox1 .swiper-button-next,
.aboutbox4 .swiper-button-next {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(180deg);
	right: 16%;
	top: 30%;
	outline: none;
}
.aboutbox4 .swiper-button-next{
	right:0;
}
.aboutbox4 .swiper-button-prev,
.aboutbox4 .swiper-button-next {
	top: 48%;
	
}

.aboutbox2 h2,
.aboutbox3 h2 {
	margin: 80px 0;
}

.aboutbox2 .swiper-slide {
	width: 1200px;
	height: 676px;
	overflow: hidden;
	cursor: pointer;
}

.aboutbox2 .swiper-slide .layers {
	opacity: 0;
}



.aboutbox2 .swiper-slide>img {
	width: 100%;
	height: 100%;
}

.aboutbox2 .swiper-slide .layers {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: block;

}



.aboutbox2 .swiper-slide .layers h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 110px;
}

.aboutbox2 .swiper-slide .layers .fonts p,.aboutbox2 .swiper-slide .layers .fonts span {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.aboutbox2 .swiper-slide .layers ul {
	width: 88%;
	margin: 80px auto 0;
	display: flex;
	    justify-content: center;
	    flex-wrap: wrap;
}

.aboutbox2 .swiper-slide .layers li {
	flex: 1; 
	text-align: center;
	margin:0 .1rem;
}
.aboutbox2 .swiper-slide .layers .lg li{
	flex:inherit
}
.aboutbox2 .swiper-slide .layers .lg li img{
	position: relative;width: auto;
	top:0;
	right:0;
	    height: 44px;


}
.aboutbox2 .swiper-slide .layers li>span,
.aboutbox2 .swiper-slide .layers li>i{
	font-size: 42px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: 800;
	color: #FFFFFF;
	font-style: normal;
}
.aboutbox2 .swiper-slide .layers li>span{
	margin-right:8px;
}
.aboutbox2 .swiper-slide .layers li p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	margin-top: 7px;
}

.aboutbox3 li {
	width: 49%;
	float: left;
	margin: 0 2% 20px 0;
	position: relative;
}

.aboutbox3 li:nth-of-type(2n) {
	margin-right: 0;
}

.aboutbox3 li .layers >span {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Bold; */
	display: block;
	text-align: center;
	color: #FFFFFF;
	padding-top:140px;
	margin-bottom: 50px;
}
.aboutbox3 li:hover .layers{
	background:rgba(8, 91, 155, .8);
}
.aboutbox3 li  p span{
	margin:0 15px;
}
.aboutbox3 li:nth-of-type(1) .layers p span{
	margin:0 30px 0 0;
}
.aboutbox3 li .layers {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.15);
}

.aboutbox3 .swiper-wrapper {
	display: block;
}

.aboutbox3 li .layers p {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
	width:90%;
	margin:0 auto;
}
.aboutbox3 li:nth-of-type(1) .layers p{
	text-align: left;
	
}
.aboutbox3 li:nth-of-type(1) .layers span{
	margin-bottom:30px;
}
.aboutbox3 li img {
	width: 100%;
}

.aboutbox4 h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #231815;
	text-align: center;
	margin: 70px 0 90px;
}

.aboutbox4 .swiper-father {
	background: url(../images/bg11.png) no-repeat top center/cover;
	padding: 95px 0 85px;
	position: relative;
}

.aboutbox4 .swiper1 {
	width: 1200px;
	margin: 0 auto;
	padding-bottom:20px;
	max-width: 100%;
	
}
.aboutbox4 .swiper1 .swiper-slide{
	background: #fff;
	width:96% !important;
	margin:0 2%;
}
.aboutbox4 .swiper1 .swiper-slide>img {
	width: 58%;
	height:100%;
}

.aboutbox4 .swiper1 .swiper-slide .txt {
	width: 42%;
	float: right;
	padding: 40px 70px 0;
	box-sizing: border-box;
	height:100%;
	position: absolute;
	    right: 0;
	    top: 0;
box-shadow: 5px 5px 10px #a1a0a0;
}

.aboutbox4 .swiper1 .swiper-slide .txt span {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Bold; */

	color: rgba(0, 159, 185, 1);
	display: block;
	margin-bottom: 20px;
}

.aboutbox4 .swiper1 .swiper-slide .txt span.line {
	display: none;
	width: 2px;
	height: 111px;
	background: #cdcdcd;
	margin: 30px 0;
}

.aboutbox4 .swiper1 .swiper-slide .txt p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #333;
}

.aboutbox4 .swiper2 {
	/* background: url(../images/bg15.png) no-repeat top 80px center; */
	width: 1200px;
	margin: 0 auto 0;
	padding: 100px 0 0;
	max-width: 100%;
}

.aboutbox4 .swiper2 .swiper-slide {
	width: 16% !important;
	background:url(../images/dotbg.png) no-repeat left top;
}

.aboutbox4 .swiper2 .swiper-slide span {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color:#333;
	background: url(../images/dot1.png) no-repeat top 25px left 10px;
	padding-top: 100px;
	/* width: 46px; */
	width: 100%;
	display: inline-block;
	vertical-align: top;
	/* text-align: center; */
}

.aboutbox4 .swiper2 .swiper-slide-thumb-active span {
	background: url(../images/dot2.png) no-repeat top 20px left 4px, url(../images/car.png) no-repeat top 60px left 5px;

}

.aboutbox5 {
	padding: 70px 0 210px;
}

.aboutbox5 h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color:#333;
	text-align: center;
	margin-bottom: 50px;
}

.layers,.layer2s{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	display: none;
}

.layers iframe {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
 	width:836px !important; 
	max-width: 90%;
	
	transform: translate(-50%, -50%);
}
.layers video {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	width:1200px;
	max-width: 90%;
	
	transform: translate(-50%, -50%);
}
.newdetail .fr li:hover p.title,.newdetail .fr li:hover span.time{
	color:rgba(0, 136, 162, 1)
}

.layers img {
	width: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.banner .scroll1 {
	position: absolute;
	top: 50%;
	left: 32%;
	animation: rotate1 2s linear infinite;
}

.banner .scroll2 {
	position: absolute;
	top: 30%;
	left: 47%;
	animation: rotate1 2s linear infinite;
}

.banner .scroll3 {
	position: absolute;
	top: 25%;
	left: 51%;
}

@keyframes rotate1 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}


.aibox {
	background: url(../images/bg4.png) no-repeat top center/cover;
}

.aibox .submenus a {
	color: #fff;
}

.aibox .submenus a:last-of-type {
	color: rgba(0, 159, 185, 1);
}

.aibox .tabtitle,
.newslist .tabtitle,
.aboutbox5 .titles {
	width: 450px;
	margin: 0 auto 80px;
	height: 48px;
	box-sizing: border-box;
	background: url(../images/line3.png) no-repeat center bottom/100%;
	/* border-bottom:1px solid #c1c2c2; */ 
	padding: 0;
}
.aibox .tabtitle{
	width:auto;
	display: inline-block;
}
.aboutbox5 .titles {
	width: 920px;
	display: flex;
	background-size: 100%;
}

.aibox .tabtitle ul,
.newslist .tabtitle>ul {
	display: flex;

}

.aibox .tabtitle li,
.newslist .tabtitle>ul>li,
.newslist .tabtitle>ul>li>a,
.aboutbox5 .titles span {
	flex: 1;
	text-align: center;
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #C1C2C2;
	line-height: 36px;
	height:50px;
	/* padding-bottom: 50px; */
	box-sizing: border-box;
	cursor: pointer;
	position: relative;

}
.aibox .tabtitle li{
	flex:auto;
	width:auto;
	padding:0 40px;
}
.aibox .tabtitle li.active,
.newslist .tabtitle>ul>li.active,

.aboutbox5 .titles span.active {
	color: #009FB9;
	background: url(../images/border.png) no-repeat bottom center, url(../images/border4.png) no-repeat right top;
}
.aibox .tabtitle li.active{
	background: url(../images/border.png) no-repeat bottom center, url(../images/border2.png) no-repeat right top;
}
.aibox .tabtitle li.active>a,
.newslist .tabtitle>ul>li.active>a{
	color: #009FB9;
}
.map img {
	width: 100%;
}

.newslist .tabtitle>ul>li .sub {
	position: absolute;
	top: 60px;
	width: 140%;
	text-align: center;

	display: none;
}

.newslist .tabtitle>ul>li.active .sub {
	display: flex;
}

.newslist .tabtitle>ul>li .sub li {
	flex: 1;
	text-align: center;
}

.newslist .tabtitle>ul>li .sub a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #C1C2C2;
}

.newslist .tabtitle>ul>li .sub a.active {
	color: #009FB9;
}

.aibox .photos {
	display: none;
	justify-content: space-between;
	align-items: center;
}

.aibox .photos.active,.aibox .swiper-slide.photos{
	
	justify-content: space-between;
	align-items: center;
}
.aibox .photos.active{
	display: flex;
}
.aibox .pho1 .swiper-slide.photos{
	display: none;
}
.aibox .pho1 .swiper-slide.active{
	display: flex;
	justify-content: space-between;align-items: center;
}
.aibox .photos>img {
float: left;
width:48%;
}
	.productdetail .center iframe,.productdetail .center video,
	.productdetail .bottom iframe,.productdetail .bottom video{
		max-width:100% !important
	}
.productdetail .bottom img{
		max-width: 100%;
		display: block;
		margin:0 auto;
		height:auto !important
	}
.aibox .photos .txt {
	width: 48%;
	float: right;
	
}

.aibox .photos .txt .font {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: bold;
	color: #009FB9;
	margin-bottom: 50px;
	text-align: left;
}

.aibox .photos .txt .font2 {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	line-height: 28px;
}

.aibox .photos .txt a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;

	
	margin-top: 30px;
	display: inline-flex;
	line-height: 30px;
}
.aibox .photos .txt a i{
	padding-left: 0px;
	color: #0099b3;
	    font-size: 20px;
	margin-top:.01rem;
}

@media screen and (min-width:1100px) and (max-width:1920px) {

.successcase ul {
	display: flex;
	align-items: flex-start;
	
	padding: 90px 0;
	flex-wrap: wrap;
}	
.aibox .iconav ul{
	display: flex;
	
	/* justify-content: center; */
	padding: 90px 0;
}	

}



.aibox .iconav2 li {
	width: auto;
	margin-right: 19%;
	
}
.successcase ul li{
	margin:0;
	text-align: center;
	width:25%;
}
.aibox .iconav li {
	width:20%;
	text-align: center;
	margin-right: 0;
}
/* .aibox .list4 .iconav li{
	margin-right: 6%;
} */
.aibox .list4 .iconav ul{
	    justify-content: flex-start;
}
.aibox .list2 .iconav li,.aibox .list1 .iconav li {

	text-align: center;
	cursor: pointer;
	margin-right: 0%;
}
.aibox .list1 .iconav li{
	flex:1;
	
}
.successcase ul {
	padding: 0;
}

.successcase ul li:nth-of-type(4n),
.aibox .iconav2 li:nth-of-type(4n) {
	margin-right: 0;
}

.aibox .iconav li i,
.successcase ul li i {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: #eff0f0; */
	border-radius: 50%;
	margin: 0 auto;

}

/* .successcase ul li.swiper-slide-active i{
	background: #009fb9;

} */

.aibox .iconav li i img,
.successcase ul li i img {
	width: 100%;
	height: 100%;
}

.aibox .iconav li i img:last-of-type,
.successcase ul li i img:last-of-type {

	display: none;
}

.successcase ul li i img:last-of-type {
	display: none;
}
.successcase ul li i:hover img:last-of-type{
	display: block;
}
.successcase ul li i:hover img:first-of-type{
	display: none;
}
.aibox .iconav li span,
.successcase ul li span {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #C1C2C2;
	display: block;
	text-align: center;
	height: 100px;
	width: 185px;
	margin: 20px auto 0;
}

.successcase ul li span,
.aibox .iconav2 li span {

	width: auto;
	margin: 20px 0 0;
	display: inline-block;
}

.successcase ul li span {
	color: #1A1A1A;
}

.aibox .tabtitle li,
.newslist .tabtitle>ul>li,
.aboutbox5 .titles span {
	background: url(../images/border4.png) no-repeat right top;
}
.aibox .tabtitle li{
	background: url(../images/border2.png) no-repeat right top;
}
.aibox .tabtitle li:last-of-type,
.newslist .tabtitle>ul>li:last-of-type,
.aboutbox5 .titles span:last-of-type {
	background: none;
}

.aibox .tabtitle li:last-of-type.active,
.newslist .tabtitle>ul>li:last-of-type.active,
.aboutbox5 .titles span:last-of-type.active {
	background: url(../images/border.png) no-repeat bottom center;
}

.aboutbox5 .tab {
	width: 1250px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

.aboutbox5 .tab .swiper-container {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 100px;
	display: none;
	max-width: 100%;
}

.aboutbox5 .tab .swiper-container:first-of-type {
	display: block;
}

 .aboutbox5 .tab .swiper-pagination-bullet{
	width: 15px;
	height:15px;
	 border-radius:50%;
	    background: #e8e8e8; 
	  opacity: 1;
	margin:0 5px !important
}
.aboutbox5 .tab .swiper-pagination-bullet-active{
	background: #009fb9;
} 
.aboutbox5 .tab .swiper-pagination {
	/* background: url(../images/line4.png) no-repeat center center; */
	display: inline-block;
	left:50%;
	transform: translate(-50%,0);
	height: 10px;
	bottom: 10px;
		 border-radius:5px;
}

.aboutbox5 .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	/* -webkit-transform: scale(0.7);
	transform: scale(0.7);
	width:20%; */
	
}
.aboutbox5 .swiper-slide img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.aboutbox5 .swiper-slide-prev,
.aboutbox5 .swiper-slide-next {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	/* -webkit-transform: scale(0.7); 
	transform: scale(0.7); */
	
	
}



.aboutbox5 .swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1); 
	z-index: 1002;
	
	/* margin: 0 40px 0 40px !important; */
}
.aboutbox5 .swiper-slide-active  img{
	width: 100%;
}

.aboutbox5 .swiper-wrapper{
	display: flex;
	align-items: center;
}
.aboutbox5 .swiper-slide p{
	text-align: center;
	font-size: 16px;
	width:70%;
	margin:0 auto;
	line-height:30px;
	
}
.aboutbox5 .swiper-slide-active p{
	width: 100%;
}
.aboutbox5 .swiper-slide-prev img,.aboutbox5 .swiper-slide-prev p{
	      margin-left: 7.5%;
}
.aboutbox5 .swiper-slide-next img,
.aboutbox5 .swiper-slide-next p{
	    margin-left: 22.5%;
}
.aboutbox5 .active1 img {
	margin-left: 50px;
}

.aboutbox5 .active2 img {
	margin-left: -50px;
}



.aibox .iconav li:hover span,
.aibox .iconav li.swiper-slide-thumb-active span,
.aibox .iconav li.active span{
	color: #009fb9;
}

/* .aibox .iconav li:hover i,
.aibox .iconav li.active i {
	background: #009fb9;
} */

/* .aibox .iconav li:hover i img:last-of-type, */
.aibox .iconav li.swiper-slide-thumb-active i img:last-of-type,
.aibox .iconav li.active i img:last-of-type{
	display: block;
}

/* .aibox .iconav li:hover i img:first-of-type, */
.aibox .iconav li.swiper-slide-thumb-active i img:first-of-type,
.aibox .iconav li.active i img:first-of-type{
	display: none;
}

.aibox .list {
	display: none;
}

.aibox .list:first-of-type {
	display: block;
}

.productbox1 {
	padding-top: 0px;
}

.productbox1 .swiper-slide i {
	width: 110px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	/* background: #eff0f0;
	border-radius: 50%; */
}

.productbox1 .text {
	margin-top: 100px;
}

.productbox1 .text h2,
.successcase h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color:#333;
	text-align: center;
	margin-bottom: 40px;
}

.productbox1 .text p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #1A1A1A;
	text-align: left;
	width: 80%;
	margin: 0 auto;
	line-height: 28px;
}

.queren{width:120px;margin: 0 auto;height: 45px;line-height: 45px;text-align: center;background: #009fb9;font-size: 24px;color:#fff;display: block;border-radius: 15px;}
.tyImg{width:54px;height: 54px;margin:0 auto;}
.tyImg img{width:54px;height: 54px;}
.tanchuang h1{width:100%;text-align: center;color:#009fb9;font-size: .24rem;margin-top:.4rem;}
.tanchuang h3{width:100%;text-align: center;color:#333;font-size: 14px;margin-top: 35px;margin-bottom:73px;}
.productbox1 .swiper-slide i img:last-of-type {
	display: none;
}

.productbox1 .swiper-slide i img:first-of-type {
	display: block;
}

.productbox1 .swiper-slide.active i img:last-of-type,
.productbox1 .swiper-slide:hover i img:last-of-type{
	display: block;
}

.productbox1 .swiper-slide.active i img:first-of-type,
.productbox1 .swiper-slide:hover i img:first-of-type{
	display: none;
}

.productbox1 .swiper-slide span {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	display: block;
	text-align: center;
	margin-top: 15px;
}

.productbox1 .swiper-slide.active span,.productbox1 .swiper-slide:hover span {
	color: #009FB9;
}

/* .productbox1 .swiper-slide.active i {
	background: #009FB9;
}
 */
.productbox1 .wrap {
	width: 1260px;
	margin: 0 auto;
	position: relative;
	max-width: 90%;
}

.productbox1 .swiper-slide i img {
	width: 100%;
	height: 100%;
}

.productbox1 .swiper-button-prev {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(0deg);
	left: 0;
	margin:0;
	top:43px;

}

.productbox1 .swiper-button-next {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(180deg);
	right: 0;
margin:0;
top:43px;
}

.productbox1 .titlemav {
	color: #c1c2c2;

	height: 49px;
	box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
	margin: 70px 0 0px;

}

.productbox1 .titlemav>div {
	display: flex;
	justify-content: center;
	height: 50px;
	box-sizing: border-box;
	margin:0 4%;
	overflow-x:scroll;
	overflow-y:hidden;
}

.productbox1 .titlemav>div::-webkit-scrollbar{
	display: none;
}
.productbox1 .titlemav a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #C1C2C2;
	/* flex: 1;
	text-align: center; */
	line-height: 50px;
	height: 52px;
	padding:0 25px;
	background: url(../images/border4.png) no-repeat right center;
	width: auto;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
}
.productbox1 .titlemav a:last-of-type{
	background:none;
}
.productbox1 .titlemav a:last-of-type.active {
	    background: url(../images/border.png) no-repeat center bottom;
}

.productbox1 .titlemav a.active {
	background: url(../images/border.png) no-repeat center bottom , url(../images/border4.png) no-repeat right center;
	color: #009FB9;
}

/* .productbox1 .titlemav a:last-of-type.active {
	background: url(../images/border.png) no-repeat center bottom;
} */

.productbox2 {
	background: #eff0f0;
	padding: 55px 0 100px;
	margin-top: 60px;
}

.productbox2 ul {
	margin-bottom: 35px;
}

.productbox2 li {
	float: left;
	width: 31%;
	background: #fff;
	margin: 0 3% 35px 0;
	position: relative;
	padding-bottom:30px;
	   
}

.productbox2 li:nth-of-type(3n) {
	margin-right: 0;
}
.productbox2 li:hover p.font2{
	    color: rgba(0, 159, 185, 1);
}
.productbox2 a.more {
	width: 100%;
	display: block;
	height: 251px;
	line-height: 251px;
	
	background-color: #009fb9;
	color: #fff;
	font-size: 48px;
	box-sizing: border-box;
	margin-top: 90px;
	padding-left: 35%;
font-weight: 300;
display: none;
}
.productbox2 a.more span{
	    margin: 0;
	    line-height: 251px;
	    display: inline-block;
	    height: 251px;
	    vertical-align: top;
}
.productbox2 a.more i{
	font-size: 55px;
	margin-left: 20px;
	    margin-top: 3px;
	    display: inline-block;
	    vertical-align: top;
}
.productbox2 li .pro {
	height: 370px;
	display: flex;
	align-items: center;

	justify-content: center;
}

.productbox2 li .pro img {
	max-width: 94%;
	max-height: 94%;
}

.productbox2 li .font1 {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	padding-bottom:30px;
	padding-left: 30px;
	width: 100%;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	height:60px;
	display: -webkit-box;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	max-width:84%;
	      /* 行数 3 */
		  margin-top:10px;
	      -webkit-box-orient: vertical;
}

.productbox2 li .font2 {
	font-size: 22px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: 300;
	line-height:30px;
	height:60px;
	overflow: hidden;
	color: #333333;
	padding: 0 30px 20px 30px;
	word-wrap: break-word;
}
.productbox2 li i{
	font-size: 25px;
	    color: #0099b3;
		position: absolute;
		right:30px;
		bottom:54px;
}
.productbox2 li:hover {
	box-shadow: 0 0 6px #999;
}

.page {
	text-align: center;
}

.page a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 600;
	color: #3E3A39;
	height:30px;
	line-height: 30px;
	padding:0 10px;
	display: inline-block;
	vertical-align: middle;
}
.page a img{
	margin-top:-3px;
}

.page a:hover,
.page a.active {
	color: #009FB9;
}
.indexnews li:hover .time,
.indexnews li:hover .font{
	color: #009FB9;
}
.page a img:last-of-type {
	display: none;
}

.page a:hover img:last-of-type {
	display: inline-block;
}

.page a:hover img:first-of-type {
	display: none;
}

.page a.ro img {
	transform: rotate(180deg);
}


.productdetail {
	margin-top: 130px;
	padding-bottom:60px;
}

.jqzoom {
	position: relative;
	padding: 0;
}

.jqzoom img {
	max-width: 100%;

}

/*  #spec-list div {
        width: 100% !important;
        height: 90px !important;
    } */
.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(../images/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 1080px;
	height: 800px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #aaa;
	background: #009FB9 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}
.productdetail .centers img{
	max-width: 100%;
}
#spec-list {
	width: 100%;
	float: left;
	overflow: hidden;
	display: inline;
	margin-top: 30px;
}

.productdetail .top {
	margin-top: 50px;

}

.productdetail .top .fl {
	width: 45%;

}
.productdetail .top .fr {
	width: 45%;
}

.productdetail .swiper-button-prev {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(0deg);
	left: 0;
	top: 65%;

}

.productdetail .swiper-button-next {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(180deg);
	right: 0;
	top: 65%;

}

.productdetail .swiper-container {
	width: 100%;
	margin: 0 auto;
}

/* .productdetail .top .fl .video{
	position: relative;
} */
.productdetail .top .fl #preview{
	position: relative;
	min-height: 400px;
}
.productdetail .top .fl .videophoto li .play{
	width: 30px;
	height:30px;
	position: absolute;
	top:50%;
	left:50%;
	display: none;
	transform: translate(-50%,-50%);
}
.productdetail .top .fl .videophoto li:nth-of-type(1).cur .play{
	display: block;
}
.productdetail .top .fl div.play{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: none;
}
.productdetail .top .fl video ,.productdetail .top .fl iframe{
	width: 100%;
	height: auto;
	object-fit: fill;

}
.productdetail .top .fl iframe{
	height:100%;
}
.productdetail .top .fl .video .videotab {
	display: none;
	height: 400px;

	border: 1px solid rgba(229, 229, 229, 1);
}

.productdetail .top .fl .video .videotab img {
	width: 100%;
	display: block;
	margin: 0 auto;
	vertical-align: middle;
	height: 100%;
}

.productdetail .top .fl .video .videotab:first-child {
	display: block;
}

.productdetail .top .fl .play {
	position: relative;

}

.play.active {
	height: 380px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(229, 229, 229, 1);
}
.play.active.wap{
	display: none;
}
.productdetail .top .fl .play img {
	position: absolute;
	top: -200px;
	z-index: 99;
	left: 50%;
	margin-left: -27px;
	width: 55px;
}

.productdetail .top .fl .se {
	float: right;
	margin: -35px 10px 0 0;
	z-index: 2;
	position: relative;
}

.productdetail .top .fl .videophoto li {
	width: 90px;
	height: 70px;
	float: left;
	border: 1px solid rgba(238, 238, 238, 1);
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;

}
.productdetail .top .fl .videophoto li.current{
	    border: 1px solid rgba(0, 159, 185, 1);
}

.productdetail .top .fl .videophoto li img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;

}

.aibox2 .commontab{
	margin-top:50px;
}
.productdetail .top .fl .videophoto li:last-child {
	margin-right: 0;
}

.productdetail .top .fr {
	padding-top: 20px;
}

.productdetail .top .fr .font1 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: bold;
	color: #009FB9;
	line-height: 30px;
	
	
}

 .target:target {
    padding-top: 70px;
    margin-top: -70px;
  }
.productdetail .top .fr .font2 {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #C1C2C2;
	margin: 0 0 30px;
}

.zoomdiv{
	left:545px !important
;
top:0px !important;
/* height:540px !important;
width:540px !important; */
}

.productdetail .top .fr .font3 {

	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #666;
	line-height: 28px;
	height: 300px;
	overflow: hidden;
}

.productdetail .top .fr a {
	width: 134px;
	height: 61px;
	font-size: 26px;
	/* font-family: SourceHanSansSC-Light; */
	color: #fff;
	display: inline-block;
	background: #ff9900;
	line-height: 61px;
	text-align: center;
	margin-top:20px;
}


.productdetail .center {
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.productdetail .centers{
	margin-top: 100px;
}
.productdetail .center .fr{
	position: absolute;
	right:0;
}
.productdetail .center .fl {
	width: 45%;
}

.productdetail .centers h2 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #009FB9;
	margin-bottom: 40px;
}

.productdetail .center li {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color:#333;
	line-height: 28px;
	background: url(../images/dot.jpg) no-repeat left top 16px;
	padding-left: 15px;
}

.productdetail .center .fr {
	width: 45%;
}


.productdetail .bottom {
	margin:80px 0 100px;
}

.productdetail .bottom h2 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #009FB9;
	margin-bottom: 30px;
}

.productdetail .bottom img {
	width: 100%;
	display: block;
	margin: 0 auto;
	height: auto;
}

.productdetail .bottom p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	
	line-height: 28px;
}

.lybox {
	/* margin-top: 100px; */
	overflow: hidden;
	max-height: 0;
	transition: max-height 1s linear;
}

.lybox.active {
	max-height:inherit;
	margin-top:20px;
	width: 1200px;
	margin:50px auto  0;
	max-width: 100%;
}
.contact .box1 li .lybox.active{
	margin:0 auto;
}
.lybox h2 {
	height: 61px;
	font-size: 16px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #FFFFFF;
	line-height: 61px;
	text-align: center;
	background: #ff9900;

}

.lybox .con {
	
	padding: 30px 0;
	position: relative;

}

.lybox .con .list {
	
	
	margin:0 auto;
}



.lybox .con .list span {
	color: #595757;
	    font-size: 18px;
	    line-height: 24px;
	display: block;
	text-align: left;
}

.lybox .con .list input {
	background: none;


}


.lybox .con .list i {
	font-style: normal;
	
}

.map{
	margin-top:60px;
}



.lybox .con .list input {
	width: 70%;
}

.lybox .con .list:last-of-type input,.lybox .con .list:last-of-type textarea {
	width: 100%;
	    height: 36px;
	    line-height: 36px;
	    border: 1px solid #b6b6b7;
	    text-indent: 8px;
	    margin-bottom: 15px;
		font-size: 14px;
		color:#333;
}
.lybox .con .list:last-of-type textarea{
	    width: 100%;
	    height: 80px;
	    resize: none;
	    border: 1px solid #b6b6b7;
	    text-indent: 2em;
	    padding: 10px 0;
	font-size: 13px;
	color:#333;
}
.lybox .con button {
	
	    height: 36px;
	    line-height: 36px;
	text-align: center;
	background: #ff9900;
	font-size: 16px;
	color: #fff;
	/* font-family: SourceHanSansSC-Light; */
	display: block;
	width:100%;
	margin:15px auto 0;
	
}


.plan {
	background: url(../images/bg5.png) no-repeat top center/cover;
	padding: 190px 0 60px;
}

.plan .text {
	width: 46%;
}

.plan .text h2 {
	font-size: 42px;
	/* font-family: SourceHanSansSC-Bold; */
	margin-bottom: 60px;
	color: #FFFFFF;
}

.plan .text p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
}

.plan .text .btn {
	text-align: right;
	margin-top: 30px;
	padding-right: 10px;
}

.plan .text .btn a {
	width: 134px;
	height: 61px;
	line-height: 61px;
	background: #009eb8;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	/* font-family: SourceHanSansSC-Light; */
	margin-left: 50px;
}


.newslist .indexnews {
	background: #eff0f0;
	padding: 50px 0 100px;
}

.newslist .relate {
	margin-top: 100px;
}

.newslist .relate li {
	float: left;
	width: 23%;
	margin: 0 2.5% 0 0;
	background: none;
	box-shadow: none;
}
.newslist .relate li:hover i img{
	transform: scale(1.1);
}
.newslist .relate li:nth-of-type(3) {
	margin-right: 2.5%;
}

.newslist .relate li:nth-of-type(4) {
	margin-right: 0%;
}

.newslist .relate li i {
	display: block;
	height: 180px;
	overflow: hidden;
}

.newslist .relate li p {
	height: 61px;
	line-height: 61px;
	font-size: 22px;
	padding-left: 20px;
	background: url(../images/more3.png) no-repeat center center;
	margin-top: 10px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #FFFFFF;
}

.newdetail {
	padding: 120px 0 100px;
}

.newdetail .fl {
	width: 72%;
}

.newdetail .fl h2 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Bold; */
	font-weight: bold;
	color:#333;
	margin-bottom: 10px;
}

.newdetail .fl p.time {
	font-size: 14px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color:#333;
}

.newdetail .fl .con {
	margin-top: 70px;
}

.newdetail .fl .con p {
	font-size: 16px;
	 font-family: Arial !important;
	
	color:#333;
	line-height: 28px;
	margin-bottom: 35px;
}
.newdetail .fl .con span{
	font-family: Arial !important;
}
#top{
	position: fixed;
	bottom:50px;
	right:2%;
	z-index:999;
}
#top img{
	width:.6rem;
}
.newdetail .fl .con img {
	max-width: 100%;
	display: block;
	margin: 0 auto 40px;
	height:Auto !important
}

.newdetail .fl .con .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newdetail .fl .con .photo img {
	width: 46%;
	margin: 0 0 50px 0;
}

.newdetail .fl .chapter a {
	display: block;
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */ 
	
	color: rgba(0, 159, 185, 1);
	line-height: 40px;

}

.newdetail .fl .chapter a span {
/*	background: url(../images/more.png) no-repeat right center;
	padding-right: 20px;
	margin-right: 10px;*/
	color: #999;
	margin-right:10px;
	/* font-family: SourceHanSansSC-Light; */
}

.newdetail .fr {
	width: 18%;
}

.newdetail .fr h2 {
	font-size: 18px;
	font-family: Arial;
	font-weight: 400;
	color: #009FB9;
	margin-bottom: 40px;
}

.newdetail .fr li {
	background: #fff;
	margin-bottom: 20px;
	padding-bottom: 10px;
	box-shadow: 0 0 4px #a1a0a0;
}

.newdetail .fr li img {
	width: 100%;
}

.newdetail .fr li .time {
	font-size: 10px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #333333;
	margin: 10px 0 10px 10px;
	display: inline-block;
	border-bottom: 1px solid rgba(0, 136, 162, 1)
}

.newdetail .fr li .title {
	font-size: 14px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #333333;
	line-height: 21px;
	margin: 0 10px 10px;
	height: 42px;
	overflow: hidden;
}

.newdetail .fr ul {
	margin-bottom: 45px;
}

.newdetail .fr .ico li {
	background: none;
	box-shadow: none;
	display: inline-block;
	margin-right: .6rem;
}
.newdetail .fr .ico li:nth-of-type(3n){
	margin-right: 0;
}

.newdetail .fr .ico li i {
	color: #009fb9;
	font-size: 25px;
}

.icon-23,
.icon-facebook1 {
	font-size: 30px !important;
}

.videolist {
	padding: 90px 0 70px;
}

.videolist2 {
	padding: 0 0 100px;
}

.videolist .videobox1 .fl {
	width: 75%;
	position: relative;
	height: 481px;
}

.videolist .videobox1 .fr {
	width: 25%;
	background: #00657d;
	padding: 40px 20px 0;
	box-sizing: border-box;
	height: 481px;
}

.videolist .videobox1 .fr p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	line-height: 28px;
	height: 252px;
	overflow: hidden;
	
}

.videolist .videobox1 .fr h2 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Bold; */
	margin-bottom: 40px;
	text-align: left;
	color: #FFFFFF;
}

.videolist .videobox1 .fl img {
	width: 100%;
	height: 481px;
}

.videolist .videobox3 .fl,
.videolist .videobox3 .fl img {
	width: 100%;
	height: 676px;
}

.videolist .videobox1 .fl .play {
	width: 76px;
	height: 76px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videolist .videobox1 {
	margin-bottom: 110px;
}

.videolist .videobox2 {
	margin-bottom: 80px;
	position: relative;
}

.videolist .videobox2 h2 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #009FB9;
	margin-bottom: 20px;
}

.videolist .videobox2 li {
	width: 24%;
	float: left;
	margin: 0 1.2% 0 0;
}

.videolist2 .videobox2 li {
	margin: 0 1.2% 110px 0;
}

.videolist .videobox2 li:nth-of-type(4n) {
	margin-right: 0;
}

.videolist .videobox2 li .pro {
	position: relative;
}

.videolist .videobox2 li img {
	width: 100%;
	height:190px;
}

.videolist .videobox2 li .play {
	width: 56px;
	height: 56px;
	position: absolute;
	z-index: 999;
	top: 50%;
	cursor: pointer;
	left: 50%;
	transform: translate(-50%, -50%);
}

.videolist .videobox2 li p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color:#333;
	text-align: center;
	margin-top: 15px;
	height:65px;
	overflow:hidden;
}

.videolist .videobox2 .swiper-button-prev {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(0deg);
	left: -3%;
	top: 140px;
	margin:0;
}

.videolist .videobox2 .swiper-button-next {
	background: url(../images/next.png) no-repeat center center;
	width: 17px;
	height: 24px;
	transform: rotate(0deg);
	right: -2%;
	top: 140px;
	margin:0;
	transform: rotate(180deg);
}

.videobox2 .swiper-container {
	padding-bottom: 20px;
}

.videobox2 .swiper-pagination {
	width: 100%;
	text-align: center;
}

.videobox2 .swiper-pagination-bullet {
	height: 15px;
	width: 15px;
	background: #e8e8e8;
	margin: 0 10px;
}

.videobox2 .swiper-pagination-bullet-active {
	background: #009fb9;
}

.videolist a.more {
	width: 134px;
	height: 61px;
	
	background-color: #009fb9;
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	line-height: 61px;
	padding-left: 28px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;

}
.videolist a.more i{
	font-size: 20px;
}
.contact .lybox .con .list span i{
	margin-left: 5px;
}
.question {
	padding-bottom: 110px;
}




.question img {
	margin-right: 62px;
}

.question .qus p {
	height: 55px;
	line-height: 55px;
	background: #009fb9;
	border-radius: 10px;
	width: 1084px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	padding-left: 30px;
}

.question .ans p {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #333333;
	width: 1084px;
	padding-left: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	padding:25px 0;
}

.oem {
	padding-bottom: 130px;
}

.oem .con img {
	width: 100%;
	margin: 0 auto 40px;
}

.oem .con p {
	font-size: 16px;
	
	font-weight: 300;
	color: #3E3A39;
	line-height: 28px;
	text-align: center;
}

.oem .lc {
	margin-top: 90px;
}

.oem .lc h2 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	text-align: center;
	margin-bottom: 30px;
}

.oem .lc dt {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #009FB9;
	margin-bottom: 40px;
}

.oem .lc dl {
	margin-bottom: 80px;
}

.oem .lc dd {
	display: inline-block;
}

.oem .lc dd img {
	display: block;
	margin: 0 auto;
}

.oem .lc dd span {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	display: block;
	text-align: center;
}

.oem .lc dd i {
	display: block;
	height: 100px;
}

.oem .lc div {
	display: flex;
	justify-content: space-between;
}

.oem .lc div dd {
	background: url(../images/c9.png) no-repeat right center;
	padding-right: 80px;
}

.oem .lc div dd:last-child {
	background: none;
	padding: 0;
}

.contact .box1 {
	padding: 150px 0 550px;
}

.contact .box1 ul {
	border-bottom: 1px solid #C1C2C2;
	display: flex;
	justify-content: space-between;
	position: relative;
	height:140px;
}

.contact .box1 li {
	flex: 1;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.contact .box1 li>span.line{
	display: none;
}
.contact .box1 li>i {
	height: 100px;
	display: block;
}

.contact .box1 li i img {
	display: block;
	margin: 0 auto;
}

.contact .box1 li i img:last-of-type {
	display: none;
}

.contact .box1 li>span {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #BFC0C0;
	padding-bottom: 15px;
	display: inline-block;
	height:27px;
}

.contact .box1 li .lists {
	position: absolute;
	top: 180px;
	width: 100%;
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	left: 50%;
	display: none;
	transform: translate(-50%, 0);
}
.contact .box1 li .lists p{
	text-align: left;
	margin-bottom: 15px;
}
.contact .box1 li.active .lists {
	display: block;
}

.contact .box1 li.active>span {
	color: #009FB9;
}
.contact .box1 li:nth-of-type(2) .lists{
	width: 300px;
}
.contact .box1 li.active >span{
	background: url(../images/border3.png) no-repeat bottom  0px center;
}

.contact .box1 li.active i img:last-of-type {
	display: block;
}

.contact .box1 li.active i img:first-of-type {
	display: none;
}

.contact .box1 li:nth-of-type(5) .lists {
	width: 367px;
}
.contact .box1 li:nth-of-type(3){
	position: static;
}
.contact .box1 li:nth-of-type(3) .lists {
	width: 100%;
   left: 0;
   transform: translate(0%, 0);
   
}



.contact .box1 .lybox .con {
	padding: 0 0 100px;
	background: none;
	width: 660px;
	margin:0 auto;
}






.contact .box1 .lybox .con button {
	right: 0;
	bottom: 0;
	height:36px;
	line-height: 36px;
	margin-top:10px;
	    font-size: 16px;
}

.lybox .con .list{
	max-width: 100%;
}
.tanchuang{max-width:1200px;min-width:320px;margin: 182px auto 112px;}
.queren{    width: 240px;
    height: 45px;
    background: rgba(255,153,0,1);
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 45px;
    display: block;
    text-align: center;
border-radius: 15px;margin:0 auto;}
.tyImg{width:54px;height: 54px;margin:0 auto;}
.tyImg img{width:54px;height: 54px;}
.tanchuang h1{width:100%;text-align: center;color:#009fb9;font-size: 24px;margin-top: 40px;font-weight: bold;}
.tanchuang h3{width:100%;text-align: center;color:#333;font-size: 14px;margin-top: 35px;margin-bottom:73px;}

.solution {
	padding: 50px 0 100px;
	background: #eff0f0;
	margin-top: 100px;
}

.oem .lc dd img {
	max-height: 90%;
}

.solution h2 {
	font-size: 36px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #333333;
	text-align: center;
	margin-bottom: 55px;
}

.solution .con {
	background: url(../images/bg6.png) no-repeat top center/cover;
	padding: 60px 8%;
	box-sizing: border-box;
	margin-bottom: 70px;
}

.solution .con p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #FFFFFF;
	line-height: 28px;
	width: 100%;
	margin: 0 auto 50px;
	text-align: left;
	max-width: 100%;
}

.solution .con .photo {
	display: flex;
	justify-content: space-between;
}

.solution .con .photo img {
	width: 48%;
	
}

.recommend {
	position: relative;
}

.recommend .title {
	position: absolute;
	top: -46px;
	left: 0;
}

.recommend .title span {
	width: auto;
	padding:0 23px;
	height: 46px;
	font-size: 24px;
	display: inline-block;
	text-align: center;

	line-height: 46px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
background: #fff;
	color: #009DB7;
	margin-right: 2.7px;
	border-bottom:1px solid #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.recommend .title span:nth-of-type(7){
	margin-right: 0;
}
.recommend .title span.active,.recommend .title span:hover {
	background: #009DB7;
	color: #fff;
	
	border-bottom: none;
}

.recommend .contab {
	background: #fff;
	/* border: 1px solid #c4c5c5; */
	margin-top: 100px;
}

.recommend .contab .tabs {
	padding: 80px 0 40px;
	display: none;
}
.recommend .contab .tabs:first-of-type{
	display: block;
}
.recommend .contab .tabs img {
	display: block;
	margin: 0 auto;
	max-width: 100%;

}

.recommend .contab .tabs .lists {
	position: relative;
	padding-bottom: 110px;
	margin-bottom: 120px;
}

.recommend .contab .tabs .lists .txt {
	position: absolute;
	left: 50px;
	bottom: 0px;
	width: 394px;
	background: rgba(239,240,240,0.5);
	padding: 30px 36px;
	border-radius: 10px;

}

.recommend .contab .tabs .lists .txt h2 {
	font-size: 24px;
	/* font-family: SourceHanSansSC-Regular; */
	font-weight: 400;
	color: #009DB7;
	text-align: left;
	margin-bottom: 30px;
}

.recommend .contab .tabs .lists .txt p {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #1A1A1A;
	line-height: 28px;
}

.recommend .contab .tabs .lists .txt a {
	font-size: 16px;
	/* font-family: SourceHanSansSC-Light; */
	font-weight: 300;
	color: #3E3A39;
	
	padding-right: 20px;
	margin-top: 30px;
	line-height: 30px;
	display: inline-flex;
}
.recommend .contab .tabs .lists .txt a i{
	       margin-left: 0px;
	       color: #0099b3;
	       font-size: 20px;
		   margin-top:.01rem;
}
.successcase {
	padding: 100px 0 30px;
}

.successcase h2 {
	margin-bottom: 100px;
}

.searchconsult {
	margin-top: 70px;
	padding: 70px 0 10px;
}

.searchconsult p {
	font-size: 16px;
	margin-top: 20px;
	/* font-family: SourceHanSansSC-Light; */
}

.searchconsult p span {
	color: #009fb9;

}

.phoneheader,
.mobile-container,
.wap {
	display: none;
}

.kf {
	transition: .8s;
	z-index: 999999;
	background-color: transparent;
	position: fixed;
	top: 55%;
	right: 10px;
	width: 50px;
	border-radius: 5px;
}

.kf span {
	z-index: 1000001;
	transition: .5s;
	cursor: pointer;
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	
	
}
.kf span.kf-ly{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.kf-phone{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.kf span:hover {
	background-color: #85c322;
}

.kf .zx {
	background-position: 0 0;
	background: #fab100 url(../images/kefu-zx.png)no-repeat center top 12px;
}

.kf .back_top {
	border: none;
	margin-top:3px;
	border-radius: 5px;
	background: #c1c2c2 url(../images/kf-top.png)no-repeat center top 13px;
}
/* .kf .back_top img{
	width: .5rem;
} */
.aboutbox1 .swiper-container img{
	width: 100%;
}

.kf .back_top:hover{
	background: #c1c2c2 url(../images/kf-top.png)no-repeat center top 13px;
	

}
.kf span a {
	transition: .5s;
	display: block;
	color: #fff;
	line-height: 24px;
	font-size: 14px;
	text-align: center;
	padding-top: 22px;
}

.kfimgr {
	position: absolute;
	bottom: 23px;
	right: -9px;
}

.kf span div i {
	display: block;
	position: absolute;
	width: 15px;
	height: 200px;
	right: -15px;
	top: 0;
}

.kf .freetel {
	background: #ff9900 url(../images/kefu-qq.png)no-repeat center;
}

.kf .zxlya {
	background: #ff9900 url(../images/kf-wx_03.png)no-repeat center;
}

#BizQQWPA1:hover .erweima{
	display: block;
}
/* .kf .zxlya .erweima.active{
	display: none !important;
}
.kf .kf-phone .active{
	display: none !important;
} */
.kf span:nth-child(4) div {
	white-space: nowrap;
}

.kf a {
	display: block;
	height: 68px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%
}

.nav_center div,
.index_nav_center div,
.shou,
.zhan {
	-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.kf .zxlya .erweima {
	display: none;
	right: 62px;
	position: absolute;
	top: -72px;
	background: #fff;
	padding: 5px;
	text-align: center;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}

.kf .zxzx {
	display: none;
	right: 86px;
	position: absolute;
	top: 6px;
	background: #fff;
	padding: 10px 20px;
	text-align: center;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	width: 110px;
	font-size: 14px;
	color: #333;
}

.kfimgr {
	position: absolute;
	bottom: 23px;
	right: -9px;
}

.kf-ly {
	background: #ff9900 url(../images/kf-ly_03.png)no-repeat center;
}

.shou {
	z-index: 1000000;
	cursor: pointer;
	width: 30px;
	height: 40px;
	top: 47%;
	margin-top: -15px;
	border-radius: 5px 0 0 5px;
	right: 62px;
	background: transparent url(../images/zk1.png)no-repeat center left;
	position: absolute;
	box-shadow: none;
}

.shou:hover {
	background: transparent url(../images/zk.png)no-repeat center left;
}

.kf-phone {
	background: #ff9900 url(../images/kf-phone1.png)no-repeat center;
}

.kf-phone1,
.zxwb {
	white-space: nowrap;
	display: none;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	position: absolute;
	right: 60px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	padding: 10px 12px;
	background: #fff;
	border-radius: 5px;
}

.kf-phone1 .kfimgr,
.zxwb .kfimgr {
	bottom: 10px;
}

.kf-shqi {
	width: 100%;
	height: 40px;
}

.kf-shqi .m-icon {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #ff9900 url(../images/kf-close.png) no-repeat center;
	background-size: 15px;
	cursor: pointer;
	transform: rotate(45deg);
	transition: all 0.3s;
}

.kf-shqi .m-icon:hover {
	background-color: #0088A2;
}

.kf.show .m-icon {
	transform: rotate(0);
}

.shou {
	z-index: 1000000;
	cursor: pointer;
	width: 30px;
	height: 40px;
	top: 47%;
	margin-top: -15px;
	border-radius: 5px 0 0 5px;
	right: 62px;
	background: transparent url(../images/zk1.png)no-repeat center left;
	position: absolute;
	box-shadow: none;
}

.kffixed {
	position: fixed;
	display: none;
	bottom: 0;
	z-index: 20;
	width: 100%;
	height: 49px;
	overflow: hidden;
}

.kufuul {
	text-align: center;
	padding: 2px 0;
	width: 100%;
	height: 49px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
}

.kefu {
	padding: 0;
}

.kefu li {
	float: left;
	height: 45px;
	text-align: center;
	color: #fff;
	line-height: 45px;
	color: #fff;
	transition: all .4s;
}

.kfzx-tigg {
	width: 49.5%;
	height: 45px;
	display: block;
	float: left;
	line-height: 45px;
	opacity: 1;
	transition: 1s opacity;
}

.kfzx-enter {
	opacity: 0
}

.kf-zx {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	line-height: 45px;
	text-align: center;
	background: #b5b5b5;
}

.kf-zx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.teldb {
	width: 49.5%;
	background: rgba(0, 0, 0, 0.6);
	background-size: contain;
	margin: 0 1px;
	position: relative;
}

.teldb img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.teldb a {
	color: white;
}

.kf span:hover {
	background-color: #009fb9;

}
