﻿html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: arial, "Microsoft YaHei", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}
a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: transparent;
}
* {
	list-style: none;
	margin: 0;
	border: none;
	outline: none;
	padding: 0;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}
.dis {
	display: block !important;
}
.dn {
	display: none;
}
.clear {
	clear: both;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#999;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color:#999;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
color:#999;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#999;
}
input, select, textarea {
	-webkit-appearance: none;
}
input[type=checkbox] {
	-webkit-appearance: checkbox;
}
 body::-webkit-scrollbar {
width:3px;
height:1px;
}
 body::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#333;
}
 body::-webkit-scrollbar-track {
border-radius:10px;
background:rgba(0,0,0,0.1);
}





@media screen and (min-width:1440px) {
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 20px 20px -20px rgb(71 71 71 / 20%);
	height: 100px;
}
.header .head {
	width: 84%;
	margin: auto;
	height: 100%;
}
.header .head .menu {
	display: none;
}
.header .head .logo {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}
.header .head .logo img {
	display: block;
	height: 50px;
}
.header .head .logo img.mobile {
	display: none;
}
.header .head .nav {
	float: left;
	margin-left: 2vw;
}
.header .head .nav ul {
	display: block;
	height: 100px;
}
.header .head .nav li {
	display: block;
	padding: 0 1.5vw;
margin-left:.1vw;
	float: left;
	position: relative;
}
.header .head .nav li>a {
	width: 100%;
	height: 100px;
	display: block;
	line-height: 100px;
	font-size: 20px;
	position: relative;
	z-index: 3;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: bold;
}
.header .head .nav li b {
	width: 100%;
	display: block;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 1;
}
.header .head .nav li:hover>a {
	color: #fff;
}
.header .head .nav li.on>a {
	color: #fff;
}
.header .head .nav li.on b, .header .head .nav li:hover b {
	height: 100%;
}
.header .head .nav li svg {
	display: none;
}
.header .head .nav li p {
	display: none;
	background: #f7f7f7;
	width: 170px;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 99;
	transform: translateX(-50%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header .head .nav li p a {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 0 20px;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	height: 46px;
	overflow: hidden;
}
.header .head .nav li p a:last-child {
	border-bottom: none;
}
.header .head .nav li p a:hover {
	color: #e60012;
}
.header .head .nav li:hover p {
	display: block;
}
.header .head .ser {
	float: right;
	height: 100%;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	margin: 36px 0;
	cursor: pointer;
}
.header .head .ser img {
	height: 18px;
	display: block;
	float: left;
	margin: 5px 10px;
	margin-left: 0;
}
.header .head .ser img.mobile {
	display: none;
}
.serbox {
	width: 500px;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 100;
	display: none;
}
.serbox .box {
	width: 400px;
	height: 50px;
	border-bottom: 1px solid #cacaca;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.serbox .box p {
	display: block;
	padding-left: 10px;
	height: 50px;
	float: left;
	width: calc(100% - 50px);
}
.serbox .box p input {
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.serbox .box span {
	display: block;
	width: 40px;
	height: 50px;
	float: right;
}
.serbox .box span input {
	width: 40px;
	height: 50px;
	display: block;
	cursor: pointer;
	background-color: #fff;
	background-image: url(../image/ser_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.serbox .close {
	position: absolute;
	right: 3%;
	top: 3%;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.serbox .close img {
	display: block;
	cursor: pointer;
}
.serbox .close:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}
 @media screen and (min-width:1600px) {
.header .head .nav {
	margin-left: 4vw;
}
.header .head .nav li {
margin-left:.5vw;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 20px 20px -20px rgb(71 71 71 / 20%);
	height: 80px;
}
.header .head {
	width: 94%;
	margin: auto;
	height: 100%;
}
.header .head .menu {
	display: none;
}
.header .head .logo {
	float: left;
	height: 100%;
	display: flex;
	align-items: center;
}
.header .head .logo img {
	display: block;
	height: 50px;
}
.header .head .logo img.mobile {
	display: none;
}
.header .head .nav {
	float: left;
	margin-left: 1.5vw;
}
.header .head .nav ul {
	display: block;
	height: 100px;
}
.header .head .nav li {
	display: block;
	padding: 0 1vw;
margin-left:.2vw;
	float: left;
	position: relative;
}
.header .head .nav li>a {
	width: 100%;
	height: 80px;
	display: block;
	line-height: 80px;
	font-size: 18px;
	position: relative;
	z-index: 3;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: bold;
}
.header .head .nav li b {
	width: 100%;
	display: block;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 1;
}
.header .head .nav li:hover>a {
	color: #fff;
}
.header .head .nav li.on>a {
	color: #fff;
}
.header .head .nav li.on b, .header .head .nav li:hover b {
	height: 100%;
}
.header .head .nav li svg {
	display: none;
}
.header .head .nav li p {
	display: none;
	background: #f7f7f7;
	width: 160px;
	position: absolute;
	left: 50%;
	top: 100%;
	z-index: 99;
	transform: translateX(-50%);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.header .head .nav li p a {
	border-bottom: 1px solid #eee;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	height: 34px;
	overflow: hidden;
}
.header .head .nav li p a:last-child {
	border-bottom: none;
}
.header .head .nav li p a:hover {
	color: #e60012;
}
.header .head .nav li:hover p {
	display: block;
}
.header .head .ser {
	float: right;
	height: 100%;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	margin: 27px 0;
	cursor: pointer;
}
.header .head .ser img {
	height: 16px;
	display: block;
	float: left;
	margin: 5px;
	margin-left: 0;
}
.header .head .ser img.mobile {
	display: none;
}
.serbox {
	width: 500px;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 100;
	display: none;
}
.serbox .box {
	width: 400px;
	height: 50px;
	border-bottom: 1px solid #cacaca;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.serbox .box p {
	display: block;
	padding-left: 10px;
	height: 50px;
	float: left;
	width: calc(100% - 50px);
}
.serbox .box p input {
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.serbox .box span {
	display: block;
	width: 40px;
	height: 50px;
	float: right;
}
.serbox .box span input {
	width: 40px;
	height: 50px;
	display: block;
	cursor: pointer;
	background-color: #fff;
	background-image: url(../image/ser_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.serbox .close {
	position: absolute;
	right: 3%;
	top: 3%;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.serbox .close img {
	display: block;
	cursor: pointer;
}
.serbox .close:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}
 @media only screen and (max-width:1023px) {
.header {
	width: 100%;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 10px 10px rgb(71 71 71 / 20%);
	height: 60px;
}
.header .head {
	width: 100%;
	position: relative;
}
.header .head .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.header .head .logo img {
	display: block;
	height: 30px;
}
.header .head .logo img.pc {
	display: none;
}
.header .menu {
	width: 24px;
	background-color: transparent;
	height: 20px;
	margin: 20px 3%;
	position: relative;
	float: left;
}
.header .menu::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background: #333;
	bottom: 0;
	left: 0;
	transition: all 0.3s;
}
.header .menu::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	background: #333;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.header .menu span {
	display: block;
	height: 2px;
	width: 100%;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.header .menu.on span {
	opacity: 0;
}
.header .menu.on::after {
	transform: rotate(-45deg);
	top: 50%;
}
.header .menu.on::before {
	transform: rotate(45deg);
	top: 50%;
}
.header .head .nav {
	width: 100%;
	height: 0;
	position: fixed;
	left: 0;
	top: 60px;
	z-index: 999;
	background-color: #f1f1f1;
	overflow: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header .head .open.nav {
	height: calc(100vh - 60px);
}
.header .head .nav ul {
	display: block;
	height: calc(100vh - 109px);
	overflow: auto;
}
.header .head .nav ul li {
	font-size: 16px;
	font-weight: 500;
	display: block;
	border-bottom: 1px solid #eee;
	position: relative;
}
.header .head .nav ul li:last-child {
	border-bottom: none;
}
.header .head .nav ul li a {
	color: #333;
	display: block;
}
.header .head .nav ul li>a {
	text-transform: uppercase;
	padding: 15px 3%;
	width: calc(94% - 40px);
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	font-weight: bold;
}
.header .head .nav ul li svg {
	height: 16px;
	display: block;
	color: #666;
	position: absolute;
	right: 3%;
	top: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header .head .nav ul li.active>a {
	color: #e60012;
}
.header .head .nav ul li.active svg {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.header .head .nav ul li.active {
	border-bottom: none;
}
.header .head .nav ul li p {
	padding: 15px 8%;
	background-color: #fff;
	display: none;
	text-align: left;
	overflow: hidden;
}
.header .head .nav ul li.active p {
	display: block;
}
.header .head .nav ul li p a {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	line-height: 18px;
	display: block;
	text-transform: capitalize;
	color: #333;
}
.header .head .nav ul li p a:hover {
	color: #e60012;
}
.header .head .nav ul li p a:last-child {
	border-bottom: none;
}
.header .head .ser {
	width: 20px;
	height: 20px;
	float: right;
	margin: 20px 3%;
}
.header .head .ser img {
	height: 20px;
	display: block;
}
.header .head .ser img.pc {
	display: none;
}
.serbox {
	width: 100%;
	height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 100;
	display: none;
}
.serbox .box {
	width: 94%;
	height: 40px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.serbox .box p {
	display: block;
	padding: 0 10px;
	height: 40px;
	float: left;
	width: calc(100% - 60px);
}
.serbox .box p input {
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.serbox .box span {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
}
.serbox .box span input {
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	background-color: #fff;
	background-image: url(../image/ser_06.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.serbox .close {
	position: absolute;
	right: 3%;
	top: 3%;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.serbox .close img {
	display: block;
	cursor: pointer;
}
.serbox .close:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}





@media screen and (min-width:1440px) {
.banner {
	width: 100%;
	padding-top: 100px;
	height: 100%;
	box-sizing: border-box;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .swiper-container .swiper-slide .wen {
	width: 60%;
	height: 100%;
	margin-left: 8%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.banner .swiper-container .swiper-slide .wen .w01 {
	width: 100%;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.banner .swiper-container .swiper-slide .wen .w02 {
	width: 100%;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin-top: 1vw;
}
.banner .swiper-container .swiper-slide .wen .w03 {
	width: 100%;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-top: 1.5vw;
}
.banner .swiper-container .swiper-slide .wen .w04 {
	width: 100%;
	margin-top: 3vw;
}
.banner .swiper-container .swiper-slide .wen .w04 a {
	display: block;
	float: left;
	position: relative;
}
.banner .swiper-container .swiper-slide .wen .w04 strong {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #fff;
	opacity: .3;
	border-radius: 100%;
}
.banner .swiper-container .swiper-slide .wen .w04 p {
	display: block;
	position: relative;
	z-index: 3;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}
.banner .swiper-container .swiper-slide .wen .w04 p b {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	margin: 19px 5px;
	overflow: hidden;
	float: left;
}
.banner .swiper-container .swiper-slide .wen .w04 a:hover strong {
	background-color: #e60012;
}
.banner .button {
	position: absolute;
	right: 8%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.banner .button div {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}
.banner .button div:hover {
	border: 1px solid #e60012;
	background-color: #e60012;
}
.banner .swiper-button-prev {
	background-image: url(../image/prev.png);
}
.banner .swiper-button-next {
	background-image: url(../image/next.png);
	margin-top: 2vw;
}
.banner .swiper-container .swi {
	position: absolute;
	left: 50%;
	bottom: 2vw;
	transform: translateX(-50%);
	z-index: 9;
}
.banner .swiper-container .swi .line {
	width: calc(100% - 20px);
	height: 2px;
	background-color: #fff;
	opacity: .3;
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 1;
}
.banner .swiper-container .swiper-pagination {
	position: relative;
	z-index: 3;
}
.banner .swiper-container .swiper-pagination span {
	width: 20px;
	height: 20px;
	background-image: url(../image/ban.png);
	overflow: hidden;
	display: block;
	float: left;
margin:0 .78vw;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background-image: url(../image/banh.png);
}
.banner .swiper-container .swiper-pagination span:last-child {
	margin-right: 0;
}
.banner .swiper-container .swiper-pagination span:first-child {
	margin-left: 0;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.banner {
	width: 100%;
	padding-top: 80px;
	height: 56.52vw;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .swiper-container .swiper-slide .wen {
	width: 70%;
	height: 100%;
	margin-left: 3%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.banner .swiper-container .swiper-slide .wen .w01 {
	width: 100%;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.banner .swiper-container .swiper-slide .wen .w02 {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	margin-top: 1vw;
}
.banner .swiper-container .swiper-slide .wen .w03 {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-top: 1.5vw;
}
.banner .swiper-container .swiper-slide .wen .w04 {
	width: 100%;
	margin-top: 3vw;
}
.banner .swiper-container .swiper-slide .wen .w04 a {
	display: block;
	float: left;
	position: relative;
}
.banner .swiper-container .swiper-slide .wen .w04 strong {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #fff;
	opacity: .3;
	border-radius: 100%;
}
.banner .swiper-container .swiper-slide .wen .w04 p {
	display: block;
	position: relative;
	z-index: 3;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}
.banner .swiper-container .swiper-slide .wen .w04 p b {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	margin: 19px 5px;
	overflow: hidden;
	float: left;
}
.banner .swiper-container .swiper-slide .wen .w04 a:hover strong {
	background-color: #e60012;
}
.banner .button {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.banner .button div {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
}
.banner .button div:hover {
	border: 1px solid #e60012;
	background-color: #e60012;
}
.banner .swiper-button-prev {
	background-image: url(../image/prev.png);
}
.banner .swiper-button-next {
	background-image: url(../image/next.png);
	margin-top: 2vw;
}
.banner .swiper-container .swi {
	position: absolute;
	left: 50%;
	bottom: 2vw;
	transform: translateX(-50%);
	z-index: 9;
}
.banner .swiper-container .swi .line {
	width: calc(100% - 20px);
	height: 2px;
	background-color: #fff;
	opacity: .3;
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 1;
}
.banner .swiper-container .swiper-pagination {
	position: relative;
	z-index: 3;
}
.banner .swiper-container .swiper-pagination span {
	width: 20px;
	height: 20px;
	background-image: url(../image/ban.png);
	overflow: hidden;
	display: block;
	float: left;
margin:0 .78vw;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background-image: url(../image/banh.png);
}
.banner .swiper-container .swiper-pagination span:last-child {
	margin-right: 0;
}
.banner .swiper-container .swiper-pagination span:first-child {
	margin-left: 0;
}
}
 @media only screen and (max-width:1023px) {
.banner {
	width: 100%;
	padding-top: 60px;
	height: 90vw;
}
.banner .swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.banner .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner .swiper-container .swiper-slide .wen {
	width: calc(94% - 40px);
	height: 100%;
	margin-left: 3%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.banner .swiper-container .swiper-slide .wen .w01 {
	width: 100%;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
}
.banner .swiper-container .swiper-slide .wen .w02 {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
}
.banner .swiper-container .swiper-slide .wen .w03 {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin-top: 10px;
}
.banner .swiper-container .swiper-slide .wen .w04 {
	width: 100%;
	margin-top: 20px;
}
.banner .swiper-container .swiper-slide .wen .w04 a {
	display: block;
	float: left;
	position: relative;
}
.banner .swiper-container .swiper-slide .wen .w04 strong {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #fff;
	opacity: .3;
	border-radius: 100%;
}
.banner .swiper-container .swiper-slide .wen .w04 p {
	display: block;
	position: relative;
	z-index: 3;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #fff;
	margin-left: 7px;
}
.banner .swiper-container .swiper-slide .wen .w04 p b {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	margin: 16px 5px;
	overflow: hidden;
	float: left;
}
.banner .swiper-container .swiper-slide .wen .w04 a:hover strong {
	background-color: #e60012;
}
.banner .button {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.banner .button div {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #fff;
	background-size: 100% 100%;
}
.banner .button div:hover {
	border: 1px solid #e60012;
	background-color: #e60012;
}
.banner .swiper-button-prev {
	background-image: url(../image/prev.png);
}
.banner .swiper-button-next {
	background-image: url(../image/next.png);
	margin-top: 15px;
}
.banner .swiper-container .swi {
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	z-index: 9;
}
.banner .swiper-container .swi .line {
	width: calc(100% - 20px);
	height: 2px;
	background-color: #fff;
	opacity: .3;
	position: absolute;
	left: 10px;
	top: 9px;
	z-index: 1;
}
.banner .swiper-container .swiper-pagination {
	position: relative;
	z-index: 3;
}
.banner .swiper-container .swiper-pagination span {
	width: 20px;
	height: 20px;
	background-image: url(../image/ban.png);
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 5px;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background-image: url(../image/banh.png);
}
.banner .swiper-container .swiper-pagination span:last-child {
	margin-right: 0;
}
.banner .swiper-container .swiper-pagination span:first-child {
	margin-left: 0;
}
}





@media screen and (min-width:1440px) {
.abox {
	width: 100%;
	min-height: calc(100% - 100px);
	display: flex;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.abox .left{
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.abox .left .title {
	width: 100%;
	text-align: center;
}
.abox .left .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.abox .left .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.abox .left .w02 {
	display: flex;
	padding-top: 3.6vw;
	justify-content: space-between;
}
.abox .left .w02 li {
	display: block;
	width:20%;
	text-align:center;
	padding:3vw 1%;
	position:relative;
	overflow: hidden;
}
.abox .left .w02 li:before{ position:absolute; content:''; background:transparent; width:100px; height:100px; bottom:0; right:0; border-bottom:1px solid #ddd; border-right:1px solid #ddd; transition:all 0.3s ease 0s;}
.abox .left .w02 li:after{ position:absolute; content:''; background:transparent; width:100px; height:100px; top:0; left:0; border-top:1px solid #ddd; border-left:1px solid #ddd; transition:all 0.3s ease 0s;}
.abox .left .w02 li:hover:before{ width:100%; height:100%;}
.abox .left .w02 li:hover:after{ width:100%; height:100%;}
.abox .left .w02 li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}
.abox .left .w02 li p {
	display: block;
	font-size: 14px;
}
.abox .left .w02 li p b {
	font-size: 48px;
	color: #e60012;
margin-right:.5vw;
}
.abox .left .w03 {
	padding-top: 2vw;
	font-size: 16px;
	line-height: 36px;
}
.abox .left .w04 {
	width: 100%;
	margin-top: 2vw;
}
.abox .left .w04 a {
	width: 12.5%;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color:#333;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin:auto;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
}
.abox .left .w04 a:hover{ background-color:#e60012;}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.abox {
	width: 100%;
	display: flex;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.abox .left {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.abox .left .title {
	width: 100%;
	text-align: center;
}
.abox .left .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.abox .left .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.abox .left .w02 {
	display: flex;
	padding-top: 25px;
	justify-content: space-between;
}
.abox .left .w02 li {
	display: block;
	width:20%;
	text-align:center;
	padding:25px 2%;
	position:relative;
	overflow: hidden;
}
.abox .left .w02 li:before{ position:absolute; content:''; background:transparent; width:70px; height:70px; bottom:0; right:0; border-bottom:1px solid #ddd; border-right:1px solid #ddd; transition:all 0.3s ease 0s;}
.abox .left .w02 li:after{ position:absolute; content:''; background:transparent; width:70px; height:70px; top:0; left:0; border-top:1px solid #ddd; border-left:1px solid #ddd; transition:all 0.3s ease 0s;}
.abox .left .w02 li:hover:before{ width:100%; height:100%;}
.abox .left .w02 li:hover:after{ width:100%; height:100%;}
.abox .left .w02 li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}
.abox .left .w02 li p {
	display: block;
	font-size: 14px;
}
.abox .left .w02 li p b {
	font-size: 38px;
	line-height: 1.2;
	color: #e60012;
	margin-right: 7px;
}
.abox .left .w03 {
	padding-top: 25px;
	font-size: 14px;
	line-height: 30px;
}
.abox .left .w04 {
	width: 100%;
	margin-top: 25px;
}
.abox .left .w04 a {
	min-width: 120px;
    display: block;
    text-align: center;
    padding: 0 20px;
	width:12.5%;
    box-sizing: border-box;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color:#333;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
	margin:auto;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
}
.abox .left .w04 a:hover{ background-color:#e60012;}
}
 @media only screen and (max-width:1023px) {
.abox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.abox .left {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.abox .left .title {
	width: 100%;
	text-align: center;
}
.abox .left .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.abox .left .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.abox .left .w02 {
	display: flex;
	flex-wrap: wrap;
	margin-top:5px;
	justify-content: space-between;
}
.abox .left .w02 li {
	display: block;
	margin-top: 15px;
	width:48%;
	text-align:center;
	padding:15px;
	box-sizing:border-box;
	position:relative;
	overflow: hidden;
}
.abox .left .w02 li:before{ position:absolute; content:''; background:transparent; width:40px; height:40px; bottom:0; right:0; border-bottom:1px solid #ddd; border-right:1px solid #ddd; transition:all 0.3s ease 0s;}
.abox .left .w02 li:after{ position:absolute; content:''; background:transparent; width:40px; height:40px; top:0; left:0; border-top:1px solid #ddd; border-left:1px solid #ddd; transition:all 0.3s ease 0s;}
.abox .left .w02 li:hover:before{ width:100%; height:100%;}
.abox .left .w02 li:hover:after{ width:100%; height:100%;}
.abox .left .w02 li span {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.abox .left .w02 li p {
	display: block;
	font-size: 12px;
}
.abox .left .w02 li p b {
	font-size: 30px;
	line-height: 1.2;
	color: #e60012;
	margin-right: 5px;
}
.abox .left .w03 {
	padding-top: 15px;
	font-size: 14px;
	line-height: 24px;
}
.abox .left .w04 {
	width: 100%;
	margin-top: 15px;
}
.abox .left .w04 a {
	width: 120px;
    display: block;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #333;
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    cursor: pointer;
    overflow: hidden;
	margin:auto;
	color: #fff;
}
.abox .left .w04 a:hover{ background-color:#e60012;}
}





@media screen and (min-width:1440px) {
.cbox {
	width: 100%;
	min-height: calc(100% - 100px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cbox .bg {
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: .9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cbox .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
	
}
.cbox .box .title {
	width: 100%;
	text-align:center;
}
.cbox .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.cbox .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.cbox .box .cont{ margin-top:2vw;}
.cbox .box .right{ width:60%; position:relative; display:flex; align-items:center; float:right;}
.cbox .box .right img{ width:100%; display:block;}
.cbox .box .right .video{ width:100%; height:100%; position:absolute; right:0; top:0; z-index:3; background-position:center; background-repeat:no-repeat; background-size:cover; display:flex; align-items:center;}
.cbox .box .right .video b{ display:block; margin:auto; width:80px;}
.cbox .box .right .video b img{ width:100%; display:block;}
.cbox .box .right p{ width:calc(100% - 40px); height:calc(100% - 40px); position:absolute; left:0; bottom:0; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover; display:none; overflow:hidden;}
.cbox .box .right p a{ width:100%; height:100%; display:block; background-color:rgba(0,0,0,.7);}
.cbox .box .left{ width:35%; float:left; margin-right:5%;}
.cbox .box .left .bt{ margin-top:5px;}
.cbox .box .left .bt .w01{ background-color:#e60012; font-size:18px; line-height:28px; padding:5px 20px; color:#fff; float:left; font-weight:bold;}
.cbox .box .left .bt .w03{ width:100%; font-size:16px; line-height:26px; margin-top:10px; color:#666; float:left;}
.cbox .box .list {
	width: 100%;
	display: block;
	padding-top:.5vw;
}
.cbox .box .list li {
	display: block;
	width:100%;
	overflow: hidden;
	position: relative;
	margin-top:.5vw;
}
.cbox .box .list li a{ display:block; overflow:hidden; position:relative; padding-left:0;}
.cbox .box .list li .w02{
	color: #e60012;
	font-size:80px;
	display:none;
	line-height: 80px;
	position:absolute; left:0; top:0;
}

.cbox .box .list li .w03 {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.cbox .box .list li .w04 {
	color: #333;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.cbox .box .list li .w05 {
	color: #666;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.cbox .box .list li .w06 {
	width: 50px;
	height: 2px;
margin-top: .2vw;
	background-color: #e60012;
}
.cbox .box .list li .w07 {
	color: #666;
	font-size: 16px;
	line-height: 30px;
margin-top: .5vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.xuan {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.xuan .box {
	padding: 10px;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 870px;
	box-sizing: border-box;
}
.xuan .video {
	width: 850px;
}
.xuan .video img{ width:100%; display:block;}
.xuan .video video {
	width: 100%;
	display: none;
	overflow: hidden;
}
.xuan .wen {
	margin: 15px auto;
}
.xuan .wen b {
	font-size: 18px;
	line-height: 28px;
	display: block;
	float: left;
	margin: 0 10px;
	width: 800px;
}
.xuan .wen a {
	cursor: pointer;
	display: block;
	float: right;
	height: 28px;
}
.xuan .wen a img {
	display: block;
	height: 28px;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.xuan .wen a img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.cbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cbox .bg {
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: .9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cbox .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.cbox .box .cont{ margin-top:20px;}
.cbox .box .right{ width:60%; position:relative; display:flex; align-items:center; float:right;}
.cbox .box .right img{ width:100%; display:block;}
.cbox .box .right .video{ width:100%; height:100%; position:absolute; right:0; top:0; z-index:3; background-position:center; background-repeat:no-repeat; background-size:cover; display:flex; align-items:center;}
.cbox .box .right .video b{ display:block; margin:auto; width:60px;}
.cbox .box .right .video b img{ width:100%; display:block;}
.cbox .box .right p{ width:calc(100% - 30px); height:calc(100% - 30px); position:absolute; left:0; bottom:0; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover; display:none; overflow:hidden;}
.cbox .box .right p a{ width:100%; height:100%; display:block; background-color:rgba(0,0,0,.7);}
.cbox .box .left{ width:37%; float:left; margin-right:3%;}
.cbox .box .left .bt{ margin-top:5px;}
.cbox .box .left .bt .w01{ background-color:#e60012; font-size:18px; line-height:26px; padding:3px 15px; color:#fff; float:left; font-weight:bold;}
.cbox .box .left .bt .w03{ width:100%; font-size:16px; line-height:26px; margin-top:10px; color:#666; float:left;}
.cbox .box .title {
	width: 100%;
	text-align:center;
}
.cbox .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.cbox .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.cbox .box .list {
	width: 100%;
	display: block;
}
.cbox .box .list li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.cbox .box .list li a{ display:block; overflow:hidden; position:relative; padding-left:0;}
.cbox .box .list li .w02{
	display:none;
	color: #e60012;
	font-size:70px;
	line-height: 70px;
	position:absolute; left:0; top:0;
}

.cbox .box .list li .w03 {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cbox .box .list li .w04 {
	color: #333;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cbox .box .list li .w05 {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cbox .box .list li .w06 {
	width: 50px;
	height: 2px;
	margin-top: 5px;
	background-color: #e60012;
}
.cbox .box .list li .w07 {
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xuan {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.xuan .box {
	padding: 10px;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 94%;
	max-width: 870px;
	box-sizing: border-box;
}
.xuan .video {
	width: 100%;
}
.xuan .video img{ width:100%; display:block;}
.xuan .video video {
	width: 100%;
	display: none;
	overflow: hidden;
}
.xuan .wen {
	margin: 10px auto;
}
.xuan .wen b {
	font-size: 16px;
	line-height: 26px;
	display: block;
	float: left;
	margin: 0 10px;
	width: calc(100% - 80px);
	overflow: hidden;
}
.xuan .wen a {
	cursor: pointer;
	display: block;
	float: right;
	height: 26px;
}
.xuan .wen a img {
	display: block;
	height: 26px;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.xuan .wen a img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}
 @media only screen and (max-width:1023px) {
.cbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.cbox .bg {
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: .9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.cbox .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.cbox .box .title {
	width: 100%;
	text-align: center;
}
.cbox .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.cbox .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.cbox .box .right{ width:100%; position:relative; margin-top:15px; display:flex; align-items:center;}
.cbox .box .right img{ width:100%; display:block;}
.cbox .box .right .video{ width:100%; position:relative; z-index:3; background-position:center; background-repeat:no-repeat; background-size:cover; display:flex; align-items:center; height:48vw;}
.cbox .box .right .video b{ display:block; margin:auto; width:40px;}
.cbox .box .right .video b img{ width:100%; display:block;}
.cbox .box .right p{ width:calc(100% - 20px); height:calc(100% - 20px); position:absolute; left:0; bottom:0; z-index:1; background-position:center; background-repeat:no-repeat; background-size:cover; display:none; overflow:hidden;}
.cbox .box .right p a{ width:100%; height:100%; display:block; background-color:rgba(0,0,0,.7);}
.cbox .box .left{ width:100%;}
.cbox .box .left .bt{ margin-top:15px;}
.cbox .box .left .bt .w01{ background-color:#e60012; font-size:16px; line-height:24px; padding:5px 15px; color:#fff; float:left; font-weight:bold;}
.cbox .box .left .bt .w03{ width:100%; font-size:14px; line-height:24px; margin-top:5px; color:#666; float:left;}
.cbox .box .list {
	width: 100%;
	display: block;
	position: relative;
}
.cbox .box .list li {
	display: block;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.cbox .box .list li a{ display:block; overflow:hidden; position:relative; padding-left:0;}
.cbox .box .list li .w02{
	display:none;
	color: #e60012;
	font-size:60px;
	line-height: 60px;
	position:absolute; left:0; top:0;
}
.cbox .box .list li .w03 {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.cbox .box .list li .w04 {
	color: #333;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cbox .box .list li .w05 {
	color: #666;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cbox .box .list li .w06 {
	width: 50px;
	height: 2px;
	margin-top: 5px;
	background-color: #e60012;
}
.cbox .box .list li .w07 {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xuan {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.xuan .box {
	padding: 5px;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 94%;
	max-width: 870px;
	box-sizing: border-box;
}
.xuan .video {
	width: 100%;
}
.xuan .video img{ width:100%; display:block;}
.xuan .video video {
	width: 100%;
	display: none;
	overflow: hidden;
}
.xuan .wen {
	margin: 5px auto;
}
.xuan .wen b {
	font-size: 14px;
	line-height: 24px;
	display: block;
	float: left;
	margin: 0 5px;
	width: calc(100% - 40px);
	overflow: hidden;
}
.xuan .wen a {
	cursor: pointer;
	display: block;
	float: right;
	height: 24px;
}
.xuan .wen a img {
	display: block;
	height: 24px;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.xuan .wen a img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
}





@media screen and (min-width:1440px) {
.pbox {
	width: 100%;
	height: calc(100% - 100px);
	position: relative;
	z-index: 1;
}
.pbox .box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.pbox .box p {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pbox .box p:last-child {
	background-position: top center;
}
.pbox .tab_menu {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.pbox .tab_menu li {
	width: 25%;
	height: 100%;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	background-color: rgba(0,0,0,.5);
}
.pbox .tab_menu li .tu {
	width: 100%;
	height: 16.66vw;
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pbox .tab_menu li .tu img {
	width: 100%;
	display: block;
}
.pbox .tab_menu li.on {
	padding-bottom: 16.66vw;
	background-color: rgba(230,0,18,.7);
}
.pbox .tab_menu li.on .tu {
	display: block;
}
.pbox .tab_menu li .wen {
	width: 68.75%;
	margin: auto;
	text-align: center;
}
.pbox .tab_menu li .wen .w01 {
	height: 80px;
}
.pbox .tab_menu li .wen .w01 img {
	display: block;
	margin: auto;
	height: 80px;
}
.pbox .tab_menu li .wen .w02 {
	display: block;
	font-size: 24px;
	color: #fff;
	line-height: 34px;
	margin-top: 2vw;
}
.pbox .tab_menu li .wen .w03 {
	width: 30px;
	height: 1px;
	margin: auto;
	background-color: #fff;
margin-top: .5vw;
}
.pbox .tab_menu li .wen .w04 {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 1vw;
}
.pbox .tab_menu li .wen .w05 {
	height: 18px;
	display: block;
	margin-top: 1.5vw;
}
.pbox .tab_menu li .wen .w05 img {
	display: block;
	margin: auto;
	height: 18px;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.pbox {
	width: 100%;
	height: 56.25vw;
	position: relative;
	z-index: 1;
}
.pbox .box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.pbox .box p {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pbox .box p:last-child {
	background-position: top center;
}
.pbox .tab_menu {
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.pbox .tab_menu li {
	width: 25%;
	height: 100%;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	background-color: rgba(0,0,0,.5);
}
.pbox .tab_menu li .tu {
	width: 100%;
	height: 16.66vw;
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pbox .tab_menu li .tu img {
	width: 100%;
	display: block;
}
.pbox .tab_menu li.on {
	padding-bottom: 16.66vw;
	background-color: rgba(230,0,18,.7);
}
.pbox .tab_menu li.on .tu {
	display: block;
}
.pbox .tab_menu li .wen {
	width: 76%;
	margin: auto;
	text-align: center;
}
.pbox .tab_menu li .wen .w01 {
	height: 60px;
}
.pbox .tab_menu li .wen .w01 img {
	display: block;
	margin: auto;
	height: 60px;
}
.pbox .tab_menu li .wen .w02 {
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-top: 15px;
}
.pbox .tab_menu li .wen .w03 {
	width: 30px;
	height: 1px;
	margin: auto;
	background-color: #fff;
	margin-top: 10px;
}
.pbox .tab_menu li .wen .w04 {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-top: 15px;
}
.pbox .tab_menu li .wen .w05 {
	height: 18px;
	display: block;
	margin-top: 15px;
}
.pbox .tab_menu li .wen .w05 img {
	display: block;
	margin: auto;
	height: 14px;
}
}
 @media only screen and (max-width:1023px) {
.pbox {
	width: 100%;
	position: relative;
	z-index: 1;
}
.pbox .box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.pbox .box p {
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pbox .box p:last-child {
	background-position: top center;
}
.pbox .tab_menu {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.pbox .tab_menu li {
	width: 50%;
	padding: 30px 3%;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
	display: block;
	position: relative;
	background-color: rgba(0,0,0,.5);
}
.pbox .tab_menu li:nth-child(2) {
	border-left: 1px solid rgba(255,255,255,.3);
}
.pbox .tab_menu li:nth-child(3) {
	border-top: 1px solid rgba(255,255,255,.3);
}
.pbox .tab_menu li:nth-child(4) {
	border-left: 1px solid rgba(255,255,255,.3);
	border-top: 1px solid rgba(255,255,255,.3);
}
.pbox .tab_menu li .tu {
	display: none;
}
.pbox .tab_menu li.on {
	background-color: rgba(230,0,18,.7);
}
.pbox .tab_menu li .wen {
	width: 100%;
	margin: auto;
	text-align: center;
}
.pbox .tab_menu li .wen .w01 {
	height: 40px;
}
.pbox .tab_menu li .wen .w01 img {
	display: block;
	margin: auto;
	height: 40px;
}
.pbox .tab_menu li .wen .w02 {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-top: 10px;
}
.pbox .tab_menu li .wen .w03 {
	width: 30px;
	height: 1px;
	margin: auto;
	background-color: #fff;
	margin-top: 5px;
}
.pbox .tab_menu li .wen .w04 {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 10px;
}
.pbox .tab_menu li .wen .w05 {
	height: 18px;
	display: block;
	margin-top: 10px;
}
.pbox .tab_menu li .wen .w05 img {
	display: block;
	margin: auto;
	height: 9px;
}
}





@media screen and (min-width:1440px) {
.ybox {
	width: 100%;
	min-height: calc(100% - 100px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ybox .box {
	padding: 5vw 8%;
	width: 84%;
}
.ybox .box .title {
	width: 100%;
	text-align: center;
}
.ybox .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ybox .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.ybox .box .con {
	width: 100%;
	display: block;
	padding-top: 2vw;
}
.ybox .box .con .left {
	width: 37.5%;
	float: left;
}
.ybox .box .con .left .w01 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.ybox .box .con .left .w02 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.ybox .box .con .left .w03 {
	width: 80px;
	height: 2px;
	background-color: #e60012;
margin-top: .78vw;
}
.ybox .box .con .left .w04 {
	font-size: 16px;
	line-height: 30px;
	margin-top: 1.3vw;
}
.ybox .box .con .left .w05 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 2.3vw;
}
.ybox .box .con .left .w05 li {
	width: 50%;
	padding: 2vw 0;
	box-sizing: border-box;
	text-align: center;
}
.ybox .box .con .left .w05 li:nth-child(2) {
	border-left: 1px solid #ddd;
}
.ybox .box .con .left .w05 li:nth-child(3) {
	border-top: 1px solid #ddd;
}
.ybox .box .con .left .w05 li:nth-child(4) {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.ybox .box .con .left .w05 li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}
.ybox .box .con .left .w05 li p {
	display: block;
	line-height: 58px;
	height: 58px;
	overflow: hidden;
	font-size: 14px;
}
.ybox .box .con .left .w05 li p b {
	font-size: 48px;
	color: #e60012;
margin-right:.5vw;
}
.ybox .box .con .right {
	width: 53.75%;
	float: right;
}
.ybox .box .con .right img {
	width: 100%;
	display: block;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ybox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ybox .box {
	padding: 5vw 3%;
	width: 94%;
}
.ybox .box .title {
	width: 100%;
	text-align: center;
}
.ybox .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ybox .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.ybox .box .con {
	width: 100%;
	padding-top: 25px;
}
.ybox .box .con .left {
	width: 43%;
	float: left;
}
.ybox .box .con .left .w01 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.ybox .box .con .left .w02 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.ybox .box .con .left .w03 {
	width: 60px;
	height: 2px;
	background-color: #e60012;
	margin-top: 10px;
}
.ybox .box .con .left .w04 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
.ybox .box .con .left .w05 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}
.ybox .box .con .left .w05 li {
	width: 50%;
	padding: 15px 0;
	box-sizing: border-box;
	text-align: center;
}
.ybox .box .con .left .w05 li:nth-child(2) {
	border-left: 1px solid #ddd;
}
.ybox .box .con .left .w05 li:nth-child(3) {
	border-top: 1px solid #ddd;
}
.ybox .box .con .left .w05 li:nth-child(4) {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.ybox .box .con .left .w05 li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}
.ybox .box .con .left .w05 li p {
	display: block;
	line-height: 1.2;
	overflow: hidden;
	font-size: 14px;
}
.ybox .box .con .left .w05 li p b {
	font-size: 38px;
	color: #e60012;
	margin-right: 7px;
}
.ybox .box .con .right {
	width: 54%;
	float: right;
}
.ybox .box .con .right img {
	width: 100%;
	display: block;
}
}
 @media only screen and (max-width:1023px) {
.ybox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ybox .box {
	width: 94%;
	padding: 40px 3%;
}
.ybox .box .title {
	width: 100%;
	text-align: center;
}
.ybox .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ybox .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.ybox .box .con {
	width: 100%;
	padding-top: 10px;
}
.ybox .box .con .left {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.ybox .box .con .left .w01 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.ybox .box .con .left .w02 {
	font-size: 14px;
	line-height: 20px;
	color: #999;
}
.ybox .box .con .left .w03 {
	width: 40px;
	height: 2px;
	background-color: #e60012;
	margin-top: 7px;
}
.ybox .box .con .left .w04 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.ybox .box .con .left .w05 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;
}
.ybox .box .con .left .w05 li {
	width: 50%;
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
}
.ybox .box .con .left .w05 li:nth-child(2) {
	border-left: 1px solid #ddd;
}
.ybox .box .con .left .w05 li:nth-child(3) {
	border-top: 1px solid #ddd;
}
.ybox .box .con .left .w05 li:nth-child(4) {
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.ybox .box .con .left .w05 li span {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.ybox .box .con .left .w05 li p {
	display: block;
	line-height: 1.2;
	overflow: hidden;
	font-size: 12px;
}
.ybox .box .con .left .w05 li p b {
	font-size: 30px;
	color: #e60012;
	margin-right: 5px;
}
.ybox .box .con .right {
	width: 100%;
	float: right;
}
.ybox .box .con .right img {
	max-width: 100%;
	display: block;
	margin: auto;
}
}





@media screen and (min-width:1440px) {
.nbox {
	width: 100%;
	min-height: calc(100% - 100px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nbox .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.nbox .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.nbox .box .title {
	width: 100%;
	text-align: center;
}
.nbox .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.nbox .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
margin-top: .5vw;
}
.nbox .box .list {
	width: 100%;
}
.nbox .box .list ul {
	width: 100%;
	display: none;
	overflow: hidden;
}
.nbox .box .list ul li {
	width: 23.75%;
	margin-top: 2vw;
	display: block;
	float: left;
	margin-left: 1.66%;
	background-color: #fff;
	overflow: hidden;
}
.nbox .box .list ul li:nth-child(4n+1) {
	margin-left: 0;
}
.nbox .box .list ul li .tu {
	width: 100%;
	height: 14.7vw;
	position: relative;
}
.nbox .box .list ul li .tu>img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.nbox .box .list ul li .tu p {
	width: 60px;
	height: 60px;
	padding: 10px;
	text-align: center;
	display: block;
	position: absolute;
	right: 5%;
	bottom: 1vw;
	background-color: rgba(230,0,18,.9);
}
.nbox .box .list ul li .tu p img {
	display: block;
	margin: auto;
}
.nbox .box .list ul li .tu p span {
	display: block;
	font-size: 18px;
	line-height: 38px;
	height: 38px;
	color: #fff;
}
.nbox .box .list ul li:hover .tu>img {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
}
.nbox .box .list ul li .wen {
	padding: 1.3vw 7.8%;
}
.nbox .box .list ul li .wen .w01 {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nbox .box .list ul li .wen .w02 {
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
margin: .3vw 0;
}
.nbox .box .list ul li .wen .w03 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	color: #666;
}
.nbox .box .list ul li .wen .w01:hover {
	color: #e60012;
}
.nbox .box .tab_menu {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2.6vw;
}
.nbox .box .tab_menu li {
	width: 12.5%;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: rgba(255,255,255,.7);
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin: 0 1.25%;
	cursor: pointer;
	overflow: hidden;
}
.nbox .box .tab_menu li.on {
	background-color: #e60012;
	color: #fff;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.nbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nbox .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.nbox .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.nbox .box .title {
	width: 100%;
	text-align: center;
}
.nbox .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.nbox .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-top: 5px;
}
.nbox .box .list {
	width: 100%;
	display: block;
}
.nbox .box .list ul {
	width: 100%;
	display: none;
	overflow: hidden;
}
.nbox .box .list ul li {
	width: 23.875%;
	margin-top: 25px;
	display: block;
	float: left;
	margin-left: 1.5%;
	background-color: #fff;
	overflow: hidden;
}
.nbox .box .list ul li:nth-child(4n+1) {
	margin-left: 0;
}
.nbox .box .list ul li .tu {
	width: 100%;
	height: 16.53vw;
	position: relative;
}
.nbox .box .list ul li .tu>img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.nbox .box .list ul li .tu p {
	width: 46px;
	height: 46px;
	padding: 10px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: rgba(230,0,18,.9);
}
.nbox .box .list ul li .tu p img {
	display: block;
	margin: auto;
	height: 24px;
}
.nbox .box .list ul li .tu p span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #fff;
}
.nbox .box .list ul li:hover .tu>img {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
}
.nbox .box .list ul li .wen {
	padding: 10px 5%;
}
.nbox .box .list ul li .wen .w01 {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nbox .box .list ul li .wen .w02 {
	font-size: 16px;
	line-height: 26px;
	height: 104px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 3px 0;
}
.nbox .box .list ul li .wen .w03 {
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	color: #666;
}
.nbox .box .list ul li .wen .w01:hover {
	color: #e60012;
}
.nbox .box .tab_menu {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.nbox .box .tab_menu li {
	min-width: 120px;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	background-color: rgba(255,255,255,.7);
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	margin: 0 1%;
	cursor: pointer;
	overflow: hidden;
}
.nbox .box .tab_menu li.on {
	background-color: #e60012;
	color: #fff;
}
}
 @media only screen and (max-width:1023px) {
.nbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.nbox .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.nbox .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.nbox .box .title {
	width: 100%;
	text-align: center;
}
.nbox .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.nbox .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.nbox .box .list {
	width: 100%;
	display: block;
	position: relative;
}
.nbox .box .list ul {
	width: 100%;
	display: none;
	overflow: hidden;
}
.nbox .box .list ul li {
	width: 48.5%;
	margin-top: 15px;
	display: block;
	float: left;
	margin-left: 3%;
	background-color: #fff;
	overflow: hidden;
}
.nbox .box .list ul li:nth-child(2n+1) {
	margin-left: 0;
}
.nbox .box .list ul li .tu {
	width: 100%;
	height: 33.59vw;
	position: relative;
}
.nbox .box .list ul li .tu>img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.nbox .box .list ul li .tu p {
	width: 38px;
	height: 38px;
	padding: 8px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: rgba(230,0,18,.9);
}
.nbox .box .list ul li .tu p img {
	display: block;
	margin: auto;
	height: 20px;
}
.nbox .box .list ul li .tu p span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #fff;
}
.nbox .box .list ul li:hover .tu>img {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
}
.nbox .box .list ul li .wen {
	padding: 10px;
}
.nbox .box .list ul li .wen .w01 {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.nbox .box .list ul li .wen .w02 {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.nbox .box .list ul li .wen .w03 {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #666;
}
.nbox .box .list ul li .wen .w01:hover {
	color: #e60012;
}
.nbox .box .tab_menu {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.nbox .box .tab_menu li {
	width: 120px;
	display: block;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	background-color: rgba(255,255,255,.7);
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	margin: 0 5px;
	cursor: pointer;
	overflow: hidden;
}
.nbox .box .tab_menu li.on {
	background-color: #e60012;
	color: #fff;
}
}





@media screen and (min-width:1440px) {
.sbox {
	width: 100%;
	min-height: calc(100% - 100px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sbox .bg {
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: .98;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.sbox .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.sbox .box .title {
	width: 100%;
	text-align: center;
}
.sbox .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.sbox .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.sbox .box .con {
	width: 100%;
	display: block;
	padding-top: 2vw;
}
.sbox .box .con .left {
	width: 50%;
	float: left;
	position: relative;
}
.sbox .box .con .left .swi {
	position: absolute;
	left: 7.5%;
	bottom: 2.6vw;
	z-index: 9;
}
.sbox .box .con .left .swi div {
	width: 2vw;
	height: 2vw;
	float: left;
	margin-right: 1vw;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.sbox .box .con .left .swi .swiper-button-prev {
	background-image: url('../image/left.png');
}
.sbox .box .con .left .swi .swiper-button-next {
	background-image: url('../image/right.png');
}
.sbox .box .con .left .swi .swiper-button-prev:hover {
	background-image: url('../image/lefth.png');
	background-color: #fff;
}
.sbox .box .con .left .swi .swiper-button-next:hover {
	background-image: url('../image/righth.png');
	background-color: #fff;
}
.sbox .box .con .left .swiper-container {
	width: 100%;
	position: relative;
	z-index: 1;
}
.sbox .box .con .left .swiper-container .swiper-slide {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 2vw;
}
.sbox .box .con .left .swiper-container .swiper-slide .tu {
	width: 100%;
	height: 32.55vw;
	position: relative;
	z-index: 1;
}
.sbox .box .con .left .swiper-container .swiper-slide .tu img {
	width: 100%;
	display: block;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen {
	background-color: #e60012;
	width: 37.5%;
	height: 15.75vw;
	position: absolute;
	left: 3.75%;
	bottom: 0;
	z-index: 9;
	padding: 1.8vw 3.75%;
	box-sizing: border-box;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen .w01 {
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen .w02 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
margin-top: .5vw;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.sbox .box .con .right {
	width: 43.75%;
	float: right;
	padding-top: 1.3vw;
}
.sbox .box .con .right .w01 {
	color: #e60012;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
}
.sbox .box .con .right .w02 {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
margin-top: .3vw;
}
.sbox .box .con .right .w03 {
	font-size: 24px;
	line-height: 34px;
margin-top: .5vw;
}
.sbox .box .con .right .w04 {
	font-size: 18px;
	line-height: 28px;
	margin-top: 1vw;
}
.sbox .box .con .right .w05 {
	display: block;
padding-top: .5vw;
}
.sbox .box .con .right .w05 li {
	display: block;
	overflow: hidden;
	margin-top: 1.5625vw;
}
.sbox .box .con .right .w05 li strong {
	display: block;
	float: left;
	width: 80px;
	font-size: 54px;
	line-height: 1;
	overflow: hidden;
	font-weight: bold;
	color: #e60012;
}
.sbox .box .con .right .w05 li p {
	display: block;
	float: left;
	width: calc(100% - 80px);
	padding: 1px 0;
}
.sbox .box .con .right .w05 li p a {
	display: block;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sbox .box .con .right .w05 li p span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sbox .box .con .right .w05 li p a:hover {
	color: #e60012;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.sbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sbox .bg {
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: .98;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.sbox .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.sbox .box .title {
	width: 100%;
	text-align: center;
}
.sbox .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.sbox .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.sbox .box .con {
	width: 100%;
	display: block;
	padding-top: 25px;
}
.sbox .box .con .left {
	width: 50%;
	float: left;
	position: relative;
}
.sbox .box .con .left .swi {
	position: absolute;
	left: 40px;
	bottom: 20px;
	z-index: 9;
}
.sbox .box .con .left .swi div {
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.sbox .box .con .left .swi .swiper-button-prev {
	background-image: url('../image/left.png');
}
.sbox .box .con .left .swi .swiper-button-next {
	background-image: url('../image/right.png');
}
.sbox .box .con .left .swi .swiper-button-prev:hover {
	background-image: url('../image/lefth.png');
	background-color: #fff;
}
.sbox .box .con .left .swi .swiper-button-next:hover {
	background-image: url('../image/righth.png');
	background-color: #fff;
}
.sbox .box .con .left .swiper-container {
	width: 100%;
	position: relative;
	z-index: 1;
}
.sbox .box .con .left .swiper-container .swiper-slide {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.sbox .box .con .left .swiper-container .swiper-slide .tu {
	width: 100%;
	height: 36.425vw;
	position: relative;
	z-index: 1;
}
.sbox .box .con .left .swiper-container .swiper-slide .tu img {
	width: 100%;
	display: block;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen {
	background-color: #e60012;
	width: 200px;
	height: 200px;
	position: absolute;
	left: 20px;
	bottom: 0;
	z-index: 9;
	padding: 15px 20px;
	box-sizing: border-box;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen .w01 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen .w02 {
	color: #fff;
	font-size: 24px;
	line-height: 34px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.sbox .box .con .right {
	width: 47%;
	float: right;
}
.sbox .box .con .right .w01 {
	color: #e60012;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
}
.sbox .box .con .right .w02 {
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	margin-top: 5px;
}
.sbox .box .con .right .w03 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 5px;
}
.sbox .box .con .right .w04 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.sbox .box .con .right .w05 {
	display: block;
	padding-top: 5px;
}
.sbox .box .con .right .w05 li {
	display: block;
	overflow: hidden;
	margin-top: 15px;
}
.sbox .box .con .right .w05 li strong {
	display: block;
	float: left;
	width: 70px;
	font-size: 50px;
	line-height: 1;
	overflow: hidden;
	font-weight: bold;
	color: #e60012;
}
.sbox .box .con .right .w05 li p {
	display: block;
	float: left;
	width: calc(100% - 70px);
}
.sbox .box .con .right .w05 li p a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sbox .box .con .right .w05 li p span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sbox .box .con .right .w05 li p a:hover {
	color: #e60012;
}
}
 @media only screen and (max-width:1023px) {
.sbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sbox .bg {
	width: 100%;
	height: 100%;
	background-color: #eee;
	opacity: .98;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.sbox .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.sbox .box .title {
	width: 100%;
	text-align: center;
}
.sbox .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.sbox .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.sbox .box .con {
	width: 100%;
	display: block;
	padding-top: 15px;
}
.sbox .box .con .left {
	width: 100%;
	float: left;
	position: relative;
}
.sbox .box .con .left .swi {
	position: absolute;
	left: 30px;
	bottom: 15px;
	z-index: 9;
}
.sbox .box .con .left .swi div {
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.sbox .box .con .left .swi .swiper-button-prev {
	background-image: url('../image/left.png');
}
.sbox .box .con .left .swi .swiper-button-next {
	background-image: url('../image/right.png');
}
.sbox .box .con .left .swi .swiper-button-prev:hover {
	background-image: url('../image/lefth.png');
	background-color: #fff;
}
.sbox .box .con .left .swi .swiper-button-next:hover {
	background-image: url('../image/righth.png');
	background-color: #fff;
}
.sbox .box .con .left .swiper-container {
	width: 100%;
	position: relative;
	z-index: 1;
}
.sbox .box .con .left .swiper-container .swiper-slide {
	width: 100%;
	position: relative;
	display: block;
	padding-bottom: 20px;
}
.sbox .box .con .left .swiper-container .swiper-slide .tu {
	width: 100%;
	height: 72.85vw;
	position: relative;
	z-index: 1;
}
.sbox .box .con .left .swiper-container .swiper-slide .tu img {
	width: 100%;
	display: block;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen {
	background-color: #e60012;
	width: 160px;
	height: 160px;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 9;
	padding: 10px 15px;
	box-sizing: border-box;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen .w01 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.sbox .box .con .left .swiper-container .swiper-slide .wen .w02 {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 5px;
}
.sbox .box .con .right {
	width: 100%;
	float: right;
	margin-top: 15px;
}
.sbox .box .con .right .w01 {
	color: #e60012;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 22px;
}
.sbox .box .con .right .w02 {
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	margin-top: 5px;
}
.sbox .box .con .right .w03 {
	font-size: 16px;
	line-height: 26px;
}
.sbox .box .con .right .w04 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}
.sbox .box .con .right .w05 {
	display: block;
	padding-top: 5px;
}
.sbox .box .con .right .w05 li {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
.sbox .box .con .right .w05 li strong {
	display: block;
	float: left;
	width: 60px;
	font-size: 46px;
	line-height: 1;
	overflow: hidden;
	font-weight: bold;
	color: #e60012;
}
.sbox .box .con .right .w05 li p {
	display: block;
	float: left;
	width: calc(100% - 60px);
}
.sbox .box .con .right .w05 li p a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sbox .box .con .right .w05 li p span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sbox .box .con .right .w05 li p a:hover {
	color: #e60012;
}
}





@media screen and (min-width:1440px) {
.lbox {
	width: 100%;
	min-height: calc(100% - 100px);
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.lbox .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.lbox .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.lbox .box .title {
	width: 100%;
	text-align: center;
}
.lbox .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lbox .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
margin-top: .5vw;
}
.lbox .box .con {
	width: 100%;
	padding: 3.125vw 3.125%;
	padding-top: 2vw;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
	display: flex;
}
.lbox .box .con .bg01 {
	width: 50%;
	height: 15.75vw;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	opacity: .7;
}
.lbox .box .con .bg02 {
	width: 50%;
	height: 15.75vw;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	opacity: .5;
}
.lbox .box .con .left {
	width: 52%;
	position: relative;
	z-index: 9;
}
.lbox .box .con .left #map {
	width: 100%;
	height: 100%;
}
.lbox .box .con .right {
	padding: 3.6vw 4.6%;
	width: 38.8%;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.lbox .box .con .right .w01 {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}
.lbox .box .con .right .w02 {
	display: block;
}
.lbox .box .con .right .w02 dt {
	display: block;
	overflow: hidden;
	margin-top: 1vw;
	width: 100%;
	float: left;
}
.lbox .box .con .right .w02 dd {
	display: block;
	overflow: hidden;
	margin-top: 1vw;
	width: 48%;
	margin-left: 4%;
	float: left;
}
.lbox .box .con .right .w02 dd:nth-child(2n+1) {
	margin-left: 0;
}
.lbox .box .con .right .w02 span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
.lbox .box .con .right .w02 p {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
.lbox .box .con .right .w03 {
	margin-top: 1vw;
}
.lbox .box .con .right .w03 span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	width: 100%;
	float: left;
}
.lbox .box .con .right .w03 p {
	display: flex;
	align-items: center;
	margin: 5px 0;
	height: 6.25vw;
	background-color: #eee;
	border: 1px solid #eee;
	float: left;
}
.lbox .box .con .right .w03 p strong {
	display: block;
	width: 6.25vw;
	height: 6.25vw;
	overflow: hidden;
}
.lbox .box .con .right .w03 p strong img {
	height: 6.25vw;
	display: block;
}
.lbox .box .con .right .w03 p a {
	display: block;
	padding: 0 1vw;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.lbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.lbox .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.lbox .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.lbox .box .title {
	width: 100%;
	text-align: center;
}
.lbox .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lbox .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	margin-top: 5px;
}
.lbox .box .con {
	width: 100%;
	padding: 30px 3%;
	padding-top: 25px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
	display: flex;
}
.lbox .box .con .bg01 {
	width: 50%;
	height: 200px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	opacity: .7;
}
.lbox .box .con .bg02 {
	width: 50%;
	height: 200px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	opacity: .5;
}
.lbox .box .con .left {
	width: 52%;
	position: relative;
	z-index: 9;
}
.lbox .box .con .left #map {
	width: 100%;
	height: 100%;
}
.lbox .box .con .right {
	padding: 40px;
	box-sizing: border-box;
	width: 48%;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.lbox .box .con .right .w01 {
	font-size: 24px;
	line-height: 34px;
	color: #333;
	font-weight: bold;
}
.lbox .box .con .right .w02 {
	display: block;
}
.lbox .box .con .right .w02 dt {
	display: block;
	overflow: hidden;
	margin-top: 15px;
	width: 100%;
	float: left;
}
.lbox .box .con .right .w02 dd {
	display: block;
	overflow: hidden;
	margin-top: 15px;
	width: 48%;
	margin-left: 4%;
	float: left;
}
.lbox .box .con .right .w02 dd:nth-child(2n+1) {
	margin-left: 0;
}
.lbox .box .con .right .w02 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.lbox .box .con .right .w02 p {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.lbox .box .con .right .w03 {
	margin-top: 15px;
}
.lbox .box .con .right .w03 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	width: 100%;
	float: left;
}
.lbox .box .con .right .w03 p {
	display: flex;
	align-items: center;
	margin: 5px 0;
	height: 100px;
	background-color: #eee;
	border: 1px solid #eee;
	float: left;
}
.lbox .box .con .right .w03 p strong {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.lbox .box .con .right .w03 p strong img {
	height: 100px;
	display: block;
}
.lbox .box .con .right .w03 p a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}
}
 @media only screen and (max-width:1023px) {
.lbox {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.lbox .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.lbox .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.lbox .box .title {
	width: 100%;
	text-align: center;
}
.lbox .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lbox .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.lbox .box .con {
	width: 100%;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 9;
}
.lbox .box .con .bg01 {
	width: 50%;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	opacity: .7;
}
.lbox .box .con .bg02 {
	width: 50%;
	height: 100px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: #e60012;
	opacity: .5;
}
.lbox .box .con .left {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 9;
}
.lbox .box .con .left #map {
	width: 100%;
	height: 100%;
}
.lbox .box .con .right {
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.lbox .box .con .right .w01 {
	font-size: 18px;
	line-height: 28px;
	color: #333;
	font-weight: bold;
}
.lbox .box .con .right .w02 {
	display: block;
}
.lbox .box .con .right .w02 dt {
	display: block;
	overflow: hidden;
	margin-top: 5px;
	width: 100%;
	float: left;
}
.lbox .box .con .right .w02 dd {
	display: block;
	overflow: hidden;
	margin-top: 5px;
	margin-left: 15px;
	float: left;
}
.lbox .box .con .right .w02 dd:nth-child(2n+1) {
	margin-left: 0;
}
.lbox .box .con .right .w02 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.lbox .box .con .right .w02 p {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.lbox .box .con .right .w03 {
	margin-top: 5px;
}
.lbox .box .con .right .w03 span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	width: 100%;
	float: left;
}
.lbox .box .con .right .w03 p {
	display: flex;
	align-items: center;
	margin: 5px 0;
	height: 80px;
	background-color: #eee;
	border: 1px solid #eee;
	float: left;
}
.lbox .box .con .right .w03 p strong {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.lbox .box .con .right .w03 p strong img {
	height: 80px;
	display: block;
}
.lbox .box .con .right .w03 p a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
}
}





@media screen and (min-width:1440px) {
.footer {
	width: 100%;
	background-color: #222;
	position: relative;
	z-index: 1;
}
.footer .foot {
	width: 84%;
	padding: 3.6vw 8%;
	border-bottom: 1px solid #333;
}
.footer .foot .left {
	width: 11.25%;
	float: left;
}
.footer .foot .left span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.footer .foot .left span a {
	color: #fff;
}
.footer .foot .left p {
	display: block;
}
.footer .foot .left p a {
	display: block;
	font-size: 16px;
	line-height: 26px;
margin-top: .5vw;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer .foot .left p a:hover {
	color: #fff;
}
.footer .foot .mil {
	width: 8.75%;
	float: left;
	margin-left: 2.5%;
}
.footer .foot .mil span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 5px;
}
.footer .foot .mil strong {
	display: block;
margin-top: .5vw;
padding: .4vw;
	border: 1px solid #333;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.footer .foot .mil strong img {
	width: 100%;
	display: block;
}
.footer .foot .mil p {
	display: block;
	font-size: 16px;
	line-height: 26px;
padding-top: .5vw;
	color: #999;
	text-align: center;
}
.footer .foot .right {
	float: right;
	width: 25%;
}
.footer .foot .right span {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
}
.footer .foot .right a {
	display: flex;
	font-size: 36px;
	line-height: 40px;
	color: #fff;
margin-top: .5vw;
}
.footer .foot .right a strong {
	display: block;
	width: 26px;
	padding-top: 18px;
}
.footer .foot .right a strong img {
	height: 16px;
	display: block;
}
.footer .foot .right p {
	display: flex;
	font-size: 16px;
	line-height: 26px;
	color: #999;
margin-top: .5vw;
}
.footer .foot .right p strong {
	display: block;
	width: 26px;
	padding-top: 5px;
}
.footer .foot .right p strong img {
	height: 16px;
	display: block;
}
.footer .bq {
	width: 84%;
	padding: 1.25vw 8%;
	border-top: 1px solid #111;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .bq p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: 0 0.9375%;
}
.footer .bq p a {
	color: #999;
}
#gotop {
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	background-color: rgba(230,0,18,0.7);
	border-radius: 5px;
	position: fixed;
	right: 3%;
	bottom: 5%;
	z-index: 99;
	overflow: hidden;
}
#gotop img {
	width: 100%;
	display: block;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.footer {
	width: 100%;
	background-color: #222;
	position: relative;
	z-index: 1;
}
.footer .foot {
	width: 94%;
	padding: 40px 3%;
	border-bottom: 1px solid #333;
}
.footer .foot .left {
	width: 12%;
	float: left;
}
.footer .foot .left span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.footer .foot .left span a {
	color: #fff;
}
.footer .foot .left p {
	display: block;
}
.footer .foot .left p a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer .foot .left p a:hover {
	color: #fff;
}
.footer .foot .mil {
	width: 11%;
	float: left;
	margin-left: 2%;
}
.footer .foot .mil span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.footer .foot .mil strong {
	display: block;
	margin-top: 10px;
	padding: 4px;
	border: 1px solid #333;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.footer .foot .mil strong img {
	width: 100%;
	display: block;
}
.footer .foot .mil p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
	color: #999;
	text-align: center;
}
.footer .foot .right {
	float: right;
	width: 25%;
}
.footer .foot .right span {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
}
.footer .foot .right a {
	display: flex;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	margin-top: 5px;
}
.footer .foot .right a strong {
	display: block;
	width: 25px;
	padding-top: 10px;
}
.footer .foot .right a strong img {
	height: 16px;
	display: block;
}
.footer .foot .right p {
	display: flex;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 5px;
}
.footer .foot .right p strong {
	display: block;
	width: 25px;
	padding-top: 4px;
}
.footer .foot .right p strong img {
	height: 16px;
	display: block;
}
.footer .bq {
	width: 96%;
	padding: 15px 3%;
	border-top: 1px solid #111;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .bq p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: 0 10px;
}
.footer .bq p a {
	color: #999;
}
#gotop {
	width: 40px;
	height: 40px;
	display: block;
	cursor: pointer;
	background-color: rgba(230,0,18,0.7);
	border-radius: 5px;
	position: fixed;
	right: 3%;
	bottom: 70px;
	z-index: 99;
	overflow: hidden;
}
#gotop img {
	width: 100%;
	display: block;
}
}
 @media only screen and (max-width:1023px) {
.footer {
	width: 100%;
	background-color: #222;
	position: relative;
	z-index: 1;
}
.footer .foot {
	width: 96%;
	padding: 25px 3%;
	border-bottom: 1px solid #333;
}
.footer .foot .left {
	width: 100%;
	float: left;
	margin-bottom: 5px;
}
.footer .foot .left span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.footer .foot .left span a {
	color: #fff;
}
.footer .foot .left p {
	display: block;
	overflow: hidden;
	width: calc(100% + 10px);
}
.footer .foot .left p a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-right: 10px;
	float: left;
	color: #999;
	overflow: hidden;
}
.footer .foot .left p a:hover {
	color: #fff;
}
.footer .foot .mil {
	width: 130px;
	float: left;
	margin-top: 10px;
}
.footer .foot .mil span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 5px;
}
.footer .foot .mil strong {
	display: block;
	padding: 4px;
	border: 1px solid #333;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}
.footer .foot .mil strong img {
	width: 100%;
	display: block;
}
.footer .foot .mil p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	padding-top: 5px;
	color: #999;
	text-align: center;
}
.footer .foot .right {
	float: right;
	width: calc(100% - 150px);
	margin-top: 10px;
}
.footer .foot .right span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.footer .foot .right a {
	display: flex;
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	margin-top: 5px;
}
.footer .foot .right a strong {
	display: block;
	width: 25px;
	padding-top: 10px;
}
.footer .foot .right a strong img {
	height: 16px;
	display: block;
}
.footer .foot .right p {
	display: flex;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 5px;
}
.footer .foot .right p strong {
	display: block;
	width: 25px;
	padding-top: 4px;
}
.footer .foot .right p strong img {
	height: 16px;
	display: block;
}
.footer .bq {
	width: 96%;
	padding: 10px 3%;
	border-top: 1px solid #111;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer .bq p {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin: 0 5px;
}
.footer .bq p a {
	color: #999;
}
#gotop {
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
	background-color: rgba(230,0,18,0.7);
	border-radius: 5px;
	position: fixed;
	right: 3%;
	bottom: 70px;
	z-index: 99;
	overflow: hidden;
}
#gotop img {
	width: 100%;
	display: block;
}
}





@media screen and (min-width:1440px) {
.ban {
	width: 100%;
	height: 23.96vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 100px solid #fff;
}
.ban .box {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
}
.ban .box p {
	width: 84%;
	margin: auto;
	text-align: center;
	display: block;
	overflow: hidden;
}
.ban .box span {
	font-size: 48px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	display: block;
	overflow: hidden;
}
.ban .box b {
	font-size: 36px;
	line-height: 46px;
	margin-top: 1vw;
	color: #fff;
	display: block;
	overflow: hidden;
}
.wei {
	width: 84%;
	padding: 1.3vw 8%;
	background-color: #f1f1f1;
}
.wei .left {
	padding-left: 30px;
	float: left;
	background-image: url("../image/home_05.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 28px;
}
.wei .right {
	float: right;
}
.wei .right a {
	display: block;
	float: left;
	margin-left: 2.3vw;
	font-size: 18px;
	line-height: 28px;
}
.wei .right a:hover, .wei .right a.on {
	color: #e60012;
}
.index {
	position: relative;
	width: 100%;
	top: -100px;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ban {
	width: 100%;
	height: 30vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 80px solid #fff;
}
.ban .box {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
}
.ban .box p {
	width: 94%;
	margin: auto;
	text-align: center;
	display: block;
	overflow: hidden;
}
.ban .box span {
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	display: block;
	overflow: hidden;
}
.ban .box b {
	font-size: 30px;
	line-height: 40px;
	margin-top: 10px;
	color: #fff;
	display: block;
	overflow: hidden;
}
.wei {
	width: 94%;
	padding: 20px 3%;
	background-color: #f1f1f1;
}
.wei .left {
	padding-left: 28px;
	float: left;
	background-image: url("../image/home_05.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 16px;
	line-height: 26px;
}
.wei .right {
	float: right;
}
.wei .right a {
	display: block;
	float: left;
	margin-left: 20px;
	font-size: 16px;
	line-height: 26px;
}
.wei .right a:hover, .wei .right a.on {
	color: #e60012;
}
.index {
	position: relative;
	width: 100%;
	top: -80px;
}
}
 @media only screen and (max-width:1023px) {
.ban {
	width: 100%;
	height: 40vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-top: 60px solid #fff;
}
.ban .box {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
}
.ban .box p {
	width: 94%;
	margin: auto;
	text-align: center;
	display: block;
	overflow: hidden;
}
.ban .box span {
	font-size: 32px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	display: block;
	overflow: hidden;
}
.ban .box b {
	font-size: 24px;
	line-height: 34px;
	margin-top: 5px;
	color: #fff;
	display: block;
	overflow: hidden;
}
.wei {
	width: 94%;
	padding: 10px 3%;
	background-color: #f1f1f1;
}
.wei .left {
	display: none;
}
.wei .right {
	float: right;
	width: calc(100% + 10px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.wei .right a {
	display: block;
	margin: 0 5px;
	font-size: 16px;
	line-height: 26px;
}
.wei .right a:hover, .wei .right a.on {
	color: #e60012;
}
.index {
	position: relative;
	width: 100%;
	top: -60px;
}
}





@media screen and (min-width:1440px) {
.ab01 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab01 .title {
	width: 100%;
	text-align: center;
}
.ab01 .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab01 .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.ab01 .box {
	width: 100%;
	display: block;
	padding-top: 2vw;
}
.ab01 .box .left {
	width: 47.5%;
	float: left;
}
.ab01 .box .left img {
	width: 100%;
	display: block;
}
.ab01 .box .right {
	width: 49.375%;
	float: right;
}
.ab01 .box .right .w01 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.ab01 .box .right .w02 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-transform: uppercase;
}
.ab01 .box .right .w03 {
	width: 60px;
	height: 2px;
	background-color: #e60012;
margin-top: .5vw;
}
.ab01 .box .right .w04 {
	font-size: 16px;
	line-height: 36px;
margin-top:.78vw;
}
.ab01 .box .list {
	width: 100%;
	float: left;
	display: flex;
	padding-top: 2.3vw;
}
.ab01 .box .list li {
	width: 20%;
	display: block;
	overflow: hidden;
}
.ab01 .box .list li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}
.ab01 .box .list li p {
	display: block;
	font-size: 14px;
	line-height: 1.2;
}
.ab01 .box .list li p b {
	font-size: 48px;
	color: #e60012;
margin-right:.5vw;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ab01 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab01 .title {
	width: 100%;
	text-align: center;
}
.ab01 .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab01 .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.ab01 .box {
	width: 100%;
	padding-top: 25px;
}
.ab01 .box .left {
	width: 47.5%;
	float: left;
}
.ab01 .box .left img {
	width: 100%;
	display: block;
}
.ab01 .box .right {
	width: 49.5%;
	float: right;
}
.ab01 .box .right .w01 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.ab01 .box .right .w02 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-transform: uppercase;
}
.ab01 .box .right .w03 {
	width: 50px;
	height: 2px;
	background-color: #e60012;
	margin-top: 5px;
}
.ab01 .box .right .w04 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
.ab01 .box .list {
	width: 100%;
	float: left;
	display: flex;
	padding-top: 20px;
}
.ab01 .box .list li {
	width: 20%;
	display: block;
	overflow: hidden;
}
.ab01 .box .list li span {
	display: block;
	font-size: 16px;
	line-height: 26px;
}
.ab01 .box .list li p {
	display: block;
	font-size: 14px;
}
.ab01 .box .list li p b {
	font-size: 38px;
	line-height: 1.2;
	color: #e60012;
	margin-right: 7px;
}
}
 @media only screen and (max-width:1023px) {
.ab01 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab01 .title {
	width: 100%;
	text-align: center;
}
.ab01 .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab01 .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.ab01 .box {
	width: 100%;
	padding-top: 10px;
}
.ab01 .box .left {
	width: 100%;
	float: left;
}
.ab01 .box .left img {
	width: 100%;
	display: block;
}
.ab01 .box .right {
	width: 100%;
	float: right;
	margin-top: 15px;
}
.ab01 .box .right .w01 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.ab01 .box .right .w02 {
	font-size: 14px;
	line-height: 1.2;
	color: #666;
	text-transform: uppercase;
}
.ab01 .box .right .w03 {
	width: 40px;
	height: 2px;
	background-color: #e60012;
	margin-top: 5px;
}
.ab01 .box .right .w04 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.ab01 .box .list {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.ab01 .box .list li {
	width: 33.33%;
	display: block;
	overflow: hidden;
	padding-top: 10px;
}
.ab01 .box .list li span {
	display: block;
	font-size: 14px;
	line-height: 24px;
}
.ab01 .box .list li p {
	display: block;
	font-size: 12px;
}
.ab01 .box .list li p b {
	font-size: 30px;
	line-height: 1.2;
	color: #e60012;
	margin-right: 5px;
}
}
 @media screen and (min-width:1440px) {
.ab02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ab02 .bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ab02 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.ab02 .box .title {
	width: 100%;
	text-align: center;
}
.ab02 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab02 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.ab02 .box .list {
	width: 100%;
	display: block;
}
.ab02 .box .list a {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 2vw;
	margin-left: 3.125%;
	background-color: #fff;
	width: 31.25%;
}
.ab02 .box .list a:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.ab02 .box .list a strong {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 19.42vw;
}
.ab02 .box .list a img {
	width: 100%;
	display: block;
}
.ab02 .box .list a p {
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 3.125vw;
	height: 3.125vw;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.ab02 .box .list a:hover p {
	color: #e60012;
}
.ab02 .box .more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 2.6vw;
}
.ab02 .box .more a {
	width: 12.5%;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: rgba(255,255,255,1);
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}
.ab02 .box .more a:hover {
	background-color: #e60012;
	color: #fff;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ab02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ab02 .bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ab02 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.ab02 .box .title {
	width: 100%;
	text-align: center;
}
.ab02 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab02 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.ab02 .box .list {
	width: 100%;
	display: block;
}
.ab02 .box .list a {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
	margin-left: 2%;
	background-color: #fff;
	width: 32%;
}
.ab02 .box .list a:nth-child(3n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.ab02 .box .list a strong {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 22.25vw;
}
.ab02 .box .list a img {
	width: 100%;
	display: block;
}
.ab02 .box .list a p {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.ab02 .box .list a:hover p {
	color: #e60012;
}
.ab02 .box .more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.ab02 .box .more a {
	width: 140px;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	background-color: rgba(255,255,255,1);
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.ab02 .box .more a:hover {
	background-color: #e60012;
	color: #fff;
}
}
 @media only screen and (max-width:1023px) {
.ab02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ab02 .bg {
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .9;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ab02 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.ab02 .box .title {
	width: 100%;
	text-align: center;
}
.ab02 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab02 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.ab02 .box .list {
	width: 100%;
	display: block;
	position: relative;
}
.ab02 .box .list a {
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
	margin-left: 3%;
	background-color: #fff;
	width: 48.5%;
}
.ab02 .box .list a:nth-child(2n+1) {
	clear: left;
	float: left;
	margin-left: 0;
}
.ab02 .box .list a strong {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 33.73vw;
}
.ab02 .box .list a img {
	width: 100%;
	display: block;
}
.ab02 .box .list a p {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	text-align: center;
	color: #333;
	overflow: hidden;
}
.ab02 .box .list a:hover p {
	color: #e60012;
}
.ab02 .box .more {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.ab02 .box .more a {
	width: 120px;
	display: block;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	background-color: rgba(255,255,255,1);
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}
.ab02 .box .more a:hover {
	background-color: #e60012;
	color: #fff;
}
}
 @media screen and (min-width:1440px) {
.ab03 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab03 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.ab03 .box .title {
	width: 100%;
	text-align: center;
}
.ab03 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab03 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.ab03 .box .list {
	width: 100%;
	display: block;
	overflow:visible;
}
.ab03 .box .list dt {
	width: 48.4375%;
	display: block;
	overflow: hidden;
	margin-top: 2vw;
	margin-left: 3.125%;
	float: left;
}
.ab03 .box .list dt:nth-child(2n+1) { margin-left:0;}
.ab03 .box .list dt img {
	width: 100%;
	display: block;
}

.ab03 .box .list dd {
	width:20%;
	float: left;
	background-color:#fff;
	margin-top: 2vw;
	display: block;
	position:relative;
	z-index:1;
}
.ab03 .box .list dd>img {
	width: 100%;
	display: block;
	position:relative; z-index:5;
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;
}
.ab03 .box .list dd span{ width:1px; height:70px; background-color:#f0f0f0; display:block; position:absolute; left:0; top:50%; margin-top:-35px; z-index:4;}
.ab03 .box .list dd:nth-child(5n+1) span{ display:none;}
.ab03 .box .list dd .wen{ width:100%; height:100%; background-color:#fff; display:flex; flex-direction:column; justify-content:center; align-items:center; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);  -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; padding:0 20px; box-sizing:border-box; z-index:2; display:none;}
.ab03 .box .list dd .wen .w01{ text-align:center; width:100%; color:#333; position:relative;}
.ab03 .box .list dd .wen .w01 b{ width:100%; position:absolute; left:0; top:0; opacity:0; z-index:1; display:block; font-size:100px; line-height:110px;}
.ab03 .box .list dd .wen .w01 p{ width:100%; font-size:28px; line-height:110px; position:relative; z-index:3; display:block; color:#e60012; font-weight:bold;}
.ab03 .box .list dd .wen .w02{ width:100%; font-size:18px; line-height:28px; height:56px; color:#666; margin-bottom:5px; text-align:center;}
.ab03 .box .list dd .wen .w03{ width:100%; display:none; font-size:16px; line-height:26px; color:#fff;}
.ab03 .box .list dd .wen .w04{ height:60px; padding:10px 0; width:100%;}
.ab03 .box .list dd .wen .w04 img{ display:block; height:60px; margin:auto;}
.ab03 .box .list dd:hover{ z-index:3;}
.ab03 .box .list dd:hover>img{ opacity:1; transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.ab03 .box .list dd:hover .wen{ width:calc(100% - 40px); height:calc(100% - 40px); opacity:0;}



}
 .ab03 .box .list dd .bot .w02::-webkit-scrollbar {
width:5px;
height:1px;
}
 .ab03 .box .list dd .bot .w02::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:rgba(255,255,255,.3);
}
 .ab03 .box .list dd .bot .w02::-webkit-scrollbar-track {
border-radius:10px;
background:#e60012;
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ab03 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab03 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.ab03 .box .title {
	width: 100%;
	text-align: center;
}
.ab03 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab03 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.ab03 .box .list {
	width: 100%;
	display: block;
	overflow:visible;
}
.ab03 .box .list dt {
	width: 49%;
	display: block;
	overflow: hidden;
	margin-top: 25px;
	margin-left: 2%;
	float: left;
}
.ab03 .box .list dt:nth-child(1) { margin-left:0;}
.ab03 .box .list dt img {
	width: 100%;
	display: block;
}
.ab03 .box .list dd {
	width: 20%;
	float: left;
	margin-top: 25px;
	display: block;
	background-color:#fff;
	position:relative;
	z-index:1;
}
.ab03 .box .list dd>img {
	width: 100%;
	display: block;
	opacity:0;
	position:relative; z-index:5;
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;
}
.ab03 .box .list dd span{ width:1px; height:50px; background-color:#f0f0f0; display:block; position:absolute; left:0; top:50%; margin-top:-25px; z-index:4;}
.ab03 .box .list dd:nth-child(5n+1) span{ display:none;}
.ab03 .box .list dd .wen{ width:100%; height:100%; background-color:#fff; display:flex; flex-direction:column; justify-content:center; align-items:center; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);  -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s; z-index:2;}
.ab03 .box .list dd .wen .w01{ width:calc(100% - 30px); padding:0 15px; text-align:center; width:100%; color:#333; position:relative;}
.ab03 .box .list dd .wen .w01 b{ width:100%; position:absolute; left:0; top:0; opacity:0; z-index:1; display:block; font-size:80px; line-height:90px;}
.ab03 .box .list dd .wen .w01 p{ width:100%; font-size:24px; line-height:90px; line-height:90px; position:relative; z-index:3; display:block; color:#e60012; font-weight:bold;}
.ab03 .box .list dd .wen .w02{ width:calc(100% - 30px); padding:0 15px; font-size:16px; line-height:26px; height:52px; color:#666; margin-bottom:5px; text-align:center;}
.ab03 .box .list dd .wen .w03{ display:none; font-size:16px; line-height:22px; color:#fff; padding:10px 15px; box-sizing:border-box; height:100%; overflow:auto;}
.ab03 .box .list dd .wen .w04{ height:50px; padding:10px 0; width:100%;}
.ab03 .box .list dd .wen .w04 img{ display:block; height:50px; margin:auto;}
.ab03 .box .list dd:hover{ z-index:3;}
.ab03 .box .list dd:hover>img{ opacity:1; transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.ab03 .box .list dd:hover .wen{ width:calc(100% - 40px); height:calc(100% - 40px); opacity:0;}


}
 @media only screen and (max-width:1023px) {
.ab03 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab03 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.ab03 .box .title {
	width: 100%;
	text-align: center;
}
.ab03 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab03 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.ab03 .box .list {
	width: 100%;
	display: block;
	position: relative;
	overflow:visible;
}
.ab03 .box .list dt {
	width: 48.5%;
	display: block;
	overflow: hidden;
	margin-top: 15px;
	margin-left:3%;
	float: left;
}
.ab03 .box .list dt:nth-child(2n+1) {
	margin-left: 0;
}
.ab03 .box .list dt img {
	width: 100%;
	display: block;
}
.ab03 .box .list dd {
	width: 31.33%;
	float: left;
	margin-top: 15px;
	margin-left: 3%;
	display: block;
	background-color:#fff;
	position:relative;
	z-index:1;
}
.ab03 .box .list dd:nth-child(1) {
	margin-left: 0;
}
.ab03 .box .list dd:nth-child(4) {
	margin-left: 0;
	width: 48.5%;
}
.ab03 .box .list dd:nth-child(5) {
	width: 48.5%;
}
.ab03 .box .list dd>img {
	width: 100%;
	display: block;
	opacity:0;
	-webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;
}
.ab03 .box .list dd .wen{ width:100%; height:100%; background-color:#fff; display:flex; flex-direction:column; justify-content:center; align-items:center; position:absolute; top:50%; left:50%; transform:translateX(-50%) translateY(-50%);  -webkit-transition:.5s; -moz-transition:.5s; -o-transition:.5s; transition:.5s;}
.ab03 .box .list dd .wen .w01{ width:calc(100% - 20px); padding:0 10px; text-align:center; width:100%; color:#333; position:relative;}
.ab03 .box .list dd .wen .w01 b{ width:100%; position:absolute; left:0; top:0; opacity:0; z-index:1; display:block; font-size:70px; line-height:80px;}
.ab03 .box .list dd .wen .w01 p{ width:100%; font-size:20px; line-height:80px; line-height:80px; position:relative; z-index:3; display:block; color:#e60012; font-weight:bold;}
.ab03 .box .list dd .wen .w02{ width:calc(100% - 20px); padding:0 10px; font-size:14px; line-height:24px; height:72px; color:#666; margin-bottom:5px; text-align:center;}
.ab03 .box .list dd .wen .w03{ display:none; font-size:14px; line-height:18px; color:#fff; padding:10px; box-sizing:border-box; height:100%; overflow:auto;}
.ab03 .box .list dd .wen .w04{ height:40px; padding:10px 0; width:100%;}
.ab03 .box .list dd .wen .w04 img{ display:block; height:40px; margin:auto;}
.ab03 .box .list dd:hover{ z-index:3;}
.ab03 .box .list dd:hover>img{ opacity:1; transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1);}
.ab03 .box .list dd:hover .wen{ width:calc(100% - 40px); height:calc(100% - 40px); opacity:0;}


}
 @media screen and (min-width:1440px) {
.ab04 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ab04 .bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(255,255,255,.9),rgba(255,255,255,.7));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ab04 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}
.ab04 .box .title {
	width: 100%;
	position: absolute;
	left: 8%;
	top: 5vw;
}
.ab04 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab04 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.ab04 .box .gallery-top {
	width: 87.5%;
	padding: 90px 0;
	float: left;
	position: relative;
}
.ab04 .box .gallery-top .left {
	width: 42.85%;
	float: left;
}
.ab04 .box .gallery-top .left .w01 {
	font-size: 36px;
	line-height: 46px;
	font-weight: bold;
	margin-top: 2vw;
	text-transform: uppercase;
}
.ab04 .box .gallery-top .left .w02 {
	font-size: 60px;
	line-height: 70px;
	font-weight: bold;
	margin-top: 1.5625vw;
	color: #e60012;
}
.ab04 .box .gallery-top .left .w03 {
	font-size: 18px;
	line-height: 48px;
	margin-top: 1.7vw;
}
.ab04 .box .gallery-top .right {
	width: 52.86%;
	float: right;
}
.ab04 .box .gallery-top .right img {
	width: 100%;
	display: block;
}
.ab04 .box .gallery-top .swi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ab04 .box .gallery-top .swi .swiper-button-white {
	width: 3.6vw;
	height: 3.6vw;
	border: 1px solid #e60012;
	float: left;
	margin-right: 2.1%;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.ab04 .box .gallery-top .swi .swiper-button-white:hover {
	background-color: #e60012;
}
.ab04 .box .gallery-top .swi .swiper-button-prev {
	background-image: url("../image/zb.png");
}
.ab04 .box .gallery-top .swi .swiper-button-next {
	background-image: url("../image/yb.png");
}
.ab04 .box .gallery-top .swi .swiper-button-prev:hover {
	background-image: url("../image/zb01.png");
}
.ab04 .box .gallery-top .swi .swiper-button-next:hover {
	background-image: url("../image/yb01.png");
}
.ab04 .box .yc {
	width: 9.5%;
	margin-left: 3%;
	float: left;
}
.ab04 .box .yc .shang {
	width: 50px;
	float: right;
	padding-bottom: 1vw;
}
.ab04 .box .yc .shang img {
	display: block;
	margin: auto;
	animation: bounce-down 3.5s linear infinite;
}
.ab04 .box .yc .xia {
	width: 50px;
	float: right;
	padding-top: 1vw;
}
.ab04 .box .yc .xia img {
	display: block;
	margin: auto;
	animation: bounce-down 3.5s linear infinite;
}
.ab04 .box .gallery-thumbs {
	width: 100%;
	float: right;
	position: relative;
	height: 26.64vw;
}
.ab04 .box .gallery-thumbs .swiper-slide {
	text-align: right;
	font-size: 24px;
	line-height: 3.33vw;
	height: 3.33vw;
}
.ab04 .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	font-weight: bold;
	color: #e60012;
}
.ab04 .box .yc .swiper-button-disabled {
	opacity: 0;
}
}
 @-webkit-keyframes bounce-down {
 25% {
 -webkit-transform: translateY(-5px);
}
 50%, 100% {
 -webkit-transform: translateY(0);
}
 75% {
 -webkit-transform: translateY(5px);
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ab04 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ab04 .bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(255,255,255,.9),rgba(255,255,255,.7));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ab04 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
}
.ab04 .box .title {
	width: 100%;
	position: absolute;
	left: 3%;
	top: 5vw;
}
.ab04 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab04 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.ab04 .box .gallery-top {
	width: 87.5%;
	padding: 70px 0;
	float: left;
	position: relative;
}
.ab04 .box .gallery-top .left {
	width: 44%;
	float: left;
}
.ab04 .box .gallery-top .left .w01 {
	font-size: 26px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
.ab04 .box .gallery-top .left .w02 {
	font-size: 50px;
	line-height: 60px;
	font-weight: bold;
	margin-top: 15px;
	color: #e60012;
}
.ab04 .box .gallery-top .left .w03 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
.ab04 .box .gallery-top .right {
	width: 53%;
	float: right;
}
.ab04 .box .gallery-top .right img {
	width: 100%;
	display: block;
}
.ab04 .box .gallery-top .swi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ab04 .box .gallery-top .swi .swiper-button-white {
	width: 40px;
	height: 40px;
	border: 1px solid #e60012;
	float: left;
	margin-right: 2.1%;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.ab04 .box .gallery-top .swi .swiper-button-white:hover {
	background-color: #e60012;
}
.ab04 .box .gallery-top .swi .swiper-button-prev {
	background-image: url("../image/lefth.png");
}
.ab04 .box .gallery-top .swi .swiper-button-next {
	background-image: url("../image/righth.png");
}
.ab04 .box .gallery-top .swi .swiper-button-prev:hover {
	background-image: url("../image/left.png");
}
.ab04 .box .gallery-top .swi .swiper-button-next:hover {
	background-image: url("../image/right.png");
}
.ab04 .box .yc {
	width: 9.5%;
	margin-left: 3%;
	float: left;
}
.ab04 .box .yc .shang {
	width: 46px;
	float: right;
	padding-bottom: 15px;
}
.ab04 .box .yc .shang img {
	height: 14px;
	display: block;
	margin: auto;
	animation: bounce-down 3.5s linear infinite;
}
.ab04 .box .yc .xia {
	width: 46px;
	float: right;
	padding-top: 15px;
}
.ab04 .box .yc .xia img {
	height: 14px;
	display: block;
	margin: auto;
	animation: bounce-down 3.5s linear infinite;
}
.ab04 .box .gallery-thumbs {
	width: 100%;
	float: right;
	position: relative;
	height: 320px;
}
.ab04 .box .gallery-thumbs .swiper-slide {
	text-align: right;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}
.ab04 .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	font-weight: bold;
	color: #e60012;
}
.ab04 .box .yc .swiper-button-disabled {
	opacity: 0;
}
}
 @media only screen and (max-width:1023px) {
.ab04 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ab04 .bg {
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,rgba(255,255,255,.9),rgba(255,255,255,.7));
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.ab04 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.ab04 .box .title {
	width: 100%;
	text-align: center;
}
.ab04 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab04 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.ab04 .box .gallery-top {
	width: calc(100% - 80px);
	float: left;
	position: relative;
	margin-top: 15px;
}
.ab04 .box .gallery-top .left {
	width: 100%;
	float: left;
}
.ab04 .box .gallery-top .left .w01 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
.ab04 .box .gallery-top .left .w02 {
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	color: #e60012;
}
.ab04 .box .gallery-top .left .w03 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.ab04 .box .gallery-top .right {
	width: 100%;
	float: right;
	margin-top: 10px;
}
.ab04 .box .gallery-top .right img {
	width: 100%;
	display: block;
}
.ab04 .box .gallery-top .swi {
	width: 100%;
	margin-top: 20px;
}
.ab04 .box .gallery-top .swi .swiper-button-white {
	width: 34px;
	height: 34px;
	border: 1px solid #e60012;
	float: left;
	margin-right: 15px;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.ab04 .box .gallery-top .swi .swiper-button-white:hover {
	background-color: #e60012;
}
.ab04 .box .gallery-top .swi .swiper-button-prev {
	background-image: url("../image/lefth.png");
}
.ab04 .box .gallery-top .swi .swiper-button-next {
	background-image: url("../image/righth.png");
}
.ab04 .box .gallery-top .swi .swiper-button-prev:hover {
	background-image: url("../image/left.png");
}
.ab04 .box .gallery-top .swi .swiper-button-next:hover {
	background-image: url("../image/right.png");
}
.ab04 .box .yc {
	width: 80px;
	float: left;
}
.ab04 .box .yc .shang {
	width: 46px;
	float: right;
	padding-bottom: 5px;
}
.ab04 .box .yc .shang img {
	height: 9px;
	display: block;
	margin: auto;
	animation: bounce-down 3.5s linear infinite;
}
.ab04 .box .yc .xia {
	width: 46px;
	float: right;
	padding-top: 5px;
}
.ab04 .box .yc .xia img {
	height: 9px;
	display: block;
	margin: auto;
	animation: bounce-down 3.5s linear infinite;
}
.ab04 .box .gallery-thumbs {
	width: 100%;
	float: right;
	position: relative;
	margin-top: 15px;
	height: 320px;
}
.ab04 .box .gallery-thumbs .swiper-slide {
	text-align: right;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
}
.ab04 .box .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	font-weight: bold;
	color: #e60012;
}
.ab04 .box .yc .swiper-button-disabled {
	opacity: 0;
}
}
 @media screen and (min-width:1440px) {
.ab05 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab05 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.ab05 .box .title {
	width: 100%;
	text-align: center;
}
.ab05 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab05 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.ab05 .box .swiper-container {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 2vw;
}
.ab05 .box .swiper-container .swiper-slide {
	width: 56.25%;
	height: 31.5vw;
	margin: 0 2.1875%;
	position: relative;
	overflow: hidden;
}
.ab05 .box .swiper-container .swiper-slide img {
	width: 100%;
	display: block;
}
.ab05 .box .swiper-container .swiper-slide .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
}
.ab05 .box .swiper-container .swiper-slide .wen {
	padding: 0 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.7);
	font-size: 18px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
}
.ab05 .box .swiper-container .swiper-slide.swiper-slide-active .bg {
	display: none;
}
.ab05 .box .swiper-container .swiper-slide.swiper-slide-active .wen {
	display: block;
}
.ab05 .box .swiper-button-white {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
}
.ab05 .box .swiper-button-white img {
	width: 100%;
	display: block;
}
.ab05 .box .swiper-button-prev {
	left: 8.75%;
	margin-left: -30px;
}
.ab05 .box .swiper-button-next {
	right: 8.75%;
	margin-right: -30px;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ab05 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab05 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.ab05 .box .title {
	width: 100%;
	text-align: center;
}
.ab05 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab05 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.ab05 .box .swiper-container {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 25px;
	height: 43.51vw;
}
.ab05 .box .swiper-container .swiper-slide {
	width: 69.44%;
	height: 100%;
	margin: 0 1.5%;
	position: relative;
	overflow: hidden;
}
.ab05 .box .swiper-container .swiper-slide img {
	width: 100%;
	display: block;
}
.ab05 .box .swiper-container .swiper-slide .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
}
.ab05 .box .swiper-container .swiper-slide .wen {
	padding: 0 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,.7);
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
}
.ab05 .box .swiper-container .swiper-slide.swiper-slide-active .bg {
	display: none;
}
.ab05 .box .swiper-container .swiper-slide.swiper-slide-active .wen {
	display: block;
}
.ab05 .box .swiper-button-white {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
}
.ab05 .box .swiper-button-white img {
	width: 100%;
	display: block;
}
.ab05 .box .swiper-button-prev {
	left: 6.14%;
	margin-left: -25px;
}
.ab05 .box .swiper-button-next {
	right: 6.14%;
	margin-right: -25px;
}
}
 @media only screen and (max-width:1023px) {
.ab05 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.ab05 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.ab05 .box .title {
	width: 100%;
	text-align: center;
}
.ab05 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.ab05 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.ab05 .box .swiper-container {
	width: 100%;
	display: block;
	position: relative;
	margin-top: 15px;
}
.ab05 .box .swiper-container .swiper-wrapper {
	align-items: center;
}
.ab05 .box .swiper-container .swiper-slide {
	width: 69.44%;
	margin: 0 1.5%;
	height: 100%;
	overflow: hidden;
}
.ab05 .box .swiper-container .swiper-slide .tu {
	height: 34.595vw;
}
.ab05 .box .swiper-container .swiper-slide img {
	width: 100%;
	display: block;
}
.ab05 .box .swiper-container .swiper-slide .bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	position: absolute;
	left: 0;
	top: 0;
}
.ab05 .box .swiper-container .swiper-slide .wen {
	width: 94%;
	margin: auto;
	position: relative;
	z-index: 3;
	margin-top: -25px;
	display: none;
	padding: 10px 15px;
	box-sizing: border-box;
	background-color: rgba(14,110,184,.8);
}
.ab05 .box .swiper-container .swiper-slide .wen .h01 {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	font-weight: bold;
}
.ab05 .box .swiper-container .swiper-slide .wen .h02 {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.ab05 .box .swiper-container .swiper-slide.swiper-slide-active .bg {
	display: none;
}
.ab05 .box .swiper-container .swiper-slide.swiper-slide-active .wen {
	display: block;
}
.ab05 .box .swiper-button-white {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
.ab05 .box .swiper-button-white img {
	width: 100%;
	display: block;
}
.ab05 .box .swiper-button-prev {
	left: 6.14%;
	margin-left: -15px;
}
.ab05 .box .swiper-button-next {
	right: 6.14%;
	margin-right: -15px;
}
}





@media screen and (min-width:1440px) {
.news {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.news .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.news .box .title {
	width: 100%;
	text-align: center;
}
.news .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.news .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.news .box .list {
	width: 100%;
	display: block;
}
.news .box .list li {
	width: 23.75%;
	margin-top: 2vw;
	display: block;
	float: left;
	margin-left: 1.66%;
	background-color: #f1f1f1;
	overflow: hidden;
}
.news .box .list li:nth-child(4n+1) {
	margin-left: 0;
}
.news .box .list li .tu {
	width: 100%;
	height: 14.7vw;
	position: relative;
}
.news .box .list li .tu>img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .box .list li .tu p {
	width: 60px;
	height: 60px;
	padding: 10px;
	text-align: center;
	display: block;
	position: absolute;
	right: 5%;
	bottom: 1vw;
	background-color: rgba(230,0,18,.9);
}
.news .box .list li .tu p img {
	display: block;
	margin: auto;
}
.news .box .list li .tu p span {
	display: block;
	font-size: 18px;
	line-height: 38px;
	height: 38px;
	color: #fff;
}
.news .box .list li:hover .tu>img {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
}
.news .box .list li .wen {
	padding: 1.3vw 7.8%;
}
.news .box .list li .wen .w01 {
	font-size: 20px;
	line-height: 30px;
	height: 60px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .box .list li .wen .w02 {
	font-size: 16px;
	line-height: 30px;
	height: 120px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
margin: .3vw 0;
}
.news .box .list li .wen .w03 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	color: #666;
}
.news .box .list li .wen .w01:hover {
	color: #e60012;
}
.fanye {
	width: 100%;
	margin-top: 2vw;
	text-align: center;
}
.fanye li {
	margin: 0 5px;
	display: inline-block;
}
.fanye li a {
	font-size: 18px;
	min-width: 22px;
	padding: 0 5px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #cacaca;
	display: block;
}
.fanye li span {
	font-size: 18px;
	min-width: 22px;
	padding: 0 5px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e60012;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #e60012;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #e60012;
	border: 1px solid #e60012;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.news {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.news .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.news .box .title {
	width: 100%;
	text-align: center;
}
.news .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.news .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.news .box .list {
	width: 100%;
	display: block;
}
.news .box .list li {
	width: 32%;
	margin-top: 25px;
	display: block;
	float: left;
	margin-left: 2%;
	background-color: #f1f1f1;
	overflow: hidden;
}
.news .box .list li:nth-child(3n+1) {
	margin-left: 0;
}
.news .box .list li .tu {
	width: 100%;
	height: 22.16vw;
	position: relative;
}
.news .box .list li .tu>img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .box .list li .tu p {
	width: 46px;
	height: 46px;
	padding: 10px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: rgba(230,0,18,.9);
}
.news .box .list li .tu p img {
	display: block;
	margin: auto;
	height: 24px;
}
.news .box .list li .tu p span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	color: #fff;
}
.news .box .list li:hover .tu>img {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
}
.news .box .list li .wen {
	padding: 10px 15px;
}
.news .box .list li .wen .w01 {
	font-size: 18px;
	line-height: 28px;
	height: 56px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .box .list li .wen .w02 {
	font-size: 16px;
	line-height: 26px;
	height: 104px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 3px 0;
}
.news .box .list li .wen .w03 {
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	color: #666;
}
.news .box .list li .wen .w01:hover {
	color: #e60012;
}
.fanye {
	width: 100%;
	margin-top: 25px;
	text-align: center;
}
.fanye li {
	margin: 0 4px;
	display: inline-block;
}
.fanye li a {
	font-size: 16px;
	min-width: 24px;
	padding: 0 5px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #cacaca;
	display: block;
}
.fanye li span {
	font-size: 16px;
	min-width: 24px;
	padding: 0 5px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #e60012;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #e60012;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #e60012;
	border: 1px solid #e60012;
}
}
 @media only screen and (max-width:1023px) {
.news {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.news .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.news .box .title {
	width: 100%;
	text-align: center;
}
.news .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.news .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.news .box .list {
	width: 100%;
	display: block;
	position: relative;
}
.news .box .list li {
	width: 48.5%;
	margin-top: 15px;
	display: block;
	float: left;
	margin-left: 3%;
	background-color: #f1f1f1;
	overflow: hidden;
}
.news .box .list li:nth-child(2n+1) {
	margin-left: 0;
}
.news .box .list li .tu {
	width: 100%;
	height: 33.59vw;
	position: relative;
}
.news .box .list li .tu>img {
	width: 100%;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.news .box .list li .tu p {
	width: 38px;
	height: 38px;
	padding: 8px;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background-color: rgba(230,0,18,.9);
}
.news .box .list li .tu p img {
	display: block;
	margin: auto;
	height: 20px;
}
.news .box .list li .tu p span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #fff;
}
.news .box .list li:hover .tu>img {
	transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
}
.news .box .list li .wen {
	padding: 10px;
}
.news .box .list li .wen .w01 {
	font-size: 16px;
	line-height: 26px;
	height: 52px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news .box .list li .wen .w02 {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.news .box .list li .wen .w03 {
	font-size: 14px;
	line-height: 24px;
	height: 24px;
	color: #666;
}
.news .box .list li .wen .w01:hover {
	color: #e60012;
}
.fanye {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.fanye li {
	margin: 0 3px;
	display: inline-block;
}
.fanye li a {
	font-size: 14px;
	min-width: 14px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #cacaca;
	display: block;
}
.fanye li span {
	font-size: 14px;
	min-width: 14px;
	padding: 0 5px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #e60012;
	display: block;
}
.fanye li.active span {
	color: #fff;
	background-color: #e60012;
}
.fanye li.disabled span {
	color: #aaa;
	background-color: #f2f2f2;
	cursor: no-drop;
}
.fanye li a:hover {
	color: #e60012;
	border: 1px solid #e60012;
}
}





@media screen and (min-width:1440px) {
.ny {
	width: 84%;
	margin: 5vw auto;
	position: relative;
	z-index: 1;
}
.ny .title {
	width: 100%;
}
.ny .title b {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
.ny .title span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 10px;
}
.ny .title p {
	display: block;
	margin-top: 10px;
	width: 100px;
	height: 2px;
	background-color: #333;
}
.ny .wen {
	margin-top: 25px;
	font-size: 14px;
	line-height: 24px;
}
.ny .wen img {
	max-width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#portfolio-nav {
	width: 100%;
	height: 40px;
	padding: 30px 0;
	margin: auto;
	margin-top: 25px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #cacaca;
}
#portfolio-nav .fh {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}
#portfolio-nav .fh p {
	cursor: pointer;
	display: block;
	margin: auto;
	float: left;
	margin-left: 17px;
	margin-top: 17px;
	position: relative;
	background-position: 11px center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 20px;
	width: 40px;
	height: 40px;
}
#portfolio-nav .fh i {
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 0;
	transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	font-size: 20px;
	left: 18px;
	top: 22px;
	color: #888;
	background-color: #888;
	box-shadow: -0.5em 0 #888, -0.5em 0.5em #888, 0.5em 0 #888, 0.5em -0.5em #888, 0 -0.5em #888, -0.5em -0.5em #888, 0 0.5em #888, 0.5em 0.5em #888;
}
#portfolio-nav .fh:hover p i {
	background-color: #333;
	color: #333;
	box-shadow: -0.6em 0 #333, -0.6em 0.6em #333, 0.6em 0 #333, 0.6em -0.6em #333, 0 -0.6em #333, -0.6em -0.6em #333, 0 0.6em #333, 0.6em 0.6em #333;
}
#portfolio-nav .prev {
	float: left;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .prev p {
	display: block;
	float: left;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
	margin-right: 10px;
}
#portfolio-nav .prev .ico {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	background: url(../image/zz.png) no-repeat left center;
	background-size: 10px 16px;
}
#portfolio-nav .prev .line {
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .prev:hover p {
	width: 40px;
}
#portfolio-nav .prev:hover .line {
	width: 30px;
}
#portfolio-nav .next {
	float: right;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .next p {
	display: block;
	float: right;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
	margin-right: 10px;
}
#portfolio-nav .next .ico {
	display: block;
	float: right;
	width: 30px;
	height: 40px;
	background: url(../image/yy.png) no-repeat right center;
	background-size: 10px 16px;
}
#portfolio-nav .next .line {
	width: 0px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .next:hover p {
	width: 40px;
}
#portfolio-nav .next:hover .line {
	width: 30px;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ny {
	width: 94%;
	margin: 5vw auto;
	position: relative;
	z-index: 1;
}
.ny .title {
	width: 100%;
}
.ny .title b {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.ny .title span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-top: 5px;
}
.ny .title p {
	display: block;
	margin-top: 5px;
	width: 80px;
	height: 2px;
	background-color: #333;
}
.ny .wen {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
}
.ny .wen img {
	max-width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#portfolio-nav {
	width: 100%;
	height: 40px;
	padding: 20px 0;
	margin: auto;
	margin-top: 20px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #cacaca;
}
#portfolio-nav .fh {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}
#portfolio-nav .fh p {
	cursor: pointer;
	display: block;
	margin: auto;
	float: left;
	margin-left: 17px;
	margin-top: 17px;
	position: relative;
	background-position: 11px center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 20px;
	width: 40px;
	height: 40px;
}
#portfolio-nav .fh i {
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 0;
	transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	font-size: 20px;
	left: 18px;
	top: 22px;
	color: #888;
	background-color: #888;
	box-shadow: -0.5em 0 #888, -0.5em 0.5em #888, 0.5em 0 #888, 0.5em -0.5em #888, 0 -0.5em #888, -0.5em -0.5em #888, 0 0.5em #888, 0.5em 0.5em #888;
}
#portfolio-nav .fh:hover p i {
	background-color: #333;
	color: #333;
	box-shadow: -0.6em 0 #333, -0.6em 0.6em #333, 0.6em 0 #333, 0.6em -0.6em #333, 0 -0.6em #333, -0.6em -0.6em #333, 0 0.6em #333, 0.6em 0.6em #333;
}
#portfolio-nav .prev {
	float: left;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .prev p {
	display: block;
	float: left;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
	margin-right: 10px;
}
#portfolio-nav .prev .ico {
	display: block;
	float: left;
	width: 30px;
	height: 40px;
	background: url(../image/zz.png) no-repeat left center;
	background-size: 10px 16px;
}
#portfolio-nav .prev .line {
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .prev:hover p {
	width: 40px;
}
#portfolio-nav .prev:hover .line {
	width: 30px;
}
#portfolio-nav .next {
	float: right;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 40px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .next p {
	display: block;
	float: right;
	width: 30px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
	margin-right: 10px;
}
#portfolio-nav .next .ico {
	display: block;
	float: right;
	width: 30px;
	height: 40px;
	background: url(../image/yy.png) no-repeat right center;
	background-size: 10px 16px;
}
#portfolio-nav .next .line {
	width: 0px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .next:hover p {
	width: 40px;
}
#portfolio-nav .next:hover .line {
	width: 30px;
}
}
 @media only screen and (max-width:1023px) {
.ny {
	width: 94%;
	margin: 35px auto;
	position: relative;
	z-index: 1;
}
.ny .title {
	width: 100%;
}
.ny .title b {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.ny .title span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.ny .title p {
	display: block;
	margin-top: 5px;
	width: 60px;
	height: 2px;
	background-color: #333;
}
.ny .wen {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
}
.ny .wen img {
	max-width: 100%;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#portfolio-nav {
	width: 100%;
	height: 40px;
	padding: 15px 0;
	margin: auto;
	margin-top: 10px;
	position: relative;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #cacaca;
}
#portfolio-nav .fh {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}
#portfolio-nav .fh p {
	cursor: pointer;
	display: block;
	margin: auto;
	float: left;
	margin-left: 17px;
	margin-top: 17px;
	position: relative;
	background-position: 11px center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-size: 20px;
	width: 40px;
	height: 40px;
}
#portfolio-nav .fh i {
	width: 6px;
	height: 6px;
	display: block;
	border-radius: 0;
	transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	-webkit-transition: all 0.25s cubic-bezier(0.12, 0.75, 0.4, 1);
	font-size: 20px;
	left: 18px;
	top: 22px;
	color: #888;
	background-color: #888;
	box-shadow: -0.5em 0 #888, -0.5em 0.5em #888, 0.5em 0 #888, 0.5em -0.5em #888, 0 -0.5em #888, -0.5em -0.5em #888, 0 0.5em #888, 0.5em 0.5em #888;
}
#portfolio-nav .fh:hover p i {
	background-color: #333;
	color: #333;
	box-shadow: -0.6em 0 #333, -0.6em 0.6em #333, 0.6em 0 #333, 0.6em -0.6em #333, 0 -0.6em #333, -0.6em -0.6em #333, 0 0.6em #333, 0.6em 0.6em #333;
}
#portfolio-nav .prev {
	float: left;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .prev p {
	display: block;
	float: left;
	width: 20px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
}
#portfolio-nav .prev .ico {
	display: block;
	float: left;
	width: 20px;
	height: 40px;
	background: url(../image/zz.png) no-repeat left center;
	background-size: 10px 16px;
}
#portfolio-nav .prev .line {
	width: 0px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .next {
	float: right;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 40px;
	max-width: calc(50% - 30px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#portfolio-nav .next p {
	display: block;
	float: right;
	width: 20px;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	position: relative;
	height: 40px;
}
#portfolio-nav .next .ico {
	display: block;
	float: right;
	width: 20px;
	height: 40px;
	background: url(../image/yy.png) no-repeat right center;
	background-size: 10px 16px;
}
#portfolio-nav .next .line {
	width: 0px;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all 0.5s cubic-bezier(0.4, 0.5, 0.2, 1.2);
	margin-top: -1px;
	background: #000;
}
#portfolio-nav .prev:hover .line {
	width: 15px;
}
#portfolio-nav .next:hover .line {
	width: 15px;
}
}





@media screen and (min-width:1440px) {
.pro01 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro01 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.pro01 .box .title {
	width: 100%;
	text-align: center;
}
.pro01 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro01 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.pro01 .box .list {
	width: 100%;
	display: block;
	margin-top: 2vw;
	position: relative;
}
.pro01 .box .list .line {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	z-index: 1;
	background-color: #e60012;
}
.pro01 .box .list li {
	display: block;
	height: 250px;
	width: 53.125%;
	position: relative;
	z-index: 3;
}
.pro01 .box .list li:nth-child(2n+1) {
	float: right;
}
.pro01 .box .list li:nth-child(2n) {
	float: left;
}
.pro01 .box .list li:nth-last-child(2) {
	height: auto;
}
.pro01 .box .list li .left {
	width: 5.2vw;
	height: 5.2vw;
	border-radius: 100%;
	background-color: #e60012;
	display: flex;
	align-itemsL: center;
}
.pro01 .box .list li .left img {
	height: 2.6vw;
	margin: auto;
	display: block;
}
.pro01 .box .list li .right {
	width: calc(92% - 5.2vw);
	position: relative;
}
.pro01 .box .list li .right .w01 {
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	font-weight: bold;
}
.pro01 .box .list li .right .w01 a {
	display: block;
	color: #e60012;
}
.pro01 .box .list li .right .w02 {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 1;
	background-color: #e60012;
}
.pro01 .box .list li .right .w03 {
	font-size: 16px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-top: 25px;
}
.pro01 .box .list li .right .w04 {
	width: 100%;
	padding-top: 23px;
}
.pro01 .box .list li .right .w04 p {
	display: block;
	float: left;
	overflow: hidden;
	width: 30.88%;
	margin-left: 3.68%;
}
.pro01 .box .list li .right .w04 p img {
	width: 100%;
	display: block;
}
.pro01 .box .list li .right .w04 p:nth-child(4n+1) {
	margin-left: 0;
}
.pro01 .box .list li:nth-child(2n+1) .left {
	float: left;
}
.pro01 .box .list li:nth-child(2n) .left {
	float: right;
}
.pro01 .box .list li:nth-child(2n+1) .right {
	float: left;
	padding-left: 8%;
}
.pro01 .box .list li:nth-child(2n) .right {
	float: right;
	padding-right: 8%;
}
.pro01 .box .list li:nth-child(2n+1) .right .w01 a {
	float: left;
}
.pro01 .box .list li:nth-child(2n) .right .w01 a {
	float: right;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.pro01 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro01 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.pro01 .box .title {
	width: 100%;
	text-align: center;
}
.pro01 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro01 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.pro01 .box .list {
	width: 100%;
	display: block;
	margin-top: 25px;
	position: relative;
}
.pro01 .box .list .line {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -1px;
	top: 0;
	z-index: 1;
	background-color: #e60012;
}
.pro01 .box .list li {
	display: block;
	margin-top: -5vw;
	overflow: hidden;
	width: calc(50% + 35px);
	position: relative;
	z-index: 3;
}
.pro01 .box .list li:nth-child(2n+1) {
	float: right;
}
.pro01 .box .list li:nth-child(2n) {
	float: left;
}
.pro01 .box .list li:nth-child(1) {
	margin-top: 0;
}
.pro01 .box .list li .left {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #e60012;
	display: flex;
	align-itemsL: center;
}
.pro01 .box .list li .left img {
	height: 30px;
	margin: auto;
	display: block;
}
.pro01 .box .list li .right {
	width: calc(95% - 70px);
	position: relative;
}
.pro01 .box .list li .right .w01 {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
}
.pro01 .box .list li .right .w01 a {
	display: block;
	color: #e60012;
}
.pro01 .box .list li .right .w02 {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 34px;
	z-index: 1;
	background-color: #e60012;
}
.pro01 .box .list li .right .w03 {
	font-size: 16px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-top: 20px;
}
.pro01 .box .list li .right .w04 {
	width: 100%;
	padding-top: 10px;
}
.pro01 .box .list li .right .w04 p {
	display: block;
	float: left;
	overflow: hidden;
	width: 32%;
	margin-left: 2%;
}
.pro01 .box .list li .right .w04 p img {
	width: 100%;
	display: block;
}
.pro01 .box .list li .right .w04 p:nth-child(4n+1) {
	margin-left: 0;
}
.pro01 .box .list li:nth-child(2n+1) .left {
	float: left;
}
.pro01 .box .list li:nth-child(2n) .left {
	float: right;
}
.pro01 .box .list li:nth-child(2n+1) .right {
	float: left;
	padding-left: 5%;
}
.pro01 .box .list li:nth-child(2n) .right {
	float: right;
	padding-right: 5%;
}
.pro01 .box .list li:nth-child(2n+1) .right .w01 a {
	float: left;
}
.pro01 .box .list li:nth-child(2n) .right .w01 a {
	float: right;
}
}
 @media only screen and (max-width:1023px) {
.pro01 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro01 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.pro01 .box .title {
	width: 100%;
	text-align: center;
}
.pro01 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro01 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.pro01 .box .list {
	width: 100%;
	display: block;
	margin-top: 15px;
	position: relative;
}
.pro01 .box .list .line {
	width: 2px;
	height: 100%;
	position: absolute;
	left: 29px;
	top: 0;
	z-index: 1;
	background-color: #e60012;
}
.pro01 .box .list li {
	display: block;
	margin-top: 15px;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 3;
}
.pro01 .box .list li:nth-child(1) {
	margin-top: 0;
}
.pro01 .box .list li .left {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: #e60012;
	display: flex;
	align-itemsL: center;
	float: left;
}
.pro01 .box .list li .left img {
	height: 30px;
	margin: auto;
	display: block;
}
.pro01 .box .list li .right {
	width: calc(100% - 70px);
	padding-left: 10px;
	position: relative;
	float: left;
}
.pro01 .box .list li .right .w01 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
}
.pro01 .box .list li .right .w01 a {
	display: block;
	color: #e60012;
}
.pro01 .box .list li .right .w02 {
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
	background-color: #e60012;
}
.pro01 .box .list li .right .w03 {
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	margin-top: 10px;
}
.pro01 .box .list li .right .w04 {
	width: 100%;
	padding-top: 5px;
}
.pro01 .box .list li .right .w04 p {
	display: block;
	float: left;
	overflow: hidden;
	width: 32%;
	margin-left: 2%;
}
.pro01 .box .list li .right .w04 p img {
	width: 100%;
	display: block;
}
.pro01 .box .list li .right .w04 p:nth-child(4n+1) {
	margin-left: 0;
}
}
 @media screen and (min-width:1440px) {
.pro02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	display:none;
}
.pro02 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.pro02 .box .title {
	width: 100%;
	text-align: center;
}
.pro02 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro02 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.pro02 .box .list {
	width: 100%;
	display: block;
	position: relative;
}
.pro02 .box .list li {
	width: 23.75%;
	height: 19.95vw;
	display: block;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 2vw;
	margin-left: 1.66%;
	background-size: cover;
}
.pro02 .box .list li:nth-child(4n+1) {
	margin-left: 0;
}
.pro02 .box .list li a {
	width: 100%;
	height: 100%;
	padding: 3.9% 7.89%;
	display: block;
	overflow: hidden;
	position: relative;
	background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	box-sizing: border-box;
	position: relative;
	opacity: 0;
}
.pro02 .box .list li a:hover {
	overflow: auto;
	background: rgba(0,0,0,0.7);
	padding-top: 7%;
}
.pro02 .box .list li .w01 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	left: 7.89%;
	bottom: 3.9%;
}
.pro02 .box .list li .w02 {
	display: none;
margin-top: .78vw;
	width: 50px;
	height: 2px;
	background-color: #e60012;
}
.pro02 .box .list li .w03 {
	display: none;
	margin-top: 1vw;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.pro02 .box .list li a:hover .w01 {
	position: relative;
	left: 0;
	bottom: 0;
}
.pro02 .box .list li a:hover .w02 {
	display: block;
}
.pro02 .box .list li a:hover .w03 {
	display: block;
}
 .pro02 .box .list li a::-webkit-scrollbar {
width:5px;
height:1px;
}
 .pro02 .box .list li a::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#e60012;
}
 .pro02 .box .list li a::-webkit-scrollbar-track {
border-radius:10px;
background:rgba(0,0,0,0.7);
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.pro02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	display:none;
}
.pro02 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.pro02 .box .title {
	width: 100%;
	text-align: center;
}
.pro02 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro02 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.pro02 .box .list {
	width: 100%;
	display: block;
	position: relative;
}
.pro02 .box .list li {
	width: 23.875%;
	height: 22.4425vw;
	display: block;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 1.5%;
	background-size: cover;
}
.pro02 .box .list li:nth-child(4n+1) {
	margin-left: 0;
}
.pro02 .box .list li a {
	width: 100%;
	height: 100%;
	padding: 20px 15px;
	display: block;
	overflow: hidden;
	position: relative;
	background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	box-sizing: border-box;
	position: relative;
	opacity: 0;
}
.pro02 .box .list li a:hover {
	overflow: auto;
	background: rgba(0,0,0,0.7);
}
.pro02 .box .list li .w01 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	padding-top: calc(37.8vw - 70px);
}
.pro02 .box .list li .w02 {
	display: none;
	margin-top: 10px;
	width: 40px;
	height: 2px;
	background-color: #e60012;
}
.pro02 .box .list li .w03 {
	display: none;
	margin-top: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
}
.pro02 .box .list li a:hover .w01 {
	padding-top: 0;
}
.pro02 .box .list li a:hover .w02 {
	display: block;
}
.pro02 .box .list li a:hover .w03 {
	display: block;
}
 .pro02 .box .list li a::-webkit-scrollbar {
width:5px;
height:1px;
}
 .pro02 .box .list li a::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#e60012;
}
 .pro02 .box .list li a::-webkit-scrollbar-track {
border-radius:10px;
background:rgba(0,0,0,0.7);
}
}
 @media only screen and (max-width:1023px) {
.pro02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
	display:none;
}
.pro02 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.pro02 .box .title {
	width: 100%;
	text-align: center;
}
.pro02 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro02 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.pro02 .box .list {
	width: 100%;
	display: block;
	position: relative;
}
.pro02 .box .list li {
	width: 48.5%;
	height: 40.74vw;
	display: block;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 3%;
	background-size: cover;
}
.pro02 .box .list li:nth-child(2n+1) {
	margin-left: 0;
}
.pro02 .box .list li a {
	width: 100%;
	height: 100%;
	padding: 15px;
	display: block;
	overflow: hidden;
	position: relative;
	background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
	box-sizing: border-box;
	position: relative;
	opacity: 0;
}
.pro02 .box .list li a:hover {
	overflow: auto;
	background: rgba(0,0,0,0.7);
}
.pro02 .box .list li .w01 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #fff;
	padding-top: calc(76.78vw - 60px);
}
.pro02 .box .list li .w02 {
	display: none;
	margin-top: 5px;
	width: 30px;
	height: 2px;
	background-color: #e60012;
}
.pro02 .box .list li .w03 {
	display: none;
	margin-top: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
}
.pro02 .box .list li a:hover .w01 {
	padding-top: 0;
}
.pro02 .box .list li a:hover .w02 {
	display: block;
}
.pro02 .box .list li a:hover .w03 {
	display: block;
}
 .pro02 .box .list li a::-webkit-scrollbar {
width:5px;
height:1px;
}
 .pro02 .box .list li a::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#e60012;
}
 .pro02 .box .list li a::-webkit-scrollbar-track {
border-radius:10px;
background:rgba(0,0,0,0.7);
}
}





@media screen and (min-width:1440px) {
.pro03 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro03 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.pro03 .box .title {
	width: 100%;
	text-align: center;
}
.pro03 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro03 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.pro03 .box .wen {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	display: block;
	margin-top: 2vw;
	position: relative;
}
.pro03 .box .wen img {
	max-width: 100%;
	height: auto;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.pro03 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro03 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.pro03 .box .title {
	width: 100%;
	text-align: center;
}
.pro03 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro03 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.pro03 .box .wen {
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	display: block;
	margin-top: 25px;
	position: relative;
}
.pro03 .box .wen img {
	max-width: 100%;
	height: auto;
}
}
 @media only screen and (max-width:1023px) {
.pro03 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro03 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.pro03 .box .title {
	width: 100%;
	text-align: center;
}
.pro03 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro03 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.pro03 .box .wen {
	font-size: 14px;
	line-height: 24px;
	width: 100%;
	display: block;
	margin-top: 15px;
	position: relative;
}
.pro03 .box .wen img {
	max-width: 100%;
	height: auto;
}
}
 @media screen and (min-width:1440px) {
.pro04 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro04 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.pro04 .box .title {
	width: 100%;
	text-align: center;
}
.pro04 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro04 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.pro04 .box .tab_menu {
	width: 100%;
	display: none;
	justify-content: center;
	margin-top: 2.3vw;
}
.pro04 .box .tab_menu a {
	width: 12.5%;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: #f1f1f1;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	margin: 0 1.25%;
	cursor: pointer;
	overflow: hidden;
}
.pro04 .box .tab_menu a.on {
	background-color: #e60012;
	color: #fff;
}
.pro04 .box .list {
	padding-top: 1.1vw;
	width: 100%;
}
.pro04 .box .list a {
	display: block;
	float: left;
	width: 23.75%;
	height: 13.29vw;
	position: relative;
	overflow: hidden;
	margin-top: 1.5vw;
	margin-left: 1.66%;
}
.pro04 .box .list a:nth-child(4n+1) {
	margin-left: 0;
}
.pro04 .box .list a img {
	width: 100%;
	display: block;
}
.pro04 .box .list a p {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 18px;
	line-height: 3.125vw;
	height: 3.125vw;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.7);
}
.pro04 .box .list a:hover p {
	background-color: rgba(230,0,18,.7);
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.pro04 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro04 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.pro04 .box .title {
	width: 100%;
	text-align: center;
}
.pro04 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro04 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.pro04 .box .tab_menu {
	width: 100%;
	display: none;
	justify-content: center;
	margin-top: 10px;
}
.pro04 .box .tab_menu a {
	min-width: 120px;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	background-color: #f1f1f1;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	margin: 0 1%;
	cursor: pointer;
	overflow: hidden;
	margin-top: 15px;
}
.pro04 .box .tab_menu a.on {
	background-color: #e60012;
	color: #fff;
}
.pro04 .box .list {
	padding-top: 1.1vw;
	width: 100%;
	padding-top: 10px;
}
.pro04 .box .list a {
	display: block;
	float: left;
	width: 32%;
	height: 20.04vw;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	margin-left: 2%;
}
.pro04 .box .list a:nth-child(3n+1) {
	margin-left: 0;
}
.pro04 .box .list a img {
	width: 100%;
	display: block;
}
.pro04 .box .list a p {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.7);
}
.pro04 .box .list a:hover p {
	background-color: rgba(230,0,18,.7);
}
}
 @media only screen and (max-width:1023px) {
.pro04 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.pro04 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.pro04 .box .title {
	width: 100%;
	text-align: center;
}
.pro04 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.pro04 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.pro04 .box .tab_menu {
	width: 100%;
	display: none;
	justify-content: center;
	margin-top: 5px;
}
.pro04 .box .tab_menu a {
	width: 120px;
	display: block;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	background-color: #f1f1f1;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	margin: 0 5px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 10px;
}
.pro04 .box .tab_menu a.on {
	background-color: #e60012;
	color: #fff;
}
.pro04 .box .list {
	padding-top: 1.1vw;
	width: 100%;
	padding-top: 5px;
}
.pro04 .box .list a {
	display: block;
	float: left;
	width: 48.5%;
	height: 30.37vw;
	position: relative;
	overflow: hidden;
	margin-top: 15px;
	margin-left: 3%;
}
.pro04 .box .list a:nth-child(2n+1) {
	margin-left: 0;
}
.pro04 .box .list a img {
	width: 100%;
	display: block;
}
.pro04 .box .list a p {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	line-height: 34px;
	height: 34px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.7);
}
.pro04 .box .list a:hover p {
	background-color: rgba(230,0,18,.7);
}
}

 @media screen and (min-width:1440px) {
.pro04 .box .list01 {
	width: 100%;
	display: block;
	position: relative;
}
.pro04 .box .list01 li {
	width: 23.75%;
	height: 19.95vw;
	display: block;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 2vw;
	margin-left: 1.66%;
	background-size: cover;
}
.pro04 .box .list01 li:nth-child(4n+1) {
	margin-left: 0;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.pro04 .box .list01 {
	width: 100%;
	display: block;
	position: relative;
}
.pro04 .box .list01 li {
	width: 23.875%;
	height: 22.4425vw;
	display: block;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-left: 1.5%;
	background-size: cover;
}
.pro04 .box .list01 li:nth-child(4n+1) {
	margin-left: 0;
}
}
 @media only screen and (max-width:1023px) {
.pro04 .box .list01 {
	width: 100%;
	display: block;
	position: relative;
}
.pro04 .box .list01 li {
	width: 48.5%;
	height: 40.74vw;
	display: block;
	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 3%;
	background-size: cover;
}
.pro04 .box .list01 li:nth-child(2n+1) {
	margin-left: 0;
}
}



@media screen and (min-width:1440px) {
.zr01 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.zr01 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.zr01 .box .title {
	width: 100%;
	text-align: center;
}
.zr01 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.zr01 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.zr01 .box .list {
	display: block;
	width: 100%;
}
.zr01 .box .list li {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 2.6vw;
}
.zr01 .box .list li:nth-child(2n) {
	flex-direction: row-reverse;
}
.zr01 .box .list li .left {
	width: 47.5%;
}
.zr01 .box .list li .left img {
	width: 100%;
	display: block;
}
.zr01 .box .list li .right {
	width: 47.5%;
	margin-left: 5%;
}
.zr01 .box .list li:nth-child(2n) .right {
	margin-left: 0;
	margin-right: 5%;
}
.zr01 .box .list li .right .w01 {
	border-left: 5px solid #e60012;
	padding-left: 15px;
}
.zr01 .box .list li .right .w01 b {
	display: block;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 1;
}
.zr01 .box .list li .right .w01 strong {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #666;
margin-top: .5vw;
}
.zr01 .box .list li .right .w02 {
	font-size: 16px;
	line-height: 36px;
	margin-top: 1.5625vw;
}
.zr01 .box .list li .right .w04 {
	width: 100%;
	margin-top: 2vw;
}
.zr01 .box .list li .right .w04 a {
	display: block;
	float: left;
	position: relative;
}
.zr01 .box .list li .right .w04 strong {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #e60012;
	border-radius: 100%;
}
.zr01 .box .list li .right .w04 p {
	display: block;
	position: relative;
	z-index: 3;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.zr01 .box .list li .right .w04 p b {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	margin: 19px 5px;
	overflow: hidden;
	float: left;
}
.zr01 .box .list li .right .w04 a:hover p {
	color: #e60012;
}
.zr01 .box .list li .right .w04 a:hover p b {
	background-color: #e60012;
}
.zr01 .box .list li .right .w04 a:hover strong {
	background-color: #333;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.zr01 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.zr01 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.zr01 .box .title {
	width: 100%;
	text-align: center;
}
.zr01 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.zr01 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.zr01 .box .list {
	display: block;
	width: 100%;
}
.zr01 .box .list li {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 30px;
}
.zr01 .box .list li:nth-child(2n) {
	flex-direction: row-reverse;
}
.zr01 .box .list li .left {
	width: 48.5%;
}
.zr01 .box .list li .left img {
	width: 100%;
	display: block;
}
.zr01 .box .list li .right {
	width: 48.5%;
	margin-left: 3%;
}
.zr01 .box .list li:nth-child(2n) .right {
	margin-left: 0;
	margin-right: 3%;
}
.zr01 .box .list li .right .w01 {
	border-left: 4px solid #e60012;
	padding-left: 11px;
}
.zr01 .box .list li .right .w01 b {
	display: block;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 1;
}
.zr01 .box .list li .right .w01 strong {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #666;
	margin-top: 5px;
}
.zr01 .box .list li .right .w02 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
.zr01 .box .list li .right .w04 {
	width: 100%;
	margin-top: 15px;
}
.zr01 .box .list li .right .w04 a {
	display: block;
	float: left;
	position: relative;
}
.zr01 .box .list li .right .w04 strong {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #e60012;
	border-radius: 100%;
}
.zr01 .box .list li .right .w04 p {
	display: block;
	position: relative;
	z-index: 3;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.zr01 .box .list li .right .w04 p b {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	margin: 19px 5px;
	overflow: hidden;
	float: left;
}
.zr01 .box .list li .right .w04 a:hover p {
	color: #e60012;
}
.zr01 .box .list li .right .w04 a:hover p b {
	background-color: #e60012;
}
.zr01 .box .list li .right .w04 a:hover strong {
	background-color: #333;
}
}
 @media only screen and (max-width:1023px) {
.zr01 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.zr01 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.zr01 .box .title {
	width: 100%;
	text-align: center;
}
.zr01 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.zr01 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.zr01 .box .list {
	display: block;
	width: 100%;
}
.zr01 .box .list li {
	overflow: hidden;
	margin-top: 20px;
}
.zr01 .box .list li .left {
	width: 100%;
}
.zr01 .box .list li .left img {
	width: 100%;
	display: block;
}
.zr01 .box .list li .right {
	width: 100%;
	margin-top: 15px;
}
.zr01 .box .list li .right .w01 {
	border-left: 2px solid #e60012;
	padding-left: 8px;
}
.zr01 .box .list li .right .w01 b {
	display: block;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1;
}
.zr01 .box .list li .right .w01 strong {
	display: block;
	font-size: 16px;
	line-height: 1;
	color: #666;
	margin-top: 5px;
}
.zr01 .box .list li .right .w02 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.zr01 .box .list li .right .w04 {
	width: 100%;
	margin-top: 10px;
}
.zr01 .box .list li .right .w04 a {
	display: block;
	float: left;
	position: relative;
}
.zr01 .box .list li .right .w04 strong {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: #e60012;
	border-radius: 100%;
}
.zr01 .box .list li .right .w04 p {
	display: block;
	position: relative;
	z-index: 3;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	margin-left: 10px;
}
.zr01 .box .list li .right .w04 p b {
	display: block;
	width: 10px;
	height: 2px;
	background-color: #fff;
	margin: 19px 5px;
	overflow: hidden;
	float: left;
}
.zr01 .box .list li .right .w04 a:hover p {
	color: #e60012;
}
.zr01 .box .list li .right .w04 a:hover p b {
	background-color: #e60012;
}
.zr01 .box .list li .right .w04 a:hover strong {
	background-color: #333;
}
}
 @media screen and (min-width:1440px) {
.zr01 .box .list01 {
	display: block;
	width: 100%;
}
.zr01 .box .list01 li {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 2.6vw;
}
.zr01 .box .list01 li .left {
	width: 25.5%;
	height: 16.6vw;
}
.zr01 .box .list01 li .left img {
	width: 100%;
	display: block;
}
.zr01 .box .list01 li .right {
	width: 71.875%;
	margin-left: 2.625%;
}
.zr01 .box .list01 li .right .w01 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.zr01 .box .list01 li .right .w01 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zr01 .box .list01 li .right .w01 a:hover {
	color: #e60012;
}
.zr01 .box .list01 li .right .w02 {
	font-size: 16px;
	line-height: 26px;
	color: #666;
margin-top: .26vw;
	display: none;
}
.zr01 .box .list01 li .right .w03 {
	font-size: 16px;
	line-height: 30px;
margin-top: .78vw;
	padding-top: 1.3vw;
	border-top: 1px solid #ddd;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zr01 .box .list01 li .right .w04 {
	padding-top: 1.3vw;
}
.zr01 .box .list01 li .right .w04 a {
	width: 140px;
	display: block;
	text-align: center;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	background-color: #333;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #fff;
}
.zr01 .box .list01 li .right .w04 a:hover {
	background-color: #e60012;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.zr01 .box .list01 {
	display: block;
	width: 100%;
}
.zr01 .box .list01 li {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 25px;
}
.zr01 .box .list01 li .left {
	width: 30%;
	height: 21.855vw;
}
.zr01 .box .list01 li .left img {
	width: 100%;
	display: block;
}
.zr01 .box .list01 li .right {
	width: 67%;
	margin-left: 3%;
}
.zr01 .box .list01 li .right .w01 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zr01 .box .list01 li .right .w01 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.zr01 .box .list01 li .right .w01 a:hover {
	color: #e60012;
}
.zr01 .box .list01 li .right .w02 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 5px;
	display: none;
}
.zr01 .box .list01 li .right .w03 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zr01 .box .list01 li .right .w04 {
	padding-top: 15px;
}
.zr01 .box .list01 li .right .w04 a {
	width: 120px;
	display: block;
	text-align: center;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	background-color: #333;
	font-size: 16px;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	color: #fff;
}
.zr01 .box .list01 li .right .w04 a:hover {
	background-color: #e60012;
}
}
 @media only screen and (max-width:1023px) {
.zr01 .box .list01 {
	display: block;
	width: 100%;
}
.zr01 .box .list01 li {
	display: flex;
	align-items: center;
	overflow: hidden;
	margin-top: 15px;
}
.zr01 .box .list01 li .left {
	width: 40%;
	height: 29.14vw;
}
.zr01 .box .list01 li .left img {
	width: 100%;
	display: block;
}
.zr01 .box .list01 li .right {
	width: 57%;
	margin-left: 3%;
}
.zr01 .box .list01 li .right .w01 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}
.zr01 .box .list01 li .right .w01 a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zr01 .box .list01 li .right .w01 a:hover {
	color: #e60012;
}
.zr01 .box .list01 li .right .w02 {
	display: none;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: none;
}
.zr01 .box .list01 li .right .w03 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ddd;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.zr01 .box .list01 li .right .w04 {
}
.zr01 .box .list01 li .right .w04 a {
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.zr01 .box .list01 li .right .w04 a:hover {
	color: #e60012;
}
}





@media screen and (min-width:1440px) {
.job01 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.job01 .title {
	width: 100%;
	text-align: center;
}
.job01 .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.job01 .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.job01 .box {
	width: 100%;
	display: block;
	padding-top: 2vw;
}
.job01 .box .left {
	width: 47.5%;
	float: left;
}
.job01 .box .left img {
	width: 100%;
	display: block;
}
.job01 .box .right {
	width: 49.375%;
	float: right;
	padding-top: 1.3vw;
}
.job01 .box .right .w01 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.job01 .box .right .w02 {
	font-size: 20px;
	line-height: 30px;
	color: #666;
margin-top: .2vw;
}
.job01 .box .right .w03 {
	width: 60px;
	height: 2px;
	background-color: #e60012;
margin-top: .5vw;
}
.job01 .box .right .w04 {
	font-size: 16px;
	line-height: 36px;
margin-top:.78vw;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.job01 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.job01 .title {
	width: 100%;
	text-align: center;
}
.job01 .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.job01 .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.job01 .box {
	width: 100%;
	padding-top: 25px;
}
.job01 .box .left {
	width: 47.5%;
	float: left;
}
.job01 .box .left img {
	width: 100%;
	display: block;
}
.job01 .box .right {
	width: 49.5%;
	float: right;
}
.job01 .box .right .w01 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.job01 .box .right .w02 {
	font-size: 18px;
	line-height: 28px;
	color: #666;
}
.job01 .box .right .w03 {
	width: 50px;
	height: 2px;
	background-color: #e60012;
	margin-top: 5px;
}
.job01 .box .right .w04 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
}
}
 @media only screen and (max-width:1023px) {
.job01 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.job01 .title {
	width: 100%;
	text-align: center;
}
.job01 .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.job01 .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.job01 .box {
	width: 100%;
	padding-top: 10px;
}
.job01 .box .left {
	width: 100%;
	float: left;
}
.job01 .box .left img {
	width: 100%;
	display: block;
}
.job01 .box .right {
	width: 100%;
	float: right;
	margin-top: 15px;
}
.job01 .box .right .w01 {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.job01 .box .right .w02 {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.job01 .box .right .w03 {
	width: 40px;
	height: 2px;
	background-color: #e60012;
	margin-top: 5px;
}
.job01 .box .right .w04 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
}
 @media screen and (min-width:1440px) {
.job02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
}
.job02 .box {
	width: 84%;
	padding: 5vw 8%;
	position: relative;
	z-index: 3;
}
.job02 .box .title {
	width: 100%;
	text-align: center;
}
.job02 .box .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.job02 .box .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.job02 .box .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.job02 .box .list li {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 2vw;
	background-color: #fff;
}
.job02 .box .list li a {
	display: block;
	overflow: hidden;
	padding: 2.3vw 6%;
}
.job02 .box .list li .w01 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	font-weight: bold;
	float: left;
	width: calc(100% - 110px);
	padding-left: 45px;
	box-sizing: border-box;
	background-image: url(../image/job.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.job02 .box .list li .w02 {
	font-size: 18px;
	line-height: 34px;
	height: 34px;
	float: right;
}
.job02 .box .list li:hover {
	background-color: #e60012;
}
.job02 .box .list li:hover .w01 {
	color: #fff;
	background-image: url(../image/jobh.png);
}
.job02 .box .list li:hover .w02 {
	color: #fff;
}


}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.job02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
}
.job02 .box {
	width: 94%;
	padding: 5vw 3%;
	position: relative;
	z-index: 3;
}
.job02 .box .title {
	width: 100%;
	text-align: center;
}
.job02 .box .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.job02 .box .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.job02 .box .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.job02 .box .list li {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 25px;
	background-color: #fff;
}
.job02 .box .list li a {
	display: block;
	overflow: hidden;
	padding: 25px 20px;
}
.job02 .box .list li .w01 {
	font-size: 20px;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	float: left;
	width: calc(100% - 100px);
	padding-left: 40px;
	box-sizing: border-box;
	background-image: url(../image/job.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.job02 .box .list li .w02 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	float: right;
}
.job02 .box .list li:hover {
	background-color: #e60012;
}
.job02 .box .list li:hover .w01 {
	color: #fff;
	background-image: url(../image/jobh.png);
}
.job02 .box .list li:hover .w02 {
	color: #fff;
}
}
 @media only screen and (max-width:1023px) {
.job02 {
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
}
.job02 .box {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 3;
}
.job02 .box .title {
	width: 100%;
	text-align: center;
}
.job02 .box .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.job02 .box .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.job02 .box .list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.job02 .box .list li {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 15px;
	background-color: #fff;
}
.job02 .box .list li a {
	display: block;
	overflow: hidden;
	padding: 15px;
}
.job02 .box .list li .w01 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	font-weight: bold;
	float: left;
	width: calc(100% - 90px);
	padding-left: 25px;
	box-sizing: border-box;
	background-image: url(../image/job.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.job02 .box .list li .w02 {
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	float: right;
}
.job02 .box .list li:hover {
	background-color: #e60012;
}
.job02 .box .list li:hover .w01 {
	color: #fff;
	background-image: url(../image/jobh.png);
}
.job02 .box .list li:hover .w02 {
	color: #fff;
}
}





@media screen and (min-width:1440px) {
.job03 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.job03 .box {
	padding: 5vw 6.25%;
	border-radius: 30px;
	background-color: #f1f1f1;
}
.job03 .box .w01 {
	font-size: 30px;
	line-height: 40px;
}
.job03 .box .w02 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 1vw;
	color: #666;
}
.job03 .box .w02 p {
	display: block;
	float: left;
}
.job03 .box .w02 span {
	display: block;
	float: left;
	margin-left: 0;
}
.job03 .box .w03 {
	font-size: 24px;
	line-height: 34px;
	padding-top: 2vw;
	margin-top: 1.2vw;
	border-top: 1px solid #ddd;
}
.job03 .box .w04 {
	font-size: 16px;
	line-height: 36px;
	margin-top: 1vw;
}
.job03 .box .w05 {
	font-size: 24px;
	line-height: 34px;
	padding-top: 2vw;
	margin-top: 1.2vw;
	border-top: 1px solid #ddd;
	display: none;
}
.job03 .box .w06 {
	font-size: 16px;
	line-height: 26px;
	display: none;
	padding-top: 1vw;
}
.job03 .box .w06 li {
	display: block;
	width: 25%;
	float: left;
	overflow: hidden;
}
.job03 .box .w06 li span {
	display: block;
	color: #999;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.job03 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.job03 .box {
	padding: 35px 25px;
	border-radius: 20px;
	background-color: #f1f1f1;
}
.job03 .box .w01 {
	font-size: 24px;
	line-height: 34px;
}
.job03 .box .w02 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
	color: #666;
}
.job03 .box .w02 p {
	display: block;
	float: left;
}
.job03 .box .w02 span {
	display: block;
	float: left;
	margin-left: 0;
}
.job03 .box .w03 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid #ddd;
}
.job03 .box .w04 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.job03 .box .w05 {
	font-size: 20px;
	line-height: 30px;
	padding-top: 20px;
	margin-top: 15px;
	border-top: 1px solid #ddd;
	display: none;
}
.job03 .box .w06 {
	font-size: 16px;
	line-height: 26px;
	display: none;
	padding-top: 10px;
}
.job03 .box .w06 li {
	display: block;
	width: 25%;
	float: left;
	overflow: hidden;
}
.job03 .box .w06 li span {
	display: block;
	color: #999;
}
}
 @media only screen and (max-width:1023px) {
.job03 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.job03 .box {
	padding: 15px;
	border-radius: 10px;
	background-color: #f1f1f1;
}
.job03 .box .w01 {
	font-size: 18px;
	line-height: 28px;
}
.job03 .box .w02 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.job03 .box .w02 p {
	display: block;
	float: left;
}
.job03 .box .w02 span {
	display: block;
	float: left;
	margin-left: 0;
}
.job03 .box .w03 {
	font-size: 16px;
	line-height: 26px;
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px solid #ddd;
}
.job03 .box .w04 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}
.job03 .box .w05 {
	font-size: 16px;
	line-height: 26px;
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px solid #ddd;
	display: none;
}
.job03 .box .w06 {
	font-size: 14px;
	line-height: 24px;
	display: none;
}
.job03 .box .w06 li {
	display: block;
	width: 50%;
	float: left;
	overflow: hidden;
	padding-top: 5px;
}
.job03 .box .w06 li span {
	display: block;
	color: #999;
}
}





@media screen and (min-width:1440px) {
.lx01 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx01 .title {
	width: 100%;
	text-align: center;
}
.lx01 .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx01 .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.lx01 .box {
	width: 100%;
	display: flex;
	padding-top: 2vw;
}
.lx01 .box .left {
	width: 47.5%;
	min-height: 20vw;
}
.lx01 .box .left #map {
	width: 100%;
	height: 100%;
}
.lx01 .box .right {
	width: 46.875%;
	margin-left: 5.625%;
}
.lx01 .box .right dl {
	display: block;
	overflow: hidden;
	margin-top: -1vw;
}
.lx01 .box .right dl dt {
	margin-top: 1.5vw;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.lx01 .box .right dl dt strong {
	width: 60px;
}
.lx01 .box .right dl dt strong img {
	width: 60px;
	display: block;
}
.lx01 .box .right dl dt p {
	width: calc(100% - 70px);
	display: block;
	margin-left: 10px;
}
.lx01 .box .right dl dt p span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
.lx01 .box .right dl dt p a {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
.lx01 .box .right dl dd {
	margin-top: 1.3vw;
	overflow: hidden;
	display: block;
}
.lx01 .box .right dl dd span {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}
.lx01 .box .right dl dd p {
	display: flex;
	align-items: center;
margin: .5vw 0;
}
.lx01 .box .right dl dd strong {
	width: 6.25vw;
	max-width: 120px;
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
.lx01 .box .right dl dd strong img {
	width: 100%;
	display: block;
}
.lx01 .box .right dl dd a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-left: 20px;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.lx01 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx01 .title {
	width: 100%;
	text-align: center;
}
.lx01 .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx01 .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.lx01 .box {
	width: 100%;
	display: flex;
	padding-top: 25px;
}
.lx01 .box .left {
	width: 48%;
	min-height: 30vw;
}
.lx01 .box .left #map {
	width: 100%;
	height: 100%;
}
.lx01 .box .right {
	width: 49%;
	margin-left: 3%;
}
.lx01 .box .right dl {
	display: block;
	overflow: hidden;
	margin-top: -10px;
}
.lx01 .box .right dl dt {
	margin-top: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.lx01 .box .right dl dt strong {
	width: 60px;
}
.lx01 .box .right dl dt strong img {
	width: 60px;
	display: block;
}
.lx01 .box .right dl dt p {
	width: calc(100% - 70px);
	display: block;
	margin-left: 10px;
}
.lx01 .box .right dl dt p span {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #999;
}
.lx01 .box .right dl dt p a {
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
.lx01 .box .right dl dd {
	margin-top: 15px;
	overflow: hidden;
	display: block;
}
.lx01 .box .right dl dd span {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}
.lx01 .box .right dl dd p {
	display: flex;
	align-items: center;
	margin: 5px 0;
}
.lx01 .box .right dl dd strong {
	width: 100px;
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
.lx01 .box .right dl dd strong img {
	width: 100%;
	display: block;
}
.lx01 .box .right dl dd a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-left: 15px;
}
}
 @media only screen and (max-width:1023px) {
.lx01 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx01 .title {
	width: 100%;
	text-align: center;
}
.lx01 .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx01 .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.lx01 .box {
	width: 100%;
	padding-top: 15px;
}
.lx01 .box .left {
	width: 100%;
}
.lx01 .box .left #map {
	width: 100%;
	height: 260px;
}
.lx01 .box .right {
	width: 100%;
}
.lx01 .box .right dl {
	display: block;
	overflow: hidden;
}
.lx01 .box .right dl dt {
	margin-top: 15px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.lx01 .box .right dl dt strong {
	width: 50px;
}
.lx01 .box .right dl dt strong img {
	width: 50px;
	display: block;
}
.lx01 .box .right dl dt p {
	width: calc(100% - 60px);
	display: block;
	margin-left: 10px;
}
.lx01 .box .right dl dt p span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.lx01 .box .right dl dt p a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #333;
}
.lx01 .box .right dl dd {
	margin-top: 15px;
	overflow: hidden;
	display: block;
}
.lx01 .box .right dl dd span {
	width: 100%;
	font-size: 16px;
	line-height: 26px;
}
.lx01 .box .right dl dd p {
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.lx01 .box .right dl dd strong {
	width: 80px;
	display: block;
	overflow: hidden;
	border: 1px solid #ddd;
}
.lx01 .box .right dl dd strong img {
	width: 100%;
	display: block;
}
.lx01 .box .right dl dd a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-left: 10px;
}
}
 @media screen and (min-width:1440px) {
.lx02 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
}
.lx02 .title {
	width: 100%;
	margin-bottom: 2vw;
}
.lx02 .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx02 .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.lx02 .box {
	width: 100%;
	position: relative;
}
.lx02 .box .left {
	width: 40.625%;
	float: left;
}
.lx02 .box .left .swiper-container {
	width: 100%;
	margin-top: -2vw;
	position: relative;
}
.lx02 .box .left .swiper-container .con {
	width: 77%;
	background-color: #fff;
	margin-top: 2vw;
	padding: 1.5vw 6%;
	box-sizing: border-box;
	position: relative;
}
.lx02 .box .left .swiper-container .w05 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #e60012;
	padding: 1.5vw 6%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	overflow: auto;
	opacity: 0;
	color: #fff;
}
.lx02 .box .left .swiper-container .con:hover .w05 {
	opacity: 1;
}
.lx02 .box .left .swiper-container .con .w01 {
	height: 50px;
	padding-top: 5px;
}
.lx02 .box .left .swiper-container .con .w01 img {
	display: block;
	height: 50px;
}
.lx02 .box .left .swiper-container .con .w02 {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 1vw;
}
.lx02 .box .left .swiper-container .con .w03 {
	font-size: 16px;
	line-height: 30px;
margin-top: .3vw;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 120px;
}
.lx02 .box .left .swiper-container .con .w04 {
	position: absolute;
	right: 6%;
	top: 1.5vw;
	z-index: 1;
}
.lx02 .box .left .swiper-container .con .w04 strong {
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #666;
	text-align: right;
}
.lx02 .box .left .swiper-container .con .w04 b {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #999;
	text-align: right;
	text-transform: uppercase;
}
.lx02 .box .left .swiper-container .con:hover .w04 {
	z-index: 11;
	top: auto;
	bottom: 1.5vw;
}
.lx02 .box .left .swiper-container .con:hover .w04 * {
	color: #fff;
}
.lx02 .box .left .swiper-container .swi {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.lx02 .box .left .swiper-container .swi div {
	width: 3.6vw;
	height: 3.6vw;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.lx02 .box .left .swiper-container .swi div:hover {
	background-color: #e60012;
}
.lx02 .box .left .swiper-container .swi .swiper-button-prev {
	background-image: url("../image/zb.png");
}
.lx02 .box .left .swiper-container .swi .swiper-button-next {
	background-image: url("../image/yb.png");
	margin-top: 1.5vw;
}
.lx02 .box .left .swiper-container .swi .swiper-button-prev:hover {
	background-image: url("../image/zb01.png");
}
.lx02 .box .left .swiper-container .swi .swiper-button-next:hover {
	background-image: url("../image/yb01.png");
}
.lx02 .box .right {
	width: 53.75%;
	float: right;
	position: relative;
	padding-top: 20px;
}
.lx02 .box .right img {
	width: 100%;
	display: block;
}
.lx02 .box .right .wen {
	width: 58.14%;
	font-size: 16px;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: 0;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.lx02 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
}
.lx02 .title {
	width: 100%;
	margin-bottom: 20px;
}
.lx02 .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx02 .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.lx02 .box {
	width: 100%;
	position: relative;
}
.lx02 .box .left {
	width: 43%;
	float: left;
}
.lx02 .box .left .swiper-container {
	width: 100%;
	margin-top: -20px;
	position: relative;
}
.lx02 .box .left .swiper-container .con {
	width: calc(100% - 60px);
	background-color: #fff;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}
.lx02 .box .left .swiper-container .w05 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #e60012;
	padding: 20px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	overflow: auto;
	opacity: 0;
	color: #fff;
}
.lx02 .box .left .swiper-container .con:hover .w05 {
	opacity: 1;
}
.lx02 .box .left .swiper-container .con .w01 {
	height: 40px;
	padding-top: 5px;
}
.lx02 .box .left .swiper-container .con .w01 img {
	display: block;
	height: 40px;
}
.lx02 .box .left .swiper-container .con .w02 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 1vw;
}
.lx02 .box .left .swiper-container .con .w03 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	height: 104px;
}
.lx02 .box .left .swiper-container .con .w04 {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}
.lx02 .box .left .swiper-container .con .w04 strong {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #666;
	text-align: right;
}
.lx02 .box .left .swiper-container .con .w04 b {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #999;
	text-align: right;
	text-transform: uppercase;
}
.lx02 .box .left .swiper-container .con:hover .w04 {
	z-index: 11;
	top: auto;
	bottom: 20px;
}
.lx02 .box .left .swiper-container .con:hover .w04 * {
	color: #fff;
}
.lx02 .box .left .swiper-container .swi {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.lx02 .box .left .swiper-container .swi div {
	width: 40px;
	height: 40px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.lx02 .box .left .swiper-container .swi div:hover {
	background-color: #e60012;
}
.lx02 .box .left .swiper-container .swi .swiper-button-prev {
	background-image: url("../image/lefth.png");
}
.lx02 .box .left .swiper-container .swi .swiper-button-next {
	background-image: url("../image/righth.png");
	margin-top: 15px;
}
.lx02 .box .left .swiper-container .swi .swiper-button-prev:hover {
	background-image: url("../image/left.png");
}
.lx02 .box .left .swiper-container .swi .swiper-button-next:hover {
	background-image: url("../image/right.png");
}
.lx02 .box .right {
	width: 54%;
	float: right;
	position: relative;
}
.lx02 .box .right img {
	width: 100%;
	display: block;
	margin-top: -40px;
}
.lx02 .box .right .wen {
	width: 70%;
	font-size: 16px;
	line-height: 26px;
}
}
 @media only screen and (max-width:1023px) {
.lx02 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #f1f1f1;
}
.lx02 .title {
	width: 100%;
	text-align: center;
}
.lx02 .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx02 .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.lx02 .box {
	width: 100%;
	position: relative;
}
.lx02 .box .left {
	width: 100%;
	float: left;
}
.lx02 .box .left .swiper-container {
	width: 100%;
	position: relative;
}
.lx02 .box .left .swiper-container .con {
	width: calc(100% - 50px);
	background-color: #fff;
	margin-top: 15px;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
}
.lx02 .box .left .swiper-container .w05 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background-color: #e60012;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	overflow: auto;
	opacity: 0;
	color: #fff;
}
.lx02 .box .left .swiper-container .con:hover .w05 {
	opacity: 1;
}
.lx02 .box .left .swiper-container .con .w01 {
	height: 30px;
	padding-top: 5px;
}
.lx02 .box .left .swiper-container .con .w01 img {
	display: block;
	height: 30px;
}
.lx02 .box .left .swiper-container .con .w02 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 1vw;
}
.lx02 .box .left .swiper-container .con .w03 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	height: 144px;
}
.lx02 .box .left .swiper-container .con .w04 {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 1;
}
.lx02 .box .left .swiper-container .con .w04 strong {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #666;
	text-align: right;
}
.lx02 .box .left .swiper-container .con .w04 b {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #999;
	text-align: right;
	text-transform: uppercase;
}
.lx02 .box .left .swiper-container .con:hover .w04 {
	z-index: 11;
	top: auto;
	bottom: 15px;
}
.lx02 .box .left .swiper-container .con:hover .w04 * {
	color: #fff;
}
.lx02 .box .left .swiper-container .swi {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.lx02 .box .left .swiper-container .swi div {
	width: 36px;
	height: 36px;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
}
.lx02 .box .left .swiper-container .swi div:hover {
	background-color: #e60012;
}
.lx02 .box .left .swiper-container .swi .swiper-button-prev {
	background-image: url("../image/lefth.png");
	margin-top: 15px;
}
.lx02 .box .left .swiper-container .swi .swiper-button-next {
	background-image: url("../image/righth.png");
	margin-top: 10px;
}
.lx02 .box .left .swiper-container .swi .swiper-button-prev:hover {
	background-image: url("../image/left.png");
}
.lx02 .box .left .swiper-container .swi .swiper-button-next:hover {
	background-image: url("../image/right.png");
}
.lx02 .box .right {
	width: 100%;
	float: right;
	position: relative;
	margin-top: 10px;
}
.lx02 .box .right img {
	width: 100%;
	display: block;
	margin-top: -20px;
}
.lx02 .box .right .wen {
	width: 70%;
	font-size: 14px;
	line-height: 24px;
}
}
 @media screen and (min-width:1440px) {
.lx03 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx03 .title {
	width: 100%;
	text-align: right;
}
.lx03 .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx03 .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.lx03 .box {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.lx03 .box .right {
	width: 51.25%;
	float: left;
}
.lx03 .box .right img {
	width: 44.94vw;
	display: block;
}
.lx03 .box .left {
	width: 43.75%;
	margin-left: 5%;
	text-align: right;
}
.lx03 .box .left .w01 {
	padding-left: 6%;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 2vw;
}
.lx03 .box .left .w02 {
	padding-left: 6%;
	font-size: 16px;
	line-height: 30px;
margin-top:.8vw;
}
.lx03 .box .left .w02 p {
padding-top:.5vw;
}
.lx03 .box .left .w03 {
	width: 100%;
padding-top: .5vw;
}
.lx03 .box .left .w03 p {
	display: block;
	float: right;
	overflow: hidden;
	width: 31%;
	margin-left: 3.5%;
	margin-top: 1.5vw;
}
.lx03 .box .left .w03 p:nth-child(3n) {
	margin-left: 0;
}
.lx03 .box .left .w03 p img {
	width: 100%;
	display: block;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.lx03 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx03 .title {
	width: 100%;
	text-align: right;
}
.lx03 .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx03 .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.lx03 .box {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.lx03 .box .right {
	width: 51.25%;
	float: left;
}
.lx03 .box .right img {
	width: 100%;
	display: block;
}
.lx03 .box .left {
	width: 45.75%;
	margin-left: 3%;
	float: right;
	text-align: right;
}
.lx03 .box .left .w01 {
	padding-left: 5%;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 15px;
}
.lx03 .box .left .w02 {
	padding-left: 5%;
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
}
.lx03 .box .left .w02 p {
	padding-top: 5px;
}
.lx03 .box .left .w03 {
	width: 100%;
	padding-top: 5px;
}
.lx03 .box .left .w03 p {
	display: block;
	float: right;
	overflow: hidden;
	width: 31%;
	margin-left: 3.5%;
	margin-top: 15px;
}
.lx03 .box .left .w03 p:nth-child(3n) {
	margin-left: 0;
}
.lx03 .box .left .w03 p img {
	width: 100%;
	display: block;
}
}
 @media only screen and (max-width:1023px) {
.lx03 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx03 .title {
	width: 100%;
	text-align: center;
}
.lx03 .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx03 .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.lx03 .box {
	width: 100%;
	position: relative;
}
.lx03 .box .right {
	width: 100%;
	float: left;
}
.lx03 .box .right img {
	width: 100%;
	display: block;
}
.lx03 .box .left {
	width: 100%;
	float: right;
}
.lx03 .box .left .w01 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 10px;
}
.lx03 .box .left .w02 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
}
.lx03 .box .left .w03 {
	width: 100%;
}
.lx03 .box .left .w03 p {
	display: block;
	float: left;
	overflow: hidden;
	width: 32%;
	margin-left: 2%;
	margin-top: 10px;
}
.lx03 .box .left .w03 p:nth-child(3n+1) {
	margin-left: 0;
}
.lx03 .box .left .w03 p img {
	width: 100%;
	display: block;
}
}
 @media screen and (min-width:1440px) {
.lx04 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #e60012;
}
.lx04 .title {
	width: 100%;
	margin-bottom: 2vw;
}
.lx04 .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx04 .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.lx04 .box {
	width: 55%;
	float: right;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.lx04 .bg {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color:#f1f1f1;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.lx04 .box .wen {
	padding: 3.3vw 9%;
}
.lx04 .box .wen .w01 {
	font-size: 16px;
	line-height: 36px;
	margin-top: 1.5vw;
	min-height: 180px;
}
.lx04 .box .wen .w02 {
	margin-top: 1.5vw;
	margin-right: -1.5%;
}
.lx04 .box .wen .w02 img {
	width: 42%;
	display: block;
	float: right;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.lx04 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #e60012;
}
.lx04 .title {
	width: 100%;
	margin-bottom: 20px;
}
.lx04 .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx04 .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.lx04 .box {
	width: 55%;
	float: right;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.lx04 .bg {
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color:#f1f1f1;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.lx04 .box .wen {
	padding: 30px 8%;
}
.lx04 .box .wen .w01 {
	font-size: 16px;
	line-height: 26px;
	margin-top: 15px;
	min-height: 130px;
}
.lx04 .box .wen .w02 {
	margin-top: 15px;
	margin-right: -10px;
}
.lx04 .box .wen .w02 img {
	width: 42%;
	display: block;
	float: right;
}
}
 @media only screen and (max-width:1023px) {
.lx04 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #e60012;
}
.lx04 .title {
	width: 100%;
	text-align: center;
}
.lx04 .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx04 .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.lx04 .box {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 9;
}
.lx04 .bg {
	width: 100%;
	height: 88vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color:#f1f1f1;
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.lx04 .box .wen {
	padding: 30px 15px;
}
.lx04 .box .wen .w01 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.lx04 .box .wen .w02 {
	margin-top: 10px;
	margin-right: -5px;
}
.lx04 .box .wen .w02 img {
	width: 70%;
	display: block;
	float: right;
}
}
 @media screen and (min-width:1440px) {
.lx05 {
	padding: 5vw 8%;
	width: 84%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx05 .title {
	width: 100%;
	text-align: center;
}
.lx05 .title b {
	display: block;
	font-size: 30px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx05 .title p {
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #333;
margin-top: .5vw;
}
.lx05 .box {
	width: 100%;
	padding-top: 15px;
}
.lx05 .left {
	width: 47.5%;
	float: left;
}
.lx05 .right {
	width: 47.5%;
	float: right;
}
.lx05 .box p {
	width: 100%;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	background-color: #eee;
	margin-top: 30px;
	overflow: hidden;
	display: block;
	padding: 0 30px;
	box-sizing: border-box;
}
.lx05 .box p input {
	width: 100%;
	font-size: 16px;
	line-height: 56px;
	height: 56px;
	display: block;
	background-color: transparent;
}
.city-picker-selector {
	width: 100%;
	height: 56px;
	margin-top: 30px;
}
.city-picker-selector select {
	width: 48%;
	height: 56px;
	line-height: 56px;
	border-radius: 30px;
	background-color: #eee;
	overflow: hidden;
	display: block;
	text-indent: 30px;
	box-sizing: border-box;
	font-size: 16px;
	margin-right: 4%;
	float: left;
	background-image: url(../image/sel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.city-picker-selector select:last-child {
	margin-right: 0;
}
.lx05 .box span {
	width: 100%;
	background-color: #eee;
	border-radius: 30px;
	overflow: hidden;
	display: block;
	margin-top: 30px;
}
.lx05 .box span textarea {
	width: 100%;
	height: 318px;
	display: block;
	padding: 15px 30px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	overflow: auto;
	background-color: transparent;
}
.lx05 .box .sub {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.lx05 .box .sub input {
	display: block;
	width: 15%;
	margin: auto;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-size: 18px;
	height: 56px;
	border-radius: 56px;
	background: #e60012;
	cursor: pointer;
}
.lx05 .box .sub input:hover {
	background: #333;
}
.city-picker-selector {
	width: 100%;
	margin-top: 30px;
	height: 56px;
}
.selector-item {
	float: left;
	margin-left: 2.63%;
	width: 31.58%;
	height: 56px;
	position: relative;
}
.selector-item:nth-child(1) {
	margin-left: 0;
}
.selector-name {
	width: 100%;
	text-indent: 30px;
	display: block;
	font-size: 16px;
	line-height: 56px;
	height: 56px;
	overflow: hidden;
	background-image: url(../image/sel.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #eee;
	border-radius: 30px;
}
.city-picker-selector .selector-list {
	background: #f1f1f1;
	width: 100%;
	position: absolute;
	top: 60px;
	z-index: 1;
}
.city-picker-selector .hide {
	display: none;
}
.city-picker-selector ul {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f1f1f1;
}
.city-picker-selector li {
	border-top: 1px solid #ddd;
	color: #333;
	cursor: pointer;
	width: 90%;
	padding: 0 5%;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.city-picker-selector li:first-child {
	border-top: none;
}
.city-picker-selector li.caller.active, .city-picker-selector li.caller.active:hover {
	background: #e60012;
	color: #fff;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.lx05 {
	padding: 5vw 3%;
	width: 94%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx05 .title {
	width: 100%;
	text-align: center;
}
.lx05 .title b {
	display: block;
	font-size: 24px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx05 .title p {
	display: block;
	font-size: 24px;
	line-height: 34px;
	color: #333;
	margin-top: 5px;
}
.lx05 .box {
	width: 100%;
	margin-top: 5px;
}
.lx05 .left {
	width: 48.5%;
	float: left;
}
.lx05 .right {
	width: 48.5%;
	float: right;
}
.lx05 .box p {
	width: 100%;
	height: 46px;
	line-height: 46px;
	border-radius: 30px;
	background-color: #eee;
	margin-top: 20px;
	overflow: hidden;
	display: block;
	padding: 0 20px;
	box-sizing: border-box;
}
.lx05 .box p input {
	width: 100%;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	display: block;
	background-color: transparent;
}
.city-picker-selector {
	width: 100%;
	height: 56px;
	margin-top: 20px;
}
.city-picker-selector select {
	width: 48%;
	height: 46px;
	line-height: 46px;
	border-radius: 30px;
	background-color: #eee;
	overflow: hidden;
	display: block;
	text-indent: 20px;
	box-sizing: border-box;
	font-size: 16px;
	margin-right: 4%;
	float: left;
	background-image: url(../image/sel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.city-picker-selector select:last-child {
	margin-right: 0;
}
.lx05 .box span {
	width: 100%;
	background-color: #eee;
	border-radius: 20px;
	overflow: hidden;
	display: block;
	margin-top: 20px;
}
.lx05 .box span textarea {
	width: 100%;
	height: 244px;
	display: block;
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 26px;
	overflow: auto;
	background-color: transparent;
}
.lx05 .box .sub {
	width: 100%;
	float: left;
	margin-top: 30px;
}
.lx05 .box .sub input {
	display: block;
	width: 15%;
	margin: auto;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	height: 46px;
	border-radius: 46px;
	background: #e60012;
	cursor: pointer;
}
.lx05 .box .sub input:hover {
	background: #333;
}
.city-picker-selector {
	width: 100%;
	margin-top: 20px;
	height: 46px;
}
.selector-item {
	float: left;
	margin-left: 2.63%;
	width: 31.58%;
	height: 46px;
	position: relative;
}
.selector-item:nth-child(1) {
	margin-left: 0;
}
.selector-name {
	width: 100%;
	text-indent: 20px;
	display: block;
	font-size: 16px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	background-image: url(../image/sel.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #eee;
	border-radius: 30px;
}
.city-picker-selector .selector-list {
	background: #f1f1f1;
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 1;
}
.city-picker-selector .hide {
	display: none;
}
.city-picker-selector ul {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f1f1f1;
}
.city-picker-selector li {
	border-top: 1px solid #ddd;
	color: #333;
	cursor: pointer;
	width: 90%;
	padding: 0 5%;
	height: 34px;
	line-height: 34px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.city-picker-selector li:first-child {
	border-top: none;
}
.city-picker-selector li.caller.active, .city-picker-selector li.caller.active:hover {
	background: #e60012;
	color: #fff;
}
}
 @media only screen and (max-width:1023px) {
.lx05 {
	width: 94%;
	padding: 40px 3%;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.lx05 .title {
	width: 100%;
	text-align: center;
}
.lx05 .title b {
	display: block;
	font-size: 20px;
	line-height: 1;
	color: #e60012;
	text-transform: uppercase;
}
.lx05 .title p {
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}
.lx05 .box {
	width: 100%;
}
.lx05 .left {
	width: 100%;
	float: left;
}
.lx05 .right {
	width: 100%;
	float: right;
}
.lx05 .box p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	background-color: #eee;
	margin-top: 15px;
	overflow: hidden;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
}
.lx05 .box p input {
	width: 100%;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	display: block;
	background-color: transparent;
}
.city-picker-selector {
	width: 100%;
	height: 56px;
	margin-top: 15px;
}
.city-picker-selector select {
	width: 48%;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	background-color: #eee;
	overflow: hidden;
	display: block;
	text-indent: 15px;
	box-sizing: border-box;
	font-size: 14px;
	margin-right: 4%;
	float: left;
	background-image: url(../image/sel.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.city-picker-selector select:last-child {
	margin-right: 0;
}
.lx05 .box span {
	width: 100%;
	background-color: #eee;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin-top: 15px;
}
.lx05 .box span textarea {
	width: 100%;
	height: 136px;
	display: block;
	padding: 8px 15px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 24px;
	overflow: auto;
	background-color: transparent;
}
.lx05 .box .sub {
	width: 100%;
	float: left;
	margin-top: 15px;
}
.lx05 .box .sub input {
	display: block;
	width: 120px;
	margin: auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	height: 40px;
	border-radius: 40px;
	background: #e60012;
	cursor: pointer;
}
.lx05 .box .sub input:hover {
	background: #333;
}
.city-picker-selector {
	width: 100%;
	margin-top: 15px;
	height: 40px;
}
.selector-item {
	float: left;
	margin-left: 2.63%;
	width: 31.58%;
	height: 40px;
	position: relative;
}
.selector-item:nth-child(1) {
	margin-left: 0;
}
.selector-name {
	width: 100%;
	text-indent: 15px;
	display: block;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background-image: url(../image/sel.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #eee;
	border-radius: 30px;
}
.city-picker-selector .selector-list {
	background: #f1f1f1;
	width: 100%;
	position: absolute;
	top: 50px;
	z-index: 1;
}
.city-picker-selector .hide {
	display: none;
}
.city-picker-selector ul {
	max-height: 160px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f1f1f1;
}
.city-picker-selector li {
	border-top: 1px solid #ddd;
	color: #333;
	cursor: pointer;
	width: 90%;
	padding: 0 5%;
	height: 34px;
	line-height: 34px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.city-picker-selector li:first-child {
	border-top: none;
}
.city-picker-selector li.caller.active, .city-picker-selector li.caller.active:hover {
	background: #e60012;
	color: #fff;
}
}
 @media screen and (min-width:1440px) {
.ww {
	font-size: 18px;
	line-height: 28px;
}
.ww .bt {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
.ww .bt b {
	width: 50px;
	height: 4px;
	display: block;
	background-color: #e60012;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 30px;
}
.pro03 .box .wen.ww p:nth-child(2) {
	width: 50%;
	float: right;
	margin-left: 3.125%;
	margin-top: -78px;
}
.pro03 .box .wen.ww p:nth-child(4) {
	width: 46.875%;
	float: left;
	margin-top:2vw;
}
.pro03 .box .wen.ww p img{ width:100%;}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.ww {
	font-size: 16px;
	line-height: 26px;
}
.ww .bt {
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
}
.ww .bt b {
	width: 40px;
	height: 3px;
	display: block;
	background-color: #e60012;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.pro03 .box .wen.ww p:nth-child(2){
	width: 50%;
	float: right;
	margin-left: 3.125%;
	margin-top: -60px;
}
.pro03 .box .wen.ww p:nth-child(4){
	width: 46.875%;
	float: left;
	margin-top:20px;
}
.pro03 .box .wen.ww p img{ width:100%;}
}
 @media only screen and (max-width:1023px) {
.ww img {
	display: block;
	margin: auto;
	margin-bottom: 5px;
}
.ww .bt {
	display: none;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
}
.ww .bt b {
	width: 30px;
	height: 2px;
	display: block;
	background-color: #e60012;
	overflow: hidden;
	margin-top: 5px;
}
.pro03 .box .wen.ww {
	font-size: 14px;
	line-height: 24px;
	margin-top:5px;
}
.pro03 .box .wen.ww p{ margin-top: 10px;}
.pro03 .box .wen.ww p img{ width:100%; height:auto;}
}
 @media screen and (min-width:1440px) {
.tkuang {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.tkuang .box {
	padding: 65px 30px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 870px;
	box-sizing: border-box;
}
.tkuang .close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
	height: 28px;
}
.tkuang .close img {
	display: block;
	height: 28px;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.tkuang .close img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.tkuang .box .bt {
	font-size: 24px;
	text-align: center;
	line-height: 34px;
}
.tkuang .box .wen {
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	margin-top: 10px;
}
}
 @media screen and (min-width:1024px) and (max-width:1439px) {
.tkuang {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.tkuang .box {
	padding: 45px 20px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 94%;
	max-width: 870px;
	box-sizing: border-box;
}
.tkuang .close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 10px;
	top: 15px;
	height: 26px;
}
.tkuang .close img {
	display: block;
	height: 26px;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.tkuang .close img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.tkuang .box .bt {
	font-size: 22px;
	text-align: center;
	line-height: 32px;
}
.tkuang .box .wen {
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	margin-top: 5px;
}
}
 @media only screen and (max-width:1023px) {
.tkuang {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	display: none;
}
.tkuang .box {
	padding: 25px 10px;
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 94%;
	max-width: 870px;
	box-sizing: border-box;
}
.tkuang .close {
	cursor: pointer;
	display: block;
	position: absolute;
	right: 5px;
	top: 10px;
	height: 24px;
}
.tkuang .close img {
	display: block;
	height: 24px;
	-webkit-transition: 1s linear;
	transition: 1s ease-in;
}
.tkuang .close img:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.tkuang .box .bt {
	font-size: 18px;
	text-align: center;
	line-height: 28px;
}
.tkuang .box .wen {
	font-size: 14px;
	text-align: center;
	line-height: 24px;
}
}