/**************************************/
/*************[公用start]**************/
/**************************************/
body{
	overflow-x: hidden;
}
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
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{
	position: relative;
	z-index: 999;
}

.header-1{
	height: 130px;
}

.logo{
	width: 465px;
	margin-top: 35px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-right{
	margin-top: 25px;
}
.header-a{
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}
.header-a a:hover{
	color: #da251d;
}
.header-a img{
	margin-top: -3px;
	margin-right: 5px;
}

.search-wp{
	width: 368px;
	position: relative;
	margin-top: 20px;
	padding-right: 41px;
}
.gjss{
	position: absolute;
	width: 41px;
	text-align: right;
	font-size: 14px;
	color: #333;
	right: 0;
	top: 0;
	padding-left: 10px;
}
.gjss a:hover{
	color: #da251d;
}
.search{
	position: relative;
}

.search input:focus{
	outline: none;
}
.search input[type="text"]{
	display: block;
	width: 100%;
	height: 40px;
	background-color:#fff;
	border:0;
	border:1px solid #da251d;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 70px 6px 13px;
}
.search input[type="image"]{
	position: absolute;
	width:65px;
	top:0px;
	right: 0px;
}





.nav-wp{
	position: relative;
	background-color:#da251d;
	z-index: 500;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 14.2857%;
	text-align: center;
	position: relative;
}
.nav>ul>li+li{
	padding-left: 1px;
	background-image: url(../image/li.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	/*transition: .3s;*/

}
.nav>ul>li>a img{
	margin-top: -3px;
	margin-right: 9px;
}
.nav>ul>li:hover>a, .nav>ul>li.cur>a {
	background-color:#bd2019;
}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100%;
	z-index: 600;
	background-color: #da251d;
	border-top: 1px solid #da251d;
	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;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #bd2019;
}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .flex-control-nav{
	height: 0;
	bottom: 40px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.main{
	padding: 50px 0 70px;
}

.main0{
	background-color: #fff;
	padding: 25px;
	box-shadow: 1px 0px 14.7px 0.3px rgba(138, 138, 138, 0.35);
}

.main0-div{
	position: relative;
	padding: 0 115px;
	min-height: 74px;
}

.main0-title{
	position: absolute;
	width: 74px;
	left: 0;
	top: 0;
}

.main0-title img{
	display: block;
	width: 100%;
}

.main0-div-con{
	text-align: center;
	padding: 4px 0;
}

.main0-div-con h1{
	margin:0;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	padding: 0 25px;
}
.main0-div-con h1 a:hover{
	color: #da251d;
}
.main0-div-con p{
	margin:0;
	font-size: 16px;
	color: #666;
	margin-top: 18px;
}

.mm50{margin-top: 50px;}

.main1-1{
	width: 685px;
	margin-right: 65px;
}


.fmain1 .imgbox_a{
	padding-bottom: 66.57%;
}


.fmain1 h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin:0;
	font-size: 16px;
	color: #fff;
	padding-left: 35px;
	padding-right: 120px;
	height: 54px;
	line-height: 54px;
	width: 100%;
	background-image: url(../image/heidi.png);
}

.fmain1 .flex-control-nav{
	text-align: right;
	height: 0;
	padding-right: 35px;
	bottom: 30px;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 15px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-paging li a{
	width: 7px;
	height: 7px;
	background-image: url(../image/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../image/arrow-b2-h.png);
}





.main-over{overflow: hidden;}

.title-00{
	position: relative;
}

.title-00::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	content:"";
	height: 1px;
	background-color: #cccccc;
	z-index: 5;
}
.title-00-h1{
	position: relative;
	z-index: 10;
	font-size: 22px;
	color: #333;
	padding-bottom: 15px;
	line-height: 1;
	padding-left: 33px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: 5px 1px;
	cursor: pointer;

}
.title-00-h1+.title-00-h1{
	margin-left:50px;
}
.title-00-h1.cur{
	font-weight: bold;
	border-bottom: 3px solid #da251d;
}


.title-00-h1-1{background-image: url(../image/main1-ico1.png);}
.title-00-h1-2{background-image: url(../image/main1-ico2.png);}
.title-00-h1-3{background-image: url(../image/main1-ico3.png);}

.cur.title-00-h1-1{background-image: url(../image/main1-ico1h.png);}
.cur.title-00-h1-2{background-image: url(../image/main1-ico2h.png);}
.cur.title-00-h1-3{background-image: url(../image/main1-ico3h.png);}

.title-00 a.fr{
	font-size: 14px;
	color: #666;
	display: none;
	margin-top: 2px;
}
.title-00 a.fr.frr{
	display: block;
}
.title-00 a.fr:hover{
	color: #da251d;
}

.main-div-wp .main-div{display: none;}
.main-div-wp .main-div:first-child{display: block;}
.main2-1-div-wp .main-div-wp .main-div:first-child {
    display: none;
}
.tui{
	padding: 28px 0;
}
.tui-pic{
	width: 200px;
	margin-right: 28px;
}
.tui-pic .imgbox_a{
	padding-bottom: 66.5%;
}

.tui-con{
	overflow: hidden;
	padding-top: 8px;
}

.tui-con h1{
	margin:0;
	font-size:18px;
	color:#333; 
	font-weight: bold;
}

.tui-con h1 a:hover{
	color: #da251d;
}


.tui-con h2{
	margin:0;
	font-size:14px;
	color:#666; 
	margin:15px 0 12px;
}

.tui-con p{
	margin:0;
	font-size:14px;
	color:#666; 
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.main-list{
	padding-top: 6px;
}
.main-list dl{
	margin:0;
}
.main-list dd{
	position: relative;
	padding-right:90px;
	font-size: 16px;
	color: #333;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 14px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/main-list.png);
}
.main-list dd+dd{
	margin-top: 30px;
}
.main-list dd a:hover{
	color: #da251d;
}
.main-list dd span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}


.main2-item{
	float: left;
	width: 31%;
}

.main2-item+.main2-item{
	margin-left: 3.5%;
}
.main2-item .tui-pic{
	margin-right: 17px;
}
.title-11-wp{
	position: relative;
}
.title-11-a{
	position: absolute;
	right:45px;
	top: 2px;
	font-size: 0;
}
.title-11-a a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333;
}
.title-11-a a+a{
	margin-left: 8px;
}
.title-11-a a:hover,
.title-11-a a.cur{
	color: #da251d;
	font-weight: bold;
	text-decoration: underline;
}
.title-11{
	position: relative;
}

