@charset "utf-8";

:root {
	--thm-color: #1362ad;
	--thm-color2: #f29132
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow-y: scroll
}
body {
	--header_h: 6.25rem;
	--container: 14.8125rem;
	outline: none;
}
.p_top {
	position: absolute;
	top: -6.25rem
}
@media (max-width:990px) {
	.p_top {
		top: -60px
	}
}
.bg {
	background: var(--thm-color)
}
.c {
	color: var(--thm-color)
}
.pd50 {
	padding: 10%
}
.pd100 {
	padding: 20%
}
.phone_show_990, .phone_show_767 {
	display: none
}
.pagination {
	display: flex;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	justify-content: center;
	flex-wrap: wrap
}
.pagination > li {
	margin: 0 5px;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 1px solid #dbdbdb;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 600
}
.pagination > li.active, .pagination > li:hover {
	background: var(--thm-color);
	color: #fff
}
.pagination > li.active a, .pagination > li:hover a {
	color: #fff
}
.pagination > li.disabled:hover {
	color: #333;
	background: #fff
}
.foot-fot {
	background: #2d3333
}
input[type='submit'], input[type='reset'], input[type='button'], input {
	resize: none;
	border: none
}
img {
	max-width: 100%;
	height: auto;
	width: auto;
	-ms-interpolation-mode: bicubic
}
.search_more {
	margin-top: 1.25rem;
	font-size: 1rem;
	color: #444;
	position: relative;
	display: inline-block
}
.search_more:hover {
	color: var(--thm-color)
}
.search_more:hover::before {
	background: var(--thm-color)
}
.search_more::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e5e5e5
}
.line1 {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.line2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden
}
.line3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	overflow: hidden
}
.line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	overflow: hidden
}
.trans {
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.er-ul {
	position: absolute;
	width: 13rem;
	left: 50%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	right: auto;
	top: 100%;
	z-index: 999;
	background: #fff;
	transition: 400ms ease-in-out;
	transform: scaleY(0) translateX(-50%);
	transform-origin: top center;
	opacity: 0;
	border-radius: 0 0 8px 8px
}
.nyban i {
	margin: 0 0.5rem
}
header .center > ul > li:last-child .er_ul_pro.qita {
	right: 0;
	left: auto
}
.er_ul_pro {
	position: absolute;
	width: 100%;
	left: 0;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	right: auto;
	top: 100%;
	z-index: 999;
	background: #fff;
	transition: 400ms ease-in-out;
	transform: scaleY(0);
	transform-origin: top center;
	opacity: 0;
	border-radius: 0 0 8px 8px;
}
.er_ul_pro.qita {
	width: 12rem;
	left: 0;
	padding-left: 2.5rem;
	padding-right: 2.5rem
}
.er_ul_pro.qita ul li {
	width: 100%
}
.er_ul_pro.qita ul li a {
	text-align: center;
}
.er_ul_pro.qita ul li:nth-child(2) a {
	border-top: none
}
.er_ul_pro.qita .right .over {
	padding: 0
}
.er_ul_pro.qita .right .over img {
	height: 15.5rem;
	object-fit: cover
}
.er_ul_pro .right .over {
	background: #f5f5f5;
	border-radius: 0.625rem;
	padding: 2rem;
	display: none
}
.er_ul_pro .right .over.active {
	display: block
}
.er_ul_pro ul {
	margin: 0 -1rem;
	display: flex;
	flex-wrap: wrap
}
.er_ul_pro ul li {
	width: 50%;
	padding: 0 1rem;
	line-height: 4rem
}
.er_ul_pro ul li:hover a {
	color: var(--thm-color)
}
.er_ul_pro ul li:hover a::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.er_ul_pro ul li:nth-child(-n + 2) a {
	border-top: 1px solid #ddd
}
.er_ul_pro ul li:first-child a {
	border-top: none;
	padding-top: 1rem;
}
.er_ul_pro ul li:last-child a {
	margin-bottom: 1.5rem;
}
.er_ul_pro ul li a {
	border-bottom: 1px solid #ddd;
	display: block;
	position: relative;
	font-size: 1rem
}
.er_ul_pro ul li a::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 0.1875rem;
	background: var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.er-ul > li {
	line-height: 2.25rem;
	text-align: center;
	font-size: 0.875rem
}
.er-ul > li:hover a {
	color: var(--thm-color)
}
.er-ul > li:nth-child(1) {
	padding-top: 0.625rem
}
.er-ul > li:last-child {
	padding-bottom: 0.625rem
}
header .center > ul > li:hover .er-ul {
	transform: scaleY(1) translateX(-50%);
	opacity: 1
}
header .center > ul > li:hover .er_ul_pro {
	transform: scaleY(1);
	opacity: 1
}
.logo_phone img {
	width: 7.5rem
}
.cf {
	color: #fff !important
}
.c0 {
	color: #000 !important
}
.phone_weibu {
	background: #0a0a0a;
	display: none
}
.phone_weibu .mobMenu > li > a {
	font-size: 14px;
	padding: 10px 0;
	color: #fff
}
.phone_weibu .mobMenu > li {
	border-bottom: #424245 1px solid
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
	font-size: 1em;
	color: #9a9797;
	line-height: 28px
}
.phone_weibu .mobMenu > li > a::before {
	background-color: #fff
}
.phone_weibu .mobMenu > li > a::after {
	background-color: #fff
}
.phone_weibu .mobMenu > li > .subDepth {
	display: none
}
body {
	--container: 14.8125rem
}
@media (max-width:1600px) {
	body {
		--container: 10rem
	}
}
@media (max-width:1440px) {
	body {
		--container: 8rem
	}
}
@media (max-width:1280px) {
	body {
		--container: 6rem
	}
}
@media (max-width:990px) {
	body {
		--container: 15px
	}
	.pagination > li {
		margin: 0 3px 5px
	}
}
.container {
	padding: 0 var(--container);
	width: 100%;
	max-width: 100%
}
.container.container_l {
	padding: 0 0 0 var(--container)
}
.container.container_r {
	padding: 0 var(--container) 0 0
}
.search {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 9999;
	display: none
}
.search-box {
	width: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 25%
}
.inp {
	width: 100%;
	height: 6.25rem;
	background: none;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	font-size: 1.25rem;
	color: rgba(255, 255, 255, 0.7)
}
.inp::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7)
}
.bu {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	color: rgba(255, 255, 255, 0.7);
	background: none;
	border: none;
	z-index: 9999
}
.bu .iconfont {
	font-size: 3.125rem
}
.search-con {
	position: absolute;
	right: 7%;
	top: 7%;
	color: rgba(255, 255, 255, 0.7);
	cursor: pointer
}
.search-con .iconfont {
	font-size: 2.125rem;
	font-weight: 100
}
.ds {
	cursor: pointer
}
.fenxiang .flex {
	justify-content: flex-start
}
.fenxiang .social-share li {
	float: left;
	margin-right: 1.25rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2.375rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center
}
.fenxiang .social-share li a {
	margin: 0 !important;
	width: 100%;
	height: 100%;
	line-height: 2.375rem;
	color: rgba(0, 0, 0, 0.5) !important;
	border: none !important;
	font-size: 1rem
}
.serbtn {
	background: var(--thm-color)
}
.searchbox {
	border-color: var(--thm-color)
}
@media (max-width:990px) {
	body {
		padding-bottom: 0;
		overflow: hidden
	}
}
@media (max-width:990px) {
	.pc-hidden {
		display: none
	}
	.pc_show_990 {
		display: none
	}
	.phone_show_990 {
		display: block
	}
}
.m-hidden {
	display: none
}
@media (max-width:990px) {
	.m-hidden {
		display: block
	}
}
.foot1-m {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1
}
@media (max-width:991px) {
	.foot1-m {
		display: block
	}
}
.m-bm-head {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	background: #000
}
.m-bm-head .m-bm-head-box {
	position: relative;
	height: 60px
}
.m-bm-head .phone_lanu {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 65px
}
.m-bm-head .m-bm-head-box .m-bm-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto 4%;
	max-width: 100%;
	height: 34px
}
.m-bm-nav .aniut.aniut_son {
	height: 35px;
	line-height: 35px
}
.m-bm-head .m-bm-head-box .m-bm-logo h1, 
.m-bm-head .m-bm-head-box .m-bm-logo a {
	display: inline;
	font-size: 0
}
.m-bm-head .m-bm-head-box .m-bm-logo img {
	height: 40px;
	width: 120px
}
.m-bm-head .m-bm-head-box .m-bm-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 4% auto 0;
	width: 20px;
	height: 15px
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span, 
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, 
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	display: block;
	height: 1.5px;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s
}
.m-bm-head .m-bm-head-box .m-bm-navbtn span {
	margin: 4.5px 0
}
.m-bm-head .m-bm-head-box .m-bm-navbtn:after, 
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	content: '';
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.m-bm-head .m-bm-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: 100vh;
	background: #050505
}
.m-bm-head .m-bm-menu .m-bm-menu-box {
	height: -webkit-calc(40vh);
	height: -moz-calc(40vh);
	height: calc(100vh - 60px);
	overflow: auto;
	padding-bottom: 80px
}
.m-bm-head .mrhgxt {
	color: #fff;
	font: 500 1.125rem/60px 'helvetica';
	margin-left: 63%;
	position: relative;
	z-index: 9
}
.m-bm-head .mrhgxt i {
	font-size: 1.125rem;
	margin-right: 0.25em
}
.m-bm-nav > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative
}
.m-bm-nav > li > a {
	display: block;
	line-height: 50px;
	font-size: 15px;
	color: #fff;
	padding: 0 4%;
	font-weight: 600
}
.m-bm-nav > li > a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%;
	font-weight: 500
}
.m-bm-nav > li .sec {
	display: none;
	padding: 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1)
}
.m-bm-nav > li .sec a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 35px
}
.m-bm-nav > li .sec a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%
}
.m-bm-nav .aniut {
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 50px;
	right: 2%;
	top: 0;
	text-align: center;
	z-index: 9
}
.m-bm-nav .aniut i {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff
}
.m-bm-head.white {
	background: #fff
}
.m-bm-head.white .m-bm-head-box .m-bm-navbtn span, 
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after, 
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
	background: #000
}
.m-bm-head.white .m-bm-menu {
	background: #fff
}
.m-bm-head.white .m-bm-nav > li, 
.m-bm-head.white .m-bm-nav > li .sec {
	border-color: rgba(51, 51, 51, 0.1)
}
.m-bm-head.white .m-bm-nav > li > a, 
.m-bm-head.white .m-bm-nav .aniut i, 
.m-bm-head.white .m-bm-nav > li .sec a, 
.m-bm-head.white .mrhgxt {
	color: #000
}
.ajhhsd {
	color: #777;
	font: 500 1rem/1.5em 'sourcehansans';
	padding: 1em 0
}
.ajhhsd a {
	color: #777
}
.ajhhsd a:hover {
	color: var(--thm-color)
}
.ajhhsd span {
	padding: 0 0.3em
}
.ajhhsd span:last-child {
	display: none
}
.xw_ny_banner {
	background: #333;
	-o-background-size: cover;
	background-size: cover;
	padding: 13.5rem 0 7.25rem
}
@media (max-width:990px) {
	.xw_ny_banner {
		padding: 7.25rem 0
	}
}
@media (max-width:768px) {
	.xw_ny_banner {
		padding: 4rem 0
	}
}
.xw_ny_banner h2 {
	color: #fff;
	font: 600 3.125rem/1.2em 'montserrat'
}
@media (max-width:768px) {
	.xw_ny_banner h2 {
		font-size: 1.8rem
	}
}
.ssy-sskaa {
	margin-bottom: 2rem
}
@media (max-width:768px) {
	.ssy-sskaa {
		margin-bottom: 1.5rem
	}
}
.ssy-sskaa .searchsa form {
	width: 50%;
	border: 1px solid #999;
	padding: 0 1.5em;
	border-radius: 2rem;
	margin: 0 auto
}
@media (max-width:767px) {
	.ssy-sskaa .searchsa form {
		width: 90%
	}
	.pc_show_767 {
		display: none
	}
	.phone_show_767 {
		display: block
	}
}
.ssy-sskaa .searchsa form input {
	width: 70%;
	font: 500 1.25rem/4rem 'sourcehansans';
	background: transparent;
	color: #999
}
@media (max-width:768px) {
	.ssy-sskaa .searchsa form input {
		font-size: 1.125rem;
		line-height: 3rem
	}
}
.ssy-sskaa .searchsa form button {
	width: auto;
	outline: none;
	border: none;
	background: transparent
}
.ssy-sskaa .searchsa form button i {
	font: 500 1.6rem/4rem 'sourcehansans';
	color: #333
}
@media (max-width:768px) {
	.ssy-sskaa .searchsa form button i {
		font-size: 1.35rem;
		line-height: 3rem
	}
}
.sssjga {
	color: #333;
	font: 600 1.25rem/1.5em 'sourcehansans';
	margin-bottom: 1em
}
.ss-list li + li {
	margin-top: 2rem
}
@media (max-width:768px) {
	.ss-list li + li {
		margin-top: 1rem
	}
}
.ss-list li div.img {
	width: 25%
}
@media (max-width:768px) {
	.ss-list li div.img {
		width: 100%
	}
}
.ss-list li div.img a.img {
	display: block;
	border: 1px solid #f2f2f2
}
.ss-list li .xw-nycont {
	width: 72%
}
.ss-list li .xw-nycont.w100 {
	width: 100%
}
@media (max-width:768px) {
	.ss-list li .xw-nycont {
		width: 100%;
		margin-top: 1.2em
	}
}
.ss-list li .xw-nycont h2 a {
	display: block;
	color: #656363;
	font: 500 1.25rem/1.35em 'sourcehansans';
	overflow: hidden;
	margin-bottom: 0.2em
}
@media (max-width:768px) {
	.ss-list li .xw-nycont h2 a {
		font-size: 1.125rem
	}
}
.ss-list li .xw-nycont span {
	color: var(--thm-color);
	font: 500 1rem/1.5em 'montserrat'
}
.ss-list li .xw-nycont .datea {
	color: #999;
	font: 500 0.95rem/1.5em 'montserrat'
}
.ss-list li .xw-nycont .p {
	color: #999;
	font: 500 1rem/1.5em 'sourcehansans';
	margin-top: 0.5em
}
.ss-list li .xw-nycont a.more-msl {
	margin-top: 1em
}
@media (max-width:990px) {
	body {
		padding: 60px 0 0 !important
	}
}
.list_website ul li {
	padding: 1.875rem 0;
	border-bottom: 1px solid #ddd
}
.list_website ul li:first-child {
	padding-top: 0
}
.list_website ul li .top {
	font-size: 1.375rem;
	line-height: 1.875rem;
	margin-bottom: 0.625rem;
	font-weight: 600
}
.list_website ul li .bot {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #717171;
	margin-right: 1.25rem
}
@media (max-width:1600px) {
	body, html {
		font-size: calc(100vw / 110)
	}
	.container {
		padding: 0 var(--container)
	}
}
@media (max-width:1440px) {
	body, html {
		font-size: calc(100vw / 100)
	}
	.container {
		padding: 0 var(--container)
	}
}
@media (max-width:1366px) {
	body, html {
		font-size: calc(100vw / 95)
	}
}
@media (max-width:1280px) {
	body, html {
		font-size: calc(100vw / 90)
	}
}
@media (max-width:990px) {
	body, html {
		font-size: 14px
	}
	.container {
		padding: 0 var(--container)
	}
}
@media (max-width:767px) {
	.container {
		padding: 0 var(--container)
	}
}
.phone {
	line-height: 65px;
	background: #000;
	box-shadow: 0px 1px 6px 0 rgba(0, 0, 0, .1);
	padding: 0 30px;
}
.phone.white {
	background: #fff
}
.phone.white .left img {
	filter: brightness(0)
}
@media (max-width:767px) {
	.phone {
		padding: 0 15px
	}
}
.phone > .clearfix {
	display: flex;
	align-items: center;
	justify-content: space-between
}
.phone.noLanuage .center {
	width: 60%;
	text-align: left;
	order: 1
}
.phone.noLanuage .left {
	width: 40%;
	text-align: right;
	order: 2
}
.phone.noLanuage .right {
	display: none
}
.phone .left, .phone .right {
	width: 20%
}
.phone .left {
	text-align: right
}
.phone .left img {
	height: 40px
}
.phone .right {
	text-align: left
}
.phone .right span {
	width: 1px;
	height: 10px;
	background: #1d1d1f;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	top: 1px
}
.phone .right a {
	font-weight: bold;
	font-size: 12px;
	color: #a7a7a8
}
.phone .right a.c {
	color: #1d1d1f
}
.phone .center {
	width: 60%;
	margin: 0 auto;
	text-align: center
}
.phone .center img {
	height: 3.6rem;
	width: auto
}
.sjj_nav {
	position: fixed;
	z-index: 9999;
	background: #1d1d1f;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 40px;
	top: 0;
	left: -100%;
	overflow: auto;
	overflow-x: hidden;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.nav_show {
	left: 0;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.sjj_nav > ul > li:first-child {
	overflow: hidden;
	border-top: 0
}
.sjj_nav > ul > li:first-child > a {
	width: 60%
}
.sjj_nav > ul > li:first-child .language {
	width: 100%;
	overflow: hidden;
	line-height: 30px;
	margin-top: 15px;
	padding-right: 15px;
	margin-bottom: 15px
}
.sjj_nav > ul > li:first-child .language a {
	width: 25%;
	float: left;
	border-left: 1px #ddd solid;
	text-align: center;
	color: #999;
	display: inline-block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
.sjj_nav > ul > li:first-child .language a.active {
	background: var(--thm-color);
	color: #fff !important
}
.sjj_nav > ul > li:first-child .language a:last-child {
	border-right: 1px #ddd solid
}
.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}
.sjj_nav ul li {
	position: relative;
	line-height: 40px;
	font-size: 14px
}
.sjj_nav > ul > li:last-child {
	border-bottom: 1px #ddd solid
}
.sjj_nav ul li ul {
	display: none
}
.sjj_nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555
}
.sjj_nav ul li .sjj_nav_i_se svg {
	fill: var(--thm-color)
}
.sjj_nav ul li ul li > ul {
	margin-left: 10px
}
.sjj_nav .top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #1d1d1f
}
.sjj_nav .top .ta img {
	height: 3.6rem;
	filter: brightness(0) invert(0.8);
	width: auto
}
.sjj_nav .top .fr img {
	height: 22px
}
.sjj_nav .bot {
	padding: 25px 40px 0;
	margin-top: 60px;
	height: calc(100% - 60px);
	overflow: scroll
}
.sjj_nav .bot > li:first-child {
	margin-bottom: 34px
}
.sjj_nav .bot > li:first-child input {
	padding-left: 28px;
	width: 100%;
	font-size: 12px;
	color: #a7a7a7;
	line-height: 28px;
	border: 1px solid #a7a7a8;
	background: transparent
}
.sjj_nav .bot > li:first-child button {
	background: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 28px;
	height: 100%;
	border: none
}
.sjj_nav .bot > li:first-child button .iconfont {
	position: static;
	text-align: center;
	color: #a7a7a7;
	font-size: 14px;
	padding: 0;
	border: none
}
.sjj_nav .bot > li {
	font-size: 18px;
	line-height: 20px;
	color: #a7a7a7;
	border-bottom: none !important;
	margin-bottom: 30px
}
.sjj_nav .bot > li > ul {
	padding-left: 1.25rem
}
.sjj_nav .bot > li > div > a {
	width: calc(100% - 3.75rem)
}
.sjj_nav .bot > li > a {
	display: inline-block
}
.sjj_nav .bot > li img {
	height: 30px
}
.sjj_nav .bot > li .list .left {
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 40px;
	letter-spacing: 0.9px;
	color: #ebebec;
	float: left
}
.sjj_nav .bot > li .list .left a {
	color: #ebebec
}
.sjj_nav .bot > li .list .right.w100 {
	width: 100%;
	float: none;
	padding-bottom: 20px
}
.sjj_nav .bot > li .list .right {
	width: 80%;
	float: right;
	font-size: 14px;
	color: #ebebec;
	line-height: 20px
}
.sjj_nav .bot > li .list .right a {
	color: #ebebec;
	margin-bottom: 18px
}
.sjj_nav .bot > li ul {
	margin-top: 20px
}
.sjj_nav .bot > li > div {
	color: #a7a7a7;
	position: relative;
	padding-bottom: 8px;
	line-height: 1.875rem;
	display: flex;
	align-items: center
}
.sjj_nav .bot > li > div > a {
	color: #a7a7a7
}
.sjj_nav .bot > li > div .iconfont {
	width: 3.75rem;
	text-align: right;
	display: block;
	font-size: 1rem
}
.sjj_nav .bot > li > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	background: #a7a7a7
}
.sjj_nav .bot > li:hover > a::before, .sjj_nav .bot > li.active > a::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.sjj_nav .top .container {
	padding: 0 40px
}
@media (max-width:767px) {
	.sjj_nav .top .container {
		padding: 0 15px
	}
}
.rightfix {
	bottom: 10%;
	top: auto;
	transform: translateY(0);
	right: 1.25rem;
	width: auto;
	box-shadow: none;
	border: none;
	background: transparent
}
.rightfix li {
	width: 3.375rem;
	height: 3.375rem;
	border-radius: 50%;
	line-height: 3.375rem;
	padding: 0;
	border: none;
	background: transparent;
	margin-bottom: 1.25rem
}
.rightfix li .iconfont {
	font-size: 1.375rem
}
.rightfix li::before {
	display: none
}
.fixright_li_last {
	display: none
}
.rightfix li {
	position: relative;
	border: none !important
}
.rightfix li .iconfont {
	font-size: 1.375rem;
	display: block;
	color: #fff;
	border-radius: 50%;
	background: var(--thm-color)
}
.rightfix li:hover .iconfont {
	background: #000;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.rightfix li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #dedddd;
	width: 1.1875rem
}
.rightfix li:last-child::before {
	display: none
}
.right_div.img {
	min-width: 7.5rem !important
}
.right_div.img img {
	height: 7.5rem;
	object-fit: contain
}
@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@-moz-keyframes sticky {
	0% {
		-moz-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-moz-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@-o-keyframes sticky {
	0% {
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-o-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%)
	}
}
@-webkit-keyframes banscaleDraw {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-moz-keyframes banscaleDraw {
	0% {
		-moz-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-moz-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2)
	}
	75% {
		-moz-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1)
	}
}
@-o-keyframes banscaleDraw {
	0% {
		-o-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
	50% {
		-o-transform: scale(1.2);
		transform: scale(1.2)
	}
	75% {
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes banscaleDraw {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05)
	}
	50% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1)
	}
	75% {
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05)
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1)
	}
}
.show_header {
	padding-top: 6.25rem
}
.show_header header {
	animation: none !important
}
header:hover, header.active, .show_header header {
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.04);
	background: #fff;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
