/*-----字体图标引入------------------------------------------------------------------------*/
@import url("http://at.alicdn.com/t/font_1385851_ku9kgvrnpk.css");
/*天气定位*/
#weather-float-he{left: 36% !important; top:3px !important;margin-left: -100px !important;}
[data-v-0a6ec0b4]{font-size:14px !important;}
@media (min-width: 1600px) {#weather-float-he{left: 39% !important; }}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body{
	margin: 0;
	font-family: "Helvetica Neue","microsoft yahei",Helvetica,Arial,sans-serif;
    font-size: 16px;
	color: #333;
	/* background:#f7f7f7 url(../images/xsf18_01.jpg) no-repeat center top; */
	background-color: #fff;
}
.main{background-color: #f4f5f9; padding-bottom:20px;}
input,textarea,select
{
	font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	outline:none;
	padding:0;
	border-radius: 0;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6,i,em,strong{
	margin: 0;
	padding: 0;
	font-weight:normal;
	font-style: normal;
	font-size: 100%;
}
table{
	border-collapse:collapse;
}
img{
	border:none;
	max-width: 100%;
}
dl,dd,dt,p{
	padding: 0;
	margin: 0;
}
a,a:link {
	text-decoration: none;
	color:#333;
}
ul, li {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.fl {
	float: left;
}
.fr{
	float: right;
}
.clearfix:before, .clearfix:after { 
	content:"";
	display:table;  
 }
.clearfix:after {
	clear:both;
 }
.clearfix {
	*zoom:1;
 }
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.slh{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-ul li{
	line-height: 36px;
	height: 36px;
	position: relative;
	padding-left: 15px;
}
.list-ul li:before{
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #20a0e4;
	border-radius: 50%;
	-ms-border-radius:50%;
	left: 0;
	top: 16px;
}
.list-ul li a{
	float: left;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.list-ul li span{
	float: right;
	font-size: 14px;
	color: #666;
}
.list-ul li:hover a{
	color: #005bac;
}
.mtop10{
	margin-top: 10px;
}
.mtop20{
	margin-top: 20px;
}
.mbot20{
	margin-bottom: 20px;
}
/*********************** header *********************/
.top-line{ height: 45px; border-bottom:1px solid #f1f1f1; background:rgba(255,255,255,.5)}
.top-line1{ height: 45px; background:rgba(255,255,255,1)}
.header_rg_top{ padding-top: 12px; font-size: 14px; color: #666666;}
.header_rg_top a{ color: #666;}
.header_rg_top b{ margin: 0 6px;}
.header_rg_top .lf {float: left;}
.header_dl{ float: right; color: #015293; line-height: 18px;}
.header_dl a{color: #015293;}
.header_dl i{ font-size: 20px;}
.header_dl li span{ margin-left: 8px; color: #666666; font-size: 12px;}

.header{
	/*height: 574px;*/
	/*margin-bottom: 20px;*/
	/* background: url(../images/bmf8_01.jpg) no-repeat center top; */
}
.db-top{
	height: 36px;
	background: rgba(255, 255, 255, 0.7);
	font-size: 14px;
}
.db-topl{
	float: left;
	font-size: 14px;
	line-height: 36px;
}
.db-topl span{
	margin: 0 12px;
}
.db-topr{
	float: right;
	font-size: 14px;
	line-height: 36px;
}
.db-topr span{
	margin: 0 12px;
}
.db-topr a:nth-of-type(2){
	padding-left: 26px;
	display: inline-block;
	background: url(../images/xsf3_03.png) no-repeat left center;
}
.autohei{
    height: 322px;
}
.middle{
	height: 160px;
	position: relative;
}
.index-logo{position: absolute;left: 0;bottom: 0;height: 92px;}
.logo{
	float: left;
	padding-left: 96px;
	background: url(../images/bmf6_03.png) no-repeat left center;
	height: 92px;
	text-align: center;
}
.logo span{
	display: block;
	font-size: 42px;
	line-height: 92px;
	font-weight: bold;
	margin-top: 1px;
	color: #df0000;
	text-shadow:0 0 20px rgba(255, 255, 255, 0.75), -0 -0 20px rgba(255, 255, 255, 0.75);
}
.logo em{
	font-size: 22px;
	font-weight: bold;
	color: #df0000;
	text-shadow:0 0 10px rgba(255, 255, 255, 0.75), -0 -0 10px rgba(255, 255, 255, 0.75);
}
.search{
	width: 380px;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	overflow: hidden;
	/* margin-top: 31px; */
	margin: 10px auto 0;
	border:1px solid #d9d9d9;
position: absolute;
    bottom: -407px;
    left: 799px;
}
.search input{
	font-size: 14px;
	float: left;
	width: calc(100% - 53px);
	height: 100%;
	background: transparent;
	border: none;
	text-indent: 18px;
}
.search input::-webkit-input-placeholder{
	color: #214c90;
}
.search i{
	float: left;
	width: 35px;
	height: 100%;
	background: url(../images/bmf5_03.png) no-repeat center 8px;
	cursor: pointer;
	height: 40px;
}

.search .addRight {
    background: none;
    outline: none;
}

.i-nav{
	/* margin-top: 28px; */
	height: 52px;
	line-height: 52px;
	background: #015293;
}
.i-nav li{
	float: left;
	width: 14.2%;
	background: url(../images/xsf20_03.png) repeat-y right top;
}
.i-nav li:last-child{
	background: none;
}
.i-nav li a{
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: calc(100% - 1px);
}
.i-nav li.active a{
	background: #0192d4;
	font-weight: bold;
}
.i-nav li a:hover{
	background: #0192d4;
	font-weight: bold;
}
.i-nav p{
	width: 45px;
	height: 52px;
	float: right;
	background: url(../images/xtx2_03.png) no-repeat 0 -46px;
	cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: 600px;
}
.i-nav p.on{
	background-position: 0 10px;
}
/*********************** footer *********************/
.footer_mid{float: left;margin-top: 20px;margin-right: 0px;}
.footer_mid a{ float: left; margin-right: 16px;}
.footer_mid .a2{ margin-top: 5px;}

.footer{
	background: #fff; border-top: 9px solid #014984;
}
.ft2{
	padding: 10px 10px;
	color: #fff;
}
.ft2-1{
	float: left;
	font-size: 14px;
	margin-top: 20px;
}
.ft2-2{
	float: right;
	/* margin-top: 7px; */
}
.foot-nav a{
	color: #333;
}
.foot-nav a:hover{text-shadow: 0 0 10px #ccc;}
.foot-nav span{
	margin: 0 12px;color: #333;
}
.ft2-1-info{
	margin-top: 8px;
	overflow: hidden;
	font-size: 12px;
	color: #333;
}
.ft2-1-info li{
	float: left;
}
.ft2-1-info li:nth-of-type(1){
	margin-right: 28px;
}
.ft2-1-info li:nth-of-type(2){
	margin-right: 28px;
}
.ft2-1-info li p{
	line-height: 24px;
}
.ft2-1-info li p a{
	color: #333;
}
.ft2-1-info li:nth-of-type(3){
	/* margin-top: 11px; */
}
.ft2-1-info li:nth-of-type(3) a{
	/*margin-right: 16px; */
}
.ft2-1-info li:nth-of-type(3) img{
	vertical-align:middle;
}
.ft2-2 li{
	margin-left: 2px;
	float: left;
	text-align: center;
	font-size: 14px;
	width: 96px;
}
.ft2-2 li img{
	/* display: block; */
	/* margin-bottom: 7px; */
	/* width: 73px; */
}
.ft2-2 li span{
	display:block;color: #333;
}
/***********************app-header *********************/
.app-header{
	height: 60px;
	background: #005bac;
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
body.nav-open .app-nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	height: auto;
  }
  body.nav-open .nav-toggle {
	box-shadow: none;
  }
  body.nav-open .nav-toggle:before {
	width: 3200px;
	height: 3200px;
	/* background-color: rgba(74, 117, 230, 0.85); */
	background-color: rgba(0, 0, 0, 0.8);
  }
  body.nav-open .nav-toggle .icon {
	width: 0;
  }
  body.nav-open .nav-toggle .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
		-ms-transform: translateY(9px) rotate(45deg);
			transform: translateY(9px) rotate(45deg);
  }
  body.nav-open .nav-toggle .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
		-ms-transform: translateY(-9px) rotate(-45deg);
			transform: translateY(-9px) rotate(-45deg);
  }
  .nav-toggle {
	width: 60px;
	height: 60px;
	z-index: 2;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	top: 1px;
	cursor: pointer;
	/* box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); */
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle:before {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	/* background-color: #4A75E6; */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	-webkit-transition-duration: 0.66s;
			transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
			transition-timing-function: swing;
  }
  .nav-toggle .icon {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	position: absolute;
	top: 28px;
	left: 15px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
	}
  .nav-toggle .icon:before,
  .nav-toggle .icon:after {
	width: 25px;
	height: 2px;
	background-color: white;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	}
  .nav-toggle .icon:before {
	top: -9px;
  }
  .nav-toggle .icon:after {
	top: 9px;
  }
  .app-nav {
	position: absolute;
	top: 80px;
	height: 0;
	overflow: hidden;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 0 20px;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
  }
  .app-nav ul{
	  margin-left: -10px;
	  margin-right: -10px;
	  overflow: hidden;
  }
  .app-nav ul li {
	list-style: none;
	float: left;
	width: 50%;
	padding: 0 10px;
	margin-top: 10px;
  }
  .app-nav ul li a {
	display: block;
	text-align: center;
	color: white;
	background: #005bac;
	text-decoration: none;
	border-radius: 8px;
	line-height:68px;
	font-size: 18px;
	-webkit-transition-duration: 0.25s;
			transition-duration: 0.25s;
  }
  .app-nav ul:hover li a {
	opacity: 0.5;
  }
  .app-nav ul:hover li:hover a {
	opacity: 1;
  }
  .app-logo{
	  position: absolute;
	  top: 9px;
	  left: 12px;
	 }

	 .navbar-soso{
		position: absolute;
		width: 38px;
		height: 38px;
		background: url(../images/search22.svg) no-repeat center/34px 34px;
		right: 56px;
		top: 50%;
		transform: translateY(-50%);
		cursor: pointer;
	}
	.ip-top-search{
		width: 100%;
		position: absolute;
		z-index: 1;
		top: 60px;
		left: 0;
		padding: 0;
		margin: 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
		display: none;
	}
	.ip-top-search input{
		padding: 15px 0;
		width: 100%;
		border: 0;
		font-size: 16px;
		outline: none;
		background-color: transparent;
		text-indent: 11px;
	}
	.ip-top-search a{
		position: absolute;
		top: 0;
		line-height: 50px;
		right: 10px;
		font-size: 20px;
		color: #0069c5;
		background: transparent;
	}
	.ip-top-search button{
		position: absolute;
		top: 0;
		line-height: 50px;
		right: 10px;
		font-size: 18px;
		color: #0069c5;
		background: transparent;
		border:none;
		font-family: "microsoft yahei";
	}
  /*********************** position *********************/


  /*********************** page *********************/
  .page{
	line-height: 50px;
	text-align: center;
	margin-top: 20px;
}


  /*********************** right-aside *********************/
.right-aside{
	position: fixed;
	width: 50px;
	top: 240px;
	left: 50%;
	margin-left: 609px;
	background: #979a9b;
	padding: 10px 0;
	border-radius: 4px;
	z-index: 9999;
}
.right-aside ul>li{
	position: relative;
}
.right-aside ul>li>a{
	display: block;
	text-align: center;
	padding: 5px 0;
	transition: .2s;
}
.right-aside ul>li>a.on{
	background: #036ac5;
	padding: 10px 0;
}
.nxapp{
	position: absolute;
	background: #fff;
	display: none;
	box-shadow: 0 0 10px #ccc;
}
.nxapp1{
	top: -55px;
	left: -130px;
	width: 100px;
}
/* .nxapp2:before{
	position: absolute;
	content:"";
	right: -16px;
	top: 74px;
	border:8px solid transparent;
	border-left-color: #fff;
} */
.nxapp1 h4{
	line-height: 32px;
	background: #036ac5;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.nxapp-1{
	padding: 15px 14px;
}
.nxapp-1 p{
	text-align: center;
}
.nxapp-1 p img{
	display: block;
}
.nxapp-1 p span{
	color: #666;
	font-size: 14px;
	display: block;
	margin-top: 4px;
}
.nxapp-1 .p2{
	margin-top: 8px;
}
.nxapp2{
	top: 0px;
	left: -130px;
	width: 100px;
}
.nxapp5{
	top: 4px;
}
.nxapp2 h4{
	padding: 10px;
}
.nxapp2 h4 img{
	display: block;
}
.nxapp2 h4 span{
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 4px;
	text-align: center;
}
.nxapp2 h4 a{
	font-size: 14px;
	color: #666;
	display: block;
	margin-top: 4px;
	text-align: center;
}
.nxapp2 h4 a:hover{
	color: #005bac;
}




.ewb-dw-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  width: 766px;
  padding: 10px 20px;
  border: 3px solid #c3d7eb;
  background-color: #fff;
  z-index: 999;
}

.ewb-unit-list dd{
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.ewb-unit-list dd a {
  color: #256592;
  font-size: 14px;
}
.ewb-unit-list dd a:hover {
  text-decoration: underline;
}

.ewb-top-date {
  float: right;
  margin-right: 30px;
}

/*缃戠珯閾炬帴*/

.wzlj {
    height: 42px;
    background: #355e92;
}
.wzlj_con {
    padding: 0 55px;
}
.wzlj_con li {
    float: left;
    width: 170px;
    height: 42px;
    margin-right: 134px;
    cursor: pointer;
    position: relative;
}
.wzlj_con li h2 {
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    position: relative;
    text-align: center;
}
.wzlj_con li h2 i {
    position: absolute;
    border: 4px solid transparent;
    right: 11px;
    top: 20px;
    border-top-color: #fff;
}
.wzlj_box {
    display: none;
    position: absolute;
    max-height: 220px;
    width: 100%;
    bottom: 100%;
    left: 0;
    border: 1px solid #ebebeb;
    overflow-y: auto;
    padding: 5px;
    background: #fff;
    z-index: 10;
}
.wzlj_box a {
    display: block;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 8px;
    line-height: 30px;
}
.wzlj_box a:hover {
    color: #214c90;
}
.wzlj_con li:hover .wzlj_box {
    display: block;
}
.wzlj_con li:last-child {
    margin-right: 0;
}

/* 鍙充晶瀵艰埅 */
.ls_dh {
    position: fixed;
    z-index: 3;
    left: 50%;
    bottom: 218px;
    margin-left: 620px;
}
.ls_dh li {
    width: 57px;
    height: 57px;
    background: #f5f5f5;
    margin-bottom: 7px;
    cursor: pointer;
    box-shadow: 0px 1px 3px 1px #eee;
}
.ls_dh li i {
    display: block;
}
.ls_dh li i img {
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
.ls_dh li .i2 {
    display: none;
}
.ls_dh .li3 i img {
    padding-top: 10px;
}
.ls_dh li:hover {
    background: #214c90;
}
.ls_dh li:hover .i1 {
    display: none;
}
.ls_dh li:hover .i2 {
    display: block;
}

.cl10{clear:both;height:10px;}
.clear {clear:both;}

.wrap-con{padding: 20px;background: #fff; margin-bottom: 20px; overflow: hidden;}
.panel1 {position: relative;overflow: hidden;}
.breadcrumb1{padding:15px 20px 15px 55px;background: url(../images/dqwz.png) #fff 20px center no-repeat; font-size: 16px;}
.breadcrumb1 a{color: #333; font-size: 16px;}
.breadcrumb1>li {display: inline-block}
.breadcrumb1>li+li:before {padding: 0 5px;color: #333;content: ">"}
.breadcrumb1>.active {olor: #333}
.breadcrumb1>li.home:before {padding: 0 5px;color: #333;content: ""}


.bg-slider{position: absolute;width: 100%;left: 0;top: 0;z-index: -1;}

.bg-slider .prev{ display: block; position: absolute; z-index: 99; cursor: pointer; background: url(../images/icon.png) no-repeat; background-position: 0 -66px; width: 50px; height: 50px; top: 41%; left: 1%; display: none; }
.bg-slider .next{ display: block; position: absolute; z-index: 99; cursor: pointer;  background: url(../images/icon.png) no-repeat; background-position: -56px -66px; width: 50px; height: 50px; top: 41%; right: 1%; display: none; }
.bg-slider:hover .prev{ display: block; }
.bg-slider:hover .next{ display: block; }
.bg-slider .bd li{ height: 750px; width: 100%; opacity: 1;}
.bg-slider .bd .li1{ background: url(../images/bg_1.jpg) center top no-repeat;}
.bg-slider .bd .li2{ background: url(../images/bg_2.jpg) center top no-repeat;}
.bg-slider .bd .li3{ background: url(../images/bg_3.jpg) center top no-repeat;}
.bg-slider .bd .li4{ background: url(../images/bg_4.jpg) center top no-repeat;}

.index6{
    /* padding: 16px 0; */
    text-align: center;position: relative;
}
.index6 ul{
    display: inline-block;
}
.index6 li{
    float: left;
    width: 170px;
    height: 43px;
    border:1px solid #ebebeb;
    /* border-radius: 10px; */
    margin: 0 35px;
    cursor: pointer;
}
.index6 li h2{
    line-height: 43px;
    font-size: 14px;
    position: relative;
    color: #333;
}
.index6 li h2 i{
    position: absolute;
    border: 4px solid transparent;
    right: 11px;
    top: 20px;
    border-top-color: #333;
}
.index6 li:nth-of-type(2) h2{
    text-align: left;
    text-indent: 11px;
}
.index6 li:nth-of-type(3) h2{
    text-align: left;
    text-indent: 11px;
}
.index6 .links{
    display: none;
    width: 1200px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 100;
    bottom: 100%;
}
.index6 .links a{
    width: 25%;
    float: left;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: top;text-align: left;
}
.index6 .links-1{
    height: 97%;
    overflow-y:auto;
    border:1px solid #ebebeb;
    background: #fff;
    padding: 15px;
}
.index6 .links a:hover{
    color: #0081cf;
}
.linksy{
    height: 43px;
    background: #fff;
    margin-top: 15px;
}