﻿@charset "utf-8";
/* CSS Document */

.bgfff{
	background: #fff !important;
}

.header{
	padding: 17px 0 19px;
}

.header .logo{
	float: left;
	width: 340px;
	height: 77px;
	overflow: hidden;
}

.header .logo a{
	display: block;
}

.header .logo a img{
	display: block;
	max-width: 340px;
	max-height: 77px;
}

.header .search{
	float: left;
	margin-top: 9px;
    margin-left: 61px;
}

.header .search .input-form{
	height: 36px;
	border: 2px solid #d2001f;
	margin-bottom: 10px;
}

.header .search .input-form input[type=text]{
	float: left;
	width: 384px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	padding: 0 8px;
}

.header .search .input-form input[type=submit]{
	float: left;
	width: 85px;;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #d2001f;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

.header .search .hotWords a{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	color: #999;
}

.header .search .hotWords a:hover{
	color: #d2001f;
}

.header .phone{
	float: right;
	margin-right: 11px;
	font-size: 0;
    -webkit-text-size-adjust:none;
}

.header .phone .p1{
	font-size: 22px;
	color: #807f7f;
	margin-bottom: 8px;

}

.header .phone .p1 img{
	display: inline-block;
	margin-left: 1px;
	vertical-align: bottom;
}

.header .phone .p2{
	font-size: 20px;
	color: #fd3838;

	font-weight: bold;
}
.header .phone .p3{
    font-size: 18px;
    color: #fd3838;
    font-weight: bold;
}

.nav{
	border-bottom: 2px solid #d2001f;
}

.nav-grpup{
	position: relative;
	float: left;
	width: 230px;
}

.nav-grpup-body{
	position: absolute;
	z-index: 666;
	width: 100%;
	/* height: 494px; */
	left: 0;
	top: 40px;
	background: #f4f8fb;
}

.nav-list{
	float: left;
	width: 1200px;
	height: 40px;
	overflow: hidden;
	margin-left: 30px;
}

.nav-list li{
	float: left;
	padding: 0 28px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.nav-list li a{
	font-size: 18px;
	color: #323433;
}

.nav-list li a:hover,
.nav-list li.cur a{
	color: #d2001f;
}

.nav-grpup-title>a{
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #d2001f;
}

.nav-grpup-title>a span{
	color: #fff;
	font-size: 15px;
}

.nav-grpup-title>a img{
	display: inline-block;
	margin: 12px 8px 0 0;
}

.nav-grpup-body a span{
	font-size: 12px;
}

.nav-grpup-body{
	display: none;
}

.nav-grpup-body-block{
	display: block;
}

.nav-grpup-body .nav-grpup-item-title a{
	display: block;
	font-size: 0;
    -webkit-text-size-adjust:none;
    height: 39px;
    line-height: 39px;
    padding: 0 11px;
    border-bottom: 1px solid #d2001f;
}

.nav-grpup-body .nav-grpup-item-title a img{
	display: inline-block;
	margin: 16px 11px 0 0;
}

.nav-grpup-body .nav-grpup-item-title a span{
	font-size: 16px;
    color: #d2001f;
}

.nav-grpup-body .nav-grpup-item-body{
	
}

.nav-grpup-body .nav-grpup-item-body dl{
	/*position: relative;*/
	padding: 0 0 0 27px;
	margin-top: -1px;
	cursor: pointer;
	border: 1px solid transparent;
	border-width: 1px 0 1px 0;
}

.nav-grpup-body .nav-grpup-item-body dl dt{
	position: relative;
	padding-top: 12px;
	padding-bottom: 4px;
	height: 14px;
}

.nav-grpup-body .nav-grpup-item-body dl dt a{
	font-size: 14px;
	color: #333333;
}

.nav-grpup-body .nav-grpup-item-body dl dd{
	position: relative;
	border-bottom: 1px solid #e8ebee;
	padding-bottom: 12px;
}

.nav-grpup-body .nav-grpup-item-body dl dd a{
	display: inline-block;
    font-size: 12px;
    color: #7c7c7c;
    margin: 6px 10px 0 0;
}

.nav-grpup-body .nav-grpup-item-body dl a:hover{
	color: #d2001f;
	text-decoration: underline;
}

.nav-grpup-body .nav-grpup-item-body dl.active{
	border-color: #d0d1d6;
	background: #fff;
}

.nav-grpup-body .nav-grpup-item-body dl.active dt a{
	color: #d2001f;
}

.nav-grpup-body .nav-grpup-item-body dl.active dd{
	border-color: transparent;
}

.nav-grpup-body .nav-grpup-item-body dl.active dt:after,
.nav-grpup-body .nav-grpup-item-body dl.active dd:after{
	content: "";
	position: absolute;
	top: 0;
	right: -1px;
	width: 1px;
	height: 100%;
	background: #fff;
	z-index: 3;
}


.nav-grpup-body .nav-grpup-item-body dl dd.expand{
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 588px;
	height: 100%;
	border: 1px solid #e5e5e5;
	background: #fff;
	z-index: 2;
	padding: 0;
	display: none;
}

.nav-grpup-body .nav-grpup-item-body dl.active dd.expand{
	display: block;
}

.nav-grpup-body .nav-grpup-item-body dl dd.expand .inner{
	padding: 28px 32px;
}

.expand-nav{
	height: 208px;
	overflow: hidden;
	margin-bottom: 20px;
}

.nav-grpup-body .expand-nav-title{
	float: left;
	width: 114px;
	font-size: 14px;
	color: #333333;
	padding: 0 10px;
}

.nav-grpup-body .expand-nav-body{
	float: left;
	width: 386px;
}

.nav-grpup-body .expand-nav-body li{
	float: left;
	height: 14px;
	line-height: 14px;
	padding: 0 12px;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.nav-grpup-body .expand-nav-body li a{
	color: #777777;
	margin: 0 !important;
}

.nav-grpup-body .expand .tuijian-list ul{
	width: 534px;
	margin-left: -12px;
}

.nav-grpup-body .expand .tuijian-list li{
	float: left;
	width: 166px;
	margin: 0 6px;
}

.nav-grpup-body .expand .tuijian-list li a{
	display: block;
	position: relative;
	margin: 0 !important;
	overflow: hidden;
}

.nav-grpup-body .expand .tuijian-list li a img{
	display: block;
	width: 166px;
	height: 116px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.nav-grpup-body .expand .relevant{
	border-top: 1px solid #efefef;
}

.nav-grpup-body .expand .relevant p.title{
	font-size: 14px;
	color: #333333;
	padding: 16px 0;
}

.nav-grpup-body .expand .tuijian-list li a p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(img/alpha4-6.png) repeat;
	
}

.nav-grpup-body .expand .tuijian-list li a p span{
	color: #fff;
	padding: 0 8px;
}

.nav-grpup-body .expand .tuijian-list li a:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.small-title .p1{
	font-size: 36px;
	color: #555555;
	margin-bottom: 15px;
	text-align: center;
}

.small-title .p2{
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.footer-top{
	padding: 25px 0 9px;
	background: #1f2021;
}

.footer-nav{
/*	float: left;
	width: 672px;
	padding-left: 22px;*/
}

.footer-nav .ul1>li{
/*	float: right;
	width: 154px;*/
}

.footer-nav .ul2 li{
	margin-bottom: 20px;
}

.footer-nav .ul2 li a{
	font-size: 16px;
	color: #8e8e8e;
	margin-left: 10px;
}
.footer-nav .ul2 a{
	font-size: 16px;
	color: #8e8e8e;
	margin-right:20px;
}

.footer-nav .ul2 a:hover{
	color: #d2001f;
}

.footer-nav .ul2 li a:hover{
	color: #d2001f;
}

.footer .contact{
/*	float: left;
	width: 240px;*/
	margin-top: 10px;
	margin-left: 10px;
}
.footer .banquan{
		float: left;
	width: 240px;
}
.footer .contact .p1{
	font-size: 20px;
	color: #8e8e8e;
	height: 20px;
	line-height: 20px;
	margin-bottom: 14px;
}

.footer .contact .p2{
	font-size: 14px;
	color: #8e8e8e;
	line-height: 30px;
}

.footer .p21{
	width:700px;
	float:left;
	font-size: 14px;
	color: #8e8e8e;
	line-height: 30px;
}

.footer .erweima{
	float: left;
	width: 111px;
	margin-right: 22px;
}

.footer .erweima img{
	display: block;
	width: 111px;
	height: 111px;
	margin-bottom: 8px;
}

.footer .erweima p{
	font-size: 12px;
	color: #838383;

}

.footer .banquan{
	font-size: 14px;
	color: #999999;
	text-align: center;
	padding: 36px 0;
	background: #121213;
}
#navHeight .fenxiang{
  padding: 0;
  border:none;
  margin-right: 15px;
  display: none;
}

.scrollNavFix .fenxiang{
  display: block !important;
}

#navHeight .bshare-custom .bshare-more{
  font-size: 12px !important;
  font-weight: normal !important;
  color: #9b9999 !important;
}

#navHeight .bshare-custom.icon-medium-plus, .bshare-custom.icon-large {
    line-height: 32px !important;
}

#navHeight .bshare-custom.icon-medium-plus .bshare-qqmb,
#navHeight .bshare-custom.icon-medium-plus .bshare-qzone,
#navHeight .bshare-custom.icon-medium-plus .bshare-qqim,
#navHeight .bshare-custom.icon-medium-plus .bshare-sinaminiblog,
#navHeight .bshare-custom.icon-medium-plus .bshare-weixin{
  background-image: url(img/share.png) !important;
  background-repeat: no-repeat !important;
  padding: 0 0 0 32px !important;
  height: 32px !important;
  line-height: 32px !important;
}

