body {
	overflow-x: hidden;
	font-family: "PingFang SC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

@font-face {
	font-family: "Montserrat-Light";
	src: url("../fonts/Montserrat-Light.otf");
}
@font-face {
	font-family: "MontserratSemiBold";
	src: url("../fonts/MontserratSemiBold.otf");
}

html {
	font-size: 10px;
	/*10 ÷ 16 × 100% = 62.5%*/
}

@media (max-width: 1450px) {
	html {
		font-size: 9px;
	}
}
@media (max-width: 992px) {
	html {
		font-size: 7px;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 9px;
	}
}
body > iframe {
	display: none;
}
a {
	text-decoration: none !important;
	transition: 0.3s;
}
a:hover {
	transition: 0.3s;
}
.navbar-brand {
	float: none;
	line-height: 0;
}
.mobile-con {
	display: none;
}
.header {
	z-index: 999;
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0px;
	top: 0px;
	transition: 0.3s;
	webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 5px 11px 0 rgba(29, 0, 62, 0.07);
}
@media (max-width: 768px) {
	.header {
		height: auto;
	}
}
.header .header-top {
	height: 90px;
	overflow: hidden;
}

.header .header-top .logo-box {
	float: left;
	margin-top: 15px;
	transition: 0.3s;
}

.header .header-top .logo-box .logo {
	float: left;
}
.header .header-top .logo-box .logo img {
	transition: 0.3s;
}

.header .header-top .logo-box .txt {
	float: right;
	margin-left: 2rem;
}
@media (max-width: 1200px) {
	.header .header-top .logo-box .txt {
		margin-left: 1rem;
	}
}
@media (max-width: 992px) {
	.header .header-top .logo-box .txt {
		display: none;
	}
}
.header .header-top .logo-box .txt h5 {
	font-size: 3rem;
	color: #d31518;
	font-weight: 900;
	margin: 0;
	line-height: 100%;
}
@media (max-width: 1200px) {
	.header .header-top .logo-box .txt h5 {
		font-size: 2.2rem;
	}
}
.header .header-top .logo-box .txt h6 {
	font-size: 2rem;
	color: #0368b0;
	font-weight: 900;
	margin: 5px 0 4px;
}
.header .header-top .logo-box .txt p {
	font-size: 1.8rem;
	color: #999;
	line-height: 130%;
	font-weight: 100;
}
.header .header-top .rt-box {
	float: right;
	margin-right: 20%;
}
.header .header-top .lang-box {
	float: right;
}
.header .header-top .lang-box ul {
	width: 100%;
}
.header .header-top .lang-box ul li {
	float: left;
	height: 90px;
	line-height: 90px;
	padding: 0 20px;
}
.header .header-top .lang-box ul li {
	float: left;
	height: 90px;
	line-height: 90px;
	padding: 0 20px;
	transition: 0.3s;
}
.header .header-top .lang-box ul li a {
	color: #333;
}
.header .header-top .lang-box ul li a:hover {
	color: #09bb8a;
}
.header .header-top .lang-box .login-reg a {
	color: #fff;
	background: #09bb8a;
	border-radius: 30px;
	padding: 5px 20px;
}
.header .header-top .lang-box .login-reg a:hover {
	color: #fff;
}
.header .header-top .lang-box .login-lan img {
	margin-right: 10px;
}

.header .header-top .rt-box .nav-con {
	height: 90px;
	float: right;
}

.header .header-top .rt-box .nav-con #nav {
	width: 100%;
	margin-bottom: 0;
}
.header .header-top .rt-box .nav-con #nav .sub-nav {
	float: left;
	text-align: center;
	position: relative;
	height: 90px;
	line-height: 90px;
	transition: 0.3s;
	margin: 0 2.8rem;
	text-transform: capitalize;
}

.header .header-top .rt-box .nav-con #nav .sub-nav:hover a {
	color: #09bb8a;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:hover span {
	width: 110%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a {
	color: #333;
	font-size: 1.8rem;
	display: block;
	height: 100%;
}
.header .header-top .rt-box .nav-con #nav .active a {
	color: #09bb8a;
}
.header .header-top .rt-box .nav-con #nav .sub-nav span {
	display: inline-block;
	position: absolute;
	width: 0;
	height: 3px;
	left: 50%;
	top: 87px;
	content: "";
	transform: translateX(-50%) translateY(0%);
	background-color: #09bb8a;
	transition: width 0.5s;
}
.header .header-top .rt-box .nav-con #nav .active span {
	width: 100%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:last-child {
	margin-right: 0;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected a {
	color: #09bb8a;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected span {
	width: 110%;
}
.header .navigation-down {
	position: absolute;
	top: 90px;
	width: 100%;
	z-index: 999;
	transition: 0.3s;
}
.a_header {
	position: relative;
	background: #fff;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a {
	color: #09bb8a;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a:hover {
	color: #09bb8a;
}
.header .header-top .rt-box .nav-con #nav .active a:hover {
	color: #09bb8a;
}
.div2 {
	height: 60px;
	position: fixed;
	left: 0px;
	top: 0px;

	background: rgba(255, 255, 255, 0.9);
	transition: 0.3s;
	box-shadow: 0 5px 11px 0 rgba(29, 0, 62, 0.07);
}

.div2 .navigation-down {
	top: 60px;
	transition: 0.3s;
}
.header .header-top .logo-box .logo img {
	transition: 0.3s;
	max-height: 78px;
}
.div2 .header-top .logo-box .logo img {
	transition: 0.3s;
	max-height: 35px;
}

.div2 .header-top .logo-box {
	margin-top: 10px;
	transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav {
	height: 60px;
	line-height: 60px;
	transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav span {
	top: 57px;
	transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a {
	color: #333;
}
.div2 .header-top .rt-box .nav-con #nav .active a {
	color: #09bb8a;
}
.div2 .header-top .rt-box .nav-con #nav .active span {
	width: 110%;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a:hover {
	color: #333;
}
.div2 .header-top .rt-box .nav-con #nav .active a:hover {
	color: #09bb8a;
}
.div2 .header-top .lang-box ul li {
	height: 60px;
	line-height: 60px;
	transition: 0.3s;
}
.header .navigation-down .list-box {
	padding: 2% 0;
	webkit-backdrop-filter: saturate(180%) blur(3px);
	backdrop-filter: saturate(180%) blur(3px);
	background: rgba(67, 193, 208, 0.8);
}
.header .navigation-down .list-box .img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 3rem;
	vertical-align: top;
}
.header .navigation-down .list-box .list {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 160px;
	vertical-align: top;
}
.header .navigation-down .list-box .list ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 3rem;
}
.header .navigation-down .list-box .list li {
	margin-bottom: 10px;
}
.header .navigation-down .list-box .list li a {
	font-size: 1.6rem;
	color: #fff;
}
.header .navigation-down .list-box .list li a:hover {
	color: #d31518;
}

.header .mobile-con .navbar-default {
	border-color: #fff;
	background: rgba(255, 255, 255, 0.9);
}
.header .mobile-con .navbar-header .navbar-brand {
	float: none;
	line-height: 0;
	padding: 0;
}
.header .mobile-con .navbar-brand > img {
	margin: 10px 0 0 3%;
	width: 120px;
}
.header .mobile-con .nivo-directionNav {
	display: none;
}
.header .mobile-con .box .nivo-controlNav {
	margin-left: -16px;
	bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
	width: 6px;
	height: 6px;
	margin: 0 3px;
}
.header .mobile-con .navbar-form {
	padding: 10px 15px 7px;
}
.header .mobile-con .navbar-toggle {
	margin-top: 0px;
	background: #fff;
}
.header .mobile-con .navbar-form .form-group {
	width: 76%;
	float: left;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #09bb8a;
	background: #09bb8a;
}
.nav > li {
	text-align: center;
	padding: 5px 0;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 1.6rem;
}
.header .mobile-con .btn-default {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: right;
}
.header .mobile-con .language2 {
	display: inline-block;
	position: relative;
	margin: 17px 12px 0 0;
	float: right;
	color: #666;
}
.header .mobile-con .language2 a {
	font-size: 14px;
	padding: 0px 6px;
	color: #666;
}
.header .mobile-con .language2 a:hover {
	color: #0368b0;
}
.header .mobile-con .language2 .active {
	color: #fff;
	background: #09bb8a;
}
/*mobile-header*/
@media (max-width: 768px) {
	.pc-con {
		display: none !important;
	}
	.mobile-con {
		display: block !important;
	}
}
/*main*/
.main {
	clear: both;
}
@media (max-width: 768px) {
	.main {
		margin-top: 55px;
	}
}

.main .banner {
	width: 100%;
	background: #f0f8f8;
	padding: 10%;
}
.main .banner .banner-left {
	width: 45%;
	float: left;
}
.main .banner .banner-left .title-h3 {
	font-size: 6rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 20px;
}
.main .banner .banner-left .title-h3 font {
	color: #09bb8a;
}
.main .banner .banner-left p {
	font-size: 1.8rem;
	color: #666;
	line-height: 180%;
	margin-bottom: 30px;
}
.main .banner .banner-left .btn-list a {
	margin-right: 10px;
}
.main .banner .banner-right {
	width: 50%;
	float: right;
	text-align: center;
}
.main .banner .banner-right img {
	width: 100%;
	max-width: 519px;
}

.main .aboutus {
	width: 100%;
	background: #fff;
	padding: 10% 0;
}
.main .aboutus1 {
	width: 100%;
	background: #f7fbfb;
	padding: 10% 0;
}

.main .aboutus .aboutus-left {
	width: 35%;
	float: left;
}
.main .aboutus .aboutus-left .title-h3 {
	font-size: 4rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 80%;
}
.main .aboutus .aboutus-left .title-h3 font {
	color: #09bb8a;
}
.main .aboutus .aboutus-left .title-h3 span {
	color: #999;
	font-size: 2.4rem;
}
.main .aboutus .aboutus-left p {
	font-size: 1.8rem;
	color: #666;
	line-height: 180%;
	margin-bottom: 30px;
}
.main .aboutus .aboutus-left .btn-list a {
	padding: 10px 25px;
	border-radius: 20px;
	color: #fff;
	background: #09bb8a;
	font-size: 1.4rem;
}
.main .aboutus .aboutus-right {
	width: 40%;
	float: left;
	text-align: center;
	margin-right: 10%;
}
.main .aboutus .aboutus-right img {
	width: 100%;
	max-width: 500px;
}
.s-list {
	display: flex;
	justify-content: space-between;
}

