body {
	font-family: "微软雅黑";
	color: #000;
}
*{
	margin:0;
	padding:0;
	border:0;
}
img{
	border:0;
	display:block;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}
html, body {
}
body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.top{
	width:100%;
	height:170px;
	position:relative;
	background:url(../images/topbg.jpg) no-repeat top center;
	z-index:999;
}
.top-n{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.logo{
	float:left;
	width:482px;
	margin-top:35px;
}
.topnv{
	float:right;
	color:#fff;
	margin-top:4.3%;
	font-size:14px;
	font-family:"微软雅黑";
}
.topnv span{
	display:inline-block;
	width:2px;
	height:13px;
	margin:0 13px;
	vertical-align:middle;
	margin-top:-2px;
	background:#fff;
}
.topnv a{
	color:#fff;
	font-size:14px;
	font-family:"微软雅黑";
}
.search{
	float:right;
	margin-top:14px;
	position:absolute;
	right:0;
	top:0;
	margin-top:7.3%;
}
.search span{
	height:30px;
	float:left;
	color:#ffffff;
}
.search .login{
	height:30px;
	float:left;
	width:80px;
	border-radius:15px;
	background:#fff;
	text-align:center;
	line-height:30px;
	font-size:14px;
	color:#176fbe;
	margin-left:17px;
}
.search span .search01{
	width:153px;
	line-height:28px;
	padding:0 15px;
	border-radius:15px 0 0 15px;
	outline:none;
	border:1px solid #88a4e7;
	float:left;
	color:#ffffff;
	background:none;
	margin:0;
}
::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 12px;
  opacity:0.8;
}
.search span .sea-b{
	border:0;
	width:60px;
	height:30px;
	float:left;
	border-radius:0 15px 15px 0;
	background:url(../images/searchbg.png) no-repeat center center #ffffff;
	cursor:pointer;
	margin-left:-1px;
	outline:none;
}
.nav{
	width:100%;
	height:58px;
	background:#fff;
	box-shadow: #a9a9a97a 1px 1px 12px 0px;
	overflow: hidden;
}
.nav ul{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.nav ul li{
	float:left;
	color:#333333;
	height:58px;
	margin:0 44.3px;
	font-size:16px;
	line-height:51px;
	position:relative;
	transition: all 0.5s ease 0s;
}
.nav ul li a{
	color:#333333;
	font-size:16px;
	font-family:"微软雅黑";
}
.nav ul li.cur:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #176fbe;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav ul li.cur a{
	color:#176fbe;
}
.nav ul li:hover a{
	color:#176fbe;
}
.nav ul li:after {
    content: "";
    width: 0%;
    height: 2px;
    background: #176fbe;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav ul li:hover:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #176fbe;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.hid {
	opacity: 0.0!important;
	-webkit-transform: translateY(30px)!important;
	transform: translateY(30px)!important;
	-webkit-transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	-webkit-transition-property: opacity, -webkit-transform!important;
	transition-property: opacity, transform!important;
	-webkit-transition-duration: .44s!important;
	transition-duration: .44s!important
}
.hid.lz {
	opacity: 1.0!important;
	-webkit-transform: translateY(0) translateZ(0)!important;
	transform: translateY(0) translateZ(0)!important
}
.h-news{
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	position:relative;
	margin-top:30px;
}
.h-l-news{
	width:570px;
	float:left;
	height:434px;
}
.h-r-news{
	width:580px;
	float:right;
}
.h-news-t{
	width:100%;
	float:left;
}
.h-news-t ul{
	width:100%;
	float:left;
	position:relative;
}
.h-news-t ul:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.h-news-t ul li{
	float:left;
	width:100px;
	text-align:center;
	height:40px;
	line-height:32px;
	margin-right:30px;
	font-size:18px;
	color:#666666;
	cursor:pointer;
	font-family:"微软雅黑";
}
.h-news-t ul li.cur{
	float:left;
	height:40px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	position:relative;
	line-height:32px;
}
.h-news-t ul li.cur:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #df6209;
	z-index:999;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.h-news-n{
	width:100%;
	float:left;
}
.h-news-n dl{
	width:100%;
	float:left;
	margin-top:30px;
}
.h-news-n dl dt{
	width:61px;
	float:left;
	color:#333333;
	line-height:26px;
	height:45px;
	font-size:36px;
	font-family:"微软雅黑";
	text-align:center;
	font-weight:bold;
	margin-left:-9px;
	padding-right:7px;
	border-right:1px solid #d2d2d2;
}
.h-news-n dl dt span{
	width:100%;
	text-align:center;
	float:left;
	font-size:12px;
	font-weight: normal;
	color:#333333;
}
.h-news-n dl dd{
	width:504px;
	float:right;
}
.h-news-n dl dd h1{
	width:100%;
	float:left;
	line-height:22px;
	font-size:18px;
	color:#333333;
	font-family:"微软雅黑";
}
.h-news-n dl dd p{
	width:100%;
	float:left;
	margin-top:4px;
	font-size:14px;
	color:#999999;
	font-family:"微软雅黑";
}
.h-news-n dl dd p span{
	float:right;
	color:#0a308f;
}
.h-news-n dl dd p span a{
	color:#0a308f;
}
.h-news-n ul{
	width:100%;
	float:left;
	margin-top:20px;
}
.h-news-n ul li{
	width:100%;
	float:left;
	height:48px;
	line-height:48px;
	border-bottom:1px solid #d2d2d2;
	font-size:16px;
	color:#333333;
}
.h-news-n ul li a{
	color:#333333;
}
.h-news-n ul li a:hover{
	color:#0a308f;
}
.h-news-n ul li a span{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#333333;
	float:left;
	margin:21px 10px 0 0px;
}
.h-news-n ul li a:hover span{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#166cbd;
	float:left;
	margin:21px 10px 0 0px;
}
.banner-01{
	width:1200px;
	margin:0 auto;
	height:80px;
	background:#ccc;
	position:relative;
	margin-top:40px;
}
.quick-entry{
	width:1200px;
	margin:0 auto;
	position:relative;
	margin-top:40px;
}
.quick-entry ul{
	width:1200px;
	float:left;
}
.quick-entry ul li{
	width:300px;
	float:left;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:18px;
	color:#ffffff;
}
.quick-entry ul li a{
	color:#ffffff;
	font-weight: bold;
}
.quick-entry ul li a img{
	display:inherit;
	vertical-align:middle;
	margin-top:-5px;
	margin-right:12px;
}
.quick-entry ul li.bg01{
	background:#32bce4;
}
.quick-entry ul li.bg02{
	background:#166cbd;
}
.quick-entry ul li.bg03{
	background:#004da1;
}
.quick-entry ul li.bg04{
	background:#0a308f;
}
.quick-entry ul li.bgnew4{
	background:#32bce4;
}
.quick-entry ul li.bgnew3{
	background:#166cbd;
}
.quick-entry ul li.bgnew2{
	background:#004da1;
}
.quick-entry ul li.bgnew1{
	background:#0a308f;
}
.m{
	width:1200px;
	margin:0 auto;
	position:relative;
	margin-top:40px;
	clear:both;
}
.h-policy{
	width:620px;
	float:left;
}
.h-policy-t{
	width:100%;
	float:left;
}
.h-policy-t ul{
	width:100%;
	float:left;
	position:relative;
}
.h-policy-t ul:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.h-policy-t ul li{
	float:left;
	width:100px;
	text-align:center;
	height:40px;
	line-height:32px;
	margin-right:30px;
	font-size:18px;
	color:#666666;
	cursor:pointer;
	font-family:"微软雅黑";
}
.h-policy-t ul li.cur{
	float:left;
	height:40px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
	position:relative;
	line-height:32px;
}
.h-policy-t ul li.cur:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #df6209;
	z-index:999;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.h-policy-n{
	width:100%;
	float:left;
	height:400px;
	background:url(../images/policy-bg.png) no-repeat bottom left #ffffff;
	box-shadow: #e1e1e1 0px 0px 15px 0px;
	margin-top:40px;
}
.h-policy-n ul{
	width:560px;
	float:left;
	margin-top:35px;
	margin-left:25px;
}
.h-policy-n ul li{
	width:100%;
	float:left;
	line-height:48px;
	height:48px;
	overflow:hidden;
	font-size:16px;
	color:#333333;
	font-family:"微软雅黑";
}
.h-policy-n ul li a{
	font-size:16px;
	color:#333333;
	font-family:"微软雅黑";
}
.h-policy-n ul li a span{
	width:16px;
	height:16px;
	float:left;
	background:url(../images/arw01.png) no-repeat;
	margin:16px 15px 0 0;
}
.h-policy-n ul li a:hover{
	font-size:16px;
	color:#0a308f;
}
.h-policy-n label{
	float:right;
	margin-right:30px;
	margin-top:52px;
	display: none;
}
.h-policy-n label img{
	width:200px;
	height:303px;
	overflow:hidden;
}
.float{
	float:right;
	width:530px;
}
.h-view-n{
	width:100%;
	float:left;
	height:400px;
	margin-top:0px;
}
.h-view-n ul{
	width:100%x;
	float:left;
	margin-top:24px;
}
.h-view-n ul li{
	width:100%;
	float:left;
	line-height:48px;
	height:48px;
	overflow:hidden;
	font-family:"微软雅黑";
	font-size:16px;
	color:#333333;
}
.h-view-n ul li a{
	font-size:16px;
	color:#333333;
	font-family:"微软雅黑";
}
.h-view-n ul li a span{
	width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #333333;
    float: left;
    margin: 21px 10px 0 0px;
}
.h-view-n ul li a:hover span{
	width:6px;
	height:6px;
	border-radius:50%;
	background:#166cbd;
	float:left;
	margin:21px 10px 0 0px;
}
.h-view-n ul li a:hover{
	font-size:16px;
	color:#0a308f;
}
.h-exhibition{
	width:100%;
	margin:0 auto;
	position:relative;
	margin-top:60px;
	height:500px;
	background:url(../images/bg01.jpg) no-repeat center top;
	clear:both;
	margin-bottom:80px;
}
.h-exhibition-t{
	width:100%;
	float:left;
	border-bottom:1px solid #d2d2d2;
	text-align:center;
	margin-top:35px;
	position:relative;
	height:56px;
}
.h-exhibition-t h1{
	font-size:24px;
	color:#ffffff;
	font-family:"微软雅黑";
	line-height:55px;
	position:relative;
	width:1200px;
	margin:0 auto;
}
.h-exhibition-t h1:after {
    content: "";
    width: 97px;
    height: 3px;
    background: #df6209;
	z-index:999;
    position: absolute;
    bottom: -2px;
	margin:0 46.6%;
	left:0;
    transition: all 0.5s ease 0s;
}
.h-exhibition-n{
	color:#ffffff;
	font-family:"微软雅黑";
	position:relative;
	width:100%;
	margin:0 auto;
	margin-top:66px;
	float:left;
}
.h-exhibition-n dl{
	color:#ffffff;
	font-family:"微软雅黑";
	position:relative;
	width:1200px;
	margin:0 auto;
	background:#fff;
	min-height:260px;
}
.h-exhibition-n dl dt{
	color:#ffffff;
	font-family:"微软雅黑";
	position:relative;
	width:325px;
	margin:0;
	float:left;
}
.h-exhibition-n dl dt h1{
	color:#333333;
	font-family:"微软雅黑";
	font-size:24px;
	margin:80px 0 0 40px;
	display:block;
}
.h-exhibition-n dl dt span{
	color:#333333;
	font-family:"微软雅黑";
	font-size:24px;
	margin:30px 0 0 40px;
	display:block;
}
.h-exhibition-n dl dt span a{
	width:78px;
	height:28px;
	border:1px solid #999999;
	font-size:14px;
	line-height:28px;
	text-align:center;
	color:#333333;
	float:left;
}
.h-exhibition-n dl dd{
	color:#ffffff;
	font-family:"微软雅黑";
	position:relative;
	width:790px;
	height:180px;
	margin:40px 40px 0 0;
	float:right;
}
.h-exhibition-n dl dd img{
	width:790px;
	height:180px;
	overflow:hidden;
}
.h-exhibition-m{
	color:#ffffff;
	font-family:"微软雅黑";
	position:relative;
	width:100%;
	margin:0 auto;
	margin-top:49px;
	float:left;
}
.h-exhibition-m ul{
	color:#ffffff;
	font-family:"微软雅黑";
	position:relative;
	width:1250px;
	margin:0 auto;
}
.h-exhibition-m ul li{
	width:160px;
	height:60px;
	line-height:44px;
	text-align:center;
	float:left;
	position:relative;
	box-shadow: #a7a7a7 1px 1px 14px 0px;
	margin:0 24px;
}
.h-exhibition-m ul li.z01{
	background:url(../images/z-bg01.jpg) no-repeat;
}
.h-exhibition-m ul li.z02{
	background:url(../images/z-bg02.jpg) no-repeat;
}
.h-exhibition-m ul li.z03{
	background:url(../images/z-bg03.jpg) no-repeat;
}
.h-exhibition-m ul li.z04{
	background:url(../images/z-bg04.jpg) no-repeat;
}
.h-exhibition-m ul li.z05{
	background:url(../images/z-bg05.jpg) no-repeat;
}
.h-exhibition-m ul li.z06{
	background:url(../images/z-bg06.jpg) no-repeat;
}
.h-exhibition-m ul li a{
	float:left;
	width:89%;
	height:72%;
	margin:5%;
	font-size:18px;
	color:#fff;
	border:1px solid rgba(0,0,0,0);
	transition: all 0.5s ease 0s;
}
.h-exhibition-m ul li a:hover{
	float:left;
	width:89%;
	height:72%;
	margin:5%;
	font-size:18px;
	color:#fff;
	border:1px solid #fff;
	transition: all 0.5s ease 0s;
}
.h-report{
	width:740px;
}
.h-report-n{
	width:100%;
	float:left;
}
.h-report-n dl{
	width:160px;
	float:left;
	margin:0;
	margin-right:17px;
	margin-top:30px;
}
.h-report-n dl dt{
	width:160px;
	float:left;
	height:220px;
	margin:0;
	box-shadow: #dce0e3 1px 1px 14px 0px;
}
.h-report-n dl dt img{
	width:160px;
	height:220px;
	border:1px solid rgba(0,0,0,0);
	transition: all 0.5s ease 0s;
}
.h-report-n dl:hover dt img{
	width:160px;
	height:220px;
	border:1px solid #e5e5e5;
	transition: all 0.5s ease 0s;
}
.h-report-n dl dd{
	width:160px;
	float:left;
	height:40px;
	line-height:19px;
	font-size:16px;
	text-align:center;
	color:#333333;
	margin:0;
	margin-top:12px;
}
.h-report-n ul{
	width:350px;
	float:right;
	margin:0;
	margin-right:17px;
	margin-top:17px;
}
.h-report-n ul li{
	width:100%;
	float:left;
	overflow:hidden;
	line-height:41px;
	height:41px;
	font-family:"微软雅黑";
	margin-top:3px;
	border-bottom:1px solid #d2d2d2;
	transition: all 0.5s ease 0s;
}
.h-report-n ul li a{
	font-size:16px;
	color:#333333;
	transition: all 0.5s ease 0s;
}
.h-report-n ul li:hover{
	border-bottom:1px solid #166cbd;
	transition: all 0.5s ease 0s;
}
.h-report-n ul li:hover a{
	color:#0a308f;
	transition: all 0.5s ease 0s;
}
.h-report-al{
	width:100%;
	float:left;
}
.h-report-al ul{
	width:100%;
	margin:0 0%;
	float:left;
	margin-top:5px;
}
.h-report-al ul li{
	width:100%;
	float:left;
	border-bottom:1px solid #eeeeee;
	padding:14px 0;
}
.h-report-al ul li dt{
	width:180px;
	float:left;
}
.h-report-al ul li dt img{
	width:100%;
	display:block;
}
.h-report-al ul li dd{
	width:530px;
	float:right;
}
.h-report-al ul li dd h1{
	width:100%;
	line-height:26px;
	color:#333333;
	font-size:16px;
	font-family:"微软雅黑";
	float:left;
	margin-top:0px;
}
.h-report-al ul li dd h1 a{
	color:#333333;
	font-size:16px;
	font-family:"微软雅黑";
}
.h-report-al ul li dd h1 a:hover{
	color:#166cbd;
	font-size:16px;
	font-family:"微软雅黑";
}
.h-report-al ul li dd p{
	width:100%;
	line-height:24px;
	color:#666666;
	font-family:"微软雅黑";
	font-size:14px;
	margin-top:5px;
	float:left;
}
.h-report-al ul li dd span{
	width:100%;
	line-height:24px;
	color:#666666;
	font-family:"微软雅黑";
	font-size:14px;
	margin-top:10px;
	float:left;
}
.h-report-sj{
	width:100%;
	float:left;
}
.h-report-sj ul{
	width:100%;
	margin:0%;
	float:left;
	margin-top:17px;
}
.h-report-sj ul li{
	width:100%;
	float:left;
	border-bottom:1px dotted #eeeeee;
	padding:8px 0;
}
.h-report-sj ul li dt{
	float:left;
}
.h-report-sj ul li dt a{
	font-size:16px;
	color:#333333;
	font-family:"微软雅黑";
}
.h-report-sj ul li dt span {
    width: 12px;
    height: 12px;
    background: #df6209;
    float: left;
    margin: 5px 12px 0 0;
}
.h-report-sj ul li dt a:hover{
	font-size:16px;
	color:#333333;
	font-family:"微软雅黑";
	font-weight:bold;
}
.h-report-sj ul li dd{
	float:right;
	margin:0;
	line-height:28px;
	font-family:"微软雅黑";
}
.h-meeting{
	width:410px;
	float:right;
}
.h-meeting-n{
	width:100%;
	float:left;
}
.h-meeting-n ul{
	width:100%;
	float:left;
	margin-top:16px;
}
.h-meeting-n ul li{
	width:100%;
	float:left;
	line-height:45px;
	height:45px;
	font-size:16px;
	transition: all 0.5s ease 0s;
	font-family:"微软雅黑";
	margin-top:2px;
}
.h-meeting-n ul li a{
	color:#333333;
	transition: all 0.5s ease 0s;
}
.h-meeting-n ul li a span{
	float:left;
	width:63px;
	height:23px;
	border:1px solid #df6209;
	color:#df6209;
	font-size:18px;
	text-align:center;
	line-height:23px;
	margin:10px 20px 0 0;
	transition: all 0.5s ease 0s;
}
.h-meeting-n ul li:hover a{
	color:#0a308f;
	transition: all 0.5s ease 0s;
}
.h-meeting-n ul li:hover a span{
	color:#fff;
	background:#df6209;
	transition: all 0.5s ease 0s;
	border:1px solid #df6209;
}
.h-join{
	width:100%;
	margin:0 auto;
	position:relative;
	margin-top:60px;
	height:130px;
	background:url(../images/bg02.jpg) no-repeat center top;
	clear:both;
}
.h-join ul{
	width:1200px;
	text-align:center;
	margin:0 auto;
}
.h-join ul li{
	width:100px;
	display:inline-block;
	margin:0 140px;
	margin-top:28px;
}
.h-join ul li a{
	display:block;
}
.h-join ul li label{
	width:100%;
	text-align:center;
	float:left;
}
.h-join ul li label img{
	display:inline-block;
	width: 40px;
}
.h-join ul li h1{
	width:100%;
	font-size:18px;
	text-align:center;
	font-family:"微软雅黑";
	float:left;
	margin:10px 0 0 0;
}
.h-join ul li h1{
	color:#fff;
}
.h-link{
	width:1200px;
	margin:0 auto;
	position:relative;
	margin-top:60px;
}
.h-link-t{
	width:100%;
	float:left;
	height:40px;
	background:#eeeeee;
	line-height:40px;
}
.h-link-t ul{
	width:100%;
	float:left;
	height:40px;
	line-height:40px;
}
.h-link-t ul li{
	width:157px;
	text-align:center;
	font-size:14px;
	color:#666666;
	font-family:"微软雅黑";
	float:left;
	height:40px;
	cursor:pointer;
	line-height:40px;
}
.h-link-t ul li span.mt-icon{
	background:url(../images/mt-icon01.png) no-repeat;
	width:14px;
	height:13px;
	vertical-align:middle;
	display:inline-block;
	margin-right:7px;
	margin-top:-3px;
}
.h-link-t ul li span.xg-icon{
	background:url(../images/xg-icon01.png) no-repeat;
	width:16px;
	height:12px;
	vertical-align:middle;
	display:inline-block;
	margin-right:7px;
	margin-top:-3px;
}
.h-link-t ul li span.jg-icon{
	background:url(../images/jg-icon01.png) no-repeat;
	width:14px;
	height:14px;
	vertical-align:middle;
	display:inline-block;
	margin-right:7px;
	margin-top:-3px;
}
.h-link-t ul li.cur span.mt-icon{
	background:url(../images/mt-icon.png) no-repeat;
	width:14px;
	height:13px;
	vertical-align:middle;
	display:inline-block;
	margin-right:7px;
	margin-top:-3px;
}
.h-link-t ul li.cur span.xg-icon{
	background:url(../images/xg-icon.png) no-repeat;
	width:16px;
	height:12px;
	vertical-align:middle;
	display:inline-block;
	margin-right:7px;
	margin-top:-3px;
}
.h-link-t ul li.cur span.jg-icon{
	background:url(../images/jg-icon.png) no-repeat;
	width:14px;
	height:14px;
	vertical-align:middle;
	display:inline-block;
	margin-right:7px;
	margin-top:-3px;
}

