/**************************************/
/*************[公用start]**************/
/**************************************/



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{

}

.header-1{
	position: relative;
}

.header-div{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
	padding-top: 25px;
}

.header-div .fr{
	width: 78px;
}

.header-div .fr a{
	display: block;
	font-size: 14px;
	color: #333;
}
.header-div .fr a:hover{
	color: #f2b654;
}
.header-div img{
	margin-top: -3px;
	margin-right: 5px;
}
.header-1>img{
	display: block;
	width: 100%;
}


.nav-wp{
	background-color: #f2b654;
}


.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 20%;
	text-align: center;
	position: relative;

}
.nav>ul>li:first-child{

}
.nav>ul>li>a{
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color:#fff;
	/*transition: .3s;*/

}
.nav>ul>li.cur>a,.nav>ul>li>a:hover{

	font-weight: bold;
}
/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.main{
	padding: 40px 0 45px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*-webkit-background-size: contain;*/
	/*background-size: contain;*/
	background-color: #fff;
	/*min-height: 1359px;*/
}

.main1{
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/main1-bg.jpg);
	padding: 22px 28px 0 134px;
}
.main1 h1{
	margin:0;
	font-size: 30px;
	color: #fff;
	text-align: center;
	padding-right: 50px;
}
.main1 p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 13px;
}

.main2{
	margin-top: 40px;
}


.main2-1{
	width: 660px;
	margin-right: 30px;
}

.fmain2-1 .imgbox_a{
	padding-bottom: 61.5%;
}
.fmain2-1 .imgbox_a h1{
	margin:0;
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	height:44px;
	line-height: 44px;
	padding: 0	15px;
	background-image: url(../images/heidi.png);
	color: #fff;
	font-size: 18px;
}

.main2-2{
	overflow: hidden;
}
.title-11{
	padding-bottom: 10px;
	border-bottom: 1px dashed #edeef0;
}
.title-11 h1{
	margin:0;
	font-size: 24px;
	font-weight: bold;
	color: #ca332c;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/title-11.png);
	height: 30px;
	line-height: 30px;
}

.title-11 a.fr{
	width: 30px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/more.png);
	margin-top: 8px;
}
.title-11 a.fr:hover{
	background-image: url(../images/moreh.png);

}
.tui{
	padding-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9dada;
}
.tui h1{
	margin:0;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.tui h1 a:hover{
	color: #ca332c;
}
.tui p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top:7px;
}


.list{
	padding-top: 15px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:16px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#ca332c;
}


.main3-item{
	margin-top: 35px;
}

.main4{
	margin-top: 50px;
}

.title-22{
	height: 23px;
	line-height: 23px;
	background-repeat: no-repeat;
	background-position:center;
  background-image: url(../images/title-22.png);
  text-align: center;
  font-size: 24px;
	font-weight: bold;
	color: #ca332c;
}

.main4-dl{
	font-size: 0;
	line-height: normal;
	text-align: center;
	padding: 30px 0;
}

.main4-dl dl{
	margin:0;
	display: inline-block;
}

.main4-dl dd{
	float: left;
	width: 94px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 16px;
	color: #ca332c;
	margin:0 12px;
	background-repeat: repeat-x;
	background-position:center;
  background-image: url(../images/dd.png);
}
.main4-dl dd.cur{
	font-weight: bold;
}


.main4-pic .imgbox_a{
	padding-bottom: 66.05%;
}
.main4-list .item h1{
	margin:0;
	font-size: 15px;
	color: #333;
	text-align: center;
	margin-top: 8px;
	padding: 0	8px;
}
.main4-list .item:hover h1{
	color: #ca332c;


}


.main4-div-wp{
	position: relative;
	overflow: hidden;
}

.main4-div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	left: -1500%;
}

.main4-div.cur{
	position: relative;
	left: 0;
}


.main5{
	margin-top: 30px;
}
.main5-list{
	margin-top: 30px;
}

.main5-pic{
	border:1px solid #e4e4e4;
	padding: 6px;
}
.main5-pic .imgbox_a{
	padding-bottom: 24.72%;
}









/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 2;
	background-color:#ca332c;
	padding:  38px 0;
}




/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


#piao{
	position: fixed;
	z-index: 888;
	right: 30px;
	top: 50%;
	margin-top: -230px;
	width: 154px;
	height: 460px;
	background-image: url(../images/piao.png);
	padding: 100px 6px 0 ;
}

#piao h1{
	margin:0;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
#piao p{
	margin:0;
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
	height: 4.8em;
	overflow: hidden;
	margin:20px 0 12px;
}


#piao dl{
	margin:0;
}
#piao dd span{
	float: left;
}

#piao dd{
	font-size: 14px;
	color: #fff;
	line-height: 1.6;
}

.piao-a{
	width:33px; 
	margin:26px auto 0;
}

.piao-a a,.piao-a img{
	display: block;
	width: 100%;
}




/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #e4e4e4;
}

.danpian{padding-top: 25px;}
.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:#ca332c;

}


.pic-item h1{
	margin:0;
	font-size: 15px;
	color: #333;
	text-align: center;
	margin-top: 10px;
	padding: 0	5px;
}
.pic-item:hover h1{
	color: #ca332c;
}

.pic-item{
	margin-top: 30px;
}