/**************************************/
/*************[公用start]**************/
/**************************************/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}
a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}
img{
	border:0;
	max-width: 100%;
}
div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*图片中心放大代码区域*/
.img-box{/*图片盒子类名*/
	overflow: hidden;
}
.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}
.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*图片中心放大代码区域*/
.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}
.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/
/*header-start*/
/**************************************************************/
#header{
	/*background-color: #ac1721;*/
	position: relative;
	z-index: 999;
	/*height: 130px;*/
}
.header-1{
	height: 143px;
	background-color: #fff;
}
.logo{
	width: 576px;
	margin-top: 37px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-right{
	margin-top: 32px;
	width: 426px
}
.header-dl dl{
	margin:0;
}
.header-dl dd{
	float: right;
	font-size: 14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.header-dl dd img{
	margin-top: -3px;
	margin-right: 10px;
}
.header-dl dd+dd{
	padding-right: 50px;
}
.header-dl dd+dd::after{
	position: absolute;
	width: 1px;
	right: 25px;
	content:"";
	height: 21px;
	background-color: #e1e1e1;
	margin-top: -10px;
	top: 50%;
}
.header-dl dd a:hover{
	color: #b50002;
}
.search{
	position: relative;
	margin-top: 20px;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 41px;
	padding: 8px 77px 8px 17px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	border:1px solid #e1e1e1;
}
.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
	width: 68px;
	cursor: pointer;
}
.header-2{
	background-color: #d20002;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	position: relative;
	width: 10%;
	text-align: center;
}
.nav>ul>li>a{
	display: block;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	position: relative;
}
.nav>ul>li>a::after{
	position: absolute;
	content:"";
	left: 2px;
	right: 2px;
	top: 3px;
	height: 36px;
	z-index: 15;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/gai.png);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	display: none;
}
.nav>ul>li>a>span{
	position: relative;
	z-index: 50;
}
.nav>ul>li:hover>a::after, .nav>ul>li.cur>a::after {
	display: block;
}
.nav>ul>li>ul{
	position: absolute;
	left: 2px;
	right: 2px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #999;
	color: #fff;
}
/**************************************************************/
/*header-over*/
/*main-start*/
/**************************************************************/
#main{
	position: relative;
	z-index: 300;
}
.banner-video video{
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
}
.banner-video{
	position: relative;
}
.banner-video::before{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../images/heidi4.png);
	z-index: 15;
}
.banner-video::after{
	content:"";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 162px;
	background-image: url(../images/yy1.png);
	background-repeat: repeat-x;
	background-position: left center;
	z-index:25;
}
.banner-wen-wp{
	position: absolute;
	z-index: 55;
	left: 0;
	width: 100%;
	top: 50%;
	margin-top: -96px;
}
.banner-wen{
	width: 433px;
}
.banner-wen img{
	display: block;
	width: 100%;
}
.main{
	background-color:#f8f8f8;
	padding: 40px 0;
	z-index: 120;
	position: relative;
}
.main1-1{
	width: 1010px;
	/*margin-right: 36px;*/
	background-color: #fff;
	padding: 20px 25px;
}
.main1-1-pic{
	width: 450px;
	margin-right: 30px;
}
.fmain1 .slides>li .imgbox_a{
	padding-bottom: 67.78%;
}
.fmain1 .flex-control-thumbs {
  display: block;
}
.fmain1 .flex-control-thumbs li {
  width: 32.6667%;
  margin-left: 1%;
  position: relative;
  cursor: pointer;
}
.fmain1 .flex-control-thumbs li {
  position: relative;
  padding-bottom: 22.235%;
  overflow: hidden;
  background-color: #000;
}
.fmain1 .flex-control-thumbs li:first-child {
    margin-left: 0;
}
.fmain1 .flex-control-thumbs li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.6;
}
.fmain1 .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.main1-1-con{
	overflow: hidden;
	padding-top: 5px;
}
.title-11{
	position: relative;
	padding-bottom: 16px;
}
.title-11 h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color: #ac1721;
	position: relative;
	z-index: 25;
}
.title-11 a.fr{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 3px;
	position: relative;
	z-index: 25;
}
.title-11 a.fr:hover{color: #ac1721;}
.title-11 h2{
	margin:0;
	font-size: 25px;
	color: #d9d9d9;
	font-family: "Georgia";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 15;
	text-transform: uppercase;
	line-height: 1;
}
.main1-1-con .list01{
	padding-top: 17px;
}
.list01 dl{
	margin:0;
}
.list01 dd{
	height: 22px;
	line-height: 22px;
	padding-left:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao2.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
	color: #333;
	position: relative;
	padding-right: 60px;
}
.list01 dd+dd{
	margin-top: 18px;
}
.list01 dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.list01 dd>a{
	font-size: 16px;
	color: #333;
}
.list01 dd>a:hover{
	color: #ac1721;
}
.main1-2{
	width: 354px;
	position: relative;
	padding-bottom: 30px;
}
.main1-2-1{
	background-color: #fff;
	padding: 25px 20px 10px;
	border-top: 4px solid #ac1721;
	position: relative;
	top: -123px;
}
.main1-2 .list02{
	padding-top: 9px;
}
.list02 dl{
	margin:0;
}
.list02 dd{
	height: 55px;
	line-height: 54px;
	padding-left:22px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao3.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
	color: #333;
	position: relative;
	padding-right: 60px;
}
.list02 dd+dd{
	border-top: 1px solid #e8e8e8;
}
.list02 dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.list02 dd>a{
	font-size: 14px;
	color: #666;
}
.list02 dd>a:hover{
	color: #ac1721;
}
.main1-2-2{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}
.main1-2-2>a{
	display: block;
	height: 124px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main1-2-2.jpg);
	line-height: 124px;
	text-align: right;
	padding-right: 35px;
	font-size: 20px;
	color: #666;
	font-weight: bold;
}
.main1-2-2>a:hover{
	color: #ac1721;
}
.mm20{
	margin-top: 20px;
}
.mm30{
	margin-top: 30px;
}
.mm40{
	margin-top: 40px;
}
.main2-list .item>a.imgbox_a{
	padding-bottom: 27%;
}
.main2-list .item>a span{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 15;
	text-align: center;
	height: 26px;
	line-height: 26px;
	top: 50%;
	margin-top: -13px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.main3-1 {
  width: 1010px;
  margin-right: 36px;
}
.main3-1-dl{
	width: 100px;
	margin-right: 10px;
}
.main3-1-dl dl{
	margin:0;
}
.main3-1-dl dd{
	height: 85px;
	background-color: #fff;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding-top: 53px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center 12px;
	position: relative;
	transition: background-color .3s,color .3s,background-image .3s;
}
.main3-1-dl dd+dd{
	margin-top: 10px;
}
.main3-1-dl dd::after{
	position: absolute;
	width: 6px;
	height: 12px;
	right: -6px;
	top: 50%;
	margin-top: -6px;
	content:"";
	background-image: url(../images/jiao4.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity:0;
	visibility: hidden;
	transition: .3s;
}
.main3-1-dl dd.cur{
	background-color: #ac1721;
	color: #fff;
}
.main3-1-dl dd.cur::after{
	opacity: 1;
	visibility: visible;
}
.main3-1-dl dd.main3-dd1{background-image: url(../images/main3-ico1.png);}
.main3-1-dl dd.main3-dd2{background-image: url(../images/main3-ico2.png);}
.main3-1-dl dd.main3-dd3{background-image: url(../images/main3-ico3.png);}
.main3-1-dl dd.main3-dd4{background-image: url(../images/main3-ico4.png);}
.main3-1-dl dd.main3-dd1.cur{background-image: url(../images/main3-ico1h.png);}
.main3-1-dl dd.main3-dd2.cur{background-image: url(../images/main3-ico2h.png);}
.main3-1-dl dd.main3-dd3.cur{background-image: url(../images/main3-ico3h.png);}
.main3-1-dl dd.main3-dd4.cur{background-image: url(../images/main3-ico4h.png);}
.main3-1-right{
	overflow: hidden;
	background-color: #fff;
	padding:  28px 25px;
}
.tui-wp{
	width: 425px;
	margin-right: 55px;
}
.tui-pic{
	width: 210px;
	margin-right: 25px;
}
.tui-pic .imgbox_a{
	padding-bottom: 68.09523809%;
}
.tui-con{
	overflow: hidden;
}
.tui-con h1{
	margin:0;
	font-size: 18px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.tui-con h1 a:hover{
	color: #ac1721;
}
.tui-con h2{
	margin:0;
	font-size: 14px;
	color: #999;
	margin-top: 16px;
}
.tui-con h3{
	margin:0;
	font-size: 14px;
	color: #ac1721;
	margin-top: 35px;
	font-weight: bold;
}
.tui-wp  .tui+.tui{
	margin-top: 28px;
}
.main-2{
	overflow: hidden;
}
.fmain3-2 .imgbox_a{
	padding-bottom: 104.55%;
}
.fmain3-2 .imgbox_a h1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding:  15px;
  z-index: 25;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-image: url(../images/heidi2.png);
}
.fmain3-2 .flex-direction-nav a{
	width: 34px;
	height: 97px;
	margin-top: -48px;
}
.fmain3-2 .flex-direction-nav .flex-prev{
	left: 0;
}
.fmain3-2 .flex-direction-nav .flex-next{
	right: 0;
}
.main3-1-right-list{
	overflow: hidden;
	padding-top: 6px;
}
.main3-1-right-con{
	display: none;
}
.main3-1-right-con:first-child{
	display: block;
}
.main4-1 {
  width: 1010px;
  margin-right: 36px;
}
.fmain4 .imgbox_a{
	padding-bottom: 36.45%;
}
.main4-2-dl{
	overflow: hidden;
}
.main4-2-dl dl{
	margin:0;
	margin-left: -6%;
	margin-top:-6%;
}
.main4-2-dl dd{
	float: left;
	width: 44%;
	margin-left: 6%;
	margin-top:6%;
}
.main4-2-dl dd .imgbox_a{
	padding-bottom: 104.217%;
}
.main4-2-dl dd .imgbox_a::after{
	position: absolute;
	content:"";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/heidi2.png);
	z-index: 15;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.main4-2-dl dd .imgbox_a span{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 16px;
	color: #fff;
	height: 22px;
	line-height: 22px;
	margin-top: -11px;
	text-align: center;
	width: 100%;
	z-index: 25;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.main4-2-dl dd .imgbox_a:hover::after,
.main4-2-dl dd .imgbox_a:hover span{
	opacity: 1;
	visibility: visible;
}
.main5-list .item .imgbox_a{
	padding-bottom: 68%;
}
.main6-1,.main6-2{
	width: 40.26%;
	border-right: 8px solid #f8f8f8;
}
.main6-3{
	overflow: hidden;
}
.main6-item .imgbox_a{
	padding-bottom: 69%;
}
.main6-item1{
	width: 50%;
}
.main6-item2{
	width: 100%;
}
.main6-1 .main6-item1{
	border-bottom: 8px solid #fff;
	border-right: 4px solid #fff;
}
.main6-1 .main6-item1+.main6-item1{
	border-right: 0;
	border-left: 4px solid #fff;
}
.main6-2 .main6-item1{
	border-top: 8px solid #fff;
	border-right: 4px solid #fff;
}
.main6-2 .main6-item1+.main6-item1{
	border-right: 0;
	border-left: 4px solid #fff;
}
.main6-3 .main6-item2+.main6-item2{
	border-top: 8px solid #fff;
}
.main6-item .imgbox_a h1 {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -50px;
  transition: bottom .3s;
  height: 50px;
  line-height: 50px;
  padding:  0 15px;
  z-index: 25;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-image: url(../images/heidi3.png);
}
.main6-item .imgbox_a:hover h1{
	bottom: 0;
}
.fsfs .slides>li{
	height: 460px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.fsfs .slides>li img{
	display: none;
	width: 100%;
}
.fsfs .flex-control-nav{
	height: 0;
	bottom: 40px;
}
.fsfs .flex-control-nav li{
	margin:0 5px;
}
.fsfs .flex-control-paging li a{
	background-image: none!important;
	background-color: #fff;
	width: 66px;
	height: 5px;
	transition:background-color .3s;
}
.fsfs .flex-control-paging li a.flex-active{
	background-color: #b50002;
}
.index1{
	background-color: #fff;
	padding: 30px 0 70px;
}
.index1-top{
	background-color: #f5f5f5;
	padding: 20px;
}
.index1-top-div{
	position: relative;
	padding-left: 115px;
	min-height: 81px;
}
.index1-top-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 81px;
	height: 81px;color: #fff;
	font-size: 28px;
	font-weight: bold;
	background-color: #b50002;
	text-align: center;
	line-height: 1.05;
	padding: 10px 10px 0;
}
.index1-top-con{
	padding-top: 5px;
}
.index1-top-con h1{
	margin:0;
	font-size: 30px;
	color: #b50002;
	font-weight: bold;
	padding: 0	25px;
	text-align: center;
}
.index1-top-con-p{
	position: relative;
	padding-right: 41px;
	margin-top: 15px;
}
.index1-top-con-p>a{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #b50002;
}
.index1-top-con-p p{margin:0;
	font-size: 	14px;
	color: #666;
}
.index1-bottom{margin-top: 35px;}
.index1-1{
	width: 1010px;
	margin-right: 47px;
}
.index1-1-pic{
	width: 550px;
	margin-right: 46px;
}
.index1-1-pic .imgbox_a{
	padding-bottom: 69.09%;
}
.findex1 .imgbox_a h1{
	position: absolute;
	margin:0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	background-image: url(../images/heidi2.png);
	padding-left: 27px;
	padding-right: 135px;
	font-size: 18px;
	color: #fff;
}
.findex1 .flex-control-paging li a{
	width: 10px;
	height: 10px;
}
.findex1 .flex-control-nav li{
	margin:0;
}
.findex1 .flex-control-nav li+li{
	margin-left:13px;
}
.findex1 .flex-control-nav{
	height: 0;
	bottom: 31px;
	text-align: right;
	padding-right:22px;
}
.index1-1-con{
	overflow: hidden;
}
.index-title1{
	position: relative;
}
.index-title1 span{
	font-size: 26px;
	color: #666;
	cursor: pointer;
	padding: 3px 8px 15px;
	position: relative;
	z-index: 25;
	line-height: 1;
}
.index-title1 span+span{
	margin-left: 15px;
}
.index-title1 span.cur{
	border-bottom: 3px solid #b50002;
	font-weight: bold;
	color: #b50002;
}
.index-title1::after{
	position: absolute;
	left: 0;
	bottom: 1px;
	height: 2px;
	width: 100%;
	background-color: #f5f5f5;
	content:"";
	z-index: 15;
}
.index-title1 a.fr{
	width: 28px;
	height: 28px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/more332.png);
	transition: background-image .3s;
	display: none;
	margin-top: 4px;
}
.index-title1 a.fr:hover{
	background-image: url(../images/more332h.png);
}
.index-title1 a.fr.frr{
	display: block;
}
.index-list-wp .index-list{display: none;}
.index-list-wp .index-list:first-child{display: block;}
.index-list{
	padding-top: 25px;
}
.index-list dl{
	margin:0;
}
.index-list dd{
	height: 22px;
	line-height: 22px;
	padding-left:17px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/jiao2.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
	color: #666;
	position: relative;
	padding-right: 50px;
}
.index-list dd+dd{
	margin-top: 18px;
}
.index-list dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}
.index-list dd>a{
	font-size: 16px;
	color: #666;
}
.index-list dd>a:hover{
	color: #ac1721;
}
.index1-2{
	overflow: hidden;
}
.index1-2 dl{
	margin: 0;
}
.index1-2 dd+dd{
	margin-top: 18px;
}
.index1-2 dd>a{
	display: block;
	height: 181px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 25px 15px 0 30px;
}
.index1-2 dd>a h1{
	margin:0;
	font-size: 22px;
	color: #b50002;
	font-family: "Impact";
	text-transform: uppercase;
}
.index1-2 dd>a h2{
	margin:0;
	font-size: 22px;
	color: #b50002;
	margin-top: 8px;
	height: 1em;
	overflow: hidden;
}
.index1-2 dd>a:hover h2{
	font-weight: bold;
}
.index1-2 dd>a  img{
	display: block;
	height: 53px;
	margin-top: 18px;
}
.index2{
	background-color: #f5f5f5;
	padding: 50px 0;
}
.index2-1{
	width: 1010px;
	margin-right: 47px;
}
.index-title2{
	margin-bottom: 25px;
}
.index-title2 h1{
	margin:0;
	font-size: 26px;
	font-weight: bold;
	color: #b50002;
	padding-left: 21px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/h11.png);
}
.index-title2 a.fr{
	width: 28px;
	height: 28px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-image: url(../images/more332.png);
	transition: background-image .3s;
}
.index-title2 a.fr:hover{
	background-image: url(../images/more332h.png);
}
.index2-1-dl {
	height: 400px;
	overflow: hidden;
}
.index2-1-dl dl{
	margin:0;
}
.index2-1-dl dd{
	float: left;
	width: 25%;
	transition: width .3s;
}
.index2-1-dl dd+dd{
	border-left: 2px solid #f5f5f5;
}
.index2-1-dl.cur dd{
	width: 20%;
}
.index2-1-dl.cur dd.cur{
	width: 40%;
}
.index2-1-dl dd>a{
	display: block;
	height: 400px;
	background-repeat: no-repeat;
	background-position: left center;
	position: relative;
}
.index2-1-dl dd>a::after{
	content:"";
	left: 0;
	right: 0;
	bottom: 0;
	height: 158px;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/yy2.png);
	position: absolute;
	z-index: 15;
}
.index-2-1-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 22px;
	padding: 0	20px 0 30px;
	z-index: 50;
}
.index-2-1-con h1{
	margin:0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}
