﻿*{
	margin: 0;
	padding: 0;
}
html, body{
	overflow-x: hidden;
}
body {
	font-family: "microsoft yahei";
}
img{
	max-width: 100%;
}
a:link, a:visited, a:hover, a:active{
	text-decoration: none;
	color: #333;
}
input, textarea, select, button{
	outline: none !important;
}
ul{
	margin-bottom: 0;
}
.banner p{
	margin-bottom:0;
}
.content p:not(.h1):not(.h2):not(.h3):not(.h4):not(.title):not(.text):not(.desc):not(.subtitle){
	line-height: 24px;
	margin-bottom: 0;
}
.title{
	font-size: 24px;
	color: #0e1528;
	margin-top: 10px;
}
.subtitle{
	font-size: 18px;
	line-height: 24px;
	color: #0f152b;
	text-align: center;
	position: relative;
}
.subtitle:before,
.subtitle:after{
	content: '—';
	color: #0f152b;
	margin: 0 10px;
}
.text,
.desc{
	line-height: 24px;
	color: #aca8a8;
	margin: 10px auto 30px;
}
.desc{
	padding-bottom: 15px;
	position: relative;
}
.desc:after{
	content: '';
	width: 60px;
	height: 3px;
	background: #7eb704;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
.title,
.subtitle,
.text,
.desc{
	text-align: center;
}
.head{
  font-size: 20px;
  line-height: 30px;
  color: #7eb704;
  border-left: 10px solid #7eb704;
  border-bottom: 2px solid #7eb704;
  padding-left: 5px;
  margin: 30px 0 !important;
}
.btn{
	padding: 6px 12px;
}
.v-adaptive iframe{
	width: 320px !important;
	height: 180px !important;
	margin: 15px auto 30px;
	display: block;
}
.video-js{
	width: 100%;
	height: 100%;
}
.v-video{
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
}
.v-video .v-img,
.v-video video,
.v-video .v-play{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.v-video .v-img{
	z-index: 5;
}
.v-video .v-img img{
	width: 100%;
	height: 100%;
}
.v-video .v-play{
	background: rgba(0,0,0,.3);
	color: #fff;
	z-index: 8;
	align-items: center;
	justify-content: center;
	display: flex;
}
.v-video .v-play i{
	font-size: 68px;
}
.banner-play.on .play-icon::after{
	display: none;
}
.banner-play .b-video{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	display: block;
}
.banner-play .b-video video{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.banner-play .b-video .muted{
	min-width: 64px;
	min-height: 64px;
	color: #fff;
	background: #7eb911;
	font-size: 56px;
	padding: 0;
	line-height: 1;
	position: absolute;
	right: 15px;
	bottom: 10%;
	z-index: 30;
}
.banner-play .muted .fa-volume-off,
.banner-play .muted.on .fa-volume-up{
	display: none;
}
.banner-play .muted.on .fa-volume-off{
	display: block;
}
.bordered img{
	border: 1px solid #ccc;
}
.max-img img{
	max-width: 95%;
}
.all-img img{
	max-width: 95%;
	border: 1px solid #ccc;
}
.pct-img img{
	width: 100%;
}
.scale-img{
	overflow: hidden;
}
.scale-img img{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
.scale-img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.scroll-img{
	width: 100%;
	padding-top: 80%;
	overflow: hidden;
	position: relative;
}
.scroll-img img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	-webkit-transition: all 15s linear;
	-moz-transition: all 15s linear;
	transition: all 15s linear;
}
.scroll-img:hover img{
	top: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.breadcrumb>li,
.breadcrumb>.active,
.breadcrumb>li+li:before{
	color: #666;
	text-transform: uppercase;
}
.breadcrumb>.active {
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
}
.container>nav, .containe-fluid>nav{
	text-align: center;
}
.navbar-form .btn{
	vertical-align: top;
}
.mySwiper{
	position: relative;
}
.swiper-scrollbar{
	min-height: 6px;
}
.pagination-block{
	width: 100%;
	text-align: center;
	padding: 15px 0;
	margin: 0;
	display: block !important;
}
.pagination-block>span{
	width: 10px;
	height: 10px;
	background-color: #999;
	margin: 0 3px;
	opacity: 1;
	display: inline-block;
}
.pagination-block>.swiper-pagination-bullet-active{
	background-color: #7eb704
}
.pagination-inline{
	display: inline
}
.pagination-inline .prevbtn,
.pagination-inline .nextbtn{
	width: 25px;
	height: 44px;
	background: rgba(0,0,0,.5) url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/pagination-02.png) no-repeat center;
	outline: none;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	display: none;
	z-index: 12;
}
.pagination-inline .prevbtn{
	left: 0%;
	background-position: 10px center;
}
.pagination-inline .nextbtn{
	right: 0%;
	background-position: -19px center;
}
.pager li>a,
.pager li>span{
	border-radius: 0;
	color: #7eb704;
	border-color: #7eb704;
}
.pager li>a:hover,
.pager li>span:hover{
	color: #fff;
	background-color: #7eb704;
}
.pager li+li{
	margin-left: 10px;
}
.content .navbar-header button{
	float: left;
	border: none;
	background: transparent url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/top_nav.png) no-repeat center !important;
	padding-left: 80px;
	margin: 0 0 0 -53px;
}
.list-tag {
	position: relative;
	margin: 10px auto;
}
.list-tag button {
	position: absolute;
	left: 0;
	top: -35px;
	background: none;
	border: none;
	font-size: 16px;
}
.list-tag>ul {
	text-align: center;
	display: none;
}
.list-tag>ul>li {
	position: relative;
}
.list-tag .dropdown-menu {
	margin-top: 0;
	border-radius: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	min-width: 100%;
}
.list-tag .dropdown-menu>li>a {
	border-bottom: 1px solid #cccccc;
	padding: 6px 12px;
}
.list-tag>ul>li>a {
	display: block;
	padding: 6px 20px;
	color: #666666;
	margin: 3px auto;
	text-transform: capitalize;
	border: 1px solid #cccccc;
	border-radius: 6px;
}
.list-tag>ul>.active>a,
.list-tag>ul>li:hover>a {
	background-color: #7eb704;
	border-color: #7eb704;
	color: #fff;
}
.tab-content>.tab-pane{
	display: block;
}
.pagination>span>a,.pagination>span>span{
	font-size: 16px;
	color: #7eb704;
	border-color: #7eb704;
	padding: 3px 10px;
	margin: 0 7px;
}
.pagination>span>a:hover,
.pagination>span>a:focus,
.pagination>span>span:hover,
.pagination>span>span:focus,
.pagination>span>span{
	background-color: #7eb704;
	color: #fff;
}
.product-menu .navbar-collapse{
	background: #fff;
	padding: 0;
}
.product-menu .product-form{
	border: 1px solid #a0a0a0;
	padding: 20px;
}
.product-menu .product-form input{
	width: 75%;
	display: inline-block;
}
.product-menu .product-form button{
	width: 20%;
	height: 34px;
	border-color: #7eb704;
	background: #7eb704 url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon_12.png) no-repeat center;
}
.product-menu .product-nav>li{
	width: 100%;
	margin: 10px auto;
	border: 1px solid transparent;
	cursor: pointer;
}
.product-menu .product-nav>li>a{
	width: 100%;
	text-align: center;
	color: #333;
	background: #f1f1f1;
	padding: 10px;
	display: block;
}
.product-menu .product-nav>li.active>a,
.product-menu .product-nav>li:hover>a{
	color: #fff;
	background-color: #7eb704;
}
.product-menu .product-nav>li.active{
	border-color: #ccc;
}
.product-menu .product-nav>li ul{
	padding: 0px 20px;
	display: none;
}
.product-menu .product-nav>li.active ul{
	display: block;
}
.product-menu .product-nav>li ul li{
	padding: 10px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.product-menu .product-nav>li ul li:last-child{
	border-bottom: none;
}
.product-menu .product-nav>li ul li.active a{
	font-weight: bold;
	color: #7eb704;
}
.product-menu .product-nav>li ul li a:hover{
	color: #7eb704;
}
.fancybox-nav span{
	display: none;
}
.fancybox-nav:hover span{
	display: block;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #7eb704 !important;
}
.warp{
	color: #fff;
	background: #000;
	padding: 7px 10% 10px;
}
.warp ul li .btn{
	width: 20px;
	height: 16px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/mon-spr.png) no-repeat left top;
}
.warp ul li:first-child .btn{
	background-position: 4px 0px;
}
.warp ul li:nth-child(2) .btn{
	background-position: -20px 0px;
}
.warp ul li:nth-child(3) .btn{
	background-position: -45px 0px;
}
.warp ul li:nth-child(4) .btn{
	background-position: -67px 0px;
}
.warp ul li:nth-child(5) .btn{
	background-position: -87px 0px;
}
.warp ul li:hover .btn,
.warp ul li.active .btn{
	-ms-background-position-y: -16px;
	background-position-y: -16px;
}

header{
	width: 100%;
	font-family: sans-serif, Arial;
	background: #fff;
	position: relative;
	z-index: 800;
}
header.shadow{
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.1);
}
header .header-link{
	border-bottom: 1px solid #fff;
	padding: 5px 0;
	margin-bottom: 10px;
	display: none !important;
}
header .header-link .container{
	align-items: center;
	justify-content: space-between;
	display: flex;
}
header .header-link .container::before,
header .header-link .container::after{
	display: none;
}
header .header-link p{
	margin: 0;
}
header .header-link .hl-lt img{
	max-height: 24px;
}
header .navbar-header{
	position: relative;
	z-index: 9;
}
header .navbar-brand{
	margin: 10px auto;
	vertical-align: middle;
	display: inline-block;
}
header .navbar-toggle{
	width: 36px;
	height: 28px;
	background: transparent url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/menu.png) no-repeat center;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 11px;
	right: 15px;
}
header .navbar-toggle:hover,
header .navbar-toggle:focus{
	background-color: transparent !important;
}
header .navbar-tips{
	padding-left: 5px;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}
header .navbar-tips::before{
	content: '';
	height: 20px;
	border-left: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
header .navbar-tips img{
	max-height: 45px;
}
header .navbar-info{
	font-size: 16px;
	letter-spacing: 4px;
	margin-left: 20px;
	vertical-align: middle;
	display: none;
}
header .navbar-right{
	display: none;
}
header .navbar-right .cont{
	font-size: 20px;
	font-weight: bold;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-1.png) no-repeat left center;
	padding: 10px 0 10px 50px;
}
header .menu a{
	text-align: center;
	color: #333 !important;
	background: transparent !important;
}
header .menu>li>a{
	line-height: 24px;
	text-transform: uppercase;
	padding: 6px 12px;
}
header .menu>li.active>a,
header .menu>li:hover>a{
	color: #7eb704 !important;
	background: transparent !important;
}
header .menu>li.dropdown>a::after{
	content: "";
	border-top: 5px solid;
	border-right: 5px solid transparent;
	border-bottom: 0;
	border-left: 5px solid transparent;
	margin-left: 2.5px;
	vertical-align: 2.5px;
	display: inline-block;
}
header .dropdown-menu{
	width: 100%;
	min-width: 1px;
	padding: 0;
}
header .dropdown-menu>li>a{
	white-space: normal;
	border-top: 1px solid #E5E5E5;
}
header .dropdown-menu>li:hover>a{
	color: #fff !important;
	background: #7eb704 !important;
}