header:hover .logo img, header.active .logo img, .show_header header .logo img {
	filter: brightness(1) invert(0)
}
header:hover .center > ul > li > a, header.active .center > ul > li > a, .show_header header .center > ul > li > a, header:hover .lanuage a, header.active .lanuage a, .show_header header .lanuage a, header:hover .ds1 .iconfont, header.active .ds1 .iconfont, .show_header header .ds1 .iconfont {
	color: #444444
}
header:hover .lanuage:hover a, header:hover .center > ul > li:hover > a, header.active .center > ul > li:hover > a, .show_header header .center > ul > li:hover > a, header:hover .center > ul > li.active > a, header.active .center > ul > li.active > a, .show_header header .center > ul > li.active > a {
	color: var(--thm-color)
}
header:hover .center > ul > li > a::before, header.active .center > ul > li > a::before, .show_header header .center > ul > li > a::before {
	background: var(--thm-color)
}
header {
	position: fixed;
	line-height: 6.25rem;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	color: #fff;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
header::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	opacity: 0.2
}
header.active {
    line-height: 5rem;
	animation: sticky 0.65s;
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .1);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
header.active .logo img {
    height: 4rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
@media (max-width:990px) {
	header {
		display: none
	}
}
header > .container {
	padding: 0 6.25rem
}
header .more {
	border: 1px solid #fff;
	color: #fff;
	line-height: 2.5rem;
}
header .logo img {
	height: 5rem;
	filter: brightness(0) invert(1);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
header .logo img:nth-child(2) {
	height: 3.375rem;
	margin-left: 1.25rem
}
header .ds1 {
	margin: 0 0 0 2.5rem
}
header .ds1 .iconfont {
	font-size: 1.25rem;
	display: block;
	font-weight: 600;
	color: var(--color)
}
header .ds1 .iconfont:hover {
	cursor: pointer;
}
header .lanuage {
	margin-left: 1.25rem;
	color: var(--color)
}
header .lanuage a {
	font-size: 1rem;
	color: var(--color)
}
header .lanuage a.c {
	font-weight: 600
}
header .center > ul > li {
	float: left;
	padding: 0 1.375rem;
	padding: 0 1.25rem
}
header .center > ul > li > a, header .lanuage > a {
	font-size: 1.125rem;
	color: var(--color);
	position: relative;
	padding: 0 0.5rem
}
header .center > ul > li > a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background: var(--color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
header .center > ul > li:hover > a::before, header .center > ul > li.active > a::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.nyban .hover {
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	left: 0;
	width: 100%
}
.nyban .sign_img img {
	height: 1.25rem;
	filter: brightness(0) invert(1)
}
.nyban .p1 {
	font-weight: bold;
	font-size: 3.125rem;
	text-shadow: rgb(0, 0, 0, 0.3) 2px 0 5px;
	line-height: 3.75rem;
	color: var(--thm-color2);
	margin: 0.625rem 0;
}
.nyban .en_name {
	font-family: 'Montserrat';
	font-size: 5rem;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 1rem;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.bread {
	display: flex;
	font-size: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
	line-height: 1.875rem;
	color: #fff;
}
.bread i.icon-home {
    width: 16px;
    height: 16px;
    background: url('../img/icon_home.svg') no-repeat;
    background-size: 100%;
    margin: 0;
}
.bread img {
	height: 1rem;
	margin-right: 0.625rem;
	filter: brightness(0) invert(1)
}
.bread span:last-child {
	display: none
}
.bread span {
	margin: 0 0.375rem
}
.bread a {
	color: #fff;
	margin: 0 8px
}
.bread a:hover {
	color: #ffd;
}
.p100 {
	padding: 5.5rem 0
}
.p100.pt0 {
	padding-top: 0
}
.p100.pb0 {
	padding-bottom: 0
}
.p150 {
	padding: 8rem 0
}
.title {
	font-weight: bold;
	font-size: 2.25rem;
	line-height: 2.75rem;
	color: #333
}
.subtitle {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	text-transform: uppercase;
	color: var(--thm-color);
	margin-bottom: 1rem
}
.subtitle.cf {
	color: #fff
}
.subtitle.cf div::before {
	filter: brightness(0) invert(1)
}
.subtitle div {
	font-family: 'Montserrat';
	display: inline-block;
	position: relative
}
.subtitle div::before {
	content: '';
	position: absolute;
	top: -0.5rem;
	right: 0;
	width: 0.9375rem;
	height: 0.9375rem;
	border-radius: 0.1875rem;
	background: var(--thm-color);
	background: url("../img/sign.svg") no-repeat
}
#particles-js {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1
}
.z9 {
	z-index: 9;
	position: relative
}
.font18 {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #5b5b5b
}
.text {
	font-size: 1.1rem;
	line-height: 1.9;
	color: #666
}
.banner {}
.banner .hover2 {
	position: absolute;
	bottom: 2.5rem;
	right: 2.5rem;
	z-index: 9
}
.banner .hover2 p {
	font-size: 1rem;
	color: #fff;
	writing-mode: vertical-rl;
	margin-top: 0.9375rem;
	cursor: pointer
}
.banner .swiper_pag1 {
	position: static
}
.banner .swiper_pag1 .swiper-pagination-bullet {
	width: 0.3125rem;
	height: 0.3125rem;
	opacity: 1;
	border-radius: 50%;
	display: block;
	background: #fff;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	margin: 0 auto 0.375rem
}
.banner .swiper_pag1 .swiper-pagination-bullet-active {
	height: 2rem;
	border-radius: 1.875rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.banner .hover {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%
}
.banner .hover .p1 {
	font-size: 3.5rem;
	text-align: left;
	text-shadow: rgb(0, 0, 0, 0.3) 2px 0 5px;
	font-weight: 600;
	color: #fff;
}
.banner .hover .p2 {
	font-size: 2.2rem;
	text-align: left;
	text-shadow: rgb(0, 0, 0, 0.3) 2px 0 5px;
	width: 60%;
	line-height: 1.8;
	color: #fff;
	margin-top: 1rem;
}
.banner .swiper-slide.swiper-slide-active .img img {
	-webkit-animation-name: banscaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 20s
}
.banner .swiper-button-next {
	right: -2rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	background: none;
	margin-top: 0;
	transform: translateY(-50%)
}
.banner .swiper-button-next img, .banner .swiper-button-prev img {
	height: 2.25rem
}
.banner .swiper-button-prev {
	left: -2rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.banner:hover .swiper-button-next {
	right: 5rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.banner:hover .swiper-button-prev {
	left: 5rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.banner .pa {
	position: absolute
}
.banner .swiper-slide .image {
	height: 100vh;
	object-fit: cover
}
.banner .lunbo-boxs {
	width: 31.93725rem;
	height: 31.97788rem;
	z-index: 2;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.banner .lunbo-boxs .box1 {
	position: absolute;
	overflow: hidden;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	border-radius: 100%;
	background: rgba(243, 249, 255, 0.7);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.banner .lunbo-boxs .box1 .box2 {
	width: 70%;
	height: 70%;
	border-radius: 100%;
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.banner .lunbo-boxs .box1 .box2 .box2-img {
	left: -0.3125rem;
	top: -0.225rem;
	bottom: -0.225rem;
	width: 50%
}
.banner .lunbo-boxs .box1 .box2 .box2-img img {
	height: 100%;
	width: 100%
}
.banner .lunbo-boxs .box1 .box2 .pp1 {
	color: #0081c4;
	text-align: center;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	width: 8.25rem;
	text-transform: uppercase;
	position: relative;
	left: 2rem
}
.banner .lunbo-boxs .box1 .box2 .pp1 sup {
	font-weight: 400;
	font-size: 1.875rem;
	position: absolute;
	right: -2rem;
	top: 49%
}
.banner .lunbo-boxs .box1 .box2 .divs {
	color: rgba(0, 0, 0, 0.5);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 4rem;
	margin-top: 1rem
}
.banner .lunbo-boxs .box1 .box2 .divs .xues {
	width: 3.27006rem;
	height: 3.27006rem;
	background: #d4eaff;
	border-radius: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.banner .lunbo-boxs .img4, .banner .lunbo-boxs .img2 {
	display: none
}
.banner .lunbo-boxs.active #wave {
	background: linear-gradient(180deg, #ff8d8d 0%, rgba(255, 141, 141, 0.64) 35.94%, rgba(255, 141, 141, 0) 100%)
}
.banner .lunbo-boxs.active .img1, .banner .lunbo-boxs.active .img3 {
	display: none
}
.banner .lunbo-boxs.active .img4, .banner .lunbo-boxs.active .img2 {
	display: inline-block
}
.banner .lunbo-boxs.active .box1 .box2 .divs .xues {
	background: #ffd4d4;
	padding: 0.875rem
}
.banner .lunbo-boxs.active .box1 .box2 .pp1 {
	color: #d80000
}
.banner .lunbo-boxs > img {
	animation: xzreverse 30s linear infinite;
	-webkit-animation: xzreverse 30s linear infinite
}
.banner .bai-more a {
	border-radius: 0rem 1.875rem;
	border: 1px solid #fff;
	background: #fff;
	color: #5b8499
}
.banner .lunbo-wenzi {
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%
}
.banner .lunbo-wenzi .le {
	width: 45%;
	height: 31.97788rem;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center
}
.banner .lunbo-wenzi .le .div1 {
	color: #fff;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase
}
.banner .lunbo-wenzi .le .div1 img {
	width: 3.75rem
}
.banner .lunbo-wenzi .le .div2 {
	color: #fff;
	margin-top: 0.5rem;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5
}
.banner .lunbo-wenzi .re {
	width: 40%
}
.banner .lunbo-wenzi .le .div1 img {
	animation: xzreverse 10s linear infinite;
	-webkit-animation: xzreverse 10s linear infinite
}
.banner .lunbo-wenzi .re .lunbo-boxs .box1 .box2 .divs .xues img {
	animation: xzreverse 6s linear infinite;
	-webkit-animation: xzreverse 6s linear infinite
}
@keyframes scrool1 {
	0% {
		top: 100%
	}
	50% {
		top: 50%
	}
	100% {
		top: -0.5%
	}
}
.banner #wave {
	position: absolute;
	bottom: -0.5rem;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 100%;
	transition: all 9500ms linear;
	background: linear-gradient(180deg, #9ccfff 0%, rgba(176, 217, 255, 0.64) 35.94%, rgba(212, 234, 255, 0) 100%)
}
@keyframes slideInFromTop {
	from {
		top: 100%
	}
	to {
		top: 0
	}
}
@keyframes slideInFromBottom {
	from {
		top: 0%
	}
	to {
		top: 98%
	}
}
.banner #wave {
	position: absolute;
	bottom: -0.5rem;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #9ccfff 0%, rgba(176, 217, 255, 0.64) 35.94%, rgba(212, 234, 255, 0) 100%)
}
.banner .lunbo-boxs.aa .up {
	animation: slideInFromTop 9500ms linear forwards
}
.banner .down {
	animation: slideInFromBottom 9500ms linear forwards
}
.banner #wave.active {
	background: linear-gradient(to bottom, rgba(255, 141, 141, 0.64) 50%, rgba(176, 217, 255, 0.64) 50%)
}
.banner .lunbo-boxs .box1 .box2 .pp1.active {
	color: #d80000
}
.more {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: var(--thm-color)
}
.more.gray {
	color: #7c7c7c
}
.more.gray img {
	filter: brightness(0);
	opacity: 0.5
}
.more:hover img {
	filter: brightness(1) invert(0);
	opacity: 1
}
.more div {
	display: flex;
	align-items: center;
	justify-content: flex-start
}
.more img {
	margin-left: 0.625rem;
	height: 0.9375rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.more:hover {
	color: #1c5ba5
}
.more:hover img {
	transform: translateX(0.625rem);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
footer {
	background: #444;
	padding: 3.5rem 0 3rem
}
footer .top {
	float: left;
	width: 100%
}
footer .top ul {
	width: 100%
}
footer .top ul li {
	flex: none
}
footer .top ul li .text {
	max-width: 400px
}
footer .top .name {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #fff;
	margin-bottom: 1rem
}
footer .top .text {
	font-size: 1rem;
	line-height: 1.5rem;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.5s ease
}
footer .top .text:not(:last-child) {
	margin-bottom: 0.6rem
}
footer .top .text:hover {
	color: #fff
}
footer .bot {
	float: right;
	width: 150px;
	text-align: center
}
footer .bot .name {
	padding-bottom: 0.375rem;
	position: relative;
	margin-bottom: 0.375rem
}
footer .bot .name::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1.875rem;
	height: 1px;
	background: #fff
}
footer .bot .text, footer .bot .name {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #fff
}
footer .bot .ewm {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #fff;
	text-align: right
}
footer .bot .ewm img {
	width: 145px;
	border: 4px solid #fff
}
footer .bot .ewm p {
	margin-top: 0.625rem
}
footer .bot ul:nth-child(1) {
	width: 54%
}
footer .bot ul:nth-child(1) li {
	flex: 1 0 0;
	padding-right: 3rem
}
footer .bot ul:nth-child(2) {
	width: 46%
}
.beian {
	background: #444
}
.beian .text {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #ddd;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15)
}
.beian .text a {
	color: #ddd
}
.beian .text a:hover {
	color: #fff
}
.beian .text .fenxiang {
	display: flex;
	align-items: center
}
.beian .text .fenxiang img {
	width: 32px
}
.beian .text ul {
	display: flex;
	align-items: center
}
.beian .text ul li {
	width: auto;
	height: auto;
	margin-right: 0;
	border: none
}
.beian .text ul li a {
	padding-left: 1rem;
	color: #fff !important
}
.beian .text ul li a:hover {
	background: transparent !important
}
.fixright_li_last {
	display: none
}
.alignc {
	align-items: center
}
.more_a {
	font-size: 1rem;
	text-transform: uppercase;
	color: #686868;
	display: flex;
	align-items: center
}
.more_a .icon {
	width: 3.4375rem;
	height: 3.4375rem;
	border-radius: 50%;
	background: var(--thm-color);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1.25rem;
	border: 1px solid var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.more_a .iconfont {
	font-size: 1.125rem;
	display: block;
	font-weight: 600;
	color: #fff;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.more_a:hover {
	color: var(--thm-color)
}
.more_a:hover div {
	background: transparent;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.more_a:hover div .iconfont {
	color: var(--thm-color)
}
.more_a.cf {
	color: #fff
}
.more_a.cf div {
	border-color: #fff;
	background: transparent;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.more_a.cf div .iconfont {
	color: #fff
}
.more_a.cf:hover div {
	background: var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_one .top .r a, .index_four .top .r a {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: var(--thm-color)
}
.index_one .top .r a .iconfont, .index_four .top .r a .iconfont {
	color: var(--thm-color);
	font-size: 1.125rem
}
.index_one {
	background: #fff
}
.index_one .p100 {
	background: url("../img/bg1.png") no-repeat;
	background-size: cover;
	background-position: center top
}
.index_one .margin .swiper-button-next {
	right: -3.4375rem;
	top: 40%
}
.index_one .margin .swiper-button-prev {
	left: -3.4375rem;
	top: 40%
}
.index_one .swiper-slide .img {
    text-align: center;
	transform: scale(0.7);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_one .swiper-slide .img img {
    width: 80%;
}
.index_one .swiper-slide:hover .name {
	color: var(--thm-color)
}
.index_one .swiper-slide .name {
	font-size: 1.35rem;
	font-weight: 500;
	text-align: center;
	color: #000;
	line-height: 2.8125rem;
	position: relative;
	padding-bottom: 0.5rem;
	margin: 1.5rem 0;
}
.index_one .swiper-slide .name::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 3rem;
	height: 4px;
	background: var(--thm-color)
}
.index_one .swiper-slide .content {
	text-align: center;
	margin-top: 1.5625rem;
	opacity: 0;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_one .swiper-slide.swiper-slide-active .img {
	transform: scale(1);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_one .swiper-slide.swiper-slide-active .content {
	opacity: 1;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.number_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap
}
.number_ul li {
	text-align: center
}
.number_ul li .num {
	line-height: 1;
	position: relative;
	text-align: left
}
.number_ul li .num span {
	color: #191919;
	font-size: 2.5rem;
	font-weight: bolder
}
.number_ul li .num sub {
	color: #191919;
	font-size: 1.5rem;
	bottom: auto;
	bottom: 0.875rem;
	margin-left: 0.25rem;
	position: absolute;
	font-weight: bolder
}
.number_ul li .num sub sub {
	top: 0.1875rem;
	left: 1.375rem
}
.number_ul li .num i {
	color: var(--thm-color);
	font-size: 1.25rem;
	font-weight: 700;
	margin-left: 0.8rem
}
.number_ul li .text {
	color: #5b5b5b;
	font-size: 1.125rem;
	line-height: 1.625rem;
	margin: 0.5rem 0 0;
	text-align: center;
	text-transform: uppercase
}
.index_two {
	z-index: 9
}
.index_two::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(124, 124, 124, 0.05);
	z-index: -1
}
.index_two .number_ul li .num {
	text-align: center
}
.index_two .number_ul li {
	flex: 1 0 0;
	text-align: center
}
.index_two .number_ul li > div {
	display: inline-block
}
.index_two .font18 {
	margin: 1.375rem 0 1.875rem;
	text-align: justify
}
.index_two .more {
	margin-top: 2.5rem
}
.index_two .row {
	margin: 0 -1.5625rem
}
.index_two .row > div {
	padding: 0 1.5625rem
}
.index_two .row > div.left {
	margin-top: 1rem
}
.index_two .row .right .padding {
	padding-top: 4.0625rem;
	position: relative;
	padding-right: 4.375rem;
	z-index: 98
}
.index_two .row .right .padding::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 19.0625rem;
	height: 19.0625rem;
	background: var(--thm-color);
	z-index: -1
}
.index_two .n {
	bottom: 2.5rem;
	right: 0;
	width: 100%;
	margin-top: 2rem;
	border-radius: 1.25rem;
	background: #fff;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1)
}
.index_two .n li {
	padding: 2.5rem 1.875rem
}
.index_two .n li:not(:last-child) {
	border-right: 1px solid rgba(0, 0, 0, 0.1)
}
.index_two .n .icon {
	margin-bottom: 0.625rem
}
.index_two .n .icon img {
	height: 3.125rem
}
.index_two .more {
	display: block;
	margin-top: 1.875rem
}
.index_two > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 11.25rem;
	height: 100%
}
.index_three {
	background: #fff;
	height: calc(100vh - 6.25rem);
	display: flex;
	align-items: center
}
.index_three .container {
	position: relative;
	max-width: 100%;
	height: 100%;
	padding: 0
}
.index_three .container ul {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}
.index_three .content {
	margin-top: 1.25rem
}
.index_three .bgg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1
}
.index_three .bgg div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 0;
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	background-size: cover;
	background-position: center center
}
.index_three .bgg div p {
	width: 35%;
	top: 40%;
	color: #fff;
	position: absolute;
	right: 14.8rem;
	font-size: 1.2rem;
	line-height: 200%;
	border-radius: 1rem;
	padding: 2.8rem 3.2rem;
	background: linear-gradient(270deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%)
}
.index_three .bgg div.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.index_three ul {
	margin: 0
}
.index_three ul li {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	position: relative
}
.index_three ul li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: -moz-linear-gradient(0.3% 50% 0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
	background: -webkit-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
	background: -webkit-gradient(linear, 0.3% 50%, 89.61% 50%, color-stop(0, #1c5ba5), color-stop(1, rgba(28, 91, 165, 0)));
	background: -o-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
	background: -ms-linear-gradient(0deg, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C5BA5',endColorstr='#1C5BA5',GradientType=0)";
	background: linear-gradient(to top, #1c5ba5 0%, rgba(28, 91, 165, 0) 100%);
	opacity: 0.6;
	filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.Alpha(opacity=60) progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C5BA5', endColorstr='#1C5BA5', GradientType=1);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	z-index: -1
}
.index_three ul li:hover, .index_three ul li.active {
	border-radius: 0
}
.index_three ul li:hover::before, .index_three ul li.active::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_three ul li:hover .icon img, .index_three ul li.active .icon img {
	transform: rotateY(180deg);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_three ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 1.5rem
}
.index_three ul li .icon img {
	height: 2.5rem
}
.index_three ul li .name {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	padding-top: 1rem;
}
.index_three ul li .name span {
	display: block;
	font-family: 'Montserrat';
	font-size: 1.5rem;
}
.index_four {
	background: #fff
}
.index_four .left .swiper-slide img {
	height: 19.6875rem;
	object-fit: cover
}
.index_four .right .swiper-slide img {
	height: 14.6875rem;
	object-fit: cover
}
.index_four .p100 {
	background: url("../../../../innogain.com.cn/template/yzyidian_cn/images/6.png") no-repeat;
	background-size: cover
}
.index_four .padding_right {
	padding-right: var(--container);
	overflow: hidden
}
.index_four .hover {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: var(--container);
	margin-top: 1.125rem
}
.index_four .swiper-button-next, .index_four .swiper-button-prev {
	width: 3.75rem;
	height: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	position: static;
	background: var(--thm-color);
	margin-top: 0;
	margin-left: 1.5625rem
}
.index_four .swiper-button-next .iconfont, .index_four .swiper-button-prev .iconfont {
	color: #fff;
	font-size: 1rem
}
.index_four .swiper-scrollbar {
	width: calc(100% - 3.75rem * 2 - 1.5625rem * 2);
	height: 1px;
	background: rgba(0, 79, 139, 0.2);
	opacity: 1 !important
}
.index_four .swiper-scrollbar .swiper-scrollbar-drag {
	height: 3px;
	background: var(--thm-color);
	top: -1px
}
.swiper_btn {
	width: 3.4375rem;
	height: 3.4375rem;
	border: 1px solid var(--thm-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: none
}
.swiper_btn .iconfont {
	font-size: 1.125rem;
	display: block;
	color: var(--thm-color);
	font-weight: 600
}
.swiper_btn:hover {
	background: var(--thm-color)
}
.swiper_btn:hover .iconfont {
	color: #fff
}
.margin .swiper-button-next {
	right: -6.25rem
}
.margin .swiper-button-prev {
	left: -6.25rem
}
.index_news {
	padding: 5rem 0
}
.index_news .data {
	font-size: 1rem;
	line-height: 1rem;
	color: #7f7f7f;
	font-weight: 500
}
.index_news .data .iconfont {
	font-size: 1rem
}
.index_news .more {
	color: #7c7c7c
}
.index_news .more img {
	filter: brightness(0);
	opacity: 0.5
}
.index_news .name {
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 1.875rem;
	color: #2d2d2d;
	margin: 0.5rem 0
}
.index_news .font18 {
	color: #7c7c7c
}
.index_news .bg {
	background: var(--thm-color)
}
.index_news .bg .data, .index_news .bg .name, .index_news .bg .font18 {
	color: #fff
}
.index_news .bot {
	margin-left: -1.5625rem;
	margin-right: -1.5625rem
}
.index_news .bot .left, .index_news .bot .right {
	padding: 0 1.5625rem
}
.index_news .bot .left .data {
	margin-top: 1.875rem
}
.index_news .bot .left .over, .index_news .bot .left .over img {
	border-radius: 0.625rem
}
.index_news .bot .left .over img {
	height: 27.375rem;
	object-fit: cover
}
.index_news .more:hover {
	color: var(--thm-color)
}
.index_news .more:hover img {
	filter: brightness(1) invert(0);
	opacity: 1
}
.index_news .bot .left:hover .name {
	color: var(--thm-color)
}
.index_news .bot .left:hover .over img {
	transform: scale(1.1)
}
.index_news .bot .left .name {
	margin: 0.5rem 0
}
.index_news .bot .left .more_a {
	margin-top: 1.25rem
}
.index_news .bot .right ul li {
	border-bottom: 1px solid #d5d5d5;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_news .bot .right ul li:hover, .index_news .bot .right ul li.active {
	background: var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_news .bot .right ul li:hover .data, .index_news .bot .right ul li:hover .name, .index_news .bot .right ul li:hover .txt, .index_news .bot .right ul li:hover .more, .index_news .bot .right ul li:hover a .l div, .index_news .bot .right ul li.active .data, .index_news .bot .right ul li.active .name, .index_news .bot .right ul li.active .txt, .index_news .bot .right ul li.active .more, .index_news .bot .right ul li.active a .l div {
	color: #fff
}
.index_news .bot .right ul li:hover a, .index_news .bot .right ul li.active a {
	background: rgba(124, 124, 124, 0.005);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_news .bot .right ul li a {
	padding: 1.875rem 2.5rem 1.875rem 0;
	display: flex;
	align-items: center;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.index_news .bot .right ul li a .l {
	width: 8.125rem;
	padding-left: 1rem
}
.index_news .bot .right ul li a .l div {
	font-weight: bold;
	font-size: 2.375rem;
	line-height: 2.5rem;
	margin-bottom: 0.625rem;
	color: var(--thm-color);
	padding-left: 0.625rem
}
.index_news .bot .right ul li a .r {
	width: calc(100% - 8.125rem)
}
.index_news .bot .right ul li a .r .font18 {
	margin: 0.6875rem 0 1.125rem
}
.swiper_pag .swiper-pagination-bullet {
	margin: 0 4px
}
.swiper_pag .swiper-pagination-bullet-active {
	background: var(--thm-color)
}
.index_five {
	position: relative;
	background: #f5f5f5;
	z-index: 100
}
.index_five .margin {
	margin-top: 2.625rem
}
.index_five .swiper-slide {
	background: #fff;
	border: 1px solid #d9d9d9;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem
}
.index_five .swiper-slide .over {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
.index_five .swiper-slide .over img {
	max-height: 100%;
	padding: 1rem
}
.index_five .swiper-slide .name {
	font-size: 1.4rem;
	line-height: 1.875rem;
	color: #494949;
	margin: 1.25rem 0;
	text-align: center
}
.index_five .swiper-slide:hover {
	border-color: var(--thm-color)
}
.index_five .swiper-slide:hover img {
	transform: scale(1.1)
}
.guide_page {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: var(--vh);
	background: #fff;
	overflow: hidden
}
.guide_page img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	max-width: none !important
}
.guide_page .y_2, .guide_page .y_3 {
	left: -55%
}
.guide_page .y_4 {
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
html, body {
	width: 100%
}
body::-webkit-scrollbar {
	display: none
}
body.hidden {
	overflow: hidden
}
.bor20 {
	border-radius: 0.625rem
}
.icon_vid {
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5
}
.icon_vid .iconfont {
	font-size: 1.5rem;
	display: block;
	color: var(--thm-color)
}
.icon_vid::before {
	content: '';
	position: absolute;
	top: -0.4375rem;
	left: -0.4375rem;
	width: calc(100% + 0.875rem);
	height: calc(100% + 0.875rem);
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	animation: cen 2s infinite;
	z-index: -1
}
@keyframes cen {
	0% {
		transform: scale(1)
	}
	50% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}
.icon_vid::after {
	content: '';
	position: absolute;
	top: -1.25rem;
	left: -1.25rem;
	width: calc(100% + 2.5rem);
	height: calc(100% + 2.5rem);
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	animation: cen 2s infinite;
	z-index: -3
}
.tj {
	text-align: justify
}
.row30 {
	margin: 0 -1.875rem
}
.row30 > div {
	padding: 0 1.875rem
}
.row20 {
	margin: 0 -1.25rem
}
.row20 > div {
	padding: 0 1.25rem
}
.row24 {
	margin: 0 -1.5rem
}
.row24 > div {
	padding: 0 1.5rem
}
.list_join .left {
	margin-top: 1.875rem
}
.bgf5 {
	background: rgba(124, 124, 124, 0.05)
}
.more_more {
	border: 1px solid var(--thm-color);
	line-height: 3.4375rem;
	font-size: 1rem;
	color: var(--thm-color);
	padding: 0 2.25rem;
	display: inline-block;
	position: relative;
	border-radius: 6.25rem;
	z-index: 5;
	color: #fff;
	background: var(--thm-color)
}
.more_more::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	transform: scale(0.6);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	background: #fff;
	z-index: -1;
	opacity: 0;
	border-radius: 6.25rem
}
.more_more:hover {
	color: var(--thm-color)
}
.more_more:hover::before {
	opacity: 1;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transform: scale(1)
}
.more_more > div {
	display: flex;
	align-items: center
}
.more_more .iconfont {
	font-weight: 600;
	font-size: 1rem;
	margin-left: 1rem
}
.more_more.bgf {
	background: transparent;
	border-color: #fff;
	color: #fff;
	text-align: center
}
.more_more.bgf::before {
	background: var(--thm-color)
}
.more_more.bgf:not(:last-child) {
	margin-right: 1rem
}
.more_more.bgf img {
	height: 0.875rem;
	margin-left: 0.625rem
}
.foot-fot {
	background: var(--thm-color)
}
.list_news .ul li {
	position: relative;
	padding: 2.75rem 0;
	border-bottom: 1px solid #e8e8e8
}
.list_news .ul li::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_news .ul li:hover .left img {
	transform: scale(1.1)
}
.list_news .ul li:hover::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_news .ul li:hover .name {
	color: var(--thm-color)
}
.list_news .ul li:first-child {
	padding-top: 0
}
.list_news .ul li .over, .list_news .ul li .over img {
	border-radius: 0.625rem
}
.list_news .ul li .left {
	padding-right: 0
}
.list_news .ul li .left img {
	height: 20rem;
	object-fit: cover
}
.list_news .ul li .right {
	padding-left: 2.8125rem
}
.list_news .ul li .data {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #7c7c7c;
	margin-bottom: 0.375rem
}
.list_news .ul li .name {
	font-size: 1.375rem;
	line-height: 1.875rem;
	color: #282828
}
.list_news .ul li .text {
	margin: 0.75rem 0 1.5625rem
}
.show_detail {
	padding-top: 5rem
}
.show_detail .name {
	font-weight: bold;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #000;
	border-bottom: 1px solid #ddd;
	padding: 0 0 2rem;
	margin-bottom: 3rem;
}
.show_detail .text {
	color: #444;
	text-align: justify
}
.show_detail .text p {
	font-weight: normal;
	margin-bottom: .5rem;
}
.show_detail .text img {
	margin: 15px 0;
}
.show_detail .left .desc {
	background: rgba(124, 124, 124, 0.05);
	padding: 0.9375rem 1.25rem;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #7c7c7c;
	margin-bottom: 2.1875rem
}
.show_detail .left .data {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	line-height: 2rem;
	color: #848484;
	border-bottom: 1px solid #e8e8e8;
	padding: 0 0 1.5rem;
	margin-bottom: 2.5rem;
}
.show_detail .left .data > p {
	letter-spacing: .5px;
}
.show_detail .left .data > div {
	display: flex;
	align-items: center
}
.show_detail .left .data > div .iconfont {
	font-size: 1.25rem;
	display: block
}
.show_detail .left .data > div ul {
	display: flex;
	align-items: center
}
.show_detail .left .data > div ul li {
	margin-right: 0.625rem
}
.show_detail .left .data > div ul li .iconfont {
	font-size: 1.125rem
}
.show_detail .left .data > div ul li a {
	border: none;
	color: #9b9b9b;
	font-size: 1.125rem;
	margin: 0;
	width: auto;
	height: auto;
	line-height: inherit
}
.show_detail .left .data > div ul li a:hover {
	background: transparent
}
.show_detail .left .data > div ul li:hover a {
	color: var(--thm-color)
}
.show_detail .left .more {
	background: var(--thm-color);
	color: #fff
}
.show_detail .left .more::before {
	background: #fff
}
.show_detail .left .more:hover {
	color: var(--thm-color)
}
.show_detail .left .prod {
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 2.5rem;
	padding: 0 0 2rem;
	margin-bottom: 3rem;
	border-bottom: 1px solid #ddd;
}
.show_detail .left .text table {
	width: 100%;
	border-collapse: collapse;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-collapse: separate;
    border-spacing: 0;
	margin: 20px 0;
}
.show_detail .left .text table tr:nth-child(odd) {
	background-color: #f7f7f7
}
.show_detail .left .text table tr:nth-child(even) {
	background-color: #fff
}
.show_detail .left .text table tr:first-child td {
	background-color: var(--thm-color);;
	color: #fff;
	padding: 12px 15px;
}
.show_detail .left .text table td {
	padding: 10px 15px;
	border-width: 1px;
	border-bottom: 1px solid #ddd
}
.show_detail .left .shangxia_p {
	margin: 3.5rem 0 2.5rem
}
.show_detail .left .shangxia {
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	padding: 1.25rem 0;
	color: #686868
}
.show_detail .left .shangxia a {
	width: 80%
}
.show_detail .left .shangxia .left2 .flex2 {
	justify-content: flex-start;
	align-items: center
}
.show_detail .left .shangxia .right2 .flex2 {
	justify-content: flex-end;
	align-items: center
}
.show_detail .left .shangxia .right2 .flex2 p {
	order: 2
}
.show_detail .left .shangxia p {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #212121
}
.show_detail .left .shangxia a {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #686868
}
.show_detail .left .shangxia a:hover {
	color: var(--thm-color)
}
.show_detail .right {
	padding-left: 0
}
.show_detail .right .top {
	background: #fff;
	padding: 1.875rem 1.875rem 2rem;
	border: 1px solid rgba(0, 0, 0, 0.1)
}
.show_detail .right .top .name2 {
	font-size: 1.5rem;
	line-height: 1.875rem;
	margin-bottom: 1.25rem
}
.show_detail .right .top .ul .list {
	padding: 0.875rem 0;
	position: relative;
	border-bottom: 1px solid #dbdbdb
}
.show_detail .right .top .ul .list:first-child {
	padding-top: 0
}
.show_detail .right .top .ul .list:not(:last-child):before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #dbdbdb
}
.show_detail .right .top .ul .list::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.show_detail .right .top .ul .list:hover::after {
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	width: 100%
}
.show_detail .right .top .ul .list:hover a {
	color: var(--thm-color)
}
.show_detail .right .top .ul .list a {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #898989
}
.show_detail .right .top ul li:not(:last-child) {
	margin-bottom: 1.25rem
}
.show_detail .right .top ul li:hover p {
	color: var(--thm-color) !important
}
.show_detail .right .top ul li a {
	display: flex;
	align-items: center
}
.show_detail .right .top ul li .over {
	width: 8rem;
	border: 1px solid #d1d1d1
}
.show_detail .right .top ul li .right2 {
	width: calc(100% - 8rem);
	padding-left: 1.25rem
}
.show_detail .right .top ul li .right2 p {
	font-size: 1rem;
	margin-bottom: 0.625rem;
	color: #686868
}
.show_detail .right .bot {
	background: var(--thm-color);
	margin-top: 2rem;
	padding: 2.0625rem 1.875rem
}
.show_detail .right .bot .text {
	padding: 0
}

.list_contact ul {
	margin-top: 2.5rem;
	margin-bottom: 1rem
}
.list_contact ul li:hover > div {
	box-shadow: 0 0.5rem 0.875rem rgba(0, 0, 0, 0.1);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_contact ul li:hover > div .icon img {
	transform: rotateY(180deg);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_contact ul li > div {
	border: 1px solid #d5d5d5;
	border-radius: 0.625rem;
	padding: 1.875rem 3.125rem;
	height: 100%;
	text-align: center;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_contact ul li > div .icon img {
	height: 5rem;
	width: 5rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_contact ul li > div .name {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.875rem;
	color: #282828;
	margin: 0.875rem 0 0.5rem
}
.list_contact ul li > div .text {
	color: #7c7c7c
}
.list_hzsq input::placeholder,
.list_hzsq select::placeholder .list_hzsq textarea::placeholder {
  color: rgba(170, 170, 170, 0.6);
}
.list_hzsq input,
.list_hzsq select {
  background: #f5f5f5;
  width: 100%;
  height: 3.4375rem;
  line-height: 3.4375rem;
  border-radius: 0.625rem;
  padding: 0 1rem;
  font-size: 1rem;
  color: #898989;
  display: block;
  font-weight: 500;
  border: 0;
}
.list_hzsq input.bor,
.list_hzsq select.bor {
  border: 1px solid #e2e2e2;
}
.list_hzsq input.bor:focus,
.list_hzsq select.bor:focus {
  border: 1px solid #109cd9;
  background: #f5f5f5;
}
.list_hzsq textarea {
  background: #f5f5f5;
  width: 100%;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  color: #898989;
  height: 7.5rem;
  border-radius: 0.625rem;
  font-weight: 500;
}
.list_hzsq textarea.bor {
  border: 1px solid #e2e2e2;
}
.list_hzsq textarea.bor:focus {
  border: 1px solid #109cd9;
  background: #f8fbfc;
}
.list_hzsq .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #3a3a3a;
  margin-bottom: 0.625rem;
  font-weight: 500;
}
.list_hzsq .name span {
  color: #d90000;
}
.list_hzsq .more {
  border-radius: 0.25rem;
  background: var(--thm-color);
  color: #fff;
  padding: 0 3.4375rem;
}
.list_hzsq .more .iconfont {
  font-weight: 600;
}
.list_hzsq .more::before {
  background: #fff;
  border-radius: 0.25rem;
}
.list_hzsq .more:hover {
  color: var(--thm-color);
}
.list_hzsq .more_more {
  width: 9.375rem;
  padding: 0;
  border-radius: 0.625rem;
}
.list_hzsq .more_more::before {
  border-radius: 0.625rem;
}
.list_hzsq .more_more:nth-child(1) {
  margin-right: 0.875rem;
}
.list_hzsq .more_more:nth-child(2) {
  margin-left: 0.875rem;
  background: #e2e2e2;
  color: #5b5b5b;
  border-color: #e2e2e2;
}
.list_solution .swiper_pag {
	position: relative
}
.list_solution .swiper-container {
	margin-top: 1.875rem
}
.list_solution .swiper-container .swiper-slide .over, 
.list_solution .swiper-container .swiper-slide .over img {
	border-radius: 1.25rem
}
.list_solution .swiper-container .swiper-slide .over img {
	width: 100%
}
.squer_pro {
	padding: 0.5rem 1.25rem 0
}
.squer_pro .name {
	font-size: 1.4rem;
	line-height: 1.875rem;
	color: #494949;
	margin: 1.25rem 0 0.5rem;
	text-align: center
}
.squer_pro .over {
	position: relative
}
.squer_pro .over::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;
	border: 1px solid #f6f6f6
}
.squer_pro .over img {
	object-fit: contain;
	object-position: center
}
.squer_pro .over, .squer_pro .over img {
	border-radius: 0.625rem
}
.squer_pro .over img {
	display: block;
	width: 100%;
	height: 210px;
	object-fit: cover;
	overflow: hidden
}
.squer_pro .text {
	color: #7c7c7c;
	margin-bottom: 1.25rem
}
.squer_pro .over {
	background: #f6f6f6;
	padding: 1.5rem
}
.squer_pro:hover .over img {
	transform: scale(1.1)
}
.squer_pro:hover .over {
	background: transparent
}
.squer_pro:hover .over::before {
	border-color: var(--thm-color)
}
.squer_pro:hover .name {
	color: var(--thm-color)
}
.squer_pro:hover .over {
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.squer_pro .over {
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.abouttxt p {
	line-height: 180%;
}
.abouttxt h1 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0.5rem
}
.about_pro_swiper {
	margin-left: -1.25rem;
	margin-right: -1.25rem;
	margin-top: 2.5rem
}
.about_pro_swiper .swiper_btn {
	margin-top: -6rem
}
.list_case .ul > li {
	border: 1px solid transparent;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 0.625rem;
	overflow: hidden;
	margin-bottom: 3.75rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
}
.list_case .ul > li:hover {
	box-shadow: 0px 0px 1rem rgba(0, 0, 0, 0.15);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_case .ul > li:hover .right .name {
	color: var(--thm-color)
}
.list_case .ul > li:hover .left .over img {
	transform: scale(1.1)
}
.list_case .ul > li:nth-child(even) .left {
	order: 2
}
.list_case .ul > li:nth-child(even) .right {
	order: 1
}
.list_case .ul > li.active .left::before, .list_case .ul > li.active .left::after {
	left: 100%
}
.list_case .ul > li .left {
	padding-right: 0;
	position: relative;
	overflow: hidden
}
.list_case .ul > li .left::before {
	background-color: #f1f3f6;
	transition: 0.5s ease-in-out 0s;
	z-index: 2
}
.list_case .ul > li .left::after {
	z-index: 1;
	background-color: #eff0f0;
	transition: 0.5s ease-in-out 0.1s;
	opacity: 0.8
}
.list_case .ul > li .left::before, .list_case .ul > li .left::after {
	content: '';
	display: block;
	width: 101%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.list_case .ul > li .right {
	padding-left: 3.125rem
}
.list_case .swiper-button-next {
	right: 2.5rem
}
.list_case .swiper-button-prev {
	left: 2.5rem
}
.list_case .swiper_btn {
	border-color: #fff
}
.list_case .swiper_btn .iconfont {
	color: #fff
}
.list_case .right {
	padding-right: 3.75rem;
	display: flex;
	align-items: center
}
.list_case .right .name {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.8125rem;
	color: #000
}
.list_case .right ul {
	margin-top: 0.5rem
}
.list_case .right ul li div {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #1c5ba5;
	position: relative;
	padding-left: 1.5rem
}
.list_case .right ul li div::before {
	content: '';
	position: absolute;
	top: 0.625rem;
	left: 0;
	width: 1rem;
	height: 1rem;
	background: url("../img/sign.svg") no-repeat;
	background-size: contain
}
.list_case .right ul li p {
	font-size: 1rem;
	line-height: 1.875rem;
	color: #5b5b5b
}
.list_case_txt {
	width: 60%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 4rem;
	font-size: 1.3rem
}
.app_wb {
	width: 100%
}
.app_wb .desc {
    line-height: 1.8;
    font-size: 17px;
}
.app_wb .more_more {
    line-height: 45px;
}
.app_pic {
	width: 44%;
	float: left
}
.app_pic img {
	max-width: 100%
}
.list_about .text {
	text-align: justify
}
.list_about .left .flex {
	justify-content: flex-start;
	margin-top: 5.625rem
}
.list_about .left .flex > div {
	position: static;
	margin-top: 0
}
.list_about .left .flex .swiper_pag {
	width: auto;
	text-align: center;
	font-size: 1.125rem;
	color: #7c7c7c;
	min-width: 6rem
}
.list_about .left .number_ul {
	margin-top: 2.1875rem;
	border-top: 1px solid #d9d9d9;
	display: block
}
.list_about .left .number_ul li {
	padding: 1rem 0;
	border-bottom: 1px solid #d9d9d9
}
.list_about .left .number_ul li .text {
	margin-top: 0.625rem;
	text-align: left
}
.list_about .right .swiper-container {
	margin-top: 2.5rem
}
.list_about_two {
	background: url("../img/about_culbg.jpg") no-repeat;
	padding: 6rem 0;
	background-size: cover;
	background-attachment: fixed
}
.list_about_two ul {
	margin-top: 4.375rem
}
.list_about_two ul li > div {
	padding-bottom: 2.5rem;
	height: 100%
}
.list_about_two ul li:hover .icon img {
	transform: rotateY(180deg);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_about_two ul li .icon img {
	height: 4.6875rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.list_about_two ul li .name {
	font-size: 1.5rem;
	line-height: 2rem;
	color: #fff;
	margin: 1.25rem 0 1rem
}
.list_about_two ul li .text {
	font-size: 1.125rem;
	line-height: 1.875rem;
	color: #fff;
	padding: 0 0.5rem
}
#partner {
	background: #f7f7f7;
}
.list_honor .ul li {
	margin-bottom: 1.875rem
}
.list_honor .ul li a {
	padding: 1rem;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1)
}
.list_hzhb li {
	float: left;
	width: calc(100% / 5 - 2%);
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	padding: 1%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.list_hzhb li:nth-child(5) {
	margin-right: 0
}
.list_hzhb li img {
	max-width: 100%
}
.list_tech form input, .list_product form input {
	width: 100%;
	background: #fff;
	border: 1px solid #dadcde;
	border-radius: 5rem;
	line-height: 3.75rem;
	padding: 0 1.875rem
}
.list_tech form button, .list_product form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 5rem;
	background: transparent;
	border: none;
	text-align: center;
	line-height: 3.75rem
}
.list_tech form button .iconfont, .list_product form button .iconfont {
	font-size: 1.25rem;
	color: var(--thm-color)
}
.list_tech .left > div {
	height: 100%;
	padding: 0 3rem
}
.list_tech .left > div ul {
	margin-top: 1.875rem;
	padding: 0 1.5rem
}
.list_tech .left > div ul li a {
	font-size: 1.125rem;
	line-height: 3.125rem;
	color: #606060;
	font-weight: normal
}
.list_tech .left > div ul li a .iconfont {
	font-size: 0.875rem;
	font-weight: 600;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	opacity: 0;
	display: inline-block
}
.list_tech .left > div ul li:hover a, .list_tech .left > div ul li.active a {
	color: var(--thm-color)
}
.list_tech .left > div ul li:hover a .iconfont, .list_tech .left > div ul li.active a .iconfont {
	transform: translateX(1.875rem);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	opacity: 1
}
.list_tech .right {
	padding-left: 3.125rem
}
.list_tech .right .ul li:hover .name {
	color: var(--thm-color)
}
.list_tech .right .ul li:hover .over img {
	transform: scale(1.1)
}
.list_tech .name {
	font-size: 1.25rem;
	margin-top: 0.9375rem;
	line-height: 1.875rem;
	color: #000
}
.list_tech .ul li {
	margin-bottom: 2.5rem
}
.list_tech .pr a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center
}
.list_product .top {
	padding: 3.375rem 0 2.5rem
}
.list_product .top .name {
	font-size: 1.875rem;
	line-height: 3.125rem;
	color: #1c5ba5
}
.list_product .top .shaixuan {
	margin-top: 1.875rem
}
.list_product .top .shaixuan li:first-child {
	display: none
}
.list_product .top .shaixuan li.active a div:nth-child(1) {
	background-color: var(--thm-color);
	border-color: var(--thm-color)
}
.list_product .top .shaixuan li.active a div:nth-child(1)::before {
	opacity: 1
}
.list_product .top .shaixuan li a {
	display: flex;
	align-items: center;
	font-size: 1.125rem;
	line-height: 2.8125rem;
	color: #7c7c7c
}
.list_product .top .shaixuan li a div:nth-child(1) {
	width: 0.75rem;
	height: 0.75rem;
	border: 1px solid #7c7c7c;
	border-radius: 0.1875rem;
	position: relative
}
.list_product .top .shaixuan li a div:nth-child(1)::before {
	content: '';
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background: url("../images/dg.svg") no-repeat;
	background-size: 90% 90%;
	background-position: center center;
	opacity: 0
}
.list_product .top .shaixuan li a div:nth-child(3) {
	width: calc(100% - 2.8125rem - 0.75rem - 3rem)
}
.list_product .top .shaixuan li a img {
	height: 2.1875rem;
	width: 2.1875rem;
	margin: 0 1.5rem
}
.channle_pro .name {
	margin-top: 2.5rem;
	font-size: 1.625rem;
	line-height: 1.875rem;
	color: #212121;
	margin-bottom: 1.25rem;
	font-weight: 600
}
.channle_pro ul {
	border-top: 0.1875rem solid var(--thm-color)
}
.channle_pro ul li {
	padding: 1.125rem 3rem;
	border-bottom: 1px solid #cecece
}
.channel_pro_two .name {
	font-size: 1.625rem;
	color: #212121;
	line-height: 2.5rem;
	margin: 1.875rem 0 2.1875rem
}
.channel_pro_two .name span {
	color: #1c5ba5;
	font-size: 1.875rem
}
.channel_pro_two .swiper-slide {
	text-align: center;
	padding: 1.5rem 2.1875rem 0.75rem;
	border-right: 1px solid #d9d9d9;
	height: auto
}
.channel_pro_two .swiper-slide:hover img {
	transform: rotateY(180deg);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.channel_pro_two .swiper-slide img {
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.channel_pro_two .swiper-slide:first-child {
	border-left: 1px solid #d9d9d9
}
.channel_pro_two .text {
	text-align: justify;
	text-align-last: center
}
.channel_pro_two .icon {
	margin-bottom: 1.125rem;
	text-align: center
}
.channel_pro_two .icon img {
	height: 3.75rem
}
.channel_pro_three ul {
	margin-top: 2.75rem
}
.channel_pro_three ul .text {
	margin-top: 1rem
}
.channel_pro_five ul {
	margin-top: 1.875rem
}
.channel_pro_five ul li {
	margin-bottom: 3.125rem
}
.channel_pro_five ul li .name {
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #494949;
	margin: 1.125rem 0 0.3125rem
}
.channel_pro_five ul li .over, .channel_pro_five ul li .over img {
	border-radius: 1.25rem
}
.channel_pro_five ul li:hover .over img {
	transform: scale(1.1)
}
.show_product {
	background: url("../img/24.png") no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative
}
.show_product .bot .left {
	padding-top: 0
}
.show_product > img.primary-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.5)
}
.show_product .swiper-button-white {
	background-size: 1.25rem 1.25rem
}
.show_product .swiper-button-prev {
	left: .5rem
}
.show_product .swiper-button-next {
	right: .5rem
}
.show_product .swiper-button-prev, .show_product .swiper-button-next,
.list_about .swiper-button-prev, .list_about .swiper-button-next {
    background-image: none !important;
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    border-radius: 50%;
    margin-top: -20px;
	transition: all 0.3s;
	-webkit-transform: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s
}
.show_product .swiper-button-prev:hover, .show_product .swiper-button-next:hover,
.list_about .swiper-button-prev:hover, .list_about .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.show_product .swiper-button-prev:after, .show_product .swiper-button-next:after,
.list_about .swiper-button-prev:after, .list_about .swiper-button-next:after {
    content: '' !important;
    display: block;
    width: 16px;
    height: 16px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
}
.show_product .swiper-button-prev:after, .list_about .swiper-button-prev:after {
    transform: translate(-30%, -50%) rotate(45deg);
}
.show_product .swiper-button-next:after, .list_about .swiper-button-next:after {
    transform: translate(-70%, -50%) rotate(-135deg);
}
.show_product .top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: fixed;
	top: 6.25rem;
	left: 0;
	z-index: 999;
	width: 100%;
	line-height: 4.375rem;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.show_product .top.active {
	background: #fff;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	border-bottom: 1px solid rgba(96, 96, 96, 0.1)
}
.show_product .top.active .left ul li {
	color: #8e8e8e
}
.show_product .top.active .left ul li a {
	color: #8e8e8e
}
.show_product .top.active .bread {
	color: #8e8e8e;
	border-bottom: none
}
.show_product .top.active .bread a {
	color: #8e8e8e
}
.show_product .top .left ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2.5rem
}
.show_product .top .left ul li {
	font-size: 1rem;
	padding: 0 2.5rem;
	color: #fff;
	cursor: pointer
}
.show_product .top .left ul li a {
	color: #fff
}
.show_product .top .left ul li .div {
	position: relative
}
.show_product .top .left ul li .div::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0.1875rem;
	background: var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.show_product .top .left ul li:hover a, .show_product .top .left ul li.active a {
	color: var(--thm-color)
}
.show_product .top .left ul li:hover .div::before, .show_product .top .left ul li.active .div::before {
	width: 100%;
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s
}
.show_product .top .bread {
	color: #fff
}
.show_product .top .bread a {
	color: #fff
}
.show_product .bot {
	padding: 15rem 0 6rem
}
.show_product .bot .left {
	padding-right: 5rem
}
.show_product .bot .right {
	padding-left: 5rem
}
.show_product .bot .right .margin {
	background: rgba(251, 252, 253, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.281);
	border-radius: 0.625rem;
	padding: 2rem 1rem
}
.show_product .bot .xinghao {
	font-size: 1.25rem;
	line-height: 3rem;
	color: #fff
}
.show_product .bot .flex2 {
	justify-content: flex-start
}
.show_product .bot .font18 {
	color: #fff;
	line-height: 2.2;
	margin: 2.5rem 0 5rem;
}
.show_product .bot .font18 p {
	border-bottom: 1px dashed rgb(255, 255, 255, 0.3);
	padding: .6rem .1rem .5rem;
}
.show_product .bot .more {
	width: 11.25rem;
	padding: 0;
	border: 2px solid var(--thm-color);
	text-align: center;
	color: #fff
}
.show_product .bot .more:nth-child(1) {
	margin-right: 1.375rem
}
.show_pro_three .top .r {
	display: flex;
	justify-content: flex-end
}
.show_pro_three .top .r ul {
	display: flex;
	align-items: center
}
.show_pro_three .top .r ul li div {
	width: 8.5rem;
	background: rgba(124, 124, 124, 0.05);
	color: #666666;
	line-height: 3.4375rem;
	text-align: center;
	border-radius: 5rem;
	font-size: 1.25rem;
	cursor: pointer
}
.show_pro_three .top .r ul li.active div, .show_pro_three .top .r ul li:hover div {
	background: var(--thm-color);
	transition: all 0.4s;
	-webkit-transform: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	color: #fff
}
.show_pro_three .top .r ul li:not(:last-child) {
	margin-right: 0.875rem
}
.show_pro_four .swiper-container {
	margin-top: 1.875rem
}
.show_pro_four .name {
	font-size: 1.625rem;
	margin-top: 1rem;
	line-height: 2.5rem;
	color: #494949
}
.show_pro_three .sum {
	margin-top: 1.875rem
}
.show_pro_three .sum > div {
	display: none
}
.show_pro_three .sum > div.active {
	display: block
}
.show_pro_three .text strong {
	font-size: 1.25rem;
	line-height: 1.875rem;
	color: #111111
}
.show_pro_three .name {
	font-size: 1.25rem;
	line-height: 2rem;
	color: #000;
	margin-bottom: 1.125rem
}
.show_pro_three table td {
	line-height: 1.875rem;
	padding: 0.9375rem 2rem;
	border: 1px solid #d9d9d9;
	vertical-align: middle;
	font-size: 1rem;
	color: #5e5e5e;
	text-align: center
}
.show_pro_three table td:nth-child(1) {
	text-align: left
}
.swiper-pagination-bullet:only-child {
	display: none !important
}
.list_cpsc > div {
	display: flex;
	padding: 1.125rem 1.75rem;
	border-radius: 0.625rem;
	align-items: center;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.144)
}
.list_cpsc > div p {
	width: calc(100% - 10rem);
	padding-left: 2rem;
	font-size: 1.125rem
}
.list_cpsc > div a {
	display: flex !important;
	position: static !important;
	width: 8.75rem !important;
	align-items: center
}
.list_cpsc > div a svg {
	height: 1.25rem
}
.list_cpsc > div a:hover {
	color: var(--thm-color)
}
.list_cpsc > div a:hover svg path {
	fill: var(--thm-color)
}
.guide_page_by {
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.15);
	color: transparent;
	font-size: 6.25rem;
	font-weight: 600;
	line-height: 1;
	font-style: italic;
	margin-bottom: 1rem;
	text-transform: uppercase
}
.zd_erha {
	position: fixed;
	right: 1%;
	bottom: 1.5%;
	z-index: 999
}
.zd_erha .dtasxz {
	position: relative;
	width: 3.375rem
}
.zd_erha .dtasxz a.cpdb {
	display: block;
	background: var(--color-zt);
	color: #fff;
	padding: 1.5rem 1em;
	border-radius: 3rem;
	text-align: center;
	line-height: 1.25em;
	font-weight: 700
}
.zd_erha .dtasxz .szt {
	position: absolute;
	right: 0;
	top: -0.5rem;
	background: #fff;
	width: 1.625rem;
	height: 1.625rem;
	border-radius: 50%;
	box-shadow: 0 0 0.5rem rgba(0, 20, 60, 0.2)
}
.zd_erha .dtasxz .szt b {
	display: block;
	color: #0056fe;
	font-size: 0.875rem;
	font-weight: 700
}
.zd_erha .aat_list {
	background: rgb(255, 255, 255, 0.72);
	border: 1px solid #e9e9e9;
	width: 3.375rem;
	border-radius: 3rem;
	padding: 0.75rem 0;
	margin-top: 1rem;
}
.zd_erha .aat_list li {
	position: relative
}
.zd_erha .aat_list li + li::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	width: 70%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: rgba(63, 63, 63, 0.1)
}
.zd_erha .aat_list li > a {
	display: block;
	width: 100%;
	padding: 0.5rem 0;
	position: relative
}
.zd_erha .aat_list li > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -18%;
	width: 18%;
	height: 100%
}
.zd_erha .aat_list li > a i {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.zd_erha .aat_list li > a i img {
	height: 1.5rem
}
.zd_erha .aat_list li > a p {
	color: #333434;
	font-size: 0.75rem;
	line-height: 1.25em;
	text-align: center;
	padding: 0.25em 0
}
.zd_erha .aat_list li .erghgsa {
	position: absolute;
	z-index: -1;
	padding: 0.5em 1.5rem;
	width: auto;
	text-align: center;
	right: -webkit-calc(115%);
	right: -moz-calc(115%);
	right: calc(110% + 5px);
	top: 10%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(110%);
	-moz-transform: translateX(110%);
	-ms-transform: translateX(110%);
	-o-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
	color: #333;
	font-size: 1.125rem;
	background: #fff;
	border-radius: 0.4rem;
	white-space: nowrap
}
.zd_erha .aat_list li .erghgsb {
	width: 7rem;
	padding: 0.3rem
}
.zd_erha .aat_list li .erghgsb img {
	width: 100%
}
.zd_erha .aat_list li:hover .erghgsa {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}
.productr table {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
	word-break: break-all;
	border-spacing: 0px;
	border-collapse: separate
}
.productr td {
	padding: 5px !important;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 24px
}
.item-img {
	width: 100%;
	text-align: right;
	z-index: 0;
	overflow-x: hidden
}
.item-img div.zhuti {
	text-align: right;
	position: relative;
	display: inline-block;
	margin-right: 235px;
	padding-top: 90px;
	z-index: 10
}
.item-img div.zhuti img.zhuti1 {
	width: auto;
	mix-blend-mode: screen;
	position: relative;
	z-index: 1;
	max-width: 74%
}
.item-img div.zhuti img.zhuti2 {
	width: auto;
	position: absolute;
	top: 0;
	left: -120px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transform-origin: 50% 90%;
	transform: scaleX(1);
	display: none
}
.item-img div.dizuo {
	position: absolute;
	top: 130px;
	left: 80px;
	transform: rotatex(50deg) rotatex(18deg) rotateZ(0deg);
	transform-style: preserve-3d
}
.item-img div.dizuo img.dizuo1 {
	width: auto;
	position: relative;
	-webkit-animation: blobby-wiggle 30s linear infinite;
	animation: blobby-wiggle 30s linear infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s
}
@-webkit-keyframes blobby-wiggle {
	0% {
		transform: rotate(0deg)
	}
	25% {
		transform: rotate(90deg)
	}
	50% {
		transform: rotate(180deg)
	}
	75% {
		transform: rotate(270deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
@keyframes blobby-wiggle {
	0%, 25%, 50%, 75%, 100% {
		transform: none
	}
	0% {
		transform: rotate(0deg)
	}
	25% {
		transform: rotate(90deg)
	}
	50% {
		transform: rotate(180deg)
	}
	75% {
		transform: rotate(270deg)
	}
	100% {
		transform: rotate(360deg)
	}
}
@-webkit-keyframes blobby-wiggle2 {
	0% {
		transform: rotate(-0deg)
	}
	25% {
		transform: rotate(-90deg)
	}
	50% {
		transform: rotate(-180deg)
	}
	75% {
		transform: rotate(-270deg)
	}
	100% {
		transform: rotate(-360deg)
	}
}
@keyframes blobby-wiggle2 {
	0%, 25%, 50%, 75%, 100% {
		transform: none
	}
	0% {
		transform: rotate(0deg)
	}
	25% {
		transform: rotate(-90deg)
	}
	50% {
		transform: rotate(-180deg)
	}
	75% {
		transform: rotate(-270deg)
	}
	100% {
		transform: rotate(-360deg)
	}
}
.item-img div.dizuo img.dizuo2 {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: blobby-wiggle 25s linear infinite;
	animation: blobby-wiggle 25s linear infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s
}
.item-img div.dizuo img.dizuo3 {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: blobby-wiggle 15s linear infinite;
	animation: blobby-wiggle 15s linear infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s
}
.item-img div.dizuo img.dizuo4 {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: blobby-wiggle 20s linear infinite;
	animation: blobby-wiggle 20s linear infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s
}
.item-img div.dizuo img.dizuo5 {
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: blobby-wiggle2 20s linear infinite;
	animation: blobby-wiggle2 20s linear infinite;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s;
	animation-delay: 0s
}

.app-box-img img {
	height: 420px;
	object-fit: cover;
	overflow: hidden
}
.pagelist {
	text-align: center;
	margin-top: 20px
}
.pagelist a {
	display: inline-block
}
.rows {
	border: 1px solid #fafafa;
	padding: 10px 15px;
	border-radius: 7px
}
.pagelist {
	display: block;
	width: 100%;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 4%;
	overflow: hidden
}
.pagelist .first {
	border: 1px solid #eee;
	padding: 10px 35px;
	font-size: 14px;
	display: inline;
	border-radius: 7px;
	margin-right: 0
}
.pagelist .active {
	background: var(--thm-color);
	border: 1px solid var(--thm-color);
	padding: 10px 15px;
	border-radius: 7px;
	color: #fff
}
.pagelist li {
	border: 1px solid #eee;
	padding: 10px 15px;
	font-size: 14px;
	margin-left: 11px;
	display: inline-block;
	border-radius: 7px
}
.pagelist .end {
	border: 1px solid #eee;
	padding: 10px 35px;
	font-size: 14px;
	background: none;
	color: #333;
	display: inline;
	border-radius: 7px;
	margin-left: 10px
}
.pagelist .next, .pagelist .prev {
	border: 1px solid #eee;
	padding: 7px 16px;
	font-size: 14px;
	display: inline-block;
	border-radius: 7px;
	margin-left: 11px
}
.pagelist .page-num-current {
	background: #eee
}

.nav-x {
	background: #f5f5f5;
	width: 100%;
	position: relative
}
.nav-x .menu-toggle h3 {
	display: none
}
.nav-x ul {
	font-size: 0;
	-webkit-text-size-adjust: none;
	text-align: center
}
.nav-x li {
	display: inline-block
}
.nav-x li i {
	margin: 0 auto 5px auto;
	font-size: 24px;
	display: block
}
.nav-x li a {
	font-size: 18px;
	padding: 0;
	height: 70px;
	line-height: 70px;
	color: #6e6e6e;
	text-align: center;
	display: block;
	padding: 0 35px
}
.nav-x li a:hover {
	color: var(--thm-color)
}
.nav-x li a.active, .nav-x li a.type-2, .nav-x li a.type-3 {
	background: var(--thm-color);
	color: #fff
}
.list-news {
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}
.list-news.srh {
    padding: 2rem 30px 2rem 0;
}
.list-news.srh .news p.text-gray {
    line-height: 2;
}
.list-news .media-img img.img-responsive {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
}
.list-news .time {
	margin-right: -20px;
	padding: 15px 0 10px 0;
	border-right: 1px solid #eee
}
.list-news .time .text-large {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 50px;
	line-height: 54px
}
.list-news .news {
	margin: 0 30px;
}
.list-news .news h3 a {
	display: block;
	font-size: 24px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px
}
.list-news .news p.text-gray {
	font-size: 1.1rem;
	line-height: 1.5;
}
.list-news .button {
	width: 70px;
	line-height: 56px;
	font-size: 24px;
	border: 1px solid #ebebeb
}
.list-news .button i {
	font-size: 22px
}
.list-news:hover .button {
	background: var(--thm-color);
	color: #fff;
	border: 1px solid var(--thm-color)
}
.list-news:hover h3 a {
	color: var(--thm-color)
}
.list-news .d-md-block .more_more {
	line-height: 35px;}
.contact-bg {
	background: url("../img/mbg.jpg") top/cover no-repeat;
	padding: 5.5rem 0
}
.contact-bg .font18 {
    width: 72%;
    margin-top: 2.5rem;
}
/* Message Form */
.msgbg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
	display: none;
}
.msg-form {
	position: fixed;
	max-width: 850px;
	height: 510px;
	top: 50%;
	left: 50%;
	width: 90%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000;
	/* height: 80%; */
	overflow-x: auto;
	display: none;
	-webkit-overflow-scrolling: touch;
}
.m-msg-table {
	background: #F4F4F4;
	border-top: 5px solid var(--thm-color);
	padding: 40px 50px 35px;
}
.formtitle {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333;
	padding-right: 60px;
	margin-bottom: 10px;
}
.form-text {
	font-size: 16px;
	color: rgba(47, 47, 47, 0.7);
}
.msg-formtable {
	margin-top: 20px;
	border-top: 1px solid #D2D2D2;
	padding: 18px 0 0;
}
.input-item {
	position: relative;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 10px;
	color: #373737;
}
.name-tit em {
	font-style: normal;
	color: #d91921;
}
.quote-box {
	position: relative;
	background: #fff;
}
.quote-box span {
	position: absolute;
	width: 55px;
	top: 0;
	left: 0;
	height: 100%;
	background: #cacaca;
	text-align: center;
}
.quote-box span img {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.quote-box input, .quote-box textarea, .quote-box select {
	font-size: 16px;
	height: 50px;
	width: 100%;
	padding: 10px 0;
	line-height: 1.4;
}
.quote-box textarea {
	height: 90px;
}
.quote-box select {
	background: url("../img/wicon20.png") right center no-repeat;
}
.sign-text {
	color: rgba(47, 47, 47, 0.7);
    font-size: 16px;
    position: absolute;
    bottom: 55px;
    right: 50px;
}
.sign-text .check-icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: -7px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	border-radius: 50%;
	border: 1px solid #eee;
}
.sign-text.cur .check-icon {
	background: rgba(255, 255, 255, 0.8) url(../img/icon_star.png) 4px 3px no-repeat;
	background-size: 68%;
}
.contact-submit {
	margin-top: 5px;
}
.contact-submit input {
	display: block;
	width: 240px;
	height: 50px;
    line-height: 51px;
	font-size: 16px;
	color: #fff;
	background: var(--thm-color); /* url("../images/titlebg.jpg") center 0 no-repeat */
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.popclose-btn {
	width: 42px;
	height: 42px;
	background: var(--thm-color);
	position: relative;
	display: block;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.popclose-btn:after, .popclose-btn:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 2px;
	left: 8px;
	top: 20px;
	background-color: #FFF;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.popclose-btn:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.request-quote {
	float: right !important;
}
.request-quote h4 {
	height: 58px;
	background: var(--thm-color);
	color: #fff;
	line-height: 58px;
	text-align: center;
	font-size: 18px;
}
.request-quote .request-list {
	margin-top: 7px;
	background: #EEE;
	border-top: 5px solid #DB0F19;
}
.request-quote .request-list .reitem {
	position: relative;
	padding: 15px 40px 15px 50px;
	line-height: 24px;
	border-bottom: 1px solid #F4F4F4;
}
.request-quote .request-list .reitem:before {
	content: "";
	width: 6px;
	height: 6px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #DB0F19;
	display: block;
	position: absolute;
	left: 25px;
	top: 28px;
}
.request-table {
	margin-top: 35px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border-right: 1px solid #D7D7D7;
}
.request-table table {
	min-width: 640px;
	width: 100%;
}
.request-table thead tr {
	background: url("../img/wimg30.jpg") center 0 no-repeat;
	-moz-background-size: 100% 70px;
	-o-background-size: 100% 70px;
	background-size: 100% 70px;
	text-align: center;
}
.request-table thead tr td {
	height: 60px;
	color: #fff;
	font-size: 18px;
}
.request-table tbody tr td {
	border-left: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px 24px;
}
.formtitle {
	font-size: 28px;
	margin-bottom: 20px;
}
.msg-formtable ul li.li1 {
	margin: 0 -20px 18px;
}
.msg-formtable ul li.li2 {
	margin: 0 0 18px;
}
.msg-formtable ul li.li1 .input-item {
	float: left;
	width: 50%;
	padding: 0 20px;
	margin-bottom: 0;
}
.msg-formtable ul li.li3 {
	margin: 18px 0 0;
}
.msg-formtable ul li.li3 .quote-box {
    background: none;
    padding-left: 60px;
}
.msg-formtable ul li.li3 .quote-text {
	width: 10%;
    background: #fff;
    padding-left: 15px;
    margin-right: 15px;
}
.msg-formtable ul li.li3 .quote-box .vdcode {
    text-transform: uppercase;
}
.msg-formtable ul li.li3 .quote-box #validateimg {
    cursor: pointer;
}
.name-tit {
	font-size: 16px;
	margin-bottom: 15px;
}
.quote-box {
	padding-left: 75px;
}
.quote-box span {
	width: 60px;
}
.quote-box input, .quote-box textarea, .quote-box select {
	height: 50px;
}
.quote-box textarea {
	height: 88px;
}
.request-table {
	margin-top: 35px;
}
.request-table thead tr {
	background: url("../img/wimg30.jpg") center 0 no-repeat;
	-moz-background-size: 100% 70px;
	-o-background-size: 100% 70px;
	background-size: 100% 70px;
	text-align: center;
}
.request-table thead tr td {
	height: 70px;
	color: #fff;
	font-size: 24px;
}
.request-table tbody tr td {
	padding: 20px 24px;
}
.msgform {
	height: 600px;
	background: #f8f8f8 url(../img/msgformbg.jpg) no-repeat right;
    border-top: 1px solid #efefef;
}
.msgform .form {
	float: left;
	width: 56%;
	text-align: center;
	display: inline-block;
	padding-top: 35px;
}
.msgform .form .title {
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
}
.msgform .form .title h2 {
	font-size: 40px;
	font-weight: bold;
	color: #464646;
	line-height: 2;
}
.msgform .form .title p {
	font-size: 16px;
	color: #777;
	padding-top: 10px;
}
.msgform .form .box {
	width: 100%;
	margin-top: 20px;
	font-size: 0
}
.msgform .form .box li {
	width: 49%;
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 2%;
}
.msgform .form .box li:nth-child(2n) {
	margin-right: 0;
}
.msgform .form .box li:nth-child(5) {
	margin-left: 0;
	width: 100%
}
.msgform .form .box li:nth-last-child(2) {
    float: left;
    text-align: left;
}
.msgform .form .box li:nth-last-child(2) .vdcode {
    text-transform: uppercase;
	width: 20%;
	margin-right: 10px;
}
.msgform .form .box li:nth-last-child(2) #validateimg {
    cursor: pointer;
	margin-top: -12px;
}
.msgform .form .box li:last-child {
	width: 100%;
    text-align: left;
}
.msgform .form .box li input[type=text] {
	font-size: 17px;
	width: calc(100% - 2px);
	border: 1px solid #ddd;
	background: #fff;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	border-radius: 4px;
}
.msgform .form .box li textarea {
	font-size: 17px;
	background: #fff;
	height: 86px;
	width: calc(100% - 2px);
	padding: 10px;
	border: 1px solid #ddd;
	line-height: 1.5;
	border-radius: 4px;
}
.msgform .form .box li input[type=submit] {
	font-size: 18px;
	height: 50px;
	border: 1px solid var(--thm-color);
	background: var(--thm-color);
	width: 30%;
	text-align: center;
	color: #fff;
	line-height: 50px;
	transform: all 0.3s
}
.msgform .form .box li input[type=submit]:hover {
	background: var(--thm-color);
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.msgform .msginfo {
	width: 36%;
	display: inline-block;
	margin-right: 4%;
	margin-top: 10px;
}
.msgform .msginfo .tit {
	font-size: 32px;
	font-weight: bold;
	color: #3d3d3d;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.msgform .msginfo .con {
	font-size: 16px;
	line-height: 1.8;
	color: #3d3d3d;
}
.msgform .msginfo .con p:first-child {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.msgform .msginfo .con p {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	padding-bottom: 15px;
}

@media only screen and (max-width:1600px) {
	.item-img {
		width: 75%
	}
	.item-img div.zhuti {
		margin-right: 0;
		padding-top: 100px;
		padding-left: 180px;
		text-align: left
	}
	.item-img div.dizuo {
		right: 100px;
		top: 80px
	}
}
@media only screen and (max-width:1200px) {
	.item-img div.dizuo {
		max-width: 50%;
		right: 0
	}
	.item-img div.zhuti {
		max-width: 50%;
		margin-right: 50px;
		padding-top: 50px
	}
}
@media only screen and (max-width:992px) {
	.item-img {
		display: none
	}
	.item-img img {
		width: auto;
		height: 100%
	}
	.show_detail {
		padding-bottom: 80px
	}
	.show_detail .right {
		padding-left: 15px
	}
}
@media (max-width:768px) {
	.item-img {
		display: none
	}
	.text .link .btn {
		width: 120px;
		height: 30px;
		font-size: 14px;
		padding: 0
	}
	.app-box-img img {
		height: 260px
	}
	.zd_erha .aat_list {
		display: none
	}
	.p150 {
		padding: 4rem 0
	}
	.index_three .bgg div p {
		display: none
	}
	.show_detail {
		padding: 30px 0
	}
	.show_detail .right {
		display: none
	}
	.show_detail .left {
		padding-right: 15px
	}
	.show_detail .left > div {
		padding-bottom: 30px
	}
	.show_detail .left .shangxia {
		margin-top: 30px
	}
	.show_detail .left .shangxia .tr {
		text-align: left
	}
	.show_detail .name {
		font-size: 20px;
		line-height: 1.3;
		margin-bottom: 1.1rem;
		padding-bottom: 1rem !important;
	}
	.show_detail .left .shangxia_p {
		margin-top: 0
	}
	.show_detail .left .shangxia .right2 .flex2 p {
		order: 0
	}
	.show_detail .left .shangxia .right2 .flex2 p .phone_show_767 {
		display: inline
	}
	.show_detail .left .shangxia .tr .flex2 {
		justify-content: flex-start
	}
	.show_detail .left .prod {
	    font-size: 1.5rem;
	    line-height: 2;
	    padding: 0 0 .8rem;
	    margin-bottom: 1.2rem;
	}
	.show_detail .left .data {
	    padding-bottom: 6px;
	    margin-bottom: 15px;
	}
	.show_detail .left .desc {
		margin-bottom: 20px
	}
	.show_detail .text p {
        margin-bottom: .0;
    }
    .show_detail .left .text table {
        margin: 15px 0;
    }
    .msg-form {
		width: 99%;
		height: auto;
		padding: 20px;
	}
	.m-msg-table {
		border-top: 4px solid #0078be;
	}
	.popclose-btn {
		width: 28px;
		height: 28px;
		right: 20px;
		top: 15px;
	}
	.popclose-btn:after, .popclose-btn:before {
		width: 22px;
		left: 3px;
		top: 13px;
	}
	.formtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.form-text {
		font-size: 15px;
		line-height: 1.5;
	}
	.msg-formtable ul li:last-child {
		padding-top: 5px;
	}
	.msg-formtable ul li.sgitem {
		margin: 0 -20px;
	}
	.msg-formtable ul li.sgitem .input-item, .msg-formtable ul li.li1 .input-item {
		width: 100%;
		padding: 5px 20px;
		margin-bottom: 5px;
	}
	.msg-formtable ul li.li1 {
	    margin: 0 -20px;
	}
	.quote-box {
		padding-left: 64px;
	}
	.quote-box input, .quote-box select {
	    width: 100%;
		height: 46px;
	}
	.quote-box input, .quote-box textarea, .quote-box select {
		font-size: 15px;
		line-height: 1.5;
	}
	.quote-box span {
		width: 50px;
	}
	.quote-box span img {
		width: 50%;
	}
	.sign-text {
		font-size: 15px;
		padding-top: 15px;
	}
	.contact-submit {
		margin-top: 15px;
	}
	.contact-submit input {
		font-size: 15px;
		width: 180px;
		height: 42px;
		line-height: 42px;
	}
	.credit {
		position: relative;
		line-height: 1.5;
		margin-top: 9rem;
	}
	.social a.message {
		font-size: 13px;
	}
	.intro-right {
		display: none;
	}
}
@media only screen and (min-width:200px) and (max-width:750px) {
	.pagelist {
		margin-top: 20px
	}
	.pagelist .current {
		padding: 4px 5px
	}
	.pagelist .page-num {
		padding: 4px 10px;
		margin-left: 5px
	}
	.pagelist .first {
		padding: 4px 10px;
		margin-right: 0
	}
	.pagelist .next, .pagelist .prev {
		padding: 2px 10px;
		margin-left: 0
	}
	.rows {
		padding: 4px 5px
	}
	.pagelist .end {
		padding: 4px 15px;
		margin-left: 0px
	}
	.pagelist .page-num-current {
		background: #eee
	}
}