html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  padding: 0;
  margin: 0;
  zoom: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
table {
  width: 100%;
  text-align: center;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
  font: 500 14px Arial;
}
ul,
dl,
dt,
dd,
ol {
  list-style-type: none;
}
select,
input {
  vertical-align: middle;
  padding: 0;
  margin: 0;
  outline: none;
}
textarea {
  resize: none;
  outline: none;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #dd2525;
  cursor: pointer;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
* html .clear {
  zoom: 1;
}
* + html .clear {
  zoom: 1;
}
* {
  margin: auto;
  padding: auto;
  font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,
    Arial, 'Hiragino Sans GB';
}
.Clear {
  clear: both;
}
.container {
  width: 1240px;
  margin: 0 auto;
}
.r {
  float: right;
}
.l {
  float: left;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1; /*IE/7/6*/
}

.ConBox {
  box-shadow: 0 0 10px 1px #d9d9d9;
  padding: 40px 45px;
  background: #ffffff;
}

/*通配符结束*/

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.inner{width: 1400px;margin: 0 auto;height: auto;overflow: hidden;}
/*头部*/
.header{
	height: 300px;
	width: 100%;
	background: url(header_bg.png) no-repeat;
	background-size: 100% 100%;

}
.logo{
	padding-top: 40px;
}
.header .search{
	padding-top: 40px;
	height: 36px;
	width: 100px;
	/*background:url(../img/top_search.png) no-repeat 35px center;*/
}
/*导航*/
.header .nav{
	margin-top: 35px;
	height: auto;
    overflow: hidden;
	background: url(nav_bg.png) no-repeat center;
}
.header .nav .inner ul{
	height: auto;
	overflow: hidden;
}
.nva_ul li{
	height: 63px;
	line-height: 63px;
	float: left;
    width: 14.2%;
    text-align: center;
    position: relative;
}
.nva_ul li a{
	display: block;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 700;
}
.nva_ul li em{
	position: absolute;
    width: 0;
    height: 3px;
    background: #FFFFFF;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    transition: width .3s;
}
.nva_ul li:hover em{
	width: 90px;
	transition: width .3s;
}
.nva_ul li.on em{
	width: 90px;
	transition: width .3s;
}
.nva_ul li:nth-child(1):hover em{
	width: 50px;
	transition: width .3s;
}
.nva_ul li:nth-child(1).on em{
	width: 50px;
	transition: width .3s;
}
/*底部*/
.footer{
	height: 260px;
    background-color: #3880d0;
    box-sizing: border-box;
    /*margin-top: 40px;*/
}
.xglj{
	font-size: 20px;
	color: #FFFFFF;
	height: 36px;
	line-height: 36px;
	margin-right: 36px;
}

.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
    display: block;
}
.foot_wrap{
	height: auto;
	overflow: hidden;
}
.foot_wrap_r_msg p{
	color: #FFFFFF;
	float: left;
	height: 30px;
    line-height: 30px;
}
.foot_wrap_l_wzsm ul{
	padding: 0 30px;
	border-right: 2px solid #FFFFFF;
}
.foot_wrap_l_wzsm li{
	height: 30px;
	line-height: 30px;
}
.foot_wrap_l_wzsm li a{
	color: #FFFFFF;
}
.foot_wrap_r_msg{
	padding-left: 30px;
}
.foot_wrap_r_msg p>a{
	color: #FFFFFF;
}
.gaba img{
	vertical-align: middle;
    margin-right: 10px;
}
.foot_wrap_r_ewm{
	margin-top: 6px;
    margin-left: 20px;
}
.foot_wrap_r_ewm p{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
.foot_wrap_r_ewm img{
	width: 60px;
}
.footer_inner{
	margin: 0 auto;
	width: 1060px;
}
.footer_items1{
    padding:40px 0;
}
.select_nav {
    color: #FFFFFF;
	width:26%;
	height: 36px;
	line-height: 36px;
    position: relative;
    float:left;
}
.select_nav p {
	display:block;
    width: 100%;
    height: 36px;
	line-height:36px;
    font-size: 18px;
    text-indent: 12px;
    cursor: pointer;

    background:url(xllbjs_xia.png) no-repeat 240px center;
    background-color: #5d9de4;
    
	/*border:1px solid #CCCCCC;*/
}
.select_nav p.selected_p {
	background:#5d9de4 url(xllbjs_shang.png) no-repeat 240px center;
}
.select_nav_mr{
	margin-right: 44px;
}
.select_nav ul{
	width:100%;
	position:absolute;
	border:1px solid #CCC;
	display:none;
    max-height: 180px;
    overflow-y: auto;
    /* bottom: 44px; */
}
.select_nav ul li {
	line-height:30px;
	padding-left:10px;
    background-color: #ffffff;
    color: #666;
}
.select_nav ul li a{
    color: #666;
}
.select_nav ul li:hover {
	background:#CCC;
	color:#FFF;
}


