a {
	color: inherit
}
a:hover {
	color: #3b76bc
}
.main {
	width: 1440px;
	margin: 0 auto;
	max-width: 100%;
	position: relative
}
.main::after {
	content: "";
	display: block;
	clear: both
}
.nav_btn {
	display: none
}
.header_out {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(255,255,255,0.1)
}
.index_header {
	position: absolute;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #fff;
background:rgba(255, 255, 255, 0.5);
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#AFFFFFFF,endColorStr=#AFFFFFFF); 

}
.index_header .head .nav li>a {
	color: #1f1f1f;
}
/*.index_header .search {
	border-color: #fff
}*/
.index_header .search input::-webkit-input-placeholder {
color:#000;
}
.index_header .search input {
	color: #fff
}
.index_header .search .btn {
/*	background-image: url(../img/search_w.png)*/
	
		display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: #000;
	border: none;
	cursor: pointer;
	background: url(../img/search.png) no-repeat center;
	text-indent: -999px
}
.head {
	height: 80px
}
.head .logo {
	display: block;
	float: left;
	margin-top: 23px
}
.head .logo img {
	display: block
}
.head .nav {
	float: right
}
.head .nav li {
	float: left;
	margin-left: 40px
}
.head .nav li:nth-child(1) {
	margin-left: 0
}
.head .nav li>a {
	line-height: 80px;
	font-size: 18px;
	color: #1f1f1f;
	display: block;
	transition: all 0.3s;
	position: relative;
	font-weight: lighter
}
.head .nav li>a::after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	height: 2px;
	background: #119fb3;
	left: 0;
	opacity: 0;
	bottom: 50%;
	transition: all 0.3s
}
.head .nav li.sub_li {
	position: relative
}
.head .nav li .sub {
	position: absolute;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	opacity: 0;
	top: 0%;
	background: #f4f4f4;
	box-shadow: 0px 1px 1px 0.26px rgba(0,0,0,0.15);
	transition: all 0.3s;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 70px
}
.head .nav li .sub_nor {
	width: auto;
	min-width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}
.head .nav li .sub_nor a {
	font-size: 15px;
	padding: 5px 35px;
	display: block;
	white-space: nowrap;
	transition: all 0.3s
}
.head .nav li .sub_nor a:hover {
	background: #119fb3;
	color: #fff
}
.head .nav li .sub_a {
	line-height: 30px;
	padding-right: 33px;
	width: 24%;
	float: left;
	border-right: 1px solid #d2d2d2
}
.head .nav li .sub_a dd {
	padding: 0 50px 0 36px;
	font-size: 16px;
	transition: all 0.3s;
	position: relative;
	border-bottom: 1px solid #d2d2d2
}
.head .nav li .sub_a dd a {
	color: #333;
	transition: all 0.3s;
	display: block;
	padding: 15px 0
}
.head .nav li .sub_a dd.on {
	background: #119fb3
}
.head .nav li .sub_a dd.on::after {
	content: ">";
	display: block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	line-height: 60px;
	right: 18px;
	top: 0
}
.head .nav li .sub_a dd.on a {
	color: #fff
}
.head .nav li .sub_b {
	width: 76%;
	float: left
}
.head .nav li .sub_b .box {
	display: none
}
.head .nav li .sub_b .box:nth-child(1) {
	display: block
}
.head .nav li .sub_b dl {
	width: 34%;
	float: left;
	padding-left: 35px;
	padding-right: 35px
}
.head .nav li .sub_b dd {
	padding: 0 50px 0 36px;
	font-size: 16px;
	transition: all 0.3s;
	position: relative;
	border-bottom: 1px solid #d2d2d2;
	line-height: 30px
}
.head .nav li .sub_b dd a {
	color: #333;
	transition: all 0.3s;
	display: block;
	padding: 15px 0
}
.head .nav li .sub_b dd.on {
	background: #119fb3
}
.head .nav li .sub_b dd.on::after {
	content: ">";
	display: block;
	color: #fff;
	font-size: 18px;
	position: absolute;
	line-height: 60px;
	right: 18px;
	top: 0
}
.head .nav li .sub_b dd.on a {
	color: #fff
}
.head .nav li .sub_b .imgbox {
	max-width: 66%;
	float:left;
	text-align: center;
	padding-top: 30px
}
.head .nav li .sub_b .imgbox .item {
	display: none
}
.head .nav li .sub_b .imgbox .item:nth-child(1) {
	display: block
}
.head .nav li .sub_b .imgbox img {
	display: block;
	max-width: 100%
}
@keyframes moveup {
from {
top:110%
}
to {
	opacity: 1;
	top: 100%
}
}
.nav_logo {
	display: block;
	float: right;

	margin-top: 24px;
	margin-left: 30px
}
.nav_logo img {
	display: block
}
.nav_logo.on {
	position: relative
}
.nav_logo.on::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #119fb3;
	position: absolute;
	left: 0;
	bottom: -24px
}
.search {
	float: right;
	width: 148px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #626262;
	margin-top: 26px;
	overflow: hidden;
	margin-left: 65px;
	position: relative
}
.search .keyword {
	display: block;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 14px;
	padding: 0 15px
}
.search .btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 100%;
	background: #000;
	border: none;
	cursor: pointer;
	background: url(../img/search.png) no-repeat center;
	text-indent: -999px
}
.sub_banner {
	position: relative
}
.sub_banner img {
	display: block;
	width: 100%
}
.sub_banner .sub_bg {
	display: block;
	width: 100%
}

.sub_banner .sub_bg2 {
	display: none;
}
.sub_banner .main {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%)
}
.sub_banner .main p {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: right;
	padding-right: 146px;
	font-size: 36px;
	color: #fefefe
}
.product_container {
	margin-bottom: 115px;
	margin-top: 120px
}
.product_lin {
	margin-bottom: 115px;
	margin-top: 5px;
	text-align:center;}