.s-list .img {
	background: #09bb8a;
	border-radius: 15px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.s-list .img img {
	width: 30px;
}
.s-list .txt {
	font-size: 18px;
}
.aboutus1 .s-list {
	display: inline-block;
}
.aboutus1 .s-list .list-li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.aboutus1 .s-list .list-li div {
	float: left;
}
.aboutus1 .s-list .list-li .img {
	margin-right: 20px;
}
.aboutus1 .s-list .list-li .txt {
	height: 50px;
	line-height: 50px;
}
.main .aboutus1 .aboutus-left {
	margin-left: 10%;
}
.main .aboutus1 .aboutus-right {
	margin-right: 0%;
	float: right;
}

.aboutus2 .s-list {
	display: inline-block;
}
.aboutus2 .s-list .list-li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.aboutus2 .s-list .list-li div {
	float: left;
}
.aboutus2 .s-list .list-li .img {
	margin-right: 20px;
}
.aboutus2 .s-list .list-li .txt {
	height: 50px;
	line-height: 50px;
}
.main .aboutus2 .aboutus-left {
	width: 50%;
}

.main .withdrawal {
	width: 100%;
	padding: 3% 0;
}
.main .withdrawal .title-h3 {
	font-size: 4rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 80%;
	text-align: center;
}
.main .withdrawal .title-h3 font {
	color: #09bb8a;
}
.main .withdrawal .two-title {
	color: #999;
	font-size: 1.6rem;
	text-align: center;
	width: 70%;
	padding-left: 30%;
	margin-bottom: 50px;
}
.main .withdrawal .two-title img {
	margin-top: 10px;
	width: 100%;
	max-width: 320px;
}
.main .withdrawal .list {
	padding-top: 3%;
}
.main .withdrawal .list .list-li {
	width: 46%;
	margin-left: 4%;
	float: left;
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-start;
}
.main .withdrawal .list .list-li .img {
	margin-right: 20px;
}
.main .withdrawal .list .list-li .txt {
	width: 60%;
}
.main .withdrawal .list .list-li .txt h3 {
	margin-top: 0px;
}
.main .withdrawal .list .list-li p {
	color: #999;
}

.main .safety {
	width: 100%;
	padding: 5% 0;
}
.main .safety .title-h3 {
	font-size: 4rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 80%;
	text-align: center;
}
.main .safety .title-h3 font {
	color: #09bb8a;
}
.main .safety .title-h3 span {
	color: #999;
	font-size: 2.4rem;
}
.main .safety .two-title {
	color: #999;
	font-size: 1.6rem;
	text-align: center;
	width: 70%;
	padding-left: 30%;
	margin-bottom: 50px;
}
.main .safety .two-title img {
	margin-top: 10px;
	width: 100%;
	max-width: 320px;
}
.main .safety .list {
	padding-top: 3%;
	display: flex;
	justify-content: space-between;
}
.main .safety .list .list-li {
	width: 30%;
	float: left;
	margin-bottom: 50px;
	background: #f0f8f8;
	padding: 40px;
	border-radius: 30px;
}
.main .safety .list .list-li:last-child {
	margin-left: 0px;
	float: right;
}
.main .safety .list .list-li .img {
	margin-right: 20px;
	margin-bottom: 20px;
}
.main .safety .list .list-li .img img {
	max-width: 70px;
}
.main .safety .list .list-li .txt {
	width: 100%;
}
.main .safety .list .list-li .txt h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.main .safety .list .list-li p {
	color: #999;
}

.main .ad-box-pc {
	width: 100%;
	background: #f0f8f8;
	padding: 5% 0;
}
.main .ad-box-pc .title-h3 {
	font-size: 4rem;
	color: #333;
	margin-top: 0px;
	margin-bottom: 50px;
	line-height: 80%;
	text-align: center;
}
.main .ad-box-pc .title-h3 font {
	color: #09bb8a;
}
.main .ad-box-pc .title-h3 span {
	color: #999;
	font-size: 2.4rem;
}
.main .ad-box-pc .adv-list {
	width: 100%;
}
.main .ad-box-pc .adv-list li {
	width: 100%;
	color: #333;
	font-size: 19px;
	margin-bottom: 10px;
	line-height: 160%;
	background: url(../images/ico-s-11.png) no-repeat left 5px;
	padding-left: 25px;
}
.main .ad-box-pc .adv-left {
	width: 45%;
	float: right;
	padding-top: 50px;
}
.main .ad-box-pc .adv-left .title-h3 {
	font-size: 3.5rem;
	color: #333;
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 80%;
	text-align: left;
}
.main .ad-box-pc .adv-left .two-title {
	font-size: 2.5rem;
	color: #333;
	margin-bottom: 10px;
}
.main .ad-box-pc .adv-left .title-h3 font {
	color: #09bb8a;
}
.main .ad-box-pc .adv-left .title-h3 span {
	color: #999;
	font-size: 2.4rem;
}
.main .ad-box-pc .adv-left p {
	font-size: 1.8rem;
	color: #666;
	line-height: 180%;
	margin-bottom: 30px;
}
.main .ad-box-pc .adv-left .btn-list a {
	padding: 10px 25px;
	border-radius: 20px;
	color: #fff;
	background: #09bb8a;
	font-size: 1.4rem;
}
.main .ad-box-pc .adv-right {
	width: 50%;
	float: left;
	text-align: center;
}
.main .ad-box-pc .adv-right img {
	width: 100%;
	max-width: 450px;
	margin-top: 50px;
}

.main .ad-box-pc .swiper-container-pc {
	overflow: hidden;
	position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
	opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
	opacity: 1;
}
.main .ad-box-pc .top-banner {
	width: 100%;
	position: relative;
	padding-bottom: 5%;
}
.main .ad-box-pc .swiper-slide {
	overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
	width: 100%;
}
.main .ad-box-pc .swiper-pagination {
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 100%;
	text-align: center;
}
.swiper-pagination-switch {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #333333;
	border-radius: 10px;
	margin: 0 5px;
	transition: 0.4s;
}
.swiper-active-switch {
	background: #16be90;
	transition: 0.4s;
}
.main .ad-box-pc .swiper-pagination-bullet {
	background: #333333;
	height: 12px;
	width: 12px;
	opacity: 1;
	border-radius: 12px;
	margin: 0 4px;
	transition: 0.4s;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
	background: #16be90;
	opacity: 1;
	transition: 0.4s;
	height: 12px;
	width: 40px;
}
.main .ad-box-pc .swiper-button-next-pc {
	width: 51px;
	height: 51px;
	cursor: pointer;
	position: absolute;
	right: 8%;
	top: 50%;
	margin-top: -33px;
	background: url("../images/ad-btn_05.png") no-repeat center;
	z-index: 6;
	opacity: 0.5;
	transition: 0.3s;
}
.main .ad-box-pc .swiper-button-next-pc:hover {
	opacity: 0.8;
}
.main .ad-box-pc .swiper-button-prev-pc {
	width: 51px;
	height: 51px;
	cursor: pointer;
	position: absolute;
	left: 8%;
	top: 50%;
	margin-top: -33px;
	background: url("../images/ad-btn_03.png") no-repeat center;
	z-index: 6;
	opacity: 0.5;
	transition: 0.3s;
}
.main .ad-box-pc .swiper-button-prev-pc:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.main .index-tit {
	margin: 4% 0;
	text-align: center;
	margin-top: 0px;
}
.main .index-tit h4 {
	font-size: 1.4rem;
	color: #999;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-top: 0px;
	padding-top: 20px;
	line-height: 3rem;
}
.main .index-tit h4 b {
	font-size: 4rem;
	color: #fff;
}
.main .index-tit h4 font {
	font-size: 2rem;
	color: #fff;
	font-family: "MontserratSemiBold";
	opacity: 0.5;
}

.main .about {
	padding: 5% 0;
	background: url("../images/a_bg_1.png") no-repeat center center;
}

.main .about .numCount {
	width: 100%;
	float: left;
	padding-bottom: 2%;
}
.main .about .numCount .txt {
	float: left;
	text-align: center;
	font-size: 2rem;
	width: 30%;
	margin-right: 4.5%;
	padding-bottom: 20px;
}
.main .about .numCount .txt:last-child {
	border: 0px;
	margin-right: 0;
}
.main .about .numCount .txt h3 {
	font-size: 4.5rem;
	text-align: center;
	font-family: "MontserratSemiBold";
	color: #09bb8a;
}
.main .about .numCount .txt h3 font {
	font-size: 2rem;
	color: #09bb8a;
}
.main .about .numCount .txt p {
	text-align: center;
	color: #666666;
}

.main .about .about_left {
	float: left;
	width: 100%;
	padding: 3% 0;
}

.main .index-tit {
	margin: 1% 0;
	text-align: center;
	margin-top: 0px;
}

.main .about .txt {
	width: 100%;
	float: left;
	text-align: center;
}
.main .about .index-tit {
	padding-bottom: 3%;
}
.main .about .about_left .txt {
	width: 80%;
	margin-left: 10%;
}
.main .about .txt ul {
	width: 100%;
}
.main .about .txt ul li {
	width: 33.333%;
	float: left;
	padding: 6% 0px;
	text-align: center;
}
.main .about .txt ul li span {
	font-size: 4rem;
	color: #d02c27;
	font-family: "AvantGarde-Bold";
}
.main .about .txt ul li span b {
	vertical-align: super;
	font-weight: none;
	font-size: 2rem;
	margin-left: 10px;
}

.main .about .txt ul li p {
	text-align: center;
	letter-spacing: 0rem;
}
.main .about .txt p {
	font-size: 1.6rem;
	line-height: 200%;
	margin: 1% 0;
	text-align: center;
	color: #666;
}
.main .about .txt a {
	font-size: 1.6rem;
	width: 130px;
	height: 40px;
	color: #333;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	*display: inline;
	transition: 0.4s;
	margin-top: 5%;
	border-radius: 30px;
	border: 2px solid #cccccc;
}
.main .about .txt a:hover {
	color: #fff;
	background-color: #09bb8a;
	transition: 0.4s;
	border-radius: 30px;
	border: 2px solid #09bb8a;
}
.main .about_right img {
	width: 100%;
}
@media (max-width: 768px) {
	.main .about .img {
		width: 100%;
	}
}
.main .about .img img {
	width: 100%;
}
.main .index-tit-h3 {
	text-align: center;
}

.main .index-tit-h3 h4 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.main .index-tit-h3 h4 b {
	font-size: 4rem;
	color: #d02c27;
}
.main .index-tit-h3 h4 font {
	color: #333333;
	font-size: 4rem;
}
.main .index-tit-h3 h4 p {
	color: #cccccc;
	font-size: 1.4rem;
	padding-top: 10px;
}

.main .new_registered {
	background: url(../images/pro_bg_2.png) no-repeat center top;
	padding-top: 100px;
	min-height: 736px;
}

.main .new_registered .re_from {
	width: 400px;
	float: right;
	text-align: center;
	margin-right: 10%;
	margin-top: 5%;
}
.main .new_registered .re_from h3 {
	width: 100%;
	color: #fff;
	font-size: 3rem;
}
.main .new_registered .re_from h5 {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	margin-bottom: 20px;
}
.main .new_registered .re_from .registered {
	width: 100%;
}
.main .new_registered .re_from .registered .list {
	width: 100%;
	color: #333;
	background: #fff;
	border-radius: 15px;
	float: left;
	margin-bottom: 20px;
}
.main .new_registered .re_from .registered .list:hover {
	background-color: #d9f3f6;
}
.main .new_registered .re_from .registered .list_name {
	float: left;
	width: 24%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	text-align: right;
}
.main .new_registered .re_from .registered .list input {
	height: 60px;
	line-height: 60px;
	border: 0px;
	background: transparent;
	width: 72%;
	text-indent: 10px;
	float: left;
	padding-left: 10px;
	color: #000;
	font-size: 1.4rem;
}
.main .new_registered .re_from .registered .list select {
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	margin-left: 2%;
	font-size: 1.6rem;
	border: 0px;
	margin-top: 5px;
	text-align: center;
	background-color: transparent;
}
.main .new_registered .re_from .registered .list select option {
	font-size: 1.6rem;
}
.main .new_registered .re_from .registered .sms input {
	width: 40%;
	margin-right: 10px;
}
.main .new_registered .re_from .registered .sms button {
	width: 25%;
	height: 40px;
	line-height: 40px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	border: 0px;
	background: #09bb8a;
	outline: none;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}
.main .new_registered .re_from .registered .sms button:hover {
	outline: none;
}
.main .new_registered .re_from .registered .bot {
	text-align: center;
	padding: 10px 0px;
}
.main .new_registered .re_from .registered .bot .bot_btn {
	width: 100%;
	text-align: center;
	background: #43c1d0;
	font-size: 2rem;
	color: #fff;
	height: 70px;
	line-height: 70px;
	border-radius: 15px;
	border: none;
	cursor: pointer;
	outline: none;
	transition: 0.4s;
}
.main .new_registered .re_from .registered .bot .bot_btn:hover {
	transition: 0.4s;
	background: #2ea8b6;
}

.main .new_registered .re_from .hot-list {
	width: 100%;
	padding: 20px 0;
}
.main .new_registered .re_from .hot-list .hot-news {
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding: 0px;
	display: inline-block;
	*display: inline;
	float: left;
}
.main .new_registered .re_from .hot-list .hot-news .txtScroll-top {
	float: left;
	padding: 10px 30px 10px 0;
	padding-left: 30px;
	background: url(../images/cj_ico_1.png) no-repeat 5px center;
	background-size: 18px auto;
	color: #fff;
}
.main .new_registered .re_from .hot-list .hot-news .txtScroll-top li {
	float: left;
	width: 100%;
}
.main .new_registered .re_from .hot-list .hot-news .txtScroll-top li span {
	float: left;
	width: 33.33%;
	text-align: left;
}
.main .new_registered .re_from .hot-list .hot-news .txtScroll-top li span:nth-child(3) {
	text-align: right;
	color: #00cc00;
}

.ins-main .new_registered {
	background: url(../images/pro_bg_2.png) no-repeat center top;
	padding-top: 50px;
	min-height: 536px;
}

.ins-main .new_registered .re_from {
	width: 400px;
	float: right;
	text-align: center;
	margin-right: 10%;
	margin-top: 5%;
}
.ins-main .new_registered .re_from h3 {
	width: 100%;
	color: #fff;
	font-size: 3rem;
}
.ins-main .new_registered .re_from h5 {
	width: 100%;
	color: #fff;
	font-size: 2rem;
	margin-bottom: 20px;
}
.ins-main .new_registered .re_from .registered {
	width: 100%;
}
.ins-main .new_registered .re_from .registered .list {
	width: 100%;
	color: #333;
	background: #fff;
	border-radius: 15px;
	float: left;
	margin-bottom: 20px;
}
.ins-main .new_registered .re_from .registered .list:hover {
	background-color: #d9f3f6;
}
.ins-main .new_registered .re_from .registered .list_name {
	float: left;
	width: 24%;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #999;
	text-align: right;
}
.ins-main .new_registered .re_from .registered .list input {
	height: 60px;
	line-height: 60px;
	border: 0px;
	background: transparent;
	width: 72%;
	text-indent: 10px;
	float: left;
	padding-left: 10px;
	color: #000;
	font-size: 1.4rem;
}
.ins-main .new_registered .re_from .registered .list select {
	float: left;
	width: 20%;
	height: 50px;
	line-height: 50px;
	margin-left: 2%;
	font-size: 1.6rem;
	border: 0px;
	margin-top: 5px;
	text-align: center;
	background-color: transparent;
}
.ins-main .new_registered .re_from .registered .list select option {
	font-size: 1.6rem;
}
.ins-main .new_registered .re_from .registered .sms input {
	width: 40%;
	margin-right: 10px;
}
.ins-main .new_registered .re_from .registered .sms button {
	width: 25%;
	height: 40px;
	line-height: 40px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
	border: 0px;
	background: #09bb8a;
	outline: none;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}
.ins-main .new_registered .re_from .registered .sms button:hover {
	outline: none;
}
.ins-main .new_registered .re_from .registered .bot {
	text-align: center;
	padding: 10px 0px;
}
.ins-main .new_registered .re_from .registered .bot .bot_btn {
	width: 100%;
	text-align: center;
	background: #43c1d0;
	font-size: 2rem;
	color: #fff;
	height: 70px;
	line-height: 70px;
	border-radius: 15px;
	border: none;
	cursor: pointer;
	outline: none;
	transition: 0.4s;
}
.ins-main .new_registered .re_from .registered .bot .bot_btn:hover {
	transition: 0.4s;
	background: #2ea8b6;
}

.ins-main .new_registered .re_from .hot-list {
	width: 100%;
	padding: 20px 0;
}
.ins-main .new_registered .re_from .hot-list .hot-news {
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding: 0px;
	display: inline-block;
	*display: inline;
	float: left;
}
.ins-main .new_registered .re_from .hot-list .hot-news .txtScroll-top {
	float: left;
	padding: 10px 30px 10px 0;
	padding-left: 30px;
	background: url(../images/cj_ico_1.png) no-repeat 5px center;
	background-size: 18px auto;
	color: #fff;
}
.ins-main .new_registered .re_from .hot-list .hot-news .txtScroll-top li {
	float: left;
	width: 100%;
}
.ins-main .new_registered .re_from .hot-list .hot-news .txtScroll-top li span {
	float: left;
	width: 33.33%;
	text-align: left;
}
.ins-main .new_registered .re_from .hot-list .hot-news .txtScroll-top li span:nth-child(3) {
	text-align: right;
	color: #00cc00;
}

.main .product {
	padding: 4% 0;
}
.tabs-right {
	text-align: center;
}
.main .product .pro-left {
	width: 45%;
	float: left;
	padding-top: 80px;
}
.main .product .pro-left .title-h3 {
	font-size: 4rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 80%;
}
.main .product .pro-left .title-h3 font {
	color: #09bb8a;
}
.main .product .pro-left .title-h3 span {
	color: #999;
	font-size: 2.4rem;
}
.main .product .pro-left p {
	font-size: 1.8rem;
	color: #666;
	line-height: 180%;
	margin-bottom: 30px;
}
.main .product .pro-left .btn-list a {
	padding: 10px 25px;
	border-radius: 20px;
	color: #fff;
	background: #09bb8a;
	font-size: 1.4rem;
}
.main .product .pro-right {
	width: 45%;
	float: right;
	text-align: right;
	padding-top: 50px;
}
.main .product .pro-right img {
	width: 100%;
	max-width: 505px;
}
.pro-bottom {
	width: 100%;
	float: left;
	color: #333;
	padding-top: 50px;
}
.pro-bottom .list {
	width: 25%;
	float: left;
	margin-right: 10%;
}
.pro-bottom .list p {
	color: #999;
}
.pro-bottom .list:last-child {
	margin: 0px;
}
.main .btn_more a {
	font-size: 1.6rem;
	width: 130px;
	height: 40px;
	color: #333;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	*display: inline;
	transition: 0.4s;
	margin-top: 5%;
	border-radius: 30px;
	border: 2px solid #cccccc;
}
.main .btn_more a:hover {
	color: #fff;
	background-color: #09bb8a;
	transition: 0.4s;
	border-radius: 30px;
	border: 2px solid #09bb8a;
}

.main .news {
	margin: 0 0 6%;
	padding-top: 10%;
}
.main .news .index-tit h4 b {
	color: #333;
}
.main .news .index-tit h4 font {
	color: #666;
	opacity: 0.5;
}
.main .news .content1 {
	text-align: center;
}
.main .news .content1 li {
	text-align: left;
}
.main .news .content1 li:hover .img img {
	transform: scale(1.05);
	border-radius: 30px;
}
.main .news .content1 li:hover .txt h6 {
	color: #09bb8a;
}
.main .news .content1 li .img {
	width: 100%;
	float: left;
	overflow: hidden;
	border-radius: 30px;
}
.main .news .content1 li .img img {
	width: 100%;
	transition: 0.3s;
	border-radius: 30px;
}
.main .news .content1 li .txt {
	width: 100%;
	float: left;
	padding-top: 3%;
	text-align: center;
}
.main .news .content1 li .txt h6 {
	font-size: 1.8rem;
	color: #333;
	margin-top: 2%;
	line-height: 160%;
}
.main .news .content1 li .txt span {
	color: #999999;
}

.main .news .content1 li:hover .txt h6 {
	color: #09bb8a;
}

.main .news .more {
	font-size: 1.8rem;
	margin-top: 3%;
	width: 130px;
	height: 47px;
	background: #09bb8a;
	color: #fff;
	text-align: center;
	line-height: 47px;
	display: inline-block;
	*display: inline;
}

.main .newapp {
	height: 460px;
	background: url(../images/footer_app.jpg) no-repeat center bottom;
	overflow: hidden;
}

.main .newapp .img {
	float: left;
	width: 40%;
	margin-left: 10%;
}
.main .newapp .img a img {
	margin-top: 50px;
	transition: 0.3s;
	width: 100%;
	max-width: 393px;
}
.main .newapp .img a:hover img {
	margin-top: 40px;
	transition: 0.3s;
}

.main .newapp .txt {
	float: left;
	width: 40%;
	margin-top: 220px;
	text-align: center;
}
.main .newapp .txt h3 {
	font-size: 4rem;
	font-weight: bold;
	color: #fff;
}

.main .newapp .txt p {
	font-size: 2rem;
	color: #fff;
	padding-bottom: 20px;
}
.main .newapp .txt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	border: 1px solid #c3c3c3;
	border-radius: 30px;
	color: #333333;
	font-size: 1.4rem;
	margin-right: 20px;
	padding-left: 40px;
	background: url(../images/new_app_a_1.png) no-repeat 20px 50%;
	background-color: #fff;
	position: relative;
	transition: 0.3s;
}
.main .newapp .txt a img {
	position: absolute;
	top: -220px;
	left: -20px;
	width: 200px;
	transition: 0.3s;
	display: none;
}
.main .newapp .txt a:hover img {
	transition: 0.3s;
	display: block;
}
.main .newapp .txt a:hover {
	color: #fff;
	border: 1px solid #42c1d0;
	background: url(../images/new_app_a_1_hover.png) no-repeat 20px 50%;
	background-color: #42c1d0;
	transition: 0.3s;
}
.main .newapp .txt .a_2 {
	background: url(../images/new_app_a_2.png) no-repeat 20px 50%;
	background-color: #fff;
	transition: 0.3s;
}
.main .newapp .txt .a_2:hover {
	background: url(../images/new_app_a_2_hover.png) no-repeat 20px 50%;
	background-color: #42c1d0;
	transition: 0.3s;
}

.ins-main .list-con {
	width: 100%;
	float: left;
	padding-top: 5%;
}

.ins-main .list-con ul {
	margin: 0;
}
.ins-main .list-con li {
	width: 22%;
	float: left;
	margin-right: 3.33333333%;
	text-align: center;
	margin-bottom: 3%;
	background: #fff;
}
.ins-main .list-con li .img {
	width: 100%;
}
.ins-main .list-con li .img img {
	width: 100%;
	cursor: pointer;
}

.ins-main .list-con li .txt {
	font-size: 1.4rem;
	color: #333;
	margin: 10px 0;
}
.ins-main .list-con li:nth-child(4n + 4) {
	margin-right: 0;
}

.contact {
	width: 100%;
	background: rgba(241, 239, 246, 0.5);
	padding: 4% 0;
	text-align: center;
}

.contact .title-h3 {
	font-size: 4rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 80%;
}
.contact .title-h3 font {
	color: #09bb8a;
}
.contact .two-title {
	color: #666666;
	font-size: 1.6rem;
	padding: 20px 0;
	margin-bottom: 30px;
}
.contact .two-title img {
	margin-bottom: 10px;
}
.contact .contact-btn a {
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	background: #09bb8a;
	font-size: 2rem;
}

.footer {
	background: #20263b;
	color: #666;
	padding: 3% 0;
}
.footer .footer-top {
	padding: 3% 0 3%;
	position: relative;
}

.footer .footer-top .list {
	margin: 0 0% 0 0;
	float: left;
	color: #fff;
	width: 33.33%;
}

@media (max-width: 992px) {
	.footer .footer-top .list {
		margin: 0 0% 0 0;
	}
}
.footer .footer-top .list h5 {
	font-size: 2.2rem;
	color: #fff;
	margin-bottom: 20px;
}
.footer .footer-top .list h5 a {
	color: #fff;
	transition: 0.3s;
}
.footer .footer-top .list h5 a:hover {
	color: #09bb8a;
	transition: 0.3s;
}
.footer .footer-top .list li {
	font-size: 1.6rem;
	color: #cce2f2;
	line-height: 35px;
}
.footer .footer-top .list li a {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: 0.3s;
}
.footer .footer-top .list li a:hover {
	color: #09bb8a;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 0.3s;
	padding-left: 5px;
}

.footer .footer-top .fcontact {
	float: right;
	color: #666;
	width: 30%;
	margin: 0px;
	display: none;
}

.footer .footer-top .fcontact li {
	line-height: 160%;
	margin-bottom: 10px;
	float: left;
	width: 50%;
	color: #fff;
	text-align: center;
}

.footer .footer-top .fcontact li img {
	max-width: 150px;
	margin-bottom: 10px;
	border-radius: 10px;
}

.footer .footer-top .nav {
	width: 8%;
}
@media (max-width: 1200px) {
}
@media (max-width: 768px) {
	.footer {
		padding: 0;
	}
	.footer .footer-con2 {
		background: #006ebd;
		display: block !important;
		text-align: center;
	}
	.footer .footer-con2 p img {
		margin: 0;
	}
	.footer .footer-con2 p a {
		display: inline-block;
		margin: 20px 12px;
	}
	.footer .footer-con2 p a:hover img {
		margin-top: -4px;
	}
	.footer .footer-con2 h5 {
		background: #006ebd url("../images/lit_07.png") no-repeat right center;
		background-position: right 26px top 28px;
		text-transform: capitalize;
		margin: 0;
		font-weight: 500;
		color: #fff;
		font-size: 15px;
		border-bottom: 1px solid #ececec;
		padding: 18px 26px 18px 24px;
	}
	.footer .footer-con2 .list-con {
		display: none;
	}
	.footer .footer-con2 .list-con a {
		color: #fff;
		margin: 0;
		background: #017bd2;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #ececec;
		font-size: 14px;
		padding: 12px;
	}
	.footer .footer-con2 .list-con a:hover {
		color: #ccc;
	}
	.footer .footer-con2 .list-con li {
		color: #333;
		border-bottom: 1px solid #ececec;
		font-size: 14px;
		padding: 12px;
		background: #edf2f8;
	}
	.footer .footer-con2 .footer-form {
		position: relative;
	}
	.footer .footer-con2 .footer-form .txt {
		height: 45px;
		line-height: 45px;
		border: none;
		padding: 0 10px 0 60px;
		width: 100%;
		background: #ffffff url("../images/mail_03.jpg") no-repeat left center;
	}
	.footer .footer-con2 .footer-form .submit {
		position: absolute;
		top: 0;
		right: 3%;
		border: none;
		cursor: pointer;
		width: 20px;
		height: 45px;
		background: url("../images/mail-arrow_03.jpg") no-repeat center;
	}
	.footer .footer-con2 .link {
		display: none;
		color: #333;
		border-bottom: 1px solid #aaa;
		font-size: 14px;
		padding: 12px;
		background: #2a2a2a;
	}
	.footer .footer-con2 .link a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 3% 0 0;
	}
}
.footer .footer-bot {
	text-align: center;
	padding-bottom: 2%;
	padding-top: 2%;
}
.footer .footer-bot .container {
	position: relative;
}
.footer .footer-bot .bottom-a {
	text-align: center;
	padding-bottom: 15px;
}
.footer .footer-bot .bottom-a img {
	margin: 0 10px;
}
.footer .footer-bot .bottom-c {
	text-align: center;
	padding-bottom: 15px;
	color: #fff;
	opacity: 0.5;
	line-height: 180%;
}
.footer .footer-bot .bottom-h {
	text-align: center;
}
.footer .footer-bot .bottom-h img {
	margin: 0 10px;
}
/*ins-style*/
@media (max-width: 768px) {
	.ins-main {
		margin-top: 55px;
	}
}

.ins-main .ins-team {
	background: #f4f8fb;
}
.ins-main .ins-ad img {
	width: 100%;
}

