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



div.clear{
	clear: both;
	height: 0;
	width: 0;
}



a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}



div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}




/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; /* ueco 时间曲线*/
	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);
}


/*图片中心放大代码区域*/





/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}


.nav-wp{
	background-color: #730009;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11%;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;
	position: relative;
}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0px;
}
.nav>ul>li>a{
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color:#fff;
	font-size: 18px;
	background-color: #730009;
	transition: .3s;
}
.nav>ul>li.active>a,.nav>ul>li:hover>a{
	background-color: #5d0008;
}

.nav>ul>li>ul{
	position: absolute;
	left: 1px;
	right: 0;
	top: 44px;
	z-index: 500;
	display: none;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	line-height: 1.6;
	text-align: center;
	color:#fff;
	font-size: 14px;
	background-color: #730009;
}
.nav>ul>li>ul>li>a:hover{
	background-color: #5d0008;

}

/**************************************************************/
/*header-over*/





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

#main{

}

.fafa .slides>li{
	height: 450px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.fafa .slides>li>a{
	display: block;
	height: 100%;
}
.fafa .slides>li img{
	display: none;
	width: 100%;
}
.fafa .flex-direction-nav{
	display: block;
	width: 1200px;
	margin-left: -600px;
	left: 50%;
	top: 50%;
	height: 1px;
	position: absolute;
}

.fafa .flex-direction-nav a{
	width: 40px;
	height: 70px;
	margin-top: -35px;

}

.fafa .flex-direction-nav .flex-prev{
	left: -40px;
}
.fafa .flex-direction-nav .flex-next{
	right: -40px;
}

.main1-1{
	width: 492px;

}

.main1-2{
	width: 365px;
	margin-left: 25px;
	margin-right: 30px;

}


.main1-3{
	overflow: hidden;
}
.title-11{
	padding-bottom: 10px;
	border-bottom: 2px solid #0050a8;
}
.title-11 h1{
	margin:0;
	font-size: 18px;
	color:#333;
	float: left;
}

.title-11 a.fr{
	font-size: 12px;
	color:#999;
	margin-top: 2px;
}
.title-11 a.fr:hover{
	color:#0050a8;
}
.p50{
	padding: 50px 0;
}
.m17{
	margin-top: 17px;
}

.fmain1 .slides>li>a{
	display: block;
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
}

.fmain1 .slides>li>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	/*transition: .3s;*/
}

.fmain1 .slides>li>a:hover img{
	/*图片中心放大代码*/
	 /* -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/
}

.fmain1 .slides>li>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 57px;
	line-height: 57px;
	margin: 0;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/heidi.png);
    padding-left: 25px;
    padding-right: 100px;
}


.fmain1 .flex-control-nav{
	display: block;
	font-size: 0;
	text-align: right;
	padding-right: 16px;
	bottom: 24px;
}

.fmain1 .flex-control-nav li{
	margin:0 6px;
}

.fmain1 .flex-control-paging li a{
	width: 8px;
	height: 8px;
}

.tui-pic{
	width: 110px;
	margin-right: 17px;
}
.tui-pic>a{
	display: block;
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
}

.tui-pic>a>img{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	/*transition: .3s;*/
}
.tui-con{
	overflow: hidden;
	padding-top: 2px;
}
.tui-con h1{
	margin: 0;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tui-con h1 a:hover{
	color:#8f000b;
}
.tui-con p{
	margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    height: 44px;
    overflow: hidden;
    margin-top:7px;
}
.tui{
	padding-bottom: 36px;
	border-bottom: 1px solid #f5f5f5;
}
.list1{
	padding-top: 6px;
}
.list1 ul{
	margin:0;
}
.list1  li{

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 19px;
    list-style-type: none;
}
.list1  li a{
	font-size: 16px;
    color: #333;
}
.list1  li a:hover{
	color:#8f000b;
	
}

.list2{

}
.list2 ul{
	margin:0;
}
.list2 li{
	margin-top: 2px;
}
.list2 li:first-child{
	margin-top: 10px;
}
.list2 li a{
	display: block;
}
.list2 li a:hover .date1-con{
    color: #0050a8;

}
.date1{
	width: 72px;
	margin-right: 15px;
	border-radius: 5px;
	overflow: hidden;
	text-align: center;
}

.date1 h1{
	margin: 0;
    font-size: 26px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    background-color: #0050a8;
}
.date1 h2{
	margin: 0;
    font-size: 14px;
    color: #0050a8;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f3f3f3;
}

.date1-con{
	font-size: 16px;
	color:#333;
	line-height: 1.5;
	overflow: hidden;
	padding-top:4px;
	height: 52px;
}
.pic-lun{
	padding-top: 50px;
}
.main2{
	height: 540px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2.jpg);
	padding-top: 30px;
}

