﻿/**
 * style.less
 * 层叠样式表
 gz
 */



/*网站小图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont.eot');
	src: url('../font/iconfont.eot') format('embedded-opentype'),
		url('../font/iconfont.woff2') format('woff2'),
		url('../font/iconfont.woff') format('woff'),
		url('../font/iconfont.ttf') format('truetype'),
		url('../font/iconfont.svg') format('svg');
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../font/CenturyGothic.eot');
	src: url('../font/CenturyGothic.eot') format('embedded-opentype'),
		url('../font/CenturyGothic.woff2') format('woff2'),
		url('../font/CenturyGothic.woff') format('woff'),
		url('../font/CenturyGothic.ttf') format('truetype'),
		url('../font/CenturyGothic.svg') format('svg');
}
@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../font/CenturyGothic-Bold.eot');
	src: url('../font/CenturyGothic-Bold.eot') format('embedded-opentype'),
		url('../font/CenturyGothic-Bold.woff2') format('woff2'),
		url('../font/CenturyGothic-Bold.woff') format('woff'),
		url('../font/CenturyGothic-Bold.ttf') format('truetype'),
		url('../font/CenturyGothic-Bold.svg') format('svg');
}
@font-face {
	font-family: 'DINEngschriftStd';
	src: url('../font/DINEngschriftStd.otf');
}
/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;

	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

	//居中
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);

	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;

	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
* {
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}
html, body {
    position: relative;
}
body {
	font-family: 'CenturyGothic', 'Microsoft YaHei', 'Arial',  'Source Han Sans CN', 'SourceHanSerifCN',  'Helvetica', 'PingFang Regular';
	font-size: 14px;
	color: #000;
	background: #fff;
	line-height: 1!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
}
body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body.searchactive {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
li,
ol,
ul {
	list-style: none;
}
input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
ul {
	margin: 0;
	padding: 0;
}
button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}
img {
	border: 0;
	max-width: 100%;
}
/*百度地图下阴影问题*/
#dituContent1 img{
	max-width: none;
}


a {
	color: #333;
	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 {
	color: #333;
	text-decoration: none;
}
a:focus,
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

.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;
}
.md {
    position: absolute;
    left: 0;
    top: -0px;
}
.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
.w-1490 {
	width: 1490px;
	margin: 0 auto;
}
@media (max-width: 1500px) {
	.w-1490 {
		width: 100%;
		padding: 0 3%;
	}
}
@media (max-width: 767px) {
	.w-1490 {
		padding: 0 5%;
	}
}
.w-1520 {
	width: 1520px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.w-1520 {
		width: 100%;
		padding: 0 3%;
	}
}
@media (max-width: 767px) {
	.w-1520 {
		padding: 0 5%;
	}
}
.w-1400 {
	width: 1400px;
	margin: 0 auto;
}
@media (max-width: 1440px) {
	.w-1400 {
		width: 100%;
		padding: 0 3%;
	}
}

/*二维码*/
.bd_weixin_popup{
	width: 260px!important;
	height: 310px!important;
}
/*地图多余*/
.BMapLabel{
	display: none;
}
/*视频*/
.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;
}
*[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;
}
@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;
	}
}

.header {
	position: fixed;
	z-index: 9993;
	top: 0;
	width: 100%;
	/* height: 84px; */
	-webkit-transition: all .4s;
	transition: all .4s;
	/* box-shadow: 0 0 1px rgba(0,0,0,0.3); */
	padding: 0 3%;
	top: 40px;
}


@media (max-width: 1199px) {
	.header {
		/* height: 66px; */
		padding: 0 3%;
	}
	.w-0100-1{
		padding: 0;
	}
}

.header .logo {
	float: left;
	position: relative;
	margin-top: 30px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .logo a > img {
	float: left;
	display: block;
	margin-top: 9px;
	-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 a {
	display: block;
	height: 100%;
}
.header .logo span{
	display: inline-block;
}
@media (max-width: 1600px) {

}
@media (max-width: 1440px) {
	.header.header-in .logo {
	    margin-top: 18px;
	}
	.header .logo span {
	    font-size: 14px;
	    padding: 0 6px;
	    margin-left: 12px;
	}
}
@media (max-width: 1199px) {
	.header .logo {
		margin-top: 24px;
	}
}

@media (max-width: 767px) {
	.header {
		height: 60px;
	}
	.header .logo{
		margin-top: 19px;
	}
	.header .logo span{
		display: none;
	}
	.header .logo img {
		height: 16px;
	}
	.header .logo a > img{
		margin-top: 3px;
	}

}
.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 20px;
	padding: 0;
	cursor: pointer;
	background: none;
}
@media (max-width: 1199px) {
	.header .nav-collapse {
		display: block;
		margin-top: 25px;
	}
	.header.fixed-header .nav-collapse,
	.header.header-in .nav-collapse{
		margin-top: 12px;
	}
	.header .nav-collapse.nav-collapse-1 {
		position: absolute;
		z-index: 9999;
		top: 15px;
		right: 20px;
		display: block;
		margin-top: 10px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line {
		background-color: #fff !important;
	}
}
@media (max-width: 767px) {
	.header .nav-collapse {
		position: absolute;
		top: 12px;
		right: 0;
		margin-top: 0;
		margin-left: 0;
		border: none;
	}
	.header.fixed-header .nav-collapse,
	.header.header-in .nav-collapse{
		margin-top: 0px;
	}
}
@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: rgba(255, 255, 255, 1);
}

.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: rgba(255, 255, 255, 1);
}
.header.fixed-header .nav-collapse .btn-line,
.header.header-in .nav-collapse .btn-line {
	background-color: rgba(237, 151, 23, 1);
}
.header.fixed-header .nav-collapse .btn-line:nth-child(3),
.header.fixed-header .nav-collapse .btn-line:nth-child(1),
.header.header-in .nav-collapse .btn-line:nth-child(3),
.header.header-in .nav-collapse .btn-line:nth-child(1)
{
	background-color: rgba(237, 151, 23, 1);
}
.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}
.header .nav-collapse.active {
	border-color: transparent;
}
.header .nav-collapse.active .btn-line {
	background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}
.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	height: 50px;

	background-color: rgba(0, 0, 0, .6);
}
@media (min-width: 1200px) {
	.header .nav {
		float: right;
		/*en*/
		/* text-transform: capitalize; */
	}
}
@media (max-width: 1440px) {
	.header .nav{
	}
}
@media (max-width: 1199px) {
	.header .nav {
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(237, 151, 23, .9);
	}
	.header .nav .tbl {
		display: table;
		width: 100%;
		height: 100%;
	}
	.header .nav .tbl-cell {
		display: table-cell;
		height: 100%;
		vertical-align: middle;
	}
	.header .nav .tbl-cell .i-tel{
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
	}
}
@media (max-width: 1199px) {
	.header .nav {
		margin-left: 0%;
	}
}
@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}
.header .nav.left-100 {
	left: -100%;
}
.header .nav.left-200 {
	left: -200%;
}
@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
		position: relative;
		margin: 0 30px;
	}
	.header .nav .nav-list1>li:last-child::after{
		display: none;
	}
	.header .nav .nav-list1>li>a {
		line-height: 68px;
		margin-top: 12px;
		font-size: 16px;
		position: relative;
		z-index: 2;
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #fff;
		border-bottom: 4px solid rgba(0,0,0,0);
	}
	.header .nav .nav-list1>li>a:before {

	}
	.header .nav .nav-list1>li:last-child>a:before {
		display: none;
	}
	.header .nav .nav-list1>li>a,
	.header .nav .nav-list1>li>a {

	}
	.header .nav .nav-list1>li>a span,
	.header .nav .nav-list1>li>a span {

	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		border-bottom-color: #fff;
	}
	.header .nav .nav-list1>li:hover>a:before,
	.header .nav .nav-list1>li.active>a:before {
		display: none;
	}
	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;
		left: 0;
		display: none;
		width: 220%;
		margin-left: -60%;
		padding: 10px 0;
		text-align: center;
		background: #fff;
		box-shadow: 5px 0 10px rgba(0,0,0,0.15);

		width: 260px;
		margin-left: -65px;
	}

	.header .nav .nav-list1 .nav-list2 li {

		list-style: none;
		width: 100%;
		position: relative;
		/* border-right: 1px solid #ccc; */
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		width: 100%;
		font-size: 14px;
		line-height: 30px;
		position: relative;
		z-index: 1;
		display: block;
		padding: 0 0px;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;
		color: #666;
		padding: 0 0px;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text{
		margin-top: 10px;
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text .pro-p1{
		line-height: 28px;
		font-size: 18px;
	    color: #5d61aa;
	}
	.header .nav .nav-list1 .nav-list2 li>a .pro-text .pro-p2{
		line-height: 14px;
		font-size: 12px;
		color: #666;
	}
	.header .nav .nav-list1 .nav-list2 li:last-child>a {
		border-bottom: 0;
	}

	.header .nav .nav-list1 .nav-list2 li>a:hover {
		color: #ed9717;
		background: none;
	}
}
@media (max-width: 1600px) {
	.header .nav .nav-list1>li{
		margin: 0 20px;
	}
	.header .nav .nav-list1>li>a {
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li{
		margin: 0 15px;
	}
	.header .nav .nav-list1>li>a {
		font-size: 14px;
	}
}
@media (max-width: 1366px) {
	.header .nav .nav-list1>li{
		margin: 0 10px;
	}
	.header .nav .nav-list1>li>a {
	}
}
@media (max-width: 1199px) {
	.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: 1199px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a {
	display: block;
}
@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		margin-top: 0;
	}
}
.header .nav-2,
.header .nav-3 {
	display: none;
}
@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3 {
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;

		color: #fff;
		background: #fafafa;
		background-color: rgba(237, 151, 23, 0.9);
	}
}
.header .nav-2 .nav-top,
.header .nav-3 .nav-top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before {
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2 {
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
}
.header .nav-2 .nav-top h2 a,
.header .nav-3 .nav-top h2 a{
	color: #fff;
}

@media (max-width: 767px) {
	.header .nav .nav-list1>li.pc-none{
		display: none;
	}
	.header .nav .nav-list1>li.pc-block{
		display: block;
	}
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
	}
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2 {
	margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line {
	background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content {
	overflow: auto;
	height: 80%;
	margin-top: 12%;
	/* text-transform: capitalize; */
}
@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
	}
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 100%;
	font-size: 22px;
	font-size: 18px;
	line-height: 2.5;
	margin: 25px 0;
	text-align: center;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a{
	color: #fff;
}
@media (max-width: 767px) {
	.header .nav-2 .content ul li,
	.header .nav-3 .content ul li {
		margin: 15px 0 0 0;
	}
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}
.header .nav-2 {
	left: 100%;
}
.header .nav-3 {
	left: 200%;
}
.header .nav-3 .content ul li {
	font-size: 19px;
}
.header .fade-out ul {
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e72f';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 22px;
		height: auto;
		line-height: 2.5;
		display: block;
		text-transform: capitalize;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 1199px) and (max-width: 767px) {
	.header .fade-out ul.nav-list1>li {
		margin: 0;
	}
}
@media (max-width: 1199px) and (max-height: 768px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 18px;
	}
}
@media (max-width: 1199px) and (max-width: 480px) {
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 14px;
	}
}
.header .fade-out ul.nav2-list2 h4 {
	font-size: 20px;
	line-height: 50px;
}
@media (min-width: 1200px) {
	.header.fixed-header,
	.header.header-in {
		box-shadow: 0 0 5px #bbb;
	}
}
.header.fixed-header
 {
	height: 70px;
	box-shadow: 0 0 5px #bbb;
	background: #fff;
	top: 0px;
}
.header.header-in{
	top: 40px;
	background: #fff;
}
.header.header-in.fixed-header{
	top: 0px;
}

.header.fixed-header .logo,
.header.header-in .logo{
	margin-top: 19px;
}
/* .header.fixed-header .logo span,
.header.header-in .logo span{
	display: none;
} */
.header.header-in .nav .nav-list1>li>a,
.header.fixed-header .nav .nav-list1>li>a
{
    line-height: 66px;
    margin-top: 0px;
	color: #333;
}
.header.fixed-header .nav .nav-list1>li:hover>a,
.header.fixed-header .nav .nav-list1>li.active>a,
.header.header-in .nav .nav-list1>li:hover>a,
.header.header-in .nav .nav-list1>li.active>a
{
    border-bottom-color: #ed9717;
}
.header.fixed-header .i-ico,
.header.header-in .i-ico{
	margin-top: 23px;
}
.header.fixed-header .i-ico-right .bdsharebuttonbox a.bds_weixin,
.header.header-in .i-ico-right .bdsharebuttonbox a.bds_weixin {
    background: url(../image/wx-on.png) no-repeat;
    background-size: 100% 100%;
}
.header.fixed-header .i-ico-right .bdsharebuttonbox a.bds_email,
.header.header-in .i-ico-right .bdsharebuttonbox a.bds_email {
    background: url(../image/email-on.png) no-repeat;
    background-size: 100% 100%;
}

.header.fixed-header .find,
.header.header-in .find {
	background: url(../image/search-on.png) no-repeat;
	background-size: 100% 100%;
}



.i-ico{
	float: right;
	margin-top: 36px;
}
.i-ico-right{
	float: left;
}
.i-ico-right > a{
	float: left;
	position: relative;
}
.i-ico-right .bdsharebuttonbox{
	float: left;
}
.i-ico-right .bdsharebuttonbox a{
	margin: 0!important;
	padding: 0!important;
	margin-left: 30px!important;
	position: relative;
	width: 21px;
	height: 20px;
}
.i-ico-right .bdsharebuttonbox a.bds_email{
	background: url(../image/email.png) no-repeat;
	background-size: 100% 100%;
}
.i-ico-right .bdsharebuttonbox a.bds_weixin{
	background: url(../image/wx.png) no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 1366px) {

}
@media (max-width: 1199px) {
	.header.header-in .nav .nav-list1>li>a,
	.header.fixed-header .nav .nav-list1>li>a{
		color: #fff;
	}
}
@media (max-width: 991px) {
	.i-ico-right{
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.header.header-in{
		top: 36px;
	}
	.i-ico{
		margin-top: 23px;
		margin-right: 50px;
	}
	.i-ico-right .bdsharebuttonbox a{
		margin-left: 15px!important;
	}
	.header.fixed-header,
	.header.header-in{
		height: 60px;
	}
}
/*搜索*/
.header .find {
	float: left;
	width: 21px;
	height: 20px;
	line-height: 21px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 100%;
	margin-left: 30px;
	background: url(../image/search.png) no-repeat;
	background-size: 100% 100%;
}


@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}
	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}
	.header .find {
	}
}
@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}
	.header .find {

	}
	.header .find img{
		width: 20px;
	}
}
@media (max-width: 767px) {
	.header .find {
		margin-left: 15px;
	}
}
/*搜索弹窗*/
.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(237, 151, 23, .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(../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: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}
@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}
.header .search-box.search-xs.show {
	z-index: 66;
}
.header .search-box.search-xs.show .search {
	left: 0;
}
.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}
@media (max-width: 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 .logo {
	margin-top: 20px;
	margin-left: 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;
}
@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}
.header .search-lg .close-btn:before {
	font-size: 20px;
	content: '\2716';
	color: #fff;
}

/*搜索弹窗end*/

/*heart end*/

/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 82px;
	text-align: center;
	font-family: 'centurygothic';
}
.page a {
	font-size: 24px;
	line-height: 58px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 60px;
	height: 60px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	background: #ccc;
	border: 1px solid #ccc;
}
.page a.prev {
	/* background: #fff url("../image/left.png") center no-repeat; */
}
.page a.next {
	/* background: #fff url("../image/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: 1199px) {
	.page{
		margin-top: 40px;
	}
	.page a {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}
@media (max-width: 991px) {
	.page{
		margin-top: 30px;
	}
	.page a {
		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 {
		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: #ed9717;
	border: 1px solid #ed9717;
	color: #fff;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #ed9717;
	border: 1px solid #ed9717;
}
@media (max-width: 1024px) {
	.page a {
		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;
	}
}



/*内页footer*/
.foot{
	float: left;
	width: 100%;
	background: #231815;
	color: #fff;
	/*en*/
	/* text-transform: capitalize; */
}
.bor-31{
	border-bottom: 1px solid #313131;
}

.foot-1{
	float: left;
	width: 100%;
	padding: 66px 0 166px 0;
}
.foot-1 .foot-1-link{
	float: left;
	width: 22%;
	line-height: 32px;
}
.foot-1 .foot-1-link:last-child{
	width: 12%;
}
.foot-1 .foot-1-link .foot-1-t{
	float: left;
	width: 100%;
}
.foot-1 .foot-1-link .foot-1-t a{
	float: left;
	width: 100%;
	font-size: 18px;
	font-size: 16px;
	color: #fff;
}
.foot-1 .foot-1-link .foot-1-a{
	float: left;
	width: 100%;
	margin-top: 24px;
}
.foot-1 .foot-1-link .foot-1-a a{
	float: left;
	width: 100%;
	font-size: 16px;
	font-size: 14px;
	color: #ccc;
}
.foot-1 .foot-1-link .foot-1-a a:hover{
	color: #fff;
}

.foot-2{
	float: left;
	width: 100%;
	line-height: 36px;
	padding: 27px 0 17px 0;
	font-size: 16px;
	color: #999;
}
.foot-2 a{
	color: #999;
}
.copy{
	float: left;
}
.foot-link{
	float: right;
}
.foot-link select{
	width: 200px;
	height: 36px;
	background: none;
	border-color: #535353;
	outline: none;
	padding: 0 14px;
	border-radius: 2px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	background: #231815 url(../image/down-ico.png) 90% center no-repeat;
}

@media (max-width: 1440px) {
	.foot-1 {
	    float: left;
	    width: 100%;
	    padding: 36px 0 96px 0;
	}
	.foot-1 .foot-1-link{
		line-height: 28px;
	}
	.foot-1 .foot-1-link a{
		font-size: 16px;
	}
	.foot-1 .foot-1-link .foot-1-a{
		margin-top: 20px;
	}
	.foot-1 .foot-1-link .foot-1-a a{
		font-size: 14px;
	}
	.foot-2 {
	    padding: 24px 0 20px 0;
	    font-size: 14px;
	}
}
@media (max-width: 991px) {
	.bor-31{
		display: none;
	}
	.foot-2{
		line-height: 22px;
		padding: 20px 0;
	}
	.copy{
		width: 100%;
		text-align: center;
	}
	.foot-link{
		float: left;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.foot-2{
		font-size: 12px;
	}
}
.title{
	float: left;
	width: 100%;
	text-align: center;
	text-transform: capitalize;
}
.title .title-e{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 48px;
	line-height: 1;
	color: #000;
}
.title .title-c{
	float: left;
	width: 100%;
	font-size: 32px;
	margin-top: 24px;
	margin-top: 20px;
	line-height: 1;
	color: #111;

	/*en*/
	display: none;
}

.title.color-fff .title-e,
.title.color-fff .title-c{
	color: #fff;
}

.title .title-b{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 24px;
}
.title .title-b span{
	display: inline-block;
	vertical-align: top;
	width: 36px;
	height: 6px;
	background: #ed9717;
}
@media (max-width: 1440px) {
	.title .title-e {
		font-size: 36px;
	}
	.title .title-c {
	    font-size: 24px;
	    margin-top: 12px;
	}
	.title .title-b{
		margin-top: 18px;
	}
	.title .title-b span{
		width: 30px;
		height: 4px;
	}
}
@media (max-width: 991px) {
	.title .title-e {
	    font-size: 24px;
	}
	.title .title-c {
	    font-size: 18px;
	    margin-top: 10px;
	}
	.title .title-b{
		margin-top: 8px;
	}
	.title .title-b span{
		width: 24px;
		height: 3px;
	}
}


.wrap-sidenav{
	height: 73px;
	border-bottom: 1px solid #e5e5e5;
}
.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;
}
.wrap-sidenav .sidenav ul li{
    display: inline-block;
	border-left: 1px solid #e5e5e5;
}
.wrap-sidenav .sidenav ul li:last-child{
	border-right: 1px solid #e5e5e5;
}
.wrap-sidenav .sidenav ul li a{
    font-size: 20px;
	color: #666;
    line-height: 72px;
    position: relative;
    display: block;
    height: 72px;
    padding: 0 46px 0 46px;
	/* text-transform: capitalize; */
}
.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{
	background: #ed9717;
	color: #fff;
}
.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: 1440px){
	.wrap-sidenav .sidenav ul li a {
	    padding: 0 30px 0 30px;
	}
}
@media (max-width: 1199px){
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}
@media (max-width: 991px){
	.wrap-sidenav{
	    height: 50px;
	}
    .wrap-sidenav .sidenav ul li a{
		height: 50px;
		line-height: 50px;
    }
	.wrap-sidenav .sidenav ul li a img{
		width: 36px;
		margin-right: 6px;
	}
	.wrap-sidenav .sidenav ul li a{
		font-size: 14px;
	}
	.fixed-nav.wrap-sidenav{
		height: 40px;
	}
	.fixed-nav.wrap-sidenav .sidenav ul li a {
	    height: 40px;
	    line-height: 40px;
	}
}
@media (max-width: 767px){
	.wrap-sidenav{
    	height: 50px;
        margin-top: -0px;
    }
	.wrap-sidenav .sidenav ul li a {
	    padding: 0 12px 0 12px;
	}
}







