﻿/**************************************/
/*************[公用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: absolute;
	width: 100%;
	background-repeat: repeat-x;
	background-position: left center;
	background-image: url(../images/yy1.png);
	z-index: 999;
	left: 0;
	top: 0;
	height: 147px;
}

.logo{
	width: 530px;
	margin-top: 18px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	width: 40px;
	margin-top: 40px;
}

.search a,.search img{
	display: block;
	width: 100%;
}

.nav{
	margin-top: 40px;
}
.nav ul{
	margin:0;
}
.nav>ul>li{
	float: left;
	text-align: center;
	position: relative;
	margin-right: 30px;
}
.nav>ul>li>a{
	display: block;
	height:40px;
	line-height: 40px;
	font-size: 16px;
	color:#fff;
	position: relative;
	font-weight: bold;
	/*transition: .3s;*/
}
.nav>ul>li>a::after{
	position: absolute;
	width: 100%;
	height:3px;
	background-color: #971419;
	content:"";
	left: 0;
	bottom: 0;
	opacity: 0;
}
.nav>ul>li:hover>a::after,
.nav>ul>li.cur>a::after{
	opacity: 1;
}
.nav>ul>li>ul{
	position: absolute;
	left: 50%;
	width: 110px;
	margin-left: -55px;
	top:100%;
	z-index: 600;
	background-color: #fff;
	display: none;
	padding-top: 1px;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	/*transition: .3s;*/
	text-align: center;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #971419;
	color: #fff;
}



/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.fafa .flex-control-paging li a.flex-active{
	width: 25px;
}

.fafa .flex-control-nav li{
	margin:0 3px;
}
.fafa .flex-control-nav{
	height: 73px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/arrow-bg.png);
	padding-top: 39px;
	bottom: 0px;
}

.main{
	background-repeat: no-repeat;
	background-position: center 0;
	background-image: url(../images/main-bg.jpg);
	min-height: 700px;
	padding: 90px 0 60px;
}

.title-11-h1{
	font-size: 36px;
	color: #971419;
	font-weight: bold;
	line-height: 1;
}
.title-11-h1 span{
	color: #333333;
}

.title-11-h1 i{
	font-style: normal;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	padding-left: 20px;
}
.title-11 a.fr{
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	padding-right: 35px;
	background-image: url(../images/fr.png);
	background-repeat: no-repeat;
	background-position:right center;
	margin-top: 6px;
}
.title-11 a.fr:hover{
	color: #971419;
}
.main1 .title-11-h1{
	width: 404px;
	height: 70px;
	background-image: url(../images/tbg1.png);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 83px;
}

.main1 .title-11 a.fr{
	margin-top: 22px;
}




.main1-1{
	width: 660px;
	margin-right: 50px;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 66.5%;
}

.main1-1-con-wp{
	padding: 0 25px;
	position: relative;
	z-index: 15;
	margin-top: -30px;
}


.main1-1-con{
	background-color: #fff;
	border-bottom: 3px solid #971419;
	padding: 25px 30px 30px;
	box-shadow: 0px 5px 10px 0px rgba(4, 0, 0, 0.15);
	position: relative;
}

.main1-1-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	padding-right: 120px;
}
.main1-1-h1 a:hover{
	color: #971419;
}
.main1-1-p{
	font-size: 14px;
	color: #999;
	line-height: 2.4;
	height: 4.8em;
	overflow: hidden;
	margin-top: 20px;
}

.main1-1-date{
	position: absolute;
	width: 88px;
	height: 88px;
	border-radius: 8px;
	background-color: #971419;
	text-align: center;
	line-height: 1;
	right: 30px;
	top: -40px;
	padding-top:15px; 
}

.main1-1-date1{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}
.main1-1-date2{
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
}


.main1-2{
	overflow: hidden;
}


.main1-2-dl dl{
	margin:0;
}

.main1-2-dl dd+dd{
	margin-top: 22px;
}


.main1-2-pic{
	width: 269px;
	margin-left: 4px;
}

.main1-2-pic .imgbox_a{
	padding-bottom: 66.5%;
}

.main1-2-con{
	overflow: hidden;
	height: 179px;
	border-bottom: 2px solid #eaeaea;
	padding-top: 10px;
	padding-right: 15px;
}

.main1-2-h1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.main1-2-h1 a:hover{
	color: #971419;
}
.main1-2-h2{
	font-size: 16px;
	color: #971419;
	font-weight: bold;
	margin:15px 0 10px;
}
.main1-2-p{
	font-size: 14px;
	color: #999;
	line-height: 2.4;
	height: 4.8em;
	overflow: hidden;
}

