body {
	background:#ffffff;
	color:#000;
	font-size:15px;
	overflow-x:hidden;
	font-family:'PingFangSC-Regular','Microsoft YaHei','sans-serif'
}
a {
	color:#000000;
}
*:focus {
	outline:none;
	box-shadow:none;
}
.am-alert {
	margin-bottom:0;
	text-align:center;
}
.am-alert a:hover {
	color:#00a0e9;
}
input:required:invalid,textarea:required:invalid,select:required:invalid {
	outline:none;
	box-shadow:none;
}
a:hover {
	color:#00a0e9;
	text-decoration:none;
	transition:all 300ms ease-in-out 0s;
}
.my_ul,.my_dl {
	margin:0;
	padding:0;
}
.my_ul li {
	list-style:none;
}
.my_dl dt,.my_dl dd {
	margin:0;
	padding:0;
	font-weight:normal;
}
dt + dd {
	margin-top:0;
}
ol,ul {
	padding-left:18px;
	-moz-padding-start:14px;
	margin:0 0 10px;
}
p {
	margin:0 0 10px;
}
.am-table {
	margin:0;
}
.am-table > tbody > tr > td {
	vertical-align:middle
}
img {
	image-rendering:-webkit-optimize-contrast;
}
.on {
	color:#00A0E9;
}
.web_w {
	width:1170px;
	margin:0 auto;
}
.web_w:after {
	display:block;
	content:'';
	clear:both;
}
.am-paragraph-default {
	margin:0;
	color:#000000;
}
.am-paragraph-default img {
	max-width:100%;
	border:none;
	padding:0;
	margin:0;
	display:inline;
	height:auto;
}
.am-paragraph-default p {
	margin:0 0 10px 0;
}
.am-paragraph-default p,.am-paragraph-default a {
	color:#000000;
}
.am-paragraph-default a:hover {
	color:#00a0e9;
}
.am-paragraph-default video {
	display:block;
	width:100%!important;
	height:auto!important;
	background-color:#000000;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:16px;
	font-weight:bold;
}
.am-paragraph h1,.am-paragraph h2,.am-paragraph h3,.am-paragraph h4,.am-paragraph h5,.am-paragraph h6 {
	color:#333;
}
.am-paragraph-default img.aligncenter{display:block;margin:0 auto;}
.am-pureview-actions a {
	position:static;
	float:right;
	text-align:center;
}
.am-icon-chevron-left::before {
	font-family:"FontAwesome";
	content:"\f00d";
}
.am-pureview-direction a:before {
	font-family:"FontAwesome"
}
.picture-hover-animate {
	display:block;
	position:relative;
	overflow:hidden;
}
.picture-hover-animate:after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block;
	visibility:visible;
	width:160px;
	height:160px;
	margin:auto;
	content:'';
	transition:all 0.6s ease-in-out;
	transform:scale(6);
	opacity:1;
	border:80px solid rgba(0,0,0,0.1);
	border-radius:80px;
}
.picture-hover-animate:hover:after {
	visibility:hidden;
	opacity:0;
	border:0 solid rgba(0,0,0,0.1);
}
.am-table-striped > tbody > tr:nth-child(2n+1) > td,.am-table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color:#f5f5f5;
}
.am-table tr td,.am-table tr th {
	vertical-align:middle!important;
}
.banner {
	height:150px;
	line-height:150px;
	text-align:center;
	margin-top:8px;
	font-size:72px;
	color:#00a0e9;
}
.demo_banner {
	position:relative;
}
.demo_banner img {
	display:block;
	width:100%;
}
.demo_banner .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	color:#fff;
	background:rgba(0,0,0,0.1);
}
.demo_banner .text .am-vertical-align-middle {
	font-size:50px;
	text-transform:capitalize
}
.demo_guide {
	line-height:50px;
	font-size:16px;
	background-color:#f5f5f5;
	text-transform:capitalize
}
.home_banner.am-slider-default {
	margin:0;
	box-shadow:none;
	z-index:1;
	border-radius:0;
}
.home_banner.am-slider-default .am-slides li {	
	position:relative;
	background-color:linear-gradient(270deg,rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%);
	background-position:center center;
	background-repeat:no-repeat;
}
.home_banner.am-slider-default .am-slides li a.links {
	display:block;
	width:100%;
	height:100%;
}
.home_banner .banner_text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.home_banner .banner_text .web_w {
	height:100%;
}
.home_banner .banner_text .text {
	height:100%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	opacity:0;
}
.home_banner .banner_text .text .title {
	font-size:36px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:56px;
	max-width:650px;
}
.home_banner .banner_text .text .des {
	font-size:24px;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:36px;
	max-width:570px;
	margin-top:7px;
}
.home_banner .banner_text .text .link {
	display:block;
	width:200px;
	height:60px;
	line-height:60px;
	background:#00a0e9;
	border-radius:30px;
	font-size:24px;
	font-weight:500;
	color:#f8f8f8;
	text-align:center;
	margin-top:25px;
}
.home_banner .li_2 .banner_text .text .title {
	font-size:50px;
	line-height:110%;
}
.home_banner .li_2 .banner_text .text .title:before {
	display:block;
	content:'';
	width:60px;
	height:5px;
	background-color:#fff;
	margin-bottom:10px
}
.home_banner .li_2 .banner_text .text .des {
	font-size:30px;
	line-height:120%;
}
.home_banner .am-control-nav {
	bottom:20px;
	z-index:10;
}
.home_banner .am-control-nav li {
	margin:0 5px;
}
.home_banner .am-control-nav li a {
	width:5px;
	height:3px;
	background:rgba(255,255,255,.7);
	box-shadow:none;
	z-index:3;
	position:relative;
	border-radius:0;
}
.home_banner .am-control-nav li a.am-active {
	width:22px;
	background:#fff;
	z-index:4;
	animation:anima 4s 1 cubic-bezier(0.28,0.77,1,1);
	-webkit-transition:.5s;
	transition:.5s
}
.home_banner.am-slider-default .am-direction-nav a{opacity: 0;}
.home_banner.am-slider-default:hover .am-direction-nav a{opacity: 1;}
.home_banner.am-slider-default .am-direction-nav a::before{content: "\f104";color: rgba(255, 255, 255, .8);font-size: 3.6rem!important;}
.home_banner.am-slider-default .am-direction-nav a.am-next::before{content: "\f105";}
.home_banner.am-slider-default:hover .am-direction-nav a.am-prev{left: calc(2% - 1rem);}
.home_banner.am-slider-default:hover .am-direction-nav a.am-next{right:calc(2% - 1rem);}

