@charset "utf-8";
/* CSS Document */
/*共用部分*/
body{
	margin:0;
	padding:0;
}
a{
	text-decoration:none;
}
ul,h1,h2,h3,h4,h5,
dl,dd,dt,p{
	margin: 0;
	padding: 0;
}
input,button{
	border: none;
	outline:none
}
ul,li{
	list-style: none;
}
.clearfix{
	clear:both;
}
.clearfix::after{
	content: "";
	clear: both;
	display: block;
}
.w{
	width:1200px;
	margin:0 auto;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
img{
    width: 100%;
}
/*页头部分*/

.top-show{
	width:100%;
	height:40px;
	background-color:#bababa;
	color:#666;
	font-size:14px;
	line-height:40px;
}
.top-show a{
	margin:10px 8px;
	color:#666;
}
.top-show i{
	margin-right: 8px;
}
/*logo部分*/
.top-content{
	height:122px;
	padding-top: 25px;
	
	background-color:#fff;
}
.top-con{
    clear: both;
    position: relative;
}
.logo a{
	position: absolute;
	width:130px;
	height:123px;
	overflow: hidden;
} 
.logo a img{
	width: 100%;
}
.top-tle{
    position: relative;
    left: 175px;
    top:25px;
    width: 420px;
}
.top-tle h2{
    font-size: 24px;
    color: #666;
}
.top-tle span{
    font-size: 28px;
    color: #f00;
}
.pone{
	width:328px;
	height:80px;
	position:absolute;
	right:30px;
	color:#333;
}
.pone i{
	float:left;
	font-size: 26px;
	padding:18px 8px 0 0;
	
}
.pone span{
	padding-right:10px;
	float:left;
	margin-top:20PX;
}
.pone p{
	width:205px;
	margin-left:148px;
	font-size:25px;
	font-weight: bold;
	color: #F00;
}
.banners{
	width:1920px;
	height:400px;
	overflow:hidden;
	margin: 0 auto;
}
.banner-2{
    display: none;
}
/*关键词部分*/
.key-words{
	width: 100%;
	height: 80px;
	background: #DBDBDB;
}
.hot-wd{
	position: relative;
}
.word{
	position: absolute;
	top: 30px;
	left: 0;
	color: #888;
	font-size:16px; 
}
.word a{
	color: #888;
	margin-right: 20px;
}
.inp{
	position: absolute;
	width: 280px;
	height:30px;
	float: left;
	top:25px;
	right:30px;
	font-size:14px;
	color: #BFBFBF;
	border-radius:15px;
	padding-left: 20px;
}
.but{
	position: absolute;
	right:40px;
	top:32px;
	background: none;
	font-size: 16px;
	color: #BFBFBF;
	cursor: pointer;
}
/*导航部分*/

.nav{
	width:100%;
	height:40px;
	background-color:#fff;
}
.navbar-nav{
    width: 900px;
    margin: 0 auto;
}
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  background: #272727;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #777;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
  width: 860px;
  margin: 0 auto;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 768px) {
  .nav-menu {
    background: #fff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
  }
  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
}
.nav-menu .menu-item{
    float: left;
    position: relative;
}
.nav-menu .menu-item a {
  color: #444444;
  line-height: 40px;
  margin: 0px 30px;
}
.nav-menu .menu-item a:hover {
  color: #f00;
}
@media screen and (max-width: 768px) {
  .nav-menu .menu-item a {
    font-size: 20px;
    margin: 8px;
  }
}

.sub-nav {
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  top:40px;
  background-color: #fff;
  padding: 5px 5px;
  width: 124px;
  z-index: 99;
  box-sizing: border-box;
}
.sub-nav li{
    width: 95px;
}
.menu-item .sub-nav li a{
    margin: 0 15px;
}
@media screen and (max-width: 768px) {
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

.nav-link:hover + .sub-nav {
  display: block;
}

.menu-item:hover .sub-nav {
  display: block;
  box-sizing: border-box
}
/*位置*/
.posi{
	height:45px;
	color: #666;
	line-height:45px;
	font-size: 15px;
	border-bottom:1px dashed #888;
	margin-bottom:20px;
}
.posi a,.posi span{
	color: #666;
	font-size: 15px;
}
.posi li{
	position:relative;
	float:left;
	top:-45PX;
	left:80px;
}
.posi a:hover{
	color:  #cfa54f;
}
/*标题*/
.title{
	text-align: center;
	letter-spacing: 2px;
	color: #444;
	padding-top: 30px;
}
.title h2{
	font-size:32px;
	font-weight: 700;
	line-height: 50px;
}
.title p{
	font-size: 18px;
}
/*副导航*/
.public-nav{
	height:54px;
	margin-bottom: 15px;
}
.public-nav ul{
	width:926px;
	height: 100%;
	margin: 0 auto;
	background:#EFEFEF;
}
.public-nav li{
	float:left;
	margin-top:15px;
}
.public-nav li a:hover{
	background: url("../images/gshnj.png");
	color: #fff;
}
.public-nav li a{
	padding: 15px 39px;
	color: #666;
	font-size: 18px;
}
.public-nav li .nav-fist{
	background: url("../images/gshnj.png");
	color: #fff;
}
/*页码*/
.cpym{
	width: auto;
    margin-left: 25%;
    padding: 25px 0;
}
.page-num,.page-link{
	float: left;
	text-align: center;
	width: auto;
	height: 32px;
	margin: 3px;
	padding:0 4px;
	border-radius: 3px;
	background:#EEECEC;
	line-height: 32px;
	color: #666;
	font-size: 16px;
}
.page-num:hover,.page-link:hover{
	background: #cfa54f;
	color: #fff;
}
.page-num-current{
    height: 32px;
    width: 32px;
    padding: 0;
    background: #cfa54f;
	color: #fff;
}

/*页脚部分*/
footer{
	width:100%;
	height:330px;
	background-color:#EBEBEB;
}
.fo-nav{
	height:72px;
	border-bottom:1px solid #888;
}
.fo-nav ul{
	width:880px;
	margin:0 auto;
	padding-top:30px;
}
.fo-nav li{
	float:left;
	margin:0 30px;
}

.fo-nav li a{
	color:#666;
}
.fo-nav li a:hover{
	color:#F00;
	padding-bottom:20px;
	border-bottom:2px solid #F00;
}
/*版权部分*/
.copyright{
	height:180px;
	border-bottom:1px solid #888;
}
.co-pone{
	padding:50px 0 0 65px;
}
.co-pone i{
	float:left;
	font-size: 28px;
	padding:0 15px 0 0;
	color:#666;
}
.co-pone p{
	float:left;
	font-size:20px;
	font-weight: bold;
	color:#666;
}
.co-malid{
	padding:25px 50px 25px 0;
}
.co-malid span{
	font-size:16px;
	line-height:50px;
	color:#333;
	font-weight: bold;
}
.co-malid p{
	font-size:14px;
	line-height:28px;
	color:#888;
}
.co-malid a{
	color:#333;
}
/*友情链接*/
.link{
	position: relative;
}
.link-com{
	position: absolute;
	margin:25px 0;
}
.link-com a{
	margin-right:40px;
	color: #666;
}
.link-com a:hover{
	color: #333;
}
