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



@font-face{
	font-family:"sh";
	src:url("../fonts/SourceHanSerifCN-Bold.otf");

}


body{
	min-width: 1350px;
	overflow: auto;
}
.container{
	width: 1300px!important;
  padding-left: 0!important;
  padding-right: 0!important
}

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]****************/
/**************************************/








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

#main{

}


.main-top{
	position: relative;
}
.main-top img{
	display: block;
	width: 100%;
}

.nav-wp{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 30;
}
.nav{
	border:2px solid #fff;
	border-bottom: 0;
	padding-left: 15px;
	background-color: #c10008;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	height: 105px;
	line-height: 105px;
	padding: 0 20px;
}
.nav>ul>li+li{
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.nav>ul>li>a{
	font-size: 28px;
	color: #fff3bf;
	font-family:"sh";
}



.main-bottom{
	background-color:#f0f0f0; 
	padding: 75px 0 65px;
}

.title-11{
	position: absolute;
	left: 0;
	width: 100%;
	top: -23px;
	text-align: center;
	font-size: 0;
}
.title-11-con{
	display: inline-block;
	line-height: 46px;
	height: 46px;
	font-size: 26px;
	color: #ffdf64;
	padding: 0	18px;
	background-color: #df0006;
	font-family:"sh";
}
.title-11-con img{
	margin-top: -7px;
	width: 28px;
	margin-right: 10px;
}
.bor{
	border-top: 2px solid #df0006;
	position: relative;
}
.main0{
	background-color: #f1dede;
	padding: 45px 20px 25px;
}

.main0-div h1{
	margin:0;
	font-size:22px;
	font-weight: bold;
	color: #df0006;
	text-align: center;
}
.main0-div h2{
	margin:0;
	font-size:35px;
	font-family: "sh";
	color: #df0006;
	text-align: center;
	margin:12px 0 12px;
}
.main0-div-p{
	margin:0;
	font-size:16px;
	line-height: 2;
	color: #666;
	position: relative;
}
.main0-div-p p{
	text-indent: 2em;
	margin:0;
}
.main0-div-p .more1{
	bottom: 0;
}
.main1{
	background-color: #fff;
	padding: 60px 20px 35px;
}

.main1-1{
	width: 618px;
	margin-right: 48px;
}
.main1-pic{
	position: relative;
	z-index: 10;
}
.main1-pic .imgbox_a{
	padding-bottom: 64.725%;
}

.main1-con{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi.png);
	z-index: 25;
	padding-right: 145px;
}

.main1-1-li{
	position: relative;
}


.main1-con-date{
	width:  71px;
	height: 71px;
	background-color: #df0006;
	text-align: center;
	padding-top: 6px;
}
.main1-con-date h1{
	margin:0;
	font-size: 38px;
	color: #fff;
	line-height: 1;
}

.main1-con-date h2{
	margin:0;
	font-size: 14px;
	color: #fff;
	margin-top: 3px;
}


.main1-con-bt{
	overflow: hidden;
	padding: 12px 0 0 15px;
}

.main1-con-bt h1{
	margin:0;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.main1-con-bt-p p{
	margin:0;
}

.main1-con-bt-p{
	font-size: 13px;
	color: #fff;
	margin-top: 9px;
	position: relative;
	padding-right: 77px;
}
.main1-con-bt-p a{
	position: absolute;right: 0;
	top: 0;
}
.fmain1-1 .flex-control-nav{
	height: 0;
	text-align: right;
	padding-right: 15px;
	bottom: 23px;
}
.fmain1-1 .flex-control-nav li{
	margin:0;
}

.fmain1-1 .flex-control-nav li+li{
	margin-left: 9px;
}
.fmain1-1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
}



.main1-2{
	overflow: hidden;
	padding-bottom: 11px;
}

.tui h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #df0006;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dang1.png);
	padding-right: 55px;
	position: relative;
}
.tui h1 span{
	position: absolute;
	font-weight: normal;
	font-size: 16px;
	color:#929292;
	right: 0;
	top: 0;
}

.tui p{
	margin:0;
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 15px;
	padding-left: 27px;
}

.main1-2-list{
	padding: 25px 0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	margin-top: 20px;
	position: relative;
}

.more1{
	position: absolute;
	width: 47px;
	right: 0;
	bottom: -11px;
	
}
.more1>a{
	display: block;
	height: 21px;
	line-height: 21px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #df0006;
}
.main1-2-list dl{
	margin:0;
}

.main1-2-list dd{
	height: 24px;
	line-height: 24px;
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dang2.png);
	padding-right: 55px;
	position: relative;
}
.main1-2-list dd+dd{
	margin-top: 17px;
}
.main1-2-list dd span{
	position: absolute;
	font-size: 16px;
	color:#929292;
	right: 0;
	top: 0;
}


.main1-2-list dd a{
	font-size: 17px;
	color: #646464;
}
.main1-2-list dd a:hover{
	color: #df0006;
}

.mm75{
	margin-top: 75px;
}
.main2{
	padding-top: 35px;
}

.main2-list dl{
	margin:0;
	margin-left: -2%;
}

