/**************************************/
/*************[公用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;
}

.header1{
	position: absolute;
	width: 100%;
	left: 0;
	top: 34px;
	z-index: 50;
}

.logo{
	width: 300px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.header-img img{
	display: block;
	width: 100%;
}

.nav-wp{
	background-color: #fae9c3;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 16.667%;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.nav>ul>li>a{
	font-size: 22px;
	color: #c82222;
}

.nav>ul>li>a:hover,
.nav>ul>li.cur>a{
	font-weight: bold;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}


.main{
	padding: 70px 0;
	background-color: #fff;
	background-image: url(../images/main-bg.jpg);
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center 30%;
	min-height: 800px;
}


.mm50{margin-top: 50px;}

.main-div{
	margin-top: 20px;
}

.main1-1{
	width: 620px;
	margin-right: 58px;
	margin-top: 15px;
}


.fmain1 .imgbox_a{
	padding-bottom:  67%;
}
.fmain1 .imgbox_a h1{
	margin:0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #fff;
	padding-left: 25px;
	padding-right: 100px;
	background-image: url(../images/heidi.png);
	z-index: 50;
}
.fmain1 .flex-control-nav{
	height: 0;
	padding-right: 20px;
	text-align: right;
	bottom: 32px;  
}
.fmain1 .flex-control-nav li{
	margin:0;
}
.fmain1 .flex-control-nav li+li{
	margin-left: 13px;
}
.fmain1 .flex-control-paging li a{
	width: 11px;
	height: 11px;
}





.main1-2{
	overflow: hidden;
}

.list02-wp .list02{display: none;}
.list02-wp .list02:first-child{display: block;}


.list02x.list02 dd{
	height: 24px;
	line-height: 24px;
	border-bottom: 0;
}

.list02x.list02 dd+dd{
	margin-top: 39px;
}




.list02 dl{
	margin:0;
}
.list02 dd{
	height: 72px;
	line-height: 71px;
	padding-left:26px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian2.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 17px;
	color: #333;
	position: relative;
	padding-right: 95px;
	border-bottom: 1px dashed #dcdcdc;
}
.list02 dd:first-child{
	padding-top: 0
}
.list02 dd>span.span_22{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	color: #999;
}

.list02 dd>a:hover{
	color: #c82222;
	font-weight: bold;
}


.main2-1{
	width: 640px;
	margin-right: 40px;
}


.main2-1 .list02-wp{
	padding-top: 25px;
}


.main2-2{
	overflow: hidden;
}






.list03 dl{
	margin:0;
	padding-top: 15px;
}

.list03 dd{
	padding-right: 5px;
	padding-bottom: 5px;
	position: relative;
}
.list03 dd+dd{
	margin-top: 20px;
}
.list03 dd::before{
	position: absolute;
	width: 100%;
	height: 100%;
	right: -5px;
	bottom: -5px;
	content:"";
	z-index: 10;
	background-color: #eeeeee;
}
.list03-dd{
	border:1px solid #ebebeb;
	position: relative;
	z-index: 50;
	background-color: #fff;
	height: 55px;
	line-height: 53px;
	padding-left: 33px;
	padding-right: 30px;
	font-size: 18px;
	color: #333;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(../images/dian3.png);
}

.list03-dd a:hover{
	color: #c82222;
	font-weight: bold;
}


.main3-div{
	height: 349px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main3-bg.jpg);
	background-size: cover;
	margin-top: 30px;
	background-color: #e9f4fb;
	padding-top: 95px;
	padding-left: 50%;
	padding-right:50px;
}


.main3-h1{
	font-size: 32px;
	color: #c82222;
}

.main3-p{
	font-size: 18px;
	color: #999;
	line-height: 1.5;
	margin-top: 20px;
}


.main3-a{
	text-align: right;
	font-size: 18px;
	color: #c82222;
	margin-top: 65px;
}
.main3-a img{
	margin-top: -3px;
	margin-left: 13px;
}

.main3-a a:hover{
	font-weight: bold;
}

/************************************33**************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	border-top: 6px solid #c82121;
	padding: 25px 0;
	line-height: 1.8;
	color: #333;
	font-size: 16px;
	text-align: center;
}




/**************************************************************/
/*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: #c82222;

}
.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>ul>li>ul>li>ul{
	padding: 5px 0;
}
.nav-2>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 50px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}

.nav-2>ul>li>ul>li>ul>li>ul{
	padding: 10px 0 5px;
}
.nav-2>ul>li>ul>li>ul>li>ul>li{
	font-size: 14px;
	padding-left: 30px;
	width: 100%;
	color:#666;
}
.nav-2>ul>li>ul>li>ul>li>ul>li+li{
	margin-top: 7px;
}
/*.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: 220px;
   margin-left: 15px;
   margin-top:16px;
}
.logo-2 a{
	display: block;
	width: 100%;
}
.logo img{
	display: block;
	width: 100%;
}

.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样式要求区域]**********/
/**************************************/




