.main .header {
	display: block;
	width: 100%;
	height: 100px;
	
	
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.main .head-zw {
	display: block;
	height: 100px;
}
.main .header-main {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 160px;
	transition: padding 300ms;
	width: 100%;
	position: relative;
}
.main .logo {
	display: flex;
	align-items: center;
	height: 100%;
	transition: padding 300ms;
}
.main .logo .img2 {
	display: none;
}
.main .head-in {
	display: flex;
	align-items: center;
	height: 100%;
	color: #000000;
}
.main .head-nav {
	display: flex;
	height: 100%;
}
.main .head-nav>li {
	margin-left: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	transition: margin-left 300ms;
	    position: relative;
}
.main .head-nav>li:first-child {
	margin-left: 0;
}
.main .head-nav-one {
	display: flex;
    align-items: center;
    font-size: 19px;
    color: #fff;
    padding: 0 18px;
    position: relative;
        height: 100%;
    border-radius: 15px;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	
}
.main .head-nav-two {
	display: none;
	position: absolute;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 16px 0;
	text-align: center;
	overflow: hidden;
}
.main .head-nav-two li a {
    display: block;
    padding: 8px 24px;
    font-size: 15.2px;
    line-height: 24px;
    color: #686868;
    text-align: left;
}
.main .head-nav-two li a:hover {
	color: #000;
}
.main .pc-head-nav li:hover>a {
	color: #e60012;
}
.main .pc-head-nav li.active>a {
	
	color: #e60012;
}
.main .header-main:hover {
    /*background: #fff;*/
}
.main .header-main:hover .head-in .head-nav li a {
    color: #333;
}
.main .header-main:hover .head-in .head-nav li.active a {
    color: #e60012;
}
.main .g-menu-div {
	display: none;
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 4px solid #e60012;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 90;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.06);
}
.main .g-menu-in {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: auto;
	padding: 20px 0 50px 160px;
	margin: 0 auto;
}
.main .g-menu-in>li {
	float: none;
	min-width: 15%;
	padding-right: 30px;
}
.main .g-menu-in>li:first-child {
	margin-left: 20px;
}
.main .g-menu-in>li h2 {
	position: relative;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	padding-left: 12px;
	margin-bottom: 10px;
}
.main .g-menu-in>li h2 a {
	color: #333;
	display: block;
}
.main .g-menu-in>li h2:hover a {
	color: #e60012;
}
.main .g-menu-in>li h2::before {
	content: '';
	width: 3px;
	height: 16px;
	background: #4fcbfe;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main .g-meni-a {
	display: block;
}
.main .g-meni-a a {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	display: block;
	padding: 3px 0;
}
.main .g-meni-a a:hover {
	color: #e60012;
}
.main .head-login-but {
	width: 58px;
	height: 26px;
	background: #e60012;
	border-radius: 13px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}
.main .head-search {
	display: block;
	margin-left: 20px;
	height: 100%;
	width: 78px;
	position: relative;
	transition: margin-left 300ms;
}
.main .head-search>span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/search-01.png) no-repeat center;
	cursor: pointer;
}
.main .head-search>div {
	display: none;
	width: 300px;
	height: 54px;
	background: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 30;
	padding: 8px 10px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.main .head-search:hover>div {
	display: block;
}
.main .head-search>div input {
	display: inline-block;
	float: left;
	width: 200px;
	height: 100%;
	border-radius: 4px;
	background: #f5f5f5;
	padding: 0 8px;
	font-size: 14px;
	color: #333;
	line-height: 38px;
}
.main .head-search>div button {
	display: inline-block;
	float: right;
	width: 70px;
	height: 100%;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	background: #0B9EF2;
}
.main .footer {
	display: block;
	color: #fff;
	padding: 0;
}
.main .wap-show {
	display: none;
}
.main .footer-bottom {
	text-align: center;
	font-size: 12px;
	color: #656565;
	line-height: 24px;
	min-height: 52px;
	background:#d6d7da;
}
.main .footer-bottom a {
	color: #999;
}
.main .footer a:hover {
	color: #fff;
}
.main .footer-main {
background:#f7f8fb;
	padding: 24px 160px 80px;
	display: flex;
	justify-content: space-between;
}
.main .footer-right {
	display: block;
	font-size: 14px;
	color: #656565;
	line-height: 24px;
}
.main .footer-right h1 {
	font-size: 33px;
	color: #e60012;
	line-height: 30px;
	font-family: 'DIN, DIN';
	line-height: 40px;
	margin-bottom: 12px;
}
.main .footer-right .lx {
	display: flex;
	align-items: flex-end;
	position: absolute;
	margin-top: 24px;
	text-align: center;
	flex-wrap: nowrap;
}
.main .footer-right .lx img {
	height: 113px;
	margin-right: 12px;
}
.main .footer-right .lx>div {
	position: absolute;
	top: 115px;
	width: 112px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.main .footer-right .lx>div:nth-child(4) {
	left: 60px;
	left: auto;
	right: 10px;
}
.main .footer-left {
	display: flex;
	flex: 1;
}
.main .footer-list {
	padding-top: 16px;
	margin-right: 128px;
	transition: margin-right 300ms;
}
.main .footer-list:first-child {
	margin-right: 164px;
}
.main .footer-list a {
	font-size: 14px;
	color: #656565;
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
}
.main .footer-list h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 16px;
	color: #656565;
	line-height: 28px;
}
.main .footer-list ul {
	display: flex;
}
.main .footer-list ul li {
	margin-right: 48px;
}
.main .footer-list ul li:last-child {
	margin-right: 0;
}
.main .banner-main {
	display: block;
	height: 366px;
}
.main .title-01 {
	text-align: center;
	transition: all 600ms;
}
.main .title-01 h3 {
	font-size: 40px;
	line-height: 60px;
	color: #000;
	font-weight: bold;
}
.main .title-01 p {
	font-size: 20px;
	color: #C0C0C0;
	line-height: 24px;
	margin-top: -7px;
}
.main .brand-banner {
	display: block;
	position: relative;
}
.main .brand-banner>img {
	opacity: 0;
}
.main .brandSwiper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main .brand .icon {
	margin-bottom: 80px;
}
.main .rightbrand {
	display: block;
	width: 100%;
	height: calc(100% - 80px);
	position: fixed;
	bottom: 0;
	left: 100%;
	z-index: 199;
	background: #fff;
	transition: left 1000ms;
}
.main .brand2 {
	color: #000000;
}
.mainSwi {
	transition: transform 1000ms;
}
.main .rightbrand>li {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.main .rightBrandSwiper {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.main .rightBrandSwiper>.bgCen {
	display: block;
	width: 100%;
	height: 100%;
}
.main .rightbrandDiv {
	display: block;
	line-height: 1.5;
	color: #686868;
	padding-top: 150px;
}
.main .rightbrand>li:nth-child(2) .in, .main .rightbrand>li:nth-child(3) .in {
	color: #000;
}
.main .rightbrandDiv .in {
	width: 362px;
}
.main .rightbrandDiv h3 {
	font-size: 36px;
	color: #000000;
}
.main .rightbrandDiv1 h5 {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 53px;
}
.main .rightbrandDiv1 .in {
	margin-top: 20px;
}
.main .rightBrandSwiper-bot {
	display: flex;
	align-items: center;
	position: absolute;
	z-index: 399;
	bottom: 112px;
	left: 50%;
	transform: translateX(-50%);
}
.main .rightBrandSwiper-bot .colse {
	display: block;
	width: 64px;
	height: 64px;
	cursor: pointer;
	margin-right: 23px;
}
.main .rightBrandSwiper-bot .swiper-pagination {
	display: flex;
	width: 300px;
	position: relative;
	bottom: auto;
	height: 2px;
}
.main .rightBrandSwiper-bot .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	border-radius: 0;
	height: 100%;
	width: 100%;
	background: #C0C0C0;
}
.main .rightBrandSwiper-bot .swiper-pagination .swiper-pagination-bullet-active {
	background: #686868;
}
.main .rightbrandDiv2 h5 {
	margin-bottom: 50px;
}
.main .rightbrandDiv2 h4 {
	line-height: 60px;
	height: 60px;
	margin-bottom: 45px;
	font-size: 20px;
}
.main .rightbrandDiv2 h4 span {
	font-size: 50px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
}
.main .rightbrandDiv3 .icon {
	display: block;
	height: 97px;
	margin-bottom: 67px;
}
.main .rightbrandDiv3 li {
	margin-bottom: 34px;
	font-size: 30px;
	line-height: 1.5;
	color: #000;
}
.main .rightbrandDiv3 li h4 {
	font-size: 36px;
	font-weight: bold;
}
.main .brand4 {
	align-items: flex-end;
	color: #000;
}
.main .brand5 {
	color: #000;
}
.main .rightBrandSwiper-bot .swiper-pagination-bullet:only-child {
	display: block !important;
}
.main .brand6 {
	align-items: flex-end;
}
.main .rightbrand>li:nth-child(6) .rightbrandDiv1 .in {
	width: 516px;
}
.main .brand-video {
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 80px;
}
.main .brand-video video {
	display: block;
	width: 100%;
}
.main .brand-video-in {
	display: flex;
	line-height: 1.5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 225px;
	justify-content: space-between;
	padding: 0 110px 0 128px;
	color: #fff;
}
.main .brand-video-in .in {
	width: 428px;
	padding-top: 11px;
}
.main .brand-video-in h3 {
	font-size: 36px;
}
.main .news-title {
	font-size: 36px;
	line-height: 1.5;
	text-align: center;
	margin: 110px auto 47px;
	font-weight: bold;
}
.main .news-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 52px;
	line-height: 1.5;
}
.main .news-tabs a {
	font-size: 20px;
	position: relative;
	margin: 0 65px;
	color: #000000;
}
.main .news-tabs a.active::before {
	content: "";
	display: block;
	width: 60px;
	height: 2px;
	background: #e60012;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
}
.main .news-center-width {
	display: flex;
	justify-content: center;
}
.main .news-main {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}
.main .news-list {
	display: block;
	width: 380px;
	background: #fff;
	margin-right: 30px;
	margin-bottom: 26px;
	padding: 34px 29px 25px;
}
.main .news-list:nth-child(3n) {
	margin-right: 0;
}
.main .news-list .news-img {
	display: block;
	width: 100%;
	height: 194px;
	overflow: hidden;
}
.main .news-list .news-img div {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 600ms;
}
.main .news-list:hover .news-img div {
	transform: scale(1.1);
}
.main .news-list .news-in {
	display: block;
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	box-sizing: border-box;
}
.main .news-list .news-in h3 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	height: 22px;
	line-height: 22px;
	margin-top: 16px;
}
.main .news-list .news-in p {
	font-size: 14px;
	color: #777777;
	margin-top: 18px;
}
.main .news-list .news-in h5 {
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	height: 18px;
}
.main .news-list:hover .news-in h3 {
	color: #e60012;
}
.main .news-list-more {
	display: block;
	height: 30px;
	margin-top: 16px;
	background: url(../images/xw-03.png) no-repeat left center;
}
.main .news-list:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.main .news-list:hover .news-list-more {
	background: url(../images/xw-04.png) no-repeat left center;
}
.main .page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 26px auto 45px;
}
.main .news-page {
	margin-top: 0;
}
.main .page a {
	display: flex;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	justify-content: center;
	align-items: center;
	color: #686868;
	margin: 0 6px;
	background: #fff;
}
.main .page a:first-child, .main .page a:last-child {
	width: 88px;
}
.main .page a:hover {
	background: #e60012;
	color: #fff;
}
.main .page a.active {
	background: #e60012;
	color: #fff;
}
.main .table-banner {
	display: block;
	margin-top: -81px;
	position: relative;
	z-index: 10;
}
.main .weizhi {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	color: #838282;
	line-height: 20px;
	padding: 14px 0;
}
.main .weizhi a {
	color: #838282;
	margin-right: 6px;
}
.main .weizhi li:last-child {
	color: #747474;
}
.main .weizhi a:hover {
	color: #e60012;
}
.main .news-det-bottom {
	padding: 48px 0 60px;
}
.main .news-det-bottom h3 {
	display: flex;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
}
.main .news-det-bottom h3 span {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../images/xw-11.png) no-repeat center;
	margin-left: 8px;
	margin-top: -8px;
}
.main .news-det {
	display: block;
	width: 100%;
	background: #fff;
	padding: 40px 60px;
	font-size: 14px;
	color: #666666;
	line-height: 23px;
}
.main .news-det-in {
	border-top: 1px solid #DEDEDE;
	padding-top: 40px
}
.main .news-det-top {
	margin-bottom: 38px;
	font-size: 13px;
	color: #666666;
	line-height: 18px;
}
.main .news-det-top h3 {
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 22px;
}
.main .news-det-top p span {
	margin-right: 20px
}
.main .news-det-swi {
	display: flex;
	justify-content: space-between;
}
.main .news-det-swi a {
	width: 48%;
	height: 38px;
	background: #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid #A8A8A8;
	font-size: 13px;
	color: #666666;
	padding: 0 38px;
	line-height: 36px;
}
.main .news-det-swi a:hover {
	border-color: #e60012;
	color: #e60012;
}
.main .news-det-qian {
	margin: 16px auto 26px;
}
.main .jishu {
	display: flex;
	justify-content: space-between;
	margin: 8px auto 28px;
}
.main .jishu-left {
	width: 234px;
	background: #FFFFFF;
	margin-right: 15px;
	border-radius: 0px 0px 14px 14px;
	padding: 18px 15px 25px;
}
.main .jishu-left a {
	width: 100%;
	line-height: 48px;
	padding: 13px 38px;
	font-size: 14px;
	color: #333333;
	background: #F6F6F6;
	margin-bottom: 14px;
}
.main .jishu-left a:hover {
	color: #e60012;
}
.main .jishu-left a.active {
	background: #e60012;
	color: #fff;
}
.main .jishu-right {
	flex: 1;
}
.main .jishu-right .weizhi {
	padding-left: 22px;
}
.main .jishu-det {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	padding: 30px 40px 32px;
	border-radius: 14px;
	background: #fff;
	margin-bottom: 16px;
}
.main .jishu-det h3 {
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 16px;
}
.main .jishu-main {
	display: block;
	width: 100%;
	border-radius: 14px;
	background: #fff;
}
.main .jishu-in {
	padding: 25px 24px 10px 40px;
}
.main .jishu-tab {
	display: flex;
	align-items: center;
}
.main .jishu-tab a {
	display: flex;
	padding: 0 28px;
	height: 56px;
	align-items: center;
	font-size: 14px;
	color: #333333;
	position: relative;
}
.main .jishu-tab a:hover {
	color: #e60012;
}
.main .jishu-tab a.active {
	background: url(../images/jishu-04.png) no-repeat left center;
	background-size: auto 100%;
	width: 157px;
	color: #fff;
	padding-left: 40px;
	font-size: 16px;
	margin-right: 16px;
}
.main .jishu-tab a::after {
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #ddd;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main .jishu-tab a:first-child::after {
	display: none;
}
.main .jishu-in-list {
	margin-bottom: 46px;
}
.main .jishu-in-title {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	position: relative;
	padding-left: 12px;
}
.main .jishu-in-title span {
	text-transform: uppercase;
	font-size: 13px;
	color: #BEBEBE;
	margin-left: 6px;
}
.main .jishu-in-title::before {
	content: "";
	display: block;
	width: 3px;
	height: 16px;
	border-radius: 2px;
	background: #e60012;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main .jishu-table {
	display: block;
	width: 100%;
	margin-top: 28px;
	border-radius: 6px;
	border: 1px solid #E2E2E2;
}
.main .jishu-table li {
	display: flex;
	border-top: 1px solid #E2E2E2;
	color: #666666;
}
.main .jishu-table li p {
	display: flex;
	width: 100%;
}
.main .jishu-table li:first-child {
	border: none;
	background: #F3F3F3;
	color: #333333;
}
.main .jishu-table span {
	text-align: center;
	font-size: 14px;
	display: block;
	width: 23%;
	border-left: 1px solid #E2E2E2;
	line-height: 22px;
	padding: 12px 4px;
}
.main .jishu-table span:first-child {
	border: none;
}
.main .jishu-table span:nth-child(2) {
	width: 31%;
}
.main .jishu-bz {
	padding-top: 6px;
}
.main .jishu-bz a {
	display: block;
	position: relative;
	padding: 16px 36px;
	font-size: 14px;
	color: #e60012;
	border: 1px solid #e60012;
	border-radius: 4px 4px 4px 4px;
	margin-top: 12px;
}
.main .jishu-bz a::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #e60012;
	position: absolute;
	left: 18px;
	top: 25px;
}
.main .jishu-jg {
	font-size: 18px;
	color: #333333;
	line-height: 1.6;
	padding: 22px 0 36px;
}
.main .jishu-jg-tab {
	display: flex;
}
.main .jishu-jg-tab li {
	cursor: pointer;
	margin-bottom: 10px;
	padding: 8px 16px;
	font-size: 16px;
	line-height: 22px;
	border-radius: 20px;
	border: 1px solid #e60012;
	margin-right: 22px;
	color: #e60012;
}
.main .jishu-jg-tab li.active {
	background: #e60012;
	color: #fff;
}
.main .gy-header {
	position: relative;
	margin-top: -102px;
}
.main .gy-header-in {
	background: rgba(255, 255, 255, 0.21);
	border-radius: 15px 15px 0px 0px;
	display: flex;
	align-items: center;
	width: 100%;
	height: 102px;
}
.main .gy-header-in a {
	display: flex;
	height: 100%;
	align-items: center;
	font-size: 22px;
	color: #fff;
	width: 100%;
	justify-content: center;
	position: relative;
}
.main .gy-header-in a::after {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	border-left: 1px solid #FFFFFF;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.main .gy-header-in a:last-child::after {
	display: none;
}
.main .gy-header-in a:hover {color: #e60012;}
.main .gy-header-in a.active {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
}
.main .gy-header-in a.active::before {
	content: "";
	width: 96px;
	height: 3px;
	background: #e60012;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.main .wangluo-main {
	margin: 40px auto 50px
}
.main .wangluo-list {
	display: flex;
	width: 100%;
	padding: 22px 36px 40px 52px;
	background: #fff;
	margin-bottom: 12px;
	transition: all 300ms;
}
.main .wangluo-list .img {
	display: block;
	width: 396px;
	height: 224px;
}
.main .wangluo-list .img div {
	height: 100%;
}
.main .wangluo-list-in {
	flex: 1;
	padding-right: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 34px;
	display: flex;
	flex-direction: column;
}
.main .wangluo-list-tab {
	display: flex;
	padding: 0 20px;
	line-height: 38px;
	border-radius: 19px;
	background: #E3E3E3;
	width: auto;
	align-items: center;
}
.main .wangluo-list-in div {
	display: flex;
}
.main .wangluo-list-in h3 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin: 10px 0 26px;
}
.main .wangluo-list:hover .wangluo-list-in h3 {
	color: #e60012;
}
.main .wangluo-list:hover .wangluo-list-tab {
	background: #e60012;
	color: #fff;
}
.main .wangluo-list-in ul li {
	display: flex;
	align-items: flex-start;
}
.main .wangluo-list-in ul li span {
	width: 32px;
	height: 34px;
	align-items: center;
	display: flex;
}
.main .wangluo-list-in ul li p {
	flex: 1;
}
.main .wangluo-list:hover {
	transform: scale(1.02);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.06);
}
.main .wl-title {
	text-align: center;
	font-size: 24px;
	color: #B9B9B9;
	line-height: 1;
	margin: 20px auto 30px;
}
.main .wl-title h3 {
	font-weight: bold;
	font-size: 38px;
	color: #333333;
	margin-top: 12px;
}
.main .diqu-sz {
	display: flex;
	width: 534px;
	height: 62px;
	background: #fff;
	border-radius: 6px;
	margin: 0 auto;
	align-items: center;
}
.main .diqu-sz p {
	font-size: 18px;
	position: relative;
	color: #787878;
	padding: 0 18px;
}
.main .diqu-sz select {
	flex: 1;
	padding-left: 20px;
	font-size: 22px;
	color: #333333;
	-webkit-appearance: none;
	
	-moz-appearance: none;
	
	appearance: none;
	cursor: pointer;
	background: url(../images/wl-06.png) no-repeat 94% center;
	padding-right: 40px;
}
.main .lx-ditu {
	display: flex;
	background: #F6F6F6;
	margin-top: 360px;
	padding-bottom: 100px;
}
.main .lx-ditu .map {
	width: 100%;
	height: 515px;
	position: relative !important;
	z-index: 2 !important;
	margin-top: -288px;
}
.main .hezuo-kh {
	padding: 42px 0 70px;
	background: #F6F6F6;
}
.main .lx-kehu {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 39px;
	row-gap: 24px;
	padding-top: 10px;
}
.main .lx-kehu li img {
	transition: all 300ms;
}
.main .lx-kehu li:hover img {
	transform: scale(1.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.07);
}
.main .hezuo-kh .wl-title h3 {
	font-weight: normal;
}
.main .lx-dizhi {
	display: flex;
	justify-content: space-between;
	padding-top: 35px;
}
.main .lx-dizhi li {
	width: 296px;
}
.main .lx-dizhi li h3 {
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	line-height: 34px;
}
.main .lx-dizhi li span {
	display: block;
	height: 45px;
	margin: 25px 0 0;
}
.main .lx-dizhi li h2 {
	font-family: DIN, DIN;
	font-weight: bold;
	font-size: 32px;
	color: #e60012;
	line-height: 40px;
	margin-top: 28px;
}
.main .lx-dizhi li h4 {
	font-weight: 400;
	font-size: 26px;
	color: #e60012;
	line-height: 36px;
	margin-top: 24px;
}
.main .lx-dizhi li p {
	font-size: 22px;
	color: #e60012;
	line-height: 34px;
	margin-top: 28px;
}
.main .lx-title {
	margin: 36px 0 38px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-transform: uppercase;
}
.main .lx-title h3 {
	font-size: 24px;
	color: #333333;
	line-height: 32px;
	margin-bottom: 2px;
}
.main .lx-biao {
	display: block;
	width: 100%;
}
.main .lx-but {
	width: 245px;
	height: 50px;
	background: #e60012;
	border-radius: 2px 2px 2px 2px;
	font-size: 16px;
	color: #FFFFFF;
	margin: 40px auto 82px;
}
.main .lx-form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main .lx-form li {
	width: 47%;
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 46px;
}
.main .lx-form li:last-child {
	width: 100%;
	margin-bottom: 0;
}
.main .lx-form textarea {
	display: block;
	width: 100%;
	height: 140px;
	background: #F3F3F3;
	font-size: 14px;
	color: #333333;
	line-height: 1.6;
	padding: 20px 40px;
}
.main .lx-form textarea::-webkit-input-placeholder {
	color: #999;
}
.main .lx-form input {
	display: block;
	width: 100%;
	height: 58px;
	background-color: #F3F3F3 !important;
	padding: 0 46px;
}
.main .lx-form h3 {
	margin-bottom: 10px;
	padding-left: 18px;
}
.main .lx-form li:nth-child(1) input {
	background: url(../images/lx-05.png) no-repeat 18px center;
}
.main .lx-form li:nth-child(2) input {
	background: url(../images/lx-06.png) no-repeat 18px center;
}
.main .lx-form li:nth-child(3) input {
	background: url(../images/lx-07.png) no-repeat 18px center;
}
.main .lx-form li:nth-child(4) input {
	background: url(../images/lx-08.png) no-repeat 18px center;
}
.main .gy-jianjie {
	padding: 70px 0;
}
.main .gy-title {
	line-height: 1;
	font-size: 24px;
	color: #B9B9B9;
	text-align: center;
}
.main .gy-title h3 {
	font-weight: bold;
	font-size: 38px;
	color: #333333;
	margin-top: 18px;
}
.main .gy-jie-text {
	font-size: 14px;
	color: #7E7E7E;
	line-height: 36px;
	text-align:left;
	margin: 46px auto 68px;
}
.main .gy-jie-ul {
	display: flex;
	justify-content: space-between;
}
.main .gy-jie-ul li {
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}
.main .gy-jie-ul li>div {
	display: flex;
	justify-content: center;
	margin-bottom: 14px;
}
.main .gy-jie-ul li>div>div {
	position: relative;
	width: auto;
}
.main .gy-jie-ul li>div>div em {
	position: absolute;
	right: -40px;
	top: -8px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #e60012;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #e60012;
}
.main .gy-jie-ul li>div>div span {
	font-family: DIN, DIN;
	font-weight: bold;
	font-size: 50px;
	color: #e60012;
	line-height: 62px;
}
.main .gy-video {
	display: flex;
	padding: 109px 93px 0;
	background: url(../images/gy-02.png) no-repeat top center;
	background-size: 100% auto;
	margin-top: 100px;
	align-items: flex-start;
}
.main .gy-video-in {
	display: block;
	width: 460px;
	height: auto;
	padding: 48px 54px 89px;
	font-size: 18px;
	color: #333333;
	line-height: 42px;
	background: #FFFFFF;
	box-shadow: 0px 7px 36px 1px rgba(0, 0, 0, 0.09);
	border-radius: 0px 44px 0px 44px;
}
.main .gy-video-in h3 {
	font-weight: bold;
	font-size: 26px;
	color: #e60012;
	line-height: 36px;
}
.main .gy-video-in em {
	display: block;
	width: 100px;
	height: 5px;
	background: #e60012;
	margin: 16px 0 25px;
}
.main .gy-video-icon {
	display: block;
	margin-top: 59px;
	margin-left: 265px;
	height: auto;
	cursor: pointer;
}
.main .videos {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1001;
	width: 900px;
	z-index: 2000;
	height: auto;
}
.main .vclose {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100%;
	cursor: pointer;
	z-index: 1099;
}
.main .popBg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}
.main .licheng {
	padding: 70px 0 90px;
	background-image: url(../images/gy-04.png);
}
.main .lc-swi-pc {
	display: block;
	margin-top: 42px;
	position: relative;
}
.main .lc-swi-pc-in {
	display: flex;
}
.main .lc-swi-pc-in-img {
	display: block;
	height: 378px;
	width: 570px;
	border-radius: 20px;
	overflow: hidden;
}
.main .lc-swi-pc .gallery-top {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.main .lc-swi-pc-in-text {
	flex: 1;
	padding-left: 70px;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
	padding-top: 26px;
}
.main .lc-swi-pc-in-text p {
	margin-bottom: 24px;
}
.main .lc-swi-pc-in-text h3 {
	font-weight: bold;
	font-size: 32px;
	color: #e60012;
	line-height: 42px;
	margin-bottom: 28px;
}
.main .lc-swi-pc .gallery-thumbs {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 42px;
	position: relative;
}
.main .lc-swi-pc .gallery-thumbs::after {
	content: "";
	display: block;
	width: calc(100% - 90px);
	height: 1px;
	border-top: 1px dashed #B2B2B2;
	position: absolute;
	top: 19px;
	left: 45px;
	z-index: -1;
}
.main .lc-swi-pc .gallery-thumbs .swiper-slide {
	display: block;
	width: calc(100% / 6);
	height: auto;
}
.main .lc-swi-pc-item {
	display: flex;
	width: 100%;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-top: 9px;
	font-size: 22px;
	z-index: 40;
	position: relative;
	color: #333333;
	line-height: 30px;
}
.main .lc-swi-pc-item em {
	z-index: 40;
	position: relative;
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/gy-05.png) no-repeat center;
	margin-bottom: 26px;
}
.main .lc-swi-pc .gallery-thumbs .swiper-slide-thumb-active .lc-swi-pc-item {
	color: #e60012;
}
.main .lc-swi-pc .gallery-thumbs .swiper-slide-thumb-active .lc-swi-pc-item em {
	background: url(../images/gy-06.png) no-repeat center;
}
.main .lc-swi-pc .gallery-thumbs .but {
	display: flex;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	z-index: 9;
	border: 2px solid #444444;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "瀹嬩綋";
	font-size: 22px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	user-select: none;
}
.main .lc-swi-pc .gallery-thumbs .but.next {
	right: 0;
}
.main .lc-swi-pc .gallery-thumbs .but.prev {
	left: 0;
}
.main .lc-swi-pc .gallery-thumbs .but:hover {
	color: #e60012;
	border-color: #e60012;
}
.main .zizhi {
	display: block;
	padding:30px 0 30px;
}
.main .zizhi-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px auto 36px;
}
.main .zizhi-img {
	display: none;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
	row-gap: 30px;
}
.main .zizhi-img li div {
	height: 276px;
	background-size: contain;
}
.main .zizhi-tab span {
	display: flex;
	min-width: 128px;
	height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0 2px;
	background: #E8E8E8;
	border-radius: 23px;
	margin: 0 40px;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}