/*********  content  *********/
.bwcolor,
.bwcolor .title,
.bwcolor .subtitle,
.bwcolor .subtitle:before,
.bwcolor .subtitle:after{
	color: #fff;
}
.index .sec01{
	position: relative;
}
.index .sec01 img{
	width: 100%;
}
.index .sec02{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/index-2-bg.jpg) no-repeat left center;
	background-size: cover;
	position: relative;
}
.index .sec02 .mySwiper{
	padding: 5px 0 15px;
}
.index .sec02 .mySwiper:before,
.index .sec02 .mySwiper:after{
	content: '';
	height: 120px;
	background: #7EB704;
	position: absolute;
	bottom: 28px;
}
.index .sec02 .mySwiper:before{
	width: 100%;
	right: -15px;
	bottom: 162px;
}
.index .sec02 .mySwiper:after{
	width: 120px;
	height: 120px;
	background: #39a3d4;
	right: -15px;
}
.index .sec02 .navbar{
	padding: 0 15px;
}
.index .sec02 .lt{
	margin-bottom: 10px;
}
.index .sec02 .lt .swiper-slide{
	cursor: pointer;
	position: relative;
}
.index .sec02 .lt .swiper-slide:after{
	content: '';
	width: 100%;
	height: 100%;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.index .sec02 .bg-img{
	margin-bottom: 10px;
}
.index .sec02 .lt img{
	width: 100%;
}
.index .sec02 .info{
	background: #dfdedc;
	padding: 10px 15px;
	position: relative;
}
.index .sec02 .info p{
	color: #161617;
}
.index .sec02 .h3{
	padding-bottom: 10px;
	margin-top: 0;
	position: relative;
}
.index .sec02 .h3:before,
.index .sec02 .h3:after{
	content: '';
	width: 46px;
	height: 4px;
	background: #f49705;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
.index .sec02 .h3:after{
	background: #7EB704;
	left: 48px;
}
.index .sec02 .h3 span{
	font-size: 14px;
	color: #a5a0a0;
}
.index .sec02 .back .btn{
	border: 1px solid #333;
	border-radius: 0;
}
.index .sec02 .back .text-center .btn {margin-top: 10px;}
.index .sec02 .back .btn:hover{
	color: #fff;
	background: #7EB704;
	border-color: #7EB704;
}
.index .sec02 .swiper-scrollbar{
	height: 6px;
	background: #7EB704;
	border-radius: 0;
	cursor: pointer;
	margin-top: 30px;
}
.index .sec02 .swiper-scrollbar-drag{
	background: transparent;
}
.index .sec02 .swiper-scrollbar-drag:after{
	content: '';
	width: 42px;
	height: 18px;
	background: #f49705;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px -21px;
}
.index .sec03{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/index-3-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.index .sec03 .title,
.index .sec03 .subtitle,
.index .sec03 .subtitle:before,
.index .sec03 .subtitle:after{
	color: #fff;
}
.index .sec03 .tab-list li .btn{
	min-width: 120px;
	color: #fff;
	background: #7EB704;
	border-radius: 0;
	margin-top: 20px;
}
.index .sec03 .tab-list li.active .btn{
	background: #F18C1B;
}
.index .sec03 .mySwiper:after{
	content: '';
	width: 100%;
	height: 80%;
	background: rgba(255,255,255,.5);
	position: absolute;
	left: 0;
	top: 10%;
}
.index .sec03 .swiper-slide-active{
	z-index: 9;
}
.index .sec03 .back{
	background: #fff;
	padding: 10px 15px;
}
.index .sec03 .h4{
	text-align: center;
	margin: 0 0 20px;
}
.index .sec03 .img{
	text-align: center;
	margin-bottom: 10px;
}
.index .sec04{
	padding: 15px 0;
}
.index .sec04 .back{
	text-align: center;
}
.index .sec04 .h4{
	font-weight: bold;
	line-height: 24px;
	margin: 20px 0;
}
.index .sec05{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/index-5-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.index .sec05 .title,
.index .sec05 .subtitle,
.index .sec05 .subtitle:before,
.index .sec05 .subtitle:after{
	color: #fff;
}
.index .sec06 .tab-list{
	margin-bottom: 15px;
}
.index .sec06 .tab-list>li>a{
	color: #fff;
	background: #f49705;
	border-radius: 0;
}
.index .sec06 .tab-list>li:nth-child(2)>a{
	background: #7eb704;
}
.index .sec06 .tab-list>li:nth-child(3)>a{
	background: #39a3d4;
}
.index .sec06 .back{
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.index .sec06 .img{
	display: block;
}
.index .sec06 .msg{
	padding: 10px 15px;
	position: relative;
}
.index .sec06 .msg .name img{
	margin-right: 10px;
}
.index .sec06 .msg .date{
	line-height: 18px !important;
	border-left: 1px solid #666;
	padding-left: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
}
.index .sec06 .info{
	padding: 5px 15px;
}
.index .sec06 .info p{
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index .sec06 .info .h4{
	font-size: 16px;
	line-height: 24px;
}
.index .sec06 .info .h5{
	height: 72px;
	font-size: 12px;
	-webkit-line-clamp: 3;
}
.index .sec06 .info .btn{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-3.png) no-repeat left center;
	padding-left: 35px;
	margin-top: 10px;
}
.index .sec07{
	background: #f6f6f6;
	padding: 5px 0 15px;
}
.index .sec07 .back{
	border-radius: 4px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.1);
	overflow: hidden;
	margin: 5px;
}
.index .sec07 .back .h4{
	font-size: 16px;
	margin: 15px 0;
}
.about .sec01{
	position: relative;
}
.about .sec01 .mySwiper{
	padding: 5px 0 15px;
}
.about .sec01 .mySwiper1{
	padding: 10px 0;
	position: relative;
}
.about .sec01 .back>p{
	color: #161617;
	line-height: 30px !important;
}
.about .sec02{
	color: #fff;
	background: #7EB704;
	text-align: center;
	margin-top: 50px;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}
.about .sec02.tab1{
	background: #f49705;
}
.about .sec02.tab2{
	background: #39a3d4;
}
.about .sec02.tab3{
	background: #08618a;
}
.about .sec02 .tab-list{
	margin-top: -30px;
}
.about .sec02 .tab-list li a{
	color: #fff;
	background: transparent;
	border: none;
	border-radius: 0;
	position: relative;
	display: block;
}
.about .sec02 .tab-list li a:after{
	content: '';
	width: 120px;
	height: 120px;
	background: #7EB704;
	position: absolute;
	left: 0;
	top: -10px;
	z-index: -1;
	-webkit-transform: rotateZ(-15deg);
	-moz-transform: rotateZ(-15deg);
	transform: rotateZ(-15deg);
}
.about .sec02 .tab-list li:nth-child(2) a:after{
	background: #f49705;
}
.about .sec02 .tab-list li:nth-child(3) a:after{
	background: #39a3d4;
}
.about .sec02 .tab-list li:nth-child(4) a:after{
	background: #08618a;
}
.about .sec02 .tab-content{
	padding: 50px 0;
}
.about .sec03{
	padding: 5px 0 15px;
}
.about .sec03 .back{
	max-width: 1410px;
	margin: 0 auto 15px;
	position: relative;
}
.about .sec03 .back .h4{
	color: #a6a1a1;
}
.about .sec03 .back .h5{
	text-indent: 25px;
}
.about .sec03 .swiper-date .info{
	margin-bottom: 5px;
	cursor: pointer;
}
.about .sec03 .swiper-date .info p{
	color: #fff;
	background: #35ae46;
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	padding: 3px 10px 3px 80px;
	position: relative;
	display: inline-block;
}
.about .sec03 .swiper-date .info p:after{
	content: '•••••••••••••••••••••••••••';
	color: #7EB704;
	position: absolute;
	left: 105%;
	top: 50%;
	margin-top: -12px;
	z-index: -1;
}
.about .sec03 .swiper-date .info span{
	min-width: 70px;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #35ae46;
	background: #fff;
	padding-left: 10px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+2) .info p{
	background: #f18b3d;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+2) .info span{
	color: #f18b3d;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+3) .info p{
	background: #009fdd;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+3) .info span{
	color: #009fdd;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+4) .info p{
	background: #9e1581;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+4) .info span{
	color: #9e1581;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+5) .info p{
	background: #7eb704;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+5) .info span{
	color: #7eb704;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+6) .info p{
	background: #c2172d;
}
.about .sec03 .swiper-date .swiper-slide:nth-of-type(6n+6) .info span{
	color: #c2172d;
}
.about .sec03 .swiper-scrollbar{
	max-width: 700px;
	height: 6px;
	background: #7EB704;
	border-radius: 0;
	cursor: pointer;
	margin: 30px auto 0;
}
.about .sec03 .swiper-scrollbar-drag{
	background: transparent;
}
.about .sec03 .swiper-scrollbar-drag:after{
	content: '';
	width: 42px;
	height: 18px;
	background: #f49705;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px -21px;
}
.about .sec04{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/about-4-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.about .sec04 .title,
.about .sec04 .subtitle,
.about .sec04 .subtitle:before,
.about .sec04 .subtitle:after,
.about .sec04 .text{
	color: #fff;
}
.about .sec04 .h4{
	color: #a6a1a1;
}
.about .sec04 .h5{
	text-indent: 25px;
}
.about .sec05{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/about-5-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.about .sec05 .row{
	margin: 0 -5px;
}
.about .sec05 .row div:not(.row){
	padding: 0 5px;
}
.about .sec05 .row img{
	margin-bottom: 10px;
}
.about .sec05 .lt,
.about .sec05 .rt{
	padding: 0;
}
.product .sec01{
	/*background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/product-n1-bg.jpg) no-repeat center;*/
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/index-3-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.product .sec01 .mySwiper{
	max-width: 1100px;
	margin: auto;
}
.product .sec01 .back{
	min-height: 134px;
	border: 1px solid #fff;
	padding: 10px;
}
.product .sec01 .swiper-slide:nth-of-type(n+4) .back{
	border-top: none;
}
.product .sec01 .hr{
	width: 60px;
	height: 1px;
	background: #fff;
	margin: 20px 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.product .sec01 .h4{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}
.product .sec01 .h5{
	/*color: #ccc;*/
	margin: 0;
}
.product .sec01 .back:hover{
	background: #f18c1b;
	border-color: #f18c1b;
}
.product .sec01 .back:hover .hr{
	width: 90%;
}
.product .sec02{
	padding: 15px 0;
}
.product .sec02 .text{
	color: #999;
}
.product .sec02 .bt-list{
	margin-top: 10px;
}
.product .sec02 .bt-list li{
	min-height: 70px;
	padding-left: 90px;
	padding-top: 5px;
	margin-bottom: 15px;
	position: relative;
}
.product .sec02 .bt-list li .img{
	width: 70px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -35px;
}
.product .sec02 .bt-list li .h4{
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
}
.product .sec03{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/product-n3-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.product .sec03 .back{
	padding-left: 70px;
	position: relative;
}
.product .sec03 .back .img{
	width: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
}
.product .sec03 .back .h4{
	font-size: 16px;
	line-height: 24px;
}
.product .sec03 .back .h5{
	color: #ccc;
}
.product .sec04{
	padding: 5px 0 15px;
}
.product .sec04 .h4{
	line-height: 24px;
}
.product .sec04 ul li{
	margin-bottom: 10px;
	position: relative;
}
.product .sec04 ul li .img{
	width: 30px;
	position: absolute;
	left: 15px;
	top: 0;
}
.product .sec04 ul li .h4{
	font-size: 16px;
	line-height: 30px;
	padding-left: 35px;
	margin: 0 0 5px;
}
.product .sec05{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/product-n5-bg.jpg) no-repeat center;
	background-size: cover;
	border-bottom: 1px solid #7EB704;
	padding: 15px 0;
}
.product .sec05 .back{
	min-height: 300px;
	color: #333;
	background: #fff;
	padding: 60px 30px 0;
	margin-top: 35px;
	position: relative;
}
.product .sec05 .back .img{
	width: 90px;
	height: 90px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-34.png) no-repeat center;
	position: absolute;
	left: 50%;
	top: -35px;
	margin-left: -45px;
}
.product .sec05 .swiper-slide:nth-of-type(2) .back .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-36.png);
}
.product .sec05 .swiper-slide:nth-of-type(3) .back .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-38.png);
}
.product .sec05 .swiper-slide:nth-of-type(4) .back .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-40.png);
}
.product .sec05 .h4{
	text-align: center;
}
.product .sec05 .back:hover{
	color: #fff;
	background: #f18c1b;
}
.product .sec05 .back:hover .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-35.png);
}
.product .sec05 .swiper-slide:nth-of-type(2) .back:hover .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-37.png);
}
.product .sec05 .swiper-slide:nth-of-type(3) .back:hover .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-39.png);
}
.product .sec05 .swiper-slide:nth-of-type(4) .back:hover .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-41.png);
}
.product .sec06{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/product-3-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.product .sec06 .text{
	color: #999;
}
.product .sec06 .back{
	min-height: 60px;
	padding-left: 75px;
	margin-bottom: 10px;
	position: relative;
}
.product .sec06 .back-icon{
  width: 60px;
  height: 60px;
  background: #f18c1b;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.product .sec06 .h4{
	line-height: 24px;
	color: #f18c1b;
}
.product .sec06 .mt{
	text-align: center;
	display: none;
}
.product .sec07{
	padding: 5px 0 15px;
}
.product .sec07 .back{
	max-width: 400px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-left: 4px solid #f18c1b;
	padding: 10px 10px 10px 60px;
	margin: 0 auto 10px;
	position: relative;
}
.product .sec07 .back .img{
	width: 36px;
	height: 36px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-42.png) no-repeat center;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -18px;
}
.product .sec07 li:nth-child(2) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-44.png);
}
.product .sec07 li:nth-child(3) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-46.png);
}
.product .sec07 li:nth-child(4) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-48.png);
}
.product .sec07 li:nth-child(5) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-50.png);
}
.product .sec07 li:nth-child(6) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-52.png);
}
.product .sec07 .back:hover{
	color: #fff;
	background: #F18C1B;
	border-color: #F18C1B;
}
.product .sec07 .back:hover .img{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-43.png);
}
.product .sec07 li:nth-child(2) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-45.png);
}
.product .sec07 li:nth-child(3) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-47.png);
}
.product .sec07 li:nth-child(4) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-49.png);
}
.product .sec07 li:nth-child(5) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-51.png);
}
.product .sec07 li:nth-child(6) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-53.png);
}
.product .sec08{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/product-n8-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.product .sec08 .back{
	min-height: 230px;
	background: #212121;
	padding: 10px;
}
.product .sec08 .back .img{
	width: 40px;
	height: 40px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-54.png) no-repeat center;
	margin: 10px auto;
}
.product .sec08 .swiper-slide:nth-of-type(2) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-56.png);
}
.product .sec08 .swiper-slide:nth-of-type(3) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-58.png);
}
.product .sec08 .swiper-slide:nth-of-type(4) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-60.png);
}
.product .sec08 .swiper-slide:nth-of-type(5) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-62.png);
}
.product .sec08 .swiper-slide:nth-of-type(6) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-64.png);
}
.product .sec08 .swiper-slide:nth-of-type(7) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-66.png);
}
.product .sec08 .swiper-slide:nth-of-type(8) .back .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-68.png);
}
.product .sec08 .h4{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.product .sec08 .h5{
	font-size: 12px;
}
.product .sec08 .back:hover{
	background: #F18C1B;
}
.product .sec08 .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-55.png);
}
.product .sec08 .swiper-slide:nth-of-type(2) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-57.png);
}
.product .sec08 .swiper-slide:nth-of-type(3) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-59.png);
}
.product .sec08 .swiper-slide:nth-of-type(4) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-61.png);
}
.product .sec08 .swiper-slide:nth-of-type(5) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-63.png);
}
.product .sec08 .swiper-slide:nth-of-type(6) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-65.png);
}
.product .sec08 .swiper-slide:nth-of-type(7) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-67.png);
}
.product .sec08 .swiper-slide:nth-of-type(8) .back:hover .img{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-69.png);
}
.product .sec09{
	padding: 5px 0 15px;
}
.product .sec09 ul li{
	min-height: 30px;
	padding-left: 35px;
	margin-top: 10px;
	position: relative;
}
.product .sec09 ul li .img{
	position: absolute;
	left: 0;
	top: 2px;
}
.topic .topic-cont{
	padding: 5px 0 15px;
}
.topic .topic-form{
	padding: 5px 0 15px;
}
.topic .topic-form .lt{
	text-align: center;
}
.topic .topic-form .back{
	max-width: 350px;
	margin: auto;
}
.topic .topic-form .rt{
	max-width: 600px;
}
.topic .topic-form .btn i{
	margin-right: 8px;
}
.topic1 .topic-form .title{
	color: #04878f;
}
.topic1 .topic-form .btn{
	color: #fff;
	background: #2fc9d3;
}
.topic2 .topic-form .title{
	color: #367feb;
}
.topic2 .topic-form .btn{
	color: #fff;
	background: #367feb;
}
.topic3 .topic-form .title{
	color: #f0860b;
}
.topic3 .topic-form .btn{
	color: #fff;
	background: #febf2f;
}
.topic4 .topic-form .title{
	color: #2db550;
}
.topic4 .topic-form .btn{
	color: #fff;
	background: #2db550;
}
.topic5 .topic-form .title{
	color: #1f9ac9;
}
.topic5 .topic-form .btn{
	color: #fff;
	background: #1f9ac9;
}
.topic6 .topic-form .title{
	color: #139bd7;
}
.topic6 .topic-form .btn{
	color: #fff;
	background: #139bd7;
}
.topic1 .sec01{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic1-bg1.jpg) no-repeat right bottom;
	background-size: contain;
	padding: 5px 0 15px;
}
.topic1 .sec01 .title{
	color: #2cb8b9;
}
.topic1 .sec01 .msg{
	margin-bottom: 15px;
}
.topic1 .sec01 .h4{
	font-size: 14px;
	font-weight: bold;
}
.topic1 .sec01 .info ul>li{
	margin-bottom: 15px;
	display: flex;
}
.topic1 .sec01 .info ul>li .icon{
	flex-basis: 40px;
	margin-right: 15px;
}
.topic1 .sec01 .info ul>li .main{
	flex: 1;
}
.topic1 .sec01 .info ul>li .h4{
	margin: 0 0 5px;
}
.topic1 .sec02{
	color: #fff;
	background: #2fc9d3;
	padding: 5px 0 15px;
}
.topic1 .sec02 .title{
	color: #fff;
}
.topic1 .sec02 .text{
	color: #ddd;
}
.topic1 .sec02 .h4{
	font-size: 14px;
	font-weight: bold;
}
.topic1 .sec02 .info ul>li{
	margin-bottom: 15px;
	display: flex;
}
.topic1 .sec02 .info ul>li .icon{
	flex-basis: 40px;
	margin-right: 15px;
}
.topic1 .sec02 .info ul>li .icon img{
	border-radius: 10px;
}
.topic1 .sec02 .info ul>li .main{
	flex: 1;
}
.topic1 .sec02 .info ul>li .h4{
	margin: 0 0 5px;
}
.topic1 .sec03{
	padding: 5px 0 15px;
}
.topic1 .sec03 .row img{
	margin-bottom: 15px;
}
.topic1 .sec03 .swiper-slide .h4{
	color: #2fc9d3;
}
.topic1 .sec03 .swiper-slide:nth-of-type(3n+2) .h4{
	color: #4ac016;
}
.topic1 .sec03 .swiper-slide:nth-of-type(3n+3) .h4{
	color: #e98f10;
}
.topic1 .sec03 .swiper-slide .info{
	min-height: 200px;
	color: #fff;
	background: #2fc9d3;
	border-radius: 10px;
	padding: 15px;
	margin-top: 10px;
}
.topic1 .sec03 .swiper-slide:nth-of-type(3n+2) .info{
	background: #4ac016;
}
.topic1 .sec03 .swiper-slide:nth-of-type(3n+3) .info{
	background: #e98f10;
}
.topic1 .sec04{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic-4-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic1 .sec04 .title{
	color: #04878f;
}
.topic1 .sec04 .text{
	color: #333;
}
.topic1 .sec04 .back{
	padding-top: 80%;
	overflow: hidden;
	position: relative;
}
.topic1 .sec04 .back img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	-webkit-transition: all 15s linear;
	-moz-transition: all 15s linear;
	transition: all 15s linear;
}
.topic1 .sec04 .back:hover img{
	top: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}
