/*common css*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	outline: none;
	box-shadow: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Microsoft YaHei;
	word-wrap:break-word;
　　word-break:break-all;
}
a {
	color: inherit;
}
a:hover {
	color: #E8303D;
}
.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.align-center {
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	align-items: center;
	justify-content: center;
}
.line-clamp-2 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
　　word-wrap:break-word;
　　word-break:break-all;
}
.line-clamp-3 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
　　word-wrap:break-word;
　　word-break:break-all;
}
.line-clamp-4 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
　　word-wrap:break-word;
　　word-break:break-all;
}
.line-clamp-5 {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
　　word-wrap:break-word;
　　word-break:break-all;
}
.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*header*/
.header {
	background: #eee url('../images/sy_top_bg.png') no-repeat center;
	background-size: 100% 100%;
}
.header .top {
	height: 120px;
}
.header .logo {
	margin-right: 60px;
	width: 94px;
	height: 94px;
	background: url('../images/logo.png') no-repeat center;
	background-size: 100% auto;
}
.header .title {
	height: 55px;
	font-size: 40px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	line-height: 55px;
	color: #333;
}
.header .menu-btn {
	display: none;
}
.header .tel {
	width: 40px;
	height: 40px;
	background: url('../images/tel.png') no-repeat center;
	background-size: 100% 100%;
	margin-right: 10px;
}
.header .number {
	font-size: 21px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	line-height: 26px;
	color: #333;
}
.header .nav {
	height: 60px;
	background-color: #000; 
}
.header .menu li {
	width: 160px;
	height: 60px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 60px;
	color: #FFF;
	text-align: center;
}
.header .menu li:hover,
.header .menu li.active {
	cursor: pointer;
	background: linear-gradient(180deg, rgba(232, 48, 61, 0) 0%, #E8303D 100%);
	opacity: 0.74;
}
.header .menu li a {
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
}
.header .search-box {
	width: 210px;
	height: 35px;
	background: #FFF;
	border-radius: 4px;
	overflow: hidden;
}
.header .search-box input[type="text"] {
	display: inline-block;
	width: 167px;
	height: 35px;
	border: none;
	padding: 0 8px;
}
.header .search-box .btn {
	display: inline-block;
	width: 43px;
	height: 35px;
	border-radius: 0px 2px 2px 0px;
	overflow: hidden;
	text-indent: -100px;
	cursor: pointer;
	background: #E8303D url('../images/search.png') no-repeat center;
	background-size: 20px;
}

.header .language{
	position: absolute;
	top:10px;
	right:10px;
	font-size: 14px;
}

.header .language span{
	padding: 0 5px;
	cursor: pointer;
}

.header .language .lg-active {
	color: #E8303D;
}

#hlang1{ display: block}
#hlang2{ display: none}

/*index*/
.banner .swiper-container {
    height: 420px;
    background-color: #eee;
}
.banner .swiper-pagination {
	width: auto;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	background-color: #000;
	opacity: 0.3;
	padding: 5px 10px;
	border-radius: 100px;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	border-radius: 50%;
	opacity: 0.34;
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 36px;
	height: 63px;
	background: #000000;
	opacity: 0.5;
	color: #fff;
	/*visibility: hidden;*/
}
.banner .swiper-container:hover .swiper-button-prev,
.banner .swiper-container:hover .swiper-button-next {
	/*visibility: visible;*/
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	font-size: 30px;
}
.banner .swiper-button-prev {
	left: 50%;
	margin-left: -600px;
}
.banner .swiper-button-next {
	right: 50%;
	margin-right: -600px;
}
.banner .banner-item {
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner .banner-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*footer*/
.footer {
	background: #000;
}
.footer .box {
	padding: 28px 0;
}
.footer .box-left {
	width: 302px;
}
.footer .box-left li {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #C7C7C7;
	padding: 10px 0;
}
.footer .box-left li a:hover {
	color: #fff;
}
.footer .box-left li .tel {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
}
.footer .box-center {
	padding: 0 80px 0 100px;
}
.footer .box-center li {
	padding: 5px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	color: #C7C7C7;
}
.footer .box-center li a:hover {
	color: #fff;
}
.footer .box-center li .list-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #fff;
}
.footer .box-right {
	width: 161px;
}
.footer .box-right .wechat-img {
	width: 161px;
	height: 161px;
	border: 1px solid #707070;
	border-radius: 5px;
	background: url('../images/wechat-img.png') no-repeat center;
	background-size: 100% 100%;
}
.footer .links {
	padding: 15px 0;
	font-size: 12px;
	font-weight: 400;
	line-height: 35px;
	color: #B1B1B1;
	border-top: 1px solid #1A1A1A;
}
.footer .links span {
	margin-right: 16px;
}
.footer .links a {
	display: inline-block;
	padding: 0 5px;
	color: #B1B1B1;
}
.footer .links a:hover {
	color: #fff;
}
.bg-gray {
	background-color: #f9f9f9;
}

/*mobile css*/
body.overflow-h {
	overflow: hidden;
}
.mobile-modal {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 100;
	display: none;
}
body.overflow-h .mobile-modal {
	display: block;
}

/*media*/
@media screen and (max-width: 1024px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	.header:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 10;
		height: 1px;
		background-color: #f9f9f9;
		transform: -webkit-scale(.33);
		transform: scaleY(.33);
	}
	.header .top {
		height: 50px;
		padding-left: 10px;
		position: relative;
	}
	.header .logo {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}
	.header .title {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		max-width: calc(100% - 100px);
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.header .contact {
		display: none;
	}
	.header .menu-btn {
		display: block;
		width: 50px;
		height: 50px;
		background: url('../images/menu.png') no-repeat center;
		background-size: 24px 24px;
	}
	.header .nav {
		position: absolute;
		top: 50px;
		right: 0;
		left: 0;
		z-index: 100;
		display: none;
	}
	.header .search-box {
		display: none;
	}
	.header .menu ul {
		display: block;
		background-color: #fff;
	}
	.header .menu ul li {
		width: 100%;
		color: #333;
		height: 50px;
		line-height: 50px;
		border-top: 1px solid #eee;
	}
	.header .menu ul li a {
		display: block;
		width: 100%;
		height: 100%;
		color: #333;
	}
	.header .menu li:hover,
	.header .menu li.active {
		background-image: none;
	}
	.header .menu li:hover a,
	.header .menu li.active a {
		color: #E8303D;
	}
	.header .language{
		position: absolute;
		top:15px;
		right:20px;
		font-size: 14px;
	}
	#hlang2{ display: block}
	#hlang1{ display: none}
	/*banner*/
	.banner {
		padding-top: 50px;
	}
	.banner .swiper-container {
		height: 150px;
	}
	.banner .swiper-pagination {
		bottom: 6px;
		background-color: transparent; 
	}
	.banner .swiper-pagination-bullet {
		width: 4px;
		height: 4px;
	}
	/*footer*/
	.footer .box {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-flex-flow: column-reverse;
		flex-flow: column-reverse;
		padding: 20px 0;
	}
	.footer .box-center {
		padding: 10px;
		width: 100%;
	}
	.footer .box-center li .list-title {
		font-size: 14px;
	}
	.footer .box-center li {
		font-size: 12px;
		text-align: center;
	}
	.footer .box-left {
		width: 100%;
		padding: 0 10px;
	}
	.footer .box-left ul {
		display: flex;
		flex-flow: column-reverse;
	}
	.footer .links {
		padding: 10px 10px;
	}
}