﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td ,button,p{
padding: 0;
margin: 0;

}
fieldset, img {
border: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-weight: normal;
font-style: normal;
}
caption, th {
text-align: left;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
/*font-size: 100%;*/
color: #ffffff;
}
q:before, q:after {
content: '';
}
abbr, acronym {
border: 0;
}
:focus{
	outline: none;
}
a{
text-decoration: none;
color: #666666;
}
.clearfix:after,
.clearfix:before{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.lt{
	float: left;
}
.rt{
	float: right;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
}
body{
	font-family: simhei;
	background-color: #ffffff;
	min-width: 1200px;
}
/*头部*/
.header{
	width: 100%;
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #DFDDD9;
	font-size: 16px;
	color: #333333;
	background-color: #FFFFFF;
	font-family: simhei;
}
.header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
}
.header .logo img{
	width: 290px;
	vertical-align: middle;
}
.header .lang{
	position: relative;
	cursor: pointer;
	margin-left: 10px;
}
.header .lang:hover .lang_box{
	display: block;
}
.header .lang span b{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/common/icon_lg.png);
	vertical-align: middle;
	margin-right: 10px;
    	position: relative;
    	top: -2px;
}
.header .lang .title b{
	background-position: 0 0;
}
.header .lang .lang_box{
	display: none;
	position: absolute;
	z-index: 100;
	right: -55px;
	top: 60px;
	width: 200px;
    box-shadow: 1px 1px 10px #666;
    background: #FFFFFF;
}
.header .lang .lang_box a{
	display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    color: #333333;
    font-size: 14px;
}
.header .lang .lang_box a:hover{
	color: #FFFFFF;
    background: #1a8ad6;
}
.header .lang .cn b{
	background-position: 0 -39px;
}
.header .lang .uk b{
	background-position: 0 -116px;
}
.header .lang .japan b{
	background-position: 0 -78px;
}
.header .nav .nav_list{
	overflow: hidden;
	height: 70px;
	line-height: 70px;
}
.header .nav .nav_list>li{
	float: left;
	height: 70px;
}
.header .nav .nav_list>li>a{
	display: inline-block;
	height: 68px;
	padding: 0 20px;
	font-size: 16px;
	color: #333333;
	background: url(../img/common/line.png) no-repeat right;
}
.header .nav .nav_list li.active a{
	/*border-bottom: 2px solid #03A14C;*/
	color: #333333;
	font-weight: 600;
}
.header .nav .nav_list>li:hover>a{
	color: white;
	background-color: #a82336;
}
.header .nav>ul>li .drop-down{
	display: none;
	padding: 59px 0 35px;
	width: 100%;
	/*background-color: #a82336;*/
	background-color: #a82336;
	position: absolute;
	left: 0;
}
.header .box .img{
	width: 134px;
	height: 134px;
	margin-left: 300px;
}
.header .box .list{
	overflow: hidden;
	margin-top: 9px;
	width: 350px;
	margin-left: 50px;
}
.header .box .list li{
	width: 130px;
    height: 40px;
    line-height: 40px;
    margin-right: 45px;
   	float: left;
}
.header .box .list li a{
	display: block;
    font-size: 16px;
    background: url(../img/index/list_arrow.png) no-repeat left;
    padding-left: 16px;
    width: 114px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}