/*banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.banner .slick-arrow {
	width: 20px;
	height: 36px;
	position: absolute;
	z-index: 9;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	background-size: 100% 100%!important;
}
.banner .slick-arrow.slick-prev{
	right: 220px;
	background: url(../image/left.png) center no-repeat;
}
.banner .slick-arrow.slick-next{
	right: 56px;
	background: url(../image/right.png) center no-repeat;
}

.banner img {
	display: block;
	width: 100%;
}
.banner .img-box {
	padding-bottom: 56.25%;
}
.banner .img-box.pc{
	display: block;
}
.banner .img-box.phone{
	display: none;
}

.banner.banner-in .img-box {
	padding-bottom: 41.66666666666667%;
}


.banner .slick-dots{
    position: absolute;
    right: 200px;
    text-align: center;
	font-family: 'CenturyGothic-Bold';
}
.banner .slick-dots li{
    position: absolute;
	bottom: 11.1%;
}
.banner .slick-dots li.slick-active button{
    opacity: 1;
}
.banner .slick-dots li button{
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    opacity: 0;
    color: #fff;
    background: none;
}
.banner .slick-dots li button:before{
    content: '0';
}
.banner .to-num{
	font-family: 'CenturyGothic-Bold';
    font-size: 36px;
    line-height: 36px;
    position: absolute;
    right: 95px;
    color: #fff;
}
.banner .to-num:before{
    content: '0';
}
.banner .to-num::after{
	position: absolute;
	left: -18px;
	top: 0;
	font-size: 16px;
	content: "/";
}

.banner .slick-arrow,
.banner .slick-dots,
.banner .slick-dots li,
.banner .to-num{
	bottom: 11.1%;
}



.banner .text {
	font-family: 'CenturyGothic';
	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,
.banner .text h2,
.banner .text h3,
.banner .text h4{
	padding-left: 264px;
}
.banner .text h1{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 72px;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}
.banner .text h1:after{
	position: absolute;
	left: 0;
	top: 36px;
	width: 222px;
	height: 1px;
	background: #fff;
	content: "";
}
.banner .text h1::before{
	position: absolute;
	left: 222px;
	top: 27px;
	width: 19px;
	height: 19px;
	border: 4px solid #fff;
	border-radius: 100%;
	content: "";
}
.banner .text h2{
	float: left;
	width: 100%;
	margin-top: 6px;
}
.banner .text h2 .p1{
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 42px;
	text-transform: uppercase;
}
.banner .text h2 .p2{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 36px;

	/*en*/
	display: none;
}
.banner .text h3{
	float: left;
	width: 100%;
	margin-top: 32px;

	/*en*/
	display: none;
}
.banner .text h3 span{
	display: inline-block;
	padding: 0 18px;
	line-height: 54px;
	font-size: 30px;
	border: 6px solid rgba(255,255,255,0.6);
}
.banner .text h4{
	display: inline-block;
	font-size: 24px;
	margin-top: 42px;
	color: #666;
}
.banner .text h4 a{
	display: inline-block;
	padding-right: 66px;
	font-size: 24px;
	line-height: 1;
	color: #666;
	background: url(../image/ban-jt.png) right center no-repeat;
}
.banner .text h4 a:hover{
	margin-left: 5px;
}
.banner .text1 {
	/* top: auto;
	bottom: 16.6%;
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	-moz-transform: translateY(-0%);
	transform: translateY(-0%); */
}
.banner .text2{
	color: #333;
}
.banner .text.text2 h3 span{
	border-color: rgba(191,191,191,0.6);
}
.banner .text.text2 h1::after{
	background-color: rgba(191,191,191,0.6);
}
.banner .text.text2 h1::before{
	border-color: rgba(191,191,191,0.6);
}
.banner .text.text3 h4 a{
	color: #fff;
	background: url(../image/ban-jt-on.png) right center no-repeat;
}
.banner .text.text4 h4 a{
	color: #fff;
	background: url(../image/ban-jt-on.png) right center no-repeat;
}
.banner .text.text4 h2{
	margin-top: 20px;
}
.banner .banner-pf{
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 23px;
	height: 154px;
	z-index: 9999;
}

.banner .banner-pf .div1{
	float: left;
	width: 1px;
	height: 153px;
	margin-left: 11px;
	margin-top: 15px;
	background: #fff;
}
.banner .banner-pf .div2{
	clear: both;
	float: left;
	width: 23px;
	height: 39px;
	margin-left: 0px;
	border-radius: 14px;
	border: 3px solid #fff;
	position: relative;
}
.banner .banner-pf .div2:after{
	position: absolute;
	top:9px;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 11px;
	background: #fff;
	border-radius: 2px;
	content: "";
}
.banner .banner-pf.color-333 .div1{
	background: #333;
}
.banner .banner-pf.color-333 .div2{
	border-color: #333;
}
.banner .banner-pf.color-333 .div2:after{
	background: #333;
}


.banner .slick-current .text h1,
.banner .slick-current .text h2,
.banner .slick-current .text h3,
.banner .slick-current .text h4{
    animation: fadeInUp 1s 0s ease both;
}



@media (max-width: 1600px) {
	.banner .text h1{
		font-size: 54px;
	}
	.banner .text h2 .p1 {
	    font-size: 24px;
	    line-height: 36px;
	}
	.banner .text h2 .p2 {
	    font-size: 20px;
	    line-height: 28px;
	}
	.banner .text h3 {
	    margin-top: 24px;
	}
	.banner .text h3 span {
	    padding: 0 14px;
	    line-height: 40px;
	    font-size: 24px;
	    border-width: 4px;
	}
	.banner .text h4{
		margin-top: 20px;
	}
	.banner .text h4 a {
	    padding-right: 54px;
	    font-size: 20px;
		background-size: 40px auto;
	}
	.banner .text h1:after{
		top: 29px;
	}
	.banner .text h1::before{
		top: 20px;
	}
}
@media (max-width: 1440px) {
	.banner .text h1{
		font-size: 42px;
	}
	.banner .text h2 .p1 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.banner .text h2 .p2 {
	    font-size: 18px;
	    line-height: 24px;
	}
	.banner .text h3 {
	    margin-top: 20px;
	}
	.banner .text h3 span {
	    padding: 0 12px;
	    line-height: 36px;
	    font-size: 20px;
	    border-width: 3px;
	}
	.banner .text h4{
		margin-top: 16px;
	}
	.banner .text h4 a {
	    padding-right: 50px;
	    font-size: 18px;
		background-size: 36px auto;
	}

	.banner .text h1, .banner .text h2, .banner .text h3, .banner .text h4 {
		padding-left: 200px;
	}
	.banner .text h1:after{
		width: 160px;
	}
	.banner .text h1::before{
		left: 160px;
		width: 18px;
		height: 18px;
	}
	.banner .text h1:after{
		top: 21px;
	}
	.banner .text h1::before{
		top: 12px;
		border-width: 3px;
	}
	.banner .slick-dots li button{
		font-size: 30px;
	}
	.banner .to-num{
		font-size: 30px;
	}
	.banner .slick-arrow{
		width: 16px;
		height: 28px;
	}
	.banner .to-num::after{
		left: -24px;
	}
	.banner .to-num{
		bottom: 10.6%;
	}
	.banner .slick-dots{
		bottom: 10.9%;
	}
}
@media (max-width: 1199px) {
	.banner .text h1::before,
	.banner .text h1::after{
		display: none;
	}
	.banner .text h1,
	.banner .text h2,
	.banner .text h3,
	.banner .text h4 {
	    padding-left: 3%;
	}
	.banner .banner-pf{
		display: none;
	}
	.banner .text h1{
		font-size: 36px;
	}
	.banner .text h2 .p1 {
		font-size: 18px;
		line-height: 26px;
	}
	.banner .text h2 .p2 {
		font-size: 16px;
		line-height: 22px;
	}
	.banner .text h3 {
		margin-top: 12px;
	}
	.banner .text h3 span {
		padding: 0 10px;
		line-height: 32px;
		font-size: 18px;
		border-width: 2px;
	}
	.banner .text h4{
		margin-top: 14px;
	}
	.banner .text h4 a {
		padding-right: 42px;
		font-size: 16px;
		background-size: 32px auto;
	}

}
@media (max-width: 991px) {
	.banner .text{
		/* display: none; */
	}
	.banner .img-box{
		padding-bottom: 100%;
	}
	.banner .img-box.pc{
		display: none;
	}
	.banner .img-box.phone{
		display: block;
	}
	.banner .slick-arrow{
		width: 12px;
		height: 20px;
		bottom: 40px;
	}
	.banner .slick-arrow.slick-next{
		right: 4%;
	}
	.banner .slick-arrow.slick-prev{
		right: 18%;
	}
	.banner .slick-dots {
		right: 16.5%;
	    bottom: 38px;
	}
	.banner .slick-dots li button{
		font-size: 24px;
		line-height: 1;
	}
	.banner .to-num{
		right: 7%;
		bottom: 38px;
		font-size: 24px;
		line-height: 1;
	}
	.banner .to-num::after {
		top: 4px;
	    left: -14px;
	}


	.banner .text h1 {
	    font-size: 20px;
	}
	.banner .text2{
		color: #fff;
	}
	.banner .text h3 span {
		max-width: 95%;
	    line-height: 1.5;
	    font-size: 14px;
	}
	.banner .text h4 a{
		color: #fff;
	}
	.banner .text h4 a{
	    background: url(../image/ban-jt-on.png) right center no-repeat;
	}
}
@media (max-width: 767px) {
	.banner .slick-arrow.slick-prev {
	    right: 26%;
	}
	.banner .to-num{
		right: 9%;
		bottom: 24px;
		font-size: 18px;
	}
	.banner .to-num::after {
	    top: 4px;
	    left: -14px;
		font-size: 12px;
	}
	.banner .slick-dots{
		right: 24%;
		bottom: 24px;
	}
	.banner .slick-dots li button {
	    font-size: 18px;
	}
	.banner .slick-arrow{
		bottom: 24px;
		width: 10px;
		height: 18px;
	}
}
@media (max-width: 375px) {
	.banner .to-num::after {
	    left: -10px;
	}
}

.banner .text h1.arial{
	font-family: arial Black;
	text-transform: none;
}
.banner.banner-in{
	margin-top: 70px;
}
@media (max-width: 767px) {
	.banner.banner-in{
		margin-top: 60px;
	}
}

/*首页特性*/
.i-character{
	float: left;
	width: 100%;
	padding: 78px 0 232px 0;
}
.i-char-list{
	float: left;
	width: 100%;
}
.i-char-list .i-char-li{
	float: left;
	width: 100%;
	margin-top: 80px;
}
.i-char-list .i-char-li .i-char-pic{
	display: inline-block;
	vertical-align: middle;
	width: 64.1%;
	margin: 0 -1.5px;
}
.i-char-list .i-char-li .i-char-text{
	display: inline-block;
	vertical-align: middle;
	width: 35.9%;
	margin: 0 -1.5px;
}
.i-char-list .i-char-li .i-char-text .i-char-t{
	font-family: 'CenturyGothic-Bold';
	width: 100%;
	font-size: 45px;
	line-height: 48px;
	color: #ed9717;
}
.i-char-list .i-char-li .i-char-text .i-char-h3{
	font-size: 32px;
	margin-top: 12px;
	/*en*/
	display: none;
}
.i-char-list .i-char-li .i-char-text .i-char-p{
	font-size: 18px;
	line-height: 2;
	margin-top: 48px;
	color: #666;
}
.i-char-list .i-char-li .i-char-text .i-char-a{
	margin-top: 72px;
}
.i-char-list .i-char-li .i-char-text .i-char-a a{
	display: inline-block;
	padding-right: 56px;
	line-height: 22px;
	font-size: 20px;
	text-transform: uppercase;
	background: url(../image/jt.png) right center no-repeat;
}
.i-char-list .i-char-li .i-char-text .i-char-a a:hover{
	margin-left: 5px;
	color: #ed9717;
}
.i-char-list .i-char-li:nth-child(2n) .i-char-pic{
	text-align: right;
}
.i-char-list .i-char-li:nth-child(2n) .i-char-text{
}

.i-about-bg-1{
	background: url(../image/bg-1.jpg) center no-repeat;
	background-size: cover;
}
.i-about{
	float: left;
	width: 44.3%;
	width: 43%;
	padding: 288px 0;
}
.i-about .i-about-title{
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 46px;
}
.i-about .i-about-title .i-about-te{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	color: #ed9717;
}
.i-about .i-about-title .i-about-tc{
	float: left;
	width: 100%;
	color: #333;
}
.i-about .i-about-p{
	float: left;
	width: 100%;
	margin-top: 50px;
	font-size: 18px;
	font-size: 16px;
	line-height: 2;
	color: #666;
}
.i-about .i-about-link{
	float: left;
	width: 100%;
	margin-top: 108px;
}
.i-about .i-about-link a{
	display: inline-block;
	margin-right: 36px;
	padding-left: 68px;
	line-height: 51px;
	font-size: 20px;
	color: #666;
	position: relative;
}
.i-about .i-about-link a:nth-child(2){
	margin-right: 0px;
}
.i-about .i-about-link .i-ab-details{
	background: url(../image/ico-1.png) left center no-repeat;
}
.i-about .i-about-link .i-ab-video{
	background: url(../image/ico-2.png) left center no-repeat;
}

