@charset "utf-8";

.pages table,.pages td,.pages div{width: auto;}
.fanye table,.fanye td,.fanye div{width: auto;}

.eclip{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.eclip2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;display: block\0;}
.eclip3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;display: block\0;}
.eclip4{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;display: block\0;}
.eclip5{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;display: block\0;}
.eclip6{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;display: block\0;}
.eclip7{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;display: block\0;}
.eclip8{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;display: block\0;}




* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
a{
	color: #666;
	text-decoration: none;
}
a:hover{
	
	cursor: pointer;
	color: #d10000;
}
input,button,textarea,select,optgroup,option{
	font-family:inherit;font-size:inherit;font-style:normal;font-weight:normal; outline:none;
}  
input,button,textarea,select{*font-size:100%;   }  
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset !important;}
img{max-width: 100%;border: none;}
ul,li{/* list-style-type: none; */}
#top {
		height: 75px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0d1d5;
}
#top_inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
}

#top_left {
	float: left;
	height: 75px;
	width: 750px;
	overflow: hidden;
}
#top_right {
	float: right;
	height: 55px;
	width: 380px;
	padding-top: 20px;
	padding-left: 30px;
}
#cn_link {
	float: left;
	width: 100px;
	margin-left: 40px;
	margin-top: 5px;
	color: #003B81;
}
#cn_link a {
	color: #003B81;
}
#search_box {
	height: 36px;
	width: 238px;
	border: 1px solid #003B81;
	background-color: #FFFFFF;
	border-radius:10px;
	float: left;
}
#search_input {
	float: left;
	height: 36px;
	width: 202px;
	line-height: 36px;
}

.navk {
    width: 1300px;
    height: 60px;
    border-bottom: 1px #7d8494 solid;
    border-top: 1px #7d8494 solid;
    position: relative;
}

.nav-box {
    width: 1300px;
    margin: 0 auto;
}

.nav {
    /* height: 50px; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 50%; */
    /* margin-left: -650px; */
    /* width: 1300px; */
    /* z-index: 10; */
}

li.l1-nav {
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
    /* height: 62px; */
    /* line-height: 62px; */
     list-style-type: none;
}

a.l1-nav {
    display: block;
    padding: 0 30px;
    /* height: 62px; */
    /* line-height: 62px; */
    text-align: center;
    float: left;
    margin-left: 0px;
    color: #333;
    font-size: 15px;
}

li.l1-nav:hover a.l1-nav,
a.l1-nav:hover {
    background: #286fb7;
    color: #fff;
}

ul.l2-nav {
    visibility: hidden; 
    position: absolute;
    /* 第二级菜单相对于第一级菜单绝对定位 */
    left: 0px;
    top: 70px;
    width: 100%;
    display: block;
    background: #084f95;
}


.l2-nav li{
    position: relative;
    /* 这里把第二级菜单项设成相对定位，以使得它包含的三级菜单相对它自己定位 */
    display:block;
    left: 0px;
    top: 0px;
}


.select_box li.l1-nav,
.select_box .son_ul li a,
.select_box a.l1-nav {
    /* height: auto!important; */
    /* padding: 10px 10px !important; */
    /* line-height: 24px!important; */
}

.select_box li.l1-nav {
    border-bottom: 1px solid #e5e5e5;
    !i;!;
}

.select_box li.l1-nav:hover {
    background: #286fb7;
}

li.l2-nav:hover a.l2-nav,
a.l2-nav:hover {
    color: #fff;
    background: #286fb7;
}


/* 这是控制菜单显示与隐藏的重点 */

a.l1-nav:hover ul.l2-nav,
li.l1-nav:hover ul.l2-nav {
    visibility: visible;
}

a.l2-nav {
    display: block;
    /* 把a设成块级显示 */
    text-align: center;
    /*width: 120px;*/
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #fff;
    /* background:url(images/ej-bg.png) repeat-x; */
    text-decoration: none;
    font-size: 14px;
}


