
/**
 * style.less
 * 层叠样式表
 gz
 */
/* 网站小图标 */
@font-face {
	font-family: 'iconfont';
	src: url('/static/index/font/iconfont.eot');
	src: url('/static/index/font/iconfont.eot') format('embedded-opentype'),
	url('/static/index/font/iconfont.woff2') format('woff2'),
	url('/static/index/font/iconfont1.woff') format('woff'),
	url('/static/index/font/iconfont1.ttf') format('truetype'),
	url('/static/index/font/iconfont.svg') format('svg');
}
@font-face {
	font-family: 'ifont';
	src: url('/static/index/font/item/iconfont.woff2') format('woff2'),
			 url('/static/index/font/item/iconfont.woff') format('woff'),
			 url('/static/index/font/item/iconfont.ttf') format('truetype');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Demi';
	src: url('/static/index/font/AvantGardeITCbyBT-Demi.eot');
	src: url('/static/index/font/AvantGardeITCbyBT-Demi.eot') format('embedded-opentype'),
	url('/static/index/font/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
	url('/static/index/font/AvantGardeITCbyBT-Demi.woff') format('woff'),
	url('/static/index/font/AvantGardeITCbyBT-Demi.ttf') format('truetype'),
	url('/static/index/font/AvantGardeITCbyBT-Demi.svg') format('svg');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Book';
	src: url('/static/index/font/AvantGardeITCbyBT-Book.eot');
	src: url('/static/index/font/AvantGardeITCbyBT-Book.eot') format('embedded-opentype'),
	url('/static/index/font/AvantGardeITCbyBT-Book.woff2') format('woff2'),
	url('/static/index/font/AvantGardeITCbyBT-Book.woff') format('woff'),
	url('/static/index/font/AvantGardeITCbyBT-Book.ttf') format('truetype'),
	url('/static/index/font/AvantGardeITCbyBT-Book.svg') format('svg');
}
@font-face {
	font-family: 'BarlowCondensed-SemiBold';
	src: url('/static/index/font/BarlowCondensed-SemiBold.eot');
	src: url('/static/index/font/BarlowCondensed-SemiBold.eot') format('embedded-opentype'),
	url('/static/index/font/BarlowCondensed-SemiBold.woff2') format('woff2'),
	url('/static/index/font/BarlowCondensed-SemiBold.woff') format('woff'),
	url('/static/index/font/BarlowCondensed-SemiBold.ttf') format('truetype'),
	url('/static/index/font/BarlowCondensed-SemiBold.svg') format('svg');
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('/static/index/font/CenturyGothic.eot');
	src: url('/static/index/font/CenturyGothic.eot') format('embedded-opentype'),
	url('/static/index/font/CenturyGothic.woff2') format('woff2'),
	url('/static/index/font/CenturyGothic.woff') format('woff'),
	url('/static/index/font/CenturyGothic.ttf') format('truetype'),
	url('/static/index/font/CenturyGothic.svg') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('http://baheal.cn/web/bocweb/assets/fonts/CenturyGothic-Bold.eot');
	src: url('http://baheal.cn/web/bocweb/assets/fonts/CenturyGothic-Bold.eot?') format('embedded-opentype'),
	url('http://baheal.cn/web/bocweb/assets/fonts/CenturyGothic-Bold.woff2') format('woff2'),
	url('http://baheal.cn/web/bocweb/assets/fonts/CenturyGothic-Bold.woff') format('woff'),
	url('http://baheal.cn/web/bocweb/assets/fonts/CenturyGothic-Bold.ttf') format('truetype'),
	url('http://baheal.cn/web/bocweb/assets/fonts/CenturyGothic-Bold.svg') format('svg');
}
@font-face {
	font-family: 'din-bold';
	src: url('http://baheal.cn/web/bocweb/assets/fonts/din-bold.otf');
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('http://baheal.cn/web/bocweb/assets/fonts/Montserrat-Regular.otf');
}

/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	//居中
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	//旋转
	-webkit-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;
	//去除select默认样式
	appearance:none;
	-webkit-appearance:none;
*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-x: hidden;
}
html,
body {
	position: relative;
}
body {
	font-family: 'microsoft yahei','PingFang Regular', 'Heiti SC', 'Helvetica', 'Helvetica Neue', 'Arial' ;
	font-size: 14px;
	/* font-weight: 300; */
	color: #333;
	background: #fff;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
body.body-01 {
	height: 100%;
	/* overflow-y: auto; */
	overflow-x: hidden;
}
@media (max-width: 800px) {
	body.body-01 {
		height: auto;
	}
}
li,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
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;
}
button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}
img {
	border: 0;
	max-width: 100%;
}
a {
	text-decoration: none;
	-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;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
	padding: 0!important;
	margin: 0!important;
	width: 16px;
	height: 16px;
	background-position: 0 -0px!important;
}
.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
}
.w-1720 {
	width: 1720px;
	margin: 0 auto;
}
@media (max-width: 1760px) {
	.w-1720 {
		width: 100%;
		padding: 0 5%;
	}
}
.w-1680 {
	width: 1680px;
	margin: 0 auto;
}
@media (max-width: 1720px) {
	.w-1680 {
		width: 100%;
		padding: 0 5%;
	}
}
.w-1500 {
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1540px) {
	.w-1500 {
		width: 100%;
		padding: 0 5%;
	}
}
.w-1440 {
	width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1480px) {
	.w-1440 {
		width: 100%;
		padding: 0 5%;
	}
}


/*视频*/
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
.img-box {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	outline: none;
}
.img-box > img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]) {
	opacity: 0;
	border: 0;
}
.fancybox-slide--iframe .fancybox-content {
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
@media (max-width: 767px) {
	.fancybox-content {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fancybox-slide--iframe .fancybox-content {
		min-width: auto!important;
		max-width: none!important;
		width: 90%!important;
		margin-left: 5%;
		height: 220px!important;
		min-height: auto!important;
		max-height: none!important;
	}
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}
.relative{
	position: relative;
}
.md {
	position: absolute;
	top: -80px;
}
.bg-fff {
	background: #fff;
}
.fl-100 {
	float: left;
	width: 100%;
}
.title {
	text-align: center;
	color: #fff;
}
.title .title-c {
	font-size: 38px;
}
.title .title-e {
	font-family: 'AvantGardeITCbyBT-Book';
	text-transform: uppercase;
	font-size: 32px;
	margin-top: 12px;
}
@media (max-width: 1440px) {
	.title .title-c {
		font-size: 28px;
	}
	.title .title-e {
		font-size: 22px;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.title .title-c {
		font-size: 20px;
	}
	.title .title-e {
		font-size: 16px;
		margin-top: 5px;
	}
}
.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .logo {
	float: left;
	margin-top: 20px;
}
.header .logo img {
	width:175px;
	float: left;
	-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 .logo {
	float: left;
}
@media (max-width: 800px) {
	.header .logo {
		top: 15px;
	}
}
@media (max-width: 767px) {
	.header .logo {
		margin-top: 22px;
	}
	.header .logo img {
		height: 24px;
		width:auto;
	}
}
.header {
	position: fixed;
	z-index: 9999;
	top: 60px;
	width: 100%;
	width: 90%;
	left: 5%;
	height: 80px;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.header.header-in,
.header.fixed-header {
	/* display: none; */
	-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;
	width: 100%;
	top: 0;
	left: 0;
}

.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
}
@media (max-width: 800px) {
	.header .nav-collapse {
		display: block;
		margin-top: 20px;
	}
	.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: #333 !important;
	}
}
@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: #333;
}
.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: #333;
}
.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 .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
	background-color: #fff!important;
}
.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);
	background-color: #fff!important;
}
.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);
	background-color: #fff!important;
}
.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, .6);
}
@media (min-width: 800px) {
	.header .nav {
		float: right;
	}
}
@media (max-width: 1680px) {

}
@media (max-width: 1440px) {

}
@media (max-width: 800px) {
	.header .nav {
		position: fixed;
		z-index: 9999;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		margin-left: 0%;
		margin-top: 0;
		padding: 0 50px;
		margin-top: 0;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(0, 104, 182, .9);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		position: relative;
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
}
@media (max-width: 767px) {
	.heade-con {
		box-shadow: 0 3px 3px rgba(0,0,0,0.1);
	}
	.header .nav-collapse {
		margin-right: 10px;
		margin-top: 12px;
	}
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}
.header .nav.left-100 {
	left: -100%;
}
.header .nav.left-200 {
	left: -200%;
}
@media (min-width: 800px) {
	.header .nav .nav-list1 > li {
		float: left;
		position: relative;
	}
	.header .nav .nav-list1 > li > a {
		display: block;
		float: left;
		font-size: 18px;
		line-height: 77px;
		padding: 0 24px;
		position: relative;
		z-index: 2;
		color: #333;
		background-image: none;
		position: relative;

	}
	.header .nav .nav-list1 > li > a::before {
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		/* background: url(/static/index/images/ico.png) no-repeat; */

		content: "";
		width: 21px;
		height: 14px;
		display: none;
	}
	.header .nav .nav-list1 > li:hover > a::before,
	.header .nav .nav-list1 > li.active > a::before {
		display: block;

	}
	.header .nav .nav-list1 > li:hover > a,
	.header .nav .nav-list1 > li.active > a {
		/* color: #0068b7; */
		color: #0068b6;
		border-bottom: 3px solid #0068b6;

	}
	.header .nav .nav-list1 > li > a::after,
	.header .nav .nav-list1 > li > a::after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0%;
		height: 3px;
		background: #0068b7;
		content: "";
		-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 .nav .nav-list1 > li:hover > a::after,
	.header .nav .nav-list1 > li.active > a::after {
		/* width: 100%; */
	}
	.header.header-in .nav .nav-list1 > li > a,
	.header.fixed-header .nav .nav-list1 > li > a {
		color: #333;
	}
	.header.header-in .nav .nav-list1 > li:hover > a,
	.header.header-in .nav .nav-list1 > li.active > a,
	.header.fixed-header .nav .nav-list1 > li.active > a,
	.header.fixed-header .nav .nav-list1 > li:hover > a {
		color: #0068b7;
		border-bottom-color: #0068b6;
	}
	.header .nav .nav-list1 .nav-list2 {
		padding: 16px 0;
		position: absolute;
		z-index: 50;
		display: none;
		left: 50%;
		top: 100%;
		width: 100%;
		min-width:120px;
		text-align: center;
		background: rgba(255,255,255,1);
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
		box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	/* 	.header .nav .nav-list1 > li:nth-child(3) .nav-list2 {
            width: 160%;
            margin-left: -30%;
        } */
	
	.header .nav .nav-list1 > li:nth-child(6) .nav-list2 {
		width: 200px;
	}
	.header .nav .nav-list1 .nav-list2 li {
		padding: 16px 5px;
		position: relative;
	}
	.header .nav .nav-list1 .nav-list2 li a {
		font-size: 16px;
		display: block;
		color: #333;
	}
	.header .nav .nav-list1 .nav-list2 li a:hover {
		color: #0068b6;
	}
	.header .nav .nav-list1 .nav-list2 li a::after {
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 80%;
		height: 1px;
		border-bottom: 1px solid #eee;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		content: "";
	}
	.header .nav .nav-list1 .nav-list2 li:last-child a::after {
		/* display: none; */
	}
	.header .nav .nav-list1 > li:nth-child(6) .nav-list2 li a::after {
		width: 173px;
	}
	/* 	.header .nav .nav-list1 > li:nth-child(3) .nav-list2 li a::after {
            width: 90%;
        } */
	.header .nav .nav-list1 .nav-list2 li a span {
		display: block;
		padding: 0px 0 16px 0;
	}
	.header .nav .nav-list1 .nav-list2 li a p {
		display: block;
		color: #999;
		position: relative;
		font-size: 14px;
	}
	.header .nav .nav-list1 .nav-list2 li:hover a {
		/* background: #0168b7; */
		/* color: #fff; */
	}
	.header .nav .nav-list1 .nav-list2 li a::before {
		position: absolute;
		left: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		-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: ""; */
		background: #274a8a;
		width: 0px;
		height: 2px;
	}
	.header .nav .nav-list1 .nav-list2 li:hover a::before {
		width: 10px;
	}

	/*wzk:start*/
	.header .nav .nav-list1 .nav-product{
		position:relative;
	}
	.header .nav .nav-list1 .nav-product .nav-list2{
		width:325px;overflow:hidden;
	}
	.header .nav .nav-list1 .nav-product .nav-list2 li{
		width:160px;float:left;
	}
	/*wzk:end*/


}
@media (max-width: 1600px) {
	.header .nav .nav-list1 > li {
		float: left;
	}
	.header .nav .nav-list1 > li > a {
		padding: 0 15px 0 15px;
	}
	.header .nav .nav-list1 > li:nth-child(6) .nav-list2 li a::after {
		width: 178px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1 > li > a {
		padding: 0 15px 0 15px;
		font-size: 16px;
	}
	.header .nav .nav-list1 > li > a::before {
		background-size: 16px auto;
	}
	.header .nav .nav-list1 > li:nth-child(6) .nav-list2 li a::after {
		width: 180px;
	}

	.header .nav .nav-list1 .nav-list2 li a {
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	.header .nav .nav-list1 > li {
		padding: 0 4px 0 4px;
	}
	.header .nav .nav-list1 > li > a {
		padding: 0 10px 0 10px;
		font-size: 14px;
	}
	.header .nav .nav-list1 > li:nth-child(6) .nav-list2 li a::after {
		width: 183px;
	}
	.header .nav .nav-list1 > li:nth-child(4) .nav-list2 {
		width: 110px;
	}
}
@media (max-width: 800px) {
	.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;
	}
}
@media (max-width: 800px) {
	.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.fixed-header .nav-collapse .btn-line:nth-child(3),
	.header.fixed-header .nav-collapse .btn-line:nth-child(1) {
		background: #274a8a;
	}
	.header.fixed-header .nav-collapse .btn-line,
	.header.fixed-header .nav-collapse .btn-line {
		background: #274a8a;
	}
}
.header .nav .nav-list2 > a,
.header .nav .nav-list3 > a {
	display: inline-block;
	/* color: #fff; */
}
.header.header-in .nav .nav-list2 > a,
.header.header-in .nav .nav-list3 > a {
	/* color: #fff; */
}
@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;
}
@media (max-width: 800px) {
	.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, 104, 182, .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{
	position: relative;
	z-index: 1;
}
.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;
	position: absolute;
	width: 100%;
	left: 0;
}
.header .nav-2 .nav-top h2 a,
.header .nav-3 .nav-top h2 a{
	color: #fff;
}
@media (max-width: 767px) {
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
	}
	.header.header-in .nav-collapse .btn-line {
		background: #fff;
	}
	.header.fixed-header .nav-collapse .btn-line {
		background: #274a8a;
	}
}
.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: 90%;
	margin-top: 0%;
	position: relative;
}
@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
		padding: 0 0px;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 30%;
	font-size: 18px;
	line-height: 24px;
	margin: 20px 0;
	text-align: center;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
}
@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%;
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media (max-width: 800px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}
@media (max-width: 800px) {
	.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;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.header .nav .nav-list1 > li {
		width: 100%;
	}
	.header .nav .nav-list1 > li:first-child {
		width: 100%;
	}
	.header .fade-out ul.nav-list1 > li > a {
		display: block;
		width: 100%;
		font-size: 20px;
		line-height: 2.5;
		text-transform: uppercase;
	}
	.header.fixed-header .nav .nav-list1 > li > a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1 > li > a p {
		display: inline-block;
		margin-left: 3%;
	}
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		width: 100%;
	}
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		display: inline-block;
		width: 100%;
		color: #fff;
	}
	.header .nav-2 .content ul li a p,
	.header .nav-3 .content ul li a p {
		font-size: 14px;
		margin-top: 5px;
	}
	.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;
	}
}
@media (max-width: 767px) {
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		/* width: 48%; */
		width: 100%;
	}
	.header .nav-2 .content ul li a,
	.header .nav-3 .content ul li a {
		margin: 5px 0;
	}
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		font-size: 18px;
		margin-top: 0;
	}
}
.heade-con {
	padding: 0 116px 0 36px;
	position: relative;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
}
@media (max-width: 800px) {
	.heade-con {
		padding: 0 86px 0 36px;
	}
}
@media (max-width: 767px) {
	.header {
		width: 100%;
		top: 0;
		left: 0;
		height: 66px;
	}
	.heade-con {
		padding: 0 66px 0 15px;
	}
}
/*搜索*/
.header .find {
	position: absolute;
	right: 0;
	width: 117px;
	height: 80px;
	line-height: 80px;
	background: #0068b6;
	float: left;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .find span {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background: url(/static/index/image/search.png) center no-repeat;
}
.header .find:hover span {
}
@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 800px) {
	.header .find {
		width: 82px;
	}
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}
	.header .find img {
		width: 20px;
	}
}
@media (max-width: 767px) {
	.header .find {
		width: 66px;
		height: 66px;
		line-height: 66px;
	}
}
/*搜索弹窗*/
.header .search-box {
	position: fixed;
	z-index: 888;
	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, 104, 182, .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: 27px;
	height: 27px;
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: url(/static/index/image/search.png) no-repeat;
	color: #fff;
}
@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}
.header .search-box.search-xs {
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}
@media (min-width: 800px) {
	.header .search-box.search-xs {
		display: none;
	}
}
@media (max-width: 800px) {
	.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: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}
