﻿/* css reset */
body, h1, h2, h3, h4, h5, h6, hr, p, img, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
*{-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
ul, ol { list-style:none; } 
a{color: #333; text-decoration:none; } 
input:focus,textarea:focus { outline:none; }
legend { color:#000; }
fieldset, img { border:0; } 
textarea { resize: none; }
table { border-collapse:collapse; border-spacing:0; }
body{width: 6.4rem;margin: 0 auto;background: #f3f3f3;font-size: .22rem;color: #999;font-family:"Microsoft YaHei",sans-serif;font-weight: nowrap;}

/*------------------top---------------------*/

.clear{
	clear: both;
}

.top {
    width: 6.4rem;
    height: .88rem;
    position: relative;
    background: #fff;
    text-align: center;
    line-height: .88rem;
    z-index: 998;
    position: fixed;
    top: 0;
    background: #fff url(../wx_images/top_bg.jpg) no-repeat center;
}
.logo {
    z-index: 999;
    position: absolute;
    left: .2rem;
    float: left;
}

.logo a{
	display: block;
	height: 0.88rem;
}
.logo a img{
    width:100%;
    margin-top: 17px;
}
#nav_btn {
    width: .48rem;
    height: .32rem;
    cursor: pointer;
    position: relative;
    right: .2rem;
    top: .06rem;
    float:right;
}

#nav_btn img{
    margin-top:0.1rem; 
}

.nav{
    position: absolute;
    top: 0.88rem;
    width: 6.4rem;
    background: rgba(255,255,255,0.8);
    height: 0;
    overflow: hidden;
    display: none;
    box-shadow: 0 0.05rem .1rem rgba(0,0,0,0.2);
    opacity: 0;
    filter: alpha(opacity=0);
}
.nav li{
    text-align: center;
    line-height: 0.88rem;
    height: 1rem;
    border-top: 0.01rem solid #ccc;
}

.nav li a{
    display: block;
    width: 100%;
    color: #444;
    font-size: 0.24rem;
}
.navbar{
    width: 100%;
    height: 2rem;
    background-color: white;
    box-sizing: border-box;
    font-size: 0.22rem;
    color: #666;
    margin-bottom:0.2rem;
}
.navbar ul{
    width: 6rem;
    height: 1.6rem;
    margin: 0 auto;
}
.navbar ul li{
    width: 25%;
    float: left;
    text-align: center;
    margin: 0.4rem auto;
}
.navbar ul li div{
    width: 0.88rem;
    height: 0.88rem;
    margin: 0 auto;
    border-radius: 0.44rem;
    overflow: hidden;
    background: url(../wx_images/btn_icon.png) no-repeat;
}
.navbar ul li a{
    display: block;
    height: 1rem;
    width: 1rem;
}
.navbar ul li span{
    display: block;
    color: #787878;
    font-size: 0.2rem;
    margin-top: 0.15rem;
}
.navbar ul li:nth-child(1) div{background-color:#0066cc; background-position: 0.22rem 0.19rem; }
.navbar ul li:nth-child(2) div{background-color:#cccc00; background-position: -0.55rem 0.19rem; }
.navbar ul li:nth-child(3) div{background-color:#cc6633; background-position: -1.35rem 0.19rem; }
.navbar ul li:nth-child(4) div{background-color:#0099cc; background-position: -2.06rem 0.18rem;  }

/*----------------------banner----------------------*/

.banner {
    width: 6.4rem;
    height: 2.66rem;
}
.main_visual {
    height:2.66rem;
    border-top:1px solid #d7d7d7;
    overflow:hidden;
    position:relative;
    margin-top: .88rem;
}
.main_image {
    height:2.66rem;
    overflow:hidden;
    position:relative;
}
.main_image ul {
    width:99.99rem;
    height:3rem;
    overflow:hidden;
    position:absolute;
    top:0;
    left:0
}
.main_image li {
    float:left;
    width:100%;
    height:2.66rem;
}
.main_image li img{
    width: 100%;
}
.main_image li span {
    display:block;
    width:100%;
    height:2.66rem
}
.main_image li a {
    display:block;
    width:100%;
    height:2.2rem
}
div.flicking_con {
    position:absolute;
    top:2.3rem;
    left:55%;
    z-index:996;
    width:2rem;
    height:.21rem;
    margin:0 0 0 -.55rem;
}
div.flicking_con a {
    float:left;
    width:.1rem;
    height:.1rem;
    margin:0.08rem;
    padding:0;
    background: white;
    border-radius: 0.1rem;
    display:block;
    text-indent:-10rem;
    background-size: 100% 100%;
    border: 0.01rem solid #ff0000;

}
div.flicking_con a.on {
    border-radius: 0.1rem;
    background: #ff0000;
}
#btn_prev, #btn_next {
    z-index:995;
    position:absolute;
    display:block;
    width:.73rem!important;
    height:.74rem!important;
    top:50%;
    margin-top:-.37rem;
    display:none;
}
#banner_prev {
    left:1rem;
}
#banner_next {
    right:1rem;
}

.product-list{
    width: 100%;
}
.product-list a{
    width: 48%;
    float: left;
    display: block;
    margin-bottom: .2rem;
}
.product-list a:nth-child(2n+2){
    float: right;
}
.product-list a .pro-img{
    height: 2.5rem;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items:flex-end;
    border: 1px solid #ccc;
}
.product-list a img{
    width: 100%;
}
.product-list a h5{
    text-align: center;
    color: #333;
    font-size: .2rem;
    font-weight: 100;
    margin-top: .1rem;
    overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.obj_box{
    width: 100%;
    background: white;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem 0.3rem 0.2rem;
}

.title{
    width: 100%;
    height: 0.6rem;
    border-bottom: 0.01rem solid #ccc;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.title h1{
    font-size: 0.24rem;
    color: #a98181;
    font-weight: normal;
    line-height: 0.6rem;
    float: left;
}

.title span{
    font-size: 0.18rem;
    line-height: 0.68rem;
	color: #ccc;
    text-transform: uppercase;
    margin-left: 0.08rem;
}

.obj_box .more{
	display: block;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin: 0.3rem auto 0 auto;
	font-size: 0.18rem;
	color: #a98181;
	text-align: center;
	border: 0.01rem solid #a98181;
	transition: 0.5s;
}

.obj_box .more:active{
	background: #0a408a;
	color: #fff;
}

.product_adv_list ul{
	width: 100%;
	margin: 0.3rem auto 0 auto;
}

.product_adv_list ul li{
	width: 3rem;
	height: 2rem;
	float: left;
	overflow: hidden;
	writing-mode:vertical-rl;
}

.product_adv_list ul li a{
	display: block;
	width: 3rem;
	height: 2rem;
	color: #0a408a;
}

.product_adv_list ul li img{
	width: 100%;
}

.product_adv_list ul li:nth-child(2),.product_adv_list ul li:nth-child(3),.product_adv_list ul li:nth-child(6),.product_adv_list ul li:nth-child(7){
	background: white;
	box-sizing: border-box;
	padding: 0.3rem 0.8rem;
}

.product_adv_list ul li:nth-child(2) h3,.product_adv_list ul li:nth-child(3) h3,.product_adv_list ul li:nth-child(6) h3,.product_adv_list ul li:nth-child(7) h3{
	font-family: 'SimSun', serif;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 60px;
}

.product_adv_list ul li:nth-child(2) p,.product_adv_list ul li:nth-child(3) p,.product_adv_list ul li:nth-child(6) p,.product_adv_list ul li:nth-child(7) p{
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 0.28rem;
}

.adv{
    width: 100%;
    margin: 0 auto;
}

.adv ul li{
    width: 3rem;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin: 0.3rem 0;
    padding: 0 0.2rem;
}

.adv ul li a{
	display: block;
	width: 100%;
	height: 100%;
}

.adv ul li div{
	width: 1.1rem;
	height: 1rem;
	text-align: center;
	line-height: 1rem;
	margin: 0.1rem auto 0 auto;
}

.adv ul li div img {
    max-height: 100%;
    max-width: 100%;
}

.adv ul li h3{
    margin-top: 0.3rem;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.48rem;
    letter-spacing: 0.1em;
    color: #666;
}

.adv ul li:nth-child(1){
    border-right: 0.01rem solid #ccc;
}

.adv ul li:nth-child(2){
    width: 2.6rem;
    margin: 0 0.2rem;
    padding:  0.3rem 0;
    border-bottom: 0.01rem solid #ccc; 
}

.adv ul li:nth-child(3){
    width: 2.6rem;
    margin: 0 0.2rem;
    padding:  0.3rem 0;
    border-top: 0.01rem solid #ccc;
}

.adv ul li:nth-child(4){
    border-left: 0.01rem solid #ccc; 
}

.news{
	width: 100%;
}

.news ul li{
	width: 100%;
	height: 1.3rem;
	padding: 0.2rem 0;
	box-sizing: border-box;
	border-top: 0.01rem solid #ccc;
}

.news ul li:first-child{
	border:none;
}

.news ul .news_date{
	width: 0.88rem;
	height: 0.88rem;
	background: #a98181;
	float: left;
	box-sizing: border-box;
	margin-right: 0.2rem;
	padding-top: 0.1rem; 
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
}

.news_date span:first-child{
	font-size: 48px;
	font-weight: bold;
	line-height: 0.5rem;
}

.news_title{
	float: right;
	width: 4.9rem;
	text-align: justify;
}

.news_title h3{
	font-size: 0.22rem;
	line-height: 28px;
	font-weight: normal;
}

.news p{
	font-size: 0.18rem;
	color: #666;
	margin:0.08rem 0;
	letter-spacing: 0.05em;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_box{
    margin-bottom:1.2rem;
}

.tab_bar{
    width: 6.4rem;
    height: 0.98rem;
    margin: 0 auto;
    padding: 0 0.2rem;
    box-sizing: border-box;
    background: #f9f9f9;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #CCC;
    z-index: 9999;
}

.tab_bar ul li{
    width: 25%;
    height: 0.98rem;
    float: left;
    text-align: center;
    background: url(../wx_images/footer_btn.png) no-repeat;
    transition: 0.3s;
}
.tab_bar ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #999;
    line-height: 1.55rem;
    font-size: 0.18rem;
}

.tab_bar ul .tab_active,.tab_bar ul li:active{
    background: url(../wx_images/footer_btn_active.png) no-repeat;
}

.tab_bar ul .tab_active a,.tab_bar ul li:active a{
    color: #a98181;
}

.tab_bar ul li:nth-child(1){background-position:0.5rem 0.15rem; }
.tab_bar ul li:nth-child(2){background-position:-0.5rem 0.15rem; }
.tab_bar ul li:nth-child(3){background-position:-1.5rem 0.15rem; }
.tab_bar ul li:nth-child(4){background-position:-2.5rem 0.15rem; }

/*子页面*/

.child_top{
    width: 6.4rem;
    height: 0.88rem;
    background: #fff;
    text-align: center;
    line-height: 0.88rem;
    border-bottom: 0.01rem solid #ccc;
    position: fixed;
    top: 0;
    z-index: 999;
}

.child_top h1{
    font-size: 0.28rem;
    color: #a98181;
    width: 4.6rem;
    float: left;
    font-weight: normal;
    letter-spacing: 0.1em;
}

.back_btn{
    width: 0.88rem;
    height: 0.88rem;
    float: left;
    text-align: center;
}

.back_btn a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../wx_images/back_btn.png) no-repeat center;
}

.child_content{
    width: 6.4rem;
    min-height: 6rem;
    background: white;
    margin-bottom: 0.4rem;
}

.nav_bar {
    width: 100%;
    max-width: 6.4rem;
    height: 0.8rem;
    overflow-y: auto;
    box-sizing: border-box;
    line-height: 0.3rem;
    border-bottom: 0.01rem solid #ccc; 
    padding-top: 0.1rem; 
    background: white;
    margin-top: 0.88rem;
}

.nav_bar::-webkit-scrollbar { display: none; height: 0 !important; }

.nav_bar ul{
    width: 100%;
}

.nav_bar ul li{
    width: 1.5rem; 
    height: 0.7rem;
    float: left;
    box-sizing: border-box;
}

.nav_bar a{
    font-size: 0.2rem;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
    margin: 0.2rem 0;
}

.nav_bar_active{
    color: #00c400;
    border-bottom: 0.03rem solid #a98181;
}

.nav_bar_active a{
    color: #a98181;
}

.child_content{
    width: 6.4rem;
    background: white;
    box-sizing: border-box;
    padding: 0.2rem;
    color: #333;
    font-size: 0.2rem;
    margin-bottom: 1.1rem;
}

.child_content img{
    margin: 0 auto;
    max-width: 5.6rem;
}

.child_content p{
    text-indent: 2em;
    font-size: 0.2rem;
    line-height: 0.36rem;
    box-sizing: border-box;
    padding: 0.15rem;
}

.child_content>p>img{
	margin-left: -2em;
}

/*新闻*/

.news_list{
    width: 100%;
    background: white;
    box-sizing: border-box;
}

.news_list li{
    padding: 0.3rem 0;
    border-bottom: 1px dashed #ccc;
}

.news_list li>p{
    width: 0;
    height: 0;
    margin: 0; 
    padding: 0;
}

.news_img{
    float: left;
    width: 1.5rem;
    height: 1.3rem;
    line-height: 1.3rem;
    box-sizing: border-box;
    border: 1px solid #CCC;
    overflow:hidden;
    text-align: center;
    background: url(../sj_images/LOGO.jpg) no-repeat center;
    background-size: 100%; 
    margin-top: 0.05rem;
}

.news_img img{
    height: 100%;
}

.news_txt{
    width: 4.3rem;
    float: left;
    font-size: 0.2rem;
    letter-spacing: 0.05em;
    padding-left: 0.2rem; 
}

.news_txt h2{
    font-size: 0.24rem;
    line-height: 0.40rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333;
}

.news_txt span{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #666;
}

.news_txt p{
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-size: 0.2rem;
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 0.32rem;
}

/*页码*/

.page {
    width:5.12rem;
    margin:.4rem auto .3rem auto;
}
.page a {
    font-size:0.2rem;
    padding:0.05rem 0.1rem;
    color: #a98181;
    float:left;
    margin-right:.25rem;
    border: 0.01rem solid #a98181;
    transition: 0.5s;
}
.page a:active {
	color: #fff;
    background:#a98181;
}
.page a:nth-child(3) {
	border: none;
    color: #aaa;
}
.page a:nth-child(5) {
    margin-right:0;
}

/*视频*/

.video_list li{
    width: 6rem;
    margin: 0.3rem auto;
    box-sizing: border-box;
}

.video_list li embed{
    display: block;
    margin: 0 auto;
    border: 0.01rem solid #ccc;
    width: 6rem;
    height: 3rem;
}

.video_list li span{
    display: block;
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #666;
    text-align: center;
}

/*新闻详情页*/

.news_details h2{
    width: 6rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 500;
    color: #333;
    line-height: 0.6rem;
}

.news_details .author{
    text-align: center;
    width: 6rem;
    margin: 0 auto;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #666;
}

.news_details .author span{
    margin: 0.1rem
}

.details_title{
    width: 6.4rem;
    height: 0.7rem;
    background: white;
    border-top: 0.01rem solid #ccc; 
    border-bottom: 0.01rem solid #ccc; 
    margin-top: 0.88rem;
}

.details_title a{
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../wx_images/black.png) no-repeat center;
    background-size: 60%; 
    float: left;
}

.details_title span{
    text-align: center;
    display: block;
    float: left;
    width: 5rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #666;
}

/*加盟商风采*/


.img_list li{
    width: 2.8rem;
    float: left;
    margin: 0.1rem;
    box-sizing: border-box;
    text-align: center;
}

.img_list li a{
	display: block;
    width: 2.8rem;
    height: 2.1rem;
    border: 0.01rem solid #ccc;
    padding: 0.1rem;
    box-sizing: border-box;
}

.img_list li a img{
    margin: 0;
    width: 100%;
    height: 100%;
}

.img_list li span{
    display: block;
    width: 100%;
    overflow: hidden;
    color: #666;
    font-size: 0.2rem;
    line-height: 0.36rem;
 }


.photo{
	width: 100%;
}

.photo>div{
	width: 2.8rem;
	float: left;
	margin: 0.1rem;
	box-sizing: border-box;
	text-align: center;
}

.photo>div a{
	display: block;
	width: 2.8rem;
	height: 2.1rem;
	border: 1px solid #ccc;
	overflow: hidden;
}	

.photo>div img{
	width: 100%;
	height: 100%;
	margin: 0;
}

.photo .honor_name{
	display: block;
	text-align: center;
	font-size: 0.18rem;
	color: #666;
	line-height: 0.4rem;
        overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


.con_product_list{
	width: 100%;
	margin: 0 auto;
}

.con_product_list li{
	width: 2.8rem;
	float: left;
	margin: 0.1rem;
	box-sizing: border-box;
	text-align: center;
}

.con_product_list li span{
	line-height: 0.3rem;
	font-size: 0.18rem;
	color: #666;
}

.con_product_list li a{
	display: block;
	width: 2.8rem;
	height: 2.1rem;
	border: 0.01rem solid #ccc;
	overflow: hidden;
}	

.con_product_list li a:hover{
	border: 1px solid #ff8601;
}

.con_product_list li a img{
	box-sizing: border-box;
	border: 0.05rem solid #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	transition-duration: 1s;
}

.news_details,.prodcut_details{
    margin-top: 0.88rem;
}


.prodcut_details_img{
    width: 5.6rem;
    box-sizing: border-box;
    padding: 0.1rem;
    margin: 0.2rem auto;
    border: 0.01rem solid #ccc;
    text-align: center;
}

.prodcut_details_img img{
    max-width: 100%;
    margin:0 auto;
}

.prodcut_details_txt h3{
    line-height: 0.75rem;
    font-size: 0.24rem;
    font-weight: normal;
    color: #444;
    width: 5.6rem;
    text-align: center;
    margin: 0 auto;
    border-bottom: 0.01rem solid #ccc;
}

.prodcut_details_txt p{
    text-indent: 0;
    margin: 0.2rem auto;
    padding: 0 0.2rem;
    font-size: 0.2rem;
}


.contact p{
	text-indent: 0;
}

.map{
    width: 6rem;
    height: 3rem;
    margin: 0.3rem auto;
    background: #ccc;
    overflow: hidden;
}


/*-------------留言板-------------*/

.message {
    background: white;
    width:6rem;
    margin:0 auto;
    padding: 0.4rem 0.2rem;
    box-sizing: border-box;
}

.message input, textarea {
    margin-bottom:.4rem;
    padding-left: 0.1rem;
    box-sizing: border-box;
    border-radius:0.05rem;
    color:#CCC;
    font-size:.2rem;
    width:5.6rem;
    height:.6rem;
    border:solid .01rem #999;
    outline:none;
    display:block;
    color:#666;
}
textarea {
    height:1.5rem;
    margin-bottom:.4rem;
    padding-left: .1rem;
    line-height: 0.36rem;
    resize: none;
}

input:focus,textarea:focus{
    border-color:#a98181;
    -moz-box-shadow: 0 0 0.03rem #a98181; /* 老的 Firefox */
    box-shadow: 0 0 0.03rem #a98181;
}

#btn {
    margin: 0 auto;
    width:5.6rem;
    height:.6rem;
    color:#FFF;
    border-radius:0.1rem;
    background: #a98181;
    transition: 0.5s;
}

#btn:active{
	background: #ff0000;
}


.prodcut_details .deta-top{
    margin-top: 30px;
}
.prodcut_details .deta-top img{
    width: 100%;
    height: 3rem;
display: block;
    padding:.1rem;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #ddd;
    max-width: 100%;

}
.prodcut_details .deta-top ul{
    margin-top: .4rem;
}
.prodcut_details .deta-top .right-list{
    margin-bottom: .15rem;
    float: left;
    width: 100%;
}
.prodcut_details .deta-top h5{
    font-size: .18rem;
    color: #333;
    font-weight: 500;
    float: left;
}
.prodcut_details .deta-top p{
    float: left;
    text-indent: 0;
    width: 80%;
    margin-left: .1rem;
    font-size: .18rem;
    color: #666;
    padding: 0;
    line-height: 2;
}
/*.deta-center{
    width: 1000px;
    margin: 0 auto;
    background: #ed7100;
    height: 50px;
}
.deta-center h4{
    color: #fff;
    float: left;
    margin-left: 20px;
    line-height: 50px;
    font-size: 18px;
}*/
.photo>div .pro_img a{
    height: 2.5rem;
}