.title-11::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	content:"";
	height: 1px;
	background-color: #cccccc;
	z-index: 5;
}
.title-11 span.fl{
	position: relative;
	z-index: 10;
	font-size: 22px;
	color: #333;
	padding: 0 10px 13px;
	line-height: 1;
}
.title-11.title-11-hua span.fl{
	cursor: pointer;

}
.title-11 span.fl+ span.fl{
	margin-left:15px;
}
.title-11 span.fl.cur{
	font-weight: bold;
	border-bottom: 3px solid #da251d;
}
.title-11 a.fr{
	font-size: 14px;
	color: #666;
	display: none;
	margin-top: 2px;
}
.title-11 a.fr.frr{
	display: block;
}
.title-11 a.fr:hover{
	color: #da251d;
}

.main3-title{
	width: 60px;
	height: 140px;
	margin-right: 10px;
	background-color: #da251d;
	text-align: center;
}

.main3-title h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 15px 18px 8px;
}
.main3-title a{
	font-size: 12px;
	color: #fff;
}
.main3-title a:hover{
	font-weight: bold;
}
.fmain3{
	overflow: hidden;
}

.fmain3 .imgbox_a{
	padding-bottom: 10.53%;
}


.fmain3 .flex-control-nav{
	text-align: right;
	height: 0;
	padding-right: 18px;
	bottom: 33px;
}
.fmain3 .flex-control-nav li+li{
	margin-left: 10px;
}
.fmain3 .flex-control-nav li{
	margin:0;
}
.fmain3 .flex-control-paging li a{
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-indent: 0;
	background-image: url(../image/heidi.png);!important;
	background-repeat: repeat;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.fmain1 .flex-control-paging li a.flex-active{
	
}
.main4 .title-11-a{
	right: 60px;
}

.main4 .title-11-a a+a{
	margin-left: 24px;
}


.main4-list{
	margin-top: 30px;
}

.main4-list .item:hover .main4-h1{
	color: #da251d;
}


.main4-pic .imgbox_a{
	padding-bottom: 66.76%;
}

.main4-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 18px;
}