.product_container .product_left {
	width: 290px;
	float: left
}
.product_container .product_left .pro_left_nav li {
	border-bottom: 1px solid #dcdcdc;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px
}
.product_container .product_left .pro_left_nav li p {
	line-height: 35px;
	font-size: 16px;
	color: #2f2f2f;
	font-weight: lighter;
	cursor: pointer;
	position: relative
}
.product_container .product_left .pro_left_nav li p::after {
	content: "";
	display: block;
	width: 11px;
	height: 7px;
	background: url(../img/arrow.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3.5px
}
.product_container .product_left .pro_left_nav li.on p {
	color: #119fb3
}
.product_container .product_left .pro_left_nav li.on p::after {
	transform: rotate(180deg)
}
.product_container .product_left .pro_left_nav li.on .item_box {
	display:block;
}
.product_container .product_left .pro_left_nav li .item_box {
	display: none
}
.product_container .product_left .pro_left_nav li .item_box a {
	display: block;
	font-size: 14px;
	color: #787878;
	font-weight: lighter;
	line-height: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-left: 36px;
	transition: all 0.3s
}
.product_container .product_left .pro_left_nav li .item_box a::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	transition: all 0.3s
}
.product_container .product_left .pro_left_nav li .item_box a:hover {
	color: #119fb3
}
.product_container .product_left .pro_left_nav li .item_box a:hover::after {
	background: #119fb3;
	border-color: #119fb3
}
.product_container .product_left .product_hot {
	margin-top: 80px
}
.product_container .product_left .product_hot .tt {
	font-size: 16px;
	color: #2f2f2f;
	font-weight: lighter;
	margin-bottom: 20px
}
.product_container .product_left .product_hot .type_a {
	overflow: hidden
}
.product_container .product_left .product_hot .type_a a {
	display: block;
	float: left;
	width: 30%;
	float: left;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 32px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	color: #787878;
	font-weight: lighter;
	margin-bottom: 12px;
	margin-right: 5%;
	transition: all 0.3s
}
.product_container .product_left .product_hot .type_a a:hover {
	background: #119fb3;
	color: #fff
}
.product_container .product_left .product_hot .type_a a:nth-child(3n) {
	margin-right: 0
}
.product_container .product_left .product_hot .type_b {
	margin-top: 25px
}
.product_container .product_left .product_hot .type_b li {
	margin-bottom: 15px
}
.product_container .product_left .product_hot .type_b li a {
	display: block;
	position: relative
}
.product_container .product_left .product_hot .type_b li a img {
	display: block;
	width: 100%
}
.product_container .product_left .product_hot .type_b li a .txt {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff
}
.product_container .product_left .product_hot .type_b li a .txt p {
	font-size: 16px;
	font-weight: lighter;
	color: #ffffff
}
.product_container .product_left .product_hot .type_b li a .txt span {
	display: block;
	font-size: 13px;
	color: #cacaca;
	font-weight: lighter;
	margin-top: 22px;
	transition: all 0.3s
}
.product_container .product_left .product_hot .type_b li a:hover .txt span {
	margin-top: 30px
}
.product_container .product_right {
	float: right;
	width: calc(100% - 370px)
}
.product_container .product_right .tt {
	font-size: 30px;
	color: #2f2f2f;
	margin-bottom: 45px
}
.product_container .product_right .product_list {
	overflow: hidden;
	margin: 0 -14px;
	padding-bottom: 40px;
	border-bottom: 1px solid #bfbfbf
}
.product_container .product_right .product_list li {
	width: 33.3333%;
	float: left;
	padding: 0 14px;
	margin-bottom: 60px
}
.product_container .product_right .product_list li a {
	display: block;
	border: 1px solid transparent;
	transition: all 0.3s;
	padding-bottom: 26px
}
.product_container .product_right .product_list li a:hover {
	border-color: #bfbfbf
}
.product_container .product_right .product_list li a:hover .img .type {
	bottom: 0
}
.product_container .product_right .product_list li a:hover .txt .bottom i {
	background: #119fb3
}
.product_container .product_right .product_list li .img {
	position: relative;
	overflow: hidden
}
.product_container .product_right .product_list li .img img {
	display: block;
	width: 100%
}
.product_container .product_right .product_list li .img .type {
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
	line-height: 38px;
	font-size: 16px;
	color: #272727;
	font-weight: lighter;
	bottom: -38px;
	transition: all 0.3s;
	padding-left: 21px
}
.product_container .product_right .product_list li .txt {
	padding-top: 20px;
	padding-left: 18px;
	padding-right: 18px
}
.product_container .product_right .product_list li .txt p {
	font-size: 20px;
	color: #020202
}
.product_container .product_right .product_list li .txt .bottom {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 8px
}
.product_container .product_right .product_list li .txt .bottom em {
	display: block;
	float: right;
	height: 24px;
	width: 21px;
	background: url(../img/cart.png) no-repeat center
}
.product_container .product_right .product_list li .txt .bottom i {
	display: block;
	float: right;
	font-style: normal;
	width: 73px;
	color: #fff;
	font-size: 12px;
	font-weight: lighter;
	background: #1d1d1d;
	text-align: center;
	transition: all 0.3s;
	border-radius: 12px;
	margin-left: 15px
}
.product_container .product_right .product_list li .txt .bottom span {
	display: block;
	float: left;
	width: calc(100% - 110px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #949494;
	font-weight: lighter
}
footer {
	background: #4a4a4a;
	padding-top: 75px;
	padding-bottom: 45px
}
footer .left {
	float: left
}
footer .left .f_logo {
	display: block
}
footer .left select {
	margin-top: 220px;
	margin-bottom: 40px;
	width: 153px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #ffffff;
	background: url(../img/arrow_2.png) no-repeat right 15px center;
	color: #fff;
	font-size: 14px;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 30px
}
footer .left select option {
	background: #000
}
footer .left .tel {
	line-height: 19px;
	margin-bottom: 50px;
	overflow: hidden
}
footer .left .tel img {
	display: block;
	float: left
}
footer .left .tel p {
	float: left;
	font-size: 19px;
	color: #fff;
	margin-left: 18px
}
footer .left .copyright {
	font-size: 12px;
	color: #fff;
	line-height: 18px
}
footer .right {
	float: right
}
footer .right .f_nav {
	position: relative;
	padding-left: 10px;
	margin-bottom: 55px
}
footer .right .f_nav::before {
	content: "";
	width: 100vw;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0
}
footer .right .f_nav span {
	width: 100vw;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 80px
}
footer .right li {
	float: left;
	margin-right: 45px
}
footer .right li:last-child {
	margin-right: 0
}
footer .right li .tt {
	line-height: 78px;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 25px
}
footer .right li p {
	font-size: 12px;
	line-height: 30px;
	color: #b1b1b1
}
footer .right li p a:hover {
	color: #fff
}
footer .right .code_box {
	overflow: hidden
}
footer .right .code_box .code {
	float: right
}
footer .right .code_box .code img {
	display: block
}
footer .right .code_box .three_p {
	float: right;
	margin-top: 61px
}
footer .right .code_box .three_p a {
	display: block;
	float: left;
	margin-right: 19px;
	opacity: 0.8
}
footer .right .code_box .three_p a:hover {
	opacity: 1
}
footer .right .code_box .three_p a img {
	display: block
}
.web_position_bar {
	padding-top: 15px;
	line-height: 120px;
	border-bottom: 1px solid #7d7d7d;
	transition: all 0.3s
}
.web_position_bar.fix {
	padding-top: 25px;
	padding-bottom: 25px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff
}
.web_position_bar.fix .web_sub a {
	line-height: 1
}
.web_position_bar.fix .position {
	display: none
}
.web_position_bar .web_sub {
	float: left
}
.web_position_bar .web_sub a {
	display: block;
	transition: all 0.3s;
	float: left;
	transition: all 0.3s;
	font-size: 16px;
	color: #1e1e1e;
	margin-left: 45px
}
.web_position_bar .web_sub a:nth-child(1) {
	margin-left: 0
}
.web_position_bar .web_sub a.on, .web_position_bar .web_sub a.active, .web_position_bar .web_sub a:hover {
	color: #119fb3
}
.web_position_bar .position {
	float: right
}
.web_position_bar .position li {
	float: left;
	font-size: 14px;
	padding-right: 27px;
	padding-left: 21px;
	position: relative
}
.web_position_bar .position li::after {
	content: "";
	display: block;
	width: 5px;
	height: 9px;
	background: url(../img/parrow.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4.5px
}
.web_position_bar .position li:nth-child(1) {
	padding-left: 0
}
.web_position_bar .position li:last-child {
	padding-right: 0
}
.web_position_bar .position li:last-child::after {
	display: none
}
.web_position_bar .position li a {
	color: #1e1e1e;
	transition: all 0.3s
}
.web_position_bar .position li a:hover {
	color: #119fb3
}
.about_box {
	padding-top: 100px
}
.about_box .about_title {
	position: relative;
	margin-bottom: 55px
}
.about_box .about_title span {
	display: block;
	font-size: 24px;
	color: #000000
}
.about_box .about_title h3 {
	color: #000000;
	font-size: 50px;
	font-weight: lighter;
	margin-top: 9px;
	margin-bottom: 43px
}
.about_box .about_title p {
	width: 460px;
	max-width: 100%;
	font-size: 14px;
	color: #222222;
	line-height: 26px
}
.about_box .about_title em {
	display: block;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	color: #151515
}
.about_box .about_title em::after {
	content: "";
	display: block;
	width: 98px;
	height: 1px;
	background: #d4d4d4;
	top: 50%;
	margin-top: -1px;
	right: 30px;
	position: absolute
}
.about_a .inbox {
	background: #000000;
	position: relative
}
.about_a .numbox {
	float: right;
	width: 45%
}
.about_a .imgbox {
	position: absolute;
	height: 100%;
	width: 53%;
	left: 0;
	top: 0
}
.about_a .imgbox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.about_a .numbox {
	padding-left: 100px;
	color: #fff;
	background: #000
}
.about_a .numbox ul {
	overflow: hidden
}
.about_a .numbox ul li {
	width: 33.333333333333%;
	float: left;
	text-align: center;
	padding-top: 105px
}
.about_a .numbox ul li span {
	display: block;
	line-height: 1;
	font-size: 54px;
	font-weight: bold
}
.about_a .numbox ul li p {
	font-size: 13px;
	margin-top: 20px
}
.about_a .numbox ul li:nth-child(1) .kbox {
	float: left
}
.about_a .numbox ul li:nth-child(2) .kbox {
	margin: 0 auto
}
.about_a .numbox ul li:nth-child(3) .kbox {
	float: right
}
.about_a .numbox .des {
	font-size: 14px;
	font-weight: lighter;
	line-height: 26px;
	margin-top: 88px;
	padding-bottom: 100px
}
.kong_title {
	font-size: 85px;
	font-weight: bold;
	position: absolute;
	z-index: 10;
	line-height: 1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50.1%, transparent));
	background-image: linear-gradient(180deg, #fff 0%, #fff 50%, transparent 50.1%);
	background-position: 100% 0%;
	background-size: 100% 0%
}
.kong_title span {
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 0.005em;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-repeat: no-repeat;
	-webkit-transition: background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98);
	transition: background-size 0.5s cubic-bezier(0.67, 0.01, 0.15, 0.98)
}
.about_b {
	position: relative
}
.about_b .inbox {
	background: #119fb3;
	color: #fff;
	position: relative
}
.about_b .kong_title {
	top: 90px;
	left: 7.2%
}
.about_b .imgbox {
	position: absolute;
	height: 100%;
	width: 27.5%;
	left: 0;
	top: 0
}
.about_b .imgbox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.about_b .des {
	float: right;
	width: 80%;
	padding-left: 280px;
	font-size: 14px;
	position: relative;
	z-index: 5;
	line-height: 26px;
	padding-top: 230px;
	padding-bottom: 150px
}
.about_b .des p {
	width: 512px;
	max-width: 100%
}
.about_b .person {
	position: absolute;
	right: -11.5%;
	bottom: 0;
	width: 59%
}
.about_c .inbox {
	background: url(../img/about_c.jpg) no-repeat center/cover;
	position: relative
}
.about_c .inbox .des {
	width: 514px;
	max-width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	padding-top: 105px;
	padding-bottom: 428px
}
.about_c .inbox .kong_title {
	right: 0;
	bottom: 85px
}
.about_d .about_title p {
	width: 840px
}
.about_d .inbox {
	background: url(../img/about_d.jpg) no-repeat center/cover;
	padding-top: 74px;
	padding-bottom: 85px;
	color: #fff
}
.about_d .tag_btn {
	overflow: hidden
}
.about_d .tag_btn a {
	display: block;
	color: #908f8f;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
	float: left;
	margin-right: 55px
}
.about_d .tag_btn a.on {
	border-color: #fff;
	color: #fff
}
.about_d .swiper_box {
	position: relative;
	margin-top: 75px
}
.about_d .swiper_box::before {
	content: "";
	display: block;
	width: 200vw;
	height: 1px;
	background: #bff7ff;
	opacity: 0.3;
	position: absolute;
	top: 8.5px;
	left: 50%;
	margin-left: -100vw
}
.about_d .swiper_box .box {
	width: 88%;
	margin: 0 auto;
	display: none
}
.about_d .swiper_box .box:nth-child(1) {
	display: block
}
.about_d .swiper_box .box .swiper-scrollbar {
	width: 100%;
	position: relative;
	height: 11px;
	margin-top: 65px
}
.about_d .swiper_box .box .swiper-scrollbar::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	margin-top: -1.5px;
	background: rgba(191,247,255,0.3);
	position: absolute;
	left: 0;
	top: 50%
}
.about_d .swiper_box .box .swiper-scrollbar-drag {
	background: none;
	z-index: 5
}
.about_d .swiper_box .box .swiper-scrollbar-drag::after {
	content: "";
	display: block;
	width: 200px;
	max-width: 100%;
	height: 100%;
	margin: 0 auto;
	background: #119fb3;
	border-radius: 6px
}
.about_d .swiper_box .swiper-container {
	padding-top: 9px
}
.about_d .swiper_box .swiper-slide {
	padding-top: 70px;
	position: relative
}
.about_d .swiper_box .swiper-slide img {
	display: block;
	width: 100%
}
.about_d .swiper_box .swiper-slide span {
	display: block;
	font-size: 20px;
	font-weight: lighter;
	margin-top: 30px
}
.about_d .swiper_box .swiper-slide p {
	font-size: 14px;
	margin-top: 8px
}
.about_d .swiper_box .swiper-slide .bar {
	width: 18px;
	height: 65px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -9px
}
.about_d .swiper_box .swiper-slide .bar::before {
	content: "";
	display: block;
	width: 1px;
	height: 55px;
	top: 9px;
	left: 50%;
	margin-left: -0.5px;
	position: absolute;
	background: rgba(191,247,255,0.3)
}
.about_d .swiper_box .swiper-slide .bar i {
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	position: absolute;
	background: rgba(191,247,255,0.3);
	top: -9px;
	left: 0;
	border-radius: 50%
}
.about_d .swiper_box .swiper-slide .bar i::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	background: rgba(191,247,255,0.9)
}
.about_e .about_title p {
	width: 841px
}
.about_e .inbox {
	padding-top: 80px;
	padding-bottom: 90px;
	background: url(../img/about_e.jpg) no-repeat center/cover
}
.about_e .tag_btn {
	overflow: hidden
}
.about_e .tag_btn a {
	display: block;
	color: #908f8f;
	font-size: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
	float: left;
	margin-right: 55px
}
.about_e .tag_btn a.on {
	border-color: #fff;
	color: #fff
}
.about_e .swiper_box {
	margin-top: 30px
}
.about_e .swiper_box .box {
	display: none
}
.about_e .swiper_box .box:nth-child(1) {
	display: block
}
.about_e .swiper_box .img {
	position: relative
}
.about_e .swiper_box .img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	transition: all 0.3s;
	opacity: 0.4;
	position: absolute;
	background: #000
}
.about_e .swiper_box .swiper-slide {
	width: 248px;
	position: relative
}
.about_e .swiper_box .swiper-slide p {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: lighter;
	line-height: 1;
	bottom: -55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 35px;
	opacity: 0;
	transition: all 0.6s
}
.about_e .swiper_box .swiper-slide-active p {
	opacity: 1
}
.about_e .swiper_box .swiper-slide-active .img::after {
	opacity: 0
}
.about_e .swiper_box img {
	display: block;
	width: 100%
}
.about_e .pabox {
	position: relative;
	width: 100%;
	height: 50px;
	width: 322px;
	margin: 0 auto;
	margin-top: 50px
}
.about_e .pabox::before {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #bff7ff;
	opacity: 0.3;
	position: absolute;
	right: 100%;
	bottom: 0
}
.about_e .pabox::after {
	content: "";
	display: block;
	width: 100vw;
	height: 1px;
	background: #bff7ff;
	opacity: 0.3;
	position: absolute;
	left: 100%;
	bottom: 0
}
.about_e .swiper-button-next, .about_e .swiper-button-prev {
	width: 90px;
	height: 21px;
	transition: all 0.3s;
	border-radius: 0;
	margin-top: 0;
	background-size: 100% auto;
	top: auto;
	bottom: 0
}
.about_e .swiper-button-prev {
	background-image: url(../img/na_1.png);
	left: 50px
}
.about_e .swiper-button-prev:hover {
	background-image: url(../img/na_1_a.png)
}
.about_e .swiper-button-next {
	background: url(../img/na_2.png);
	right: 50px
}
.about_e .swiper-button-next:hover {
	background-image: url(../img/na_2_a.png)
}
.about_f {
	margin-bottom: 85px
}
.about_f .inbox {
	padding-top: 85px;
	padding-bottom: 35px;
	background: url(../img/about_f.jpg) no-repeat center/cover
}
.about_f .inbox .tt {
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
	margin-bottom: 40px
}
.about_f .inbox ul {
	margin: 0 -12px 75px;
	overflow: hidden
}
.about_f .inbox ul li {
	width: 12.5%;
	float: left;
	padding: 0 12px;
	margin-bottom: 15px
}
.about_f .inbox ul li img {
	display: block;
	width: 100%
}
.ser_title {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 65px
}
.ser_title h3 {
	font-size: 36px;
	color: #0d0d0d;
	line-height: 1
}
.ser_title p {
	font-size: 14px;
	color: #5f5f5f;
	font-weight: lighter;
	margin-top: 25px;
	line-height: 2
}