.topic2 .sec01{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic2-1-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic2 .sec01 .title{
	color: #3786fb;
}
.topic2 .sec02{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic2-2-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic2 .sec02 .title{
	color: #3786fb;
}
.topic2 .sec02 .text{
	color: #fff;
}
.topic2 .sec02 .msg{
	max-width: 600px;
	margin: 15px auto 0;
}
.topic2 .sec01 .info{
	max-width: 700px;
	margin: 0 auto 10px;
}
.topic2 .sec03{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic2-1-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic2 .sec03 .title{
	color: #367feb;
}
.topic2 .sec03 .swiper-container{
	margin-top: 20px;
}
.topic2 .sec03 .swiper-wrapper{
	align-items: stretch;
}
.topic2 .sec03 .swiper-slide{
	height: auto;
}
.topic2 .sec03 .back{
	height: 100%;
	color: #b16206;
	background: #f8dc9f;
	border-radius: 8px;
	padding: 10px 15px 0;
	margin: 0 auto 15px;
	display: flex;
}
.topic2 .sec03 .swiper-slide:nth-of-type(3n+2) .back{
	color: #3b8106;
	background: #def3cf;
}
.topic2 .sec03 .swiper-slide:nth-of-type(3n+3) .back{
	color: #367feb;
	background: #c4ebff;
}
.topic2 .sec03 .back .img{
	max-width: 82px;
	margin-right: 15px;
}
.topic2 .sec03 .back .info{
	flex: 1;
}
.topic2 .sec03 .back .info .h4{
	font-weight: 600;
}
.topic2 .sec04{
	background: #d2f0ff;
	padding: 5px 0 15px;
}
.topic2 .sec04 .title{
	color: #006eb1;
}
.topic3 .sec01{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic3-1-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic3 .sec01 .title{
	color: #fdb62e;
}
.topic3 .sec01 .back{
	align-items: center;
	display: flex;
}
.topic3 .sec01 .info ul>li{
	color: #fff;
	background: #fdb62e;
	padding: 8px 10px;
	margin-bottom: 15px;
	align-items: center;
	display: flex;
}
.topic3 .sec01 .info ul>li:nth-child(4n+2){
	background: #2db550;
}
.topic3 .sec01 .info ul>li:nth-child(4n+3){
	background: #d23c3d;
}
.topic3 .sec01 .info ul>li:nth-child(4n+4){
	background: #4586f1;
}
.topic3 .sec01 .info ul>li .icon{
	max-width: 50px;
	margin-right: 20px;
}
.topic3 .sec01 .info ul>li .h4{
	color: #fff;
	flex: auto;
}
.topic3 .sec02{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic3-2-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic3 .sec02 .title{
	color: #febf2f;
}
.topic3 .sec02 .text,
.topic3 .sec02 a{
	color: #fff;
}
.topic3 .sec02 .back{
	margin-bottom: 15px;
	display: flex;
}
.topic3 .sec02 .back .img{
	max-width: 120px;
	margin-right: 15px;
}
.topic3 .sec02 .back .info{
	flex: 1;
}
.topic3 .sec03{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic3-3-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic3 .sec03 .title{
	color: #febf2f;
}
.topic3 .sec03 .swiper-container{
	margin-top: 20px;
}
.topic3 .sec03 .swiper-wrapper{
	align-items: stretch;
}
.topic3 .sec03 .swiper-slide{
	height: auto;
}
.topic3 .sec03 .back{
	height: 100%;
	color: #fff;
	background: #d23c3d;
	border-radius: 8px;
	padding: 10px 15px 0;
	margin: 0 auto 15px;
	display: flex;
}
.topic3 .sec03 .swiper-slide:nth-of-type(3n+2) .back{
	background: #2db550;
}
.topic3 .sec03 .swiper-slide:nth-of-type(3n+3) .back{
	background: #367feb;
}
.topic3 .sec03 .back .img{
	max-width: 82px;
	margin-right: 15px;
}
.topic3 .sec03 .back .info{
	flex: 1;
}
.topic3 .sec03 .back .info .h4{
	font-weight: 600;
}
.topic3 .sec04{
	background: #fae4b6;
	padding: 5px 0 15px;
}
.topic3 .sec04 .title{
	color: #bb6705;
}
.topic4 .sec01{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic3-1-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic4 .sec01 .title{
	color: #2db550;
}
.topic4 .sec01 .mt{
	text-align: center;
}
.topic4 .sec01 .mt img{
	max-width: 400px;
}
.topic4 .sec01 .info{
	padding: 1px 0;
	margin: 10px 0;
}
.topic4 .sec02 .bt .back{
	color: #fff;
	background: #2db550;
	padding: 15px;
	margin-bottom: 15px;
}
.topic4 .sec02 .bt .col-sm-6:nth-of-type(4n+2) .back{
	background: #367feb;
}
.topic4 .sec02 .bt .col-sm-6:nth-of-type(4n+3) .back{
	background: #f9a503;
}
.topic4 .sec02 .bt .col-sm-6:nth-of-type(4n+4) .back{
	background: #ac3da1;
}
.topic4 .sec02 .bt .img{
	margin-bottom: 10px;
	align-items: center;
	display: flex;
}
.topic4 .sec02 .bt .img img{
	max-width: 54px;
	margin-right: 15px;
}
.topic4 .sec02 .bt .img .info{
	flex: auto;
}
.topic4 .sec03{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic3-1-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic4 .sec03 .title{
	color: #2db550;
}
.topic4 .sec03 .mt{
	text-align: center;
}
.topic4 .sec03 .info{
	color: #fff;
	background-color: #d23c3d;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 15px;
	align-items: center;
	display: flex;
}
.topic4 .sec03 .lt .info:nth-of-type(3n+2){
	background: #fac448;
}
.topic4 .sec03 .lt .info:nth-of-type(3n+3){
	background: #962ae1;
}
.topic4 .sec03 .rt .info:nth-of-type(3n+1){
	background: #f97a3a;
}
.topic4 .sec03 .rt .info:nth-of-type(3n+2){
	background: #2db550;
}
.topic4 .sec03 .info .img{
	flex-basis: 70px;
	margin-right: 15px;
}
.topic4 .sec03 .info .msg{
	flex: 1;
}
.topic4 .sec04{
	background: #5fc77a;
	padding: 5px 0 15px;
}
.topic4 .sec04 .title,
.topic4 .sec04 .text{
	color: #fff;
}
.topic5 .sec01{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic5-1-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic5 .sec01 .title,
.topic5 .sec01 .text{
	color: #fff;
}
.topic5 .sec01 .img{
	margin-bottom: 20px;
}
.topic5 .sec01 .img img{
	border: 2px solid #F18B3D;
	border-radius: 50%;
	padding: 30px;
}
.topic5 .sec01 .sub-img img{
	background: #F18B3D;
	border-color: #F18B3D;
}
.topic5 .sec01 .sub-img,
.topic5 .sec01 .swiper-slide:hover .big-img{
	display: none;
}
.topic5 .sec01 .swiper-slide:hover .sub-img{
	display: block;
}
.topic5 .sec02{
	color: #fff;
	background: #1f9ac9;
	padding: 5px 0 15px;
}
.topic5 .sec02 .title,
.topic5 .sec02 a{
	color: #fff;
}
.topic5 .sec02 .h2{
	line-height: 1.5 !important;
}
.topic5 .sec02 .btn{
	border: 2px solid #fff;
	border-radius: 25px;
	margin-top: 1rem;
}
.topic5 .sec03{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/product-3-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic5 .sec03 .text{
	color: #999;
}
.topic5 .sec03 .back{
	min-height: 60px;
	padding-left: 75px;
	margin-bottom: 10px;
	position: relative;
}
.topic5 .sec03 .back-icon{
  width: 60px;
  height: 60px;
  background: #f18c1b;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
.topic5 .sec03 .h4{
	line-height: 24px;
	color: #f18c1b;
}
.topic5 .sec03 .mt{
	text-align: center;
	display: none;
}
.topic5 .sec04{
	color: #fff;
	background: #1f9ac9;
	padding: 5px 0 15px;
}
.topic5 .sec04 .title,
.topic5 .sec04 a{
	color: #fff;
}
.topic5 .sec04 .h4{
	font-size: 24px;
}
.topic5 .sec04 .h4 span{
	font-size: 60px;
}
.topic5 .sec05{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic5-5-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
}
.topic5 .sec05 h3{
	font-size: 36px;
    font-weight: bold;
	color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.topic5 .sec05 .text{
	color: #fff;
    text-align: center;
}
.topic5 .sec05 .row{
	background: #fff;
	padding: 0 10px;
	margin: 30px -10px 0;
}
.topic5 .sec05 .row>div{
	padding: 0 10px;
}
.topic5 .sec05 .back{
	min-height: 200px;
	padding: 20px 10px 10px;
	margin: 20px 0;
	position: relative;
}
.topic5 .sec05 .back .h4{
	line-height: 24px;
}
.topic5 .sec05 .back .img{
	max-width: 100px;
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.topic5 .sec05 .back .btn{
	font-size: 16px;
	color: #fff;
}
.topic5 .sec05 .lt .animated{
	animation-delay: .5s;
}
.topic5 .sec05 .mt .animated{
	animation-delay: .75s;
}
.topic5 .sec05 .rt .animated{
	animation-delay: 1s;
}
.topic5 .sec05 .b1{
	background: #feb913;
}
.topic5 .sec05 .b2{
	background: #329cd6;
}
.topic5 .sec05 .b3{
	background: #7bbd42;
}
.topic5 .sec05 .b4{
	background: #f05423;
}
.topic5 .sec05 .b5{
	background: #aa7fc1;
}
.topic5 .sec05 .b1:hover{
	background: #eda802;
}
.topic5 .sec05 .b2:hover{
	background: #218bc5;
}
.topic5 .sec05 .b3:hover{
	background: #6aac31;
}
.topic5 .sec05 .b4:hover{
	background: #e04312;
}
.topic5 .sec05 .b5:hover{
	background: #996eb0;
}
.topic5 .sec06{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic5-6-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic5 .sec06 .title,
.topic5 .sec06 .text{
	color: #fff;
}
.topic5 .sec06 .h5{
	font-size: 16px;
	line-height: 40px !important;
}
.topic5 .sec06 .btn{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 26px;
	padding-right: 80px;
	margin-top: 30px;
	position: relative;
}
.topic5 .sec06 .btn:after{
	content: '';
	width: 20px;
	height: 1px;
	background: #fff;
	position: absolute;
	right: 5px;
	top: 50%;
}
.topic5 .sec06 .swiper-container{
	margin-top: 30px;
}
.topic5 .sec07{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic5-7-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.topic5 .sec07 .title,
.topic5 .sec07 .text{
	color: #fff;
}
.topic5 .sec07 .back{
	background: #fff;
	border-radius: 4px;
	padding: 60px 40px 40px 40px;
	margin-top: 60px;
	position: relative;
}
.topic5 .sec07 .back .img{
	margin-top: -105px;
}
.topic5 .sec07 .back .img img{
	border-radius: 50%;
}
.topic5 .sec07 .back .h4{
	margin-top: 20px;
}
.topic5 .sec07 .back .h5{
	font-size: 13px;
	font-style: italic;
	color: #98a2a4;
}
.topic5 .sec07 .back p:not(.h4):not(.h5){
	font-size: 16px;
	line-height: 27px !important;
	color: #98a2a4;
}
.topic5 .sec08{
	background: #1b1c1f;
	padding: 60px 0;
}
.topic6 .sec01{
	position: relative;
}
.topic6 .sec01 iframe{
	width: 100% !important;
	height: 300px !important;
}
.topic6 .sec02{
	padding: 5px 0 15px;
}
.topic6 .sec02 .title{
	color: #139bd7;
}
.topic6 .sec04{
	padding: 5px 0 15px;
}
.topic6 .sec04 .title{
	color: #139bd7;
}
.topic6 .sec04 .row img{
	margin-bottom: 15px;
}
.topic6 .sec04 .swiper-slide .h4{
	color: #2fc9d3;
}
.topic6 .sec04 .swiper-slide:nth-of-type(3n+2) .h4{
	color: #4ac016;
}
.topic6 .sec04 .swiper-slide:nth-of-type(3n+3) .h4{
	color: #e98f10;
}
.topic6 .sec04 .swiper-slide .info{
	min-height: 200px;
	color: #fff;
	background: #2fc9d3;
	border-radius: 10px;
	padding: 15px;
	margin-top: 10px;
}
.topic6 .sec04 .swiper-slide:nth-of-type(3n+2) .info{
	background: #4ac016;
}
.topic6 .sec04 .swiper-slide:nth-of-type(3n+3) .info{
	background: #e98f10;
}
.topic6 .sec05{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic6-5-bg.jpg) no-repeat center;
	background-size: cover;
}
.topic7 .sec01{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic7-1-bg.jpg) no-repeat center;
	background-size: cover;
}
.topic7 .sec01 .title{
	color: #1f2773;
}
.topic7 .sec01 .info{
	color: #4508aa;
	margin: 15px 0;
}
.topic7 .sec02{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic-4-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 15px 0 15px;
}
.topic7 .sec02 .title{
	color: #1f2773;
}
.topic7 .sec02 .text{
	color: #333;
}
.topic7 .sec03{
	color: #fff;
	background: #1f2773;
	padding: 5px 0 15px;
}
.topic7 .sec03 a,
.topic7 .sec03 .title,
.topic7 .sec03 .text{
	color: #fff;
}
.topic7 .sec04 .container{
	width: 100%;
	padding: 0;
}
.seo .sec01{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-1-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 5px 0 15px;
}
.seo .sec01 .title,
.seo .sec01 .text{
	text-align: left;
}
.seo .sec01 .btn{
	color: #fff;
	background: #F18C1B;
	border-radius: 25px;
	margin-top: 10px;
}
.seo .sec02{
	padding: 5px 0 15px;
}
.seo .sec02 .back{
	height: 356px;
	color: #fff;
	background: #0082d2 url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-2-bg-1.png) no-repeat center;
	background-size: 100% 100%;
	margin: auto;
}
.seo .sec02 .swiper-slide:nth-of-type(2) .back{
	background-color: #2dca8b;
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-2-bg-2.png);
}
.seo .sec02 .swiper-slide:nth-of-type(3) .back{
	background-color: #00aae1;
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-2-bg-3.png);
}
.seo .sec02 .swiper-slide:nth-of-type(4) .back{
	background-color: #02cdd6;
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-2-bg-4.png);
}
.seo .sec02 .swiper-slide:nth-of-type(5) .back{
	background-color: #ee7e38;
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-2-bg-5.png);
}
.seo .sec02 .back .img{
	padding: 50px 0 10px;
}
.seo .sec02 .back .img img{
	max-height: 75px;
}
.seo .sec02 .back p{
	font-size: 16px;
}
.seo .sec02 .back .h3{
	font-size: 30px;
	margin-bottom: 20px;
}
.seo .sec03{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-3-bg-1.jpg) no-repeat center;
	background-size: cover;
	padding: 15px 0;
}
.seo .sec03 .title,
.seo .sec03 .info p{
	color: #fff;
}
.seo .sec03 .mySwiper{
	margin-top: 10px;
}
.seo .sec03 .mySwiper .swiper-container{
	background: #fff url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-3-bg-2.jpg) no-repeat left top;
	box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	border-radius: 20px;
	padding: 50px 0 0;
}
.seo .sec03 .mySwiper p{
	margin: 20px 15px;
}
.seo .sec03 .mySwiper .img{
	border-top: 1px solid #ccc;
	margin-top: 20px;
}
.seo .sec03 .mySwiper .info{
	width: 100%;
	background: rgba(0,0,0,.7);
	padding: 30px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
}
.seo .sec03 .mySwiper .info p{
	font-size: 24px;
	line-height: 36px !important;
	margin-top: 0;
}
.seo .sec04 .img img{
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}
.seo .sec04 .img:hover img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.seo .sec04 .h4{
	line-height: 28px;
}
.seo .sec04 .row{
	margin-left: -10px;
	margin-right: -10px;
}
.seo .sec04 .row>div{
	padding: 0 10px;
}
.seo .sec05{
	color: #fff;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/seo-5-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 15px 0;
}
.seo .sec05 .back{
	margin-bottom: 10px;
}
.seo .sec05 .back img{
	max-width: 50px;
	margin-right: 15px;
}
.seo .sec05 .back .img img{
	max-width: 120px;
}
.seo .sec05 .back .h5{
	font-size: 16px;
	color: #F18B3D;
}
.seo .sec05 .back .btn{
	color: #fff;
	background: #F18B3D;
}
.seo .sec05 .lt{
	margin-bottom: 20px;
}
.seo .sec05 .form-group{
	border: 1px solid #fff;
	padding-left: 80px;
	position: relative;
}
.seo .sec05 .form-group label{
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 50%;
	margin: -10px 0 0;
}
.seo .sec05 .form-control{
	color: #fff;
	background: transparent;
	box-shadow: none !important;
	border: none;
	border-radius: 0;
}
.seo .sec05 form select option{
	color: #333;
}
.seo .sec05 form .btn{
	width: 100%;
	color: #fff;
	background: #F18B3D;
	border-radius: 0;
}
.case .text{
	margin-bottom: 15px;
}
.case .sec02{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/index-5-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 15px 0;
}
.case .back{
	background: #e1e0df;
	padding: 10px 15px;
}
.case .h3{
	margin-top: 0;
}
.case .h4{
	text-align: center;
	text-decoration: underline;
}
.case .info{
	background: #efefef;
	border: 1px solid #aaa;
	padding: 10px 15px;
}
.case .info p{
	text-indent: 20px;
}
.case .info .btn{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-3.png) no-repeat left center;
	padding-left: 35px;
	margin-top: 10px;
}
.case .sec03{
	padding-top: 30px;
}
.case .words{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.case .words:last-of-type{
	border: none;
}
.case .words-img{
	text-align: center;
	margin-bottom: 20px;
}
.case .words-img .img{
	max-width: 600px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/case_bg.png) no-repeat center;
	background-size: cover;
	padding: 20px 40px 16px;
	margin: 0 auto 10px;
	display: block;
}
.case .words-img p{
	font-size: 16px;
}
.case .words-count{
	margin-bottom: 20px;
	display: flex;
}
.case .words-count .count{
	margin-right: 10px;
}
.case .words-count .big span,
.case .words-count p{
	font-size: 16px;
}
.case .words-count .big{
	font-size: 28px;
}
.case .words-count .count:first-of-type .big{
	color: #7EB704;
}
.case .words-list{
	max-width: 500px;
}
.case .words-list li{
	margin-bottom: 10px;
	justify-content: space-between;
	display: flex;
}
.case .words-list li:first-child{
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0;
}
.case .words-list li:first-child p{
	font-size: 16px;
	font-weight: bold;
}
.case .words-list li p:last-of-type{
	width: 80px;
	text-align: center;
}
.aside{
	display: flex;
}
.aside .aside-scroll{
	width: 40px;
	max-height: 100vh;
	margin-right: 10px;
}
.aside .aside-scroll .btn{
	color: #fff;
	background: #2fc9d3;
	border-radius: 0;
	white-space: normal;
}
.aside .aside-scroll ul>li:nth-child(7n+2) .btn{
	background: #3c7ed6;
}
.aside .aside-scroll ul>li:nth-child(7n+3) .btn{
	background: #fecb2f;
}
.aside .aside-scroll ul>li:nth-child(7n+4) .btn{
	background: #a106b3;
}
.aside .aside-scroll ul>li:nth-child(7n+5) .btn{
	background: #26b4f3;
}
.aside .aside-scroll ul>li:nth-child(7n+6) .btn{
	background: #78d32f;
}
.aside .aside-scroll ul>li:nth-child(7n+7) .btn{
	background: #f28005;
}
.aside .aside-main{
	flex: 1;
}
.aside.on .aside-scroll{
	position: fixed;
	z-index: 60;
}
.aside.on .aside-main{
	margin-left: 50px;
}
.quote{
	padding: 5px 0 70px;
}
.quote h1{
	color: #2cb8b9;
}
.quote i{
	font-style: normal;
}
.quote i::before{
	margin-right: 5px;
}
.quote .tab{
	margin-bottom: 10px;
	justify-content: center;
	align-items: center;
	display: flex;
}
.quote .tab>li{
	position: relative;
}
.quote .tab>li .dropdown-menu{
	margin: 0;
}
.quote .tab>li .dropdown-menu>li>a{
	color: #333;
	background: none;
	padding: 8px 15px;
}
.quote .tab>li .dropdown-menu>li:hover>a{
	color: #fff;
	background: #7EB704;
}
.quote .tab .more{
	text-decoration: underline;
}
.quote .top{
	color: #fff;
	background: #3c7ed6;
	border: 1px solid #40ccd5;
	padding: 15px 10px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.quote .top .title,
.quote .top a{
	color: #fff;
}
.quote form .bg{
	background: #ece9e9;
}
.quote form .form-group{
	border: 1px solid #40ccd5;
	border-top: none;
	padding: 10px 15px;
	margin: 0;
}
.quote form input{
	box-shadow: none;
	border-color: #40ccd5;
	border-radius: 0;
}
.quote form .flex{
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}
.quote form .group{
	padding-left: 0;
	padding-right: 0;
}
.quote form .flex .item{
	min-width: 33%;
	padding: 0 15px;
	margin: 5px 0;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.quote form .item label{
	min-width: 100px;
}
.quote form .font{
	color: #fff;
	background: #3c7ed6;
	justify-content: space-between;
}
.quote form .font .h4{
	margin: 0;
}
.quote form .font.spec{
	/* color: #3c7ed6; */
	background: #ccf9fc;
}
.quote form .font.spec .sub{
	/* color: #045257; */
}
.quote form .clearbox:nth-of-type(8n+2) .font{
	background: #2fc9d3;
}
.quote form .clearbox:nth-of-type(8n+3) .font{
	background: #3c7ed6;
}
.quote form .clearbox:nth-of-type(8n+4) .font{
	background: #fecb2f;
}
.quote form .clearbox:nth-of-type(8n+5) .font{
	background: #a106b3;
}
.quote form .clearbox:nth-of-type(8n+6) .font{
	background: #26b4f3;
}
.quote form .clearbox:nth-of-type(8n+7) .font{
	background: #78d32f;
}
.quote form .summary{
	background: #f28005;
}
.quote form .check{
	padding: 0;
	border-bottom: none;
}
.quote form .check.on{
	border-bottom: 1px solid #40ccd5;
}
.quote form .check label{
	font-weight: 500;
	cursor: pointer;
}
.quote form .check .normal{
	text-align: center;
	border-bottom: 1px solid #40ccd5;
	margin: 0;
}
.quote form .check .box{
	min-width: 30px;
}
.quote form .check .box input{
	width: 20px;
	height: 20px;
	margin: auto;
	vertical-align: middle;
	display: inline-block;
}
.quote form .check .c-title{
	min-width: 126px;
	border-left: 1px solid #40ccd5;
	border-right: 1px solid #40ccd5;
	padding: 20px;
}
.quote form .check .sum{
	flex: 1;
}
.quote form .check .sum span{
	font-size: 20px;
	color: #f47813;
}
.quote form .info{
	padding: 15px 20px 20px;
	display: none;
}
.quote form .check.on .info{
	display: block;
}
.quote form .info .h5{
	font-weight: 600;
	margin-bottom: 10px !important;
}
.quote form label.box input{
	margin-right: 5px !important;
}
.quote form .info .lancount span{
	color: #f47813;
	font-size: 18px;
	font-weight: 600;
}
.quote form .rabox input{
	width: 20px;
	height: 20px;
	margin: auto;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
}
.quote form .rabox>li{
	margin-bottom: 10px;
}
.quote form .rabox>li label{
	align-items: flex-end;
	display: flex;
}
.quote form .rabox>li .ra-title{
	margin-right: 50px;
}
.quote form .rabox>li .plan span{
	font-size: 20px;
	color: #f28005;
}
.quote form .fixed{
	color: #fff;
	background: #26b4f3;
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.quote form .price{
	padding: 0;
}
.quote form .price .container{
	min-height: 80px;
	color: #fff;
	background: #26b4f3;
	padding: 0 0;
	justify-content: space-around;
	align-items: center;
	display: flex;
}
.quote form .price a{
	color: #fff;
}
.quote form .price .count{
	font-size: 18px;
}
.quote form .price .count span{
	font-size: 40px;
	line-height: 1.1;
	color: #f47813;
}
.quote form .price .pdf .btn i{
	font-size: 24px;
	text-decoration: underline;
	margin: 20px 0;
}
.quote form .price .pdf .btn i::before{
	font-size: 30px;
	margin-right: 5px;
}
.quote form .submit .btn{
	min-width: 120px;
	font-size: 20px;
	color: #fff;
	background: #f47813;
	margin: 1rem 0;
}
.quote-history table tr>td{
	line-height: 30px;
	border: 1px solid #40ccd5;
	border-top: none;
	text-align: center;
	vertical-align: middle;
}
.quote-history table tr:nth-child(odd)>td{
	background: #ece9e9;
}
.quote-history table tr:first-child>td{
	font-weight: bold;
	color: #3c7ed6;
	background: #ccf9fc;
}
.quote-history table tr>td .sta-fin{
	color: #7eb704;
}
.quote-history table tr>td .sta-ing{
	color: #f28005;
}
.quote-history table tr>td .btn{
	text-decoration: underline;
}
.quote-history table tr>td .btn:hover{
	color: #7eb704;
}
.quote-history table tr>td i{
	font-size: 20px;
	vertical-align: middle;
}
.quote-order .top .person input{
	border-radius: 0;
}
.quote-order form{
	border-bottom: 1px solid #40ccd5;
}
.quote-order form .form-group{
	border-bottom: none;
	padding: 5px 0;
}
.quote-order form .flex .item{
	min-width: 20%;
	margin: 5px 0;
}
.quote-order form .flex .item label{
	font-size: 14px;
}
.quote-order form .flex.check{
	align-items: flex-start;
}
.quote-order form .flex .item.all{
	margin-top: 5px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.quote-order form .flex .item.all .inter{
	margin-bottom: 10px;
	align-items: flex-end;
	flex-wrap: wrap;
	display: flex;
}
.quote-order form .flex .item.all label{
	margin: 0;
	margin-right: 10px;
	display: inline-block;
}
.quote-order form .flex .item.all input[type="text"]{
	width: auto;
	background: none;
	border: none;
	border-bottom: 1px solid #333;
	box-shadow: none;
	vertical-align: bottom;
	display: inline-block;
}
.quote-order form .flex .item.all .other{
	margin-top: 30px;
}
.quote-order form .flex .date{
	font-weight: bold;
}
.quote-order form .flex .date span{
	text-decoration: underline;
}
.quote-order form .submit{
	padding: 0 15px 10px;
}
.new .tab-list li a{
	color: #fff;
	background: #F49705;
	border-radius: 0;
	padding: 6px 12px;
}
.new .tab-list li:nth-child(4n+2) a{
	background: #7EB704;
}
.new .tab-list li:nth-child(4n+3) a{
	background: #39a3d4;
}
.new .tab-list li:nth-child(4n+4) a{
	background: #9e1581;
}
.new .new-list{
	margin-top: 30px;
}
.new .new-list>li{
	border: 1px solid #999;
	margin-bottom: 25px;
	padding: 15px;
}
.new .new-list>li .pull-left{
	padding-right: 20px;
}
.new .new-list>li .text-right{
	display: none;
}
.new .new-list>li .btn{
	font-size: 18px;
	color: #7eb704;
	border: 1px solid #7eb704;
	border-radius: 0;
	padding: 4px 10px 4px 20px;
	margin-top: 30px;
}
.new .new-list>li .btn:hover{
	color: #fff;
	background: #7eb704;
}
.new .new-list>li .h4{
	font-weight: 600;
}
.new .new-list>li .h4:hover>a{
	color: #7eb704;
}
.new .new-list>li time{
	padding: 10px 0px;
	display: block;
}
.new .new-list>li .name{
	float: left;
	padding-right: 50px;
}
.blog .new-list>li{
	padding: 0;
}
.blog .new-list>li .img{
	dislay: block;
}
.blog .new-list>li .img img{
	width: 100%;
}
.blog .new-list>li .info{
	padding: 15px;
	position: relative;
}
.blog .new-list>li .h4{
	color: #7eb704;
	margin-top: 0;
}
.blog .new-list>li .h4 a{
	color: #7eb704;
}
.blog .new-list>li .btn{
	padding-left: 10px;
}
.faq dl{
	border-bottom: 1px solid #eee;
	padding-right: 15px;
	margin-bottom: 0;
	position: relative;
}
.faq dl:first-of-type{
	border-top: 1px solid #eee
}
.faq dl>dd>span{
	width: 15px;
	height: 100%;
	background-color: #eee;
	position: absolute;
	top: 0;
	right: 0;
}
.faq dl>dt{
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
	padding-top: 10px;
	padding-right: 20px;
	margin: 0 auto 10px;
	position: relative;
}
.faq dl>dt>span{
	width: 10px;
	height: 5px;
	background: url("https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/faqs_03.png") center;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: 4px;
}
.faq dl>dt.active,
.faq dl>dt:hover{
	color: #7eb704
}
.faq dl>dd{
	line-height: 24px;
	color: #666;
	margin: 12px auto;
	display: none;
}
.contact .tab-list{
	margin-bottom: 30px;
}
.contact .tab-list>li>a{
	font-size: 18px;
	color: #fff;
	background: #7eb704;
	padding: 6px 40px;
	border-radius: 0;
}
.contact .tab-list>li:nth-child(2)>a{
	background: #ec8b1d;
}
.contact .sec01{
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}
.contact .sec01:after{
	content: '';
	width: 100%;
	height: 100%;
	max-height: 200px;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.contact .cont-fixed .bt-btn{
	display: none;
}
.contact iframe{
	width: 100% !important;
	height: 300px !important;
	border: 1px solid #7EB704;
	margin-bottom: 30px;
}
.contact .sec02 .back{
	border: 1px solid #7EB704;
	padding: 30px;
	margin-bottom: 30px;
}
.contact .sec02 .rt ul li{
	line-height: 30px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-7.png) no-repeat left top;
	padding-left: 40px;
	margin-bottom: 10px;
}
.contact .sec02 .rt ul li:nth-child(2){
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-8.png);
}
.contact .sec02 .rt ul li p{
	line-height: 30px !important;
	color: #929292;
	text-indent: -45px;
	padding-left: 45px;
}
.contact .sec02 .rt img{
	margin-top: 10px;
}
.contact .sec02 .rt .btn{
	color: #7EB704;
	text-decoration: underline;
	margin-top: 10px;
}
.login{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/login-bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	justify-content: center;
	align-items: center;
	display: flex;
}
.login .nav-login{
	width: 100%;
	max-width: 550px;
	text-align: center;
	padding: 15px;
}
.login .nav-htr{
	margin-bottom: 15px;
}
.login .nav-main{
	max-width: 350px;
	padding: 0 15px;
	margin: 15px auto;
}
.login .form .form-group{
	margin-bottom: 20px;
	position: relative;
}
.login .form .form-control{
	height: 50px;
	color: #fff;
	background: transparent;
	border: 2px solid #d0deed;
	border-radius: 8px;
	padding-left: 50px;
}
.login .form .form-control:focus{
	border-color: #fff;
	box-shadow: 1px 1px 3px 1px rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 1px 3px 1px rgba(255,255,255,.5);
}
.login .form .form-group i{
	font-size: 30px;
	color: #e5e5e5;
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 5;
	-webki-ttransform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.login .form .submit .btn{
	width: 100%;
	font-size: 18px;
	color: #024486;
	background: #d0deed;
	border-radius: 8px;
	padding: 10px 12px;
}
/*********  content end  *********/


footer{
	line-height: 30px;
	color: #999;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/bottom-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
	margin-top: 30px;
}
footer>.container{
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
footer a{
	color: #fff !important;
}
footer a:hover{
	color: #7EB704 !important;
}
footer .h4{
	color: #fff;
	margin: 30px 0 20px;
}
footer .ftr-lt ul li{
	line-height: 20px;
}
footer .ftr-rt ul li{
	margin-bottom: 15px;
}
footer .social-media{
	margin-top: 10px;
}
footer .social-media li a{
	width: 20px;
	height: 20px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/media-bottom.png) no-repeat center;
	display: block;
}
footer .social-media li .t{
	background-position: 0px center;
}
footer .social-media li .f{
	background-position: -30px center;
}
footer .social-media li .s{
	background-position: -60px center;
}
footer .social-media li .k{
	background-position: -90px center;
}
footer .bt-list{
	margin-top: 30px;
}
footer .bt-list li a{
	line-height: 16px;
	display: block;
}
footer .bt-list li~li a{
	border-left: 2px solid #fff;
	padding-left: 10px;
}
footer>p, .footer>p{
	color: #fff;
	padding: 20px 16px;
  text-align: center;
  margin-bottom: 0;
}

.bottom {
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  color:#fff;
  text-align: center;
  z-index:999;
  border-top:1px solid #ccc;
}
.bottom p{
	margin-bottom: 0;
}
.bottom .up-btn {
  display: block;
  width:100%;
  height:18px;
  text-align: center;
}
.bottom .up-btn>span {
  background: #000 url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/bottom-btn.png) no-repeat center;
  color:#fff;
  width:100px;
  height: 20px;
  display: inline-block;
  _dispaly:inline;
  border-radius:0.3em;
  cursor: pointer;
}
.bottom ul {
  background: #7eb704;
  margin-bottom: 0;
}
.bottom li {
  vertical-align: middle;
  width:18.5%;
  margin:0 !important;
  padding:0;
}
.bottom li a {
  color:#fff;
}
.bottom img {
  display: block;
  margin:0.2em auto;
}
.bottom li a p {
  margin-bottom:0;
  color: #fff;
}
.at-icon-wrapper {height:26px;}

.at-icon-wrapper>.at-icon-addthis {width:25px !important;height:25px !important;fill:#fff !important;}

.at-share-tbx-element .at-icon-wrapper {
  background: none !important;
}
.at-share-tbx-element .at-share-btn {
  margin: 0 !important;
}
/****** bottom end *******/


/****** 404 start *******/
.con_404{
	font-family: "arial, helvetica, sans-serif";
}
.con_404 .title{
	color: #2fa6ce;
}
.con_404 .sec01{
	text-align: center;
}
.con_404 .bottom-link{
	max-width: 750px;
	margin: 10px auto;
}
.con_404 .bottom-link ul{
	background: linear-gradient(to top, rgba(188,228,254,.5), rgba(188,228,254,.0001));
	border-bottom: 1px solid rgba(188,228,254,1);
	padding-top: 10px;
	margin-left: 0;
}
.con_404 .bottom-link ul li a{
	padding: 6px 12px;
	display: block;
}
.con_404 .bottom-link ul li img{
	margin-right: 5px;
}
.con_404 .bottom-link ul li span{
	vertical-align: middle;
	display: inline-block;
}
.con_404 .bottom-link .info{
	background: linear-gradient(to bottom, rgba(188,228,254,.5), rgba(188,228,254,.0001));
	padding: 5px 10px 15px;
}
.con_404 .sec02,
.con_404 .sec03{
	padding: 5px 0 15px;
}
.con_404 .form{
	max-width: 750px;
	margin: 10px auto;
}
.con_404 .form .form-control{
	color: #267d99;
	background: #bbe1ee;
	border: none;
	box-shadow: none;
}
.con_404 .form .form-control::-webkit-input-placeholder {
	color: #5faad1;
}
.con_404 .form .form-control:-moz-placeholder {
	color: #5faad1;
}
.con_404 .form .form-control::-moz-placeholder{
	color: #5faad1;
}
.con_404 .form .form-control:-ms-input-placeholder{
	color: #5faad1;
}
.con_404 .form .btn{
	width: 100%;
	font-weight: bold;
	color: #fff;
	background: #267d99;
}
/****** 404 end *******/

/****** pictureSlider start *******/
.poster-main{position: relative;display: none;}
.poster-main a,.poster-main img{display:block;position: relative;}
.poster-main .poster-list .poster-item{ position:absolute;left:0;top:0;}
.poster-main .poster-btn{ position:absolute;top:0;z-index:10;cursor:pointer;opacity:0.8}
.poster-main .poster-prev-btn{left:0; background: transparent;}
.poster-main .poster-next-btn{right:0; background: transparent;}
/****** pictureSlider end *******/

.to-top {
	width: 40px;
	height: 40px;
  right: 20px;
  padding:0.6em;
  background-color: #7eb704;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index:1000;
}

.a-share{
	width: 50px;
	color: #fff;
	background: #00A1E9;
	text-align: center;
	position: fixed;
	bottom: 120px;
	right: 5px;
	padding: 5px;
	z-index: 1200;
	display: none !important;
}
.a-share .h4{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}
.a-share .h5{
	font-size: 12px;
	color: #fff;
	margin-top: 0;
}
.a-share .share-media{
	margin-bottom: 5px;
}
.a-share .share-media li a{
	width: 20px;
	height: 32px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-f.png) no-repeat center;
	margin: auto;
	display: block;
}
.a-share .share-media li .t{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-t.png);
}
.a-share .share-media li .i{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-i.png);
}
.a-share .share-media li .g{
	background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-g.png);
}
.a-share .share-media li .ins{
  background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-ins.png);
}
.a-share .share-media li .w{
  background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-w.png);
}
.a-share .share-media li .s{
  background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-s.png);
}


.advert{
	color: #fff;
	background: #7EB704;
	padding: 30px 0;
}
.advert a{
	color: #fff;
}
.advert .back{
	text-align: center;
}
.advert .back span{
	margin-right: 20px;
	vertical-align: middle;
}
.advert .back .btn{
	color: #343434;
	background: #fff;
	border-radius: 0;
}

.advert-form{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	overflow-y: auto;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2700;
	display: none;
}
.advert-form .back{
	width: 100%;
	max-width: 600px;
	background: #fff;
	border-radius: 4px;
	padding: 15px 15px 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.advert-form .h4{
	text-align: center;
}
.advert-form .form .btn{
	min-width: 80px;
	color: #7EB704;
	background: #fff;
	border: 1px solid #7EB704;
}
.advert-form .form .btn-submit{
	color: #fff;
	background: #7EB704;
}
.advert-form .form .btn+.btn{
	margin-left: 10px;
}

.video-play{
	/* box-shadow: 1px 1px 3px 1px rgba(0,0,0,.3); */
	position: relative;
}
.video-play>.video-sources,
.video-play>.video-sources iframe{
	display: none !important;
}
.video-play>.play{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	justify-content: center;
	align-items: center;
	display: flex;
	z-index: 5;
}
.video-play>.play i{
	font-size: 3rem;
	color: #fff;
}
/* .video-play a{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5) url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/video-02.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 5;
} */

.video-popup{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.85);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8000;
	display: none;
}
.video-popup .main{
	width: 80%;
	height: 200px;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 5px 5px 20px #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-popup .modalnav{
	width: 44px;
	height: 46px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/close-btn.png) no-repeat center;
	position: absolute;
	right: -35px;
	top: -35px;
}
.video-popup p,
.video-popup iframe{
	width: 100% !important;
	height: 100% !important;
	margin-bottom: 0;
}

.card-form{
	width: 40px;
	height: 40px;
	background: transparent;
	border-radius: 50%;
	box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
	position: fixed;
	right: 10px;
	bottom: 120px;
	overflow: hidden;
	z-index: 500;
}
.card-form .card-title{
	height: 50px;
	font-weight: 600;
	line-height: 46px;
	color: #7eb704;
	background: linear-gradient(to bottom, rgba(0,161,233,.5), rgba(0,161,233,.0001));
	padding: 0 15px;
	position: relative;
}
.card-form .card-title:before,
.card-form .card-title:after{
  content: "";
  clear: both;
  display: table;
}
.card-form .card-title .pull-left{
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/products-icon.png) no-repeat left center;
	padding-left: 20px;
}
.card-form .card-title .card-show{
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	background: #7eb704;
	border: 1px solid #7eb704;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
}
.card-form .card-title li{
	padding: 0;
}
.card-form .card-title .btn{
	font-size: 12px;
	line-height: 16px;
	color: #7eb704;
	border-radius: 0;
	padding: 4px 8px;
}
.card-form .card-title .card-hide{
	border-right: 1px solid #7eb704;
}
.card-main{
	width: 100%;
	height: 270px;
	padding: 0 15px 15px;
	margin: 0;
	position: relative;
	overflow: auto;
}
.card-form .card-list{
	min-height: 185px;
}
.card-form .card-list>li{
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 8px 0;
}
.card-form .card-list li>div{
	line-height: 24px;
	text-align: center;
	padding: 0 8px;
}
.card-form .card-list li>div:first-of-type{
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.card-form .card-list .btn{
	width: 24px;
	height: 24px;
	line-height: 21px;
	color: #666;
	border: 1px solid #999;
	padding: 0;
}
.card-form .card-sub{
	width: 100%;
	color: #fff;
	background: #7eb704;
	border: none;
	margin-top: 20px;
}
.card-form .card-sub:hover{
	background: #7eb704;
}

.sys-form{
	width: 40px;
	height: 40px;
	max-height: 60%;
	background: transparent;
	border-radius: 50%;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.05);
	-webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,.05);
	position: fixed;
	right: 10px;
	bottom: 120px;
	overflow: hidden;
	z-index: 500;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
}
.sys-form.on{
	width: 260px;
	min-height: 460px;
	border-radius: 0;
	background: #f9edc8;
	border: 1px solid #fecb2f;
}
.sys-form .sys-show{
	width: 40px;
	height: 40px;
	color: #fff;
	background: #fecb2f;
	border-radius: 50%;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	justify-content: center;
	align-items: center;
	display: flex;
}
.sys-form.on .sys-show{
	display: none;
}
.sys-form .sys-title{
	height: 50px;
	font-weight: 600;
	background: #fecb2f;
	padding: 0 15px;
	margin-bottom: 0;
	position: relative;
	justify-content: space-between;
	align-items: center;
	display: flex;
}
.sys-form .sys-it{
	font-size: 16px;
}
.sys-form .sys-it i:before{
	margin-right: 10px;
}
.sys-form .sys-title .btn{
	color: #333;
	font-size: 16px;
	border: none;
	border-radius: 0;
	padding: 0;
}
.sys-main{
	width: 100%;
	height: 100%;
	height: calc(100% - 90px);
	padding: 0 15px 15px;
	overflow: auto;
}
.sys-form .sys-list{
	min-height: 200px;
}
.sys-form .sys-list>li{
	border-bottom: 1px dashed #666;
	margin: 0;
	padding: 5px 0;
}
.sys-form .sys-list li>div{
	text-align: center;
	padding: 0;
}
.sys-form .sys-list li>div:first-of-type{
	text-align: left;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.sys-form .sys-list .btn{
	width: 24px;
	height: 24px;
	line-height: 1.25;
	color: #666;
	border: 1px solid #999;
	padding: 0;
}
.sys-form .sys-bt{
	color: #fff;
	background: #fecb2f;
	text-align: right;
	padding: 2px 15px;
	margin-top: 5px;
}
.sys-form .sys-clear{
	color: #333;
	border: none;
}
.sys-form .sys-clear i::before{
	margin-right: 5px;
}

footer .link {
  text-align: center;
  font-size:12px;
  position:relative;
  clear:left;
}
footer .link p {
  line-height: normal;
  margin-bottom:3px;
}
footer .link .hide-content {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 10px;
  box-shadow: 2px 2px 5px #999;
  display: none;
  background-color: #fff;
  margin-bottom:5px;
}
footer .link a {  margin:0 3px; color:#fff;}
footer .link .hide-content a {
  color:#333 !important;
}

.contact-btn{
	width: 45px;
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 2500;
}
.contact-btn ul li{
	margin-bottom: 10px;
}
.contact-btn ul li a.btn{
	width: 45px;
	height: 48px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-12.png) no-repeat center;
	border-radius: 0;
}

.contact-fixed{
	width: 100%;
	padding-bottom: 30px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2100;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	transition: all .7s;
	-webkit-transform-origin: center bottom;
	-moz-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}
.contact-fixed.on{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}
.contact-fixed:after{
	content: '';
	width: 100%;
	height: 100%;
	max-height: 200px;
	background: rgba(246,246,246,.8);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.cont-fixed{
	position: relative;
}
.cont-fixed .back{
	color: #fff;
	margin: 0;
}
.cont-fixed .back>div{
	position: relative;
}
.cont-fixed .h4{
	line-height: 24px;
	text-align: center;
	padding-bottom: 10px;
	position: relative;
}
.cont-fixed .h4:after{
	content: '';
	width: 30px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	z-index: 5;
}
.cont-fixed .ctlt{
	background: #7EB704;
	padding: 10px 15px;
}
.cont-fixed .ctlt .info{
	max-width: 200px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-2.png) no-repeat left 5px;
	padding-left: 30px;
	margin: auto;
}
.cont-fixed .ctlt .btn{
	color: #333;
	background: #fff;
	padding: 3px 20px;
	margin-top: 10px;
}
.cont-fixed .ctmt{
	background: #33b6a1;
	padding: 10px 15px;
}
.cont-fixed form .form-control{
	color: #fff;
	background: transparent;
	border-color: #8bd6ca;
}
.cont-fixed form input::-webkit-input-placeholder{
	color: #fff;
}
.cont-fixed form input:-moz-placeholder{
	color: #fff;
}
.cont-fixed form input::-moz-placeholder{
	color: #fff;
}
.cont-fixed form input::-ms-input-placeholder{
	color: #fff;
}
.cont-fixed form select option{
	color: #333;
}
.cont-fixed form .btn{
	width: 100%;
	color: #333;
	background: #fff;
}
.cont-fixed .ctrt{
	background: #7EB704;
	text-align: center;
	padding: 10px 15px 20px;
}
.cont-fixed .ctrt img{
	max-width: 120px;
}
.cont-fixed .bt-btn .btn{
	width: 32px;
	height: 32px;
	background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-11.png) no-repeat center;
	margin-top: 10px;
}

#contact-btn{
  top: 45%;
  position: fixed;
  text-align: left;
  z-index: 1200;
  cursor: pointer;
}
#contact-btn .contact-us{
  background-color: rgba(0,0,0,.7);
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  width: 142px;
  height: 50px;
  text-transform: uppercase;
  line-height: 55px;
  text-align: center;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  left: -46px;
  top: -96px;
}
#contact-btn img{
  display: inherit;
  width: 50px;
  height: 50px;
  padding: 13px 7px;
  background-color: #7eb704;
  text-align: center;
}

