/**************************************/
/*************[公用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%;
}
dd{
	margin:0;
}

div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 95px;
	background-color: #fff;
}


.logo{
	width: 476px;
	margin-top: 17px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	width:374px;
	position: relative;
	margin-top: 30px;
	padding-right: 85px;
	background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 23px;
}


.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 38px;
	background-color:transparent;
	border:0;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:  6px 0px;
}

.search input[type="button"]{
	position: absolute;
  right: 10px;
  top: 0px;
  width: 66px;
  height: 38px;
  border: 0;
  background-image: url(../images/wen1.png);
  background-repeat: no-repeat;
  background-position: 0 center;
	background-color:transparent;
	padding: 0;
	text-align: left;
	padding-left: 29px;
}












.nav-wp{
	background-color: #c61000;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 12.5%;
	text-align: center;
}
.nav>ul>li+li{
	padding-left: 1px;
}
.nav>ul>li>a{
	display: block;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 59px;
	line-height: 59px;
}

.nav>ul>li:hover>a{background-color: #9e0d00;}
.nav>ul>li.cur>a{background-color: #9e0d00;}


.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top:100%;
	z-index: 600;
	display: none;
	background-color:#c61000;
	padding-top: 1px;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 5px;6
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#fff;
	text-align: center;
}


.nav>ul>li>ul>li>a:hover{
	background-color: #9e0d00;

}


/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.xs-div+.xs-div{
	margin-top: 20px;
}

.fafa .slides>li{
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fafa .slides>li img{
		display: none;
	}
.main1{
	padding: 20px 0 50px;
	background-color: #fff;
}

.toutiao{
	background-color: #f6f6f6;
}

.toutiao-title{
	width: 95px;
	height: 95px;
	background-color: #c61000;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding: 12px 15px 0
}

.toutiao-con{
	overflow: hidden;
	padding: 15px 30px 0;
}
.toutiao-h1{
	font-size: 24px;
	color: #333;
	padding: 0 30px;
	text-align: center;
	font-weight: bold;
}
.toutiao-h1 a:hover{
	color: #c61000;
}
.toutiao-p{
	font-size: 14px;
	color: #999;
	text-align: center;
	margin-top: 10px;
}





.fyaodai .imgbox_a{
	padding-bottom: 12.857%;
}

.fyaodai .flex-control-paging li a{
	width: 24px;
	height: 24px;
	line-height: 24px;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	text-align: center;
	text-indent: 0;
	background-image: none!important;
} 
.fyaodai .flex-control-paging li a.flex-active{
	background-color: #c61000;
	color: #fff;
}
.fyaodai .flex-control-nav{
	text-align: right;
	padding-right: 6px;
	height: 0;
	bottom: 31px;
}
.fyaodai .flex-control-nav li{
	margin:0;
}

.fyaodai .flex-control-nav li+li{
	margin-left:6px;
}





.main1-bottom-item{
	float: left;
	width: 32%;
}
.main1-bottom-item+.main1-bottom-item{
	margin-left: 2%;
}
.main1-bottom-pic .imgbox_a{
	padding-bottom: 64.045%;
}

.main1-bottom-pic .imgbox_a::before {
  position: absolute;
  width: 100%;
  height: 93px;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 10;
  background-image: url(../images/heidi2.png);
  background-repeat: repeat-x;
  background-position: left 0;
}




.list02-wp .list02{display: none;}
.list02-wp .list02:first-child{display: block;}



.main2{
	background-image: url(../images/main2-bg.jpg);
	padding: 80px 0 120px;
}

.main2-title-h1{
	font-size: 30px;
	font-weight: bold;
	color: #c61000;
}
.main2-title-h2{
	font-size: 24px;
	color: #333;
	line-height: 1.5;
	margin-top: 15px;
}


.main2-list dl{
	margin:0;
}

.main2-list dd{
	float: left;
	width: 12.5%;
	transition: width .3s;
}
.main2-list dd+dd{
	border-left: 1px solid #e1e6e8;
}
.main2-list dd.cur{
	width: 25%;
}

.main2-item{
	display: block;
	height:282px;
	background-color: #fff;
	padding: 40px 30px 0;
	background-image: url(../images/curbg0.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.main2-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	transition: color .3s;
	white-space: nowrap;
}

.main2-line{
	width: 1px;
	height: 48px;
	border-left: 1px dashed #bec0c1;
	margin:30px 0 25px;
	transition: border-color .3s;
}

.main2-more{
	font-size: 14px;
	color: #333;
	opacity: 0.7;
	transition: color .3s;
}

.main2-ico{
	height: 38px;
	margin-top: 15px;
	position: relative;
}
.main2-ico img{
	display: block;
	height: 100%;
	opacity: 1;
	transition: opacity .3s;
	margin-left: auto;
}
.main2-ico img.imgCur{
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}


.cur .main2-item{
	background-image: url(../images/curbg.jpg);
}
.cur .main2-h1{color: #fff;}
.cur .main2-line{border-color: #fff;}
.cur .main2-more{color: #fff;}
.cur .main2-ico img{opacity: 0;}
.cur .main2-ico img.imgCur{opacity: 1;}


.main3{
	padding: 40px 0;
	background-color: #fff;
	overflow: hidden;
}

.main3 .list03-pic .imgbox_a::after{
	display: none;
}

.main3 .list03-pic .imgbox_a::before {
  position: absolute;
  width: 100%;
  height: 93px;
  left: 0;
  top: auto;
  bottom: 0;
  background-color: transparent;
  opacity: 1;
  content: "";
  z-index: 10;
  background-image: url(../images/heidi2.png);
  background-repeat: repeat-x;
  background-position: left 0;
}

.main3-box{
	position: relative;
}

.main3-menu{
	position: absolute;
	right: 105px;
	top: 0;
	width: 173px;
}

.main3-menu-item{
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #666;
	cursor: pointer;
	padding: 0 5px;
	border-bottom: 3px solid #f6f6f6;
}
.main3-menu-item+.main3-menu-item{
	margin-left: 20px;
}

.main3-menu-item.cur{
	color: #c61000;
	border-color: #c61000;
}


.main3-div-wp{
	position: relative;
}

.main3-div{
	position: absolute;
	width: 100%;
	left: -1500%;
	top: 0;
}

.main3-div.cur{
	position: relative;
	left: 0;
}





/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-color: #434343;
}

.footer-1{
	padding: 30px 0;
	border-bottom: 1px solid #696969;
}

.footer-1-div{
	padding-left: 125px;
	min-height: 34px;
	position: relative;
}

.footer-1-title{
	position: absolute;
	width: 125px;
	left: 0;
	top: 0;
	line-height: 34px;
	font-size: 16px;
	color: #fefefe;
	padding-left: 20px;
}

.footer-1-dl dl{
	margin:0;
	margin-left: -3%;
}

.footer-1-dl dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
}

.footer-2{
	padding: 25px 0 30px;
}


.er{
	width: 81px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}


.er img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
.foo2-1{
	margin-top: 5px;
	width: 680px;
}
.foo2-1-a{
	font-size: 14px;
	color: #fff;
}

.foo2-1 a:hover{
	font-weight: bold;
}

.foo2-1-p{
	font-size: 14px;
	color: #fff; 
	line-height: 2.6;
	margin-top: 10px;
}
.foo2-1-p p{
	margin:0;
}
.foo2-1-p span{
	padding-left: 20px;
}

.foo2-2{
	width: 420px;
	margin-left: 90px;
	margin-top: 8px;
}
.foo2-2-h1{
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.foo2-2-item-wp{
	font-size: 0;
}

.foo2-2-item{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	margin-top: 15px;
}
.foo2-2-item:nth-child(2){
	margin-left: 25px;
}
.foo2-2-item img{
	margin-top: -3px;
	margin-right: 5px;
}




/**************************************************************/
/*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:22px;
}

.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: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	padding-top: 30px;
}

.erji-div{
	padding: 0px 0 90px;
	position: relative;
	min-height: 600px;
}
.erji-div::before{
	position: absolute;
	width: 320px;
	left: 0;
	top:30px;
	bottom: 0;
	content:"";
	background-color: #f6f6f6;
}
.erji-left{
	width:320px;
	position: relative;
	z-index: 50;
}

.erji-right{
	width:1040px;
	position: relative;
	z-index: 50;
}

.erji-h1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	height: 86px;
	line-height: 86px;
	padding-left: 43px;
	background-color: #c61000;
}

.erji-nav{
	padding: 20px;
}

.erji-nav dl{
	margin:0;
}
.erji-nav dd+dd{
	margin-top: 8px;
}
.erji-nav dd>a{
	display: block;
	line-height: 1.5;
	padding: 14px 0;
	padding-right: 40px;
	font-size: 16px;
	color: #333!important;
	background-color: #fff;
	padding-left: 32px;
	position: relative;
}

.erji-nav dd>a::before{
	position: absolute;
	width: 3px;
	height: 14px;
	left: 20px;
	background-color: #c61000;
	content:"";
	top:19px;
}

.erji-nav dd>a::after{
	position: absolute;
	width: 9px;
	height: 20px;
	right: 20px;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	top: 16px
}
.erji-nav dd.cur>a{
	background-color: #c61000;
	color: #fff!important;
}
.erji-nav dd.cur>a::before{
	background-color: #fff;
}
.erji-nav dd.cur>a::after{
	background-image: url(../images/jiao1h.png);
}

.erji-nav dd>a:hover{
	background-color: #c61000;
	color: #fff!important;
}
.erji-nav dd>a:hover::before{
	background-color: #fff;
}
.erji-nav dd>a:hover::after{
	background-image: url(../images/jiao1h.png);
}
.erji-nav dd.cur ul{
	display: block;
}
.erji-nav ul{
	margin:0;
	display: none;
}
.erji-nav li{
	margin-top: 10px;
}
.erji-nav li>a{
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	color: #333;
	background-color: #fff;
	line-height: 1.5;
	padding-left: 45px;
}
.erji-nav li>a:hover{
	background-color: #c61000;
	color: #fff;
}


.sanji{
	display: none;
}
.sanji dl{
	margin:0;
}

.sanji dd{
	position: relative;
	float: left;
	margin-right: 20px;
	margin-top:20px;
}



.sanji dd>a{
	display: block;
	line-height: 1.5;
	padding: 8px 15px;
	font-size: 14px;
	color: #333;
	border:1px solid #ddd;
}

.sanji dd.cur>a{
	color: #fff;
	background-color: #c61000;
	border-color:#c61000;
}



.erji-title{
	position: relative;
}
.erji-title::before{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 1px;
	background-color: #bcbcbc;
	content:"";
	z-index: 1;
}
.erji-title .fl{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding: 10px 5px 15px;
	border-bottom: 3px solid #c61000;
	position: relative;
	z-index: 10;
}

.mianbaoxie{
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}

.mianbaoxie a:hover,.mianbaoxie span{
	color: #c61000;
}

.list03 dl{
	margin:0;
	margin-left: -3%;
}

.list03 dd{
	float: left;
	width: 30.3333%;
	margin-left: 3%;
	margin-top: 3%;
}

.list03-item{
	display: block;
}

.list03-pic .imgbox_a{
	padding-bottom: 64.634%;
}
.list03-pic .imgbox_a::before{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	content:"";
	z-index: 10;
}
.list03-pic .imgbox_a::after{
	position: absolute;
	width: 51px;
	height: 51px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	background-image: url(../images/bo.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
	z-index: 20;
}
.list03-h1{
	font-size: 16px;
	color: #333;
	margin-top: 18px;
}

.list03-item:hover .list03-h1,
.list03-item:hover .news3-h1{
	color: #c61000;
}

.fenye{
	margin: 45px;
	text-align: center;
}

.fenye ul{
	margin:0;
}


.list02 dl{
	margin:0;
	padding-top: 30px;
}

.list02 dd{
    margin:0;
	position: relative;
	padding-right: 100px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	height: 20px;
	line-height: 20px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/list02.jpg);
}

.list02 dd+dd{
	margin-top:23px;
}
.list02 dd span.span_110{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}

.list02 dd a:hover{
	color: #c61000;
}


.list01 dl{
	margin:0;
	padding-top: 10px;
}
.list01 dd{
	padding: 12px 0;
	border-bottom: 1px solid #dddddd;
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/list01-ico.png);
}

.list01-pic{
	width: 209px;
	margin-right: 30px;
}

.list01-pic .imgbox_a{
	padding-bottom: 64.6%;
}

.list01-con{
	overflow: hidden;
	padding-top: 17px;
}

.list01-h1{
	font-size: 16px;
	color: #333;
}

.list01-h1 a:hover{
	color: #c61000;
}


.list01-h2{
	font-size: 12px;
	color: #999;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 12px 0;
}
.list01-h2 img{
	margin-top: -3px;
	margin-right: 5px;
}
.list01-p{
	font-size: 14px;
	color: #666;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.erjix{
	padding: 40px 0 88px;
}

.chanye-item{
	background-color: #f6f6f6;
}
.chanye-item+.chanye-item{
	margin-top: 50px;
}

.chanye-pic{
	width: 50%;
}

.chanye-pic .imgbox_a{
	padding-bottom: 54.143%;
}

.chanye-item-con{
	padding: 60px 40px 0;
	overflow: hidden;
}

.chanye-ico img{
	display: block;
	height: 38px;
}

.chanye-h1{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin: 18px 0 20px;
}

.chanye-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 6em;
	overflow: hidden;
}
.chanye-item-con .more11{
	margin-top: 40px;
}
.more11 a{
	font-size: 14px;
	color: #666;
}

.more11 a:hover{
	color: #c61000;
}

.qiye1-div{
	width: 49%;
}

.title-11{
	background-color: #f6f6f6;
}

.title-11 .fl{
	padding: 0 38px;
	background-color: #c61000;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
}

.title-11 .fl.noCur{
	background-color: #f6f6f6;
	font-weight: normal;
	color: #333;
}


#hua1.title-11 .fl{
	cursor: pointer;
}


.title-11 a.fr{
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	margin-top: 11px;
}

.title-11 a.fr:hover{
	color: #c61000;
}

.mm50{margin-top: 50px;}
.mm20{margin-top: 20px;}
.qiye2-item{
	background-color: #f6f6f6;
	padding: 30px 25px 55px;
}

.qiye2-1{
	font-size: 14px;
	color: #c61000;
}

.qiye2-1::after{
	display: block;
	width:26px;
	height: 3px;
	background-color: #c61000;
	content:"";
	margin-top: 20px;
}

.qiye2-2{
	font-size: 16px;
	color: #666;
	margin-top: 18px;
}

.qiye2-2 a:hover{
	color: #c61000;
}

.qiye2-3{
	font-size: 14px;
	color: #999;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin-top: 15px;
}

.news1-item .imgbox_a{
	padding-bottom: 64.0876%;
}

.news1-h1{
	position: absolute;
	width: 100%;
	z-index: 15;
	left: 0;
	bottom: 0;
	height: 80px;
	line-height: 80px;
	background-color: rgba(0,0,0,0.3);
	padding-left: 28px;
	padding-right: 125px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.fnews1 .flex-control-paging li a{
	width: 12px;
	height: 12px;
}
.fnews1 .flex-control-nav{
	height: 0;
	bottom:42px;
	text-align: right;
	padding-right: 21px;
}
.fnews1 .flex-control-nav li{
	margin:0;
}

.fnews1 .flex-control-nav li+li{
	margin-left: 18px;
}

.news3-h1{
	background-color: #f6f6f6;
	padding: 30px 25px;
	font-size: 16px;
	color: #666;
}

.anquan-div+.anquan-div{
	margin-top: 50px;
}

.anquan-div{
	padding: 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.anquan-title{
	width: 248px;
	margin-right: 25px;
}

.anquan-div-bai{
	overflow: hidden;
	background-color: #fff;
	padding: 30px 25px 30px 5px;
}
.anquan-title{
	margin-top: 15px;
	position: relative;
}
.anquan-title1{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding-left: 15px;
	border-left: 6px solid #fff;
	height: 24px;
	line-height: 24px;
}

.anquan-title2{
	font-size: 16px;
	color: #fff;;
	height: 6em;
	line-height: 2;
	overflow: hidden;
	margin-top: 20px;
}

.anquan-title3{
	font-size: 12px;
	color: #fff;;
	margin-top: 25px;
}

.anquan-title3 a:hover{
	font-weight: bold;
}

.anquan-right{
	overflow: hidden;
}

.anquan-right .list02 dl{
	padding-top: 0;

}

.anquan-list{
	width: 415px;
	padding: 12px 0 9px;
	border-right:  1px solid #cdcdcd;
	padding-right: 30px;
	margin-right: 30px;
	height: 364px;
}
.anquan-list dl{
	margin:0;
}

.anquan-list dd+dd{
	margin-top: 33px;
}

.anquan-date{
	border-right: 1px solid #cdcdcd;
	height: 61px;
	text-align: center;
	width: 95px;
	padding-top: 6px;
	margin-right: 15px;
}

.anquan-date-h1{
	font-size: 30px;
	color: #c61000;
	line-height: 1;
}
.anquan-date-h2{
	font-size: 12px;
	color: #c61000;
	line-height: 1;
	margin-top: 7px;
}

.anquan-list-con{
	overflow: hidden;
	padding-top: 3px;
}

.anquan-a{
	font-size: 16px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.anquan-a a:hover{
	color: #c61000;
}

.about1{
	padding: 115px 0 180px;
	position: relative;
	z-index: 50;
	background-image: url(../images/about1-bgx.jpg);
}

.about1-div{
	height:auto!important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 0!important;
	position: relative;
}
.about1-div::after{
	display: none;
	position: absolute;
	width: 821px;
	height: 428px;
	right: 0;
	bottom: -115px;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about1-img.png);
}
.about1-1{
	width: 780px;
	margin-right: 30px;
}

.about1-1 .anquan-title1{
	border-color:#c61000;
	color: #333;
}

.about1-1-p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	height: 8em;
	overflow: hidden;
	margin-top: 30px;
}
.about1-1 .more11{
	margin-top: 25px;
}
.about1-2{
	overflow: hidden;
	padding-top: 15px;
}

.about1-2 dl{
	margin:0;
}

.about1-2 dd{
	float: left;
	width: 31.3333%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 30px;
}

.about1-2-h1{
	font-size: 16px;
	color: #c61000;
	line-height: 1;
}

.about1-2-h1 span{
	font-size: 36px;
	font-family: 'Impact';
	padding-right: 6px;
}
.about1-2-h2{
	font-size: 16px;
	color: #666;
	margin-top: 7px;
}


.about2{
	min-height:506px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/about2-bg.jpg);
	padding-top: 55px;
	padding-bottom: 120px;
	position: relative;
	z-index: 15;
}

.about2 .anquan-title{
	width: 100%;
	margin-top: 0
}
.about2 .anquan-title1{
	border-color: #c61000;
	color: #fff;
}

.about2 .anquan-title3{
	position: absolute;
	right: 0;
	top: 8px;
	color: #fff;
}

.about2-menu-wp{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}


.about2-menu-item{
	width: 20%;
	font-size: 18px;
	color: #fff;
	height: 90px;
	line-height: 90px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	float: left;
}
.about2-menu-item img{
	margin-top: -3px;
	margin-right: 20px;
	width: 49px;
}

.about2-menu-item.cur{
	background-color: #c61000;
}

.about2-div-wp{
	margin-top: 25px;
}
.about2-div-wp .about2-div{display: none;}
.about2-div-wp .about2-div:first-child{display: block;}
.about2-div .about2-menu-item{
	width: 100%;
	float: none;
	cursor: default;
	height: auto;
	line-height: normal;
	font-size: 24px;
}

.about2-div .about2-menu-item img{
	display: block;
	width: 63px;
	margin:0 auto 10px;
}

.about2-div-con{
	text-align: center;
	position: relative;
	margin-top: 25px;
}

.about2-div-con-p{
	font-size: 30px;
	color: #fff;
	letter-spacing: 15px;
	padding: 25px;
	display: inline-block;
}

.about2-div-con::before{
	display: inline-block;
	width: 23px;
	height: 18px;
	background-image: url(../images/yin1.png);
	background-size: 100%;
	content:"";
	/*display: block;*/
	vertical-align: top;
}
.about2-div-con::after{
	display: inline-block;
	width: 23px;
	height: 18px;
	background-image: url(../images/yin2.png);
	background-size: 100%;
	/*display: block;*/
	content:"";
	vertical-align: bottom;
}

