@charset "utf-8";
/* CSS Document */
html {
	font-size: 62.5%;
	/* 10÷16=62.5% */
}
* {
	word-wrap: break-word;
}
body {
	font-size: 12px;
	font-size: 1.2rem;
	/* 12÷10=1.2 */
	overflow-x: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body,html {
	font-family: "微软雅黑";
	min-width: 320px;
}
ul,li,dl,dt,dd,ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.f_faminly {
	font-family: "微软雅黑";
}
@font-face{
	font-family: fontone;
	src: url('../fonts/AZONIX.otf');
}
@font-face{
	font-family: fonttwo;
	src: url('../fonts/ITCAVANTGARDEPRO-Bk.otf');
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.flex {
	display:flex;
}
.spacebetween {
	justify-content:space-between;
}
.aligncenter {
	align-items:center;
}
.clearboth {
	clear: both;
}
.bigzm {
	text-transform: uppercase; font-family:fonttwo;
}
.b_cursor {
	border: 0px;
	cursor: pointer;
}
input {
	outline: 0;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #888888;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #888888;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs17 {
	font-size: 17px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
ul li {
	list-style-type: none;
	float: left;
}
a:hover{ text-decoration: none;}
.container {
	width: 100% !important;
	max-width: 1200px;
	max-width: 1170px\9;
}
.container1 {
	width: 100%;
}
/*loading加载*/
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10000000;
}
.loading-img {
	width: 278px;
	position: absolute;
	height: 108px;
	left: 50%;
	top: 50%;
	margin-left: -139px;
	margin-top: -54px;
	-webkit-animation: rotateplane 1.4s infinite ease-in-out;
	animation: rotateplane 1.4s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
@keyframes rotateplane {
	0% {
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}
	50% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}
}
/*头部*/
#banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.clearpadding {
	padding: 0px;
	margin: 0px;
}
.leftbutton .left_side {
	width: 40%;
	transition: ease 1.5s;
}
.left_side {
	width: 100px;
	height: 100%;
	background-color: #222222;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	overflow: hidden;
	padding-left: 100px;
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.home-swiper {
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.leftbutton .home-swiper {
	transform: translateX(40%);
	transition: ease 1.5s;
}
.leftbutton .home-swiper .swiper-slide .banner_text {
	text-align: left;
	padding-left: 100px;
	transition: ease 1.5s;
}
.left_but {
	width: 40px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -15px;
	z-index: 100;
}
.left_but_btn {
	display: inline-block;
	position: relative;
	width: 32px;
	height: 4px;
	z-index: 2;
	margin: 14px 0 0 0px;
	background: #fff;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}
.left_but_btn:before,
.left_but_btn:after {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	position: absolute;
	background: #fff;
	transition-property: margin, -webkit-transform;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
	-moz-border-radius: 2px;
	/* Gecko browsers */
	-webkit-border-radius: 2px;
	/* Webkit browsers */
	border-radius: 2px;
	/* W3C syntax */
}
.left_but_btn:before {
	margin-top: -15px;
}
.left_but_btn:after {
	margin-top: 15px;
}
.phone_nav_one .left_but_btn {
	background: rgba(0, 0, 0, 0);
}
.phone_nav_one .left_but_btn:before {
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.phone_nav_one .left_but_btn:after {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.phone_nav_one {
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
.right_div {
	width: 100%;
	padding: 28% 100px 0px 45px;
	height: 100%;
	position: relative;
}
.right_menu {
	width: 100%;
}
.right_menu li {
	width: 25%;
	float: left;
	padding-bottom: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.right_menu li .a1,
.right_menu li .a1:hover {
	width: 100%;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.right_menu li .a2,
.right_menu li .a2:hover {
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.leftbutton .right_menu li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.leftbutton .right_menu li:nth-of-type(1) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
}
.leftbutton .right_menu li:nth-of-type(2) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
}
.leftbutton .right_menu li:nth-of-type(3) {
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
}
.leftbutton .right_menu li:nth-of-type(4) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
}
.leftbutton .right_menu li:nth-of-type(5) {
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
}
.leftbutton .right_menu li:nth-of-type(6) {
	transition-delay: 0.8s;
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
}
.leftbutton .right_menu li:nth-of-type(7) {
	transition-delay: 0.9s;
	-webkit-transition-delay: 0.9s;
	-moz-transition-delay: 0.9s;
	-o-transition-delay: 0.9s;
}
.leftbutton .right_ss {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
}
.right_ss {
	width: 32%;
	border-bottom: 2px solid #fff;
	position: absolute;
	left: 65px;
	bottom: 12%;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.right_ss .ipt1 {
	width: 85%;
	height: 47px;
	border: 0px;
	background-color: transparent;
	line-height: 47px;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
.right_ss .ipt2 {
	width: 15%;
	height: 47px;
	border: 0px;
	background: url(../images/tb_01.png) center no-repeat;
	background-size: 80%;
}
.right_ss input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ffffff;
}
.right_ss input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ffffff;
}
.right_ss input:-ms-input-placeholder,
.right_ss textarea:-ms-input-placeholder {
	color: #ffffff;
}
.right_ss input::-webkit-input-placeholder,
.right_ss textarea::-webkit-input-placeholder {
	color: #ffffff;
}
.header {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100000;
	width: 100%;
	padding: 0px 3%;
}
.header.fixedmenu {
	background-color: #222222;
}
.i_phone {
	height: 55px;
	line-height: 55px;
	padding-left: 37px;
	background: url(../images/pp1.png) left center no-repeat;
	max-width: 400px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 10%;
	bottom: 5px;
	z-index: 100;
}
.i_logo_img {
	width: 25%;
	position:absolute;
	top:50%;
	transform:translateY(-50%);	
	left: 8%;
}
.i_logo_img img {
	max-width: 100%;
	max-width: 40%;
}
.i_logo_rdiv {
	width: 8%;
	margin-left: 1%;
	margin-top: 27px;
	height: 38px;
	background-color: #669bcd;
	background-color: #dda86b;
	border: 1px solid #fff;
	position: relative;
	-moz-border-radius: 19px;
	/* Gecko browsers */
	-webkit-border-radius: 19px;
	/* Webkit browsers */
	border-radius: 19px;
	/* W3C syntax */
}
.i_logo_rdiv .s1 {
	width: 100%;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.i_logo_rdiv .s2 {
	width: 100%;
	display: none;
	position: absolute;
	left: 0px;
	top: 38px;
	padding: 10px 0px;
}
.i_logo_rdiv .s2 li {
	width: 100%;
	height: 30px;
	float: left;
}
.i_logo_rdiv .s2 li a,
.i_logo_rdiv .s2 li a:hover {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.i_bben {
	width: 5%;
	margin-top: 27px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.i_bben a,
.i_bben a:hover {
	color: #fff;
	text-decoration: none;
}
.i_bben1 {
	line-height: 2;
	padding-right: 12%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family:fonttwo;
}
.i_bben1 a,
.i_bben1 a:hover {
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	display: inline-block;
}
.pro_title{ margin-bottom: 20px; padding-left: 3%;}
.pro_title_wap{display: none;}
.pro_title_pc{ width:30%;display: none;}
.i_ss {
	width: 4%;
	margin-top: 27px;
	height: 40px;
	position: relative;
}
.i_ss .s1 {
	width: 100%;
	height: 40px;
	background: url(../images/tb_02.png) center no-repeat;
	cursor: pointer;
}
.i_ss .s2 {
	width: 200px;
	height: 30px;
	background-color: #ccc;
	position: absolute;
	right: 0px;
	top: 40px;
	z-index: 1;
	display: none;
}
.i_ss .s2 .ipt1 {
	width: 69%;
	height: 30px;
	line-height: 30px;
	border: 0px;
	background-color: transparent;
	text-indent: 15px;
	background-color: #fff;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}
.i_ss .s2 .ipt2 {
	width: 31%;
	height: 30px;
	background: url(../images/tb_02.png) center no-repeat;
	border: 0px;
	cursor: pointer;
}
.i_logo_ul {
	width: 41%;
}
.i_logo_ul .nav_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.i_logo_ul .nav_menu li {
	width: 12.5%;
	width: 15%;
	height: 90px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}
.i_logo_ul .nav_menu li .a_nav {
	width: 100%;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
}
.i_logo_ul .nav_menu li .a_nav:hover,
.i_logo_ul .nav_menu li .a_nav.active,
.i_logo_ul .nav_menu li .a_nav.active1 {
	color: #fff;
	text-decoration: none;
}
.i_logo_ul .nav_menu li dl {
	width:200%;
	position: absolute;
	z-index: 10000;
	display: none;
	left: -40px;
	top: 100%;
	background:rgba(255,255,255,0.5);
	padding: 10px 0px;
}
.i_logo_ul .nav_menu li dl dd {
	width: 100%;
	height: 32px;
	line-height: 32px;
	float: left;
}
.i_logo_ul .nav_menu li dl dd a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #000000;
	font-size: 14px;
}
.i_logo_ul .nav_menu li dl dd a:hover {
	color: #222222;
	text-decoration: none;
}
.home-swiper {
	width: 100%;
	height: 100%;
	background: #000;
}
.home-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}
.home-swiper .swiper-slide .banner_text {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -200px;
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.home-swiper .swiper-slide .banner_text.activedd {
	margin-top: -100px;
}
.home-swiper .swiper-slide .banner_text .s1 {
	font-size: 45px;
	font-family: "微软雅黑";
	margin-bottom: 20px;
	display: inline-block;
	font-weight: bold;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.home-swiper .swiper-slide .banner_text .s2 {
	display: inline-block;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
}
.home-swiper .swiper-slide.swiper-slide-active .banner_text .s1 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.home-swiper .swiper-slide.swiper-slide-active .banner_text .s2 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.home-swiper .swiper-slide.swiper-slide-active .banner_text .s2 {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
}
.wap_banner{ display: none;}
/*首页内容部分*/
.ui_div {
	width: 100%;
}
.ui_div_center {
	width: 1520px;
	margin: 0px auto;
}
/*手机导航*/
/* CSS Document */
.phone_nav {
	display: none;
}
.phone_nav.fixedmenu {
	position: fixed;
	top: 0px;
	background-color: #222222;
	left: 0px;
	z-index: 100000;
}
.phone_logo {
	padding: 10px 0px;
}
.phone_logo .p1 img {
	width: 100%;
}
@media screen and (max-width:1200px) {
	.phone_logo .p1 {
		display: block;
		width: 38%;
		display: inline-block;
	}
	/*.header{ display:none;}*/
	.phone_logo {
		width: 100%;
		padding: 15px 20px;
		box-sizing: border-box;
	}
	.phone_nav {
		display: block;
		background-color: #000;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		display: block;
		transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s;
		z-index: 100000;
	}
	/*导航按钮*/
	.phone_nav .nav_but_box {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		right: 20px;
		top:50%;
		transform:translateY(-50%);
		z-index: 1;
		transition: all 0.7s;
		-webkit-transition: all 0.7s;
	}
	.phone_nav .nav_but {
		display: inline-block;
		position: relative;
		width: 20px;
		height: 2px;
		z-index: 2;
		margin: 13px 0 0 5px;
		background: #fff;
		-webkit-transition-property: background-color, -webkit-transform;
		transition-property: background-color, -webkit-transform;
		transition-property: background-color, transform;
		transition-property: background-color, transform, -webkit-transform;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
	}
	.phone_nav .nav_but:before,
	.nav_but:after {
		content: '';
		display: block;
		width: 20px;
		height: 2px;
		position: absolute;
		background: #fff;
		transition-property: margin, -webkit-transform;
		-webkit-transition-property: margin, -webkit-transform;
		transition-property: margin, transform;
		transition-property: margin, transform, -webkit-transform;
		transition-duration: 300ms;
		-webkit-transition-duration: 300ms;
	}
	.phone_nav .nav_but:before {
		margin-top: -5px;
	}
	.phone_nav .nav_but:after {
		margin-top: 5px;
	}
	/*栏目名称*/
	.phone_nav .nav_main {
		height: 100%;
		position: fixed;
		left: 0;
		opacity: 0;
		width: 0;
		transition: all 0.4s ease 0.3s;
		-webkit-transition: all 0.4s ease 0.3s;
		background-color:rgba(255,255,255,0.9);
		overflow: hidden;
	}
	.phone_nav .nav_main ul {
		padding: 0 20px;
		margin-top: 40px;
	}
	.phone_nav .nav_main li a {
		background-position: left;
		color: #000; font-size:15px;
		height: 50px;
		line-height: 50px;
		display: inline-block;
		background-size: 32px;
		background-repeat: no-repeat;
	}
	.phone_nav .nav_main .ss {
		border: 1px solid #fff;
		margin-top: 20px;
	}
	.phone_nav .nav_main .ss .p2 {
		float: right;
	}
	.phone_nav .nav_main .ss .p2 input {
		border: 0;
		width: 34px;
		height: 34px;
	}
	.phone_nav .nav_main .ss .p1 {
		display: block;
		margin: 0 34px 0 5px;
	}
	.phone_nav .nav_main .ss .p1 input {
		width: 100%;
		height: 34px;
		line-height: 34px;
		background: none;
		border: 0;
		font-family: "Microsoft YaHei";
		font-size: 14px;
		color: #fff;
	}
	.phone_nav .nav_main li b {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 0px;
		width: 100%;
		height: 50px;
		background: url("../images/lmfooter_bottom.png") center right no-repeat;
		z-index: 99;
	}
	.phone_nav .nav_main .ul {
		padding: 0 0 0px 20px;
		margin: 0;
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s;
		-webkit-transition: max-height 0.4s;
	}
	.phone_nav .nav_main .ul li {
		padding: 0;
		border-bottom: 0;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	.phone_nav .nav_main .ul li a {
		padding: 0;
		height: auto;
		line-height: 30px;
		font-weight: normal
	}
	.phone_nav .nav_main .b_one .ul {
		max-height: 300px;
		padding: 0 0 0px 20px;
		margin-bottom: 10px;
	}
	.phone_nav .nav_main li {
		width: 100%;
		transform: translateX(100px);
		-webkit-transform: translateX(100px);
		transition: all 0.8s ease;
		-webkit-transition: all 0.8s ease;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding: 0 20px;
		position: relative;
	}
	.phone_nav .nav_main li:nth-of-type(1) {
		transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
	}
	.phone_nav .nav_main li:nth-of-type(2) {
		transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
	}
	.phone_nav .nav_main li:nth-of-type(3) {
		transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
	}
	.phone_nav .nav_main li:nth-of-type(4) {
		transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
	}
	.phone_nav .nav_main li:nth-of-type(5) {
		transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
	}
	.phone_nav .nav_main li:nth-of-type(6) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}
	.phone_nav .nav_main li:nth-of-type(7) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}
	.phone_nav .nav_main li:nth-of-type(8) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}
	.phone_nav .nav_main li:nth-of-type(9) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}
	.phone_nav .nav_main li:nth-of-type(10) {
		transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
	}
	/*打开样式*/
	.phone_nav_one {
		transition-delay: 0s;
		-webkit-transition-delay: 0s;
	}
	.phone_nav_one .nav_main {
		opacity: 1;
		width: 100%;
		overflow: inherit;
	}
	.phone_nav_one .nav_but {
		background: rgba(0, 0, 0, 0);
	}
	.phone_nav_one .nav_but:before {
		margin-top: 0;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}
	.phone_nav_one .nav_but:after {
		margin-top: 0;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}
	.phone_nav_one .nav_but_box {
		opacity: 0.8;
	}
	.phone_nav_one .nav_main li {
		width: 100%;
		transform: translateX(0);
		-webkit-transform: translateX(0);
	}
}
@media screen and (max-width:758px) {
	/*--768-0--*/
	.phone_nav .nav_but_box {
		
		right: 10px;
	}
	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 300px;
		overflow-y: auto;
		box-sizing: border-box;
	}
	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}
}
@media screen and (max-width:470px) {
	/*--768-0--*/
	.phone_logo {
		padding:5px 10px
	}
	.phone_nav .nav_main ul {
		height: 60vh;
	}
	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}
}
/*手机导航*/
/*底部*/
.wx_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 100;
}
.wx_top img{ max-width:100%; height:auto !important;}
.i_fbg {
	background-color: #333333;
}
.i_footer {
	width: 100%;
	padding: 55px 0px 15px 0px;
}
.i_footer_t {
	width: 100%;
	padding-bottom: 20px;
}
.i_footer_tl {
	width: 69%;
	/* min-height: 230px; */
	/* padding-bottom: 20px; */
}
.i_footer_tl dl {
	width: 100%
}
.i_footer_tl dl dt {
	width: 14%;
	float: left;
	font-weight: normal;
}
.i_footer_tl dl dt .s1 {
	width: 80%;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.i_footer_tl dl dt .s2 {
	width: 80%;
	overflow: hidden;
	display: inline-block;
}
.i_footer_tl dl dt .s2 img {
	width: 100%;
}
.i_footer_tl dl dd {
	width: 11%;
	float: left;
	padding-top: 15px;
}
.i_footer_tl dl dd:nth-child(2){width: 8%!important;}
.i_footer_tl dl dd .s1,
.i_footer_tl dl dd .s1:hover {
	width: 100%;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.i_footer_tl dl dd .s2,
.i_footer_tl dl dd .s2:hover {
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #b9b9b9;
	font-size: 12px;
}
.i_footer_tr {
	width: 25%;
	color: #fff;
}
.i_footer_tr .s1 {
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.i_footer_tr .s2 {
	width: 100%;
	padding-top: 10px;
	line-height: 1.5;
}
.i_footer_tr .s2 table tr td {
	color: #fff;
	font-size: 14px;
}
.i_footer_b {
	width: 100%;
	color: #ffffff;
	font-size: 14px;
	line-height: 2.0;
	text-align: center;
}
.i_footer_b a,
.i_footer_b a:hover {
	color: #fff;
	padding: 0px 10px;
	display: inline-block;
}
/*合作伙伴*/
.i_hzhbdiv {
	width: 100%;
	padding:50px 0px;
}
/*3-无缝从左往右滚动*/
#demo {
	overflow: hidden;
}
#indemo {
	float: left;
	width: 8000%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
.newc {
	float: left;
	width: 311px;
	height: 110px;
}
.newc a img {
	width: 278px;
	height: 108px;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
}
.newc a:hover img {
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}
.newc a,
.newc a:hover {
	text-decoration: none;
	color: #fff;
}
/*产品中心*/
.i_cpdiv {
	width: 100%;
	padding: 80px 0px 30px 0;
	height: auto;
	overflow: hidden;
}
.i_cpdiv_t {
	width: 100%;
	padding-bottom: 60px;
	text-align: center;
	line-height: 25px;
	height: auto;
	overflow: hidden;
}
.i_cpdiv_t a {
	/* width: 170px; */
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	background: url(../images/fgx.jpg) right center no-repeat;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	padding: 0 10px;
}
.i_cpdiv_t a:hover,
.i_cpdiv_t a.activexz {
	color: #222222;
	/* font-size: 14px; */
	text-decoration: none;
}
.i_cpdiv_c {
	width: 100%;
}
.i_cpdiv_c ul {
	width: 100%;
	display: none;
}
.i_cpdiv_c ul li {
	width: 25%;
	float: left;
	padding: 0px 1%;
	margin-bottom: 2%;
}
.i_cpdiv_c ul li:nth-child(4n+1){clear: left;}
.i_cpdiv_c ul li .div {
	width: 100%;
	display:block;
	color: #333333;
	font-size: 20px; position:relative;
}
.i_cpdiv_c ul li .div:hover {
	text-decoration: none;
	color: #2277ce;
}
.i_cpdiv_c ul li .div .a_img {
	width: 100%;
	position:relative;
	padding-bottom:65%;
	/* -moz-box-shadow: 0px 0px 10px #c7c5bf;
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	box-shadow: 0px 0px 10px #c7c5bf; */
	/* -moz-border-radius: 15px; */
	/* Gecko browsers */
	/* -webkit-border-radius: 15px; */
	/* Webkit browsers */
	/* border-radius: 15px; */
	/* W3C syntax */
	overflow: hidden;
}
.i_cpdiv_c ul li .div .a_img img {
	width: 100%;
	height:100%;
	object-fit:cover;
	position:absolute;
	left:0;
	top:0;
	/* -moz-border-radius: 15px; */
	/* Gecko browsers */
	/* -webkit-border-radius: 15px; */
	/* Webkit browsers */
	/* border-radius: 15px; */
	/* W3C syntax */
}
.i_cpdiv_c ul li .div .a_text {
	width: 100%;
	height:100%;
	position: absolute;
	background:rgba(0,0,0,0.5);
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	transition:all 0.4s;
	left:0;
	top:0;
}
.i_cpdiv_c ul li .div:hover .a_img img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.i_cpdiv_c ul li .div:hover .a_text{
	background:none;
}
.i_cpdiv_c ul li .div .a_text .text_c {
	text-decoration:none; font-family:fontone; font-weight:bold;
}
.i_cpdiv_c ul li .div .a_text .text_c span{ display: block; /* font-weight: bold; */ color: #999; font-size: 12px;}
/*新闻中心*/
.i_newdiv {
	width: 100%;
	background-color: #f9fafc;
}
.i_newdiv_l {
	width: 50%;
}
.i_newdiv_l li {
	width: 50%;
	float: left;
}
.i_newdiv_l li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	float: left;
}
.i_newdiv_l li .a_img img {
	width: 100%;
}
.i_newdiv_l li .a_img .div1 {
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1.8;
	position: absolute;
	left: 0px;
	top: 30%;
}
.i_newdiv_l li .a_img .div1 span {
	font-size: 28px;
}
.i_newdiv_l li .a_img .div2 {
	width: 100%;
	padding: 25px 0px 0px 35px;
	line-height: 1.8;
	color: #222222;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.i_newdiv_l li .a_img .div2 span {
	font-size: 28px;
}
.i_newdiv_r {
	width: 29%;
	padding: 5% 0px 0px 0px;
	margin-right: 10%;
}
.i_newdiv_r_t {
	width: 100%;
	height: 40px;
	margin-bottom: 45px;
}
.i_newdiv_r_t .s1 {
	width: 30%;
	color: #333333;
	font-size: 28px;
	line-height: 1.0;
}
.i_newdiv_r_t .s2 {
	width: 70%;
}
.i_newdiv_r_t .s2 li {
	width: 33.33%;
	float: left;
}
.i_newdiv_r_t .s2 li a {
	width: 88%;
	height: 30px;
	border: 1px solid #999999;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	-moz-border-radius: 15px;
	/* Gecko browsers */
	-webkit-border-radius: 15px;
	/* Webkit browsers */
	border-radius: 15px;
	/* W3C syntax */
}
.i_newdiv_r_t .s2 li a:hover,
.i_newdiv_r_t .s2 li a.activexm {
	background-color: #222222;
	border: 1px solid #222222;
	color: #fff;
	text-decoration: none;
}
.i_newdiv_r_c {
	width: 100%;
}
.i_newdiv_r_con {
	width: 100%;
	display: none;
}
.i_newdiv_r_con ul {
	width: 100%;
}
.i_newdiv_r_con ul li {
	width: 100%;
	padding-bottom: 29px;
	float: left;
}
.i_newdiv_r_con ul li .div {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
}
.i_newdiv_r_con ul li .div:hover {
	text-decoration: none;
	color: #999;
}
.i_newdiv_r_con ul li .div .div_l {
	width: 18%;
	border: 1px solid #f9fafc;
	color: #999999;
	font-size: 20px;
	line-height: 1.8;
	padding: 5px 0px;
	text-align: center;
	border: 1px solid #d2d2d2;
}
.i_newdiv_r_con ul li .div .div_l span {
	font-size: 28px;
	color: #666;
}
.i_newdiv_r_con ul li .div .div_r {
	width: 75%;
}
.i_newdiv_r_con ul li .div .div_r .s1 {
	width: 100%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	color: #333333;
	font-size: 20px;
	display: inline-block;
}
.i_newdiv_r_con ul li .div .div_r .s2 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	overflow: hidden;
}
.i_newdiv_r_more,
.i_newdiv_r_more:hover {
	width: 200px;
	height: 50px;
	margin-top: 30px;
	text-decoration: none;
	background-color: #222222;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	-moz-border-radius: 25px;
	/* Gecko browsers */
	-webkit-border-radius: 25px;
	/* Webkit browsers */
	border-radius: 25px;
	/* W3C syntax */
}
/*生物研发*/
.i_swyfdiv {
	width: 100%;
	position: relative;
}
.i_swyfdiv_ul {
	width: 100%;
	position: relative;
	/* height:1000px;*/
	overflow: hidden;
}
.i_swyfdiv_ul li {
	/*width:1920px; height:1000px;*/
	position: absolute;
	left: 0%;
	top: 0px;
	/* margin-left:-960px;*/
	position: relative;
	display: none;
}
.i_swyfdiv_ul li img {
	/*width:1920px; height:1000px;*/
}
.i_swyfdiv_ul li .zc {
	width: 100%;
	height: 100%;
	background: url(../images/zc_001.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
.i_swyfdiv_dl {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	height: 100%;
}
.i_swyfdiv_dl dd {
	width: 25%;
	height: 50%;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 5% 2% 5% 2%;
	color: #fff;
}
.i_swyfdiv_dl dd.one {
	height: 100%;
	padding: 20% 4%;
}
.i_swyfdiv_dl dd .s1 {
	width: 100%;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	font-size: 20px;
}
.i_swyfdiv_dl dd .s2 {
	width: 100%;
	font-size: 28px;
	line-height: 2;
}
.i_swyfdiv_dl dd .s2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.i_swyfdiv_dl dd .s3 {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(90%);
	-ms-transform: translateY(90%);
	-o-transform: translateY(90%);
	transform: translateY(90%);
	transition: all 0.8s cubic-bezier(0.645, 0.445, 0.655, 1) 0s;
	-webkit-transition: transition: all 0.8s cubic-bezier(0.645, 0.445, 0.655, 1) 0s;
	margin-top: 60px;
}
.i_swyfdiv_dl dd.one .s3 {
	margin-top: 100px;
}
.i_swyfdiv_dl dd.on .s3 {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.i_swyfdiv_dl dd:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #222222;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	transition: ease 1s;
	transform: matrix3d(-1.63043, -1.05435, 0, -0.0126812, 4.07609, 1.05435, 0, 0.0126812, 0, 0, 1, 0, -247.011, 85.4022, 0, 1);
	transform-origin: center center center;
}
.i_swyfdiv_dl dd.on:after {
	opacity: 1;
	transform: none;
}
.i_jjgk {
	width: 100%;
	margin: 70px 0px 110px 0px;
	position: relative;
	background-color: #f9fafc;
}
.i_jjgk_div {
	width: 44%;
	margin-left: 8%;
	padding: 70px 0px 100px 0px
}
.i_jjgk_div_t {
	width: 100%;
	padding-bottom: 40px;
	background: url(../images/xx1.jpg) left bottom no-repeat;
	line-height: 1.6;
	color: #333333;
	font-size: 26px;
}
.i_jjgk_div_t .s1 {
	font-size: 36px;
	font-family: fonttwo;
}
.i_jjgk_div_t .s2 {
	color: #222222;
}
.i_jjgk_div_c {
	width: 100%;
	margin: 20px 0px 20px 0px;
	height: 200px;
	line-height: 30px;
	overflow: hidden;
	color: #333333;
	font-size: 14px;
}
.i_jjgk_div_b,
.i_jjgk_div_b:hover {
	text-decoration: none;
}
.i_jjgk_div_r {
	width: 37%;
	height: 100%;
	background: url(../images/zz1.jpg) right center no-repeat;
	background-attachment: fixed;
	position: absolute;
	right: 0px;
	top: 0px;
	transform-origin: right center;
	padding: 150px 7% 0px 7%;
}
.i_jjgk_div_r .s1 {
	width: 100%;
	padding-bottom: 40px;
	line-height: 1.6;
	background: url(../images/xx1.jpg) left bottom no-repeat;
	color: #fff;
	font-size: 26px;
}
.i_jjgk_div_r .s1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
.i_jjgk_div_r .s2 {
	width: 100%;
	height: 150px;
	line-height:50px;
	font-size: 26px;
	color: #fff;
	padding-top: 30px;
}
.video_div {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 100000;
	left: 0px;
	top: -100%
}
.video_div_closebtv {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
	z-index: 100;
}
.video_div_center {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
/*内页*/
.n_uicenter {
	width: 1200px;
	margin: 0px auto;
}
.n_banner {
	width: 100%;
	height: 680px;
	display: inline-block;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.n_banner .zc {
	width: 100%;
	height: 100%;
	background: url(../images/n_bannerbg.png) top repeat-x;
	position: absolute;
	left: 0px;
	top: 0px;
}
.n_banner .zctext {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 50%;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	overflow: hidden;
	font-size: 30px;
	z-index: 1;
}
.n_banner .zctext span {
	font-size: 40px;
	font-family:fonttwo;
}
.a_zxlmenu {
	width: 100%;
	position: relative;
	display: none;
	z-index: 10;
}
.a_zxlmenu_t {
	width: 100%;
	padding: 3% 0px;
	background: url(../images/zxl_jt1.png) right center no-repeat;
	font-size: 16px;
	text-align: center;
	background-color: #222222;
	color: #fff;
	cursor: pointer;
	background-size: 30px;
}
.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	text-indent: 0px;
	display: none;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
}
.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
}
.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #222222;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}
.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}
.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}
.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}
.n_bg1 {
	background-color: #f7f7f7;
}
.n_bg12 {
	background-color: #fff;
}
.pc_amenu {
	width: 100%;
	padding: 0px 2%;
	text-align: center;
}
.a_menu_bg {
	background-color: #fff;
}
.a_menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: 90px;
	overflow: hidden;
}
.a_menu .a_menu_a {
	padding: 0px;
	margin: 0px;
	padding: 0px 15px;
	height: 90px;
	margin: 0px 20px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	line-height: 90px;
	color: #333333;
	font-size: 18px;
}
.a_menu .a_menu_a:hover,
.a_menu .a_menu_a.activetm1 {
	color: #333333;
	background: url(../images/xx2.jpg) bottom repeat-x;
	text-decoration: none;
}
.a_con {
	width: 100%;
	padding: 60px 0px;
}
.a_zjwm {
	width: 100%;
	padding: 0px 4%;
	line-height: 2;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}
.a_zjwm img {
	max-width: 100%;
}
.a_zjwm1 {
	width: 100%;
	padding: 4%;
	background-color: #fff;
	line-height: 2;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
}
.a_zjwm1 img {
	max-width: 100%;
}
.a_ldzc {
	width: 100%;
}
.a_ldzc .a_img {
	width: 46%;
	display: inline-block;
	overflow: hidden;
}
.a_ldzc .a_img img {
	width: 100%;
}
.a_ldzc .a_img_r {
	width: 48%;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
}
.a_ldzc .a_img_r img {
	max-width: 100%;
}
.a_jtjj {
	width: 100%;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	line-height: 2;
}
.a_jtjj img {
	max-width: 100%;
}
.a_jtry_t {
	width: 100%;
	padding-bottom: 50px;
}
.a_jtry_t_l {
	width: 30%;
	background: url(../images/xx3.jpg) bottom left no-repeat;
	color: #333333;
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 2;
	font-weight: bold;
}
.a_jtry_t_l.actives1 {
	width: 100%;
	background: url(../images/xx3.jpg) bottom center no-repeat;
	text-align: center;
}
.a_jtry_t_l.actives2 {
	width: 100%;
	background: url(../images/xx4.jpg) bottom center no-repeat;
	text-align: center;
	color: #fff;
}
.a_jtry_t_l.actives2 .s1 {
	color: #fff;
}
.a_jtry_t_l .s1 {
	color: #333333;
	font-size: 30px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.a_jtry_t_r {
	width:65%;
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	line-height: 2;
}
.a_jtry_c {
	width: 100%;
}
.a_jtry_c li {
	width: 25%;
	float: left;
	padding: 0px 1% 2% 1%;
}
.a_jtry_c li .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
	border: 10px solid #fff;
}
.a_jtry_c li .a_img img {
	width: 100%;
}
.a_newsList {
	width: 100%;
}
.a_newsList li {
	width: 100%;
	padding-bottom: 25px;
	float: left;
}
.a_newsList li .a_div {
	width: 100%;
	display: inline-block;
	background-color: #fff;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 10px #c7c5bf;
	/*firefox*/
	-webkit-box-shadow: 0px 0px 10px #c7c5bf;
	/*webkit*/
	box-shadow: 0px 0px 10px #c7c5bf;
	/*opera或ie9*/
	color: #666666;
	font-size: 14px;
	padding: 5px;
}
.a_newsList li .a_div .a_img {
	width: 29%;
	display: inline-block;
	overflow: hidden;
	position:relative;
	padding-bottom:18%;
}
.a_newsList li .a_div .a_img img {
	width: 100%; height:100%; object-fit:cover; position:absolute; left:0; top:0;
}
.a_newsList li .a_div .a_img_r {
	width: 66%;
	padding-right: 3%;
}
.a_newsList li .a_div .a_img_r .s1 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
	color: #222222;
	font-size: 25px;
}
.a_newsList li .a_div .a_img_r .s2 {
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding-left: 22px;
	color: #222222;
	background: url(../images/nz1.png) left center no-repeat;
	overflow: hidden;
}
.a_newsList li .a_div .a_img_r .s3 {
	width: 100%;
	height: 50px;
	line-height: 25px;
	overflow: hidden;
}
.a_newsList li .a_div .a_img_r .s4 {
	width: 128px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d2d2d2;
	margin-top: 10px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.n_expoPages {
	width: 100%;
	padding: 30px 0px;
	text-align: center;
}
.n_expoPages a,
.n_expoPages span {
	color: #484848;
	padding: 0px 10px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #eee;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 5px; margin-left:5px; margin-right:5px;
	border-radius: 5px;
	/* W3C syntax */
}
.n_expoPages a:hover,
.n_expoPages span.current {
	color: #fff;
	text-decoration: none;
	background-color: #222222;
}
.n_expoPages *:nth-child(1),
.n_expoPages *:nth-child(2),
.n_expoPages *:last-child {
	display:none;
}
.n_newsDetails_c {
	width: 100%;
}
.n_newsDetails_c_t {
	width: 100%;
}
.n_news_t1 {
	width: 100%;
	padding: 35px 0px;
	line-height: 30px;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.n_news_time {
	width: 100%;
	padding: 10px 0px;
	line-height: 2.0;
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.n_news_tcon {
	width: 100%;
	padding: 60px 0px;
	overflow: hidden;
	line-height: 2;
	color: #666666;
	font-size: 14px;
}
.n_news_tcon img {
	max-width: 100%;
}
.n_newsDetails_c_b {
	width: 100%;
	padding: 0px 5%;
	border-top: 1px solid #e1e1e1;
}
.n_newsDetails_c_b a {
	width: 50%;
	float: left;
	padding: 20px 0px;
	line-height: 2.0;
	text-align: center;
	color: #666666;
	font-size: 14px;
}
.n_newsDetails_c_b a:hover {
	text-decoration: none;
	color: #222222;
}
.a_rlzydiv_c {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.a_rlzydiv_c dt {
	width: 100%;
	padding-bottom: 5px;
	float: left;
	font-weight: normal;
}
.a_rlzydiv_c dt .div {
	width: 100%;
	padding: 2% 0px;
	background-color: #222222;
	color: #fff;
	font-size: 16px;
}
.a_rlzydiv_c dt .div .s1 {
	width: 46%;
	text-indent: 3%;
}
.a_rlzydiv_c dt .div .s2 {
	width: 19.5%;
}
.a_rlzydiv_c dt .div .s3 {
	width: 13%;
	text-align: center;
}
.a_rlzydiv_c dt .div .s4 {
	width: 21.5%;
	text-align: center;
}
.a_rlzydiv_c dd {
	width: 100%;
	padding-bottom: 5px;
	float: left;
	font-weight: normal;
}
.a_rlzydiv_c dd .div {
	width: 100%;
	padding: 2% 0px;
	background: url(../images/r_jt1.jpg) right center no-repeat;
	background-color: #eeeeee;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	/*transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 1s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}
.a_rlzydiv_c dd .div:hover,
.a_rlzydiv_c dd .div.activerc {
	/*padding:2% 0px;*/
	background: url(../images/r_jt2.jpg) right center no-repeat;
	background-color: #99dfe0;
}
.a_rlzydiv_c dd .div .s1 {
	width: 46%;
	text-indent: 3%;
}
.a_rlzydiv_c dd .div .s2 {
	width: 19.5%;
}
.a_rlzydiv_c dd .div .s3 {
	width: 13%;
	text-align: center;
}
.a_rlzydiv_c dd .div .s4 {
	width: 21.5%;
	text-align: center;
}
.a_rlzydiv_c dd .div1 {
	width: 100%;
	background-color: #f7f6f6;
	padding: 2% 3%;
	color: #333333;
	font-size: 14px;
	line-height: 2.0;
	overflow-x: hidden;
	display: none;
}
/*.a_rlzydiv_c dd .div1{width:100%; padding:15px 10px 20px 4%; display:none;}*/
.a_rlzydiv_c dd .div1_l {
	width: 87%;
	line-height: 2.0;
	overflow: hidden;
	color: #222222;
	font-size: 14px;
}
.a_rlzydiv_c dd .div1_l img {
	max-width: 100%;
}
.a_rlzydiv_c dd .div1_r,
.a_rlzydiv_c dd .div1_r:hover {
	width: 10%;
	margin-top: 15px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	background-color: #222222;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	overflow: hidden;
	-moz-border-radius: 10px;
	/* Gecko browsers */
	-webkit-border-radius: 10px;
	/* Webkit browsers */
	border-radius: 10px;
	/* W3C syntax */
	/* margin-right:10px;*/
}
.n_contact_div {
	width: 100%;
	background-color: #fff;
}
.n_div4 {
	width: 100%;
	padding-bottom: 45px;
}
.n_div4_l {
	width: 26%;
	padding-top: 25px;
	background: url(../images/e.jpg) left top no-repeat;
	line-height: 1.6;
	color: #333333;
	font-size: 14px;
}
.n_div4_l span {
	color: #333333;
	font-size: 48px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.n_div4_r {
	width: 68%;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	line-height: 1.8;
	padding-top: 10px;
}
.n_div4_c {
	width: 100%;
}
.n_div4_cl {
	width: 42%;
}
.n_div4_cr {
	width: 39%;
	background-size: 45%;
}
.n_div4_ct {
	width: 100%;
	padding-bottom: 20px;
	line-height: 1.5;
	color: #333333;
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
}
.n_div4_ct span {
	font-size: 26px;
	font-weight: bold;
	font-family: "微软雅黑";
}
.n_messages {
	width: 100%;
}
.n_messages table tr td {
	padding: 2% 0px;
	color: #333333;
	font-size: 16px;
}
.n_messages .ipt1 {
	width: 67%;
	height: 40px;
	border: 0px;
	line-height: 40px;
	background-color: #efefef;
	text-indent: 10px;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑";
}
.n_messages .ipt2 {
	width: 100%;
	height: 110px;
	padding: 5px 2%;
	border: 0px;
	background-color: #efefef;
	color: #333;
	font-size: 14px;
	font-family: "微软雅黑"; resize:none;
}
.n_messages .ipt3 {
	width: 99px;
	height: 30px;
	line-height: 30px;
	background-color: #222222;
	border: 0px;
	color: #fff;
	font-size: 14px;
	font-family: "微软雅黑";
}
.n_messages .ipt4 {
	width: 99px;
	height: 30px;
	line-height: 30px;
	background-color: #efefef;
	border: 0px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.n_address {
	width: 100%;
	min-height: 350px;
	padding-top: 25px;
	line-height: 2.3;
	background: url(../images/e.jpg) left top no-repeat;
	color: #666666;
	font-size: 14px;
}
.n_address span {
	color: #333333;
}
.n_contanct_map {
	width: 100%;
	height: 420px;
	overflow: hidden;
}
.n_contanct_map #allmap {
	width: 100%;
	height: 420px;
}
.n_teamList {
	width: 100%;
}
.n_teamList li {
	width: 100%;
	float: left;
	background-color: #fff;
}
.n_teamList li .a_img {
	width: 50%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.n_teamList li .a_img img {
	width: 100%;
}
.n_teamList li .a_img .tb1 {
	width: 15px;
	height: 33px;
	background: url(../images/jt_01.png) no-repeat;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -16.5px;
}
.n_teamList li.activetwo .a_img .tb1 {
	width: 15px;
	height: 33px;
	background: url(../images/jt_02.png) no-repeat;
	position: absolute;
	left: auto;
	right: 0px;
	top: 50%;
	margin-top: -16.5px;
}
.n_teamList li .a_img_r {
	width: 50%;
	padding: 3% 3% 0px 3%
}
.n_teamList li .a_img_r .s1 {
	width: 100%;
	height: 65px;
	line-height: 65px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 28px;
	font-weight: bold;
}
.n_teamList li .a_img_r .s1:hover {
	text-decoration: none;
	color: #222222;
}
.n_teamList li .a_img_r .s2 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}
.n_teamList li .a_img_r .s3 {
	width: 100%;
	height: 125px;
	line-height: 25px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
}
.n_pro_t {
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #333333;
	font-size: 30px;
	overflow: hidden;
	text-align: center;
}
.n_pro_c {
	width: 100%;
	padding: 30px 5%;
	background-color: #fff;
}
.n_pro_c .righter {
	width:45%;
}
.n_pro_c .righter .t1 {
	font-size:30px; font-family:fonttwo; padding-bottom:10px;
}
.n_pro_c .righter .t2 {
	font-size:16px; padding:10px 0; color:#666;
}
.n_pro_c .righter .t3 img {
	max-width:146px;
}
.n_pro_ct {
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #333333;
	font-size: 26px;
	text-align: center;
}
.n_pro_ctx {
	width: 100%;
	padding-bottom: 30px;
	line-height: 2;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
}
.n_pro_con {
	width: 50%;
}
.n_pro_ctext {
	padding-top:30px;
	overflow: hidden;
}
.n_pro_ctext img {
	max-width: 100%; display:block; margin-bottom:10px;
}
.home-swiper1 {
	width: 100%;
	height: 100%;
}
.home-swiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	width: 100%;
}
.home-swiper1 .swiper-slide .a_img {
	width: 100%;
	display: inline-block; position:relative;
	overflow: hidden;
	text-align: center;
}
.home-swiper1 .swiper-slide .a_img a {
	display:block; padding-bottom:100%; overflow:hidden; position:relative;
}
.home-swiper1 .swiper-slide .a_img a img {
	width: 100%; height:100%; position:absolute; left:0; top:0; object-fit:contain;
	
}
.home-swiper1 .home_next1 {
	width: 40px;
	height: 40px;
	background: url(../images/r_btn.png) no-repeat;
	right: 0px;
}
.home-swiper1 .home_prev1 {
	width: 40px;
	height: 40px;
	background: url(../images/l_btn.png) no-repeat;
	left: 0px;
}
.a_fzlc_t {
	width: 100%;
	height: 36px;
	background: url(../images/lc_01.png) center center no-repeat;
}
.a_fzlc_c {
	width: 100%;
	padding-top: 50px;
	background: url(../images/o_111.jpg) center repeat-y;
}
.a_fzlc_c li {
	width: 100%;
	padding-bottom: 30px;
	float: left;
}
.a_fzlc_c li .div {
	width: 50%;
	float: right;
}
.a_fzlc_c li .div .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 63px;
	background: url(../images/o_1112.jpg) left center no-repeat;
	color: #333333;
	font-size: 24px;
}
.a_fzlc_c li .div .s2 {
	width: 100%;
	line-height: 2;
	color: #666666;
	font-size: 16px;
	padding-left: 63px;
}
.a_fzlc_c li.activetwo .div {
	width: 50%;
	float: left;
}
.a_fzlc_c li.activetwo .div .s1 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-right: 63px;
	background: url(../images/o_1112.jpg) right center no-repeat;
	color: #333333;
	font-size: 24px;
	text-align: right;
	padding-left: 0px;
}
.a_fzlc_c li.activetwo .div .s2 {
	width: 100%;
	line-height: 2;
	color: #666666;
	font-size: 16px;
	padding-right: 63px;
	text-align: right;
	padding-left: 0px;
}
.a_jtjgdiv {
	width: 100%;
	position: relative;
	height: 990px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.a_jtjgdiv_c {
	width: 50%;
	padding: 150px 8%;
	height: 100%;
	background: url(../images/ze1.png) repeat;
	position: absolute;
	left: 0px;
	top: 0px;
}
.a_jtjgdiv_ct {
	width: 100%;
	height: 65px;
	line-height: 65px;
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #74c4c6;
	position: relative;
}
.a_jtjgdiv_ct span {
	width: 100%;
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}
.a_jtjgdiv_con {
	width: 100%;
	padding: 50px 0px 20px 0px;
	color: #fff;
	font-size: 14px;
}
.a_jtjgdiv_con li {
	width: 50%;
	padding: 0px 1% 1% 1%;
	float: left;
}
.a_jtjgdiv_con li span {
	width: 100%;
	padding: 3%;
	line-height: 2;
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 20px;
	/* Gecko browsers */
	-webkit-border-radius: 20px;
	/* Webkit browsers */
	border-radius: 20px;
	/* W3C syntax */
	font-size: 14px;
}
.a_jtjgdiv_con1 {
	width: 100%;
	color: #fff;
	line-height: 2;
	font-size: 14px;
	overflow-y: auto;
	height: 650px;
	padding-right: 3%;
}
.a_jtjgdiv_con1::-webkit-scrollbar {
	width: 1px;
	border-radius: 1px;
	height: 1px;
	background: none;
}
.a_jtjgdiv_con1::-webkit-scrollbar-track {
	border-radius: 1px;
	width: 1px !important;
	background-color: red;
}
.a_jtjgdiv_con1::-webkit-scrollbar-thumb {
	width: 1px;
	height: 1px;
	border-radius: 1px;
	background-color: #ffffff;
}
.a_kkList {
	width: 170px;
	position: absolute;
	right: 65px;
	top: 50%;
	margin-top: -210px;
	background: url(../images/xe1.png) right repeat-y;
	padding-right: 1px;
}
.a_kkList li {
	width: 100%;
	height: 60px;
	float: left;
}
.a_kkList li .a_img {
	width: 100%;
	height: 60px;
	background: url(../images/xe3.png) right center no-repeat;
	padding-right: 35px;
	display: inline-block;
	overflow: hidden;
	line-height: 60px;
	color: #666666;
	font-size: 14px;
	text-align: right;
}
.a_kkList li .a_img:hover,
.a_kkList li .a_img.activejtjj {
	background: url(../images/xe2.png) right center no-repeat;
	text-decoration: none;
	color: #0f8385;
	font-size: 18px;
}
.map_meni {
	width: 100%;
	padding: 20px 3%;
	text-align: center;
	display: none;
	background-color: #efefef;
}
.map_meni a {
	width: 33.33%;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-bottom: 5px;
	background: url(../images/fgx.jpg) right center no-repeat;
	color: #999999;
	font-size: 14px;
}
.map_meni a:hover,
.map_meni a.activejtgw {
	color: #222222;
	text-decoration: none;
}
.a_zhome {
	width: 100%;
	padding: 100px 0px;
}
.a_zhome_c {
	width: 100%;
	color: #666666;
	font-size: 13px;
	line-height: 2;
}
.zbg1 {
	background-color: #f7f7f7;
}
.zbg2 {
	background: url(../images/bb2.jpg) center center no-repeat;
	background-size: cover;
}
.z_homeList {
	width: 100%;
	padding: 80px 0px;
}
.z_homenews {
	width: 100%;
	padding-bottom: 40px;
}
.z_homenews li {
	width: 25%;
	float: left;
	padding: 0px 1%;
}
.z_homenews li .div {
	width: 100%;
	background-color: #fff;
	color: #999999;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
}
.z_homenews li .div:hover {
	text-decoration: none;
	color: #999;
}
.z_homenews li .div .a_img {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.z_homenews li .div .a_img img {
	width: 100%;
}
.z_homenews li .div .a_text {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0px 5px;
	overflow: hidden;
}
.z_homenews li .div .a_text .s1 {
	width: 72%;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
}
.z_homenews li .div .a_text .s2 {
	width: 28%;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.z_homenews_pages {
	width: 100%;
	text-align: center;
}
.z_homery {
	width: 100%;
	padding: 70px 0px 70px 0px;
}
.z_homery_list {
	width: 100%;
}
.z_homery_list li {
	width: 25%;
	float: left;
	padding: 0px 1%;
}
.z_homery_list li .a_img {
	width: 100%;
	border: 5px solid #fff;
	display: inline-block;
	overflow: hidden;
}
.z_homery_list li .a_img img {
	width: 100%;
}
.z_homejj {
	width: 100%;
	padding: 80px 0px;
}
.z_homejj_c {
	width: 100%;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	line-height: 2;
}
.z_homejj_c img {
	max-width: 100%;
	height: auto !important;
}
.z_about {
	width: 100%;
	padding: 70px 0px;
}
.z_about_l {
	width: 23%;
}
.z_about_lc {
	width: 100%;
	min-height: 75px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.z_about_lb {
	width: 100%;
}
.z_about_r {
	width: 65%;
	color: #999999;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
}
.z_about_r img {
	max-width: 100%;
	height: auto !important;
}
.z_dszzcdiv {
	width: 100%;
	background-color: #222222;
}
.z_dszzcdiv .a_img {
	width: 50%;
	display: inline-block;
	overflow: hidden;
}
.z_dszzcdiv .a_img img {
	width: 100%;
}
.z_dszzcdiv .a_img_r {
	width: 50%;
	padding: 50px 5% 0px 5%;
}
.z_dszzcdiv .a_img_r .s1 {
	color: #3a67a7;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	padding-bottom: 20px;
}
.z_dszzcdiv .a_img_r .s1 span {
	color: #fff;
	font-family: "微软雅黑";
	font-size: 40px;
}
.z_dszzcdiv .a_img_r .s2 {
	width: 100%;
	color: #fff;
	line-height: 2;
	height: 500px;
	overflow: hidden;
	font-size: 14px;
}
.z_dszzcdiv .a_img_r .s2 img {
	max-width: 100%;
}
.z_jtjj {
	width: 100%;
	padding: 80px 0px;
}
.z_jtjj_c {
	width: 100%;
	padding: 20px 0px 40px 0px;
	color: #666666;
	font-size: 14px;
	line-height: 2;
	overflow: hidden;
}
.z_jtjj_c img {
	max-width: 100%;
	height: auto !important;
}
.i_section {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}
.bg_blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/gsbg1.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	z-index: 1;
}
.bg_blur1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/gsbg2.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position-x: center !important;
	z-index: 1;
}
.a_zpdiv {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	padding: 60px 0px 60px 0px;
}
.a_rtzz {
	width: 100%;
	margin: 50px 0px;
}
.bick-container {
	width: 100%;
	height: 100%;
	padding-bottom: 40px !important;
}
.bick-container .swiper-slide {
	color: #000000;
	font-size: 14px;
	width: 300px;
	padding: 0px 10px;
}
.bick-container .swiper-slide .a_img {
	width: 280px;
	height: 212px;
	display: inline-block;
	overflow: hidden;
	border: 10px solid #222222;
}
.bick-container .swiper-slide .a_img img {
	width: 260px;
	height: 192px;
}
.swiper-scrollbar.bick-scrollbar {
	background-color: #fff !important;
	height: 1px !important;
}
.bick-scrollbar .swiper-scrollbar-drag {
	background-color: #004e8d !important
}
.z_lcbg {
	background: url(../images/bb3.jpg) center center no-repeat;
	background-size: cover;
}
.z_lcdiv {
	width: 100%;
	padding: 80px 0px;
}
.i_lcb_c1 {
	width: 100%;
	height: 36px;
	text-align: center;
	margin-top: 2%;
}
.i_lcb_c {
	width: 100%;
	background: url(../images/e_0012.jpg) center repeat-y;
	margin: 0px auto;
	padding-top: 5%;
	padding-bottom: 50px;
}
.i_lcb_c_ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.i_lcb_c_ul li {
	width: 50%;
	margin-bottom: 20px;
	float: left;
}
.i_lcb_c_ul li .div {
	padding-right: 120px;
	background: url(../images/e_lcb2.png) right center no-repeat;
	position: relative;
	right: -10px;
}
.i_lcb_c_ul li .div_c {
	width: 100%;
	background-color: #fff;
	padding: 2%;
	color: #666666;
	font-size: 14px;
}
.i_lcb_c_ul li .div_ct {
	width: 100%;
	height: 27px;
	font-size: 16px;
	word-wrap: break-word;
	color: #333333;
}
.i_lcb_c_ul li .div_ct .s1 {
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background-color: #222222;
	-moz-border-radius: 100%;
	/* Gecko browsers */
	-webkit-border-radius: 100%;
	/* Webkit browsers */
	border-radius: 100%;
	/* W3C syntax */
}
.i_lcb_c_ul li .div_con {
	width: 100%;
	line-height: 1.7;
	padding: 10px 0px 0px 35px;
	word-wrap: break-word;
}
.i_lcb_c_ul li .div1 {
	padding-left: 120px;
	background: url(../images/e_lcb1.png) left center no-repeat;
	position: relative;
	left: -10px;
	margin-top: 90px;
}
.i_lcb_c_b,
.i_lcb_c_b:hover {
	text-decoration: none;
	width: 100%;
	text-align: center;
}
.ly_div {
	width: 1200px;
	overflow: hidden;
	height: 545px;
	margin: 0px auto;
}
.ly_div_d {
	width: 100%;
	position: relative;
}
.ly_div_d1 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 0px;
	top: 107px;
	cursor: pointer;
}
.ly_div_d1_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d1_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #31766b;
	position: relative;
	opacity: 0.8;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d1_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d1_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #31766b;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d1_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #31766b;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d1_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_tb1.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d1_d .span:hover {
	text-decoration: none;
}
.ly_div_d1_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d2 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 187px;
	top: 0px;
	cursor: pointer;
}
.ly_div_d2_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d2_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #2f989e;
	position: relative;
	opacity: 0.8;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d2_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d2_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #2f989e;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d2_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #2f989e;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d2_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_04.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d2_d .span:hover {
	text-decoration: none;
}
.ly_div_d2_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d3 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 187px;
	top: 217px;
	/* cursor:pointer;*/
}
.ly_div_d3_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d3_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #ffffff;
	position: relative;
	opacity: 0.36;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
/*.ly_div_d3_d:hover .ly_div_tb1{opacity:1;}*/
.ly_div_d3_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #ffffff;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d3_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #ffffff;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d3_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_04.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d3_d .span:hover {
	text-decoration: none;
}
.ly_div_d3_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d4 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 375px;
	top: 107px;
	cursor: pointer;
}
.ly_div_d4_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d4_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #c5e4fa;
	position: relative;
	opacity: 0.6;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d4_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d4_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #c5e4fa;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d4_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #c5e4fa;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d4_d .span1 {
	width: 64%;
	height: 80px;
	text-align: center;
	left: 50%;
	margin-left: -32%;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
}
.ly_div_d4_d .span1:hover {
	text-decoration: none;
}
.ly_div_d5 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 562px;
	top: 0px;
	cursor: pointer;
}
.ly_div_d5_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d5_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #49aeb9;
	position: relative;
	opacity: 0.8;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d5_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d5_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #49aeb9;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d5_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #49aeb9;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d5_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_tb5.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d5_d .span:hover {
	text-decoration: none;
}
.ly_div_d5_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d6 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 562px;
	top: 217px;
	cursor: pointer;
}
.ly_div_d6_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d6_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #51b589;
	position: relative;
	opacity: 0.8;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d6_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d6_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #51b589;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d6_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #51b589;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d6_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_tb6.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d6_d .span:hover {
	text-decoration: none;
}
.ly_div_d6_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d7 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 750px;
	top: 107px;
	cursor: pointer;
}
.ly_div_d7_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d7_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #1680a8;
	position: relative;
	opacity: 0.8;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d7_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d7_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #1680a8;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d7_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #1680a8;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d7_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_tb7.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d7_d .span:hover {
	text-decoration: none;
}
.ly_div_d7_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d8 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 750px;
	top: 325px;
	/*cursor:pointer;*/
}
.ly_div_d8_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d8_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #ffffff;
	position: relative;
	opacity: 0.36;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