.main5-1{
	width: 918px;
	margin-right: 45px;
}

.mm30{
	margin-top: 30px;
}

.main5-1-pic-wp{
	width: 686px;
}
.main5-1-pic-wp .main5-1-pic{display: none;}
.main5-1-pic-wp .main5-1-pic:first-child{display: block;}
.main5-1-pic .imgbox_a{
	padding-bottom: 61.52%;
}
.main5-1-pic .imgbox_a::after{
	position: absolute;
	width: 48px;
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	left: 50%;
	top: 50%;
	content:"";
	z-index: 60;
	background-image: url(../image/bo.png);
	background-size: 100%;
}
.main5-1-pic .imgbox_a h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin:0;
	font-size: 16px;
	color: #fff;
	padding:  0 15px;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background-image: url(../image/heidi.png);
	z-index: 50;
	text-align: center;
}
.main5-2 .main-list {
    padding-top: 30px;
}

.main5-1-dl{
	padding-left: 15px;
}

.main5-1-dl dl{
	margin:0;
}
.main5-1-dl dd{
	position: relative;
	cursor: pointer;

}
.main5-1-dl dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 25;
	border:2px solid #da251d;
	content:"";
	opacity: 0;
}
.main5-1-dl dd::after{
	position: absolute;
	width: 7px;
	left: -7px;
	top: 50%;
	height: 15px;
	z-index: 25;
	background-image: url(../image/jiao1.png);
	background-size: 100%;
	margin-top: -7px;
	content:"";
	opacity: 0;
}
.main5-1-dl dd .imgbox_a{
	padding-bottom: 61.52%;
	z-index: 15;
}
.main5-1-dl dd .imgbox_a::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 15;
	background-color: #000;
	opacity: 0.2;
	content:"";
}

.main5-1-dl dd+dd{
	margin-top: 11px;
}


.main5-1-dl dd.cur::before{
	opacity: 1;
}

.main5-1-dl dd.cur::after{
	opacity: 1;
}

.main3 .title-11{
	margin-bottom: 20px;
}

/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	position: relative;
	z-index: 300;
}

.footer-you{
	background-color: #f3f3f3;
	padding: 20px 0
}

.footer-you-div{
	position: relative;
	height: 40px;
	padding-left: 125px;
}

.footer-you-title{
	position: absolute;
	left: 0;
	top: 0;
	width: 125px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
}
.footer-you-title img{
	margin-top: -2px;
	margin-right: 7px;
}

.footer-you-dl dl{
	margin:0;
	margin-left: -3%;
}

.footer-you-dl dd{
	float: left;
	width: 30.333333%;
	margin-left: 3%;
}

.footer-you-dl dd select{
	height: 40px;
	background-color: #f3f3f3;
	border-radius: 8px;
	font-size: 16px;
	padding-left:30px;
}

.footer-you-dl dd select option:first-child{
	display: none;
}





.footer-top{
	background-color: #333333;

}

.footer-yq{
	height: 87px;
	position: relative;
	padding-left: 120px;
}

