﻿@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);
	}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}	
/**************************pc头部&导航**************************/
.header{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	height:100px;
	}
.header .logo{
	float:left;
	margin-top:20px;
	}
.header .biaoyu	{ float:left; margin-left:20px; margin-top:40px; font-size:24px; font-weight:600;}

@media (max-width:1050px) {

.header .biaoyu	{ display: none;}
}
.sese{
	float:right;

	margin-top:32px;
	}
.sese .tel{float:left; font-size:28px; margin-top:5px; color:#EA6100; font-weight:700; background:url(../images/tel.png) left  no-repeat; padding-left:40px; padding-right:12px;}	

.select {
	height: 36px;
	line-height: 36px;
	color: #747474;
	position: relative;
	float:right;
}
.select dt {
	height: 34px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #fcfcfb url(../images/ico.gif) no-repeat 97px center;
	line-height: 34px;
	padding-left: 10px;
	cursor: pointer;
	width: 90px;
	padding-right: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
	z-index: 99;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.select dt:hover, .select dt.cur {
	border: 1px solid #409DFE;
	box-shadow: 0 0 3px #409DFE;
}
.select dd {
	position: absolute;
	left: 0;
	top: 36px;
	border: 1px solid #d2ccc4;
	background: #fff;
	display: none;
	z-index: 9999;
}
.select dd ul {
	padding: 4px;
	width: 104px;
	max-height: 250px;
	overflow: auto;
}
.select dd ul li a {
	line-height: 28px;
	display: block;
	padding: 0 8px;
	color: #333;
	font-size:12px;
}
.select dd ul li a:hover {
	background: #f5f5f5;
}
.navbg{
	width:100%;
	height:45px;
	border-top: 1px solid #ddd;
	border-bottom: 4px solid #003CCA;
	}
.nav{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	}
.nav .on{background: url(../images/hover.png) bottom center no-repeat; color:#003CCA; }	
.nav>ul{
	}
.nav>ul>li{
	float:left;
	width: 12.5%;
	line-height:45px;
	text-align:center;
	background: url(../images/pic9.gif) no-repeat right center;
	display: inline-block;
	
	}
.nav>ul>li>a{
	display:block;
	font-size:16px;
	color:#333;
	}
.nav>ul>li:hover>a{
	background: url(../images/hover.png) bottom center no-repeat;
	display:block;
	color:#003CCA;
	
	}
.nav>ul>li ul.navav{
	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;
	border-top:4px solid #003CCA;
	}
@media (min-width:1200px) {
.nav>ul>li ul.navav{
	width:150px;
	}
	}
@media (max-width:1200px) {
.nav>ul>li ul.navav{
	width: 14.28%;
	}
	}
.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:#003CCA;
	}
.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.19);
	opacity:0;
	visibility:hidden;
	border-top:4px solid #003CCA;
	}
.nav>ul>li:hover .navxl{
	opacity:1;
	visibility: visible;
	}
.navxl>ul{
	float:left;
	width:25%;
	overflow:hidden;
	margin:15px 0px;
	}
.navxl>ul li{
	overflow:hidden;
	font-size:12px;
	color:#333;
	line-height:30px;
	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:#003CCA;
	font-weight:bold;
	}
.navxl>ul li a:hover{
	text-decoration:underline;
	color:#EA6100;
	}
.navone{
	margin-left: -15.75%;
	}
.navtwo{
	margin-left: -31.334%;
	}
@media (max-width:1200px) {
.navone{
	margin-left: -29%;
	}
.navtwo{
	margin-left: -400px;
	}
	}
/**************************手机头部%导航**************************/
.s-header{
	width:100%;
	height:70px;
	background:#fff;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	position:fixed;
	z-index:10000;
	top:0;
	}
.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: #fff;
    opacity: .5;
    position:fixed;
    display: none;
    z-index: 99;
    bottom: 0;
}
.bgDiv{
	width:96%;
	margin-left:2%;
	border-radius:20px;
	background:#003CCA;
	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);
}
.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:#003CCA; }
.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:#003CCA;}
.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:#003CCA ;  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 #003CCA;
	background:#fff;
	color:#064264;
	}
.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;
	margin-top:70px;
	}
	}
/**************************底部**************************/
.fobg{
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	padding:40px 0px;
	margin-top:0px;
	}
.footer{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	}
.footer ul{
	float:left;
	width:20%
	}
.footer ul li{ 
	}
.footer ul li:nth-of-type(1){
	font-size:18px;
	color:#333;
	margin-bottom:10px;
	}
.footer ul li:nth-of-type(4){
width:68%
	}	
.footer ul li a{
	line-height:30px;
	color:#666;
	font-size:14px;
	}
.footer ul li a:hover{
	color:#026FC4;
	}

.footer ul:nth-of-type(1){
	width:16%;
	}
.footer ul:nth-of-type(3){
	width:16%;
	}
.footer ul:nth-of-type(4){
	width:24%;
	}	
.footer ul:nth-of-type(5){
	width:24%;
	float:right;
	}		

.footer ul:nth-of-type(5) li+li,.footer ul:nth-of-type(4) li+li{
	font-size:14px;
	padding-left:40px;
	line-height:26px;
	margin-top:10px;
	}
.footer ul:nth-of-type(4) li:nth-of-type(2),.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(4) li:nth-of-type(3),.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(4) li:nth-of-type(4),.footer ul:nth-of-type(5) li:nth-of-type(4){
	background:url(../images/bn8.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:#666;
	font-size:14px;
	text-align:center;
	background:#f0f0f0;
	padding:25px 0;
	border-top:1px solid #ddd;
	}
.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:0px;
	}
	}


.tage{ padding:15px 0; background:#e4e4e4;}
.tage .link{ max-width:1200px; margin:0 auto; line-height:24px; }
.tage .link .bt{float: left;width: 8%; text-align:left;}
.tage .link .gjc{float: left;width: 92%}
.tage .link a{ margin-right:20px;}
.tage .link a:hover{ color:#003CCA; text-decoration:underline;}
.tage .link p{ float:left;}

@media screen and (max-width: 720px){

.tage .link .bt {
    float: none;
    width: 100%;
}
.tage .link .gjc {
    float: none;
    width: 100%;
}
.tage .link {
    padding: 0px 5%;
}
}



/* 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;
	}
	}