
/**
 * 
 * 层叠样式表
 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: 'AvantGardeITCbyBT-Book';
	src: url('../font/AvantGardeITCbyBT-Book.eot');
	src: url('../font/AvantGardeITCbyBT-Book.eot') format('embedded-opentype'),
		url('../font/AvantGardeITCbyBT-Book.woff2') format('woff2'),
		url('../font/AvantGardeITCbyBT-Book.woff') format('woff'),
		url('../font/AvantGardeITCbyBT-Book.ttf') format('truetype'),
		url('../font/AvantGardeITCbyBT-Book.svg') format('svg');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Demi';
	src: url('../font/AvantGardeITCbyBT-Demi.eot');
	src: url('../font/AvantGardeITCbyBT-Demi.eot') format('embedded-opentype'),
		url('../font/AvantGardeITCbyBT-Demi.woff2') format('woff2'),
		url('../font/AvantGardeITCbyBT-Demi.woff') format('woff'),
		url('../font/AvantGardeITCbyBT-Demi.ttf') format('truetype'),
		url('../font/AvantGardeITCbyBT-Demi.svg') format('svg');
}




@font-face {
	font-family: 'ARIALN';
	src: url('../font/ARIALN.TTF');
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../font/Montserrat-Regular.otf');
}
@font-face {
	font-family: 'Montserrat-Black';
	src: url('../font/Montserrat-Black.otf');
}
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../font/Roboto-Regular.ttf');
}
@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('../font/MyriadPro-Bold.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: 'Arial','Microsoft YaHei', 'Source Han Sans CN', 'SourceHanSerifCN',  'Helvetica', 'PingFang Regular';
	font-size: 14px;
	color: #333;
	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%;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover {
	text-decoration: none;
}
a:hover,
a:link,
a:visited {
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	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;
}

.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.w-1500 {
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.w-1500 {
		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%;
	-webkit-transition: all .4s;
	transition: all .4s;
	/* box-shadow: 0 0 1px rgba(0,0,0,0.3); */
	background: #fff;
}
@media (max-width: 1199px) {
	.header {
		height: 66px;
		padding: 0 3%;
	}
}
.header .logo {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .nav-collapse {
	position: relative;
	z-index: 10;
	display: none;
	float: right;
	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 0;
	cursor: pointer;
	background: none;
}
@media (max-width: 1199px) {
	.header .logo{
		float: left;
		margin-top: 8px;
		position: initial;
		left: auto;
		top: auto;
		-webkit-transform: translate(-0%,-0%);
		-ms-transform: translate(-0%,-0%);
		-moz-transform: translate(-0%,-0%);
		transform: translate(-0%,-0%);
	}
	.header .logo img{
		height: 50px;
	}
	.header .nav-collapse {
		display: block;
		margin-top: 12px;
		/* background: #98262a; */
	}
	.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: 10px;
		right: 0;
		margin-top: 0;
		border: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line {
		background-color: #000;
	}
}
.header .nav-collapse .btn-line {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #98262a;
}

.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: #98262a;
}
.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);
}

