* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
}

@font-face {
	font-family: "webfont";
	font-display: swap;
	src: url('webfont.eot');
	/* IE9 */
	src: url('webfont.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('webfont.woff2') format('woff2'),
		url('webfont.woff') format('woff'),
		/* chrome、firefox */
		url('webfont.ttf') format('truetype'),
		/* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
		url('webfont.svg#webfont') format('svg');
	/* iOS 4.1- */
}

body,
div,
ul,
li,
a,
dl,
dd,
dt,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
img {
	margin: 0;
	padding: 0;
}

html {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

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 {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	font-family: "webfont";
}

ul,
li,
dl,
dd,
dt {
	list-style: none;
}

a {
	text-decoration: none;
	color: #666;
	-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;
}

body {
	color: #666;
	font-family: "webfont";
}

img {
	vertical-align: middle;
	border: 0;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.l {
	float: left;
}

.r {
	float: right;
}

.section {
	width: 94%;
	max-width: 1400px;
	margin: auto;

}

.top-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9990;
}

/*t-con*/
.t-con {
	width: 100%;
	background: #00428e;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
}

.t-con .fr {
	float: right;
}

.t-con a,
.t-con span {
	color: #fff;
	display: inline-block;
	margin-left: 15px;
}

.t-con a i {
	width: 10px;
}

.t-con a img {
	width: 17px;
	margin-right: 5px;
}

/*header*/
.header {
	width: 100%;
	padding: 20px 0;
	transition: 0.4s;
	position: relative;
	z-index: 10;
}

.header .section {
	max-width: 1600px;
}

.header .logo {
	float: left;
}

.header .logo a {
	display: block;
	width: 200px;
	height: 49px;
}

.header .logo img {
	width: 100%;
}


.index-head .logo img {
	display: none;
}

.header .logo a {
	background-image: url(../white-logo.png);
	background-size: 100%;
}

.fixnav .logo a {
	background-image: url(../logo.png);
}



.header .menu {
	width: 60%;
	float: right;
}

.header .menu ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header .menu li {
	position: relative;
}

.header .menu li a {
	display: block;
	font-size: 20px;
	line-height: 49px;
}


.header .menu li .drop {
	background: #fff;
	border-top: 3px solid #00428e;
	overflow: hidden;
	position: absolute;
	width: 180px;
	top: 100%;
	display: none;
}

.header .menu li .drop ul {
	width: 100%;
	border: 1px solid #e5e5e5;
	display: block;
}

.header .menu li .drop li {
	width: 100%;
}

.header .menu li .drop li a {
	width: 100%;
	padding: 0 10px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

.menua {
	color: #fff;
}

.header .menu li a.on,
.header .menu li a:hover {
	color: #00428e;
}

.m_menu {
	background: url(../m-menu.png) no-repeat center;
	background-size: 50%;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: none;
}


.fixnav {
	background: #fff;
}

.fixnav .menua {
	color: #000;
}




.index-banner-img {
	padding-top: 48.95%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transform: scale(1.2);
}


.swiper-slide-active .index-banner-img {
	transform: scale(1);
	transition: all 5.5s ease;
}

.banner-pagination {
	position: absolute;
	bottom: 3%;
}

.banner-pagination span {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	transition: 0.4s;
	background: #ccc;
}


.banner-pagination .swiper-pagination-bullet-active {
	background: #00428e;

}



/*indexnum*/
.indexnum {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	padding: 80px 0;
}

.indexnum ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.indexnum ul li {
	box-sizing: border-box;
	position: relative;
	display: flex;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.indexnum ul li em {
	display: block;
	width: 27px;
	height: 3px;
	margin-bottom: 10px;
}

.indexnum .num {
	font-size: 50px;
	font-weight: bold;
	color: #00428e;
}


.indexnum span {
	font-size: 23px;
	display: block;
	color: #000;
	margin-top: 10px;
}

.home-hotproduct {
	background: #f6f6f6;
	padding: 80px 0
}

.hotproswiper-con a {
	display: block;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
}

.imgbox {
	width: 100%;
	overflow: hidden;
}

.hotproswiper-con a .imgbox img {
	width: 100%;

	display: block;
}

.hotproswiper-con p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	padding: 30px 0;
}

.hotproswiper-con a:hover {
	background: #00428e;
	color: #fff;

}

.hotproduct-button {
	width: 120px;
	height: 55px;
	z-index: 10;
	margin: 30px auto 0 auto;
	overflow: hidden;
	position: relative;
}

.hotproduct-next,
.hotproduct-prev {
	width: 45px;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	top: 50%;
	margin-top: -22.5px;
	border: 2px solid #00428e;
	border-radius: 100%;
	background: #00428e;
}

.hotproduct-prev:after,
.hotproduct-next:after {
	color: #fff;
	font-size: 15px;
}

.hotproduct-prev:hover:after,
.hotproduct-next:hover:after {
	color: #fff;
}

.hotproduct-next {
	right: 0;
}

.hotproduct-prev {
	left: 0;
}





/*rd-wrap*/
.rd-wrap {
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	padding: 70px 0;
}

.rd-wrap .ed-txt {
	text-align: center;
	font-size: 16px;
	color: #636363;
	width: 85%;
	margin: 0 auto 35px auto;
}

.rd-wrap .ed-txt .txt-left {
	width: 100%;
	line-height: 24px;
}

.rd-wrap .pic-box {
	width: 100%;
	overflow: hidden;
}

.pic-box .pic-le {
	width: 32%;
	float: left;
	position: relative;
	overflow: hidden;
}

.pic-box .pic-le img {
	width: 100%;
}

.pic-le .pic-txt {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px 30px;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pic-le .pic-txt p {
	margin: 10px 0;
	font-size: 16px;
	line-height: 30px;
}

.pic-le .pic-txt a {
	display: block;
	width: 30%;
	margin: 20px auto;
	font-size: 14px;
	border: 1px solid #fff;
	height: 35px;
	line-height: 35px;
	color: #fff;
}

.pic-box .pic-ri {
	width: 67%;
	float: left;

}

.pic-box .pic-ri ul {
	width: 100%;
}

.pic-box .pic-ri ul li {
	width: 48%;
	float: left;
	margin: 0 1% 5px 1%;
	text-align: center;
}

.pic-box .pic-ri ul li img {
	width: 100%;
	max-width: 100%;
	transform: translateZ(0px);
}

.pic-box .pic-ri ul li:hover img {
	transform: scale(1.05, 1.05);
	transition: ease 0.6s;
}

/*adv-wrap*/
.adv-wrap {
	width: 100%;
}

.adv-wrap img {
	width: 100%;
}

/*number-box*/
.number-box {
	width: 100%;
	background-image: url("../num-bj.jpg");
	background-size: cover;
	padding: 50px 0;
}

.num-list {
	width: 100%;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}

.num-list li {
	width: 33%;
	display: inline-block;
	margin: 5px auto;
	color: #fff;
}

.num-list li a {
	color: #fff;
}

.num-list .mun_top {
	width: 100%;
	text-align: center;
}

.num-list h2 {
	font-size: 70px;
	font-weight: bold;
}

.num-list p {
	font-size: 16px;
	text-align: center;
}

.num-list li:hover h2 {
	color: #f08519;
}

/*news*/
.news-wrap {
	width: 100%;
	overflow: hidden;
	background: #fafafa;
	padding: 30px 0;
}

.news-list {
	width: 100%;
}

.news-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news-list ul li {
	width: 23%;
	margin: 10px 1%;
	vertical-align: top;
	overflow: hidden;
	background: #fff;
}

.news-list ul li a {
	width: 100%;
	display: block;
	color: #878686;
}

.news-list .news-pic {
	width: 100%;
	height: 205px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #ccc;
}

.news-list .news-pic img {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}

.news-list .new-con {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 20px;
}

.news-list .new-con h4 {
	font-size: 20px;
	line-height: 40px;
	overflow: hidden;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news-list .new-con span {
	font-size: 15px;
	line-height: 30px;
}

.news-list .new-con p {
	height: 78px;
	line-height: 26px;
	font-size: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;

}

.news-list ul li a:hover {
	background: #00428e;
	color: #fff;
}

.news-list ul li a:hover h4 {
	color: #fff;
}

.news-list ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.news-wrap .more {
	display: block;
	width: 180px;
	line-height: 40px;
	border: 1px solid #000;
	margin: 50px auto;
	text-align: center;
	font-size: 14px;
}

/*wor-wrap*/
.wor-wrap {
	width: 100%;
	height: 465px;
	background-image: url("../wor-box-bj.jpg");
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.wor-wrap .wor-box {
	width: 50%;
	height: 100%;
	float: left;
}

.wor-wrap .gx-bj {
	background: rgba(0, 66, 142, 0.75);

}

.wor-box .wor-con {
	width: 210px;
	color: #fff;
	text-align: center;
}

.wor-box .wor-con h5 {
	font-size: 30px;
	line-height: 50px;
	margin: 30px 0;
	text-align: center;
}

.wor-box .wor-con a {
	display: block;
	width: 130px;
	line-height: 40px;
	margin: auto;
	border: 1px solid #fff;
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 14px;
}

.wor-box .pos-lr {
	float: right;
	margin: 156px 30% 0 0;
}

.wor-box .pos-ri {
	float: left;
	margin: 156px 0 0 30%;
}





/*n-main*/
.inside-ban {
	overflow: hidden;
}

.inside-ban img {
	width: 100%;
}

.ban-warp {
	position: absolute;
	top: 30%;
	color: #fff;
}

.ban-warp h2 {
	font-size: 40px;
	color: #fff;
	line-height: 72px;
	font-weight: bold;
	margin: 0;
}

.ban-warp p {
	font-size: 20px;
	line-height: 36px;
	color: #fff;
}

/*inside_menu*/
.inside_menu {
	width: 100%;
	background-color: #fff;
}

.inside_menu .section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.job_inside_menu {
	position: relative;
}

.inside_menu a {
	display: block;
	position: relative;
	z-index: 3;
	font-size: 18px;
	color: #7e7e7e;
	padding: 0 36px;
}

.job_inside_menu .job-side-menu {
	position: absolute;
	width: 100%;
	top: 100%;
	background: #fff;
	opacity: 0;
	padding: 18px 10px;
	transition: 0.4s;
}

.job-side-menu a {
	text-align: center;
	display: block;
	position: relative;
	z-index: 3;
	font-size: 18px;
	color: #7e7e7e;
	padding: 5px 0;
}

.job_inside_menu:hover .job-side-menu {
	opacity: 1;
}

.inside_menu p {
	height: 69px;
	line-height: 69px;
}

.inside_menu em {
	display: block;
	width: 10px;
	height: 1px;
	background: #fff;
	transition: width 1s;
	-webkit-transition: width 1s;
}

.inside_menu a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -6px;
	width: 1px;
	height: 12px;
	background-color: #ddd;
}

.inside_menu a:hover {
	color: #054b91;
}

.inside_menu a:hover em {
	width: 100%;
	background: #054b91;
}

.inside_menu .menunow {
	color: #054b91;
}

.job-side-menu a:after {
	display: none;
}


.inside_menu_fix {
	position: fixed;
	top: 0;
	z-index: 9999;
}

.nr_lm {
	width: 100%;
	height: 74px;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
}

.nr_lm .now-menu {
	float: left;
	height: 74px;
	line-height: 74px;
}

.nr_lm .now-menu a.home {
	display: block;
	width: 20px;
	height: 74px;
	background: url(../bg_sign06.png) no-repeat center;
	float: left;
}

.nr_lm .now-menu span {
	display: inline-block;
	width: 28px;
	height: 74px;
	background: url(../bg_sign07.png) no-repeat center;
	float: left
}

.nr_lm .now-menu p {
	display: inline-block;
	font-size: 14px;
	line-height: 74px;
	color: #a3a3a3;
	float: left;
}

.nr_lm ul {
	float: right;
}

.nr_lm ul li {
	float: left;
	line-height: 74px;
	height: 74px;
	font-size: 16px;
}

.nr_lm ul li a {
	display: block;
	width: 100%;
	height: 72px;
	color: #054b91;
	padding: 0 5px;
	border-bottom: 2px solid #054b91;
}

.tl-box {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	overflow: hidden;
}

.tl-box h5 {
	color: #494949;
	font-size: 28px;
}

.tl-box h4 {
	color: #fff;
	font-size: 30px;
}

.tl-box em {
	display: block;
	width: 50px;
	background: #054b91;
	height: 3px;
	margin: 12px auto;
	transition: width 1s;
	-webkit-transition: width 1s;
}

.tl-box span {
	display: block;
	margin: auto;
	text-transform: uppercase;
	font-size: 20px;
	color: #949494;
}

.tl-box .bs-em {
	background: #fff;
}

.tl-box .bs-span {
	color: #fff;
}

.tl-box:hover em {
	width: 100px;
}

/*关于*/
.main-box {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
}

.con-box-fff {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	background: #fff;
	font-size: 14px;
	line-height: 25px;
}

.con-box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #fff;
	font-size: 14px;
	line-height: 25px;
}

.container-box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #f1f1f1;
	font-size: 14px;
}

.about-box {
	background: #f9f9f9;
}

.about-box .ab-con {
	width: 80%;
	margin: 30px auto;
	overflow: hidden;
	font-size: 17px;
	text-align: center;
	line-height: 30px;
}

.about-box .ab-con h2 {
	color: #054b91;
	font-size: 20px;
	padding: 10px 0;
	font-weight: bold;
}

.about-box .ab-con p {
	padding: 5px 0;
}

.about-box a.ab-more {
	display: block;
	width: 150px;
	overflow: hidden;
	background: #054b91;
	text-align: center;
	color: #fff;
	margin: 70px auto 0 auto;
	line-height: 40px;
}

.main-box .ab-box-le {
	width: 47.5%;
	padding: 50px 0 10px 0;
	margin-right: 5%;
	float: left;
	line-height: 28px;
}

.main-box .ab-box-le p {
	padding: 10px 0;
}

.main-box .ab-box-ri {
	width: 47.5%;
	padding: 50px 0 10px 0;
	float: left;
	line-height: 28px;
}

.main-box .ab-box-ri p {
	padding: 10px 0;
}

.con-box-fff .ab-int {
	overflow-x: hidden;
	overflow-y: auto;
	height: 440px;
	width: 55%;
	margin: 50px 0 10px 0;
	padding: 2px 1%;
	line-height: 28px;
	float: left;
}

.con-box-fff .ab-int::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.con-box-fff .ab-int::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ccc;
}

.con-box-fff .ab-int::-webkit-scrollbar-track {
	display: none
}

.con-box-fff .ab-int p {
	padding: 10px 0;
}

.con-box-fff .ab-int img {
	max-width: 100%;
}

.con-box-fff .ab-int-img {
	width: 40%;
	float: left;
	margin: 50px 0 10px 3%;
}

.con-box-fff .ab-int-img img {
	max-width: 100%;
}

/*企业文化*/
.idea-box {
	background-image: url("../bg_bg03.jpg");
	background-size: cover;
}

.idea-box .idea-con {
	width: 100%;
	color: #fff;
	margin: 30px 0;
	overflow: hidden;
}

.idea-con .ide-lf {
	width: 40%;
	margin: 0 5%;
	float: left;
	text-align: right;
}

.idea-con .ide-lf img {
	max-width: 100%;
}

.idea-con .ide-ri {
	width: 50%;
	padding-top: 50px;
	line-height: 30px;
	float: left;
	font-size: 18px;
}

.idea-con .ide-ri p {
	padding: 10px 0;
}







/*发展历程*/
.lc-box {
	background: #fff;
}

.main-growth {
	width: 80%;
	margin: 60px auto;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.growth-time-box {
	margin-bottom: 50px;
	position: relative;
	padding: 20px 80px 0 80px;
}


.growth-time-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 32px;
	left: 0;
	z-index: 1;
	background: #6f2323;
}

.time-title {
	text-align: center;
	cursor: pointer;
}

.time-title h2 {
	font-size: 20px;
	color: #000;
	margin: 35px 0 15px 0;
}

.time-title::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
	z-index: 10;
	background-image: url(../dot_ico.png);
	background-size: 100%;
	width: 24px;
	height: 24px;
	border-radius: 100%;
}


.swiper-slide-thumb-active .time-title::before {
	background-image: url(../cat.png);
}


.main-growth .growth-mySwiper2 {
	width: 90% !important;
	margin: 8px auto;
}

.mySwiperswiper-pagination03 .swiper-pagination-bullet-active {
	background: #05a5e8;
}

.ls-txt {
	text-align: center;
}

.ls-txt span {
	display: inline-block;
	position: relative;
	font-size: 30px;
	padding: 0 130px;
	text-align: center;
	color: #333;
}

.ls-txt span:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 20px;
}

