﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
/*a:focus{-moz-outline-style:none;}!*IE不支持*!*/
a:focus {
  outline: none;
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: 'Courier New', Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
img {
  max-width: 100%;
  vertical-align: middle;
}
i {
  font-style: normal;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置input标签属性*/
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置textarea标签属性*/
/*init END*/
/*此文件放置共用函数、变量等*/
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: '微软雅黑';
  min-width: 1200px;
  position: relative;
	z-index: 0;
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix p{
	font-size: 16px;
}
.clearfix:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: '微软雅黑';
  border: none;
}
textarea {
  background: none;
  font-family: '微软雅黑';
  border: none;
}
a[transition] {
  -webkit-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  transition: 0.4s 0s;
}
a{
	text-decoration: none;
	color: #000000;
}
input{
	background: none;
  font-family: 微软雅黑;
  border: none;
}

/*# sourceMappingURL=all.css.map */
.header{
	
}
.banner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.serch_ss{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	transition: all .3s 0s;
	opacity: 0;
	z-index: 999;
}
.serch_ss .ss_top{
	width: 100%;
	height: 80px;
	background: #fff;
}
.serch_ss .ss_top .w1200{
	overflow: hidden;
}
.serch_ss .ss_top .w1200 img{
	float: right;
	width: 1.5%;
	margin-top: 30px;
	margin-left: 20px;
	opacity: 0.7;
}
.serch_ss .ss_top .w1200 input{
	float: right;
	font-size: 14px;
    color: #666;
    line-height: 30px;
	width: 0;
	border-bottom: 1px solid #eee;
	margin-top: 23px;
	transition: all .3s .2s;
}
.owl-carousel .owl-stage-outer .bj{
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 99;
}
.header .top{
	background: rgba(0,0,0,0.3);
	width: 100%;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
.header .top .left{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 36px;
}
.header .top .right{
	float: right;
	position: relative;
}
.header .top .right a{
	color: #fff;
	font-size: 14px;
	margin-left: 20px;
	cursor: pointer;
	width: 60px;
	line-height: 34px;
}
.header .top .right a.ss{
	background: url(../img/iconss.png) no-repeat center left;
	padding-left: 20px;
}
.header .top .right a.bds_weixin{
	background: url(../img/iconwx.png) no-repeat center left;
	padding-left: 26px;
}
.header .top .right a.sjd{
	background: url(../img/iconsj.png) no-repeat center left;
	padding-left: 20px;
	
}
.header .top .right a.sjd img{
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 999;
	display: none;
}
.header .top .right a.bds_weixin img{
	position: absolute;
	left: 105px;
	top: 40px;
	z-index: 999;
	width: 58%;
	display: none;
}
.header .top .right a.bds_weixin:hover img{
	display: block;
}
/*.header .top .right a:hover{
	opacity: 0.8;
}*/
.header .top .right a.sjd:hover img{
	display: block;
}
.header>a{
	display: block;
	width: 570px;
	margin: 0 auto;
	margin-top: 58px;
}
.header .nav{
	background: #1a479a;
	text-align: center;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top: 50px;
}
.header .nav>ul>li{
	display: inline-block;
	padding: 10px 0;
	position: relative;
}
.header .nav>ul>li>a{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 105px;
	margin: 0 5px;
	padding: 5px 0;
	border-radius: 50px;
	transition: .3s;
}
.header .nav>ul>li.on>a{
	background: #d30000;
}
.header .nav>ul>li>a:hover{
	background: #d30000;
	transition: .3s;
}
.header .nav>ul>li:hover ul{
	display: block;
}
.header .nav>ul>li ul{
	position: absolute;
	left: 0;
	top: 58px;
	z-index: 99;
	width: 83%;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	border-top: none;
	display: none;
}
.header .nav>ul>li ul li a{
	display: block;
	font-size: 16px;
	color: #1a479a;
	text-align: center;
	border-top: 1px dashed #e6e5e5;
	line-height: 40px;
}
.header .nav>ul>li ul li.on a{
	color: #d40000;
}
.header .nav>ul>li ul li a:hover{
	color: #d40000;
}
.index_nr{
	background: #fff;
	padding: 20px;
	width: 1160px;
}
.index_nr .gg a{
	display: block;
	background: url(../img/icontz.png) no-repeat center left;
	padding-left: 40px;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	transition: .3s;
}
.index_nr .gg a:hover{
	color: #D30000;
	transition: .3s;
}
.index_nr .xw{
	overflow: hidden;
	margin-top: 30px;
}
.index_nr .xw .left{
	width: 562px;
	float: left;
}
.index_nr .xw .left .top{
	position: relative;
}
.index_nr .xw .left .top .hd a{
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	display: block;
	transition: .3s;
}
.index_nr .xw .left .top .hd a:hover{
	color: #D30000;
	transition: .3s;
}
.index_nr .xw .left .top .hd a.next{
	position: absolute;
	right: 15px;
	bottom: 2px;
	z-index: 99;
}
.index_nr .xw .left .top .hd a.prev{
	position: absolute;
	left: 15px;
	bottom: 2px;
	z-index: 99;
}
.index_nr .xw .left .top .hd .pageState{
	position: absolute;
	bottom: 5px;
	left: 50px;
	z-index: 99;
	color: #fff;
	font-size: 16px;
}
.index_nr .xw .left .top .hd .pageState span{
	font-size: 20px;
}
.index_nr .xw .left .top .bd ul li p{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	z-index: 9;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
}
.index_nr .xw .left .top .bd ul li img{
	transition: .3s;
}
.index_nr .xw .left .top .bd ul li:hover img{
	opacity: 0.8;
	transition: .3s;
}
.index_nr .xw .left .top .bd ul li:hover p{
	color: #D30000;
}
.index_nr .xw .left .bottom{
	overflow: hidden;
	margin-top: 20px;
}
.index_nr .xw .left .bottom div{
	width: 277px;
	height: 154px;
	position: relative;
}
.index_nr .xw .left .bottom div a{
	display: block;
}
.index_nr .xw .left .bottom div.left{
	float: left;
}
.index_nr .xw .left .bottom div.right{
	float: right;
}
.index_nr .xw .left .bottom div p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	background: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-indent: 1em;
	transition: .3s;
}
.index_nr .xw .left .bottom div .an{
	position: absolute;
	right: 10px;
	bottom: 7px;
	z-index: 99;
}
.index_nr .xw .left .bottom div img{
	transition: .3s;
}
.index_nr .xw .left .bottom div:hover img{
	opacity: 0.8;
	transition: .3s;
}
.index_nr .xw .left .bottom div:hover p{
	color: #D30000;
	transition: .3s;
}
.index_nr .xw .right{
	float: right;
	width: 564px;
}
.index_nr .xw .right .top{
	border-bottom: 1px dashed #d3d3d3;
	padding-bottom: 25px;
    min-height:220px;
}
.index_nr .xw .right .top>h3 a{
	font-size: 20px;
	color: #000000;
}
.index_nr .xw .right .top>h3 a:hover{
	color: #D30000;
}
.index_nr .xw .right .top ul{
	margin-top: 5px;
	margin-bottom:15px;
	height: 140px;
}
.index_nr .xw .right .bottom ul{
	margin-top: 5px;
	margin-bottom: 15px;
}
.index_nr .xw .right .top ul li a{
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	background: url(../img/iconsc.png) no-repeat center left;
	padding-left: 15px;
	line-height: 35px;
}
.index_nr .xw .right .top ul li a span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.index_nr .xw .right .top ul li a em{
	font-size: 15px;
	color: #1a479a;
	font-weight: bold;
}
.index_nr .xw .right .top ul li a:hover{
	color: #D30000;
}
.index_nr .xw .right .top ul li a:hover em{
	color: #D30000;
}
.index_nr .xw .right .top>a{
	background: url(../img/icongd.png) no-repeat center right;
	padding-right: 20px;
	font-size: 14px;
	color: #999999;
}
.index_nr .xw .right .top>a:hover{
	color: #D30000;
}
.index_nr .xw .right .bottom{
	padding-top: 25px;
}
.index_nr .xw .right .bottom>h3 a{
	font-size: 20px;
	color: #000000;
}
.index_nr .xw .right .bottom>h3 a:hover{
	color: #D30000;
}
.index_nr .xw .right .bottom ul li a{
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #000000;
	font-weight: normal;
	background: url(../img/iconsc.png) no-repeat center left;
	padding-left: 15px;
	line-height: 35px;
}
.index_nr .xw .right .bottom ul li a span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.index_nr .xw .right .bottom ul li a em{
	font-size: 15px;
	color: #1a479a;
	font-weight: bold;
}
.index_nr .xw .right .bottom ul li a:hover{
	color: #D30000;
}
.index_nr .xw .right .bottom ul li a:hover em{
	color: #D30000;
}
.index_nr .xw .right .bottom>a{
	background: url(../img/icongd.png) no-repeat center right;
	padding-right: 20px;
	font-size: 14px;
	color: #999999;
}
.index_nr .xw .right .bottom>a:hover{
	color: #D30000;
}
.index_nr .xw1{
	overflow: hidden;
}
.index_nr .xw1>div{
	width: 370px;
	float: left;
}
.index_nr .xw1 .left h2{
	background: url(../img/iconxw.jpg) no-repeat center left;
	padding-left: 30px;
	font-size: 18px;
}
.index_nr .xw1 .left h2 a{
	display: block;
	background: url(../img/iconxq.png) no-repeat center right;
}
.index_nr .xw1 .left h2 a:hover{
	color: #D30000;
}
.index_nr .xw1 .center{
	margin-left: 25px;
}
.index_nr .xw1 .center h2{
	background: url(../img/iconxw1.jpg) no-repeat center left;
	padding-left: 32px;
	font-size: 18px;
}
.index_nr .xw1 .center h2 a:hover{
	color: #D30000;
}
.index_nr .xw1 .center h2 a{
	display: block;
	background: url(../img/iconxq.png) no-repeat center right;
}
.index_nr .xw1 .right h2{
	background: url(../img/iconxw2.jpg) no-repeat center left;
	padding-left: 33px;
	font-size: 18px;
}
.index_nr .xw1 .right h2 a{
	display: block;
	background: url(../img/iconxq.png) no-repeat center right;
}
.index_nr .xw1 .right h2 a:hover{
	color: #D30000;
}
.index_nr .xw1 .right{
	float: right;
}
.index_nr .xw1>div .top{
	border-top: 1px solid #e8e8e8;
	padding: 25px 0;
	overflow: hidden;
	margin-top: 8px;
}
.index_nr .xw1>div .top img{
	float: left;
	margin-right: 17px;
	transition: .3s;
}
.index_nr .xw1>div .top p{
	font-size: 16px;
	color: #333333;
	padding-top: 20px;
	transition: .3s;
}
.index_nr .xw1>div .top:hover img{
	opacity: 0.8;
	transition: .3s;
}
.index_nr .xw1>div .top:hover p{
	color: #D30000;
	transition: .3s;
}
.index_nr .xw1>div ul li a{
	display: block;
	background: url(../img/iconsc1.png) no-repeat center left;
	padding-left: 15px;
	overflow: hidden;
	font-weight: normal;
	font-size: 14px;
	color: #333333;
	line-height: 35px;
	transition: .3s;
}
.index_nr .xw1>div ul li a:hover{
	color: #D30000;
	transition: .3s;
}
.index_nr .xw1>div ul li a span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.index_nr .bottom_nav{
	text-align: center;
	padding: 40px 0;
}
.index_nr .bottom_nav a{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin: 0 25px;
	vertical-align: top;
	transition: .3s;
}
.index_nr .bottom_nav a img{
	display: block;
	margin: 0 auto;
	margin-bottom: 25px;
	transition: .3s;
}
.index_nr .bottom_nav a:hover{
	color: #D30000;
	transition: .3s;
}
.index_nr .bottom_nav a:hover img{
	transform:rotate(360deg);
	-ms-transform:rotate(360deg); 
	-moz-transform:rotate(360deg); 
	-webkit-transform:rotate(360deg);
	-o-transform:rotate(360deg); 
	transition: .3s;
}
.index_nr .hf:hover{
	opacity: 0.8;
}
.yqlj{
	background: #1a479a;
	padding: 10px 0;
}
.yqlj .w1200 .left{
	float: left;
	width: 200px;
	height: 30px;
	border: 1px solid #5a7ab6;
	position: relative;
}
.yqlj .w1200 .left>a{
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	background: url(../img/iconxl.png) no-repeat 90% center;
	text-indent: 1em;
	background-size: 5%;
}
.yqlj .w1200 .left>a:hover{
	color: #7ba6f5;
}
.yqlj .w1200 .left ul{
	position: absolute;
	bottom: 31px;
	z-index: 99;
	background: #1a479a;
	left: 0;
	width: 100%;
	display: none;
}
.yqlj .w1200 .left ul li a{
	display: block;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-indent: 1em;
}
.yqlj .w1200 .left:hover ul{
	display: block;
}
.yqlj .w1200 .left ul li a:hover{
	color: #7ba6f5;
}
.yqlj .w1200 .right{
	float: right;
	color: #5782d1;
	font-size: 14px;
}
.yqlj .w1200 .right a{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	transition: .3s;
}
.yqlj .w1200 .right a:hover{
	color: #D30000;
	transition: .3s;
}
.footer{
	background: #2f3849;
	text-align: center;
	padding: 30px 0;
}
.footer p{
	font-size: 14px;
	color: #929bac;
	line-height: 35px;
}
.footer p a{
	font-size: 14px;
	color: #929bac;
	transition: .3s;
}
.footer p img{
	margin-top: -3px;
}
.footer p a:hover{
	color: #D30000;
	transition: .3s;
}
.fhdb{
	position: fixed;
	right: 3%;
	z-index: 99;
	bottom: 20%;
	transition: .3s;
}
.fhdb:hover img{
	opacity: 0.8;
	transition: .3s;
}
.jj{
	min-height: 600px;
}
.w1160{
	padding: 20px;
	width: 1160px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.jj .w1160 .left{
	float: left;
	width: 240px;
}
.jj .w1160 .left .ej_nav h2{
	background: #1a479a;
	font-size: 24px;
	color: #fff;
	padding: 10px 0;
	width: 229px;
}
.jj .w1160 .left .ej_nav h2 img{
	margin-top: -3px;
	margin-left: 20px;
	margin-right: 10px;
}
.jj .w1160 .left .ej_nav ul li{
	width: 229px;
	background:#f6f6f6 url(../img/icondd.jpg) no-repeat 12.5% center;
	transition: .3s;
}
.jj .w1160 .left .ej_nav ul li.on{
	background: url(../img/iconon.jpg) no-repeat center center;
	width: 100%;
}
.jj .w1160 .left .ej_nav ul li.on a{
	color: #fff;
}
.jj .w1160 .left .ej_nav ul li a{
	display: block;
	text-indent: 3em;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	transition: .3s;
}
.jj .w1160 .left .ej_nav ul li:hover{
	background: url(../img/iconon.jpg) no-repeat center center;
	width: 100%;
	transition: .3s;
}
.jj .w1160 .left .ej_nav ul li:hover a{
	color: #fff;
	transition: .3s;
}
.jj .w1160 .left .ej_nav span{
	display: block;
	width: 229px;
	background:#f6f6f6 ;
	height: 10px;
}
.jj .w1160 .right{
	width: 908px;
	float: right;
}
.jj .w1160 .right .top{
	background: #f6f6f6;
	overflow: hidden;
}
.jj .w1160 .right .top>h2{
	float: left;
	font-size: 16px;
	color: #1a479a;
	border-bottom: 3px solid #1a479a;
	padding: 0 10px;
	line-height: 40px;
}
.jj .w1160 .right .top .dw{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 20px;
}
.jj .w1160 .right .top .dw a{
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.jj .w1160 .right .top .dw a.on{
	color: #1A479A;
}
.jj .w1160 .right .top .dw a:hover{
	color: #1A479A;
}
.jj .w1160 .right .nr{
	padding: 20px;
	border: 1px solid #f6f6f6;
	border-top: none;
	margin-bottom: 40px;
	min-height: 400px;
}
.jj .w1160 .right .nr p{
	font-size: 16px;
	color: #666666;
}
.jj .w1160 .right .nr h2{
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}
.jj .w1160 .right .nr .hydt{
	min-height: 400px;
}
.jj .w1160 .right .nr .hydt li a{
	display: block;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
	padding: 30px 0;
}
.jj .w1160 .right .nr .hydt li a .nr_z{
	float: left;
	width: 87%;
	overflow: hidden;
	vertical-align: middle;
}
.jj .w1160 .right .nr .hydt li a .nr_z img{
	float: left;
	margin-right: 25px;
	width: 0;
	transition: .3s;
}
.jj .w1160 .right .nr .hydt li a .nr_z p{
	font-size: 15px;
	font-weight: normal;
	color: #333333;
}
.jj .w1160 .right .nr .hydt li a .nr_z span{
	font-size: 14px;
	color: #868686;
	font-weight: normal;
	margin-top: 10px;
	display: block;
}
.jj .w1160 .right .nr .hydt li a .nr_y{
	float: right;
	background: #f7f7f7;
	width: 72px;
	height: 78px;
	text-align: center;
	margin-top: 5px;
}
.jj .w1160 .right .nr .hydt li a .nr_y span{
	display: block;
	font-weight: bold;
	font-size: 24px;
	color: #999999;
}
.jj .w1160 .right .nr .hydt li a .nr_y em{
	font-size: 14px;
	color: #999999;
	font-weight: normal;
}
.jj .w1160 .right .nr .hydt li a:hover .nr_z img{
	width: 157px;
	transition: .3s;
}
.jj .w1160 .right .nr .hydt li a:hover .nr_z p{
	color: #d30000;
}
.fy{
	text-align: center;
	padding-top: 40px;
}
.fy a{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	background: #e5e5e5;
	padding: 2px 10px;
	vertical-align: middle;
	margin: 0 3px;
}
.fy span{
	display: inline-block;
	font-size: 14px;
	color: #333333;
	background: #e5e5e5;
	padding: 2px 10px;
	vertical-align: middle;
}
.fy a.on{
	color: #fff;
	background: #d30000;
}
.fy a[href]:hover{
	color: #fff;
	background: #d30000;
}
.fy p{
	font-size: 14px;
	margin-top: 30px;
}
.jj .w1160 .right .nr .xq_nr h2{
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin: 20px 0;
}
.jj .w1160 .right .nr .xq_nr .xx{
	text-align: center;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
	padding-bottom: 10px;
}
.jj .w1160 .right .nr .xq_nr .xx span{
	font-size: 13px;
	color: #999999;
	margin: 0 10px;
}
.jj .w1160 .right .nr .xq_nr .xx a{
	font-size: 13px;
	color: #999999;
}
.jj .w1160 .right .nr .xq_nr .xx .ly{
	background: url(../img/iconly.png) no-repeat center left;
	padding-left: 20px;
}
.jj .w1160 .right .nr .xq_nr .xx .fbr{
	background: url(../img/iconfbr.png) no-repeat center left;
	padding-left: 20px;
}
.jj .w1160 .right .nr .xq_nr .xx .sj{
	background: url(../img/iconsj1.png) no-repeat center left;
	padding-left: 20px;
}
.jj .w1160 .right .nr .xq_nr .xx .ll{
	background: url(../img/iconll.png) no-repeat center left;
	padding-left: 25px;
}
.jj .w1160 .right .nr .xq_nr .xx .zh{
	margin-right: 0;
}
.jj .w1160 .right .nr .xq_nr .xx a:hover{
	color: #c4010a;
}
.jj .w1160 .right .nr .xq_nr .xx #btnClose{
	float: right;
	font-size: 13px;
	color: #999999;
	margin-top: 3px;
	cursor: pointer;
}
.jj .w1160 .right .nr .xq_nr .xx #btnClose:hover{
	color: #c4010a;
}
.jj .w1160 .right .nr .xq_nr .wz{
	min-height: 200px;
}
.jj .w1160 .right .nr .xq_nr .wz p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.jj .w1160 .right .nr .xq_nr .wz iframe{
	width: 592px;
	height: 333px;
	display: block;
	margin: 0 auto;
	border: none;
}
.jj .w1160 .right .nr .xq_nr .sxp{
	margin: 50px 0;
}
.jj .w1160 .right .nr .xq_nr .sxp a{
	display: block;
	font-size: 15px;
	color: #333333;
	margin: 20px 0;
}
.jj .w1160 .right .nr .xq_nr .sxp a span{
	background: #e5e5e5;
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding: 7px 15px;
	margin-right: 10px;
}
.jj .w1160 .right .nr .xq_nr .sxp a[href]:hover{
	color: #d30000;
}
.jj .w1160 .right .nr .xq_nr .sxp a[href]:hover span{
	background: #d30000;
	color: #fff;
}
.jj .w1160 .right .nr .xq_nr .tj ul{
	margin-top: 20px;
}
.jj .w1160 .right .nr .xq_nr .tj ul li a{
	display: block;
	overflow: hidden;
	background: url(../img/iconhw.png) no-repeat center left;
	padding-left: 15px;
	font-weight: normal;
	font-size: 15px;
	color: #333333;
	line-height: 35px;
}
.jj .w1160 .right .nr .xq_nr .tj ul li a span{
	float: right;
	color: #c2c2c2;
}
.jj .w1160 .right .nr .xq_nr .tj ul li a:hover{
	background: url(../img/iconhwon.png) no-repeat center left;
	padding-left: 15px;
	color: #d30000;
}
.jj .w1160 .right .nr .lxdt{
	min-height: 400px;
}
.jj .w1160 .right .nr .lxdt li a{
	display: block;
	overflow: hidden;
	font-size: 15px;
	color: #333333;
	background: url(../img/iconhw.png) no-repeat center left;
	padding-left: 15px;
	font-weight: normal;
	line-height: 50px;
	border-bottom: 1px dashed #eeeeee;
}
.jj .w1160 .right .nr .lxdt li a span{
	float: right;
	color: #c2c2c2;
}
.jj .w1160 .right .nr .lxdt li a:hover{
	background: url(../img/iconhwon.png) no-repeat center left;
	padding-left: 15px;
	color: #d30000;
}
.jj .w1160 .right .nr .spbd{
	min-height: 400px;
	overflow: hidden;
}
.jj .w1160 .right .nr .spbd li{
	float: left;
	margin: 0 5px;
	margin-top: 35px;
}
.jj .w1160 .right .nr .spbd li a{
	display: block;
	position: relative;
}
.jj .w1160 .right .nr .spbd li a img{
	
}
.jj .w1160 .right .nr .spbd li a p{
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	margin-top: 20px;
	text-indent: 0.5em;
}
.jj .w1160 .right .nr .spbd li a .span{
	width: 277px;
	height: 154px;
	background: url(../img/iconsp1.png) no-repeat center center rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.jj .w1160 .right .nr .spbd li a:hover .span{
	background: url(../img/iconsp2.png) no-repeat center center ;
}
.jj .w1160 .right .nr .spbd li a:hover p{
	color: #d30000;
}
.lxwm .top{
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.lxwm .top .dw{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 20px;
}
.lxwm .top .dw a{
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.lxwm .top .dw a.on{
	color: #1A479A;
}
.lxwm .top .dw a:hover{
	color: #1A479A;
}
.lxwm .w1160{
	overflow: hidden;
	padding-top: 60px;
}
.lxwm .w1160 .left{
	width: 412px;
	float: left;
	margin-left: 43px;
}
.lxwm .w1160 .left>img{
	margin-bottom: 30px;
}
.lxwm .w1160 .left p{
	font-size: 16px;
	color: #333333;
	line-height: 50px;
}
.lxwm .w1160 .left p img{
	margin-right: 15px;
}
.lxwm .w1160 .right{
	width: 614px;
	height: 518px;
	background: url(../img/right.jpg) no-repeat right bottom;
	border-radius: 10px;
	float: right;
}
.lxwm .w1160 .right iframe{
	width: 606px;
	height: 508px;
	border-radius: 10px;
	border: none;
}
.sitemap .top{
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.sitemap .top .dw{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 20px;
}
.sitemap .top .dw a{
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.sitemap .top .dw a.on{
	color: #1A479A;
}
.sitemap .top .dw a:hover{
	color: #1A479A;
}
.sitemap .w1160{
	text-align: center;
	padding-bottom: 70px;
}
.sitemap .w1160 dl{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}
.sitemap .w1160 dl dt{
	margin-bottom: 35px;
}
.sitemap .w1160 dl dt a{
	display: block;
	width: 105px;
	text-align: center;
	line-height: 35px;
	background: #f2f2f2;
	border-radius: 5px;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.sitemap .w1160 dl dt a:hover{
	color: #fff;
	background: #d30000;
}
.sitemap .w1160 dl dd a{
	font-size: 14px;
	color: #707070;
	line-height: 30px;
}
.sitemap .w1160 dl dd a:hover{
	color: #d30000;
}
.fgjs .top{
	background: #fff;
	overflow: hidden;
}
.fgjs .top .dw{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 20px;
}
.fgjs .top .dw a{
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.fgjs .top .dw a.on{
	color: #1A479A;
}
.fgjs .top .dw a:hover{
	color: #1A479A;
}
.fgjs .w1160 h2{
	text-align: center;
	font-size: 34px;
	color: #1a479a;
}
.fgjs .w1160>p{
	font-size: 18px;
	color: #1a479a;
	text-align: center;
	line-height: 10px;
}
.fgjs .w1160 ul{
	min-height: 400px;
	overflow: hidden;
}
.fgjs .w1160 ul li{
	float: left;
	margin: 0 7px;
	margin-top: 30px;
	transition: .3s;
}
.fgjs .w1160 ul li a{
	display: block;
}
.fgjs .w1160 ul li a p{
	font-size: 17px;
	color: #333333;
	background: url(../img/iconwl.png) no-repeat 4% center;
	padding-left: 25px;
	margin: 25px 0;
	text-indent: 1em;
	transition: .3s;
}
.fgjs .w1160 ul li a img{
	transition: .3s;
}
.fgjs .w1160 ul li:hover{
	box-shadow: 0 0 8px 1px #f5f5f5;
	transition: .3s;
}
.fgjs .w1160 ul li:hover p{
	color: #d30000;
	background: url(../img/iconwl1.png) no-repeat 4% center;
	transition: .3s;
}
.fgjs .w1160 ul li:hover img{
	opacity: 0.8;
	transition: .3s;
}
.fgjs .w1160{
	min-height: 400px;
}
.tzgg .top{
	background: #fff;
	overflow: hidden;
}
.tzgg .top .dw{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 20px;
}
.tzgg .top .dw a{
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.tzgg .top .dw a.on{
	color: #1A479A;
}
.tzgg .top .dw a:hover{
	color: #1A479A;
}
.tzgg .w1160{
	min-height: 400px;
}
.tzgg .w1160 h2{
	text-align: center;
	font-size: 34px;
	color: #1a479a;
}
.tzgg .w1160>p{
	font-size: 18px;
	color: #1a479a;
	text-align: center;
	line-height: 10px;
}
.tzgg .w1160 .top_list{
	overflow: hidden;
}
.tzgg .w1160 .top_list>div{
	float: left;
	width: 361px;
	margin: 35px 12px;
}
.tzgg .w1160 .top_list>div a{
	display: block;
}
.tzgg .w1160 .top_list>div p{
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	margin-top: 12px;
	transition: .3s;
}
.tzgg .w1160 .top_list>div span{
	display: block;
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	margin: 5px 0;
}
.tzgg .w1160 .top_list>div em{
	display: block;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}
.tzgg .w1160 .top_list>div img{
	transition: .3s;
}
.tzgg .w1160 .top_list>div:hover img{
	opacity: 0.8;
	transition: .3s;
}
.tzgg .w1160 .top_list>div:hover p{
	color: #d30000;
	transition: .3s;
}
.tzgg .w1160 ul{
	min-height: 400px;
}
.tzgg .w1160 ul li a{
	display: block;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
	border-bottom: 1px dashed #eeeeee;
	line-height: 60px;
	background: url(../img/iconxw3.png) no-repeat center left;
	padding-left: 20px;
	transition: .3s;
}
.tzgg .w1160 ul li a span{
	float: right;
	color: #b5b5b5;
}
.tzgg .w1160 ul li a:hover{
	color: #d30000;
	background: url(../img/iconxw4.png) no-repeat center left;
	transition: .3s;
}
.gg_xq .top{
	background: #fff;
	overflow: hidden;
}
.gg_xq .top .dw{
	float: right;
	font-size: 12px;
	color: #999999;
	margin-right: 15px;
	background: url(../img/iconsy.png) no-repeat center left;
	padding-left: 20px;
}
.gg_xq .top .dw a{
	font-size: 12px;
	color: #999999;
	line-height: 40px;
}
.gg_xq .top .dw a.on{
	color: #1A479A;
}
.gg_xq .top .dw a:hover{
	color: #1A479A;
}
.gg_xq .w1160 .ggxq{
	overflow: hidden;
	background: #fafafa;
	border: 1px solid #eeeeee;
}
.gg_xq .w1160 .ggxq .left{
	width: 1005px;
	float: left;
	background: #fff;
}
.gg_xq .w1160 .ggxq .left .xq_tb>h2{
	text-align: center;
	font-size: 18px;
	color: #333333;
	padding-top: 35px;
	
	width: 95%;
	margin: 0 auto;
	margin-bottom: 25px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .xx{
	text-align: center;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 15px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .xx span{
	font-size: 13px;
	color: #999999;
	margin: 0 10px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .xx a{
	font-size: 13px;
	color: #999999;
}
.gg_xq .w1160 .ggxq .left .xq_tb .xx .sj{
	background: url(../img/iconsj1.png) no-repeat center left;
	padding-left: 20px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .xx .ll{
	background: url(../img/iconll.png) no-repeat center left;
	padding-left: 25px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .xx .zh{
	margin-right: 0;
}
.gg_xq .w1160 .ggxq .left .xq_tb .xx a:hover{
	color: #c4010a;
}
.gg_xq .w1160 .ggxq .left .xq_tb .wz{
	padding: 25px;
	min-height: 200px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .wz p{
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .sxp{
	margin: 50px 0;
	margin-left: 20px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .sxp a{
	display: block;
	font-size: 15px;
	color: #333333;
	margin: 20px 0;
}
.gg_xq .w1160 .ggxq .left .xq_tb .sxp a span{
	background: #e5e5e5;
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding: 7px 15px;
	margin-right: 10px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .sxp a[href]:hover{
	color: #d30000;
}
.gg_xq .w1160 .ggxq .left .xq_tb .sxp a[href]:hover span{
	background: #d30000;
	color: #fff;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list{
	position: relative;
    margin-top: 35px;
    height: 150px;
    padding-bottom: 30px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .hd{
	position: absolute;
    bottom: 30px;
    width: 100%;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .hd ul{
	text-align: center;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .hd ul li{
	display: inline-block;
	width: 24px;
	height: 3px;
	background: #b9b8b8;
	cursor: pointer;
	margin: 0 5px;
	text-indent: -110000px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .hd ul li.on{
	background: #d30000;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .bd ul{
	overflow: hidden;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .bd ul li{
	float: left;
	width: 290px;
	margin: 0 22px;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .bd ul li a{
	display: block;
	font-weight: normal;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .bd ul li a p{
	font-size: 15px;
	color: #333333;
	font-weight: bold;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .bd ul li a span{
	font-size: 12px;
	color: #999999;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .bd ul li a em{
	font-size: 14px;
	color: #666666;
}
.gg_xq .w1160 .ggxq .left .xq_tb .tj .tj_list .bd ul li:hover p{
	color: #d30000;
}
.gg_xq .w1160 .ggxq .right{
	float: right;
	width: 152px;
	height: 100%;
	padding-top: 15px;
}
.gg_xq .w1160 .ggxq .right>img{
	display: block;margin: 0 auto;
	margin-bottom: 20px;
}
.gg_xq .w1160 .ggxq .right .bdsharebuttonbox a{
	display: block;
	width: 119px;
	height: 35px;
	border: 1px solid #dadada;
	border-radius: 5px;
	text-align: center;line-height: 35px;
	font-size: 15px;
	color: #555555;
	float: none;
	padding-left: 0;
	margin: 0 auto;
	text-indent: 1em;
	margin-bottom: 8px;
}
.gg_xq .w1160 .ggxq .right .bdsharebuttonbox .bds_weixin{
	background: url(../img/share01.png) no-repeat 25% center !important;
}
.gg_xq .w1160 .ggxq .right .bdsharebuttonbox .bds_tsina{
	background: url(../img/share02.png) no-repeat 25% center !important;
}
.gg_xq .w1160 .ggxq .right .bdsharebuttonbox .bds_qzone{
	background: url(../img/share03.png) no-repeat 25% center !important;
	text-indent: 2em;
}
.gg_xq .w1160 .ggxq .right>a{
	display: block;
	width: 119px;
	height: 35px;
	border: 1px solid #dadada;
	border-radius: 5px;
	text-align: center;line-height: 35px;
	font-size: 15px;
	color: #555555;
	margin: 0 auto;
	text-indent: 3em;
	background: url(../img/iconfh1.jpg) no-repeat 27% center;
}
.gg_xq .w1160 .ggxq .right>a:hover{
	opacity: 0.8;
}
#mr{
	display: block;
	margin: 0 auto;
}