.main2-1{
	width: 480px;
	height: 480px;
	background-image: url(/skin/mm/main2-1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
}
.main2-2{
	width: 720px;
	height: 480px;

	border:1px solid #767673;
	position: relative;
}

.main2-2-div-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;

	z-index: 50;
	overflow: hidden;
}

.main2-2-div{
	position: absolute;
	left: -15000%;
	width: 100%;
	bottom: 0;
	top: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center ;
	background-repeat: no-repeat;
}
.main2-2-div.cur{
	left: 0;
}
.main2-2 ul{
	margin:0;
	position: relative;
	z-index: 60;
}

.main2-2 li{
	float: left;
	width: 50%;

}



.main2-2 li>a{
	display: block;
	height: 240px;
	position: relative;
	border:1px solid #fff;
	border:1px solid rgba(255,255,255,0.35);
}

.main2-hong-wp{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(/skin/mm//kong.png);
	transition: .3s;
}

.main2-hong{
	position: absolute;
	left: 14px;
	right:14px;
	top: 14px;
	bottom: 14px;


}
.main2-2 li.cur>a .main2-hong{
	border:1px solid #fff;
	border:1px solid rgba(255,255,255,0.35);
}
.main2-2 li.cur>a .main2-hong-wp{
	background-image: url(/skin/mm/hongdi.png);
}
.main2-2 li.cur>a .main2-wen{
	padding-left: 150px;
	background-position: 50px center;

}
.main2-2 li.cur>a .main2-wen1{background-image: url(/skin/mm/main2-ico.png);}
.main2-2 li.cur>a .main2-wen2{background-image: url(/skin/mm/main4-ico.png);}
.main2-2 li.cur>a .main2-wen3{background-image: url(/skin/mm/main1-ico.png);}
.main2-2 li.cur>a .main2-wen4{background-image: url(/skin/mm/main3-ico.png);}



.main2-wen{
	height: 70px;
	padding-top: 10px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -35px;
	padding-left: 106px;
	transition: .3s;
	background-repeat: no-repeat;
	background-position: 30px center;
}




.main2-wen h1{
	margin:0;
	font-size:14px;
	font-family: "Arial";
	color:#fff;
	text-transform: uppercase;
}
.main2-wen h2{
	margin:0;
	font-size:26px;
	font-family: "Arial";
	color:#fff;
	margin-top: 8px;
}



.main2-2-list ul{
	margin:0;
}

.main2-2-list li{
	float: left;
	width: 33.333333333%;
	text-align: center;
}


.main2-2-list li h1{
	margin:0;
	font-size: 60px;
	color:#8f000b;
}

.main2-2-list li h2{
	margin:0;
	font-size: 14px;
	color:#666;
	margin-top: 20px;
}

.main2-1-top{
	padding: 40px 60px 25px;
}
.main2-1-top h1{
	font-size: 30px;
	color:#333;
	margin:0;
}

.main2-1-p{
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	margin-top: 22px;
}
.main2-1-p a{
	color:#8f000b;

}

.main2-2-list{
	padding: 0	30px;
}

.main3-1{
	width: 790px;
	margin-right: 30px;
}

.main3-2{
	overflow: hidden;
}

.shipin{
	width: 384px;
	margin-right: 30px;
}
.main3-div{
	overflow: hidden;
}
.shipin a{
	display: block;
}
.shipin-div img{
	display: block;
	width: 100%;
}

.shipin-h1{
	font-size: 16px;
	margin: 0;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    margin-top: 16px;
}


.title-22 span{
	font-size: 20px;
	color:#515151;
	cursor: pointer;
	padding-bottom: 12px;
	border-bottom: 3px solid #fff;
	line-height: 1;
	margin-left: 25px;
}
.title-22 span:first-child{
	margin-left: 0;
}
.title-22 span.cur{
	color:#8f000b;
	border-color: #8f000b;
}

.title-22 a.fr{
	display: none;
	font-size: 14px;
	color:#999;
	line-height: 1;
	margin-top: 5px;
}
.title-22 a.fr:hover{
	color:#8f000b;

}
.title-22 a.fr.frr{
	display: block;
}

.main3-list-wp{
	padding-top: 9px;
}
.main3-list{
	display: none;
}

.main3-list:first-child{
	display: block;
}
.main3-list ul{
	margin:0;
}

.main3-list li{
	height: 50px;
	border-bottom: 1px solid #f7f7f7;
	/*padding-top: 20px;*/
	line-height: 50px;
	position: relative;
	padding-right: 100px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.main3-list li span{
	position: absolute;
	font-size: 14px;
	color:#666;
	right: 0;
	top: 0;
}

.main3-list li a{
	font-size: 16px;
	color:#333;
}

.main3-list li a:hover{
	color:#8f000b;

}
.list3 ul{
	margin:0;
}
.list3  li{
	margin-top: 21px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-position: left center;
    background-image: url(/skin/mm/dian.png);
    background-repeat: no-repeat;
    padding-left: 13px;
}
.list3  li a{
	font-size: 16px;
	color:#666666;
}

.list3  li a:hover{
	color:#8f000b;

}


.main4{
	background-color: #f0f5f8;
	padding: 50px 0 70px;
}

.main4-div{
	width: 569px;
}

.main4-div .title-22{
	padding-bottom:25px;
}

.fmain4-1 .slides>li{
	position: relative;
}
.fmain4-1 .slides>li>a{
	display: block;
	padding-bottom: 62.74%;
	position: relative;
	overflow: hidden;
}
.fmain4-1 .slides>li>a img{
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: 100%;

}

.fmain4-1 .slides>li>a h1{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 47px;
	line-height: 47px;
	margin: 0;
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../images/heidi.png);
    text-align: center;
    padding: 0	15px;

}

.fmain4-1 .flex-control-nav{
	display: block;
	bottom: -35px;
	font-size: 0;
}

.fmain4-1 .flex-control-paging li a{
	width: 13px;
	background-image: url(../images/arrow-b2.png);
	height: 13px;
}
.fmain4-1 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}

