/**************************************/
/*************[公用start]**************/
/**************************************/

body{
	min-width: 1250px;
	overflow: auto;
}
.container{
	width: 1200px!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]****************/
/**************************************/


#top a,#top img{
	display: block;
	width: 100%;
}

#main{
	padding: 50px 0 50px;
	background-color: #fff;
}


.main1-1{
	width: 670px;
}

.main1-1 .imgbox_a{
	padding-bottom: 62.69%;
}

.fmain1 .imgbox_a h1{
	position: absolute;
	margin:0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 63px;
	line-height: 63px;
	background-image: url(../images/heidi2.png);
	padding-left: 18px;
	padding-right: 100px;
	font-size: 18px;
	color: #fff;
}

.fmain1 .flex-control-paging li a{
	width: 10px;
	height: 10px;
}

.fmain1 .flex-control-nav li{
	margin:0;
}

.fmain1 .flex-control-nav li+li{
	margin-left:7px; 
}

.fmain1 .flex-control-nav{
	height: 0;
	bottom: 36px;
	text-align: right;
	padding-right: 30px;
}






.main1-2{
	overflow: hidden;
	border-right:1px solid #e4dec6;
	border-bottom:1px solid #e4dec6;
	height: 420px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/main1-2-bg.jpg);
	padding: 30px 22px 0;
}
.tui{
	border-bottom: 1px solid #dfddce;
	padding-bottom: 12px;
}
.tui h1{
	margin:0;
	font-size: 22px;
	color: #f7150e;
	font-weight: bold;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
	text-align: center;
	padding: 0	32px 0 25px;
}

.tui p{
	margin:0;
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	height: 6.4em;
	overflow: hidden;
	text-indent: 2em;
	margin-top: 10px;
}
.tui p a:hover{
	color: #f7150e;
}
#footer{
	font-size: 16px;
	color: #fff;
	line-height: 1.9;
	background-color: #f7150e;
	text-align: center;
	padding: 20px 0;
}
.list01{
	padding-top: 15px;
}
.list01 dl{
	margin:0;
}

.list01 dd{
	padding-left:8px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian1.jpg);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
	color: #333;
	position: relative;
	padding-right: 85px;
	height: 22px;
	line-height: 22px;
}
.list01 dd+dd{
	margin-top: 12px;
}
.list01 dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.list01 dd>a{
	font-size: 16px;
	color: #000;
}
.list01 dd>a:hover{
	color: #f7150e;
}

.mm50{
	margin-top: 50px;
}
.mm30{
	margin-top: 30px;
}
.main-title{
	height: 124px;
	background-repeat: no-repeat;
	background-position: center;
}

.main2-list .item{
	border:1px solid #ecd2b6;
	padding: 19px;
	padding-bottom: 38px;
}
.main2-list .item h1{
	margin:0;
	font-size: 18px;
	color: #000;
	margin-top: 29px;
}
.main2-list .item:hover h1{
	color: #f7150e;
}
.main2-pic .imgbox_a{
	padding-bottom: 65.7%;
}


.main3-list .item h1{
	margin:0;
	height: 56px;
	line-height: 56px;
	font-size: 16px;
	color: #c73b37;
	margin-top: 20px;
	font-weight: bold;
	text-align: center;
	background-color: #f8eee1;
	padding: 0	15px;
}
.main3-list .item h1 a:hover{
	color: #f7150e;
}
.main3-pic .imgbox_a{
	padding-bottom: 63%;
}

.bo{
	position: absolute;
	width: 45px;
	z-index: 25;
	left:21px ;
	bottom: 16px;
}

.main4-1{
	width: 594px;
	margin-right: 27px;
}

.main4-1 .imgbox_a{
	padding-bottom: 70.7%;
}

.main4-2{
	overflow: hidden;
	height: 420px;
	background-image: url(../images/main4-2-bg.jpg);
	background-position: left center;
	background-repeat: repeat-y;
	padding: 11px 15px 0 30px;
}

.list02 dl{
	margin:0;
}

.list02 dd{
	padding-left:20px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-image: url(../images/dian2.png);
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
	color: #000;
	position: relative;
	padding-right: 85px;
	height:40px;
	line-height: 39px;
}
.list02 dd+dd{
	border-top: 1px dashed #e1e1e1;
}
.list02 dd>span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #666;
}
.list02 dd>a{
	font-size: 16px;
	color: #000;
}
.list02 dd>a:hover{
	color: #f7150e;
}