@media (min-width: 1200px) {
	.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(17, 133, 193, .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;
		margin-right: 13.8%;
	}
	.header .nav .nav-list1>li:nth-child(3),
	.header .nav .nav-list1>li:nth-child(4) {
		float: right;
	}
	.header .nav .nav-list1>li:nth-child(3) {
		margin-right: 0;
	}
	.header .nav .nav-list1>li>a {
		line-height: 100px;
		font-size: 18px;
		text-align: center;
		position: relative;
		z-index: 2;
		display: inline-block;
		-webkit-transition: all .3s;
		transition: all .3s;
		color: #333;
		text-transform: uppercase;
	}
	.header .nav .nav-list1>li>a::after {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0%;
		height: 3px;
		background: #a7121e;
		content: "";
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
	}
	.header .nav .nav-list1>li>a,
	.header .nav .nav-list1>li>a {
		
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a {
		color: #98262a;
	}
	.header .nav .nav-list1>li:hover>a::after,
	.header .nav .nav-list1>li.active>a::after {
		width: 100%;
	}
	
	
	.header .nav .nav-list1 .nav-list2 {
			position: absolute;
			z-index: 50;
			top: 100%;
			left: 0;
			display: none;
			width: 100%;
			text-align: left;
			/* background: #fff; */
			/* box-shadow: 5px 0 10px rgba(0,0,0,0.15); */
		}
		.header .nav .nav-list1 .nav-list2 li {
			display: inline-block;
			list-style: none;
			position: relative;
			/* border-right: 1px solid #ccc; */
		}
		.header .nav .nav-list1 .nav-list2 li>a {
			width: 100%;
			font-size: 16px;
			line-height: 60px;
			position: relative;
			z-index: 1;
			display: block;
			padding: 0 32px;
			-webkit-transition: all .2s;
			transition: all .2s;
			text-align: center;
			color: #333;
			text-align: center;
		}
		.header .nav .nav-list1 .nav-list2 li>a img{
			margin-right: 12px;
		}
		.header .nav .nav-list1 .nav-list2 li>a img.block {
			display: inline-block;
		}
		.header .nav .nav-list1 .nav-list2 li>a img.none {
			display: none;
		}
		.header .nav .nav-list1 .nav-list2 li:hover{
			background: #a7121e;
		}
		.header .nav .nav-list1 .nav-list2 li:hover>a img.block {
			display: none;
		}
		.header .nav .nav-list1 .nav-list2 li:hover>a img.none {
			display: inline-block;
		}
		
		.header .nav .nav-list1 .nav-list2 li:last-child>a {
			border-bottom: 0;
		}
	
		.header .nav .nav-list1 .nav-list2 li>a:hover {
			background: #a7121e;
			color: #fff;
			background: none;
		}
		
		
		.header .nav .nav-list1 .navbg
		{
			position: absolute;
			top: 100px;
			left: 0;
	
			display: none;
	
			width: 100%;
			height: 100%;
		}
		.header.fixed-header .nav .nav-list1 .navbg{
			top: 100px;
		}
		
		.header .nav .nav-list1 .navbg .info
		{
			width: 100%;
			height: 60px;
	
			border-top: 1px solid #e5e5e5;
			background-color: rgba(255,255,255,0.4);
			box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
		}
	
}
@media (max-width: 1680px) {
	
}
@media (max-width: 1600px) {
	.header .nav .nav-list1>li>a{
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li{
		margin-right: 10%;
	}
	.header .nav .nav-list1>li>a{
		font-size: 16px;
	}
}
@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;
	}
	.header .nav .nav-list1>li>a span:nth-child(2){
		display: none;
	}
}
@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-color: rgba(17, 133, 193, .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;
	color: #fff;
}
.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 {
		position: absolute;
		left: 0;
		text-align: center;
		font-size: 20px;
		width: 100%;
		z-index: -1;
	}
}
.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: 10%;
}
@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul {
		padding: 0 15px;
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	line-height: 38px;
	margin: 25px 0;
	text-align: center;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a{
	color: #fff;
	font-size: 24px;
}
@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 a, 
	.header .nav-3 .content ul li a{
		font-size: 20px;
	}
}
.header .nav-2 .content ul li.more,
.header .nav-3 .content ul li.more {
	position: relative;
}
.header .nav-2 .content ul li.more:after,
.header .nav-3 .content ul li.more:after {
	font-family: 'iconfont' !important;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 0;
	content: '\e72f';
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a {
	display: block;
}
.header .nav-2 {
	left: 100%;
}
.header .nav-3 {
	left: 200%;
}
.header .nav-3 .content ul li {
	font-size: 19px;
}
.header .fade-out ul {
	text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.header .fade-out ul {
		padding: 0 5%;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul .pic {
		display: none !important;
	}
}
@media (max-width: 1199px) {
	.header .fade-out ul.nav-list1 {
		opacity: 1;
	}
	.header .fade-out ul.nav-list1 a {
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li {
		position: relative;
		margin: 20px 0;
	}
	.header .fade-out ul.nav-list1>li.act {
		-webkit-transition: all .4s;
		transition: all .4s;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.header .fade-out ul.nav-list1>li.more:after {
		font-family: 'iconfont';
		font-size: 18px;
		position: absolute;
		top: 50%;
		right: 0;
		margin-top: -14px;
		content: '\e72f';
		color: #fff;
	}
	.header .fade-out ul.nav-list1>li>a {
		font-size: 22px;
		height: auto;
		line-height: 2.5;
		display: block;
		text-transform: uppercase;
	}
	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

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


/*搜索*/
.header .find {
	float: left;
	width: 24px;
	height: 21px;
	line-height: 21px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 100%;
	margin-left: 36px;
	position: relative;
}
.header .find img{
	vertical-align: top;
}
.header .find::after{
	position: absolute;
	left: -16px;
	top: 50%;
	width: 3px;
	height: 3px;
	background: #ccc;
	border-radius: 100%;
	content: "";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header.fixed-header.course .find {
	color: #6c6c6c;
	padding-top: 38px;
}

@media (max-width: 1440px) {
	.header .find {
		margin-left: 24px;
	}
	.header .find::after{
		left: -12px;
	}
}
@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 {
		
	}
}
/*搜索弹窗*/
.header .search-box {
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(0, 142, 213, .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(https://cnhonsing-thickener.com/web/bocweb/assets/images/search-1.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*/

.relative{
	position: relative;
}

/*foot*/
.footer{
	float: left;
	width: 100%;
	background: #f7f7f7;
	font-family: 'AvantGardeITCbyBT-Book';
}
.footer .foot-t{
	float: left;
	width: 100%;
	padding: 60px 0 40px 0;
	border-bottom: 1px solid #e5e5e5;
}
.footer .foot-t > a{
	float: left;
}
.footer .foot-t .footT-con{
	float: right;
	margin-top: 50px;
}
.footer .foot-t .footT-con span{
	margin-left: 45px;
	font-size: 16px;
	color: #666;
}
.footer .foot-t .footT-con span:first-child{
	margin-left: 0;
}
.footer .foot-t .footT-con span img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 20px;
}

.footer .foot-d{
	float: left;
	width: 100%;
	padding: 30px 0 70px 0;
}
.footer .foot-d > span{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
}
.footer .foot-d .footD-link{
	float: right;
	line-height: 22px;
	font-size: 16px;
}
.footer .foot-d .footD-link a{
	display: inline-block;
	color: #666;
	margin-left: 40px;
}
.footer .foot-d .footD-link a:first-child{
	margin-left: 0;
}
.footer .foot-d .footD-link a:hover{
	color: #1185c1;
}
.footer .foot-d .footD-link a.en{
	color: #1285c1;
	padding-left: 36px;
	background: url(../image/en.png) left center no-repeat;
}

@media (max-width: 1440px) {
	.footer .foot-t .footT-con span {
		margin-left: 30px;
		font-size: 14px;
	}
	.footer .foot-d .footD-link{
		font-size: 14px;
	}
	.footer .foot-d .footD-link a{
		margin-left: 30px;
	}
	.footer .foot-t .footT-con span img{
		margin-right: 15px;
	}
	.footer .foot-t {
	  padding: 40px 0 30px 0;
	}
	.footer .foot-d {
	  padding: 20px 0 50px 0;
	}
}
@media (max-width: 1199px) {
	.footer .foot-t .footT-con span{
		margin-left: 10px;
		font-size: 12px;
	}
	.footer .foot-d {
		text-align: center;
	}
	.footer .foot-d > span{
		float: none;
		font-size: 12px;
	}
	.footer .foot-d .footD-link{
		float: none;
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.footer .foot-t > a{
		width: 100%;
		text-align: center;
	}
	.footer .foot-t .footT-con{
		text-align: center;
		width: 100%;
	}
	.footer .foot-t .footT-con span{
		display: inline-block;
		float: none;
	}
}
@media (max-width: 767px) {
	.footer{
		padding-bottom: 50px;
	}
	.footer .foot-t .footT-con{
		display: none;
	}
	.footer .foot-t {
	  padding: 30px 0 20px 0;
	}
	.footer .foot-d .footD-link{
		float: left;
		width: 100%;
		text-align: center;
	}
	.footer .foot-d .footD-link a{
		display: none;
	}
	.footer .foot-d .footD-link a.en{
		display: inline-block;
		
		margin-top: 15px;
		margin-left: 0;
	}
	.footer .foot-d {
	  padding: 20px 0 20px 0;
	}
	.footer .foot-d > span{
		width: 100%;
		text-align: center;
	}
}

/* .foot-tel{
	display: none;
}
@media (max-width: 767px) {
	.foot-tel{
    border-top: 1px solid #fff;		
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #1256b0;
		width: 100%;
		z-index: 999;
	}	
	.foot-tel a{
		display: block;
		float: left;
		width: 50%;
		line-height: 50px;
		color: #fff;
		border-right: 1px solid #fff;
		text-align: center;
	}
}	 */


/*底部*/
.foot-tel{
	display: none;
}
@media (max-width: 767px) {
	.foot-tel{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: #13283a;
		background: #008ed5;
		width: 100%;
		z-index: 999;
	}	
	.foot-tel a{
		display: block;
		float: left;
		width: 33.3333%;
		line-height: 50px;
		color: #fff;
		border-right: 1px solid #fff;
		text-align: center;
	}
}	

/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 65px;
	text-align: center;
	font-family: 'centurygothic';
}
.page a {
	font-size: 16px;
	line-height: 44px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 46px;
	height: 46px;
	margin: 0 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	color: #e4e2e2;
	/* background: #ccc; */
	border: 1px solid #eee;
}
.page a.prev {
	background: url("https://cnhonsing-thickener.com/web/bocweb/assets/images/left1.png") center no-repeat;
}
.page a.next {
	background: url("https://cnhonsing-thickener.com/web/bocweb/assets/images/right1.png") center no-repeat;
}

.page a.prev:hover {
	background: #98262a url("https://cnhonsing-thickener.com/web/bocweb/assets/images/left1-on.png") center no-repeat;
}

.page a.next:hover {
	background: #98262a url("https://cnhonsing-thickener.com/web/bocweb/assets/images/right1-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: #98262a;
	border: 1px solid #98262a;
	color: #fff;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #98262a;
	border: 1px solid #98262a;
}
@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;
	}
}
.title{
	float: left;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333;
	font-family: 'Montserrat-Black';
	text-transform: uppercase;
}

@media (max-width: 1600px) {
	.title{
		font-size: 40px;
	}
}
@media (max-width: 1199px) {
	.title {
	    font-size: 30px;
	}
}
@media (max-width: 767px) {
	.title {
	    font-size: 24px;
	}
}
/*banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}
.banner .slick-arrow {
	width: 39px;
	height: 70px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	background-size: 100% 100%!important;
}
.banner .slick-arrow.slick-prev{
	left:3.6%;
	background: url(https://cnhonsing-thickener.com/web/bocweb/assets/images/left.png) center no-repeat;
}
.banner .slick-arrow.slick-next{
	right: 3.6%;
	background: url(https://cnhonsing-thickener.com/web/bocweb/assets/images/right.png) center no-repeat;
}
.banner img {
	display: block;
	width: 100%;
}
.banner .img-box {
	padding-bottom: 40.10416666666667%;
}
.banner .img-box.pc{
	display: block;
}
.banner .img-box.phone{
	display: none;
}

.banner .slick-slide.slick-current.slick-active .img-box{
	width: 100%;
}
.banner .slick-dots{
    position: absolute;
	bottom: 60px;
	width: 100%;
	text-align: center;
}
.banner .slick-dots li{
	display: inline-block;
	position: relative;
	width: 80px;
	height: 3px;
	margin: 0 5px;
	background: rgba(255,255,255,0.5);
}
.banner .slick-dots li.slick-active{
	background: rgba(255,255,255,1);
}
.banner .slick-dots li button{
  position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 100%;
	display: none;
}
.banner .slick-current .text h1, 
.banner .slick-current .text h2, 
.banner .slick-current .text h3, 
.banner .slick-current .text h4,
.banner .slick-current .text .h1,
.banner .slick-current .text .h2,
.banner .slick-current .text .h3,
.banner .slick-current .text .h4,
.banner .slick-current .text .h5,
.banner .slick-current .text .h6{
    animation: fadeInUp 1s 0s ease both;
}
.banner .text .h1,
.banner .text .h2,
.banner .text .h3,
.banner .text .h4,
.banner .text .h5,
.banner .text .h6{
	margin: 0;
}

.banner .text {
	position: absolute;
	top: 20.7%;
	left: 0%;
	width: 100%;
	padding: 0 14.8%;
	z-index: 9999999;
	color: #fff;
	text-shadow: 1px 0 1px rgba(2,68,102,0.57);
}
.banner .text .h1{
	font-weight: bold;
	font-size: 64px;
}
.banner .text .h2{
	font-weight: bold;
	font-size: 46px;
	margin-top: 20px;
}

@media (max-width: 1440px) {
	.banner .text {
		padding: 0 10%;
	}
	.banner .text .h1{
		font-size: 48px;
	}
	.banner .text .h2{
		font-size: 40px;
		margin-top: 18px;
	}
}

@media (max-width: 1199px) {
	.banner{
		margin-top: 66px;
	}
	.banner .text {
		padding: 0 8%;
	}
	.banner .text .h1{
		font-size: 36px;
	}
	.banner .text .h2{
		font-size: 28px;
		margin-top: 12px;
	}
}
@media (max-width: 991px) {
	.banner{
		
	}
	.banner .text{
		/* display: none; */
	}
	.banner .img-box{
		padding-bottom: 100%;
	}
	.banner .img-box.pc{
		display: none;
	}
	.banner .img-box.phone{
		display: block;
	}
	.banner .slick-dots li{
		width: 60px;
	}
}
@media (max-width: 767px) {
	.banner{
		margin-top: 66px;
	}
	.banner .text .h1{
		font-size: 24px;
	}
	.banner .text .h2{
		font-size: 18px;
		margin-top: 8px;
	}
	.banner .slick-dots {
	    bottom: 18px;
	}
	.banner .slick-dots li {
	    width: 18px;
	    height: 3px;
	    margin: 0 3px;
	}
	.banner .slick-dots li button{
		width: 8px;
		height: 8px;
	}
}
.banner.banner-in .img-box {
	padding-bottom: 0;
	height: auto;
}
.banner.banner-in .img-box img{
	position: relative;
	left: auto;
	top: auto;
}
.banner.banner-in .text{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner.banner-in .text .h3{
	text-align: center;
	font-size: 46px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.banner.banner-in .text .h3{
		font-size: 24px;
	}
}



.wrap-sidenav{
	height: 70px;
	box-shadow: 3px 0 3px rgba(0,0,0,0.1);
	position: relative;
	z-index: 1000;
}
.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;
}
.wrap-sidenav .sidenav ul li:last-child{
}
.wrap-sidenav .sidenav ul li > a{
	font-size: 22px;
	color: #333;
	line-height: 68px;
	position: relative;
	display: block;
	height: 70px;
	padding: 0 30px 0 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.wrap-sidenav .sidenav ul li > a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 0px;
	max-width: none;
}
.wrap-sidenav .sidenav ul li > a .block{
	display: inline-block!important;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li > a .hover{
	display: none!important;
	margin-right: 6px;
}

.wrap-sidenav .sidenav ul li.active > a,
.wrap-sidenav .sidenav ul li:hover > a{
	background: #98262a;
	color: #fff;
}
.wrap-sidenav .sidenav ul li.active > a .block,
.wrap-sidenav .sidenav ul li:hover > a .block
{
    display: none!important;
}
.wrap-sidenav .sidenav ul li.active > a .hover,
.wrap-sidenav .sidenav ul li:hover > a .hover
{
	display: inline-block!important;
	padding-bottom: 3px;
}

.wrap-sidenav.case-sidenav{
	float: left;
	width: 100%;
	height: 120px;
}
.wrap-sidenav.case-sidenav .sidenav ul li > a, 
.wrap-sidenav.case-sidenav .sidenav ul li > a{
	height: 120px;
	line-height: 118px;
}
.wrap-sidenav.case-sidenav .sidenav ul li.active > a, 
.wrap-sidenav.case-sidenav .sidenav ul li:hover > a{
	background: #008ed5;
	color: #fff;
}
@media (max-width: 1440px){
	.wrap-sidenav.case-sidenav{
		height: 100px;
	}
	.wrap-sidenav.case-sidenav .sidenav ul li a, 
	.wrap-sidenav.case-sidenav .sidenav ul li a{
		height: 100px;
		line-height: 98px;
	}
	.wrap-sidenav .sidenav ul li > a {
	  padding: 0 15px 0 15px;
		font-size: 18px;
	}
}
@media (max-width: 1199px){
	.wrap-sidenav.case-sidenav{
		height: 80px;
	}
	.wrap-sidenav.case-sidenav .sidenav ul li > a, 
	.wrap-sidenav.case-sidenav .sidenav ul li > a{
		height: 80px;
		line-height: 78px;
	}
    .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;
	}
	.wrap-sidenav.case-sidenav{
		height: 60px;
	}
	.wrap-sidenav.case-sidenav .sidenav ul li > a, 
	.wrap-sidenav.case-sidenav .sidenav ul li > a{
		height: 60px;
		line-height: 58px;
	}
}


.i-one{
	float: left;
	width: 100%;
	padding: 106px 0 95px 0;
}
.i-one .iOne-left{
	float: left;
	width: 36.9%;
}
.i-one .iOne-left .img-box{
	padding-bottom: 101.0830324909747%;
}


.i-one .iOne-right{
	float: left;
	width: 63.1%;
	padding-left: 4%;
	padding-top: 40px;
}
.iOne-p1{
	font-family: 'AvantGardeITCbyBT-Demi';
	font-size: 54px;
	line-height: 70px;
	padding-bottom: 64px;
	padding-left: 38px;
	position: relative;
	color: #010101;
}
.iOne-p1::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 290px;
	height: 3px;
	background: #1185c1;
	content: "";
}
.iOne-p2{
	font-size: 19px;
	margin-top: 40px;
	line-height: 2;
	font-weight: bold;
}

.iOne-link{
	margin-top: 64px;
}
.iOne-link a{
	display: inline-block;
	padding: 0 20px;
	line-height: 36px;
	font-size: 16px;
	border-radius: 10px;
	color: #fff;
	background: #1185c1;
}
.iOne-link a:hover{
	opacity: 0.8;
}
.iOne-p1,
.iOne-p2,
.iOne-link{	
	padding-left: 38px;
}

.i-two{
	float: left;
	width: 56%;
	padding-right: 10.6%;
	padding-top: 136px;
}
.bg-fbfbfb{
	background: #fbfbfb;
}
.bg-fbfbfb img{
	float: right;
	width: 44.89%;
}
.i-three{
	float: left;
	width: 100%;
	padding: 108px 0 100px 0;
}
.i-three .iThree-pic{
	float: left;
	width: 100%;
	margin-top: 82px;
}

.i-four{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.iFour-con{
	float: right;
	width: 692px;
	padding-top: 92px;
}
.iFour-con .iFour-h1{
	font-family: 'AvantGardeITCbyBT-Demi';
	font-size: 57px;
	padding-bottom: 26px;
	position: relative;
	color: #010101;
}
.iFour-con .iFour-h1::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
	height: 3px;
	background: #1185c1;
	content: "";
}

.iFour-con .iFour-h1,
.iFour-con .iFour-form,
.iFour-con .iFour-form input[type=text],
.iFour-con .iFour-form textarea{
	float: left;
	width: 100%;
}
.iFour-con .iFour-form input[type=text],
.iFour-con .iFour-form textarea,
.iFour-con .iFour-form input[type=submit]{
	font-family: 'ARIALN';
	font-weight: lighter;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	margin-top: 28px;
	padding: 0 18px;
	font-size: 20px;
}
.iFour-con .iFour-form input[type=text]::-webkit-input-placeholder{
	color: #cfcfcf;
}
.iFour-con .iFour-form input[type=text]::-moz-placeholder{
	color: #cfcfcf;
}
.iFour-con .iFour-form input[type=text]:-ms-input-placeholder{
	color: #cfcfcf;
}
.iFour-con .iFour-form textarea::-webkit-input-placeholder{
	color: #cfcfcf;
}
.iFour-con .iFour-form textarea::-moz-placeholder{
	color: #cfcfcf;
}
.iFour-con .iFour-form textarea:-ms-input-placeholder{
	color: #cfcfcf;
}

.iFour-con .iFour-form input[type=text]{
	height: 60px;
}
.iFour-con .iFour-form textarea{
	height: 162px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.iFour-con .iFour-form input[type=submit]{
	font-family: "arial bold";
	float: right;
	width: 152px;
	height: 56px;
	margin-top: 38px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background: #1185c1;
	border-color: #1185c1;
	-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;
}
.iFour-con .iFour-form input[type=submit]:hover{
	opacity: 0.8;
}
.iFour-con .iFour-form{
	margin-top: 18px;
}

.i-five{
	float: left;
	width: 100%;
	padding: 142px 0 112px 0;
}
.i-five .iFive-left{
	float: left;
	width: 69%;
	padding-right: 6.6%;
	padding-top: 20px;
}

.iFive-h1{
	font-family: 'AvantGardeITCbyBT-Demi';
	font-size: 66px;
	line-height: 80px;
	color: #010101;
	text-transform: uppercase;
}
.iFive-p1{
	font-size: 16px;
	line-height: 34px;
	margin-top: 50px;
}
.iFive-a1{
	margin-top: 70px;
}
.iFive-a1 a{
	display: block;
	width: 125px;
	height: 47px;
	border-radius: 10px;
	background:#1185c1 url(../image/jt.png) center no-repeat;
}
.iFive-a1 a:hover{
	opacity: 0.8;
}

.i-five .iFive-right{
	float: left;
	width: 31%;
}

@media (max-width: 1680px){
	.iOne-p1{
		font-size: 50px;
		line-height: 1.2;
	}
	.i-two {
		width: 55%;
		padding-right: 10%;
		padding-top: 76px;
	}
	.iFive-h1{
		font-size: 60px;
	}
	.iFive-p1{
		margin-top: 40px;
	}
	.iFive-a1 {
	  margin-top: 50px;
	}
}
@media (max-width: 1440px){
	.iOne-p1 {
		font-size: 36px;
		padding-bottom: 36px;
	}
	.iOne-p1, .iOne-p2, .iOne-link {
	  padding-left: 24px;
	}
	.iOne-p2 {
		font-size: 18px;
		margin-top: 30px;
	}
	.i-two{
		padding-right: 8%;
	}
	.i-three {
	  padding: 68px 0 50px 0;
	}
	.iOne-link {
	  margin-top: 48px;
	}
	.iFour-con {
	  padding-top: 52px;
	}
	.iFour-con .iFour-h1 {
		font-size: 36px;
		padding-bottom: 20px;
	}
	.iFour-con .iFour-form {
	  margin-top: 10px;
	}
	.iFour-con .iFour-form input[type=text] {
	  height: 48px;
	}
	.iFour-con .iFour-form input[type=text], 
	.iFour-con .iFour-form textarea, 
	.iFour-con .iFour-form input[type=submit] {
		margin-top: 15px;
		font-size: 18px;
	}
	.iFour-con .iFour-form input[type=submit] {
		width: 148px;
		height: 48px;
	}
	.i-five .iFive-left{
		padding-right: 4%;
	}
	.iFive-h1 {
	  font-size: 36px;
		line-height: 1.2;
	}
}
@media (max-width: 1199px){
	
	.i-one {
	    padding: 86px 0 65px 0;
	}
	.iOne-p1, .iOne-p2, .iOne-link {
	  padding-left: 20px;
	}
	.iOne-p1 {
		font-size: 28px;
		padding-bottom: 28px;
	}
	.iOne-p2{
		line-height: 1.8;
		margin-top: 20px;
		font-size: 16px;
	}
	.i-one .iOne-right{
		padding-top: 10px;
	}
	.iOne-link {
	  margin-top: 36px;
	}
	.i-two {
	  padding-right: 6%;
	}
	.i-two {
		padding-right: 4%;
		padding-top: 36px;
	}
	.iOne-link {
	  margin-top: 24px;
	}
	.i-three {
	  padding: 48px 0 40px 0;
	}
	.i-three .iThree-pic{
		margin-top: 50px;
	}
	.i-four-con img{
		max-width: 120%;
		margin-left: -10%;
	}
	.iFour-con {
	  padding-top: 36px;
		width: 60%;
	}
	.iFour-con .iFour-form input[type=text], .iFour-con .iFour-form textarea, .iFour-con .iFour-form input[type=submit] {
		margin-top: 10px;
		font-size: 16px;
	}
	.iFour-con .iFour-form input[type=text] {
	  height: 42px;
	}
	.iFour-con .iFour-form textarea{
		height: 148px;
	}
	.i-five {
	  padding: 100px 0 80px 0;
	}
	.iFive-h1{
		font-size: 28px;
	}
	.iFive-p1 {
	  margin-top: 20px;
	}
	.iFive-p1 {
		font-size: 16px;
		line-height: 1.8;
	}
	.iFive-a1 {
	  margin-top: 20px;
	}
}

@media (max-width: 991px){
	.i-one .iOne-left img{
		width: 100%;
	}
	.i-one .iOne-left,
	.i-one .iOne-right{
		width: 100%;
	}
	.i-one {
	  padding: 30px 0 30px 0;
	}
	.i-one .iOne-left, .i-one .iOne-right{
		padding-left: 0;
	}
	.i-one .iOne-right{
		margin-top: 20px;
	}
	.i-two{
		width: 100%;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.bg-fbfbfb img{
		width: 100%;
	}
	.i-four-con img {
		max-width: 160%;
		margin-left: -30%;
	}
	.i-five {
	  padding: 30px 0 30px 0;
	}
	.i-five .iFive-left,
	.i-five .iFive-right{
		width: 100%;
	}
	.i-five .iFive-left{
		padding-right: 0;
	}
	.i-five .iFive-right{
		margin-top: 30px;
	}
	.i-five .iFive-right img{
		width: 100%;
	}
}

@media (max-width: 767px){
	.iOne-p1 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	.iOne-p1::after{
		width: 40%;
	}
	.i-three {
	  padding: 30px 0 30px 0;
	}
	.i-three .iThree-pic {
	  margin-top: 30px;
	}
	.iFour-con .iFour-h1 {
		font-size: 20px;
		padding-bottom: 14px;
		text-align: center;
	}
	.iFour-con .iFour-h1::after{
		width: 50%;
		left: 25%;
	}
	.iFour-con{
		width: 100%;
	}
	.iFour-con {
	  padding-top: 24px;
	}
	.iFour-con .iFour-form input[type=text] {
	    height: 40px;
	}
	.iFour-con .iFour-form textarea{
		height: 90px;
	}
	.iFour-con .iFour-form input[type=text], 
	.iFour-con .iFour-form textarea, 
	.iFour-con .iFour-form input[type=submit] {
	    margin-top: 8px;
	}
	.iFour-con .iFour-form input[type=submit]{
		height: 42px;
	}
	.i-four-con img {
		max-width: 240%;
		margin-left: -70%;
	}
	.iFive-h1{
		font-size: 20px;
	}
	.i-five .iFive-left{
		padding-top: 0;
	}
	.iFive-p1{
		margin-top: 10px;
	}
	.iFive-a1 a{
		width: 110px;
		height: 40px;
		background-size: 36px auto;
	}
	.i-five .iFive-right {
	  margin-top: 20px;
	}
}


.about{
	float: left;
	width: 100%;
	margin: 112px 0 117px 0;
}
.ab-left{
	float: left;
	width: 48.8%;
}
.ab-right{
	float: right;
	width: 48.4%;
	font-size: 16px;
	line-height: 2.25;
}

@media (max-width: 1440px){
	.about{
		margin: 100px 0;
	}
	.ab-right{
		line-height: 1.8;
	}
}
@media (max-width: 1199px){
	.about{
		margin: 50px 0;
	}
	.ab-left,
	.ab-right{
		width: 100%;
	}	
	.ab-left{
		margin-top: 50px;
	}
	.ab-left img{
		width: 100%;
	}
}
@media (max-width: 767px){
	.about{
		margin: 30px 0;
	}
	.ab-left{
		margin-top: 30px;
	}
}


.history{
	float: left;
	width: 100%;
	position: relative;
}
.history::after{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.4);
	content: "";
}
.historyList{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	width: 100%;
}
.historyList .slick-slide{
	height: 120px;
}
.hisYear{
	font-family: 'AvantGardeITCbyBT-Demi';
	float: left;
	width: 50%;
	text-align: right;
	padding: 0 22px;
	font-size: 50px;
	line-height: 0.8;
	position: relative;
}
.hisYear::after{
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 12px;
	height: 12px;
	right: -12px;
	border-radius: 100%;
	background: #fff;
	content: "";
}
.hisP{
	font-family: 'Roboto-Regular';
	float: left;
	width: 50%;
	padding: 0 22px;
	font-size: 20px;
	font-size: 18px;
	line-height: 1.8;
	line-height: 1.4;
	max-width: 600px;
}
.historyList .slick-slide:nth-child(even) .hisYear{
	float: right;
	text-align: left;
}
.historyList .slick-slide:nth-child(even) .hisYear::after{
	left: -0px;
}

.historyList .slick-slide:nth-child(even) .hisP{
	float: right;
	text-align: right;
}
.historyList .slick-arrow{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 23px;
	height: 18px;
	background-repeat: no-repeat;
	z-index: 99;
} 
.historyList .slick-arrow.slick-next{
	bottom: -50px;
	background: url(../image/down.png);
} 
.historyList .slick-arrow.slick-next:hover{
	background: url(../image/down-on.png);
}
.historyList .slick-arrow.slick-prev{
	top: -50px;
	background: url(../image/up.png);
}
.historyList .slick-arrow.slick-prev:hover{
	background: url(../image/up-on.png);
}

@media (max-width: 1680px){
	.history > img{
		max-width: 120%;
		margin-left: -10%;
	}
}
@media (max-width: 1440px){
	.history > img{
		max-width: 140%;
		margin-left: -20%;
	}
	.hisYear {
		padding: 0 20px;
		font-size: 36px;
	}
	.hisP {
		padding: 0 20px;
		font-size: 16px;
		line-height: 1.6;
	}
}
@media (max-width: 1199px){
	.historyList .slick-slide {
	    height: 100px;
	}
	.hisP{
		font-size: 12px;
		line-height: 1.4;
	}
}
@media (max-width: 767px){
	.history > img{
		max-width: 240%;
		margin-left: -70%;
	}
	.historyList .slick-slide {
	  height: 160px;
	  height: 300px;
	}
	.hisYear {
	    font-size: 24px;
	}
	.hisYear::after{
		width: 10px;
		height: 10px;
		right: -10px;
	}
	.hisYear{
		padding: 0 18px;
	}
	.hisP {
		padding: 0 18px;
		font-size: 14px;
		line-height: 1.4;
	}
}


.service{
	float: left;
	width: 100%;
	margin: 72px 0;
}
.service .video {
	float: left;
	width: 100%;
	width: 49.2%;
	/* border-radius: 10px; */
	position: relative;
	overflow: hidden;
	margin: 15px 1.6% 15px 0;
}
.service .video:nth-child(2n) {
	margin-right: 0;
}
.service .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;
}
.service .video:hover .video img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}
.service .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 32.8%;
	padding-bottom: 59.62059620596206%;
	background-color: rgba(0, 0, 0, 0);
}
.service .video .img-box > span{
	display: inline-block;
	position: absolute;
	left: 30px;
	bottom: 38px;
	padding: 0 34px;
	line-height: 52px;
	border-radius: 5px;
	font-size: 22px;
	background: #1285c1;
	color: #fff;
	z-index: 10;
	font-family: 'AvantGardeITCbyBT-Book';
}