@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}
.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 .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 90%;
	max-width: 800px;
	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: 16px;
	line-height: 30px;
	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 20px;
	-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;
}
.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}
@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.head-right {
	float: right;
}
.head-right .language {
	margin-right: 48px;
	margin-left: 48px;
	font-family: 'CenturyGothic';
	position: relative;
	display: inline-block;
	float: right;
}
.head-right .language p {
	font-size: 22px;
	font-size: 18px;
	line-height: 80px;
	padding-left: 10px;
	padding-right: 28px;
	cursor: pointer;
	position: relative;
	margin: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
	color: #000;
}
.head-right .language p::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 11px;
	background: url(/static/index/image/down.png) no-repeat;
	content: "";
}
.head-right .language p:before {
	float: left;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	background: url(http://baheal.cn/web/bocweb/assets/images/flag.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
.head-right .language > ul {
	position: absolute;
	z-index: 9;
	top: 100%;
	left: -00%;
	display: none;
	width: 100%;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.head-right .language > ul li a {
	line-height: 20px;
	padding: 10px 0;
	font-size: 18px;
	color: #000;
	display: block;
}
.head-right .language > ul li a:hover {
	color: #20519a;
	background: #eee;
}
@media (max-width: 1440px) {
	.head-right .language > ul li a,
	.head-right .language p {
		font-size: 16px;
	}
	.head-right .language {
		margin-right: 38px;
		margin-left: 28px;
	}
}
@media (max-width: 1280px) {
	.head-right .language > ul li a,
	.head-right .language p {
		font-size: 14px;
	}
}
@media (max-width: 800px) {
	.head-right .language {
		margin-right: 18px;
		margin-left: 0px;
	}
}
@media (max-width: 767px) {
	.head-right {
		margin-left: 0;
	}
	.head-right .language {
		margin-right: 5px;
	}
	.head-right .language p {
		line-height: 66px;
		font-size: 16px;
	}
	.head-right .language p::after {
		width: 14px;
		height: 8px;
		background-size: cover;
	}
	.head-right .language p:before {
		width: 26px;
		height: 26px;
	}
}

.wrap-sidenav {
	height: 80px;
	margin-top: -0px!important;
	padding: 0 0%;
	position: relative;
}
.wrap-sidenav::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f5f5f5;
	content: "";
	z-index: 0;
}


.wrap-sidenav .sidenav {
	position: relative;
}
.wrap-sidenav .sidenav ul {
	font-size: 0;
	position: relative;
	position: absolute;
	/*left: 0;*/
	overflow: hidden;
	/*white-space: nowrap;*/
	text-align: left;
	display:flex;
}
.wrap-sidenav .sidenav ul li {
	display: inline-block;
	position: relative;
	flex:none;
}
.wrap-sidenav .sidenav ul li::after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #d1d1d1;
}
.wrap-sidenav .sidenav ul li:last-child::after {
	display: none;
}
.wrap-sidenav .sidenav ul li a {
	font-size: 20px;
	height: 80px;
	line-height: 80px;
	padding: 0 40px 0 40px;
	border-bottom: 2px solid rgba(0,0,0,0);
	color: #666;
	position: relative;
	display: block;
	z-index: 1;
}
.wrap-sidenav .sidenav ul li a img {
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 10px;
	max-width: none;
}
.wrap-sidenav .sidenav ul li a .block {
	display: inline-block;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li a .hover {
	display: none;
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a {
	border-bottom-color: #0068b7;
	color: #0068b6;
}
.wrap-sidenav .sidenav ul li.active a .block,
.wrap-sidenav .sidenav ul li:hover a .block {
	display: none;
}
.wrap-sidenav .sidenav ul li.active a .hover,
.wrap-sidenav .sidenav ul li:hover a .hover {
	display: inline-block;
	padding-bottom: 3px;
}
@media (max-width: 1600px) {
	.wrap-sidenav {
		height: 60px;
	}
	.wrap-sidenav .sidenav ul li a {
		font-size: 18px;
		line-height: 60px;
		height: 60px;
		padding: 0 15px 0 15px;
	}
}
@media (max-width: 800px) {
	.wrap-sidenav .sidenav ul li:hover a:before {
		display: none;
	}
}
@media (max-width: 800px) {
	.wrap-sidenav {
		height: 50px;
	}
	.wrap-sidenav .sidenav ul li a {
		font-size: 16px;
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.wrap-sidenav {
		height: 50px;
	}
	.wrap-sidenav .sidenav {
		/*overflow-x: auto;*/
		/*height: 50px;*/
		/*white-space: nowrap;*/
		/*overflow: hidden;*/
	}
	.wrap-sidenav .sidenav ul li a {
		padding: 0 12px 0 12px;
	}
}

.add {
	float: right;
	line-height: 80px;
	font-size: 16px;
	padding-left: 32px;
	background: url(/static/index/image/add.png) left center no-repeat;
	color: #999;
	position: relative;
}
.add a {
	color: #999;
}
.add a:hover,
.add a.active {

	color: #0068b6;
}
@media (max-width: 1600px) {
	.add {
		line-height: 60px;
		font-size: 16px;
	}
}
@media (max-width: 800px) {
	.add {
		display: none;
	}
}
/**
 * page
 */
.pagination { margin: 0; }
.pagination>li>a, .pagination>li>span { padding: 0; margin-left: 0; line-height: 1; }
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 130px;
	text-align: center;
	/* font-family: 'centurygothic'; */
}
.page a, .page span {
	font-size: 18px;
	line-height: 43px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 45px;
	height: 45px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%!important;
	color: #666;
	background: #fff;
	border: 1px solid #d2d2d2;
}
.page a.prev {
	/* background: #fff url("../images/left.png") center no-repeat; */
}
.page a.next {
	/* background: #fff url("../images/right.png") center no-repeat; */
}
/*
.page a.prev:hover {
	background: #029c6a url("../images/page-bg-l-on.png") center no-repeat;
}

.page a.next:hover {
	background: #029c6a url("../images/page-bg-r-on.png") center no-repeat;
} */
@media (max-width: 1440px) {
	.page{
		margin-top: 60px;
	}
}
@media (max-width: 800px) {
	.page{
		margin-top: 80px;
	}
	.page a, .page span {
		margin: 0 6px;
		height: 42px;
		line-height: 40px;
		width: 42px;
	}
}
@media (max-width: 800px) {
	.page{
		margin-top: 30px;
	}
	.page a, .page span {
		height: 40px;
		line-height: 40px;
		width: 40px;
	}
}

@media (max-width: 767px) {
	.page {
		margin-top: 30px;
	}
	.page a.prev {
		background-size: 7px auto;
	}
	.page a.next {
		background-size: 7px auto;
	}
	.page a, .page span {
		height: 40px;
		line-height: 40px;
		width: 40px;
		margin: 0 2px;
	}
}
.page a.omit:hover {
	color: #fff;
	/* background-color: #eee; */
}

.page a.prev {

}
.page a.prev:after {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e601';*/
}

.page a.next {

}
.page a.next:before {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e827';*/
}
.page a.active,
.page a:hover {
	background-color: #0068b6!important;
	border: 1px solid #0068b6!important;
	color: #fff!important;
}
.page li.active span {
	background-color: #0068b6!important;
	border: 1px solid #0068b6!important;
	color: #fff!important;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #0068b6;
	border: 1px solid #0068b6;
}
@media (max-width: 1024px) {
	.page a, .page span {
		font-size: 14px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}
	.page a:prev {
		background-size: 7px auto;
	}
	.page a:next {
		background-size: 7px auto;
	}
}


/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	z-index: 99;
}
.banner .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 58px;
	z-index: 99999;
	color: #fff;
}
.banner .slick-dots li {
	width: 17px;
	height: 17px;
	border-radius: 100%;
	margin: 0 11px;
	border: 2px solid rgba(255,255,255,1);
	background: rgba(255,255,255,1);
	display: inline-block;
	cursor: pointer;
}
.banner .slick-dots li.slick-active {
	border-color: #0068b7;
	background: #0068b7;
}
.banner .slick-dots li button {
	display: none;
}
.banner .img-box {
	padding-bottom: 43.38541666666667%;
}
.banner.banner-in .img-box {
	padding-bottom: 36.45833333333333%;
}

.banner .pc {
	display: block;
}
.banner .ph {
	display: none;
}
@media (max-width: 1440px) {
	.banner .slick-dots {
		bottom: 40px;
	}
}
@media (max-width: 800px) {
	.banner .pc {
		display: none;
	}
	.banner .ph {
		display: block;
	}
	.banner .img-box {
		padding-bottom: 100%;
	}
	.banner.banner-in .img-box {
		padding-bottom: 100%;
	}
}
@media (max-width: 767px) {
	.banner {
	}
	.banner .slick-dots {
		bottom: 15px;
	}
	.banner .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 5px;
	}
}
.banner .text .h1,
.banner .text .h2,
.banner .text .h3,
.banner .text .h4,
.banner .text .h5,
.banner .text .h6 {
	margin: 0;
	padding: 0;
}
.banner .slick-current .text {
	opacity: 1;
}
.banner .slick-current .text .h1,
.banner .slick-current .text .h2,
.banner .slick-current .text .h3,
.banner .slick-current .text .h4,
.banner .slick-current .text .h5,
.banner .slick-current .text .h6 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .text {
	top: 50%;
	left: 0%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	z-index: 9999999;
	color: #fff;
}
.banner .text .h1 {
	font-size: calc(100vw / 1920 * 68);
	color: #0068b6;
	position: relative;
	letter-spacing: .2em;
}
.banner .text .h1.home {
	width: 100%;
	text-align: center;
}
.banner .text .h1.right {
	text-align: right;
}

.banner.banner-in .text .h1 {
	font-size: 50px;
}
@media (max-width: 1440px) {
	.banner .text .h1.home {
		text-align: left;
	}
	.banner.banner-in .text .h1 {
		font-size: 42px;
	}
}
@media (max-width: 1199px) {
	/* .banner .text .h1.home { letter-spacing: 0; } */
}
@media (max-width: 800px) {
	.banner .text .h1 {
		font-size: 30px;
		font-size: 36px;
		padding-bottom: 15px;
		padding-bottom: 5px;
	}
}
@media (max-width: 767px) {
	.banner .text .h1 {
		font-size: 24px;
		padding-bottom: 10px;
	}
	.banner.banner-in .text .h1 {
		font-size: 28px;
		margin-top:28px;
	}
	.banner .text .h1.home {
		font-size:20px;
		margin-top:24px;
	}
	.banner .text .h1.home p span {
		line-height:29px;
		display:block;
	}
}


