/**************************************/
/*************[公用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{

}

.header-1{
	height:108px;
	/*background-color: #fff;*/
	background-image: url(../images/header-1.jpg);
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.logo{
	width: 448px;
	margin-top: 24px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 20px;
	width: 254px;
}

.header-right-a{
	font-size: 14px;
	color: #fff;
}
.header-right-a a img{
	margin-top: -3px;
	margin-right: 5px;
}
.header-right-a a:hover{
	text-decoration: underline;
}
.search{
	width: 250px;
	height: 36px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center ;
	position: relative;
	padding-left: 15px;
	padding-top: 1px;
	padding-right: 45px;
	margin-top: 11px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	background-color: transparent;
	border:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.428571;
}

.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 0px;
}

.nav-wp{
	position: relative;
	background-color:#ffffff;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 9.09090909%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.jpg);
	background-repeat: no-repeat;
	background-position: left center;

}
.nav>ul>li:first-child{
	background-image: none;
}

/*.nav>ul>li:hover,
.nav>ul>li:hover+li{
	background-image: none;
}
.nav>ul>li.active,
.nav>ul>li.active+li{
	background-image: none;
}*/

.nav>ul>li>a{
	display: block;
	height: 51px;
	line-height: 51px;
	font-size: 16px;
	color:#333;
	/*transition: .3s;*/

}
.nav>ul>li>a img{width:30px;}
.nav>ul>li:hover>a, .nav>ul>li.active>a {
	/*background-color:#a90e00;*/
	color: #ae1c1c;
	font-weight: bold;

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:51px;
	z-index: 600;
	background-color: #ae1c1c;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#fff;
	/*transition: .3s;*/
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #961818;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .flex-direction-nav{
	width: 1200px;
	margin:0 auto;
	position: absolute;
	top: 50%;
	height: 0;
	left: 50%;
	margin-left: -600px;
}