.a-form{
	max-width: 460px;
	height: 100%;
	background: #1b1b1b;
	overflow: auto;
	position: fixed;
	left: -460px;
	top: 0;
	z-index: 9999;
}
.cont-aside {
  background: #fff;
  margin: 30px;
  padding: 30px 0;
}
.cont-nav{
	margin: 0 30px;
}
.cont-form {
  margin: 15px 30px;
}
.cont-form .radio{
	margin-left: -20px;
}
.cont-form .btn-cont{
	width: 100%;
	color: #fff;
	background: #7eb704;
	margin-top: 20px;
}
#close-btn {
  top: 0;
  position: absolute;
  z-index: 9;
  display: block;
  cursor: pointer;
  right: 0;
}
.cont-aside .cont-h3 {
  color: #7eb704;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

@media (min-width:480px) {
	/**/
	footer>p, .footer>p {
		padding: 10px;
	}

	.video-popup .main{
		height: 300px;
	}
}

@media (min-width:576px) {
	/**/
	.quote-order form .flex .item.all .other{
		margin-left: 30px;
	}
}

@media (min-width:768px) {
	/**/
	#hide-btn {
		display: none;
	}
	#menu {
		display: block;
	}
	#menu>li {
		display: inline-block;
		_display: inline;
	}
	.banner img{
		width: 100%;
	}
	.bottom {
		display: none;
	}
	.advert .back .h4,
	.advert .back .btn{
		font-size: 24px;
	}
	.advert-form .back{
		padding: 35px 30px 15px;
	}
	.advert-form .h4{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.video-popup .main{
		width: 670px;
		height: 377px;
	}
	.con_404 .title{
		font-size: 36px;
		font-weight: normal;
	}
	.con_404 .sec02,
	.con_404 .sec03{
		padding: 25px 0 30px;
	}
	.con_404 .form .form-control{
		font-size: 16px;
	}
	.con_404 .form input{
		height: 46px;
	}
	.con_404 .form .btn{
		width: auto;
		font-size: 18px;
		padding: 10px 60px;
		margin-top: 20px;
	}
	.v-adaptive iframe{
		width: 480px !important;
		height: 270px !important;
	}
	.all-img,
	.max-img{
		margin-left: -0.625% !important;
		margin-right: -0.625% !important;
	}
	.swiper-dir{
		width: auto;
		margin: 0 -15px !important;
	}
	.swiper-dir .swiper-wrapper{
		display: block;
	}
	.swiper-dir .swiper-slide{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.list-tag button {
		display: none;
	}
	.list-tag>ul {
		display: block;
	}
	.list-tag>ul>li {
		display: inline-block;
		margin: 0 5px;
	}

	header{
		font-family: "microsoft yahei";
		color: #fff;
		background: url(https://qiniuyun.jumiweb.com/www.jumitop.com/images/top-bg.jpg) no-repeat center;
		background-size: cover;
		border-bottom: 2px solid #7EB704;
	}
	header .navbar>.container::before,
	header .navbar>.container::after,
	header .navbar-collapse.collapse::before,
	header .navbar-collapse.collapse::after,
	header .menu::before,
	header .menu::after{
		display: none;
	}
	header .navbar,
	header .navbar>.container{
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
		display: flex;
	}
	header .navbar-brand{
		margin: 5px auto;
		margin-left: 0 !important;
	}
	header .navbar-brand img{
		max-height: 60px;
	}
	header .navbar-collapse.collapse{
		padding: 0;
		flex-basis: 100%;
		flex-grow: 1;
		align-items: stretch;
		display: flex !important;
	}
	header .menu{
		width: 100%;
		flex-basis: 100%;
		justify-content: space-between;
		align-items: center;
		display: flex !important;
	}
	header .menu>li>a{
		font-size: 16px;
		color: #fff !important;
		border-radius: 10px;
	}
	header .menu>li:hover>a,
	header .menu>li.active>a{
		color: #fff !important;
		background: #f28005 !important;
	}
	header .dropdown-menu{
		width: 160px;
		left: 50%;
		margin-left: -80px;
	}
	header .dropdown-menu>li>a{
		padding: 10px 3px;
	}
	header .dropdown-menu>li:first-child>a{
		border: none;
	}

	footer{
		margin-top: 0;
	}
	footer .ftr-rt ul li{
		width: 25%;
	}

	.index .sec02 .navbar{
		height: 100%;
		border-right: 1px solid #454545;
		border-radius: 0;
		padding-top: 120px;
		position: absolute;
		left: 30px;
		top: 0;
		z-index: 19;
	}
	.index .sec02 .tab-list li{
		text-align: right;
		margin-bottom: 20px;
	}
	.index .sec02 .tab-list li a{
		background: #fff;
		color: #333;
		border-radius: 0;
		padding: 12px 20px;
		position: relative;
	}
	.index .sec02 .tab-list li.active a{
		font-size: 16px;
		color: #7EB704;
	}
	.index .sec02 .tab-list li.active a:after{
		content: '';
		width: 20px;
		height: 8px;
		background: #7EB704;
		position: absolute;
		right: -10px;
		top: 50%;
		margin-top: -4px;
		z-index: 5;
	}
         .index .sec02 .back .text-center .btn {margin-top: 30px;}
	.index .sec02 .mySwiper{
		padding: 15px 0 50px 160px;
	}
	.index .sec02 .mySwiper:before{
		max-width: 590px;
		bottom: 268px;
	}
	.index .sec02 .mySwiper:after{
		bottom: 133px;
 	}
	.index .sec03{
		padding: 25px 0 30px;
	}
	.index .sec03 .mySwiper{
		margin-top: 30px;
	}
	.index .sec03 .back{
		padding: 30px 30px;
	}
	.index .sec03 .h4{
		font-size: 36px;
		margin-bottom: 30px;
	}
	.index .sec03 .back .row{
		max-width: 650px;
		margin: auto;
	}
	.index .sec03 .back .row p{
		font-size: 16px;
	}
	.index .sec03 .pagination-inline a{
		width: 60px;
		height: 60px;
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-4.png) no-repeat center;
		margin-top: -30px;
		display: block;
	}
	.index .sec03 .pagination-inline a.nextbtn{
		background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-5.png);
	}
	.index .sec04{
		padding: 50px 0;
	}
	.index .sec05{
		padding: 25px 0 30px;
	}
	.index .sec06{
		padding: 25px 0 30px;
	}
	.index .sec06 .tab-list{
		margin: 30px 0;
	}
	.index .sec06 .tab-list>li{
		padding: 0 10px;
	}
	.index .sec06 .tab-list>li>a{
		font-size: 16px;
		padding: 10px 30px;
	}
	.index .sec07{
		padding: 15px 0 30px;
	}
	.index .sec07 .swiper-container{
		margin-top: 30px;
	}
	.about .sec01{
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/index-2-bg.jpg) no-repeat left center;
		background-size: cover;
		position: relative;
	}
	.about .sec01 .navbar{
		height: 100%;
		border-right: 1px solid #7EB704;
		border-radius: 0;
		padding-top: 120px;
		position: absolute;
		left: 40px;
		top: 0;
		z-index: 19;
	}
	.about .sec01 .tab-list li{
		text-align: right;
		margin-bottom: 20px;
	}
	.about .sec01 .tab-list li a{
		background: #fff;
		color: #333;
		border-radius: 0;
		box-shadow: 1px 1px 3px 1px rgba(126,183,4,.15);
		padding: 12px 20px;
		position: relative;
	}
	.about .sec01 .tab-list li.active a{
		color: #fff;
		background: #7EB704;
	}
	.about .sec01 .tab-list li.active a:after{
		content: '';
		width: 20px;
		height: 8px;
		background: #7EB704;
		position: absolute;
		right: -10px;
		top: 50%;
		margin-top: -4px;
		z-index: 5;
	}
	.about .sec01 .mySwiper{
		padding: 15px 0 0 160px;
	}
	.about .sec01 .mySwiper1{
		padding: 30px 50px;
	}
	.about .sec01 .pagination-inline a{
		width: 48px;
		height: 48px;
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-14.png) no-repeat center;
		margin-top: -24px;
		display: block;
	}
	.about .sec01 .pagination-inline a.nextbtn{
		background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-15.png);
	}
	.about .sec02{
		margin-top: 80px;
	}
	.about .sec02 .tab-list{
		margin-top: -35px;
	}
	.about .sec02 .tab-list li{
		margin: 0 20px;
	}
	.about .sec02 .tab-list li a{
		font-size: 18px;
	}
	.about .sec02 .tab-list li a:after{
		left: -5px;
	}
	.about .sec02 .tab-content{
		min-height: 120px;
	}
	.about .sec02 .h4{
		font-size: 24px;
		margin: 0;
	}
	.about .sec03{
		padding: 25px 0 50px;
	}
	.about .sec03 .mySwiper{
		margin-top: 50px;
	}
	.about .sec03 .back{
		margin-bottom: 50px;
	}
	.about .sec03 .back .info{
		width: 50%;
		position: absolute;
		left: 10%;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		transform: translate(0,-50%);
		z-index: 5;
	}
	.about .sec03 .back .info.right{
		left: auto;
		right: 10%;
	}
	.about .sec03 .back p{
		color: #fff;
	}
	.about .sec03 .back .h3 span{
		font-size: 14px;
	}
	.about .sec03 .back .h5{
		margin-top: 30px;
	}
	.about .sec04{
		padding: 25px 0 50px;
	}
	.about .sec04 .mySwiper{
		padding: 0 50px;
	}
	.about .sec04 .back{
		position: relative;
	}
	.about .sec04 .info{
		width: 50%;
		position: absolute;
		left: 10%;
		top: 50%;
		-webkit-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		transform: translate(0,-50%);
		z-index: 5;
	}
	.about .sec04 .info.right{
		left: auto;
		right: 10%;
	}
	.about .sec04 .h3 span{
		font-size: 14px;
	}
	.about .sec04 .h5{
		margin-top: 30px;
	}
	.about .sec04 .pagination-inline a{
		width: 48px;
		height: 48px;
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-14.png) no-repeat center;
		margin-top: -24px;
		display: block;
	}
	.about .sec04 .pagination-inline a.nextbtn{
		background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-15.png);
	}
	.about .sec05{
		padding: 25px 0 80px;
	}
	.about .sec05 .llt{
		width: 20%;
	}
	.about .sec05 .lrt{
		width: 20%;
		left: 60%;
	}
	.about .sec05 .lmt{
		width: 60%;
		right: 20%;
	}
	.about .sec05 .rlt{
		width: 55%;
	}
	.about .sec05 .rmt{
		width: 18%;
	}
	.about .sec05 .rrt{
		width: 27%;
	}
	.product .sec01{
		padding: 30px 0 50px;
	}
	.product .sec01 .mySwiper{
		margin-top: 30px;
	}
	.product .sec01 .h5{
		font-size: 16px;
	}
	.product .sec02{
		padding: 30px 0;
	}
	.product .sec02 .bt-list{
		margin: 0;
	}
	.product .sec02 .bt-list li{
		padding-left: 105px;
		margin: 30px 0;
	}
	.product .sec02 .bt-list li .img{
		left: 30px;
	}
	.product .sec02 .bt-list li:nth-child(odd){
		text-align: right;
		padding-left: 15px;
		padding-right: 105px;
	}
	.product .sec02 .bt-list li:nth-child(odd) .img{
		left: auto;
		right: 30px;
	}
	.product .sec03{
		padding: 30px 0 50px;
	}
	.product .sec04{
		padding: 25px 0 50px;
	}
	.product .sec05{
		padding: 50px 0;
	}
	.product .sec06 .back{
		margin-bottom: 40px;
	}
	.product .sec06 .h5{
		font-size: 16px;
	}
	.product .sec07{
		padding: 35px 0 25px;
	}
	.product .sec07 .back{
		min-height: 90px;
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.product .sec08{
		padding: 35px 0 50px;
	}
	.product .sec09{
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/product-1-bg.jpg) no-repeat left 140px;
		background-size: contain;
		padding: 35px 0 50px;
	}
	.topic .topic-cont{
		padding: 15px 0 30px;
	}
	.topic .topic-form{
		padding: 30px 0;
	}
	.topic .topic-form .title{
		line-height: 1.5;
	}
	.topic .topic-form .h4{
		font-size: 16px;
		margin: 15px 0;
	}
	.topic1 .sec01{
		padding: 30px 0;
	}
	.topic1 .sec01 .msg{
		max-width: 500px;
		margin: 0 auto 15px;
	}
	.topic1 .sec02{
		padding: 30px 0;
	}
	.topic1 .sec02 .back{
		align-items: center;
		display: flex;
	}
	.topic1 .sec02 .img,
	.topic1 .sec02 .info{
		padding: 0 15px;
		max-width: 50%;
		flex-basis: 50%;
	}
	.topic1 .sec02 .img{
		order: 9;
		padding-bottom: 30px;
		position: relative;
	}
	.topic1 .sec02 .pagination-inline a{
		height: 30px;
		background-color: #000;
		border-radius: 10px;
		left: 50%;
		top: auto;
		bottom: 0;
		display: block;
	}
	.topic1 .sec02 .pagination-inline .prevbtn{
		margin-left: -40px;
	}
	.topic1 .sec02 .pagination-inline .nextbtn{
		margin-left: 15px;
	}
	.topic1 .sec03{
		padding: 30px 0;
	}
	.topic1 .sec03 .swiper-slide .info{
		margin-top: 20px;
	}
	.topic1 .sec04{
		padding: 30px 0 50px;
	}
	.topic1 .sec04 .container{
		width: 100%;
	}
	.topic2 .sec01{
		padding: 30px 0;
	}
	.topic2 .sec01 .info{
		margin-bottom: 30px;
	}
	.topic2 .sec02{
		padding: 30px 0 80px;
	}
	.topic2 .sec02 .swiper-container{
		margin-top: 30px;
	}
	.topic2 .sec02 .h4{
		margin-top: 20px;
	}
	.topic2 .sec02 .msg{
		margin-top: 50px;
	}
	.topic2 .sec03{
		padding: 20px 0 30px;
	}
	.topic2 .sec03 .mySwiper{
		max-width: 1140px;
		margin: auto;
	}
	.topic2 .sec03 .swiper-container{
		margin-top: 30px;
	}
	.topic2 .sec04{
		padding: 20px 0 30px;
	}
	.topic2 .sec04 .mySwiper{
		padding-bottom: 50px;
	}
	.topic2 .sec04 .pagination-inline a{
		width: 40px;
		height: 28px;
		background-color: #333;
		border-radius: 8px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-top: 0;
		display: block;
	}
	.topic2 .sec04 .pagination-inline .prevbtn{
		background-position: 16px center;
		margin-left: -50px;
	}
	.topic2 .sec04 .pagination-inline .nextbtn{
		background-position: -12px center;
		margin-left: 10px;
	}
	.topic3 .sec01{
		padding: 20px 0 30px;
	}
	.topic3 .sec01 .img{
		order: 9;
	}
	.topic3 .sec01 .info ul{
		max-width: 500px;
		margin-left: auto;
		margin-right: 0;
	}
	.topic3 .sec01 .info ul>li{
		padding: 10px 15px;
		margin-bottom: 30px;
	}
	.topic3 .sec02{
		padding: 30px 0 20px;
	}
	.topic3 .sec02 .back{
		align-items: center;
		margin-bottom: 30px;
	}
	.topic3 .sec02 .col-sm-6:nth-of-type(-n + 2) .back{
		align-items: center;
	}
	.topic3 .sec02 .col-sm-6:nth-of-type(odd) .back .img{
		margin-left: 15px;
		margin-right: 0;
		order: 9;
	}
	.topic3 .sec03{
		padding: 20px 0 30px;
	}
	.topic3 .sec03 .mySwiper{
		max-width: 1140px;
		margin: auto;
	}
	.topic3 .sec03 .swiper-container{
		margin-top: 30px;
	}
	.topic3 .sec04{
		padding: 20px 0 30px;
	}
	.topic3 .sec04 .mySwiper{
		padding-bottom: 50px;
	}
	.topic3 .sec04 .pagination-inline a{
		width: 40px;
		height: 28px;
		background-color: #333;
		border-radius: 8px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-top: 0;
		display: block;
	}
	.topic3 .sec04 .pagination-inline .prevbtn{
		background-position: 16px center;
		margin-left: -50px;
	}
	.topic3 .sec04 .pagination-inline .nextbtn{
		background-position: -12px center;
		margin-left: 10px;
	}
	.topic4 .sec01,
	.topic4 .sec02,
	.topic4 .sec03{
		padding: 20px 0 30px;
	}
	.topic4 .sec02 .bt .back{
		min-height: 164px;
		margin-bottom: 30px;
	}
	.topic4 .sec04{
		padding: 20px 0 30px;
	}
	.topic4 .sec04 .mySwiper{
		padding-bottom: 50px;
	}
	.topic4 .sec04 .pagination-inline a{
		width: 40px;
		height: 28px;
		background-color: #333;
		border-radius: 8px;
		top: auto;
		bottom: 0;
		left: 50%;
		margin-top: 0;
		display: block;
	}
	.topic4 .sec04 .pagination-inline .prevbtn{
		background-position: 16px center;
		margin-left: -50px;
	}
	.topic4 .sec04 .pagination-inline .nextbtn{
		background-position: -12px center;
		margin-left: 10px;
	}
	.topic5 .sec01{
		padding: 40px 0 60px;
	}
	.topic5 .sec01 .swiper-container{
		margin-top: 70px;
	}
	.topic5 .sec02{
		padding: 40px 0 60px;
	}
	.topic5 .sec02 .btn{
		font-size: 18px;
		padding: 8px 30px;
		margin-top: 20px;
	}
	.topic5 .sec03 .back{
		margin-bottom: 40px;
	}
	.topic5 .sec03 .h5{
		font-size: 16px;
	}
	.topic5 .sec04{
		padding: 60px 0 70px;
	}
	.topic5 .sec05 .back{
		min-height: 200px;
	}
	.topic5 .sec05 .b3{
		min-height: 420px;
		padding-top: 100px;
	}
	.topic5 .sec05 .back.b3 .img{
		left: 50px;
		bottom: 50px;
	}
	.topic5 .sec06{
		padding: 60px 0 70px;
	}
	.topic5 .sec06 .row{
		margin-top: 100px;
	}
	.topic5 .sec07{
		padding: 60px 0 70px;
	}
	.topic5 .sec07 .swiper-container{
		margin-top: 30px;
	}
	.topic6 .sec01 iframe{
		height: 450px;
	}
	.topic6 .sec02{
		padding: 30px 0;
	}
	.topic6 .sec04{
		padding: 30px 0;
	}
	.topic6 .sec04 .swiper-slide .info{
		margin-top: 20px;
	}
	.topic6 .sec05 .back{
		justify-content: center;
		display: flex;
	}
	.topic7 .sec01,
	.topic7 .sec02,
	.topic7 .sec03{
		padding: 30px 0;
	}
	.topic7 .sec02 .container,
	.topic7 .sec03 .container{
		width: 100%;
		padding: 0 30px;
	}
	.seo .title{
		margin: 20px 0;
	}
	.seo .sec01{
		padding: 25px 0 45px;
	}
	.seo .sec01 .info p{
		font-size: 16px;
	}
	.seo .sec01 .btn{
		padding: 10px 30px;
		margin-top: 20px;
	}
	.seo .sec02{
		padding: 5px 0 45px;
	}
	.seo .sec02 .swiper-container{
		overflow: inherit;
	}
	.seo .sec02 .swiper-wrapper{
		flex-wrap: wrap;
		justify-content: center;
	}
	.seo .sec02 .swiper-slide{
		width: 33%;
	}
	.seo .sec02 .swiper-slide:nth-of-type(n+4){
		margin-top: -40px;
	}
	.seo .sec02 .back{
		width: 315px;
		height: 356px;
		background-color: transparent !important;
		-webkit-transition: all .7s;
		-moz-transition: all .7s;
		transition: all .7s;
	}
	.seo .sec02 .back:hover{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
	.seo .sec02 .back .img{
		padding: 60px 0 20px;
	}
	.seo .sec03{
		padding: 15px 0 45px;
	}
	.seo .sec03 .mySwiper{
		padding: 0 60px;
		margin-top: 30px;
	}
	.seo .sec03 .pagination-inline a{
		width: 46px;
		height: 46px;
		background: #F18B3D url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/pagination-03.png) no-repeat center;
		display: block;
	}
	.seo .sec03 .pagination-inline .prevbtn{
		background-position: 17px center;
	}
	.seo .sec03 .pagination-inline .nextbtn{
		background-position: -50px center;
	}
	.seo .sec04{
		padding: 15px 0 30px;
	}
	.seo .sec05 .h4{
		margin-bottom: 20px;
	}
	.seo .sec05 .back{
		margin-bottom: 30px;
	}
	.seo .sec05 .back .h5{
		font-size: 20px;
	}
	.seo .sec05 .form-group{
		margin-bottom: 20px;
	}
	.seo .sec05 .form-control{
		height: 50px;
	}
	.seo .sec05 form .btn{
		padding: 10px 12px;
	}
	.case .back{
		width: 720px;
		padding: 30px;
		margin: auto;
	}
	.case .sec02{
		padding: 30px 0;
	}
	.case .sec02 .rt .img{
		display: none;
	}
	.case .sec03{
		padding-top: 60px;
	}
	.case .words{
		padding-bottom: 35px;
		margin-bottom: 50px;
	}
	.case .words:nth-of-type(odd) .words-img{
		left: 50%;
	}
	.case .words:nth-of-type(odd) .words-info{
		right: 50%;
	}
	.quote h1{
		font-size: 36px;
		margin: 2rem 0;
	}
	.quote .top{
		padding: 15px 30px;

	}
	.quote .top .person p{
		font-size: 16px;
	}
	.quote form .flex .item{
		margin: 15px 0;
	}
	.quote form .item label{
		font-size: 18px;
	}
	.quote form .check .box {
	  min-width: 60px;
	}
	.quote form .check .c-title{
		min-width: 220px;
	}
	.new,
	.new-info{
		padding-top: 25px;
	}
	.new .tab-list li{
		padding: 0 10px;
		margin-bottom: 15px;
	}
	.new .tab-list li a{
		font-size: 16px;
		padding: 6px 20px;
	}
	.new .new-list>li .pull-left img{
		max-width: 250px;
	}
	.new-info .new-text{
		margin-top: 30px;
	}
	.blog .new-list>li .img{
		max-width: 50%;
		float: left;
		border-right: 1px solid #999;
	}
	.blog .new-list>li .info{
		min-height: 300px;
		margin-left: 50%;
	}
	.blog .new-list>li .h5{
		height: 192px;
		overflow: hidden;
	}
	.blog .new-list>li .btn{
		margin-top: 0;
		position: absolute;
		right: 15px;
		bottom: 15px;
	}
	.cont-fixed .back>div{
		min-height: 304px;
		padding-top: 60px;
		margin-top: 50px;
	}
	.cont-fixed .back>div:after{
		content: '';
		width: 84px;
		height: 84px;
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-9.png) no-repeat center;
		border: 1px solid #7EB704;
		border-radius: 50%;
		position: absolute;
		top: -42px;
		left: 50%;
		margin-left: -42px;
	}
	.cont-fixed .back>.ctmt:after{
		background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/icon-10.png);
		border-color: #33b6a1;
	}
	.cont-fixed .ctmt{
		right: 25%;
	}
	.cont-fixed .ctrt{
		left: 50%;
	}
	.contact{
		padding-top: 25px;
	}
	.login .nav-htr{
		margin-bottom: 30px;
	}
	.login .form .form-group{
		margin-bottom: 40px;
	}
	.login .form .submit .btn{
		margin-top: 10px;
	}
}