.ls-txt span:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 20px;
}

.growth-prev,
.growth-next {
	width: 30px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	top: 18px;
	border-radius: 100%;
	background: #000;
}

.growth-prev:after,
.growth-next:after {
	display: none;
}

.growth-next {
	right: 0;
}

.growth-prev {
	left: 0;
}


.lc-box a.ab-more {
	display: block;
	width: 150px;
	overflow: hidden;
	background: #054b91;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	line-height: 40px;
}

/*event_year*/
.box {
	width: 920px;
	margin: auto;
}

.event_year {
	width: 60px;
	border-bottom: 2px solid #DDD;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.event_year li {
	height: 40px;
	line-height: 40px;
	background: #FFF;
	margin-bottom: 1px;
	font-size: 18px;
	color: #828282;
	cursor: pointer;
}

.event_year li.current {
	width: 61px;
	background: #0066ff url('../jian.png') 60px 0 no-repeat;
	color: #FFF;
	text-align: left;
	padding-left: 9px;
}

.event_list {
	width: 850px;
	float: right;
	background: url('../dian3.png') 139px 0 repeat-y;
	margin: 10px 0 20px 0;
}

.event_list h3 {
	margin: 0 0 10px 132px;
	font-size: 24px;
	font-family: Georgia;
	color: #0066ff;
	padding-left: 25px;
	background: url('../jian.png') 0 -45px no-repeat;
	height: 38px;
	line-height: 30px;
	font-style: italic;
}

.event_list li {
	background: url('../jian.png') 136px -80px no-repeat;
}

.event_list li span {
	width: 127px;
	text-align: right;
	display: block;
	float: left;
	margin-top: 10px;
}

.event_list li p {
	width: 680px;
	margin-left: 24px;
	display: inline-block;
	padding-left: 10px;
	background: url('../jian.png') -21px 0 no-repeat;
	line-height: 25px;
	_float: left;
}

.event_list li p span {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #DDD;
	padding: 10px 15px;
	background: #FFF;
	margin: 0;
}

.wh-le {
	width: 100%;
	margin: 10px 0;
	line-height: 25px;
}

.wh-le img {
	max-width: 400px;
	margin: 30px 0;
}

.wh-le p {
	padding: 5px 0;
}

.wh-lr {
	width: 100%;
	margin: 10px 0;
}

.wh-lr p {
	padding: 5px 0;
}

/*企业荣誉*/
.honer-box {
	background: #f1f1f1;
}


.honer-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.honer-box ul li {
	width: 18%;
	margin: 10px 1%;
	background: #fff;
}

.honer-box ul li .box {
	width: 100%;
	overflow: hidden;
}

.honer-box ul li img {
	width: 100%;
}

.honer-box ul li p {
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 25px 5px;
}

.honer-box a.ab-more {
	display: block;
	width: 150px;
	overflow: hidden;
	background: #054b91;
	text-align: center;
	color: #fff;
	margin: 50px auto 0 auto;
	line-height: 40px;
}

.contact-box {
	background: #fff;
}

.contact-con {
	width: 100%;
}

.contact-con ul {
	width: 86%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
	margin: 60px auto 20px auto;
}

.contact-con ul li {
	width: 28%;
}

.contact-con ul li a {
	display: block;
	padding: 40px 0;
	margin: 0 auto;
	text-align: center;
	transition: 0.3s;
}

