@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	overflow-y:auto;
}
body, td, th {
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
	color: #414141;
	line-height: 26px;
}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    background: #9f191f;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    background: #b9b9b9;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	color: #414141;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #414141;
}
a:hover {
	text-decoration: none;
	color: #9f191e;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}

.indent {
	text-indent: 2em;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

@media (max-width:1200px) {
	.w1200 {
		width: 96%;
	}
}


.m40{
	margin-top: 40px;
}
.m80{
	margin-top: 80px;
}

.hui {
	color: #b3b3b3;
}
.hui a {
	color: #b3b3b3;
}
.hui a:link {
	color: #b3b3b3;
}
.hui a:visited {
	text-decoration: none;
	color: #b3b3b3;
}
.hui a:hover {
	text-decoration: none;
	color: #9f191e;
}
.hui a:active {
	text-decoration: none;
}

/*字体*/
@font-face{
    font-family: 'futura heavy'; 
    src: url('../fonts/futura heavy.eot');
    src: url('../fonts/futura heavy.woff') format('woff'),
         url('../fonts/futura heavy.ttf') format('truetype'),
         url('../fonts/futura heavy.svg') format('svg');
}
@font-face{
    font-family: 'SourceHanSansCN-Bold'; 
    src: url('../fonts/SourceHanSansCN-Bold.eot');
    src: url('../fonts/SourceHanSansCN-Bold.woff') format('woff'),
         url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'),
         url('../fonts/SourceHanSansCN-Bold.svg') format('svg');
}
@font-face{
    font-family: 'Futura Bold BT'; 
    src: url('../fonts/Futura Bold BT.eot');
    src: url('../fonts/Futura Bold BT.woff') format('woff'),
         url('../fonts/Futura Bold BT.ttf') format('truetype'),
         url('../fonts/Futura Bold BT.svg') format('svg');
}
@font-face{
    font-family: 'FuturaStd-Book'; 
    src: url('../fonts/FuturaStd-Book.eot');
    src: url('../fonts/FuturaStd-Book.woff') format('woff'),
         url('../fonts/FuturaStd-Book.ttf') format('truetype'),
         url('../fonts/FuturaStd-Book.svg') format('svg');
}
@font-face{
    font-family: 'FuturaStd-Book'; 
    src: url('../fonts/SourceHanSansCN-Light.eot');
    src: url('../fonts/SourceHanSansCN-Light.woff') format('woff'),
         url('../fonts/SourceHanSansCN-Light.ttf') format('truetype'),
         url('../fonts/SourceHanSansCN-Light.svg') format('svg');
}

/*分页*/
#page {
	width: 100%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-top: 30px;
	padding: 5px 0px;
}
#page A {
	border: #9f191e 1px solid;
	padding: 8px;
	margin: 5px;
	text-decoration: none;
}
#page A:hover {
	border: #9f191e 1px solid;
	background: #9f191e;
	color: #fff;
	text-decoration: none;
}
#page A:active {
	border: 1px #9f191e solid;
}
#page a.active {
	border: 1px #9f191e solid;
	background: #9f191e;
	color: #fff;
}
#page SPAN.current {
	border: 1px #9f191e solid;
	background: #9f191e;
	color: #fff;
	padding: 8px;
	margin: 5px;
}
#page SPAN.disabled {
	border: 1px #ccc solid;
	background: #ccc;
	color: #fff;
	padding: 8px;
	margin: 5px;
}

/*公共页头页尾*/
.header{
	width: 100%;
	height: 90px;
	padding-top: 30px;
	background: #9f191e;
	position: relative;
	z-index: 9;
}
.header .logo{
	width:159px;
	height: 25px;
	display: block;
	background: url(../img/logo.png) no-repeat center;
	margin:32px 0;
}
.header .nav{
	height: 90px;
}
.header .nav li{
	float: left;
	line-height: 90px;
	padding:0 22px;
	position: relative;
}
.header .nav a{
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 1;
}
.header .nav .kuang{
	width: 100%;
	width: calc(100% - 4px);
	height: 32px;
	position: absolute;
	left:0;
	top:27px;
	border:2px #fff solid;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.header .nav li.cur .kuang, .header .nav li.on .kuang, .header .nav li:hover .kuang{
	opacity: 1;
}
.header .proBox{
	width: 100%;
	height: 356px;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top:120px;
	padding: 20px 0;
	box-shadow: inset 8px 8px 16px rgba(0, 0, 0, .3);
	display: none;
}
.header .proBox .hd{
	width: 321px;
	height: 356px;
	float: left;
	overflow: hidden;
	overflow-y:auto;
}
.header .proBox .hd > ul > li{
	width: 100%;
	padding:10px 0;
	float: left;
	opacity: .6;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.header .proBox .hd > ul >  li:hover, 
.header .proBox .hd > ul > li.on{
	opacity: 1;
}
.header .proBox .hd > ul > li > a{
	padding-right: 26px;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .proBox .hd > ul > li > a > p:first-child{
	margin-right: 20px;
	font-weight: bolder;
    font-style: italic;
}
.header .proBox .hd > ul > li > a > p > img{
	width: 96px;
}
.header .proBox .hd > ul > li > ul{
	display: none;
}
.header .proBox .bd{
	margin-left: 326px;
	height: 356px;
	overflow: hidden;
	overflow-y: auto;
}
.header .proBox .bd li{
	width: 25%;
	float: left;
	overflow:hidden;
}
.header .proBox .bd a{
	display: block;
	text-align: center;
}
.header .proBox .bd img{
	width: 150px;
	display: block;
	margin:0 auto;
}

.footer{
	width: 100%;
	background: #222222;
	position: relative;
	overflow: hidden;
}
.footer .box1{
	width: 100%;
	padding:76px 0 200px 0;
	overflow: hidden;
}
.footer .box1 .lt > ul > li{
	float: left;
	margin-right: 116px;
}
.footer .box1 .lt > ul > li > a{
	font-weight: bold;
	color: #fff;
	font-size: 15px;
	display: block;
}
.footer .box1 .lt > ul > li > ul{
	width: 100%;
	margin-top: 14px;
}
.footer .box1 .lt > ul > li > ul > li{
}
.footer .box1 .lt > ul > li > ul > li > a{
	display: block;
	line-height: 32px;
}
.footer .box1 .rt{
	text-align: right;
	line-height: 32px;
}
.footer .box1 .rt p:first-child{
	margin-bottom: 50px;
}
.footer .box2{
	width: 100%;
	height: 32px;
	margin-bottom: 14px;
	overflow: hidden;
}
.footer .box2 .lt{
	line-height: 32px;
}
.footer .box2 .lt a{
	float: left;
	display: block;
	margin-right:20px;
}
.footer .box2 .rt{
	background: url(../img/tel.png) no-repeat center left;
	padding-left: 42px;
	line-height: 16px;
}
.footer .box2 .rt p:last-child{
	font-family: 'futura heavy'; 
	font-size: 18px;
}
.footer .box3{
	width: 100%;
	border-top:1px #949494 solid;
	padding-top: 10px;
	padding-bottom: 40px;
	line-height: 25px;
	overflow: hidden;
}
.footer .box3 .bdsharebuttonbox a{
	width: 25px;
	height: 25px;
	background-image: none;
	background: #ffffff;
	border-radius: 50%;
	display: block;
	padding-left: 0;
	margin:0;
	margin-left:20px;
	text-align: center;
	line-height: 25px;
	color: #231917;
	font-size: 18px;
}
.footer .box3 .bdsharebuttonbox a:hover{
	background: #9f191e;
	color: #fff;
}