.fmain4-1 .flex-control-nav li{
	margin:0 5px;
}


.fmain4-2 .flex-control-nav{
	display: block;
	bottom: -35px;
	font-size: 0;
}

.fmain4-2 .flex-control-paging li a{
	width: 13px;
	background-image: url(../images/arrow-b2.png);
	height: 13px;
}
.fmain4-2 .flex-control-paging li a.flex-active{
	background-image: url(../images/arrow-b2-h.png);
}

.fmain4-2 .flex-control-nav li{
	margin:0 5px;
}
.main4-div1
{position: relative;}
.main4-div2
{display: none;}
.main4-00{
	position: absolute;
	width: 178px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	font-size: 24px;
	color:#8f000b;
	font-weight: bold;
	left: 211px;
	top: 150px;
	background-image: url(../images/main4-00.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center ;
}


.main4-div1 img{
	display: block;
	width: 100%;
}

.main4-11{
	width: 208px;
	position: relative;
}

.main4-22{
	width: 358px;
	position: relative;
	margin-left: 3px;
}

.main4-33{
	margin-left: 3px;
	margin-top: 88px;
	position: relative;
	width: 178px;
}

.main4-44{
	width: 177px;
	margin-left: 3px;
	position: relative;
	margin-top: 3px;
}

.main4-div-con:hover .main4-div1-wen-wp{
	opacity: 1;
	visibility: visible;
}

.main4-div1-wen-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: url(../images/heidi.png);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}