/*.ly_div_d3_d:hover .ly_div_tb1{opacity:1;}*/
.ly_div_d8_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #ffffff;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d8_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #ffffff;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d8_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_04.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d8_d .span:hover {
	text-decoration: none;
}
.ly_div_d8_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d9 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 938px;
	top: 0px;
	cursor: pointer;
}
.ly_div_d9_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d9_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #31766b;
	position: relative;
	opacity: 0.8;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d9_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d9_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #31766b;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d9_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #31766b;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d9_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_tb8.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d9_d .span:hover {
	text-decoration: none;
}
.ly_div_d9_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
.ly_div_d10 {
	width: 248px;
	height: 214px;
	position: absolute;
	left: 938px;
	top: 217px;
	cursor: pointer;
}
.ly_div_d10_d {
	width: 248px;
	height: 214px;
	position: relative;
}
.ly_div_d10_d .ly_div_tb1 {
	width: 124px;
	height: 214px;
	background-color: #2795a9;
	position: relative;
	opacity: 0.8;
	left: 60px;
	transition: 600ms;
	-webkit-transition: 600ms;
}
.ly_div_d10_d:hover .ly_div_tb1 {
	opacity: 1;
}
.ly_div_d10_d .ly_div_tb1 .left {
	width: 0;
	height: 0;
	position: absolute;
	left: -60px;
	top: 0;
	border-right: 60px solid #2795a9;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d10_d .ly_div_tb1 .right {
	width: 0;
	height: 0;
	position: absolute;
	right: -60px;
	top: 0;
	border-left: 60px solid #2795a9;
	border-top: 107px solid transparent;
	border-bottom: 107px solid transparent;
}
.ly_div_d10_d .span {
	width: 100%;
	height: 80px;
	text-align: center;
	left: 0px;
	position: absolute;
	top: 50%;
	z-index: 10000000;
	margin-top: -40px;
	color: #fff;
	background: url(../images/ly_tb9.png) top center no-repeat;
	line-height: 1;
	padding-top: 40px;
	display: inline-block;
	font-family: 'SourceFont';
	font-size: 22px;
}
.ly_div_d10_d .span:hover {
	text-decoration: none;
}
.ly_div_d10_d .span font {
	height: 43px;
	display: inline-block;
	background: url(../images/ly_tb2.png) bottom center no-repeat;
}
#about2 {
	height: 90px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