.index-2-1-con p{
	margin:0;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
	margin-top: 10px;
}
.index2-2{
	overflow: hidden;
}
.index2-2-dl{
	height: 400px;
	overflow-y: auto;
}
.index2-2-dl dl{
	margin:0;
}
.index2-2-dl dd{
	background-color: #fff;
	padding: 20px 35px 20px 80px;
	background-repeat: no-repeat;
	background-position: 30px center;
}
.index2-2-dl dd+dd{
	margin-top: 16px;
}
.index2-2-a-wp{
	font-size: 16px;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.index2-2-a-table{
	height: 100%;
	width: 100%;
	display: table;
}
.index2-2-a-table-cell{
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	height: 3em;
	overflow: hidden;
}
.index2-2-a-table-cell a:hover{
	color: #b50002;
}
.index3{
	background-color: #fff;
	padding: 50px 0;
}
.index3-list{
	margin-left: -15px;
	margin-right: -15px;
	width: 1430px;
}
.index3-list .item{
	padding: 15px;
}
.index3-list .item>a{
	display: block;
	padding: 35px 26px 34px 40px;
	transition: box-shadow .3s;
	overflow: hidden;
}
.index3-list .item>a:hover{
	box-shadow: 0px 0px 15px 0px rgba(6, 0, 1, 0.3);
}
.index3-ico{
	width: 75px;
	position: relative;
}
.index3-ico::after{
	position: absolute;
	z-index: 15;
	left: 3px;
	top: 3px;
	width: 94px;
	height: 102px;
	background-image: url(../images/yy3.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	background-position: center;
	content:"";
}
.index3-ico img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 25;
}
.index3-title{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding: 7px 0 32px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/jt2.png);
}
/**************************************************************/
/*main-over*/
/*footer-start*/
/**************************************************************/
#footer{
}
.footer-1{
	background-image: url(../images/footer-1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0 50px;
}
.foo-logo{
	width: 272px;
}
.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}
.foo1-1-dl{
	margin-top:20px;
}
.foo1-1-dl dl{
	margin:0;
}
.foo1-1-dl dd{
	float: left;
	font-size: 16px;
	color: #fff;
}
.foo1-1-dl dd a:hover{
	font-weight: bold;
}
.foo1-1-dl dd+dd{
	margin-left: 38px;
}
.foo1-1-yq{
	font-size: 16px;
	color: #fff;
	margin-top: 120px;
}
.foo1-1-yq a{
	margin-right: 25px;
}
.foo1-1-yq a:hover{
	font-weight: bold;
}
.foo1-2{
	margin-top: 35px;
	width: 320px;
}
.foo1-2-dl1 dl{
	margin:0;
}
.foo1-2-dl1 dd{
	float: left;
	width: 57px;
	border:1px solid #ededec;
	margin-left: 4px;
}
.foo1-2-dl1 dd>a{
	display: block;
	height: 55px;
	background-repeat: no-repeat;
	background-position: center;
}
.foo1-2-dl1 dd>a.aa1{background-image: url(../images/aa1.png);}
.foo1-2-dl1 dd>a.aa2{background-image: url(../images/aa2.png);}
.foo1-2-dl1 dd>a.aa3{background-image: url(../images/aa3.png);}
.foo1-2-dl1 dd>a.aa4{background-image: url(../images/aa4.png);}
.foo1-2-dl1 dd>a:hover{
	background-color: #ededec;
}
.foo1-2-dl1 dd>a.aa1:hover {background-image: url(../images/aa1h.png);}
.foo1-2-dl1 dd>a.aa2:hover {background-image: url(../images/aa2h.png);}
.foo1-2-dl1 dd>a.aa3:hover {background-image: url(../images/aa3h.png);}
.foo1-2-dl1 dd>a.aa4:hover {background-image: url(../images/aa4h.png);}
.foo1-2-p{
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-top: 25px;
}
.footer-2{
	background-color: #c30002;
	padding: 30px 0;
}
.footer-2-con{
	line-height: 2.2;
	font-size: 14px;
	color: #fff;
	margin-top: 0px;
	overflow: hidden;
}
.footer-2 .fr{
	font-size: 14px;
	color: #fff;
	margin-top: 20px;
}
.footer-2 .fl h1{
	margin:0;
	font-size: 16px;
	font-weight: bold;color: #fff;
}
.footer-2 .fl h1 img{
	display: block;
	margin-top: 10px;
}