.about3{
	padding: 45px 0;
}

.pp50{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.danjian1{
	padding: 30px 0 60px;
}

.dangjian1-1{
	width:539px;
	min-height: 1px;
}

.fdangjian1 .slides>li .imgbox_a{
	padding-bottom: 60%;
}

.dangjian1-h1{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 15;
	height:72px;
	line-height: 72px;
	background-color: rgba(0,0,0,0.3);
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	padding: 0 25px;
	width: 100%;
}

.fdangjian1 .flex-control-thumbs {
  display: block;
}

.fdangjian1 .flex-control-thumbs li {
  width: 32.6667%;
  margin-left: 1%;
  position: relative;
  cursor: pointer;
}

.fdangjian1 .flex-control-thumbs li {
  position: relative;
  padding-bottom: 20%;
  overflow: hidden;
  background-color: #000;
}

.fdangjian1 .flex-control-thumbs li:first-child {
    margin-left: 0;
}

.fdangjian1 .flex-control-thumbs li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  opacity: 0.6;
}

.fdangjian1 .flex-control-thumbs li img.flex-active {
  opacity: 1;
}














.dangjian1-2{
	width:416px;
	margin: 0 30px;
}

.dangjian1-3{
	overflow:hidden; 
	border:1px solid #e4e4e4;
	border-top: 4px solid #c61000;
	height: 436px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/dangjian1-3-bg.png);
}

