﻿@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-08-24 14:19:37
 * @version $Id$
 */
header.header{
	background-color:#fff;
	height:98px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 99;
	width: 100%;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	webkit-box-shadow:0 0 10px rgba(0,0,0,0.1);
	moz-box-shadow:0 0 10px rgba(0,0,0,0.1);
	o-box-shadow:0 0 10px rgba(0,0,0,0.1);
	border-bottom: 1px solid #eee;
}
div.head{
	position: relative;
}
header.header .left li,header.header .left ul{
	display: inline-block;
}
header.header a{
	font-size:15px;
	line-height: 98px;
	position: relative;
    color:#880000 ;
}
header.header a:after{
	content:'';
	width: 0;
	height: 1px;
	background-color:#731e00;
	position: absolute;
	bottom:-20px;
	left: 0;
	z-index: 1;
	transition:all 1s;
}
header.header .left a{
	margin-right:110px;
}
header.header .middle a{
	display: block;
	line-height: 98px;
	margin-left: 30px;
}
header.header .middle a:after{
	height: 0;
}
header.header .middle a img{
	display: inline-block;
	vertical-align: middle;
}
header.header .right a{
	margin-left: 110px;
}
header.header a:hover,header.header a.on{
	color: #731e00;
}

header.header a:hover::after,header.header a.on:after{
	width: 100%;
}
header.header .left li .two{
	height: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 99px;
	z-index: 1;
	background-color:#fff;
	padding-left: 4%;
	z-index: 22;
	overflow: hidden;
	transition:all 1s;
}
header.header .left li .two .left{
	width: 250px;
	height: 280px;
	border-right: 1px solid #eee;
	margin-top: 59px;
	margin-bottom: 67px;
}
header.header .left li .two .left a{
	display: block;
	font-size:16px;
	color: #666;
	line-height: 30px;
}
header.header .left li .two .right{
	margin-top: 59px;
	margin-bottom: 67px;
}
header.header .left li .two .right a{
	display: inline-block;
	margin: 0 55px;
	width: 164px;
	overflow: hidden;
}
header.header .left li .two .right a img{
	width: 164px;
	height: 178px;
	width: 100%;
	display: block;
}
header.header .left li .two .right a span{
	text-align: center;
	display: block;
	font-size:14px;
}
header.header .left li .two .left a:hover{
	color: #404671;
}
header.header .left li .two .left a:hover::after{
	width: 0;
}

footer.footer{
	background-color:#fff;
	overflow: hidden;
}
footer.footer .top{
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	margin-top: 13px;
	background: #f2f2f2;
}
footer.footer .top a{
	display: inline-block;
	font-size:16px;
	margin-top: 33px;
	margin-bottom: 30px;
	margin-left: 262px;
	position: relative;
}
footer.footer .top a:after{
	content:'';
	width: 0%;
	height: 1px;
	background-color:#404671;
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: 1;
	transition:all 1s;
}
footer.footer .top a:hover::after{
	width: 100%;
}
footer.footer .top a:first-child{
	margin-left: 0;
}
footer.footer .bottom{
	margin-top: 26px;
}
footer.footer .bottom .logo{
	text-align: center;
	margin-bottom: 17px;
}
footer.footer .bottom .code{
	padding-bottom: 29px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}
footer.footer .bottom .code a{
	display: inline-block;
}
footer.footer .bottom .code a:last-child{
	margin-left: 60px;
}
footer.footer .bottom .code a img{
	display: block;
	width: 100px;
	height: 100px;
}
footer.footer .bottom .code a span{
	display: block;
	font-size:14px;
	color: #cccccc;
}
footer.footer .bottom .bb{
	text-align: center;
	padding: 27px 0 42px 0;
}
footer.footer .bottom .bb span,footer.footer .bottom .bb a{
	/* display: block; */
	font-size:14px;
	color: #999999;
	margin-top: 12px;
}

 
div.next{
	margin-top: 60px;
	padding-top: 45px;
	border-top: 1px solid #eee;
	margin-bottom: 90px;
}
div.next a{
	display: inline-block;
	width: 49%;
	font-size:15px;
	color: #666666;
}
div.next a:last-child{
	text-align: right;
}
div.next a:hover{
	color: #404671;
}

div.sidebar{
	background:#fff;
	border:none;
	border-right:none;
	border-radius:5px 0 0 5px;
	position:fixed;
	right:0;
	top:50%;
	height: 120px;
	margin-top:-60px;
	width:28px;
	text-align:center;
	color:#333;
	z-index:99;
	display:table;
	cursor:pointer;
}
div.sidebar div.title{
	width:30px;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	z-index:2;
	background:rgb(86,94,165);
	color:#fff;
	font-size:16px;
	height:120px;
	
}
div.sidebar div.qrcode{
	width: 100px;
	height: 100px;
	background:#fff;
	border-radius:5px 0 0 5px;
	overflow:hidden;
	position:absolute;	
	top:-1px;
	padding:10px 0 10px 10px;
	z-index:1;
	left:100%;
	transition:all .2s;
	opacity:0;
}
div.sidebar div.qrcode img{
	display:block;
	width:100%;
	height:100%;
	border:none;
}
div.sidebar:hover{
	border-radius:0;
}
div.sidebar:hover div.qrcode{
	left: -110px;
	opacity:1;
	
	border-right:none;
}




.fanye{  text-align:center;  margin:30px 0 20px 0;}
.fanye li{display:inline}
.fanye a, .fanye span{ border:#bbb solid 1px; 
    padding:0px 15px; 
    font-size:14px; 
    color:#666; 
    line-height: 36px; 
    display: inline-block; 
    border-radius: 5px;
    margin:0 1px;}
.fanye a:hover{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.current{ color:white; 
    background-color:#dc2017; 
    border:#dc2017 solid 1px;}
.fanye span.disable{  }
.fanye .active span{background:#dc2017;color:#ffffff}
