@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 {
	max-width: 1180px;
	padding-top: 6px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top .top-l {
	float: left;
	height: 24px;
	padding-left: 28px;
	font-size: 16px;
	font-weight: 700;
	color: #e60717;
	background: url(/skin/baichy/images/icon.png) 0px 0px no-repeat;
}

.top .top-r {
	float: right;
	font-size: 16px;
}

.top .top-r .weibo {
	height: 20px;
	padding-left: 26px;
	background: url(/skin/baichy/images/icon.png) 0 -77px no-repeat;
}

.top .top-r .english {
	height: 12px;
	padding-left: 26px;
	margin-left: 15px;
	background: url(/skin/baichy/images/icon.png) 0 -28px no-repeat;
}

.top .top-r .russian {
	height: 13px;
	padding-left: 26px;
	margin-left: 15px;
	background: url(/skin/baichy/images/icon.png) 0 -51px no-repeat;
}

.top .top-r .vietnam {
	height: 13px;
	padding-left: 26px;
	margin-left: 15px;
	background: url(/skin/baichy/images/icon.png) 0 -163px no-repeat;
}

/*导航条*/
.nav {
	/* height: 108px; */
	border-bottom: 2px solid #e60717;
}

.nav-bar {
	max-width: 1180px;
	/* height: 108px; */
	margin: 10px auto 0;
	overflow: hidden;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav .nav-bar .logo {
	/* width: 187px;
	height: 66px;
	float: left;
	margin-top: 22px;
	background: url(/skin/baichy/images/logo.png) no-repeat; */
}

.nav .nav-bar button {
	display: none;
}

.nav .nav-bar .logo a {
	/* display: inline-block; */
	/* text-indent: -999px; */
	/* width: 187px; */
	/* height: 66px; */
}

.nav .nav-bar .logo a img {
	max-width: 100%;
}

.nav .nav-bar ul {
	float: right;
	width: 900px;
}

.nav .nav-bar ul li {
	float: left;
}

.nav .nav-bar ul li a {
	display: block;
	text-align: center;
	font-size: 16px;
	width: 150px;
	height: 110px;
	line-height: 110px;
}

.nav .nav-bar ul li a:hover {
	color: #fff;
	font-weight: 700;
	background: url(/skin/baichy/images/bgRed.png) no-repeat;
}

/*尾部*/
.footer {
	width: 100%;
	/* height: 98px; */
	margin-top: 40px;
	border-top: 2px solid #e60717;
	background-color: #323232;
	padding-bottom: 20px;
}

.footer .copyright {
	margin-top: 20px;
}

.footer .copyright p {
	text-align: center;
	color: #fff;
}

.footer .copyright .gongshang {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 8px;
	background: url(/skin/baichy/images/icon.png) 0 -105px no-repeat;
}

.footer .copyright .baidu {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-left: 8px;
	background: url(/skin/baichy/images/icon.png) 0 -136px no-repeat;
}

.footer .copyright span {
	margin-left: 20px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: #e60717;
}

.footer .friendlink {
	margin-top: 12px;
}

.footer .friendlink p {
	text-align: center;
	color: #fff;
}

.footer .friendlink p a {
	color: #fff;
}

.footer .friendlink p a:hover {
	color: #e60717;
}


@media screen and (max-width:1100px) {
	.nav .nav-bar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 0 1rem;
	}

	.nav-bar>ul {
		display: none;
	}

	.nav .nav-bar button {
		display: block;
	}

	.nav-mobile .nav-bar {
		flex-direction: column;
		width: 100% !important;
	}
}