@media (min-width:768px) and (max-width:991px){
	/**/
	header .container{
		width: 100%;
	}
	header .navbar-info{
		display: inline-block;
	}
	
	.cont-fixed form{
		margin: 0 -5px;
	}
	.cont-fixed form .form-group{
		padding: 0 5px;
	}

	.product .sec04 .rt{
		margin-top: 50px;
	}
	.product .sec06 .back{
		min-height: 106px;
	}
	.topic5 .sec03 .back{
		min-height: 106px;
	}
	.seo .sec02 .swiper-slide:nth-of-type(n+4){
		margin-top: -50px;
	}
	.seo .sec02 .back{
		width: 225px;
		height: 254px;
	}
	.seo .sec02 .back .img{
		padding: 40px 0 0;
	}
	.seo .sec02 .back .img img{
		max-height: 50px;
	}
	.seo .sec02 .back p{
		font-size: 14px
	}
	.seo .sec02 .back .h3{
		font-size: 20px
	}
}

@media (min-width:992px) {
	/**/
	.video-popup .main{
		width: 890px;
		height: 500px;
	}
	.v-adaptive iframe{
		width: 800px !important;
		height: 450px !important;
	}
	.banner-play .play-icon::after{
		display: none;
	}
	.pager li>a,
	.pager li>span {
		width: 120px;
		height: 35px;
		line-height: 35px;
		padding: 0;
		font-size: 18px;
	}
	
	footer .ftr-rt ul li{
		width: 33.3333333%;
	}

	.index .sec01 .pagination-inline a{
		width: 46px;
		height: 46px;
		background: #7eb704 url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/pagination-03.png) no-repeat center;
	}
	.index .sec01 .pagination-inline .prevbtn{
		background-position: 17px center;
		left: 5%;
	}
	.index .sec01 .pagination-inline .nextbtn{
		background-position: -50px center;
		right: 5%;
	}
	.index .sec01:hover .pagination-inline a{
		display: block;
	}
	.index .sec02 .mySwiper{
		padding-left: 300px;
	}
	.index .sec02 .navbar{
		left: 160px;
	}
	.about .sec01 .navbar.on{
		position: fixed;
	}
	.about .sec05 .lt{
		width: 53.08%;
	}
	.about .sec05 .rt{
		width: 46.92%;
	}
	.product .sec04{
		padding-top: 50px;
	}
	/*.product .sec04 .title,
	.product .sec04 .text{
		text-align: left;
	}*/
	.product .sec04 .h4{
		margin: 20px 0;
	}
	.product .sec06 .mt{
		padding-top: 50px;
		display: block;
	}
	.topic1 .sec01 .back{
		max-width: 1140px;
		align-items: center;
		display: flex;
	}
	.topic1 .sec01 .img,
	.topic1 .sec01 .info{
		padding: 0 15px;
		max-width: 50%;
		flex-basis: 50%;
	}
	.topic4 .sec01 .back{
		align-items: center;
		display: flex;
	}
	.topic4 .sec01 .lt{
		order: -1;
	}
	.topic4 .sec01 .mt img{
		max-width: 100%;
	}
	.topic5 .sec03 .mt{
		padding-top: 50px;
		display: block;
	}
	.topic5 .sec05 .back{
		min-height: 220px;
	}
	.topic5 .sec05 .back.b3{
		min-height: 460px;
	}
	.topic5 .sec05 .back .h4{
		padding: 0 60px;
	}
	.topic5 .sec05 .back .btn{
		font-size: 18px;
		margin-top: 30px;
	}
	.topic5 .sec05 .back .btn i{
		font-size: 30px;
		margin-left: 10px;
		vertical-align: bottom;
	}
	.topic7 .sec01{
		padding-bottom: 0;
	}
	.topic7 .sec01 .container{
		width: 100%;
		padding: 0;
		position: relative;
	}
	.topic7 .sec01 .info{
		width: 100%;
		max-width: 40%;
		position: absolute;
		right: 5%;
		bottom: 0;
		z-index: 5;
	}
	.quote form .fixed-scroll{
		width: 890px;
		position: fixed;
		bottom: 0;
	}
	.quote form .fixed-scroll.on{
		width: auto;
		position: relative;
	}
	.quote-order form .flex .item.all{
		flex: 1;
	}
	.new .new-list>li .text-right {
    display: block;
	}
	.blog .new-list>li .info{
		min-height: 393px;
	}
	.blog .new-list>li .h5{
		height: 274px;
	}
	.cont-fixed .ctlt .info{
		margin: 30px auto 10px;
	}
	.contact iframe{
		height: 413px !important;
	}
}

