@charset "utf-8";

/* Base Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	color: #202020;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


:focus {
	outline: 0;
}
html{
	background: #EDEDED;
}
img {
	border: 0;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.link {
	width: 28%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: 10px;
}
.link span {
	color: white;
	font-size: 20px;
}
.link a {
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.clear {
	width: 100%;
	height: 30px;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: block;
	*zoom: 1;
}

/**布局开始**/
body {
	font-family: 'Microsoft Yahei';
	line-height: 1;
	min-width: 1440px;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#mian {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
/* 轮播 */
.phoneNav {
	display: none;
}

.phoneNav .navs {
	display: none;
}

.explores {
	display: none;
}

/* .pos {
	position: relative;
} */

.webNav {
	width: 100%;
	color: #fff;
	z-index: 20;
	font-size: 0.20rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #003777;
}

.webNav  .imga {
	width: 90%;
	vertical-align: middle;
	cursor: pointer;
}

.rightW {
	width: 6%;
}
.webNav .imgb{
	width: 15%;
	display: inline-block;
	margin-right: 10px;
cursor: pointer;
}
.webNav .imgbs{
	width: 15%;
	display: inline-block;
	cursor: pointer;
}
.webNav .navs {
	width: 62%;
	margin-top: 0.1rem;
}

.navs .wp_nav .nav-item {
	width: 11%;
}
.navs .wp_nav .nav-item:hover::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.navs .wp_nav .nav-item::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: rgba(251,218,119, 0.9);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

#wp_nav_w1 .wp_nav .nav-item a {
	color: #FFFFFF !important;
}



/* #wp_nav_w1 .wp_nav .nav-item .item-name:hover {
	border-bottom: 4px solid #D8C683;
	box-sizing: border-box;
}  */
#wp_nav_w1 .wp_nav .nav-item:hover .sub-nav{
	-webkit-transition: opacity 0.3s, -webkit-transform 1s;
	-moz-transition: opacity 0.3s, -moz-transform 1s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	
}

#wp_nav_w1 .wp_nav .nav-item .sub-nav {
	width: 100% !important;
	background: rgba(15, 50, 100, 0.2) !important;
	color: #fff !important;
	border: 0 !important;
top:54px!important;
}


#wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item a {
	background-color: #3460AB !important;
	text-align: center;
	border-top: 0 !important;
}

#wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item .item-name:hover {
	border-bottom: 0;
}

#wp_nav_w1 .wp_nav .nav-item a span.item-name {
	color: #fff !important;
	font-size: 20px!important;
	line-height: 40px !important;
}

#wp_nav_w1 .wp_nav .nav-item .sub-nav .nav-item .sub-nav {
	left: 100% !important;
	position: absolute !important;
}

.on{
	display: none;
}
.in{
	background: #1B6BCE;
	    width: 1920px !important;
	    position: fixed;
	    top: -12px;
	    margin: 0 auto;
			z-index: 99;
}

.asdTwos{
	position: absolute;
	left: 28%;
}

/* nav结束  */
.current{
	width: 1350px;
	margin: 0 auto;
}
.current .current_div1{
	height: 50px;
	line-height: 0px;
}
.current_div1 img{
	width: 3px;
	margin-bottom: -1px;
	margin-right: 10px;
}
.current .current_div1 a{
	font-size: 16px;
	color: #707070;
	text-decoration: none;
}
.current .current_div1 .possplits {
	background-image: url('../images/dians.png');
	background-repeat: no-repeat;
	background-size: 50% 37%;
	text-indent: 0rem;
	background-position: center;
	display: inline-block;
	height: 55px;
	width: 30px;
}
/* 当前位置 */
.border{
	width: 100%;
}
.article{
	    width: 1350px;
	    margin: 0 auto;
	    display: flex;
	    margin-top: 0.2rem;
	    justify-content: space-between;
	    background: #fff;
	    padding: 0.2rem;
}
.article .art_left{
	width: 1015px;
	min-height: 1000px;
	margin-bottom: 0.5rem;
}
.art_left .artLeft_div1{
	color: #202020;
	font-size: 26px;
	text-align: center;
	line-height: 35px;
}
.art_left .artLeft_div2{
	color: #747474;
	font-size: 14px;
	text-align: center;
	margin-top: 0.3rem;
}
.art_left .artLeft_div3{
	font-size: 16px;
	text-align: left;
	margin-top: 0.5rem;
}