.contact-con ul li i {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
	background: #eee;
	border-radius: 100%;
	transition: 0.3s;
}

.contact-con ul li img {
	width: 50%;
}

.contact-con ul li span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.contact-con ul li p {
	line-height: 30px;
	font-size: 16px;
}

.contact-con ul li a:hover i {
	background: #00428e;
}

.contact-con ul li a:hover span,
.contact-con ul li a:hover p {
	color: #00428e;
}

.contact-con ul li a:hover i img {
	filter: invert(1);
}

.cn-txt,
.cn-form,
.cn-list {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
}

.cn-box {
	width: 100%;
	overflow: hidden;
}

.cn-box .left,
.cn-box .right {
	width: 50%;
	float: left;
}

.cn-box h3 {
	font-size: 35px;
	color: #054b91;
	font-weight: 500;
	padding: 30px 0;
}

.cn-box span {
	display: block;
	width: 100%;
	color: #666;
	font-size: 25px;
	padding: 10px 0;
}

.cn-box p {
	font-size: 14px;
	line-height: 25px;
	padding: 5px 0;
}

.cn-form {
	width: 100%;
	background: #f1f1f1;
}

.cn-form ul {
	width: 100%;
}

.cn-form ul li {
	width: 48%;
	float: left;
	margin: 10px 2% 10px 0;
}

.cn-form li span {
	display: block;
	font-size: 20px;
	color: #333;
	width: 100%;
	float: left;
	line-height: 45px;
	padding: 0;

}

.cn-form h5 {
	width: 100%;
	float: left;
}

.cn-form input {
	background: #fff;
	border: 0;
	line-height: 45px;
	color: #333;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
}

.cn-form .texta {
	width: 98%;
	border: 0;
	line-height: 25px;
	color: #fff;
}

.cn-form .texta textarea {
	width: 100%;
	padding: 0 10px;
	background: #fff;
	border: 0;
	font-size: 16px;
	color: #333;
	line-height: 25px;
}

.cn-form .button {
	background: #054b91;
	border: 0;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 15%;
	float: left;
	margin-right: 7%;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.cn-list {
	width: 100%;
}

.cn-list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.cn-list ul li {
	width: 31.333%;
	margin: 10px 1%;
	background: #f1f1f1;
}

.cn-list .hd-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cn-list .hd-pic img {
	max-width: 100%;
	transform: translateZ(0px);
}

.cn-list .con-tlt {
	width: 100%;
	overflow: hidden;
	padding: 10px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.cn-list .con-tlt h4 {
	font-size: 18px;
	line-height: 30px;
	padding: 5px 0;
	color: #333;
}

.cn-list .con-tlt p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 5px;
	color: #666;
}

.cn-list ul li a:hover {
	background: #054b91;
}

.cn-list ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.cn-list ul li a:hover h4 {
	color: #fff;
}

.cn-list ul li a:hover p {
	color: #fff;
}


.news-box-top {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #fff;
}

.news-box-top .new-le {
	width: 45%;
}

.focus {
	position: relative;
	width: 100%;
	height: 380px;
	float: left;
}

.focus img {
	width: 100%;
	max-width: 100%;
	height: 380px;
}

.focus .shadow .title {
	width: 100%;
	height: 65px;
	padding-top: 20px;
}

.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}

.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}

.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .btn a:hover,
.focus .btn a.current {
	cursor: pointer;
	background: #054b91;
}

.focus .fPic {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}

.focus .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	height: 80px;
	line-height: 80px;
	background: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000')\9;
	display: block;
	text-align: left;
}

.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
}

.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;
}

.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}

.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
	background: #054b91;
}

.focus .D1fBt img {
	display: none
}

.focus .D1fBt i {
	display: none;
	font-style: normal;
}

.focus .prev,
.focus .next {
	position: absolute;
	width: 40px;
	height: 74px;
	background: url(../focus_btn.png) no-repeat;
}

.focus .prev {
	top: 50%;
	margin-top: -37px;
	left: 0;
	background-position: 0 -74px;
	cursor: pointer;
}

.focus .next {
	top: 50%;
	margin-top: -37px;
	right: 0;
	background-position: -40px -74px;
	cursor: pointer;
}

.focus .prev:hover {
	background-position: 0 0;
}

.focus .next:hover {
	background-position: -40px 0;
}


.gsjs-box {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}

.gsjs-box .gs-class {
	width: 100%;
	margin-top: 50px;
}

.gsjs-box .gs-class ul {
	width: 100%
}

.gsjs-box .gs-class ul li {
	display: inline-block;
	text-align: center;
	width: 120px;
	height: 40px;
	margin-right: 30px;
	line-height: 40px;
}

.gsjs-box .gs-class a {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #444;
	border: 1px solid #f1f1f1;
}

.gsjs-box .gs-class a:hover {
	background: #1a75cf;
	color: #fff;
}

.gsjs-box .gs-class a.on {
	background: #1a75cf;
	color: #fff;
}

.gsjs-box .gs-dl {
	width: 100%;
}

.gsjs-box .gs-dl dl {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	background: #fff;
	padding: 30px 30px;
	box-sizing: border-box;
}

.gsjs-box .gs-dl dl dt {
	width: 47%;
	float: left;
	margin-right: 3%;
}

.gsjs-box .gs-dl dl dt img {
	max-width: 100%;
}

.gsjs-box .gs-dl dl dd {
	width: 50%;
	float: left;
}

.gsjs-box .gs-dl dl dd h2 {
	font-size: 26px;
	color: #035cac;
	padding: 20px 0;
}

.gsjs-box .gs-dl dl dd p {
	line-height: 26px;
	font-size: 14px;
}


.news-box-top .new-lr {
	width: 52%;
	float: right;
}

.news-box-top .new-lr ul {
	width: 100%;
}

.news-box-top .new-lr ul li {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
}

.news-box-top .new-lr ul li a {
	display: block;
}

.news-box-top .new-lr ul li h4 {
	font-size: 20px;
	color: #333;
}

.news-box-top .new-lr ul li span {
	display: inline-block;
	line-height: 22px;
	color: #a5a5a5;
	margin-top: 4px;
	font-size: 14px;
}

.news-box-top .new-lr ul li p {
	display: block;
	line-height: 22px;
	color: #666;
	margin-top: 9px;
	height: 48px;
	overflow: hidden;
	font-size: 12px;
}

/*研发介绍*/
.research-box {
	width: 100%;
	padding: 80px 0;
	background: #f1f1f1;
}

.research-box .research-con {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 35px;
	padding: 5px 0;
}

.system-box {
	width: 100%;
	padding: 60px 0 20px 0;
	background: #fff;
}

.system-box .system-con {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 35px;
	padding: 5px 0;
}

.system-box img {
	max-width: 100%;
}

.talent-box {
	width: 100%;
	padding: 20px 0 80px 0;
	background: #fff;
}

.talent-con {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	margin-top: 30px;
}

.talent-con dl {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.talent-con dl dt {
	width: 50%;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}

.talent-con dl dt img {
	max-width: 100%;
}

.talent-con dl dd {
	width: 47%;
	margin-left: 3%;
	font-size: 17px;
}

.talent-con dl dd h4 {
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 17px;
}

.talent-box .talent-con-top .talent-bg {
	background: #eeeeee;
}

.talent-box .talent-con-top .ta-le-con {
	width: 42%;
	padding: 60px 2% 60px 6%;
	height: 160px;
	float: left;
	overflow: hidden;
}

.talent-box .talent-con-top .ta-le-con h4 {
	font-size: 30px;
	color: #1b1b1b;
	line-height: 40px;
}

.talent-box .talent-con-top .ta-le-con p {
	padding: 10px 0;
}

.talent-box .talent-con-top .ta-lr-con {
	width: 50%;
	height: 280px;
	float: left;
	background: url("../img03.jpg") no-repeat center center;
	overflow: hidden;
}

.talent-box .talent-con-bot {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
}

.talent-box .talent-con-bot .talent-bg {
	background: #154193;
}

.talent-box .talent-con-bot .ta-le-con {
	width: 50%;
	height: 280px;
	float: left;
	background: url("../img04.jpg") no-repeat center center;
	overflow: hidden;
}

.talent-box .talent-con-bot .ta-lr-con {
	float: left;
	color: #fff;
	width: 46%;
	padding: 20px 2% 20px 2%;
	height: 240px;
	overflow: hidden;
}

.talent-box .talent-con-bot .ta-lr-con h4 {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
}

.talent-box .talent-con-bot .ta-lr-con p {
	padding: 5px 0;
}

/*technological-box*/
.technological-box {
	width: 100%;
	padding: 80px 0;
	background: #f1f1f1;
}

.technological-box .research-con {
	width: 100%;
	margin: 30px auto;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
}

.research-con ul {
	width: 100%;
	font-size: 0;
	height: 279px;
	overflow: hidden;
}

.research-con ul li {
	width: 23%;
	margin: 10px 1%;
	display: inline-block;
	vertical-align: top;
}

.research-con ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	color: #666;
}

.research-con ul li img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.research-con ul li p {
	color: #054b91;
	line-height: 25px;
	font-size: 18px;
}

.research-con ul li a:hover {
	color: #fff;
	background: #054b91;
	box-shadow: 0 8px 15px #ccc;
}

.research-con ul li a:hover p {
	color: #fff;
}

.btn {
	margin: 20px auto 0 auto;
	width: 15%;
}

.btn span {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #666;
	line-height: 30px;
	cursor: pointer;
	font-size: 20px;
}

.btn .btn_left {
	margin-right: 25px;
}

.main-recruitment {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}

.main-recruitment ul {
	width: 100%;
	background: #8b8c91;
	margin: auto;
	overflow: hidden;
	color: #fff;
	line-height: 54px;
	font-size: 18px;
}

.main-recruitment ul li {
	float: left;
}

.main-recruitment ul li.zw {
	width: 20%;
	padding-left: 5%;
}

.main-recruitment ul li.xz {
	width: 15%;
}

.main-recruitment ul li.sl {
	width: 15%;
}

.main-recruitment ul li.xl {
	width: 15%;
	padding-left: 1%;
}