.main5-1{
	border:1px solid #ecd2b6;
	background-color: #f8f6f2;
	padding: 30px;
}

.main5-1 dl{
	margin:0;
	margin-left: -3%;
}

.main5-1 dd{
	float: left;
	width: 47%;
	margin-top: 3%;
	margin-left: 3%;
	position: relative;
}
.main5-1 dd::after{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	right: -3px;
	bottom: -4px;
	z-index: 15;
	background-color: #e6ded3;
}
.main5-1 dd:first-child,
.main5-1 dd:first-child+dd{
	margin-top: 0;
}

.main5-dd{
	background-color: #ffffff;
	padding: 17px 30px 12px 20px;
	position: relative;
	z-index: 50;
}

.main5-dd h1{
	margin:0;
	font-size: 18px;
	color: #f82822;
	font-weight: bold;
	padding-left: 15px;
	height: 22px;
	line-height: 22px;
	background-image: url(../images/main5-ico1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.main5-dd p{
	margin:0;
	font-size: 14px;
	color: #000;
	
	padding-left: 15px;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 10px;
}


.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;

}

.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:#f7150e;

}


.tu-item{
	border:1px solid #ecd2b6;
	padding: 19px;
	padding-bottom: 38px;
}
.tu-item h1{
	margin:0;
	font-size: 18px;
	color: #000;
	margin-top: 29px;
}
.tu-item:hover h1{
	color: #f7150e;
}
.tu-list .col-lg-4{
	margin-bottom: 30px;
	float: left!important;
	width: 33.33333333%!important;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	padding-top: 30px;
}

.fenye .pagination > li > a,
.fenye .pagination > li > span {
  color: #f7150e;
}


.fenye .pagination > li > a:hover,
.fenye .pagination > li > span:hover,
.fenye .pagination > li > a:focus,
.fenye .pagination > li > span:focus {

  color: #f7150e;

}
.fenye .pagination > .active > a,
.fenye .pagination > .active > span,
.fenye .pagination > .active > a:hover,
.fenye .pagination > .active > span:hover,
.fenye .pagination > .active > a:focus,
.fenye .pagination > .active > span:focus {
	color: #fff;
  background-color: #f7150e;
  border-color: #f7150e;
}

.list-wp .list01{
	padding-top: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	
}

.list-wp .list01 dd+dd {
    margin-top: 15px;
}
.more1{
	margin-top: 30px;
}
.more1 a{
	display: block;
	width: 120px;
	height: 38px;
	line-height: 36px;
	color: #f7150e;
	border:1px solid #f7150e;
	text-align: center;
	margin:0 auto;
	font-size: 14px;
}
.more1 a:hover{
	background-color: #f7150e;
	color: #fff;
}

.main4-3-pandl dl{
	margin:0;
	font-size: 0;
	line-height: normal;
	text-align: center;
}
.main4-3-pandl dd{
	display: inline-block;
	width: 226px;
	vertical-align: top;
}
.main4-3-pandl dd img,.main4-3-pandl dd a{
	display: block;
	width: 100%;
}
.main4-3-pandl dd+dd{
	margin-left: 85px;
}
.main4-3-dl{
	margin-top: 55px;
}
.main4-3-dl dl{
	margin:0;
}

.main4-3-dl dd{
	float: left;
	width: 33.333333%;
	position: relative;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	padding-right: 60px;
	font-size: 16px;
	color: #000;
	background-color: #f7f7f7;
	border-left: 1px solid #e8e8e8;
}
.main4-3-dl dd audio {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.main4-3-dl dd.cur{
	color: #e61723;
}
.main4-3-dl dd.cur i{
	background-image: url(../images/ico11h.png);

}
.main4-3-dl dd i{
	position: absolute;
	right: 25px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
	width: 19px;
	height: 20px;
	background-image: url(../images/ico11.png);
}
.main4-3-dl dd.noleft{
	border-left: 0;
}

.main4-3-dl dd.ddbai{
	background-color: #fff;
}


.list-wp .main4-3-dl dd{
    float: none;
    width: 100%;
}