.main4-div1-table{
	display: table;
	width: 100%;
	height: 100%;
}

.main4-div1-table-cell{
	display: table-cell;
	vertical-align: middle;
	padding: 0	23px;
}


.main4-line{
	width: 30px;
	height: 3px;
	background-color: #8f000b;
}

.main4-div1-table-cell p{
	margin:0;
	font-size: 18px;
	color:#fff;
	line-height: 1.6;
	margin-top: 15px;
}



.main5{
	padding: 50px 0 20px;
}

.main5-div{
	padding-top: 10px;
	border-top: 2px solid #8f000b;
}

.main5-list{
	overflow: hidden;
}

.main5-list ul{
	margin:0;
}

.main5-list li{
	float: left;
	padding: 0	10px;
	width: 205px;
}
.main5-list li img{
	display: block;
}


.footer-1{
	border-top: 4px solid #8f000b;
	background-color: #f0f5f8;
	padding: 35px 0;

}
.foo1-list ul,.foo1-list dl{
	margin:0;
}
.foo1-list  dd{
	font-size: 14px;
	color:#666;
	line-height: 1;
	margin-top: 16px;
}
.foo1-list  dd:first-child{
	margin-top: 28px;
}
.foo1-list  dd a{
	font-size: 14px;
	color:#666;
	transition: .3s;
}
.foo1-list  dd a:hover{
	color:#8f000b;
}
.foo1-list li{
	float: left;
	width: 12.5%;
	text-align: center;
}
.foo1-list li h1{
	margin:0;
	font-size: 16px;
	line-height: 1;
	color:#333;
	/*font-weight: bold;*/

}
.foo1-list li h1 a{
	font-size: 16px;
	line-height: 1;
	color:#8f000b;
	transition: .3s;
}
.foo1-list li h1 a:hover{
	color:#8f000b;
}


.footer-2{
	height: 167px;
	background-color: #8f000b;
	background: url("/skin/mm/footer_bg.jpg") no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	color:#fff;
}

.foo-logo{
	width: 450px;
	margin-top: 41px;
	margin-right: 65px;
}

.foo-logo img{
	display: block;
	width: 100%;
}

.foo2-con {
	font-size: 14px;
	color:#fff;
	line-height: 2;
	width: 400px;
	padding-top: 30px;
}

.er-wp{
	width: 98px;
	margin-top: 25px;
}

.er{
	width: 98px;
	font-size: 14px;
	color:#fff;
	text-align: center;
	float: right;
}

.er img{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}



.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 6px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}


.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;

}


.banner-x{
	display: none;
}


.fxfx .flex-control-nav{
	display: block;
	font-size: 0;
	bottom: 20px;
}


.fxfx .flex-control-paging li a{
	width: 10px;
	height: 10px;
}

.fxfx .flex-control-nav li{
	margin:0 4px;
}





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




.banner-2{
	height: 251px;
	background-repeat: no-repeat;
	background-position: center ;
	-webkit-background-size: cover;
	background-size: cover;
}

.banner-2 img{
	display: none;
	width: 100%;
}

.mianbaoxie{
	height: 60px;
	line-height: 59px;
	border-bottom: 1px solid #efefef;
	font-size: 14px;
	color:#666;
}
.mianbaoxie img{
	margin-top: -3px;
	margin-right: 7px;
}

.erji{
	padding: 30px 0 55px;
}




.erji-content{
	overflow: hidden;
	padding: 30px 30px 0;
	padding-top: 0!important;
	padding-right: 0!important;
}



.erji-div{
	background-repeat: repeat-y;
	background-position: 192px top;
	background-image: url(../images/erji.png);
}

.lishi-title{
	height: 58px;
	line-height: 58px;
	background-image: url(../images/lishi1.jpg);
	background-repeat: no-repeat;
	background-position: 184px center;
}

.lishi-nian{
	width: 210px;
	font-size: 26px;
	color:#8f000b;
	padding-right: 44px;
	text-align: right;
}
.lishi-nian img{
	margin-top: -3px;
	margin-left: 11px;
}
.lishi-title-wen{
	overflow: hidden;
	padding-left: 58px;
	font-size: 26px;
	color:#8f000b;
}