.ins-main .ins-con {
	padding: 2% 4% 3%;
}
.ins-main .show-nav {
	height: 60px;
	line-height: 60px;
}
.ins-main .show-nav .container {
	position: relative;
}
.ins-main .show-nav p {
	margin: 0;
	font-size: 1.6rem;
	color: #5e5e5e;
	text-transform: capitalize;
	padding-left: 44px;
	background: url("../images/location_03.png") no-repeat left center;
}
.ins-main .show-nav p a {
	color: #5e5e5e;
}
.ins-main .show-nav p a:hover {
	color: #09bb8a;
}
.ins-main .show-nav p .active {
	color: #09bb8a;
}
.ins-main .show-nav .back {
	position: absolute;
	right: 15px;
	top: 12px;
}
.ins-main .show-nav .back a {
	display: block;
	width: 120px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	background: #09bb8a;
	color: #fff;
	font-size: 1.6rem;
}
@media (max-width: 768px) {
	.ins-main .show-nav {
		height: auto;
		line-height: 39px;
		border-bottom: 1px solid #eee;
		background: #f7f7f7;
	}
	.ins-main .show-nav .container {
		position: relative;
	}
	.ins-main .show-nav p {
		margin: 0;
		font-size: 1.6rem;
		color: #5e5e5e;
		margin-left: 0px;
		padding-left: 0;
		background: none;
	}
	.ins-main .show-nav p a {
		color: #5e5e5e;
	}
	.ins-main .show-nav p a:hover {
		color: #09bb8a;
	}
	.ins-main .show-nav p .active {
		color: #09bb8a;
	}
	.ins-main .show-nav .back {
		display: none;
		position: static;
		right: 15px;
		top: 12px;
	}
	.ins-main .show-nav .back a {
		display: block;
		width: 120px;
		text-align: center;
		height: 35px;
		line-height: 35px;
		border-radius: 5px;
		background: #09bb8a;
		color: #fff;
		font-size: 1.6rem;
	}
}

.ins-main .list-nav {
	text-align: center;
	padding: 1% 0;
	background: #fff;
	border-bottom: 1px solid #efefef;
}
.ins-main .list-nav ul {
	margin: 0;
}
.ins-main .list-nav li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3rem;
}
.ins-main .list-nav li a {
	display: block;
	font-size: 1.8rem;
	color: #333;
	padding: 0 2.5rem;
	height: 38px;
	line-height: 38px;
	border-radius: 25px;
	-moz-border-radius: 25px;
}
.ins-main .list-nav li a:hover {
	background: #09bb8a;
	color: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	transition: all 0.6s ease;
	margin: 0 auto;
	display: block;
}
.ins-main .list-nav .active a {
	background: #09bb8a;
	color: #fff;
	border-radius: 25px;
	-moz-border-radius: 25px;
	transition: all 0.6s ease;
	margin: 0 auto;
	display: block;
}

.ins-main .bread-nav {
	width: 100%;
	margin-bottom: 3%;
	text-align: right;
	padding-top: 20px;
	color: #999999;
}
.ins-main .bread-nav a {
	color: #999999;
}
.ins-main .bread-nav a:hover {
	color: #09bb8a;
}

.ins-main .index-tit {
	margin: 4% 0;
	text-align: center;
	margin-top: 0px;
}
.ins-main .index-tit h4 {
	color: #999;
	text-transform: uppercase;
	padding-bottom: 15px;
	background: url("../images/tit-bg_03.png") no-repeat center bottom;
	margin-top: 0px;
	padding-top: 30px;
	line-height: 3rem;
	font-family: "Montserrat-Light";
}
.ins-main .index-tit h4 b {
	font-size: 3.5rem;
	color: #333;
}
.ins-main .index-tit h4 font {
	color: #db261d;
}
.ins-main .index-tit h4 span {
	color: #cccccc;
	font-size: 1.6rem;
}

.ins-main .ins-about {
	padding: 3% 0%;
}

.ins-main .ins-about .numCount {
	width: 100%;
	float: left;
	padding-bottom: 2%;
}
.ins-main .ins-about .numCount .txt {
	float: left;
	text-align: center;
	font-size: 2rem;
	width: 30%;
	margin-right: 4.5%;
	padding-bottom: 20px;
}
.ins-main .ins-about .numCount .txt:last-child {
	border: 0px;
	margin-right: 0;
}
.ins-main .ins-about .numCount .txt h3 {
	font-size: 4.5rem;
	text-align: center;
	font-family: "MontserratSemiBold";
	color: #09bb8a;
}
.ins-main .ins-about .numCount .txt h3 font {
	font-size: 2rem;
	color: #09bb8a;
}
.ins-main .ins-about .numCount .txt p {
	text-align: center;
	color: #666666;
}

.ins-main .ins-about .about_left .txt {
	width: 85%;
	margin-left: 10%;
}

.ins-main .ins-about .about_left .txt p {
	font-size: 1.6rem;
	line-height: 200%;
	margin: 1% 0;
	text-align: center;
	color: #666;
}

