/**************************************/
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{
	/*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);
}
/**************************************/

/*header-start*/
/**************************************************************/

#header{
	position: relative;
	z-index: 999;
}
.header-1{
	background-image: url(../images/dbbjs.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.hyfw{
float:left;
width:100%;
padding-top:10px;
}
.dqsj{
float:left;
width:100%;
padding:20px 0 10px 0;
}

.logo{
width: auto;
margin-top: 25px;
}

.logo a,.logo img{
display: block;
width: 100%;
}

.header-right{
margin-top: 30px;
}

.header-right .search {
position: relative;
float:left;
}
.header-right .search button{
border: 0px;
padding: 0px;
}
.header-right .search img{
position: absolute;
left: 13px;
top: 13px;
z-index: 50;
}
.header-right .search input[type=text] {
width: 350px;
height: 45px;
line-height: 45px;
border-radius: 40px;
padding-left: 35px;
border: 1px solid #ebebeb;
outline: none;
font-size: 15px;
}

.nav-wp{
	position: relative;
	background-color:#d91916;
	z-index: 500;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.1111%;
	text-align: center;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height: 54px;
	line-height: 54px;
	font-size: 16px;
	color:#fff;
	/*transition: .3s;*/

}
.nav>ul>li:hover>a:after,.nav>ul>li.cur>a:after{width:20px;margin:-2px auto 0;content: ""; display: block; height:2px; background: #fff;}
.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{
background: #f4f6f8;
}
.fafa .flex-control-nav{
	height: 0;
	bottom: 40px;
}
.fafa .flex-control-nav li{
	margin:0 10px;
}
.main{
	padding: 0px 0 30px;
}
.mm50{margin-top: 50px;}

.main1-1{
	width: 685px;
	margin-right: 65px;
}

.fmain1 .imgbox_a{
	padding-bottom: 66.1%;
}

.fmain1 h1{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin:0;
	padding: 0px 20px;
	height: 130px;
	background-image: url(../images/heidi.png);
}
.fmain1 h1 span{
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.fmain1 h1 p{
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	padding-top: 5px;
	white-space: break-spaces;
}

.fmain1 .flex-control-nav{
	text-align: left;
	height: 0;
	padding-left: 20px;
	bottom: 25px;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 10px;
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-paging li a{
	width: 7px;
	height: 7px;
	background-image: url(../images/arrow-b2.png);
}
.fmain1 .flex-control-paging li a.flex-active{
	background-image: url(../images/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: #d91916;
	z-index: 5;
}
.title-00-h1{
	position: relative;
	z-index: 10;
	font-size: 22px;
	color: #950c0a;
	padding-bottom: 15px;
	line-height: 1;
	cursor: pointer;
}
.title-00-h1+.title-00-h1{
	margin-left:50px;
}

.title-00 a.fr{
	font-size: 14px;
	color: #b5b8bc;
	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;
}
.main-list{
	padding-top: 6px;
}
.main-list dl{
	margin:0;
}
.main-list dd{
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: 53px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
}
.main-list dd a:hover{
	color: #da251d;
}

.main2-item{
	float: left;
	width: 32.3333%;
}
.main2-item+.main2-item{
	margin-left: 1.5%;
}
.main2-item .tui-pic{
	margin-right: 17px;
}
.title-11-wp{
	position: relative;
}
.title-11{
	position: relative;
}

.title-11::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 1px;
	content:"";
	height: 1px;
	background-color: #d91916;
	z-index: 5;
}
.title-11 span.fl{
	position: relative;
	z-index: 10;
	font-size: 22px;
	color: #950c0a;
	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: #b5b8bc;
	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;
}

.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(../images/heidi.png);
	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: 49.5%;
}

.mm30{
	margin-top: 30px;
}

.mmsp{
	margin-top: 10px;
}

.main5-1-pic-wp{
	width: 100%;
}
.main5-1-pic-wp .main5-1-pic{float:left;display: none;width:100%;}
.main5-1-pic-wp .main5-1-pic:first-child{display: block;}
.main5-1-pic-wp .main5-1-pic .qydtp{
float:left;
width:50%;
}
.main5-1-pic-wp .main5-1-pic .qydtjj{
float:left;
width:48%;
padding-left:2%;
}
.main5-1-pic-wp .main5-1-pic .qydtjj span{
float: left;
width: 100%;
color: #363c44;
font-size: 18px;
font-weight: bold;
line-height:2.15;
}
.main5-1-pic-wp .main5-1-pic .qydtjj p{
float: left;
width: 100%;
color: #878d92;
padding: 2% 0;
}
.main5-1-pic-wp .main5-1-pic .qydtjj .more{
float: left;
padding: 2% 5%;
border: 1px solid #d91916;
color:#9b2827;
}
.main5-1-pic .imgbox_a{
	padding-bottom: 68%;
}
.main5-1-dl{
float:left;
width:100%;
padding-top:2%;
}

.main5-1-dl dl{
	margin:0;
}
.main5-1-dl dd{
    float: left;
    width: 23.5%;
	position: relative;
	cursor: pointer;
    margin-right:2%;
}
.main5-1-dl dd:nth-child(4){
margin-right:0px;
}
.main5-1-dl dd .imgbox_a::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: 15px;
	left: 45%;
	top: -7px;
	height: 7px;
	z-index: 25;
	background-image: url(../images/jiao3.png);
	background-size: 100%;
	content:"";
	opacity: 0;
}
.main5-1-dl dd .imgbox_a{
	padding-bottom: 64%;
	z-index: 15;
}
.main5-1-dl dd span{
    float: left;
    width: 100%;
    color: #878d92;
    text-align: center;
    line-height: 35px;
}
.main5-1-dl dd.cur span{
  color:#991513;
}

.main5-1-dl dd.cur .imgbox_a::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-top{
	background-color: #fff;
	border-bottom: 1px solid #b9bcbf;
}

.footer-yq{
	height: 87px;
	position: relative;
	padding-left: 120px;
}
.footer-1{
float:left;
width:100%;
padding: 40px 0;
}
.foo11-11{
float:left;
width:29%;
}
.foo11-11 img{
width:auto;
}
.foo1-1{
float:right;
}
.er-con{
overflow: hidden;
}
.er-h1{
	font-size: 17px;
	color: #52575d;
}
.er-p{
	font-size: 14px;
	color: #babbbd;
	opacity: 0.7;
	line-height: 1.1;
	margin-top: 10px;
}
.er-p p{margin:0;}
.er-p p+p{
margin-top: 8px;
}
.foo1-2{
	float: left;
	width: 30%;
	overflow: hidden;
}
.foo1-2 ul{
float:left;
margin-bottom:0px;
}
.foo1-2 li{
	float: left;
	text-align: center;
	margin-right: 50px;
	padding-bottom: 15px;
}
.foo1-2 li h1{
	margin:0;
	font-size: 17px;
	color: #52575d;
}
.foo1-2 li h1 a:hover{
color:#da251d;
}

.footer-link{
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	padding: 15px 0;
	background-color: #d91916;
}
.footer-link .container{
	display: flex;
    justify-content: center;
}
.footer-link .yqlg{
float:left;
position:relative;
padding-right: 20px;
}
.footer-link .yqlg a:hover{
font-weight:bold;
}
.footer-link .yqlg i{
height: 13px;
position: absolute;
border-right: 1px solid #fff;
top: 5px;
right: 9px;
}

.footer-bottom{
	font-size: 14px;
	color: #babbbd;
	line-height: 1.6;
	padding: 15px 0;
}
.footer-bottom .banquan{
float:left;
width:100%;
text-align: center;
}
.footer-bottom .beian{
float:left;
width:100%;
text-align: center;
}
.footer-bottom .beian a:hover{
color:#d91916;
}

/**************************************************************/
/*footer-over*/

/**************************************/
#header-2{
	display: none;
	height: 75px;
	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(../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{
	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;
}

.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(../images/heidi.png);
	display: none;
}

/**************************************/
.erji{
	padding: 15px 0 30px;
}
.menu{width: 260px;}
.menu .left{ width: 260px; height: auto; overflow: hidden; float: left;}
.menu .left .zcnav{ width: 100%; height: auto; overflow: hidden; background: #fff;}
.menu .left .zcnav .title{ width: 100%; height: 55px; line-height: 55px; background-color: #950c0a; text-align: center; font-size: 16px; font-weight: bold; color: #fff;}
.menu .left .zcnav .nr{width: 100%; height: auto; overflow: hidden;}
.menu .left .zcnav .nr ul{list-style:none;padding:0px;}
.menu .left .zcnav .nr ul li{float:left;position: relative; width: 100%; line-height: 50px; border-bottom: 1px solid #f0f0f0; text-align: left;}
.menu .left .zcnav .nr ul li a{ padding-left: 20px; display: block; color: #333; font-size: 16px;}
.menu .left .zcnav .nr ul li.at{float:left;background: url(../images/xzjt.png);background-repeat: no-repeat;background-position: right 8px top 18px;}
.menu .left .zcnav .nr ul li:hover{float:left;background: url(../images/xzjt.png);background-repeat: no-repeat;background-position: right 8px top 18px;}
.menu .left .zcnav .nr ul li.at a{color: #950c0a;font-weight: bold;}
.menu .left .zcnav .nr ul li:hover a{color: #950c0a;font-weight: bold;}
.menu .left .zcnav .nr ul li.at:after{float:left;position: absolute;left:0;top: 0;width: 3px;content: "";height: 50px;background: #d91916;}
.menu .left .zcnav .nr ul li:hover:after{float:left;position: absolute;top: 0;width: 3px;content: "";height: 50px;background: #d91916;}
.menu .left .zcnav .nr ul li dl{float:left;width:100%;margin:0px;border-top: 1px dotted #f0f0f0;}
.menu .left .zcnav .nr ul li dl dt{float:left;width:100%;line-height:35px;}
.menu .left .zcnav .nr ul li dl dt a{float:left;color:#666;font-size:14px;margin-left:20px;color:#666 !important;font-weight:100 !important;}
.menu .left .zcnav .nr ul li dl dt a:hover{color:#d91916 !important;font-weight:bold !important;}
.menu .left .zcnav .nr ul li dl dt a.hover{color:#d91916 !important;font-weight:bold !important;}
.menu .left .zxwz{ padding: 10px 15px; width: 100%; margin-top: 15px; height: auto; overflow: hidden; background: #fff;}
.menu .left .zxwz .title{ width: 100%; height: 40px; line-height: 40px; border-bottom: 1px solid #f0f0f0;}
.menu .left .zxwz .title .bt{ font-size: 16px; color: #333; font-weight: bold; float: left; width: 120px; text-align: left;}
.menu .left .zxwz .title .more{ font-size: 14px; color: #b5b8bc; float: right; width: 60px; text-align: right; display: block;}
.menu .left .zxwz .title a:hover.more {color: #da251d;}
.menu .left .zxwz .list{ width: 100%; height: auto; position: relative;}
.menu .left .zxwz .list ul { margin-top: 5px; padding:0px; height: auto; overflow: hidden;}
.menu .left .zxwz .list ul li {width: 100%; float: left; line-height: 36px; height: 36px; overflow: hidden; text-align: left;}
.menu .left .zxwz .list ul li .bt {float: left;width: 100%; text-overflow: ellipsis;	white-space: nowrap;overflow: hidden;font-size: 15px;color: #000;}
.menu .left .zxwz .list ul li a:hover.bt{color:#da251d;}
.erji-content{
	width: 925px;
}
.erjnr{
	background-color:#fff;
	padding:20px;
}
.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 #d91916;
}
.mianbaoxie{
	font-size: 14px;
	color: #999999;
	padding-left:18px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/fang.png);
	position: relative;
	z-index: 15;
	margin-top: 3px;
}
.mianbaoxie a:hover,
.mianbaoxie span{
	color: #da251d;
}
.xyp{
float:left;
width:100%;
padding:25px 0;
}
.xyp .xypjt{
float:left;
}
.xyp .xypjt img{
width:auto;
}
.xyp .xypnr{
float:left;
padding-left:10px;
}
.xyp .xypnr span{
float: left;
width: 100%;
color: #b25251;
font-size: 15px;
}
.xyp .xypnr a{
float: left;
color: #16202b;
margin: 0px;
font-weight: bold;
font-size: 16px;
}
.xyp .xypnr a:hover{
color:#d91916;
}

.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;}
.fenye ul a{ display:inline-block; width: 4.4rem; height: 3rem; line-height: 3rem; margin: 0 5px; overflow: hidden; position: relative; z-index: 1; background: #d91916; text-align: center; font-size: 1.2rem; color: #fff; font-family: arial;}
.fenye ul span{ margin: 0 1rem;  display:inline-block; width: 4.4rem; height: 3rem; line-height: 3rem; margin: 0 5px; overflow: hidden; position: relative; background: #950c0a; text-align: center; font-size: 1.2rem; color: #fff; font-family: arial;}
.fenye ul a:before{ content: ""; display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.fenye ul a:after{ content: ""; display: block; width:100%; height: 100%; opacity: 0; transform: scale(0);position: absolute; right: 0; top: 0; z-index: -1; background: #950c0a; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0);}
.fenye ul a:hover,.j_page a.on{ color: #ffff}
.fenye ul a:hover:before,.j_page a.on:before{ }
.fenye ul a:hover:after,.j_page a.on:after{ opacity: 1; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }
.fenye ul a:hover svg path{ fill: #fff;}

.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;
}
.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;
}

.mm50{
	margin-top: 15px;
}

.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;
}

.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;
}
.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(../images/dian2.png);
}

.llist dd a:hover{
	color: #da251d;
}

.llist dd span.span_123{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.llist dd{
	margin-top:30px;
}

.main .ttgg{ width: 100%; height: ; overflow: hidden; margin-top: 10px; background: #fff;}
.main .ttgg .gg{float: left; width: 100%; padding: 15px 0;  border-bottom: 1px solid #f0f0f0;}
.main .ttgg .gg .tit{ width: 120px; float: left; text-align: center; font-size: 15px; font-weight:bold; border-right: 1px solid #ccc; color: #333; line-height: 24px; height: 24px;}
.main .ttgg .gg .tit img{ padding-right: 10px; vertical-align: middle;}
.main .ttgg .gg .nr{ width: 1070px; float: right; padding-right: 10px; height: 24px; line-height: 24px;}
#marquee{position:relative;height:35px;width:1060px;overflow:hidden;}
#marquee ul {position:absolute; width:1000%;}
#marquee li a{height:24px;line-height:24px; display:block;}
.mr5{margin-right:5px;}
.black{text-align: left; display: block; float: left; padding-right: 14px;height:24px;line-height:24px; font-size: 15px; overflow: hidden; color: #000; text-overflow: ellipsis; white-space: nowrap;}
#marquee li {float:left;display:inline; margin-right:20px;height:24px;line-height:24px; background: url(../images/zqhd.png) no-repeat left center; padding-left: 10px;}
#marquee li .bt{ text-align: left; display: block; float: left; padding-right: 15px;height:24px;line-height:24px; font-size: 14px; overflow: hidden; color: #777; text-overflow: ellipsis; white-space: nowrap;}
#marquee li a:hover.bt{color:#da251d;}
.main .ttgg .tt{ width: 100%; height: 120px;  background: url(../images/tttit.png) no-repeat left top;}
.main .ttgg .tt .title{ display: block; padding: 0 68px; height: 53px; line-height: 53px; text-align: center; font-size: 24px; font-weight: bold; color: #b1001e; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.main .ttgg .tt .nr{ padding: 0 68px; text-align: left; font-size: 14px; line-height: 24px; color: #666; text-indent: 2em; height: 48px; overflow: hidden;}
.ttxwbt {float:left;width:100%;padding:10px 1% 10px 5%;}
.sumstyle{float:left;padding:0 10px;width:100%; color: #9ea2a6; font-size: 14px;}
A.c1034
{
color: #950c0a !important; font-size: 32px; font-weight: bold;}
A.c1034:link
{
color: #950c0a;}  
A.c1034:visited
{
color: #222222;}  
A.c1034:active
{
color: #CC0000;}  
A.c1034:hover
{
color: #CC0000;
}

.main .tpxw{ width: 100%;  background: #fff; margin-top: 20px; height: 200px;}
.main .tpxw .title{ width: 53px; height: 200px; float: left;}
.main .tpxw .title img{ width: 53px; height: 200px;}
#marquee1{position:relative;height:190px;width:93%;overflow:hidden; float: right; padding: 18px 18px 0 0;  margin-right: 18px;}
#marquee1 ul {position:absolute; width:1000%;}
#marquee1 li {float:left;display:inline; width: 110px; height: 180px; margin-right:20px;}
#marquee1 li img{ width: 110px; height: 145px; display: block;}
#marquee1 li span{ line-height: 24px; font-size: 15px; color: #333; height: 34px; overflow: hidden; display: block;}
#marquee1 li a:hover span{color:#da251d;}
.gzdt{background-color:#fff;padding:15px;}
.bztd{background-color:#fff;padding:15px;}
.yjts{background-color:#fff;padding:15px;}
.shipin{background-color:#fff;padding:15px;}
.zxfw{background-color:#fff;padding:15px;width: 49%;margin-right: 1.5%;}
.qyzs{background-color:#fff;padding:15px;}

.mainsp-1-pic-wp{width: 100%;}
.mainsp-1-pic-wp .mainsp-1-pic{display: none;}
.mainsp-1-pic-wp .mainsp-1-pic:first-child{display: block;}
.mainsp-1-pic .imgbox_a{
	padding-bottom: 61.52%;
}
.mainsp-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(../images/bo.png);
	background-size: 100%;
}
.mainsp-1-dl{
	float:left;
	width:100%;
	padding-top:3%;
}
.mainsp-1-dl dl{
	margin:0;
}
.mainsp-1-dl dd{
	float:left;
	position: relative;
	cursor: pointer;
	width:48%;
}
.mainsp-1-dl dd::before{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 25;
	border:2px solid #da251d;
	content:"";
	opacity: 0;
}
.mainsp-1-dl dd::after{
	position: absolute;
	width: 15px;
	left: 45%;
	top: -7px;
	height: 7px;
	z-index: 25;
	background-image: url(../images/jiao3.png);
	background-size: 100%;
	content:"";
	opacity: 0;
}
.mainsp-1-dl dd .imgbox_a{
	padding-bottom: 52%;
	z-index: 15;
}
.mainsp-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:"";
}
.mainsp-1-dl dd+dd{
	margin-left: 4%;
}
.mainsp-1-dl dd.cur::before{
	opacity: 1;
}
.mainsp-1-dl dd.cur::after{
	opacity: 1;
}
.fwtp{
float:left;
width:100%;
}
.fwtp ul{
float:left;
width:100%;
margin: 0px;
padding: 0px;
}
.fwtp ul li{
float:left;
width:32%;
margin-right:2%;
list-style:none;
}
.fwtp ul li:nth-child(3){
margin-right:0px;	
}
.fwtp ul li a{
float:left;
text-align:center;
}
.fwtp ul li a img{
width:auto;
max-height:107px;
}
.fwtp ul li a span{
color: #65696d;
float: left;
width: 100%;
padding: 5% 0 3% 0;
font-size: 15px;
}
.fwtp ul li a p{
color: #b3b6ba;
float: left;
width: 100%;
font-size: 12px;
}
.fwtp ul li a:hover span{
color:#da251d;
}
.yjaq{
float:left;
width:100%;
padding-top:1%;
}
.yjaq .yjyl{
float:left;
width:49%;
padding:2%;
background-color: #f7f8fa;
margin-right:2%;
}
.yjaq .yjyl:nth-child(2){
margin-right:0px;	
}
.yjaq .yjyl span{
float: left;
width: 100%;
font-size: 15px;
color: #032a64;
}
.yjaq .yjyl span a{
float:left;	
}
.yjaq .yjyl span a:hover{
color:#da251d;
}
.yjaq .yjyl dl{
float:left;
width:100%;
padding-top:6%;	
}
.yjaq .yjyl dl a{
float:left;		
}
.yjaq .yjyl dl a dt{
float:left;
width:100%;	
font-size: 14px;
color: #65696d;
font-weight:100;
}
.yjaq .yjyl dl a p{
float:left;
width:100%;
font-size:12px;
color:#b3b6ba;
margin:0px;
}
.yjaq .yjyl dl a:hover dt{
color:#da251d;
}