.ser_list {
	text-align: center;
	margin:0 auto;
	margin-top: 80px;
	margin-bottom: 65px;
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border-radius: 19px;
	text-align: center;
     background: #119fb3;
	font-size: 18px;
	color:#FFFFFF;
}

.service_a {
	background: #ecedf1;
	padding-bottom: 92px
}
.service_a .list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -18px
}
.service_a .list li {
	width: 25%;
	padding: 0 18px
}
.service_a .list .in {
	height: 100%;
	background: #fff;
	padding-top: 45px;
	padding-bottom: 50px
}
.service_a .list img {
	display: block;
	margin: 0 auto 15px
}
.service_a .list p {
	text-align: center;
	font-size: 18px;
	color: #0d0d0d;
	font-weight: lighter;
	margin-bottom: 20px
}
.service_a .list .des {
	/*width: 220px;*/
	margin: 0 auto;
	max-width: 95%;
	text-align: justify;
	font-size: 12px;
	font-weight: lighter;
	line-height: 25px
}
.service_b {
	position: relative;
	overflow: hidden
}
.service_b .tagbox {
	position: absolute;
	right: 50%;
	top: 110px;
	width: 190px;
	z-index: 10
}
.service_b .tagbox a {
	line-height: 1;
	transition: all 0.3s;
	padding-bottom: 9px;
	border-bottom: 1px solid transparent;
	display: block;
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
	margin-bottom: 20px
}
.service_b .tagbox a.on {
	color: #119fb3;
	border-color: #119fb3
}
.service_b .imgbox {
	width: 50%;
	float: right
}
.service_b .imgbox li {
	width: 50%;
	height: 375px;
	float: left;
	position: relative
}
.service_b .imgbox li::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
	position: absolute;
	transition: all 0.3s
}
.service_b .imgbox li.on::after {
	opacity: 0
}
.service_b .imgbox li:nth-child(1) {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0
}
.service_b .imgbox li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.service_c {
	margin-bottom: 130px
}
.service_c ul {
	overflow: hidden;
	margin: 0 -25px
}
.service_c ul li {
	padding: 0 25px;
	width: 33.33333333333%;
	float: left
}
.service_c ul .in {
	position: relative
}
.service_c ul .in::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	transition: all 0.3s
}
.service_c ul .in:hover::after {
	background: #119fb3
}
.service_c ul .in>img {
	display: block;
	width: 100%
}
.service_c ul .in .box {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 95px
}
.service_c ul .in .box img {
	display: block;
	margin: 0 auto 20px
}
.service_c ul .in .box p {
	font-size: 34px;
	font-weight: lighter;
	color: #fff
}
.service_c ul .in .box span {
	display: block;
	margin: 35px auto 0;
	width: 355px;
	max-width: 96%;
	color: #fff;
	font-size: 14px;
	line-height: 24px
}
.jiameng_a .list {
	margin-right: -11px;
	margin-left: -11px
}
.jiameng_a .list li {
	padding: 0 11px
}
.jiameng_a .list .in {
	padding: 23px 23px 40px
}
.jiameng_a .list .in img {
	width: 100%
}
.jiameng_a .list .in .des {
	text-align: left;
	font-size:14px;
}
.jiameng_b {
	overflow: hidden;
	position: relative
}
.jiameng_b .imgbox {
	width: 50%;
	float: left
}
.jiameng_b .imgbox img {
	display: block;
	width: 100%
}
.jiameng_b .main {
	position: absolute;
	z-index: 10;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: 30%

}
.jiameng_b .box {
	width: 600px;
	max-width: 100%
}
.jiameng_b .tt {
	font-size: 34px;
	color: #fff;
	line-height: 1;
	margin-bottom: 70px;
	text-align: center
}
.jiameng_b .list {
	overflow: hidden
}
.jiameng_b .list span {
	display: block;
	width: 33.333333%;
	float: left;
	padding: 0 12px;
	margin-bottom: 26px
}
.jiameng_b .list span:nth-child(2n) em {
	background: #119fb3;
	color: #fff
}
.jiameng_b .list em {
	display: block;
	width: 100%;
	line-height: 38px;
	border-radius: 19px;
	text-align: center;
	background: #fff;
	font-size: 18px;
	color: #000000
}
.jiameng_c .inbox {
	background: url(../img/jm_c_bg.jpg) no-repeat center/cover;
	padding: 80px 0
}
.jiameng_c .op_box {
    position: relative;
    float: right;
    width: 26%;
    margin-top: 80px;
}
.jiameng_c .op_box .swiper-button-next, .jiameng_c .op_box .swiper-button-prev {
	width: 90px;
	height: 21px;
	transition: all 0.3s;
	border-radius: 0;
	margin-top: 0;
	background-size: 100% auto;
	top: auto;
	bottom: 0
}
.jiameng_c .op_box .swiper-button-prev {
	background-image: url(../img/na_1.png);
	left: 50px
}
.jiameng_c .op_box .swiper-button-prev:hover {
	background-image: url(../img/na_pr.png)
}
.jiameng_c .op_box .swiper-button-next {
	background: url(../img/na_2.png);
	right: 50px
}
.jiameng_c .op_box .swiper-button-next:hover {
	background-image: url(../img/na_ne.png)
}
.jiameng_c .swiper-slide {
	overflow: hidden
}
.jiameng_c img {
	display: block;
	width: 100%
}
.jiameng_c .img_a {
	float: left;
	width: 68%
}
.jiameng_c .img_b {
	float: right;
	width: 26%
}
.jiameng_c .img_b img.on {
	border:2px solid #119fb3;
}
.jiameng_d {
	padding-bottom: 85px
}
.jiameng_d .imgbox img {
	display: block;
	width: 100%
}
.jiameng_e {
	margin-bottom: 85px;
	background: url(../img/jiameng_d_bg.jpg) no-repeat center/cover;
	padding-bottom: 115px
}
.jiameng_e form {
	width: 722px;
	float: right;
	max-width: 100%
}
.jiameng_e .ser_title h3, .jiameng_e .ser_title p {
	color: #fff
}
.jiameng_e .row_box {
	overflow: hidden
}
.jiameng_e .row_box .row {
	float: left;
	width: 48%;
	height: 60px;
	margin-bottom: 25px
}
.jiameng_e .row_box .row input {
	width: 100%;
	height: 100%;
	background: #06576f;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: lighter;
	padding: 0 27px
}
.jiameng_e .row_box .row img {
	display: block;
	height: 100%
}
.jiameng_e .row_box .row input::-webkit-input-placeholder {
color:#fff
}
.jiameng_e .row_box .row:nth-child(2), .jiameng_e .row_box .row:last-child {
	float: right
}
.jiameng_e .city-picker-select {
	width: 100%;
	float: left;
	height: 60px;
	margin-bottom: 25px
}
.jiameng_e .city-picker-select select {
	width: 100%;
	height: 100%;
	background: #06576f;
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	width: 48%;
	float: left;
	border: none;
	padding: 0 27px
}
.jiameng_e .city-picker-select select:nth-child(2) {
	float: right
}
.jiameng_e .sub_btn {
	width: 190px;
	height: 60px;
	background: #119fb3;
	color: #fff;
	border: none;
	margin: 60px auto 0;
	display: block;
	cursor: pointer
}
.news_list {
	padding-top: 10px;
	background: #fff;
	padding-bottom: 10px
}