.yq-title{
	position: absolute;
	width: 120px;
	left: 0;
	top: 0;
	height: 87px;
	line-height: 87px;
	font-size: 16px;
	color: #fff;
	background-image: url(../image/ff.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.yq-title img{
	margin-top: -3px;
	margin-right: 7px;
}

.yq-dl>dl{
	margin:0;
}

.yq-dl>dl>dd{
	float: left;
	width: 33.3333333%;
	background-image: url(../image/ff.png);
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
}

.yq-sel{
	height: 87px;
	line-height: 87px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	padding: 0 70px;
	position: relative;
}
.yq-sel::after{
	position: absolute;
	width: 14px;
	height: 7px;
	margin-top: -3px;
	top: 50%;
	right: 55px;
	content:"";
	background-image: url(../image/jiao2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.yq-dl>dl>dd:hover .yq-ddl{
	display: block;
}

.yq-ddl{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 100%;
	background-color: #333;
  display: none;
}
.yq-ddl dl{
	margin:0;
	height: 162px;
	overflow: auto;
}
.yq-ddl dd>a{
	display: block;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	padding: 10px 15px;
}
.yq-ddl dd>a:hover{
	background-color: #555;
}




.footer-1{
	padding: 50px 0 60px;
	background-image: url(../image/footer-1-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}


.foo1-1{
	width: 531px;
	border-right: 1px solid #5c5c5c;
	padding-right: 80px;
	margin-right: 80px;
}

.er{
	width: 87px;
	margin-left: 20px;
	margin-top: 45px;
}

.er img{
	display: block;
	width: 100%;
}

.er-con{
	overflow: hidden;
}

.er-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.er-p{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	line-height: 1.8;
	margin-top: 18px;
}

.er-p p{margin:0;}
.er-p p+p{
	margin-top: 8px;
}

.jijian{
	border:1px solid #5c5c5c;
	margin-top: 40px;
	background-image: url(../image/heidi2.png);
}

.jijian-title{
	width: 43px;
	height: 154px;
	border-right: 1px solid #5c5c5c;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 12px 12px 0;
}

.jijian-con{
	overflow: hidden;
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	line-height: 2;
	padding: 20px 30px 0;
}
.jijian-con p{
	margin:0;
}

.foo1-2{
	overflow: hidden;
}

.foo1-2 ul{
	margin:0;
}

.foo1-2 li{
	float: left;
	text-align: center;
}
.foo1-2 li+li{
	margin-left: 105px;
}
.foo1-2 li h1{
	margin:0;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.foo1-2 dl{
	margin:0;
	padding-top: 10px;
}
.foo1-2 dd{
	margin-top: 12px;
}
.foo1-2 dd>a{
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
	transition: opacity .3s;
}
.foo1-2 dd>a:hover{
	opacity: 1;
}

.footer-top .container{
    border-bottom: 1px solid #5c5c5c;

}




.footer-bottom{
	background-color: #333;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 25px 0;
}
.footer-bottom img{
	margin-top: -3px;
	margin-right: 6px;
}
.footer-bottom a:hover{
	/*color: #da251d;*/
	font-weight: bold;
}

/**************************************************************/
/*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: #fff;
}
.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(../image/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../image/jia2h.png);
}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.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: 18px;
    width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top:18px;
}
.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(../image/heidi.png);
	display: none;
}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	padding: 50px 0 60px;
}
.wenhua{
	padding-top: 38px;
	background-image: url(../image/wenhua-bg.jpg);
	background-repeat: no-repeat;
	background-position: right 0;
}
.wenhua-h1{
	font-size: 30px;
	color: #da251d;
	font-weight: bold;
}

.wenhua-p{
	font-size: 16px;
	color: #333;
	line-height: 2.4;
	margin-top: 25px;
}
.wenhua-p p{margin:0;}

.menu{
	width: 290px;
}

.menu-h1{
	background-color: #da251d;
	text-align: center;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	height: 95px;
	line-height: 95px;
}
.menu-dl{
	background-color: #f9f9f9;
	background-image: url(../image/menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 20px 30px 240px;
}

.menu-dl dl{
	margin:0;
}

.menu-dl dd+dd{
	border-top: 1px solid #d9d9d9;
}

.menu-dl dd>a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	padding: 21px 15px;
	text-align: center;
}
.menu-dl dd>a:hover{
	color: #da251d;
}
.menu-dl dd.cur>a{
	background-color: #eda53d;
	color: #fff!important;
}

.erji-content{
	width: 1060px;
}

.erji-title{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 18px;
}

.erji-title-h1{
	font-size: 26px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	padding-left: 11px;
	border-left: 4px solid #da251d;
}

.mianbaoxie{
	font-size: 14px;
	color: #999999;
	padding-left:18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../image/fang.png);
	position: relative;
	z-index: 15;
	margin-top: 3px;
}
.mianbaoxie a:hover,
.mianbaoxie span{
	color: #da251d;
}

.tongzhi-list dl{
	margin:0;
}

.tongzhi-list dd{
	padding: 25px 0;
	border-bottom: 1px dashed #dedede;
}
.tongzhi-date{
	width: 85px;
	margin-right: 20px;
}
.tongzhi-date h1{
	margin:0;
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	color: #da251d;
	text-align: center;
}

.tongzhi-date h2{
	margin:0;
	font-size: 14px;
	color: #666;
	text-align: center;
	margin-top: 10px;
}

.tongzhi-con{
	overflow: hidden;
	padding-top: 10px;
}

.tongzhi-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}

.tongzhi-con h1 a:hover{
	color: #da251d;
}

.tongzhi-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}


.fenye{
	text-align: center;
	margin-top: 60px;
}
.fenye ul{
	margin: 0;
}

.news-list dl{
	margin:0;
}

.news-list dd{
	background-color: #f9f9f9;
	padding: 20px;
	margin-top: 25px;
}

.news-pic{
	width: 240px;
	margin-right: 40px;
}

.news-pic .imgbox_a{
	padding-bottom: 66.67%;
}

.news-con{
	overflow: hidden;
	padding-top: 20px;
}

.news-con h1{
	margin:0;
	font-size: 14px;
	color: #999;
}
.news-con h1 img{
	margin-top: -3px;
	margin-right: 6px;
}
.news-con h2{
	margin:0;
	font-size: 16px;
	color: #333;
	margin:15px 0;
}
.news-con h2 a:hover{
	color: #da251d;
}

.news-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}

.erji-content-div{
	margin-top: 30px;
	position: relative;
    /*z-index: 15;*/
}
.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;
}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto!important;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}
.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}
.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 45%;
}
.dan-a a{
	font-size: 16px;
	color:#333;
}
.dan-a a:hover{
	color:#da251d;
}
.fengcai-list dl{
	margin:0;
	margin-left: -3%;
}

.fengcai-list dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.fengcai-pic .imgbox_a{
	padding-bottom: 66.76%;
}

.fengcai-list dd h1{
	margin:0;
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 17px;
}

.fengcai-list dd:hover h1{
	color: #da251d;
}

.about1{
	padding: 90px 0 80px;
}

.about1-1-pic{
	width: 50%;
	padding-left: 50px;
}

.about1-1-pic .imgbox_a{
	padding-bottom: 73%;
}

.about1-1-con{
	width: 50%;
}
.about1-1-title{
	position: relative;
}
.about1-1-title h1{
	margin:0;
	font-size: 42px;
	color: #da251d;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}

.about1-1-title h2{
	margin:0;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}

.about1-ico{
	position: absolute;
	right: -13px;
	top: -3px;
	width: 108px;
}

.about1-ico img{
	display: block;
	width: 100%;
}

.about1-p{
	margin-top: 35px;
	font-size: 16px;
	color: #333;
	line-height: 2.2;
	height: 15.4em;
	overflow: hidden;
}

.about1-p p{margin:0;}

.more11 a{
	display: block;
	width: 135px;
	height: 50px;
	line-height: 50px;
	background-color: #c1c1c1;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 4px;
}

.more11 a:hover{
	background-color: #da251d;
}

.about1-1-con .more11{
	margin-top: 45px;
}

.mm50{
	margin-top: 50px;
}
.about1-2{
	margin-top: 70px;
}
.about1-2 a{
	display: block;
	height: 155px;
	line-height: 155px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../image/about1-2-bg.jpg);
	text-align: center;
}

.about2{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../image/about2-bg.jpg);
	padding: 70px 0;
}

