@import url("../../../../layui/css/layui.css");
@import url("../lib/css/animate.min.css");
@import url("index.css");
@import url("history.css");
@import url("about.css");
@import url("news.css");

:root {
	--color: #f00;
	--bg: #f6f7f8
}

@font-face {
	font-family: "HELVETICANEUELTPRO-THEX";
	src: url("../font/HELVETICANEUELTPRO-THEX.OTF");
	font-weight: normal;
	font-style: normal;
}


.container {
	width: 1200px;
	margin: 0 auto;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 99;
}

.header .container {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	height: 64px;
	justify-content: space-between;
	padding: 10px 0;
	transition: all .5s ease-out 0s;
}

.header .container .logo {
	line-height: 64px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	font-family: Times New Roman, Times, serif;
}

.header .container .logo img {
	margin-right: 10px;
}

.header .container .right {
	display: flex;
}

.header .container .right .phone {
	line-height: 64px;
	font-size: 16px;
	color: #fff;
}

.header .container .right .phone i {
	color: #fff;
	font-size: 18px;
}

.header .container .menu ul {
	display: flex;
}

.header .container .menu ul li {
	line-height: 64px;
	margin-right: 50px;
}

.header .container .menu ul li a {
	color: #fff;
}

.header .container .menu ul .menu-this {
	position: relative;
}

.header .container .menu ul .menu-this::before {
	content: "";
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #fff;
}


.banner2 {
	height: 270px;
	background: var(--color);
	display: flow-root;
}

.banner img {
	width: 1920px;
	height: 700px;
}

.header-down {
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
}

.header-down .container {
	padding: 0 !important;
}

.header-down .logo {
	color: #333 !important;
}

.header-down .container .menu ul li a {
	color: #333 !important;
}

.header-down .container .menu ul .menu-this::before {
	background: var(--color) !important;
}

.header-down .container .right .phone {
	color: var(--color) !important;
}

.header-down .container .right .phone i {
	color: var(--color) !important;
}

/* 头部结束 */



/* 底部 */

.footer-main {
	background: var(--bg);
	padding: 50px 0;
}

.footer-main .footer .footer-company {
	font-size: 22px;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: var(--color);
}

.footer-main .footer {
	display: flex;
	justify-content: space-between;
}

.footer-main .footer .footer-desc {
	text-align: center;
	color: #bbb;
}

.footer-main .footer .footer-title {
	font-size: 18px;
	font-weight: bold;
}

.footer-main .footer .footer-en {
	color: #bbb;
	margin-bottom: 20px;
}

.footer-main .footer .footer-qrcode ul {
	display: flex;
}

.footer-main .footer .footer-qrcode li {
	text-align: center;
	margin-right: 20px;
}

.footer-main .footer .footer-qrcode li:last-child {
	margin-right: 0;
}

.footer-main .footer .footer-qrcode li img {
	width: 100px;
	margin-bottom: 10px;
}

.footer-main .footer-logo {
	text-align: center;
	margin-bottom: 10px;
}

.footer-main .footer-logo img {
	width: 45px;
}

.copyright {
	padding: 8px 0;
	font-size: 12px;
	color: #999;
}

/* 侧边客服 */

.side-service {
	position: fixed;
	right: 10px;
	bottom: 100px;
}

.side-service .service-link {
	background: #fff;
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	position: absolute;
	right: 0;
}

.side-service .service-link i {
	font-size: 26px;
	color: var(--color);
}

.side-service .service-box {
	width: 200px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
	position: relative;
	z-index: 1;
	text-align: center;
}

.side-service .service-head {
	background: var(--color);
	color: #fff;
	padding: 15px 20px;
	position: relative;
	text-align: left;
}

.side-service .service-close {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.side-service .service-close:hover {
	transform: rotate(180deg);
}

.side-service .service-qrcode {
	padding: 15px;
}

.side-service .service-title {
	color: #999;
}

.side-service .service-phone {
	font-size: 20px;
	padding: 5px 0 20px;

}

.paginator {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.paginator a {
	display: block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #ddd;
	margin-right: 10px;
	padding: 0 15px;
}

.paginator .cur {
	background: var(--color);
	color: #fff;
	border: 1px solid var(--color);
}