@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: 1400px;margin: 0 auto;}

/*头部header*/
.header{width: 100%;height: 120px;box-sizing: border-box;background: url(../images/header-bg.jpg) center;background-size: cover;}
.header-center{width: 100%;height: 120px;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;}
.header-center .logo{box-sizing: border-box;}
.header-center .logo a{height: 100%;display: flex;align-items: center;}
.header-center .logo a img{width: 270px;height: auto;display: block;margin: 0 auto;}

.header-center .navMenu{float: right;display: none;}

.header-center .navUl{box-sizing: border-box;height: 100%;display: flex;align-items: center;justify-content: space-between;}
.header-center .navUl li{height: 100%;box-sizing: border-box;position: relative;}
.header-center .navUl li .na{height: 100%;display: flex;align-items: center;font-size: 20px;color: #ffffff;text-align: center;box-sizing: border-box;padding: 0 20px;}
.header-center .navUl li.active .na{font-weight: bold;}
.header-center .navUl li:hover .na{font-weight: bold;}
.header-center .navUl li:hover .sub-nav{display: block;}
.header-center .navUl li .sub-nav{display: none;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); position: absolute;transition: 0.5s; left: 0;top: 120px;width: 100%;box-sizing: border-box;padding: 10px 0;text-align: center;background: #ffffff;z-index: 99;}
.header-center .navUl li .sub-nav a{display: block;line-height: 40px;font-size: 17px;color: #333333;box-sizing: border-box;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header-center .navUl li .sub-nav a:hover{color: #85393b;background: #ffffff;}


/*轮播banner*/
.b-banner{width: 100%;height: auto;box-sizing: border-box;overflow: hidden;position: relative;}
.banner-swiper{width: 100%;overflow: hidden;position: relative;}
.banner-swiper .swiper-slide{width: 100%;box-sizing: border-box;overflow: hidden;}
.banner-swiper .swiper-slide a{display: block;width: 100%;height: 100%;}
.banner-swiper .swiper-slide .b-img{width: 100%;height: auto;overflow: hidden;}
.banner-swiper .swiper-slide .b-img img{width: 100%;height: auto;display: block;margin: 0 auto;animation-duration:8s;animation-timing-function:linear;animation-fill-mode: forwards;-webkit-animation-duration:8s;-webkit-animation-timing-function:linear;-webkit-animation-fill-mode: forwards;}

.banner-swiper .banner-pagination{width: 100%;text-align: center;box-sizing: border-box;position: absolute;left: 0;bottom: 110px;right: 0;z-index: 999;}
.banner-swiper .swiper-pagination-bullet{width: 50px;height:3px;opacity: 1;border-radius: 0;background:#ffffff;}	
.banner-swiper .swiper-pagination-bullet-active{background: #85393b;}

.b-tzgg{width: 870px;height: 60px;box-sizing: border-box;padding: 5px 10px;border-radius: 10px;position: absolute;left: 0;right: 0;bottom: 30px;margin: auto;background: #ffffff;z-index: 99;}
.b-tzgg .b-txt{width: 100%;height: 100%;display: flex;box-sizing: border-box;padding: 0 15px;align-items: center;justify-content: space-between; background: url(../images/b-notice-1.png) center;background-size: 100% 100%;}
.b-tzgg .b-txt ul{width: 755px;box-sizing: border-box;padding-left: 40px;background: url(../images/b-notice-2.png) left no-repeat;}
.b-tzgg .b-txt ul li{width: 330px;float: left;margin-left: 15px;}
.b-tzgg .b-txt ul li a{display: block;font-size: 16px;color: #dc9528;font-weight: lighter;box-sizing: border-box;padding-left: 15px;background: url(../images/b-d-1.png) left no-repeat;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.b-tzgg .b-txt ul li:hover a{text-decoration: underline;}

.b-tzgg .b-txt .b-more{box-sizing: border-box;}
.b-tzgg .b-txt .b-more a{display: block;font-size: 14px;color: #db9427;font-weight: lighter;}
.b-tzgg .b-txt .b-more a i{font-style: normal;font-family: '宋体';}

.b-main{width: 100%;padding-bottom: 80px;box-sizing: border-box;overflow: hidden;background: url(../images/b-bg.jpg) center;background-size: cover;}

.b-search{width: 100%;box-sizing: border-box;position: relative;margin-top: 50px;}
.b-search .b-content{box-sizing: border-box;width: 870px;height: 56px;margin: 0 auto;border-radius: 28px;background: #ffffff;display: flex;align-items: center;justify-content: space-between;}
.b-search .b-content .search-select{width: 145px;height: 56px;box-sizing: border-box;position: relative;}
.b-search .b-content .search-select .s-txt{font-size: 18px;color: #333333;width: 100%;height: 60px;display: flex;align-items: center;box-sizing: border-box;cursor: pointer;padding: 0 20px;background: url(../images/s-down.png) 92% no-repeat;}
.b-search .b-content .search-select .s-list{display: none;position: absolute;width: 100%;left: 0;top: 60px;right: 0;margin: auto;box-shadow: 0 0 5px rgba(0, 0, 0, .3); background: #ffffff;z-index: 99;border-radius: 8px;overflow: hidden;}
.b-search .b-content .search-select .s-list span{display: block;font-size: 18px;color: #333333;box-sizing: border-box;padding: 16px 20px;cursor: pointer;}
.b-search .b-content .search-select .s-list span:hover{color: #ffffff;background: #85393b;}

.b-search .b-content .search-input{display: none;width: 725px;box-sizing: border-box;overflow: hidden;}
.b-search .b-content .show{display: block;}
.b-search .b-content .search-input input{border: none;box-sizing: border-box;display: block;}
.b-search .b-content .search-input input.searchTxt{float: left; width: 590px;height: 56px;line-height: 56px;font-size: 18px;color: #333333;padding: 0 25px;border-radius: 8px;border: 1px solid #ffffff;background: #ffffff;}
.b-search .b-content .search-input input.searchBtn{ width: 113px;height: 56px;cursor: pointer;float: right;border-radius: 0 28px 28px 0;}
.b-search .b-content .search-input input[type='submit']{font-size: 18px;color: #ffffff;font-weight: 500;letter-spacing: 1px;background: #85393b;}

.b-item{width: 100%;box-sizing: border-box;overflow: hidden;}
.b-item ul{width: 100%;box-sizing: border-box;padding-top: 50px;display: flex;align-items: center;justify-content: center;}
.b-item ul li{width: 132px;box-sizing: border-box;margin: 0 15px;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.b-item ul li a{display: block;width: 100%;height: 100%;}
.b-item ul li .item-img{width: 100%;height: 118px;display: flex;align-items: center;justify-content: center;background: url(../images/b-item-bg.png) center;background-size: 100% 100%;}
.b-item ul li .item-img img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}
.b-item ul li h3{font-size: 18px;color: #333333;font-weight: 500;text-align: center;margin-top: 20px;}
.b-item ul li:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}
.b-item ul li:hover h3{color: #85393b;font-weight: bold;}

.b-title{width: 100%;display: flex;align-items: center;justify-content: center;position: relative;}
.b-title a{display: flex;box-sizing: border-box;align-items: center;justify-content: center;}
.b-title .b-a{width: 198px;height: 36px;font-size: 30px;font-weight: bold;color: #5d3233;opacity: .6;margin: 0 30px;background: url(../images/b-title-1.png) center;background-size: 100% 100%;}
.b-title .active{opacity: 1;background: url(../images/b-title-2.png) center;}
.b-title .b-a:hover{opacity: 1;background: url(../images/b-title-2.png) center;}

.b-title .b-more{position: absolute;top: 0;right: 0;bottom: 0;margin: auto;font-size: 15px;color: #5d3233;font-weight: lighter;}
.b-title .b-more i{font-style: normal;font-family: '宋体';}

.b-tab{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 75px;}
.b-tab .b-tab-content{display: none;width: 100%;box-sizing: border-box;margin-top: 45px;}
.b-tab .show{display: block;}
.hdyg ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 25px;display: flex;align-items: center;justify-content: space-between;}
.hdyg ul li{width: 320px;box-sizing: border-box;}
.hdyg ul li a{width: 100%;height: 100%;display: block;}
.hdyg ul li .hdyg-img{width: 100%;height: 195px;overflow: hidden;}
.hdyg ul li .hdyg-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.hdyg ul li .hdyg-img 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;}
.hdyg ul li:hover .hdyg-img 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);}
.hdyg ul li .hdyg-txt{width: 100%;overflow: hidden;text-align: justify;}
.hdyg ul li .hdyg-txt h3{font-size: 18px;color: #333333;height: 50px;margin-top: 15px;font-weight: normal;overflow: hidden;}
.hdyg ul li .hdyg-txt span{display: block;font-size: 15px;color: #85393b;margin: 8px 0 12px 0;}
.hdyg ul li .hdyg-txt p{font-size: 15px;color: #555555;margin-top: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hdyg ul li .hdyg-txt p i{font-style: normal;color: #999999;}
.hdyg ul li:hover .hdyg-txt h3{color: #85393b;}

.b-tab .dzzy{width: 100%;height: 422px;box-sizing: border-box;border: 5px solid #8d4648;}
.dzzy ul{width: 100%;box-sizing: border-box;overflow: hidden;padding: 30px 25px 0;}
.dzzy ul li{width: 430px;height: 160px;float: left;box-sizing: border-box;margin: 0 0 20px 20px;border-radius: 5px;border: 1px solid #ede9e4;background: #ffffff;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.dzzy ul li:nth-child(3n+1){margin-left: 0;}
.dzzy ul li a{display: flex;justify-content: space-between;width: 100%;height: 100%;box-sizing: border-box;padding: 10px;}
.dzzy ul li .b-img{width: 130px;height: 130px;overflow: hidden;}
.dzzy ul li .b-img img{width: 100%;height: auto;min-height: 100%;display: block;margin: 0 auto;}
.dzzy ul li .b-txt{width: 260px;overflow: hidden;text-align: justify;}
.dzzy ul li .b-txt h3{font-size: 18px;color: #85393b;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.dzzy ul li .b-txt p{font-size: 14px;color: #666666;font-weight: lighter;line-height: 24px;margin-top: 15px;}
.dzzy ul li:hover{-webkit-transform: translate(0, -5px);-ms-transform: translate(0, -5px);-o-transform: translate(0, -5px);transform: translate(0, -5px);}
.dzzy ul li:hover .b-txt h3{text-decoration: underline;}


.b-tstj{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 75px;}
.b-tstj ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 45px;display: flex;justify-content: space-between;}
.b-tstj ul li{width: 151px;}
.b-tstj ul li a{width: 100%;height: 100%;display: block;}
.b-tstj ul li .b-img{width: 100%;height: 214px;display: flex;align-items: center;justify-content: center;background: #ffffff;overflow: hidden;}
.b-tstj ul li .b-img img{max-width: 100%;max-height: 100%;display: block;margin: 0 auto;}
.b-tstj ul li .b-img 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;}
.b-tstj ul li:hover .b-img 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);}

.b-tstj ul li .b-txt{width: 100%;box-sizing: border-box;text-align: justify;}
.b-tstj ul li .b-txt h3{font-size: 18px;color: #333333;font-weight: 500;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.b-tstj ul li .b-txt p{font-size: 14px;color: #999999;font-weight: lighter;line-height: 18px;margin-top: 10px;}



/*悬浮层*/
.fix{position: fixed;width: 75px;height: auto;box-sizing: border-box;border-radius: 37.5px;right: 10px;bottom: 35%;z-index: 999;background: #85393b;}

.fix .fix-title{width: 75px;height: 75px;border-radius: 100%;box-sizing: border-box;padding: 15px 10px;border: 5px solid #85393b;display: flex;align-items: center;justify-content: center;background: #ffffff;}
.fix .fix-title h3{width: 36px;font-size: 18px;color: #85393b;font-weight: lighter;box-sizing: border-box;}

.fix ul{box-sizing: border-box;position: relative;}
.fix ul li{width: 100%;height: auto;margin-top: 15px;}
.fix ul li a{display: block;font-size: 14px;color: #ffffff;font-weight: lighter;box-sizing: border-box;padding: 0 10px;text-align: center;}

.fix ul li:hover a{text-decoration: underline;}

.fix ul li .fix-img{display: none; position: absolute;top: 0;right: 75px;width: 150px;height: auto;box-sizing: border-box;padding: 5px;overflow: hidden;background: #ffffff;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
.fix ul li .fix-img img{width: 100%;height: auto;display: block;margin: 0 auto;}
.fix ul li .fix-img span{display: block;text-align: center;font-size: 14px;color: #85393b;margin-bottom: 15px;}
.fix ul li:hover .fix-img{display: block;}


.fix .fix-bottom{width: 100%;height: 20px;box-sizing: border-box;cursor: pointer;margin: 30px 0 15px;}
.fix .fix-bottom img{width: 20px;height: auto;display: block;margin: 0 auto;}

.footer{width: 100%;height: auto;overflow: hidden;background: url(../images/footer-bg.jpg) center no-repeat;background-size: cover;}
.footer .footer-one{width: 100%;box-sizing: border-box;overflow: hidden;padding: 50px 0 0;}
.footer .footer-one .container{height: 100%;display: flex;justify-content: space-between;}
.footer .footer-one .f-logo{box-sizing: border-box;}
.footer .footer-one .f-logo a{display: block;margin-bottom: 35px;}
.footer .footer-one .f-logo img{width: 270px;height: auto;display: block;}
.footer .footer-one .f-logo p{font-size: 16px;color: #e8c9a7;margin-top: 15px;}

.footer .footer-one .links{box-sizing: border-box;overflow: hidden;}
.footer .footer-one .links h3{font-size: 16px;font-weight: bold;color: #e8c9a7;margin-bottom: 25px;}
.footer .footer-one .links p{font-size: 16px;color: #dddddd;}
.footer .footer-one .links p a{display: block;color: #e8c9a7;margin-top: 15px;}

.footer .footer-one .f-right{display: flex;align-items: center;}
.footer .footer-one .f-right .f-img{width: 123px;margin-left: 25px;text-align: center;}
.footer .footer-one .f-right .f-img a{width: 100%;height: 123px;border-radius: 10px;display: block;background: #ffffff;overflow: hidden;}
.footer .footer-one .f-right .f-img a img{width: 100%;height: auto;display: block;margin: 0 auto;}
.footer .footer-one .f-right .f-img span{display: block;font-size: 16px;color: #e8c9a7;margin-top: 15px;}

.footer .footer-two{width: 100%;box-sizing: border-box;padding: 25px 0;margin-top: 35px;border-top: 1px solid #934e50;overflow: hidden;}
.footer .footer-two p{font-size: 16px;color: #e8c9a7;}
.footer .footer-two p span{display: inline-block;margin: 0 10px;}
.footer .footer-two p a{display: inline-block; color: #e8c9a7;margin: 0 10px;box-sizing: border-box;}
.footer .footer-two p a.f-0{padding-left: 25px;background: url(../images/f-0.png) left no-repeat;}

/*图片鼠标经过效果*/
.img_hover{ overflow:hidden;}
.img_hover 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;}
.img_hover img:hover{-moz-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); -webkit-transform:scale(1.1); transform:scale(1.1);}

/*特效*/
.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: 768px) {
	html{font-size:20px;}
	.container{width: 100%;}
	/*头部header*/
	.header{width: 100%;background: #FFFFFF;position: relative;}
	.headerTop{height: 0.12rem;}
	.headerCenter{box-sizing: border-box;overflow: hidden;height: 2.7rem;width: 100%;background: none;padding: 0 0.3rem;}
	.headerCenter .logo{box-sizing: border-box;margin: 0.7rem 0 0;}
	.headerCenter .logo img{width:10rem;height: auto;display: block;margin: 0 auto;}
	.headerCenter .header-search{display: none;}
	.headerCenter .header-list{display: none;}
	
	.headerCenter .navMenu{float: right;box-sizing: border-box;display: block;margin-top: 0.8rem;}
	.headerCenter .navMenu span{width: 1.3rem;height: 0.1rem;background: #0094e3;display: block;margin-top: 0.2rem;}
	
	.headerNav{display: none;width: 100%;height: 100%;position: fixed;left: 0;right: 0;top: 2.75rem;margin: auto;box-sizing: border-box;border-top: 1px solid #0094e3; padding-bottom: 3.5rem;overflow: auto;background: #FFFFFF;z-index: 9999;}
	
	.headerNav .navUl{width: 100%;box-sizing: border-box;height: auto;padding: 0;overflow: hidden;background: #FFFFFF;}
	.headerNav .navUl li{float: left;height: auto;box-sizing: border-box;width: 100%;margin-left: 0;border-bottom: 1px solid #e1e1e1;}
	.headerNav .navUl li:first-child{background: none;}
	.headerNav .navUl li:last-child{border-bottom: none;}
	.headerNav .navUl li:first-child a.Na{padding-left: 0.5rem;background: none;}
	.headerNav .navUl li:last-child a.Na{padding-right: 0.5rem;}
	.headerNav .navUl li.active .Na{color: #0094e3;background: #FFFFFF;}
	.headerNav .navUl li:hover .Na{color: #0094e3;background: #FFFFFF;}
	.headerNav .navUl li:first-child.active .Na{color: #0094e3;background: #FFFFFF;}
	.headerNav .navUl li:first-child:hover .Na{color: #0094e3;background: #FFFFFF;}
	.headerNav .navUl li .Na{display: block;font-size: 0.8rem;color: #333333;height: 2.2rem;font-weight: bold;padding: 0 0.3rem;line-height: 2.2rem;width: 100%;margin-top: 0;text-align: left;background: none;}
	
	.headerNav .navUl li:hover .sub-nav{display: block;}
	.headerNav .navUl li .sub-nav{display: block !important;box-shadow: none;position: relative;left: 0;top: 0;width: 100%;padding: 0.5rem 0;border-top: 0;text-align: left;background: #f5f5f5;overflow: hidden;}
	.headerNav .navUl li .sub-nav a{display: block;width: 50%;float: left;line-height: 2rem;font-size: 0.8rem;padding: 0 0.5rem;}

	
	/*轮播banner*/
	.bannerTop{position: relative;}
	.bannerTop .hd{ overflow:hidden;position: absolute;width: 100%;bottom: 0.4rem;z-index:100;}
	.bannerTop .hd ul li{display:inline-block;cursor: pointer;width:1rem;height:0.1rem;overflow:hidden;margin: 0 3px;font-size: 0;}
	.bannerTop .bannerBtn{display: none;}

	.item{width: 100%;height: auto;box-sizing: border-box;position: relative;}
	.item ul{box-sizing: border-box;overflow: hidden;}
	.item ul li{width: 25%;height: auto;float: left;}
	.item ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 0.5rem;}
	.item ul li img{width: auto;height: 1.8rem;display: block;margin: 0 auto;}
	.item ul li h3{font-size: 0.7rem;font-weight: bold;margin-top: 0.3rem;}

	.iTitle{width: 100%;box-sizing: border-box;overflow: hidden;}
	.iTitle h3{float: left;font-size: 0.8rem;color: #666666;box-sizing: border-box;font-weight: bold;margin-left: 1.5rem;cursor: pointer;}
	.iTitle h3:first-child{margin-left: 0;}
	.iTitle h3.active{color: #1c81c5;}
	.iTitle h3:hover{color: #1c81c5;}
	.iTitle .iMore{display: block;float: right;font-size: 0.6rem;color: #39b8f5;line-height: 1.2rem;box-sizing: border-box;padding-left: 1rem;}
	.iTitle .iMore-1{background: url(../images/more-1.png) left no-repeat;}
	.iTitle .iMore-2{color: #ffffff;background: url(../images/more-2.png) left no-repeat;}
	.iTitle .iMore-3{color: #b82627;background: url(../images/more-3.png) left no-repeat;}
	
	.news{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1.2rem 0.3rem;}
	.news .newsBanner{display: none;width: 100%;float: left;box-sizing: border-box;position: relative;overflow: hidden;}
	.news .newsBanner .bd{width: 100%;}
	.news .newsBanner .bd ul{box-sizing: border-box;overflow: hidden;}
	.news .newsBanner .bd ul li{float: left;width: 100%;height: auto;overflow: hidden;}
	.news .newsBanner .bd ul li .nImg{width: 100%;height: 12.5rem;overflow: hidden;}
	.news .newsBanner .bd ul li .NoImg{width: 100%;height: 12.5rem;overflow: hidden;display: flex;align-items: center;background: #f3f2ff;}
	.news .newsBanner .bd ul li .nTxt{width: 100%;height: 2rem;line-height: 2rem;padding: 0 0.5rem;}
	.news .newsBanner .bd ul li .nTxt h3{font-size: 0.7rem;}

	.news .newsList{width: 100%;float: right;}
	.news .newsList ul{display: none;}
	.news .newsList ul li{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 1rem;}
	.news .newsList ul li a{width: 100%;height: 100%;display: block;}
	.news .newsList ul li h3{font-size: 0.7rem;padding-left: 0.8rem;}
	.news .newsList ul li p{font-size: 0.6rem;color: #999999;}
	.news .newsList ul li:hover h3{color: #1c81c5;}

	.hdyg{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem;}
	.hdyg .iTitle{border-bottom: 1px solid #e7e7e7;padding-bottom: 0.2rem;}
	.hdyg .iTitle h3{padding-left: 1.6rem;background: url(../images/title-1.png) left no-repeat;}
	.hdyg ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.5rem;}
	.hdyg ul li{width: 49%;float: left;box-sizing: border-box;margin: 0 0 2% 2%;}
	.hdyg ul li:first-child{margin-left: 0;}
	.hdyg ul li:nth-child(2n+1){margin-left: 0;}
	.hdyg ul li a{width: 100%;height: 100%;display: block;}
	.hdyg ul li .hdygImg{width: 100%;height: 5.9rem;overflow: hidden;}
	.hdyg ul li .hdygTxt{width: 100%;overflow: hidden;}
	.hdyg ul li .hdygTxt h3{font-size: 0.7rem;color: #555555;height: 2.3rem;margin-top: 0.5rem;overflow: hidden;}
	.hdyg ul li .hdygTxt span{display: none;font-size: 0.6rem;color: #0b93de;margin: 0.2rem 0 0.3rem 0;}
	.hdyg ul li .hdygTxt p{display: none;font-size: 0.6rem;color: #555555;margin-top: 0.2rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.hdyg ul li .hdygTxt p i{font-style: normal;color: #0b93de;}

	.data{width: 100%;height: auto;box-sizing: border-box;padding: 1rem 0.3rem;}
	.data .iTitle{border-bottom: 1px solid rgba(231, 231, 231, .5);padding-bottom: 0.2rem;}
	.data .iTitle h3{color: #ffffff;padding-left: 1.5rem;background: url(../images/title-2.png) left no-repeat;}
	.data .dataUl-one{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0 0;}
	.data .dataUl-one li{float: left;width: 32%;height: auto;margin: 0 0 2% 2%;}
	.data .dataUl-one li a{width: 100%;height: 100%;display: block;box-sizing: border-box;padding: 0.8rem 0.5rem;}
	.data .dataUl-one li:first-child{margin-left: 0;}
	.data .dataUl-one li:nth-child(3n+1){margin-left: 0;}
	.data .dataUl-one li .dataImg{width: 100%;height: auto;margin: 0 auto;overflow: hidden;}
	.data .dataUl-one li .dataImg img{width: 100%;height: auto;display: block;margin: 0 auto;}
	.data .dataUl-one li .dataTxt{width: 100%;box-sizing: border-box;text-align: center;}
	.data .dataUl-one li .dataTxt h3{font-size: 0.8rem;color: #1c81c5;font-weight: lighter;}
	.data .dataUl-one li .dataTxt h3 span{font-size: 0.65rem;color: #1c81c5;font-weight: lighter;}
	.data .dataUl-one li .dataTxt p{display: none;}
	.data .dataUl-two{display: none;}
	

	.all{width: 100%;box-sizing: border-box;padding: 0.3rem 0;}
	.all-one{width: 100%;box-sizing: border-box;overflow: hidden;padding: 0 0 0 0;}
	.all-one .all-common{width: 100%;float: left;box-sizing: border-box;}
	.all-one .all-common .iTitle h3{color: #ffffff;}
	.all-one .all-fwzn{height: auto;margin-top: 0;padding: 1rem 0.3rem;}
	.all-one .all-fwzn .iTitle{padding: 0 0;}
	.all-one .all-fwzn ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.8rem;}
	.all-one .all-fwzn ul li{box-sizing: border-box;padding: 0.5rem 0;}
	.all-one .all-fwzn ul li a{font-size: 0.7rem;padding-left: 0.8rem;}
	
	.all-one .all-tjzy{height: auto;margin-top: 0.3rem;padding: 1rem 0.3rem;box-shadow: none;background: #ffffff;}
	.all-one .all-tjzy .iTitle h3{color: #1c81c5;}
	.all-one .all-tjzy ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.8rem;}
	.all-one .all-tjzy ul li{box-sizing: border-box;padding: 0.5rem 0;border-bottom: 1px solid #eeeeee;}
	.all-one .all-tjzy ul li a{font-size: 0.7rem;padding-left: 0.8rem;}
	.all-one .all-tjzy ul li:hover a{font-weight: bold;}
	
	.all-one .all-jzml{height: auto;padding: 1rem 0.3rem;}
	.all-one .jzmlBanner{width: 100%;box-sizing: border-box;position: relative;overflow: hidden;margin-top: 0.8rem;}
	.all-one .jzmlBanner .bd{width: 100%;}
	.all-one .jzmlBanner .bd ul{box-sizing: border-box;overflow: hidden;}
	.all-one .jzmlBanner .bd ul li{width: 100%;height: auto;overflow: hidden;}
	.all-one .jzmlBanner .bd ul li .nImg{width: 100%;height: 16rem;overflow: hidden;display: flex;align-items: center;justify-content: center;background: #ffffff;}
	.all-one .jzmlBanner .bd ul li .nTxt{width: 100%;margin-top: 0.5rem;box-sizing: border-box;}
	.all-one .jzmlBanner .bd ul li .nTxt h3{font-size: 0.7rem;}
	.all-one .jzmlBanner .hd{ overflow:hidden;width: 100%;box-sizing: border-box;margin-top: 0.3rem;}
	.all-one .jzmlBanner .hd ul{margin:0;box-sizing: border-box;text-align: center;}
	.all-one .jzmlBanner .hd ul li{width:0.3rem;height:0.3rem;border-radius: 0.3rem;overflow:hidden;margin: 0 0.1rem;}
	
	.all-one .all-djzc{height: auto;margin-top: 0.3rem;padding: 1rem 0.3rem;}
	.all-one .all-djzc .iTitle{padding: 0 0;}
	.all-one .all-djzc .iTitle h3{color: #b82627;}
	.all-one .all-djzc ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.8rem;padding: 0 0;}
	.all-one .all-djzc ul li{box-sizing: border-box;padding: 0.5rem 0;border-bottom: 1px solid #edc68a;}
	.all-one .all-djzc ul li a{font-size: 0.7rem;padding-left: 0.8rem;}
	.all-one .all-djzc ul li:hover a{font-weight: bold;}
	.all-one .all-djzc .djzc-img{width: 100%;height: auto;display: block;margin-top: 0.5rem;}

	.b-tstj{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem;}
	.b-tstj .iTitle{border-bottom: 1px solid #e7e7e7;padding-bottom: 0.2rem;}
	.b-tstj .iTitle h3{padding-left: 2.4rem;background: url(../images/title-3.png) left no-repeat;}
	.b-tstj ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 0.5rem;}
	.b-tstj ul li{width: 32%;float: left;margin: 0 0 2% 2%;}
	.b-tstj ul li:first-child{margin-left: 0;}
	.b-tstj ul li:nth-child(3n+1){margin-left: 0;}
	.b-tstj ul li .bookImg{width: 100%;height: 8.5rem;background: #f5f5f5;}
	.b-tstj ul li .bookTxt{width: 100%;box-sizing: border-box;text-align: justify;}
	.b-tstj ul li .bookTxt h3{font-size: 0.7rem;height: auto;margin: 0.5rem 0; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.b-tstj ul li .bookTxt p{display: none;}

	.special{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem;}
	.special .iTitle{border-bottom: 1px solid #e7e7e7;padding-bottom: 0.4rem;}
	.special .iTitle h3{padding-left: 1.5rem;background: url(../images/title-4.png) left no-repeat;}
	.special ul{width: 100%;box-sizing: border-box;overflow: hidden;margin-top: 20px;}
	.special ul li{width: 100%;height: auto;float: left;box-sizing: border-box;margin: 0 0 0.5rem 0;overflow: hidden;}
	.special ul li:first-child{margin-left: 0;}
	.special ul li a{width: 100%;height: 100%;display: block;}
	.special ul li img{width: 100%;height: auto;display: block;margin: 0 auto;}
	
	/*悬浮层*/
	.iFix{position: fixed;width: 1.7rem;height: auto;box-sizing: border-box;right: 10px;top: 60%;z-index: 999;}
	.iFix .ReturnTop{width: 1.7rem;height: 1.7rem;display: none !important;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: auto;overflow: hidden;background: url(../images/footerBg.jpg) center no-repeat;background-size: cover;}
	.footer .footer-one{width: 100%;box-sizing: border-box;overflow: hidden;padding: 1rem 0.3rem 0}
	.footer .footer-one .f-logo{display: none;}
	.footer .footer-one .f-txt{float: left;margin-left: 0;width: 100%;}
	.footer .footer-one .f-txt p{font-size: 0.7rem;color: #ffffff;line-height: 1.5rem;}
	.footer .footer-one .f-img{display: none;}
	.footer .links{display: none;}
	
	.footer .footer-two{width: 100%;box-sizing: border-box;padding: 1rem 0.3rem;margin-top: 0;overflow: hidden;text-align: left;}
	.footer .footer-two p{font-size: 0.7rem;color: #dddddd;}
	.footer .footer-two p span{display: none;}
	.footer .footer-two p a{color: #ffffff;display: block;line-height: 0.5rem;}
	



	.commonTitle{height: 6rem;width: 100%;}
	.commonTitle .commonContent h3{font-size: 1rem;color: #ffffff;display: inline-block;line-height: 5rem; font-weight: bold;box-sizing: border-box;}
	.commonTitle .commonContent .commonUl{height: 2rem;box-sizing: border-box;padding: 0 0.5rem;}
	.commonTitle .commonUl p{font-size: 0.6rem;line-height: 2rem;padding-left: 0;background: none;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.commonTitle .commonUl p a{color: #ffffff;display: inline-block;margin: 0 0.1rem;}
	
	.commonUl ul{height: auto;box-sizing: border-box;overflow-y: hidden;overflow-x: auto;white-space: nowrap;}
	.commonUl ul li{float: none;height: 2rem;display: inline-block; box-sizing: border-box;}
	.commonUl ul li a{display: block;font-size: 0.75rem;font-weight: bold;height: 2rem;line-height: 2rem;margin: 0 0.8rem;box-sizing: border-box}
	.commonUl ul li:first-child a{margin-left: 0;}
	.commonUl ul li:first-child.active a{border-bottom: 2px solid #d8262b;}
	.commonUl ul li:first-child:hover a{border-bottom: 2px solid #d8262b;}
	.commonUl ul li.active a{border-bottom: 2px solid #d8262b;}
	.commonUl ul li:hover a{border-bottom: 2px solid #d8262b;}

	
	.sZmap{width: 100%;height: 20rem;margin: 0.5rem 0;}

	/*分页*/
	.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: 0;}
	.showTitle{text-align: justify;margin-top: 0.5rem;padding: 0 0.3rem 0.5rem;overflow: hidden;}
	.showTitle h3{font-size: 0.8rem;}
	.showTitle .showInfo{margin-top: 0.5rem;height: auto;overflow: hidden;}
	.showTitle .showInfo p{font-size: 0.6rem;width: 100%;}
	.showTitle .showInfo p span{margin-right: 1rem;}
	.showTitle .showInfo p b{display: block;color: #666666;float: left;margin-left: 0;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 section:first-child{text-align: center;width: 100%;margin: 0 auto!important;}
	.showContent section{text-align: center;padding: 0!important;margin: 0!important;}
	.showContent section img{display: block;margin: 0 auto !important;}
	.showContent p{font-size: 0.65rem;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;}  
}