.ins-main .ins-nav p {
	font-size: 1.4rem;
	color: #999;
	margin: 0;
}
.ins-main .ins-nav p a {
	color: #999;
}
.ins-main .ins-nav p a:hover {
	color: #09bb8a;
}
.ins-main .ins-tit {
	margin-bottom: 3%;
	text-align: center;
}
.ins-main .ins-tit h5 {
	font-size: 2.4rem;
	color: #1a1a1a;
	text-transform: uppercase;
}
.ins-main .ins-tit b {
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #0368b0;
}
.ins-main .pro-category {
	background: #efefef;
	padding: 4% 0;
}
.ins-main .pro-category .list {
	float: left;
	width: 18%;
	margin-right: 2.5%;
	overflow-y: auto;
	margin-bottom: 2.5%;
	border: 1px solid #e3e3e3;
	height: 398px;
	background: url("../images/pro-list_03.jpg") no-repeat center;
	background-size: cover;
}
@media (max-width: 768px) {
	.ins-main .pro-category .list {
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
		padding-bottom: 10px;
	}
}
.ins-main .pro-category .list h6 {
	font-size: 1.6rem;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.ins-main .pro-category .list ul {
	padding: 0 10%;
}
.ins-main .pro-category .list ul li {
	font-size: 1.4rem;
	margin-bottom: 1px;
}
.ins-main .pro-category .list ul li a {
	color: #666;
	padding-left: 15px;
	background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.ins-main .pro-category .list ul li a:hover {
	color: #d31518;
}
.ins-main .pro-category .list .more a {
	display: block;
	padding-left: 25px;
	font-size: 1.4rem;
	color: #0368b0;
}
@media (max-width: 768px) {
	.ins-main .pro-category .list .more a {
		padding-left: 35px;
	}
}
.ins-main .pro-category .list:nth-child(5n + 5) {
	margin-right: 0;
}
.ins-main .pro-category .list::-webkit-scrollbar {
	/*滚动条整体样式*/

	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/

	height: 4px;
}
.ins-main .pro-category .list::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/

	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.ins-main .pro-category .list::-webkit-scrollbar-track {
	/*滚动条里面轨道*/

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.ins-main .ins-join .top-con {
	padding: 4% 0;
}
.ins-main .ins-join .top-con .img {
	width: 50%;
	float: left;
}
.ins-main .ins-join .top-con .img img {
	width: 100%;
}
.ins-main .ins-join .top-con .txt-box {
	width: 44%;
	float: right;
}
.ins-main .ins-join .top-con .txt-box h6 {
	font-size: 3rem;
	color: #1f1f1f;
	text-transform: uppercase;
	margin-top: 5%;
}
.ins-main .ins-join .top-con .txt-box h4 {
	font-size: 4.8rem;
	color: #0368b0;
	text-transform: uppercase;
}
.ins-main .ins-join .top-con .txt-box .txt {
	margin: 8% 0;
}
.ins-main .ins-join .top-con .txt-box .txt p {
	font-size: 1.6rem;
	color: #6c6c6c;
	margin: 0;
	line-height: 200%;
}
.ins-main .ins-join .top-con .txt-box p {
	font-size: 1.6rem;
	color: #1f1f1f;
	margin: 0;
	line-height: 200%;
}
.ins-main .ins-join .top-con .txt-box a {
	display: block;
	width: 200px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #dabaa3;
	color: #fff;
	font-size: 1.6rem;
	margin-top: 6%;
}
.ins-main .ins-join .center-con {
	padding: 4% 0;
	background: #f6f6f6;
}
.ins-main .ins-join .center-con li {
	background: #fff;
}
.ins-main .ins-join .center-con li .txt {
	padding: 5%;
	width: 50%;
	float: left;
}
.ins-main .ins-join .center-con li .txt h6 {
	font-size: 2.4rem;
	color: #0368b0;
	text-transform: uppercase;
	margin-bottom: 6%;
}
.ins-main .ins-join .center-con li .txt p {
	font-size: 1.8rem;
	color: #1f1f1f;
	line-height: 200%;
	margin: 0;
}
.ins-main .ins-join .center-con li .img {
	width: 50%;
	float: right;
}
.ins-main .ins-join .center-con li .img img {
	width: 100%;
}
.ins-main .ins-join .center-con li:nth-child(2) .txt {
	float: right;
}
.ins-main .ins-join .center-con li:nth-child(2) .img {
	float: left;
}
.ins-main .ins-join .bot-con {
	padding: 4% 0;
}
.ins-main .ins-join .bot-con .list {
	width: 45%;
	float: right;
}
.ins-main .ins-join .bot-con .list li {
	margin-bottom: 9%;
}
.ins-main .ins-join .bot-con .list h6 {
	font-size: 2.4rem;
	color: #0368b0;
	text-transform: uppercase;
}
.ins-main .ins-join .bot-con .list p {
	font-size: 1.6rem;
	color: #0b0b0b;
}
.ins-main .ins-join .bot-con .img {
	width: 50%;
	float: left;
}
.ins-main .ins-join .bot-con .img img {
	width: 100%;
}
.ins-main .ins-join .three-years {
	padding: 4% 0;
	background: #f6f6f6;
}
.ins-main .ins-join .three-years .list li {
	width: 32.333333%;
	float: left;
	margin-right: 1.5%;
	text-align: center;
	background: #fff;
	height: 320px;
	border-radius: 10px;
	transition: 0.4s;
}
.ins-main .ins-join .three-years .list li:hover {
	background: #dabaa3;
}
.ins-main .ins-join .three-years .list li:hover h4 {
	color: #fff;
}
.ins-main .ins-join .three-years .list li:hover p {
	color: #fff;
}
.ins-main .ins-join .three-years .list li h4 {
	font-size: 3.6rem;
	color: #0368b0;
	padding: 10% 0 8%;
}
.ins-main .ins-join .three-years .list li p {
	font-size: 1.6rem;
	color: #595959;
	margin: 0;
	line-height: 200%;
}
.ins-main .ins-join .three-years .list li:nth-child(3) {
	margin-right: 0;
}
.ins-main .ins-join .choose {
	padding: 4% 0;
}
.ins-main .ins-join .choose .list {
	border: 1px solid #eee;
	border-left: none;
	border-bottom: none;
}
.ins-main .ins-join .choose .list li {
	width: 33.333333%;
	float: left;
	height: 308px;
	border-right: 1px solid #eee;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.ins-main .ins-join .choose .list li span {
	display: inline-block;
	height: 50px;
	border-radius: 50px;
	background: #dabaa3;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin: 16% 0 8%;
	width: 50px;
}
.ins-main .ins-join .choose .list li h6 {
	font-size: 1.8rem;
	color: #0368b0;
	text-transform: uppercase;
	margin-bottom: 5%;
}
.ins-main .ins-join .choose .list li p {
	font-size: 1.4rem;
	color: #595959;
	margin: 0 10%;
}
.ins-main .ins-join .contact {
	height: 550px;
	background: url("../images/now-bg_02.jpg") no-repeat center;
}
.ins-main .ins-join .contact a {
	display: block;
}
@media (max-width: 768px) {
	.ins-main .ins-join .top-con {
		padding: 4% 0;
	}
	.ins-main .ins-join .top-con .img {
		width: 100%;
		float: left;
	}
	.ins-main .ins-join .top-con .img img {
		width: 100%;
	}
	.ins-main .ins-join .top-con .txt-box {
		width: 100%;
		float: right;
	}
	.ins-main .ins-join .top-con .txt-box h6 {
		font-size: 3rem;
		color: #1f1f1f;
		text-transform: uppercase;
		margin-top: 5%;
	}
	.ins-main .ins-join .top-con .txt-box h4 {
		font-size: 4rem;
		color: #0368b0;
		text-transform: uppercase;
	}
	.ins-main .ins-join .top-con .txt-box .txt {
		margin: 8% 0;
	}
	.ins-main .ins-join .top-con .txt-box .txt p {
		font-size: 1.6rem;
		color: #6c6c6c;
		margin: 0;
		line-height: 200%;
	}
	.ins-main .ins-join .top-con .txt-box p {
		font-size: 1.6rem;
		color: #1f1f1f;
		margin: 0;
		line-height: 200%;
	}
	.ins-main .ins-join .top-con .txt-box a {
		display: block;
		width: 150px;
		height: 45px;
		line-height: 45px;
		text-align: center;
		background: #dabaa3;
		color: #fff;
		font-size: 1.6rem;
		margin-top: 6%;
	}
	.ins-main .ins-join .center-con {
		padding: 4% 0;
		background: #f6f6f6;
	}
	.ins-main .ins-join .center-con li {
		background: #fff;
	}
	.ins-main .ins-join .center-con li .txt {
		padding: 5%;
		width: 100%;
		float: left;
	}
	.ins-main .ins-join .center-con li .txt h6 {
		font-size: 2.4rem;
		color: #0368b0;
		text-transform: uppercase;
		margin-bottom: 6%;
	}
	.ins-main .ins-join .center-con li .txt p {
		font-size: 1.8rem;
		color: #1f1f1f;
		line-height: 200%;
		margin: 0;
	}
	.ins-main .ins-join .center-con li .img {
		width: 100%;
		float: right;
	}
	.ins-main .ins-join .center-con li .img img {
		width: 100%;
	}
	.ins-main .ins-join .center-con li:nth-child(2) .txt {
		float: right;
	}
	.ins-main .ins-join .center-con li:nth-child(2) .img {
		float: left;
	}
	.ins-main .ins-join .bot-con {
		padding: 4% 0;
	}
	.ins-main .ins-join .bot-con .list {
		width: 100%;
		float: right;
	}
	.ins-main .ins-join .bot-con .list li {
		margin-bottom: 9%;
	}
	.ins-main .ins-join .bot-con .list h6 {
		font-size: 2.4rem;
		color: #0368b0;
		text-transform: uppercase;
	}
	.ins-main .ins-join .bot-con .list p {
		font-size: 1.6rem;
		color: #0b0b0b;
	}
	.ins-main .ins-join .bot-con .img {
		width: 100%;
		float: left;
	}
	.ins-main .ins-join .bot-con .img img {
		width: 100%;
	}
	.ins-main .ins-join .three-years {
		padding: 4% 0;
		background: #f6f6f6;
	}
	.ins-main .ins-join .three-years .list li {
		width: 100%;
		float: left;
		margin-right: 0%;
		text-align: center;
		margin-bottom: 15px;
		background: #fff;
		height: auto;
		padding-bottom: 12%;
	}
	.ins-main .ins-join .three-years .list li h4 {
		font-size: 3.6rem;
		color: #0368b0;
		padding: 10% 0 8%;
	}
	.ins-main .ins-join .three-years .list li p {
		font-size: 1.6rem;
		color: #595959;
		margin: 0;
		line-height: 200%;
	}
	.ins-main .ins-join .three-years .list li:nth-child(3) {
		margin-right: 0;
	}
	.ins-main .ins-join .choose {
		padding: 4% 0;
	}
	.ins-main .ins-join .choose .list {
		border: 1px solid #eee;
		border-left: none;
		border: none;
	}
	.ins-main .ins-join .choose .list li {
		width: 100%;
		float: left;
		height: 278px;
		border-right: 1px solid #eee;
		text-align: center;
		border: 1px solid #eee;
	}
	.ins-main .ins-join .choose .list li span {
		display: inline-block;
		height: 50px;
		border-radius: 50px;
		background: #dabaa3;
		font-size: 1.8rem;
		color: #fff;
		text-align: center;
		line-height: 50px;
		margin: 16% 0 8%;
		width: 50px;
	}
	.ins-main .ins-join .choose .list li h6 {
		font-size: 1.8rem;
		color: #0368b0;
		text-transform: uppercase;
		margin-bottom: 5%;
	}
	.ins-main .ins-join .choose .list li p {
		font-size: 1.4rem;
		color: #595959;
		margin: 0 10%;
	}
	.ins-main .ins-join .contact {
		height: 250px;
		background: url("../images/now-bg_02.jpg") no-repeat center;
	}
	.ins-main .ins-join .contact a {
		display: block;
	}
}
.ins-main .ins-profile {
	margin: 7% 0 3%;
}
.ins-main .ins-profile .txt-box {
	width: 50%;
	float: left;
}
.ins-main .ins-profile .txt-box h5 {
	font-size: 2.5rem;
	color: #1f56a8;
	text-transform: uppercase;
	margin-bottom: 5%;
	font-weight: 600;
}
.ins-main .ins-profile .txt-box p {
	font-size: 1.6rem;
	color: #666;
	line-height: 180%;
}
.ins-main .ins-profile .video-box {
	width: 40.5%;
	float: right;
	padding: 1.3%;
	border: 1px solid #eee;
}
@media (max-width: 768px) {
	.ins-main .ins-profile .video-box {
		width: 100%;
	}
}
.ins-main .ins-profile .video-box video {
	width: 100%;
}
@media (max-width: 768px) {
	.ins-main .ins-profile {
		margin: 7% 0 3%;
	}
	.ins-main .ins-profile .txt-box {
		width: 100%;
		float: left;
	}
	.ins-main .ins-profile .txt-box h5 {
		font-size: 2.5rem;
		color: #1f56a8;
		text-transform: uppercase;
		margin-bottom: 5%;
		font-weight: 600;
	}
	.ins-main .ins-profile .txt-box p {
		font-size: 1.6rem;
		color: #666;
		line-height: 180%;
	}
	.ins-main .ins-profile .video-box {
		width: 100%;
		float: right;
		padding: 1.3%;
		border: 1px solid #eee;
	}
	.ins-main .ins-profile .video-box video {
		width: 100%;
	}
}
@media (max-width: 768px) and (max-width: 768px) {
	.ins-main .ins-profile .video-box {
		width: 100%;
	}
}
.ins-main .ins-partner .list {
	padding: 3% 0;
}
.ins-main .ins-partner .list .swiper-container-list {
	overflow: hidden;
}
.ins-main .ins-partner .list .swiper-container-list .swiper-slide li {
	width: 20%;
	float: left;
}
@media (max-width: 768px) {
	.ins-main .ins-partner .list .swiper-container-list .swiper-slide li {
		width: 50%;
	}
}
.ins-main .ins-partner .list .swiper-container-list .swiper-slide li img {
	width: 100%;
	border: 1px solid #eee;
}
.ins-main .ins-partner .list .swiper-pagination-list {
	text-align: center;
	z-index: 99;
	width: 100%;
	margin-top: 2%;
}
.ins-main .ins-partner .list .swiper-pagination-bullet {
	background: #e5e5e5;
	border-radius: 0px;
	height: 9px;
	width: 9px;
	opacity: 1;
	border-radius: 9px;
}
.ins-main .ins-partner .list .swiper-pagination-bullet-active {
	background: #0368b0;
	opacity: 1;
}
.ins-main .ins-partner .list:nth-child(2n + 2) {
	background: #f6f6f6;
}
.ins-main .ins-reviews {
	padding: 3% 0;
}
.ins-main .ins-reviews li {
	width: 32.333333%;
	float: left;
	margin: 0 1.5% 3% 0;
}
@media (max-width: 768px) {
	.ins-main .ins-reviews li {
		width: 100%;
		margin: 0 0 15px 0;
	}
}
.ins-main .ins-reviews li:hover .img img {
	transform: scale(1.1);
}
.ins-main .ins-reviews li .img {
	overflow: hidden;
}
.ins-main .ins-reviews li .img img {
	width: 100%;
	transition: 0.4s;
}
.ins-main .ins-reviews li .txt {
	border-bottom: 1px solid #eee;
	padding: 3% 0;
}
.ins-main .ins-reviews li .txt h6 {
	font-size: 1.8rem;
	color: #000;
	text-transform: uppercase;
}
.ins-main .ins-reviews li .txt span {
	font-size: 1.4rem;
	color: #0368b0;
}
.ins-main .ins-reviews li .txt p {
	font-size: 1.4rem;
	color: #616161;
	line-height: 180%;
	margin-top: 2%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	height: 50px;
}
.ins-main .ins-reviews li:nth-child(3n + 3) {
	margin-right: 0;
}
.ins-main .ins-culture {
	padding: 3% 0;
}
.ins-main .ins-culture .img {
	margin-bottom: 2%;
}
.ins-main .ins-culture .img img {
	width: 100%;
}
.ins-main .ins-culture .list-box li {
	width: 49%;
	float: left;
	margin: 0 2% 2% 0;
	border: 1px solid #eee;
	padding: 2% 3%;
	transition: 0.4s;
}
@media (max-width: 768px) {
	.ins-main .ins-culture .list-box li {
		width: 100%;
		margin: 0 0 4% 0;
	}
}
.ins-main .ins-culture .list-box li:hover {
	background: #dabaa3;
}
.ins-main .ins-culture .list-box li:hover h6 {
	color: #fff;
}
.ins-main .ins-culture .list-box li:hover p {
	color: #fff;
}
.ins-main .ins-culture .list-box li h6 {
	font-size: 2.4rem;
	color: #0368b0;
}
.ins-main .ins-culture .list-box li p {
	font-size: 1.6rem;
	color: #191919;
}
.ins-main .ins-culture .list-box li:nth-child(2n + 2) {
	margin-right: 0;
}
.ins-main .ins-environment {
	padding: 2% 0;
}
.ins-main .ins-environment li {
	width: 31.8333333%;
	float: left;
	margin-right: 2.25%;
	margin-bottom: 2%;
	padding: 1.7%;
	border: 1px solid #f0f0f0;
}
.ins-main .ins-environment li .img-box {
	position: relative;
	cursor: pointer;
}
.ins-main .ins-environment li .img-box:hover .masking {
	opacity: 1;
}
.ins-main .ins-environment li .img-box .img {
	width: 100%;
}
.ins-main .ins-environment li .img-box .img img {
	width: 100%;
}
.ins-main .ins-environment li .img-box .masking {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.ins-main .ins-environment li:nth-child(3n + 3) {
	margin-right: 0;
}
@media (max-width: 768px) {
	.ins-main .ins-environment {
		padding: 2% 0;
	}
	.ins-main .ins-environment li {
		width: 49%;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
		padding: 1.7%;
		border: 1px solid #f0f0f0;
	}
	.ins-main .ins-environment li .img-box {
		position: relative;
		cursor: pointer;
	}
	.ins-main .ins-environment li .img-box:hover .masking {
		opacity: 1;
	}
	.ins-main .ins-environment li .img-box .img {
		width: 100%;
	}
	.ins-main .ins-environment li .img-box .img img {
		width: 100%;
	}
	.ins-main .ins-environment li .img-box .masking {
		opacity: 0;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.3s;
	}
	.ins-main .ins-environment li:nth-child(3n + 3) {
		margin-right: 2%;
	}
	.ins-main .ins-environment li:nth-child(2n + 2) {
		margin-right: 0%;
	}
}
.ins-main .ins-honor .tag-top img {
	width: 100%;
}
.ins-main .ins-honor .content {
	padding: 6% 0;
}
.ins-main .ins-honor .content .certify {
	position: relative;
	width: 1080px;
	margin: 0 auto;
	text-align: center;
}
.ins-main .ins-honor .content .certify .swiper-container {
	padding-bottom: 60px;
}
.ins-main .ins-honor .content .certify .swiper-slide {
	width: 340px;
	height: 530px;
}
.ins-main .ins-honor .content .certify .swiper-slide img {
	display: block;
	width: 100%;
	box-shadow: 0 0px 18px #ddd;
	padding: 2%;
	background: #f7f7f7;
}
.ins-main .ins-honor .content .certify .swiper-slide h6 {
	font-size: 1.6rem;
	color: #4d4d4d;
	margin-top: 20px;
}
.ins-main .ins-honor .content .certify .swiper-slide p {
	opacity: 0;
}
.ins-main .ins-honor .content .certify .swiper-slide-active p {
	opacity: 1;
}
.ins-main .ins-honor .content .certify .swiper-slide p {
	line-height: 180%;
	text-align: center;
	color: #585858;
	font-size: 1.6rem;
	margin: 5% 0;
}
.ins-main .ins-honor .content .certify .swiper-slide a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 120px;
	text-align: center;
	height: 35px;
	line-height: 35px;
	background: #009944;
	color: #fff;
	font-size: 1.4rem;
}
.ins-main .ins-honor .content .certify .swiper-pagination {
	width: 100%;
	display: none;
	bottom: 20px;
}
.ins-main .ins-honor .content .certify .swiper-button-prev-btn {
	width: 23px;
	height: 45px;
	position: absolute;
	left: -5%;
	top: 40%;
	margin-top: -12px;
	background: url(../images/honor-btn_03.png) no-repeat;
	cursor: pointer;
	z-index: 99;
}
.ins-main .ins-honor .content .certify .swiper-button-prev-btn:hover {
	background: url(../images/honor-btn_10.png) no-repeat;
}
.ins-main .ins-honor .content .certify .swiper-button-next-btn {
	width: 23px;
	height: 45px;
	position: absolute;
	right: -5%;
	top: 40%;
	margin-top: -12px;
	background: url(../images/honor-btn_05.png) no-repeat;
	cursor: pointer;
	z-index: 99;
}
.ins-main .ins-honor .content .certify .swiper-button-next-btn:hover {
	background: url(../images/honor-btn_08.png) no-repeat;
}
.ins-main .ins-honor .content .swiper-container-tag {
	overflow: hidden;
}
.ins-main .ins-honor .content .swiper-container-tag img {
	width: 100%;
}
.ins-main .ins-honor .content .swiper-container-tag p {
	line-height: 180%;
	text-align: center;
	color: #585858;
	font-size: 1.6rem;
	margin: 5% 0;
}
.ins-main .ins-solution {
	padding: 3% 0;
}
.ins-main .ins-solution li {
	margin-bottom: 3%;
}
.ins-main .ins-solution li:hover .img img {
	transform: scale(1.1);
}
.ins-main .ins-solution li:hover .txt h6 {
	color: #0368b0;
}
.ins-main .ins-solution li .img {
	overflow: hidden;
	width: 22%;
	float: left;
	border: 1px solid #eee;
}
.ins-main .ins-solution li .img img {
	width: 100%;
	transition: 0.4s;
}
.ins-main .ins-solution li .txt {
	width: 75%;
	float: right;
}
.ins-main .ins-solution li .txt h6 {
	font-size: 1.8rem;
	color: #242424;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ins-main .ins-solution li .txt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-moz-line-clamp: 4;
	-o-line-clamp: 4;
	margin: 3% 0 7%;
	font-size: 1.4rem;
	color: #7b7b7b;
	line-height: 220%;
}
.ins-main .ins-solution li .txt span {
	display: block;
	width: 190px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #0368b0;
	font-size: 1.4rem;
	color: #fff;
}
@media (max-width: 768px) {
	.ins-main .ins-solution {
		padding: 3% 0;
	}
	.ins-main .ins-solution li {
		margin-bottom: 3%;
	}
	.ins-main .ins-solution li:hover .img img {
		transform: scale(1.1);
	}
	.ins-main .ins-solution li:hover .txt h6 {
		color: #0368b0;
	}
	.ins-main .ins-solution li .img {
		overflow: hidden;
		display: none;
		width: 22%;
		float: left;
		border: 1px solid #eee;
	}
	.ins-main .ins-solution li .img img {
		width: 100%;
		transition: 0.4s;
	}
	.ins-main .ins-solution li .txt {
		width: 100%;
		float: right;
	}
	.ins-main .ins-solution li .txt h6 {
		font-size: 1.8rem;
		color: #242424;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ins-main .ins-solution li .txt p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-moz-line-clamp: 4;
		-o-line-clamp: 4;
		margin: 3% 0 7%;
		font-size: 1.4rem;
		color: #7b7b7b;
		line-height: 220%;
	}
	.ins-main .ins-solution li .txt span {
		display: block;
		width: 120px;
		text-align: center;
		height: 40px;
		line-height: 40px;
		background: #0368b0;
		font-size: 1.4rem;
		color: #fff;
	}
}
.ins-main .ins-equipment {
	padding: 3% 0;
}
.ins-main .ins-equipment img {
	max-width: 100%;
}

.ins-main .ins-about .txt-box {
	width: 100%;
	float: left;
	text-align: left;
}
@media (max-width: 768px) {
	.ins-main .ins-about .txt-box {
		width: 100%;
	}
}
.ins-main .ins-about .txt-box h5 {
	font-size: 3rem;
	color: #1f56a8;
	font-weight: 600;
	margin-bottom: 6%;
}
@media (max-width: 768px) {
	.ins-main .ins-about .txt-box h5 {
		font-size: 2.5rem;
	}
}
.ins-main .ins-about .txt-box p {
	font-size: 1.8rem;
	color: #333;
	line-height: 200%;
	margin-bottom: 3%;
}
@media (max-width: 768px) {
	.ins-main .ins-about .txt-box p {
		line-height: 160%;
	}
}
.ins-main .ins-about .img {
	width: 30%;
	float: right;
	margin: 7% 0 0 0;
}
@media (max-width: 768px) {
	.ins-main .ins-about .img {
		width: 100%;
	}
}
.ins-main .ins-about .img img {
	width: 100%;
}
.ins-main .ins-service {
	margin: 8% 0;
}
.ins-main .ins-service .txt-box {
	width: 60%;
	float: left;
}
@media (max-width: 768px) {
	.ins-main .ins-service .txt-box {
		width: 100%;
	}
}
.ins-main .ins-service .txt-box h6 {
	font-size: 3rem;
	color: #333;
	font-weight: 600;
	margin-bottom: 5%;
}
@media (max-width: 768px) {
	.ins-main .ins-service .txt-box h6 {
		font-size: 2.5rem;
	}
}
.ins-main .ins-service .txt-box p {
	font-size: 2rem;
	color: #666;
	line-height: 190%;
}
.ins-main .ins-service .txt-box p a {
	color: #666;
}
.ins-main .ins-service .img {
	width: 40%;
	float: right;
	text-align: center;
}
@media (max-width: 768px) {
	.ins-main .ins-service .img {
		width: 100%;
	}
}
.ins-main .ins-service .img img {
	max-width: 100%;
}
.ins-main .ins-contact .txt-box {
	width: 61%;
	float: left;
}
@media (max-width: 768px) {
	.ins-main .ins-contact .txt-box {
		width: 100%;
	}
}
.ins-main .ins-contact .txt-box h5 {
	font-size: 3rem;
	color: #1f56a8;
	font-weight: 600;
	margin-bottom: 3%;
}
@media (max-width: 768px) {
	.ins-main .ins-contact .txt-box h5 {
		font-size: 2.5rem;
	}
}
.ins-main .ins-contact .txt-box li {
	font-size: 1.6rem;
	color: #666;
	line-height: 210%;
}
.ins-main .ins-contact .txt-box li a {
	color: #666;
}
.ins-main .ins-contact .img {
	width: 32%;
	float: right;
}
@media (max-width: 768px) {
	.ins-main .ins-contact .img {
		width: 100%;
	}
}
.ins-main .ins-contact .img img {
	width: 100%;
}
.ins-main #map {
	height: 500px;
	width: 100%;
}
@media (max-width: 768px) {
	.ins-main #map {
		height: 300px;
		width: 100%;
	}
}
.ins-main .ins-download {
	padding: 3% 0;
}
.ins-main .ins-download .download-top {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.ins-main .ins-download .download-top li {
	width: 222px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	float: left;
	margin-left: -1px;
	line-height: 59px;
}
.ins-main .ins-download .download-top li a {
	display: block;
	font-size: 1.6rem;
	color: #555;
	text-transform: capitalize;
	transition: 0.4s;
}
.ins-main .ins-download .download-top li a:hover {
	color: #fff;
	background: #0368b0;
}
.ins-main .ins-download .download-top .active a {
	color: #fff;
	background: #0368b0;
}
.ins-main .ins-download .content {
	margin: 2% 0;
	padding: 0 2%;
}
.ins-main .ins-download .content li {
	height: 88px;
	line-height: 88px;
	border-bottom: 1px solid #eee;
	position: relative;
}
.ins-main .ins-download .content li:hover a {
	color: #0368b0;
}
.ins-main .ins-download .content li a {
	display: block;
	font-size: 1.6rem;
	color: #555;
}
.ins-main .ins-download .content li span {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
}
.ins-main .ins-download .content li b {
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 54px;
	background: url("../images/download2_03.jpg") no-repeat left center;
}
@media (max-width: 768px) {
	.ins-main .ins-download {
		padding: 3% 0;
	}
	.ins-main .ins-download .download-top {
		height: auto;
		line-height: 40px;
		border-bottom: 1px solid #e5e5e5;
	}
	.ins-main .ins-download .download-top li {
		width: 50%;
		text-align: center;
		border: 1px solid #e5e5e5;
		border-bottom: none;
		float: left;
		margin-left: -1px;
		line-height: 40px;
	}
	.ins-main .ins-download .download-top li a {
		display: block;
		font-size: 1.6rem;
		color: #555;
		text-transform: capitalize;
		transition: 0.4s;
	}
	.ins-main .ins-download .download-top li a:hover {
		color: #fff;
		background: #0368b0;
	}
	.ins-main .ins-download .download-top .active a {
		color: #fff;
		background: #0368b0;
	}
	.ins-main .ins-download .content {
		margin: 2% 0;
		padding: 0 2%;
	}
	.ins-main .ins-download .content li {
		height: 68px;
		line-height: 68px;
		border-bottom: 1px solid #eee;
		position: relative;
	}
	.ins-main .ins-download .content li:hover a {
		color: #0368b0;
	}
	.ins-main .ins-download .content li a {
		display: block;
		font-size: 1.6rem;
		color: #555;
	}
	.ins-main .ins-download .content li span {
		display: none;
		position: absolute;
		left: 50%;
		top: 0;
	}
	.ins-main .ins-download .content li b {
		font-weight: 500;
		position: absolute;
		top: 0;
		right: 0;
		padding-left: 44px;
		background: url("../images/download2_03.jpg") no-repeat left center;
	}
}
.ins-main .ins-faq {
	padding: 3% 0;
}
.ins-main .ins-faq li {
	padding: 2% 0;
	border-bottom: 1px solid #eee;
	transition: 0.4s;
}
.ins-main .ins-faq li h6 {
	font-size: 1.8rem;
	color: #151515;
	padding-left: 60px;
	line-height: 40px;
	background: url("../images/faq-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-faq li p {
	font-size: 1.6rem;
	color: #7e7e7e;
	line-height: 180%;
	padding-left: 60px;
	padding-top: 8px;
	background: url("../images/faq-lit_06.jpg") no-repeat left top;
	min-height: 40px;
}
.ins-main .ins-exhibition {
	padding: 3% 0;
}
.ins-main .ins-exhibition .content li {
	width: 31.83333%;
	float: left;
	margin: 0 1.75% 1.5% 0;
	position: relative;
}
.ins-main .ins-exhibition .content li:hover .img-box img {
	transform: scale(1.1);
}
.ins-main .ins-exhibition .content li:hover .txt {
	background: #0368b0;
}
.ins-main .ins-exhibition .content li:hover .txt h6 {
	color: #fff;
}
.ins-main .ins-exhibition .content li:hover .txt p {
	color: #fff;
}
.ins-main .ins-exhibition .content li .img-box {
	overflow: hidden;
}
.ins-main .ins-exhibition .content li .img-box img {
	cursor: pointer;
	width: 100%;
	transition: 0.3s;
}
.ins-main .ins-exhibition .content li .txt {
	background: #f7f7f7;
	height: 144px;
	padding: 3%;
	transition: 0.3s;
}
.ins-main .ins-exhibition .content li .txt h6 {
	font-size: 1.6rem;
	color: #343434;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ins-main .ins-exhibition .content li .txt p {
	font-size: 1.4rem;
	color: #949494;
}
.ins-main .ins-exhibition .content li .txt span {
	display: block;
	width: 90px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: #fff;
	font-size: 1.4rem;
	color: #363636;
	margin-top: 20px;
}
.ins-main .ins-exhibition .content li:nth-child(3n + 3) {
	margin-right: 0%;
}
@media (max-width: 768px) {
	.ins-main .ins-exhibition {
		padding: 3% 0;
	}
	.ins-main .ins-exhibition .content li {
		width: 49%;
		float: left;
		margin: 0 2% 2% 0;
		position: relative;
	}
	.ins-main .ins-exhibition .content li:hover .img-box img {
		transform: scale(1.1);
	}
	.ins-main .ins-exhibition .content li:hover .txt {
		background: #0368b0;
	}
	.ins-main .ins-exhibition .content li:hover .txt h6 {
		color: #fff;
	}
	.ins-main .ins-exhibition .content li:hover .txt p {
		color: #fff;
	}
	.ins-main .ins-exhibition .content li .img-box {
		overflow: hidden;
	}
	.ins-main .ins-exhibition .content li .img-box img {
		cursor: pointer;
		width: 100%;
		transition: 0.3s;
	}
	.ins-main .ins-exhibition .content li .txt {
		background: #f7f7f7;
		height: 115px;
		padding: 3%;
		transition: 0.3s;
	}
	.ins-main .ins-exhibition .content li .txt h6 {
		font-size: 1.6rem;
		color: #343434;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ins-main .ins-exhibition .content li .txt p {
		font-size: 1.4rem;
		color: #949494;
	}
	.ins-main .ins-exhibition .content li .txt span {
		display: block;
		width: 90px;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: #fff;
		font-size: 1.4rem;
		color: #363636;
		margin-top: 15px;
	}
	.ins-main .ins-exhibition .content li:nth-child(3n + 3) {
		margin-right: 2;
	}
	.ins-main .ins-exhibition .content li:nth-child(2n + 2) {
		margin-right: 0%;
	}
}
.ins-main .ins-case {
	padding: 3% 0;
}
.ins-main .ins-case .case-top {
	height: 50px;
	line-height: 50px;
	margin-bottom: 3%;
}
.ins-main .ins-case .case-top li:first-child {
	padding: 0 1rem;
	color: #fff;
	background: #0368b0;
}
.ins-main .ins-case .case-top li {
	font-size: 1.4rem;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 50px;
	line-height: 50px;
}
.ins-main .ins-case .case-top li a {
	color: #5a5a5a;
	padding: 0 1rem;
	display: block;
}
.ins-main .ins-case .case-top li a:hover {
	color: #fff;
	background: #0368b0;
}
.ins-main .ins-case .content {
	margin-bottom: 2%;
}
.ins-main .ins-case .content ul {
	margin: 0;
}
.ins-main .ins-case .content li {
	width: 24%;
	float: left;
	margin: 0 1.25% 1.5% 0;
	position: relative;
}
.ins-main .ins-case .content li:hover .masking {
	opacity: 1;
}
.ins-main .ins-case .content li:hover p {
	color: #0368b0;
}
.ins-main .ins-case .content li .img-box {
	overflow: hidden;
}
.ins-main .ins-case .content li .img-box img {
	cursor: pointer;
	width: 100%;
	transition: 0.3s;
}
.ins-main .ins-case .content li .masking {
	transition: 0.3s;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.ins-main .ins-case .content li p {
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.4rem;
	color: #5a5a5a;
	margin: 15px 0 0 0;
}
.ins-main .ins-case .content li:nth-child(4n + 4) {
	margin-right: 0;
}
@media (max-width: 768px) {
	.ins-main .ins-case {
		padding: 3% 0;
	}
	.ins-main .ins-case .case-top {
		height: auto;
		line-height: 40px;
		margin-bottom: 3%;
	}
	.ins-main .ins-case .case-top li:first-child {
		padding: 0 1rem;
		color: #fff;
		background: #0368b0;
	}
	.ins-main .ins-case .case-top li {
		font-size: 1.4rem;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		height: 40px;
		line-height: 40px;
	}
	.ins-main .ins-case .case-top li a {
		color: #5a5a5a;
		padding: 0 1rem;
		display: block;
	}
	.ins-main .ins-case .case-top li a:hover {
		color: #fff;
		background: #0368b0;
	}
	.ins-main .ins-case .content {
		margin-bottom: 2%;
	}
	.ins-main .ins-case .content ul {
		margin: 0;
	}
	.ins-main .ins-case .content li {
		width: 49%;
		float: left;
		margin: 0 2% 2% 0;
		position: relative;
	}
	.ins-main .ins-case .content li:hover .masking {
		opacity: 1;
	}
	.ins-main .ins-case .content li:hover p {
		color: #0368b0;
	}
	.ins-main .ins-case .content li .img-box {
		overflow: hidden;
	}
	.ins-main .ins-case .content li .img-box img {
		cursor: pointer;
		width: 100%;
		transition: 0.3s;
	}
	.ins-main .ins-case .content li .masking {
		transition: 0.3s;
		opacity: 0;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.ins-main .ins-case .content li p {
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 1.4rem;
		color: #5a5a5a;
		margin: 15px 0 0 0;
	}
	.ins-main .ins-case .content li:nth-child(4n + 4) {
		margin-right: 0;
	}
	.ins-main .ins-case .content li:nth-child(2n + 2) {
		margin-right: 0;
	}
}
.ins-main .ins-zhichi {
	margin-bottom: 2%;
}
.ins-main .ins-zhichi li {
	border: 1px solid #ececec;
	margin-bottom: 20px;
}
.ins-main .ins-zhichi li a {
	display: block;
	padding: 3%;
}
.ins-main .ins-zhichi li:hover {
	border: 1px solid #c10002;
}
.ins-main .ins-zhichi li:hover .date {
	background: #c10002;
}
.ins-main .ins-zhichi li:hover .date h5 {
	color: #fff;
}
.ins-main .ins-zhichi li:hover .date p {
	color: #fff;
}
.ins-main .ins-zhichi li:hover .txt h6 {
	color: #c10002;
}
.ins-main .ins-zhichi li:hover .txt span {
	color: #fff;
	border-color: #c10002;
	background: #c10002;
}
.ins-main .ins-zhichi li .date {
	height: 132px;
	background: #f9f9f9;
	transition: 0.4s;
	text-align: center;
	width: 20%;
	float: left;
}
.ins-main .ins-zhichi li .date h5 {
	font-size: 3.6rem;
	color: #c10002;
	padding: 20px 0 10px;
}
.ins-main .ins-zhichi li .date p {
	font-size: 1.6rem;
	color: #474747;
}
.ins-main .ins-zhichi li .txt {
	width: 75%;
	float: right;
}
.ins-main .ins-zhichi li .txt h6 {
	font-size: 1.8rem;
	color: #474747;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
}
.ins-main .ins-zhichi li .txt p {
	font-size: 1.4rem;
	color: #474747;
	line-height: 180%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ins-main .ins-zhichi li .txt span {
	display: block;
	height: 33px;
	line-height: 33px;
	width: 113px;
	text-align: center;
	border: 1px solid #ececec;
	font-size: 1.4rem;
	color: #474747;
}
@media (max-width: 768px) {
	.ins-main .ins-zhichi {
		margin-bottom: 2%;
	}
	.ins-main .ins-zhichi li {
		border: 1px solid #ececec;
		margin-bottom: 20px;
	}
	.ins-main .ins-zhichi li a {
		display: block;
		padding: 1% 0;
	}
	.ins-main .ins-zhichi li:hover {
		border: 1px solid #c10002;
	}
	.ins-main .ins-zhichi li:hover .date {
		background: #c10002;
	}
	.ins-main .ins-zhichi li:hover .date h5 {
		color: #fff;
	}
	.ins-main .ins-zhichi li:hover .date p {
		color: #fff;
	}
	.ins-main .ins-zhichi li:hover .txt h6 {
		color: #c10002;
	}
	.ins-main .ins-zhichi li:hover .txt span {
		color: #fff;
		border-color: #c10002;
		background: #c10002;
	}
	.ins-main .ins-zhichi li .date {
		height: 111px;
		background: #f9f9f9;
		transition: 0.4s;
		text-align: center;
		width: 25%;
		float: left;
	}
	.ins-main .ins-zhichi li .date h5 {
		font-size: 3.6rem;
		color: #c10002;
		padding: 20px 0 10px;
	}
	.ins-main .ins-zhichi li .date p {
		font-size: 1.6rem;
		color: #474747;
	}
	.ins-main .ins-zhichi li .txt {
		width: 70%;
		float: right;
	}
	.ins-main .ins-zhichi li .txt h6 {
		font-size: 1.8rem;
		color: #474747;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		margin-top: 5px;
	}
	.ins-main .ins-zhichi li .txt p {
		font-size: 1.4rem;
		color: #474747;
		line-height: 180%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.ins-main .ins-zhichi li .txt span {
		display: block;
		height: 28px;
		line-height: 28px;
		width: 93px;
		text-align: center;
		border: 1px solid #ececec;
		font-size: 1.4rem;
		color: #474747;
	}
}
.ins-main .ins-recruit {
	padding: 3% 0;
}
.ins-main .ins-recruit .table .tit2 {
	height: 60px;
	line-height: 60px;
	background: #0368b0;
}
.ins-main .ins-recruit .table .tit2 li {
	float: left;
	text-align: center;
	width: 16.6666666%;
	font-size: 1.6rem;
	color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
	position: relative;
	z-index: 6;
	margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
	margin: 0;
	cursor: pointer;
	height: 58px;
	line-height: 58px;
	border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
	float: left;
	height: 58px;
	line-height: 58px;
	font-size: 1.6rem;
	background: #fff;
	color: #333;
	width: 16.6666666%;
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #cdcdcd;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
	color: #0368b0;
}
.ins-main .ins-recruit .table .table-con li:first-child {
	border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
	display: none;
	border: 1px solid #cdcdcd;
	clear: both;
	border-top: none;
	padding: 2%;
	position: relative;
	background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
	font-size: 2.4rem;
	color: #333;
	display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
	color: #0368b0;
	font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
	display: inline-block;
	font-size: 1.4rem;
	color: #666;
	margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
	font-size: 16px;
	color: #666;
	padding: 1% 0 1% 13px;
	line-height: 180%;
	background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
	font-size: 1.4rem;
	color: #666;
	line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
	display: inline-block;
	width: 160px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	background: #0368b0;
	font-size: 1.6rem;
	margin: 3% 0 2%;
	color: #fff;
}
@media (max-width: 768px) {
	.ins-main .ins-recruit {
		padding: 3% 0 0;
		background: #f3f3f3;
	}
	.ins-main .ins-recruit .table-box {
		overflow: auto;
	}
	.ins-main .ins-recruit .table {
		width: 700px;
		max-width: 700px;
	}
	.ins-main .ins-recruit .table .tit2 {
		height: 60px;
		line-height: 60px;
		background: #0368b0;
	}
	.ins-main .ins-recruit .table .tit2 li {
		float: left;
		text-align: center;
		width: 16.6666666%;
		font-size: 1.6rem;
		color: #fefefe;
	}
	.ins-main .ins-recruit .table .table-con {
		position: relative;
		z-index: 6;
		margin-top: 15px;
	}
	.ins-main .ins-recruit .table .table-con ul {
		margin: 0;
		cursor: pointer;
		height: 58px;
		line-height: 58px;
		border-top: 1px solid #cdcdcd;
	}
	.ins-main .ins-recruit .table .table-con li {
		float: left;
		height: 58px;
		line-height: 58px;
		font-size: 1.6rem;
		background: #fff;
		color: #333;
		width: 16.6666666%;
		text-align: center;
		border-bottom: 1px solid #dcdcdc;
		border-right: 1px solid #cdcdcd;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.ins-main .ins-recruit .table .table-con li span {
		color: #0368b0;
	}
	.ins-main .ins-recruit .table .table-con li:first-child {
		border-left: 1px solid #cdcdcd;
	}
	.ins-main .ins-recruit .table .table-con .txt-box {
		display: none;
		border: 1px solid #b5b3b3;
		clear: both;
		border-top: none;
		padding: 2%;
		position: relative;
		background: #fff;
	}
	.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
		font-size: 2.4rem;
		color: #333;
		display: inline-block;
	}
	.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
		color: #0368b0;
		font-weight: 500;
	}
	.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
		display: inline-block;
		font-size: 1.4rem;
		color: #666;
		margin: 0 1%;
	}
	.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
		font-size: 16px;
		color: #666;
		padding: 1% 0 1% 13px;
		line-height: 180%;
		background: url("../images/h6-lit_03.jpg") no-repeat left center;
	}
	.ins-main .ins-recruit .table .table-con .txt-box .txt p {
		font-size: 1.4rem;
		color: #666;
		line-height: 24px;
	}
	.ins-main .ins-recruit .table .table-con .txt-box .txt a {
		display: inline-block;
		width: 160px;
		text-align: center;
		line-height: 40px;
		height: 40px;
		background: #0368b0;
		font-size: 1.6rem;
		margin: 3% 0 2%;
		color: #fff;
	}
}
.ins-main .ins-question {
	padding: 3% 0;
}
.ins-main .ins-question .list-box {
	margin-top: 3%;
}
.ins-main .ins-question .list-box li {
	padding: 17px 22px;
	border: 1px solid #f5f5f5;
	transition: 0.3s;
	margin-bottom: 2%;
	background: #f7f7f7;
}
.ins-main .ins-question .list-box li:hover {
	background: #0368b0;
}
.ins-main .ins-question .list-box li:hover b {
	color: #fff;
}
.ins-main .ins-question .list-box li:hover h6 {
	color: #fff;
}
.ins-main .ins-question .list-box li:hover span {
	color: #fff;
}
.ins-main .ins-question .list-box li b {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 2.4rem;
	color: #0368b0;
	font-weight: 600;
	margin-right: 8px;
	vertical-align: top;
}
.ins-main .ins-question .list-box li h6 {
	font-size: 1.8rem;
	color: #1c1c1c;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
}
.ins-main .ins-question .list-box li span {
	font-size: 1.4rem;
	color: #464646;
	line-height: 180%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 97%;
}
@media (max-width: 768px) {
	.ins-main .ins-question {
		padding: 3% 0;
	}
	.ins-main .ins-question .list-box {
		margin-top: 3%;
	}
	.ins-main .ins-question .list-box li {
		padding: 17px 22px;
		border: 1px solid #f5f5f5;
		transition: 0.3s;
		margin-bottom: 4%;
		background: #f7f7f7;
	}
	.ins-main .ins-question .list-box li:hover {
		background: #0368b0;
	}
	.ins-main .ins-question .list-box li:hover b {
		color: #fff;
	}
	.ins-main .ins-question .list-box li:hover h6 {
		color: #fff;
	}
	.ins-main .ins-question .list-box li:hover span {
		color: #fff;
	}
	.ins-main .ins-question .list-box li b {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		font-size: 2.4rem;
		color: #0368b0;
		font-weight: 600;
		margin-right: 8px;
		vertical-align: top;
		float: left;
	}
	.ins-main .ins-question .list-box li h6 {
		font-size: 1.8rem;
		color: #1c1c1c;
		height: 35px;
		line-height: 35px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-weight: 600;
	}
	.ins-main .ins-question .list-box li span {
		font-size: 1.4rem;
		color: #464646;
		line-height: 180%;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		width: 92%;
	}
}
.ins-main .ins-news {
	padding: 3%;
}
@media (max-width: 768px) {
	.ins-main .ins-news {
		padding: 3% 0;
	}
}
.ins-main .ins-news li {
	padding: 3%;
	background: #fff;
	margin-bottom: 30px;
	border-radius: 8px;
}
.ins-main .ins-news li:hover .img img {
	transform: scale(1.1);
}
.ins-main .ins-news li:hover .txt h6 {
	color: #09bb8a;
}
.ins-main .ins-news li .img {
	width: 24%;
	float: left;
	overflow: hidden;
}

.ins-main .ins-news li .img img {
	width: 100%;
	transition: 0.4s;
}
.ins-main .ins-news li .txt {
	width: 72%;
	float: right;
}
@media (max-width: 768px) {
	.ins-main .ins-news li .txt {
		width: 100%;
	}
}
.ins-main .ins-news li .txt h6 {
	font-size: 2rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 3%;
}
.ins-main .a-news li .txt h6 {
	color: #09bb8a;
}
@media (max-width: 768px) {
	.ins-main .ins-news li .txt h6 {
		margin-top: 10px;
	}
}
.ins-main .ins-news li .txt p {
	font-size: 1.6rem;
	color: #999;
	line-height: 220%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	line-height: 150%;
	margin-bottom: 3%;
}
.ins-main .ins-news li .txt span {
	font-size: 1.6rem;
	color: #09bb8a;
	line-height: 20px;
	display: block;
}
@media (max-width: 768px) {
	.ins-main .ins-news li .txt span {
		display: none;
	}
}
.ins-main .a-news li .txt span {
	padding: 1% 2%;
	color: #fff;
	font-size: 1.6rem;
	width: 15%;
	background: #09bb8a;
	text-align: center;
}

.ins-main .news-show {
	padding: 3% 0;
}
@media (max-width: 768px) {
	.ins-main .news-show {
		padding: 3% 0;
	}
}
.ins-main .news-show .show-tit {
	margin-bottom: 3%;
	text-align: center;
}
.ins-main .news-show .show-tit h5 {
	font-size: 2.4rem;
	color: #09bb8a;
	margin: 0 0 1%;
	font-weight: 600;
}
.ins-main .news-show .show-tit p {
	font-size: 1.4rem;
	color: #999;
	text-transform: uppercase;
}
.ins-main .news-show .show-txt img {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.ins-main .news-show .show-txt p {
	text-align: left;
	font-size: 1.6rem;
	color: #666;
	line-height: 180%;
	margin-bottom: 2%;
}
.ins-main .news-show .link {
	padding: 3% 0 0;
	border-top: 1px solid #eee;
}
.ins-main .news-show .link p {
	font-size: 1.4rem;
	color: #333;
}
.ins-main .news-show .link p span {
	display: inline-block;
	text-align: right;
	width: 60px;
}
.ins-main .news-show .link p a {
	font-size: 1.4rem;
	color: #09bb8a;
}
@media (max-width: 768px) {
	.ins-main .news-show {
		padding: 2.5% 0;
	}
	.ins-main .news-show .show-tit {
		border-bottom: 1px solid #eee;
	}
	.ins-main .news-show .show-tit h5 {
		margin: 2% 0 15px;
		font-weight: 500;
	}
	.ins-main .news-show .show-tit p {
		font-size: 1.4rem;
		color: #b3b3b3;
		text-transform: uppercase;
	}
	.ins-main .news-show .content {
		width: 100%;
		margin: 0 auto;
	}
	.ins-main .news-show .content img {
		max-width: 100% !important;
		margin: 3% 0;
	}
	.ins-main .news-show .content p {
		text-align: left;
		font-size: 1.5rem;
		color: #515151;
		line-height: 180%;
		margin-bottom: 2%;
	}
}
.ins-main .ins-product {
	margin-bottom: 4%;
	padding-top: 4%;
}
.ins-main .ins-product .pro-tit {
	position: relative;
	margin-bottom: 4%;
	margin-top: -60px;
}
.ins-main .ins-product .pro-tit button {
	border: none;
	width: 245px;
	height: 36px;
	border-radius: 3px;
	border: 2px solid #e5e5e5;
	text-align: left;
	padding: 0 10px;
	font-size: 1.6rem;
	color: #b1b8cd;
}
.ins-main .ins-product .pro-tit button span {
	float: right;
	margin-top: 10px;
}
.ins-main .ins-product .pro-tit .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
@media (max-width: 768px) {
	.ins-main .ins-product {
		padding: 3% 0;
	}
}
.ins-main .ins-product ul {
	margin: 0;
}

.ins-main .ins-product .content li {
	position: relative;
	width: 33.33333333%;
	float: left;
	transition: 0.4s;
}
.ins-main .ins-product .content li .txt {
	width: 60%;
	margin: 0 20%;
}

.ins-main .ins-product .content li img {
	width: 100%;
	transition: 0.4s;
}
.ins-main .ins-product .content li a:hover img {
	transform: scale(1.05);
	transition: 0.4s;
}
.ins-main .ins-product .content li span {
	display: inline-block;
	*display: inline;
	width: 100%;
	font-size: 1.8rem;
	height: 60px;
	line-height: 180%;
	text-align: center;
	transition: 0.4s;
	color: #333;
	font-family: "MontserratSemiBold";
	margin-bottom: 10px;
}
.ins-main .ins-product .content li p {
	font-size: 1.3rem;
	height: 60px;
	line-height: 180%;
	text-align: center;
	transition: 0.4s;
	color: #999999;
}
.ins-main .ins-product .content li .abtn {
	display: inline-block;
	*display: inline;
	text-align: center;
	width: 140px;
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 1.4rem;
	border-radius: 25px;
	-moz-border-radius: 25px;
	transition: all 0.6s ease;
	border: 1px solid #ebebeb;
	margin-left: 28%;
}
.ins-main .ins-product .content li .abtn:hover {
	color: #fff;
	background: #09bb8a;
	-moz-box-shadow: 2px 2px 14px #09bb8a;
	-webkit-box-shadow: 2px 2px 14px #09bb8a;
	box-shadow: 2px 2px 14px #09bb8a;
	transition: all 0.6s ease;
	border: 1px solid #09bb8a;
}
.ins-main .ins-product .content li a:hover p {
	color: #fff;
	background-color: rgba(1, 184, 242, 1);
	transition: 0.4s;
}

@media (max-width: 1200px) {
	.ins-main .ins-product .content li p {
		height: 40px;
		line-height: 40px;
	}
}

.ins-main .ins-advantage {
	padding: 3% 0;
	text-align: center;
}
.ins-main .ins-advantage img {
	width: 100%;
}
.ins-main .ins-advantage .txt p {
	font-size: 1.6rem;
	color: #1e1e1e;
	line-height: 180%;
}
.ins-main .product-show .pro-tit {
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid #e8e8e8;
}
.ins-main .product-show .pro-tit button {
	border: none;
	width: 245px;
	height: 36px;
	border-radius: 3px;
	border: 2px solid #e5e5e5;
	text-align: left;
	padding: 0 10px;
	font-size: 1.6rem;
	color: #b1b8cd;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.ins-main .product-show .pro-tit button span {
	float: right;
	margin-top: 10px;
}
.ins-main .product-show .pro-tit .btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.ins-main .product-show .pro-tit .title {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-weight: 600;
	font-size: 2rem;
	color: #0368b0;
	margin: 0 2rem;
	vertical-align: -5px;
}
.ins-main .product-show .pro-tit .show-nav {
	float: right;
	height: 100px;
	line-height: 100px;
}
.ins-main .product-show .pro-tit .show-nav p {
	font-size: 1.4rem;
	color: #999;
	margin: 0;
}
.ins-main .product-show .pro-tit .show-nav p a {
	color: #999;
}
.ins-main .product-show .pro-tit .show-nav p a:hover {
	color: #09bb8a;
}
@media (max-width: 1200px) {
	.ins-main .product-show .pro-tit {
		padding: 16px 0 0;
		height: auto;
		line-height: normal;
		border-bottom: 1px solid #e8e8e8;
	}
	.ins-main .product-show .pro-tit button {
		border: none;
		width: 245px;
		height: 36px;
		border-radius: 3px;
		border: 2px solid #e5e5e5;
		text-align: left;
		padding: 0 10px;
		font-size: 1.6rem;
		color: #b1b8cd;
		display: inline-block;
		*display: inline;
		*zoom: 1;
	}
	.ins-main .product-show .pro-tit button span {
		float: right;
		margin-top: 10px;
	}
	.ins-main .product-show .pro-tit .btn-group.open .dropdown-toggle {
		box-shadow: none;
	}
	.ins-main .product-show .pro-tit .title {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		font-weight: 600;
		font-size: 2rem;
		color: #0368b0;
		margin: 0 2rem;
		vertical-align: -5px;
	}
	.ins-main .product-show .pro-tit .show-nav {
		float: left;
		height: auto;
		line-height: 40px;
		width: 100%;
		background: none;
	}
	.ins-main .product-show .pro-tit .show-nav p {
		font-size: 1.4rem;
		color: #999;
		margin: 0;
		padding: 0;
	}
	.ins-main .product-show .pro-tit .show-nav p a {
		color: #999;
	}
	.ins-main .product-show .pro-tit .show-nav p a:hover {
		color: #09bb8a;
	}
}
@media (max-width: 1200px) and (max-width: 768px) {
	.ins-main .product-show .pro-tit .title {
		margin: 15px 0 0;
	}
}
.ins-main .product-show {
	background: #f8f8f8;
}
.ins-main .product-show .content .lf-box {
	width: 50%;
	float: left;
	padding: 3%;
}
@media (max-width: 768px) {
	.ins-main .product-show .content .lf-box {
		width: 100%;
	}
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container {
	height: 100%;
	padding: 1px;
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container .swiper-slide {
	width: 100%;
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container .swiper-slide img {
	width: 100%;
	border: 0px solid #f2f2f2;
	background: #fff;
}
.ins-main .product-show .content .lf-box .pc-slide .preview {
	width: 100%;
	padding: 2% 0;
	position: relative;
	border-top: none;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-container {
	width: 100%;
	margin: 0 auto;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-slide {
	float: left;
	width: auto;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-slide img {
	width: 100%;
	cursor: pointer;
	border: 1px solid #efefef;
	background: #f3f3f3;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .active-nav img {
	border: 1px solid #09bb8a;
}
.ins-main .product-show .content .lf-box .swiper-wrapper {
	padding-top: 2%;
}
.ins-main .product-show .content .lf-box .lf-tit {
	margin: 4% 0;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number {
	float: left;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number span {
	display: block;
	float: left;
	margin-top: 4px;
	height: 60px;
	font-size: 1.4rem;
	color: #999;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number b {
	font-size: 2rem;
	color: #0368b0;
	font-weight: 600;
	display: block;
	float: left;
}
.ins-main .product-show .content .lf-box .lf-tit .price {
	float: right;
	font-size: 1.4rem;
	color: #999;
}
@media (max-width: 768px) {
	.ins-main .product-show .content .lf-box .lf-tit .price {
		width: 100%;
		float: left;
	}
}
.ins-main .product-show .content .lf-box .lf-tit .price a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 86px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	border-radius: 3px;
	background: #0368b0;
	color: #fff;
}
.ins-main .product-show .content .lf-box .list li {
	width: 30.33333%;
	float: left;
	height: 44px;
	position: relative;
	margin: 0 4.5% 4.5% 0;
}
.ins-main .product-show .content .lf-box .list li a {
	display: block;
	background: #fff;
	width: 100%;
	height: 44px;
	border-radius: 5px;
}
.ins-main .product-show .content .lf-box .list li a:hover {
	background: #0368b0;
}
.ins-main .product-show .content .lf-box .list li a:hover span {
	color: #fff;
}
.ins-main .product-show .content .lf-box .list li span {
	font-size: 1.5rem;
	color: #333;
	width: 100%;
	text-align: center;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
@media (max-width: 768px) {
	.ins-main .product-show .content .lf-box .list li span {
		font-size: 1.4rem;
	}
}
.ins-main .product-show .content .lf-box .list li:nth-child(3n + 3) {
	margin-right: 0;
}
.ins-main .product-show .content .lf-box .list .active a {
	background: #0368b0;
}
.ins-main .product-show .content .lf-box .list .active a span {
	color: #fff;
}
.ins-main .product-show .content .lf-box .bot h6 {
	margin: 5% 0;
	font-size: 1.6rem;
	color: #0368b0;
}
.ins-main .product-show .content .rt-box {
	width: 46%;
	float: right;
}
.ins-main .product-show .content .rt-box dl {
	padding-top: 20%;
	padding-bottom: 20px;
}
.ins-main .product-show .content .rt-box dl dd {
	padding: 2% 0px;
	color: #666666;
	font-size: 1.8rem;
}
.ins-main .product-show .content .rt-box dl p {
	font-size: 1.6rem;
	color: #666;
	line-height: 200%;
}
.ins-main .product-show .content .rt-box dl dd:nth-child(1) {
	font-size: 2.8rem;
	color: #09bb8a;
	font-weight: bold;
}
.ins-main .product-show .content .rt-box dl dd:nth-child(1) span {
	font-size: 2.8rem;
	color: #999;
	font-weight: normal;
}

.ins-main .product-show .content .rt-box ul li {
	line-height: 200%;
	color: #666;
	font-size: 1.6rem;
	list-style: circle;
	text-indent: 20px;
}

@media (max-width: 768px) {
	.ins-main .product-show .content .rt-box {
		width: 100%;
		margin-bottom: 30px;
	}
}
.ins-main .product-show .content .rt-box h6 {
	font-size: 1.6rem;
	color: #333;
	margin: 5% 0 3%;
}
.ins-main .product-show .content .rt-box table {
	width: 100%;
	border: 1px solid #e0e0e0;
}
.ins-main .product-show .content .rt-box td {
	height: 45px;
	line-height: 45px;
}
@media (max-width: 768px) {
}
.ins-main .product-show .content .bt-box {
	width: 100%;
	float: left;
	margin-bottom: 3%;
}
.ins-main .product-show .content .bt-box .title_h3 {
	width: 100%;
	float: left;
	padding: 15px 0px;
	text-indent: 30px;
	font-size: 2rem;
	background: url(../images/line.jpg) no-repeat 20px 50%;
	background-color: #fff;
}
.ins-main .product-show .content .bt-box .content {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 3%;
	line-height: 180%;
	font-size: 1.6rem;
	color: #666;
}

.ins-main .bread {
	width: 100%;
	text-align: right;
	color: #999;
	height: 30px;
	line-height: 30px;
	font-size: 1.2rem;
	background: #f8f8f8;
}
@media (max-width: 768px) {
	.ins-main .bread {
		margin-right: 5px;
	}
}
.ins-main .bread a {
	color: #999;
	font-size: 1.2rem;
}

.page-num {
	clear: both;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	padding: 3% 0 2%;
	padding-top: 0px;
	margin-bottom: 20px;
}
.page-num span {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0 2px;
	background-color: #09bb8a;
	color: #fff;
	font-size: 14px;
}
.page-num a {
	display: inline-block;
	padding: 0 12px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	margin: 0 2px;
	background-color: #eee;
	color: #333;
	font-size: 14px;
}
.page-num a:hover {
	color: #fff;
	border-color: #09bb8a;
	background-color: #09bb8a;
}
@media (max-width: 768px) {
	.page-num {
		clear: both;
		text-align: center;
		vertical-align: middle;
		line-height: 20px;
		padding: 4% 0 4%;
	}
	.page-num span {
		display: inline-block;
		width: 32px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		margin: 0 2px;
		background-color: #09bb8a;
		color: #fff;
		font-size: 14px;
		margin-bottom: 1%;
	}
	.page-num a {
		display: inline-block;
		padding: 0 12px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		margin: 0 2px;
		background-color: #eee;
		color: #333;
		font-size: 14px;
		margin-bottom: 1%;
	}
	.page-num a:hover {
		color: #fff;
		border-color: #09bb8a;
		background-color: #09bb8a;
	}
}
/*弹窗样式*/
.layui-layer-page .layui-layer-content {
	height: auto !important;
}
.layui-layer .layui-layer-title {
	font-size: 0;
	background-color: #fff;
	border-bottom: 0;
}
.layui-layer .layui-layer-title {
	background: transparent;
}
@media (max-width: 768px) {
	.layui-layer {
		width: 96% !important;
	}
	.mod_player {
		width: 96% !important;
	}
	.layui-layer-photos {
		width: auto !important;
	}
}
.detail-page .s-top {
	text-align: center;
	height: 950px;
	background: url("../images/s-top-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
	.detail-page .s-top {
		height: 850px;
	}
}
@media (max-width: 992px) {
	.detail-page .s-top {
		height: 650px;
	}
}
.detail-page .s-top .container {
	position: relative;
	height: 950px;
}
@media (max-width: 1200px) {
	.detail-page .s-top .container {
		height: 850px;
	}
}
@media (max-width: 992px) {
	.detail-page .s-top .container {
		height: 650px;
	}
}
.detail-page .s-top .txt {
	text-align: center;
	padding: 5% 0 2%;
}
.detail-page .s-top .txt h5 {
	font-size: 4rem;
	color: #008cff;
	margin-bottom: 1%;
}
.detail-page .s-top .txt p {
	font-size: 1.6rem;
	color: #000;
}
.detail-page .s-top .img {
	width: 82%;
	position: absolute;
	left: 11%;
	bottom: 0;
}
.detail-page .s-top .img img {
	width: 100%;
}
.detail-page .s-tel {
	overflow: hidden;
	background: url("../images/s-tel-bg_02.jpg") no-repeat center;
}
.detail-page .s-tel .container {
	position: relative;
	height: 950px;
}
@media (max-width: 1200px) {
	.detail-page .s-tel .container {
		height: 700px;
	}
}
@media (max-width: 992px) {
	.detail-page .s-tel .container {
		height: 600px;
	}
}
.detail-page .s-tel .txt {
	float: left;
	margin: 35% 0 0 0%;
	width: 50%;
}
@media (max-width: 1200px) {
	.detail-page .s-tel .txt {
		margin: 20% 0 0 0%;
	}
}
@media (max-width: 992px) {
	.detail-page .s-tel .txt {
		margin: 35% 0 0 0%;
	}
}
.detail-page .s-tel .txt h5 {
	font-size: 4rem;
	color: #008cff;
	margin-bottom: 7%;
}
.detail-page .s-tel .txt p {
	font-size: 1.6rem;
	color: #fff;
	line-height: 170%;
}
.detail-page .s-tel .img {
	width: 55%;
	right: -2%;
	bottom: 0;
	position: absolute;
}
.detail-page .s-tel .img img {
	width: 100%;
}
.detail-page .s-application {
	padding: 5% 0;
}
.detail-page .s-application .img {
	width: 50%;
	float: left;
}
.detail-page .s-application .img img {
	width: 100%;
}
.detail-page .s-application .txt {
	width: 43%;
	float: right;
}
.detail-page .s-application .txt h5 {
	font-size: 4rem;
	color: #008cff;
	margin: 7% 0;
}
.detail-page .s-application .txt p {
	font-size: 1.6rem;
	color: #818181;
	line-height: 180%;
}
.detail-page .s-application .txt img {
	margin-top: 4%;
	max-width: 100%;
}
.detail-page .s-rich {
	background: #444;
	padding: 5% 0 8%;
}
.detail-page .s-rich .txt {
	text-align: center;
}
.detail-page .s-rich .txt h5 {
	font-size: 4rem;
	color: #008cff;
	margin: 0 0 3%;
}
.detail-page .s-rich .txt p {
	font-size: 1.6rem;
	color: #d2d2d2;
	line-height: 180%;
	margin-bottom: 0;
}
.detail-page .s-rich .txt img {
	margin-top: 4%;
}
.detail-page .s-rich .list-box {
	text-align: center;
	margin-top: 5%;
}
.detail-page .s-rich .list-box li {
	width: 25%;
	float: left;
	text-align: center;
}
.detail-page .s-rich .list-box li p {
	font-size: 1.4rem;
	color: #d2d2d2;
	margin-top: 8%;
}
.detail-page .s-rich .list-box li img {
	max-width: 100%;
}
.detail-page .s-720 {
	text-align: center;
	height: 950px;
	background: url("../images/s-720-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
	.detail-page .s-720 {
		height: 850px;
	}
}
@media (max-width: 992px) {
	.detail-page .s-720 {
		height: 750px;
	}
}
.detail-page .s-720 .txt {
	padding: 5% 0 2.5%;
}
.detail-page .s-720 .txt h5 {
	font-size: 4.8rem;
	color: #101010;
}
.detail-page .s-720 .txt p {
	font-size: 2.4rem;
	color: #3c3c3c;
}
.detail-page .s-720 .img img {
	max-width: 100%;
}
.detail-page .s-rich2 {
	height: 950px;
	background: url("../images/rich2-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
	.detail-page .s-rich2 {
		height: 700px;
	}
}
@media (max-width: 992px) {
	.detail-page .s-rich2 {
		height: 550px;
	}
}
.detail-page .s-rich2 .container .txt {
	width: 40%;
	float: left;
	margin: 23% 0 0 0;
}
.detail-page .s-rich2 .container .txt h5 {
	font-size: 3.5rem;
	color: #008cff;
	margin-bottom: 6%;
}
.detail-page .s-rich2 .container .txt p {
	font-size: 1.6rem;
	color: #818181;
	line-height: 160%;
}
.detail-page .s-rich2 .container .img {
	width: 55%;
	float: right;
	margin: 12% 0 0 0;
}
.detail-page .s-rich2 .container .img img {
	max-width: 100%;
}
.detail-page .s-wireless {
	text-align: center;
	height: 950px;
	background: url("../images/wireless-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
	.detail-page .s-wireless {
		height: 850px;
	}
}
@media (max-width: 992px) {
	.detail-page .s-wireless {
		height: 750px;
	}
}
.detail-page .s-wireless .txt {
	padding: 10% 0 7%;
}
.detail-page .s-wireless .txt h5 {
	font-size: 3.5rem;
	color: #008cff;
	margin-bottom: 3%;
}
.detail-page .s-wireless .txt p {
	font-size: 1.6rem;
	color: #818181;
	line-height: 160%;
	margin: 0;
}
.detail-page .s-wireless .img img {
	max-width: 100%;
}
.detail-page .s-open {
	height: 950px;
	background: url("../images/open-bg_02.jpg") no-repeat center;
	position: relative;
}
@media (max-width: 1200px) {
	.detail-page .s-open {
		height: 850px;
	}
}
@media (max-width: 992px) {
	.detail-page .s-open {
		height: 750px;
	}
}
.detail-page .s-open .txt-box {
	position: absolute;
	transform: translate(-50%, -50%);
	left: 45%;
	top: 48%;
}
.detail-page .s-open .txt-box .txt {
	border-radius: 20px;
	padding: 2% 0;
	width: 120%;
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
}
.detail-page .s-open .txt-box h5 {
	font-size: 4.8rem;
	color: #fff;
	margin-bottom: 2.5%;
}
.detail-page .s-open .txt-box p {
	font-size: 1.6rem;
	color: #fff;
}
.detail-page .lunbo {
	background: #f7f7f7;
	padding: 2% 0 5%;
}
.detail-page .lunbo .txt {
	padding: 5% 0;
	text-align: center;
}
.detail-page .lunbo .txt h5 {
	font-size: 4.8rem;
	color: #008cff;
}
.detail-page .lunbo .txt p {
	font-size: 2.8rem;
	color: #3c3c3c;
}
.detail-page .lunbo .swiper-container-lunbo {
	overflow: hidden;
	position: relative;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-slide {
	text-align: center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-slide img {
	max-width: 100%;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo {
	position: absolute;
	width: 23px;
	height: 45px;
	cursor: pointer;
	right: 20px;
	top: 50%;
	margin-top: -25px;
	z-index: 9;
	background: url("../images/lunbo-btn_14.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo:hover {
	background: url("../images/lunbo-btn_08.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo {
	position: absolute;
	width: 23px;
	height: 45px;
	cursor: pointer;
	left: 20px;
	top: 50%;
	margin-top: -25px;
	z-index: 9;
	background: url("../images/lunbo-btn_06.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo:hover {
	background: url("../images/lunbo-btn_03.png") no-repeat center;
}
@media (max-width: 768px) {
	.main .banner .banner-left {
		width: 100%;
		margin-bottom: 5%;
	}
	.main .banner .banner-right {
		width: 100%;
	}
	.main .banner .banner-left .title-h3 {
		font-size: 3.5rem;
	}
	.main .banner {
		padding: 5%;
	}
	.main .aboutus .aboutus-right {
		width: 100%;
		padding-top: 5%;
	}
	.main .aboutus .aboutus-left .title-h3 {
		font-size: 3rem;
	}
	.main .aboutus .aboutus-left .title-h3 span {
		font-size: 2rem;
	}
	.main .aboutus .aboutus-right img {
		width: 100%;
		max-width: 300px;
	}
	.main .aboutus .aboutus-left {
		width: 100%;
	}
	.detail-page .s-top {
		text-align: center;
		height: auto;
		background: url("../images/s-top-bg_02.jpg") no-repeat center;
	}
	.detail-page .s-top .container {
		position: relative;
		height: auto;
	}
	.detail-page .s-top .txt {
		text-align: center;
		padding: 5% 0 2%;
	}
	.detail-page .s-top .txt h5 {
		font-size: 4rem;
		color: #008cff;
		margin-bottom: 1%;
	}
	.detail-page .s-top .txt p {
		font-size: 1.6rem;
		color: #000;
	}
	.detail-page .s-top .img {
		width: 82%;
		margin: 0 auto;
		position: static;
		left: 11%;
		bottom: 0;
	}
	.detail-page .s-top .img img {
		width: 100%;
	}
	.detail-page .s-tel {
		overflow: hidden;
		background: url("../images/s-tel-bg_02.jpg") no-repeat center;
	}
	.detail-page .s-tel .container {
		position: relative;
		height: auto;
	}
	.detail-page .s-tel .txt {
		float: left;
		margin: 15% 0 0 0%;
		width: 100%;
	}
	.detail-page .s-tel .txt h5 {
		font-size: 4rem;
		color: #008cff;
		margin-bottom: 7%;
	}
	.detail-page .s-tel .txt p {
		font-size: 1.6rem;
		color: #fff;
		line-height: 170%;
	}
	.detail-page .s-tel .img {
		width: 100%;
		right: 0%;
		bottom: 0;
		position: static;
	}
	.detail-page .s-tel .img img {
		width: 100%;
	}
	.detail-page .s-application {
		padding: 5% 0;
	}
	.detail-page .s-application .img {
		width: 100%;
		float: left;
	}
	.detail-page .s-application .img img {
		width: 100%;
	}
	.detail-page .s-application .txt {
		width: 100%;
		float: right;
	}
	.detail-page .s-application .txt h5 {
		font-size: 4rem;
		color: #008cff;
		margin: 7% 0;
	}
	.detail-page .s-application .txt p {
		font-size: 1.6rem;
		color: #818181;
		line-height: 180%;
	}
	.detail-page .s-application .txt img {
		margin-top: 4%;
		max-width: 100%;
	}
	.detail-page .s-rich {
		background: #444;
		padding: 5% 0 8%;
	}
	.detail-page .s-rich .txt {
		text-align: center;
	}
	.detail-page .s-rich .txt h5 {
		font-size: 4rem;
		color: #008cff;
		margin: 0 0 3%;
	}
	.detail-page .s-rich .txt p {
		font-size: 1.6rem;
		color: #d2d2d2;
		line-height: 180%;
		margin-bottom: 0;
	}
	.detail-page .s-rich .txt img {
		margin-top: 4%;
	}
	.detail-page .s-rich .list-box {
		text-align: center;
		margin-top: 5%;
	}
	.detail-page .s-rich .list-box li {
		width: 25%;
		float: left;
		text-align: center;
	}
	.detail-page .s-rich .list-box li p {
		font-size: 1.4rem;
		color: #d2d2d2;
		margin-top: 8%;
	}
	.detail-page .s-rich .list-box li img {
		max-width: 100%;
	}
	.detail-page .s-720 {
		text-align: center;
		height: auto;
		background: url("../images/s-720-bg_02.jpg") no-repeat center;
	}
	.detail-page .s-720 .txt {
		padding: 5% 0 2.5%;
	}
	.detail-page .s-720 .txt h5 {
		font-size: 3.8rem;
		color: #101010;
	}
	.detail-page .s-720 .txt p {
		font-size: 2.4rem;
		color: #3c3c3c;
	}
	.detail-page .s-720 .img img {
		max-width: 100%;
	}
	.detail-page .s-rich2 {
		padding-bottom: 6%;
		height: auto;
		background: url("../images/rich2-bg_02.jpg") no-repeat center;
	}
	.detail-page .s-rich2 .container .txt {
		width: 100%;
		float: left;
		margin: 6% 0 0 0;
	}
	.detail-page .s-rich2 .container .txt h5 {
		font-size: 3.5rem;
		color: #008cff;
		margin-bottom: 6%;
	}
	.detail-page .s-rich2 .container .txt p {
		font-size: 1.6rem;
		color: #818181;
		line-height: 160%;
	}
	.detail-page .s-rich2 .container .img {
		width: 100%;
		float: right;
		margin: 12% 0 0 0;
	}
	.detail-page .s-rich2 .container .img img {
		max-width: 100%;
	}
	.detail-page .s-wireless {
		text-align: center;
		padding-bottom: 5%;
		height: auto;
		background: url("../images/wireless-bg_02.jpg") no-repeat center;
	}
	.detail-page .s-wireless .txt {
		padding: 10% 0 7%;
	}
	.detail-page .s-wireless .txt h5 {
		font-size: 3.5rem;
		color: #008cff;
		margin-bottom: 3%;
	}
	.detail-page .s-wireless .txt p {
		font-size: 1.6rem;
		color: #818181;
		line-height: 160%;
		margin: 0;
	}
	.detail-page .s-wireless .img img {
		max-width: 100%;
	}
	.detail-page .s-open {
		height: 450px;
		background: url("../images/open-bg_02.jpg") no-repeat center;
		position: relative;
	}
	.detail-page .s-open .txt-box {
		position: absolute;
		transform: translate(-50%, -50%);
		left: 35%;
		top: 48%;
	}
	.detail-page .s-open .txt-box .txt {
		border-radius: 20px;
		padding: 2% 0;
		width: 145%;
		background: rgba(255, 255, 255, 0.5);
		text-align: center;
	}
	.detail-page .s-open .txt-box h5 {
		font-size: 4.8rem;
		color: #fff;
		margin-bottom: 2.5%;
	}
	.detail-page .s-open .txt-box p {
		font-size: 1.6rem;
		color: #fff;
	}
	.detail-page .lunbo {
		background: #f7f7f7;
		padding: 2% 0 5%;
	}
	.detail-page .lunbo .txt {
		padding: 5% 0;
		text-align: center;
	}
	.detail-page .lunbo .txt h5 {
		font-size: 3.8rem;
		color: #008cff;
	}
	.detail-page .lunbo .txt p {
		font-size: 2.8rem;
		color: #3c3c3c;
	}
	.detail-page .lunbo .swiper-container-lunbo {
		overflow: hidden;
		position: relative;
	}
	.detail-page .lunbo .swiper-container-lunbo .swiper-slide {
		text-align: center;
	}
	.detail-page .lunbo .swiper-container-lunbo .swiper-slide img {
		max-width: 100%;
	}
	.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo {
		position: absolute;
		width: 23px;
		height: 45px;
		cursor: pointer;
		right: 20px;
		top: 50%;
		margin-top: -25px;
		z-index: 9;
		background: url("../images/lunbo-btn_14.png") no-repeat center;
	}
	.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo:hover {
		background: url("../images/lunbo-btn_08.png") no-repeat center;
	}
	.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo {
		position: absolute;
		width: 23px;
		height: 45px;
		cursor: pointer;
		left: 20px;
		top: 50%;
		margin-top: -25px;
		z-index: 9;
		background: url("../images/lunbo-btn_06.png") no-repeat center;
	}
	.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo:hover {
		background: url("../images/lunbo-btn_03.png") no-repeat center;
	}
}
.html_template2 {
	text-align: center;
	background: #fff;
	height: 550px;
}
.html_template2 .top-txt {
	text-align: left;
	background: #0368b0;
	padding: 0.1% 4%;
}
.html_template2 .top-txt h3 {
	font-size: 2.5rem;
	color: #fff;
	text-transform: uppercase;
}
.html_template2 form {
	padding: 20px 6%;
	text-align: left;
	height: 484px;
}
.html_template2 form ul:nth-child(1) li {
	margin-bottom: 10px;
}
.html_template2 form ul:nth-child(1) li span {
	display: block;
	font-size: 1.4rem;
	color: #555;
	margin-bottom: 1px;
}
.html_template2 form ul:nth-child(1) li span sup {
	color: red;
}
.html_template2 form ul:nth-child(1) li input {
	width: 100%;
	border: none;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background: #f7f7f7;
}
.html_template2 form ul:nth-child(2) {
	margin-top: 15px;
	text-align: center;
}
.html_template2 form ul:nth-child(2) li {
	vertical-align: top;
	float: left;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 14px;
}
.html_template2 form ul:nth-child(2) li input {
	cursor: pointer;
	border: none;
	color: #fff;
	text-transform: uppercase;
	width: 120px;
	height: 40px;
	line-height: 40px;
}
.html_template2 form ul:nth-child(2) .submit {
	background: #0368b0;
	position: relative !important;
}
.html_template2 form ul:nth-child(2) .reset {
	background: #8a8a8a;
}
.layui-layer .layui-layer-title {
	height: 0 !important;
}

.tabs {
	width: 100%;
	float: left;
	border-bottom: 1px solid #f7f8fa;
	height: 38px;
}
.tabs a {
	width: auto;
	color: #666666;
	text-align: center;
	font-size: 1.8rem;
	text-decoration: none;
	margin: 0 0%;
	padding: 10px 30px;
	position: relative;
	transition: 0.3s;
	background-repeat: no-repeat center bottom;
}
.tabs a:last-child::after {
	display: none;
}
.tabs a.active {
	color: #09bb8a;
	padding: 10px 30px;
	transition: 0.3s;
	border-bottom: 3px solid #09bb8a;
}
.swiper-container {
	height: auto;
	width: 100%;
	float: left;
}
.product2 .swiper-container {
	width: 76%;
}
.product2 .swiper-container {
	width: 76%;
	border: 1px solid #f2f2f2;
	background: url(../images/product2_bg.jpg) repeat-y right top;
}
.swiper-slide {
	height: auto;
	width: 100%;
	background: none;
	color: #fff;
}

.ins-main .ins-s .txt-box .top_img {
	width: 50%;
	float: left;
	padding-top: 5%;
}
.ins-main .ins-s .txt-box .top_img img {
	width: 100%;
}
.ins-main .ins-s .txt-box .top_txt {
	width: 40%;
	float: right;
	padding-top: 10%;
}
.ins-main .ins-s .txt-box .top_txt h3 {
	width: 100%;
	color: #09bb8a;
	font-size: 4rem;
	font-weight: bold;
}
.ins-main .ins-s .txt-box .top_txt p {
	color: #999;
	font-size: 1.8rem;
	line-height: 200%;
	padding-top: 5%;
}
.ins-main .ins-s .txt-box .list-con {
	width: 100%;
	float: left;
	padding-top: 5%;
}

.ins-main .ins-s .list-con ul {
	margin: 0;
}
.ins-main .ins-s .list-con li {
	width: 22%;
	float: left;
	margin-right: 3.33333333%;
	text-align: center;
	margin-bottom: 3%;
}

.ins-main .ins-s .list-con li .img img {
	width: 100%;
	cursor: pointer;
}
.ins-main .ins-s .list-con li p {
	font-size: 1.6rem;
	color: #292929;
	margin: 10px 0;
}
.ins-main .ins-s .list-con li:nth-child(4n + 4) {
	margin-right: 0;
}

.app_show {
	text-align: center;
	padding-top: 84px;
	background: url(../images/new_app_bg.jpg) center center / cover no-repeat;
	height: 845px;
	background-color: #fff;
}
.app_show .container {
	position: relative;
}
.download-container {
	margin-top: -100px;

	margin: 0;
	width: 100%;
	margin-top: -150px;
}
.download-container .download_app {
	width: 1500px;
	margin: 0 auto;
}

@-webkit-keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

@keyframes float-bob {
	0% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}
.app_show .container .s_img {
	width: 260px;
	position: absolute;
	right: 160px;
	top: 100px;
	animation-name: float-bob;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.app_show .container .s_img img {
	width: 100%;
	transition: all 0.3s ease 0s;
}

.app_show .container .s_txt {
	width: 670px;
	padding-top: 150px;
	color: #fff;
	font-size: 14px;
	position: relative;
	text-align: left;
	padding-left: 100px;
}

.app_show .container .s_txt .s_t_txt .title-h3 {
	font-size: 6rem;
	color: #333;
	margin-top: 50px;
	margin-bottom: 20px;
}
.app_show .container .s_txt .s_t_txt .title-h3 font {
	color: #09bb8a;
}
.app_show .container .s_txt .s_t_txt p {
	font-size: 1.8rem;
	color: #666;
	line-height: 180%;
	margin-bottom: 30px;
}

.app_show .container .s_txt .s_t_bnt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 135px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/ico-down-iso.png) no-repeat left top;
	position: relative;
}
.app_show .container .s_txt .s_t_bnt .a_2 {
	background: url(../images/ico-down-and.png) no-repeat left top;
}
.app_show .container .s_txt .s_t_bnt .a_3 {
	background: url(../images/ico-down-google.png) no-repeat left top;
}
.app_show .container .s_txt .s_t_bnt img {
	position: absolute;
	top: 60px;
	left: -20px;
	width: 200px;
	transition: 0.3s;
	display: none;
}
.app_show .container .s_txt .s_t_bnt a:hover img {
	transition: 0.3s;
	display: block;
}

.app_show .container .s_txt .s_t_bnt a i {
	font-size: 18px;
	color: #29b9f2;
	margin-right: 10px;
	transition: all 0.4s ease-in-out;
}
.app_show .container .s_txt .s_t_bnt a:hover i {
	color: #fff;
}
.app_show .container .s_txt .s_t_bnt a:hover img {
	display: block;
}
.app_show .container .s_txt .s_t_wx {
	width: 260px;
	position: absolute;
	right: 80px;
	text-align: center;
	top: 180px;
}
.app_show .container .s_txt .s_t_wx img {
	width: 260px;
}
.app_show .container .s_txt .s_t_wx h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.app_show .container .s_txt .s_t_wx p {
	font-size: 14px;
}

.main .banner .banner-left .btn-list a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 135px;
	height: 40px;
	margin-right: 10px;
	background: url(../images/ico-down-iso.png) no-repeat left top;
	position: relative;
}
.main .banner .banner-left .btn-list .a_2 {
	background: url(../images/ico-down-and.png) no-repeat left top;
}
.main .banner .banner-left .btn-list .a_3 {
	background: url(../images/ico-down-google.png) no-repeat left top;
}
.main .banner .banner-left .btn-list img {
	position: absolute;
	top: 60px;
	left: -20px;
	width: 200px;
	transition: 0.3s;
	display: none;
}
.main .banner .banner-left .btn-list a:hover img {
	transition: 0.3s;
	display: block;
}

.download-container .download-step {
	padding-top: 54px;
	padding-bottom: 80px;
}
.download-container .download-step .download-step-t {
	line-height: 22px;
	font-size: 14px;
	margin-top: 8px;
	color: #999;
}
.download-container .download-step .download-step-title {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
}
.download-container .download-step .download-step-list {
	width: 90%;
	margin: 0 auto;
	margin-top: 52px;
}
.download-container .download-step .download-step-even {
	background-color: #fff;
	padding: 20px;
	overflow: hidden;
	margin-bottom: 42px;
	border-radius: 16px;
	background-color: #fff;
	background-size: 50%;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), border 0.3s linear 0.1s;
	border: 1px solid #efefef;
}

.download-container .download-step .download-step-label {
	float: left;
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 160px;
	height: 160px;
	width: 100px;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	padding-right: 12px;
	border-color: #eaebec;
}
.download-container .download-step .download-step-mode {
	float: left;
	margin-left: 26px;
	word-wrap: break-word;
	max-width: 500px;
	margin-top: 50px;
}
.download-container .download-step .download-step-h {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
}
.download-container .download-step .download-step-img {
	width: 320px;
	float: right;
	text-align: center;
}
.download-container .download-step .download-step-img img {
	max-width: 320px;
}

.ins-main .ins-contact .bread-nav {
	margin-bottom: 0px;
}
.ins-main .ins-contact .add-list {
	width: 100%;
	float: left;
	padding: 5% 0;
}
.ins-main .ins-contact .add-list li {
	width: 100%;
	float: left;
	text-align: center;
}

.ins-main .ins-contact .add-list li h3 {
	font-size: 3.5rem;
	font-weight: bold;
	color: #09bb8a;
	text-align: center;
}
.ins-main .ins-contact .add-list li p {
	font-size: 1.6rem;
	color: #666666;
	font-family: "Montserrat-Light";
}
.ins-main .ins-contact .add-list li span {
	display: inline-block;
	*display: inline;
	width: 60px;
	height: 60px;
	background: url(../images/c_tel.png) no-repeat center 50%;
	margin-bottom: 10px;
}
.ins-main .ins-contact .add-list li:nth-child(3) span {
	background: url(../images/c_email.png) no-repeat center 50%;
}
.ins-main .ins-contact .add-list li:nth-child(4) span {
	background: url(../images/c_home.png) no-repeat center 50%;
}
.ins-main .ins-contact .map {
	width: 100%;
	float: left;
	padding: 2% 0;
	background: #fafafa;
}
.ins-main .ins-contact .kf-list {
	width: 100%;
	float: left;
	padding: 2% 0;
}
.ins-main .ins-contact .kf-list li {
	width: 20%;
	padding-left: 50px;
	float: left;
	background: url(../images/c_tx.png) no-repeat left 10px;
	position: relative;
}
.ins-main .ins-contact .kf-list li {
	width: 20%;
	padding-left: 50px;
	float: left;
	background: url(../images/c_tx.png) no-repeat left 10px;
	position: relative;
}
.ins-main .ins-contact .kf-list li::after {
	content: "";
	width: 1px;
	height: 100%;
	max-height: 140px;
	background: #e9e9e9;
	position: absolute;
	right: 20px;
	top: 0;
	transition: all 0.6s ease;
}
.ins-main .ins-contact .kf-list li:nth-child(5)::after {
	display: none;
}
.ins-main .ins-contact .kf-list li h3 {
	font-size: 2rem;
}
.ins-main .ins-contact .kf-list li p {
	font-size: 1.5rem;
	line-height: 200%;
}

.ins-main .form-box {
	padding-top: 2%;
	padding-bottom: 2%;
	float: left;
	width: 100%;
}
.ins-main .form-box .title_h3 {
	margin-bottom: 3%;
	text-align: center;
	color: #09bb8a;
	font-size: 3rem;
}
.ins-main .form-box ul:nth-child(1) li {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 28px;
	border: 1px solid #ccc;
}
.ins-main .form-box ul:nth-child(1) li input {
	background: #fff;
	border: none;
	padding: 0 15px;
	color: #666;
	width: 100%;
	font-size: 1.6rem;
	height: 50px;
}
.ins-main .form-box ul:nth-child(1) li select {
	background: #fff;
	border: none;
	padding: 0 10px;
	color: #666;
	width: 100%;
	font-size: 1.6rem;
	height: 50px;
}
.ins-main .form-box ul:nth-child(1) li:nth-child(2n + 2) {
	margin-right: 0;
}
.ins-main .form-box ul:nth-child(1) li:last-child {
	width: 100%;
}
.ins-main .form-box ul:nth-child(1) li:last-child textarea {
	background: #fff;
	border: none;
	padding: 15px;
	color: #666;
	width: 100%;
	font-size: 1.6rem;
	height: 150px;
	float: left;
}
.ins-main .form-box ul:nth-child(2) {
	text-align: center;
}
.ins-main .form-box ul:nth-child(2) input {
	background: #09bb8a;
	border: none;
	color: #fff;
	width: 160px;
	font-size: 1.6rem;
	height: 50px;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 30px;
}
.ins-main .form-box ul:nth-child(2):hover input {
	background: #09bb8a;
	transition: 0.3s;
}
.layui-layer .layui-layer-title {
	height: 0 !important;
}

.ins-main .ins-about .about_left .history {
	width: 80%;
	margin-left: 10%;
}
.ins-main .ins-about .about_left .history ul li {
	width: 100%;
	float: left;
	text-align: center;

	border-radius: 5px;
	margin-bottom: 40px;
	padding: 30px 0;
	background: url(../images/his_li_bg.png) no-repeat 25% 50%;
	background-color: #f4f8fb;
}
.ins-main .ins-about .about_left .history ul li .left {
	width: 30%;
	float: left;
	font-size: 3.5rem;
	text-align: center;
	font-family: "MontserratSemiBold";
	color: #09bb8a;
	font-weight: bold;
}
.ins-main .ins-about .about_left .history ul li .right {
	width: 60%;
	float: left;
	text-align: left;
	font-size: 1.8rem;
	padding-top: 10px;
}

.ins-main .ins-about .about_left .team {
	width: 100%;
}
.ins-main .ins-about .about_left .team ul li {
	width: 100%;
	float: left;
	text-align: center;
	background: #fff;
	-moz-box-shadow: 0px 1px 5px #eeeeee;
	-webkit-box-shadow: 0px 1px 5px #eeeeee;
	box-shadow: 0px 1px 5px #eeeeee;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 30px 30px;
	margin-bottom: 30px;
}
.ins-main .ins-about .about_left .team ul li div {
	float: left;
}
.ins-main .ins-about .about_left .team ul li .img {
	margin: 0px;
	width: 40%;
}
.ins-main .ins-about .about_left .team ul li .img img {
	width: 100%;
	max-width: 120px;
	border-radius: 120px;
	margin-top: 20px;
}
.ins-main .ins-about .about_left .team ul li .text {
	width: 100%;
	float: left;
	text-align: left;
}
.ins-main .ins-about .about_left .team ul li .text h3 {
	font-size: 2.5rem;
}
.ins-main .ins-about .about_left .team ul li .text h3 span {
	padding: 2px 10px;
	color: #fff;
	font-size: 1.4rem;
	background: #09bb8a;
	border-radius: 15px;
	margin-right: 10px;
}
.ins-main .ins-about .about_left .team ul li .text p {
	color: #999;
	font-size: 1.6rem;
	line-height: 200%;
}

.ins-main .ins-about .about_left .room {
	width: 100%;
}
.ins-main .ins-about .about_left .room ul li {
	width: 30.333%;
	margin: 1.5%;
	float: left;
	text-align: center;
	background: #fff;
	-moz-box-shadow: 0px 1px 5px #eeeeee;
	-webkit-box-shadow: 0px 1px 5px #eeeeee;
	box-shadow: 0px 1px 5px #eeeeee;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 30px;
	font-size: 1.6rem;
	line-height: 200%;
	position: relative;
}
.ins-main .ins-about .about_left .room ul li::after {
	content: "";
	width: 20px;
	height: 20px;
	background: #09bb8a;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.6s ease;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 30px;
}
.ins-main .ins-about .room_list {
	padding-top: 0px;
}
.ins-main .ins-about .room_list ul li {
	width: 30.333%;
	margin: 1.5%;
	float: left;
	text-align: center;
	background: #fff;
	-moz-box-shadow: 0px 1px 5px #eeeeee;
	-webkit-box-shadow: 0px 1px 5px #eeeeee;
	box-shadow: 0px 1px 5px #eeeeee;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 10px 30px;
	font-size: 1.6rem;
	line-height: 200%;
}

.ins-main .ins-about .room_list ul li .txt {
	font-size: 1.6rem;
}

.ins-main .ins-about .about_left .culture {
	width: 80%;
	margin-left: 10%;
}
.ins-main .ins-about .about_left .culture ul li {
	width: 100%;
	float: left;
	text-align: center;
	background: #fff;
	-moz-box-shadow: 0px 1px 5px #eeeeee;
	-webkit-box-shadow: 0px 1px 5px #eeeeee;
	box-shadow: 0px 1px 5px #eeeeee;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 30px 0;
}
.ins-main .ins-about .about_left .culture ul li div {
	width: 20%;
	float: left;
}
.ins-main .ins-about .about_left .culture ul li .img {
	margin: 0px;
}
.ins-main .ins-about .about_left .culture ul li .img img {
	width: 100%;
	max-width: 80px;
}
.ins-main .ins-about .about_left .culture ul li .text {
	width: 70%;
	float: left;
	text-align: left;
}
.ins-main .ins-about .about_left .culture ul li .text h3 {
	font-size: 2rem;
}
.ins-main .ins-about .about_left .culture ul li .text p {
	color: #999;
	font-size: 1.6rem;
}

.foot_btn {
	width: 100%;
	height: 209px;
	background: url("../images/foot_bj.png") no-repeat;
	background-size: 100% 100%;
	background-color: #09bb8a;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.foot_btn .foot_top_cen {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 33px;
}
.foot_btn .foot_top_brief {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.65);
	line-height: 24px;
	margin: 12px 0 20px;
}
.foot_btn .foot_top_contact {
	width: 160px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot_btn .foot_top_contact .contact {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 22px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}
.foot_btn .foot_top_contact:hover {
	width: 160px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #43c1d0;
	border: 1px solid rgba(161, 1, 1, 0);
	cursor: pointer;
	transition: 0.4s;
}
.foot_btn .foot_top_contact:hover .contact {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	transition: 0.4s;
}

@media (max-width: 768px) {
	.ins-main .ins-about .about_left .room ul li {
		width: 100%;
		margin: 1.5% 0;
		padding: 10px 20px;
	}
	.ins-main .ins-about .room_list ul li {
		width: 47%;
		margin: 1.5%;
		padding: 0 10px;
	}

	.ins-main .ins-about .about_left .team ul li {
		width: 100%;
		margin: 2.5% 0;
		padding: 15px 0;
	}
	.ins-main .ins-about .about_left .team ul li .img img {
		width: 100%;
		max-width: 100px;
		border-radius: 100px;
		margin-top: 20px;
	}

	.ins-main .ins-about .about_left .history {
		width: 100%;
		margin-left: 0%;
	}
	.ins-main .ins-about .about_left .history ul li {
		background: url(../images/his_li_bg.png) no-repeat 25% 50%;
		background-color: #fff;
		margin-bottom: 20px;
	}

	.ins-main .ins-about .about_left .history ul li .left {
		width: 25%;
		font-size: 2rem;
	}
	.ins-main .ins-about .about_left .history ul li .right {
		width: 65%;
		float: right;
		font-size: 1.6rem;
		padding-top: 5px;
	}

	.ins-main .ins-about .about_left .culture {
		width: 100%;
		margin-left: 0%;
	}
	.ins-main .ins-about .about_left .culture ul li {
		margin-bottom: 20px;
	}
	.ins-main .ins-about .about_left .culture ul li div {
		width: 30%;
	}
	.ins-main .ins-about .about_left .culture ul li .img img {
		width: 100%;
		max-width: 60px;
	}
	.ins-main .ins-about .about_left .culture ul li .text {
		width: 60%;
	}
	.ins-main .ins-about .about_left .culture ul li .text h3 {
		margin-top: 0px;
	}
	.ins-main .form-box ul:nth-child(1) li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 15px;
		border: 1px solid #f1f1f1;
	}
	.ins-main .form-box ul:nth-child(1) li input {
		background: transparent;
		border: none;
		padding: 0 8px;
		color: #666;
		width: 100%;
		font-size: 1.6rem;
		height: 40px;
	}
	.ins-main .form-box ul:nth-child(1) li select {
		background: transparent;
		border: none;
		padding: 0 5px;
		color: #666;
		width: 100%;
		font-size: 1.6rem;
		height: 40px;
	}
	.ins-main .form-box ul:nth-child(1) li:nth-child(2n + 2) {
		margin-right: 0;
	}
	.ins-main .form-box ul:nth-child(1) li:last-child {
		width: 100%;
	}
	.ins-main .form-box ul:nth-child(1) li:last-child textarea {
		background: transparent;
		border: none;
		padding: 15px;
		color: #666;
		width: 100%;
		font-size: 1.6rem;
		height: 120px;
	}
	.ins-main .form-box ul:nth-child(2) li {
		width: auto;
	}
	.ins-main .form-box ul:nth-child(2) {
		text-align: center;
	}
	.ins-main .form-box ul:nth-child(2) input {
		background: #db261d;
		border: none;
		color: #fff;
		width: 160px;
		font-size: 1.6rem;
		height: 40px;
		cursor: pointer;
	}

	.main .about .numCount .txt h3 {
		font-size: 2.5rem;
	}
	.main .about .txt p {
		font-size: 1.4rem;
	}
	.main .ad-box-pc .swiper-pagination {
		bottom: 5px;
	}
	.main .ad-box-pc .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.main .ad-box-pc .swiper-pagination-bullet-active {
		height: 10px;
		width: 20px;
	}
	.main .about .about_left img {
		max-width: 300px;
	}
	.main .about .about_left .txt {
		width: 100%;
		margin-left: 0px;
	}

	.tabs {
		height: 31px;
	}
	.tabs a {
		width: 31.33333%;
		margin: 0 1%;
		padding: 10px 0;
		color: #666;
		font-size: 1rem;
	}
	.tabs a.active {
		padding: 10px 0;
	}

	.main .news .content1 li {
		padding-bottom: 20px;
	}
	.main .news .content1 li .txt h6 {
		margin-bottom: 0px;
	}
	.main .newapp .img {
		display: none;
	}
	.main .newapp .txt {
		margin-top: 0px;
		width: 100%;
	}
	.main .newapp {
		height: auto;
		padding: 20px 0;
	}
	.main .newapp .txt h3 {
		font-size: 3rem;
	}
	#topcontrol {
		display: none !important;
	}

	.ins-main .list-nav {
		color: #fff;
		text-align: center;
		padding: 3.5% 0;
		border-bottom: 1px solid #e8e8e8;
	}
	.ins-main .list-nav ul {
		margin: 0;
	}
	.ins-main .list-nav li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0.1rem;
	}
	.ins-main .list-nav li a {
		display: block;
		font-size: 1.4rem;
		color: #666;
		padding: 0 0.5rem;
		height: 25px;
		line-height: 25px;
		border-radius: 7px;
	}
	.ins-main .list-nav li a:hover {
		color: #fff;
		background: #09bb8a;
	}
	.ins-main .list-nav .active a {
		color: #fff;
		background: #09bb8a;
	}
	.ins-main .list-nav .container {
		padding: 0;
	}
	.ins-main .index-tit h4 b {
		font-size: 3rem;
	}

	.ins-main .ins-about .numCount .txt p {
		font-size: 1.4rem;
	}
	.ins-main .ins-about .numCount .txt h3 {
		font-size: 3rem;
	}

	.ins-main .ins-about .about_left .txt {
		width: 100%;
		margin-left: 0px;
	}
	.app_show .container .s_txt {
		width: 100%;
		padding-left: 0px;
		text-align: center;
		padding-top: 0px;
	}
	.app_show .container .s_txt .s_t_txt h1 {
		text-align: center;
		font-size: 3rem;
		margin-bottom: 0px;
	}
	.app_show .container .s_txt .s_t_txt p {
		text-align: center;
	}
	.app_show .container .s_img {
		width: 100%;
		position: relative;
		right: 0px;
		top: 100px;
	}
	.app_show .container .s_img img {
		width: 80%;
		min-width: 300px;
	}
	.download-container .download-step .download-step-list {
		width: 100%;
	}
	.download-container .download-step .download-step-even {
		width: 100%;
	}
	.download-container .download-step .download-step-label {
		width: 100%;
		height: 30px;
		line-height: 30px;
		font-size: 3rem;
		position: relative;
		color: #09bb8a;
	}

	.download-container .download-step .download-step-mode {
		width: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
	.download-container .download-step .download-step-img {
		width: 100%;
	}
	.download-container .download_app {
		width: 100%;
	}
	.download-container .download-step .download-step-h {
		text-align: center;
	}
	.download-container .download-step .download-step-t {
		text-align: center;
	}
	.download-container .download-step {
		padding-bottom: 0px;
	}
	.ins-main .ins-contact .add-list li:nth-child(1) {
		width: 100%;
	}
	.ins-main .ins-contact .add-list li {
		width: 100%;
	}

	.main .new_registered {
		background: url(../images/pro_bg_2.png) no-repeat right top;
		background-size: cover;
		background-color: #09bb8a;
		padding-top: 5%;
		padding-bottom: 5%;
		min-height: auto;
	}
	.main .new_registered .re_from {
		width: 100%;
		margin-right: 0px;
	}

	.fcontact {
		width: 100%;
		padding: 20px 0;
		float: left;
	}
	.fcontact ul li {
		width: 50%;
		float: left;
		text-align: center;
	}
	.ins-main .ins-news li {
		padding: 10%;
	}
	.ins-main .ins-news li .img {
		width: 100%;
	}
	.ins-main .list-con li {
		width: 48%;
		float: left;
		margin: 1%;
		text-align: center;
		margin-bottom: 3%;
		background: #fff;
	}
	.ins-main .list-con li .txt {
		font-size: 1.2rem;
	}
}

.bottom_btn_pc {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 160px;
	text-align: center;
	z-index: 999;
}

.bottom_btn_pc img {
	max-width: 160px;
	animation-name: example1;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}

@keyframes example1 {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(1.1, 1.1);
	}
	100% {
		transform: scale(1, 1);
	}
}

@media (max-width: 768px) {
	.main .safety .list {
		display: inline-block;
	}
	.main .safety .list .list-li {
		width: 100%;
		margin-bottom: 10px;
	}
	.aboutus2 .s-list .list-li {
		width: 100%;
	}
	.product .container {
		padding: 0px;
	}
	.main .product .pro-left {
		width: 100%;
		padding: 0 5%;
	}
	.main .product .pro-left .title-h3 {
		font-size: 3rem;
	}
	.main .product .pro-left .title-h3 span {
		font-size: 2rem;
	}
	.main .product .pro-right {
		width: 100%;
		text-align: center;
		padding-top: 10px;
	}
	.main .product .pro-right img {
		max-width: 260px;
	}
	.pro-bottom {
		padding-top: 20px;
	}
	.pro-bottom .list {
		margin-left: 5%;
		width: 90%;
		margin-bottom: 20px;
	}
	.pro-bottom .list img {
		width: 30px;
	}
	.pro-bottom .list h3 {
		font-size: 2rem;
	}
	.pro-bottom .list:last-child {
		margin-left: 5%;
		width: 90%;
	}

	.main .ad-box-pc .title-h3 {
		font-size: 3rem;
	}
	.main .ad-box-pc .adv-right {
		width: 100%;
		padding-top: 30px;
	}
	.main .ad-box-pc .adv-left {
		width: 100%;
		padding-top: 20px;
	}
	.main .ad-box-pc .adv-left .title-h3 {
		font-size: 2.8rem;
	}
	.main .ad-box-pc .adv-left .two-title {
		font-size: 2rem;
	}
	.main .ad-box-pc .swiper-slide img {
		max-width: 300px;
	}
	.main .ad-box-pc .adv-left p {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.swiper-pagination-switch {
		width: 12px;
		height: 12px;
	}
	.main .ad-box-pc .top-banner {
		padding-bottom: 15px;
	}
	.main .withdrawal .title-h3 {
		font-size: 3rem;
	}
	.main .withdrawal .two-title {
		width: 90%;
		padding-left: 5%;
	}
	.main .withdrawal .list .list-li {
		width: 100%;
		margin-bottom: 20px;
	}
	.main .withdrawal .list .list-li .img img {
		width: 30px;
	}
	.main .withdrawal .list .list-li .txt {
		width: 80%;
	}
	.main .withdrawal .list .list-li .txt h3 {
		font-size: 2rem;
	}
	.main .withdrawal .list .list-li p {
		font-size: 1.6rem;
	}
	.contact {
		padding-bottom: 10%;
	}
	.contact .title-h3 {
		font-size: 2.6rem;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.contact .two-title {
		margin-bottom: 10px;
		font-size: 1.8rem;
	}
	.contact .contact-btn a {
		font-size: 1.6rem;
	}
	.footer .footer-bot {
		padding: 5% 0;
	}
}
.service_main .banner {
	background: #e3f0fd;
}
.service_main .banner .banner-left .title-h3 {
	font-size: 5rem;
}
.service_main .banner .banner-left .title-h3 font {
	font-size: 6rem;
	color: #048eff;
}
.service_main .s-list .img {
	background: #048eff;
}
.service_main .aboutus1 {
	background: #e3f0fd;
}
.service_main .ad-box-pc {
	background: #fff;
}
.service_main .ad-box-pc .title-h3 font {
	color: #048eff;
}
.service_main .ad-box-pc .adv-left .title-h3 font {
	color: #048eff;
}
.service_main .ad-box-pc .adv-list li {
	background: url(../images/ico-s-16.png) no-repeat left 5px;
}
.service_main .ad-box-pc .swiper-pagination-bullet-active {
	background: #048eff;
}

.service_main .safety .list .list-li {
	background: #e3f0fd;
}
.service_main .contact .title-h3 font {
	color: #048eff;
}
.service_main .contact .contact-btn a {
	background: #048eff;
}
.service_main .aboutus {
	background: #fff;
}
.service_main .aboutus2 {
	background: #e3f0fd;
}
.service_main .aboutus2 .aboutus-left {
	width: 100%;
}
.service_main .s-list {
	margin-top: 50px;
}

.service_main .aboutus2 .s-list .list-li {
	width: 33.33%;
	min-height: 160px;
}
.service_main .aboutus2 .s-list .list-li:nth-child(2) {
	width: 66%;
}
.service_main .aboutus2 .s-list .list-li .img {
	float: left;
}
.service_main .aboutus2 .s-list .list-li .txt {
	float: left;
	width: 70%;
	height: auto;
	line-height: auto;
}
.service_main .aboutus2 .s-list .list-li:nth-child(2) .txt {
	width: 80%;
}
.service_main .aboutus2 .s-list .list-li .txt p {
	font-size: 16px;
	line-height: 160%;
}

@media screen and (max-width: 1400px) {
	.header .header-top .rt-box {
		margin-right: 15%;
	}
	.main .banner {
		padding: 10% 20px;
	}
	.footer .footer-top .fcontact li img {
		width: 90%;
	}
}
@media screen and (max-width: 1200px) {
	.footer .footer-top .fcontact li img {
		width: 80%;
	}
	.main .banner .banner-left .title-h3 {
		font-size: 5rem;
	}
	.container {
		width: 100%;
	}
	.service_main .banner .banner-left .title-h3 {
		font-size: 4rem;
	}
	.service_main .banner .banner-left .title-h3 font {
		font-size: 5.5rem;
	}
	.main .banner {
		padding: 10% 20px;
	}
	.header .header-top .logo-box {
		margin-top: 20px;
	}
	.header .header-top .logo-box .logo img {
		max-height: 48px;
	}
	.div2 .header-top .logo-box {
		margin-top: 10px;
	}
	.div2 .header-top .logo-box .logo img {
		max-height: 35px;
	}
}
@media screen and (max-width: 992px) {
	.header .header-top .logo-box .logo img {
		max-height: 38px;
	}
	.div2 .header-top .logo-box .logo img {
		max-height: 35px;
	}
	.header .header-top .rt-box {
		margin-right: 5%;
	}
}

#goodcover {
	display: block;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99999;
	-moz-opacity: 0.8;
	opacity: 0.5;
	filter: alpha(opacity=80);
}

#infos {
	width: 50%;
	margin: 0 auto;
	background: rgba(239, 224, 182, 1);
	padding: 30px;
	margin-top: 10px;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 99999;
	border-radius: 20px;
}
#infos h3 {
	margin-bottom: 20px;
	font-size: 20px;
}
#infos a {
	color: #fff;
	background: #09bb8a;
	border-radius: 30px;
	padding: 10px 30px;
	margin-top: 20px;
}

@media screen and (max-width: 769px) {
	#infos {
		width: 80%;
		top: 20%;
		left: 10%;
	}
}
.notice{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 50px; */
	
	color: #fff;
	/* line-height: 50px; */
	text-align: center;
	z-index: 1000;
	font-size: 16px;
}


.marquee-track {
	display: flex;
	gap: 2rem;
	white-space: nowrap;
	animation: marquee 30s linear infinite;
}
.marquee-box {
	background-color: #09bb8a;
	color: #fff;
	padding: 10px 20px;
}
.marquee-item {
	flex: 0 0 auto;
}
.marquee-box:hover .marquee-track {
	animation-play-state: paused; /* 鼠标悬停暂停 */
}


@keyframes marquee {
  from {
    transform: translateX(100%); /* 从容器右边开始 */
  }
  to {
    transform: translateX(-200%); /* 完全滚出左边 */
  }
}

.hint-content{
	background: #09bb8a;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	font-size: 14px;
	display: none;
	margin: 10px 20px;
}

.hint-region-title,.hint-promise-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.hint-promise{
	padding-top: 20px;
}





#age-verify {
  position: fixed;
  z-index: 9997;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#age-verify .window {
  position: absolute;
  z-index: 9998;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 680px;
  overflow: hidden;
  padding: 60px 40px;
  padding-bottom:20px;
  margin-left: -400px;
  margin-top: -340px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius:30px;
  padding-top:20px;
}
#age-verify .window .age-btn{
	width:100%;
	padding:20px 0;
	text-align:right;
}
#age-verify .window .age-btn a{
	background:#999;
	text-align:center;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:15px;
	font-size:1.8rem;
	display:inline-block;
}

#age-verify .window p{
	text-indent:20px;
}
#age-verify .window span {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
#age-verify .window span.title {
  font-size: 3rem;
  color:#000;
}
#age-verify .window .text-p{
	color:#333;
	font-size:15px;
	line-height:180%;
	padding-top:30px;
	padding-bottom:30px;
}
#age-verify .window .text-p a{
  color:#09bb8a;
}
#age-verify .window .text-p .right{
	text-align:right;
	padding-bottom:30px;
}
#age-verify .window button {
  border: 0;
  margin: 0;
  padding: 0;
  width: 48%;
  height: 60px;
  color: #FFF;
  font-size: 18px;
  background-color: Red;
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  transform: scale(1);
}
#age-verify .window button.back {
  display: block;
  float: none;
  margin: auto;
  background-color: #fff;
  color: Red !important;
  margin-top: 20px;
}
#age-verify .window button.yes {
  float: left;
}
#age-verify .window button.no {
  float: right;
}
#age-verify .window button:hover {
  transform: scale(1.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  background-color: #ff3333;
}

#age-verify.hidden {
  opacity: 0;
  visibility: hidden;
}
#age-verify.hidden .window {
  transform: scale(0.5);
}
#age-verify.under .window .underBox {
  top: 0%;
}
.hiddenText {
  display: none;
}   



@media (max-width: 768px) {
#age-verify .window{
	width:95%;
	margin-left:-50%;
	height:auto;
	margin-top:-100%;
	padding:20px 15px;
}	
#age-verify .window span.title{
	font-size:2.4rem;
}
#age-verify .window .age-btn{
	padding:10px 0;
}
#age-verify .window .text-p{
	padding-top:10px;
}
#age-verify .window .text-p .right{
	padding-bottom:10px;
}
}