#menu {
	height: 70px;
}
#menu_inner {
	height: 70px;
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
}


.son_ul {
    min-width: 100px;
    height: auto;
    position: absolute!important;
    position: absolute;
    z-index: 45;
    top: 62px;
    left: -50px;
    background: #fff;
    filter: alpha(opacity=95);
    opacity: 0.95;
    text-align: center;
}

.son_ul ul{position: absolute!important;left: 100%;top: 0;}

.son_ul li {
    width: 100%;
}
.son_ul li a {
    display: block;
    line-height: 30px;
    width: 90%;
    float: left;
    padding: 10px 5%;
    cursor: pointer;
    overflow-wrap: break-word;
}
.son_ul li a:hover {
    background: #286fb7;
    color: #fff;
}
.select_box {
    position: relative;
    width: 60px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    float: left;
    
}
.select_box i {
    display: block;
    line-height: 70px;
    width: 80px;
    float: left;
    color: #3156a3;
    font-size: 18px;
}
.select_box span {
    width: 60px;
    height: 62px;
    float: left;
    line-height: 62px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 18px;
}


#search_btn {
	float: left;
	height: 36px;
	width: 36px;
	line-height: 36px;cursor: pointer;
}
#search_btn img {
	margin-top: 5px;
	margin-left: 5px;
}

.nowrap {
	float: left;
	height: 36px;
	width: 185px;
	line-height: 36px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	BACKGROUND: none;
	font-size: 16px;color:#555;margin-left: 15px;
}
#top_logo {
	float: left;
	height: 65px;
	width: 240px;
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-top: 10px;
}
#top_txt {
	float: left;
	width: 420px;
	padding-left: 30px;
	margin-top: 15px;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#top_txt h2 {
	font-weight: normal;
}
#top_txt h3 {
	line-height: 20px;
	font-weight: normal;
	font-size: 18px;
}



/*nav*/
.nav{width: 100%;height: 70px;line-height: 70px;position: relative;z-index: 66;}
#hd{width: 100%;height: 70px;text-align: center;}

#menux{width: 1200px;
    margin-left: 30px;
    float: left;}
.hd-nav li{width: auto;padding: 0 15px; height: 70px;font-size:16px;float:left; text-align:center; color:#333333;list-style-type: none;}
.hd-nav li a.navitem{display:inline-block;color:#333333;height: 70px;line-height: 70px;width: 100%;}
.hd-nav li.on a.navitem{
	background-image: url(../images/nav_hover.png);
	background-position: center 55px;
	background-repeat: no-repeat;}
.hd-nav li:hover a.navitem{height:70px; line-height: 70px; color: #121212; 
	background-image: url(../images/nav_hover.png);
	background-position: center 55px;
	background-repeat: no-repeat;
	text-decoration:none;}
.hd-nav li:hover .hd-nav li{height:60px; line-height:60px; color: #fff;}
.hd-nav li:hover .subnav{display: block;}
.hd-nav .subnav {width:100%; height:52px; display: none;}
.hd-nav .subnav a{display: block;width: 80%;font-size:15px;color: #d1d1d1; margin:0 10%; text-decoration:none;}
.hd-nav .subnav .submenu{width:100%; padding: 8px 0; background-color: #666666;}
.hd-nav .subnav .submenu:hover{
	background-color: #222222;
	text-decoration:none;
}

.hd-nav .subnav .submenu{position: relative;}
.hd-nav .subnav .secnav{position: absolute;width: 100%;top: 0;right:100%; display: none;}
.hd-nav .subnav .submenu:hover .secnav{display: block;}
.hd-nav .subnav .first_nav{border-top:none;}


#bottom {
	height:auto;
	clear: both;
	font-size: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d0d1d5;
}
#bottom_inner {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 10px;
}
#bottom_inner a {
	color: #999999;
}

.date {
	float: right;
}
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}