@charset "utf-8";
*{margin:0;padding:0;word-break: break-all;}
html,body{font-size: 16px;font-family: '微软雅黑';}
input, button, textarea, select { font: inherit; outline: 0; border: 0; background: none; color: inherit;}
input:focus, textarea:focus { color: inherit;}
button::-moz-focus-inner, input::-moz-focus-inner { border: 0;}
ol, ul, li { list-style: none;}
input, select { -webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand {display: none;}
textarea { overflow: auto; resize: none;}
table { border-collapse: collapse; border: 0;}
img { border: 0; outline: 0; vertical-align: middle;}
a{text-decoration: none;cursor: pointer;}
a:focus { outline: 0;}
input[type=date]{ background-color:transparent; border: 0; filter: alpha(opacity=0);}
.fl{float: left;}
.fr{float: right;}
.container{width: 1300px;margin: 0 auto;}

/*头部header*/
.header{width: 100%;box-sizing: border-box;}
.header .header-center{width: 100%;height: 212px;background: url(../images/header-bg.jpg) center;background-size: 100% 100%;}
.header .header-center .header-logo{float: left;width: 460px;height: 212px;display: flex;align-items: center;}
.header .header-center .header-logo a{display: block;}
.header .header-center .header-logo img{width: 460px;height: auto;display: block;margin: 0 auto;}
.header .header-center .navMenu{float: right;display: none;}

.header .header-nav{width: 100%;height: 50px;background: url(../images/header-nav.jpg) center;background-size: auto 100%;}
.header .header-nav ul{width: 100%;height: 50px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.header .header-nav ul li{position: relative;}
.header .header-nav ul li:first-child{margin-left: 0;}
.header .header-nav ul li .n-a{line-height: 50px;display: block;font-size: 20px;color: #FFFFFF;font-weight: 500;box-sizing: border-box;padding: 0 30px;}
.header .header-nav ul li.active .n-a{color: #ffffff;background: #9c2020;}
.header .header-nav ul li:hover .n-a{color: #ffffff;background: #9c2020;}
.header .header-nav ul li .sub-nav{display: none;width: 100%;position: absolute;left: 0;top: 50px;right: 0;text-align: center;box-sizing: border-box;padding: 15px 0;z-index: 99;box-shadow: 0 0 5px rgba(0, 0, 0, .2);border-radius: 0 0 5px 5px;background: #ffffff;}
.header .header-nav ul li .sub-nav a{display: block;font-size: 18px;color: #333333;margin: 0 20px;line-height: 35px;}
.header .header-nav ul li .sub-nav a:hover{color: #9c2020;}
.header .header-nav ul li:hover .sub-nav{display: block;}

.d-main{width: 100%;padding: 50px 0 80px 0;box-sizing: border-box;background: url(../images/d-bg-1.jpg) center;}

.d-banner{width: 100%;box-sizing: border-box;overflow: hidden; position:relative;}
.d-banner .bd{width: 100%;}
.d-banner .bd li img{width:100%;height: auto;display: block;margin: 0 auto;} 
.d-banner .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 20px;z-index:10;}
.d-banner .hd ul{margin:0;box-sizing: border-box;text-align: center;}
.d-banner .hd ul li{display:inline-block;cursor: pointer;width:12px;height:12px;box-sizing: border-box;border-radius: 100%;overflow:hidden;margin: 0 5px;background:#ffffff;font-size: 0;}
.d-banner .hd ul li.on{background: #9c2020;} 


.d-one{width: 100%;box-sizing: border-box;overflow: hidden;}
.d-one .d-one-banner{width: 630px;height: 450px;float: left;box-sizing: border-box;position: relative;overflow: hidden;}
.d-one .d-one-banner .bd{width: 100%;}
.d-one .d-one-banner .bd ul{box-sizing: border-box;overflow: hidden;}
.d-one .d-one-banner .bd ul li{float: left;width: 100%;height: auto;overflow: hidden;}
.d-one .d-one-banner .bd ul li a{display: block;width: 100%;height: 100%;overflow: hidden;position: relative;}
.d-one .d-one-banner .bd ul li .nImg{width: 100%;height: 450px;overflow: hidden;}
.d-one .d-one-banner .bd ul li .nImg img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.d-one .d-one-banner .bd ul li .nImg img{-moz-transition:all 0.4s ease-in-out 0s; -ms-transition:all 0.4s ease-in-out 0s; -o-transition:all 0.4s ease-in-out 0s; -webkit-transition:all 0.4s ease-in-out 0s; transition:all 0.4s ease-in-out 0s;}
.d-one .d-one-banner .bd ul li:hover .nImg img{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}
.d-one .d-one-banner .bd ul li .nTxt{width: 100%;height: 52px;line-height: 52px;padding: 0 20px;box-sizing: border-box;position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 0, .5);}
.d-one .d-one-banner .bd ul li .nTxt h3{font-size: 16px;color: #ffffff;font-weight: lighter;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.d-one .d-one-banner .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 60px;z-index:10;}
.d-one .d-one-banner .hd ul{margin:0;box-sizing: border-box;text-align: right;padding-right: 10px;}
.d-one .d-one-banner .hd ul li{display:inline-block;cursor: pointer;width:12px;height:12px;border-radius: 100%;overflow:hidden;margin: 0 5px;background: #ffffff;font-size: 0;}
.d-one .d-one-banner .hd ul li.on{background: #9c2020;} 


.d-one .d-one-list{width: 630px;float: right;box-sizing: border-box;overflow: hidden;}

.d-one .d-one-tab{width: 100%;box-sizing: border-box;overflow: hidden;text-align: center;}
.d-one .d-one-tab a{width: 142px;height: 45px;line-height: 45px;font-size: 20px;color: #333333;font-weight: 600;display: block;float: left;box-sizing: border-box;}
.d-one .d-one-tab a.active{color: #9c2020;background: url(../images/d-tab-1.png) center;background-size: 100% 100%;}
.d-one .d-one-tab a:hover{color: #9c2020;background: url(../images/d-tab-1.png) center;background-size: 100% 100%;}

.d-one .d-one-ul{display: none;width: 100%;box-sizing: border-box;margin-top: 30px;}
.d-one .show{display: block;}
.d-one .d-one-ul li{box-sizing: border-box;position: relative;overflow: hidden;}
.d-one .d-one-ul li a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.d-one .d-one-ul li.d-1{text-align: center;margin-bottom: 25px;}
.d-one .d-one-ul li.d-1 a{font-size: 26px;color: #9c2020;font-weight: bold;}
.d-one .d-one-ul li.d-2{margin-top: 15px;}
.d-one .d-one-ul li.d-2 a{width: 80%;float: left;font-size: 16px;color: #111111;padding-left: 15px;background: url(../images/d-1.png) left no-repeat;}
.d-one .d-one-ul li.d-2 span{display: block;font-size: 14px;color: #999999;float: right;}
.d-one .d-one-ul li.d-2:hover a{color: #9c2020;}

.d-two{width: 100%;height: auto;margin-top: 50px;box-sizing: border-box;overflow: hidden;}
.d-two .d-two-title{width: 110px;height: 75px;line-height: 75px;text-align: center;float: left;}
.d-two .d-two-title a{display: block;font-size: 20px;color: #9c2020;font-weight: bold;}
.d-two ul{width: 100%;box-sizing: border-box;overflow: hidden;}
.d-two ul li{float: left;width: 200px;height: 160px;box-sizing: border-box;margin-left: 20px;background: url(../images/d-bg-6.jpg) center;background-size: 100% 100%;}
.d-two ul li:first-child{margin-left: 0;}
.d-two ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 25px 15px 0;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.d-two ul li img{width: auto;height: 60px;display: block;margin: 0 auto;}
.d-two ul li h3{font-size: 20px;color: #333333;font-weight: 500;text-align: center;margin-top: 15px;}
.d-two ul li a:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}
.d-two ul li a:hover h3{color: #9c2020;}

.d-title{width: 100%;box-sizing: border-box;overflow: hidden;}
.d-title a{display: block;box-sizing: border-box;overflow: hidden;}
.d-title a h3{width: 146px;height: 49px;line-height: 49px;float: left;font-size: 20px;color: #9c2020;font-weight: bold;box-sizing: border-box;padding-left: 55px;background: url(../images/d-title-bg.png) left no-repeat;}
.d-title a span{display: block;float: right;font-size: 14px;color: #666666;line-height: 49px;}
.d-title a:hover span{color: #9c2020;}

.d-three{width: 100%;box-sizing: border-box;margin-top: 50px;overflow: hidden;}
.d-three .three-left{width:625px;float: left;box-sizing: border-box;}
.d-three .three-center{width: 625px;float: right;box-sizing: border-box;}
.d-main .d-ul{width: 100%;box-sizing: border-box;padding-top: 5px;}
.d-main .d-ul li{box-sizing: border-box;margin-top: 18px;overflow: hidden;}
.d-main .d-ul li a{width: 75%;float: left;display: block;font-size: 18px;color: #111111;padding-left: 15px;background: url(../images/d-1.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.d-main .d-ul li span{display: block;font-size: 14px;color: #999999;float: right;}
.d-main .d-ul li:hover a{color: #9c2020;}
.d-main .d-title-h{font-size: 20px;color: #9c2020;font-weight: bold;text-align: center;}

.d-four{width: 100%;box-sizing: border-box;margin-top: 50px;overflow: hidden;}
.d-four .four-left{width: 900px;float: left;box-sizing: border-box;}
.d-four .d-wszt-banner{width: 100%;box-sizing: border-box;position: relative;margin-top: 30px;}
.d-four .d-wszt-banner .bd{width: 100%;overflow: hidden;}
.d-four .d-wszt-banner .bd ul{overflow: hidden;width: 100%;box-sizing: border-box;}
.d-four .d-wszt-banner .bd ul li{width: 287px;float: left;margin-right: 20px;position: relative;overflow: hidden;word-break: break-all;}
.d-four .d-wszt-banner .bd ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;overflow: hidden;}
.d-four .d-wszt-banner .bd ul li .d-img{width: 100%;height: 326px;overflow: hidden;}
.d-four .d-wszt-banner .bd ul li .d-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.d-four .d-wszt-banner .n-btn{position: absolute;width: 30px;height: 46px;top: 0;bottom: 0;margin: auto;display: block;cursor: pointer;}
.d-four .d-wszt-banner .prev{left: 0px;background: url(../images/z-left.png) center no-repeat;}
.d-four .d-wszt-banner .next{right: 0px;background: url(../images/z-right.png) center no-repeat;}


.d-four .four-right{width: 350px;float: right;box-sizing: border-box;}
.d-four .d-hdjl{width: 100%;height: 326px;padding: 15px 20px 0;box-sizing: border-box;overflow: hidden;margin-top: 30px;text-align: center;background: url(../images/d-bg-7.png) center;background-size: 100% 100%;}
.d-four .d-hdjl a{width: 245px;height: 50px;line-height: 50px;text-align: center;display: block;font-size: 18px;font-weight: bold;color: #6d3701;box-sizing: border-box;padding-left: 30px;margin: 20px auto;}
.d-four .d-hdjl a:hover{color: #9c2020;}
.d-four .d-hdjl a.h-1{background: url(../images/d-hdjl-1.png) center;background-size: 100% 100%;}
.d-four .d-hdjl a.h-2{background: url(../images/d-hdjl-2.png) center;background-size: 100% 100%;}
.d-four .d-hdjl a.h-3{background: url(../images/d-hdjl-3.png) center;background-size: 100% 100%;}
.d-four .d-hdjl a.h-4{background: url(../images/d-hdjl-4.png) center;background-size: 100% 100%;}

.d-six{width: 100%;box-sizing: border-box;margin-top: 50px;overflow: hidden;}
.d-six ul{width: 100%;box-sizing: border-box;overflow: hidden;}
.d-six ul li{float: left;width: 244px;height: 70px;margin: 0 0 0 20px;background: url(../images/d-links-bg.png) center;background-size: 100% 100%;}
.d-six ul li:first-child{margin-left: 0;}
.d-six ul li a{display: flex;width: 100%;height: 100%;overflow: hidden;align-items: center;justify-content: center;}
.d-six ul li h3{font-size: 18px;color: #6f5b40;font-weight: 600;}

.d-links{width: 100%;height: 60px;box-sizing: border-box;margin-top: 50px;}
.d-links .d-links-main{width: 100%;box-sizing: border-box;position: relative;}
.d-links .d-links-main .d-links-item{float: left;margin-left: 50px;width: 400px;height: 60px;box-sizing: border-box;border-radius: 5px;background: url(../images/links-up.png) 94% 50% no-repeat #ffffff;}
.d-links .d-links-main .d-links-item:first-child{margin-left: 0;}
.d-links .d-links-main .d-links-item a.l-a{display: block;font-size: 20px;color: #333333;font-weight: lighter;padding: 0 25px;cursor: pointer;line-height: 60px;box-sizing: border-box;}
.d-links .d-links-main .d-links-item .links-list{display: none;width: 100%;position: absolute;left: 0;top: 60px;right: 0;margin: auto;box-sizing: border-box;padding-top: 15px;z-index: 99;}
.d-links .d-links-main .d-links-item .links-a{height: 160px;overflow: auto;border-radius: 5px;background: #ffffff;box-sizing: border-box;padding: 15px;}
.d-links .d-links-main .d-links-item .links-a li{width: 20%;float: left;margin: 0 0 8px 0;}
.d-links .d-links-main .d-links-item .links-a p{width: 100%;float: left;font-size: 16px;color: #333333;font-weight: bold;margin: 10px 0 15px;}
.d-links .d-links-main .d-links-item .links-a a{display: block;font-size: 16px;color: #333333;box-sizing: border-box;padding: 0 15px;}
.d-links .d-links-main .d-links-item .links-a a:hover{text-decoration: underline;color: #9c2020;}
.d-links .d-links-main .d-links-item:hover .links-list{display: block;}



/*悬浮层*/
.iFix{position: fixed;width: auto;height: auto;box-sizing: border-box;right: 0;bottom: 35%;z-index: 999;}

.iFix .ReturnTop{display: none;width: 55px;height: 55px;float: right;box-sizing: border-box;cursor: pointer;background: #FFFFFF;margin-top: 10px;position: relative;border-radius: 5px;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
.iFix .ReturnTop img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}

.footer{width: 100%;height: 160px;box-sizing: border-box;overflow: hidden;background: url(../images/footer-bg.png) center;background-size: auto 160px;}
.footer .container{height: 100%;display: flex;align-items: center;justify-content: center;}
.footer .footer-txt{box-sizing: border-box;}
.footer .footer-txt p{font-size: 14px;color: #d5d4d4;line-height: 30px;}
.footer .footer-txt p a{color: #d5d4d4;}

.footer .footer-search{width: 260px;height: 40px;border-radius: 5px;margin-left: 70px;box-sizing: border-box;position: relative;background: #ffffff;}
.footer .footer-search input{border: none;box-sizing: border-box;display: block;}
.footer .footer-search input.searchTxt{float: left; width: 200px;height: 40px;font-size: 14px;color: #666666;padding: 0 15px;line-height: 40px;border: none;}
.footer .footer-search input.searchBtn{position: absolute;right: 0px;top: 0px;width: 60px;height: 40px;}
.footer .footer-search input[type='submit']{font-size: 15px;color: #ffffff;background: url(../images/footer-search.png) center no-repeat #6d3701;cursor: pointer;}


/*特效*/
.moveFromBottom{
    -webkit-animation: moveFromBottom .3s ease both;
	-moz-animation: moveFromBottom .3s ease both;
	animation: moveFromBottom .3s ease both;
}
@-webkit-keyframes moveFromBottom {
	from { opacity: 0.3; -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottom {
	from { opacity: 0.3; -moz-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { opacity: 0.3; transform: translateY(100%); }
}

@media (max-width: 1299px) {
	html{font-size:20px;}
	.container{width: 100%;}
	/*头部header*/

	.header{width: 100%;box-sizing: border-box;overflow: hidden;}
	.header .header-center{width: 100%;height: 2.8rem;box-sizing: border-box;padding: 0 0.3rem;background: #ffffff;}
	.header .header-center .header-logo{float: left;width: auto;height: auto;margin-top: 0.4rem;}
	.header .header-center .header-logo a{display: block;}
	.header .header-center .header-logo img{width: auto;height: 2rem;display: block;margin: 0 auto;}

	.header .header-center .navMenu{float: right;display: none;}
	.header .header-center .navMenu{float: right;box-sizing: border-box;display: block;margin-top: 0.8rem;}
	.header .header-center .navMenu span{width: 1.3rem;height: 0.1rem;background: #9c2020;display: block;margin-top: 0.2rem;}

	.header .header-nav{display: none;width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 2.8rem;margin: auto;box-sizing: border-box;border-top: 1px solid #9c2020; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
	.header .header-nav ul{width: 100%;height: auto;box-sizing: border-box;display: block;align-items: center;justify-content: space-between;}
	.header .header-nav ul li{position: relative;}
	.header .header-nav ul li .n-a{line-height: 2.5rem;display: block;font-size: 0.9rem;color: #333333;font-weight: 500;box-sizing: border-box;padding: 0 0.3rem;}
	.header .header-nav ul li.active .n-a{color: #9c2020;background: none;}
	.header .header-nav ul li:hover .n-a{color: #9c2020;background: none;}
	.header .header-nav ul li .sub-nav{display: block;width: 100%;position: relative;left: 0;top: 0;right: 0;text-align: left;overflow: hidden; padding: 0.5rem 0.3rem;box-shadow: none;border-radius: none;background: #f5f5f5;}
	.header .header-nav ul li .sub-nav a{display: block;width: 50%;float: left;font-size: 0.8rem;color: #333333;font-weight: 500;margin: 0;line-height: 1.5rem;}
	.header .header-nav ul li:hover .sub-nav{display: block;}


	.d-main{width: 100%;padding: 1rem 0;box-sizing: border-box;background: url(../images/d-bg-1.jpg) center;}
	.d-one{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
	.d-one .d-one-banner{width: 100%;height: auto;}
	.d-one .d-one-banner .bd{width: 100%;}
	.d-one .d-one-banner .bd ul li{float: left;width: 100%;height: auto;overflow: hidden;}
	.d-one .d-one-banner .bd ul li .nImg{width: 100%;height: 13rem;overflow: hidden;}

	.d-one .d-one-banner .bd ul li .nTxt{width: 100%;height: 2rem;line-height: 2rem;padding: 0 0.5rem;}
	.d-one .d-one-banner .bd ul li .nTxt h3{font-size: 0.8rem;}

	.d-one .d-one-banner .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 2.2rem;}
	.d-one .d-one-banner .hd ul{margin:0;box-sizing: border-box;text-align: right;padding-right: 0.5rem;}
	.d-one .d-one-banner .hd ul li{width:0.5rem;height:0.5rem;margin: 0 0.2rem;}


	.d-one .d-one-list{width: 100%;float: right;box-sizing: border-box;overflow: hidden;margin-top: 0.5rem;}

	.d-one .d-one-tab{width: 100%;box-sizing: border-box;overflow: hidden;text-align: center;}
	.d-one .d-one-tab a{width: auto;height: 2rem;line-height: 2rem;font-size: 0.9rem;margin-left: 2rem;}
	.d-one .d-one-tab a:first-child{margin-left: 0;}
	.d-one .d-one-tab a.active{color: #9c2020;background: none;}
	.d-one .d-one-tab a:hover{color: #9c2020;background: none;}

	.d-one .d-one-ul{display: none;width: 100%;box-sizing: border-box;margin-top: 0.8rem;}
	.d-one .show{display: block;}
	.d-one .d-one-ul li{box-sizing: border-box;position: relative;overflow: hidden;}
	.d-one .d-one-ul li a{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.d-one .d-one-ul li.d-1{text-align: center;margin-bottom: 0.8rem;}
	.d-one .d-one-ul li.d-1 a{font-size: 0.8rem;color: #9c2020;font-weight: bold;}
	.d-one .d-one-ul li.d-2{margin-top: 0.6rem;}
	.d-one .d-one-ul li.d-2 a{width: 70%;float: left;font-size: 0.8rem;padding-left: 0.7rem;}
	.d-one .d-one-ul li.d-2 span{display: block;font-size: 0.65rem;color: #999999;float: right;line-height: 1.1rem;}

	.d-two{width: 100%;height: auto;margin-top: 1.5rem;box-sizing: border-box;overflow: hidden;}
	.d-two ul{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
	.d-two ul li{float: left;width: 32%;height: auto;box-sizing: border-box;margin: 0 0 2% 2%;}
	.d-two ul li:first-child{margin-left: 0;}
	.d-two ul li:nth-child(3n+1){margin-left: 0;}
	.d-two ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 0.8rem 0.5rem;}
	.d-two ul li img{width: auto;height: 2rem;display: block;margin: 0 auto;}
	.d-two ul li h3{font-size: 0.8rem;color: #333333;font-weight: bold;text-align: center;margin-top: 0.5rem;}
	

	.d-title{width: 100%;box-sizing: border-box;overflow: hidden;}
	.d-title a{display: block;box-sizing: border-box;overflow: hidden;}
	.d-title a h3{width: 33%;height: 2rem;line-height: 2rem;font-size: 0.9rem;padding-left: 0;background: none;}
	.d-title a span{display: block;float: right;font-size: 0.65rem;color: #666666;line-height: 2rem;}
	.d-title a:hover span{color: #9c2020;}

	.d-three{width: 100%;box-sizing: border-box;margin-top: 0.8rem;overflow: hidden;padding: 0 0.3rem;}

	.d-three .three-left{width: 100%;float: left;box-sizing: border-box;}
	.d-three .three-left ul{width: 100%;box-sizing: border-box;padding-top: 0;}
	.d-three .three-left ul li{box-sizing: border-box;margin-top: 0.6rem;}
	.d-three .three-left ul li a{display: block;font-size: 0.8rem;color: #111111;padding-left: 0.7rem;}
	.d-three .three-left ul li:hover a{color: #9c2020;}

	.d-three .three-left .d-dyda{width: 100%;height: auto;box-sizing: border-box;margin-top: 0.8rem;background: none;}
	.d-three .three-left .d-dyda a{display: block;width: 100%;height: auto;box-sizing: border-box;margin: 0 auto;overflow: hidden;}
	
	.d-three .three-center{width: 100%;float: left;margin: 0.8rem 0 0 0;box-sizing: border-box;}

	.d-main .d-ul{width: 100%;box-sizing: border-box;padding-top: 0;}
	.d-main .d-ul li{box-sizing: border-box;margin-top: 0.6rem;overflow: hidden;}
	.d-main .d-ul li a{width: 70%;font-size: 0.8rem;padding-left: 0.7rem;}
	.d-main .d-ul li span{display: block;font-size: 0.65rem;line-height: 1.1rem;}
	.d-main .d-ul li:hover a{color: #9c2020;}

	.d-main .d-title-h{font-size: 0.9rem;color: #9c2020;font-weight: bold;text-align: center;}

	.d-three .three-right{width: 100%;margin-top: 1rem;}

	.d-four{width: 100%;box-sizing: border-box;margin-top: 1rem;overflow: hidden;}
	.d-four .four-left{display: none;}


	.d-four .four-right{width: 100%;height: auto;float: right;padding: 1rem 0.3rem;}
	.d-four .d-hdjl{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;margin-top: 1rem;text-align: center;}
	.d-four .d-hdjl a{width: 100%;height: 2.8rem;line-height: 2.8rem;float: left;margin: 0 0 1rem 0;font-size: 0.8rem;padding-left: 1.5rem;}
	.d-five{display: none;}
	.d-six{display: none;}
	.d-links{display: none;}

	/*悬浮层*/
	.iFix{position: fixed;width: 1.7rem;height: auto;box-sizing: border-box;right: 0;top: 60%;z-index: 999;}
	.iFix ul{display: none;}
	.iFix .ReturnTop{width: 1.7rem;height: 1.7rem;display: none;margin-top: 0.5rem;position: relative;border-radius: 0.25rem;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
	.iFix .ReturnTop span{display: none;}
	.iFix .ReturnTop:hover span{display: none;}

	.footer{width: 100%;height: 8rem;box-sizing: border-box;overflow: hidden;background: url(../images/footer-bg.png) center;background-size: auto 8rem;}
	.footer .container{height: 100%;display: flex;align-items: center;justify-content: center;}
	.footer .footer-txt{box-sizing: border-box;}
	.footer .footer-txt p{font-size: 0.7rem;color: #d5d4d4;line-height: 1.5rem;}
	.footer .footer-txt p a{color: #d5d4d4;}
	.footer .footer-search{display: none;}


	.d-common-main{width: 100%;box-sizing: border-box;padding: 1rem 0 2rem 0;}

	.d-location{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0.3rem;}
	.d-location p{box-sizing: border-box;font-size: 0.65rem;}

	.d-common-content{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}

	.d-common-content .d-common-left{width: 100%;min-height: auto;border-radius: 0;background: url(../images/d-bg-8.jpg) center;background-size: 100% 100%;}
	.d-common-content .d-common-left .d-common-title{width: 100%;padding: 1rem 0.3rem 0.5rem;letter-spacing: 2px;font-size: 0.9rem;text-align: left;}


	.d-common-content .d-common-left ul{height: 2rem;padding: 0 .3rem;box-sizing: border-box;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
	.d-common-content .d-common-left ul li{float: none;height: 2rem;line-height: 2rem;display: inline-block;box-sizing: border-box;text-align: center;background: none;}
	.d-common-content .d-common-left ul li a{display: block;font-size: 0.85rem;font-weight: bold;box-sizing: border-box;padding: 0;margin-right: 1.5rem;}


	.d-common-content .d-common-list{width: 100%;float: right;box-sizing: border-box;padding: 1rem 0.3rem;}
	.d-common-content .d-common-list .d-list-title{width: 100%;box-sizing: border-box;margin-bottom: 1rem;}
	.d-common-content .d-common-list .d-list-title h3{float: left; font-size: 0.9rem;padding-bottom: 0.6rem;}
	.d-common-content .d-common-list .d-list-title span{font-size: 0.65rem;color: #666666;line-height: 1.5rem;}
	.d-common-content .d-common-list .d-list-title span i{margin-left: 0.3rem;}

	.d-common-content .d-common-item{width: 100%;margin-bottom: 1rem;}
	.d-common-content .d-common-item li{margin-top: 0.6rem;box-sizing: border-box;position: relative;overflow: hidden;}
	.d-common-content .d-common-item li a{float: left;width: 75%;display: block;font-size: 0.8rem;padding-left: 0.7rem;}
	.d-common-content .d-common-item li span{display: block;float: right;font-size: 0.65rem;color: #999999;line-height: 1.1rem;}
	
	.d-common-txt{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;background: #ffffff;}
	.d-common-content .d-common-ul{width: 100%;box-sizing: border-box;text-align: justify;margin-bottom: 1rem;}
	.d-common-content .d-common-ul li{margin-top: 0.6rem;box-sizing: border-box;position: relative;overflow: hidden;}
	.d-common-content .d-common-ul li:first-child{margin-top: 0;}
	.d-common-content .d-common-ul li a{float: left;width: 75%;display: block;font-size: 0.8rem;padding-left: 0.7rem;}
	.d-common-content .d-common-ul li span{font-size: 0.65rem;color: #999999;line-height: 1.1rem;}
	
	/*分页*/
	.newsPage{margin-top: 0.5rem;padding: 0.5rem 0;}
	.newsPage .newsPageContent a{font-size: 0.6rem;padding: 0.2rem 0.4rem;background: #eeeeee;margin:0 0.1rem;}
	.newsPage .newsPageContent span{display: none;}
	.newsPage .newsPageContent select{display: none;}


	/*详情页*/
	.showMain{padding: 1rem 0;}
	.showWhite{width: 100%;box-sizing: border-box;padding: 0.5rem 0;background: #ffffff;}
	.showTitle{margin-top: 0.5rem;padding: 0 0.3rem 0.5rem;overflow: hidden;}
	.showTitle h3{font-size: 0.9rem;text-align: left;text-align: justify;}
	.showTitle .showInfo{margin-top: 0.5rem;height: auto;overflow: hidden;text-align: left;}
	.showTitle .showInfo p{font-size: 0.65rem;width: 100%;}
	.showTitle .showInfo p span{margin-right: 1rem;}
	.showTitle .showInfo p b{display: block;color: #666666;float: left;width: 50%;margin-right: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.showTitle .showInfo .showShare{display: none;}

	.showContent{box-sizing: border-box;text-align: justify;padding: 1rem 0.3rem !important;word-break: break-all;}
	.showContent p{font-size: 0.8rem;color: #333333;line-height: 1.5rem!important;}
	.showContent img{width: auto;max-width: 100%;height: auto!important;;margin: 0.5rem 0;}
	.showContent table{width: 100% !important;}

	.showVideo{width: 100%;height: 15rem;padding: 1.2rem 0 0 ;}
	.showPage{display: none;}
	.showEwm{display: none;}
	.recommend{display: none;}
	
}
/*iphone 6*/
@media screen and (min-width:375px){ 
html{ font-size: 20px;}  
}
@media screen and (min-width:384px){ 
html{ font-size: 20.48px;}  
}
@media screen and (min-width:412px){ 
html{ font-size: 21.973px;}  
}
/*iphone 6 plus*/
@media screen and (min-width:414px){ 
html{ font-size: 22.08px;}  
}
@media screen and (min-width:424px){ 
html{ font-size: 22.613px;}  
}
@media screen and (min-width:480px){ 
html{ font-size:25.6px;}  
}
@media screen and (min-width:540px){ 
html{ font-size:28.8px;}  
}
@media screen and (min-width:600px){ 
html{ font-size: 32px;}  
}
@media screen and (min-width:800px){ 
html{ font-size:42.667px;}  
}
