/**************************************/
/*************[公用start]**************/
/**************************************/
@font-face{
	font-family:"SHB";
	src:url("../fonts/SourceHanSerifCN-Bold-2.otf");
}
@font-face{
	font-family:"TNR";
	src:url("../fonts/Times New Roman.fon");
}
/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/
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);
}



body{
	background-image: url(../images/bg.jpg);
}







/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}

.header-1{
	height: 144px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/header-1.png);
}

.logo{
	width: 464px;
	margin-top: 37px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.nav-wp{
	background-color: #a58258;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 11.1111%;
	position: relative;
	text-align: center;
}

.nav>ul>li+li{
	border-left: 1px solid #a58258;
}

.nav>ul>li>a{
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	height: 60px;
	line-height: 60px;
}
.nav>ul>li.cur>a,
.nav>ul>li:hover>a{
	background-color: #932622;
}

.nav>ul>li>ul{
	position: absolute;
	left: 0%;
	width: 100%;
	top:100%;
	z-index: 600;
	background-color: #a58258;
	border-top: 1px solid #a58258;
	display: none;
}
.nav>ul>li>ul>li>a{
	display: block;
	padding: 10px 3px;
	text-align: center;
	line-height: 1.5;
	font-size: 17px;
	font-weight: bold;
	color:#fff;
	/*transition: .3s;*/
}
.nav>ul>li>ul>li>a:hover{
	background-color: #932622;
}

.search {
    width: 243px;
    position: relative;
    margin-top: 50px;
}

.search input:focus {
    outline: none;
}

.search input[type="text"] {
    display: block;
    width: 100%;
    height: 46px;
    border: 1px solid #a48358;
    font-size: 15px;
    color: #333;
    line-height: 1.428571;
    padding: 8px 45px 8px 25px;
    border-radius: 46px;
}

.search input[type="image"] {
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
}
body{
	overflow-x: hidden;
}

/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}

.pp50{
	
}

.main1{
	background-image: url(../images/main1-bg.png);
	min-height: 1000px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.main1-bottom{
	padding: 70px 0 50px;
}

.main1-1{
	width: 1120px;
	margin-right: 50px;
	padding-right: 50px;
	border-right: 1px solid #d4c1b3;
}
.title-00{
	padding-bottom: 20px;
}
.title-00-1{
	font-size: 30px;
	color: #000;
	line-height: 1;
	padding-left: 10px;
	padding-top: 10px;
	position: relative;
}
.title-00-1::before{
	position: absolute;
	width: 41px;
	height: 41px;
	left: 0;
	top: 0;
	content:"";
	background-image: url(../images/yz.png);
	z-index: 5;
}
.title-00-1 span{
	position: relative;
	z-index: 50;
	font-family:"SHB";
}

.title-00 a.fr{
	height: 26px;
	line-height: 26px;
	padding-right: 28px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/jiao2.png);
	font-size: 16px;
	color: #ac211c;
	margin-top: 8px;
}

.title-00 a.fr:hover{
	font-weight: bold;
}


.main1-1-left{
	width: 514px;
	margin-right: 55px;
}
.main1-1-pic .imgbox_a{
	padding-bottom: 67.12%; 
}



.main1-1-con{
	margin-top: 20px;
}

.main1-1-h1{
	font-size: 18px;
	color: #a86636;
	font-weight: bold;
}

.main1-1-h2{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin:10px 0 14px;
}
.main1-1-h2 a:hover{
	color: #ac211c;
}

.main1-1-p{
	font-size: 16px;
	color: #666;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main1-1-list{
	overflow:hidden; 
}

.main1-1-list dl{
	margin:0;
}

.main1-1-list dd{
	padding: 26px 0 20px;
	border-top: 1px solid #d0d1cc;
	border-bottom: 1px solid #d0d1cc;
}


.main1-1-list .main1-1-h1{font-size: 14px;font-weight: normal;}
.main1-1-list .main1-1-h2{font-size: 18px;font-weight: normal;line-height: 1.4;
height: 2.8em;overflow: hidden;margin:5px 0 0;}


.main1-2{
	overflow: hidden;
}
.main1-2-list{
	padding-top: 15px;
}
.main1-2-list dl{
	margin:0;
}

.main1-2-list dd+dd{
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #dbd0ca;
}