.service .video .img-box .black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 9;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.service .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.service .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.service .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.service .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	width: 90px;
	height: 90px;
	-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%);
}
.service .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.service .video:hover .img-box .black {
	background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 1440px){
	.service{
		margin: 60px 0;
	}
	.service .video .play {
		width: 80px;
		height: 80px;
	}
	.service .video .img-box > span{
		left: 30px;
		bottom: 30px;
		padding: 0 24px;
		line-height: 42px;
		font-size: 18px;
	}
}

@media (max-width: 1199px){
	.service .video {
		margin: 10px 1.6% 10px 0;
	}
	.service .video .img-box > span{
		left: 20px;
		bottom: 20px;
		padding: 0 20px;
		line-height: 38px;
		font-size: 16px;
	}
	.service .video .play {
		width: 60px;
		height: 60px;
	}
}

@media (max-width: 767px){
	.service{
		margin: 30px 0;
	}
	.service .video{
		width: 100%;
	}
	.service .video .play {
		width: 48px;
		height: 48px;
	}
	.service .video {
		margin: 10px 1.6% 10px 0;
	}
	.service .video .img-box > span{
		left: 15px;
		bottom: 15px;
		padding: 0 15px;
		line-height: 36px;
		font-size: 14px;
	}
/* 	.service .video .img-box {
		padding-bottom: 65.6%;
	}
	.service .video img{
		max-width: 200%;
		width: auto;
	}
	.service .video:hover .video img{
		-webkit-transform: scale(1);
		-mos-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);	 
	}
	.service .video:hover .img-box img {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	} */
}