@media (min-width:768px) and (max-width:991px){
	/**/
	header .header-link{
		display: none;
	}
}

@media (min-width:992px) and (max-width:1199px){
	/**/
	header .navbar-info{
		display: inline-block;
	}
}

@media (min-width:1200px) {
	/**/
	.title{
		font-size: 30px;
	}
	.advert .back .h4,
	.advert .back .btn{
		font-size: 30px;
	}
	.advert .back .btn{
		padding: 6px 30px;
	}
	
	header .header-link .hl-lt p{
		font-size: 18px;
	}
	header .header-link .hl-rt{
		padding-right: 15px;
	}
	header .navbar-right{
		margin-right: 0;
	}
	header .navbar-collapse.collapse{
		flex-basis: auto;
		justify-content: flex-end;
	}
	header .menu{
		justify-content: flex-end;
	}
	header .menu{
		margin-left: 30px;
	}
	header .menu>li>a{
		padding: 1px 12px;
	}
	/* header .menu>li{
		padding: 27px 10px;
	} */

	.index .sec02 .mySwiper{
		padding-left: 120px;
	}
	.index .sec02 .mySwiper:before{
		max-width: 610px;
		bottom: 310px;
	}
	.index .sec02 .mySwiper:after{
		bottom: 173px;
 	}
	.index .sec02 .navbar{
		left: 0;
	}
	.index .sec02 .info{
		min-height: 300px;
	}
        .index .sec02 .back .text-center .btn {margin-top: 50px;}
	.index .sec02 .swiper-scrollbar{
		margin-top: 50px;
	}
	.index .sec03 .swiper-sec3{
		max-width: 1140px;
		margin: auto;
	}
	.index .sec03 .back{
		padding-bottom: 60px;
	}
	.index .sec03 .h4{
		font-size: 48px;
		margin-bottom: 50px;
	}
	.index .sec03 .back .row{
		max-width: 800px;
	}
	.index .sec03 .back .row p{
		font-size: 18px;
		line-height: 30px !important;
	}
	.index .sec06 .tab-list>li>a{
		font-size: 18px;
		padding: 12px 50px;
	}
	.index .sec07{
		padding: 25px 0 60px;
	}
	.about .sec01 .mySwiper{
		padding-left: 120px;
	}
	.about .sec02{
		margin-top: 80px;
	}
	.about .sec02 .tab-list{
		margin-top: -45px;
	}
	.about .sec02 .tab-list li{
		margin: 0 30px;
	}
	.about .sec02 .tab-list li a{
		font-size: 24px;
	}
	.about .sec02 .tab-list li a:after{
		width: 160px;
		height: 160px;
		left: -10px;
	}
	.about .sec02 .tab-content{
		min-height: 200px;
	}
	.about .sec02 .h4{
		font-size: 30px;
		line-height: 100px;
	}
	.about .sec03{
		padding: 25px 0 80px;
	}
	.about .sec03 .mySwiper{
		margin-top: 50px;
	}
	.about .sec03 .back .info{
		width: 100%;
		max-width: 500px;
	}
	.about .sec03 .swiper-scrollbar{
		margin-top: 50px;
	}
	.about .sec04{
		padding: 45px 0 80px;
	}
	.about .sec04 .mySwiper{
		padding: 0 80px;
	}
	.about .sec04 .info{
		width: 100%;
		max-width: 500px;
	}
	.about .sec05{
		padding: 45px 0 160px;
	}
	.about .sec05 .text{
		color: #333;
	}
	.product .sec01{
		padding: 60px 0 80px;
	}
	.product .sec01 .mySwiper{
		margin-top: 70px;
	}
	.product .sec01 .back{
		min-height: 180px;
		padding: 40px 30px 0;
	}
	.product .sec02{
		padding: 50px 0;
	}
	.product .sec02 .bt-list li{
		padding-left: 160px;
	}
	.product .sec02 .bt-list li:nth-child(odd){
		padding-right: 160px;
	}
	.product .sec02 .bt-list li .img{
		left: 50px;
	}
	.product .sec02 .bt-list li:nth-child(odd) .img{
		right: 50px;
	}
	.product .sec03{
		padding: 50px 0 70px;
	}
	.product .sec03 .back{
		max-width: 400px;
		padding-left: 120px;
		margin: 30px auto;
	}
	.product .sec03 .back .img{
		width: 90px;
		margin-top: -45px;
	}
	.product .sec03 .back .h4{
		font-size: 20px;
	}
	.product .sec05{
		padding: 100px 0;
	}
	.product .sec06 .lt,
	.product .sec06 .rt{
		padding-top: 60px;
	}
	.product .sec06 .mt{
		padding-top: 30px;
	}
	.product .sec07{
		padding: 35px 0 50px;
	}
	.product .sec07 .back{
		padding-left: 80px;
		margin-top: 20px;
	}
	.product .sec08{
		padding: 55px 0 80px;
	}
	.product .sec08 .back{
		padding: 10px 20px;
	}
	.product .sec09{
		background-position: -90px top;
		background-size: 100%;
		padding: 45px 0 150px;
	}
	.product .sec09 ul{
		margin-top: 30px;
	}
	.product .sec09 .row p{
		font-size: 16px;
	}
	.topic .topic-cont{
		padding: 55px 0 70px;
	}
	.topic .topic-form{
		padding: 70px 0;
	}
	.topic .topic-form .title{
		font-size: 30px;
	}
	.topic .topic-form .h4{
		margin: 20px 0 30px;
	}
	.topic .topic-form .btn{
		font-size: 16px;
		padding: 8px 30px;
	}
	.topic1 .sec01{
		padding: 50px 0;
	}
	.topic1 .sec02{
		padding: 50px 0;
	}
	.topic1 .sec02 .info{
		padding-right: 65px;
	}
	.topic1 .sec02 .info ul>li{
		margin-bottom: 35px;
	}
	.topic1 .sec03{
		padding: 50px 0;
	}
	.topic1 .sec03 .row{
		margin-bottom: 50px;
	}
	.topic1 .sec04{
		padding: 50px 0 70px;
	}
	.topic1 .sec04 .text{
		margin-bottom: 50px;
	}
	.topic2 .sec02{
		padding: 100px 0 160px;
	}
	.topic2 .sec02 .swiper-container{
		margin-top: 50px;
	}
	.topic2 .sec02 .h4{
		margin-top: 30px;
	}
	.topic2 .sec02 .msg{
		margin-top: 80px;
	}
	.topic2 .sec02 .msg p{
		font-size: 16px;
		line-height: 30px !important;
	}
	.topic2 .sec03{
		padding: 50px 0;
	}
	.topic2 .sec03 .swiper-container{
		margin-top: 50px;
	}
	.topic2 .sec03 .back{
		padding: 20px 20px 10px;
	}
	.topic2 .sec04{
		padding: 50px 0;
	}
	.topic3 .sec01{
		padding: 50px 0;
	}
	.topic3 .sec02{
		padding: 70px 0 50px;
	}
	.topic3 .sec02 .back .img{
		max-width: 238px;
	}
	.topic3 .sec02 .back .info p{
		font-size: 16px;
		line-height: 30px !important;
	}
	.topic3 .sec02 .col-sm-6:nth-of-type(odd) .back .img{
		margin-left: 30px;
	}
	.topic3 .sec02 .col-sm-6:nth-of-type(even) .back .img{
		margin-right: 30px;
	}
	.topic3 .sec03{
		padding: 50px 0;
	}
	.topic3 .sec03 .swiper-container{
		margin-top: 50px;
	}
	.topic3 .sec03 .back{
		padding: 20px 20px 10px;
	}
	.topic3 .sec03 .back .info .h4{
		font-size: 24px;
	}
	.topic3 .sec04{
		padding: 50px 0;
	}
	.topic4 .sec01{
		padding: 50px 0;
	}
	.topic4 .sec01 .info{
		margin: 50px 0;
	}
	.topic4 .sec02{
		padding: 50px 0;
	}
	.topic4 .sec02 .container{
		width: 100%;
		padding: 0;
	}
	.topic4 .sec02 .row{
		margin: 0;
	}
	.topic4 .sec02 .row>div{
		padding: 0;
	}
	.topic4 .sec02 .title,
	.topic4 .sec02 .text{
		color: #fff;
	}
	.topic4 .sec02 .pt{
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/topic4-2-bg.jpg) no-repeat center;
		background-size: cover;
	}
	.topic4 .sec02 .pt .col-lg-3{
		min-height: 500px;
		background: #2db550;
		justify-content: center;
		flex-direction: column;
		display: flex;
	}
	.topic4 .sec02 .bt .back{
		min-height: 218px;
		padding: 30px;
		margin-bottom: 0;
	}
	.topic4 .sec03{
		padding: 50px 0;
	}
	.topic4 .sec03 .info{
		padding: 30px 30px;
		margin-top: 25px;
	}
	.topic4 .sec03 .rt .info{
		margin-top: 70px;
	}
	.topic5 .sec01{
		padding: 100px 0 120px;
	}
	.topic5 .sec01 .title{
		margin-bottom: 50px;
	}
	.topic5 .sec01 .swiper-container{
		margin-top: 160px;
	}
	.topic5 .sec02{
		padding: 80px 0 100px;
	}
	.topic5 .sec02 .h2{
		font-size: 54px;
	}
	.topic5 .sec03 .lt,
	.topic5 .sec03 .rt{
		padding-top: 60px;
	}
	.topic5 .sec03 .mt{
		padding-top: 30px;
	}
	.topic5 .sec04{
		padding: 80px 0 100px;
	}
	.topic5 .sec07{
		padding: 80px 0 90px;
	}
	.topic6 .sec01 iframe{
		height: 650px;
	}
	.topic6 .sec02{
		padding: 50px 0;
	}
	.topic6 .sec04{
		padding: 50px 0;
	}
	.topic6 .sec04 .img{
		margin-bottom: 50px;
	}
	.topic6 .sec05 .back{
		justify-content: flex-end;
	}
	.topic7 .sec01 .info{
		bottom: 2.5%;
	}
	.topic7 .sec01 .info strong{
		font-size: 24px;
		font-weight: 400;
	}
	.topic7 .sec02{
		padding: 50px 0;
	}
	.topic7 .sec03{
		padding: 50px 0 70px;
	}
	.topic7 .sec03 .info .h5{
		font-size: 18px;
	}
	.seo .title{
		margin: 30px 0;
	}
	.seo .sec01{
		padding: 35px 0 65px;
	}
	.seo .sec01 .info{
		max-width: 800px;
	}
	.seo .sec01 .info p{
		font-size: 18px;
		line-height: 30px !important;
	}
	.seo .sec01 .btn{
		margin-top: 30px;
	}
	.seo .sec02{
		padding: 45px 0 70px;
	}
	.seo .sec02 .title{
		margin-bottom: 50px;
	}
	.seo .sec03{
		padding-bottom: 70px;
	}
	.seo .sec03 .mySwiper{
		padding: 0 100px;
		margin-top: 50px;
	}
	.seo .sec03 .info p,
	.seo .sec03 .mySwiper p{
		font-size: 16px;
	}
	.seo .sec03 .mySwiper p{
		max-width: 800px;
		margin: 20px auto;
	}
	.seo .sec04{
		padding: 35px 0 50px;
	}
	.seo .sec05{
		padding: 30px 0 60px;
	}
	.seo .sec05 .h4{
		font-size: 20px;
	}
	.seo .sec05 .back .h5{
		font-size: 18px;
	}
	.seo .sec05 .form-group{
		padding-left: 120px;
		margin-bottom: 30px;
	}
	.seo .sec05 .form-control{
		height: 70px;
	}
	.seo .sec05 .form-group label{
		font-size: 18px;
		margin-top: -14px;
	}
	.seo .sec05 form .btn{
		font-size: 16px;
		padding: 14px 12px;
	}
	.case .container{
		overflow: hidden;
	}
	.case .mySwiper{
		margin-left: -100px;
	}
	.case .pagination-inline a{
		width: 240px;
		height: 100%;
		background: transparent;
		top: 0;
		margin-top: 0;
		display: block;
	}
	.case .pagination-inline a.prevbtn{
		left: 78px;
	}
	.case .pagination-inline a.nextbtn{
		right: -38px;
	}
	.case .sec03{
		padding-top: 90px;
	}
	.case .sec03 .container{
		width: 1170px;
	}
	.case .words{
		padding-bottom: 55px;
		margin-bottom: 70px;
	}
	.case .words:nth-of-type(even) .words-info{
		padding-left: 75px;
	}
	.case .words-img .img{
		padding: 20px 70px 34px;
	}
	.aside .aside-scroll{
		width: 60px;
		margin-right: 20px;
	}
	.aside .aside-scroll .btn{
		font-size: 18px;
		line-height: 1.2;
		padding: 12px;
	}
	.aside.on .aside-main{
		margin-left: 80px;
	}
	.quote{
		padding-bottom: 120px;
	}
	.quote h1{
		font-size: 48px;
		margin: 30px 0;
	}
	.quote form .fixed-scroll{
		width: 1060px;
	}
	.new .tab-list li{
		padding: 0 15px;
	}
	.new .tab-list li a{
		font-size: 18px;
		padding: 10px 18px;
	}
	.new-info .title{
		font-size: 24px;
	}
	.blog .new-list>li .info{
		min-height: 477px;
		padding: 30px;
	}
	.blog .new-list>li .h5{
		height: 312px;
		font-size: 16px;
	}
	.cont-fixed .ctmt{
		padding: 10px 50px;
	}
	.contact .sec01{
		padding-bottom: 100px;
		margin-bottom: 50px;
	}
	.contact iframe{
		height: 450px !important;
	}
	.contact .sec02 .back{
		min-height: 450px;
	}
}