.main1-2-date{
	width: 68px;
	border:1px solid #a66636;
	margin-right: 23px;
	text-align: center;
}
.main1-2-date-h1{
	font-size: 20px;
	color: #fff;
	background-color: #ac231d;
	height: 32px;
	line-height: 32px;
}
.main1-2-date-h2{
	font-size:14px;
	color: #a66636;
	height: 30px;
	line-height: 30px;
}

.main1-2-con{
	overflow: hidden;
	padding-top: 18px;
}

.main1-2-a{
	font-size: 18px;
	color: #333;
}
.main1-2-a a:hover {
    color: #ac211c;
}

.main2{
	background-image: url(../images/main2-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 100px 0 90px;
}

.main2-div{
	height: 418px;
	position: relative;
}

.main2-div .title-00{
	position: absolute;
	width: 230px;
	height: 230px;
	background-image: url(../images/main2-hua.png);
	padding-bottom: 0;
	text-align: center;
	padding-top:70px;
	font-size: 0;
	left: 50%;
	top: 50%;
	margin-left: -115px;
	margin-top: -115px;
	z-index: 15;
}
.main2-div .title-00-1{
	display: inline-block;
	padding-right: 10px;

}
.main2-div .title-00-1 span{
	width: 70px;
	display: inline-block;
	letter-spacing: 3px;
	line-height: 1.2;
}


.main2-list{
	position: relative;
	z-index: 30;
}

.main2-list dl{
	margin:0;
}

.main2-list dd{
	float: left;
	width: 136px;
	padding-top: 37px;
	height: 418px;
	position: relative;
}
.main2-list dd:nth-child(5){
	margin-left: 410px;
}



.main2-list dd+dd{
	margin-left: 30px;
}
.main2-list dd::before{
	position: absolute;
	width: 76px;
	height: 77px;
	content:"";
	background-image: url(../images/hua1.png);
	left: 50%;
	margin-left: -38px;
	top: 0px;
}
.main2-item{
	display: block;
	height: 380px;
	border:1px solid #b09987;
	background-color: #f3e9e0;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/main2-bg1.png);
	font-size: 0;
	text-align: center;
	padding-top: 80px;
	transition: background-color .3s;
}


.main2-item1{
	display: inline-block;
	font-size: 28px;
	font-family: "SHB";
	width: 1em;
	line-height: 1.1;
	margin-right: 5px;
	transition: color .3s;
}


.main2-item2{
	display: inline-block;
	font-size: 12px;
	color: #b6967d;
	writing-mode: vertical-rl;
  writing-mode: tb-rl;
  vertical-align: top;
  padding-top: 4px;
  font-family:"Arial";
  opacity: 0.5;
	transition: color .3s;
}
.main2-ico{
	position: absolute;
	width: 34px;
	left: 50%;
	margin-left: -17px;
	bottom: 35px;
	z-index: 5;
	opacity: 0;
	transition: opacity .3s;
}
.main2-ico img{
	display: block;
	width: 100%;
}
.main2-item:hover{
	background-color: #932623;
}
.main2-item:hover .main2-item1{color: #fff;}
.main2-item:hover .main2-item2{color: #fff;}
.main2-item:hover .main2-ico{opacity: 1;}



.main3{
	padding: 90px 0 70px;
}

.main3-list{
	margin-top: 30px;
}

.main3-item:hover .main3-h1{
	color: #ac211c;
}
.main3-pic .imgbox_a{
	padding-bottom: 62.53%;
}

.main3-h1{
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-top: 17px;
}


.main3-list .owl-nav button.owl-prev{
    position: absolute;
    left:-80px;
    top: 50%;
    margin-top: -45px;
    width: 59px;
    height: 59px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    background-size: 100%;
}

.main3-list .owl-nav button.owl-next{
    position: absolute;
    right:-80px;
    top: 50%;
    margin-top: -45px;
    width: 59px;
    height: 59px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    background-size: 100%;
}


/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-image: url(../images/footer-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.footer-1{
	padding: 40px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.er{
	width: 86px;
	font-size: 13px;
	color: #333;
	text-align: center;
	margin-top: 35px;
	margin-left: 50px;
}
.er img{
	display: block;
	width: 100%;
	margin-bottom: 7px;
}


.foo1{
	width: 464px;
	margin-top: 15px;
	margin-right: 245px;
}

.foo-logo a,.foo-logo img{
	display: block;
	width: 100%;
}

.foo1-sel{
	width: 320px;
	padding-left: 100px;
	position: relative;
	height: 34px;
	margin-top: 30px;
}

.foo1-title{
	position: absolute;
	left: 0;
	top: 0;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333;
}

/*24759036*/

.foo2{
	overflow: hidden;
	font-size: 15px;
	color: #333;
	line-height: 2.4;
}

.foo2 p{
	margin:0;
}


.footer-2{
	padding: 20px 0;
	font-size: 14px;
	color: #333;
	line-height: 1.8;
}

.footer-2 a:hover{
	color: #932622;
}

/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #f7e8d3;

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 18px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top:15px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.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;

}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/



.banner-2-img img{
	display: block;
	width: 100%;
}


.erji{
	padding: 65px 0 100px;
}

.menu{
	width: 332px;
	margin-right: 60px;
}

.menu-h1{
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background-image: url(../images/menu-h1.jpg);
	font-family:"SHB";
}

.menu-list{
	background-color: #f0e8df;
	min-height: 185px;
}

.menu-list ul{
	margin:0;
}

.menu-list li>a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 1.5;
	border-left: 3px solid #f0e8df;
	padding: 27px 0;
	padding-left: 40px;
	position: relative;
	padding-right: 50px;
}
.menu-list li+li{
	margin-top: 1px;
}
.menu-list li>a::after{
	position: absolute;
	width: 7px;
	height: 12px;
	margin-top: -6px;
	right: 38px;
	top: 50%;
	content:"";
	background-image: url(../images/jiao1.png);

}
.menu-list li>a:hover{
	background-color: #e8dcd3;
	border-color: #932622;
}
.menu-list li>a:hover::after{
	background-image: url(../images/jiao1h.png);
}

.menu-list li.cur>a{
	background-color: #e8dcd3;
	border-color: #932622;
}
.menu-list li.cur>a::after{
	background-image: url(../images/jiao1h.png);
}






.erji-content{
	float: right;
	width: 1288px;
}

.erji-title{
	border-bottom: 1px solid #dddddd;
}

.erji-title .fl{
	font-size: 24px;
	color: #000;
	padding-bottom: 20px;
	border-bottom: 3px solid #932622;
	padding-right: 20px;
	white-space: nowrap;
	font-family:"SHB";
	line-height: 1;
}
.erji-title .fl img{
	margin-top: -3px;
	margin-right: 13px;
}

.mianbaoxie{
	font-size: 14px;
	color: #666;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../images/fang.png);
	margin-top: 15px;
}

.list01 dl{
	margin:0;
}

.list01 dd{
	padding: 35px 0;
	border-bottom: 1px solid #dedede;
}

.list01-pic{
	width: 251px;
	margin-right: 40px;
}

.list01-pic .imgbox_a{
	padding-bottom: 72.11%;
}

.list01-con{
	overflow: hidden;
	padding-top: 5px;
}

.list01-h1{
	font-size: 20px;
	color: #333;
}

.list01-h1 a:hover{
	color: #932622;
}


.list01-p{
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin-top: 30px;
}

.list01-h2{
	font-size: 20px;
	color: #a76636;
	margin-top: 15px;
}

.fenye{
	margin-top: 70px;
	text-align: center;
}

.fenye ul{
	margin:0;
}

.list02{
	margin-top: 20px;
}
.list02-item{
	border-bottom: 1px solid #e8dfd3;
	position: relative;
	padding: 25px 0;
	padding-right: 100px;
	position: relative;
}

.s1{
	position: absolute;
	width: 13px;
	left: 0;
	top: 0;
	z-index: 15;
	opacity: 0;
}
.s1 img{
	display: block;
	width: 100%;
}

.s2{
	position: absolute;
	width: 13px;
	z-index: 15;
	right: 0;
	top: 0;
	opacity: 0;
}
.s2 img{
	display: block;
	width: 100%;
}

.s3{
	position: absolute;
	width: 13px;
	z-index: 15;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.s3 img{
	display: block;
	width: 100%;
}
.s4{
	position: absolute;
	width: 13px;
	z-index: 15;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.s4 img{
	display: block;
	width: 100%;
}

.list02-h1{
	font-size: 18px;
	color: #333;
}
.list02-h1 a:hover{
	color: #932622;
}
.list02-h2{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	font-size: 16px;
	color: #a76636;
}

.list02-item:hover{
	border: 1px solid #e8dfd3;
	padding: 30px 35px;
}

.list02-item:hover .list02-h2{
	position: relative;
	margin-top: 10px;
	top: 0;
}

.list02-item:hover .s1{opacity: 1;}
.list02-item:hover .s2{opacity: 1;}
.list02-item:hover .s3{opacity: 1;}
.list02-item:hover .s4{opacity: 1;}

.list03 dl{
	margin:0;
	margin-left: -3%;
}

.list03 dd{
	float: left;
	width: 30.3333%;
	margin-top: 3%;
	margin-left: 3%;
}

.list03-pic .imgbox_a{
	padding-bottom: 63.4%;
}

.list03-h1{
	font-size: 18px;
	color: #333;
	background-color: #f0e8df;
	padding: 10px 15px;
	text-align: center;
}

.list03 dd:hover .list03-h1{
	color: #932622;
}
.list03 dd:hover .list04-h1-a{
	color: #932622;
}
.list04-menu{
	font-size: 0;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	padding: 50px 0 25px;
}

.list04-menu::-webkit-scrollbar {
    width:3px;
    height:6px;
    border-radius: 6px;
}
.list04-menu::-webkit-scrollbar-thumb {
    width: 3px;
    height: 10px;
    background-color: #932622;
    border-radius: 6px;
}


a.list04-item{
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	position:relative;
	font-size: 18px;
	color: #333;
	height: 58px;
	line-height: 58px;
	background-color: #f0e8df;
	border-top: 1px solid #dfbfb9;
	border-bottom: 1px solid #dfbfb9;
}
a.list04-item+a.list04-item{
	margin-left: 15px;
}
a.list04-item::before{
	position: absolute;
	width: 13px;height: 58px;
	background-image: url(../images/b1.jpg);
	content:"";
	left: 0;
	top: -1px;
}

a.list04-item::after{
	position: absolute;
	width: 13px;height: 58px;
	background-image: url(../images/b2.jpg);
	content:"";
	right: 0;
	top: -1px;
}


a.list04-item.cur,
a.list04-item:hover{
	background-color: #ebdccc;
	border-color: #b77168;
}
a.list04-item.cur::before,
a.list04-item:hover::before{
	background-image: url(../images/b1h.jpg);
}
a.list04-item.cur::after,
a.list04-item:hover::after{
	background-image: url(../images/b2h.jpg);
}

.list05 .list03-pic .imgbox_a {
    padding-bottom: 148.3%;
}

.list04-h1{
	
	padding: 20px 25px;
	position: relative;
	text-align: center;
	border:1px dashed #c7908b;
	border-top: 0;
}

.list04-h1::before{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content:"";
	background-color: #932622;
	left: -4px;
	bottom: -4px;
}
.list04-h1::after{
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	content:"";
	background-color: #932622;
	right: -4px;
	bottom: -4px;
}
.list04-h1-a{
	font-size: 18px;
	color: #333;
}

.danpian{
	margin-top: 30px;
}

.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 #dadada;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 16px;
/*	color:#666;*/
	line-height: 2;
	padding: 20px 0;
}
.danpian-con *{
     background-color: transparent!important;
    
	font-size: 17px!important;
	/*color:#666!important;
	line-height: 2!important;
	*/
}
.danpian-con img{
	display: block;
	margin:15px auto!important;
}

.danpian-con table{
	margin:0 auto!important;
	border:1px solid #333!important;
	border-collapse: collapse;
}
.danpian-con table th,
.danpian-con table td{
	/* border:1px solid #333!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: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#8b5e4f;
}

.list06 dl{
	margin:0;
	margin-left: -3%;
}

.list06 dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
}

.list06-pic .imgbox_a{
	padding-bottom: 123.63%;
}

.list06-h1{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.list06 dd:hover .list06-h1{
	color: #932622;
}

.tuji{
	max-width: 800px;
	margin:50px auto 0;
}

.tuji .imgbox_a{
	padding-bottom: 112.53%;
}

.mySwiper{
	margin-top: 10px;
}

.mySwiper .swiper-slide{
	opacity: 0.4;
}
.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
	outline: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: #932622;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: #932622;
}