.main-recruitment ul li.dd {
	width: 15%;
}

.main-recruitment ul li.sj {
	width: 10%;
}

.list {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.list ul li {
	overflow: hidden;
	background: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}

.list h2 {
	font-size: 18px;
	color: #fff;
	background: #1a75cf;
	padding: 10px 20px;
	text-align: center;
}

.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 .zw {
	width: 20%;
	padding-left: 5%;
	float: left;
}

.list ul li .xz {
	width: 15%;
	float: left;
}

.list ul li .sl {
	width: 15%;
	float: left;
}

.list ul li .xl {
	width: 15%;
	float: left;
	padding-left: 1%;
}

.list ul li .dd {
	width: 15%;
	float: left;
}

.list ul li .sj {
	width: 10%;
	float: left;
}

.list ul li .inactive {
	background: url("../x-j.png") no-repeat right center;
}

.list ul li .inactives {
	background: #eee url("../x-j-h.png") no-repeat right center;
	color: #333;
}

.list ul li ul {
	display: none;
	background: #f0f3f8;
}

.list ul li ul li {
	padding: 25px 60px;
	border: 1px solid #e6e6e6;
	border-top: 0;
	background-color: #fff;
	font-size: 15px;
	line-height: 35px;
	color: #5c5c5c;
}

.list ul li ul li h5 {
	font-size: 17px;
	line-height: 45px;
	color: #1f1f1f;
}

.list ul li ul li button {
	width: 134px;
	height: 35px;
	background: url("../list-more.jpg");
	display: block;
	border: 0;
	float: left;
	margin: 30px 0;
}

.list .td {
	padding: 0 0 0 30px;
}

.list .td:hover {
	color: #dda645;
}


#goodcover {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}

.code {
	width: 800px;
	height: 500px;
	overflow-y: scroll;
	overflow-x: hidden;
	background: #fff;
	padding: 10px 0;
	top: 10%;
	position: fixed;
	display: none;
	left: 45%;
	z-index: 10002;
}

.close1 {
	width: 100%;
	text-align: right;
	height: 30px;
}

.close1 a {
	font-size: 18px;
	color: #f8171d;
}

.goodtxt {
	text-align: center;
}


/*shares-box*/
.shares-box {
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	padding: 40px 0;
	overflow: hidden;
}

.shares-box .shares-con {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
	padding: 40px 60px;
	overflow: hidden;
}

.shares-box .shares-box-le {
	width: 55%;
	float: left;
	margin-right: 5%;
}

.shares-box .shares-box-le h4 {
	font-size: 26px;
	color: #154193;
	padding: 10px 0;
}

.shares-box .shares-box-le img {
	max-width: 100%;
	margin: 10px 0;
}

.shares-box .shares-box-le p {
	font-size: 15px;
	line-height: 25px;
	padding: 15px 0;
	color: #666;
}

.shares-box .shares-box-lr {
	width: 40%;
	float: right;
}

.shares-box .shares-box-lr h4 {
	font-size: 26px;
	color: #154193;
	padding: 10px 0;
}

/*view-tle-box*/
.view-tle-box {
	width: 100%;
	padding: 20px 0;
}

.view-tle-box span {
	font-size: 26px;
	color: #154193;
}

.view-tle-box p {
	font-size: 15px;
	line-height: 25px;
	padding: 15px 0;
}

.view-box {
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	padding: 40px 0;
	overflow: hidden;
}

.view-box .view-le {
	width: 46%;
	float: left;
	margin: 0 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
	padding: 5px;
	min-height: 415px;
}

.view-box .view-le img {
	max-width: 100%;
	margin-bottom: 20px;
}

.view-box .view-le span {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #154193;
	margin: 10px 0;
}

.view-box .view-le p {
	font-size: 15px;
	line-height: 25px;
}

.view-box .view-lr {
	width: 46%;
	float: left;
	margin: 0 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: #fff;
	padding: 5px;
	min-height: 415px;
}

.view-box .view-lr img {
	margin-bottom: 20px;
	max-width: 100%;
}

.view-box .view-lr span {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #154193;
	margin: 10px 0;
}

.view-box .view-lr p {
	font-size: 15px;
	line-height: 25px;
}


/*news-box-bot*/
.news-box-bot {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #f1f1f1;
}

.new-box {
	width: 100%;
	font-size: 0;
}

.new-box li {
	width: 31.333%;
	margin: 10px 1%;
	display: inline-block;
	vertical-align: top;
}

.new-box li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	color: #878787;
}

.new-box li h4 {
	color: #000;
	line-height: 25px;
	font-size: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.new-box .n-time {
	width: 100%;
	padding: 10px 0;
	line-height: 20px;
	font-size: 14px;
	color: #777;
}

.new-box .n-pic {
	width: 100%;
	overflow: hidden;
}

.new-box .n-pic img {
	max-width: 100%;
	transform: translateZ(0px);
}

.new-box .n-memo {
	margin: 10px 0;
	height: 78px;
	line-height: 26px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.new-box .n-more {
	width: 100%;
	margin: 20px 0;
	font-size: 12px;
}

.new-box li a:hover {
	background: #f1f1f1;
	box-shadow: 0 10px 15px #999;
	margin-top: -10px;
}

.new-box li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.ne-del {
	width: 100%;
	padding: 50px 0;
}

.ne-del h4 {
	padding: 20px 0;
	font-size: 20px;
	color: #333;
	text-align: center;
}

.ne-del .ne-time {
	width: 100%;
	line-height: 30px;
	text-align: center;
}

.ne-del .ne-con {
	width: 80%;
	margin: 30px auto;
	padding: 30px 0;
	line-height: 25px;
	font-size: 14px;
	border-top: 1px solid #f1f1f1;
	overflow: hidden;
}

.ne-del .ne-con>div {
	padding: 5px 0;
}

.ne-del .ne-con img {
	max-width: 100%;
}

/*产品*/
.cp-box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #f1f1f1;
	font-size: 0;
}

.cp-box ul {
	width: 100%;
}

.cp-box ul li {
	width: 23%;
	margin: 10px 1%;
	display: inline-block;
	vertical-align: top;
}

.cp-box ul li a {
	width: 100%;
	height: 100%;
	display: block;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	color: #666;
}

.cp-box ul li h4 {
	color: #054b91;
	line-height: 25px;
	font-size: 18px;
}

.cp-box .n-pic {
	width: 100%;
	margin: 20px 0;
}

.cp-box .n-pic img {
	max-width: 100%;
	transform: translateZ(0px);
}

.cp-box ul li a:hover {
	color: #fff;
	background: #054b91;
}

.cp-box ul li a:hover h4 {
	color: #fff;
}

.cp-box ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.pro-box {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #f5f5f5;
	font-size: 0;
}

.pro-box ul li {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.pro-box ul li a {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	overflow: hidden;
	background: #fff;
	color: #666;
	border: 1px solid #f1f1f1;
	position: relative;
}

.pro-box ul li h4 {
	color: #555;
	line-height: 35px;
	font-size: 16px;
	padding: 5px 0;
	text-align: center;
}

.pro-box .hd-pic {
	width: 100%;
	overflow: hidden;
}

.pro-box .hd-pic img {
	max-width: 100%;
	transform: translateZ(0px);
}

.pro-box ul li a:hover {
	color: #054b91;
}

.pro-box ul li a:hover h4 {
	color: #054b91;
}

.pro-box ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}


.cp-del {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
	background: #f5f5f5;
}

.cp-del h2 {
	font-size: 40px;
	line-height: 60px;
	color: #054b91;
	text-align: center;
}

.cp-del span {
	font-size: 20px;
	line-height: 34px;
	color: #888;
}

.cp-del .cp-content {
	width: 96%;
	padding: 30px 3%;
	font-size: 14px;
	line-height: 25px;
	background: #fff;
}

.cp-del img {
	max-width: 100%;
}

/*产品服务与优势*/
.cp-fwyuys {
	width: 100%;
	max-width: 1920px;
	height: 792px;
	overflow: hidden;
	margin: 50px auto;
	background: url(../img/cp-fwyuys_02.jpg) no-repeat center 0;
	position: relative;
}

.cp-fwyuys ul {
	width: 610px;
	position: absolute;
	top: 50px;
	left: 47.7%;
}

.cp-fwyuys ul li {
	font-size: 15px;
	color: #fff;
	line-height: 2em;
	min-height: 60px;
	padding: 15px 0 15px 105px;
	margin: 35px 0;
}

.cp-fwyuys ul .li1 {
	background: url(../img/cp-fwyuys_i1.png) no-repeat 0 center;
}

.cp-fwyuys ul .li2 {
	background: url(../img/cp-fwyuys_i2.png) no-repeat 0 center;
}

.cp-fwyuys ul .li3 {
	background: url(../img/cp-fwyuys_i3.png) no-repeat 0 center;
}

.cp-fwyuys ul .li4 {
	background: url(../img/cp-fwyuys_i4.png) no-repeat 0 center;
}

.cp-fwyuys ul .li5 {
	background: url(../img/cp-fwyuys_i5.png) no-repeat 0 center;
}

.pro-box ul .jishu-zhengshu {
	width: 16.666%;
}

/*企业资料*/
.company-box {
	width: 100%;
	padding: 50px 0;
	overflow: hidden;
	background: #fff;
}

.company-box .company-left {
	width: 60%;
	float: left;
	font-size: 12px;
	line-height: 25px;
}

.company-box .company-left h3 {
	color: #054b91;
	font-size: 20px;
}

.company-box .company-right {
	width: 40%;
	float: left;
	position: relative;
}

.company-box .company-right img {
	max-width: 100%;
}

.company-box .company-right span {
	display: block;
	width: 120px;
	font-size: 18px;
	background: #2d7ecf;
	color: #fff;
	position: absolute;
	padding: 8px 15px;
	bottom: 20%;
	left: 30%;
}

.company-box .company-right span:after {
	content: '';
	display: block;
	float: right;
	width: 10px;
	height: 7px;
	background: url("../span-j.png") no-repeat;
}

/*最新公告*/
.con-box .down-list {
	width: 31%;
	margin: 10px 1%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.con-box .down-list a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #e7e7e7;
	background: #f7f7f7;
	overflow: hidden;
}

.con-box .down-list dd {
	width: 100%;
	overflow: hidden;
	margin: 5px 0;
}

.con-box .down-list dd h3 {
	display: block;
	width: 100%;
	color: #222;
	font-size: 18px;
}

.con-box .down-list dt {
	width: 100%;
	overflow: hidden;
	margin: 20px 0;
}

.con-box .down-list dt span {
	display: block;
	width: 80%;
	float: left;
	font-size: 12px;
	line-height: 28px;
	color: #9a9a9a;
}

.con-box .down-list dt i {
	display: block;
	width: 20%;
	float: left;
	background: url("../img1.png") no-repeat center center;
	padding: 14px 0;
}

.con-box .down-list a:hover {
	background: #054b91;
}

.con-box .down-list a:hover h3 {
	color: #fff;
}

.con-box .down-list a:hover span {
	color: #fff;
}

.con-box .down-list a:hover i {
	background: url("../img2.png") no-repeat center center;
}

/*企业内刊*/
.con-box ul {
	width: 100%;
	font-size: 0;
}

.con-box ul li {
	width: 23%;
	margin: 10px 1%;
	display: inline-block;
	vertical-align: top;
}

.con-box ul li a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #e7e7e7;
}