.fafa .flex-direction-nav a{
	width: 42px;
	height: 42px;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.fafa .flex-direction-nav .flex-prev{
	left: -42px;
}
.fafa .flex-direction-nav .flex-next{
	right: -42px;
}

.fafa .slides>li>a.imgbox_a{
	padding-bottom: 26.04%;
}
.fafa-h1{
	position: absolute;
	left: 0%;
	right: 0;
	bottom: 15px;
	z-index: 50;

}
.fafa-h1 h1{
	display: inline-block;
	margin:0;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0	15px;
	font-size: 22px;
	background-image: url(../images/heidi.png);
}


.main{
	padding: 45px 0;
	background-color: #fff;
}





.main2{
	background-color: #fff;
	padding-top: 45px;
}
.main2-dl{
	position: relative;
	height: 356px;
}


.main2-dl dl{
	margin:0;
}

.main2-dl dd{
	position: absolute;
	background-repeat: no-repeat;
	background-position: center ;
	overflow: hidden;

}




.main2-dl dd>a{
	display: block;
	height: 100%;
}


.main2-dl dd.md1{
	left: 0;
	top: 0;
	width: 262px;
	height: 148px;
}

.main2-dl dd.md2{
	left: 263px;
	top: 0;
	width: 395px;
	height: 207px;
}
.main2-dl dd.md3{
	left: 659px;
	top: 0;
	width: 263px;
	height: 207px;
}
.main2-dl dd.md4{
	right: 0;
	top: 0;
	width: 277px;
	height: 148px;
}


.main2-dl dd.md5{
	left: 0;
	bottom: 0;
	width: 262px;
	height: 207px;
}

.main2-dl dd.md6{
	left: 263px;
	bottom: 0;
	width: 263px;
	height: 148px;
}

.main2-dl dd.md7{
	left: 527px;
	bottom: 0;
	width: 395px;
	height: 148px;
}
.main2-dl dd.md8{
	right: 0;
	bottom: 0;
	width: 277px;
	height: 207px;
}
.md-div{
	cursor: pointer;
	overflow: hidden;
}
.md-div>img{
	display: none;
}


.main2-cai{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

dd.md1 .main2-cai{background-image: url(../images/tm1.png);}
dd.md2 .main2-cai{background-image: url(../images/tm2.png);}
dd.md3 .main2-cai{background-image: url(../images/tm3.png);}
dd.md4 .main2-cai{background-image: url(../images/tm4.png);}
dd.md5 .main2-cai{background-image: url(../images/tm5.png);}
dd.md6 .main2-cai{background-image: url(../images/tm6.png);}
dd.md7 .main2-cai{background-image: url(../images/tm7.png);}
dd.md8 .main2-cai{background-image: url(../images/tm8.png);}


.main2-dl dd.md1:hover .main2-con{bottom: 15px;}
.main2-dl dd.md2:hover .main2-con{bottom: 35px;}
.main2-dl dd.md3:hover .main2-con{bottom: 35px;}
.main2-dl dd.md4:hover .main2-con{bottom: 15px;}
.main2-dl dd.md5:hover .main2-con{bottom: 35px;}
.main2-dl dd.md6:hover .main2-con{bottom: 15px;}
.main2-dl dd.md7:hover .main2-con{bottom: 15px;}
.main2-dl dd.md8:hover .main2-con{bottom: 35px;}









.main2-con{
	position:absolute;
	left: 0;
	right: 0;
	bottom: -47px;
	transition: .3s;
}
.main2-con h1{
	font-size: 24px;
	color: #fff;
	margin:0;
	text-align: center;
	line-height: 26px;
}

.line{
	width: 28px;
	height: 2px;
	background-color: #fff;
	margin:12px auto 0

}

a.more2{
	display: block;
	height: 32px;
	line-height: 30px;
	border:1px solid #fff;
	width: 140px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin:15px auto 15px;
}

a.more2:hover{
	background-color: #fff;
	color: #333;
}


.main2-dl-phone dl{
	margin:0;
	margin-left: -3%;
}
.main2-dl-phone dd{
	float: left;
	width: 47%;
	margin-left: 3%;
	margin-top: 3%;
}

.main2-dl-phone dd>a{
	display: block;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}


.title-22{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/title-22.png);
}

.title-22 h1{
	margin:0;
	padding-bottom: 12px;
	font-size: 20px;
	color: #ae1c1c;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px solid #ae1c1c;
}

.title-22 a.fr{
	font-size: 14px;
	color: #9b9b9b;
	margin-top:5px;
}
.title-22 a.fr:hover{
	color: #ae1c1c;

}
.main0-1-div{
	margin-top: 22px;
}


.main0-1-left{
	width: 576px;
	margin-right: 26px;
}


.main0-1-right{
	overflow: hidden;
}


.fmain0 .slides>li>a.imgbox_a{
	padding-bottom: 66.67%;
}

.fmain0 .slides>li>a>h1{
	margin:0;
	position: absolute;
	z-index: 15;
	left: 0;
	right: 0;
	bottom: 0;
	height:45px ;
	line-height: 45px;
	background-image: url(../images/heidi2.png);
	padding: 0	110px 0 22px;
	color: #fff;
	font-size: 16px;
}

.fmain0 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 17px;
	bottom: 26px;
}


.fmain0 .flex-control-paging li a{
	width: 8px;
	height: 8px;
}
.tui1{
	padding-bottom: 18px;
	border-bottom: 1px solid #dfdfdf;
}

.tui1 h1{
	font-size: 18px;
	font-weight: bold;
	color: #ae1c1c;
	margin:0;
	position: relative;
	padding-right: 85px;
	height: 24px;
	line-height: 24px;
}
.tui1 h1 a{
	color: #ae1c1c;
}

.tui1 h1 span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.tui1 p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}
.list00{
	padding-top: 19px;
}
.list00 ul{
	margin:0;
}