.i-about .i-about-link .i-ab-details:hover{
	background: url(../image/ico-1-on.png) left center no-repeat;
}
.i-about .i-about-link .i-ab-video:hover{
	background: url(../image/ico-2-on.png) left center no-repeat;
}
.i-about .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.i-pro{
	float: left;
	width: 100%;
	padding-top: 80px;
}
.i-pro-list{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.i-pro-list .i-pro-ul{
	float: left;
	width: 100%;
	/* margin: 0 -24px; */
}
.i-pro-list .i-pro-ul .i-pro-li{
	padding: 0 3%;
}
.i-pro-list .i-pro-ul .i-pro-li .img-box{
	padding-bottom: 60.98081023454158%;
}
.i-pro-list .i-pro-ul .i-pro-li .img-box 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;
}
.i-pro-list .i-pro-ul .i-pro-li:hover .img-box img{
	/* -webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); */
}
.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt{
	float: left;
	width: 100%;
	padding: 0 10.4%;
	margin-top: 42px;
}
.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt .i-pro-li-t{
	float: left;
	width: 100%;
	font-size: 20px;
	text-align: center;
}
.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt .i-pro-li-t .i-pro-li-tc{
	float: left;
	width: 100%;
	color: #111;
	display: none;
}
.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt .i-pro-li-t .i-pro-li-te{
	float: left;
	width: 100%;
	margin-top: 6px;
	color: #ed9717;
	font-weight: bold;
}
.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt .i-pro-li-p{
	float: left;
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.i-pro-list .i-pro-ul .slick-dots{
	float: left;
	width: 100%;
	margin-top: 82px;
	text-align: center;
}
.i-pro-list .i-pro-ul .slick-dots li{
	display: inline-block;
	margin: 0 5px;
	width: 60px;
	height: 10px;
	border-radius: 5px;
	background: #d2d2d2;
}
.i-pro-list .i-pro-ul .slick-dots li.slick-active{
	background: #ed9717;
}
.i-pro-list .i-pro-ul .slick-dots li button{
	display: none;
}

.i-news{
	float: left;
	width: 100%;
	padding: 150px 0 260px 0;
}
.i-news .i-news-list{
	float: left;
	width: 100%;
	margin-top: 68px;
}
.i-news .i-news-list .i-news-li{
	float: left;
	width: 30.8%;
	margin-right: 3.8%;
}
.i-news .i-news-list .i-news-li:nth-child(3n){
	margin-right: 0;
}
.i-news .i-news-list .i-news-li .img-box{
	padding-bottom: 61.73913043478261%;
}
.i-news .i-news-list .i-news-li .img-box 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;
}
.i-news .i-news-list .i-news-li:hover .img-box img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.i-news .i-news-list .i-news-li .i-news-li-txt{
	float: left;
	width: 100%;
	padding-top: 36px;
	line-height: 32px;
}
.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-t{
	float: left;
	width: 100%;
	font-size: 22px;
	color: #111;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-time{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #ed9717;
}
.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-p{
	float: left;
	width: 100%;
	margin-top: 12px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-a{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 36px;
}
.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-a a{
	display: inline-block;
	padding-right: 60px;
	font-size: 16px;
	color: #ed9717;
	line-height: 1;
	background: url(../image/jt.png) right center no-repeat;
	text-transform: uppercase;
}
.i-news .i-news-list .i-news-li:hover .i-news-li-txt .i-news-li-t a{
	color: #ed9717;
}
.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-a a:hover{
	margin-left: 5px;
}

.bot-link{
	float: left;
	width: 100%;
	background: url(../image/bg-2.jpg) no-repeat;
	background-size: cover;
}
.bot-link a{
	float: left;
	width: 33.33%;
	padding: 82px 2% 98px 2%;
	border-right: 1px solid #fff;
	text-align: center;
}
.bot-link a:last-child{
	border-right: 0;
}
.bl-te{
	font-family: 'CenturyGothic-Bold';
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-size: 48px;
	color: #ed9717;
}
.bl-tc{
	float: left;
	width: 100%;
	font-size: 32px;
	margin-top: 10px;
	color: #000;
}


@media (max-width: 1500px) {
	.i-character {
	    padding: 58px 0 132px 0;
	}
	.i-char-list .i-char-li{
		margin-top: 60px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-t {
	    font-size: 36px;
	    line-height: 40px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-h3 {
	    font-size: 24px;
	    margin-top: 8px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-p {
	    font-size: 16px;
	    margin-top: 36px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-a {
	    margin-top: 54px;
	}
	.i-about {
		width: 39%;
	    padding: 200px 0;
	}
	.i-about .i-about-title {
	    font-size: 30px;
	    line-height: 38px;
	}
	.i-about .i-about-p {
	    margin-top: 30px;
	    font-size: 16px;
	}
	.i-about .i-about-link {
	    margin-top: 68px;
	}
	.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt {
	    padding: 0 8%;
	    margin-top: 30px;
	}
	.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt .i-pro-li-p{
		margin-top: 20px;
		font-size: 16px;
	}
	.i-pro-list .i-pro-ul .slick-dots {
	    margin-top: 60px;
	}
	.i-pro-list .i-pro-ul .slick-dots li {
	    margin: 0 3px;
	    width: 48px;
	    height: 8px;
	    border-radius: 4px;
	}
	.i-news {
	    padding: 120px 0 180px 0;
	}
	.i-news .i-news-list{
		margin-top: 48px;
	}
	.bot-link a{
		padding: 68px 2% 74px 2%;
	}
	.bl-te{
		font-size: 36px;
	}
	.bl-tc{
		font-size: 24px;
		margin-top: 8px;
	}
}
@media (max-width: 1199px) {
	.i-char-list .i-char-li {
	    margin-top: 40px;
	}
	.i-char-list .i-char-li .i-char-pic{
		width: 55%;
	}
	.i-char-list .i-char-li .i-char-text{
		width: 45%;
		padding-left: 3%;
	}
	.i-char-list .i-char-li .i-char-text .i-char-t {
	    font-size: 28px;
	    line-height: 1.2;
	}
	.i-char-list .i-char-li .i-char-text .i-char-h3 {
	    font-size: 20px;
	    margin-top: 4px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-p {
	    font-size: 14px;
	    margin-top: 24px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-a {
	    margin-top: 36px;
	}
	.i-char-list .i-char-li:nth-child(2n) .i-char-text{
		padding-left: 0;
		padding-right: 3%;
	}
	.i-character {
	    padding: 48px 0 102px 0;
	}
	.i-about {
	    padding: 80px 0;
	}
	.i-about .i-about-title {
	    font-size: 24px;
	    line-height: 30px;
	}
	.i-about .i-about-p {
	    margin-top: 20px;
	    font-size: 14px;
	}
	.i-about .i-about-link {
	    margin-top: 38px;
	}
	.i-about .i-about-link a {
	    margin-right: 30px;
	    padding-left: 54px;
	    line-height: 40px;
	    font-size: 16px;
		background-size: 40px 40px!important;
	}
	.i-pro {
	    padding-top: 60px;
	}
	.i-pro-list{
		margin-top: 40px;
	}
	.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt {
	    padding: 0 4%;
	    margin-top: 20px;
	}
	.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt .i-pro-li-t{
		font-size: 18px;
	}
	.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt .i-pro-li-p {
	    margin-top: 15px;
	    font-size: 14px;
	}
	.i-pro-list .i-pro-ul .slick-dots {
	    margin-top: 40px;
	}
	.i-pro-list .i-pro-ul .slick-dots li{
		width: 36px;
		height: 6px;
	}
	.i-news {
	    padding: 60px 0 90px 0;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt {
	    padding-top: 24px;
	    line-height: 28px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-t{
		font-size: 18px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-p{
		font-size: 14px;
		margin-top: 6px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-a {
	    font-size: 14px;
	    margin-top: 24px;
	}
	.bot-link a{
		padding: 38px 2% 44px 2%;
	}
	.bl-te{
		font-size: 24px;
	}
	.bl-tc{
		font-size: 20px;
		margin-top: 6px;
	}
}

@media (max-width: 991px) {
	.i-char-list .i-char-li{
		border-bottom: 1px solid #eee;
	}
	.i-char-list .i-char-li:last-child{
		border-bottom: 0;
	}
	.i-char-list .i-char-li .i-char-pic{
		width: 100%;
	}
	.i-char-list .i-char-li .i-char-text{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 40px;
	}
	.i-character {
	    padding: 48px 0 48px 0;
	}
	.i-about-bg-1{
	}
	.i-about {
	    padding: 80px 0 50px;
		width: 50%;
	}
	.i-news .i-news-list {
	    margin-top: 24px;
	}
	.bot-link a{
		padding: 30px 2% 38px 2%;
	}
	.bl-te{
		font-size: 22px;
	}
	.bl-tc{
		font-size: 18px;
		margin-top: 6px;
	}
}
@media (max-width: 767px) {
	.i-character {
	    padding: 20px 0 20px 0;
	}
	.title .title-e {
	    font-size: 18px;
	}
	.title .title-c {
	    font-size: 16px;
	    margin-top: 8px;
	}
	.i-char-list .i-char-li {
	    margin-top: 20px;
	}
	.i-char-list .i-char-li .i-char-text{
		padding-bottom: 20px;
		padding-right: 0;
	}
	.i-char-list .i-char-li:nth-child(2n) .i-char-text{
		padding-right: 0;
	}
	.i-char-list .i-char-li .i-char-text .i-char-t {
	    font-size: 20px;
		margin-top: 10px;
	}
	.i-char-list .i-char-li:nth-child(2n) .i-char-text .i-char-t {
		margin-top: 0px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-h3{
		font-size: 16px;
		margin-top: 8px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-p {
	    font-size: 14px;
	    margin-top: 15px;
		line-height: 1.8;
	}
	.i-char-list .i-char-li .i-char-text .i-char-a {
	    margin-top: 15px;
	}
	.i-char-list .i-char-li .i-char-text .i-char-a a{
		font-size: 16px;
	}
	.i-about-bg-1{
		background-position: left center;
	}
	.i-about{
		width: 100%;
	}
	.i-about .i-about-title {
	    font-size: 22px;
	    line-height: 24px;
	}
	.i-about .i-about-p{
		margin-top: 10px;
		line-height: 1.8;
	}
	.i-about .i-about-link {
		margin-top: 15px;
	}
	.i-about .i-about-link a {
	    margin-right: 15px;
	    padding-left: 42px;
	    line-height: 36px;
	    font-size: 14px;
	    background-size: 36px 36px!important;
	}
	.i-pro {
	    padding-top: 30px;
	}
	.i-pro-list {
	    margin-top: 20px;
	}
	.i-pro-list .i-pro-ul .slick-dots {
	    margin-top: 20px;
	}
	.i-pro-list .i-pro-ul .slick-dots li {
	    width: 24px;
	    height: 4px;
	}
	.i-pro-list .i-pro-ul .i-pro-li .i-pro-li-txt {
	    padding: 0 2%;
	    margin-top: 15px;
	}
	.i-news {
	    padding: 30px 0 30px 0;
	}
	.i-news .i-news-list .i-news-li {
	    width: 100%;
	    margin-right: 0%;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt{
		padding: 10px 0 10px 0;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-p{
		margin-top: 0;
		line-height: 1.8;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-a{
		margin-top: 5px;
	}
	.i-news .i-news-list .i-news-li .i-news-li-txt .i-news-li-a a{
		font-size: 14px;
	}
	.bot-link a{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #fff;
		padding: 12px 2% 15px 2%;
	}
	.bl-te{
		font-size: 18px;
	}
	.bl-tc{
		font-size: 14px;
		margin-top: 4px;
	}
}

/*纤维素肠衣介绍*/
.casing-1{
	float: left;
	width: 100%;
	padding: 66px 0 80px 0;
}
.cas-p1{
	float: left;
	width: 100%;
	margin-top: 22px;
	font-size: 18px;
	color: #666;
	line-height: 1.8;
}
.bg-f9{
	background: #f9f9f9;
}
.casing-2{
	float: left;
	width: 100%;
	padding: 0px 0 190px 0;
}
.casing-2 ul{
	float: left;
	width: 100%;
}
.casing-2 ul li{
	float: left;
	width: 50%;
	margin-top: 56px;
}
.casing-2 ul li .cas-pic{
	float: left;
	width: 100%;
}
.casing-2 ul li .cas-txt{
	float: left;
	width: 100%;
	padding-left: 6.7%;
}
.casing-2 ul li:nth-child(2n) .cas-txt{
	padding-left: 23.3%;
}
.casing-2 ul li .cas-c1{
	float: left;
	width: 100%;
	font-size: 32px;
	margin-top: 12px;
	color: #000;
}
.casing-2 ul li .cas-e1{
	float: left;
	width: 100%;
	margin-top: 16px;
	font-size: 24px;
	color: #ed9717;
	display: none;
}
.casing-2 ul li .cas-p{
	float: left;
	width: 100%;
	margin-top: 40px;
	font-size: 18px;
	line-height: 2;
	min-height: 72px;
	color: #666;
}

@media (max-width: 1440px) {
	.casing-1 {
		padding: 46px 0 60px 0;
	}
	.cas-p1 {
	    margin-top: 18px;
	    font-size: 16px;
	}
	.casing-2 {
	    padding: 0px 0 120px 0;
	}
	.casing-2 ul li {
	    margin-top: 40px;
	}
	.casing-2 ul li .cas-txt{
		padding-left: 6%;
	}
	.casing-2 ul li:nth-child(2n) .cas-txt {
	    padding-left: 20%;
	}
	.casing-2 ul li .cas-p{
		font-size: 16px;
		min-height: 64px;
		margin-top: 24px;
	}
	.casing-2 ul li .cas-c1 {
	    font-size: 28px;
	    margin-top: 8px;
	}
	.casing-2 ul li .cas-e1 {
	    margin-top: 12px;
	    font-size: 20px;
	}
}

@media (max-width: 1199px) {
	.casing-1 {
		padding: 30px 0 40px 0;
	}
}
@media (max-width: 991px) {
	.casing-2 {
	    padding: 0px 0 60px 0;
	}
	.casing-2 ul li{
		width: 100%;
		margin-top: 30px;
	}
	.casing-2 ul li .cas-txt {
	    padding-left: 0%;
		padding: 0 3%;
	}
	.casing-2 ul li:nth-child(2n) .cas-txt {
	    padding-left: 0%;
		padding: 0 3%;
	}
	.casing-2 ul li .cas-p {
	    min-height: inherit;
	    margin-top: 18px;
	}
	.casing-2 ul li .cas-c1 {
	    font-size: 24px;
	    margin-top: 6px;
	}
	.casing-2 ul li .cas-e1 {
	    margin-top: 10px;
	    font-size: 18px;
	}

}
@media (max-width: 767px) {
	.casing-2 {
	    padding: 0px 0 30px 0;
	}
	.cas-p1 {
		margin-top: 6px;
		font-size: 14px;
	}
	.casing-1 {
	    padding: 20px 0 20px 0;
	}
	.casing-2 ul li {
	    margin-top: 10px;
	}
	.casing-2 ul li .cas-c1 {
	    font-size: 20px;
	    margin-top: 4px;
	}
	.casing-2 ul li .cas-e1 {
	    margin-top: 5px;
	    font-size: 16px;
	}
	.casing-2 ul li .cas-p {
	    font-size: 14px;
		margin-top: 10px;
		line-height: 1.8;
	}
	.casing-2 ul li .cas-txt{
		padding-bottom: 10px;
	}
}

/*肠衣分类*/
.class{
	float: left;
	width: 100%;
	padding: 64px 0 230px 0;
}
.class .class-list{
	float: left;
	width: 100%;
}
.class .class-list ul{
	float: left;
	width: 100%;
}
.class .class-list ul li{
	float: left;
	width: 100%;
	margin-top: 32px;
	border: 1px solid #dcdcdc;
}
.class .class-list ul li > span{
	display: block;
	float: left;
	width: 34.1%;
}
.class .class-list ul li > span .img-box{
	padding-bottom: 72.29862475442043%;
}
.class .class-list ul li > span .img-box 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;
}
.class .class-list ul li:hover > span .img-box img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.class .class-list ul li .cl-text{
	float: left;
	width: 65.9%;
	padding: 0 4%;
	color: #333;
}
.class .class-list ul li .cl-text .cl-title{
	float: left;
	width: 100%;
	margin-top: 8.1%;
	margin-top: 7.5%;
}
.class .class-list ul li .cl-text .cl-title .cl-tc{
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ed9717;
	font-weight: bold;
	text-transform: capitalize;
}
.class .class-list ul li .cl-text .cl-title .cl-te{
	font-family: 'CenturyGothic';
	position: relative;
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 1;
	margin-top: 6px;
	padding-bottom: 10px;
	color: #ed9717;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	display: none;
}
.class .class-list ul li .cl-text .cl-title .cl-te::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 21px;
	height: 4px;
	background: #c9c9c9;
}
.class .class-list ul li .cl-text .cl-tp{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 18px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.class .class-list ul li .cl-text .cl-ta{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.class .class-list ul li .cl-text .cl-ta a{
	display: inline-block;
	line-height: 46px;
	border-radius: 24px;
	background: #ed9717;
	border: 1px solid #ed9717;
	color: #fff;
	font-size: 18px;
	padding: 0 42px;
}
.class .class-list ul li .cl-text .cl-ta a:hover{
	opacity: 0.8;
}

@media (max-width: 1440px) {
	.class .class-list ul li .cl-text .cl-title{
		margin-top: 8%;
	}
	.class .class-list ul li .cl-text .cl-title .cl-tc{
		font-size: 24px;
	}
	.class .class-list ul li .cl-text .cl-title .cl-te {
	    font-size: 18px;
	    margin-top: 4px;
	    padding-bottom: 8px;
	}
	.class .class-list ul li .cl-text .cl-title .cl-te::after{
		width: 18px;
		height: 3px;
	}
	.class .class-list ul li .cl-text .cl-tp {
	    font-size: 16px;
	    margin-top: 14px;
	}
	.class .class-list ul li .cl-text .cl-ta a {
	    line-height: 42px;
	    border-radius: 21px;
	    font-size: 16px;
	    padding: 0 38px;
	}
}

@media (max-width: 1199px) {
	.class {
	    padding: 48px 0 120px 0;
	}
	.class .class-list ul li .cl-text{
		padding: 0 3%;
	}
	.class .class-list ul li .cl-text .cl-title {
	    margin-top: 4%;
	}
	.class .class-list ul li .cl-text .cl-title .cl-tc {
	    font-size: 22px;
	}
	.class .class-list ul li .cl-text .cl-tp {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.class .class-list ul li .cl-text .cl-ta {
	    margin-top: 16px;
	}
	.class .class-list ul li .cl-text .cl-ta a {
	    line-height: 38px;
	    border-radius: 19px;
	    padding: 0 32px;
	}
}

@media (max-width: 991px) {
	.class .class-list ul li{
		margin-top: 20px;
	}
	.class .class-list ul li .cl-text .cl-tp{
		line-height: 1.2;
	}
	.class .class-list ul li .cl-text .cl-title .cl-tc {
	    font-size: 18px;
	}
	.class .class-list ul li .cl-text .cl-title .cl-te {
	    font-size: 16px;
	    margin-top: 2px;
	    padding-bottom: 6px;
	}
	.class .class-list ul li .cl-text .cl-title .cl-te::after {
	    width: 14px;
	    height: 2px;
	}
	.class .class-list ul li .cl-text .cl-ta {
	    margin-top: 10px;
	}

	.class .class-list ul li .cl-text .cl-ta a {
	    line-height: 30px;
	    border-radius: 15px;
	    padding: 0 24px;
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.class {
	    padding: 20px 0 20px 0;
	}
	.class .class-list ul li > span{
		width: 100%;
	}
	.class .class-list ul li .cl-text{
		width: 100%;
	}
	.class .class-list ul li .cl-text {
	    padding: 15px 4% 15px 4%;
	}
	.class .class-list ul li .cl-text .cl-title .cl-tc {
	    font-size: 22px;
	}
	.class .class-list ul li .cl-text .cl-title .cl-te {
	    font-size: 18px;
	    margin-top: 6px;
	    padding-bottom: 8px;
	}
	.class .class-list ul li .cl-text .cl-tp{
		font-size: 14px;
		line-height: 1.8;
	}
	.class .class-list ul li .cl-text .cl-ta a{
		line-height: 36px;
	    border-radius: 18px;
	}
}


/*产品*/
.product{
	float: left;
	width: 100%;
	padding: 132px 0 160px 0;
}
.product .pro-left{
	float: left;
	width: 22.1%;
}
.product .pro-left .pro-left-t{
	float: left;
	width: 100%;
}
.product .pro-left .pro-left-t .pro-left-tc{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #111;

	/*en*/
	display: none;
}
.product .pro-left .pro-left-t .pro-left-te{
	font-family: 'CenturyGothic-Bold';
	position: relative;
	float: left;
	width: 100%;
	font-size: 24px;
	margin-top: 12px;
	padding-bottom: 32px;
	color: #ed9717;
	text-transform: capitalize;
}
.product .pro-left .pro-left-t .pro-left-te::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 35px;
	height: 6px;
	background: #ed9717;
	content: "";
}
.product .pro-left .pro-left-nav{
	float: left;
	width: 100%;
	margin-top: 14px;
}
.product .pro-left .pro-left-nav > ul{
	float: left;
	width: 100%;
	padding-right: 25.4%;
}
.product .pro-left .pro-left-nav > ul > li{
	float: left;
	width: 100%;
	padding: 22px 20px 18px 20px;
	border-bottom: 1px dashed #ddd;
	position: relative;
	text-transform: capitalize;
}
.product .pro-left .pro-left-nav > ul > li::after{
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	background: #ed9717;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.product .pro-left .pro-left-nav > ul > li > span{}
.product .pro-left .pro-left-nav > ul > li > span > a{
	float: left;
	width: 100%;
	line-height: 24px;
	font-size: 20px;
	color: #666;
	text-transform: capitalize;
}
.product .pro-left .pro-left-nav > ul > li:hover > span > a,
.product .pro-left .pro-left-nav > ul > li.active > span > a{
	color: #ed9717;
}

.product .pro-right{
	float: left;
	width: 77.9%;
}
.product .pro-right .pro-right-title{
	float: left;
	width: 100%;
	position: relative;
}
.product .pro-right .pro-right-title::after{
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #eee;
	content: "";
	z-index: 0;
}
.product .pro-right .pro-right-title .pro-right-name::after,
.product .pro-right .pro-right-title .pro-right-add::after{
	width: 7px;
	height: 7px;
	top: 9px;
	border-radius: 100%;
	position: absolute;
	background: #eee;
	content: "";
}
.product .pro-right .pro-right-title .pro-right-name::after{
	right: 0;
}
.product .pro-right .pro-right-title .pro-right-add::after{
	left: 0;
}

.product .pro-right .pro-right-title .pro-right-name{
	float: left;
	font-size: 32px;
	font-size: 24px;
	padding-right: 24px;
	font-weight: bold;
	line-height: 1;
	color: #333;
	background: #fff;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}
.product .pro-right .pro-right-title .pro-right-add{
	float: right;
	line-height: 22px;
	font-size: 16px;
	font-size: 14px;
	padding-left: 24px;
	color: #666;
	background: #fff;
	position: relative;
	z-index: 1;
	text-transform: capitalize;
}

.product .pro-right .pro-right-list{
	float: left;
	width: 100%;
	margin-top: 72px;
}
.product .pro-right .pro-right-list ul{
	float: left;
	width: 100%;
}
.product .pro-right .pro-right-list ul li{
	float: left;
	width: 47%;
	margin-right: 6%;
	margin-top: 22px;
}
.product .pro-right .pro-right-list ul li:nth-child(2n){
	margin-right: 0;
}
.product .pro-right .pro-right-list ul li .img-box{
	padding-bottom: 61.9047619047619%;
}

.product .pro-right .pro-right-list ul li .img-box 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;
}
.product .pro-right .pro-right-list ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.product .pro-right .pro-right-list ul li .pro-li-p{
	float: left;
	width: 100%;
	margin-top: 18px;
	font-size: 18px;
	line-height: 20px;
	color: #666;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: capitalize;
}

@media (max-width: 1440px) {
	.product {
	    padding: 82px 0 120px 0;
	}
	.product .pro-left .pro-left-t .pro-left-tc{
		font-size: 28px;
	}
	.product .pro-left .pro-left-t .pro-left-te {
	    font-size: 20px;
	    margin-top: 8px;
	    padding-bottom: 20px;
	}
	.product .pro-left .pro-left-t .pro-left-te::after{
		width: 30px;
		height: 4px;
	}
	.product .pro-left .pro-left-nav > ul {
	    padding-right: 20%;
	}
	.product .pro-left .pro-left-nav > ul > li {
	    padding: 18px 15px 16px 15px;
	}
	.product .pro-left .pro-left-nav > ul > li > span > a {
	    line-height: 20px;
	    font-size: 18px;
	}
	.product .pro-right .pro-right-title .pro-right-name {
	    font-size: 28px;
	}
	.product .pro-right .pro-right-title .pro-right-add{
		font-size: 14px;
	}
	.product .pro-right .pro-right-list{
		margin-top: 48px;
	}
}
@media (max-width: 1199px) {
	.product {
		padding: 60px 0 80px 0;
	}
	.product .pro-left .pro-left-t .pro-left-tc {
	    font-size: 24px;
	}
	.product .pro-left .pro-left-t .pro-left-te {
	    font-size: 16px;
	    margin-top: 6px;
	    padding-bottom: 15px;
	}
	.product .pro-left .pro-left-t .pro-left-te::after {
	    width: 24px;
	    height: 3px;
	}
	.product .pro-left .pro-left-nav{
		margin-top: 10px;
	}
	.product .pro-left .pro-left-nav > ul > li {
	    padding: 14px 15px 12px 15px;
	}
	.product .pro-left .pro-left-nav > ul > li > span > a {
	    line-height: 18px;
	    font-size: 16px;
	}
	.product .pro-right .pro-right-list {
	    margin-top: 24px;
	}
	.product .pro-right .pro-right-list ul li .pro-li-p {
	    margin-top: 12px;
	    font-size: 16px;
		line-height: 18px;
	}
	.product .pro-right .pro-right-title .pro-right-name{
		font-size: 24px;
	}
}
@media (max-width: 991px) {
	.product {
	    padding: 30px 0 30px 0;
	}
	.product .pro-left{
		width: 100%;
	}
	.product .pro-right{
		width: 100%;
		margin-top: 30px;
	}
	.product .pro-right .pro-right-list {
	    margin-top: 10px;
	}
	.product .pro-left .pro-left-nav > ul {
	    padding-right: 0%;
	}
	.product .pro-left .pro-left-nav > ul > li{
		width: 100%;
	}
	.product .pro-right .pro-right-list ul li{
		width: 48%;
		margin-right: 4%;
	}
	.product .pro-right .pro-right-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.product .pro-right .pro-right-title .pro-right-add{
		display: none;
	}
}
@media (max-width: 767px) {
	.product .pro-left .pro-left-nav > ul > li {
	    width: 100%;
	}
	.product .pro-left .pro-left-t .pro-left-tc {
	    font-size: 20px;
	}
	.product .pro-left .pro-left-t .pro-left-te {
	    font-size: 14px;
	    margin-top: 4px;
	    padding-bottom: 10px;
	}
	.product .pro-left .pro-left-nav > ul > li {
	    padding: 12px 15px 10px 15px;
	}
	.product .pro-right .pro-right-title .pro-right-name {
	    font-size: 22px;
		padding-right: 18px;
	}
	.product .pro-right .pro-right-list ul li {
	    width: 100%;
	    margin-right: 0%;
	}
}

/*产品详情*/
.product-details-1{
	float: left;
	width: 100%;
	padding: 72px 0 96px 0;
}
.product-details-1 .prode-left{
	float: left;
	width: 57.7%;
}
.product-details-1 .prode-left .slider-for{
	float: left;
	width: 82.5%;
}
.product-details-1 .prode-left .slider-for .item .img-box{
	padding-bottom: 61.74402250351617%;
}
.product-details-1 .prode-left .slider-nav{
	float: right;
	width: 16.5%;
	margin: 22px 0;
}
.product-details-1 .prode-left .slider-nav .item .img-box{
	padding-bottom: 60.56338028169014%;
	border: 5px solid rgba(0,0,0,0);
}
.product-details-1 .prode-left .slider-nav .slick-slide.slick-current.slick-active .item .img-box{
	border-color: #ed9717;
}
.product-details-1 .prode-left .slider-nav .slick-slide{
	margin: 0px 0;
}
.product-details-1 .prode-left .slider-nav .slick-arrow{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 38px;
	height: 22px;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-next{
	background: url(../image/down.png);
}
.product-details-1 .prode-left .slider-nav .slick-arrow.slick-prev{
	background: url(../image/up.png);
	top: -22px;
}
.product-details-1 .prode-right{
	float: left;
	width: 42.3%;
	padding-left: 5.3%;
}
.product-details-1 .prode-right .prode-tc{
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 1;
	/*en*/
	display: none;
}
.product-details-1 .prode-right .prode-te{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 24px;
	margin-top: 10px;
	color: #ed9717;
	text-transform: capitalize;
}
.product-details-1 .prode-right .prode-span{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.product-details-1 .prode-right .prode-span span{
	display: inline-block;
	padding: 0 14px;
	line-height: 36px;
	border-radius: 18px;
	font-size: 16px;
	color: #fff;
	background: #ed9717;
}
.product-details-1 .prode-right .prode-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	margin-top: 16px;
	padding-bottom: 28px;
	border-bottom: 1px dashed #ccc;
}
.product-details-1 .prode-right .prode-link{
	float: left;
	width: 100%;
	margin-top: 42px;
}
.product-details-1 .prode-right .prode-link .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.product-details-1 .prode-right .prode-link a{
	display: inline-block;
	padding: 0 30px;
	line-height: 54px;
	border-radius: 27px;
	margin-right: 16px;
	font-size: 18px;
	color: #666;
	border: 1px solid #ccc;
}
.product-details-1 .prode-right .prode-link a:hover{
	color: #ed9717;
	border: 1px solid #ed9717;
}
.product-details-1 .prode-right .prode-link a > img{
	margin-right: 8px;
	padding-bottom: 3px;
}
.product-details-1 .prode-right .prode-link a:last-child{
	margin-right: 0px;
}

.product-details-2{
	float: left;
	width: 100%;
	padding: 36px 0 100px 0;
}

.product-details-2 .top_hd {
	float: left;
	width: 100%;
}
.product-details-2 .top_hd ul {
	float: left;
	width: 100%;
	text-align: center;
}
.product-details-2 .top_hd ul li{
	display: inline-block;
	width: 418px;
	cursor: pointer;
	color: #333;
	margin: 0 18px;
	padding: 18px 0 28px 0;
	border: 1px solid #999;
	border-radius: 10px;
}
.product-details-2 .top_hd ul li .imgk-e{
	float: left;
	width: 100%;
	font-size: 48px;
	font-family: 'CenturyGothic-Bold';
}
.product-details-2 .top_hd ul li .imgk-c{
	float: left;
	width: 100%;
	font-size: 32px;

	/*en*/
	display: none;
}

.product-details-2 .top_hd ul li.on{
	color: #fff;
	background: #ed9717;
	border: 1px solid #ed9717;
}

.product-details-2 .parBd {
	float: left;
	width: 100%;
	position: relative;
}
.product-details-2 .slideBox {
	float: left;
	width: 100%;
	opacity: 0;
	filter: alpha(opacity=00);
	position: absolute;
	overflow: hidden;
	margin-top: 36px;
	display: none;
}
.product-details-2 .slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
	display: block;
}

.product-details-2 .slideBox .table-1{
	float: left;
	width: 100%;
}
.product-details-2 .slideBox .table-2{
	float: left;
	width: 100%;
	margin-top: 45px;
}
.product-details-2 .slideBox .table-2 .table-2-left{
	float: left;
	width: 48.8%;
}
.product-details-2 .slideBox .table-2 .table-2-left:nth-child(2n){
	float: right;
}

.product-details-2 .slideBox table{
	width: 100%;
	text-align: center;
	font-family: "microsoft yahei";
}
.product-details-2 .slideBox table tr th,
.product-details-2 .slideBox table tr td{
	text-align: center;
	color: #333;
	border: 1px solid #c9c9c9;
	padding: 14px 10px;
	padding: 14px 5px;
	line-height: 20px;
}
.product-details-2 .slideBox table tr th{
	font-size: 24px;
	padding: 22px 0 26px 0;
	background: #f9f9f9;
	font-weight: normal;
}
.product-details-2 .slideBox table tr td{
	font-size: 16px;
}
.product-details-2 .parBd .prde2-left{
	float: left;
	width: 56.8%;
	padding-right: 11.8%;
	font-size: 18px;
	line-height: 2;
}
.product-details-2 .parBd .prde2-left p,
.product-details-2 .parBd .prde2-left p span{
	white-space: inherit!important;
}
.product-details-2 .parBd .prde2-left:nth-child(2n){
	float: right;
}

.product-details-2 .slideBox .table-2 .table-2-left table tr th{
	font-size: 20px;
}
.product-details-2 .slideBox .table-2 .table-2-left table tr td{
	text-align: left;
	padding-left: 60px;
}
.product-details-2 .parBd .prde2-left .p1{
	font-size: 24px;
	line-height: 36px;
	color: #ed9717;
}
.product-details-2 .parBd .prde2-right{
	float: left;
	width: 43.2%;
}
.product-details-2 .parBd .prde2-right > img{
	margin-bottom: 28px;
}
@media (max-width: 1440px) {
	.product-details-1 {
	    padding: 42px 0 60px 0;
	}
	.product-details-1 .prode-left .slider-nav .item .img-box{
		border-width: 4px;
	}
	.product-details-1 .prode-right{
		padding-left: 3.6%;
	}
	.product-details-1 .prode-right .prode-tc{
		font-size: 24px;
	}
	.product-details-1 .prode-right .prode-te {
	    font-size: 20px;
	    margin-top: 8px;
	}
	.product-details-1 .prode-right .prode-span {
	    margin-top: 12px;
	}
	.product-details-1 .prode-right .prode-p {
		font-size: 16px;
	    margin-top: 10px;
	    padding-bottom: 14px;
	}
	.product-details-1 .prode-right .prode-link{
		margin-top: 36px;
	}
	.product-details-1 .prode-right .prode-link a {
	    padding: 0 20px;
	    line-height: 48px;
	    border-radius: 24px;
	    margin-right: 10px;
	    font-size: 16px;
	}
	.product-details-2 {
	    padding: 30px 0 60px 0;
	}
	.product-details-2 .top_hd ul li {
	    width: 380px;
	    margin: 0 10px;
	    padding: 14px 0 18px 0;
	    border-radius: 8px;
	}
	.product-details-2 .top_hd ul li .imgk-e{
		font-size: 36px;
	}
	.product-details-2 .top_hd ul li .imgk-c{
		font-size: 28px;
	}
	.product-details-2 .parBd .prde2-left {
	    padding-right: 8%;
	    font-size: 16px;
	}
	.product-details-2 .parBd .prde2-left .p1{
		font-size: 22px;
	}
	.product-details-2 .parBd .prde2-right > img {
	    margin-bottom: 20px;
	}
}
@media (max-width: 1199px) {
	.product-details-1 {
	    padding: 42px 0 0px 0;
	}
	.product-details-1 .prode-left{
		width: 100%;
		padding-right: 0;
	}
	.product-details-1 .prode-right{
		width: 100%;
		padding: 30px 3%;
	}
	.product-details-2 .top_hd ul li .imgk-e {
	    font-size: 30px;
	}
	.product-details-2 .top_hd ul li .imgk-c {
	    font-size: 24px;
	}
	.product-details-2 .parBd .prde2-left .p1{
		font-size: 18px;
	}
	.product-details-2 .parBd .prde2-left{
		line-height: 1.8;
	}

	.product-details-2 .slideBox table tr th {
	    font-size: 16px;
	    padding: 18px 0 20px 0;
	}
	.product-details-2 .slideBox .table-2 .table-2-left table tr th {
	    font-size: 18px;
	}
	.product-details-2 .slideBox table tr td {
	    font-size: 14px;
	}
	.product-details-2 .slideBox table tr th,
	.product-details-2 .slideBox table tr td{
		padding: 10px 6px;
	}
	.product-details-2 .slideBox .table-2 .table-2-left{
		width: 100%;
		margin-top: 20px;
	}

}
@media (max-width: 991px) {
	.product-details-1 .prode-right .prode-link {
		margin-top: 24px;
	}
	.product-details-2 .top_hd ul li{
		width: 280px;
		margin: 0 5px;
		padding: 12px 0 14px 0;
	}
	.product-details-2 .top_hd ul li .imgk-e {
	    font-size: 24px;
	}
	.product-details-2 .top_hd ul li .imgk-c {
	    font-size: 20px;
	}
	.product-details-2 .parBd .prde2-left{
		width: 100%;
		padding-right: 0;
		padding-bottom: 20px;
	}
	.product-details-2 .parBd .prde2-right{
		width: 100%;
	}
	.product-details-2 .slideBox{
		margin-top: 24px;
	}
}
@media (max-width: 767px) {
	.product-details-1 {
	    padding: 30px 0 0px 0;
	}
	.product-details-1 .prode-left .slider-for{
		width: 100%;
	}
	.product-details-1 .prode-left .slider-nav{
		width: 100%;
		padding: 0 5%;
		margin: 10px 0;
	}
	.product-details-1 .prode-left .slider-nav .slick-arrow{
		position: absolute;
		left: auto;
		-webkit-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		-moz-transform: translateX(-0%);
		transform: translateX(-0%);
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 24px;
		height: 14px;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		transform: rotate(-90deg);
		margin-top: -11px;
	}
	.product-details-1 .prode-left .slider-nav .slick-arrow.slick-next{
		right: -3%;
	}
	.product-details-1 .prode-left .slider-nav .slick-arrow.slick-prev{
		top: 50%;
		left: -3%;
	}
	.product-details-1 .prode-right {
	    padding: 15px 0%;
	}
	.product-details-1 .prode-right .prode-tc {
	    font-size: 20px;
	}
	.product-details-1 .prode-right .prode-te {
	    font-size: 16px;
	    margin-top: 4px;
	}
	.product-details-1 .prode-right .prode-span span {
	    padding: 0 14px;
	    line-height: 30px;
	    border-radius: 15px;
	    font-size: 14px;
	}
	.product-details-1 .prode-right .prode-p{
		font-size: 14px;
		padding-bottom: 5px;
	}
	.product-details-1 .prode-right .prode-link {
	    margin-top: 15px;
	}
	.product-details-1 .prode-right .prode-link a {
	    padding: 0 12px;
	    line-height: 36px;
	    border-radius: 18px;
	    margin-right: 4px;
	    font-size: 14px;
	}
	.product-details-1 .prode-right .prode-link a > img{
		height: 20px;
		margin-right: 4px;
	}
	.product-details-2 {
	    padding: 20px 0 20px 0;
	}
	.product-details-2 .top_hd ul li{
		width: 47%;
		margin: 0 0.5%;
		padding: 8px 0 10px 0;
	}
	.product-details-2 .top_hd ul li .imgk-e {
	    font-size: 18px;
	}
	.product-details-2 .top_hd ul li .imgk-c {
	    font-size: 16px;
		margin-top: 2px;
	}
	.product-details-2 .parBd .prde2-left .p1 {
	    font-size: 16px;
	}
	.product-details-2 .parBd .prde2-left{
		font-size: 14px;
	}
	.product-details-2 .parBd .prde2-right > img {
	    margin-bottom: 10px;
	}
	.product-details-2 .slideBox .table-1{
		overflow-x: auto;
	}
	.product-details-2 .slideBox .table-1 .table-box{
		width: 680px;
	}
	.product-details-2 .slideBox table tr th, .product-details-2 .slideBox table tr td {
	    padding: 8px 4px;
		line-height: 16px;
	}

	.product-details-2 .slideBox table tr td{
		font-size: 12px;
	}
	.product-details-2 .slideBox table tr th{
		padding: 10px 4px;
	}
	.product-details-2 .slideBox .table-2 .table-2-left table tr th {
	    font-size: 16px;
		padding-left: 4%;
		padding-right: 4%;
	}
	.product-details-2 .slideBox .table-2 .table-2-left table tr td{
		padding-left: 4%;
		padding-right: 4%;
	}
}



/*在线留言*/
.con-2{
	float: left;
	width: 100%;
	margin: 50px 0 140px 0;
}
.con-2 .contact-3-form{
	float: left;
	width: 100%;
	margin-top: 56px;
	position: relative;
}
.contact-3-form-left{
	float: left;
	width: 100%;
	padding: 24px 0% 0 0%;
}
.contact-message-form{

}
.contact-message-form .contact-me-fo-div1{
	float: left;
	width: 100%;
	margin-top: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
	float: left;
	width: 49.2%;
	height: 80px;
	line-height: 23px;
	padding: 24px 1.8%;
	border: 1px solid #dcdcdc;
	background: none;
	font-size: 20px;
	color: #666;
	background: #fff;
	border-radius: 10px;
	position: relative;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.input-50{
	width: 60%;
	height: 32px;
	line-height: 32px;
	border: 0;
	padding: 0;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
	float: left;
	width: 100%;
	height: 180px;
	line-height: 28px;
	padding: 20px 1.8%;
	border: 1px solid #dcdcdc;
	background: none;
	font-size: 20px;
	color: #333;
	background: #fff;
	border-radius: 10px;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
	display: inline-block;
	width: 30%;
	height: 80px;
	line-height: 80px;
	background: #ed9717;
	font-size: 22px;
	color: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3:hover{
	opacity: 0.8;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
	margin-right: 1.6%;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.right{
	margin-right: 0%;
}

.contact-message-form .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-input1{
	width: 100%;
	border: 0px;
	height: 64px;
	line-height: 64px;
	padding-right: 4.8%;
	padding-left: 4.8%;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1::-webkit-input-placeholder {
	color: #223e55;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2::-webkit-input-placeholder {
	color: #223e55;
}

.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
	position: absolute;
	right: 8%;
	float: left;
	overflow: hidden;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
	display: inline-block;
	line-height: 32px;
	margin-left: 33px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
	float: left;
	width: 27px;
	height: 27px;
	border:0;
	padding: 0;
	margin: 0;
	outline:none;
	margin-right:15px;
	margin-top: 2px;
	background: url(../image/radio.png) no-repeat;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #999;
	font-weight: normal;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
	background: url(../image/radio-on.png) no-repeat;
}
.contact-message-form .contact-me-fo-div2{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
@media (max-width: 1440px){
	.con-2 {
	    margin: 48px 0 140px 0;
	}
	.contact .con-1 .con-1-con .con-1-left {
	    padding: 58px 6% 0 5%;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-top img{
		height: 58px;
	}
	.contact .con-1 .con-1-con .con-1-right{
		height: 580px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li {
	    padding: 20px 0 20px 68px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-bot{
		margin-top: 24px;
	}
	.con-2 .contact-3-form {
	    margin-top: 40px;
	}

	.contact-3 {
	    padding: 30px 0 80px 0;
	}
	.contact-3 .contact-3-title span{
		font-size: 30px;
	}
	.contact-3 .contact-3-title::after{
		width: 39.2%;
	}
	.contact-3 .contact-3-title::before{
		width: 39.2%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		padding: 15px 2.2%;
		height: 64px;
		line-height: 34px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		height: 200px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		width: 28px;
		height: 28px;
		background-size: 100% 100%!important;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		background-size: 100% 100%!important;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
	}
}
@media (max-width: 1199px){
	.contact .con-1 .con-1-con .con-1-left{
		width: 100%;
	}
	.contact .con-1 .con-1-con .con-1-left {
	    padding: 58px 6% 58px 5%;
	}
	.contact .con-1 .con-1-con .con-1-right{
		width: 100%;
	}
	.con-2 {
	    margin: 40px 0 80px 0;
	}
	.con-2 .contact-3-form {
	    margin-top: 30px;
	}
	.contact-message-form .contact-me-fo-div1{
		margin-top: 15px;
	}
	.contact-message-form .contact-me-fo-div2{
		margin-top: 24px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		margin-left: 20px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-right: 10px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		right: 5%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.input-50{
		width: 50%;
	}
}
@media (max-width: 991px){
	.contact .con-1 {
		margin: 36px 0 0 0;
	}
	.contact .con-1 .con-1-con{
		margin-top: 30px;
	}
	.contact .con-1 .con-1-con .con-1-left {
	    padding: 36px 4% 36px 4%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		width: 100%;
		margin-right: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
		margin-right: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.right{
		margin-top: 20px;
	}
}

@media (max-width: 767px){

	.contact .con-1 {
	    margin: 20px 0 0 0;
	}
	.contact .con-1 .con-1-con {
	    margin-top: 20px;
	}
	.contact .con-1 .con-1-con .con-1-left {
	    padding: 20px 4% 20px 4%;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-top img {
	    height: 36px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-mid {
	    margin-top: 5px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li {
	    padding: 10px 0 10px 48px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li > img {
	    top: 20px;
	    width: 28px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li .con-1-mid-t{
		font-size: 16px;
		line-height: 24px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li .con-1-mid-d{
		font-size: 18px;
		line-height: 24px;
	}
	.f18yahei{
		font-size: 15px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-bot {
	    margin-top: 15px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con {
	    padding: 8px 0;
	    border-radius: 24px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox a{
		height: 24px;
		margin: 0 15px!important;
		background-size: auto 100%!important;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox a::after{
		right: -15px;
	}

	.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox .bds_weixin{
		width: 30px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox .bds_tsina{
		width: 28px;
	}
	.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox .bds_tmall{
		width: 24px;
	}
	.contact .con-1 .con-1-con .con-1-right {
	    height: 380px;
	}
	.con-2 {
	    margin: 20px 0 30px 0;
	}
	.con-2 .contact-3-form{
		margin-top: 20px;
	}

	.contact-3 {
	    padding: 15px 0 30px 0;
	}
	.contact-3 .contact-3-title span {
	    font-size: 20px;
		padding: 0 16px;
	}
	.contact-3 .contact-3-title span:after{}
	.contact-3 .contact-3-title span::before{}
	.contact-3-form-left {
	    padding: 15px 0% 0 0%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		width: 100%;
		margin-right: 0;
		padding: 10px 3%;
		height: 48px;
		line-height: 28px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-input1{
		height: 48px;
		line-height: 28px;
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		margin-top: 0;
	}
	.contact-message-form .contact-me-fo-div1.contact-me-fo-div3{
		padding-right: 42%;
	}
	.contact-message-form .contact-me-fo-div1.contact-me-fo-div3 .contact-me-fo-sex{
		left: 58%;
		max-height: 48px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
		margin-right: 0;
	}
	.contact-message-form .contact-me-fo-div1{
		margin-top: 10px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 26px;
		margin-left: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		margin-right: 5px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-top: 3px;
		margin-right: 10px;
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		width: 20px;
		height: 20px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		line-height: 28px;
		padding: 10px 3%;
		height: 140px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div2 {
	    margin-top: 15px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		padding: 0;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.input-50{
		height: 26px;
		line-height: 26px;
	}
	.con-2 .contact-3-form {
	    margin-top: 10px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.right {
	    margin-top: 10px;
	}
}

/*应用*/
.use{
	float: left;
	width: 100%;
	padding: 64px 0 182px 0;
}
.use .use-list{
	float: left;
	width: 100%;
	margin-top: 24px;
}
.use .use-list ul{
	float: left;
	width: 100%;
}
.use .use-list ul li{
	float: left;
	width: 30.8%;
	margin-right: 3.8%;
	margin-top: 24px;
}
.use .use-list ul li:nth-child(3n){
	margin-right: 0;
}
.use .use-list ul li .img-box{
	padding-bottom: 61.95652173913043%;
}

.use .use-list ul li .img-box 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;
}
.use .use-list ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.use .use-list ul li .use-li-p{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-top: 20px;
	font-size: 18px;
	color: #111;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media (max-width: 1440px){
	.use {
	    padding: 48px 0 142px 0;
	}
	.use .use-list ul li .use-li-p {
	    line-height: 22px;
	    margin-top: 18px;
	    font-size: 16px;
	}
}
@media (max-width: 1199px){
	.use {
	    padding: 40px 0 82px 0;
	}
	.use .use-list ul li{
		margin-top: 15px;
	}
	.use .use-list ul li .use-li-p {
	    line-height: 20px;
	    margin-top: 12px;
	    font-size: 14px;
	}
}
@media (max-width: 767px){
	.use {
	    padding: 20px 0 20px 0;
	}
	.use .use-list{
		margin-top: 10px;
	}
	.use .use-list ul li{
		width: 100%;
		margin-right: 0;
	}

}

/*应用详情*/
.about-bg-1{
	float: left;
	width: 100%;
	background: #ed9717;
	clear: both;
}
.min-nav{
	float: left;
	width: 100%;
	line-height: 48px;
	clear: both;
	color: #fff;
	padding: 40px 0 44px 0;
}
.min-nav .min-nav-left{
	float: left;
	font-size: 42px;
	position: relative;

	/*en*/
	font-size: 32px;
}
.min-nav .min-nav-left::after{
	position: absolute;
	left: -54px;
	width: 19px;
	height: 19px;
	border: 4px solid #fff;
	border-radius: 100%;
	content: "";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.min-nav .min-nav-left::before{
	position: absolute;
	left: -220px;
	width: 165px;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
	content: "";
}

.min-nav .min-nav-right{
	float: right;
	font-size: 16px;
	padding-left: 24px;
	position: relative;
}
.min-nav .min-nav-right::after{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
	content: "";
}
.min-nav .min-nav-right a{
	color: #fff;
}

@media (max-width: 1440px){
	.min-nav {
		line-height: 30px;
		padding: 30px 0 32px 0;
	}
	.min-nav .min-nav-left{
		font-size: 30px;
	}
	.min-nav .min-nav-right{
		font-size: 16px;
	}
}

@media (max-width: 1199px){
	.min-nav {
	    line-height: 26px;
	    padding: 24px 0 22px 0;
	}
	.min-nav .min-nav-left{
		font-size: 26px;
	}
	.min-nav .min-nav-right{
		font-size: 16px;
	}
}
@media (max-width: 991px){
	.min-nav {
	    line-height: 20px;
	    padding: 18px 0 16px 0;
	}
	.min-nav .min-nav-left{
		font-size: 20px;
	}
	.min-nav .min-nav-right{
		font-size: 14px;
	}
}
@media (max-width: 767px){
	.min-nav {
	    line-height: 18px;
	    padding: 15px 0 15px 0;
	}
	.min-nav .min-nav-left {
	    font-size: 18px;
	}
	.min-nav .min-nav-right{
		width: 100%;
		font-size: 14px;
		margin-top: 5px;
		display: none;
	}
}

.use-details-1{
	float: left;
	width: 100%;
	padding: 70px 10.7% 86px 10.7%;
}
.carousel-1{
	float: left;
	width: 100%;
}
.carousel-1 .slider-for-1{
	float: left;
	width: 100%;
}
.carousel-1 .slider-for-1 .item{}
.carousel-1 .slider-for-1 .img-box{
	padding-bottom: 61.80257510729614%;
}

.carousel-1 .slider-nav-1{
	float: left;
	width: 54%;
	margin-left: 23%;
	margin-top: 18px;
}
.carousel-1 .slider-nav-1 .slick-slide{
	margin: 0 0px;
}
.carousel-1 .slider-nav-1 .item{}
.carousel-1 .slider-nav-1 .item .img-box{
	padding-bottom: 60.56338028169014%;
}
.carousel-1 .slider-nav-1 .item .img-box{
	border: 6px solid rgba(0,0,0,0);
}
.carousel-1 .slider-nav-1 .slick-current.slick-active .img-box{
	border-color: #ed9717;
}

.carousel-1 .slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);	-ms-transform: translateY(-50%);	-moz-transform: translateY(-50%);	transform: translateY(-50%);
	width: 22px;
	height: 38px;
	background-size: 100% 100%!important;
	background-repeat: no-repeat!important;
}
.carousel-1 .slick-arrow.slick-prev{
	left: -44px;
	background: url(../image/left1.png);
}
.carousel-1 .slick-arrow.slick-next{
	right: -44px;
	background: url(../image/right1.png);
}

.use-details-2{
	float: left;
	width: 100%;
	padding: 60px 0 150px 0;
}
.usede2-title{
	float: left;
	width: 100%;
	text-align: center;
}
.usede2-title .usede2-title-span{
	display: inline-block;
	border: 1px solid #999;
	border-radius: 10px;
	color: #333;
	padding: 20px 30px 28px 30px;
}
.usede2-title .usede2-title-span .usede2-te{
	font-family: 'CenturyGothic-Bold';
	font-size: 48px;
	line-height: 1;
}
.usede2-title .usede2-title-span .usede2-tc{
	font-size: 32px;
	margin-top: 6px;
	line-height: 1;

	/*en*/
	display: none;
}

.use-details-2 .use-de2-con{
	float: left;
	width: 100%;
	margin-top: 66px;
}
.use-details-2 .use-de2-con .use-de2-left{
	float: left;
	width: 58.5%;
}
.use-details-2 .use-de2-con .use-de2-left .use-de2-left-t{
	float: left;
	width: 100%;
	font-size: 24px;
	margin-top: 50px;
	line-height: 1;
	color: #ed9717;
}
.use-details-2 .use-de2-con .use-de2-left .use-de2-left-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	margin-top: 10px;
	color: #333;
}
.use-details-2 .use-de2-con .use-de2-right{
	float: left;
	width: 41.5%;
}
@media (max-width: 1600px){
	.min-nav {
	    line-height: 36px;
	    padding: 30px 0 34px 0;
	}
	.min-nav .min-nav-left{
		font-size: 36px;
	}
	.min-nav .min-nav-right {
	    font-size: 14px;
	    padding-left: 20px;
	}
	.min-nav .min-nav-left::after {
	    position: absolute;
	    left: -30px;
	    width: 16px;
	    height: 16px;
	    border-width: 3px;
	}
	.min-nav .min-nav-left::before {
	    left: -114px;
	    width: 84px;
	}
	.use-details-1 {
	    padding: 60px 10% 76px 10%;
	}
	.use-details-2 {
	    padding: 48px 0 120px 0;
	}
	.use-details-2 .use-de2-con{
		margin-top: 48px;
	}
}
@media (max-width: 1440px){
	.min-nav {
	    line-height: 28px;
	    padding: 20px 0 24px 0;
	}
	.min-nav .min-nav-left {
	    font-size: 28px;
	}
	.use-details-1 {
	    padding: 48px 12% 60px 12%;
	}
	.usede2-title .usede2-title-span {
	    padding: 15px 24px 20px 24px;
	}
	.usede2-title .usede2-title-span .usede2-te{
		font-size: 36px;
	}
	.usede2-title .usede2-title-span .usede2-tc {
	    font-size: 24px;
	    margin-top: 4px;
	}
	.use-details-2 .use-de2-con {
	    margin-top: 40px;
	}
	.use-details-2 .use-de2-con .use-de2-left .use-de2-left-t {
	    font-size: 20px;
	    margin-top: 40px;
	}
	.use-details-2 .use-de2-con .use-de2-left .use-de2-left-p {
	    font-size: 16px;
	}
	.carousel-1 .slider-nav-1 .item .img-box {
	    border-width: 4px;
	}
}
@media (max-width: 1199px){
	.min-nav .min-nav-left::after{
		display: none;
	}
	.min-nav .min-nav-left::before{
		display: none;
	}
	.min-nav .min-nav-left {
	    font-size: 24px;
	}
	.use-details-1 {
	    padding: 36px 8% 48px 8%;
	}
	.use-details-2 {
	    padding: 36px 0 80px 0;
	}
	.usede2-title .usede2-title-span .usede2-te {
	    font-size: 30px;
	}
	.usede2-title .usede2-title-span .usede2-tc{
		font-size: 22px;
	}
	.use-details-2 .use-de2-con .use-de2-left .use-de2-left-t {
	    margin-top: 20px;
	}
}
@media (max-width: 991px){
	.use-details-1 {
		padding: 30px 5% 40px 5%;
	}
	.usede2-title .usede2-title-span {
	    padding: 10px 20px 12px 20px;
	}
	.use-details-2 .use-de2-con {
	    margin-top: 30px;
	}
	.use-details-2 .use-de2-con .use-de2-left .use-de2-left-t {
	    margin-top: 0px;
	}
	.use-details-2 .use-de2-con .use-de2-left{
		width: 100%;
	}
	.use-details-2 .use-de2-con .use-de2-right{
		width: 100%;
		margin-top: 20px;
	}
}
@media (max-width: 767px){
	.min-nav {
	    line-height: 24px;
	    padding: 15px 0 15px 0;
	}
	.min-nav .min-nav-left {
	    font-size: 20px;
	}
	.use-details-1 {
	    padding: 20px 0% 20px 0%;
	}
	.carousel-1 .slider-nav-1 {
	    width: 80%;
	    margin-left: 10%;
	    margin-top: 5px;
	}
	.carousel-1 .slider-nav-1 .item .img-box {
	    border-width: 3px;
	}
	.carousel-1 .slick-arrow{
		width: 14px;
		height: 24px;
	}
	.carousel-1 .slick-arrow.slick-prev{
		left: -22px;
	}
	.carousel-1 .slick-arrow.slick-next{
		right: -22px;
	}
	.use-details-2 {
	    padding: 20px 0 20px 0;
	}
	.usede2-title .usede2-title-span {
	    padding: 8px 15px 10px 15px;
	}
	.usede2-title .usede2-title-span .usede2-te {
	    font-size: 20px;
	}
	.usede2-title .usede2-title-span .usede2-tc {
	    font-size: 16px;
	}
	.use-details-2 .use-de2-con {
	    margin-top: 20px;
	}
	.use-details-2 .use-de2-con .use-de2-left .use-de2-left-t{
		font-size: 18px;
	}
	.use-details-2 .use-de2-con .use-de2-left .use-de2-left-p{
		font-size: 14px;
	}
	.use-details-2 .use-de2-con .use-de2-right{
		margin-top: 10px;
	}
}

/*研发实力*/
.strength{
	float: left;
	width: 100%;
	padding: 86px 0 240px 0;
}
.strength-list{
	float: left;
	width: 100%;
	margin-top: 60px;
}

.sideMenu{
	float: left;
	width: 100%;
}
.sideMenu h3{
	float: left;
	width: 100%;
	padding: 14px 28px;
	border-radius: 10px;
	margin-top: 10px;
	border: 1px solid #d2d2d2;
	line-height: 35px;
}
.sideMenu h3 em{
	float:right;
	width:35px;
	height:35px;
	background:url(../image/ico-11.png) no-repeat;
	cursor:pointer;
}
.sideMenu h3.on em{
	background:url(../image/ico-1-on1.png) no-repeat;
}

.sideMenu h3 .sideMenu-num{
	float: left;
	font-size: 24px;
	color: #151e49;
	font-family: 'CenturyGothic-Bold';
}
.sideMenu h3 .sideMenu-tc{
	float: left;
	max-width: 40%;
	margin-left: 28px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sideMenu h3 .sideMenu-te{
	float: left;
	max-width: 40%;
	margin-left: 24px;
	font-size: 24px;
	color: #ed9717;
	/* display: none; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sideMenu ul{
	float: left;
	width: 100%;

	padding: 52px 0 52px 0;
	/* display:none; */
}
.sideMenu ul .sideMenu-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
}
.sideMenu ul .sideMenu-pic{
	float: left;
	width: 100%;
	margin-top: 54px;
}
.sideMenu ul .sideMenu-pic img{
	float: left;
	width:30.8%;
	margin-right: 3.8%;
}
.sideMenu ul .sideMenu-pic img:nth-child(3n){
	margin-right: 0%;
}
.sideMenu h3.on .sideMenu-num{
	/* color: #ed9717; */
}
.sideMenu h3.on .sideMenu-te{
	/* display: block; */
}

@media (max-width: 1600px){
	.strength {
	    padding: 66px 0 180px 0;
	}
	.sideMenu h3 .sideMenu-num{
		font-size: 20px;
	}
	.sideMenu h3 .sideMenu-tc {
	    margin-left: 18px;
		font-size: 20px;
	}
	.sideMenu h3 .sideMenu-te{
		margin-left: 18px;
		font-size: 22px;
	}
	.sideMenu ul {
	    padding: 40px 0 40px 0;
	}
	.sideMenu ul .sideMenu-p{
		font-size: 16px;
	}
	.sideMenu ul .sideMenu-pic{
		margin-top: 36px;
	}
}
@media (max-width: 1440px){
	.strength {
		padding: 48px 0 100px 0;
	}
	.sideMenu ul {
	    padding: 30px 0 30px 0;
	}
	.sideMenu ul .sideMenu-pic {
	    margin-top: 28px;
	}
	.strength-list{
		margin-top: 40px;
	}
}
@media (max-width: 1199px){
	.strength-list {
	    margin-top: 30px;
	}
	.sideMenu h3 {
	    padding: 10px 20px;
	    border-radius: 10px;
	    margin-top: 8px;
	    line-height: 28px;
	}
	.sideMenu h3 em{
		width: 28px;
		height: 28px;
		background-size: 100% 100%!important;
	}
	.sideMenu h3 .sideMenu-num{
		font-size: 18px;
	}
	.sideMenu h3 .sideMenu-tc {
	    margin-left: 14px;
	    font-size: 18px;
	}
	.sideMenu h3 .sideMenu-te {
	    margin-left: 14px;
	    font-size: 20px;
	}
	.sideMenu ul .sideMenu-p {
	    font-size: 14px;
	}
	.sideMenu ul {
	    padding: 20px 0 20px 0;
	}
}
@media (max-width: 767px){
	.strength {
	    padding: 20px 0 20px 0;
	}
	.strength-list {
	    margin-top: 10px;
	}
	.sideMenu h3 {
	    padding: 5px 10px;
	    border-radius: 5px;
	    margin-top: 6px;
	    line-height: 28px;
	}
	.sideMenu h3.on .sideMenu-te{
		display: none;
	}
	.sideMenu h3 .sideMenu-tc {
	    margin-left: 12px;
	    font-size: 14px;
		max-width: 80%;
	}
	.sideMenu ul .sideMenu-pic {
	    margin-top: 0px;
	}
	.sideMenu ul .sideMenu-pic img{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
	}
}

/*全球布局*/
.layout{
	float: left;
	width: 100%;
	text-align: center;
	padding: 86px 5% 120px 5%;
}
.layout-pic{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.server-2{
	float: left;
	width: 100%;
	margin-top: 82px;
	text-align: center;
}
.server-2 a{
	display: inline-block;
	width: 28.2%;
	height: 72px;
	line-height: 70px;
	margin: 0 3.4%;
	border-radius: 10px;
	font-size: 20px;
	color: #333;
	border: 1px dashed #d2d2d2;
}
.server-2 a:hover,
.server-2 a.active{
	background: #ed9717;
	color: #fff;
	border: 1px solid #ed9717;
}
@media (max-width: 1440px){
	.layout {
	    padding: 66px 3% 100px 3%;
	}
	.server-2 {
		margin-top: 50px;
	}
	.server-2 a {
		height: 62px;
		line-height: 60px;
		margin: 0 2.4%;
		font-size: 18px;
	}
}
@media (max-width: 1199px){
	.server-2 {
	    margin-top: 30px;
	}
	.layout {
	    padding: 46px 3% 80px 3%;
	}
	.layout-pic{
		margin-top: 40px;
	}
	.server-2 {
		margin-top: 30px;
	}
	.server-2 a {
		width: 36%;
		height: 48px;
		line-height: 46px;
		margin: 0 1%;
		font-size: 16px;
	}
}
@media (max-width: 767px){
	.layout {
	    padding: 20px 3% 20px 3%;
	}
	.layout-pic {
	    margin-top: 20px;
	}
	.server-2 {
		margin-top: 20px;
	}
	.server-2 a {
		width: 36%;
		width: 47%;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		font-size: 12px;
	}
}

/*服务支持*/
.server-1{
	float: left;
	width: 100%;
	padding-top: 86px;
}
.server-1 .server-1-con{
	float: left;
	width: 100%;
	margin-top: 54px;
	background: #f9f9f9;
}
.server-1 .server-1-con .server-1-left{
	float: left;
	width: 50%;
}
.server-1 .server-1-con .server-1-right{
	float: left;
	width: 50%;
	padding: 0 4.7%;
}
.server-1 .server-1-con .server-1-right .server-1-rt{
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 1.4;
	margin-top: 70px;
	padding-left: 24px;
	border-left: 6px solid #ed9717;

	/*en*/
	font-size: 24px;
}
.server-1 .server-1-con .server-1-right .server-1-rd{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	margin-top: 36px;
	color: #333;

	/*en*/
	font-size: 16px;
}
.server-3{
	float: left;
	width: 100%;
	margin-top: 82px;
}
.server-3 .server-3-p1{
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 18px;
	line-height: 2;
	color: #333;
	text-align: center;
}
.server-3-list{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.server-3-list .server-3-li{
	float: left;
	width: 48.9%;
	margin-top: 30px;
}
.server-3-list .server-3-li:nth-child(2n){
	float: right;
}
.server-3-list .server-3-li:last-child{
	float: right;
}
.server-3-list .server-3-li .img-block{
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.server-3-list .server-3-li .img-block 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;
}
.server-3-list .server-3-li:hover .img-block img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.server-3-list .server-3-li .img-block .ser3-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con{
	position: absolute;
	left: 0;
	color: #fff;
	width: 100%;
	bottom: 50px;
	padding: 0 5.5% 0 14.4%;
}
.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-num{
	font-family: 'DINEngschriftStd';
	position: absolute;
	left: 5.5%;
	top: 0;
	font-size: 64px;
	line-height: 1;
}
.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-tc{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 1.1;
	margin-top: 8px;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-te{
	float: left;
	width: 100%;
	font-family: 'CenturyGothic';
	margin-top: 8px;
	font-size: 18px;
	line-height: 1.1;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.server-4{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 150px;
	margin-bottom: 88px;
}
.ser4-text{
	position: absolute;
	right: 7.4%;
	width: 92.6%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.ser4-text .ser4-text-c1{
	float: right;
	clear: both;
	font-size: 37px;
}
.ser4-text .ser4-text-e1{
	float: right;
	clear: both;
	font-size: 20px;
	margin: 15px 0;
}
.ser4-text .ser4-text-e1 span{
	display: inline-block;
	line-height: 20px;
	padding: 10px 16px;
	border-radius: 20px;
	background: #ed9717;
}
.ser4-text .ser4-text-c2{
	float: right;
	clear: both;
	font-size: 23px;
}
.server-5{
	float: left;
	width: 100%;
	padding: 72px 0 200px 0;
}
.ser4-ico{
	float: left;
	width: 100%;
	margin-top: 60px;
}
.ser4-ico .ser4-ico-li{
	float: left;
	width: 25%;
	padding: 0 2% 0 2%;
	position: relative;
	text-align: center;
}
.ser4-ico .ser4-ico-li::after{
	position: absolute;
	right: 0;
	top: 30px;
	width: 1px;
	height: 66px;
	background: #d2d2d2;
	/* -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%); */
	content: "";
}
.ser4-ico .ser4-ico-li:last-child::after{
	display: none;
}
.ser4-ico .ser4-ico-li .ser4-ico-li-ico{
	float: left;
	width: 100%;
}
.ser4-ico .ser4-ico-li .ser4-ico-li-p{
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 28px;
	line-height: 1.8;
	color: #999;
}
@media (max-width: 1440px){
	.server-1 {
	    padding-top: 60px;
	}
	.server-1 .server-1-con{
		margin-top: 40px;
	}
	.server-1 .server-1-con .server-1-right {
	    padding: 0 3.6%;
	}
	.server-1 .server-1-con .server-1-right .server-1-rt {
	    font-size: 24px;
	    margin-top: 60px;
	    padding-left: 18px;
	    border-left: 4px solid #ed9717;
	}
	.server-1 .server-1-con .server-1-right .server-1-rd {
	    font-size: 16px;
	    margin-top: 30px;
	}
	.server-3 .server-3-p1 {
	    margin-top: 12px;
	    font-size: 16px;
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-num{
		font-size: 48px;
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-tc {
	    font-size: 20px;
	    margin-top: 4px;
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-te {
	    margin-top: 4px;
	    font-size: 16px;
	}
	.server-4 {
	    margin-top: 100px;
	    margin-bottom: 68px;
	}
	.ser4-text .ser4-text-c1{
		font-size: 32px;
	}
	.ser4-text .ser4-text-e1{
		font-size: 17px;
	}
	.ser4-text .ser4-text-c2{
		font-size: 20px;
	}
	.server-5 {
	    padding: 60px 0 120px 0;
	}
	.ser4-ico .ser4-ico-li .ser4-ico-li-p {
	    font-size: 16px;
	    margin-top: 20px;
	}
}
@media (max-width: 1199px){
	.server-1 {
	    padding-top: 40px;
	}
	.server-1 .server-1-con .server-1-left{
		width: 100%;
	}
	.server-1 .server-1-con .server-1-left img{
		width: 100%;
	}
	.server-1 .server-1-con .server-1-right{
		width: 100%;
	}
	.server-1 .server-1-con .server-1-right {
	    padding: 30px 3.6% 20px 3.6%;
	}
	.server-1 .server-1-con .server-1-right .server-1-rt{
		margin-top: 0;
	}
	.server-3{
		margin-top: 40px;
	}
	.server-3-list .server-3-li{
		margin-top: 20px;
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con{
		bottom: 20px;
	}
	.server-4 {
	    margin-top: 50px;
	    margin-bottom: 38px;
	}
	.server-5 {
	    padding: 40px 0 80px 0;
	}
	.ser4-ico .ser4-ico-li .ser4-ico-li-p {
	    font-size: 14px;
	    margin-top: 15px;
	}
}
@media (max-width: 991px){
	.server-1 .server-1-con .server-1-right {
	    padding: 20px 2.4% 15px 2.4%;
	}
	.server-1 .server-1-con .server-1-right .server-1-rt {
	    font-size: 20px;
	    padding-left: 12px;
	    border-left-width: 3px;
	}
	.server-1 .server-1-con .server-1-right .server-1-rd{
		margin-top: 10px;
	}
	.server-3-list .server-3-li{
		width: 100%;
		margin-right: 0;
	}
	.ser4-ico{
		margin-top: 40px;
	}
	.ser4-ico .ser4-ico-li{
		width: 50%;
		margin: 20px 0;
	}
	.ser4-ico .ser4-ico-li::after{
		top: 60px;
	}
	.ser4-ico .ser4-ico-li:nth-child(2n)::after{
		display: none;
	}
	.server-4 {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
}
@media (max-width: 767px){
	.server-1 {
		padding-top: 20px;
	}
	.server-1 .server-1-con {
	    margin-top: 20px;
	}
	.server-1 .server-1-con .server-1-right .server-1-rt{
		font-size: 18px;
	}
	.server-1 .server-1-con .server-1-right .server-1-rd{
		font-size: 14px;
	}
	.server-3 {
	    margin-top: 20px;
	}
	.server-3 .server-3-p1 {
	    margin-top: 10px;
	    font-size: 14px;
	}
	.server-3-list{
		margin-top: 0;
	}
	.server-3-list .server-3-li {
	    margin-top: 15px;
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-num {
	    font-size: 40px;
		left: 4%;
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-tc {
	    font-size: 16px;
	    margin-top: 2px;
		height: auto;
		/*
		overflow: auto;
		white-space: inherit;
		text-overflow: inherit;
		 */
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con .ser3-text-te {
	    margin-top: 2px;
	    font-size: 12px;
	}
	.server-3-list .server-3-li .img-block .ser3-text .ser3-text-con {
	    bottom: 15px;
	}

	.server-4 {
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.ser4-text .ser4-text-e1{
		font-size: 14px;
		margin: 5px 0;
	}
	.ser4-text .ser4-text-e1 span {
	    line-height: 18px;
	    padding: 5px 10px;
	    border-radius: 16px;
	}
	.ser4-text .ser4-text-c1 {
	    font-size: 20px;
	    font-size: 18px;
	}
	.ser4-text .ser4-text-c2 {
	    font-size: 16px;
	    font-size: 14px;
	}
	.ser4-text {
	    right: 5%;
	    width: 95%;
		padding-left: 4%;
		text-align: right;
	}
	.ser4-ico {
	    margin-top: 20px;
	}
	.server-5 {
	    padding: 20px 0 20px 0;
	}
	.ser4-ico .ser4-ico-li {
	    margin: 10px 0;
	}
	.ser4-ico .ser4-ico-li .ser4-ico-li-p{
		margin-top: 10px;
		line-height: 1.5;
	}
	.ser4-ico .ser4-ico-li .ser4-ico-li-ico img{
		height: 48px;
	}
}

/*下载中心*/
.down-1{
	float: left;
	width: 100%;
	padding: 86px 0 140px 0;
}
.down-1-list{
	float: left;
	width: 100%;
	margin-top: 36px;
}
.down-1-list ul{
	float: left;
	width: 100%;
}
.down-1-list ul li{
	float: left;
	width: 49%;
	border-radius: 10px;
	margin-right: 2%;
	margin-top: 30px;
	padding: 30px 13.4% 26px 2.6%;
	border: 1px solid #eee;
	position: relative;
	background-image: linear-gradient(rgba(255,255,255,1),rgba(243,243,243,1));
}
.down-1-list ul li:nth-child(2n){
	margin-right: 0;
}
.down-1-list ul li > a{
	position: absolute;
	top: 35px;
	right: 4.1%;
	width: 146px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	background: #ed9717;

	/*en*/
	font-size: 14px;
}
.down-1-list ul li > a:hover{
	opacity: 0.8;
}
.down-1-list ul li > a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 6px;
}

.down-1-list ul li .down-1-li-text{
	float: left;
	width: 100%;
}
.down-1-list ul li .down-1-li-text .down-1-li-t{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 1.1;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.down-1-list ul li .down-1-li-text .down-1-li-span{
	float: left;
	width: 100%;
	margin-top: 17px;
	font-size: 18px;
	line-height: 1.1;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.down-1-list ul li .down-1-li-text .down-1-li-span span{
	margin-right: 54px;
}
.down-1-list ul li .down-1-li-text .down-1-li-span span:last-child{
	margin-right: 0;
}
@media (max-width: 1440px){
	.down-1 {
	    padding: 66px 0 100px 0;
	}
	.down-1-list ul li {
	    margin-top: 24px;
	    padding: 20px 12% 20px 2.4%;
	}
	.down-1-list ul li > a {
	    top: 26px;
	    right: 3%;
	    width: 134px;
	    height: 46px;
	    line-height: 46px;
	    font-size: 16px;
	}
	.down-1-list ul li .down-1-li-text .down-1-li-t{
		font-size: 22px;
	}
	.down-1-list ul li .down-1-li-text .down-1-li-span{
		font-size: 16px;
	}
	.down-1-list ul li .down-1-li-text .down-1-li-span span {
	    margin-right: 36px;
	}
}
@media (max-width: 991px){
	.down-1 {
	    padding: 36px 0 36px 0;
	}
	.down-1-list {
	    margin-top: 20px;
	}
	.down-1-list ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
}
@media (max-width: 767px){
	.down-1 {
	    padding: 20px 0 20px 0;
	}
	.down-1-list {
	    margin-top: 10px;
	}
	.down-1-list ul li{
		margin-top: 10px;
	}
	.down-1-list ul li > a {
	    top: 14px;
	    right: 2.4%;
	    width: 110px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;

		/*en*/
		font-size: 12px;
	}
	.down-1-list ul li > a img{
		width: 20px;
	}
	.down-1-list ul li .down-1-li-text .down-1-li-t {
	    font-size: 16px;
	}
	.down-1-list ul li .down-1-li-text .down-1-li-span {
	    font-size: 14px;
		margin-top: 6px;
	}
	.down-1-list ul li .down-1-li-text .down-1-li-span span {
	    margin-right: 16px;
	}
	.down-1-list ul li {
	    padding: 14px 36% 12px 3%;
	}
}

/*常见问题*/
.problem-1{
	float: left;
	width: 100%;
	padding: 84px 0 160px 0;
}
.problem-1-table{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.problem-1-table .problem-1-table-con{
	float: left;
	width: 100%;
}

.problem-1-table table{
	width: 100%;
}
.problem-1-table table tr th,
.problem-1-table table tr td{
	border: 1px solid #ddd;
	text-align: center;
	padding: 14px 0 10px 0;
}
.problem-1-table table tr th{
	color: #fff;
	background: #ed9717;
	font-size: 24px;
	padding: 24px 0 20px 0;
}
.problem-1-table table tr td{
	color: #333;
}
.pb-t1{
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
}
.pb-p1{
	font-size: 20px;
	line-height: 1.4;
	margin-top: 12px;
}
.pb-t2{
	font-size: 18px;
	line-height: 1.2;
}
.pb-p2{
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #999;
}
.rb-link{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 66px;
}
.rb-link a{
	display: inline-block;
	padding: 0 98px;
	height: 80px;
	line-height: 80px;
	border-radius: 40px;
	font-size: 24px;
	background: #ed9717;
	color: #fff;
}
.rb-link a img{
	padding-bottom: 3px;
	margin-right: 12px;
}
.rb-link a:hover{
	opacity: 0.8;
}
@media (max-width: 1440px){
	.problem-1 {
	    padding: 64px 0 120px 0;
	}
	.problem-1-table table tr th,
	.problem-1-table table tr td{
		padding: 12px 0 8px 0;
	}
	.problem-1-table table tr th {
	    font-size: 20px;
	    padding: 18px 0 16px 0;
	}

	.pb-t1{
		font-size: 22px;
	}
	.pb-p1{
		font-size: 18px;
		margin-top: 10px;
	}
	.pb-t2{
		font-size: 16px;
	}
	.pb-p2{
		margin-top: 8px;
		font-size: 14px;
	}
	.rb-link{
		margin-top: 46px;
	}
	.rb-link a{
		padding: 0 88px;
		height: 76px;
		line-height: 76px;
		border-radius: 38px;
		font-size: 20px;
	}
	.rb-link a img{
		padding-bottom: 3px;
		margin-right: 10px;
	}
}

@media (max-width: 1199px){
	.problem-1 {
	    padding: 44px 0 80px 0;
	}
	.problem-1-table table tr th,
	.problem-1-table table tr td{
		padding: 10px 0 6px 0;
	}
	.problem-1-table table tr th {
	    font-size: 18px;
	    padding: 16px 0 14px 0;
	}

	.pb-t1{
		font-size: 20px;
	}
	.pb-p1{
		font-size: 16px;
		margin-top: 8px;
	}
	.pb-t2{
		font-size: 16px;
	}
	.pb-p2{
		margin-top: 6px;
		font-size: 14px;
	}
	.rb-link{
		margin-top: 38px;
	}
	.rb-link a{
		padding: 0 68px;
		height: 60px;
		line-height: 60px;
		border-radius: 30px;
		font-size: 16px;
	}
}
@media (max-width: 991px){
	.problem-1-table{
		overflow-x: auto;
	}
	.problem-1-table table{
		width: 1199px;
	}
}

@media (max-width: 767px){
	.problem-1 {
	    padding: 20px 0 30px 0;
	}
	.problem-1-table{
		margin-top: 10px;
	}
	.problem-1-table table{
		width: 767px;
	}
	.problem-1-table table tr th,
	.problem-1-table table tr td {
	    padding: 6px 0 4px 0;
	}
	.problem-1-table table tr th {
	    font-size: 16px;
	    padding: 14px 0 12px 0;
	}
	.pb-t1 {
	    font-size: 16px;
	}
	.pb-p1 {
	    font-size: 14px;
	    margin-top: 4px;
	}
	.pb-t2 {
	    font-size: 14px;
	}
	.pb-p2 {
	    margin-top: 2px;
	    font-size: 12px;
	}
	.rb-link {
	    margin-top: 15px;
	}
	.rb-link a {
	    padding: 0 28px;
	    height: 46px;
	    line-height: 46px;
	    border-radius: 23px;
	    font-size: 14px;
	}
	.rb-link a img{
		width: 18px;
		margin-right: 5px;
	}
}


.news{
	float: left;
	width: 100%;
	padding-bottom: 144px;
}
.news .news-top{
	float: left;
	width: 100%;
	margin-top: 84px;
	border-radius: 10px;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.3);
	overflow: hidden;
}
.news .news-top .news-t-left{
	float: left;
	width: 50%;
}
.news .news-top .news-t-left a{
	display: block;
	width: 100%;
	padding-bottom: 67.76315789473684%;
	overflow: hidden;
}
.news .news-top .news-t-left a img{

-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news .news-top:hover .news-t-left a img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news .news-top .news-t-right{
	float: left;
	width: 50%;
	padding: 112px 4.6% 0 4.6%;
}
.news .news-top .news-t-right .news-t{
	float: left;
	width: 100%;
	height: 64px;
	line-height: 32px;
	font-size: 32px;
	font-size: 26px;
	color: #ed9717;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-top .news-t-right .news-t a{
	color: #ed9717;
}
.news .news-top .news-t-right .news-p{
	float: left;
	width: 100%;
	line-height: 2;
	margin-top: 32px;
	font-size: 18px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-top .news-t-right .news-a{
	float: left;
	width: 100%;
	margin-top: 85px;
}
.news .news-top .news-t-right .news-a a{
	display: inline-block;
	width: 150px;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	border-radius: 26px;
	color: #fff;
	text-align: center;
	background: #ed9717;
}
.news .news-top .news-t-right .news-a a:hover{
	opacity: 0.8;
}
.news .news-list{
	float: left;
	width: 100%;
	margin-top: 0px;
}
.news .news-list ul{
	float: left;
	width: 100%;
}
.news .news-list ul li{
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	margin-top: 56px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.news .news-list ul li:nth-child(3n){
	margin-right: 0%;
}
.news .news-list ul li > a{
	padding-bottom: 67.93248945147679%
}

.news .news-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 .news-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 .news-list ul li .news-li-txt{
	float: left;
	width: 100%;
	padding: 36px 7.3% 41px 7.3%;
}
.news .news-list ul li .news-li-txt .news-li-t{
	float: left;
	width: 100%;
	height: 32px;
	height: 64px;
	line-height: 32px;
	font-size: 22px;
	font-size: 18px;
	color: #ed9717;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
}
.news .news-list ul li .news-li-txt .news-li-p{
	float: left;
	width: 100%;
	line-height: 32px;
	height: 64px;
	font-size: 17px;
	font-size: 16px;
	margin-top: 10px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-list ul li .news-li-txt .news-li-a{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.news .news-list ul li .news-li-txt .news-li-a a{
	display: inline-block;
	line-height: 42px;
	font-size: 16px;
	padding: 0 28px;
	color: #666;
	border: 1px solid #d2d0d0;
}
.news .news-list ul li .news-li-txt .news-li-a a:hover{
	background: #ed9717;
	border-color: #ed9717;
	color: #fff;
}
.news .news-list ul li:hover .news-li-txt .news-li-t a{
	color: #ed9717;
}
@media (max-width: 1440px) {
	.news .news-top{
		margin-top: 60px;
	}
	.news .news-top .news-t-right {
	    padding: 94px 4.6% 0 4.6%;
	}
}

@media (max-width: 1199px) {
	.news {
	    padding-bottom: 104px;
	}
	.news .news-top {
	    margin-top: 40px;
	    border-radius: 10px;
	    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
	}
	.news .news-top .news-t-right {
	    padding: 36px 3% 0 3%;
	}
	.news .news-top .news-t-right .news-t {
	    line-height: 28px;
	    font-size: 24px;
	}
	.news .news-top .news-t-right .news-p {
	    height: 120px;
	    line-height: 30px;
	    margin-top: 20px;
	    font-size: 16px;
		-webkit-line-clamp: 4;
	}
	.news .news-top .news-t-right .news-a {
	    margin-top: 20px;
	}
	.news .news-top .news-t-right .news-a a {
	    width: 136px;
	    height: 48px;
	    line-height: 48px;
	    font-size: 16px;
	    border-radius: 24px;
	}
	.news .news-list ul li{
		width: 48%;
		margin-top: 36px;
		margin-right: 4%;
	}
	.news .news-list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.news .news-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.news .news-list ul li .news-li-txt {
	    padding: 30px 6% 36px 6%;
	}
}
@media (max-width: 991px) {

	.news .news-top .news-t-left{
		width: 100%;
	}
	.news .news-top .news-t-right{
		width: 100%;
	}
	.news .news-top .news-t-right {
	    padding: 24px 3% 24px 3%;
	}
	.news .news-list ul li{
		margin-top: 30px;
	}
	.news .news-list ul li .news-li-txt {
	    padding: 24px 6% 24px 6%;
	}
	.news .news-list ul li .news-li-txt .news-li-p {
	    line-height: 30px;
	    height: 60px;
	    font-size: 16px;
	}
}

@media (max-width: 767px) {

	.news {
	    padding-bottom: 24px;
	}
	.news .news-top{
		margin-top: 20px;
	}
	.news .news-top .news-t-right {
	    padding: 15px 3% 15px 3%;
	}
	.news .news-top .news-t-right .news-t {
	    height: 48px;
	    line-height: 24px;
	    font-size: 18px;
	}
	.news .news-top .news-t-right .news-p {
	    height: auto;
	    line-height: 28px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.news .news-top .news-t-right .news-a {
	    margin-top: 10px;
	}
	.news .news-top .news-t-right .news-a a {
	    width: 110px;
	    height: 38px;
	    line-height: 38px;
	    font-size: 15px;
	    border-radius: 19px;
	}
	.news .news-list ul li {
		width: 100%;
	    margin-top: 20px;
		margin-right: 0;
	}
	.news .news-list ul li .news-li-txt {
	    padding: 20px 4% 20px 4%;
	}
	.news .news-list ul li .news-li-txt .news-li-t {
	    height: auto;
	    line-height: 18px;
	    font-size: 16px;
	}
	.news .news-list ul li .news-li-txt .news-li-p {
	    line-height: 24px;
	    height: 48px;
	    font-size: 14px;
	    margin-top: 10px;
	}
	.news .news-list ul li .news-li-txt .news-li-a {
	    margin-top: 10px;
	}
	.news .news-list ul li .news-li-txt .news-li-a a {
	    line-height: 36px;
	    font-size: 14px;
	    padding: 0 18px;
	}
}

/*新闻详情*/
.newsde-h1{
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 1.4;
	padding: 60px 0 44px 0;
	color: #333;
	text-align: center;
}
.news-de-con{
	float: left;
	width: 100%;
	background: #fff;
	padding-left: 3.3%;
	padding-right: 3.3%;
	font-size: 18px;
	line-height: 2;
	letter-spacing: 0.3px;
	color: #333;
}
.text-top{
	float: left;
	width: 100%;
	padding: 32px 0 36px 0;
	border-bottom: 1px solid #dcdcdc;
}
.text-top .tt-left{
	float: left;
	width: 50%;
	padding-right: 7%;
}
.text-top .tt-right{
	float: left;
	width: 50%;
}
.text-top .tt-right .img-box{
	padding-bottom: 89.86975397973951%;
}
.text-top .tt-right .slick-dots{
	display: inline-block;
	position: absolute;
	right: 42px;
	bottom: 46px;
	height: 42px;
	padding: 14px 20px 16px 20px;
	border-radius: 22px;
	background: rgba(255,255,255,0.3);
}
.text-top .tt-right .slick-dots li{
	display: inline-block;
	vertical-align: top;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 1px 0 5px rgba(0,0,0,0.45);
}
.text-top .tt-right .slick-dots li.slick-active{
	background: #ed9717;
}
.text-top .tt-right .slick-dots li button{
	display: none;
}
.text-bottom{
	float: left;
	width: 100%;
	padding: 20px 0;
}
.text-bottom p{
	border-bottom: 1px dashed #ddd;
	padding: 20px 0;
	text-indent: 0!important;
}
.text-bottom img{
	max-width: 100%!important;
}
.text-bottom p:last-child{
	border-bottom: 0;
}
.text-span{
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.text-span span{
	display: inline-block;
	line-height: 55px;
	padding: 0 26px;
	font-size: 24px;
	border-radius: 10px;
	background: #ed9717;
	color: #fff;
}
@media (max-width: 1440px) {
	.text-span span {
		line-height: 48px;
		padding: 0 20px;
		font-size: 20px;
		border-radius: 8px;
	}
	.news-de-con{
		font-size: 16px;
		letter-spacing: 0.2px;
	}
	.text-top .tt-left{
		padding-right: 4%;
	}
	.newsde-h1 {
	    font-size: 28px;
	    line-height: 1.2;
	    padding: 48px 0 36px 0;
	}
}

@media (max-width: 1199px) {
	.text-top .tt-left{
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.text-top .tt-right{
		width: 100%;
	}
}
@media (max-width: 991px) {
	.newsde-h1 {
		font-size: 24px;
		padding: 36px 0 24px 0;
	}
}
@media (max-width: 767px) {
	.newsde-h1 {
	    font-size: 20px;
	    padding: 18px 0 12px 0;
	}
	.text-top {
		padding: 10px 0 10px 0;
	}
	.text-top .tt-left {
	    padding-bottom: 10px;
	}
	.text-span span{
		line-height: 36px;
		padding: 0 18px;
		font-size: 16px;
		border-radius: 8px;
	}
	.news-de-con{
		font-size: 14px;
		letter-spacing: 0;
	}
	.text-bottom{
		padding: 15px 0 15px 0;
	}
	.text-bottom p{
		padding: 10px 0;
	}
}


.news-page{
	float: left;
	width: 100%;
	margin: 48px 0 194px 0;
	position: relative;
}
.news-page .news-page-1{
	float: left;
	width: 80%;
	margin-top: 4px;
	padding-left: 96px;
	font-size: 18px;
	position: relative;
}
.news-page .news-page-1 span{
	position: absolute;
	left: 0;
	top: 0;
	width: 96px;
	height: 40px;
	line-height: 38px;
	border-radius: 20px;
	text-align: center;
	border: 1px dashed #ccc;
	color: #333;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.news-page .news-page-1 a{
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-page .news-page-1:hover span{
	color: #ed9717;
	border: 1px dashed #ed9717;
}
.news-page .news-page-1:hover a{
	color: #ed9717;
}
.news-page .return{
	position: absolute;
	right: 0;
	top: 0;
	width: 220px;
	height: 72px;
	line-height: 72px;
	font-size: 20px;
	text-align: center;
	border-radius: 36px;
	color: #fff;
	background: #ed9717;

	/*en*/
	width: auto!important;
	padding: 0 20px;
}
.news-page .return img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 16px;
}
.news-page .return:hover{
	opacity: 0.8;
}
@media (max-width: 1440px) {
	.news-page .news-page-1{
		font-size: 16px;
	}
	.news-page {
		margin: 36px 0 100px 0;
	}
}
@media (max-width: 1199px) {
	.news-page {
	    margin: 24px 0 50px 0;
	}
	.news-page .news-page-1{
		font-size: 16px;
	}
	.news-page .news-page-1 a{
		padding: 0 3%;
	}
	.news-page .return {
	    width: 180px;
	    height: 60px;
	    line-height: 60px;
	    font-size: 18px;
	    border-radius: 30px;
		top: 10px;
	}
}
@media (max-width: 991px) {
	.news-page {
		margin: 15px 0 30px 0;
	}
	.news-page .return {
		width: 140px;
		height: 48px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.news-page .return{
		position: relative;
		left: auto;
		top: auto;
		float: right;
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 20px;
		margin-top: 15px;
	}
	.news-page .return img{
		margin-right: 5px;
		width: 16px;
	}
	.news-page {
	    margin: 15px 0 20px 0;
	}
	.news-page .news-page-1{
		width: 100%;
		font-size: 14px;
	}
}


.news-de-2-f {
    float: left;
    width: 100%;
    padding: 24px 0 20px 0;
    line-height: 30px;
    border-bottom: 1px solid #e1ddd4;
}

.news-de-2-f .news-de-2-time{
	float: left;
	font-size: 20px;
	color: #ed9717;
}
.news-de-2-f .news-de-2-time img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 14px;
}
.news-de-2-f .news-de-2-time .span1{
	padding-right: 30px;
	position: relative;
}
.news-de-2-f .news-de-2-time .span1::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: 16px;
	background: #9acbd8;
	content: "";
}
.news-de-2-f .news-de-2-time .span2{
	display: inline-block;
	padding-left: 24px;
}

.news-de-2-f .news-de-2-fun{
	float: right;
	height: 32px;
	overflow: hidden;
}
.news-de-2-f .news-de-2-fun a{
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}
.news-de-2-f .news-de-2-fun a:first-child:after{
	display: none;
}
.news-de-2-f .news-de-2-fun a:hover{
	color: #fff;
	opacity: 0.8;
}
.news-de-2-f .news-de-2-fun a:after{
	position: absolute;
	left: -0px;
	top: 50%;
	margin-top: -16px;
	font-size: 16px;
	content: "|";
	color: #ccc;
}
.news-de-2-f .news-de-2-fun .switcher-bigger{
	float: left;
	background: url(../image/jia.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .switcher-small{
	float: left;
	background: url(../image/jian.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
	float: left;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox a:first-child:after{
	display: block;
}
.news-de-2-f .bdshare-button-style0-16 .bds_sc{
	background-position: 0 0 !important;
	background: url(../image/sc.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_tsina{
	display: none;
	background-position: 0 0 !important;
	background: url(../image/wb.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_weixin{
	display: none;
	background-position: 0 0 !important;
	background: url(../image/wx1.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_more{
	display: none;
	background-position: 0 0 !important;
	background: url(../image/fx.png) center no-repeat !important;
}

@media (max-width: 1199px) {
	.news-de-2-f .news-de-2-fun{
		/* max-width: 50%; */
	}
	.news-de-2-f .news-de-2-time{
		font-size: 16px;
	}
	.news-de-2-f .news-de-2-time img{
		margin-right: 8px;
	}
	.news-de-2-f .news-de-2-time .span1{
		padding-right: 15px;
	}
	.news-de-2-f .news-de-2-time .span2{
		padding-left: 12px;
	}
}
@media (max-width: 991px) {
	.news-de-2-f .news-de-2-time{
		width: 100%;
		text-align: center;
	}
	.news-de-2-f .news-de-2-fun{
		max-width: 100%;
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
		float: none!important;
		display: inline-block!important;
	}
	.news-de-2-f .news-de-2-fun a{
		vertical-align: top;
		float: none!important;
		display: inline-block!important;
	}
}

@media (max-width: 767px) {
	.news-de-2-f {
	    padding: 15px 0 10px 0;
	    line-height: 20px;
	}
	.news-de-2-f .news-de-2-fun a{
		width: 40px;
	}
	.news-de-2-f .news-de-2-fun .switcher-small{
		background-size: 24px auto!important;
	}
	.news-de-2-f .news-de-2-fun .switcher-bigger{
		background-size: 24px auto!important;
	}
	.news-de-2-f .bdshare-button-style0-16 a{
	}
	.news-de-2-f .bdshare-button-style0-16 .bds_sc{
		background-size: 24px auto!important;
	}
	.news-de-2-f .bdshare-button-style0-16 .bds_tsina{
		background-size: 24px auto!important;
	}
	.news-de-2-f .bdshare-button-style0-16 .bds_weixin{
		background-size: 24px auto!important;
	}
	.news-de-2-f .bdshare-button-style0-16 .bds_more{
		background-size: 24px auto!important;
	}
	.news-de-2-f .news-de-2-fun a:after {
		left: -4px;
	}
	.news-de-2-f .news-de-2-fun{
		margin-top: 5px;
	}
}

/*关于我们*/
.about-bg{
	background: #f9f9f9 url(../image/img-1.jpg) left center no-repeat;
	/* background-size: cover; */
	background-size: auto 100%;
}

.about-1{
	float: right;
	width: 100%;
	padding: 68px 0 120px 0;
}
.about-1 .about-1-text{
	float: right;
	width: 50%;
	margin-top: 50px;
	font-size: 18px;
	line-height: 2;
}
.about-1 .about-1-text p{
	padding: 16px 0;
	border-bottom: 1px dashed #dcdcdc;
}



.about-video .video {
	float: left;
	width: 100%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
}
.about-video .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 .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 41.45833333333333%;
	background-color: rgba(0, 0, 0, 0);
}
.about-video .video .img-box .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.about-video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.about-video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.about-video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.about-video .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 140px;
	height: 140px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(../image/play.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.about-video .video .play:before,
.about-video .video .play::after{
	position: absolute;
	top: 100%;
	left: 50%;
	width: 240px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.about-video .video .play:before {
	line-height: 48px;
	font-size: 32px;
	content: "点击播放视频";
	/*en*/
	display: none;
}
.about-video .video .play::after{
	line-height: 40px;
	font-size: 24px;
	margin-top: 48px;
	content: "Click To Play Video";
	/*en*/
	margin-top: 0!important;
}
.about-video .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.about-video .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}

.about-honor{
	float: left;
	width: 100%;
	padding: 74px 0 200px 0;
}
#certify{
	float: left;
	width: 100%;
	margin-top: 74px;
}
#certify .swiper-container{
	padding: 0px 1.8% 100px 1.8%;
}
#certify .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
#certify .swiper-slide-active,
#certify .swiper-slide-duplicate-active{
  transform: scale(1);
}

#certify .swiper-slide-prev,
#certify .swiper-slide-next{
	transform: scale(0.9)!important;
}



#certify  .swiper-button-prev{
	margin-left: -0%;
	z-index: 99;
	width: 26px;
	height: 44px;
	background: url(../image/left2.png) no-repeat;
	background-size: 100% 100%;
}
#certify  .swiper-button-next{
	margin-right: -0%;
	z-index: 99;
	width: 26px;
	height: 44px;
	background: url(../image/right2.png) no-repeat;
	background-size: 100% 100%;
}

#certify img{

}
#certify .ab-t{
	position: absolute;
	bottom: -100px;
}
#certify .ab-t span{
	display: inline-block;
	width: 258px;
	height: 56px;
	height: auto;
	line-height: 56px;
	border-radius: 28px;
	border-radius: 10px;
	font-size: 18px;
	color: #333;
	background: #fff;
	text-align: center;

	/*en*/
	font-size: 14px;
	height: 52px;
	line-height: 16px;
	padding: 10px 10px;
	position: relative;
}
#certify .swiper-slide-active .ab-t span,
#certify .swiper-slide-duplicate-active .ab-t span{
	font-size: 20px;

	/*en*/
	font-size: 16px;
}
#certify .ab-t span font{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.about-culture{
	float: left;
	width: 100%;
	padding: 50px 0 90px 0;
}
.abcu-list{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.abcu-list ul{
	float: left;
	width: 100%;
}
.abcu-list ul li{
	float: left;
	width: 100%;
	margin-top: 38px;
	background: #f9f9f9;
}
.abcu-list ul li .abcu-pic{
	float: left;
	width: 50%;
}
.abcu-list ul li .abcu-con{
	float: left;
	width: 50%;
	position: relative;
	padding-top: 5%;
}
.abcu-list ul li .abcu-con .abcu-text{
	float: left;
	width: 100%;
	padding: 0 10%;

}
.abcu-list ul li .abcu-con .abcu-text .abcu-e1{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #ed9717;
	margin-top: 100px;

	/*en*/
	display: none;
}
.abcu-list ul li .abcu-con .abcu-text .abcu-t1{
	float: left;
	width: 100%;
	font-size: 32px;
	color: #111;
	margin-top: 12px;
	padding-bottom: 24px;
	position: relative;
}
.abcu-list ul li .abcu-con .abcu-text .abcu-t1::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 4px;
	background: #b5b5b5;
	content: "";
}
.abcu-list ul li .abcu-con .abcu-text .abcu-p1{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #333;
	line-height: 1.8;
	margin-top: 20px;
}

.abcu-list ul li:nth-child(2n) .abcu-pic{
	float: right;
}

@media (max-width: 1680px) {
	.about-1 {
	    padding: 48px 0 120px 0;
	}
	.about-1 .about-1-text{
		margin-top: 40px;
		font-size: 16px;
	}
	.about-1 .about-1-text p {
	    padding: 10px 0;
	}
}
@media (max-width: 1600px) {
	.about-video .video .play{
		width: 120px;
		height: 120px;
	}
	.about-video .video .play:before {
	    line-height: 40px;
	    font-size: 24px;
	}
	.about-video .video .play::after {
	    line-height: 36px;
	    font-size: 20px;
	    margin-top: 40px;
	}
	.about-honor {
	    padding: 60px 0 150px 0;
	}
	#certify{
		margin-top: 60px;
	}
	.abcu-list ul li .abcu-con .abcu-text{
		padding: 0 8%;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-e1{
		margin-top: 80px;
	}
}
@media (max-width: 1440px) {
	.about-1 {
	    padding: 36px 0 80px 0;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-e1 {
	    margin-top: 68px;
		font-size: 24px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-t1 {
	    font-size: 24px;
	    margin-top: 8px;
	    padding-bottom: 18px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-p1{
		font-size: 16px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-t1::after{
		width: 24px;
		height: 3px;
	}
}
@media (max-width: 1199px) {
	.about-1 {
	    padding: 20px 0 40px 0;
	}
	.about-1 .about-1-text {
	    margin-top: 20px;
	    font-size: 14px;
		line-height: 1.8;
	}
	.about-video .video .play {
	    width: 80px;
	    height: 80px;
	}
	.about-video .video .play:before {
	    line-height: 30px;
	    font-size: 18px;
	}
	.about-video .video .play::after {
	    line-height: 24px;
	    font-size: 16px;
	    margin-top: 30px;
	}
	.about-honor {
	    padding: 40px 0 100px 0;
	}
	#certify {
	    margin-top: 30px;
	}
	#certify .ab-t span{
		width: 180px;
		font-size: 12px;
		/* height: 40px; */
		/* line-height: 40px; */
		border-radius: 10px;
	}
	#certify .swiper-slide-active .ab-t span, #certify .swiper-slide-duplicate-active .ab-t span {
	    font-size: 14px;
	}
	#certify .swiper-container {
	    padding: 0px 1.8% 50px 1.8%;
	}
	#certify .ab-t{
		bottom: -50px;
	}
	#certify .swiper-button-prev {
	    width: 14px;
	    height: 24px;
	}
	#certify .swiper-button-next {
	    width: 14px;
	    height: 24px;
	}
	.abcu-list ul li .abcu-con .abcu-text {
	    padding: 0 6%;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-e1 {
	    margin-top: 48px;
	    font-size: 20px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-t1 {
	    font-size: 20px;
	    margin-top: 6px;
	    padding-bottom: 10px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-p1{
		margin-top: 15px;
	}
	.about-culture {
	    padding: 30px 0 50px 0;
	}
	.abcu-list ul li{
		margin-top: 20px;
	}
}

@media (max-width: 991px) {
	.about-bg{
		background: #f9f9f9;
		background-size: 100% auto;
		background-position: top center;
	}
	.about-1 .about-1-text{
		width: 100%;
	}
	.about-honor {
	    padding: 40px 0 40px 0;
	}
	.abcu-list ul li .abcu-pic{
		width: 100%;
	}
	.abcu-list ul li .abcu-con{
		width: 100%;
	}
	.abcu-list ul li .abcu-con .abcu-text {
	    padding: 20px 5%;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-e1 {
	    margin-top: 0px;
	    font-size: 20px;
	}
	#certify .ab-t span{
		width: 240px;
	}
}
@media (max-width: 767px) {
	.about-culture {
	    padding: 30px 0 30px 0;
	}
	.about-1 {
		padding: 20px 0 20px 0;
	}
	.about-1 .about-1-text{
		margin-top: 10px;
	}
	.about-video .video .play {
	    width: 48px;
	    height: 48px;
	}
	.about-video .video .play:before {
	    line-height: 20px;
	    font-size: 16px;
	}
	.about-video .video .play::after {
	    line-height: 20px;
	    font-size: 14px;
	    margin-top: 20px;
	}
	.abcu-list{
		margin-top: 0;
	}
	.abcu-list ul li .abcu-con .abcu-text {
	    padding: 15px 4%;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-e1 {
	    font-size: 18px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-t1 {
	    font-size: 16px;
	    margin-top: 4px;
	    padding-bottom: 10px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-p1 {
	    margin-top: 10px;
	}
	.abcu-list ul li .abcu-con .abcu-text .abcu-p1 {
	    font-size: 14px;
	}
}

/*招聘*/
.work{
	float: left;
	width: 100%;
	padding: 84px 0 164px 0;
}
.wrap-job {
	float: left;
	width: 100%;
	background: #fff;
}
.wrap-job .job .text{
    margin-top: 80px;
}
.wrap-job .job .text h3{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 18px 0;
}
.wrap-job .job .text p{
    font-size: 13px;
    line-height: 2.30769231;
    color: #666;
}
.wrap-job .job .text p a:hover{
    text-decoration: underline;
    color: #09357f;
}
.wrap-job .job .list{
    margin-top: 20px;
}
.wrap-job .job .list > ul{
    overflow: hidden;
}
.wrap-job .job .list > ul > li{
	float: left;
	width: 100%;
    border: 1px solid #ddd;
	color: #666;
	margin-top: 28px;
}
.wrap-job .job .list > ul > li .tlist{
    overflow: hidden;
	padding: 46px 187px 34px 4%;
	position: relative;
}

.wrap-job .job .list > ul > li .tlist .top{
	float: left;
	width: 100%;
	line-height: 26px;
}
.wrap-job .job .list > ul > li .tlist .tlist-con{
	float: left;
	width: 100%;
	padding-right: 183px;
	padding-right: 5%;
}
.wrap-job .job .list > ul > li .tlist .top .top-h1{
	float: left;
	width: 43.3%;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	color: #ed9717;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wrap-job .job .list > ul > li .tlist .top .top-h2{
	float: left;
	margin-left: -12px;
}
.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span{
	float: left;
	padding: 0 48px;
	font-size: 12px;
	color: #a8a8a8;
	position: relative;
}
/* .wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span:nth-child(2){
	display: none;
} */
.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span::after{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background: #f8f8f8;
	content: "";
}
.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span:first-child::after{
	display: none;
}

.wrap-job .job .list > ul > li .tlist .bottom{
	float: left;
	width: 100%;
	line-height: 30px;
	padding-top: 12px;
	margin-top: 25px;
	border-top: 1px solid #ececec;
}
.wrap-job .job .list > ul > li .tlist .bottom p{
	float: left;
	font-size: 14px;
	color: #666;
	/* overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; */
}
.wrap-job .job .list > ul > li .tlist .bottom p span{
	text-transform: capitalize;
}
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(1){
	width: 46.6%;
}
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(2){
	width: 38.2%;
}
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(3){
	width: 15.2%;
}
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(4){
	width: 46.6%;
}
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(5){
	width: 38.2%;
}
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(6){
	width: 15.2%;
}

.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(1),
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(2),
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(3),
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(4),
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(5),
.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(6){
	width: 50%;
}


.wrap-job .job .list > ul > li .tlist .titem{
	position: absolute;
	right: 0px;
	top: 0;
	width: 187px;
	height: 204px;
	height: 234px;
	border-left: 1px solid #ececec;
}
.wrap-job .job .list > ul > li .tlist .titem p{
	display: block;
    width: 100%;
    height: 100%;
}
.wrap-job .job .list > ul > li .tlist .titem a{
	display: block;
    width: 100%;
	height: 100%;
}
.wrap-job .job .list > ul > li .tlist .titem a.more:after{
    display: block;
    width: 100%;
    height: 100%;
	background: url(../image/ico-12.png) center no-repeat;
	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;
}
.wrap-job .job .list > ul > li.current{
}
.wrap-job .job .list > ul > li.current .tlist .titem a.more:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	/* background: url(../images/job/ico-1-on.png) center no-repeat; */
}
.wrap-job .job .list > ul > li .note{
    display: none;
	float: left;
	width: 100%;
    padding: 45px 4% 65px 4%;
    background-color: #f3f3f3;
}
.wrap-job .job .list > ul > li .note .note-left{
	float: left;
	width: 36.6%;
	width: 50%;
	font-size: 14px;
	line-height: 2;
	color: #666;
	padding: 0 12px;
}

.wrap-job .job .list > ul > li .note .note-left .p1{
	font-size: 18px;
	color: #ed9717;
	font-weight: bold;
}

.wrap-job .job .list > ul > li .note a{
	display: inline-block;
	float: left;
	width: 140px;
	width: auto!important;
	padding: 0 10px!important;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #ed9717;
	color: #fff;
	margin-top: 52px;
	margin-right: 10px;
}

.wrap-job .job .list > ul > li .note .both{
	clear: both;
}

.wrap-job .showMorehandle{
	float: left;
	width: 100%;
	margin-top: 67px;
	text-align: center;
}
.wrap-job .showMorehandle a{
	display: inline-block;
	width: 170px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	background: #ed9717;
}
.wrap-job .showMorehandle a:hover{
	opacity: 0.9;
}

@media (max-width: 1560px){
	.work {
	    padding: 60px 0 88px 0;
	}

	.wrap-job .job .list > ul > li .tlist {
		padding-left: 3%;
	}
	.wrap-job .job .list > ul > li .note {
	    padding: 45px 3% 45px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h1{
		font-size: 22px;
		font-size: 18px;
	}
	.wrap-job .job .list > ul > li .tlist .tlist-con {
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(1),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(4){
	    /* width: 40%; */
	}

	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(2),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(5){
	    /* width: 40%; */
	}

	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(3),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(6){
	    /* width: 20%; */
	}
	.wrap-job .job .list > ul > li .note .note-left a{
		margin-top: 36px;
	}

	.wrap-job .job .list > ul > li .note .note-left{
		width: 50%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2{
		margin-left: -60px;
	}

}
@media (max-width: 1199px){
	.wrap-job .job .list > ul > li .tlist {
	    padding: 24px 160px 24px 3%;
	}
	.work {
	    padding: 40px 0 58px 0;
	}

	.wrap-job .job .list > ul > li .tlist .titem{
		width: 160px;
		height: 172px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(1),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(4){
		/* width: 40%; */
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(2),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(5){
		/* width: 40%; */
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(3),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(6){
		/* width: 20%; */
	}
	.wrap-job .showMorehandle{
		margin-top: 40px;
	}
	.wrap-job .job .list > ul > li .note .note-left{
		width: 50%;
	}

}
@media (max-width: 991px){
	.wrap-job .job .list > ul > li .tlist {
	    padding: 20px 160px 20px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h1{
		width: 100%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2{
		width: 100%;
		margin-left: -12px;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span{
		padding: 0 12px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom {
	    line-height: 24px;
	    padding-top: 15px;
	    margin-top: 15px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(odd){
		width: 70%!important;
		width: 100%!important;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(even){
		width: 30%!important;
		width: 100%!important;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		height: 195px;
		height: 267px;
	}
	.wrap-job .job .list > ul > li .tlist .tlist-con {
	    padding-right: 5%;
	}
	.wrap-job .job .list > ul > li .note {
	    padding: 24px 3% 24px 3%;
	}

	.wrap-job .job .list > ul > li .note .note-left a {
	    margin-top: 20px;
	}

}
@media (max-width: 767px){
	.work {
	    padding: 20px 0 20px 0;
	}
	.wrap-job .job .list {
	    margin-top: 10px;
	}

	.wrap-job .job .list > ul > li{
		margin-top: 15px;
	}
   .wrap-job .job .list > ul > li .tlist {
       padding: 5px 60px 5px 3%;
   }
   .wrap-job .job .list > ul > li .tlist .titem {
	   width: 60px;
       height: 195px;
   }
   .wrap-job .job .list > ul > li .tlist .top .top-h1 {
       font-size: 18px;
   }
   .wrap-job .job .list > ul > li .tlist .tlist-con {
       padding-right: 3%;
   }
   .wrap-job .job .list > ul > li .tlist .top .top-h2{
	   margin-left: -10px;
   }
   .wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span {
       padding: 0 10px;
   }
   .wrap-job .job .list > ul > li .tlist .bottom {
       line-height: 20px;
       padding-top: 5px;
       margin-top: 5px;
   }
   .wrap-job .job .list > ul > li .tlist .bottom p:nth-child(odd){
	   width: 100%!important;
   }
   .wrap-job .job .list > ul > li .tlist .bottom p:nth-child(even){
	   width: 100%!important;
   }
   .wrap-job .job .list > ul > li .tlist .bottom p:nth-child(2),
   .wrap-job .job .list > ul > li .tlist .bottom p:nth-child(3),
   .wrap-job .job .list > ul > li .tlist .bottom p:nth-child(4){
	   display: none;
   }
   .wrap-job .job .list > ul > li .tlist .titem{
	   height: 133px;
	   height: 200px;
   }

   .wrap-job .job .list > ul > li .note {
       padding: 0px 3% 15px 3%;
   }
   .wrap-job .job .list > ul > li .note a{
	   margin-top: 10px;
	  width: 100px;
	  height: 36px;
	  line-height: 36px;
   }
   .wrap-job .showMorehandle {
       margin-top: 20px;
   }
   .wrap-job .showMorehandle a {
       width: 128px;
       height: 40px;
       line-height: 40px;
	}

	.wrap-job .job .list > ul > li .note .note-left{
		width: 100%;
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.8;
		padding: 0;
	}
}

/*联系我们*/
.connection{
	float: left;
	width: 100%;
	padding: 120px 0 116px 0;
}
.connect-1{
	float: left;
	width: 100%;
	position: relative;
}
.connect-1-con{
	float: left;
	width: 100%;
	background: #f9f9f9;
	margin-top: 20px;
}
.connect-1-con .connect-1-con-left{
	float: left;
	width: 50%;
	padding: 0 4.2% 0 5.2%;
}
.connect-1-con .connect-1-con-left .connect-1-h1{
	float: left;
	width: 100%;
	margin-top: 45px;
	font-size: 32px;
	color: #ed9717;
	font-weight: bold;
}

.connect-1-con .connect-1-con-left .connect-1-text{
	float: left;
	width: 100%;
	margin-top: 8px;
}
.connect-1-con .connect-1-con-left .connect-1-text .connect-1-li{
	float: left;
	width: 100%;
	margin-top: 30px;
	border: 1px dashed #999;
	border-radius: 30px;
	padding: 10px 12px 10px 36px;
}
.connect-1-li .connect-1-li-span{
	float: left;
	width: 100%;
}
.connect-1-li .connect-1-li-span span{
	display: inline-block;
	line-height: 42px;
	border-radius: 21px;
	padding: 0 24px;
	font-size: 22px;
	background: #ed9717;
	color: #fff;
	text-transform: capitalize;
}
.connect-1-li .connect-1-li-con{
	float: left;
	width: 100%;
	margin-top: 7px;
	text-transform: capitalize;
}
.connect-1-li .connect-1-li-con .connect-1-li-con-1{
	float: left;
	width: 100%;
	padding: 18px 0 18px 70px;
	line-height: 28px;
	font-size: 18px;
	color: #333;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.connect-1-li .connect-1-li-con .connect-1-li-con-1:last-child{
	border-bottom: 0px;
}
.connect-1-li .connect-1-li-con .connect-1-li-con-1 img{
	position: absolute;
	top: 18px;
	left: 0;
}
.connect-1-li .connect-1-li-con .connect-1-li-con-1 p span{
	font-family: 'CenturyGothic-Bold';
	font-size: 26px;
	color: #666;
	text-transform: none;
}
.connect-1-li .connect-1-li-con .connect-1-li-con-1 p span a{
	color: #666;
}
.connect-1-li .connect-1-li-con .connect-1-li-con-1 p span.f-22{
	font-size: 22px;
}

.connect-1-con .connect-1-con-left .connect-1-d{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 106px;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 32px;
	color: #333;
	position: relative;
}
.connect-1-con .connect-1-con-left .connect-1-d img{
	position: absolute;
	top: 0px;
	left: 36px;
}
.connect-1-con .connect-1-con-right{
	float: left;
	width: 50%;
	height: 930px;
}
.connect-1-con .connect-1-con-right .map1{
	width: 100%;
	height: 100%;
}

.connect-2{
	float: left;
	width: 100%;
	padding: 52px 0 0 0;
	position: relative;
}
.connect-2 .con-2{
	margin: 0;
}
.connect-2 .con-2 .contact-3-form{
	padding: 34px 6% 110px 6%;
}
.connect-2 .contact-message-form .contact-me-fo-div1{
	margin-top: 32px;
}
.connect-2 .contact-message-form .contact-me-fo-div1 .contact-me-fo-input1::-webkit-input-placeholder {
	color: #ccc;
}
.connect-2 .contact-message-form .contact-me-fo-div1 .contact-me-fo-input2::-webkit-input-placeholder {
	color: #ccc;
}
.connect-2 .contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
	color: #666;
}
.connect-2 .contact-message-form .contact-me-fo-div1 > .contact-me-fo-input1{
	padding-left: 2.8%;
}
.connect-2 .contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
	padding-left: 2.8%;
	padding-right: 2.8%;
}
.connect-2 .con-2 .contact-3-form{
	border-radius: 10px;
}

.connect-2 .contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
	background: url(../image/radio1.png) no-repeat;
}
.connect-2 .contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
	background: url(../image/radio-on1.png) no-repeat;
}

@media (max-width: 1440px){
	.connection {
	    padding: 80px 0 80px 0;
	}
	.connect-1-con .connect-1-con-left {
	    padding: 0 4% 0 5%;
	}
	.connect-1-con .connect-1-con-left .connect-1-h1 {
	    margin-top: 38px;
	    font-size: 28px;
	}
	.connect-1-con .connect-1-con-left .connect-1-text .connect-1-li {
	    margin-top: 20px;
	    border-radius: 24px;
	    padding: 10px 12px 10px 28px;
	}
	.connect-1-li .connect-1-li-con .connect-1-li-con-1 p span{
		font-size: 22px;
	}
	.connect-1-li .connect-1-li-con .connect-1-li-con-1 {
	    padding: 14px 0 14px 60px;
	    line-height: 26px;
	    font-size: 16px;
	}
	.connect-1-con .connect-1-con-left .connect-1-d{
		font-size: 16px;
	}
}
@media (max-width: 1199px){
	.connection {
	    padding: 50px 0 50px 0;
	}
	.connect-2 .con-2 .contact-3-form {
	    padding: 34px 6% 60px 6%;
	}
	.connect-1-con .connect-1-con-left .connect-1-h1{
		font-size: 24px;
	}
}
@media (max-width: 991px){
	.connect-1-con .connect-1-con-left{
		width: 100%;
	}
	.connect-1-con .connect-1-con-right{
		width: 100%;
	}
	.connect-1-con .connect-1-con-left {
	    padding: 0 5% 0 5%;
	}
	.connect-1-con .connect-1-con-left .connect-1-text .connect-1-li {
	    border-radius: 20px;
	    padding: 15px 3% 15px 3%;
	}
	.connect-1-con .connect-1-con-left .connect-1-d{
		padding-left: 80px;
		margin-bottom: 30px;
	}
	.connect-1-con .connect-1-con-left .connect-1-d img{
		left: 3%;
	}
	.connect-1-li .connect-1-li-con .connect-1-li-con-1 img{
		top: 14px;
	}
	.connect-1-con .connect-1-con-right{
		height: 680px;
	}
	.connect-2 .contact-message-form .contact-me-fo-div1{
		margin-top: 20px;
	}
}

@media (max-width: 767px){
	.connection {
	    padding: 30px 0 30px 0;
	}
	.connect-1-con{
		margin-top: 10px;
	}
	.connect-1-con .connect-1-con-left .connect-1-h1 {
	    font-size: 18px;
		margin-top: 20px;
	}
	.connect-1-con .connect-1-con-left .connect-1-text .connect-1-li {
	    border-radius: 15px;
	    padding: 10px 3% 5px 3%;
		margin-top: 15px;
	}
	.connect-1-li .connect-1-li-span span {
	    line-height: 36px;
	    border-radius: 18px;
	    padding: 0 20px;
	    font-size: 18px;
	}
	.connect-1-li .connect-1-li-con .connect-1-li-con-1 {
	    padding: 10px 0 10px 36px;
	    line-height: 24px;
		font-size: 14px;
	}
	.connect-1-li .connect-1-li-con .connect-1-li-con-1 img{
		top: 12px;
		width: 24px;
	}
	.connect-1-li .connect-1-li-con .connect-1-li-con-1 p span {
	    font-size: 18px;
	}
	.connect-1-li .connect-1-li-con .connect-1-li-con-1 p span.f-22 {
	    font-size: 16px;
	}
	.connect-1-con .connect-1-con-left .connect-1-d {
	    padding-left: 48px;
	    font-size: 12px;
	    margin-top: 20px;
		margin-bottom: 20px;
	}
	.connect-1-con .connect-1-con-left .connect-1-d img{
		width: 24px;
	}
	.connect-1-con .connect-1-con-right {
	    height: 360px;
	}
	.connect-2 {
	    padding: 20px 0 0 0;
	}
	.connect-2 .con-2 .contact-3-form {
	    padding: 15px 4% 30px 4%;
	}
	.connect-2 .contact-message-form .contact-me-fo-div1 {
	    margin-top: 10px;
	}
}

/*英文首页*/
.w-1300{
	width: 1300px;
	margin: 0 auto;
}
@media (max-width: 1300px) {
	.w-1300 {
		width: 100%;
		padding: 0 3%;
	}
}
@media (max-width: 767px) {
	.w-1300 {
		padding: 0 5%;
	}
}

.en-bg{
	background: url(../image/bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
	font-family: arial;
}
.en-slide{
	float: left;
	width: 100%;
	color: rgba(255,255,255,0.5);
	margin: 70px 0 110px 0;
}
.en-slide .hd{
	float: left;
	width: 100%;
	position:relative;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.en-slide .hd ul{
	float:left;
	width: 100%;
	text-align: center;
}
.en-slide .hd ul li{
	display: inline-block;
	cursor:pointer;
	line-height: 50px;
	padding: 0 55px;
	font-size: 18px;
}
.en-slide .hd ul li > img{
	width: 16px;
	margin-right: 10px;
}
.en-slide .hd ul li.on{
	background: #084a79;
}
.en-slide .bd{
	float:left;
	width: 100%;
	margin-top: 40px;
}
.en-slide .bd ul{
	float:left;
	width: 100%;
	zoom:1;
}
.en-slide .bd ul li{
	float: left;
	width: 25%;
	padding-left: 45px;
	position: relative;
}
.en-slide .bd ul li > img{
	position: absolute;
	left: 0;
	top: -4px;
	width: 45px;
	opacity: 0.6;
}
.en-slide .bd ul li .en-slide-t{
	float: left;
	width: 100%;
	font-size: 18px;
	color: rgba(255,255,255,0.8);
}
.en-slide .bd ul li .en-slide-p{
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 2;
}
.en-slide .bd ul li .en-slide-t,
.en-slide .bd ul li .en-slide-p{
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 1366px) {
	.en-slide {
	    margin: 40px 0 80px 0;
	}
	.en-slide .hd ul li {
	    line-height: 46px;
	    padding: 0 36px;
	    font-size: 16px;
	}
	.en-slide .bd ul li .en-slide-t,
	.en-slide .bd ul li .en-slide-p{
		padding-left: 12px;
		padding-right: 12px;
	}
	.en-slide .bd ul li .en-slide-p{
		line-height: 1.6;
		margin-top: 8px;
	}
}
@media (max-width: 991px) {
	.en-slide .bd ul li{
		width: 50%;
	}
	.en-slide .bd{
		margin-top: 20px;
	}
	.en-slide .bd ul li{
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.en-slide {
	    margin: 20px 0 20px 0;
	}
	.en-slide .hd ul li {
	    line-height: 40px;
	    padding: 0 15px;
	}
	.en-slide .hd ul li > img{
		margin-right: 6px;
	}
	.en-slide .bd ul li{
		width: 100%;
	}
	.en-slide .bd ul li .en-slide-t{
		font-size: 16px;
	}
	.en-slide .bd ul li .en-slide-p{
		font-size: 14px;
		line-height: 1.4;
		margin-top: 4px;
	}
}


.en-head{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
    padding: 0 3%;
	background: #444;
	color: #fff;
}
.en-head a{
	color: #fff;
}
.en-head-left{
	float: left;
}
.en-head-left img{
	display: inline-block;
	margin-right: 5px;
	padding-bottom: 3px;
}
.en-head-right{
	float: right;
	text-transform: capitalize;
}
.en-head-right > a{
	padding: 0 10px;
}
@media (max-width: 767px) {
	.en-head{
		height: 36px;
		line-height: 36px;
	}
	.en-head{
		font-size: 12px;
	}
	.en-head-right > a{
		padding: 0 0px;
	}
	.en-head-left img {
	    margin-right: 2px;
		width: 16px;
	}
}

/*世界地图*/
.map-world{
	width: 100%;
	height: 1017px;
}
@media (max-width: 1600px) {
	.map-world{
		height: 800px;
	}
}
@media (max-width: 1400px) {
	.map-world{
		height: 600px;
	}
}
@media (max-width: 1199px) {
	.map-world{
		height: 480px;
	}
}
@media (max-width: 991px) {
	.map-world{
		height: 360px;
	}
}
@media (max-width: 767px) {
	.map-world{
		height: 200px;
	}
}

.ChinaMap{
	margin: 0 auto;
	width: 1280px;
	height: 996px;
	position: relative;
}
.nhzd{
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 1199px) {
	.ChinaMap{
		width: 680px;
		height: 580px;
	}
	.nhzd{
		right: -40px;
		width: 80px;
	}
}
@media (max-width: 767px) {
	.ChinaMap{
		width: 350px;
		height: 280px;
	}
	.nhzd{
		right: -30px;
		width: 60px;
	}
}

.i-news-more{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.i-news-more a {
    display: inline-block;
    line-height: 46px;
    border-radius: 24px;
    background: #ed9717;
    border: 1px solid #ed9717;
    color: #fff;
    font-size: 18px;
    padding: 0 42px;
}
.i-news-more a:hover {
	opacity: 0.9;
}
@media (max-width: 767px) {
	.i-news-more{
		margin-top: 30px;
	}
	.i-news-more a {
	    line-height: 38px;
	    border-radius: 19px;
	    font-size: 16px;
	    padding: 0 30px;
	}
}


/* 2024-2-21 联系我们修改 */
.connect-1-con .connect-1-con-left { width:100%; padding: 0 3% 0 3%; }
.connect-1-con .connect-1-con-left .connect-1-h1 { text-align: center; }
.connect-1-con .connect-1-con-left .connect-1-text { display: flex; flex-wrap: wrap; justify-content: space-between; }
.connect-1-con .connect-1-con-left .connect-1-text .connect-1-li { width: 49%; }
.connect-1-con .connect-1-con-right { width: 100%; height: 600px; margin-top: 40px; }

@media (max-width: 767px) {
	.connect-1-con .connect-1-con-left .connect-1-text .connect-1-li { width: 100%; }
	.connect-1-li .connect-1-li-span span { font-size: 16px; }
	.connect-1-con .connect-1-con-right { height: 300px; margin-top: 20px; }
}