.con-box ul li img {
	max-width: 100%;
	transform: translateZ(0px);
}

.con-box ul li .down_title {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.con-box ul li .down_title span {
	display: block;
	width: 80%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #444;
}

.con-box ul li .down_title i {
	display: block;
	width: 20%;
	float: left;
	background: url("../img1.png") no-repeat center center;
	padding: 14px 0;
}

.con-box ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: 0.5s ease;
}

/*人力资料*/

.person {
	width: 100%;
	background: url("../rlzl-ban.jpg") center;
	height: 250px;
	padding-top: 250px;
	text-align: center;
	overflow: hidden;
}

.person a {
	width: 25%;
	display: inline-block;
	background: url("../whit_09.png");
	font-size: 0;
	padding: 20px;
	box-sizing: border-box;
	margin: 0 2%;
}

.person .list-pic01 {
	width: 120px;
	height: 100px;
	float: left;
}

.person .list-til {
	color: #888888;
	padding-top: 30px;
	float: left;
	font-size: 24px;
}

.person .icon-pro-ln {
	background: url("../icon-pro-ln.png") no-repeat;
	background-size: 100%;
}

.person .icon-pro-xy {
	background: url("../icon-pro-xy.png") no-repeat;
	background-size: 100%;
}

.person .icon-pro-sh {
	background: url("../icon-pro-sh.png") no-repeat;
	background-size: 100%;
}


