/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*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: 120px;
}

.logo{
	width: 500px;
	margin-top: 26px;
}

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





.search{
	position: relative;
	width:310px;
	margin-top: 43px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 26px;
	padding-right: 45px;
}
.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 35px;
	background-color:#ececec;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding: 6px 0px;
	
}

.search input[type="image"]{
	position: absolute;
	right: 13px;
	top: 8px;
	width: 18px;
}

.nav-wp{
	background-color: #c7000b;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 16.6667%;
	text-align: center;
}
.nav>ul>li+li{
	padding-left: 1px;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: 0 center;
}
.nav>ul>li>a{
	display: block;
	height: 62px;
	line-height: 62px;
	position: relative;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.nav>ul>li.cur>a,
.nav>ul>li:hover>a{
	background-color: #ae010a;
}



.nav>ul>li>ul{
	position: absolute;
	left: 0%;
	width: 100%;
	top:100%;
	z-index: 600;
	background-color: #c7000b;
	display: none;
	padding: 1px 0 0;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	background-color: #ae010a;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .flex-control-paging li a{
	background-image: none!important;
	width: 71px;
	height: 6px;
	background-color: #fff;
}
.fafa .flex-control-paging li a.flex-active{
	background-color: #c7000b;
}

.fafa .flex-control-nav{
	height: 0;
	bottom: 50px;
}

.fafa .flex-control-nav li{
	margin:0 5px;
}



.main1{
	padding: 50px 0 125px;
	background-image: url(../images/main1-bg.jpg);
}

.main1-top{
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 35px 2px rgba(0,0,0,0.15);
}

.main1-top-div{
	position: relative;
	padding-left: 125px;
	padding-right: 70px;
	height: 75px;
}

.main1-top-title{
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: #c7000b;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	left: 0;
	top: 0;
	line-height: 1.2;
	padding: 12px 10px 0;
}


.main1-top-h1{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 21px 80px 0;
}
.main1-top-dl{
	margin-top: 20px;
}
.main1-top-dl dl{
	margin:0;
	margin-left: -3%;
}

.main1-top-dl dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	font-size: 16px;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.main1-top-dl dd a:hover{
	color: #c7000b;
}

.main1-top-a{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -37px;
	width:38px;
}

.main1-top-a a{
	display: block;
	height: 75px;
	border:1px solid #cddae6;
	font-size: 14px;
	color: #666;
	text-align: center;
	padding: 21px 10px 0;
	line-height: 1;
}
.main1-top-a a:hover{
	background-color: #c7000b;
	border-color: #c7000b;
	color:#fff;
}





.main1-bottom{
	margin-top:65px;
}

.main1-1{
	width: 50%;
	margin-right: 27px;
}

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

.main1-h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	padding-left: 30px;
	padding-right: 185px;
	z-index: 15;
	background-color: rgba(0,0,0,0.3);
}

.fmain1 .flex-control-nav{
	text-align: right;
	padding-right: 40px;
	height: 0;
	bottom: 38px;
}

.fmain1 .flex-control-nav li{margin:0;}
.fmain1 .flex-control-nav li+li{
	margin-left: 15px;
}

.main1-2{
	overflow: hidden;
	background-color: #fff;
	height: 574px;
	padding: 30px 40px; 
}

.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd+dd{
	margin-top: 25px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}

.main1-2-1 .fl{
	font-size: 16px;
	color: #bf000a;
	line-height: 16px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
}
.main1-2-1 a.fr{
	font-size: 14px;
	color: #bf000a;
	line-height: 16px;
	white-space: nowrap;
	padding-right: 15px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jiao13.png);
}

.main1-2-2{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin:15px 0 10px;
}
.main1-2-2 a:hover{
	color: #bf000a;
}

.main1-2-3{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}





.main2{
	padding: 100px 0 140px;
	background-image: url(../images/main2-bg.jpg);
}


.main3-list{

	margin-top: 26px;

}

.main3-list dl{

	margin:0;

}

.main1-1x-item+.main1-1x-item{

	margin-top: 25px;

}

.main1-1x-item .main-div{margin-top: 20px;}



