*{ box-sizing: border-box;}
body{
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}
ul,li,dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style: none;
}

img{
	border: none;
	max-width: 100%;
}
p,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,i,em,b{
	font-weight: normal;
	font-style: normal;
}
a{
    text-decoration: none;
    color: #333;
}
input,select,textarea{
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "microsoft yahei";
}
table{
    border-collapse:collapse;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.clearfix{
    *zoom: 1;
}
.main{ width: 1200px; margin: 0 auto;}

/*APP-head*/
.app-header{
	height: 60px;
	background: #3475a9;
	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: #3475a9;
	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: 7px;
	left: 12px;
}
.app_logo1{
		float: left;
		background: url(../img/xsf1_03.png) no-repeat left center;
		text-align: center;
		height: 45px;
		background-size: 42px 45px;
		padding-left: 51px;
		/*line-height: 45px;*/
	  
}
.app_logo1 span{
	display: block;
	font-size:18px;
	font-weight: bold;
	margin-top: 1px;
	color: #fff;

}
.app_logo1 em{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
.navbar-soso{
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../img/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";
}

/*head*/
.header{ height: 256px; overflow: hidden;}
.head_top{ width: 100%; height: 31px; line-height: 31px; border-bottom: 1px dashed #dddddd; background: #f2f2f2;}
.head_top_lf{float: left; font-size: 14px; color: #c7c7c7;}
.head_top_lf a{ color: #333;}
.head_top_lf b{margin: 0 10px;}
.head_top_rg{ float: right; font-size: 14px;}
.head_top_rg a{color: #333;font-size: 14px;}
.head_top_rg b{margin: 0 10px; color: #c7c7c7;}
.head_top_rg  select{height: 31px; border: 0; background: #6192b9; width: 100px; margin-left: 10px; color: #fff; padding-left: 15px; }
.head_mid{ width: 100%; background: url(../img/head_mid.jpg) center no-repeat; height: 170px;}
.head_logo{float: left}
.head_logo span{font-size: 40px; color: #015293; font-weight: bold; line-height: 170px; margin-left: 18px;}
.head_logo i{float: left; margin-top: 37px; margin-left: 20px;}
.head_ss{ float: right; width: 360px; height: 38px; border: 1px solid #84abcb; margin-right: 20px; margin-top: 67px; overflow: hidden;}
.head_ss input{float: left; width: 80%; height: 100%; font-size: 14px; color: #333; border: 0; padding-left: 15px;}
.head_ss a{float: right;  margin-right: 13px; margin-top: 6px;}
.head_nav{height: 55px;  background: #3475a9;}
.head_nav li{float: left; width: 20%;  display: inline-block;}
.head_nav li a{display: block; height: 100%; line-height: 55px;}
.head_nav li span{font-size: 20px; color: #fff;  margin-left: 18px;}
.head_nav .on{ background: #fff;}
.head_nav .on i{color: #6797be;}
.head_nav .on span{ color: #015293; }
.head_nav li i{color: #fff; font-size: 30px; float: left; margin-left: 50px;}
.head_nav li:hover{background: #fff;}
.head_nav li:hover i{color: #6797be;}
.head_nav li:hover span{color: #015293;}

/*head2*/
.header2{ position: relative; height: 275px;}
.header2 .head_top{background: rgba(18,94,154,.16); position: absolute; top: 0; left: 0;}
.header2 .head_mid{ height: 221px; background: url(../img/head_mid2.jpg) no-repeat;}
.header2 .head_top_lf{ color: #363535;}
.header2 .head_top_lf a{ color: #363535;font-size:14px;}
.header2 .head_top_rg b{ margin: 0 5px;}
.header2 .head_top_rg i{ float: left; margin-top: 1px; margin-right: 5px;}
.header2 .head_top_rg select{ width: 80px; background:#dcdddf; padding-left: 5px; color: #666;}
.header2 .head_logo span{font-size: 36px;line-height: 45px;text-align: center;display: block;float: left;padding-top: 45px;}
.header2 .head_logo i{ margin-top: 48px;}
.header2 .head_logo{ padding-top: 30px;}
.header2 .head_ss{ margin-right: 0; width: 360px; height: 38px; line-height: 38px; border: 1px solid #bbbbbb; border-radius: 20px; margin-top: 95px;}
.header2 .head_ss a{ width: 50px; background: #1d6cc5; margin: 0;}
.header2 .head_ss input{ background: transparent;}
.header2 .head_ss a img{margin-left: 12px; margin-top: 7px;}
.header2 .head_nav{height: 54px; background: #125e9a; line-height: 54px;}
.header2 .head_nav ul{ text-align: center; }
.header2 .head_nav ul li{ display: inline; float: none; }
.header2 .head_nav ul li a{display: inline-block; width: 150px;}
.header2 .head_nav ul li a b{ float: right; margin-top: 5px;}
.header2 .head_nav .on{ background: 0;}
.header2 .head_nav .on span{color: #fff; font-weight: bold; border-bottom: 3px solid #fff; padding-bottom: 12px;}
.header2 .head_nav li:hover{ background: 0;}
.header2 .head_nav li:hover span{color: #fff; font-weight: bold; border-bottom: 3px solid #fff; padding-bottom: 12px;}
.header2 .head_nav li span{ margin-left: 0; text-align: center; font-size: 18px; }

/*main*/
.yytl1{ background: #fff; padding-bottom: 20px;}
.tt_top{margin-top: 15px; height: 80px; padding-bottom: 14px; border-bottom: 1px dashed #bacadb;}
.tt_top_lf{float: left; width: 208px; border-right: 1px dashed #d9d9d9;}
.tt_top_lf img{margin-top: 5px; margin-left: 5px;}
.tt_top_rg{float: right; width: 985px; text-align: center;}
.tt_top_rg span{display: block; }
.tt_top_rg span a{color: #015293; font-size: 30px; font-weight: bold;}
.tt_top_rg em{display: block; margin-top: 7px;}
.tt_top_rg em a{ font-size: 16px; color: #333;}
.tt_top_rg em b{margin: 0 15px; color: #333; font-size: 16px;}
.tt_top_rg em a:hover{color: #015293;}
.tt_bot{margin-top: 20px;}
.tt_bot_lf{float: left; width: 590px; height: 331px; position: relative;}
.tt_bot_lf .item img{ display: block; width: 100%; height: 331px;}
.tt_bot_lf .item em{position: absolute; display: block; width: 100%; left: 0; bottom: 0; height: 50px; line-height: 50px; background: rgba(0,0,0,.5);}
.tt_bot_lf .item em span{display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: 70%; padding-left: 20px; font-size: 16px; color: #fff;}
.tt_bot_lf .owl-dots{position: absolute; bottom: 14px; right: 20px;}
.tt_bot_lf .owl-dots .owl-dot span{ margin: 0; background: #fff; margin-left: 6px;}
.tt_bot_rg{float: right; width: 592px;}
.gzdt_nav li{ width: 50%; float: left; height: 40px; line-height: 40px; background: #f5f5f5; text-align: center;}
.gzdt_nav li a{ color: #333333; font-size: 20px; display: block;}
.gzdt_nav .on{ background: #6797be;}
.gzdt_nav .on a{color: #fff;}
.gzdt_con{ position: relative; margin-top: 25px;}
.gzdt_con li{overflow: hidden; margin-bottom: 28px;}
.gzdt_con li:last-child{margin-bottom: 0;}
.gzdt_con li i{float: left; width: 10px; height: 10px; background: #f4f4f4; border: 3px solid #598db6; border-radius: 50%; margin-top: 6px; z-index: 2; position: relative;}
.gzdt_con li a{float: left; font-size:16px; color: #333333; margin-left: 15px; width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.gzdt_con li span{float: right; font-size: 14px; color: #999;}
.gzdt_con li a:hover{color: #015293;}
.gzdt_con_lf{position: absolute; left: 4px; width: 1px; background: #e7e7e7; height: 271px; }

.yytl2{padding: 20px 0; background: #f5f5f5;}
.xxml a{float: left; width: 224px; height: 70px;  margin-right: 20px; border: 1px solid #bccfde;}
.xxml a:last-child{margin-right: 0;}
.xxml a em{float: left; width: 41px; height: 41px; border-radius: 50%; background: #6393ba; text-align: center; line-height: 41px;margin-top: 13px; margin-left: 35px;}
.xxml a em i{font-size: 24px; color: #fff; }
.xxml a span{ float: left; margin-left: 9px; color: #333; font-size: 16px; line-height: 70px;}
.xxml .a4 span{ line-height: normal; margin-top: 12px;}
.xxml a:hover em{
	transform: rotateY(360deg);
    transition: transform 0.7s ease-out 0s;
}
.xxml a:hover span{ color: #015293;}
.zytj{ float: left; width: 589px;}
.list_title{margin-top: 10px; line-height: 50px; border-bottom: 1px solid #dddddd;}
.list_title a{ color: #333333; font-size: 20px; margin-right: 25px; line-height: 50px; display: inline-block;}
.list_title .on{ color: #015293; border-bottom: 3px solid #015293;}
.list_con li{ margin-top: 20px; overflow: hidden;}
.list_con li i{float: left; width: 7px; height: 7px; border-radius: 50%; background: #d9d9d9; margin-top: 8px;}
.list_con li a{float: left; width: 80%; color: #333; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; margin-left: 15px;}
.list_con li span{float: right; font-size: 14px; color: #999;}
.list_con li:hover i{background: #015293;}
.list_con li:hover a{color: #015293;}
.list_con li:hover span{color: #015293;}
.ghjh{float: right;}
.ghjh_bot{margin-top: 20px;}
.ghjh_bot a{ display: inline-block; width: 282px; height: 55px; line-height: 55px; border: 1px solid #dce4eb; margin-right: 20px; }
.ghjh_bot a:last-child{margin-right: 0;}
.ghjh_bot a i{float: left; margin-left: 95px; margin-top: 15px;}
.ghjh_bot a i img{display: block;}
.ghjh_bot a span{color: #5c90ba; margin-left: 12px;}
.ghjh_bot a:hover i{
		transform: rotateY(360deg);
    transition: transform 0.7s ease-out 0s;
}
.yytl3{ background: #fff; padding-bottom: 20px;}
.jgfk{float: right;}
.ztzl{height: 85px; margin-top: 20px;}
.ztzl_lf{float: left; width: 120px; height: 85px; line-height: 85px; text-align: center; background: #427eaf; font-size: 20px; font-weight: bold; color: #fff; border-radius: 5px;}
.ztzl_rg{float: right; width: 1060px; height: 85px; position: relative;}
.ztzl_rg .item img{ display: block; height: 85px; width: 100%;}
.ztzl_rg .owl-dots{display: none !important;}
.ztzl_rg .owl-prev{ position: absolute; background:url(../img/ztzl_prev.png) no-repeat; width: 31px; height: 64px; left: 0; top: 12px;}
.ztzl_rg .owl-next{ position: absolute; background:url(../img/ztzl_next.png) no-repeat; width: 31px; height: 64px; right: 0; top: 12px;}
.yytl4{background: #f5f5f5; padding-bottom: 20px;}
.yytl4_bot{ margin-top: 22px;}
.yytl4_bot a{display: inline-block; width: 390px; height: 40px; text-align: center; line-height: 40px; color: #fff; font-size: 18px; font-weight: bold; background: #7ba3c4; margin-right: 10px;}
.yytl4_bot a:last-child{margin-right: 0;}



/*foot*/
.footer{ height: 102px; background: #3273a7; }
.footer a{ color: #fff;}
.footer .lf{ float: left;}
.footer_top{ margin: 12px 0; font-size: 14px; color: #fff;}
.footer_top a{ color: #fff;}
.footer_top b{ margin: 0 12px;}
.footer .lf p{display: block; margin-bottom: 4px; font-size: 14px; color: #fff;}
.footer .lf p span a{ margin: 0 10px; color: #fff;}
.footer .lf p span{padding-right:10px;}
.footer .rg{ float: right;}
.footer .rg a{ float: left; margin-left: 18px;}
.footer .rg a:first-child{margin-top: 27px;}
.footer .rg a:last-child{ margin-top: 29px;}

.footer_nav {
	height: 35px;
	position: relative;
	
}

.footer_nav li.item {
	line-height: 35px;
	float: left;
	width: 20%;
	text-align: center;
	background: #e7e7e7;
}
.footer_nav li.last {
	margin-right: 0;
}
.footer_nav li.item>a {
	color: #333;
	font-size: 14px;
	display: block;
	position: relative;
	background: url(../img/select.png) no-repeat 200px center;
	text-align: left;
	text-align: center;
}
.footer_nav li.item i {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.footer_nav li:hover .wzdh {
	display: block;
}
.wzdh {
	display: none;
	width: 1200px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid #dae2e8;
	background: #e7e7e7;
	z-index: 100;
	bottom: 100%;
}

.wzdh ul {
	padding: 13px 18px;
}

.wzdh li {
	width: 16.6%;
	float: left;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	vertical-align: top;
}

.wzdh li a {
	display: block;
	text-align: left;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	padding-left: 6px;
}

.wzdh li:hover a {
	color: #015293;
}

.footer2{ background: #f2f2f2; border-top:8px solid #015293}
.footer2 .footer_nav li.item{background: #f2f2f2; width: 25%;}
.footer2 .wzdh{background: #F2F2F2;}
.footer2 .footer{height: 113px; background: #f2f2f2; }
.footer2 .footer .main{border-top: 1px solid #cdcfd1;}
.footer2 .footer .rg{float: left; margin-right: 35px;}
.footer2 .footer_top a{ color: #333;}
.footer2 .footer_top{ color: #333; font-size: 16px;}
.footer2 .footer .lf p{color: #333;}

/*&#229;&#143;&#179;&#228;&#190;¡ì&#229;&#175;&#188;¨¨&#710;&#170;*/
.dh_list{ position: fixed; right: 5%; top: 30%; width: 75px;}
.dh_list .dh_list_con{display: block; width: 100%; height: 75px; background: rgba(0,0,0,0.6); position: relative; overflow: hidden; cursor: pointer; margin-top:7px}
.dh_list .dh_list_con:first-child{ border-radius: 5px 5px 0 0;}
.dh_list .dh_list_con:last-child{ border-radius: 0 0 5px 5px;}
.dh_list .dh_list_con i{ display: block; padding-top: 10px; text-align: center; font-size: 40px; color: #bbbbbb;}
.dh_list .dh_list_con i img{ display: block; margin: 0 auto;}
.dh_list .dh_list_con span{ text-align: center; display: block; font-size: 14px; color: #FFFFFF; margin-top:15px }
.dh_list .dh_list_con:hover{ background: #6797be; overflow:initial;}
.dh_list .dh_list_con:hover b{ opacity: 1;}
.dh_list .dh_list_con:hover i{color: #fff;}
.dh_list .dh_list_con:hover span{color: #fff;}
.dh_list .dh_list_con:hover .dh_box{ opacity: 1;}
.dh_list .dh_list_con b{ position: absolute; left: 0px; top: 24px;opacity: 0; transition: all 1.5s;}
.dh_box{position: absolute; width: 150px; height: 150px; background: #fff; top: -40px; right: 100%; transition: all 1s; opacity: 0;}
.dh_box i{ display: block; margin: 0 auto; width: 110px; height: 110px; border: 1px solid #eff4fd; background: #faf8fb; margin-top: 10px; border-radius: 5px;}
.dh_list .a1 .dh_box{ top: -40px;}
.dh_box p{ font-size: 16px; color: #666; display: block; text-align: center; margin-top: 5px;}
.dh_list .a2 b{ top: 34px;}
.dh_list .a2 .dh_box{ height: auto; top: 0;}
.dh_list .a2 .bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more{ margin: 6px;}
.dh_list2 .dh_list_con{ background: #fff;}
.dh_list2 .dh_list_con:first-child{border-radius: 0;}
.dh_list2 .dh_list_con:last-child{border-radius: 0;}
.dh_list2 .dh_list_con{margin-bottom: 7px;}

/*index2*/
.yy_con{ background: #f2f2f2; padding-bottom: 28px;}
.yy_con_title{ height: 118px;}
.yy_con_title .lf{ float: left; margin-top: 27px;}
.yy_con_title .text a{display: block; text-align: center; margin-top: 25px; font-size: 24px; font-weight: bold; color: #333;}
.yy_con_title .text span{display: block; text-align: center; margin-top: 10px; color: #999999; font-size: 16px;}
.xwdt{ background: #fff; padding:  20px;}
.xwdt_lf{float: left; width: 596px; height: 352px; position: relative;}
.xwdt_lf .item img{ display: block; width: 100%; height: 352px;}
.xwdt_lf .item em{ height: 48px; line-height: 48px; background: rgba(0,0,0,.6); position: absolute; width: 100%; z-index: 1; left: 0; bottom: 0;}
.xwdt_lf .item em span{ display: block; font-size: 16px; color: #fff; padding-left: 20px; overflow: hidden; width: 75%; white-space: nowrap; text-overflow: ellipsis;}
.xwdt_lf .owl-controls{position: absolute; right: 20px; bottom: 14px; z-index: 1;}
.xwdt_lf .owl-dots .owl-dot span{ margin: 0; margin-left: 9px; background: #bfbfbf;}
.xwdt_lf .owl-dots .owl-dot.active span, .xwdt_lf .owl-dots .owl-dot:hover span{ background: #fff;}

.xwdt_lf .slick-dots{bottom:22px;width:auto;right:18px;position:absolute}
.xwdt_lf .slick-dots li button{font-size:0;width:6px;height:6px;background-color:#fff;border-radius:50%;padding:0}
.xwdt_lf .slick-dots li{width:auto;height:auto;margin:0 2px}
.xwdt_lf .slick-dots .slick-active button{width:16px;border-radius:4px;background-color: orange;}

.xwdt_rg{ float: right; width: 542px;}
.xwdt_rg_nav{ margin-top: 10px; border-bottom: 1px solid #bababa;}
.xwdt_rg_nav a{ float: left; font-size: 18px; color: #333333; font-weight: bold; margin-right: 29px; padding-bottom: 9px;}
.xwdt_rg_nav .on{ color: #015293; border-bottom: 3px solid #015293;}
.xwdt_rg_con .top{margin-top: 15px; height: 94px; background: #f7f7f7; padding-left:11px ; padding-right: 19px;}
.xwdt_rg_con .top i{float: left; height: 61px; width: 61px; background: #ededed; border-radius: 10px; margin-top: 17px; text-align: center;}
.xwdt_rg_con .top i b{display: block; font-size: 24px; color: #93afc6; font-weight: bold; margin-top: 4px;}
.xwdt_rg_con .top i span{ display: block;  color: #93afc6; font-size: 12px;}
.xwdt_rg_con .top em{float: right; width: 435px;}
.xwdt_rg_con .top em a{ display: block; color: #015293; font-size: 16px; margin-top: 17px;}
.xwdt_rg_con .top em span{display: block; font-size: 14px; color: #999999; text-indent: 2em; line-height: 22px; margin-top: 5px;}
.xwdt_rg_con ul li{margin-top: 17px; overflow: hidden;}
.xwdt_rg_con ul li i{ float: left; width: 10px; height: 10px; border-radius: 50%; background: #dddddd; margin-top: 6px;}
.xwdt_rg_con ul li a{ float: left; width: 80%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #333333; margin-left: 10px;}
.xwdt_rg_con ul li span{float: right; font-size: 12px; color: #999999;}
.xwdt_rg_con ul li:hover i{ background: #015293;}
.xwdt_rg_con ul li:hover a{color: #015293;}
.xwdt_rg_con ul li:hover span{color: #015293;}
.sy_ztzl{margin-top: 20px; height: 110px;}
.sy_ztzl .lf{ width: 47px; background: #125e9a; height: 100%; float: left;}
.sy_ztzl .lf span{display: block; width: 25px; text-align: center; margin: 0 auto; padding-top: 13px; font-size: 18px; color: #fff; line-height: 21px;}
.sy_ztzl_rg{ float: left; width: 1153px; position: relative; height: 110px;}
.sy_ztzl_rg .item img{ display: block; width: 100%; height: 110px;}
.sy_ztzl_rg .owl-controls{ position: absolute; z-index: 1; right: 13px; bottom:8px;}
.sy_ztzl_rg .owl-dots .owl-dot span{margin: 0; width: 14px; height: 4px; border-radius: 0; margin-left: 5px; background: rgba(255,255,255,.38);}
.sy_ztzl_rg .owl-dots .owl-dot.active span, .sy_ztzl_rg .owl-dots .owl-dot:hover span{ background: #fff;}
.sy_mid{ background: #fff; padding: 20px; margin-top: 20px;}
.sy_mid_lf{ float: left; width: 315px;}
.sy_mid_lf .top a{float: left;width: 152px;height: 52px;line-height: 52px;background: #e6f2fa;margin-bottom: 14px;margin-right: 10px;}
.sy_mid_lf .top a:nth-child(2n+2){ margin-right: 0;}
.sy_mid_lf .top a b{float: left; width: 25px; height: 25px; border-radius: 50%; background: #1d6cc5; line-height: 25px; text-align: center; color: #fff; margin-top: 13px; margin-left: 8px;}
.sy_mid_lf .top a b i{font-size: 17px;}
.sy_mid_lf .top a span{ margin-left: 8px; font-size: 16px; color: #666666;}
.sy_mid_lf .top a:hover b{
	transform: rotateY(360deg);
    transition: transform 0.7s ease-out 0s;
}
.sy_mid_lf .mid a{ display: block; width: 100%; height: 62px; background: #125e9a; line-height: 62px;}
.sy_mid_lf .mid a b{ float: left; width: 25px; height: 25px; border-radius: 50%; background: #fff; line-height: 25px; text-align: center; color: #125e9a; margin-top: 18px; margin-left: 62px;}
.sy_mid_lf .mid a b i{ font-size: 19px; font-weight: 600;}
.sy_mid_lf .mid a span{ margin-left: 15px; font-size: 16px; color: #fff;}
.sy_mid_lf .bot{margin-top: 15px;}
.sy_mid_lf .bot a{float: left; width: 152px; height: 52px; line-height: 52px; margin-right: 10px; border: 1px solid #eaeaea;}
.sy_mid_lf .bot a:nth-child(2n+2){ margin-right: 0;}
.sy_mid_lf .bot a i{float: left; margin-left: 18px; margin-top: 5px;}
.sy_mid_lf .bot a span{ margin-left: 14px; font-size: 16px; color: #333;}
.sy_mid_lf .bot a:hover{ background: #ededed; border-color: #ededed;}
.sy_mid_mid{ float: left; margin-left: 10px; width: 370px;}
.sy_list_nav{ border-bottom: 1px solid #bababa; }
.sy_list_nav a{float: left; font-size: 18px; color: #666666; padding: 0 20px; position: relative;}
.sy_list_nav a:first-child::after{
	content: "";
	display: block;
	width: 2px;
	height: 15px;
	background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 5px;
}
.sy_list_nav .on{ font-weight: bold; color: #015293; border-bottom: 3px solid #015293; padding-bottom: 9px;}
.sy_list_con{ margin-top: 22px;}
.sy_list_con li{ overflow: hidden; margin-bottom: 18px; line-height: 21px;}
.sy_list_con li i{float: left; width: 5px; height: 5px; background: #dcdcdc; margin-top: 10px;}
.sy_list_con li a{ margin-left: 12px; float: left; width: 76%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 16px; color: #333;}
.sy_list_con li span{ float: right; font-size: 12px; color: #999;}
.sy_list_con li:hover i{ background: #015293;}
.sy_list_con li:hover a{ color: #015293;}
.sy_list_con li:hover span{ color: #015293;}
.sy_mid_rg{ float: right; margin-left: 0; width: 450px;}
.sy_bot{margin-top: 20px;}
.sy_bot_lf{ background: #fff; padding: 20px; float: left; width: 666px;}
.sy_bot_lf_list{ float: left; width: 457px;}
.sy_bot_lf_rg{ float: right; width: 142px;}
.sy_bot_lf_rg .top{ width: 100%; background: url(../img/sy_bot_lf_rg.png) no-repeat; height: 138px; padding-top: 50px;}
.sy_bot_lf_rg .top a{ text-align: center; display: block; color: #fff; font-size: 16px; margin-bottom: 15px;}
.sy_bot_lf_rg .bot{margin-top: 15px;}
.sy_bot_lf_rg .bot a{display: block; width: 100%; height: 32px; line-height: 32px; border: 1px solid #dde8f2; background: #f6fafe; margin-bottom: 11px;}
.sy_bot_lf_rg .bot a i{margin-left: 20px;}
.sy_bot_lf_rg .bot a span{ margin-left: 15px;}
.sy_bot_rg{ float: right; width: 513px; background: #fff; padding: 20px;}
.sy_ts{margin-top: 20px;}
.sy_ts a{float: left; width: 282px; margin-right: 24px;}
.sy_ts a:last-child{margin-right: 0;}
.sy_ts a img{display: block; width: 100%; height: 81px;}

/*&#228;&#191;&#161;&#230;&#129;&#175;&#229;¡­&#172;&#229;&#188;?*/

.bm_box{ background: #fff;}
.bm_box1{background: #f2f2f2;  padding-top: 24px; padding-bottom: 35px;}
.bm_con{ background: #fff; padding: 0 25px;}

.Breadcrumbs{line-height: 57px; font-size: 14px; color: #333;}
.Breadcrumbs a{color: #333;font-size:14px;}
.xxgk_lf{float: left; width: 288px;}
.xxgk_lf_top li{ height: 62px; background: #e6f2fa; margin-bottom: 20px; line-height: 62px;}
.xxgk_lf_top li a{display: block;}
.xxgk_lf_top li em{float: left; width: 25px; height: 25px; border-radius: 50%; background: #1d6cc5; text-align: center; line-height: 25px; color: #fff; font-size: 16px; margin-top: 16px; margin-left: 30px;}
.xxgk_lf_top li span{margin-left: 20px; font-size: 16px; color: #666;}
.xxgk_lf_top li:hover{ background: #125e9a;}
.xxgk_lf_top li:hover em{background: #fff;}
.xxgk_lf_top li:hover em i{color: #125e9a;}
.xxgk_lf_top li:hover span{color: #fff;}
.xxgk_lf_top .on{ background: #125e9a;}
.xxgk_lf_top .on em{background: #fff;}
.xxgk_lf_top .on em i{color: #125e9a;}
.xxgk_lf_top .on span{color: #fff;}
.xxgk_lf_bot{ margin-top: 25px;}
.xxgk_lf_bot .sy_list_nav a:first-child::after{display: none;}
.bm_list_nav a{ padding: 0 10px;}
.xxgk_lf_bot .sy_list_con li a{width: 76%;}
.xxgk_lf_bot{padding-bottom: 25px;}
.xxgk_rg{float: right; width: 830px;}
.xxgk_rg_top{border: 1px solid #bababa; padding: 15px 0;}
.xxgk_rg_top_lf{float: left; border-right: 1px dashed #e5e6e6; padding-right: 30px;}
.xxgk_rg_top_lf .lf{float: left; width: 40px; height: 120px; background: #015293; border-radius: 3px; margin-left: 26px; margin-top: 34px;}
.xxgk_rg_top_lf .lf span{display: block; width: 25px; font-size: 18px; font-weight: bold; color: #fff; text-align: center; margin: 13px auto 0; line-height: 22px;}
.xxgk_rg_top_lf .mid{float: left; width: 120px; height: 160px; box-shadow: 0 0 4px 2px #f4f4f4; margin-left: 24px;}
.xxgk_rg_top_lf .mid img{display: block; margin: 0 auto; margin-top: 5px;}
.xxgk_rg_top_lf .rg{float: left; width: 235px; margin-left: 30px;}
.xxgk_rg_top_lf .rg .up{display: block; font-size: 18px; color: #015293; font-weight: bold;}
.xxgk_rg_top_lf .rg .up b{color: #333; font-weight: bold; margin-left: 10px;}
.xxgk_rg_top_lf .rg .md{ margin-top: 15px;}
.xxgk_rg_top_lf .rg .md i{float: left; margin-top: 3px;}
.xxgk_rg_top_lf .rg .md span{ font-size: 18px; color: #0675bd; margin-left: 8px;}
.xxgk_rg_top_lf .rg .bt{ margin-top: 15px; line-height: 30px; text-indent: 2em;}
.xxgk_rg_top_lf .rg .bt a{color: #0675bd;}
.xxgk_rg_top_rg{float: left; margin-left: 24px; width: 275px;}
.xxgk_rg_top_rg .top{ font-size: 18px; color: #0675bd; font-weight: bold;}
.xxgk_rg_top_rg .mid{ margin-left: 15px;}
.xxgk_rg_top_rg .mid span{margin-top: 15px; font-size: 16px; color: #333; margin-right: 30px; display: inline-block;}
.xxgk_rg_top_rg .bot{margin-top: 22px;}
.xxgk_rg_top_rg .bot a{display: inline-block; width: 130px; height: 46px; border: 1px solid #eaeaea; margin-right: 9px;}
.xxgk_rg_top_rg .bot a:last-child{margin-right: 0;}
.xxgk_rg_top_rg .bot a i{float: left; margin-left: 16px; margin-top: 10px;}
.xxgk_rg_top_rg .bot a span{line-height: 46px; color: #333; font-size: 16px; margin-left: 12px;}
.xxgk_rg_mid{margin-top: 48px;}
.xxgk_rg_bot{margin-top: 50px;}


/*¨¦&#162;&#8224;&#229;&#175;&#188;&#228;&#191;&#161;&#230;&#129;&#175;*/
.ldxx_title a:first-child::after{display: none}
.ldxx_title a{padding: 0 10px}
.ldxx_con{margin-top: 40px;}
.ldxx_con li{float: left;  width: 571px; border-bottom: 1px dashed #e7e7e7;overflow: hidden; padding: 0 15px; position: relative;  padding-bottom: 15px; margin-bottom: 35px;}
.ldxx_con li:nth-child(2n+2){float: right;}
.ldxx_con li i{float: left; height: 200px; width: 155px; }
.ldxx_con li i img{display: block; width: 100%; height: 100%;}
.ldxx_con li em{float: right; width: 370px;}
.ldxx_con li em span{display: block; font-size: 18px; font-weight: bold; color: #333;}
.ldxx_con li em b{display: block; margin-top: 10px; font-size: 16px; color: #333;}
.ldxx_con li em p{display: block; font-size: 16px; color: #333;margin-top: 15px;}
.ldxx_con li em p font{ color: #015293; }
.ldxx_con li em a{ position: absolute; right: 0; bottom: 15px; font-size: 14px; color: #015293;}
.ldxx_page{padding-bottom: 40px;}
.ldxx_page ul{text-align: center;} 
.ldxx_page ul li{display: inline; }
.ldxx_page ul li a{display: inline-block; padding: 0 15px; height: 32px; line-height: 32px; border: 1px solid #dfdfdf; font-size: 16px; color: #666; margin-right: 5px;}
.ldxx_page ul li a:hover{background: #005bac; color: #fff;}
.ldxx_page ul .on a{background: #005bac; color: #fff;}

.ldxq{margin-top: 21px;}
.ldxq_lf{float: left; margin-left: 61px; width: 155px;}
.ldxq_lf i{display: block; width: 155px; height: 200px; margin: 0 auto;}
.ldxq_lf i img{display: block; margin: 0 auto;}
.ldxq_lf span{display: block; font-size: 18px; color: #333; font-weight: bold; margin-top: 20px; text-align: center;}
.ldxq_lf b{display: block; margin-top: 10px; font-size: 16px; color: #333; text-align: center;}
.ldxq_rg{float: right; width: 872px;}
.ldxq_rg_box{margin-bottom: 35px; overflow: hidden; font-size: 16px;}
.ldxq_rg_box b{float: left; width: 10%; color: #015293;}
.ldxq_rg_box em{ float: left; width: 90%; }
.ldxq_rg_box em span{ color: #333333; margin-bottom: 22px; display: block; line-height: 30px;/*overflow: hidden; white-space: nowrap; text-overflow: ellipsis; */}

/*&#228;&#186;¡¯&#229;&#352;¡§&#228;&#186;¡è&#230;&#181;&#129;*/
.hdjl_top{background: #fff; padding-top: 30px;}
.hdjl_top_lf{float: left; width: 920px;}
.hdjl_ldxx_title{ background: url(../img/hdjl_ldxx_title.png) left no-repeat; width: 100%; height: 31px;}
.hdjl_ldxx_con{margin-top: 20px;}
.hdjl_ldxx_con a{float: left; width: 290px; height: 64px; border: 1px solid #a6c3d9; margin-right: 25px; }
.hdjl_ldxx_con a:last-child{margin-right: 0;}
.hdjl_ldxx_con a i{float: left; width: 41px; height: 41px; border-radius: 50%; background: #015293; margin-top: 11px; margin-left: 75px;}
.hdjl_ldxx_con a i img{display: block; margin: 0 auto; margin-top: 8px;}
.hdjl_ldxx_con a:nth-of-type(2) i img{ margin-top: 12px;}
.hdjl_ldxx_con a:nth-of-type(3) i img{ margin-top:10px;}
.hdjl_ldxx_con a span{ display: inline-block; line-height: 64px; margin-left: 14px;}
.hdjl_ldxx_con a:hover i img{
	transform: rotateY(360deg);
    transition: transform 0.7s ease-out 0s;
}
.xjgk{margin-top: 20px; padding-bottom: 15px;}
.hdjl_title{border-bottom: 1px solid #dddddd;}
.hdjl_title span{float: left; color: #015293; font-size: 20px; border-bottom: 3px solid #015293; padding-bottom: 10px;}
.xjgk_con{margin-top: 9px;}
.xjgk_con table{ width: 100%; text-align: center; font-size: 16px;}
.xjgk_con table .tr1{height: 42px; background: #f5f5f5; font-weight: bold; color: #666;}
.xjgk_con table .tr2 td{ padding: 8px 0;}
.xjgk_con table .td3{color: #999;}
.xjgk_con table .red{color: #cc0000;}
.hdjl_top_rg{ width: 260px; float: right;}
.znwd{ width: 100%; height: 220px; border: 1px solid #dddddd; position: relative; padding: 0 23px; overflow: hidden; background: url(../img/znwd.png) bottom right no-repeat;}
.znwd b{display: block; margin-top: 20px; color: #3475a9; font-size: 21px; font-weight: bold;}
.znwd span{display: block; line-height: 24px; color: #999; font-size: 14px; margin-top: 15px;}
.znwd a{ display: block; margin-top: 20px; width: 96px; height: 32px; line-height: 28px; border: 2px solid #3475a9; text-align: center; color: #3475a9; font-size: 16px; border-radius: 20px;}
.znwd_bot a{ width: 100%; height: 86px; display: block; margin-top: 22px; line-height: 86px; overflow: hidden;}
.znwd_bot a:first-child{background: url(../img/znwd_bot1.png) no-repeat;}
.znwd_bot a:last-child{background: url(../img/znwd_bot2.png) no-repeat;}
.znwd_bot a:first-child i{ margin-top: 23px;}
.znwd_bot a i{float: left; margin-left: 55px; margin-top: 10px; width: 46px;}
.znwd_bot a i img{display: block; width: 100%;}
.znwd_bot a span{margin-left: 17px; color: #015293; font-weight:bold; font-size: 21px;}
.hdjl_bot{background: #f5f5f5; padding-bottom: 20px; padding-top: 25px;}
.hdjl_zjdc{float: left; width: 592px;}
.hdjl_zjdc_con{margin-top: 20px;}
.hdjl_zjdc_con li{ overflow: hidden; padding-bottom: 14px; border-bottom: 1px solid #dddddd; margin-bottom: 13px;}
.hdjl_zjdc_con li:last-child{border-bottom: 0; padding-bottom: 0;}
.hdjl_zjdc_con li a{display: block;}
.hdjl_zjdc_con li i{float: left ; width:68px; height: 68px; background: #6797be;  padding: 5px 10px 0; text-align: center; color: #fff; font-size: 18px; line-height: 27px;}
.hdjl_zjdc_con li em{float: right; width: 85%;}
.hdjl_zjdc_con li em b{display: block; font-size: 16px; color: #666666; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 8px;}
.hdjl_zjdc_con li em span{display: block; font-size: 16px; color: #666666;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; margin-top: 10px;}
.hdjl_jgfk{ float: right; width: 590px;}


/*&#228;&#186;¡¯&#229;&#352;¡§&#228;&#186;¡è&#230;&#181;&#129;-¨¦&#162;&#8224;&#229;&#175;&#188;&#228;&#191;&#161;&#231;&#174;¡À*/
.hd_ldxx_top{ height:223px; background: url(../img/hd_ldxx_top.png) center no-repeat;}
.hd_ldxx_top ul{ float: right; margin-right: 140px;}
.hd_ldxx_top ul li{ float: left; margin-left: 40px;}
.hd_ldxx_top ul li i{display: block; background: #fff; border-radius: 50%; width: 60px; height: 60px; padding-top: 15px; margin: 65px auto 0;}
.hd_ldxx_top ul li i img{ display: block; margin: 0 auto; }
.hd_ldxx_top ul li span{display:  block; text-align: center; margin-top: 15px; font-size: 18px; color: #fff;}
.hd_ldxx_top ul li:hover i img{
	transform: rotateY(360deg);
    transition: transform 0.7s ease-out 0s;
}
.hd_ldxx_bot{margin-top: 20px;}
.hd_ldxx_bot_title{border-bottom: 1px solid #ddd;}
.hd_ldxx_bot_title .lf{float: left; border-bottom: 3px solid #015293; font-size: 20px; color: #015293; line-height: 40px;}
.hd_ldxx_bot_title .rg{float: right; width: 450px;}


.myselect{width: 20%;height: 100%;float: left;}
.show_opt{float: left;position:relative;width: 100%;height: 100%;}
.b_select{width: 15px;height: 9px;outline: none;float: left; background: url(../images/myselect.png) no-repeat right; margin-left: 16px; margin-top: 14px; }
.moren{display: inline-block;}
.s_ul{width: 100%;height: auto;position: absolute;top: 100%;/* left: -50%; */display: none;background:#fff ; left:0; border: 1px solid #ddd; z-index: 10;}

.s_ul li{width: 100%;height: 28px;line-height: 28px;list-style: none;color: #333;font-size: 13px; padding-left: 10px;}
.s_ul li:hover{background:#0675bd; color: #fff;}
.moren{font-size: 14px;color: #333;display: block; position: relative; padding-left: 10px;}
.moren:before{position: absolute;content: "";right: 5px;border: 5px solid transparent;border-top-color: #666666;top: 50%;margin-top: -2px;}
.ss_search_top_k_l{ float: left; margin: 0 20px; width: 1px; height:33px; background: #66adde; margin-top: 11px; }
.ss_search_top_k_inp{float: left;height: 100%;width: 80%;overflow: hidden; background: #fff; font-size: 14px;}
.ss_search_top_k_inp input{float: left;height: 100%;border: 0;outline: 0;background: 0;font-size: 13px;color: #333;width: 83%;text-indent: 15px;}
 .ss_search_top_k_inp input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
.ss_search_top_k_inp input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
.ss_search_top_k_inp input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
.ss_search_top_k_inp input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}
.ss_search_top_k_inp i{float: right;cursor: pointer;width: 17%;text-align: center;height: 100%;background-position: center; background: #3475a9; text-align: center; color: #fffefe; font-size: 18px; padding-top: 4px;}

.ss_search_top_k{  height: 36px; line-height: 36px; border: 1px solid #dddddd;}
.ss_search_top_k_inp i img{display: block; margin: 0 auto}
.hd_ldxx_bot_table{margin-top: 10px; padding-bottom: 28px;}
.hd_ldxx_bot_table table{width: 100%; text-align: center; font-size: 16px; color: #333;}
.hd_ldxx_bot_table table .tr1{ background: #f5f5f5;}
.hd_ldxx_bot_table table .tr1 td{padding-top: 13px; padding-bottom: 13px; font-weight: bold; color: #666;}
.hd_ldxx_bot_table table .tr2 td{ padding-top: 15px; padding-bottom: 15px;}
.hd_ldxx_bot_table table .td1,.hd_ldxx_bot_table table .td2{ text-align: left; padding-left: 22px;}
.hd_ldxx_bot_table table .tr2:nth-child(odd){background:#f5f5f5 ;}

/* 11-19 */

/* &#231;&#171;&#8482;&#231;&#8218;&#185;&#229;&#339;¡ã&#229;&#8250;&#190; */

.map-content{
    padding: 20px;
	background: #fff;
	border: 1px solid #dddddd;
	margin-bottom: 20px;
}
.map-title{
	height: 30px;
	background: url(../images/fsmap1_03.jpg) no-repeat;
	/* text-align: center; */
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
	line-height: 29px;
}
.map-title span{
	margin-left: 443px;
}
.map-box{
    padding-top: 0;
}
.map1{
    margin-bottom: 40px;
}
.map1:first-child{
	margin-top:0;
}
.map-title1{
    height: 50px;
    line-height: 50px;
    background: #f3f8fd;
    padding: 0 20px;
    border-left: 5px solid #3475a9;
}
.map-title1 span{
    font-weight: bold;
    font-size: 21px;
}
.map-title1 span:before{
    position: absolute;
    content: "";
    border: 4px solid transparent;
    left: 50%;
    margin-left: -4px;
    bottom: 0;
}
.maps-nav{
    padding-top: 10px;
    padding-left: 22px;
    padding-right: 22px;
}
.maps-nav ul{
    margin-left: -8px;
    margin-right: -8px;
}
.maps-nav ul li{
    float: left;
    margin-top: 13px;
    position: relative;
    margin-right: 58px;
    padding-left: 18px;
}
.maps-nav ul li:before{
	position:absolute;
	width:5px;
	height:5px;
	background:#707070;
	content:"";
	left:0;
	top: 10px;
}
.maps-nav ul li>a{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    /* width: 90%; */
}
.maps-nav ul li>a:hover{
    color: #3475a9;
}
.maps-nav ul li:hover:before{
	background:#3475a9;
}
.maps-menus{
    position: absolute;
    background: #3475a9;
    width: 276px;
    z-index: 2;
    font-size: 0;
    display: none;
    padding: 10px;
}
.maps-menus:before{
    position: absolute;
    content: "";
    top: -14px;
    border:8px solid transparent;
    border-bottom-color: #3475a9;
    left: 25px;
}
.maps-menus a{
    width: 50%;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
}
.maps-menus a:hover{
    text-decoration: underline;
}
.maps-menus a:nth-of-type(even){
    text-align: right;
}


/* ¨¦?&#353;&#231;¡±¡§&#229;&#710;¡ª¨¨&#161;¡§ */
.fty-lists{
	overflow: hidden;
}
.ftls-l{
	float: left;
	width: 260px;
}
.ftls-r{
	float: right;
	width: 870px;
}
.ftls-l h3{
	height: 50px;
	line-height: 50px;
	background: #125e9a;
	padding: 0 12px;
}
.ftls-l h3 span{
	display: inline-block;
	padding-left: 36px;
	background: url(../images/fsmo1_03.png) no-repeat left center;
	font-size: 18px;
	color: #fff;
}
.ftls-l li{
	height: 50px;
	border-left: 4px solid #1e8ce4;
	background: #f5f7fa;
	line-height: 50px;
	margin-top: 2px;
}
.ftls-l li a{
	height: 100%;
	overflow: hidden;
	padding-left: 20px;
	display: block;
}
.ftls-l li i{
	float: left;
}
.ftls-l li span{
	float: right;
	width: 8px;
	height: 11px;
	background: url(../img/fsmo2_03.png) no-repeat 0 -23px;
	margin-right: 32px;
	margin-top: 20px;
}
.ftls-l li:hover,.ftls-l li.hover{
	background: #ecf4ff;
}
.ftls-l li:hover span,.ftls-l li.hover span{
	background-position: 0 0;
}
.ftls-r-1{
	height: 35px;
	border-bottom: 1px solid #bababa;
	position: relative;
}
.ftls-r-1 span{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #015293;
	position: absolute;
	left: 0;
	top: 0;
	padding-bottom: 8px;
	border-bottom: 3px solid #015293;
}

.ftls-r-2 ul{
	padding: 14px 0;
	border-bottom: 1px dashed #cccccc;
}
.ftls-r-2 ul li{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	position: relative;
}
.ftls-r-2 ul li:before{
	width: 4px;
	height: 4px;
	background: #d2d2d2;
	left: 0;
	top: 18px;
	content: "";
	position: absolute;
}
.ftls-r-2 ul li a{
	float: left;
	width: 78%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ftls-r-2 ul li span{
	float: right;
	font-size: 14px;
	color: #999;
}
.ftls-r-2 ul li:hover:before{
	background: #006dc0;
}
.ftls-r-2 ul li:hover a{
	color: #006dc0;
}
.ftls-r-2 ul:last-child{
	border-bottom: none;
}
.page{
	margin-bottom: 30px;
	text-align: center;
}
.page a{
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 6px 14px;
	border: 1px solid #dfdfdf;
}
.page .hovers:hover{
	background: #005bac;
	color: #fff;
	border-color: #005bac;
}
.ftls-rs .ftls-r{
	width: 100%;
}
.nry-page{
	padding: 0 70px;
	overflow: hidden;
}
.nry-h1{
	font-size: 30px;
	text-align: center;
	margin-top: 25px;
}
.nry-p1{
	margin-top: 46px;
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 14px;
}
.nry-p1 span{
	margin: 0 30px;
	font-size: 14px;
	color: #666;
}
.nry-p1 span b{
	margin: 0 4px;
	cursor: pointer;
}
.nry-text p{
	margin-top: 48px;
	text-indent: 2em;
	line-height: 36px;
}
.nry-text .pys{
	text-align: center;
}
.nry-text .pys span{
	display: block;
	font-size: 14px;
	color: #666;
}
.nry-ewm{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 50px;
}
.nry-ewm span{
	display: block;
	font-size: 12px;
	color: #999;
	margin-bottom: 8px;
}

.nry-share{
	margin-bottom: 50px;
	text-align: center;
}
.print{
	display: inline-block;
	margin-right: 18px;
	font-size: 14px;
	color: #999;
}
.closew{
	display: inline-block;
	margin-right: 18px;
	font-size: 14px;
	color: #999;
}
.bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;
}

/*&#229;&#190;&#129;¨¦&#8250;&#8224;¨¨¡ã&#402;&#230;&#376;&#165;-&#229;&#710;¡ª¨¨&#161;¡§*/
.zjdc_list_top{ background: url(../img/zjdc_list_top.png) center no-repeat; height: 220px;}
.zjdc_list_top i{float: left; margin-left: 55px; margin-top: 41px;}
.zjdc_list_top em{float: left; width: 630px; margin-left: 35px; margin-top: 50px;}
.zjdc_list_top em span{display: block; font-size: 16px; color: #fff; line-height: 26px;}
.zjdc_list_top em span:last-child{color: #f9d452;}
.zjdc_list_mid{margin-top: 20px;}
.zjdc_list_mid_title{ border-bottom: 1px solid #dddddd;}
.zjdc_list_mid_title span{float: left; font-size: 20px; color: #015293; border-bottom: 3px solid #015293; padding-bottom: 9px;}
.zjdc_list_mid_con{margin-top: 18px;}
.zjdc_list_mid_con a{ float: left; width: 570px; height: 120px; background: #fff; border: 1px solid #d2d2d2; padding: 0 25px; overflow: hidden;}
.zjdc_list_mid_con a:last-child{float: right;}
.zjdc_list_mid_con a i{float: left; width: 68px; height: 68px; margin-top: 23px; padding: 0 15px; font-size: 18px; color: #fff; background: #6797be; padding-top: 8px;}
.zjdc_list_mid_con a em{ width: 430px; float: right;color: #666666;  font-size: 16px;}
.zjdc_list_mid_con a em span{display: block; font-weight: bold; margin-top: 27px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zjdc_list_mid_con a em b{display: block; margin-top: 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.zjdc_list_mid_con a:hover{background: #f5f5f5; border-color: #6797be;}
.zjdc_list_bot{margin-top: 28px; padding-bottom: 55px;}
.zjdc_list_bot table{width: 100%; text-align: center; font-size: 16px; color: #333;}
.zjdc_list_bot table .tr1 td{padding: 15px 0; font-weight: bold;}
.zjdc_list_bot table .tr2 td{padding: 20px 0; border-bottom: 1px solid #e7e7e7;}
.zjdc_list_bot table .tr1{background: #e7e7e7;}
.zjdc_list_bot table .tr2 td:first-child{text-align: left; width: 60%;}
.zjdc_list_bot table .tr2 td b{color: #ff0000;}
.zjdc_list_bot table .tr2 td a{font-size:16px;}
.zjdc_list_bot table .tr2 td:nth-of-type(3),.zjdc_list_bot table .tr2 td:nth-of-type(4){color: #666;}

.bm_box1 .bm_con{ padding-bottom: 25px;}

.dcxq{border: 1px solid #dddddd; padding: 0 35px; margin-bottom: 27px;}
.dcxq_top_title{border-bottom: 1px solid #dddddd; padding-bottom: 15px;}
.dcxq_top_title h3{display: block; margin-top: 40px; color: #0d0e0e; font-size: 30px; text-align: center;}
.dcxq_top_title .bot{margin-top: 40px; font-size: 14px; color: #999999;}
.dcxq_top_title .bot .lf{ float: left; }
.dcxq_top_title .bot .rg{ float: right; }
.dcxq_top_title .bot .lf span:last-child b{color: #cc0000;}
.dcxq_top_title .bot span{display: inline-block; margin-right: 10px;}
.dcxq_top_title .bot .rg a{ color: #999;}
.dcxq_top_title .bot .rg i{cursor: pointer;}
.dcxq_top_con{margin-top: 25px; border-bottom: 1px solid #d2d2d2; padding-bottom: 17px;}
.dcxq_top_con p{display: block;  line-height: 36px; color: #333333; font-size: 16px; text-indent: 2em; margin-bottom: 20px;}
.dc_box{margin-bottom:20px;}
.dc_box em{display: block; font-size: 16px; color: #333333;}
.dc_box em b{ color: #ff0000; margin-left: 3px;}
.dc_box ul{margin-top: 15px;}
.dc_box ul li{ display: inline-block; margin-right: 35px; margin-bottom: 10px;}
.dc_box ul li input{display: inline-block; width: 12px; height: 12px;}
.dc_box ul li span{display: inline-block; margin-left: 5px; color: #333;}
.dc_yzm{line-height: 35px; overflow: hidden;}
.dc_yzm span{float: left ;color: #333;}
.dc_yzm input{float: left; width: 166px; height: 35px; border: 1px solid #dddddd; margin-left: 10px;}
.dc_yzm i{float: left; cursor: pointer; margin-left: 10px;}
.dc_yzm i img{display: block; margin-top: 5px;}
.dcxq_top_an{margin-top: 38px; padding-bottom: 30px; border-bottom: 1px dashed #dddddd; text-align: center;}
.dcxq_top_an a{ display: inline-block; width: 95px; height: 32px; border: 1px solid #dddddd; text-align: center; line-height: 30px; color: #666; font-size: 16px; margin-right: 10px; border-radius: 20px;}
.dcxq_top_an a:first-child{background: #355e92; border-color: #355e92; color: #fff;}
.dcxq_mid{border-bottom: 1px solid #eeeeee; padding-bottom: 40px; margin-top: 20px;}

.yjxl-fb h1 {
    font-weight: bold;
    font-size: 21px;
    color: #0173c7;
}
.fbbox-bor {
    padding: 19px 80px 24px;
    overflow: hidden;
    border: 1px solid #eee;
    margin-top: 18px;
}
.fbbox {
    overflow: hidden;
}
.fbbox li {
    float: left;
    width: 50%;
    margin: 0 0 12px 0;
}
.fbbox li span {
    width: 25%;
    float: left;
    text-align: right;
    line-height: 30px;
}
.fbbox li input {
    float: left;
    width: 60%;
    height: 30px;
    border: 1px solid #dcdcdc;
    text-indent: 14px;
}
.fbbox li.s1 {
    width: 100%;
}
.fbbox li.s1 span {
    width: 12.444%;
}
.fbbox li.s1 input {
    width: 80%;
}
.fbbox li.s2 input {
    width: 20%;
}
.fbbox li.s2 img {
    float: left;
    margin-left: 10px;
    height: 30px;
    cursor: pointer;
}
.tj-yjxl {
    margin: 10px 50px;
    overflow: hidden;
}
.tj-yjxl a {
    color: #fff;
    width: 147px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    border-radius: 22px;
    cursor: pointer;
}
.tj-yjxl .tpa {
    background: #0173c7;
}
.tj-yjxl .tpa:hover {
    background: #0668b1;
}
.fbbox li.s1 textarea {
    width: 80%;
    border: 1px solid #dcdcdc;
    padding: 14px;
}
.dcxq_bot{margin-top: 20px;}
.yjxl-ck h1 {
    font-weight: bold;
    font-size: 21px;
    color: #0173c7;
    margin-top: 18px;
}
.yjxl-ck .yjxl-ckbox {
    padding: 22px 30px;
    border: 1px solid #eee;
    margin-top: 18px;
}
.yjxl-ck .yjxl-ckbox table {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.yjxl-ck .yjxl-ckbox thead {
    line-height: 40px;
    background: #f5f5f5;
}
.yjxl-ck .yjxl-ckbox thead th {
    border-right: 1px solid #fff;
    font-weight: normal;
}
.yjxl-ck .yjxl-ckbox td:nth-of-type(1) {
    text-align: left;
}
.yjxl-ck .yjxl-ckbox td {
    line-height: 40px;
    background: #fff;
}
.yjxl-ck .yjxl-ckbox .yjxl-time {
    color: #999;
}
.yjxl-ckbox .ldxx_page{ padding-bottom: 10px;}
.dh_box{
position: absolute; width: 150px; height: 150px; background: #fff; top: -40px; right: 100%; transition: all 1s; opacity: 0;}


#share-qrcode { background-image: url(../img/wechat.png); }
#share-douban { background-image: url(../img/db.png); }
#share-qzone { background-image: url(../img/qzone.png); }
#share-sina { background-image: url(../img/sina.png); }
#share-qq { background-image: url(../img/qq.png); }
.share-box{ width: 100px;
    z-index: 1;}
.share-box span{
    width: 30px;
    height: 30px;
    float: left;
    cursor: pointer;
    border-radius: 4px;
    background-size: contain;
    margin: 10px;
}
.sy_list_nav a:nth-child(2)::after{
	content: "";
	display: block;
	width: 2px;
	height: 15px;
	background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 5px;
}
#sy1 a:nth-child(2)::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background:white;
    position: absolute;
    right: 0;
    top: 5px;
}
#sy2 a:nth-child(2)::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background:#dcdcdc;
    position: absolute;
    right: 0;
    top: 5px;
}
.sy_list_nav a:nth-child(3)::after{
	content: "";
	display: block;
	width: 2px;
	height: 15px;
	background: #dcdcdc;
    position: absolute;
    right: 0;
    top: 5px;
}
#sy3 a:nth-child(1)::after {
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    background:white;
    position: absolute;
    right: 0;
    top: 5px;
}
/*&#228;&#191;&#161;&#231;&#174;¡À¨¨&#175;&#166;&#230;&#402;¡­*/
.xxxq_title{text-align: center; font-size: 30px; color: #333; margin-top: 40px;}
.xxxq_box{margin-top: 50px; border-bottom: 3px solid #015293; padding-bottom: 30px;}
.xxxq_box .li1{line-height: 55px; border-bottom: 1px solid #dddddd;}
.xxxq_box li{font-size: 16px; color: #333;}
.xxxq_box li>span{color: #015293; font-size: 18px; font-weight: bold;}
.xxxq_box .li2>span{display: block; margin: 15px 0 10px;}
.xxxq_box .li2 em{display: block; line-height: 36px;}
.xxxq_box .li2 i{display: block; line-height: 36px; margin-top: 40px;}
.xxxq_box .li2 p{display: block; line-height: 36px; text-indent: 2em;}
.xxxq_box2{ border-bottom: 0;margin-top: 20px;}


.xx_mid_rg_list li .rg1{float: right ; width: 1020px;}
.xx_mid_rg_list li .rg1 span{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333333; font-size: 16px; font-weight: bold;}
.xx_mid_rg_list li .rg1 b{ color: #999999; font-size: 14px; margin-top: 5px; display: block;}
.xx_mid_rg_con1{margin-top: 16px; /*min-height: 526px;*/ margin-bottom:16px}
.xx_mid_rg_list li{ width: 100%; height: 95px; border: 1px solid #eaeaea; margin-bottom: 12px; overflow: hidden; padding: 17px 0; padding-right: 20px;}
.xx_mid_rg_list li .lf{float: left; width: 92px; text-align: center; border-right: 1px solid #eaeaea;}
.xx_mid_rg_list li .lf span{display: block; font-size: 30px; font-weight: bold; color: #0173c7;}
.xx_mid_rg_list li .lf b{display: block; font-size: 14px; color: #999999;}
.xx_mid_rg_list li .rg{float: right ; width: 670px;}
.xx_mid_rg_list li .rg span{display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #333333; font-size: 16px; font-weight: bold;}
.xx_mid_rg_list li .rg b{ color: #999999; font-size: 14px; margin-top: 5px; display: block;}

.xgwj{clear:both}
.zwywen{border-bottom:1px solid #eee;font-weight:700;color:#074695;font-size:21px}
.zwywen span{display:inline-block}
.zwywen span.zwbiaotidanqian{border-bottom:4px solid #074695;padding-bottom:10px}
.yaowennr ul li{font-size:17px;line-height:40px;height:40px}
.yaowennr ul li a:hover{background:url(../img/zwgk02.png) left center no-repeat}
.yaowennr ul li:hover{color:#074695}
.yaowennr ul li a{width:75%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;padding-left:15px;background:url(../img/zwgk01.png) left center no-repeat}
.yaowennr ul li a:hover{color:#074695}
.yaowennr ul li span{display:inline-block;float:right;text-align:right;font-size:14px;color:#999}

/*&#208;&#222;&#184;&#196;&#205;¡¤&#178;&#191;logo&#209;¨´&#202;&#189;*/
.web2021-logo{position: relative;float: left;top: 72px;background: url(http://www.yiyang.gov.cn/yiyang/2019web/index/img/web2021_logo_red.png) left center no-repeat;height: 90px;}
.web2021-logo span{font-size: 36px;margin-left: 420px;display: block;color: #015293;font-size: 30px;background: url(http://www.yiyang.gov.cn/yiyang/2019web/index/img/djkjk11_03.png) no-repeat left center;margin-top: 20px;padding-left: 28px;font-weight: bold;font-family: "microsoft yahei";}
.dwmc{font-size: 16px;}

/*&#210;&#230;&#209;&#244;&#202;&#208;foot&#209;¨´&#202;&#189;*/
.footer{ height: 102px; background: #0173c7; }
.footer .lf{ float: left;}
.footer_top{ margin: 12px 0; font-size: 14px; color: #fff;}
.footer_top a{ color: #fff;}
.footer_top b{ margin: 0 12px;}
.footer .lf p{display: block; margin-bottom: 4px; font-size: 14px; color: #fff;}
.footer .lf p span a{ margin: 0 10px;color: #fff;}
.footer .rg{ float: right;}
.footer .rg a{ float: left; margin-left: 18px;}
.footer .rg a:first-child{margin-top: 27px;}
.footer .rg a:last-child{ margin-top: 29px;}
.footwap{display: none;}
.dzjg{margin-top: 27px;}
._hidden{display:none;}
.wb-wx-links{text-align: center;color: #999;font-size: 12px;line-height: 24px;background: #0b57b7;padding: 20px 0 0;}
.wb-wx-links a{margin: 0 12px;font-size:14px;color: #fff;}


/*&#202;&#202;&#192;&#207;&#187;&#175;¡ã&#180;&#197;&#165;&#209;¨´&#202;&#189;*/
.head-slh-btn{float: right;margin-left: 20px;position: absolute;top: 38px;right: 40%;transform: translateX(600px);}
.head-slh-btn a{color: #fff !important;background-image:linear-gradient(90deg, #F7B218 0%, #EC930A 100%);display: block;border-radius: 8px;line-height: 28px;padding: 8px 13px;font-weight: bold;font-size: 16px;}

@media screen and (max-width:768px){
.sy_mid_lf .top a{width: 48%;}
.yy_con_title .lf{width: 25% !important;}
.yy_con_title .lf img{width: 70%;}
	.yy_con_title .text a{	font-size: 20px;}
	#wmcj1 img{height: 50px;}
	#wmcj2 img{height: 50px;}
	#wmcj3 img{height: 50px;}
	.xwdt_rg_nav a{width:33.33333%;margin-right: 0px;text-align: center;margin-bottom: 10px;}
	.xwdt_rg_con ul li a{width:65%}
	.xwdt_rg_con ul li span{height: 24px;line-height: 24px;}
	.sy_ztzl_rg{height:70px;}
	.owl-carousel .owl-item img{height: 70px !important;}
	.sy_mid_lf .bot a{width:48%;}
	.sy_list_con li a{width:65%;}
	.sy_list_con li span{height: 24px;line-height: 24px;}
	.sy_bot_lf_rg .bot a{width: 48%;float: left;margin-right: 5px;height: 45px;line-height: 45px;}
	.sy_bot_rg{padding-top: 10px;padding-bottom: 10px;}
	.sy_bot_lf{padding-top: 10px;padding-bottom: 10px;}

	.header2 .head_top{}
	.header2 .head_top_lf{display:none;}
	.head_top_rg i{display: none;}
	.head_top_rg b{display: none;}
	#mymh{display: none;}
	#based{display: none;}
	#WXWZA{display: none;}
	.header2 .head_mid{display:none;}
	.header2 .head_nav{display:none;}
	.head-slh-btn{
    transform: unset;
    top: 75px;
    right: 10px;
}

	.maps-nav{
    padding-left: 10px;
    padding-right: 10px;
}
	.maps-nav ul li{
    width: 100%;
    margin-right: 0px;
}
	.maps-nav ul li>a{
    white-space: unset;
}
	.map-title{font-size: 24px;margin-bottom: 25px;}

	.xx_mid_rg_list li{height:200px;}
	.xx_mid_rg_list li .lf{width:25%;}
	.xx_mid_rg_list li .rg1{width:70%;}
	.xx_mid_rg_list li .rg1 b{line-height:26px;}
	.Breadcrumbs{
    line-height: 30px;
    padding: 10px 0px;
}
	#pagination{line-height:40px}
	.page a{
    padding: 0px 8px !important;
}

	.zjdc_list_bot table .tr1 td:nth-of-type(2){display:none;}
    .zjdc_list_bot table .tr2 td:nth-of-type(2){display:none;}
    .zjdc_list_bot table .tr1 td:nth-of-type(3){display:none;}
    .zjdc_list_bot table .tr2 td:nth-of-type(3){display:none;}
    .zjdc_list_bot table .tr1 td:nth-of-type(4){display:none;}
    .zjdc_list_bot table .tr2 td:nth-of-type(4){display:none;}
	.zjdc_list_bot table .tr1 td{font-size:20px;}
	.zjdc_list_bot table .tr2 td b{font-size:16px;}
	.zjdc_list_mid_con a em span{
    white-space: unset;
    line-height: 26px;
}
	.pager li{margin: 0 !important;}
	.ldxx_page ul li{
    display: inline !important;
}
	.ldxx_page ul li:nth-of-type(3){
    float: unset !important;
}
	.zjdc_list_bot{
    padding-bottom: 10px;
}
	.ldxx_page{
    padding-bottom: 10px;
}

	.hd_ldxx_bot_table table .td1, .hd_ldxx_bot_table table .td3, .hd_ldxx_bot_table table .td4{display:none;}
  .hd_ldxx_bot_table table .tr1 td:nth-child(2){/* text-align: left; */width: 60%;}

	#searchText input{width: 62% !important;}
	.rg .anniu{margin-top:10px;}
}