.list00 li{
	margin-top: 18px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian2.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:20px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list00 li:first-child{
	margin-top: 0
}


.list00 li a{
	font-size: 16px;
	color:#333;
}
.list00 li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list00 li a:hover{
	color:#ae1c1c;
}















.main0-2{
	margin-top: 45px;
}

.main0-2-left{
	width:383px;
	margin-right: 38px;
}


.main0-2-right{
	overflow: hidden;
}


.list01 ul{
	margin:0;
}

.list01 li{
	margin-top: 23px;
}

.list01-date{
	width: 57px;
	padding: 0 5px 5px;
	background-color:#ae1c1c; 
	text-align: center;
	margin-right: 15px;
}
.list01-date h1{
	margin:0;
	height:29px ;
	line-height: 29px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	font-weight: bold;
}
.list01-date h2{
	margin:0;
	color: #ae1c1c;
	background-color: #fff;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
        border-radius: 3px;
}

.list01-con{
	overflow: hidden;
	padding-top: 1px;
}
.list01-con a{
	font-size: 16px;
	display: block;
	color: #333;
	line-height: 1.6;
	height: 50px;
	overflow: hidden;
}
.list01-con a:hover{
	color: #ae1c1c;

}


.list02 ul{
	margin:0;
}

.list02 li{

	margin-top: 22px;
}

.list02-pic{
	width: 100px;
	margin-right: 13px;
}

.list02-pic a.imgbox_a{
	padding-bottom: 128%;
}

.list02-con{
	overflow: hidden;
}

.list02-con h1{
	font-size: 16px;
	color: #333;
	margin:0;
}

.list02-con h1 a:hover
{color: #ae1c1c;}

.list02-con dl{
	margin:0;
	padding-top:37px;
}

.list02-con dd{
	font-size: 14px;
	color: #999;
	margin-top: 7px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: left center;
}

.list02-con dd:first-child{
	margin-top: 0;
}






/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}


.footer-1{
	background-color: #6b6b6b;
	padding: 55px 0 50px;
}




.er{
	    width: 113px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 39px;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	border:1px solid #cecece;
}


.foo-list{
	overflow: hidden;
}

.foo-list ul,.foo-list dl{
	margin:0;
}
.foo-list li{
	float: left;
	margin-left: 40px;
	text-align: center;
}


.foo-list li:first-child{
	margin-left: 0;
}

.foo-list li h1{
	margin: 0;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.foo-list li dd{
	font-size: 14px;
	color: #fff;
	margin-top: 7px;
}
.foo-list li dd:first-child{
	margin-top: 17px;
}

.footer-2{
	background-color: #6b6b6b;
	padding: 30px 0;
	text-align: center;
	font-size: 0;
	line-height: normal;
	border-top:1px solid #a6a6a6; 
}

.footer-2 dl{
	margin:0;
	display: inline-block;
}

.footer-2 dd{
	float: left;
	font-size: 16px;
	color: #fff;
	margin-left: 100px;
}
.footer-2 dd:first-child{
	margin-left: 0;
}
.footer-2 dd img{
	margin-top: -3px;
	margin-right: 16px;
}
.footer-3{
	background-color: #454545;
	padding: 20px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.footer-3 span{
	padding-left: 20px;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*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: #ae1c1c;
	/*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: 6px 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: 367px;
   margin-left: 15px;
   margin-top: 13px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#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: 217px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
	width: 252px;
	margin-right: 40px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #ae1c1c;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	height: 48px;
	line-height: 48px;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.menu li a:hover,.menu li.active a{
	background-color: #ae1c1c;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #ae1c1c;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #ae1c1c;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#ae1c1c;
}
.mianbaoxie span{
    color:#ae1c1c;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    /*border-top: 1px solid #eee;*/
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 15px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#ae1c1c;
}
.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	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;

}

.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#ae1c1c;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#ae1c1c;
}




.shizi ul{
	margin:0;
}
.shizi li h1 {
    height: 37px;
    line-height: 37px;
    background-color: #f3f3f3;
    color: #ae1c1c;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
    padding-left: 37px;
    background-image: url(../images/dian2.png);
    background-repeat: no-repeat;
    background-position: 15px center;
}




.shizi-div-wp{
	padding: 5px 0px 18px 37px;
}



.shizi-dl{
	overflow: hidden;

}
.shizi-dl dl{
	margin:0;
}
.shizi-dl dd{
	float: left;
	height: 25px;
	line-height: 25px;
	width: 58px;margin-right: 29px;
	margin-top: 10px;
  text-align: justify;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position:left center ;
  background-image: url(../images/dian3.png);
}

.shizi-dl dd a{
	font-size: 16px;
	color:#333;
}

.shizi-dl dd a:hover{
	color:#ae1c1c;
}