.header .box .info{
	width: 322px;
}
.header .box .info .name{
	line-height: 30px;
	margin-top: 9px;
}
.header .box .info .name a{
	font-size: 20px;
	color: #ffffff;
}
.header .box .info .intro{
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}
/*底部*/
footer{
	width: 100%;
	height: 539px;
	background: url(../img/common/footer_bg.png) no-repeat center;
	background-size: cover;
	min-width: 1200px;
}
footer .link{
	margin-bottom: 40px;
	padding-top: 40px;
}
footer .link p{
	height: 16px;
	line-height: 16px;
	color: #ffffff;
	font-size: 0;
	display: flex;
}
footer .link p span{
	display: inline-block;
	font-size: 16px;
}
footer .link p a{
	color: #ffffff;
	font-size: 14px;
	border-right: 1px solid #b9b9b9;
	padding: 0 12px;
}
footer .link p a:last-child{
	border-right: none;
}
footer .help{
	overflow: hidden;
	margin-bottom: 24px;
}
footer .help>dl{
	width: 165px;
	float: left;
	margin-right: 88px;
}
footer .help>dl dt{
	height: 28px;
	border-bottom:1px solid rgba(255,255,255,0.2);
	margin-bottom: 14px;
}
footer .help>dl dt span{
	display: inline-block;
	height: 28px;
	font-size: 16px;
	border-bottom:1px solid #ffffff;
	color: #ffffff;
}
footer .help dl dd{
	font-size: 14px;
	line-height: 24px;
	color:  #ffffff;
}
footer .help dl dd a{
	color:  #ffffff;
}
footer .help .contact{
	width: 432px;
	float: right;
	margin-right: 0;
}
footer .help .contact pre{
	display: inline-block;
	font-family: simhei;
	color:  #ffffff;
	font-size: 14px;
}
footer .help .contact .code_box{
	text-align: center;
}
footer .help .contact .code_box .lt:last-child{
	margin-left: 14px;
}
footer .help .contact .code_box .code{
	width: 126px;
	height: 126px;
	margin-bottom: 4px;
	margin-top: 8px;
}
footer .copyright_info{
	font-size: 14px;
	color: #b9b9b9;
	border-top: 1px solid rgba(255,255,255,0.2);
}
footer .copyright_info a{
	color: #ffffff;
}
footer .copyright_info p{
	text-align: center;
	line-height: 14px;
	margin-top: 22px;
	color: #ffffff;
}

/*左侧悬浮窗*/
#float{
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -176px;
    z-index: 2000;
    width: 48px;
    height: 293px;
    z-index: 1000;
}
#float>div{
    width: 48px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background-color: #191919;
    margin-bottom: 1px;
    position: relative;
}
#float .normal>a{
	display: block;
    color: #FFF;
    font-size: 16px;
    width: auto;
    height: 48px;
    text-align: left;
    overflow: hidden;
}
#float .normal:hover{
	background-color: #a82336;
}
#float .top{
	background-color: transparent;
}
#float .top b{
	display: block;
	width: 48px;
	height: 6px;
	background-image: url(../img/common/float_top.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#float .top div{
	height: 42px;
	line-height: 42px;
	background-color:#FFFFFF;
}
#float>div>a>img{
	width: 48px;
	height: 48px;
	vertical-align: middle;
}
#float .top a{
	color: #333333;
	font-weight: 600;
}
#float .top:hover div{
	background-color: #a82336;
}
#float .top:hover b{
	background-image: url(../img/common/float_top_hover.png);
}
#float .top:hover a{
	color: #FFFFFF;
}
#float{
	color: #ffffff;
    font-size: 16px;
}
#float .tel{
	position: absolute;
	top: 49px;
	right: -130px;
	width: 178px;
}
#float .ww{
	position: absolute;
	top: 98px;
	left: 0;
}
#float .wx{
	position: absolute;
	top: 147px;
	left: 0;
}
#float .qq{
	position: absolute;
	top: 196px;
	left: 0;
}
#float .qy_code{
	position: absolute;
	top: 245px;
	left: 0;
}
#float .code{
	display: none;
	position: absolute;
	top: -130px;
    left: -188px;
	background: url(../img/index/codebd.png) no-repeat center;
	width: 144px;
    height: 168px;
    padding: 18px 27px 0 17px;
}
#float .code img{
	width: 144px;
	height: 144px;
}

element.style {
}
.body_c {
	height: auto;
	overflow: hidden;
	padding: 30px 0 90px;
}
.map_cont {
	height: auto;
	overflow: hidden;
	padding-top: 50px;
}
.cont {
	font-size: 14px;
	line-height: 30px;
	width: 552px;
	height: auto;
	overflow: hidden;
}
.fr {
	float: right;
}

.wd1200 {
	width: 1200px;
	margin: 0 auto;
}

.map {
	width: 564px;
	height: 334px;
	border: 9px solid #FFF;
	overflow: hidden;
}
.fl {
	float: left;
}


li{list-style:none; }
.xnpage{ display:inline-block;}
.xnpage span{ padding:5px 5px; border:1px #CCCCCC solid; margin:0 3px;}
.xnpage .page-numbar{ border:0;}
.xnpage .page-numbar a{padding:5px 10px; border:1px #CCCCCC solid; margin:0 5px;}
.xnpage .page-numbar .page-num-current{ color:#FFF; font-weight:bold; border: #666 0px solid; background:#A82336;}
.xnpage ul li{}
.xncenter{text-align:center}
 

 

@media screen and (max-width:999px){

 
.page-status,.page-index,.page-pre,.page-last{ display:none;}
 

}