/* basic */
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,figure{margin:0;padding:0; border:0; font-family:Arail,"Microsoft YaHei";outline: none}
section,nav,header,footer{display:block;}
html{font-size:16px;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
ul,ol,li{list-style-type:none;}
img{border:0;display:block;}
select,input{vertical-align:middle;outline: none;}
table{border-collapse:collapse;border-spacing:0}
iframe{border:none; width: 100%}
body{
	min-width: 1200px;
	overflow-x: hidden;
	overflow-y: scroll;
}
textarea{
  resize:none;
  outline: none;
}
*{
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
  color: #666;
  -webkit-font-smoothing:antialiased;
}
a{text-decoration: none}
.clear{
  clear:both;
}
.clearfix:after{
  content:"";
  display:block;
  clear:both;
}
.w-c{
  width:1200px;
  margin:0 auto;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
/* header footer slider */
.header{
	width: 100%;
	height: 130px;
    position: relative;
    z-index: 20;
    background-color: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    min-width: 1200px;
}
.header-top{
	background: #efefef;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	color: #999;
}
.header-top .fr span{
	margin-left: 20px;
	color:#999;
}

.header-logo{
	float: left;
	overflow: hidden;
	height: 96px;
	/*margin-left: 60px;*/
}
.header-logo *{
	height: inherit;
}
.header-logo h1 a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 328px;
	background: url(../images/logo.png) center/auto no-repeat;
}
.header-nav{
	float: right;
}
.header-nav > ul > li{
	float: left;
	text-align: center;
	position: relative;
}
.header-nav > ul > li > a{
	padding:0 30px;
	line-height: 96px;
	font-size: 16px;
	display: block;
	transition: .5s;
}
.header-nav > ul > li:nth-last-of-type(1) > a{
	padding-right: 0;
}
.header-nav > ul > li > a i{
	margin-left: 2px;
	width: 9px;
	color: inherit;
}
.header-nav > ul > li.active > a{
	/*color: #fff;
	background: #006834;*/
	color: #2462af;
}
.header-nav > ul > li.on > a{
	color: #2462af;
}
.header-nav > ul > li.no-active > a{
	color: #333 !important;
	background: transparent !important;
}
.header-nav > ul > li > ul{
	position: absolute;
}
.dropdown{
	position: relative;
}
.dropdown .dropdown-menu{
	left:0;
	right: 0;
	text-align: center;
/*	padding:12px;*/
	visibility: hidden;
	opacity: 0;
	transition: .4s;
}
.dropdown:hover .dropdown-menu{
	visibility: visible;
	opacity: 1;
}
.dropdown .dropdown-menu li{
	font-size: 14px;
}
.dropdown .dropdown-menu li a{
	display: block;
	line-height: 44px;
	background: rgba(255,255,255,.9);
}
.dropdown .dropdown-menu li a:hover{
	color: #2462af;
}
/* aside menu */
.asideMenu{
	position:fixed;
	right: 0;
	width: 56px;
	z-index: 11;
	top:50%;
}
.asideMenu ul li{
	width: 100%;
	height: 56px;
	float: right;
	transition: .4s;
	background: #fff;
	text-align: left;
	line-height: 56px;
	transition: .5s;
	cursor: pointer;
	position: relative;
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.asideMenu ul li.goTop{
	border: none;
	background: #2462af;
	transition: .4s;
}
.asideMenu ul li.asidePhone{
	transition: .6s;
}
.asideMenu ul li.asidePhone span{
	position: absolute;
	left: 56px;
	top: 0;
	display: inline-block;
	width: 220px;
	font-size: 18px;
	box-sizing: border-box;
	padding-left: 19px;
	color:#2462af;
}
.asideMenu ul li.asidePhone span:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	border-left: 1px solid #ddd;
	top:21px;
	bottom:21px;
}
.asideMenu ul li:hover{
	width: 70px;
}
.asideMenu ul li.asidePhone:hover{
	width: 240px;
}
.asideMenu ul li + li{
	margin-top: 1px;
}
.asideMenu ul li i{
	color: #999;
	font-size: 26px;
	width: 56px;
	text-align: center;
	height: 56px;
	line-height: 56px;
	overflow: hidden;
}
.asideMenu ul li:hover i{
	color: #2462af;
}
.asideMenu ul li i.fa-phone{
	font-size: 30px;
	line-height: 56px;
}
.asideMenu ul li i.fa-angle-up{
	font-size: 40px;
	line-height: 53px;
	color: #fff;
}
.asideWechat img{
	width: 160px;
	position: absolute;
	right: 76px;
	bottom: -48px;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.asideWechat:hover img{
	visibility: visible;
	opacity: 1;
}

/* footer */
.footer{
	background: #202321;
	padding-top: 20px;
    min-width: 1200px;
}
.footer-layer{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.f_copyright{
	border-top: 1px solid #333;
	text-align: center;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	color: #666;
	/*background: #006935;*/
}
.f_copyright a{
	transition: .3s;
}
.f_copyright a:hover{
	color:#aaa;
}
.footer .item .tit{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.contact a{
    line-height: 30px;
    padding-left: 30px;
}
.contact .phone{
    background: url(../images/dianhua2.png) left center no-repeat;
    background-size: 24px;
}
.contact .email{
    background: url(../images/youxiang.png) left center no-repeat;
    background-size: 24px;
}
.contact .qq{
    background: url(../images/qq.png) left center no-repeat;
    background-size: 24px;
}
.contact .address{
    background: url(../images/dizhi.png) left center no-repeat;
    background-size: 24px;
}
.about p{
    line-height: 30px;
}
.bot-nav a{
    line-height: 30px;
    transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -moz-transition: all .1s;
}
.bot-nav a:hover{
    color: #fff;
    
}
/* header footer slider end */
.page .page-item{
    margin-bottom: 0;
    padding: 0;
}
span.page-link{
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #999;
    color: #666;
    margin: 0 2px;
    font-size: 14px;
    transition: .4s;
}
.page-item.active .page-link{
    background: #2462af;
    color: #fff;
    border-color: #2462af;
}
.page a:hover,.page a.active {
    color: #fff;
    border: 1px solid #2462af;
    color: #2462af;
}