.about2-list{
	height: 580px;
	position: relative;
	
}

.about2-list-bg{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../image/fj.png);
	z-index: 10;
}

.about2-list dl{
	margin:0;
	position: relative;
	z-index: 15;
}

.about2-list dd{
	position: absolute;
	width: 400px;
	font-size: 0;
}

.about2-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-left: 12px;
	display: inline-block;
	position: relative;
}
.about2-h1::before{
	position: absolute;
	width: 4px;
	background-color: #da251d;
	content:"";
	left: 0;
	top: 4px;
	height: 20px;
}



.about2-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	margin-top: 15px;
}

.about2-list dd:nth-child(1){
	left: 0;
	top: 40px;
}

.about2-list dd:nth-child(2){
	right: 0;
	top: 40px;
}

.about2-list dd:nth-child(3){
	left: 0;
	top: 380px;
}

.about2-list dd:nth-child(4){
	left: 50%;
	margin-left: -200px;
	top: 470px;
	text-align: center;
}
.about2-list dd:nth-child(5){
	right: 0;
	top: 380px;
}
.about-title{
	font-size: 30px;
	color: #333;
	font-weight: bold;
	text-align: center;
}


.about3{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../image/about3-bg.jpg);
	padding: 190px 0 0;
	height: 830px;
}