.main3-list dd{

	float: left;

	width: 160px;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	height: 542px;

	position: relative;

	transition: width .3s;

	overflow: hidden;

}

.main3-list dd.cur{

	width: 950px;

}

.main3-list dd.cur .main3-1{display: none;}

.main3-list dd.cur .main3-2{display: block;}

.main3-1{

	position: absolute;

	width:160px;

	height: 100%;

	left: 0;

	top: 0;

	padding: 50px 0 0;

}

.main3-list dd:nth-child(1) .main3-1{background-color: rgba(199,0,11,0.8);}

.main3-list dd:nth-child(2) .main3-1{background-color: rgba(204,147,99,0.9);}

.main3-list dd:nth-child(3) .main3-1{background-color: rgba(211,50,16,0.8);}

.main3-list dd:nth-child(4) .main3-1{background-color: rgba(219,78,79,0.8);}

.main3-list dd:nth-child(5) .main3-1{background-color: rgba(227,108,22,0.8);}

.main3-list dd:nth-child(6) .main3-1{background-color: rgba(230,120,23,0.8);}


.main3-1 img{

	display: block;

	width: 64px;

	margin:0 auto;

}



.main3-1-h1{

	font-size: 24px;

	color: #fff;

	font-weight: bold;

	text-align: center;

	line-height: 1.1;

	margin:30px auto 0;

	width: 1em;

}





.main3-2{

	display: block;

	position: absolute;

	width: 950px;

	left: 0;

	top: 0;

	height: 100%;

	background-repeat: repeat-x;

	background-position: left bottom;

	display: none;

}





.main3-2-con{

	position: absolute;

	

	left: 50px;

	right: 35px;

	bottom: 30px;

	z-index: 15;

	padding: 0 0px 0 90px;

	background-repeat: no-repeat;

	background-position: left center;

}



.main3-2-h1{

	font-size: 24px;

	color: #fff;

	font-weight: bold;

}



.main3-2-p{

	font-size: 14px;

	color: #fff;

	margin-top: 10px;

}


.main3{
	padding: 150px 0;
	background-image: url(../images/main3-bg.jpg);
}

.main3x-list .item .imgbox_a{
	padding-bottom: 69.96%;
	border:1px solid #ddd;
}

.main4{
	padding: 110px 0 120px;
	background-color: #fff;
}

.main4-1{
	width: 433px;
	margin-right: 67px;
}
.main4-1 a{
	display: block;
	height: 569px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.main4-1 a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	content:"";
	background-color: #000;
	opacity: 0.3;
}

.main4-1 a::after{
	position: absolute;
	width: 67px;
	height: 67px;
	left: 50%;
	top: 50%;
	margin-left: -33px;
	margin-top: -33px;
	z-index:30;
	content:"";
	background-image: url(../images/bo.png);
	background-size: 100%;
}


.main4-2{
	width: 336px;
	margin-left: 60px;
}

.main4-2 dl{
	margin:0;
}

.main4-2 dd+dd{
	margin-top: 28px;
}


.main4-2 dd .imgbox_a{
	padding-bottom: 50.893%;
}

.main4-3{
	overflow: hidden;
	padding-top: 30px;
}

.main4-3 .about1-2-con{
	margin-top: 35px;
}

.main4-3 .about1-2-con2{
	height: 6em;
}

.main4-3 .more11 {
    margin-top: 30px;
}

.main4-3 .about1-2-dl{
	margin:55px 0 0;
	text-align: center;
}

.main1 .more11{
	margin-top: 40px;
}
.main1 .more11 a{
	margin-left: auto;
	margin-right: auto;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #3f3f3f;
}

.footer-1{
	padding: 68px 0;
	border-bottom: 1px solid #797979;
}

.foo1-1{
	width: 700px;
	margin-right: 35px;
}


.foo1-logo{
	width: 394px;
}

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

.foo1-1-div{
	margin-top: 55px;
}

.foo1-er{
	width: 120px;
	font-size: 14px;
	color: #d2d2d2;
	text-align: center;
	margin-right: 40px;
}

.foo1-er img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.foo1-1-con{
	overflow:hidden; 
}

