﻿@charset "utf-8";
@font-face {
	font-family: 'fzfsjw';
	src: url('../font/FZFSJW.TTF');
}
/*==============================common==================================*/
*{margin:0; padding:0;box-sizing: border-box}
body,h1,h2,h3,h4,h5,p,ul,ol,form,fieldset,figure {  margin: 0;  padding: 0;  }
body {color:#333; font-size:14px;  font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体",sans-serif;background: #fff}
ul,ol {list-style:outside none none;}
dl { padding:0; margin:0;}
dd { margin:0;}
a {text-decoration: none; color:#333;}
/*限制文字,文字超出显示冒号*/
.text-cut{overflow: hidden;  white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis;-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; -moz-text-overflow: ellipsis;}
input,textarea,button{border: none;outline: none;background: none}
.flex-center{display: flex;justify-content: space-between;flex-wrap: wrap}
.text-center{text-align: center}

/* 文章上下篇 */
.wengzhengfanye { overflow: hidden;padding: 0.3rem 0 0.6rem;line-height: 2;border-top: 1px solid #d2d2d2;}
.wengzhengfanye .wengzhengfanyeA,.wengzhengfanye .wengzhengfanyeB {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.wengzhengfanye b{font-weight: normal}

/* 文章类别上下页 */
.page{text-align:center;padding: 0.6rem 0;overflow:hidden;}
.page span,.page a
{ display:inline-block;text-align:center;width:32px;line-height: 30px;border: 1px solid #ccc;color: #999;border-radius: 3px;margin: 0 4px}
.page a.on {background: #dfb561;color: #fff;border-color: #dfb561}
.page span{display:inline-block; color:#fff; background:#dfb561;border-color: #dfb561}

/*==============================style==================================*/
.fl{ float:left}
.fr{ float:right}
.clear{clear: both}
.contioner {max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden; position:relative;font-size: 0.26rem;}
.wapper{padding-bottom:1rem; position:relative;z-index:100; background:#FFF;color: #333}
.container{margin: 0 0.2rem;font-size: 0.26rem}
.flex-center{display: flex;justify-content: space-between}

/*============================= 首页 ============================*/
.top{overflow: hidden;padding: 0.2rem;position: fixed;top: 0;left: 0;z-index: 999;width: 100%;background: url("../img/head.png") no-repeat center}
.logo img{width: 2.2rem}
.menu-button {width:25px;height:15px;cursor:pointer; top: 0.35rem;position: absolute;right: 0.2rem;}
.menu-button:before { content:""; position:absolute; border-bottom:9px double #dfb561; border-top:3px solid #dfb561; width:25px; height:3px;}

/*浮动导航*/
.top_fd {width:100%; height: 100%;position:fixed; top:0; left:0; z-index:9999; display:none;}
.maskbg {background:#000; position:absolute; left:0; top:0; opacity:0.3; height:100%; width:100%;}
.mask-close{cursor:pointer; color:#dfb561; font-size:22px; position:absolute; top:7px; right:16px;z-index: 2}
.top_fd ul{overflow:hidden; background:#000; position:relative; top:0;overflow-y: auto;width: 100%;height: 100%}
.top_fd ul li{width:100%;border-bottom:1px solid #222;overflow: hidden}
.top_fd ul li a{color:#dfb561; height:40px; line-height:40px; padding-left:20px;float: left}
.submenu-toggle{cursor:pointer;line-height:36px;color:#dfb561; display:inline-block; float:right; font-size:28px; padding-right:20px;}
.top_fd ul li .sub-menu {background:#222222; overflow:hidden;display: none;width: 100%}
.top_fd ul li .sub-menu a{display:block; height:40px; line-height:40px; padding-left:35px;color: #dfb561;width: 100%;font-size: 12px}

/*banner图片切换样式*/
.banner{position: relative;width: 100%}
.banner li{height:60vh;overflow: hidden}
.banner .swiper-pagination{bottom:20px!important;width: 100%}
.banner .swiper-pagination-bullet {width: 8px;height: 8px;background-color: #ffffff;margin: 0 5px!important;opacity: 0.2}
.banner .swiper-pagination-bullet-active {opacity: 1;background: #edd4bc}
.banner .swiper-button-prev{width: 72px;height: 72px;margin-top: -36px; background: url("../img/ban_left.png") no-repeat center rgba(65,49,32,0.4);left: 50%;margin-left: -600px;border-radius: 100%}
.banner .swiper-button-next { width: 72px;height: 72px;margin-top: -36px; background: url("../img/ban_right.png") no-repeat center rgba(65,49,32,0.4);right: 50%;margin-right: -600px;border-radius: 100%}
.banner .swiper-button-prev:hover{background: url("../img/ban_left.png") no-repeat center rgba(65,49,32,0.8);}
.banner .swiper-button-next:hover{background: url("../img/ban_right.png") no-repeat center rgba(65,49,32,0.8);}
.banner li video{width: 100%}


.oneA{background: url("../img/oa.png") no-repeat bottom;background-size: cover;padding: 0.8rem 0 1.2rem}
.oneAl{width: 100%;background: #000;overflow: hidden;}
.oneAl a{display: block;width: 100%;height: 100%;position: relative}
.oneAl a:after {content: "";position: absolute;left: 50%;top: 50%;width: 80px;height: 80px;margin: -40px 0 0 -40px;background: url(../img/play.png) no-repeat;background-size: cover;}
.oneAl video{width: 100%;}
.oneAr img{max-width: 100%}


.oneB{background: url("../img/ob.png") no-repeat center;background-size: cover;padding: 0.6rem 0}
.oneBs{position: relative;padding-bottom: 0.6rem}
.oneB ul li{height: 65vh}
.oneB ul li dl{color: #edd4bc;padding: 0.6rem 0.4rem;background: rgba(0,0,0,0.5);width: 100%;height: 100%;position: absolute;top: 0;left: 0}
.oneB ul li dl h3{font-size: 0.4rem;}
.oneB ul li dl p{margin-top: 0.3rem;line-height: 2;overflow: hidden}
.oneB ul li dl p span{display: inline-block;}
.oneB ul li dl p span:nth-child(1){width: 10%;float: left;}
.oneB ul li dl p span:nth-child(2){width: 88%;float: right}
.oneB .swiper-pagination{bottom:0px!important;width: 100%}
.oneB .swiper-pagination-bullet {width: 8px;height: 8px;background-color: #ffffff;margin: 0 5px!important;opacity: 0.2}
.oneB .swiper-pagination-bullet-active {opacity: 1;background: #edd4bc}


.oneC{background: url("../img/oc.png") no-repeat center;background-size: cover;padding: 0.6rem 0 0.8rem}
.oneCtit{color: #dfb561;font-size: 0.36rem;background: url("../img/octit.png") no-repeat center;line-height: 60px;text-align: center}
.oneCs{width: 75%;margin: 0 auto}
.oneCs ul li{width: 100%;position: relative;overflow: hidden;margin-top: 0.4rem}
.oneCs ul li dd img{width: 100%;transition: all 0.5s ease}
.oneCs ul li p{position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);padding: 0 0.3rem;line-height: 0.8rem;color: #fff;width: 100%}

.oneCgd{width: 168px;line-height: 41px;background: url("../img/ocgd.png") no-repeat center;margin:0 auto;margin-top: 0.6rem;text-align: center}
.oneCgd a{display: block;color: #dfb561}

.foot{padding:0.2rem;font-size:12px;line-height: 2;color: #fff;}
.foot a{color: #fff!important;}
footer{width:100%; position:fixed; bottom:0;z-index: 9999;max-width: 720px;margin: 0 auto; min-width: 320px;overflow: hidden;}
footer ul {width:100%; overflow:hidden; background:#000; padding:0.1rem 0;}
footer ul li {width:33.3%; float:left; text-align:center;}
footer ul li i {width:30px; height:25px; display:block; margin:0 auto; background-position:center center; background-repeat:no-repeat;}
footer ul li h4 {color:#dfb561; font-weight:normal;font-size: 0.26rem}
footer ul li:nth-child(1) i { background-image:url(../img/footer01.png); background-size: .45rem;}
footer ul li:nth-child(2) i { background-image:url(../img/footer02.png); background-size: .34rem;}
footer ul li:nth-child(3) i { background-image:url(../img/footer03.png); background-size: .45rem;}

.ny_ban{height: 35vh;display: flex;justify-content: center;align-items: center}

.shengtai{background: url("../img/st.png") no-repeat center center;background-size: cover;overflow: hidden;padding: 0.8rem 0}
.shengtaiA{align-items: center;}
.shengtaiA dd{width: 100%;height:272px;background: url("../img/stli.png") no-repeat center;position: relative;background-size: cover}
.shengtaiA dd img{width: 85%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto}
.shengtaiA dl{line-height: 2;font-family: 'fzfsjw';color: #fff;width: 85%;margin: 0 auto;margin-top: 0.3rem;}

.news{background: url("../img/newsbg.png") no-repeat center;padding: 1.4rem 0;overflow: hidden}
.newsA{width: 75%;margin: 0 auto}
.newsA ul li{width: 100%;position: relative;overflow: hidden;border: 1px solid #dfb561;margin-top: 0.4rem;}
.newsA ul li dd img{width: 100%;transition: all 0.5s ease}
.newsA ul li p{position: absolute;bottom: 0;left: 0;background: rgba(0,0,0,0.5);padding: 0 0.3rem;line-height: 0.8rem;color: #fff;width: 100%}

.aboutA{color: #fff;font-family: 'fzfsjw';padding: 0.9rem 0.2rem 0;}
.aboutA h3{font-size: 0.32rem;font-weight: normal;margin-bottom: 0.7rem}
.aboutA p{margin-top: 0.3rem}

.aboutB{color: #fff;font-family: 'fzfsjw';padding: 18% 0 0 0.2rem;text-shadow: 2px 2px 2px grey;}
.aboutB p{font-size: 0.3rem;margin-top: 0.2rem}

.brand{background: url("../img/brand.png") no-repeat center;background-size: cover;padding: 1.4rem 0}
.brandtxt{line-height: 2;color: #fff;font-family: 'fzfsjw';margin-top: 0.4rem}

/*.honorB{background: url("../img/honorb.png") no-repeat center;background-size: cover}*/

.honortxt{text-align: center;width: 75%}
.honortxt img{max-width: 100%}

#dituContent{height: 50vh;}
/*=======================================新闻详情页============================================*/
.ny_con{background: url("../img/newsbg.png") no-repeat center;background-size: cover;padding: 1.6rem 0 1.4rem}
.news_info{overflow:hidden;}
.info_title h1{font-size:0.34rem;text-align: center;font-weight: normal;color: #9d7c56;background: url("../img/news_line.png") no-repeat bottom center;padding-bottom: 0.3rem}
.info_laiyuan{margin-top: 0.3rem;text-align: center;font-size: 0.28rem;color: #9d7c56;font-family: Arial}
.info_text{line-height:2;color: #fff;margin-top: 0.4rem;min-height: 4rem}
.info_text img{max-width:100%;}


/***************************分辨率兼容样式属性**************************/
@media screen and (min-width: 320px) {
	html,body{font-size:44.444px;}
}
@media screen and (min-width: 360px) {
	html,body{font-size:50px;}
}
@media screen and (min-width: 375px) {
	html,body{font-size:52.08333px;}
}
@media screen and (min-width: 385px) {
	html,body{font-size:53.47222px;}
}
@media screen and (min-width: 400px) {
	html,body{font-size:55.5555px;}
}
@media screen and (min-width: 414px) {
	html,body{font-size:57.5px;}
}
@media screen and (min-width: 420px) {
	html,body{font-size:58.3333px;}
}
@media screen and (min-width: 440px) {
	html,body{font-size:61.11111px;}
}
@media screen and (min-width: 480px) {
	html,body{font-size:66.66666px;}
}
@media screen and (min-width: 520px) {
	html,body{font-size:72.2222px;}
}
@media screen and (min-width: 560px) {
	html,body{font-size:77.7777px;}
}
@media screen and (min-width: 580px) {
	html,body{font-size:80.55555px;}
}
@media screen and (min-width: 600px) {
	html,body{font-size:83.333px;}
}
@media screen and (min-width: 640px) {
	html,body{font-size:88.8888px;}
}
@media screen and (min-width: 680px) {
	html,body{font-size:94.44444px;}
}
@media screen and (min-width: 720px) {
	html,body{font-size:100px;}
}
/***************************end分辨率兼容样式属性*************************/