@font-face {
	font-family: 'iconfont';
	src: url('');
	src: url('') format('embedded-opentype'),
		url('') format('woff2'),
		url('') format('woff'),
		url('') format('truetype'),
		url('') format('svg');
}

@font-face {
	font-family: 'Book Antiqua';
	src: url('../font/BookAntiqua.woff2') format('woff2'),
		url('../font/BookAntiqua.woff') format('woff');
}

@font-face {
	font-family: 'hinted-CenturyGothic-Bold';
	src: url('../font/hinted-CenturyGothic-Bold.woff2') format('woff2'),
		url('../font/hinted-CenturyGothic-Bold.woff') format('woff');
}



@font-face {
	font-family: 'AlternateGotNo1D';
	src: url('');
}

*{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Microsoft YaHei', 'Arial','SimSun', 'Source Han Sans CN', 'SourceHanSerifCN', 'WenQuanYi Micro Hei', 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Helvetica Neue', 'Helvetica', 'sans-serif';
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background: #efefef;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: 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;
}

a {
	color: inherit;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;

	color: inherit;
}

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;
}

a {
	text-decoration: none;
	color: inherit;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover {
	text-decoration: none;

	color: inherit;
}

a:visited,
a:link {
	text-decoration: none;

	color: inherit;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

.main {
	float: left;
	width: 100%;
	
	
	position: relative;
	z-index: 1;
}

.w-100 {
	float: left;
	width: 100%;
	position: relative;
	z-index: 99999;
}

.w-1520 {
	width: 1520px;
	margin: 0 auto;
}

@media (max-width: 1440px) {
	.w-1520 {
		padding: 0 2%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.w-1520 {
		padding: 0 3%;
	}
}


.w-1200 {
	width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.w-1200 {
		padding: 0 2%;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.w-1200 {
		padding: 0 3%;
	}
}


.img-box {
	position: relative;

	display: block;
	overflow: hidden;

	height: 0;
	padding-bottom: 100%;
}

.img-box img {
	position: absolute;
	top: 0;
	left: 0;

	display: block;

	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;
}






.header {
	position: absolute;
	bottom: 0;
	float: left;
	width: 100%;
	height: 100px;
	
	background-color: #fff;
	padding: 0 9%;
	z-index: 7500;
}

@media (max-width: 1199px) {
	.header {
		height: 66px;
		padding: 0 3%;
	}
}

.header .logo {
	float: left;
	-webkit-transition: all .4s;
	transition: all .4s;
	display: none;
	margin-right: 60px;
}
.header .logo img{
	float: left;
	
	margin-top: 19px;
	-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: 1280px) {
	.header .logo {
		left: 25px;
		margin-right: 20px;
	}
	.header-in.header .logo{
		margin-right: 8px;
	}
	
}

@media (max-width: 1199px) {
	.header .logo {
		display: block;
		top: 0px;
	}
	.header .logo a img{
		margin-top: 15px;
	}
}

.header .logo a {
	display: block;

	height: 100%;
}

.header .logo img {
	display: block;
	
}

.header .nav-collapse {
	position: relative;
	z-index: 10;

	display: none;
	float: right;

	width: 40px;
	height: 40px;
	margin-left: 10px;
	padding: 0;

	cursor: pointer;

	background: none;
}

@media (max-width: 1199px) {
	.header .logo img {
		width: auto;
		height: 36px;
	}

	.header .nav-collapse {
		display: block;
		margin-top: 13px;
	}

	.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: 13px;
		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: #666;
}

.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: #666;
}

.header .nav-collapse .btn-line:nth-child(1) {
	top: 35%;
}

.header .nav-collapse .btn-line:nth-child(2) {
	top: 50%;
}

.header .nav-collapse .btn-line:nth-child(3) {
	top: 65%;
}

.header .nav-collapse.active {
	border-color: transparent;
}

.header .nav-collapse.active .btn-line {
	background-color: #fff;
}

.header .nav-collapse.active .btn-line:nth-child(2) {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);

	opacity: 0;
}

.header .nav-collapse.active .btn-line:nth-child(1) {
	top: 50%;
	left: 50%;

	-webkit-transform: translateX(-50%) rotateZ(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotateZ(45deg);
}

.header .nav-collapse.active .btn-line:nth-child(3) {
	top: 50%;
	left: 50%;

	-webkit-transform: translateX(-50%) rotateZ(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotateZ(-45deg);
}

.header .navbg {
	position: absolute;
	top: 100%;
	left: 0;

	display: none;

	width: 100%;
	height: 50px;

	background-color: rgba(0, 0, 0, .6);
}

@media (min-width: 1200px) {
	.header .nav {
		float: left;
	}
	.header .nav .fx-right{
		display: none;
	}
}

@media (max-width: 1440px) {
	.header .nav {
	}
}

@media (max-width: 1280px) {
	.header .nav {
	}
}

@media (max-width: 1199px) {
	.header .nav {
		margin-left: 0%;
	}
}

@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(36, 117, 225, .9);
	}

	.header .nav .tbl {
		display: table;

		width: 100%;
		height: 100%;
	}

	.header .nav .tbl-cell {
		display: table-cell;

		height: 100%;

		vertical-align: middle;
	}

}

@media (max-width: 767px) {
	.header .nav {
		width: 100%;
		padding: 30px;
	}
}

.header .nav.left-100 {
	left: -100%;
}

.header .nav.left-200 {
	left: -200%;
}

@media (min-width: 1200px) {
	.header .nav .nav-list1>li {
		float: left;
	}

	.header .nav .nav-list1>li>a {
		font-size: 16px;
		line-height: 100px;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		position: relative;
		z-index: 2;

		display: block;

		
		
		padding: 0 32px;

		-webkit-transition: all .4s;
		transition: all .4s;

		color: #666;
		border-right: 1px solid #dcdcdc;
	}
	.header .nav .nav-list1>li:first-child>a{
		border-left: 1px solid #dcdcdc;
	}
	.header .nav .nav-list1>li>a:before {}

	.header .nav .nav-list1>li:hover a,
	.header .nav .nav-list1>li.active a {
		color: #fff;
		background: #4183cd;
	}

	.header .nav .nav-list1>li:hover a:before,
	.header .nav .nav-list1>li.active a:before {
		width: 100%;
	}

	.header .nav .nav-list1 .nav-list2 {
		position: absolute;
		z-index: 50;
		top: 100%;

		display: none;

		min-width: 280px;
		padding: 0;

		text-align: center;
		text-align: left;
	}

	.header .nav .nav-list1 .nav-list2 li {
		display: inline-block;

		list-style: none;
	}

	.header .nav .nav-list1 .nav-list2 li:last-child {
		border-bottom: none;
	}

	.header .nav .nav-list1 .nav-list2 li>a {
		font-size: 14px;
		line-height: 50px;

		position: relative;
		z-index: 1;

		display: block;

		padding: 0 18px;

		-webkit-transition: all .2s;
		transition: all .2s;
		text-align: center;

		color: #fff;
	}

	.header .nav .nav-list1 .nav-list2 li>a:before {
		font-family: 'iconfont' !important;

		margin-right: 6px;

		content: '\e72f';
	}

	.header .nav .nav-list1 .nav-list2 li>a:hover {
		color: #d7000f;
	}
}

@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a {
		
		padding: 0 20px;
	}
	
}

@media (max-width: 1440px) {
	.header .nav .nav-list1>li {
		
	}

	.header .nav .nav-list1>li>a {
		padding: 0 10px;
	}
}

@media (max-width: 1366px) {
	.header .nav .nav-list1>li>a {
		font-size: 12px;
	    padding: 0 20px;	
	}
	
}

@media (max-width: 1365px) {
	.header .nav .nav-list1>li>a {
		padding: 0 12px;
	}
}

@media (max-width: 1280px) {
	.header .nav .nav-list1>li {
		margin: 0 1px;
	}

	.header .nav .nav-list1>li>a {
		padding: 0 12px;
	}
}

@media (max-width: 1199px) {
	.header .nav .nav-list1 {
		margin: 20px 0;

		opacity: 0;
	}

	.header .nav .nav-list1>li {
		-webkit-transform: translateY(-25px);
		-ms-transform: translateY(-25px);
		transform: translateY(-25px);

		opacity: 0;
	}

	.header .nav .nav-list1>a {
		font-size: 20px;

		color: #fff;
	}

}

@media (max-width: 1199px) {

	.header .nav .nav-list2,
	.header .nav .nav-list3 {
		display: none;
	}

	.header .nav .nav-list2 a,
	.header .nav .nav-list3 a {
		font-size: 16px;
		line-height: 2;

		margin-top: 5px;

		color: #fff;
	}
}

.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 .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;
		line-height: 2.5;

		display: block;

		text-transform: uppercase;
		text-align: center;
	}

	.header .fade-out ul.nav-list1 .nav-list2>li>a {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.header .fade-out ul.nav-list1>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;
}


	
	
	
	.header.fixed-header {
		position: fixed;
		bottom: auto;
		top: 0;
		width: 100%;
		padding: 0 3%;
		z-index: 75000;
		background-color: #fff;
		box-shadow: 0 0 5px #bbb;
	}
	.header.fixed-header .logo {
		display: block;
	}
	
	.header.fixed-header .logo img{
		width: auto;
		height: 50px;
		margin-top: 20px;
	}
	.header.fixed-header .nav .nav-list1 .nav-list2 {
		top: 70px;
	}

	.header.fixed-header .nav .nav-list1>li>a {
		line-height: 100px;
		padding: 0 28px;
	}

	.header.fixed-header .wechate a {
		line-height: 70px;
	}

	.header.fixed-header .language ul li {
		line-height: 70px;
	}

	.header.fixed-header .pc-search {
		margin-top: 21px;
	}

	.header.fixed-header .header-right-ico .header-ico {
		margin-top: 15px;
	}


@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a{
		padding: 0 24px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
		padding: 0 24px;
	}
}

@media (max-width: 1600px) {
	.header .nav .nav-list1>li>a{
		padding: 0 16px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
		padding: 0 16px;
	}
	.header.fixed-header .logo{
		margin-right: 24px;
	}
}
@media (max-width: 1440px) {
	.header .nav .nav-list1>li>a{
		padding: 0 12px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
		padding: 0 12px;
	}
}

