
/**
 * gz
 * 层叠样式表
 */
/*网站小图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg') format('svg');
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../font/Roboto-Light.ttf');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../font/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../font/Roboto-Bold.ttf');
}
@font-face {
	font-family: 'barlowcondensed-semibold';
	src: url('../font/barlowcondensed semibold.ttf');
}


@font-face {
	font-family: 'AgencyFB-Reg';
	src: url('../font/AgencyFB-Reg.eot');
	src: url('../font/AgencyFB-Reg.eot') format('embedded-opentype'),
		url('../font/AgencyFB-Reg.woff2') format('woff2'),
		url('../font/AgencyFB-Reg.woff') format('woff'),
		url('../font/AgencyFB-Reg.ttf') format('truetype'),
		url('../font/AgencyFB-Reg.svg') format('svg');
}
/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;

	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
	 
	// 列表图片
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;


	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	
	//居中
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);

	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;

	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
html{
	float: left;
	width: 100%;
	font-family: 'Roboto-Regular', 'Microsoft YaHei', 'Arial';
	font-size: 14px;
	font-weight: normal;
	width: 100%;
}
body {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: lighter;
	color: #333;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	overflow-x: hidden;
	/* line-height: 1; */
}
li,
ol,
ul {
	list-style: none;
}
a {
	color: inherit;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
ul {
	margin: 0;
	padding: 0;
}
button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;

	color: inherit;
}
a:visited,
a:link {
	text-decoration: none;
	color: inherit;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
p{
	margin: 0;
	padding: 0;
}
.main {
	float: left;
	width: 100%;
	position: relative;
}
.w-100 {
	float: left;
	width: 100%;
}

.w-1500 {
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1500px) {
	.w-1500 {
		padding: 0 2%;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.w-1500 {
		padding: 0 3%;
	}
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
}
.img-box img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.header {
	font-family: 'Roboto-Light';
	position: fixed;
	z-index: 10002;
	top: 0;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	background: #fff;
}

.head-top{
	background: #f8f8f8;
	float: left;
	width: 100%;
	line-height: 40px;
	padding: 0 2.6%;
}
.head-top .head-t-left{
	float: left;
}
.head-top .head-t-left span{
	margin-right: 24px;
}
.head-top .head-t-left img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 6px;
}
.head-top .head-t-right{
	float: right;
}
.head-top .head-t-right img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 10px;
}

.head-top .head-t-right a:hover{
	color: #007b97;
}


.head-bot{
	float: right;
	width: 100%;
	padding: 0 2.6%;
}

.head-link{
	float: right;
	padding-right: 8px;
	margin-left: 34px;
	position: relative;
}
.head-link::after{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	width: 1px;
	height: 32px!important;
	background: #007b97;
	content: ""!important;
    visibility: inherit!important;	
}
.head-link a{
	display: inline-block!important;
	width: 33px!important;
	height: 100px;
	line-height: 100px;
	margin-right: 24px!important;
	text-align: center;
}

.head-link.bdshare-button-style0-16 a {
    float: left;
    width: 33px;
    height: 100px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
	background: none;
}
.head-link a.bds_fbook{
	background: url(../image/fx-f.png) center no-repeat;
}
.head-link a.bds_twi{
	background: url(../image/fx-t.png) center no-repeat;
}
.head-link a.bds_google{
	background: url(../image/fx-g.png) center no-repeat;
}

.head-link a img{
}

.header.fixed-header{
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}

.header.fixed-header .head-link a{
	height: 60px;
	line-height: 60px;
}

@media (max-width: 1199px) {
	.header {
		height: 100px;
	}
}


.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
	margin-top: 26px;
	position: relative;
}
.header .logo a {
	display: block;
	height: 100%;
}
.header .logo img {
	display: block;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.header.fixed-header .logo img{
	height: 40px;
}

@media (max-width: 1440px) {
	
}


.header .nav-collapse {
	position: relative;
	z-index: 9;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
}

@media (max-width: 1199px) {
	.header .logo{
		margin-top: 10px;
	}
	.header .logo img {
		height: 36px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
	}
	.header.fixed-header .logo img {
	    height: 36px;
	}
	.header .nav-collapse {
		display: block;
		margin-top: 10px;
		margin-left: 14px;
	}
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 15px;
		right: 20px;
		display: block;
		margin-top: 10px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
}
@media (max-width: 767px) {
	.head-top .head-t-left{
		display: none;
	}
	.header .nav-2 .nav-collapse {
		position: absolute;
		top: 18px;
		right: 18px;
		margin-top: 0;
		border: none;
		z-index: 0;
	}
	.head-link{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}
.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1) {
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #666;
}
.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}
.header .nav-collapse.active {
	border-color: transparent;
}
.header .nav-collapse.active .btn-line {
	background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}
.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
}

@media (min-width: 1200px) {
	.header .nav {
		float: right;
	}
}
@media (max-width: 1680px) {
	.header .nav {
		margin-right: 4%;
	}
}
@media (max-width: 1600px) {
	.header .nav {
		margin-right: 2%;
	}
}
@media (max-width: 1440px) {
	.header .nav {
		margin-right: 0%;
	}
}
@media (max-width: 1280px) {
	.header .nav {
	}
}
@media (max-width: 1199px) {
	.header .nav {
	}
}
@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(0, 123, 151, .9);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}
@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
		position: relative;
	}
	.header .nav .nav-list1>li::after{
		position: absolute;
		right: -4px;
		top: 0;
		line-height: 100px;
		font-size: 18px;
		color: #bbb;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
		content: "/";
	}
	.header.fixed-header .nav .nav-list1>li::after{
		line-height: 60px;
	}
	.header .nav .nav-list1>li:last-child::after{
		display: none;
	}
	.header .nav .nav-list1>li>a {
		height: 100px;
		line-height: 100px;
		font-size: 16px;
		border-bottom: 0px solid rgba(255,255,255,0);
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		position: relative;
		z-index: 2;
		display: inline-block;
		color: #666;
		padding: 0px 38px 0px 38px;
		text-align: center;
	}
	.header .nav .nav-list1>li>a:before {}
	.header .nav .nav-list1>li:hover a,
	.header .nav .nav-list1>li.active a {
		color: #007b97;
		font-weight: bold;
	}
	.header .nav .nav-list1>li:hover a:before,
	.header .nav .nav-list1>li.active a:before {
		width: 100%;
	}
	.header .nav .nav-list1>li>a p:nth-child(2){
		font-size: 14px;
		color: #999;
		font-family: 'CenturyGothic';
		margin-top: 1px;
	}
	
	.header .nav .nav-list1 .navbg{
		position: absolute;
		top: 120px;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
	}
	.header .nav .nav-list1 .navbg .info{
		width: 100%;
		height: 120px;
		border-top: 1px solid #e5e5e5;
		background-color: #fff;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, .1);
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		left: 0;
		display: none;
		width: 230px;
		padding: 0;
		text-align: center;
		text-align: left;
		background: #fff;
		padding: 10px 0px 10px 0px;
		box-shadow: 0 0 15px rgba(0,0,0,0.15);
	}
	.header .nav .nav-list1 .nav-list2 .nav-div-1 {
		/* width: 1200px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 li {
		display: inline-block;
		list-style: none;
		width: 100%;
		padding: 0 3%;
		position: relative;
		/* border-right: 1px solid #ccc; */
	}
	.header .nav .nav-list1 .nav-list2 li::after{
		position: absolute;
		right: 0;
		top: 50%;
		width: 1px;
		height: 40%;
		margin-top: -20%;
		background: #ccc;
		content: "";
	}
	.header .nav .nav-list1 .nav-list2 li:last-child {
		border-right: none;
	}
	.header .nav .nav-list1 .nav-list2 li:last-child::after{
		display: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		width: 100%;
		font-size: 13px;
		font-size: 14px;
		line-height: 2;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 0px;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;
		color: #666;
		padding: 0 0px;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text{
		margin-top: 10px;
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text .pro-p1{
		line-height: 28px;
		font-size: 18px;
		color: #5d61aa;	
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text .pro-p2{
		line-height: 14px;
		font-size: 12px;
		color: #666;
	}
	.header .nav .nav-list1 .nav-list2 li:last-child>a {
		border-bottom: 0;
	}

	.header .nav .nav-list1 .nav-list2 li>a:hover {
		background: #007b97;
		color: #fff;
		/* background: none; */
	}
	
}
@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a{
		padding: 0 28px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li{
		margin: 0 2px;
	}
	.header .nav .nav-list1>li>a {
	    padding: 0 15px;
		font-size: 15px;
	}
	.header .nav .nav-list1 .nav-list2{
		/* width: 180%;
		margin-left: -40%; */
	}
}
@media (max-width: 1280px) {
	.header .nav .nav-list1>li {
		margin: 0 1px;
	}
	.header .nav .nav-list1>li>a {
		padding: 0 15px;
	}
}
@media (max-width: 1199px) {
	.header .nav .nav-list1>li:nth-child(4){
		margin-right: 0;
	}
	.header .nav {
	    margin-left: 0%;
	}
	.header .nav .nav-list1 {
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li {
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>a {
		font-size: 20px;
		color: #fff;
	}
	
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	
	.header .fade-out ul.nav-list1>li>a {
		font-size: 22px;
		height: auto;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}
@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}
.header .nav-2 {
	left: 100%;
}
.header .nav-3 {
	left: 200%;
}
.header .nav-3 .content ul li {
	font-size: 19px;
}
.header .fade-out ul {
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e72f';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
		/* line-height: 2.5; */
		line-height: 1.5;
		display: block;
		text-transform: uppercase;
		text-align: center;
	}
	.header .nav .nav-list1>li>a {
	    padding: 12px 20px 0 20px;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.header .fade-out ul.nav-list1>li>a {
		font-size: 20px;
	}
}
@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}
@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}
@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}
.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}


.header .seach-phone {
	position: relative;
	float: right;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 9999;
}
@media (min-width: 1200px) {
	.header.fixed-header {
		height: 100px;
		box-shadow: 0 0 5px #bbb;
	}
	.header.fixed-header .logo{
		margin-top: 10px;
		height: 48px;
	}
	.header.fixed-header .nav .nav-list1>li>a{
		height: 60px;
		line-height: 60px;
	}
	
	.header.fixed-header .find {
		height: 60px;
		line-height: 60px;
		margin-top: 0;
	}
	
}

@media (max-width: 1199px) {
	.header .nav .nav-list1>li>a{
	    padding: 0px 20px 0 20px;	
	}
	.header.fixed-header .nav .nav-list1>li>a {
	    padding: 0px 20px 0 20px;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1 .nav-list2{
		margin: 0;
		width: auto;
	}
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}
@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}
.header .nav-2,
.header .nav-3 {
	display: none;
}

.header .nav.left-100 {
	left: -100%;
}
.header .nav.left-200 {
	left: -200%;
}
@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;

		color: #fff;
		background: #fafafa;
		background-color: rgba(0, 123, 151, .9);
	}
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
}
.header .nav-2 .nav-top h2 a{
	color: #fff;
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	line-height: 2.5;
	margin: 25px 0;
	text-align: center;
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	line-height: 2.5;
	margin: 25px 0;
	text-align: center;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a{
	color: #fff;
}

@media (max-width: 767px) {
	.header .nav .nav-list1>li.pc-none{
		display: none;
	}
	.header .nav .nav-list1>li.pc-block{
		display: block;
	}
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 22px;
		width: 100%;
	}
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
}

@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 15px 0 0 0;
	}
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}
.header .nav-2 {
	left: 100%;
}
.header .nav-3 {
	left: 200%;
}
.header .nav-3 .content ul li {
	font-size: 19px;
}
.header .fade-out ul {
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e72f';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 22px;
		height: auto;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}
@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}
@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}
.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}

/*搜索*/
.header .find {
	float: right;
	width: 33px;
	height: 33px;
	margin-top: 31px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	margin-left: 25px;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:url(../image/head-search.png) center no-repeat;
}
.header .find::before{
	display: none;
}
.header.fixed-header.course .find {
	color: #6c6c6c;
}
@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}
	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}
	.header .find{
		background-size: 28px auto;
	}
}
@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	.header .seach-phone{
		position: relative;
		right: auto;
		top: auto;
		float: right;
		z-index: 9;
	}
	.header .find{
		margin-left: 10px;
		background: url(../image/head-search.png) center no-repeat;
	    background-size: 28px auto;	
		border: 0;
		margin-top: 0;
		height: 60px;
	}
	.head-link.bdshare-button-style0-16 a{
		height: 60px;
	}
	.head-link{
		padding-right: 10px;
	}
	.head-link a{
		margin-right: 0!important;
		margin-left: 12px!important;
	}
	.head-link::after{
		height: 24px!important;
		margin-top: -12px;
		/* display: none!important; */
	}
}
@media (max-width: 767px) {
	.header .find{
		width: 24px;
		height: 24px;
		background-size: 22px auto;	
	}
	
	.header .seach-phone{
		margin-top: 18px;
	}
}


/*搜索弹窗*/
.header .search-box {
	position: fixed;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(0,123, 151, .9);
}
.header .search-box .search {
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
	width: 240px;
	border: 1px solid #dbdbdb;
	border-radius: 40px;
}
.header .search-box .search:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}
.header .search-box .input-text {
	float: left;
	height: 38px;
	padding-left: 10%;
	background: none;
}
@media (min-width: 768px) {
	.header .search-box .input-text {
		width: 100%;
		padding: 0 50px 0 3%;
	}
}
.header .search-box .input-submit {
	line-height: 36px;
	float: right;
	width: 50px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 36px;
	background: none;
}

@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
	
}
.header .search-box .input-submit.icon-sousuo:before{
	color: #fff;
}
.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}
@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}
@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}

.header .search-box.search-xs.show {
	z-index: 66;
}
.header .search-box.search-xs.show .search {
	left: 0;
}
.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}


@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
	.header .search-box .input-submit{
		font-size: 28px;
	}
}
@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}
.header .search-box.search-xs .input-submit {
	line-height: 34px;
	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}
.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;
	display: inline-block;
	display: none;
	cursor: pointer;
}
.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e660';
	color: #8cc63f;
}
.header .search-lg {
	top: 0;
}
.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}
.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 80%;
	max-width: 80%;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
}

.header .search-lg .input-text {
	font-size: 18px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 15px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	color: #fff;
}
.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}
.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
	color: #fff;
}
.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
	color: #fff;
}
.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}
.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}
.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;
	cursor: pointer;
}
@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}
.header .search-lg .close-btn:before {
	font-size: 24px;
	content: '\2716';
	color: #fff;
}
/*搜索弹窗end*/

/*heart end*/

/*foot*/
.footer {
	float: left;
	width: 100%;
	color: #fff;
	position: relative;
}
.bg-img{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}

