/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}

body{
	background-color:#f4f4f4; 
}



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]****************/
/**************************************/



.topimg{
	height:598px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

.topimg img{
	width: 100%;
	display: none;
}


#main{
	background-color: #fff;
	padding: 50px 0;
}





.title-11{
	background-image: url(../images/title-11.png);
	background-repeat: no-repeat;
	background-position: center;
}


.title-11 img{
	display: block;
	margin:0 auto;
	position: relative;
	left: -12px;
}


.mm40{
	margin-top: 40px;
}

.main1-div{
	margin-top: 30px;
}
.main1-pic-wp{
	width: 450px;
	margin-right: 27px;
}

.main1-pic{
	display: none;
}
.main1-pic:first-child{
	display: block;
}
.main1-pic .imgbox_a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	margin:0;
	font-size: 16px;
	color: #fff;
	background-image: url(../images/heidi.png);
	padding-left: 8px;
	padding-right: 140px;
	z-index: 60;
}


.main1-pic .imgbox_a{
	padding-bottom: 61.78%;
}


.main1-con{
	overflow: hidden;
}


.main1-list1 dl{
	margin:0;
}
.main1-list1 dd{
	padding-top: 13px;
	margin-top: 2px;
}

.main1-list1 dd:first-child{
	margin-top: 0;
}


.main1-list1 dd h1{
	margin:0;
	font-size: 16px;
	color: #666;
}

.main1-list1 dd.cur h1{
	color: #c61000;
}

.main1-list1 dd p{
	margin:0;
	font-size: 12px;
	color: #999;
	line-height:2;
	height:8em;
	overflow: hidden;
	margin-top: 12px;
}

.main2-dl{
	padding-top: 8px;
}
.main2-dl dl{
	margin:0;
	margin-left: -2%;
}

.main2-dl dd{
	float: left;
	width: 31.33333%;
	margin-left: 2%;
	margin-top: 2%;
	background-color: #f6f3f3;
}


.main2-pic{
	width: 102px;
}

.main2-pic .imgbox_a{
	padding-bottom: 123.53%;
}

.main2-con{
	overflow: hidden;
	padding: 10px 8px 0;

}


.main2-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
}
.main2-con h1 a:hover{
	color:#c61000;
}

.main2-con h2{
	margin:0;
	font-size: 12px;
	color: #c61000;
	margin:10px 0 6px;
}

.main2-con p{
	margin:0;
	font-size: 12px;
	color: #999;
	line-height: 1.8;
	height: 5.4em;
	overflow: hidden;
}

.main3-dl{
	padding-top: 25px;
}
.main3-dl dl{
	margin:0;
	margin-left: -4%;
}

.main3-dl dd{
	float: left;
	width: 46%;
	margin-left: 4%;
	margin-top: 10px;
	background-color: #f6f3f3;
	padding:10px;
}


.main3-dl dd h1{
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dian.jpg);
	margin:0;
	font-size: 16px;
	color: #666;
}
.main3-dl dd h1 a:hover{
	color:#c61000;
}
.main3-dl dd h2{
	margin:0;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	padding-left: 15px;
}




#footer{
	background-color: #494949;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	padding: 50px 0;
	text-align: center;
}

#footer span{
	padding-left: 15px;
}

#footer span img{
	margin-right: 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:#b73837;

}
.dan-return{
	padding-bottom: 25px;
}
.dan-return a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-color: #c61000;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	font-size: 15px;
}

.dan-return a:hover{
	font-weight: bold;
}







.main6-dl {
	padding-top: 10px;
}
.main6-dl dl{
	margin:0;
	margin-left: -5%;
}

.main6-dl dd{
	margin-top: 30px;
	float: left;
	width: 28.333333%;
	margin-left: 5%;
}

.main6-dl dd .imgbox_a{
	padding-bottom:128.41%; 
}



.main5-dl {
	padding-top:5px;
}
.main5-dl dl{
	margin:0;
	margin-left: -3%;
}

.main5-dl dd{
	margin-top: 3%;
	float: left;
	width: 30.33333%;
	margin-left: 3%;
}

.main5-dl dd .imgbox_a{
	padding-bottom:55.93%; 
}


.main5-hei{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/heidi2.png);
}

.main5-bo{
	position: absolute;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}

.main5-bo img{
	display: block;width: 100%;
}


.main4-pic{
	width: 504px;
	margin-right: 34px;
}
.main4-pic .imgbox_a{
	padding-bottom: 61.7%;
}
.main4-h1{
	font-size: 24px;
	color: #cc2e16;
	text-align: center;
	line-height: 1.5;
	padding-bottom: 26px;
}

.main4-con{
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 1.9;
}

.main4-con p{margin:0;}









.title-88{
	height: 56px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/title-88-bg.png);
	padding-left: 146px;
	padding-top: 6px;
	font-weight: bold;
}
.title-88 a{
	font-size: 30px;
	font-family: "SimSun";
	color: #e9b50c;
}
.main7-div{
	margin-top: 30px;
}

.main7-1{
	width: 524px;
	margin-right: 78px;
}

.main7-1 .imgbox_a{
	padding-bottom: 66.6%;
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
}

.main7-2{
	overflow: hidden;
	padding-top: 50px;
}


.list18 dl{
	margin:0;
}

.list18 dd{

	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian18.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:20px;
  overflow: hidden;
	position: relative;
	height: 22px;
	line-height: 22px;
	margin-top: 30px;
}

.list18 dd:first-child{
	margin-top: 0!important;
}




.list18 dd a{
	font-size: 18px;
	color:#333;
}

.list18 dd a:hover{
	color:#346298;
}


.main8-1{
	width: 583px;
	margin-left: 50px;
}

.main8-1 .imgbox_a{
	padding-bottom: 74.614%;
}

.main8-2{
	overflow: hidden;
}

.main8-2 .list18 dd{
	padding-left: 37px;
	background-image: url(../images/dian19.jpg);
	margin-top: 29px;
}


.main9-1{
	width: 582px;
	margin-right: 27px;
}

.main9-1 .imgbox_a{
	padding-bottom: 66%;
}

.main9-2{
	overflow: hidden;
}






.list19 dl{
	margin:0;
}

.list19 dd{

	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/list19-2.jpg);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:30px;
  overflow: hidden;
	position: relative;
	height: 47px;
	line-height: 46px;
	border-bottom: 1px dashed #cccccc;
	position: relative;
}

.list19 dd.cur{
  background-image: url(../images/list19-1.jpg);
  padding-right: 40px;
}

.list19 dd.cur::after{
	position: absolute;
	width: 27px;
	height: 9px;
	top: 50%;
	margin-top: -4px;
	right: 0;
	background-image: url(../images/after.png);
	background-repeat: no-repeat;
	background-position: center;
	content:"";
}


.list19 dd a{
	font-size: 18px;
	color:#333;
}

.list19 dd a:hover{
	color:#346298;
}

.list19-more{
	margin-top: 15px;
}
.list19-more a{
	display: block;
	height:40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #254874;
	background-color:#e2ebf6;
}

.list19-more a:hover{
	font-weight: bold;
}

.main10-list .item>a{
	display: block;
	padding: 35px 15px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.main10-ico{
	width: 31px;
	margin:0 auto 10px;
}

.main10-list .item>a:hover{
	font-weight: bold;
}

.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 30px;
}