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



/*网站小图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../font/iconfont_1.eot');
	src: url('../font/iconfont_1.eot') format('embedded-opentype'),
		url('../font/iconfont_1.woff2') format('woff2'),
		url('../font/iconfont_1.woff') format('woff'),
		url('../font/iconfont_1.ttf') format('truetype'),
		url('../font/iconfont.svg') format('svg');
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('../font/centurygothic_1.eot');
	src: url('../font/centurygothic_1.eot') format('embedded-opentype'),
		url('../font/centurygothic_1.woff2') format('woff2'),
		url('../font/centurygothic_1.woff') format('woff'),
		url('../font/centurygothic_1.ttf') format('truetype'),
		url('../font/centurygothic.svg') format('svg');
}

@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../font/centurygothic-bold_1.eot');
	src: url('../font/centurygothic-bold_1.eot') format('embedded-opentype'),
		url('../font/centurygothic-bold_1.woff2') format('woff2'),
		url('../font/centurygothic-bold_1.woff') format('woff'),
		url('../font/centurygothic-bold_1.ttf') format('truetype'),
		url('../font/centurygothic-bold.svg') format('svg');
}

@font-face {
	font-family: 'DINEngschriftStd';
	src: url('http://www.avaredbon.com/template/pc/fonts/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: 'Microsoft YaHei', 'Arial',  '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.body-01{
	height: 100%;
}
@media (max-width: 1199px) {
	body.body-01{
		height: auto;
	}
}


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%;
}

select{ outline: none;}
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;
	/* color: #5d61aa; */
}

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;
}
.cl{ clear: both; height: 0; overflow: hidden;}
.main {
	float: left;
	width: 100%;
}
.w-100 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.w-1720 {
	width: 1720px;
	margin: 0 auto;
}

	.ny_body .header.header-inner .nav .nav-list1>li>a{
		color:#01337e;
		
	}

@media (max-width: 1720px) {
	.w-1720 {
		width: 100%;
		padding: 0 3%;
	}
}
.w-1600 {
	width: 1600px;
	margin: 0 auto;
}
@media (max-width: 1600px) {
	.w-1600 {
		width: 100%;
		padding: 0 3%;
	}
}
.w-1490 {
	width: 1490px;
	margin: 0 auto;
}
@media (max-width: 1500px) {
	.w-1490 {
		width: 100%;
		padding: 0 3%;
	}
}
.w-1180 {
	width: 1180px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.w-1180 {
		width: 100%;
		padding: 0 3%;
	}
}

.w-1302 {
	width: 1302px;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 1440px) {
	.w-1302 {
		width: 1200px;
	}
}
@media (max-width: 1366px) {
	.w-1302 {
		width: 1000px;
	}
}
@media (max-width: 1199px) {
	.w-1302 {
		width: 90%;
		margin: 0 5%;
	}
}