#navHeight .bshare-custom.icon-medium-plus .bshare-qqmb{
  background-position: 0 0 !important;
}

#navHeight .bshare-custom.icon-medium-plus .bshare-qzone{
  background-position: 0 -41px !important;
}

#navHeight .bshare-custom.icon-medium-plus .bshare-qqim{
  background-position: 0 -82px !important;
}

#navHeight .bshare-custom.icon-medium-plus .bshare-sinaminiblog{
  background-position: 0 -123px !important;
}

#navHeight .bshare-custom.icon-medium-plus .bshare-weixin{
  background-position: 0 -164px !important;
}

#navHeight .fenxiang{
  float: right;
}

#navHeight .bshare-custom.icon-medium-plus .bshare-weixin{
  margin: 0 !important;
  border: none;
}


iframe{
  display: block;
  width: 100% !important;
  height: 560px !important;
}

.returnTop{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 0;
}

.returnTop .container{
	position: relative;
}

.returnTop a{
	position: absolute;
	right: -70px;
	bottom: 50px;
	width: 50px;
    height: 72px;
    background-image: url(img/returntop.png);
    background-position: 0 0;
    display: none;
    cursor: pointer;
    text-indent: -9999px;
}
.returnTop a:hover{
    background-position: -52px 0;
}
.sr{
	border-bottom: 1px dotted #a9a9a9;
}

.nav-list li a.on {

color: #d2001f;

}
