﻿@charset "utf-8";
/*reset.css*/
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html,body,div,form,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,fieldset,input,textarea,blockquote,th,td{margin:0;padding:0;border:0 none;font-family:inherit;}
address,caption,cite,code,dfn,em,th,var,i{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6,div,p,li,dt,dd{word-break:break-all;word-wrap:break-word;}
h1,h2,h3,h4,h5,h6,b{font-size:100%;font-weight:normal;}
table,iframe{width:100%;}
th,td,img,input,select,textarea{vertical-align:middle;}
ul,ol{list-style:none outside none;}
fieldset,img{border:medium none;}
caption,th{text-align:left;}
q:before,q:after{content:"";}
abbr,acronym,input{border:0 none;}
a:link,a:hover,a:visited,a:active{text-decoration:none;}
/*a{color:#fff;}*/
a{color:#454545;}
input,textarea,select,button{outline:none;}
textarea{resize:none; word-break:break-all; word-wrap:break-word;}
legend{display:none;}
/*reset html5*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0 none;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;	
}
/* Be used to clear float */
.clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
* html .clear{height: 1%; display:inline-block;}
*+html .clear{height: 1%; display:inline-block;}
.Clear{display:block;}

/*自定义*/

.bd {display: block;}
.dib {display: inline-block;}
.none {display: none;}
.hidden {overflow: hidden;}

.fl {float: left;display: inline}
.fr {float: right;display: inline}
.tl{text-align:left}
.tc{text-align:center}
.tr{text-align:right}
.bc{margin-left:auto;margin-right:auto}
.relative {position:relative}
.absolute {position:absolute}
img {display: block;}
.oImg {width: 100%;}
.wrap {
	width: 1200px;
	margin: 0 auto;
}
.hk_animation_ease {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.hk_animation_linear {
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
}
.pb20 {padding-bottom: 20px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}
.em1 {text-indent: 1em;}

body {
	font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size: 16px;
	color: #454545;
	background-color: #fff;
}
.logos a {
	display: block;
	width: 601px;
}
.logos{
	background-color: white;
}
.top {
	min-width: 1200px;
	border-top: 2px solid #DCDDDD;
}
.swiper-container-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.swiper-container-banner .swiper-pagination-bullet {
	width: 40px;
	height: 10px;
	border-radius: 0;
	background-color: #fff;
	opacity: 1;
}
.swiper-container-banner .swiper-pagination-bullet-active {
	/*background-color: #007aff;*/
	background-color: #d4000e;
}
.nav {
	height: 49px;
	line-height: 49px;
	margin-bottom: 61px;
	background-color: #dcdddd;
}
.hk_title {
	position: relative;
	float: left;
	padding: 0 24px;
	background: url('../images/icon1.png') no-repeat left center;
}
.nav .wrap > div:first-child {background: none;}
.hk_title i {
	display: block;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
}
.hk_arrow {
	display: inline-block;
	width: 15px;
	height: 10px;
    margin-left: 5px;
    -webkit-transition: background-image .3s ease;
	-moz-transition: background-image .3s ease;
	-ms-transition: background-image .3s ease;
	transition: background-image .3s ease;
	background: url('../images/down.png') no-repeat center top;
	background-size: 15px 8px;
}
.subnav {
	position: absolute;
	left: 0;
	top: 49px;
	width: 1200px;
	height: 0;
	overflow: hidden;
	line-height: 42px;
	-webkit-transition: height .5s ease;
	-moz-transition: height .5s ease;
	-ms-transition: height .5s ease;
	transition: height .5s ease;
	/* background-color: #efefef; */
}
.subnav li {
	float: left;
	margin-left: 25px;
}
.subnav a {
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;
	color: #4a4a4a;
}
.hk_select {
	color: #fff;
	background-color: #d4000e!important;
}
.hk_select i{
	color: #fff;
}

.subnav a:hover {color: #000;}
.hk_title:hover i {
	/*color: #ffe400;*/
	color: #fff;
	background-color: #d4000e;
}
.hk_title:hover{
	/*color: #ffe400;*/
	color: #fff;
	background-color: #d4000e!important;
}


.hk_title:hover span {
	background: url('../images/up.png') no-repeat;
	background-size: 15px 8px;
}
.hk_title:hover .subnav {height: 42px;}
.footer {
	line-height: 44px;
	/*background-color: #DCDDDD;*/
	background-color: #595758;
}
.footer p {
	padding-left: 10px;
	color: #c8c8c8;
}
.crumb {
	line-height: 50px;
	margin-bottom: 24px;
	border-bottom: 1px solid #eaeaea;
}
.crumb li {display: inline-block;}
.crumb > li + li:before {
  padding: 0 5px;
  color: #454545;
  content: ">";
}
.crumb a {color: #454545;}
.sideBar {
	width: 240px;
	margin-bottom: 100px;
	overflow: hidden;
}
.sideBar ul {margin-top: 1px;}
.sideBar a {
	display: block;
	line-height: 47px;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	background-color: #efefef;
	color: #585858;
}
.sideBar .on a {
	/*background-color: #74b474;*/
	background-color: #d4000e;
	color: #fff;
}
.sideBar a:hover {
	background-color: #d4000e;
	color: #fff;
}
.cont_right {padding-left: 40px;}
/*分页器*/
#pager ul.pages {
	display:inline-block;
	border:none;
	text-transform:uppercase;
	line-height: 14px;
	font-size:14px;
	margin:15px 0 80px;
	padding:0;
}
#pager ul.pages li {
	list-style:none;
	float:left;
	border:1px solid #e9e9e9;
	text-decoration:none;
	margin:0 5px 0 0;
	padding: 10px 15px;
}
#pager ul.pages li:hover {
	background-color:#e5e5e5;
}
#pager ul.pages li.pgEmpty {
	border-color: #d9d5d5;
	background-color:#d9d5d5;
}
#pager ul.pages li.pgCurrent {
	background-color:#e5e5e5;
}
.popup {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/fm.jpg') no-repeat center top/cover;
	/*background-size: 100% 100%;*/
}


.search {
	position: absolute;	right: 180px;
	top: 48px;
	width: 215px;	height: 38px;
	padding: 0 36px 0 12px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #dcdddd;
	background: #fff;	overflow: hidden;
}
.s_txt {
	float: left;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
}
.s_btn {
	position: absolute;
	right: 0;	top: 0;	width: 36px;
	height: 38px;
	background: url('../images/search.png') no-repeat right center;
}