@charset "utf-8";
/**
 * style.less
 * 层叠样式表
 gz
 */

@font-face{
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/iconfont.woff2') format('woff2'),
			 url('../fonts/iconfont.woff') format('woff'),
			 url('../fonts/iconfont.ttf') format('truetype'),
			 url('../fonts/iconfont.svg#iconfont') format('svg');
}
@font-face{
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot');
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/CenturyGothic.woff2') format('woff2'),
			 url('../fonts/CenturyGothic.woff') format('woff'),
			 url('../fonts/CenturyGothic.ttf') format('truetype'),
			 url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
}
@font-face{
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot');
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
			 url('../fonts/CenturyGothic-Bold.woff') format('woff'),
			 url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
			 url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
}
/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
	//居中
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-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;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: tb-rl;
*/
* {
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}
html, body{
  position: relative;
}
body{
	font-family: 'Microsoft YaHei','PingFang Regular','Helvetica','Arial';
	font-size: 14px;
	color: #333;
	background: #fff;
	line-height: 1!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
}
body.fixed{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body.searchactive{
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
li,
ol,
ul {
	list-style: none;
}
input[type=number]{
	-moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{
	margin: 0;
	-webkit-appearance: none;
}
ul {
	margin: 0;
	padding: 0;
}
button,
input,
textarea{
	resize: none;
	border: none;
	outline: none;
}
img{
	border: 0;
	max-width: 100%;
}
a{
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:hover,
a:link,
a:visited{
	color: #333;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
	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;
	background: none;
}
.fancybox-iframe{
	background: none;
}
.bdshare-button-style0-16 a, 
.bdshare-button-style0-16 .bds_more{
	padding: 0!important;
	margin: 0!important;
	width: 16px;
	height: 16px;
}
.social-share .icon-wechat .wechat-qrcode{
	left: -92px;
}
.main{
	float: left;
	width: 100%;
}
.w-100{
	float: left;
	width: 100%;
}
.w-1720{
	width: 1720px;
	margin: 0 auto;
}
@media (max-width: 1740px){
	.w-1720{
		width: 100%;
		padding: 0 3%;
	}
}
@media (max-width: 767px){
	.w-1720{
		padding: 0 0%;
	}
}
.w-1620{
	width: 1620px;
	margin: 0 auto;
}
@media (max-width: 1640px){
	.w-1620{
		width: 100%;
		padding: 0 3%;
	}
}

.w-1520{
	width: 1520px;
	margin: 0 auto;
}
@media (max-width: 1540px){
	.w-1520{
		width: 100%;
		padding: 0 3%;
	}
}
.w-1485{
	width: 1485px;
	margin: 0 auto;
}
@media (max-width: 1500px){
	.w-1485{
		width: 100%;
		padding: 0 3%;
	}
}
.w-1440{
	width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1480px){
	.w-1440{
		width: 100%;
		padding: 0 3%;
	}
}
.w-1140{
	width: 1140px;
	margin: 0 auto;
}
@media (max-width: 1180px){
	.w-1140{
		width: 100%;
		padding: 0 3%;
	}
}
.w-680{
	width: 680px;
	margin: 0 auto;
}
@media (max-width: 767px){
	.w-680{
		width: 100%;
		padding: 0 3%;
	}
}

.clear{
	float: left;
	width: 100%;
	clear: both;
}
.relative{
	position: relative;
}
/* .slick-track {
	margin: 0;
} */
/*二维码*/
.bd_weixin_popup{
	width: 260px!important;
	height: 310px!important;
}
/*地图多*/
.BMapLabel{
	display: none;
}
/*视频*/
.fancybox-slide--iframe .fancybox-content{
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
.img-box{
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	padding-bottom: 100%;
	outline: none;
}
.img-box img{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
}
.img-box img[src=''],
.img-box img:not([src]){
	opacity: 0;
	border: 0;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link{
	outline: none !important;
}
.fancybox-slide--iframe .fancybox-content{
	min-width: 733px !important;
	max-width: 80% !important;
	min-height: 500px !important;
	min-height: 92% !important;
	margin: 0;
}
@media (max-width: 767px) {
	.fancybox-content{
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fancybox-slide--iframe .fancybox-content{
		min-width: auto!important;
		max-width: none!important;
		width: 90%!important;
		margin-left: 5%;
		height: 220px!important;
		min-height: auto!important;
		max-height: none!important;	
	}
}
.md{
	position: absolute;
	top: -40px;
}
body.body-01{
	height: 100%;
	/* overflow-y: auto; */
	overflow-x: hidden;
}
.header{
	position: fixed;
	top: 0;
	z-index: 9999;
	float: left;
	width: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header.fixed-header{
	position: fixed;
	top: 0;
}
.header-con{
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
	border: 2px solid #d0f0ff;
	padding: 0 3.4%;
	background-image: linear-gradient(to right, #fcfdff , #eef9fd);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	-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;
}
@media (max-width: 1199px) {
	.header{
		height: 66px;
	}
	.header-con{
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
}
@media (max-width: 767px) {
	.header-con{
		padding: 0 3%;
	}
}

.header .logo{
	float: left;
	position: relative;
	transition: all .4s;
	-webkit-transition: all .4s;
	margin-top: 18px;
}
.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;
	height: 55px;
}
.header .logo a{
	display: block;
	height: 100%;
}
.header .logo span{
	display: inline-block;
	font-size: 18px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 10px;
	color: #3b59a7;
	border: 1px dashed #3b59a7;
	margin-top: 10px;
	margin-left: 24px;
}
@media (max-width: 1199px) {
	.header .logo{
		margin-top: 5px;
	}
	.header .logo img{
		height: 46px;
	}
}
@media (max-width: 767px) {
	.header .logo{
		margin-top: 12px;
	}
	.header .logo img{
	  height: 30px;
	}
}
.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 .nav-collapse{
		display: block;
		margin-top: 12px;
		margin-left: 20px;
		/* background: #00a0e9; */
	}
	.header .nav-collapse.nav-collapse-1{
		position: absolute;
		z-index: 9999;
		top: 15px;
		right: 20px;
		display: block;
		margin-top: 10px;
		border: none;
	}
	.header .nav-collapse.nav-collapse-1 .btn-line{
		background-color: #fff !important;
	}
}
@media (max-width: 767px) {
	.header .nav-collapse{
		position: absolute;
		top: 10px;
		right: 0;
		margin-top: 0;
		border: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header .nav-collapse.nav-collapse-xs:hover .btn-line{
		background-color: #000;
	}
}
.header .nav-collapse .btn-line{
	position: absolute;
	left: 50%;
	width: 20px;
	height: 2px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #00a0e9;
}
.header .nav-collapse .btn-line:nth-child(3),
.header .nav-collapse .btn-line:nth-child(1){
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	content: '';
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	background-color: #00a0e9;
}
.header .nav-collapse .btn-line:nth-child(1){
	top: 35%;
}
.header .nav-collapse .btn-line:nth-child(2){
	top: 50%;
}
.header .nav-collapse .btn-line:nth-child(3){
	top: 65%;
}
.header .nav-collapse.active{
	border-color: transparent;
}
.header .nav-collapse.active .btn-line{
	background-color: #fff;
}
.header .nav-collapse.active .btn-line:nth-child(2){
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
}
.header .nav-collapse.active .btn-line:nth-child(1){
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}
.header .nav-collapse.active .btn-line:nth-child(3){
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

@media (min-width: 1200px) {
	.header .nav{
		float: right;
		margin-right: 8.8%;
		
		
		-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;
	}
}
@media (max-width: 1680px) {
	.header .nav{
		margin-right: 10%;
	}
}
@media (max-width: 1199px) {
	.header .nav{
		position: fixed;
		z-index: 9998;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: 0 50px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		background: #fafafa;
		background-color: rgba(0, 160, 233, .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{
		float: left;
	}
	.header .nav .nav-list1>li{
		float: left;
	}
	.header .nav .nav-list1>li>a{
		line-height: 120px;
		line-height: 100px;
		font-size: 16px;
		padding: 0 24px;
		text-align: center;
		position: relative;
		z-index: 2;
		display: inline-block;
		-webkit-transition: all .3s;
		transition: all .3s;
		text-transform: uppercase;
		color: #333;
	}
	.header .nav .nav-list1>li>a,
	.header .nav .nav-list1>li>a{
		background-position: 4px 18px!important;
		background-repeat: no-repeat!important;
	}
	.header .nav .nav-list1>li:hover>a,
	.header .nav .nav-list1>li.active>a{
		color: #00a0e9;
		background-image: url(../images/head.png);
	}
	.header .nav .nav-list1 .nav-list2{
		position: absolute;
		z-index: 50;
		top: 100px;
		left: 0;
		display: none;
		width: 100%;
		margin-left: -0%;
		padding: 0;
		text-align: center;
		background: #fff;
		border: 2px solid #d0f0ff;
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
		overflow: hidden;
	}
	.header .nav .nav-list1 .nav-list2 li{
		position: relative;
		display: inline-block;
	}
	.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{
		display: block;
		width: 100%;
		font-size: 16px;
		line-height: 36px;
		padding: 20px 20px;
		position: relative;
		z-index: 1;
		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;
		background: #00a0e9;
		background: url(../images/navbg.png) repeat;
	}
	.header .nav .nav-list1 .nav-list2 li:last-child>a{
		border-bottom: 0;
	}
	.header .nav .nav-list1 .nav-list2 li>a:hover{
		opacity: 0.8;
		background: #00a0e9;
		color: #fff;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2{
		padding: 0 9.8% 50px 9.8%;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li{
		float: left;
		width: 16.6%;
		margin-top: 50px;
		position: relative;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li p{
		font-size: 14px;
		line-height: 1.2;
		position: absolute;
		left: 0;
		top: 90%;
		width: 100%;
		color: #666;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li:hover a{
		background: none;
		opacity: 1;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li 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;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li:hover img{	
		-webkit-transform: scale(1.1);
		-mos-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);	
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li:hover p{
		color: #00a0e9;
	}
}
@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a, .header .nav .nav-list1>li>a{
		padding: 0 20px;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2{
		padding: 0 6% 50px 6%;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li{
		margin-top: 40px;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li p{
		font-size: 13px;
	}
}
@media (max-width: 1600px) {
	.header .nav{
		margin-right: 10%;
	}
	.header .nav .nav-list1>li>a{
		font-size: 14px;
	}
	.header .nav .nav-list1>li>a, .header .nav .nav-list1>li>a{
		padding: 0 16px;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li{
		margin-top: 30px;
	}
}
@media (max-width: 1440px) {
	.header .nav{
		margin-right: 8%;
	}
	.header .nav .nav-list1>li>a{
		font-size: 14px;
		padding: 0 18px;
	}
	.header .nav .nav-list1 .nav-list2 li>a{
		font-size: 14px;
		line-height: 36px;
		padding: 15px 15px;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2{
		padding: 0 3% 40px 3%;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li{
		padding: 0 20px;
	}
	.header .nav .nav-list1>li:nth-child(4) .nav-list2 li p{
		/* height: 40px;
		line-height: 20px; */
	}
}
@media (max-width: 1400px) {
	.header .nav .nav-list1>li>a{
		padding: 0 16px;
		font-size: 12px;
	}
}
@media (max-width: 1280px) {
	.header .nav{
	  margin-right: 6%;
	}
	.header .nav .nav-list1>li>a{
		padding: 0 14px;
	}
}
@media (max-width: 1199px) {
	.header .nav .nav-list1{
		margin: 20px 0;
		opacity: 0;
	}
	.header .nav .nav-list1>li{
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);
		opacity: 0;
	}
	.header .nav .nav-list1>a{
		font-size: 20px;
		color: #fff;
	}
	.header .nav .nav-list1>li>a span:nth-child(2){
		display: none;
	}
}
@media (max-width: 1199px) {
	.header .nav .nav-list2,
	.header .nav .nav-list3{
		display: none !important;
	}
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a{
		font-size: 16px;
		line-height: 2;
		margin-top: 5px;
		color: #fff;
	}
	.header .nav .nav-list1 .nav-list2 li>a:before{
		font-family: 'iconfont' !important;
		margin-right: 6px;
		content: '\e72f';
	}
}
.header .nav .nav-list2 a,
.header .nav .nav-list3 a{
	display: block;
}
@media (max-height: 580px) {
	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a{
		margin-top: 0;
	}
}
.header .nav-2,
.header .nav-3{
	display: none;
}
@media (max-width: 1199px) {
	.header .nav-2,
	.header .nav-3{
		position: absolute;
		z-index: 9999;
		top: 0;
		display: block;
		overflow: hidden;
		width: 100%;
		height: 100%;
		padding: 20px;
		-webkit-transition: left .3s;
		transition: left .3s;
		text-align: left;
		text-align: center;
		color: #fff;
		background-color: rgba(0, 160, 233, .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{
	z-index: 99;
}
.header .nav-2 .nav-top .back-btn:before,
.header .nav-3 .nav-top .back-btn:before{
	font-family: 'iconfont';
	font-size: 26px;
	content: '\e9b5';
}
.header .nav-2 .nav-top h2,
.header .nav-3 .nav-top h2{
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
.header .nav-2 .nav-top h2 a,
.header .nav-3 .nav-top h2 a{
	color: #fff;
}
@media (max-width: 767px) {
	.header .nav .nav-list1>li.pc-none{
		display: none;
	}
	.header .nav .nav-list1>li.pc-block{
		display: block;
	}
	.header .nav-2 .nav-top h2,
	.header .nav-3 .nav-top h2 {
		font-size: 20px;
		width: 100%;
		position: absolute;
		left: 0;
	}
}
.header .nav-2 .nav-top .nav-collapse-2,
.header .nav-3 .nav-top .nav-collapse-2{
	margin: 0;
}
.header .nav-2 .nav-top .nav-collapse-2 .btn-line,
.header .nav-3 .nav-top .nav-collapse-2 .btn-line{
	background-color: #fff;
}
.header .nav-2 .content,
.header .nav-3 .content{
	overflow: auto;
	height: 80%;
	margin-top: 10%;
}
@media (max-width: 767px) {
	.header .nav-2 .content ul,
	.header .nav-3 .content ul{
		width: 100%;
		padding: 0 15px;
		padding: 0 0px;
		position: absolute;
		left: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
.header .nav-2 .content ul li,
.header .nav-3 .content ul li{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	margin: 25px 0;
	text-align: center;
}
.header .nav-2 .content ul li a,
.header .nav-3 .content ul li a{
	color: #fff;
	font-size: 24px;
}
.header .nav-2 .content ul .nav2-con.nav2-con-pro{
	text-align: center;
}
.header .nav-2 .content ul .nav2-con.nav2-con-pro li{
	display: inline-block;
	vertical-align: top;
	width: 16%;
	position: relative;
}
.header .nav-2 .content ul .nav2-con.nav2-con-pro li a{
	display: inline-block;
	width: 100px;
}
.header .nav-2 .content ul .nav2-con.nav2-con-pro li p{
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
}


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

.header .nav .nav-list1 .navbg{
	position: absolute;
	top: 100px;
	left: 0;
	display: none;
	float: left;
	width: 100%;
	
}
.header .nav .nav-list1 .navbg .info{
	float: left;
	width: 100%;
	height: 100%;
}

/*搜索*/
.header .find{
	float: right;
	line-height: 120px;
	line-height: 100px;
	padding-left: 26px;
	margin-right: 42px;
	font-size: 16px;
	color: #999;
	background: url(../images/search.png) left center no-repeat;
	cursor: pointer;
	text-align: center;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: relative;
}
.header .find img{
	vertical-align: top;
}
.header .find::after{
	position: absolute;
	left: -16px;
	top: 50%;
	width: 3px;
	height: 3px;
	background: #ccc;
	border-radius: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header.fixed-header.course .find{
	color: #6c6c6c;
	padding-top: 38px;
}
@media (max-width: 1600px) {
	.header .find{
		margin-right: 15px;
		margin-right: 25px;
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
	.header .seach-phone .phone{
		font-size: 20px;
		padding-right: 30px;
	}
}
@media (max-width: 1199px) {
	.header .find{
	  line-height: 62px;
	}
	.header .seach-phone{
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}
}
@media (max-width: 767px) {
	.header .find{
		padding-left: 22px;
		margin-right: 40px;
		font-size: 12px;
		background-size: 18px auto;
	}
}
/*搜索弹窗*/
.header .search-box{
	position: fixed;
	z-index: 888;
	top: 100%;
	left: 0;
	display: none;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-top: 0;
	margin-right: 10px;
	padding: 0 3%;
	background-color: rgba(0, 160, 233, .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(../images/search-white.png) no-repeat;
	color: #fff;
}
@media (min-width: 768px) {
	.header .search-box .input-submit{
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}
.header .search-box.search-xs{
	width: 100%;
	margin: 0;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}
@media (min-width: 1200px) {
	.header .search-box.search-xs{
		display: none;
	}
}
@media (max-width: 1199px) {
	.header .search-box.search-xs{
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;
		display: inline-block;
		height: 34px;
	}
}
.header .search-box.search-xs.show{
	z-index: 66;
}
.header .search-box.search-xs.show .search{
	left: 0;
}
.header .search-box.search-xs .search{
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;
	width: 100%;
	-webkit-transition: left .3s;
	transition: left .3s;
	border-color: #fff;
	background: #fff;
}
@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text{
		width: 74%;
	}
}
@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text{
		padding-left: 5%;
	}
}
.header .search-box.search-xs .input-submit{
	line-height: 34px;
	background: #fff;
}
.header .search-box.search-xs .input-submit:before{
	color: #104384;
}
.header .search-icon{
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;
	display: inline-block;
	display: none;
	cursor: pointer;
}
.header .search-icon:before{
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e660';
	color: #8cc63f;
}
.header .search-lg{
	top: 0;
}
.header .search-lg .logo{
	margin-top: 20px;
	margin-left: 0;
}
.header .search-lg .search{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 90%;
	max-width: 800px;
	margin: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}
.header .search-lg .search p{
	margin-bottom: 50px;
	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;
	color: #fff;
	display: none;
}
.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*/

.head-tel,
.head-cpzs{
	float: right;
}
.head-tel{
	margin-top: 30px;
	padding-left: 45px;
	background: url(../images/tel.png) left center no-repeat;
	/* background-size: auto 100%; */
	position: relative;
	color: #00a0e9;
}
.head-tel .head-p{
	font-size: 12px;
}
.head-tel .head-n{
	font-size: 22px;
	margin-top: 6px;
	font-family: 'CenturyGothic';
}
.head-cpzs{
	line-height: 100px;
	margin-right: 34px;
	font-size: 16px;
	padding-left: 27px;
	background: url(../images/sao.png) left center no-repeat;
	font-size: 16px;
	color: #999;
}
a.head-cpzs:hover, 
a.head-cpzs:link, 
a.head-cpzs:visited{
	color: #999;
}
@media (max-width: 1600px) {
	.head-cpzs{
		margin-right: 25px;
		font-size: 14px;
	}
}
@media (max-width: 1366px) {
	.head-tel .head-n{
		font-size: 18px;
	}
	.head-cpzs{
		margin-right: 15px;
	}
}
@media (max-width: 1199px) {
	.head-cpzs{
	  line-height: 62px;
	}
	.head-tel{
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.head-tel{
		display: none;
	}
	.head-cpzs{
		padding-left: 22px;
		margin-right: 32px;
		font-size: 12px;
		background-size: 18px auto;
	}
}
/*heart end*/

/*foot*/
.foot{
	float: left;
	width: 100%;
	background-image: linear-gradient(to right, #fcfdff , #eef9fd);
}
.foot .foot-top{
	float: left;
	width: 100%;
	padding: 88px 0 162px 0;
}
.foot .foot-top .foot-t1{
	float: left;
	width: 15.5%;
}
.foot .foot-top .foot-t1>a {
	display: inline-block;
	width: 50%;
}
@media (max-width:768px) {
	.foot .foot-top .foot-t1>a { width:25%; }
}
.foot .foot-top .foot-t1 .foot-t1-a{
	margin-top: 70px;
}
.foot .foot-top .foot-t1 .foot-t1-a a{
	margin-right: 22px;
}
.foot .foot-top .foot-t1 .foot-t1-a a:last-child{
	margin-right: 0;
}
.foot .foot-top .foot-t2{
	float: left;
	width: 67.1%;
	padding-left: 100px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}
.foot .foot-top .foot-t2 .foot-t2-li{
	float: left;
	width: 21.5%;
}
.foot .foot-top .foot-t2 .foot-t2-li:first-child{
	width: 19.6%;
}
.foot .foot-top .foot-t2 .foot-t2-li:last-child{
	width: 15.9%;
}
.foot .foot-top .foot-t2 .foot-t2-li .foot-t2-title{
	font-size: 18px;
	font-weight: bold;
}
.foot .foot-top .foot-t2 .foot-t2-li .foot-t2-a{
	font-size: 14px;
	line-height: 36px;
	margin-top: 36px;
	color: #666;
}
.foot .foot-top .foot-t2 .foot-t2-li .foot-t2-a a{
	display: block;
	float: left;
	width: 100%;
}
.foot .foot-top .foot-t2 .foot-t2-li .foot-t2-a a:hover{
	color: #00a0e9;
}

.foot .foot-top .foot-t3{
	float: left;
	width: 17.4%;
	padding-left: 54px;
	padding-left: 50px;
}
.foot .foot-top .foot-t3 .foot-t3-t{
	font-size: 18px;
}
.foot .foot-top .foot-t3 .foot-t3-num{
	padding-left: 54px;
	margin-top: 24px;
	background: url(../images/foot-tel.png) left top no-repeat;
}
.foot .foot-top .foot-t3 .foot-t3-num .foot-t3-tel{
	font-size: 22px;
	font-weight: bold;
}
.foot .foot-top .foot-t3 .foot-t3-num .foot-t3-time{
	font-size: 16px;
	margin-top: 14px;
}
.foot .foot-top .foot-t3 .foot-t3-link{
	margin-top: 36px;
}
.foot .foot-top .foot-t3 .foot-t3-link a{
	display: inline-block;
	width: 170px;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	background: #00a0e9;
}
.foot .foot-top .foot-t3 .foot-t3-link a:hover{
	opacity: 0.9;
}
.foot .foot-bot{
	float: left;
	width: 100%;
	border-top: 2px solid #fff;
	line-height: 20px;
	padding: 30px 0;
	color: #999;
}
.foot .foot-bot span{
	float: left;
}
.foot .foot-bot a{
	float: right;
	color: #999;
	margin-left: 20px;
}
@media (max-width: 1440px) {
	.foot .foot-top{
	  padding: 68px 0 102px 0;
	}
	.foot .foot-top .foot-t1{
		width: 18%;
	}
	.foot .foot-top .foot-t2{
		width: 63%;
	}
	.foot .foot-top .foot-t1 .foot-t1-a{
		margin-top: 60px;
	}
	.foot .foot-top .foot-t2{
		padding-left: 50px;
	}
	.foot .foot-top .foot-t2 .foot-t2-li .foot-t2-a{
		margin-top: 24px;
	}
	.foot .foot-top .foot-t3{
		padding-left: 24px;
		width: 19%;
	}
	.foot .foot-top .foot-t3 .foot-t3-t{
		font-size: 16px;
	}
	.foot .foot-top .foot-t3 .foot-t3-num {
		padding-left: 36px;
		margin-top: 22px;
		background-size: 24px auto;
	}
	.foot .foot-top .foot-t3 .foot-t3-num .foot-t3-tel{
		font-size: 18px;
	}
	.foot .foot-top .foot-t3 .foot-t3-num .foot-t3-time {
		font-size: 14px;
		margin-top: 10px;
	}
	.foot .foot-top .foot-t3 .foot-t3-link {
	  margin-top: 30px;
	}
}
@media (max-width: 1199px) {
	.foot .foot-top {
	  padding: 30px 0 30px 0;
	}
	.foot .foot-top .foot-t2{
		display: none;
	}
	.foot .foot-top .foot-t1,
	.foot .foot-top .foot-t3{
		width: 100%;
		padding-left: 0;
	}
	.foot .foot-top .foot-t3{
		margin-top: 20px;
	}
	.foot .foot-top .foot-t1 .foot-t1-a{
	  margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.foot .foot-top {
		padding: 20px 3% 20px 3%;
	}
	.foot .foot-top .foot-t3{
	  margin-top: 10px;
	}
	.foot .foot-top .foot-t3 .foot-t3-num{
		margin-top: 20px;
	}
	.foot .foot-top .foot-t1 .foot-t1-a{
	  margin-top: 20px;
	}
	.foot .foot-top .foot-t1 .foot-t1-a a{
	  margin-right: 10px;
	}
	.foot .foot-top .foot-t3 .foot-t3-link{
	  margin-top: 15px;
	}
	.foot .foot-top .foot-t3 .foot-t3-link a{
		width: 120px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
	}
	.foot{
		padding-bottom: 50px;
	}
	.foot .foot-bot{
		padding: 20px 0;
	}
	.foot .foot-bot span a{
		margin-left: 0;
	}
}

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

.wrap-sidenav{
	height: 70px;
	position: relative;
	z-index: 9998;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-align: left;
}
.wrap-sidenav .sidenav{
  position: relative;
}
.wrap-sidenav .sidenav ul{
	font-size: 0;
	position: relative;
	position: absolute;
	white-space: nowrap;
}
.wrap-sidenav .sidenav ul::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f5f5f5;
	content: "";
}

.wrap-sidenav .sidenav ul li{
  display: inline-block;
	position: relative;
}
.wrap-sidenav .sidenav ul li > a{
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	padding: 0 48px 0 48px;
	position: relative;
	display: block;
	color: #666;
}
.wrap-sidenav .sidenav ul li.active > a,
.wrap-sidenav .sidenav ul li:hover > a{
	color: #02a0ea;
}
.wrap-sidenav .sidenav ul li.active > a::after,
.wrap-sidenav .sidenav ul li:hover > a::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #02a0ea;
	content: "";
	z-index: 9;
}

.fixed-nav{
	position: fixed;
	width: 100%;
	top: 70px;
	background: #fff;
	z-index: 9992;
}
@media (max-width: 1680px){
	.wrap-sidenav .sidenav ul li > a{
		padding: 0 40px 0 40px;
	}
}
@media (max-width: 1440px){
	.wrap-sidenav .sidenav ul li > a{
		padding: 0 30px 0 30px;
	}
}
@media (max-width: 1366px){
	.wrap-sidenav .sidenav ul li > a{
		font-size: 14px;
	}
}
@media (max-width: 991px){
	.wrap-sidenav{
	  height: 50px;
	}
	.wrap-sidenav .sidenav ul li > a{
		height: 50px;
		line-height: 50px;
  }
	.wrap-sidenav .sidenav ul li > a{
		font-size: 14px;
		padding: 0 20px;
	}
	.fixed-nav.wrap-sidenav{
		height: 50px;
	}
	.fixed-nav.wrap-sidenav .sidenav ul li > a{
		height: 50px;
		line-height: 50px;
	}
}
@media (max-width: 767px){
	.wrap-sidenav .sidenav ul{
		font-size: 0;
		position: absolute;
		left: 0;
		white-space: nowrap;
	}
	.wrap-sidenav .sidenav ul li > a{
		width: 100%;
	  padding: 0 12px 0 12px;
	}
}

/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 120px;
	text-align: center;
	font-family: 'centurygothic';
}
.page a {
	font-size: 24px;
	line-height: 47px;
	display: inline-block;
	overflow: hidden;
	/* padding: 0 14px; */
	width: 47px;
	height: 47px;
	margin: 0 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	background-color: #9ecced;
	color: #fff;
	border: 1px solid rgba(255,255,255,0);
}
/* 
.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: 80px;
	}
}
@media (max-width: 1199px) {
	.page{
		margin-top: 60px;
	}
	.page a {
		margin: 0 6px;
	}
}
@media (max-width: 991px) {
	.page{
		margin-top: 40px;
	}
	.page a {
	}
}
@media (max-width: 767px) {
	.page {
		margin-top: 20px;
	}
	.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.active,
.page a:hover {
	background-color: #00a0e9;
	border: 1px solid #00a0e9;
}
.page.page1 a.active,
.page.page1 a:hover {
	background-color: #00a0e9;
	border: 1px solid #00a0e9;
}
.page a.prev {
	/* border: 0; */
	/* background: url("../images/news/page-l.png") center no-repeat; */
}
.page a.next {
	/* border: 0; */
	/* background: url("../images/news/page-r.png") center no-repeat; */
}
.page a.prev:hover {
	/* border: 0; */
	/* background: url("../images/news/page-l.png") center no-repeat; */
}
.page a.next:hover {
	/* border: 0; */
	/* background: url("../images/news/page-r.png") center no-repeat; */
}
.page a.info{
	border: 0;
	background: none;
	color: #595959;
	font-size: 14px;
}
.page a.info:hover{
	border: 0;
	background: none;
	color: #595959;
}
@media (max-width: 1024px) {
	.page a {
		font-size: 14px;
	}
	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}
}



.title{
	float: left;
	width: 100%;
	text-align: center;
	color: #333;
}
.title-c{
	font-size: 32px;
	font-weight: bold;
}
.title-e{
	font-size: 26px;
	margin-top: 12px;
	font-family: 'Californian FB';
	color: #b0b0b0;
	text-transform: uppercase;
}
@media (max-width: 1440px) {
	.title-c{
		font-size: 28px;
	}
	.title-e{
		font-size: 22px;
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.title-c{
		font-size: 22px;
	}
	.title-e{
		font-size: 18px;
		margin-top: 8px;
	}
}

/*banner*/
.banner {
	float: left;
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 1.8s ease-out 0s;
	-moz-transition: all 1.8s ease-out 0s; 
	-o-transition: all 1.8s ease-out 0s; 
	transition: all 1.8s ease-out 0s;
	z-index: 9994;
}
@keyframes blue{
	0% { 
		-webkit-transform: scale(1.1);
		-mos-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% { 
		-webkit-transform: scale(1);
		-mos-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}
.banner .slick-current .item .img-box > img{
	/* animation: blue 3s 0s ease both; */
}
.banner .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 39px;
	height: 74px;
	z-index: 99;
	background-color: rgba(0,0,0,0);!important;
	background-repeat: no-repeat!important;
	-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;
}
.banner .slick-arrow.slick-prev{
	left: 7.9%;
	background-image: url(../images/left.png);
	background-size: 100% 100%;
}
.banner .slick-arrow.slick-prev:hover{
	background-image: url(../images/right.png);
	background-size: 100% 100%;
}
.banner .slick-arrow.slick-next{
	right: 7.9%;
	background-image: url(../images/right.png);
	background-size: 100% 100%;
}
.banner .slick-arrow.slick-next:hover{
	background-image: url(../images/right.png);
	background-size: 100% 100%;
}
.banner .item .img-box img{
	display: block;
	width: 100%;
	/* filter: grayscale(100%);
	filter: gray; */
	-webkit-transition: all 3s ease-out 0s;
	-moz-transition: all 3s ease-out 0s; 
	-o-transition: all 3s ease-out 0s; 
	transition: all 3s ease-out 0s;
}
.banner .item:hover .img-box img{
	/* filter: grayscale(0%);
	filter: initial; */
}
.banner .img-box{
	padding-bottom: 56.25%;
	padding-bottom: 49.47916666666667%;
	padding-bottom: 50.26041666666667%;
	padding-bottom: 54.6875%;
}
.banner.banner-in{
	/* margin-top: 100px; */
}
.banner.banner-in .img-box{
	padding-bottom: 36.92708333333333%;
}
.banner.banner-in .slick-current .item .img-box > img{
	animation: blue 0s 0s ease both;
}
.banner .img-box.pc{
	display: block;
}
.banner .img-box.phone{
	display: none;
}
.banner .video-js{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
	background: none;
}
.banner .vjs-poster{
	background: none;
}
.banner .slick-slide.slick-current.slick-active .img-box{
	width: 100%;
}
.banner .slick-dots{
	font-family: 'CenturyGothic';
	position: absolute;
	left: 0;
	bottom: 54px;
	width: 100%;
	text-align: center;
}
.banner .slick-dots li{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 8px;
	background: url(../images/banner-btn.png) no-repeat;
	background-size: 100% 100%!important;
}
.banner .slick-dots li.slick-active{
	background: url(../images/banner-btn1.png) no-repeat;
	background-size: 100% 100%!important;
}
.banner .slick-dots li button{
	display: none;
}
.banner .text{
	position: absolute;
}
@media (min-width: 1200px) {
	.banner .slick-current .text .h1, 
	.banner .slick-current .text .h2, 
	.banner .slick-current .text .h3, 
	.banner .slick-current .text .h4{
		/* animation: fadeInUp 1s 0s ease both; */
	}
}
.banner .text.text-in{
	width: 100%;
	bottom: 94px;
}
.banner .text.text-in .h1{
	font-size: 36px;
	color: #fff;
}
@media (max-width: 1440px) {
	.banner .slick-arrow{
		width: 30px;
		height: 58px;
	}
	.banner .slick-dots li{
		width: 16px;
		height: 16px;
		margin: 0 4px;
	}
	.banner .text.text-in{
		bottom: 80px;
	}
	.banner .text.text-in .h1{
		font-size: 30px;
	}
}
@media (max-width: 1199px) {
	.banner.banner-in{
		margin-top: 0px;
	}
	
	.banner .slick-arrow {
		width: 20px;
		height: 40px;
	}
	.banner .text.text-in{
		bottom: 60px;
	}
	.banner .text.text-in .h1{
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	.banner .img-box{
		padding-bottom: 100%;
	}
	.banner.banner-in .img-box{
		padding-bottom: 100%;
	}
	.banner .img-box.pc{
		display: none;
	}
	.banner .img-box.phone{
		display: block;
	}	
}
@media (max-width: 767px) {
	.banner .slick-arrow{
		width: 16px;
		height: 32px;
	}
	.banner .slick-arrow.slick-prev{
		left: 3%;
	}
	.banner .slick-arrow.slick-next{
		right: 3%;
	}	
	.banner .slick-dots{
		bottom: 20px;
	}
	.banner .text.text-in{
		bottom: 36px;
	}
	.banner .text.text-in .h1{
	  font-size: 22px;
		padding: 0 3%;
	}
}

.i-about{
	float: left;
	width: 100%;
	padding: 150px 7.8%	78px 7.8%;
	background: url(../images/dsb-bg-1.jpg) center bottom no-repeat;
	background-size: cover;
}
.i-about .i-ab-1{
	float: left;
	width: 100%;
}
.i-about .i-ab-1 .i-ab1-left{
	float: left;
	width: 44.8%;
	padding-left: 174px;
	padding-right: 30px;
}
.i-about .i-ab-1 .i-ab1-left .i-ab1L-logo,
.i-about .i-ab-1 .i-ab1-left .i-ab1L-t,
.i-about .i-ab-1 .i-ab1-left .i-ab1L-p,
.i-about .i-ab-1 .i-ab1-left .i-ab1L-a{
	float: left;
	width: 100%;
}
.i-about .i-ab-1 .i-ab1-left .i-ab1L-logo{
	margin-top: 10px;
	width:25%;
}
.i-about .i-ab-1 .i-ab1-left .i-ab1L-t{
	font-size: 36px;
	margin-top: 60px;
	color: #333;
}
.i-about .i-ab-1 .i-ab1-left .i-ab1L-p{
	font-size: 16px;
	margin-top: 30px;
	line-height: 2;
	color: #999;
}
.i-about .i-ab-1 .i-ab1-left .i-ab1L-a{
	margin-top: 50px;
}
.i-ab1L-a a{
	display: inline-block;
	width: 170px;
	height: 44px;
	line-height: 42px;
	border-radius: 22px;
	font-size: 14px;
	color: #00a0e9;
	text-align: center;
	border: 1px solid #00a0e9;
}
.i-ab1L-a a:hover{
	background: #00a0e9;
	color: #fff;
}
.i-about .i-ab-1 .i-ab1-right{
	float: left;
	width: 55.2%;
	text-align: center;
}

.i-ab-2{
	float: left;
	width: 100%;
	margin-top: 88px;
}
.i-ab-2 .i-ab2-left{
	float: left;
	width: 50.5%;
	text-align: center;
	margin-top: 48px;
}
.i-ab-2 .i-ab2-left .i-ab2-span{
	display: inline-block;
	position: relative;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0{
	position: absolute;
	text-align: center;
	background: url(../images/dsb-radiu-fang.png) no-repeat;
	background-size: 100% 100%;
}
@media (min-width: 1200px) {
	@keyframes up {
		33% {transform: translateY(0px);}
		66% {transform: translateY(-10px);}
		100% {transform: translateY(0px);} 
	}
	@keyframes bottom {
		33% {transform: translateY(-0px);}
		66% {transform: translateY(10px);}
		100% {transform: translateY(0px);} 
	}
	@keyframes left {
		33% {transform: translateX(0px);}
		66% {transform: translateX(-10px);}
		100% {transform: translateX(0px);} 
	}
	@keyframes right {
		33% {transform: translateX(-0px);}
		66% {transform: translateX(10px);}
		100% {transform: translateX(-0px);} 
	}
}

.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span1{
	top: -70px;
	left: 11%;
	animation: up 2.4s 2.2s infinite;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span2{
	width: 290px;
	height: 290px;
	top: -82px;
	left: 48%;
	animation: up 2.0s 2.0s infinite;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3{
	top: 90px;
	left: 68%;
	animation: up 2.8s 1.8s infinite;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4{
	top: 390px;
	left: 75%;
	animation: right 3.6s 2.8s infinite;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5{
	top: 560px;
	left: 40%;
	animation: left 2.6s 2.1s infinite;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6{
	top: 400px;
	left: -12%;
	animation: left 3.8s 2.8s infinite;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
	top: 50px;
	left: -22%;
	animation: up 4.4s 2.4s infinite;
}

.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span1,
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5{
	width: 250px;
	height: 250px;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3,
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4,	
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6,
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
	width: 360px;
	height: 360px;
}
.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0 .i-ab2-div{
	font-size: 18px;
	line-height: 26px;
	width: 100%;
	color: #0c569d;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i-ab-2 .i-ab2-right{
	float: left;
	width: 49.5%;
}
.i-ab-2 .i-ab2-right .i-ab2-t{
	text-align: center;
}
.i-ab-2 .i-ab2-right .i-ab2-t span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 0;
	width:15%;
}
.i-ab-2 .i-ab2-right .i-ab2-t .i-ab1L-a{
	display: inline-block;
	vertical-align: middle;
	margin-top: 7px;
}
.i-ab-2 .i-ab2-right .i-ab2-d{
	margin-top: 30px;
	text-align: center;
}

.i-dha{
	float: left;
	width: 100%;
	background: url(../images/dha-bg.jpg) bottom center no-repeat;
	background-size: cover;
	padding: 130px 0 150px 0;
}
.i-dha .i-dha-left{
	float: left;
	width: 45.6%;
}
.i-dha .i-dha-right{
	float: left;
	width: 54.4%;
	margin-top: 40px;
	text-align: center;
}
.i-dha .i-dha-right .i-dha-span{
	display: inline-block;
	width: 630px;
	height: 630px;
	line-height: 628px;
	position: relative;
	border: 1px solid rgba(255,255,255,0);
	text-align: center;
	border-radius: 100%;
	background: rgba(255,255,255,0.0);
}
.i-dha .i-dha-right .i-dha-span::after {
	width: 843px;
	height: 843px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(../images/xjd-bg.png) no-repeat;
	background-size: 100% 100%!important;
	content: "";
}

.i-dha .i-dha-right .i-dha-span img{
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0{
	position: absolute;
	width: 151px;
	height: 151px;
	background: url(../images/dha-bg2.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.i-dha .i-dha-right .i-dha-span .i-dha-span0 .i-dha-div{
	font-size: 18px;
	line-height: 26px;
	/* font-weight: bold; */
	width: 100%;
	text-align: center;
	color: #0c569d;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span1{
	top: -90px;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span3{
	left: 87.6%;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span5{
	top: 86%;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span7{
	left: -12.4%;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span1,
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span5{
	left: 39.68%;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span2,
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span8{
	top: -0px;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span2,
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span4{
	left: 72.69%;
}

.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span3,
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span7{
	top: 37.14%;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span4,
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span6{
	top: 72%;
}

.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span1 {
	animation: up 3.4s 3.2s infinite;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span5 {
	animation: bottom 4.2s 4.1s infinite;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span3 {
	animation: up 3.8s 3.1s infinite;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span7 {
	animation: up 2.6s 2.8s infinite;
}

.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span2 {
	animation: left 3.7s 3.6s infinite;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span4 {
	animation: right 2.8s 2.9s infinite;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span6 {
	animation: right 3.3s 2.8s infinite;
}
.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span8 {
	animation: right 3.4s 3.5s infinite;
}

.i-dha-left a{
	display: inline-block;
	margin-top: 50px;
	line-height: 42px;
	width: 168px;
	font-size: 14px;
	border-radius: 22px;
	border: 1px solid #00a0e9;
	color: #00a0e9;
	text-align: center;
}
.i-brand{
	float: left;
	width: 100%;
	padding: 64px 7.8% 96px 7.8%;
	background: url(../images/band-bg1.jpg) no-repeat;
	background-size: cover;
}
.i-brand .i-brand-left{
	float: left;
	width: 17%;
	text-align: center;
}
.i-brand .i-brand-left p{
	font-size: 45px;
	margin-top: 110px;
	color: #00a0e9;
}
.i-brand .i-brand-left .i-ab1L-a{
	margin-top: 54px;
}

.i-brand .i-brand-right{
	float: left;
	width: 83%;
}
.i-brand .i-brand-right .i-brand-ul{
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	justify-content: space-evenly;
}
.i-brand .i-brand-right .i-brand-ul .i-brand-li{
	float: left;
	/* width: 33.33%; */
	width: 25%;
	margin-top: 60px;
	text-align: center;
	padding: 0 5px;
}
.i-brandLi-p1{
	font-size: 20px;
	line-height: 26px;
	margin-top: 36px;
}
.i-brandLi-p2{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	margin-top: 14px;
	
	/* height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}
.i-brand-bot{
	float: left;
	width: 100%;
	margin-top: 100px;
	height: 144px;
	border-radius: 72px;
	padding: 54px 68px 0 60px;
	line-height: 44px;
	background: url(../images/band-bg.jpg) no-repeat;
	background-size: cover;
}
.i-brand-bot .i-brand-b1{
	float: left;
	font-size: 45px;
	color: #00a0e9;
}
.i-brand-bot .i-brand-b2{
	float: left;
	font-size: 20px;
	margin-left: 8.2%;
	color: #666;
}
.i-brand-bot .i-ab1L-a{
	float: right;
}

.i-news,
.i-news-list,
.i-news-list .i-news-t,
.i-news-list .i-news-ul{
	float: left;
	width: 100%;
}
.i-news{
	padding: 110px 0 85px 0;
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
}
.i-news-list .i-news-t span{
	float: left;
	font-size: 45px;
	color: #00a0e9;
	font-weight: bold;
}
.i-news-list .i-news-t .i-ab1L-a{
	float: right;
}
.i-news-list .i-news-ul{
	overflow: hidden;
	margin-top: 83px;
}
.i-news-list .i-news-ul .i-news-li{
	padding: 0 32px;
}
.i-news-list .i-news-ul .slick-list{
	margin: 0 -32px;
}
.i-news-list .i-news-ul .i-news-li .img-box{
	padding-bottom: 54.3046357615894%;
}
.i-news-list .i-news-ul .i-news-li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news-list .i-news-ul .i-news-li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.i-news-list .i-news-ul .i-news-li .i-news-li-txt{
	float: left;
	width: 100%;
	background: #fff;
	padding: 24px 24px 34px 24px;
}
.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-t{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-t a{
	font-size: 20px;
	line-height: 1.1;
}
.i-news-list .i-news-ul .i-news-li:hover .i-news-li-txt .i-news-li-t a{
	color: #00a0e9;
}
.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-p{
	font-size: 16px;
	height: 56px;
	line-height: 28px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #999;
}
.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-time{
	margin-top: 36px;
	font-size: 18px;
}
.i-news-list .i-news-ul .slick-dots{
	width: 100%;
	text-align: center;
	margin-top: 68px;
}
.i-news-list .i-news-ul .slick-dots li{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 10px;
	border-radius: 100%;
	background: #fff;
	cursor: pointer;
}
.i-news-list .i-news-ul .slick-dots li.slick-active{
	background: #00a0e9;
}
.i-news-list .i-news-ul .slick-dots li button{
	display: none;
}
@media (max-width: 1680px) {
	.i-about {
	  padding: 100px 6% 60px 6%;
	}
	.i-about .i-ab-1 .i-ab1-left{
		padding-left: 104px;
	}
}
@media (max-width: 1600px) {
	.i-about .i-ab-1 .i-ab1-left {
	  padding-left: 54px;
	}
	.i-brand .i-brand-left p{
		font-size: 36px;
		margin-top: 80px;
	}
	.i-brandLi-p1 {
		font-size: 18px;
		line-height: 24px;
		margin-top: 30px;
	}
	.i-brandLi-p2 {
		font-size: 14px;
		height: 48px;
		line-height: 24px;
		margin-top: 10px;
	}
	.i-brand .i-brand-right .i-brand-ul .i-brand-li{
		margin-top: 40px;
	}
}
@media (max-width: 1440px) {
	.i-about {
	  padding: 60px 3% 30px 3%;
	}
	.i-about .i-ab-1 .i-ab1-left {
	  padding-left: 3%;
	}
	.i-about .i-ab-1 .i-ab1-left .i-ab1L-t {
		font-size: 24px;
		margin-top: 40px;
	}
	.i-about .i-ab-1 .i-ab1-left .i-ab1L-p {
		font-size: 14px;
		margin-top: 20px;
		line-height: 1.8;
	}
	.i-about .i-ab-1 .i-ab1-left .i-ab1L-a {
	  margin-top: 30px;
	}
	.i-ab1L-a a {
		width: 160px;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
	}
	.i-ab-2{
		margin-top: 60px;
	}
	.i-ab-2 .i-ab2-left{
		margin-top: 20px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span{
		width: 90%;
		margin: 0 5%;
	}
	.i-ab-2 .i-ab2-right{
		padding: 0 10%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span1,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5{
		width: 200px;
		height: 200px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4,	
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
		width: 310px;
		height: 310px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0 .i-ab2-div {
		font-size: 14px;
		line-height: 22px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0{
		width: 136px;
		height: 136px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0 .i-dha-div {
	  font-size: 16px;
	  line-height: 22px;
	}
	.i-brand {
	  padding: 44px 3% 66px 3%;
	}
	.i-brand .i-brand-right .i-brand-ul .i-brand-li img{
		width: 120px;
	}
	.i-brand-bot {
		margin-top: 60px;
		height: auto;
		border-radius: 72px;
		padding: 30px 3% 30px 3%;
		line-height: 40px;
	}
	.i-brand-bot .i-brand-b1{
		font-size: 30px;
	}
	.i-brand-bot .i-brand-b2 {
		font-size: 16px;
		margin-left: 4%;
	}
	.i-news {
	  padding: 80px 0 65px 0;
	}
	.i-news-list .i-news-t span{
		font-size: 36px;
	}
	.i-news-list .i-news-ul{
		margin-top: 68px;
	}
	.i-news-list .i-news-ul .i-news-li{
		padding: 0 24px;
	}
	.i-news-list .i-news-ul .slick-list{
		margin: 0 -24px;
	}
	.i-news-list .i-news-ul .slick-dots{
		margin-top: 48px;
	}
	.i-news-list .i-news-ul .slick-dots li {
		width: 12px;
		height: 12px;
		margin: 0 8px;
	}
	.i-news-list .i-news-ul .i-news-li .i-news-li-txt {
	  padding: 20px 5% 24px 5%;
	}
	.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-t a{
		font-size: 18px;
	}
	.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-p {
		font-size: 14px;
		height: 48px;
		line-height: 24px;
		margin-top: 18px;
	}
	.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-time {
		margin-top: 30px;
		font-size: 16px;
	}
}

@media (max-width: 1366px) {
	.i-about {
	  padding: 60px 3% 80px 3%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span1{
		top: -50px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6{
		left: -6%;
		top: 360px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
		left: -20%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5 {
		top: 530px;
		left: 40%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4{
		left: 70%;
	}
	.i-dha .i-dha-left img{
		height: 148px;
	}
	.i-dha .i-dha-right .i-dha-span {
		width: 600px;
		height: 600px;
		line-height: 598px;
	}
	.i-dha .i-dha-right .i-dha-span::after {
		width: 813px;
		height: 813px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0 .i-dha-div{
		font-size: 14px;
	}
}

@media (max-width: 1280px) {
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span2 {
		width: 240px;
		height: 240px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4,	
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
			width: 260px;
			height: 260px;
		}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5{
		top: 76%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
		left: -16%;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0{
		width: 120px;
		height: 120px;
	}
	.i-dha .i-dha-right .i-dha-span img{
		width: 380px;
	}
}
@media (max-width: 1199px) {
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6{
		top: 50%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5 {
	  top: 70%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3{
		left: 59%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4{
		top: 50%;
	}
	.i-dha .i-dha-left img {
	  height: 120px;
	}
	.i-dha .i-dha-right .i-dha-span{
		width: 500px;
		height: 500px;
		line-height: 498px;
	}
	.i-dha .i-dha-right .i-dha-span::after {
		width: 713px;
		height: 713px;
	}
	.i-dha .i-dha-right .i-dha-span img{
	  width: 300px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span3{
	  left: 84%;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span7{
	  left: -8%;
	}
	.i-brand .i-brand-right .i-brand-ul .i-brand-li{
		width: 50%;
	}
	.i-brandLi-p1{
		margin-top: 15px;
	}
}
@media (max-width: 991px) {
	.i-about .i-ab-1 .i-ab1-left,
	.i-about .i-ab-1 .i-ab1-right{
		width: 100%;
	}
	.i-about .i-ab-1 .i-ab1-left{
		padding-left: 0;
		padding-right: 0%;
	}
	.i-about {
	  padding: 30px 3% 30px 3%;
	}
	.i-about .i-ab-1 .i-ab1-left .i-ab1L-t{
		margin-top: 20px;
	}
	.i-about .i-ab-1 .i-ab1-left .i-ab1L-a{
	  margin-top: 20px;
	}
	.i-about .i-ab-1 .i-ab1-left, .i-about .i-ab-1 .i-ab1-right{
		margin-top: 30px;
	}
	.i-ab-2 .i-ab2-left,
	.i-ab-2 .i-ab2-right{
		width: 100%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
		top: 10%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
		left: -8%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3{
	  left: 68%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4{
	  left: 66%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5{
	  top: 80%;
	}
	.i-ab-2 .i-ab2-right{
		margin-top: 40px;
	}
	.i-ab-2 .i-ab2-right .i-ab2-t span{
		margin-right: 20px;
	}
	.i-ab-2 .i-ab2-right .i-ab2-t .i-ab1L-a{
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.i-ab-2 .i-ab2-right .i-ab2-d{
		margin-top: 20px;
	}
	.i-dha .i-dha-left,
	.i-dha .i-dha-right{
		width: 100%;
	}
	.i-dha .i-dha-right{
		margin-top: 100px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span1{
		top: -60px;
	}
	.i-dha{
	  padding: 50px 0 80px 0;
	}
	.i-dha .i-dha-left img{
	    height: 100px;
	}
	.i-dha-left a{
		margin-top: 20px;
	}
	.i-dha .i-dha-right{
	  margin-top: 80px;
	}
	.i-ab1L-a a{
		width: 120px;
	}
	.i-brand {
	  padding: 36px 3% 48px 3%;
	}
	.i-brand .i-brand-left,
	.i-brand .i-brand-right{
		width: 100%;
	}
	.i-brand .i-brand-left p{
		font-size: 24px;
		margin-top: 0px;
	}
	.i-brand .i-brand-left .i-ab1L-a{
	  margin-top: 20px;
	}
	.i-brand-bot{
		margin-top: 30px;
		border-radius: 72px;
		padding: 20px 3% 20px 3%;
		line-height: 40px;
	}
	.i-brand-bot .i-brand-b1{
	  font-size: 24px;
	}
	.i-brand-bot .i-brand-b2{
		font-size: 14px;
		margin-left: 3%;
	}
	.i-news{
	  padding: 40px 0 40px 0;
	}
	.i-news-list .i-news-t{
		line-height: 40px;
	}
	.i-news-list .i-news-t span{
	  font-size: 24px;
	}
	.i-news-list .i-news-ul{
	  margin-top: 40px;
	}
	.i-news-list .i-news-ul .slick-list{
	  margin: 0 -15px;
	}
	.i-news-list .i-news-ul .i-news-li{
	  padding: 0 15px;
	}
	.i-dha .i-dha-left{
		text-align: center;
	}
	.i-dha .i-dha-right .i-dha-span{
		width: 480px;
		height: 480px;
		line-height: 478px;
	}
	.i-dha .i-dha-right .i-dha-span::after {
		width: 640px;
		height: 640px;
	}
}
@media (max-width: 767px) {
	.i-about{
	  padding: 20px 3% 20px 3%;
	}
	.i-about .i-ab-1 .i-ab1-left{
		margin-top: 0;
	}
	.i-about .i-ab-1 .i-ab1-left .i-ab1L-logo{
		margin-top: 0;
		width:25%;
	}
	.i-ab-2 {
	  margin-top: 30px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0 .i-ab2-div{
		font-size: 12px;
		line-height: 18px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span1,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5{
		width: 168px;
		height: 168px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4,	
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6,
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
		width: 220px;
		height: 220px;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span1{
		left: -10%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span7{
	  left: -24%;
		top: 13%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span6{
	  left: -18%;
		top: 48%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span3{
	  left: 54%;
		top: 13%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span4{
	  left: 46%;
		top: 48%;
	}
	.i-ab-2 .i-ab2-left .i-ab2-span .i-ab2-span0.i-ab2-span5{
		top: 76%;
		left: 30%;
	}
	.i-dha{
	  padding: 30px 0 80px 0;
	}
	.i-dha .i-dha-right .i-dha-span{
		width: 302px;
		height: 302px;
		line-height: 300px;
	}
	.i-dha .i-dha-right .i-dha-span::after {
		width: 415px;
		height: 415px;
	}
	.i-dha .i-dha-right .i-dha-span img{
	  width: 200px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0{
		width: 100px;
		height: 100px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0 .i-dha-div{
		font-size: 12px;
		line-height: 16px;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span3{
	  left: 76%;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span8{
		left: -4%;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span7{
		left: -10%;
	}
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span1, 
	.i-dha .i-dha-right .i-dha-span .i-dha-span0.i-dha-span5{
	    left: 35%;
	}
	.i-brand {
	  padding: 30px 3% 30px 3%;
	}
	.i-brand .i-brand-left p{
		font-size: 20px;
	}
	.i-brand .i-brand-left .i-ab1L-a{
	  margin-top: 10px;
	}
	.i-brandLi-p1{
		font-size: 14px;
	}
	.i-brandLi-p2{
		font-size: 12px;
		height: 80px;
		line-height: 20px;
		-webkit-line-clamp: 4;
	}
	.i-brand-bot{
		margin-top: 10px;
		border-radius: 30px;
	}
	.i-brand-bot .i-brand-b1{
	  font-size: 20px;
	}
	.i-brand-bot .i-brand-b2{
		float: right;
		font-size: 12px;
	}
	.i-ab1L-a a{
		width: 110px;
		height: 36px;
		line-height: 34px;
		border-radius: 18px;
	}
	.i-news{
	  padding: 30px 0 30px 0;
	}
	.i-news-list .i-news-ul{
	  margin-top: 20px;
	}
	.i-news-list .i-news-t span{
		font-size: 20px;
	}
	.i-news-list .i-news-ul .i-news-li .i-news-li-txt{
	  padding: 15px 5% 15px 5%;
	}
	.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-p{
		margin-top: 10px;
	}
	.i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-time{
		margin-top: 15px;
	}
	.i-news-list .i-news-ul .slick-dots{
	  margin-top: 15px;
	}
	.i-news-list .i-news-ul .slick-dots li{
		width: 8px;
		height: 8px;
		margin: 0 4px;
	}
}


.bg-f9{
	background: #f9f9f9;
}
.news{
	padding: 0px 0 100px 0;
}
.news,
.news .news-top,
.news .news-list,
.news .news-list ul{
	float: left;
	width: 100%;
}
.news .news-top{
	background: #fff;
	position: relative;
	margin-top: 148px;
}
.news .news-top .newsT-left{
	float: left;
	width: 50%;
}
.news .news-top .newsT-left .img-box{
	padding-bottom: 52.90482076637824%;
}
.news .news-top .newsT-left .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news .news-top:hover .newsT-left .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news .news-top .newsT-right{
	float: left;
	width: 50%;
}
.news .news-top .newsT-right .newsT-text{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50%;
	padding: 0 54px;
}
.news .news-top .newsT-right .newsT-text .newsT-t{
	font-size: 26px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .news-top .newsT-right .newsT-text .newsT-p{
	font-size: 18px;
	line-height: 32px;
	margin-top: 40px;
	letter-spacing: 0.4px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
.news .news-top .newsT-right .newsT-text .newsT-p p{
	margin-bottom: 12px;
}
.news .news-top .newsT-right .newsT-text .newsT-p p:last-child{
	margin-bottom: 0;
}
.news .news-list{
	margin-top: 22px;
}
.news .news-list ul li{
	float: left;
	width: 47.9%;
	margin-right: 4.2%;
	margin-top: 82px;
}
.news .news-list ul li:nth-child(2n){
	margin-right: 0;
}
.news .news-list ul li .img-box{
	padding-bottom: 51.2258064516129%;
}
.news .news-list ul li .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news .news-list ul li:hover .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news .news-list ul li .news-txt{
	float: left;
	width: 100%;
	padding: 36px 3.8% 44px 3.8%;
	line-height: 30px;
	background: #fff;
}
.news .news-list ul li .news-txt p{
	float: left;
	max-width: 70%;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news .news-list ul li .news-txt span{
	float: right;
	font-size: 20px;
	color: #999;
}
@media (max-width: 1440px) {
	.news{
	  padding: 0px 0 60px 0;
	}
	.news .news-top{
		margin-top: 88px;
	}
	.news .news-top .newsT-right .newsT-text{
		padding: 0 3%;
	}
	.news .news-top .newsT-right .newsT-text .newsT-t{
	  font-size: 22px;
	}
	.news .news-top .newsT-right .newsT-text .newsT-p{
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
		letter-spacing: 0px;
	}
	.news .news-list{
	  margin-top: 18px;
	}
	.news .news-list ul li{
		margin-top: 60px;
	}
	.news .news-list ul li .news-txt{
		padding: 24px 3% 30px 3%;
		line-height: 28px;
	}
	.news .news-list ul li .news-txt p{
		font-size: 18px;
	}
	.news .news-list ul li .news-txt span{
		font-size: 16px;
	}
}
@media (max-width: 1199px) {
	.news .news-top .newsT-right .newsT-text .newsT-t{
	  font-size: 18px;
	}
	.news .news-top .newsT-right .newsT-text .newsT-p{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 18px;
	}
	.news .news-top .newsT-right .newsT-text .newsT-p p{
		margin-bottom: 6px;
	}
	.news .news-list ul li{
	  margin-top: 40px;
	}
	.news .news-list ul li .news-txt{
		padding: 18px 3% 24px 3%;
		line-height: 24px;
	}
	.news .news-list ul li .news-txt p{
	  font-size: 16px;
	}
}
@media (max-width: 991px) {
	.news {
	  padding: 0px 0 30px 0;
	}
	.news .news-top{
		margin-top: 40px;
	}
	.news .news-top .newsT-left,
	.news .news-top .newsT-right{
		width: 100%;
	}
	.news .news-top .newsT-right .newsT-text {
		position: relative;
		top: auto;
		right: auto;
		-webkit-transform: translateY(-0%);
		-ms-transform: translateY(-0%);
		-moz-transform: translateY(-0%);
		transform: translateY(-0%);
		width: 100%;
		padding: 30px 4%;
	}
	.news .news-list ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.news {
	  padding: 20px 0 20px 0;
	}
	.news .news-top{
		margin-top: 20px;
	}
	.news .news-top .newsT-right .newsT-text{
		padding: 20px 4%;
	}
	.news .news-list{
		margin-top: 0;
	}
	.news .news-list ul li{
		margin-top: 20px;
	}
	.news .news-list ul li .news-txt {
	  padding: 16px 3% 20px 3%;
	}
}



.ne-de-title{
	float: left;
	width: 100%;
	padding-bottom: 35px;
	font-size: 26px;
	line-height: 1.2;
	font-weight: bold;
}
.news-de-2-f{
	float: left;
	width: 100%;
	line-height: 20px;
	padding: 0px 0 34px 0;
	border-bottom: 1px solid #dcdcdc;
}
.news-de-2-f .news-de-2-time {
	float: left;
	max-width: 38%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #999;
	overflow: hidden;
}
.news-de-2-f .news-de-2-time span{
	float: left;
	font-family: 'CenturyGothic';
	position: relative;
	margin-right: 48px;
	padding-left: 28px;
	font-size: 16px;
	background: url(../images/news/time.png) left center no-repeat;
}
.news-de-2-f .news-de-2-time span::after{
	position: absolute;
	right: -24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 16px;
	background: #999;
	content: "";
}
.news-de-2-f .news-de-2-time span:last-child{
	padding-left: 0px;
	margin-right: 0;
	background: none;
}
.news-de-2-f .news-de-2-fun{
	float: right;
	max-width: 70%;
	height: 20px;
}
.news-de-2-f .news-de-2-fun a{
	width: 24px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	position: relative;
	background-color: none!important;
	margin: 0;
	padding: 0;
	border: 0;
}
.news-de-2-f .news-de-2-fun .social-share .social-share-icon{
	border-radius: 0;
}
.news-de-2-f .news-de-2-fun .social-share .social-share-icon.icon-wechat:before,
.news-de-2-f .news-de-2-fun .social-share .social-share-icon.icon-weibo:before{
	display: none;
}
.news-de-2-f .news-de-2-fun a.social-share-icon{
	margin-right: 46px;
}
.news-de-2-f .news-de-2-fun a.social-share-icon:last-child{
	margin-right: 0;
}
.news-de-2-f .news-de-2-fun a.social-share-icon::after{
	position: absolute;
	right: -24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background: #e9e9e9;
	content: "";
}
.news-de-2-f .news-de-2-fun a.social-share-icon:last-child::after{
	display: none;
}
.news-de-2-f .news-de-2-fun a.social-share-icon.icon-weibo{
	background: url(../images/news/wb.png) no-repeat;
	background-size: 100% 100%!important;
}
.news-de-2-f .news-de-2-fun a.social-share-icon.icon-wechat{
	background: url(../images/news/wx.png) no-repeat;
	background-size: 100% 100%!important;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
	float: left;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox a{
}
.news-de-2-f .bdsharebuttonbox .icon-qq{
	background-position: 0 0 !important;
	/* background: url(../images/news/qq.png) center no-repeat !important; */
}
.news-de-2-f .bdsharebuttonbox .icon-qq::before{
	content: '\e62d';
}
.news-de-2-f .bdsharebuttonbox .icon-wechat{
	background-position: 0 0 !important;
	/* background: url(../images/news/wx.png) center no-repeat !important; */
}
.news-de-2-f .bdsharebuttonbox .icon-wechat::before{
	content: '\e604';
}
.news-de-2-f .bdsharebuttonbox .icon-weibo{
	background-position: 0 0 !important;
	/* background: url(../images/news/wb.png) center no-repeat !important; */
}
.news-de-2-f .bdsharebuttonbox .icon-weibo::before{
	content: '\e626';
}

.newsDe-top{
	float: left;
	width: 100%;
	margin-top: 234px;
}
.news-de-2{
	float: left;
	width: 100%;
	background: #fff;
	padding: 80px 104px 80px 136px;
	padding-left: 0!important;
	padding-right: 0!important;
}
.news-de-2 .text {
	float: left;
	width: 100%;
	font-size: 18px;
	margin-top: 32px;
	line-height: 2;
	color: #666;
}
.news-de-2 .text img{
	max-width: 100%;
}
.news-de-2 .text h1{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #cb9d80;
}
.news-page{
	float: left;
	width: 100%;
	position: relative;
	margin-top: 65px;
	padding-top: 50px;
	border-top: 1px solid #e2e2e2;
}
.news-page a{
	float: left;
	position: relative;
	max-width: 48%;
	height: 60px;
	line-height: 58px;
	padding: 0 24px;
	border-radius: 30px;
	font-size: 16px;
	padding: 0 24px;
	border: 1px solid #dcdcdc;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 
.news-page a:last-child{
	float: right;
}
.news-page a:hover{
	background: #00a0e9;
	color: #fff;
}
@media (max-width: 1680px){
	.news-de-2-f .news-de-2-time{
		max-width: 60%;
	}
	.news-de-2-f .news-de-2-fun {
	    float: right;
	    max-width: 40%;
	}
}
@media (max-width: 1440px){
	.ne-de-title{
		font-size: 28px;
	}
}
@media (max-width: 1280px){
	.news-de-2{
		padding: 60px 5% 60px 5%;
	}
}
@media (max-width: 1199px){
	.news-de-2{
		width: 100%;
		margin-left: 0;
	}
	.news-de-right{
		margin-top: 50px;
	}
	.newsDe-top{
		margin-top: 120px;
	}
	.news-de-2-f .news-de-2-fun a.social-share-icon.icon-wechat{
		display: none;
	}
	.news-de-2-f .news-de-2-fun a.social-share-icon.icon-weibo{
		margin-right: 0;
	}
	.news-de-2-f .news-de-2-fun a.social-share-icon::after{
		display: none;
	}
}	
@media (max-width: 991px){
	.news-de-2-f .news-de-2-fun a {
	}
	.news-details {
	    padding: 34px 0% 38px 0%;
	}
	.ne-de-title {
	    line-height: 32px;
	    padding-bottom: 12px;
	    font-size: 24px;
	}
	.news-details .news-de-h2{
		margin-top: 20px;
		font-size: 24px;
	}
	.news-de-2-f .news-de-2-time{
		font-size: 14px;
	}
	
	.news-de-2 .text {
	    padding: 16px 0 28px 0;
	}
	.news-page a{
		width: 100%;
		margin-top: 10px;
	}
	.news-de-right.mom-de-right{
		width: 150px;
	}
	.news-page.mom-page a{
		width: 100%;
	}
}
@media (max-width: 767px){
	.newsDe-top {
	  margin-top: 80px;
	}
	.news-de-2 {
		width: 100%;
	  padding: 20px 3% 20px 3%!important;
	}
	.news-de-right.mom-de-right{
		width: 100%;
	}
	.news-de-right{
		width: 100%;
	}
	.ne-de-title {
	    line-height: 24px;
	    padding-bottom: 8px;
	    font-size: 18px;
	}
	.news-de-2-f .news-de-2-time{
		max-width: 100%;
		font-size: 12px;
	}
	.news-de-2-f .news-de-2-fun{
		max-width: 60%;
	}
	.news-de-2-f{
		padding: 8px 0;
	}	
	.news-de-2-f .news-de-2-time span{
		margin-right: 15px;
		font-size: 14px;
	}
	.news-de-2-f .news-de-2-time span::after{
		right: -8px;
	}
	.news-de-2 .text{
		padding: 15px 0 0px 0;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.news-de-2 .text h1{
		font-size: 14px;
		text-indent: 0;
	}
	.tj-pro.ne-de-licon{
	  padding-bottom: 20px;
	}
	.news-page a{
		max-width: 100%;
		height: 40px;
		line-height: 38px;
		padding: 0 16px;
		font-size: 14px;
	}
	.news-page a span{
		width: 86px;
	}
	.news-page {
		margin-top: 20px;
		padding-top: 0px;
	}
}
.newsDe-bot{
	float: left;
	width: 100%;
	margin-top: 50px;
}
.newsDe-bot .i-news{
	background: none;
}
.newsDe-bot .i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-time{
	background: url(../images/news/de-ico-1.png) right center no-repeat;
	background: none;
}
.newsDe-bot .i-news-list .i-news-ul .i-news-li .i-news-li-txt .i-news-li-t a{
	font-weight: bold;
}
@media (max-width: 767px){
	.newsDe-bot{
		margin-top: 0;
	}
}

.bg-brand{
	background: url(../images/brand/bg.jpg) top center no-repeat;
	background-size: cover;
}
.brand-1{
	float: left;
	width: 100%;
	padding-top: 112px;
	position: relative;
}
.brand-1 .brand1-left{
	float: left;
	width: 43.3%;
	padding: 106px 60px 0 110px;
}
.brand1-t,
.brand1-p{
	float: left;
	width: 100%;
}
.brand1-t{
	font-size: 36px;
	font-weight: bold;
	color: #00a0e9;
}
.brand1-p{
	font-size: 16px;
	margin-top: 36px;
	line-height: 2;
	color: #999;
}
.brand-1 .brand1-right{
	float: left;
	width: 56.7%;
}
.brand-2{
	float: left;
	width: 100%;
	padding-top: 142px;
	position: relative;
}
.brand-2 .brand2-left{
	float: left;
	width: 48.5%;
	text-align: center;
}
.brand-2 .brand2-left span{
	display: inline-block;
	border-radius: 100%;
	overflow: hidden;
}
.brand-2 .brand2-right{
	float: left;
	width: 51.5%;
	padding: 136px 30px 0 30px;
}
.brand-3{
	float: left;
	width: 100%;
	padding-top: 162px;
	position: relative;
}
.brand3-h1{
	float: left;
	width: 100%;
	font-size: 36px;
	color: #00a0e9;
	text-align: center;
}
.brand-3 .brand3-list,
.brand-3 .brand3-list ul{
	float: left;
	width: 100%;
}
.brand-3 .brand3-list{
	margin-top: 40px;
}
.brand-3 .brand3-list ul{
	display:flex;
	flex-wrap: wrap;
	/* text-align: center; */
}
.brand-3 .brand3-list ul li{
	display: inline-block;
	/* width: 30.8%; */
	width: 23.8%;
	margin: 10px .5% 10px .5%;
	padding: 60px 3% 40px 3%;
	text-align: center;
	border: 2px solid #fff;
	background: rgba(255,255,255,0.3);
}
.brand-3 .brand3-list ul li .brand3-pic,
.brand-3 .brand3-list ul li .brand3-t,
.brand-3 .brand3-list ul li .brand3-p{
	float: left;
	width: 100%;
}
.brand-3 .brand3-list ul li .brand3-t{
	font-size: 20px;
	margin-top: 38px;
}
.brand-3 .brand3-list ul li .brand3-p{
	margin-top: 16px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	
	/* height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}
.brand-4{
	float: left;
	width: 100%;
	padding: 124px 0 184px 0;
	position: relative;
}
.brand4-list{
	float: left;
	width: 100%;
	margin-top: 36px;
	padding-left: 6.1%;
	padding-right: 6.1%;
}
.brand4-list .slick-slide{
	padding: 0 18px;
}
.brand4-list .brand4-pic{
	border: 7px solid #ebebeb;
}
.brand4-list .brand4-pic .img-box{
	padding-bottom: 71.69811320754717%;
}
.brand4-list .slick-slide .brand4-pic .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;
}
.brand4-list .slick-slide:hover .brand4-pic .img-box img{	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.brand4-list .slick-dots{
	float: left;
	width: 100%;
	margin-top: 68px;
	text-align: center;
	font-size: 0;
}
.brand4-list .slick-dots li{
	display: inline-block;
	width: 60px;
	height: 6px;
	margin: 0 15px;
	cursor: pointer;
	background: #9fd9f5;
}
.brand4-list .slick-dots li.slick-active{
	background: #00a0e9;
}
.brand4-list .slick-dots li button{
	display: none;
}
@media (max-width: 1440px){
	.brand-1{
		padding-top: 82px;
	}
	.brand-1 .brand1-left{
		padding: 86px 5% 0 6%;
	}
	.brand-2{
		padding-top: 102px;
	}
	.brand-2 .brand2-left span{
		width: 500px;
	}
	.brand-2 .brand2-right{
	  padding: 76px 30px 0 30px;
	}
	.brand-3{
		padding-top: 122px;
	}
	.brand-3 .brand3-list ul li{
	  padding: 36px 3% 30px 3%;
	}
	.brand-3 .brand3-list ul li .brand3-t{
		font-size: 18px;
		margin-top: 28px;
	}
	.brand-3 .brand3-list ul li .brand3-p{
		margin-top: 12px;
		font-size: 14px;
		/* height: 48px; */
		line-height: 24px;
	}
	.brand-4 {
	  padding: 84px 0 144px 0;
	}
	.brand4-list .slick-dots{
		margin-top: 48px;
	}
	.brand4-list .slick-dots li {
		width: 48px;
		height: 4px;
		margin: 0 10px;
	}
	.brand1-t{
		font-size: 30px;
	}
	.brand1-p{
		font-size: 14px;
	}
}
@media (max-width: 1199px){
	.brand-1 .brand1-left{
	  padding: 48px 3% 0 4%;
	}
	.brand1-t{
	  font-size: 24px;
	}
	.brand1-p{
		margin-top: 24px;
	}
	.brand-2 .brand2-left span{
	  width: 400px;
	}
	.brand-2 .brand2-right{
	  padding: 10px 3% 0 3%;
	}
	.brand-3 .brand3-list ul li {
	  padding: 20px 1% 20px 1%;
	}
	.brand-3 .brand3-list ul li .brand3-p{
		font-size: 12px;
	}
	.brand-3 .brand3-list ul li .brand3-pic img{
		height: 100px;
	}
	.brand-3 .brand3-list ul li .brand3-t{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media (max-width: 991px){
	.brand-1{
		padding-top: 0;
	}
	.brand-1 .brand1-left,
	.brand-1 .brand1-right{
		width: 100%;
	}
	.brand-1 .brand1-left {
	  padding: 40px 0% 0 0%;
	}
	.brand-1 .brand1-right{
		margin-top: 40px;
	}
	.brand-2 {
	  padding-top: 40px;
	}
	.brand-2 .brand2-left,
	.brand-2 .brand2-right{
		width: 100%;
	}
	.brand-2 .brand2-right{
		margin-top: 40px;
		padding: 0px 0% 0 0%;
	}
	.brand-3{
	  padding-top: 40px;
	}
	.brand3-h1{
		font-size: 24px;
	}
	.brand-3 .brand3-list{
	  margin-top: 30px;
	}
	.brand-3 .brand3-list ul li{
		float: left;
		display: block;
		width: 46%;
		margin: 0 2%;
	}
	.brand-4 {
	  padding: 64px 0 84px 0;
	}
	.brand4-list{
		padding-left: 0;
		padding-right: 0;
	}
	.brand4-list .slick-slide{
		padding: 0 12px;
	}
	.brand4-list .brand4-pic{
	  border-width: 4px;
	}
	.brand4-list .slick-dots{
	  margin-top: 30px;
	}
	.brand4-list .slick-dots li{
		width: 40px;
		height: 3px;
		margin: 0 6px;
	}
}
@media (max-width: 767px){
	.brand-1 .brand1-left{
	  padding: 30px 0% 0 0%;
	}
	.brand1-t{
	  font-size: 20px;
	}
	.brand1-p{
	  margin-top: 15px;
	}
	.brand-1 .brand1-right{
	  margin-top: 20px;
	}
	.brand-2{
	  padding-top: 20px;
	}
	.brand-2 .brand2-left span{
	  width: 280px;
	}
	.brand-2 .brand2-right{
	  margin-top: 20px;
	}
	.brand-3{
	  padding-top: 30px;
	}
	.brand-3 .brand3-list {
	  margin-top: 20px;
	}
	.brand-3 .brand3-list ul li .brand3-pic img{
	  height: 60px;
	}
	.brand-3 .brand3-list ul li .brand3-t{
		font-size: 14px;
		margin-top: 10px;
	}
	.brand-3 .brand3-list ul li .brand3-p{
		margin-top: 6px;
		font-size: 12px;
		/* height: 80px; */
		line-height: 20px;
    -webkit-line-clamp: 4;		
	}
	.brand-3 .brand3-list ul li{
		width: 48%;
		margin: 5px 1%;
	  padding: 15px 2% 15px 2%;
	}
	.brand-4{
	  padding: 20px 0 20px 0;
	}
	.brand4-list{
		margin-top: 10px;
	}
	.brand4-list .slick-dots{
	  margin-top: 20px;
	}
	.brand4-list .slick-dots li{
		width: 30px;
		height: 2px;
		margin: 0 2px;
	}
}








.wrap-job{
	float: left;
	width: 100%;
	padding: 104px 0 152px 0;
}
.wrap-job .job-h1{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.wrap-job .job .text{
  margin-top: 80px;
}
.wrap-job .job .text h3{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 18px 0;
}
.wrap-job .job .text p{
	font-size: 13px;
	line-height: 2.30769231;
	color: #666;
}
.wrap-job .job .text p a:hover{
	text-decoration: underline;
	color: #09357f;
}
.wrap-job .job .list{
  margin-top: 26px;
}
.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: 34px;
}
.wrap-job .job .list > ul > li .tlist{
  overflow: hidden;
	padding: 46px 187px 34px 4%;
	position: relative;
}
.wrap-job .job .list > ul > li .tlist .top{
	float: left;
	width: 100%;
	line-height: 26px;
}
.wrap-job .job .list > ul > li .tlist .tlist-con{
	float: left;
	width: 100%;
	padding-right: 183px;
	padding-right: 5%;
}
.wrap-job .job .list > ul > li .tlist .top .top-h1{
	float: left;
	width: 43.3%;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	color: #00a0e9;
	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: 16px;
	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: #f8f8f8;
	content: "";
}
.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span:first-child::after{
	display: none;
}
.wrap-job .job .list > ul > li .tlist .bottom{
	float: left;
	width: 100%;
	line-height: 30px;
	padding-top: 12px;
	margin-top: 25px;
	border-top: 1px solid #ececec;
}
.wrap-job .job .list > ul > li .tlist .bottom p{
	float: left;
	font-size: 16px;
	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: 187px;
	height: 204px;
	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(../images/contact/on.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 .tlist .titem a.more:after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	/* background: url(../images/job/ico-1-on.png) center no-repeat; */
}
.wrap-job .job .list > ul > li .note{
  display: none;
	float: left;
	width: 100%;
	padding: 45px 4% 65px 4%;
	background-color: #f3f3f3;
}
.wrap-job .job .list > ul > li .note .note-left{
	float: left;
	width: 36.6%;
	width: 50%;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	padding: 0 24px 0 0;
}
.wrap-job .job .list > ul > li .note .note-left.mt-48{
	margin-top: 48px;
}
.wrap-job .job .list > ul > li .note .note-left .p1{
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.wrap-job .job .list > ul > li .note a{
	display: inline-block;
	float: left;
	height: 46px;
	line-height: 46px;
	padding: 0 56px;
	border-radius: 28px;
	text-align: center;
	background: #00a0e9;
	color: #fff;
	margin-top: 82px;
	margin-right: 10px;
	font-size: 14px;
}
.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: 80px;
	text-align: center;
}
.wrap-job .showMorehandle a{
	font-size: 19px;
	color: #999;
}
.wrap-job .showMorehandle a:hover{
	opacity: 0.9;
}
@media (max-width: 1560px){
	.wrap-job .job .list > ul > li .tlist {
		padding-left: 3%;
	}
	.wrap-job .job .list > ul > li .note {
	  padding: 45px 3% 45px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h1{
		font-size: 18px;
	}
	.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;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span{
		padding: 0 24px;
	}
	.wrap-job {
	  padding: 64px 0 92px 0;
	}
	.wrap-job .job-h1{
		font-size: 24px;
	}
}
@media (max-width: 1199px){
	
	.wrap-job .job .list > ul > li .tlist {
	  padding: 24px 160px 24px 3%;
	}
	.work {
	  padding: 40px 0 58px 0;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		width: 160px;
		height: 172px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(1), 
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(4){
		width: 40%;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(2), 
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(5){
		width: 40%;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(3), 
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(6){
		width: 20%;
	}
	.wrap-job .showMorehandle{
		margin-top: 40px;
	}
	.wrap-job .job .list > ul > li .note .note-left{
		width: 50%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span{
		font-size: 12px;
	}
}
@media (max-width: 991px){
	
	.wrap-job .job .list > ul > li .tlist {
	    padding: 20px 160px 20px 3%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h1{
		width: 100%;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2{
		width: 100%;
		margin-left: -12px;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span{
		padding: 0 12px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom {
		line-height: 24px;
		padding-top: 15px;
		margin-top: 15px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(odd){
		width: 70%!important;
	}
	.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){
	.wrap-job {
	  padding: 30px 0 30px 0;
	}
	.wrap-job .job .list {
	  margin-top: 10px;
	}
	.wrap-job .job-h1 {
	  font-size: 20px;
	}
	.wrap-job .job .list > ul > li{
		margin-top: 15px;
	}
  .wrap-job .job .list > ul > li .tlist {
		padding: 5px 60px 5px 3%;
  }
  .wrap-job .job .list > ul > li .tlist .titem {
	   width: 60px;
     height: 195px;
  }
	.wrap-job .job .list > ul > li .tlist .top .top-h1 {
		 font-size: 14px;
	}
	.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{
		line-height: 20px;
	}
	.wrap-job .job .list > ul > li .tlist .top .top-h2 .top-h2-span {
		padding: 0 10px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom {
		line-height: 20px;
		padding-top: 5px;
		margin-top: 5px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p{
		font-size: 14px;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(odd){
		width: 100%!important;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(even){
		width: 100%!important;
	}
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(2),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(3),
	.wrap-job .job .list > ul > li .tlist .bottom p:nth-child(4){
		display: none;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		height: 133px;
	}
	.wrap-job .job .list > ul > li .note .note-left .p1{
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .note {
		padding: 0px 3% 15px 3%;
	}
	.wrap-job .job .list > ul > li .note a{
		margin-top: 10px;
		height: 36px;
		line-height: 36px; 
		font-size: 12px;
		padding: 0 28px;
	}
	.wrap-job .job .list > ul > li .note .note-left.mt-48 {
	  margin-top: 20px;
	}
	.wrap-job .showMorehandle {
		margin-top: 20px;
	}
	.wrap-job .showMorehandle a {
		width: 128px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .note .note-left{
		width: 100%;
		margin-top: 15px;
		font-size: 13px;
		line-height: 1.8;
		padding: 0;
	}
}

.contact-1{
	float: left;
	width: 100%;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
}
.contact-1 .con-left{
	float: left;
	width: 38.1%;
	padding: 86px 0 70px 7.9%;
}
.contact-1 .con-left .con-lt{
	font-size: 36px;
}
.contact-1 .con-left .con-limg{
	margin-top: 34px;
}
.contact-1 .con-left .con-limg img {
	width:20%;
}
.contact-1 .con-left .con-lp{
	font-size: 22px;
	margin-top: 26px;
	color: #00a0e9;
}
.contact-1 .con-right{
	float: left;
	width: 61.9%;	
}
.contact-1 .con-right ul{
	float: left;
	width: 100%;
}
.contact-1 .con-right ul li{
	float: left;
	width: 33.33%;
	padding: 124px 0 72px 0;
	border-left: 1px solid #f3f3f3;
	text-align: center;
}
.contact-1 .con-right ul li strong{
	font-family: 'CenturyGothic-Bold';
	font-size: 26px;
}
.contact-1 .con-right ul li p{
	margin-top: 72px;
	font-size: 20px;
	color: #666;
}

.contact-2{
	float: left;
	width: 100%;
	padding: 124px 4.4% 100px 4.4%;
	position: relative;
}
.map{
	float: left;
	width: 100%;
	height: 557px;
}
.contact-3{
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	background-color: #02a0ea;
	background-image: linear-gradient(to right, #9ecced , #e3f2f9);
}
.contact-3 .con3-left{
	float: left;
	width: 48.8%;
	text-align: center;
	position:relative;
}
.contact-3 .con3-left .map-right {
	position: absolute;
	right:-30px;
	bottom:28px;
	width:17%;
}
@media (max-width:767px) {
	.contact-3 .con3-left .map-right { right:0; bottom:0; }
}
.contact-3 .con3-right{
	float: left;
	width: 51.2%;
	padding: 0 110px 0 110px;
}
.contact-3 .con3-right .con3-rt{
	font-size: 36px;
	margin-top: 82px;
}
.contact-3 .con3-right .con3-rp{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 43px;
	margin-top: 40px;
	color: #666;
}
.contact-3 .con3-right .con3-rp span{
	float: left;
	margin-right: 24px;
}
.contact-3 .con3-right .con3-rSpan{
	float: left;
	width: 100%;
	margin-top: 100px;
	font-size: 14px;
	color: #00a0e9;
	font-weight: bold;
}
.contact-4{
	padding: 100px 0 116px 0;
	position: relative;
	float: left;
	width: 100%;
	background: url(../images/contact/img.jpg) center no-repeat;
	background-size: cover;
}
.contact-4 .title .title-c{
	color: #fff;
}
.contact-4 .con4-form{
	float: left;
	width: 100%;
}
.contact-4 .con4-form input[type=text]{
	float: left;
	width: 44.4%;
	margin-top: 62px;
	line-height: 58px;
	font-size: 16px;
	padding: 0 18px;
	color: #fff;
	border-bottom: 1px solid #d7d7d7;
	background: none;
}
.contact-4 .con4-form input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
  color: #999;
}
.contact-4 .con4-form input[type=text]:-moz-placeholder, textarea:-moz-placeholder{
  color: #999;
}
.contact-4 .con4-form input[type=text]::-moz-placeholder, textarea::-moz-placeholder{
  color: #999;
}
.contact-4 .con4-form input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder{
  color: #999;
}
.contact-4 .con4-form input[type=text].right{
	float: right;
}
.contact-4 .con4-form .con4-sub{
	float: left;
	width: 100%;
	margin-top: 172px;
	text-align: center;
}
.contact-4 .con4-form input[type=submit]{
	width: 200px;
	height: 44px;
	line-height: 44px;
	border-radius: 22px;
	text-align: center;
	background: #00a0e9;
	color: #fff;
	-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;
}
.contact-4 .con4-form input[type=submit]:hover{
	opacity: 0.9;
}
@media (max-width: 1600px){
	.contact-1 .con-left{
	  padding: 56px 0 40px 3%;
	}
	.contact-1 .con-right ul li{
	  padding: 84px 0 42px 0;
	}
	.contact-1 .con-left .con-lt{
	  font-size: 30px;
	}
	.contact-1 .con-left .con-lp{
		font-size: 18px;
	}
	.contact-1 .con-right ul li p {
		margin-top: 62px;
		font-size: 18px;
	}
	.contact-1 .con-right ul li strong{
		font-size: 22px;
	}
	.contact-2 {
	  padding: 84px 3% 80px 3%;
	}
	.contact-3 .con3-right {
	  padding: 0 8% 0 8%;
	}
	.contact-3 .con3-right .con3-rt{
		font-size: 30px;
		margin-top: 62px;
	}
	.contact-3 .con3-right .con3-rp{
		font-size: 16px;
		line-height: 40px;
		margin-top: 30px;
	}
}
@media (max-width: 1440px){
	.contact-1 .con-left .con-limg{
	  margin-top: 20px;
	}
	.contact-1 .con-left .con-lt{
	  font-size: 24px;
	}
	.contact-1 .con-left .con-lp{
	  font-size: 16px;
		margin-top: 20px;
	}
	.contact-1 .con-right ul li{
	  padding: 64px 0 42px 0;
	}
	.contact-1 .con-right ul li p{
		font-size: 16px;
	}
	.contact-1 .con-right ul li strong{
	  font-size: 18px;
	}
	.contact-2{
	  padding-top: 44px;
	}
	.contact-4 .con4-form .con4-sub{
		margin-top: 142px;
	}
}
@media (max-width: 1199px){
	.contact-1 .con-left{
		width: 30%;
	}
	.contact-1 .con-right{
		width: 70%;
	}
	.contact-1 .con-left .con-lt{
	  font-size: 20px;
	}
	.contact-1 .con-left .con-limg{
	  margin-top: 15px;
	}
	.contact-1 .con-left .con-lp{
		font-size: 14px;
		margin-top: 20px;
	}
	.contact-1 .con-right ul li {
	    padding: 54px 0 32px 0;
	}
	.contact-1 .con-right ul li p{
		font-size: 14px;
	}
	.contact-2 {
	  padding: 64px 3% 60px 3%;
	}
	.contact-3{
		padding-top: 80px;
	}
	.contact-3 .con3-right {
	  padding: 0 4% 0 4%;
	}
	.contact-3 .con3-right .con3-rt {
		font-size: 22px;
		margin-top: 22px;
	}
	.contact-3 .con3-right .con3-rp{
		font-size: 14px;
	}
	.contact-3 .con3-right .con3-rp span{
		margin-right: 12px;
	}
	.contact-3 .con3-right .con3-rSpan{
		margin-top: 80px;
	}
	.contact-4{
	  padding: 70px 0 86px 0;
	}
	.contact-4 .con4-form input[type=text]{
		margin-top: 48px;
	}
	.contact-4 .con4-form .con4-sub {
	  margin-top: 102px;
	}
}
@media (max-width: 991px){
	.contact-3 {
	  padding-top: 60px;
	}
	.contact-1 .con-left,
	.contact-1 .con-right{
		width: 100%;
	}
	.contact-1 .con-left{
		padding-right: 3%;
	}
	.contact-3 .con3-right .con3-rt{
		margin-top: 20px;
	}
	.contact-1 .con-right ul li{
		 border-top: 1px solid #f3f3f3;
	}
	.contact-1 .con-right ul li:first-child{
		border-left: 1px solid #f3f3f3;
	}
	.contact-3 .con3-right .con3-rp{
		line-height: 28px;
	}
	.contact-3 .con3-right .con3-rp span{
	  margin-right: 8px;
	}
	.contact-3 .con3-right .con3-rSpan{
	  margin-top: 40px;
	}
	.contact-4 .con4-form input[type=text]{
		width: 46%;
		margin-top: 40px;
		line-height: 48px;
		font-size: 14px;
		padding: 0 16px;
	}
	.contact-4 .con4-form .con4-sub{
	  margin-top: 62px;
	}
}
@media (max-width: 767px){
	.contact-1 .con-left {
	  padding: 30px 3% 20px 3%;
		text-align: center;
	}
	.contact-1 .con-right ul li{
		width: 100%;
		border-left-width: 0;
		border-right-width: 0;
		padding: 15px 0 15px 0;
	}
	.contact-1 .con-right ul li p{
		margin-top: 15px;
	}
	.contact-1 .con-right ul li strong{
	  font-size: 16px;
	}
	.contact-1 .con-right ul li img{
		height: 30px;
	}
	.contact-2{
	  padding: 20px 3% 20px 3%;
	}
	.map{
		height: 380px;
	}
	.contact-3 .con3-left,
	.contact-3 .con3-right{
		width: 100%;
	}
	.contact-3 {
	  padding: 20px 3%;
	}
	.contact-3 .con3-right{
		padding: 0 0;
		margin-top: 15px;
	}
	.contact-3 .con3-right .con3-rSpan{
	  margin-top: 20px;
	}
	.contact-3 .con3-right .con3-rt{
		margin-top: 0;
		font-size: 18px;
	}
	.contact-3 .con3-right .con3-rp{
		margin-top: 15px;
	}
	.contact-4 {
	  padding: 40px 0 40px 0;
	}
	.contact-4 .con4-form{
		margin-top: 20px;
	}
	.contact-4 .con4-form input[type=text]{
		width: 100%;
		margin-top: 10px;
		line-height: 48px;
		padding: 0 5px;
	}
	.contact-4 .con4-form .con4-sub{
	  margin-top: 40px;
	}
	.contact-4 .con4-form input[type=submit] {
		width: 180px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
}

.healthy{
	float: left;
	width: 100%;
	padding: 6px 0 162px 0;
}
.healthy ul{
	float: left;
	width: 100%;
}
.healthy ul li{
	float: left;
	width: 47.9%;
	margin-right: 4.2%;
	margin-top: 84px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	overflow: hidden;
}
.healthy ul li:nth-child(2n){
	margin-right: 0;
}
.healthy ul li > span{
	float: left;
	width: 43.9%;
}
.healthy ul li > span .img-box{
	padding-bottom: 73.02052785923754%;
}
.healthy ul li > span .img-box img{
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.healthy ul li:hover > span .img-box img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.healthy ul li .healthy-txt{
	float: left;
	width: 56.1%;
	padding: 0 26px;
}
.healthy ul li .healthy-txt .healthy-t{
	font-size: 20px;
	margin-top: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.healthy ul li .healthy-txt .healthy-t:hover a{
	color: #02a0ea;
}
.healthy ul li .healthy-txt .healthy-p{
	font-size: 14px;
	margin-top: 14px;
	height: 112px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	color: #999;
}
.healthy ul li .healthy-txt .healthy-a{
	margin-top: 28px;
	padding-left: 38px;
	line-height: 28px;
	font-size: 16px;
}
.healthy ul li .healthy-txt .healthy-a a{
	color: #999;
}
.healthy ul li .healthy-txt .healthy-a.ico-video{
	background: url(../images/healthy/ico-1.png) left center no-repeat;
}
.healthy ul li .healthy-txt .healthy-a.ico-mp3{
	background: url(../images/healthy/ico-2.png) left center no-repeat;
}
.healthy ul li .healthy-txt .healthy-a.ico-details{
	background: url(../images/healthy/ico-3.png) left center no-repeat;
}
.healthy ul li .healthy-txt .healthy-a.ico-link{
	background: url(../images/healthy/ico-4.png) left center no-repeat;
}
@media (max-width: 1600px){
	.healthy ul li{
		margin-top: 66px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
	}
	.healthy ul li .healthy-txt {
	  padding: 0 20px;
	}
	.healthy ul li .healthy-txt .healthy-t {
		font-size: 18px;
		margin-top: 28px;
	}
	.healthy ul li .healthy-txt .healthy-p {
		margin-top: 12px;
		height: 96px;
	  line-height: 24px;
	}
}
@media (max-width: 1440px){
	.healthy {
	  padding: 4px 0 102px 0;
	}
	.healthy ul li .healthy-txt .healthy-a{
		margin-top: 14px;
		font-size: 14px;
	}
}
@media (max-width: 1366px){
	.healthy ul li .healthy-txt .healthy-t {
		margin-top: 20px;
	}
}
@media (max-width: 1199px){
	.healthy ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 40px;
	}
	.healthy ul li .healthy-txt .healthy-t{
		margin-top: 40px;
	}
}
@media (max-width: 767px){
	.healthy {
	  padding: 0px 0 20px 0;
	}
	.healthy ul li{
		margin-top: 20px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-left-radius: 0px;
	}
	.healthy ul li > span{
		width: 100%;
	}
	.healthy ul li .healthy-txt{
		width: 100%;
		padding: 20px 3%;
	}
	.healthy ul li .healthy-txt .healthy-t{
		margin-top: 0;
	}
	.healthy ul li .healthy-txt .healthy-p{
		height: auto;
	}
}

.product{
	float: left;
	width: 100%;
	background-color: #02a0ea;
	background-image: linear-gradient(#f2f9fd, #e7f2fa);
	padding: 122px 0 262px 0;
}
.product .pro-h1{
	float: left;
	width: 100%;
	font-size: 36px;
	color: #00a0e8;
	text-align: center;
}
.product ul{
	float: left;
	width: 100%;
	margin-top: 38px;
	padding: 0 10px;
}
.product ul li{
	float: left;
	width: 33.33%;
	margin-top: 46px;
	padding: 0 2.5%;
	position: relative;
	text-align: center;
}
.product ul li a{
	float: left;
	width: 100%;
}
.product ul li a img{
	position: relative;
	z-index: 2;
}
.product ul li a span{
	position: absolute;
	left: 0%;
	top: 0;
	width: 100%;
	z-index: 1;
}
.product ul li a span img{
	border-radius: 10px;
	-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;
}
.product ul li:hover a span img{		
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product ul li a .pro-p{
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	padding: 0 60px;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	z-index: 3;
}

@media (max-width: 1440px){
	.product .pro-h1{
		font-size: 30px;
	}
	.product ul li a span img{
		width: 92%;
	}
	.product ul li a .pro-p{
		padding: 0 40px;
		top: 30px;
		font-size: 16px;
		line-height: 24px;
	}
	.product{
	    padding: 82px 0 162px 0;
	}
	.product ul{
		margin-top: 30px;
	}
	.product ul li{
		margin-top: 30px;
	}
}
@media (max-width: 991px){
	.product{
	  padding: 60px 0 100px 0;
	}
	.product ul li{
		width: 50%;
	}
}
@media (max-width: 767px){
	.product {
	  padding: 30px 0 30px 0;
	}
	.product .pro-h1 {
	  font-size: 22px;
	}
	.product ul{
		padding: 0 0px;
		margin-top: 0px;
	}
	.product ul li{
		width: 100%;
		margin-top: 20px;
	}
	.product ul li a span img{
		width: 100%;
	}
	.product ul li:hover a span img{
		-webkit-transform: scale(1);
		-mos-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.product ul li a .pro-p{
		padding: 0 20px;
	}
}

.product-details{
	float: left;
	width: 100%;
	font-size: 0;
	/* background: #0691e4; */
}
.product-details img{
	display: block;
}

@media (max-width: 767px){
	.product-details{
		padding-top: 66px;
		padding-top: 0px;
	}
	/* .product-details img{
		max-width: 160%;
		margin-left: -30%;
	} */
}





/* 图片固定宽高比例 */
.i-box { position: relative; overflow: hidden; height: 0; padding-bottom: 100%; }
.i-box img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
/* 首页修改 2024-07-12 */
.header .nav .nav-list1>li:hover>a, .header .nav .nav-list1>li.active>a { background-image: none; }
.i-new-dha {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: calc(100vw / 1920 * 176) calc(100vw / 1920 * 163) calc(100vw / 1920 * 182) calc(100vw / 1920 * 215);
	overflow: hidden;
}
.i-new-dha .left .logo { width: calc(100vw / 1920 * 380); }
.i-new-dha .left .logo img { width: 100%; }
.i-new-dha .right .bg {
	position: relative;
	background: url(../images/newdha/new-dha-bg.png) center no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100vw / 1920 * 862);
	height: calc(100vw / 1920 * 599);
}
.i-new-dha .right .bg::before {
	content: '';
	position: absolute;
	top: calc(100vw / 1920 * 98);
	left: calc(100vw / 1920 * -65);
	width: calc(100vw / 1920 * 44);
	height: calc(100vw / 1920 * 44);
	background: url(../images/newdha/new-dha-bg1.png) center no-repeat;
	background-size: 100% 100%;
}
.i-new-dha .right .bg::after {
	content: '';
	position: absolute;
	bottom: calc(100vw / 1920 * 113);
	right: calc(100vw / 1920 * 41);
	width: calc(100vw / 1920 * 35);
	height: calc(100vw / 1920 * 35);
	background: url(../images/newdha/new-dha-bg1.png) center no-repeat;
	background-size: 100% 100%;
}
.i-new-dha .right .bg .con { width: calc(100vw / 1920 * 569); margin-left: calc(100vw / 1920 * -136); }
.i-new-dha .right .bg .con .h2 {
	font-size: calc(100vw / 1920 * 34);
	font-weight: bold;
	color: #0091db;
	text-align: center;
	padding-left: calc(100vw / 1920 * 20);
	margin-bottom: calc(100vw / 1920 * 24);
	letter-spacing: 1px;
}
.i-new-dha .right .bg .con .img.i-box { padding-bottom: 55.18453427065026%; }
.i-new-dha .right .bg .circle {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	font-size: calc(100vw / 1920 * 20); color: #d66d05;
	line-height: 1.2;
}
.i-new-dha .right .bg .circle .list {
	background: url(../images/newdha/new-dha-bg1.png) center no-repeat;
	background-size: 100% 100%;
	width: calc(100vw / 1920 * 163);
	height: calc(100vw / 1920 * 163);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	padding: 0 calc(100vw / 1920 * 15);
}
.i-new-dha .right .bg .circle .list-1 { top: calc(100vw / 1920 * -74); left: calc(100vw / 1920 * 317); width: calc(100vw / 1920 * 159); height: calc(100vw / 1920 * 159); animation: up 3.4s 3.2s infinite; }
.i-new-dha .right .bg .circle .list-2 { top: calc(100vw / 1920 * 3); right: calc(100vw / 1920 * 111); animation: left 3.7s 3.6s infinite; }
.i-new-dha .right .bg .circle .list-3 { top: calc(100vw / 1920 * 215); right: calc(100vw / 1920 * 26); animation: up 3.8s 3.1s infinite; }
.i-new-dha .right .bg .circle .list-4 { bottom: calc(100vw / 1920 * -15); right: calc(100vw / 1920 * 139); width: calc(100vw / 1920 * 145); height: calc(100vw / 1920 * 145); animation: right 2.8s 2.9s infinite; }
.i-new-dha .right .bg .circle .list-5 { bottom: calc(100vw / 1920 * -48); left: calc(100vw / 1920 * 274); animation: bottom 4.2s 4.1s infinite; }
.i-new-dha .right .bg .circle .list-6 { bottom: calc(100vw / 1920 * 40); left: calc(100vw / 1920 * 2); width: calc(100vw / 1920 * 124); height: calc(100vw / 1920 * 124); animation: right 3.3s 2.8s infinite; }
.i-new-dha .right .bg .circle .list-7 { top: calc(100vw / 1920 * 208); left: calc(100vw / 1920 * -98); width: calc(100vw / 1920 * 151); height: calc(100vw / 1920 * 151); animation: up 2.6s 2.8s infinite; }
.i-new-dha .right .bg .circle .list-8 { top: calc(100vw / 1920 * -3); left: calc(100vw / 1920 * 26); animation: right 3.4s 3.5s infinite; }


@media (max-width: 1199px) {
	.i-new-dha .right .bg { width: 538px; height: 374px; }
	.i-new-dha .right .bg .circle { font-size: 12px; }
	.i-new-dha .right .bg .circle .list { width: 102px; height: 102px; }
	.i-new-dha .right .bg .circle .list-1 { width: 99px; height: 99px; }
	.i-new-dha .right .bg .circle .list-4 { width: 91px; height: 91px; }
	.i-new-dha .right .bg .circle .list-6 { width: 77px; height: 77px; }
	.i-new-dha .right .bg .circle .list-7 { width: 97px; height: 97px; }
	.i-new-dha .right .bg .con { width: 355px; margin-left: -85px; }
}
@media (max-width: 991px) {
	.i-new-dha .left .logo { width: 196px; }
	.i-new-dha .right { width: 100%; margin-top: 60px; }
	.i-new-dha .right .bg { margin-left: auto; }
	.i-new-dha .right .bg .con { margin-left: 0; }
	.i-new-dha .right .bg::before { width: 23px; height: 23px; top: 50px; left: -33px; }
	.i-new-dha .right .bg::after { width: 18px; height: 18px; bottom: 80px; right: 23px; }
	.i-new-dha .right .bg .circle .list-1 { top: -40px; left: 41%; }
	.i-new-dha .right .bg .circle .list-2 { top: 0; right: 10%; }
	.i-new-dha .right .bg .circle .list-3 { top: 131px; right: -20px; }
	.i-new-dha .right .bg .circle .list-4 { bottom: -6px; right: 15% }
	.i-new-dha .right .bg .circle .list-5 { bottom: -28px; left: 38%; }
	.i-new-dha .right .bg .circle .list-6 { bottom: 16px; left: 9%; }
	.i-new-dha .right .bg .circle .list-7 { top: 120px; left: -30px; }
	.i-new-dha .right .bg .circle .list-8 { top: 0; left: 8%; }
}
@media (max-width: 767px) {
	.i-new-dha { padding: 30px 6.25%; }
	.i-new-dha .left .logo { width: 160px; }
	.i-new-dha .right { margin-top: 10px; }
	.i-new-dha .right .bg { width: 100%; height: auto; margin: 30px auto 15px; background-image: none; flex-direction: column; }
	.i-new-dha .right .bg .con { width: 100%; }
	.i-new-dha .right .bg .con .h2 { margin-bottom: 20px; }
	.i-new-dha .right .bg .circle { font-size: 12px; position: initial; display: flex; flex-wrap: wrap; justify-content: space-evenly; margin-top: 20px; }
	.i-new-dha .right .bg .circle .list { width: 95px; height: 95px; position: initial; margin-bottom: 15px; }
	.i-new-dha .right .bg .circle .list-1 { width: 95px; height: 95px; }
	.i-new-dha .right .bg .circle .list-4 { width: 95px; height: 95px; }
	.i-new-dha .right .bg .circle .list-6 { width: 95px; height: 95px; }
	.i-new-dha .right .bg .circle .list-7 { width: 95px; height: 95px; }
	.i-new-dha .right .bg::before { width: 20px; height: 20px; top: 66px; left: 0px; display: none; }
	.i-new-dha .right .bg::after { width: 15px; height: 15px; bottom: 100px; right: 0; display: none; }
	.i-new-dha .right .bg .circle .list-1 { top: -46px; left: 36%; }
	.i-new-dha .right .bg .circle .list-2 { top: 0; right: 0; }
}


/* 滴适宝金标基础营养系列 */
.i-new-caihong {
	position: relative;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: 100%;
	padding: calc(100vw / 1920 * 136) calc(100vw / 1920 * 173) calc(100vw / 1920 * 209) calc(100vw / 1920 * 122);
	overflow: hidden;
}

.i-new-caihong .left { position: relative; width: 64.304%; }
.i-new-caihong .left::before {
	content: '';
	position: absolute;
	left: calc(100vw / 1920 * -200);
	bottom: calc(100vw / 1920 * 50);
	width: calc(100vw / 1920 * 500);
	height: calc(100vw / 1920 * 450);
	background: url(../images/newdha/i-new-caihong.png) center no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transition: opacity .5s;
}
.i-new-caihong .left.animated::before { opacity: 1; }
.i-new-caihong .left .img.i-box { padding-bottom: 63.05609284332689%; }
.i-new-caihong .right {
	width: calc(100vw / 1920 * 550);
	position: absolute;
	right: calc(100vw / 1920 * 176);
	bottom: calc(100vw / 1920 * 260);
}
.i-new-caihong .right .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.i-new-caihong .right .list .li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100vw / 1920 * 160);
	height: calc(100vw / 1920 * 160);
	border-radius: 50%;
	background: url(../images/newdha/i-new-caihong-bg1.png) center no-repeat;
	background-size: 100% 100%;
	font-size: calc(100vw / 1920 * 36);
	font-weight: bold;
	color: #fff;
	letter-spacing: calc(100vw / 1920 * 3);
	margin-bottom: 15px;
}
.i-new-caihong .right .h2 {
	font-size: calc(100vw / 1920 * 38);
	font-weight: bold;
	color: #fff;
	letter-spacing: calc(100vw / 1920 * 7);
}

@media (max-width: 767px) {
	.i-new-caihong { padding: 60px 6.25%; }
	.i-new-caihong .left::before { display:none; }
	.i-new-caihong .left { width: 100%; }
	.i-new-caihong .right { position: initial; width: 100%; right: 0; bottom: 0; margin-top: 30px; }
	.i-new-caihong .right .list { justify-content: space-evenly; }
	.i-new-caihong .right .list .li { width: 80px; height: 80px; font-size: 18px; letter-spacing: 0; }
	.i-new-caihong .right .h2 { font-size: 18px; text-align: center; letter-spacing: 2px; }
}




/* 产品详情移动端修改 */
@media (max-width: 767px){
	.header .w-1620 { padding: 0; }
	/* .product-details img{
		max-width: 227%;
		margin-left: -63.5%;
	} */
}