@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
}
ul,li,ol,dl,dt,dd{
    list-style: none;
}
a{
    text-decoration:none;
}
.w{
    width:980px;
    margin:0 auto;
}
.fr{
    float: right;
}
.fl{
    float: left;
}

/* header瀵拷顫� */
.header{
    height:90px;
    background:url("../images/logo.png") no-repeat left center;
    background-size: 848px 72px;
    /* background-color: pink; */
}
.search{
    height:28px;
    width: 84px;
    border:1px solid #878987;
    border-radius:6px;
    margin-top:4%;
    position: relative;
    color:#878987;
}
#ipt,#sbtn{
    height:100%;
    width: 80%;
    padding-left:6px;
    border-radius:6px;
    border:0;
    color:#8F8D8D;
    background-color: #fff;
}
#ipt{
    background:url("../images/search.png") no-repeat right center;
    background-size:18px 18px;

}
#sbtn{
    cursor: pointer;
    width: 18%;
    padding:0;
    position: absolute;
    top: 0;
    right: 0;
}
/* header缂佹挻娼� */
.line5{
    width: 100%;
    height:5px;
    background: -webkit-linear-gradient(left,#FAD961 0%,#FFF500 50% ,#FADA61 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#FAD961 0%,#FFF500 50% ,#FADA61 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #FAD961 0%,#FFF500 50% ,#FADA61 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #FAD961 0%,#FFF500 50% ,#FADA61 100%); /* 閺嶅洤鍣惃鍕嚔濞夛拷*/
}
/* nav瀵拷顫� */
.nav{
    height: 40px;
    background:url("../images/navbg.png") repeat-x;
    color:#fff;
    font-size: 16px;

}
@media screen and (max-width:980px){
	.nav{
		width:980px;
	}
}
.nav .content{
    float:left;
    display:block;
    width:11%;
    position: relative;
}
.nav .content .flip span{
    color:#fff;
    display: block;
    height: 40px;
    line-height: 40px;
}
.nav .panel{
    position: absolute;
    z-index: 100;
    background-color: rgba(204, 1, 12, 0.3);
    display:none;
    overflow: hidden;
}
.nav .panel p{
    display: inline-block;
    width: 100%;
    height: 40px;
    color:#fff;
}
.panel,.flip
{
    width: 100%;
    margin:0px;
    text-align: center;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}
.nav .flip:hover,.nav .panel p:hover{
    background-color:rgba(204,1,12,0.8);
    color:#000;
    cursor: pointer;
}
/* nav缂佹挻娼� */
/* banner 閺嶅嘲绱� */
#test1 img{
    width: 100%;
    height:100%;
}
/* 鎼存洟鍎� */
.footer{
    height: 178px;
    background: url("../images/foot.png") no-repeat left center;
    background-size: 100% 100%;
}
@media screen and (max-width:980px){
	.footer{
		width:980px;
	}
}
.copy{margin-top:46px;}
.copy .ewm{
    width: 86px;
    height: 86px;
}
.copy .ewm img{width: 100%;height:100%;}
.copyright{margin-left:154px;color:#fff;font-size:14px;}
.copyright p{line-height:28px;}
.friend{margin-right: 0px;;margin-top:46px;}
.friend a{display:inline-block;width:64px;height: 84px;margin-left:26px;}
.friend a:nth-child(1){
    background: url("../upload/tm.png") no-repeat left center;
    background-size:100% 100%;
}
.friend a:nth-child(2){
    background: url("../upload/jd.png") no-repeat left center;
    background-size:100% 100%;
}
.friend a:nth-child(3){
    background: url("../upload/dd.png") no-repeat left center;
    background-size:100% 100%;
}
/* 鎼存洟鍎寸紒鎾存将 */
/* 閸ュ搫鐣鹃崘鍛啇 */
.online{
    position: fixed;
    right: 0;
    top:48%;
    width: 12%;
    height: 70px;
    background:url("../upload/online.png") no-repeat;
    background-size: 100% 100%;
    z-index: 999;
    
}
.online_in{
    margin-top:3%;
    width: 64%;
    height: 96%;
    margin-left: 4%;
    padding-left: 34%;
    background:url("../upload/onlineicon.png") no-repeat;
    background-size: 44px 44px;
}
.online_in p{font-size: 12px;color:#fff;line-height:20px;}
.wx{
    position: fixed;
    right: 0;
    top: 57%;
    width: 8.5%;
    height: 138px;
}
.wx img{
    width: 100%;
    height: 100%;
}
/*鍒嗛〉榛樿鏍峰紡鏇存敼*/
body .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#cc010c
}

#demo0{
	clear: both;
}

.wen_title{
            padding:30px 20px;
        }
        .wen_title p{
            width: 100%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space:nowrap;
            font-size:18px;
            font-weight: 700;
            text-align: center;
        }
        
.fbt div{
    /* letter-spacing: 4px;
    text-indent: 2em; */
}

.fbt img{
    width : 100%;
    height : 100%;
    max-width: 100%;
    max-height: 100%;
}