.rcln {
	background-image: url(../rcln-bj.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main-box .section .warp {
	width: 100%;
	display: flex;
	margin-top: 20px;
}

.main-box .section .warp h4 {
	font-size: 30px;
	color: #003f8a;
	font-weight: bold;
	padding-bottom: 20px;
}

.main-box .section .warp h4 img {
	margin-top: -2px;
	margin-right: 25px;
}

.main-box .section .warp span {
	display: block;
	font-size: 16px;
	line-height: 35px;
	color: #666;
	position: relative;
	padding-left: 40px;
}

.main-box .section .warp span::before {
	content: '';
	background-image: url(../icon12.png);
	background-size: 100%;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 10;
}

.rcln .warp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-box .section .warp .warp_left {
	width: 46%;
}

.main-box .section .warp .warp_border {
	width: 1px;
	background: #e3e3e3;
}

.main-box .section .warp .warp_right {
	width: 46%;
}

.humanbox {
	width: 100%;
	padding: 45px 45px;
	background-color: #f9f9f9;
	background-image: url(../humanbox.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

.humanbox h1 {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 25px;
	color: #222;
}

.human_company_class {
	width: 23.5%;
	float: left;
}

.human_company_class ul li a {
	display: block;
	background: #fff;
	border: 1px solid #eee;
	padding: 20px 8px;
	font-size: 18px;
	text-align: center;
	margin: 15px 0;
}

.human_company_class ul li a:hover {
	background: #00428e;
	border: 1px solid #e00428eee;
	color: #fff;
}

.human_job_list {
	width: 71%;
	float: right;
}

.job-list {
	width: 100%;
	overflow: hidden;
}


.job-list ul {
	width: 100%;
}

.job-list ul li {
	overflow: hidden;
	background: #ffffff;
	margin: 30px 0;
}

.job-list ul li.top-job-li {
	background: #00428e;
	color: #fff;
}

.job-list ul li.top-job-li a {
	color: #fff;
}

.job-list ul li.top-job-li a,
.job-list ul li a.inactive {
	width: 100%;
	text-align: center;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	font-size: 18px;
	padding: 18px 25px;
	line-height: 25px;
	position: relative;
}

.job-list ul li a>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.job-list ul li a.inactive {
	color: #333;
}

.job-list ul li .prop01 {
	width: 20%;
}

.job-list ul li .prop02 {
	width: 24%;
}

.job-list ul li .prop03 {
	width: 18%;
}

.job-list ul li .prop04 {
	width: 28%;
}

.job-list ul li .prop05 {
	width: 10%;
	position: relative;
}

.job-list ul li .prop05::before {
	content: '';
	width: 43px;
	height: 43px;
	position: absolute;
	right: 5%;
	top: 0;
	background-size: 100%;
}

.job-list ul li .inactives,
.job-list ul li a.inactive:hover {
	background: #fff;
}


.job-list ul li .inactive .prop05::before {
	background-image: url(../icon17.png);
}

.job-list ul li .inactives .prop05::before {
	background-image: url(../icon18.png);
}


.job-list ul li ul {
	display: none;
	background: #f8f9fa;
}

.zp-content {
	padding: 25px 60px;
	line-height: 35px;
	color: #333;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 18px;
}

.zp-content h5 {
	font-size: 20px;
	line-height: 55px;
	color: #2385c2;
	font-weight: bold;
	margin-top: 20px;
}


.zp-content a {
	display: inline-block;
	line-height: 50px;
	color: #fff;
	background: #00428e;
	border-radius: 30px;
	margin: 55px 0;
	padding: 0 43px;
}


.zp-content a:hover {
	background: #00428e;
}




.job_culture {
	width: 100%;
	padding: 50px 0;
	background-image: url(../job_culture.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.job_culture ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.job_culture ul li {
	width: 25%;
	margin: 10px 0;
	position: relative;
	border-left: 2px solid #cacfdb;
	box-sizing: border-box;
	padding: 20px 0 30px 50px;
	position: relative;
}

.job_culture ul li::before {
	content: '';
	background: #00428e;
	width: 4px;
	height: 50%;
	position: absolute;
	left: -2px;
	top: 25%;
	z-index: 10;
}

.job_culture ul li h5 {
	font-size: 34px;
	color: #00428e;
	margin-bottom: 10px;
	font-weight: bold;
}

.job_culture ul li>div {
	font-size: 28px;
	color: #666666;
}


.job_culture ul li:hover a {
	background: #00428e;
	text-align: center;
}



.main-box .section>.three {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.main-box .section>.three>div {
	width: 33%;
	border-right: 1px solid #dddddd;
	padding: 0 3%;
	box-sizing: border-box;
}

.main-box .section>.three>div:last-child {
	border-right: none;
}

.main-box .section>.three>div>span {
	font-size: 20px;
	display: block;
	padding: 20px 0;
}

.main-box .section>.three>div>p {
	line-height: 2;
}

.main-box .section form {
	margin-top: 30px;
}

.main-box .section form table {
	width: 100%;
}

.main-box .section form table tr {
	width: 50%;
	float: left;
	margin-top: 10px;
	padding-left: 5%;
	box-sizing: border-box;
}

.main-box .section form table tr:last-child {
	width: 100%;
}

.main-box .section form table tr td {
	font-size: 15px;
}

.main-box .section form table tr td input[type="text"] {
	height: 30px;
	border: 1px solid #7f7f7f;
	border-radius: 4px;
}

.main-box .section form table tr td textarea {
	border: 1px solid #7f7f7f;
	border-radius: 4px;
}

.main-box .section form table tr td input[type="submit"] {
	margin: 0 auto;
	width: 80px;
	height: 30px;
	border: none;
	background: red;
	color: white;
}

/*社会责任*/
.container .section .zr,
.container .section .aq,
.container .section .hj,
.container .section .fz,
.container .section .gy {
	width: 100%;
	overflow: hidden;
}

.zr dl {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.zr dl dt {
	float: left;
	width: 30%;
	overflow: hidden;
}

.zr dl dd {
	float: left;
	width: 70%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px 20px;
	font-size: 15px;
}

.sustainable-box dl {
	width: 100%;
	overflow: hidden;
	background: #f1f1f1;
	position: relative;
}

.sustainable-box dl dt {
	width: 50%;
	position: absolute;
	top: 0;
	height: 100%;
	background-size: cover;
	overflow: hidden;
}

.sustainable-box dl dt img {
	width: 100%;
	display: none;
}

.sustainable-box dl dd {
	width: 50%;
	overflow: hidden;
	padding: 30px 30px;
	font-size: 15px;
	background: #f1f1f1;
}

.sustainable-box dl dd p {
	text-indent: 2em;
	line-height: 28px;
}

.zr dl dd h3,
.sustainable-box dl dd h3 {
	font-size: 20px;
	color: #00428e;
	font-weight: bold;
	padding: 10px 0;
}


.aq dl dt,
.fz dl dt {
	right: 0;
}

.aq dl dd,
.fz dl dd {
	float: left;
}

.hj dl dt,
.gy dl dt {
	left: 0;
}

.hj dl dd,
.gy dl dd {
	float: right;
}

/*华源时代观*/
.time {
	width: 100%;
	padding: 50px 0;
}

.time .section .sdg {
	margin: 30px auto;
	width: 100%;
	background: #f1f1f1;
}

.time .section .sdg>img {
	width: 40%;
	float: left;
}

.time .section .sdg .sdg_right {
	width: 60%;
	float: left;
	padding: 5% 4%;
	box-sizing: border-box;
}

.time .section .sdg .sdg_right img {
	width: 15%;
	height: 7%;
}

.time .section .sdg .sdg_right h5 {
	font-size: 30px;
	color: black;
	letter-spacing: 1px;
	margin-top: 8%;
}

.time .section .sdg .sdg_right span {
	display: block;
	font-size: 16px;
	margin-top: 5%;
}

.main-box .section .ygzs {
	width: 100%;
}

.main-box .section .ygzs li {
	float: left;
	width: 48%;
	margin-right: 4%;
	background: #044b91;
	height: 250px;
}

.main-box .section .ygzs li:nth-of-type(2n) {
	margin-right: 0;
}

.main-box .section .ygzs li a {
	display: block;
	width: 100%;
	height: 100%;
}

.main-box .section .ygzs a .ygzs_left {
	float: left;
	width: 38%;
	box-sizing: border-box;
	height: 234px;
	border: 1px solid white;
	margin-top: 8px;
	margin-left: 8px;
	overflow: hidden;
}

.main-box .section .ygzs a .ygzs_left div {
	width: 100%;
	height: 100%;
	background: url(../shili.png) no-repeat center/cover;
}

.main-box .section .ygzs a .ygzs_right {
	float: left;
	width: 60%;
	padding: 5% 3%;
	box-sizing: border-box;
}

.main-box .section .ygzs a .ygzs_right h5 {
	font-size: 22px;
	color: white;
	letter-spacing: 1px;
}

.main-box .section .ygzs a .ygzs_right span {
	display: block;
	color: white;
	margin-top: 2%;
	padding-left: 1%;
}

.main-box .section .ygzs a .ygzs_right img {
	display: none;
}

.main-box .section .ygzs a .ygzs_right p {
	font-size: 12px;
	color: white;
	line-height: 2;
	text-indent: 2em;
	margin-top: 2%;
}

/*文化活动*/
.cp-box1 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #f1f1f1;
}

.cp-box1 .section .hd_list {
	width: 100%;
	font-size: 0;
}

.cp-box1 .section .hd_list li {
	width: 23%;
	margin: 10px 1%;
	vertical-align: top;
	background: #fff;
	display: inline-block;
}

.cp-box1 .section .hd_list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.cp-box1 .section .hd_list .hd-pic {
	width: 100%;
	max-height: 180px;
	overflow: hidden;
}

.cp-box1 .section .hd_list .hd-pic img {
	max-width: 100%;
	transform: translateZ(0px);
}

.cp-box1 .section .hd_list li h4 {
	font-size: 14px;
	line-height: 45px;
	color: #444;
	text-align: center;
}

.cp-box1 .section .hd_list li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.main-down-list {
	width: 100%;
	padding: 30px 0;
	background: #f1f1f1;
}

.main-down-list ul {
	width: 100%;
	font-size: 0;
	margin: 50px 0;
}

.main-down-list ul li {
	width: 18%;
	margin: 10px 1%;
	display: inline-block;
	vertical-align: top;
}

.main-down-list ul li a {
	display: block;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: 1px solid #e7e7e7;
	background: #fff;
}

.main-down-list ul li img {
	max-width: 100%;
	transform: translateZ(0px);
}

.main-down-list ul li .down_title {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}

.main-down-list ul li .down_title span {
	display: block;
	width: 80%;
	float: left;
	font-size: 16px;
	line-height: 28px;
	color: #444;
}

.main-down-list ul li .down_title i {
	display: block;
	width: 20%;
	float: left;
	background: url("../img1.png") no-repeat center center;
	padding: 14px 0;
}

.main-down-list ul li a:hover img {
	transform: scale(1.05, 1.05);
	transition: 0.5s ease;
}

.main-down-list .more {
	display: block;
	margin: 20px auto;
	width: 120px;
	background: #044b91;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

.main-hd-list {
	width: 100%;
	padding: 30px 0;
}

.main-hd-list ul {
	width: 100%;
	font-size: 0;
	margin: 50px 0;
}

.main-hd-list li {
	width: 23%;
	margin: 10px 1%;
	vertical-align: top;
	background: #fff;
	display: inline-block;
}

.main-hd-list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-hd-list .hd-pic {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.main-hd-list .hd-pic img {
	max-width: 100%;
	transform: translateZ(0px);
}

.main-hd-list li h4 {
	font-size: 14px;
	line-height: 45px;
	color: #444;
	text-align: center;
}

.main-hd-list li a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}

.main-hd-list .more {
	display: block;
	margin: 20px auto;
	width: 120px;
	background: #044b91;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}

/*syFocusThumb*/
.branch {
	width: 100%;
	overflow: hidden;
	padding: 70px 0;
	background: #f1f1f1;
	font-size: 14px;
	line-height: 25px;
}

.syFocusThumb {
	position: relative;
	width: 80%;
	margin: 50px auto 0 auto;
}

.syFocusThumb .prev {
	background: url(../btn01.gif) no-repeat;
	width: 13px;
	height: 45px;
	margin-left: -13px;
	display: none;
}

.syFocusThumb .next {
	background: url(../btn02.gif) no-repeat;
	width: 13px;
	height: 45px;
	margin-right: -13px;
	display: none;
}

.pagination {
	position: absolute;
	text-align: left;
	width: 100%;
	color: #333;
	clear: both;
	top: 0;
	left: 0;
}

.thumbWrap {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
}

.holder {
	width: 4000px
}

.holder .toc {
	font-style: normal;
	display: block;
	background: #044b91;
	color: #fff;
	cursor: pointer;
	padding: 0 10px;
	line-height: 40px;
	margin-right: 20px;
	font-size: 16px;
	text-align: center;
}

.pagination i.selected {
	background: #000000;
	color: #fff;
	height: 40px;
	text-align: center;
}

.pagination i.selected a {
	color: #fff;
}

.prev {
	position: absolute;
	width: 13px;
	TOP: 0;
	cursor: pointer;
	LEFT: 5px
}

.next {
	position: absolute;
	width: 13px;
	TOP: 0;
	cursor: pointer;
	RIGHT: 5px;
}

.sliderwrapper {
	width: 100%;
	padding-top: 45px;
	text-align: left;
}

.sliderwrapper img {
	max-width: 100%;
}

.sliderwrapper .tab-txt {
	position: absolute;
	width: 90%;
	padding: 30px 5%;
	z-index: 999;
	bottom: 0;
	right: 0;
	background: url("../img_mask_bg.png");
}

.sliderwrapper .tab-txt span {
	margin: 0 auto 13px;
	font-size: 24px;
	color: #ffffff;
	line-height: 30px
}

.sliderwrapper .tab-txt p {
	font-size: 14px;
	color: #f1f1f1;
	line-height: 24px;
}

.pro-class {
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}

.pro-class ul {
	width: 94%;
	max-width: 1400px;
	height: 40px;
	margin: auto;
	background: #f5f5f5;
	padding-top: 30px;
}

.pro-class .bigclass {
	width: 120px;
	position: relative;
	float: left;
	background: #f5f5f5;
	margin-right: 30px;
}

.pro-class .bigclass a {
	display: block;
	width: 120px;
	height: 40px;
	background: #fff;
	text-align: center;
	line-height: 40px;
	color: #444;
	border: #eee;
}

.pro-class .bigclass a:hover {
	background: #1a75cf;
	color: #fff;
}

.pro-class .smallclass {
	visibility: hidden;
	width: 120px;
	background-color: #fff;
	color: #222;
	text-align: center;
	position: absolute;
	z-index: 1;
	top: 40px;
	left: 50%;
	margin-left: -60px;

	transition: opacity 1s;
}

.pro-class .smallclass dl {
	width: 100%;
}

.pro-class .smallclass dl dd {
	width: 100%;
}

.pro-class .smallclass dl dd a {
	display: block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	color: #444;
	border-bottom: 1px solid #ddd;
}

.pro-class .bigclass:hover .smallclass {
	visibility: visible;
	opacity: 1;
}

/*footer*/
.footer {
	width: 100%;
	overflow: hidden;
	background: #00428e;
	padding: 65px 0 25px 0;
	position: relative;
}

.footer::before {
	content: '';
	background-image: url(../foot-bj.png);
	width: 200px;
	height: 165px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.footer .footbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 50;
	max-width: 1600px;
}

.footlogo {
	width: 12%;
}

.footlogo img {
	max-width: 100%;
	margin-top: 40px;
}

.foot-menu {
	width: 75%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #fff;
}

.foot-menu h3 {
	font-size: 19px;
	margin-bottom: 10px;
}

.foot-menu .foot_contlis {
	float: left;
}

.foot_contlis .menu-ul {
	overflow: hidden;
	width: 100%;
}


.foot-menu ul li {
	width: 100%;
	margin: 10px 0;
}


.foot-menu ul li a {
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
}

.foot-menu a:hover {
	opacity: 1;
}

.footwechat {
	width: 10%;
	text-align: center;
	color: #fff;
}

.footwechat img {
	max-width: 100%;
	margin-bottom: 10px;
}

.foot-copyright {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 10px 0;
	color: #ccc;
	font-size: 14px;
	text-align: center;
}

.foot-copyright a {
	color: #ccc;
}

.foot-copyright a:hover {
	color: #fff;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin-right: 3px;
	min-width: 30px;
	height: 35px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
}

.qt-pagination .pages {
	background: #054b91;
	color: #fff;
}

.cd-top {
	display: inline-block;
	width: 40px;
	height: 44px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../top.png) no-repeat center 50%;
	visibility: hidden;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

.cd-top.cd-fade-out {
	opacity: .9;
}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;
}

/*媒体查询*/
@media (max-width:1680px) {
	.cp-fwyuys ul {
		left: 47.3%;
	}
}

@media (max-width:1366px) {
	.cp-fwyuys ul {
		left: 46.6%;
	}
}

@media (max-width:1200px) {
	.ban-warp {
		top: 25%;
	}

	.ban-warp h2 {
		font-size: 32px;
		line-height: 72px;
	}

	.ban-warp p {
		font-size: 20px;
		line-height: 36px;
	}

	.footer .ft-nav .ft-nav-list {
		width: 81%;
	}

	.footer .ft-nav .ft-nav-wx {
		width: 15%
	}

	.cp-fwyuys ul {
		width: 45%;
	}

	.pro-box ul .jishu-zhengshu {
		width: 20%;
	}
}

@media (max-width:1160px) {

	.sustainable-box dl dd,
	.sustainable-box dl dd,
	.sustainable-box dl dt,
	.sustainable-box dl dt,
	.zr dl dd,
	.zr dl dt {
		width: 100%;
		position: static;
	}

	.sustainable-box dl dt {
		background: none;
	}

	.sustainable-box dl dt img {
		display: block;
		width: 100%;
	}
}

@media (max-width:1024px) {
	.main-box>.section form table tr {
		width: 100%;
		margin-top: 10px;
		padding: 0;
		box-sizing: border-box;
	}

	.container .section .zr>img {
		display: none;
	}

	.container .section .zr>.zr_right {
		width: 100%;
	}

	.container .section>.aq>.aq_right {
		display: none;
	}

	.container .section>.aq>.aq_left {
		width: 100%;
		height: auto;
	}

	.container .section .hj .hj_left {
		display: none;
	}

	.container .section .hj .hj_right {
		width: 100%;
		height: auto;
	}

	.container .section .fz .fz_right {
		display: none;
	}

	.container .section .fz .fz_left {
		width: 100%;
		height: auto;
	}

	.container .section .gy .gy_left {
		display: none;
	}

	.container .section .gy .gy_right {
		width: 100%;
		height: auto;
	}

	.main-box .section .ygzs li {
		height: auto;
	}

	.main-box .section .ygzs a .ygzs_left {
		display: none;
	}

	.main-box .section .ygzs a .ygzs_right {
		width: 100%;
	}

	.main-box .section .ygzs a .ygzs_right h5 {
		text-align: center;
	}

	.main-box .section .ygzs a .ygzs_right span {
		text-align: right;
	}

	.sliderwrapper .tab-txt {
		padding: 15px 5%;
	}

	.sliderwrapper .tab-txt span {
		font-size: 18px;
	}

	.sliderwrapper .tab-txt p {
		font-size: 12px;
	}

	.cp-fwyuys {
		background: none;
		position: static;
	}

	.cp-fwyuys ul {
		position: static;
		width: 100%;
		font-size: 0;
	}

	.cp-fwyuys ul li {
		padding: 15px 15px 15px 120px;
		background-position: 10px center !important;
		display: inline-block;
		width: 48%;
		margin: 20px 1%;
		min-height: 116px;
		box-sizing: border-box;
		background-color: #00428e !important;
		vertical-align: top;
	}

	.pro-box ul .jishu-zhengshu {
		width: 25%;
	}
}

@media (max-width:999px) {

	.banner-swiper,
	.inside-ban {
		margin-top: 109px;
	}

	.indexnum .num {
		font-size: 35px;
	}

	.indexnum span {
		font-size: 18px;
	}

	.header {
		width: 100%;
		padding: 13px 0;
		background: #fff;
	}

	.header .logo {
		width: 50%;
		height: 44px;
	}

	.index-head .logo a {
		display: none;
	}

	.header .logo a {
		width: 180px;
		height: 44px;
	}

	.header .logo img {
		width: 100%;
	}

	.m_menu {
		display: block;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 70px;
		background: #054b91;
		width: 100%;
		display: none;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #1a75cf;
	}

	.header .menu ul li a {
		padding-left: 10px;
		color: #fff;
		font-size: 18px;
	}

	.header .menu li a.on,
	.header .menu li a:hover {
		color: #fff;
	}

	.header .menu li .drop {
		width: 100%;
		position: static;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop li {
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		border: none;
	}

	.header .menu li .drop li a {
		width: 96%;
		padding: 0 3%;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .lang-search {
		display: none;
	}

	.about-box .ab-con {
		width: 96%;
	}

	.cp-box ul li {
		width: 31.33%
	}

	.ls-txt span {
		padding: 0 10px;
		font-size: 22px;
	}

	.growth-time-box {
		margin-bottom: 50px;
		position: relative;
		padding: 20px 20px 0 20px;
	}

	/*banner*/
	.banner {
		margin: 0;
	}

	.banner_bar {
		width: 100%;
	}

	.n_banner {
		width: 100%;
		margin: 0;
		height: auto;
	}

	.banner ul {
		height: 388px;
	}

	.banner ul li {
		height: 388px;
	}

	.pic-le .pic-txt a {
		width: 50%;
	}

	.about-box .ab-con img {
		max-width: 100%;
	}

	.about-box a.ab-more {
		margin: 30px auto 0 auto;
	}

	.main-box {
		padding: 30px 0;
	}

	.con-box-fff {
		padding: 30px 0;
	}

	.con-box-fff .ab-int {
		width: 100%;
		margin: 20px 0 10px 0;
		padding: 0;
	}

	.con-box-fff .ab-int-img {
		display: none
	}

	.cn-form ul li {
		width: 100%;
		margin: 5px 0;
	}

	.cn-form li span {
		text-align: left;
	}

	.cn-form input {
		width: 80%;
	}

	.ne-del {
		padding: 30px 0;
	}

	.ne-del .ne-con {
		width: 100%;
	}

	.research-box .research-con {
		width: 100%;
	}

	.system-box .system-con {
		width: 100%;
	}

	.shares-box .shares-box-le {
		width: 100%;
	}

	.shares-box .shares-box-lr {
		width: 100%;
	}

	.gsjs-box .gs-dl dl dd h2 {
		font-size: 18px;
		padding: 10px 0;
	}

	.gsjs-box .gs-dl dl dd p {
		line-height: 22px;
		font-size: 14px;
	}

	.nr_lm,
	.nr_lm .now-menu a.home,
	.nr_lm .now-menu span {
		height: 55px;
	}

	.nr_lm .now-menu p {
		line-height: 55px;
	}

	.nr_lm ul li a {
		height: 52px;
	}

	.nr_lm ul li {
		height: 55px;
		line-height: 455px5px;
	}

	.nr_lm .now-menu {
		float: left;
		height: 55px;
		line-height: 55px;
	}

	.inside_menu p {
		height: 55px;
		line-height: 55px;
	}

}

@media (max-width: 856px) {

	.footer .ft-nav .ft-nav-list {
		width: 100%;
	}

	.foot_contlis {
		width: 100%;
	}


	.foot_contlis ul {
		display: none;
		background: #fff;
		padding: 10px;
	}


	.foot_contlis h3 {
		line-height: 50px;
		margin: 0;
		font-size: 16px;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	.fold h3::after {
		background: url(../sanjiao.png) !important;
	}

	.foot_contlis h3::after {
		content: '';
		display: block;
		width: 12px;
		height: 11px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -4px;
		background: url(../sanjiao-h.png);
	}

	.foot_contlis li a {
		color: #000;
	}

	.footer .ft-nav .ft-nav-wx {
		display: none;
	}

	.ban-warp {
		top: 20%;
	}

	.ab-wrap .ab-box-le {
		width: 100%;
		margin-right: 0;
	}

	.ab-wrap .ab-box-le .more {
		margin: 50px auto;
	}

	.ab-wrap .ab-box-ri {
		width: 100%;
		margin-top: 50px;
	}

	.ab-wrap .ab-box-ri img {
		width: 100%;
	}

	.main-box>.section>.three>div>span {
		text-align: center;
	}

	.container .section .sdg>img {
		width: 100%;
	}

	.syFocusThumb {
		width: 100%;
	}

	.con-box .down-list {
		width: 30%;
	}

	.sliderwrapper .tab-txt {
		padding: 5px 5%;
	}

	.sliderwrapper .tab-txt span {
		font-size: 14px;
	}

	.sliderwrapper .tab-txt p {
		display: none;
	}

	.container .section .sdg .sdg_right {
		width: 100%;
	}

	.container .section .sdg .sdg_right img {
		display: none;
	}

	.container .section .sdg .sdg_right h5 {
		font-size: 30px;
		color: black;
		letter-spacing: 1px;
		margin-top: 2%;
		text-align: center;
	}

	.container .section .sdg .sdg_right span {
		display: block;
		font-size: 16px;
		margin-top: 5%;
		text-align: center;
	}

	.cn-list ul li {
		width: 48%;
	}

	.pro-box ul li {
		width: 33.33%;
	}

	.contact-box .contact-con ul {
		width: 96%;
		margin: 20px 2%;
	}

	.contact-box .contact-con ul li a {
		width: 200px;
		height: 180px;
		padding: 20px 0 0 0;
	}

	.cp-fwyuys ul li {
		min-height: 142px;
	}
}

@media (max-width:768px) {
	.banner ul {
		height: 265px;
	}

	.banner ul li {
		height: 265px;
	}

	.pic-le .pic-txt p {
		line-height: 25px;
	}

	.num-list h2 {
		font-size: 60px;
	}

	.num-list p {
		font-size: 1.4em;
	}




	.a-ban {
		width: 100%;
		background-image: url(../a-ban.jpg);
	}

	.footer .ft-nav .ft-nav-list {
		width: 100%;
	}

	.footer .ft-nav .ft-nav-wx {
		display: none;
	}

	.cd-top {
		right: 20px;
		bottom: 20px;
	}

	/*by lyc*/
	.container .section>.zr>img {
		display: none;
	}

	.container .section>.zr>.zr_right {
		width: 100%;
		text-align: center;
	}

	.pro-box ul .jishu-zhengshu {
		width: 33.333%;
	}
}

@media (max-width: 658px) {
	.index-banner-img {
		padding-top: 60.38%;
	}

	.number-box {
		background: #353535;
		padding: 25px 0;
	}

	.num-list li {
		width: 31.333%;
		margin: 15px 1%;
	}



	.container .section .zr .zr_right .no_img {
		width: 100%;
		display: block;
		padding-top: 20px;
		box-sizing: border-box;
	}

	.container .section .zr>.zr_right>p {
		text-indent: 2em;
		margin-top: 0;
		line-height: 1.7;
		text-align: left;
	}

	.container .section .aq .aq_left {
		height: auto;
	}

	.container .section .no_img1 {
		display: block;
	}

	.container .section .no_img2 {
		display: block;
	}

	.container .section .no_img3 {
		display: block;
	}

	.container .section .no_img4 {
		display: block;
	}

	.main-box .section .ygzs a .ygzs_right img {
		display: block;
		width: 85%;
		margin: 0 auto;
		margin-top: 20px;
		border: 1px solid white;
	}

	.main-box .section .ygzs li {
		width: 100%;
		margin-top: 20px;
	}

	.idea-con .ide-lf {
		width: 50%;
		margin: 30px 25%;
	}

	.contact-box .contact-con ul {
		display: flex;
		flex-wrap: wrap;
	}

	.contact-box .contact-con ul li {
		width: 31%;
		margin-right: 2%;
	}

	.contact-box .contact-con ul li img {
		max-width: 40px;
	}

	.contact-box .contact-con ul li span {
		font-size: 16px;
	}

	.contact-box .contact-con ul li p {
		font-size: 14px;
	}

	.contact-box .contact-con ul li a {
		background: none;
		width: auto;
		height: auto;
	}

	.idea-con .ide-ri {
		width: 100%;
		padding-top: 10px;
		line-height: 24px;
		font-size: 15px;
	}

	.idea-con .ide-ri p {
		padding: 5px 0;
	}

	.cn-txt,
	.cn-form,
	.cn-list {
		padding: 30px 0;
	}

	.cn-box .left,
	.cn-box .right {
		width: 100%;
	}

	.cn-box h3 {
		padding: 10px 0;
	}

	.shares-box .shares-con {
		padding: 20px 10px;
	}

	.view-box .view-le {
		width: 94%;
		min-height: auto;
	}

	.view-box .view-lr {
		width: 94%;
		min-height: auto;
	}

	.event_year {
		display: none;
	}

	.box {
		width: 100%;
	}

	.event_list {
		width: 100%;
		background: url(../dian3.png) 7px 0 repeat-y;
	}

	.event_list h3 {
		margin: 0;
	}

	.event_list li {
		background: none;
	}

	.event_list li p {
		width: 92%;
		margin-left: 8%;
		background: none;
		padding: 0;
	}

	.event_list li span {
		width: 92%;
		text-align: left;
		padding-left: 8%;
		font-weight: bold;
		font-size: 16px;
	}

	.event_list li p span {
		padding: 10px 0;
		font-weight: normal;
	}

	.cp-fwyuys ul li {
		width: 98%;
		height: auto;
		min-height: 106px;
	}

	.indexnum {
		padding: 27px 0;
	}

	.home-hotproduct {
		padding: 40px 0;
	}

	.indexnum ul {
		justify-content: left;
	}

	.indexnum ul li {
		width: 31.33%;
		margin: 10px 1%;
	}

	.indexnum span {
		font-size: 15px;
		margin-top: 5px;
	}

	.hotproduct-button {
		width: 86px;
		height: 48px;
	}

	.hotproswiper-con p {
		font-size: 17px;
		font-weight: 700;
		text-align: center;
		padding: 15px 0;
	}

	.hotproduct-next,
	.hotproduct-prev {
		width: 30px;
		font-weight: bold;
		line-height: 30px;
		height: 30px;
		margin-top: -15px;
	}

	.sustainable-box dl dd {
		padding: 10px 10px;
	}
}

@media (max-width: 568px) {

	.inside_menu .section {
		width: 100%;
	}

	.t-con a:nth-child(2),
	.t-con a:nth-child(3),
	.t-con span {
		display: none;
	}

	.header {

		padding: 16px 0;
		height: 61px;
	}


	.header .menu {
		top: 61px;
	}

	.banner-swiper,
	.inside-ban {
		margin-top: 100px;
	}

	.header .logo a {
		width: 120px;
		height: 29px;
	}



	.indexnum .num {
		font-size: 26px;
	}

	.ban-warp {
		max-width: 280px;
		top: 15%;
	}

	.ban-warp h2 {
		font-size: 22px;
		line-height: 55px;
	}

	.ban-warp p {
		font-size: 15px;
		line-height: 25px;
	}

	.inside_menu a {
		padding: 0 10px;
		font-size: 16px;
	}

	.nr_lm,
	.nr_lm .now-menu a.home,
	.nr_lm .now-menu span {
		height: 45px;
	}

	.nr_lm .now-menu p {
		line-height: 45px;
	}

	.nr_lm ul li a {
		height: 42px;
	}

	.nr_lm ul li {
		height: 45px;
		line-height: 45px;
	}

	.nr_lm .now-menu {
		float: left;
		height: 45px;
		line-height: 45px;
	}

	.inside_menu p {
		height: 45px;
		line-height: 45px;
	}

	.pic-box .pic-le {
		width: 100%;
		height: 290px;
	}


	.pic-box .pic-ri {
		width: 100%;
	}

	.pic-box .pic-ri ul {
		margin-top: 20px;
	}


	.tl-box h5 {
		font-size: 24px;
	}


	.news-wrap .news-list ul li {
		width: 100%;
		margin: 10px 0;
	}

	.news-wrap .news-list .news-pic img {
		width: 100%;
		opacity: 1;
	}

	.wor-wrap {
		height: auto;
	}

	.wor-wrap .wor-box {
		width: 100%;
		height: auto;
		padding: 28px 10px;
		box-sizing: border-box;
	}

	.wor-box .wor-con h5 {
		font-size: 22px;
		line-height: 40px;
		margin: 0 0 10px 0;
	}

	.wor-box .wor-con a {
		line-height: 29px;
	}

	.wor-box .pos-lr {
		float: none;
		margin: auto;
	}

	.wor-box .pos-ri {
		float: none;
		margin: auto;
	}

	.ab-wrap .ab-box-le .list-icon {
		width: 35%;
	}

	.ab-wrap .ab-box-le .list-icon img {
		max-width: 100%;
	}

	.ab-wrap .ab-box-le .list-text {
		width: 65%;
	}

	.ab-wrap .ab-box-le .list-mor {
		display: none;
	}


	.num-list h2 {
		font-size: 38px;
	}

	.num-list p {
		font-size: 1em;
	}

	.event_box {
		width: 96%;
		margin: 20px 0;
	}


	.cp-box ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.ls-txt span:before,
	.ls-txt span:after {
		display: none
	}


	.main-box .ab-box-le {
		width: 100%;
		margin-right: 0;
		padding: 0;
	}

	.main-box .ab-box-ri {
		width: 100%;
		margin-right: 0;
		padding: 0;
	}

	.cn-form li {
		margin: 5px 2% 20px 0;
	}

	.cn-form li span {
		width: 100%;
	}

	.cn-form input {
		width: 100%;
	}

	.cn-list ul li {
		width: 98%;
	}

	.new-box li {
		width: 98%;
	}

	.research-box {
		padding: 30px 0;
	}

	.con-box .down-list {
		width: 98%;
	}

	.talent-box .talent-con-bot .ta-le-con {
		width: 100%;
	}

	.talent-box .talent-con-top .ta-le-con {
		width: 100%;
		padding: 20px 30px;
		height: auto;
	}

	.talent-box .talent-con-top .ta-lr-con {
		width: 100%;
	}

	.talent-box .talent-con-bot .ta-lr-con {
		width: 100%;
		padding: 20px 30px;
		height: auto;
	}

	.company-box .company-left {
		width: 100%;
	}

	.company-box .company-right {
		width: 90%;
		margin: 10px 5%;
	}

	.pro-box ul li {
		width: 50%;
	}

	.main-box .section .warp .warp_left {
		width: 100%;
		padding: 10px 0;
		border: 0;
	}

	/*by lyc*/
	.main-box>.section>.warp {
		display: block;
	}

	.main-box>.section>.warp>.warp_left {
		width: 100%;
	}

	.main-box>.section>.warp>.warp_right {
		width: 100%;
		padding: 10px 0;
	}

	.main-box>.section>.warp h4 {
		text-align: center;
	}

	.main-box>.section>.warp span {}

	.main-box>.section>.three {
		display: block;
	}

	.main-box>.section>.three>div {
		width: 100%;
		padding: 0 3%;
		border-right: none;
	}

	.main-box>.section>.three>div>p {
		text-align: center;
	}

	.job_culture ul li {
		width: 50%;
	}

	.cp-box1 .section .hd_list li {
		width: 48%;
	}

	.con-box ul li {
		width: 48%;
	}

	.person {
		padding: 20px 0;
		height: auto;
	}

	.person a {
		width: 27%;
		padding: 5px 20px;
	}

	.person .list-pic01 {
		width: 40px;
		height: 40px;
		float: none;
		margin: 3px auto;
	}

	.person .icon-pro-xy,
	.person .icon-pro-ln,
	.person .icon-pro-sh {
		background-size: 90%;
	}

	.person .list-til {
		padding-top: 0;
		width: 100%;
		font-size: 15px;
	}

	.con-box .down-list dd h3 {
		font-size: 15px;
	}

	.footer .ft-nav .ft-nav-list ul span {
		font-size: 16px;
	}

	.gsjs-box .gs-dl dl {
		padding: 10px 10px;
	}

	.gsjs-box .gs-dl dl dt {
		width: 100%;
		margin: 10px 0;
	}

	.gsjs-box .gs-dl dl dd {
		width: 100%;
	}

	.gsjs-box .gs-dl dl dd h2 {
		font-size: 16px;
	}

	.research-con ul {
		height: 218px;
	}

	.research-con ul li {
		width: 48%;
		height: 218px;
	}

	.research-con ul li p {
		font-size: 15px;
	}

	.btn {
		width: 30%;
	}

	.honer-box {
		display: none;
	}

	.time .section .sdg>img {
		width: 100%;
	}

	.time .section .sdg .sdg_right {
		width: 92%;
	}

	.main-hd-list .hd-pic {
		height: auto;
	}

	.main-hd-list li {
		width: 100%;
	}

	.pro-box ul .jishu-zhengshu {
		width: 50%;
	}
}