@charset "utf-8";
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

@media only screen and (min-width:992px) {
	@font-face {
		font-family: 'PFB';
		src: url('PingFang Bold.ttf');
		font-weight: normal;
		font-style: normal;
	}
}

body {
	font-size: 14px;
	font-family: 'OPENSANS', "微软雅黑", arial, Helvetica, sans-serif;
}

a {
	color: inherit;
}

a:hover,
a:visited,
a:focus {
	text-decoration: none;
}

a:hover {
	/*color: #e60013;*/
	color: #1a318d;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.container {
	max-width: 100%;
}

body {
	padding-top: 90px;
}

header {
	height: 90px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed {
	height: 70px;
	-webkit-box-shadow: 0px 0px 25px #a3a3a3;
	-moz-box-shadow: 0px 0px 25px #a3a3a3;
	box-shadow: 0px 0px 25px #a3a3a3;
}

header .logo {
	display: block;
	float: left;
	margin-top: 20px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

header.fixed .logo {
	margin-top: 10px;
	margin-bottom: 5px;
}


/*2019.06.14*/

/* header>div>ul {
	float: left;
	margin-left: 150px;
	margin-right: 138px;
} */
header>div>ul {
	float: left;
	margin-left: 130px;
	margin-right: 138px;
}
header>div>ul>li {
	position: relative;
	float: left;
	/*margin: 0 25px;*/
	padding: 0 25px;
	line-height: 90px;
	font-size: 16px;
	color: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


/*2019.06.14*/

header.fixed>div>ul>li {
	line-height: 70px;
}

header>div>ul>li>a {
	position: relative;
	display: block;
	color: #000000;
}


/*header>div>ul>li>a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background: #1daecb;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}*/


/*header>div>ul>li:hover:after,header>div>ul>li.current:after{*/

header>div>ul>li.hover>a:after {
	width: 100%;
}

.navlinebox {
	position: relative;
	width: 100%;
}

.navline {
	position: absolute;
	width: 64px;
	height: 4px;
	background: #1daecb;
	/*left: 18px;*/
	bottom: 0;
}

header .mess_box {
	float: left;
	height: 40px;
	border-left: 1px solid #e9eaea;
	margin-top: 25px;
	padding: 0 15px;
}

header.fixed .mess_box {
	margin-top: 15px;
}

header .mess_box a {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	background: #000;
	margin: 0 12px;
	margin-top: 10px;
}

header .mess_box a.h_weichat {
	background: url(../img/icon_wei.png);
}

header .mess_box a.h_email {
	background: url(../img/icon_email.png);
}

header .mess_box a.h_tel {
	background: url(../img/icon_tel.png);
}

header .search_btn {
	float: right;
	position: relative;
}

header .menu_btn {
	float: left;
}

header .search_btn form {
	display: block;
	position: absolute;
	width: 400px;
	height: 45px;
	border: 1px solid #eee;
	right: 0;
	overflow: hidden;
	top: 100%;
	padding-right: 43px;
	width: 0;
	padding-right: 0;
	border-width: 0;
	transition: all 0.6s;
}

header .search_btn:hover form {
	width: 400px;
	padding-right: 43px;
	border-width: 1px;
}

header .search_btn form input[type='submit'] {
	width: 43px;
	height: 43px;
	background: #eee url(../img/icon_search.png) no-repeat center;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999px;
}

header .search_btn form input[type='text'] {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 16px;
	text-indent: 1em;
}

header .search_btn button {
	width: 40px;
	height: 40px;
	background: #1a318d url(../img/icon_search.png) no-repeat center;
	border: none;
	margin-top: 25px;
	transition: all 0.3s;
}

header.fixed .search_btn button {
	margin-top: 15px;
}

header .search_btn button:hover {
	background-color: #e60013;
}

header .menu_btn {
	float: right;
	width: 40px;
	height: 40px;
	background: #e9eaea url(../img/icon_menu.png) no-repeat center;
	margin-left: 5px;
	margin-top: 25px;
	cursor: pointer;
	transition: all 0.3s;
}

header.fixed .menu_btn {
	margin-top: 15px;
}

header .menu_btn:hover {
	background-color: #e60013;
}

.site_map {
	width: 360px;
	position: fixed;
	z-index: 99;
	top: 90px;
	bottom: 0;
	right: 0;
	background: #1a318d;
	padding-left: 35px;
	padding-top: 35px;
	color: #fff;
	right: -100%;
	transition: all 0.6s;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 25px rgba(8, 11, 22, 0.3);
	-moz-box-shadow: 0px 0px 25px rgba(8, 11, 22, 0.3);
	box-shadow: 0px 0px 25px rgba(8, 11, 22, 0.3);
}

.site_map.fixed {
	top: 70px;
}

.site_map.on {
	right: 0;
	opacity: 1;
}

.site_map .close_side {
	width: 28px;
	height: 29px;
	outline: none;
	border: none;
	background: url(../img/side-close.png) no-repeat;
}

.site_map h1 {
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	line-height: 20px;
	margin-bottom: 10px;
}

.site_map dl {
	overflow: hidden;
	margin-top: 10px;
	width: 108px;
	float: left;
	height: 220px;
}

.site_map dt a {
	font-size: 15px;
	padding-bottom: 5px;
	display: inline-block;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.site_map dt a:hover {
	color: #FFF;
}

.site_map dd a {
	margin-right: 10px;
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #95a1d3;
}

.site_map dd a:hover {
	color: #eee;
}

header .sub_nav {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background: #1a318d;
	color: #95a1d3;
	height: 50px;
	display: none;
	z-index: 10;
}

header .sub_nav ul {
	position: absolute;
	display: none;
	top: 0;
	z-index: 11;
}

header .sub_nav ul li {
	float: left;
	line-height: 50px;
	font-weight: bold;
	padding: 0 20px;
	float: left;
	background: url(../img/axian.png) no-repeat left center;
}

header .sub_nav ul li:first-child {
	background: none;
}

header .sub_nav ul li a {
	display: block;
}

header .sub_nav ul li a:hover {
	color: #fff;
}

@media (max-width: 1440px) {
	header>div>ul {
		margin-left: 138px;
		margin-right: 138px;
	}
}

@media (max-width: 1380px) {
	header>div>ul {
		/*margin-left: 3px;*/
		margin-right: 20px;
	}
	.banner_list p a {
		display: inline-block;
		width: auto;
		height: auto;
	}
}

@media (max-width: 1280px) {
	header>div>ul {
		margin-left: 110px;
	}
	.banner_list h1 {
		font-size: 18px;
	}
}

@media (max-width: 1200px) {
	header>div>ul>li {
		/*margin: 0 10px;*/
		padding: 0 10px;
	}
	header .mess_box {
		display: none;
	}
}

@media (max-width: 1024px) {
	body {
		padding-top: 138px;
	}
	header>div>ul {
		display: none;
	}
	header .search_btn {
		display: none;
	}
	header .menu_btn {
		float: right;
		/*margin-top: 28px;*/
		margin-top: 7.5px;
	}
	header.fixed .menu_btn {
		/*margin-top: 7.5px;*/
		margin-top: 5px;
		
	}
	header {
		height: 55px;
	}
	header.fixed {
		height: 50px;
		/*height: 55px;*/
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	header .logo {
		margin: 5px 0 0 0;
	}
	header.fixed .logo {
		/*margin: 5px 0 0 0;*/
		margin: 2.5px 0 0 0;
		
	}
	header .logo img {
		height: 45px;
	}
	.site_map {
		padding: 15px;
		top: 50px;
	}
	.site_map.fixed {
		top: 50px;
	}
	.site_map h1 {
		display: none;
	}
	.site_map dl {
		width: 100%;
		float: none;
	}
	.site_map {
		width: 80%;
		overflow-y: scroll;
		text-align: center;
	}
	.site_map dl {
		height: auto;
	}
}

.mnav {
	display: none;
	background: #212a86;
	position: fixed;
	width: 100%;
	/*top: 55px;*/
	top: 50px;
	bottom: auto;
	z-index: 3;
}

@media only screen and (max-width:1024px) {
	.mnav {
		display: block;
	}
}

.mnav a {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 40px;
	float: left;
	width: 25%;
	border: 1px solid #2c38b0;
	border-right: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media only screen and (max-width:560px) {
	body {
		padding-top: 118px;
	}
	.mnav.fixed a {
		line-height: 30px;
	}
}

.mnav a:nth-child(1),
.mnav a:nth-child(2),
.mnav a:nth-child(3),
.mnav a:nth-child(4) {
	border-bottom: 0;
}

.mnav a.current {
	background: #47a6c6;
	border-color: #47a6c6;
}

.banner img {
	display: block;
	width: 100%;
}

.pcbanner {
	display: block!important;
}

.phbanner {
	display: none!important;
}

.banner_list li {
	/*padding: 40px 30px;*/
	padding: 50px 12px 30px;
}

.banner_list .un {
	width: 20%;
	float: left;
	height: 275px;
	position: relative;
	bottom: -100px;
	background: #e9e9ed url(../img/b_list_1.png) no-repeat right 10px bottom 10px;
}

.banner_list .nor {
	width: 19.8%;
	float: left;
	/*height: 275px;*/
	height: 199px;
	/*background: #eee;*/
	margin-left: .2%;
}

.banner_list h1 {
	line-height: 1;
	font-size: 22px;
	margin-bottom: 15px;
	color: #666;
}

.banner_list p {
	font-size: 14px;
	color: #666;
}

.banner_list .nor {
	position: relative;
	/*bottom: -100px;*/
	bottom: -87.5px;
	transition: all 0.5s;
}

.banner_list .nor:nth-child(1):hover {
	bottom: 22px;
  }
.banner_list .nor:hover {
	bottom: 0px;
}

.banner_list .nor h1 {
	color: #fff;
	background: url(../img/b_list_6.png) no-repeat right center;
}

.banner_list .un.nor h1,
.banner_list .un.nor p {
	background: none;
	color: #666;
}

.banner_list .nor p {
	color: #fff;
}

.banner_list .nor span {
	display: block;
	position: absolute;
	width: 45px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	bottom: 151px;
}

.banner_list li:nth-child(2) {
	background-image: -moz-linear-gradient( 90deg, rgb(134, 189, 54) 0%, rgb(138, 205, 37) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(134, 189, 54) 0%, rgb(138, 205, 37) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(134, 189, 54) 0%, rgb(138, 205, 37) 100%);
}

.banner_list li:nth-child(3) {
	background-image: -moz-linear-gradient( 90deg, rgb(19, 157, 185) 0%, rgb(45, 204, 236) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(19, 157, 185) 0%, rgb(45, 204, 236) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(19, 157, 185) 0%, rgb(45, 204, 236) 100%);
}

.banner_list li:nth-child(4) {
	background-image: -moz-linear-gradient( 90deg, rgb(4, 102, 209) 0%, rgb(46, 145, 252) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(4, 102, 209) 0%, rgb(46, 145, 252) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(4, 102, 209) 0%, rgb(46, 145, 252) 100%);
}

.banner_list li:nth-child(5) {
	background-image: -moz-linear-gradient( 90deg, rgb(239, 151, 1) 0%, rgb(255, 174, 36) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(239, 151, 1) 0%, rgb(255, 174, 36) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(239, 151, 1) 0%, rgb(255, 174, 36) 100%);
}

.banner {
	position: relative;
	/*height: calc(100% - 90px);*/
}

.banner .swiper-container {
	/*height: 100%;*/
}

.banner_list {
	/*height: 195px;*/
	height: 108px;
	background: rgba(0, 0, 0, 0.7);
	padding-top: 20px;
	position: relative;
	z-index: 80;
	/*margin-top: -195px;*/
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.banner_list ul {
	overflow: hidden;
	/*height: 375px;*/
	height: 175px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 0;
	/*padding-top: 100px;*/
}

@media only screen and (max-width:1440px) {
	/*.banner_list {
    height: 170px;
}*/
	/*.banner_list ul{
	height: 356px;
}*/
}

@media only screen and (max-width:1280px) {
	.banner_list li {
		padding: 50px 20px 30px;
	}
}

.banner_list a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner_list p a {
	display: inline-block;
	height: auto;
	width: auto;
}

@media (max-width: 1200px) {
	.banner_list li h1 {
		font-size: 18px;
	}
	.banner_list li {
		padding: 15px;
	}
}

@media (max-width: 768px) {
	.banner_list {
		position: static;
		margin-top: 0;
		height: auto;
	}
	.banner_list ul {
		position: static;
		transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		padding-top: 0;
		height: auto;
	}
	.banner_list li {
		/*width: 100% !important;*/
		height: auto !important;
		margin-left: 0 !important;
		margin-bottom: 0px;
		padding: 15px;
	}
	.banner_list .nor {
		bottom: 0;
		width: 50%;
	}
	.banner_list .un {
		bottom: 0;
		width: 100%;
	}
	.banner_list .nor p {
		height: 42px;
	}
	.banner_list .un p {
		height: auto;
	}
	.banner_list .nor span {
		position: static;
		bottom: 25px;
		width: 22px;
		height: 22px;
		margin: 10px 0;
		background-size: auto 100%!important;
	}
}

.title_a {
	margin-bottom: 20px;
}

.title_a .t {
	font-size: 25px;
	color: #333;
	line-height: 1;
	margin-bottom: 5px;
	font-family: 'PFB';
}

.title_a .b {
	font-size: 15px;
	color: #b3b3b1;
	text-transform: uppercase;
	margin-top: 10px;
}

.title_a .b a {
	display: block;
	float: right;
	color: #666666;
}


/*.title_a .b a.re_load {
	padding-left: 25px;
	background: url(../img/icon_reload.png) no-repeat left center;
}*/

.title_a .b a:hover {
	color: #1a318d;
}

.index_top {
	padding-top: 75px;
	padding-bottom: 55px;
}

.index_top .left {
	width: 73%;
	float: left;
}

.list_a .i_left {
	width: 32%;
	float: left;
	display: block;
}

.list_a .i_left:hover {
	-webkit-box-shadow: 0px 0px 25px #e2e2e2;
	-moz-box-shadow: 0px 0px 25px #e2e2e2;
	box-shadow: 0px 0px 25px #e2e2e2;
}

.img_box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.img_box span {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.4s;
}

.img_box:hover span {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.list_a .img_box {
	height: 210px;
}

.list_a .i_left dl {
	padding: 0 20px;
}

.list_a .i_left dt {
	line-height: 45px;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.list_a .i_left dd {
	line-height: 20px;
	height: 40px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #666;
}

.list_a .i_left p {
	/*margin-top: 10px;*/
	padding: 10px 20px;
}

.list_a .i_left p span {
	display: inline-block;
	padding-left: 25px;
	color: #8d8d93;
}

.list_a .i_left p span.view {
	margin-right: 15px;
	background: url(../img/icon_eye.jpg) no-repeat left center;
}

.list_a .i_left p span.share {
	background: url(../img/icon_share.jpg) no-repeat left center;
}

.list_a .i_left .date {
	width: 56px;
	height: 56px;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 1;
	padding-top: 8px;
}

.list_a .i_left .date em {
	font-style: normal;
	font-size: 22px;
	display: inline-block;
	margin-bottom: 3px;
	color: #fff;
	font-weight: lighter;
}

.list_a .i_left .date i {
	color: #fff;
	font-weight: lighter;
	font-style: normal;
	font-size: 12px;
}


/*.list_a .i_left:hover dt{
	color: #e60013;
}*/

.list_a .i_right {
	width: 63%;
	float: right;
}

.list_a .i_right li {
	position: relative;
	border: 1px solid #e9e9e9;
	padding-left: 66px;
	padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 20px;
}

.list_a .i_right li:last-child {
	margin-bottom: 0;
}

.list_a .i_right .tit {
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
	padding-left: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	text-indent: initial!important;
}

.list_a .i_right .des {
	color: #666666;
	padding-left: 20px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 10px;
	text-indent: initial!important;
}

.list_a .i_right li .date {
	display: block;
	position: absolute;
	width: 70px;
	height: 68px;
	left: 0;
	top: 50%;
	margin-top: -34px;
	text-align: center;
	font-size: 28px;
	color: #333;
	font-weight: lighter;
	border-right: 1px solid #e9e9e9;
}

.list_a .i_right li em {
	display: block;
	font-style: normal;
	font-size: 12px;
}

.list_a .i_right li:hover {
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 25px #e2e2e2;
	-moz-box-shadow: 0px 0px 25px #e2e2e2;
	box-shadow: 0px 0px 25px #e2e2e2;
}

.list_a .i_right li a {
	display: block;
}

.index_top .right {
	width: 24%;
	float: right;
}

.list_b {
	width: 100%;
	height: 325px;
	padding: 30px;
	background: url(../img/bg_honor.jpg) no-repeat center top/cover;
	position: relative;
}

.list_b::after {
	content: "";
	display: block;
	width: 46px;
	height: 46px;
	background: #fbfbfb;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
}

.list_b li {
	width: 50%;
	float: left;
	height: 50%;
	text-align: center;
	padding-top: 17px;
}

.list_b li:nth-child(1),
.list_b li:nth-child(2) {
	border-bottom: 1px solid #eaeaea;
}

.list_b li:nth-child(1),
.list_b li:nth-child(3) {
	border-right: 1px solid #eaeaea;
}

.list_b li span {
	color: #1a318d;
	font-weight: bolder;
	font-size: 26px;
	line-height: 1;
	display: inline-block;
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 14px;
	margin-bottom: 14px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.list_b li:hover span {
	padding-left: 10px;
	padding-right: 10px;
}

.list_b li span em {
	font-weight: normal;
	font-size: 14px;
	color: #999;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
}

.list_b li p {
	font-size: 16px;
}

@media (max-width: 992px) {
	.index_top .left {
		width: 100%;
		float: none;
	}
	.index_top .right {
		width: 100%;
		float: none;
		margin-top: 25px;
	}
}

@media (max-width: 768px) {
	.index_top {
		padding-top: 20px;
	}
	.list_a .i_left {
		width: 100%;
		float: none;
	}
	.list_a .i_right {
		width: 100%;
		float: none;
		margin-top: 15px;
	}
}

.title_a .b {
	font-size: 15px;
	color: #b3b3b1;
	text-transform: uppercase;
}

.index_b {
	text-align: center;
	margin-bottom: 30px;
}

.index_b h1 {
	line-height: 1;
	font-size: 25px;
	font-family: 'PFB';
}

@media only screen and (max-width:992px) {
	.index_b h1 {
		font-size: 22px;
		font-weight: bold;
		font-family: 'OPENSANS', "微软雅黑";
	}
}

.index_b p {
	font-size: 15px;
	color: #b3b3b1;
	text-transform: uppercase;
	margin-top: 10px;
}

.index_horon {
	padding-top: 45px;
	padding-bottom: 70px;
	background: #f2f2f2;
}

.honor_swiper .swiper-slide:hover {
	-webkit-box-shadow: 0px 0px 25px #e2e2e2;
	-moz-box-shadow: 0px 0px 25px #e2e2e2;
	box-shadow: 0px 0px 25px #e2e2e2;
}

.honor_swiper .pic {
	overflow: hidden;
}

.honor_swiper img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.honor_swiper .swiper-slide:hover .pic img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.honor_swiper .txt {
	background: #fff;
	text-align: center;
	padding: 18px 10px;
}

.honor_swiper .txt dt {
	font-size: 16px;
	line-height: 16px;
	color: #222222;
	font-weight: normal;
	margin-bottom: 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor_swiper .txt dd {
	color: #999999;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor_swiper .swiper-pagination {
	display: none;
}

.index_more {
	text-align: center;
	margin-top: 50px;
}

.index_more a {
	display: inline-block;
	line-height: 44px;
	border: 1px solid #666666;
	padding-left: 21px;
	padding-right: 63px;
	background: url(../img/icon_right.png) no-repeat right 19px center;
	color: #666;
	transition: all 0.4s;
}

.index_more a:hover {
	color: #fff;
	background: #1a318d url(../img/icon_right0.png) no-repeat right 10px center;
}

footer {
	background: url(../img/bg_footer.jpg) no-repeat center bottom/cover;
	padding-top: 50px;
}

footer .box {
	float: left;
	height: 108px;
}


/*2019.06.14*/

/* footer .f_a {
	width: 15%;
	border-right: 1px solid #324594;
	padding-top: 24px;
} */
footer .f_a {
	width: 15%;
	border-right: 1px solid #324594;
	/* padding-top: 24px; */
}

footer .f_a img {
	display: block;
	max-width: 95%;
}


/*2019.06.14*/

footer .f_b {
	width: 33%;
	float: left;
	padding-left: 60px;
	padding-top: 25px;
	color: rgba(255, 255, 255, 0.5);
}

footer .f_b p {
	padding-left: 27px;
}

footer .f_b .add {
	background: url(../img/footer_address.png) no-repeat left center;
	margin-bottom: 14px;
}

footer .f_b .tel {
	background: url(../img/footer_tel.png) no-repeat left center;
}

footer .f_b .fax {
	background: url(../img/footer_fax.png) no-repeat left center;
	margin-bottom: 14px;
}

footer .f_b .mail {
	background: url(../img/footer_email.png) no-repeat left center;
}

footer .f_d {
	width: 106px;
}

footer .f_d img {
	display: block;
	width: 100%;
}


/*2019.06.14*/

footer .f_e {
	width: 150px;
	/*border-right: 1px solid #324594;*/
	padding-left: 10px;
	padding-top: 30px;
}

footer .f_e .wei_box {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #7683bb url(../img/footer_weichat.png) no-repeat center;
	margin-bottom: 10px;
}


/*2019.06.14*/

footer .f_e .biaoti {
	float: right;
	color: rgba(255, 255, 255, 0.5);
}


/*2019.06.14*/

footer .f_f {
	padding-left: 50px;
	padding-top: 13px;
}

footer .f_f a {
	display: block;
	width: 90px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #2f4496;
	color: #7c84b4;
	margin-bottom: 13px;
}

footer .f_f a:hover {
	opacity: 0.8;
}

.foot_copyright {
	text-align: center;
	font-size: 14px;
	color: #626da7;
	border-top: 1px solid #3b50a1;
	padding: 25px;
	margin-top: 30px;
}

@media (max-width: 1375px) {
	footer .f_b {
		width: 25%;
	}
}

@media (max-width: 1200px) {
	footer .f_b {
		/*display: none;*/
		padding-left: 15px;
	}
	footer .f_a {
		width: 15%;
		/*margin-right: 25%;*/
	}
}

@media (max-width: 992px) {
	footer .f_a {
		/*display: none;*/
		width: 26%;
	}
	footer .f_f {
		display: none;
	}
	footer .f_d {
		display: none;
	}
	footer .f_e {
		display: inline-block;
		display: none;
	}
	footer .f_e .wei_box {
		margin: 0 auto;
		margin-bottom: 15px;
	}
	footer {
		text-align: center;
	}
	footer .f_b {
		width: 37%;
	}
}

.sub_banner img {
	display: block;
	width: 100%;
}

.sub_banner {
	position: relative;
}

.banner_nav {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	line-height: 57px;
	color: #fff;
	transition: none;
}

.banner_nav.fixed {
	line-height: 40px;
	position: fixed;
	top: 70px;
	bottom: auto;
	z-index: 3;
}

.banner_nav .no a {
	float: left;
	display: block;
	height: 60px;
	width: 62px;
	background: #f4f4f4 url(../img/about_11.jpg) no-repeat center;
	margin-right: 19px;
}

.banner_nav.fixed .no a {
	height: 43px;
	width: 40px;
}

.banner_nav li {
	float: left;
	margin: 0 19px;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.banner_nav li a {
	display: block;
	border-bottom: 3px solid transparent;
	transition: all 0.3s;
}

.banner_nav li a:hover,
.banner_nav li.on a {
	color: #fff;
	border-color: #2ac5e5;
}

.mbanner_nav {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	color: #fff;
	transition: none;
}

.mbanner_nav.fixed {
	position: fixed;
	width: 100%;
	top: 138px;
	bottom: auto;
	z-index: 3;
}

@media only screen and (max-width:560px) {
	.mbanner_nav.fixed {
		/*top: 118px;*/
		top: 113px;
		
	}
}

.weizhiswiper {
	position: relative;
	text-align: center;
}

.weizhiswiper .swiper-slide {
	font-size: 0;
	height: 40px;
	line-height: 40px;
}

.weizhiswiper a {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.weizhiswiper a.active {
	color: #fff;
}

.weizhiswiper a.active:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #53bde0;
}

.weizhiswiper .swiper-button-prev,
.weizhiswiper .swiper-button-next {
	height: 14px;
	width: 7px;
	margin-top: -7px;
	background-size: 100% auto;
}

.weizhiswiper .swiper-button-prev {
	left: -10px;
}

.weizhiswiper .swiper-button-next {
	right: -10px;
}

.weizhiswiper .swiper-button-prev.swiper-button-disabled,
.weizhiswiper .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.about_con {
	padding-top: 50px;
	background: #faf9fb url(../img/about_8.jpg) no-repeat center bottom/100% auto;
}

.about_con .index_b {
	margin-bottom: 50px;
}

.about_list {
	margin-bottom: 60px;
}

.about_list li {
	width: 20%;
	float: left;
	border-right: 1px solid #eae8e9;
	text-align: center;
}

.about_list li img {
	display: block;
	margin: 0 auto 24px;
}

.about_list li span {
	font-size: 35px;
	color: #1a318d;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline-block;
	margin-right: 2px;
}

.about_list li p {
	font-size: 15px;
	color: #999999;
}

.about_lr {
	position: relative;
	padding-top: 138px;
	background: url(../img/about_7.png) no-repeat center top/100% auto;
	padding-left: 635px;
	padding-bottom: 118px;
}

.about_lr img {
	display: block;
	position: absolute;
	left: 0;
	top: 55px;
}

.about_lr .txt {
	font-size: 17px;
	color: #444444;
	line-height: 32px;
	text-align: justify;
}

.about_lr .txt p {
	text-indent: 2em;
}

.about_lr .txt span {
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.about_lr img {
		width: 450px;
	}
	.about_lr {
		padding-left: 500px;
		padding-top: 68px;
	}
	.about_lr .txt {
		font-size: 15px;
		line-height: 1.7;
	}
}

@media (max-width: 992px) {
	.about_lr img {
		max-width: 98%;
		position: static;
		margin: 0 auto 25px;
	}
	.about_lr {
		padding-right: 0;
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.about_con {
		background-size: auto 100%!important;
		background-position: top center!important;
	}
	.about_list li {
		/*width: 100%;
		border-right: none;
		margin-bottom: 25px;*/
		width: 48%;
		border-right: none;
		border-bottom: 1px solid #eae8e9;
		padding: 15px 0;
		text-align: left;
		font-size: 0;
	}
	.about_list li:nth-child(2n) {
		float: right;
	}
	.about_list li img {
		width: 50px;
		height: 50px;
		display: inline-block;
		margin: 0 15px 0 0;
		vertical-align: middle;
	}
	.about_list li .tbox {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	.about_list li span {
		font-size: 23px;
	}
	.about_list li .tbox p:first-child {
		color: #333333;
	}
	.about_list li .tbox p:last-child {
		font-size: 12px;
	}
	.banner_nav {
		position: static;
		line-height: 35px;
	}
	.banner_nav .no a {
		height: 38px;
		width: 38px;
	}
	.banner_nav.fixed {
		line-height: 35px;
		position: static;
	}
}

.contact_con {
	background: #f5f7fa url(../img/contact_1.jpg) no-repeat center bottom/100% auto;
	padding: 50px 0 65px;
}

.contact_con .index_b {
	margin-bottom: 30px;
}

.contact_con .box {
	padding: 20px;
	background: #fff;
	border: 2px solid #f0f1f2;
	position: relative;
}

.contact_con .left {
	float: left;
	width: 44%;
	padding: 0 50px 0 20px;
}

.contact_con .address {
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 30px 0;
	margin-bottom: 50px;
}

.contact_con .address p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contact_con .address span {
	color: #555;
}

.contact_con .fun p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	padding-left: 30px;
}

.contact_con .fun .tel {
	background: url(../img/contact_3.png) no-repeat left center;
}

.contact_con .fun .fax {
	background: url(../img/contact_4.png) no-repeat left center;
}

.contact_con .fun .email {
	background: url(../img/contact_5.png) no-repeat left center;
}

.contact_con .fun .site {
	background: url(../img/contact_6.png) no-repeat left center;
}

.contact_con .fun {
	position: relative;
	margin-bottom: 50px;
}

.contact_con .fun img {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

.contact_con .hot img {
	display: block;
	margin-bottom: 10px;
}

.contact_con .hot p {
	font-size: 24px;
	color: #626262;
	font-weight: bold;
	margin-bottom: 20px;
}

.contact_con .hot span {
	display: block;
	font-size: 16px;
	padding-bottom: 50px;
}

.contact_con .right {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 56%;
	height: calc(100% - 20px);
}

@media (max-width: 1330px) {
	.contact_con .fun img {
		position: static;
		display: block;
		margin-top: 5px;
	}
}

@media (max-width: 992px) {
	.contact_con .left {
		float: none;
		width: 100%;
		padding: 0;
	}
	.contact_con .right {
		width: 100%;
		position: static;
		height: 450px;
		margin-top: 30px;
	}
}

@media (max-width: 768px) {
	.contact_con .fun .site {
		word-break: break-all;
	}
	.contact_con .box {
		padding: 10px;
	}
	.contact_con .right {
		height: 250px;
	}
	.contact_con .address {
		border-top: none;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.contact_con .fun {
		margin-bottom: 10px;
		border-bottom: 1px solid #d3d3d3;
	}
	.contact_con .fun img {
		display: none;
	}
	.contact_con .hot {
		background: url(../img/contact_7.png) no-repeat right top;
		background-size: auto 100%;
	}
	.contact_con .hot p {
		margin-bottom: 0;
	}
	.contact_con .hot span {
		padding-bottom: 0;
	}
}

.leader_con {
	padding: 50px 0 94px;
	background: #faf9fb url(../img/about_8.jpg) no-repeat center bottom/100% auto;
}

.leader_con .box img {
	max-width: 100%;
}

.leader_con .left {
	width: 52%;
	float: left;
	position: relative;
}

.leader_con .left::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 400px;
	background: #d6d6d6;
	top: 90px;
	left: 23px;
}

.leader_con .left h1 {
	font-size: 17px;
	margin-bottom: 80px;
	font-family: 'PFB';
}

.leader_con .left .swiper-slide {
	background: #fff;
	padding: 10px 15px 10px;
	position: relative;
	display: table;
	table-layout: fixed;
}

.leader_con .left .swiper-slide::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 12px solid #fff;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -12px;
	border-color: transparent #fff transparent transparent;
}

.leader_con .left .swiper-slide::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2ac5e5;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	left: -27px;
}

.leader_con .left .swiper-wrapper {
	padding-left: 46px;
	height: 370px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.leader_con .left p {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	font-family: 'PFB';
}

.leader_con .left .swiper-slide span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.leader_con .swiper-button-prev,
.leader_con .swiper-button-next {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	opacity: 1;
	outline: none;
}

.leader_con .swiper-button-prev {
	background: url(../img/leader_2.png) no-repeat center;
	top: 60px;
	left: 0;
}

.leader_con .swiper-button-next {
	background: url(../img/leader_3.png) no-repeat center;
	right: auto;
	bottom: -54px;
	position: absolute;
	top: auto;
}

@media only screen and (max-width:768px) {
	.leader_con .swiper-button-prev,
	.leader_con .swiper-button-next {
		height: 25px;
		width: 25px;
		background-size: 100% 100%;
	}
	.leader_con .swiper-button-prev {
		top: 72px;
	}
	.leader_con .swiper-button-next {
		bottom: -40px;
	}
}

.leader_con .right {
	width: 45%;
	float: right;
	position: relative;
}

.leader_con .right img {
	display: block;
	width: 64%;
	float: left;
}

.leader_con .right ul {
	width: 36%;
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border-right: 1px solid #e5dcd8;
	border-top: 1px solid #e5dcd8
}

.leader_con .right ul li {
	height: 25%;
	border-bottom: 1px solid #e5dcd8;
	text-align: center;
	position: relative;
}

.leader_con .right ul li p {
	display: block;
	position: absolute;
	width: 98%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	padding-top: 20px;
	font-weight: bold;
	font-family: 'PFB';
}

.leader_con .right ul li p::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ac5e5;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
}

@media (max-width: 1200px) {
	.leader_con .right {
		margin-top: 120px;
	}
}

@media (max-width: 992px) {
	.leader_con .left {
		width: 100%;
		float: right;
		margin-top: 20px;
	}
	.leader_con .right {
		margin-top: 0px;
		width: 100%;
		position: relative;
	}
	.leader_con .left .swiper-wrapper {
		height: 350px;
		padding-left: 35px;
	}
	.leader_con .left::before {
		height: 380px;
		top: 50%;
		margin-top: -145px;
		left: 12px;
	}
	.banner_nav li {
		margin: 0 8px;
	}
	.leader_con .right img {
		display: block;
		width: 100%;
		float: none;
	}
	.leader_con .right ul {
		border: none;
		width: 100%;
		float: none;
		position: static;
	}
	.leader_con .right ul li {
		height: auto;
		padding: 35px 0;
		width: 50%;
		float: left;
		border: 1px solid #e5dcd8;
		border-left: none;
		margin-top: -1px;
		padding: 10px 0;
	}
	.leader_con .right ul li:nth-child(1),
	.leader_con .right ul li:nth-child(3) {
		border-left: 1px solid #e5dcd8;
	}
	.leader_con .right ul li p {
		position: relative;
		transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		text-align: center;
		margin: 0 auto;
		left: 0;
	}
	.leader_con .left h1 {
		font-size: 22px;
		margin-bottom: 40px;
		font-weight: bold
	}
}

.news_con {
	padding-top: 50px;
	padding-bottom: 60px;
	background: url(../img/news_2.jpg) no-repeat center bottom/cover;
}

.news_search {
	display: block;
	width: 100%;
	border: 8px solid #eeeff1;
	background: #fff;
	padding: 18px 50px;
	line-height: 34px;
	position: relative;
	padding-left: 135px;
	margin-bottom: 40px;
}

.news_search span {
	display: block;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -17px;
}

.news_search input[type="text"] {
	width: 64%;
	float: left;
	height: 36px;
	text-indent: 1em;
	border: 1px solid #dedede;
	font-size: 16px;
}

.news_search input[type="submit"] {
	width: 25%;
	float: right;
	height: 36px;
	border: none;
	border: 1px solid #1a318d;
	background: #1a318d;
	color: #fff;
	font-size: 16px;
	transition: all 0.3s;
}

.news_search input[type="submit"]:hover {
	color: #1a318d;
	background: #fff;
}

.news_con .list_a .i_left {
	width: 24%;
	float: left;
	background: #fff;
	margin-right: 1.3%;
}

.news_con .list_a .i_left:hover {
	-webkit-box-shadow: 0px 0px 25px #bfbcbc;
	-moz-box-shadow: 0px 0px 25px #bfbcbc;
	box-shadow: 0px 0px 25px #bfbcbc;
}

.news_con .list_a .i_left dl {
	padding: 0 20px;
}

.news_con .list_a .i_left p {
	padding: 10px 20px;
}

.news_con .list_a .i_left:last-child {
	margin-right: 0;
}

.news_con .list_a .i_right {
	width: 100%;
	float: none;
}

.news_con .list_a .i_right p {
	text-indent: 2em;
}

.news_con .list_a .i_right img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.news_con .list_a .i_right li {
	border: 1px solid #e9e9e9;
	background: #fff url(../img/news_3.png) no-repeat right 20px center;
	position: relative;
	padding-right: 50px;
}

.news_con .list_a {
	margin-bottom: 40px;
}

.news_con .list_a .i_right li:hover {
	border-color: #fff;
	-webkit-box-shadow: 0px 0px 25px #bbb8b8;
	-moz-box-shadow: 0px 0px 25px #bbb8b8;
	box-shadow: 0px 0px 25px #bbb8b8;
}

.newsswiper {
	display: none!important;
	margin-bottom: 0!important;
}

.newsswiper .swiper-pagination {
	bottom: 0;
}


/*.news_con .list_a .i_right li:hover p {
	color: #e60013;
}*/

@media (max-width: 992px) {
	.news_con .list_a .i_left {
		width: 48%;
		margin-bottom: 10px;
		margin-right: 4%;
	}
	.news_con .list_a .i_left:nth-child(2n) {
		margin-right: 0;
	}
	.news_con .pclist_a {
		display: none;
	}
	.newsswiper {
		display: block!important;
	}
}

@media (max-width: 768px) {
	.news_search {
		padding: 10px;
		text-align: center;
	}
	.news_search span {
		position: static;
		padding: 15px 0;
	}
	.news_search input[type="text"] {
		width: 72%;
	}
	.news_con .list_a .i_left {
		width: 100%;
		margin-right: 0 !important;
		padding: 0;
		margin-bottom: 30px;
	}
	.news_con .list_a .i_right li {
		padding-right: 10px;
		background: #fff;
		padding-left: 60px;
	}
	.news_con .list_a .i_right li .date {
		width: 60px;
	}
	.news_con .list_a .i_right .tit {
		padding-left: 10px;
	}
	.news_con .list_a .i_right .des {
		padding-left: 10px;
	}
}

.qua_con {
	padding-top: 40px;
	padding-bottom: 90px;
	background: url(../img/qua_1.jpg) no-repeat center bottom/cover;
}

.qua_con .index_b {
	margin-bottom: 50px;
}

.qua_con .tz-gallery {
	padding: 0;
}

.qua_con li {
	width: 22%;
	float: left;
	margin-right: 4%;
	position: relative;
	margin-bottom: 20px;
}

.qua_con li:nth-child(4n) {
	margin-right: 0;
}

.qua_con li img {
	display: block;
	width: 100%;
}

.qua_con li p {
	text-align: center;
	line-height: 45px;
	background: #d7d7d7;
	font-size: 14px;
	position: relative;
	z-index: 6;
	transition: all 0.3s;
}

.qua_con li a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition: all 0.3s;
	background: url(../img/qua_3.png) no-repeat center rgba(26, 49, 141, 0.5);
}

.qua_con li:hover a {
	opacity: 1;
}

.qua_con li:hover p {
	color: #fff;
	background: #1a318d;
}

@media (max-width: 768px) {
	.qua_con li {
		width: 46%;
		margin-right: 8%;
	}
	.qua_con li:nth-child(4n) {
		margin-right: 8%;
	}
	.qua_con li:nth-child(2n) {
		margin-right: 0;
	}
	.qua_con .index_b {
		margin-bottom: 30px;
	}
}

.job_con {
	padding-top: 50px;
	padding-bottom: 100px;
	background: url(../img/job_2.jpg) no-repeat center bottom/cover;
}

.job_con li {
	padding: 0;
	position: relative;
	z-index: 1;
}

.job_con li:hover {
	z-index: 2;
}

.job_con li .a {
	display: block;
	border: 1px solid #f0f1f2;
	background: #fff;
	padding: 40px 30px 60px;
	height: 280px;
	position: relative;
	z-index: 2;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.job_con li h1 {
	line-height: 1;
	font-size: 24px;
}

.job_con li .line {
	width: 58px;
	height: 1px;
	background: #8aca28;
	margin: 30px 0 25px;
}

.job_con li p {
	width: 100%;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #555555;
	margin-top: 5px;
}

.job_con li:hover .a {
	color: #333;
	/*background: #2ac5e5;*/
	-webkit-box-shadow: 0px 0px 15px #d7d7d7;
	-moz-box-shadow: 0px 0px 15px #d7d7d7;
	box-shadow: 0px 0px 15px #d7d7d7;
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
}

@media only screen and (max-width:768px) {
	.job_con li {
		margin-bottom: 10px;
	}
	.job_con li .a {
		padding: 10px;
		height: auto;
	}
	.job_con li:hover .a {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.job_con li h1 {
		font-size: 16px;
	}
	.job_con li .line {
		margin: 14px 0;
	}
	.job_con li p {
		font-size: 14px;
	}
}


/*.job_con li a:hover p,
.job_con li a:hover h1 {
	color: #fff;
}*/

.honor_con {
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../img/honor_5.jpg) no-repeat center bottom/cover;
}

.honor_con .box_title {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	border-bottom: 2px solid #f49e0b;
	margin-bottom: 32px;
}

.honor_con .box_title span {
	display: inline-block;
	text-align: center;
	line-height: 38px;
	width: 130px;
	background: #f49e0b;
}

.honor_con ul {
	margin-bottom: 20px;
}

.honor_con .box li {
	width: 31%;
	float: left;
	margin-right: 3.5%;
	padding: 6px;
}

.honor_con .box li:nth-child(3n) {
	margin-right: 0;
}

.honor_con .box li a {
	display: block;
}

.honor_con .box li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.honor_con .box li p {
	text-align: center;
	font-size: 14px;
	color: #555555;
	/*padding: 15px 10px;*/
	padding: 15px 4px 10px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.honor_con .box li a:hover p {
	color: #e60013;
}

.honor_con .box {
	position: relative;
	padding-right: 350px;
}

.honor_right {
	background: #fff;
	width: 317px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	margin-left: 24%;
	padding: 10px;
	top: 496px;
	/*-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;*/
}

.honor_right.on {
	position: fixed;
	/*top: 90px;*/
	top: 113px;
}

.honor_rightmain {
	padding-top: 300px;
	padding-left: 30px;
	padding-bottom: 80px;
	background: #fff url(../img/honor_6.jpg) no-repeat center top/100% auto;
}

@media only screen and (max-width:1366px) {
	.honor_rightmain {
		padding-top: 170px;
		padding-left: 20px;
		padding-bottom: 20px;
		background: #fff url(../img/honor_6_0.jpg) no-repeat center top/100% auto;
	}
}

.honor_right li {
	font-size: 18px;
	color: #555;
	line-height: 1;
	padding: 12px 0;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
	line-height: 1.4;
}

.honor_right li::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	background: #edeef1;
	left: 0;
	top: 50%;
	margin-top: -4px;
}

.honor_right li.on::after {
	background: #f49e0b;
}

.honor_right li a:hover {
	color: #f49e0b;
}

.box_title {
	overflow: hidden;
	position: relative;
}

.toppos {
	position: absolute;
	top: -80px;
	left: 0;
	text-indent: -9999px;
}

.toppos1 {
	position: absolute;
	top: -130px;
	left: 0;
	text-indent: -9999px;
}

@media (max-width: 1260px) {
	.honor_right {
		width: 290px;
	}
}

@media (max-width: 1200px) {
	.honor_right {
		margin-left: 20%;
	}
}

@media (max-width: 992px) {
	.honor_con .box {
		padding-right: 150px;
	}
	.honor_right {
		width: 150px;
	}
	.honor_right {
		padding-left: 5px;
	}
	.honor_right {
		margin-left: 24%;
	}
	.honor_right {
		top: 400px;
		padding-top: 150px;
	}
}

@media (max-width: 768px) {
	.honor_con .box {
		padding: 0;
	}
	.honor_con .box li {
		width: 46%;
		margin-right: 8%;
	}
	.honor_con .box li:nth-child(3n) {
		margin-right: 8%;
	}
	.honor_con .box li:nth-child(2n) {
		margin-right: 0%;
	}
	.honor_right {
		/*display: none !important;*/
		margin: 0;
		padding: 15px;
		width: 100%;
		left: 0;
		top: 345px;
		background: transparent;
	}
	.honor_right li {
		display: inline-block;
		width: 30%;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 11px;
		font-size: 13px;
	}
	.honor_right li::after {
		content: "";
		display: block;
		width: 4px;
		height: 4px;
		border-radius: 50%;
		position: absolute;
		background: #edeef1;
		left: 5px;
		top: 50%;
		margin-top: -2px;
	}
	.honor_rightmain {
		padding: 15px 0!important;
		background: #fff;
	}
	.honor_right.on {
		top: 55px;
		padding: 0;
	}
	.honor_con .box {
		margin-top: 140px;
	}
}

@media only screen and (max-width:560px) {
	.honor_right {
		top: 423px;
	}
}

.culture_con {
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../img/honor_5.jpg) no-repeat center bottom/cover;
}

.culture_con li {
	position: relative;
}

.culture_con li .side_a {
	width: 50%;
	height: 320px;
	float: left;
}

.culture_con li:nth-child(even) .side_a {
	float: right;
}

.culture_con li .side_b {
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}

.culture_con li .side_b .box {
	position: absolute;
	top: 50%;
	padding-left: 30px;
	width: 100%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	padding-right: 30px;
}

.culture_con li:nth-child(even) .side_b {
	right: auto;
	left: 0;
}

.culture_con li h1 {
	font-size: 26px;
	font-family: 'PFB';
}

.culture_con li p {
	font-size: 22px;
	color: #555555;
}

.culture_con li .line {
	width: 66px;
	height: 5px;
	background: #89ca28;
	margin: 15px 0;
}

.culture_con li:nth-child(2) .line {
	background: #29c4e3;
}

.culture_con li:nth-child(3) .line {
	background: #288af5;
}

.culture_con li:nth-child(4) .line {
	background: #faa719;
}

.culture_con li:nth-child(6) .line {
	background: #26c0df;
}

.culture_con li .img_box {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}

@media (max-width: 768px) {
	.culture_con li .side_a {
		width: 100%;
		height: 150px;
		float: none;
	}
	.culture_con li .side_b {
		position: static;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		width: 100%;
	}
	.culture_con li .side_b .box {
		position: static !important;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		padding-bottom: 15px;
	}
	.culture_con li:nth-child(even) .side_a {
		float: none;
	}
	.culture_con li {
		margin-bottom: 15px;
	}
	.culture_con li h1 {
		font-size: 16px;
		font-weight: bold;
		padding-top: 10px;
	}
	.culture_con li p {
		font-size: 14px;
	}
	.culture_con li .line {
		margin: 5px 0;
		height: 2px;
	}
}

.jiang_con {
	padding-top: 50px;
	padding-bottom: 80px;
	background: url(../img/jiang_2.jpg) no-repeat center bottom/cover;
}

.jiang_con li {
	padding: 20px;
	background: #fff;
	margin-bottom: 25px;
}

.jiang_con li .img_box {
	float: left;
	height: 240px;
	width: 32.5%;
	display: block;
}

.jiang_con li .txt {
	width: 66%;
	float: left;
	padding: 0 30px;
}

.jiang_con li .txt .tit {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
	display: block;
}

.jiang_con li .txt p {
	line-height: 2;
	height: 112px;
	width: 100%;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-bottom: 25px;
}

.jiang_con li .btbt {
	display: block;
	width: 160px;
	line-height: 46px;
	text-align: center;
	border: 1px solid #666666;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.jiang_con li .btbt span {
	text-align: left;
	display: inline-block;
	padding-right: 26px;
	background: url(../img/icon_right.png) no-repeat right center;
}

.jiang_con li .btbt:hover {
	border-color: #fff;
	color: #fff;
	background: #1a318d;
}

.jiang_con li .btbt:hover span {
	background-image: url(../img/icon_right0.png);
}

.jiang_con li {
	margin-bottom: 24px;
}

.jiang_con li:hover .img_box span {}

@media (max-width: 768px) {
	.jiang_con li .img_box {
		width: 100%;
		float: none;
		display: block;
		height: 200px;
		margin-bottom: 0px;
	}
	.jiang_con li .txt {
		width: 100%;
		float: none;
		padding: 0;
	}
	.jiang_con li .txt .tit {
		font-size: 14px;
		margin-bottom: 0;
		line-height: 40px;
		text-align: center;
	}
	.honor_con,
	.jiang_con,
	.job_con,
	.news_con,
	.qua_con,
	.culture_con,
	.contact_con,
	.index_horon {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.leader_con {
		padding: 30px 0 80px;
	}
	.about_con {
		padding-top: 30px;
	}
	.about_lr,
	.index_top {
		padding-bottom: 30px;
	}
	.about_list,
	.about_con .index_b {
		margin-bottom: 30px;
	}
	.about_lrcontainer {
		padding: 0;
	}
	.about_lr {
		padding-top: 45px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.about_lr .txt {
		text-align: justify;
	}
	.jiang_con li .btbt {
		display: none;
	}
	.jiang_con li {
		padding: 0;
	}
}

.job2_con {
	padding-top: 50px;
	padding-bottom: 100px;
	background: url(../img/job_2_2.jpg) no-repeat center bottom/cover;
}

.details {
	font-size: 17px;
	color: #555;
	text-align: center;
	line-height: 30px;
}

.details .box {
	margin-top: 10px;
}

.details .pic {
	float: left;
	width: 42.6%;
}

.details .pic img {
	width: 100%;
	display: block;
	margin-top: 20px;
}

.details .tbox {
	float: right;
	width: 53.89%;
	text-align: left;
}

.details .tbox h1 {
	font-size: 22px;
	color: #2789f4;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}

@media only screen and (max-width:768px) {
	.job2_con {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.details {
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}
	.details .pic,
	.details .tbox {
		width: 100%;
	}
	.details .pic img {
		display: none;
	}
	.details .pic img:nth-child(5n) {
		display: block
	}
	.details .tbox h1 {
		font-size: 16px;
		margin-top: 10px;
	}
	.jiang_con li .txt p {
		display: none;
	}
	.mnav {
		display: block;
	}
}

@media only screen and (max-width:1024px) {
	.banner_nav {
		display: none;
	}
	.mbanner_nav {
		display: block;
	}
}

@media only screen and (max-width:560px) {
	.pcbanner {
		display: none!important;
	}
	.phbanner {
		display: block!important;
	}
	.banner_list {
		padding: 0;
	}
	.banner_list ul {
		padding: 0!important;
	}
	.banner_list .un {
		background-color: #e9eaee;
		background-image: url(../img/b_list_1_m.png);
		background-size: auto 100%;
	}
	.banner_list li h1 {
		font-weight: bold;
	}
	.banner_list .un.nor h1 {
		color: #333333;
	}
	.list_a .i_left {
		padding: 5px;
		-webkit-box-shadow: 0px 0px 25px #e2e2e2;
		-moz-box-shadow: 0px 0px 25px #e2e2e2;
		box-shadow: 0px 0px 25px #e2e2e2;
	}
	.list_a .img_box {
		width: 50%;
		float: left;
		height: 120px;
	}
	.list_a .tbox {
		width: 50%;
		float: right;
	}
	.news_con .list_a .img_box,
	.news_con .list_a .i_left dl {
		width: 100%;
		float: none;
	}
	.news_con .list_a .img_box {
		height: 200px;
	}
	.news_con .list_a .i_left dl {
		padding: 15px;
	}
	.list_a .i_left dt {
		line-height: 26px;
		height: 52px;
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: normal;
	}
	.list_a .i_left dd {
		margin-top: 10px;
	}
	.list_a .i_left p {
		display: none;
	}
	.list_a .i_right li {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.list_a .i_right li .date {
		height: auto;
		margin-top: -30px;
	}
	.list_b {
		padding: 15px 30px;
		height: 205px;
		background-position: bottom center;
		background-size: 100% auto;
	}
	.list_b::after {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
		box-shadow: 0px 0px 20px #fbfbfb;
	}
	.list_b li span {
		margin: 0;
		padding: 0 0 5px 0!important;
	}
	.index_b p {
		color: #d6d6d4;
		font-size: 12px;
		margin-top: 10px
	}
	.title_a .b {
		font-size: 15px;
		text-transform: uppercase;
		color: #d6d6d4;
	}
	.title_a .t {
		font-size: 22px;
		font-family: 'PFB';
		font-weight: bold
	}
	.list_a .i_left dl {
		padding: 0 10px;
	}
	.honor_swiper .swiper-pagination {
		display: block;
		position: static;
		margin-top: 15px;
	}
	.swiper-pagination-bullet {
		border: 2px solid #5d5d5d;
		background: none;
	}
	.swiper-pagination-bullet-active {
		background: #2c38b0;
		border-color: #2c38b0;
	}
	.index_more {
		margin-top: 20px;
	}
	footer {
		padding-top: 20px;
	}
	footer .box {
		height: auto;
	}
	footer .f_a {
		padding-right: 15px;
		border: none;
	}
	footer .f_a img {
		width: 100%;
	}
	footer .f_b {
		float: right;
		width: 74%;
		padding-top: 0;
		text-align: left;
		border-left: 1px solid #324594;
	}
	footer .f_b .add {
		margin-bottom: 0;
	}
	footer .f_b p {
		padding-left: 20px;
		background-size: 6% auto!important;
		background-position-y: 5px!important;
	}
	footer .f_b .fax {
		margin: 0;
	}
	.foot_copyright {
		margin-top: 20px;
	}
	.foot_copyright {
		padding: 10px 0;
		font-size: 12px;
	}
	.banner_nav .no {
		display: none;
	}
	.index_b {
		text-align: center;
		margin-bottom: 10px;
	}
}