.h-link-t ul li.cur{
	width:157px;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	background:#166cbd;
	font-family:"微软雅黑";
	float:left;
	height:40px;
	line-height:40px;
}
.h-link-n{
	width:100%;
	float:left;
	min-height:110px;
	background:#f9f9f9;
	display:none;
}
.h-link-n.thisclass{
	display:block;
}
.h-link-n ul{
	width:100%;
	float:left;
	margin-top: 10px;
}
.h-link-n ul li{
	
	line-height: 30px;
	float:left;
	margin:5px 12px 0px 25px;
}
.h-link-n ul li img{
	width:158px;
	height:48px;
	border:1px solid #eeeeee;
	border-radius:4px;
	float:left;
}
.list-l{
	width:240px;
	float:left;
}
.navlist{
	width:240px;
	height:auto;
}
.navlist h1{
	width:240px;
	height:50px;
	background:#166cbd;
	line-height:50px;
	color:#fff;
	font-size:24px;
	font-weight:normal;
	font-family:"微软雅黑";
}
.carousel-content {
	width:570px;
	height: 434px;
	position: relative;
	margin: 0 auto
}
.carousel {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.carousel li {
	float: left;
	position: absolute;
	display: none
}
.carousel li label{
	position:absolute;
	width:97%;
	height:50px;
	bottom:0;
	line-height:50px;
	font-size:14px;
	color:#fff;
	padding-left:3%;
	background:rgba(0,0,0,.8)
}
.carousel li label span{
	width:20px;
	height:20px;
	background:#ff0000;
	line-height:20px;
	text-align:center;
	font-size:14px;
	color:#fff;
	float:left;
	margin:14px 10px 0 0;
}
.carousel li, .carousel li img {
	width: 100%;
	height: 100%
}
.carousel-index {
	position: absolute;
	bottom: 0px;
	float:right;
	display: flex;
	right:0;
	justify-content: center
}
.carousel-index li {
	float: left;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,.3);
	font-size: 16px;
	cursor: pointer;
	margin: 0 0;
	color: #fff
}
.carousel-index li.current-index {
	background-color: #176fbe;
}
.carousel-index li:hover {
	background-color:#176fbe;
}
.carousel-prev, .carousel-next {
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	margin: auto;
	width: 32px;
	height: 40px
}
.carousel-prev img, .carousel-next img {
	width: 100%;
	height: 100%
}
.carousel-prev {
	left: 0
}
.carousel-next {
	right: 0
}
.bottom{
	width:100%;
	background:#1243cb;
	min-height:280px;
	margin-top:60px;
}
.bottom:after,.h-news:after,.quick-entry:after,.banner-01:after,.m:after,.h-exhibition:after,.h-exhibition-n:after,.h-exhibition-t:after,.h-joint:after,.h-link:after{
        clear:both;
        display:block;
        height:0;
        content:"\200B";
}
.foot-01{
	width:1200px;
	border-bottom:1px solid #8bb6de;
	margin:0 auto;
	margin-top:4%;
	padding-bottom:3%;
	padding-top:80px;
	overflow:hidden;
}
.foot-01 ul{
	width:100%;
	float:left;
}
.foot-01 ul li{
	float:left;
	width:14%;
}
.foot-01 ul li.list01{
	float:left;
	width:16%;
}
.foot-01 ul li h1{
	width:100%;
	float:left;
	font-size:18px;
	height:37px;
	position:relative;
	color:#ffffff;
	font-family:"微软雅黑";
}
.foot-01 ul li h1:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #8bb6de;
	z-index:999;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.foot-01 ul li ol{
	width:100%;
	float:left;
	font-size:14px;
	margin-top:10px;
	color:#ffffff;
	font-family:"微软雅黑";
}
.foot-01 ul li ol li{
	width:100%;
	float:left;
	font-size:14px;
	color:#ffffff;
	line-height:30px;
	font-family:"微软雅黑";
}
.foot-01 ul li ol li a{
	color:#fff;
}
.foot-02{
	width:100%;
	float:left;
	margin-top:1%;
	padding-bottom:1.5%;
}
.foot-02 dl{
	width:1200px;
	margin:0 auto;
}
.foot-02 dl dt{
	
	float:left;
	margin-top:10px;
}
.foot-02 dl dt label{
	width:100%;
	float:left;
	font-size:12px;
	color:#ffffff;
	line-height:26px;
}
.foot-02 dl dt span{
	margin:0 15px 0 0;
	display:inline-block;
}
.foot-02 dl dd{
	float:left;
	text-align:right;
}
.foot-02 dl dd label img{
	width:70px;
	height:auto;
	margin-left:15px;
	float:left;
}