.dangjian1-3 .anquan-list{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 0;
	height: auto;
	border:0;
}
.dangjian1-3 .anquan-list dd+dd {
    margin-top: 26px;
}
.dangjian1-3-title-wp{
	padding: 0 22px;
}
.dangjian1-3-title{
	border-bottom:1px solid #e4e4e4;
}

.dangjian1-3-title .fl{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	height:68px;
	line-height: 68px;
}

.dangjian1-3-title a.fr{
	font-size: 14px;
	color: #666;
	margin-top: 25px;
}
.dangjian1-3-title a.fr:hover{
	color: #c61000;
}








.danjian2{
	background-image: url(../images/dangjian2-bg.png);
	height: 603px;
	padding-top: 80px;
}

.dangjian2-div{
	background-color: rgba(255,255,255,0.7);
	padding: 30px;
}


.danpian{
	margin-top: 30px;
}

.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 #dadada;
	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: 16px;
/*	color:#666;*/
	line-height: 2;
	padding: 20px 0;
	overflow-x: auto;
}
.danpian-con *{
     background-color: transparent!important;
	font-size: 16px!important;
    text-align: justify!important;
	line-height: 2!important;

	
}
.danpian-con img{
	display: block;
	height: auto!important;
	/*max-width: 100%；*/
	margin:15px auto!important;
}