.con-1{
	float: left;
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin-top: -40px;
	padding: 0 36px;
	background: #1284c2;
	color: #fff;
}
.con-1 span{
	font-size: 18px;
}
.con-1 .con1-right{
	float: right;
	font-family: arial;
}
.con-1 .con1-right span{
	float: left;
	font-size: 16px;
	margin-left: 55px;
	padding-left: 28px;
	position: relative;
	background-repeat: no-repeat;
	background-position: left center;
}
.con-1 .con1-right span:nth-child(1){
	margin-left: 0;
	/* background-image: url(../images/contact/ico-1.png); */
}
.con-1 .con1-right span:nth-child(2){
	/* background-image: url(../images/contact/ico-2.png); */
}
.con-1 .con1-right span:nth-child(3){
	/* background-image: url(../images/contact/ico-3.png); */
}
.con-1 .con1-right span img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 16px;
}

.con-title {
    font-family: 'MyriadPro-Bold';
    font-weight: bold;
    float: left;
    width: 100%;
    padding: 74px 0 62px 0;
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1440px){
	.con-title{
		padding: 48px 0 36px 0;
		font-size: 36px;
	}
	.con-1 {
		height: auto;
		line-height: 30px;
		margin-top: -30px;
		padding: 20px 2%;
	}
	.con-1 .con1-right span{
		margin-left: 36px;
	}
}
@media (max-width: 1199px){
	.con-1{
		text-align: center;
	}
	.con-1 span{
		display: block;
		width: 100%;
	}
	.con-1 .con1-right{
		width: 100%;
	}
	.con-1 .con1-right span{
		float: none;
		display: inline-block;
		padding-left: 20px;
		font-size: 14px;
		margin-left: 10px;
	}
	.con-1 .con1-right span img{
		margin-right: 10px;
	}
}


