/*分页*/
.pageNum {
	color: #5a5a5a;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 110px;
}
.pageNum a {
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border: #bbbbbb solid 1px;
	margin: 0 5px;
	background: #ffffff;
	font-size: 12px;
	color: #444444;
	font-weight: bold;
	border-radius: 5px;
}
.pageNum span {
	display: inline-block;
	padding: 0 15px;
	height: 35px;
	line-height: 35px;
	border: #bbbbbb solid 1px;
	margin: 0 5px;
	background: #ffffff;
	font-size: 12px;
}
.pageNum a:hover, .pageNum .aNow {
	color: #ffffff;
	background: var(--main-color);
	border: var(--main-color) solid 1px;
}
.pageNum .prev em {
	padding-left: 12px;
	background: url(../image/prev-m.png) left center no-repeat;
	color: #444444;
	font-weight: normal;
	font-family: "宋体";
}
.pageNum .next em {
	padding-right: 12px;
	background: url(../image/next-m.png) right center no-repeat;
	color: #444444;
	font-weight: normal;
	font-family: "宋体";
}
.pageNum .prev:hover em {
	background: url(../image/prev_on.png) left center no-repeat;
	color: #ffffff;
}
.pageNum .next:hover em {
	background: url(../image/next_on.png) right center no-repeat;
	color: #ffffff;
}
.pageNum p {
	font-size: 12px;
	opacity: .8;
	text-align: center;
	display: block;
	line-height: 1;
	margin-top: 1.2em;
}
.products-box {
	margin: 70px 0 0;
	overflow: hidden;
}
.products-box ul {
	display: flex;
	flex-wrap: wrap;
}
.products-box li {
	width: 30%;
	margin-right: 5%;
	text-align: center;
	padding-bottom: 55px;
}
.products-box li:nth-child(3n) {
	margin-right: 0;
}
.products-box li i {
	width: 100%;
	overflow: hidden;
	display: block;
}
.products-box i > img {
	transition: .5s;
}
.products-box i:hover > img {
	transform: scale(1.05);
}
.products-box p {
	color: #575757;
	font-size: 16px;
	margin: 25px 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.products-box span {
	color: #adadad;
}
.icon_item_container .item_title {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-top: 1em;
}
.icon_item_container .item_desc {
	font-size: 14px;
	font-weight: initial;
	color: #999999;
	padding-top: .5em;
}
.cont-box {
	position: relative;
}
.cont-nav {
	background: url(../image/img-62.png) no-repeat;
	width: 1400px;
	height: 138px;
	background-size: contain;
	position: absolute;
	top: -67px;
}
.cont-nav ul {
	display: flex;
	justify-content: center;
}
.cont-nav li {
}
.cont-nav li.on a, .cont-nav li:hover a {
	border-bottom: var(--main-color, #e61c52) 3px solid;
	font-weight: bold;
	color: var(--main-color, #e61c52);
}
.cont-nav li::after {
	content: "";
	background: #dadada;
	width: 1px;
	height: 13px;
	float: left;
	margin: 28px 15px 0 15px;
}
.cont-nav li:nth-last-of-type(1)::after {
	display: none;
}
.cont-nav li a {
	font-size: 14px;
	color: #888888;
	line-height: 67px;
	float: left;
	height: 64px;
}
.company-box {
	margin: 120px 0 160px;
	overflow: hidden;
}
.company-box > i {
	width: 50%;
	float: left;
	overflow: hidden;
}
.company-box > i img {
	transition: .5s;
}
.company-box > i:hover img {
	transform: scale(1.1);
}
.company-box .company-font {
	width: 45%;
	float: right;
}
.company-box .company-font h2 {
	font-family: Arial, sans-serif;
	color: #585858;
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 50px;
	margin-top: 50px;
	padding-left: 10px;
}
.company-box .company-font h1 {
	background: var(--main-color, #e61c52);
	width: 35px;
	height: 2px;
	display: block;
	margin: 15px 0 45px 10px;
}
.company-box .company-font > p {
	color: #828181;
	line-height: 30px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.company-box .company-font h3 {
	width: 100%;
	height: 1px;
	display: block;
	background: #e5e5e5;
	margin: 35px 0 50px;
}
.company-box .company-font .numbox {
	display: flex;
	justify-content: space-between;
	padding-left: 10px;
}
.company-box .company-font .numbox div {
	text-align: center;
}
.company-box .company-font .numbox div span {
	font-size: 12px;
	font-family: "宋体";
	color: #585858;
	opacity: .6;
	display: inline-block;
	margin-right: 15px;
}
.company-box .company-font .numbox div span:nth-last-of-type(1) {
	font-family: Arial, sans-serif;
	text-transform: uppercase;
}
.company-box .company-font .numbox b {
	font-size: 58px;
	color: #585858;
	font-family: "Geometric212BT BooKCondensed";
	font-weight: normal;
	line-height: 70px;
	display: flex;
	float: left
}
.company-box .company-font .numbox font {
	font-size: 22px;
	color: #585858;
	line-height: 58px;
	font-weight: 800;
	float: left;
	margin-left: 5px;
}
.m-op {
	background: #f6f6f6;
	width: 100%;
	position: relative;
	display: none;
}
.m-op > div {
	color: #666666;
	padding: 12px 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.op-icon {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItcGx1cyI+PGxpbmUgeDE9IjEyIiB5MT0iNSIgeDI9IjEyIiB5Mj0iMTkiPjwvbGluZT48bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiI+PC9saW5lPjwvc3ZnPg==) no-repeat;
	width: 24px;
	background-size: auto 100%;
	height: 20px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
	opacity: .8;
}
.op-icon.on {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItbWludXMiPjxsaW5lIHgxPSI1IiB5MT0iMTIiIHgyPSIxOSIgeTI9IjEyIj48L2xpbmU+PC9zdmc+);
}
.m-optionbox {
	position: absolute;
	z-index: 10;
	width: 100%;
	display: none;
	margin-left: -2.5%;
}
.m-optionbox li {
	height: 43px;
	background: #faf9f9;
	border-bottom: #e2e2e2 solid 1px;
}
.m-optionbox li > a {
	display: block;
	height: 42px;
	line-height: 42px;
	color: #666666;
	width: 80%;
	margin: 0 auto;
}
.chairman-box {
	margin: 120px 0 125px;
	overflow: hidden;
}
.chairman-box > i {
	width: 32.5%;
	float: left;
	overflow: hidden;
}
.chairman-box > i img {
	transition: .5s;
}
.chairman-box > i:hover img {
	transform: scale(1.1);
}
.chairman-font {
	width: 60%;
	float: right;
}
.chairman-font h3 {
	font-size: 32px;
	color: #585858;
	margin: 10px 0 5px;
}
.chairman-font h2 {
	font-size: 46px;
	color: #585858;
	font-weight: 800;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}
.chairman-font h6 {
	font-size: 14px;
	color: #707070;
}
.chairman-font h1 {
	background: var(--main-color, #e61c52);
	width: 35px;
	height: 2px;
	display: block;
	margin: 23px 0;
}
.chairman-font p {
	color: #828181;
	line-height: 30px;
	padding-bottom: 30px;
}
.honor-box {
	margin: 120px 0 145px;
	overflow: hidden;
}
.honor-box .boxfl {
	overflow: hidden;
	width: 735px;
	height: 650px;
	float: left;
}
.honor-box .boxfl ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.honor-box .boxfl li {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 23px;
}
.honor-box .boxfl ul::scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfl ul::-webkit-scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfl ul::-moz-scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfl ul::-o-scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfl ul::scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfl ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfl ul::-moz-scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfl ul::-o-scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfl ul::scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.honor-box .boxfl ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.honor-box .boxfl ul::-moz-scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.honor-box .boxfl ul::-o-scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.honor-box .boxfr {
	width: 395px;
	float: right;
	background: #fafafa;
	height: 650px
}
.honor-box .boxfr ul {
	width: 80%;
	margin: 30px auto;
	height: 91%;
	overflow: auto;
}
.honor-box .boxfr li {
	line-height: 36px;
}
.honor-box .boxfr li::before {
	content: "*";
	color: #828181;
	width: 20px;
	display: inline-block;
}
.honor-box .boxfr a {
	color: #828181;
}
.honor-box .boxfr li:hover a, .honor-box .boxfr li:hover::before {
	color: var(--main-color, #e61c52);
}
.honor-box .boxfr ul::scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfr ul::-webkit-scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfr ul::-moz-scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfr ul::-o-scrollbar { /*滚动条整体样式,高宽分别对应横竖滚动条的尺寸*/
	width: 7px;
	height: 7px;
}
.honor-box .boxfr ul::scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfr ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfr ul::-moz-scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfr ul::-o-scrollbar-thumb { /*滚动条里面小方块*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.1);
}
.honor-box .boxfr ul::scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.honor-box .boxfr ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.honor-box .boxfr ul::-moz-scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.honor-box .boxfr ul::-o-scrollbar-track { /*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background: #f5f5f5;
}
.song-box {
	width: 780px;
	background: #f2f3f2;
	height: 952px;
	margin: 75px auto 90px;
	overflow: hidden;
	text-align: center;
}
.song-tit {
	text-align: center;
	margin: 65px 0 50px;
}
.song-tit h3 {
	color: #585858;
	font-size: 30px;
}
.song-tit h2 {
	font-size: 46px;
	color: #585858;
	font-weight: 800;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin: 5px 0 20px;
}
.song-tit h1 {
	background: var(--main-color, #e61c52);
	width: 35px;
	height: 2px;
	display: block;
	margin: 23px 0;
	margin: 0 auto;
}
.cul-box {
	margin: 110px auto 135px;
	overflow: hidden;
}
.cul-box i {
	width: 39%;
	float: left;
	overflow: hidden;
}
.cul-box i img {
	transition: .5s;
}
.cul-box i:hover img {
	transform: scale(1.1);
}
.cul-font {
	width: 53%;
	float: right;
}
.cul-font h3 {
	color: #585858;
	font-size: 30px;
	margin-top: 10px;
}
.cul-font h4 {
	color: #585858;
	font-size: 30px;
	margin-top: 30px;
}
.cul-font h2 {
	font-size: 46px;
	color: #585858;
	font-weight: 800;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin: 5px 0 20px;
}
.cul-font em {
	background: var(--main-color, #e61c52);
	width: 35px;
	height: 2px;
	display: block;
	margin: 23px 0;
}
.cul-font > p {
	color: #828181;
	line-height: 50px;
	font-size: 17px;
}
.cul-font > p span {
	color: #1c1c1c;
}
.cul-font div {
}
.cul-font div p {
	padding-right: 45px;
	border-right: 1px solid #f1f1f1;
	color: #828181;
	line-height: 50px;
	font-size: 17px;
	float: left;
}
.cul-font div p:nth-last-of-type(1) {
	padding-left: 70px;
	padding-right: 0;
	border-right: none;
}
.brand-box {
	margin: 88px auto 113px;
	overflow: hidden;
}
.brand-box > i {
	width: 44%;
	float: left;
	overflow: hidden;
}
.brand-box > i img {
	transition: .5s;
}
.brand-box > i:hover img {
	transform: scale(1.1);
}
.brand-box > div {
	width: 47%;
	float: right;
}
.brand-box > div h2 {
	font-size: 40px;
	color: #595857;
	margin: 15px 0;
}
.brand-box > div span {
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	font-size: 20px;
	text-transform: uppercase;
}
.brand-box > div p {
	color: #828181;
	line-height: 30px;
	margin-top: 50px;
}
.History {
	width: 100%;
	height: 776px;
	background: url(../image/img-78.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.History-tit {
	margin: 115px 0 0;
}
.History-tit h2 {
	font-size: 46px;
	color: #585858;
	font-weight: 800;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	margin: 5px 0 20px;
}
.History-tit h3 {
	color: #585858;
	font-size: 30px;
	margin-top: 10px;
}
.History-tit em {
	background: var(--main-color, #e61c52);
	width: 35px;
	height: 2px;
	display: block;
	margin: 23px 0;
}
.History-slick {
	padding-top: 45px !important;
}
.History-slick .slick {
	height: 298px;
}
.History-slick .slick > div {
	width: 93%;
	background: #ffffff;
	border-radius: 20px;
	height: 268px;
	transition: .3s;
}
.History-slick .slick a {
	display: block;
	padding: 30px 25px;
}
.History-slick .slick b {
	color: #595857;
	font-size: 40px;
	font-family: Arial, sans-serif;
}
.History-slick .slick p {
	font-size: 16px;
	color: #595857;
	margin: 10px 0 20px;
	line-height: 30px;
}
.History-slick .slick i {
	background: var(--main-color, #e61c52);
	width: 19px;
	height: 2px;
	display: block;
	margin: 0 !important;
}
.swiperBox .slick-prev {
	left: -60px;
	color: #333333;
}
.swiperBox .slick-next {
	right: -60px;
	color: #333333;
}
.swiperBox .slick-prev:hover,
.swiperBox .slick-next:hover {
	color: var(--main-color);
}
.History-slick .slick > div:hover {
	padding: 22px 0;
	margin-top: -22px;
	box-shadow: 0 0 15px #e7e6e6;
}
.pro-details {
	margin: 70px 0 0;
	overflow: hidden;
}
.pro-details .boxfl {
	width: 62%;
	float: left;
}
.pro-details .boxfl .swiper-pagination-bullet {
	background: #ffffff !important;
	opacity: 1 !important;
}
.pro-details .boxfl .swiper-pagination-bullet-active {
	width: 26px !important;
	background: var(--main-color, #e61c52) !important;
	border-radius: 4px;
}
.pro-details .boxfl .swiper-button-prev {
	background: rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 11px 0 13px;
	left: 0;
	height: 50px;
	transition: .5s;
}
.pro-details .boxfl .swiper-button-next {
	background: rgba(0, 0, 0, .2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 13px 0 11px;
	right: 0;
	height: 50px;
	transition: .5s;
}
.pro-details .boxfl .swiper-button-prev:hover {
	background: rgba(0, 0, 0, .4);
}
.pro-details .boxfl .swiper-button-next:hover {
	background: rgba(0, 0, 0, .4);
}
.pro-details .boxfl .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 42px !important;
}
.pro-details .boxfr {
	width: 27%;
	float: left;
	background: #f6f6f6;
	height: 597px;
	padding: 0 5.5%;
}
.pro-details .boxfr h3 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 73px;
	margin-bottom: 5px;
}
.pro-details .boxfr span {
	color: #adadad;
	display: block;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 35px;
	margin-bottom: 32px;
}
.pro-details .boxfr p {
	color: #5b5b5b;
	line-height: 44px;
}
.pro-details .boxfr font {
	color: #7d7d7d;
}
.pro-details .boxfr a {
	display: block;
	background: var(--main-color, #e61c52);
	height: 43px;
	line-height: 43px;
	border-radius: 25px;
	color: #ffffff;
	font-weight: bold;
	width: 137px;
	text-align: center;
	margin-top: 85px;
	float: left;
}
.introduce {
	margin: 50px 0 80px;
	overflow: hidden;
}
.introduce-tit {
	font-size: 16px;
	color: #5b5b5b;
	font-weight: bold;
	height: 71px;
	line-height: 72px;
	background: #f0f0f0;
	border-bottom: 1px solid #e6e8e9;
}
.introduce-tit em {
	width: 12px;
	height: 2px;
	background: var(--main-color, #e61c52);
	margin: 36px 11px 0 39px;
	float: left;
}
.introduce-font {
	width: 80%;
	padding: 0 10%;
	background: #f6f6f6;
	overflow: hidden;
}
.introduce-font h2 {
	font-size: 34px;
	color: #595857;
	margin-top: 70px;
	margin-bottom: 10px;
}
.introduce-font > span {
	font-size: 20px;
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	text-transform: uppercase;
}
.introduce-font em {
	background: #5d5d5d;
	width: 35px;
	height: 2px;
	display: block;
	margin: 28px 0 15px;
}
.introduce-font font {
	color: #828181;
	line-height: 30px;
}
.introduce-font p {
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 45px 0 145px;
	margin-top: 45px;
}
.introduce-font p > span {
	color: #828181;
	line-height: 45px;
	width: 50%;
	float: left;
}
.case-box {
	margin: 85px 0 135px;
	overflow: hidden;
}
.case-box ul {
	display: flex;
	flex-wrap: wrap;
}
.case-box li {
	width: 31.5%;
	margin-right: 2.75%;
	text-align: center;
	margin-bottom: 38px;
	background: #f6f6f6;
	transition: .5s;
}
.case-box li:nth-child(3n) {
	margin-right: 0;
}
.case-box li i {
	width: 100%;
	overflow: hidden;
	display: block;
}
.case-box li:hover {
	background: var(--main-color, #e61c52);
}
.case-box li:hover p {
	color: #ffffff;
}
.case-box i > img {
	transition: .5s;
}
.case-box i:hover > img {
	transform: scale(1.05);
}
.case-box p {
	color: #575757;
	font-size: 16px;
	line-height: 80px;
}
.trends-box {
	margin: 85px 0 0;
	overflow: hidden;
	width: 100%;
}
.trends-box ul {
	margin-bottom: 40px;
}
.trends-box li {
	overflow: hidden;
}
.trends-box li:hover {
	background: #f4f4f4;
}
.trends-box li a {
	width: 1200px;
	margin: 0 auto;
	display: block;
	height: 199px;
	border-bottom: 1px solid #eeeeee;
	padding: 50px 0;
}
.trends-box li i {
	width: 308px;
	float: left;
	overflow: hidden;
}
.trends-box li i > img {
	transition: .5s;
}
.trends-box li i:hover > img {
	transform: scale(1.08);
}
.trends-font {
	width: 71%;
	float: right;
	position: relative;
}
.trends-font h4 {
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	margin: 35px 0 15px;
	width: calc(100% - 100px);
}
.trends-font span {
	font-size: 12px;
	color: #aaaaaa;
}
.trends-font p {
	color: #828181;
	line-height: 24px;
	width: 80%;
	margin-top: 27px;
}
.trends-font em {
	color: #aaaaaa;
	font-family: Arial, sans-serif;
	position: absolute;
	right: 0;
	top: 40px;
	display: flex;
	align-items: center;
}
.trends-font em > img {
	margin: 0 7px;
}
.newsInf-box {
	margin: 60px 0 150px;
	overflow: hidden;
}
.newsInf-tit {
	text-align: center;
}
.newsInf-tit h3 {
	font-size: 23px;
	color: #262626;
	font-weight: normal;
	margin: 60px 0;
}
.newsInf-tit .share {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}
.newsInf-tit .share span {
	color: #8e8e8e;
	line-height: 24px;
}
.newsInf-tit .share div {
	position: absolute;
	right: 0;
	bottom: 10px;
	display: flex;
}
.newsInf-tit .share a {
	margin: 0 5px;
}
.newsInf-tit .share a img {
	transform: 1s;
}
.newsInf-tit .share a:hover img {
	transform: scale(1.1);
}
.newsInf-font {
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0 90px;
	margin-bottom: 15px;
}
.newsInf-font p {
	margin-top: 25px;
	color: #8e8e8e;
	line-height: 30px;
}
.newsInf-font i {
	display: block;
	margin-top: 35px;
}
.newsInf-font span {
	text-align: center; /*display: block;*/
	font-size: 16px;
	color: #8e8e8e;
	padding: 25px 0 0px;
}
.postsbox {
	margin: 35px 0 0;
	overflow: hidden;
}
.postsbox div {
	float: left;
}
.postsbox div a {
	color: #999999;
	line-height: 28px;
	display: block;
}
.postsbox div a:hover {
	color: #4a4a4a;
}
.postsbox .fanh {
	float: right;
	margin-top: 15px;
	transition: .5s;
}
.postsbox .fanh {
	color: #ffffff;
}
.coll-box {
	margin: 120px 0 25px;
}
.coll-font {
	overflow: hidden;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 60px;
}
.coll-font .boxfl {
	width: 38%;
	float: left;
}
.coll-font .boxfl h2 {
	font-size: 40px;
	color: #595857;
	line-height: 55px;
	margin: 5px 0 18px;
}
.coll-font .boxfl span {
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	font-size: 20px;
	text-transform: uppercase;
}
.coll-font .boxfl p {
	font-size: 16px;
	color: #828181;
	margin-top: 55px;
}
.coll-font .boxfr {
	width: 61%;
	float: right;
	line-height: 30px;
}
.coll-font .boxfr font {
	color: #828181;
}
.coll-font .boxfr b {
	color: #595959;
	display: block;
	margin: 30px 0;
}
.coll-contact {
	padding-top: 64px;
}
.coll-contact ul {
	margin-right: -30px;
}
.coll-contact li {
	float: left;
	width: 33.33%;
	margin-bottom: 30px;
}
.coll-contact li .lbox {
	overflow: hidden;
	height: 145px;
	background: #f6f6f6;
	position: relative;
	margin-right: 30px;
	padding: 0 10px 0 150px;
	transition: .5s;
	top: 0;
}
.coll-contact li:hover .lbox {
	background: #ffffff;
	box-shadow: 0px 0px 14px #dddddd;
	top: -10px;
}
.coll-contact li .imgDiv {
	position: absolute;
	left: 15px;
	top: 15px;
}
.coll-contact li .imgDiv .img1 {
	width: 114px;
}
.coll-contact li .imgDiv .img2 {
	display: none;
	width: 114px;
}
.coll-contact li .txtDiv {
	height: 145px;
	display: table-cell;
	vertical-align: middle;
}
.coll-contact li .zizi {
	background: url(../image/img-109.png) left 4px no-repeat;
	padding-left: 25px;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
}
.coll-contact li .msg {
	color: #6a6a6a;
	line-height: 24px;
	font-size: 12px;
	padding-left: 25px;
	background: url(../image/nimg16_1.png) left 4px no-repeat;
}
.coll-contact li:hover .zizi {
	background: url(../image/img-110.png) left 4px no-repeat;
}
.league-box {
	margin: 120px 0 140px;
	overflow: hidden;
}
.league-font {
	overflow: hidden;
}
.league-font .boxfl {
	width: 43%;
	float: left;
}
.league-font .boxfl h2 {
	font-size: 40px;
	color: #595857;
	line-height: 55px;
	margin: 5px 0 18px;
}
.league-font .boxfl span {
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	font-size: 20px;
	text-transform: uppercase;
}
.league-font .boxfl p {
	font-size: 16px;
	color: #828181;
	margin-top: 55px;
	width: 69%;
	line-height: 30px;
}
.league-font > h1 {
	width: 1px;
	height: 243px;
	background: #ececec;
	float: left;
	margin-top: 20px;
}
.league-font .boxfr {
	width: 45%;
	float: right;
	overflow: hidden;
	line-height: 1.78
}
.league-font .boxfr ul {
	display: flex;
	flex-wrap: wrap;
	background: url(../image/img-111.png) no-repeat;
	width: 100%;
	background-size: cover;
}
.league-font .boxfr li {
	font-family: "思源黑体 CN";
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 117px;
	height: 117px;
	background: var(--main-dark);
	border-radius: 138px;
	margin: 0 10px;
	text-align: center;
}
.league-font .boxfr li:nth-child(4n) {
	margin-right: 0;
}
.league-font .boxfr li:nth-child(5),
.league-font .boxfr li:nth-child(6),
.league-font .boxfr li:nth-child(7),
.league-font .boxfr li:nth-child(8) {
	margin-top: 62px;
}
.league-font .boxfr b {
	font-size: 28px;
	color: #ffffff;
	font-weight: normal;
}
.league-font .boxfr span {
	font-size: 15px;
	color: #ffffff;
}
.products-box .boxfc {
	width: 100%;
	float: unset;
	text-align: center;
}
.products-box .boxfc p {
	width: 100%;
}
.reg-box {
	margin: 115px 0 125px;
	overflow: hidden;
}
.reg-box .boxfl {
	width: 44%;
	overflow: hidden;
	float: left;
}
.reg-box .boxfl img {
	transition: .5s;
}
.reg-box .boxfl:hover img {
	transform: scale(1.1);
}
.reg-box .boxfr {
	width: 47%;
	float: right;
}
.reg-box .boxfr h2 {
	font-size: 40px;
	color: #595857;
	line-height: 55px;
	margin: 15px 0;
}
.reg-box .boxfr span {
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	font-size: 20px;
	text-transform: uppercase;
}
.reg-box .boxfr p {
	font-size: 16px;
	color: #828181;
	margin-top: 55px;
	line-height: 30px;
}
.excl-box {
	margin: 95px 0 110px;
	overflow: hidden;
}
.excl-font {
	overflow: hidden;
}
.excl-font .boxfl {
	width: 43%;
	float: left;
}
.excl-font .boxfl h2 {
	font-size: 40px;
	color: #595857;
	line-height: 55px;
	margin: 95px 0 18px;
}
.excl-font .boxfl span {
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	font-size: 20px;
	text-transform: uppercase;
}
.excl-font .boxfl p {
	font-size: 16px;
	color: #828181;
	margin-top: 35px;
	line-height: 30px;
}
.excl-font .boxfl h1 {
	width: 35px;
	height: 3px;
	background: #5d5d5d;
	display: block;
	margin: 35px 0 50px;
}
.excl-font .boxfl b {
	font-size: 22px;
	color: #595857;
	display: block;
	font-weight: normal;
}
.excl-font .boxfr {
	width: 57%;
	float: right;
	display: flex;
	flex-wrap: wrap;
}
.excl-font .boxfr i {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.excl-font .boxfr i:nth-child(2), .excl-font .boxfr i:nth-child(3) {
	width: 48.5%
}
.excl-font .boxfr i:nth-child(3) {
	margin-left: 3%;
}
.excl-font .boxfr i img {
	transition: .5s;
}
.excl-font .boxfr i:hover img {
	transform: scale(1.1)
}
.inquire-box {
	margin: 88px 0 100px;
}
.seek-sea {
}
.seek-sea ul {
	border: none;
	width: 75%;
	outline: none;
	color: #7f7f7f;
	cursor: pointer;
	float: left;
}
.seek-sea li {
	width: 299px;
	float: left;
	border-right: 1px solid #e5e5e5;
	height: 62px;
	line-height: 62px;
	background: #f2f2f2;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.seek-sea li.on {
	position: relative;
}
.seek-sea li.on::after {
	transform: rotate(180deg);
	margin-top: 0px;
}
.seek-sea li > a {
	width: 80%;
	color: #7f7f7f;
}
.seek-sea li .selectDiv {
	width: 100%;
	color: #7f7f7f;
	height: 62px;
	background: #f2f2f2;
	border: none;
	padding: 0 10%;
}
.seek-sea li dl {
	position: absolute;
	top: 100%;
	width: 80%;
	background: #f7f7f7;
	border-right: 1px solid #f7f7f7;
	padding: 0 10%;
	display: none;
}
.seek-sea li dd {
	border-bottom: 1px solid #ececec;
	color: #adadad;
}
.seek-sea li dd:hover {
	color: #7f7f7f;
}
.seek-sea .pc-css {
	width: 24%;
	float: left;
	color: #ffffff;
	font-size: 15px;
	height: 62px;
	background: #646464;
	border: none;
	cursor: pointer;
}
.seek-sea option {
	background: #f7f7f7;
}
.seek-map {
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 30px #dddddd;
	margin-top: 50px;
}
.seek-map > i {
	width: 68%;
	float: left;
	margin: 1% 0 1% 1%;
	height: 694px;
}
.seek-map > div {
	width: 31%;
	float: left;
}
.seek-map > div > p {
	font-size: 16px;
	color: #3d3d3d;
	line-height: 63px;
	padding-left: 34px;
}
.seek-map > div > p strong {
	color: var(--main-color, #e61c52);
	padding: 0 5px;
}
.seek-data {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.seek-data li {
	width: 100%;
	transition: .5s;
	border-top: 1px solid #efefef;
}
.seek-data li:nth-child(3n) {
	margin-right: 0;
}
.seek-data a {
	width: 85%;
	margin: 0 auto;
	display: block;
	padding: 35px 0;
}
.seek-data p {
	font-size: 15px;
	color: #000000;
	padding-bottom: 10px;
}
.seek-data li:hover p::before {
	background: url(../image/img-110.png) no-repeat;
}
.seek-data p::before {
	content: "";
	background: url(../image/img-109.png) no-repeat;
	width: 14px;
	height: 18px;
	float: left;
	margin-right: 11px;
}
.seek-data span {
	font-size: 12px;
	color: #6a6a6a;
	padding-left: 24px;
	line-height: 24px;
	display: block;
	width: 90%;
}
.seek-data span font {
	font-size: 15px;
	color: #6a6a6a;
	font-family: Arial, sans-serif;
	display: block;
}
.seek-databox {
	overflow: hidden;
	height: 593px;
	position: relative;
}
.seek-btn {
	display: block;
}
.seek-btn p {
	background: #e1e1e1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 49.8%;
	float: left;
	height: 49px;
	cursor: pointer;
}
.seek-btn p:hover {
	background: #d2d2d2;
}
.seek-btn p:nth-child(1) {
	border-right: 1px solid #d2d2d2;
}
.seek-btn p:nth-child(1) span {
	background: url(../image/img-118.png) no-repeat;
	width: 22px;
	height: 12px;
}
.seek-btn p:nth-child(1):hover span {
	background: url(../image/img-119.png) no-repeat;
	width: 22px;
	height: 12px;
}
.seek-btn p:nth-child(2) span {
	background: url(../image/img-120.png) no-repeat;
	width: 22px;
	height: 12px;
}
.seek-btn p:nth-child(2):hover span {
	background: url(../image/img-121.png) no-repeat;
	width: 22px;
	height: 12px;
}
.pur-box {
	margin: 115px 0 125px;
	overflow: hidden;
}
.pur-box .boxfl {
	width: 44%;
	overflow: hidden;
	float: left;
}
.pur-box .boxfl img {
	transition: .5s;
}
.pur-box .boxfl:hover img {
	transform: scale(1.1);
}
.pur-box .boxfr {
	width: 47%;
	float: right;
}
.pur-box .boxfr h2 {
	font-size: 40px;
	color: #595857;
	line-height: 55px;
	margin: 40px 0 10px;
}
.pur-box .boxfr span {
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	font-size: 20px;
	text-transform: uppercase;
}
.pur-box .boxfr p {
	font-size: 16px;
	color: #828181;
	margin-top: 30px;
	line-height: 30px;
}
.pur-box .boxfr a {
	float: left;
	width: 137px;
	height: 43px;
	line-height: 43px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 40px;
}
.recru-box {
	margin: 115px 0 150px;
	overflow: hidden;
}
.w936 {
	width: 100%;
}
.job {
	padding-bottom: 40px;
}
.job .msg {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 25px;
	color: #8e8e8e;
}
.job .list li {
	position: relative;
	margin-bottom: 18px;
}
.job .list li .name a {
	display: block;
	font-size: 18px;
	color: #666666;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding-left: 45px;
	background: #f2f2f2;
}
.job .list li .name a::after {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItcGx1cyI+PGxpbmUgeDE9IjEyIiB5MT0iNSIgeDI9IjEyIiB5Mj0iMTkiPjwvbGluZT48bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiI+PC9saW5lPjwvc3ZnPg==) right center no-repeat;
	position: absolute;
	right: 45px;
	top: 50%;
	transform: translateY(-50%);
	opacity: .5;
}
.job .list li .box {
	line-height: 22px;
	font-size: 14px;
	display: none;
	color: #666666;
	padding: 20px 45px 60px;
	background: #f6f6f6;
	border-bottom: 2px solid var(--main-color, #e61c52);
}
.job .list li.liNow .name a {
	background-color: var(--main-color, #e61c52);
	color: #ffffff;
}
.job .list li.liNow .name a:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLW1pbnVzIj48bGluZSB4MT0iNSIgeTE9IjEyIiB4Mj0iMTkiIHkyPSIxMiI+PC9saW5lPjwvc3ZnPg==);
	opacity: 1;
}
.job .list li .top {
	border-bottom: #dddddd solid 1px;
	padding-bottom: 20px;
}
.job .list li .top dd {
	float: left;
	padding-right: 62px;
	line-height: 28px;
	color: #828181;
}
.job .list li .content {
	line-height: 24px;
	color: #828181;
}
.job .list li h2 {
	padding: 38px 0 10px;
	font-size: 14px;
	color: #333333;
}
.job .list li .btnDiv {
	padding-top: 30px;
}
.job .list li .btnDiv a {
	display: block;
	width: 118px;
	height: 35px;
	border: var(--main-color, #e61c52) solid 1px;
	color: var(--main-color, #e61c52);
	border-radius: 20px;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
}
.job .list li .btnDiv a:hover {
	background: var(--main-color, #e61c52);
	color: #ffffff;
}
.clear_f {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	_display: inherit;
}
.job .list li .top dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.commer-box {
	margin: 100px 0 100px;
	overflow: hidden;
}
.commer-font {
	overflow: hidden;
}
.commer-font .boxfl {
	width: 45%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.commer-font .boxfl i {
	margin-bottom: 15px;
	width: 100%;
	overflow: hidden;
}
.commer-font .boxfl i img {
	transition: .5s;
}
.commer-font .boxfl i:hover img {
	transform: scale(1.1)
}
.commer-font .boxfl i:nth-child(2), .commer-font .boxfl i:nth-child(3) {
	width: 48.5%
}
.commer-font .boxfl i:nth-child(3) {
	margin-left: 3%;
}
.commer-font .boxfr {
	width: 49.5%;
	float: right;
}
.commer-font .boxfr h2 {
	font-size: 40px;
	color: #595857;
	line-height: 55px;
	margin-bottom: 15px;
}
.commer-font .boxfr span {
	font-family: Arial, sans-serif;
	color: var(--main-dark);
	font-size: 20px;
	text-transform: uppercase;
}
.commer-font .boxfr p {
	font-size: 14px;
	color: #828181;
	margin-top: 35px;
	line-height: 30px;
}
.commer-font .boxfr h1 {
	width: 35px;
	height: 3px;
	background: #5d5d5d;
	display: block;
	margin: 30px 0 0px;
}
.commer-font .boxfr a {
	float: left;
	width: 137px;
	height: 43px;
	line-height: 43px;
	color: #ffffff;
	font-weight: bold;
	margin-top: 35px;
	background: var(--main-color, #e61c52);
}
.word-box {
	margin: 77px 0 135px;
	overflow: hidden;
	background: #f4f4f4;
}
.word-box .boxfl {
	border-right: 1px solid #dddddd;
	float: left;
	margin: 55px 0 60px 92px;
	padding-right: 73px;
	padding-bottom: 55px;
}
.word-box .boxfl h2 {
	font-size: 40px;
	color: #585858;
	line-height: 60px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}
.word-box .boxfl h3 {
	font-size: 26px;
	color: #585858;
	line-height: 30px;
}
.word-box .boxfl em {
	width: 35px;
	height: 2px;
	background: var(--main-color, #e61c52);
	display: block;
}
.word-box .boxfr {
	float: left;
	margin: 55px 0 0 55px;;
}
.word-box .boxfr li {
	padding-bottom: 13px;
	display: flex;
	align-items: center;
}
.word-box .boxfr li + li {
	padding-top: 13px;
	border-top: 1px solid rgba(0, 0, 0, .05);
}
.word-box .boxfr span {
	font-size: 15px;
	color: #515151;
	padding-left: 15px;
	line-height: 1.75;
}
.word-box .boxfr li:nth-last-of-type(1) {
	margin-bottom: 0;
}
.datum {
	margin: 80px 0 150px;
	overflow: hidden;
}
.message {
}
.message > p {
	color: #666666;
	margin: 40px 0 30px;
}
.message-box {
	background: #f4f4f4;
	overflow: hidden;
}
.message-box ul {
	padding: 50px 0 0;
	border-bottom: 1px dotted #e4e4e4;
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.message-box li {
	float: left;
	width: 33%;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	justify-content: flex-start;
}
.message-box ul img, .message-box ul span {
	float: left;
}
.message-box ul i {
	margin-left: 10px;
	margin-right: 5px;
	width: 28px;
}
.message-box ul span {
	width: 80px;
}
.message-box li:nth-of-type(4n) i, .message-box li:nth-of-type(1) i {
	margin-left: 0px;
}
.message-box span {
	color: #5b5b5b;
	font-size: 12px;
}
.message-box span.on::before {
	content: "*";
	color: #ff0000;
}
.message-box input {
	width: 198px;
	border: 1px solid #dbdbdb;
	height: 28px;
	padding: 0 10px;
}
.leave-word {
	width: 90%;
	margin: 30px auto 70px;
}
.leave-word span {
	padding-left: 15px;
}
#text1 {
	height: 120px;
	width: 98%;
	border: 1px solid #dbdbdb;
	padding: 1%;
	margin-top: 15px;
	font-size: 14px;
}
#text1::-webkit-input-placeholder {
	color: #a9a9a9;
}
#text1:-moz-placeholder {
	color: #a9a9a9;
}
#text1::-moz-placeholder {
	color: #a9a9a9;
}
#text1:-ms-input-placeholder {
	color: #a9a9a9;
}
.message-box a {
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	border-radius: 20px;
	background: #cccccc;
	border: none;
	display: inline-block;
	margin-right: 30px;
	margin-top: 35px;
}
.message-box a:hover {
	background: var(--main-color, #e61c52);
}
.btn1 {
	background: url(../image/img8.png) no-repeat;
	width: 37px;
	height: 37px;
}
.btn1:hover {
	background: url(../image/img-141.png) no-repeat;
	width: 37px;
	height: 37px;
}
.Map {
	height: 400px;
	width: 100%;
	overflow: hidden;
}
.slickbox i {
	opacity: .5;
}
.slickbox div.slick-active i {
	opacity: 1;
}
.History .slick-track {
	padding-top: 32px;
}
.seek-btn p:hover {
	background: var(--main-color, #e61c52);
}
.seek-data li:hover {
	background: #f6f6f6;
}
.company-box p {
	font-size: 15px;
	line-height: 2;
	text-indent: 2em;
}
.company-box p+p{
	margin-top: 1em;
}
.company-box p>img{
	margin-left: -2em;
}
@media screen and ( max-width: 1004px ) {
	.ban {
		margin-top: 55px;
	}
	.company-box {
		margin: 0 0 15%;
	}
	.company-box p {
		font-size: 14px;
		line-height: 1.78;
	}
	/*submenu*/
	.m-op {
		display: block;
		position: relative;
		margin: 0 -2.5%;
		padding: 0 2.5%;
		width: unset;
	}
	.m-op > div {
		margin-bottom: 5px;
	}
	.m-op > div > div:nth-child(1) {
		width: 100%;
		font-weight: bold;
	}
	.cul-box i {
		width: 100%;
	}
	.cul-font {
		width: 100%;
	}
	.cul-box {
		margin: 2% 0 10%;
	}
	.cul-font h3, .cul-font h4 {
		font-size: 18px;
	}
	.cul-font h2 {
		font-size: 26px;
		margin: 5px 0 10px
	}
	.cul-font em {
		margin: 5px 0;
	}
	.cul-font > p {
		font-size: 14px;
		line-height: 24px;
	}
	.cul-font div p {
		color: #828181;
		line-height: 24px;
		font-size: 14px;
		margin-right: 5%;
		border: none;
	}
	.cul-font div p:nth-last-of-type(1) {
		padding-left: 0;
		margin-right: 0;
	}
	.History {
		height: auto;
	}
	.History-tit {
		margin: 7% 0 0 3%;
	}
	.History-tit h3 {
		font-size: 20px;
	}
	.History-tit h2 {
		font-size: 24px;
		margin: 0;
	}
	.History-tit em {
		margin: 5px 0 23px;
	}
	.History-slick .slick > div {
		margin: 0 auto;
	}
	.History-slick .slick-center > div {
		margin: -15px auto 0;
	}
	.History-slick .slick-center > div {
		padding: 22px 0;
		margin-top: -22px;
	}
	.pageNum {
		margin-bottom: 10%
	}
	.products-box li {
		width: 45%;
		margin: 2.5%;
	}
	.products-box p {
		font-size: 14px;
		margin: 10px 0 3px;
	}
	.products-box span {
		font-size: 12px;
	}
	.products-box li:nth-child(3n) {
		margin: 2.5%;
	}
	.products-box {
		margin: 3% 0 0;
	}
	.products-box li {
		padding-bottom: 5%;
	}
	.case-box li {
		width: 100%;
		margin: 2.5%;
	}
	.case-box p {
		font-size: 12px;
		line-height: 20px;
		padding: 5% 0;
	}
	.case-box span {
		font-size: 12px;
	}
	.case-box li:nth-child(3n) {
		margin: 2.5%;
	}
	.case-box {
		margin: 3% 0 10%;
	}
	.trends-box li a {
		width: 95%;
		padding: 7% 0 5%;
		height: auto;
		overflow: hidden;
		border: none;
	}
	.trends-box li i {
		width: 100%;
	}
	.trends-font {
		width: 100%;
	}
	.trends-box {
		margin: 3% 0 0;
	}
	.trends-font h4 {
		font-size: 16px;
		margin: 10px 0 5px;
		width: 100%;
	}
	.trends-font em {
		position: static;
		display: inline-block;
		float: right;
		font-size: 12px;
		margin-top: 3px;
		margin-right: 12px;
	}
	.trends-font em > img {
		float: left;
	}
	.trends-font p {
		width: 100%;
		margin-top: 5px;
		overflow: hidden;
		height: 48px;
	}
	.trends-box ul {
		margin-bottom: 5%;
	}
	.trends-font span {
		display: none;
	}
	.trends-font em {
		float: none;
	}
	.trends-font em > img {
		margin: 0 7px 0 0;
	}
	.postsbox .fanh {
		width: 98%;
		height: 40px;
		line-height: 40px;
		float: none;
		margin: 10% auto 0;
		border-radius: 30px;
	}
	.postsbox {
		margin: 5% 0 0;
	}
	.postsbox div a {
		line-height: 24px;
	}
	.postsbox div {
		float: none;
	}
	.newsInf-tit .share div {
		position: static;
		justify-content: center;
		margin: 10px 0 0;
	}
	.newsInf-tit h3 {
		font-size: 16px;
		margin: 5% 0 3%;
	}
	.newsInf-box {
		margin: 3% 0 15%;
	}
	.newsInf-font {
		padding: 0 0 10%;
	}
	.newsInf-font p {
		margin-top: 10px;
		line-height: 24px;
	}
	.newsInf-font i {
		margin-top: 10px;
	}
	.newsInf-font span {
		font-size: 14px;
		padding: 10px 0 0;
	}
	/*	agent*/
	.league-font .boxfl {
		width: 100%;
	}
	.league-font .boxfr {
		width: 100%;
	}
	.league-box {
		margin: 3% 0 15%;
	}
	.league-font .boxfl h2 {
		font-size: 18px;;
		line-height: 26px;
		margin: 5px 0;
	}
	.league-font .boxfl span {
		font-size: 15px;
	}
	.league-font .boxfl p {
		font-size: 14px;
		margin: 5px 0;
		line-height: 24px;
		width: 100%;
	}
	.league-font > h1,
	.league-font > em{
		display: none;
	}
	.league-font .boxfr {
		margin-top: 5%;
	}
	.league-font .boxfr ul {
		display: none;
	}
	.reg-box {
		margin: 3% 0 10%;
	}
	.reg-box .boxfl, .reg-box .boxfr {
		width: 100%;
	}
	.reg-font .boxfr h2 {
		font-size: 18px;;
		line-height: 26px;
		margin: 10px 0 5px;
	}
	.reg-font .boxfr span {
		font-size: 18px;
	}
	.reg-font .boxfr p {
		font-size: 14px;
		margin: 10px 0 0;
		line-height: 24px;
	}
	/*	talent*/
	.job {
		padding: 0 0 20px;
		min-height: 200px;
	}
	.job .list li {
		margin-bottom: 15px;
	}
	.job .list li .name a {
		font-size: 15px;
		height: 45px;
		line-height: 45px;
		padding-left: 10px;
	}
	.job .list li .name a::after {
		width: 45px;
		height: 45px;
		right: 10px;
		background-size: 20px;
	}
	.job .list li .box {
		padding: 10px 15px 40px;
	}
	.job .list li .top dd {
		width: 100%;
		padding-right: 0;
		font-size: 12px;
		display: block;
	}
	.job .list li h2 {
		padding: 25px 0 10px;
	}
	.recru-box {
		margin: 3% 0 15%;
	}
	/*	contact*/
	.word-box {
		margin: 3% 0 10%;
	}
	.word-box .boxfl {
		border: none;
		margin: 10px 0 0 10px;
		padding-bottom: 0;
	}
	.word-box .boxfl h3 {
		font-size: 18px;
		line-height: 24px;
	}
	.word-box .boxfl h2 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.word-box .boxfr {
		margin: 15px 0 0 10px;
		padding-bottom: 5%;
	}
	.Map {
		height: 250px;
	}
	.seek-map > i{width: 100%;margin: 0; height:328px;}
	.seek-map > div{width: 100%;}
	.seek-data a{padding: 10px 0;}
	.seek-data p{padding: 0;}
	.seek-map > div > p{line-height: 40px;}
	.seek-databox{height: 355px;}
	.seek-sea select{padding: 10px;}
	.seek-sea li .selectDiv{height:40px;}
	.seek-sea div{width: 50%; outline: 1px solid #e5e5e5;border: none;}
	.seek-sea #seek{width: 49.5%;height: 40px;}
	.inquire-box{margin: 3% 0 15%;}
	.seek-map{margin-top: 5%;box-shadow: none;}
}
@media (min-width: 1005px) and (max-width: 1399px) {
}
@media (min-width: 1005px) and (max-width: 1199px) {
	.cont-nav {
		width: 970px;
		top: -47px;
	}
	.cont-nav li a {
		line-height: 47px;
		height: 43px;
	}
	.cont-nav li::after {
		margin: 18px 36px 0 36px;
	}
	.cul-font h3 {
		font-size: 26px;
	}
	.cul-font h2 {
		font-size: 42px;
	}
	.cul-font > p {
		line-height: 38px;
	}
	.cul-font div p {
		padding-right: 25px;
	}
	.cul-font div p:nth-last-of-type(1) {
		padding-left: 50px;
		padding-right: 0;
		border-right: none;
	}
	.cul-box {
		margin: 90px 0;
	}
	.History-slick .slick-prev {
		left: -30px;
	}
	.History-slick .slick-next {
		right: -30px;
	}
	.trends-box li a {
		width: 970px;
	}
	.trends-font {
		width: 64%;
	}
	.league-font .boxfr li {
		width: 90px;
		height: 90px;
	}
	.league-font .boxfr b {
		font-size: 22px;
	}
	.league-font .boxfr span {
		font-size: 14px;
	}
	.reg-box .boxfr h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.reg-box .boxfr p {
		margin-top: 30px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
}
@media (min-width: 1400px) and (max-width: 1800px) {
}