﻿@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0; box-sizing:border-box;}
*:focus{outline:none;}
ul li{list-style:none;}
body{color:#666; width:100%;  margin:0 auto; overflow-x:hidden; font-size:12px; padding-bottom:1.05rem; }
a{text-decoration:none; color:#333}
.container{width:100%; padding: 0px .2rem;}
.clr{clear:both;}
.header{width:100%; clear:both; height:1rem;  padding: 0px 10px;}
.logo{float:left; width:3.65rem; height: 1rem; display: flex; align-items: center; float: left}
.logo img{align-items: center; margin: 0px auto; max-width: 100%}
.menu{float:right; height:1rem; width:.54rem;  display: flex; align-items: center; }
.menu a{width:100%; height:100%; display: flex; align-items: center; }
.menu img{height:auto; align-items: center; margin: 0px auto; max-width: 100%}
.app{float:right; padding-right:15px; margin-top:7px;}
.app img{height:22px;}
h1,h2,h3,h4,h5,h6{ margin: 0;font-weight:normal;}



/*导航*/
.openmenu{overflow-y:scroll; position:fixed;}
#pgcontainer{margin:0px; padding:45px 0px;}
.overlay{left:0px; right:0px; bottom:0px; position: fixed; z-index:99; background-color:rgba(0, 0, 0, 0.5);}
.openmenu .overlay{top:1rem;}
#hamburgermenu{background: #fff; left:0px; top:1rem; width:0px; height:90%; overflow-y:scroll; position:fixed; z-index:999; box-shadow:0px 0 5px rgba(0, 0, 0, 0.2);; -webkit-box-shadow:0px 0 5px rgba(0, 0, 0, 0.2);; -moz-box-shadow:0px 0 5px rgba(0, 0, 0, 0.2);}
.nav_logo{width:100%; padding-top:10px; text-align:center; clear:both;}
.nav_logo img{height:35px; margin:5px 0px;}
.menu_head{width:100%; line-height:1.02rem; text-indent:.2rem; color:#999999; 
	font-size:.3rem; position:relative; border-bottom: 1px solid #e6e6e6; position: relative}
	
.menu_head:after,.menu_head:before{content: '';
    background: #9c9c9c;
    width:.21rem;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;}



.menu_head:before {
    -webkit-transform: rotate(
0deg
);
    transform: rotate(
0deg
);
    transition: all 0.6s ease-out;
}

.menu_head:after {
    -webkit-transform: rotate(
-90deg
);
    transform: rotate(
-90deg
);
    transition: all 0.6s ease-out;
}




.current:before {
    -webkit-transform: rotate(
180deg
);
    transform: rotate(
180deg
);
    background: #fff;
}

.current:after {
    -webkit-transform: rotate(
180deg
);
    transform: rotate(
180deg
);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    background: #fff;
}

.header_none:after, .header_none:before{display:none;}


.menu_head img{vertical-align:middle; height:25px; padding-right:5px;}
.menu_head a{color:#999999; font-size:.3rem; width:100%; height:100%; display:block;}
.menu_body{width:100%; min-width:150px; overflow:hidden;  display:none; padding: 0 .2rem; background:#eee}
.menu_body a{width:100%; display:block; height:.8rem; line-height:.8rem; color:#999999; font-size: .24rem; background: url(../images/nav_right.png) no-repeat left center; background-size:2%; padding-left: .25rem}
.menu_body a.active{color:#198a42}
.current{background: #198a42; color:#fff}
.current a{color:#fff}
.banner{width:100%;height:auto; position: relative}
.banner img{width:100%; height: auto; display: block}
.swiper-container {width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.swiper-slide {

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; 
}
.swiper-pagination-bullet{background: #000; opacity: 1}
.swiper-pagination-bullet-active{background: #fff}
.index_search{width:90%; height: .86rem;  margin:-.4rem auto 0; background: #fff; box-shadow: 0 0  8px rgba(0,0,0,0.5); border-radius: 8px; position: relative; z-index: 9; padding: 0px .3rem}
.index_search input[type="text"]{width:70%; height:100%; float:left; border: 0; color:#999999; font-size: .24rem}
.index_search_submit{width:.36rem; height: 100%; background: url(../images/sousuo.png) no-repeat center; border: 0; float: right; background-size: 100% auto}



/*分类*/
.index_class{width:100%; height: auto; overflow: hidden; margin-top: .3rem;}
.index_class ul{width:100%; height: auto; overflow: hidden; ;}
.index_class ul li{width:25%; height: auto; overflow: hidden; position: relative; padding-bottom:.2rem; text-align: center; float: left }
.index_class ul li img{width:1.1rem;  max-width: 100%}
.index_class ul li p{width:100%; height:.4rem; font-size: .24rem; color:#1e1e1e; line-height: .4rem; margin-top: .1rem}
.index_tuijain{width:100%; height: auto; overflow: hidden;  margin: .3rem 0 .2rem}
.index_tuijain a{width:3.45rem; height: auto; float: left}
.index_tuijain a img{width:100%; height: auto; display: block}
.index_tuijain a:nth-child(2n){float: right}



/*product*/
.index_one{width:100%; height: auto; overflow: hidden}
.tabs{width:100%; height: .6rem; line-height: .58rem; border:1px solid #11863b; border-radius: 8px;}
.tabs a{width:25%; height: 100%; float: left; color:#11863b; font-size: .24rem; border-right:1px solid #11863b; text-align: center}
.tabs a:last-child{border-right:0}
.tabs a.active{color:#fff; background-image: linear-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-radial-gradient(to left, #135478 , #55a238);}
.tabs a:nth-child(1){border-radius: 7px 0 0 7px;}
.tabs a:nth-child(4){border-radius: 0px 7px 7px 0px;}
#tabs-container{width:100%; height: auto; overflow: hidden; margin-top: .2rem;}
.news-list{width:100%; height: auto; overflow: hidden}
.news-list li{width:100%; height: auto; overflow: hidden; margin-bottom: .3rem}
.news-list li img{width:100%; height: auto; display: block}
.news-list li h3{font-size: .28rem; color: #222222; height: .3rem; line-height: .3rem; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin: .15rem 0 .2rem}
.news-list li p{width:100%; height: auto; overflow: hidden; line-height: .36rem; color: #999999; height: .72rem; font-size: .24rem; color: #999999}


/*新闻*/
.index_jingdian{width:100%; height: auto; overflow: hidden; padding: 0 .15rem}
.index_jingdian_all{width:100%; height: auto; display: block; overflow:hidden}
.index_jingdian_all a{width:1.7rem; height: .5rem; line-height: .5rem; margin-right: .13rem; margin-bottom:.1rem; float: left; border: 1px solid #e5e5e5; text-align: center; font-size: .24rem}
.index_jingdian_all a:nth-child(4n){margin-right: 0}
.index_jingdian_all a:hover{background-image: linear-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-radial-gradient(to left, #135478 , #55a238); color:#fff}
.index_jingdian ul{width:100%; height: auto; overflow: hidden; margin-top:.2rem }
.index_jingdian ul li{width:100%; height: auto; overflow: hidden; padding-bottom: .2rem; border-bottom: 1px solid #f2f2f2; margin-bottom: .2rem}
.index_jingdian_pic {width:2.4rem; height: auto; float: left}
.index_jingdian_pic img{width:100%; height: auto; display: block}
.index_jingdian_pic p{width:100%; height: .38rem; line-height: .38rem; color:#ffffff; font-size: .2rem;  background-image: linear-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-radial-gradient(to left, #135478 , #55a238); text-align: center}
.index_jingdian_xx{width:4.4rem; float: left; margin-left: .3rem}
.index_jingdian_xx h3{width:100%; height: auto; line-height: .4rem; font-size: .28rem; color: #222222; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.index_jingdian_xx p{font-size: .24rem; color: #999; line-height: .36rem; }
.index_jingdian_xx h4{font-size: .18rem; line-height: .3rem; color:#fd5f5f; margin-top: .4rem}
.index_jingdian_xx h4 span{font-size: .36rem; font-family: "Arial"}








/*详情*/
.ny_banner{width:100%; height: auto; overflow: hidden;  background-image: linear-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-radial-gradient(to left, #135478 , #55a238); padding: .3rem 0 .2rem}
.ny_banner h3{font-size: .24rem; color:#fff;}
.ny_post{width:100%; height: .3rem; line-height: .3rem; color: #ffffff; font-size: .2rem; margin-top: .1rem}
.ny_post a{color: #ffffff; font-size: .2rem}
.ny_showxq_top{width:100%; height: auto; display: block; margin-top:.32rem }
.ny_showxq_top h3{width:100%; height: auto; overflow: hidden; color:#222222; line-height: .38rem; font-size: .28rem; margin-top: .1rem}
.ny_showxq_top h4{width:100%; height: auto; overflow: hidden; color:#999999; line-height: .36rem; font-size:.24rem; margin-top: .1rem}
.ny_showxq_top p{font-size:.18rem; color: #fd5f5f;}
.ny_showxq_top p span{font-size: .36rem;}
.showxq_top_pic{width:100%; height: auto; overflow: hidden}
.showxq_top_pic .swiper-slide>div{width:100%; height: auto; display: block}
.showxq_top_pic .swiper-slide>div img{width:100%; height: auto; display: block}
.ny_showxq_bottom{width:100%; height: auto; display: block; padding: .2rem .2rem; border-top:10px solid #edf0f5; margin-top: .3rem}
.showxq_bottom_nav{width:100%; height: auto; overflow: hidden; border-bottom: 1px solid #edf0f5; background:#fff;z-index:9}
.showxq_bottom_nav a{width:33.2%; height: .6rem; line-height: .5rem; float: left; font-size: .28rem; color: #333333; position: relative; text-align: center}
.showxq_bottom_nav a:after{content: ""; position: absolute; top:50%; right:0; color:#edf0f5; width: 1px; height:.18rem; background: #edf0f5; margin-top: -0.09rem}
.showxq_bottom_nav a:nth-child(3):after{display: none}
.showxq_bottom_nav a.active{color:#198a42; border-bottom: 2px solid #198a42}
.showxq_bottom_info,.contact_bottom_info{width:100%; height: auto; overflow: hidden; margin-bottom: .4rem; font-size: .26rem; color: #666666; line-height: .4rem}
.showxq_bottom_info h4,.contact_bottom_info h4{font-size: .28rem; color:#198a42; font-weight: bold;  margin-bottom: .2rem; background: url(../images/lv_xs.png) no-repeat left center; display: table; padding-left: .15rem}
.showxq_bottom_info img{max-width: 100%;}
#showxq-container{width:100%; height: auto; overflow: hidden; margin-top: .25rem}

.contact_bottom_info img{max-width:100%;height: auto;}
.showxq_bottom_info p,.contact_bottom_info p{font-size:.26rem; line-height:.4rem;}



/*旅游*/
.ny_jd_list{overflow: hidden; margin-top: .34rem }
.ny_jd_list li{width:100%; height: auto; padding-bottom: .2rem; margin-bottom: .2rem; overflow: hidden; border-bottom: 1px solid #f2f2f2}
.jd_list_pic{width:2.4rem; height: auto; float: left}
.jd_list_pic img{width:100%; height: auto; overflow:hidden}
.jd_list_xx{width:4.5rem; height: auto; float: right}
.jd_list_xx h3{width:100%; height: auto; overflow: hidden; font-size: .28rem; color: #222222; word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden; }
.jd_list_xx p{color:#fd5f5f; font-size: .2rem;; margin-top: .3rem}
.jd_list_xx p span{font-size: .36rem; font-family: "Arial"}
.ny_jd_tuijian{width:100%; height: auto; overflow: hidden; background: #edf0f5; padding:.4rem .2rem; margin-top: .8rem }
.ny_jd_tuijian h3{font-size: 0.28rem; color:#333333; text-align: center; margin-bottom: .4rem}
.ny_jd_tuijian ul{width:100%; height: auto; overflow: hidden}
.ny_jd_tuijian ul li{width:49%; height: auto; float: left; margin-bottom: .15rem}
.ny_jd_tuijian ul li:nth-child(2n){float: right}
.jd_tuijian_pic{width:100%; height: auto; overflow: hidden}
.jd_tuijian_pic img{width:100%; height: auto; display: block}
.jd_tuijian_xx{width:100%; height: auto; overflow: hidden; background: #fff; padding: .15rem}
.jd_tuijian_xx h3{font-size: .24rem; color:#222222; line-height: .36rem; height: .72rem;  word-break:break-all;display:-webkit-box; -webkit-line-clamp:2;
  -webkit-box-orient:vertical; overflow:hidden;}
.jd_tuijian_xx p{color:#fd5f5f; font-size: .2rem; line-height: .36rem; margin-top: .15rem}
.jd_tuijian_xx p span{font-size: .36rem; font-family: "Arial"}


.pnr{ top: 0;
    z-index: 1;
    display: block;
    width: .5rem;
    height:.68rem;
    text-align: center;
    background-color: #fff;
    overflow: hidden; position: absolute; right:0
}
.pnr i{width:100%; height: 100%; display: block; background: url(../images/hh_jts.png) no-repeat center}
.pnr:after {content: "";
	 position: absolute;
    top: 25%;
    left: 0;
    bottom: 25%;
    border-left: 1px solid #bbb;
    -webkit-transform: scaleX(.5);
    -moz-transform: scaleX(.5);
    -o-transform: scaleX(.5);
    transform: scaleX(.5);
}

.ny_nav_show{width:100%; height: auto; overflow:hidden; padding: .2rem; z-index: 9; background: #fff}
.ny_nav_show ul{width:100%; height: auto; display: block; overflow: hidden}
.ny_nav_show li{width:1.70rem; height: .5rem; font-size: .2rem; color: #666666; border: 1px solid #e6e6e6; text-align: center; line-height: .48rem; float: left; margin-bottom: .1rem; margin-right: .1rem; border-radius: 8px;}
.ny_nav_show li:nth-child(4n){margin-right: 0}
.ny_nav_show li.active{ background:#198a42; }
.ny_nav_show li.active a{color:#fff;}
.mask-show{width:100%; height: 100%; position:fixed; top:0; left:0; background: rgba(0,0,0,0.2); display: none; }
.dn{display: none}
.ny_nav{width:100%; height: .7rem; border-bottom: 1px solid #edf0f5; position: relative}
.wrapper02 {position:relative;height:100%;width: 96%;overflow: hidden; background: #fff; }
.wrapper02 .scroller {position:absolute}
.wrapper02 .scroller li {height:.69rem;color:#333333;float: left; font-size: .24rem; line-height: .69rem;  text-align: center}
.wrapper02 .scroller li a{color:#333;display:block;margin:0 .3rem}
.wrapper02 .scroller li.active{border-bottom: 2px solid #198a42}
.wrapper02 .scroller li.active a{color:#198a42;}
.pnr_active i{transform: rotateX(180deg); transition: .3s all ease-in-out}
.ny_post_nav{width:100%; height: auto; position: relative; z-index: 9}
.f_top{position: fixed; top:0; left:0}







/*底部*/
footer{ position: fixed;  bottom: 0;left: 0;z-index: 8; height:1.05rem;width: 100%; background:#00458f; font-size: .14rem; 
	background-image: linear-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-gradient(to left, #135478 , #55a238); 
	background-image: -webkit-radial-gradient(to left, #135478 , #55a238);}
footer ul{width:100%; height: 100%; }
footer li{width: 25%;height: 100%;float: left;}
footer li img{width: 24px;height: 24px;display: block;margin: 0 auto}
footer li a{display: block;width: 100%;height: 100%;text-align: center;box-sizing: border-box;padding-top:6px;color: #fff}
footer span{line-height:.25rem; font-size:.24rem; color: #fff; display: block; width: 100%; margin-top: .1rem}
footer .n1{background: url(../images/f_1.png) no-repeat center; background-size: auto 100%;}
footer .n2{background: url(../images/f_2.png) no-repeat center; background-size: auto 100%;}
footer .n3{background: url(../images/f_3.png) no-repeat center; background-size: auto 100%;}
footer .n4{background: url(../images/f_4.png) no-repeat center; background-size:auto 100%;}
footer .n5{background: url(../images/f_5.png) no-repeat center; background-size:auto 100%;}
footer a.active{}
footer i{height:.4rem; display: block;  width: 100%;  }
.copy{width: 100%; clear: both;  text-align: center;  color:#999999; line-height: .35rem; background: #edf0f5; padding: .3rem 0}
.copy a{ font-size: .24rem; color: #959595;line-height:.35rem;}
.copy p{font-size: .24rem; }
.xq_footer{width:100%; height: 1.05rem; background: #fff; box-shadow:0 0 5px rgba(0,0,0,0.2)}
.xq_footer li{width: 25%;height: 100%;float: left;}
.xq_footer li span{color:#333333}
.xq_yuding{width:50%!important; height: 100%;  background: #ff7628; color:#fff; font-size: .3rem}
.xq_yuding span{color:#fff!important; margin-top: .25rem!important;}
.xq_footer .n1{background: url(../images/f_h1.png) no-repeat center!important; background-size: auto 100%!important;}
.xq_footer .n2{background: url(../images/f_h2.png) no-repeat center!important; background-size: auto 100%!important;}

.footer_top{width:1rem; height:1rem; background:rgba(0,0,0,0.5) url(../images/fx.png) no-repeat center; position:fixed; bottom:15%; right:10px; border-radius:50%; z-index:999}



/*联系我们*/
.ditu{width:100%;height:300px;padding: 0px 15px}
.ny_contact{width:100%; height:auto; display:block; font-size:.14rem; color:#333; line-height:.28rem; padding:0px 10px; margin:20px 0 40px}



/*页码*/
.page-list{ position:relative; margin:20px 0; clear:both; }
.page-list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.page-list a,.page-list span{ margin:0;  padding:0; display:none; float:left; width:25%; line-height:35px; border:1px solid #ddd; border-right-color:#fff; font-size:13px; text-align:center; background:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; }
.page-list span{ color:#999; }
.page-list a{ color:#1eabf3; }
.page-list span:nth-child(1),.page-list span:nth-child(2),.page-list a:nth-child(2){ display:block; float:left;}
.page-list span:nth-last-child(1),.page-list a:nth-last-child(1){ display:block; float:left; border-right-color:#ddd; }
.page-list .current{ display:block; float:left; }