.danpian-con table{
	margin:0 auto!important;
	border:1px solid #333!important;
	border-collapse: collapse;
}
.danpian-con table th,
.danpian-con table td{
	 border:1px solid #333!important;
}
.danpian-con table p{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;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#c61000;
}

.visible-xs-block{
	display: none;
}

.pagination{}


.danpian-cp .danpian-con h1{
	margin:0;
	font-size: 18px!important;
	color: #fff;
	font-weight: bold;
	background-image: url(../images/dan-h1.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 48px;
	line-height: 48px!important;
	padding-left: 20px;
	margin-bottom: 30px;
}

.danpian-cp .danpian-con{padding-top: 0}

.danpian-cp .danpian-con ul{
	background-color: #f6f6f6!important;
	margin:0;
	padding: 50px 30px 30px;
	padding-left: 50px;
  list-style-type: none!important;
  border-radius: 15px;
  position: relative;
  margin-top: 30px;
}

.danpian-cp .danpian-con ul::before{
	position: absolute;
	width: 54px;
	height: 45px;
	background-image: url(../images/yin01.png);
	content:"";
	left: 30px;
	top: -20px;
}
.danpian-cp .danpian-con ul li+li{
	margin-top: 10px;
}
.danpian-cp .danpian-con ul li p{margin:0;}

.danpian-con video {
    display: block;
    margin: 0 auto;
    height: auto!important;
    max-width: 100%;
    border:0;
}

.danpian-con video:focus{
        outline: none;
}