/**
 * style.less
 * 层叠样式表
 */
.ff {
	font-family: 'iconfont' !important;
}
/*网站小图标*/
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff2') format('woff2'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#iconfont') format('svg');
}
@font-face {
	font-family: 'AgencyFB-Reg';
	src: url('../fonts/AgencyFB-Reg.eot');
	src: url('../fonts/AgencyFB-Reg.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AgencyFB-Reg.woff2') format('woff2'),
		url('../fonts/AgencyFB-Reg.woff') format('woff'),
		url('../fonts/AgencyFB-Reg.ttf') format('truetype'),
		url('../fonts/AgencyFB-Reg.svg#iconfont') format('svg');
}
@font-face {
	font-family: 'AvantGardeITCbyBT-Book';
	src: url('../fonts/AvantGardeITCbyBT-Book.eot');
	src: url('../fonts/AvantGardeITCbyBT-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/AvantGardeITCbyBT-Book.woff2') format('woff2'),
		url('../fonts/AvantGardeITCbyBT-Book.woff') format('woff'),
		url('../fonts/AvantGardeITCbyBT-Book.ttf') format('truetype'),
		url('../fonts/AvantGardeITCbyBT-Book.svg#iconfont') format('svg');
}
@font-face {
	font-family: 'impact';
	src: url('../fonts/impact.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-Light';
	src: url('../fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'AGENCYB';
	src: url('../fonts/AGENCYB.TTF') format('truetype');
}
@font-face {
	font-family: 'Bodoni Book BT';
	src: url('../fonts/Bodoni Book BT.ttf') format('truetype');
}

@font-face {
	font-family: 'ITC Avant Garde CE Gothic Demi';
	src: url('../fonts/AVGARDD.TTF') format('truetype');
}

@font-face {
	font-family: 'barlowcondensed semibold';
	src: url('../fonts/barlowcondensed semibold.ttf') format('truetype');
}


/*
	//放大
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;

	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 

	//居中
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	//旋转
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);

	//一行显示点
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	//几行显示点
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

	//圆点
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	border-radius: 100%;

	//去除select默认样式
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
*/
body {
	font-family: 'Microsoft YaHei', 'Arial', 'Source Han Sans CN' , 'SourceHanSerifCN','SimSun', 'PingFang SC';
	font-size: 14px;
	font-weight: normal;
	color: #333;
	-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, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}
p{
	margin: 0;
	padding: 0;
}
.main {
	float: left;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.w-100 {
	float: left;
	width: 100%;
}

.w-1720 {
	width: 1720px;
	margin: 0 auto;
}
@media (max-width: 1720px) {
	.w-1720 {
		padding: 0 2%;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.w-1720 {
		padding: 0 3%;
	}
}


.w-1500 {
	width: 1500px;
	margin: 0 auto;
}
@media (max-width: 1500px) {
	.w-1500 {
		padding: 0 2%;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.w-1500 {
		padding: 0 3%;
	}
}
.w-1300 {
	width: 1300px;
	margin: 0 auto;
}
@media (max-width: 1300px) {
	.w-1300 {
		padding: 0 2%;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.w-1300 {
		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: fixed;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 100px;
	border-top: 4px solid #1e51a2;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
	padding: 0 100px 0 50px;
}
@media (max-width: 1366px) {
	.header {
		padding: 0 73px 0 50px;
	}
}
@media (max-width: 1199px) {
	.header {
		height: 66px;
		padding: 0 3% 0 3%;
	}
}
.header .fx{
	/* position: absolute;
	left: 0px; */
	float: right;
    margin-top: 40px;	
	-webkit-transition: all .4s;
	transition: all .4s;
}
.header.fixed-header .fx{
	margin-top: 20px;
}
.header .fx .bds_weixin{
	float: left;
	width: 27px;
	height: 22px;
	margin: 0;
	margin-right: 36px;
	padding: 0;
	background: url(../images/ico-wx.png) no-repeat;
}
.header .fx .bds_tsina{
	float: left;
	width: 27px;
	height: 22px;
	margin: 0;
	margin-right: 36px;
	padding: 0;
	background: url(../images/ico-wb.png) no-repeat;
}
.header .logo {
	/* position: absolute;
	left: 50%;
	top: 17px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%); */
	float: left;
	margin-top: 20px;
	-webkit-transition: all .4s;
	transition: all .4s;
	
}
@media (max-width: 1280px) {
	
}
@media (max-width: 1199px) {
	.header .fx{
		margin-top: 20px;
		margin-right: 3%;
	}
}
.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 .fx .bds_weixin{
		top: 22px;
		margin-right: 18px;
	}
	.header .fx .bds_tsina{
		top: 22px;
		margin-right: 18px;
	}
	.header .logo{
		margin-top: 10px;
	}
	.header .logo img {
		height: 36px;
	}

	.header .nav-collapse {
		display: block;
		margin-top: 10px;
	}
	.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 .fx .bds_weixin{
		display: none;
	}
	.header .fx .bds_tsina{
		display: none;
	}
	.header .nav-collapse {
		position: absolute;
		top: 11px;
		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;
	    margin-left: 4%;	
		/* width: 100%; */
		/* margin-left: 7.8125%; */
	}
}
@media (max-width: 1440px) {
	.header .nav {
		margin-left: 17%;
	}
}
@media (max-width: 1280px) {
	.header .nav {
		margin-left: 16%;
	}
}
@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(30, 81, 162, .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;
		position: relative;
	}
	.header .nav .nav-list1>li::after{
		position: absolute;
		right: 0;
		top: 0;
		line-height: 96px;
		font-size: 16px;
		color: #bbb;
		content: "/";
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s; 
		-o-transition: all 0.3s ease-out 0s; 
		transition: all 0.3s ease-out 0s;
	}
	.header .nav .nav-list1>li:nth-child(4){
		/* margin-right: 15%; */
		/* margin-right: 260px; */
	}
	.header .nav .nav-list1>li:nth-child(4)::after{
		/* display: none; */
	}
	.header .nav .nav-list1>li:last-child::after{
		display: none;
	}
	.header .nav .nav-list1>li>a {
		font-size: 16px;
		line-height: 96px;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		transition: all .4s;
		position: relative;
		z-index: 2;
		display: inline-block;
		padding: 0 55px;
		-webkit-transition: all .4s;
		transition: all .4s;
		color: #666565;
	}
	.header .nav .nav-list1>li>a:before {}
	.header .nav .nav-list1>li:hover a,
	.header .nav .nav-list1>li.active a {
		color: #1e51a2;
		font-weight: bold;
	}
	.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: 1872px) {
	.header .nav .nav-list1>li>a {
		padding: 0 42px;
	}
}
@media (max-width: 1680px) {
	.header .nav .nav-list1>li>a {
		    padding: 0 40px;
	}
	.header .nav .nav-list1>li:nth-child(4) {
		/* margin-right: 220px; */
	}
}
@media (max-width: 1600px) {
	.header .nav {
	    margin-left: 6%;
	}
	.header .nav .nav-list1>li>a {
		padding: 0 36px;
	}
	.header .nav .nav-list1>li:nth-child(4) {
		/* margin-right: 190px; */
	}
}
@media (max-width: 1560px) {
	.header .nav .nav-list1>li>a {
		padding: 0 30px;
	}
}
@media (max-width: 1440px) {
	.header .nav {
	    margin-left: 4%;
	}
	.header .nav .nav-list1>li {
	}

	.header .nav .nav-list1>li>a {
		padding: 0 28px;
	}
}
@media (max-width: 1399px) {
	.header .nav .nav-list1>li>a {
		padding: 0 24px;
	}
}
@media (max-width: 1366px) {
	.header .nav {
	    margin-left: 2%;
	}
	.header .nav .nav-list1>li:nth-child(4) {
		/* margin-right: 180px; */
	}
	.header .nav .nav-list1>li>a {
		font-size: 15px;
	}
	.header .nav .nav-list1>li>a {
		padding: 0 30px;
	}
}

@media (max-width: 1365px) {
	.header .nav .nav-list1>li>a {
		padding: 0 14px;
	}
}

@media (max-width: 1280px) {
	.header .nav .nav-list1>li {
		margin: 0 1px;
	}
	.header .nav .nav-list1>li>a {
		padding: 0 12px;
	}
	.header .fx .bds_weixin{
		left: 31px;
	}
	.header .fx .bds_tsina{
		left: 82px;
	}
}
@media (max-width: 1199px) {
	.header .nav .nav-list1>li:nth-child(4){
		margin-right: 0;
	}
	.header .nav {
	    margin-left: 0%;
	}
	.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;
}
@media (min-width: 1200px) {
	.header.fixed-header {
		height: 66px;
		box-shadow: 0 0 5px #bbb;
	}
	.header.fixed-header .logo {
		margin-top: 2px;
	}
	.header.fixed-header .nav .nav-list1 .nav-list2 {
		top: 70px;
	}
	.header.fixed-header .nav .nav-list1>li>a {
		line-height: 62px;
	}
	.header.fixed-header .nav .nav-list1>li::after {
		line-height: 62px;
	}
	.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;
	}
	.header.fixed-header .fx .bds_weixin{
		top: 22px;
	}
	.header.fixed-header .fx .bds_tsina{
		top: 22px;
	}
}
.header .seach-phone {
	font-family: 'impact';
	position: absolute;
	right: 0;
	top: 0;
	height: 96px;
	line-height: 96px;
	background: #1e51a2;
	color: #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
}
@media (min-width: 1200px) {
	.header.fixed-header .seach-phone {
		height: 62px;
		line-height: 62px;
	}
	.header.fixed-header .find {
		height: 62px;
		line-height: 62px;
		padding-bottom: 18px;
	}
}

@media (max-width: 1199px) {
}

@media (max-width:767px) {
}

/*搜索*/
.header .find {
	float: right;
	height: 96px;
	line-height: 96px;
	padding-right: 36px;
	padding-left: 34px;
	cursor: pointer;
	text-align: center;
	color: #fff;
	border-left: 1px solid #fff;
	-webkit-transition: all .4s;
	transition: all .4s;
	font-family: "iconfont" !important;
	font-size: 32px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.header.fixed-header.course .find {
	color: #6c6c6c;
}
@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: 62px;
		line-height: 62px;
		margin-right: 7%;
	}
	.header .find {
		height: 62px;
		line-height: 62px;
		color: #333;
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.header .seach-phone{
		/* right: auto; */
		/* left: 0; */
	}
}

/*搜索弹窗*/
.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(30, 81, 162, .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;
}

/* .header .search-box .input-submit:before
{
    font-family: 'iconfont' !important;
    

	font-size: 22px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    content: '&#xe60b';

    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: 30px;

	-webkit-animation: zoomIn 1s 0s ease both;
	animation: zoomIn 1s 0s ease both;

	color: #fff;
}

.header .search-lg input::-webkit-input-placeholder,
.header .search-lg textarea::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:-o-placeholder,
.header .search-lg textarea:-o-placeholder {
	color: #fff;
}

.header .search-lg input::-moz-placeholder,
.header .search-lg textarea::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:-ms-input-placeholder,
.header .search-lg textarea:-ms-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-webkit-input-placeholder,
.header .search-lg textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-o-placeholder,
.header .search-lg textarea:focus::-o-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-moz-placeholder,
.header .search-lg textarea:focus::-moz-placeholder {
	color: #fff;
}

.header .search-lg input:focus::-ms-input-placeholder,
.header .search-lg textarea:focus::-ms-input-placeholder {
	color: #fff;
}

.header .search-lg .close-btn {
	position: fixed;
	top: 34px;
	right: 18%;

	cursor: pointer;
}

@media (max-width: 1440px) {
	.header .search-lg .close-btn {
		right: 8%;
	}
}

.header .search-lg .close-btn:before {
	font-size: 20px;

	content: '\2716';

	color: #fff;
}

/*搜索弹窗end*/

/*heart end*/

/*foot*/


.footer {

	float: left;
	width: 100%;
	padding: 67px 5.2% 79px 5.2%;
	background: #0a2550;
	color: #fff;
}
.foot-contact{
	float: left;
	width: 100%;
	padding-right: 126px;
	position: relative;
}
.foot-ewm{
	position: absolute;
	right: 0;
	top: 10px;
	width: 126px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
}
.foot-ewm img{
	max-width: 100%;
}

.foot-bq{
	float: left;
	width: 19.1%;
	padding-right: 5%;
}
.foot-bq > a{
	float: left;
	width: 100%;
}
.foot-bq > a img{
	max-width: 100%;
}
.foot-bq .foot-bq-p{
	float: left;
	width: 100%;
	line-height: 26px;
	margin-top: 27px;
	font-size: 13px;
	font-weight: lighter;
	color: rgba(255,255,255,0.64);
}


.foot-add{
	float: left;
	width: 24.4%;
	/* padding-right: 6.2%; */
	padding-right: 5.2%;
}
.foot-add .foot-add-ph{
	float: left;
	width: 100%;
	padding-bottom: 13px;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.foot-add .foot-add-ph .foot-add-ph-t{
	float: left;
	width: 100%;
	line-height: 23px;
	font-size: 18px;
}
.foot-add .foot-add-ph .foot-add-ph-t img{
	vertical-align: middle;
	margin-right: 12px;
	padding-bottom: 3px;
}


.foot-add .foot-add-ph .foot-add-ph-n{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	font-size: 42px;
}

.foot-add .foot-add-d{
	float: left;
	width: 100%;
	padding-top: 22px;
	line-height: 34px;
	font-size: 16px;
}
.foot-add .foot-add-d .foot-add-d-1{
	float: left;
	width: 100%;
}
.foot-add .foot-add-d .foot-add-d-1 img{
	vertical-align: middle;
	margin-right: 12px;
	padding-bottom: 3px;
}

.foot-link1{
	float: left;
	width: 25.4%;
}
.foot-link1.foot-link2{
	float: left;
	width: 31.1%;
}
.foot-link1 .foot-link1-title{
	float: left;
	width: 100%;
	margin-top: 9px;
	font-size: 20px;
	line-height: 20px;
	padding-left: 15px;
	border-left: 4px solid #fff;
}
.foot-link1 .foot-link1-a{
	float: left;
	width: 100%;
	line-height: 50px;
	margin-top: 25px;
	font-size: 14px;
	font-weight: lighter;
	padding-right: 60px;
}
.foot-link1 .foot-link1-a a{
	display: block;
	float: left;
	width: 33.33%;
	/* margin-right: 58px; */
}
.foot-link1.foot-link2 .foot-link1-a a{
	width: auto;
	margin-right: 34px;
}
.foot-link1 .foot-link1-a a:hover{
	opacity: 0.8;
}
@media (max-width: 1680px) {
	.foot-link1.foot-link2 .foot-link1-a a{
		margin-right: 16px;
	}
	.foot-add .foot-add-ph .foot-add-ph-n{
		font-size: 28px;
	}
	.foot-bq{
		padding-right: 3%;
	}
	.foot-add{
		padding-right: 4%;
	}
	.foot-add .foot-add-d{
		font-size: 14px;
	}
	.foot-link1 .foot-link1-a{
		padding-right: 4%;
	}
}
@media (max-width: 1440px) {
	.footer {
		padding: 47px 4% 39px 4%;
	}
	.foot-bq .foot-bq-p{
		font-size: 12px;
	}
	.foot-add .foot-add-d{
		font-size: 12px;
	}
	.foot-link1 .foot-link1-a{
		line-height: 42px;
	}
	.foot-link1.foot-link2 .foot-link1-a a {
	    margin-right: 14px;
	}
	.foot-link1 .foot-link1-a{
		font-size: 12px;
	}
	.foot-ewm{
		font-size: 12px;
	}
	.foot-bq > a{
		height: 50px;
	}
	.foot-bq > a img{
		height: 100%;
	}
	
}
@media (max-width: 1199px) {
	.foot-contact{
		padding-right: 0;
	}
	.foot-bq{
		width: 50%;
		padding-right: 0;
	}
	.foot-add{
		width: 50%;
		padding-right: 0;
	}
	.foot-link1{
		width: 50%;
		padding-right: 0;
		margin: 20px 0;
	}
	.foot-link1.foot-link2{
		width: 50%;
	}
	.foot-ewm{
		position: relative;
		right: auto;
		top: auto;
		float: left;
		width: 100%;
		line-height: 30px;
		text-align: center;
		margin-top: 40px;
	}
	.foot-link1 .foot-link1-title{
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	.foot-bq{
		width: 100%;
	}
	.foot-add{
		width: 100%;
	}
	.foot-link1{
		width: 100%;
	}
	.foot-link1.foot-link2{
		width: 100%;
	}
	.footer {
	    padding: 15px 4% 15px 4%;
	}
	.foot-bq > a{
		width: 100%;
		text-align: center;
	}
	.foot-bq .foot-bq-p{
		margin-top: 10px;
		text-align: center;
		line-height: 20px;
	}
	.foot-add .foot-add-ph .foot-add-ph-t {
	    line-height: 20px;
	    font-size: 16px;
	}
	.foot-add .foot-add-ph .foot-add-ph-n {
	    font-size: 20px;
	}
	.foot-add .foot-add-ph{
		padding-bottom: 5px;
		margin-top: 10px;
	}
	.foot-add .foot-add-d {
	    padding-top: 10px;
	    line-height: 24px;
	}
	.foot-link1 {
	    margin: 10px 0;
	}
	.foot-link1 .foot-link1-title {
	    margin-top: 6px;
	    font-size: 16px;
	    line-height: 18px;
	    padding-left: 10px;
	    border-left: 3px solid #fff;
	}
	.foot-link1 .foot-link1-a{
		margin-top: 10px;
		line-height: 32px;
	}
	.foot-link1 .foot-link1-a a{
		width: 25%;
	}
	.foot-link1.foot-link2 .foot-link1-a a{
		margin-right: 10px;
	}
	.foot-ewm{
		margin-top: 5px;
	}
}
/*foot end*/

/**
 * page
 */
.page {
	float: left;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 0px;
	text-align: center;
	font-family: "microsoft yahei",arial;
}

.page a {
	font-family: 'Roboto-Light';
	font-size: 16px;
	line-height: 18px;
	display: inline-block;
	overflow: hidden;
	padding: 0 15px;
	/* width: 62px; */
	height: 18px;
	/* margin: 0 14px; */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	text-align: center;
	color: #999;
	/* border-radius: 50%; */
	background-color: #fff;
	color: #bfbfbf;
	/* border: 1px solid #e5e5e5; */
}

/* .page a.prev {
	background: #fff url("../images/page-bg-l.png") center no-repeat;
}

.page a.next {
	background: #fff url("../images/page-bg-r.png") center no-repeat;
}

.page a.prev:hover {
	background: #029c6a url("../images/page-bg-l-on.png") center no-repeat;
}

.page a.next:hover {
	background: #029c6a url("../images/page-bg-r-on.png") center no-repeat;
} */

@media (max-width: 1199px) {
	.page a {
		margin: 0 6px;
		height: 54px;
		line-height: 54px;
		width: 54px;
	}
}

.page a.omit:hover {
	color: #1e51a2;
	/* background-color: #eee; */
}

.page a.prev {
	font-size: 14px;
}

.page a.prev:after {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e601';*/
}

.page a.next {
	font-size: 14px;
}

.page a.next:before {
	/*font-family: 'iconfont' !important;*/
	/*content: '\e827';*/
}

.page a.active,
.page a:hover {
	color: #1e51a2;
	/* background-color: #029c6a; */
}

@media (max-width: 1024px) {
	.page a {
		line-height: 24px;
		width: auto;
		height: 24px;
		font-size: 14px;
		padding: 0;
	}

	.page a.prev,
	.page a.next {
		margin: 0 5px;
	}

	.page a:prev {
		background-size: 7px auto;
	}

	.page a:next {
		background-size: 7px auto;
	}
}


/*首页banner*/
.banner {
	font-size: 0;

	position: relative;

	overflow: hidden;

	width: 100%;
	margin-top: 100px;
}

@media (max-width: 1199px) {
	.banner{
		margin-top: 66px;
	}
}

@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	
}


.banner .slick-arrow {
	width: 40px;
	height: 33px;

	position: absolute;
	z-index: 9;
	bottom: 39px;

	padding: 0;

	cursor: pointer;

	opacity: 1;
	background: rgba();
}
.banner .slick-arrow.slick-prev{
	right: 142px;
	background: rgba(30, 81, 162, 0.5) url(../images/ban-jt-l.png) center no-repeat;
}
.banner .slick-arrow.slick-prev:hover{
	/* background: url(../images/banner-prev-hover.png) no-repeat; */
}
.banner .slick-arrow.slick-next{
	right: 102px;
	background: rgba(30, 81, 162, 0.5) url(../images/ban-jt-r.png) center no-repeat;
}
.banner .slick-arrow.slick-next:hover{
	/* background: url(../images/banner-next-hover.png) no-repeat; */
}
@media (max-width: 1366px) {
	.banner .slick-arrow.slick-prev{
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
	}
	.banner .slick-arrow.slick-next:hover{
	}
}
@media (max-width: 1199px) {
	.banner .slick-arrow.slick-prev {
	    right: 82px;
	}
	
	.banner .slick-arrow.slick-next{
		right: 42px;
	}
	
}
@media (max-width: 767px) {
	.banner .slick-arrow{
		bottom: 20px;
	}
	.banner .slick-arrow.slick-prev{
	}
	.banner .slick-arrow.slick-prev:hover{
	}		
	.banner .slick-arrow.slick-next{
	}
	.banner .slick-arrow.slick-next:hover{
	}
}


@media (max-width: 991px) {
	
}


.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}

.banner .slick-dots {
	position: absolute;
	right: 296px;
	bottom: 20px;

	height: 50px;

	text-align: center;
}

@media (max-width: 991px) {
	.banner .slick-dots {
		right: 156px;
	}
}

@media (max-width: 1199px) {
	.banner .slick-dots {
		text-align: center;
	}
}

@media (max-width: 991px) {
	.banner .slick-dots {
		bottom: 0;
	}
}

.banner .slick-dots li {
	position: absolute;
	right: 0;
}

.banner .slick-dots li.slick-active button {
	opacity: 1;
}

.banner .slick-dots li button {
	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: 40.625%;
}
.banner .img-box.pc{
	display: block;
}
.banner .img-box.phone{
	display: none;
}

.banner .text {
	position: absolute;
	top: 50%;

	width: 100%;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	color: #fff;
}

@media (max-width: 991px) {
	.banner .img-box.pc{
		display: none;
	}
	.banner .img-box.phone{
		display: block;
	}
}

.banner .text-1 {
	top: 25.38%;
	text-align: center;
	-webkit-transform: translateY(-0%);
	-ms-transform: translateY(-0%);
	transform: translateY(-0%);
}
.banner .text-1 h1 {
	width: 100%;
	text-align: center;
}
.banner .text-1 h1 .banner-span1{
	display: inline-block;
	width: 430px;
	height: 154px;
	margin: 0 52px;
	background-size: 100% auto!important;
}



.banner .text-2 {
	right: 8.1%;
	width: 33.2%;
	color: #fff;
}
.banner .text-2 h1 {
	width: 100%;
	line-height: 72px;
	font-size: 63px;
	font-weight: bold;
}
.banner .text-2 h2 {
	width: 100%;
	line-height: 36px;
	margin-top: 17px;
	font-size: 24px;
	padding: 11px 0 12px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.banner .text-2 h3 {
	font-family: 'Roboto-Light';
	width: 100%;
	line-height: 36px;
	margin-top: 16px;
	font-size: 20px;
	color: #fff;
}
.banner .text-3 {
	left: 10.8%;
	width: 100%;
	color: #fff;
}
.banner .text-3 h1 {
	width: 100%;
	line-height: 72px;
	font-size: 66px;
	font-weight: bold;
}
.banner .text-3 h2 {
	width: 100%;
	line-height: 36px;
	margin-top: 27px;
	font-size: 34px;
}
.banner .text-3 h3 {
	font-family: 'Roboto-Bold';
	font-weight: bold;
	width: 100%;
	line-height: 36px;
	margin-top: 46px;
	font-size: 34px;
	position: relative;
	padding-left: 102px;
}
.banner .text-3 h3::after{
	position: absolute;
	left: 0;
	top: 50%;
	width: 74px;
	height: 2px;
	background: #fff;
	content: "";
}
.banner .text-3 h4 {
	font-family: 'Roboto-Light';
	width: 100%;
	line-height: 36px;
	font-size: 26px;
	margin-top: 10px;
}



@media (max-width: 1680px) {
	.banner .text-1 h1 .banner-span1 {
	    width: 260px;
	    height: 80px;
	    margin: 0 40px;
	}
	.banner .text-2 h1 {
	    line-height: 58px;
	    font-size: 48px;
	}
	.banner .text-2 h2 {
		line-height: 32px;
		margin-top: 14px;
		font-size: 20px;
		padding: 8px 0 8px 0;
	}
	.banner .text-2 h3 {
	    line-height: 32px;
	    margin-top: 12px;
	    font-size: 18px;
	}
	.banner .text-3 h1 {
	    line-height: 60px;
	    font-size: 48px;
	}
	.banner .text-3 h2 {
	    line-height: 32px;
	    margin-top: 20px;
	    font-size: 28px;
	}
	.banner .text-3 h3 {
	    line-height: 32px;
	    margin-top: 30px;
	    font-size: 28px;
	    padding-left: 90px;
	}
	.banner .text-3 h4 {
	    line-height: 30px;
	    font-size: 20px;
	    margin-top: 8px;
	}
}
@media (max-width: 1600px) {
	.banner .text-2{
		width: 36%;
	}
}
@media (max-width: 1440px) {
	.banner .text-1 h1 .banner-span1 {
	    width: 240px;
	    height: 75px;
	    margin: 0 30px;
	}
	.banner .text-2 h1 {
	    line-height: 48px;
	    font-size: 36px;
	}
	.banner .text-2 h2 {
		line-height: 28px;
		margin-top: 10px;
		font-size: 18px;
		padding: 6px 0 6px 0;
	}
	.banner .text-2 h3 {
	    line-height: 30px;
	    margin-top: 10px;
	    font-size: 16px;
	}
	
	.banner .text-3 h1 {
	    line-height: 50px;
	    font-size: 40px;
	}
	.banner .text-3 h2 {
	    line-height: 28px;
	    margin-top: 15px;
	    font-size: 24px;
	}
	.banner .text-3 h3 {
	    line-height: 30px;
	    margin-top: 20px;
	    font-size: 24px;
	    padding-left: 80px;
	}
	.banner .text-3 h4 {
	    line-height: 24px;
	    font-size: 18px;
	    margin-top: 6px;
	}
	
}
@media (max-width: 1199px) {
	.banner .text-1 h1 .banner-span1 {
		width: 200px;
		height: 62px;
	}
	.banner .text-2 {
		right: 5%;
	    width: 42%;
	}
	.banner .text-2 h1 {
	    line-height: 36px;
	    font-size: 28px;
	}
	.banner .text-2 h2 {
	    line-height: 24px;
	    margin-top: 8px;
	    font-size: 16px;
	    padding: 4px 0 4px 0;
	}
	.banner .text-2 h3 {
	    line-height: 24px;
	    margin-top: 8px;
	    font-size: 14px;
	}
	.banner .text-3{
		left: 5%;
	}
	.banner .text-3 h1 {
	    line-height: 36px;
	    font-size: 28px;
	}
	.banner .text-3 h2 {
	    line-height: 24px;
	    margin-top: 10px;
	    font-size: 18px;
	}
	.banner .text-3 h3 {
	    line-height: 24px;
	    margin-top: 10px;
	    font-size: 16px;
	    padding-left: 60px;
	}
	.banner .text-3 h3::after {
	    width: 48px;
	}
	.banner .text-3 h4 {
	    line-height: 20px;
	    font-size: 14px;
	    margin-top: 4px;
	}

}
@media (max-width: 991px) {
	.banner .img-box {
		padding-bottom: 78.70837537840565%;
		height: auto;
	}
	.banner .text{
		display: none;
	}
	
}
.banner .slick-current .text-1 h1 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
	animation-delay: 0.6s;
}


.banner .slick-current .text-2 h1 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-2 h2 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-2 h3 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-2 h4 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}

.banner .slick-current .text-3 h1 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-3 h2 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-3 h3 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}
.banner .slick-current .text-3 h4 {
	-webkit-animation: fadeInUp 1s 0s ease both;
	animation: fadeInUp 1s 0s ease both;
}



.i-about{
	float: left;
	width: 100%;
	/* padding: 0 100px; */
	padding: 0 5.2%;
}
.i-about .i-about-1{
	font-family: 'AGENCYB';
	float: left;
	width: 26.7%;
	margin-right: 4.4%;
	padding-top: 102px;
}
.i-about .i-about-1 .i-about-1-te{
	float: left;
	width: 100%;
	line-height: 68px;
	font-size: 60px;
	color: #000;
}
.i-about .i-about-1 .i-about-1-tc{
	float: left;
	width: 100%;
	line-height: 48px;
	font-size: 26px;
	color: #010101;
}
.i-about .i-about-1 .i-about-1-tp{
	float: left;
	width: 100%;
	height: 252px;
	line-height: 36px;
	margin-top: 57px;
	font-size: 16px;
	color: #666;
	font-family: "microsoft yahei";
	font-weight: lighter;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}
.i-about .i-about-1 .i-about-1-link{
	float: left;
	width: 100%;
	margin-top: 73px;
}
.i-about .i-about-1 .i-about-1-link a{
	display: inline-block;
	width: 167px;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	border-radius: 26px;
	color: #fff;
	text-align: center;
	background: #1e51a2;
}
.i-about .i-about-1 .i-about-1-link a:hover{
	opacity: 0.9;
}

.i-about .i-about-2{
	float: left;
	width: 20.2%;
	margin-right: 1.9%;
	padding-top: 187px;
	line-height: 29px;
}
.i-about .i-about-2 .i-about-2-pic{
	float: left;
	width: 100%;
}
.i-about .i-about-2 .i-about-2-pic a{
	display: inline-block;
	width: 100%;
	overflow: hidden;
}

.i-about .i-about-2 .i-about-2-pic a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	}
.i-about .i-about-2:hover .i-about-2-pic a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.i-about .i-about-2 .i-about-2-t1{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	margin-top: 29px;
	font-size: 28px;
	color: #000;
}
.i-about .i-about-2 .i-about-2-t2{
	float: left;
	width: 100%;
	margin-top: 6px;
	font-size: 20px;
	color: #010101;
}
.i-about .i-about-2 .i-about-2-p{
	float: left;
	width: 100%;
	margin-top: 23px;
	height: 58px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.i-about .i-about-2 .i-about-2-link{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	margin-top: 24px;
	font-size: 20px;
}
.i-about .i-about-2 .i-about-2-link a{
	color: #333;
}
.i-about .i-about-2 .i-about-2-link a:hover{
	color: #1e51a2;
}

.i-about .i-about-3{
	float: left;
	width: 24.3%;
	margin-right: 1.9%;
	position: relative;
}
.i-about .i-about-3 a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.i-about .i-about-3 a img{
	max-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;
}
.i-about .i-about-3:hover a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.i-about .i-about-3 .i-about-3-text{
	position: absolute;
	bottom: 45px;
	width: 100%;
	padding: 0 40px;
	line-height: 32px;
	color: #fff;
}
.i-about .i-about-3 .i-about-3-text .i-about-3-p{
	font-family: 'Roboto-Bold';
	float: left;
	width: 100%;
	font-size: 28px;
}
.i-about .i-about-3 .i-about-3-text .i-about-3-cp{
	float: left;
	width: 100%;
	margin-top: 5px;
	font-size: 20px;
}
.i-about .i-about-3 .i-about-3-text .i-about-3-link{
	float: left;
	width: 100%;
	height: 10px;
	line-height: 10px;
	margin-top: 28px;
}
.i-about .i-about-3 .i-about-3-text .i-about-3-link a:hover{
	margin-left: 5px;
} 

.i-about .i-about-2.i-about-4{
	margin-right: 0;
}


.i-news{
	float: left;
	width: 100%;
	background: url(../images/bg-1.jpg) center no-repeat;
	background-size: cover;
}
.i-news .i-news-1{
	float: left;
	width: 100%;
	padding: 0 5.2%;
	position: relative;
}
.i-news .i-news-1::after{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 304px;
	height: 2px;
	background: #1e51a2;
	content: "";
}
.i-news .i-news-1::before{
	position: absolute;
	bottom: 0;
	left: 250px;
	width: 54px;
	height: 5px;
	background: #1e51a2;
	content: "";
}

.i-news .i-news-1 .i-news-1-title{
	float: left;
	width: 19%;
	padding: 85px 0 55px 0;
	color: #1e51a2;
}
.i-news .i-news-1 .i-news-1-title .i-news-1-te{
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 24px;
}
.i-news .i-news-1 .i-news-1-title .i-news-1-tc{
	float: left;
	width: 100%;
	line-height: 58px;
	font-size: 42px;
}


.i-news .i-news-1 .i-news-1-right{
	float: left;
	width: 81%;
	margin-top: 121px;
	line-height: 26px;
	padding-right: 18.6%;
	font-size: 14px;
	color: #666;
	position: relative;
}
.i-news .i-news-1 .i-news-1-right > a{
	position: absolute;
	right: 0;
	width: 76px;
	height: 40px;
	background: #1e51a2;
	text-align: center;
}

.i-news .i-news-1 .i-news-1-right  > a img{
	margin-top: 12px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.i-news .i-news-1 .i-news-1-right > a:hover img{
	margin-right: 5px;
}
.i-news .i-news-1 .i-news-1-right .i-news-1-right-t{
	float: left;
	width: 100%;
	font-size: 14px;
	height: 52px;
	font-weight: lighter;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news .i-news-1 .i-news-1-right .i-news-1-right-t:hover a{
	color: #1e51a2;
}

.i-news .i-news-2{
	float: left;
	width: 100%;
	line-height: 26px;
	padding: 70px 0 114px 0;
}
.i-news .i-news-2 .ul{
	float: left;
	width: 100%;
}
.i-news .i-news-2 .ul .li{
	float: left;
	width: 33.3333%;
	padding: 0 4.1% 0 5.2%;
}
.i-news .i-news-2 .ul .li .i-news-1-time{
	font-family: 'AgencyFB-Reg';
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
	padding-left: 36px;
	background: url(../images/ico-time.png) left center no-repeat;
}
.i-news .i-news-2 .ul .li .i-news-1-t{
	float: left;
	width: 100%;
	height: 26px;
	margin-top: 16px;
	font-size: 24px;
	color: #010101;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.i-news .i-news-2 .ul .li .i-news-1-p{
	float: left;
	width: 100%;
	height: 52px;
	margin-top: 20px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i-news .i-news-2 .ul .li .i-news-1-link{
	float: left;
	width: 100%;
	margin-top: 24px;
}
.i-news .i-news-2 .ul .li .i-news-1-link a{
	display: inline-block;
	width: 25px;
	height: 26px;
	background: url(../images/ico-jt-2.png) no-repeat;
}

.i-news .i-news-2 .ul .li:hover .i-news-1-t{
	color: #1e51a2;
}
.i-news .i-news-2 .ul .li:hover .i-news-1-link a{
	background: url(../images/ico-jt-2-h.png) no-repeat;
}
.i-news .i-news-2 .ul .li:hover .i-news-1-link a:hover{
	margin-left: 5px;
}

@media (max-width: 1680px){
	.i-about .i-about-1 .i-about-1-te {
	    line-height: 60px;
	    font-size: 48px;
	}
	.i-about .i-about-1{
		padding-top: 62px;
	}
	.i-about .i-about-2{
		padding-top: 147px;
	}
	.i-about .i-about-1 .i-about-1-link {
	    margin-top: 63px;
	}
	.i-news .i-news-1 .i-news-1-title .i-news-1-tc{
		font-size: 36px;
	}
	.i-news .i-news-1 .i-news-1-right{
		margin-top: 110px;
	}
}
@media (max-width: 1600px){
	.i-about .i-about-1{
		padding-top: 42px;
	}
	.i-about .i-about-2{
		padding-top: 127px;
	}
	.i-about .i-about-1 .i-about-1-link {
	    margin-top: 43px;
	}
}
@media (max-width: 1440px){
	.i-about .i-about-1 .i-about-1-te {
	    line-height: 48px;
	    font-size: 40px;
	}
	.i-about .i-about-1 .i-about-1-tc {
	    line-height: 40px;
	    font-size: 22px;
	}
	.i-about .i-about-1 .i-about-1-tp {
	    height: 210px;
	    line-height: 30px;
	    margin-top: 48px;
	    font-size: 14px;
	}
	.i-about .i-about-2{
		padding-top: 67px;
	}
	.i-about .i-about-2 .i-about-2-t1 {
	    margin-top: 20px;
	    font-size: 24px;
	}
	.i-about .i-about-2 .i-about-2-p {
	    margin-top: 20px;
	    font-size: 14px;
	}
	.i-about .i-about-2 .i-about-2-link {
	    margin-top: 18px;
	    font-size: 18px;
	}
	.i-news .i-news-2 .ul .li .i-news-1-t{
		font-size: 18px;
	}
	.i-about .i-about-3 .i-about-3-text{
		line-height: 28px;
	}
	.i-about .i-about-3 .i-about-3-text .i-about-3-p{
		font-size: 24px;
	}
	.i-news .i-news-1 .i-news-1-title .i-news-1-tc {
		line-height: 38px;
	    font-size: 30px;
	}
	.i-news .i-news-1 .i-news-1-right {
	    margin-top: 100px;
	}
	.i-news .i-news-1::after{
		width: 220px;
	}
	.i-news .i-news-1::before{
		left: 220px;
	}
}
@media (max-width: 1199px){

	.i-about .i-about-1{
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		padding-right: 4%;
	}
	.i-about .i-about-2{
		width: 50%;
		padding-left: 3%;
		margin-left: 0;
		margin-right: 0;
	}
	.i-about .i-about-3{
		width: 50%;
		margin-left: 0;
		margin-right: 0;
		margin: 20px 0;
	}
	.i-about {
	    padding: 0 3% 2px 3%;
	}
	.i-about .i-about-2 {
	    padding-top: 0px;
		margin: 20px 0;
	}
	.i-about .i-about-2.i-about-4 {
	    padding-top: 0px;
	}
	.i-news .i-news-1 .i-news-1-title .i-news-1-te{
		font-size: 18px;
	}
	.i-news .i-news-1 .i-news-1-right{
		padding-right: 12%;
	}
	.i-news .i-news-1::after{
		width: 150px;
	}
	.i-news .i-news-1::before{
		left: 150px;
	}
	.i-news .i-news-2 .ul .li {
	    padding: 0 2% 0 3%;
	}
	
}
@media (max-width: 991px){
	.i-news .i-news-1 .i-news-1-title{
		width: 100%;
	}
	.i-news .i-news-1 .i-news-1-right {
		width: 100%;
	    padding-right: 14%;
		margin-top: 10px;
	}
	.i-news .i-news-1 .i-news-1-title .i-news-1-te {
	    font-size: 14px;
	}
	.i-news .i-news-1 .i-news-1-title .i-news-1-tc {
	    line-height: 30px;
	    font-size: 24px;
	}
	.i-news .i-news-1::after {
		display: none;
	    width: 100px;
	}
	.i-news .i-news-1::before {
		display: none;
	    left: 100px;
	}
	.i-news .i-news-1 {
	    padding: 0 3%;
	}
	.i-news .i-news-1 .i-news-1-title {
	    padding: 15px 0 15px 0;
	}
	.i-news .i-news-2 {
	    line-height: 24px;
	    padding: 40px 0 34px 0;
	}
}
@media (max-width: 767px){
	.i-about .i-about-1{
		width: 100%;
		padding-top: 15px;
		padding-right: 0;
	}
	.i-about .i-about-1 .i-about-1-te {
	    line-height: 28px;
	    font-size: 24px;
		text-align: center;
	}
	.i-about .i-about-1 .i-about-1-tc {
	    line-height: 32px;
	    font-size: 18px;
		text-align: center;
	}
	.i-about .i-about-1 .i-about-1-tp {
	    height: auto;
	    line-height: 24px;
	    margin-top: 5px;
	    font-size: 14px;
	}
	.i-about .i-about-1 .i-about-1-link {
	    margin-top: 10px;
		text-align: center;
	}
	.i-about .i-about-1 .i-about-1-link a {
	    width: 120px;
	    height: 36px;
	    line-height: 36px;
	    font-size: 14px;
	    border-radius: 18px;
	}
	
	.i-about .i-about-2{
		width: 100%;
		line-height: 24px;
		padding-left: 0;
		margin: 20px 0 10px 0;
	}
	.i-about .i-about-2 .i-about-2-t1 {
	    margin-top: 0px;
	    font-size: 18px;
	}
	.i-about .i-about-2 .i-about-2-t2 {
	    margin-top: 2px;
	    font-size: 18px;
	}
	.i-about .i-about-2 .i-about-2-p {
	    margin-top: 10px;
		height: auto;
	}
	.i-about .i-about-2 .i-about-2-link {
	    margin-top: 10px;
	    font-size: 16px;
		text-align: left;
	}
	.i-about .i-about-3{
		width: 100%;
		margin: 5px 0;
	}
	.i-about .i-about-3 .i-about-3-text {
	    bottom: 30px;
	    padding: 0 8%;
	    line-height: 24px;
	}
	.i-about .i-about-3 .i-about-3-text .i-about-3-p {
	    font-size: 18px;
	}
	.i-about .i-about-3 .i-about-3-text .i-about-3-cp {
	    font-size: 18px;
	}
	.i-about .i-about-3 .i-about-3-text .i-about-3-link{
		margin-top: 14px;
	}
	.i-about .i-about-2.i-about-4{
		width: 100%;
	}
	.i-news-1-title{
		text-align: center;
	}
	.i-news .i-news-1 .i-news-1-title .i-news-1-tc {
	    line-height: 24px;
	    font-size: 18px;
	}
	.i-news .i-news-1 .i-news-1-right > a{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin: 0 auto;
		margin-top: 10px;
		display: inline-block;
		width: 70px;
		height: 32px;
	}
	.i-news .i-news-1 .i-news-1-right > a img{
		margin-top: 4px;
	}
	.i-news .i-news-1 .i-news-1-right {
	    padding-right: 0%;
	    margin-top: 0px;
		text-align: center;
	}
	
	.i-news-2 .slick-dots{
		width: 100%;
		text-align: center;
		height: 8px;
		margin-top: 10px;
	}
	.i-news-2 .slick-dots li{
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 5px;
		background: #ccc;
		border-radius: 100%;
	}
	.i-news-2 .slick-dots li.slick-active{
		background: #1e51a2;
	}
	.i-news-2 .slick-dots li button{
		display: none;
	}
	.i-news .i-news-2 .ul .li {
	    padding: 0 4% 0 4%;
	}
	.i-news .i-news-2 .ul .li .i-news-1-t{
		margin-top: 5px;
		font-size: 16px;
	}
	.i-news .i-news-2 .ul .li .i-news-1-time{
		background-size: 20px auto;
	}
	.i-news .i-news-2 .ul .li .i-news-1-p {
	    height: 52px;
	    margin-top: 5px;
	}
	.i-news .i-news-2 .ul .li .i-news-1-link{
		height: 14px;
		margin-top: 10px;
	}
	.i-news .i-news-2 .ul .li .i-news-1-link a{
		height: 14px;
	}
}
/*首页*/


/*首页新闻end*/

/*内页banner + 内页导航*/
.banner-in
{
	width: 100%;
    padding: 0;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 1024px)
{
	.banner-in{
		margin-top: 66px;
	}
}


@media (max-width: 767px)
{
    .banner-in .slickbanner
    {
        
    }
}
.banner-in .slick-current img
{
    -webkit-animation: fadeIn 0s 0s ease both;
            animation: fadeIn 0s 0s ease both;
}
.banner-in .img-box
{
    padding-bottom: 31.25%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.banner-in .text-in
{
    position: absolute;
    bottom: 0px;

    width: 100%;

  /*  -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); */

    color: #fff;
}
.banner-in .banner-txt-1{
	text-align: center;
	color: #fff;
}
.banner-in .banner-txt-1 h1{
	line-height: 38px;
	font-size: 26px;
	font-weight: lighter;
}
.banner-in .banner-txt-1 h2{
	font-family: 'Roboto-Bold';
	line-height: 30px;
	font-size: 24px;
}
.banner-in .banner-txt-1 h3{
	margin-top: 18px;
}
.banner-in .banner-txt-1 h3 span{
	display: inline-block;
	vertical-align: bottom;
	width: 1px;
	height: 76px;
	background: #fff;
}


@media (max-width: 991px){
	.banner-in .img-box {
		height: 100%;
		padding-bottom: 0%;
	}
	.banner-in .banner-txt-1{
		display: none;
	}
	.banner-in .img-box img{
		position: relative;
	}
}
@media (max-width: 767px){
	
	.banner-in .slick-slide > div{
		height: 100%;
	}
	.banner-in .slick-slide > div .item{
		height: 100%;
	}
	.banner .slick-arrow.slick-prev {
	    right: 62px;
	}
	.banner .slick-arrow.slick-next {
		right: 22px;
	}
}

/*内页导航*/
.wrap-sidenav
{
    position: relative;
    overflow: hidden;
    height: 60px;
	background: #f8f8f8;
}
.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: center;
}
.wrap-sidenav .sidenav ul li
{
    display: inline-block;
	margin: 0 14px;
    
}
.wrap-sidenav .sidenav ul li:first-child
{
   
   }
.wrap-sidenav .sidenav ul li a
{
    font-size: 16px;
	color: #333;
    line-height: 60px;

    position: relative;

    display: block;

    height: 60px;
    padding: 0 40px;

}
.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{
	color: #fff;
	background: #1e51a2;
}
.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;
    }
}

/*公司简介*/
.about{
	float: left;
	width: 100%;
	padding: 77px 0 96px 0;
}

.about-1{
	float: left;
	width: 100%;
}

.about-1 .about-title{
	float: left;
	width: 100%;
	padding-bottom: 21px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.about-1 .about-title::after{
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 64px;
	height: 5px;
	background: #1e51a2;
	content: "";
}
.about-1 .about-title .about-tc{
	float: left;
	width: 100%;
	line-height: 43px;
	font-size: 30px;
	color: #333;
}
.about-1 .about-title .about-te{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 27px;
	font-size: 24px;
	color: #666;
}
.about-p1{
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.about-p1.padding{
	padding: 50px 0 45px 0;
}
.about-p1.about-p2{
	padding: 48px 0 56px 0;
}
.about-p1.about-p3{
	padding: 60px 0 0px 0;
}
.about-p1 .about-p1-left{
	float: left;
	width: 42.6%;
}
.about-p1 .about-p1-right{
	float: left;
	width: 57.4%;
	padding-left: 4%;
}


.about-p1 .ab-img-1{
	float: left;
	margin-right: 60px;
} 
.about-2{
	float: left;
	width: 100%;
	position: relative;
}
.about-2 .about-2-text{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.about-2 .about-2-text .about-2-li{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
.about-2 .about-2-text .about-2-li .about-2-li-top{
	float: left;
	width: 100%;
	font-size: 24px;
}
.about-2 .about-2-text .about-2-li .about-2-li-top span{
	font-family: 'AGENCYB';
	font-weight: bold;
	font-size: 56px;
	margin-right: 12px;
}

.about-2 .about-2-text .about-2-li .about-2-li-bottom{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	font-weight: lighter;
}
@media (max-width: 1440px){
	.about {
		padding: 47px 0 56px 0;
	}
	.about-1 .about-title .about-tc {
	    line-height: 36px;
	    font-size: 24px;
	}
	.about-1 .about-title .about-te {
	    line-height: 24px;
	    font-size: 20px;
	}
	.about-p1.padding {
	    padding: 30px 0 25px 0;
	}
	.about-p1 {
	    line-height: 30px;
	    font-size: 16px;
	}
	.about-2 > img{
		width: 100%;
	}
	.about-2 .about-2-text .about-2-li .about-2-li-top{
		font-size: 20px;
	}
	.about-2 .about-2-text .about-2-li .about-2-li-bottom {
	    margin-top: 5px;
	    font-size: 18px;
	}
	.about-p1.about-p2 {
	    padding: 28px 0 36px 0;
	}
	.about-p1 .about-p1-right {
	    padding-left: 2%;
	}
	.about-p1.about-p3 {
	    padding: 30px 0 0px 0;
	}
}
@media (max-width: 991px){
	.about-p1 .about-p1-left{
		width: 100%;
	}
	.about-p1 .about-p1-right{
		width: 100%;
		margin-top: 30px;
	}
	.about-2 .about-2-text .about-2-li{
		line-height: 28px;
	}
	.about-2 .about-2-text .about-2-li .about-2-li-top {
	    font-size: 18px;
	}
	.about-2 .about-2-text .about-2-li .about-2-li-top span{
		font-size: 32px;
	}
	.about-2 .about-2-text .about-2-li .about-2-li-bottom {
	    margin-top: 2px;
	    font-size: 14px;
	}
}
@media (max-width: 767px){
	.about {
		padding: 17px 0 16px 0;
	}
	.about-1 .about-title .about-tc {
	    line-height: 30px;
	    font-size: 18px;
	}
	.about-1 .about-title .about-te {
	    line-height: 20px;
	    font-size: 16px;
	}
	.about-1 .about-title {
		padding-bottom: 10px;
	}
	.about-1 .about-title::after{
		width: 40px;
		bottom: 0px;
		height: 3px;
	}
	.about-p1.padding {
	    padding: 15px 0 15px 0;
	}
	.about-p1 {
	    line-height: 26px;
	    font-size: 14px;
	}
	.about-2{
		text-align: center;
		overflow: hidden;
	}
	.about-2 > img{
		display: inline-block;
		width: auto;
		margin-left: -50%;
	}
	.about-2 .about-2-text .about-2-li{
		width: 50%;
		margin: 15px 0;
	}

}


/*人力资源*/
.bg-4{
	background: url(../images/job/bg-1.png) center 180px no-repeat;
}
.job-text-1{
	float: left;
	width: 100%;
	position: relative;
	padding: 88px 0 0px 0;
	text-align: center;
	line-height: 36px;
}
.job-text-1 .job-t-h1{
	float: left;
	width: 100%;
	font-size: 30px;
	color: #1e51a2;
	font-weight: bold;
}
.job-text-1 .job-t-p1{
	float: left;
	width: 100%;
	margin-top: 4px;
	font-size: 18px;
	font-weight: lighter;
	color: #010101;
}





.job-p2{
	float: left;
	width: 100%;
	padding: 25px 0 25px 4.2%;
	background: #314e92;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	margin-top: 56px;
	font-weight: lighter;
}
.job-p2 .job-p2-le{
	float: left;
	width: 50.3%;
	position: relative;
}
.job-p2 .job-p2-le:after{
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	width: 1px;
	height: 94px;
	background: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.job-p2 .job-p2-le:before{
	position: absolute;
	right: -1px;
	top: 50%;
	content: "";
	width: 3px;
	height: 33px;
	background: #fff;
	-webkit-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
}
.job-p2 .job-p2-ri{
	float: left;
	width: 49.7%;
	padding-left: 14.2%;
}

.job-title{
	float: left;
	width: 100%;
	margin-top: 72px;
	text-align: center;
}
.job-title h2{
	font-family: "microsoft yahei";
	font-weight: bold;
	float: left;
	width: 100%;
	line-height: 55px;
	font-size: 30px;
	color: #1e51a2;
}
.job-title p{
	font-family: 'ITC Avant Garde CE Gothic Demi';
	font-size: 36px;
	float: left;
	width: 100%;
	line-height: 52px;
}

.wrap-job{
	float: left;
	width: 100%;
	padding-bottom: 115px;
}

.wrap-job .job .text
{
    margin-top: 80px;
}
@media (max-width: 991px)
{
    .wrap-job .job .text
    {
        margin-top: 40px;
    }
}
.wrap-job .job .text h3
{
    font-size: 18px;
    font-weight: bold;

    margin: 0 0 18px 0;
}
.wrap-job .job .text p
{
    font-size: 13px;
    line-height: 2.30769231;

    color: #666;
}
.wrap-job .job .text p a:hover
{
    text-decoration: underline;

    color: #09357f;
}
.wrap-job .job .list
{
	float: left;
	width: 100%;
    margin-top: 36px;
}
.wrap-job .job .list > ul
{
    overflow: hidden;

    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.wrap-job .job .list > ul > li
{
    border-bottom: 1px solid #ddd;
}
.wrap-job .job .list > ul > li:first-child
{
    font-weight: bold;
    line-height: 60px;

    border-top: 1px solid #ddd;
    background-color: #f4f4f4;
}
.wrap-job .job .list > ul > li .tlist
{
    overflow: hidden;
}
.wrap-job .job .list > ul > li .tlist .titem
{
    font-size: 16px;

    float: left;

    width: 13%;
    /* margin-right: -8px; */
    /* padding: 0 20px; */

    text-align: center;
    vertical-align: middle;

    border-left: 1px solid #ddd;
}
@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .tlist .titem
    {
        /* width: 20%; */
    }
}
.wrap-job .job .list > ul > li .tlist .titem:first-child
{
    border-left: none;
}
@media (max-width: 767px)
{
    .wrap-job .job .list > ul > li .tlist .titem
    {
        padding: 0 4px;
    }
}
.wrap-job .job .list > ul > li .tlist .titem:first-child
{
    width: 15%;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(3){
	width: 29%;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(4){
	width: 20%;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(5){
	width: 23%;
}

@media (max-width: 991px)
{
    .wrap-job .job .list > ul > li .tlist .titem:first-child,
    .wrap-job .job .list > ul > li .tlist .titem:nth-child(5)
    {
        /* width: 20%; */
    }
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(6)
{
    text-align: right;

    color: #09357f;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(6) a
{
    text-decoration: underline;
}
.wrap-job .job .list > ul > li .tlist .titem:nth-child(6) a:hover
{
    color: #df0815;
}
.wrap-job .job .list > ul > li .tlist .titem p
{
	font-family: "microsoft yahei";
    margin: 0;
	font-size: 20px;
    word-break: break-all;
	font-weight: normal;
}
@media (max-width: 767px)
{
    .wrap-job .job .list > ul > li .tlist .titem p
    {
        font-size: 13px;
    }
}
.wrap-job .job .list > ul > li .tlist .titem a{
    line-height: 2;

    display: inline-block;

    padding: 18px 30px;
	font-size: 16px;
	color: #333;
	font-family: "microsoft yahei";
}
@media (max-width: 1440px){
	.job-text-1 {
		line-height: 32px;
	}
	.job-text-1 .job-t-h1 {
	    font-size: 24px;
	}
	.job-text-1 .job-t-p1 {
	    margin-top: 2px;
	    font-size: 16px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a{
		padding: 18px 3%;
	}
	.job-title h2 {
	    line-height: 48px;
	    font-size: 24px;
	}
}
@media (max-width: 1199px){
	.wrap-job .job .list > ul > li .tlist .titem{
		float: none;
		margin-right: -7px;
		display: inline-block;
	}
}
@media (max-width: 991px){
	.job-text-1{
		padding: 40px 0 0 0;
	}
	.job-p2{
		margin-top: 30px;
	}
    .wrap-job .job .list > ul > li .tlist .titem a
    {
        padding: 4px 0;
    }
}
.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 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent #1e51a2 transparent;
}

/* .wrap-job .job .list > ul > li.current .tlist .titem a.more:after{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
 */
.wrap-job .job .list > ul > li .tlist .titem a.apply
{
    color: #1e51a2;
}
.wrap-job .job .list > ul > li.current
{
    background-color: #f4f4f4;
}
.wrap-job .job .list > ul > li .note
{
    display: none;
	font-family: "microsoft yahei";
    padding: 30px 40px;
	font-size: 18px;
	color: #333;
    border-top: 1px solid #ddd;
    background-color: #f4f4f4;
}
.wrap-job .job .list > ul > li .note span{
	color: #e60012;
}
.wrap-job .job .list > ul > li .note p
{
    display: inline-block;

    margin: 0 0px;
	margin-right: 50px;
}
.wrap-job .job .list > ul > li .note p span
{
    line-height: 38px;

    display: inline-block;

    width: 38px;
    height: 38px;
    margin-right: 20px;

    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #d60110;
}
.wrap-job .message
{
    position: fixed;
    z-index: 11;
    top: 10%;
    left: 0;

    display: none;

    width: 100%;
    max-height: 90%;
}
@media (max-width: 1199px){
	.wrap-job .job .list > ul > li .note{
		font-size: 14px;
	}
}
@media (max-width: 991px)
{
    .wrap-job .message
    {
        padding: 0 15px 15px 15px;
    }
}
.wrap-job .message .messageinfo
{

	float: left;
	width: 80%;
	margin: 0 10%;
    height: 100%;
    padding:35px 234px 62px 234px;
	
    background-color: #fff;
	border-radius: 10px;
	position: relative;
}

.wrap-job .message .col-xs-12
{
    margin-top: 15px;
}
.wrap-job .message form
{
	font-family: "microsoft yahei";
    margin-top: 10px;
}
.wrap-job .message .title-message
{
	font-family: "microsoft yahei";
    padding: 20px 0;

    border-bottom: 1px solid #ddd;
}
.wrap-job .message .title-message h3
{
	text-align: center;
    font-size: 20px;
	color: #333;
    line-height: 2;


    margin: 0;
}
.wrap-job .message .m-close
{
	position: absolute;
	right: -18px;
	top: -18px;
    float: right;

    width: 43px;
    height: 43px;

    cursor: pointer;
}
/* .wrap-job .message  .m-close:after
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 36px;

    content: '\e61b';
} */
.wrap-job .message .item
{
    position: relative;

    overflow: hidden;

    min-height: 40px;
    padding-left: 190px;
}
@media (max-width: 991px)
{
    .wrap-job .message .item
    {
        padding-left: 90px;
    }
}
.wrap-job .message .item-1
{
    padding-left: 0;
	text-align: center;
}
.wrap-job .message .item-1 input{
	width: 124px;
	height: 40px;
	line-height: 40px;
	max-height: 40px;
	text-align: center;
	background: #cecece;
	padding: 0;
	margin: 0 50px;
	font-size: 20px;
	color: #333;
}
.wrap-job .message .item-1 input.sub{
	background: #1e51a2;
	color: #fff;
}
.wrap-job .message .item-1 input:hover{
	opacity: 0.8;
}
.wrap-job .message p
{
    font-size: 18px;
    line-height: 38px;
	font-weight: lighter;
	color: #333;
    position: absolute;
    top: 0;
    left: 0;

    width: 180px;
    margin: 0;

    text-align: right;
}
@media (max-width: 991px)
{
    .wrap-job .message p
    {
        font-size: 14px;

        width: 70px;
    }
}
.wrap-job .message input,
.wrap-job .message textarea
{
    line-height: 16px;

    width: 100%;
    min-height: 38px;
    padding: 10px;

    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
}
.wrap-job .message textarea{
	min-height: 92px;
}

.wrap-job .message select{
	line-height: 16px;
	width: 100%;
	min-height: 38px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background: #fff url(../images/job/jt-bot-1.png) 90% center no-repeat;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	outline: none;
	font-size: 16px;
}




.wrap-job .message .js-check
{
    font-size: 16px;
    line-height: 38px;

    float: left;

    width: 100%;
    height: 40px;

    color: #666;
}
.wrap-job .message .js-check i
{
    display: inline-block;

    margin: 0 10px;

    vertical-align: middle;
}
.wrap-job .message .js-check label
{
    font-weight: normal;

    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    cursor: pointer;
}
.wrap-job .message .js-check label input
{
    width: auto;
    margin-right: 8px;

    cursor: pointer;
}
.wrap-job .message .js-check label:after
{
    position: relative;
    position: absolute;
    top: 10px;
    left: 7px;

    display: inline-block;
    float: left;

    width: 17px;
    height:17px;

    content: '';
    cursor: pointer;

    border: 1px solid #ebebeb;
    border-radius: 50%;
}
@media (max-width: 1560px)
{
    .wrap-job .message .js-check label:after
    {
        top: 12px;
    }
}
.wrap-job .message .js-check label i
{
    position: absolute;
    z-index: 9;
    top: 15px;
    left: 2px;

    display: inline-block;

    width: 7px;
    height: 7px;

    border-radius: 50%;
}

.wrap-job .message .js-check label.checked i
{
    background-color: #000;
}
.wrap-job .message .js-check input[type=radio]
{
    width: 17px;
    height: 17px;
    min-height: auto;
    margin: 0 0 0 8px;

    opacity: 0;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    background: #fff;
}
.wrap-job .message .fileWrapper
{
    position: relative;

    float: left;

    width: 100% !important;
    max-width: 470px;
    padding-right: 130px;
}
.wrap-job .message .fileWrapper input
{
    min-height: auto;
}
.wrap-job .message .fileInputText
{
    width: 100% !important;
}
.wrap-job .message .fileInputText,
.wrap-job .message .nicefile
{
    height: 50px !important;
}
.wrap-job .message .fileInputButton
{
    position: absolute;
    top: 0;
    right: 0;

    color: #fff;
    background-color: #09357f;
}
.wrap-job .message .filedelete
{
    line-height: 48px;

    float: left;

    margin-left: 20px;

    color: #09357f;
}
.wrap-job .message .submit
{
    display: block;

    width: 66px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;

    outline: none;
    background: none;
}
@media (max-width: 991px)
{
    .wrap-job .message .submit
    {
        margin-top: 30px;
    }
}
.wrap-job .message .submit span
{
    display: inline-block;
}
.wrap-job .message .submit span:before
{
    font-family: 'iconfont' !important;
    font-size: 20px;
    line-height: 66px;

    display: block;

    width: 66px;
    height: 66px;

    content: '\e827';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #09357f;
}
.wrap-job .showMorehandle
{
    line-height: 30px;

    margin-top: 50px;

    text-align: center;
}
.wrap-job .showMorehandle a
{
    display: block;
}
.wrap-job .showMorehandle a:before
{
    font-family: 'iconfont' !important;
    font-size: 30px;
    line-height: 70px;

    display: block;

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

    content: '\e602';
    text-align: center;

    color: #fff;
    border-radius: 50%;
    background-color: #09357f;
}
.maskbg
{
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, .7);
}


@media (max-width: 1600px){
	.wrap-job .message .messageinfo
	{
	    padding:20px 5% 30px 5%;
	}
	.wrap-job .message{
		top: 5%;
	}
	.wrap-job .message .item{
		padding-left: 120px;
	}
	.wrap-job .message p{
		width: 120px;
	}
}

@media (max-width: 1199px){
	.job-p2 {
	    padding: 15px 0 16px 3%;
	    line-height: 28px;
	    font-size: 14px;
	}
	.job-p2 .job-p2-ri{
		padding-left: 5%;
	}
	.wrap-job .job .list > ul > li:first-child{
		line-height: 40px;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 16px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a{
		font-size: 14px;
		padding: 10px 20px;
	}
	
}

@media (max-width: 991px){
	.wrap-job{
		padding-bottom: 50px;
	}
	.wrap-job .message{
		height: 95%;
	}
	.wrap-job .message .messageinfo{
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
		margin: 0;
	}
	
	.job-text-1 .job-t-p1{
		font-size: 14px;
	}
	
	.job-title{
		margin-top: 50px;
	}
	.job-title h2{
		font-size: 22px;
	}
	.job-title p{
		font-size: 26px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a {
	    padding: 10px 5px;
	}
	.wrap-job .job .list > ul > li .tlist .titem:first-child, .wrap-job .job .list > ul > li .tlist .titem:nth-child(5){
		/* width: 26%; */
	}
	.wrap-job .job .list > ul > li .tlist .titem:first-child, .wrap-job .job .list > ul > li .tlist .titem{
		/* width: 18%; */
	}
	.wrap-job .job .list > ul > li .note p{
		margin-right: 20px;
	}
	.wrap-job .job .list > ul > li .note{
		font-size: 14px;
	}
	.wrap-job .job .list > ul > li .note {
	    padding: 10px 10px;
	}
	.wrap-job .job .list > ul > li .note p span{
		width: 24px;
		height: 24px;
		line-height: 24px;
		margin-top: 5px;
	}
	.wrap-job .message .m-close{
		right: 0;
		top: 0;
	}
	.wrap-job .message .js-check label i{
		top:17px
	}
}
@media (max-width: 767px){
	.job-text-1 .job-t-h1 {
	    font-size: 18px;
	}
	.job-text-1{
		margin-top: 0px;
		line-height: 24px;
	}
	.job-text-1{
		padding: 15px 0 0 0;
	}
	.job-text-1 .job-t-p1{
		/* display: none; */
	}
	.job-p2 {
	    margin-top: 15px;
		line-height: 24px;
	}
	.job-p2 .job-p2-le{
		width: 100%;
		padding: 0 3%;
	}
	.job-p2 .job-p2-le:after{
		display: none;
	}
	.job-p2 .job-p2-le:before{
		display: none;
	}
	.job-p2 .job-p2-ri{
		width: 100%;
		padding-left: 0;
		padding: 0 3%;
		margin-top: 20px;
	}
	.job-title {
	    margin-top: 15px;
	}
	.wrap-job .message .m-close{
		right: 0;
		top: 0;
	}
	.wrap-job .message .title-message{
		
		padding: 10px 0;
		line-height: 24px;
		font-size: 18px;
	}
	.wrap-job .message .title-message h3{
		font-size: 16px;
	}
	
	.job-title h2{
		line-height: 22px;
		font-size: 18px;
	}
	.job-title p{
		line-height: 24px;
		font-size: 18px;
	}
	.wrap-job{
		padding-bottom: 20px;
	}
	.wrap-job .job .list{
		margin-top: 20px;
	}
	.wrap-job .job .list > ul > li .tlist .titem p{
		font-size: 14px;
	}
	.wrap-job .job .list > ul > li .tlist .titem:first-child, .wrap-job .job .list > ul > li .tlist .titem{
		/* width: 20%; */
	}
	.wrap-job .job .list > ul > li .tlist .titem:first-child, .wrap-job .job .list > ul > li .tlist .titem:nth-child(5){
		/* width: 20%; */
	}
	.wrap-job .job .list > ul > li:first-child {
	    line-height: 20px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a{
		font-size: 12px;
	}
	.wrap-job .job .list > ul > li .tlist .titem a.more:after{
		display: none;
	}
	.wrap-job .job .list > ul > li .tlist .titem{
		padding: 0 0;
	}
	.wrap-job .job .list > ul > li .tlist .titem:nth-child(1){
		width: 20%;
	}
	.wrap-job .job .list > ul > li .tlist .titem:nth-child(2){
		width: 15%;
	}
	.wrap-job .job .list > ul > li .tlist .titem:nth-child(3){
		width: 30%;
	}
	.wrap-job .job .list > ul > li .tlist .titem:nth-child(4){
		width: 15%;
	}
	.wrap-job .job .list > ul > li .tlist .titem:nth-child(5){
		width: 20%;
	}
	.wrap-job .job .list > ul > li .tlist .titem a {
	    padding: 2px 4px;
		line-height: 18px;
	}
	.wrap-job .job .list > ul > li .note p span{
		width: 18px;
		height: 18px;
		line-height: 18px;
		margin-right: 5px;
		font-size: 12px;
	}
	.wrap-job .job .list > ul > li .note{
		font-size: 12px;
	}
	.wrap-job .message .messageinfo {
	    padding: 10px 2% 10px 2%;
	}
	.wrap-job .message .item{
		padding-left: 98px;
	}
	.wrap-job .message p{
		width: 98px;
	}
	.wrap-job .message select{
		font-size: 14px;
	}
	.wrap-job .message .col-xs-12:last-child .item{
		padding-left: 0;
	}
	.wrap-job .message .item-1 input {
	    width: 90px;
	    height: 36px;
	    line-height: 36px;
	    max-height: 36px;
	    min-height: 36px;
	    margin: 0 10px;
	    font-size: 14px;
	}
}

/*产品中心*/
.product-list{
	float: left;
	width: 100%;
	padding-bottom: 106px;
}
.product-list > ul{
	float: left;
	width: 100%;
	padding: 18px 0 98px 0;
}
.product-list > ul li{
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
	margin-top: 54px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.product-list.honor-list > ul li{
	margin-top: 35px;
}

.product-list > ul li:nth-child(3n){
	margin-right: 0;
}

.product-list > ul li > a{
	display: block;
	float: left;
	width: 100%;
}
.product-list > ul li > a .product-li-pic{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.product-list > ul li > a .product-li-pic 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;
}
.product-list > ul li > a .product-li-text{
	float: left;
	width: 100%;
}

.product-list > ul li > a .product-li-text .product-li-title{
	float: left;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	font-weight:lighter;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}

.product-list > ul li:hover > a .product-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product-list > ul li:hover > a .product-li-text .product-li-title{
	background: #1e51a2;
	color: #fff;
}
.product-list.honor-list > ul li:hover > a .product-li-text .product-li-title{
	background: none;
	color: #1e51a2;
}
.product-list.pic-list > ul li > a .product-li-text .product-li-title{
	font-size: 16px;
}
.product-list.pic-list > ul li:hover > a .product-li-text .product-li-title{
	font-size: 18px;
	background: none;
	color: #1e51a2;
	font-weight: bold;
}


/*精彩传真*/
.product-list > ul li > a .product-li-pic .pic-time{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 76px;
	height: 76px;
	background: #535353;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.product-list > ul li:hover > a .product-li-pic .pic-time{
	background: #1e51a2;
}
.pic-day{
	font-family: 'Roboto-Bold';
	font-size: 26px;
	line-height: 26px;
	margin-top: 15px;
}
.pic-year{
	font-family: 'Roboto-Light';
	font-size: 14px;
	line-height: 23px;
}


@media (max-width: 1440px){
	.product-list{
		padding-bottom: 56px;
	}
	.product-list > ul {
	    padding: 10px 0 68px 0;
	}
	.product-list > ul li{
		margin-top: 30px;
	}
	.product-list.honor-list > ul li {
	    margin-top: 25px;
	}
}
@media (max-width: 1199px){
	.product-list > ul li{
		margin-top: 20px;
	}
	.product-list.honor-list > ul li {
	    margin-top: 15px;
	}
	.product-list > ul li > a .product-li-text .product-li-title {
	    height: 48px;
	    line-height: 48px;
	    font-size: 16px;
	}
}
@media (max-width: 767px){
	.product-list{
		padding-bottom: 20px;
	}
	.product-list > ul {
	    padding: 0px 0 15px 0;
	}
	.product-list > ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.product-list.honor-list > ul li {
	    margin-top: 15px;
	}
	.product-list > ul li > a .product-li-text .product-li-title{
		font-size: 16px;
		height: 42px;
		line-height: 42px;
	}
	.product-list > ul li > a .product-li-pic .pic-time{
		width: 64px;
		height: 64px;
		left: 10px;
		top: 10px
	}
	.pic-day {
	    font-size: 20px;
	    line-height: 20px;
	    margin-top: 14px;
	}
	.pic-year{
		line-height: 22px;
	}
}

/*产品详情*/
.product-details{
	float: left;
	width: 100%;
	padding: 72px 0 105px 0;
}
.pro-de-top{
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.pro-de-top p{
	font-size: 24px;
	color: #1e51a2;
	line-height: 33px;
	padding: 20px 0;
}
.pro-de-top img{
	max-width: 100%;
}

.pro-de-bottom{
	float: left;
	width: 100%;
	margin-top: 63px;
}
.pro-de-bottom .pro-de-bot-t{
	float: left;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}
.pro-de-bottom .pro-de-bot-t span{
	display: block;
	float: left;
	padding: 0 26px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	background: #1e51a2;
}
.pro-de-bottom .pro-de-bot-text{
	float: left;
	width: 100%;
	line-height: 36px;
	padding: 22px 30px 132px 30px;
	font-size: 16px;
	color: #333;
}
.pro-de-link{
	float: left;
	width: 100%;
}
.pro-de-link a{
	float: right;
	display: block;
	padding: 0 26px;
	line-height: 44px;
	font-size: 14px;
	color: #1e51a2;
	font-weight: lighter;
	border-radius: 23px;
	border: 1px dashed #1e51a2;
}
.pro-de-link a:hover{
	background: #1e51a2;
	color: #fff;
}
@media (max-width: 1199px){
	.product-details {
		padding: 32px 0 55px 0;
	}
	.pro-de-bottom{
		margin-top: 30px;
	}
	.pro-de-top p {
	    font-size: 20px;
	    line-height: 24px;
	    padding: 10px 0;
	}
	.pro-de-bottom .pro-de-bot-text {
	    padding: 20px 3% 62px 3%;
	}
	
	.pro-de-bottom .pro-de-bot-t span {
	    padding: 0 20px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 18px;
	}
}
@media (max-width: 767px){
	.product-details {
		padding: 16px 0 20px 0;
	}
	.pro-de-top p {
	    font-size: 18px;
	}
	.pro-de-bottom {
	    margin-top: 15px;
	}
	.pro-de-bottom .pro-de-bot-t span {
	    padding: 0 20px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 16px;
	}
	.pro-de-bottom .pro-de-bot-text {
	    padding: 20px 3% 12px 3%;
	    line-height: 28px;	
		font-size: 14px;
	}
	.pro-de-link a {
	    padding: 0 20px;
	    line-height: 36px;
	    border-radius: 18px;
	}
}

/*荣信文化*/
.culture{
	float: left;
	width: 100%;
	padding: 90px 0 108px 0;
}
.culture-1-left{
	float: left;
	width: 47.2%;
}
.culture-1-left img{
	width: 100%;
}
.culture-1-right{
	float: left;
	width: 52.8%;
	margin-top: -34px;
}
.culture-1-right .culture-1-right-li{
	float: left;
	width: 45.3%;
	margin-left: 4.7%;
	margin-top: 34px;
	padding: 47px 3.7% 6px 3.7%;
	background: #fbfbfb;
	text-align: center;
}
.culture-1-right .culture-1-right-li .culture-1-ri-li-title{
	float: left;
	width: 100%;
	padding-bottom: 22px;
	border-bottom: 1px solid #d8d8d8;
}
.culture-1-right .culture-1-right-li .culture-1-ri-li-title .culture-1-ri-li-te{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 20px;
	color: #666;
}
.culture-1-right .culture-1-right-li .culture-1-ri-li-title .culture-1-ri-li-tc{
	float: left;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	color: #1e51a2;
}

.culture-1-right .culture-1-right-li .culture-1-ri-li-text{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	height: 126px;
	line-height: 42px;
	line-height: 2;
	margin-top: 22px;
	font-size: 18px;
	padding-left: 24px;
	color: #333;
	text-align: left;
	overflow: hidden;
}
.culture-1-right .culture-1-right-li .culture-1-ri-li-text p{
	/* display: inline-block;
	width: 49%; */
	padding-left: 20px;
	position: relative;
	text-align: left;
}
.culture-1-right .culture-1-right-li .culture-1-ri-li-text p:first-child::after{
	position: absolute;
	left: 0;
	top: 14px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	margin-top: -0px;
	background: #1e51a2;
	content: "";
}

.culture-2{
	float: left;
	width: 100%;
	margin-top: 70px;
	background: url(../images/about/cul-img-2.jpg) center no-repeat;
	background-size: cover;
	padding: 84px 0 86px 37%;
}
.culture-2 .culture-2-title{
	float: left;
	width: 100%;
	color: #1e51a2;
}
.culture-2 .culture-2-title .culture-2-te{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 28px;
	font-size: 20px;
}
.culture-2 .culture-2-title .culture-2-tc{
	float: left;
	width: 100%;
	line-height: 46px;
	font-size: 30px;
	color: #1e51a2;
	font-weight: bold;
}

.culture-2 .culture-2-span{
	float: left;
	width: 100%;
	margin-top: 32px;
}
.culture-2 .culture-2-span .p1{
	display: block;
	float: left;
	width: 80%;
	line-height: 42px;
	line-height: 2;
	padding-left: 24px;
	font-size: 18px;
	color: #010101;
	position: relative;
}
.culture-2 .culture-2-span .p1::after{
	position: absolute;
	left: -0px;
	top: 20px;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -4px;
	background: #1e51a2;
	content: "";
}

.culture-3{
	float: left;
	width: 100%;
	margin-top: 83px;
}
.culture-3 .culture-1-right{
	width: 100%;
	margin-top: 0;
}
.culture-3 .culture-1-right-li{
	width: 30.2%;
	margin-left: 0;
	margin-right: 4.65%;
	margin-top: 0px;
	padding-left: 1.8%;
	padding-right: 2.4%;
}
.culture-3 .culture-1-right-li:nth-child(2){
	/* margin-right: 0%; */
}
.culture-3 .culture-1-right .culture-1-right-li .culture-1-ri-li-text{
	padding-left: 0;
}
.culture-3 .culture-1-right .culture-1-right-li .culture-1-ri-li-text p{
	width: auto;
	padding-right: 6.8%;
}
.culture-3 .r-pic{
	float: left;
	width: 30.3%;
}

.culture-4{
	float: left;
	width: 100%;
	margin-top: 75px;
	background: #1e51a2;
}
.culture-4 .culture-4-pic{
	float: left;
	width: 50%;
}
.culture-4 .culture-4-text{
	float: left;
	width: 50%;
	padding: 46px 3.3% 0 3.3%;
	color: #fff;
}
.culture-4 .culture-4-text .culture-4-title{
	line-height: 36px;
	padding-bottom: 14px;
	border-bottom: 1px solid #dadada;
	font-size: 26px;
}
.culture-4 .culture-4-text .culture-4-title span{
	font-family: 'Roboto-Light';
	font-size: 20px;
	margin-left: 14px;
}
.culture-4 .culture-4-text .culture-4-p{
	float: left;
	width: 100%;
	line-height: 36px;
	margin-top: 21px;
	font-size: 18px;
	color: #fff;
}
.culture-4 .culture-4-text .culture-4-p ul li{
	float: left;
	width: 100%;
	padding-left: 32px;
	position: relative;
} 
.culture-4 .culture-4-text .culture-4-p ul li::after{
	position: absolute;
	left: 2px;
	top: 50%;
	margin-top: -4px;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
	content: "";
}
@media (max-width: 1440px){
	.culture {
	    padding: 40px 0 58px 0;
	}
	.culture-1-right .culture-1-right-li{
		padding: 27px 3% 6px 3%;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-text {
	    height: 120px;
	    /* line-height: 40px; */
	    margin-top: 24px;
	    font-size: 16px;
	    padding-left: 2%;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-text p:first-child::after{
		top: 12px;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-title .culture-1-ri-li-te {
	    font-size: 18px;
	}
	
	.culture-1-right .culture-1-right-li .culture-1-ri-li-title .culture-1-ri-li-tc {
	    font-size: 22px;
	}
	.culture-2{
		margin-top: 40px;
	}
	.culture-3{
		margin-top: 43px;
	}
	.culture-3 .culture-1-right-li{
		padding-top: 22px;
	}
	.culture-4 .culture-4-text {
	    padding: 26px 3% 0 3%;
	}
}
@media (max-width: 1366px){
	.culture-1-right{
		margin-top: -25px;
	}
	.culture-1-right .culture-1-right-li {
		width: 47%;
		margin-left: 3%;
		margin-top: 25px;
		padding: 22px 3% 6px 3%;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-title{
		padding-bottom: 17px;
	}
	.culture-2{
		padding: 64px 0 66px 35%;
	}
	.culture-2 .culture-2-span p{
		width: 80%;
		font-size: 16px;
	}
	.culture-2 .culture-2-title .culture-2-tc{
		font-size: 24px;
	}
	.culture-3 .culture-1-right-li{
		width: 30.2%;
		margin-left: 0;
	}
	.culture-3 .culture-1-right .culture-1-right-li{
		margin-top: 0;
	}
	.culture-3 .culture-1-right .culture-1-right-li .culture-1-ri-li-text p{
		padding-right: 4%;
		padding-left: 16px;
	}
	.culture-3 .culture-1-right .culture-1-right-li{
		padding-top: 16px;
	}
	.culture-3 .culture-1-right .culture-1-right-li .culture-1-ri-li-text{
		margin-top: 22px;
	}
	.culture-4{
		margin-top: 45px;
	}
	.culture-4 .culture-4-text {
	    padding: 20px 3% 0 3%;
	}
	.culture-4 .culture-4-text .culture-4-p{
		font-size: 16px;
		margin-top: 10px;
	}
	.culture-4 .culture-4-text .culture-4-title{
		font-size: 22px;
	    padding-bottom: 10px;	
	}
	.culture-4 .culture-4-text .culture-4-title span {
	    font-size: 16px;
	    margin-left: 10px;
	}
}
@media (max-width: 1199px){
	.culture-1-left{
		width: 100%;
	}
	.culture-1-right{
		width: 100%;
		margin-top: 0;
	}
	.culture-1-right .culture-1-right-li{
		width:48%;
		margin-left: 0;
		margin-right: 4%;
	}
	.culture-1-right .culture-1-right-li:nth-child(2n){
		margin-right: 0%;
	}
	.culture-2 {
	    padding: 44px 0 46px 32%;
	}
	.culture-2 .culture-2-span p {
		font-size: 14px;
	}
	.culture-2 .culture-2-span{
		margin-top: 20px;
	}
	.culture-3 .r-pic{
		width: 100%;
		margin-top: 30px;
	}
	.culture-4 .culture-4-pic{
		width: 100%;
	}
	.culture-4 .culture-4-text{
		width: 100%;

	    padding: 30px 3% 30px 3%;
	}

}
@media (max-width: 991px){
	.culture {
	    padding: 30px 0 48px 0;
	}
	.culture-2 {
	    padding: 34px 0 36px 32%;
	}
	.culture-2 .culture-2-title .culture-2-te {
	    line-height: 24px;
	    font-size: 16px;
	}
	.culture-2 .culture-2-title .culture-2-tc {
	    line-height: 30px;
	    font-size: 20px;
	}
	.culture-2 .culture-2-span {
	    margin-top: 10px;
	}
	.culture-2 .culture-2-span p{
		width: 86%;
		line-height: 28px;
		font-size: 14px;
	}
	.culture-1-right .culture-1-right-li{
		padding: 14px 3% 4px 3%;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-title {
	    padding-bottom: 6px;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-title .culture-1-ri-li-te {
	    font-size: 16px;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-title .culture-1-ri-li-tc {
		height: 28px;
		line-height: 28px;
	    font-size: 18px;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-text {
	    height: 90px;
	    line-height: 30px;
	    margin-top: 14px;
	    font-size: 14px;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-text p:first-child::after{
		top: 12px;
	}
	.culture-2 {
	    margin-top: 30px;
	}
	.culture-3 {
	    margin-top: 33px;
	}
	.culture-3 .culture-1-right .culture-1-right-li .culture-1-ri-li-text{
		min-height: 60px;
	}
	.culture-4 {
	    margin-top: 35px;
	}
}
@media (max-width: 767px){
	.culture {
		padding: 15px 0 15px 0;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-text p{
		float: left;
		/* width: 50%; */
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-text{
		height: auto;
		padding-left: 5%;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-title .culture-1-ri-li-te {
	    font-size: 12px;
	}
	.culture-1-right .culture-1-right-li{
		width: 100%;
		margin-right: 0;
	}
	.culture-1-right .culture-1-right-li .culture-1-ri-li-text{
		padding-bottom: 14px;
	}
	.culture-1-right .culture-1-right-li{
		margin-top: 15px;
	}
	.culture-2 {
		margin-top: 15px;
	    padding: 24px 6% 26px 6%;
	}
	.culture-2 .culture-2-title{
		text-align: center;
	}
	.culture-2 .culture-2-title .culture-2-tc{
	    line-height: 28px;	
		font-size: 18px;
	}
	.culture-2 .culture-2-span .p1{
		font-size: 14px;
	}
	.culture-2 .culture-2-span p:first-child::after {
	  /*  width: 5px;
	    height: 5px;
		top: 15px; */
	}
	.culture-2 .culture-2-span p{
		width: 100%;
		padding-left: 15px;
	}
	.culture-3 {
	    margin-top: 0px;
	}
	.culture-3 .culture-1-right .culture-1-right-li .culture-1-ri-li-text{
		/* text-align: center; */
	}
	.culture-3 .culture-1-right .culture-1-right-li .culture-1-ri-li-text p{
		float: none;
	}
	.culture-3 .culture-1-right .culture-1-right-li {
	    margin-top: 15px;
	}
	.culture-3 .r-pic{
		margin-top: 15px;
	}
	.culture-4 {
	    margin-top: 15px;
	}
	.culture-4 .culture-4-text {
	    padding: 15px 5% 15px 5%;
	}
	.culture-4 .culture-4-text .culture-4-title {
	    line-height: 26px;	
	    font-size: 18px;
	    padding-bottom: 6px;
	}
	.culture-4 .culture-4-text .culture-4-title span {
	    font-size: 14px;
	    margin-left: 8px;
	}
	.culture-4 .culture-4-text .culture-4-p {
	    line-height: 28px;
	    font-size: 14px;
	}
	.culture-4 .culture-4-text .culture-4-p ul li{
		padding-left: 18px;
	}
	.culture-4 .culture-4-text .culture-4-p ul li::after {
	    margin-top: -3px;
	    width: 5px;
	    height: 5px;
	}
}





/*联系我们*/
.md {
    position: absolute;
    left: 0;
    top: -50px;
}
.contact-add{
	float: left;
	width: 100%;
	margin-top: 82px;
	position: relative;
}
.contact-add .map1
{
    float: left;
    width: 100%;
    height: 600px;
}
.contact-add .add1{
	position: absolute;
	right: 0;
	top: 0;
	width: 28.4%;
	height: 100%;
	float: left;
	padding: 0 2.6%;
	background: #1e51a2;
}
.contact-add .add1 .add1-h1{
	float: left;
	width: 100%;
	line-height: 40px;
	padding: 10px 0;
	font-size: 26px;
	color: #fff;
	margin-top: 41px;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
}
.contact-add .add1 .add1-text{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-top: 25px;
}
.contact-add .add1 .add1-text .add1-p1{
	line-height: 26px;
	padding: 12px 0;
}
.contact-add .add1 .add1-text > div img{
	vertical-align: middle;
	padding-bottom: 3px;
	margin-right: 20px;
}

.bg-f9{
	background: #f9f9f9;
	position: relative;
	margin-top: 80px;
}
.con-img{
	
	float: right;
	width: 49%;
}
.contact-message{
	float: left;
	/* width: 51.2%; */
	width: 51%;
	padding-right: 40px;
}
.contact-message .contact-m-title{
	float: left;
	width: 100%;
	padding: 53px 0 18px 0;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
}

.contact-message .contact-m-title .contact-m-t-c{
	font-family: "microsoft yahei";
	float: left;
	width: 100%;
	line-height: 42px;
	font-size: 32px;
	color: #1e51a2;
	font-weight: bold;
}
.contact-message .contact-m-title .contact-m-t-e{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 29px;
	font-size: 26px;
	color: #999;
}
.contact-message .contact-me-1{
	float: left;
	width: 100%;
	margin-top: 11px;
	padding-right: 15px;
}
.contact-message .contact-me-1 .contact-me-input{
	float: left;
	width: 100%;
}
.contact-message .contact-me-1 .contact-me-input input{
	float: left;
	width: 100%;
	height: 60px;
	margin-top: 26px;
	border: 1px solid #d2d2d2;
	/* margin-right: 4.7%; */
	border-radius: 10px;
	padding: 0 20px 0 70px;
	font-size: 18px;
}
.contact-message .contact-me-1 .contact-me-input input.in-1{
	background: url(../images/contact/icon-5.png) 20px center no-repeat;
}
.contact-message .contact-me-1 .contact-me-input input.in-2{
	background: url(../images/contact/icon-6.png) 20px center no-repeat;
}
.contact-message .contact-me-1 .contact-me-input input.in-3{
	background: url(../images/contact/icon-7.png) 20px center no-repeat;
}

.contact-message .contact-me-1 .contact-me-input input.last{
	margin-right: 0;
}
.contact-message .contact-me-1 .contact-me-textarea{
	float: left;
	width: 100%;
	margin-top: 36px;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	overflow: hidden;
}
.contact-message .contact-me-1 .contact-me-textarea textarea{
	float: left;
	width: 100%;
	height: 133px;
	line-height: 48px;
	font-size: 18px;
	padding: 5px 20px 5px 70px;
	background: url(../images/contact/icon-8.png) 20px 20px no-repeat;
}
.contact-message .contact-me-1 .contact-me-sub{
	float: left;
	width: 100%;
	margin-top: 36px;
	text-align: center;
}
.contact-message .contact-me-1 .contact-me-sub input{
	font-family: "microsoft yahei";
	display: inline-block;
	width: 175px;
	height: 57px;
	font-size: 24px;
	border-radius: 15px;
	margin: 0 44px;
	font-weight: lighter;
	color: #fff;
	text-align: center;
	cursor: pointer;
	-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;
}
.bg-999{
	background: #999;
}
.bg-1e51a2{
	background: #1e51a2;
}
.contact-message .contact-me-1 .contact-me-sub input:hover{
	opacity: 0.9;
}
@media (max-width: 1680px){
	.contact-message .contact-m-title {
	    padding: 33px 0 8px 0;
	}
	.contact-message .contact-me-1 .contact-me-input input{
		margin-top: 20px;
	}
	.contact-message .contact-me-1 .contact-me-textarea{
		margin-top: 20px;
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 26px;
	}
	.contact-message .contact-me-1 .contact-me-sub input{
		margin: 0 30px;
	}
}
@media (max-width: 1600px){
	.contact-message .contact-m-title {
	    padding: 20px 0 8px 0;
	}
	.contact-message .contact-me-1 .contact-me-input input{
		margin-top: 18px;
	}
	.contact-message .contact-me-1 .contact-me-textarea{
		margin-top: 18px;
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 20px;
	}
}
@media (max-width: 1440px){
	.contact-add{
		margin-top: 42px;
	}
	.bg-f9{
		margin-top: 40px;
	}
	.contact-add .add1 .add1-h1 {
	    line-height: 36px;
	    padding: 10px 0;
	    font-size: 24px;
	    margin-top: 24px;
	}
	.contact-message .contact-m-title {
	    padding: 15px 0 8px 0;
	}
	.contact-message .contact-m-title .contact-m-t-c{
		font-size: 28px;
	}
	.contact-message .contact-m-title .contact-m-t-e{
		font-size: 20px;
	}
	.contact-message .contact-me-1{
		margin-top: 0;
	}
	.contact-message .contact-me-1 .contact-me-input input{
		margin-top: 16px;
		height: 52px;
		font-size: 16px;
	}
	.contact-message .contact-me-1 .contact-me-textarea{
		margin-top: 16px;
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 18px;
	}
	.contact-message .contact-me-1 .contact-me-sub input{
		font-size: 18px;
	}
}
@media (max-width: 1366px){
	.contact-message .contact-me-1 .contact-me-input input{
		margin-top: 10px;
	}
	.contact-message .contact-me-1 .contact-me-textarea {
	    margin-top: 10px;
	}
}
@media (max-width: 1199px){
	.contact-add .map1{
		width: 100%;
	}
	.contact-add .add1{
		position: relative;
		float: left;
		width: 100%;
		padding-bottom: 30px;
	}
	.contact-message .contact-me-1{
		padding-right: 0;
	}
	.contact-add .add1 .add1-text .add1-p1{
		float: left;
		width: 50%;
	}
	.contact-message{
		width: 100%;
		padding-right: 0;
		padding: 20px 0 30px 0;
	}
	.con-img{
		width: 100%;
	}
}
@media (max-width: 991px){
	.contact-add{
		margin-top: 20px;
	}
	.contact-add .add1{
		padding-bottom: 20px;
	}
	.contact-add .add1 .add1-h1{
		margin-top: 10px;
		font-size: 20px;
	}
	.contact-add .add1 .add1-text{
		margin-top: 10px;
		font-size: 14px;
	}
	.contact-add .add1 .add1-text .add1-p1{
		padding: 6px 0;
	}
	
	.contact-add .map1{
		height: 400px;
	}
	.contact-message{
		padding: 10px 0 20px 0;
	}
	.contact-message .contact-m-title .contact-m-t-c {
		line-height: 36px;
	    font-size: 24px;
	}
	.contact-message .contact-m-title .contact-m-t-e {
		line-height: 26px;
	    font-size: 18px;
	}
}
@media (max-width: 767px){
	.bg-f9 {
	    margin-top: 20px;
	}
	.contact-add{
	}
	.contact-add .add1 .add1-text .add1-p1{
		width: 100%;
	}
	.contact-add .map1{
		height: 300px;
	}
	.contact-add .add1 {
	    padding: 8px 0% 15px 0%;
	}
	.contact-add .add1 .add1-h1{
		height: 36px;
		line-height: 36px;
		font-size: 18px;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.contact-add .add1 .add1-text{
		line-height: 36px;
		margin-top: 10px;
		font-size: 13px;
		padding: 0px 6%;
	}
	.contact-add .add1 .add1-text .add1-p1 {
	    padding: 2px 0;
	}
	.contact-add .add1 .add1-text > div img{
		width: 15px;
		margin-right: 10px;
	}
	.contact-message .contact-m-title {
	    padding: 0px 0 4px 0;
	}
	.contact-message .contact-m-title .contact-m-t-c{
		font-size: 18px;
		line-height: 24px;
	}
	.contact-message .contact-m-title .contact-m-t-e{
		font-size: 16px;
		line-height: 24px;
	}
	.contact-message {
	    padding: 20px 0 20px 0;
	}
	.contact-message .contact-me-1{
		margin-top: 0;
	}
	.contact-message .contact-me-1 .contact-me-input{
		margin-top: 0px;
	}
	.contact-message .contact-me-1 .contact-me-input input{
		width: 100%;
		margin-right: 0;
		margin-top: 10px;
		height: 40px;
		line-height: 40px;
		padding: 0 3% 0 40px;
		font-size: 14px;
	    border-radius: 6px;	
		background-size: 20px auto!important;
		background-position: 3% center!important;
	}
	
	.contact-message .contact-me-1 .contact-me-textarea{
		margin-top: 15px;
	}
	.contact-message .contact-me-1 .contact-me-textarea textarea{
		line-height: 28px;
		font-size: 14px;
		background-size: 20px auto!important;
		background-position: 3% 10px!important;
	    padding: 5px 3% 5px 40px;	
	}
	.contact-message .contact-me-1 .contact-me-sub{
		margin-top: 20px;
	}   
	.contact-message .contact-me-1 .contact-me-sub input {
	    width: 120px;
	    height: 36px;
		line-height: 36px;
	    font-size: 16px;
		margin: 0 1%;
	    border-radius: 8px;	
	}
}

/*新闻资讯*/
.new-list{
	float: left;
	width: 100%;
	padding: 72px 0 130px 0;
}
.new-l-top-ul{
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.new-l-top-ul li{
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
}
.new-l-top-ul li:nth-child(3){
	margin-right: 0;
}
.new-l-top-ul li .new-l-top-ul-pic{
	float: left;
	width: 100%;
	overflow: hidden;
}
.new-l-top-ul li .new-l-top-ul-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-l-top-ul li:hover .new-l-top-ul-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);		
}


.new-l-top-ul li .new-l-top-ul-text{
	float: left;
	width: 100%;
	padding: 16px 22px 0 22px;
}
.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-title{
	float: left;
	width: 100%;
	line-height: 35px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-time{
	font-family: 'AgencyFB-Reg';
	float: left;
	width: 100%;
	line-height: 26px;
	font-size: 18px;
	color: #999;
}
.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-txt{
	float: left;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 9px;
	font-size: 14px;
	color: #999;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-link{
	float: left;
	width: 100%;
	height: 29px;
	margin-top: 18px;
}
.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-link a{
	display: inline-block;
	float: left;
	padding-left: 10px;
	width: 88px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #fff;
	background: #7d7d7d url(../images/news/news-ico-1.png) 73px center no-repeat;
}
.new-l-top-ul li:hover .new-l-top-ul-text .new-l-top-ul-title{
	color: #1e51a2;
}
.new-l-top-ul li:hover .new-l-top-ul-text .new-l-top-ul-link a{
	background: #1e51a2 url(../images/news/news-ico-1.png) 73px center no-repeat;
}
.new-l-bot-ul{
	float: left;
	width: 100%;
	padding-bottom: 110px;
}
.new-l-bot-ul li{
	float: left;
	width: 45.4%;
	margin-right: 9.2%;
	position: relative;
	padding-left: 80px;
	margin-top: 60px;
}
.new-l-bot-ul li:nth-child(2n){
	margin-right: 0;
}
.new-l-bot-ul li .new-l-bot-ul-time{
	font-family: 'AgencyFB-Reg';
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background: #a0a0a0;
	color: #fff;
	text-align: center;
	padding-top: 12px;
	-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;
}
.new-l-bot-ul li .new-l-bot-ul-time .new-l-bot-ul-day{
	font-weight: bold;
	width: 100%;
	height: 34px;
	line-height: 34px;
	font-size: 34px;
	font-weight: bold;
}
.new-l-bot-ul li .new-l-bot-ul-time .new-l-bot-ul-year{
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 16px;
}
.new-l-bot-ul li .new-l-bot-ul-text{
	float: left;
	width: 100%;
	padding-left: 22px;
}
.new-l-bot-ul li .new-l-bot-ul-text .new-l-bot-ul-title{
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: #010101;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.new-l-bot-ul li .new-l-bot-ul-text .new-l-bot-ul-txt{
	float: left;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 14px;
	color: #999;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.new-l-bot-ul li:hover .new-l-bot-ul-time{
	background: #1e51a2;
}
.new-l-bot-ul li:hover .new-l-bot-ul-text .new-l-bot-ul-title{
	color: #1e51a2;
}
@media (max-width: 1440px){
	.new-list {
	    padding: 42px 0 80px 0;
	}
	.new-l-bot-ul li{
		margin-top: 40px;
	}
	.new-l-bot-ul {
	    padding-bottom: 60px;
	}
	.new-l-top-ul li .new-l-top-ul-text {
	    padding: 10px 3% 0 3%;
	}
}
@media (max-width: 1199px){
	.new-l-top-ul{
		padding-bottom: 30px;
	}
	.new-l-bot-ul {
	    padding-bottom: 30px;
	}
	.new-list {
	    padding: 32px 0 40px 0;
	}
	.new-l-bot-ul li{
		width: 48%;
		margin-right: 4%;
		margin-top: 24px;
	}
	.new-l-bot-ul li:nth-child(2n){
		margin-right: 0%;
	}
	.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-title{
		font-size: 18px;
	}
	.new-l-bot-ul li .new-l-bot-ul-text .new-l-bot-ul-title{
		font-size: 18px;
	}
	.new-l-bot-ul li .new-l-bot-ul-text{
		padding-left: 4%;
	}
	.new-l-bot-ul li .new-l-bot-ul-text .new-l-bot-ul-txt{
		margin-top: 8px;
	}
}
@media (max-width: 767px){
	.new-l-top-ul li{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.new-list {
	    padding: 0px 0 20px 0;
	}
	.new-l-top-ul{
		padding-bottom: 0px;
	}
	.new-l-bot-ul li{
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	.new-l-top-ul li .new-l-top-ul-text {
	    padding: 8px 3% 0 3%;
	}
	.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-title{
		font-size: 16px;
		height: 30px;
		line-height: 30px;
	}
	.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-time{
		line-height: 24px;
		font-size: 16px;
	}
	.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-txt {
	    height: 40px;
	    line-height: 20px;
	    margin-top: 4px;
	}
	.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-link {
	    margin-top: 10px;
	}
	.new-l-top-ul li .new-l-top-ul-text .new-l-top-ul-link a {
	    width: 88px;
	    height: 29px;
	    line-height: 29px;
	}
	.new-l-bot-ul{
		padding-bottom: 20px;
	}
	.new-l-bot-ul li{
		padding-left: 70px;
	}
	.new-l-bot-ul li .new-l-bot-ul-time{
		width: 70px;
		height: 70px;
		padding-top: 10px;
	}
	.new-l-bot-ul li .new-l-bot-ul-time .new-l-bot-ul-year {
	    height: 18px;
	    line-height: 18px;
	    font-size: 15px;
	}
	.new-l-bot-ul li .new-l-bot-ul-text{
		padding-left: 15px;
	}
	.new-l-bot-ul li .new-l-bot-ul-text .new-l-bot-ul-title{
		height: 24px;
		line-height: 24px;
		font-size: 16px;
	}
	.new-l-bot-ul li .new-l-bot-ul-text .new-l-bot-ul-txt{
		height: 40px;
		line-height: 20px;
		margin-top: 5px;
	}
	.new-l-top-ul .slick-dots {
		text-align: center;
		margin-top: 10px;
	}
	
	.new-l-top-ul .slick-dots li {
		float: none;
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 0 3px;
		background: #ccc;
		padding: 0;
		border-radius: 100%;
	}
	
	.new-l-top-ul .slick-dots li button {
		display: none;
	}
	
	.new-l-top-ul .slick-dots li.slick-active {
		background: #1e51a2;
	}
	
	.new-l-top-ul .slick-initialized .slick-slide {
		padding: 0 0px;
	}
}



/*新闻详情*/

.title-in{
	float: left;
	width: 100%;
	background: #0a2550;
	color: #fff;
}

.title-in-right{
	float: left;
	padding: 18px 0 18px 20px;
	line-height: 24px;
	font-size: 14px;
	position: relative;
}
.title-in-right::after{
	position: absolute;
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	background: #fff;
	content: "";
}

.news-details{
	float: left;
	width: 100%;
	padding: 45px 0% 112px 0%;
}
.ne-de-title{
	float: left;
	width: 100%;
	line-height: 34px;
	padding-bottom: 30px;
	font-size: 28px;
	color: #333;
}


.news-de-2-f{
	float: left;
	width: 100%;
	padding: 12px 0;
	line-height: 32px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.news-de-2-f .news-de-2-time {
	font-family: 'AgencyFB-Reg';
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    color: #777;
    overflow: hidden;
}

.news-return{
	float: right;
	margin-left: 8%;
	font-size: 16px;
	color: #d70c18;
}
.news-return img{
	vertical-align: middle;
	padding-bottom: 3px;
}
.news-return:link{
	color: #d70c18;
}
.news-return:visited{
	color: #d70c18;
}

.news-return img{
	margin-right: 14px;
}


.news-de-2-f .news-de-2-fun{
	float: right;
	max-width: 35%;
	height: 32px;
	overflow: hidden;
}
.news-de-2-f .news-de-2-fun a{
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	margin: 0;
	padding: 0;
}

.news-de-2-f .news-de-2-fun a:first-child:after{
	display: none;
}
.news-de-2-f .news-de-2-fun a:hover{
	color: #fff;
	opacity: 0.8;
}
.news-de-2-f .news-de-2-fun a:after{
	position: absolute;
	left: -0px;
	top: 50%;
	margin-top: -16px;
	font-size: 16px;
	content: "|";
	color: #ccc;
}
.news-de-2-f .news-de-2-fun .switcher-bigger{
	float: left;
	background: url(../images/news/jia.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .switcher-small{
	float: left;
	background: url(../images/news/jian.png) center no-repeat;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
	float: left;
}
.news-de-2-f .news-de-2-fun .bdsharebuttonbox a:first-child:after{
	display: block;
}
.news-de-2-f .bdshare-button-style0-16 .bds_sqq{
	background-position: 0 0 !important;
	background: url(../images/news/qq.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_tsina{
	background-position: 0 0 !important;
	background: url(../images/news/wb.png) center no-repeat !important;
}
.news-de-2-f .bdshare-button-style0-16 .bds_weixin{
	background-position: 0 0 !important;
	background: url(../images/news/wx.png) center no-repeat !important;
}

.news-de-2{
	float: left;
	width: 61.3%;
}

.news-de-2 .text {
    float: left;
    width: 100%;
    padding: 57px 0 45px 0;
    font-size: 16px;
    line-height: 2;
	text-indent: 2em;
    color: #333;
	border-bottom: 1px solid #dcdcdc;
}
.news-de-2 .text img{
	max-width: 100%;
	margin-left: -2em!important;
}


.news-de-2 .text h2{
	font-size: 28px;
	color: #0065a8;
	padding: 37px 0 26px 0;
	text-indent: 0;
}
.news-de-2 .news-page{
	float: left;
	width: 100%;
	margin-top: 6px;
}


.news-de-2 .news-page a{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 0 0 140px;
	font-size: 16px;
	color: #666;
	margin-top: 27px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
} 

.news-de-2 .news-page a span{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	width: 98px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	color: #666;
	text-align: center;
	border: 1px dashed #1e51a2;
	border-radius: 20px;
}
.news-de-2 .news-page a:hover{
	color: #1e51a2;
}
.news-de-2 .news-page a:hover span{
	color: #1e51a2;
}

.news-de-right{
	float: right;
	width: 32.8%;
}
.news-de-right .news-de-ri-t{
	float: left;
	width: 100%;
	line-height: 36px;
	margin: 52px 0px 26px 0px;
	padding-left: 76px;
	font-size: 24px;
	color: #1e51a2;
	position: relative;
}
.news-de-right .news-de-ri-t::after{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 50px;
	height: 4px;
	background: #1e51a2;
	content: "";
}

.news-de-right .news-de-ri-list{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul{
	float: left;
	width: 100%;
}
.news-de-right .news-de-ri-list ul li{
	float: left;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #e5e5e5;
}
.news-de-right .news-de-ri-list ul li:last-child{
	border-bottom: 0px dashed #e5e5e5;
}
.news-de-right .news-de-ri-list ul li .news-li-con{
	float: left;
	width: 100%;
	position: relative;
}
.news-de-right .news-de-ri-list ul li .news-li-con > a{
	float: left;
	width: 43.4%;
	overflow: hidden;
	position: relative;
}
.news-de-right .news-de-ri-list ul li .news-li-con > a img{
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s; 
	-o-transition: all 0.3s ease-out 0s; 
	transition: all 0.3s ease-out 0s;
}
.news-de-right .news-de-ri-list ul li:hover .news-li-con > a img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


		
			

.news-de-right .news-de-ri-list ul li .news-de-ri-li-text{
	float: left;
	width: 56.6%;
	padding-left: 20px;
	padding-top: 4px;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p{
	float: left;
	width: 100%;
	height: 64px;
	line-height: 32px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}
.news-de-right .news-de-ri-list ul li:hover .news-de-ri-li-text .news-de-ri-li-p{
	color: #1e51a2;
}
.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time{
	font-family: 'AgencyFB-Reg';
	font-weight: bold;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #1e51a2;
	margin-top: 32px;
	overflow: hidden;
}

.news-de-right img{
	max-width: 100%;
}
.news-de-ri-ewm{
	float: left;
	width: 100%;
	margin-top: 68px;
	padding: 30px 0 24px 0;
	border-top: 1px dashed #e5e5e5;
	border-bottom: 1px dashed #e5e5e5;
}
.news-de-ri-ewm .news-de-ri-ewm-con{
	float: left;
	width: 100%;
	position: relative;
}
.news-de-ri-ewm .news-de-ri-ewm-con > img{
	float: left;
	width: 23.6%;
}
.news-de-ri-ewm-right{
	float: left;
	width: 76.4%;
	padding-left: 24px;
}
.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-t{
	float: left;
	width: 100%;
	line-height: 43px;
	font-size: 26px;
	color: #1e51a2;
}
.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-p{
	float: left;
	width: 100%;
	margin-top: 14px;
	line-height: 26px;
	font-size: 16px;
	color: #111;
}




@media (max-width: 1440px){
	.news-de-2-f .news-de-2-time{
		font-size: 20px;
	}
	.news-details {
	    padding: 25px 0% 62px 0%;
	}
	.ne-de-title {
	    line-height: 42px;
	    padding-bottom: 18px;
	    font-size: 24px;
	}
	.news-de-2 .text {
	    padding: 24px 0 54px 0;
	    font-size: 16px;
	}
	.news-de-right .news-de-ri-t {
	    margin: 22px 0px 16px 0px;
	    padding-left: 56px;
	    font-size: 22px;
	}
	.news-de-right .news-de-ri-t::after {
	    width: 40px;
	}
	.news-de-2 .news-page a{
		font-size: 16px;
		margin-top: 15px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p {
	    height: 48px;
	    line-height: 24px;
	    font-size: 16px;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-t{
		font-size: 22px;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-p{
		margin-top: 4px;
	}
	
}
@media (max-width: 1199px){
	.ne-de-title{
		font-size: 20px;
	}
	.news-return{
		margin-left: 4%;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text{
		padding-left: 12px;
		padding-top: 0;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-p{
		line-height: 24px;
		height: 48px;
		font-size: 14px;
	}
	.news-de-right .news-de-ri-list ul li .news-de-ri-li-text .news-de-ri-li-time {
	    height: 24px;
	    line-height: 24px;
	    font-size: 16px;
	    margin-top: 17px;
	}
	.news-de-2-f .news-de-2-fun a {
	    width: 56px;
	    height: 32px;
	    line-height: 32px;
	}
	.news-de-ri-ewm {
	    margin-top: 48px;
	    padding: 20px 0 20px 0;
	}
	.news-de-ri-ewm-right{
		padding-left: 5%;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-t{
		line-height: 32px;
		font-size: 18px;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-p {
	    margin-top: 4px;
	    line-height: 20px;
	    font-size: 12px;
	}
}	
@media (max-width: 991px){
	.news-de-2-f .news-de-2-fun a {
		width: 46px;
		height: 32px;
		line-height: 32px;
	}
	.news-details {
	    padding: 14px 2% 28px 2%;
	}
	.ne-de-title {
	    line-height: 32px;
	    padding-bottom: 6px;
	    font-size: 22px;
		text-align: center;
	}
	.news-details .news-de-h2{
		margin-top: 20px;
		font-size: 28px;
	}
	.news-de-2-f .news-de-2-time{
		font-size: 18px;
	}
	.news-de-2{
		width: 100%;
	}
	.news-de-right{
		width: 100%;
	}
	.news-de-right .news-de-ri-link{
		margin-top: 4px;
	}
	.news-de-right .news-de-ri-link a{
		font-size: 16px;
		width: 136px;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
	}
	.news-de-2 .text {
	    padding: 16px 0 28px 0;
	}
	.news-de-2 .news-page a{
		width: 100%;
		margin-top: 10px;
	}
	.news-de-ri-ewm-right{
		padding-top: 14px;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-t{
		line-height: 48px;
		font-size: 24px;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-p {
	    margin-top: 14px;
	    line-height: 36px;
	    font-size: 16px;
	}
	
}
@media (max-width: 767px){
	
	.news-return{
		display: none;
	}
	/* .news-de-right .news-de-ri-list ul li{
		width: 50%;
		padding: 0 2%;
	} */
	.news-de-2{
		width: 100%;
	}
	.news-de-right{
		width: 100%;
	}
	.news-details {
	    padding: 15px 0% 20px 0%;
	}
	.ne-de-title {
	    line-height: 28px;
	    padding-bottom: 10px;
	    font-size: 18px;
		text-align: center;
	}
	.news-de-2-f .news-de-2-time{
		width: 100%;
		max-width: 100%;
		text-align: center;
		font-size: 20px;
	}
	.title-in-right {
	    padding: 12px 0 12px 15px;
	    line-height: 20px;
	}
	.title-in-right::after {
	    width: 4px;
	    height: 4px;
	    margin-top: -2px;
	}
	.news-de-2-f .news-de-2-fun{
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.news-de-2-f .news-de-2-fun .switcher-small{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun .switcher-bigger{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun .bdsharebuttonbox{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun a{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.news-de-2-f .news-de-2-fun a:after{
		left: -5px;
	}
	.news-de-2-f{
		padding: 10px 0;
	}	
	
	.news-de-2 .text {
		padding: 15px 0 20px 0;
		font-size: 14px;
	}
	.news-de-2 .text h2 {
	    font-size: 18px;
	    padding: 20px 0 16px 0;
	    text-indent: 0;
	}
	.tj-pro.ne-de-licon {
	    padding-bottom: 20px;
	}
	.news-de-2 .news-page a {
	    height: 40px;
	    line-height: 38px;
	}
	.news-de-right .news-de-ri-t {
		padding-left: 0;
		text-align: center;
	}
	.news-de-2 .news-page a span {
	    width: 80px;
	    height: 32px;
	    line-height: 30px;
	    font-size: 14px;
	    border-radius: 15px;
	}
	
	.news-de-2 .news-page a{
		height: 32px;
		padding: 0 0 0 90px;
		margin-top: 6px;
	}
	.news-de-2 .news-page a{
		line-height: 32px;
		font-size: 14px;
	}
	.news-de-right .news-de-ri-t::after{
		display: none;
	}
	.news-de-right .news-de-ri-list ul li {
	    padding: 10px 0;
	}
	.news-de-ri-ewm {
	    margin-top: 0px;
	    padding: 10px 0 10px 0;
		border-bottom: 0;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con{
		text-align: center;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con > img{
		display: inline-block;
		float: none;
		width: 36%;
	}
	.news-de-ri-ewm-right{
		width: 100%;
		text-align: center;
		padding-top: 0;
		padding-left: 0;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-t {
	    line-height: 28px;
	    font-size: 18px;
	}
	.news-de-ri-ewm .news-de-ri-ewm-con .news-de-ri-ewm-p {
	    margin-top: 5px;
	    line-height: 22px;
	    font-size: 14px;
	}
	
}



/*新增板块*/
.i-ab{
	float: left;
	width: 100%;
	padding: 102px 0 90px 0;
}
.i-ab .i-ab-1{
	float: left;
	width: 100%;
}
.i-ab .i-ab-1 .i-ab-1-l{
	float: left;
	width: 36.2%;
}
.i-ab .i-ab-1 .i-ab-1-l img{
	max-width: 100%;
}
.i-ab .i-ab-1 .i-ab-1-r{
	float: right;
	width: 58.3%;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-t{
	float: left;
	width: 100%;
	line-height: 40px;
	margin-top: 17px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-p{
	float: left;
	width: 100%;
	line-height: 34px;
	margin-top: 22px;
	font-size: 16px;
	color: #666;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num{
	float: left;
	width: 100%;
	margin-top: 42px;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li{
		display: inline-block;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1{
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	color: #1e51a2;
	vertical-align: top;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 span{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 80px;
	margin-right: 16px;
	font-family: 'barlowcondensed semibold';
	vertical-align: text-top;
	
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-2{
	margin-top: 16px;
	font-size: 16px;
	margin-left: -20%;
	color: #999;
	text-align: center;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(1){
	margin-right: 80px;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(2){
	margin-right: 110px;
}
.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(3){
	margin-right: 80px;
}

.i-ab .i-ab-2{
	float: left;
	width: 100%;
	margin-top: 78px;
}





.i-ab-2 ul{
	float: left;
	width: 100%;
}
.i-ab-2 ul li{
	float: left;
	height: 215px;
	width: 24.5%;
	 color: #fff;
	text-align: left;
	position: relative;  
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out 0s; 
	-moz-transition: all 0.5s ease-out 0s; 
	-o-transition: all 0.5s ease-out 0s; 
	transition: all 0.5s ease-out 0s;
}

.i-ab-2 ul li.on{ 
	width:51%;
}
.i-ab-2 ul li > img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	/* width: 100%; */
}
.i-ab-2 ul li .i-ab-2-txt{
	position: absolute;
	bottom: 0;
	float: left;
	width: 100%;
	padding-left: 34px;
	padding-bottom: 20px;
	color: #fff;
}
.i-ab-2 ul li .i-ab-2-txt .i-ab-2-c{
	float: left;
	width: 100%;
	line-height: 32px;
	font-size: 22px;
}
.i-ab-2 ul li .i-ab-2-txt .i-ab-2-e{
	font-family: 'Roboto-Light';
	font-weight: normal;
	float: left;
	width: 100%;
	line-height: 30px;
	font-size: 22px;
}
.i-ab-2 ul li .i-ab-2-txt .i-ab-2-p{
	float: left;
	width: 100%;
	line-height: 16px;
	font-size: 12px;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out 0.2s;
	-moz-transition: all 0.2s ease-out 0.2s; 
	-o-transition: all 0.2s ease-out 0.2s; 
	transition: all 0.2s ease-out 0.2s;
	display: none;
}

.i-ab-2 ul li.on{
	opacity: 1;
	/* display: block; */
}
.i-ab-2 ul li.on .i-ab-2-txt .i-ab-2-p{
	opacity: 1;
	font-size: 16px;
	/* display: block; */
} 
@media (max-width: 1600px){
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(1){
		margin-right: 70px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(2){
		margin-right: 100px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(3){
		margin-right: 70px;
	}
}
@media (max-width: 1680px){
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 span{
		height: 60px;
		line-height: 60px;
		font-size: 70px;
		margin-right: 12px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-t{
		margin-top: 10px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-p {
	    line-height: 30px;
	    margin-top: 18px;
	    font-size: 15px;
	}
}
@media (max-width: 1600px){
	.i-ab {
	    padding: 82px 0 60px 0;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 span{
		height: 50px;
		line-height: 50px;
		font-size: 60px;
		margin-right: 8px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 {
	    font-size: 16px;
	    line-height: 20px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num{
		margin-top: 24px;
	}
}

@media (max-width: 1440px){
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 span {
		height: 40px;
		line-height: 40px;
		font-size: 50px;
		margin-right: 6px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-2{
		margin-left: -5%;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-t {
	    line-height: 30px;
	    margin-top: 4px;
	    font-size: 24px
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-2 {
		margin-top: 10px;
		font-size: 14px;
	}
	.i-ab .i-ab-2{
		margin-top: 36px;
	}
	.i-ab-2 ul li .i-ab-2-txt .i-ab-2-c {
	    line-height: 26px;
	    font-size: 18px;
	}
	.i-ab-2 ul li .i-ab-2-txt .i-ab-2-e {
	    line-height: 24px;
	    font-size: 18px;
	}
	.i-ab-2 ul li .i-ab-2-txt .i-ab-2-p {
	    line-height: 16px;
	    font-size: 14px;
	    padding: 5px 0;
	}
}

@media (max-width: 1199px){
	.i-ab-2 ul li{
		width: 100%;
	}
	.i-ab-2 ul li.on{
		width: 100%;
	}
	
	.i-ab-2 .slick-slide img{
		width: 100%;
	}
	
	.i-ab-2 .slick-dots{
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
	.i-ab-2 .slick-dots li{
		display: inline-block;
		float: none;
		width: 8px;
		height: 8px;
		margin: 0 3px;
		border-radius: 100%;
		background: #1e51a2;
		border-radius: 100%;
		opacity: 0.4;
	}
	.i-ab-2 .slick-dots li.slick-active{
		opacity: 1;
	}
	.i-ab-2 .slick-dots li button{
		display: none;
	}
	
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(1){
		margin-right: 30px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(2){
		margin-right: 30px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(3){
		margin-right: 30px;
	}
	
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-t {
	    line-height: 28px;
	    margin-top: 4px;
	    font-size: 20px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-p {
	    line-height: 24px;
	    margin-top: 10px;
	    font-size: 14px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num {
	    margin-top: 14px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 span {
	    height: 40px;
	    line-height: 40px;
	    font-size: 50px;
	    margin-right: 6px;
	}

}


@media (max-width: 991px){
	.i-ab .i-ab-1 .i-ab-1-l{
		width: 100%;
	}
	.i-ab .i-ab-1 .i-ab-1-l img{
		width: 100%;
	}
	.i-ab .i-ab-1 .i-ab-1-r{
		width: 100%;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li{
		float: left;
		width: 25%;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(1){
		margin-right: 0;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(2){
		margin-right: 0;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(3){
		margin-right: 0;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li:nth-child(4){
		margin-right: 0;
	}
	.i-ab-2 ul li{
		height: 180px;
	}
}
@media (max-width: 767px){
	
	.i-ab-2 ul li .i-ab-2-txt {
	    position: relative;
	    bottom: auto;
	    float: left;
	    width: 100%;
	    padding-left: 3%;
		padding-right: 3%;
	    padding-top: 10px;
	    padding-bottom: 0px;
	    color: #1e51a2;
	}
	.i-ab {
		padding: 22px 0 20px 0;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-t{
		margin-top: 15px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 {
	    font-size: 14px;
	    line-height: 16px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-1 span {
	    height: 20px;
	    line-height: 20px;
	    font-size: 30px;
	    margin-right: 6px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li .i-ab-1-r-li-2 {
	    margin-top: 5px;
	    font-size: 12px;
		margin-left: -0%;
	}
	.i-ab-2 ul li{
		height: auto;
	}
	.i-ab-2 ul li .i-ab-2-txt .i-ab-2-p{
		height: 48px;
	}
	.i-ab-2 .slick-dots{
		margin-top: 0;
	}
	.i-ab-2 ul li .i-ab-2-txt .i-ab-2-c {
	    line-height: 22px;
	    font-size: 16px;
	}
	.i-ab-2 ul li .i-ab-2-txt .i-ab-2-e {
	    line-height: 22px;
	    font-size: 16px;
	}
	.i-ab .i-ab-1 .i-ab-1-r .i-ab-1-r-num .i-ab-1-r-li{
		width: 50%;
		margin: 5px 0;
	}
	.i-ab .i-ab-2 {
	    margin-top: 15px;
	}
}

/*党建*/
.dj-txt{
	float: left;
	width: 100%;
	padding-top: 86px;
}
.dj-txt .dj-title{
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	padding-bottom: 38px;
}
.dj-txt .dj-title::after{
	position: absolute;
	bottom: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 63%;
	height: 1px;
	background: #e5e5e5;
	content: "";
	z-index: 1;
}
.dj-txt .dj-title::before{
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 68px;
	height: 4px;
	background: #1e51a2;
	content: "";
	z-index: 2;
}
.dj-txt .dj-title span{
	position: relative;
	display: inline-block;
	padding-left: 88px;
	padding-right: 88px;
	font-size: 32px;
	color: #333;
}
.dj-txt .dj-title span::after{
	position: absolute;
	left: 0;
	top: 2px;
	width: 37px;
	height: 28px;
	content: "";
	background: url(../images/dangjian/yin-l.png) no-repeat;
}
.dj-txt .dj-title span::before{
	position: absolute;
	right: 0;
	top: 2px;
	width: 37px;
	height: 28px;
	content: "";
	background: url(../images/dangjian/yin-r.png) no-repeat;
}
.dj-txt .dj-p{
	float: left;
	width: 100%;
	line-height: 36px;
	padding: 52px 6.6% 0 6.6%;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
}
.dj-txt .dj-pic{
	float: left;
	width: 100%;
	margin-top: 48px;
}
.dj-txt .dj-pic img{
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
}
.dj-txt .dj-pic img:nth-child(3n){
	margin-right: 0;
}

.dj-list{
	float: left;
	width: 100%;
	padding: 82px 0 98px 0;
}
.dj-list .dj-t1{
	float: left;
	width: 100%;
	text-align: center;
}
.dj-list .dj-t1-c{
	float: left;
	width: 100%;
}
.dj-list .dj-t1-c span{
	display: inline-block;
	position: relative;
	font-size: 32px;
	line-height: 34px;
	color: #1e51a2;
	padding-left: 14.8%;
	padding-right: 14.8%;
}
.dj-list .dj-t1-c span::after{
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 174px;
	height: 1px;
	background: url(../images/dangjian/left.png) no-repeat;
	background-size: 100% auto;
	content: "";
}
.dj-list .dj-t1-c span::before{
	position: absolute;
	right: 0;
	bottom: 6px;
	width: 174px;
	height: 1px;
	background: url(../images/dangjian/right.png) no-repeat;
	background-size: 100% auto;
	content: "";
}
.dj-list .dj-t1-e{
	font-family: 'Roboto-Light';
	float: left;
	width: 100%;
	line-height: 18px;
	font-size: 20px;
	margin-top: 12px;
	color: #a4a4a4;
}

.dj-list ul{
	float: left;
	width: 100%;
	margin: 0 -1.6%;
	padding-bottom: 54px;
}
.dj-list ul li{
	float: left;
	width: 33.33%;
	padding: 0 1.6%;
	padding-bottom: 64px;
	padding-top: 70px;
	border-bottom: 1px solid #e5e5e5;
}
.dj-list ul li:nth-child(3n){
}
.dj-list ul li:nth-child(4),
.dj-list ul li:nth-child(5),
.dj-list ul li:nth-child(6){
	border-bottom: 0px solid #e5e5e5;
}
.dj-list ul li .dj-li-time{
	float: left;
	width: 100%;
	line-height: 18px;
	font-size: 16px;
	color: #999;
}
.dj-list ul li .dj-li-t{
	float: left;
	width: 100%;
	margin-top: 14px;
	line-height: 36px;
	font-size: 24px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dj-list ul li:hover .dj-li-t{
	color: #1e51a2;
}
.dj-list ul li .dj-li-pic{
	float: left;
	width: 100%;
	margin-top: 42px;
	overflow: hidden;
}
.dj-list ul li .dj-li-pic 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;
	
}
.dj-list ul li:hover .dj-li-pic img{
	-webkit-transform: scale(1.1);
	-mos-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);	 
}
.dj-list ul li .dj-li-p{
	float: left;
	width: 100%;
	height: 90px;
	line-height: 30px;
	margin-top: 30px;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.dj-list ul li .dj-li-a{
	float: left;
	width: 100%;
	margin-top: 30px;
}
.dj-list ul li .dj-li-a:hover{
	margin-left: 5px;
}

@media (max-width: 1440px){
	.dj-txt {
	    padding-top: 66px;
	}
	.dj-txt .dj-title {
	    padding-bottom: 28px;
	}
	.dj-txt .dj-title span {
	    padding-left: 68px;
	    padding-right: 68px;
	    font-size: 28px;
	}
	.dj-txt .dj-title span::before{
		width: 28px;
		height: 18px;
		background-size: 100% 100%;
	}
	.dj-txt .dj-title span::after{
		width: 28px;
		height: 18px;
		background-size: 100% 100%;
	}
	.dj-txt .dj-p {
	    line-height: 2;
	    padding: 32px 4% 0 4%;
	}
	.dj-list {
	    padding: 62px 0 68px 0;
	}
}

@media (max-width: 1199px){
	.dj-list .dj-t1-c span::after{
		width: 30%;
	}
	.dj-list .dj-t1-c span::before{
		width: 30%;
	}
	.dj-list .dj-t1-c span {
	    font-size: 28px;
	    line-height: 26px;
	}
	.dj-list .dj-t1-e {
	    line-height: 14px;
	    font-size: 16px;
	    margin-top: 8px;
	}
	.dj-list ul{
		margin-top: 30px;
		padding-bottom: 36px;
	}
	.dj-list ul li {
	    padding-bottom: 44px;
	    padding-top: 30px;
	}
	.dj-list ul li .dj-li-pic{
		margin-top: 22px;
	}
	.dj-list ul li .dj-li-t {
	    margin-top: 8px;
	    line-height: 30px;
	    font-size: 20px;
	}
	.dj-list ul li .dj-li-p {
	    height: 72px;
	    line-height: 24px;
	    margin-top: 20px;
	    font-size: 14px;
	}
}

@media (max-width: 991px){
	.dj-txt .dj-title span {
		padding-left: 48px;
		padding-right: 48px;
		font-size: 24px;
	}
}

@media (max-width: 767px){
	.dj-txt {
	    padding-top: 24px;
	}
	.dj-txt .dj-title {
	    padding-bottom: 12px;
	}
	.dj-txt .dj-title span {
	    padding-left: 30px;
	    padding-right: 30px;
	    font-size: 18px;
	}
	.dj-txt .dj-title span::before {
	    width: 18px;
	    height: 12px;
	}
	.dj-txt .dj-title span::after {
	    width: 18px;
	    height: 12px;
	}
	.dj-txt .dj-p {
	    padding: 12px 0% 0 0%;
		font-size: 14px;
	}
	.dj-txt .dj-pic{
		margin-top: 0px;
	}
	.dj-txt .dj-pic img{
		width: 100%;
		margin-top: 10px;
	}
	.dj-list {
	    padding: 40px 0 20px 0;
	}
	.dj-list .dj-t1-c span {
	    font-size: 18px;
	    line-height: 20px;
		padding-left: 18%;
		padding-right: 18%;
	}
	.dj-list ul {
	    margin-top: 20px;
	    padding-bottom: 10px;
	}
	.dj-list ul li {
	    padding-bottom: 15px;
	    padding-top: 15px;
		width: 100%;
	    border-bottom: 1px solid #e5e5e5;	
	}
	.dj-list ul li:nth-child(4),
	.dj-list ul li:nth-child(5){
		border-bottom: 1px solid #e5e5e5;
	}
	.dj-list ul li .dj-li-t{
		font-size: 18px;
		line-height: 28px;
	}
	.dj-list ul li .dj-li-pic {
	    margin-top: 12px;
	}
	.dj-list ul li .dj-li-p{
		margin-top: 12px;
	}
	.dj-list ul li .dj-li-a{
		margin-top: 12px;
	}
}

.dj-list ul li {
	min-height:720px;
}
@media (max-width:1199px) {
	.dj-list ul li {
		min-height:525px;
	}
}
@media (max-width:991px) {
	.dj-list ul li {
		min-height:485px;
	}
}
@media (max-width:767px) {
	.dj-list ul li {
		min-height:auto;
	}
}