body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}


html {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

input,
textarea,
select,
button,
area {
	font-family: 'microsoft yahei';
	appearance: button;
	-moz-appearance: button;
	-webkit-appearance: button;
	outline: none;

}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #2b292f;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

img {
	border: 0;
	display: block;
	font-size: 0;
}

body {
	color: #444;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	background: #fff;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}



.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 92%;
	max-width: 1200px;
	margin: auto;
}

.img-box {
	width: 100%;
	overflow: hidden;
}

/*header*/

.header {
	width: 100%;
}

.header .section {
	padding: 20px 0 40px 0;
	overflow: hidden;
}

.link-a {
	width: 100%;
	max-width: 315px;
	float: right;
	margin-right: 15px;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}

.link-a a {
	display: inline-block;
	color: #888;
	margin: 0 4px;
}

.link-a a:hover {
	color: #14286f;
}

.link-a span {
	display: inline-block;
	font-size: 12px;
	color: #888;
}

.header .logo {
	float: left;
}

.header .logo img {
	max-width: 100%;
	display: block;
}

.search {
	width: 315px;
	float: right;
	border-radius: 25px;
	height: 38px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}

.search input.username {
	width: 80%;
	float: left;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #c4c4c4;
	background: #fff;
	text-indent: 0.5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.search input.da_button {
	width: 20%;
	float: left;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 12px;
	color: #CCC;
	background: url(../search.jpg) no-repeat center center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.header .menu {
	width: 100%;
	background: #0054a5;
}

.header .menu ul {
	width: 92%;
	max-width: 1200px;
	margin: auto;
}

.header .menu ul li {
	float: left;
	position: relative;
	text-align: center;
	width: 14.25%;
}

.header .menu ul li a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 55px;
	color: #fff;
}

.header .menu ul li a:hover {
	background: #14286f;
	color: #fff;
}

.header .menu ul li.on {
	background: #14286f;
	color: #fff;
}

.header .menu li .drop {
	background: url("../menu.png");
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 55px;
	display: none;
	z-index: 999;
}

.header .menu li .drop ul {
	width: 100%;
	margin: 0 auto;
}

.header .menu li .drop li {
	width: 100%;
}

.header .menu li .drop li a {
	font-size: 15px;
	padding: 0;
	line-height: 42px;
}

.header .menu li .drop li a:hover {
	background: #0054a5;
	color: #fff;
}

.m_menu {
	background: url(../icon_nav.png) no-repeat center;
	background-size: 100%;
	width: 40px;
	position: absolute;
	right: 5px;
	top: 0;
	height: 68px;
	display: none;
}

.h30 {
	width: 100%;
	height: 30px;
}

.h05 {
	width: 100%;
	height: 5px;
	overflow: hidden;
}


.i-title {
	width: 100%;
	height: 65px;
	margin: 10px 0 20px 0;
	text-align: center;
	border-bottom: 2px solid #e3e3e3;
	position: relative;
}

.i-title span {
	display: block;
	float: left;
	line-height: 65px;
	font-size: 24px;
	border-bottom: 2px solid #0054a5;
	font-weight: bold;
	position: absolute;
	bottom: -2px;
	;
	z-index: 10;
	color: #0054a5;
}

.i-title a {
	float: right;
	text-transform: uppercase;
	line-height: 65px;
	font-size: 16px;
	color: #0054a5;
}

.i-title a:hover {
	font-weight: bold;
}

/*i-news*/
.news-box {
	width: 100%;
	overflow: hidden;
}

.focus {
	width: 49%;
	float: left;
	position: relative;
	background: #000;
}

.focus img {
	width: 100%
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	display: block;
	text-align: left;
}

.focus .shadow span {
	display: block;
	padding: 0 40px;
}

.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}

.focus .fcon img {
	display: block;
}

.focus .fbg {
	bottom: 25px;
	right: 40px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
	display: none;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 40px;
	height: 60px;
	z-index: 11;
}

.focus .prev {
	bottom: 0;
	left: 0;
	background: url("../prev.png");
	cursor: pointer;
}

.focus .next {
	bottom: 0;
	right: 0;
	background: url("../next.png");
	cursor: pointer;
}

.focus .prev:hover {
	background: #0c4596 url("../prev.png");
}

.focus .next:hover {
	background: #0c4596 url("../next.png");
}

.news-box .news-jd {
	width: 49%;
	float: right;
	overflow: hidden;
}

.aui-nav-content-box {
	width: 100%;
	position: relative;
}

.aui-nav-list-box {
	width: 100%;
	margin: auto;
	overflow: hidden;
	zoom: 1;
	border-bottom: none;
	z-index: 110;
	display: block;
}

.aui-nav-list-box ul {
	width: 100%;
	margin: auto;
}

.aui-nav-list-box ul li {
	float: left;
	color: #000;
	height: 44px;
	cursor: pointer;
	line-height: 44px;
	width: 134px;
	margin-right: 10px;
	text-align: center;
	font-size: 16px;
}

.aui-nav-list-box ul li a {
	background: #f6f6f6;
	display: block;
	width: 100%;
	color: #4a4a4a;
}

.aui-nav-list-box ul .aui-current a {
	background: #0054a5;
	color: #fff;
}

.aui-nav-list-box ul li a:hover {
	background: #0054a5;
	color: #fff;
}

.aui-nav-list-item {
	display: none;
	margin-top: 10px;
}

.news-list {
	width: 100%;
	overflow: hidden;
}

.news-list ul {
	width: 100%;
}

.news-list ul li {
	width: 100%;
	display: block;
	margin: 6px 0;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.news-list ul li a {
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #444444;
	font-size: 16px;
}

.news-list .news-list-title {
	width: 80%;
	float: left;
}

.news-list .news-list-time {
	width: 18%;
	float: right;
	text-align: right;
	color: #939292;
}

.news-list ul li i {
	display: block;
	width: 12px;
	margin-right: 5px;
	height: 30px;
	float: left;
}

.news-list ul li a:hover {
	color: #015cb9;
}

.news-box .news-jd .news-list ul li i {
	background: url("../ld.png") no-repeat left center;
}

.mode-list {
	height: 309px;
}

.mode-list .mode-item {
	width: 16.666%;
	height: 309px;
	float: left;
	overflow: hidden;
	transition: width .4s;
}

.mode-list .mode-wrap {
	width: 600px;
	height: 309px;
}

.mode-list .mode-view {
	float: left;
	width: 200px;
	height: 309px;
	opacity: 1;
	position: relative;
}

.mode-list .mode-view a {
	width: 90%;
	display: block;
	padding: 20px 5%;
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 10;
}

.mode-list .mode-view h2 {
	font-size: 20px;
	line-height: 35px;
}

.mode-list .mode-view em {
	display: block;
	width: 39px;
	height: 2px;
	background: #fff;
	margin: 10px 0;
}

.mode-list .mode-view img {
	width: 100%;
}

.mode-list .mode-detail {
	float: left;
	color: #fff;
	width: 400px;
	height: 309px;
	opacity: 0;
	position: relative;
}

.mode-list .mode-detail a {
	width: 90%;
	padding: 20px 5%;
	display: block;
	position: absolute;
	bottom: 0;
	color: #fff;
	z-index: 10;
}

.mode-list .mode-detail h2 {
	font-size: 20px;
}

.mode-list .mode-detail em {
	display: block;
	width: 39px;
	height: 2px;
	background: #fff;
	margin: 10px 0;
}

.mode-list .mode-detail p {
	font-size: 15px;
}

.mode-list .mode-detail img {
	width: 100%;
}

.mode-list .mode-item.active {
	width: 400px;
}

.mode-list .mode-item.active .mode-wrap {
	margin-left: -200px;
	opacity: 1;
}

.mode-list .mode-item.active .mode-view {
	opacity: 0;
}

.mode-list .mode-item.active .mode-detail {
	opacity: 1;
}

.mode-list .mode-item.active .mode-detail a {
	background: url("../mode-detail.png");
}

.xm {
	background: url("../service01.jpg") no-repeat;
}

.sy {
	background: url("../service02.jpg") no-repeat;
}

.zl {
	background: url("../service03.jpg") no-repeat;
}

.yh {
	background: url("../service04.jpg") no-repeat;
}

.ch {
	background: url("../service05.jpg") no-repeat;
}

.news-box .news-announcement {
	width: 48%;
	position: relative;
	float: left;
}

.news-box .news-announcement .ggnews-list {
	width: 100%;
	overflow: hidden;
}

.news-box .news-announcement .ggnews-list .box {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
}

.news-box .news-announcement .ggnews-list dl {
	width: 100%;
	margin: 0 auto 10px auto;
	position: relative;
}

.news-box .news-announcement .ggnews-list dl dt {
	width: 22%;
	float: left;
	border-radius: 6px;
	text-align: center;
	border: 1px solid #0054a5;
	background: #fff;
	color: #0054a5;
}

.news-box .news-announcement .ggnews-list dl dt span {
	font-size: 18px;
	line-height: 30px;
}

.news-box .news-announcement .ggnews-list dl dt p {
	font-size: 12px;
	line-height: 20px;
}

.news-box .news-announcement .ggnews-list dl dd {
	width: 76%;
	font-size: 16px;
	line-height: 25px;
	color: #495056;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	float: right;
}

.news-box .news-announcement .ggnews-list a:hover dt {
	background: #0054a5;
	color: #fff;
}

.news-box .news-announcement .ggnews-list a:hover dd {
	color: #0054a5;
}


.news-subsidiary .news-list ul li {
	margin: 9px 0;
}

.news-box .news-list ul li i {
	background: url("../ld.png") no-repeat left center;
}

.news-box .news-subsidiary {
	width: 48%;
	position: relative;
	overflow: hidden;
	float: right;
}

.news-box .news-subsidiary .aui-nav-content-box {
	margin: 30px 0 20px 0;
}

.scroll_horizontal {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}

.scroll_horizontal .list li {
	float: left;
	width: 300px;
	text-align: center;
}

.scroll_horizontal .list li a {
	display: block;
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 96%;
}

.scroll_horizontal .list li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.scroll_horizontal .list .img-txt {
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 0;
	text-align: left;
	padding: 10px 0;
	background: url("../h2.png");
}

.scroll_horizontal .list li h4 {
	font-size: 16px;
	padding: 0 10px;
	line-height: 24px;
	color: #fff;
}

.scroll_horizontal .list li p {
	font-size: 16px;
	padding: 0 10px;
	line-height: 24px;
	color: #fff
}

.scroll_horizontal .plus {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 54px;
	margin-top: -27px;
	background: url("../p-l-h.png") no-repeat;
	cursor: pointer;
}

.scroll_horizontal .minus {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 54px;
	margin-top: -27px;
	background: url("../n-r-h.png") no-repeat;
	cursor: pointer;
}

.scroll_horizontal .plus {
	left: 5px;
}

.scroll_horizontal .minus {
	right: 5px;
}

.scroll_horizontal .plus:hover {
	background: url("../p-l-h.png") no-repeat;
}

.scroll_horizontal .minus:hover {
	background: url("../n-r-h.png") no-repeat;
}

.scroll_horizontal .list li a:hover img {
	transform: scale(1.15, 1.15);
	transition: transform 0.6s ease 0s;
}

.location {
	width: 100%;
	padding: 20px 0;
	background: #f7f7f7;
	margin-bottom: 50px;
}

.location span {
	font-size: 24px;
	color: #0054a5;
	font-weight: bold;
}

.location img {
	float: right;
}

.news-box .main-fl {
	width: 20%;
	float: left;
}

.news-box .main-fl .main-class {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.news-box .main-fl .main-class li {
	width: 100%;
	height: 65px;
	line-height: 65px;
	background: #f8f8f8 url("../main-class.png") no-repeat bottom center;
}

.news-box .main-fl .main-class li a {
	display: block;
	color: #666666;
	font-size: 16px;
	background: url("../ul.png") no-repeat right center;
}

.news-box .main-fl .main-class li i {
	display: block;
	width: 12px;
	margin: 0 14px;
	height: 65px;
	float: left;
	background: url("../ld.png") no-repeat left center;
}

.news-box .main-fl .main-class li a:hover {
	background: #0054a5 url("../ul-hover.png")no-repeat right center;
	color: #fff;
}

.news-box .main-fl .main-class li a:hover i {
	background: url("../ld-h.png") no-repeat left center;
}

.news-box .main-fl .main-class li a.on {
	background: #0054a5 url("../ul-hover.png")no-repeat right center;
	color: #fff;
}

.news-box .main-fl .main-class li a.on i {
	background: url("../ld-h.png") no-repeat left center;
}

.news-box .main-fl .main-class li a.choose {
	background: #0054a5 url("../ul-hover.png")no-repeat right center;
	color: #fff;
}

.news-box .main-fl .main-class li a.choose i {
	background: url("../ld-h.png") no-repeat left center;
}



.news-box .main-fr {
	width: 77%;
	float: right;
}

.main-nav {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	display: none;
}

.main-nav .left-now {
	float: left;
	height: 60px;
	line-height: 60px;
}

.main-nav .left-now span {
	display: block;
	color: #0054a5;
	height: 58px;
	line-height: 58px;
	font-weight: bold;
	font-size: 26px;
	float: left;
	border-bottom: 2px solid #0054a5;
}

.news-box .page-box {
	width: 100%;
	margin: 30px auto;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.news-box .page-box img {
	max-width: 100%;
	margin: auto;
}

.news-box .page-box h4 {
	font-size: 16px;
	font-weight: bold;
	color: #0054a5;
}

.news-box .page-box h5 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.news-box .page-box span {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.news-box .wh-img {
	width: 100%;
	overflow: hidden;
}

.news-box .wh-img li {
	float: left;
	width: 32%;
}

.news-box .wh-img li img {
	max-width: 100%;
}

.news-box .wh-img li.sec {
	width: 32%;
	margin: 0 2%;
}

.news-box .cp-box {
	width: 100%;
	margin: 30px auto;
	font-size: 16px;
	line-height: 34px;
	color: #666666;
}

.cp-zdxm {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news-box .cp-box .cp-zdxm li {

	width: 33.333%;
	margin-bottom: 20px;
	text-align: center;
}

.news-box .cp-box .cp-zdxm li a {
	display: block;
	overflow: hidden;
	position: relative;
	margin: auto;
	width: 92%;
}

.news-box .cp-box .cp-zdxm li img {
	max-width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-box .cp-box .cp-zdxm .img-txt {
	width: 100%;
	position: absolute;
	z-index: 10;
	bottom: 0;
	text-align: left;
	padding: 10px 0;
	background: url("../h2.png");
}

.news-box .cp-box .cp-zdxm li h4 {
	font-size: 16px;
	padding: 0 10px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #fff;
}

.news-box .cp-box .cp-zdxm li p {
	font-size: 14px;
	padding: 0 10px;
	line-height: 24px;
	color: #fff
}

.news-box .cp-box .cp-zdxm li a:hover img {
	transform: scale(1.15, 1.15);
	transition: transform 0.6s ease 0s;
}

.news-box .cp-box dl {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.news-box .cp-box dl a {
	width: 98%;
	display: block;
	background: #f8f8f8;
	overflow: hidden;
	margin: auto;
}

.news-box .cp-box dl dt {
	width: 18%;
	float: left;
}

.news-box .cp-box dl dt img {
	width: 40px;
	height: 40px;
	margin: 20px auto;
	border-radius: 5px;
}

.news-box .cp-box dl dd {
	width: 80%;
	margin-left: 1%;
	padding: 20px 0;
	float: left;
}

.news-box .cp-box dl dd {
	font-size: 16px;
	line-height: 40px;
	color: #646464;
}

.news-box .cp-box dl a:hover dl dd {
	color: #015cb9;
}

.w3 .cp-yw li {
	width: 31.333%;
	margin: 0 1% 10px 1%;
}

.w4 .cp-yw li {
	width: 23%;
	margin: 0 1% 10px 1%;
}

.cp-yw li {
	float: left;
	position: relative;
	overflow: hidden
}

.cp-yw li a {
	display: block;
	position: relative;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px;
}

.cp-yw .img-box {
	border-radius: 5px;
	overflow: hidden;
}

.cp-yw li img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.cp-yw li h4 {
	margin: 15px 0;
	font-size: 16px;
	padding: 0 10px 0 20px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #333333;
	position: relative;
	transition: 0.4s;
}

.cp-yw li h4::before {
	content: '';
	width: 9px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 5px;
	background: url(../icon07.png);
}

.cp-yw li h4::after {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../icon08.png);
	border: 1px solid #6a6a6a;
	border-radius: 50%;
}

.cp-yw li:hover .img-box img {
	opacity: 0.9;
	transform: scale(1.1)
}

.cp-yw li:hover h4 {
	color: #0054a5;
	font-weight: bold;
}

.cp-yw li:hover h4::before {
	background: url(../icon07-h.png);
}

.cp-yw li:hover h4::after {
	background: #0054a5 url(../icon08-h.png);
	border: 1px solid #0054a5;
}

.news-box .cp-detail-box {
	width: 100%;
	font-size: 16px;
	line-height: 34px;
	color: #282828;
}

.news-box .cp-detail-box h2 {
	color: #3b3b3b;
	padding: 5px 5px;
	background: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.news-box .cp-detail-box img {
	max-width: 100%;
	margin: 30px auto;
}

.news-box .news-up-down {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	margin-top: 20px;
	padding: 30px 0;
}

.news-box .news-up-down .news-up-down-fl {
	float: left;
}

.news-box .news-up-down .news-up-down-fr {
	float: right;
}

.news-box .news-up-down a {
	color: #015cb9;
	font-size: 14px;
	margin-right: 10px;
	border-bottom: 1px solid #015cb9;
}

.news-box .news-query-list ul {
	width: 100%;
	margin-top: 10px;
}

.news-box .news-query-list ul li {
	width: 100%;
	display: block;
	border-bottom: 1px dashed #e3e3e3;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.news-box .news-query-list ul li a {
	width: 100%;
	display: block;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	color: #444444;
	font-size: 16px;
}

.news-box .news-query-list .news-list-title {
	width: 78%;
	float: left;
}

.news-box .news-query-list .news-list-time {
	width: 20%;
	float: right;
	text-align: right;
	color: #939292;
}

.news-box .news-query-list ul li i {
	display: block;
	width: 15px;
	margin-right: 10px;
	background: url("../ld.png") no-repeat left center;
	height: 45px;
	float: left;
}

.news-box .news-query-list ul li a:hover {
	color: #015cb9;
}

.news-intro .news-video {
	width: 100%;
	max-width: 700px;
	margin: 40px auto;
}


/*发展历程*/
.main-lc {
	width: 94%;
	margin: 30px 0;
	padding: 30px 3%;
	overflow: hidden;
	background: #f8f8f8 url("../main-lc.jpg") no-repeat bottom center;
}

.main-lc-fl {
	width: 50%;
	float: left;
	text-align: right;
}

.main-lc-fr {
	width: 50%;
	float: right;
	background: url("../ls.jpg") repeat-y left top;
	padding-top: 60px;
}

.main-lc h3 {
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 10px;
	color: #0054a5;
}

.main-lc span {
	background: #e60012;
	padding: 1px 5px;
	font-size: 16px;
	color: #fff;
}

.main-lc p {
	font-size: 16px;
	color: #606060;
	padding: 13px 0;
}

.main-lc .main-lc-fl .main-lc-txt {
	margin-bottom: 20px;
	background: url("../fl-x.png") no-repeat right top;
	padding-right: 40px;
}

.main-lc .main-lc-fr .main-lc-txt {
	margin-bottom: 20px;
	background: url("../fr-x.png") no-repeat left top;
	padding-left: 40px;
	margin-left: 4px;
}


.news-box .news-intro {
	width: 100%;
	padding: 30px 0;
	margin: auto;
}

.news-box .news-intro h2 {
	color: #3b3b3b;
	padding: 5px 5px;
	background: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
}

.news-box .news-intro .news-time {
	width: 100%;
	margin: auto;
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #e3e3e3;
	color: #666666;
	text-align: center;
}

.news-box .news-intro .news-content {
	width: 100%;
	margin: auto;
	padding-top: 20px;
	line-height: 35px;
	font-size: 16px;
	color: #282828;
}

.news-box .news-intro .news-content img {
	max-width: 100%;
	margin: 5px auto;
}

.news-box .news-intro .news-content p {
	padding: 10px 0;
}

.news-box .contact-box {
	width: 100%;
	margin: 30px auto;
}

.news-box .contact-box .contact-box-fl {
	width: 35%;
	float: left;
}

.news-box .contact-box .contact-box-fl h1 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 80px;
	line-height: 30px;
	color: #111;
}

.news-box .contact-box .contact-box-fl h3 {
	font-size: 15px;
	line-height: 30px;
	color: #333;
}

.news-box .contact-box .contact-box-fl p {
	font-size: 14px;
	line-height: 30px;
	color: #555;
}

.news-box .contact-box .contact-box-fr {
	width: 62%;
	float: right;
}

.news-box .contact-box img {
	max-width: 100%;
}

.main-recruitment {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.main-recruitment ul {
	width: 100%;
	background: #0054a5;
	margin: auto;
	overflow: hidden;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
}

.main-recruitment ul li {
	float: left;
	text-align: center;
}

.main-recruitment ul li.re01 {
	width: 150px;
	border-right: 1px solid #eee;
}

.main-recruitment ul li.re02 {
	width: 280px;
	text-align: left;
	padding-left: 20px;
}

.main-recruitment ul li.re03 {
	width: 70px;
}

.main-recruitment ul li.re04 {
	width: 215px;
}

.main-recruitment ul li.re05 {
	width: 100px;
	height: 55px;
}

.main-recruitment ul li.re06 {
	width: 70px;
}

.main-recruitment ul li.re07 {
	width: 75px;
}

.list {
	width: 100%;
	overflow: hidden;
}

.list ul li {
	overflow: hidden;
	background: #fff;
	margin: 10px 0;
	font-size: 15px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	box-shadow: 0 0 10px #f1f1f1;
}

.list ul li a {
	width: 100%;
	margin: auto;
	display: block;
	height: 55px;
	overflow: hidden;
	font-size: 15px;
	color: #333;
	line-height: 55px;
	position: relative;
}

.list ul li .re01 {
	width: 150px;
	text-align: center;
	border-right: 1px solid #eee;
	font-size: 15px;
	float: left;
	color: #1d1d1d;
}

.list ul li .re02 {
	width: 280px;
	text-align: left;
	float: left;
	padding-left: 20px;
}

.list ul li .re03 {
	width: 70px;
	float: left;
}

.list ul li .re04 {
	width: 215px;
	float: left;
}

.list ul li .re05 {
	width: 100px;
	height: 55px;
	float: left;
}

.list ul li .re06 {
	width: 70px;
	float: left;
}

.list ul li .re07 {
	width: 75px;
	float: left;
	text-align: left;
	color: #0054a5;
}

.list ul li .re07 span {
	display: block;
	margin: 0 5px 0 10px;
	width: 14px;
	height: 55px;
	float: left;
	background: url("../x-j.png") no-repeat left center;
}

.list ul li .inactive {}

.list ul li .inactives {
	color: #0054a5;
}

.list ul li ul {
	display: none;
	background: #f0f3f8;
}

.list ul li ul li {
	border-top: 0;
	margin: 0;
	background-color: #fff;
	text-align: left;
	font-size: 15px;
	line-height: 35px;
	color: #5c5c5c;
}

.list .zp-txt {
	margin-left: 150px;
	padding: 25px 30px;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee
}

.list .zp-txt h5 {
	font-size: 20px;
	line-height: 45px;
	color: #000;
}

.list .td {
	padding: 0 0 0 30px;
}

.list .td:hover {
	color: #dda645;
}


.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #f5f5f5;
	padding: 0 10px;
	margin: 5px 3px 0 3px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #0054a5;
	color: #fff;
}


.foot-box {
	width: 100%;
	background: #0054a5 url("../foot-box.jpg") no-repeat center top;
	padding: 40px 0;
}

.foot-box .foot-menu {
	width: 70%;
	float: left;
	padding: 0 0 30px 0;
}

.foot-box .foot-menu h4 {
	font-size: 15px;
	color: #ffffff;
	margin-bottom: 20px;
}

.foot-box .foot-menu ul {
	float: left;
	border-right: 1px solid #3371b1;
	padding: 0 26px;
	min-height: 195px;
}

.foot-box .foot-menu ul li {
	width: 100%;
	color: #a9c3e9;
	font-size: 15px;
	line-height: 30px;
}

.foot-box .foot-menu ul li a {
	color: #a9c3e9;
}

.foot-box .foot-contact {
	float: right;
	color: #fff;
	text-align: center;
}

.foot-box .foot-contact h1 {
	font-size: 18px;
	line-height: 30px;
}

.foot-box .foot-contact h3 {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 30px;
}

.foot-box .foot-contact p {
	font-size: 14px;
	line-height: 30px;
}

.foot-box .foot-menu ul li a:hover,
.footer a:hover {
	color: #fff;
}

.footer {
	width: 100%;
	color: #908f8f;
	font-size: 14px;
	padding: 15px 0;
	background: #1d1d1d;
	line-height: 24px;
	overflow: hidden;
}

.footer a {
	color: #908f8f;
}

.footer .copyright {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.body1 {
	position: relative;
	margin-bottom: 30px;
}

.body1 .swiper1 {
	width: 80%;
	margin: 0 auto;
}

.body1 .swiper-button-prev {
	border: 1px solid #e5e5e5;
	line-height: 42px;
	font-size: 18px;
	width: 6%;
}

.body1 .swiper-button-prev::after {
	font-size: 24px;
	font-weight: bold;
	color: #e5e5e5;
}

.body1 .swiper-button-prev:hover {
	background: #0054a5;
}

.body1 .swiper-button-prev:hover:after {
	color: #fff;
}

.body1 .swiper-button-next {
	border: 1px solid #e5e5e5;
	line-height: 42px;
	font-size: 18px;
	width: 6%;
}

.body1 .swiper-button-next::after {
	font-size: 24px;
	font-weight: bold;
	color: #e5e5e5;
}

.body1 .swiper-button-next:hover {
	background: #0054a5;
}

.body1 .swiper-button-next:hover:after {
	color: #fff;
}

.body1 .swiper1 .title {
	line-height: 42px;
	font-size: 18px;
	border: 1px solid #e5e5e5;
	cursor: pointer;
	margin: 0 4px;
	overflow: hidden;
	color: #333;
	text-align: center;
}

.swiper-slide-thumb-active .title {
	background: #0054a5;
	color: #fff !important;
}

.imgbox {
	width: 31%;
	background: #f7f7f7;
	margin: 2% 1%;
	box-sizing: border-box;
	padding: 1% 1%;
}

.imgbox img {
	max-width: 100%;
}

.imgbox .text {
	padding: 10px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

@media (max-width:1200px) {
	.header {
		height: auto;
		background: #fff;
		position: relative;
	}

	.header .section {
		width: 100%;
		padding: 14px 0;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 68px;
		background: #00599f;
		width: 100%;
		display: none;
		z-index: 999;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1573bd;
	}

	.header .menu ul li a {
		padding: 0;
		line-height: 40px;
		color: #fff;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .logo {
		padding: 0 10px;
	}

	.header .logo img {
		height: 40px;
	}

	.search {
		display: none;
	}

	.foot-box .foot-menu {
		width: 100%;
	}

	.foot-box .foot-contact {
		display: none;
	}

	.scroll_horizontal {
		width: 870px;
	}

	.scroll_horizontal .box {
		width: 870px;
	}

	.scroll_horizontal .list li {
		width: 290px;
	}

	.focus {
		width: 100%;
	}

	.news-box .news-jd {
		width: 100%;
		margin-top: 10px;
	}

	.news-box .news-announcement {
		width: 100%;
	}

	.news-box .news-subsidiary {
		width: 100%;
	}

	.footer {
		text-align: center;
	}

	.footer .fr {
		display: block;
		width: 100%;
		text-align: center;
	}

	.main-recruitment ul li.re01 {
		width: 24%;
	}

	.main-recruitment ul li.re02 {
		width: 48%;
		padding-left: 2%;
	}

	.main-recruitment ul li.re07 {
		width: 25%;
	}

	.main-recruitment ul li.re03,
	.main-recruitment ul li.re04,
	.main-recruitment ul li.re05,
	.main-recruitment ul li.re06 {
		display: none;
	}

	.list ul li .re03,
	.list ul li .re04,
	.list ul li .re05,
	.list ul li .re06 {
		display: none;
	}

	.list ul li .re01 {
		width: 24%;
	}

	.list ul li .re02 {
		width: 48%;
		padding-left: 2%;
	}

	.list ul li .re07 {
		width: 25%;
	}

	.list .zp-txt {
		margin-left: 24%;
	}

	.mode-list .mode-item {
		width: 31.333%;
		margin: 10px 1%;
	}

	.mode-list .mode-wrap {
		width: 100%;
	}

	.mode-list .mode-view {
		display: none;
	}

	.mode-list .mode-detail {
		width: 100%;
		opacity: 1;
	}

	.mode-list .mode-detail a {
		background: url(../mode-detail.png);
		width: 90%;
		padding: 20px 5%;
		display: block;
		position: absolute;
		bottom: 0;
		color: #fff;
		z-index: 10;
	}

	.mode-list .mode-detail h2 {
		font-size: 20px;
	}

	.mode-list .mode-detail em {
		display: block;
		width: 39px;
		height: 2px;
		background: #fff;
		margin: 10px 0;
	}

	.mode-list .mode-detail p {
		font-size: 15px;
	}

	.mode-list .mode-detail img {
		width: 100%;
	}

	.mode-list .mode-item.active {
		width: 31.333%;
	}

	.mode-list .mode-item.active .mode-wrap {
		margin-left: 0;
		opacity: 1;
	}

	.link-a {
		display: none;
	}

}

@media (max-width:1024px) {

	.scroll_horizontal {
		width: 580px;
	}

	.scroll_horizontal .box {
		width: 580px;
	}

	.scroll_horizontal .list li {
		width: 290px;
	}
}

@media (max-width:999px) {
	.foot-box .foot-menu {
		display: none;
	}

	.foot-box .foot-contact {
		display: block;
		width: 100%;
	}
}

@media (max-width:856px) {
	.location {
		margin-bottom: 25px;
	}

	.news-box .main-fl {
		width: 100%;
	}

	.news-box .main-fl .main-class {
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
	}

	.news-box .main-fl .main-class::-webkit-scrollbar {
		display: none
	}

	.news-box .main-fl .main-class li {
		display: inline-block;
		width: 160px;
		height: 48px;
		line-height: 48px;
		margin-right: 6px;
	}

	.news-box .main-fl .main-class li i {
		height: 48px;
	}

	.news-box .main-fr {
		width: 100%;
		margin-top: 40px;
	}

	.news-box .contact-box .contact-box-fl {
		width: 100%;
	}

	.news-box .contact-box .contact-box-fl h1 {
		font-size: 18px;
		margin-top: 10px;
	}

	.news-box .contact-box .contact-box-fl h3 {
		font-size: 14px;
	}

	.news-box .contact-box .contact-box-fl p {
		font-size: 14px;
	}

	.news-box .contact-box .contact-box-fr {
		width: 100%;
		margin-top: 30px;
	}

	.imgbox {
		width: 45%;
	}
}

@media (max-width:768px) {
	.header .logo {
		padding: 5px 10px;
	}

	.header .logo img {
		height: 30px;
	}
}

@media (max-width:658px) {

	.scroll_horizontal {
		width: 290px;
	}

	.scroll_horizontal .box {
		width: 290px;
	}

	.scroll_horizontal .list li {
		width: 290px;
	}

	.mode-list .mode-item {
		width: 100%;
		margin: 10px 0;
	}

	.mode-list .mode-item.active {
		width: 100%;
	}

	.xm {
		background: url("../service01.jpg") no-repeat;
		background-size: 100%;
	}

	.sy {
		background: url("../service02.jpg") no-repeat;
		background-size: 100%;
	}

	.zl {
		background: url("../service03.jpg") no-repeat;
		background-size: 100%;
	}

	.yh {
		background: url("../service04.jpg") no-repeat;
		background-size: 100%;
	}

	.ch {
		background: url("../service05.jpg") no-repeat;
		background-size: 100%;
	}

	.focus {
		width: 100%;
	}

	.news-box .news-jd {
		width: 100%;
		margin-top: 30px;
	}

	.news-box .news-jd .news-list {
		width: 100%;
	}

	.news-box .news-announcement {
		width: 100%;
	}

	.news-box .news-subsidiary {
		width: 100%;
	}

	.news-box .news-announcement .i-title {
		position: relative;
	}

	.set-title ul {
		margin: 0;
	}

	.set-title ul li {
		margin-left: 0;
	}

	.news-box .news-intro h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.main-lc h3 {
		font-size: 22px;
		line-height: 40px;
	}

	.main-lc span {
		font-size: 14px;
	}

	.main-lc p {
		font-size: 14px;
		padding: 8px 0;
	}

	.cp-yw li {
		width: 33.333%;
	}

	.news-box .cp-box .cp-zdxm li {
		width: 100%;
	}

	.news-box .cp-box dl {
		width: 100%;
	}

	.location span {
		font-size: 18px;
	}

	.location img {
		height: 15px;
		margin-top: 5px;
	}

	.news-box .wh-img li {
		width: 100%;
	}

	.news-box .wh-img li.sec {
		width: 100%;
		margin: 10px 0;
	}

	.news-box .contact-box ul li {
		width: 48%;
		margin: 0 1%;
	}

	.news-box .contact-box ul li img {
		height: 34px;
		margin-bottom: 10px;
	}

	.news-box .contact-box ul li p {
		font-size: 20px;
	}

	.main-recruitment ul li.re01 {
		width: 24%;
	}

	.main-recruitment ul li.re02 {
		width: 48%;
		padding-left: 2%;
	}

	.main-recruitment ul li.re07 {
		width: 25%;
	}

	.main-recruitment ul li.re03,
	.main-recruitment ul li.re04,
	.main-recruitment ul li.re05,
	.main-recruitment ul li.re06 {
		display: none;
	}

	.list ul li .re03,
	.list ul li .re04,
	.list ul li .re05,
	.list ul li .re06 {
		display: none;
	}

	.list ul li .re01 {
		width: 24%;
	}

	.list ul li .re02 {
		width: 48%;
		padding-left: 2%;
	}

	.list ul li .re07 {
		width: 25%;
	}

	.list .zp-txt {
		margin-left: 24%;
	}

	.aui-nav-list-box ul li {
		width: 48%;
		margin: 0 1%;
	}

	.news-box .news-query-list ul li a {
		font-size: 14px
	}

	.imgbox {
		width: 85%;
		margin: 3% auto;
		padding: 5% 5%;
	}

	.imgbox img {
		text-align: center;
	}
}

@media (max-width:450px) {
	.news-list ul li a {
		font-size: 14px;
	}

	.news-box .news-query-list .news-list-title {
		width: 68%;
	}

	.news-box .news-query-list .news-list-time {
		width: 30%;
	}

	.news-list .news-list-title {
		width: 68%;
	}

	.news-list .news-list-time {
		width: 30%;
	}
}