.header .seach-phone {
	font-family: 'impact';
	position: absolute;
	right: 0;
	top: 0;
	width: 462px;
	height: 100px;
	line-height: 100px;
	background: #d60110;
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header .phone.phone1 {
	display: none;
}

.header .phone {
	float: left;
	padding-left: 73px;
	font-size: 38px;
	position: relative;
	color: #fff;

}

.header .phone:before {
	font-family: 'iconfont';
	position: absolute;
	left: 26px;
	top: 50%;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-top: -15px;


	font-size: 36px;
	content: "\e605";
	transform: rotate(90deg);
}


	.header.fixed-header .seach-phone {
		height: 66px;
		line-height: 66px;
	}

	.header.fixed-header .phone .icon-dianhua {
		left: 36px;
	}

	.header.fixed-header .find {
		height: 66px;
		
		padding-top: 20px;
	}


@media (max-width: 1199px) {
	.header .phone {
		display: none;
	}

	.header .phone.phone1 {
		font-family: 'impact';
		display: block;
		width: 100%;
		text-align: center;
		font-size: 28px;
		padding: 0;
	}

	.header .phone:before {
		display: none;
	}

	.p-phone {
		display: inline-block;
		font-size: 32px;
		transform: rotate(90deg);
	}
	.header.fixed-header .logo a img {
	    margin-top: 15px;
	}
	.header.fixed-header .logo img {
	    width: auto;
	    height: 36px;
	}
}

@media (max-width:767px) {
	.header .phone.phone1 {
		font-size: 28px;
	}
}



.header .find {
	float: right;
	height: 100px;
	cursor: pointer;
	padding-top: 38px;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.header.fixed-header.course .find {
	color: #6c6c6c;
	padding-top: 38px;
}

@media (max-width: 1440px) {
	.header .seach-phone {
		width: auto;
	}

	.header .seach-phone .phone {
		font-size: 30px;
		padding-right: 30px;
	}

	.header .find {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1280px) {
	.header .seach-phone .phone {
		font-size: 20px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	.header .seach-phone {
		background: none;
		height: 66px;
		line-height: 66px;
		margin-right: 7%;
	}

	.header .find {
		height: 66px;
		line-height: 66px;
		color: #333;
		font-size: 20px;
		padding-top: 0;
	}
	.header .find img{
		width: 20px;
	}
}
@media (max-width: 767px) {
	.header .find {
		padding: 0;
		margin-right: 14%;
	}
	.header .find img{
		width: 16px;
	}
}


.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(230, 0, 18, .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: 50px;

	-webkit-animation: fadeInLeft 1s 0s ease both;
	animation: fadeInLeft 1s 0s ease both;
	font-size: 24px;
	background: none;
	color: #fff;
}


@media (min-width: 768px) {
	.header .search-box .input-submit {
		position: absolute;
		right: 0;
		bottom: 20px;
	}
}

.header .search-box.search-xs {
	width: 100%;
	margin: 0;

	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
	background: none;
}

@media (min-width: 1200px) {
	.header .search-box.search-xs {
		display: none;
	}
}

@media (max-width: 1199px) {
	.header .search-box.search-xs {
		position: absolute;
		z-index: 0;
		top: auto;
		right: 0;
		bottom: 0;
		bottom: 30px;

		display: inline-block;

		height: 34px;
	}
}

.header .search-box.search-xs.show {
	z-index: 66;
}

.header .search-box.search-xs.show .search {
	left: 0;
}

.header .search-box.search-xs .search {
	position: absolute;
	z-index: 888;
	top: 0;
	left: 120%;

	width: 100%;

	-webkit-transition: left .3s;
	transition: left .3s;

	border-color: #fff;
	background: #fff;
}

@media (max-width: 360px) {
	.header .search-box.search-xs form .input-text {
		width: 74%;
	}
}

@media (max-width: 767px) {
	.header .search-box.search-xs form .input-text {
		padding-left: 5%;
	}
}

.header .search-box.search-xs .input-submit {
	line-height: 34px;

	background: #fff;
}

.header .search-box.search-xs .input-submit:before {
	color: #104384;
}

.header .search-icon {
	position: absolute;
	z-index: 10;
	top: 18px;
	left: 15px;

	display: inline-block;
	display: none;

	cursor: pointer;
}

.header .search-icon:before {
	font-family: 'iconfont' !important;
	font-size: 18px;

	content: '\e660';

	color: #8cc63f;
}

.header .search-lg {
	top: 0;
}

.header .search-lg .logo {
	margin-top: 20px;
	margin-left: 0;
}

.header .search-lg .search {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;

	width: 90%;
	max-width: 800px;
	margin: auto;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	border: none;
	border-bottom: 1px solid #fff;
	border-radius: 0;
}

.header .search-lg .search p {
	margin-bottom: 50px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;
	text-align: center;
	letter-spacing: 2px;

	color: #fff;
}

.header .search-lg .input-text {
	font-size: 16px;
	line-height: 30px;

	width: 80%;
	height: 60px;
	padding: 0 10px;
	padding-bottom: 20px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;

	color: #fff;
}

.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
	color: #fff;
}

.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;

	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;

	content: '\2716';

	color: #fff;
}








.footer {
	float: left;
	width: 100%;
	
	position: relative;
	z-index: 9999;
	background: #4183cd;
}
.footer-top{
	float: left;
	width: 100%;
	padding: 0px 0 62px 0;
	
}
.footer-top .footer-t-1{
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #679cd7;
}
.footer-top .footer-t-1 div{
	float: left;
}
.footer-top .footer-t-1 span{
	font-family: 'hinted-CenturyGothic-Bold';
	float: left;
	width: 37px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	border:1px dashed #fff;
	border-radius: 100%;
	font-size: 20px;
	color: #fff;
}
.footer-top .footer-t-1 p{
	float: left;
	margin-left: 20px;
	margin-right: 37px;
	line-height: 37px;
	font-size: 20px;
	color: #fff;
}



.footer-top .footer-t-2{
	float: left;
	width: 100%;
	padding-top: 48px;
}
.footer-top .footer-t-2 .footer-t-2-left{
	float: left;
	width: 84.2%;
}
.footer-top .footer-t-2 .footer-t-2-left ul{
	float: left;
	width: 100%;
}
.footer-top .footer-t-2 .footer-t-2-left ul li{
	float: left;
	width: 16.6666%;
}
.footer-top .footer-t-2 .footer-t-2-left ul li .foot-title{
	float: left;
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-size: 24px;
	color: #fff;
	margin-bottom: 24px;
}
.footer-top .footer-t-2 .footer-t-2-left ul li .foot-link{
	float: left;
	width: 100%;
}
.footer-top .footer-t-2 .footer-t-2-left ul li a{
	float: left;
	width: 100%;
	color: #fff;
	line-height: 35px;
}
.footer-top .footer-t-2 .footer-t-2-left ul li a:hover{
	opacity: 0.8;
}
.footer-top .footer-t-2 .footer-t-2-right{
	float: left;
	width: 15.8%;
}
.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-title{
	font-family: 'hinted-CenturyGothic-Bold';
	float: left;
	width: 100%;
	line-height: 37px;
	font-size: 32px;
	color: #fff;
}
.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-title .footer-t-2-t-e{
	float: left;
	width: 100%;
	line-height: 37px;
}
.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-title .footer-t-2-t-c{
	float: left;
	width: 100%;
	line-height: 31px;
	font-size: 20px;
}


.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-add{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	margin-top: 14px;
}
.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-add p img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 10px;
}
.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-add .footer-t-2-add-n{
	font-family: 'hinted-CenturyGothic-Bold';
	font-size: 20px;
}
.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-add .footer-t-2-add-p{
	font-size: 18px;
}

.foot-copy{
	float: left;
	width: 100%;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	padding: 10px 3.2%;
	border-top: 1px solid #679cd7;
}
.foot-copy .foot-copyLeft{
	float: left;
}
.foot-copy .foot-copyLeft span{
	font-family: 'centurygothic';
}
.foot-copy .foot-copyRight{
	float: right;
	
}
.foot-copy .foot-copyRight a{
	margin-left: 24px;
}
.foot-copy .foot-copyRight a img{
	margin-right: 12px;
	vertical-align: middle;
	padding-bottom: 3px;
}





@media (max-width: 1440px) {
	.footer-top .footer-t-2 .footer-t-2-left{
		width: 80%;
	}
	.footer-top .footer-t-2 .footer-t-2-right{
		width: 20%;
	}	
}
@media (max-width: 1199px) {
	.footer-top .footer-t-2{
		padding-top: 20px;
	}
	.footer-top .footer-t-2 .footer-t-2-left ul li .foot-title{
		line-height: 30px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-title .footer-t-2-t-e{
		line-height: 30px;
		font-size: 22px;
	}
	.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-title .footer-t-2-t-c{
		font-size: 18px;
	}
	.footer-top{
		padding-bottom: 20px;
	}
}
@media (max-width: 991px) {
	
	.footer-top .footer-t-1 div{
		margin: 0 15px 0 10px;
	}
	.footer-top .footer-t-1 p{
		font-size: 16px;
		margin-right: 0px;
	}
	.footer-top .footer-t-1 span{
		font-size: 16px;
	}
	.footer-top .footer-t-2 .footer-t-2-left{
		width: 100%;
	}
	.footer-top .footer-t-2 .footer-t-2-right{
		width: 100%;
		text-align: center;
	}
	.foot-copyRight img{
		height: 100%;
	}
	.foot-copy {
	    line-height: 36px;
	    font-size: 14px;
	}
}

@media (max-width: 767px) {
	.footer-top{
		border-top: 0;
		padding-bottom: 10px;
	}
	.footer-top .footer-t-1{
		padding: 10px 0;
		display: none;
	}
	.footer-top .footer-t-1 div{
		margin: 10px 0 0 0;
		width: 100%;
	}
	.footer-top .footer-t-1 span{
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}
	.footer-top .footer-t-1 p{
		line-height: 28px;
		font-size: 14px;
		margin-left: 5px;
	}
	.footer-top .footer-t-2{
		padding-top: 10px;
	}
	.footer-top .footer-t-2 .footer-t-2-left ul li{
		width: 100%;
		position: relative;
	}
	.footer-top .footer-t-2 .footer-t-2-left ul li .foot-link{
		display: none;
		padding: 10px 0;
	}
	.footer-top .footer-t-2 .footer-t-2-left ul li .foot-title{
		margin-bottom: 0;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
		border-bottom: 1px solid #679cd7;
	}
	.footer-top .footer-t-2 .footer-t-2-left ul li a{
		text-indent: 2em;
		line-height: 28px;
	}
	.footer-top .footer-t-2 .footer-t-2-left ul li .foot-title:after {
	    position: absolute;
	    right: 2%;
	    top: 0%;
	    content: "→";
	    color: #fff;
	}
	.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-title{
		display: none;
	}
	.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-add{
		margin-top: 10px;
	}
	.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-add .footer-t-2-add-n{
		font-size: 18px;
	}
	.footer-top .footer-t-2 .footer-t-2-right .footer-t-2-add .footer-t-2-add-p{
		font-size: 15px;
	}
	.foot-copy {
		width: 100%;
	    line-height: 24px;
	    padding: 10px 4% 10px 4%;
	    font-size: 15px;
		text-align: center;
		position: relative;
	}
	.foot-copy span{
		display: block;
	}
	.foot-copy .foot-copyLeft{
		width: 100%;
	}
	.foot-copyRight{
		width: 100%;
	}
	.foot-copyRight img{
		width: 26px;
	}
}



.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 66px;
	text-align: center;
	font-family: 'centurygothic';
}

.page a,.page span {
	font-size: 24px;
	line-height: 42px;
	display: inline-block;
	overflow: hidden;
	
	width: 42px;
	height: 42px;
	margin: 0 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color: #4183cd;
	
}



@media (max-width: 1199px) {
	.page{
		margin-top: 100px;
	}
	.page a,.page span {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}

@media (max-width: 991px) {
	.page {
	    margin-top: 50px;
	}
	.page a,.page span {
	    height: 40px;
	    line-height: 40px;
	    width: 40px;
	}
}
@media (max-width: 767px) {
	.page {
		margin-top: 30px;
	}
	.page a,.page span {
	    height: 40px;
	    line-height: 40px;
	    width: 40px;
		margin: 0 2px;
	}
}

.page a.omit:hover {
	color: #fff;
	
}

.page a.prev {
	
}

.page a.prev:after {
	
	
}

.page a.next {
	
}

.page a.next:before {
	
	
}

.page a.active,
.page a:hover {
	color: #fff;
	background-color: #4183cd;
}

@media (max-width: 1024px) {
	.page a,.page span {
		font-size: 14px;
	}

	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}

	.page a:prev {
		background-size: 7px auto;
	}

	.page a:next {
		background-size: 7px auto;
	}
}




 .first{
	position: relative;
	overflow: hidden;
}
.fix{
	position: fixed;
	top: 88px;
	left: 0;
	z-index: 7501;
}
.fix img{
	width: 100%;
}
.top{
	position: relative;
	
	overflow: hidden;
	z-index: 30;
}
.top .back-video{
	position: relative;

}
.back-video video{
	width: 100%;
	position: absolute;
	transition: all .4s ease;
	opacity: 0;
}
.back-v{
	opacity: 1 !important;
}
.bot{
	width: 100%;
	
	z-index: 55;
	position: absolute;
	top: 0;
	bottom: 0;
	color: #fff;
	height: 0;
	
}
.bot>.bot-link>div{
	cursor: pointer;
}

.bot-1{
	position: absolute;
	top: 38.5%;
	left: 27%;
	
	
	
}
.bot h3{
	margin: 0;
	font-family: Book;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
}
.bot span{
	font-family: source;
	font-size: 24px;
	line-height: 26px;
	font-weight: 100;
	display: block;
	margin-bottom: 20px;
	margin-top: 10px;
}
.bot p{
	margin: 0;
	font-family: source-light;
	font-size: 20px;
	line-height: 26px;
}
.bot-2{
	position: absolute;
	top: 53.5%;
	left: 52%;

}
.bot-3{
	position: absolute;
	top: 8.5%;
	right: 7%;
}
.bot-4{
	position: absolute;
	right: 13%;
	bottom: 18%;
}
.bot-click{
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 11.5%;
}
.click-1{
	margin-left: 15%;
	margin-top: 12%;
	float: left;
	display: none;
}
.click-2{
	float: left;
	margin-top: 20%;
	margin-left: 41%;
	display: none;
}
.click-3{
	float: right;
	margin-top: -4%;
	margin-right: 15%;
	display: none;
}
.click-4{
	margin-right: 15%;
	float: right;
	margin-top: 26%;
	display: none;
}
.click-block{
	display: block !important;
}
.bot-me{
	display: none !important;
}
.bot-title{
	z-index: 99;
}
.click-none{
	z-index: 80;
}
.click-none img{
	width: 100%;
}



@media (max-width: 1680px) {
	.bot-3{
		right: 5%;
	}
	.bot-4{
		right: 11%;
	}
	.click-1{
		margin-left: 14%;
		margin-top: 14%;
	}
	.click-2{
	   margin-top: 23%;
	   margin-left: 39%; 
	}	 
	.click-3{
		  margin-right: 14%;
	}
	.click-4{
	    margin-right: 14%;
	    margin-top: 33%;
	}	
}
@media (max-width: 1600px) {
	.fix{
		width: 200px;
	}
	.click-1{
		margin-left: 13.8%;
		margin-top: 12%;
	}
	.click-2{
	   margin-top: 20%;
	   margin-left: 38.8%; 
	}	 
	.click-3{
		  margin-right: 13.5%;
	}
	.click-4{
		bottom: 16%;
		margin-right: 13%;
	}
}
@media (max-width: 1440px) {
	.back-video video{
		width: 105%;
	}
	.bot-4{
		right: 9%;
	}
	.bot-3{
		right: 2%;
	}
	.click-1{
		margin-left: 12%;
	}
	.click-2{
		margin-left: 37.5%;
	}
	.click-3{
		margin-right: 12%;
	}
	.click-4{
		margin-right: 12%;
	}
}
@media (max-width: 1199px) {
	.bot h3{
		font-size: 16px;
		line-height: 16px;
	}
	.bot span {
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 5px;
	    margin-top: 0px;
	}
	.bot p{
		font-size: 14px;
		line-height: 18px;
	}
	.click-none{
		width: 200px;
	}
	.click-1 {
	    margin-left: 15.5%;
	    margin-top: 18%;
	}
	.click-2 {
	    margin-top: 30%;
	    margin-left: 40.5%;
	}
	.click-3 {
	    margin-right: 15%;
	}
	.click-4 {
	    margin-right: 15%;
	    margin-top: 42%;
	}
	
}



.banner {
	font-size: 0;

	position: relative;

	overflow: hidden;

	width: 100%;
	margin-top: 100px;
	z-index: 99;
	display: none;
}

@media (max-width: 1199px) {
	.banner {
		margin-top: 66px;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

@media (max-width: 991px) {
	
}
@media (max-width: 991px) {
	.banner{
		display: block;
	}
}


.banner .to-num {
	font-family: 'ITC Avant Garde Gothic';
	font-size: 22px;
	line-height: 50px;

	position: absolute;
	right: 240px;
	bottom: 20px;

	color: #fff;
}

.banner .to-num:before {
	content: '0';
}

@media (max-width: 991px) {
	.banner .to-num {
		right: 20px;
		bottom: 0;
	}
}

.banner .slick-arrow {
	width: 41px;
	height: 5px;
	line-height: 5px;

	position: absolute;
	z-index: 9;
	
	bottom: 38px;

	padding: 0;

	cursor: pointer;

	opacity: 1;
	background: none;
}
.banner .slick-arrow.slick-prev{
	left: 47%;
	background: url(404.png) no-repeat;
}
.banner .slick-arrow.slick-prev:hover{
	left: 47%;
	background: url(404.png) no-repeat;
}
.banner .slick-arrow.slick-next{
	right: 47%;
	background: url(404.png) no-repeat;
}
.banner .slick-arrow.slick-next:hover{
	right: 47%;
	background: url(404.png) no-repeat;
}
@media (max-width: 1366px) {
	.banner .slick-arrow.slick-prev{
		left: 46%;
	}
	.banner .slick-arrow.slick-prev:hover{
		left: 46%;
	}		
	.banner .slick-arrow.slick-next{
		right: 46%;
	}
	.banner .slick-arrow.slick-next:hover{
		right: 46%;
	}
}
@media (max-width: 1199px) {
	.banner .slick-arrow.slick-prev{
		left: 45%;
	}
	.banner .slick-arrow.slick-prev:hover{
		left: 45%;
	}		
	.banner .slick-arrow.slick-next{
		right: 45%;
	}
	.banner .slick-arrow.slick-next:hover{
		right: 45%;
	}
}
@media (max-width: 767px) {
	.banner .slick-arrow{
		bottom: 20px;
	}
	.banner .slick-arrow.slick-prev{
		left: 42%;
	}
	.banner .slick-arrow.slick-prev:hover{
		left: 42%;
	}		
	.banner .slick-arrow.slick-next{
		right: 42%;
	}
	.banner .slick-arrow.slick-next:hover{
		right: 42%;
	}
}


@media (max-width: 991px) {
	
}


.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
	position: absolute;
	bottom: 0px;

	height: 30px;

	text-align: center;
}


@media (max-width: 1199px) {
	.banner .slick-dots {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		
	}
	.banner .slick-dots {
		bottom: 0;
		left: 50%;
		text-align: center;
		transform: translate(-50%,-0%)
	}
	.banner .slick-dots li {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-radius: 100%;
		background: #fff;
		margin: 0 5px;
	}
	.banner .slick-dots li.slick-active{
		background: #24a7e1;
	}
}



.banner .slick-dots li.slick-active button {
	opacity: 1;
}

.banner .slick-dots li button {
	display: none !important;
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;

	display: inline-block;

	opacity: 0;
	color: #fff;
	background: none;
}

.banner .slick-dots li button:before {
	content: '0';
}

.banner .slick-dots li button:after {
	position: absolute;
	top: 24px;
	right: -20px;

	display: inline-block;

	width: 20px;
	height: 1px;

	content: '';

	background-color: #fff;
}

.banner img {
	display: block;

	width: 100%;
}

.banner .img-box {
	padding-bottom: 75%;
}

.banner .text {
	position: absolute;
	top: 31.7%;
	left: 50%;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);

	color: #fff;
}

@media (max-width: 991px) {
	.banner .text {
		padding: 0 16%;
	}
	.banner .img-box {
		padding-bottom: 160%;
	}
}

.banner .text-1 {
	text-align: center;
	padding: 8px 0 17px 0;
	color: #fff;
	font-size: 24px;
}
.banner .text-1 h2 {
	font-family: 'centurygothic';
	width: 100%;
	height: 57px;
	line-height: 57px;
	font-size: 24px;
	position: relative;
}
.banner .text-1 h2 .dian{
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 3px;
	line-height: 3px;
}
.banner .text-1 h2 .dian span{
	display: inline-block;
	width: 3px;
	height: 3px;
	border-radius: 100%;
	background: rgba(255,255,255,0.7);
	margin: 0 3px;
}
.banner .text-1 h3 {
	
}
.banner .text-1 p {
	line-height: 60px;
	
}



.banner .text-2 {
	text-align: center;
}
.banner .text-2 h2 {
	position: relative;
	line-height: 120px;
	font-size: 56px;
	font-weight: bold;
}
.banner .text-2 h2:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 78px;
	height: 4px;
	background: #fff;
	margin-left: -39px;
	content: "";
}
.banner .text-2 h3 {
	line-height: 52px;
	margin-top: 36px;
	font-size: 34px;
}
.banner .text-2 p {
	font-family: 'Roboto-Light';
	line-height: 38px;
	font-size: 18px;
}
@media (max-width: 1199px) {
	.banner .text-1 h2 {
		font-size: 18px;
	}
	.banner .text-1 {
		font-size: 18px;
	}
	
}
@media (max-width: 991px) {
	.banner .text-2 p {
		font-size: 16px;
	}
}