@media (min-width:1440px) {
	/**/
	header .container,
	footer .container,
	.wide .container,
	.product .container,
	.topic2 .sec03 .container,
	.topic3 .sec02 .container,
	.topic3 .sec03 .container,
	.topic4 .sec01 .container,
	.case .sec02 .container{
		width: 1440px;
	}

	header .navbar-info{
		display: inline-block;
	}
	/* header .menu>li{
		padding: 27px 20px;
	} */

	footer>.container{
		padding: 0 50px 20px;
	}
	footer .ftr-lt{
		width: 30%;
	}
	footer .ftr-mt{
		width: 16.6666667%;
	}
	footer .ftr-rt{
		width: 53.3333333%;
	}
	footer .ftr-rt ul li{
		width: 25%;
	}

	.index .sec02 .mySwiper{
		padding: 45px 0 80px 300px;
	}
	.index .sec02 .mySwiper:before{
		max-width: 665px;
		bottom: 350px;
	}
	.index .sec02 .mySwiper:after{
		bottom: 213px;
 	}
	.index .sec02 .navbar{
		left: 160px;
	}
	.index .sec02 .info{
		min-height: 310px;
		padding: 30px;
	}
	.index .sec03 .pagination-inline a{
		width: 135px;
		height: 100%;
		background-position: left center;
		top: 0;
		margin-top: 0;
	}
	.index .sec03 .pagination-inline a.nextbtn{
		background-position: right center;
	}
	.index .sec05 .mySwiper{
		margin-top: 30px;
	}
	.about .sec01 .mySwiper{
		padding: 45px 100px 0;
	}
	.about .sec03 .back .h3{
		font-size: 30px;
	}
	.about .sec03 .back .h3 span{
		font-size: 18px;
	}
	.about .sec03 .back .h4{
		font-size: 20px;
	}
	.about .sec04 .h3{
		font-size: 30px;
	}
	.about .sec04 .h3 span{
		font-size: 18px;
	}
	.about .sec04 .h4{
		font-size: 20px;
	}
	.product .sec04 .lt{
		width: 55%;
		padding-right: 100px;
	}
	.product .sec04 .rt{
		width: 45%;
	}
	.product .sec06{
		padding: 85px 0 120px;
	}
	.product .sec06 .back{
		min-height: 140px;
    padding-left: 120px;
	}
	.product .sec06 .back-icon{
		width: 80px;
    height: 80px;
    line-height: 78px;
    font-size: 36px;
	}
	.product .sec09{
		background-size: 85%;
		padding-bottom: 200px;
	}
	.topic5 .sec03{
		padding: 85px 0 120px;
	}
	.topic5 .sec03 .back{
		min-height: 140px;
	  padding-left: 120px;
	}
	.topic5 .sec03 .back-icon{
		width: 80px;
	  height: 80px;
	  line-height: 78px;
	  font-size: 36px;
	}
	.topic5 .sec05{
		padding: 130px 0;
	}
	.topic5 .sec05 .container{
		width: 1440px;
	}
	.topic5 .sec05 .row{
		margin-top: 80px;
	}
	.topic5 .sec05 .back .h4{
		font-size: 24px;
		line-height: 30px;
		padding: 0 60px;
	}
	.topic6 .sec01 iframe{
		height: 870px !important;
	}
	.case .mySwiper{
		margin-left: 0;
	}
	.case .pagination-inline a{
		width: 360px;
	}
	.case .pagination-inline a.prevbtn{
		left: 0px;
	}
	.case .pagination-inline a.nextbtn{
		right: -30px;
	}
}


