@charset "utf-8";
/* CSS Document */
/*css初始化*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea,p, table, th, td, em {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.5 "Microsoft YaHei", "微软雅黑", "Heiti SC", "黑体-简";
}
img {
	border: 0;
	vertical-align: middle;
}
ul, ol，li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #e60717;
}
p {
	text-align: justify;
}
em {
	font-style: normal;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	*zoom: 1;
}
/*头部*/
.top {
	width: 1180px;
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
}
.top .logo {
	float: left;
	width: 382px;
	height: 65px;
	margin-top: 25px;
	background: url(/skin/baichy/img/logo.png) no-repeat;
}
.top .logo a {
	width: 382px;
	height: 55px;
	display: block;
	text-indent: -1000px;
}
.top .top-r {
	float: right;
	margin-top: 16px;
	font-size: 14px;
}
/*国家*/
.top .top-r .country {
	float: right;
	overflow: hidden;
}
.top .top-r .country a {
	margin-left: 26px;
}
.top .top-r .country .mobile {
	height: 19px;
	padding-left: 20px;
	background: url(/skin/baichy/img/icon.png) 0 -78px no-repeat;
}
.top .top-r .country .english {
	height: 12px;
	padding-left: 26px;
	background: url(/skin/baichy/img/icon.png) 0 -28px no-repeat;
}
.top .top-r .country .russian {
	height: 13px;
	padding-left: 26px;
	background: url(/skin/baichy/img/icon.png) 0 -51px no-repeat;
}
.top .top-r .country .vietnam {
	height: 13px;
	padding-left: 26px;
	background: url(/skin/baichy/img/icon.png) 0 -163px no-repeat;
}
/*热线*/
.top .top-r .hotline {
	font-size: 16px;
	text-align: right;
	color: #666;
	margin-top: 40px;
}
.top .top-r .hotline p:first-child {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 26px;
	margin-right: 60px;
	background: url(/skin/baichy/img/icon.png) 0 5px no-repeat;
}
.top .top-r .hotline p:first-child span {
	font-size: 18px;
	color: #e60717;
}
.top .top-r .hotline p:last-child {
	float: right;
	width: 240px;
	height: 30px;
}
.top .top-r .hotline p:last-child a {
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	background-color: #e60717;
}
.top .top-r .hotline p:last-child a:last-child {
	color: #333;
	background-color: #dbdbdb;
}
/*导航条*/
.nav {
	width: 100%;
	background-color: #333;
}
.nav-bar {
	width: 1176px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;	
	z-index: 99;
}
.nav .nav-bar .nli {
	float: left;
	position: relative;
	display: inline;
}
.nav .nav-bar .nli h3 {
	font-weight: normal;
	float: left;
}
.nav .nav-bar .nli h3 a {
	display: block;
	text-align: center;
	font-size: 16px;
	width: 147px;
	color: #fff;
}
.nav .nav-bar .sub {
	display: none;
	width: 147px;
	padding: 6px 0;
	left: 0;
	top: 50px;
	position: absolute;
	text-align: center;
	background-color: rgba(51,51,51,0.9);	
}
.nav .nav-bar .sub li {
	zoom: 1;
}
.nav .nav-bar .sub a {
	height: 38px;
	line-height: 38px;
	display: block;
	color: #fff;
}
.nav .nav-bar .sub  a:hover {
	background-color: #666;
}
.nav .nav-bar .on h3 a{
	color: #fff;
	font-weight: 700;
	background-color: #e60717;
}
/*产品中心下拉*/
.nav .nav-bar .nli .sub2 {
	width: 1920px;
	overflow: hidden;
	top: 50px;
	display: none;
	left: -810px;
	line-height: 2;
	z-index: 99;
	position: absolute;
	background-color: rgba(51,51,51,0.9);
}
.nav .nav-bar .nli .sub2 .juzhong {
	width: 1180px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 0 0px;
	text-align: left;
}
.nav .nav-bar .nli .sub2 .juzhong ul {
	width: 196px;
	float: left;
	line-height: 2;
}
.nav .nav-bar .nli .sub2 .juzhong ul span {
	font-size: 16px;
}
.nav .nav-bar .nli .sub2 .juzhong ul em {
	color: #e60717
}
.nav .nav-bar .nli .sub2 .juzhong ul img {
	margin: 0;
}
.nav .nav-bar .nli .sub2 .juzhong ul a {
	color: white;
}
.nav .nav-bar .nli .sub2 .juzhong ul a:hover {
	color: #e60717;
	text-decoration: underline;
}
.nav .nav-bar .nli .sub2 .juxia {
	height: 30px;
	width: 100%;
	z-index: 99;
	top: 490px;
	position: absolute;
	overflow: hidden;
	background-color: #222;
}
.nav .nav-bar .nli .sub2 .juxia a {
	color: white;
	margin-left: 80px;
}
.nav .nav-bar .nli .sub2 .juxia a:hover {
	color: #e60717;
	text-decoration: underline;
}
.nav .nav-bar .nli .sub2 .juxia p {
	width: 1180px;
	overflow: hidden;
	margin: 0 auto;
	text-align: right;
	padding-right: -150px;
}
/*尾部*/
.footer {
	width: 100%;
	overflow: hidden;
	border-top: 2px solid #e60717;
	background-color: #323232;
}
.footer a {
	color: #fff;
}
.footer .subfooter {
	width: 1180px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 20px;
}
.footer .subfooter dl {
	width: 300px;
	height: 200px;
	color: white;
	float: left;
	margin-right: 36px;
	background: url(/skin/baichy/img/bianxian.png) no-repeat right;
}
.footer .subfooter dl dt {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 30px;
}
.footer .subfooter dl dt span {
	font-size: 20px;
}
.footer .subfooter dl dd span {
	display: inline-block;
	font-weight: bold;
	line-height: 34px;
	text-align: center;
	width: 106px;
	height: 34px;
}
.footer .subfooter dl dd span:first-child {
	background-color: #0f0f0f;
}
.footer .subfooter dl dd span:last-child {
	background-color: #BD2222;
	margin-left: 30px;
}
.footer .subfooter .bnav ul {
	width: 150px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}