.lan1-a1{width: 165px;position: fixed;top: 13%;right: -100px;z-index: 99999;transition: 0.5s;}
.lan1-a1.on1{right: -15px;transition: 0.5s;}
.lan1-a2{width: 146px;position: relative;margin-left: 4px;z-index: 1;}
.lan1-a3{width: 100%;position: relative;top: -64px;display: none;}
.lan1-a4{width: 100%;position: relative;}
.lan1-a5{width: 100px;position: absolute;top: 75px;left: 28px;}
.lan1-a6{width: 100%;height: 32px;border-radius: 16px;background: #eaf5ff;margin-bottom: 14px;font-size: 16px;line-height: 32px;color: #842125;text-align: center;}
.lan1-a6 a{ font-size: 15px;}
.lan1-a7{font-size: 14px;line-height: 20px;color: #fff;text-align: center;margin-bottom: 14px;}
.lan1-a8{width: 92px;position: relative;margin: 0 auto;box-shadow: 0 0 10px rgba(24,83,83,1); margin-bottom: 12px;}
.lan1-a9{width: 140px;height: 38px;border-radius: 19px;position: absolute;top: 468px;left: 7px;}
.lan1-a9 img{width: 15px;position: absolute;top: calc(50% - 1px/2);left: 12px;}
.lan1-a9 div{font-size: 14px;line-height: 18px;color: #fff;position: absolute;top: calc(50% - 18px/2);left: 32px;}
.lan1-a10{width: 140px;height: 38px;border-radius: 19px;position: absolute;top: 523px;left: 7px;}
.lan1-a10 img{width: 15px;position: absolute;top: calc(50% - 1px/2);left: 12px;}
.lan1-a10 div{font-size: 14px;line-height: 18px;color: #fff;position: absolute;top: calc(50% - 18px/2);left: 32px;}
.lan1-a11{width: 140px;height: 38px;border-radius: 19px;position: absolute;top: 579px;left: 7px;}
.lan1-a11 img{width: 15px;position: absolute;top: calc(50% - 1px/2);left: 12px;}
.lan1-a11 div{font-size: 14px;line-height: 18px;color: #fff;position: absolute;top: calc(50% - 18px/2);left: 32px;} 

@media only screen and (max-width: 1479px){
	.lan1-a1{width: 124px;position: fixed;top: 17%;right: -80px;z-index: 99999;transition: 0.5s;}
	.lan1-a1.on1{right: -11px;transition: 0.5s;}
	.lan1-a2{width: 108px;position: relative;margin-left: 5px;z-index: 1;}
	.lan1-a3{width: 100%;position: relative;top: -48px;display: none;}
	.lan1-a4{width: 100%;position: relative;}
	.lan1-a5{width: 76px;position: absolute;top: 53px;left: 20px;}
	.lan1-a6{width: 100%;height: 21px;border-radius: 12px;/*background: #fbf2d5;*/margin-bottom: 7px;font-size: 12px;line-height: 21px;color: #842125;text-align: center;}
	.lan1-a6 a { font-size: 12px;}
	.lan1-a7{font-size: 12px;line-height: 16px;color: #fff;text-align: center;margin-bottom: 10px;}
	.lan1-a8{width: 76px;position: relative;margin: 0 auto;box-shadow: 0 0 10px rgba(24,83,83,1);margin-bottom: 7px;}
	.lan1-a9{width: 106px;height: 28px;border-radius: 19px;position: absolute;top: 352px;left: 6px;}
	.lan1-a9 img{width: 14px;position: absolute;top: calc(50% - 3px/2);left: 6px;}
	.lan1-a9 div{font-size: 12px;line-height: 14px;color: #fff;position: absolute;top: calc(50% - 14px/2);left: 24px;}
	.lan1-a10{width: 106px;height: 28px;border-radius: 19px;position: absolute;top: 392px;left: 6px;}
	.lan1-a10 img{width: 14px;position: absolute;top: calc(50% - 3px/2);left: 6px;}
	.lan1-a10 div{font-size: 12px;line-height: 14px;color: #fff;position: absolute;top: calc(50% - 14px/2);left: 24px;}
	.lan1-a11{width: 140px;height: 38px;border-radius: 19px;position: absolute;top: 430px;left: 7px;}
	.lan1-a11 img{width: 14px;position: absolute;top: calc(50% - 3px/2);left: 6px;}
	.lan1-a11 div{font-size: 12px;line-height: 15px;color: #fff;position: absolute;top: calc(50% - 18px/2);left: 24px;} 	
}

@media only screen and (max-width: 1024px){
	.lan1-a1{ top: 77%;}
	.lan1-a1.on1{ top: 12%;}
}




.page-banner{/*height:500px;*/position:relative; height:calc(100vh - 600px);}
.page-banner .next{position:absolute;left:50%;width:54px;height:54px;background:url(http://www.avaredbon.com/template/pc/img/product-next.png) no-repeat center center/cover;margin-left:-27px;bottom:60px;z-index:2;cursor:pointer;}
.page-banner .content{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;text-align:center;}
.page-banner .content .tit{font-size:36px;color:#fff; font-weight: lighter;}
.page-banner .content .txt{margin-top:10px;font-family: 'CenturyGothic';
    font-size: 40px;
    
    color: #fff;
    text-transform: uppercase;}
.page-banner .content ul{margin-top:70px;}
.page-banner .content ul li{display:inline-block;margin:0px 15px;}
.page-banner .content ul li a{display:block;border:2px solid #fff;height:55px;line-height:51px;width:185px;text-align:center;color:#fff;border-radius:30px;}
.page-banner .content ul li.active a,
.page-banner .content ul li a:hover{border:2px solid #01337e;background:#01337e;color:#fff;}

@media screen and (max-width:1440px) {
    .page-banner .next{bottom:30px;}
    .page-banner .content .tit{font-size:36px;}
    .page-banner .content .txt{font-size:40px;}
    .page-banner .content ul{margin-top:70px;}
}
@media screen and (max-width:1025px) {
	.page-banner{ height: 300px;}
    .page-banner .next{width:30px;height:30px;bottom:20px;margin-left:-15px;}
    .page-banner .content .tit{font-size:25px;}
    .page-banner .content .txt{font-size:20px;}
    .page-banner .content ul{margin-top:25px;overflow:hidden;padding:0px 7.5px;}
    .page-banner .content ul li{/*float:left;*/margin:0;padding:0px 7.5px;}
    .page-banner .content ul li a{width:100%;height:36px;line-height:32px;}
    .page-banner .content ul.col-2 li{width:46%;margin-top:15px;}
    .page-banner .content ul.col-3 li{width:33.33%;margin-top:15px;}
}
/*二维码*/
.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%;
}


.about_body .about-4-ul .img-box {
	position: relative;
height: 50vh;padding-bottom: 0%;
	/*display: block;
	overflow: hidden;

	
	
	outline: none;*/
}

/*.about_body .about-4-ul .img-box:first-child{ height: 43vh;}*/

.about_body .about-4-ul .img-box img {
	
	top: 0;
	left: 0;

	display: block;
	outline: none;
	width: 100%;
	height: auto;
	border-radius: 10px;
}



.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: 100px;
	-webkit-transition: all .4s;
	transition: all .4s;
	/* box-shadow: 0 0 1px rgba(0,0,0,0.3); */
	padding: 0 5.4%;
}
.header.header-in {
	background: #fff;
}
.header.header-in .logo{
	margin-top: 24px;
}
.header.header-in .nav .nav-list1>li>a{
	height: 100px;
	line-height: 100px;
	margin-top: 0;
}
.header.header-in .i-ico{
	margin-top: 34px;
}

.header.header-inner{
	background: #fff;
}
.header.header-inner .logo{
	margin-top: 22px;
}
.header.header-inner .nav .nav-list1>li>a{
	margin-top: 0;
	line-height: 97px;
}
.header.header-inner .i-ico{
	margin-top: 38px;
}

.header.header-inner.fixed-header{
	height: 66px;
}
.header.header-inner.fixed-header .logo{
	margin-top: 16px;
	-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.header-inner.fixed-header .logo span {
    font-size: 14px;
    line-height: 24px;
    padding: 0 6px;
    border-radius: 6px;
    margin-top: 5px;
    margin-left: 12px;
}
.header.header-inner.fixed-header .nav .nav-list1>li>a {
    line-height: 63px;
}
.header.header-inner.fixed-header .i-ico {
    margin-top: 16px;
	-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.header-inner.fixed-header .logo img {
	height: 36px;
}
.header.header-inner.fixed-header .i-ico-right{
	margin-top: 6px;
}


@media (max-width: 1199px) {
	.header {
		/* height: 66px; */
		padding: 0 3%;
	}
	.w-0100-1{
		padding: 0;
	}
}
@media (max-width: 767px) {
	.header.header-inner.fixed-header .logo img {
		height: 30px;
	}
	.header.header-in .i-ico {
	    margin-top: 14px;
	}
	.header.header-inner.fixed-header .i-ico-right {
	    margin-top: 5px;
	}
}
.header .logo {
	float: left;
	position: relative;
	margin-top: 42px;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header .logo img {
	float: left;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header .logo a {
	display: block;
	height: 100%;
}
.header .logo img {
	display: block;
	/*width: 190px;*/
}
@media (max-width: 1300px){
	.header .logo img{ width: 159px; margin-top: 8px;}
}
.header .logo span{
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 10px;
	color: #fff;
	border: 1px dashed #fff;
	margin-top: 10px;
	margin-left: 24px;
}
.header.header-inner .logo span{
	color: #3b59a7;
	border: 1px dashed #01337e;
}
.header.header-in .logo span{
	color: #3b59a7;
	border: 1px dashed #01337e;
}

@media (max-width: 1600px) {
	.header .logo span{
		font-size: 16px;
		line-height: 32px;
		padding: 0 8px;
		border-radius: 8px;
		margin-top: 15px;
		margin-left: 18px;
	}
}
@media (max-width: 1440px) {
	.header .logo{
		margin-top: 36px;
	}
	.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: 66px;
	}
	.header .logo {
	    margin-top: 15px;
	}
	.header.header-in .logo {
	    margin-top: 15px;
	}
	.header .logo span{
		display: none;
	}
	.header .logo img {
		height: 30px;
		width: auto;
		margin-top: 0;
	}
}
.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.header-in .nav-collapse{
		margin-top: 28px;
	}
	.header .nav-collapse {
		display: block;
		margin-top: 36px;
	}
	.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;
	}
	
	.header.header-inner.fixed-header .nav-collapse{
		margin-top: 12px;
	}
	
	.header.header-inner .nav-collapse{
		margin-top: 32px;
	}
	
}
@media (max-width: 767px) {
	.header.header-inner.fixed-header .nav-collapse{
		margin-top: 0px;
	}
	.header.header-inner .nav-collapse{
		margin-top: 0px;
	}
	.header .nav-collapse {
		position: absolute;
		top: 10px;
		right: 0;
		margin-top: 0;
		border: none;
	}
	.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: #fff;
}

.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: #fff;
}

.header.header-in .nav-collapse .btn-line{
	background-color: #3b59a7;
}
.header.header-in .nav-collapse .btn-line:nth-child(3),
.header.header-in .nav-collapse .btn-line:nth-child(1){
	background-color: #3b59a7;
}

.header.header-inner .nav-collapse .btn-line{
	background-color: #3b59a7;
}
.header.header-inner .nav-collapse .btn-line:nth-child(3),
.header.header-inner .nav-collapse .btn-line:nth-child(1){
	background-color: #3b59a7;
}


.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;
		margin-right: 3.1%;
	}
}


/*    .header .nav .nav-list1>li>a {
	    padding: 0 12px;
	    color: #fff;
	}
	.header.header-in .nav .nav-list1>li>a{
		    color: #01337e;
    padding: 0 12px;
	}*/


@media (max-width: 1440px) {
	.header .nav{
		margin-right: 2%;
	}
}
@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(1, 51, 126, 0.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;
	}
	.header .nav .nav-list1>li:last-child{
		margin-right: 0;
	}
	.header .nav .nav-list1>li:last-child::after{
		display: none;
	}
	.header .nav .nav-list1>li>a {
		line-height: 66px;
		margin-top: 34px;
		font-size: 18px;
		padding: 0 12px;
		position: relative;
		z-index: 2;
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #fff;
		border-bottom: 3px solid rgba(0,0,0,0);
	}
	.header.header-inner .nav .nav-list1>li>a{
		/*color:#3b59a7;*/
		color:#fff;
	}

	.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.header-inner .nav .nav-list1>li:hover>a,
	.header.header-inner .nav .nav-list1>li.active>a {
		border-bottom-color: #01337e;
	}
	.header.header-in .nav .nav-list1>li>a {
		color: #01337e;
		padding: 0 15px;
	}
	.header .nav .nav-list1>li>a{padding: 0 15px;}
	.header.header-in .nav .nav-list1>li:hover>a,
	.header.header-in .nav .nav-list1>li.active>a {
		border-bottom-color: #01337e;
	}
	.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: fixed;
		z-index: 50;
		top: 100px;
		left: 0;
		display: none;
		width: 100%;
		padding: 0;
		text-align: center;
		text-align: left;
		background: #fff;
		padding: 20px 10px 20px 10px;
	}
	.header .nav .nav-list1 .nav-list2 .nav-div-1 {
		/* width: 1200px; */
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.header .nav .nav-list1 .nav-list2 li {
		display: inline-block;
		list-style: none;
		width: auto;
		padding: 0 3%;
		position: relative;
		/* border-right: 1px solid #ccc; */
	}
	.header .nav .nav-list1 .nav-list2 li::after{
		position: absolute;
		right: 0;
		top: 50%;
		width: 1px;
		height: 40%;
		margin-top: -20%;
		background: #ccc;
		content: "";
	}
	.header .nav .nav-list1 .nav-list2 li:last-child {
		border-right: none;
	}
	.header .nav .nav-list1 .nav-list2 li:last-child::after{
		display: none;
	}
	.header .nav .nav-list1 .nav-list2 li>a {
		width: 100%;
		font-size: 20px;
		line-height: 45px;
		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: #39a69f;
		background: none;
	}
/*}*/
@media (max-width: 1600px) {
	.header .nav .nav-list1>li>a {
	    font-size: 16px;
		padding: 0 15px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a {
		font-size: 14px;
		padding: 0 10px;
	}
	.header.header-in .nav .nav-list1>li>a{padding: 0 10px;}
}
@media (max-width: 1366px) {
	.header .nav .nav-list1>li>a {
	    font-size: 14px;
	    /*padding: 0 9px;*/
	}
}
@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(93, 97, 170, 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;
}

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

	.ny_body .header.header-inner .nav .nav-list1>li>a{ color: #fff;}
	.ny_body .header.header-inner .nav .nav-list1>li:hover>a, .header.header-inner .nav .nav-list1>li.active>a {
    border-bottom-color: #fff;}
}

@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: 66px; */
		box-shadow: 0 0 5px #bbb;
	}
	.header.fixed-header .logo img {
		/* width: auto;
		height: 50px;
		margin-top: 8px; */
	}
	.header.fixed-header .nav .nav-list1 .nav-list2 {
		/* top: 70px; */
	}
	.header.fixed-header .nav .nav-list1>li>a {
		/* line-height: 66px; */
	}
}
.header.fixed-header {
	/* height: 66px; */
	box-shadow: 0 0 5px #bbb;
}
.i-ico{
	float: right;
	margin-top: 52px;
}
.i-ico-cpzs{
	display: inline-block;
	float: left;
	font-size: 16px;
	padding: 0 10px 0 0;
	line-height: 32px;
	border-radius: 10px;
	font-size: 16px;
	margin-right: 26px;
	color: #3b59a7;
	color: #fff;
	border: 1px dashed #3b59a7;
	border: 1px dashed #fff;
}
.i-ico-cpzs:hover{
	color: #fff;
}
.header.header-inner .i-ico-cpzs{
	color: #3b59a7;
	border: 1px dashed #3b59a7;
}
.header.header-in .i-ico-cpzs{
	color: #3b59a7;
	border: 1px dashed #3b59a7;
	height: 32px;
    line-height: 32px;
}

.i-ico-cpzs.pc{
	display: inline-block;
	background: none;
	height: 32px;
    line-height: 32px;
    padding-left: 5px;
}
.i-ico-cpzs.pc option{ color: #3b59a7;}
.i-ico-cpzs.phone{
	display: none;
}
.i-ico-cpzs span{
	display: block;
	float: left;
	margin-left: 4px;
	width: 32px;
	height: 32px;
	background: url(../image/scan-1_1.png) center no-repeat;
}
.header.header-inner .i-ico-cpzs span{
	background: url(../image/scan_1.png) center no-repeat;
}
.header.header-in .i-ico-cpzs span{
	background: url(../image/scan_1.png) center no-repeat;
}

.i-ico-right{
	float: left;
	margin-top: 5px;
	/*margin-right: 40px;*/
}
.i-ico-right > a{
	float: left;
	width: 22px;
	height: 21px;
	margin-right: 34px;
	position: relative;
}
.i-ico-right > a.jd{
	width: 22px;
	background: url(../image/jd-1_1.png);
}
.i-ico-right > a.tm{
	width: 20px;
	background: url(../image/tm-1_1.png);
}

.header.header-inner .i-ico-right > a.jd{
	background: url(../image/jd_1.png);
}
.header.header-inner .i-ico-right > a.tm{
	background: url(../image/tm_1.png);
}
.header.header-in .i-ico-right > a.jd{
	background: url(../image/jd_1.png);
}
.header.header-in .i-ico-right > a.tm{
	background: url(../image/tm_1.png);
}

.i-ico-right .bdsharebuttonbox{
	float: left;
}
.i-ico-right .bdsharebuttonbox a{
	height: 21px;
	margin: 0!important;
	padding: 0!important;
	/*margin-right: 34px!important;*/
	position: relative;
}
.i-ico-right .bdsharebuttonbox a.bds_tsina{
	width: 22px;
	background: url(../image/wb-1_1.png) no-repeat;
	background-size: 100% 100%;
}
.i-ico-right .bdsharebuttonbox a.bds_weixin{
	/*width: 26px;
	background: url(../image/wx-1_1.png) no-repeat;
	background-size: 100% 100%;*/
	width: 188px;
	background: url(../image/wx-1_1.png) no-repeat left center;
	padding-left: 30px !important;
	color: #fff;
	font-size: 24px;
    font-family: 'CenturyGothic-Bold';
	
}

.header.header-inner .i-ico-right .bdsharebuttonbox a.bds_tsina{
	background: url(../image/wb_1.png) no-repeat;
	background-size: 100% 100%;
}
.header.header-inner .i-ico-right .bdsharebuttonbox a.bds_weixin{
	background: url(../image/wx_1.png) no-repeat;
	background-size: 100% 100%;
}
.header.header-in .i-ico-right .bdsharebuttonbox a.bds_tsina{
	background: url(../image/wb_1.png) no-repeat;
	background-size: 100% 100%;
}
.header.header-in .i-ico-right .bdsharebuttonbox a.bds_weixin{
	background: url(../image/wx_1.png) no-repeat left center;
	/*background-size: 100% 100%;*/
	padding-left: 30px !important;
	color: #2359ab;
}

.i-ico-right > a::after,
.i-ico-right .bdsharebuttonbox a::after{
	display: none;
	position: absolute;
	top: 50%;
	right: -28px;
	width: 24px;
	height: 1px;
	content: "";
	background: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header.header-inner .i-ico-right > a::after,
.header.header-inner .i-ico-right .bdsharebuttonbox a::after{
	background: #3b59a7;
}
.header.header-in .i-ico-right > a::after,
.header.header-in .i-ico-right .bdsharebuttonbox a::after{
	background: #3b59a7;
}

@media (max-width: 1600px) {
	.i-ico-cpzs{
		font-size: 14px;
	}
}
@media (max-width: 1366px) {
	.i-ico-right > a::after, .i-ico-right .bdsharebuttonbox a::after {
		right: -16px;
		width: 14px;
	}
	.i-ico-right .bdsharebuttonbox a{
		margin-right: 18px!important;
	}
	.i-ico-right > a{
		margin-right: 18px;
	}
	.i-ico-cpzs{
	    padding: 0 8px 0 0;
	    line-height: 28px;
	    border-radius: 8px;
	    margin-right: 25px;
	}
	.i-ico-cpzs span{
		height: 28px;
		line-height: 28px;
	}
}
@media (max-width: 1199px) {
	.i-ico{
		float: right;
		margin-top: 42px;
	}
	.i-ico-right{
		margin-right: 0;
	}
}
@media (max-width: 991px) {
	.i-ico-right{
		margin-right: 0;
	}
}

@media (max-width: 767px) {
	.i-ico-right{
		/*margin-right: 40px;*/
	}
	.i-ico-right .bdsharebuttonbox a {
		margin-right: 4px!important;
	}
	.i-ico-right > a::after, .i-ico-right .bdsharebuttonbox a::after{
		display: none;
	}
	.i-ico-right > a {
	    margin-right: 4px;
	}
	.i-ico {
	    margin-top: 14px;
	}
	.i-ico-cpzs{
		margin-right: 15px;
	}
	.i-ico-cpzs.pc{
		display: none;
	}
	.i-ico-cpzs.phone{
		display: inline-block;
		line-height: 28px;
	    height: 28px;
	    background: none;
	    padding-left: 5px;
	}
	.i-ico-right .bdsharebuttonbox a.bds_weixin{
		/*display: none;*/
		width: auto;
	}
	.header.header-inner .i-ico-right .bdsharebuttonbox a.bds_weixin{ background-size: auto;}
	.header.header-inner .i-ico-right .bdsharebuttonbox a.bds_weixin span{ display: none;}
	.i-ico-right .bdsharebuttonbox a.bds_tsina{
		display: none;
	}
	
	.header.header-inner .i-ico {
	    margin-top: 16px; margin-right: 10%;
	}
	.header.header-inner .logo {
	    margin-top: 16px;
	}
}
/*搜索*/
.header .find {
	float: left;
	width: 22px;
	height: 21px;
	line-height: 21px;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	border-radius: 100%;
}
.header .find img{
	vertical-align: top;
}
.header.fixed-header.course .find {
	color: #6c6c6c;
	padding-top: 38px;
}
.header .find img.block{
	display: inline-block!important;
}
.header .find img.none{
	display: none!important;
}

.header.header-in .find img.block{
	display: none!important;
}
.header.header-in .find img.none{
	display: inline-block!important;
}

@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 {
		
	}
}
/*搜索弹窗*/
.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(93, 97, 170, .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-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 .find img.block{
		display: none!important;
	}
	.header .find img.none{
		display: inline-block!important;
	}
	.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*/

/*foot*/


.foot-copy {
	float: left;
	width: 100%;
	padding: 87px 3.3% 92px 3.3%;
	font-size: 14px;
	color: #fff;
	position: relative;
	background: url(http://www.avaredbon.com/template/pc/images/foot-bg.jpg) no-repeat;
	background-size: cover;
}
.foot-copy .foot-copyLeft {
	float: left;
}
.foot-copy .foot-copyLeft  .foot-copyLe-link{
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin-right: 22px;
}

.contact-con-fx{
	float: right;
	margin-top: 11px;
}
.contact-con-fx a{
	display: inline-block;
	width: 43px !important;
	height: 43px !important;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 17px !important;
	background-size: 100% 100% !important;
}

.contact-con-fx a.bds_tqq{
	background: url(http://www.avaredbon.com/template/pc/images/qq.png) no-repeat;
}
.contact-con-fx a.bds_tsina{
	background: url(../image/wb_1.png) no-repeat;
}
.contact-con-fx a.bds_weixin{
	background: url(../image/wx_1.png) no-repeat;
}

/*内页footer*/
.foot{
	float: left;
	width: 100%;
	background: #01337e;
	color: #fff;
	padding: 0 5.4%;
}
.foot a{
	color: #fff;
} 
.foot .foot-top{
	float: left;
	width: 100%;
	padding: 60px 0 55px 0;
	border-bottom: 1px solid rgba(255,255,255,0.66);
}
.foot .foot-top .foot-t-left{
	float: left;
	width: 17.6%;
	padding-top: 4px;
}
.foot .foot-top .foot-t-middle{
	float: left;
	width: 50.3%;
	padding-left: 5%;
	padding-top:40px;
}
.foot-t-mi-1{
	float: left;
	width: 16.2%;
}
.foot-t-mi-1.foot-t-mi-2{
	width: 23%;
}
.foot-t-mi-1 .foot-t-mi-1-title{
	float: left;
	width: 100%;
	line-height: 1;
	font-size: 18px;
}
.foot-t-mi-1 .foot-t-mi-1-link{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.foot-t-mi-1 .foot-t-mi-1-link a{
	float: left;
	width: 100%;
	line-height: 26px;
	position: relative;
}
.foot-t-mi-1 .foot-t-mi-1-link a:hover{
	opacity: 0.8;
}
.foot-t-mi-1.foot-t-mi-2  .foot-t-mi-1-link a{
	width: 100%;
}

.foot .foot-top .foot-t-right{
	float: left;
	width: 17.1%;
}
.foot .foot-top .foot-t-right1{
	float: right;
	width: 9%;
	text-align: center;
}
.foot .foot-top .foot-t-right1 img{ margin:10px 0;}
.foot .foot-top .foot-t-right .foot-t-ri-title{
	float: left;
	width: 100%;
	font-size: 28px;
	line-height: 36px;
}
.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-e{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-c{
	float: left;
	width: 100%;
	margin-top: 8px;
	font-size: 18px;
	line-height: 1;
	padding-bottom: 18px;
	position: relative;
}
.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-c::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 28px;
	height: 4px;
	background: #fff;
	content: "";
}

.foot .foot-top .foot-t-right .foot-t-ri-add{
	float: left;
	width: 100%;
	margin-top: 5px;
}
.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	margin-top: 15px;
	line-height: 24px;
	font-size: 18px;
	position: relative;
}
.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 img{
	vertical-align: middle;
	margin-right: 10px;
	padding-bottom: 5px;
}
.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 strong{
	font-size: 24px;
	font-family: 'CenturyGothic-Bold';
}

.bq-right{
	float: right;
	padding: 4px 0;
}
.bq-right .bdsharebuttonbox{
	float: left;
}
.bq-right .bdsharebuttonbox a{
	float: left;
	width: 34px;
	height: 32px;
	position: relative;
	margin: 0!important;
	padding: 0!important;
	margin-right: 56px!important;
}
.bq-right .bdsharebuttonbox a::after{
	position: absolute;
	right: -28px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat!important;
	background-size: 100% 100%!important;
	width: 5px;
	height: 5px;
	background: rgba(255,255,255,0.57);
	border-radius: 100%;
	content: "";
}
.bq-right .bdsharebuttonbox a.bds_tsina{
	background: url(../image/foot-wb_1.png);
	background-size: 100% 100%;
}
.bq-right .bdsharebuttonbox a.bds_weixin{
	background: url(../image/foot-wx_1.png);
	background-size: 100% 100%;
}
.bq-right .foot-up{
	float: left;
	width: 34px;
	height: 32px;
	cursor: pointer;
	background: url(../image/foot-up_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 1600px) {
	.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-e{
		font-size: 30px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-c {
	    margin-top: 6px;
	    font-size: 16px;
	    padding-bottom: 14px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1{
		margin-top: 10px;
	}
	.foot .foot-top {
	    padding: 50px 0 45px 0;
	}
}
@media (max-width: 1440px) {
	.foot-t-mi-1{
		width: 18%;
	}
	.foot-t-mi-1.foot-t-mi-2{
		width: 28%;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-e {
	    font-size: 24px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-c {
	    margin-top: 4px;
	    font-size: 14px;
	    padding-bottom: 10px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-c::after{
		width: 24px;
		height: 3px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 {
	    margin-top: 8px;
		font-size: 16px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 strong{
		font-size: 20px;
	}
}
@media (max-width: 1366px) {
	.foot .foot-top .foot-t-middle{
		padding-left: 4%;
		    width: 53.3%;
	}
}
@media (max-width: 1199px) {
	.foot{
		padding: 0 3%;
	}
	.foot-t-mi-1 .foot-t-mi-1-title {
	    line-height: 38px;
	    font-size: 18px;
	}
	
	
	.foot .foot-top .foot-t-right .foot-t-ri-add {
	    line-height: 28px;
	    margin-top: 20px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-title {
	    font-size: 20px;
	    line-height: 28px;
	}
	
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 strong.b28 {
	    font-size: 24px;
	}
	.foot .foot-top .foot-t-middle{
		padding-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.foot .foot-top .foot-t-left{
		width: 100%;
		text-align: center;
	}
	.foot .foot-top .foot-t-right{
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.foot .foot-top .foot-t-right1{
		width: 100%;
		margin-top: 20px;
	}
	.foot .foot-top .foot-t-right1 span{
		display: inline-block; width: 100%;
	}
	.foot .foot-top .foot-t-right1 img{
		width: 120px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 span{
		width: auto;
		padding: 0 1%;
	}
	.foot .foot-top {
	    padding: 24px 0 24px 0;
	}
}
@media (max-width: 767px) {
	.foot .foot-top .foot-t-left{
		padding-top: 0;
	}
	.foot .foot-top .foot-t-left img{
		height: 110px;
	}
	.foot .foot-top {
	    padding: 12px 0 12px 0;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-title {
		text-align: center;
	    font-size: 18px;
	    line-height: 24px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-title .foot-t-ri-c::after{
		left: 50%;
		margin-left: -12px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add {
	    line-height: 26px;
	    margin-top: 18px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 strong.b22 {
	    font-size: 18px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 strong.b28{
		font-size: 18px;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1 img{
		top: 0;
	}
	.foot .foot-top .foot-t-middle{
		display: none;
	}
	.bq-right{
		width: 100%;
		text-align: center;
		padding: 8px 0 4px 0;
	}
	.bq-right .bdsharebuttonbox{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.bq-right .foot-up{
		width: 28px;
		height: 26px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.bq-right .bdsharebuttonbox a{
		width: 28px;
		height: 26px;
		margin-right: 36px!important;
	}
	.bq-right .bdsharebuttonbox a::after {
	    right: -18px;
	    width: 4px;
	    height: 4px;
	}
	
	.foot-wb{
		width: 24px;
		height: 22px;
		float: none;
		display: inline-block;
	}
	.foot-wx{
		width: 24px;
		height: 22px;
		float: none;
		display: inline-block;
	}
	.foot-dy{
		width: 24px;
		height: 22px;
		float: none;
		display: inline-block;
	}
	.foot-up{
		width: 24px;
		height: 22px;
		float: none;
		display: inline-block;
	}


	.foot .foot-top .foot-t-right .foot-t-ri-add {
		line-height: 20px;
	    margin-top: 10px;
		text-align: center;
	}
	.foot .foot-top .foot-t-right .foot-t-ri-add .foot-t-ri-add1{
		line-height: 20px;
		margin-top: 5px;
	}
}

/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 90px;
	text-align: center;
	font-family: 'centurygothic';
}

.page a {
	font-size: 16px;
	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: #01337e;
	border: 1px solid #01337e;
}
.page a.prev {
	/* background: #fff url("../image/left_1.png") center no-repeat; */
}

.page a.next {
	/* background: #fff url("../image/right_1.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: #01337e;
	border: 1px solid #01337e;
	color: #fff;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #01337e;
	border: 1px solid #01337e;
}

@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;
	}
}


/*滚屏*/
.swiper-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}
.swiper-slide {
    position: relative;
	/* float: left; */
    width: 100%;
    height: 100%;
    background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.swiper-container .box-footer{
	height: auto;
}
.foot-btn{
	display: none;
}

.myContent{
	float: left;
	padding: 24px 0;
	line-height: 36px;
}
.myContent.bq-left{
	line-height: 32px;
	padding: 0;
}
.foot-bottom{
	float: left;
	width: 100%;
	padding: 24px 0;
}

@media (max-width: 1440px) {
	
}
@media (max-width: 1366px) {
	.myContent {
		padding: 10px 2%;
		line-height: 18px;
	}
}
@media (max-width: 1366px) {
	.foot-bottom {
	    padding: 12px 0;
	}
}
@media (max-width: 1199px) {
	.swiper-slide{
		float: left;
		width: 100%;
		height: auto;
	}
	
}

@media (max-width: 767px) {
	.foot-bottom{
		padding-top: 0;
	}
	.myContent.bq-left{
		margin-top: 5px;
		width: 100%;
		text-align: center;
	}
	.foot-btn{
		display: block;
		float: left;
		width: 100%;
		border-bottom: 1px solid #e5e5e5;
	}
	.foot-btn a{
		display: block;
		float: left;
		width: 33.333333%;
		padding: 15px 0;
		font-size: 15px;
		text-align: center;
		border-right: 1px solid #e5e5e5;
	}
	.foot-btn a img{
		display: inline-block;
		width: 24px;
		padding-bottom: 3px;
		margin-right: 3px;
	}
	.foot-btn a:nth-child(3){
		border-right: 0px solid #e5e5e5;
	}
}

/*首页banner*/
.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.banner .pc{
	display: block;
}
.banner .phone{
	display: none;
}
.banner .slick-list {
	z-index: 1;
}
.banner .slick-track {
	z-index: 1;
	top: auto;
	bottom: 0;
}
.banner .slick-slide {
	top: auto!important;
	bottom: 0;
	z-index: 1;
}

.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}
.banner .slick-dots {
	position: absolute;
	left: 5.625%;
	bottom: 13.5%;
	color: #fff;
	z-index: 99999;
}
.banner .slick-dots li {
	cursor: pointer;
	display: inline-block;
	vertical-align: bottom;
	width: 29px;
	height: 39px;
	margin: 0 8px;
	background: url(../image/arrow_1.png) no-repeat;
	background-size: 100% auto;
}
.banner .slick-dots li.slick-active{
	background: url(../image/arrow-on_1.png) no-repeat;
	background-size: 100% auto;
}
.banner .slick-dots li.slick-active button {
	display: none;
	opacity: 1;
	font-size: 48px;
	line-height: 0;
}

.banner .slick-dots li button {
	font-size: 36px;
	font-weight: bold;

	display: inline-block;
	display: none;
	opacity: 1;
	color: #fff;
	background: none;
	font-family: 'Tungsten-Semibold';
}
.banner .slick-dots li button:before {
	content: '0';
}
.banner .slick-slider{
	height: 100%;
}
.banner .slick-slider .slick-list{
	height: 100%;
}
.banner .slick-slider .slick-list .slick-track{
	height: 100%;
} 
.banner .slick-slide > div {
    height: 100%;
}
.banner .slick-slide > div .item {
    position: relative;
    bottom: 0;
    height: 100%;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.banner .slick-slide > div .item .jb{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0));
	z-index: 9;
	
}
.banner .img-box {
	padding-bottom: 56.25%;
}
.banner .video1-dimensions {
	width: 100%;
	height: 100%;
}
.banner .video-js {
	width: 100%;
	height: 100%;
	object-fit: cover;	
	background: none!important;
}
.banner .vjs-poster{
	background: none!important;
}
.banner .video-js .vjs-tech {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	
}
@media (max-width: 1680px) {
	.banner .video-js .vjs-tech {
		width: 134%;
		height: 134%;
	}
}
@media (max-width: 1440px) {
	.banner .video-js .vjs-tech{
		width: 114%;
		height: 114%;
	}
}
@media (max-width: 1280px) {
	.banner .video-js .vjs-tech {
		width: 136%;
		height: 136%;
	}
}
@media (max-width: 1199px) {
	.banner .slick-slide > div .item .jb{
		display: none;
	}
	.banner{
		margin-top: 100px;
	}
	.header.header-inner .banner{
		margin-top: 66px;
	}
	.banner .video-js{
		display: none;
	}
	.banner .video-js .vjs-tech {
		width: 134%;
		height: 134%;
	}
}
@media (max-width: 991px) {
	.banner .video-js .vjs-tech {
		top: 0;
		left: 50%;
		width: auto;
		height: 100%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.banner .slick-dots {
	    left: 0%;
	    bottom: 8%;
		width: 100%;
		text-align: center;
	}
	.banner .slick-dots li{
		display: inline-block;
		float: none;
	}
}

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

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

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

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

.banner .slick-current .text-5 h1,
.banner .slick-current .text-5 h2,
.banner .slick-current .text-5 h3,
.banner .slick-current .text-5 h4,
.banner .slick-current .text-5 p {
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
@media (max-width: 1680px) {
	.banner .img-box{
		padding-bottom: 62.5%;
	}
}
@media (max-width: 991px) {
	
	.banner .pc{
		display: none;
	}
	.banner .phone{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-size: 100% auto!important;
		background-size: cover!important;
		background-position: center center!important;
	}
	.banner .img-box {
	    padding-bottom: 100%;
	}
	.banner {
		/* margin-top: 0px; */
	}
	.banner .slickbanner {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.banner {
		margin-top: 66px;
	}
	.banner .slick-dots{
		left: 0%;
		bottom: 3%;
		width: 100%;
		text-align: center;
	}
	.banner .slick-dots li{
		width: 20px;
		height: 30px;
		line-height: 20px;
		margin: 0 5px;
	}
	.banner .slick-dots li.slick-active{
	}
	.banner .slick-dots li button {
	    font-size: 16px;
	}
	.banner .slick-dots li.slick-active button {
	    font-size: 20px;
	}
	.banner .img-box {
		padding-bottom: 100%;
		height: 100%;
	}
}


.banner-in{
	padding: 0;
	margin-top: 100px;
}

@media (max-width: 767px){
	.banner-in{
		margin-top: 60px;
		margin-top: 66px;
	}
}

/*首页*/

.swiper-container-vertical>.swiper-pagination-bullets{
	right: 2.3%;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet{
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	margin: 20px 0;
	opacity: 1;
	background: #fff;
	box-shadow: 3px 0 6px rgba(0,0,0,0.39);
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-image:linear-gradient(#b0966a,#efc57b);
}

.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:last-child{
	display: none;
}
@media (max-width: 1199px){
	.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 16px;
		height: 16px;
		margin: 14px 0;
	}
}
@media (max-width: 767px){
	
}
.swiper-container .swiper-slide-active .i-title{
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
/*内页banner end*/

@keyframes lr
{
	0%   { opacity: 1; }
	10%  { opacity: 0.9; }
	20%  { opacity: 0.8; }
	30%  { opacity: 0.7; }
	40%  { opacity: 0.6; }
	50%  { opacity: 0.5; }
	60%  { opacity: 0.6; }
	70%  { opacity: 0.7; }
	80%  { opacity: 0.8; }
	90%  { opacity: 0.9;}
	100% { opacity: 1; }
}
	/* animation: lr 5s 0s infinite; */
.both{
	clear: both;
}
/*内页导航*/
.wrap-sidenav .ph{
	display: none!important;
}

.wrap-sidenav{
    position: relative;
    height: 76px;
	border-bottom: 1px solid #ccc;
	z-index: 1000;
	background: #fff;
}
.wrap-sidenav .sidenav{
    position: relative;
}
.wrap-sidenav .sidenav ul{
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    white-space: nowrap;
	text-align: center;
	overflow: hidden;
}
.wrap-sidenav .sidenav ul li{
    display: inline-block;
}
.wrap-sidenav .sidenav ul li a{
    font-size: 18px;
    height: 75px;
    line-height: 70px;
	margin-top: 3px;
    position: relative;
    display: block;
    margin: 0 36px;
	color: #01337e;
	border-bottom: 5px solid rgba(0,0,0,0);
}
.wrap-sidenav .sidenav ul li a img{
	display: inline-block;
	margin-right: 16px;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	border-bottom-color: #01337e;
}

@media (max-width: 1199px){
	.wrap-sidenav .sidenav ul li a{
		margin: 0 12px;
		font-size: 16px;
	}
	.wrap-sidenav .sidenav ul li a img{
		margin-right: 10px;
	}
}
@media (max-width: 991px){
    .wrap-sidenav{
        height: 50px;
    }
    .wrap-sidenav .sidenav ul li a{
        font-size: 15px;
        line-height: 50px;
        height: 50px;
    }
	.wrap-sidenav .sidenav ul li a img{
		width: 22px;
		max-width: none;
	}
}
@media (max-width: 767px){
	.wrap-sidenav{
    	height: 50px;
        margin-top: -0px;
		overflow: hidden;
    }
	.wrap-sidenav .ph{
	}
}



.md {
    position: absolute;
    left: 0;
    top: -50px;
}

/*首页关于我们*/
.i-about{
	position: absolute;
	top: 50%;
	left: 5.3125%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 29%;
}
.i-about-logo{
	float: left;
	width: 100%;
}
.i-about-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 24px;
	color: #666;
}
.i-about-link{
	float: left;
	margin-top: 44px;
	border-radius: 10px;
	padding: 10px 4px 10px 10px;
	font-size: 18px;
	background: #01337e;
}
.i-about-link a{
	display: inline-block;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	margin: 0 -3px;
	color: #fff;
	position: relative;
}
.i-about-link a:hover{
	opacity: 0.8;
}
.i-about-link a::after{
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
	height: 46px;
	background: url(../image/ab-bg1_1.png) no-repeat;
	content: "";
}
.i-about-link a:last-child::after{
	display: none;
}
.i-about-link a img{
	margin-left: 8px;
}
.i-pro-li-cen .iframe,
.i-about-link .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}


.swiper-container .swiper-slide-active .i-about-logo,
.swiper-container .swiper-slide-active .i-about-p,
.swiper-container .swiper-slide-active .i-about-link
{
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
.swiper-container .swiper-slide-active .i-advantage{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.swiper-container .swiper-slide-active .i-product .i-pro-li .i-pro-li-title{
	-webkit-animation: fadeInDown 1s 0s ease both;
	animation: fadeInDown 1s 0s ease both;
}
.swiper-container .swiper-slide-active .i-product .i-pro-li .i-pro-li-pic,
.swiper-container .swiper-slide-active .i-product .i-pro-li .i-pro-li-link
{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}

.swiper-container .swiper-slide-active .i-product .i-pro-li .i-pro-li-pic .con{
	-webkit-animation: fadeInUp 2s 0s ease both;
	animation: fadeInUp 2s 0s ease both;
}



.swiper-container .swiper-slide-active .i-news-title{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.swiper-container .swiper-slide-active .i-news-con{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.swiper-container .swiper-slide-active .i-news-con-link{
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}


.swiper-container .swiper-slide-active .i-news .i-news-con .i-news-ul .i-news-bot .i-news-li:nth-child(1){
	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
}
.swiper-container .swiper-slide-active .i-news .i-news-con .i-news-ul .i-news-bot .i-news-li:nth-child(2){
	-webkit-animation: fadeInRight 1s 0s ease both;
	animation: fadeInRight 1s 0s ease both;
}

/*首页优势*/
.i-advantage{
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
.i-advantage .top_hd {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	width: 512px;
	height: 512px;
	margin-top: 112px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.i-advantage .top_hd ul {
	width: 100%;
	height: 100%;
	position: relative;
}
.i-advantage .top_hd ul::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../image/adv-1_1.png) no-repeat;
	background-size: 100% 100%;
	animation:rotaX 10s linear infinite;
	content: "";
}
@keyframes rotaX{
	0%{
		-webkit-transform:rotate(0deg);
	}
	25%{
		-webkit-transform:rotate(90deg);
	}
	50%{
		-webkit-transform:rotate(180deg);
	}
	75%{
		-webkit-transform:rotate(270deg);
	}
	100%{
		-webkit-transform:rotate(360deg);
	}
}
.i-advantage .top_hd ul li{
	position: absolute;
	cursor: pointer;
}
.i-advantage .top_hd ul li  span{
	display: block;
	width: 71px;
	height: 71px;
	margin-top: 8px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.i-advantage .top_hd ul li .lip{
	font-size: 20px;
	text-align: center;
	
	color: #333;
	/*color: #fff;color:#7473db;*/
}

.i-advantage .top_hd ul li.li1{
	left: 53.7109375%;
	top: -112px;
}
.i-advantage .top_hd ul li.li1 span{
	background: url(../image/adv-ico-1_1.png);
}
.i-advantage .top_hd ul li.li1.on span{
	background: url(../image/adv-ico-1-on_1.png);
}

.i-advantage .top_hd ul li.li2{
	right: -71px;
	top: 62.5%;
}
.i-advantage .top_hd ul li.li2 span{
	background: url(../image/adv-ico-2_1.png);
}
.i-advantage .top_hd ul li.li2.on span{
	background: url(../image/adv-ico-2-on_1.png);
}

.i-advantage .top_hd ul li.li3{
	left: -100px;
	top: 31.25%;
}
.i-advantage .top_hd ul li.li3 span{
	background: url(../image/adv-ico-3_1.png);
}
.i-advantage .top_hd ul li.li3.on span{
	background: url(../image/adv-ico-3-on_1.png);
}

.i-advantage .parBd {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
.i-advantage .slideBox {
	float: left;
	width: 100%;
	height: 100%;
	/* opacity: 0;
	filter: alpha(opacity=00); */
	position: absolute;
	text-align: center;
	overflow: hidden;
}
.i-advantage .slideBox > img{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i-advantage .slideBox > img.ph{
	display: none;
}
/* .i-advantage .slideBox.block {
	left: 0;
	top: 0;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=100);
} */
.i-advantage .i-adv-text{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -26px;
	width: 512px;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
}
.i-adv-text-con{
	width: 100%;
	position: absolute;
	top: 0%;	
}
.i-adv-text-con .i-adv-t{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #7473db;
}
.i-adv-text-con .i-adv-t .i-adv-tc{
	float: left;
	width: 100%;
}
.i-adv-text-con .i-adv-t .i-adv-tc span{
	display: inline-block;
	line-height: 36px;
	border-radius: 18px;
	padding: 0 12px;
	background: #7473db;
	color: #fff;
}
.i-adv-text-con .i-adv-t .i-adv-te{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	position: relative;
	font-size: 24px;
	padding: 10px 0 16px 0;
	text-transform: uppercase;
}
.i-adv-text-con .i-adv-t .i-adv-te::after{
	position: absolute;
	bottom: 3px;
	width: 64px;
	height: 1px;
	background: #7473db;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}
.i-adv-text-con .i-adv-t .i-adv-te::before{
	position: absolute;
	bottom: 0;
	width: 24px;
	height: 7px;
	background: #7473db;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
}
.i-adv-text-con .i-adv-m{
	float: left;
	margin-top: 4px;
	margin-top: 20px;
}
.i-adv-text-con .i-adv-m.i-adv-m-1{
	/*text-align: left;*/
	width: 324px;
	margin-left: 19.5%;
}
.i-adv-text-con .i-adv-m.i-adv-m-2{
	width: 90%;
	margin-left: 5%;
}
.i-adv-text-con .i-adv-m.i-adv-m-3{
	width: 90%;
	margin-left: 5%;
	font-size: 32px;
	color: #7473db;
}
.i-adv-text-con .i-adv-m .i-adv-mp1{
	font-size: 16px;
	line-height: 1.75;
	margin-top: 10px;
}
.i-adv-text-con .i-adv-m.i-adv-m-2 .i-adv-mp1{
	font-size: 14px;
	line-height: 36px;
	margin-top: 0;
}
.i-adv-text-con .i-adv-m.i-adv-m-3 .i-adv-mp1{
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}

.i-adv-text-con .i-adv-m .i-adv-mp1 span{
	font-size: 20px;
	color: #7473db;
}
.i-adv-text-con .i-adv-m .i-adv-mp2{
	font-size: 32px;
	line-height: 28px;
	color: #7473db;
}
.i-adv-text-con .i-adv-m .i-adv-mp2 span{
	font-family: 'DINEngschriftStd';
	font-size: 64px;
}
.i-adv-text-con .i-adv-m .i-adv-mp3{
	font-weight: bold;
	margin-top: 10px;
}

.i-adv-text-con .i-adv-d{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.i-adv-text-con .i-adv-d  a{
	font-size: 14px;
	color: #333;
}
.i-adv-text-con .i-adv-d  a img{
	
}
.i-adv-text-con .i-adv-d  a p{
	margin-top: 10px;
}

.i-product{
	float: left;
	width: 100%;
	height: 100%;
	/* width: 89.6%;
	margin: 0 5.2%; */
	text-align: center;
	position: absolute;
	/* top: 18%; */
}

.i-product .slick-list{
	height: 100%;
}
.i-product .slick-list .slick-track{
	height: 100%;
}
.i-product .slick-list .slick-track .slick-slide{
	height: 100%;
}
.i-product .slick-list .slick-track .slick-slide > div{
	height: 100%;
}
.i-product .i-pro-li{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}

.i-pro-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.i-product .i-pro-li .i-pro-li-pic{
	display: inline-block;
	text-align: center;
	margin-top: -10px;
	position: relative;
	width: auto;
}

.i-product .i-pro-li .i-pro-li-pic .con{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.i-product .i-pro-li .i-pro-li-pic img{
	display: inline-block;
}

@keyframes upd5
{
	0%   { transform:translateY(5px); }
	10%  { transform:translateY(4px); }
	20%  { transform:translateY(3px); }
	30%  { transform:translateY(2px); }
	40%  { transform:translateY(1px); }
	50%  { transform:translateY(0px); }
	60%  { transform:translateY(2px); }
	70%  { transform:translateY(3px); }
	80%  { transform:translateY(4px); }
	90%  { transform:translateY(5px);}
	100% { transform:translateY(6px); }
}

@keyframes upd15
{
	0%   { transform:translateY(15px); }
	10%  { transform:translateY(12px); }
	20%  { transform:translateY(9px); }
	30%  { transform:translateY(6px); }
	40%  { transform:translateY(3px); }
	50%  { transform:translateY(0px); }
	60%  { transform:translateY(3px); }
	70%  { transform:translateY(6px); }
	80%  { transform:translateY(9px); }
	90%  { transform:translateY(12px);}
	100% { transform:translateY(15px); }
}

@keyframes upd10
{
	0%   { transform:translateY(10px); }
	10%  { transform:translateY(8px); }
	20%  { transform:translateY(6px); }
	30%  { transform:translateY(4px); }
	40%  { transform:translateY(2px); }
	50%  { transform:translateY(0px); }
	60%  { transform:translateY(2px); }
	70%  { transform:translateY(4px); }
	80%  { transform:translateY(6px); }
	90%  { transform:translateY(8px);}
	100% { transform:translateY(10px); }
}

.i-product .i-pro-li .i-pro-li-pic .i-pro-img{
	position: absolute;
}
.i-product .i-pro-li .i-pro-li-pic .i-pro-img img{
	max-width: 100%;
}
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-1{
	top: 0;
	left: 12.6%;
	width: 160px;
	animation: upd10 2s 0s infinite;
}
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-2{
	top: 34.2%;
	left: 14.1%;
	animation: upd15 1.5s 0s infinite;
}
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-3{
	left: 0;
	top: 52.6%;
	width: 163px;
    animation: upd5 2.4s 0s infinite;	
}
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-4{
	top: 5.8%;
	right: 8.8%;
	animation: upd15 1.5s 0s infinite;
}
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-5{
	top: 30.7%;
	right: 0;
	animation: upd10 2s 0s infinite;
}
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-6{
	top: 59.1%;
	right: 7%;
	width: 190px;
    animation: upd5 2.4s 0s infinite;	
}

.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-1,
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-2,
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-4,
.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-5{
	width: 142px;
}






.i-product .i-pro-li .i-pro-li-title{
	float: left;
	width: 100%;
	margin-top: 7.7%;
	text-align: center;
}
.i-product .i-pro-li .i-pro-li-title span{
	display: inline-block;
	line-height: 80px;
	padding: 0 40px;
	font-size: 42px;
	border-radius: 10px;
	box-shadow: 3px 0 6px rgba(0,0,0,0.39);
	/*background: #3189c9;*/
	background: #3da5dc;
	color: #fff;
}
.i-product .i-pro-li .i-pro-li-link{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: -90px;
	position: relative;
	z-index: 8;
}
.i-product .i-pro-li .i-pro-li-link .i-pro-li-cen{
	display: inline-block;
	border-radius: 10px;
	background: #3189c9;
}
.i-product .i-pro-li .i-pro-li-link a{
	display: inline-block;
	line-height: 74px;
	padding: 0 32px;
	font-size: 20px;
	color: #fff;
	position: relative;
}
.i-product .i-pro-li .i-pro-li-link a:hover{
	opacity: 0.8;
}
.i-product .i-pro-li .i-pro-li-link a::after{
	position: absolute;
	right: -1px;
	width: 1px;
	height: 74px;
	background: url(../image/i-pro-bg_1.png) no-repeat;
	content: "";
}
.i-product .i-pro-li .i-pro-li-link a:last-child::after{
	display: none;
}
.i-product .i-pro-li .i-pro-li-link a img{
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 12px;
}
.i-product .slick-arrow{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 52px;
	height: 95px;
	background-repeat: no-repeat!important;
	background-size: 100% 100%!important;
	z-index: 10;
}
.i-product .slick-arrow.slick-prev{
	left: 5.4%;
	background: url(../image/left_1.png);
}
.i-product .slick-arrow.slick-next{
	right: 5.4%;
	background: url(../image/right_1.png);
}

.i-product .i-pro-li.color-2 .i-pro-li-title span{
	background: #5d61aa;
}
.i-product .i-pro-li.color-2 .i-pro-li-link .i-pro-li-cen{
	background: #5d61aa;
}


.i-news{
	position: absolute;
	top: 17.2%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 947px;
	margin: 0 auto;
}

.i-news-title{
	float: left;
	width: 100%;
	text-align: center;
	
}
.i-news-title .i-news-tspan{
	display: inline-block;
	padding-left: 175px;
	padding-right: 175px;
	position: relative;
	color: #01337e;
	text-align: center;
}
.i-news-title .i-news-tspan::after,
.i-news-title .i-news-tspan::before{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 151px;
	height: 27px;
	background-size: 100% 100%!important;
	content: "";
}
.i-news-title .i-news-tspan::after{
	left: 0;
	background: url(../image/i-title-bgl_1.png) no-repeat;
}
.i-news-title .i-news-tspan::before{
	right: 0;
	background: url(../image/i-title-bgr_1.png) no-repeat;
}
.i-news-title .i-news-tspan .i-news-c{
	font-size: 36px;
}
.i-news-title .i-news-tspan .i-news-e{
	font-size: 22px;
	margin-top: 12px;
	font-family: 'CenturyGothic';
}


.i-news .i-news-con{
	float: left;
	width: 100%;
	margin-top: 56px;
}
.i-news .i-news-con .i-news-ul{
	float: left;
	width: 100%;
	padding: 10px;
}
.i-news .i-news-con .i-news-ul .i-news-top{
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 3px 0 6px rgba(0,0,0,0.05);
}
.i-news .i-news-con .i-news-ul .i-news-top .img-box{
	float: left;
	width: 43.6%;
	padding-bottom: 26.96871628910464%;
} 
.i-news .i-news-con .i-news-ul .i-news-top .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-con .i-news-ul .i-news-top: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-con .i-news-ul .i-news-top .i-news-t-text{
	float: left;
	width: 56.4%;
	padding: 32px 30px 0 30px;
}
.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-t{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 1.45;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news .i-news-con .i-news-ul .i-news-top:hover .i-news-t-text .i-news-t-t{
	color: #01337e;
}
.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-time{
	float: left;
	width: 100%;
	margin-top: 4px;
	font-size: 16px;
	line-height: 2;
	color: #01337e;
}
.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-p{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 1.75;
	margin-top: 6px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-a{
	float: left;
	width: 100%;
	margin-top: 28px;
}
.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-a a{
	display: inline-block;
	width: 27px;
	height: 22px;
	background: url(../image/more-1_1.png) no-repeat;
	background-size: 100% 100%;
}
.i-news .i-news-con .i-news-ul .i-news-top:hover .i-news-t-text .i-news-t-a a{
	margin-left: 5px;
}

.i-news .i-news-con .i-news-ul .i-news-bot{
	float: left;
	width: 100%;
	margin-top: 18px;
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li{
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #fff;
	position: relative;
	padding: 25px 25px 25px 98px;
	padding-left: 98px;
	box-shadow: 3px 0 6px rgba(0,0,0,0.05);
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li:nth-child(2n){
	margin-right: 0;
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time{
	position: absolute;
	left: 0;
	top: 18px;
	width: 98px;
	text-align: center;
	color: #01337e;
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time::after{
	position: absolute;
	width: 9px;
	height: 9px;
	right: -4px;
	background: #01337e;
	border-radius: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time .day{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 56px;
	line-height: 1;
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time .year{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 1;
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-a{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 1.45;
	padding-left: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li:hover .i-news-li-a{
	color: #5665ae;
}
.i-news .slick-dots{
	width: 100%;
	text-align: center;
	margin-top: 44px;
}
.i-news .slick-dots li{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 11px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 3px 0 6px rgba(0,0,0,0.05);
}
.i-news .slick-dots li.slick-active{
	background: #e3aa4e;
}
.i-news .slick-dots li button{
	display: none;
}
.i-news .i-news-con-link{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.i-news .i-news-con-link a{
	display: inline-block;
	line-height: 64px;
	padding: 0 28px 0 38px;
	font-size: 18px;
	border-radius: 32px;
	background: #01337e;
	color: #fff;
}
.i-news .i-news-con-link a img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-left: 6px;
}
.i-news .i-news-con-link a:hover{
	opacity: 0.9;
}

@media (max-width: 1680px){
	.i-advantage .slideBox > img{
		max-width: 120%;
	}
}
@media (max-width: 1600px){
	.i-advantage .top_hd{
		margin-top: 84px;
		width: 400px; height: 400px;
	}
	.i-advantage .i-adv-text{
		margin-top: -56px;left: 50%;
	}
	
	.i-product .i-pro-li .i-pro-li-title{
		margin-top: 8%;
	}
	.i-product .i-pro-li .i-pro-li-title span {
	    line-height: 68px;
	    padding: 0 36px;
	    font-size: 36px;
	}
}

@media (max-width: 1440px){
	.i-product .i-pro-li .i-pro-li-title {
	    margin-top: 9%;
	}
	.i-product .i-pro-li .i-pro-li-pic .w-1302 > img{
	}
	.i-product .slick-arrow{
		width: 30px;
		height: 60px;
	}
	.i-about-logo img{
		height: 148px;
	}
	.i-about-p {
	    font-size: 16px;
	    margin-top: 12px;
	}
	.i-about-link {
	    margin-top: 24px;
	    padding: 8px 3px 8px 6px;
	    font-size: 16px;
	}
	.i-product .i-pro-li .i-pro-li-link a {
	    line-height: 60px;
	    padding: 0 24px;
	    font-size: 16px;
	}
	.i-advantage .top_hd ul li .lip{
		font-size: 18px;
	}
	.i-adv-text-con .i-adv-t{
		font-size: 20px;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-2{
	width: 60%;
	margin-left: 20%;
}
	.i-adv-text-con .i-adv-t .i-adv-te{
		font-size: 20px;
	}
	.i-adv-text-con .i-adv-m .i-adv-mp2 {
	    font-size: 24px;
	    line-height: 22px;
	}
	.i-adv-text-con .i-adv-m .i-adv-mp2 span{
		font-size: 48px;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-3{
		font-size: 28px;
	}
	.i-product .i-pro-li .i-pro-li-title span {
	    line-height: 60px;
	    padding: 0 28px;
	    font-size: 30px;
	}
	.i-news{
		top: 20%;
	}
	.i-news .i-news-con{
		margin-top: 36px;
	}
	.i-news .slick-dots {
	    margin-top: 24px;
	}
	.i-news .i-news-con-link{
		margin-top: 20px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-1,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-2,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-4,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-5{
		width: 122px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-3{
		width: 133px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-6{
		width: 150px;
		    top: 54.1%;
	}
}
@media (max-width: 1366px){
	.i-advantage .slideBox > img {
		max-width: 133%;
	}
}
@media (max-width: 1199px){
	.i-about,
	.i-advantage,
	.i-product,
	.i-news
	{
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		float: left;
	}
	
	
	
	.i-about{
		width: 38%;
		padding: 80px 0 100px 5%;
	}
	
	.i-about-logo img {
		/*height: 100px;*/
		/*height: 135px;*/
		height: auto;
	}
	.i-advantage{
		height: 800px;
	}
	.i-advantage .slideBox > img {
		width: auto;
	    max-width: 160%;
		margin-left: -30%;
	}
	.i-advantage .top_hd ul li .lip {
	    font-size: 16px;
	}
	.i-advantage .top_hd ul li span{
		margin-top: 4px;
	}
	.i-advantage .top_hd {
	    margin-top: 30px;
	}
	.i-advantage .i-adv-text {
	    margin-top: -116px;
	}
	.i-product .i-pro-li {
		padding: 100px 0;
	}
	.i-product .i-pro-li .i-pro-li-title{
		margin-top: 0;
	}
	.i-product .i-pro-li .i-pro-li-link{
		margin-top: -48px;
	}
	.i-product .i-pro-li .i-pro-li-title span {
	    line-height: 52px;
	    padding: 0 20px;
	    font-size: 24px;
	}
	.i-product .i-pro-li .i-pro-li-link a img{
		height: 28px;
	}
	.i-product .slick-arrow.slick-prev{
		left: 3%;
	}
	.i-product .slick-arrow.slick-next{
		right: 3%;
	}
	
	.i-news{
		width: 100%;
		padding: 50px 3%;
	}
	.i-news-title .i-news-tspan .i-news-c {
	    font-size: 28px;
	}
	.i-news-title .i-news-tspan .i-news-e{
		font-size: 18px;
	}
	.i-news-title .i-news-tspan::after, .i-news-title .i-news-tspan::before,
	.i-news-title .i-news-tspan::after, .i-news-title .i-news-tspan::after{
		width: 100px;
		height: 20px;
	}
	.i-news-title .i-news-tspan {
	    padding-left: 125px;
	    padding-right: 125px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text {
	    padding: 28px 3% 0 3%;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-t {
	    font-size: 20px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time{
		top: 28px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time .day{
		font-size: 40px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-a{
		font-size: 22px;
		height: 58px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li {
	    padding: 20px 20px 20px 98px;
	}
	.i-news .slick-dots {
	    margin-top: 18px;
	}
	.i-news .i-news-con-link a {
	    line-height: 48px;
	    padding: 0 20px 0 30px;
	    font-size: 16px;
	    border-radius: 24px;
	}
	.i-news .i-news-con-link a img{
		height: 20px;
	}
	
}

@media (max-width: 991px){
	.i-about{
		width: 50%;
	}
	.i-advantage .slideBox > img{
		display: none;
		max-width: 100%;
	}
	.i-advantage .slideBox > img.ph{
		display: inline-block;
		width: 100%;
		margin-left: 0;
	}
	.i-product {
	    top: 50%;
	}
	.i-product .i-pro-li .i-pro-li-link {
	    margin-top: -20px;
	}
	.i-product .i-pro-li .i-pro-li-pic{
		margin-top: -0;
	}
	.i-product .i-pro-li .i-pro-li-title span {
	    line-height: 48px;
	    padding: 0 18px;
	    font-size: 20px;
	}
	.i-news{
		width: 90%;
		width: 100%;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text {
	    padding: 12px 3% 0 3%;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-t {
	    font-size: 18px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-time {
	    margin-top: 10px;
	    font-size: 16px;
	    line-height: 1;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-p{
		font-size: 14px;
		line-height: 1.5;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-a{
		margin-top: 12px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-a a{
		width: 22px;
		height: 22px;
	}
	.i-news .slick-dots li{
		margin: 0 5px;
	}
	
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-1,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-2,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-4,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-5{
		width: 92px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-3{
		width: 103px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-6{
		width: 110px;
	}
	
}

@media (max-width: 767px){
	.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	    width: 10px;
	    height: 10px;
	    margin: 10px 0;
	}
	.i-about{
		/* left: 3%; */
		/* width: 88%; */
		width: 100%;
		padding: 50px 8% 50px 8%;
	}
	.i-about-p {
	    font-size: 14px;
	    margin-top: 6px;
	}
	.i-di-con .i-di-link .iframe {
		width: 96% !important;
		height: 96% !important;
		margin: 2%;
	}
	.i-about-link{
		margin-top: 15px;
	}
	.i-about-link a {
	    height: 36px;
	    line-height: 36px;
	    padding: 0 15px
	}
	.i-about-link a img {
		height: 18px;
	    margin-left: 4px;
	}
	.i-advantage {
	    height: 500px;
	}
	.i-advantage .top_hd{
		width: 300px;
		height: 300px;
		margin-top: 0px;
		top: 10%;
		-webkit-transform: translate(-50%,-0%);
		-ms-transform: translate(-50%,-0%);
		-moz-transform: translate(-50%,-0%);
		transform: translate(-50%,-0%);
	}
	.i-advantage .top_hd ul li span{
		width: 60px;
		height: 60px;
		margin-top: 5px;
		background-size: 100% 100%!important;
	}
	.i-advantage .top_hd ul li .lip{
		font-size: 12px;
	}
	.i-advantage .i-adv-text{
		width: 280px;
		height: 280px;
		margin-top: 0;
	}
	.i-advantage .top_hd ul li.li1{
		top: 105%;
		left: 10%;
	}
	.i-advantage .top_hd ul li.li2{
		right: auto;
		top: 105%;
		left: 40%;
	}
	.i-advantage .top_hd ul li.li3{
		top: 105%;
		left: 70%;
	}
	.i-adv-text-con .i-adv-d{
		margin-top: 5px;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-1 {
	    width: 80%;
		margin-top: 0;
		margin-left: 12%;
	}
	.i-adv-text-con .i-adv-t .i-adv-tc span {
	    line-height: 30px;
	    border-radius: 15px;
	    padding: 0 8px;
	}
	.i-adv-text-con .i-adv-t .i-adv-te {
	    font-size: 16px;
	    padding: 5px 0 10px 0;
	}
	.i-adv-text-con .i-adv-t .i-adv-te::before{
		height: 3px;
	}
	.i-adv-text-con .i-adv-t .i-adv-te::after{
		bottom: 1px;
	}
	.i-adv-text-con .i-adv-m .i-adv-mp1 {
	    font-size: 14px;
	    line-height: 1.5;
	    margin-top: 5px;
	}
	.i-adv-text-con .i-adv-m .i-adv-mp2 {
	    font-size: 18px;
	    line-height: 18px;
	}
	.i-adv-text-con .i-adv-m .i-adv-mp2 span {
	    font-size: 24px;
	}
	.i-adv-text-con .i-adv-d a img{
		height: 16px;
	}
	.i-adv-text-con .i-adv-d a p {
	    margin-top: 5px;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-2{
		width: 88%;
		margin-left: 8%;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-2 .i-adv-mp1{
		line-height: 1.5;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-2 .i-adv-mp1{
		font-size: 12px;
	}
	.i-adv-text-con .i-adv-m .i-adv-mp1 span{
		font-size: 14px;
	}
	.i-adv-text-con .i-adv-m{
		margin-top: 10px;
	}
	.i-adv-text-con{
		top: 15%;
		top: 0%;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-3 {
	    font-size: 24px;
	}
	.i-adv-text-con .i-adv-m.i-adv-m-3 .i-adv-mp1 {
	    font-size: 16px;
	    margin-top: 10px;
	}
	.i-adv-text-con .i-adv-m .i-adv-mp3{
		margin-bottom: 10px;
	}
	.i-product{
		/* padding: 40px 0; */
	}
	.i-product .i-pro-li {
	    padding: 40px 0 40px 0;
	}
	.i-product .i-pro-li .i-pro-li-link a {
	    line-height: 40px;
	    padding: 0 10px;
	    font-size: 12px;
	}
	.i-product .i-pro-li .i-pro-li-link a::after{
		height: 40px;
		background-size: auto 100%!important;
	}
	.i-product .i-pro-li .i-pro-li-link a img{
		height: 18px;
		margin-right: 4px;
	}
	.i-product .i-pro-li .i-pro-li-title span {
	    line-height: 40px;
	    padding: 0 14px;
	    font-size: 18px;
	}
	.i-product .i-pro-li .i-pro-li-link {
	    margin-top: -20px;
	}
	.i-product .slick-arrow {
	    width: 18px;
	    height: 36px;
	}
	.i-product .slick-arrow.slick-prev{
		left: 2%;
	}
	.i-product .slick-arrow.slick-next{
		right: 2%;
	}
	
	
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-1,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-2,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-4,
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-5{
		width: 52px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-3{
		width: 63px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-6{
		width: 70px;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-4{
		top: 0%;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-5{
		top: 24%;
	}
	.i-product .i-pro-li .i-pro-li-pic .i-pro-img.i-pro-img-6{
		top: 48%;
	}
	
	.i-news {
	    /* top: 14%; */
	    padding: 30px 3%;	
	}
	.i-news-title .i-news-tspan .i-news-c {
	    font-size: 18px;
	}
	.i-news-title .i-news-tspan .i-news-e {
	    font-size: 14px;
		margin-top: 5px;
	}
	.i-news-title .i-news-tspan {
	    padding-left: 80px;
	    padding-right: 80px;
	}
	.i-news-title .i-news-tspan::after, .i-news-title .i-news-tspan::before, 
	.i-news-title .i-news-tspan::after, .i-news-title .i-news-tspan::after {
	    width: 68px;
	    height: 12px;
	}
	.i-news .i-news-con {
	    margin-top: 0px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .img-box{
		width: 100%;
		padding-bottom: 61.7283950617284%;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text{
		width: 100%;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-t {
	    font-size: 16px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-p{
		margin-top: 5px;
		display: none;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-time{
		margin-top: 5px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-a {
	    margin-top: 5px;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text {
	    padding: 10px 3% 10px 3%;
	}
	.i-news .i-news-con .i-news-ul .i-news-top .i-news-t-text .i-news-t-a a {
	    width: 18px;
	    height: 18px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot {
	    margin-top: 0px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li {
	    padding: 10px 10px 10px 74px;
		margin-top: 5px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time{
		width: 74px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time .day {
	    font-size: 30px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time::after {
	    width: 6px;
	    height: 6px;
	    right: -3px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-a {
	    font-size: 16px;
	    line-height: 1.45;
		height: 46px;
	    padding-left: 14px;
	}
	.i-news .i-news-con .i-news-ul .i-news-bot .i-news-li .i-news-li-time {
	    top: 10px;
	}
	.i-news .slick-dots{
		margin-top: 0;
	}
	.i-news .slick-dots li{
		margin: 0 2px;
		width: 10px;
		height: 10px;
	}
	.i-news .i-news-con-link {
		margin-top: 5px;
	}
	.i-news .i-news-con-link a {
	    line-height: 40px;
	    padding: 0 15px 0 15px;
	    font-size: 14px;
	    border-radius: 20px;
	}
	.i-news .i-news-con-link a img {
	    height: 14px;
	}
}

@media (max-width: 375px){
	.i-news {
		top: 12%;
	}
}

/*about*/
.hjbg{ width: 100%; margin: 0 auto; background-position: center; background-size: cover; background-attachment: fixed; background-repeat: no-repeat;margin-top: 100px;}
.hjbg .title .title-c{ color: #fff;}
.hjbg .title .title-e{ color: #fff;}
.hjbg .title .title-af span{ background: rgba(255,255,255,0.4);}
.about-bg{
	float: left;
	width: 100%;
	background: url(../image/nav-bg_1.jpg) no-repeat;
	background-size: cover;
	clear: both;
}
.min-nav{
	float: left;
	width: 100%;
	line-height: 36px;
	clear: both;
	color: #fff;
	padding: 50px 0 52px 0;
}
.min-nav .min-nav-left{
	float: left;
	font-size: 36px;
	color: #fff;
}
.min-nav .min-nav-left span{
	font-family: 'CenturyGothic';
	font-size: 24px;
	margin-left: 24px;
	color: #fff;
	text-transform: uppercase;
}
.min-nav .min-nav-right{
	float: right;
	font-size: 18px;
}
.min-nav .min-nav-right a{
	color: #fff;
}

.about-1{
	float: left;
	width: 100%;
	margin-top: 64px;
}
.title{
	/*float: left;*/
	width: 100%;
	text-align: center;
}

.title img{ margin-bottom: 10px;}

.about-3 .title{ margin-bottom: 40px;}
.title .title-c{
	/*float: left;*/
	width: 100%;
	font-size: 36px;
	line-height: 1;
	color: #333;
}
.title .title-e{
	font-family: 'CenturyGothic';
	/*float: left;*/
	width: 100%;
	font-size: 26px;
	line-height: 1;
	margin-top: 14px;
	text-transform: uppercase;
	color: #01337e;
}
.title .title-af{
	/*float: left;*/
	width: 100%;
	height: 5px;
	margin-top: 24px;
	position: relative;
}
.title .title-af span{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 5px;
	background: #144b9d;
}
.about-1-con{
	float: left;
	width: 100%;
	margin-top: 40px;
	background: #f9f9f9;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.about-1-con .about-1-left{
	float: left;
	width: 50%;
	padding: 78px 3.8% 0 3.4%;
}
.about-1-con .about-1-left .about-1-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	color: #666;
}

.about-1-con .about-1-left h3{font-size: 24px; color: #01337e; margin-bottom: 30px;}
.about-1-con .about-1-video{
	float: left;
	width: 50%;
}
.about-1-con .about-1-video .video {
	float: left;
	width: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}

.about-1-con .about-1-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-1-con .about-1-video:hover .video img{	
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}
.about-1-con .about-1-video .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 55.94405594405594%;
	background-color: rgba(0, 0, 0, 0);
}
.about-1-con .about-1-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-1-con .about-1-video .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.about-1-con .about-1-video .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.about-1-con .about-1-video .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.about-1-con .about-1-video .video .play {
	position: absolute;
	bottom: 60px;
	left: 62px;
	display: inline-block;
	width: 72px;
	height: 72px;
	-webkit-transition: all .0s;
	transition: all .0s;
	color: #fff;
	background: url(../image/play_1.png) center no-repeat;
	background-size: 100% 100%;
}
.about-1-con .about-1-video .video .play:before,
.about-1-con .about-1-video .video .play::after{
	position: absolute;
	left: 102px;
	width: 290px;
}
.about-1-con .about-1-video .video .play:before {
	margin-top: 22px;
	font-size: 24px;
	content: "观看视频";
}
.about-1-con .about-1-video .video .play::after{
	margin-top: 48px;
	font-size: 18px;
	margin-left: -10px;
	content: "《欧恩贝—中国宝宝的第二条脐带》";
	display: none;
}
.about-1-con .about-1-video .video:hover .img-box img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.about-1-con .about-1-video .video:hover .img-box .black {
	background-color: rgba(86, 101, 174, 0.3);
}
.about-2{
	float: left;
	width: 100%;
	margin-top: 116px;
}
.about-2-con{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.about-2-con .about-2-left{
	float: left;
	width: 50%;
	position: relative;
}
.about-2-txt{
	position: absolute;
	left: 17%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}
.about-2-txt .about-2-li{
	float: left;
	width: 60%;
	position: relative;
	padding: 48px 0;
}
.about-2-txt .about-2-li::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
	content: "";
}
.about-2-txt .about-2-li:last-child::after{
	display: none;
}
.about-2-txt .about-2-li .about-2-t{
	float: left;
	width: 100%;
}
.about-2-txt .about-2-li .about-2-t .about-2-t1{
	font-family: 'CenturyGothic-Bold';
	display: inline-block;
	vertical-align: bottom;
	font-size: 48px;
}
.about-2-txt .about-2-li .about-2-t .about-2-t2{
	font-family: 'CenturyGothic';
	display: inline-block;
	vertical-align: bottom;
	font-size: 24px;
}
.about-2-txt .about-2-li .about-2-t .about-2-t3{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 3px;
	font-size: 24px;
}
.about-2-txt .about-2-li .about-2-p{
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 12px;
}
.about-2-con .about-2-right{
	float: left;
	width: 50%;
}
.about-2-con .about-2-left img,
.about-2-con .about-2-right img{
	width: 100%;
}

.about-2-con .about-2-right .about-2-top{
	float: left;
	width: 100%;
	position: relative;
}
.about-2-con .about-2-right .about-2-top .about-2-top-p{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	padding: 0 10.4% 0 6.25%;
	font-size: 18px;
	line-height: 2;
	color: #333;
}
.about-2-con .about-2-right .about-2-bot{
	float: left;
	width: 100%;
}
.about-3{
	float: left;
	width: 100%;
	margin-top: 88px;
}
.about-3 .about-3-p{
	float: left;
	width: 100%;
	padding: 0 3.5%;
	font-size: 18px;
	line-height: 1.8;
	margin-top: 24px;
	color: #666;
}
.about-3 .about-3-pic{
	float: left;
	width: 100%;
	margin-top: 5px;
	position: relative;
}
.about-3 .about-3-pic .ab3-pic{
	position: absolute;
	width: 16.9%;
	border-radius: 10px;
	overflow: hidden;
}
.about-3 .about-3-pic .ab3-pic.ab3-pic1{
	left: 12.3%;
	top: 14%;
	animation: top10 2s 0s infinite;	
}
.about-3 .about-3-pic .ab3-pic.ab3-pic2{
	left: 18.3%;
	top: 45.4%;
	animation: top10 3s 0s infinite;
}
.about-3 .about-3-pic .ab3-pic.ab3-pic3{
	left: 37.5%;
	top: 45.6%;
	width: 23.2%;
	animation: top10 2s 0s infinite;
}
.about-3 .about-3-pic .ab3-pic.ab3-pic4{
	left: 45.1%;
	top: 24%;
	animation: top10 3s 0s infinite;
}
.about-3 .about-3-pic .ab3-pic.ab3-pic5{
	left: 63.1%;
	top: 45.6%;
	animation: top10 4s 0s infinite;
}

@keyframes top10
{
	0%   { transform:translateY(10px); }
	10%  { transform:translateY(8px); }
	20%  { transform:translateY(6px); }
	30%  { transform:translateY(4px); }
	40%  { transform:translateY(2px); }
	50%  { transform:translateY(0px); }
	60%  { transform:translateY(2px); }
	70%  { transform:translateY(4px); }
	80%  { transform:translateY(6px); }
	90%  { transform:translateY(8px);}
	100% { transform:translateY(10px); }
}



.about-4{
	/*float: left;*/
	width: 100%;
	margin-top: 72px;
	margin-top: -20px!important;
	padding-bottom: 116px;
}
.about-4 .about-4-ul{
	float: left;
	width: 100%;
	/*margin-top: 36px;*/
}
.about-4 .about-4-ul .about-4-li{
	float: left;
	width: 49.1%;
	margin-right: 1.8%;
	margin-top: 30px;
	border-radius: 10px;
	overflow: hidden;
}


.about-4 .about-4-ul .about-4-li:first-child{ width: 100%;}

.about-4 .about-4-ul .about-4-li:nth-child(3n){
	margin-right: 0;
}
.about-4 .about-4-ul .about-4-li a{
	/*padding-bottom: 65.20710059171598%;*/
}


.about-4 .about-4-ul .about-4-li:first-child a {
    /*padding-bottom: 37.207101%;*/
}

.about-4 .about-4-ul .about-4-li a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}	
.about-4 .about-4-ul .about-4-li:hover a img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.about-4 .about-4-ul .about-4-li .about-4-li-txt{
	position: absolute;
	/*bottom: 52px;*/
	top:70px;
	left: 0;
	width: 100%;
	padding: 0 5.4%;
	color: #fff;
}
.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-e{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
}
.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-c{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 1;
	margin-top: 12px;
	padding-bottom: 22px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-c::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 20px;
	height: 4px;
	background: #fff;
	content: "";
}
.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-p{
	float: left;
	width: 100%;
	font-size: 16px;
	/*height: 72px;*/
	line-height: 30px;
	margin-top: 25px;
	/*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;*/
}
@media (max-width: 1600px){
	.about-1-con .about-1-left {
	    padding: 0px 3.4% 0 3.2%;
	}
	.about-1-con .about-1-left img{
		height: 60px;
	}
	.about-1-con .about-1-left .about-1-p {
	    font-size: 16px;
	    margin-top: 36px;
	}
	.about-2{
		margin-top: 86px;
	}
	.about-2-con{
		margin-top: 60px;
	}
	.about-2-con .about-2-right .about-2-top .about-2-top-p {
	    padding: 0 8% 0 5%;
	    font-size: 16px;
	}
	.about-2-txt .about-2-li {
	    padding: 36px 0;
	}
	.about-2-txt .about-2-li .about-2-t .about-2-t1{
		font-size: 40px;
	}
	.about-2-txt .about-2-li .about-2-t .about-2-t2{
		font-size: 20px;
	}
	.about-2-txt .about-2-li .about-2-t .about-2-t3{
		font-size: 20px;
	}
	.about-2-txt .about-2-li .about-2-p{
		font-size: 16px;
	}
	.about-3 .about-3-p {
	    padding: 0 2.4%;
	    font-size: 16px;
	    margin-top: 12px;
	}
	.about-4 {
	    margin-top: 52px;
	    padding-bottom: 100px;
	}
	.about-4 .about-4-ul{
		margin-top: 24px;
	}
}
@media (max-width: 1440px){
	.title .title-c{
		font-size: 28px;
	}
	.title .title-e {
	    font-size: 22px;
	    margin-top: 10px;
	}
	.min-nav {
	    line-height: 30px;
	    padding: 30px 0 32px 0;
	}
	.min-nav .min-nav-left{
		font-size: 30px;
	}
	.min-nav .min-nav-left span {
	    font-size: 20px;
	    margin-left: 18px;
	}
	.min-nav .min-nav-right{
		font-size: 16px;
	}
	.about-1 {
	    margin-top: 48px;
	}
	.about-1-con{
		margin-top: 30px;
	}
	.about-1-con .about-1-video .video .play {
	    bottom: 48px;
	    left: 48px;
	    width: 60px;
	    height: 60px;
	}
	.about-1-con .about-1-video .video .play:before {
	    margin-top: 5px;
	    font-size: 20px;
	}
	.about-1-con .about-1-video .video .play::after {
	    margin-top: 40px;
	    font-size: 16px;
	}
	.about-1-con .about-1-video .video .play:before, .about-1-con .about-1-video .video .play::after {
	    left: 82px;
	    width: 260px;
	}
	.about-2 {
	    margin-top: 66px;
	}
	.about-2-txt .about-2-li {
	    padding: 30px 0;
	}
	.about-2-con {
	    margin-top: 50px;
	}
	.about-4{
		padding-bottom: 100px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt{
		/*bottom: 36px;*/
		top: 50px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-e{
		font-size: 30px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-c {
	    font-size: 20px;
	    margin-top: 10px;
	    padding-bottom: 15px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-p {
	    font-size: 16px;
	    height: 60px;
	    line-height: 30px;
	   /* margin-top: 10px;*/
	}
}
@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-left span {
	    font-size: 18px;
	    margin-left: 15px;
	}
	.min-nav .min-nav-right{
		font-size: 16px;
	}
	
	.about-1-con .about-1-left{
		width: 100%;
	}
	.about-1-con .about-1-video{
		width: 100%;
	}
	.about-1-con .about-1-video .video img{
		width: 100%;
	}
	.about-1-con .about-1-left {
	    padding: 36px 3% 36px 3%;
	}
	.about-1-con .about-1-left .about-1-p{
		margin-top: 24px;
	}
	.about-2-con .about-2-left,
	.about-2-con .about-2-right{
		width: 100%;
	}
	.about-2-con .about-2-left img,
	.about-2-con .about-2-right img{
		width: 100%;
	}
	.about-2-con .about-2-right .about-2-top{
		background: #f9f9f9;
	}
	.about-2-con .about-2-right .about-2-top img{
	}
	.about-4{
		padding-bottom: 60px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt{
		/*bottom: 24px;*/
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-e{
		font-size: 24px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-c {
		font-size: 18px;
		margin-top: 8px;
		padding-bottom: 12px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-p {
		font-size: 14px;
		height: 48px;
		line-height: 24px;
		margin-top: 8px;
	}
}
@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-left span {
	    font-size: 16px;
	    margin-left: 10px;
	}
	.min-nav .min-nav-right{
		font-size: 14px;
	}
	.about-1 {
	    margin-top: 36px;
	}
	.title .title-c {
	    font-size: 24px;
	}
	.title .title-e {
	    font-size: 18px;
	    margin-top: 6px;
	}
	.about-1-con {
	    margin-top: 20px;
	}
	.about-1-con .about-1-left {
	    padding: 24px 3% 24px 3%;
	}
	.about-1-con .about-1-left .about-1-p {
	    margin-top: 18px;
	}
	.about-2 {
	    margin-top: 40px;
	}
	.about-2-con {
	    margin-top: 30px;
	}
	.title .title-af{
		margin-top: 12px;
	}
	.about-3 {
	    margin-top: 48px;
	}
	.about-4 {
	    padding-bottom: 40px;
	}
	.about-4 .about-4-ul {
	    margin-top: 10px;
	}
	.about-4 .about-4-ul .about-4-li{
		margin-top: 20px;
		margin-right: 0;
		width: 100%;
	}
}
@media (max-width: 767px){
	@keyframes top10
	{
		0%   { transform:translateY(5px); }
		10%  { transform:translateY(4px); }
		20%  { transform:translateY(3px); }
		30%  { transform:translateY(2px); }
		40%  { transform:translateY(1px); }
		50%  { transform:translateY(0px); }
		60%  { transform:translateY(1px); }
		70%  { transform:translateY(2px); }
		80%  { transform:translateY(3px); }
		90%  { transform:translateY(4px);}
		100% { transform:translateY(5px); }
	}
	.min-nav {
	    line-height: 18px;
	    padding: 30px 0 30px 0;
	}
	.min-nav .min-nav-left {
	    font-size: 18px;
	}
	.min-nav .min-nav-left span {
	    font-size: 14px;
	    margin-left: 6px;
	}
	.min-nav .min-nav-right{
		width: 100%;
		font-size: 14px;
		margin-top: 5px;
		display: none;
	}
	.about-1 {
	    margin-top: 20px;
	}
	.title .title-c {
	    font-size: 18px;
	}
	.title .title-e {
	    font-size: 14px;
	    margin-top: 4px;
	}
	.about-1-con {
	    margin-top: 15px;
	}
	.about-1-con .about-1-left {
	    padding: 18px 3% 18px 3%;
	}
	.about-1-con .about-1-left img {
	    height: 40px;
	}
	.about-1-con .about-1-left .about-1-p {
	    margin-top: 10px;
		font-size: 14px;
		line-height: 1.8;
	}
	.about-1-con .about-1-video .video .play {
	    bottom: 24px;
	    left: 24px;
	    width: 48px;
	    height: 48px;
	}
	.about-1-con .about-1-video .video .play:before,
	 .about-1-con .about-1-video .video .play::after {
	    left: 60px;
	    width: 240px;
	}
	.about-1-con .about-1-video .video .play:before{
		font-size: 16px;
		margin-top: 8px;
	}
	.about-1-con .about-1-video .video .play::after{
		font-size: 14px;
		margin-top: 30px;
	}
	.about-2 {
	    margin-top: 30px;
	}
	.about-2-con {
	    margin-top: 15px;
	}
	.about-2-txt .about-2-li {
	    padding: 15px 0;
	}
	.about-2-txt .about-2-li .about-2-t .about-2-t1 {
	    font-size: 30px;
	}
	.about-2-txt .about-2-li .about-2-t .about-2-t2,
	.about-2-txt .about-2-li .about-2-t .about-2-t3{
		font-size: 16px;
	}
	.about-2-txt .about-2-li .about-2-t .about-2-t3{
		padding-bottom: 0;
	}
	.about-2-txt .about-2-li .about-2-p {
	    font-size: 14px;
		margin-top: 6px;
	}
	.about-2-txt .about-2-li::after{
		width: 5px;
		height: 5px;
	}
	.about-2-con .about-2-right img{
		display: none;
	}
	.about-2-con .about-2-right .about-2-top .about-2-top-p {
		position: relative;
		top: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	    padding: 0 8% 0 5%;
	    font-size: 16px;
	}
	.about-3 {
	    margin-top: 40px;
	}
	.about-3 .about-3-p{
		font-size: 14px;
	}
	.title .title-af span {
	    width: 36px;
	    height: 4px;
	}
	.title .title-af {
	    margin-top: 8px;
	}
	.about-4 {
	    padding-bottom: 20px;
		margin-top: 15px;
		margin-top: 0!important;
	}
	.about-4 .about-4-ul {
	    margin-top: 10px;
	}
	.about-4 .about-4-ul .about-4-li{
		margin-top: 15px;
	}
	.about-4 .about-4-ul .about-4-li a {
    /*padding-bottom: 87.207101%;*/
}

.about_body .about-4-ul .img-box{ height: 35vh;}

.about-4 .about-4-ul .about-4-li:first-child a {
    /*padding-bottom: 37.207101%;*/
    background: url(../image/16098251704235.jpg) no-repeat top center;
    background-size: cover;
    height: 66vh;
}

.about_body .about-4-ul .img-box:first-child a{
    height: 40vh;
}


.about-4 .about-4-ul .about-4-li:first-child a img{ display: none !important;}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt{
		padding: 0 4%;
		/*bottom: 18px;*/
		top: 20px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-c {
	    font-size: 16px;
	    margin-top: 6px;
	    padding-bottom: 10px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-c::after {
	    width: 16px;
	    height: 3px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-p{
		font-size: 14px;
		height: 40px;
		line-height: 20px;
		margin-top: 15px;
	}
	.about-4 .about-4-ul .about-4-li .about-4-li-txt .about-4-li-e {
	    font-size: 20px;
	}
	.about-2-con .about-2-right .about-2-top img {
		display: none!important;
	}
	.about-2-con .about-2-right .about-2-top .about-2-top-p {
	    padding: 15px 3% 15px 3%;
	    font-size: 14px;
	}
}

/*优势*/
.advantage-1{
	float: left;
	width: 100%;
	padding: 56px 0 100px 0;
}
.adv-con{
	float: left;
	width: 100%;
	margin-top: 70px;
}
.adv-con .adv-left{
	float: left;
	width: 50%;
	position: relative;
}
.adv-con .adv-left a{
	display: block;
	float: left;
	width: 100%;
}
.adv-con .adv-left a > img{
	width: 100%;
}
.adv-con .adv-left .adv-txt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 32px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.adv-con .adv-left .adv-txt .adv-after{
	float: left;
	width: 100%;
	height: 30%;
	position: relative;
	opacity: 0;
}
.adv-con .adv-left .adv-txt .adv-bofor{
	float: left;
	width: 100%;
	height: 41.8%;
	height: 35.8%;
	position: relative;
	opacity: 0;
}
.adv-con .adv-left .adv-txt .adv-after::before,
.adv-con .adv-left .adv-txt .adv-bofor::before{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1px;
	height: 96%;
	background: #fff;
	content: "";
	z-index: 1;
}
.adv-con .adv-left .adv-txt .adv-after::after,
.adv-con .adv-left .adv-txt .adv-bofor::after{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 3px solid #fff;
	z-index: 2;
	background: rgba(86,101,174,1);
	content: "";
}
.adv-con .adv-left .adv-txt .adv-bofor::before{
	top: auto;
	bottom: 0;
}
.adv-con .adv-left .adv-txt .adv-after::after{
	top: auto;
	bottom: 0;
}

.adv-con .adv-left .adv-txt .adv-middle{
	float: left;
	width: 100%;
	height: 28.2%;
	height: 34.2%;
	text-align: center;
}
.adv-con .adv-left .adv-txt .adv-middle .adv-e{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	color: #5665ae;
	margin-top: 22px;
	text-transform: uppercase;
}
.adv-con .adv-left .adv-txt .adv-middle .adv-c{
	float: left;
	width: 100%;
	margin-top: 22px;
}
.adv-con .adv-left .adv-txt .adv-middle .adv-c span{
	display: inline-block;
	color: #fff;
	line-height: 52px;
	border-radius: 26px;
	padding: 0 20px;
	background-image:repeating-linear-gradient(#f0c67e,#d9972f);
}
.adv-con .adv-left .adv-txt .adv-middle .adv-p{
	font-size: 18px;
}
.adv-con .adv-left .adv-txt .adv-middle .adv-p > span{
	display: inline-block;
	margin-top: 34px;
	width: 35px;
	height: 26px;
	background: url(../image/ico_1.png) no-repeat;
	background-size: 100% 100%;
}
.adv-con .adv-left .adv-txt .adv-middle .adv-p p{
	display: none;
	/* padding: 0 11.5% 0 17%; */
	text-align: center;
	/* text-align: left; */
	font-size: 18px;
	line-height: 2;
	margin-top: 12px;
	color: #fff;
}

.adv-con .adv-left:hover .adv-txt .adv-middle .adv-p > span{
	display: none;
}
.adv-con .adv-left:hover .adv-txt .adv-middle .adv-p p{
	display: inline-block;
}
.adv-con .adv-left:hover .adv-txt{
	background: rgba(86,101,174,0.8);
}
.adv-con .adv-left:hover .adv-txt .adv-after{
	opacity: 1;
}
.adv-con .adv-left:hover .adv-txt .adv-bofor{
	opacity: 1;
}
.adv-con .adv-left:hover .adv-txt .adv-middle .adv-e{
	color: #fff;
}

@media (max-width: 1680px){
	.adv-con .adv-left .adv-txt .adv-after{
		height: 28%;
	}
	.adv-con .adv-left .adv-txt .adv-middle{
		height: 32%;
		height: 36%;
	}
	.adv-con .adv-left .adv-txt .adv-bofor{
		height: 40%;
		height: 36%;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-e,
	.adv-con .adv-left .adv-txt .adv-middle .adv-c{
		margin-top: 20px;
	}
}
@media (max-width: 1600px){
	.adv-con .adv-left .adv-txt .adv-middle .adv-e,
	.adv-con .adv-left .adv-txt .adv-middle .adv-c{
		margin-top: 15px;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-p p {
	    /* padding: 0 8% 0 8%; */
	}
}
@media (max-width: 1440px){
	.adv-con .adv-left .adv-txt .adv-after{
		height: 28%;
	}
	.adv-con .adv-left .adv-txt .adv-middle{
		height: 40%;
	}
	.adv-con .adv-left .adv-txt .adv-bofor{
		height: 32%;
	}
	.adv-con .adv-left .adv-txt{
		font-size: 24px;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-c span {
	    line-height: 42px;
	    border-radius: 21px;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-p p{
		font-size: 16px;
	}
}
@media (max-width: 1199px){
	.advantage-1 {
	    padding: 36px 0 50px 0;
	}
	.adv-con .adv-left{
		width: 100%;
		margin-top: 10px;
	}
	.adv-con .adv-left > img{
		width: 100%;
	}
	.adv-con .adv-left .adv-txt {
	    background: rgba(86,101,174,0.8);
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-e{
		color: #fff;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-p > span{
		display: none;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-p p{
		display: inline-block;
	}
	.adv-con .adv-left:hover .adv-txt .adv-after,
	.adv-con .adv-left:hover .adv-txt .adv-bofor{
		opacity: 0!important;
	}
	.adv-con .adv-left .adv-txt .adv-middle{
		height: auto;
	}
	.adv-con .adv-left .adv-txt .adv-bofor{
		height: 0;
	}
}
@media (max-width: 991px){
	.advantage-1 {
	    padding: 26px 0 40px 0;
	}
}
@media (max-width: 767px){
	.advantage-1 {
	    padding: 20px 0 20px 0;
	}
	.adv-con{
		margin-top: 10px;
	}
	.adv-con .adv-left .adv-txt .adv-after {
	    height: 10%;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-c span {
	    line-height: 36px;
	    border-radius: 18px;
		padding: 0 18px;
		font-size: 18px;
	}
	.adv-con .adv-left .adv-txt .adv-middle .adv-p p {
	    font-size: 14px;
		/* padding: 0 5%; */
	}
}

/*品牌优势*/
.honor{
	float: left;
	width: 100%;
	padding: 64px 0 150px 0;
}
.honor-1{
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-top: 20px;
}
.honor-1 ul{
	float: left;
	width: 100%;
}
.honor-1 ul li{
	float: left;
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 54px;
}
.honor-1 ul li:nth-child(3n){
	margin-right: 0;
}
.honor-1 ul li a{
	padding-bottom: 61.8%;
}
.honor-1 ul li a img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.honor-1 ul li:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1199px){
	.honor{
		padding: 48px 0 100px 0;
	}
	.honor-1{
		margin-top: 0px;
	}
	.honor-1 ul li{
		margin-top: 36px;
	}
}
@media (max-width: 991px){
	.honor-1 ul li{
		margin-top: 36px;
	}
}
@media (max-width: 767px){
	.honor {
	    padding: 20px 0 20px 0;
	}
	.honor-1 ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
}

.safeguard{
	float: left;
	width: 100%;
	padding: 56px 0 138px 0;
}
.safeguard .saf-con{
	float: left;
	width: 100%;
	margin-top: 60px;
	position: relative;
}
.safeguard .saf-con .saf-con-txt{
	float: left;
	width: 100%;
	padding: 0 7.5%;
	position: absolute;
	top: 16.6%;
	color: #fff;
}
.safeguard .saf-con .saf-con-txt .saf-t{
	float: left;
	width: 100%;
}
.safeguard .saf-con .saf-con-txt .saf-t span{
	display: inline-block;
	font-size: 36px;
	padding: 0 52px;
	line-height: 100px;
	border-radius: 10px;
    background-image: repeating-linear-gradient(#f0c67e,#d9972f);	
}
.safeguard .saf-con .saf-con-txt .saf-p{
	float: left;
	width: 720px;
	font-size: 20px;
	line-height: 1.8;
	margin-top: 40px;
}
.safeguard .saf-con .saf-con-txt .saf-bot{
	float: left;
	width: 100%;
	margin-top: 66px;
}
.safeguard .saf-con .saf-con-txt .saf-bot .saf-1{
	float: left;
}
.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-img{
	float: left;
}
.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p{
	float: left;
	padding-left: 24px;
}
.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p .saf-1-pt{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 1;
	margin-top: 5px;
}
.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p .saf-1-pd{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1;
	margin-top: 5px;
}
.safeguard .saf-con .saf-con-txt .saf-bot .saf-2{
	float: left;
	padding: 20px 38px 0 0px;
}
@media (max-width: 1440px){
	.safeguard .saf-con .saf-con-txt{
		top: 12%;
		padding: 0 6%;
	}
	.safeguard .saf-con .saf-con-txt .saf-t span {
	    font-size: 32px;
	    padding: 0 40px;
	    line-height: 80px;
	}
	.safeguard .saf-con .saf-con-txt .saf-p {
		max-width: 660px;
	    font-size: 18px;
	    margin-top: 30px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot{
		margin-top: 48px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p{
		padding-left: 12px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p .saf-1-pt {
	    font-size: 28px;
	    margin-top: 4px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p .saf-1-pd{
		font-size: 16px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-img img{
		width: 60px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-2 {
	    float: left;
	    padding: 20px 24px 0 0px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-2 img{
		width: 24px;
	}
}
@media (max-width: 1199px){
	.safeguard .saf-con{
		margin-top: 30px;
	}
	.safeguard {
	    padding: 36px 0 108px 0;
	}
	.safeguard .saf-con{
		margin-top: 30px;
	}
	.safeguard .saf-con .saf-con-txt .saf-t span {
	    font-size: 24px;
	    padding: 0 30px;
	    line-height: 52px;
	}
	.safeguard .saf-con .saf-con-txt .saf-p {
	    max-width: 660px;
	    font-size: 16px;
	    margin-top: 20px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot {
	    margin-top: 24px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p .saf-1-pt {
	    font-size: 24px;
	    margin-top: 3px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p .saf-1-pd {
	    font-size: 14px;
		margin-top: 3px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-img img {
	    width: 50px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1 .saf-1-p {
	    padding-left: 8px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-2 {
	    padding: 18px 24px 0 0px;
	}
}
@media (max-width: 991px){
	.safeguard {
	    padding: 24px 0 58px 0;
	}
	.safeguard .saf-con .saf-con-txt {
	    top: 8%;
	    padding: 0 4%;
	}
	.safeguard .saf-con .saf-con-txt .saf-t span {
	    font-size: 20px;
	    padding: 0 24px;
	    line-height: 40px;
	}
	.safeguard .saf-con .saf-con-txt .saf-p{
		font-size: 14px;
		margin-top: 15px;
		max-width: 100%;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot {
	    margin-top: 10px;
	}
}
@media (max-width: 767px){
	.safeguard {
		padding: 20px 0 20px 0;
	}
	.safeguard .saf-con {
	    margin-top: 15px;
	}
	.safeguard .saf-con .saf-con-txt{
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 100%;
		background: #5d61aa;
	}
	.safeguard .saf-con .saf-con-txt{
		padding: 20px 5%;
	}
	.safeguard .saf-con .saf-con-txt .saf-t span{
		color: #fff;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-1{
		width: 100%;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-2{
		width: 100%;
		padding: 0;
		margin: 10px 12px;
	}
	.safeguard .saf-con .saf-con-txt .saf-bot .saf-2 img{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	
}

.own{
	float: left;
	width: 100%;
	padding: 64px 0 158px 0;
}
.own-list{
	/*float: left;*/
	width: 100%;
	margin-top: 36px;
	margin-left: -24px;
	margin-right: -24px;
}
.own-list .item{
	float: left;
	/*width: 100%;*/
	width: 30%;
	border-radius: 10px;
	background: #fff;
	margin: 24px 0;
	box-shadow: 1px 0 5px rgba(0,0,0,0.15);
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.own-list .item a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.own-list .item 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;
}	
.own-list .item:hover a img{
	-webkit-transform: scale(1.1);
    -mos-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);	 
}

.own-list .item .adv-txt1{
	float: left;
	width: 100%;
	padding: 26px 2% 32px 2%;
	font-size: 20px;
	line-height: 44px;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.own-list .item .adv-txt1 img{
	margin-right: 24px;
}
.own-list .item .adv-txt1 img.block{
	display: inline-block!important;
}
.own-list .item .adv-txt1 img.none{
	display: none!important;
}
.own-list .item:hover .adv-txt1{
	color: #fff;
}

.own-list .item:hover .adv-txt1 img.block{
	display: none!important;
}
.own-list .item:hover .adv-txt1 img.none{
	display: inline-block!important;
	margin-right: 30px;
}
.own-list .item:hover{
	background: rgba(86, 101, 174, 0.9);
}

.own-list .item .video {
	float: left;
	width: 100%;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.own-list .item .video .img-box {
	width: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 56.8%;
	background-color: rgba(0, 0, 0, 0);
}
.own-list .item .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;
}
.own-list .item .video .img-box .black::after{
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	background: url(../image/play_1.png) 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%);
	content: "";
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s; 
	-o-transition: all 0.6s ease-out 0s; 
	transition: all 0.6s ease-out 0s;
}
.own-list .item .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.own-list .item .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.own-list .item .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}
.own-list .item .video .play {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all .0s;
	transition: all .0s;
}
.own-list .item .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;
}
.own-list .item:hover .video img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	/* opacity: .95; */
}
.own-list .item:hover .video .black {
	background-color: rgba(86, 101, 174, 0.4);
}
.own-list .item:hover .video .img-box .black::after{
	opacity: 1;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding-left: 24px;
	padding-right: 24px;
}

.showMorehandle1{
	float: left;
	width: 100%;
	margin-top: 48px;
	text-align: center;
}
.showMorehandle1 a{
	display: inline-block;
	padding: 0 54px;
	line-height: 80px;
	border-radius: 40px;
	font-size: 20px;
	color: #fff;
    background-image: repeating-linear-gradient(#f0c67e,#d9972f);	
}
@media (max-width: 1440px){
	.own-list{
		margin-top: 24px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-left: 15px;
		padding-right: 15px;
	}
	.own-list .item .adv-txt1 {
	    padding: 18px 2% 22px 2%;
	    font-size: 18px;
	    line-height: 36px;
	}
	.own-list .item .adv-txt1 img {
		height: 36px;
	    margin-right: 12px;
	}
	.own-list .item:hover .adv-txt1 img.none{
		margin-right: 16px;
	}
	.own {
	    padding: 48px 0 108px 0;
	}
	.showMorehandle1{
		margin-top: 36px;
	}
	.showMorehandle1 a {
	    padding: 0 40px;
	    line-height: 60px;
	    border-radius: 30px;
	    font-size: 18px;
	}
	.own-list .item{
		margin: 15px 0;
	}
}
@media (max-width: 1199px){
	.own-list .item .adv-txt1 {
		padding: 14px 2% 16px 2%;
		font-size: 16px;
		line-height: 30px;
	}
	.own-list .item .adv-txt1 img {
	    height: 30px;
	    margin-right: 8px;
	}
	.own-list .item:hover .adv-txt1 img.none{
		margin-right: 12px;
	}
}
@media (max-width: 991px){
	.own {
	    padding: 36px 0 58px 0;
	}
	.showMorehandle1 {
		margin-top: 24px;
	}
	.own-list{
		margin-top: 12px;
	}
}
@media (max-width: 767px){
	.own {
		padding: 20px 0 20px 0;
	}
	.own-list{
		margin-left: 0;
		margin-right: 0;
	}
	.own-list .item {
	    margin: 10px 0;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.showMorehandle1 {
	    margin-top: 10px;
	}
	.showMorehandle1 a{
		padding: 0 30px;
		line-height: 48px;
		border-radius: 24px;
		font-size: 16px;
	}
}


.bg-f9{
	background: #f9f9f9;
}

.banner-news{
	float: left;
	width: 100%;
	margin-top: 50px;
	position: relative;
	border-radius: 10px;
}
.banner-news .img-box{
	padding-bottom: 38.47117794486216%;
}
.banner-news .slick-dots{
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.banner-news .slick-dots li{
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 8px;
	border-radius: 100%;
	background: #fff;
}
.banner-news .slick-dots li button{
	display: none;
}
.banner-news .slick-dots li.slick-active{
	background: #5d61aa;
    background-image: linear-gradient(#b0966a,#efc57b);	
}

.news{
	float: left;
	width: 100%;
	margin-top: 100px;
	/*margin-top: 0!important;*/
	padding-bottom: 100px;
}
.news ul{
	float: left;
	width: 100%;
}
.news ul li{
	float: left;
	width: 31.25%;
	margin-right: 3.125%;
	margin-top: 54px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 1px 3px 11px rgba(0,7,53,0.05);
}
.news ul li:nth-child(3n){
	margin-right: 0;
}
.news ul li > .img-box{
	padding-bottom: 61.8%;
	border-radius: 10px;
}
.news ul li > .img-box 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 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);
}
.news ul li .news-text{
	float: left;
	width: 100%;
	padding: 24px 6% 30px 6%;
}
.news ul li .news-text .news-t{
	float: left;
	width: 100%;
	font-size: 24px;
	height: 66px;
	line-height: 1.4;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news ul li .news-text .news-time{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 1;
	margin-top: 14px;
	color: #01337e;
}
.news ul li .news-text .news-p{
	float: left;
	width: 100%;
	height: 56px;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 18px;
	color: #999;
	display: -webkit-box;	-webkit-box-orient: vertical;	-webkit-line-clamp: 2;	overflow: hidden;
}
.news ul li .news-text .news-a{
	float: left;
	width: 100%;
	margin-top: 26px;
}
.news ul li .news-text .news-a a{
	display: block;
	float: left;
	width: 35px;
	height: 26px;
	background: url(../image/ico_1.png) no-repeat;
}
.news ul li .news-text .news-a a:hover{
	margin-left: 5px;
}
.news ul li:hover .news-text .news-t{
	color: #01337e;
}
@media (max-width: 1440px){
	.banner-news{
		margin-top: 40px;
	}
	.banner-news .slick-dots{
		bottom: 30px;
	}
	.banner-news .slick-dots li{
		width: 15px;
		height: 15px;
		margin: 0 8px;
	}
	.news {
	    margin-top: 100px;
	    padding-bottom: 100px;
	}
	.news ul li .news-text {
	    padding: 20px 5% 24px 5%;
	}
	.news ul li .news-text .news-t{
		font-size: 22px;
		height: 60px;
	}
	.news ul li .news-text .news-time{
		margin-top: 10px;
	}
	.news ul li .news-text .news-p {
	    margin-top: 12px;
	}
	.news ul li .news-text .news-a {
	    margin-top: 18px;
	}
}
@media (max-width: 1199px){
	.banner-news{
		margin-top: 30px;
	}
	.banner-news .slick-dots{
		bottom: 24px;
	}
	.banner-news .slick-dots li{
		width: 12px;
		height: 12px;
		margin: 0 6px;
	}
	.news ul li {
	    width: 32%;
	    margin-right: 2%;
	    margin-top: 24px;
	}
	.news ul li .news-text {
	    padding: 16px 5% 18px 5%;
	}
	.news ul li .news-text .news-t {
		height: 50px;
	    font-size: 18px;
	}
	.news ul li .news-text .news-p {
		height: 50px;
	    margin-top: 8px;
		font-size: 14px;
	}
	.news ul li .news-text .news-time {
		font-size: 14px;
	}
	.news ul li .news-text .news-a{
		margin-top: 10px;
	}
	.news ul li .news-text .news-a a {
	    width: 28px;
	    height: 20px;
		background-size: 100% auto;
	}
}
@media (max-width: 991px){
	.banner-news {
	    margin-top: 20px;
	}
	.banner-news .slick-dots{
		bottom: 18px;
	}
	.news {
		margin-top: 40px;
		padding-bottom: 50px;
	}
	.news ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.news ul li .news-text {
	    padding: 28px 5% 28px 5%;
	}
}
@media (max-width: 991px){
	.news {
		/*margin-top: 0px;*/
		padding-bottom: 30px;
	}
	.news ul li{
		margin-top: 15px;
	}
	.news ul li .news-text {
	    padding: 15px 4% 15px 4%;
	}
}
@media (max-width: 767px){
	.banner-news{
		margin-top: 20px;
	}
	.banner-news .slick-dots{
		bottom: 10px;
	}
	.banner-news .slick-dots li{
		width: 10px;
		height: 10px;
		margin: 0 4px;
	}
}

/*新闻详情*/
.news-details{
	float: left;
	width: 100%;
	padding: 56px 0 122px 0;
}
.newsde-1{
	float: left;
	width: 100%;
	line-height: 56px;
	font-size: 35px;
	color: #333;
	position: relative;
	padding-right: 150px;
}
.newsde-1 a{
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	border-radius: 28px;
	background: #01337e;
	color: #fff;
	text-align: center;
}
.news-de-2-f {
    float: left;
    width: 100%;
    padding: 18px 0 18px 0;
    line-height: 30px;
	/*margin-top: 40px;
    border-top: 1px solid #e1ddd4;*/
    border-bottom: 1px solid #e1ddd4;
}
.news-de-2-f .news-de-2-fun{
	float: right;
	max-width: 36%;
	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_1.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .switcher-small{
	float: left;
	background: url(../image/jian_1.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_tsina{
	background-position: 0 0 !important;
	background: url(../image/wb_1.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_weixin{
	background-position: 0 0 !important;
	background: url(../image/wx_1.png) center no-repeat !important;
}
.news-de-2-f .news-de-2-time{
	float: left;
	font-size: 20px;
	color: #01337e;
}
.news-details .text{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	color: #666;
	padding: 78px 0 74px 0;
	border-bottom: 1px solid #ddd;
}
.news-details .text img{
	max-width: 100%;
	height: auto!important;
}
.news-details .text p,
.news-details .text span{
	word-wrap: break-all!important;
	word-break: normal!important;
}
.news-page{
	float: left;
	width: 100%;
	margin: 56px 0 0px 0;
	position: relative;
}
.news-page .news-page-1{
	float: left;
	width: 80%;
	margin-top: 4px;
	padding-left: 96px;
	position: relative;
}
.news-page .news-page-1 span{
	position: absolute;
	left: 0;
	top: 0;
	width: 96px;
	height: 40px;
	line-height: 38px;
	font-size: 18px;
	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;
	font-size: 18px;
	padding: 0 30px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-page .news-page-1:hover span{
	color: #01337e;
	border: 1px dashed #01337e;
}
.news-page .news-page-1:hover a{
	color: #01337e;
}
.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: #01337e;
}
.news-page .return img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 16px;
}
.news-page .return:hover{
	opacity: 0.8;
}

.more-news{
	float: left;
	width: 100%;
	padding-top: 86px;
}
.more-a{
	float: left;
	width: 100%;
	margin-top: 64px;
	text-align: center;
}
.more-a a{
	display: inline-block;
	width: 228px;
	height: 70px;
	line-height: 68px;
	font-size: 24px;
	border: 1px dashed #5665ae;
	border-radius: 34px;
	color: #333;
	text-align: center;
}
.more-a a:hover{
	color: #fff;
	background: #5665ae;
	border: 1px solid #5665ae;
}

@media (max-width: 1440px) {
	.news-details{
		padding: 48px 0 100px 0;
	}
	.newsde-1{
		line-height: 48px;
		font-size: 32px;
		padding-right: 120px;
	}
	.newsde-1 a{
		width: 110px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		border-radius: 24px;
	}
	.news-de-2-f{
		margin-top: 30px;
	}
	.news-details .text {
	    font-size: 16px;
	    padding: 58px 0 54px 0;
	}
	.news-page {
	    margin: 36px 0 0px 0;
	}
	
	
}

@media (max-width: 1199px) {
	.news-details {
	    padding: 32px 0 50px 0;
	}
	
	.newsde-1{
		font-size: 24px;
		line-height: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.news-de-2-f {
	    margin-top: 20px;
	}
	.newsde-1 a {
	    width: 110px;
	    height: 40px;
	    line-height: 40px;
	    border-radius: 20px;
	}
	
	.news-de-2-f .news-de-2-fun{
		max-width: 50%;
	}
	.news-de-2-f{
		padding: 10px 0;
	}
	
	.news-details .text {
	    font-size: 16px;
	    padding: 32px 0 42px 0;
	}
	.news-page .news-page-1 span{
		font-size: 16px;
	}
	.news-page .news-page-1 a{
		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;
	}
	.more-news{
		padding-top: 60px;
	}
	.more-a a {
	    width: 200px;
	    height: 60px;
	    line-height: 58px;
	    font-size: 20px;
	    border-radius: 30px;
	}
}

@media (max-width: 991px) {
	.news-page .return{
		width: 160px;
	}
	.newsde-1{
		font-size: 24px;
	}
	.news-page .return {
	    width: 140px;
		height: 48px;
		line-height: 48px;
	}
	.news-de-2-f .news-de-2-time{
		width: 100%;
		text-align: center;
	}
	.news-details {
	    padding: 20px 0 30px 0;
	}
	.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;
	}
	.news-page {
	    margin: 15px 0 30px 0;
	}
}

@media (max-width: 767px){
	.newsde-1{
		padding-right: 0;
	}
	.newsde-1 a{
		position: relative;
		right: auto;
		top: auto;
		display: inline-block;
		float: right;
	}
	.newsde-1 span{
		float: left;
		width: 100%;
		font-size: 18px;
		line-height: 1.5;
		    text-align: center;
	}
	.news-details {
	    padding: 10px 0 20px 0;
	}
	
	.news-de-2-f {
	    padding: 10px 0 5px 0;
	    line-height: 20px;
		margin-top: 5px;
	}
	.news-de-2-f .news-de-2-time{
		font-size: 16px;
	}
	.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;
	}
	.news-details .text {
	    font-size: 14px;
	    padding: 15px 0 15px 0;
	}
	.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 0px 0;
	}
	.news-page .news-page-1{
		width: 100%;
	}
	.more-news {
	    padding-top: 30px;
	}
	.more-a {
	    margin-top: 20px;
	}
	.more-a a {
	    width: 150px;
	    height: 44px;
	    line-height: 42px;
	    font-size: 16px;
	    border-radius: 19px;
	}
}

.product{
	float: left;
	width: 100%;
	padding: 54px 0 178px 0;
}
.product-list{
	float: left;
	width: 100%;
}
.product-list .product-li-1{
	float: left;
	width: 100%;
	margin-top: 48px;
	padding: 64px 3.75% 70px 42.875%;
	border-radius: 10px;
	border-bottom-right-radius: 90px;
	position: relative;
	box-shadow: 1px 0 5px rgba(0,0,0,0.15);
}
.product-list .product-li-1:nth-child(2){
	padding: 64px 39.375% 70px 7.125%;
}
.product-list .product-li-1.pro-bg-1{
	background: url(../image/pro-bg-1_1.jpg) no-repeat;
	background-size: cover;
}
.product-list .product-li-1.pro-bg-2{
	background: url(../image/pro-bg-2_1.jpg) no-repeat;
	background-size: cover;
}
.product-list .product-li-1 .pro-img{
	position: absolute;
	bottom: 0;
	left: 5%;
	-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-list .product-li-1:nth-child(2) .pro-img{
	left: auto;
	right: 5%;
}
.product-list .pro-txt{
	float: left;
	width: 100%;
	color: #fff;
}
.product-list .pro-txt .pro-txt-c{
	float: left;
	width: 100%;
	font-size: 32px;
}
.product-list .pro-txt .pro-txt-e{
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 10px;
	padding-bottom: 24px;
	position: relative;
	font-family: 'CenturyGothic';
}
.product-list .pro-txt .pro-txt-e::after{
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../image/ico_1.png) no-repeat;
	background-size: cover;
	content: "";
	width: 88px;
	height: 6px;
}
.product-list .pro-txt .pro-txt-p{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 32px;
	height: 64px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.product-list .pro-txt .pro-txt-a{
	float: left;
	width: 100%;
	font-size: 16px;
	margin-top: 32px;
}
.product-list .pro-txt .pro-txt-a a{
	display: inline-block;
	line-height: 48px;
	border-radius: 24px;
	padding: 0 38px;
	color: #fff;
	background-image: repeating-linear-gradient(#f0c67e,#d9972f);
	-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-list .pro-txt .pro-txt-a a:hover{
	opacity: 0.9;
	background: #fff;
	color: #5665ae;
}
.product-list .product-li-1:hover .pro-img{
	margin-left: 5px;
}
.product-list .product-li-1:nth-child(2):hover .pro-img{
	margin-right: 5px;
}
.product-list .product-li-2{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.product-list .product-li-2 .product-li2-1{
	float: left;
	width: 48.2%;
	margin-right: 3.6%;
	padding: 80px 2.5% 85px 3.8%;
	position: relative;
}
.pro-bg-3{
	background: url(../image/pro-bg-3_1.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.pro-bg-4{
	background: url(../image/pro-bg-4_1.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
	border-bottom-right-radius: 90px;
}
.product-list .product-li-2 .product-li2-1:nth-child(2n){
	margin-right: 0;
}
.product-list .product-li-2 .product-li2-1 .pro-txt{
	padding-right: 310px;
}
.product-list .product-li-2 .product-li2-1.pro-bg-4 .pro-txt {
    padding-right: 420px;
}
.product-list .product-li-2 .product-li2-1 .pro-txt .pro-txt-p{
	height: 160px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.pro-img-1{
	position: absolute;
	right: 0;
	top: 80px;
	-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;
}
.pro-img-2{
	position: absolute;
	right: 0;
	top: 80px;
	-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-list .product-li-2 .product-li2-1:hover .pro-img-1,
.product-list .product-li-2 .product-li2-1:hover .pro-img-2{
	margin-right: 5px;
}
@media (max-width: 1440px){
	.product {
	    padding: 48px 0 128px 0;
	}
	.product-list .pro-txt .pro-txt-p{
		font-size: 16px;
	}
	.product-list .product-li-1 {
	    margin-top: 36px;
	    padding: 60px 3% 64px 40%;
	}
	.product-list .product-li-1 .pro-img{
		height: 350px;
		left: 1%;
	}
	.product-list .product-li-1:nth-child(2) {
	    padding: 60px 36% 64px 5%;
	}
	.product-list .product-li-1:nth-child(2) .pro-img{
		right: 1%;
	}
	.product-list .product-li-2 .product-li2-1 {
	    padding: 75px 2% 80px 3%;
	    position: relative;
	}
	.pro-img-1{
		width: 300px;
	}
	.product-list .product-li-2 .product-li2-1 .pro-txt {
	    padding-right: 44%;
	}
	.pro-img-2{
		width: 400px;
	}
	.product-list .product-li-2 .product-li2-1.pro-bg-4 .pro-txt {
	    padding-right: 60%;
	}
}
@media (max-width: 1199px){
	.product-list .product-li-2 .product-li2-1{
		width: 100%;
		margin-right: 0;
	}
	.product-list .product-li-1{
		margin-top: 30px;
	}
	.product-list .product-li-2{
		margin-top: 00px;
	}
	.product {
	    padding: 30px 0 68px 0;
	}
	.product-list .product-li-1 .pro-img{
		height: 300px;
		bottom: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.product-list .product-li-1 {
	    padding: 40px 3% 40px 45%;
	}
	.product-list .pro-txt .pro-txt-c{
		font-size: 28px;
	}
	.product-list .pro-txt .pro-txt-e {
	    font-size: 16px;
	    margin-top: 8px;
	    padding-bottom: 20px;
	}
	.product-list .pro-txt .pro-txt-p {
	    font-size: 16px;
	    line-height: 24px;
	    height: 72px;
	    margin-top: 18px;
	    -webkit-line-clamp: 3;
	}
	.product-list .pro-txt .pro-txt-a{
		margin-top: 24px;
	}
	.product-list .product-li-1:nth-child(2) {
	    padding: 40px 45% 40px 3%;
	}
	.product-list .product-li-2 .product-li2-1 .pro-txt .pro-txt-p{
		/* height: auto; */
	}
	.product-list .product-li-2 .product-li2-1{
		margin-top: 30px;
	}
	.pro-img-1,
	.pro-img-2{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.product-list .product-li-2 .product-li2-1.pro-bg-4 .pro-txt {
	    padding-right: 44%;
	}
}
@media (max-width: 991px){
	.product-list .product-li-1 .pro-img{
		height: 220px;
	}
	.product-list .pro-txt .pro-txt-c {
	    font-size: 24px;
	}
	.product-list .pro-txt .pro-txt-e{
		padding-bottom: 14px;
	}
	.product-list .pro-txt .pro-txt-e::after {
	    width: 60px;
	    height: 4px;
	}
	.product-list .pro-txt .pro-txt-p{
		margin-top: 15px;
	}
	.product-list .pro-txt .pro-txt-a {
	    margin-top: 15px;
	}
	.product-list .pro-txt .pro-txt-a a {
	    line-height: 40px;
	    border-radius: 20px;
	    padding: 0 24px;
	}
	.product-list .product-li-2 .product-li2-1 {
	    padding: 24px 2% 24px 3%;
	}
	.pro-img-1 {
		width: auto;
	    height: 280px;
	}
	.product-list .product-li-2 .product-li2-1 .pro-txt .pro-txt-p{
		min-height: 160px;
	}
	.pro-img-2{
		width: auto;
		height: 280px;
	}
	.pro-bg-4,
	.product-list .product-li-1{
		border-bottom-right-radius: 60px;
	}
}
@media (max-width: 767px){
	.product-list .product-li-1 .pro-img{
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		width: auto;
		height: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.product-list .product-li-1 {
	    padding: 20px 5% 20px 5%;
	}
	.product-list .product-li-1:nth-child(2) {
	    padding: 20px 5% 20px 5%;
	}
	
	.pro-img-1,
	.pro-img-2{
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		width: auto;
		height: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
	}
	.product-list .product-li-2 .product-li2-1 .pro-txt {
	    padding-right: 0%;
	}
	.product-list .product-li-2 .product-li2-1 {
	    padding: 20px 5% 20px 5%;
	}
	.product-list .product-li-2 .product-li2-1 .pro-txt .pro-txt-p{
		height: auto;
		min-height: auto;
	}
	.product-list .product-li-2 .product-li2-1.pro-bg-4 .pro-txt {
	    padding-right: 0%;
	}
	.product {
	    padding: 20px 0 20px 0;
	}
	.product-list .product-li-1{
		margin-top: 20px;
	}
	.pro-bg-4, .product-list .product-li-1 {
	    border-bottom-right-radius: 30px;
	}
	.product-list .product-li-2 .product-li2-1 {
	    margin-top: 20px;
	}
	.product-list .pro-txt .pro-txt-c {
	    font-size: 22px;
	}
	.product-list .pro-txt .pro-txt-e{
		font-size: 14px;
	}
	.product-list .pro-txt .pro-txt-p{
		font-size: 14px;
	}
}

/*产品详情*/
.bg-5665ae{
	background: #5665ae;
}
.wrap-sidenav.bg-5665ae .sidenav ul li a{
	color: #fff;
}
.wrap-sidenav.bg-5665ae .sidenav ul li.active a, .wrap-sidenav.bg-5665ae .sidenav ul li:hover a {
    border-bottom-color: #fff;
}
.product-details{
	position: relative;
	float: left;
	width: 100%;
	padding: 48px 0 180px 0;
	text-align: center;
}
.pro-prev,
.pro-next{
	position: fixed;
	top: 55%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.pro-prev{
	float: left;
	margin-left: -81px;
}
.pro-next{
	float: right;
	margin-right: -81px;
}

@media (max-width: 1366px){
	.pro-prev{
		margin-left: -81px;
	}
	.pro-next{
		margin-right: -0px;
	}
}
@media (max-width: 1199px){
	.pro-prev{
		margin-left: -0px;
		left: 3%;
	}
	.pro-next{
		margin-right: -0px;
		right: 3%;
	}
	.pro-prev,
	.pro-next{
		width: 60px;
		top: 50%;
	}
}
@media (max-width: 767px){
	.product-details {
		padding: 20px 0 20px 0;
	}
	.pro-prev,
	.pro-next{
		width: 40px;
	}
}

/*联系我们*/
.contact{
	float: left;
	width: 100%;
}
.contact .con-1{
	float: left;
	width: 100%;
	margin: 80px 0 0 0;
}
.contact .con-1 .con-1-con{
	float: left;
	width: 100%;
	margin-top: 48px;
	border-radius: 10px;
	background: #f9f9f9;
	overflow: hidden;
}
.contact .con-1 .con-1-con .con-1-left{
	float: left;
	width: 50%;
	padding: 56px 7.6% 0 6.3%;
}
.contact .con-1 .con-1-con .con-1-left .con-1-top{
	float: left;
	width: 100%;
}
.contact .con-1 .con-1-con .con-1-left .con-1-mid{
	float: left;
	width: 100%;
	margin-top: 18px;
}
.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li{
	float: left;
	width: 100%;
	padding: 24px 0 24px 72px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li:last-child{
	border-bottom: 0px dashed #ccc;
}
.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li > img{
	position: absolute;
	top: 27px;
	left: 0;
	width: 38px;
}
.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li .con-1-mid-t{
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 18px;
	color: #333;
}
.contact .con-1 .con-1-con .con-1-left .con-1-mid .con-1-mid-li .con-1-mid-d{
	font-family: 'CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 22px;
	color: #666;
}
.f18yahei{
	font-size: 18px;
	color: #333;
	font-family: "microsoft yahei";
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot{
	float: left;
	width: 100%;
	margin-top: 36px;
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con{
	display: inline-block;
	padding: 15px 0;
	border-radius: 32px;
	background: #5665ae;
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox{
	
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox a{
	height: 32px;
	margin: 0 32px!important;
	position: relative;
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox a::after{
	position: absolute;
	right: -35px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fff;
	content: "";
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox a:last-child::after{
	display: none;
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox .bds_weixin{
	width: 41px;
	background: url(../image/ico-wx_1.png) no-repeat;
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox .bds_tsina{
	width: 36px;
	background: url(../image/ico-wb_1.png) no-repeat;
}
.contact .con-1 .con-1-con .con-1-left .con-1-bot .con-1-bot-con .bdsharebuttonbox .bds_tmall{
	width: 33px;
	background: url(../image/ico-tm_1.png) no-repeat;
}


.contact .con-1 .con-1-con .con-1-right{
	float: left;
	width: 50%;
	height: 480px;
}
.contact .con-1 .con-1-con .con-1-right img{
	max-width: none;
}
.contact .con-1 .con-1-con .con-1-right .map1{
	width: 100%;
	height: 100%;
}


/*在线留言*/
.con-2{
	float: left;
	width: 100%;
	padding: 98px 0;
}
.con-2 .contact-3-form{
	float: left;
	width: 100%;
	margin-top: 60px;
	padding: 34px 7.1% 0 5.9%;
	background: #f9f9f9;
	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: 32px;
	border-radius: 10px;
	overflow: hidden;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
	float: left;
	width: 48.4%;
	height: 80px;
	line-height: 23px;
	padding: 24px 2.2%;
	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 2.2%;
	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: #01337e;
	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: 3.2%;
}
.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: #ccc;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2::-webkit-input-placeholder {
	color: #ccc;
}

.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:20px;
	margin-top: 2px;
	background: url(../image/radio_1.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_1.png) no-repeat;
}
.contact-message-form .contact-me-fo-div2{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
@media (max-width: 1440px){
	.con-2 {
	    padding: 88px 0 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: 480px;
	}
	.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: 50px;
	    padding: 40px 6% 88px 6%;
	}
	
	.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%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		background-size: 100% 100%;
	}
	.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 {
	    padding: 40px 0 80px 0;
	}
	.con-2 .contact-3-form {
	    margin-top: 40px;
	    padding: 20px 3% 40px 3%;
	}
	.contact-message-form .contact-me-fo-div1{
		margin-top: 24px;
	}
	.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: 50px 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 {
	    padding: 50px 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: 0;
	}
	.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{
		margin-top: 10px;
		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: 20px;
	    padding: 20px 3% 20px 3%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.right {
	    margin-top: 10px;
	}
}

/*招商加盟*/
.join{
	float: left;
	width: 100%;
}
.join-1{
	float: left;
	width: 100%;
	padding: 58px 0 0 0;
}
.join-1 .join-con{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 52px;
}
.join-1 .join-con .join-link{
	position: absolute;
	left: 10.3%;
	bottom: 22.8%;
	width: 26%;
}
.mar-112{
	margin-bottom: 112px;
}

@media (max-width: 1199px){
	.join-1{
		padding: 36px 0 0 0;
	}
	.join-1 .join-con{
		margin-top: 30px;
	}
	.mar-112{
		margin-bottom: 52px;
	}
}

@media (max-width: 991px){
	.join-1 .join-con {
	    margin-top: 20px;
	}
	.join-1 {
	    padding: 30px 0 0 0;
	}
	.mar-112 {
	    margin-bottom: 36px;
	}
}
@media (max-width: 767px){
	.join-1 {
	    padding: 20px 0 0 0;
	}
	.mar-112 {
	    margin-bottom: 20px;
	}
}

/*招贤纳士*/
.job-1{
	float: left;
	width: 100%;
	padding: 42px 0 126px 0;
}

.job-link{
	float: left;
	width: 100%;
	margin-top: 56px;
}
.job-link a{
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
	padding: 36px 4% 16px 4%;
	border: 1px solid #c9c9c9;
}
.job-link a:nth-child(3n){
	margin-right: 0;
}
.job-link a .job-link-con{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 60px;
}
.job-link a .job-link-con img{
	position: absolute;
	left: 0;
	top: 5px;
}
.job-link a .job-link-con .block{
	display: block;
}
.job-link a .job-link-con .none{
	display: none;
}
.job-link a .job-link-con .job-link-txt{
	float: left;
	width: 100%;
}
.job-link a .job-link-con .job-link-txt .job-link-c{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 24px;
	color: #333;
}
.job-link a .job-link-con .job-link-txt .job-link-e{
	float: left;
	width: 100%;
	height: 52px;
	line-height: 26px;
	font-size: 20px;
	color: #999;
	text-transform: uppercase;
}
.job-link a:hover,
.job-link a.active{
	background: #5665ae;
	border: 1px solid #5665ae;
}
.job-link a:hover .job-link-con .block,
.job-link a.active .job-link-con .block{
	display: none;
}
.job-link a:hover .job-link-con .none,
.job-link a.active .job-link-con .none{
	display: block;
}
.job-link a:hover .job-link-con .job-link-txt .job-link-c,
.job-link a.active .job-link-con .job-link-txt .job-link-c{
	color: #fff;
}
.job-link a:hover .job-link-con .job-link-txt .job-link-e,	
.job-link a.active .job-link-con .job-link-txt .job-link-e{
	color: #fff;
}	

.wrap-job {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.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{

}
.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;
	border-radius: 10px;
	overflow: auto;
}
.wrap-job .job .list > ul > li .tlist{
    overflow: hidden;
	padding: 46px 115px 24px 4.3%;
	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: 13.8%;
}
.wrap-job .job .list > ul > li .tlist .top .top-h1{
	float: left;
	width: 43.3%;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	color: #0a4387;
	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::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: #eaeaea;
	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: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 .titem{
	position: absolute;
	right: 0px;
	top: 0;
	width: 115px;
	height: 194px;
	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-4_1.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/ico-1-on_1.png) center no-repeat; */
}
.wrap-job .job .list > ul > li .note{
    display: none;
	float: left;
	width: 100%;
    padding: 56px 4.3% 54px 4.3%;
    background-color: #f9f9f9;
}
.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: #0a4387;
	font-weight: bold;
}

.wrap-job .job .list > ul > li .note a{
	display: inline-block;
	float: left;
	padding: 0 38px;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	text-align: center;
	background: #5665ae;
	color: #fff;
	margin-top: 32px;
}
.wrap-job .job .list > ul > li .note a:hover{
	opacity: 0.9;
}
.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;
	padding: 0 56px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	font-size: 14px;
	color: #fff;
	background: #5665ae;
}
.wrap-job .showMorehandle a:hover{
	opacity: 0.9;
}

@media (max-width: 1500px){
	.job-link a {
	    padding: 30px 4% 10px 4%;
	}
	.job-link a .job-link-con .job-link-txt .job-link-c{
		font-size: 20px;
	}
	.job-link a .job-link-con .job-link-txt .job-link-e{
		font-size: 16px;
	}
	.work {
	    padding: 60px 0 88px 0;
	}
	.work-form {
	    padding-bottom: 60px;
	}
	.work-form .work-form-con {
	    margin-top: 48px;
	}
	.work-form .work-h1 {
	    line-height: 32px;
	    font-size: 30px;
	}
	.wrap-job .job .list > ul > li .tlist {
		padding: 36px 8% 20px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		height: 175px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom{
		margin-top: 20px;
	}
	.wrap-job .job .list > ul > li .note {
	    padding: 36px 4% 34px 4%;
	}
	.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){
	.job-1 {
	    padding: 30px 0 86px 0;
	}
	.job-link {
	    margin-top: 40px;
	}
	.job-link a {
	    width: 32%;
	    margin-right: 2%;
	}
	.job-link a {
	    padding: 20px 2.4% 10px 2.4%;
	}
	.job-link a .job-link-con .job-link-txt .job-link-c {
	    font-size: 18px;
		line-height: 28px;
	}
	.job-link a .job-link-con .job-link-txt .job-link-e {
	    font-size: 14px;
		height: 40px;
		line-height: 20px;
	}
	.job-link a .job-link-con{
		padding-left: 50px;
	}
	.job-link a .job-link-con img{
		width: 40px;
	}
	
	.wrap-job .job .list > ul > li{
		margin-top: 20px;
	}
	.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: 0;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span{
		padding: 0 0;
		margin-right: 36px;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span::after{
		left: -18px;
	}
	.work {
	    padding: 40px 0 58px 0;
	}
	.work-form .work-h1 {
	    line-height: 28px;
	    font-size: 24px;
	}
	.work-form .work-form-con {
	    margin-top: 24px;
	}
	.work-form .work-form-con input[type=text]{
		margin: 0 8px;
	}
	.work-form .work-form-con select{
		margin: 0 8px;
		width: 18%;
	}
	.work-form .work-form-con input[type=submit]{
		margin: 0 8px;
	}
	.work-form {
	    padding-bottom: 30px;
	}
	.wrap-job .job .list > ul > li .tlist {
	    padding: 20px 90px 20px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .tlist-con{
		padding-right: 6%;
	}
	.wrap-job .job .list > ul > li .tlist .bottom {
	    margin-top: 10px;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		width: 90px;
		height: 175px;
	}
	.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 90px 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;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(even){
		width: 30%!important;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		height: 195px;
	}
	.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){
	.job-link a .job-link-con img {
	    width: 30px;
		top: 6px;
	}
	.job-link a .job-link-con {
	    padding-left: 40px;
	}
	.job-link a .job-link-con .job-link-txt .job-link-c {
	    font-size: 16px;
	    line-height: 24px;
	}
	.job-link a .job-link-con .job-link-txt .job-link-e {
	    height: auto;
	    line-height: 16px;
		font-size: 14px;
	}
	.job-link a{
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-top: 10px;
		display: inline-block;
		padding: 10px 2.4% 10px 2.4%;
	}
	.job-link a:nth-child(2){
		margin-right: 0;
	}
	.job-link a:nth-child(3){
		width: 100%;
		margin-right: 0;
	}
	.job-1 {
	    padding: 20px 0 20px 0;
	}
	.job-link {
	    margin-top: 10px;
	}
	
	.wrap-job{
		margin-top: 0px;
	}
	.work {
	    padding: 20px 0 20px 0;
	}
	.work-form .work-h1 {
	    line-height: 20px;
	    font-size: 18px;
	}
	.work-form .work-form-con input[type=text]{
		float: left;
		width: 100%;
		margin: 0;
		height: 48px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.work-form .work-form-con select{
		float: left;
		width: 40%;
		margin-right: 2%;
		margin-left: 0;
	    padding: 0 24px 0 10px;	
		height: 48px;
		line-height: 48px;
	}
	.work-form .work-form-con input[type=submit]{
		width: 16%;
		margin: 0;
		height: 48px;
	}
	.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{
	   line-height: 22px;
   }
   .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;
	   margin-right: 0;
   }
   .wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span::after {
       left: -0px;
   }
   .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: 129px;
   }
   
   .wrap-job .job .list > ul > li .note {
       padding: 0px 3% 15px 3%;
   }
   .wrap-job .job .list > ul > li .note a{
	  margin-top: 10px;
	  width: auto;
	  height: 36px;
	  line-height: 36px; 
	  padding: 0 30px;
   }
   .wrap-job .showMorehandle {
       margin-top: 20px;
   }
   .wrap-job .showMorehandle a {
       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.6;
		padding: 0;
	}
}

@media (max-width: 375px){
	.wrap-job .job .list > ul > li .tlist .tlist-con {
	    padding-right: 0%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 {
	    margin-left: -0px;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span{
		padding: 0 4px;
	}
}


.advde-con{
	float: left;
	width: 100%;
	margin-top: 68px;
	position: relative;
}
.advde-con .advde-txt{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background: rgba(93,97,170,0.8);
}
.advde-con .advde-txt.left{
	right: auto;
	left: 0;
}
.advde-con .advde-txt .advde-txt-con{
	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: 68.25%;
	color: #fff;
}
.advde-con .advde-txt .advde-txt-con .advde-txt-con-t{
	float: left;
	width: 100%;
}
.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-tc{
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 1;
}
.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-te{
	font-family: 'CenturyGothic';
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 1.4;
	margin-top: 16px;
	padding-bottom: 42px;
	position: relative;
}
.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-te::after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 33px;
	height: 6px;
	background: #fff;
	content: "";
}
.advde-con .advde-txt .advde-txt-con .advde-txt-con-p{
	float: left;
	width: 100%;
}
.advde-con .advde-txt .advde-txt-con .advde-txt-con-p .advde-txt-con-p1{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 1.5;
	margin-top: 28px;
}
.advde-con .advde-txt .advde-txt-con .advde-txt-con-p .advde-txt-con-p2{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	margin-top: 28px;
}
@media (max-width: 1600px){
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-tc{
		font-size: 30px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-te {
	    font-size: 22px;
	    margin-top: 12px;
	    padding-bottom: 30px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-te::after{
		width: 28px;
		height: 4px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-p .advde-txt-con-p1 {
	    font-size: 20px;
	    margin-top: 20px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-p .advde-txt-con-p2 {
	    font-size: 16px;
	    margin-top: 20px;
	}
}
@media (max-width: 1199px){
	.advde-con{
		margin-top: 40px;
	}
	.advde-con .advde-txt .advde-txt-con{
		width: 84%;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-tc {
	    font-size: 24px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-te {
	    font-size: 18px;
	    margin-top: 8px;
	    padding-bottom: 15px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-te::after {
	    width: 24px;
	    height: 3px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-p .advde-txt-con-p1 {
	    font-size: 18px;
	    margin-top: 10px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-p .advde-txt-con-p2 {
	    font-size: 14px;
	    margin-top: 10px;
	}
}
@media (max-width: 991px){
	.advde-con .advde-txt{
		width: 100%;
	}
	.advde-con .advde-txt .advde-txt-con{
		width: 90%;
	}
}
@media (max-width: 767px){
	.advde-con .advde-txt{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		float: left;
		width: 100%;
	}
	.advde-con .advde-txt .advde-txt-con{
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		float: left;
		width: 100%;
		-webkit-transform: translate(-0%,-0%);
		-ms-transform: translate(-0%,-0%);
		-moz-transform: translate(-0%,-0%);
		transform: translate(-0%,-0%);
		padding: 15px 5%;
	}
	.advde-con {
	    margin-top: 20px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-tc {
	    font-size: 20px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-t .advde-txt-con-te {
	    font-size: 16px;
	    margin-top: 4px;
	    padding-bottom: 10px;
	}
	.advde-con .advde-txt .advde-txt-con .advde-txt-con-p .advde-txt-con-p1 {
	    font-size: 16px;
	    margin-top: 8px;
	}
}

/*弹层*/
.ceng{
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.3); 
	top: 0; 
	left: 0; 
	z-index: 99999999999;
	overflow: hidden;
}
.index-pic{
	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: 680px;
}
.index-pic .i-img-1{
	width: 100%;
	position: relative;
}
.index-pic .i-clode{
	position: absolute;
	right: 72px;
	top: 78px;
	z-index: 1;
	cursor: pointer;
}
.i-clode-1{
	position: absolute;
	left: 10.747%;
	bottom: 20.357%;
	width: 122px;
	height: 52px;
	line-height: 48px;
	border-radius: 26px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border: 2px dashed #fff;
}
.i-clode-1:hover{
	color: #fff;
}

@media (max-width: 1440px) {
	
}
@media (max-width: 991px) {
	.ceng{
		/* display: none; */
	}
	.index-pic{
		width: 600px;
	}
	.index-pic .i-clode{
		right: 30px;
		top: 30px;
	}
}
@media (max-width: 767px) {
	.index-pic{
		width: 360px;
	}
	.index-pic .i-clode{
		right: 20px;
		top: 20px;
		width: 24px;
		height: 24px;
	}
	.i-clode-1{
		width: 68px;
		height: 24px;
		line-height: 22px;
		border-radius: 12px;
		font-size: 12px;
		border: 1px dashed #fff;
	}
}





.servicehiddee{ overflow: hidden;}
.service{ padding: 100px 0;}
.service__list li{ margin-bottom: 124px;}
.service__list li figure{ display: block; position: relative; width: 45.3%; float: left; line-height: 1; margin: 0;background: linear-gradient(to bottom, #f7f7f7 0%, #d8d9de 100%);border-radius: 8px;/* background: url(../images/probg.jpg) no-repeat center;*/ background-size: cover;
/*background: #2975bd;*/}
.service__list li figure img{ display: block; width: 100%; height: auto; line-height: 1; border-radius: 8px; transition: 0.68s;}
.service__list li figure:before{ content: ""; width: 38px; height: 38px; background: #0154a7; border-radius: 6px; position: absolute; right: -62px; top: 23px;}
.service__text{ width: 44.666%; float: right; margin-right: 4.666%; text-align: right;margin-top: 3%;}
.service__text small{ display: block; color: #444444; font-size: 40px; line-height: 1; font-family: 'CenturyGothic'; margin-bottom: 8px; text-/*transform: uppercase;*/}
.service__text strong{ display: block; line-height: 1.2; color: #444444; font-size: 26px; margin-bottom: 38px; font-weight: normal; }
.service__text p{ color: #999999; font-size: 16px;/* height: 134px; margin-bottom: 50px;*/ line-height: 30px; -webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;}
.service__text b{ display: inline-block; width: 129px; height: 56px; line-height: 56px; text-align: center; line-height: 56px; border-radius: 8px; background: #eeeff3; color: #01337e; font-size: 14px; font-family: "DINPro-Light"; overflow: hidden; position: relative; z-index: 3; transition: 0.4s; font-weight: normal; margin-top:50px;}
.service__text b:before{ content: ""; width: 100%; height: 100%; background: #01337e; border-radius: 8px; position: absolute; right: 0; top: 0; width: 0; transition: 0.5s; z-index: -1;}
.service__list li a:hover figure img{ transform: scale(1.05); -webkit-transform: scale(1.05); -moz-transform: scale(1.05);}
.service__list li a:hover .service__text b{ color: #fff;}
.service__list li a:hover .service__text b:before{ width: 100%; right: auto; left: 0;}
.service__list li.service__two figure{ float: right;}
.service__list li.service__two figure:before{ right: auto; left: -66px; bottom: 0; top: auto;}
.service__list li.service__two .service__text{ float: left; text-align: left; margin-right: 0; margin-left:38px;}
.checkmore{ text-align: center;}
.checkmore a{ display: inline-block; width: 179px; height: 58px; line-height: 58px; text-align: center; color: #01337e; font-size: 17px; border-radius: 6px; border: 1px solid #01337e; position: relative; z-index: 3;}
 .checkmore a:before{ content: ""; width: 100%; height: 100%; border-radius: 6px; background: #01337e; position: absolute; right: 0; transition: 0.4s; width: 0; z-index: -1;}
.checkmore a:hover{ color: #fff;}
.checkmore a:hover:before{ width: 100%; left: 0; right: auto;}
.service__view{ width: 1032px; margin: auto; max-width: 90%; margin-top: 74px;}
.service__title{ position: relative; padding: 116px 0 85px;}
.service__title small{ display: block; color: #444444; font-size: 40px; line-height: 1; text-align: center; font-family: "DINPro-Light"; margin-bottom: 8px;}
.service__title span{ display: block; text-align: center; color: #444444; font-size: 26px;}
.service__img{ float: left;}
.service__img img{ display: block; width: 100%; height: auto; border-radius: 7px;}
.service__product{ width: 914px; margin: auto; max-width: 100%;}



@media screen and (max-width:1024px){
		.service{ padding: 100px 0;}
	.service__list li{ margin-bottom: 60px;}
	.service__text small{ font-size: 32px;}
	.service__text strong{ font-size: 22px; margin-bottom: 22px;}
	.service__text p{/* height: 100px;*/}
	.service__view{ margin-top: 60px;}
	.service__title{ padding: 40px 0 30px;}
	.service__title .wiggly--vertical{ bottom: -50px;}
	.cooperate{ width: calc(100% + 12px);}
	.recommend{ padding: 40px 0 60px;}
}


@media screen and (max-width:861px){
		.service__list li{ margin-bottom: 32px;}
	.cooperate li{ width: 25%;}
	.recommendin{ width: 48.5%; margin-left: 0; margin-bottom: 20px;}
	.recommendin:nth-child(2n+2){ float: right;}
}

@media screen and (max-width:640px){
		.service{ padding: 38px 0;}
	.service__list li figure{ width: 100%; overflow: hidden;}
	.service__list li figure:before{ display: none;}
	.service__text{ margin-right: 0; width: 100%; margin-top: 20px; text-align: left;}
	.service__text p{ /*height: auto;*/ margin-bottom: 22px;}
	.service__list li.service__two .service__text{ margin-left: 0;}
	.checkmore a{ width: 150px; height: 46px; line-height: 46px; font-size: 14px;}
	.service__title small{ font-size: 32px;}
	.service__title span{ font-size: 22px;}
	.protext{ padding: 40px 0;}
	.protext p{ font-size: 14px;}
	.cooperate li{ width: 33.3333%;}
	.cooperatedown{ padding: 32px 0;}
	.service__title .wiggly--vertical{ display: none;}
}


@media screen and (max-width:481px){
		.service__title{ padding: 32px 0 26px;}
	.service__title small{ font-size: 26px;}
	.service__title span{ line-height: 1; font-size: 20px;}
	.protext{ padding: 30px 0;}
	.cooperate li{ width: 50%;}
	.recommendin{ width: 100%;}
	.recommend{ padding: 32px 0 20px;}
	.family__list li figure{ margin: 5px; border-radius: 4px;}
}




/*关于我们*/
.inner1{ width: 1440px; margin: auto;}
.introduct{ padding: 167px 0 175px;}
.introduct__content{ width: 42.8%; float: left;margin-top: 6%;}
.intro__title{ margin-bottom: 42px;}
.intro__title small{ display: block; color: #444444; font-size: 33px; line-height: 1; font-family: 'CenturyGothic'; margin-bottom: 12px;}
.intro__title span{ display: block; line-height: 1; color: #444444; font-size: 24px;}
.introduct .intro__title small{ font-size: 20px; color: #999;}
.introduct .intro__title span{ color: #01337e; margin-bottom: 10px;}
.introduct__text p{ color: #444444; font-size: 16px; text-align: justify; line-height: 2;}
.introduct__img{ width: 48.83%; float: right;}
.introduct__img img{ display: block; width: 100%; height: auto; border-radius: 6px;}
.profession{ position: relative;}
.profession:before{ content: ""; width: 50%; height: 100%; background: #144b9d; position: absolute; left: 0; top: 0;}
.profession__w{ background: #144b9d; padding-bottom: 135px; position: relative; border-radius: 0 6px 6px 0;}
.profession__img{ width: 48.75%; float: left; margin-top: -120px;}
.profession__img img{ display: block; width: 100%; height: auto; border-radius: 6px;}
.profession__text{ width: 42.91%; float: right; padding-right: 90px; padding-top: 85px;}
.profession__text .intro__title small,.profession__text .intro__title span{ color: #fff;}
.profession__text .introduct__text p{ color: #fff;}

.competence{ padding: 110px 0; position: relative;}
.competencein{ width: 516px; float: left;}
.competenimg{ position: absolute; right: 46px; top: -35px; width: 53%;}
.competenimg img{ display: block; width: 100%; height: auto;}
.operate{ padding: 7.18% 0; background-attachment: fixed; background-position: center;}
.operate__wapper{ width: 775px; margin: auto; max-width: 90%; text-align: center;}
.operate__wapper .intro__title small{ color: #fff;}
.operate__wapper .intro__title span{ color: #fff;}
.operate__wapper .introduct__text p{ color: #fff; text-align: center;}
.benchmanrk{ padding: 136px 0 80px;}
.benchmanrkimg{ float: left; width: 48.8%;}
.benchmanrkimg img{ display: block; width: 100%; height: auto; border-radius: 6px;}
.benchmanrktext{ width: 42.66%; float: right; padding-top: 3%;}

@media screen and (max-width: 1600px){
	.inner1 {
	    width: 1300px;
	}
	.competence {
	    padding:  70px 0;
	}
	.competenimg{ width: 50%;}
}

@media screen and (max-width: 1360px){
	.inner1 {
	    width: 1200px;
	}
	.introduct__content{ margin-top: 3%;}
	.competence {
	    padding:  70px 0;
	}
	.competenimg{ right: 0;}
}


@media screen and (max-width: 1280px){
	.inner1 {
	    width: 90%;
	}
	.intro__title{ margin-bottom: 30px;}
	.competence {
	    padding: 50px 0 14px;
	}
	.competenimg{ right: -35px; top: -22px;}
}
@media screen and (max-width: 1024px){
	.introduct{ padding: 80px 0;}
	.profession__img{ margin-top: 0;}
	.profession__w{ padding: 80px 0;}
	.competenimg{ width: 240px; top: 30px; right: 30px;}
	.competenimg img{ width: 100%; height: auto;}
	.competence{ padding: 80px 0;}
	.profession__text{ padding-top: 40px; padding-right: 30px;}
	.operate{ background-attachment: local;}
	.benchmanrk{ padding: 80px 0;}
	.benchmanrktext{ padding-top: 0;}
	.profession__img{ transform: none !important;}



}
@media screen and (max-width: 861px){
	.introduct__img{ width: 100%;}
	.introduct__content{ width: 100%; padding-top: 30px;}
	.introduct{ padding: 50px 0;}
	.intro__title{ margin-bottom: 45px;}
	.profession__w{ padding: 50px 0;}
	.profession__text{ padding-top: 0;}
	.profession__img{ width: 100%;}
	.profession{ background: #144b9d;}
	.profession__text{ width: 100%; padding-top: 30px; padding-right: 0;}
	.competenimg{display: none;/*position: unset;
    width: 100%;*/}
	.competencein{ width: 100%;} 
	.competence{ padding: 50px 0;}
	.benchmanrk{ padding: 50px 0;}
	.benchmanrkimg{ width: 100%;}
	.benchmanrktext{ width: 100%; padding-top: 30px;}
	.hjbg{ margin-top: 50px;}	
}

@media screen and (max-width: 640px){
	.introduct{ padding: 38px 0;}
	.intro__title{ margin-bottom: 36px;}
	.introduct__text p{ font-size: 14px;}
	.intro__title span{ font-size: 18px;}
	.intro__title small{ font-size: 26px;}
	.introduct .intro__title small {
    font-size: 16px;
}
	.profession__w{ padding: 38px 0;}
	.competence{ padding: 38px 0 0;}
	.benchmanrk{ padding: 38px 0;}
}