.news_list li {
    float:left;
	padding-top: 15px;
	padding-bottom: 15px;
	margin:1%;
	width: 31.333%;
	 
	max-width: 100%;
	border-bottom: 1px solid #959595;
}
.news_list a {
	display: block;
	position: relative;
	overflow: hidden
}
.news_list a:hover .txt h3 {
	color: #119fb3
}
.news_list a:hover .txt em {
	background: #119fb3
}
.news_list a:hover .txt .more {
	color: #119fb3;
	background-image: url(../img/more_b.png)
}
.news_list .imgbox {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.news_list .imgbox img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover
}
.news_list .txt {
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 20px
}
.news_list .txt span {
	display: block;
	line-height: 1;
	font-size: 12px;
	color: #8e8e8e
}
.news_list .txt h3 {
	font-size: 16px;
	color: #000000;
	transition: all 0.3s;
	line-height: 25px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 30px;
	margin-top: 10px
}
.news_list .txt em {
	display: block;
	width: 42px;
	height: 5px;
	background: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all 0.3s
}
.news_list .txt .des {
	font-size: 14px;
	color: #454545;
	font-weight: lighter;
	line-height: 22px;
	height: 70px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	margin-bottom: 10px
}
.news_list .txt .more {
	display: block;
	width: 108px;
	line-height: 19px;
	text-transform: uppercase;
	font-size: 14px;
	color: #000000;
	background: url(../img/more_a.png) no-repeat right center;
	transition: all 0.3s
}

.news_content{
	padding: 35px;
	background: #fff;
	padding-bottom: 70px
}

