* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	color: #565656;
}

table, th, td {
    vertical-align: middle;
    border: 1px solid #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.in_box {
	width: 1300px;
	margin: 0 auto;
}

.header,
.why,
.news,
.footer,
.about,
.footdet,
.about_body {
	width: 100%;
}

.title {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.title h1 {
	font-size: 40px;
	color: #005EB8;
}

.header .welcome {
	background-color: #565656;
	font-size: 15px;
	padding: 5px;
}
.header .welcome .in_box.white{
    color: #ffffff;
}

.header .nav {
	display: flex;
	padding: 25px;
	height: 100px;
}

.header .nav .loge {
	width: 28%;
	height: 100%;
}

.header .nav .loge img {
	width: 100%;
}

.header .nav .nav_item {
	margin-left:30px;
	display: flex;
	justify-content: space-evenly;
	flex-grow: 1;
	height: 100%;
}

.header .nav .nav_item li {
	position: relative;
    Z-INDEX: 9;
}

.header .nav .nav_item li a{
    font-size: 18px;
	display:block;
    line-height: 50px;
    padding: 0 20px;
}

.header .nav .nav_item li a.cur, .header .nav .nav_item li a:hover {
    color: #fff;
	font-weight: 600;
    background: #005EB8;
}

.header .nav .nav_item li ul {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    display: none;
    z-index: 9;
    margin: 0;
    background: #005EB8;
    overflow: hidden;
}

.header .nav .nav_item li ul a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0;
	font-weight:500!important;
    text-align: center;
    font-size: 15px;
	border-top: solid 1px #fff;
    color: #fff;
    overflow: hidden;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	width: 100%;
}

.mbanner {
  width: 100%;	
  display: none;
  position: relative;
}

.mbanner img {
  width: 100%;
}

.keyword {
	width: 100%;
	padding: 10px;
}

.keyword .in_box {
	display: flex;
	justify-content: space-between;
}

.keyword .keylist {
	width: 450px;
	display: flex;
	justify-content: space-evenly;
}

.news .in_box .hd {
	text-align: center;
}