.footer {
	float: left;
	width: 100%;
}
.footer,
.footer a {
	color: #666;
}
.foot-t {
	margin: 45px 0 43px 0;
	position: relative;
	font-size: 0;
}
.foot-t .foot-t-l {
	float: left;
}
.foot-t .foot-t-l img {
	width: 175px;
}
.foot-t .foot-t-m {
	top: 7px;
	line-height: 30px;
	font-size: 18px;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.foot-t .foot-t-m a {
	margin: 0 16px;
	display: inline-block;
}
.foot-t .foot-t-m a:hover {
	color: #0068b6;
}
.foot-t .foot-t-r {
	padding-left: 48px;
	font-size: 26px;
	line-height: 30px;
	margin-top: 7px;
	color: #0068b6;
	/* font-family: 'din-bold'; */
	float: right;
	background: url(/static/index/image/tel.png) no-repeat;
}

.foot-d {
	padding: 36px 0 46px 0;
	font-size: 16px;
	border-top: 1px solid rgba(102,102,102,0.3);
}
.foot-d .foot-d-l {
	float: left;
	color: rgba(102,102,102,0.6);
	width:90%;
}
.foot-d .foot-d-l a {
	margin-right: 20px;
	color: rgba(102,102,102,0.6);
}
.foot-d .foot-d-l a.a1:hover {
	color: #0068b6;
}
.foot-d .foot-d-l a:last-child {
	margin-right: 0px;
}
.foot-d .foot-d-r {
	float: right;
}
.foot-d .foot-d-r a {
	margin-left: 70px;
	color: rgba(102,102,102,0.6);
}
.foot-d .foot-d-r a:first-child {
	margin-left: 0;
}
.foot-d .foot-d-r a.backtop {
	color: rgba(102,102,102,1);
	padding-right: 42px;
	background: url(/static/index/image/up.png) right center no-repeat;
}
@media (max-width: 1680px) {
	.foot-d { font-size: calc(100vw / 1680 * 16); }
}
@media (max-width: 1440px) {
	.foot-t .foot-t-m a {
		margin: 0 10px;
	}
	.foot-t .foot-t-m {
		font-size: 16px;
	}
	.foot-t .foot-t-r {
		padding-left: 36px;
		font-size: 20px;
	}
	.foot-d {
		/* font-size: 14px; */
	}
}
@media (max-width: 1280px) {
	.foot-d .foot-d-l {
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
		line-height:1.5;
	}
}

@media (max-width: 800px) {
	.foot-t .foot-t-m {
		display: none;
	}
	.foot-d .foot-d-l,
	.foot-d .foot-d-r {
		width: 100%;
		text-align: center;
	}
	.foot-d .foot-d-r {
		margin-top: 20px;
	}
	.foot-d .foot-d-l a {
		margin-right: 20px;
	}
}
@media (max-width: 767px) {
	.foot-d { font-size:14px; }
	.foot-t {
		margin: 30px 0 30px 0;
		text-align: center;
	}
	.foot-t .foot-t-l {
		width: 100%;
	}
	.foot-t .foot-t-r {
		display: none;
		width: 100%;
		margin-top: 20px;
	}
	.foot-d {
		padding-top: 20px;
		padding-bottom: 70px;
		line-height: 1.4;
	}
	.foot-d .foot-d-l a {
		margin-right: 10px;
	}
	.foot-d .foot-d-r {
		margin-top: 10px;
	}
	.foot-d .foot-d-r a.backtop {
		display: none;
	}
}

.foot-tel {
	display: none;
}
@media (max-width: 767px) {
	.foot-tel {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #0068b6;
		width: 100%;
		z-index: 999;
	}
	.foot-tel a {
		display: block;
		float: left;
		width: 50%;
		line-height: 50px;
		color: #fff;
		border-right: 1px solid #fff;
		text-align: center;
	}
	.foot-tel a:last-child {
		border-right: 0;
	}
	.footer .foot-bot .footB-r {
		text-align: center;
	}
	.footer .foot-bot .footB-r .footB-r-fun {
		display: none;
	}
	.footer .foot-bot .footB-r .footB-r-link {
		width: 100%;
	}
	.footer .foot-bot .footB-r .footB-r-link a {
		float: none;
		padding: 0 8px;
		margin-top: 0px;
	}
	.footer .foot-bot .footB-r .footB-r-link a::after {
		right: -2px;
	}
}

.bg-f9 {
	background: #f9f9f9;
}
.i-ab-new {
	padding: 100px 0 86px 0;
	position: relative;
}
.i-ab-new .i-about {
	float: left;
	width: 40.6%;
	padding: 0 66px 0 10px;
}
.i-ab-t {
	font-size: 36px;
	font-weight: bold;
}
.i-ab-new .i-about .i-ab-p {
	font-size: 16px;
	margin-top: 32px;
	line-height: 2;
	color: #666;

	height: 174px;
	overflow: hidden;

}
.i-ab-new .i-about .i-ab-p p {
	margin-bottom: 14px;
}
.i-ab-new .i-about .i-ab-p p:last-child {
	margin-bottom: 0;
}
.i-ab-new .i-about .i-ab-a {
	margin-top: 60px;
}
.i-ab-new .i-about .i-ab-a a {
	float: left;
	margin-top: 12px;
}
.i-ab-new .i-about .i-ab-a a:hover {
	margin-left: 10px;
}
.i-ab-new .i-about .i-ab-a span {
	float: right;
}
.i-ab-new .i-about .i-ab-a span img {
	height: 36px;
}

.i-ab-new .i-news {
	float: left;
	width: 59.4%;
}
.i-ab-new .i-news .spAll {
	float: left;
	width: 53.3%;
}
.i-ab-new .i-news .spBox1{
}

.i-ab-new .i-news span {
	width: 100%;
	float: left;

}
.slick-dots{
	display: none !important;
}
.i-ab-new .i-news .spBox1 .img-box{
	padding-bottom: 64.88970588235294% !important;
}
/* .i-ab-new .i-news span .img-box {
	padding-bottom: 64.88970588235294% !important;
} */
.i-ab-new .i-news span .img-box .ppp {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	background: rgba(0,104,183,0.6);
	z-index: 2;
}
.i-ab-new .i-news span .img-box .ppp p {
	font-size: 18px;
	display: block;
	line-height: 2;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-ab-new .i-news span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i-ab-new .i-news span:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.i-ab-new .i-news .i-news-con {
	/* position: absolute;
	right: 0;
	top: 3%; */
	float: left;
	width: 46.7%;
	padding-left: 5.3%;
}
.i-ab-new .i-news .i-news-con .i-news-li {
	margin-top: 30px;
	color: #161616;
}
.i-ab-new .i-news .i-news-con .i-news-li a {
	font-size: 20px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #161616;
}
.i-ab-new .i-news .i-news-con .i-news-li:hover a {
	color: #0068b6;
}
.i-ab-new .i-news .i-news-con .i-news-li p {
	margin-top: 10px;
	font-size: 16px;
	color: #999;
}
.i-ab-new .i-news .i-news-con > a {
	display: block;
	margin-top: 60px;
}
.i-ab-new .i-news .i-news-con > a:hover {
	margin-left: 10px;
}

.i-pro-bg {
	background: url(/static/index/image/bg1.jpg) no-repeat;
	background-size: cover;
}
.i-pro {
	padding: 70px 0 120px 0;
}

.i-pro .i-ab-t {
	/*float: left;*/
	margin-top: 18px;
}
.i-pro-box {
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
	overflow: hidden;
}
.i-pro-box.block {
	left: 0;
	top: 0;
	position: relative;
	z-index: 9;
	opacity: 1;
	filter: alpha(opacity=100);
	background: #fff;
}
.i-pro-Hd {
	float: right;
	width: auto;
	font-size: 0;
}
.i-pro-Hd .i-pro-li {
	width: 270px;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	margin-left: 26px;
	display: inline-block;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.i-pro-Hd .i-pro-li:first-child {
	margin-left: 0;
}
.i-pro-Hd .i-pro-li.on {
	background: #0068b6;
	color: #fff;
}
.i-pro-Bd {
	margin-top: 74px;
	overflow: hidden;
	position: relative;
}
.i-pro-Bd .i-pro-li {
	float: left;
	width: 20%;
	background: #fff;
}
.i-pro-Bd .i-pro-li .img-box {
	padding-bottom: 99.12790697674419%;
}
.i-pro-Bd .i-pro-li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i-pro-Bd .i-pro-li:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/* wzk:start */
.bg-cover{background-size:cover !important;background-repeat: no-repeat;background-position: center center;}
.bg-contain{background-size:contain;background-repeat: no-repeat;background-position: center center;}
.i-pro-Bd-new{
	margin-top:74px;
}
.i-pro-Bd-new ul{
	overflow: hidden;
}
.i-pro-Bd-new li.i-pro-item{
	float:left;
	width:14.6%;
	margin-right:0.2%;
	transition: all 0.3s ease-out 0s;
	position:relative;
	background-color: #fff;

}
.i-pro-Bd-new li.i-pro-item:before{
	content:"";
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	background-color: #fff;
	opacity: 1;
}
.i-pro-Bd-new li > a{
	display: block;
	padding-bottom:96px;
	position:relative;
}
.i-pro-Bd-new li *{
	transition: all 0.3s ease-out 0s;
}
.i-pro-Bd-new li:last-child{
	margin-right:0;
}
.i-pro-Bd-new li.on{
	width:26%;
	transition: all 0.3s ease-out 0s;
	background-color: #f2f2f2;
}
.i-pro-Bd-new li.on:before{
	content:"";
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	background-color:rgba(0,104,182,.8);
}
.i-pro-Bd-new li .pro-item-old .item-icon-box,
.i-pro-Bd-new li .pro-item-new .item-icon-box{
	position:relative;
	height:250px;
}
.i-pro-Bd-new li .pro-item-old .item-icon-box .item-icon,
.i-pro-Bd-new li .pro-item-new .item-icon-box .item-icon{
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:60px;
	height:auto;
}
.i-pro-Bd-new li .pro-item-old{
	display: block;
}
.i-pro-Bd-new li .pro-item-new{
	display: none;
}
.i-pro-Bd-new li.on .pro-item-old{
	display: none;
}
.i-pro-Bd-new li.on .pro-item-new{
	display: block;
}


.i-pro-Bd-new li .pro-item-footer{
	position:absolute;
	bottom:0;
	left:50%;
	transform: translateX(-50%);
	text-align: center;
}
.i-pro-Bd-new li .pro-item-footer .item-tit-1{
	font-size:16px;
	padding-bottom:25px;
}
.i-pro-Bd-new li .pro-item-footer .item-tit-2{
	font-size:30px;
	color:#0068B6;
	padding-bottom:25px;
}

.i-pro-Bd-new li.on .pro-item-footer{
	left:15%;
	transform: translateX(-15%);
	text-align: left;
}
.i-pro-Bd-new li.on .pro-item-footer .item-tit-1,
.i-pro-Bd-new li.on .pro-item-footer .item-tit-2{
	color:#fff;
}

.i-pro-Bd-new li:after{
	content:"";
	position:absolute;
	bottom:35px;
	right:25%;
	background: url("/static/index/image/pro-arrow.png") no-repeat center center;
	background-size:contain;
	width:40px;
	height:13px;
	opacity: 0;

}
.i-pro-Bd-new li.on:after{
	right:15%;
	opacity: 1;
}

@media (max-width: 767px) {
	.i-pro-Bd-new li.i-pro-item{
		width:100%;
		margin-bottom:1px;
	}
}

/* wzk:end */







.i-par-bg {
	background: url(/static/index/image/bg2.jpg) no-repeat;
	background-size: cover;
}
.i-par {
	padding: 90px 0 114px 0;
}
.i-par .i-ab-t {
	color: #fff;
	width: 100%;
	text-align: center;
}
.i-par .i-par-ul {
	width: 1212px;
	margin: 46px auto 0 auto;
}
.i-par .i-par-ul .i-par-li {
	float: left;
	width: 14.9%;
	margin-right: 2.12%;
	margin-top: 26px;
	background: #fff;
}
.i-par .i-par-ul .i-par-li:nth-child(6n) {
	margin-right: 0;
}
.i-par .i-par-ul .i-par-li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.i-par .i-par-ul .i-par-li:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 1680px) {
	.i-ab-new .i-about {
		padding: 0 40px 0 10px;
	}
	.i-ab-new .i-about .i-ab-p {
		margin-top: 24px;
		line-height: 1.8;
		height: 157px;
	}
	.i-ab-new .i-about .i-ab-a {
		margin-top: 24px;
	}
	.i-ab-new .i-news .i-news-con > a {
		margin-top: 30px;
	}
}

@media (max-width: 1440px) {
	.i-ab-new {
		padding: 60px 0 46px 0;
	}
	.i-ab-t {
		font-size: 24px;
	}
	.i-ab-new .i-about .i-ab-p {
		font-size: 14px;
		margin-top: 20px;
		line-height: 1.8;
	}
	.i-ab-new .i-about .i-ab-p p {
		margin-bottom: 8px;
	}
	.i-ab-new .i-about .i-ab-a {
		margin-top: 20px;
	}
	.i-ab-new .i-news .i-news-con .i-news-li {
		margin-top: 20px;
	}
	.i-ab-new .i-news .i-news-con .i-news-li a {
		font-size: 18px;
		font-size: 16px;
		line-height: 24px;
	}
	.i-ab-new .i-news .i-news-con > a {
		margin-top: 30px;
	}
	.i-ab-new .i-news > span .img-box .ppp {
		padding: 10px 20px;
	}
	.i-ab-new .i-news > span .img-box .ppp p {
		font-size: 16px;
	}
	.i-pro-Hd .i-pro-li {
		width: 240px;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		margin-left: 18px;
	}
	.i-pro-Bd {
		margin-top: 50px;
	}

}
@media (max-width: 1280px) {
	.i-par .i-par-ul {
		width: 100%;
		margin: 46px auto 0 auto;
		padding: 0 0%;
	}
	.i-ab-new .i-news .i-news-con > a {
		margin-top: 20px;
	}
}

@media (max-width: 800px) {
	.i-ab-new .i-about {
		width: 100%;
		padding: 0;
	}
	.i-ab-new .i-about .i-ab-p {
		height: auto;
	}
	.i-ab-new .i-news {
		width: 100%;
		margin-top: 30px;
	}
	.i-pro-Hd .i-pro-li {
		width: 180px;
		height: 48px;
		line-height: 48px;
		font-size: 14px;
		margin-left: 10px;
	}
	.i-pro .i-ab-t {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.i-ab-new .i-news .spAll {
		width: 100%;
	}
	.i-ab-new {
		padding: 30px 0 30px 0;
	}
	.i-ab-t {
		font-size: 20px;
	}
	.i-ab-new .i-news .spBox1{
		width: 53.3% !important;
		float: left;
	}
	.i-ab-new .i-news span {
		width: 192%;
	}
	.i-ab-new .i-news .i-news-con {
		width: 100%;
		padding-left: 0%;
		/* margin-bottom: 20px; */
		position: relative;
		margin-top: 20px;
	}
	.i-ab-new .i-news .i-news-con .i-news-li a {
		font-size: 16px;
	}
	.i-pro {
		padding: 30px 0 30px 0;
	}
	.i-pro .i-ab-t {
		width: 100%;
		margin-top: 10px;
	}
	.i-pro-Hd {
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.i-pro-Hd .i-pro-li {
		float: none;
		width: 136px;
		height: 44px;
		line-height: 44px;
		margin: 0px 10px;
		font-size: 12px;
		margin-top: 10px;
	}
	.i-pro-Bd {
		margin-top: 10px;
		text-align: center;
		font-size: 0;
	}
	.i-pro-Bd .i-pro-li {
		display: inline-block;
		font-size: none;
		float: none;
		width: 49%;
		margin: 5px 0;
		margin-right: 2%;
	}
	.i-pro-Bd .i-pro-li:nth-child(2n) {
		margin-right: 0;
	}
	.i-par {
		padding: 40px 0 30px 0;
	}
	.i-par .i-par-ul {
		margin-top: 20px;
	}
	.i-par .i-par-ul .i-par-li {
		width: 48%;
		margin-right: 4%;
		margin-top: 15px;
	}
	.i-par .i-par-ul .i-par-li:nth-child(2n) {
		margin-right: 0;
	}
	.i-ab-new .i-news > span .img-box .ppp {
		padding: 8px 18px;
	}
	.i-ab-new .i-news > span .img-box .ppp p {
		font-size: 16px;
	}
	.i-ab-new .i-news span .img-box .ppp p {
		font-size: 14px;
		-webkit-line-clamp: 1;
	}
	.i-ab-new .i-news span .img-box .ppp {
		padding: 6px 12px;
	}
}

.con {
	padding: 48px 0 84px 0;
}

.bg-fa {
	background: #fafafa;
}
.news ul {
	margin-top: -42px;
}
.news ul li {
	float: left;
	width: 32.4%;
	margin-right: 1.4%;
	margin-top: 42px;
}
.news ul li:nth-child(3n) {
	margin-right: 0;
}
.news ul li .img-box {
	padding-bottom: 47.94238683127572%;
}
.news ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.news ul li .news-p {
	padding: 20px 20px 30px 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news ul li:hover .news-p {
	background: #0068b7;
}
.news ul li:hover .news-p > a,
.news ul li:hover .news-p .news-p1 {
	color: #fff;
}

.news ul li .news-p > a {
	font-size: 20px;
	line-height: 32px;
	height: 64px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
}
.news ul li .news-p  .news-p1 {
	font-size: 16px;
	margin-top: 36px;
	color: #666;
}
@media (max-width: 1440px) {
	.news ul li .news-p > a {
		font-size: 16px;
	}
	.news ul li .news-p .news-p1 {
		margin-top: 26px;
	}
}

@media (max-width: 800px) {
	.news ul li {
		width: 49%;
		margin-right: 2%;
		margin-top: 30px;
	}
	.news ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.news ul li:nth-child(2n) {
		margin-right: 0%;
	}
}
@media (max-width: 767px) {
	.con {
		padding: 30px 0 30px 0;
	}
	.news ul {
		margin-top: -0px;
	}
	.news ul li {
		width: 100%;
		margin-right: 0%;
		margin-top: 15px;
	}
	.news ul li:nth-child(3n) {
		margin-right: 0%;
	}
	.news ul li:nth-child(2n) {
		margin-right: 0%;
	}
	.news ul li .news-p > a {
		font-size: 18px;
	}
	.news ul li .news-p .news-p1 {
		margin-top: 20px;
	}
}



/*news-details*/
.news-details{
	float: left;
	width: 100%;
	padding: 48px 0% 16px 0%;
	padding: 0px 0% 16px 0%;
}
.ne-de-title{
	float: left;
	width: 100%;
	font-size: 32px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 48px;
	color: #0068b6;
}


.news-de-2-f{
	float: left;
	width: 100%;
	padding: 20px 0;
	line-height: 32px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.news-de-2-f .news-de-2-time {
	font-family: 'CenturyGothic-Bold';
	float: left;
	max-width: 30%;
	padding-left: 36px;
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	color: #0068b6;
	overflow: hidden;
	background: url(/static/index/image/de-ico-1.png) left center no-repeat;
}
.news-de-2{
	float: left;
	width: 65%;
	margin-left: 20px;
}

.news-de-2 .text {
	float: left;
	width: 100%;
	padding: 62px 0 110px 0;
	padding: 42px 0 110px 0;
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.news-de-2 .text p{
	font-size: 16px;
}
.news-de-2 .text span{
	font-size: 16px;
}
.news-de-2 .text img{
	max-width: 100%;
	height: auto!important;
}
.news-de-2 .text h1{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 48px;
	color: #0068b6;
}
.news-de-2 .text table {
	border-collapse:collapse;
	width:100%;
}
.news-de-2 .text table tr td {
	border:1px solid #ccc;
	padding:0 10px;
}

.news-page{
	float: left;
	width: 100%;
	padding-top: 41px;
	border-top: 1px solid #ddd;
	padding-right: 136px;
	position: relative;
	margin-top: 30px;
}
.news-page .return{
	position: absolute;
	right: 0;
	top: 48px;
	padding: 0;
	margin: 0;
	display: inline-block;
	width: auto;
	padding: 0 30px;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	color: #0068b6;
	border: 1px solid #0068b6;
	text-align: center;
}
.news-page .return img{
	margin-right: 15px;
	vertical-align: middle;
	padding-bottom: 3px;
}
.news-page .return:hover{
	background: #0068b6;
	color: #fff;
}


.news-page a{
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left:  132px;
	font-size: 18px;
	color: #333;
	margin-top: 4px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-page a span{
	position: absolute;
	left: 0;
	top: 0;
	width: 108px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	color: #333;
	/* border: 1px dashed #ccc; */
	background: #0068b6;
	color: #fff;
}
.news-page a:hover{
	color: #0068b6;
}
.news-page a:hover span{

}
.news-de-right{
	float: right;
	width: 23.2%;
	margin-right: 10px;
	margin-top: 5px;
}

.news-de-right .news-de-ri-tc{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #333;
}
.news-de-right .news-de-ri-t{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	font-size: 24px;
	margin-top: 6px;
	color: #999;
}
.news-de-right .news-de-ri-list{
	float: left;
	width: 100%;
	margin-top: 32px;
}
.news-de-right .news-de-ri-list ul{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul li{
	float: left;
	width: 100%;
	margin-bottom: 100px;
	margin-bottom: 70px;
}
.news-de-right .news-de-ri-list ul li > a{
	float: left;
	width: 100%;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li > a.img-box {
	padding-bottom: 49.76744186046512%;
}
.news-de-right .news-de-ri-list ul 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;
}
.news-de-right .news-de-ri-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);
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text{
	float: left;
	width: 100%;
	padding: 18px 0 0px 0;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	height: 64px;
	line-height: 32px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time{
	float: left;
	width: 100%;
	font-size: 20px;
	margin-top: 30px;
	margin-top: 20px;

	color: #0068b6;
	color: #999;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-a{
	float: left;
	width: 100%;
	margin-top: 34px;
	margin-top: 24px;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-a a{


}




.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p a{
	color: #333;
}
.news-de-right .news-de-ri-list ul li:hover .news-de-ri-li-text .news-de-ri-li-p a{
	color: #0068b6;
}
.news-de-right .news-de-ri-link{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.news-de-right .news-de-ri-link a{
	font-family: arial;
	display: inline-block;
	padding: 0 36px;
	height: 72px;
	line-height: 70px;
	font-size: 20px;
	color: #0068b6;
	text-align: center;
	border: 1px solid #0068b6;
}
.news-de-right .news-de-ri-link a:hover{
	background: #0068b6;
	color: #fff;
}
.news-de-right .news-de-ri-link a img{
	max-width: 100%;
	vertical-align: middle;
	padding-bottom: 3px;
	margin-left: 12px;
}
@media (max-width: 1680px){
	.news-de-2-f .news-de-2-time{
		max-width: 60%;
	}
}
@media (max-width: 1600px){
	.news-de-2{
		width: 70%;
	}
}
@media (max-width: 1440px){
	.news-details {
		padding: 30px 0% 20px 0%;
		padding: 0px 0% 20px 0%;
	}
	.news-de-2-f {
		padding: 12px 0;
	}
	.news-page{
		margin-top: 20px;
		padding-top: 20px;
	}
	.news-de-2{
		width: 66%;
	}
	.news-de-right {
		width: 25%;
	}
	.ne-de-title {
		font-size: 24px;
	}

	.news-de-2 .text {
		padding: 24px 0 54px 0;
		font-size: 16px;
	}
	.news-de-right .news-de-ri-t {
		font-size: 24px;
	}
	.news-page a{
		font-size: 16px;
		margin-top: 15px;
	}
	.news-de-right .news-de-ri-tc{
		font-size: 24px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time,
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-a {
		margin-top: 20px;
		font-size: 16px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p {
		font-size: 20px;
		font-size: 16px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-a a{
		margin-top: 24px;
	}
	.news-de-right .news-de-ri-link a{
		font-size: 16px;
		padding: 0 30px;
		height: 64px;
		line-height: 62px;
	}
	.news-de-right .news-de-ri-list ul li {
		margin-bottom: 60px;
	}
}
@media (max-width: 800px){
	.news-de-2,
	.news-de-right{
		width: 100%;
		margin: 0;
	}
	.news-de-right{
		margin-top: 50px;
	}
	.news-page {
		padding-right: 0;
	}
	.news-page .return{
		position: relative;
		right: auto;
		top: auto;
		float: right;
		margin-top: 20px;
		height: 46px;
		line-height: 44px;
		font-size: 18px;
	}
}
@media (max-width: 991px){
	.news-de-2-f .news-de-2-fun a {
		width: 52px;
		height: 29px;
		line-height: 29px;
	}
	.news-details {
		padding: 30px 0% 28px 0%;
	}
	.ne-de-title {
		line-height: 32px;
		font-size: 22px;
	}
	.news-de-right .news-de-ri-list{
		margin-top: 0;
	}
	.news-details .news-de-h2{
		margin-top: 20px;
		font-size: 28px;
	}
	.news-de-2-f .news-de-2-time{
		font-size: 18px;
	}

	.news-de-2 .text {
		padding: 16px 0 28px 0;
	}
	.news-page a{
		width: 100%;
		margin-top: 10px;
	}
	.news-de-right.mom-de-right{
		width: 150px;
	}
	.news-page.mom-page a{
		width: 100%;
	}
}
@media (max-width: 767px){
	.news-de-right.mom-de-right{
		width: 100%;
	}
	.news-de-2{
		width: 100%;
	}
	.news-de-right{
		width: 100%;
	}
	.news-details {
		padding: 0px 0% 0px 0%;
	}
	.ne-de-title {
		line-height: 28px;
		font-size: 20px;
		margin-bottom: 15px;
		text-align: center;
	}
	.news-de-2-f .news-de-2-time{
		max-width: 100%;
		font-size: 14px;
		padding-left: 24px;
	}
	.news-de-2 .text {
		padding: 15px 0 20px 0;
		font-size: 14px;
	}
	.news-de-2 .text h1 {
		font-size: 18px;
		text-indent: 0;
	}
	.tj-pro.ne-de-licon {
		padding-bottom: 20px;
	}
	.news-page a {
		height: 40px;
		line-height: 38px;
		padding-left: 100px;
	}
	.news-page a span{
		width: 86px;
	}
	.news-de-right{
		margin-top: 30px;
	}
	.news-de-right .news-de-ri-t {

	}
	.news-de-right .news-de-ri-link{
		text-align: center;
	}
	.news-de-right .news-de-ri-list{
		margin-top: 10px;
	}
	.news-de-right .news-de-ri-list ul li{
		margin-bottom: 30px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p {
		font-size: 16px;
		line-height: 24px;
		height: auto;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time {
		font-size: 16px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-a a {
		margin-top: 20px;
		padding-right: 54px;
	}
	.news-de-right .news-de-ri-tc {
		font-size: 20px;
	}
	.news-de-right .news-de-ri-t {
		font-size: 20px;
	}
	.news-de-right .news-de-ri-link a{
		height: 50px;
		line-height: 48px;
		font-size: 16px;
	}
	.news-page a{
		margin: 2px 0;
	}
	.news-page .return{
		padding: 0 20px;
		font-size: 16px;
	}
	.news-page .return img{
		height: 18px;
		margin-right: 8px;
	}
}

.otc {
	margin: 48px 0 100px 0;
}
.otc-t {
	position: relative;
}
.otc-t .otc-tl {
	padding: 0 54px;
	text-align: center;
	float: left;
	width: 31.3%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.otc-t .otc-tl .otc-tl-pic {}
.otc-t .otc-tl .otc-tl-p {
	font-size: 16px;
	line-height: 2;
	color: #666;
}
.otc-t .otc-tl .otc-tl-p,
.otc-t .otc-tl .otc-tl-a {
	margin-top: 60px;
}
.otc-t .otc-tl .otc-tl-a a {
	display: inline-block;
	font-size: 16px;
	color: #0068b6;
}
.otc-t .otc-tl .otc-tl-a a:hover {
	margin-left: 5px;
}
.otc-t .otc-tl .otc-tl-a a img {
	margin-top: 14px;
}

.otc-t .otc-tr {
	float: right;
	width: 68.7%;
}
.otc-t .otc-tr .img-box {
	padding-bottom: 43.47457627118644%;
}
.otc-t .otc-tr .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.otc-t:hover .otc-tr .img-box img {
	/* -webkit-transform: scale(1.1);
	transform: scale(1.1);	 */
}

.otc-d {
	margin-top: 6px;
}
.otc-d ul li {
	float: left;
	width: 48.8%;
	margin-right: 2.4%;
	margin-top: 30px;
	padding-top: 70px;
	padding-bottom: 48px;
	padding-right: 44px;
}
.otc-d ul li:nth-child(2n) {
	margin-right: 0;
}
.otc-dt {
	padding-left: 46px;
}
.otc-dt > span {}
.otc-dt > a {
	margin-top: 30px;
	font-size: 16px;
	float: right;
	color: #999;
}
.otc-dt > a:hover {
	margin-right: 10px;
}
.otc-dt > a img {
	margin-left: 20px;
}

.otc-dd {
	font-size: 0;
	margin-top: 62px;
}
.otc-d ul li span {
	/* display: inline-block;
	vertical-align: middle; */
	float: left;
	width: 41.2%;
}
.otc-d ul li span .img-box {
	padding-bottom: 71.73252279635258%;
}
.otc-d ul li span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.otc-d ul li:hover span .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.otc-dd .otc-dd-p {
	/* display: inline-block;
	vertical-align: middle; */
	float: left;
	width: 58.8%;
	font-size: 16px;
	padding-left: 36px;
	line-height: 32px;
	color: #666;
	height: 224px;
	/* 	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden; */
	overflow-y: auto;
}

@media (max-width: 1680px){
	.otc {
		margin: 48px 0 70px 0;
	}
	.otc-t .otc-tl .otc-tl-p, .otc-t .otc-tl .otc-tl-a {
		margin-top: 40px;
	}
	.otc-t .otc-tl {
		padding: 0 3%;
	}
	.otc-d ul li {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 2%;
	}
	.otc-dd {
		margin-top: 40px;
	}
	.otc-dd .otc-dd-p {
		padding-left: 3%;
		font-size: 14px;
		line-height: 26px;
		height: 182px;
	}
}
@media (max-width: 1440px){
	.otc-t .otc-tl {
		padding: 0 2%;
	}
	.otc-t .otc-tl .otc-tl-p, .otc-t .otc-tl .otc-tl-a {
		margin-top: 30px;
	}
	.otc-t .otc-tl .otc-tl-p {
		font-size: 14px;
		line-height: 1.8;
	}
	.otc-t .otc-tl .otc-tl-a a {
		font-size: 14px;
	}
	.otc-t .otc-tl .otc-tl-a a img {
		margin-top: 8px;
	}
}
@media (max-width: 800px){
	.otc-t .otc-tl,
	.otc-t .otc-tr {
		width: 100%;
	}
	.otc-t .otc-tl {
		padding: 30px 3%;
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		transform: translateY(-0%);
		float: left;
	}

	.otc-d ul li {
		width: 100%;
		margin-right: 0;
	}
	.otc-d ul li span,
	.otc-dd .otc-dd-p {
		float: none;
		display: inline-block;
		vertical-align: middle;
		height: auto;
		-webkit-box-orient: initial;
		-webkit-line-clamp: initial;
		overflow: auto;
	}

}
@media (max-width: 767px){
	.otc {
		margin: 30px 0 30px 0;
	}
	.otc-dt {
		padding-left: 0px;
	}
	.otc-d ul li {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-top: 20px;
		padding-right: 5%;
		padding-left: 5%;
	}
	.otc-d ul li span,
	.otc-dd .otc-dd-p {
		width: 100%;
	}
	.otc-dd .otc-dd-p {
		margin-top: 20px;
		padding-left: 0%;
		padding-right: 0%;
	}
	.otc-dd {
		margin-top: 20px;
	}
	.otc-dt > a {
		float: left;
		margin-top: 15px;
	}
}


.fixed-tips {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
}
.fixed-tips .tips {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 636px;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.con-p {
	font-size: 16px;
	line-height: 36px;
	padding: 34px 46px 36px 46px;
	background: #0068b6;
	color: #fff;
}
.close-tips {
	font-size: 20px;
	line-height: 78px;
	background: #fff;
	color: #333;
	text-align: center;
}

@media (max-width: 767px){
	.fixed-tips .tips {
		max-width: none;
		width: 80%;
	}
	.con-p {
		font-size: 14px;
		line-height: 32px;
		padding: 20px 20px 20px 20px;
	}
	.close-tips {
		font-size: 16px;
		line-height: 48px;
	}
}




.otx {
	padding: 70px 0 92px 0;
}
.otx-t {}
.otx-d {
	margin-top: 44px;
}
.otx ul li {
	float: left;
	width: 23.8%;
	margin-right: 1.6%;
	margin-top: 34px;
}
.otx ul li:nth-child(4n) {
	margin-right: 0;
}
.otx ul li .img-box {
	padding-bottom: 64.24581005586592%;
}
.otx ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.otx ul li:hover .img-box img	{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.otx ul li .otx-txt {
	padding: 42px 24px 32px 24px;
	border-top: 1px solid #e2e2e2;
}
.otx ul li .otx-txt .otx-h a {
	font-size: 22px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.otx ul li:hover .otx-txt .otx-h a {
	color: #0068b6;
}
.otx ul li .otx-txt .otx-f {
	font-size: 18px;
	height: 18px;
	margin-top: 26px;
}
.otx ul li .otx-txt .otx-f a {
	color: #666;
}
.otx ul li .otx-txt .otx-f a:hover {
	color: #0068b7;
}
.otx ul li .otx-txt .otx-p {
	font-size: 16px;
	height: 104px;
	line-height: 26px;
	margin-top: 10px;
	overflow-y: auto;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden; */
	color: #999;
}

.otx-d ul li {
	width: 11.1%;
	margin-right: 1.6%;
	border: 1px solid #eee;
}
.otx-d ul li:nth-child(4n) {
	margin-right: 1.6%;
}
.otx-d ul li:nth-child(8n) {
	margin-right: 0;
}


.otx-dt span {
	padding: 0 22px;
	border-radius: 10px;
	line-height: 46px;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	background: #0068b6;
}
@media (max-width: 1440px){
	.otx {
		padding-top: 70px;
	}
	.otx ul li .otx-txt {
		padding: 30px 20px 20px 20px;
	}
	.otx ul li .otx-txt .otx-h a {
		font-size: 18px;
	}
	.otx ul li .otx-txt .otx-f {
		font-size: 16px;
		margin-top: 20px;
	}
	.otx ul li .otx-txt .otx-p {
		font-size: 14px;
		height: 96px;
		line-height: 24px;
		margin-top: 10px;
	}
	.otx ul li {
		margin-top: 24px;
	}
}
@media (max-width: 800px){
	.otx ul li {
		width: 48%;
		margin-right: 4%;
	}
	.otx ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.otx {
		padding: 15px 0 30px 0;
	}
	.otx-dt span {
		padding: 0 18px;
		border-radius: 8px;
		line-height: 40px;
		font-size: 18px;
	}
	.otx-d {
		margin-top: 30px;
	}
	.otx ul li {
		width: 100%;
		margin-right: 0%;
	}
	.otx ul li .otx-txt .otx-p {
		height: auto;
	}
	.otx ul li {
		margin-top: 15px;
	}

	.otx-d ul li {
		width: 49%;
		margin-right: 2%;
	}
	.otx-d ul li:nth-child(5n) {
		margin-right: 2%;
	}
	.otx-d ul li:nth-child(2n) {
		margin-right: 0;
	}

}

.otx-de {
	padding-left: 436px;
	margin: 48px 0 104px 0;
	position: relative;
	min-height: 500px;
}
.otx-deL {
	position: absolute;
	left: 0;
	width: 436px;
}
.otx-deL span {
	display: block;
	margin-top: 98px;
}
.otx-deR {
	padding: 115px 10.8% 125px 10.8%;
}
.otx-deR .otx-deRh {
	font-size: 32px;
	font-weight: bold;
}
.otx-deR .otx-deRt {
	margin-top: 38px;
	font-size: 16px;
	line-height: 1.4;
	color: #999;
}
.otx-deR .otx-deRp {
	margin-top: 18px;
	font-size: 18px;
	line-height: 2;
	color: #333;
}
@media (max-width: 1440px){
	.otx-de {
		padding-left: 360px;
		margin: 48px 0 84px 0;
	}
	.otx-deL {
		width: 300px;
	}
	.otx-deR {
		padding: 85px 8% 95px 8%;
	}
}
@media (max-width: 800px){
	.otx-de {
		padding-left: 0px;
		margin: 10px 0 30px 0;
	}
	.otx-deL {
		position: relative;
		left: auto;
		float: left;
		width: 100%;
		text-align: center;
	}
	.otx-deL span {
		display: inline-block;
		vertical-align: middle;
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.otx-deR {
		padding: 30px 5% 30px 5%;
	}
	.otx-deR .otx-deRh {
		font-size: 22px;
	}
	.otx-deR .otx-deRt {
		margin-top: 15px;
	}
	.otx-deR .otx-deRp {
		margin-top: 12px;
		font-size: 14px;
		line-height: 2;
	}
}

.firm {
	margin-top: 30px;
	margin-bottom: 100px;
}
.firm ul li {
	font-size: 0;
	margin-top: 48px;
}
.firm ul li > span,
.firm ul li .firm-txt {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.firm ul li .img-box {
	padding-bottom: 49.76744186046512%;
}
.firm ul li .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.firm ul li:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.firm ul li .firm-txt {
	padding: 0 100px;
	text-align: center;
}
.firm ul li .firm-txt .firm-t a {
	font-size: 32px;
	color: #333;
	font-weight: bold;
}
.firm ul li .firm-txt .firm-p {
	font-size: 18px;
	line-height: 32px;
	margin-top: 40px;
	color: #666;
}
.firm ul li .firm-txt .firm-a {
	margin-top: 76px;
}
.firm ul li .firm-txt .firm-a a:hover {
	margin-left: 10px;
}
@media (max-width: 1440px){
	.firm {
		margin-top: 30px;
		margin-bottom: 80px;
	}
	.firm ul li .firm-txt {
		padding: 0 4%;
	}
	.firm ul li .firm-txt .firm-t a {
		font-size: 22px;
	}
	.firm ul li .firm-txt .firm-p {
		font-size: 16px;
		line-height: 28px;
		margin-top: 20px;
	}
	.firm ul li .firm-txt .firm-a {
		margin-top: 36px;
	}
}
@media (max-width: 800px) {
	.firm ul li > span,
	.firm ul li .firm-txt {
		width: 100%;
	}
	.firm ul li {
		margin-top: 30px;
	}
	.firm ul li .firm-txt {
		padding: 30px 5%;
	}
}
@media (max-width: 767px) {
	.firm {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.firm ul li .firm-txt .firm-t a {
		font-size: 20px;
	}
	.firm ul li .firm-txt .firm-p {
		margin-top: 15px;
	}
	.firm ul li .firm-txt .firm-a {
		margin-top: 16px;
	}
	.firm ul li .firm-txt {
		padding: 20px 5%;
	}
}

.brand {
	margin: 48px 0 112px 0;
}
.brand ul {
	margin-top: -64px;
}
.brand ul li {
	float: left;
	width: 30.8%;
	margin-right: 3.8%;
	margin-top: 64px;
	padding: 24px 20px 20px 20px;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
}
.brand ul li:hover {
	background: #0068b6;
}
.brand ul li:nth-child(3n) {
	margin-right: 0;
}
.brand ul li span {

}
.brand ul li span .img-box {
	padding-bottom: 60.32719836400818%;
}
.brand ul li span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.brand ul li:hover span .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.brand ul li .brand-txt {
	padding-top: 34px;
}
.brand ul li .brand-txt .brand-t a {
	font-size: 28px;
	padding-right: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	display: block;
	background: url(/static/index/image/ico.png) right center no-repeat;
}
.brand ul li .brand-txt .brand-p {
	font-size: 18px;
	height: 64px;
	line-height: 32px;
	margin-top: 32px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.brand ul li:hover .brand-txt .brand-t a,
.brand ul li:hover .brand-txt .brand-p {
	color: #fff;
}
.brand ul li:hover .brand-txt .brand-t a {
	background-image: url(/static/index/image/ico-on.png);
}
@media (max-width: 1440px) {
	.brand {
		margin: 20px 0 100px 0;
	}
	.brand ul li {
		margin-top: 48px;
		padding: 20px 18px 20px 18px;
	}
	.brand ul li .brand-txt {
		padding-top: 24px;
	}
	.brand ul li .brand-txt .brand-t a {
		font-size: 20px;
	}
	.brand ul li .brand-txt .brand-p {
		font-size: 16px;
		height: 48px;
		line-height: 24px;
		margin-top: 24px;
	}
}
@media (max-width: 1366px) {
	.brand ul li .brand-txt .brand-t a {
		font-size: 18px;
	}
}
@media (max-width: 800px) {
	.brand ul li {
		width: 48%;
		margin-right: 4%;
		margin-top: 36px;
	}
	.brand ul li:nth-child(3n) {
		margin-right: 4%;
	}
	.brand ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.brand {
		margin: 10px 0 30px 0;
	}
	.brand ul {
		margin-top: -0px;
	}
	.brand ul li {
		width: 100%;
		margin-right: 0%;
		margin-top: 20px;
	}
	.brand ul li .brand-txt {
		padding-top: 20px;
	}
	.brand ul li .brand-txt .brand-t a {
		font-size: 20px;
	}
	.brand ul li .brand-txt .brand-p {
		font-size: 16px;
		height: 48px;
		line-height: 24px;
		margin-top: 15px;
	}
}


.duty-de {
	padding: 48px 7% 105px 7%;
	text-align: center;
}
/* .duty-de img {
	margin: 10px;
} */
.duty-de img {
	width: 31%;
	margin: 24px 1%;
}
.duty-de .duty-de-t {
	font-size: 36px;
}
.duty-de .duty-de-p {
	font-size: 18px;
	line-height: 32px;
	padding: 0 10%;
	color: #666;
}
.duty-de .duty-de-p,
.duty-de .duty-de-img {
	margin-top: 60px;
}
.duty-de .duty-de-img {
	font-size: 0;
}
.duty-de .duty-de-img span {
	display: inline-block;
	width: 31%;
	margin-right: 3.5%;
}
.duty-de .duty-de-img span .img-box {
	padding-bottom: 65.72052401746725%;
}
.duty-de .duty-de-img span:nth-child(3n) {
	margin-right: 0;
}
@media (max-width: 1440px) {
	.duty-de {
		padding: 60px 4% 80px 4%;
	}

	.duty-de .duty-de-t {
		font-size: 28px;
	}
	.duty-de .duty-de-p {
		font-size: 16px;
		line-height: 28px;
		padding: 0 6%;
	}
	.duty-de .duty-de-p,
	.duty-de .duty-de-img {
		margin-top: 40px;
	}
}
@media (max-width: 800px) {
	.duty-de {
		padding: 30px 0% 40px 0%;
	}
	.duty-de .duty-de-t {
		font-size: 22px;
	}
	.duty-de .duty-de-p {
		font-size: 16px;
		line-height: 24px;
		padding: 0 4%;
	}
	.duty-de .duty-de-p,
	.duty-de .duty-de-img {
		margin-top: 30px;
	}
}
@media (max-width: 800px) {
	.duty-de {
		padding: 40px 0% 40px 0%;
	}
	.duty-de img {
		width: 100%;
		margin: 10px 0;
	}
	.duty-de .duty-de-t {
		font-size: 22px;
	}
	.duty-de .duty-de-p {
		font-size: 16px;
		line-height: 24px;
		padding: 0 2%;
	}
	.duty-de .duty-de-p,
	.duty-de .duty-de-img {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.duty-de {
		padding: 30px 0% 30px 0%;
	}

	.duty-de .duty-de-img span {
		width: 100%;
		margin: 8px 0;
	}
	.duty-de .duty-de-p,
	.duty-de .duty-de-img {
		margin-top: 20px;
	}
	.duty-de .duty-de-t {
		font-size: 20px;
	}
}

.about {
	padding: 48px 0 142px 0;
	font-size: 0;
}
.about .video {
	display: inline-block;
	vertical-align: middle;
	width: 52.6%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
}
.about .video 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;
}
.about .video:hover .video img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.about .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 55.80110497237569%;
	background-color: rgba(0, 0, 0, 0);
}
.about .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;
}
.about .video .img-box > img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.about .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.about .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.about .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 60px;
	height: 60px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(/static/index/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%);
}
.about .video:hover .img-box > img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.about .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}

.about-txt {
	display: inline-block;
	vertical-align: middle;
	width: 42.3%;
	margin-left: 5.1%;
}
.about-t {
	font-size: 36px;
	color: #333;
	font-weight: bold;
}
.about-p {
	margin-top: 50px;
	font-size: 16px;
	line-height: 2;
	color: #666;
}
@media (max-width: 1440px) {
	.about-t {
		font-size: 28px;
	}
	.about-p {
		margin-top: 30px;
		font-size: 16px;
		line-height: 1.8;
	}
}
@media (max-width: 800px) {
	.about-txt,
	.about .video {
		width: 100%;
		margin: 0;
	}
	.about-txt {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.about {
		padding: 30px 0 30px 0;
	}
	.about-t {
		font-size: 20px;
	}
	.about-p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.8;
	}
	.about .video .play {
		width: 40px;
		height: 40px;
	}
}

.team {
	margin: 48px 0 50px 0;
	padding-left: 21.8%;
	position: relative;
}
.team .i-ab-t {
	position: absolute;
	left: 0;
	top: 0;
}
.team ul li {
	float: left;
	width: 47%;
	margin-right: 6%;
	margin-bottom: 50px;
	background: #fafafa;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.team ul li:hover {
	background: #0068b7;
	color: #fff;
}
.team ul li:nth-child(2n) {
	margin-right: 0;
}
.team ul li span {
	float: left;
	width: 36%;
}
.team ul li span .img-box {
	padding-bottom: 149.5614035087719%;
}
.team ul li span .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.team ul li:hover span .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.team ul li .team-txt {
	float: left;
	width: 64%;
	padding: 0 32px;
}
.team ul li .team-txt .team-h {
	font-size: 20px;
	margin-top: 60px;
}
.team ul li .team-txt .team-t {
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.4;
}
.team ul li .team-txt .team-p {
	font-size: 16px;
	line-height: 28px;
	margin-top: 54px;
	height: 140px;
	overflow-y: auto;
	color: #666;
}
.team ul li:hover .team-txt .team-p {
	color: #fff;
}
@media (max-width: 1680px) {
	.team {
		padding-left: 18%;
	}
	.team ul li .team-txt {
		padding: 0 24px;
	}
	.team ul li .team-txt .team-h {
		font-size: 20px;
		margin-top: 40px;
	}
	.team ul li .team-txt .team-t {
		font-size: 16px;
		margin-top: 10px;
	}
	.team ul li .team-txt .team-p {
		font-size: 16px;
		line-height: 28px;
		margin-top: 36px;
		height: 140px;
	}
}
@media (max-width: 1440px) {
	.team {
		padding-left: 15%;
	}
	.team ul li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 40px;
	}
	.team ul li .team-txt .team-p {
		font-size: 14px;
		margin-top: 28px;
	}
}
@media (max-width: 1366px) {
	.team ul li .team-txt .team-p {
		line-height: 24px;
		height: 120px;
		margin-top: 20px;
	}
}
@media (max-width: 800px) {
	.team {
		padding-left: 20%;
	}
	.team ul li {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.team {
		padding-left: 0%;
		margin: 30px 0 30px 0;
	}
	.team .i-ab-t {
		position: relative;
		left: auto;
		top: auto;
	}
	.team ul li {
		margin-bottom: 0;
		margin-top: 20px;
	}
	.team ul li span,
	.team ul li .team-txt {
		width: 100%;
	}
	.team ul li .team-txt .team-p {
		height: auto;
	}
	.team ul li .team-txt {
		padding: 20px 5%;
	}
	.team ul li .team-txt .team-h {
		margin-top: 0;
	}
}

.honor {
	margin: 48px 0 84px 0;
	padding-left: 17.9%;
}
.honor .i-ab-t {
	position: absolute;
	left: 0;
	top: 0;
}
.honor ul {
	border-top: 1px solid #999;
}
.honor ul li {
	padding-left: 11.3%;
}
.honor ul li span {
	margin-top: 24px;
	top: 0px;
	padding-left: 42px;
	font-size: 26px;
	position: absolute;
	left: 0;
	color: #0068b6;
	/* font-family: 'Montserrat-Regular'; */
}
.honor ul li span::after {
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #0068b6;
	content: "";
}
.honor ul li .hon-txt {}
.honor ul li .hon-txt .hon-p {
	line-height: 36px;
	padding: 20px 0;
	font-size: 20px;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 1440px) {
	.honor {
		padding-left: 15%;
	}
	.honor ul li span {
		padding-left: 30px;
		font-size: 22px;
	}
	.honor ul li span::after {
		width: 8px;
		height: 8px;
	}
	.honor ul li .hon-txt .hon-p {
		padding: 18px 0;
		font-size: 18px;
	}
}
@media (max-width: 800px) {
	.honor ul li {
		padding-left: 14%;
	}
}
@media (max-width: 800px) {
	.honor {
		padding-left: 18%;
	}
	.honor ul li {
		padding-left: 0%;
	}
	.honor ul li span {
		float: left;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 30px;
		top: auto;
		padding-left: 24px;
		font-size: 22px;
		position: relative;
		left: auto;
	}
	.honor ul li .hon-txt .hon-p {
		padding: 12px 0;
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.honor .i-ab-t {
		position: relative;
		left: auto;
		top: auto;
	}
	.honor {
		padding-left: 0%;
		margin: 30px 0;
	}
	.honor ul {
		border-top-width: 0px;
	}
	.honor ul li span {
		margin: 30px 0 10px 0;
	}
	.honor ul li .hon-txt {
		border-top: 1px solid #e8e8e8;
	}
	.honor ul li .hon-txt .hon-p {
		padding: 10px 0;
		line-height: 24px;
	}
}


.cul-bg {
	background: url(/static/index/image/bg.png) center bottom no-repeat;
	background-size: 100% auto;
}
.culture {
	margin: 48px 0 140px 0;
	padding-left: 29%;
}
.culture .i-ab-t {
	position: absolute;
	top: 0;
	left: -0px;
}
.culture .cul-txt {
	color: #666;
}
.culture .cul-txt .cul-t {
	font-size: 30px;
	line-height: 1.4;
}
.culture .cul-txt .cul-p {
	font-size: 16px;
	line-height: 2.4;
	margin-top: 60px;
}
.culture .cul-txt .cul-j{
	margin-top: 6px;
}
.culture .cul-txt .cul-j .oneH{
	margin-top: 0 !important;
}
.culture .cul-txt .cul-j h2{
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
}
.culture .cul-txt .cul-j p{
	font-size: 16px;
	margin-top: 12px;

}
@media (max-width: 1440px) {
	.culture {
		/* padding: 65px 0 58px 0; */
	}
	.culture .culture-txt {
		margin-top: 14px;
		font-size: 16px;
	}
	.culture .culture-txt h2 {
		margin-top: 22px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.culture-pic {
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.culture {
		padding: 30px 0 30px 0;
	}
	.culture .culture-txt {
		margin-top: 4px;
		font-size: 14px;
		line-height: 1.8;
	}
	.culture .culture-txt h2 {
		margin-top: 12px;
		margin-bottom: 8px;
		font-size: 16px;
	}
	.culture-pic {
		margin-top: 20px;
	}
}

.xgyq.text {
	padding: 80px 0;
}
@media (max-width: 767px) {
	.xgyq.text {
		padding: 30px 0;
	}
}

@media (max-width: 767px) {
	.footer .foot-bot .footB-l p {
		text-align: center;
	}
	.footer .foot-bot .footB-l p span {
		display: inline-block;
		width: auto;
		margin-right: 0;
	}
}
@media (max-width: 1440px) {
	.culture {
		padding-left: 24%;
	}
	.culture .cul-txt .cul-t {
		font-size: 24px;
	}
	.culture .cul-txt .cul-p {
		font-size: 16px;
		margin-top: 40px;
	}
}
@media (max-width: 767px) {
	.culture {
		padding-left: 0%;
		margin: 0px 0 0px 0;
	}
	.culture .i-ab-t {
		position: relative;
		top: auto;
		left: auto;
	}
	.culture .cul-txt .cul-t {
		font-size: 18px;
		margin-top: 20px;
	}
	.culture .cul-txt .cul-p {
		margin-top: 20px;
	}
	.culture .cul-txt .cul-p {
		font-size: 16px;
		line-height: 2;
	}
}
/* .culture,
.culture .culture-txt {
	float: left;
	left: 20%;
	width: 100%;
}
.culture {
	padding: 95px 0 78px 0;
}
.culture .culture-txt {
	margin-top: -118px !important;
	font-size: 18px;
	line-height: 2;

}
.culture .culture-txt h2 {
	margin-top: 28px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.culture .culture-txt p{
	color: #000;
}
.culture-pic {
	margin-top: 50px;
} */


.culture .culture-txt {
	margin-top: 0px;
	font-size: 18px;
	line-height: 2;
	color: #333;
}
.culture .culture-txt h2 {
	margin-top: 28px;
	margin-bottom: 12px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
@media (max-width: 1440px) {
	.culture .culture-txt {
		/* margin-top: 14px; */
		font-size: 16px;
	}
	.culture .culture-txt h2 {
		margin-top: 22px;
		margin-bottom: 10px;
		font-size: 16px;
	}
}
@media (max-width: 767px) {

	.culture .culture-txt {
		margin-top: 40px;
		margin-top: 0px;
		font-size: 14px;
		line-height: 1.8;
	}
	.culture .culture-txt h2 {
		margin-top: 32px;
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 2;
	}
}

.gy {
	padding: 50px 0 15px 0;
}
.gy ul {}
.gy ul li {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}

.gy ul li .gy-t {
	font-size: 32px;
	font-size: 26px;
	font-size: 22px;
	padding-left: 16px;
	border-left: 5px solid #0068b6;
	font-weight: bold;
	color: #0068b6;
}
.gy ul li .gy-p {
	font-size: 18px;
	line-height: 32px;
	margin-top: 36px;
	color: #666;
}
.gy ul li .gy-img {}
.gy ul li .gy-img .gy-pic {
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
	margin-top: 38px;
}
.gy ul li .gy-img .gy-pic:nth-child(3n) {
	margin-right: 0;
}
.gy ul li .gy-img .gy-pic .img-box {
	padding-bottom: 64.28571428571429%;
}
.gy ul li .gy-img .gy-pic .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.gy ul li .gy-img .gy-pic:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width: 1440px) {
	.gy ul li {
		margin-bottom: 50px;
	}
	.gy ul li .gy-t {
		font-size: 22px;
		padding-left: 14px;
		border-left-width: 4px;
	}
	.gy ul li .gy-p {
		font-size: 16px;
		line-height: 28px;
		margin-top: 30px;
	}
	.gy ul li .gy-img .gy-pic {
		margin-top: 24px;
	}
}
@media (max-width: 800px) {
	.gy ul li {
		margin-bottom: 30px;
	}
	.gy ul li .gy-t {
		font-size: 20px;
		padding-left: 12px;
		border-left-width: 3px;
	}
	.gy ul li .gy-p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
	.gy ul li .gy-img .gy-pic {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.gy {
		padding: 30px 0 15px 0;
	}
	.gy ul li {
		margin-bottom: 30px;
	}
	.gy ul li .gy-t {
		font-size: 18px;
		padding-left: 10px;
	}
	.gy ul li .gy-p {
		margin-top: 15px;
	}
	.gy ul li .gy-img .gy-pic {
		margin-top: 15px;
	}
	.gy ul li .gy-img .gy-pic {
		width: 100%;
		margin-right: 0%;
		margin-top: 15px;
	}
	.gy ul li .gy-img .gy-pic:nth-child(3n) {
		margin-right: 0;
	}
}

.i-news > .i-ab-t{
	display: none;
}
@media (max-width: 767px) {
	.i-ab-t {
		display: block;
	}
	.i-news > .i-ab-t {
		display: block;
	}
	.i-ab-new .i-news .i-news-con {
		margin-top: 0;
	}
	.i-ab-new .i-news .i-news-con .i-ab-t{
		display: none;
	}
	.i-ab-new .i-news .spAll {
		margin-top: 20px;
	}
	.i-pro-Bd-new{
		margin-top:36px;
	}
}

.w-1600 {
	width: 1600px;
	margin: 0 auto;
}
@media (max-width: 1640px) {
	.w-1600 {
		width: 100%;
		padding: 0 5%;
	}
}

.bg-f5 {
	background: #f5f5f5;
}
.ds-l {
	float: left;
	width: 14%;
	margin-top: 48px;
	padding-bottom: 40px;
}
.ds-l ul li {
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
.ds-l ul li:last-child {
	border-bottom-width: 0;
}
.ds-l ul li a {
	padding: 20px 28px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	display: block;
}
.ds-l ul li.active a,
.ds-l ul li:hover a {
	background: #0068b6;
	color: #fff;
}
.otx.ds {
	float: right;
	width: 84.375%;
	padding: 48px 0 92px 0;
}
.otx.ds ul {
	margin-top: -20px;
}
.otx.ds ul li {
	width: 23.5%;
	margin-top: 20px;
	margin-right: 2%;
}
.otx.ds ul li:nth-child(4n) {
	margin-right: 0;
}
.otx.ds ul li .img-box {
	padding-bottom: 72.32704402515723%;
}
.otx.ds ul li .otx-txt {
	padding: 36px 22px 40px;
}
.otx.ds ul li .otx-txt .otx-h a {
	font-size: 18px;
	font-weight: bold;
}
.otx.ds ul li .otx-txt .otx-p {
	font-size: 16px;
	height: 78px;
	line-height: 26px;
	margin-top: 14px;
	color: #666;
}
@media (max-width: 1440px) {
	.ds-l ul li a {
		padding: 15px 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.otx.ds ul li .otx-txt {
		padding: 26px 18px 30px;
	}
	.otx.ds ul li .otx-txt .otx-h a {
		font-size: 16px;
	}
	.otx.ds ul li .otx-txt .otx-p {
		font-size: 15px;
		height: 72px;
		line-height: 24px;
		margin-top: 10px;
	}
}
@media (max-width: 800px) {
	.ds-l,
	.otx.ds {
		width: 100%;
	}
	.otx.ds ul li {
		width: 49%;
	}
	.otx.ds ul li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.otx.ds ul li {
		width: 100%;
		margin-right: 0;
	}
	.ds-l {
		margin-top: 30px;
		padding-bottom: 20px;
	}
	.ds-l ul li {
		/* float: left;
		width: 50%; */
	}
	.ds-l ul li a {
		padding: 10px 20px;
		line-height: 20px;
		font-size: 16px;
	}
	.otx.ds {
		padding: 0px 0 30px 0;
	}
	.otx.ds ul li .otx-txt .otx-p {
		height: auto;
	}
}

.de1-t {
	margin-top: 48px;
	padding: 46px 2.4% 52px;
	background: #fff
}
.de1-t .de1-tl,
.de1-t .de1-tm,
.de1-t .de1-td {
	float: left;
}
.de1-t .de1-tl {
	width: 35.1%;
}
.de1-t .de1-tl .img-box {
	padding-bottom: 65.38461538461538%;
	border: 1px solid #dbdbdb;
}
.de1-t .de1-tl .img-box img {
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.de1-t .de1-tl:hover .img-box img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.de1-t .de1-tm {
	width: 44.5%;
	padding-top: 34px;
	padding-left: 80px;
}
.de1-t .de1-tm .de1-tmt {
	font-size: 32px;
	color: #333;
}
.de1-t .de1-tm .de1-tmd {
	margin-top: 30px;
}
.de1-t .de1-tm .de1-tmd ul {
}
.de1-t .de1-tm .de1-tmd ul li {
	font-size: 18px;
	line-height: 42px;
}
.de1-t .de1-tm .de1-tmd .de1-spl {
	width: 120px;
	float: left;
	color: #0068b6;
}
.de1-t .de1-tm .de1-tmd .de1-spr {
	float: left;
	color: #333;
}



.de1-t .de1-tr {
	width: 20.4%;
}

.de1-tdt {
	padding: 0 16px;
	line-height: 58px;
	color: #fff;
	background: #0068b6;
}
.de1-tdd {
	padding-bottom: 74px;
	padding-left: 28px;
	padding-right: 28px;
	border: 1px solid #dbdbdb;
	border-top-width: 0;
}
.de1-tdd .de1-tddp {
	padding-top: 35px;

	line-height: 38px;
	font-size: 16px;
	color: #333;
	width: 100%;
}
.de1-tdd .de1-tdda {
	margin-top: 87px;
	width: 100%;
}
.de1-tdd .de1-tdda a {
	width: 126px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	display: block;
	color: #fff;
	text-align: center;
	background: #0068b6;
}
.de1-tdd .de1-tdda a:hover {
	opacity: 0.8;
}

.bg-f8 {
	background: #f8f8f8;
}
.de1-d {
	margin-top: 55px;
	margin-bottom: 92px;
	padding: 60px 40px 40px 40px;
}
.de1-dt span {
	width: 157px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	background: #0068b6;
	text-align: center;
	color: #fff;
	display: inline-block;
}
.de1-d .otx-de {
	padding-left: 414px;
}
.de1-d .otx-deL {
	width: 414px;
	text-align: center;
}
.de1-d .otx-deL span {
	margin-top: 0;
}
.de1-d .otx-deR {
	padding: 0px 180px 0 0;
}
@media (max-width: 1440px) {
	.de1-t .de1-tm {
		padding-left: 60px;
		padding-top: 24px;
	}
	.de1-t .de1-tm .de1-tmt {
		font-size: 24px;
	}
	.de1-t .de1-tm .de1-tmd {
		margin-top: 20px;
	}
	.de1-t .de1-tm .de1-tmd ul li {
		font-size: 16px;
		line-height: 36px;
	}
	.de1-tdt {
		padding: 0 14px;
		line-height: 48px;
	}
	.de1-tdd {
		padding-bottom: 44px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.de1-tdd .de1-tddp {
		padding-top: 24px;
		line-height: 30px;
		font-size: 14px;
	}
	.de1-tdd .de1-tdda {
		margin-top: 60px;
	}
	.de1-tdd .de1-tdda a {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
}
@media (max-width: 800px) {
	.de1-t .de1-tl,
	.de1-t .de1-tm,
	.de1-t .de1-td {
		width: 100%;
	}
	.de1-t .de1-tm {
		padding-left: 0;
	}
	.de1-t .de1-td {
		margin-top: 30px;
	}
	.de1-d .otx-deL {
		width: 100%;
		text-align: center;
	}
	.de1-d .otx-de {
		padding-left: 0px;
	}
	.de1-d .otx-deR {
		padding: 0px 0px 0 0;
	}
}
@media (max-width: 767px) {
	.de1-d {
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 30px 5% 30px 5%;
	}
	.de1-dt span {
		width: 120px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}
	.de1-t {
		margin-top: 30px;
		padding: 30px 5% 30px;
	}
	.de1-tdd .de1-tdda {
		margin-top: 30px;
	}
	.de1-tdd {
		padding-bottom: 30px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.de1-t .de1-tm .de1-tmt {
		font-size: 22px;
	}
}

.vip-t {
	margin-top: 48px;
	font-size: 36px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.vip-t span {
	color: #0068b6;
}
.vip-d {
	margin-top: 114px;
	margin-bottom: 140px;
}
.vip-d ul {}
.vip-d ul li {
	float: left;
	width: 22.4%;
	margin: 0 1.3%;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-align: center;
}
.vip-d ul li:hover {
	-webkit-transform: scale(1.06);
	transform: scale(1.06);
	box-shadow: 0 0 24px rgba(0,0,0,0.26);
}
.vip-d ul li .vip {
	padding: 24px 0 18px 0;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.vip-d ul li:hover .vip {
	padding: 30px 0 46px 0;
	background: #e4f3ff;
}

/* .vip-d ul li .vip-1,
.vip-d ul li .vip-2,
.vip-d ul li .vip-3,
.vip-d ul li .vip-4 {
	float: left;
	width: 100%;
} */
.vip-d ul li .vip-1 {
	font-size: 24px;
	height: 36px;
	line-height: 36px;
}
.vip-d ul li .vip-2 {
	height: 48px;
	line-height: 48px;
	margin-top: 14px;
	font-size: 18px;
}
.vip-d ul li .vip-2 s,
.vip-d ul li .vip-2 strong {
	display: inline-block;
	vertical-align: middle;
}
.vip-d ul li .vip-2 strong {
	font-size: 32px;
	margin-left: 30px;
	color: #da0000;
	transition: all 0.3s ease-out 0s;
	text-align: center;
}
.vip-d ul li:hover .vip-2 strong {
	font-size: 44px;
}
.vip-d ul li .vip-3 {
	height: 42px;
	margin-top: 16px;
}
.vip-d ul li .vip-3 a {
	width: 128px;
	line-height: 42px;
	border-radius: 21px;
	font-size: 18px;
	border: 1px solid #0068b6;
	display: inline-block;
	font-weight: bold;
	color: #0068b6;
}
.vip-d ul li .vip-3 a:hover {
	background: #0068b6;
	color: #fff;
}
.vip-d ul li .vip-4 {
}
.vip-d ul li .vip-4 .vip-li {
	font-size: 20px;
	line-height: 30px;
	padding: 15px 0;
	background: #e4f3ff;
	color: #333;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.vip-d ul li .vip-4 .vip-li:nth-child(2n) {
	line-height: 30px;
	padding: 35px 0;
	background: #fff;
}

.vip-d ul li:hover .vip-4 .vip-li {
	background: #fff;
}
.vip-d ul li:hover .vip-4 .vip-li:nth-child(2n) {
	background: #e4f3ff;
}
.vip-p {
	margin: 50px 0 128px 0;
	padding-left: 24%;
	font-size: 18px;
	line-height: 40px;
	color: #666;
}
@media (max-width: 1440px) {
	.vip-t {
		font-size: 28px;
	}
	.vip-d {
		margin-top: 64px;
		margin-bottom: 80px;
	}
	.vip-d ul li .vip-1 {
		font-size: 24px;
	}
	.vip-d ul li .vip-2 {
		font-size: 16px;
	}
	.vip-d ul li .vip-3 a {
		width: 120px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
	.vip-d ul li .vip-4 .vip-li {
		font-size: 18px;
		line-height: 24px;
		padding: 12px 0;
	}
	.vip-d ul li .vip-4 .vip-li:nth-child(2n) {
		line-height: 24px;
		padding: 30px 0;
	}
	.vip-p {
		margin: 40px 0 108px 0;
		padding-left: 15%;
		font-size: 16px;
		line-height: 36px;
	}
	.vip-d ul li .vip-2 strong {
		font-size: 24px;
		margin-left: 20px;
	}
	.vip-d ul li:hover .vip-2 strong {
		font-size: 32px;
	}
}
@media (max-width: 800px) {
	.vip-d ul li {
		width: 48%;
		margin: 10px 1%;
	}
	.vip-p {
		padding-left: 5%;
	}
}
@media (max-width: 767px) {
	.vip-d ul li {
		width: 100%;
		margin: 10px 0;
	}
	.vip-t {
		font-size: 22px;
		margin-top: 30px;
	}
	.vip-d {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.vip-d ul li .vip {
		padding: 10px 0 10px 0;
	}
	.vip-d ul li .vip-1 {
		height: auto;
		font-size: 20px;
	}
	.vip-d ul li .vip-2 {
		height: auto;
		line-height: unset;
	}
	.vip-d ul li .vip-2 strong {
		font-size: 20px;
		margin-left: 15px;
	}
	.vip-d ul li:hover .vip-2 strong {
		font-size: 24px;
	}
	.vip-d ul li .vip-3 {
		height: auto;
		margin-top: 10px;
	}
	.vip-d ul li .vip-4 .vip-li:nth-child(2n) {
		padding: 20px 0;
	}
	.vip-d ul li .vip-4 .vip-li {
		font-size: 16px;
	}
	.vip-p {
		margin: 20px 0 30px 0;
		line-height: 32px;
	}
}

.dl-bg {
	background: url(/static/index/image/bg11.jpg) no-repeat;
	background-size: cover;
}
.zc-bg {
	background: url(/static/index/image/bg21.jpg) no-repeat;
	background-size: cover;
}
.dl {
	width: 530px;
	margin: 248px auto 80px;
	padding: 46px 34px 86px;
	box-shadow: 0px 10px 15px rgba(0,104,182,0.2);
	background: #fff;
}
.dl-t {
	font-size: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	color: #333;
	text-align: center;
}
.dl-t p {
	font-size: 18px;
	margin-top: 12px;
	color: #999;
}
.dl-t::after {
	width: 64px;
	height: 3px;
	bottom: -2px;
	content: "";
	background: #0068b6;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.dl-d {
	padding-top: 20px;
	font-size: 16px;
}
.dl-d input[type="text"],
.dl-d input[type="password"] {
	height: 54px;
	padding: 0 22px;
	border-radius: 10px;
	margin-top: 26px;
	width: 100%;
	border: 1px solid #ddd;
}
.dl-d input[type="text"].w-305 {
	width: 305px;
}
.w-yzm {
	width: 132px;
	margin-top: 26px;
	float: right;
}
.w-yzm img {
	width: 100%;
	height: 100%;
}
.dl-d input[type="submit"] {
	width: 278px;
	height: 55px;
	line-height: 55px;
	border-radius: 28px;
	font-size: 20px;
	margin-top: 58px;
	display: inline-block;
	color: #fff;
	text-align: center;
	background: #0068b6;

}
.dl-d input[type="submit"]:hover {
	opacity: 0.8;
}
.dl-d .p {
	margin-top: 22px;
	font-size: 16px;
	color: #999;
}
.dl-d .p input {
	margin-right: 10px;
}
.dl.zc {
	padding-bottom: 40px;
}
.dl.zc .dl-d {
	padding-top: 0;
}
.dl.zc .dl-d input[type="submit"] {
	margin-top: 40px;
}

@media (max-width: 767px) {
	.dl {
		width: 90%;
		margin: 120px auto 30px;
		padding: 30px 30px 30px;
	}
	.dl-t {
		font-size: 22px;
		padding-bottom: 16px;
	}
	.dl-d {
		padding-top: 10px;
		font-size: 14px;
	}
	.dl-d input[type="text"],
	.dl-d input[type="password"] {
		height: 48px;
		padding: 0 20px;
		border-radius: 8px;
		margin-top: 15px;
	}
	.dl-d input[type="text"].w-305 {
		width: 100%;
	}
	.w-yzm {
		float: left;
		width: 120px;
		margin-top: 15px;
	}
	.dl-d input[type="submit"] {
		width: 200px;
		height: 48px;
		line-height: 48px;
		border-radius: 24px;
		font-size: 16px;
		margin-top: 30px;
	}
	.dl-t p {
		font-size: 16px;
		margin-top: 10px;
	}
	.dl.zc {
		padding-bottom: 30px;
	}
	.dl.zc .dl-d input[type="submit"] {
		margin-top: 30px;
	}
	.dl-d .p {
		margin-top: 15px;
		font-size: 14px;
	}
}

.me-form form {
	display: block;
	width: 600px;
	margin: 52px auto 84px;
	padding: 26px 0 72px 0;
}
.me-form form .me-div {
	margin-top: 30px;
	font-size: 0;
}
.me-form form .me-div > span {
	width: 124px;
	font-size: 20px;
	padding-right: 24px;
	line-height: 47px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	text-align: right;
}
.me-form form .me-div > span font {
	color: #e00000;
}
.me-form form .me-div > input,
.me-form form .me-div > select,
.me-form form .me-div > textarea {
	outline: none;
	width: 476px;
	font-size: 16px;
	border: 1px solid #cecece;
	display: inline-block;
	vertical-align: top;
}
.me-form form .me-div > textarea {
	padding-top: 10px;
	padding: 0 12px;
	height: 274px;
	line-height: 45px;
}
.me-form form .me-div > select {
	color: #777;

}
.me-form form .me-div > select,
.me-form form .me-div > input[type=text] {
	height: 45px;
	line-height: 45px;
	padding: 0 12px;
}
.me-form form .me-div > input[type=file] {
	border: 0;
	color: #777;
	line-height: 45px;
}
.me-form form .me-div > input[type=submit] {
	width: 222px;
	line-height: 56px;
	border-radius: 28px;
	font-size: 20px;
	color: #fff;
	background: #0068b6;
	color: #fff;
	text-align: center;
}
.me-form form .me-div.center {
	text-align: center;
	margin-top: 52px;
}
@media (max-width: 767px) {
	.me-form form {
		width: 100%;
		margin: 30px auto 30px;
		padding: 10px 5% 30px 5%;
	}
	.me-form form .me-div {
		margin-top: 15px;
	}
	.me-form form .me-div > span {
		width: 30%;
		font-size: 16px;
		padding-right: 12px;
		line-height: 40px;
	}
	.me-form form .me-div > input,
	.me-form form .me-div > select,
	.me-form form .me-div > textarea {
		width: 70%;
		font-size: 14px;
	}
	.me-form form .me-div > select,
	.me-form form .me-div > input[type=text] {
		height: 40px;
		line-height: 40px;
	}
	.me-form form .me-div > textarea {
		height: 168px;
		line-height: 40px;
	}
	.me-form form .me-div.center {
		margin-top: 22px;
	}
	.me-form form .me-div > input[type=submit] {
		width: 160px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
}

/* 加入我们 */
.join {
    text-align: center;
}
.join .container {
    width: 100%;
}
.join .h1 {
    font-size: 36px;
    color: rgb(0, 104, 182);
    margin-top: 90px;
    font-weight: bold;
}
.join .h1 span {
    line-height: 56px;
    display: inline-block;
    border-bottom: 2px solid rgb(85, 154, 206);
}
.join .h2 {
    font-size: 30px;
    color: rgb(102, 102, 102);
    margin-top: 40px;
}
.join .con {
    font-size: 18px;
    color: rgb(102, 102, 102);
    line-height: 32px;
    text-align: left;
}
.join .con p {
    margin-top: 20px;
}
.join .join-ban {
    width: 86%;
    margin: 0px auto;
}
.join-ban .autoplay div {
    width: 100%;
}
.join-ban .autoplay .slick-list {
	height:360px;
}
.join .join-ban .autoplay .slick-dots {
    width: 100%;
    background-color: rgb(230, 230, 230);
    float: left;
    margin-top: -10px;
    display: flex !important;
}
.join-ban .autoplay .slick-dots li {
    float: left;
    background-color: rgb(230, 230, 230);
    height: 8px;
    font-size: 0px;
    flex: 1 1 0%;
}
.join-ban .autoplay .slick-dots .slick-active {
    background-color: rgb(0, 104, 182);
}
.join .join-ban .autoplay img {
	padding: 0 10px;
}
.join-bottom {
    background-color: rgb(243, 243, 243);
    margin-top: 100px;
}
.join-header {
	position:fixed;
	top:66px;
	left:0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
}
@media (max-width: 800px) {
	.join .join-ban {
			width: 100%;
	}
	.join .join-ban .autoplay img {
		width:100%;
	}
}
@media (max-width: 767px) {
	.join .h1 {
	    margin-top: 30px;
	    font-size: 20px;
	}
	.join .h1 span {
	    line-height: 35px;
	}
	.join .h2 {
	    font-size: 16px;
	    margin-top: 20px;
	}
	.join .con {
	    font-size: 14px;
	    padding-top: 0px;
	}
	.join-img-one img {
	    height: 200px;
	}
	.join .join-ban .autoplay img {
	    padding: 0px;
	}
	#join-thr {
	    width: 100%;
	    margin: 0px auto;
	}
	.join .join-ban .autoplay .slick-dots {
		margin-top:-2px;
	}
	.join-bottom { margin-top:30px; }
	.join-ban .autoplay .slick-list {
		height: auto;
	}
}


/* 立异孵化 */
.innovate {
	float:left;
	width:100%;
}
.innovate .top {
	font-size:18px;
	line-height:32px;
	color:#666;
	text-align:center;
	margin-top:80px;
	padding:0 5%;
}
.innovate .top .tit {
	font-size:36px;
	color:#333;
	line-height:46px;
	margin-bottom:30px;
}
.innovate .bottom {
	padding:0 5%;
	margin-top:50px;
	margin-bottom:100px;
}
.innovate .bottom .list {
	position:relative;
}
.innovate .bottom .list img {
	width:100%;
}
.innovate .bottom .list p {
	position:absolute;
	bottom: 8%;
	left: 11%;
	font-size:29px;
	color:#fff;
}
@media (min-width:1720px) {
	.innovate .container {
		width:1720px;
	}
}
@media (max-width:991px) {
	.innovate .bottom .list p {
		font-size: 18px;
	}
}
@media (max-width:767px) {
	.innovate .bottom .list {
		margin-bottom:15px;
	}
	.innovate .top {
		font-size: 12px;
		margin-top: 30px;
		line-height: 25px;
	}
	.innovate .top .tit {
		font-size: 22px;
		margin-bottom:0;
	}
	.innovate .bottom {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}
/* 立异药 */
.innovate-drugs .list-w {
	width:100%;
	margin-top:85px;
	margin-bottom:80px;
	float:left;
}
.innovate-drugs .list {
	width:100%;
	float:left;
	background-color:#fafafa;
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.innovate-drugs .list .img {
	padding:20px;
	width:20%;
}
@media (max-width:768px) {
	.innovate-drugs .list .img { width:100%; }
}
.innovate-drugs .list .img img {
	width:100%;
}
.innovate-drugs .list .text {
	font-size:16px;
	color:#666;
	line-height:32px;
	padding:20px;
}
.innovate-drugs .list .tit {
	color:#0068b6;
	font-size:22px;
	margin-bottom:20px;
}
@media (max-width:1720px) {
	.innovate-drugs .list .text {
		padding: 4% 4% 4% 3%;
	}
}
@media (max-width:1199px) {
	.innovate-drugs .list .text {
		padding: 3% 4% 2% 3%;
		line-height: 28px;
		font-size: 15px;
	}
	.innovate-drugs .list .tit {
		font-size: 20px;
		margin-bottom: 10px;
	}
	
}
@media (max-width:991px) {
	.innovate-drugs .list .text {
		padding: 3% 4% 2% 3%;
		line-height: 22px;
		font-size: 12px;
	}
	.innovate-drugs .list .tit {
		font-size: 16px;
		margin-bottom: 5px;
	}
}
@media (max-width:767px) {
	.innovate-drugs .list-w {
		margin-top:30px;
		margin-bottom: 30px;
	}
	.innovate-drugs .list .text {
		padding: 0% 6% 4% 6%;
	}
}
























































@media (min-width: 1200px) {
	.header .nav .nav-list1 > li > a { padding: 0 23px; }
}
@media (max-width: 1600px) {
	.header .nav .nav-list1 > li > a { padding: 0 14px 0 14px; }
}
@media (max-width: 1440px) {
	.header .nav .nav-list1 > li > a { padding: 0 12px 0 12px; font-size: 15px; }
}
@media (max-width: 1280px) {
	.header .nav .nav-list1 > li > a { padding: 0 6px 0 6px; font-size: 14px; }
}
/* 800-1200 响应式调解 */
@media (min-width: 801px) and (max-width: 1199px) {
	.heade-con { padding: 0 80px 0 25px; }
	.header .logo { margin-top: 28px; }
	.header .logo img { width: 125px; }
	.header .find { width: 80px; }
	.head-right .language { margin-right: 20px; margin-left: 10px; }
	.head-right .language p { padding-right: 20px; }
	.head-right .language p::after { background-size: 100% 100%; width: 12px; height: 8px; }
	.header .nav .nav-list1 > li > a { padding: 0 3px 0 3px; }
	/* .banner .text .h1 { font-size: 32px; } */
	.i-ab-new .i-about { padding: 0 20px 0 10px; }
	.i-ab-t { font-size:20px; }
	.i-ab-new .i-news span .img-box .ppp p { font-size: 14px; line-height:1.5; }
	.i-ab-new .i-news .i-news-con .i-news-li a { font-size: 14px; }
	.i-ab-new .i-news .i-news-con .i-news-li p { font-size: 14px; }
	.i-ab-new .i-about .i-ab-p p span { font-size: 14px; }
	.i-pro-Bd-new li .pro-item-footer .item-tit-1 { font-size:14px; white-space: nowrap; }
	.i-pro-Bd-new li .pro-item-footer .item-tit-2 { font-size:22px; }
	.foot-t .foot-t-l img { width:130px; }
	.foot-t .foot-t-m { font-size: 14px; }
	.foot-t .foot-t-m a { margin:0 5px; }
	.foot-t .foot-t-r { font-size: 16px; }
	.foot-d { font-size: 12px; }
	.foot-d .foot-d-l { width: 100%; }
	.foot-d .foot-d-l a { margin-right: 5px; }
	
	/* 888集团官网登录入口简介 */
	.banner.banner-in .text .h1 { font-size: 28px; }
	.wrap-sidenav .sidenav ul li a { font-size:14px; }
	.add { font-size: 14px; }
	.about-txt { width: 44.3%; margin-left: 3.1%; }
	.about-t { font-size:22px; }
	.about-p { font-size:14px; line-height:1.5; margin-top: 20px; }
	
	/* 向导团队 */
	.team ul li .team-txt { padding:0 0 0 20px; }
	.team ul li .team-txt .team-h { margin-top:20px; font-size:16px; }
	.team ul li .team-txt .team-t { font-size: 14px; margin-top:5px; }
	.team ul li .team-txt .team-p { font-size: 12px;margin-top:10px;line-height: 18px;height:90px; }
	
	/* 企业文化 */
	.culture .culture-txt { font-size:14px; }
	
	/* 企业声誉 */
	.honor ul li span { padding-left:15px;font-size:18px; }
	.honor ul li .hon-txt .hon-p { padding: 16px 0; font-size:14px; }
	
	/* 产品中心 */
	.otx { padding: 40px 0; }
	.otx ul li { margin-top:12px; }
	.otx ul li .otx-txt .otx-h a { font-size:16px; }
	.otx ul li .otx-txt .otx-f { font-size: 14px;margin-top:10px; }
	.otx ul li .otx-txt .otx-p { font-size:12px;line-height:18px;height:75px; }
	
	/* 立异孵化 */
	.innovate .top { font-size: 14px; line-height: 24px;margin-top: 40px; }
	.innovate .top .tit { font-size: 22px;line-height: 1;margin-bottom: 20px; }
	.innovate .bottom .list p { font-size:18px; }
	
	/* 资讯中心 */
	.news ul li .news-p { padding:20px; }
	.news ul li .news-p > a { font-size:14px;line-height:1.6;height:48px; }
	.news ul li .news-p .news-p1 { font-size:12px;margin-top: 10px; }
	.ne-de-title { font-size:18px; }
	.news-de-2-f .news-de-2-time { font-size:14px; }
	.news-de-2 .text { font-size:14px; }
	.news-page a { font-size:14px; }
	.news-page .return { font-size:14px; }
	.news-de-right .news-de-ri-tc { font-size:18px; }
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p { font-size:14px; }
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time { font-size:14px; }
	.news-de-right .news-de-ri-link a { font-size:14px; }
	
	/* 社会责任 */
	.gy ul li .gy-t { font-size:18px; }
	.gy ul li .gy-p { font-size:14px; }
	.brand ul li .brand-txt .brand-t a { font-size:16px; }
	.brand ul li .brand-txt .brand-p { font-size:14px;margin-top: 15px; }
	
	/* 加入我们 */
	.join .h1 { margin-top: 60px;font-size: 22px; }
	.join .h2 { font-size:20px;margin-top:20px; }
	.join .con { font-size:14px; padding: 0 0 60px; }
	.join .join-ban { width:100%; }
	
	/* 导航下拉 */
	.header .nav .nav-list1 .nav-list2 li { padding:10px 0; }
	.header .nav .nav-list1 .nav-list2 li a { font-size:12px; }
	.header .nav .nav-list1 .nav-list2 li a p { font-size:12px; }
}


@media (min-width: 801px) and (max-width: 991px) {
	.heade-con { padding: 0 60px 0 20px; }
	.header .find { width: 60px; }
	.head-right .language { margin-right: 10px; }
	.head-right .language p { padding-left: 0px; padding-right: 15px; }
	.header .nav .nav-list1 > li { padding: 0 2px 0 2px; }
	.header .nav .nav-list1 > li > a { font-size: 12px; padding: 0 2px 0 2px; }
	.i-pro-Bd-new li .pro-item-footer .item-tit-1 { font-size:12px; }
	.i-pro-Bd-new li .pro-item-footer .item-tit-2 { font-size:20px; }
	.foot-t .foot-t-m { font-size: 12px; }
	.foot-t .foot-t-r { font-size:14px; background: none;padding-left: 0; }
	
	/* 888集团官网登录入口简介 */
	.banner.banner-in .text .h1 { font-size: 22px; }
	.wrap-sidenav .sidenav ul li a { font-size:14px; }
	.add { font-size: 14px; }
	.about-p { font-size:12px;line-height:1.3; }
	
	/* 向导团队 */
	.team ul li .team-txt { padding: 0 0 0 15px; }
	.team ul li .team-txt .team-h { margin-top: 15px; }
	.team ul li .team-txt .team-t { font-size:12px; }
	.team ul li .team-txt .team-p { margin-top:5px;line-height:16px;height:80px; }
	
	/* 企业声誉 */
	.honor ul li span { font-size:16px; margin-top: 15px; }
	.honor ul li .hon-txt .hon-p { padding: 6px 0; }
	
	/* 产品中心 */
	.otx ul li .otx-txt .otx-h a { font-size: 14px; }
	.otx ul li .otx-txt .otx-f { font-size:12px; }
	
	/* 立异孵化 */
	.innovate .top .tit { font-size:18px; }
	.innovate .top { font-size:12px; }
	.innovate .bottom { margin-top: 30px; margin-bottom: 60px; }
	.innovate .bottom .list p { font-size:14px; }
	
	/* 资讯中心 */
	.news ul li .news-p { padding: 15px; }
	.ne-de-title { font-size:16px;line-height:1.4; }
	.news-de-2-f { padding:4px 0; }
	.news-de-2-f .news-de-2-time { font-size:12px; }
	.news-de-2 .text { font-size: 12px; }
	.news-page a { font-size:12px; }
	.news-page .return { font-size:12px; }
	.news-de-right .news-de-ri-tc { font-size:16px; }
	
	/* 社会责任 */
	.gy ul li .gy-t { font-size:16px; }
	.gy ul li .gy-p { font-size:12px; }
	.brand ul li .brand-txt .brand-t a { font-size:14px; }
	.brand ul li .brand-txt .brand-p { font-size:12px; }
}

@media (min-width:800px) {
	.hidden-lg { display: none!important; }
}










/* 新加地图 */

.contact,
.con-1 {	
	float: left;
	width: 100%;
}
.contact {
	margin-top: 8px;
}
.contact .con-1 {
	padding: 64px 0;
	border-bottom: 1px dashed #d3d2d2;
}
.contact .con-1:last-child {
	border-bottom-width: 0;
}
.contact .con-1 .con1-con {
	float: left;
	width: 100%;
	position: relative;
}
.contact .con-1 .con1-left {
	float: left;
}
.contact .con-1 .con1-left  .con1-l-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 35%;
}
.contact .con-1 .con1-left  .con1-l-txt .con1-l-t {
	width: 100%;
	font-size: 30px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #d3d2d2;
}
.contact .con-1 .con1-left  .con1-l-txt .con1-l-p {
	width: 100%;
	font-size: 20px;
	line-height: 1.8;
	margin-top: 14px;
	color: #828282;
}
.contact .con-1 .con1-right {
	float: right;
	width: 61.8%;
	height: 353px;
}
.contact .con-1 .con1-right .map {
	width: 100%;
	height: 100%;
}
@media (max-width: 1440px) {
	.contact .con-1 {
	  padding: 48px 0;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-t {
		font-size: 24px;
		padding-bottom: 18px;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-p {
		font-size: 16px;
		margin-top: 8px;
	}
}
@media (max-width: 800px) {
	.contact .con-1 .con1-left,
	.contact .con-1 .con1-right {
		float: left;
		width: 100%;
	}
	.contact .con-1 .con1-left .con1-l-txt {
		position: relative;
		top: auto;
		transform: translateY(-0%);
		width: 100%;
	}
	.contact .con-1 .con1-right {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.contact .con-1 {
	  padding: 30px 0;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-t {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.contact .con-1 .con1-left .con1-l-txt .con1-l-p {
		line-height: 1.6;
		font-size: 14px;
	}
	.contact .con-1 .con1-right {
	  margin-top: 10px;
		height: 240px;
	}
}





/* 2024.07.3 添加栏目 生产运营 */
/* 底部调解 */
@media (min-width: 1440px) and (max-width: 1500px) {
	.foot-t .foot-t-r { padding-left: 36px; font-size: 24px; }
}
@media (min-width: 767px) and (max-width: 800px) {
	.foot-d { font-size: 12px; }
}
/* 图片放大效果 */
.i-scale .img { overflow: hidden; }
.i-scale .img img { transition: transform 1s ease-in-out; }
.i-scale:hover .img img { transform: scale(1.1); }


/* 图片牢靠宽高比例 */
.i-box { position: relative; overflow: hidden; height: 0; padding-bottom: 100%; }
.i-box img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.production-list {
	padding: calc(100vw / 1920 * 80) 0 calc(100vw / 1920 * 140);
	overflow: hidden;
}
.production-list .top {
	font-size: 20px;
	line-height: 1.6;
}
.production-list .bottom {
	margin-top: calc(100vw / 1920 * 50);
}
.production-list .bottom .link {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.production-list .bottom .link > a {
	position: relative;
	width: 49%;
	height: auto;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	padding: calc(100vw / 1920 * 20);
	text-align: center;
	line-height: 1.2;
	transition: background-color .5s, border .5s, color .5s;
}
.production-list .bottom .link > a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	border: calc(100vw / 1920 * 18) solid transparent;
	border-top: calc(100vw / 1920 * 18) solid #0068b7;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity .8s, bottom .8s;
	z-index: -1;
}
.production-list .bottom .link > a.active {
	border: 1px solid #0068b7;
	background-color: #0068b7;
	color: #fff;
}
.production-list .bottom .link > a.active::before { opacity: 1; bottom: calc(100vw / 1920 * -35); }
.production-list .bottom .content {
	margin-top: calc(100vw / 1920 * 55);
	position: relative;
}
.production-list .bottom .list {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	opacity: 0;
	z-index: -1;
	transition: opacity .8s, left .8s;
}
.production-list .bottom .list.active { opacity: 1; z-index: 1; position: relative; }
.production-list .bottom .list:nth-child(1) {  left: -100%; }
.production-list .bottom .list:nth-child(1).active { left: 0 }
.production-list .bottom .list:nth-child(2) {  left: 100%; }
.production-list .bottom .list:nth-child(2).active { left: 0 }

.production-list .bottom .list .left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 31.396%;
	background-color: #fafafa;
	padding: calc(100vw / 1920 * 76) calc(100vw / 1920 * 48) calc(100vw / 1920 * 106);
}
.production-list .bottom .list .left .text {
	font-size: 18px;
	color: #666;
	line-height: 1.78;
	overflow: auto;
	max-height: 10.68em;
}
.production-list .bottom .list .left .text ul { padding-left: 20px; }
.production-list .bottom .list .left .text ul li { list-style: initial; }
.production-list .bottom .list .left .li {
	display: flex;
	align-items: center;
	margin-top: calc(100vw / 1920 * 40);
}
.production-list .bottom .list .left .li:first-child { margin-top: 0; }
.production-list .bottom .list .left .li .icon {
	width: calc(100vw / 1920 * 72);
	height: calc(100vw / 1920 * 72);
	border-radius: 50%;
	background-color: #0068b7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: calc(100vw / 1920 * 23);
}
.production-list .bottom .list .left .li .icon img { width: calc(100vw / 1920 * 37); height: calc(100vw / 1920 * 34); }
.production-list .bottom .list .left .li .lc {
	display: flex;
	flex-direction: column;
	width: calc(100% - 95px);
}
.production-list .bottom .list .left .li .lc .num { color: #0068b7; }
.production-list .bottom .list .left .li .lc .num .s1 { font-size: calc(100vw / 1920 * 36); }
.production-list .bottom .list .left .li .lc .num .s2 {
	font-size: 20px;
	margin-left: 6px;
}
.production-list .bottom .list .left .ul { margin-top: calc(100vw / 1920 * 40); }
.production-list .bottom .list .left .li .lc .h4 {
	font-size: 16px;
	margin-top: calc(100vw / 1920 * 12);
}
.production-list .bottom .list .right {
	width: 68.604%;
}
.production-list .bottom .list .right .img.i-box { padding-bottom: 52.41320914479255%; }

@media (max-width: 1760px) {
	.production-list .bottom .list .left { padding: calc(100vw / 1920 * 76) calc(100vw / 1920 * 48); }
}
@media (max-width: 1680px) {
	.production-list .top { font-size: 18px; }
	.production-list .bottom .link > a { font-size: 20px; }
	.production-list .bottom .list .left .text { font-size: 17px; }
	.production-list .bottom .list .left .li .lc .num .s2 { font-size: 18px; }
	.production-list .bottom .list .right .img.i-box { padding-bottom: 54.413209%; }
}
@media (max-width: 1440px) {
	.production-list .top { font-size: 16px; }
	.production-list .bottom .link > a { font-size: 18px; }
	.production-list .bottom .list .left .text { font-size: 16px; }
	.production-list .bottom .list .left .li .lc .num .s2 { font-size: 16px; }
	.production-list .bottom .list .left { padding: calc(100vw / 1920 * 56) calc(100vw / 1920 * 48); }
}
@media (max-width: 1199px) {
	.production-list .bottom .link > a { font-size: 16px; }
	.production-list .bottom .list .left .text { font-size: 14px; }
	.production-list .bottom .list .left .li .lc .num .s2 { font-size: 14px; }
	.production-list .bottom .list .left .li .lc .h4 { font-size: 14px; }
	.production-list .bottom .list .left .li { margin-top: calc(100vw / 1920 * 40); }
}
@media (max-width: 991px) {
	.production-list .bottom .link > a { padding: 13px 20px 15px; }
	.production-list .bottom .link > a::before { border: 9px solid transparent; border-top: 9px solid #0068b7; }
	.production-list .bottom .link > a.active::before { bottom: -18px; }
	.production-list .bottom .list .left { width: 100%; padding: 20px; }
	.production-list .bottom .list .right { width: 100%; }
	.production-list .bottom .list .left .text { font-size: 16px; overflow: initial; max-height: initial; }
	.production-list .bottom .list .left .ul { margin-top: 30px; display: flex; flex-wrap: wrap; }
	.production-list .bottom .list .left .li { margin-top: 0; margin-right: 30px; margin-bottom: 20px; }
	.production-list .bottom .list .left .li:last-child { margin-right: 0; }
	.production-list .bottom .list .left .li .lc .num .s1 { font-size: 20px; }
	.production-list .bottom .list .left .li .icon { width: 40px; height: 40px; margin-right: 15px; }
	.production-list .bottom .list .left .li .icon img { width:20px; height: 18.38px; }
	.production-list .bottom .list .left .li .lc { width: auto; }
	.production-list .bottom .list .right .img.i-box { padding-bottom: 52.41320914479255%; }
}
@media (max-width: 767px) {
	.production-list { padding: 30px 0; }
	.production-list .bottom { margin-top: 30px; }
	.production-list .bottom .link > a { width: 100%; margin-bottom: 10px; }
	.production-list .bottom .link > a:last-child { margin-bottom: 0; }
	.production-list .bottom .link > a::before { display: none; }
	.production-list .bottom .content { margin-top: 20px; }
	.production-list .bottom .list .left .ul { justify-content: space-between; padding: 0 20px; }
	.production-list .bottom .list .left .li { margin-right: 0; }
	.production-list .bottom .list .left .li .lc .h4 { margin-top: 5px; }
	.production-list .bottom .list .left .li .lc .num .s2 { font-size: 12px; }
}




/* 2025-1-2 logo修改 */
.heade-con { padding: 0 calc(100vw / 1920 * 117) 0 36px; }
.header .logo { height: 80px; display: flex; align-items: center; margin-top: 0; }
.header .logo img { width: 390px; }
.header .nav .nav-list1 > li > a { padding: 0 calc(100vw / 1920 * 20); }
.header .find { width: calc(100vw / 1920 * 117); }
.head-right .language { margin: 0 calc(100vw / 1920 * 40); }

@media (max-width: 1720px) {
	.header .logo img { width: 370px; }
}
@media (max-width: 1680px) {
	.head-right .language { margin-right: 35px; margin-left: 25px; }
	.header .nav .nav-list1 > li > a { padding: 0 10px; }
}
@media (max-width: 1540px) {
	.header .logo img { width: 280px; }
}
@media (max-width: 1440px) {
	.head-right .language { margin-right: 25px }
	.header .logo img { width: 270px; }
}
@media (max-width: 1280px) {
	.header .logo img { width: 256px; }
	.header .nav .nav-list1 > li > a { padding: 0 5px; }
}
@media (max-width: 1199px) {
	.header .nav .nav-list1 > li > a { padding: 0; }
	.head-right .language { margin: 0 15px; }
	.header .logo img { width: 260px; }
}
@media (max-width: 1080px) {
	.header .logo img { width: 190px; }
}
@media (max-width: 991px) {
	.heade-con { padding: 0 calc(100vw / 1920 * 117) 0 20px; }
	.head-right .language { margin: 0 10px; }
	.header .logo img { width: 160px; }
}
@media (max-width: 767px) {
	.heade-con { padding: 0 66px 0 20px; }
	.header .find { width: 66px; }
	.head-right .language p { padding-right: 20px; font-size: 14px; }
	.head-right .language { margin: 0 5px; }
	.header .logo { height: 66px; }
	.header .logo img { width: 170px; }
}




/* 百度地图 */
@font-face {
	font-family: 'ifont';
	src: url('/static/index/font/ifont/iconfont.woff2') format('woff2'),
			 url('/static/index/font/ifont/iconfont.woff') format('woff'),
			 url('/static/index/font/ifont/iconfont.ttf') format('truetype');
}
.map-container { width: 80%; height: 500px; margin: 0 auto; }
.map { width: 100%; height: 100%; }
.map .BMapLabel { transform: translate(-50%, -180%); border: none!important; max-width: initial; }
.map .anchorBL { z-index: 1!important; opacity: .1; }
.map .mapinfo { font-size: 16px; color: #666; padding: 10px; }
.map .mapinfo::after { position:absolute; left: calc(50% - 9px); bottom:-14px; font-family:'ifont'; content:'\e606'; color:#fff; font-size:18px; }
@media (max-width: 767px) {
	.map .mapinfo { font-size: 14px; }
}




/* 2025-06-23 修改 */
.header .logo img { width: 380px; }
.esg { width: 100%; padding: 0; }
.esg .gy { padding: 0; }
.esg .gy ul li { padding: 60px calc(100vw / 1920 * 100); margin-bottom: 0; }
.esg .gy ul li:nth-child(4) {
	background: url(/static/index/image/report-bg.jpg) center / cover no-repeat; margin-bottom: 0;
}
.esg .gy ul li .gy-img { display: flex; flex-wrap: wrap; }
.esg .gy ul li .gy-img .gy-pic { display: flex; flex-direction: column; width: 18.8%; margin-right: 1.5%; }
.esg .gy ul li .gy-img .gy-pic:nth-child(5n) { margin-right: 0; }
.esg .gy ul li .gy-img .gy-pic .img-box { padding-bottom: 138.7596899224806%; box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
.esg .gy ul li .gy-img .gy-pic .p-tit { font-size: 18px; text-align: center; margin-top: 20px; }
.esg .gy ul li .gy-img .gy-pic .down {
	font-size: 16px;
	border-radius: 20px;
	padding: 10px 40px;
	display: inline-block;
	color: #fff;
	background: #0068b7;
	margin: 20px auto 0;
}

.esg .gy ul li .gy-t { padding-left: 0;  border-left: 0; }
.esg .gy ul li .gy-t::after {
	content: '\e647';
	font-family: 'ifont';
	color: #0068b7;
	font-size: 22px;
	margin-left: 15px;
}
/* .gy ul li .gy-p {
	background-image: linear-gradient(to right, #0068b7, #333);
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
} */

@media (max-width: 1720px) {
	.header .logo img { width: 360px; }
}
@media (max-width: 1540px) {
	.header .logo img { width: 280px; }
}
@media (max-width: 1440px) {
	.header .logo img { width: 256px; }
	.esg .gy ul li .gy-img .gy-pic .p-tit { font-size: 16px; }
	.esg .gy ul li .gy-img .gy-pic .down { font-size: 14px; }
}
@media (max-width: 1280px) {
	.header .logo img { width: 240px; }
}
@media (max-width: 1199px) {
	.esg .gy ul li .gy-img .gy-pic .p-tit { font-size: 14px; }
	.esg .gy ul li .gy-t::after { font-size: 18px; margin-left: 10px; }
	.add { display: none; }
}
@media (max-width: 1080px) {
	.header .logo img { width: 176px; }
}
@media (max-width: 991px) {
	.esg .gy ul li { padding: 40px 6.25%; margin-bottom: 0; }
	.header .logo img { width: 150px; }
	.esg .gy ul li .gy-img { justify-content: space-between; }
	.esg .gy ul li .gy-img .gy-pic { width: 48%; margin-right: 0; }
}
@media (max-width: 767px) {
	.header .logo img { width: 170px; }
	.esg .gy ul li .gy-img .gy-pic .p-tit { font-size: 16px; margin-top: 15px; }
	.wrap-sidenav .sidenav ul { overflow-x: auto; position: static; }
	.culture .culture-txt { margin-top: 40px; }
}