﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    background-color: #f4f5f6;
    padding-top: 1.5rem;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* .clearfix {
    *zoom: 1; /*IE/7/6*/
} */
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i{
    font-style: normal;
    text-decoration: none;
}
/* header{
    width: 100%;
    height: 1.5rem;
    background-color: #ffae00;
    padding: 0 .4rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
header img{
    float: left;
    height: 1rem;
    margin-top: .25rem;
}
header a{
    float: right;
    width: .7rem;
    height: 1.5rem;
    background: url(../images/new/2.png) no-repeat center;
    -webkit-background-size: .7rem .7rem;
    background-size: .7rem .7rem;
} */

nav{
    padding: 0 .4rem;
    background-color: #fff;
    display: none;
}
nav a{
    float: left;
    font-size: .45rem;
    line-height: 1.4rem;
    color: #333;
    padding: 0 .55rem;
}
nav a.on{
    background: url(../images/3.png) no-repeat bottom;
    -webkit-background-size: .6rem .1rem;
    background-size: .6rem .1rem;
}
/* 轮播 */
.main_visual{
    position:relative;
}
.main_image{
    height: 6rem;
    overflow:hidden;
    position:relative;
}
.main_image li{
    float:left;
    width:100%;
    height: 6rem;
}
.main_image li img{
    width: 100%;
    height: 100%;   
}
.main_image li p{
    font-size: .5rem;
    line-height: 1.8rem;
    padding: 0 3.5rem 0 .45rem;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
}
.flicking_con{
    position:absolute;
    bottom:.4rem;
    right:.5rem;
    z-index:999;
    width: 3.5rem;
}
.flicking_con a{
    float:left;
    width:0.25rem;
    height:0.25rem;
    margin:0 0.2rem 0 0.2rem;
    background: #7d7d7d;
    border-radius: 100%;
}
.flicking_con a.on{
    background: #ffae00;
}
.title img{
    float: left;
    height: .5rem;
    margin: .4rem .2rem 0 0;
}
.title h3{
    float: left;
    font-size: .5rem;
    line-height: 1.4rem;
    font-weight: bold;
}
.title a{
    float: right;
    font-size: .4rem;
    line-height: 1.4rem;
    color: #a0a0a0;
}
.title a span{
    font-size: .8rem;
    float: left;
    display: block;
    margin: -.05rem 0rem 0 0;
}
.new{
    background-color: #fff;
    margin-top: .3rem;
    padding: 0 .5rem;
}
.new ul li{
    overflow: hidden;
    padding: .45rem 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.new ul li i{
    display: block;
    color: #fff;
    font-size: .4rem;
    line-height: .6rem;
    width: .8rem;
    text-align: center;
    position: absolute;
    top: .45rem;
    left: 0;
    background: url(../images/14.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.new ul li i.orange{
    background: url(../images/12.png) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.new ul li img{
    float: left;
    width: 33%;
    margin-right: .4rem;
	height: 3rem;
}
.new ul li .right{
    float: left;
    width: 61%;
}
.new ul li .right h3{
    font-size: .5rem;
    line-height: .75rem;
    color: #333;
}
.new ul li .right p{
    font-size: .4rem;
    line-height: .7rem;
    color: #878787;
    margin-top: .6rem;
}
.new ul li .right p span{
    float: right;
    line-height: .7rem;
    padding: 0 .2rem;
    border: 1px solid #878787;
    border-radius: 4px;
}
.new ul li .right p img{
    height: .3rem;
    width: .53rem;
    margin: .2rem ;
}
.more{
    display: block;
    font-size: .45rem;
    line-height: 1.5rem;
    color: #ffae00;
    text-align: center;
}
.more img{
    height: .45rem;
    margin: -.1rem .1rem 0 0;
}
.tit{
    padding: 0 .5rem;
}
.tit h3{
    font-size: .5rem;
    line-height: .6rem;
    margin: .35rem 0;
    font-weight: bold;
    float: left;
    border-left: 3px solid #ffae00;
    padding-left: .3rem;
}
.tit button{
    float: right;
    font-size: .3rem;
    line-height: .6rem;
    border-radius: 4px;
    padding: 0 .2rem;
    border: 1px solid #ffae00;
    color: #ffae00;
    background-color: #fff;
    margin: .35rem 0;
}
.enter{
    background-color: #fff;
    margin-top: .4rem;
}
.enter ul{
    padding: 0 3%;
}
.enter ul li{
    float: left;
    width: 47%;
    padding: .3rem 0;
    margin-right: 5%;
}
.enter ul li:nth-child(2n){
    margin-right: 0;
}
.enter ul li img{
    width: 100%;
    margin-bottom: .2rem;
}
.enter ul li h3{
    font-size: .4rem;
    line-height: .7rem;
    color: #333;
}
.enter .into{
    display: block;
    font-size: .45rem;
    text-align: center;
    line-height: 1.8rem;
    color: #8a8a8a;
    border-top: 1px solid #ddd;
}
footer{
    padding: .6rem .5rem;
    background-color: #f1f1f1;
}
footer .top{
    overflow: hidden;
    width: 7rem;
    margin: 0 auto;
}
footer .top img{
    float: left;
    width: 3rem;
}
footer .top div{
    float: left;
    padding: .6rem 0 0 .3rem;
}
footer .top div p{
    font-size: .4rem;
    line-height: .7rem;
    color: #666;
}
footer .bottom{
    padding-top: .4rem;
    text-align: center;
}
footer .bottom p{
    font-size: .4rem;
    line-height: .7rem;
    color: #a1a1a1;
}

.header{background:#ffae00;color: #fff;height: 45px;line-height: 40px;position: fixed;z-index: 10; top:0px;right: 0px;left: 0px;text-align: center; font-size: 18px;}
.header span{position: absolute;height: inherit;top: 0px;right: 6px;}
/* .header span a{height: 45px;width: 45px;color: inherit;display: block;background: url(../images/icon.png) no-repeat 0px 0px;  background-size: 320px auto;}*/
.header span a{height: 1.4rem;width: 1.3rem;display: block;background: url(https://m.faxingnet.com/images/new/2.png) no-repeat center;background-size: 0.8rem 0.8rem;} 
.header a img {width: 150px;margin: 7px;}

.t-sitemap-menu{position: fixed;right: 0px;left: 0px;right: 0px; top: 45px;background:rgba(152, 152, 152, 0.94); font-size: 16px; z-index: 15; display:none}
.t-sitemap-menu li{height: 55px;width: 25%;float: left; line-height:55px;text-align: center;}
.t-sitemap-menu li a{height: 100%; padding: 0px 5px 0px 5px; position: relative; display: block; margin: -1px;color: #fff;}
.t-sitemap-menu li a:hover{background: #000;color:#FF0047; }


#banner {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-top: -11px;
    position: relative;
}

#banner div div a img{
	width:100%;
	height:100%;
}