.lishi{
	background-image: url(../images/lishi.jpg);
	background-repeat: repeat-y;
	background-position: 210px	top ;
	margin-top: 30px;
}
.lishi-list{
	padding-bottom: 20px;
}
.lishi-list ul{
	margin:0;
}
.lishi-list li{
	margin-top: 52px;
}

.lishi-date{
	width: 210px;
	text-align: right;
	padding-right: 18px;
	color:#999;
	padding-top: 6px;
	position: relative;
}
.lishi-date i{
	position: absolute;
	right: -7px;
    top: 9px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-position: center ;
	background-image: url(../images/date.jpg);
}
.lishi-date h1{
	margin:0;
	font-size: 20px;
	font-family: "Arial";
}
.lishi-date h2{
	margin:0;
	font-size: 14px;
	font-family: "Arial";
	margin-top: 2px;
}
.lishi-list-con{
	overflow: hidden;
	padding-left:42px;
	font-size: 16px;
	color:#666;
	line-height: 2;
}

.lishi-list li:hover .lishi-date{
	color:#8f000b;
}

.lishi-list li:hover .lishi-date i{
	background-image: url(../images/dateh.jpg);
}
.lishi-list li:hover .lishi-list-con{
	color:#8f000b;

}

.lishi-title2.lishi-title{
	background-image: none;
}











.date3{
	width: 80px;
	height: 128px;
	margin-left: 60px;
	margin-right: 43px;
}
.date3-div {
	padding-right: 23px;
	height: 88px;
	border-right: 1px solid #e6e6e6;
	text-align: center;
}
.date3-div h1{
	font-size: 48px;
	margin:0;
	text-align: center;
	color:#8f000b;
}

.date3-div h2{
	text-align: center;
	margin:0;
	font-size: 13px;
	color:#999;
}


.xinwen-pic{
	width: 175px;
	overflow: hidden;
	margin-right: 30px;
	margin-left: 30px;

}

.xinwen-pic-box{
	position: relative;
	padding-bottom: 73%;
	overflow: hidden;
}


.xinwen-pic-box img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 100%;
	transition: .3s;
}
.xinwen-pic-box:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.xinwen-list ul{
	margin:0;
}
.xinwen-list li{
	border-bottom: 1px solid #ebebeb;
}


.xinwen-list li>a{
	padding: 50px 0;
	display: block;
}


.xinwen-list li>a:hover{
	background-color:#f3f3f3;
}
.xinwen-list li>a:hover .xinwen-con h1
{color:#8f000b;}
.xinwen-con{
	overflow: hidden;
}
.xinwen-con h1{
	margin:0;
	font-size: 20px;
	color:#333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xinwen-con h2{
	margin:0;
	font-size: 12px;
	color:#999;
	padding: 18px 0 12px;
}

.xinwen-con h2 span{
	padding-right: 10px;
}
.xinwen-con h2  img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
}


.xinwen-con  p{
	margin:0;
	font-size: 12px;
	color:#666;
	line-height: 1.8;
	height: 42px;
	overflow: hidden;
}


.fenye ul{
	margin:0;
}

.fenye{
	text-align: center;
	margin-top: 35px;
}


.danpian-h1{
	font-size: 24px;
	line-height: 1.6;
	color:#333;
	text-align: center;
	padding: 10px 0;
}


.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;

}
.danpian-h3{
	font-size: 18px;
	line-height: 1.6;
	color:#555;
	text-align: center;

	margin-bottom: 15px;

}


.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 10px 0 20px;
}

.danpian-con img{
	display: block;
	margin:15px auto;
	height: auto!important;
}

.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: 14px;
	color:#666;
}

.dan-a a:hover{
	color:#8f000b;

}


.xiaozhen-list  ul{
	margin-left: -2%;
}
.xiaozhen-list li{
	float: 	left;
	width:31.33333%;
	margin-left: 2%;
	background-color: #fff;
	box-shadow: 0 0 8px #ddd;
	margin-bottom: 25px;


}