/* left */

.article .art_right{
	width: 284px;
}
.art_right_Top{
	width: 100%;
	overflow: hidden;
}
.art_right_Top .artDiv1{
	font-size: 24px;
	display: inline-block;
	    position: absolute;
}
.art_right_Top .artDiv1 img{
	width: 17%;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 10px;
}
.art_right_Top .artDiv2{
	float: right;
	display: inline-block;
	width: 25%;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 31px;
	line-height: 23px;
	background: url('../images/xiaoyou1.png')no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
/* 查看更多 */
.asdf{
	margin-top: 0.3rem;
}
.activities{
	width: 100%;
	padding: 20px;
	height: 110px;
	font-size: 16px;
	border: 1px solid #C9C9C9;    
	box-sizing: border-box;
	margin-bottom: 0.1rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.qwe1{
	background-color: #E3EAF7!important;
}
.qwe2{
	background-color: #E4F0F8!important;
}
.qwe3{
	background-color: #EAF7F2!important;
}
.qwe4{
	background-color: #FAF7EA!important;
}
.qwe5{
	background-color: #FDF0E5!important;
}
.qwe6{
	background-color: #B9D1EA!important;
}
/* .activities:nth-child(1){
	background-color: #E3EAF7;
} */
/* .activities:nth-child(2){
	background-color: #E4F0F8;
}
.activities:nth-child(3){
	background-color: #EAF7F2;
}
.activities:nth-child(4){
	background-color: #FAF7EA;
}
.activities:nth-child(5){
	background-color: #FDF0E5;
} */
.activities:hover{
	background-color: #DBE8FA;
}
.activities .activit_div1 a:hover{
	color: #0550A7;
}
.activities .activit_div1 a{
	text-decoration: none;
	font-size: 16px;
	line-height: 0.25rem;
}

.activities .activit_div2{
	font-size: 14px;
}
.activities .activit_div2 img{
	width: 5%;
	margin-bottom: -1px;
	margin-right: 7px;
}
/* 服务大厅 */
.footer {
	width: 100%;
	height: auto;
	background: url('../images/42.png')no-repeat;
	background-size: 100% 100%;
}

.footer .footer_div {
	width: 1350px;
	margin: 0 auto;
	height: 100%;
	color: #fff;
	padding: 0.65rem 0rem 1rem 0rem;
}

.footer_div .footer_code {
	display: flex;
	justify-content: center;
	text-align: center;
}

.footer_code .dl1 {
	margin-right: 0.3rem;
}

.footer_code .dl1 dd {
	color: #fff;
	font-size: 0.25rem;
	height: 0.7rem;
	line-height: 0.7rem;
}
.footer_code .dl1  dt img{
width: 140px;
    height: 130px;
    display: block;
}
.footer_code .dl2 {
	margin-left: 0.3rem;
}

.footer_code .dl2 dd {
	color: #fff;
	font-size: 0.25rem;
	height: 0.7rem;
	line-height: 0.7rem;
}
.footer_code .dl2  dt img{
width: 140px;
    height: 130px;
    display: block;
}
/* 二维码 */
.footer_div .footer_title {
	margin-top: 0.4rem;
	display: flex;
}

.footer_title .dl1 {
	width: 20%;
	text-align: center;
	position: relative;
}
.footer_title .dl1 dt{
	position: absolute;
	text-align: center;
	left: 43%;
	top: 60%;
}
.footer_code .dl1 dd{
	color: #fff;
	font-size: 0.25rem;
	height: 0.7rem;
	line-height: 0.7rem;
}
.footer_title .dl1 .dd1 {
	color: #fff;
	font-size: 20px;
	height: 0.4rem;
	line-height: 0.4rem;
}

.footer_title .dl1 .dd2 {
	color: #fff;
	font-size: 16px;
	height: 0.4rem;
	line-height: 0.4rem;
	border-left: 1px solid #406FB6;
	border-right: 1px solid #406FB6;
	box-sizing: border-box;
}

.footer_title .dl1 dt {
	margin-top: 0.2rem;
}

.footer_title .dl2 {
	width: 20%;
	text-align: center;
	position: relative;
}
.footer_title .dl2 dt{
	position: absolute;
	text-align: center;
	left: 43%;
	top: 60%;
}
.footer_title .dl2 .dd1 {
	color: #fff;
	font-size: 20px;
	height: 0.4rem;
	line-height: 0.4rem;
}

.footer_title .dl2 .dd2 {
	color: #fff;
	font-size: 16px;
	height: 0.4rem;
	line-height: 0.4rem;
	border-right: 1px solid #406FB6;
	box-sizing: border-box;
}

.footer_title .dl2 dt {
	margin-top: 0.2rem;
}

.footer_title .dl3 {
	width: 20%;
	text-align: center;
	position: relative;
}
.footer_title .dl3 dt{
	position: absolute;
	text-align: center;
	left: 43%;
	top: 60%;
}
.footer_title .dl3 .dd1 {
	color: #fff;
	font-size: 20px;
	height: 0.4rem;
	line-height: 0.4rem;
}

.footer_title .dl3 .dd2 {
	color: #fff;
	font-size: 16px;
	height: 0.4rem;
	line-height: 0.4rem;
	border-right: 1px solid #406FB6;
	box-sizing: border-box;
}

.footer_title .dl3 dt {
	margin-top: 0.2rem;
}

.footer_title .dl4 {
	width: 20%;
	text-align: center;
	position: relative;
}
.footer_title .dl4 dt{
	position: absolute;
	text-align: center;
	left: 43%;
	top: 60%;
}
.footer_title .dl4 .dd1 {
	color: #fff;
	font-size: 20px;
	height: 0.4rem;
	line-height: 0.4rem;
}

.footer_title .dl4 .dd2 {
	color: #fff;
	font-size: 16px;
	height: 0.4rem;
	line-height: 0.4rem;
	border-right: 1px solid #406FB6;
	box-sizing: border-box;
}

.footer_title .dl4 dt {
	margin-top: 0.2rem;
}

.footer_title .dl5 {
	width: 20%;
	text-align: center;
	position: relative;
}
.footer_title .dl5 dt{
	position: absolute;
	text-align: center;
	left: 43%;
	top: 60%;
}
.footer_title .dl5 .dd1 {
	color: #fff;
	font-size: 20px;
	height: 0.4rem;
	line-height: 0.4rem;
}

.footer_title .dl5 .dd2 {
	color: #fff;
	font-size: 16px;
	height: 0.4rem;
	line-height: 0.4rem;
	border-right: 1px solid #406FB6;
	box-sizing: border-box;
}

.footer_title .dl5 dt {
	margin-top: 0.2rem;
}

 @media screen and (max-width: 1440px) {
        .article{
	width: 90%;
	margin: 0 auto;
	display: flex;
	margin-top: 0.4rem;
	justify-content: space-between;
}
.article .art_left{
	width: 73%;
	min-height: 1000px;
	margin-bottom: 0.5rem;
}
.art_left .artLeft_div1{
	color: #202020;
	font-size: 26px;
	text-align: center;
	line-height: 35px;
}
.art_left .artLeft_div2{
	color: #747474;
	font-size: 14px;
	text-align: center;
	margin-top: 0.3rem;
}
.art_left .artLeft_div3{
	font-size: 16px;
	text-align: left;
	margin-top: 0.5rem;
}




/* left */

.article .art_right{
	width: 284px;
}
.art_right_Top{
	width: 100%;
	overflow: hidden;
}
.art_right_Top .artDiv1{
	font-size: 24px;
	display: inline-block;
	    position: absolute;
}
.art_right_Top .artDiv1 img{
	width: 17%;
	vertical-align: middle;
	margin-bottom: 3px;
	margin-right: 10px;
}
.art_right_Top .artDiv2{
	float: right;
	display: inline-block;
	width: 25%;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	height: 31px;
	line-height: 23px;
	background: url('../images/xiaoyou1.png')no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}
/* 查看更多 */
    }
@media screen and (min-width:750px) and (max-width:1440px) {
   .current .current_div1 .possplits {
    background-image: url(../images/dians.png);
    background-repeat: no-repeat;
    background-size: 50% 37%;
    text-indent: 0rem;
    background-position: center;
    display: inline-block;
    height: 39px;
    width: 30px;
}
.webNav .imgb{
	width: 15%;
	display: inline-block;
	margin-right: 10px;
}
.webNav .imgbs{
	width: 15%;
	display: inline-block;
	cursor: pointer;
}
.webNav  .imga {
	width: 77%;
	vertical-align: middle;
	cursor: pointer;
}
#wp_nav_w1 .wp_nav .nav-item a span.item-name {
	color: #fff !important;
	font-size: 17px !important;
	line-height: 40px !important;
}
}

@media screen and (orientation: portrait) {
	.art_left .artLeft_div3 .wp_articlecontent p img {
	    width: auto!important;
	    height: auto!important;
	}
	.footer {
				width: 100%;
				height: 9rem;
				background: url('../images/42.png')no-repeat;
				background-size: 100% 100%;
			}
			.art_left .artLeft_div1{
				    line-height: 45px;
			}
			
			.footer .footer_div {
				width: 1350px;
				margin: 0 auto;
				height: 100%;
				color: #fff;
				padding: 0.75rem 0rem 1rem 0rem;
			}
			.footer_title .dl1 dt {
						position: absolute;
						text-align: center;
						left: 43%;
						top: 90%;
					}
					.footer_title .dl1 .dd1 {
						color: #fff;
						font-size: 20px;
							height: 1rem;
										line-height:1rem;
					}
					
			
					.footer_title .dl2 dt {
						position: absolute;
						text-align: center;
						left: 43%;
						top: 90%;
					}
					
			
					.footer_title .dl2 .dd1 {
						color: #fff;
						font-size: 20px;
			height: 1rem;
						line-height:1rem;
					}
			
			
					.footer_title .dl3 dt {
						position: absolute;
						text-align: center;
						left: 43%;
						top: 90%;
					}
					
					
					.footer_title .dl3 .dd1 {
						color: #fff;
						font-size: 20px;
				height: 1rem;
							line-height:1rem;
					}
			
					/* .footer_title .dl3 dt{
						margin-top: 0.2rem;
					} */
			
					
					.footer_title .dl4 dt {
						position: absolute;
						text-align: center;
						left: 43%;
						top: 90%;
					}
					
			
					.footer_title .dl4 .dd1 {
						color: #fff;
						font-size: 20px;
					height: 1rem;
								line-height:1rem;
					}
			
					
					.footer_title .dl5 dt {
						position: absolute;
						text-align: center;
						left: 43%;
						top: 90%;
					}
					
					.footer_title .dl5 .dd1 {
						color: #fff;
						font-size: 20px;
			height: 1rem;
						line-height:1rem;
					}
					
					.current .current_div1{
						height: 50px;
						    line-height: 15px;
						    margin-top: 0.5rem;
					}
			
}