.about3-1{
	padding: 0 230px;
}



.fabout3{
	padding: 0 170px;
}

.fabout3 h1{
	margin:0;
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.about3-pp{
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	text-align: center;
	margin-top: 30px;
}
.about3-pp p{
	margin:0;

}
.fabout3 .flex-direction-nav a{
	width: 60px;
	height: 60px;
}


.fabout3 .flex-direction-nav .flex-prev{
	left: 0;
}
.fabout3 .flex-direction-nav .flex-next{
	right: 0;
}

.about3-2 dl{
	margin:0;
}

.about3-2 dd{
	float: left;
	width: 9.0909090909%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 90px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../image/bb1.png);
	position: relative;
	transition: color .3s;
}

.about3-2 dd:nth-child(1){top: 295px;}
.about3-2 dd:nth-child(2){top: 255px;}
.about3-2 dd:nth-child(3){top: 220px;}
.about3-2 dd:nth-child(4){top: 195px;}
.about3-2 dd:nth-child(5){top: 180px;}
.about3-2 dd:nth-child(6){top: 168px;}
.about3-2 dd:nth-child(7){top: 147px;}
.about3-2 dd:nth-child(8){top: 122px;}
.about3-2 dd:nth-child(9){top: 102px;}
.about3-2 dd:nth-child(10){top: 58px;}
.about3-2 dd:nth-child(11){top: 17px;}

.about3-2 dd.cur{
	color: #da251d;
}





.about4{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../image/about4-bg.jpg);
	padding:80px 0 20px;
}