.xiaozhen-pic-wp{
	padding: 16px;
	padding-bottom: 0;
}
.xiaozhen-list{
	padding: 5px;
}
.xiaozhen-list ul{
	margin:0;
}
.xiaozhen-list li h1{
	margin:0;
	font-size: 14px;
	color:#666;
	text-align: center;
	height: 53px;
	line-height: 53px;

}

.xiaozhen-list li:hover h1{
	color:#8f000b;
}
.xiaozhen-con{
	background-color: #fafafa;
	border-top: 1px solid #eeeeee;
	padding: 13px 20px;
}

.xiaozhen-con .fl{
	height: 35px;
	line-height: 38px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	font-size: 12px;
	color:#999;
}
.xiaozhen-con .fl a:hover{
		color:#8f000b;
}
.xiaozhen-con .fr{
	margin-top: 10px;
}
.xiaozhen-con .fr span i{
	display: inline-block;
	padding: 1px 5px;
	background-color: #8f000b;
	border-radius: 3px;
	color:#fff;
	font-size: 14px;
	font-style: normal;
}

.xiaozhen-con .fr span  b img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	cursor:pointer;
}

.xiaozhen-pic{
	overflow: hidden;
}
.xiaozhen-pic img{
	display: block;
	width: 100%;
	transition: .3s;
}

.xiaozhen-pic-div{
	position: relative;
	padding-bottom: 73%;
	overflow: hidden;
}


.xiaozhen-pic-div img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: block;
	width: 100%;
	transition: .3s;
}

.xiaozhen-pic-div:hover img{
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}



.map>img{
	display: block;
	width: 100%;
}

.map{
	position: relative;
}

.map-bai{
	position: absolute;
	width: 510px;
	height: 445px;
	right: 40px;
	top: 43px;
	background-color: #fff;
	padding: 40px 50px 0;
}

.map-bai-title{
	font-size: 36px;
	color:#666;
}
.map-list ul{margin:0;}
.map-list li{
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	line-height: 1.6;
}
.map-list li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}

.map-er{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #dddddd;
}

.map-er-pic{
	width: 126px;
	margin-right: 20px;
}

.map-er-pic img{
	display: block;
	width: 100%;
}

.map-er h1{
	font-size: 18px;
	color:#666;
	padding-top: 18px;
	margin:0;
}


.map-er h2{
	font-size: 14px;
	color:#666;
	margin:0;
	padding-top: 13px;
}

.map-er p{
	font-size: 14px;
	color:#666;
	margin:0;
	padding-top: 13px;
}

.plpl-wp{
	position: relative;
	padding-top: 50px;
}




.plpl-right{
	width: 100%;
	cursor: pointer;
}

.plpl-left img,.plpl-right img{
	display: block;
	width: 100%;
}

.plpl-right-div{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100px;
	top: -50px;
	z-index: 500;
	border:1px solid #eee;
	background-color: #fff;
	box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	opacity: 0;
	transition: .3s;
	visibility: hidden;
}

.plpl-right:hover .plpl-right-div{
	opacity: 1;
	visibility: visible;
}
.main-1-a{
	padding: 15px;
}
.main-1-a ul{
	margin:0;
}
.main-1-a li{
	float: left;
	width: 14.28571%;
	padding-right: 15px;

}
.main-1-a li p{
	font-size:14px;
	color:#666;
	line-height: 1.4;
	padding-top: 10px;
	margin:0;
	overflow: hidden;
}

.main-1-a li:hover  p{
	color:#8f000b;
}
.mm img{
	display: block;
	width: 100%;
}

.mm{
	width: 60px;
	margin-right: 14px;
}


.plpl-list .item p{
	font-size:14px;
	color:#8f000b;
	line-height: 1.4;
	padding-top: 10px;
	margin:0;
	overflow: hidden;
}


.plpl-list-wp{
	padding-top: 35px;
	display: none;
}
.ld .xiaozhen-pic-div{
	padding-bottom: 133.3%;
}
.url_box{ padding: 20px 10px; margin-bottom: 35px;}
.url_box .box{  border:1px solid #e3e3e3;    padding: 20px;}
.url_box .url-title{     padding-top: 20px;
	font-size: 18px;}