.main .zizhi-tab span.active {
	background: #e60012;
	color: #fff;
}
.main .gy-team-text {
	margin-top: 42px;
	font-size: 14px;
	color: #777777;
	line-height: 28px;
}
.main .gy-team {
	margin: 42px auto 72px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 39px;
	row-gap: 39px;
}
.main .gy-team li {
	min-height: 200px;
	background: rgba(0, 163, 228, 0.06);
	border-radius: 15px 15px 15px 15px;
	border: 1px solid #e60012;
	display: flex;
	padding: 4px 5px 4px 22px;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
}
.main .gy-team li img {
	width: 140px;
	height: auto;
}
.main .gy-team-in {
	flex: 1;
	padding: 24px 12px 10px 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.main .gy-team-in h3 {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 2px;
}
.main .gy-team-in span {
	display: block;
	background: #e60012;
	border-radius: 14px;
	margin-bottom: 12px;
	padding: 0 12px;
	line-height: 28px;
	font-size: 13px;
	color: #fff;
}
.main .cp-main {
	display: flex;
	align-items: flex-start;
}
.main .cp-main-left {
	display: block;
	width: 234px;
}
.main .cp-main-right {
	flex: 1;
	padding-left: 16px;
}
.main .cp-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
	row-gap: 16px;
	margin-bottom: 40px;
}
.main .cp-list-item {
	display: block;
	background: #fff;
	border-radius: 15px;
	padding: 16px 24px 14px 16px;
}
.main .cp-list-item-top {
	display: flex;
}
.main .cp-list-item-top .img {
	width: 144px;
	height: 145px;
	border-radius: 12px;
	overflow: hidden;
}
.main .cp-list-item-in {
    flex: 1;
    padding-left: 20px;
    font-size: 13px;
    color: #590abe;
    line-height: 1.6;
}
.main .cp-list-item-in h3 {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
	
	margin-bottom: 10px;
}
.main .cp-list-item-in p span {
	color: #333;
}
.main .cp-list-item-bot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 18px;
}
.main .cp-list-item-bot span {
	width: 121px;
	height: 40px;
	background: #e60012;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	font-size: 14px;
	color: #fff;
}
.main .cp-list-item-bot p {
	flex: 1;
	font-size: 13px;
	color: #777;
}
.main .cp-list-item-bot p em {
	font-size: 22px;
	color: #e60012;
}
.main .cp-list-item-bot p i {
	color: #e60012;
	font-size: 16px;
	margin-left: 4px;
}
.main .cp-list-item:hover {
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06)
}
.main .cp-list-item:hover .cp-list-item-in h3 {
	color: #e60012;
}
.main .cp-header {
	margin-bottom: 3px;
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.main .cp-header .weizhi {
	flex: 1;
}
.main .cp-search {
	display: flex;
	align-items: center;
	position: relative;
	padding: 14px 0;
	font-size: 14px;
	color: #333333;
}
.main .cp-search input {
	display: block;
	width: 330px;
	border: 1px solid #D2D2D2;
	border-radius: 22px;
	background: #fff;
	height: 44px;
	margin-left: 18px;
	padding-left: 25px;
	color: #333;
	font-size: 14px;
	padding-right: 80px;
}
.main .cp-search button {
	display: block;
	width: 64px;
	height: 42px;
	background: url(../images/cp-03.png) no-repeat center right;
	background-size: 100% auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.main .cp-filter {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 14px;
	background: #fff;
	padding: 20px 17px 32px;
	margin-top: 8px;
	margin-bottom: 60px;
}
.main .cp-select {
	display: block;
	width: 100%;
	height: 35px;
	background: #F6F6F6;
	margin-top: 14px;
	padding: 0 24px 0 16px;
	font-size: 13px;
	color: #333333;
	border-radius: 6px;
	line-height: 35px;
	-webkit-appearance: none;
	
	-moz-appearance: none;
	
	appearance: none;
	cursor: pointer;
	background: #F6F6F6 url(../images/wl-06.png) no-repeat 94% center;
}
.main .cp-filter h3 {
	font-size: 14px;
	color: #e60012;
	line-height: 20px;
	padding-bottom: 14px;
	border-bottom: 1px dashed #D1D1D1;
}
.main .cp-menu {
	display: block;
	width: 100%;
	border-radius: 0 0 14px 14px;
	background: #fff;
	padding: 0 17px;
}
.main .cp-menu-item {
	border-bottom: 1px dashed #D1D1D1;
}
.main .cp-menu-item:last-child {
	border: none;
}
.main .cp-menu-item h3 {
	display: flex;
	min-height: 54px;
	align-items: center;
	padding: 5px 0px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	background: url(../images/cp-08.png) no-repeat 92% center;
	cursor: pointer;
}
.main .cp-menu-item h3.active {
	background: url(../images/cp-09.png) no-repeat 92% center;
}
.main .cp-menu-two {
	padding: 0px 0 26px;
	display: none;
}
.main .cp-menu-two a {
	display: block;
	position: relative;
	font-size: 13px;
	color: #666666;
	line-height: 24px;
	padding: 10px 0 10px 15px;
	position: relative;
}
.main .cp-menu-two a span {
	position: absolute;
	left: 4px;
	top: 8px;
}
.main .cp-menu-two a::before {
	content: ".";
	font-size: 13px;
	color: #666666;
	position: absolute;
	left: 24px;
	top: 8px;
}
.main .cp-menu-two a:hover {
	color: #e60012;
}
.main .cp-menu-two a.active {
	color: #e60012;
}
.main .xq-main {
	background: #F6F6F6;
	padding: 16px 0 44px;
}
.main .xq-in {
	display: block;
	margin-top: 20px;
	width: 100%;
	border-radius: 20px;
	background: #fff;
	padding: 0 0 30px;
	overflow: hidden;
}
.main .xq-in-tab {
	display: flex;
	height: auto;
	background: #EBEBEB;
}
.main .xq-in-tab span {
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	padding: 0 55px;
}
.main .xq-in-tab span:hover {
	color: #e60012;
}
.main .xq-in-tab span.active {
	background: #e60012;
	color: #fff;
	cursor: pointer;
}
.main .xq-in-div {
	display: block;
	padding: 36px 27px 0px;
	font-size: 14px;
	color: #777777;
	line-height: 1.6;
}
.main .xq-in-div li {
	display: none;
}
.main .xq-table {
	display: block;
	width: 100%;
	border-top: 1px dashed #DEDEDE;
	margin-bottom: 64px;
}
.main .xq-table tr {
	display: flex;
	font-size: 14px;
	color: #6B6B6B;
	line-height: 1.5;
	border: 1px dashed #DEDEDE;
	border-top: none;
}
.main .xq-table tr td:nth-child(1) {
	width: 286px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px dashed #DEDEDE;
}
.main .xq-table tr td:nth-child(2) {
	flex: 1;
	padding-left: 74px;
}
.main .xq-table tr td {
	padding: 16px 20px;
}
.main .xq-table tr:nth-child(2n - 1) {
	background: #F9FBFF;
}
.main .xq-in-div-text {
	padding: 15px 14px 30px;
}
.main .xq-in-title {
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 1;
	height: 1.2em;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.main .xq-in-title em {
	font-size: 2em;
}
.main .xq-bot-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	row-gap: 24px;
	margin-top: 20px;
}
.main .xq-bot-list .cp-list-item {
	background: #F8F8F8;
	padding: 18px 30px 16px 18px;
}
.main .xq-bot-list .cp-list-item-top .img {
	width: 174px;
	height: 175px;
}
.main .xq-bot-list .cp-list-item-in h3 {
	font-size: 21px;
	margin-bottom: 16px;
}
.main .xq-bot-list .cp-list-item-in {
	font-size: 15px;
	padding-left: 32px;
}
.main .xq-bot-list .cp-list-item-bot span {
	width: 148px;
	height: 48px;
	border-radius: 24px;
	font-size: 17px;
}
.main .xq-bot-list .cp-list-item-bot {
	margin-top: 20px;
}
.main .xq-bot-list .cp-list-item-bot p {
	font-size: 15px;
}
.main .xq-bot-list .cp-list-item-bot p em {
	font-size: 26px;
}
.main .xq-bot-list .cp-list-item-bot p i {
	font-weight: bold;
	font-size: 18px;
	margin-right: 4px;
}
.main .xq-img-list {
	margin: 20px auto 74px;
	position: relative;
	padding: 0 44px;
	position: relative;
}
.main .xq-img-swi {
	display: block;
	width: 100%;
	height: auto;
}
.main .xq-img-swi .swiper-slide {
	width: calc(((100% + 20px) / 3) - 20px);
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
}
.main .xq-img-swi .swiper-slide:last-child {
	margin-right: 0;
}
.main .xq-img-swi-img {
	display: block;
	width: 100%;
	height: 272px;
	margin-bottom: 20px;
	border-radius: 16px;
	overflow: hidden;
}
.main .xq-img-list .but {
	display: flex;
	width: 35px;
	height: 35px;
	background: #535353;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	top: 116px;
	z-index: 9;
	border-radius: 50%;
	font-family: "瀹嬩綋";
	cursor: pointer;
}
.main .xq-img-list .but.left {
	left: 0;
}
.main .xq-img-list .but.right {
	right: 0;
}
.main .xq-img-list .but:hover {
	background: #e60012;
}
.main .xq-top {
	padding: 26px 26px 32px;
	background: #fff;
	border-radius: 20px;
	display: flex;
}
.main .xqSwiper2 {
	display: block;
	width: 362px;
	height: 365px;
	position: relative;
	overflow: hidden;
}
.main .xqSwiper {
	display: block;
	width: 362px;
	height: 85px;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
}
.main .xqSwiper .swiper-slide {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.main .xqSwiper .swiper-slide-thumb-active::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #e60012;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	box-sizing: border-box;
}
.main .xqSwiper2 .swiper-slide {
	border-radius: 6px;
	overflow: hidden;
}
.main .xq-top-main {
	flex: 1;
	padding-left: 46px;
	font-size: 14px;
	color: #888888;
	line-height: 1.6;
	padding-top: 14px;
}
.main .xq-top-main h2 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 24px;
	color: #333333;
	line-height: 1.4;
}
.main .xq-top-table tr {
	margin-bottom: 16px;
	display: flex;
}
.main .xq-top-cz {
	display: flex;
	justify-content: space-between;
	border-top: 1px dashed #D1D1D1;
	padding-top: 20px;
	align-items: center;
}
.main .xq-top-cz-but {
	width: 121px;
	cursor: pointer;
	height: 40px;
	font-size: 14px;
	color: #fff;
	background: #e60012;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .xq-top-cz-jg {
	font-size: 13px;
	color: #777777;
	line-height: 40px;
}
.main .xq-top-cz-jg em {
	font-size: 22px;
	color: #e60012;
}
.main .xq-top-cz-jg i {
	font-size: 16px;
	color: #e60012;
}
.main .xq-top-cz-list {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}
.main .xq-top-cz-list li {
	margin-right: 30px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.main .xq-top-cz-list li span {
	margin-right: 4px;
}
.main .xq-top-cz-list li span img {
	margin-top: -2px;
}
.main .xq-top-cz-list li span .none {
	display: none;
}
.main .xq-top-table tr {
	display: flex;
}
.main .xq-top-table td:nth-child(2) {
	color: #333;
	display: flex;
	flex-wrap: wrap;
	flex: 1;
}
.main .guige {
	display: block;
	margin-right: 20px;
	border: 1px solid #333333;
	border-radius: 3px;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 8px;
	cursor: pointer;
}
.main .guige.active {
	border-color: #e60012;
	color: #e60012;
}
.main .xq-top-table tr:nth-child(5) {
	margin: 20px 0 20px;
}
.main .xq-top-table tr:nth-child(5) td:first-child {
	line-height: 30px;
}
.main .xq-xiazai {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	margin-top: 10px;
}
.main .xq-xiazai li {
	display: flex;
	align-items: center;
	margin-right: 52px;
}
.main .shuliang {
	display: flex;
	align-items: center;
}
.main .shuliang input {
	display: block;
	width: 60px;
	height: 24px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.main .shuliang span {
	display: flex;
	width: 24px;
	height: 24px;
	border: 1px solid #888;
	align-items: center;
	justify-content: center;
	border-radius: 3px;
	cursor: pointer;
	user-select: none;
}
.main .shuliang span:hover {
	color: #e60012;
	border-color: #e60012;
}
.main .cp-select-two {
	display: none;
	width: 100%;
	height: auto;
	padding: 6px 8px 0;
}
.main .cp-select-two li {
	display: flex;
	align-items: flex-start;
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	padding: 6px 0px 6px 18px;
	justify-content: space-between;
}
.main .cp-select-two li input {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0;
	top: 0;
	z-index: 9;
}
.main .cp-select-two li input[type="checkbox"]::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.main .cp-select-two li input[type="checkbox"]:checked::before {
	border-color: #e60012;
}
.main .cp-select-two li input[type="checkbox"]:checked::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #e60012;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}
.main .cp-select-two li em {
	font-size: 13px;
	color: #666666;
}
.main .cp-select-two li p {
	flex: 1;
	padding-right: 6px;
}
.main .cp-select-two li.active p {
	color: #e60012;
}
.main .print {
	display: block;
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 80px;
	font-family: arial;
}
.main .print * {
	font-family: arial;
	color: #000;
}
.main .print-in {
	display: flex;
	line-height: 1.5;
	font-size: 16px;
}
.main .print-in-left {
	width: 320px;
	padding: 10px 20px;
	background: #eee;
}
.main .print-in-right {
	flex: 1;
	padding: 10px 20px;
}
.main .print-in h3 {
	font-weight: bold;
	margin-bottom: 2px;
}
.main .print-in p {
	margin-bottom: 12px;
}
.main .print-text {
	margin-top: 30px;
	line-height: 1.6;
	padding: 0 4px;
}
.main .print-bot {
	border-top: 3px solid #000;
	font-size: 18px;
	padding: 16px 4px 0;
	margin-top: 26px;
}
.main .print-top {
	display: flex;
	justify-content: space-between;
	border-bottom: 3px solid #000;
	margin-bottom: 30px;
	padding: 0 4px 15px;
}
.main .print-top-right {
	text-align: right;
	line-height: 1.8;
	font-size: 18px;
}
.main .print-top-left {
	flex: 1;
	font-size: 20px;
}
.main .print-top-left img {
	height: 110px;
	margin-bottom: 40px;
}
.main .print-img, .main .print-table {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	padding-bottom: 10px;
}
.main .print-img li {
	max-width: 44%;
	margin-top: 20px;
	margin-right: 30px;
}
.main .print-img li:nth-child(1), .main .print-img li:nth-child(2) {
	margin-top: 0;
}
.main .print-table li {
	width: 44%;
	border: 2px solid #ddd;
	height: auto;
	margin-top: 20px;
	margin-right: 30px;
	display: flex;
	padding: 16px 40px;
}
.main .print-table li .jindu {
	display: block;
	width: 30px;
	height: 260px;
	background: #bbb;
	position: relative;
}
.main .print-table li .jindu .in {
	display: block;
	width: 100%;
	background: #000;
	position: absolute;
}
.main .print-table-text {
	display: block;
	margin-left: 20px;
	font-size: 14px;
}
.main .print-table-text p {
	margin-bottom: 0;
	display: flex;
	align-items: flex-end;
}
.main .print-table li:nth-child(1), .main .print-table li:nth-child(2) {
	margin-top: 0;
}
@media screen and (max-width:1700px) {
.main .footer-list, .main .footer-list:first-child {
		margin-right: 90px;
	}
}
@media screen and (max-width:1600px) {
.main .header-main {
		padding: 0 80px;
	}
.main .g-menu-in {
		padding: 20px 0 50px 80px;
	}
.main .footer-main {
		padding: 24px 80px 80px;
	}
}
@media screen and (max-width:1400px) {
.main .header-main {
		padding: 0 60px;
	}
.main .zizhi-img li div {
		height: 240px;
	}
.main .g-menu-in {
		padding: 20px 0 50px 60px;
	}
.main .g-menu-in>li {
		width: 25%;
	}
.main .footer-main {
		padding: 24px 60px 80px;
	}
.main .footer-list, .main .footer-list:first-child {
		margin-right: 60px;
	}
.main .head-nav>li {
	    margin-left: 10px;
	}
}
@media screen and (max-height: 950px) {
.main .rightbrandDiv3 li h4 {
		font-size: 28px;
	}
.main .rightbrandDiv3 li {
		margin-bottom: 20px;
		font-size: 18px;
	}
.main .rightbrandDiv3 .icon {
		margin-bottom: 40px;
	}
}
@media screen and (max-height: 900px) {
.main .rightbrand>li:nth-child(6) .rightbrandDiv {
		padding-top: 100px;
	}
.main .rightbrand>li:nth-child(6) .rightbrandDiv1 .in {
		width: 600px;
	}
}
@media screen and (max-height: 800px) {
.main .rightbrandDiv3 li h4 {
		font-size: 24px;
	}
.main .rightbrandDiv3 li {
		margin-bottom: 20px;
		font-size: 16px;
	}
.main .rightbrandDiv3 .icon {
		margin-bottom: 30px;
		height: 72px;
	}
.main .rightbrand>li:nth-child(6) .rightbrandDiv1 .in img {
		max-height: 200px;
	}
}
@media screen and (max-height: 720px) {
.main .rightBrandSwiper-bot {
		bottom: 6%;
	}
.main .rightbrandDiv {
		padding-top: 7%;
	}
.main .rightbrandDiv2 h4 {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:1000px) {
.main .footer-right {
		width: 300px;
	}
.main .footer-right .lx {
		flex-wrap: wrap;
	}
.main .footer-right .lx img, .main .footer-right .lx>div {
		margin-bottom: 16px;
	}
.main .zizhi-img li div {
		height: 160px;
	}
}
@media screen and (max-width:1200px) {
.main .head-nav>li {
		margin-left: 5px;
	}
.main .zizhi-img li div {
		height: 200px;
	}
.main .head-search {
		margin-left: 0;
	}
.main .logo {
		padding: 5px 0;
	}
.main .header-main {
		padding: 0 30px;
	}
.main .footer-main {
		padding: 24px 30px 80px;
	}
.main .footer-list, .main .footer-list:first-child {
		margin-right: 40px;
	}
.main .footer-list ul li {
		margin-right: 20px;
	}
.main .width {
		padding: 0 30px;
		width: 100%;
	}
.main .news-main {
		width: 100%;
	}
.main .news-list {
		margin: 0 30px 30px;
	}
.main .news-list:nth-child(3n) {
		margin: 0 30px 30px;
	}
.main .news-list:nth-child(2n+1) {
		margin-left: 0;
	}
.main .brand-video-in {
		height: auto;
		bottom: 10%;
	}
.main .brand .icon {
		height: 70px;
		margin-bottom: 60px;
	}
.main .brand .icon {
		height: 40px;
	}
.main .brand4 .icon {
		height: 40px;
	}
.main .zy-brand-in .more {
		width: 50px;
		height: 50px;
		margin-top: 36px;
	}
.main .gy-video-icon {
		margin-left: 120px;
	}
.main .gy-team li img {
		width: 120px;
	}
.main .rightbrand>li:nth-child(6) .rightbrandDiv {
		padding-top: 60px;
	}
.main .rightbrand>li:nth-child(6) .rightbrandDiv1 .in {
		width: 540px;
	}
}
@media screen and (max-width:1100px) {
.main .jishu {
		flex-direction: column;
		margin-top: 0;
	}
.main .jishu-left {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
.main .jishu-left a {
		width: auto;
		margin-right: 10px;
	}
.main .gy-video {
		padding: 60px 40px 0;
	}
.main .lc-swi-pc-in-img {
		height: 300px;
		width: 500px;
	}
.main .gy-team {
		grid-template-columns: 1fr 1fr;
	}
.main .gy-team li img {
		width: 140px;
	}
.main .cp-list {
		grid-template-columns: 1fr;
	}
.main .xq-bot-list .cp-list-item-in {
		padding-left: 20px;
	}
.main .xq-bot-list .cp-list-item-top .img {
		width: 160px;
		height: 160px;
	}
.main .xq-img-swi-img {
		height: 220px;
	}
.main .xq-top-cz-list li {
		margin-right: 10px;
	}
.main .xq-top-cz-but {
		width: 80px;
	}
.main .xq-top-main {
		padding-left: 20px;
	}
}
@media screen and (max-width:1000px) {
.main .cp-search input {
		width: 200px;
	}
.main .logo {
		padding: 10px 0;
	}
.main .head-nav>li {
		margin-left: 0;
	}
.main .xq-img-swi-img {
		height: 200px;
	}
.main .news-list {
		margin: 0 15px 30px;
	}
.main .news-list:nth-child(3n) {
		margin: 0 15px 30px;
	}
.main .news-list:nth-child(2n+1) {
		margin-left: 0;
	}
.main .xq-bot-list .cp-list-item-in {
		padding-left: 32px;
	}
.main .xq-bot-list .cp-list-item-top .img {
		width: 174px;
		height: 175px;
	}
.main .xq-bot-list {
		grid-template-columns: 1fr;
	}
}
.main .xq-wap-swi {
	width: 0;
}
.main .wap-hide {
	height: auto;
}
.main .pc-hide {
	height: 0;
	overflow: hidden;
}
.main .cp-list-item-top .img, .main .xq-img-swi-img, .main .cp-list-item-top .img {
	background-size: contain !important;
}
.main .xqSwiper2 .swiper-slide {
	background-size: contain !important;
}
