

.header{ width:100%; height:.9rem; background:#fff; position:fixed; top:0; z-index:9997;box-shadow:0 1px 3px rgba(0, 0, 0, 0.2);}
.header .cont{width: 1300px; margin: 0 auto;}
.header h1{ text-indent:-9999px}
.header .logo{ height:.9rem; line-height:.9rem;}
.header .logo img{ height:.8rem;}
.header .nav{ margin-left: .9rem; float: left;}
.header .nav > li{ height:.9rem; line-height:.9rem; padding:0 8px; float:left; margin-left: .2rem;}
.header .nav > li a {color: #000000; display: block; width:100%; height: 100%; text-align: center;}
.header .nav > li.active > a{color: #0084CC;}
.header .nav > li.cur{ background:#1895dc; }
.header .nav > li:hover{ background:#1895dc;}
.header .nav > li:hover .pull-down-menu{ display: block; }
.header .nav > li:hover > a{color:#fff;}
.header .nav li a{ font-size:.18rem;}
.header .nav li.cur a{color:#fff;}

/*下拉框*/
.header .nav > li .pull-down-menu {position: absolute; display: none; background: #fff; margin-left: -8px; top: .9rem;}
.header .nav > li .pull-down-menu ul, .header-scroll .nav > li .pull-down-menu ul { position: relative; margin: 0; width: 155px;}
.header .nav > li .pull-down-menu li { display: block; width: 100%; padding: 3px 0; height: .45rem; line-height: .45rem; margin: 0; text-align: center;}
.header .nav > li .pull-down-menu li:hover { background:#1895dc; cursor: pointer;}
.header .nav > li .pull-down-menu li:hover a{ color: #fff; }

/*搜索框*/
.search-box {position: relative; height: .32rem; margin-top: .29rem; width: 2.32rem; float: left;display: inline; border: #D2D2D2 solid 1px; border-radius: 5px;margin-left: .75rem;}
.search-box label{position: absolute; height: .2rem; width: .2rem; margin: .06rem 0 .06rem .21rem; line-height: .2rem;}
.search-box label img{width: .2rem; height: .2rem;}
.search-box input{position: absolute; text-indent: 4px; height: .32rem; width: 1.75rem; right: .1rem;}
.search-shadow {
	/*z-index: 100;*/
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: .9rem;
	left: 0;
	width: 100%;
	height: 100%;
}
.search-down-menu {
	z-index: 110;
	position: absolute;
	display: none;
	margin-left: -8px;
	top: .6rem;
	width: 5rem;
	left: -8px;
}
.search-down-menu ul {
	position: absolute;
	width: 100%;
	padding: 12px;
	overflow-y: scroll;
	background: #FFFFFF;
	border: 1px solid grey;
	border-top: none;
	max-height: 2.5rem;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
    min-height: 60px;
}
.search-down-menu ul::-webkit-scrollbar {  display:none;}
.search-down-menu ul li {  height: .4rem; line-height: .4rem; cursor: pointer;  }
.search-down-menu ul li:hover a{background: #1895dc; color: #FFFFFF;}
.search-down-menu ul li a{ display: block; height: 100%; width: 100%;}
.no-search{position: absolute; width: 100%; height: 80px; line-height: 80px; text-align: center; color: #666666;}

.webActions {position: absolute; display: inline-block; top: 2px; right: 0; height: 20px; line-height: 20px; font-size: 12px;}
.webActions a{padding: 0 20px}
.webActions a:first-child{border-right: 1px solid #CCCCCC;}

/*--------------图片轮播----------------*/

#slider {
	width: 100%;
	max-width: 1920px;
	margin: .9rem auto 0;
	/*height: 5.55rem;*/
	position: relative;
}
/*.slides, .slides li, .slides li img{height: 100%;}*/

.pagination{position: absolute!important; left: 50%!important; transform: translate(-50%)!important; bottom: 40px!important; margin: 0!important; }
.pagination li {background-color: #e0e0e0!important; width: 48px!important; height: 8px!important; border-radius: 3px!important; -moz-border-radius: 3px!important; }

.pagination li.active {background-color: #1895DC!important;}


.responsive {width: 100%; height: auto;}

.clearfix:after {content: ""; display: table;clear: both;}

/*--------------底部----------------*/
.footer{height: 1rem; line-height: 1rem; margin-top: 1.2rem; text-align: center; background: #1A1A1A; color: #fff; font-size: .24rem;}



