body {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti;
}

html.open,
body.open {
	overflow: hidden;
}

@font-face {
	font-family: 'Conv_mirpuri-mono';
	src: url('../fonts/mirpuri-mono.eot');
	src: local('☺'), url('../fonts/mirpuri-mono.woff') format('woff'), url('../fonts/mirpuri-mono.ttf') format('truetype'), url('../fonts/mirpuri-mono.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_mirpuri-bold';
	src: url('../fonts/mirpuri-bold.eot');
	src: local('☺'), url('../fonts/mirpuri-bold.woff') format('woff'), url('../fonts/mirpuri-bold.ttf') format('truetype'), url('../fonts/mirpuri-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_mirpuri-book';
	src: url('../fonts/mirpuri-book.eot');
	src: local('☺'), url('../fonts/mirpuri-book.woff') format('woff'), url('../fonts/mirpuri-book.ttf') format('truetype'), url('../fonts/mirpuri-book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Monotype Baskerville W02';
	src: url('../fonts/Monotype Baskerville W02.eot');
	src: local('☺'), url('../fonts/Monotype Baskerville W02.woff') format('woff'), url('../fonts/Monotype Baskerville W02.woff2') format('woff2'), url('../fonts/Monotype Baskerville W02.ttf') format('truetype'), url('../fonts/Monotype Baskerville W02.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PlumbC';
	src: url('../fonts/PlumbC.eot');
	src: local('☺'), url('../fonts/PlumbC.woff') format('woff'), url('../fonts/PlumbC.woff2') format('woff2'), url('../fonts/PlumbC.ttf') format('truetype'), url('../fonts/PlumbC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_ApercuPro-Medium';
	src: url('../fonts/ApercuPro-Medium.eot');
	src: local('☺'), url('../fonts/ApercuPro-Medium.woff') format('woff'), url('../fonts/ApercuPro-Medium.ttf') format('truetype'), url('../fonts/ApercuPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Montserrat-Regular";
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


/**header**/

.header {
	position: absolute;
	top: 0;
	padding-top: 63px;
	left: 0;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
	z-index: 9;
}

.logo img {
	width: 100%;
}

.logo {
	float: left;
	width: 120px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.logo img {
	width: 100%;
}

.header_cot {
	position: absolute;
	top: 63px;
	left: 25%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.header_cot li {
	float: left;
	padding: 0 60px 0 25px;
	position: relative;
	line-height: 24px;
	color: #fff;
	font-size: 15px;
	font-family: 'PlumbC';
	max-width: 400px;
}

.header_cot li img {
	position: absolute;
	top: 5px;
	left: 0;
}

.header_btn {
	padding: 10px;
	cursor: pointer;
}

.header_right {
	position: absolute;
	top: 63px;
	right: 52px;
	z-index: 10;
}

.menu_btn {
	height: 3px;
	width: 30px;
	margin: 10px 0;
	background: #fff;
	position: relative;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
}

.menu_btn:before {
	top: -10px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: -1;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
}

.menu_btn:after {
	top: 10px;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	z-index: -1;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-ms-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
}

.header_btn:hover .menu_btn:after {
	top: 12px
}

.header_btn:hover .menu_btn:before {
	top: -12px
}

.header_btn.open .menu_btn:after {
	top: 0;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.header_btn.open .menu_btn:before {
	top: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header_btn.open .menu_btn {
	background: transparent;
}

.header_search {
	z-index: 1;
	width: 32px;
	padding: 6px;
	padding-right: 0;
	cursor: pointer;
	margin-top: 60px;
	float: right;
}

.header_search svg {
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	fill: #f3f3f3;
}

.menu_box {
	right: -70%;
	width: 70%;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9;
	background: rgba(20, 22, 30, .9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E514161E, endColorstr=#E514161E);
	transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-moz-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-ms-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-o-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-webkit-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
}

.menu_bg {
	width: 100%;
	height: 100%;
	background: rgba(20, 22, 30, .4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6614161E, endColorstr=#E514161E);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}

.menu_bg.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.menu_cot {
	font-family: 'PlumbC';
	padding: 10% 60px 20px;
}

.menu_box.active {
	right: 0;
	transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-moz-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-ms-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-o-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
	-webkit-transition: all 0.5s cubic-bezier(.54, .04, .51, 1);
}

.menu li {
	float: left;
	width: 20%;
	height: 260px;
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti;
}

.menu li h4 a {
	position: relative;
	display: inline-block;
	/*color: #fff;*/
	font-weight: bold;
	color: #005f56;
	text-decoration: none;
	font-size: 17px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 0;
	line-height: 24px;
}

.menu li h3 {
	position: relative;
	display: inline-block;
	color: #15aba6;
	text-decoration: none;
	font-size: 20px;
	text-transform: uppercase;
	padding: 10px 0;
	margin: 0;
	line-height: 24px;
}

.menu li h4,
.menu li h5 {
	margin: 0;
}

.menu_nav {
	padding-left: 0%;
}

.menu_nav a {
	font-size: 13px;
	color: #b3bac6;
	text-transform: none;
	padding: 5px 0;
	line-height: 22px;
}

.menu_nav a:hover {
	color: #005f56
}

.menu li h3 span {
	position: absolute;
	display: block;
	content: "";
	top: 20px;
	right: -250px;
	width: 200px;
	height: 2px;
	background: #15aba6;
}

.menu ul {
	margin-bottom: 21px;
}

.menu ul {
	margin-bottom: 21px;
}

.menu_bottom {
	position: relative;
	padding: 21px 0;
	border-top: 1px solid #60646a;
	color: #b3bac6;
}

.menu_bottom h5 {
	margin: 0;
	font-size: 12px;
	line-height: 24px;
}

.menu_bottom h5 span {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti;
}

.search_box {
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	z-index: 8;
	background: rgba(0, 95, 86, .95);
	visibility: hidden;
}

.search_box.active {
	width: 100%;
	visibility: visible;
	-webkit-animation: scale 1s ease-in 1;
	animation: scale 1s ease-in 1;
}

@keyframes scale {
	0% {
		shape-inside: circle(100%, 10%, 210px);
		-webkit-clip-path: circle(210px at 100% 10%);
		clip-path: circle(210px at 100% 10%);
	}
	100% {
		shape-inside: circle(50%, 50%, 1200px);
		-webkit-clip-path: circle(2000px at 50% 50%);
		clip-path: circle(2000px at 50% 50%);
	}
}

@-webkit-keyframes scale {
	0% {
		shape-inside: circle(100%, 10%, 210px);
		-webkit-clip-path: circle(210px at 100% 10%);
		clip-path: circle(210px at 100% 10%);
	}
	100% {
		shape-inside: circle(50%, 50%, 1200px);
		-webkit-clip-path: circle(2000px at 50% 50%);
		clip-path: circle(2000px at 50% 50%);
	}
}

.search_cot {
	position: relative;
	padding: 0;
	border-bottom: 2px solid #aaa;
	width: 500px;
	margin: 0 auto;
}

.search_cot input {
	width: 100%;
	background: none;
	border: 0;
	font-size: 32px;
	height: 36px;
	line-height: 36px;
	color: #a3a3a3;
	position: relative;
	padding-right: 60px;
}

.submit_search {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	cursor: pointer;
}

.search_box .arrow {
	position: relative;
	display: block;
	height: 2px;
	width: 40px;
	background: #fff;
	margin-top: 20px;
	opacity: .6;
}

.search_box .arrow:after {
	position: absolute;
	display: block;
	right: 0;
	top: -4px;
	content: "";
	height: 10px;
	width: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.submit_search:hover .arrow {
	opacity: 1;
}


/**banner**/

.background-video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.banner {
	overflow: hidden;
	position: relative;
}

.ban_list {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform-origin: center left;
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
	-moz-transition: -moz-opacity 0.7s ease, -moz-transform 1s ease-in-out;
	-ms-transition: -ms-opacity 0.7s ease, -ms-transform 1s ease-in-out;
	-o-transition: -o-opacity 0.7s ease, -o-transform 1s ease-in-out;
	-webkit-transition: -webkit-opacity 0.7s ease, -webkit-transform 1s ease-in-out;
	transition: opacity 0.7s ease, transform 1s ease-in-out;
}

.ban_list.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.ban_page {
	position: absolute;
	left: 25%;
	width: 75%;
	bottom: 36px;
}

.ban_jtl img,
.ban_jtr img {
	height: 18px;
	transition: all 0.3s cubic-bezier(.54, .04, .51, 1.08);
	-moz-transition: all 0.3s cubic-bezier(.54, .04, .51, 1.08);
	-ms-transition: all 0.3s cubic-bezier(.54, .04, .51, 1.08);
	-o-transition: all 0.3s cubic-bezier(.54, .04, .51, 1.08);
	-webkit-transition: all 0.3s cubic-bezier(.54, .04, .51, 1.08);
}

.ban_jtl,
.ban_jtr {
	float: left;
	cursor: pointer;
	padding: 0 10px;
}

.ban_page ul {
	float: left;
	margin-top: 3px;
	padding: 0 10px;
}

.ban_page ul li {
	float: left;
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	padding: 0 10px;
	font-family: 'PlumbC';
	color: #b3bac6;
	font-weight: 600;
}

.ban_page ul li.active {
	color: #fff;
}

.ban_hover {
	position: absolute;
	display: block;
	height: 2px;
	top: 5px;
	left: 4px;
	width: 0;
	z-index: 0;
	background: #15aba6;
	transition: all 0.3s cubic-bezier(.54, .04, .51, 1);
	-moz-transition: all 0.3s cubic-bezier(.54, .04, .51, 1);
	-ms-transition: all 0.3s cubic-bezier(.54, .04, .51, 1);
	-o-transition: all 0.3s cubic-bezier(.54, .04, .51, 1);
	-webkit-transition: all 0.3s cubic-bezier(.54, .04, .51, 1);
}

.ban_page ul li:hover .ban_hover {
	width: 24px;
}

.ban_line {
	position: relative;
	display: inline-block;
	height: 2px;
	width: 0;
	top: -4px;
	margin: 0;
	background: #fff;
	transition: all 1s cubic-bezier(.54, .04, .51, 1);
	-moz-transition: all 1s cubic-bezier(.54, .04, .51, 1);
	-ms-transition: all 1s cubic-bezier(.54, .04, .51, 1);
	-o-transition: all 1s cubic-bezier(.54, .04, .51, 1);
	-webkit-transition: all 1s cubic-bezier(.54, .04, .51, 1);
}

.ban_page ul li.active .ban_line {
	display: inline-block;
	width: 100px;
	margin: 0 0 0 20px;
}

.ban_li {
	position: absolute;
	display: block;
	text-align: left;
	color: #fff;
	max-width: 50%;
	left: 25%;
	top: 50%;
	margin-top: -100px;
}

.ban_li h3 {
	font-size: 64px;
	position: relative;
	font-family: 'PlumbC';
	font-weight: 600;
	margin: 20px 0;
	padding: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
	top: 25px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ban_li h4 {
	position: relative;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: 1px;
	font-family: 'Conv_ApercuPro-Medium';
	text-transform: capitalize;
	margin: 0;
	top: 25px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ban_li h5 {
	position: relative;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin: 0;
	top: 25px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ban_li.active h3 {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.ban_li.active h4 {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.ban_li.active h5 {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.ban_zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.15);
}

.scroll_down {
	position: absolute;
	text-align: right;
	font-size: 9px;
	bottom: 0;
	cursor: pointer;
	z-index: 2;
	right: 60px;
}

.xiahuawenzi {
	display: block;
	font-size: 15px;
	color: #fff;
	font-family: 'PlumbC';
}

.scroll_down .fa-angle-down {
	color: #fff;
	font-size: 20px;
	margin: 5px 0 15px;
	font-weight: 700;
}

.scroll_down .bounce {
	display: inline-block;
	position: relative;
	color: #fff;
}

.bounce {
	cursor: pointer;
	-webkit-animation-name: pounding;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	animation-name: pounding;
	animation-duration: 1.0s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@-webkit-keyframes pounding {
	0% {
		-webkit-transform: translate(0, 0)
	}
	50% {
		-webkit-transform: translate(0, 7px)
	}
	100% {
		-webkit-transform: translate(0, 0)
	}
}

@keyframes pounding {
	0% {
		transform: translate(0, 0)
	}
	50% {
		transform: translate(0, 7px)
	}
	100% {
		transform: translate(0, 0)
	}
}

.ban_img {
	overflow: hidden;
	position: relative;
}

.ind0_top {
	width: 66.67%;
	margin-left: 16.667%;
	padding: 0 15px;
	position: relative;
}

.ind0_bottom {
	margin-left: 33.33%;
	width: 50%;
	padding: 0 15px;
	position: relative;
}

.ind0_top h2 {
	margin: 62px 0 125px;
	font-size: 62px;
	padding-left: 12px;
	font-weight: bold;
	color: #111;
}

.ind0_b_wz h3 {
	margin: 0;
	font-family: 'Conv_ApercuPro-Medium';
	margin-bottom: 13px;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 26px;
	color: #00192b;
}

.ind0_b_wz h4 {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 52px;
	font-size: 15px;
	color: #555;
	line-height: 25px;
}

.ind0_tb li {
	margin-right: 25px;
	display: inline-block;
	vertical-align: bottom;
}

.ind0_tb li a img {
	opacity: 0.2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}

.ind0_tb li a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	transition: opacity .2s ease-out;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-ms-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
}

.ind0_wz li span {
	position: absolute;
	top: .6em;
	left: -1em;
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #ed5045;
	border-radius: 50%;
}

.ind_box0 {
	position: relative;
	padding: 200px 0 0;
}

.ind_left {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 8.33333%;
	height: 100%;
	overflow: hidden;
	border-right: solid 1px #ddd;
}

.ind_wz {
	transform-origin: right bottom;
	transform: rotate(-90deg) translateX(90px);
	-webkit-transform: rotate(-90deg) translateX(90px);
	-moz-transform: rotate(-90deg) translateX(90px);
	-ms-transform: rotate(-90deg) translateX(90px);
	-o-transform: rotate(-90deg) translateX(90px);
	height: 130px;
	position: absolute;
	top: 0;
	width: 140%;
}

.ind_wz h5 {
	margin: 0;
	font-weight: 600;
	letter-spacing: 2px;
	white-space: nowrap;
}

.ind0_right {
	overflow: hidden;
}

.ind0_img {
	position: relative;
}

.ind0_img img {
	width: 100%;
}

.ind1_num h2 {
	font-size: 43px;
	font-family: 'Conv_mirpuri-mono';
	margin: 0;
	letter-spacing: 1px;
	color: #727887;
}

.ind1_tit h3 {
	font-family: 'Conv_ApercuPro-Medium';
	font-size: 62px;
	color: #00192b;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 35px;
	text-transform: capitalize;
}

.ind_box1 {
	position: relative;
	padding: 100px 0 20px;
}

.ind1_big h3 {
	color: #d7d8d6;
	font-size: 240px;
	font-family: 'Conv_ApercuPro-Medium';
	font-weight: 600;
}

.ind1_img img {
	width: 100%;
}

.ind1_left {
	position: absolute;
	bottom: 0;
}

.ind_box2 {
	background: #d9cebc;
	background-image: url(../images/load_bg.png);
	margin: 10px;
	padding-top: 30px;
	color: #fff;
}

.ind2_tit h3 {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 18px;
	margin: 0;
	line-height: 26px;
}

.ind2_left {
	width: 50%;
	float: left;
}

.ind2_right {
	width: 50%;
	float: right;
	box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.25);
}

.ind2_cot {
	padding-top: 30px;
	margin-bottom: 80px;
}

.ind2_list {
	height: 290px;
	padding: 0 5%;
}

.ind2_top .ind2_list {
	width: 50%;
	float: left;
}

.ind2_list h3 {
	font-size: 40px;
	margin: 0;
	line-height: 1;
}

.ind2_list h4 {
	margin: 15px 0 8px 0;
	font-size: 20px;
	line-height: 25px;
}

.ind2_bottom {
	margin-top: 20px;
}

.ind2_bottom .ind_table {
	box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.25);
}

.ind2_right .ind2_list {
	height: 580px;
	padding: 0 20%;
}

.ind2_r_cot h3 {
	font-size: 80px;
}

.ind3_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.ind3_list .ind_table {
	height: 100%;
	position: relative;
	z-index: 2;
}

.ind3_list {
	height: 100%;
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, .2);
}

.ind3_swiper .swiper-slide {
	position: relative;
}

.ind3_img_li {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
}

.ind3_img_li.active {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.ind3_zz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	z-index: 0;
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
}

.ind3_list:hover .ind3_zz {
	background: rgba(0, 0, 0, .15);
	transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#26000000, endColorstr=#26000000);
}

.ind3_swiper:hover .ind3_bg {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}

.ind3_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ind_box3 {
	position: relative;
}

.ind3_wz {
	position: relative;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	padding: 0 60px;
	color: #fff;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_list:hover .ind3_wz {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_line {
	position: relative;
	display: block;
	height: 1px;
	width: 20px;
	margin: 26px 0;
	background: #fff;
}

.ind3_wz h3 {
	font-family: 'PlumbC';
	font-size: 16px;
	letter-spacing: 2px;
}

.ind3_wz h4 {
	letter-spacing: 1px;
	padding-bottom: 48px;
	font-weight: 600;
	margin: 20px 0;
	font-size: 32px;
}

.ind3_btn a {
	font-family: 'Conv_ApercuPro-Medium';
	position: relative;
	display: inline-block;
	padding: 17px 32px 13px;
	color: #fff;
	background: #005f56;
	border: 1px #005f56 solid;
	text-transform: uppercase;
	letter-spacing: 1px;
	overflow: hidden;
	z-index: 1;
	color: #fff;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_jt {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	width: 50px;
	background: #fff;
	margin: -2px 0 0 18px;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_jt:after {
	position: absolute;
	display: block;
	right: 0;
	top: -2px;
	content: "";
	height: 5px;
	width: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_btn a b {
	position: absolute;
	top: 101%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_more {
	position: relative;
	z-index: 1;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_btn a:hover .ind3_more {
	color: #005f56;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_btn a:hover .ind3_jt {
	background: #000;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_btn a:hover b {
	top: 0;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_btn a:hover .ind3_jt:after {
	border-color: #000;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_btn {
	position: relative;
	top: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind3_list:hover .ind3_btn {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.ind_box4 {
	padding: 100px 0;
}

.ind4_top {
	margin-bottom: 85px;
}

.ind4_bottom li {
	float: left;
	width: 33.33%;
	padding: 0 40px;
}

.ind4_bottom ul {
	margin: 0 -40px;
}

.ind4_img img {
	width: 100%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.ind4_img {
	overflow: hidden;
}

.ind4_list:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.ind4_wz {
	margin: 0 25px;
	margin-top: -20px;
	background: #fff;
	padding: 15px 20px;
	position: relative;
}

.ind4_wz h6 {
	margin: 0;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

.ind4_wz h3 {
	margin: 0;
	font-size: 18px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	margin-bottom: 5px;
}

.ind4_wz h5 {
	font-size: 13px;
	color: #999;
	line-height: 25px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ind4_list:hover .ind4_wz h3 {
	color: #005f56;
}

.ind1_img {
	position: relative;
}

.ind1_right {
	overflow: hidden;
}

.ind1_big {
	position: relative;
}

.ani {
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.ind2_list {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}


/**footer**/

.footer {
	background: url(../images/footer.png) no-repeat;
	background-position: 50% 0;
	padding-top: 143px;
	border-top: 0px none;
}

.footer_cot {
	padding: 24px 0;
	background: url(../images/footer_bg.png);
}

.footer_tit h3 {
	color: #fff;
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_tit h3 a {
	float: right;
	font-size: 13px;
	color: #b1b1b1;
	font-weight: normal;
	text-transform: none;
}

.footer_left h4 a {
	color: #b1b1b1;
	font-size: 13px;
	line-height: 20px;
}

.footer_left h4 a:hover,
.footer_center_l h4 a:hover {
	text-decoration: underline;
	color: #029f90;
}

.footer_left h4 {
	margin-right: 10px;
	margin: 0;
}

.footer_left h4 a i,
.footer_center_l h4 a i,
.footer_tit h3 a i {
	margin-right: 5px;
}

.footer_center_l {
	width: 50%;
	float: left;
	padding: 0 8px;
}

.footer_center_l h4 a {
	color: #b1b1b1;
	font-size: 13px;
	line-height: 20px;
}

.footer_center_l h4 {
	margin: 0;
}

.footer_copy {
	color: #666;
	line-height: 40px;
	font-family: Arial, Helvetica, sans-serif;
}

.footer_copy span {
	font-family: "Microsoft YaHei", 微软雅黑, STHeiti;
}

.footer_bottom {
	padding: 20px 0;
}

.load_img {
	height: 270px;
	width: 200px;
	margin: 0 auto;
	overflow: hidden;
}

.load_img img {
	position: relative;
	left: 0;
}

.load_cot {
	text-align: center;
	position: relative;
	top: 35px;
}

.load {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #d9cebc;
	background-image: url(../images/load_bg.png);
	z-index: 99;
}

.load_wz h5 {
	font-size: 18px;
}

.load_wz h4 {
	font-size: 24px;
}

.load_wz {
	font-family: 'PlumbC';
	font-weight: 600;
	margin-top: 20px;
}

img.ind5_hid {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.ind5_li {
	position: relative;
	margin: 0 20%;
}

.ind5_li img {
	width: 100%;
}

.ind_box5 {
	padding: 90px 0;
}

.ind5_li:hover .ind5_hid {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.ind5_tit h3 {
	font-size: 62px;
	font-family: 'Conv_ApercuPro-Medium';
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	margin-bottom: 15px;
}

.ind5_tit h4 {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
}

.ind5_tit {
	text-align: center;
	color: #111;
	margin-bottom: 60px;
}

.ind5_cot {
	width: 90%;
	margin: 0 auto;
}


/**contact**/

.header_scroll {
	position: fixed;
	padding-bottom: 10px;
	background: rgba(0, 95, 86, 0);
}

.header_top {
	background: rgba(0, 95, 86, 0.65);
}

.header_scroll.active {
	padding-top: 16px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.header_scroll.active .logo {
	width: 70px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.header_scroll.active .header_cot {
	top: 22px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.header_fixed {
	position: fixed;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.header_fixed.active {
	top: 16px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.header_min .header_logo {
	width: 175px;
}

.header_bg {
	background: rgba(41, 48, 66, .3);
}

.header_min .header_bg {
	background: rgba(41, 48, 66, .6);
}

.header_scroll.active .header_search {
	margin-top: 44px;
}

.contact1_top h2 {
	margin: 20px 0 120px;
	font-size: 62px;
	padding-left: 12px;
	font-weight: bold;
	color: #111;
	text-transform: capitalize;
	font-family: 'Conv_ApercuPro-Medium';
}

.contact1_top {
	padding: 0 15px;
	position: relative;
}

.contact1_bottom {
	width: 64%;
	margin-left: 18%;
}

.contact1_wz h3 {
	margin: 0;
	margin-bottom: 13px;
	line-height: 1.4;
	font-size: 22px;
	font-weight: 600;
}

.contact1_wz h4 {
	font-size: 15px;
	line-height: 25px;
	margin: 0 0 5px;
	color: #666;
}

.contact1_map {
	height: 100%;
}

.contact_box1 {
	padding: 100px 0 0;
}

.contact1_wz h4 span {
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}

.contact1_map>div {
	border: none !important;
}

.contact2_cot {
	width: 56%;
	margin-left: 20%;
}

.contact2_form li input {
	width: 100%;
	line-height: 60px;
	height: 60px;
	padding: 0 10px;
	font-size: 15px;
	border: 1px solid #d7d8d6;
	color: #666;
}

.contact2_form li textarea {
	width: 100%;
	line-height: 40px;
	height: 160px;
	padding: 0 10px;
	font-size: 15px;
	border: 1px solid #d7d8d6;
	color: #666;
}

.contact2_form li {
	margin: 25px 0;
}

.contact2_tit h3 {
	margin: 20px 0 50px;
	font-size: 62px;
	font-weight: bold;
	color: #111;
	text-transform: capitalize;
	font-family: 'Conv_ApercuPro-Medium';
}

.contact2_form li .contact2_sub {
	padding: 10px 40px;
	letter-spacing: 2px;
	font-size: 14px;
	display: inline-block;
	border: solid 1px #005f56;
	color: #005f56;
	background: transparent;
	height: auto;
	line-height: 20px;
	width: auto;
	text-transform: uppercase;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	font-family: Arial, Helvetica, sans-serif;
}

.contact2_form li .contact2_sub:hover {
	color: #fff;
	background: #005f56;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.contact2_form li:last-child {
	margin-bottom: 0;
}

.contact_box2 {
	padding: 100px 0 80px;
}


/**news**/

.news_box {
	padding: 100px 0;
}

.news_cot {
	position: relative;
}

.news_left {
    width: 240px;
    position: absolute;
    top: 0;
    left: 60px;
}

.news_right {
	padding-left: 300px;
	width: 100%;
}

.news_img {
	width: 40%;
	max-width: 400px;
	float: left;
	overflow: hidden;
}

.news_list:hover .news_img img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.news_wz {
	width: 60%;
	float: left;
	padding-left: 40px;
}

.news_img img {
	width: 100%;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.news_list {
	padding: 50px 0;
	border-bottom: solid 1px #ddd;
}

.news_tit h3 {
	margin: 0;
	font-size: 38px;
	font-family: 'Conv_ApercuPro-Medium';
	text-transform: capitalize;
	color: #111;
}

.news_bottom {
	margin-top: 60px;
}

.news_wz h6 {
	font-size: 13px;
	color: #aaa;
	line-height: 25px;
	margin: 0;
	margin-bottom: 10px;
}

.news_wz p {
	font-size: 13px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #888;
}

.news_bottom h3 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.news_bottom h3 a {
	color: #666;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.news_bottom h3 a:before {
	content: '';
	width: 0px;
	height: 1px;
	display: inline-block;
	background: #005f56;
	position: relative;
	top: -5px;
	margin-right: 5px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.news_bottom h3 a:hover,
.news_bottom h3.active a {
	color: #005f56;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.news_bottom h3 a:hover:before,
.news_bottom h3.active a:before {
	width: 25px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.news_wz h3 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.news_list:hover .news_wz h3 {
	color: #005f56;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}


/**newsdot**/

.newsdot_box {
	padding: 120px 0 50px;
}

.newsdot_left {
	width: 76%;
	margin: 0 auto;
}

.newsdot_right h5 {
	margin: 0;
	line-height: 34px;
}

.newsdot_tit h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 34px;
	margin: 0;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.newsdot_tit {
	margin-bottom: 10px;
}

.newsdot_cot {
	width: 77%;
	max-width: 960px;
	margin: 0 auto;
}

.newsdot_cot p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}

.newsdot_cot p img:not([src='http://sdpack.cn/Public/Admin/Ueditor/dialogs/attachment/fileTypeImages/icon_pdf.gif']) {
	width: 100%;
}

.newsdot_img img {
	width: 100%;
}

.newsdot_img {
	margin-top: 40px;
}

.newsdot_jtl:after {
	display: inline-block;
	content: '';
	width: 80px;
	height: 1px;
	background: #333;
	position: relative;
	top: -3.5px;
	left: -4px;
	transform-origin: center left;
}

.newsdot_jtr:before {
	display: inline-block;
	content: '';
	width: 80px;
	height: 1px;
	background: #333;
	position: relative;
	top: -3.5px;
	transform-origin: center right;
	right: -4px;
}

.newsdot_jt a {
	width: 130px;
	display: inline-block;
}

.newsdot_jt a:after,
.newsdot_jt a:before {
	transform: scaleX(1);
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.newsdot_jt a:hover:after,
.newsdot_jt a:hover:before {
	transform: scaleX(1.2);
	-webkit-transform: scaleX(1.2);
	-moz-transform: scaleX(1.2);
	-ms-transform: scaleX(1.2);
	-o-transform: scaleX(1.2);
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.newsdot_jt {
	margin-top: 30px;
	text-align: center;
}

.newsdot_back a {
	padding: 10px 40px;
	letter-spacing: 2px;
	font-size: 14px;
	display: inline-block;
	border: solid 1px #005f56;
	color: #005f56;
	background: transparent;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.newsdot_back {
	margin-top: 20px;
	text-align: center;
}

.newsdot_back a:hover {
	color: #fff;
	background: #005f56;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}


/**prolist**/

.warpper_keyan {
	width: 100%;
	padding: 100px 0;
}

.warpper_keyan_one {
	position: relative
}

.warpper_keyan_one .col-sm-7 {
	margin-left: 8.33%;
}

.warpper_keyan_one_c {
	background: #fff;
	padding: 0 50px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.warpper_keyan_one_c h3 {
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 1px;
	margin-top: 0px;
	font-weight: 600;
	color: #333;
}

.warpper_keyan_one_c h5 {
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.warpper_keyan_one_l {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	width: 20%;
	/*background:url(../images/l1.jpg) no-repeat center center;*/
	height: 100%;
	overflow: hidden;
	background-position: center right;
}

.warpper_keyan_one_r {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
	width: 34%;
	/*background:url(../images/r1.jpg) no-repeat center center;*/
	height: 100%;
	overflow: hidden;
	background-position: center center;
}

.warpper_keyan_one_l span,
.warpper_keyan_one_r span {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.895, .03, .685, .22);
	-moz-transition: all .3s cubic-bezier(.895, .03, .685, .22);
	-ms-transition: all .3s cubic-bezier(.895, .03, .685, .22);
	-o-transition: all .3s cubic-bezier(.895, .03, .685, .22);
	transition: all .3s cubic-bezier(.895, .03, .685, .22);
}

.warpper_keyan_one_l span {
	right: -100%;
}

.warpper_keyan_one_r span {
	left: -100%;
}

.warpper_keyan_one:hover .warpper_keyan_one_l span,
.warpper_keyan_one.active .warpper_keyan_one_l span {
	right: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

.warpper_keyan_one:hover .warpper_keyan_one_r span,
.warpper_keyan_one.active .warpper_keyan_one_r span {
	left: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-moz-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-ms-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	-o-transition: all .6s cubic-bezier(.165, .84, .44, 1);
	transition: all .6s cubic-bezier(.165, .84, .44, 1);
}

span.keyan_ani_bg {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 2;
}


/**products**/

.product_cot li {
	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden;
}

.product_cot li a {
	display: inline-block;
	padding-bottom: 100%;
}

.prod_wz {
	position: absolute;
	top: 0;
	left: 25%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	width: 100%;
	height: 100%;
	padding: 40px 60px;
	color: #fff;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
}

.product_cot li:hover .prod_wz {
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
}

.prod_img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.product_box {
	padding: 100px 0;
}

.prod_wz h4 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}

.prod_wz h3 {
	margin: 0;
	line-height: 40px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 2px;
}

.prod_wz h3:before {
	content: '';
	width: 40px;
	height: 1px;
	background: #fff;
	display: inline-block;
	position: relative;
	top: -7px;
	margin-right: 6px;
}


/**about**/

.about1_img img {
	width: 100%;
}

.about_box1 {
	padding: 100px 0 0;
}

.about1_bt h3 {
	margin: 60px 0 100px;
    margin: 40px 0 60px;
	color: #111;
	text-transform: capitalize;
	font-size: 58px;
	padding-left: 12px;
	font-weight: bold;
}
.about2_box{
	padding-top:100px;
}
.about1_tit h2 {
	margin: 0;
	text-transform: capitalize;
	font-size: 74px;
	line-height: 1.2;
	font-family: 'Conv_ApercuPro-Medium';
	font-weight: 600;
	color: #d7d8d6;
}

.about1_bt {
	width: 66.67%;
	margin-left: 16.667%;
	padding: 0 15px;
	position: relative;
}

.about1_wz {
	width: 50%;
	margin-left: 33.33%;
}

.about1_wz h5 {
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 0;
	margin-bottom: 34px;
}

.ab2_box {
	width: 100%;
	height: 100%;
}

.ab2_img {
	width: 45%;
	float: left;
}

.ab2_img img {
	width: 100%;
}

.ab2_txt {
	width: 45%;
	float: right;
	position: relative;
	padding-right: 20px;
	height: 100%;
}

/*.ab2_txtmain {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform:translateY(-50%) ;
	-ms-transform: translateY(-50%);
	-webkit-transform:translateY(-50%) ;
}*/

/*.ab2_txt:hover {
	overflow-y: scroll;
}*/

.ab2_txt::selection {
	background: #222;
	color: white;
	text-shadow: none;
}

.ab2_txt::-webkit-scrollbar-track-piece {
	width: 10px;
	background-color: #f2f2f2
}

.ab2_txt::-webkit-scrollbar {
	width: 5px;
	height: 6px
}

.ab2_txt::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #005F56;
}

.about2_box {
	position: relative;
}

.ab2_jtl,
.ab2_jtr {
	position: absolute;
	width: 80px;
    height: 80px;
	display: inline-block;
	background: #067e73;
	z-index: 2;
	text-align: center;
	/*line-height: 50px;*/
	cursor: pointer;
	border: 1px solid #005f56;
}

.ab2_jtl span,
.ab2_jtr span {
	color: #fff;
	font-size: 50px;
	display: inline-block;
	padding: 11px 0;
}

.ab2_jtl {
	bottom: 0;
	right: calc(55% + 80px);
}

.ab2_jtr {
	bottom: 0;
	right: 55%;
}

.ab2_txt h2 {
	font-size: 26px;
	line-height: 1.4;
	font-weight: 600;
	color: #111;
    margin-top: 0;
}

.ab2_txtBox.overf{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
}

.ab2_txt h4 {
	font-size: 15px;
	line-height: 26px;
	color: #333;
	margin: 0;
	margin-bottom: 10px;
}

.ab2_txt::selection {
	background: #222;
	color: white;
	text-shadow: none;
}


.ab2_box:after {
	content: "";
	clear: both;
	display: block;
}

.ab2_txt h2 span:before {
	content: '';
	width: 50px;
	height: 1px;
	display: inline-block;
	background: #333;
	margin: 0 8px 0 30px;
	position: relative;
	top: -8px;
}

.about2_box {
	margin-bottom: 80px;
}

.about_box3 {
	padding: 100px 0 100px;
}

.about3_tit {
	text-align: center;
	margin-bottom: 60px;
}

.about3_tit h3 {
	margin: 0;
	font-size: 34px;
	letter-spacing: 4px;
	margin-bottom: 15px;
	font-weight: 600;
}

.about3_tit hr {
	width: 40px;
	border-width: 2px;
	border-color: #333;
}

.about3_tit h4 {
	margin: 0;
	line-height: 30px;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Conv_ApercuPro-Medium';
	color: #337F78;
}

.about3_img img {
	width: 100%;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.about3_img {
	width: 80%;
	margin: 0 auto;
	position: relative;
}

.about3_img:hover img {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.about3_img:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 95, 86, 0.4);
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.about3_img:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.about3_jt a {
	width: 60px;
	display: inline-block;
}

.about3_jt img {
	width: 100%;
}

.about3_jt a {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 2;
}

.about3_cot {
	position: relative;
}

.about3_jtr {
	right: -30px;
}

.about3_jtl {
	left: -30px;
}

.about4_img {
	width: 66%;
}

.about4_img img {
	width: 100%;
}

.about_box4 {
	padding: 0 0 100px;
	position: relative;
}

.about4_tit {
	position: relative;
	top: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.swiper-slide-active .about4_tit {
	top: -30px;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s 0.45s ease-in;
	-webkit-transition: all 0.5s 0.45s ease-in;
	-moz-transition: all 0.5s 0.45s ease-in;
	-ms-transition: all 0.5s 0.45s ease-in;
	-o-transition: all 0.5s 0.45s ease-in;
}

.about4_tit h3 {
	font-size: 60px;
	margin: 0;
	line-height: 60px;
	font-family: 'Conv_ApercuPro-Medium';
	color: #005F56;
	text-transform: capitalize;
	letter-spacing: -1px;
}

.about4_wz h3 {
	margin: 0;
	font-size: 22px;
	margin-bottom: 10px;
}

.about4_wz {
	margin-top: 60px;
	padding-left: 25%;
	position: relative;
	top: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.swiper-slide-active .about4_wz {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s 0.6s ease-in;
	-webkit-transition: all 0.5s 0.6s ease-in;
	-moz-transition: all 0.5s 0.6s ease-in;
	-ms-transition: all 0.5s 0.6s ease-in;
	-o-transition: all 0.5s 0.6s ease-in;
}

.about4_wz h3 {
	margin: 0;
	font-size: 22px;
	margin-bottom: 20px;
	color: #005F56;
	font-weight: 600;
	letter-spacing: 1px;
}

.about4_wz p {
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 15px 0;
}

.about4_wz h4 {
	font-size: 18px;
	line-height: 36px;
	margin: 0;
	color: #444;
}

.about4_page {
	position: absolute;
	top: 5%;
	/*transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);*/
	left: 71%;
	z-index: 1;
	width: 25%;
}

.about4_page::selection {
	background: #222;
	color: white;
	text-shadow: none;
}

.about4_page::-webkit-scrollbar-track-piece {
	width: 10px;
	background-color: #f2f2f2
}

.about4_page::-webkit-scrollbar {
	width: 5px;
	height: 6px
}

.about4_page::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #005F56;
}


/*.about4_page::-webkit-scrollbar-thumb:hover{background:#3fb560} */

.about4_ico_img {
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	font-family: Arial, Helvetica, sans-serif
}

.about4_ico_img img {
	width: 100%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.about4_li h4 {
	padding-left: 10px;
	line-height: 50px;
	margin: 0;
	font-size: 16px;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.about4_li {
	position: relative;
}

.about4_hide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.about4_page li {
	margin: 20px 0;
	cursor: pointer;
}

.about4_page li.active img {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.about4_page li.active .about4_li h4 {
	color: #005F56;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.about4_page li.active .about4_hide {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
}

.about_box2 {
	background: #303c47;
	background: #d9cebc;
	background-image: url(../images/load_bg.png);
	padding: 100px 0 160px;
	color: #fff;
	position: relative;
}

.about2_tit h2 {
	font-size: 50px;
	font-family: 'Conv_ApercuPro-Medium';
	margin: 0;
	line-height: 1.4;
}

.about2_tit h2 span {
	display: block;
	font-size: 50px;
	letter-spacing: 0;
	text-indent: 2em;
	margin-left: 80px;
}

.about2_tit {
	margin-bottom: 100px;
}

.about2_top {
	width: 66%;
	margin-left: 17%;
	padding: 0;
	position: relative;
}

.about2_top_cot {
	position: relative;
	padding-left: 30px;
	margin-left: 11%;
	width: 60%;
	min-width: 580px;
}

.timeline li {
	width: 100%;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.about2_line {
	position: absolute;
	top: 0;
	left: -3px;
	width: 8px;
	bottom: 30px;
	display: block;
}

.timeline ul {
	position: absolute;
	top: 7px;
	left: 3%;
	width: 16%;
	white-space: nowrap;
	transition: left 0.4s linear;
	-webkit-transition: left 0.4s linear;
	-moz-transition: left 0.4s linear;
	-ms-transition: left 0.4s linear;
	-o-transition: left 0.4s linear;
}

.about2_bottom {
	margin: 0 17%;
	position: relative;
}

.timeline:before {
	content: '';
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
}

.timeline_yuan {
	position: absolute;
	top: 9px;
	left: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scale3d(.5, .5, .5) translate3d(-50%, -50%, 0);
	transform: scale3d(.5, .5, .5) translate3d(-50%, -50%, 0);
	-webkit-transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), -webkit-transform 666ms cubic-bezier(.666, 0, .333, 1);
	transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), -webkit-transform 666ms cubic-bezier(.666, 0, .333, 1);
	transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), transform 666ms cubic-bezier(.666, 0, .333, 1);
	transition: opacity 666ms cubic-bezier(.666, 0, .333, 1), transform 666ms cubic-bezier(.666, 0, .333, 1), -webkit-transform 666ms cubic-bezier(.666, 0, .333, 1);
}

.timeline_yuan span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.time_date {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
}

.time_date h4 {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
}

.about2_jtl svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}

.about2_jtr svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
}

rect.filler {
	fill: rgba(255, 255, 255, 0.4);
}

rect.border.stroker {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
}

polyline.stroker {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
}

.about2_jtl {
	position: absolute;
	top: -19px;
	left: -80px;
	cursor: pointer;
}

.about2_jtr {
	position: absolute;
	top: -19px;
	right: -80px;
	cursor: pointer;
}

.timeline {
	overflow: hidden;
	position: relative;
	padding: 15px 0 70px;
}

.about2_bottom:before {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: calc( -100% - 90px);
	top: 15px;
	background-color: rgba(255, 255, 255, 0.5);
}

.about2_bottom:after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	right: calc( -100% - 90px);
	top: 15px;
	background-color: rgba(255, 255, 255, 0.5);
}

.about2_line:before {
	display: block;
	content: '';
	position: absolute;
	top: 20px;
	left: 3px;
	width: 2px;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}

.about2_line span {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
	height: 24px;
}

.about2_line span:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	background-color: #fff;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
}


/*.about2_swiper{
    height: 272px !important;
}*/

.about2_wz p {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 6px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
}

.timeline li.active .timeline_yuan {
	-webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
	transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0);
}


/**tech**/

.tech1_main {
	margin: 0 auto;
}

.tech1_row1 {
	padding: 96px 28px 0 0;
	width: 25%;
	float: left;
}

.tech1_main:after {
	content: "";
	display: table;
	clear: both;
}

.tech1_row2 {
	width: 50%;
	padding: 96px 0 0;
	float: left;
	position: relative;
}

.tech1_row3 {
	width: 25%;
	padding-left: 28px;
	float: left;
}

.tech1_row1 .tech1_sw {
	height: 200px;
}

.tech1_row2 .tech1_sw {
	height: 500px;
}

.tech1_row3 .tech1_sw {
	height: 300px;
}

.tech1_sw {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.tech1_li {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: right;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.tech1_li.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
}

.tech1_wz {
	position: relative;
	height: 250px;
	margin-top: 20px;
}

.tech1_li h5 {
	margin: 0;
	line-height: 24px;
}

.tech1_slide {
	position: absolute;
	height: 100%;
	width: 100%;
	width: calc(100% + 40px);
	left: -20px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.tech1_row1 .tech1_slide,
.tech1_row3 .tech1_slide {
	width: calc(100% + 20px);
	left: -10px;
}

.tech1_slide.cur {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.tech1_slide.nxt {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.tech1_slide.prv {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.tech1_slide.prv,
.tech1_slide.nxt {
	z-index: 2;
}

.tech1_left {
	position: absolute;
	width: 50%;
	left: 0;
	bottom: 0;
	top: 96px;
	z-index: 1;
	cursor: pointer;
}

.tech1_right {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 0;
	top: 96px;
	z-index: 1;
	cursor: pointer;
}

.tech_box1 {
	padding: 100px 0 0;
}

.tech1_jtl {
	display: inline-block;
	cursor: pointer;
}

.tech1_num {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 4px;
	font-family: Arial, Helvetica, sans-serif;
}

.tach1_jtr {
	display: inline-block;
	cursor: pointer;
}

.tech1_page {
	text-align: center;
	margin-top: 20px;
}

.tech1_num i {
	font-style: normal;
}

.tech1_page img {
	width: 7px;
	position: relative;
	top: -1px;
}

.tach1_jtr:before {
	content: '';
	display: inline-block;
	width: 0;
	background: #333;
	height: 1px;
	position: relative;
	top: -4px;
	right: -6px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tach1_jtr:hover:before {
	width: 30px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech1_jtl:after {
	content: '';
	display: inline-block;
	width: 0;
	background: #333;
	height: 1px;
	position: relative;
	top: -4px;
	left: -6px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech1_jtl:hover:after {
	width: 30px;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech_box2 {
	padding: 100px 0;
	overflow: hidden;
}

.tech2_cot li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}

.tech2_cot li:after {
	content: '';
	position: absolute;
	top: 15%;
	width: 1px;
	height: 50%;
	background: #ddd;
	right: 0;
}

.tech2_mun h3 span {
	font-size: 120px;
	font-family: "Montserrat-Regular";
	font-weight: 600;
}

.tech2_mun h3 {
	font-size: 20px;
	margin: 0;
	color: #005F56;
	margin-bottom: 5px;
}

.tach2_li h5 {
	margin: 0;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.tech_box3 {
	background: #f5f5f5;
	padding: 100px 0 60px;
}

.tech3_left {
	width: 58%;
	float: left;
	padding-right: 20px;
}

.tech3_right {
	width: 42%;
	float: right;
	padding-left: 20px;
}

.tech3_tit {
	color: #666;
	margin-bottom: 80px;
}

.tech3_tit h3 {
	margin-top: 0;
	font-weight: 600;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 36px;
}

.tech3_tit h5 {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #888;
}

.tech3_img img {
	width: 100%;
}

.tech3_wz {
	color: #888;
	margin: 18px 0;
}

.tech3_wz h4 {
	font-size: 16px;
}

.tech3_l_bottom {
	width: 60%;
	margin-left: 40%;
	text-align: right;
}

.tech3_l_top {
	margin-bottom: 40px;
}

.tech3_r_top {
	width: 73%;
	margin-bottom: 40px;
}

.tech_box4 {
	padding: 100px 0;
}

.tech4_cot {
	position: relative;
}

.tech4_top {
	width: 90%;
	margin: 0 auto;
	margin-left: 0;
	position: relative;
	margin-top: 0;
}

.tech4_bottom {
	width: 64%;
	margin: 0 auto 0 0;
	position: relative;
	margin-top: -26px;
}

.tech4_lis {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech4_lis.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech4_num {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.tech4_lis h2 {
	margin: 0;
}

.tech4_li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech4_li.active {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech4_img img {
	width: 100%;
}

.tech4_list {
	width: 100%;
	padding: 0 20px;
}

.tech4_wz h5 {
	margin: 0;
	line-height: 26px;
	color: #666;
}

.tech4_list h3 {
	margin: 0;
	line-height: 42px;
	font-size: 30px;
	color: #005F56;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.tech4_page {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.tech4_sz {
	margin-top: -26px;
	line-height: 1;
	margin: 25px 0;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	font-family: "Montserrat-Regular";
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	cursor: pointer;
}

.tech4_sz.active {
	color: #005F56;
	transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
}

.tech4_li:before {
	content: '';
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #000;
}

.tech4_li:after {
	content: '';
	width: 6px;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: #005F56;
}

.tech4_li.active:after {
	height: 100%;
	transition: all 6s 0.4s linear;
	-webkit-transition: all 6s 0.4s linear;
	-moz-transition: all 6s 0.4s linear;
	-ms-transition: all 6s 0.4s linear;
	-o-transition: all 6s 0.4s linear;
}

.ind_ban {
	width: 100%;
	position: relative;
}

.ind_img {
	width: 100%;
	height: 100%;
}

.ind_bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.ind_scroll img {
	width: 30px;
}

.ind_line {
	width: 100%;
	height: 1px;
	margin: 15px 0 30px;
	background: #fff;
}


/**jobs**/

.job1_tit {
	text-align: center;
	margin-bottom: 60px;
}

.job_box1 {
	padding: 100px 0;
	overflow: hidden;
	background: #f3f3f3;
}

.job1_cot li {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}

.job1_img {
	width: 120px;
	height: 120px;
	margin: 0 auto 35px;
	border-radius: 50%;
	background: #005F56;
}

.job1_img img {
	width: 100%;
}

.job1_tit h3 {
	font-size: 36px;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 20px;
}

.job1_tit h4 {
	font-size: 16px;
	line-height: 25px;
	color: #666;
	margin: 0;
}

.job1_wz h4 {
	margin: 0;
	font-size: 13px;
	line-height: 21px;
	position: relative;
	margin-bottom: 18px;
	color: #888;
}

.job1_wz {
	padding-left: 60px;
}

.job1_wz h4:before {
	content: '';
	width: 50px;
	height: 1px;
	background: #888;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -55px;
}

.job1_txt h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 22px;
	letter-spacing: 1px;
}

.job1_txt h5 {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
}

.job_box2 {
	padding: 120px 0;
	position: relative;
}

.job_box2:after {
	content: '';
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 0;
}

.job_box2 .container {
	position: relative;
	z-index: 1;
}

.job2_wz {
	color: #fff;
	width: 58%;
	max-height: 600px;
	overflow-y: auto;
	padding-right: 5%;
}

.job2_wz::-webkit-scrollbar-track-piece {
	width: 10px;
	background-color: #f8f8f8
}

.job2_wz::-webkit-scrollbar {
	width: 5px;
	height: 6px
}

.job2_wz::-webkit-scrollbar-thumb {
	height: 50px;
	background-color: #025e53;
}

.job2_wz::-webkit-scrollbar-thumb:hover {
	background: #009787
}

.job2_tit h3 {
	line-height: 50px;
	font-size: 26px;
	letter-spacing: 2px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 600;
}

.job2_wz h5 {
	font-size: 15px;
	line-height: 30px;
	margin: 0 0 8px;
}

.job2_tit {
	margin-bottom: 30px;
}

.job_box3 {
	padding: 100px 0;
}

.job3_tit h3 {
	margin: 0;
	font-size: 34px;
	line-height: 46px;
	letter-spacing: 4px;
	margin-bottom: 15px;
	font-weight: 600;
}

.job3_tit h3:before {
	content: '';
	width: 70px;
	height: 1px;
	display: inline-block;
	background: #000;
	margin-right: 25px;
}

.job3_cot li {
	margin-top: 60px;
	float: left;
	width: 33.33%;
}

.job3_cot {
	padding-left: 95px;
}

.job3_list {
	width: 80%;
}

.job3_list h3 {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
}

.job3_list h5 {
	line-height: 26px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.jb3_item li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

.jb3_item ul {
	margin: 0 -15px;
}

.jb3_img img {
	width: 100%;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.jb3_wz h3 {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-indent: 2em;
}

.jb3_wz {
	padding-top: 15px;
	position: relative;
}

.jb3_wz:before {
	content: '';
	width: 1px;
	height: 50px;
	background: #025D56;
	position: absolute;
	top: -38px;
	left: 30px;
}

.jb3_li {
	margin-bottom: 30px;
}

.job3_tit {
	margin-bottom: 60px;
}

.jb3_img {
	overflow: hidden;
}

.jb3_li:hover .jb3_img img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.tj_sub {
	float: left;
	padding: 0 6px;
	line-height: 22px;
	border: 1px solid #ccc;
	background: #ddd;
}

.sc {
	float: left;
	outline: none;
}

.jianli {
	margin-top: 40px;
}

.tjl input {
	line-height: 20px;
	height: 22px;
}


/**leader**/

.leader_box1 {
	padding: 170px 0 100px;
}

.leader1_cot {
	width: 95%;
}

.leader1_left {
	width: 41.67%;
	margin-left: 8.33%;
	float: left;
	padding-top: 11vw;
}

.leader1_right {
	width: 41.67%;
	float: right;
}

.leader1_img img {
	width: 100%;
}

.leader1_tit h3 {
	line-height: 4vw;
	font-size: 3vw;
	margin: 0;
}

.leader1_wz h5 {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-bottom: 10px;
}

.leader1_tit {
	margin-bottom: 40px;
}

.leader1_tit h4 {
	margin-top: 50px;
	font-size: 26px;
	margin-bottom: 26px;
	font-weight: 600;
}

.leader1_tit h4 span:before {
	content: '';
	width: 50px;
	height: 1px;
	display: inline-block;
	background: #333;
	margin: 0 8px 0 30px;
	position: relative;
	top: -8px;
}

.leader1_wz {
	width: 96%;
}

.leader2_left {
	width: 58.33%;
	float: left;
}

.leader2_right {
	width: 33.33%;
	margin-left: 8.33%;
	float: left;
	margin-top: 3%;
}

.leader2_img img {
	width: 100%;
}

.leader2_cot {
	width: 95%;
}

.leader2_tit h4 {
	font-size: 34px;
	margin: 0;
	margin-bottom: 26px;
	font-weight: 600;
}

.leader2_wz h5 {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin-bottom: 10px;
}

.leader_box2 {
	padding-bottom: 100px;
}

.leader2_wz h4 {
	margin-top: 0;
}

.leader_box3 {
	padding: 350px 0;
}

.leader_box4 {
	padding: 100px 0;
}

.leader4_left {
	width: 42%;
	float: left;
}

.leader4_right {
	width: 58%;
	float: right;
}

.leader4_tit h3 {
	width: 60%;
	margin: 0;
	text-transform: capitalize;
	line-height: 38px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}

.leader4_wz h5 {
	margin: 0;
	margin-bottom: 12px;
	line-height: 26px;
	color: #666;
}


/**social**/

.social_box1 {
	background: #f5f5f5;
	/*padding: 140px 0 250px;*/
	padding: 100px 0 100px;
}

.soc1_left {
	float: left;
	width: 42%;
	padding-right: 10%;
}

.soc1_left h3 {
	line-height: 38px;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}

.soc1_right h5 {
	margin: 0;
	line-height: 26px;
	color: #666;
}

.soc1_right {
	float: left;
	width: 44%;
}

.social_bg {
	background: #EFEFEF;
}

.social_box2 {
	padding-bottom: 60px;
}

.soc2_con {
	position: relative;
	top: -110px;
}

.soc2_mtp {
	padding-top: 120px;
}

.soc2_left {
	float: left;
	position: relative;
}

.soc2_right {
	float: right;
	position: relative;
}

.soc2_wid1 {
	width: 65%;
}

.soc2_wid2 {
	width: 35%;
}

.soc2_wid3 {
	width: 65%;
	padding: 0 7%;
}

.soc2_img {
	width: 100%;
	text-align: center;
}

.soc2_img img {
	width: 100%;
}

.soc2_txt {
	position: absolute;
	bottom: -80px;
	padding: 0 32px;
	left: 0;
	width: 100%;
}

.soc2_txt1 {
	position: absolute;
	bottom: -80px;
	padding: 0 32px;
	left: 10%;
	width: 80%;
}

.soc2_txt1 h4 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.soc2_txt h4 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.soc2_txt h5,
.soc2_txt1 h5 {
	font-size: 14px;
	line-height: 26px;
	text-transform: capitalize;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #888;
}


/**header1**/

.header1 {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 9;
	background: rgba(0, 95, 86, 0.65);
	padding: 8px 0 6px;
}

.logo1 {
	float: left;
}

.logo1 img {
	width: 90px;
}

.header1_cot {
	padding: 8px 60px;
}

.header1_menu {
	float: right;
}

.header1_menu li {
	float: left;
	padding: 0 14px;
}

.header1_menu li a {
	color: #fff;
	font-size: 14px;
	line-height: 61px;
	padding: 0 2px;
	letter-spacing: 1px;
	position: relative;
}

.header1_menu li a:after {
	content: '';
	width: 0;
	height: 1px;
	display: inline-block;
	position: absolute;
	bottom: 16px;
	background: #fff;
	left: 0;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o- transition: all 0.3s ease-in;
}

.header1_menu li a:hover:after,
.header1_menu li.active a:after {
	width: 100%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o- transition: all 0.3s ease-in;
}


/**进入**/

.about1_left .about1_tit,
.about1_bt,
.about1_wz {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 60px;
	position: relative;
}

.about1_wz h5 {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 60px;
	position: relative;
}

.about1_img {
	overflow: hidden;
	height: 100%;
}

.about1_img img {
	position: relative;
	right: -100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.about1_img img.active {
	opacity: 1;
	right: 0;
	transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-webkit-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-moz-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-ms-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-o-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
}

.about3_list {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 200px;
	position: relative;
}

.warpper_keyan_one {
	top: 300px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.product_cot li {
	left: 600px;
	opacity: 0;
	filter: apha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.news_list {
	position: relative;
	left: 600px;
	opacity: 0;
	filter: apha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.tech2_cot li {
	top: 200px;
	opacity: 0;
	filter: apha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.tech3_img {
	overflow: hidden;
}

.tech3_img img {
	position: relative;
	right: -100%;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.tech3_img.active img {
	opacity: 1;
	right: 0;
	transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-webkit-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-moz-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-ms-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
	-o-transition: opacity 0.3s ease-in, right 0.6s 0.2s ease-in;
}

.job1_cot li {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 200px;
	position: relative;
}

.job3_cot li {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	top: 100px;
	position: relative;
}

.soc2_img {
	overflow: hidden;
}

.soc2_img img {
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	left: -100%;
}

.soc2_img.active img {
	opacity: 1;
	left: 0;
	transition: opacity 0.3s ease-in, left 0.6s 0.2s ease-in;
	-webkit-transition: opacity 0.3s ease-in, left 0.6s 0.2s ease-in;
	-moz-transition: opacity 0.3s ease-in, left 0.6s 0.2s ease-in;
	-ms-transition: opacity 0.3s ease-in, left 0.6s 0.2s ease-in;
	-o-transition: opacity 0.3s ease-in, left 0.6s 0.2s ease-in;
}


/*jobdot*/

.jobdot {
	padding: 170px 0 100px;
}

.jobdot_tit h3 {
	font-size: 24px;
	line-height: 45px;
	letter-spacing: 1px;
	margin-top: 0px;
	font-weight: 600;
	color: #333;
}

.jobdot_li {
	width: 50%;
	float: left;
}

.jobdot_li h5 {
	margin: 0;
	line-height: 30px;
	color: #666;
}

.jobdot_li h5 span {
	color: #333;
	font-size: 15px;
	min-width: 90px;
	display: inline-block;
}

.jobdot_wz {
	margin-bottom: 40px;
}

.jobdot_tit h4 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
	margin-bottom: 10px;
}

.jobdot_cot p {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	margin: 0 0 4px;
}

.jobdot_email {
	margin-top: 40px;
}

.jobdot_email h5 {
	margin: 0;
	color: #666;
}

.jobdot .newsdot_back {
	text-align: center;
	margin-top: 40px;
}

.header1_menu li .menuDownBox h5 a {
	line-height: 28px;
	white-space: nowrap;
	font-size: 13px;
	display: inline-block;
}

.header1_menu li .menuDownBox h5 a:after {
	bottom: 0;
}

.header1_menu li.active .menuDownBox h5 a:after {
	width: 0;
}

.header1_menu li.active .menuDownBox h5 a:hover:after {
	width: 100%;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
}

.header1_menu li .menuDownBox h5 {
	margin: 0;
	padding: 2px 0;
}

.header1_menu li {
	position: relative;
}

.menuDown {
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 7px;
	visibility: hidden;
}

.menuDownBox {
	background: #428583;
	background: rgba(0, 95, 86, 0.65);
	padding: 5px 30px 10px;
	margin: 0 -15px;
	position: relative;
	top: 20px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.header1_menu ul li:hover .menuDown {
	visibility: visible;
}

.header1_menu ul li:hover .menuDownBox {
	top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.prod_wz h5 {
	margin: 0;
	line-height: 24px;
	margin-top: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.tech4_bottom {
	margin-top: 14px;
}

.warpper_keyan_one_c:hover h5 {
	color: #005F56;
}

.warpper_keyan_one_c:hover h3 {
	color: #005F56;
}

.phone_header {
	display: none;
}

.visib_xs {
	display: none;
}

.about2_pagination {
	display: none;
}

.phone_ban {
	display: none;
}

a.job1_jrr {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 0;
	z-index: 1;
}

a.job1_jrl {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: 0;
	z-index: 1;
}

.about2_top_cot>a {
	display: none;
}

@media (max-width:1800px) {
	.about1_tit h2 {
		font-size: 66px;
	}
	.about1_bt h3 {
		font-size: 54px;
	}
}

@media (max-width:1700px) {
	.about1_bt h3 {
		font-size: 48px;
	}
}

@media (max-width:1600px) {
	.about1_tit h2 {
		font-size: 58px;
	}
	.leader_box3 {
		padding: 270px 0;
	}
	.about1_bt h3 {
		font-size: 44px;
	}
}

@media(max-width:1440px) {
	.ind0_top h2 {
		font-size: 44px;
		margin: 50px 0 100px;
	}
	.ind0_b_wz h4 {
		font-size: 15px;
	}
	.ind0_b_wz h3 {
		font-size: 18px;
		margin-top: 5px;
	}
	.ind2_list {
		height: 250px;
	}
	.ind2_list h4 {
		font-size: 15px;
		line-height: 24px;
	}
	.ind_wz {
		height: 142px;
		position: absolute;
		top: 0;
		width: 200%;
	}
	.ind1_big h3 {
		font-size: 160px;
	}
	.about1_tit h2 {
		font-size: 52px;
	}
	.about1_bt h3 {
		font-size: 40px;
	}
	.about1_wz {
		width: 56%;
		margin-left: 30.33%;
	}
	.menu_cot {
		padding: 5% 60px 20px;
	}
	.menu li h4 a {
		padding: 6px 0;
	}
	.menu_nav a {
		padding: 4px 0;
	}
	.about4_li h4 {
		line-height: 36px;
		font-size: 15px;
	}
	.leader_box3 {
		padding: 180px 0;
	}
	.leader2_wz h5 {
		display: none
	}
	.leader2_wz h5:nth-child(2),
	.leader2_wz h5:nth-child(3),
	.leader2_wz h5:nth-child(4) {
		display: block;
	}
	.leader2_right {
		margin-top: 0;
	}
}

@media (max-width:1300px) {
	.about1_bt h3 {
		font-size: 34px;
	}
}

@media (max-width:1200px) {
.tech1_row1 {
    padding: 96px 14px 0 0;
    width: 32%;
}
.tech1_row3 {
    width: 22%;
}
.tech1_row2 {
    width: 46%;
}
.tech1_wz {
    height: 280px;
}
.tech1_li h5 {
    font-size: 13px;
    line-height: 22px;
}
	.header1_menu li {
		padding: 0 10px;
	}
	.ban_li h3 {
		font-size: 54px;
	}
	.ind0_top h2 {
		font-size: 30px;
	}
	.ind2_list {
		height: 230px;
	}
	.ind2_right .ind2_list {
		height: 480px;
	}
	.ind3_wz h4 {
		font-size: 22px
	}
	.ind4_bottom li {
		padding: 0 20px;
	}
	.about1_bt h3 {
		font-size: 30px;
		margin: 60px 0 60px;
	}
	.about1_wz h5 {
		margin-bottom: 20px;
	}
	.leader1_left {
		padding-top: 3vw;
	}
	.leader1_tit h4 {
		margin-top: 50px;
		font-size: 20px;
	}
	.leader1_wz h5 {
		font-size: 13px;
		line-height: 24px;
	}
	.leader2_wz h5 {
		font-size: 13px;
		line-height: 24px;
		display: none;
	}
	.leader2_wz h5:nth-child(2),
	.leader2_wz h5:nth-child(3) {
		display: block;
	}
	.leader2_right {
		margin-left: 4.33%;
	}
	.newsdot_left {
		width: 100%;
	}
	.newsdot_cot {
		width: 100%;
	}
	.contact2_cot {
		width: 62%;
		margin-left: 16%;
	}
	.ind1_tit h3 {
		font-size: 50px;
		line-height: 50px;
	}
	.about1_tit h2 {
		font-size: 42px;
	}
	.about4_tit h3 {
		font-size: 50px;
	}
	.warpper_keyan_one_c h3 {
		font-size: 22px;
	}
	.ind5_tit h3 {
		font-size: 50px;
	}
	.tech2_mun h3 span {
		font-size: 100px;
	}
	.tech4_list h3 {
		font-size: 24px;
	}
	.tech4_sz {
		font-size: 22px;
	}
	.about3_tit h3 {
		font-size: 26px;
	}
	.about3_tit h4 {
		font-size: 22px;
	}
	.job2_tit h3 {
		line-height: 40px;
		font-size: 22px;
	}
	.job3_tit h3 {
		font-size: 26px;
	}
	.soc1_left h3 {
		font-size: 20px;
	}
	.ind1_big h3 {
		font-size: 120px;
	}
	.contact1_top h2 {
		font-size: 50px;
	}
	.contact1_wz h3 {
		font-size: 18px;
	}
	.contact2_tit h3 {
		font-size: 50px;
	}
	.header_cot li {
		font-size: 14px
	}
	.menu li h4 a {
		font-size: 16px;
	}
	.menu li {
		height: 220px;
	}
	.menu_nav a {
		line-height: 20px;
	}
}

@media (max-width:1000px) {
	.about1_bt {
		width: 80%;
	}
	.phone_header {
		display: block;
	}
	.load {
		display: none;
	}
	.header,
	.search_box,
	.header_right,
	.header1 {
		display: none;
	}
	.headTop {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 60px;
		z-index: 99;
	}
	.headTop p {
		margin: 0;
		padding: 0;
	}
	.top-left {
		color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		font-size: 20px;
		padding: 20px 15px;
	}
	.headTop .top-mid {
		position: absolute;
		width: 70px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}
	.top-mid img {
		width: 100%;
	}
	.headTop .top-right {
		left: auto;
		right: 0;
		color: #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		font-size: 20px;
		padding: 7px 10px;
	}
	.headTopMain {
		top: 0;
		z-index: 9999;
		width: 100%;
		height: 60px;
		position: relative;
		left: auto;
		bottom: auto;
		right: auto;
		color: #fff;
		background: #005F56;
	}
	/*********menu菜单**********/
	html,
	body {
		position: relative;
		width: 100%;
	}
	html.menu-active {
		overflow: hidden;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
	}
	.menuBox {
		color: #fff;
		position: fixed;
		width: 265px;
		height: 100%;
		top: 0;
		left: -265px;
		background: #005F56;
	}
	.menuAll {
		height: 100%;
		padding-top: 60px;
		position: relative;
	}
	.menuTitle {
		height: 60px;
		padding: 5px 10px;
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.menuTitle i {
		font-size: 20px;
		float: left;
		line-height: 50px;
	}
	.menuBody ul li i {
		font-size: 16px;
		float: right;
		margin-right: 15px;
		line-height: 23px;
		color: #fff;
	}
	.menuTitle span {
		font-size: 15px;
		margin: 20px;
		line-height: 50px;
	}
	.menuBody ul li.a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 13px 0;
	}
	.menuBody ul li.a ul {
		margin-top: 10px;
		width: 100%;
		display: none;
		overflow: hidden;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		background: rgba(255, 255, 255, 0.2);
	}
	.menuBody ul li.a ul li {
		height: 45px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 10px 0 10px 30px;
		font-size: 13px;
		line-height: 24px;
	}
	.menuBody ul li.a ul li a {
		color: #fff;
		line-height: 30px;
	}
	.menuBody ul li.a span {
		margin-left: 15px;
		color: #fff;
	}
	.menuBody {
		overflow-y: auto;
		max-height: 100%;
		font-size: 14px;
	}
	.footer_top {
		display: none;
	}
	.footer {
		background: none;
		padding-top: 0;
	}
	.footer_cot {
		padding: 0;
	}
	#footer_unohacha {
		display: none;
	}
	.footer_bottom {
		padding: 10px 0;
	}
	.footer_copy {
		line-height: 24px;
	}
	.wrapper {
		margin-top: 60px;
	}
	.leader1_wz h5 {
		font-size: 14px;
		line-height: 24px;
	}
	.tech2_mun h3 span {
		font-size: 70px;
	}
	.ind3_swiper:hover .ind3_bg {
		opacity: 1;
	}
	.ind3_list .ind3_btn {
		opacity: 1;
		top: 0;
	}
	.ind3_list .ind3_wz {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		-moz-transition: all .3s ease-in;
		-webkit-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		-ms-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
	.ind3_list .ind3_zz {
		background: rgba(0, 0, 0, .15);
	}
	.about2_top_cot {
		min-width: 440px;
	}
}

@media(max-width:770px) {
	.banner_p {
		height: 100%;
		width: 100%;
		position: relative;
	}
	.banner_wz {
		position: absolute;
		top: 50%;
		padding: 0 15px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		color: #fff;
	}
	.phone_ban {
		display: block;
	}
	.banner_wz h3 {
		font-size: 34px;
		position: relative;
		font-family: 'PlumbC';
		font-weight: 600;
		margin: 0;
		padding: 0 0 10px;
		color: #fff;
		text-transform: uppercase;
	}
	.banner_wz h4 {
		font-size: 18px;
		line-height: 30px;
		position: relative;
		letter-spacing: 1px;
		font-family: 'Conv_ApercuPro-Medium';
		text-transform: capitalize;
		margin: 0;
	}
	.banner_wz h5 {
		font-size: 15px;
		line-height: 30px;
		position: relative;
		letter-spacing: 1px;
		text-transform: capitalize;
		margin: 0;
	}
	.banner_p:before {
		content: '';
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.2);
		position: absolute;
	}
	.ban_page {
		left: 5%;
		width: 100%;
	}
	.ban_jtl img,
	.ban_jtr img {
		height: 12px;
	}
	.ban_page ul li.active .ban_line {
		width: 50px;
		margin: 0 0 0 15px;
	}
	.ban_page ul li {
		height: 14px;
		font-size: 14px;
	}
	.scroll_down {
		display: none;
	}
	.ban_jtl,
	.ban_jtr {
		position: relative;
		top: 3px;
	}
	/**index**/
	.ind_left {
		display: none;
	}
	.ind0_top {
		width: 100%;
		margin-left: 0;
	}
	.ind0_top h2 {
		padding-left: 0;
		font-size: 20px;
		margin: 0;
	}
	.ind_box0 {
		position: relative;
		padding: 50px 0 0;
	}
	.ind0_bottom {
		margin-left: 0;
		width: 100%;
	}
	.ind0_b_wz h4 {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.ind0_right {
		display: none;
	}
	.ind_box1 {
		padding: 20px 0 50px;
	}
	.ind1_big h3 {
		font-size: 90px;
		padding: 0 15px;
		margin: 0;
	}
	.ind1_left {
		position: relative;
	}
	.ind1_l {
		height: auto !important;
	}
	.ind1_img {
		display: none;
	}
	.ind2_left {
		width: 100%;
	}
	.ind2_list {
		opacity: 1;
	}
	.ind2_list h3 {
		font-size: 22px;
	}
	.ind2_list h4 {
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.ind2_top {
		margin: 0 -15px;
	}
	.ind2_right {
		width: 100%;
		box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.25);
	}
	.ind_box2 {
		height: auto !important;
	}
	.ind2_list {
		height: auto !important;
	}
	.ind2_list .ind_table {
		padding: 20px 0;
	}
	.ind2_right .ind2_list,
	.ind2_bottom .ind2_list {
		padding: 0;
	}
	.ind5_li {
		margin: 0 25%;
	}
	.ind5_tit h3 {
		font-size: 32px;
	}
	.ind_box5 {
		padding: 50px 0;
	}
	.ind1_tit h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.ind2_cot {
		margin-bottom: 30px;
	}
	.ind4_bottom ul {
		margin: 0;
	}
	.ind4_bottom li {
		padding: 0;
		width: 100%;
		margin-bottom: 40px;
	}
	.ind4_top {
		margin-bottom: 0;
	}
	.ind_box4 {
		padding: 50px 0 10px;
	}
	.ind_ban {
		display: none;
	}
	.hide_xs {
		display: none;
	}
	.visib_xs {
		display: block;
	}
	/**about**/
	.about_box1 {
		padding: 50px 0;
	}
	.about1_tit h2 {
		font-size: 25px;
	}
	.about1_bt {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	.about1_bt h3 {
		font-size: 22px;
		margin: 40px 0;
		padding: 0;
	}
	.about1_wz {
		width: 100%;
		margin-left: 0;
	}
	.about1_cot {
		margin: 0 -15px;
	}
	.about1_right {
		height: auto !important;
	}
	.about2_top {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
	.about2_wz p {
		margin-bottom: 6px;
		/*font-size: 12px;*/
		letter-spacing: 0;
	}
	/*.about2_swiper{
	height:auto !important;
}*/
	.about_box2 {
		padding: 50px 0;
	}
	.about2_tit h2 {
		font-size: 28px;
	}
	.about2_tit h2 span {
		font-size: 28px;
		display: inline-block;
		margin: 0;
		text-indent: 0;
	}
	.about2_pagination {
		display: block;
		bottom: -10px;
		display: none;
	}
	.swiper-pagination-switch {
		background: #eee;
	}
	.swiper-active-switch {
		background: #005F56;
	}
	.about2_tit {
		margin-bottom: 40px;
	}
	.about3_jtr {
		margin-right: 15px;
	}
	.about3_jtl {
		margin-left: 15px;
	}
	.about_box3 {
		padding: 50px 0 20px;
	}
	.about3_tit {
		margin-bottom: 40px;
	}
	.about_box4 {
		padding: 40px 0;
	}
	.about4_page {
		display: none;
	}
	.about4_img {
		width: 100%;
	}
	.about4_tit h3 {
		font-size: 34px;
		line-height: 50px;
	}
	.about4_wz {
		margin-top: 10px;
		padding-left: 0;
	}
	.about4_wz p {
		display: none;
	}
	.about4_wz p:nth-child(2) {
		display: block;
	}
	.about4_wz h3 {
		margin: 0;
		font-size: 18px;
	}
	.about1_left .about1_tit,
	.about1_bt,
	.about1_wz {
		opacity: 1;
		top: 0;
	}
	.about1_wz h5,
	.about3_list {
		opacity: 1;
		top: 0;
	}
	.about1_img img {
		opacity: 1;
		right: 0;
	}
	.about2_list {
		padding-right: 7px;
	}
	/**leader**/
	.leader_box1 {
		padding: 50px 0;
	}
	.leader1_tit h4 {
		margin-top: 0;
		font-size: 18px;
	}
	.leader1_left {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
	.leader1_cot {
		width: 100%;
	}
	.leader1_wz {
		width: 100%;
	}
	.leader1_tit {
		margin-bottom: 20px;
	}
	.leader1_right {
		width: 100%;
		padding: 20px 15px 0;
	}
	.leader2_cot {
		width: 100%;
	}
	.leader2_left {
		width: 100%;
		padding: 0 15px;
	}
	.leader2_right {
		width: 100%;
		padding: 30px 15px 0;
		margin-left: 0;
	}
	.leader2_wz h5 {
		margin: 0;
		font-size: 12px;
		line-height: 22px;
	}
	.leader1_wz h5 {
		font-size: 12px;
		line-height: 22px;
	}
	.leader_box2 {
		padding-bottom: 50px;
	}
	.leader_box3 {
		padding: 120px 0;
	}
	.leader_box4 {
		padding: 50px 0 40px;
	}
	.leader4_left {
		width: 100%;
		margin-bottom: 20px;
	}
	.leader4_tit h3 {
		width: 100%;
		font-size: 20px;
	}
	.leader4_right {
		width: 100%;
	}
	.leader4_wz h5 {
		font-size: 12px;
		line-height: 22px;
	}
	/**prolist**/
	.warpper_keyan_one {
		opacity: 1;
		top: 0;
	}
	.warpper_keyan_one .col-sm-7 {
		float: right;
		padding: 0 !important;
		width: 110%;
		margin-right: -15px;
	}
	.warpper_keyan_one_c h3 {
		font-size: 20px;
	}
	.warpper_keyan_one_c h5 {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.warpper_keyan_one_l {
		width: 34%;
	}
	.warpper_keyan {
		padding: 50px 0 0;
	}
	.warpper_keyan_one_c {
		background: rgba(255, 255, 255, 0.65);
	}
	.warpper_keyan_one_r {
		width: 100%;
	}
	/**product**/
	.product_box {
		padding: 50px 0;
	}
	.product_cot li {
		width: 100%;
		opacity: 1;
		left: 0;
	}
	.prod_wz {
		width: 85%;
		left: 30%;
	}
	.product_cot li:hover .prod_wz {
		left: 15%;
	}
	/**news**/
	.news_box {
		padding: 50px 0;
	}
	.ind5_tit {
		margin-bottom: 0;
	}
	.news_left {
		display: none;
	}
	.news_right {
		padding: 0;
	}
	.news_img {
		width: 100%;
		max-width: 100%;
	}
	.news_wz {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.news_list {
		left: 0;
		opacity: 1;
		padding: 30px 0;
	}
	.news_wz h3 {
		margin: 0;
		font-size: 16px;
	}
	.newsdot_box {
		padding: 50px 0;
	}
	.newsdot_tit h3 {
		font-size: 18px;
		white-space: normal;
		line-height: 28px;
	}
	.newsdot_img {
		margin-top: 40px;
	}
	.newsdot_tit {
		margin-bottom: 40px;
	}
	/**technology**/
	.tech1_img img {
		width: 100%;
	}
	.tech1_txt h4 {
		margin: 20px 0;
    font-size: 14px;
    line-height: 24px;
	}
	.tech_box1 {
		padding: 50px 0 0;
	}
	.tech_box2 {
		padding: 50px 0 0 !important;
	}
	.tech {
		display: none;
	}
	.tech2_mun h3 span {
		font-size: 50px;
		margin-right: 5px;
	}
	.tech2_mun h3 {
		font-size: 16px;
	}
	.tach2_li h5 {
		font-size: 14px;
	}
	.tech2_cot li {
		width: 50%;
		margin-bottom: 40px;
		top: 0;
		opacity: 1;
	}
	.tech3_img img {
		right: 0;
		opacity: 1;
	}
	.tech2_cot li:nth-child(2):after,
	.tech2_cot li:nth-child(4):after {
		display: none;
	}
	.tech3_left {
		width: 100%;
		padding-right: 0;
	}
	.tech_box3 {
		padding: 50px 0 40px;
	}
	.tech3_tit h3 {
		font-size: 20px;
	}
	.tech3_tit h5 {
		font-size: 14px;
		line-height: 24px;
	}
	.tech3_tit {
		margin-bottom: 40px;
	}
	.tech3_l_bottom {
		width: 100%;
		margin-left: 0;
		text-align: left;
		margin-bottom: 40px;
	}
	.tech3_right {
		width: 100%;
		padding-left: 0;
	}
	.tech3_r_top {
		width: 100%;
	}
	.tech_box4 {
		padding: 50px 0;
	}
	.tech4_top {
		width: 100%;
	}
	.tech4_list {
		padding: 0;
	}
	.tech4_bottom {
		width: 80%;
	}
	.tech4_page {
		top: 68%
	}
	.tech4_list h3 {
		font-size: 18px;
	}
	.tech1_swiper {
		position: relative;
	}
	/**job**/
	.job_box1 {
		padding: 50px 0;
	}
	.about3_tit h3 {
		font-size: 20px;
		margin-bottom: 6px;
	}
	.about3_tit h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.job1_cot li {
		width: 100%;
		padding: 0;
	}
	.job1_wz h4:before {
		display: none;
	}
	.job1_wz {
		padding-left: 0;
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	.job1_wz h4 {
		margin-bottom: 8px;
	}
	.job1_txt h3 {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.job1_img {
		margin: 0 auto 28px;
	}
	.job1_pagination {
		bottom: 0;
	}
	.job_box2 {
		background: url(../images/job2_bg.jpg) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}
	.job2_wz {
		width: 100%;
	}
	.job2_tit h3 {
		line-height: 30px;
		font-size: 18px;
	}
	.job2_wz h5 {
		font-size: 13px;
		line-height: 24px;
	}
	.job_box3 {
		padding: 50px 0;
	}
	.job3_tit h3 {
		font-size: 20px;
	}
	.job3_cot {
		padding-left: 0;
	}
	.job3_cot li {
		margin-top: 20px;
		opacity: 1;
		top: 0px;
		width: 50%;
	}
	.job3_list {
		padding: 0 20px;
		width: 100%;
	}
	.job3_cot ul {
		margin: 0 -10px;
	}
	.job3_list h3 {
		font-size: 16px;
	}
	.job3_list h5 {
		line-height: 24px;
		font-size: 13px;
	}
	/**social**/
	.social_box1 {
		padding: 50px 0 50px;
	}
	.soc1_left {
		width: 100%;
		padding-right: 0;
	}
	.soc1_left h3 {
		font-size: 18px;
		margin-top: 0;
	}
	.soc1_right {
		float: left;
		width: 100%;
	}
	.soc2_con {
		top: 0;
		padding-top: 40px;
	}
	.soc2_wid1 {
		width: 100%;
	}
	.soc2_wid2 {
		width: 100%;
	}
	.soc2_txt,
	.soc2_txt1 {
		position: relative;
		bottom: 0;
		padding: 0;
		padding-top: 20px;
		left: 0;
		width: 100%;
	}
	.soc2_txt h4 {
		font-size: 16px;
	}
	.soc2_wid3 {
		width: 100%;
		padding: 0;
	}
	.soc2_img img {
		left: 0;
		opacity: 1;
	}
	.social_box2 {
		padding-bottom: 40px;
	}
	/**contact**/
	.contact_box1 {
		padding: 50px 0 0;
	}
	.contact1_top {
		padding: 0;
	}
	.contact1_top h2 {
		font-size: 32px;
		padding: 0;
		text-align: center;
		margin: 0px 0 40px;
	}
	.contact1_bottom {
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
	}
	.contact1_wz h4 {
		font-size: 13px;
	}
	.contact_box2 {
		padding: 50px 0 50px;
	}
	.contact2_tit h3 {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.contact2_cot {
		width: 100%;
		margin-left: 0;
	}
	.contact2_form li input {
		line-height: 50px;
		height: 50px;
	}
	.jobdot_li {
		width: 100%;
	}
	.jb3_item li {
		width: 100%;
	}
	.jb3_wz h3 {
		margin: 0;
		font-size: 16px;
	}
	.about2_top_cot {
		margin-left: 0;
		width: 100%;
		padding: 0 20px;
		min-width: 100%;
	}
	.about2_top_cot>a {
		position: absolute;
		top: 50%;
		margin-top: -16px;
		display: block
	}
	.about2_top_cot .about2_arrl {
		left: -10px;
	}
	.about2_top_cot .about2_arrr {
		right: -10px;
	}
	.jobdot {
		padding: 50px 0x;
	}
	.about2_box {
		margin-bottom: 40px;
    padding: 0;
    position: relative;
	}
	.ab2_jtl,
	.ab2_jtr {
		width: 40px;
		height: 40px;
	}
	.ab2_jtl span,
	.ab2_jtr span {
    padding: 7px;
    font-size: 25px;
	}
.ab2_jtl {
    bottom: auto;
    right: 40px;
}
	.ab2_txt h2 {
		font-size: 18px;
	}
.ab2_jtr {
    bottom: auto;
    right: 0;
}
.ab2_img {
    width: 100%;
    float: none;
}
.ab2_txt {
    width: 100%;
    float: none;
    padding-right: 0;
        margin-top: 30px;
}
.ab2_txt h2 {
    margin-top: 0;
}
.ab2_txtmain {
position: inherit;
    transform: inherit;
    top: inherit;
}
.ab2_box{
	height:auto !important;
}
}

@media (max-width:320px) {
	.ban_page {
		left: 2%;
		width: 100%;
	}
	.ind2_list h3 {
		font-size: 18px;
	}
	.ind3_wz h4 {
		font-size: 18px;
	}
	.ind4_wz {
		margin: 0 15px;
	}
	.about1_bt h3 {
		font-size: 18px;
	}
	.about4_tit h3 {
		font-size: 30px;
	}
	.leader1_tit h4 span:before {
		width: 40px;
	}
	.newsdot_tit h3 {
		font-size: 16px;
	}
	.job1_wz {
		width: 85%;
	}
}