@media (min-width:1640px) {
	/**/
	header .container,
	.wide .container{
		width: 1640px;
	}

	.title{
		font-size: 36px;
	}
	
	header .menu>li{
		padding: 0 5px;
	}

	.index .sec02 .mySwiper{
		padding-left: 360px;
	}
	.index .sec02 .mySwiper:before{
		max-width: 750px;
	}
	.index .sec02 .navbar:after{
		content: '';
		width: 40px;
		height: 150px;
		background: #f49705;
		position: absolute;
		right: -70px;
		top: 50%;
		margin-top: -120px;
	}
	.index .sec02 .info{
		min-height: 350px;
		padding: 30px 50px;
	}
	.index .sec03{
		padding: 35px 0 50px;
	}
	.index .sec03 .pagination-inline a.prevbtn{
		width: 335px;
		left: -100px;
	}
	.index .sec03 .pagination-inline a.nextbtn{
		width: 335px;
		right: -100px;
	}
	.index .sec04{
		padding: 80px 0;
	}
	.index .sec05{
		padding: 45px 0 60px;
	}
	.index .sec06{
		padding: 45px 0 60px;
	}
	.about .sec01 .mySwiper{
		padding: 45px 160px 0;
	}
	.about .sec01 .mySwiper1{
		padding: 50px 80px;
	}
	.about .sec02{
		margin-top: 110px;
	}
	.about .sec02 .tab-list{
		margin-top: -55px;
	}
	.about .sec02 .tab-list li{
		min-width: 200px;
	}
	.about .sec02 .tab-list li a{
		font-size: 30px;
	}
	.about .sec02 .tab-list li a:after{
		width: 220px;
		height: 220px;
		top: -20px;
		left: 0;
	}
	.about .sec02 .h4{
		font-size: 36px;
	}
	.about .sec03{
		padding: 45px 0 100px;
	}
	.about .sec05{
		padding: 45px 0 200px;
	}
	.product .title{
		font-size: 30px;
	}
	.product .sec09{
		background-position: 0 0;
		background-size: 80%;
		padding-bottom: 300px;
	}
	.topic .topic-form{
		padding: 100px 0;
	}
	.topic1 .sec01 .info{
		padding-left: 65px;
	}
	.topic4 .sec02 .title strong{
		font-size: 52px;
	}
	.topic4 .sec02 .pt .col-lg-3{
		min-height: 650px;
	}
	.topic7 .sec01 .info{
		bottom: 7.5%;
	}
	.case .pagination-inline a{
		width: 445px;
	}
	.case .pagination-inline a.nextbtn{
		right: 0px;
	}
header .navbar-info {
    font-size: 18px;
}
}

@media (min-width:1840px) {
	/**/
	.advert .back .h4,
	.advert .back .btn{
		font-size: 36px;
	}

	.index .sec02 .container,
	.about .sec04 .container{
		width: 1840px;
	}

	.index .sec02 .mySwiper:before{
		max-width: 865px;
	}
	.index .sec02 .info{
		min-height: 410px;
		padding: 50px;
	}
	.about .sec01 .mySwiper{
		padding: 45px 100px 0;
	}
	.topic7 .sec01 .info{
		bottom: 10.5%;
	}
}

@media (max-width:767px) {
	/**/
	#etalage,
	#contact-btn,
	.pagination-block,
	.onlineFloatBox,
	.product .pro-list,
	.swiper-scrollbar{
		display: none !important;
	}
	/*.banner{
		height: 168px;
		position: relative;
	}
	.banner .img{
		width: 640px;
		position: absolute;
		left: 50%;
		margin-left: -320px;
	}*/
	.content-list li{
		padding: 0;
		margin: 10px 0;
		display: block;
	}
	.content-list li a{
		padding: 6px 12px;
		display: block;
	}
	.contact-fixed{
		height: 100%;
		background: rgba(0,0,0,.8);
		padding-bottom: 60px;
		overflow: auto;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	.contact-fixed.on{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	.contact-fixed:after{
		bottom: -120px;
	}
	.card-form{
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.card-main{
		height: 90%;
	}
	.card-form .card-title .card-show{
		display: block;
	}
	.all-img img,
	.max-img img{
		width: 100%;
	}
	.index .all-img img,
	.index .max-img img{
		max-width: 100%;
	}
	.swiper-dir .swiper-slide{
		padding: 0;
	}

	header .header-link,
	header .navbar-tips,
	header .navbar-info,
	header .navbar-right{
		display: none !important;
	}
	header{
		height: 50px;
		background: #fff;
	}
	header.on{
		position: fixed;
		z-index: 1000;
	}
	header .navbar{
		height: 100%;
		/* background: #0a217c; */
		background: url(https://qiniuyun.jumiweb.com/www.jumitop.com/images/top-bg.jpg) no-repeat center;
		background-size: cover;
	}
	header .navbar-brand{
		width: 100%;
		margin: 0;
		justify-content: center;
		display: flex;
	}
	header .navbar-brand img{
		max-height: 50px;
		margin: 0 !important;
	}
	header.on .navbar-toggle{
		background-image: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/cont-btn.png);
	}
	header .navbar-collapse{
		width: 100%;
		height: 100% !important;
		background: #07207d;
		padding: 20px 0 50px;
		border-top: 2px solid #7eb704;
		position: fixed;
		left: 100%;
		top: 50px;
		margin: 0 !important;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
		display: block;
	}
	header.on .navbar-collapse{
		left: 0;
		overflow-y: auto;
	}
	header.on :root{
		overflow: hidden;
	}
	header .menu{
		margin: 0;
	}
	header .menu a{
		color: #fff !important;
		/*text-align: left;*/
	}
	header .dropdown>a{
		background: url(https://cdn211.jumiweb.com/pack_20205300_61765/wwwroot/uploadfiles/images/faqs_03.png) no-repeat 95% 18px !important;
	}
	header .menu>li{
		/* padding: 0px 50px; */
	}
	header .menu>li>a{
		color: #fff !important;
		background-color: transparent !important;
		padding: 15px 0;
	}
	header .menu>li:hover{
		background-color: #f49705;
	}
	header .menu>li.active{
		background-color: #7eb704;
	}
	header .menu>li:hover>a,
	header .menu>li.active>a{
		color: #fff !important;
		text-decoration: underline;
	}
	header .dropdown-menu{
		background-color: #fefefe !important;
	}
	header .dropdown-menu>li>a{
		color: #7eb704 !important;
		border: none;
		padding: 8px !important;
		/* padding-left: 50px !important; */
		margin: 0 30px;
	}

	footer{
		padding: 0;
		margin: 0 0 46px;
	}
	footer>.container {
    display: none;
  }

  .index .sec02 .bg-img,
  .index .sec03,
  /*.index .sec03 .tab-list,
  .index .sec03 .back .row,*/
  .index .sec04{
  	display: none;
  }
  .index .sec02 .bg-video{
  	display: block;
  }
  .index .sec02 .tab-list{
  	margin-top: 10px;
  }
  .index .sec02 .tab-list li{
  	background: #f49705;
  	text-align: center;
  	display: inline-block;
  }
  .index .sec02 .tab-list li:nth-child(2){
  	background: #7EB704;
  }
  .index .sec02 .tab-list li:nth-child(3){
  	background: #39a3d4;
  }
  .index .sec02 .tab-list li:nth-child(4){
  	background: #9e1581;
  }
  .index .sec02 .tab-list{
	text-align: center;
  }
  .index .sec02 .tab-list li a{
  	color: #fff;
	padding: 6px 5px;
  	display: block;
  }
  .index .sec02 .info{
  	height: 312px;
  	overflow: hidden;
  }
  .index .sec02 .info .h5{
  	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 10;
  	overflow: hidden;
  }
  .index .sec03 .back{
  	padding: 20px 0;
  }
  .about .sec01 .navbar{
  	padding: 0 15px;
  }
  .about .sec01 .tab-list li{
  	background: #7EB704;
  	text-align: center;
  	margin-bottom: 10px;
  }
  .about .sec01 .tab-list li a{
  	color: #fff;
  	display: block;
  }
  .about .sec01 .tab-list li.active{
  	background: #f49705;
  }
  .about .sec04 .h3{
  	font-size: 18px;
  }
  .about .sec04 .h3 span{
  	font-size: 12px;
  }
  .about .sec04 .h4{
  	font-size: 16px;
  }
  .about .sec05 .rlt .col-xs-4{
  	width: 33%;
  }
  .about .sec05 .rlt .col-xs-8{
  	width: 67%;
  }
  .about .sec05 .rmt{
  	width: 40%;
  }
  .about .sec05 .rrt{
  	width: 60%;
  }
  .product .sec01{
  	display: none;
  }
  .product .sec01 .swiper-slide:nth-of-type(n+3) .back{
		border-top: none;
	}
	.product .sec04 .h3{
		font-size: 18px;
		margin-top: 10px;
	}
	.product .sec04 .h4{
		font-size: 16px;
	}
	.product .sec07 .back .h4{
		font-size: 16px;
	}
	.topic .topic-form .title{
		max-width: 280px;
		margin: 10px auto;
	}
	.topic .topic-form .h4{
		font-size: 14px;
	}
	.topic .topic-form .lt{
		margin-bottom: 15px;
	}
	.topic6 .sec05 .container{
		padding: 0;
	}
	.seo .sec03 .mySwiper .info p{
		font-size: 18px;
	}
	.seo .sec05 .lt{
		display: none;
	}
  .case .back .rt{
  	display: none;
  }
  .case .h3{
  	font-size: 18px;
  	line-height: 24px;
  }
  .case .h4{
  	font-size: 16px;
  }
	.new .tab-list>li{
		padding: 0;
	}
	.new .tab-list>li>a{
		padding: 6px 5px;
	}
  .contact .sec02 .lt,
  .contact .sec02 .rt .baidu{
  	display: none;
  }
}

@media (max-width:640px) {
	/**/
	.case .back .col-xs-6{
		width: 100%;
	}
}

@media (min-width:480px) and (max-width:767px){
	/**/
	.cont-fixed .ctlt{
		min-height: 204px;
	}
}


@media (max-width:479px) {
	/**/
  .navbar-form {
		text-align: center;
	}
	.navbar-form, .navbar-brand>img {
		margin: 5px auto;
	}
	.text,
	.breadcrumb-div,
	.pagination-block{
		display: none !important;
	}
	.title{
		font-size: 18px;
	}
	.subtitle{
		font-size: 12px;
	}
	.desc{
		margin-bottom: 15px;
	}
	.head{
		margin: 15px 0;
	}

	.about .sec02 .tab-list{
		margin-left: -25px;
	}
	.about .sec02 .tab-list li a{
		padding: 6px 6px;
	}
	.case .video-play{
  	margin-top: 15px;
  }
  .product .sec06 .h4{
  	font-size: 16px;
  }
	.product-info .sec01{
		padding-top: 15px;
	}
	.topic5 .sec03 .h4{
		font-size: 16px;
	}
	.new .new-list{
		margin-top: 15px;
	}
	.new .new-list>li .pull-left,
	.new .new-list>li .pull-left img{
		width: 100%;
		padding-right: 0;
	}
	.new .new-list>li .h4{
		font-size: 14px;
	}
	.cont-fixed .back>.col-xs-6{
		width: 100%;
	}


/* WaiMaoLieKe */
.idxBan-mod18 .content_1 .title-top{
    margin:0;
    font-family:'SOURCEHANSANSCN-BOLD';
    line-height:97px;
}
.idxBan-mod18 .content_1 .title{
    color:var(--style-color);
    font-size: 200px;
    line-height:200px;
    font-weight: bold;
    padding-bottom:2rem;
    -webkit-text-stroke: 4px #040303;
    text-stroke: 4px #040303;
    margin:0;
    position:relative;
}
.idxBan-mod18 .content_1 .title::after{
    position:absolute;
    content:'';
    width:100%;
    height:8px;
    bottom:0;
    left:0;
    background-color:#fff;
}
@media(max-width:1600px){
    .idxBan-mod18 .content_1 .title{
        font-size: 180px;
         line-height: 180px;
    }
    .idxBan-mod18 .content_1 .title-top{
        line-height:unset;
    }
}
@media(max-width:1440px){
    .idxCho-mod12 .sales-list {
        flex-wrap: wrap;
        margin: 0 auto;
        width: 70%;
    }
    .idxBan-mod18 .content_1 .title{
        font-size: 150px;
        line-height: 150px;
    }
}
@media(max-width:1200px){
    .idxBan-mod18 .content_1 .title{
        font-size: 120px;
        line-height: 120px;
        -webkit-text-stroke: 2px #040303;
        text-stroke: 2px #040303;
    }
}
@media(max-width:991px){
    .idxBan-mod18 .content_1 .title{
        font-size: 72px;
        line-height: 72px;
        -webkit-text-stroke: 0px #040303;
        text-stroke: 0px #040303;
        padding-bottom:1rem;
    }
    .idxBan-mod18 .content_1 .title::after{
        height:4px;
    }
}
@media(max-width:767px){
    .idxBan-mod18 .content_1 .title{
        font-size: 48px;
        line-height: unset;
    }
}
@media(max-width:575px){
    .idxBan-mod18 .content_1 .title::after{
        content:none;
    }
    .idxBan-mod18 .content_1 .sub-title{
        padding:0;
    }
    .idxBan-mod18 .content_1 .title-top{
        padding:0;
        font-size:20px;
    }
    .idxBan-mod18 .content_1 .title{
        padding:0;
        font-size:36px;
    }
}