.foo1-1-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.foo1-1-dl dl{
	margin:0;
	padding-bottom: 8px;
}
.foo1-1-dl dd{
	font-size: 14px;
	color: #d2d2d2;
	padding-left: 45px;
	line-height: 25px;
	background-repeat: no-repeat;
	background-position: left 0;
	margin-bottom: 15px;
}

.foo1-2{
	overflow:hidden; 
}

.foo1-2 ul{
	margin:0;
}

.foo1-2 li{
	float: left;
}

.foo1-2 li+li{
	margin-left: 120px;
}

.foo1-2-h1{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.foo1-2 dl{
	margin:0;
}

.foo1-2 dd{
	font-size: 14px;
	color: #d2d2d2;
	margin-top: 20px;
}
.foo1-2 dd a:hover{
	color: #fff;
}
.footer-2{
	padding: 38px 0 56px;
}

.footer-2 .fl{
	font-size: 14px;
	color: #d2d2d2;
	margin-top: 15px;
}
.footer-2 .fl span{
	padding-left: 15px;
}


.yq{
	width:320px;
}
.yq select:focus{
	outline: none;
}

.yq select{
	display: block;
	width: 100%;
	height: 47px;
	border: 1px solid #797979;
	background-color: #3f3f3f;
	font-size: 14px;
	color: #d2d2d2;
	padding-left: 15px;
}




/**************************************************************/
/*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(../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;
}
/*.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: 20px;
}

.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: 380px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.erji-top{
	background-color: #f6f6f6;
}

.erji-nav dl{
	margin:0;
}

.erji-nav dd{
	float: left;
}
.erji-nav dd+dd{
	margin-left: 40px;
}
.erji-nav dd>a{
	display: block;
	height: 84px;
	line-height: 84px;
	font-size: 24px;
	color: #c9c9c9;
	padding: 0 6px;
	position: relative;
}

.erji-nav dd>a:hover{
	color: #333;
}

.erji-nav dd.cur>a{
	color: #333;
	font-weight: bold;
}

.erji-nav dd.cur>a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	content: "";
	height: 5px;
	background-color: #c10710;
}

.mianbaoxie{
	font-size: 16px;
	color: #333;
	height: 84px;
	line-height: 84px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/ding.png);
}

.mianbaoxie span{
	font-weight: bold;
	color: #bf000a;
	padding-right: 22px;
}

.erji-bottom{
	padding: 60px 0 100px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji-title{
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}

.erji-title::after{
	display: block;
	width:2em;
	height: 6px;
	background-color: #bf000a;
	content:"";
	margin:24px auto 0;
}

.zhuanti-list dl{
	margin:0;
	margin-left: -3%;
}

.zhuanti-list dd{
	float: left;
	width: 30%;
	margin-left: 3%;
	margin-top: 3%;
}

.zhuanti-item{
	background-color: #f6f6f6;
	padding: 9px;
	padding-bottom:60px; 
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);
}

.zhuanti-pic .imgbox_a{
	padding-bottom: 50.893%;
}

.zhuanti-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-top: 25px;
}

.zhuanti-item:hover .zhuanti-h1{
	color: #bf000a;
}


.fenye{
	text-align: center;
	margin-top: 60px;
}

.fenye ul{
	margin:0;
}

.xinwen2{
	margin-top: 55px;
}
.xinwen2 ul{
	margin:0;
	position: relative;
}
.xinwen2 ul::after{
	position: absolute;
	width: 1px;
	content:"";
	top: 0;
	bottom: 0;
	left: 304px;
	background-color: #bcbcbc;
}
.xinwen2 li{
	margin-top: 40px;
}
.xinwen2 li:first-child{
	margin-top: 0px;
}
.xinwen2-date{
	width: 169px;
	text-align: center;
	height: 234px;
	padding-top: 80px;
	position: relative;
	z-index: 80;
	margin-left: 136px;
}
.xinwen2-date::before{
	position: absolute;
	width: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content:"";
	/*background-image: url(../images/lanhua.jpg);
	background-repeat: no-repeat;
	background-position:right center;
	-webkit-background-size: cover;
	background-size: cover;*/
	background-color: #bf000a;
	transition: .5s;
	z-index: 30;
}
.xinwen2-date::after{
	position: absolute;
	width:15px;
	height: 29px;
	margin-top: -15px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position:left center;
	-webkit-background-size: 100%;
	background-size: 100%;
	right: -14px;
	display: none;
	z-index: 30;
}
.linei{
	position: absolute;
	width: 45px;
	height: 1px;
	background-color:#bcbcbc;
	left: 100%;
	top: 50%;
}
.xinwen2-date h1{
	margin:0;
	font-size: 50px;
	font-weight: bold;color: #bf000a;
	font-family: "Arial";
	line-height: 1;
	position: relative;
	transition: .3s;
	z-index: 40;
}
.xinwen2-date h2{
	position: relative;
	margin:0;
	font-size: 14px;
	color: #bf000a;
	font-family: "Arial";
	line-height: 1;
	margin-top: 6px;
	z-index: 40;
	transition: .3s;
}
.xinwen2-div{
	width: 1330px;
	padding: 20px 15px;
	position: relative;
}
.xinwen2-div::after{
	position: absolute;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: 1px;
	right: 0;
	content:"";
	z-index: 40;
	transition: .3s;
}
.xinwen2-con{
	position: relative;
	z-index: 50;

}

