﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none; color:#787878;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	}
@font-face{
	font-family:Impact;
	src:url(../fonts/impact.ttf);
	}
li{ list-style:none;}
.clear{ clear:both !important; height:0px !important; width:0px !important; float:none !important; margin:0px !important; padding:0px !important; border:0px !important; line-height:0 !important; position:relative !important; }
img{ vertical-align: middle;}	
/**************************pc头部&导航**************************/
.hebg{
	width:100%;
	height:40px;
	border-bottom: 1px solid #ececec;
	margin-bottom:0px;
	}
.hebg .qie{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	}
.hebg .qie p{
	float:right;
	font-size:12px;
	color:#666;
	line-height:40px;
	}
.hebg .qie p img{
	vertical-align:middle;
	margin:0 10px 0 20px;
	}
.hebg .qie p a{
	color:#666;
	}
.hebg .qie p a:hover{
	color:#f6931d;
	}
	
	

.header{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:80px;
	}
.header .logo{
	float:left;
	margin-top:10px;
	}
	
.top_r{float:right;}
.Hsrch{margin:25px 0 0 0; float:right;}
.Hsrch-menu{display:block; width:25px; height:25px; background:url(../images/fdj.jpg) no-repeat center center / cover;}
.Hsrch-box{width:100%; height:100px; background:#fff; position:absolute; top:0px; left:0px; display:none; z-index:11;}
.Hsrch-block{padding:0 0 0 40px !important; width:63% !important; height:32px; margin:30px auto 0 !important;}
.Hsrch-block .btn{width:24px;height:32px;background:url(../images/icon-Hsrch2.png) no-repeat center center;float:left;}
.Hsrch-block .close{display:block;width:24px;height:32px;background:url(../images/icon-close2.png) no-repeat center center;float:right;}
.Hsrch-block .text{width:93%;height:32px;font-size:15px;float:left;margin:0 0 0 10px;}
.Hsrch-block .text::-webkit-input-placeholder{color:#6f6f6f;}
.Hlang:hover .Hlang-box{display:block;}

.navbg{
	float:left;
	height:80px;
	}
.nav{
	width:100%;
	max-width:900px;
	float: left;
	}
.nav .on{border-top: 3px solid #F0B01C; color:#F0B01C;}	
.nav>ul{
	}
.nav>ul>li{
	float:left;
	padding-left:60px;
	line-height:77px;
	text-align:center;
	}
.nav>ul>li>a{
	display:block;
	font-size:16px;
	color:#333;
	}

.nav>ul>li:hover>a{
	border-top: 3px solid #F0B01C; color:#F0B01C;
	}
.nav>ul>li ul.navav{
	position:absolute;
	background:#fff;
	width:140px;
    margin-left:0px;
	z-index:100;
	box-shadow: 0 1px 5px rgba(153,153,153,0.5);
	opacity:0;
	visibility:hidden;
	}
@media (min-width:1200px) {
.nav>ul>li ul.navav{
	width:140px;
	}
	
	}
@media (max-width:1200px) {
.nav>ul>li ul.navav{
	width: 14.28%;
	}
.nav>ul>li{ padding-left:60px; }	
	}
	
@media (max-width:1140px) {
.nav>ul>li{ padding-left:50px; }	
	}	
@media (max-width:1070px) {
.nav>ul>li{ padding-left:40px; }	
	}	
	
		
.nav>ul>li:hover ul.navav{
	opacity:1;
	visibility: visible;
	}
.nav>ul>li ul.navav li{
	}
.nav>ul>li ul.navav li a{
	color:#333;
	font-size:14px;
	line-height:40px;
	display:block;
	}
.nav>ul>li ul.navav li a:hover{
	color:#fff;
	background:#F0B01C;
	}
.navxl{
	position:absolute;
	width:96%;
	z-index:200;
	max-width:1200px;
	margin:0 auto;
	background:#333;
	overflow:hidden;
	background:#fff;
	box-shadow: 0 1px 5px rgba(153,153,153,0.5);
	opacity:0;
	visibility:hidden;
	}
.nav>ul>li:hover .navxl{
	opacity:1;
	visibility: visible;
	}
.navxl>ul{
	float:left;
	width:20%;
	overflow:hidden;
	margin-top:10px;
	}
.navxl>ul li{
	overflow:hidden;
	font-size:12px;
	color:#333;
	line-height:28px;
	text-align:left;
	text-indent:30px;
	}
.navxl>ul li a{
	color:#333;
	}
.navxl>ul li:nth-of-type(1){
	}
.navxl>ul li:nth-of-type(1) a{
	font-size:14px;
	color:#F0AE18;
	font-weight:bold;
	}
.navxl>ul li a:hover{
	text-decoration:underline;
	color:#F0AE18;
	}
.navone{
	margin-left: -31%;
	}
.navtwo{
	margin-left: -31.334%;
	}
	
	
@media (max-width:1200px) {
.navone{
	margin-left: -51%;
	}
	}
@media (max-width: 1000px) {
.hebg{
	display:none;
	}
}		
/**************************手机头部%导航**************************/
.s-header{
	width:100%;
	height:70px;
	background:#fff;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.s-logo{
	float:left;
	margin-top:13px;
	margin-left:20px;
	}
button.up{
	border:none;
    background-color: #fff;
    float: right;
	outline:none;
	padding:18px;
}
button.up:hover{
    background-color: #f5f5f5;
}
button.up span:before{
	width:30px;
	height:3px;
	content:"";
	display:block;
	background:#333;
	margin:6px 0px;
	}

.bgnad{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.bgDiv{
	width:96%;
	margin-left:2%;
	border-radius:20px;
	background:#F0B01C;
	font-size:14px;
	color:#fff;
	line-height:40px;
	text-align:center;
	margin-top:20px;
}
.upNav{
   width: 100%;
   overflow:hidden;
    background-color: #fff;
    position:absolute;
    z-index: 9999;
    top: -150%;
	padding-bottom:30px;
	margin-bottom:30px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
}/*
#daoh{
	}
#daoh li{
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
	}
#daoh li a{
	font-size:14px;
	color:#333;
	display:block;
	}*/
.width_all{ width:96%; margin:0 auto;}
.width_all:after{ display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}

.sidebar{ background:#fff; padding:0 4%;}
.sidebar-wrapper{ position:relative; overflow:auto;}

.naver{ background:#fff;}
.naver li{ position:relative;}
.naver li p{ border-bottom:1px solid #e0e0e0; position: relative;}

.naver li.active>p{ background:#F0B01C; }
.naver li.active>p a{ color:#fff;}

.naver li p span{ position:absolute; right:0px; top:0px; width:50px; height:50px; background:url(../images/menu_jt.png) no-repeat center;cursor:pointer;}
.naver li p{ line-height:50px;} 
.naver li p a{ display:block; color:#333; font-size:14px; text-decoration:none; padding-left:15px;}
.naver li>p{ text-align:center;}
.naver li>p:hover{background:#F0B01C;}
.naver li p a:hover{ color:#fff ; text-decoration:none;}
.naver li dl{ line-height:32px; padding:8px 0; display: none; margin-left: 20px;}
.naver li dl a{ color:#333; display:block; padding:0 0 0 10px; font-size:12px; font-weight:normal;}
.naver li dl a:hover{ color:#F0B01C ;  display:block; text-decoration:underline;}
.naver li.active > p span{  background:url(../images/menu_jt_next.png) no-repeat center; }
.naver li.active dd.active > p span{ background:url(../images/menu_jt_next.png) no-repeat center;}
.naver li.active dd.active dd.active > p span{ background:url(../images/menu_jt_next.png) no-repeat center; }
.cutover{
    width: 96%;
    margin-left: 2%;
	margin-top:20px;
	overflow:hidden;
	}
.cutover ul{
	}
.cutover ul li{
	width:31%;
	border-radius:15px;
	background:#f7f7f7;
	border:1px solid #f7f7f7;
	float:left;
	text-align:center;
	margin:0% 0.68%;
	margin-top:10px;
	}
.cutover ul li a{
	font-size:12px;
	display:block;
	color:#333;
	line-height:30px;
	}
.cutover ul li.cuto{
	border:1px solid #F0B01C;
	background:#fff;
	color:#F0B01C;
	}
.s-search{
    width: 96%;
    margin-left: 2%;
	border:1px solid #ddd;
	margin-top:20px;
	}
.s-search input[type="text"]{
	text-indent:1em;
	width:88%;
	outline:none;
	border:none;
	height:34px;
	padding-right:8px;
	background:url(../images/bt.png) right no-repeat;
	}
.s-search input[type="submit"]{
	float:right;
	outline:none;
	border:none;
	cursor:pointer;
	width:18px;
	height:16px;
	margin-top:9px;
	margin-right:10px;
	background:url(../images/search.png) no-repeat;
	}
.s-header{
	display:none;
	}
.upNav{
	display:none;
	}
@media (max-width:1000px) {
.header{
	display:none;
	}
.navbg{
	display:none;
	}
.s-header{
	display:block;
	}
.upNav{
	display:block;
	}
	}
/**************************底部**************************/
.fobg{
	width:100%;
	overflow:hidden;
	background:#fff;
	padding:40px 0px 30px 0;
	margin-top:0px;
	border-top:1px solid #eee;
	
	}
.footer{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.footer ul{
	float:left;
	width:17%
	}
.footer ul li{
	}
.footer ul li:nth-of-type(1){
	font-size:18px;
	color:#333;
	margin-bottom:10px;
	}
.footer ul:nth-of-type(1) li a, .footer ul:nth-of-type(2) li a, .footer ul:nth-of-type(3) li a, .footer ul:nth-of-type(4) li a{
	line-height:26px;
	color:#888;
	font-size:14px;
	}
.footer ul:nth-of-type(1) li a:hover, .footer ul:nth-of-type(2) li a:hover, .footer ul:nth-of-type(3) li a:hover, .footer ul:nth-of-type(4) li a:hover{
	color:#F0B01C;
	}
.footer ul:nth-of-type(5){
	width:32%;
	}
.footer ul:nth-of-type(5) li+li{
	font-size:15px;
	color:#888;
	padding-left:40px;
	line-height:26px;
	margin-top:10px;
	}
.footer ul:nth-of-type(5) li:nth-of-type(2){
	margin-top:20px;
	background:url(../images/bn4.png) top left no-repeat;
	}
.footer ul:nth-of-type(5) li:nth-of-type(3){
	background:url(../images/bn5.png) top left no-repeat;
	}
.footer ul:nth-of-type(5) li:nth-of-type(4){
	background:url(../images/bn7.png) top left no-repeat;
	}
.footer ul:nth-of-type(5) li:nth-of-type(5){
	background:url(../images/bn8.png) top left no-repeat;
	}
.banq{
	color:#999;
	font-size:14px;
	text-align:center;
	background:#fff;
	padding:25px 0;
	border-top:1px solid #eee;
	}

@media (max-width:1000px) {
.footer{
	width:96%;
	}
.footer ul{
	float:left;
	width:25%
	}
.footer ul:nth-of-type(5){
	width:50%;
	}
	}
@media (max-width:768px) {
.fobg{
	display:none;
	}
.banq{
	margin-top:0px;
	}
	}



/* side */
.side{position:fixed;width:54px;height:275px;right:0;top:300px;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .wx{width:180px;position:absolute; bottom:54px;right:0; display:none;}
.side ul li a:hover .wx{display:block;}
.side ul li .wx img{width:100%; display:block;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sideboxtwo{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#000;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#000;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#02006A;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
@media (max-width:1000px) {
.side{
	display:none;
	}
	}