.banner .slick-current .text-1 h2 {
	-webkit-animation: fadeIn 1s 0s ease both;
	animation: fadeIn 1s 0s ease both;
	animation-delay: 0.6s;
}
.banner .slick-current .text-1 h3 {
	-webkit-animation: fadeIn 1s 0s ease both;
	animation: fadeIn 1s 0s ease both;
}
.banner .slick-current .text-1 p {
	-webkit-animation: fadeIn 1s 0s ease both;
	animation: fadeIn 1s 0s ease both;
	animation-delay: 0.6s;
}
.banner .slick-current .text-2 h2 {
	-webkit-animation: fadeIn 1s 0s ease both;
	animation: fadeIn 1s 0s ease both;
}
.banner .slick-current .text-2 h3 {
	-webkit-animation: fadeIn 1s 0s ease both;
	animation: fadeIn 1s 0s ease both;
}
.banner .slick-current .text-2 p {
	-webkit-animation: fadeIn 1s 0s ease both;
	animation: fadeIn 1s 0s ease both;
}

@media (max-width: 991px) {
	.banner .text-1 h2 .div-163{
		line-height: 80px;
		font-size: 90px;
	}
	.banner .text-1 h3{
		padding-left: 0px;
		font-size: 50px;
		line-height: 50px;
		font-size: 22px;
	}
	.banner .text-1 p{
		line-height: 30px;
		font-size: 20px;
	}
	.banner .text-1 p.p1{
		padding-left: 250px;
	}
	.banner .text-1 p.p1 {
		line-height: 35px;
		font-size: 26px;
	}
	
	.banner .text-2 h2 {
	    line-height: 60px;
	    font-size: 24px;
	}
	.banner .text-2 h3 {
	    line-height: 26px;
	    margin-top: 18px;
	    font-size: 17px;
	}
	.banner .text-2 p {
	    line-height: 22px;
	    font-size: 14px;
	}
	
}