.mm40{
	margin-top: 40px;
}

.fmain2 .imgbox_a{
	padding-bottom: 12%;
}

.main3{
	padding-top: 10px;
}

.main3-1{
	width: 960px;
	margin-right: 117px;
}

.tui{
	padding: 30px 0;
	border-bottom: 2px solid #eaeaea;
}

.tui-date{
	width: 75px;
	height: 75px;
	background-color: #e5e5e5;
	text-align: center;
	line-height: 1;
	margin-right: 20px;
	padding-top:12px; 
}


.tui-h1{
	font-size: 30px;
	font-weight: bold;
	color: #971419;
}
.tui-h2{
	font-size: 14px;
	color: #333;
	margin-top: 8px;
}

.tui-con{
	overflow: hidden;
}
.tui-h3{
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.tui-h3 a:hover{
	color: #971419;
}
.tui-p{
	font-size: 14px;
	color: #999;
	line-height: 1.8;
	height:3.6em;
	overflow: hidden;
	margin-top: 5px;
}
.main3-1-list{
	padding-top: 10px;
}
.main3-1-list dl{
	margin:0;
	margin-left: -8%;
}
.main3-1-list dd{
	position: relative;
	font-size: 18px;
	color: #333;
	height:20px;
	line-height: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-position: 0px center;
	background-image: url(../images/dian1.jpg);
	float: left;
	width: 42%;
	margin-top: 24px;
	margin-left: 8%;
}
.main3-1-list dd a:hover{
	color: #971419;
	font-weight: bold;
}
.main3-1-list dd span.span_001{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #971419;
	font-weight: bold;
}


.main3-2{
	overflow: hidden;
}

.main3-2-div{
	margin-top: 26px;
	background-color: #efefef;
	background-image: url(../images/main3-2-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 343px;
	padding: 36px 15px 0 30px;
}

.main3-2-title{
	width: 84px;
	height: 29px;
	line-height: 29px;
	background-color: #971419;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	margin-right: 15px;
}


.main3-2-dh{
	line-height: 29px;
	font-size: 18px;
	color: #333;
	margin-right: 8px;
}

.main3-2-con{
	overflow: hidden;
	line-height: 29px;
	font-size: 18px;
	color: #333;
}
.main3-2-con p{margin:0;}


.main3-2-item + .main3-2-item{
	margin-top: 15px;
}



/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	padding: 57px 0 40px;
}


.er{
	width: 83px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 14px;
}

.foo-logo{
	width:356px;
}
.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo1-p{
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 18px;
}
.foo1-p p{margin:0;}
.foo2{
	margin-top: 45px;
	padding-top: 35px;
	border-top: 1px solid rgba(255,255,255,0.3);
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

/**************************************************************/
/*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: #971419;
}
.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: 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;
}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
	height: 400px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}




.erji{
    padding: 35px 0 70px;
}

.erji-title{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/erji-title.png);
}
.erji-title h1{
	margin:0;
	font-size:22px;
	font-weight: bold;
	color: #971419;
	padding-bottom: 15px;
	border-bottom: 3px solid #971419;
	background-image: url(../images/jiao1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.erji-title h1 img{
	margin-top: -3px;
	margin-right: 9px;
}
.mianbaoxie{
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.mianbaoxie a:hover,.mianbaoxie span{
	color: #971419;
}
.erji-div{
	padding-top: 27px;
}
.menu{
	width: 260px;
	margin-right: 40px;
}
.erji-content{
	overflow: hidden;
}
.menu-dl dl{
	margin:0;
	background-color: #f5f5f5;
}
.menu-dl{
	border:1px solid #d4d4e1;
}
.menu-dl dd+dd{
	border-top:1px solid #d4d4e1;
}
.menu-dl dd>a{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left:38px;
	font-size:14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: 92% center;
}
.menu-dl dd.cur>a,.menu-dl dd>a:hover{
	background-image: url(../images/jt.png);
	background-color: #971419;
	color: #fff;
}

.menu-dl dd>span{
	display: block;
	height: 48px;
	line-height: 48px;
	padding-left:38px;
	font-size:14px;
	color: #666;
	background-repeat: no-repeat;
	background-position: 92% center;
}
.menu-dl dd.cur>span{
	background-image: url(../images/jt.png);
	background-color: #971419;
	color: #fff;
}


.erji-content .main3-1-list dl{margin-left: 0;}
.erji-content .main3-1-list dd{margin-left: 0;width: 100%;float: none;}

.fenye{
	text-align: center;
	margin-top: 50px;
}
.fenye ul{
	margin:0;
}

.danpian{
	padding-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 #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;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px!important;
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#971419;
}