.xinwen2-con-a a{
	font-size: 14px;
	color: #e71010;
	margin-top: 15px;
	line-height:50px;
	white-space: nowrap;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/jiao13.png);
}
.xinwen2-con-a a:hover{
	color: #bf000a;
}
.xinwen2-pic{
	width: 292px;
	margin-left: 25px;
}
.xinwen2-pic .imgbox_a{
	padding-bottom: 66.44%;

}
.xinwen2-con-nei{
	overflow: hidden;
	padding-top: 10px;
	overflow: hidden;
}
.xinwen2-con-nei h1{
	margin:0;
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
.xinwen2-con-nei h2{
	margin:0;
	font-size: 13px;
	color: #999;
	margin:20px 0 13px;
}
.xinwen2-con-nei h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.xinwen2-con-nei p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
}
.xinwen2 li:hover .xinwen2-date h1,
.xinwen2 li:hover .xinwen2-date h2{color: #fff;}
.xinwen2 li:hover .xinwen2-date::before{
	width: 560px;
}
.xinwen2 li:hover .xinwen2-date::after{
	display: block;
}
.xinwen2 li:hover .linei{background-color:#bf000a; }
.xinwen2 li:hover .xinwen2-div::after{
	left: -115px;
	right: -350px;
	background-color: #f6f6f6;
}
.xinwen2 li:hover .xinwen2-con-nei h1{
	color:#bf000a;
}

.mm55{
	margin-top: 55px;
}
.chanye-item{
	background-color: #fff;
	box-shadow: 0 0 24px 2px rgba(0,0,0,0.15);
}

.chanye-item+.chanye-item{
	margin-top: 60px;
}

.chanye-pic{
	width: 902px;
}

.chanye-pic .imgbox_a{
	padding-bottom: 60%;
}
.chanye-pic .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 73%;
	background-repeat: repeat-x;
	background-position: 0 0;
	content:"";
	background-image: url(../images/hei1.png);
}
.chanye-con{
	overflow:hidden; 
	padding: 50px 60px 0;
}

.chanye-h1{
	font-size:24px;
	color: #333; 
	font-weight: bold;
	letter-spacing: 2px;
}

.chanye-h1 img{
	width: 60px;
	margin-top: -3px;
	margin-right: 20px;
}


.chanye-p{
	font-size:18px;
	color: #333; 
	line-height: 1.8;
	min-height: 5.4em;
	max-height: 7.2em;
	overflow: hidden;
	margin-top: 60px;
}
.more11{
	margin-top: 60px;
}
.more11 a{
	display: block;
	width: 207px;
	height: 57px;
	line-height: 55px;
	border:1px solid #cddae6;
	font-size: 16px;
	color: #333;
	padding-left: 45px;
	background-image: url(../images/jiao12.png);
	background-repeat: no-repeat;
	background-position: 160px center;
}

.more11 a:hover{
	background-color: #bf000a;
	border-color: #bf000a;
	color:#fff;
	background-image: url(../images/jiao12h.png);

}


.padd{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.about1{
	background-color: #fff;
	padding: 80px 0;
	position: relative;
}
.about1 .more11 {
    margin-top: 50px;
}
.about1::after{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 221px;
	height: 487px;
	background-image: url(../images/about1-bgg.png);
	content:"";
	z-index: 5;
}
.about1 .container{
	position: relative;
	z-index: 30;
}
.about-title-en{
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 100px;
	line-height: 1;
	color: #333;
	opacity: 0.05;
	text-transform: uppercase;
	font-family: "Impact";
	z-index: 1;
	margin-top: -50px;
}

.about1-2{
	margin-top: 40px;
}

.about1-2-dl{
	margin:30px 100px 0;
}
.about1-2-dl dl{
	margin:0;
	font-size: 0;
}
.about1-2-dl dd{
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.about1-2-dl dd+dd{
	margin-left:  80px;
}

.about1-2-dd1{
	font-size: 16px;
	color: #666;
	line-height: 1;
}
.about1-2-dd1 span{
	font-size: 50px;
	color: #c7000b;
	font-family: 'Impact';
	padding-right: 7px;
}
.about1-2-dd2{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
	line-height: 1;
}

.about1-1x1{
	font-size: 18px;
  color: #c7000b;
  text-transform: uppercase;
}

.about1-1x2{
	font-size: 36px;
	color: #333;
	margin: 10px 0 18px;
	line-height: 1;
}

.about1-1x3{
  width: 65px;
  height: 6px;
  background-color: #c7000b;
}


.about1-2-con{
	overflow: hidden;
}

.about1-2-con0{
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.about1-2-con1{
	font-size: 18px;
	color: #333;
	line-height: 2;
	padding-right: 100px;
	margin-top: 20px;
}

.about1-2-con2{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-top: 30px;
	height: 4em;
	overflow: hidden;
}
.about1-2-con2 p{
	margin:0;
}
.about2{
	background-image: url(../images/about2-bg.jpg);
	padding: 70px 0 90px;
}

.about-title{
	position: relative;
	line-height: 1;
}

.about-title span{
	font-size: 36px;
	color: #333;
	font-weight: bold;
}

.about2-item{
	width: 48%;
	height: 359px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about2-item-bg.jpg);
	box-shadow: 0 0 35px 2px rgba(0,0,0,0.15);
	padding: 60px 0 15px 80px;
}

.about2-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1;
}
.about2-item.fr .about2-h1+.about2-h1{
	margin-top: 60px;
}


.about2-dl dl{
	margin:0;
	padding-top: 10px;
}

.about2-dl dd{
	font-size: 16px;
	color: #333;
	margin-top: 30px;
}
.about2-dl dd span{
	font-weight: bold;
	padding-right: 5px;
}


.about3{
	background-color: #fff;
	padding: 70px 0;
}

.about3-div{
	margin-top: 75px;
}
.about3-div img{
	display: block;
	margin:0 auto;
}


.about4{
	background-image: url(../images/about4-bg.jpg);
	padding: 160px 0 150px;
}

.about4-1{
	width: 470px;
	margin-left: 290px;
	margin-right: 140px;
}

.about4-1 img{
	display: block;
	width: 100%;
}

.about4-2{
	overflow: hidden;
	padding-top: 15px;
}

.about4-2-p{
	font-size: 16px;
	color: #666;
	line-height: 2.4;
	height: 7.2em;
	overflow: hidden;
	margin-top: 35px;
}

.about4-2-p p{
	margin:0;
}

.about5{
	background-color: #fff;
	padding: 90px 0 125px;
}
.about5-menu{
	font-size: 0;
	text-align: center;
	padding: 40px 0 55px;
}
.about5-menu span{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	width: 162px;
	height: 44px;
	line-height: 44px;
	background-color: #e2e2e2;
	cursor: pointer;
	transition: background-color .3s;
}
.about5-menu span+span{
	margin-left: 25px;
}

.about5-menu span.cur{
	background-color: #c7000b;
}


.about5-div-wp{
	position: relative;
}

.about5-div{
	position: absolute;
	width: 100%;
	left: -1500%;
	top: 0;
}

.about5-div.cur{
	position: relative;
	left: 0;
}

.about5-list .item .imgbox_a{
	padding-bottom: 69.96%;
	border:1px solid #ddd;
}



.about5-list .owl-nav button.owl-prev{
    position: absolute;
    left:-70px;
    top: 50%;
    margin-top: -56px;
    width: 47px;
    height: 113px;
    background-image: url(../images/left01.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.about5-list .owl-nav button.owl-next{
    position: absolute;
    right:-70px;
    top: 50%;
    margin-top: -56px;
    width: 47px;
    height: 113px;
    background-image: url(../images/right01.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}




.about5-bottom{
	margin-top: 100px;
	position: relative;
}

.map-wp{
	height: 621px;
	position: relative;
	z-index: 15;
}

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

.map-con{
	position: absolute;
	width: 524px;
	height: 306px;
	background-color: rgba(255,254,2541,0.75);
	right: 75px;
	top: 107px;
	z-index: 15;
	padding: 26px 15px 0 38px;
}

.map-h1{
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.map-p{
	font-size: 18px;
	color: #000;
	line-height: 2.6;
	margin-top: 30px;
}

.map-p p{margin:0;}


.rongyu-list .zhuanti-item {
    background-color: #fff;
    padding: 0px;
    box-shadow: none;
}
.rongyu-list .zhuanti-pic .imgbox_a {
    padding-bottom:69.96%;
    border: 1px solid #ddd;
}
.zhuanli-pic .imgbox_a {
    padding-bottom:140.15%;
    border: 1px solid #ddd;
}

.wenzi-list .main1-2-3{
	height: auto;
	max-height: 4em;
}

.wenzi-list{
	padding: 30px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.danpian{
	padding-top: 30px;
}
.danpian-h1{
	font-size: 28px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
}

.danpian-h2{
	font-size: 15px;
	color: #999;
	text-align: center;
	line-height: 1.5;
	padding: 15px 0 25px;
}

.danpian-h2 img{
	margin-top: -3px;
	margin-right: 10px;
}

.danpian-con{
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding: 30px 0;
	font-size: 16px;
	color: #666;
	line-height: 2;
}
.danpian-con p{
    margin:0 0 10px!important;
}
.danpian-con *{
    font-size: 16px!important;
	color: #666!important;
	line-height: 2!important;
	background-color: transparent!important;
}
.danpian-con img{
	display: block;
	margin:0 auto 10px!important;
}

.danpian-page{
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.danpian-page .fl,.danpian-page .fr{
	max-width: 48.5%;
}
.danpian-page a:hover{
	color: #c10710;
}


.wenhua{
	font-size: 0;
}

.wenhua-item{
	padding: 25px 0 18px 25px;
	border-bottom: 1px dashed #d3d3d3;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.wenhua-item:nth-child(even){
	margin-left: 4%;
}
.wenhua-item-title{
	font-size: 24px;
	color: #c10710;
	font-weight: bold;
	position: relative;
}
.wenhua-item-title::before{
	position: absolute;
	width: 10px;
	height: 10px;
	left: -25px;
	top: 50%;
	margin-top: -5px;
	content:"";
	background-size: 100%;
	background-image: url(../images/wenhua.png);
}
.wenhua-item-con p{
	margin:0;
}

.wenhua-item-con{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	margin-top: 15px;
}


.wenhua-item-wp{
	max-width: 1200px;
	margin:30px auto 0;
}

.wenzi-list2 dl{
	margin:0;
}
.wenzi-list2 dd{
	position: relative;
	padding-right: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	height:18px;
	line-height: 18px;
	background-image: url(../images/jiao13.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	padding-left: 18px;
}
.wenzi-list2 dd+dd{
	margin-top: 25px;
}
.wenzi-list2 dd a:hover{
	color: #c10710;
}
.wenzi-list2 dd span.span_002{
	position: absolute;
	right:0px;
	top: 0;
	font-size: 16px;
	color: #999;
}
.wenzi-list2{
	padding: 35px 0;
	border-bottom: 1px solid #e5e5e5;
}

.danpian-con table{
	border:1px solid #666;
	border-collapse: collapse;
	margin: 0 auto;
}

.danpian-con table tr,
.danpian-con table td{
	border:1px solid #666;

}