@media (max-width: 767px) {
	.banner .text{
		width: 62%;
		top: 30%;
		padding: 0px 0 10px 0;
		
	}
	.banner .text-1 h2{
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	
	.banner .text-1 h3 {
	   line-height: 36px;
	}
	.banner .text-1 p {
		line-height: 20px;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.banner .text-2 h2 {
	    
	}
	.banner .text-2 h2:before{
		
	}
	.banner .text-2 h3 {
	  
	}
	.banner .text-2 p {
	 
	}
}


.fx-right{
	float: right;
	margin-top: 40px;
}
.fx-right a{
	position: relative;
	width: 32px !important;
	height: 21px !important;
	line-height: 21px !important;
	margin: 0px 24px 0 24px !important;
	padding: 0 !important;
	background: none !important;
	background-position: 0 0 !important;
	font-size: 16px !important;
	color: #999;
}
.fx-right a:after{
	position: absolute;
	right: -28px;
	top: 0%;
	content: "/";
	color: #999;
}
.fx-right a:last-child:after{
	display: none;
}
.fx-right .top-wx{
	background: url(../image/wx1.png) no-repeat !important;
}
.fx-right .top-email{
	background: url(../image/email.png) no-repeat !important;
}
.fx-right .top-ce{}
.fx-right .top-en{}

@media (max-width: 1366px) {
	.fx-right a{
		margin: 0px 12px 0 12px !important;
	}
	.fx-right a:after{
		right:-14px
	}
}


.i-content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.i-content .i-con-left{
	float: left;
	width: 50%;
	background: #fafafa url(../image/bg-11.jpg) bottom center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 50px 2.9% 105px 2.9%;
}
.i-content .i-con-left > img{
	width: 100%;
}

.i-content .i-con-left .i-con-left-text{
	float: left;
	width: 100%;
	padding-top: 45px;
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-e{
	font-family: 'Book Antiqua';
	float: left;
	width: 100%;
	font-size: 32px;
	color: #24a7e1;
	line-height: 42px;
	font-weight: bold;
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-c{
	float: left;
	width: 100%;
	font-size: 26px;
	line-height: 46px;
	color: #666;
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-c span{
	display: inline-block;
	position: relative;
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-c span:after{
	position: absolute;
	left: -82px;
	top: 50%;
	width: 70px;
	height: 1px;
	background: #aaa;
	content: "";
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-c span:before{
	position: absolute;
	right: -82px;
	top: 50%;
	width: 70px;
	height: 1px;
	background: #aaa;
	content: "";
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-p{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #666;
	margin-top: 26px;
	line-height: 38px;
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-a{
	float: left;
	width: 100%;
	margin-top: 34px;
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-a a{
	vertical-align: top;
}
.i-content .i-con-left .i-con-left-text .i-con-left-te-a a img{
	width: 39px;
	height: 39px;
	margin: 0 8px;
}



.i-content .i-con-right{
	float: left;
	width: 50%;
}
.i-content .i-con-right img{
	width: 100%;
}
.i-content .i-con-right .i-con-ri-top{
	float: left;
	width: 100%;
	position: relative;
}
.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link{
	position: absolute;
	left: 9%;
	top: 50%;
	color: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-e{
	font-family: 'Book Antiqua';
	float: left;
	width: 100%;
	line-height: 54px;
	font-size: 48px;
	
}
.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-c{
	float: left;
	width: 100%;
	line-height: 48px;
	font-size: 32px;
}
.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-a{
	position: relative;
	float: left;
	width: 16px;
	height: 25px;
	margin-top: 65px;
	padding-left: 110px;
	-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-content .i-con-right .i-con-ri-top .i-con-ri-t-link img{
	width: 16px;
	height: 25px;
}
.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-a:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 110px;
	height: 1px;
	background: #fff;
	content: "";
	
}
.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link:hover .i-con-ri-t-a{
	margin-left: 15px;
}



.i-content .i-con-right .i-con-ri-bottom{
	float: left;
	width: 100%;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le{
	position: relative;
	float: left;
	width: 50.52083%;
}

.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link{
	position: absolute;
	right: 16.5%;
	top: 20%;
	color: #fff;
	text-align: right;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-e{
	font-family: 'Book Antiqua';
	float: left;
	width: 100%;
	line-height: 49px;
	font-size: 48px;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-c{
	float: left;
	width: 100%;
	line-height: 48px;
	font-size: 32px;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-a{
	position: relative;
	float: right;
	width: 16px;
	height: 25px;
	margin-top: 16px;
	padding-left: 45px;
	margin-right: 16px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-a:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 45px;
	height: 1px;
	background: #fff;
	content: "";
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-a img{
	width: 16px;
	height: 25px;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link:hover .i-con-ri-t-a{
	margin-right: 30px;
}



.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri{
	position: relative;
	float: left;
	width: 49.47917%;
}

.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link{
	position: absolute;
	left: 13.4%;
	top: 20%;
	color: #fff;
	text-align: left;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-e{
	font-family: 'Book Antiqua';
	float: left;
	width: 100%;
	line-height: 49px;
	font-size: 48px;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-c{
	float: left;
	width: 100%;
	line-height: 48px;
	font-size: 32px;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-a{
	position: relative;
	float: left;
	width: 16px;
	height: 25px;
	margin-top: 16px;
	padding-left: 45px;
	margin-right: 16px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-a:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 45px;
	height: 1px;
	background: #fff;
	content: "";
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-a img{
	width: 16px;
	height: 25px;
}
.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link:hover .i-con-ri-t-a{
	margin-left: 15px;
}



.video
{
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	width: 39px;
	height: 39px;
}

.video .img-box
{
	width: 100%;
	height: 100%;
	z-index: 0;
	position: relative;
	padding-bottom: 100%;
	background-color: rgba(0,0,0,0);
	
}
.video .img-box .black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
}
.video .img-box img
{
	-webkit-transition: all .6s ease;
			transition: all .6s ease;

	
}
.video .video-box
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}
.video .iframe
{
	display: none;

	width: 100% !important;
	height: 100% !important;
}
.video .play
{
	position: absolute;
	top: 50%;
	left: 0;

	display: inline-block;

	width: 100%;
	height: 39px;

	-webkit-transition: all .0s;
			transition: all .0s;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);

	color: #fff;
	background: url(../image/video.png) center no-repeat;
}


.video .play:before
{
	font-family: 'iconfont';
	font-size: 60px;
	font-weight: normal;
	line-height: 1;

	display: block;

	
   width: 63px;
   height: 63px;
	
}
.video .img-box .pc{
		display: block;
	}
	.video .img-box .ph{
		display: none;
	}

@media (max-width: 1680px) {
	.i-content .i-con-left {
		padding: 20px 2.9% 69px 2.9%;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le{
		width: 50.520833333333333%;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri{
		width: 49.479168888888888%;
	}
	.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-e{
		font-size: 36px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-e{
		font-size: 36px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-e{
		font-size: 36px;
	}
}
@media (max-width: 1600px) {
	.i-content .i-con-left {
		padding: 20px 2.9% 49px 2.9%;
	}
}
@media (max-width: 1440px) {
	.i-content .i-con-left {
	    padding: 10px 2% 30px 2%;
	}
	.i-content .i-con-left .i-con-left-text .i-con-left-te-a{
		margin-top: 10px;
	}
	.i-content .i-con-left .i-con-left-text{
		padding-top: 38px;
	}
}
@media (max-width: 1366px) {
	.i-content .i-con-left {
	    padding: 12px 2% 30px 2%;
	}
	.i-content .i-con-left .i-con-left-text .i-con-left-te-p{
		font-size: 16px;
		margin-top: 20px;
		line-height: 34px;
	}
}
@media (max-width: 1199px) {
	.i-con-left-te-a .video{
		float: left;
		width: 100%;
		height: auto;
		
		margin-top: 20px;
	}
	.i-con-left-te-a .video .play{
		height: 54px;
		background: url(../image/video-play.png) center no-repeat;
		
	}
	.i-con-left-te-a .video .img-box{
		height: 0;
		padding-bottom: 49.56521739130435%;
	}
	.video .img-box .pc{
		display: none;
	}
	.video .img-box .ph{
		display: block;
		width: 100%!important;
		height: 100%!important;
	}
	
	
	.fx-right{
		margin-top: 22px;
	}
	.i-content .i-con-left{
		width: 100%;
	}
	.i-content .i-con-right{
		width: 100%;
	}
	.header .nav .tbl-cell .fx-right{
		display: none;
	}
}
@media (max-width: 991px) {
	
	.top{
		display: none;
	}
	.bot{
		display: none;
	}
	.bot-click{
		display: none;
	}
	.first{
		height: auto !important;
	}
	.header{
		position: fixed;
		display: block;
		bottom: auto;
		top:0;
	}
	.header.fixed-header{
		
	}
	.i-content{
		margin-top: 66px;
	}
	.fix{
		display: none !important;
	}
}
@media (max-width: 767px) {
	.header .nav .tbl-cell .fx-right{
		display: block;
		width: 100%;
		text-align: center;
	}
	.header .nav .tbl-cell .fx-right a{
		float: none !important;
		display: inline-block !important;
		margin: 0 10px !important;
		vertical-align: top;
		color: #fff !important;
	}
	
	.header .nav .tbl-cell .fx-right .top-wx{
		background: url(../image/wx-1.png) no-repeat !important;
	}
	.header .nav .tbl-cell .fx-right .top-email{
		background: url(../image/email-1.png) no-repeat !important;
	}
	.header .nav .tbl-cell .fx-right a:after{
		right: -14px;
		color: #fff;
	}
	.header div > .fx-right{
		display: none;
	}
	.i-content{
		margin-top: 0;
	}
	.i-content .i-con-left .i-con-left-text{
		padding-top: 15px;
	}
	.i-content .i-con-left .i-con-left-text .i-con-left-te-e {
	    font-size: 18px;
	    line-height: 28px;
	}
	.i-content .i-con-left .i-con-left-text .i-con-left-te-c{
		font-size: 18px;
		line-height: 36px;
	}
	.i-content .i-con-left .i-con-left-text .i-con-left-te-p{
		line-height: 24px;
		font-size: 12px;
		margin-top: 10px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le{
		display: none;
		width: 100%;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri{
		width: 100%;
	}
	.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-e{
		line-height: 36px;
		font-size: 18px;
	}
	.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-c{
		line-height: 36px;
		font-size: 18px;
	}
	.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-a{
		margin-top: 10px;
	}
	.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link img{
		width: 10px;
		height: auto;
	}
	.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-a{
		padding-left: 55px;
	}
	.i-content .i-con-right .i-con-ri-top .i-con-ri-t-link .i-con-ri-t-a:before{
		width: 50px;
		margin-top: -1px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-e{
		font-size: 18px;
		line-height: 36px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-c{
		font-size: 18px;
		line-height: 36px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-a img{
		width: 10px;
		height: auto;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-le .i-con-ri-t-link .i-con-ri-t-a:before{
		margin-top: -2px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-e{
		font-size: 18px;
		line-height: 36px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-c{
		font-size: 18px;
		line-height: 36px;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-a img {
	   width: 10px;
	   height: auto;
	}
	.i-content .i-con-right .i-con-ri-bottom .i-con-ri-bo-ri .i-con-ri-t-link .i-con-ri-t-a:before{
		margin-top: -2px;
	}
}



.header-in{
	position: fixed;
	bottom: auto;
	top: 0;
	padding: 0 3%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.header.header-in .logo{
	display: inline-block;
}


.header.header-in.fixed-header-in{
	height: 66px;
	box-shadow: 0 0 5px #bbb;
}
.header.header-in.fixed-header-in .logo img{
	height: 40px;
	margin-top: 13px;
	
}
.header.header-in.fixed-header-in .nav .nav-list1>li>a{
	line-height: 66px;
}
.header.header-in.fixed-header-in .fx-right{
	margin-top: 22px;
	-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-in
{
	width: 100%;
    padding: 0;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}

.banner-in .slick-initialized .slick-slide > div{
	height: 100%;
}
@media (max-width: 1280px){
	.header-in.header.fixed-header-in .logo{
		margin-right: 10px;
	}
}
@media (max-width: 1024px)
{
	.banner-in{
		margin-top: 66px;
	}
}


@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        width: 200%;
        max-width: 200%;
        margin-left: -50%;
    }
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
            animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
	padding-bottom: 39.93694167104572%;
	
}
.banner-in .item{
	display: block !important;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.banner-in .text-in
{
    position: absolute;
    top: 0px;
	left: 50%;
	width: 100%;
	height: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
	background: url(../image/banner-in-bg.png) center no-repeat;
	background-size: auto 100%;
}

.banner-in .text-in .banner-txt-1{
	float: left;
	width: 100%;
	position: absolute;
	
	top: 36.57894736842105%;
	
	text-align: center;
}

.banner-in .text-in .banner-txt-1.banner-txt-2{
	top: 38.28947368421053%;
}


.banner-in .text-in h2
{
	font-family: 'AlternateGotNo1D';
    font-size: 42px;
    margin: 0;
    line-height: 39px;
	color: #4183cd;
}
.banner-in .text-in h3
{
    font-size: 36px;
	line-height: 43px;
    margin: 0;
    color: #4183cd;
}
.banner-in .text-in p{
	line-height: 48px;
	margin: 0;
	color: #fff;
	margin-top: 14px;
}
.banner-in .text-in p span{
	display: inline-block;
	padding: 0 32px;
	background: #4183cd;
	border-radius: 24px;
	font-size: 20px;
}

.banner-in .text-in .banner-txt-1.banner-txt-2 h2{
	line-height: 52px;
	font-size: 56px;
}
.banner-in .text-in .banner-txt-1.banner-txt-2 h3{
	line-height: 54px;
	font-size: 42px;
}

@media (max-width: 1440px){
	.banner-in .text-in .banner-txt-1{
		top: 36%;
	}
	.banner-in .text-in h2{
		font-size: 24px;
		line-height: 30px;
	}
	.banner-in .text-in h3{
		font-size: 20px;
		line-height: 28px;
	}
	.banner-in .text-in p{
		font-size: 18px;
		line-height: 24px;
	}
	.banner-in .text-in p span{
		line-height: 36px;
		padding: 0 20px;
	}
}
@media (max-width: 1440px){
	.banner-in .text-in .banner-txt-1.banner-txt-2 h2{
		font-size: 34px;
		line-height: 40px;
	}
	.banner-in .text-in .banner-txt-1.banner-txt-2 h3{
		font-size: 30px;
		line-height: 38px;
	}
}
@media (max-width: 1199px){
	.banner-in .text-in .banner-txt-1.banner-txt-2 h2{
		font-size: 28px;
		line-height: 30px;
	}
	.banner-in .text-in .banner-txt-1.banner-txt-2 h3{
		font-size: 24px;
		line-height: 30px;
	}
}

@media (max-width: 991px)
{
    .banner-in .text-in h3
    {
        font-size: 24px;
    }
	
	.banner-in .text-in .banner-txt-1.banner-txt-2 h2{
		font-size: 22px;
		line-height: 24px;
	}
	.banner-in .text-in .banner-txt-1.banner-txt-2 h3{
		font-size: 18px;
		line-height: 22px;
	}
}

@media (max-width: 1024px)
{
	.banner-in .text-in h2 {
		font-size: 24px;
		line-height: 24px;
	}
	.banner-in .text-in h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.banner-in .text-in p {
		font-size: 14px;
		margin-top: 5px;
	}
	.banner-in .text-in p span{
		font-size: 16px;
		padding: 0 15px;
		height: 36px;
		line-height: 36px;
	}
}

@media (max-width: 991px)
{
	.banner-in .text-in h2{
		line-height: 20px;
	}
	.banner-in .text-in h3{
		line-height: 16px;
	}
    .banner-in .text-in p
    {
		margin-top: 5px;
    }
	.banner-in .text-in p span {
	    font-size: 14px;
	    padding: 0 10px;
	    height: 24px;
	    line-height: 24px;
	}
}
@media (max-width: 767px)
{
	.banner-in .text-in h2 {
		font-size: 20px;
	}
    .banner-in .text-in p
    {
        font-size: 16px;
    }
}




.wrap-sidenav
{
    position: relative;
    overflow: hidden;
    height: 60px;
	background: #fff;
	border-bottom: 1px solid #d2d2d2;
}
.nav-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 340px;
	height: 60px;
	background: #1aa096;
}
@media (max-width: 1024px){
	
	
}
@media (max-width: 991px)
{
	
    .wrap-sidenav
    {
        height: 50px;
    }
    
}
@media (max-width: 767px)
{
 .wrap-sidenav
    {
    	height: 50px;
        margin-top: -0px;
    }
}
.wrap-sidenav .sidenav
{
    position: relative;
}
.wrap-sidenav .sidenav ul
{
    font-size: 0;
    position: relative;
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
	text-align: left;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;

    
}
.wrap-sidenav .sidenav ul li:first-child a
{
   border-left: 1px solid #d2d2d2;
   }
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
	color: #333;
    line-height: 60px;

    position: relative;

    display: block;

    height: 60px;
    padding: 0 28px;
	border-right: 1px solid #d2d2d2;

}
.wrap-sidenav .sidenav ul li a .block{
	display: inline-block;
	padding-bottom: 3px;
}
.wrap-sidenav .sidenav ul li a .hover{
	display: none;
}
@media (max-width: 991px)
{
    .wrap-sidenav .sidenav ul li a
    {
        font-size: 15px;
        line-height: 50px;

        height: 50px;
        padding: 0 20px;
    }
}
.wrap-sidenav .sidenav ul li.active a,
.wrap-sidenav .sidenav ul li:hover a{
	background: #4183cd;
	color: #fff;
}
.wrap-sidenav .sidenav ul li.active a .block,
.wrap-sidenav .sidenav ul li:hover a .block
{
    display: none;
}
.wrap-sidenav .sidenav ul li.active a .hover,
.wrap-sidenav .sidenav ul li:hover a .hover
{
	display: inline-block;
	padding-bottom: 3px;
}
@media (max-width: 1199px)
{
    .wrap-sidenav .sidenav ul li:hover a:before
    {
        display: none;
    }
}


.pas-1{
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 64px;
	position: relative;
	padding-right: 760px;
}
.pas-1 .pas-1-left{
	float: left;
	width: 100%;
	padding: 53px 8.6% 36px 8.6%;
}
.pas-1 .pas-1-left .pas-1-left-title{
	float: left;
	width: 100%;
}
.pas-1 .pas-1-left .pas-1-left-title span{
	display: inline-block;
	line-height: 62px;
	font-size: 32px;
	color: #4183cd;
	border-bottom: 3px solid #4183cd;
}
.pas-1 .pas-1-left .pas-1-left-p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 30px;
	font-size: 18px;
	color: #666;
	height: 216px;
	letter-spacing: 1px;
	height: auto!important;
	
}

.pas-1 .pas-1-right{
	position: absolute;
	right: 0;
	top: 0;
	width: 760px;
	height: 100%;
	overflow: hidden;
}
.pas-1 .pas-1-right img{
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.pas-1:hover .pas-1-right img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}





.pas-2{
	float: left;
	width: 100%;
	background: #fff;
	margin: 20px 0 98px 0;
	padding: 56px 4% 82px 4%;
}
.pas-2 > img{
	display: block;
	float: left;
	width: 31.4%;
	margin-right: 2.9%;
	margin-bottom: 45px;
}
.pas-2 > img:nth-child(3){
	margin-right: 0%;
}
.pas-2 > p{
	font-size: 18px;
	line-height: 36px;
	color: #666;
	text-indent: 2em;
	letter-spacing: 0.7px;
}
@media (max-width: 1280px){
	
	.pas-1 .pas-1-left .pas-1-left-title span{
		font-size: 22px;
	}
	.pas-1{
		padding-right: 50%;
	}
	.pas-1 .pas-1-left {
	    padding: 20px 3% 12px 3%;
	}
	.pas-1 .pas-1-left .pas-1-left-p {
	    
	    line-height: 32px;
	    margin-top: 10px;
	    font-size: 16px;
	   
	    height: 192px;
	    letter-spacing: 0px;
	}
	.pas-1 .pas-1-right{
		width: 50%;
		height: auto;
	}
	.pas-1 .pas-1-right img{
		width: 100%;
		height: auto;
	}
}
@media (max-width: 1199px){
	.pas-1 .pas-1-left .pas-1-left-title span{
		line-height: 34px;
	}
	.pas-1 .pas-1-left {
	    padding: 10px 3% 10px 3%;
	}
	.pas-2 > p{
		line-height: 32px;
		font-size: 16px;
	}
	.pas-2 {
	    margin: 0px 0 20px 0;
	    padding: 30px 3% 30px 3%;
	}
	
	
}
@media (max-width: 991px){
	.pas-1{
		padding-right: 0;
	}
	.pas-1 .pas-1-left{
		width: 100%;
		padding-top: 30px;
	}
	.pas-1 .pas-1-left .pas-1-left-p{
		height: auto;
	}
	.pas-1 .pas-1-right{
		position: inherit;
		float: left;
		width: 100%;
	}
}
@media (max-width: 767px){
	.pas-2 > img{
		width: 100%;
		margin-right: 0;
	}
	.pas-1{
		margin-top: 20px;
	}
	.pas-1 .pas-1-left{
		padding-top: 10px;
	}
	.pas-1 .pas-1-left .pas-1-left-title span{
		font-size: 18px;
	}
	.pas-2 {
	    padding: 15px 3% 15px 3%;
	}
	.pas-2 > img{
		margin-bottom: 15px;
	}
	.pas-2 > p {
	    line-height: 28px;
	    font-size: 14px;
	}
}


.sur-list{
	float: left;
	width: 100%;
	padding: 44px 0 140px 0;
}
.sur-list ul{
	float: left;
	width: 100%;
}
.sur-list ul li{
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-right: 50%;
	position: relative;
}
.sur-list ul li .sur-li-text{
	float: left;
	width: 100%;
	background: #fff;
	padding: 53px 8.6% 58px 8.6%;
}
.sur-list ul li .sur-li-text .sur-li-te-title{
	float: left;
	width: 100%;
}
.sur-list ul li .sur-li-text .sur-li-te-title span{
	display: inline-block;
	line-height: 62px;
	border-bottom: 3px solid #4183cd;
	font-size: 32px;
	color: #4183cd;
}
.sur-list ul li .sur-li-text .sur-li-te-p{
	float: left;
	width: 100%;
	line-height: 36px;
	height: 144px;
	margin-top: 30px;
	font-size: 18px;
	color: #666;
	letter-spacing: 1px;
	overflow: hidden;
}
.sur-list ul li .sur-li-img{
	float: left;
	width: 50%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.sur-list ul li .sur-li-img img{
	height: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.sur-list ul li:nth-child(2n){
	padding-right: 0%;
	padding-left: 50%;
}
 .sur-list ul li:nth-child(2n) .sur-li-img{
	 right: auto;
	 left: 0;
 }
 
.sur-list ul li:hover .sur-li-img img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
 

 
 
 
 @media (max-width: 1440px){
	 .sur-list ul li .sur-li-text {
	     padding: 38px 8.6% 43px 8.6%;
	 }
 }
 @media (max-width: 1366px){
 	 .sur-list ul li .sur-li-text {
 	     padding: 28px 8.6% 34px 8.6%;
 	 }
 }
 @media (max-width: 1200px){
 	 .sur-list ul li .sur-li-text {
 	     padding: 8px 8.6% 14px 8.6%;
 	 }
 }
 @media (max-width: 1199px){
	 .sur-list {
	     padding: 30px 0 30px 0;
	 }
	 .sur-list ul li{
		 padding: 0;
	 }
	 .sur-list ul li:nth-child(2n){
		 padding: 0;
	 }
	
	 .sur-list ul li .sur-li-text{
		  width: 100%;
		  padding: 15px 3% 15px 3%;
	 }
	 .sur-list ul li .sur-li-text .sur-li-te-p{
		 height: auto;
		 margin-top: 20px;
	 }
	 .sur-list ul li .sur-li-img{
		 position: relative;
		 left: auto;
		 right: auto;
		 width: 100%;
	 }
	 .sur-list ul li .sur-li-img img{
		 height: auto;
		 width: 100%;
	 }
 }
 @media (max-width: 767px){
	 .sur-list {
	     padding: 0px 0 10px 0;
	 }
	 .sur-list ul li .sur-li-text .sur-li-te-title span {
	     line-height: 32px;
	     border-bottom: 2px solid #4183cd;
	     font-size: 18px;
	 }
	 .sur-list ul li .sur-li-text .sur-li-te-p {
	     line-height: 24px;
	     height: auto;
	     margin-top: 10px;
	     font-size: 15px;
		 letter-spacing: 0;
	 }
 }
 
 
 .culture-list{
	 float: left;
	 width: 100%;
	 padding-top: 64px;
	 padding-bottom: 104px;
 }
 .culture-list ul{
 	 float: left;
 	 width: 100%;
	 margin-top: -30px;
 }
.culture-list ul li{
  margin-top: 30px;
  padding-right: 766px;
}
.culture-list ul li:nth-child(2n){
	
}

.culture-list ul li.pas-1 .pas-1-left{
	padding: 77px 7.9% 71px 8.7%;
}
.culture-list ul li.pas-1 .pas-1-left .pas-1-left-p{
	margin-top: 0;
	height: 252px;
	
}
 @media (max-width: 1440px){
	 .culture-list ul li.pas-1 .pas-1-left .pas-1-left-p{
		 font-size: 14px;
	 }
 }
 @media (max-width: 1199px){
	 .culture-list {
	     padding-top: 30px;
	     padding-bottom: 30px;
	 }
	 .culture-list ul li {
	     padding-right: 492px;
	 }
	 .culture-list ul li.pas-1 .pas-1-left {
	     padding: 17px 4% 16px 4%;
	 }
	 .culture-list ul li.pas-1 .pas-1-left .pas-1-left-p{
		 line-height: 32px;
		 height: 224px;
	 }
 }
 @media (max-width: 1199px){
	 .culture-list ul li{
		 padding-right: 0;
	 }
	 .culture-list ul li.pas-1 .pas-1-left .pas-1-left-p{
		 height: auto;
	 }
 }



.news-list{
	float: left;
	width: 100%;
	padding: 34px 0 156px 0;
}
.news-list ul{
	float: left;
	width: 100%;
}
.news-list ul li{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 45px 3.1% 54px 4.3%;
	background: #fff;
}
.news-list ul li .news-li-content{
	position: relative;
	float: left;
	width: 100%;
	padding-right: 400px;
}
.news-list ul li .news-li-content .news-li-left{
	float: left;
	width: 100%;
	padding-right: 10%;
	padding-bottom: 24px;
}
.news-list ul li .news-li-content .news-li-left .news-li-le-title{
	float: left;
	width: 100%;
	line-height: 0;
}
.news-list ul li .news-li-content .news-li-left .news-li-le-title a{
	display: inline-block;
	max-width: 100%;
	height: 54px;
	line-height: 45px;
	padding-bottom: 6px;
	border-bottom: 3px solid #4183cd;
	font-size: 24px;
	color: #4183cd;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-list ul li .news-li-content .news-li-left .news-li-le-p{
	float: left;
	width: 100%;
	height: 64px;
	font-size: 16px;
	line-height: 32px;
	margin: 22px 0 37px 0;
	color: #666;
	letter-spacing: 0.2px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-list ul li .news-li-content .news-li-left .news-li-le-link{
	float: left;
	width: 100%;
}
.news-list ul li .news-li-content .news-li-left .news-li-le-link a{
	display: inline-block;
	padding: 0 28px;
	line-height: 46px;
	background: #4183cd;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-ms-border-radius: 23px;
	border-radius: 23px;
}

.news-list ul li .news-li-content .news-li-right{
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 400px;
	overflow: hidden;
}
.news-list ul li .news-li-content .news-li-right 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;
	width: 100%;
}
.news-list ul li:hover .news-li-content .news-li-right img{
	
	
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.news-list ul li .news-li-content .news-li-left .news-li-le-title a:hover{
	opacity: 0.9;
}
.news-list ul li .news-li-content .news-li-left .news-li-le-link a:hover{
	opacity: 0.9;
	
}
 @media (max-width: 991px){
	 .news-list {
	     padding: 10px 0 40px 0;
	 }
	 .news-list ul li {
	     margin-top: 20px;
	     padding: 20px 3% 20px 3%;
	 }
	 .news-list ul li .news-li-content{
		 padding-right: 250px;
	 }
	 .news-list ul li .news-li-content .news-li-left{
		 padding-right: 5%;
		 padding-bottom: 8px;
	 }
	 .news-list ul li .news-li-content .news-li-left .news-li-le-title a {
	     height: 38px;
	     line-height: 36px;
	     padding-bottom: 0px;
	     border-bottom: 2px solid #4183cd;
	     font-size: 18px;
	 }
	 .news-list ul li .news-li-content .news-li-left .news-li-le-p {
	     height: 56px;
	     font-size: 14px;
	     line-height: 28px;
	     margin: 10px 0 10px 0;
	 }
	.news-list ul li .news-li-content .news-li-left .news-li-le-link a {
	     padding: 0 20px;
	     line-height: 32px;
	     font-size: 14px;
	}
	 .news-list ul li .news-li-content .news-li-right{
		 width: 250px;
	 }
 }
 @media (max-width: 767px){
	 .news-list ul li {
	     margin-top: 15px;
	     padding: 15px 3% 15px 3%;
	 }
	 .news-list ul li .news-li-content{
		 padding-right: 0;
	 }
	 .news-list ul li .news-li-content .news-li-right{
		 position: relative;
		 width: 100%;
	 }
	 .news-list ul li .news-li-content .news-li-left{
		padding-right: 0%;
		padding-bottom: 0px;
		margin-top: 10px;
	 }
	 .news-list ul li .news-li-content .news-li-left .news-li-le-title a{
		 font-size: 17px;
	 }
 }
 
 
 .bg-4{
	 background: #4183cd;
	 margin-top: 100px;
 }
.news-details{
	float: left;
	width: 100%;
	padding: 0 0 144px 0;
}
.news-de-1{
	float: left;
	width: 100%;
	padding: 44px 0;
	line-height: 32px;
	background: #4183cd;
	color: #fff;
}
.news-de-1 .news-de-1-title{
	float: left;
	font-size:28px;
	 color: #fff;
	 max-width: 65%;
	 line-height: 32px;
	 max-height: 64px;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 overflow: hidden;
}
.news-de-1 .news-de-1-fun{
	float: right;
	max-width: 35%;
	height: 32px;
	overflow: hidden;
}
.news-de-1 .news-de-1-fun a{
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}
.news-de-1 .news-de-1-fun a:first-child:after{
	display: none;
}
.news-de-1 .news-de-1-fun a:hover{
	color: #fff;
	opacity: 0.8;
}
.news-de-1 .news-de-1-fun a:after{
	position: absolute;
	left: -0px;
	top: 50%;
	margin-top: -16px;
	font-size: 16px;
	content: "|";
}
.news-de-1 .news-de-1-fun .switcher-bigger{
	float: left;
	background: url(../image/jia.png) center no-repeat;
}
.news-de-1 .news-de-1-fun .switcher-small{
	float: left;
	background: url(../image/jian.png) center no-repeat;
}
.news-de-1 .news-de-1-fun .bdsharebuttonbox{
	float: left;
}
.news-de-1 .news-de-1-fun .bdsharebuttonbox a:first-child:after{
	display: block;
}
.news-de-1 .bdshare-button-style0-16 .bds_sqq{
	background-position: 0 0 !important;
	background: url(../image/qq.png) center no-repeat !important;
}
.news-de-1 .bdshare-button-style0-16 .bds_tsina{
	background-position: 0 0 !important;
	background: url(../image/wb.png) center no-repeat !important;
}
.news-de-1 .bdshare-button-style0-16 .bds_weixin{
	background-position: 0 0 !important;
	background: url(../image/wx2.png) center no-repeat !important;
}



.news-de-2{
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 35px;
	padding: 0px 3.6% 0px 3.6%;
}

    
.news-de-2 .text{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 2;
	color: #666;
	padding: 65px 0 102px 0;
	text-indent: 2em;
	letter-spacing: 0.4px;
}
.news-de-2-top img{
	float: right;
	margin-left: 70px;
}
.news-de-2 .text h3{
	text-indent: 0em;
}
.news-de-2 .text h3 span{
	display: inline-block;
	line-height: 40px;
	border-bottom: 3px solid #4183cd;
	margin: 44px 0 29px 0;
	font-size: 24px;
	color: #4183cd;
	text-indent: 0em;
	letter-spacing: 1px;
}
.news-de-2-link{
	float: left;
	width: 100%;
	padding: 33px 0 80px 0;
	border-top: 1px solid #ddd;
}
.news-de-2-link .news-de-2-link-div1{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.news-de-2-link span{
	display: inline-block;
	vertical-align: text-top;
	width: 7%;
	height: 42px;
	line-height: 40px;
	border-radius: 42px;
	font-size: 18px;
	color: #666;
	text-align: center;
	border: 1px dashed #4183cd;
}
.news-de-2-link a{
	display: inline-block;
	vertical-align: text-top;
	width: 92%;
	padding-left: 36px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news-de-2-link a:hover{
	color: #4183cd;
}
.news-de-title-2{
	float: left;
	width: 100%;
	margin-top: 32px;
	text-align: center;
}
.news-de-title-2 span{
	display: inline-block;
	line-height: 60px;
	font-size: 36px;
	border-bottom: 3px solid #4183cd;
	color: #4183cd;
}

.new-de-list-1{
	float: left;
	width: 100%;
	margin-top: 40px;
}

.new-de-list-1 ul{
	float: left;
	width: 100%;
}

.new-de-list-1 ul li{
	float: left;
	width: 31.6%;
	margin-right: 2.6%;
	background: #fff;
	padding: 34px 2.1% 62px 2.1%;
}
.new-de-list-1 ul li:nth-child(3){
	margin-right: 0%;
}

.new-de-list-1 ul li .new-de-list-1-pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.new-de-list-1 ul li .new-de-list-1-pic 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;
	width: 100%;
}
.new-de-list-1 ul li:hover .new-de-list-1-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	
}
	 
.new-de-list-1 ul li .new-de-list-1-time{
	float: left;
	width: 100%;
	line-height: 45px;
	margin-top: 8px;
	font-size: 18px;
	color: #4183cd;
}
.new-de-list-1 ul li .new-de-list-1-title{
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 32px;
	height: 64px;
	color: #4183cd;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.activity-details .new-de-list-1 ul li .new-de-list-1-title{
	height: 32px;
}

.new-de-list-1 ul li .new-de-list-1-p{
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin-top: 20px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new-de-list-1 .new-de-list-1-link{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 53px;
}
.new-de-list-1 .new-de-list-1-link a{
	display: inline-block;
	line-height: 58px;
	padding: 0 34px;
	border: 1px dashed #4183cd;
	font-size: 18px;
	color: #4183cd;
	border-radius: 60px;
}
.new-de-list-1 .new-de-list-1-link a:hover{
	background: #fff;
}
 @media (max-width: 1199px){
	 .news-details {
	    
	     padding: 0 0 70px 0;
	 }
	 .news-de-1 {
	    
	     padding: 30px 0;
	     line-height: 32px;
	    
	 }
	 .news-de-1 .news-de-1-title{
		 width: 100%;
		 max-width: 100%;
		 text-align: center;
	 }
	 .news-de-1 .news-de-1-fun{
		 width: 100%;
		 max-width: 100%;
		 text-align: center;
		 margin-top: 20px;
	 }
	 .news-de-1 .news-de-1-fun .switcher-small{
		 float: none;
		 display: inline-block;
		 vertical-align: top;
	 }
	 .news-de-1 .news-de-1-fun .switcher-bigger{
		 float: none;
		 display: inline-block;
		 vertical-align: top;
	 }
	 .news-de-1 .news-de-1-fun .bdsharebuttonbox{
		 float: none;
		 display: inline-block;
		 vertical-align: top;
	 }
	 .news-de-2-top img{
		 width: 500px;
	 }
	 .new-de-list-1 ul li .new-de-list-1-title{
		 font-size: 18px;
	 }
	 .news-de-2-link span{
		 width: 12%;
	 }
	 .news-de-2-link a{
	 		 width: 88%;
	 }
 }
 @media (max-width: 991px){
	 .news-de-2-top img{
	 	width: 350px;
	 }
 }
 
 
 @media (max-width: 767px){
	 .bg-4{
		 margin-top: 80px;
	 }
	 .news-details {
	     padding: 0 0 30px 0;
	 }
	 .news-de-1 {
	     padding: 15px 0;
	     line-height: 24px;
	 }
	 .news-de-1 .news-de-1-title{
		 font-size: 18px;
		 height: auto;
		 max-height: none;
		 padding: 0 3%;
		 display: inherit;
		 -webkit-box-orient: inherit;
		 -webkit-line-clamp: none;
		 overflow: inherit;
	 }
	 .news-de-1 .news-de-1-fun{
		 margin-top: 10px;
	 }
	 .news-de-1 .news-de-1-fun a{
		 width: 50px;
	 }
	 .news-de-1 .news-de-1-fun .switcher-small{
		 background-size: 18px auto;
	 }
	 .news-de-1 .news-de-1-fun .switcher-bigger{
		 background-size: 18px auto;
	 }
	 .news-de-1 .bdshare-button-style0-16 .bds_sqq{
		 background-size: 18px auto !important;
	 }
	 .news-de-1 .bdshare-button-style0-16 .bds_tsina{
		 background-size: 18px auto !important;
	 }
	 .news-de-1 .bdshare-button-style0-16 .bds_weixin{
		 background-size: 18px auto !important;
	 }
	 .news-de-1 .news-de-1-fun a:after{
		 font-size: 12px;
	 }
	 .news-de-2-top img{
		 width: 100%;
		 margin-bottom: 15px;
	 }
	 .news-de-2{
		 margin-top: 15px;
	 }
	 .news-de-2 .text {
	     padding: 15px 0 15px 0;
		 font-size: 14px;
	 }
	 .news-de-2 .text h3 span {
	     line-height: 32px;
	     border-bottom: 2px solid #4183cd;
	     margin: 20px 0 10px 0;
	     font-size: 18px;
	 }
	 .news-de-2-link {
	     padding: 10px 0 20px 0;
	 }
	 .news-de-2-link span{
		 width: 20%;
		 height: 36px;
		 line-height: 34px;
		 font-size: 14px;
	 }
	 .news-de-2-link a{
		 width: 80%;
		 padding-left: 3%;
		 height: 34px;
		 line-height: 34px;
		 font-size: 14px;
	 }
	 .news-de-title-2{
		 margin-top: 15px;
	 }
	 .news-de-title-2 span {
	     line-height: 36px;
	     font-size: 18px;
	     border-bottom: 2px solid #4183cd;
	 }
	 .new-de-list-1{
		 margin-top: 10px;
	 }
	 .new-de-list-1 ul li {
	     margin-right: 0%;
	     padding: 15px 3% 20px 3%;
	 }
	 .new-de-list-1 ul li .new-de-list-1-time{
		 line-height: 24px;
		 font-size: 14px;
	 }
	 .new-de-list-1 ul li .new-de-list-1-title{
		 height: auto;
		 line-height: 24px;
		 height: 48px;
		 margin-top: 5px;
		 font-size: 16px;
	 }
	 .new-de-list-1 ul li .new-de-list-1-p{
		 height: 48px;
		 line-height: 24px;
		 margin-top: 5px;
		 font-size: 14px;
	 }
	 
	 
	.new-de-list-1  .slick-dots{
		text-align: center;
		margin-top: 10px;
	}
	.new-de-list-1  .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px !important;
		height: 8px;
		margin: 0 3px;
		padding: 0;
		background: #ccc;
		border-radius: 100%;
	}
	.new-de-list-1 .slick-dots li button{
		display: none;
	}
	.new-de-list-1 .slick-dots li.slick-active{
		background: #4183cd;
	}
	.new-de-list-1 .new-de-list-1-link{
		margin-top: 30px;
	}
	.new-de-list-1 .new-de-list-1-link a {
	    line-height:36px;
	    padding: 0 20px;
	    font-size: 16px;
	    border-radius: 36px;
	}
}
 

.avtivity-list{
	float: left;
	width: 100%;
	padding-bottom: 147px;
}
.avtivity-list ul{
	float: left;
	width: 100%;
	margin-top: 34px;
}
.avtivity-list ul li{
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 45px 7.2% 54px 3.6%;
	background: #fff;
}
.avtivity-list .avtivity-li-content{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 400px;
}
.avtivity-list .avtivity-li-content .avtivity-li-left{
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	overflow: hidden;
}
.avtivity-list .avtivity-li-content .avtivity-li-left img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
}
.avtivity-list ul li:hover .avtivity-li-content .avtivity-li-left img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}


	

.avtivity-list .avtivity-li-content .avtivity-li-right{
	float: left;
	width: 100%;
	padding-left: 5.8%;
	letter-spacing: 0.6px;
}
.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-title{
	float: left;
	width: 100%;
	height: 54px;
}
.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-title a{
	display: inline-block;
	max-width: 100%;
	height: 54px;
	line-height: 45px;
	padding-bottom: 6px;
	border-bottom: 3px solid #4183cd;
	font-size: 24px;
	color: #4183cd;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-p{
	float: left;
	width: 100%;
	line-height: 32px;
	margin: 20px 0 31px 0;
	font-size: 16px;
	color: #666;
}
.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-p p{
	width: 100%;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-link{
	float: left;
	width: 100%;
}
.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-link a{
	display: inline-block;
	width: 151px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	border-radius: 23px;
	text-align: center;
	color: #fff;
	background: #4183cd;
}
.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-link a:hover{
	opacity: 0.8;
}

 @media (max-width: 1199px){
	 .avtivity-list{
		 padding-bottom: 47px;
	 }
	 .avtivity-list ul{
		 margin-top: 10px;
	 }
	 .avtivity-list ul li {
	     margin-top: 30px;
	     padding: 20px 3% 20px 3%;
	 }
	 .avtivity-list .avtivity-li-content{
		 padding-left: 250px;
	 }
	.avtivity-list .avtivity-li-content .avtivity-li-left{
		width: 250px;
	} 
	.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-title{
		height: 38px;
	}
	.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-title a{
		height: 38px;
		line-height: 36px;
		padding-bottom: 0px;
		border-bottom: 2px solid #4183cd;
		font-size: 18px;
	}
	.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-p {
	   
	    line-height: 24px;
	    margin: 5px 0 5px 0;
	    font-size: 14px;
	}
	.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-p  p{
		height: 24px;
	}
	.avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-link a{
		width: auto;
		padding: 0 20px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		border-radius: 15px;
	}
}
 @media (max-width: 767px){
	 .avtivity-list{
		 padding-bottom: 30px;
	 }
	 .avtivity-list ul li {
	     margin-top: 15px;
	     padding: 15px 3% 15px 3%;
	 }
	 .avtivity-list .avtivity-li-content{
	 	padding-left: 0;
	 }
	 .avtivity-list .avtivity-li-content .avtivity-li-left{
		 position: relative;
		 width: 100%;
	 }
	 .avtivity-list .avtivity-li-content .avtivity-li-right {
	     padding-left: 0%;
	 }
	 .avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-title{
		 height: 36px;
		 margin-top: 10px;
	 }
	 .avtivity-list .avtivity-li-content .avtivity-li-right .avtivity-li-le-title a {
	     height: 34px;
	     line-height: 34px;
	     padding-bottom: 0px;
	     border-bottom: 2px solid #4183cd;
	     font-size: 16px;
	 }
 }

.news-details.activity-details{
	
}
.news-de-2.acti-de-1 .text{
	padding-top: 0;
	text-indent: 0;
}

.news-de-2.acti-de-1 .text h3 span{
	font-size: 36px;
	line-height: 60px;
}
.activity-de-1{
	float: left;
	width: 100%;
	padding-bottom: 55px;
	border-bottom: 1px solid #ddd;
	background: #fff;
}

.carousel
{
	float: left;
	width: 52%;
    font-size: 0;
    position: relative;
    padding: 0;
	margin-top: 54px;
}
.carousel .img-box
{
    padding-bottom: 61.83333333333333%;
}
.carousel .slider-for
{
    position: relative;
}

.carousel .slider-for .item
{
    position: relative;
}
.carousel .slider-nav
{
    margin-top: 10px;
    padding: 0 38px;
}

.carousel .slider-nav .slick-slide
{
    padding: 0 4px;
    outline: none;
}
.carousel .slider-nav .img-box
{
    padding-bottom: 61.77777777777778‬%;
}
.carousel .slider-nav .item
{
    position: relative;
    border: 4px solid #fff;
}

.carousel .slider-nav .slick-current .item
{
    border: 4px solid #4183cd;
}

.carousel .slick-arrow
{
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;

    background: none;
}
.carousel .slick-arrow.slick-prev
{
    
    font-size: 16px;
    display: block;
    width: 18px;
    height:26px;
    
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
    border-radius: 50%;
	background: url(../image/de-ico-4.png) no-repeat;
}
.carousel .slick-arrow.slick-next
{
    
    font-size: 16px;
    display: block;
    width: 18px;
    height:26px;
    
    -webkit-transition: all .4s;
            transition: all .4s;
    text-align: center;

    color: #666;
    border-radius: 50%;
	background: url(../image/de-ico-5.png) no-repeat;
}

.carousel .slick-arrow.slick-next
{
    right: 0;
    left: auto;
}

.ac-de-right{
	float: right;
	width: 45%;
	padding-top: 54px;
}
.ac-de-right .ac-de-ri-title{
	float: left;
	width: 100%;
	
	
	border-bottom: 1px dashed #dcdcdc;
	font-size: 24px;
	color: #666;
}
.ac-de-right .ac-de-ri-title span{
	float: left;
	display: inline-block;
	width: 100%;
	height: 55px;
	line-height: 41px;
	padding-bottom: 13px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ac-de-right .ac-de-ri-num{
	float: left;
	width: 100%;
	padding: 20px 0;
	line-height: 44px;
	font-size: 20px;
	color: #ff0000;
	border-bottom: 1px dashed #dcdcdc;
}
.ac-de-right .ac-de-ri-num strong{
	font-family: 'hinted-CenturyGothic-Bold';
	font-size: 48px;
}


.ac-de-right .ac-de-ri-add{
	font-family: 'hinted-CenturyGothic-Bold';
	float: left;
	width: 100%;
	padding: 35px 0 40px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.ac-de-right .ac-de-ri-add p{
	color: #4183cd;
}
.ac-de-right .ac-de-ri-add p.ac-de-ri-a-p1{
	line-height: 49px;
	font-size: 32px;
}
.ac-de-right .ac-de-ri-add p.ac-de-ri-a-p2{
	line-height: 42px;
	font-weight: normal;
	font-size: 18px;
}
.ac-de-right .ac-de-ri-add p.ac-de-ri-a-p3{
	line-height: 35px;
	font-size: 18px;
}
.ac-de-right .ac-de-ri-add p img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 22px;
}
.ac-de-map{
	float: left;
	width: 100%;
	height: 180px;
	position: relative;
	margin-top: 47px;
}
.map1 {
    float: left;
    width: 100%;
    height: 100%;
}
.ac-de-map .map-a1{
	display: inline-block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #4183cd;
	color: #fff;
	font-size: 18px;
}

 @media (max-width: 1440px){
	 .ac-de-right .ac-de-ri-add{
		 padding: 15px 0;
	 }
	 .ac-de-right .ac-de-ri-num{
		 padding: 15px 0;
	 }
 }
 @media (max-width: 1366px){
	 .ac-de-map{
		 margin-top: 20px;
	 }
 }
 @media (max-width: 1199px){
	 .carousel{
		 width: 100%;
	 }
	.ac-de-right{
		 width: 100%;
	 }
	 .ac-de-map{
		 height: 250px;
	 }
 }
 @media (max-width: 1199px){
	.carousel{
		margin-top: 15px;
	} 
	.ac-de-right{
		padding-top: 20px;
	}
	.ac-de-right .ac-de-ri-title span {
	    height: 38px;
	    line-height: 38px;
		font-size: 18px;
	    padding-bottom: 0px;
	}
	.ac-de-right .ac-de-ri-num{
		line-height: 36px;
		padding: 5px 0;
		font-size: 16px;
	}
	.ac-de-right .ac-de-ri-num strong{
		font-size: 24px;
	}
	.ac-de-right .ac-de-ri-add {
	    padding: 10px 0;
	}
	.ac-de-right .ac-de-ri-add p.ac-de-ri-a-p1{
		line-height: 34px;
		font-size: 18px;
	}
	.ac-de-right .ac-de-ri-add p.ac-de-ri-a-p2{
		line-height: 32px;
		font-weight: normal;
		font-size: 16px;
	}
	.ac-de-right .ac-de-ri-add p.ac-de-ri-a-p3{
		line-height: 24px;
		font-size: 14px;
	}
	.ac-de-right .ac-de-ri-add p img {
	    margin-right: 10px;
		width: 20px;
	}
	.ac-de-map .map-a1 {
	    width: 100px;
	    height: 32px;
	    line-height: 32px;
	    font-size: 14px;
	}
	.activity-de-1{
		padding-bottom: 20px;
	}
	.news-de-2.acti-de-1 .text h3 span {
	    font-size: 18px;
	    line-height: 32px;
	}
 }


.hj-content{
	float: left;
	width: 100%;
	margin: 64px 0 111px 0;
	padding: 58px 4% 85px 4%;
	background: #fff;
}
.hj-content .hj-co-ico-1{
	position: relative;
	float: left;
	width: 30%;
	padding-left: 100px;
	color: #4183cd;
}
.hj-content .hj-co-ico-1.hj-co-ico-2{
	width: 38.5%;
	padding-left: 115px;
}
.hj-content .hj-co-ico-1.hj-co-ico-2:after{
	position: absolute;
	left: -9px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	content: "";
	background: #0065a8;
}
.hj-content .hj-co-ico-1.hj-co-ico-2:before{
	position: absolute;
	right: -9px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-radius: 100%;
	content: "";
	background: #0065a8;
}
.hj-content .hj-co-ico-1.hj-co-ico-3{
	width: 31.5%;
}
.hj-content .hj-co-ico-1 .hj-co-ico-1-content{
	position: relative;
	float: left;
	width: 100%;
	padding-left: 115px;
}
.hj-content .hj-co-ico-1 .hj-co-ico-1-pic{
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}


.hj-content .hj-co-ico-1 .hj-co-ico-1-num{
	font-family: 'AlternateGotNo1D';
	float: left;
	width: 100%;
	line-height: 60px;
	font-size: 90px;
}
.hj-content .hj-co-ico-1 .hj-co-ico-1-p{
	float: left;
	width: 100%;
	line-height: 20px;
	margin-top: 10px;
	font-size: 20px;
	
}
.hj-content .hj-co-txt{
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	color: #666;
	margin-top: 42px;
}
.hj-content .hj-co-txt img{
	width: 100%;
}
 @media (max-width: 1440px){
	.hj-content .hj-co-ico-1 .hj-co-ico-1-num{
		font-size: 68px;
	}
	.hj-content .hj-co-ico-1 .hj-co-ico-1-p{
		font-size: 16px;
	}	 
	.hj-content .hj-co-ico-1{
		padding-left: 60px;
	}
	.hj-content .hj-co-ico-1.hj-co-ico-2{
		padding-left: 60px;
	}
 }
 @media (max-width: 1199px){
	 .hj-content .hj-co-ico-1 .hj-co-ico-1-num{
	 	font-size: 48px;
	 }
	 .hj-content .hj-co-ico-1 .hj-co-ico-1-p{
	 	font-size: 15px;
	 }	
	.hj-content .hj-co-ico-1{
		padding-left: 40px;
	}
	.hj-content .hj-co-ico-1.hj-co-ico-2{
		padding-left: 40px;
	} 
}
 @media (max-width: 991px){
	 .hj-content{
		margin: 40px 0 40px 0;
		padding: 30px 4% 30px 4%;
	 }
	 .hj-content .hj-co-ico-1 .hj-co-ico-1-content{
		 padding-left: 70px;
	 }
	.hj-content .hj-co-ico-1 .hj-co-ico-1-num{
	 	font-size: 36px;
		line-height: 36px;
	 }
	 .hj-content .hj-co-ico-1 .hj-co-ico-1-p{
	 	font-size: 14px;
		line-height: 18px;
		margin-top: 5px;
	 }
	.hj-content .hj-co-ico-1{
		width: 28%;
		padding-left: 0px;
	}
	.hj-content .hj-co-ico-1.hj-co-ico-2{
		width: 40.5%;
		padding-left: 20px;
	} 
	.hj-content .hj-co-ico-1.hj-co-ico-3{
		padding-left: 30px;
	} 
	.hj-content .hj-co-ico-1 .hj-co-ico-1-pic{
		width: 60px;
	}
	.hj-content .hj-co-txt {
	    font-size: 14px;
	    line-height: 28px;
	    margin-top: 20px;
	}
}
 @media (max-width: 767px){
	 .hj-content .hj-co-ico-1{
		 width: 100%;
		 margin-bottom: 20px;
	 }
	 .hj-content .hj-co-ico-1.hj-co-ico-2{
		 width: 100%;
		 padding-left: 0;
	 }
	 .hj-content .hj-co-ico-1.hj-co-ico-2:before{
		 display: none;
	 }
	 .hj-content .hj-co-ico-1.hj-co-ico-2:after{
		 display: none;
	 }
	 .hj-content .hj-co-ico-1.hj-co-ico-3{
		 width: 100%;
		 padding-left: 0;
	 }
	 .hj-content .hj-co-txt{
		 margin-top: 0;
	 }
	 .hj-content {
	     margin: 20px 0 20px 0;
	     padding: 20px 3% 20px 3%;
	 }
 }


.honor-content{
	float: left;
	width: 100%;
	margin: 64px 0 93px 0;
	padding: 56px 51px 62px 50px;
	background: #fff;
}
.honor-content .ho-co{
	float: left;
	width: 100%;
	padding-right: 590px;
	position: relative;
}
.honor-content .ho-co .ho-co-left{
	float: left;
	width: 100%;
}
.honor-content .ho-co .ho-co-left ul li{
	float: left;
	width: 100%;
	margin-bottom: 31px;
	position: relative;
	padding-left: 104px;
}
.honor-content .ho-co .ho-co-left ul li:last-child{
	margin-bottom: 0;
}

.honor-content .ho-co .ho-co-left ul li span{
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'AlternateGotNo1D';
	display: inline-block;
	width: 104px;
	height: 104px;
	line-height: 104px;
	font-size: 56px;
	color: #fff;
	border-radius: 100%;
	background: #0065a8;
	text-align: center;
}
.honor-content .ho-co .ho-co-left ul li .ho-co-le-div-1{
	float: left;
	width: 100%;
	line-height: 38px;
	padding: 32px 20px 34px 28px;
	font-size: 24px;
	color: #666;
}
.honor-content .ho-co .ho-co-right{
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 590px;
}
.honor-content .ho-co .ho-co-right img{
	width: 100%;
}
@media (max-width: 1440px){
	.honor-content .ho-co .ho-co-left ul li .ho-co-le-div-1 {
		font-size: 18px;
	}
}
@media (max-width: 1366px){
	.honor-content .ho-co .ho-co-left ul li .ho-co-le-div-1 {
		font-size: 16px;
	}
}
@media (max-width: 1199px){
	.honor-content .ho-co{
		padding-right: 0;
	}
	.honor-content .ho-co .ho-co-right{
		position: relative;
		
		width: 100%;
	}
	.honor-content .ho-co .ho-co-left ul li:last-child{
		margin-bottom: 30px;
	}
}
@media (max-width: 767px){
	.honor-content {
	    margin: 10px 0 20px 0;
	    padding: 30px 3% 15px 3%;
	}
	.honor-content .ho-co .ho-co-left ul li{
		padding-left: 68px;
		margin-bottom: 15px;
	}
	.honor-content .ho-co .ho-co-left ul li span {
	    width: 68px;
	    height: 68px;
	    line-height: 68px;
	    font-size: 40px;
	}
	.honor-content .ho-co .ho-co-left ul li .ho-co-le-div-1 {
	   
	    line-height: 24px;
	    padding: 10px 10px 10px 10px;
	}
}


.amusement-content{
	float: left;
	width: 100%;
	margin: 73px 0 87px 0;
	padding: 44px 4.6% 93px 4.6%;
	background: #fff;
}
.amusement-content .am-co-title{
	float: left;
	width: 100%;
}
.amusement-content .am-co-title span{
	display: inline-block;
	font-size: 32px;
	color: #4183cd;
	line-height: 62px;
	border-bottom: 3px solid #4183cd;
}
.amusement-content .am-co-txt{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 18px;
	margin-top: 46px;
	color: #666;
	letter-spacing: 1px;
}
.amusement-content .am-co-txt .jqjs-img-1{
	float: left;
	width: 48.5%;
	margin-right: 3%;
	margin-top: 40px;
}
.amusement-content .am-co-txt .jqjs-img-1:nth-child(odd){
	margin-right: 0%;
}


.jkyl-p p{
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0 16px 0;
}


@media (max-width: 1199px){
	.amusement-content{
		margin: 40px 0 40px 0;
		padding: 30px 3% 30px 3%;
	}
	.amusement-content .am-co-txt .jqjs-img-1{
		width: 100%;
		margin-right: 0;
	}
}
@media (max-width: 767px){
	.amusement-content{
		margin: 20px 0 20px 0;
		padding: 15px 3% 20px 3%;
	}
	.amusement-content .am-co-title span{
		font-size: 20px;
		line-height: 36px;
		border-bottom: 2px solid #4183cd;
	}
	.amusement-content .am-co-txt{
		line-height: 28px;
		font-size: 14px;
		margin-top: 20px;
		letter-spacing: 0px;
	}
	.amusement-content .am-co-txt .jqjs-img-1{
		margin-top: 15px;
	}
	.jkyl-p p{
		padding: 10px 0 6px 0;
	}
}



.join-content{
	float: left;
	width: 100%;
	margin: 73px 0 93px 0;
}
.personnel{
	float: left;
	width: 100%;
}
.personnel .personnel-li{
	float: left;
	width: 100%;	
	padding-right: 758px;
	position: relative;
	background: #fff;
}
.personnel .personnel-li-left{
	float: left;
	width: 100%;
	padding: 83px 9.6%;
}
.personnel .personnel-li-left .per-li-le-h2{
	float: left;
	width: 100%;
}
.personnel .personnel-li-left .per-li-le-h2 span{
	display: inline-block;
	line-height: 62px;
	font-size: 32px;
	color: #4183cd;
	border-bottom: 3px solid #4183cd;
}
.personnel .personnel-li-left .per-li-le-h3{
	float: left;
	width: 100%;
	font-size: 36px;
	color: #4183cd;
	margin-top: 44px;
}
.personnel .personnel-li-left .per-li-le-p{
	float: left;
	width: 100%;
	height: 144px;
	line-height: 36px;
	font-size: 18px;
	color: #666;
	overflow: hidden;
}

.personnel .personnel-li-left .dev-li-le-p{
	float: left;
	width: 100%;
	margin-top: 29px;
	height: 210px;
	line-height: 42px;
	font-size: 20px;
	color: #666;
}

.personnel .personnel-li-right{
	position: absolute;
	right: 0;
	top: 0;
	float: left;
	width: 758px;
}
.personnel .personnel-li-right img{
	width: 100%;
}
@media (max-width: 1440px){
	
	.personnel .personnel-li{
		padding-right: 50%;
	}
	.personnel .personnel-li-left {
	    padding: 63px 9.6%;
	}
	.personnel .personnel-li-right{
		width: 50%;
	}
	.personnel .personnel-li-left .dev-li-le-p{
		font-size: 18px;
	}
}
@media (max-width: 1366px){
	.personnel .personnel-li-left {
	    padding: 51px 9.6%;
	}
}
@media (max-width: 1199px){
	.personnel .personnel-li-left {
	    padding: 20px 4%;
	}
	.personnel .personnel-li-left .per-li-le-h2 span {
	    line-height: 48px;
	    font-size: 28px;
	    border-bottom: 2px solid #4183cd;
	}
	.personnel .personnel-li-left .per-li-le-h3 {
	    font-size: 26px;
	    margin-top: 34px;
	}
	.join-content {
	    margin: 50px 0 50px 0;
	}
	.personnel .personnel-li-left .dev-li-le-p{
		font-size: 16px;
		margin-top: 25px;
		height: 190px;
		line-height: 38px;
	}
}
@media (max-width: 991px){
	.join-content {
	    margin: 30px 0 30px 0;
	}
	.personnel .personnel-li{
		padding-right: 0;
	}
	.personnel .personnel-li-left {
	    padding: 20px 3%;
	}
	.personnel .personnel-li-left .per-li-le-h2 span {
		line-height: 36px;
		font-size: 24px;
	}
	.personnel .personnel-li-left .per-li-le-h3 {
		font-size: 20px;
		margin-top: 20px;
	}
	.personnel .personnel-li-left .per-li-le-p{
		height: auto;
	}
	.personnel .personnel-li-left .dev-li-le-p{
		height: auto;
	}
	.personnel .personnel-li-right {
		position: relative;
		float: left;
		width: 100%;
	}	
}
@media (max-width: 767px){
	.join-content {
	    margin: 20px 0 20px 0;
	}
	.personnel .personnel-li-left {
	    padding: 15px 3%;
	}
	.personnel .personnel-li-left .per-li-le-h2 span {
	    line-height: 28px;
	    font-size: 18px;
	}
	.personnel .personnel-li-left .per-li-le-h3 {
	    font-size: 16px;
	    margin-top: 20px;
	}
	.personnel .personnel-li-left .per-li-le-p{
		line-height: 28px;
		font-size: 14px;
		margin-top: 10px;
	}
	.personnel .personnel-li-left .dev-li-le-p{
		line-height: 28px;
		font-size: 14px;
		margin-top: 10px;
	}
}




.wrap-job{
	float: left;
	width: 100%;
	padding: 49px 4.8% 74px 4.8%;
	background: #fff;
}
.join-con-title{
	float: left;
	width: 100%;
}
.join-con-title span{
	display: inline-block;
	line-height: 62px;
	border-bottom: 3px solid #4183cd;
	font-size: 32px;
	color: #4183cd;
}
.wrap-job .job{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.wrap-job .job .list
{
	float: left;
	width: 100%;
}
.wrap-job .job .list > ul
{
	float: left;
	width: 100%;
    overflow: hidden;
}
.wrap-job .job .list > ul > li
{
	float: left;
	width: 100%;
	background: #eee;
	margin-top: 10px;
}

.wrap-job .job .list > ul > li .tlist
{
	float: left;
	width: 100%;
    overflow: hidden;
	height: 72px;
	line-height: 72px;
	padding: 0 30px 0 50px;
	cursor: pointer;
}
.wrap-job .job .list > ul > li .tlist .titem
{
	float: left;
	max-width: 80%;
    font-size: 24px;
	color: #0065a8;
    display: inline-block;
	overflow: hidden;
}
.wrap-job .job .list > ul > li .tlist .titem.right{
	float: right;
}
.wrap-job .job .list > ul > li .tlist .titem span{
	float: left;
	font-size: 18px;
	color: #666;
	margin-left: 30px;
}


.wrap-job .job .list > ul > li .tlist .titem p
{
	float: left;
    margin: 0;
	font-size: 24px;
    
	color: #0065a8;
}

.wrap-job .job .list > ul > li .tlist .titem a
{
    float: right;
}


.wrap-job .job .list > ul > li .tlist .titem a.more:after
{
    display: inline-block;

    width: 0;
    height: 0;
    margin-left: 10px;

    content: '';
    vertical-align: middle;

    border-width: 0 9px 9px 9px;
    border-style: solid;
    border-color: transparent transparent #0065a8 transparent;
}
.wrap-job .job .list > ul > li .tlist .titem a.apply
{
    color: #d70c18;
}

.wrap-job .job .list > ul > li.current .tlist .titem a.more:after{
	transform: rotate(180deg)
}


.wrap-job .job .list > ul > li .note
{
    display: none;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #666;
	line-height: 36px;
    background-color: #f9f9f9;
	position: relative;
	
}
.wrap-job .job .list > ul > li .note .job-gzzz{
	float: left;
	width: 100%;
	padding: 17px 0 43px 60px;
	border-bottom: 1px solid #dcdcdc;
}
.wrap-job .job .list > ul > li .note .job-rzyq{
	float: left;
	width: 100%;
	padding: 13px 0 62px 60px;
	position: relative;
}
.wrap-job .job .list > ul > li .note .span1{
	float: left;
}
.wrap-job .job .list > ul > li .note .job-gzyq{
	float: left;
	width: 690px;
}
.wrap-job .job .list > ul > li .note .job-yp{
	position: absolute;
	bottom: 44px;
	right: 30px;
	width: 160px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	border-radius: 10px;
	background: #0065a8;
	font-size: 20px;
	color: #fff;
}
.wrap-job .job .list > ul > li .note .job-yp:hover{
	opacity: 0.9;
}

.wrap-job .showMorehandle
{
    line-height: 30px;

    margin-top: 50px;

    text-align: center;
}
.wrap-job .showMorehandle a
{
    display: block;
	font-size: 16px;
	color: #666;
	line-height: 55px;
}
.wrap-job .showMorehandle a:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 70px;

    display: block;

    width: 66px;
    height: 66px;
    margin: 0 auto;

    content: '\e602';
    text-align: center;
	transform: rotate(-90deg);
    color: #fff;
    border-radius: 50%;
    background-color: #d70c18;
}
@media (max-width: 1199px){
	.wrap-job{
		padding: 30px 3% 30px 3%;
	}
	.join-con-title span {
	 
	    line-height: 36px;
	    border-bottom: 2px solid #4183cd;
	    font-size: 24px;
	   
	}
	.wrap-job .job .list > ul > li .tlist {
	    height: 64px;
	    line-height: 64px;
	    padding: 0 20px 0 20px;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 18px;
	}
	.wrap-job .job .list > ul > li .tlist .titem span {
	    font-size: 15px;
	    margin-left: 20px;
	}
	.wrap-job .job .list > ul > li .note{
		line-height: 24px;
		font-size: 14px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a.more:after{
		border-width: 0 6px 6px 6px;
	}
	.wrap-job .job .list > ul > li .note .job-gzzz {
	  
	    padding: 10px 0 30px 30px;
	}
	.wrap-job .job .list > ul > li .note .job-yp {
	    bottom: 20px;
	    right: 20px;
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    border-radius: 8px;
	    font-size: 16px;
	}
	.wrap-job .job .list > ul > li .note .job-rzyq {
	    padding: 10px 0 70px 30px;
	}
}
@media (max-width: 767px){
	.wrap-job .job{
		margin-top: 0px;
	}
	.wrap-job {
	    padding: 20px 3% 20px 3%;
	}
	.join-con-title span {
	    line-height: 36px;
	    font-size: 20px;
	}
	.wrap-job .job .list > ul > li .note .job-gzyq{
		width: 100%;
	}
	.wrap-job .job .list > ul > li .note .job-gzzz {
	    padding: 10px 4% 15px 4%;
	}
	.wrap-job .job .list > ul > li .note .job-rzyq {
	    padding: 10px 4% 70px 4%;
	}
	.wrap-job .job .list > ul > li .note .job-yp {
	    bottom: 15px;
	    right: 15px;
	    width: 100px;
	    height: 32px;
	    line-height: 32px;
	    border-radius: 6px;
	    font-size: 15px;
	}
	.wrap-job .job .list > ul > li .tlist {
	    height: auto;
	    line-height: 24px;
	    padding: 10px 4% 10px 4%;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .tlist .titem span {
		display: inline-block;
		width: 100%;
	    font-size: 12px;
	    margin-left: 0px;
	}
}


.contact{
	float: left;
	width: 100%;
	padding: 73px 0 144px 0;
}
.contact-1{
	float: left;
	width: 100%;
	height: 470px;
	position: relative;
	padding-right: 760px;
	background: #fff;
}
.contact-1 .contact-1-left{
	float: left;
	width: 100%;
	padding-left: 9.7%;
	padding-top: 83px;
}
.con-tit{
	float: left;
	width: 100%;
}
.con-tit span{
	display: inline-block;
	line-height: 62px;
	font-size: 32px;
	color: #4183cd;
	border-bottom: 3px solid #4183cd;
}
.contact-1 .contact-1-left  .con-phone-add{
	float: left;
	width: 100%;
	margin-top: 43px;
}
.contact-1 .contact-1-left  .con-phone-add .con-phone{
	width: 100%;
	line-height: 68px;
}
.contact-1 .contact-1-left  .con-phone-add .con-add{
	display: inline-block;
	line-height: 65px;
	border-top: 1px solid #ddd;
}
.contact-1 .contact-1-left  .con-phone-add img{
	
}
.contact-1 .contact-1-left  .con-phone-add span{
	display: inline-block;
	vertical-align: middle;
	color: #4183cd;
	font-size: 22px;
	
	padding-left: 40px;
	background: url(../image/ico-21.png) left center no-repeat;
}

.contact-1 .contact-1-left  .con-phone-add .con-phone span{
	font-family: 'hinted-CenturyGothic-Bold';
	font-size: 36px;
}
.contact-1 .contact-1-left  .con-phone span{
	background: url(../image/ico-12.png) left center no-repeat;
}

.contact-1-map{
	position: absolute;
	right: 0;
	top: 0;
	width: 760px;
	height: 470px;
}
.contact-1-map .map2 {
    width: 100%;
    height: 100%;
}














.contact-2{
	float: left;
	width: 100%;
	height: 846px;
	margin-top: 40px;
	padding-right: 760px;
	position: relative;
	background: #fff;
}
.contact-2 .contact-2-left{
	float: left;
	width: 100%;
	padding-left: 6.5%;
	padding-right: 8.2%;
	padding-top: 36px;
}
.contact-2 .form-img{
	position: absolute;
	right: 0;
	top: 0;
}


.contact-message-form{
	float: left;
	width: 100%;
	padding-top: 50px;
	margin-top: -12px;
}
.contact-message-form .contact-me-fo-div1{
	float: left;
	width: 100%;
	margin-top: 12px;
}
.contact-message-form .contact-me-fo-div1 .label-1{
	float: left;
	width: 20%;
	text-align: right;
	font-size: 20px;
	color: #0065a8;
	font-weight: 500;
	margin: 0;
	line-height: 64px;
}
.contact-message-form .contact-me-fo-div1 .label-2{
	float: left;
	width: 35%;
	text-align: center;
	font-size: 20px;
	color: #0065a8;
	font-weight: 500;
	margin: 0;
	line-height: 64px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
	float: left;
	width: 80%;
	height: 64px;
	line-height: 28px;
	padding: 20px 3%;
	border: 1px solid #ddd;
	background: none;
	font-size: 20px;
	color: #333;
	background: #fff;
	border-radius: 10px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-input4{
	width: 35%;
}

.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
	float: left;
	width: 80%;
	height: 202px;
	line-height: 28px;
	padding: 20px 3%;
	border: 1px solid #ddd;
	background: none;
	font-size: 20px;
	color: #333;
	background: #fff;
	border-radius: 8px;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
	float: left;
	width: 300px;
	height: 72px;
	line-height: 72px;
	background: #0065a8;
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s; 
	-o-transition: all 0.4s ease-out 0s; 
	transition: all 0.4s ease-out 0s;
}
.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3:hover{
	opacity: 0.8;
}

.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
	float: left;
	width: 45%;
	max-height: 64px;
	overflow: hidden;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
	float: left;
	display: inline-block;
	line-height: 64px;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span.span-2{
	float: right;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
	float: left;
	width: 33px;
	height: 33px;
	border:0;
	padding: 0;
	margin: 0;
	outline:none;
	margin-right:10px;
	margin-top: 15px;
	background: url(../image/radio1.png) no-repeat;
	appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
	float: left;
	padding: 0;
	margin: 0;
	font-size: 20px;
	color: #0065a8;
	font-weight: normal;
}
.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
	background: url(../image/radio-on1.png) no-repeat;
}
.contact-message-form .contact-me-fo-div2{
	float: left;
	width: 100%;
	padding-left: 20%;
	margin-top: 30px;
}
@media (max-width: 1440px){
	
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		padding: 10px 3%;
		height: 54px;
		line-height: 34px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .label-2{
		line-height: 54px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 54px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		height: 200px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .label-1{
		line-height: 54px;
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		font-size: 18px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		padding: 0 80px;
		height: 60px;
		line-height: 60px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		width: 28px;
		height: 28px;
		background-size: 100% 100%;
		margin-top: 12px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		max-height: 54px;
	}
}

@media (max-width: 1366px){
	.contact-message-form .contact-me-fo-div1 .label-2{
		font-size: 16px;
	}
	.contact-message-form .contact-me-fo-div1 .label-1{
		font-size: 16px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		font-size: 16px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-right: 5px;
	}
}
@media (max-width: 1199px){
	.contact-1{
		padding-right: 0;
		height: auto;
	}
	.contact-1-map{
		position: initial;
		float: left;
		width: 100%;
		right: auto;
		top: auto;
	}
	.contact-1 .contact-1-left {
	   padding: 50px 5%;
	}
	.contact-2{
		padding-right: 0;
		height: auto;
	}
	.contact-2 .form-img{
		display: none;
		position: initial;
		right: auto;
		top: auto;
	}
	.contact-2 .contact-2-left {
		padding: 50px 5%;
	}
}
@media (max-width: 767px){
	.contact {
	    padding: 15px 0 30px 0;
	}
	.contact-1 .contact-1-left {
	    padding: 10px 3% 15px 3%;
	}
	.con-tit span {
	   
	    line-height: 32px;
	    font-size: 18px;
	    border-bottom: 2px solid #4183cd;
	}
	.contact-1 .contact-1-left .con-phone-add{
		margin-top: 15px;
	}
	.contact-1 .contact-1-left .con-phone-add .con-add{
		line-height: 42px;
	}
	.contact-1 .contact-1-left .con-phone-add .con-phone{
		line-height: 42px;
	}
	.contact-1 .contact-1-left .con-phone-add .con-phone span{
		font-size: 24px;
	}
	.contact-1 .contact-1-left .con-phone-add span{
		font-size: 18px;
	}
	.contact-1-map{
		height: 280px;
	}
	.contact-2 .contact-2-left {
	    padding: 10px 5%;
	}
	.contact-message-form{
		padding-top: 0;
		margin-top: 10px;
	}
	.contact-message-form .contact-me-fo-div1 .label-1{
		text-align: left;
		width: 100%;
		line-height: 42px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1{
		width: 100%;
		margin-right: 5px;
		margin-top: 5px;
		padding: 10px 3%;
		height: 48px;
		line-height: 28px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input4:last-child{
		width: 50%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		max-height: 48px;
	}
	.contact-message-form .contact-me-fo-div1 .label-2{
		text-align: left;
		width: 20%;
		line-height: 48px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		float: left;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span.span-2{
		float: left;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input1.left{
		margin-right: 0;
	}
	.contact-message-form .contact-me-fo-div1{
		margin-top: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex{
		width: 100%;
		margin-top: 15px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span{
		line-height: 48px;
		margin-left: 0;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span label{
		margin-right: 15px;
		font-size: 16px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]{
		margin-top: 12px;
		margin-right: 10px;
		width: 24px;
		height: 24px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-sex span input[type=radio]:checked{
		width: 24px;
		height: 24px;
		background-size: 100% 100%;
	}
	.contact-message-form .contact-me-fo-div2 {
	    padding-left: 00%;
	    margin-top: 10px;
	}
	.contact-message-form .contact-me-fo-div1 .contact-me-fo-input2{
		width: 100%;
		margin-top: 0px;
		line-height: 28px;
		padding: 10px 3%;
		height: 140px;
		font-size: 14px;
	}
	.contact-message-form .contact-me-fo-div2 .contact-me-fo-input3{
		padding: 0;
		width: 100%;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		border-radius: 8px;
	}
}

.fx-right a.hea-tel{
	float: left;
	width: auto!important;
	color: #999;
}



.pagination {
	margin:0!important;
	display:flex;
	justify-content: center;
}
.pagination li {
	padding:0!important;
	float:initial!important;
	background: transparent!important;
	margin-top:0!important;
	width:auto!important;
}
.pagination>li>a, .pagination>li>span {
	padding:0;
	line-height:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius:50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius:50%;
}