.main2-list dd{
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-top: 2%;
	background-color: #efddde;
	padding: 20px 20px 15px 80px;
	position: relative;
}
.main2-list dd h1{
	margin:0;
	font-size:20px;
	font-weight: bold;
	color: #df0006; 
}
.main2-list dd p{
	margin:0;
	font-size:13px;
	color: #666; 
	line-height: 1.8;
	height: 3.6em;
	margin-top: 12px;
	overflow: hidden;
}
.main2-list dd:before{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 55px;
	content:"";
	background-color: #df0006;
	z-index: 15;
}
.main2-list dd:after{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 24px;
	height: 24px;
	left: 15px;
	top: 50%;
	margin-top: -12px;
	content:"";
	background-image: url(../images/dang3.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 15;
}


.main3{
	background-color: #fff;
	padding: 45px 20px;
}


.list01 dl{
	margin:0;
}

.list01 dd{
	height: 53px;
	line-height: 53px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dang5.png);
	padding-right: 55px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
}

.list01 dd span{
	position: absolute;
	font-size: 16px;
	color:#929292;
	right: 0;
	top: 0;
}


.list01 dd a{
	font-size: 17px;
	color: #646464;
}
.list01 dd a:hover{
	color: #df0006;
}


.list01{
	position: relative;
}

.list01 .more1{
	bottom: -21px;
}
.main4{
	padding: 55px 20px 45px;
}
.main4-pic .imgbox_a
{padding-bottom: 68.153%;}
.main4-list .item h1{
	margin:0;
	font-size: 15px;
	color: #666;
	text-align: center;
	margin-top: 20px;
}
.main4-list .item:hover h1{
	color: #df0006;
}
.main4-list {
	padding: 0	50px;
}

.main4-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 76px;
    width: 34px;
    height: 34px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.main4-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 76px;
    width: 34px;
    height: 34px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}










.main5 .list01 dd{
	background-image: url(../images/dang4.png);
}






/**************************************************************/
/*main-over*/





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

#footer{
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	line-height: 1.6;
	background-color: #df0006;
}




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





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




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

.mianbaoxie{
	height: 57px;
	line-height: 57px;
	font-size: 18px;
	color: #626262;
}

.mianbaoxie a:hover{
	color: #df0006;
}

.mianbaoxie span{
	font-weight: bold;
	color: #df0006;
	font-size: 22px;
}

.erji-div{
	border-top: 3px solid #df0006;
	padding-top: 40px;
}

.erji-right{
	width: 343px;
	margin-left: 39px;
}

.erji-title{
	height: 50px;
	line-height: 50px;
	background-color: #df0006;
	font-size: 24px;
	color: #fff3bf;
	font-family: "sh";
	padding-left: 56px;
	background-repeat: no-repeat;
	background-position: 17px center;
	background-image: url(../images/dang6.png);
}
.erji-item+.erji-item
{margin-top: 15px;}
.erji-item-con{
	border:1px solid #cfcfcf;
	border-top: 0;
	padding: 20px 15px;
}

.list03 dl{
	margin:0;
}

.list03 dd{
	height: 22px;
	line-height:22px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.png);
	position: relative;
}
.list03 dd+dd{
	margin-top: 15px;
}



.list03 dd a{
	font-size: 16px;
	color: #646464;
}
.list03 dd a:hover{
	color: #df0006;
}

.erji-left{
	overflow: hidden;
}

.danpian-title{
	text-align: center;
}

.danpian-title h1{
	margin:0;
	font-size: 32px;
	color: #333;
	font-weight: bold;
	line-height: 1.5;
}
.danpian-title h2{
	margin:0;
	font-size: 17px;
	color: #888;
	padding: 15px 0 20px;
}

.danpian-con{
	font-size: 17px;
	color: #666;
	line-height: 1.8;
	padding: 22px 0;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	margin-top: 
}

.danpian-con img{
	margin:10px auto;
	display: block;
	max-width: 550px;
}

.danpian-page{
	margin-top: 30px;
}


.danpian-page dl{
	margin:0;
	padding-left: 30px;
}
.danpian-page dd{
	padding-left:27px;
	background-repeat: no-repeat;
	background-position: left center;
}
.danpian-page dd+dd{
	margin-top: 12px;
}

.danpian-page dd a{
	font-size: 17px;
	color: #666;
}

.danpian-page dd a:hover{
	color: #df0006;
}
.erji-list{
	position: relative;
	top: -25px;
}
.erji-list dl{
	margin:0;
}

.erji-list dd{
	height: 68px;
	line-height:68px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-image: url(../images/dian2.jpg);
	padding-right: 55px;
	position: relative;
	border-bottom: 1px solid #dfdfdf;
}
.erji-list dd.ycdd{
	display: none;
}
.erji-list dd span{
	position: absolute;
	font-size: 16px;
	color:#929292;
	right: 0;
	top: 0;
}


.erji-list dd a{
	font-size: 17px;
	color: #646464;
}
.erji-list dd a:hover{
	color: #df0006;
}

.erji-list-a{
	padding-top: 25px;
	text-align: center;
}

.erji-list-a a{
	font-size: 16px;
	color: #929292;
}

.erji-list-a a:hover{
	color: #df0006;
}

.tushuo{
	border:1px solid #cccccc;
	padding: 30px;
}

.tushuo-list{

}
.tushuo-list dl{
	margin:0;
}

.tushuo-list dd{
	float: left;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 25px;
}
.tushuo-list dd h1{
	margin:0;
	font-size: 15px;
	color: #666;
	text-align: center;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	margin-top: 10px;
	padding: 0	15px;
	text-align: center;
}
.tushuo-list dd:hover h1{
	color: #df0006;
}

.tushuo .erji-list-a{
	border-top: 1px solid #d6d6d6;
}

.fenye{
	text-align: center;
}
.danpian-con img{
        margin:0px auto!important;
}