.page_out {
	width: 100%;
	background: #fff;
	padding-bottom: 108px;
	padding-top: 50px
}
.page_info {
	font-size: 0;
	text-align: center
}
.page_info a {
	display: inline-block;
	position: relative;
	margin: 0 25px
}
.page_info a:hover .nor {
	opacity: 0
}
.page_info a:hover .on_img {
	opacity: 1
}
.page_info img {
	display: block;
	transition: all 0.3s
}
.page_info .on_img {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0
}
.v_container {
	background: url(../img/v_bg.jpg) no-repeat center/cover;
	padding-top: 80px;
	padding-bottom: 45px
}
.v_container .swiper-container {
	width: 83%;
	margin: 0 auto
}
.v_container .swiper-container img {
	display: block;
	width: 100%
}
.v_container .swiper-container .vbox {
	position: relative;
	cursor: pointer
}
.v_container .swiper-container .play {
	display: block;
	width: 94px;
	height: 94px;
	background: url(../img/play_a.png) no-repeat center/cover;
	top: 50%;
	left: 50%;
	margin-left: -47px;
	margin-top: -47px;
	position: absolute;
	z-index: 10
}
.v_container .swiper-pagination {
	font-size: 0;
	position: relative;
	width: 100%;
	margin-top: 50px
}
.v_container .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	margin: 0 7px;
	transition: all 0.3s
}
.v_container .swiper-pagination-bullet-active {
	background: #cfa85b;
	transform: scale(1.2)
}
.v_container .swiper-button-next, .v_container .swiper-button-prev {
	width: 90px;
	height: 21px;
	transition: all 0.3s;
	border-radius: 0;
	background-size: 100% auto;
	top: 50%;
	margin-top: -11px
}
.v_container .swiper-button-prev {
	background-image: url(../img/na_1.png);
	left: 0px
}
.v_container .swiper-button-prev:hover {
	background-image: url(../img/na_1_a.png)
}
.v_container .swiper-button-next {
	background: url(../img/na_2.png);
	right: 0px
}
.v_container .swiper-button-next:hover {
	background-image: url(../img/na_2_a.png)
}
.v_container .swiper_vbox {
	position: relative
}
.videos {
	width: 1200px;
	max-width: 98%;
	position: fixed;
	z-index: 9999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none
}
.videos video {
	width: 100%
}
.mask {
	z-index: 9998;
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.6;
	cursor: pointer;
	display: none
}
.v_bottom {
	padding-top: 80px;
	padding-bottom: 135px
}
.v_bottom .box {
	float: left;
	display: block;
	width: 49%;
	position: relative
}
.v_bottom .box:nth-child(2n) {
	float: right
}
.v_bottom .box img {
	display: block;
	width: 100%
}
.v_bottom .box:hover p {
	color: #119fb3
}
.v_bottom .imgbox {
	position: relative
}
.v_bottom .imgbox .play {
	position: absolute;
	z-index: 10;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -50px;
	margin-top: -50px;
	background: url(../img/play_b.png) no-repeat center/cover
}
.v_bottom p {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px;
	font-size: 20px;
	font-weight: lighter;
	color: #141414;
	margin-top: 30px;
	transition: all 0.3s
}
.vv_a {
	padding-bottom: 0
}
.shop_box {
	background: #ecedf1;
	padding-bottom: 125px
}
.shop_box .shop_top {
	margin-bottom: 90px;
	overflow: hidden
}
.shop_box .shop_top .left {
	float: left
}
.shop_box .shop_top .right {
	float: right
}
.shop_box .shop_top .txt {
	height: 50px;
	float: left;
	width: 470px;
	margin-right: 20px;
	border: 1px solid #bfbfbf;
	background: none;
	padding-left: 45px;
	padding-right: 30px
}
.shop_box .shop_top .btn {
	height: 50px;
	width: 120px;
	background: #119fb3;
	color: #fff;
	border: none;
	cursor: pointer
}
.shop_box .shop_top p {
	line-height: 50px;
	font-size: 18px;
	color: #050505;
	float: left;
	padding-right: 15px
}
.shop_box .shop_top .sel_city {
	height: 50px;
	float: left
}
.shop_box .shop_top .sel_city select {
	float: left;
	width: 160px;
	height: 100%;
	border: 1px solid #bfbfbf;
	background: url(../img/sel.png) no-repeat right 15px center;
	padding-left: 25px;
	padding-right: 35px;
	margin-right: 20px
}
.shop_box .shop_top .sel_city select:last-child {
	margin-right: 0
}
.shop_list {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 120px
}
.shop_list .list {
	width: 1200px;
	margin: 0 auto 95px;
	max-width: 100%;
	display: block;
	display: flex;
	flex-wrap: wrap
}
.shop_list li {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #aaa;
	width: 100%
}
.shop_list li>div {
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: 1px solid #aaaaaa
}
.shop_list li>div:nth-child(1) {
	border: none
}
.shop_list li .a {
	width: 50%;
	text-align: center
}
.shop_list li .a .in {
	width: 100%;
	padding: 0 10px
}
.shop_list li .a span {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	color: #fff;
	line-height: 46px;
	background: #119fb3;
	font-size: 24px;
	margin: 0 auto 10px
}
.shop_list li .a p {
	font-size: 24px;
	color: #119fb3
}
.shop_list li .b {
	width: 48.5%;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 24px
}
.shop_list li .c {
	width: 25%;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 16px;
	color: #333333;
	line-height: 24px
}
.shop_list li .d {
	width: 15.5%
}
.shop_list li .d .in {
	width: 100%;
	font-size: 0;
	text-align: center
}
.shop_list li .d a {
	display: inline-block;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	padding-left: 21px;
	background: url(../img/icon_add.png) no-repeat left center;
	transition: all 0.3s
}
.shop_list li .d a:hover {
	color: #119fb3
}
.xunyuan_box {
	padding-top: 7.03125vw;
	padding-right: 15px;
	margin-bottom: 80px;
	padding-bottom: 135px;
	padding-left: 15px;
	background: url(../img/xunyuan_bg.jpg) no-repeat top center/cover
}
.xunyuan_box .xun_logo {
	display: block;
	margin: 0 auto;
	width: 32%
}
.xunyuan_box .list {
	width: 1110px;
	margin: 0 auto 0;
	margin-top: 22.39583vw;
	max-width: 100%;
	overflow: hidden
}
.xunyuan_box .list li {
	float: left;
	width: 42%
}
.xunyuan_box .list li:nth-child(2n) {
	float: right;
	margin-top: 228px
}
.xunyuan_box .list li .top {
	background: rgba(0,24,54,0.7);
	padding: 50px 35px 41px
}
.xunyuan_box .list li .top img {
	display: block;
	max-width: 100%
}
.xunyuan_box .list li .txt {
	background: #119fb3;
	color: #fff;
	padding: 53px 28px 120px;
	font-size: 17px;
	line-height: 32px;
	text-align: justify
}
.xunyuan_box .imglist {
	background: rgba(255,255,255,0.89);
	padding: 45px 30px 25px;
	margin-top: 95px
}
.xunyuan_box .imglist .des {
	font-size: 18px;
	margin-bottom: 40px;
	color: #171717
}
.xunyuan_box .imglist .list_b {
	overflow: hidden;
	font-size: 0;
	display: none
}
.xunyuan_box .imglist .yuan_img img {
	display: block;
	width: 100%
}
.index_container {
	height: 100vh;
	overflow: hidden;
	position: relative
}
.index_container .home_copyright {
	position: absolute;
	bottom: 45px;
	left: 7%;
	color: #fff;
	z-index: 30;
	white-space: nowrap;
	overflow: hidden
}
.index_container .home_copyright p {
	float: left;
	font-size: 12px;
	font-weight: lighter
}
.index_container .home_copyright .ta {
	position: relative;
	margin-left: 56px;
	margin-right: 35px
}
.index_container .home_copyright .ta::after {
	content: "";
	display: block;
	width: 25px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: -28px
}
.index_container .na_box {
	position: absolute;
	z-index: 50;
	bottom: calc(280px + 4vw);
	left: 70%;
	padding-left: 70px
}
.index_container .na_box .swiper-button-next, .index_container .na_box .swiper-button-prev {
	width: 90px;
	height: 21px;
	transition: all 0.3s;
	border-radius: 0;
	margin-top: 0;
	background-size: 100% auto;
	top: auto;
	bottom: 0;
	position: relative;
	float: left;
	opacity: 0.5
}
.index_container .na_box .swiper-button-prev {
	background-image: url(../img/na_1.png);
	left: 0;
	margin-right: 48px
}
.index_container .na_box .swiper-button-prev.transf {
	opacity: 0;
	left: -30px
}
.index_container .na_box .swiper-button-prev:hover {
	opacity: 1
}
.index_container .na_box .swiper-button-next {
	background: url(../img/na_2.png);
	right: 0
}
.index_container .na_box .swiper-button-next.transf {
	opacity: 0;
	right: -30px
}
.index_container .na_box .swiper-button-next:hover {
	opacity: 1
}
.index_container .swiper-container {
	height: 100%
}
.index_container .swiper-wrapper {
	transition-delay: 0.3s
}
.index_container .swiper-slide {
	height: 100%;
	overflow: hidden
}
.index_container .bigimg {
	width: 70%;
	height: 100%;
	float: left;
	position: relative
}
.index_container .bigimg .bg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.index_container .bigimg .bg2 {
	display: none;
}
.index_container .bigimg .txt {
	position: absolute;
	z-index: 10;
	left: 19%;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	margin-top: -30px;
	max-width: 75%
}
.index_container .bigimg .txt img {
	display: block;
	max-width: 100%
}
.index_container .rpart {
	width: 30%;
	float: left;
	height: 100%;
	background: #4F92A9;
	position: relative
}
.index_container .home_mask {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*background: #000;*/
	opacity: 0.45;
	z-index: 5
}
.index_container .rtxt {
	color: #fff;
	margin-top: 5.46875vw;
	padding-left: 70px;
	position: relative;
	padding-right: 15px;
	z-index: 10;
	transform: translateY(50%)
}
.index_container .rtxt p {
	font-size: 26px;
	line-height: 40px
}
.index_container .rtxt span {
	display: block;
	width: 290px;
	max-width: 100%;
	margin-top: 25px;
	color: #fff;
	font-weight: lighter;
	font-size: 14px;
	line-height: 24px
}
.index_container .rtxt a {
	display: block;
	width: 100px;
	line-height: 28px;
	text-align: center;
	border-radius: 15px;
	border: 1px solid #40e0db;
	color: #40e0db;
	font-size: 12px;
	transition: all 0.3s;
	margin-top: 35px
}
.index_container .rtxt a:hover {
	background: #40e0db;
	color: #000
}
.index_container .smallimg {
	height: 230px;
	max-width: calc(90% - 70px);
	left: 70px;
	position: absolute;
	bottom: 3.64583vw
}
.index_container .smallimg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}