.con-bg{
	background: url(../image/img-1.jpg) right center no-repeat;
	background-size: auto 100%;
	margin-bottom: 80px;
}
.con-form{
	float: left;
	width: 54.2%;
	padding-right: 48px;
}
.con-form .con-f1{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 165px;
	position: relative;
}
.con-form .con-f1:last-child{
	margin-bottom: 0;
}
.con-form .con-f1 label{
	float: left;
	width: 165px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 0;
	font-size: 18px;
	margin-bottom: 0;
	color: #666;
	font-weight: normal;
	text-align: right;
}
.con-form .con-f1 label font{
	color: #ff1e00;
}
.con-form .con-f1 input,
.con-form .con-f1 select,
.con-form .con-f1 textarea
{
	width: 100%;
	padding: 0 30px 0 20px;
	height: 50px;
	border-radius: 6px;
	font-size: 18px;
	border: 1px solid #eaeaea;
	font-weight: normal;
}
.con-form .con-f1 select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background: #fff;
	outline: none;
	background: #fff url(../image/ico-4.png) 98% center no-repeat;
}
.con-form .con-f1 input[type=submit]{
	float: right;
	width: 138px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	font-size: 24px;
	color: #fff;
	background: #0064b9;
	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;
	border: 0;
	padding: 0;
}
.con-form .con-f1 textarea{
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
}
.con-form .con-f1.con-f2{
	position: inherit;
	padding-left: 0;
}