.about4-item{
	position: relative;
	padding:0 27px 95px;
}
.about4-item::after{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	content:"";
	background-image: url(../image/ban.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
	padding-bottom: 35.2%;
	background-size: 100%;
}

.about4-pic{
	position: relative;
	z-index: 15;
}
.about4-pic .imgbox_a{
	padding-bottom: 69.33%;
}


.about4-list .owl-item{
	-webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}


.about4-list .owl-item.center{
	-webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}


.about4-list .owl-nav button.owl-prev{
    position: absolute;
    left:-50px;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    background-image: url(../image/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.about4-list .owl-nav button.owl-next{
    position: absolute;
    right:-50px;
    top: 50%;
    margin-top: -50px;
    width: 50px;
    height: 50px;
    background-image: url(../image/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}

.about4-div{
	margin-left: -50px;
	margin-right: -50px;
}


.about5{
	padding: 75px 0 70px;
}

.map-wp{
	height: 510px;
}

.map{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}
.about5-dl {
	padding-top: 20px;
}
.about5-dl dl{
	margin:0;
}

.about5-dl dd{
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}

.about5-dl dd+dd::before{
	position: absolute;
	width: 122px;
	height: 2px;
	background-color: #e4e4e4;
	content:"";
	top: 60px;
	left: -60px;
}

.about5-dl dd img{
	display: block;
	width: 120px;
	margin:0 auto;
}

.about5-dl dd h1{
	margin:0;
	font-size: 18px;
	color: #333;
	margin:22px 0 13px;
}

.about5-dl dd p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}






.search-fform{
	width: 400px;
	margin:40px auto 0;
}
.search-fform-li{
	margin-top: 20px;
}
.search-fform-li:first-child{
	margin-top: 0;
}
.search-fform-li span.fl{
	height: 34px;
	line-height: 34px;
	margin-right: 5px;
	font-size: 16px;
	color: #333;
	width: 85px;
	text-align: right;
}
.search-ffrom-input{
	overflow: hidden;
}



.search-ffrom-input-li{
	width: 80px;
	margin-right: 10px;
}

.search-ffrom-input-datets{
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #da251d;
}
.search-fform-li-btn{
	font-size: 0;
	line-height: normal;
	text-align: center;
	margin-top: 30px;
}
.search-fform-li-btn input:focus{
	outline: none;
}
.search-fform-li-btn input{
	width: 100px;
	height: 34px;
	line-height: 34px;
	border:0;
	border-radius: 4px;
	background-color: #da251d;
	color: #fff;
	cursor: pointer;
	font-size: 14px;

}

.search-fform-li-btn input[type="reset"]{
	background-color: #ccc;
	margin-left: 20px;
}
.contact-dl{
	margin-bottom: 30px;
}
.contact-dl dl{
	margin:0;
}
.contact-dl dd{
	font-size: 16px;
	line-height: 1.8;
	color: #333;
	padding: 15px 0;
	background-repeat: no-repeat;
	background-position: 0 17px;
	padding-left: 26px;
}
.contact-dl dd+dd{
	border-top: 1px dashed #dcdcdc;
}
.contact-title{

	font-weight: bold;
}

.contact-dd{
	overflow: hidden;
}







.fazhan{
	background-image: url(../image/fazhan-bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 22px;
	position: relative;
}

.fazhan::before{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -9px;
	width: 18px;
	height: 22px;
	content:"";
	background-image: url(../image/fazhan-ico1.png);
	background-repeat: no-repeat;
	background-position: center;
}






.fazhan-list{

	padding: 70px 0 60px;
}

.fazhan-item{
	background-image: url(../image/qiu.png);
	background-repeat: no-repeat;
	background-position: center 26px;
	transition: background-image .3s;
}
.fazhan-item.noshow{
	display: none;
}
.fazhan-item+.fazhan-item{
	margin-top: 45px;
}
.fazhan-date{
	width: 45.3%;
	height: 72px;
	line-height: 72px;
	font-size: 24px;
	color: #333;
}

.fazhan-date.fl{
	text-align: right;
}

.fazhan-con{
	width: 45.3%;
	background-color: #f5f5f5;
	padding: 20px 30px;
	position: relative;
	transition: background-color .3s;
}
.fazhan-con::after{
	position: absolute;
	width: 12px;
	height: 16px;
	left: 100%;
	content:"";
	background-image: url(../image/jiao4.png);
	background-repeat: no-repeat;
	background-position: center;
	top: 28px;
	transition: background-image .3s;
}
.fazhan-con-p{
	font-size: 16px;
	color: #333;
	line-height: 2;
	transition: color .3s;
}

.fazhan-con.fl .fazhan-con-p{
	text-align: right;
}

.fazhan-con.fr::after{
	left: auto;
	right: 100%;
	background-image: url(../image/jiao5.png);

}
.fazhan-item:hover{background-image: url(../image/qiuh.png);}
.fazhan-item:hover .fazhan-con{background-color: #da251d;}
.fazhan-item:hover .fazhan-con-p{color: #fff;}
.fazhan-item:hover .fazhan-con::after{background-image: url(../image/jiao4h.png);}
.fazhan-item:hover .fazhan-con.fr::after{background-image: url(../image/jiao5h.png);}

.fazhan-a{
	width: 114px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	background-color: #da251d;
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin:0 auto;
	cursor: pointer;
	transition: background-color .3s;
}

.fazhan-a:hover{
	background-color: #bd2019;
}



.yewu .about2-list{
	height: auto;
	margin-top: 40px;
}

.yewu .about2-list dd{
	position: static;
	width: 100%;
	margin-top: 0!important;
	padding: 20px 0;
	border-bottom: 1px dashed #d8d8d8;
}
.yewu .about2-list dd:nth-child(4){
	text-align: left;
	margin-left: 0;
}

.yewu-pic img{
	display: block;
	margin:0 auto;
}




.main4-divv-wp{
	position: relative;
	overflow: hidden;
}

.main4-divv{
	position: absolute;
	width: 100%;
	left: -15000%;
	top: 0;
}

.main4-divv.cur{
	position: relative;
	left: 0;
}


.yewu-hh1{
	font-size:30px;
	color:#da251d;
	font-weight: bold;
}
.yewu .about2-list{
	margin-top: 5px;
}


.llist dl{
	margin:0;
}



.llist dd{
	position: relative;
	font-size: 18px;
	color: #333;
	padding-right: 90px;
	height: 20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../image/dian2.png);
}

.llist dd a:hover{
	color: #da251d;
	font-weight: bold;
}

.llist dd span.span_123{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.llist dd{
	margin-top:30px;
}