.wmask {
	transform: translateX(0px);
	opacity: 1;
	transition: all 0.45s
}
.wmask.transf {
	transform: translateX(-100px);
	opacity: 0
}
.wmask2 {
	 opacity: 1;
	 transition: all 0.45s;
      -webkit-transform: none;
      transform: none
}
.wmask2.transf {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
}
.wmask3 {
	 opacity: 1;
	 transition: all 0.45s;
      -webkit-transform: none;
      transform: none
}
.wmask3.transf {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0)
}

.qianzhi_box {
	position: relative;
	height: 100%
}
.qianzhi_box .bg {
	position: absolute;
	z-index: 5;

	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0
}
.qianzhi_box .bg2 {
	display:none;
}
.qianzhi_box .main {
	z-index: 10;
	height: 100%
}
.qianzhi_box .txt_box {
	background: rgba(17,159,179,0.7);
	width: 580px;
	max-width: 100%;
	color: #fff;
	padding-top: 48px;
	padding-bottom: 50px;
	padding-left: 48px;
	padding-right: 48px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.qianzhi_box .txt_box h3 {
	line-height: 60px;
	font-size: 46px
}
.qianzhi_box .txt_box span {
	display: block;
	width: 182px;
	line-height: 54px;
	border-radius: 27px;
	text-align: center;
	font-size: 36px;
	color: #119fb3;
	background: #fff;
	margin-top: 28px;
	margin-bottom: 58px
}
.qianzhi_box .txt_box p {
	font-size: 20px;
	line-height: 30px
}
.qianzhi_slogen {
	text-align: center;
	background: #119fb3;
	color: #fff;
	font-size: 30px;
	padding: 40px 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%
}
.qianzhi_boxes .txt, .qianzhi_swiper .txt {
	color: #fff;
	width: 470px;
	max-width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.qianzhi_boxes .txt h3, .qianzhi_swiper .txt h3 {
	font-size: 48px
}
.qianzhi_boxes .txt span, .qianzhi_swiper .txt span {
	display: block;
	font-size: 30px;
	font-weight: lighter;
	margin-top: 5px
}
.qianzhi_boxes .txt em, .qianzhi_swiper .txt em {
	display: block;
	width: 57px;
	height: 1px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 44px
}
.qianzhi_boxes .txt p, .qianzhi_swiper .txt p {
	font-size: 18px;
	font-weight: lighter;
	line-height: 30px
}
.qianzhi_boxes .txt .imgbox, .qianzhi_swiper .txt .imgbox {
	margin-top: 50px;
	overflow: hidden
}
.qianzhi_boxes .txt .imgbox .in, .qianzhi_swiper .txt .imgbox .in {
	float: left;
	text-align: center
}
.qianzhi_boxes .txt .imgbox .in img, .qianzhi_swiper .txt .imgbox .in img {
	display: block;
	margin-bottom: 14px
}
.qianzhi_boxes .txt .imgbox .in i, .qianzhi_swiper .txt .imgbox .in i {
	display: block;
	font-style: normal;
	font-size: 18px;
	font-weight: lighter
}
.canshu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.canshu .imgbox {
	position: absolute;
	width: 34%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 15px;
	height: 100%
}
.canshu .imgbox img {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	display: block;
	max-width: 100%
}
.canshu .table {
	float: right;
	width: 60%
}
.canshu .table .tt {
	font-size: 30px;
	color: #fff;
	background: #119fb3;
	line-height: 54px;
	padding-left: 34px;
	margin-bottom: 20px
}
.canshu .table .list li {
	overflow: hidden;
	line-height: 32px;
	padding: 11px 0;
	border-bottom: 1px solid #adadad
}
.canshu .table .list li span {
	display: block;
	float: left;
	font-size: 20px;
	color: #504e4e;
	width: 130px
}
.canshu .table .list li p {
	float: left;
	font-weight: lighter;
	font-size: 18px;
	color: #504e4e;
	width: calc(100% - 135px)
}
@media (min-width: 992px) {
.nav li:hover>a, .nav li.on>a {
	color: #119fb3
}
.nav li:hover>a::after, .nav li.on>a::after {
	opacity: 1;
	bottom: 0
}
.nav li:hover .sub, .nav li.on .sub {
	opacity: 1;
	display: block;
	animation: moveup 0.5s;
	animation-fill-mode: forwards
}
.index_header .nav li:hover>a, .index_header .nav li.on>a {
	color: #0dfffe
}
.index_header .nav li:hover>a::after, .index_header .nav li.on>a::after {
	background: #0dfffe
}
.m_nav, .pcshow {
	display: none !important
}
}
@media (max-width: 1470px) {
.main {
	width: 1170px;

}
.head .nav li {
	margin-left: 25px
}
footer .right li {
	margin-right: 20px
}
.product_container .product_right .product_list li {
	width: 33.33%
}
.about_a .numbox {
	padding-left: 50px
}
.service_a .list img {
	width: 60px
}
.service_b .imgbox li {
	height: 320px
}
.service_c ul .in .box img {
	width: 60px
}
.service_c ul .in .box {
	padding-top: 45px
}
.service_c ul .in .box p {
	font-size: 30px

}
.service_c ul .in .box span {
	margin-top: 20px
}
.shop_box .shop_top .txt {
	width: 200px;
	padding-left: 15px
}
.index_container .rtxt {
	margin-top: 2vw
}
.qianzhi_box .main {
	padding-top: 150px;
	padding-bottom: 160px
}
.qianzhi_box .txt_box h3 {
	font-size: 30px;
	line-height: 1.3
}
.qianzhi_box .txt_box span {
	font-size: 30px
}
}
@media (max-width: 1199px) {
.main {
	width: 992px
}
.nav_logo {
	display: none
}
.search {
	display: none
}
footer .right .f_nav {
	display: none
}
.web_position_bar .web_sub a {
	font-size: 15px;
	margin-left: 20px
}
.about_a .numbox {
	width: 60%
}
.about_f .inbox ul li {
	width: 25%
}
.jiameng_c .op_box .swiper-button-prev {
	left: 30px
}
.jiameng_c .op_box .swiper-button-next {
	right: 30px
}
.news_list .txt {
	width: 48%
}
.news_content{
	padding: 5px;
	background: #fff;
}
.news_content img{
 display: inline-block;
  height: auto;
  max-width: 100%;
}


.v_container .swiper-container .play {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px
}
.v_bottom .imgbox .play {
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px
}
.shop_box .shop_top .right {
	width: 100%;
	margin-top: 20px
}
.shop_box .shop_top p {
	width: 125px
}
.shop_box .shop_top {
	margin-bottom: 60px
}
.shop_list li .a p {
	font-size: 22px
}
.index_container .smallimg {
	height: 150px
}
.index_container .na_box {
	bottom: calc(180px + 4vw)
}
}
@media (max-width: 991px) {
.head .nav {
	display: none
}
.main {
	width: 768px
}
body {
	padding-top: 70px
}
.header_out {
	position: fixed;
	/*background: #484443*/
}
.header_out .head {
	height: 70px
}
.header_out .head .nav li>a {
	line-height: 1.6
}
.header_out .head .logo {
	margin-top: 13px;
	position: absolute;
	margin-top: 0;
	left: 75%;
	top: 50%;
	transform: translate(-50%, -50%)
}
html {
	position: relative;
	transition: all 0.3s;
	left: 0
}
html.slide_nav {
	left: 450px
}
.header_out {
	transition: all 0.3s;
	left: 0
}
.header_out.slide_nav {
	left: 450px
}
.head .nav {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	display: block;
	width: 450px;
	position: fixed;
	z-index: 999;
	top: 0;
	overflow: hidden;
	z-index: 50;
	background: #119fb3;
	margin-left: 0;
	height: 100%;
	padding-top: 60px;
	padding-right: 25px;
	padding-left: 25px;
	left: -450px;
	transition: all 0.3s
}
.head .nav.on {
	left: 0
}
.head .nav li {
	display: block;
	float: none;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding-right: 55px;
	position: relative
}
.head .nav li>a {
	line-height: 1;
	padding: 14px 0;
	font-size: 13px
}
.head .nav li.has_sub::after {
	content: "";
	display: block;
	position: absolute;
	font-family: Arial;
	width: 40px;
	height: 100%;
	font-weight: lighter;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	right: 0;
	top: 0;
	background: url(../img/more.png) no-repeat center/20px 20px
}
.header_out .head .nav li>a {
	line-height: 2;
	color: #fff
}
.nav_btn {
	display: block;
	width: 26px;
	height: 18px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	z-index: 999
}
.nav_btn span {
	display: block;
	transition: all 0.3s;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	background: #484443;
	transition: all 0.3s
}
.nav_btn span:nth-of-type(1) {
	top: 0
}
.nav_btn span:nth-of-type(2) {
	top: 50%;
	margin-top: -0.5px
}
.nav_btn span:nth-of-type(3) {
	bottom: 0
}
.nav_btn.active span {
	background: #fff
}
.nav_btn.active span:nth-of-type(1) {
	top: 50%;
	transform: rotate(45deg)
}
.nav_btn.active span:nth-of-type(2) {
	opacity: 0

}
.nav_btn.active span:nth-of-type(3) {
	top: 50%;
	transform: rotate(-45deg)
}
.m_nav {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 50;
	top: 0;
	left: 100%;
	background: #3b76bc;
	transition: all 0.3s;
	padding: 150px 40px 0
}
.m_nav .close {
	display: block;
	width: 30px;
	height: 30px;
	top: 80px;
	left: 50%;
	margin-left: -15px;
	position: absolute;
	background: url(../img/close.png) no-repeat center/cover
}
.m_nav .con>a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px
}
.m_nav .sub a {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px
}
.m_nav.on {
	left: 0
}
.m_nav .sub_b {
	display: none !important
}
.product_container .product_left {
	display: none
}
.product_container .product_right {
	width: 100%
}
footer .left select {
	margin-top: 50px
}
footer .right {
	width: 100%;
	margin-top: 15px
}
.sub_banner .main p {
	padding-right: 0;
	text-align: center
}
.web_position_bar {
	display: none
}
.ser_title h3 {
	font-size: 30px
}
.ser_title p {
	margin-top: 15px;
	font-size:14px;
}
.ser_title {
	padding-top: 60px;
	padding-bottom: 40px
}
.service_a .list li {
	width: 50%;
	margin-bottom: 24px
}
.service_a {
	padding-bottom: 40px
}
.service_c ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}
.service_c ul .in {
	height: 100%
}
.service_c ul .in .box {
	position: relative;
	padding-top: 24px;
	padding-bottom: 35px;
	height: auto
}
.service_c ul .in .box img {
	width: 45px
}
.service_c ul .in .box p {
	font-size: 20px
}
.service_c ul li {
	padding: 0 10px
}
.service_c {
	margin-bottom: 70px
}
.jiameng_b .imgbox {
	width: 100%
}
.jiameng_b .box {
	margin: 0 auto
}
.jiameng_b .main {
	top: 20%
}
.jiameng_c .img_a {
	width: 100%
}
.jiameng_c .img_b {
	width: 100%;
	margin-top: 24px
}

.jiameng_c .img_b img:nth-child(2) {
	float: right
}
.jiameng_c .op_box {
	position: relative;
	margin-top: 60px;
	width: 100%;
}
.index_container .na_box .swiper-button-next, .index_container .na_box .swiper-button-prev {
	width: 80px;
	background-size: 100% auto;
	background-repeat: no-repeat
}
.index_container .na_box .swiper-button-prev {
	margin-right: 40px
}
.index_container .smallimg {
	bottom: 40px
}
.home_body {
	padding-top: 0
}
.index_header {
		border-bottom: 1px solid #fff;
background:rgba(255, 255, 255, 0.5);
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#AFFFFFFF,endColorStr=#AFFFFFFF); 

}
}
@media (max-width: 767px) {
.index_container .bigimg .bg {
	display:none;
}
	.index_container .bigimg .bg2 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}	
	
	.qianzhi_box .bg {
		display:none;
	}
	.qianzhi_box .bg2 {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
	display:block;
}
	.jiameng_c .op_box {
	margin-top: 50px;
}
.header_out.slide_nav {
	left: 300px
}
html.slide_nav {
	left: 300px
}
.head .nav {
	width: 300px
}
.header_out .head .nav li>a {
	line-height: 1.6
}
.head .nav {
	padding-right: 0;
	padding-left: 0
}
.head .nav li {
	padding-left: 26px
}
.header_out .head {
	height: 60px
}
body {
	padding-top: 60px
}
.head .nav li {
	margin-left: 0
}
.sub_banner .sub_bg2 {
	display: block;
	width: 100%
}