.footer-2-1{
	float: left;
	margin-right: 20px;
	margin-top: 7px;
}









.footer-3{
	background-color: #f5f5f5;
	padding: 23px 0;
}
.footer-3 .container{
	max-width: 1160px;
}
.footer-3-div{
	height: 34px;
	position: relative;
	padding-left: 105px;
}
.footer-3-title{
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	line-height:34px;
	font-size: 16px;
	color: #666;
	width: 100px;
}
.footer-3-dl dl{
	margin:0;
	margin-left: -3%;
}
.footer-3-dl dd{
	float: left;
	width: 22%;
	margin-left: 3%;
}
/**************************************************************/
/*footer-over*/
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
#header-2{
	display: none;
	height: 60px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
}
.nav-2>ul>li{
	border-top: 1px dotted #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width:300px;
   margin-left: 15px;
   margin-top: 12px;
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 60px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 22px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
		display: none;
		height: 60px;
	}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;
}
/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/
.banner-2{
	height: 310px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-2 img{
	display: none;
	width: 100%;
}
.erji{
	padding: 40px  0 70px;
	background-color: #fff;
}
.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}
.erji-title h1{
	margin:0;
	font-size:18px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 3px solid #ac1721;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.erji-title h1 img{
	margin-top: -3px;
	margin-right: 9px;
}
.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #ac1721;
}
.erji-div{
	padding-top: 27px;
}
.menu{
	width: 260px;
	margin-right: 40px;
}
.erji-content{
	overflow: hidden;
}
.menu-dl dl{
	margin:0;
}
.menu-dl{
	border:1px solid #d4d4e1;
	background-color: #f5f5f5;
}
.menu-dl dd+dd{
	border-top:1px solid #d4d4e1;
}
.menu-dl dd>a{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left:38px;
	font-size:14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: 92% center;
}
.menu-dl dd.cur>a,.menu-dl dd>a:hover{
	background-image: url(../images/jt.png);
	background-color: #999;
	color: #fff;
}
.menu-pic{
	margin-top: 27px;
}
.menu-pic a,.menu-pic img{
	display: block;
	width: 100%;
}
.img-list dl{
	margin:0;
	margin-left: -3%;
}
.img-list dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
	margin-top: 3%;
}
.img-list dd:first-child{margin-top: 0;}
.img-list dd:first-child+dd{margin-top: 0;}
.img-list dd:first-child+dd+dd{margin-top: 0;}
.lingdao-list .img-pic .imgbox_a{padding-bottom: 136.5%;}
.img-pic .imgbox_a{padding-bottom: 67.65%;}
.img-list dd:hover .img-h1 {
	color: #ac1721;
}
.img-h1{
	font-size: 18px;
	color: #666;
	background-color: #f5f5f5;
	padding: 20px 15px;
	text-align: center;
}
.img-h1 a:hover{
	color: #ac1721;
}
.fenye{
	text-align: center;
	padding-top: 50px;
}
.fenye ul{
	margin: 0;
}
.xinwen1{
	background-color:#f5f5f5;
	padding: 35px 40px 35px 50px;
}
.xinwen1 h1{
	margin:0;
	font-size: 18px;
	font-weight: bold;
	color: #ac1721;
}
.xinwen1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-top: 14px;
}
.more980{
	margin-top: 20px;
}
.more980 a{
	display: block;
	width: 132px;
	height: 32px;
	line-height: 30px;
	padding-left: 18px;
	color: #ac1721;
	border:1px solid #ac1721;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 102px center;
	background-image: url(../images/more980.png);
}
.more980 a:hover{
	background-color: #ac1721;
	color: #fff;
	background-image: url(../images/more980h.png);
}
.xinwen2{
   border-top: 1px solid #e8e8e8;
   margin-top:35px;
}
.dang-2-gai-list dl{
	margin:0;
}
.dang-2-gai-list dd {
   padding: 25px 0;
   border-bottom: 1px solid #e8e8e8;
}
.dang-2-gai-date{
	width: 80px;
	margin-right: 30px;
	text-align: center;
	background-color: #eeeeee;
	height: 110px;
	padding-top: 20px;
	color: #ac1721;
	transition: .3s;
}
.dang-2-gai-date h1{
	margin:0;
	font-size: 44px;
	color: inherit;
}
.dang-2-gai-date h2{
	margin:0;
	font-size: 13px;
	color: inherit;
	margin-top:8px;
	font-family: "Arial";
}
.dang-2-gai-con{
	overflow: hidden;
	padding-top: 6px;
}
.dang-2-gai-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
}
.dang-2-gai-con h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:10px 0 12px;
}
.dang-2-gai-con h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.dang-2-gai-con p{
	margin:0;
	font-size: 12px;
	color: #999;
}
.dang-2-gai-list-dd{
	position: relative;
  padding-right: 150px;
  transition: .3s;
  padding-bottom: 0;
}
.dang-2-gai-aaa{
	position: absolute;
	width: 33px;
	right: 15px;
	top: 50%;
	margin-top: -16px;
}
.dang-2-gai-aaa a{
	display: block;
	height: 33px;
	background-image: url(../images/aaha.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-list-dd{
	padding-bottom: 10px;
}
.dang-2-gai-list dd:hover .dang-2-gai-aaa a{
	background-image: url(../images/aahah.png);
}
.dang-2-gai-list dd:hover .dang-2-gai-date{
	background-color: #999;
	color: #fff;
}
.dang-2-gai-list dd:hover .dang-2-gai-con h1{
	color: #ac1721;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#ac1721;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con {
	padding: 0px 0 60px;
}
.danpian-con table{
    border:1px solid #333!important;
    border-collapse: collapse;
}
.danpian-con table tr,
.danpian-con table td{
     border:1px solid #333!important;
}
.danpian-con p{margin:0;}
.danpian-con img{
	display: block;
	margin:15px auto;
}
.danpian-con,.danpian-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 16px!important;
	color: #666!important;
	line-height: 2.2!important;
}
.danpian-con.cur0,.danpian-con.cur0 *{
	font-size: 18px!important;
}
.danpian-con.cur2,.danpian-con.cur2 *{
	font-size: 14px!important;
}
.danpian-page{
	border-top: 1px solid #f3f3f3;
}
.danpian-page-li{
	border-bottom: 1px solid #f3f3f3;
}
.danpian-con a:hover{
	color: #ac1721!important;
}
.danpian-sx{
	width: 120px;
	height: 59px;
	margin-right: 35px;
}
.danpian-sx a{
	display: block;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 16px;
	color: #999;
}
.danpian-page-div{
	overflow:hidden;
	padding-right: 115px;
	position: relative;
	height: 59px;
	line-height: 59px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.danpian-page-div a{
	font-size: 16px;
	color: #666;
}
.danpian-page-div a:hover{
	color: #ac1721;
}
.danpian-page-div span{
	position: absolute;
	right: 30px;
	font-size: 14px;
	color: #999;
}
.danpian-page-li:hover .danpian-sx a{
	background-color: #ac1721;
	color: #fff;
}
.biaodan{
	padding-top: 23px;
	padding-left: 90px;
}
.biaodan-li-wp+.biaodan-li-wp{
	margin-top: 18px;
}
.biaodan-li-wp1 .biaodan-li{width: 50%;}
.biaodan-span{
	height: 42px;
	line-height: 42px;
	width: 140px;
	font-size: 16px;
	color: #333;
	text-align: right;margin-right: 50px;
}
.biaodan-input-wp{overflow: hidden;}
.biaodan-input{overflow: hidden;}
.biaodan-input .form-control{
	display: block;
	width: 100%;
	height: 42px;
	border-radius: 0;
	box-shadow: none!important;
}
.biaodan-li-wp1-sex .biaodan-input .form-control{
	width: 90px;
}
.biaodan-input textarea.form-control{
	resize: none;
	height:110px;
}
.biaodan-li-wp2 .biaodan-input-li{width: 18%;}
.biaodan-input-li-span{
	height: 42px;
	line-height: 42px;
	width: 50px;
	font-size: 16px;
	color: #333;
}
.biaodan-input-li .biaodan-input{
	padding-right: 30px;
}
.biaodan-input-wp-radio{
	height: 42px;
	line-height: 42px;
}
.biaodan-input-wp-radio input[type="radio"]{
	vertical-align: middle;
	margin-right: 7px;
	margin-top: -3px;
}
.biaodan-li-wp3 .biaodan-input-li1{width: 15%;}
.biaodan-li-wp3 .biaodan-input-li2{width: 35%;}
.biaodan-li-wp3 .biaodan-input-li .biaodan-input {
    padding-right: 10px;
}
.biaodan-li-wp3-item+.biaodan-li-wp3-item{
	margin-top: 18px;
}
.biaodan-hua dl{
	margin:0;
}
.biaodan-hua dd{
	float: left;
	padding: 10px 40px;
	border:1px solid #ddd;
	background-color: #fff;
	cursor: pointer;
}
.biaodan-hua dd+dd{
	margin-left: 10px;
}
.biaodan-hua dd.cur{
	background-color: #ac1721;
	border-color:#ac1721;
	color: #fff;
}
.biaodan-hua-div-wp{
	margin-top: 14px;
	border:1px solid #ddd;
	background-color: #fff;
	padding:10px 25px;
}
.biaodan-hua-div-wp .biaodan-hua-div{display: none;}
.biaodan-hua-div-wp .biaodan-hua-div:first-child{display: block;}
.biaodan-hua-div dl{
	margin:0;
	margin-left: -2%;
}
.biaodan-hua-div dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
}
.biaodan-hua-span{
	height: 42px;
	line-height: 42px;
	width: 62px;
	font-size: 16px;
	color: #333;
}
.biaodan-input-wp4 .biaodan-input{
	float: left;
	width: 152px;
}
.yz{
	width: 100px;
	margin-top: 9px;
	margin-left: 24px;
	cursor: pointer;
}
.yz img{
	display: block;
	width: 100%;
}
.biaodan-input-button{
	padding-left: 190px;
	padding-top: 30px;
}
.biaodan-input-button input:focus{
	outline: none;
}
.biaodan-input-button input{
	display: block;
	width: 197px;height: 50px;
	color: #fff;
	border:0;
	background-color: #ac1721;
	cursor: pointer;
	font-size: 14px;
}
.biaodan-input-button input:hover{
	/*font-weight: bold;*/
	background-color: #0d5eab;
}
.zhaopin-table.table-responsive{
	margin-bottom: 0;
	margin-top: 25px;
}
.zhaopin-table table.table{
	margin:0;
	text-align: center;
	border:1px solid #f4f4f5;
}
.zhaopin-table table.table tr th{
	background-color: #ae1c1c;
	font-size: 14px;
	color: #fff;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	border-color:#ae1c1c;
}
.zhaopin-table table.table tr th:first-child{
	text-align: left;
	padding-left: 30px;
}
.zhaopin-table table.table tr th span{
	font-size: 12px;
	padding-left: 5px;
}
.zhaopin-table table.table tr td{
	background-color: #fff;
	vertical-align: middle;
	border-color:#f4f4f5;
}
.zhaopin-table table.table tr td i
{font-style: normal;font-size: 18px;color: #333;
}
.zhaopin-table table.table tr.tr11 td{
	font-size: 14px;
	color: #666;
	height: 50px;
}
.zhaopin-table table.table tr.tr11 td:first-child{
	font-size: 16px;
	padding-left: 30px;
	text-align: left;
}
.zhaopin-table table.table tr.tr22 td{
	padding: 0;
}
.zhaopin-con{
	padding: 35px;
	font-size: 16px;
	color: #666;
	line-height: 2;
	text-align: left;
	display: none;
	white-space: normal;
}
.jjw{
	cursor: pointer;
}
.jjw:hover{
	color: #ae1c1c;
}
.tan_aaa-wp{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1998;
	display: none;
}
.tan_aaa-box{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 500;
}
.tan_aaa-hei{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.5);
}
.tan_aaa-div{
	position: absolute;
	width: 900px;
	height: 600px;
	background-color: #fff;
	z-index: 200;
	margin-left: -450px;
	left: 50%;
	margin-top: -300px;
	top: 50%;
	padding: 60px 30px 30px;
}
 .close_btn{position:absolute;width:50px;height:50px;right:10px;top:10px;text-align:center;line-height:50px;display:block;margin-bottom:1px;cursor:pointer;overflow:hidden;background-color: #ae1c1c;}
 .close_btn:hover{background:#ae1c1c;}
 .close_btn:after, .close_btn:before{content:''; position:absolute; width:60%; height:1px;background:#fff; display:block; left:50%; margin-left:-30%;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
 .close_btn:before{bottom:50%; transform:rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
 .close_btn:after{top: 50%; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg);}
 .close_btn:hover:after{top:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover:before{bottom:24%;-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transform:rotate(0deg)}
 .close_btn:hover i{opacity:1;visibility:visible;}
 .close_btn i{font-style:normal;
 	opacity:0;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;visibility:hidden;color:#fff;font-size: 12px;}
.tan_aaa-div-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 40px;
}
.tan_aaa-dl{
	background-color:#efefef;
	margin-top:  30px;
	padding: 30px 40px;
}
.tan_aaa-dl dl{
	margin:0;
	margin-left: -3%;
}
.tan_aaa-dl dd{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}
.tan_aaa-dl dd h1{
	margin:0;
	font-size: 14px;
	color: #666;
}
.tan_aaa-dl dd h2{
	margin:0;
	font-size: 25px;
	color: #333;
	margin-top: 10px;
}
.tan_aaa-wen-wp{
	padding: 40px;
	padding-right: 20px;
}
.tan_aaa-wen{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height:14.4em ;
	overflow-y: auto;
	padding-right: 20px;
}
.dashiji{
	/*padding-top: 38px;*/
}
.dashiji1{
	background-repeat: repeat-x;
	background-position: left 50px;
	background-image: url(../images/line.png);
	position: relative;
	padding: 0	42px;
}
.dashiji1-left{
	position: absolute;
	width: 20px;
	left: 0;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
}
.dashiji1-right{
	position: absolute;
	width: 20px;
	right: 0;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
}
.dashiji1-left img,.dashiji1-right img{
	display: block;
	width: 100%;
}
.dashiji1-list .item{
	height: 40px;
	line-height: 38px;
	border:1px solid #c2c2c2;
	cursor: pointer;
	font-size: 16px;
	color: #666;
	text-align: center;
	transition: .3s;
	user-select:none;
}
.dashiji1-list .item.cur{
	background-color: #d20002;
  border-color: #d20002;
  color: #fff;
}
.dashiji2{
	margin-top: 50px;
}
.dashiji2-title{
	font-size: 16px;
	color: #c30002;
	font-weight: bold;padding-left: 52px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ico33.png);
	min-height: 31px;
}
.dashiji2-title span{
	font-size: 30px;
	padding-right:10px;
}
.dashiji2-div{
	display: none;
}
.dashiji2-div:first-child{
	display: block;
}
.dasiji2-date{
	width: 82px;
	font-size: 20px;
	color: #333;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/ico44.png);
	margin-right: 25px;
}
.dashiji2-con{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	overflow: hidden;
}
.dashiji2-con img{
	display: block;
	margin:10px 0;
}
.dashiji2-list dd:hover .dashiji2-con{color: #c30002;}
.dashiji2-list dd+dd{
	margin-top: 20px;
}
.dashiji2-list{
	position: relative;
	padding: 20px 0 45px;
	margin-top: 25px;
}
.dashiji2-list dl{
	margin:0;
	position: relative;
	z-index: 25;
}
.dashiji2-list::after{
	content:"";
	position: absolute;
	width: 1px;
	top: 0;
	bottom: 0;
	content:"";
	z-index: 15;
	background-color: #dedede;
	left: 74px;
}
.zuzhi-img{
	position: relative;
	margin-top: 20px;
}
.zuzhi-img img,.zuzhi-img>a{
	display: block;
	width: 100%;
}
.zuzhi-a1 a{
	position: absolute;
	width: 43px;
	height: 144px;
	bottom: 23px;
}
.zuzhi-a1 a.aaa1{
	width: 63px;
	left: 23px;
}
.zuzhi-a1 a.aaa2{
	left: 104px;
}
.zuzhi-a1 a.aaa3{
	left: 162px;
}
.zuzhi-a1 a.aaa4{
	left: 220px;
}
.zuzhi-a1 a.aaa5{
	left: 278px;
}
.zuzhi-a1 a.aaa6{
	left: 336px;
}
.zuzhi-a1 a.aaa7{
	left: 393px;
}
.zuzhi-a1 a.aaa8{
	left: 452px;
}
.zuzhi-a1 a.aaa9{
	left: 510px;
}
.zuzhi-a1 a.aaa10{
	left: 568px;
}
.zuzhi-a1 a.aaa11{
	left: 626px;
}
.zuzhi-a1 a.aaa12{
	left: 684px;
}
.zuzhi-a2 a{
	position: absolute;
	width: 43px;
	height: 144px;
	bottom: 23px;
}
.zuzhi-a2 a.aaa1{
	right:315px;
}
.zuzhi-a2 a.aaa2{
	right:257px;
}
.zuzhi-a2 a.aaa3{
	right:199px;
}
.zuzhi-a2 a.aaa4{
	right:141px;
}
.zuzhi-a2 a.aaa5{
	right:83px;
}
.zuzhi-a2 a.aaa6{
	right:23px;
}
.zuzhi-con-wp .zuzhi-con{display: none;}
.zuzhi-con-wp{
	padding-top: 30px;
}
.zuzhi-con,.zuzhi-con *{
	font-family: "Microsoft Yahei"!important;
	font-size: 16px!important;
	color: #666!important;
	line-height: 2.2!important;
}

.gongyi dl{
	margin:0;
}

.gongyi dd{
    padding: 6px 0;
    border-bottom: 1px solid #e5e4e2;
}

.gongyi dd>a {
  position: relative;
  display: block;
  padding: 20px;
  overflow: hidden;
}
.gongyi dd>a::after{
	position: absolute;
	width: 318px;
	top: 0;
	bottom: 0;
	right: -318px;
	background-image: url(../images/news_link.png);
	background-repeat: no-repeat;
	background-position: right center;
	content:"";
	z-index: 50;
	transition: right .2s;
}
.gongyi-pic{
	width: 200px;
	position: relative;
	z-index: 15;
}

.gongyi-pic .imgbox_a{
	padding-bottom: 65%;
}

.gongyi-date{
	width: 200px;
	height: 130px;
	line-height: 130px;
	font-size: 24px;
	color: #333;
	text-align: center;
	position: relative;
	z-index: 15;
}

.gongyi-con{
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	z-index: 15;
}

.gongyi-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	padding-bottom: 12px;
	position: relative;
}
.gongyi-con h1::after{
	position: absolute;
	width: 28px;
	height: 1px;
	background-color: #ac1721;
	content:"";
	left: 0;
	bottom: 0;
}

.gongyi-con p{
	margin:0;
	font-size: 14px;
	color: #999;
	line-height: 1.5;
	height: 4.5em;
	overflow: hidden;
	margin-top: 8px;
}

.gongyi dd>a:hover {
    background-color: #f5f5f5;
}
.gongyi dd>a:hover .gongyi-date{color: #ac1721;}
.gongyi dd>a:hover .gongyi-con h1{color: #ac1721;}
.gongyi dd>a:hover::after{
	right: 0;
}

.map-wp{
	width: 600px;
	height: 400px;
	margin-right: 40px;
}

.map{
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}

.map-div{
	overflow: hidden;
	padding-top: 40px;
}

.map-title{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.map-dl{
	padding-top: 50px;
}
.map-dl dl{
	margin:0;
}

.map-dl dd{
	font-size: 16px;
	color: #333;
	line-height: 1.6;
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 35px;
}

.map-dl dd+dd{
	margin-top: 15px;
}
.footer-3-div{
	position: relative;
}

#totop{
	position: absolute;
	right: -120px;
  top: -45px;
  width: 50px;
  height: 50px;
	background-color: #333;
	cursor: pointer;
	background-image: url(../images/toptop.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: background-color .3s;
}

#totop:hover{
	background-color: #ac1721;
}
#footer{
	position: relative;
	z-index: 500;
}
.zhanlve{
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.zhanlve dl{
	margin:0;
}

.zhanlve dd{
	float: left;
	width: 20%;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.zhanlve dd .imgbox_a{
	padding-bottom: 36.67%;
}
.niandu-a {
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.niandu-a a{
	display: inline-block;
	width: 135px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	border:1px solid #ddd;
	border-radius: 4px;

}
.niandu-a a+a{
	margin-left: 10px;
}

.niandu-a a.cur{
	background-color: #d20002;
	border-color: #d20002;
	color:#fff!important;
}
.niandu-a a:hover{
	color: #d20002;
}


.niandu-div{
	margin-top: 50px;
}