@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;border-radius:0}
textarea {  -webkit-appearance: none;}   

html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}
html{height:100%;font-size:100px;overflow-x:hidden;-webkit-text-size-adjust:none;}
ul,li,dl,dt,dd,ol{ list-style-type:none; margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,form,input,textarea,label,table,tr,td,p,header,article,footer,nav,section,aside,menu{margin:0; padding:0;}
header,article,footer,nav,section,aside,menu{ display:block;}
table{ border-collapse:collapse; border-spacing:0;}




img{border:0;}
a:link{color:#000;text-decoration:none;outline:none;}
a:active,a:visited{color:#000; text-decoration:none;}
a:hover { color:#900;}
body{ margin:0;padding:0;font-family:Microsoft Yahei; font-size:.14rem; min-width:3.2rem;background:#f5f5f5;padding-top:.4rem;}
.fl{ float:left;}
.fr{ float:right;}
.box_siz{ box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.cl{ clear:both; font-size:0; line-height:0; height:0; width:100%; overflow:hidden;}
.fix:after {visibility: hidden;display: block;font-size: 0;content:""; clear: both; height: 0;}
.fix{*zoom:1;}
.clear{clear:both;}
.mt10{margin-top:.1rem;}
.mt20{margin-top:.2rem;}
.pdd10{padding:.1rem;}
.w{width:100%;}
.red{color:#F00;}
.font20{font-size:.2rem;}
.font24{font-size:.24rem;}
.font16{font-size:.16rem;}
.font18{font-size:.18rem;}
.f14{font-size:0.875em;}
.lh24{line-height:.24rem;}
.txtell{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

.but{display:block;background:#69F; border-radius:5px;height:40px;line-height:40px; text-align:center;color:#fff;margin-top:10px;}

.dot-loading{font-size:0;text-align:center;padding:.15rem 0}
.dot-loading .dot{display:inline-block;width:.06rem;height:.06rem;margin:0 .03rem;background-color:#f60;border-radius:100%}
.dot-loading .dot:nth-child(1){-webkit-animation:dot-loading-one 1.2s ease-out infinite 0s}
.dot-loading .dot:nth-child(2){-webkit-animation:dot-loading-two 1.2s ease-out infinite 0s}
.dot-loading .dot:nth-child(3){-webkit-animation:dot-loading-three 1.2s ease-out infinite 0s}
@-webkit-keyframes dot-loading-one{0%{opacity:.2;-webkit-transform:scale(1)}33%{opacity:1;webkit-transform:scale(1.35)}66%{opacity:.2;-webkit-transform:scale(1)}99%{opacity:.2;-webkit-transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(1)}}
@-webkit-keyframes dot-loading-two{0%{opacity:.2;-webkit-transform:scale(1)}20%{opacity:.2;-webkit-transform:scale(1)}53%{opacity:1;-webkit-transform:scale(1.35)}89%{opacity:.2;-webkit-transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(1)}}
@-webkit-keyframes dot-loading-three{0%{opacity:.2;-webkit-transform:scale(1)}40%{opacity:.2;-webkit-transform:scale(1)}73%{opacity:1;-webkit-transform:scale(1.35)}96%{opacity:.2;-webkit-transform:scale(1)}100%{opacity:.2;-webkit-transform:scale(1)}}



.site-t{position:fixed;top:0;left:0;width:100%;background-color:#fff;z-index:990}
.find_nav {
    width: 100%;
    height: 45px;
    background-color: #d70404;
    position: fixed;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #ddd;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}
.find_nav_left {
    height: 46px;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}
.find_nav_list 
{
	 position: absolute;
    left: 0;
}
.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}
.find_nav_list ul li {
    display: inline-block;
    padding: 0 13px;
}
.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.find_nav_cur a {
    color: #fff !important;
}
.sideline {
    display: block;
    position: absolute;
    border: 0;
    height: 2px;
    background-color: #fff;
    left: 0;
    top: 43px;
    pointer-events: none;
}





/*搜索*/ 
.s_top {padding:0 .1rem;margin-top:.1rem;} 
.s_publicwarp{display:-webkit-box;display:-moz-box;display:box;} 
.s_publicsearch{border:1px solid #000;-webkit-box-flex:1;-moz-box-flex:1;} 
.s_publicsearch input[type="text"]{height:.34rem;border:0 none;display:block;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;width:100% !important;padding:0 .2rem 0 .3rem;font-size:.16rem;color:#666;background:url(../img/s_search.png) no-repeat .05rem center;-webkit-background-size:.19rem .22rem;-moz-background-size:.19rem .22rem;background-size:.19rem .22rem;outline:medium;} 
.s_publicwarp input[type="button"]{height:.36rem;display: block;font-size:.18rem;border:1px solid #000;border-left:none;color:#fff;background: #000; background-size:.05rem .1rem;font-weight:normal;padding:0 .15rem;} 
.g-search-list{padding:0 .03rem .1rem;background-color: #F4FCEE;overflow:hidden;font-size:.16rem;}	
.g-search-list b{float:left;line-height:.24rem;}
.g-search-list p{overflow:hidden;zoom: 1;line-height:.24rem;}
.g-search-list p a{display: block;padding:0 .04rem;float:left;text-align:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;padding-right:5px;white-space:nowrap;overflow:hidden;}

.g-search-list p a:last-child{paddeing:0;}
.clear_txt{background:url(../img/close.png) no-repeat;background-size:.16rem .16rem;width:.16rem;height:.16rem;position:absolute;float:left;margin-left:-.25rem;padding:8px 5px;background-position:5px 12px;z-index:2; cursor:pointer;}

.box_cont{background:#fff;padding:0px;border-bottom:1px solid #d9d9d9;margin-top:.1rem;}
.tt{height:.4rem;line-height:.4rem;color:#000;width:100%;padding-left:.1rem;border-bottom:1px solid #ccc;}
.tt span{float:left;font-size:.2rem;line-height:.38rem;color:#000;border-bottom:.02rem solid #000}
.tt .geiduo{float:right;display:block;width:.4rem;line-height:.24rem;color:#666; text-align:right;margin-right:.1rem;font-size:.3rem;}
.tt i{display:inline-block;font-size:.2rem;line-height:.38rem;color:#000;margin-right:.1rem;font-style:normal}
.tt i.on{border-bottom:.02rem solid #F30;color:#F30;}
.content{line-height:.3rem;width:100%;margin:0;padding:.1rem;font-size:.16rem;}
.content img{max-width:100%;}
.content h3{font-weight:100;font-size:.18rem;line-height:.26rem;border-bottom:1px dashed #ddd;overflow:hidden;padding-bottom:.1rem; text-align:center;}
.content .cont{margin-top:.1rem;color:#666;font-size:.14rem;line-height:.28rem;}

.news-item{}
.news-item-in{color:#333;}
.news-item-in:visited{color:#666;}
.news-item li{line-height:.36rem;height:.36rem;font-size:.16rem;padding-right:.2rem;border-bottom:1px solid #ddd; position:relative;overflow:hidden;text-overflow:ellipsis;word-wrap:nowrap;word-break:keep-all;white-space:nowrap;}
.news-item li:last-child{border-bottom:0}
.news-item li:after{display: block; position: absolute; right: 4px; top: 13px; content: ""; width: 7px; height: 7px; border-top: 1px solid #666; border-right: 1px solid #666; -webkit-transform: rotate(45deg); transform: rotate(45deg);}


.box_brand{border-top:1px solid #eee;background:#fff;margin-top:.1rem;border-bottom:1px solid #d9d9d9;}

.box_brand .tit{position:relative;line-height:.4rem;border-bottom:0.01rem solid #ccc;height:.4rem;}
.box_brand .tit h3{padding-left:.1rem;font-weight:100;}
.box_brand .tit h3 span{font-size:.2rem;color:#000;display:inline-block;line-height:.4rem;height:.4rem;border-bottom:.02rem solid #000}
.box_brand .tit h3 i{font-size:.14rem;display:inline-block;margin-left:.1rem;font-style:normal;color:#747474;}

.box_brand .tit .more{ position:absolute;right:.1rem;border:1px solid #ccc;border-bottom:0;height:.34rem;background:url(../img/ico-down.png) no-repeat 90% 50% #fff;padding-left:.1rem;width:1rem;line-height:.34rem;top:.06rem;}

.box_brand .tit .more a{color:#b40000;font-size:.16rem;}
.box_brand .tit .morelist{position:absolute;right:.1rem;width:1rem;top:.39rem;font-size:.16rem;background:#FFF;display:none;}
.box_brand .tit .morelist li{line-height:.24rem; text-align:center; width:100%;}
.box_brand .tit .morelist li a{color:#333;font-size:.14rem;background:#f5f5f5;}
.box_brand ul{padding:.05rem;}
.box_brand ul li{float:left;width:50%;padding:.05rem;}
.box_brand ul li a{background:#e7e7e7;display:block;width:100%;font-size:.14rem;color:#333;}
.box_brand ul li a.on{background:#b40000;display:block;width:100%;font-size:.14rem;color:#fff;}
.box_brand ul li .imgs{width:100%;border:0}

.box_brand ul li .item-info{ text-align:center;vertical-align:0; padding:0 .05rem; overflow:hidden;text-overflow:ellipsis;height:.85rem;}
.box_brand ul li .item-info .pic{width:90%;margin:0.05rem auto .05rem;background:#F30;}

.box_brand ul li .item-info .pic em{width:100%;border:0;display:block; text-align:center;color:#fff;line-height:.3rem;}

.destroy{ width:100%; height:100%; position:fixed;top:0px; z-index:99996;filter:alpha(opacity=0); background:url(../img/xbg.png);}
.sheet{ position:relative; width:80%; height:auto; margin:auto;padding:0;background:#fff9e2 url(../img/tips_bg.gif);
	box-shadow:inset 0 -1px 0 #FFF,0 1px 6px rgba(0,0,0,.3);
	-moz-box-shadow:inset 0 -1px 0 #FFF,0 1px 6px rgba(0,0,0,.3);
	-webkit-box-shadow:inset 0 -1px 0 #FFF,0 1px 6px rgba(0,0,0,.3);
	border-bottom:2px solid #efebda;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px; padding-top:0.5em;
}
.sheet a.close{display:block;position:absolute;width:20px;height:20px;right:5px;top:5px;background:url(../img/sheet_close.gif) no-repeat;}
.sheet a:hover.close{background-position:0 -30px;}
.sheet a:active.close{background-position:0 -60px;}
.sheet .head{padding:20px 15px;border-bottom:1px solid #f6f4ee;}
.sheet .head h2{padding:0;font-size:18px;font-weight:400;color:#444;text-align:center;}
.sheet .body{padding:10px 15px;border-top:1px solid #fff;}


.show{background:#fff;}
.show ul li{height:.4rem;line-height:.4rem;color:#333;padding-left:.2rem;background:url(../img/ico-r.png) no-repeat .1rem 50%;border-bottom:1px solid #dcdcdc;}

.hjbox{border-top:0px solid #eee;background:#fff;margin-bottom:.1rem;border-bottom:1px solid #d9d9d9;padding:.1rem .1rem;}
.hjbox ul li{line-height:.3rem;height:.3rem;font-size:.16rem;}
.hjbox ul li em{float:left;width:30%;line-height:.3rem; text-align:right;display:block;font-style:normal;color:#666}
.hjbox ul li i{float:right;width:70%;line-height:.3rem;display:block;font-style:normal}

.wqhgbox{background:#f5f5f5;}
.wqhgbox ul li{background:#fff;margin-bottom:.1rem;padding:0;border-bottom:1px solid #d9d9d9;}
.wqhgbox ul li:last-child{border-bottom:0px solid #d9d9d9;}
.wqhgbox ul li img{width:100%;}
.wqhgbox ul li p{line-height:.3rem;text-align:center;overflow:hidden;text-overflow:ellipsis;height:.3rem}





.footer{ height:.75rem;}
.footer-con{width:100%;/*height:118px;*/height:.75rem;position:fixed; z-index:100; right:0; bottom:0;-webkit-transition:right .5s ease;transition:right .5s ease;}
.menu-bg{background:url(../img/footbg.png) repeat-x 0 0;/*background: -ms-linear-gradient(top, #fff,  #a6cc17);background:-moz-linear-gradient(top,#fff,#a6cc17);background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#a6cc17));*/height:.75rem;}
.footer li{ float:left; width:25%;}
.footer li a,.footer li span{display:block;height:.3rem;padding:.45rem 0 0 0;text-align:center;font-size:.16rem;color:#000;cursor:pointer;}
.footer li.zx a{background:url(../img/ico/ico-f1.png) center .15rem no-repeat;background-size:.3rem .3rem;}
.footer li.zx a.on{background:url(../img/ico/ico-f1-o.png) center .15rem no-repeat;background-size:.3rem .3rem;color:#b40000;}
.footer li.tel a{background:url(../img/ico/ico-f2.png) center .15rem no-repeat;background-size:.3rem .3rem;}
.footer li.tel a.on{background:url(../img/ico/ico-f2-o.png) center .15rem no-repeat;background-size:.3rem .3rem;color:#b40000;}
.footer li.yy a{background:url(../img/ico/ico-f3.png) center .15rem no-repeat;background-size:.3rem .3rem;}
.footer li.yy a.on{background:url(../img/ico/ico-f3-o.png) center .15rem no-repeat;background-size:.3rem .3rem;color:#b40000;}
.footer li.dh a{background:url(../img/ico/ico-f4.png) center .15rem no-repeat;background-size:.3rem .3rem;}
.footer li.dh a.on{background:url(../img/ico/ico-f4-o.png) center .15rem no-repeat;background-size:.3rem .3rem;color:#b40000;}