.sub_banner .sub_bg {
	display: none;
}

.sub_banner .main p {
	font-size: 18px
}
.main {
	padding-right: 15px;
	padding-left: 15px
}
.product_container {
	margin-top: 40px;
	margin-bottom: 40px
}

.product_lin img{
 display: inline-block;
  height: auto;
  max-width: 100%;
}


.product_container .product_right .tt {
	font-size: 18px;
	margin-bottom: 24px
}
.product_container .product_right .product_list li {
	width: 100%
}
.product_container .product_right .product_list li .txt p {
	font-size: 16px
}
.product_container .product_right .product_list li .txt .bottom span {
	font-size: 14px
}
.product_container .product_right .product_list li {
	margin-bottom: 20px
}
footer .left .f_logo {
	width: 250px
}
footer .left select {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px
}
footer .left .tel {
	display: none
}
footer .right .code_box .code {
	width: 100%
}
footer .right .code_box .three_p {
	width: 100%;
	margin-top: 24px
}
footer {
	padding-top: 30px
}
.about_box {
	padding-top: 40px
}
.about_box .about_title span {
	font-size: 18px
}
.about_box .about_title h3 {
	font-size: 22px;
	margin-bottom: 10px
}
.about_box .about_title em {
	position: relative;
	top: 0;
	font-size: 25px;
	font-weight: lighter
}
.about_box .about_title {
	margin-bottom: 35px
}
.about_a .imgbox {
	position: relative;
	width: 100%
}
.about_a .numbox {
	width: 100%;
	padding-left: 0
}
.about_a .numbox ul li {
	padding-top: 25px
}
.about_a .numbox ul li span {
	font-size: 35px
}
.about_a .numbox .des {
	margin-top: 35px;
	padding-bottom: 35px
}
.kong_title {
	font-size: 40px
}
.about_b .kong_title {
	top: 30px;
	left: 15px
}
.about_b .des {
	width: 100%;
	padding-top: 100px;
	padding-left: 0
}
.about_b .imgbox {
	display: none
}
.about_b .person {
	right: 0;
	width: 78%
}
.about_c .inbox .des {
	padding-top: 45px;
	padding-bottom: 34px
}
.about_d .tag_btn a {
	font-size: 18px;
	padding-bottom: 10px;
	margin-right: 15px
}
.about_d .inbox {
	padding-top: 40px;
	padding-bottom: 40px
}
.about_d .swiper_box .swiper-slide span {
	font-size: 16px;
	margin-top: 15px
}
.about_d .swiper_box .box .swiper-scrollbar {
	margin-top: 60px
}
.about_f .inbox ul li {
	width: 50%
}
.ser_title {
	padding-top: 40px;
	padding-bottom: 25px
}
.ser_title h3 {
	font-size: 20px
}
.service_a .list li {
	padding: 0 5px
}
.service_a .list {
	margin-right: -5px;
	margin-left: -5px
}
.service_b .imgbox li:nth-child(1) {
	position: relative;
	width: 100%
}
.service_b .imgbox {
	width: 100%
}
.service_b .imgbox li {
	height: auto
}
.service_b .tagbox {
	top: 40px;
		right: 50%;
}
.service_c ul li {
	width: 100%;
	margin-bottom: 24px
}
.jiameng_a .list li {
	width: 100%
}
.jiameng_b .list span {
	width: 50%
}
.jiameng_d {
	padding-bottom: 45px
}
.jiameng_e .row_box .row {
	width: 100%;
	height: 50px;
	margin-bottom: 20px
}
.jiameng_e .city-picker-select {
	height: 50px;
	margin-bottom: 20px
}
.jiameng_e .sub_btn {
	height: 50px;
	margin-top: 30px
}
.jiameng_e {
	padding-bottom: 30px;
	margin-bottom: 40px
}
.news_list {
	padding-top: 0;
	padding-bottom: 0
}
.news_list .imgbox {
	position: relative;
	float: left;
	width: 100%
}
.news_list .txt {
	width: 100%
}
.news_list li {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 100%
}
.news_a {
	background: #fff
}
.page_out {
	padding-top: 50px;
	padding-bottom: 50px
}
.vv_a {
	padding-bottom: 0
}
.v_container .swiper-container {
	width: 100%
}
.v_bottom {
	padding-top: 40px;
	padding-bottom: 40px
}
.v_bottom p {
	font-size: 14px;
	margin-top: 15px
}
.v_bottom .box {
	width: 100%;
	margin-bottom: 24px
}
.shop_box .shop_top p {
	width: 100%;
	text-align: center
}
.shop_box .shop_top .sel_city select {
	width: 100%;
	margin-bottom: 10px
}
.shop_box .shop_top .sel_city {
	height: auto
}
.shop_box .shop_top .sel_city select {
	height: 40px
}
.shop_box .shop_top .txt {
	width: 60%
}
.shop_box .shop_top .btn {
	width: 30%;
	float: right
}
.shop_list .list {
	display: block
}
.shop_list li {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block
}
.shop_list li>div {
	display: block !important;
	width: 100% !important;
	height: auto;
	text-align: center !important;
	border: none !important
}
.shop_list {
	padding-bottom: 60px
}
.shop_box {
	padding-bottom: 60px
}
.xunyuan_box .xun_logo {
	width: 50%
}
.xunyuan_box .list li {
	width: 100%
}
.xunyuan_box .list {
	margin-top: 40px
}
.xunyuan_box .list li .txt {
	padding: 20px 15px;
	font-size: 14px;
	line-height: 2
}
.xunyuan_box .list li:nth-child(2n) {
	margin-top: 20px
}
.xunyuan_box .imglist {
	padding: 15px
}
.xunyuan_box .imglist .des {
	font-size: 14px;
	margin-bottom: 20px
}
.xunyuan_box .imglist .yuan_img img {
	display: none
}
.xunyuan_box .imglist .list_b {
	display: block
}
.xunyuan_box .imglist .list_b img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.xunyuan_box .imglist .list_b li {
	width: 50%;
	float: left;
	height: 100px;
	padding: 2px
}
.xunyuan_box .imglist .list_b li .in {
	height: 100%
}
.xunyuan_box {
	padding-bottom: 40px;
	margin-bottom: 40px
}
.index_container .bigimg {
	width: 100%;
	height: 60%
}
.index_container .bigimg .txt {
	width: 100%;
	left: 0;
	margin-top: 0;
	max-width: 100%
}
.index_container .bigimg .txt img {
	width: 340px;
	margin: 0 auto;
	max-width: 80%
}
.index_container .rpart {
	width: 100%;
	height: 60%
}
.index_container .rtxt {
	margin-top: 0;
	transform: translateY(0);
	padding-top: 20px;
	padding-left: 15px
}
.index_container .smallimg {
	display: none
}
.index_container .rtxt p {
	font-size: 18px;
	line-height: 30px
}
.index_container .rtxt span {
	font-size: 12px;
	margin-top: 20px
}
.index_container .rtxt a {
	margin-top: 20px
}
.index_container .na_box {
	left: 0;
	text-align: center;
	font-size: 0;
	width: 100%;
	padding-left: 0;
	bottom: 100px
}
.index_container .na_box .swiper-button-next, .index_container .na_box .swiper-button-prev {
	display: inline-block;
	left: 0;
	float: none;
	right: 0
}
.index_container .home_copyright p:nth-child(1) {
	width: 100%
}
.index_container .home_copyright .ta {
	margin-left: 0
}
.index_container .home_copyright {
	bottom: 30px;
	left: 0;
	padding-left: 20px
}
.index_header .head .logo img {
	width: 180px
}
.qianzhi_box .main {
	padding-top: 60px;
	padding-bottom: 70px
}
.qianzhi_box .txt_box {
	padding: 35px 20px
}
.qianzhi_box .txt_box h3 {
	font-size: 24px
}
.qianzhi_box .txt_box span {
	font-size: 18px;
	width: 120px;
	line-height: 2;
	margin-top: 20px;
	margin-bottom: 30px
}
.qianzhi_box .txt_box p {
	font-size: 16px;
	line-height: 2
}
.qianzhi_slogen {
	font-size: 20px;
	padding: 30px 0;
	font-weight: bold
}
.qianzhi_swiper .txt h3 {
	font-size: 24px
}
.qianzhi_swiper .txt span {
	font-size: 18px
}
.qianzhi_swiper .txt em {
	margin-top: 25px;
	margin-bottom: 30px
}
.qianzhi_swiper .txt p {
	font-size: 14px;
	line-height: 1.5
}
.qianzhi_swiper .txt .imgbox .in img {
	height: 100px;
	margin: 0 auto 15px
}
.canshu .imgbox {
	position: relative;
	width: 100%;
	transform: translate(0, 0);
	width: 100%
}
.canshu .imgbox img {
	position: relative;
	transform: translate(0, 0);
	left: 0;
	margin: 0 auto;
	display: none
}
.canshu {
	padding-top: 20px
}
.canshu .table {
	width: 100%;
	margin-top: 24px
}
.canshu .table .tt {
	font-size: 18px;
	line-height: 24px;
	padding-left: 15px
}
.canshu .table .list li span {
	font-size: 16px;
	line-height: 22px;
	width: 80px
}
.canshu .table .list li p {
	font-size: 15px;
	line-height: 22px;
	width: calc(100% - 85px)
}
.qianzhi_boxes .txt, .qianzhi_swiper .txt {
	padding-right: 15px;
	padding-left: 15px
}
}
.qianzhi_swiper {
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10
}
.qianzhi_swiper .swiper-slide {
	position: relative;
	background: #fff
}
.qianzhi_swiper .swiper-slide:nth-child(2) .txt {
	color: #000000
}
.qianzhi_swiper .swiper-slide:nth-child(2) .txt em {
	background: #000
}
.qianzhi_swiper .swiper-slide:nth-child(2n+1) .txt {
	left: auto;
	right: 0
}
.qianzhi_swiper .swiper-slide:nth-child(4) .txt {
	width: 576px
}
.header_out_qianzhi {
	background: #fff
}
.ani_left {
	transform: translateX(-80px);
	opacity: 0;
	transition: all 0.4s
}
.ani_right {
	transform: translateX(80px);
	opacity: 0;
	transition: all 0.4s
}
.swiper-slide-active .ani_left {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.7s
}
.swiper-slide-active .ani_right {
	transform: translateX(0);
	opacity: 1;
	transition-delay: 0.7s
}
.swiper-slide-active .delay1 {
	transition-delay: 0.9s
}
.swiper-slide-active .delay2 {
	transition-delay: 1.1s
}
.swiper-slide-active .delay3 {
	transition-delay: 1.3s
}
.swiper-slide-active .delay4 {
	transition-delay: 1.5s
}
.swiper-slide-active .delay5 {
	transition-delay: 1.7s
}
.swiper-slide-active .delay6 {
	transition-delay: 1.9s
}
.swiper-slide-active .delay7 {
	transition-delay: 2.1s
}


.gb {
	position:fixed;
	font-size:14px;
	left:50%;
	margin-left:-50px;
	bottom:10%;
	z-index:9999;
	width:100px;
	height:30px;
	line-height:30px;
	background:#fff;
	text-align:center;
	color:#333;
	cursor:pointer;
	border-radius:3px;
	display:none;
}

@media only screen and (max-width: 768px) {
	.gb {

	bottom:25%;
	}
}