@keyframes animation7_quan3 {
	0% {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@-webkit-keyframes animation7_quan3 {
	0% {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
.arrowGo {
	animation: arrowGo 2.5s infinite;
	-webkit-animation: arrowGo 2.5s infinite;
}
@-webkit-keyframes arrowGo {
	0% {
		-webkit-transform: translate(0, 30%);
	}
	50% {
		-webkit-transform: translate(0, 0%);
	}
	100% {
		-webkit-transform: translate(0, 30%);
	}
}
@keyframes arrowGo {
	0% {
		transform: translate(0, 30%);
	}
	50% {
		transform: translate(0, 0%);
	}
	100% {
		transform: translate(0, 30%);
	}
}
.Amplification img {
	transition: 400ms;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
.Amplification:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
@-webkit-keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
@keyframes hvr-bob {
	0% {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}
/*2023-2-9*/
.i_wapbox{width:100%; display:none;background-color:#eeeeee;}
.i_wap_box1{width:100%; display:inline-block; overflow:hidden;}
.i_wap_box1 img{width:100%; height:auto !important;}
.i_wap_box2{ padding:30px 0px; text-align:center; width:100%;  color:#102844; font-size:16px; letter-spacing:1px;}
.i_wap_box2 .s1{ font-size:24px; font-weight:bold; position:relative; padding-bottom:7px; margin-bottom:7px; display:inline-block;}
.i_wap_box2 .s1:after{width:60px; height:3px; background-color:#132644; position:absolute; left:50%; margin-left:-30px; bottom:0px; z-index:1; content:"";}
.i_wap_box3{width:100%;}
.i_wap_box3 li{width:100%; float:left; padding-bottom:10px;}
.i_wap_box3 li .a_img{width:100%; display:block; overflow:hidden; position:relative; padding-bottom:52%; }
.i_wap_box3 li .a_img img{ width:100%; height:100%; object-fit:cover; position:absolute; left:0; top:0; }
.names-home-pro {
	position:absolute; left:0; top:0; background:rgba(0,0,0,0.5); width:100%; height:100%; color:#fff; font-family:fontone; font-size:20px; display:flex; align-items:center; justify-content:center; z-index:2;
}
.i_wap_box3 li:last-child{ padding-bottom:0px;}
.i_wap_box4{width:100%; padding:0px 3%;}
.i_wap_box4 dt{width:100%; float:left; padding-bottom:10px;}
.i_wap_box4 dt .a_img{width:100%; display:inline-block; overflow:hidden;}
.i_wap_box4 dt .a_img img{width:100%; float:left;}
.i_wap_box4 dd{width:100%; float:left; padding-bottom:10px;}
.i_wap_box4 dd .div{width:100%; background-color:#fff; color:#5e5e5e; font-size:14px; display:inline-block; overflow:hidden;}
.i_wap_box4 dd .div:hover{ color:#5e5e5e;}
.i_wap_box4 dd .div .a_img{width:56%; display:inline-block; overflow:hidden;}
.i_wap_box4 dd .div .a_img img{width:100%; float:left;}
.i_wap_box4 dd .div .a_img_r{width:44%; padding:5px 3.5%;}
.i_wap_box4 dd .div .a_img_r_t{width:100%;}
.i_wap_box4 dd .div .a_img_r_t .s1{line-height:1.6; font-size:16px; display:inline-block; border-bottom:2px solid #5e5e5e;}
.i_wap_box4 dd .div .a_img_r_title{width:100%; margin-top:5px; color:#464445; font-size:15px; font-weight:bold; line-height:1.6;}
.i_wap_box4 dd .div .a_img_r_c{width:100%; line-height:2; height:44px; line-height:22px; overflow:hidden;}
.i_wap_box5{width:100%; text-align:center; padding:30px 3% 20px 3%;}
.i_wap_box5 img{ max-width:36%; height:auto !important;}
.i_wap_box6{width:100%; padding:0px 3% 15px 3%; text-align:center; color:#3f3e3c; line-height:1.6; font-size:14px; font-weight:bold;}
.i_wap_box6 .s1{ padding:0px 20px; height:36px; line-height:36px; background-color:#494343;-moz-border-radius: 18px;      /* Gecko browsers */
-webkit-border-radius: 18px;   /* Webkit browsers */
border-radius:18px;            /* W3C syntax */ color:#fff;  display:inline-block; font-weight:normal; margin-top:5px; letter-spacing:1px;}
.i_wap_box7{width:100%; padding:0px 3% 30px 3%; line-height:1.8; overflow:hidden; text-align:center; color:#464646; font-size:14px;}
.set_box_wrap{display:flex;justify-content: space-between; flex-wrap:wrap;}
.i_wap_box8{width:100%; }
.i_wap_box8 dt{width:49.5%; float:left; padding-bottom:4px;}
.i_wap_box8 dt .a_img{width:100%; height:75px; display:inline-block; overflow:hidden; float:left;background-position: bottom center; background-repeat:no-repeat; background-size:cover;}
.i_wap_box8 dt .a_img img{width:100%; float:left; display:none;}
.i_wap_box8 dt:nth-child(1){width:100%;}
.i_wap_box8 dt:nth-child(1) .a_img{ height:auto !important;}
.i_wap_box8 dt:nth-child(1) .a_img img{ display:block;}
.i_wap_box8 dt:nth-child(2) .a_img{ height:154px;}
.i_wap_box8 dt:nth-child(3),.i_wap_box8 dt:nth-child(4){ margin-left:1%;}
/*.i_wap_box8 dt:nth-child(4){ padding-bottom:0px;}*/
/*.i_wap_box8 dd{width:49%;float:left; padding-bottom:10px;}
.i_wap_box8 dd .a_img{width:100%; height:130px; display:inline-block; overflow:hidden; float:left; background-position: center center; background-repeat:no-repeat; background-size:cover;}
.i_wap_box8 dd .a_img img{width:100%; float:left; display:none;}
.i_wap_box8 dd:nth-child(2) .a_img,.i_wap_box8 dd:nth-child(3) .a_img{ height:60px;}
*/
.i_wap_box9{width:100%; padding:30px 3%; background-color:#fff;}
.i_wap_box9 .i_wap_box2{ padding-top:0px;}
.i_wap_box10{width:100%; padding:0px 3% 30px 3%;}
.i_wap_box10_ul{width:100%;}
.i_wap_box10_ul li{width:50%; float:left; padding:0px 1% 10px 1%;}
.i_wap_box10_ul li .div{width:100%; display:inline-block; overflow:hidden; color:#333; font-size:14px;}
.i_wap_box10_ul li .div:hover{ color:#333;}
.i_wap_box10_ul li .div .a_img{width:100%; display:inline-block; overflow:hidden;}
.i_wap_box10_ul li .div .a_img img{width:100%;}
.i_wap_box10_ul li .div .a_text{width:100%; height:40px; line-height:40px; overflow:hidden; text-align:center;}

/********************/
.inside-pro-cate, .inside-padder {
    padding-top:40px; position:relative;
}
.control-btn {
	position:absolute; display:none;
	left:50%;
	top:0;
	transform:translateX(-50%);
	background:#eee;
	padding:8px 30px; border-radius:0 0 150px 150px;
	font-size:13px;
}
.inside-pro-cate .con {
    padding: 10px 0; max-width: 80%; margin: 0 auto; position: relative;
    background: #f5f5f5; border-radius:10px;
}

.inside-pro-cate .con > h1 {
    font-size: 0.18rem;
    padding: 0 0.1rem 0.1rem;
    color: #111; display: flex; justify-content: space-between;
}
.search-zone-1{
    display: flex; justify-content: space-between; width: 30%;
}
.search-zone-1>input{
    width: 75%; border: none; background-color: #fff; padding: 0 10px;
}
.search-zone-1>p{
    width: 25%; font-size: 12px; display: flex; justify-content: center; align-items: center; background: #1a2c5c; color:#fff;
}
.inside-pro-cate .cate-zone {
    padding: 0 20px;
}

.inside-pro-cate .cate-zone dl {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.inside-pro-cate .cate-zone dl:last-child {
	border-bottom:none;
}
.inside-pro-cate .cate-zone dl dt {
    width: 15%;
}

.inside-pro-cate .cate-zone dl dt a {
    background: #ddd; font-size:15px; font-family:fonttwo; border-radius:5px;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 10px 0;
    color: #111;
    font-weight: bold;
}
.inside-pro-cate .cate-zone dl dt a.on {
	background:#1a2c5c; color:#fff;
}
.inside-pro-cate .cate-zone dl dd {
    display: flex;
    flex-flow: row wrap;
    width: 85%;
}

.inside-pro-cate .cate-zone dl dd a {
    width:14.2857%; font-size: 15px; color:#666;
    text-align: center;
    margin-bottom:10px;
    padding: 10px 5px;
    position: relative; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;
}

.inside-pro-cate .cate-zone dl dd a.on {
    color: #1a2c5c;
}

.inside-pro-cate .cate-zone dl dd a:after {
    content: '';
    height: 45%;
    position: absolute;
    width: 1px;
    background: #ddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/************************/
.loop-prolist {
	max-width:80%;
	margin:0 auto;
	position:relative;
	padding-top:50px;
}
.loop-prolist ul {
	flex-flow:row wrap;
	overflow:hidden;
}
.loop-prolist .items {
	width:18%;
	margin-right:2.5%;
	margin-bottom:2.5%;
}
.loop-prolist .items:nth-child(5n) {
	margin-right:0;
}
.loop-prolist .items .pics {
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
.loop-prolist .items .pics img {
	width:100%;
	transition:all 0.4s;
}
.loop-prolist .items a:hover .pics img {
	transform:scale(1.1);
}
.loop-prolist .items .names {
	padding-top:10px;
	color:#888;
	font-size:15px;
	font-family:fonttwo; text-align:center;
}
.footer-address-zone {
	font-size:14px;
}
.footer-address-zone>.flex {
	padding-bottom:10px;
}
.ico-of-footsright {
	gap:10px;
}
.tel-of-footsright {
	font-size:28px;
}
.lefter-of-ms-contact {
	width:48%;
}
.lefter-of-ms-contact h1 {
	font-size:26px; font-weight:normal; padding-bottom:15px;
}
.lefter-of-ms-contact h2 {
	font-size:16px;
	opacity:0.7;
}
.righter-of-ms-contact {
	width:48%;
}
.righter-of-ms-contact h1 {
	font-size:26px; font-weight:normal; padding-bottom:15px;
}
.righter-of-ms-contact .items {
	width:30%;
	text-align:center; font-size:14px; color:#777;   
}
.righter-of-ms-contact .items img {
	max-width:80%;
	display:block; margin:0 auto;
	margin-bottom:10px;
}
.map-of-ms-contact {
	border-top:1px solid #ddd;
	padding:60px 0;
}
.map-of-ms-contact h1 {
	font-size:26px; font-weight:normal; padding-bottom:15px; margin-top:0;
}
#allmap {
	height:60vh;
}
@media screen and (max-width: 768px) {
	.lefter-of-ms-contact {
		width:100%;
	}
	.righter-of-ms-contact {
		width:100%;
	}
	.a_con.flex {
		flex-flow:row wrap;
	}
	.lefter-of-ms-contact h1,
	.righter-of-ms-contact h1,
	.map-of-ms-contact h1 {
		font-size:20px;
	}
	.map-of-ms-contact {
		padding:40px 0;
	}
	#allmap {
		height:40vh;
	}
}