.con-form .con-f1.con-f2 label{
	width: 130px;
}
.con-form .con-f1.con-f2 .con-50{
	float: left;
	width: 50%;
	position: relative;
	padding-left: 130px;
}

.con-form .con-f1.con-f2 .con-50:first-child{
	padding-left: 165px;
}
.con-form .con-f1.con-f2 .con-50:first-child label{
	width: 165px;
}

.con-form .con-f1 input[type=submit]:hover{
	opacity: 0.9;
}
@media (max-width: 1680px) {
	.con-form .con-f1{
			margin-bottom: 20px;
		}
}
@media (max-width: 1600px) {
	.con-form .con-f1 label {
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	.con-form .con-f1 input, .con-form .con-f1 select, .con-form .con-f1 textarea {
	    padding: 0 30px 0 20px;
	    height: 40px;
	    border-radius: 4px;
	    font-size: 16px;
	}
	.con-form .con-f1 select{
	}
}

@media (max-width: 1440px) {
	.con-form .con-f1{
		margin-bottom: 18px;
	}
}
@media (max-width: 1199px) {	
	.con-form .con-f1 {
	    margin-bottom: 10px;
	}
	.con-form .con-f1 label {
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	}
	.con-form .con-f1 input, .con-form .con-f1 select, .con-form .con-f1 textarea {
	    padding: 0 30px 0 20px;
	    height: 36px;
	    font-size: 14px;
	}
	.con-form {
	    padding-right: 4%;
	}
	.con-form .con-f1 input[type=submit] {
	    width: 120px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 4px;
	    font-size: 18px;
	}
	.con-form .con-f1{
		padding-left: 128px;
	}
	.con-form .con-f1 label{
		width: 128px;
	}
	.con-form .con-f1.con-f2 .con-50:first-child label {
	    width: 128px;
	}
	.con-form .con-f1.con-f2 .con-50:first-child {
	    padding-left: 128px;
	}
	.con-form .con-f1.con-f2 .con-50{
		padding-left: 68px;
	}
	.con-form .con-f1.con-f2 label {
	    width: 68px;
	}
}
@media (max-width: 991px) {
	.con-bg{
		background-size: cover;
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.con-form{
		width: 100%;
	}
	.con-title {
		padding: 40px 0 20px 0;
		font-size: 24px;
	}
	.con-form .con-f1 label {
		/* height: 30px;
		line-height: 30px; */
	}
	.con-form .con-f1 input, .con-form .con-f1 select, .con-form .con-f1 textarea {
		padding: 0 30px 0 10px;
		/* height: 30px; */
	}
	.con-form {
	    padding-top: 0px;
	    padding-bottom: 0px;
	    padding-right: 3%;
	}
}
@media (max-width: 767px) {
	.con-form{
		width: 100%;
		padding-right: 0;
	}
	.con-bg{
		padding: 20px 0;
		background-size: cover;
		background-position: center;
	}
	.con-form {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
	.con-form .con-f1.con-f2 .con-50{
		width: 100%;
		padding-left: 128px;
		margin-top: 8px;
	}
	.con-form .con-f1.con-f2 .con-50:first-child {
	    margin-top: 0;
	}
	.con-form .con-f1.con-f2 label {
	    width: 128px;
	}
	.con-form .con-f1 {
	    margin-bottom: 10px;
	}
	.con-form .con-f1 input[type=submit] {
	    width: 100px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 16px;
	}
}

.product{
	float: left;
	width: 100%;
	margin: 26px 0 100px 0;
}
.product ul{
	float: left;
	width: 100%;
}
.product ul li{
	float: left;
	width: 100%;
	background: #f9f9f9;
	margin-top: 55px;
	position: relative;
}
.product ul li .pro-left{
	float: left;
	width: 50%;
}
.product ul li .pro-left .img-box{
	padding-bottom: 49.33333333333333%;
}
.product ul li .pro-left .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 ul li:hover .pro-left .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.product ul li .pro-right{
	float: left;
	width: 50%;	
	padding: 0px 48px 0 48px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product ul li .pro-right .pro-Rt{
	font-family: 'AvantGardeITCbyBT-Demi';
	font-size: 26px;
	line-height: 1.6;
	color: #221815;
	position: relative;
	-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;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.product ul li .pro-right .pro-Rp{
	position: relative;
	font-size: 16px;
	padding-top: 24px;
	line-height: 1.75;
	margin-top: 20px;
	color: #221815;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.product ul li .pro-right .pro-Rp::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 65px;
	height: 4px;
	background: #1185c1;
	content: "";
}
.product ul li .pro-right .pro-Ra{
	margin-top: 38px;
}
.product ul li .pro-right .pro-Ra span{
	display: inline-block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 42px;
	border-radius: 21px;
	background: #575757;
	color: #fff;
	text-transform: uppercase;
	-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 ul li .pro-right .pro-Rt:hover{
	color: #1185c1;
}
.product ul li .pro-right .pro-Ra span:hover{
	/* opacity: 0.8; */
	background: #1185c1;
}
.product ul li:nth-child(2n) .pro-left{
	float: right;
}
.product ul li:nth-child(2n) .pro-right{
	left: 0;
}	
@media (max-width: 1440px) {
	.product ul li .pro-right{
		padding: 0 3%;
	}
	.product ul li .pro-right .pro-Rt{
		font-size: 20px;
	}
	.product ul li .pro-right .pro-Rp {
		font-size: 14px;
		padding-top: 20px;
		margin-top: 18px;
	}
	.product ul li .pro-right .pro-Ra {
	  margin-top: 30px;
	}
	.product ul li .pro-right .pro-Ra span {
		padding: 0 15px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 20px;
	}
}

@media (max-width: 1199px) {
	.product {
	  margin: 20px 0 60px 0;
	}
	.product ul li{
		margin-top: 30px;
	}
	.product ul li .pro-right .pro-Rt{
		line-height: 1.4;
	}
	.product ul li .pro-right .pro-Rp {
		padding-top: 10px;
		margin-top: 10px;
	}
	.product ul li .pro-right .pro-Ra {
	    margin-top: 15px;
	}
	
}
@media (max-width: 991px) {
	.product ul li .pro-left,
	.product ul li .pro-right{
		width: 100%;
	}
	.product ul li .pro-right{
		padding: 30px 4%;
		position: initial;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.product ul li .pro-right .pro-Rp{
		padding-top: 15px;
	}
	.product ul li .pro-right .pro-Rp::after{
		width: 48px;
		height: 3px;
	}
}

@media (max-width: 767px) {
	.product {
	  margin: 0px 0 20px 0;
	}
	.product ul li {
	  margin-top: 20px;
	}
	.product ul li .pro-right {
	  padding: 20px 4%;
	}
	.product ul li .pro-right .pro-Rt{
		font-size: 18px;
	}
}

.prDe-1{
	float: left;
	width: 100%;
	padding: 74px 0 60px 0;
}
.prDe-title{
	float: left;
	width: 100%;
	font-family: 'AvantGardeITCbyBT-Demi';
	font-size: 30px;
	padding-bottom: 26px;
	position: relative;
	color: #010101;
	text-align: center;
}
.prDe-title::after{
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 80px;
	height: 6px;
	border-radius: 5px;
	background: #1185c1;
	content: "";
}

.bg-f9 .prDe-title{
	color: #1185c1;
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.bg-f9.bg-fff{
	background: #fff;
}
.nbsp1{
	float: left;
	width: 100%;
	height: 52px;
}

.prDe1-txt{
	float: left;
	width: 100%;
	position: relative;
	background: #f9f9f9;
}
.prDe1-txt .prDe1-pic,
.prDe1-txt .prDe1-p{	
	float: left;
	width: 50%;
}
.prDe1-txt .prDe1-p{
	right: 0;
	width: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 2.8%;
}	

.prDe1-txt .prDe1-p span{
	display: inline-block;
	padding: 0 14px;
	line-height: 46px;
	border-radius: 5px;
	font-size: 26px;
	margin-top: 30px;
	color: #fff;
	background: #1185c1;
	font-family: arial;
}
.prDe1-txt .prDe1-p span:first-child{
	margin-top: 0;
}
.prDe1-txt .prDe1-p p{
	font-size: 16px;
	margin-top: 20px;
	line-height: 1.75;
	color: #010101;
}
.prDe1-txt .prDe1-p p.mt-30{
}

.prDe1-txt1{
	float: left;
	width: 100%;
	margin: 84px 0 0px 0;
}
.prDe1-txt1 .prDe1-t1{
	float: left;
	width: 100%;
}
.prDe1-txt1 .prDe1-t1 span{
	font-family: 'AvantGardeITCbyBT-Demi';
	display: inline-block;
	padding-bottom: 8px;
	font-size: 34px;
	color: #1185c1;
	border-bottom: 2px solid #1185c1;
}
.prDe1-txt1 .prDe1-p1{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 2.25;
	margin-top: 30px;
	color: #221815;
}


.bg-f9{
	background: #f9f9f9;
	padding: 65px 0 75px 0;
}
.prDe1-table{
	float: left;
	width: 100%;
	
}
.prDe1-table table{
	width: 100%;
}
.prDe1-table table th,
.prDe1-table table td{
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 20px 0px;
}
.prDe1-table table th{
	background: #bfbfbf;
	color: #fff;
	font-size: 26px;
}
.prDe1-table table td .strong{
	font-size: 24px;
	font-weight: bold;
}
.prDe1-table table td{
	font-size: 22px;
	line-height: 1.4;
}
.prDe1-table table td .left{
	text-align: left;
	font-size: 18px;
	padding: 0 20px 0 20px;
}

.prDe2-list{
	float: left;
	width: 100%;
	margin-top: 46px;
}
.prDe2-list .prDe2-li{
	float: left;
	width: 32%;
	height: 534px;
	padding: 50px 42px 0 42px;
	margin-right: 2%;
	margin-top: 20px;
	background: #f5f5f5;
	-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;
}
.prDe2-list .prDe2-li:hover{
	background: #1185c1;
	color: #fff;
}
.prDe2-list .prDe2-li:nth-child(3n){
	margin-right: 0;
}

.prDe2-list .prDe2-li .prDe2-li-t{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: arial;
	color: #1185c1;
}
.prDe2-list .prDe2-li .prDe2-li-p{
	float: left;
	width: 100%;
	border-top: 2px solid #1185c1;
	margin-top: 16px;
	padding: 24px 0 0 0;
	font-size: 16px;
	line-height: 34px;
	color: #010101;
}

.prDe2-list .prDe2-li:hover .prDe2-li-t{
	color: #fff;
}
.prDe2-list .prDe2-li:hover .prDe2-li-p{
	border-top-color: #fff;
	color: #fff;
}	

@media (max-width: 1500px) {
	.prDe-1 {
	  padding: 60px 0 40px 0;
	}
	.prDe-title {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.bg-f9 .prDe-title{
		font-size: 28px;
	}
	.bg-f9 {
	  padding: 48px 0 60px 0;
	}
	.nbsp1{
		height: 40px;
	}
	.prDe1-txt .prDe1-p span {
		padding: 0 12px;
		line-height: 38px;
		font-size: 22px;
		margin-top: 20px;
	}
	.prDe1-txt .prDe1-p p {
		font-size: 15px;
		margin-top: 15px;
		line-height: 1.6;
	}
	.prDe2-list{
		margin-top: 36px;
	}
	.prDe2-list .prDe2-li {
		height: 480px;
		padding: 40px 30px 0 30px;
	}
	.prDe2-list .prDe2-li .prDe2-li-t {
		font-size: 22px;
		line-height: 30px;
	}
	.prDe2-list .prDe2-li .prDe2-li-p {
		margin-top: 12px;
		padding: 18px 0 0 0;
		line-height: 30px;
		font-size: 15px;
	}
	.prDe1-table table th{
		font-size: 22px;
	}
	.prDe1-table table td .strong {
	  font-size: 20px;
	}
	.prDe1-table table td{
		font-size: 18px;
	}
	.prDe1-table table th, .prDe1-table table td {
	  padding: 15px 0px;
	}
	.prDe1-table table td .left{
		font-size: 16px;
	}
	.prDe1-txt1 {
	  margin: 48px 0 0px 0;
	}
	.prDe1-txt1 .prDe1-t1 span{
		font-size: 28px;
	}
	.prDe1-txt1 .prDe1-p1 {
		font-size: 16px;
		line-height: 2;
		margin-top: 20px;
	}
}

@media (max-width: 1199px) {
	.prDe1-txt .prDe1-pic, .prDe1-txt .prDe1-p{
		width: 100%;
	}
	.prDe1-txt .prDe1-p {
		right: auto;
		position: initial;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		padding: 30px 3%;
	}
	.prDe1-txt .prDe1-pic span img{
		width: 100%;
	}
	.prDe2-list .prDe2-li{
		width: 100%;
		height: auto;
		margin-right: 0;
		padding: 40px 30px 40px 30px;
	}
	
	.prDe1-table table th{
		font-size: 18px;
	}
	.prDe1-table table td .strong {
		font-size: 16px;
	}
	.prDe1-table table td{
		font-size: 14px;
	}
	.prDe1-table table th, .prDe1-table table td {
		padding: 12px 0px;
	}
	.prDe1-table table td .left {
	  font-size: 14px;
	}
	.bg-f9 .prDe-title{
		margin-bottom: 20px;
	}
	.nbsp1 {
	  height: 20px;
	}
	.prDe1-txt1 .prDe1-t1 span {
	  font-size: 24px;
	}
	.prDe1-txt1 .prDe1-p1{
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.prDe1-table{
		overflow-x: auto;
	}
	.prDe1-table table{
		width: 991px;
	}
}
@media (max-width: 767px) {
	.prDe-1 {
	  padding: 30px 0 20px 0;
	}
	.prDe-title {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.bg-f9 .prDe-title {
		font-size: 22px;
	  margin-bottom: 15px;
	}
	.prDe-title::after{
		width: 50px;
		height: 4px;
	}
	.nbsp1 {
	  height: 10px;
	}
	.prDe1-txt .prDe1-p{
		padding: 20px 3%;
	}
	.prDe1-txt .prDe1-p span{
		font-size: 18px;
	}
	.prDe1-txt .prDe1-p p{
		font-size: 16px;
	}
	.prDe1-txt1 {
	  margin: 30px 0 0px 0;
	}
	.prDe1-txt1 .prDe1-t1 span {
	  font-size: 18px;
	}
	.bg-f9 {
	  padding: 30px 0 30px 0;
	}
	.prDe1-table table {
	  width: 991px;
	}
	.prDe2-list .prDe2-li {
	    padding: 20px 4% 20px 4%;
			margin-top: 10px;
	}
	.prDe2-list .prDe2-li .prDe2-li-t {
		font-size: 20px;
		line-height: 26px;
	}
	.prDe2-list .prDe2-li .prDe2-li-p{
		font-size: 14px;
		line-height: 26px;
	}
	.prDe2-list {
	  margin-top: 20px;
	}
}