.news .in_box .hd ul {
	font-size: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news .in_box .hd li {
	display: inline-block;
	width: 185px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e5e5e5;
	color: #555;
	font-size: 18px;
	cursor: pointer;
}

.news .in_box .hd li i {
	margin-right: 10px;
}

.news .in_box .hd li.on {
	color: #005eb8;
	font-weight: bold;
	border-color: #005eb8;
}



@media (max-width: 999px) {
	.keyword .keylist {
		display: none;
	}
}

.keyword .search {
	width: 400px;
	display: flex;
	height: 35px;
}

.keyword .search .schr {
	width: 80%;
	border: 1px solid #b4b4b4;
	line-height: 30px;
	padding-left: 10px;
}

.keyword .search .sbtn {
	width: 20%;
	background-color: #005eb8;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	border:none;
	cursor:pointer;
}

.keyword .search input {
	border: none;
}

.keyword .search input:focus {
	outline: none;
}

.about {
	width: 100%;
	height: 500px;
	margin-top: 20px;
	background-image: url(../images/about_bg.jpg);
	background-repeat: no-repeat;
}

.download_btn {
    float: left;
    display: block;
    margin: 10px 10px 20px 0px;
}

.about .in_box,
.services .in_box {
	padding: 20px;
}

.about .in_box p {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	line-height: 50px;
	text-indent:2em;
}

.about .in_box a {
	display: block;
	width: 150px;
	height: 60px;
	font-size: 20px;
	border: 1px solid #005EB8;
	color: #005EB8;
	text-align: center;
	line-height: 60px;
	margin: 20px auto;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.services {
	width: 100%;
	height: 400px;
	background-color: #efefef;
}

.services ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}

.services ul li {
	width: 22%;
	padding: 15px;
	text-align: center;
}

.services ul li div {
	background-color: #005EB8;
	width: 150px;
	height: 150px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 100%;
	text-align: center;
	line-height: 150px;
}

.services ul li div img {
	width: 100%;
}

.services ul li p {
	font-size: 25px;
	margin-top: 15px;
}

.why {
	margin-top: 50px;
}

.why .whylist {
	width: 100%;
	margin-top: 40px;
}

.why .whylist .whyitem {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.why .whylist .whyitem:nth-of-type(2) {
	flex-direction: row-reverse;
}

.why .whylist .whyitem .img {
	width: 50%;
}

.why .whylist .whyitem .img img {
	width: 100%;
}

.why .whylist .whyitem .right {
	width: 47%;
	display: flex;
	justify-content: space-between;
}

.why .whylist .whyitem .right .num {
	background-color: #005EB8;
	width: 75px;
	height: 150px;
	padding: 2px;
}

.why .whylist .whyitem .right .num div {
	color: #FFFFFF;
	width: 100%;
	height: 75px;
	text-align: center;
}

.why .whylist .whyitem .right .num div:nth-of-type(1) {
	background-color: #FFFFFF;
	color: #005EB8;
	font-weight: bold;
	font-size: 40px;
	line-height: 75px;
}

.why .whylist .whyitem .right .num div:nth-of-type(2) p {
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	font-size: 20px;
}

.why .whylist .whyitem .right .detil {
	width: 85%;
}

.why .whylist .whyitem .right .detil h2 {
	font-size: 30px;
	padding: 10px 0;
	border-top: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	text-align: center;
	color: #000000;
}

.why .whylist .whyitem .right .detil p {
	margin-top: 30px;
	font-size: 23px;
	line-height: 40px;
}

.sjwz-wzal {
	width: 100%;
	padding: 40px 0;
	background-color: #efefef;
}

.sjwz-wzal .w1200 {
	padding-top: 20px;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.sjwz-wzal .wzal-cont {
	width: 1080px;
	margin: 0 auto;
}

.sjwz-wzal .wzal-cont .cleafix {
	display: flex;
	width: 100%;
}

.sjwz-wzal .wzal-cont li {
	width: 240px;
	margin-right: 40px;
	width: 24%;
}

.sjwz-wzal .wzal-cont li img {
	width: 100%;
}

@media (max-width: 999px) {

	/* .sjwz-wzal .wzal-cont{width: 800px;} */
	.cleafix {
		padding-left: 3.5rem;
	}

	.sjwz-wzal .wzal-cont li {
		width: 12.5%;
		margin-right: 15px;
	}

	.sjwz-wzal .wzal-cont li:nth-of-type(3),
	.sjwz-wzal .wzal-cont li:nth-of-type(4) {
		display: none
	}
}

.sjwz-wzal .wzal-cont li:last-child {
	margin-right: 0;
}

.sjwz-wzal .swiper-button-prev {
	background-image: none;
	left: 0;
	right: auto;
	top: 40%;
	width: 60px;
	height: 90px;
	margin-top: -11px;
	background: url(../images/arr_left.png) no-repeat center center;
	background-size: cover;
}

.sjwz-wzal .swiper-button-next {
	background-image: none;
	right: 0;
	left: auto;
	top: 40%;
	width: 60px;
	height: 90px;
	margin-top: -11px;
	background: url(../images/arr_right.png) no-repeat center center;
	background-size: cover;
}

.news {
	height: 600px;
}

.news .in_box .newnav {
	width: 60%;
	display: flex;
	margin: 0 auto;
}

.news .in_box .newnav li {
	width: 25%;
	border: 1px solid #B4B4B4;
	text-align: center;
	padding: 10px;
}

.news .in_box .newslist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}

.news .in_box .newslist li {
	width: 30%;
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.news .in_box .newslist li h3 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 20px;
}

.news .in_box .newslist li p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 25px;
}

.footer {
	background-color: #212d3b;
	padding-top: 30px;
}

.footer .footnav {
	width: 70%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

.footer .footnav li {
	flex-grow: 1;
	text-align: center;
}
.footer .footnav li a{color: #ffffff;}
.bar {
	position: relative;
}

.bar::after {
	content: '';
	position: absolute;
	width: 0;
	height: 10px;
	border-left: 1px solid #FFFFFF;
	right: 0;
	top: 6px;
}

.footer .footdet {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #2c3a45;
	margin-top: 50px;
	padding: 30px 0;
}

.footer .footdet .left {
	display: flex;
	justify-content: space-between;
	width: 45%;
}

.footer .footdet .left ul {
	width: 100px;
	height: 200px;
	border-left: 1px solid #2c3a45;
	position: relative;
}

.footer .footdet .left ul::before {
	content: '';
	position: absolute;
	width: 0;
	height: 25px;
	border-left: 1px solid #00904a;
	left: 0;
	top: 0;
}

.footer .footdet .left ul li {
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 20px;
}

.footer .footdet .left ul li:nth-of-type(1) {
	margin-bottom: 20px;
	font-size: 18px;
}


.footer .footdet .left a{
 color:#fff;
 text-decoration:none;
}

.footer .footdet .qr {
	width: 150px;
	text-align: center;
}

.footer .footdet .qr div,
.footer .footdet .qr div img {
	width: 100%;
}

.footer .footdet .qr p {
	color: #FFFFFF;
	margin-top: 15px;
	font-size: 15px;
}

.copy {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
	height: 50px;
	background-color: #1d2937;
	line-height: 50px;
}

.m_copy {
	display: none;
	width: 100%;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 0.5rem;
	background-color: #efefef;
}

.m_footer {
	z-index: 1000;
	display: none;
	width: 100%;
	height: 4.5rem;
	justify-content: space-evenly;
	position: fixed;
	bottom: 0;
	background-color: #005dba;
	color: #FFFFFF;
}

.m_footer ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.m_footer li {
	width: 25%;
	height: 4.5rem;
	text-align: center;
	padding: 0.3rem;
}

.m_footer li div {
	width: 2.2rem;
	height: 2.3rem;
	margin: 0 auto 0.3rem;
}

.m_footer li div img {
	width: 100%;
	height: 100%;
}

.m_footer li p {
	color: #FFFFFF;
	font-size: 0.8rem;
}

.mob-head {
	background: #005dba;
	padding: 15px 0;
	position: relative;
	display: none;
}

.mob-head .logo {
	padding: 0 110px 0 15px;
}

.mob-head .logo img {
	max-width: 100%;
}

.mob-head .head-btn {
	position: absolute;
	right: 15px;
	height: 26px;
	top: calc(50% - 18px);
	font-size: 0;
}

.mob-head .head-btn a {
	display: inline-block;
	vertical-align: middle;
	width: 35px;
	line-height: 26px;
	text-align: center;
}

.mob-head .head-btn a .iconfont {
	font-size: 20px;
	vertical-align: middle;
}

.mob-head .head-btn a .icon-sousuo {
	font-size: 25px;
}

.mob-head .head-btn a.nav-btn img {
	width: 100%;
}

.mob-head .head-btn .search-btn {
	border-right: 1px solid #aaaaaa;
	margin-right: 10px;
	width: 40px;
}

.mob-nav {
	display: none;
	z-index: 9999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #005eb8;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.mob-nav .close-btn {
	text-align: right;
	padding: 15px 15px 0 0;
}

.mob-nav .close-btn .iconfont {
	font-size: 30px;
	color: #fff;
}

.mob-nav li a {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
}

.mob-nav li a:hover {}

.mob-nav li:not(:last-child) {
	border-bottom: 1px solid #fff;
}

.mob-nav.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.mob-nav.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.page-content {
	display: none;
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #ddd;
}

.page-sort {

	position: absolute;
	z-index: 99;
	top: 0;
	bottom: 0;
	background: #eeeeee;
	width: 50%;
	left: -50%;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	min-height: 80vh;
}

.page-sort .page-sort-title {
	position: relative;
	font-size: 20px;
	color: #434343;
	padding: 12px 0 12px 10%;
	line-height: 30px;
}

.page-sort .page-sort-title .page-sort-btn {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background: #005eb8;
}

.page-sort .page-sort-title .page-sort-btn .iconfont {
	color: #fff;
	font-size: 18px;
	vertical-align: 1px;
}

.page-sort .first-sort>li {
	margin-bottom: 10px;
}

.page-sort .first-sort>li>a {
	display: block;
	font-size: 18px;
	color: #323232;
	background: #e5e5e5;
	padding: 10px 0 10px 10%;
}

.page-sort .first-sort>li>a:after {
	content: '>';
	margin-left: 10px;
}

.page-sort .first-sort>li:hover>a,
.page-sort .first-sort>li.active>a {
	background: #005eb8;
	color: #fff;
}

.page-sort .sub-sort {
	background: #eaeaea;
	display: none;
}

.page-sort .sub-sort>li>a {
	display: block;
	font-size: 16px;
	padding: 10px 0 10px 20%;
	color: #323232;
}

.page-sort .three-sort {
	background: #dcdcdc;
	display: none;
}

.page-sort .three-sort>li>a {
	display: block;
	font-size: 14px;
	padding: 5px 0 5px 30%;
	color: #323232;
}

.page-sort.open {
	left: 0;
}

.bread-crumbs {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 15px;
	text-align: right;
	font-size: 16px;
	color: #323232;
	line-height: 30px;
}

.bread-crumbs .open-btn {
	display: inline-block;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	background: #005eb8;
}

.bread-crumbs .open-btn .iconfont {
	font-size: 16px;
	vertical-align: 0;
	color: #fff;
}

.page-detail {
	padding: 15px;
	font-size: 14px;
	line-height: 1.6;
	color: #333;
}

.cer_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.cer_list li {
	width: 30%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 20px;
}

.cer_list li div {
	width: 100%;
}

.cer_list li div img {
	width: 100%;
}

.mob-news {
	background: #fff;
	padding: 0 10px 15px;
	overflow: hidden;
	margin-top: 8%;
}

.mob_news_wap {
	position: relative;
}

.sort33 {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 22px;
}

.sort33 li {
	width: 50%;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #363636;
	cursor: pointer;
}

.sort33 li.active22 {
	background: #005eb8;
}

.tab-con {
	position: relative;
}

.tab-con .tab-main {
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
	float: none;
	position: absolute;
}

.tab-con .tab-main.active22 {
	position: static;
	opacity: 1;
	visibility: visible;
}

.msgblock {
	width: 60%;
	height: 500px;
}

.msgblock div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.msgblock p {
	width: 15%;
	line-height: 40px;
	position: relative;
}

.msgblock p::before {
	content: '*';
	color: red;
}

.msgblock input {
	width: 80%;
	height: 40px;
	border: 1px solid #b4b4b4;
	padding: 10px;
}

.msgblock textarea {
	width: 80%;
	height: 200px;
	padding: 10px;
}

.msgblock button {
	width: 100px;
	height: 40px;
	background-color: #005eb8;
	color: #FFFFFF;
	font-size: 15px;
	border: none;
	margin-left: 20%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}



@media (max-width: 999px) {
	body {
		margin-bottom: 4.5rem;
	}

	.header,
	.banner,
	.footer,
	.gone {
		display: none;
	}

	.m_copy,
	.m_footer,
	.mob-nav,
	.mob-head,
	.mbanner,
	.page-content {
		display: block;
	}

	.in_box {
		width: 100%;
	}

	.title h1 {
		font-size: 2rem;
	}

	.about {
		background-image: cover;
	}

	.about .in_box p {
		font-size: 1rem;
		line-height: 1.6rem;
		margin: 0 auto;
	}

	.about .in_box a {
		width: 35%;
		height: 3rem;
		font-size: 1rem;
		line-height: 3rem;
	}

	.services {
		height: unset;
	}

	.services ul {
		flex-wrap: wrap;
	}

	.services ul li {
		width: 45%;
	}

	.services ul li div {
		width: 6rem;
		height: 6rem;
		line-height: 3rem;
		padding: 1.5rem;
	}

	.services ul li p {
		font-size: 1.2rem;
	}

	.why {
		display: none;
	}

	.sjwz-wzal {
		background-color: #FFFFFF;
	}

	.news {
		height: unset;
	}

	.news .in_box .newnav {
		flex-wrap: wrap;
	}

	.news .in_box .newnav li {
		width: 50%;
		font-size: 0.5rem;
	}

	.news .in_box .newslist {
		padding: 1rem;
	}

	.news .in_box .newslist li {
		width: 100%;
	}

	.sjwz-wzal .swiper-button-next {
		width: 2rem;
		height: 3rem;
		right: 1rem;
	}

	.sjwz-wzal .swiper-button-prev {
		width: 2rem;
		height: 3rem;
		left: 1rem;
	}

	.cer_list li {
		width: 50%;
	}

	.msgblock {
		width: 100%;
		padding: 1rem;
	}

	.msgblock p {
		display: none;
	}

	.msgblock input,
	.msgblock textarea {
		width: 100%;
	}

	.msgblock button {
		margin-left: 0;
	}

	.news .in_box .hd ul {
		width: 70%;
		padding: 0.5rem;
		margin: 0 auto;
	}

	.news .in_box .hd ul li {
		width: 50%;
	}
}

.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}

.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	font-weight: normal;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}

.pglist a:hover, .pglist .hover, .pglist .thisclass a {
	display: inline-block;
	color: #fff;
	background: #005eb8;
	border-color: #005eb8;
}

.pglist .active span {
	display: inline-block;
	color: #fff;
	background: #005eb8;
	border-color: #005eb8;
	padding: 0 14px;
	margin: 0 3px;
}