.footer .foot-top{
	float: left;
	width: 100%;
	padding: 0 2.6%;
	background: #085162;
	position: relative;
	z-index: 1;
}
.footer .foot-top .foot-top-con{
	float: left;
	width: 100%;
	position: relative;
	padding-right: 12.4%;
}
.footer .foot-top .foot-top-con .ewm{
	position: absolute;
	top: 64px;
	right: 0;
	width: 140px;
	height: 140px;
}
.footer .foot-top .foot-top-con .foot-top-con-con{
	float: left;
	width: 100%;
	background: url(../image/bg-5.png) right center no-repeat;
}
.footer .foot-top .foot-top-con .foot-t{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	margin-top: 85px;
	line-height: 24px;
	padding-bottom: 31px;
	font-size: 18px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer .foot-top .foot-top-con .foot-t img{
	margin-right: 12px;
	vertical-align: middle;
	padding-bottom: 3px;
}

.footer .foot-top .foot-top-con .foot-b{
	float: left;
	width: 100%;
	padding: 24px 0 92px 0;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-left{
	float: left;
	width: 80%;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-left .foot-b-1{
	float: left;
	margin-right: 4.6%;
	font-size: 18px;
	line-height: 24px;
	margin-top: 8px;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-left .foot-b-1 img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 12px;
}

.footer .foot-top .foot-top-con .foot-b .foot-b-1-right{
	float: right;
	max-width: 30%;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx{
	float: right;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx a{
	float: left;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	margin-left: 14px;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx a.bds_fbook{
	background: url(../image/foot-f.png) no-repeat;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx a.bds_twi{
	background: url(../image/foot-t.png) no-repeat;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx a.bds_google{
	background: url(../image/foot-g.png) no-repeat;
}
.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx a.bds_linkedin{
	background: url(../image/foot-i.png) no-repeat;
}


.footer .foot-bot{
	position: relative;
	z-index: 1;
	float: left;
	width: 100%;
	line-height: 24px;
	padding: 20px 0 18px 0;
	font-size: 14px;
	color: #5a787f;
	background: #064250;
	text-align: center;
}

.footer .foot-bot .web{
	font-family: 'Roboto-Light';
	margin-left: 3%;
}

@media (max-width: 1440px) {
	.footer .foot-top .foot-top-con .foot-t{
		margin-top: 45px;
		padding-bottom: 21px;
		font-size: 15px;
	}
	.footer .foot-top .foot-top-con .foot-b .foot-b-1-left .foot-b-1 {
	    margin-right: 3%;
	    font-size: 15px;
	    margin-top: 4px;
	}
	.footer .foot-top .foot-top-con .ewm{
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 1199px) {
	.footer .foot-top .foot-top-con{
		padding-right: 15%;
	}
	.footer .foot-top .foot-top-con .foot-b .foot-b-1-left{
		width: 100%;
	}
	.footer .foot-top .foot-top-con .foot-b .foot-b-1-right{
		width: 100%;
		max-width: 100%;
	}
	.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx{
		float: left;
		margin-top: 15px;
	}
	.footer .foot-top .foot-top-con .foot-b .foot-b-1-right .contact-con-fx a{
		margin-left: 0px!important;
		margin-right: 10px!important;
	}
}
@media (max-width: 991px) {
	.footer .foot-top .foot-top-con {
		padding-right: 140px;
	}
}
@media (max-width: 767px) {
	.footer .foot-top .foot-top-con .foot-t {
	    margin-top: 25px;
	    padding-bottom: 15px;
	    font-size: 14px;
	}
	.footer .foot-top .foot-top-con .foot-b {
	    padding: 15px 0 15px 0;
	}
	.footer .foot-top .foot-top-con {
	    padding-right: 0px;
	}
	.footer .foot-top .foot-top-con .ewm{
		display: none;
		position: relative;
		left: auto;
		top: auto;
	}
	.footer .foot-top .foot-top-con .foot-b .foot-b-1-right{
		display: none;
	}
	.footer .foot-bot {
	    line-height: 22px;
	    padding: 12px 0 12px 0;
	}
	.footer .foot-bot{
		/* color: #fff; */
	}
	.bg-img{
		display: none;
	}
}


/*foot end*/

/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 108px;
	text-align: center;
}

.page a {
	font-family: 'Roboto','Roboto-Regular';
	font-size: 26px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 50px;
	height: 50px;
	line-height: 48px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	border: 1px solid rgba(0,0,0,0);
	background: #007b97;
}
.page a.prev {
	background: #007b97 url(https://www.crownchem.cn/web/bocweb/assets/images/left.png) center no-repeat;
}

.page a.next {
	background: #007b97 url(https://www.crownchem.cn/web/bocweb/assets/images/right.png) center no-repeat;
}

.page a.prev:hover {
	background: #d1dc00 url(https://www.crownchem.cn/web/bocweb/assets/images/left.png) center no-repeat;
}

.page a.next:hover {
	background: #d1dc00 url(https://www.crownchem.cn/web/bocweb/assets/images/right.png) center no-repeat;
}
@media (max-width: 1366px) {
	.page{
	}
}
@media (max-width: 1199px) {
	.page {
	}
	.page a {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}
@media (max-width: 991px) {
	.page {
		margin-top: 40px;
	}
	.page.page1{
		margin-top: 40px;
	}
	.page a {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}
@media (max-width: 767px) {
	.page {
		margin-top: 15px;
	}
	.page.page1{
		margin-top: 15px;
	}
	.page a.prev {
		background-size: 7px auto;
	}
	.page a.next {
		background-size: 7px auto;
	}	
	.page a {
		height: 40px;
		line-height: 38px;
		width: 40px;
		margin: 0 2px;
	}
}
.page a.omit:hover {
	color: #fff;
}
.page a.prev {
	font-size: 33px;
}
.page a.prev:after {
}
.page a.next {
	font-size: 33px;
}
.page a.next:before {
}
.page a.active,
.page a:hover {
	background-color: #d1dc00;
	border: 1px solid #d1dc00;
	color: #fff;
}
.page.page1{
	margin-top: 100px;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #008cd6;
	border: 1px solid #008cd6;
}
@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page.page1{
		margin-top: 60px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
		font-size: 18px;
	}
	.page a:prev {
		background-size: 7px auto;
	}

	.page a:next {
		background-size: 7px auto;
	}
}
@media (max-width: 767px) {
	
	.page.page1{
		margin-top: 15px;
	}
}

/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 140px;
}

.banner .slick-dots
{
    position: absolute;
    right: 484px;
   	bottom: 86px;
    text-align: center;
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
    }
}
@media (max-width: 1199px)
{
    .banner .slick-dots
    {
        text-align: center;
    }
}
@media (max-width: 991px)
{
    .banner .slick-dots
    {
        bottom: 0;
    }
}
.banner .slick-dots li
{
    position: absolute;
    
}
.banner .slick-dots li.slick-active button
{
    opacity: 1;
}
.banner .slick-dots li button
{
    font-size: 26px;
    font-weight: bold;
    line-height: 22px;
    display: inline-block;
    opacity: 0;
    color: #fff;
    background: none;
}
.banner .slick-dots li button:before
{
    content: '0';
}

.banner .to-num
{
    font-size: 16px;
    line-height: 22px;

    position: absolute;
    right: 410px;
    bottom: 60px;

    color: #fff;
}
.banner .to-num:before
{
    content: '/ 0';
}
@media (max-width: 991px)
{
    .banner .to-num
    {
        right: 20px;
        bottom: 0;
    }
}
@media (max-width: 1199px) {
	.banner{
		margin-top: 100px;
	}
}

.banner img {
	display: block;
	width: 100%;
}
.banner .img-box {
	padding-bottom: 40.10416666666667%;
}


.banner .img-box.pc{
	display: block;
}
.banner .img-box.phone{
	display: none;
}


.banner .text {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.banner .text.text-1{
	height: 100%;
	padding-left: 12.5%;
}
.banner .text.text-1 h1{
	font-family: 'Roboto-Bold';
	margin-top: 10.7%;
	line-height: 82px;
	font-size: 65px;
}
.banner .text.text-1 h2{
	font-family: 'Roboto-Bold';
	line-height: 86px;
	font-size: 76px;
}
.banner .text.text-1 h3{
	margin-top: 51px;
}
.banner .text.text-1 h3 span{
	font-family: 'AgencyFB-Reg';
	display: inline-block;
	padding: 0 23px;
	margin:  0 15px;
	line-height: 70px;
	font-size: 46px;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.5);
	transform: skew(-30deg);
}
.banner .text.text-1 h3 span font{
	display: inline-block;
	transform: skew(30deg);
	font-style: italic;
}

.banner .text h7{
	font-family: 'Roboto-bold';
	position: absolute;
	bottom: 60px;
	left: 20.8%;
	width: 100%;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
}
.banner .text h7::after{
	position: absolute;
	left: 11.5%;
	width: 40.1%;
	bottom: 14px;
	height: 1px;
	background: #fff;
	content: "";
}

.banner .text.text-2{
	height: 100%;
	padding-right: 14%;
	text-align: right;
}
.banner .text.text-2 h1{
	margin-top: 11.5%;
}
.banner .text.text-2 h1 span{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	display: inline-block;
	line-height: 57px;
	font-size: 46px;
	padding: 0 10px;
	color: #007b97;
	background: #d1dc00;
} 
.banner .text.text-2 h2{
	margin-top: 22px;
}
.banner .text.text-2 h2 span{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	display: inline-block;
	line-height: 57px;
	font-size: 46px;
	padding: 0 10px;
	color: #d1dc00;
	background: #007b97;
} 
.banner .text.text-2 h7{
	text-align: left;
}

.banner .text.text-3{
	height: 100%;
	padding-left: 19.8%;
}
.banner .text.text-3 h1{
	margin-top: 13.2%;
}
.banner .text.text-3 h1 span{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px 0 10px;
	line-height: 72px;
	font-size: 70px;
	vertical-align: middle;
	background: rgba(209, 220, 0, 0.9);
}
.banner .text.text-3 h2{
	margin-top: 16px;
}
.banner .text.text-3 h2 span{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	display: inline-block;
	padding: 5px 10px 0 10px;
	line-height: 64px;
	font-size: 60px;
	vertical-align: middle;
	background: rgba(209, 220, 0, 0.9);
}

.banner .text.text-3 h3{
	margin-top: 28px;
}
.banner .text.text-3 h3 span{
	display: inline-block;
	width: 124px;
	height: 142px;
	margin-right: 30px;
	background-size: 100% 100%!important;
}



.banner .text.text-2 h7::after{
	left: 4.5%;
	width: 47.1%;
}
@media (max-width: 1680px){
	.banner .text.text-2 h7::after{
		width: 44%;
	}
	.banner .text h7::after{
		width: 37%;
	}
}
@media (max-width: 1440px){
	.banner .text h7{
		left: 16%;
		font-size: 18px;
	}
	.banner .text h7::after{
		left: 14%;
		width: 39%;
	}
	.banner .text h7::after {
	}
	.banner .slick-dots{
		right: 28%;
	}
	.banner .to-num{
		right: 23%;
	}
	.banner .text.text-1{
		padding-left: 8%;
	}
	.banner .text.text-1 h1 {
	    margin-top: 10%;
	    line-height: 68px;
	    font-size: 48px;
	}
	.banner .text.text-1 h2 {
	    line-height: 68px;
	    font-size: 60px;
	}
	.banner .text.text-1 h3 {
	    margin-top: 30px;
	}
	.banner .text.text-1 h3 span {
	    padding: 0 18px;
	    margin: 0 10px;
	    line-height: 48px;
	    font-size: 36px;
	    border: 2px solid rgba(255,255,255,0.5);
	}
	.banner .text.text-2{
		padding-right: 8%;
	}
	.banner .text.text-2 h1 span {
	    line-height: 48px;
	    font-size: 36px;
	}
	.banner .text.text-2 h2 span {
	    line-height: 48px;
	    font-size: 36px;
	}
	.banner .text.text-2 h7::after {
	    width: 48%;
	}
	.banner .text.text-3{
		padding-left: 8%;
	}
	.banner .text.text-3 h1 {
	    margin-top: 8%;
	}
	.banner .text.text-3 h1 span {
	    line-height: 60px;
	    font-size: 48px;
	}
	.banner .text.text-3 h2 span {
	    line-height: 60px;
	    font-size: 48px;
	}
	.banner .text.text-3 h3 {
	    margin-top: 24px;
	}
	.banner .text.text-3 h3 span {
	    width: 100px;
	    height: 116px;
	    margin-right: 20px;
	}
}
@media (max-width: 1199px){
	.banner .slick-dots{
		bottom: 48px;
	}
	.banner .to-num{
		bottom: 22px;
	}
	.banner .text.text-1 h1 {
		margin-top: 10%;
		line-height: 40px;
		font-size: 32px;
	}
	.banner .text.text-1 h2 {
	    line-height: 42px;
	    font-size: 36px;
	}
	.banner .text.text-1 h3 {
	    margin-top: 20px;
	}
	.banner .text.text-1 h3 span {
	    padding: 0 18px;
	    margin: 0 10px;
	    line-height: 48px;
	    font-size: 24px;
	}
	.banner .text h7{
	    left: 10%;	
		bottom: 20px;
	}
	.banner .text h7::after{
		left: 18%;
	}
	.banner .slick-dots {
	    right: 32%;
	}
	.banner .to-num {
	    right: 25%;
	}
	.banner .text.text-2 h7::after {
		left: 8%;
	    width: 49%;
	}
	
	.banner .text.text-2 h1 span {
	    line-height: 40px;
	    font-size: 30px;
	}
	.banner .text.text-2 h2 {
	    margin-top: 12px;
	}
	.banner .text.text-2 h2 span {
	    line-height: 40px;
	    font-size: 30px;
	}
	.banner .text.text-3 h1{
	}
	.banner .text.text-3 h1 span {
	    line-height: 42px;
	    font-size: 32px;
	}
	.banner .text.text-3 h2 {
	    margin-top: 10px;
	}
	.banner .text.text-3 h2 span {
	    line-height: 42px;
	    font-size: 32px;
	}
	.banner .text.text-3 h3 span {
	    width: 90px;
	    height: 104px;
	    margin-right: 10px;
	}
}
@media (max-width: 991px){
	.banner .slick-dots{
		right: 14%;
	}
	.banner .to-num {
	    right: 4%;
	}
	.banner .img-box{
		height: auto;
		padding-bottom: 0;
	}
	.banner img{
		position: relative;
		left: auto;
		top: auto;
		height: auto;
	}
	.banner .img-box.pc{
		display: none;
	}
	.banner .img-box.phone{
		display: block;
	}
	.banner .text.text-1{
		display: none;
	}
	.banner .text.text-2{
		display: none;
	}
	.banner .text.text-3{
		display: none;
	}
}
@media (max-width: 767px){
	.banner .to-num {
	    bottom: 12px;
	}
	.banner .slick-dots {
		bottom: 36px;
	    right: 22%;
	}
	.banner .slick-dots li button{
		font-size: 20px;
	}
}


@media (min-width: 992px) {
	.banner .slick-current .text-1 h1{
		animation: fadeInUp 0.8s 0s ease both;
	}
	.banner .slick-current .text-1 h2{
		animation: fadeInUp 0.8s 0s ease both;
	}
	.banner .slick-current .text-1 h3{
		animation: fadeInUp 0.8s 0s ease both;
	}
	
	.banner .slick-current .text-2 h1{
		animation: fadeInUp 0.8s 0s ease both;
	}
	.banner .slick-current .text-2 h2{
		animation: fadeInUp 0.8s 0s ease both;
	}
	
	.banner .slick-current .text-3 h1{
		animation: fadeInUp 0.8s 0s ease both;
	}
	.banner .slick-current .text-3 h2{
		animation: fadeInUp 0.8s 0s ease both;
	}
	.banner .slick-current .text-3 h3{
		animation: fadeInUp 0.8s 0s ease both;
	}
	
	
}
/*首页*/


/*内页banner + 内页导航*/
.banner-in
{
	width: 100%;
    padding: 0;
	position: relative;
	overflow: hidden;
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
    animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 32.2916666666667%;
	
}
.banner-in .text{
	/* height: 100%; */
}
.banner-in .text h1{
	/* position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%); */
	text-align: center;
	font-family: 'barlowcondensed-semibold';
	font-size: 90px;
}
.ban-ico{
	position: absolute;
	left: 50%;
	top: -235px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}
.ban-ico .ban-ico-con{
	float: left;
	width: 12px;
	height: 240px;
	position: relative;
}
.ban-ico .ban-ico-con .ban-ico-radiu{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #fff;
	border-radius: 100%;
}
.ban-ico .ban-ico-con .ban-ico-x1{
	position: absolute;
	left: 6px;
	width: 1px;
	height: 100%;
	background: url(../image/ban-xian.png) no-repeat;
	/* border-left: 1px dashed #fff; */
}
.ban-ico .ban-ico-con .ban-ico-x2{
	position: absolute;
	left: 4px;
	width: 5px;
	height: 30px;
	background: #fff;
}
@media (max-width: 1680px){
	.ban-ico{
		top: -175px;
	}
	.ban-ico .ban-ico-con{
	    height: 180px;	
	}
}
@media (max-width: 1440px){
	.ban-ico{
		top: -155px;
	}
	.ban-ico .ban-ico-con{
	    height: 160px;	
	}
	.banner-in .text h1{
		font-size: 68px;
	}
}
@media (max-width: 1199px){
	.ban-ico{
		top: -125px;
	}
	.ban-ico .ban-ico-con{
	    height: 130px;	
	}
	.banner-in .text h1{
		font-size: 48px;
	}
}
@media (max-width: 991px){
	.banner-in .img-box {
		padding-bottom: 0;
	}
	.ban-ico{
		display: none;
	}
	.banner .text{
		display: none;
	}
}
@media (max-width: 767px){
	.banner-in .img-box{
		height: auto;
		padding: 0;
	}
	.banner-in .img-box img{
		position: relative;
		height: auto;
	}
}

.i1{
	float: left;
	width: 100%;
	padding: 116px 5.3% 108px 5.3%;
	background: url(../image/bg-1.png) left bottom no-repeat;
}


.i1-list{
	float: left;
	width: 100%;
	margin-top: -136px;
}
.i1-list .i1-li{
	float: left;
	width: 25%;
	margin-top: 136px;
	padding: 0 1%;
	position: relative;
	text-align: center;
}
.i1-list .i1-li::after{
	position: absolute;
	right: 0;
	top: 50%;
	width: 1px;
	height: 210px;
	background: #eee;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}
.i1-list .i1-li:nth-child(4n)::after{
	display: none;
}
.i1-list .i1-li .i1-li-1{
	float: left;
	width: 100%;
}
.i1-list .i1-li .i1-li-1 span{
	display: inline-block;
	width: 112px;
	height: 112px;
	line-height: 112px;
	border: 1px solid #0e505f;
	border-radius: 100%;
	text-align: center;
}
.i1-list .i1-li .i1-li-1 span img{
	display: inline-block;
	vertical-align: middle;
}
.i1-list .i1-li:hover .i1-li-1 span{
	animation: flipInX 1.2s 0s ease both;
}
.i1-list .i1-li .i1-li-1 .i1-li-1-p{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 22px;
	margin-top: 18px;
	color: #007b97;
}
.i1-list .i1-li-2{
	font-family: 'Roboto-Regular';
	font-weight: 400;
	float: left;
	width: 100%;
	height: 56px;
	line-height: 28px;
	margin-top: 20px;
	font-size: 16px;
	color: #010101;
	overflow: hidden;
}

.i2{
	float: left;
	width: 100%;
	overflow: hidden;
}
.i2 .i2-ab{
	float: left;
	width: 65.45%;
	position: relative;
}
.i2 .i2-ab img{
	max-width: 100%;
}

.i2 .i2-ab .i2-ab-con{
	float: left;
    position: absolute;
    overflow: hidden;
    width: 88%;
	padding-right: 3%;
	top: 156px;
	left: 12%;
	top: 22.8%;
	color: #fff;
}
.i2 .i2-ab .i2-ab-con .i2-ab-con-t{
	float: left;
	width: 100%;
}
.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h1{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 93px;
	font-size: 80px;
}
.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h2{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 66px;
	font-size: 46px;
}
.i2 .i2-ab .i2-ab-con .i2-ab-con-p{
	font-family: 'Roboto-Regular';
	float: left;
	width: 100%;
	line-height: 32px;
	margin-top: 37px;
	font-size: 16px;
}
.i2 .i2-ab .i2-ab-con .i2-ab-con-a{
	float: left;
	width: 100%;
	margin-top: 52px;
}
.i2 .i2-ab .i2-ab-con .i2-ab-con-a a{
	display: block;
	float: left;
	width: 58px;
	height: 22px;
	background: url(../image/ico-jt.png) no-repeat;
}
.i2 .i2-ab .i2-ab-con .i2-ab-con-a a:hover{
	margin-left: 5px;
}

/* .i2 .i2-ab .i2-ab-con .img-box{
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 55.46387917329094%;
	background-color: rgba(0,0,0,0);
} */
/*首页视频*/
.i2-video{
	float: left;
	width: 34.55%;
}
.i2-video .video
{
	float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.i2-video .video .img-box
{
	width: 100%;
    z-index: 0;
	position: relative;
	padding-bottom: 105.4%;
    background-color: rgba(0,0,0,0);
}
.i2-video .video .img-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 9;
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}
.i2-video .video .img-box img
{
    -webkit-transition: all .6s ease;
            transition: all .6s ease;
}
.i2-video .video .video-box
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}
.i2-video .video .iframe
{
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.i2-video .video .play
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
	width: 73px;
    height: 73px;
    -webkit-transition: all .0s;
            transition: all .0s;
    color: #fff;
    background: url(../image/play.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.i2-video .video .play:before
{
    font-family: 'iconfont';
    font-size: 60px;
    font-weight: normal;
    line-height: 1;
    display: block;
    /*content: '\e67f';*/
   width: 63px;
   height: 63px;
}
.i2-video .video:hover .img-box img
{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    /* opacity: .95; */
}
.i2-video .video:hover .img-box .black{
	background-color: rgba(0,0,0,0);
}

.bg-f5{
	background: #f5f5f5;
}
.i3{
	float: left;
	width: 100%;
	padding: 0 5.2%;
	padding-top: 87px;
}
.i3-pro{
	float: left;
	width: 100%;
	margin-top: 72px;
}
.i3-pro .i3-pro-li{
	float: left;
	width: 23%;
	margin-right: 2.666%;
	background: #fff;
	border-top: 6px solid;
}
.i3-pro .i3-pro-li.bg1{
		border-top-color: #007b97;
}
.i3-pro .i3-pro-li.bg2{
		border-top-color: #d1dc00;
}
.i3-pro .i3-pro-li.bg3{
		border-top-color: #f8b62b;
}
.i3-pro .i3-pro-li.bg4{
		border-top-color: #ef7f4d;
}

.i3-pro .i3-pro-li:nth-child(4n){
	margin-right: 0;
}

.i3-pro .i3-pro-li .i3-pro-li-txt{
	float: left;
	width: 100%;
	padding: 0 11%;
	text-align: center;
}
.i3-pro .i3-pro-li .i3-pro-li-t{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	margin-top: 47px;
	height: 36px;
	line-height: 36px;
	font-size: 28px;
	color: #007b97;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i3-pro .i3-pro-li .i3-pro-li-p{
	font-family: 'Roboto-Regular';
	float: left;
	width: 100%;
	margin-top: 27px;
	height: 52px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.i3-pro .i3-pro-li .i3-pro-li-img{
	float: left;
	width: 100%;
	margin-top: 17px;
}
.i3-pro .i3-pro-li .i3-pro-li-img a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.i3-pro .i3-pro-li .i3-pro-li-img a img{
	width: 100%;	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i3-pro .i3-pro-li:hover .i3-pro-li-img a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i3-pro .i3-pro-li .i3-pro-li-img img{
	max-width: 100%;
}

.i4{
	float: left;
	width: 100%;
	padding: 89px 0 103px 5.2%;
	background: url(../image/bg-2.png) right bottom no-repeat;
}
.i4-slideBox{
	float: left;
	width: 100%;
	background: #eeeff3;
}
.i4-slideBox .hd{ 
	float: left;
	width: 31%;
	position:relative; 
}
.i4-slideBox .hd .hd-p{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 46px;
	padding: 77px 0 76px 0;
	font-size: 50px;
	color: #007b97;
	text-align: center;
	position: relative;
}
.i4-slideBox .hd .hd-p::after{
	position: absolute;
	top: 0;
	left: 44px;
	width: 60px;
	height: 5px;
	background: #007b97;
	content: "";
}

.i4-slideBox .hd ul{ 
	float:left; 
	width: 100%;
}
.i4-slideBox .hd ul li{ 
	float:left; 
	width: 50%;
	padding: 44px 26px 26px 26px;
	cursor:pointer;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background: #fff;
}
.i4-slideBox .hd ul li:nth-child(3),
.i4-slideBox .hd ul li:nth-child(4){
	border-bottom: 0;
}
.i4-slideBox .hd ul li:nth-child(2n){
	border-right: 0;
}
.i4-slideBox .hd ul li .i4hd-1{
	font-family: 'Roboto-Regular';
	float:left;
	width: 100%;
	height: 72px;
	line-height: 36px;
	font-size: 30px;
	color: #666;
	overflow: hidden;
}
.i4-slideBox .hd ul li .i4hd-2{
	float:left;
	width: 100%;
	margin-top: 61px;
}
.i4-slideBox .hd ul li .i4hd-2 img{}
.i4-slideBox .hd ul li .i4hd-2 .block{
	display: inline-block;
}
.i4-slideBox .hd ul li .i4hd-2 .none{
	display: none;
}
.i4-slideBox .hd ul li.on {
	background: url(../image/bg-slick.jpg) no-repeat;
	background-repeat: repeat;
}
.i4-slideBox .hd ul li.on .i4hd-1{
	color: #fff;
}
/* .i4-slideBox .hd ul li:hover .i4hd-2 .block, */
.i4-slideBox .hd ul li.on .i4hd-2 .block{ 
	display: none;
}
/* .i4-slideBox .hd ul li:hover .i4hd-2 .none, */
.i4-slideBox .hd ul li.on .i4hd-2 .none{ 
	display: inline-block;
}

.i4-slideBox .bd{
	float: left;
	width: 69%;
} 
.i4-slideBox .bd ul{ 
	zoom:1; 
	 position: relative;
}
.i4-slideBox .bd ul img{
} 

.i4-slideBox .bd ul .i4bd-txt{
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 100%;
	padding-top: 152px;
	padding-left: 102px;
	max-width: 760px;
	color: #fff;
}
.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-t{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 48px;
	padding-bottom: 40px;
	font-size: 44px;
	position: relative;
}
.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-t::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 42px;
	height: 5px;
	background: #d1dc00;
	content: "";
}
.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-p{
	font-family: 'Roboto-Regular';
	float: left;
	width: 100%;
	margin-top: 60px;
	line-height: 30px;
	font-size: 20px;
}
.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-a{
	float: left;
	width: 100%;
	margin-top: 74px;
}
.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-a a{
	display: inline-block;
	width: 100px;
	height: 40px;
	background:#fff url(../image/ico-jt-1.png) center no-repeat;
}
.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-a a:hover{
	margin-left: 5px;
}

.pic-1{
	float: left;
	width: 100%;
	overflow: hidden;
}
.pic-1 ul{
	float: left;
	width: 100%;
	/* white-space:nowrap; */
	overflow: hidden;
}
.pic-1 ul li{
	display:inline-block;
	float: left;
	height: 700px;
	width: 20.5%;
	 color: #fff;
	text-align: center;
	position: relative;  
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s; 
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.pic-1 ul li.on{ 
	width:59%;
}
.pic-1 ul li > img{
	position: absolute;
	left: 0;
	top: 0;
}
.pic-1 ul li .radiu{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 160px;
	height: 160px;
	background: #007b97;
	border-radius: 100%;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.pic-1 ul li .radiu .con{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.pic-1 ul li .radiu .con span{
	font-family: 'Roboto-Regular';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: center;
	line-height: 38px;
	font-size: 32px;
}

.pic-1 ul li .pic-1-text{
	font-family: 'Roboto-Regular';
	opacity: 0;
	display: none;
	position: absolute;
	left: 21%;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	width: 660px;
	text-align: left;
}
.pic-1 ul li .pic-1-text .pic-1-t{
	float: left;
	width: 100%;
}
.pic-1 ul li .pic-1-text .pic-1-t span{
	font-family: 'Roboto-Bold';
	display: inline-block;
	padding: 0 22px;
	line-height: 60px;
	font-size: 58px;
	color: #fff;
	background: #d1dc00;
}

.pic-1 ul li .pic-1-text .pic-1-p{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 54px;
	font-size: 20px;
}
.pic-1 ul li .pic-1-text .pic-1-a{
	float: left;
	width: 100%;
	margin-top: 68px;
}
.pic-1 ul li .pic-1-text .pic-1-a a{
	display: inline-block;
	line-height: 24px;
	padding: 0 3px;
	font-size: 16px;
	color: #d1dc00;
	border-bottom: 1px solid #d1dc00;
}
.pic-1 ul li .pic-1-text .pic-1-a a:hover{
	margin-left: 5px;
}

.pic-1 ul li.on .pic-1-text{
	opacity: 1;
	display: block;
}
.pic-1 ul li.on .radiu{
	opacity: 0;
	display: none;
} 

.bg-f8{
	background: #f8f8f8;
}
.i-news{
	float: left;
	width: 100%;
	padding: 72px 5.2% 80px 5.2%;
}
.i-news .i-news-list{
	float: left;
	width: 100%;
	margin-top: 70px;
	font-family: 'Roboto-Light';
}

.i-news .i-news-list .i-news-li{
	float: left;
	width: 30.7%;
	margin-right: 3.95%;
}
.i-news .i-news-list .i-news-li:nth-child(3n){
	margin-right: 0%;
}
.i-news .i-news-list .i-news-li .i-news-li-time{
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 16px;
	color: #666;
}
.i-news .i-news-list .i-news-li .i-news-li-t{
	float: left;
	width: 100%;
	line-height: 24px;
	padding-bottom: 21px;
	margin-top: 10px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #010101;
	position: relative;
	font-family: 'Roboto-Regular';
}
.i-news .i-news-list .i-news-li:hover .i-news-li-t{
	color: #d1dc00;
}
.i-news .i-news-list .i-news-li .i-news-li-x{
	float: left;
	width: 100%;
	height: 5px;
	position: relative;
}
.i-news .i-news-list .i-news-li .i-news-li-x::after{
	position: absolute;
	left: 0;
	top: 2px;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	content: "";
}
.i-news .i-news-list .i-news-li .i-news-li-x::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 5px;
	z-index: 1;
	background: #d1dc00;
	content: "";
}
.i-news .i-news-list .i-news-li .i-news-li-pic{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.i-news .i-news-list .i-news-li .i-news-li-pic a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.i-news .i-news-list .i-news-li .i-news-li-pic a img{
	width: 100%;
-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news .i-news-list .i-news-li:hover .i-news-li-pic a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news .i-news-list .i-news-li .i-news-li-p{
	float: left;
	width: 100%;
	margin-top: 32px;
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	font-family: 'Roboto-Light';
}
.i-news .i-news-list .i-news-li .i-news-li-a{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.i-news .i-news-list .i-news-li .i-news-li-a a{
	font-family: 'Roboto-Regular';
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #d1dc00;
}
.i-news .i-news-list .i-news-li .i-news-li-a a:hover{
	margin-left: 5px;
}

.i-partner{
	float: left;
	width: 100%;
	padding: 74px 9.16% 84px 9.16%;
}
.i-partner .i-par-list{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.i-par-list .slick-slide{
	outline: none;
}

.i-partner .i-par-list .i-par-li{
	float: left;
	width: 15.3%;
	margin-right: 0%!important;
	padding: 0px 2%;
	margin-top: 36px;
}
.i-partner .i-par-list .i-par-li:nth-child(5n){
	margin-right: 0%;
}
.i-partner .i-par-list .i-par-li a{
	display: inline-block;
	width: 100%;
	margin: 3px 0;
	border: 1px solid rgba(0,123,151,0.4);
	overflow: hidden;
}
.i-partner .i-par-list .i-par-li a img{
	width: 100%;
-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-partner .i-par-list .i-par-li a:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}



/*首页力量*/
.title{
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
}
.title .title-c{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 56px;
	font-size: 56px;
	color: #007b97;
	font-weight: bold;
}
.title .title-e{
	font-family: 'Roboto-Regular';
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 16px;
	color: #666;
	margin-top: 22px;
}



@media (max-width: 1440px) {
	.title .title-c{
		line-height: 40px;
		font-size: 40px;
	}
	.title .title-e{
		line-height: 20px;
		font-size: 14px;
		margin-top: 12px;
	}
	
	.i1 {
		padding: 76px 3% 58px 3%;
	}
	.i1-list {
		margin-top: -80px;
	}
	.i1-list .i1-li{
		margin-top: 80px;
	}
	.i1-list .i1-li .i1-li-1 .i1-li-1-p {
	    line-height: 20px;
	    font-size: 18px;
	    margin-top: 12px;
	}
	.i1-list .i1-li-2 {
	    height: 72px;
	    line-height: 24px;
	    margin-top: 10px;
	    font-size: 13px;
	}
	.i2 .i2-ab .i2-ab-con {
		width: 92%;
	    left: 8%;
	    top: 18%;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h1 {
	    line-height: 60px;
	    font-size: 48px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h2 {
	    line-height: 40px;
	    font-size: 28px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-p {
	    line-height: 28px;
	    margin-top: 24px;
	    font-size: 14px;
	}
	.i3 {
	    padding: 0 3%;
	    padding-top: 57px;
	}
	.i3-pro{
		margin-top: 42px;
	}
	.i3-pro .i3-pro-li .i3-pro-li-t {
	    margin-top: 28px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 22px;
	}
	.i3-pro .i3-pro-li .i3-pro-li-p {
	    margin-top: 14px;
	    height: 40px;
	    line-height: 20px;
	    font-size: 14px;
	}
	.i3-pro .i3-pro-li .i3-pro-li-img{
		margin-top: 10px;
	}
	.i4 {
	    padding: 49px 0 53px 3%;
	}
	.i4-slideBox .bd ul img{
		height: 600px;
	}
	.i4-slideBox .hd .hd-p {
	    line-height: 42px;
	    padding: 47px 0 46px 0;
	    font-size: 42px;
	}
	.i4-slideBox .hd ul li .i4hd-1 {
	    height: 60px;
	    line-height: 30px;
	    font-size: 24px;
	}
	.i4-slideBox .hd ul li .i4hd-2{
		margin-top: 57px;
	}
	.i4-slideBox .bd ul .i4bd-txt {
	    padding-top: 102px;
	    padding-left: 8%;
	    max-width: 800px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-t {
	    line-height: 40px;
	    padding-bottom: 30px;
	    font-size: 36px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-p {
	    margin-top: 48px;
	    line-height: 28px;
	    font-size: 18px;
	}
	.pic-1 ul li .pic-1-text{
		left: 10%;
	}
	.pic-1 ul li .radiu{
		width: 140px;
		height: 140px;
	}
	.pic-1 ul li .radiu .con span {
	    line-height: 30px;
	    font-size: 24px;
	}
	.pic-1 ul li .pic-1-text .pic-1-t span {
	    padding: 0 18px;
	    line-height: 54px;
	    font-size: 42px;
	}
	.pic-1 ul li .pic-1-text .pic-1-p {
	    line-height: 28px;
	    margin-top: 48px;
	    font-size: 18px;
	}
	.pic-1 ul li .pic-1-text .pic-1-a{
		margin-top: 48px;
	}
	.i-news {
	    padding: 42px 3% 60px 3%;
	}
	.i-news .i-news-list .i-news-li .i-news-li-pic{
		margin-top: 18px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-p{
		margin-top: 18px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-a{
		margin-top: 16px;
	}
	.i-partner {
	    padding: 44px 5% 54px 5%;
	}
	.i-partner .i-par-list{
		margin-top: 10px;
	}
}
@media (max-width: 1199px) {
	.i2 .i2-ab .i2-ab-con {
		max-width: 84%;
		top: 10%;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h1 {
	    line-height: 48px;
	    font-size: 32px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h2 {
	    line-height: 30px;
	    font-size: 20px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-p {
	    line-height: 24px;
	    margin-top: 10px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-a{
		margin-top: 24px;
	}
	.i4-slideBox .bd ul img {
	    height: 480px;
	}
	.i4-slideBox .hd .hd-p {
	    line-height: 32px;
	    padding: 27px 0 26px 0;
	    font-size: 28px;
	}
	.i4-slideBox .hd .hd-p::after {
	    left: 24px;
	    width: 48px;
	    height: 3px;
	}
	.i4-slideBox .hd ul li {
	    padding: 24px 5% 16px 5%;
	}
	.i4-slideBox .hd ul li .i4hd-1{
		font-size: 20px;
	}
	.i4-slideBox .hd ul li .i4hd-2 {
	    margin-top: 52px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-a {
	    margin-top: 44px;
	}
	.i4-slideBox .bd ul .i4bd-txt {
	    padding-top: 92px;
		max-width: 100%;
		padding-right: 8%;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-p {
	    margin-top: 36px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-t {
	    line-height: 32px;
	    padding-bottom: 20px;
	    font-size: 30px;
	}
	.pic-1 ul li{
		width: 100%;
		height: auto;
	}
	.pic-1 ul li > img{
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
	}
	.pic-1 ul li.on{
		width: 100%;
	}
	.pic-1 ul li .radiu{
		display: none;
	}
	.pic-1 ul li .pic-1-text{
		display: block;
		opacity: 1;
		width: 80%;
	}
	.pic-1 ul li .pic-1-text .pic-1-t span {
	    padding: 0 14px;
	    line-height: 48px;
	    font-size: 36px;
	}
	
}
@media (max-width: 991px) {
	.i1 {
	    padding: 36px 3% 48px 3%;
	}
	.i1-list{
		margin-top: 0px;
	}
	.i1-list .i1-li{
		width: 50%;
		margin-top: 20px;
	}
	.i1-list .i1-li:nth-child(2n)::after{
		display: none;
	}
	.i2 .i2-ab{
		width: 100%;
	}
	.i2 .i2-video{
		width: 100%;
	}
	.i2 .i2-ab .i2-ab-con{
		top: 14%;
	}
	.i3-pro .i3-pro-li{
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}
	.i3-pro .i3-pro-li:nth-child(2n){
		margin-right: 0;
	}
	.i4-slideBox .hd{
		width: 100%;
	}
	.i4-slideBox .bd{
		width: 100%;
	}
	.i4-slideBox .hd ul li{
		width: 25%;
	}
	.i4-slideBox .hd ul li .i4hd-2 {
	    margin-top: 12px;
	}
	.i4-slideBox .bd ul img{
		width: 100%;
		height: auto;
	}
	.i4-slideBox .bd ul .i4bd-txt {
	    padding-top: 62px;
	    padding-right: 4%;
		padding-left: 4%;
	}
	.i4-slideBox .hd .hd-p::after{
		display: none;
	}
	.i-news .i-news-list .i-news-li {
	    width: 100%;
	    margin-right: 0%;
		margin-top: 20px;
	}
	.i-partner .i-par-list .i-par-li{
		width: 48%;
		margin-right: 4%;
	}
	.i-partner .i-par-list .i-par-li:nth-child(5n){
		margin-right: 4%;
	}
	.i-partner .i-par-list .i-par-li:nth-child(2n){
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.title .title-c {
	    line-height: 28px;
	    font-size: 22px;
	}
	.title .title-e{
		margin-top: 0;
	}
	
	.i1 {
	    padding: 16px 3% 16px 3%;
	}
	
	.i1-list .slick-dots{
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.i1-list .slick-dots li{
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 3px;
		border-radius: 100%;
		background: #007b97;
		border-radius: 100%;
		opacity: 0.6;
	}
	.i1-list .slick-dots li.slick-active{
		opacity: 1;
	}
	.i1-list .slick-dots li button{
		display: none;
	}
	
	
	
	.i1-list .i1-li {
	    margin-top: 0px;
		padding: 0 2%;
	}
	.i1-list .i1-li .i1-li-1 .i1-li-1-p {
	    line-height: 18px;
	    font-size: 14px;
	    margin-top: 6px;
	}
	.i1-list .i1-li-2 {
	    height: 80px;
		height: auto;
	    line-height: 20px;
	    margin-top: 5px;
	    font-size: 12px;
	}
	.i2 .i2-ab .i2-ab-con{
		position: relative;
		left: auto;
		top: auto;
		color: #007b97;
		float: left;
		width: 100%;
		max-width: 100%;
		padding: 15px 3% 25px 3%;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h1 {
	    line-height: 32px;
	    font-size: 22px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-t .i2-ab-con-t-h2 {
	    line-height: 24px;
	    font-size: 16px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-p {
	    line-height: 22px;
	    margin-top: 5px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-a {
	    margin-top: 12px;
	}
	.i2 .i2-ab .i2-ab-con .i2-ab-con-a a{
		width: 56px;
		height: 14px;
		background: url(../image/ico-jt-1.png) no-repeat;
		background-size: 100% 100%;
	}
	.i3{
		padding-top: 15px;
	}
	.i3-pro {
	    margin-top: 0px;
	}
	.i3-pro .i3-pro-li {
	    width: 100%;
	    margin-right: 0%;
	    margin-top: 15px;
	}
	.i3-pro .slick-dots{
		width: 100%;
		text-align: center;
	}
	.i3-pro .slick-dots li{
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 3px;
		border-radius: 100%;
		background: #007b97;
		border-radius: 100%;
		opacity: 0.6;
	}
	.i3-pro .slick-dots li.slick-active{
		opacity: 1;
	}
	.i3-pro .slick-dots li button{
		display: none;
	}
	
	
	
	.i4 {
	    padding: 15px 3% 15px 3%;
	}
	.i4-slideBox .hd .hd-p {
	    line-height: 28px;
	    padding: 12px 0 12px 0;
	    font-size: 22px;
	}
	.i4-slideBox .hd ul li {
	    width: 50%;
		padding: 12px 5% 12px 5%;
	}
	.i4-slideBox .hd ul li .i4hd-2 {
	    margin-top: 0px;
	}
	.i4-slideBox .bd ul .i4bd-txt {
	    position: relative;
	    left: auto;
	    top: auto;
	}
	.i4-slideBox .bd ul .i4bd-txt {
	    padding-top: 15px;
		padding-bottom: 10px;
	    padding-right: 3%;
	    padding-left: 3%;
		color: #007b97;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-a a {
	    width: 80px;
	    height: 30px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-t {
	    line-height: 28px;
	    padding-bottom: 10px;
	    font-size: 22px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-t::after {
	    width: 36px;
	    height: 4px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-p {
	    margin-top: 12px;
	    line-height: 22px;
	    font-size: 14px;
	}
	.i4-slideBox .bd ul .i4bd-txt .i4bd-txt-a {
	    margin-top: 14px;
	}
	
	.pic-1 .slick-dots{
		width: 100%;
		text-align: center;
		position: absolute;
		bottom: 5px;
	}
	.pic-1 .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px;
		height: 8px;
		margin: 0 3px;
		border-radius: 100%;
		background: #eee;
		border-radius: 100%;
		/* opacity: 0.6; */
	}
	.pic-1 .slick-dots li.slick-active{
		opacity: 1;
		background: #007b97;
	}
	.pic-1 .slick-dots li button{
		display: none;
	}
	
	.pic-1 ul li .pic-1-text .pic-1-t span {
	    padding: 0 10px;
	    line-height: 32px;
	    font-size: 20px;
	}
	.pic-1 ul li .pic-1-text .pic-1-p {
	    line-height: 22px;
	    margin-top: 12px;
	    font-size: 14px;
	}
	.pic-1 ul li .pic-1-text{
		width: 90%;
		left: 5%;
	}
	.pic-1 ul li .pic-1-text .pic-1-a {
	    margin-top: 18px;
	}
	.i-news {
	    padding: 15px 3% 15px 3%;
	}
	.i-news .i-news-list{
		margin-top: 15px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-t {
	    line-height: 22px;
	    padding-bottom: 10px;
	    margin-top: 5px;
	    font-size: 18px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-pic {
	    margin-top: 10px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-p {
	    margin-top: 10px;
		line-height: 24px;
		height: 48px;
	}
	
	
	.i-news .slick-dots{
		width: 100%;
		text-align: center;
	}
	.i-news .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px;
		height: 8px;
		margin: 0 3px;
		border-radius: 100%;
		background: #007b97;
		border-radius: 100%;
		opacity: 0.4;
	}
	.i-news .slick-dots li.slick-active{
		opacity: 1;
	}
	.i-news .slick-dots li button{
		display: none;
	}
	
	.i-partner {
	    padding: 15px 3% 15px 3%;
	}
	.i-partner .i-par-list .i-par-li{
		margin-right: 0;
		margin-top: 0px;
	}
	.i-partner .slick-slide{
		padding: 0 4px;
	}
	
	.i-partner .slick-dots{
		width: 100%;
		text-align: center;
	}
	.i-partner .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px;
		height: 8px;
		margin: 0 3px;
		border-radius: 100%;
		background: #007b97;
		border-radius: 100%;
		opacity: 0.4;
	}
	.i-partner .slick-dots li.slick-active{
		opacity: 1;
	}
	.i-partner .slick-dots li button{
		display: none;
	}
	
}



.wrap-sidenav{
	font-family: 'Roboto-Regular';
	/* font-style: italic; */
	float: left;
	width: 100%;
	border-bottom: 3px solid #d1dc00;
	background: #007b97;
	position: relative;
	z-index: 1;
	
}
.wrap-sidenav .sidenav
{
    position: relative;
	float: left;
	width: 100%;
	height: 72px;
	overflow: hidden;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
	text-align: center;
}
.wrap-sidenav .sidenav ul li
{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.wrap-sidenav .sidenav ul li::after{
	font-family: 'Roboto-Light';
	position: absolute;
	right: 0;
	top: 0;
	font-size: 22px;
	line-height: 72px;
	color: rgba(255,255,255,0.5);
	font-style: normal;
	content: "/";
}
.wrap-sidenav .sidenav ul li:last-child::after{
	display: none;
}
.wrap-sidenav .sidenav ul li a
{
    position: relative;
	background: rgba(0,0,0,0);
	display: inline-block;
	height: 72px;
	line-height: 72px;
	padding: 0 68px;
	font-size: 24px;
	color: #fff;
}


.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	color: #d1dc00;
	font-weight: bold;
	font-size: 26px;
}

@media (max-width: 1440px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 14px;
		padding: 0 18px;
		font-size: 18px;
		font-size: 24px;
	}
	.wrap-sidenav .sidenav ul li::after{
		right: -5px;
	}
}

@media (max-width: 1366px) {
	.wrap-sidenav .sidenav ul li a{
		padding: 0 10px;
		font-size: 12px;
		padding: 0 14px;
		font-size: 22px;
	}
	.wrap-sidenav .sidenav ul li.active a,
	.wrap-sidenav .sidenav ul li:hover a{
		font-size: 24px;
	}
}	
@media (max-width: 1199px) {
	
	.wrap-sidenav .sidenav{
		height: 48px;
	}
	.wrap-sidenav .sidenav ul{
	}
	.wrap-sidenav .sidenav ul li a {
	    height: 48px;
	    line-height: 48px;
	    padding: 0 20px;
	    font-size: 16px;
	    font-size: 18px;
	}
	.wrap-sidenav .sidenav ul li::after{
		height: 48px;
		line-height: 48px;
	}
	.wrap-sidenav .sidenav ul li.active a,
	.wrap-sidenav .sidenav ul li:hover a{
		font-size: 20px;
	}
	
}
@media (max-width: 991px) {
	
	.wrap-sidenav .sidenav{
		width: 100%;
	}
	.nav-top .address{
		display: none;
	}
	.wrap-sidenav .sidenav ul li a {
		padding: 0 15px;
	}
}
@media (max-width: 767px) {	
	
	.wrap-sidenav .sidenav{
		height: 48px;
	}
	.wrap-sidenav .sidenav ul{
		/* text-align: left; */
	}
	.wrap-sidenav .sidenav ul li a{
		 padding: 0 15px;
		 font-size: 14px;
	}
	.wrap-sidenav .sidenav ul li.active a,
	.wrap-sidenav .sidenav ul li:hover a{
		font-size: 16px;
	}
}

/*我们是谁 about*/
.title-in{
	float: left;
	width: 100%;
}
.title-in .title-in-span{
	float: left;
	width: 100%;
	text-align: center;
}
.title-in .title-in-span span{
	font-family: 'barlowcondensed-semibold';
	display: inline-block;
	line-height: 52px;
	font-size: 52px;
	margin: 0 17px;
	color: #010101;
	vertical-align: middle;
}
.title-in .title-in-span span:first-child{
	position: relative;
	width: 34px;
	height: 5px;
	margin-top: 8px;
	
}
.title-in .title-in-span span:first-child::after{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: #007b97;
	border-radius: 5px;
	content: "";
}
.title-in .title-in-span span:last-child{
	position: relative;
	width: 34px;
	height: 5px;
	margin-top: 8px;
}
.title-in .title-in-span span:last-child::after{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: #007b97;
	border-radius: 5px;
	content: "";
}

.wrap-development .title-in .title-in-span span{
	color: #fff;
}
.wrap-development .title-in .title-in-span span:first-child::after{
	background: #fff;
}
.wrap-development .title-in .title-in-span span:last-child::after{
	background: #fff;
}


.wrap-development{
	float: left;
	width: 100%;
	padding-bottom: 100px;
	padding-top: 94px;
	background: url(../image/ab-bg-3.jpg) no-repeat;
}
.wrap-development .development
{
	float: left;
	width: 100%;
    position: relative;
	margin-top: 80px;
}
.wrap-development .development .slick-initialized .slick-slide{
    position: relative;
    display: inline-block;
    float: none;
    padding-bottom: 48px;
    vertical-align: bottom;
}
.wrap-development .development .item{
    padding: 0 30px;
    border-bottom: 1px dashed #fff;
}
.wrap-development .development .item:after{
    display: block;
    width: 1px;
    height: 130px;
    content: '';
    border-left: 1px dashed #fff;
}
.wrap-development .development .item .note{
    padding-bottom: 20px;
    border-bottom: 3px solid #d1dc00;
}
.wrap-development .development .item .note h4{
    font-size: 24px;
    margin: 0 0 14px 0;
}
.wrap-development .development .item .note p{
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
}
.wrap-development .development .item h3{
	font-family: 'barlowcondensed-semibold';
    font-size: 34px;
    position: absolute;
    bottom: 0;
    left: 8px;
    color: #fff;
}
.wrap-development .development .item h3:before{
    position: absolute;
    top: -18px;
    left: 16px;
    display: block;
    width: 12px;
    height: 12px;
    content: '';
    border: 1px solid #d1dc00;
    border-radius: 50%;
    background-color: #d1dc00;
}
.wrap-development .slick-arrow{
    position: absolute;
    z-index: 9;
    bottom: 38px;
    left: -24px;
	width: 24px;
	height: 24px;
    cursor: pointer;
	background:#bbb url(../image/ab-jt.png) center no-repeat;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wrap-development .slick-arrow:hover{
	background-color: #007b97;
}
.wrap-development .slick-arrow.slick-next{
    right: -24px;
    left: auto;
	background:#bbb url(../image/ab-jt.png) center no-repeat;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}
.wrap-development .slick-arrow.slick-next:hover{
	background-color: #007b97;
}

@media (max-width: 1440px) {
	.title-in .title-in-span span {
		line-height: 40px;
		font-size: 40px;
		margin: 0 10px;
	}
	.title-in .title-in-span span:first-child {
		width: 28px;
		height: 4px;
		margin-top: 4px;
	}
	.title-in .title-in-span span:last-child {
		width: 28px;
		height: 4px;
		margin-top: 4px;
	}
	
	.wrap-development {
	    padding-bottom: 90px;
	    padding-top: 80px;
	}
	.wrap-development .development .item .note p{
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.title-in .title-in-span span {
		line-height: 24px;
		font-size: 24px;
		margin: 0 2px;
	}
	.title-in .title-in-span span:first-child {
	    width: 18px;
	    height: 2px;
	    margin-top: 0px;
	}
	.title-in .title-in-span span:last-child {
		width: 18px;
		height: 2px;
		margin-top: 0px;
	}
}



.about-1{
	float: left;
	width: 100%;
	padding: 80px 0;
}
.about-1-con{
	float: left;
	width: 100%;
	margin-top: 62px;
}
.about-1-con .about-1-left{
	float: left;
	width: 50.4%;
}
.about-1-con .about-1-left img{
	max-width: 100%;
}
.about-1-con .about-1-right{
	font-family: 'Roboto-Regular';
	float: left;
	width: 49.6%;
	padding-left: 3%;
	padding-top: 12px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.about-2{
	float: left;
	text-align: center;
	width: 100%;
	padding: 110px 7.8125% 114px 7.8125%;
	background: url(../image/ab-bg-1.jpg) no-repeat;
	background-size: cover!important;
}
.about-2 .about-2-li{
	vertical-align: top;
	display: inline-block;
		width: 20%;
	text-align: center;
	color: #fff;
}
.about-2 .about-2-li-1{
	display: inline-block;
	width: 100%;
	line-height: 80px;
	font-size: 80px;
	font-family: Impact;
}
.about-2 .about-2-li-2{
	font-family: 'Roboto-Regular';
	display: inline-block;
	
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 20px;
	margin-top: 13px;
}
.about-2 .about-2-li-2 p{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.about-3{
	float: left;
	width: 100%;
	padding: 103px 0 35px 0;
	background: url(../image/ab-bg-2.png) no-repeat;
}

.about-3 .about-3-span{
	float: left;
	width: 100%;
	text-align: center;
}
.about-3 .about-3-span span{
	font-family: 'Roboto-Bold';
	display: inline-block;
	padding: 0 30px;
	line-height: 58px;
	border-radius: 29px;
	font-size: 30px;
	color: #fff;
	background: #007b97;
}
.about-3 .about-3-list{
	float: left;
	width: 100%;
	margin-top: 16px;
}
.about-3 .about-3-li{
	float: left;
	width: 32.9%;
	height: 218px;
	margin-right: 0.65%;
	margin-top: 40px;
	border-radius: 5px;
	padding: 28px 1.7% 35px 1.7%;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-3 .about-3-li:nth-child(3n){
	margin-right: 0;
}
.about-3 .about-3-li .about-3-li-t{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 30px;
	color: #007b97;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-3 .about-3-li .about-3-li-p{
	/* font-family: 'Roboto-Light'; */
	font-family: 'Roboto-Regular';
	float: left;
	width: 100%;
	line-height: 28px;
	margin-top: 13px;
	font-size: 16px;
	color: #333;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-3 .about-3-li:hover{
	text-align: left;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.about-3 .about-3-li:hover .about-3-li-t{
	color: #d1dc00;
	font-size: 26px;
}
.about-4{
	float: left;
	width: 100%;
	padding-top: 72px;
}
.about-4-list{
	float: left;
	width: 100%;
	margin-top: 68px;
}
.about-4-list .about-4-li{
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
}
.about-4-list .about-4-li:nth-child(4n){
	margin-right: 0;
}
.about-4-list .about-4-li .about-4-li-t{
	font-family: 'Roboto-Regular';
	float: left;
	width: 100%;
	padding: 22px 0;
	line-height: 24px;
	font-size: 22px;
	background: #007b97;
	color: #fff;
	text-align: center;
}

.about-4-list .about-4-li .about-4-li-d{
	float: left;
	width: 100%;
	margin-top: 12px;
	background: #007b97;
	color: #fff;
}
.about-4-list .about-4-li .about-4-li-d .about-4-li-pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.about-4-list .about-4-li .about-4-li-d .about-4-li-pic img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.about-4-list .about-4-li:hover .about-4-li-d .about-4-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.about-4-list .about-4-li .about-4-li-d .about-4-li-ul{
	float: left;
	width: 100%;
	height: 238px;
	padding: 12px 18px 0 18px;
}
.about-4-list .about-4-li .about-4-li-d .about-4-li-ul .about-4-li-ul-p{
	float: left;
	width: 100%;
	margin-top: 16px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	font-size: 17px;
}
.about-4-list .about-4-li .about-4-li-d .about-4-li-ul .about-4-li-ul-p::after{
	position: absolute;
	left: 0;
	top: 11px;
	width: 8px;
	height: 8px;
	background: #d1dc00;
	border-radius: 100%;
	content: "";
}
.about-4-list .about-4-li:nth-child(2n) .about-4-li-t{
	background: #d1dc00;
	color: #007b97;
}
.about-4-list .about-4-li:nth-child(2n) .about-4-li-d{
	background: #d1dc00;
	color: #007b97;
}
.about-4-list .about-4-li:nth-child(2n) .about-4-li-d .about-4-li-ul .about-4-li-ul-p::after{
	background: #007b97;
}
.about-5{
	float: left;
	width: 100%;
	padding: 80px 0 0 0;
}
.about-5-list{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.about-5-list .about-5-li{
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 43px;
}
.about-5-list .about-5-li:nth-child(3n){
	margin-right: 0;
}

.about-5-list .about-5-li a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	
	position: relative;
	height: 0;
	padding-bottom: 61.71548117154812%;
}
.about-5-list .about-5-li a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-5-list .about-5-li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.about-6{
	float: left;
	width: 100%;
	padding: 90px 0 106px 0;
}
.about-6-list{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.about-6-list .slick-slide{
	outline: none;
}

.about-6-list .about-6-li{
	float: left;
	width: 16%;
	/* margin-right: 5%; */
	padding: 0 2%;
	margin-top: 36px;
}
.about-6-list .about-6-li:nth-child(5n){
	margin-right: 0;
}
.about-6-list .about-6-li a{
	display:inline-block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #007b97;
	position: relative;
	height: 0;
	margin: 3px 0;
	padding-bottom: 46.63865546218487%;
	outline: none;
}
.about-6-list .about-6-li a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.about-6-list .about-6-li a:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 1440px) {
	.about-1 {
	    padding: 50px 0;
	}
	.about-1-con {
	    margin-top: 42px;
	}
	.about-1-con .about-1-right {
	    padding-left: 2%;
	    padding-top: 12px;
	    line-height: 28px;
	    font-size: 16px;
	}
	.about-2 {
	    padding: 70px 5% 74px 5%;
	}
	.about-2 .about-2-li-1 {
	    line-height: 54px;
	    font-size: 54px;
	}
	.about-2 .about-2-li-2 {
	    height: 40px;
	    line-height: 20px;
	    font-size: 16px;
	    margin-top: 4px;
	}
	.about-3 {
	    padding: 83px 0 34px 0;
	}
	.about-4-list .about-4-li .about-4-li-t {
	    padding: 18px 0;
	    line-height: 22px;
	    font-size: 18px;
	}
	.about-4-list .about-4-li .about-4-li-d .about-4-li-ul .about-4-li-ul-p {
	    margin-top: 12px;
	    line-height: 28px;
	    font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.about-1 {
	    padding: 40px 0;
	}
	.about-1-con {
	    margin-top: 32px;
	}
	.about-1-con .about-1-right {
	    padding-top: 0px;
	    line-height: 24px;
	    font-size: 14px;
	}
	.about-2 {
	    padding: 50px 3% 44px 3%;
	}
	.about-2 .about-2-li-1 {
	    line-height: 36px;
	    font-size: 36px;
	}
	.about-2 .about-2-li-2 {
	    height: 36px;
	    line-height: 18px;
	    font-size: 14px;
	}
	.about-3 {
	    padding: 43px 0 24px 0;
	}
	.about-3 .about-3-li{
		width: 49%;
		margin-right: 2%;
	}
	.about-3 .about-3-li:nth-child(3n){
		margin-right: 2%;
	}
	.about-3 .about-3-li:nth-child(2n){
		margin-right: 0;
	}
	.wrap-development .development .item .note p {
	    font-size: 14px;
	}
	.about-4 {
	    padding-top: 42px;
	}
	.about-4-list {
	    margin-top: 48px;
	}
	.about-4-list .about-4-li .about-4-li-t {
	    padding: 15px 0;
	    line-height: 20px;
	    font-size: 16px;
	}
	.about-4-list .about-4-li {
	    width: 23.2%;
	    margin-right: 2.4%;
	}
	.about-4-list .about-4-li .about-4-li-d .about-4-li-ul {
	    height: 238px;
	    padding: 6px 10px 0 10px;
	}
	.about-4-list .about-4-li .about-4-li-d .about-4-li-ul .about-4-li-ul-p {
	    margin-top: 10px;
	    line-height: 24px;
	    font-size: 15px;
	}
	.about-4-list .about-4-li .about-4-li-d .about-4-li-ul .about-4-li-ul-p::after{
		top: 8px;
	}
	.about-5 {
	    padding: 60px 0 0 0;
	}
	.about-5-list .about-5-li {
	    margin-top: 23px;
	}
	.about-6 {
	    padding: 50px 0 66px 0;
	}
	.about-6-list {
	    margin-top: 10px;
	}
	.about-6-list .about-6-li {
	    width: 18%;
	    margin-right: 2.5%;
	    margin-top: 20px;
	}
	.about-6-list .about-6-li:nth-child(5n) {
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.about-1-con .about-1-left{
		width: 100%;
	}
	.about-1-con .about-1-right{
		padding-top: 20px;
		width: 100%;
	}
	.about-3 {
		padding: 33px 0 24px 0;
	}
	.about-3 .about-3-span span {
	    padding: 0 24px;
	    line-height: 48px;
	    border-radius: 24px;
	    font-size: 24px;
	}
	
	.about-3 .about-3-li{
		margin-top: 20px;
		height: 180px;
		padding: 18px 1.5% 18px 1.5%;
	}
	.about-3 .about-3-li .about-3-li-t {
	    line-height: 24px;
	    font-size: 24px;
	}
	.about-3 .about-3-li .about-3-li-p {
	    line-height: 24px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	
	.about-3 .about-3-li:hover{
		text-align: center;
		background: none;
		box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
	}
	.about-3 .about-3-li:hover .about-3-li-t{
		color: #007b97;
		font-size: 24px;
	}
	.wrap-development {
	    padding-bottom: 50px;
	    padding-top: 40px;
	}
	.wrap-development .development{
		margin-top: 30px;
	}
	.wrap-development .slick-arrow{
		left: -10px;
	}
	.wrap-development .slick-arrow.slick-next{
		right: -10px;
	}
	.about-4-list .about-4-li{
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}
	.about-4-list .about-4-li:nth-child(2n){
		margin-right: 0%;
	}
	.about-4-list {
	    margin-top: 24px;
	}
	.about-5 {
	    padding: 40px 0 0 0;
	}
	.about-5-list .about-5-li {
	    width: 48%;
	    margin-right: 4%;
	}
	.about-5-list .about-5-li:nth-child(3n) {
		margin-right: 4%;
	}
	.about-5-list .about-5-li:nth-child(2n) {
		margin-right: 0;
	}
	.about-6 {
	    padding: 30px 0 46px 0;
	}
	.about-6-list .about-6-li {
	    width: 48%;
	    margin-right: 4%;
	    margin-top: 20px;
	}
	.about-6-list .about-6-li:nth-child(5n) {
		margin-right: 4%;
	}
	.about-6-list .about-6-li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.about-1 {
	    padding: 20px 0;
	}
	.about-1-con {
	    margin-top: 15px;
	}
	.about-2 {
	    padding: 30px 2% 15px 2%;
		text-align: center;
	}
	.about-2 .about-2-li{
		float: none;
		display: inline-block;
		width: 49%;
		margin: 5px 0;
	}
	.about-2 .slick-dots{
		float: left;
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
	.about-2 .slick-dots li{
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 2px;
		border-radius: 100%;
		background: #eee;
	}
	.about-2 .slick-dots li button{
		display: none;
	}
	.about-2 .slick-dots li.slick-active{
		background: #007b97;
	}
	.about-3 {
	    padding: 15px 0 15px 0;
	}
	.about-3 .about-3-span span {
	    padding: 0 12px;
	    line-height: 36px;
	    border-radius: 18px;
	    font-size: 18px;
	}
	.about-3 .about-3-list{
		margin-top: 0;
	}
	.about-3 .about-3-li {
		width: 100%;
		margin-right: 0;
	    margin-top: 20px;
	    height: auto;
	    padding: 0px 0% 0px 0%;
	}
	.about-3 .about-3-li .about-3-li-t {
	    line-height: 18px;
	    font-size: 18px;
	}
	.about-4 {
	    padding-top: 24px;
	}
	.about-4-list {
	    margin-top: 0px;
	}
	.about-4-list .about-4-li {
	    width: 100%;
	    margin-right: 0%;
	    margin-top: 20px;
	}
	.about-4-list .about-4-li .about-4-li-d .about-4-li-ul{
		height: auto;
		padding: 5px 3% 15px 3%;
	}
	.about-4-list .about-4-li .about-4-li-t {
	    padding: 10px 0;
	}
	.about-4-list .about-4-li .about-4-li-d{
		margin-top: 5px;
	}
	.about-5-list .about-5-li {
	    width: 100%;
	    margin-right: 0%;
		margin-top: 15px;
	}
	.about-6 {
	    padding: 20px 0 26px 0;
	}
	.about-6-list .about-6-li{
		margin-top: 10px;
	}
}




/*国内外分销 distribution*/
.distribution-1{
	float: left;
	width: 100%;
	padding: 80px 0 102px 0;
	font-family: 'Roboto-Regular';
}
.dis1-1{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.dis1-1 .dis1-1-span{
	float: left;
	width: 100%;
}
.dis1-1 .dis1-1-span span{
	display: inline-block;
	line-height: 70px;
	border-radius: 35px;
	padding: 0 28px;
	font-size: 34px;
	background: #007b97;
	color: #fff;
}
.dis1-1 .dis1-1-p{
	float: left;
	width: 100%;
	margin-top: 30px;
	line-height: 36px;
	font-size: 18px;
	padding: 0 2.6% 0 1.8%;
	color: #333;
}

.dis1-2{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.dis1-2 .dis1-2-left{
	float: left;
	width: 55.6%;
}
.dis1-2 .dis1-2-left img{
	max-width: 100%;
}
.dis1-2 .dis1-2-right{
	float: left;
	width: 44.4%;
	padding: 0 0.6% 0 3.8%;
}
.dis1-2 .dis1-2-right .dis1-2-ri-top{
	float: left;
	width: 100%;
	padding: 14px 0 38px 0;
	border-bottom: 1px solid #dcdcdc;
}
.dis1-2 .dis1-2-right .dis1-2-ri-top .dis1-2-ri-t-1{
	float: left;
	width: 50%;
}
.dis1-2 .dis1-2-right .dis1-2-ri-top .dis1-2-ri-t-1 .dis1-2-ri-t-1-title{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 28px;
	color: #010101;
}
.dis1-2 .dis1-2-right .dis1-2-ri-top .dis1-2-ri-t-1 .dis1-2-ri-t-1-p{
	float: left;
	width: 100%;
	line-height: 30px;
	margin-top: 17px;
	font-size: 26px;
	color: #007b97;
}

.dis1-2 .dis1-2-right .dis1-2-ri-bot{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list{
	float: left;
	width: 100%;
}

.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li{
	float: left;
	width: 46%;
	padding-left: 84px;
	margin-top: 32px;
	position: relative;
}
.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li:nth-child(odd){
	width: 54%;
}
.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li > img{
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
	height: 84px;
}
.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li .dis1-2-ri-bot-li-p{
	float: left;
	width: 100%;
	padding: 8px 3.3% 0 9.2%;
	font-size: 26px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}

.bgf8-1{
	background: #f8f8f8;
	position: relative;
	overflow: hidden;
}
.dis2-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 46.9%;
}
.distribution-2{
	font-family: 'Roboto-Light';
	float: right;
	width: 52.2%;
	padding: 68px 0 70px 0;
}

.dis2-top{
	float: left;
	width: 100%;
}
.dis2-top .dis2-top-t{
	font-family: 'barlowcondensed-semibold';
	float: left;
	width: 100%;
	line-height: 50px;
	margin-bottom: 15px;
	font-size: 54px;
	color: #007b97;
}
.dis2-p{
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 30px;
}
.dis2-top .dis2-top-pic{
	float: left;
	width: 100%;
	padding: 44px 0 52px 0;
	margin-bottom: 33px;
	border-bottom: 1px solid #7cb9c7;
}
.dis2-top .dis2-top-pic img{
	max-width: 100%;
}
.dis2-bot{
	float: left;
	width: 100%;
}

.distribution-3{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	padding: 64px 0 95px 0;
}
.dis-3{
	float: left;
	width: 100%;
	margin-top: 60px;
	background: #f8f8f8;
}
.dis-3-txt{
	float: left;
	width: 43.4%;
	padding: 60px 3.8% 0 3.3%;
}
.dis-3-txt ul{
	float: left;
	width: 100%;
}
.dis-3-txt ul li{
	float: left;
	width: 100%;
	position: relative;
	color: #000;
	margin-top: 20px;
	line-height: 30px;
	font-size: 18px;
	padding-left: 24px;
}
.dis-3-txt ul li::after{
	position: absolute;
	left: 0;
	top: 10px;
	width: 9px;
	height: 9px;
	background: #007b97;
	content: "";
}
	

.dis-3-pic{
	float: left;
	width: 56.6%;
}
.dis-3-pic .dis-span{
	font-family: 'Roboto-Bold';
	position: absolute;
	left: 28px;
	bottom: 23px;
	display: inline-block;
	min-width: 92px;
	line-height: 52px;
	padding: 0 12px;
	border-radius: 10px;
	font-size: 30px;
	color: #fff;
	background: #007b97;
	text-align: center;
}
.dis-3-pic .dis-3-pic-t{
	float: left;
	width: 100%;
	position: relative;
	
	overflow: hidden;
	height: 0;
	padding-bottom: 38.86925795053004%;
}

.dis-3-pic .dis-3-pic-t img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.dis-3-pic .dis-3-pic-t:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
	


.dis-3-pic .dis-3-pic-d{
	float: left;
	width: 100%;
}
.dis-3-pic .dis-3-pic-d .dis-3-pic-d-1{
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	
	display: block;
	height: 0;
	padding-bottom: 38.86925798053004%;
}
.dis-3-pic .dis-3-pic-d .dis-3-pic-d-1 img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.dis-3-pic .dis-3-pic-d .dis-3-pic-d-1:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1440px) {
	.distribution-1 {
	    padding: 60px 0 82px 0;
	}
	.dis1-1 {
	    margin-top: 40px;
	}
	.dis1-1 .dis1-1-span span {
	    line-height: 52px;
	    border-radius: 26px;
	    padding: 0 18px;
	    font-size: 24px;
	}
	.dis1-1 .dis1-1-p {
	    margin-top: 30px;
	    line-height: 36px;
	    font-size: 18px;
	    padding: 0 2.6% 0 1.8%;
	}
	.dis1-2 .dis1-2-right {
	    padding: 0 0% 0 3%;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-top .dis1-2-ri-t-1 .dis1-2-ri-t-1-title {
	    line-height: 28px;
	    font-size: 24px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-top .dis1-2-ri-t-1 .dis1-2-ri-t-1-p {
	    line-height: 28px;
	    margin-top: 10px;
	    font-size: 20px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-top {
	    padding: 10px 0 20px 0;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li{
		margin-top: 15px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li .dis1-2-ri-bot-li-p {
	    padding: 10px 3% 18px 6%;
	    font-size: 20px;
	}
}
@media (max-width: 1440px) {
	.distribution-2 {
		width: 50%;
		padding: 38px 0 40px 0;
	}
	.dis2-top .dis2-top-t {
	    line-height: 48px;
	    margin-bottom: 8px;
	    font-size: 42px;
	}
	.dis2-p {
	    font-size: 16px;
	    line-height: 28px;
	}
	.dis2-top .dis2-top-pic {
	    padding: 24px 0 32px 0;
	    margin-bottom: 24px;
	}
	.dis-3-txt {
	    padding: 40px 3% 0 3%;
	}
}
@media (max-width: 1199px) {
	.dis1-2 .dis1-2-right .dis1-2-ri-top .dis1-2-ri-t-1 .dis1-2-ri-t-1-title {
		line-height: 24px;
		font-size: 18px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-top .dis1-2-ri-t-1 .dis1-2-ri-t-1-p {
	    line-height: 24px;
	    margin-top: 6px;
	    font-size: 18px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot{
		margin-top: 0;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li .dis1-2-ri-bot-li-p{
		font-size: 16px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li .dis1-2-ri-bot-li-p {
	    padding: 20px 2% 28px 4%;
	    font-size: 15px;
		line-height: 24px;
	}
	.distribution-2 {
	    padding: 18px 0 20px 0;
	}
	.dis2-top .dis2-top-t {
	    line-height: 36px;
	    margin-bottom: 4px;
	    font-size: 32px;
	}
	.dis2-p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.dis2-top .dis2-top-pic {
	    padding: 10px 0 10px 0;
	    margin-bottom: 10px;
	}
	.distribution-3 {
	    padding: 34px 0 45px 0;
	}
	.dis-3{
		margin-top: 30px;
	}
	.dis-3-txt {
	    padding: 5px 2% 0 2%;
	}
	.dis-3-txt ul li {
	    margin-top: 5px;
	    line-height: 24px;
	    font-size: 16px;
		padding-left: 18px;
	}
	.dis-3-txt ul li::after {
	    top: 9px;
	    width: 6px;
	    height: 6px;
	}
	.dis-3-pic .dis-span {
	    left: 2%;
	    bottom: 10px;
	    min-width: 78px;
	    line-height: 40px;
	    padding: 0 8px;
	    border-radius: 6px;
	    font-size: 18px;
	}
}
@media (max-width: 991px) {
	.distribution-1 {
		padding: 30px 0 42px 0;
	}
	.dis1-1 {
	    margin-top: 20px;
	}
	.dis1-1 .dis1-1-span span {
	    line-height: 40px;
	    border-radius: 20px;
	    padding: 0 14px;
	    font-size: 20px;
	}
	.dis1-1 .dis1-1-p {
	    margin-top: 20px;
	    line-height: 32px;
	    font-size: 16px;
	    padding: 0 2% 0 2%;
	}
	.dis1-2{
		margin-top: 20px;
	}
	.dis1-2 .dis1-2-left{
		width: 100%;
	}
	.dis1-2 .dis1-2-right{
		width: 100%;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-top {
	    padding: 20px 0 20px 0;
	}
	.dis2-img{
		position: relative;
		width: 100%;
	}
	.distribution-2{
		width: 100%;
	}
	.dis-3-txt{
		width: 100%;
		padding-bottom: 20px;
	}
	.dis-3-pic{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.distribution-1 {
	    padding: 20px 0 22px 0;
	}
	.dis1-1 .dis1-1-span span {
		line-height: 36px;
		border-radius: 18px;
		padding: 0 12px;
		font-size: 16px;
	}
	.dis1-1 .dis1-1-p {
	    margin-top: 10px;
	    line-height: 24px;
	    font-size: 14px;
	    padding: 0 0% 0 0%;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li{
		padding-left: 60px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li > img{
		width: 60px;
		height: 60px;
	}
	.dis1-2 .dis1-2-right .dis1-2-ri-bot .dis1-2-ri-bot-list .dis1-2-ri-bot-li .dis1-2-ri-bot-li-p {
	    padding: 10px 2% 10px 4%;
	    font-size: 14px;
	    line-height: 20px;
	}
	.distribution-2 {
	    padding: 15px 0 15px 0;
	}
	.dis2-top .dis2-top-t {
	    line-height: 30px;
	    margin-bottom: 4px;
	    font-size: 24px;
	}
	.distribution-3 {
	    padding: 20px 0 15px 0;
	}
	.dis-3 {
	    margin-top: 15px;
	}
	.dis-3-txt{
		padding-bottom: 10px;
	}
	.dis-3-pic .dis-span {
	    left: 6px;
	    bottom: 6px;
	    min-width: 58px;
	    line-height: 32px;
	    padding: 0 8px;
	    border-radius: 6px;
	    font-size: 14px;
	}
	.dis-3-pic .dis-3-pic-d .dis-3-pic-d-1{
		width: 100%;
		padding-bottom: 77.830188679224528%;
	}
}

/*honor 荣誉*/
.honor{
	float: left;
	width: 100%;
	padding: 80px 0 100px 0;
}

.honor-list{
	float: left;
	width: 100%;
}
.honor-list ul{
	float: left;
	width: 100%;
}
.honor-list ul li{
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 50px;
}
.honor-list ul li:nth-child(3n){
	margin-right: 0%;
}
.honor-list ul li a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	
	position: relative;
	height: 0;
	padding-bottom: 61.68421052631579%;
}

.honor-list ul li a img{
	
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.honor-list ul li:hover a img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.honor-list ul li p{
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	margin-top: 20px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: 'Roboto-Light';
}
@media (max-width: 1440px) {
	.honor {
	    padding: 60px 0 80px 0;
	}
}
@media (max-width: 1199px) {
	.honor {
	    padding: 30px 0 40px 0;
	}
	.honor-list ul li{
		margin-top: 30px;
	}
	.honor-list ul li p {
	    height: 20px;
	    line-height: 20px;
	    font-size: 18px;
	    margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.honor-list ul{
		padding-bottom: 20px;
	}
	.honor-list ul li{
		width: 100%;
		margin-top: 20px;
	}
	.honor-list ul li p {
	    height: 18px;
	    line-height: 18px;
	    font-size: 16px;
	    margin-top: 10px;
	}
}



/*产品中心*/
.product{
	float: left;
	width: 100%;
	padding: 78px 0 118px 0;
}
.product .pro-class{
	float: left;
	width: 18.6%;
}
.product .pro-class .pro-class-1{
	float: left;
	width: 100%;
	margin-top: -10px;
}
.product .pro-class .pro-class-1 > li{
	float: left;
	width: 100%;
	margin-top: 13px;
}
.product .pro-class .pro-class-1 > li > a{
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 12px 4%;
	font-size: 20px;
	border-radius: 15px;
	color: #fff;
	background: #007b97;
	text-align: center;
}
.product .pro-class .pro-class-1 > li > a:hover{
	opacity: 0.9;
}

.product .pro-class .pro-class-1 > li .pro-class-2{
	float: left;
	width: 100%;
	padding: 20px 0 8px 0;
	display: none;
}

.product .pro-class .pro-class-1 > li.active .pro-class-2{
	display: block;
}

.product .pro-class .pro-class-1 > li .pro-class-2 > li{
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #c0c0c0;
}
.product .pro-class .pro-class-1 > li .pro-class-2 > li:last-child{
	padding-bottom: 0;
	border-bottom: 0px dashed #c0c0c0;
}
.product .pro-class .pro-class-1 > li .pro-class-2 > li:first-child{
	padding-top: 0;
}
.product .pro-class .pro-class-1 > li .pro-class-2 > li a{
	float: left;
	width: 100%;
	padding-left: 30px;
	font-size: 20px;
	color: #333;
	position: relative;
}
.product .pro-class .pro-class-1 > li .pro-class-2 > li:hover a,
.product .pro-class .pro-class-1 > li .pro-class-2 > li.active a{
	color: #007b97;
}
.product .pro-class .pro-class-1 > li .pro-class-2 > li a::after{
	position: absolute;
	left: 10px;
	top: 8px;
	width: 8px;
	height: 8px;
	background: #d1dc00;
	border-radius: 2px;
	content: "";
}

.product .pro-list{
	float: right;
	width: 78%;
}
.product .pro-list ul{
	float: left;
	width: 100%;
	margin-top: -58px;
}
.product .pro-list ul li{
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	margin-top: 58px;
}
.product .pro-list ul li:nth-child(3n){
	margin-right: 0;
}
.product .pro-list ul li a{
	display: inline-block;
	float: left;
	width: 100%;
	
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 74.05405405405405%;
}
.product .pro-list ul li a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.product .pro-list ul li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .pro-list ul li p{
	float: left;
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 18px;
	border-bottom: 2px solid #eee;
	text-align: center;
	color: #010101;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.product .pro-list ul li:hover p{
	background: #007b97;
	color: #fff;
    border-bottom-color: #007b97;	
}
@media (max-width: 1440px) {
	.product {
		padding: 48px 0 68px 0;
	}
}
@media (max-width: 1199px) {
	.product .pro-class .pro-class-1 > li > a {
		line-height: 20px;
		padding: 8px 3%;
		font-size: 16px;
		border-radius: 10px;
	}
	.product .pro-class .pro-class-1 > li .pro-class-2 {
	    padding: 8px 0 8px 0;
	}
	.product .pro-class .pro-class-1 > li .pro-class-2 > li{
		padding: 10px 0;
	}
	.product .pro-class .pro-class-1 > li .pro-class-2 > li a {
	    padding-left: 24px;
	    font-size: 14px;
	}
	.product .pro-class .pro-class-1 > li .pro-class-2 > li a::after {
	    left: 12px;
	    top: 6px;
	    width: 6px;
	    height: 6px;
	}
	.product .pro-list ul li{
		margin-top: 24px;
	}
	.product .pro-list ul li p {
	    height: 48px;
	    line-height: 48px;
	    font-size: 15px;
	}
}
@media (max-width: 767px) {
	.pro-class{
		display: none;
	}
	.product .pro-list{
		width: 100%;
		margin-top: 0px;
	}
	.product .pro-list ul {
	    margin-top: -0px;
	}
	.product .pro-list ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.product {
	    padding: 15px 0 20px 0;
	}
	
}


/*产品详情 product-details*/
.product-details{
	float: left;
	width: 100%;
	padding: 78px 0 150px 0;
}

.prode-con{
	float: right;
	width: 78%;
}
.prode-1{
	float: left;
	width: 100%;
	padding-bottom: 52px;
	border-bottom: 1px dashed #d1dc00;
}
.prode-1 .prode-1-left{
	float: left;
	width: 50.7%;
	border: 4px solid #7fbdcb;
}
.prode-1 .prode-1-left img{
	max-width: 100%;
}
.prode-1 .prode-1-right{
	float: left;
	width: 49.3%;
	padding-left: 3.9%;
}
.prode-1 .prode-1-right .prode-1-ri-t{
	float: left;
	width: 100%;
	line-height: 32px;
	padding: 5px 0 16px 0;
	font-size: 32px;
	border-bottom: 1px solid #dcdcdc;
	font-family: 'Roboto-Bold';
}
.prode-1 .prode-1-right .prode-1-ri-p{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 32px;
	padding-top: 18px;
}
.prode-1 .prode-1-right .prode-1-ri-a{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.prode-1 .prode-1-right .prode-1-ri-a a{
	display: inline-block;
	padding: 0 26px;
	line-height: 52px;
	border-radius: 26px;
	font-size: 24px;
	background: #007b97;
	color: #fff;
}
.prode-1 .prode-1-right .prode-1-ri-a a:hover{
	opacity: 0.9;
}

.prode-2{
	float: left;
	width: 100%;
	padding-top: 50px;
}
.prode-2 .prode-2-t{
	float: left;
	width: 100%;
	line-height: 34px;
	font-size: 34px;
	color: #010101;
	font-weight: bold;
}
.prode-2 .prode-2-table{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.prode-2 .prode-2-table table{
	width: 100%;
}
.prode-2 .prode-2-table table tr{
	width: 100%;
}
.prode-2 .prode-2-table table tr th{
	font-family: 'Roboto-Light';
	background: #007b97;
	color: #fff;
	
}
.prode-2 .prode-2-table table tr th,
.prode-2 .prode-2-table table tr td{
	border: 1px solid #d5d5d5;
	font-size: 16px;
	padding: 14px 10px;
	text-align: center;
}

.prode-2 .prode-2-table table tr .th1{
	width: 7.4%;
}
.prode-2 .prode-2-table table tr .th2{
	width: 20%;
}
.prode-2 .prode-2-table table tr .th3{
	width: 10.4%;
}
.prode-2 .prode-2-table table tr .th4{
	width: 11%;
}
.prode-2 .prode-2-table table tr .th5{
	width: 12.6%;
}
.prode-2 .prode-2-table table tr .th6{
	width: 5.7%;
}
.prode-2 .prode-2-table table tr .th7{
	width: 9.7%;
}
.prode-2 .prode-2-table table tr .th8{
	width: 23.2%;
}

.prode-2 .prode-2-table table tr td{
	/* font-family: 'Roboto-Light'; */
	vertical-align: top;
}
.prode-2 .prode-2-table table tr td:last-child{
	padding-left: 1%;
	padding-right: 1%;
}
.prode-2 .prode-2-table table tr td p{
	text-align: left;
	padding-left: 14px;
	position: relative;
}
.prode-2 .prode-2-table table tr td p::after{
	position: absolute;
	left: 0;
	top: 8px;
	line-height: 26px;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #007b97;
	content: "";
}

@media (max-width: 1600px) {
	.prode-2 .prode-2-table{
		width: 100%;
		overflow-x: auto;
	}
	.prode-2 .prode-2-table .table-box{
		width: 1400px;
	}
}


@media (max-width: 1440px) {
	.product-details {
	    padding: 48px 0 100px 0;
	}
	.prode-1 .prode-1-right .prode-1-ri-t {
	    line-height: 28px;
	    padding: 5px 0 10px 0;
	    font-size: 24px;
	}
	.prode-1 .prode-1-right .prode-1-ri-p {
	    font-size: 16px;
	    line-height: 28px;
	    padding-top: 12px;
	}
	.prode-1 .prode-1-right .prode-1-ri-a a {
	    padding: 0 20px;
	    line-height: 48px;
	    border-radius: 24px;
	    font-size: 20px;
	}
	.prode-2 {
	    padding-top: 30px;
	}
	.prode-2 .prode-2-t {
	    line-height: 28px;
	    font-size: 28px;
	}
}
@media (max-width: 1199px) {
	.prode-1 .prode-1-right {
		padding-left: 2%;
	}
	.prode-1 .prode-1-right .prode-1-ri-t {
	    line-height: 24px;
	    padding: 4px 0 4px 0;
	    font-size: 20px;
	}
	.prode-1 .prode-1-right .prode-1-ri-p {
	    font-size: 14px;
	    line-height: 24px;
	    padding-top: 6px;
	}
	.prode-1 .prode-1-right .prode-1-ri-a {
	    margin-top: 10px;
	}
	.prode-1 .prode-1-right .prode-1-ri-a a {
	    padding: 0 16px;
	    line-height: 36px;
	    border-radius: 18px;
	    font-size: 18px;
	}
	.prode-1{
		padding-bottom: 36px;
	}
	.prode-2 {
	    padding-top: 20px;
	}
	.prode-2 .prode-2-t {
	    line-height: 24px;
	    font-size: 24px;
	}
	.prode-2 .prode-2-table {
	    margin-top: 18px;
	}
}
@media (max-width: 991px) {
	
	
	.prode-2 .prode-2-table table tr .th8 {
	    width: 19.2%;
	}
	.prode-2 .prode-2-table table tr .th6 {
	    width: 9.7%;
	}
	.prode-2 .prode-2-table table tr th, 
	.prode-2 .prode-2-table table tr td{
		padding: 5px 2%;
		font-size: 14px;
	}
}
@media (max-width: 767px) {
	.product-details {
	    padding: 12px 0 12px 0;
	}
	.prode-con{
		width: 100%;
		padding-left: 0;
	}
	.prode-1 {
	    padding-bottom: 12px;
	}
	.prode-1 .prode-1-left{
		width: 100%;
	}
	.prode-1 .prode-1-right{
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
}
/*Stay professional */                                      
.stay-1{
	float: left;
	width: 100%;
	margin-top: 46px;
}
.stay-1 ul{
	width: 100%;
	float: left;
}
.stay-1 ul li{
	float: left;
	width: 31.3%;
	margin-right: 3.05%;
	margin-top: 40px;
}
.stay-1 ul li:nth-child(3n){
	margin-right: 0;
}
.stay-1 ul li a{
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 65.95744680851064%;
}
.stay-1 ul li a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}	
.stay-1 ul li:hover a img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.stay-1 ul li p{
	float: left;
	width: 100%;
	height: 72px;
	line-height: 72px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background: #007b97;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.stay-2{
	float: left;
	width: 100%;
	padding: 84px 0 102px 0;
}
.stay-2 .stay-2-p{
	float: left;
	width: 100%;
	padding: 24px 0 42px 0;
	font-size: 18px;
	line-height: 36px;
	color: #333;
	text-align: center;
}
.stay-2 .stay-2-pic{
	float: left;
	width: 100%;
}
.stay-2 .stay-2-pic a{
	float: left;
	width: 18.2%;
	margin-right: 2.25%;
	margin-top: 30px;
	border: 1px solid #d8d8d8;
	
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 10.266666666667%;
}
.stay-2 .stay-2-pic a:nth-child(5n){
	margin-right: 0%;
}
.stay-2 .stay-2-pic a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.stay-2 .stay-2-pic a:hover img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}	 
.stay-3{
	float: left;
	width: 100%;
	/* background: url(../images/server/img-9.jpg) no-repeat; */
}	
.stay-3 .stay-3-ul{
	float: left;
	width: 100%;
}
.stay-3 .stay-3-ul .stay-3-li{
	float: left;
	width: 33.33%;
	padding: 100px 0 108px 0;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.6);
}
.stay-3 .stay-3-ul .stay-3-li:last-child{
	border-right-width: 0px;
}
.stay-3 .stay-3-ul .stay-3-li img{}
.stay-3 .stay-3-ul .stay-3-li p{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 32px;
	line-height: 32px;
	color: #fff;
}
	
.stay-4{
	float: left;
	width: 100%;
	padding: 50px 0 116px 0;
}	
.stay-4 .stay-4-down{
	float: left;
	width: 100%;
}	

.stay-4 .stay-4-down .stay-4-ul{
	float: left;
	width: 33.33%;
	padding: 0 10px;
}
.stay-4 .stay-4-down .stay-4-li{
	float: left;
	width: 48.3%;
	margin-right: 3.4%;
	margin-top: 42px;
	padding: 13px 0;
	border: 1px solid #dadada;
}
.stay-4 .stay-4-down .stay-4-li:nth-child(2n){
	margin-right: 0%;
}	
.stay-4 .stay-4-down .stay-4-li .stay-4-li-t{
	float: left;
	width: 74.5%;
	padding-left: 85px;
	position: relative;
}
.stay-4 .stay-4-down .stay-4-li .stay-4-li-t img{
	position: absolute;
	left: 20px;
	top: 4px;
}
.stay-4 .stay-4-down .stay-4-li .stay-4-li-t a{
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	padding-left: 28px;
	border-left: 1px solid #dadada;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.stay-4 .stay-4-down .stay-4-li .stay-4-li-a{
	float: left;
	width: 25.5%;
	height: 50px;
	position: relative;
}
.stay-4 .stay-4-down .stay-4-li .stay-4-li-a .a1{
	position: absolute;
	top: 10px;
	right: 64px;
	width: 26px;
	height: 26px;
	background: url(../image/ico-5.png) no-repeat;
}
.stay-4 .stay-4-down .stay-4-li .stay-4-li-a .a1:hover{
	background: url(../image/ico-5-h.png) no-repeat;
}
.stay-4 .stay-4-down .stay-4-li .stay-4-li-a .a2{
	position: absolute;
	top: 10px;
	right: 20px;
	width: 26px;
	height: 26px;
	background: url(../image/ico-6.png) no-repeat;
}
.stay-4 .stay-4-down .stay-4-li .stay-4-li-a .a2:hover{
	background: url(../image/ico-6-h.png) no-repeat;
}
.stay-4 .stay-4-down .stay-4-li:hover .stay-4-li-t a{
	color: #007b97;
} 


@media (max-width: 1440px) {
	.stay-1 {
		margin-top: 26px;
	}
	.stay-1 ul li p {
	    height: 60px;
	    line-height: 60px;
	    font-size: 20px;
	}
	.stay-2 {
	    padding: 54px 0 62px 0;
	}
	.stay-2 .stay-2-p {
	    padding: 12px 0 24px 0;
	    font-size: 16px;
	    line-height: 32px;
	}
	.stay-3 .stay-3-ul .stay-3-li p {
	    margin-top: 15px;
	    font-size: 24px;
	    line-height: 24px;
	}
	.stay-4 {
	    padding: 30px 0 66px 0;
	}
	
}
@media (max-width: 1199px) {
	.stay-1 ul li {
	    margin-top: 20px;
	}
	.stay-2 {
	    padding: 34px 0 42px 0;
	}
	.stay-2 .stay-2-pic{
		text-align: center;
	}
	.stay-2 .stay-2-pic a {
		/* float: none;
		display: inline-block; */
	    width: 48.5%;
	    margin-right: 3%;
		margin-top: 20px;
	    padding-bottom: 20.86720867208672%;
	}
	.stay-2 .stay-2-pic a:nth-child(5n){
		margin-right: 3%;
	}
	.stay-2 .stay-2-pic a:nth-child(2n) {
		margin-right: 0;
	}
	.stay-3 .stay-3-ul .stay-3-li {
	    padding: 50px 0 58px 0;
	}
	.stay-3 .stay-3-ul .stay-3-li p {
	    margin-top: 10px;
	    font-size: 20px;
	    line-height: 20px;
	}
	.stay-4 .stay-4-down .stay-4-ul{
		width: 100%;
		margin: 30px 0;
		position: relative;
	}
	.stay-4 .stay-4-down .stay-4-ul::after{
		position: absolute;
		left: 0;
		top: -18px;
		font-size: 18px;
		line-height: 24px;
		padding: 0 10px;
		
	}
	.stay-4 .stay-4-down .stay-4-ul:nth-child(1)::after{
		content: "STANDARD";
	}
	.stay-4 .stay-4-down .stay-4-ul:nth-child(2)::after{
		content: "PATENT";
	}
	.stay-4 .stay-4-down .stay-4-ul:nth-child(3)::after{
		content: "LITERATURE";
	}
	
	.stay-4 .stay-4-down .stay-4-li{
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.stay-1 {
	    margin-top: 0px;
	}
	.stay-1 ul li {
	    width: 100%;
	    margin-right: 0%;
		margin-top: 10px;
	}
	.stay-1 ul li p {
	    height: 48px;
	    line-height: 48px;
	    font-size: 16px;
	}
	.stay-2 {
	    padding: 24px 0 32px 0;
	}
	.stay-2 .stay-2-p {
	    padding: 10px 0 10px 0;
	    font-size: 14px;
	    line-height: 28px;
	}
	.stay-2 .stay-2-pic a{
		margin-right: 2%;
		margin-top: 10px;
	}
	.stay-3{
		background-size: cover!important;
		padding: 10px 0;
	}
	.stay-3 .stay-3-ul .stay-3-li {
		/* width: 100%; */
	    padding: 10px 0 10px 0;
		border-right: 0;
	}
	.stay-3 .stay-3-ul .stay-3-li img{
		width: 36px;
	}
	.stay-3 .stay-3-ul .stay-3-li p {
	    margin-top: 8px;
	    font-size: 14px;
	    line-height: 16px;
	}
	.stay-4 .stay-4-down .stay-4-ul{
		margin: 20px 0 10px 0;
	}
	.stay-4 .stay-4-down .stay-4-ul::after{
		font-size: 16px;
		top: -10px;
	}
}



/*Your industrial solutions*/
.solu-1{
	float: left;
	width: 100%;
	padding-top: 46px;
	margin-bottom: 20px;
}
.solu-1 .solu-1-li{
	float: left;
	width: 48.3%;
	margin-top: 40px;
	margin-right: 3.4%;
	
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 24%;
}

.solu-1 .solu-1-li img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.solu-1 .solu-1-li:hover img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.solu-1 .solu-1-li span{
	position: absolute;
	bottom: 25px;
	right: 22px;
	display: inline-block;
	padding: 0 12px;
	line-height: 52px;
	font-size: 26px;
	color: #fff;
	background: rgba(0,123,151,0.8);
}		
.solu-1 .solu-1-li:nth-child(2n){
	margin-right: 0;
}

@media (max-width: 1440px) {
	.solu-1 {
	    padding-top: 26px;
	    margin-bottom: 10px;
	}
}
@media (max-width: 1199px) {
	.solu-1 {
	    padding-top: 0px;
	    margin-bottom: 10px;
	}
	.solu-1 .solu-1-li{
		padding-bottom: 49.6551724137931%;
	}
	.solu-1 .solu-1-li span {
	    bottom: 18px;
	    right: 18px;
	    padding: 0 8px;
	    line-height: 48px;
	    font-size: 20px;
	}
	.stay-4 .stay-4-down .stay-4-li{
		width: 100%;
	}
	.solu-1 .solu-1-li{
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.solu-1 .solu-1-li{
		margin-top: 15px;
	}
	.solu-1 .solu-1-li span {
	    bottom: 10px;
	    right: 10px;
	    padding: 0 8px;
	    line-height: 36px;
	    font-size: 18px;
	}
	.stay-4 {
	    padding: 20px 0 20px 0;
	}
	.stay-4 .stay-4-down .stay-4-li{
		margin-top: 15px;
	    padding: 8px 0;	
	}
	.stay-4 .stay-4-down .stay-4-li .stay-4-li-t img {
	    left: 8px;
	    top: 5px;
		width: 28px;
	}
	.stay-4 .stay-4-down .stay-4-li .stay-4-li-t {
	    padding-left: 45px;
	}
	.stay-4 .stay-4-down .stay-4-li .stay-4-li-t a {
	    height: 36px;
	    line-height: 36px;
	    font-size: 16px;
	    padding-left: 12px;
	}
	.stay-4 .stay-4-down .stay-4-li .stay-4-li-a{
		height: 36px;
	}
	.stay-4 .stay-4-down .stay-4-li .stay-4-li-a .a2 {
	    top: 10px;
	    right: 10px;
	    width: 20px;
	    height: 20px;
		background-size: 100% 100%;
	}
	.stay-4 .stay-4-down .stay-4-li .stay-4-li-a .a1 {
	    top: 10px;
	    right: 42px;
	    width: 20px;
	    height: 20px;
		background-size: 100% 100%;
	}

}
/*Storage & Logistics*/
.storage{
	float: left;
	width: 100%;
	padding: 20px 0 100px 0;
}

.stor-1{
	float: left;
	width: 100%;
	padding: 60px 0 0 0;
}

.stor-1-pic{
	float: left;
	width: 100%;
}
.stor-1-pic .stor-1-li{
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
	margin-top: 40px;
}
.stor-1-pic .stor-1-li:nth-child(3n){
	margin-right: 0;
}	
.stor-1-pic .stor-1-li a{
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 65.95744680851064%;
}
.stor-1-pic .stor-1-li a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;

	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
} 
.stor-1-pic .stor-1-li:hover a > img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.stor-1-pic .stor-1-li .stor-1-li-txt{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,123,151,0.8);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s; 
	-o-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
.stor-1-pic .stor-1-li:hover .stor-1-li-txt{
	bottom: 0;
}
.stor-1-pic .stor-1-li .stor-1-li-con{
	position: relative;
	width: 100%;
	height: 100%;
}
.stor-1-pic .stor-1-li .stor-1-li-p{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	font-size: 28px;
	line-height: 40px;
	padding: 0 2%;
	text-align: center;
	color: #fff;
}

.storage-bot{
	float: left;
	width: 100%;
	
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 22.135416666667%;
	
}
.storage-bot img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.storage-bot .storage-bot-p{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 41.6%;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
}

@media (max-width: 1440px) {
	.storage {
		padding: 0px 0 60px 0;
	}
}

@media (max-width: 1199px) {
	.stor-1-pic .stor-1-li{
		margin-top: 30px;
	}
	.stor-1-pic .stor-1-li a {
	    height: auto;
	    padding-bottom: 0%;
	}
	.stor-1-pic .stor-1-li a img {
	   
		position: relative;
		left: auto;
		top: auto;
	    height: auto;
	}
	.stor-1-pic .stor-1-li .stor-1-li-txt {
		position: relative;
		left: auto;
		bottom: auto;
		height: 40px;
		line-height: 40px;
		background: rgba(0,123,151,1);
		float: left;
	}
	.stor-1-pic .stor-1-li .stor-1-li-p {
	    position: relative;
	    top: auto;
	    -webkit-transform: translateY(-0%);
	    -ms-transform: translateY(-0%);
	    -moz-transform: translateY(-0%);
	    transform: translateY(-0%);
	    font-size: 18px;
	    line-height: 40px;
	}
	.storage-bot .storage-bot-p {
	    width: 60%;
	    font-size: 18px;
	    line-height: 28px;
	}
}
@media (max-width: 767px) {
	.stor-1 {
		padding: 15px 0 0 0;
	}
	.stor-1-pic .stor-1-li {
	    width: 100%;
	    margin-right: 0%;
	    margin-top: 15px;
	}
	.storage {
	    padding: 0px 0 15px 0;
	}
	.storage-bot {
	    padding-bottom: 0%;
		height: auto;
	}
	.storage-bot img {
	    position: relative;
	    top: auto;
	    left: auto;
	    display: block;
		float: left;
	    width: 100%;
	    height: auto;
	}
	.storage-bot .storage-bot-p {
	    position: relative;
		float: left;
		width: 100%;
	    top: auto;
	    -webkit-transform: translateY(-0%);
	    -ms-transform: translateY(-0%);
	    -moz-transform: translateY(-0%);
	    transform: translateY(-0%);
	    width: 100%;
	    font-size: 16px;
	    line-height: 24px;
		padding: 20px 3%;
		color: rgba(0,123,151,1);
	}
}

/*advantage*/
.relative{
	position: relative;
}
.bg-1{
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.bg-2{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.advantage{
	float: left;
	width: 100%;
	padding:  80px 0 164px 0;
}
.adv-list{
	float: left;
	width: 100%;
	margin-top: 40px;
	padding-bottom: 180px;
	position: relative;
}
.adv-list .adv-ul{
	float: left;
	width: 100%;
}
.adv-list .adv-li{
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
	margin-top: 52px;
}
.adv-list .adv-li:nth-child(4n){
	margin-right: 0;
}
.adv-list .adv-li > a{
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 42.64705882352941%;
	border: 1px solid #ddd;
}
.adv-list .adv-li > a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.adv-list .adv-li:hover > a img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}	 
.adv-list .adv-li .adv-li-txt{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,123,151,0.95);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.adv-list .adv-li:hover .adv-li-txt{
	bottom: 0;
}
.adv-list .adv-li .adv-li-txt .adv-li-con{
	position: relative;
	width: 100%;
	height: 100%;
}
.adv-list .adv-li .adv-li-txt .adv-li-con .adv-li-p{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}

.adv-list .slick-arrow{
	position: absolute;
	bottom: 0;
	width: 100px;
	height: 54px;
	margin: 0 22px;
	border-radius: 27px;
}
.adv-list .slick-arrow.slick-prev{
	left: 40%;
	background:#007b97 url(../image/left.png) center no-repeat;
} 
.adv-list .slick-arrow.slick-next{
	right: 40%;
	background:#007b97 url(../image/right.png) center no-repeat;
} 


.adv-a{
	float: left;
	width: 100%;
	margin-top: 122px;
	text-align: center;
}
.adv-a a{
	display: inline-block;
	width: 100px;
	height: 54px;
	margin: 0 22px;
	border-radius: 27px;
}
.adv-a a:hover{
	opacity: 0.8;
}
.adv-a a.next{
	background:#007b97 url(../image/left.png) center no-repeat;
}
.adv-a a.prev{
	background:#007b97 url(../image/right.png) center no-repeat;
}

@media (max-width: 1440px) {
	.advantage {
		padding: 60px 0 84px 0;
	}
	.adv-list{
		padding-bottom: 140px;
	}
	.adv-list .adv-ul{
		padding: 0 1%;
	}
}
@media (max-width: 1199px) {
	.adv-list .slick-arrow.slick-prev{
		left: 35%;
	}
	.adv-list .slick-arrow.slick-next{
		right: 35%;
	}
}
@media (max-width: 991px) {
	.advantage {
	    padding: 30px 0 54px 0;
	}
	.adv-list {
	    padding-bottom: 100px;
		margin-top: 20px;
	}
	.adv-list .adv-li{
		width: 48%;
		margin-right: 4%;
		margin-top: 30px;
	}
	.adv-list .adv-li:nth-child(2n){
		margin-right: 0;
	}
	.adv-list .slick-arrow.slick-prev{
		left: 32%;
	}
	.adv-list .slick-arrow.slick-next{
		right: 32%;
	}
}
@media (max-width: 767px) {
	.advantage {
		padding: 20px 0 34px 0;
	}
	.adv-list {
	    padding-bottom: 80px;
	    margin-top: 10px;
	}
	.adv-list .adv-li {
	    width: 49%;
	    margin-right: 2%;
	    margin-top: 10px;
	}
	.adv-list .adv-li:nth-child(2n) {
		margin-right: 0;
	}
	.adv-list .adv-li .adv-li-txt{
		display: none;
		position: relative;
		left: auto;
		bottom: auto;
	}
	.adv-list {
	    padding-bottom: 60px;
	}
	.adv-list .slick-arrow {
	    width: 80px;
	    height: 36px;
	    margin: 0 18px;
	    border-radius: 18px;
	}
	.adv-list .slick-arrow.slick-next {
	    right: 20%;
	}
	.adv-list .slick-arrow.slick-prev {
	    left: 20%;
	}
}

/*technology*/
.tec-1{
	float: left;
	width: 100%;
	padding: 80px 0 102px 0;
}
.tec-1-list{
	float: left;
	width: 100%;
	margin-top: 64px;
}
.tec-1-list .tec-1-li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.tec-1-list .tec-1-li:nth-child(3n){
	margin-right: 0;
}
.tec-1-list .tec-1-li > a{
	width: 100%;
	 
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 60.416666666667%;
}
.tec-1-list .tec-1-li > a img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.tec-1-list .tec-1-li:hover > a img{
	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.tec-1-list .tec-1-li .tec-1-li-txt{
	float: left;
	width: 100%;
	background: #f9f9f9;
	padding: 30px 6.6% 34px 6.6%;
}
.tec-1-list .tec-1-li .tec-1-li-txt .tec-1-li-t{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	font-size: 26px;
	/* height: 76px; */
	line-height: 38px;
	color: #007b97;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}
.tec-1-list .tec-1-li .tec-1-li-txt .tec-1-li-p{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	margin-top: 16px;
	/* height: 84px; */
	line-height: 28px;
	font-size: 18px;
	color: #666;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden; */
	height: auto!important;
}

.tec-bg{
	background: url(../image/tec-img-4.jpg) no-repeat;
}
.tec-2{
	float: left;
	width: 100%;
	padding: 118px 0 122px 0;
}
.tec-2 .tec-2-title{
	float: left;
	width: 100%;
	text-align: center;
}
.tec-2 .tec-2-title span{
	font-family: 'Roboto-Bold';
	display: inline-block;
	line-height: 46px;
	font-size: 46px;
	padding-bottom: 26px;
	color: #007b97;
	position: relative;
}
.tec-2 .tec-2-title span::after{
	width: 246px;
	height: 1px;
	position: absolute;
	bottom: 2px;
	left: 50%;
	background: #007b97;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tec-2 .tec-2-title span::before{
	width: 56px;
	height: 5px;
	background: #007b97;
	position: absolute;
	bottom: 0px;
	left: 50%;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tec-2 .tec-list{
	float: left;
	width: 100%;
	margin-top: 85px;
}
.tec-2 .tec-list .tec-li{
	float: left;
	padding-right: 4%;
}
.tec-2 .tec-list .tec-li.tec-li-1{
	width: 36.8%;
}
.tec-2 .tec-list .tec-li.tec-li-2{
	width: 32.8%;
}
.tec-2 .tec-list .tec-li.tec-li-3{
	width: 30.4%;
}
.tec-2 .tec-list .tec-li .tec-li-t{
	float: left;
	width: 100%;
}
.tec-2 .tec-list .tec-li .tec-li-t span{
	display: inline-block;
	background: #007b97;
	font-size: 28px;
	font-size: 24px;
	line-height: 56px;
	padding: 0 30px;
	border-radius: 28px;
	color: #fff;
}
.tec-2 .tec-list .tec-li .tec-li-txt{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.tec-2 .tec-list .tec-li .tec-li-txt .tec-li-p{
	float: left;
	width: 100%;
	line-height: 28px;
	padding: 10px 0 10px 22px;
	font-size: 22px;
	color: #007b97;
	position: relative;
}
.tec-2 .tec-list .tec-li .tec-li-txt .tec-li-p::after{
	position: absolute;
	left: 0;
	top: 21px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #007b97;
	content: "";
}

.tec-3{
	float: left;
	width: 100%;
	padding: 45px 0 102px 0;
}
.tec-3 .tec-3-pic{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 50px;
}
.tec-3 .tec-3-pic:nth-child(3n){
	margin-right: 0;
}
.tec-3 .tec-3-pic a{
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 60.41666666667%;
}
.tec-3 .tec-3-pic a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.tec-3 .tec-3-pic:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}

@media (max-width: 1440px) {
	.tec-2 .tec-2-title span {
		line-height: 40px;
		font-size: 40px;
		padding-bottom: 12px;
	}
	.tec-1 {
	    padding: 50px 0 62px 0;
	}
	.tec-1-list .tec-1-li .tec-1-li-txt .tec-1-li-t {
	    font-size: 24px;
	    height: 48px;
	    line-height: 24px;
	}
	.tec-1-list .tec-1-li .tec-1-li-txt .tec-1-li-p {
	    margin-top: 10px;
	    height: 66px;
	    line-height: 22px;
	    font-size: 16px;
	}
	.tec-1-list .tec-1-li .tec-1-li-txt {
	    padding: 20px 5% 24px 5%;
	}
	.tec-2 {
	    padding: 68px 0 72px 0;
	}
	.tec-3 {
	    padding: 25px 0 62px 0;
	}
	.tec-2 .tec-list .tec-li .tec-li-t span{
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.tec-1 {
	    padding: 40px 0 52px 0;
	}
	.tec-1-list {
	    margin-top: 44px;
	}
	.tec-2 {
	    padding: 48px 0 52px 0;
	}
	.tec-2 .tec-2-title span {
	    line-height: 36px;
	    font-size: 36px;
	    padding-bottom: 8px;
	}
	.tec-2 .tec-list{
		margin-top: 40px;
	}
	.tec-2 .tec-list .tec-li .tec-li-t span {
	    font-size: 20px;
	    line-height: 48px;
	    padding: 0 20px;
	    border-radius: 24px;
	}
	.tec-2 .tec-list .tec-li .tec-li-txt .tec-li-p {
	    line-height: 24px;
	    padding: 5px 0 5px 18px;
	    font-size: 18px;
	}
	.tec-2 .tec-list .tec-li .tec-li-txt .tec-li-p::after {
	    top: 14px;
	    width: 6px;
	    height: 6px;
	}
	.tec-3 .tec-3-pic{
		margin-top: 24px;
	}
}
@media (max-width: 991px) {
	.tec-2 .tec-list .tec-li{
		padding-right: 0;
	}
	.tec-2 .tec-list .tec-li .tec-li-t span{
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.tec-1 {
	    padding: 15px 0 15px 0;
	}
	.tec-1-list {
	    margin-top: 5px;
	}
	.tec-1-list .tec-1-li {
	    width: 100%;
	    margin-right: 0%;
		margin-top: 15px;
	}
	.tec-2 {
	    padding: 25px 0 25px 0;
	}
	.tec-2 .tec-2-title span {
	    line-height: 18px;
	    font-size: 18px;
	    padding-bottom: 12px;
	}
	.tec-2 .tec-2-title span::after{
		width: 100px;
	}
	.tec-2 .tec-2-title span::before {
	    width: 36px;
	    height: 3px;
		bottom: 1px;
	}
	.tec-2 .tec-list {
	    margin-top: 15px;
	}
	.tec-2 .tec-list .tec-li.tec-li-1 {
	    width: 100%;
		margin-right: 0;
	}
	.tec-2 .tec-list .tec-li.tec-li-2{
		width: 100%;
		margin-right: 0;
	}
	.tec-2 .tec-list .tec-li.tec-li-3{
		width: 100%;
		margin-right: 0;
	}
	.tec-2 .tec-list .tec-li .tec-li-t span {
	    font-size: 18px;
	    line-height: 36px;
	    padding: 0 15px;
	    border-radius: 18px;
	}
	.tec-2 .tec-list .tec-li .tec-li-txt{
		margin: 10px 0;
	}
	.tec-2 .tec-list .tec-li .tec-li-txt .tec-li-p {
	    line-height: 18px;
	    padding: 2px 0 2px 16px;
	    font-size: 16px;
	}
	.tec-2 .tec-list .tec-li .tec-li-txt .tec-li-p::after {
	    top: 7px;
	    width: 6px;
	    height: 6px;
	}
	.tec-3 {
	    padding: 10px 0 20px 0;
	}
	.tec-3 .tec-3-pic {
	    width: 100%;
	    margin-right: 0%;
	    margin-top: 15px;
	}
}


/*exhibition*/
.exhibition{
	float: left;
	width: 100%;
	padding-bottom: 72px;
}
.exhi-1{
	float: left;
	width: 100%;
	padding: 80px 0 0 0;
}
.exhi-1-pic{
	float: left;
	width: 100%;
	padding-bottom: 106px;
	position: relative;
}
.exhi-1-pic .exhi-1-ul{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.exhi-1-pic .exhi-1-ul .exhi-1-li{
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 45px;
}
.exhi-1-pic .exhi-1-ul .exhi-1-li:nth-child(3n){
	margin-right: 0;
}	
.exhi-1-pic .exhi-1-ul .exhi-1-li a{
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 61.71548117154812%;
}
.exhi-1-pic .exhi-1-ul .exhi-1-li a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;

	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
} 
.exhi-1-pic .exhi-1-ul .exhi-1-li:hover a > img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.exhi-1-pic .exhi-1-ul .exhi-1-li .exhi-1-li-txt{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,123,151,0.9);
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s; 
	-o-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
.exhi-1-pic .exhi-1-ul .exhi-1-li:hover .exhi-1-li-txt{
	bottom: 0;
}
.exhi-1-pic .exhi-1-ul .exhi-1-li .exhi-1-li-con{
	position: relative;
	width: 100%;
	height: 100%;
}
.exhi-1-pic .exhi-1-ul .exhi-1-li .exhi-1-li-p{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	font-size: 24px;
	line-height: 40px;
	padding: 0 2%;
	text-align: center;
	color: #fff;
}

.exhi-1-pic .slick-arrow{
	font-family: 'Roboto-Regular';
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	font-size: 34px;
	color: #fff;
	background: #007b97;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s; 
	-o-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
.exhi-1-pic .slick-arrow:hover{
	opacity: 0.8;
}
.exhi-1-pic .slick-arrow::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.exhi-1-pic .slick-arrow.slick-prev{
	left: 45.2%;
} 
.exhi-1-pic .slick-arrow.slick-prev::after{
	content: "<";
}
.exhi-1-pic .slick-arrow.slick-next{
	right: 45.2%;
}
.exhi-1-pic .slick-arrow.slick-next::after{
	content: ">";
}
@media (max-width: 1440px) {
	.exhi-1 {
	    padding: 40px 0 0 0;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li .exhi-1-li-p{
		font-size: 18px;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li{
		margin-top: 25px;
	}
	.exhi-1-pic{
		padding-bottom: 80px;
	}
	.exhi-1-pic .slick-arrow.slick-prev{
		left: 44%;
	}
	.exhi-1-pic .slick-arrow.slick-next{
		right: 44%;
	}
}
@media (max-width: 991px) {
	.exhi-1-pic .slick-arrow.slick-prev{
		left: 42%;
	}
	.exhi-1-pic .slick-arrow.slick-next{
		right: 42%;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li {
	    width: 48%;
	    margin-right: 4%;
	    margin-top: 30px;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li:nth-child(3n) {
		margin-right: 4%;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.exhibition{
		padding-bottom: 20px;
	}
	.exhi-1 {
	    padding: 20px 0 0 0;
	}
	.exhi-1-pic {
	    padding-bottom: 68px;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li a{
		padding: 0;
		height: auto;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li a img{
		position: relative;
		left: auto;
		top: auto;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li .exhi-1-li-txt{
		position: relative;
		left: auto;
		bottom: auto;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li:nth-child(3n) {
	    margin-right: 0%;
	}
	.exhi-1-pic .exhi-1-ul .exhi-1-li .exhi-1-li-p {
	    position: relative;
	    top: auto;
	    -webkit-transform: translateY(-0%);
	    -ms-transform: translateY(-0%);
	    -moz-transform: translateY(-0%);
	    transform: translateY(-0%);
	    font-size: 18px;
	    line-height: 24px;
		padding: 5px 0;
	}
	.exhi-1-pic .slick-arrow.slick-prev {
	    left: 34%;
	}
	.exhi-1-pic .slick-arrow.slick-next {
	    right: 34%;
	}
	.exhi-1-pic .exhi-1-ul{
		margin-top: 0;
	}
	.exhi-1-pic .slick-arrow{
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 28px;
	}
}

/*新闻 news*/
.news{
	float: left;
	width: 100%;
	padding: 8px 0 102px 0;
}
.news .news-list{
	float: left;
	width: 100%;
	font-family: 'Roboto-Light';
}

.news .news-list .news-li{
	float: left;
	width: 30.8%;
	margin-right: 3.8%;
	margin-top: 74px;
}
.news .news-list .news-li:nth-child(3n){
	margin-right: 0%;
}
.news .news-list .news-li .news-li-time{
	float: left;
	width: 100%;
	line-height: 22px;
	font-size: 16px;
	color: #666;
}
.news .news-list .news-li .news-li-t{
	float: left;
	width: 100%;
	line-height: 24px;
	padding-bottom: 21px;
	margin-top: 10px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #010101;
	position: relative;
	font-family: 'Roboto-Regular';
}

.news .news-list .news-li .news-li-x{
	float: left;
	width: 100%;
	height: 5px;
	position: relative;
}
.news .news-list .news-li .news-li-x::after{
	position: absolute;
	left: 0;
	top: 2px;
	width: 100%;
	border-bottom: 1px solid #e9e9e9;
	content: "";
}
.news .news-list .news-li .news-li-x::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 5px;
	z-index: 1;
	background: #666;
	content: "";
}
.news .news-list .news-li .news-li-pic{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.news .news-list .news-li .news-li-pic a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.news .news-list .news-li .news-li-pic a img{
	width: 100%;
-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news .news-list .news-li:hover .news-li-pic a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news .news-list .news-li .news-li-p{
	float: left;
	width: 100%;
	margin-top: 32px;
	height: 56px;
	line-height: 28px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	font-family: 'Roboto-Light';
}
.news .news-list .news-li .news-li-a{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.news .news-list .news-li .news-li-a a{
	font-family: 'Roboto-Regular';
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.news .news-list .news-li .news-li-a a:hover{
	margin-left: 5px;
}

.news .news-list .news-li .news-li-time{
	color: #007b97;
}
.news .news-list .news-li:hover .news-li-t{
	color: #007b97;
}
.news .news-list .news-li:hover .news-li-p{
	color: #007b97;
}
.news .news-list .news-li:hover .news-li-a a{
	color: #007b97;
}


@media (max-width: 1440px) {
	.news {
	    padding: 42px 3% 60px 3%;
	}
	.news .news-list .news-li .news-li-pic{
		margin-top: 18px;
	}
	.news .news-list .news-li .news-li-p{
		margin-top: 18px;
	}
	.news .news-list .news-li .news-li-a{
		margin-top: 16px;
	}
}

@media (max-width: 991px) {
	.news .news-list .news-li {
	    width: 100%;
	    margin-right: 0%;
		margin-top: 20px;
	}
}
	
@media (max-width: 767px) {
	.news {
	    padding: 15px 3% 15px 3%;
	}
	.news .news-list{
		margin-top: 15px;
	}
	.news .news-list .news-li .news-li-t {
	    line-height: 22px;
	    padding-bottom: 10px;
	    margin-top: 5px;
	    font-size: 18px;
	}
	.news .news-list .news-li .news-li-pic {
	    margin-top: 10px;
	}
	.news .news-list .news-li .news-li-p {
	    margin-top: 10px;
		line-height: 24px;
		height: 48px;
	}
	
}


/*news-details 新闻详情*/
.news-details{
	float: left;
	width: 100%;
	padding: 80px 0 158px 0;
}
.news-details .news-de-t{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	line-height: 50px;
	padding-bottom: 38px;
	font-size: 40px;
	color: #010101;
	text-align: center;
}
.news-details .news-de-span{
	float: left;
	width: 100%;
	padding: 18px 0;
	line-height: 24px;
	text-align: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.news-details .news-de-span span{
	display: inline-block;
	padding: 0 14px;
	font-size: 18px;
	color: #333;
}
.news-details .text{
	float: left;
	width: 100%;
	line-height: 2;
	padding: 38px 2.6% 74px 2.6%;
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #bfbfbf;
}
.news-details .text img{
	max-width: 800px!important;
	height: auto!important;
}
.news-details .news-de-link{
	float: left;
	width: 100%;
	padding-right: 148px;
	padding-top: 10px;
	position: relative;
}
.news-details .news-de-link .news-de-link-a{
	float: left;
	width: 100%;
	padding-left: 84px;
	margin-top: 16px;
	position: relative;
}
.news-details .news-de-link .news-de-link-a span{
	position: absolute;
	left: 0;
	top: 0;
	width: 84px;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.news-details .news-de-link .news-de-link-a a{
	float: left;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-details .news-de-link .news-de-link-return{
	position: absolute;
	top: 40px;
	right: 0;
	width: 130px;
	height: 48px;
	line-height: 48px;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #007b97;
}
.news-details .news-de-link .news-de-link-return:hover{
	opacity: 0.8;
}
@media (max-width: 1440px) {
	.news-details {
	    padding: 60px 0 128px 0;
	}
	.news-details .news-de-t {
	    line-height: 40px;
	    padding-bottom: 24px;
	    font-size: 24px;
	}
	.news-details .news-de-span {
	    padding: 12px 0;
	}
	.news-details .text {
	    padding: 24px 2% 60px 2%;
	    font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.news-details {
	    padding: 40px 0 88px 0;
	}
}
@media (max-width: 767px) {
	.news-details {
	    padding: 15px 0 20px 0;
	}
	.news-details .news-de-t {
	    line-height: 24px;
	    padding-bottom: 10px;
	    font-size: 18px;
	}
	.news-details .news-de-span {
	    padding: 8px 0;
	}
	.news-details .news-de-span span {
	    padding: 0 5px;
	    font-size: 16px;
	}
	.news-details .text {
	    padding: 12px 2% 24px 2%;
	    font-size: 14px;
	}
	.news-details .news-de-link {
	    padding-right: 0px;
	    padding-top: 5px;
	}
	.news-details .news-de-link .news-de-link-a{
		margin-top: 10px;
	}
	.news-details .news-de-link .news-de-link-return{
		position: relative;
		right: auto;
		top: auto;
		float: right;
		height: 40px;
		line-height: 40px;
		margin-top: 15px;
	}
}

/*job*/
.job-1{
	float: left;
	width: 100%;
	padding: 90px 0 78px 0;
}
.job-1-t{
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.job-1-t span{
	display: inline-block;
	padding: 0 50px;
	font-size: 28px;
	line-height: 53px;
	border-radius: 28px;
	color: #fff;
	background: #007b97;
}

.job-1-list{
	float: left;
	width: 100%;
	margin-top: 58px;
}
.job-1-list .job-1-li{
	float: left;
	width: 48.3%;
	margin-right: 3.4%;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	min-height: 380px;
	padding: 46px 36px 0 46px;
}
.job-1-list .job-1-li:nth-child(2n){
	margin-right: 0;
}
.job-1-list .job-1-li .job-1-li-t{
	float: left;
	width: 100%;
}
.job-1-list .job-1-li .job-1-li-t span{
	display: inline-block;
	line-height: 36px;
	font-size: 26px;
	color: #007b97;
	border-bottom: 3px solid #d1dc00;
}
.job-1-list .job-1-li ul{
	float: left;
	width: 100%;
	margin-top: 24px;
}
.job-1-list .job-1-li ul li{
	float: left;
	width: 100%;
	position: relative;
	line-height: 32px;
	padding-left: 30px;
	font-size: 18px;
	padding: 5px 0 5px 30px;
	color: #333;
	font-family: 'Roboto-Regular';
}
.job-1-list .job-1-li ul li span{
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 32px;
	font-size: 18px;
	color: #007b97;
}

.job-bg-1{
	background: url(../image/15948057862227zgi6p.jpg) center no-repeat;
}
.job-2{
	float: left;
	width: 47.9%;
	color: #fff;
	padding: 70px 0 62px 0;
}

.job-2-t{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 32px;
}
.job-2-m{
	float: left;
	width: 100%;
	margin-top: 6px;
	padding: 10px 0;
	line-height: 30px;
	font-size: 24px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.job-2-d{
	float: left;
	width: 100%;
	font-size: 16px;
}
.job-2-d ul{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.job-2-d ul li{
	float: left;
	width: 100%;
	line-height: 28px;
	padding: 5px 0 5px 34px;
	font-size: 16px;
	position: relative;
}
.job-2-d ul li span{
	position: absolute;
	left: 0;
	top: 5px;
	line-height: 28px;
	font-size: 18px;
	
}

.job-3{
	float: left;
	width: 100%;
	padding-top: 76px;
}
.job-3 .job-3-li{
	float: left;
	width: 100%;
	background: #f9f9f9;
}
.job-3 .job-3-li .job-3-li-left{
	float: left;
	width: 50%;
}
.job-3 .job-3-li .job-3-li-left img{
	max-width: 100%;
}
.job-3 .job-3-li .job-3-li-right{
	float: left;
	width: 50%;
	padding: 46px 45px 0 45px;
}
.job-3 .job-3-li .job-3-li-right .job-3-li-ri-t{
	font-family: 'barlowcondensed-semibold';
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 42px;
	color: #007b97;
}
.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p{
	float: left;
	width: 100%;
	margin-top: 10px;
	line-height: 26px;
	font-size: 16px;
	color: #333;
}
.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p .job-3-li-ri-span{
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 24px;
	padding-left: 20px;
	margin-top: 15px;
	color: #007b97;
	position: relative;
}
.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p .job-3-li-ri-span::after{
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #d1dc00;
	content: "";
}

.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p p{
	margin: 8px 0;
	
}
.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p .job-3-li-ri-span{
	float: left;
	width: 100%;
}

.job-3 .job-3-li:nth-child(2n) .job-3-li-left{
	float: right;
}


.job-4{
	float: left;
	width: 100%;
	padding: 90px 0 115px 0;
}

.job-4-ling{
	float: left;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}
.job-4-li{
	display: inline-block;
	margin: 0 9.6%;
	width: 180px;
	height: 180px;
	line-height: 160px;
	font-size: 30px;
	border-radius: 18px;
	border: 10px solid #e8ed7f;
	text-align: center;
	color: #fff;
	background: #007b97;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.job-4-li span{
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.job-5{
	float: left;
	width: 100%;
	padding-bottom: 115px;
}
.job-5 .job-5-li-con{
	float: left;
	width: 100%;
	background: #f9f9f9;
}
.job-5 .job-5-li-con .job-5-li{
	float: left;
	padding-left: 50px;
	padding-right: 40px;
	font-size: 18px;
	min-height: 200px;
	font-family: 'Roboto-Light';
}
.job-5 .job-5-li-con .job-5-li.li1{
	width: 27.4%;
	padding-left: 36px;
	font-size: 16px;
	background: #007b97;
	color: #fff;
}
.job-5 .job-5-li-con .job-5-li.li2{
	width: 22.8%;
	color: #010101;
}
.job-5 .job-5-li-con .job-5-li.li3{
	width: 21.3%;
	color: #010101;
	font-size: 20px;
}
.job-5 .job-5-li-con .job-5-li.li4{
	width: 28.5%;
	color: #010101;
}

.job-5 .job-5-li-con .job-5-li .li1-t{
	font-family: 'Roboto-Regular';
	float: left;
	width: 100%;
	margin-top: 44px;
	line-height: 30px;
	font-size: 26px;
	color: #fff;
}
.job-5 .job-5-li-con .job-5-li .li1-p{
	float: left;
	width: 100%;
	line-height: 26px;
	margin-top: 10px;
}

.job-5 .job-5-li-con .job-5-li .li-t{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	margin-top: 28px;
	line-height: 40px;
	font-size: 24px;
	color: #007b97;
	position: relative;
}
.job-5 .job-5-li-con .job-5-li .li-t::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 2px;
	background: #dee653;
	content: "";
}
.job-5 .job-5-li-con .job-5-li .li-p{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-family: 'Roboto-Regular';
}
.job-5 .job-5-li-con .job-5-li .li-p p{
	margin: 10px 0;
}
@media (max-width: 1440px) {
	.job-1 {
	    padding: 50px 0 48px 0;
	}
	.job-1-list .job-1-li {
	    min-height: 380px;
	    padding: 36px 26px 0 26px;
	}
	.job-1-list .job-1-li ul li{
		font-size: 16px;
	}
	.job-3 .job-3-li .job-3-li-right {
	    padding: 26px 3% 0 3%;
	}
	.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p {
	    margin-top: 5px;
	    line-height: 24px;
	    font-size: 14px;
	}
	.job-3 .job-3-li .job-3-li-right .job-3-li-ri-t {
	    line-height: 40px;
	    font-size: 36px;
	}
	.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p .job-3-li-ri-span {
	    line-height: 24px;
	    font-size: 20px;
	    padding-left: 18px;
	    margin-top: 10px;
	}
	.job-4 {
	    padding: 50px 0 85px 0;
	}
	.job-4-li{
		font-size: 24px;
	}
	.job-5{
		padding-bottom: 60px;
	}
	.job-5 .job-5-li-con .job-5-li {
	    padding-left: 2%;
	    padding-right: 1%;
	}
	.job-5 .job-5-li-con .job-5-li.li1{
		padding-left: 2%;
	}
	.job-5 .job-5-li-con .job-5-li .li1-t{
		font-size: 22px;
	}
	.job-5 .job-5-li-con .job-5-li .li-t {
	    margin-top: 24px;
	    line-height: 38px;
	    font-size: 18px;
	}
	.job-5 .job-5-li-con .job-5-li{
		font-size: 16px;
	}
	.job-5 .job-5-li-con .job-5-li.li3{
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.job-1 {
		padding: 30px 0 28px 0;
	}
	.job-1-t{
		margin-top: 30px;
	}
	.job-1-list{
		margin-top: 38px;
	}
	.job-1-list .job-1-li {
	    min-height: 380px;
	    padding: 16px 2% 16px 2%;
	}
	.job-1-list .job-1-li ul li {
	    line-height: 28px;
	    font-size: 14px;
	    padding: 5px 0 5px 24px;
	}
	.job-1-list .job-1-li ul li span {
	    top: 5px;
	    line-height: 28px;
	    font-size: 16px;
	}
	.job-1-list .job-1-li .job-1-li-t span {
	    line-height: 30px;
	    font-size: 20px;
	    border-bottom: 2px solid #d1dc00;
	}
	.job-2 {
	    padding: 20px 0 20px 0;
	}
	.job-2-t {
	    line-height: 30px;
	    font-size: 22px;
	}
	.job-2-m {
	    margin-top: 2px;
	    padding: 10px 0;
	    line-height: 20px;
	    font-size: 18px;
	}
	.job-2-d ul{
		margin-top: 12px;
	}
	.job-2-d ul li {
	    line-height: 24px;
	    padding: 2px 0 2px 24px;
	    font-size: 14px;
	}
	.job-2-d ul li span {
	    position: absolute;
	    left: 0;
	    top: 2px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.job-3{
		padding-top: 36px;
	}
	.job-3 .job-3-li .job-3-li-right {
	    padding: 12px 2% 12px 2%;
	}
	.job-3 .job-3-li .job-3-li-right .job-3-li-ri-t {
	    line-height: 30px;
	    font-size: 24px;
	}
	.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p {
	    line-height: 20px;
	}
	.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p .job-3-li-ri-span {
	    line-height: 20px;
	    font-size: 18px;
	    padding-left: 16px;
	    margin-top: 5px;
	}
	.job-3 .job-3-li .job-3-li-right .job-3-li-ri-p .job-3-li-ri-span::after {
	    top: 6px;
	    width: 6px;
	    height: 6px;
	}
	.job-4 {
	    padding: 30px 0 45px 0;
	}
	.job-4-ling{
		margin-top: 70px;
	}
	.job-4-li {
	    margin: 0 6%;
	    width: 140px;
	    height: 140px;
	    line-height: 120px;
	    font-size: 20px;
	}
}
@media (max-width: 991px) {
	.job-1 {
	    padding: 20px 0 18px 0;
	}
	.job-1-t {
	    margin-top: 20px;
	}
	.job-1-t span {
	    padding: 0 30px;
	    font-size: 20px;
	    line-height: 46px;
	    border-radius: 23px;
	}
	.job-1-list .job-1-li {
		margin-right: 0;
		width: 100%;
	    min-height: 0;
	    padding: 16px 2% 16px 2%;
		margin-top: 15px;
	}
	.job-1-list {
	    margin-top: 18px;
	}
	.job-2{
		width: 100%;
	    /* color: #007b97;	 */
	}
	.job-bg-1{
		background-position: left center!important;
		/* background: none; */
	}
	.job-3 .job-3-li .job-3-li-left{
		width: 100%;
	}
	.job-3 .job-3-li .job-3-li-right{
		width: 100%;
	}
	.job-5 .job-5-li-con .job-5-li.li1{
		width: 50%;
	}
	.job-5 .job-5-li-con .job-5-li.li2{
		width: 50%;
	}
	.job-5 .job-5-li-con .job-5-li.li3{
		width: 50%;
	}
	.job-5 .job-5-li-con .job-5-li.li4{
		width: 50%;
	}
}

@media (max-width: 767px) {
	.job-1-t span {
		padding: 0 20px;
		font-size: 18px;
		line-height: 40px;
		border-radius: 20px;
	}
	.job-1-t {
	    margin-top: 10px;
	}
	.job-1-list {
	    margin-top: 0px;
	}
	.job-1-list .job-1-li ul{
		margin-top: 12px;
	}
	.job-1-list .job-1-li {
	    padding: 10px 3% 10px 3%;
	    margin-top: 10px;
	}
	.job-1-list .job-1-li ul li {
	    line-height: 24px;
	    font-size: 14px;
	}
	.job-2-t {
	    line-height: 28px;
	    font-size: 20px;
	}
	.job-2-m {
	    margin-top: 2px;
	    padding: 10px 0;
	    line-height: 18px;
	    font-size: 16px;
	}
	.job-2-d ul li{
		line-height: 22px;
	    padding: 4px 0 4px 24px;	
	}
	.job-3 {
	    padding-top: 15px;
	}
	.job-4-li {
	    margin: 0 5%;
	    width: 110px;
	    height: 110px;
	    line-height: 100px;
	    font-size: 16px;
		border-width: 5px;
	}
	.job-4-ling {
	    margin-top: 40px;
	}
	.job-5 .job-5-li-con{
		background: none;
	}
	.job-5 .job-5-li-con .job-5-li{
		min-height: 0;
		padding: 15px 3%;
		margin-top: 15px;
		background: #f9f9f9;
	}
	.job-5 .job-5-li-con .job-5-li.li1{
		width: 100%;
		padding-right: 3%;
		padding-top: 3%;
	}
	.job-5 .job-5-li-con .job-5-li.li2{
		width: 100%;
		padding-right: 3%;
		padding-top: 3%;
	}
	.job-5 .job-5-li-con .job-5-li.li3{
		width: 100%;
		padding-right: 3%;
		padding-top: 3%;
	}
	.job-5 .job-5-li-con .job-5-li.li4{
		width: 100%;
		padding-right: 3%;
		padding-top: 3%;
	}
	.job-5 .job-5-li-con .job-5-li .li1-t{
		margin-top: 0;
	}
	.job-5 .job-5-li-con .job-5-li .li-t{
		margin-top: 0;
	}
	.job-5 .job-5-li-con .job-5-li .li-p p {
	    margin: 5px 0;
	}
	.job-5 {
	    padding-bottom: 30px;
	}
}



/*contact*/
.contact-1{
	float: left;
	width: 100%;
	padding: 110px 0 80px 0;
}
.contact-1 .con-pic{
	float: left;
	width: 58.9%;
	margin-left: -60px;
}
.contact-1 .con-pic img{
	max-width: 100%;
}

.contact-1 .con-text{
	float: right;
	width: 39%;
	padding-top: 52px;
}
.contact-1 .con-text .con-text-top{
	float: left;
	width: 100%;
}
.contact-1 .con-text .con-text-top .con-text-t-1{
	float: left;
	width: 100%;
	line-height: 34px;
	padding: 7px 0 7px 30px;
	position: relative;
}
.contact-1 .con-text .con-text-top .con-text-t-1 img{
	position: absolute;
	left: 0;
	top: 12px;
}
.contact-1 .con-text .con-text-top .con-text-t-1  .con-text-t-p{
	float: left;
	width: 100%;
	position: relative;
	/* padding-left: 60px; */
	font-size: 18px;
	color: #010101;
}
.contact-1 .con-text .con-text-top .con-text-t-1  .con-text-t-p span{
	/* position: absolute;
	left: 0;
	top: 0; 
	width: 60px;*/
	float: left;
	margin-right: 5px;
	font-size: 18px;
	color: #007b97;
}
.contact-1 .con-text .con-text-top .con-text-t-1  .con-text-t-p p{
	float: left;
	max-width: 90%;
}

.contact-1 .con-text .con-text-ewm{
	float: left;
	width: 100%;
	margin-top: 36px;
}
.contact-1 .con-text .con-text-ewm .con-ewm-1{
	float: left;
	width: 158px;
}
.contact-1 .con-text .con-text-ewm .con-ewm-1 img{
	float: left;
	width: 100%;
	border: 6px solid #1a9ebc;
}
.contact-1 .con-text .con-text-ewm .con-ewm-1 p{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 18px;
	margin-top: 12px;
	font-size: 18px;
	color: #666;
	text-align: center;
}


.contact-map{
	float: left;
	width: 100%;
	height: 630px;
	position: relative;
}
.map1 {
    float: left;
    width: 100%;
    height: 100%;
}

@media (max-width: 1440px) {
	.contact-1 {
	    padding: 60px 0 80px 0;
	}
	.contact-1 .con-text{
		width: 42%;
	}
}
@media (max-width: 1199px) {
	.contact-1 .con-text{
		width: 100%;
	}
	.contact-1 .con-pic{
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
	.contact-1 .con-text .con-text-top{
		width: 75%;
	}
	.contact-1 .con-text .con-text-ewm{
		width: 25%;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.contact-1 {
		padding: 30px 0 40px 0;
	}
	.contact-map{
		height: 480px;
	}
	.contact-1 .con-text{
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.contact-1 {
	    padding: 15px 0 20px 0;
	}
	.contact-1 .con-pic{
		/* display: none; */
	}
	.contact-1 .con-text {
	    padding-top: 15px;
	}
	.contact-1 .con-text .con-text-top{
		width: 100%;
	}
	.contact-1 .con-text .con-text-top .con-text-t-1 {
	    line-height: 24px;
	    padding: 4px 0 4px 30px;
	}
	.contact-1 .con-text .con-text-top .con-text-t-1 img {
	    top: 4px;
		width: 24px;
	}
	.contact-1 .con-text .con-text-ewm{
		width: 40%;
		margin-top: 18px;
		margin-left: 30%;
	}
	.contact-1 .con-text .con-text-ewm .con-ewm-1{
		width: 100%;
	}
	.contact-1 .con-text .con-text-ewm .con-ewm-1 img{
		border-width: 3px;
	}
	.contact-1 .con-text .con-text-top .con-text-t-1 .con-text-t-p{
		font-size: 14px;
	}
	.contact-1 .con-text .con-text-top .con-text-t-1 .con-text-t-p span {
	    font-size: 15px;
	}
	.contact-1 .con-text .con-text-top .con-text-t-1 .con-text-t-p p{
		max-width: 80%;
	}
	.contact-map {
	    height: 360px;
	}
}

.friend-link{
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
}
.friend-link a{
	margin: 0 10px;
}
.friend-link a:hover{
	opacity: 0.8;
}
@media (max-width: 767px) {
	.friend-link{
		margin-bottom: 10px;
	}
	.friend-link a{
		margin: 0 8px;
	}
}
.skiptranslate iframe{
	display: none;
}
.goog-te-gadget-icon{
	display: none;
}
#translate_element{
	float: left;
}
.goog-te-gadget-simple{
	height: 40px;
	border: none !important;
	background-color: #f8f8f8 !important;
}