.head-v3{z-index:99;}
.head-v3 .navigation-inner{}
.navigation-up{height:60px;}
.navigation-up .navigation-v3 .nav-up-selected{}
.navigation-up .navigation-v3 .nav-up-selected-inpage{color:#ffffff;}

.navigation-down{position:absolute; top:78px; left:0; width:100%; z-index:99999999;}
.navigation-down .nav-down-menu{margin:0; background:rgba(255,255,255,0.95) ;  position:absolute; top:0px; width:100%; overflow:hidden;}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;position:relative; }
.navigation-down .menu-1 ul{width:80%; margin-left:25%; height:auto; padding:20px 0; padding-bottom:30px;}
.navigation-down .menu-1 ul li{width:225px; float:left; height:auto;}
.navigation-down .menu-1 ul li dt{width:100%; float:left; height:auto; font-size:16px; color:#333;}
.navigation-down .menu-1 ul li dd{width:100%; margin:0; float:left; height:auto; font-size:14px; color:#333;}
.navigation-down .menu-1 ul li dd li{width:100%; float:left; margin:0; font-size:14px; text-align:left; color:#333; height:auto;}
.navigation-down .menu-1 ul li dd li a{font-size:14px; color:#666666; height:auto; text-align:left;}


#nav_2{margin-left:80px; display:none;}
#nav_4{margin-left:80px; display:none;}
#nav_3{margin-left:-400px; width:1424px;}
#nav_5{margin-left:330px;}
#nav_6{margin-left:470px;}
#nav_7{margin-left:580px;}

@media (max-width:750px) {
}