.footer .subfooter .bnav ul li {
	text-align: left;
	line-height: 2;
}
.footer .subfooter .bnav ul li span {
	font-size: 16px;
}
.footer .subfooter .bnav .erwei {
	float: left;
	margin: 8px 20px 0 0;
}
.footer .banquan {
	height: 80px;
	overflow: hidden;
	background-color: #0f0f0f;
}
.footer .banquan div {
	width: 1180px;
	margin: 0 auto;
	color: white;
	font-size: 12px;
}
.footer .banquan div p {
	float: left;
	height: 30px;
	line-height: 30px;
}
.footer .banquan div p .jing {
	height: 30px;
	width: 20px;
	float: right;
	display: block;
	background: url(/skin/baichy/img/icon.png) 0 -100px no-repeat;
}
.footer .banquan div span {
	float: right;
	line-height: 30px;
}
.footer .bnav a:hover, .banquan a:hover {
	color: #e60717;
	text-decoration: underline;
}
/* 返回顶部 */
.go-top {
	position: fixed;
	bottom: 40px;
	right: 20px;
	width: 46px;
	z-index: 999;
}
.go-top a {
	display: block;
	width: 46px;
	height: 45px;
	margin-bottom: 10px;
	background-image: url(/skin/baichy/img/go-top.png);
}
.go-top a:last-child {
	margin-bottom: 0;
}
.go-top .go:hover {
	background-position: 0 -55px;
}
.go-top .go {
	background-position: 0 -110px;
}
.go-top .uc-2vm {
	background-position: 0 0;
}
.go-top .uc-2vm-pop {
	position: absolute;
	right: 60px;
	top: -72px;
	width: 140px;
	box-shadow: 0px 1px 4px rgba(0,0,0,.2);
	border-radius: 6px;
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
}
.go-top .uc-2vm-pop .logo-2wm-box {
	width: 120px;
	height: 120px;
	margin: 0 auto 10px;
}
.dn {
	display: none;
}