.erji{
	padding: 70px 0 50px;
}

.erji-title{
	border-bottom: 2px solid #e8e8e8;
	padding-bottom: 15px;
}

.erji-title .fl{
	font-size: 30px;
	font-weight: bold;
	color: #c82222;
}

.erji-title .fl img{
	margin-top: -3px;
	margin-right: 11px;
}


.erji-title a.fr{
	width: 14px;
	display: none;
	margin-top: 15px;
}
.erji-title a.fr img{
	display: block; 
	width: 100%;
}
.erji-title a.fr.frr{
	display: block;
}


.erji-title-hua.erji-title .fl{
	font-size: 26px;
	color: #333;
	font-weight: normal;
	cursor: pointer;
	line-height: 42px;
	position: relative;
}
.erji-title-hua.erji-title .fl+.fl{
	margin-left: 38px;
}
.erji-title-hua.erji-title .fl+.fl::before{
	position: absolute;
	width: 14px;
	height: 27px;
	background-image: url(../images/xie.png);
	background-size: 100%;
	content:"";
	top: 10px;
	left: -27px;
}
.erji-title-hua.erji-title .fl img{
	display: none;
}

.erji-title-hua.erji-title .fl.cur{
	font-size: 30px;
	font-weight: bold;
	color: #c82222;
}

.erji-title-hua.erji-title .fl.cur img{
	display: inline-block;
}

.erji-div{
	margin-top: 35px;
}

.list01 dl{
	margin:0;
}
.list01 dd{
	height: 20px;
	line-height: 20px;
	padding-left:23px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
	color: #333;
	position: relative;
	padding-right: 95px;
}
.list01 dd+dd{
	margin-top: 30px;
}
.list01 dd>span.span_11{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	color: #333;
}

.list01 dd>a:hover{
	color: #c82222;
	font-weight: bold;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.fenye ul{
	margin:0;
}

.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;
}
.danpian-con img[src*="fileTypeImages/icon"] {
    display: inline-block;
    margin: 0;
}

.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#c82222;
}

.jianyan-title{
	width: 461px;
	height: 111px;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/jianyan-title.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin:0 auto;
	padding-top: 25px;
}
.jianyan-title span{
	color: #c82222;
}
.jianyan-title img{
	margin-top: -3px;
	margin-right: 15px;
	width: 54px;
}

.jianyan-form{
	border:8px solid #e6e8f5;
	margin-top: 45px;
	padding: 60px 45px 45px;
}

.jianyan1-dl dl{
	margin:0;
	margin-left: -1%;
}

.jianyan1-dl dd{
	float: left;
	width: 32.33333%;
	margin-left: 1%;
	font-size: 0;
}
.jianyan1-dl dd.btdd{
width:99%;
margin-top:30px;
}

.jianyan1-dl dd.btdd .form-control{
width:970px;
}
.jianyan1-dl.jianyan1-dlx dd:first-child+dd{
width: 65.66666%;
}
.jianyan1-dl dd .form-control{
	width: 232px;
	display: inline-block;
	vertical-align: top;
	height: 49px;
	font-size: 16px;
}
.jianyan1-dl dd:nth-child(2) .form-control{
	width: 270px;
}
.jianyan1-dl dd>span{
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	color: #333;
	height: 49px;
	line-height: 49px;
	margin-right: 12px;
}


.jianyan1-dl dd>span i{
	font-style: normal;
	color: #999;
}

.jianyan1-dl dd>span b{
	font-weight: normal;
	color: #d71918;	
}

.jianyan1-dl.jianyan1-dlx2 dd{
width:99%;
}
.jianyan-text{
	margin: 35px 0;
}
.jianyan-text textarea{
	resize: none;
	height: 300px;
	background-color: #f9faff;
	font-size: 18px;
	color: #333;
	padding: 25px;
}

.jianyan-btn{
	margin-top: 50px;
}

.jianyan-btn input{
	display: block;
	border:0;
	width: 267px;
	height: 55px;
	background-color: #c92322;
	border-radius: 6px;
	font-size: 18px;
	color: #fff;
	margin:0 auto;
}
.jianyan-btn input:hover{
	font-weight: bold;
}
.jianyan-btn input:focus{
	outline: none;
}