﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	}
@font-face{
	font-family:Impact;
	src:url(../fonts/impact.ttf);
	}
/**************************pc头部&导航**************************/
.top{
	width:100%;
	height:30px;
	background:#f2f2f2;
	}
.top .tcon{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	}
.top .tcon p:nth-of-type(1){
	float:left;
	font-size:12px;
	line-height:30px;
	color:#666;
	}
.top .tcon p:nth-of-type(2){
	float:right;
	font-size:12px;
	line-height:30px;
	}
.top .tcon p:nth-of-type(2) a{
	margin:0px 10px;
	color:#666;
	}
.top .tcon p:nth-of-type(2) a:hover{
	color:#0044ab;
	text-decoration:underline;
	}
.header{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	height:100px;
	}
.header .logo{
	width:292px;
	height:71px;
	float:left;
	margin-top:14.5px;
	}
.header .tell{
	float:right;
	overflow:hidden;
	min-height:49px;
	padding-left:60px;
	margin-top:22px;
	background:url(../images/tell.png) left 4px no-repeat;
	}
.header .tell p:nth-of-type(1){
	font-size:17px;
	color:#666;
	}
.header .tell p:nth-of-type(2){
	font-size:24px;
	color:#666;
	margin-top:5px;
	}
.navbg{
	width:100%;
	height:45px;
	background:#222;
	}
.nav{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	}
.nav>ul{
	}
.nav>ul>li{
	float:left;
	width: 14.25%;
	line-height:45px;
	text-align:center;
	}
.nav>ul>li>a{
	display:block;
	font-size:16px;
	color:#fff;
	}
.nav>ul>li:hover>a{
	color:#fff;
	background:#0044ab;
	}
.nav>ul>li ul{
	position:absolute;
	background:#fff;
	width:171px;
    margin-left:0px;
	z-index:100;
	box-shadow: 0 1px 5px rgba(153,153,153,0.19);
	opacity:0;
	visibility:hidden;
	}
@media (min-width:1200px) {
.nav>ul>li ul{
	width:171px;
	}
	}
@media (max-width:1200px) {
.nav>ul>li ul{
	width: 14.25%;
	}
	}
.nav>ul>li:hover ul{
	opacity:1;
	visibility: visible;
	}
.nav>ul>li ul li{
	}
.nav>ul>li ul li a{
	color:#333;
	font-size:14px;
	line-height:40px;
	display:block;
	}
.nav>ul>li ul li a:hover{
	color:#fff;
	background:#0044ab;
	}
/**************************手机头部%导航**************************/
.s-header{
	width:100%;
	height:70px;
	background:#fff;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	position:fixed;
	top:0;
	z-index:999;
	}
.s-logo{
	float:left;
	margin-top:18px;
	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;
	}
/*button.up:before{
	font-family: 'FontAwesome';
	font-size: 40px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	font-weight:lighter;
	}
button.up:before {
	content: "\f0c9";
}
span{
    display: inline-block;
    width: 96%;
    height: 50px;
    margin-left: 2%;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
span:hover{
    background-color: #f5f5f5;
}
*/
.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:#0044ab;
	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: -105%;
	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 #f5f5f5; position: relative;}
/*.naver li.active>dl{
	display:block;
	}*/
.naver li.active>p{ background:#0044ab; }
.naver li.active>p a{ color:#fff;}
/*.naver li p.five{ background:#0044ab;}
.naver li p.five 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:#0044ab;}
.naver li p a:hover{ color:#fff ; /*color:#81c8dc;*/ 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:#0044ab ; /*color:#81c8dc;*/ 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:48%;
	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 #0044ab;
	background:#fff;
	}
.s-header{
	display:none;
	}
.upNav{
	display:none;
	}
@media (max-width:1000px) {
.header{
	display:none;
	}
.navbg{
	display:none;
	}
.top{
	display:none;
	}
.s-header{
	display:block;
	}
.upNav{
	display:block;
	}
	}
/**************************底部**************************/
.fobg{
	width:100%;
	overflow:hidden;
	background:#222;
	padding:40px 0px;
	/*margin-top:50px;*/
	}
.footer{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.footer ul{
	float:left;
	width:22%;
	}
.footer ul li{
	}
.footer ul li:nth-of-type(1){
	font-size:16px;
	/*font-family:Impact;*/
	color:#fff;
	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{
	line-height:30px;
	color:#ddd;
	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{
	text-decoration:underline;
	}
.footer ul:nth-of-type(4){
	width:32%;
	}
.footer ul:nth-of-type(4) li+li{
	font-size:14px;
	color:#ddd;
	line-height:30px;
	}
.banq{
	color:#fff;
	font-size:12px;
	text-align:center;
	line-height:45px;
	background:#181717;
	}
.banq a{
	color:#fff;
	}
@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:50px;*/
	}
	}
	
/* side */
.side{position:fixed;width:54px;height:275px;right:0;top:350px;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:#0044ab;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
@media (max-width:1000px) {
.side{
	display:none;
	}
	}