@keyframes anima {
	from {
	width:10px;
}
to {
	width:50px;
}
}.home_banner .am-control-nav li a.am-active,.index_banner .am-control-nav li a:hover {
	background:#00A0E9;
}
.home_banner .am-direction-nav a.am-next:before {
	content:"\f105";
	font-family:'FontAwesome';
}
.home_title {
	text-align:center;
}
.home_title .title {
	font-size:36px;
	font-weight:500;
	color:rgba(0,160,233,1);
	line-height:50px;
}
.home_title .des {
	font-size:20px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:33px;
	margin:0 auto;
}
.home_title .ms {
	font-size:18px;
	font-weight:300;
	color:rgba(0,0,0,1);
	line-height:25px;
	max-width:900px;
	margin:23px auto 0;
}
.home_title .more {
	display:block;
	width:180px;
	line-height:50px;
	background:rgba(0,160,233,1);
	border-radius:30px;
	font-size:21px;
	font-weight:500;
	color:rgba(255,255,255,1);
	margin:20px auto 0;
}
.home_solution {
	padding-top:100px;
}
.home_solution_list {
	display:flex;
	justify-content:space-between;
	height:680px;
	margin-top:46px;
}
.home_solution_list dd {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.home_solution_list dd:nth-of-type(1) {
	width:32%;
	background:rgba(0,0,0,0.05);
}
.home_solution_list dd:nth-of-type(2) {
	width:42.5%;
}
.home_solution_list dd:nth-of-type(3) {
	width:25.5%;
	background:rgba(0,160,233,0.1);
}
.home_solution_list dd .iteam {
	display:flex;
	height:100%;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	text-align:center;
	transition:all 300ms ease-in-out 0s;
}
.home_solution_list dd img {
	width:80px;
	height:80px;
	margin:0 auto;
}
.home_solution_list dd .title {
	font-size:22px;
	font-weight:500;
	line-height:36px;
	margin-top:10px;
}
.home_solution_list dd:nth-of-type(1) .title {
	margin-top:36px;
	color:rgba(0,160,233,1);
}
.home_solution_list dd:nth-of-type(1) .des {
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
	line-height:24px;
	margin-top:10px;
	padding:0 10%;
}
.home_solution_list dd:nth-of-type(1) .iteam:hover {
	background:rgba(0,0,0,0.06);
}
.home_solution_list dd:nth-of-type(2) .title {
	color:#fff;
}
.home_solution_list dd:nth-of-type(2) .des {
	font-size:16px;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:24px;
	margin-top:0;
	padding:0 10%;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(3) .title {
	display:block;
	margin-top:23px;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(3) .des {
	margin-top:10px;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(1) {
	width:50%;
	height:48%;
	background:rgba(0,160,233,0.4);
	color:#fff;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(1):hover {
	background:rgba(0,160,233,0.5);
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(2) {
	width:50%;
	height:48%;
	background:rgba(0,160,233,0.6);
	color:#fff;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(2):hover {
	background:rgba(0,160,233,0.7);
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(3) {
	width:100%;
	height:52%;
	background:rgba(0,160,233,0.9);
	color:#fff;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(3):hover {
	background:rgba(0,160,233,1);
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(1) {
	width:100%;
	height:48%;
	overflow:hidden;
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(1) .img {
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-ms-transition:all 0.35s;
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(1):hover .img {
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(2) {
	width:100%;
	height:52%;
	background:rgba(0,160,233,0.1);
	color:rgba(0,0,0,1);
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(2):hover {
	background:rgba(0,160,233,0.2);
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(2) .title {
	margin-top:23px;
	color:rgba(0,160,233,1);
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(2) .des {
	font-size:16px;
	font-weight:300;
	line-height:24px;
	margin-top:10px;
	padding:0 10%;
}
.home_solution_scroll {
	padding-top:80px;
}
.home_solution_scroll .home_solution_iteam {
	margin:30px 0 0;
	position:relative;
}
.home_solution_iteam .slick-list {
	padding:30px 0!important;
}
.home_solution_iteam .iteam {
	margin:0;
	transition:all 300ms ease;
	font-weight:500;
}
.home_solution_iteam .list {
	position:relative;
	overflow:hidden;
	z-index:1;
	transition:all 300ms ease;
	margin:0 50px;
	color:rgba(0,0,0,1);
	text-align:center;
}
.home_solution_iteam .list img {
	display:block;
	width:100%;
}
.home_solution_iteam .list .title {
	font-size:22px;
	font-weight:500;
	line-height:33px;
	margin-top:29px;
}
.home_solution_iteam .list .des {
	font-size:15px;
	color:rgba(0,0,0,1);
	line-height:22px;
	margin-top:3px;
}
.home_solution_iteam .list.slick-current {
	z-index:2;
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	transition:all 300ms ease;
}
.home_solution_iteam .list.slick-current .title,.home_solution_iteam .list.slick-current .des {
	position:relative;
	top:-10px;
}
.home_solution_iteam .slick-arrow {
	width:27px;
	height:50px;
	line-height:50px;
	margin-top:-95px;
}
.home_solution_iteam .slick-prev {
	left:-20px;
	z-index:10;
}
.home_solution_iteam .slick-next {
	right:-20px;
	z-index:10;
}
.home_solution_iteam .slick-prev:before {
	font-family:'FontAwesome';
	content:"\f104";
	font-size:60px;
	color:#ccc;
}
.home_solution_iteam .slick-next:before {
	font-family:'FontAwesome';
	content:"\f105";
	font-size:60px;
	color:#ccc;
}
.home_solution_iteam .slick-prev:hover:before,.home_solution_iteam .slick-next:hover:before {
	color:#00A0E9;
}
.home_product {
	margin-top:80px;
}
.home_product dt {
	padding:43px 0;
	background:rgba(0,160,233,0.05);
}
.home_product dd {
	position:relative;
}
.home_product dd .img {
	display:block;
	width:100%;
	margin:0 auto;
}
.home_product dd a {
	display:flex;
	width:96px;
	height:96px;
	background:rgba(0,160,233,0.5);
	border:2px solid rgba(255,255,255,1);
	position:absolute;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	text-align:center;
	padding:10px;
	font-size:18px;
	line-height:25px;
	color:rgba(255,255,255,1);
	font-weight:300;
	animation:heartbeat 1s infinite;
	-webkit-animation:heartbeat 1s infinite;
}
.home_product dd a:nth-of-type(1) {
	left:790px;
	top:120px;
}
.home_product dd a:nth-of-type(2) {
	left:460px;
	bottom:110px;
}
.home_product dd a:nth-of-type(3) {
	right:420px;
	bottom:64px;
}
.home_product dd a:nth-of-type(4) {
	right:130px;
	bottom:70px;
}
@keyframes heartbeat {
	0% {
	transform:scale(0.8,0.8);
	opacity:1;
}
25% {
	transform:scale(1,1);
	opacity:0.8;
}
100% {
	transform:scale(0.8,0.8);
	opacity:1;
}
}.home_about {
	padding:80px 0 100px;
}
.home_about ul {
	display:flex;
	justify-content:space-between;
}
.home_about ul li {
	text-align:center;
	text-align:center;
	margin-top:40px;
}
.home_about ul li img {
	display:block;
	height:70px;
	margin:0 auto;
}
.home_about ul li strong {
	display:inline-block;
	font-size:40px;
	font-weight:500;
	color:rgba(0,160,233,1);
	line-height:84px;
	margin-top:20px;
}
.home_about ul li span {
	display:block;
	font-size:18px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:25px;
}
.home_video {
	display:block;
	position:relative;
	height:430px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.home_video:after {
	display:block;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.1);
	position:absolute;
	left:0;
	top:0;
}
.home_video i {
	position:absolute;
	font-size:50px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	transition:all 300ms ease-in-out 0s;
}
.home_video:hover i {
	color:#00A0E9;
}
.video_modal {
	width:980px;
}
.video_con {
	position:relative;
	background:#000;
}
.video_con video {
	display:block;
	background-color:#000;
	width:100%;
}
.video_con iframe {
	display:block;
}
.video_con .am-close {
	position:absolute;
	right:-10px;
	top:-10px;
	z-index:100;
	background-color:#ebebeb;
	color:#353335;
	border-radius:50%;
	opacity:1;
	font-size:16px;
	width:20px;
	height:20px;
	line-height:20px;
	text-shadow:none;
	display:block;
}
.video_con .am-close:hover {
	background-color:#00A0E9;
	color:#fff;
}
.home_partners {
	padding:80px 0;
}
.home_partners ul {
	margin:0 -20px;
}
.home_partners ul li {
	padding:0 20px;
	margin-top:20px;
}
.home_partners ul li img {
	display:block;
	width:100%;
}
.home_voice {
	background:#00A0E9;
	padding:100px 0;
	color:#fff;
	margin-top:80px;
}
.home_voice dt .title {
	color:#fff!important;
}
.home_voice dd {
	display:flex;
	justify-content:space-between;
	margin-top:80px;
}
.home_voice dd a {
	display:flex;
	width:calc(33.33% - 30px);
	justify-content:space-between;
}
.home_voice dd .img {
	width:120px;
}
.home_voice dd .img img {
	display:block;
	width:100%;
}
.home_voice dd a:hover .text .title {
	color:#1E7ABB;
}
.home_voice dd .text {
	width:calc(100% - 140px);
	display:flex;
	flex-direction:column;
}
.home_voice dd .text .title {
	font-size:22px;
	font-weight:600;
	color:rgba(255,255,255,1);
	line-height:100%;
	border-bottom:#fff solid 1px;
	padding-bottom:10px;
	transition:all 300ms ease-in-out 0s;
}
.home_voice dd .text .des {
	font-size:14px;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:22px;
	margin-top:10px;
}
.product_warp {
	padding:20px 0 160px;
}
.product_warp .am-nav-tabs {
	border:none;
	margin:0px;
	text-align:center;
}
.product_warp .am-nav-tabs li {
	float:none;
	display:inline-block;
	font-size:16px;
	margin:0 25px;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
}
.product_warp .am-nav-tabs li a {
	display:block;
	line-height:50px;
	padding:0;
	margin:0;
	border:none!important;
	background:none!important;
}
.product_warp .am-nav-tabs li.am-active a {
	color:#00a0e9;
}
.product_warp .am-tabs-bd {
	border:none;
	padding:0;
}
.product_warp .am-tabs-bd .am-tab-panel {
	padding:0px;
}
.product_list {
	margin:0 -20px;
}
.product_list li {
	padding:0 20px;
	margin-top:40px;
}
.product_list li a {
	display:block;
	border:#eeeeee solid 1px;
	position:relative;
	transition:all 300ms ease-in-out 0s;
}
.product_list li a:hover {
	border:#fff solid 1px;
	box-shadow:0 0 20px #ddf6ff;
}
.product_list li a .title {
	display:block;
	max-width:50%;
	height:100%;
	position:absolute;
	left:30px;
	top:0px;
}
.product_list li a .title .am-vertical-align-middle {
	font-size:24px;
}
.product_list li a .title .title_1:after {
	display:block;
	content:'';
	width:30px;
	height:1px;
	background-color:#00a0e9;
	margin-top:8px;
}
.product_list li a .title .title_2 {
	margin-top:8px;
	font-size:18px;
	line-height:24px;
}
.product_list li a img {
	display:block;
	width:100%;
}
.product_list li a em {
	display:block;
	font-size:18px;
	background-color:#d60000;
	color:#fff;
	padding:0px 15px;
	font-style:normal;
	position:absolute;
	left:0;
	top:0;
}
.product_warp .listname {
	text-align:center;
	position:relative;
	font-size:28px;
	color:#00a0e9;
	margin-top:40px;
	font-weight:bold;
}
.product_warp .listname a {
	color:#00a0e9;
}
.product_warp .listname a:hover {
	color:#00a0e9;
}
.product_warp .listname:after {
	display:block;
	content:'';
	width:50px;
	height:1px;
	background-color:#00a0e9;
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:-5px;
}
.product_warp .listname_9 {
	margin-top:30px;
}
.banner_img {
	position:relative;
}
.banner_img.fixed {
	display:flex;
	justify-content:center;
	align-items:center;
}
.banner_img img {
	display:block;
	width:100%;
	margin:0 auto;
}
.banner_img .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:none;
}
.banner_img .web_w {
	height:100%;
	display:flex;
	align-items:flex-end;
}
.banner_img .web_w:after {
	display:none;
}
.banner_img .banner_con {
	width:100%;
	height:140px;
	padding:0 20px;
	display:flex;
	justify-content:center;
	flex-direction:column;
	background:rgba(0,160,223,0.9);
	background:#00A0E9\9;
	filter:alpha(opacity=90);
	color:#fff;
	position:relative;
	top:70px;
}
.banner_img .banner_con dt {
	font-size:30px;
}
.banner_img .banner_con dd {
	display:flex;
	font-size:16px;
	margin-top:5px;
	flex-direction:column;
}
.banner_img .banner_con dd a {
	color:#fff;
}
.pro_form {
	position:absolute;
	width:600px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:1000;
}
.pro_form .am-form-group {
	width:600px;
	display:flex;
	justify-content:space-between;
}
.pro_form .am-form-group .am-dropdown {
	width:calc(100% - 130px);
}
.pro_form .am-form-group .am-form-field {
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 20px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:none;
}
.pro_form .am-form-group .ksubmit {
	width:130px;
	height:50px;
	line-height:50px;
	padding:0;
	text-align:center;
	background-color:#00a0e9;
	color:#FFFFFF;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:18px;
}
.pro_form .am-dropdown-content {
	width:100%;
	font-size:14px;
}
.pro_form .am-dropdown-content .am-dropdown-header {
	border-bottom:#f2f2f2 solid 1px;
	font-size:15px;
	margin-bottom:5px;
}
.pro_new_warp {
	padding-bottom:90px;
	background:rgba(247,248,250,1);
}
.pro_new_nav {
	height:50px;
	text-align:center;
	background-color:#fff;
}
.pro_new_nav a {
	display:inline-block;
	line-height:50px;
	padding:0 65px;
	font-weight:400;
	font-size:16px;
}
.pro_new_nav a.on {
	background:rgba(247,248,250,1);
	color:#00a0e9;
}
.pro_new_iteam {
	padding:40px 0;
}
.pro_new_iteam .name {
	font-weight:400;
	text-align:center;
	font-size:35px;
	text-transform:uppercase;
}
.pro_new_iteam .des {
	font-weight:500;
	font-size:14px;
	margin-top:15px;
}
.pro_new_list {
	margin:20px -10px 0;
}
.pro_new_list.last {
	margin-top:0;
}
.pro_new_list li {
	padding:0 10px;
	margin-top:30px;
}
.pro_new_list li a {
	display:block;
	padding:0 20px 20px;
	background-color:#fff;
	position:relative;
	transition:all 300ms ease;
}
.pro_new_list li a:hover {
	transform:translateY(-10px);
}
.pro_new_list li .img {
	background:#fff;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.pro_new_list li .img:after {
	display:block;
	content:'';
	padding-bottom:107.143%;
}
.pro_new_list li .des strong {
	display:block;
	font-size:18px;
	font-weight:600;
	color:rgba(27,33,37,1);
	line-height:36px;
}
.pro_new_list li .des span {
	display:block;
	font-size:12px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	min-height:80px;
}
.pro_new_list li .des em {
	display:block;
	text-align:right;
	font-style:normal;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:22px;
	margin-top:10px;
	color:#00a0e9;
	font-size:12px;
}
.pro_new_list li .title {
	display:flex;
	align-items:center;
	height:50px;
	line-height:22px;
	font-size:16px;
	justify-content:center;
	margin-top:10px;
}
.pro_new_list li a .hot {
	font-size:14px;
	background-color:#d60000;
	color:#fff;
	padding:0px 10px;
	position:absolute;
	left:0;
	top:0;
}
.pro_new_list li a:hover,.pro_new_list li a.bg {
	box-shadow:0px 12px 25px 0px rgba(222,230,251,1);
	border-radius:4px
}
.pro_new_list li a:hover .des em {
	color:#00a0e9;
}
.pro_fl_name {
	background:#fff;
	-webkit-box-shadow:0 4px 15px rgba(0,0,0,.1);
	box-shadow:0 4px 15px rgba(0,0,0,.1);
	border-radius:7px 7px 0 0;
	border-bottom:3px solid #00a0e9;
	font-size:18px;
	padding:1rem 2rem;
	margin-top:40px;
	font-weight:bold;
}
.pro_fl_select {
	margin-top:40px;
	padding:15px 30px;
	background-color:#fff;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);
	box-shadow:0 0 20px rgba(0,0,0,.1);
	border-radius:8px;
}
.pro_fl_select dd {
	display:flex;
	font-size:14px;
	justify-content:space-between;
	margin:15px 0;
}
.pro_fl_select dd span {
	font-size:15px;
	line-height:30px;
	width:120px;
	background-color:#00a0e9;
	color:#fff;
	border-radius:8px;
	text-align:center;
}
.pro_fl_select dd ul {
	width:calc(100% - 120px);
	display:flex;
}
.pro_fl_select dd ul li {
	line-height:30px;
	margin-left:30px;
	cursor:pointer;
}
.pro_fl_select dd ul li:before {
	margin-right:5px;
}
.pro_fl_select dd ul li:hover,.pro_fl_select dd ul li.on {
	color:#00a0e9;
}
.pro_fl_con_select {
	display:none;
}
.product_page .am-tab-panel {
	margin-top:30px;
	font-size:18px;
}
.product_page .am-tab-panel p {
	font-size:18px;
}
.pro_des .text {
	width:575px;
	float:left;
}
.pro_des .title {
	font-size:33px;
}
.pro_des .title:after {
	display:block;
	content:'';
	width:120px;
	height:1px;
	background-color:#00a0e9;
	margin-top:20px;
}
.pro_des .des {
	font-size:18px;
	margin-top:20px;
	text-align:justify;
	text-justify:newspaper;
}
.pro_des .des p {
	font-size:18px;
}
.pro_des .des .order_btn {
	display:block;
	width:240px;
	height:70px;
	line-height:70px;
	text-align:center;
	background-color:#00a0e9;
	color:#fff;
	font-size:24px;
	margin-top:50px;
}
.pro_des .des .order_btn:hover {
	-webkit-box-shadow:inset 0 0 40px rgba(0,0,0,.3);
	box-shadow:inset 0 0 40px rgba(0,0,0,.3);
}
.pro_imgs {
	margin:-80px 0 0 0;
	box-shadow:none;
	width:575px;
	float:right;
	border-radius:0;
}
.pro_imgs .am-slides li img {
	display:block;
	width:575px;
	height:575px;
	margin:0 auto;
}
.pro_imgs .am-control-nav {
	bottom:10px;
	z-index:10;
}
.pro_imgs .am-control-nav li {
	margin:0 5px;
}
.pro_imgs .am-control-nav li a {
	width:8px;
	height:8px;
	background:rgba(0,0,0,0.5);
	background:#000\5;
	filter:alpha(opacity=50);
	box-shadow:none;
	border-radius:50%;
	z-index:3;
}
.pro_imgs .am-control-nav li a.am-active,.pro_imgs .am-control-nav li a:hover {
	background-color:#00a0e9
}
.pro_des_iteam {
	margin-top:0px;
}
.pro_des_iteam dl {
	width:calc(50% - 20px);
	float:left;
	text-align:right;
	margin-top:40px;
}
.pro_des_iteam dl.dl_r {
	float:right;
	text-align:left;
}
.pro_des_iteam dl dt {
	font-size:30px;
	color:#000000;
	position:relative;
	padding-right:40px;
}
.pro_des_iteam dl.dl_r dt {
	padding-left:40px;
	padding-right:0px;
}
.pro_des_iteam dl dt i {
	color:#d2d2d2;
	display:block;
	margin:0px;
	position:absolute;
	top:0;
	right:0;
}
.pro_des_iteam dl.dl_r dt i {
	float:left;
	margin:0;
	left:0;
	right:inherit;
}
.pro_des_iteam dl dd {
	font-size:18px;
	margin-top:18px;
	padding-right:45px;
	color:#000;
}
.pro_des_iteam dl.dl_r dd {
	padding:0 0 0 45px;
}
.pro_des_iteam dl dd p {
	color:#666666;
}
.pro_down.am-table {
	border:none;
}
.pro_down.am-table tr td {
	padding:15px 20px;
	border:none;
}
.pro_down.am-table tr td i {
	margin-right:10px;
}
.pro_video iframe,.pro_des_video iframe {
	display:block;
	margin:50px auto 0;
	background:#000;
}
.about_warp {
	padding:20px 0 140px;
}
.about_company {
	font-size:24px;
}
.about_company p {
	font-size:24px;
}
.about_title {
	font-size:40px;
}
.about_title:after {
	display:block;
	content:'';
	width:120px;
	height:1px;
	background-color:#00a0e9;
	margin:15px 0 0;
}
.about_company .am-paragraph-default {
	margin-top:25px;
	text-align:justify;
	text-justify:newspaper
}
.about_company_text {
	width:48%;
	float:left;
	margin-top:110px;
}
.about_company_text_list {
	font-size:24px;
	margin-top:15px;
	position:relative;
	padding-left:40px;
}
.about_company_text_list i {
	position:absolute;
	left:0;
	top:0;
	color:#d2d2d2;
}
.about_company_img {
	width:48%;
	float:right;
	margin-top:130px;
}
.about_company_img img {
	display:block;
	width:100%;
}
.about_company.last .about_company_text {
	float:right;
}
.about_company.last .about_company_img {
	float:left;
}
.about_history {
	margin-top:70px;
}
.history_date,.history_text {
	margin:30px 0 0 0;
	border-radius:0;
	box-shadow:none;
	position:relative;
}
.history_date:before {
	display:block;
	content:'';
	width:100%;
	height:1px;
	background-color:#00a0e9;
	position:absolute;
	left:0;
	top:calc(50% + 30px);
	z-index:0;
}
.history_date .am-slides li {
	text-align:center;
}
.history_date .am-slides li a:after {
	display:block;
	content:'';
	width:16px;
	height:16px;
	border:#B5B5B5 solid 3px;
	background-color:#fff;
	margin:10px auto 0;
	border-radius:50%;
}
.history_date .am-slides li a span {
	display:inline-block;
	font-size:30px;
}
.history_date .am-slides li.am-active-slide a:after {
	background:#00A0E9;
	border:#00A0E9 solid 3px;
}
.history_date .am-slides li.am-active-slide a span {
	color:#00A0E9;
}
.history_date .am-direction-nav a {
	width:20px;
	height:20px;
	line-height:20px;
	background:#B5B5B5;
	border-radius:50%;
	margin:-10px 0 0 0;
	z-index:2;
	opacity:1!important;
	cursor:pointer!important;
}
.history_date .am-direction-nav a:hover {
	background-color:#00A0E9;
}
.history_date .am-direction-nav a:before {
	font-family:"FontAwesome";
	opacity:1;
	width:20px;
	height:20px;
	line-height:20px!important;
	font-size:16px!important;
	content:"\f104";
	color:#FFF;
}
.history_date .am-direction-nav a.am-next:before {
	font-family:"FontAwesome";
	content:"\f105";
}
.history_date .am-direction-nav .am-prev {
	left:-8px;
	top:calc(50% + 30px)
}
.history_date .am-direction-nav .am-next {
	right:-8px;
	top:calc(50% + 30px)
}
.history_date .am-direction-nav a.am-disabled {
	opacity:1!important;
}
.history_text {
	font-size:24px;
}
.history_text p {
	font-size:24px;
}
.video_company video {
	width:100%!important;
	height:auto!important;
	margin-top:70px;
}
.news_warp {
	padding:20px 0 160px;
}
.news_page_left {
	width:calc(100% - 280px);
	float:right;
}
.news_page_right {
	width:240px;
	float:left;
}
.news_page_sort {
	margin-top:20px;
}
.news_page_sort dt {
	background-color:#00A0E9;
	color:#fff;
	padding:8px 20px;
	font-size:18px;
	position:relative;
}
.news_page_sort dt:before {
	display:block;
	content:'';
	width:1px;
	height:16px;
	position:absolute;
	left:12px;
	top:50%;
	margin-top:-8px;
	background-color:#fff;
}
.news_page_sort dd {
	padding:10px 15px;
	background-color:#f2f2f2;
}
.news_page_sort dd a {
	display:block;
	padding:8px 0;
}
.news_page_sort dd a:before {
	font-family:"FontAwesome";
	display:block;
	content:'\f105';
	float:right;
}
.news_page_sort dd a.on {
	color:#00A0E9
}
.news_nav {
	text-align:center;
}
.news_nav a {
	display:inline-block;
	line-height:50px;
	font-size:16px;
	margin:0 35px;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
}
.news_nav a.on {
	color:#00a0e9;
}
.news_list {
	margin-top:20px;
}
.news_list dl {
	width:calc(50% - 20px);
	float:left;
	background-color:#f2f2f2;
	margin-bottom:40px;
}
.news_list dl:nth-of-type(even) {
	float:right;
}
.news_list dt {
	width:180px;
	height:180px;
	float:left;
}
.news_list dt img {
	display:block;
	width:100%;
}
.news_list dd {
	width:calc(100% - 200px);
	height:180px;
	float:right;
}
.news_list dd a {
	display:block;
	height:100%;
	padding:15px 25px 15px 0;
	position:relative;
}
.news_list dd .time {
	margin-bottom:8px;
	font-size:11px;
	color:#999;
}
.news_list dd strong {
	display:block;
	font-size:18px;
	line-height:22px;
	margin-top:8px;
	margin-bottom:8px;
	max-height:44px;
	overflow:hidden;
	font-weight:normal;
}
.news_list dd .des {
	margin-top:8px;
	font-size:12px;
	color:#666;
}
.news_list dd .more {
	display:block;
	color:#00a0e9;
	font-weight:bold;
	position:absolute;
	display:inline-block;
	left:0px;
	bottom:15px;
	font-size:15px;
}
.news_page_title {
	font-size:22px;
	line-height:32px;
	color:#333;
	margin-top:20px;
	padding:0;
	text-align:center;
}
.news_page_title_1 {
	text-align:center;
	font-size:14px;
	color:#999;
	height:42px;
	line-height:36px;
	padding-bottom:5px;
	border-bottom:#eee solid 1px;
	margin-top:15px;
	margin-bottom:20px;
	overflow:hidden;
}
.news_page_title_1 a {
	color:#999;
}
.news_page_title_1 a:hover {
	color:#00a0e9;
}
.news_page_title_1 span {
	display:inline-block;
	margin:0 20px;
}
.news_page_title_1 span:before {
	margin-right:8px;
}
.news_page_title_1 span em {
	font-style:normal;
}
.news_wapper_c,.news_wapper_c p {
	font-size:16px;
}
.news_wapper_c .am-paragraph {
	text-align:justify;
}
.jm_case_article_share {
	text-align:center;
	margin-top:30px;
}
.jm_case_article_share dt {
	font-family:'Oswald',Arial,sans-serif;
	color:#333;
	font-size:20px;
	margin-bottom:10px;
}
.jm_case_article_share dd a {
	background:none!important;
	padding-left:0!important;
	display:inline-block;
	float:none!important;
	font-size:16px!important;
	width:36px;
	height:36px;
	line-height:36px;
	margin:0 6px 0 0!important;
	border-radius:50%;
	text-align:center;
	background-color:#999999!important;
	color:#fff!important;
	transition:all 300ms ease-in-out 0s;
}
.jm_case_article_share dd a.bds_fbook {
	background-color:#3a5898!important
}
.jm_case_article_share dd a.bds_twi {
	background-color:#00acee!important
}
.jm_case_article_share dd a.bds_linkedin {
	background-color:#007bb6!important
}
.jm_case_article_share dd a:hover {
	background-color:#00a0e9!important;
	transition:all 300ms ease-in-out 0s;
}
.news_rel.am-list {
	margin-top:10px;
	padding:0 10px;
	font-size:15px;
}
.news_rel.am-list li {
	border:none;
	border-bottom:1px solid #dedede;
	margin-bottom:0;
}
.news_rel.am-list li a {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_rel.am-list li span {
	float:right;
	font-size:14px;
	padding-left:10px;
}
.partners_name {
	text-align:center;
	color:#00a0e9;
	font-size:46px;
	font-weight:bold;
	letter-spacing:1px;
	position:relative;
	padding:5% 0;
}
.partners_name:after {
	display:block;
	content:'';
	width:80px;
	height:1px;
	margin:6px auto 0;
	background-color:#00a0e9;
}
.partners_list {
	margin-left:-36px;
	margin-right:-36px;
	margin-top:20px;
}
.partners_list li {
	padding:0 36px;
	margin-bottom:36px;
}
.partners_list li a {
	display:block;
	border:#dedede solid 1px;
	padding:8px;
	background-color:#FFFFFF;
}
.partners_list li img {
	display:block;
	width:100%;
}
.partners_list li a:hover {
	border:#00a0e9 solid 1px;
}
.down_list {
	margin:0;
}
.down_list .am-nav-tabs {
	border:none;
	margin:0px;
	text-align:center;
}
.down_list .am-nav-tabs li {
	float:none;
	display:inline-block;
	font-size:16px;
	margin:0 35px;
	padding:0;
	white-space:nowrap;
	overflow:hidden;
}
.down_list .am-nav-tabs li a {
	display:block;
	line-height:50px;
	padding:0;
	margin:0;
	border:none!important;
	background:none!important;
}
.down_list .am-nav-tabs li.am-active a {
	color:#00a0e9;
}
.down_list .am-tabs-bd {
	border:none;
	padding:0;
}
.down_list .am-tabs-bd .am-tab-panel {
	padding:30px 0 0;
}
.down_list table,.down_list table tr td {
	border:none;
}
.down_list table tr td {
	padding-top:20px;
	padding-bottom:20px;
}
.down_list table tr td.am-text-center {
	white-space:nowrap;
}
.faq_list {
	margin:10px 0 0 0;
}
.faq_list .am-accordion-title {
	padding:20px;
	font-size:16px;
	color:#333;
	font-weight:bold;
}
.faq_list .am-active .am-accordion-title {
	background-color:#00a0e9;
	color:#fff;
}
.faq_list .am-accordion-content {
	padding:15px 20px;
	font-size:14px;
}
.faq_list .am-accordion-content p,.faq_list .am-accordion-content p a {
	color:#666;
	font-size:14px;
}
.solutions_list {
	margin-left:-20px;
	margin-right:-20px;
	margin-top:20px;
}
.solutions_list li {
	padding:0 20px;
	margin-bottom:40px;
}
.solutions_list li a {
	display:block;
	position:relative;
}
.solutions_list li a.last {
	position:absolute;
	right:30px;
	top:10px;
	font-size:30px;
	color:#fff
}
.solutions_list li em {
	display:block;
	position:relative;
	overflow:hidden;
	font-style:normal
}
.solutions_list li span {
	display:block;
	position:absolute;
	right:10px;
	top:10px;
	color:#333;
	font-size:18px;
}
.solutions_list li span:hover {
	color:#00a0e9;
}
.solutions_list li strong {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:30px;
	white-space:nowrap;
}
.solutions_list li strong:after {
	display:block;
	content:'';
	width:50px;
	height:2px;
	background:#fff;
	margin-top:10px;
}
.solutions_list li img {
	display:block;
	width:100%;
	height:auto;
	transition:all 0.35s;
	-webkit-transition:all 0.35s;
	-ms-transition:all 0.35s;
}
.solutions_list li:hover img {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
}
.solutions_imgs img {
	display:block;
	width:100%;
	margin:0 auto;
}
.video_list {
	margin-left:-20px;
	margin-right:-20px;
	margin-top:20px;
}
.video_list li {
	padding:0 20px;
	margin-bottom:40px;
}
.video_list li a {
	display:block;
	position:relative;
}
.video_list li img {
	display:block;
	width:100%;
	height:auto;
}
.video_list li a .am-icon-play-circle-o {
	display:block;
	width:100%;
	text-align:center;
	height:80px;
	line-height:80px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-40px;
	font-size:80px;
	color:#FFFFFF;
}
.map {
	height:450px;
	background-color:#dedede;
	margin-top:30px;
}
.map_text {
	line-height:24px;
	max-width:360px;
	font-size:14px;
	color:#3e3e3e
}
.map_text strong {
	display:block;
	margin-bottom:5px;
	font-size:16px;
	color:#000;
}
.contact_left {
	width:60%;
	float:left;
	margin-top:90px;
}
.con_title {
	padding-bottom:20px;
	position:relative;
	font-size:30px;
	line-height:100%;
	text-transform:uppercase;
}
.con_title:after {
	display:block;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:80px;
	height:2px;
	background-color:#2a2a2a;
}
.contact_detail {
	font-size:15px;
	margin-top:15px;
}
.contact_detail iframe {
	position:relative;
	top:-15px;
}
.contact_detail p {
	font-size:15px;
}
.contact_detail_title {
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
	position:relative;
	font-size:18px;
	color:#00a0e9;
}
.contact_detail_title:after {
	display:block;
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	width:80px;
	height:2px;
	background-color:#00a0e9;
}
.contact_detail_title a {
	color:#00a0e9;
}
.contact_detail_list {
	display:flex;
	margin-top:27px;
	padding-bottom:27px;
	align-items:center;
	border-bottom:#dedede solid 1px;
}
.contact_detail_list dt {
	width:120px;
}
.contact_detail_list dt img {
	display:block;
	width:100%;
	margin:0 auto;
}
.contact_detail_list dd {
	width:calc(100% - 120px);
	padding-left:20px;
}
.contact_right {
	width:36%;
	float:right;
	margin-top:90px;
}
.feedback_add {
	margin-top:35px;
}
.feedback_add .am-input-group {
	width:100%;
	margin:0 0 20px;
	position:relative;
}
.feedback_add .am-input-group em {
	display:block;
	position:absolute;
	right:10px;
	top:0;
	line-height:38px;
	font-size:12px;
	color:#ff0000;
	z-index:99;
}
.feedback_add input.am-form-field,.feedback_add select {
	width:100%;
	font-size:14px;
	border:#dedede solid 1px;
	height:38px;
	line-height:38px;
	padding-top:0;
	padding-bottom:0;
	color:#999;
}
.feedback_add textarea {
	border:#dedede solid 1px;
	width:100%;
	height:150px;
	padding:8px 10px;
	font-size:14px;
}
.feedback_add .k_submits {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	background-color:#00a0e9;
	cursor:pointer;
	border:none;
	font-size:16px;
	margin-top:20px;
}
.feedback_add .k_submits:hover {
	-webkit-box-shadow:inset 0 0 40px rgba(0,0,0,.3);
	box-shadow:inset 0 0 40px rgba(0,0,0,.3);
}
.bike_1 {
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bike_1 img {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:100%;
}
.bike_1 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.bike_1 .text .am-vertical-align-middle {
	width:100%;
}
.bike_1 .text .des {
	width:660px;
	float:right;
	background:rgba(0,160,223,.7);
	color:#fff;
	padding:20px;
}
.bike_1 .text .des .title_1 {
	font-size:25px;
}
.bike_1 .text .des .title_2 {
	font-size:40px;
	margin-bottom:20px;
}
.bike_1 .text .des .title_2:after {
	display:block;
	content:'';
	width:300px;
	height:1px;
	background-color:#fff;
	margin-top:5px;
}
.bike_1 .text .des p {
	margin-bottom:20px;
	font-weight:300;
}
.bike_2 {
	padding:170px 0;
}
.bike_2 .web_w {
	border-bottom:#8a8c89 solid 1px;
	padding-bottom:35px;
}
.bike_2 .title_1 {
	font-size:36px;
	margin-bottom:20px;
	color:#00A0E9;
}
.bike_2 .title_1:after {
	display:block;
	content:'';
	width:230px;
	height:1px;
	background-color:#00A0E9;
	margin-top:5px;
}
.bike_2 .text {
	margin-bottom:20px;
	font-size:20px;
}
.bike_2 .text p {
	margin-bottom:15px;
	color:#3e3e3e
}
.bike_2 ul {
	margin:0 -57px;
}
.bike_2 ul li {
	padding:0 57px;
	margin-top:40px;
}
.bike_2 ul li img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.bike_3 {
	background-color:#f7f8f8;
	padding:170px 0;
}
.bike_3 .title_1 {
	font-size:36px;
	margin-bottom:20px;
	color:#00A0E9;
}
.bike_3 .title_1:after {
	display:block;
	content:'';
	width:230px;
	height:1px;
	background-color:#00A0E9;
	margin-top:5px;
}
.bike_3 .text {
	margin-bottom:20px;
	font-size:20px;
}
.bike_3 .text p {
	margin-bottom:15px;
	color:#3e3e3e
}
.bike_3 ul {
	margin:0 -57px;
}
.bike_3 ul li {
	padding:0 57px;
	margin-top:40px;
	text-align:center;
	font-size:26px;
	font-weight:300;
}
.bike_3 ul li img {
	display:block;
	margin:0 auto 10px;
	max-width:100%;
}
.bike_4 {
	position:relative;
}
.bike_4 .bg_img {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:100%;
}
.bike_4 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.bike_4 .text .am-vertical-align-middle {
	width:100%;
}
.bike_4 .text .des .title {
	font-size:58px;
	text-align:center;
}
.bike_4 .text .des img {
	display:block;
	margin:50px auto 0;
	width:31.25%;
	max-width:100%;
}
.bike_5 {
	padding:140px 0;
}
.bike_5 .text {
	margin-bottom:60px;
}
.bike_5 .text:last-of-type {
	margin-bottom:0;
}
.bike_5 .text .title {
	font-size:36px;
	margin-bottom:20px;
}
.bike_5 .text p {
	margin-bottom:15px;
	font-size:20px;
	color:#3e3e3e;
	font-weight:300;
}
.bike_6 {
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.bike_6 .bg_img {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:100%;
}
.bike_6 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.bike_6 .text .am-vertical-align-middle {
	width:100%;
}
.bike_6 .text .des {
	width:58%;
	background:rgba(0,160,223,.7);
	color:#fff;
	padding:20px 20px 20px 10%;
}
.bike_6 .text .des .title {
	display:inline-block;
	font-size:36px;
	text-align:center;
	border-bottom:#fff solid 1px;
	padding-bottom:20px;
	margin-bottom:20px;
	text-align:center;
}
.bike_6 .text .des p {
	font-size:20px;
	font-weight:300;
}
.bike_7 {
	padding:160px 0;
}
.bike_7 p {
	font-size:32px;
	color:#3e3e3e;
	margin-bottom:15px;
	font-weight:300
}
.bike_7 p:last-of-type {
	margin-bottom:0;
}
.ddc_1 {
	position:relative;
	height:530px;
	background-position:center center;
	background-repeat:no-repeat;
}
.ddc_1 img {
	display:block;
	width:100%;
	margin:0 auto;
	max-width:100%;
}
.ddc_1 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.ddc_1 .text .am-vertical-align-middle {
	width:100%;
}
.ddc_1 .text .des {
	width:100%;
	color:#fff;
	font-size:16px;
}
.ddc_1 .text .des .title {
	font-size:32px;
	font-weight:500;
	margin-bottom:15px;
}
.ddc_1 .text .des p {
	font-weight:400;
	font-size:16px;
}
.ddc_1 .text .more_btn {
	display:block;
	width:180px;
	height:51px;
	line-height:51px;
	background:#fff;
	border-radius:26px;
	font-size:18px;
	color:#00A0E9;
	text-align:center;
	margin-top:44px;
}
.ddc_2 {
	padding:90px 0;
}
.ddc_2 .title {
	text-align:center;
	height:64px;
	font-size:36px;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:64px;
	color:#00A0E9;
}
.ddc_2 .des {
	font-size:18px;
	font-weight:400;
	color:rgba(62,62,88,1);
	line-height:25px;
	text-align:center;
	margin:30px auto 0;
	color:rgba(62,62,88,1);
	max-width:950px;
}
.ddc_2 ul {
	margin:15px -15px 0;
	padding:0 36px;
}
.ddc_2 ul li {
	margin-top:40px;
	padding:0 15px;
	text-align:center;
}
.ddc_2 ul li img {
	display:block;
	width:100%;
}
.ddc_2 ul li span {
	display:block;
	font-weight:500;
	color:#3E3E58;
	margin-top:20px;
	font-size:16px;
}
.ddc_3 {
	padding:90px 0;
	background:#f7f8f8;
}
.ddc_3 .title {
	text-align:center;
	height:64px;
	font-size:36px;
	font-weight:500;
	color:#00A0E9;
	line-height:64px;
}
.ddc_3 img {
	width:100%;
	max-width:1170px;
	display:block;
	margin:30px auto 0;
}
.ddc_4 {
	padding:90px 0;
}
.ddc_4.last {
	background:#f7f8f8;
}
.ddc_4 .title {
	text-align:center;
	height:64px;
	font-size:36px;
	font-weight:500;
	color:#00A0E9;
	line-height:64px;
}
.ddc_4 .am-tabs {
	width:980px;
	margin:50px auto 0;
}
.ddc_4 .am-nav-tabs {
	border:none;
	text-align:center;
	margin:0;
	border-bottom:#EEEEEE solid 1px;
}
.ddc_4 .am-nav-tabs li {
	font-size:16px;
	margin:0;
	font-weight:500;
	float:none;
	display:inline-block;
	margin:0 57px;
}
.ddc_4.last .am-nav-tabs li {
	margin:0 95px;
}
.ddc_4 .am-nav-tabs li a {
	display:block;
	text-align:center;
	border:none!important;
	background:none!important;
	margin:0;
}
.ddc_4 .am-nav-tabs li a:before {
	display:block;
	content:'';
	width:60px;
	height:60px;
	margin:0 auto 10px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ddc_4 .am-nav-tabs li a span {
	display:block;
	color:#000;
	font-weight:500;
	font-size:18px;
	margin:0 auto;
	position:relative;
}
.ddc_4 .am-nav-tabs li.am-active a span,.ddc_4 .am-nav-tabs li a:hover span {
	color:#1890FF;
}
.ddc_4 .am-nav-tabs li.am-active a span:after {
	display:block;
	content:'';
	width:100px;
	height:3px;
	background-color:#1890FF;
	position:absolute;
	left:50%;
	margin-left:-50px;
	bottom:-9px;
}
.ddc_4 .am-nav-tabs li.first:nth-of-type(1) a:before {
	background-image:url(../ddc_pic_8.html);
}
.ddc_4 .am-nav-tabs li.first:nth-of-type(2) a:before {
	background-image:url(../ddc_pic_9.html);
}
.ddc_4 .am-nav-tabs li.first:nth-of-type(3) a:before {
	background-image:url(../ddc_pic_10.html);
}
.ddc_4 .am-nav-tabs li.first.am-active:nth-of-type(1) a:before {
	background-image:url(../ddc_pic_8_on.html);
}
.ddc_4 .am-nav-tabs li.first.am-active:nth-of-type(2) a:before {
	background-image:url(../ddc_pic_9_on.html);
}
.ddc_4 .am-nav-tabs li.first.am-active:nth-of-type(3) a:before {
	background-image:url(../ddc_pic_10_on.html);
}
.ddc_4 .am-nav-tabs li.last:nth-of-type(1) a:before {
	background-image:url(../ddc_pic_40.html);
}
.ddc_4 .am-nav-tabs li.last:nth-of-type(2) a:before {
	background-image:url(../ddc_pic_41.html);
}
.ddc_4 .am-nav-tabs li.last:nth-of-type(3) a:before {
	background-image:url(../ddc_pic_42.html);
}
.ddc_4 .am-nav-tabs li.last.am-active:nth-of-type(1) a:before {
	background-image:url(../ddc_pic_40_on.html);
}
.ddc_4 .am-nav-tabs li.last.am-active:nth-of-type(2) a:before {
	background-image:url(../ddc_pic_41_on.html);
}
.ddc_4 .am-nav-tabs li.last.am-active:nth-of-type(3) a:before {
	background-image:url(../ddc_pic_42_on.html);
}
.ddc_4 .am-tabs-bd {
	padding:0;
	margin:0;
	border:none;
}
.ddc_4 .am-tabs-bd .am-tab-panel {
	padding:0;
}
.ddc_4 .am-tabs-bd .am-tab-panel .note {
	margin-top:40px;
	font-size:14px;
	text-align:center;
	color:#999;
}
.ddc_4_1 {
	margin:47px -8px 0
}
.ddc_4_1 li {
	padding:0 8px;
}
.ddc_4_1 li a {
	display:block;
	background:#FAFBFD;
	padding:30px 0 15px 0;
}
.ddc_4_1 li a img {
	display:block;
	width:100%;
	max-width:100%;
	margin:0 auto;
}
.ddc_4_1 li a span {
	display:block;
	text-align:center;
	color:#5B5B5B;
	font-weight:400;
	font-size:16px;
	text-decoration:underline;
	color:#1890FF;
}
.ddc_4_2 {
	margin:7px -4px 0
}
.ddc_4_2 li {
	padding:0 4px;
	margin-top:30px;
}
.ddc_4_2 li img {
	display:inline-block;
	width:52px;
	height:52px;
	vertical-align:middle;
}
.ddc_4_2 li span {
	display:inline-block;
	color:#000000;
	font-weight:400;
	vertical-align:middle;
	margin-left:8px;
	font-size:16px;
}
.ddc_4_3 {
	display:block;
	width:100%;
	max-width:772px;
	margin:50px auto 10px;
}
.ddc_4_4 {
	margin:87px -25px 0
}
.ddc_4_4 li {
	padding:0 25px;
	margin-top:30px;
}
.ddc_4_4 li img {
	display:block;
	width:100px;
	height:100px;
	margin:0 auto;
}
.ddc_4_4 li span {
	display:block;
	color:#000000;
	font-weight:400;
	text-align:center;
	font-size:16px;
}
.ddc_4_5 {
	padding:0 105px;
}
.ddc_5 {
	padding:60px 0;
}
.ddc_5 .title {
	text-align:center;
	height:64px;
	font-size:36px;
	font-weight:500;
	color:#00A0E9;
	line-height:64px;
}
.ddc_5 ul {
	margin:120px -5px 0;
	padding:0 83px;
}
.ddc_5 ul li {
	padding:0 5px;
	text-align:center;
}
.ddc_5 ul li img {
	display:block;
	width:100px;
	height:100px;
	margin:0 auto;
}
.ddc_5 ul li span {
	display:block;
	font-size:14px;
	font-weight:400;
	color:#000000;
	margin-top:20px;
}
.ddc_6 {
	padding:20px 0 100px;
}
.ddc_6 .title {
	text-align:center;
	height:64px;
	font-size:36px;
	font-weight:500;
	color:#00A0E9;
	line-height:64px;
}
.ddc_6 ul {
	margin:64px -6px 0;
	padding:0 83px;
}
.ddc_6 ul li {
	padding:0 6px;
	text-align:center;
}
.ddc_6 ul li img {
	display:block;
	width:100%;
	margin:0 auto;
}
.ddc_6 ul li span {
	display:block;
	font-size:16px;
	font-weight:400;
	color:#000000;
	margin-top:20px;
}
.jm_af_1 {
	position:relative;
	height:650px;
	background-position:center center;
	background-repeat:no-repeat;
}
.jm_af_1 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.jm_af_1 .text .am-vertical-align-middle {
	width:100%;
}
.jm_af_1 .text .des {
	max-width:820px;
	color:#fff;
	font-size:16px;
}
.jm_af_1 .text .des .title {
	font-size:36px;
	font-weight:500;
	line-height:64px;
	margin-bottom:8px;
}
.jm_af_1 .text .des p {
	font-weight:400;
	font-size:16px;
	line-height:32px;
}
.jm_af_1 .text .more_btn {
	display:block;
	width:180px;
	height:51px;
	line-height:51px;
	background:#00A0E9;
	border-radius:26px;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:44px;
}
.jm_af_2 {
	padding:100px 0!important;
}
.jm_af_title {
	text-align:center;
}
.jm_af_title .title {
	font-size:36px;
	line-height:64px;
	font-weight:500;
	color:#00A0E9;
}
.jm_af_title .des {
	font-size:18px;
	font-weight:400;
	color:rgba(62,62,88,1);
	line-height:25px;
	margin-top:26px;
}
.jm_af_2 dd img {
	display:block;
	margin:150px auto 0;
	max-width:100%;
}
.jm_af_3 {
	padding:0 0 100px!important;
	background:rgba(250,251,253,1);
}
.jm_af_3 dd {
	margin-top:50px!important;
}
.jm_af_3 dd ul {
	margin:0 -10px;
}
.jm_af_3 dd ul li {
	padding:0 10px;
}
.jm_af_3 dd ul li a {
	display:block;
	background-color:#fff;
	box-shadow:0px 12px 25px 0px rgba(222,230,251,0.5);
	padding:63px 24px 30px;
}
.jm_af_3 dd ul li .img {
	padding:0 23px;
}
.jm_af_3 dd ul li .img img {
	display:block;
	width:100%;
}
.jm_af_3 dd ul li .title {
	font-size:25px;
	font-weight:600;
	color:rgba(27,33,37,1);
	line-height:36px;
	margin-top:40px;
}
.jm_af_3 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	margin-top:12px;
}
.jm_af_3 dd ul li .more {
	font-size:16px;
	font-weight:400;
	color:rgba(0,143,251,1);
	line-height:22px;
	margin-top:18px;
	text-align:right;
}
.jm_af_3 dd ul li .more i {
	margin-left:10px;
}
.jm_af_3 dd ul li a:hover {
	box-shadow:0px 12px 25px 0px rgba(222,230,251,1);
}
.jm_af_4 {
	padding:20px 0 100px!important;
}
.jm_af_4 dd ul {
	margin:30px -10px 0;
}
.jm_af_4 dd ul li {
	padding:0 10px;
	margin-top:50px;
}
.jm_af_4 dd ul li .text {
	padding:0 20px 49px;
}
.jm_af_4 dd ul li img {
	display:block;
	height:115px;
}
.jm_af_4 dd ul li .title {
	font-size:18px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:25px;
	margin-top:25px;
}
.jm_af_4 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:10px;
}
.jm_af_5 {
	}.jm_af_5 dd {
	margin-top:75px!important;
}
.jm_af_5 .text_list {
	width:580px;
	float:left;
}
.jm_af_5 .text_list li {
	position:relative;
	cursor:pointer;
	padding:0 27px;
	transition:all .2s ease 0s;
	-webkit-transition:all .2s ease 0s;
	-moz-transition:all .2s ease 0s;
}
.jm_af_5 .text_list li.line:before {
	display:block;
	content:'';
	height:1px;
	margin:0 auto;
	background-color:#E0E2E5;
}
.jm_af_5 .text_list li .title {
	font-size:20px;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:70px;
}
.jm_af_5 .text_list li img {
	width:0;
	height:0;
	position:absolute;
	opacity:0;
	transition:all 300ms ease-in-out 0s;
	overflow:hidden;
}
.jm_af_5 .text_list li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:12px;
	display:none;
}
.jm_af_5 .text_list li.on {
	background:rgba(242,244,248,1);
	border-radius:10px;
	padding:40px 20px 40px 120px;
}
.jm_af_5 .text_list li.on:before {
	display:none;
}
.jm_af_5 .text_list li.on .title {
	line-height:28px;
}
.jm_af_5 .text_list li.on img {
	width:100px;
	height:100px;
	display:block;
	left:15px;
	top:50%;
	margin-top:-50px;
	opacity:1;
}
.jm_af_5 .text_list li.on .des {
	display:block;
}
.jm_af_5 .imgs_list_w {
	width:560px;
	height:500px;
	float:right;
	position:relative;
}
.jm_af_5 .imgs_list {
	height:100%;
	transform:rotate(90deg) translateY(0) translateX(-25%);
}
.jm_af_5 .imgs_list ul {
	width:100%;
	height:100%;
}
.jm_af_5 .imgs_list li {
	height:100%;
	width:100%;
	transition:all 0.5s;
	cursor:default;
	-moz-transition:all 0.5s;
	cursor:default;
	-webkit-transition:all 0.5s;
	cursor:default;
	-o-transition:all 0.5s;
	cursor:default;
	transform:rotate(-90deg);
	overflow:hidden;
}
.jm_af_5 .imgs_list li img {
	display:block;
	width:100%;
}
.jm_af_6 {
	padding:100px 0!important;
}
.jm_af_6 dd ul {
	margin:0px -10px 0;
}
.jm_af_6 dd ul li {
	padding:0 10px;
	margin-top:40px;
}
.jm_af_6 dd ul li .text {
	padding:20px 40px 36px;
}
.jm_af_6 dd ul li img {
	display:block;
	height:100px;
}
.jm_af_6 dd ul li .title {
	font-size:20px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:28px;
	margin-top:12px;
}
.jm_af_6 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:15px;
}
.jm_af_7 {
	padding:0 0 100px!important;
}
.jm_af_7 dd ul {
	margin:80px -10px 0;
}
.jm_af_7 dd ul li {
	padding:0 10px;
	text-align:center;
}
.jm_af_7 dd ul li img {
	display:block;
	width:100%;
}
.jm_af_7 dd ul li .title {
	font-size:16px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:22px;
	margin-top:30px;
}
.jm_fleet_1 {
	position:relative;
	height:650px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
}
.jm_fleet_1 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
}
.jm_fleet_1 .text .am-vertical-align-middle {
	width:100%;
}
.jm_fleet_1 .text .des {
	max-width:820px;
	color:#fff;
	font-size:16px;
}
.jm_fleet_1 .text .des .title {
	font-size:40px;
	font-weight:600;
}
.jm_fleet_1 .text .des .title_1 {
	font-size:28px;
	font-weight:500;
	margin-bottom:20px;
}
.jm_fleet_1 .text .des p {
	font-weight:400;
	font-size:16px;
	line-height:32px;
}
.jm_fleet_1 .text .more_btn {
	display:block;
	width:180px;
	height:51px;
	line-height:51px;
	background:#00A0E9;
	border-radius:26px;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:44px;
}
.jm_fleet_video {
	width:100%;
	height:100%;
	position:absolute!important;
	left:0;
	top:0;
	z-index:10;
	background:#000;
	overflow:hidden;
}
.jm_fleet_video:after {
	display:block;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
.jm_fleet_video video {
	display:block;
	position:absolute;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:0.25s opacity ease-in-out;
	max-width:none;
	opacity:0;
	z-index:1;
}
.vidbg-container {
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	z-index:1;
}
.vidbg-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0
}
.jm_fleet_title {
	text-align:center;
}
.jm_fleet_title .title {
	font-size:36px;
	line-height:64px;
	font-weight:500;
	color:#00A0E9;
}
.jm_fleet_title .des {
	font-size:18px;
	font-weight:400;
	color:rgba(62,62,88,1);
	line-height:25px;
	margin-top:26px;
}
.jm_fleet_2 {
	padding:90px 0!important;
	background-color:#f7f8f8;
}
.jm_fleet_2 dd ul {
	margin:25px -35px 0;
}
.jm_fleet_2 dd ul li {
	padding:0 35px;
	margin-top:50px;
}
.jm_fleet_2 dd ul li .text {
	padding:19px 40px 0;
}
.jm_fleet_2 dd ul li img {
	display:block;
	height:100px;
}
.jm_fleet_2 dd ul li .title {
	font-size:20px;
	font-weight:500;
	color:#00A0E9;
	line-height:28px;
	margin-top:8px;
}
.jm_fleet_2 dd ul li .des {
	margin-top:15px;
}
.jm_fleet_3 {
	padding:90px 0;
}
.jm_fleet_3 img {
	display:block;
	width:100%;
	margin:130px auto 0;
	max-width:100%;
}
.slick-list,.slick-slider {
	position:relative;
	display:block
}
.slick-slider {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	-ms-touch-action:pan-y;
	touch-action:pan-y;
	-webkit-tap-highlight-color:transparent
}
.slick-list {
	overflow:hidden;
	margin:0;
	padding:0
}
.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus {
	outline:none
}
.slick-list.dragging {
	cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track {
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.slick-track {
	position:relative;
	left:0;
	top:0;
	display:block
}
.slick-track:after,.slick-track:before {
	content:"";
	display:table
}
.slick-track:after {
	clear:both
}
.slick-loading .slick-track {
	visibility:hidden
}
.slick-slide {
	float:left;
	height:100%;
	min-height:1px;
	display:none
}
[dir=rtl] .slick-slide {
	float:right
}
.slick-initialized .slick-slide,.slick-slide img {
	display:block
}
.slick-slide.slick-loading img {
	display:none
}
.slick-slide.dragging img {
	pointer-events:none
}
.slick-loading .slick-slide {
	visibility:hidden
}
.slick-vertical .slick-slide {
	display:block;
	height:auto;
	border:1px solid transparent
}
.slick-next,.slick-prev {
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:0 0;
	color:transparent;
	top:50%;
	margin-top:-10px;
	padding:0;
	border:none;
	outline:none
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
	outline:none;
	background:0 0;
	color:transparent
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before,.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
	opacity:1
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
	opacity:.25
}
.slick-next:before,.slick-prev:before {
	font-family:"FontAwesome";
	font-size:20px;
	line-height:1;
	color:#0e90d2;
	opacity:.75;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.slick-prev {
	left:-25px
}
[dir=rtl] .slick-prev {
	left:auto;
	right:-25px
}
.slick-prev:before {
	font-family:"FontAwesome";
	content:"\f137";
}
.slick-next:before,[dir=rtl] .slick-prev:before {
	font-family:"FontAwesome";
	content:"\f138"
}
.slick-next {
	right:-25px
}
[dir=rtl] .slick-next {
	left:-25px;
	right:auto
}
[dir=rtl] .slick-next:before {
	font-family:"FontAwesome";
	content:"\f137"
}
.slick-slider {
	margin-bottom:30px
}
.slick-dots {
	position:absolute;
	bottom:-45px;
	list-style:none;
	display:block;
	text-align:center;
	padding:0;
	width:100%
}
.slick-dots li {
	position:relative;
	display:inline-block;
	height:20px;
	width:20px;
	margin:0 5px;
	padding:0;
	cursor:pointer
}
.slick-dots li button {
	border:0;
	background:0 0;
	display:block;
	height:20px;
	width:20px;
	outline:none;
	line-height:0;
	font-size:0;
	color:transparent;
	padding:5px;
	cursor:pointer
}
.slick-dots li button:before {
	position:absolute;
	top:0;
	left:0;
	content:"•";
	width:20px;
	height:20px;
	font-size:32px;
	line-height:20px;
	text-align:center;
	color:#0e90d2;
	opacity:.25;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.slick-dots li.slick-active button:before {
	color:#0e90d2;
	opacity:.75
}
.jm_fleet_4 {
	padding:100px 0;
	background-color:#f7f8f8;
}
.jm_fleet_img_center {
	text-align:center;
	margin:90px 0 0 0;
}
.jm_fleet_img_center .slick-list {
	padding:30px 0!important;
}
.jm_fleet_img_center h3 {
	margin:0 30px;
	transition:all 300ms ease;
	font-weight:500;
}
.jm_fleet_img_center .img_iteam {
	position:relative;
	z-index:1;
	border-radius:4px;
	transition:all 300ms ease;
}
.jm_fleet_img_center .img_iteam img {
	display:block;
	width:100%;
	box-shadow:0px 15px 30px 0px rgba(105,135,164,0.2);
	border-radius:4px;
	cursor:pointer
}
.jm_fleet_img_center .img_iteam span {
	display:block;
	font-size:18px;
	color:rgba(0,0,0,1);
	text-align:center;
	margin-top:30px;
	font-weight:500;
}
.jm_fleet_img_center .img_iteam.slick-current {
	z-index:2;
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
	transition:all 300ms ease;
}
.jm_fleet_img_center .img_iteam.slick-current span {
	-moz-transform:scale(.65);
	-ms-transform:scale(.65);
	-o-transform:scale(.65);
	-webkit-transform:scale(.65);
	transform:scale(.75);
	margin-top:15px;
}
.jm_fleet_img_center .slick-arrow {
	width:50px;
	height:50px;
	margin:-55px 0 0;
	background-color:rgba(49,49,49,1);
	color:#fff;
	border-radius:50%;
	z-index:10;
}
.jm_fleet_img_center .slick-next {
	right:0;
	padding-right:15px;
	transform:translateX(25px);
}
.jm_fleet_img_center .slick-prev {
	left:0;
	padding-left:15px;
	transform:translateX(-25px);
}
.jm_fleet_img_center .slick-next:before {
	font-family:'FontAwesome';
	color:#fff;
	content:"\f104";
	font-size:20px!important;
	line-height:50px!important;
	height:50px;
	font-weight:100;
}
.jm_fleet_img_center .slick-prev:before {
	font-family:'FontAwesome';
	color:#fff;
	content:"\f105";
	font-size:20px!important;
	line-height:50px!important;
	height:50px;
	font-weight:100;
}
.jm_fleet_4 .more_btn {
	display:block;
	width:180px;
	height:51px;
	font-size:18px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:51px;
	background:#00A0E9;
	margin:60px auto 0;
	text-align:center;
	border-radius:26px;
}
.am-pureview-title {
	text-align:center;
}
.jm_fleet_5 {
	padding:100px 0!important;
}
.jm_fleet_5 dd ul {
	margin:90px -33px 0;
}
.jm_fleet_5 dd ul li {
	padding:0 33px;
}
.jm_fleet_5 dd ul li img {
	display:block;
	height:100px;
}
.jm_fleet_5 dd ul li .title {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
	line-height:25px;
	margin-top:8px;
}
.jm_fleet_5 dd ul li .des {
	margin-top:15px;
	font-size:14px;
}
.jm_fleet_6 {
	padding:100px 0!important;
	background-color:#f7f8f8;
}
.jm_fleet_6 dd {
	margin-top:50px!important;
}
.jm_fleet_6 dd ul {
	margin:0 -10px;
}
.jm_fleet_6 dd ul li {
	padding:0 10px;
}
.jm_fleet_6 dd ul li a {
	display:block;
	background-color:#fff;
	box-shadow:0px 12px 25px 0px rgba(222,230,251,0.5);
	padding:63px 24px 30px;
}
.jm_fleet_6 dd ul li .img {
	padding:0 23px;
}
.jm_fleet_6 dd ul li .img img {
	display:block;
	width:100%;
}
.jm_fleet_6 dd ul li .title {
	font-size:25px;
	font-weight:600;
	color:rgba(27,33,37,1);
	line-height:36px;
	margin-top:40px;
}
.jm_fleet_6 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	margin-top:12px;
}
.jm_fleet_6 dd ul li .more {
	font-size:16px;
	font-weight:400;
	color:rgba(0,143,251,1);
	line-height:22px;
	margin-top:18px;
	text-align:right;
}
.jm_fleet_6 dd ul li .more i {
	margin-left:10px;
}
.jm_fleet_6 dd ul li a:hover {
	box-shadow:0px 12px 25px 0px rgba(222,230,251,1);
}
.jm_fleet_6 .more_btn {
	display:block;
	width:180px;
	height:51px;
	font-size:18px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:51px;
	background:#00A0E9;
	margin:60px auto 0;
	text-align:center;
	border-radius:26px;
}
.jm_fleet_7 {
	padding:100px 0!important;
}
.jm_fleet_7 dd ul {
	margin:80px -10px 0;
}
.jm_fleet_7 dd ul li {
	padding:0 10px;
	text-align:center;
}
.jm_fleet_7 dd ul li img {
	display:block;
	width:100%;
}
.jm_fleet_7 dd ul li .title {
	font-size:16px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:22px;
	margin-top:30px;
}
.jm_dvr_1 {
	position:relative;
	height:650px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
}
.jm_dvr_1 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
}
.jm_dvr_1 .text .am-vertical-align-middle {
	width:100%;
}
.jm_dvr_1 .text .des {
	max-width:980px;
	color:#fff;
	font-size:16px;
}
.jm_dvr_1 .text .des .title {
	font-size:40px;
	font-weight:600;
}
.jm_dvr_1 .text .des .title_1 {
	font-size:28px;
	font-weight:500;
	margin-bottom:20px;
}
.jm_dvr_1 .text .des p {
	font-weight:400;
	font-size:16px;
	line-height:32px;
}
.jm_dvr_1 .text .more_btn {
	display:block;
	width:180px;
	height:51px;
	line-height:51px;
	background:#00A0E9;
	border-radius:26px;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:44px;
}
.jm_dvr_title {
	text-align:center;
}
.jm_dvr_title .title {
	font-size:36px;
	line-height:64px;
	font-weight:500;
	color:rgba(0,0,0,1);
}
.jm_dvr_title .des {
	font-size:18px;
	font-weight:400;
	color:rgba(62,62,88,1);
	line-height:25px;
	margin-top:26px;
}
.jm_dvr_2 {
	padding:100px 90px!important;
}
.jm_dvr_2 dd ul {
	margin:70px -20px 0;
}
.jm_dvr_2 dd ul li {
	padding:0 20px;
	margin-top:20px;
	text-align:center;
}
.jm_dvr_2 dd ul li img {
	display:block;
	margin:0 auto;
	height:80px;
}
.jm_dvr_2 dd ul li .title {
	font-size:22px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:30px;
	margin-top:28px;
}
.jm_dvr_2 dd ul li .des {
	margin-top:20px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:17px;
	font-size:12px;
}
.jm_dvr_3 {
	padding:100px 0;
	background:rgba(250,251,253,1);
}
.jm_dvr_3 img {
	display:block;
	width:100%;
	margin:50px auto 0;
	max-width:100%;
}
.jm_dvr_4 {
	padding:100px 0!important;
}
.jm_dvr_4 dd ul {
	margin:0 -7px;
}
.jm_dvr_4 dd ul li {
	padding:0 7px;
	text-align:center;
	margin-top:90px;
}
.jm_dvr_4 dd ul li img {
	display:block;
	height:100px;
	margin:0 auto;
}
.jm_dvr_4 dd ul li .title {
	font-size:14px;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:13px;
}
.jm_dvr_5 {
	padding:100px 0;
	background:rgba(250,251,253,1);
}
.jm_dvr_5 ul {
	margin:90px -8px
}
.jm_dvr_5 ul li {
	padding:0 8px;
}
.jm_dvr_5 ul li .text {
	background-color:#fff;
	padding:34px 38px 34px 162px;
	box-shadow:0px 12px 25px 0px rgba(222,230,251,0.5);
	border-radius:4px;
	position:relative;
}
.jm_dvr_5 ul li .text:hover {
	box-shadow:0px 12px 25px 0px rgba(222,230,251,1);
}
.jm_dvr_5 ul li .text .img {
	display:block;
	height:80px;
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-30px;
}
.jm_dvr_5 ul li .text .title {
	font-size:36px;
	font-weight:600;
	color:rgba(0,0,0,1);
}
.jm_dvr_5 ul li .text .title em {
	display:inline-block;
	width:13px;
	height:17px;
	background:url(../jm_dvr_ico_17.html) center center no-repeat;
	margin-left:8px;
}
.jm_dvr_5 ul li .text .title em.up {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
.jm_dvr_5 ul li .text .des {
	font-size:16px;
	min-height:66px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:22px;
	margin-top:7px;
}
.jm_dvr_6 {
	padding:100px 0 60px!important;
}
.jm_dvr_6 dd {
	margin-top:50px!important;
}
.jm_dvr_6 dd ul {
	margin:0 -10px;
}
.jm_dvr_6 dd ul.flex_center {
	display:flex;
	justify-content:center;
}
.jm_dvr_6 dd ul li {
	padding:0 10px;
}
.jm_dvr_6 dd ul li a {
	display:block;
	background-color:#fff;
	box-shadow:0px 12px 25px 0px rgba(222,230,251,0.5);
	padding:20px;
}
.jm_dvr_6 dd ul li .img img {
	display:block;
	width:100%;
}
.jm_dvr_6 dd ul li .title {
	font-size:25px;
	font-weight:600;
	color:rgba(27,33,37,1);
	line-height:36px;
	margin-top:40px;
}
.jm_dvr_6 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	min-height:60px;
	margin-top:12px;
}
.jm_dvr_6 dd ul li .more {
	font-size:16px;
	font-weight:400;
	color:rgba(0,143,251,1);
	line-height:22px;
	margin-top:18px;
	text-align:right;
}
.jm_dvr_6 dd ul li .more i {
	margin-left:10px;
}
.jm_dvr_6 dd ul li a:hover {
	box-shadow:0px 12px 25px 0px rgba(222,230,251,1);
}
.jm_dvr_6 .more_btn {
	display:block;
	width:180px;
	height:51px;
	font-size:18px;
	font-weight:500;
	color:rgba(255,255,255,1);
	line-height:51px;
	background:#00A0E9;
	margin:60px auto 0;
	text-align:center;
	border-radius:26px;
}
.mvc_img {
	display:block;
	width:100%;
	max-width:100%;
	margin:0 auto;
}
.mvc_btn {
	padding:60px 0;
}
.mvc_btn li a {
	display:block;
	width:225px;
	height:51px;
	line-height:51px;
	text-align:center;
	background:rgba(24,144,255,1);
	color:#fff;
	border-radius:26px;
	font-weight:500;
	margin:0 auto;
	font-size:18px;
}
.mvc_btn li a:hover {
	-webkit-box-shadow:inset 0 0 40px rgba(0,0,0,.3);
	box-shadow:inset 0 0 40px rgba(0,0,0,.3);
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.mvc_text {
	padding:0 40px 40px;
}
.jm_dvrnew_1 {
	position:relative;
	height:600px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-color:#000;
	background-image:url(../banner_video.html)
}
.jm_dvrnew_1 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:11;
}
.jm_dvrnew_1 .text .am-vertical-align-middle {
	width:100%;
}
.jm_dvrnew_1 .text .des {
	max-width:640px;
	color:#fff;
	font-size:16px;
}
.jm_dvrnew_1 .text .des .title {
	font-size:38px;
	font-weight:500;
}
.jm_dvrnew_1 .text .des .ms {
	font-weight:400;
	font-size:16px;
	line-height:34px;
	margin-top:20px;
}
.jm_dvrnew_1 .text .more_btn {
	margin-top:50px;
}
.jm_dvrnew_1 .text .more_btn a {
	display:inline-block;
	width:192px;
	line-height:48px;
	border:#fff solid 2px;
	border-radius:27px;
	font-size:20px;
	color:#fff;
	text-align:center;
	margin-right:28px;
}
.jm_dvrnew_1 .text .more_btn a:last-of-type {
	margin-right:0;
}
.jm_dvrnew_1 .text .more_btn a:hover {
	background:#00A0E9;
	color:#fff;
	border:2px solid #00A0E9;
}
.jm_dvrnew_video {
	width:100%;
	height:100%;
	position:absolute!important;
	left:0;
	top:0;
	z-index:10;
	background:#000;
	overflow:hidden;
}
.jm_dvrnew_video:after {
	display:block;
	content:'';
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	left:0;
	top:0;
	z-index:5;
}
.jm_dvrnew_video video {
	display:block;
	position:absolute;
	margin:0;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:0.25s opacity ease-in-out;
	max-width:none;
	opacity:0;
	z-index:1;
}
.jm_dvrnew_2 {
	padding:80px 0;
}
.jm_dvrnew_2 .title {
	font-size:38px;
	color:#000;
	font-weight:500;
}
.jm_dvrnew_2 ul {
	margin:88px -28px 0;
}
.jm_dvrnew_2 ul li {
	padding:0 28px
}
.jm_dvrnew_2 ul li img {
	display:block;
	width:100%;
}
.jm_dvrnew_2 ul li .text {
	font-size:16px;
	font-weight:400;
	color:#000;
	line-height:22px;
	margin-top:50px;
}
.jm_dvrnew_3 {
	padding:80px 0;
}
.jm_dvrnew_3 .text {
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
}
.jm_dvrnew_3 .text .des {
	width:533px;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.jm_dvrnew_3 .text .des .title {
	font-size:28px;
	font-weight:500;
	color:#009de2;
}
.jm_dvrnew_3 .text .des .ms {
	font-size:16px;
	line-height:34px;
	font-weight:400;
	margin-top:20px;
}
.jm_dvrnew_3 .text .am-slider-default {
	width:600px;
	border:none;
	margin:0 auto;
	box-shadow:none;
	border-radius:0;
	position:relative;
	padding-bottom:50px;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav {
	display:block;
	width:100%;
	height:auto!important;
	overflow:hidden;
	position:absolute;
	bottom:0px;
	z-index:10;
	text-align:center
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li {
	display:inline-block;
	float:none;
	font-size:14px;
	margin:0;
	font-weight:500;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li a {
	display:block;
	padding:5px 15px;
	text-align:center;
	margin:0;
	background:#F0F2F5;
	border:#F0F2F5 solid 1px;
	font-size:14px!important;
	z-index:3;
	text-indent:0;
	box-shadow:none;
	text-align:center;
	opacity:1;
	width:auto;
	height:auto;
	border-radius:0;
	line-height:22px;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li:first-of-type a {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li:last-of-type a {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li a:before {
	display:none;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li a:hover,.jm_dvrnew_3 .am-slider-default .am-control-nav li a.am-active {
	background:none
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li a.am-active {
	background:#fff;
}
.jm_dvrnew_3 .am-slider-default .am-direction-nav a {
	margin:-43px 0 0;
}
.jm_dvrnew_4 {
	padding:80px 0;
	background-color:#15191D;
	color:#fff;
}
.jm_dvrnew_4 .title {
	font-size:28px;
	font-weight:500;
	text-align:center;
}
.jm_dvrnew_4 .des {
	font-size:16px;
	font-weight:400;
	line-height:34px;
	margin-top:30px;
	text-align:center;
}
.jm_dvrnew_4_scroll {
	margin-top:75px;
	display:flex;
	justify-content:space-between;
}
.jm_dvrnew_4_scroll .slick-slider {
	margin:0;
}
.jm_dvrnew_4_scroll .slider_left {
	width:calc(100% - 640px);
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.jm_dvrnew_4_scroll .slider_left .video_btn {
	width:200px;
	line-height:44px;
	text-align:center;
	border-radius:30px;
	border:#fff solid 2px;
	color:#fff!important;
	margin-left:40px;
	margin-top:20px;
	font-size:16px;
}
.jm_dvrnew_4_scroll .slider_left .video_btn i {
	margin-right:8px;
}
.jm_dvrnew_4_scroll .slider-nav .click_a {
	font-size:25px;
	position:relative;
	color:rgba(255,255,255,0.3);
	margin-bottom:40px;
	padding-left:40px;
}
.jm_dvrnew_4_scroll .slider-nav .click_a span {
	display:block;
	font-size:16px;
	font-weight:400;
	line-height:34px;
}
.jm_dvrnew_4_scroll .slider-nav .click_a.slick-current {
	color:rgba(255,255,255,1);
}
.jm_dvrnew_4_scroll .slider-nav .click_a.slick-current .circle_wrapper {
	display:block;
}
.jm_dvrnew_4_scroll .slider-nav .click_a.slick-current .circle_dot {
	display:none;
}
.jm_dvrnew_4_scroll .slider-for {
	width:640px;
}
.jm_dvrnew_4_scroll .slider-for img {
	display:block;
	width:100%;
}
.jm_dvrnew_5 {
	padding:80px 0 40px;
	position:relative;
}
.jm_dvrnew_5 .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.jm_dvrnew_5 .web_w:after {
	display:none;
}
.jm_dvrnew_5 dt {
	width:calc(50% - 20px);
}
.jm_dvrnew_5 dt .title {
	font-size:28px;
	font-weight:500;
	color:#009de2;
}
.jm_dvrnew_5 dt .ms {
	font-size:16px;
	line-height:34px;
	margin-top:20px;
	font-weight:400;
}
.jm_dvrnew_5 .more_btn {
	display:block;
	width:180px;
	font-size:16px;
	line-height:48px;
	border-radius:27px;
	border:2px solid rgba(0,0,0,1);
	text-align:center;
	margin-top:50px;
	font-weight:500;
}
.jm_dvrnew_5 .more_btn:hover {
	background:#00A0E9;
	color:#fff;
	border:2px solid rgba(255,255,255,1);
}
.jm_dvrnew_5 dd {
	width:calc(50% - 20px);
}
.jm_dvrnew_5 dd img {
	display:block;
	width:100%;
}
.jm_dvrnew_5.last {
	padding:40px 0 80px;
}
.jm_dvrnew_5.last .web_w {
	flex-direction:row-reverse;
}
.jm_dvrnew_6 {
	padding:80px 0;
}
.jm_dvrnew_6 .title {
	font-size:38px;
	color:#009de2;
	font-weight:500;
	text-align:center;
	text-align:center;
}
.jm_dvrnew_6 ul {
	margin:0 -30px;
}
.jm_dvrnew_6 ul li {
	padding:0 30px;
	margin-top:50px;
}
.jm_dvrnew_6 ul li img {
	display:block;
	width:100px;
	margin:0 auto;
}
.jm_dvrnew_6 ul li .text {
	font-size:14px;
	font-weight:500;
	color:#000;
	line-height:20px;
	margin-top:1px;
	text-align:center;
}
.jm_dvrnew_7 {
	padding:80px 0;
}
.jm_dvrnew_7 .title {
	font-size:38px;
	color:#00a0e9;
	font-weight:500;
	text-align:center;
}
.jm_dvrnew_7 ul {
	margin:60px -10px 0;
}
.jm_dvrnew_7 ul li {
	padding:0 10px;
}
.jm_dvrnew_7 ul li img {
	display:block;
	width:100%;
	margin:0 auto;
}
.jm_dvrnew_7 ul li .text {
	font-size:16px;
	font-weight:500;
	color:#000;
	line-height:20px;
	margin-top:15px;
	text-align:center;
}
.jm_dvrnew_8 {
	padding:80px 0!important;
}
.jm_dvrnew_8 dt {
	font-size:36px;
	font-weight:500;
	color:#00a0e9;
	text-align:center;
}
.jm_dvrnew_8 dd {
	margin-top:60px!important;
}
.jm_dvrnew_8 dd ul {
	margin:0 -10px;
}
.jm_dvrnew_8 dd ul li {
	padding:0 10px;
}
.jm_dvrnew_8 dd ul li a {
	display:block;
	background-color:#fff;
	box-shadow:0px 12px 25px 0px rgba(222,230,251,0.5);
	padding:20px;
}
.jm_dvrnew_8 dd ul li .img img {
	display:block;
	width:100%;
}
.jm_dvrnew_8 dd ul li .title {
	font-size:25px;
	font-weight:600;
	color:#00a0e9;
	line-height:36px;
	margin-top:40px;
}
.jm_dvrnew_8 dd ul li .des {
	font-size:12px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	margin-top:12px;
}
.jm_dvrnew_8 dd ul li .more {
	font-size:14px;
	font-weight:400;
	color:rgba(0,143,251,1);
	line-height:22px;
	margin-top:18px;
	text-align:right;
}
.jm_dvrnew_8 dd ul li .more i {
	margin-left:10px;
}
.jm_dvrnew_8 dd ul li a:hover {
	box-shadow:0px 12px 25px 0px rgba(222,230,251,1);
}
.jm_dvrnew_9 {
	padding:100px 0;
}
.jm_dvrnew_9 .title {
	font-size:38px;
	color:#000;
	font-weight:500;
	text-align:center;
}
.jm_dvrnew_9 .more_btn {
	display:block;
	width:240px;
	line-height:56px;
	border-radius:34px;
	background:#00A0E9;
	color:#fff;
	margin:85px auto 0;
	text-align:center;
	font-size:24px;
	font-weight:500;
}
.jmvl01_banner {
	position:relative;
}
.jmvl01_banner .img {
	display:block;
	width:100%;
	margin:0 auto;
}
.jmvl01_banner .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:flex;
	align-items:center;
}
.jmvl01_banner .text .title {
	color:#fff;
}
.jmvl01_banner .text .title strong {
	display:block;
	font-size:72px;
	line-height:100%;
}
.jmvl01_banner .text .title b {
	display:block;
	font-size:48px;
	line-height:100%;
	color:#fff
}
.jmvl01_banner .text .title span {
	display:block;
	font-size:33px;
	margin-top:10px;
}
.jmvl01_banner .text .btn_more {
	margin-top:40px
}
.jmvl01_banner .text .btn_more a {
	display:inline-block;
	width:192px;
	line-height:48px;
	border:#fff solid 2px;
	border-radius:30px;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:400;
}
.jmvl01_banner .text .btn_more a:hover {
	background-color:#00A0E9;
	border-color:#00A0E9;
}
.jmvl01_pro_des {
	position:relative;
	padding:30px 420px 40px 0;
	font-size:16px;
}
.jmvl01_pro_des.no_img {
	padding:40px 0;
}
.jmvl01_pro_des .img {
	position:absolute;
	right:140px;
	bottom:0;
	width:165px;
}
.jmvl01_tab {
	border:none!important;
	margin:60px 0 0;
	box-shadow:0 0 20px rgba(0,0,0,.1);
	border-radius:8px;
}
.jmvl01_tab.no_img {
	margin:0;
}
.jmvl01_tab .am-nav-tabs {
	border:none;
}
.jmvl01_tab .am-nav-tabs li {
	display:block;
	float:left;
	width:25%;
	box-shadow:0 10px 20px rgba(0,0,0,.1);
}
.jmvl01_tab .am-nav-tabs li.am-active {
	box-shadow:none;
}
.jmvl01_tab .am-nav-tabs li a {
	display:flex;
	flex-direction:column;
	font-size:18px;
	padding:1rem 0;
	margin:0;
	border:none!important;
	border-right:#80d0f4 solid 1px!important;
	background-color:#00a0e9;
	color:#ffffff!important;
	text-align:center;
	text-transform:uppercase;
}
.jmvl01_tab .am-nav-tabs li:nth-first-of-type a {
	border-top-left-radius:8px;
}
.jmvl01_tab .am-nav-tabs li:nth-last-of-type a {
	border-top-right-radius:8px;
}
.jmvl01_tab .am-nav-tabs li:last-of-type a {
	border:none!important;
}
.jmvl01_tab .am-nav-tabs li a i {
	font-size:25px;
}
.jmvl01_tab .am-nav-tabs li.am-active a {
	background-color:#80d0f4;
}
.jmvl01_tab .am-tabs-bd {
	border:none!important;
	padding:30px 40px 50px;
}
.jmvl01_tab .am-tabs-bd .am-tab-panel {
	padding:0;
}
.jmvl01_tab_con_1 {
	display:flex;
	justify-content:space-between;
}
.jmvl01_tab_con_1 .am-slider-default {
	width:575px;
	margin:0;
	box-shadow:none;
	z-index:1;
	border-radius:0;
}
.jmvl01_tab_con_1 .am-slider-default .am-control-nav {
	bottom:15px;
}
.jmvl01_tab_con_1 .am-slider-default .am-control-nav li a {
	background-color:#a0e1ff;
	box-shadow:none;
}
.jmvl01_tab_con_1 .am-slider-default .am-control-nav li a.am-active {
	background-color:#00a0e9;
}
.jmvl01_tab_con_1 .right_text {
	width:calc(100% - 620px);
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.jmvl01_tab_con_1 .right_text p {
	margin:0;
	padding:10px 0;
	border-bottom:#f1f1f1 solid 1px;
	font-size:16px;
	position:relative;
}
.jmvl01_applaction {
	padding:80px 0 0;
}
.jmvl01_applaction .title {
	text-align:center;
	font-size:34px;
	font-size:600;
	color:#00a0e9;
	text-transform:uppercase;
}
.jmvl01_applaction ul {
	margin:30px -20px 0;
}
.jmvl01_applaction ul li {
	padding:0 20px;
	text-align:center;
	font-size:16px;
}
.jmvl01_applaction ul li span {
	display:block;
	overflow:hidden;
	margin-bottom:15px;
}
.jmvl01_applaction ul li img {
	display:block;
	width:100%;
	margin:0 auto;
	transition:opacity .5s cubic-bezier(.26,1.04,.54,1),transform .5s cubic-bezier(.26,1.04,.54,1);
}
.jmvl01_applaction ul li a:hover img {
	transform:scale(1.05) translateZ(0);
}
.jmvl01_tab_con_2 {
	}.jmvl01_tab_con_2 .am-table {
	margin:0;
}
.jmvl01_tab_con_2 .am-table tr td,.jmvl01_tab_con_2 .am-table tr th {
	padding:15px 20px;
	font-size:16px;
}
.jmvl01_tab_title_3 {
	font-weight:400;
	text-align:center;
	font-size:35px;
	color:#00A0E9;
	margin-top:10px;
}
.jmvl01_tab_con_3 {
	margin:30px -10px;
	padding-bottom:0px;
}
.jmvl01_tab_con_3 a {
	margin:0 10px;
	text-align:center;
	font-size:16px;
}
.jmvl01_tab_con_3 a img {
	display:block;
	width:100%;
	margin:0 auto 15px;
}
.jmvl01_tab_con_3 .slick-prev {
	z-index:1000;
	left:10px
}
.jmvl01_tab_con_3 .slick-next {
	z-index:1000;
	right:10px
}
.jmvl01_tab_con_4 {
	}.jmvl01_tab_con_4 .am-table {
	margin:0;
}
.jmvl01_tab_con_4 .am-table tr td {
	padding:20px 60px;
	font-size:16px;
	border-top:none;
	border-bottom:1px solid #bfbfbf
}
.jmvl01_tab_con_4 .am-table tr td a {
	color:#00A0E9;
}
.jmvl01_tab_con_4 .am-table tr td a:before {
	font-size:20px
}
.video_iframe {
	margin-top:30px;
	background-color:#fff;
}
.video_iframe iframe {
	display:block;
	width:1100px!important;
	height:625px!important;
	margin:0 auto;
	background-color:#000;
}
.jimi_block {
	background-color:#fff;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.1);
	box-shadow:0 0 20px rgba(0,0,0,.1);
	border-radius:8px;
	padding:30px;
	margin:0 auto;
}
.jmvl01_applaction.last,.pro_new_iteam.last {
	padding-top:60px;
}
.pro_new_iteam .jimi_block .pro_new_list li a {
	box-shadow:none!important;
	border-right:#f2f2f2 solid 1px;
}
.pro_new_iteam .jimi_block .pro_new_list li:last-of-type a {
	border-right:none;
}
.ft07_dl {
	padding:60px 0;
}
.ft07_dl .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.ft07_dl .web_w:after {
	display:none;
}
.ft07_dl dt {
	width:calc(40% - 30px);
	text-align:center;
}
.ft07_dl dt .img {
	margin-top:20px;
}
.ft07_dl dt .img:first-of-type {
	margin-top:0;
}
.ft07_dl dt img {
	display:block;
	width:100%;
	margin:0 auto 5px;
}
.ft07_dl dd {
	width:calc(60% - 30px);
	display:flex;
	flex-direction:column;
	align-items:center;
}
.ft07_dl dd .text {
	width:100%;
	display:flex;
	justify-content:space-between;
	text-align:left;
	align-items:center;
	margin:45px 0;
}
.ft07_dl dd .img img {
	width:100px;
}
.ft07_dl dd .text .ms {
	width:calc(100% - 100px);
	padding-left:20px;
}
.ft07_dl dd .title {
	font-size:20px;
	font-weight:500;
	color:#009de2;
}
.ft07_dl dd .des {
	font-size:16px;
}
.ft07_table {
	padding:60px 0;
	background-color:#f7f8f8;
}
.ft07_table .am-table caption {
	padding:15px;
	background-color:#009de2;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}
.ft07_table .am-table tr td {
	padding:10px 20px;
}
.ft07_table .am-table tr td strong {
	color:#009de2;
}
.ft07_table .am-table tr td span {
	}.pro_tabs_des {
	position:relative;
	padding:30px 420px 40px 0;
	font-size:16px;
	line-height:30px;
}
.pro_tabs_des .img {
	position:absolute;
	right:90px;
	bottom:20px;
	width:248px;
}
.pro_tabs_des .imgs {
	position:absolute;
	right:90px;
	bottom:20px;
	width:380px;
}
.pro_tabs_page {
	margin-top:20px;
}
.pro_tabs_page .hd {
	border-bottom:#eeeeee solid 10px;
}
.pro_tabs_page .hd ul {
	text-align:right;
}
.pro_tabs_page .hd ul li {
	display:inline-block;
	margin:0 0 0 60px;
}
.pro_tabs_page .hd ul li.on a {
	color:#00A0E9;
}
.pro_tabs_page .hd ul li a {
	display:block;
	margin:0;
	padding:0;
	line-height:80px;
	border:none!important;
	background:none!important;
	position:relative;
}
.pro_tabs_page .hd ul li.on a:after {
	display:block;
	content:'';
	width:100%;
	height:5px;
	background:#00A0E9;
	position:absolute;
	left::0;
	bottom:7px;
}
.tab_panel_slide {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:350px;
	overflow:hidden;
}
.tab_panel_slide .bd,.tab_panel_slide .hd {
	width:calc(50% - 35px);
}
.tab_panel_slide .bd img {
	display:block;
	width:100%;
}
.tab_panel_slide .hd ul li {
	color:rgba(0,0,0,0.3);
	margin:15px 0;
	position:relative;
	padding-left:35px;
}
.tab_panel_slide .hd ul li.on {
	color:rgba(0,0,0,1);
}
.tab_panel_slide .hd ul li.on .circle_wrapper {
	display:block;
}
.tab_panel_slide .hd ul li.on .circle_dot {
	display:none;
}
.tab_panel_slide .hd ul li .title {
	font-size:24px;
	line-height:33px;
	font-weight:500;
}
.tab_panel_slide .hd ul li .des {
	font-size:16px;
	line-height:28px;
	font-weight:400;
}
.circle_dot {
	width:20px;
	height:20px;
	border:2px solid rgba(255,255,255,0.3);
	border-radius:50%;
	position:absolute;
	left:0;
	top:8px;
}
.circle_wrapper {
	width:20px;
	height:20px;
	position:absolute;
	clip:rect(0px,20px,20px,10px);
	left:0;
	top:8px;
	display:none;
}
.circle {
	width:20px;
	height:20px;
	border:2px solid #000;
	border-radius:50%;
	position:absolute;
	left:0;
	top:0;
	clip:rect(0px,10px,20px,0px);
}
.slick-current .circle {
	border:2px solid rgba(255,255,255,1);
}
div[data-anim~=base] {
	-webkit-animation-iteration-count:1;
	-webkit-animation-fill-mode:forwards;
	-webkit-animation-timing-function:linear;
}
.circle_wrapper[data-anim~=circle_wrapper] {
	-webkit-animation-duration:0.01s;
	-webkit-animation-delay:2s;
	-webkit-animation-name:close-wrapper;
}
.circle[data-anim~=left] {
	-webkit-animation-duration:4s;
	-webkit-animation-name:left-spin;
}
.circle[data-anim~=right] {
	-webkit-animation-duration:2s;
	-webkit-animation-name:right-spin;
}
@-webkit-keyframes right-spin {
	from {
	-webkit-transform:rotate(0deg);
}
to {
	-webkit-transform:rotate(180deg);
}
}@-webkit-keyframes left-spin {
	from {
	-webkit-transform:rotate(0deg);
}
to {
	-webkit-transform:rotate(360deg);
}
}@-webkit-keyframes close-wrapper {
	to {
	clip:rect(auto,auto,auto,auto);
}
}.tab_panel_iteam {
	padding:60px 0;
}
.tab_panel_iteam.bg {
	background-color:#f7f8f8;
}
.tab_panel_iteam .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.tab_panel_iteam.last .web_w {
	flex-direction:row-reverse;
}
.tab_panel_iteam .web_w:after {
	display:none;
}
.tab_panel_iteam dt,.tab_panel_iteam dd {
	width:calc(50% - 35px);
}
.tab_panel_iteam dt .title {
	font-size:28px;
	line-height:140%;
	font-weight:500;
	color:#009de2;
}
.tab_panel_iteam dt .des {
	margin-top:25px;
	font-size:16px;
	line-height:30px;
}
.tab_panel_iteam dd .img {
	display:block;
	width:100%;
	height:auto;
}
.tab_panel_img {
	position:relative;
	min-width:1170px;
}
.tab_panel_img_text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.tab_panel_img_text .web_w {
	display:flex;
	height:100%;
	justify-content:space-between;
	align-items:center;
}
.tab_panel_img_text .web_w:after {
	display:none;
}
.tab_panel_img_text .title {
	font-size:28px;
	line-height:140%;
	font-weight:500;
	color:#009de2;
}
.tab_panel_img_text .list {
	width:calc(50% - 35px);
}
.tab_panel_img_text .des {
	margin-top:25px;
	font-size:16px;
	line-height:30px;
}
.tab_panel_img img {
	display:block;
	width:100%;
	position:relative;
	z-index:1;
}
.tab_panel_td {
	padding:60px 0;
}
.tab_panel_td .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.tab_panel_td .web_w:after {
	display:none;
}
.tab_panel_td_list {
	width:calc(50% - 35px);
}
.tab_panel_td_list .pro_b8 {
	position:relative;
	width:466px;
	height:410px;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
}
.tab_panel_td_list .pro_b9 {
	position:relative;
	width:439px;
	height:196px;
	background-position:center;
	background-repeat:no-repeat;
	margin:0 auto;
}
.tab_panel_td_list .pro_b9 .dot,.tab_panel_td_list .pro_b8 .dot {
	display:block;
	width:10px;
	height:10px;
	border:#00a0e9 solid 2px;
	border-radius:50%;
	margin:0 auto;
	position:absolute;
}
.tab_panel_td_list .pro_b9 .dot em,.tab_panel_td_list .pro_b8 .dot em {
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
	overflow:hidden;
	z-index:10;
}
.tab_panel_td_list .pro_b9 .dot i,.tab_panel_td_list .pro_b8 .dot i {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:2px;
	top:0px;
	font-style:normal;
	display:none
}
.tab_panel_td_list .pro_b9 .dot i:before,.tab_panel_td_list .pro_b8 .dot i:before {
	display:block;
	content:'';
	height:1px;
	background-color:#00a0e9;
	position:absolute;
	left:0;
	top:0;
	width:120px;
	transform:rotate(-45deg);
	transform-origin:left top;
}
.tab_panel_td_list .pro_b9 .dot i:after,.tab_panel_td_list .pro_b8 .dot i:after {
	display:block;
	content:'';
	height:1px;
	background-color:#00a0e9;
	position:absolute;
	left:85px;
	top:-85px;
	width:30px;
}
.tab_panel_td_list .pro_b9 .dot i span,.tab_panel_td_list .pro_b8 .dot i span {
	display:block;
	color:#00a0e9;
	position:absolute;
	left:120px;
	top:-95px;
	white-space:nowrap;
}
.tab_panel_td_list .pro_b9 .dot:after,.tab_panel_td_list .pro_b8 .dot:after {
	display:block;
	content:"";
	position:absolute;
	width:16px;
	height:16px;
	left:50%;
	top:50%;
	margin-top:-5px;
	margin-left:-8px;
	top:0;
	border:#00a0e9 solid 2px;
	border-radius:50%;
	opacity:0.5;
	-webkit-animation:scale-zoom 1s infinite;
	-moz-animation:scale-zoom 1s infinite;
	-ms-animation:scale-zoom 1s infinite;
	animation:scale-zoom 1s infinite;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(1) {
	left:24px;
	top:40px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(2) {
	left:24px;
	top:86px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(3) {
	left:24px;
	top:110px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(4) {
	left:24px;
	top:135px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(5) {
	left:24px;
	top:160px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(6) {
	left:106px;
	top:25px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(7) {
	left:166px;
	top:0px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(8) {
	left:186px;
	top:25px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(9) {
	left:112px;
	bottom:12px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(10) {
	left:172px;
	bottom:12px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(11) {
	left:257px;
	top:81px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(12) {
	left:257px;
	top:118px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(13) {
	left:257px;
	top:156px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(14) {
	left:348px;
	top:1px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(15) {
	left:394px;
	top:1px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(16) {
	left:340px;
	top:26px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(17) {
	left:398px;
	top:26px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(18) {
	left:325px;
	top:36px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(19) {
	left:415px;
	top:36px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(20) {
	left:328px;
	top:54px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(21) {
	left:412px;
	top:54px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(22) {
	left:328px;
	top:183px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(2) i:before {
	width:180px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(2) i:after {
	left:90px;
	top:-157px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(2) i span {
	left:130px;
	top:-170px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(3) i:before {
	width:180px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(3) i:after {
	left:90px;
	top:-157px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(3) i span {
	left:130px;
	top:-170px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(4) i:before {
	width:210px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(4) i:after {
	left:105px;
	top:-182px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(4) i span {
	left:140px;
	top:-195px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(5) i:before {
	width:220px;
	transform:rotate(-70deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(5) i:after {
	left:75px;
	top:-207px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(5) i span {
	left:120px;
	top:-220px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(6) i:before {
	width:100px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(6) i:after {
	left:50px;
	top:-87px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(6) i span {
	left:93px;
	top:-100px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(7) i:before {
	width:60px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(7) i:after {
	left:30px;
	top:-52px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(7) i span {
	left:73px;
	top:-64px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(8) i:before {
	width:60px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(8) i:after {
	left:30px;
	top:-52px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(8) i span {
	left:73px;
	top:-64px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(9) i:before {
	width:220px;
	transform:rotate(-70deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(9) i:after {
	left:75px;
	top:-207px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(9) i span {
	left:120px;
	top:-220px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(10) i:before {
	width:220px;
	transform:rotate(-80deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(10) i:after {
	left:39px;
	top:-217px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(10) i span {
	left:80px;
	top:-229px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(11) i:before {
	width:180px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(11) i:after {
	left:90px;
	top:-157px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(11) i span {
	left:130px;
	top:-170px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(12) i:before {
	width:210px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(12) i:after {
	left:105px;
	top:-182px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(12) i span {
	left:140px;
	top:-195px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(13) i:before {
	width:220px;
	transform:rotate(-70deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(13) i:after {
	left:75px;
	top:-207px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(13) i span {
	left:120px;
	top:-220px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(14) i:before {
	width:60px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(14) i:after {
	left:auto;
	right:-24px;
	top:-52px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(14) i span {
	width:120px;
	left:auto;
	right:15px;
	top:-64px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(15) i:before {
	width:60px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(15) i:after {
	left:auto;
	right:-24px;
	top:-52px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(15) i span {
	width:120px;
	left:auto;
	right:15px;
	top:-64px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(16) i:before {
	width:60px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(16) i:after {
	left:auto;
	right:-24px;
	top:-52px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(16) i span {
	width:120px;
	left:auto;
	right:15px;
	top:-64px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(17) i:before {
	width:60px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(17) i:after {
	left:auto;
	right:-24px;
	top:-52px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(17) i span {
	width:120px;
	left:auto;
	right:15px;
	top:-64px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(18) i:before {
	width:80px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(18) i:after {
	left:auto;
	right:-35px;
	top:-70px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(18) i span {
	width:120px;
	left:auto;
	right:5px;
	top:-83px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(19) i:before {
	width:80px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(19) i:after {
	left:auto;
	right:-35px;
	top:-70px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(19) i span {
	width:120px;
	left:auto;
	right:5px;
	top:-83px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(20) i:before {
	width:100px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(20) i:after {
	left:auto;
	right:-45px;
	top:-87px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(20) i span {
	width:120px;
	left:auto;
	right:0px;
	top:-100px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(21) i:before {
	width:100px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(21) i:after {
	left:auto;
	right:-45px;
	top:-87px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(21) i span {
	width:120px;
	left:auto;
	right:0px;
	top:-100px;
	text-align:right;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(22) i:before {
	width:60px;
	transform:rotate(60deg);
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(22) i:after {
	left:29px;
	top:51px;
}
.tab_panel_td_list .pro_b9 .dot:nth-of-type(22) i span {
	left:70px;
	top:40px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(1) {
	left:40px;
	top:40px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(2) {
	left:40px;
	top:90px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(3) {
	left:40px;
	top:135px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(4) {
	left:40px;
	top:180px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(5) {
	left:40px;
	top:230px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(6) {
	left:240px;
	top:-5px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(7) {
	left:188px;
	top:250px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(8) {
	left:268px;
	top:250px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(9) {
	left:182px;
	top:368px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(10) {
	left:415px;
	top:40px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(11) {
	left:415px;
	top:90px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(12) {
	left:415px;
	top:135px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(13) {
	left:415px;
	top:180px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(2) i:before {
	width:160px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(2) i:after {
	left:80px;
	top:-139px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(2) i span {
	left:120px;
	top:-150px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(3) i:before {
	width:200px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(3) i:after {
	left:100px;
	top:-174px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(3) i span {
	left:140px;
	top:-185px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(4) i:before {
	width:220px;
	transform:rotate(-70deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(4) i:after {
	left:75px;
	top:-207px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(4) i span {
	left:120px;
	top:-220px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(5) i:before {
	width:280px;
	transform:rotate(-70deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(5) i:after {
	left:96px;
	top:-264px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(5) i span {
	left:135px;
	top:-275px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(6) i:before {
	width:60px;
	transform:rotate(-60deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(6) i:after {
	left:30px;
	top:-52px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(6) i span {
	left:70px;
	top:-65px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(7) i:before {
	width:320px;
	transform:rotate(-70deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(7) i:after {
	left:110px;
	top:-302px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(7) i span {
	left:150px;
	top:-315px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(8) i:before {
	width:320px;
	transform:rotate(-70deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(8) i:after {
	left:110px;
	top:-302px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(8) i span {
	left:150px;
	top:-315px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(9) i:before {
	width:110px;
	transform:rotate(50deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(9) i:after {
	left:70px;
	top:84px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(9) i span {
	left:108px;
	top:72px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(10) i:before {
	width:80px;
	transform:rotate(-120deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(10) i:after {
	left:auto;
	right:46px;
	top:-70px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(10) i span {
	width:120px;
	left:auto;
	right:90px;
	top:-82px;
	text-align:right;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(11) i:before {
	width:150px;
	transform:rotate(-120deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(11) i:after {
	left:auto;
	right:80px;
	top:-131px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(11) i span {
	width:120px;
	left:auto;
	right:120px;
	top:-142px;
	text-align:right;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(12) i:before {
	width:200px;
	transform:rotate(-120deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(12) i:after {
	left:auto;
	right:105px;
	top:-174px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(12) i span {
	width:120px;
	left:auto;
	right:142px;
	top:-185px;
	text-align:right;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(13) i:before {
	width:230px;
	transform:rotate(-100deg);
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(13) i:after {
	left:auto;
	right:46px;
	top:-227px;
}
.tab_panel_td_list .pro_b8 .dot:nth-of-type(13) i span {
	width:120px;
	left:auto;
	right:92px;
	top:-240px;
	text-align:right;
}
@keyframes scale-zoom {
	form {
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	transform:scale(1,1);
	opacity:1
}
to {
	-moz-transform:scale(5,5);
	-ms-transform:scale(5,5);
	transform:scale(5,5);
	opacity:0
}
}@-webkit-keyframes scale-zoom {
	form {
	-webkit-transform:scale(1,1);
	opacity:1
}
to {
	-webkit-transform:scale(5,5);
	opacity:0
}
}.pro_tabs_applaction {
	padding:60px 0;
	background-color:#f7f8f8;
}
.pro_tabs_applaction .title {
	text-align:center;
	font-size:34px;
	font-size:600;
	color:#00a0e9
}
.pro_tabs_applaction ul {
	margin:50px -6px 0;
}
.pro_tabs_applaction ul li {
	padding:0 6px;
	text-align:center;
	font-size:16px;
}
.pro_tabs_applaction ul li img {
	display:block;
	width:100%;
	margin:0 auto 15px;
}
.pro_tabs_pj {
	padding:60px 0px;
	position:relative;
}
.pro_tabs_pj .tempWrap {
	width:1170px!important;
}
.pro_tabs_pj_title {
	text-align:center;
	color:#00a0e9;
	position:relative;
	top:40px;
	font-size:38px;
}
.pro_tabs_pj ul {
	overflow:hidden;
	zoom:1;
}
.pro_tabs_pj ul li {
	float:left;
	width:390px!important;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	padding:0 6px;
}
.pro_tabs_pj ul li img {
	width:377px;
	height:260px;
	margin:0 auto 10px;
}
.pro_tabs_pj .prev_ico,.pro_tabs_pj .next_ico {
	position:absolute;
	top:50%;
	display:block;
	width:40px;
	height:77px;
	margin-top:-38px;
	overflow:hidden;
	background-image:url(../arrow_ico.html);
	background-repeat:no-repeat;
}
.pro_tabs_pj .prev_ico {
	left:0;
	background-position:left top;
}
.pro_tabs_pj .prev_ico:hover {
	background-position:left bottom;
}
.pro_tabs_pj .next_ico {
	right:0;
	background-position:right top;
}
.pro_tabs_pj .next_ico:hover {
	background-position:right bottom;
}
.pro_tabs_table {
	padding:60px 0;
}
.pro_tabs_table .am-table {
	margin:0;
}
.pro_tabs_table .am-table tr td,.pro_tabs_table .am-table tr th {
	padding:20px 30px;
	font-size:16px;
}
.pro_tabs_down {
	padding:60px 0;
}
.pro_tabs_down .am-table {
	margin:0;
}
.pro_tabs_down .am-table tr td {
	padding:20px 60px;
	font-size:16px;
	border-top:none;
	border-bottom:1px solid #bfbfbf
}
.pro_tabs_down .am-table tr td a {
	color:#00A0E9;
}
.pro_tabs_down .am-table tr td a:before {
	font-size:20px
}
.dvr_pro_banner {
	height:600px;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
	color:#000;
}
.dvr_pro_banner.white {
	color:#fff;
}
.dvr_pro_banner .title,.banner_jc200 dt .title {
	font-size:38px;
	font-weight:500;
}
.dvr_pro_banner .des,.banner_jc200 dt .des {
	font-size:16px;
	max-width:550px;
	margin-top:25px;
	line-height:34px;
	font-weight:400;
}
.dvr_pro_banner .btn_more,.banner_jc200 dt .btn_more {
	margin-top:40px
}
.dvr_pro_banner .btn_more a,.banner_jc200 dt .btn_more a {
	display:inline-block;
	width:192px;
	line-height:48px;
	border:#000 solid 2px;
	border-radius:30px;
	color:#000;
	text-align:center;
	font-size:20px;
	font-weight:400;
	margin-right:20px;
}
.dvr_pro_banner .btn_more a:last-of-type,.banner_jc200 dt .btn_more a:last-of-type {
	margin-right:0;
}
.dvr_pro_banner .btn_more a:hover,.banner_jc200 dt .btn_more a:hover,.dvr_pro_banner.white .btn_more a:hover {
	background-color:#00A0E9;
	border-color:#00A0E9;
}
.dvr_pro_banner.white {
	color:#fff;
}
.dvr_pro_banner.white .btn_more a {
	border-color:#fff;
	color:#fff;
}
.dvr_pro_tabs {
	margin-top:6px;
	box-shadow:0px 6px 10px 0px rgba(188,205,216,0.14)
}
.dvr_pro_hd {
	background-color:#fff;
	position:relative;
	z-index:1100;
	border:none;
	text-align:right;
	font-weight:400;
	font-size:14px;
}
.dvr_pro_hd.am-sticky {
	box-shadow:0px 6px 10px 0px rgba(188,205,216,0.14)
}
.dvr_pro_hd li {
	display:inline-block;
	margin:0 42px 0 0;
}
.dvr_pro_hd .order_btn {
	display:inline-block;
	width:120px;
	line-height:36px;
	border-radius:19px;
	border:2px solid rgba(0,0,0,1);
	text-align:center;
	cursor:pointer;
}
.dvr_pro_hd .order_btn:hover {
	color:#fff;
	background-color:#00A0E9;
	border-color:#00A0E9;
}
.dvr_pro_hd li.on a {
	color:#00A0E9;
}
.dvr_pro_hd li a {
	display:block;
	margin:0;
	padding:0;
	line-height:80px;
	border:none!important;
	background:none!important;
	position:relative;
	text-transform:uppercase;
}
.dvr_pro_hd li.on a:after {
	display:block;
	content:'';
	width:100%;
	height:5px;
	background:#00A0E9;
	position:absolute;
	left:0;
	bottom:0;
}
.dvr_pro_bd {
	padding:8px 0 0px;
	border:none;
	position:relative;
}
.dvr_pro_bd:before {
	display:block;
	content:'';
	width:100%;
	height:8px;
	box-shadow:0px 10px 5px 0px rgba(188,205,216,0.14) inset;
	position:absolute;
	left:0;
	top:3px;
}
.padding_top_none {
	padding-top:0!important
}
.padding_bottom_none {
	padding-bottom:0!important
}
.dvr_pro_1 {
	padding:80px 0;
}
.dvr_pro_1 .web_w {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.dvr_pro_1 .web_w:after {
	display:none;
}
.dvr_pro_1 dt {
	width:480px;
}
.dvr_pro_1 dt .title {
	font-size:38px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_1 dt .des {
	font-size:16px;
	line-height:34px;
	margin-top:20px;
	font-weight:400;
}
.dvr_pro_1 dd {
	width:682px
}
.dvr_pro_1 dd img {
	display:block;
	width:100%;
}
.dvr_pro_2 {
	padding:80px 0;
	background-color:#f7f8f8;
}
.dvr_pro_2.first {
	padding:0;
}
.dvr_pro_2 .web_w {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.dvr_pro_2 .web_w:after {
	display:none;
}
.dvr_pro_2 dt {
	width:533px;
}
.dvr_pro_2 dt .title {
	font-size:38px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_2 dt .des {
	font-size:16px;
	line-height:34px;
	margin-top:20px;
	font-weight:400;
}
.dvr_pro_2 dd {
	width:445px
}
.dvr_pro_2 dd img {
	display:block;
	width:100%;
}
.dvr_pro_2 dd .jc200_imgs {
	width:445px;
	height:585px;
	position:relative;
}
.dvr_pro_2 dd .jc200_imgs img {
	position:absolute;
}
.dvr_pro_2 dd .jc200_imgs img:first-of-type {
	width:247px;
	left:0;
	top:0;
}
.dvr_pro_2 dd .jc200_imgs img:last-of-type {
	width:293px;
	right:0;
	top:0;
}
.dvr_pro_3 {
	padding:80px 0;
}
.dvr_pro_3.bg {
	background-color:#f7f8f8;
}
.dvr_pro_3 .web_w {
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.dvr_pro_3 .web_w:after {
	display:none;
}
.dvr_pro_3 dt .title {
	font-size:38px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_3 dt .des {
	font-size:16px;
	line-height:34px;
	margin-top:20px;
	font-weight:400;
}
.dvr_pro_3 dd {
	margin-top:30px;
}
.dvr_pro_3_video {
	margin:0 -8px;
}
.dvr_pro_3_video li {
	padding:0 8px;
	text-align:center;
	font-size:16px;
}
.dvr_pro_3_video li .text {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:64.56%;
	position:relative!important;
	overflow:hidden;
	margin-bottom:10px;
}
.dvr_pro_3_video li .vidbg-container {
	position:absolute;
	left:0;
	top:0;
}
.dvr_pro_3_video li .vidbg-container video {
	display:block;
	width:100%;
	height:100%;
}
.dvr_pro_4 {
	height:550px;
	padding:80px 0;
	background-repeat:no-repeat;
	background-position:center;
	color:#fff;
	display:flex;
	align-items:center;
}
.dvr_pro_4.web_w {
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.dvr_pro_4 .web_w:after {
	display:none;
}
.dvr_pro_4 .text {
	width:533px;
	float:right;
}
.dvr_pro_4 .title {
	font-size:38px;
	font-weight:500;
}
.dvr_pro_4 .des {
	font-size:16px;
	line-height:34px;
	margin-top:20px;
	font-weight:400;
}
.dvr_pro_4 .img {
	display:block;
	margin-top:40px;
	max-width:300px;
}
.dvr_pro_5 {
	padding:80px 0;
	position:relative;
}
.dvr_pro_5 .web_w {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:row-reverse;
}
.dvr_pro_5 .web_w:after {
	display:none;
}
.dvr_pro_5 dt {
	width:480px;
}
.dvr_pro_5 dt .title {
	font-size:38px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_5 dt .des {
	font-size:16px;
	line-height:34px;
	margin-top:20px;
	font-weight:400;
}
.dvr_pro_5 dd {
	width:600px;
}
.dvr_pro_5 dd img {
	display:block;
	width:100%;
}
.dvr_pro_5 dd .vidbg-container {
	position:absolute;
	left:0;
	top:0;
	background-color:#000;
}
.dvr_pro_5 dd .vidbg-container video {
	display:block;
	width:100%;
	height:100%;
}
.dvr_pro_6 {
	padding:80px 0 0;
}
.dvr_pro_6_imgs {
	width:600px;
	float:left;
}
.dvr_pro_6_imgs .am-slider-default {
	margin:0;
	border-radius:0;
	box-shadow:none;
	background:#fff;
}
.dvr_pro_6_imgs .pro_img_small {
	margin-top:36px;
	padding:0;
}
.dvr_pro_6_imgs .pro_img_big {
	height:645px;
	border:1px solid #CCCCCC;
	position:relative;
}
.dvr_pro_6_imgs .pro_img_big .am-viewport {
	position:relative;
	padding-bottom:107.5%;
}
.dvr_pro_6_imgs .pro_img_big .am-slides {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.dvr_pro_6_imgs .am-slider-default .am-direction-nav a {
	opacity:1
}
.dvr_pro_6_imgs .img {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:#fff;
}
.dvr_pro_6_imgs .pro_img_big .img {
	padding-bottom:107.5%;
}
.dvr_pro_6_imgs .pro_img_small {
	padding-right:70px;
}
.dvr_pro_6_imgs .pro_img_small .img {
	padding-bottom:70%;
}
.dvr_pro_6_imgs .pro_img_small .am-slides li a {
	display:block;
	position:relative;
	border:1px solid #cdcdcd;
}
.dvr_pro_6_imgs .pro_img_small .am-slides li.am-active-slide a {
	border-color:#000;
}
.dvr_pro_6_imgs .am-slider-default .am-direction-nav .am-disabled {
	opacity:1!important;
}
.dvr_pro_6_imgs .am-slider-default .am-direction-nav a {
	width:20px;
}
.dvr_pro_6_imgs .am-slider-default .am-direction-nav a:before {
	content:"\f104";
	color:#999;
}
.dvr_pro_6_imgs .am-slider-default .am-direction-nav a:hover:before {
	color:#00A0E9;
}
.dvr_pro_6_imgs .am-slider-default .am-direction-nav a:before {
	font-size:26px!important;
}
.dvr_pro_6_imgs .am-slider-default .am-direction-nav a.am-next:before {
	content:"\f105";
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-direction-nav a {
	top:auto;
	bottom:-80px;
	margin:0;
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-direction-nav .am-prev {
	left:auto;
	right:35px;
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-direction-nav .am-next {
	right:0;
}
.dvr_pro_6_imgs .pro_img_small.am-slider-default .am-direction-nav {
	display:none;
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-control-nav {
	bottom:10px;
	display:none;
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-control-nav li {
	margin:0 3px;
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-control-nav li a.am-active {
	background-color:#00A0E9;
}
.dvr_pro_6_text {
	width:520px;
	float:right;
	min-height:200px;
}
.sideMenu .title {
	padding:22px 0;
	border-bottom:#cdcdcd solid 1px;
	font-size:18px;
	font-weight:400;
}
.sideMenu .title.last {
	border-bottom:#cdcdcd solid 1px;
}
.sideMenu .title.on {
	display:none;
}
.sideMenu .des {
	display:flex;
	align-items:center;
	border:#9f9fa0 solid 1px;
	padding:28px 26px;
	font-weight:500;
	margin-bottom:20px;
	box-shadow:0px 9px 9px 2px rgba(165,176,204,0.11);
}
.sideMenu .des:last-of-type {
	margin-bottom:0;
}
.sideMenu .des i {
	width:100px;
}
.sideMenu .des i img {
	display:block;
	height:60px;
	margin:0 auto;
}
.sideMenu .des span {
	width:calc(100% - 100px);
	padding-left:14px;
}
.sideMenu .des span strong {
	display:block;
	font-size:18px;
	font-weight:600;
	margin-bottom:3px;
	color:#00A0E9;
}
.dvr_pro_pj {
	height:400px;
	position:relative;
	z-index:2;
	background-repeat:no-repeat;
	background-position:center center;
	color:#fff;
	margin-top:80px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	font-size:16px;
	line-height:32px;
}
.dvr_pro_pj .title {
	margin-top:64px;
}
.dvr_pro_pj .title:before {
	display:block;
	width:80px;
	content:'';
	height:1px;
	background-color:#fff;
	margin-bottom:10px;
}
.dvr_pro_application {
	padding:80px 0;
	position:relative;
	z-index:2;
	background-color:#fff;
}
.dvr_pro_application .title {
	text-align:center;
	font-size:38px;
	font-weight:500;
	color:#00a0e9
}
.dvr_pro_application ul {
	margin:50px -10px 0;
}
.dvr_pro_application ul li {
	padding:0 10px;
	text-align:center;
	font-size:16px;
}
.dvr_pro_application ul li img {
	display:block;
	width:100%;
	margin-bottom:20px;
}
.dvr_pro_cs {
	padding-bottom:40px
}
.dvr_pro_cs .am-table {
	margin:40px 0 0 0;
}
.dvr_pro_cs .am-table tr td {
	padding:15px 20px;
	font-size:14px;
}
.dvr_pro_resources {
	padding-bottom:40px;
}
.dvr_pro_resources .am-table {
	margin:40px 0 0 0;
}
.dvr_pro_resources .am-table tr td {
	padding:17px 20px;
	border:none;
	font-size:16px;
	width:50%;
	text-align:center;
}
.dvr_pro_resources .am-table tr td a:hover {
	color:#00A0E9;
}
.dvr_pro_resources .am-table tr:nth-child(2n+1) td,.dvr_pro_resources.am-table tr:nth-child(2n+1) th {
	background-color:#F6F8FA;
}
.dvr_pro_faq_left {
	width:250px;
	margin-top:37px;
	float:left;
	position:relative;
	z-index:1;
}
.dvr_pro_faq_sort a {
	display:block;
	line-height:60px;
	text-align:left;
	padding-left:20px;
	font-size:16px;
}
.dvr_pro_faq_sort a.on {
	background:rgba(246,248,250,1);
}
.dvr_pro_faq_right {
	width:885px;
	float:right;
	margin-top:47px;
}
.dvr_pro_faq_right .faq_name {
	font-size:20px;
	font-weight:600;
	color:#000;
	line-height:28px;
	margin-bottom:17px;
}
.dvr_pro_faq_right .am-accordion-gapped {
	padding:0;
	margin:0 0 60px 0;
}
.dvr_pro_faq_right div:last-of-type .am-accordion-gapped {
	margin-bottom:0;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-item {
	margin:0;
	border:none;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-item dt {
	color:#000000;
	font-size:16px;
	line-height:22px;
	padding:20px 60px 20px 0;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-title:after {
	content:"\f107";
}
.dvr_pro_faq_right .am-accordion-gapped .am-active .am-accordion-title::after {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.dvr_pro_faq_right .am-accordion-gapped .am-active .am-accordion-title {
	background:none;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-content {
	background:rgba(246,248,250,1);
	padding:30px 40px;
	color:#000;
	font-size:14px;
	font-weight:400;
}
.banner_jc200 {
	height:600px;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
}
.banner_jc200.white {
	color:#fff;
}
.banner_jc200 .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.banner_jc200 .web_w::after {
	display:none;
}
.banner_jc200 dt {
	width:550px;
}
.banner_jc200 dt .btn_more a {
	border-color:#000;
	color:#000;
}
.banner_jc200.white .btn_more a {
	border-color:#fff;
	color:#fff;
}
.banner_jc200 dt .btn_more a:hover {
	color:#fff;
}
.banner_jc200 dd {
	width:608px;
	height:521px;
	position:relative;
}
.banner_jc200 dd .video {
	width:437px;
	height:328px;
	position:absolute;
	left:14px;
	top:89px;
	overflow:hidden;
	z-index:2;
}
.banner_jc200 dd .vidbg-container {
	position:absolute;
	left:0;
	top:0;
}
.banner_jc200 dd .vidbg-container video {
	display:block;
	width:100%;
	height:100%;
}
.banner_jc200 dd img {
	display:block;
	position:absolute;
}
.banner_jc200 dd img:nth-of-type(1) {
	left:0;
	top:74px;
	z-index:1;
}
.banner_jc200 dd img:nth-of-type(2) {
	left:216px;
	bottom:0;
	z-index:3;
}
.banner_jc200 dd img:nth-of-type(3) {
	left:443px;
	bottom:0;
	z-index:3;
}
.jc400_dvr_pro_1 {
	padding:0;
}
.jc400_dvr_pro_1 dt {
	width:520px;
}
.jc400_dvr_pro_1 dd {
	width:590px
}
.jc400d_dvr_pro_1 {
	padding:80px 0;
	box-shadow:0px 1px 1px 0px rgba(205,205,205,0.5);
	background-color:#25292E;
	color:#fff;
}
.jc400d_dvr_pro_1 .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.jc400d_dvr_pro_1 .web_w:after {
	display:none;
}
.jc400d_dvr_pro_1 .title {
	font-size:38px;
	font-weight:500;
	color:#00A0E9;
}
.jc400d_dvr_pro_1 .title_1 {
	font-size:16px;
	font-weight:500;
	margin-top:30px;
}
.jc400d_dvr_pro_1 dt {
	width:500px;
}
.jc400d_dvr_pro_1 dd {
	width:600px;
}
.jc400d_dvr_pro_1 dd .video_btn {
	display:block;
	position:relative;
}
.jc400d_dvr_pro_1 dd .video_btn:after {
	display:flex;
	font-family:"FontAwesome";
	content:'\f01d';
	font-size:80px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	align-items:center;
	color:#fff;
	justify-content:center;
	transition:all 300ms ease-in-out 0s;
}
.jc400d_dvr_pro_1 dd .video_btn:hover:after {
	color:#00A0E9;
}
.jc400d_dvr_pro_1 dd img {
	display:block;
	width:100%;
}
.jc400d_dvr_pro_1 dd .video_btn img:last-of-type {
	display:none;
}
.jc400d_dvr_pro_1 dd .video_btn:hover img:last-of-type {
	display:block;
}
.jc400d_dvr_pro_1 dd .video_btn:hover img:first-of-type {
	display:none;
}
.jc400p_dvr_pro_2 {
	padding:0 0 50px;
}
.jc400p_dvr_pro_2 dd {
	width:614px;
}
.jc400p_dvr_pro_2 dt {
	width:533px;
	padding-top:50px;
}
.banner_jc120 {
	background-color:#116fbf;
	color:#fff;
	position:relative;
	background-repeat:no-repeat;
	background-size:fill;
	background-position:center;
}
.banner_jc120 .video {
	position:relative;
	overflow;
}
.banner_jc120 .video::after {
	display:block;
	content:'';
	padding-bottom:40%;
}
.banner_jc120 .vidbg-container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.banner_jc120 .vidbg-container video {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%!important;
	object-fit:fill;
}
.banner_jc120 .text {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	display:flex;
	align-items:center;
	font-size:60px;
	padding-bottom:10%;
}
.dvr_pro_6_jc120 {
	padding:60px 0 30px;
}
.dvr_pro_6_jc120 .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.dvr_pro_6_jc120 .web_w:after {
	display:block;
}
.dvr_pro_6_imgs_jc120 .pro_img_big {
	height:272px;
}
.dvr_pro_6_imgs_jc120 .pro_img_big .img {
	padding-bottom:45.1%;
}
.dvr_pro_6_imgs_jc120 .pro_img_small {
	margin-top:15px;
}
.dvr_pro_6_imgs_jc120 .pro_img_big.am-slider-default .am-direction-nav a {
	bottom:-62px;
}
.dvr_pro_6_jc120 .dvr_pro_6_text {
	padding-left:30px;
	font-size:16px;
	line-height:2;
}
.dvr_pro_5_jc120 .web_w {
	flex-direction:row;
}
.dvr_pro_5_jc120_1 {
	background-image:linear-gradient(to right,#28303f,#0d7bc4);
	color:#fff
}
.dvr_pro_5_jc120_2 {
	background-color:#f7f8f8;
}
.pro_new_iteam_jc120 {
	padding-top:80px;
}
.banner_jc120 .text {
	font-size:40px;
	padding-bottom:10%;
}
.banner_jc120 .text span {
	font-size:30px;
}
.banner_jc120 .btn_more {
	margin-top:40px
}
.banner_jc120 .btn_more a {
	display:inline-block;
	width:192px;
	line-height:48px;
	border:#fff solid 2px;
	border-radius:30px;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:400;
}
.banner_jc120 .btn_more a:hover {
	background-color:#00A0E9;
	border-color:#00A0E9;
}
.dvr_pro_5_jc120_1 .titles {
	font-size:36px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_5_jc120_1 .hd .title {
	color:#fff;
	font-size:16px!important;
	font-weight:bold!important;
}
.dvr_pro_5_jc120_1 .hd li {
	margin-top:30px!important;
}
.dvr_pro_5_jc120_1 .hd .des {
	color:#fff;
	display:none;
	margin-top:10px!important;
}
.dvr_pro_5_jc120_1 .hd li.on .des {
	display:block;
}
.dvr_pro_5_jc120_1 .hd li.on .circle {
	border-color:#fff;
}
.dvr_pro_5_jc120_1 .tab_panel_slide {
	height:auto;
	width:100%
}
.dvr_pro_5_jc120_1 .bd {
	width:565px;
	height:431px;
	background:url(../computer.html) center center no-repeat;
	background-size:cover;
	position:relative;
}
.dvr_pro_5_jc120_1 .bd .img {
	width:92.3%;
	height:69.65%;
	position:absolute;
	left:3.85%;
	top:4.59%
}
.dvr_pro_5_jc120_1 .bd .img img {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.dvr_pro_5_jc120_1 .tab_panel_slide {
	align-items:flex-start;
}
.dvr_pro_5_jc450_1 {
	background:#f7f8f8;
}
.dvr_pro_5_jc450_1 .titles {
	font-size:36px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_5_jc450_1 .hd .title {
	font-size:16px!important;
	font-weight:bold!important;
	color:#000;
}
.dvr_pro_5_jc450_1 .hd li {
	margin-top:30px!important;
	border-bottom:#dedede solid 1px;
	padding-bottom:20px;
}
.dvr_pro_5_jc450_1 .hd li:last-of-type {
	padding-bottom:0;
	border:none;
}
.dvr_pro_5_jc450_1 .hd li .circle_dot {
	border-color:rgba(0,0,0,.3)
}
.dvr_pro_5_jc450_1 .hd .des {
	display:none;
}
.dvr_pro_5_jc450_1 .hd li.on .des {
	display:block;
	margin-top:10px!important;
}
.dvr_pro_5_jc450_1 .tab_panel_slide {
	height:auto;
	width:100%
}
.dvr_pro_5_jc450_1 .tab_panel_slide {
	align-items:flex-start;
}
.pro_new_iteam_jc450 {
	padding:80px 0;
	background-color:#f7f8f8;
}
.index_COVID_1 {
	padding:40px 0;
}
.index_COVID_1.last {
	background:#f6f6f6;
}
.index_COVID_1 .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.index_COVID_1 .web_w:after {
	display:none;
}
.index_COVID_1.last .web_w {
	flex-direction:row-reverse;
}
.index_COVID_1 .left_text {
	width:48.5%;
}
.index_COVID_1 .left_text .title {
	font-size:24px;
	font-weight:500;
}
.index_COVID_1 .left_text .title:after {
	display:block;
	content:'';
	width:80px;
	height:2px;
	background-color:#00a0e9;
	margin-top:15px;
}
.index_COVID_1 .left_text .des {
	margin-top:30px;
	font-size:16px;
	text-align:justify;
}
.index_COVID_1 .left_text .des .more_link {
	display:inline-block;
	margin-left:20px;
	font-size:15px;
	color:#00a0e9;
	text-decoration:underline
}
.index_COVID_1 .left_text .des .more_link:first-of-type {
	margin-left:1px;
}
.index_COVID_1 .left_text .des .more_link:last-of-type {
	margin-right:1px;
}
.index_COVID_1 .right_img {
	width:48.5%;
}
.index_COVID_1 .right_img img {
	display:block;
	width:100%;
}
.index_COVID_1 .img_bg {
	width:48.5%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	background-color:rgba(250,251,253,1);
}
.index_COVID_1 .img_bg:after {
	display:block;
	content:'';
	padding-bottom:56.25%
}
.index_COVID_2 {
	padding:40px 0;
	background:#f6f6f6;
}
.index_COVID_2 .index_COVID_2_warp {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.index_COVID_2 .title {
	font-size:24px;
	font-weight:500;
}
.index_COVID_2 .title:after {
	display:block;
	content:'';
	width:80px;
	height:2px;
	background-color:#00a0e9;
	margin:15px 0 30px;
}
.index_COVID_2 .left_video {
	width:48.5%;
}
.index_COVID_2 .left_video .video_btn {
	display:block;
	position:relative;
	overflow:hidden;
}
.index_COVID_2 .left_video .video_btn img {
	display:block;
	width:100%;
}
.index_COVID_2 .left_video .video_btn:after {
	display:block;
	font-family:"FontAwesome";
	content:'\f01d';
	font-size:55px;
	position:absolute;
	left:50%;
	top:50%;
	color:#fff;
	transition:all 300ms ease-in-out 0s;
	transform:translate(-50%,-50%);
}
.index_COVID_2 .left_video .video_btn:hover:after {
	color:#00a0e9;
}
.index_COVID_2 .right_news {
	width:48.5%;
}
.index_COVID_2 .right_news .am-list {
	margin:0;
}
.index_COVID_2 .right_news .am-list li {
	border:none;
	border-bottom:1px solid #dedede;
	margin:0;
	background:none;
	font-size:16px;
}
.index_COVID_2 .right_news .am-list li:last-of-type {
	border:none;
}
.index_COVID_2 .right_news .am-list li a {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.index_COVID_3 {
	padding:40px 0;
	background:#f6f6f6;
	font-size:16px;
}
.index_COVID_3 dt {
	font-size:24px;
	font-weight:500;
}
.index_COVID_3 dt:after {
	display:block;
	content:'';
	width:80px;
	height:2px;
	background-color:#00a0e9;
	margin:15px 0 30px;
}
.index_COVID_3 dd {
	margin-top:15px;
}
.COVID_img {
	margin-top:40px;
}
.COVID_img .title {
	font-size:24px;
	font-weight:500;
}
.COVID_img .title:after {
	display:block;
	content:'';
	width:80px;
	height:2px;
	background-color:#00a0e9;
	margin:15px 0 30px;
}
.COVID_img img {
	display:block;
	width:100%;
}
.fleet_safe_banner {
	position:relative;
}
.fleet_safe_banner .img {
	display:block;
	width:100%;
	margin:0 auto;
}
.fleet_safe_banner .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:flex;
	align-items:center;
}
.fleet_safe_banner .text .title {
	color:#fff;
}
.fleet_safe_banner .text .title strong {
	display:block;
	font-size:45px;
	font-size:500;
	line-height:100%;
}
.fleet_safe_banner .text .title span {
	display:block;
	font-size:20px;
	margin-top:20px;
	max-width:620px;
}
.fleet_safe_banner .text .des {
	width:50%;
	float:right;
	font-size:18px;
	font-weight:500;
	color:#fff;
	line-height:30px;
}
.fleet_safe_banner .text .des.last {
	float:none;
	margin-top:3%
}
.fleet_safe_banner .text .des a {
	color:#fff;
}
.fleet_safe_banner .btn_more {
	margin-top:3%;
}
.fleet_safe_banner .btn_more a {
	display:inline-block;
	width:192px;
	line-height:44px;
	border:#fff solid 2px;
	border-radius:30px;
	color:#fff;
	text-align:center;
	font-size:20px;
	font-weight:300;
}
.fleet_safe_banner .btn_more a:hover,.fleet_safe_banner .btn_more.last a {
	background-color:#00A0E9;
	border-color:#00A0E9;
}
.fleet_safe_text {
	font-weight:500;
	padding:20px 0;
	font-size:16px;
	line-height:36px;
}
.fleet_safe_1 {
	padding:60px 0;
}
.fleet_safe_1.bg {
	background-color:#f7f8f8;
}
.fleet_safe_1 .name {
	text-align:center;
	font-size:36px;
	font-weight:500;
	padding-bottom:60px;
}
.fleet_safe_1 .web_w {
	display:flex;
	justify-content:center;
	align-items:center;
}
.fleet_safe_1.last .web_w {
	flex-direction:row-reverse;
}
.fleet_safe_1 .web_w:after {
	display:none;
}
.fleet_safe_1 dt,.fleet_safe_1 dd {
	width:50%;
}
.fleet_safe_1 dt {
	padding-right:40px;
}
.fleet_safe_1.last dt {
	padding:0 0 0 50px;
}
.fleet_safe_1 .web_w.first {
	margin-top:30px;
}
.fleet_safe_1 .web_w.first dt {
	padding:0 0 0 40px;
}
.fleet_safe_1 dt .title {
	font-size:28px;
	line-height:140%;
	font-weight:500;
	color:#009de2;
}
.fleet_safe_1 dt .des {
	margin-top:25px;
	font-size:16px;
	line-height:30px;
}
.fleet_safe_1 dt .more {
	display:block;
	font-weight:400;
	color:#009de2;
	margin-top:20px;
	font-size:18px;
}
.fleet_safe_1 dd .img {
	display:block;
	width:100%;
	height:auto;
}
.fleet_safe_1 .web_w.last {
	justify-content:space-between;
	flex-direction:row;
	align-items:flex-start;
	align-items:inherit;
}
.fleet_safe_1 .iteam {
	text-align:center;
	color:#009de2;
	margin-top:30px;
	font-size:15px;
	max-width:90px;
	line-height:22px;
}
.fleet_safe_1 .iteam img {
	display:block;
	margin:0 auto 10px;
}
.fleet_safe_1 .block {
	width:310px;
	min-height:283px;
	padding:40px 30px;
	box-shadow:5px 5px 15px #d3d3d3;
	margin-top:30px;
}
.fleet_safe_1 .block img {
	display:block;
	margin:0 auto 5px;
}
.fleet_safe_1 .block b {
	display:block;
	font-size:17px;
	color:#000;
	margin:20px 0 15px;
}
.fleet_safe_1 .block span {
	display:block;
	line-height:30px;
	font-size:14px;
}
.fleet_safe_1 .block_row {
	width:370px;
	min-height:128px;
	padding:20px 20px;
	display:flex;
	justify-content:space-between;
}
.fleet_safe_1 .block_row.height_228 {
	min-height:228px;
}
.fleet_safe_1 .block_row.height_198 {
	min-height:198px;
}
.fleet_safe_1 .block_row.height_258 {
	min-height:258px;
}
.fleet_safe_1 .block_row.height_318 {
	min-height:318px;
}
.fleet_safe_1 .block_row_2 {
	width:calc(50% - 4px);
}
.fleet_safe_1 .block_row .img {
	width:57px;
	display:flex;
	align-items:center;
}
.fleet_safe_1 .block_row img {
	margin:0;
	width:100%;
}
.fleet_safe_1 .block_row p {
	margin:0;
	padding-left:20px;
	width:calc(100% - 57px);
}
.fleet_safe_1 .block_row b {
	margin:0 0 10px;
}
.fleet_safe_2 {
	padding:0 0 60px;
}
.fleet_safe_2 .title {
	text-align:center;
	font-size:28px;
	font-weight:500;
}
.fleet_safe_2 ul {
	margin:30px -8px 0;
}
.fleet_safe_2 ul li {
	padding:0 8px;
	text-align:center;
	font-size:16px;
}
.fleet_safe_2 ul li img {
	display:block;
	width:100%;
	margin:0 auto 10px;
}
.fleet_safe_3 {
	position:relative;
}
.fleet_safe_3 .img {
	display:block;
	width:100%;
	margin:0 auto;
}
.fleet_safe_3 .text {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:flex;
	align-items:center;
	text-align:center;
}
.fleet_safe_3 .text .title strong {
	display:block;
	font-size:30px;
	font-size:500;
	line-height:100%;
	color:#f8f8f8;
}
.fleet_safe_3 .text .title .more_btn {
	display:block;
	width:180px;
	text-align:center;
	line-height:50px;
	font-size:20px;
	margin:30px auto 0;
	background-color:#f8f8f8;
	border-radius:30px;
	color:#00a0e9;
}
.fleet_safe_3.last .text .title .more_btn {
	margin-top:20px
}
.fleet_safe_4 {
	padding:30px 0 60px;
}
.fleet_safe_4 .name {
	text-align:center;
	font-size:28px;
	font-weight:500;
	margin-bottom:60px;
}
.fleet_safe_4 dl {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:row-reverse;
}
.fleet_safe_4 dl dt,.fleet_safe_4 dl dd {
	width:50%;
}
.fleet_safe_4 dl dt {
	padding:0 0 0 50px;
}
.fleet_safe_4 dl.last {
	flex-direction:row;
}
.fleet_safe_4 dl.last dt {
	padding:0 50px 0 0;
}
.fleet_safe_4 dt .title {
	font-size:28px;
	font-weight:500;
	color:#00a0e9;
	text-transform:capitalize;
}
.fleet_safe_4 dt .des {
	margin-top:15px;
	font-size:16px;
	line-height:30px;
}
.fleet_safe_4 dd .img {
	display:block;
	width:100%;
	height:auto;
}
.asset_banner {
	height:650px;
	position:relative;
	background-color:linear-gradient(270deg,rgba(0,0,0,1) 0%,rgba(238,238,238,0) 100%);
	background-position:center center;
	background-repeat:no-repeat;
}
.asset_banner .web_w:after {
	display:none;
}
.asset_banner .text {
	display:flex;
	height:100%;
	justify-content:center;
	flex-direction:column;
}
.asset_banner .text .title {
	height:64px;
	font-size:48px;
	font-weight:normal;
	color:rgba(255,255,255,1);
	line-height:64px;
}
.asset_banner .text .title_1 {
	font-size:28px;
	font-weight:500;
	color:#fff;
}
.asset_banner .text .des {
	font-size:24px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top:7px;
	line-height:33px;
	max-width:60%;
}
.asset_banner .text .ms {
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top:7px;
	line-height:33px;
	max-width:60%;
}
.asset_banner .text .link {
	display:block;
	width:180px;
	line-height:50px;
	background:rgba(0,160,233,1);
	color:#fff;
	border-radius:25px;
	text-align:center;
	margin-top:46px;
	font-size:18px;
	font-weight:300;
}
.asset_title {
	text-align:center;
}
.asset_title .title {
	font-size:36px;
	font-weight:500;
	color:rgba(0,160,233,1);
	line-height:50px;
}
.asset_title .des {
	font-weight:400;
	color:rgba(0,0,0,1);
	margin:10px auto 0;
}
.asset_1 {
	padding:110px 0 0;
}
.asset_1 .img {
	display:block;
	width:100%;
	margin-top:30px;
}
.asset_2 {
	padding:110px 0 0;
}
.asset_2 ul {
	margin:0 -60px;
}
.asset_2 ul li {
	padding:0 60px;
	margin-top:50px;
}
.asset_2 ul li img {
	display:block;
	margin:0 auto;
	height:100px;
}
.asset_2 ul li .title {
	font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:30px;
}
.asset_2 ul li .des {
	font-size:15px;
	line-height:30px;
	font-weight:500;
	margin-top:5px;
}
.asset_3 {
	padding:110px 0;
}
.asset_3 .text {
	text-align:center;
	margin-top:30px;
}
.asset_3 .text .name {
	font-size:24px;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:30px;
}
.asset_3 .text .ms {
	font-size:16px;
	font-weight:400;
	color:rgba(0,0,0,1);
	max-width:950px;
	margin:10px auto 0;
}
.asset_3 .am-nav-tabs {
	border:none;
	margin-top:35px;
}
.asset_3 .am-nav-tabs li {
	margin:0;
	width:50%;
}
.asset_3 .am-nav-tabs li a {
	display:block;
	padding:0;
	text-align:center;
	border:none!important;
	margin:0;
	font-size:18px;
	line-height:60px;
	font-weight:500;
	font-size:20px;
	color:#006897;
	background:rgba(0,160,233,0.3);
}
.asset_3 .am-nav-tabs li.am-active a {
	background:rgba(0,160,233,1);
	color:#fff;
}
.asset_3 .am-tabs-bd {
	padding:0;
	border:none;
}
.asset_3 .am-tabs-bd .am-tab-panel {
	padding:0
}
.asset_3 .am-tabs-bd .am-tab-panel ul {
	margin:0 -15px;
}
.asset_3 .am-tabs-bd .am-tab-panel ul li {
	padding:0 15px;
	margin-top:30px;
}
.asset_3 .am-tabs-bd .am-tab-panel ul li img {
	display:block;
	width:100%;
}
.asset_3 .am-tabs-bd .am-tab-panel ul li span {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 20px;
	height:75px;
	background:#f8f8f8;
	font-size:16px;
	font-weight:500;
	text-align:center;
	line-height:33px;
}
.asset_4 .img {
	height:450px;
	position:relative;
	background-color:linear-gradient(270deg,rgba(0,0,0,1) 0%,rgba(238,238,238,0) 100%);
	background-position:center center;
	background-repeat:no-repeat;
	display:flex;
	justify-content:center;
	flex-direction:column;
	color:#fff;
	padding:0 40px;
}
.asset_4 .img .title {
	font-size:28px;
	line-height:31px;
	font-weight:600;
	max-width:640px;
}
.asset_4 .img .des {
	font-size:18px;
	line-height:30px;
	font-weight:300;
	max-width:640px;
	margin-top:5px;
}
.asset_4 .img .des ul {
	margin:35px 0 0;
}
.asset_4 .img .dot {
	position:absolute;
}
.asset_4 .img .dot:before {
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../dot.html) center center no-repeat;
	background-size:auto;
	background-size:cover;
	margin:0 auto;
}
.asset_4 .img .dot:after {
	display:block;
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	left:50%;
	margin-left:-10px;
	top:0;
	box-shadow:inset 0 0 2px rgba(0,160,217,1);
	border-radius:50%;
	-webkit-animation:scale-zoom 1s infinite;
	-moz-animation:scale-zoom 1s infinite;
	-ms-animation:scale-zoom 1s infinite;
	animation:scale-zoom 1s infinite;
}
.asset_4 .img .dot.one {
	left:390px;
	top:192px;
}
.asset_4 .img .dot.two {
	left:628px;
	top:198px;
}
.asset_4 .img .dot.two:before {
	width:30px;
	height:30px;
}
.asset_4 .img .dot.two:before:after {
	width:30px;
	height:30px;
	margin-left:-15px;
}
.asset_4 .img .dot.three {
	left:762px;
	top:166px;
}
.asset_4 .img .dot.three:before {
	width:40px;
	height:40px;
}
.asset_4 .img .dot.three:before:after {
	width:40px;
	height:40px;
	margin-left:-20px;
}
.asset_4 .img .dot.four {
	right:188px;
	top:135px;
}
.asset_5 {
	margin-top:100px;
}
.asset_5.last {
	margin-top:60px;
}
.asset_5 .web_w {
	display:flex;
	justify-content:space-between;
}
.asset_5.last .web_w {
	flex-direction:row-reverse;
}
.asset_5 .web_w:after {
	display:none;
}
.asset_5 dt {
	width:440px;
	background:rgba(246,246,246,1);
	padding:30px;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.asset_5 dt .title {
	font-size:26px;
	line-height:38px;
	color:#00A0E9;
}
.asset_5 dt .des {
	font-size:16px;
	line-height:30px;
	margin-top:10px;
}
.asset_5 dd {
	width:calc(100% - 460px);
}
.asset_5 dd img {
	display:block;
	width:100%;
}
.asset_6 {
	padding:60px 0;
	background:rgba(246,246,246,1);
	margin-top:100px;
}
.asset_6 .am-slider-default {
	border:none;
	box-shadow:none;
	border-radius:0;
	margin:45px 0 0;
	background:none;
}
.asset_6 .am-slides li a {
	display:block;
	background-color:#fff;
	padding:63px 24px 30px;
}
.asset_6 .am-slides li .img {
	padding:0 23px;
}
.asset_6 .am-slides li .img img {
	display:block;
	width:100%;
}
.asset_6 .am-slides li .title {
	font-size:20px;
	font-weight:600;
	color:rgba(27,33,37,1);
	line-height:36px;
	margin-top:40px;
	white-space:nowrap;
	overflow:hidden;
}
.asset_6 .am-slides li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	margin-top:12px;
}
.asset_6 .am-slides li .more {
	font-size:16px;
	font-weight:400;
	color:rgba(0,143,251,1);
	line-height:22px;
	margin-top:18px;
	text-align:right;
}
.asset_6 .am-slides li .more i {
	margin-left:10px;
}
.asset_7 {
	padding:100px 0;
}
.asset_7 ul {
	margin:0 -40px;
}
.asset_7 li {
	padding:0 40px;
	margin-top:40px;
}
.asset_7 li img {
	display:block;
	width:100%;
}
.asset_7 li span {
	display:block;
	text-align:center;
	margin-top:20px;
	font-size:16px;
	font-weight:500;
}
.trailer_1 {
	padding:100px 0;
}
.trailer_1.last {
	padding:0;
}
.trailer_1.first {
	padding-bottom:0;
}
.trailer_1 .web_w {
	display:flex;
	justify-content:space-between;
}
.trailer_1.last .web_w {
	flex-direction:row-reverse;
}
.trailer_1.center dt {
	width:55%;
}
.trailer_1.center dd {
	width:calc(45% - 20px);
}
.trailer_1.center .web_w {
	align-items:center;
}
.trailer_1 .web_w:after {
	display:none;
}
.trailer_1 .name {
	font-size:36px;
	font-weight:500;
	color:rgba(0,160,233,1);
	line-height:120%;
	margin-bottom:60px;
	text-align:center;
}
.trailer_1 .name .des_text {
	text-align:center;
	margin-top:10px;
}
.trailer_1 dt {
	width:440px;
	background:rgba(0,160,233,0.08);
	padding:30px;
	border-radius:10px;
	display:flex;
	justify-content:center;
	flex-direction:column;
}
.trailer_1 dt .title,.trailer_1 .des_title {
	font-size:24px;
	line-height:38px;
	color:#00A0E9;
}
.trailer_1 dt .des {
	font-size:15px;
	line-height:30px;
	margin-top:10px;
}
.trailer_1 dd {
	width:calc(100% - 460px);
	position:relative;
}
.trailer_1 dd img {
	display:block;
	width:100%;
}
.trailer_1 dd img.small_1 {
	width:auto;
	position:absolute;
	left:20%;
	top:10%;
	transform:translate(-50%,-50%);
}
.trailer_1 dd img.small_2 {
	width:auto;
	position:absolute;
	left:45%;
	top:0;
	transform:translate(-50%,-110%);
}
.trailer_1 dd img.small_3 {
	width:auto;
	position:absolute;
	left:56%;
	top:2%;
	transform:translate(-50%,-50%);
}
.trailer_1 dd img.small_4 {
	width:auto;
	position:absolute;
	left:25%;
	top:40%;
	transform:translate(-50%,50%);
	z-index:5;
}
.trailer_1 dd img.small_5 {
	width:auto;
	position:absolute;
	left:0%;
	top:0%;
	transform:translate(-50%,50%);
	z-index:4;
}
.trailer_1 dt.trailer_features_list {
	padding:0;
	background-color:#fff;
	width:320px;
}
.trailer_1 dt.trailer_features_list li {
	display:flex;
	align-items:center;
	font-size:16px;
	margin:10px 0;
}
.trailer_1 dt.trailer_features_list li img {
	width:40px;
	height:40px;
	margin-right:20px;
}
.trailer_1 dd.trailer_features_pro {
	width:calc(100% - 320px);
}
.trailer_features_pro .slick-list {
	padding:50px 0!important;
}
.trailer_features_pro .iteam {
	margin:0;
	transition:all 300ms ease;
	font-weight:500;
}
.trailer_features_pro .list {
	position:relative;
	overflow:hidden;
	z-index:1;
	transition:all 300ms ease;
	margin:0 20px;
	color:rgba(0,0,0,1);
	text-align:center;
	background-color:#fff;
	box-shadow:6px 6px 10px 0px rgba(119,165,186,0.2);
}
.trailer_features_pro .list .img {
	position:relative;
}
.trailer_features_pro .list .img:after {
	display:block;
	content:'';
	padding-bottom:107.2%;
}
.trailer_features_pro .list img {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	object-fit:cover;
}
.trailer_features_pro .list span {
	display:block;
	font-size:16px;
	font-weight:500;
	padding:10px 0;
	text-align:center;
	position:relative;
}
.trailer_features_pro .list.slick-current {
	z-index:10;
	transform:scale(1.2);
	transition:all 300ms ease;
}
.trailer_features_pro .list.slick-current span {
	top:-5px;
	font-size:14px;
}
.trailer_features_pro .slick-arrow {
	width:27px;
	height:50px;
	line-height:50px;
	margin-top:-25px;
}
.trailer_features_pro .slick-prev {
	left:-10px;
	z-index:10;
}
.trailer_features_pro .slick-next {
	right:-10px;
	z-index:10;
}
.trailer_features_pro .slick-prev:before {
	font-family:'FontAwesome';
	content:"\f104";
	font-size:40px;
	color:#ccc;
}
.trailer_features_pro .slick-next:before {
	font-family:'FontAwesome';
	content:"\f105";
	font-size:40px;
	color:#ccc;
}
.trailer_features_pro .slick-prev:hover:before,.trailer_features_pro .slick-next:hover:before {
	color:#00A0E9;
}
.rentaltools_banner .text .title {
	max-width:80%;
	line-height:140%;
	height:auto;
}
.rentaltools_applications ul {
	margin:0 -10px;
}
.rentaltools_applications li {
	padding:0 10px;
}
.rentaltools_list dt {
	padding:0;
	background-color:#fff;
	width:360px;
}
.rentaltools_list dd.trailer_features_pro {
	width:calc(100% - 400px);
}
.rentaltools_list .web_w {
	align-items:center;
}
.rentaltools_list .sideMenu .titles {
	padding:12px 0;
	border-top:#cdcdcd solid 1px;
	font-size:16px;
	font-weight:400;
}
.rentaltools_list .sideMenu .titles.last {
	border-bottom:#cdcdcd solid 1px;
}
.rentaltools_list .sideMenu .titles.on {
	display:none;
}
.rentaltools_list .sideMenu .des {
	line-height:22px;
	margin-top:0;
	font-size:12px;
	padding:12px;
}
.rentaltools_list .sideMenu .des i {
	width:60px;
}
.rentaltools_list .sideMenu .des span {
	width:calc(100% - 60px);
}
.package_des {
	padding:80px 0;
}
.package_des dt .title {
	border-bottom:#00A0E9 solid 1px;
	font-size:26px;
	color:#00A0E9;
	padding-bottom:10px;
}
.package_des dt .des {
	font-size:18px;
	margin-top:20px;
}
.package_des dd ul {
	margin:50px 0 0;
}
.package_des dd ul li {
	padding:0;
	text-align:center;
	color:#00A0E9;
	font-size:16px;
}
.package_des dd ul li img {
	display:block;
	margin:0 auto 20px;
	max-height:106px;
}
.battery_warp {
	padding:5% 0;
}
.battery_name,.battery_case .name,.battery_pro .name {
	text-align:center;
	color:#00a0e9;
	font-size:32px;
}
.battery_block {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:4.5%;
}
.battery_block.last {
	flex-direction:row-reverse;
}
.battery_block dt {
	width:58.5%
}
.battery_block dt img {
	display:block;
	width:100%;
}
.battery_block dd {
	width:37.3%;
	background-color:#ebf8fd;
	padding:30px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.battery_block dd .title {
	font-size:22px;
	line-height:140%;
	font-weight:500;
	color:#009de2;
}
.battery_block dd .text {
	margin-top:25px;
	font-size:16px;
	line-height:30px;
}
.battery_pro {
	margin-top:6%
}
.battery_pro dd {
	margin-top:2%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.battery_pro dd .list {
	width:300px;
}
.battery_pro dd .list li {
	display:flex;
	align-items:center;
	font-size:16px;
	margin-top:15px;
}
.battery_pro dd .list li:first-of-type {
	margin-top:0;
}
.battery_pro dd .list li img {
	width:46px;
	height:46px;
	margin-right:15px;
}
.battery_pro dd .pic {
	width:calc(100% - 330px);
	display:flex;
	justify-content:space-between;
}
.battery_pro dd .pic a {
	width:calc(33.33% - 7px);
	box-shadow:5px 5px 5px rgba(0,160,223,0.06);
	padding-bottom:20px;
}
.battery_pro dd .pic a .img {
	position:relative;
	overflow:hidden;
}
.battery_pro dd .pic a .img:after {
	display:block;
	content:'';
	padding-bottom:114.73%;
}
.battery_pro dd .pic a .img img {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	transition:all 300ms ease-in-out 0s;
	z-index:1;
}
.battery_pro dd .pic a:hover img {
	transform:scale(1.2)
}
.battery_pro dd .pic a .title {
	text-align:center;
	font-size:16px;
	margin-top:10px;
	position:relative;
	z-index:2;
}
.battery_case {
	margin-top:6%
}
.battery_case .des {
	margin-top:2%;
	text-align:center;
	font-size:15px;
}
.battery_case ul {
	margin:0 -4px;
}
.battery_case li {
	padding:0 4px;
	margin-top:4%;
	text-align:center;
	font-size:16px;
}
.battery_case li img {
	display:block;
	width:100%;
	margin:0 auto;
}
.battery_case li span {
	display:block;
	margin-top:2%;
}
.pagination,.pagination_list,.page_list {
	clear:both;
	height:25px;
	line-height:25px;
	margin:0 auto;
	text-align:center;
	font-size:16px;
	margin-top:30px;
}
.page_list.last {
	margin-top:0
}
.pagination ul li,.pagination_list ul li,.page_list strong,.page_list span,.page_list a {
	display:inline-block;
	width:25px;
	height:25px;
	line-height:25px;
	margin:0 5px;
	border-radius:50%;
	font-weight:normal;
}
.page_list span,.page_list a:last-child {
	margin-right:0;
}
.page_list a:last-child {
	padding:0px;
}
.page_list strong {
	background-color:#00a0e9;
	color:#fff;
}
.pagination ul li b,.pagination_list ul li b,.page_list span {
	display:inline-block;
	font-weight:normal;
}
.pagination ul li.active,.pagination_list ul li.active {
	cursor:pointer;
}
.error_x {
	text-align:center;
	height:150px;
	line-height:150px;
	background-color:#f8f8f8;
	font-size:16px;
}
.error_x i {
	margin-right:10px;
}
#k_ajax #k_ajaxBox {
	border:none;
	padding:0
}
#k_ajax #k_ajaxBox #k_ajaxSubmit {
	padding-right:0;
}
#k_ajax #k_ajaxBox #k_ajaxSubmit p a.k_close {
	margin-right:5px;
}
#k_ajax #k_ajaxBox #k_ajaxSubmit p a.k_close {
	line-height:16px;
	height:20px;
	padding:2px 15px;
	font-size:12px;
}
.pages {
	position:relative;
	margin-top:30px;
	font-size:14px;
	border-bottom:#dedede solid 1px;
	border-top:#dedede solid 1px;
	padding:10px 0;
	position:relative;
}
.pages .page {
	height:34px;
	line-height:34px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.pages .return {
	display:block;
	line-height:34px;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-17px;
}
.page_t {
	margin-top:60px;
	background-color:#f2f2f2;
	line-height:50px;
	padding:0 20px;
	font-size:20px;
	color:#333;
	font-family:'Oswald',Arial,sans-serif;
}
.page_t i {
	font-size:16px;
	margin-right:8px;
}
.guestbook_load {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	background:#000\5;
	filter:alpha(opacity=50);
	position:fixed;
	left:0;
	top:0;
	z-index:9999;
	overflow:hidden;
}
.guestbook_load .text {
	width:250px;
	height:80px;
	line-height:80px;
	background:#fff;
	text-align:center;
	position:absolute;
	left:0;
	top:50%;
	font-size:16px;
	border-radius:8px;
	left:50%;
	margin-left:-125px;
	top:50%;
	margin-top:-40px;
	color:#000;
}
.guestbook_load .text span {
	margin-right:8px;
}
#my-alert .am-modal-btn {
	color:#000;
}
#down_prompt .am-modal-footer {
	text-transform:uppercase;
}
#down_prompt .am-modal-btn {
	color:#333;
	font-size:15px;
}
#down_prompt .am-btn {
	color:#00a0e9;
	font-size:15px;
}
#down_prompt .am-modal-hd {
	text-transform:uppercase;
	color:#00a0e9;
	font-size:16px;
	font-weight:bold;
}
@media screen and (max-width:640px) {
	.am-paragraph-default video,.am-paragraph-default iframe {
	display:block;
	width:100%!important;
	height:240px!important;
	background-color:#000000;
}
.home_banner.am-slider-default .am-slides li {
	height:auto;
	background-size:cover;
}

.home_banner.am-slider-default .am-slides li.li_0 {
	background:none!important;
	position:relative;
}
.home_banner.am-slider-default .am-slides li a.links {
	position:absolute;
	left;
	0;top;
	0;
}
.home_banner.am-slider-default .am-slides li a.links img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.home_banner .banner_text .web_w {
	height:100%;
}
.home_banner .banner_text .text {
	height:100%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	opacity:0;
}
.home_banner .banner_text .text .title {
	font-size:16px;
	line-height:24px;
	max-width:80%;
	margin:0;
}
.home_banner .banner_text .text .des {
	font-size:14px;
	font-weight:500;
	line-height:22px;
	max-width:100%;
	margin-top:5px;
}
.home_banner .banner_text .text .link {
	display:block;
	width:110px;
	height:30px;
	line-height:30px;
	background:#00a0e9;
	border-radius:30px;
	font-size:13px;
	margin-top:10px;
}
.home_banner .li_2 .banner_text .text .title {
	font-size:16px;
	line-height:24px;
}
.home_banner .li_2 .banner_text .text .title:before {
	display:block;
	content:'';
	width:40px;
	height:2px;
	background-color:#fff;
	margin-bottom:10px
}
.home_banner .li_2 .banner_text .text .des {
	font-size:14px;
	line-height:24px;
	font-weight:500;
}
.home_banner .am-control-nav {
	bottom:10px;
}
@keyframes anima {
	from {
	width:10px;
}
to {
	width:22px;
}
}.home_title {
	padding:0 10px;
}
.home_title .title {
	font-size:18px;
	line-height:30px;
	font-weight:bold;
}
.home_title .des {
	font-size:14px;
	line-height:22px;
	margin-top:5px;
}
.home_title .ms {
	font-size:14px;
	margin:10px auto 0;
}
.home_title .more {
	display:block;
	width:110px;
	line-height:30px;
	font-size:14px;
	margin:10px auto 0;
}
.home_solution {
	padding-top:30px;
}
.home_solution_list {
	margin-top:20px;
	height:auto;
	flex-direction:column;
}
.home_solution_list dd:nth-of-type(1) {
	width:100%;
}
.home_solution_list dd:nth-of-type(2) {
	width:100%;
}
.home_solution_list dd:nth-of-type(3) {
	width:100%;
}
.home_solution_list dd .iteam {
	height:auto;
	padding:20px 10px;
}
.home_solution_list dd img {
	width:55px;
	height:55px;
	margin:0 auto;
}
.home_solution_list dd .title {
	font-size:16px;
	font-weight:500;
	line-height:24px;
	margin-top:10px;
}
.home_solution_list dd:nth-of-type(1) .title {
	margin-top:5px;
}
.home_solution_list dd:nth-of-type(1) .des {
	font-size:13px;
	font-weight:300;
	color:rgba(0,0,0,1);
	line-height:22px;
	margin-top:10px;
	padding:0;
}
.home_solution_list dd:nth-of-type(2) .des {
	font-size:13px;
	font-weight:300;
	color:rgba(255,255,255,1);
	line-height:22px;
	margin-top:0;
	padding:0;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(3) .title {
	display:block;
	margin-top:10px;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(3) .des {
	margin-top:10px;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(1) {
	width:50%;
	height:auto;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(2) {
	width:50%;
	height:auto;
}
.home_solution_list dd:nth-of-type(2) .iteam:nth-of-type(3) {
	width:100%;
	height:auto;
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(1) {
	width:100%;
	height:auto;
	overflow:hidden;
	padding:0;
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(1) .img:after {
	display:block;
	content:'';
	padding-bottom:40%;
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(2) {
	width:100%;
	height:auto;
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(2) .title {
	margin-top:5px;
	color:rgba(0,160,233,1);
}
.home_solution_list dd:nth-of-type(3) .iteam:nth-of-type(2) .des {
	font-size:13px;
	line-height:22px;
	margin-top:10px;
	padding:0;
}
.home_solution_scroll {
	padding:30px 0;
}
.home_solution_scroll .home_solution_iteam {
	margin:20px 0 0;
}
.home_solution_iteam .slick-list {
	padding:0!important;
}
.home_solution_iteam .list {
	margin:0px;
}
.home_solution_iteam .list .title {
	font-size:16px;
	font-weight:500;
	line-height:24px;
	margin-top:10px;
}
.home_solution_iteam .list .des {
	font-size:13px;
	line-height:22px;
	margin-top:5px;
}
.home_solution_iteam .list.slick-current {
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-webkit-transform:scale(1);
	transform:scale(1);
}
.home_solution_iteam .list.slick-current .title,.home_solution_iteam .list.slick-current .des {
	position:relative;
	top:0;
}
.home_solution_iteam .slick-dots {
	margin:0;
	left:0;
	bottom:-30px
}
.home_solution_iteam .slick-dots li {
	height:8px;
	width:8px;
	margin:0 5px;
	position:relative;
	border-radius:50%;
	background-color:#ccc;
}
.home_solution_iteam .slick-dots li.slick-active {
	background-color:rgba(0,160,233,1);
}
.home_solution_iteam .slick-dots li button {
	display:none;
}
.home_solution_iteam .list.slick-current .title {
	font-size:16px;
}
.home_solution_iteam .list.slick-current .title span {
	font-size:12px;
}
.home_solution_iteam .list.slick-current .des {
	font-size:13px;
}
.home_product {
	margin-top:30px;
}
.home_product dt {
	padding:20px 0;
}
.home_product dd a {
	display:flex;
	width:50px;
	height:50px;
	padding:5px;
	font-size:10px;
	line-height:12px;
	justify-content:center;
}
.home_product dd a:nth-of-type(1) {
	left:60%;
	top:2%;
}
.home_product dd a:nth-of-type(2) {
	left:30%;
	bottom:15%;
}
.home_product dd a:nth-of-type(3) {
	left:52%;
	bottom:10%;
}
.home_product dd a:nth-of-type(4) {
	right:5%;
	bottom:5%;
}
.home_about {
	padding:30px 0;
}
.home_about ul {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.home_about ul li {
	margin-top:20px;
	width:calc(33.33% - 10px);
}
.home_about ul li img {
	display:block;
	height:50px;
	margin:0 auto;
}
.home_about ul li strong {
	display:inline-block;
	font-size:18px;
	line-height:24px;
	margin-top:10px;
}
.home_about ul li span {
	display:block;
	font-size:13px;
	line-height:20px;
	margin-top:5px;
}
.home_video {
	display:block;
	position:relative;
	height:auto;
}
.home_video::before {
	display:block;
	content:'';
	padding-bottom:60%;
}
.home_video i {
	font-size:40px;
}
.video_modal {
	width:calc(100% - 5px);
	position:relative;
	left:-2px;
}
.home_partners {
	padding:30px 0;
}
.home_partners ul {
	margin:0 -5px;
}
.home_partners ul li {
	padding:0 5px;
	margin-top:10px;
}
.home_voice {
	padding:30px 0;
	margin-top:0;
}
.home_voice dd {
	margin-top:0;
	flex-direction:column;
}
.home_voice dd a {
	width:100%;
	margin-top:20px;
	align-items:center;
}
.home_voice dd .img {
	width:70px;
}
.home_voice dd .img img {
	display:block;
	width:100%;
}
.home_voice dd a:hover .text .title {
	color:#1E7ABB;
}
.home_voice dd .text {
	width:calc(100% - 90px);
	display:flex;
	flex-direction:column;
}
.home_voice dd .text .title {
	font-size:14px;
	padding-bottom:15px;
}
.home_voice dd .text .des {
	font-size:13px;
	line-height:20px;
	margin-top:10px;
}
.banner {
	height:100px;
	line-height:100px;
	margin-top:0px;
	font-size:30px;
}
.product_warp {
	padding:0 0 30px;
}
.product_warp .am-nav-tabs {
	border:none;
	margin:0px;
	text-align:center;
}
.product_warp .am-nav-tabs li {
	width:calc(50% - 5px);
	float:left;
	display:block;
	font-size:15px;
	margin:0 0 10px 0;
	padding:0;
}
.product_warp .am-nav-tabs li:nth-of-type(even) {
	float:right;
}
.product_warp .am-nav-tabs li a {
	display:block;
	line-height:50px;
	padding:0;
	margin:0;
	border:none!important;
	background:#f2f2f2!important;
}
.product_warp .am-nav-tabs li.am-active a {
	color:#00a0e9;
}
.product_warp .am-tabs-bd {
	border:none;
	padding:0;
}
.product_warp .am-tabs-bd .am-tab-panel {
	padding:0px;
}
.product_list {
	margin:0 -10px;
}
.product_list li {
	padding:0 10px;
	margin-top:10px;
}
.product_list li a {
	display:block;
	border:#eeeeee solid 1px;
	position:relative;
	transition:all 300ms ease-in-out 0s;
}
.product_list li a:hover {
	border:#fff solid 1px;
	box-shadow:0 0 20px #ddf6ff;
}
.product_list li a .title {
	display:block;
	max-width:50%;
	height:100%;
	position:absolute;
	left:20px;
	top:0px;
}
.product_list li a .title .am-vertical-align-middle {
	font-size:22px;
}
.product_list li a .title .title_1:after {
	display:block;
	content:'';
	width:30px;
	height:1px;
	background-color:#00a0e9;
	margin-top:8px;
}
.product_list li a img {
	display:block;
	width:100%;
}
.product_list li a em {
	display:block;
	font-size:18px;
	background-color:#d60000;
	color:#fff;
	padding:0px 15px;
	font-style:normal;
	position:absolute;
	left:0;
	top:0;
}
.product_warp .listname {
	top:-10px;
	margin-top:30px;
	font-size:20px;
}
.product_warp .listname:after {
	bottom:-1px;
}
.banner_img img {
	display:block;
	width:100%;
	height:200px;
	object-fit:cover;
}
.banner_img .banner_con {
	width:100%;
	height:150px;
	padding:10px 14px;
	top:75px;
}
.banner_img .banner_con dt {
	font-size:18px;
}
.banner_img .banner_con dd {
	display:flex;
}
.banner_img .banner_con dd span {
	margin-top:5px;
	font-size:14px;
}
.pro_new_warp {
	padding-bottom:20px;
}
.pro_new_nav {
	min-height:50px;
	height:auto;
}
.pro_new_nav:after {
	display:block;
	content:'';
	clear:both;
}
.pro_new_nav a {
	display:block;
	width:50%;
	line-height:20px;
	padding:10px 0;
	float:left;
}
.pro_new_nav a:nth-of-type(even) {
	float:right;
}
.pro_new_iteam {
	padding-top:30px;
	padding-bottom:30px;
}
.pro_new_iteam .name {
	font-weight:400;
	text-align:center;
	font-size:22px;
}
.pro_new_list {
	margin:20px -5px 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.pro_new_list li {
	padding:0 5px;
	margin-top:20px;
}
.pro_new_list li a {
	padding:0 10px 10px;
	height:100%;
}
.pro_new_list li .des span {
	min-height:100px;
}
.pro_new_list li .des strong {
	font-size:16px;
	line-height:22px;
}
.product_page .am-tab-panel {
	margin-top:10px;
	font-size:15px;
}
.product_page .am-tab-panel p {
	font-size:18px;
}
.pro_des .text {
	width:100%;
	float:none;
	margin-top:30px;
}
.pro_des .title {
	font-size:22px;
	line-height:30px;
}
.pro_des .title:after {
	display:block;
	content:'';
	width:80px;
	height:1px;
	background-color:#00a0e9;
	margin-top:10px;
}
.pro_des .des {
	font-size:16px;
	margin-top:20px;
}
.pro_des .des p {
	font-size:16px;
}
.pro_des .des .order_btn {
	width:160px;
	height:40px;
	line-height:40px;
	font-size:14px;
	margin-top:20px;
}
.pro_imgs {
	margin:0;
	box-shadow:none;
	width:100%;
	float:none;
	border-radius:0;
	border:#f2f2f2 solid 1px;
	padding:1px;
}
.pro_imgs .am-slides li img {
	display:block;
	width:100%;
	height:auto;
	margin:0 auto;
}
.pro_imgs .am-control-nav li {
	margin:0 3px;
}
.pro_des_iteam {
	margin-top:30px;
}
.pro_des_iteam dl {
	width:100%;
	float:none;
	text-align:left;
	margin-top:20px;
}
.pro_des_iteam dl.dl_r {
	float:none;
}
.pro_des_iteam dl dt {
	font-size:20px;
	color:#000000;
	padding-left:35px;
}
.pro_des_iteam dl dt i {
	left:0;
	right:inherit;
}
.pro_des_iteam dl dd {
	font-size:15px;
	margin-top:10px;
	padding:0;
}
.pro_des_iteam dl.dl_r dd {
	padding:0;
}
.pro_fl_name {
	background:#fff;
	-webkit-box-shadow:0 4px 15px rgba(0,0,0,.1);
	box-shadow:0 4px 15px rgba(0,0,0,.1);
	border-radius:7px 7px 0 0;
	border-bottom:3px solid #00a0e9;
	font-size:18px;
	padding:1rem 2rem;
	margin-top:20px;
	font-weight:bold;
}
.pro_fl_select {
	margin-top:30px;
	padding:20px 10px;
}
.pro_fl_select dd {
	display:flex;
	font-size:14px;
	justify-content:space-between;
	margin:15px 0 0;
	flex-wrap:wrap;
}
.pro_fl_select dd:first-of-type {
	margin:0;
}
.pro_fl_select dd span {
	font-size:15px;
	line-height:30px;
	width:100%;
	background-color:#00a0e9;
	color:#fff;
	border-radius:8px;
	text-align:center;
}
.pro_fl_select dd ul {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.pro_fl_select dd ul li {
	line-height:30px;
	margin-left:0;
	cursor:pointer;
	margin-top:10px;
}
.pro_fl_select dd ul li:before {
	margin-right:5px;
}
.pro_fl_select dd ul li:hover,.pro_fl_select dd ul li.on {
	color:#00a0e9;
}
.pro_fl_con_select {
	display:none;
}
.pro_video iframe,.pro_des_video iframe {
	width:100%!important;
	height:280px!important;
	margin:20px auto 0;
}
.about_warp {
	padding:0px 0 40px;
}
.about_company {
	font-size:15px;
}
.about_company p {
	font-size:15px;
}
.about_title {
	font-size:22px;
	line-height:30px;
}
.about_title:after {
	display:block;
	content:'';
	width:80px;
	height:1px;
	background-color:#00a0e9;
	margin:10px 0 0;
}
.about_company .am-paragraph-default {
	margin-top:20px;
}
.about_company_text {
	width:100%;
	float:none;
	margin-top:40px;
}
.about_company_text_list {
	font-size:15px;
	margin-top:10px;
	padding-left:0px;
}
.about_company_text_list i {
	position:inherit;
	color:#d2d2d2;
	margin-right:5px;
}
.about_company_img {
	width:100%;
	float:none;
	margin-top:20px;
}
.about_company_img img {
	display:block;
	width:100%;
}
.about_company.last .about_company_text {
	float:none;
}
.about_company.last .about_company_img {
	float:none;
}
.about_history {
	margin-top:30px;
}
.history_date {
	margin:20px 0 0 0;
}
.history_text {
	margin:10px 0 0 0;
}
.history_date:before {
	top:calc(50% + 20px);
}
.history_date .am-slides li a span {
	font-size:18px;
}
.history_date .am-direction-nav .am-prev {
	left:-8px;
	top:calc(50% + 20px)
}
.history_date .am-direction-nav .am-next {
	right:-8px;
	top:calc(50% + 20px)
}
.history_text {
	font-size:15px;
}
.history_text p {
	font-size:15px;
}
.video_company video {
	margin-top:10px;
}
.news_warp {
	padding:0px 0 30px;
}
.news_page_left {
	width:100%;
	float:none;
}
.news_page_right {
	display:none;
}
.news_nav a {
	display:block;
	width:calc(33.33% - 7px);
	background-color:#f2f2f2;
	float:left;
	height:50px;
	line-height:50px;
	font-size:16px;
	margin:0 10px 0 0;
	padding:0;
}
.news_nav a:nth-of-type(3n) {
	float:right;
	margin-right:0;
}
.news_nav:after {
	display:block;
	content:'';
	clear:both;
	font-size:0;
	overflow:hidden;
}
.news_nav a.on {
	color:#00a0e9;
}
.news_list {
	margin-top:0px;
}
.news_list.last {
	margin-top:20px
}
.news_list dl {
	width:100%;
	float:none;
	background-color:#f2f2f2;
	margin-bottom:10px;
}
.news_list dl:nth-of-type(even) {
	float:none;
}
.news_list dt {
	width:100px;
	height:100px;
	float:left;
	display:flex
}
.news_list dt img {
	display:block;
	width:100%;
	object-fit:cover;
}
.news_list dd {
	width:calc(100% - 100px);
	height:100px;
	float:right;
}
.news_list dd a {
	display:block;
	height:100%;
	padding:10px
}
.news_list dd .time {
	margin-bottom:0px;
	font-size:11px;
	color:#999;
	position:absolute;
	left:10px;
	bottom:10px;
}
.news_list dd strong {
	display:block;
	font-size:16px;
	line-height:22px;
	margin-top:8px;
	margin-bottom:8px;
	max-height:44px;
	overflow:hidden;
	font-weight:300;
}
.news_list dd .des {
	display:none;
}
.news_list dd .more {
	display:none;
}
.pagination,.pagination_list,.page_list {
	margin-top:20px;
	font-family:Arial,Helvetica,sans-serif;
}
.news_page_title {
	font-size:20px;
	line-height:26px;
	margin-top:30px;
	padding:0px;
}
.news_page_title_1 {
	margin-top:5px;
	margin-bottom:15px;
}
.news_page_title_1 span {
	display:inline-block;
	margin:0 8px;
}
.news_page_title_1 span:before {
	margin-right:5px;
}
.news_wapper_c,.news_wapper_c p {
	font-size:15px;
}
.page_t {
	margin-top:20px;
	padding:0 10px;
	font-size:16px;
}
.partners_name {
	font-size:22px;
	padding:30px 0;
}
.partners_list {
	margin-left:-5px;
	margin-right:-5px;
	margin-top:0px;
}
.partners_list li {
	padding:0 5px;
	margin-bottom:10px;
}
.partners_list li a {
	display:block;
	border:#dedede solid 1px;
	padding:8px;
	background-color:#FFFFFF;
}
.down_list {
	margin:0;
}
.down_list .am-nav-tabs {
	border:none;
	margin:0px;
	text-align:center;
}
.down_list .am-nav-tabs li {
	float:left;
	display:block;
	font-size:16px;
	margin:0 10px 0 0;
	margin-right:10px;
	width:calc(33.33% - 7px);
	background-color:#f2f2f2;
}
.down_list .am-nav-tabs li:last-of-type {
	float:right;
	margin-right:0;
}
.down_list .am-nav-tabs li a {
	height:50px;
	line-height:50px;
}
.down_list .am-nav-tabs li.am-active a {
	color:#00a0e9;
}
.down_list .am-tabs-bd {
	border:none;
	padding:0;
}
.down_list .am-tabs-bd .am-tab-panel {
	padding:20px 0 0;
}
.down_list table,.down_list table tr td {
	border:none;
}
.down_list table tr td {
	padding-top:15px;
	padding-bottom:15px;
	font-size:14px;
}
.down_list table tr td a {
	text-decoration:underline;
}
.down_list table tr td:nth-of-type(3),.down_list table tr td:nth-of-type(4) {
	display:none;
}
.faq_list {
	margin:0;
}
.faq_list .am-accordion-title {
	padding:10px;
	font-size:15px;
	color:#333;
	font-weight:bold;
}
.faq_list .am-active .am-accordion-title {
	background-color:#00a0e9;
	color:#fff;
}
.faq_list .am-accordion-content {
	padding:8px 10px;
	font-size:14px;
}
.faq_list .am-accordion-content p,.faq_list .am-accordion-content p a {
	color:#666;
}
.faq_list.am-accordion-gapped .am-accordion-item {
	margin:0 0 10px 0;
}
.video_list {
	margin:0px;
}
.video_list li {
	padding:0px;
	margin-bottom:10px;
}
.video_list li a .am-icon-play-circle-o {
	font-size:60px;
}
.solutions_list {
	margin:0px;
}
.solutions_list li {
	padding:0px;
	margin:0 0 10px 0;
}
.solutions_list li strong {
	font-size:20px;
}
.map {
	height:280px;
	margin-top:10px;
	margin-top:20px;
}
.contact_left {
	width:100%;
	float:none;
	margin:100px 0 0 0;
}
.con_title {
	padding-bottom:15px;
	font-size:22px;
}
.contact_detail {
	margin-top:15px;
}
.contact_detail_title {
	margin:0 0 15px;
}
.contact_right {
	width:100%;
	float:none;
	margin-top:20px;
}
.feedback_add {
	margin-top:30px;
}
.feedback_add .am-input-group {
	margin:0 0 10px;
}
.feedback_add textarea {
	height:100px;
}
.feedback_add .k_submits {
	display:block;
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	background-color:#00a0e9;
	cursor:pointer;
	border:none;
	font-size:16px;
	margin-top:10px;
}
.bike_1:after {
	display:block;
	content:'';
	padding-bottom:115%;
}
.bike_1 img {
	display:none;
}
.bike_1 .text .des {
	width:100%;
	float:none;
	padding:10px;
	margin:0 auto;
}
.bike_1 .text .des .title_1 {
	font-size:16px;
}
.bike_1 .text .des .title_2 {
	font-size:18px;
	margin-bottom:10px;
}
.bike_1 .text .des .title_2:after {
	width:50px;
	margin-top:5px;
}
.bike_1 .text .des p {
	margin-bottom:10px;
	font-size:14px;
}
.bike_2 {
	padding:30px 0;
}
.bike_2 .web_w {
	padding-bottom:0;
	border-bottom:none;
}
.bike_2 .title_1 {
	font-size:18px;
	margin-bottom:10px;
}
.bike_2 .title_1:after {
	width:100px;
	margin-top:5px;
}
.bike_2 .text {
	margin-bottom:15px;
	font-size:14px;
}
.bike_2 .text p {
	margin-bottom:10px;
	color:#3e3e3e;
	font-size:14px;
}
.bike_2 ul {
	margin:0 -7px;
}
.bike_2 ul li {
	padding:0 7px;
	margin-top:10px;
}
.bike_2 ul li img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.bike_3 {
	padding:30px 0;
}
.bike_3 .title_1 {
	font-size:18px;
	margin-bottom:10px;
}
.bike_3 .title_1:after {
	width:100px;
	margin-top:5px;
}
.bike_3 .text {
	margin-bottom:10px;
	font-size:14px;
}
.bike_3 .text p {
	margin-bottom:10px;
}
.bike_3 ul {
	margin:0 -7px;
}
.bike_3 ul li {
	padding:0 7px;
	margin-top:10px;
	font-size:14px;
	line-height:22px;
}
.bike_3 ul li img {
	margin:0 auto 5px;
	width:50%;
}
.bike_4 .text .des .title {
	font-size:18px;
	text-align:center;
}
.bike_4 .text .des img {
	margin:10px auto 0;
}
.bike_5 {
	padding:30px 0;
}
.bike_5 .text {
	margin-bottom:20px;
}
.bike_5 .text .title {
	font-size:16px;
	margin-bottom:15px;
}
.bike_5 .text p {
	margin-bottom:10px;
	font-size:14px;
}
.bike_6 {
	position:relative;
}
.bike_6:after {
	display:block;
	content:'';
	padding-bottom:90%;
}
.bike_6 .bg_img {
	display:none;
}
.bike_6 .text .des {
	width:calc(100% - 15px);
	margin:0 auto;
	padding:20px;
}
.bike_6 .text .des .title {
	font-size:16px;
	padding-bottom:15px;
	margin-bottom:15px;
}
.bike_6 .text .des p {
	font-size:14px;
}
.bike_7 {
	padding:30px 0;
}
.bike_7 p {
	font-size:16px;
	margin-bottom:15px;
	font-size:14px;
}
.bike_7 p:last-of-type {
	margin-bottom:0;
}
.ddc_1 {
	height:auto;
	background-size:cover;
}
.ddc_1:after {
	display:block;
	content:'';
	padding-bottom:120%;
}
.ddc_1 .text .des .title {
	font-size:18px;
	margin-bottom:10px;
	font-weight:bold;
}
.ddc_1 .text .more_btn {
	width:160px;
	height:40px;
	line-height:40px;
	font-size:16px;
	margin-top:20px;
}
.ddc_2 {
	padding:30px 0;
}
.ddc_2 .title {
	height:auto;
	font-size:22px;
	line-height:32px;
}
.ddc_2 .des {
	font-size:16px;
	margin-top:10px;
}
.ddc_2 ul {
	margin:0;
	padding:0;
}
.ddc_2 ul li {
	margin-top:20px;
	padding:0px;
}
.ddc_2 ul li span {
	margin-top:10px;
}
.ddc_3 {
	padding:30px 10px;
}
.ddc_3 .title {
	height:auto;
	font-size:22px;
	line-height:32px;
}
.ddc_3 img {
	width:100%;
	margin:20px auto 0;
}
.ddc_4 {
	padding:30px 0;
}
.ddc_4.last {
	padding-top:20px;
}
.ddc_4 .title {
	height:auto;
	font-size:22px;
	line-height:32px;
}
.ddc_4 .am-tabs {
	width:100%;
	margin:20px auto 0;
}
.ddc_4 .am-nav-tabs {
	border:none;
	text-align:center;
	margin:0;
	border-bottom:#EEEEEE solid 1px;
}
.ddc_4 .am-nav-tabs li {
	margin:0 15px;
}
.ddc_4.last .am-nav-tabs li {
	margin:0 20px;
}
.ddc_4 .am-nav-tabs li:first-of-type {
	margin-left:0;
}
.ddc_4 .am-nav-tabs li:last-of-type {
	margin-right:0;
}
.ddc_4 .am-nav-tabs li a {
	padding:0.7rem 0;
}
.ddc_4 .am-nav-tabs li a:before {
	width:50px;
	height:50px;
	margin:0 auto 10px;
}
.ddc_4 .am-nav-tabs li a span {
	font-size:16px;
	line-height:22px;
}
.ddc_4 .am-nav-tabs li.am-active a span:after {
	width:80px;
	height:3px;
	margin-left:-40px;
	bottom:-9px;
}
.ddc_4 .am-tabs-bd {
	padding:0;
	margin:0;
	border:none;
}
.ddc_4 .am-tabs-bd .am-tab-panel {
	padding:0;
}
.ddc_4 .am-tabs-bd .am-tab-panel .note {
	margin-top:20px;
}
.ddc_4_1 {
	margin:20px -4px 0
}
.ddc_4_1 li {
	padding:0 4px;
}
.ddc_4_1 li a {
	display:block;
	background:#FAFBFD;
	padding:15px 0;
}
.ddc_4_2 {
	margin:0px -4px 0
}
.ddc_4_2 li {
	padding:0 4px;
	margin-top:20px;
}
.ddc_4_2 li img {
	display:block;
	width:50px;
	height:50px;
	margin:0 auto;
}
.ddc_4_2 li span {
	display:block;
	margin:5px 0 0 0;
	text-align:center;
}
.ddc_4_3 {
	margin:20px auto 10px;
}
.ddc_4_4 {
	margin:0 -10px;
}
.ddc_4_4 li {
	padding:0 10px;
	margin-top:20px;
}
.ddc_4_4 li img {
	width:80px;
	height:80px;
}
.ddc_4_4 li span {
	display:block;
	color:#000000;
	font-weight:400;
	text-align:center;
}
.ddc_4_5 {
	padding:0px;
}
.ddc_5 {
	padding:20px 0 30px;
}
.ddc_5 .title {
	height:auto;
	font-size:22px;
	line-height:32px;
}
.ddc_5 ul {
	margin:0px -5px 0;
	padding:0px;
}
.ddc_5 ul li {
	padding:0 5px;
	text-align:center;
	margin-top:20px;
}
.ddc_5 ul li img {
	width:80px;
	height:80px;
}
.ddc_5 ul li span {
	margin-top:10px;
}
.ddc_6 {
	padding:20px 0 40px;
}
.ddc_6 .title {
	height:auto;
	font-size:22px;
	line-height:32px;
}
.ddc_6 ul {
	margin:0px -6px;
	padding:0;
}
.ddc_6 ul li {
	padding:0 6px;
	text-align:center;
	margin-top:20px;
}
.ddc_6 ul li span {
	margin-top:10px;
}
.jm_af_1 {
	height:auto;
	background-size:cover;
}
.jm_af_1:after {
	display:block;
	content:'';
	padding-bottom:120%;
}
.jm_af_1 .text .des {
	max-width:100%;
}
.jm_af_1 .text .des .title {
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
	font-weight:600;
}
.jm_af_1 .text .des p {
	font-size:15px;
	line-height:24px;
}
.jm_af_1 .text .more_btn {
	width:160px;
	height:40px;
	line-height:40px;
	font-size:16px;
	margin-top:30px;
}
.jm_af_2 {
	padding:40px 0!important;
}
.jm_af_title .title {
	font-size:22px;
	line-height:32px;
}
.jm_af_title .des {
	font-size:16px;
	line-height:22px;
	margin-top:10px;
}
.jm_af_2 dd img {
	margin:20px auto 0;
}
.jm_af_3 {
	padding:40px 0!important;
}
.jm_af_3 dd {
	margin-top:0px!important;
}
.jm_af_3 dd ul {
	margin:0;
}
.jm_af_3 dd ul li {
	padding:0;
	margin-top:20px;
}
.jm_af_3 dd ul li a {
	padding:0 30px 30px;
}
.jm_af_3 dd ul li .img {
	padding:0px;
}
.jm_af_3 dd ul li .title {
	font-size:22px;
	line-height:32px;
	margin-top:0px;
}
.jm_af_3 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	margin-top:12px;
}
.jm_af_3 dd ul li .more {
	margin-top:15px;
}
.jm_af_3 dd ul li .more i {
	margin-left:6px;
}
.jm_af_4 {
	padding:40px 0!important;
}
.jm_af_4 dd ul {
	margin:0px -7px;
}
.jm_af_4 dd ul li {
	padding:0 7px;
	margin-top:20px;
}
.jm_af_4 dd ul li .text {
	padding:0;
}
.jm_af_4 dd ul li img {
	display:block;
	height:100px;
}
.jm_af_4 dd ul li .title {
	font-size:16px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:22px;
	margin-top:0px;
}
.jm_af_5 {
	padding:20px 0 40px!important;
}
.jm_af_5 dd {
	margin-top:20px!important;
}
.jm_af_5 .text_list {
	width:100%;
	float:none;
	position:relative;
	z-index:2;
}
.jm_af_5 .text_list li {
	padding:0;
}
.jm_af_5 .text_list li.line:before {
	display:block;
	content:'';
	height:1px;
	margin:0 auto;
	background-color:#E0E2E5;
}
.jm_af_5 .text_list li .title {
	font-size:16px;
	line-height:60px;
}
.jm_af_5 .text_list li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:10px;
}
.jm_af_5 .text_list li.on {
	background:rgba(242,244,248,1);
	border-radius:10px;
	padding:20px 10px 20px 70px;
}
.jm_af_5 .text_list li.on .title {
	line-height:22px;
}
.jm_af_5 .text_list li.on img {
	width:60px;
	height:60px;
	display:block;
	left:5px;
	margin-top:-30px;
}
.jm_af_5 .text_list li.on .des {
	display:block;
}
.jm_af_5 .imgs_list_w {
	width:100%;
	height:auto;
	float:none;
	margin-top:40px;
	position:relative;
	z-index:1;
}
.jm_af_5 .imgs_list_w:after {
	display:block;
	content:'';
	padding-bottom:72%;
}
.jm_af_5 .imgs_list {
	width:100%;
	height:100%;
	transform:rotate(90deg) translateY(0) translateX(-25%);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.jm_af_5 .imgs_list ul {
	width:100%;
	height:100%;
}
.jm_af_5 .imgs_list li {
	height:100%;
	width:100%;
	transition:all 0.5s;
	cursor:default;
	-moz-transition:all 0.5s;
	cursor:default;
	-webkit-transition:all 0.5s;
	cursor:default;
	-o-transition:all 0.5s;
	cursor:default;
	transform:rotate(-90deg);
	overflow:hidden;
}
.jm_af_5 .imgs_list li img {
	display:block;
	width:100%;
}
.jm_af_6 {
	padding:40px 0!important;
}
.jm_af_6 dd ul {
	margin:0 -7px;
}
.jm_af_6 dd ul li {
	padding:0 7px;
	margin-top:20px;
}
.jm_af_6 dd ul li .text {
	padding:0;
}
.jm_af_6 dd ul li img {
	display:block;
	height:80px;
}
.jm_af_6 dd ul li .title {
	font-size:16px;
	line-height:24px;
	margin-top:10px;
	min-height:48px;
}
.jm_af_6 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:15px;
}
.jm_af_6 {
	padding:40px 0!important;
}
.jm_af_6 dd ul {
	margin:0;
}
.jm_af_6 dd ul li {
	padding:0;
	margin-top:20px;
}
.jm_af_6 dd ul li a {
	padding:20px;
}
.jm_af_6 dd ul li .img {
	padding:0;
}
.jm_af_6 dd ul li .text {
	padding:0;
}
.jm_af_6 dd ul li .title {
	font-size:16px;
	line-height:24px;
	margin-top:10px;
}
.jm_af_6 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:15px;
}
.jm_af_7 {
	padding:20px 0 40px!important;
}
.jm_af_7 dd ul {
	margin:0 -7px;
}
.jm_af_7 dd ul li {
	padding:0 7px;
	margin-top:20px;
}
.jm_af_7 dd ul li .title {
	font-size:16px;
	margin-top:10px;
}
.jm_fleet_1 {
	height:auto;
	background-size:cover;
	background-image:url(../jm_fleet_banner.html);
}
.jm_fleet_1:after {
	display:block;
	content:'';
	padding-bottom:120%;
}
.jm_fleet_video {
	display:none;
}
.jm_fleet_1 .text .des {
	max-width:100%;
}
.jm_fleet_1 .text .des .title {
	font-size:22px;
}
.jm_fleet_1 .text .des .title_1 {
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
}
.jm_fleet_1 .text .des p {
	font-size:15px;
	line-height:24px;
}
.jm_fleet_1 .text .more_btn {
	width:160px;
	height:40px;
	line-height:40px;
	font-size:16px;
	margin-top:30px;
}
.jm_fleet_title .title {
	font-size:22px;
	line-height:32px;
}
.jm_fleet_title .des {
	font-size:16px;
	line-height:22px;
	margin-top:10px;
}
.jm_fleet_title .des {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
.jm_fleet_2 {
	padding:40px 0!important;
}
.jm_fleet_2 dd ul {
	margin:0;
}
.jm_fleet_2 dd ul li {
	padding:0px;
	margin-top:30px;
}
.jm_fleet_2 dd ul li .text {
	padding:0;
}
.jm_fleet_2 dd ul li img {
	display:block;
	height:80px;
}
.jm_fleet_2 dd ul li .title {
	font-size:18px;
	line-height:26px;
	margin-top:8px;
}
.jm_fleet_2 dd ul li .des {
	margin-top:15px;
}
.jm_fleet_3 {
	padding:20px 0 30px;
}
.jm_fleet_3 img {
	margin:30px auto 0;
}
.jm_fleet_4 {
	padding:40px 0;
	overflow:hidden;
}
.jm_fleet_img_center {
	margin:30px 0 0 0;
}
.jm_fleet_img_center .slick-list {
	padding:30px 0!important;
}
.jm_fleet_img_center h3 {
	margin:0;
}
.jm_fleet_img_center .img_iteam span {
	font-size:14px;
	margin-top:20px;
}
.jm_fleet_4 .more_btn {
	display:block;
	width:140px;
	height:42px;
	font-size:14px;
	line-height:42px;
	margin:0 auto;
}
.jm_fleet_5 {
	padding:40px 0!important;
}
.jm_fleet_5 dd ul {
	margin:0;
}
.jm_fleet_5 dd ul li {
	padding:0;
	margin-top:30px;
}
.jm_fleet_5 dd ul li img {
	display:block;
	height:80px;
}
.jm_fleet_6 {
	padding:40px 0!important;
}
.jm_fleet_6 dd {
	margin-top:0px!important;
}
.jm_fleet_6 dd ul {
	margin:0;
}
.jm_fleet_6 dd ul li {
	padding:0;
	margin-top:20px;
}
.jm_fleet_6 dd ul li a {
	padding:0 30px 30px;
}
.jm_fleet_6 dd ul li .img {
	padding:0px;
}
.jm_fleet_6 dd ul li .title {
	font-size:22px;
	line-height:32px;
	margin-top:0px;
}
.jm_fleet_6 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	margin-top:12px;
}
.jm_fleet_6 dd ul li .more {
	margin-top:15px;
}
.jm_fleet_6 dd ul li .more i {
	margin-left:6px;
}
.jm_fleet_6 .more_btn {
	display:block;
	width:140px;
	height:42px;
	font-size:14px;
	line-height:42px;
	margin:20px auto 0;
}
.jm_fleet_7 {
	padding:40px 0!important;
}
.jm_fleet_7 dd ul {
	margin:0 -7px;
}
.jm_fleet_7 dd ul li {
	padding:0 7px;
	margin-top:20px;
}
.jm_fleet_7 dd ul li .title {
	font-size:16px;
	margin-top:10px;
}
.jm_dvr_1 {
	height:auto;
}
.jm_dvr_1:after {
	display:block;
	content:'';
	padding-bottom:120%;
}
.jm_dvr_1 .text .des {
	max-width:100%;
}
.jm_dvr_1 .text .des .title {
	font-size:22px;
}
.jm_dvr_1 .text .des .title_1 {
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
}
.jm_dvr_1 .text .des p {
	font-size:15px;
	line-height:24px;
}
.jm_dvr_1 .text .more_btn {
	width:160px;
	height:40px;
	line-height:40px;
	font-size:16px;
	margin-top:30px;
}
.jm_dvr_title .title {
	font-size:22px;
	line-height:32px;
}
.jm_dvr_title .des {
	font-size:16px;
	line-height:22px;
	margin-top:10px;
}
.jm_dvr_title .des {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
.jm_dvr_2 {
	padding:40px 0px!important;
}
.jm_dvr_2 dd ul {
	margin:0;
}
.jm_dvr_2 dd ul li {
	padding:0px;
	margin-top:30px;
	text-align:center;
}
.jm_dvr_2 dd ul li img {
	display:block;
	margin:0 auto;
	height:80px;
}
.jm_dvr_2 dd ul li .title {
	font-size:20px;
	line-height:34px;
	margin-top:10px;
}
.jm_dvr_2 dd ul li .des {
	margin-top:10px;
	line-height:17px;
	font-size:14px;
}
.jm_dvr_3 {
	padding:40px 0;
}
.jm_dvr_3 img {
	margin:30px auto 0;
}
.jm_dvr_4 {
	padding:40px 0!important;
}
.jm_dvr_4 dd ul {
	margin:0 -7px;
}
.jm_dvr_4 dd ul li {
	padding:0 7px;
	text-align:center;
	margin-top:30px;
}
.jm_dvr_4 dd ul li img {
	height:80px;
}
.jm_dvr_4 dd ul li .title {
	font-size:14px;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:20px;
	margin-top:0px;
}
.jm_dvr_5 {
	padding:40px 0;
}
.jm_dvr_5 ul {
	margin:10px 0 0 0
}
.jm_dvr_5 ul li {
	padding:0px;
	margin-top:20px;
}
.jm_dvr_5 ul li .text {
	padding:30px 30px 30px 120px;
}
.jm_dvr_5 ul li .text .img {
	left:30px;
}
.jm_dvr_5 ul li .text .title {
	font-size:30px;
}
.jm_dvr_5 ul li .text .title em {
	display:inline-block;
	width:13px;
	height:17px;
	background:url(../jm_dvr_ico_17.html) center center no-repeat;
	margin-left:8px;
}
.jm_dvr_5 ul li .text .des {
	min-height:auto;
	margin-top:7px;
}
.jm_dvr_6 {
	padding:40px 0!important;
}
.jm_dvr_6 dd {
	margin-top:0px!important;
}
.jm_dvr_6 dd ul {
	margin:0;
}
.jm_dvr_6 dd ul li {
	padding:0;
	margin-top:20px;
}
.jm_dvr_6 dd ul li a {
	padding:20px 20px 30px;
}
.jm_dvr_6 dd ul li .title {
	font-size:22px;
	line-height:32px;
	margin-top:0px;
}
.jm_dvr_6 dd ul li .des {
	font-size:14px;
	font-weight:400;
	color:rgba(27,33,37,1);
	line-height:20px;
	margin-top:12px;
}
.jm_dvr_6 dd ul li .more {
	margin-top:15px;
}
.jm_dvr_6 dd ul li .more i {
	margin-left:6px;
}
.jm_dvr_6 .more_btn {
	display:block;
	width:140px;
	height:42px;
	font-size:14px;
	line-height:42px;
	margin:30px auto 0;
}
.jm_dvrnew_1 {
	height:auto;
	background-size:cover;
}
.jm_dvrnew_1:after {
	display:block;
	content:'';
	padding-bottom:80%;
}
.jm_dvrnew_video {
	display:none;
}
.jm_dvrnew_1 .text .des {
	max-width:100%;
}
.jm_dvrnew_1 .text .des .ms {
	font-size:14px;
	line-height:22px;
	margin-top:15px;
}
.jm_dvrnew_1 .text .des .title {
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.jm_dvrnew_1 .text .des .title br {
	display:none;
}
.jm_dvrnew_1 .text .more_btn {
	margin-top:15px;
	text-align:center;
}
.jm_dvrnew_1 .text .more_btn a {
	width:140px;
	line-height:32px;
	font-size:13px;
	margin:0 10px;
}
.jm_dvrnew_2 {
	padding:30px 0;
}
.jm_dvrnew_2 .title {
	font-size:20px;
	text-align:center;
}
.jm_dvrnew_2 ul {
	margin:0;
}
.jm_dvrnew_2 ul li {
	padding:0 0 20px 0;
	margin-top:20px;
	border-bottom:#e9e9e9 solid 3px;
}
.jm_dvrnew_2 ul li:last-of-type {
	padding-bottom:0;
	border-bottom:none;
}
.jm_dvrnew_2 ul li img {
	max-width:100%;
	margin:0 auto;
}
.jm_dvrnew_2 ul li .text {
	margin-top:10px;
}
.jm_dvrnew_3 {
	padding:30px 0;
}
.jm_dvrnew_3 .text {
	display:flex;
	flex-direction:column;
	justify-content:initial;
}
.jm_dvrnew_3 .text img {
	width:100%;
}
.jm_dvrnew_3 .text .des {
	width:100%;
	padding-right:0;
	margin-top:20px;
}
.jm_dvrnew_3 .text .des .title {
	font-size:20px;
	line-height:26px;
}
.jm_dvrnew_3 .text .des .ms {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
}
.jm_dvrnew_3 {
	padding:30px 0;
}
.jm_dvrnew_3 .text {
	display:flex;
	flex-direction:column;
	justify-content:initial;
}
.jm_dvrnew_3 .text .des {
	width:100%;
}
.jm_dvrnew_3 .text .des .title {
	font-size:20px;
}
.jm_dvrnew_3 .text .img {
	width:100%;
}
.jm_dvrnew_3 .text .img .am-nav-tabs {
	margin-top:0px;
}
.jm_dvrnew_3 .text .img .am-nav-tabs li {
	display:block;
	float:left;
	width:calc(50% - 10px);
	margin-top:5px;
}
.jm_dvrnew_3 .text .img .am-nav-tabs li:nth-of-type(even) {
	float:right;
}
.jm_dvrnew_3 .text .img .am-nav-tabs li a {
	border-radius:3px;
}
.jm_dvrnew_3 .text .am-slider-default {
	width:100%;
	padding-bottom:0;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	position:relative;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li {
	width:calc(50% - 5px);
	margin-top:10px;
}
.jm_dvrnew_3 .am-slider-default .am-control-nav li a:hover,.jm_dvrnew_3 .am-slider-default .am-control-nav li a.am-active {
	background:#009de2;
	color:#fff;
	border-color:#009de2;
}
.jm_dvrnew_3 .am-slider-default .am-direction-nav {
	display:none;
}
.jm_dvrnew_4 {
	padding:30px 0;
}
.jm_dvrnew_4 .title {
	font-size:20px;
	line-height:26px;
	text-align:left;
}
.jm_dvrnew_4 .des {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
	text-align:left;
}
.jm_dvrnew_4_scroll {
	margin-top:20px;
	display:flex;
	flex-direction:column;
	justify-content:inherit;
}
.jm_dvrnew_4_scroll .slider_left {
	width:100%;
}
.jm_dvrnew_4_scroll .slider_left .video_btn {
	width:180px;
	line-height:38px;
	margin-left:30px;
}
.jm_dvrnew_4_scroll .slider-nav .click_a {
	font-size:18px;
	position:relative;
	color:rgba(255,255,255,0.3);
	margin-bottom:15px;
	padding-left:30px;
}
.jm_dvrnew_4_scroll .slider-nav .click_a span {
	display:block;
	font-size:15px;
	font-weight:400;
	line-height:24px;
}
.jm_dvrnew_4_scroll .slider-nav .click_a .circle_wrapper {
	top:5px;
}
.jm_dvrnew_4_scroll .slider-for {
	width:100%;
	margin-top:30px;
}
.jm_dvrnew_5 {
	padding:30px 0 15px;
}
.jm_dvrnew_5.last {
	padding:15px 0 30px;
}
.jm_dvrnew_5 .web_w,.jm_dvrnew_5.last .web_w {
	flex-direction:column;
}
.jm_dvrnew_5 dt,.jm_dvrnew_5 dd {
	width:100%;
}
.jm_dvrnew_5 dt .title {
	font-size:20px;
}
.jm_dvrnew_5 dt .ms {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
	font-weight:400;
}
.jm_dvrnew_5 dt {
	margin-top:20px;
}
.jm_dvrnew_5 .more_btn {
	display:block;
	width:120px;
	font-size:14px;
	line-height:36px;
	margin:10px auto 0;
}
.jm_dvrnew_6 {
	padding:15px 0;
}
.jm_dvrnew_6 .title {
	font-size:20px;
	text-align:center;
}
.jm_dvrnew_6 ul {
	margin:0 -5px;
}
.jm_dvrnew_6 ul li {
	padding:0 5px;
	margin-top:10px;
}
.jm_dvrnew_6 ul li img {
	width:80px;
	margin:0 auto;
}
.jm_dvrnew_6 ul li .text {
	font-size:14px;
	margin-top:1px;
}
.jm_dvrnew_7 {
	padding:30px 0;
}
.jm_dvrnew_7 .title {
	font-size:20px;
}
.jm_dvrnew_7 ul {
	margin:0 -5px;
}
.jm_dvrnew_7 ul li {
	padding:0 5px;
	margin-top:20px;
}
.jm_dvrnew_7 ul li .text {
	;margin-top:10px;
	text-align:center;
}
.jm_dvrnew_8 {
	padding:30px 0 !important;
}
.jm_dvrnew_8 dt {
	font-size:20px;
}
.jm_dvrnew_8 dd {
	margin-top:20px!important;
}
.jm_dvrnew_8 dd ul {
	margin:0;
}
.jm_dvrnew_8 dd ul li {
	padding:0;
	margin-top:10px;
}
.jm_dvrnew_8 dd ul li .title {
	font-size:20px;
	line-height:24px;
	margin-top:10px;
}
.jm_dvrnew_8 dd ul li .des {
	margin-top:10px;
}
.jm_dvrnew_8 dd ul li .more {
	font-size:16px;
	font-weight:400;
	color:rgba(0,143,251,1);
	line-height:22px;
	margin-top:18px;
	text-align:right;
}
.jm_dvrnew_8 dd ul li .more i {
	margin-left:10px;
}
.jm_dvrnew_8 dd ul li a:hover {
	box-shadow:0px 12px 25px 0px rgba(222,230,251,1);
}
.jm_dvrnew_9 {
	padding:30px 0 60px;
}
.jm_dvrnew_9 .title {
	font-size:20px;
}
.jm_dvrnew_9 .more_btn {
	display:block;
	width:140px;
	line-height:36px;
	margin:25px auto 0;
	font-size:18px;
}
.jmvl01_banner {
	background-color:#00518f;
	background-position:center;
	background-size:cover;
}
.jmvl01_banner:after {
	display:block;
	content:'';
	padding-bottom:50%;
}
.jmvl01_banner .img {
	display:none;
}
.jmvl01_banner .text {
	padding:0 20px
}
.jmvl01_banner .text .title strong {
	font-size:35px;
}
.jmvl01_banner .text .title span {
	font-size:20px;
}
.jmvl01_banner .text .btn_more {
	}.jmvl01_pro_des {
	position:relative;
	padding:20px 0 0 0;
}
.jmvl01_pro_des .img {
	display:none;
}
.jmvl01_tab {
	margin:30px 0 0;
}
.jmvl01_tab .am-nav-tabs {
	padding:20px;
}
.jmvl01_tab .am-nav-tabs li {
	margin:5px 0;
	width:calc(50% - 5px);
}
.jmvl01_tab .am-nav-tabs li:nth-of-type(even) {
	float:right;
}
.jmvl01_tab .am-nav-tabs li a {
	height:100%;
	font-size:16px;
}
.jmvl01_tab .am-tabs-bd {
	padding:20px 15px 20px;
}
.jmvl01_tab .am-tabs-bd .am-tab-panel {
	padding:20px 0 0;
}
.jmvl01_tab_con_1 {
	flex-direction:column;
	margin-top:20px;
}
.jmvl01_tab_con_1 .am-slider-default {
	width:100%;
}
.jmvl01_tab_con_1 .right_text {
	width:100%;
	margin-top:20px;
}
.jmvl01_tab_con_1 .right_text p {
	padding:12px 0 12px 0;
}
.jmvl01_tab_con_1 .right_text p:before {
	left:0;
}
.jmvl01_applaction {
	padding:0;
	margin-top:20px;
}
.jmvl01_applaction .title {
	font-size:20px;
}
.jmvl01_applaction ul {
	margin:0px -5px 0;
}
.jmvl01_applaction ul li {
	padding:0 5px;
	margin-top:10px;
}
.jmvl01_applaction ul li span {
	margin-bottom:5px;
}
.jmvl01_tab_con_2 {
	}.jmvl01_tab_con_2 .am-table {
	margin:0;
}
.jmvl01_tab_con_2 .am-table tr td,.jmvl01_tab_con_2 .am-table tr th {
	padding:10px 0;
}
.jmvl01_tab_title_3 {
	font-size:20px;
}
.jmvl01_tab_con_3 {
	margin:20px 0 0;
	padding-bottom:20px;
}
.jmvl01_tab_con_3 a {
	margin:0;
}
.jmvl01_tab_con_3 a img {
	margin:0 auto 5px;
}
.jmvl01_tab_con_3 .slick-prev {
	left:0px
}
.jmvl01_tab_con_3 .slick-next {
	right:0px
}
.jmvl01_tab_con_4 {
	}.jmvl01_tab_con_4 .am-table tr td {
	padding:10px 0px;
}
.jmvl01_tab_con_4 .am-table tr td a:before {
	font-size:18px
}
.video_iframe {
	margin-top:20px;
}
.video_iframe iframe {
	width:100%!important;
	height:250px!important;
}
.jimi_block {
	padding:20px;
}
.jmvl01_applaction.last {
	padding-top:0;
}
.pro_new_iteam.last {
	padding-top:20px;
}
.pro_new_iteam .jimi_block .pro_new_list li a {
	border-right:none;
}
.dvr_pro_banner {
	height:300px;
	background-color:#fff;
	background-position:center;
	background-repeat:no-repeat;
	display:flex;
	align-items:center;
	background-size:cover;
}
.dvr_pro_banner.white {
	color:#fff;
}
.dvr_pro_banner .title,.banner_jc200 dt .title {
	font-size:18px;
	font-weight:500;
}
.dvr_pro_banner .des,.banner_jc200 dt .des {
	font-size:14px;
	max-width:100%;
	margin-top:10px;
	line-height:22px;
	font-weight:400;
}
.dvr_pro_banner .btn_more,.banner_jc200 dt .btn_more {
	margin-top:10px
}
.dvr_pro_banner .btn_more a,.banner_jc200 dt .btn_more a {
	display:inline-block;
	width:120px;
	line-height:32px;
	border:#000 solid 1px;
	border-radius:30px;
	color:#000;
	text-align:center;
	font-size:14px;
	font-weight:400;
}
.dvr_pro_banner .btn_more a:hover,.banner_jc200 dt .btn_more a:hover,.dvr_pro_banner.white .btn_more a:hover {
	background-color:#00A0E9;
	border-color:#00A0E9;
}
.dvr_pro_banner.white {
	color:#fff;
}
.dvr_pro_banner.white .btn_more a {
	border-color:#fff;
	color:#fff;
}
.dvr_pro_tabs .am-sticky-placeholder {
	height:110px!important;
}
.dvr_pro_hd {
	text-align:center;
	padding-bottom:10px;
}
.dvr_pro_hd.am-sticky {
	box-shadow:0px 6px 10px 0px rgba(188,205,216,0.14)
}
.dvr_pro_hd li {
	display:block;
	width:33.33%;
	float:left;
	margin:10px 0 0;
}
.dvr_pro_hd .order_btn {
	display:inline-block;
	width:100px;
	line-height:32px;
	border:1px solid rgba(0,0,0,1);
	font-size:14px;
	margin-top:12px;
}
.dvr_pro_hd .order_btn:hover {
	color:#fff;
	background-color:#00A0E9;
	border-color:#00A0E9;
}
.dvr_pro_hd li.on a {
	color:#00A0E9;
}
.dvr_pro_hd li a {
	display:block;
	margin:0;
	padding:0;
	line-height:40px;
	border:none!important;
	background:none!important;
	position:relative;
}
.dvr_pro_hd li.on a:after {
	display:block;
	content:'';
	width:80%;
	height:1px;
	background:#00A0E9;
	position:absolute;
	left:10%;
	bottom:0;
}
.dvr_pro_bd {
	padding:8px 0 0px;
	border:none;
	position:relative;
}
.dvr_pro_bd:before {
	display:block;
	content:'';
	width:100%;
	height:8px;
	box-shadow:0px 10px 5px 0px rgba(188,205,216,0.14) inset;
	position:absolute;
	left:0;
	top:3px;
}
.dvr_pro_1 {
	padding:30px 0;
}
.dvr_pro_1 .web_w {
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:column;
}
.dvr_pro_1 dt {
	width:100%;
	margin-top:20px;
}
.dvr_pro_1 dt .title {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_1 dt .des {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
	font-weight:400;
}
.dvr_pro_1 dd {
	width:100%;
}
.dvr_pro_1 dd img {
	display:block;
	width:100%;
}
.dvr_pro_2 {
	padding:30px 0;
	background-color:#f7f8f8;
}
.dvr_pro_2.first {
	padding:0;
}
.dvr_pro_2 .web_w {
	display:flex;
	flex-direction:column;
}
.dvr_pro_2 dt {
	width:100%;
	margin-top:20px;
	padding-bottom:30px;
}
.dvr_pro_2 dt .title {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_2 dt .des {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
	font-weight:400;
}
.dvr_pro_2 dd {
	width:100%;
}
.dvr_pro_2 dd img {
	display:block;
	width:100%;
}
.dvr_pro_2 dd .jc200_imgs {
	width:100%;
	height:auto;
	position:relative;
	height:200px;
}
.dvr_pro_2 dd .jc200_imgs img {
	position:absolute;
}
.dvr_pro_2 dd .jc200_imgs img:first-of-type {
	width:auto;
	height:90%;
	left:20%;
	top:0;
}
.dvr_pro_2 dd .jc200_imgs img:last-of-type {
	width:auto;
	height:100%;
	right:30%;
	top:0;
}
.dvr_pro_3 {
	padding:30px 0;
}
.dvr_pro_3.bg {
	background-color:#f7f8f8;
}
.dvr_pro_3 .web_w {
	display:flex;
	flex-direction:column;
}
.dvr_pro_3 dt .title {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_3 dt .des {
	font-size:14px;
	line-height:22px;
	margin-top:10px;
	font-weight:400;
}
.dvr_pro_3 dd {
	margin-top:0;
}
.dvr_pro_3_video li {
	margin-top:20px;
}
.dvr_pro_4 {
	height:450px;
	padding:30px 0;
	display:flex;
	background-size:cover;
}
.dvr_pro_4.web_w {
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.dvr_pro_4 .text {
	width:100%;
	float:none;
}
.dvr_pro_4 .title {
	font-size:18px;
	font-weight:600;
}
.dvr_pro_4 .des {
	font-size:16px;
	line-height:24px;
	margin-top:10px;
	font-weight:400;
}
.dvr_pro_4 .img {
	display:block;
	margin:20px auto 0;
	max-width:60%;
}
.dvr_pro_5 {
	padding:30px 0;
	position:relative;
}
.dvr_pro_5 .web_w {
	display:flex;
	flex-direction:column;
}
.dvr_pro_5 dt {
	width:100%;
	margin-top:20px;
}
.dvr_pro_5 dt .title {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
}
.dvr_pro_5 dt .des {
	font-size:14px;
	line-height:24px;
	margin-top:10px;
	font-weight:400;
}
.dvr_pro_5 dd {
	width:100%;
}
.dvr_pro_6 {
	padding:30px 0 0;
}
.dvr_pro_6_imgs {
	width:100%;
	float:none;
}
.dvr_pro_6_imgs .am-slider-default {
	margin:0;
	border-radius:0;
	box-shadow:none;
	background:#fff;
}
.dvr_pro_6_imgs .pro_img_small {
	display:none;
}
.dvr_pro_6_imgs .pro_img_big {
	height:auto;
	position:relative;
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-direction-nav {
	display:none;
}
.dvr_pro_6_imgs .pro_img_big.am-slider-default .am-control-nav {
	display:block;
}
.dvr_pro_6_text {
	width:100%;
	float:none;
	margin-top:20px;
}
.sideMenu .title {
	padding:15px 0;
	border-top:#cdcdcd solid 1px;
	font-size:16px;
	font-weight:400;
}
.sideMenu .title.last {
	border-bottom:#cdcdcd solid 1px;
}
.sideMenu .title.on {
	display:none;
}
.sideMenu .des {
	display:flex;
	align-items:center;
	border:#9f9fa0 solid 1px;
	padding:15px 10px;
	font-weight:500;
	margin-bottom:20px;
	box-shadow:0px 9px 9px 2px rgba(165,176,204,0.11);
}
.sideMenu .des i {
	width:60px;
}
.sideMenu .des i img {
	display:block;
	height:43px;
	margin:0 auto;
}
.sideMenu .des span {
	width:calc(100% - 60px);
	padding-left:14px;
}
.sideMenu .des span strong {
	display:block;
	font-size:18px;
	font-weight:600;
	margin-bottom:3px;
	color:#00A0E9;
}
.dvr_pro_pj {
	height:auto;
	background-color:#0f1e20;
	margin-top:30px;
	padding:30px 0;
	display:block;
	text-align:center;
}
.dvr_pro_pj .title {
	margin-top:20px;
}
.dvr_pro_pj .title:before {
	margin:0 auto 10px
}
.dvr_pro_application {
	padding:30px 0;
	background-color:#f7f8f8;
}
.dvr_pro_application .title {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-weight:500;
	color:#00a0e9
}
.dvr_pro_application ul {
	margin:10px -5px 0;
}
.dvr_pro_application ul li {
	padding:0 5px;
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
.dvr_pro_application ul li img {
	display:block;
	width:100%;
	margin-bottom:10px;
}
.dvr_pro_cs {
	padding-bottom:30px
}
.dvr_pro_cs .am-table {
	margin:20px 0 0 0;
}
.dvr_pro_cs .am-table tr td {
	padding:15px 20px;
	font-size:14px;
}
.dvr_pro_resources {
	padding-bottom:30px;
}
.dvr_pro_resources .am-table {
	margin:20px 0 0 0;
}
.dvr_pro_resources .am-table tr td {
	padding:15px 20px;
	border:none;
	font-size:16px;
	width:50%;
	text-align:center;
}
.pro_tabs_pj {
	padding:30px 0px;
	position:relative;
}
.pro_tabs_pj .tempWrap {
	width:100%!important;
}
.pro_tabs_pj ul {
	overflow:hidden;
	zoom:1;
}
.pro_tabs_pj ul li {
	float:left;
	width:360px!important;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	padding:0 6px;
}
.pro_tabs_pj ul li img {
	width:360px;
	height:auto;
	margin:0 auto 10px;
}
.pro_tabs_pj .prev_ico,.pro_tabs_pj .next_ico {
	position:absolute;
	top:50%;
	display:block;
	width:40px;
	height:77px;
	margin-top:-38px;
	overflow:hidden;
	background-image:url(../arrow_ico.html);
	background-repeat:no-repeat;
	transform:scale(0.5);
}
.pro_tabs_pj .prev_ico {
	left:0;
	background-position:left top;
}
.pro_tabs_pj .prev_ico:hover {
	background-position:left bottom;
}
.pro_tabs_pj .next_ico {
	right:0;
	background-position:right top;
}
.pro_tabs_pj .next_ico:hover {
	background-position:right bottom;
}
.dvr_pro_faq_left {
	display:none;
}
.dvr_pro_faq_right {
	width:100%;
	float:none;
	margin-top:30px;
}
.dvr_pro_faq_right .faq_name {
	font-size:18px;
	font-weight:600;
	color:#000;
	line-height:28px;
	margin-bottom:0;
}
.dvr_pro_faq_right .am-accordion-gapped {
	padding:0;
	margin:0 0 10px 0;
}
.dvr_pro_faq_right div:last-of-type .am-accordion-gapped {
	margin-bottom:0;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-item {
	margin:0;
	border:none;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-item dt {
	color:#000000;
	font-size:16px;
	line-height:22px;
	padding:15px 20px 15px 0;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-title:after {
	content:"\f107";
}
.dvr_pro_faq_right .am-accordion-gapped .am-active .am-accordion-title::after {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.dvr_pro_faq_right .am-accordion-gapped .am-active .am-accordion-title {
	background:none;
}
.dvr_pro_faq_right .am-accordion-gapped .am-accordion-content {
	background:rgba(246,248,250,1);
	padding:10px;
	color:#000;
	font-size:14px;
	font-weight:400;
}
.banner_jc200 {
	height:360px;
	background-size:cover;
	background-color:#f2f2f2;
}
.banner_jc200.white {
	color:#fff;
}
.banner_jc200 .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.banner_jc200 .web_w::after {
	display:none;
}
.banner_jc200 dt {
	width:100%;
}
.banner_jc200 dt .btn_more a {
	border-color:#000;
	color:#000;
}
.banner_jc200.white .btn_more a {
	border-color:#fff;
	color:#fff;
}
.banner_jc200 dt .btn_more a:hover {
	color:#fff;
}
.banner_jc200 dd {
	display:none;
}
.jc400_dvr_pro_1 {
	padding:0;
}
.jc400_dvr_pro_1 dt {
	width:100%;
}
.jc400_dvr_pro_1 dd {
	width:100%
}
.jc400d_dvr_pro_1 {
	padding:30px 0;
}
.jc400d_dvr_pro_1 .web_w {
	display:flex;
	flex-direction:column;
}
.jc400d_dvr_pro_1 .title {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
}
.jc400d_dvr_pro_1 .title_1 {
	font-size:14px;
	font-weight:500;
	margin-top:10px;
}
.jc400d_dvr_pro_1 dt {
	width:100%;
}
.jc400d_dvr_pro_1 dd {
	width:100%;
	margin-top:20px;
}
.jc400d_dvr_pro_1 dd .video_btn {
	display:block;
	position:relative;
}
.jc400d_dvr_pro_1 dd .video_btn:after {
	display:flex;
	font-family:"FontAwesome";
	content:'\f01d';
	font-size:80px;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	align-items:center;
	color:#fff;
	justify-content:center;
	transition:all 300ms ease-in-out 0s;
}
.jc400d_dvr_pro_1 dd .video_btn:hover:after {
	color:#00A0E9;
}
.jc400d_dvr_pro_1 dd img {
	display:block;
	width:100%;
}
.jc400d_dvr_pro_1 dd .video_btn img:last-of-type {
	display:none;
}
.jc400d_dvr_pro_1 dd .video_btn:hover img:last-of-type {
	display:block;
}
.jc400d_dvr_pro_1 dd .video_btn:hover img:first-of-type {
	display:none;
}
.jc400p_dvr_pro_2 {
	padding:0 0 30px;
}
.jc400p_dvr_pro_2 dd {
	width:100%;
}
.jc400p_dvr_pro_2 dt {
	width:100%;
	padding-top:30px;
}
.jmvl01_banner .text .title b {
	display:block;
	font-size:18px;
	line-height:100%;
	color:#fff
}
.jmvl01_banner .text .title span {
	display:block;
	font-size:33px;
	margin-top:10px;
}
.jmvl01_banner .text .btn_more {
	margin-top:20px
}
.jmvl01_banner .text .btn_more a {
	display:inline-block;
	width:120px;
	line-height:36px;
	border:#fff solid 1px;
	border-radius:30px;
	color:#fff;
	text-align:center;
	font-size:16px;
	font-weight:400;
}
.pro_tabs_des {
	padding:20px 0;
	font-size:14px;
	line-height:24px;
}
.pro_tabs_des img {
	display:none;
}
.tab_panel_iteam {
	padding:30px 0;
}
.tab_panel_iteam .web_w {
	display:flex;
	flex-direction:column;
}
.tab_panel_iteam.last .web_w {
	flex-direction:column-reverse;
}
.tab_panel_iteam dt,.tab_panel_iteam dd {
	width:100%;
}
.tab_panel_iteam dt .title {
	font-size:18px;
	line-height:120%;
	font-weight:500;
	color:#009de2;
}
.tab_panel_iteam dt .des {
	margin-top:10px;
	font-size:14px;
	line-height:22px;
}
.tab_panel_iteam dd .img {
	display:block;
	width:100%;
	height:auto;
}
.tab_panel_slide {
	display:flex;
	flex-direction:column-reverse;
	height:auto;
}
.tab_panel_slide .bd,.tab_panel_slide .hd {
	width:100%;
}
.tab_panel_slide .hd ul li {
	color:rgba(0,0,0,0.3);
	margin:10px 0;
	position:relative;
	padding-left:30px;
}
.tab_panel_slide .hd ul li.on {
	color:rgba(0,0,0,1);
}
.tab_panel_slide .hd ul li.on .circle_wrapper {
	display:block;
}
.tab_panel_slide .hd ul li.on .circle_dot {
	display:none;
}
.tab_panel_slide .hd ul li .title {
	font-size:18px;
	line-height:32px;
	font-weight:500;
}
.tab_panel_slide .hd ul li .des {
	font-size:14px;
	line-height:22px;
	font-weight:400;
}
.guestbook_load .text {
	width:80%;
	left:10%;
	margin-left:0;
}
.mvc_btn {
	padding:20px 0;
}
.mvc_btn li {
	width:calc(50% - 5px);
	margin-right:10px;
}
.mvc_btn li:nth-of-type(even) {
	margin-right:0;
	float:right;
}
.mvc_btn li a {
	width:100%;
	height:42px;
	line-height:42px;
	font-size:12px;
}
.mvc_text {
	padding:0 0px 20px;
}
.banner_jc120 {
	background-color:#116fbf;
	color:#fff;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.banner_jc120 .video {
	position:relative;
	overflow;
}
.banner_jc120 .video::after {
	display:block;
	content:'';
	padding-bottom:45%;
}
.banner_jc120 .vidbg-container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.banner_jc120 .vidbg-container video {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%!important;
	object-fit:fill;
}
.banner_jc120 .text {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	display:flex;
	align-items:center;
	font-size:18px;
	padding:0 20px;
}
.dvr_pro_6_jc120 {
	padding:3rem 0 0;
}
.dvr_pro_6_jc120 .web_w {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-direction:column;
}
.dvr_pro_6_jc120 .web_w:after {
	display:block;
}
.dvr_pro_6_imgs_jc120 .pro_img_big {
	height:18rem;
}
.dvr_pro_6_imgs_jc120 .pro_img_big .img {
	padding-bottom:45.1%;
}
.dvr_pro_6_imgs_jc120 .pro_img_small {
	margin-top:15px;
}
.dvr_pro_6_imgs_jc120 .pro_img_big.am-slider-default .am-direction-nav a {
	bottom:-62px;
}
.dvr_pro_6_jc120 .dvr_pro_6_text {
	padding-left:0;
	font-size:14px;
	line-height:2;
	min-height:auto;
}
.dvr_pro_5_jc120_1 {
	background-image:linear-gradient(to right,#28303f,#0d7bc4);
	color:#fff
}
.dvr_pro_5_jc120_2 {
	background-color:#f7f8f8;
}
.pro_new_iteam_jc120 {
	padding-top:30px;
}
.banner_jc120 .text {
	font-size:18px;
	padding-bottom:0;
}
.banner_jc120 .text span {
	font-size:14px;
}
.banner_jc120 .btn_more {
	display:none;
}
.dvr_pro_5_jc120_1 .titles {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
	margin-top:20px;
}
.dvr_pro_5_jc120_1 .hd .title {
	color:#fff;
	font-size:15px!important;
	font-weight:300!important;
}
.dvr_pro_5_jc120_1 .hd li {
	margin-top:15px!important;
}
.dvr_pro_5_jc120_1 .hd .des {
	color:#fff;
	display:none;
	margin-top:6px!important;
	font-size:14px;
}
.dvr_pro_5_jc120_1 .hd li.on .des {
	display:block;
}
.dvr_pro_5_jc120_1 .hd li.on .circle {
	border-color:#fff;
}
.dvr_pro_5_jc120_1 .tab_panel_slide {
	height:auto;
}
.dvr_pro_5_jc120_1 .bd {
	width:100%;
	height:auto;
	background:url(../computer.html) center center no-repeat;
	background-size:cover;
	position:relative;
}
.dvr_pro_5_jc120_1 .bd:after {
	display:block;
	content:'';
	padding-bottom:76.33%;
}
.dvr_pro_5_jc120_1 .bd .img {
	width:92.3%;
	height:69.65%;
	position:absolute;
	left:3.85%;
	top:4.59%
}
.dvr_pro_5_jc120_1 .bd .img img {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.dvr_pro_5_jc450_1 {
	background:#f7f8f8;
}
.dvr_pro_5_jc450_1 .titles {
	font-size:18px;
	font-weight:500;
	color:#00A0E9;
	margin-top:20px;
}
.dvr_pro_5_jc450_1 .hd .title {
	font-size:15px!important;
	font-weight:300!important;
	color:#000;
}
.dvr_pro_5_jc450_1 .hd li {
	margin-top:15px!important;
	border-bottom:#dedede solid 1px;
	padding-bottom:15px;
}
.dvr_pro_5_jc450_1 .hd li:last-of-type {
	padding-bottom:0;
	border:none;
}
.dvr_pro_5_jc450_1 .hd li .circle_dot {
	border-color:rgba(0,0,0,.3)
}
.dvr_pro_5_jc450_1 .hd .des {
	display:none;
}
.dvr_pro_5_jc450_1 .hd li.on .des {
	display:block;
	margin-top:6px!important;
	font-size:14px;
}
.dvr_pro_5_jc450_1 .tab_panel_slide {
	height:auto;
}
.jc450_1 .web_w {
	flex-direction:column-reverse;
}
.pro_new_iteam_jc450 {
	padding:30px 0;
	background-color:#f7f8f8;
}
.index_COVID_1 {
	padding:20px 0;
}
.index_COVID_1 .web_w,.index_COVID_1.last .web_w {
	display:flex;
	flex-direction:column-reverse;
}
.index_COVID_1 .left_text {
	width:100%;
	margin-top:15px;
}
.index_COVID_1 .left_text .title {
	font-size:22px;
}
.index_COVID_1 .left_text .title:after {
	margin:5px 0;
}
.index_COVID_1 .left_text .des {
	margin-top:20px;
}
.index_COVID_1 .right_img,.index_COVID_1 .img_bg {
	width:100%;
}
.index_COVID_2 {
	padding:20px 0;
}
.index_COVID_2 .title,.COVID_img .title {
	font-size:22px;
}
.index_COVID_2 .title:after,.COVID_img .title:after {
	margin:5px 0 25px;
}
.index_COVID_2 .index_COVID_2_warp {
	display:flex;
	flex-direction:column;
}
.index_COVID_2 .left_video {
	width:100%;
}
.index_COVID_2 .left_video .video_btn:after {
	font-size:50px;
}
.index_COVID_2 .right_news {
	width:100%;
}
.index_COVID_2 .right_news .am-list {
	margin:10px 0 0;
}
.index_COVID_3 {
	padding:20px 0;
}
.index_COVID_3 dt {
	font-size:22px;
}
.index_COVID_3 dt:after {
	margin:5px 0;
}
.index_COVID_3 dd {
	margin-top:15px;
}
.COVID_img {
	margin-top:20px;
}
.fleet_safe_banner {
	background-color:#4594d1;
	background-position:center;
	background-size:cover;
}
.fleet_safe_banner:after {
	display:block;
	content:'';
	padding-bottom:50%;
}
.fleet_safe_banner .img {
	display:none;
}
.fleet_safe_banner .text {
	padding:0 14px;
}
.fleet_safe_banner .text .title strong {
	font-size:22px;
	font-weight:bold;
}
.fleet_safe_banner .text .title span {
	font-size:14px;
	margin-top:10px;
}
.fleet_safe_banner .text .des {
	width:100%;
	float:none;
	font-size:16px;
	line-height:22px;
}
.fleet_safe_banner .btn_more {
	margin-top:20px
}
.fleet_safe_banner .btn_more a {
	display:inline-block;
	width:120px;
	line-height:32px;
	border:#000 solid 1px;
	border-radius:30px;
	color:#000;
	text-align:center;
	font-size:14px;
	font-weight:400;
}
.fleet_safe_banner .btn_more.last a {
	color:#fff;
}
.fleet_safe_text {
	padding:20px 0;
	line-height:30px;
}
.fleet_safe_1 {
	padding:30px 0;
}
.fleet_safe_1.last {
	padding:0;
}
.fleet_safe_1 .name {
	text-align:center;
	font-size:22px;
	padding:0 14px 30px;
}
.fleet_safe_1 .web_w {
	display:flex;
	flex-direction:column-reverse;
	align-items:top;
}
.fleet_safe_1.last .web_w {
	flex-direction:column-reverse;
}
.fleet_safe_1 .iteam {
	margin-top:20px;
	font-size:15px;
	max-width:100%;
}
.fleet_safe_1 dt,.fleet_safe_1 dd {
	width:100%;
}
.fleet_safe_1 dt {
	padding-right:0px;
	margin-top:25px;
}
.fleet_safe_1.last dt {
	padding:0px;
}
.fleet_safe_1 dt .title {
	font-size:20px;
}
.fleet_safe_1 dt .des {
	margin-top:10px;
	line-height:26px;
}
.fleet_safe_1 dt .more {
	margin-top:10px;
	font-size:18px;
}
.fleet_safe_1 .block {
	width:100%;
	min-height:auto;
	padding:20px;
	margin-top:20px;
}
.fleet_safe_1 .block img {
	margin:0 auto 5px;
}
.fleet_safe_1 .block b {
	margin:15px 0 8px;
}
.fleet_safe_1 .block_row {
	width:100%;
	min-height:auto!important;
}
.fleet_safe_1 .block_row b {
	margin:0 0 5px;
}
.fleet_safe_1 .block_row_2 {
	width:100%;
}
.fleet_safe_1 .web_w.last {
	;padding:0px;
	flex-wrap:wrap;
	flex-direction:row;
}
.fleet_safe_1 .iteam {
	width:33.33%;
	margin-top:20px;
}
.fleet_safe_1 .iteam img {
	height:55px;
}
.fleet_safe_1 .web_w.first {
	margin-top:20px;
}
.fleet_safe_1 .web_w.first dt {
	padding:0;
}
.fleet_safe_2 {
	padding:0 0 30px;
}
.fleet_safe_2 .title {
	font-size:22px;
}
.fleet_safe_2 ul {
	margin:0px -7px 0;
}
.fleet_safe_2 ul li {
	padding:0 7px;
	margin-top:15px;
}
.fleet_safe_2 ul li img {
	margin:0 auto 5px;
}
.fleet_safe_3 {
	background-color:#4594d1;
}
.fleet_safe_3:after {
	display:block;
	content:'';
	padding-bottom:50%;
}
.fleet_safe_3 .img {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	object-fit:cover;
}
.fleet_safe_3 .text {
	z-index:2;
}
.fleet_safe_3 .text .title strong {
	font-size:22px;
}
.fleet_safe_3 .text .title .more_btn {
	display:block;
	width:140px;
	text-align:center;
	line-height:42px;
	font-size:14px;
	margin:20px auto 0;
}
.fleet_safe_4 {
	padding:30px 0;
}
.fleet_safe_4 .name {
	font-size:22px;
	font-weight:500;
	margin-bottom:0;
}
.fleet_safe_4 dl,.fleet_safe_4 dl.last {
	flex-direction:column-reverse;
	margin-top:20px;
}
.fleet_safe_4 dl dt,.fleet_safe_4 dl dd {
	width:100%;
}
.fleet_safe_4 dl dt,.fleet_safe_4 dl.last dt {
	padding:15px 0 0;
}
.fleet_safe_4 dt .title {
	font-size:18px;
}
.fleet_safe_4 dt .des {
	margin-top:10px;
	text-align:justify;
	line-height:26px;
}
.fleet_safe_4 dd .img {
	display:block;
	width:100%;
	height:auto;
}
.asset_banner {
	height:auto;
	background-size:cover;
}
.asset_banner:after {
	display:block;
	content:'';
	padding-bottom:60%;
}
.asset_banner .text {
	position:absolute;
	left:0;
	top:0;
}
.asset_banner .text .title {
	height:auto;
	font-size:20px;
	line-height:30px;
	margin:0;
}
.asset_banner .text .title_1 {
	font-size:16px;
}
.asset_banner .text .des {
	font-size:16px;
	line-height:24px;
	margin-top:7px;
	max-width:100%;
}
.asset_banner .text .ms {
	font-size:14px;
	line-height:24px;
	max-width:100%;
}
.asset_banner .text .des br {
	display:none;
}
.asset_banner .text .link {
	width:140px;
	line-height:36px;
	margin-top:15px;
	font-size:14px;
	font-weight:300;
}
.asset_title .title {
	line-height:36px;
	font-size:20px;
	font-weight:bold;
}
.asset_title .des {
	font-size:14px;
	line-height:22px;
	max-width:100%;
}
.asset_1 {
	padding:30px 0 0;
}
.asset_1 .img {
	margin-top:20px;
}
.asset_2 {
	padding:30px 0 0;
}
.asset_2 ul {
	margin:0;
}
.asset_2 ul li {
	padding:0;
	margin-top:20px;
}
.asset_2 ul li img {
	display:block;
	margin:0 auto;
	height:60px;
}
.asset_2 ul li .title {
	font-size:16px;
	line-height:30px;
	color:#000;
	margin-top:10px;
	text-align:center;
}
.asset_2 ul li .des {
	font-size:14px;
	line-height:20px;
	font-weight:500;
	margin-top:5px;
}
.asset_3 {
	padding:30px 0;
}
.asset_3 .text {
	text-align:center;
	margin-top:15px;
}
.asset_3 .text .name {
	font-size:18px;
}
.asset_3 .text .ms {
	font-size:14px;
	max-width:100%;
	margin:5px auto 0;
}
.asset_3 .text .ms br {
	display:none;
}
.asset_3 .am-nav-tabs {
	border:none;
	margin-top:35px;
}
.asset_3 .am-nav-tabs li {
	margin:0;
	width:50%;
}
.asset_3 .am-nav-tabs li a {
	font-size:16px;
	line-height:50px;
}
.asset_3 .am-tabs-bd .am-tab-panel ul {
	margin:0;
}
.asset_3 .am-tabs-bd .am-tab-panel ul li {
	padding:0;
	margin-top:10px;
}
.asset_3 .am-tabs-bd .am-tab-panel ul li span {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:8px 0;
	height:auto;
	font-size:14px;
	line-height:24px;
}
.asset_4 .img {
	height:300px;
	padding:0 20px;
	overflow:hidden;
}
.asset_4 .img .title {
	font-size:18px;
	line-height:30px;
	max-width:100%;
}
.asset_4 .img .des {
	font-size:14px;
	line-height:24px;
	max-width:100%;
	margin-top:5px;
}
.asset_4 .img .des ul {
	margin:10px 0 0;
}
.asset_4 .img .dot {
	position:absolute;
}
.asset_4 .img .dot:before {
	display:block;
	content:'';
	width:20px;
	height:20px;
	background:url(../dot.html) center center no-repeat;
	background-size:auto;
	background-size:cover;
	margin:0 auto;
}
.asset_4 .img .dot:after {
	display:block;
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	left:50%;
	margin-left:-10px;
	top:0;
	box-shadow:inset 0 0 2px rgba(0,160,217,1);
	border-radius:50%;
	-webkit-animation:scale-zoom 1s infinite;
	-moz-animation:scale-zoom 1s infinite;
	-ms-animation:scale-zoom 1s infinite;
	animation:scale-zoom 1s infinite;
}
.asset_5 {
	margin-top:30px;
}
.asset_5.last {
	margin-top:20px;
}
.asset_5 .web_w {
	flex-wrap:wrap;
}
.asset_5 dt {
	width:100%;
	padding:15px;
}
.asset_5 dt .title {
	font-size:16px;
	line-height:24px;
	font-weight:bold;
}
.asset_5 dt .des {
	font-size:14px;
	line-height:24px;
	margin-top:10px;
}
.asset_5 dd {
	width:100%;
}
.asset_6 {
	padding:30px 0;
	margin-top:30px;
}
.asset_6 .am-slider-default {
	margin:20px 0 0;
}
.asset_6 .am-slides li a {
	display:block;
	background-color:#fff;
	padding:20px;
}
.asset_6 .am-slides li .img {
	padding:0;
}
.asset_6 .am-slides li .img img {
	display:block;
	width:100%;
}
.asset_6 .am-slides li .title {
	font-size:16px;
	margin-top:20px;
	line-height:24px;
	white-space:inherit;
	overflow:inherit;
}
.asset_6 .am-slides li .des {
	font-size:14px;
	margin-top:10px;
}
.asset_6 .am-slides li .more {
	font-size:14px;
	margin-top:10px;
}
.asset_7 {
	padding:30px 0;
}
.asset_7 ul {
	margin:0 -5px;
}
.asset_7 li {
	padding:0 5px;
	margin-top:20px;
}
.asset_7 li span {
	margin-top:10px;
	font-size:14px;
}
.trailer_banner:after {
	padding-bottom:70%;
}
.trailer_1 {
	padding:30px 0;
}
.trailer_1 .web_w,.trailer_1.last .web_w {
	flex-direction:column-reverse;
}
.trailer_1 .name {
	font-size:20px;
	margin-bottom:20px;
	padding:0 20px;
}
.trailer_1 dt {
	width:100%;
	padding:20px;
	border-radius:0;
}
.trailer_1 dt .title {
	font-size:16px;
	line-height:30px;
}
.trailer_1 dt .des {
	font-size:14px;
	line-height:28px;
}
.trailer_1 dd {
	width:100%;
	margin-top:14px;
}
.trailer_1.center dt {
	width:100%;
}
.trailer_1.center dd {
	width:100%;
}
.trailer_1 dt.trailer_features_list {
	width:100%;
	margin-top:10px;
}
.trailer_1 dt.trailer_features_list li {
	font-size:15px;
	margin:5px 0;
}
.trailer_1 dt.trailer_features_list li img {
	margin-right:15px;
}
.trailer_1 dd.trailer_features_pro {
	width:100%;
}
.trailer_features_pro .list {
	margin:0 10px;
}
.trailer_features_pro .slick-list {
	padding:20px 0!important;
}
.trailer_features_pro .slick-prev:before,.trailer_features_pro .slick-next:before {
	font-size:30px;
}
.rentaltools_banner:after {
	padding-bottom:70%;
}
.rentaltools_banner .text .title {
	max-width:100%;
	line-height:140%;
	height:auto;
}
.rentaltools_applications ul {
	margin:0 -5px;
}
.rentaltools_applications li {
	padding:0 5px;
}
.rentaltools_list dt {
	width:100%;
	margin-top:10px;
}
.rentaltools_list dd.trailer_features_pro {
	width:100%;
}
.rentaltools_list .sideMenu .titles {
	padding:12px 0;
	border-top:#cdcdcd solid 1px;
	font-size:16px;
	font-weight:400;
}
.rentaltools_list .sideMenu .titles.last {
	border-bottom:#cdcdcd solid 1px;
}
.rentaltools_list .sideMenu .titles.on {
	display:none;
}
.rentaltools_list .sideMenu .des {
	line-height:22px;
	margin-top:0;
	font-size:12px;
	padding:12px;
}
.rentaltools_list .sideMenu .des i {
	width:60px;
}
.rentaltools_list .sideMenu .des span {
	width:calc(100% - 60px);
}
.package_des {
	padding:30px 0;
}
.package_des dt .title {
	border-bottom:#00A0E9 solid 1px;
	font-size:18px;
	color:#00A0E9;
	padding-bottom:5px;
}
.package_des dt .des {
	font-size:16px;
	margin-top:10px;
}
.package_des dd ul {
	margin:10px -8px 0;
}
.package_des dd ul li {
	padding:0 8px;
	text-align:center;
	color:#00A0E9;
	font-size:14px;
	margin-top:10px;
}
.package_des dd ul li img {
	display:block;
	margin:0 auto 10px;
	height:55px;
}
.contact_detail_list {
	margin-top:20px;
	padding-bottom:20px;
}
.battery_warp {
	padding:30px 14px!important;
}
.battery_name,.battery_case .name,.battery_pro .name {
	text-align:center;
	color:#00a0e9;
	font-size:20px;
}
.battery_block {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:20px;
}
.battery_block.last {
	flex-direction:row;
}
.battery_block dt {
	width:100%
}
.battery_block dd {
	width:100%;
	background-color:#ebf8fd;
	padding:15px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-top:10px;
}
.battery_block dd .title {
	font-size:18px;
	line-height:140%;
	font-weight:500;
	color:#009de2;
}
.battery_block dd .text {
	margin-top:10px;
	font-size:15px;
	line-height:30px;
}
.battery_pro {
	margin-top:40px;
}
.battery_pro dd {
	margin-top:10px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.battery_pro dd .list {
	width:100%;
}
.battery_pro dd .list li {
	display:flex;
	align-items:center;
	font-size:16px;
	margin-top:5px;
}
.battery_pro dd .list li:first-of-type {
	margin-top:0;
}
.battery_pro dd .list li img {
	width:46px;
	height:46px;
	margin-right:10px;
}
.battery_pro dd .pic {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.battery_pro dd .pic a {
	width:calc(50% - 7px);
	box-shadow:5px 5px 5px rgba(0,160,223,0.06);
	padding-bottom:15px;
	margin-top:15px;
}
.battery_pro dd .pic a .img {
	position:relative;
	overflow:hidden;
}
.battery_pro dd .pic a .img:after {
	display:block;
	content:'';
	padding-bottom:114.73%;
}
.battery_pro dd .pic a .img img {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	transition:all 300ms ease-in-out 0s;
	z-index:1;
}
.battery_pro dd .pic a:hover img {
	transform:scale(1.2)
}
.battery_pro dd .pic a .title {
	text-align:center;
	font-size:16px;
	margin-top:10px;
	position:relative;
	z-index:2;
}
.battery_case {
	margin-top:40px
}
.battery_case .des {
	margin-top:10px;
	text-align:center;
	font-size:14px;
}
.battery_case ul {
	margin:0 -4px;
}
.battery_case li {
	padding:0 4px;
	margin-top:10px;
	text-align:center;
	font-size:16px;
}
.battery_case li img {
	display:block;
	width:100%;
	margin:0 auto;
}
.battery_case li span {
	display:block;
	margin-top:10px;
}
.pro_form {
	position:absolute;
	width:90%;
}
.pro_form .am-form-group {
	width:100%;
	display:flex;
	justify-content:space-between;
}
.pro_form .am-form-group .am-dropdown {
	width:calc(100% - 80px);
}
.pro_form .am-form-group .am-form-field {
	width:100%;
	height:50px;
	line-height:50px;
	padding:0 20px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:none;
	font-size:14px;
}
.pro_form .am-form-group .ksubmit {
	width:80px;
	height:50px;
	line-height:50px;
	padding:0;
	text-align:center;
	background-color:#00a0e9;
	color:#FFFFFF;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	font-size:15px;
	font-weight:bold;
}
.pro_form .am-dropdown-content {
	width:100%;
	font-size:14px;
}
.pro_form .am-dropdown-content .am-dropdown-header {
	border-bottom:#f2f2f2 solid 1px;
	font-size:14px;
	margin-bottom:5px;
}
}