@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'raleway-regular';
  src: url('fonts/raleway-regular.eot');
  src: local('☺'), url('fonts/raleway-regular.woff') format('woff'), url('fonts/raleway-regular.ttf') format('truetype'), url('fonts/raleway-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'raleway-extrabold';
  src: url('fonts/raleway-extrabold.eot');
  src: local('☺'), url('fonts/raleway-extrabold.woff') format('woff'), url('fonts/raleway-extrabold.ttf') format('truetype'), url('fonts/raleway-extrabold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'Raleway-Bold';
  src: url('fonts/Raleway-Bold.eot');
  src: local('☺'), url('fonts/Raleway-Bold.woff') format('woff'), url('fonts/Raleway-Bold.ttf') format('truetype'), url('fonts/Raleway-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'raleway-semibold';
  src: url('fonts/raleway-semibold.eot');
  src: local('☺'), url('fonts/raleway-semibold.woff') format('woff'), url('fonts/raleway-semibold.ttf') format('truetype'), url('fonts/raleway-semibold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}
@font-face {
  font-family: 'segoeui';
  /* src: url('fonts/Raleway-Bold.eot'); */
  src: local('☺'), url('fonts/segoeui.woff') format('woff'), url('fonts/segoeui.ttf') format('truetype'), url('fonts/segoeui.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}

body{font-family:raleway-regular,Arial, Helvetica, sans-serif; font-size: 18px;overflow-x: hidden; color: #333;}
html, body, div, span, h1, h2, h3, h4, h5, h6, p,table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin: 0;padding: 0; }
input,select,textarea{font-size: 14px;border:none;margin: 0;padding: 0;}
img{border: 0 none;vertical-align: middle;}
a{color: #333;text-decoration:none;background-color:transparent;transition: 0.3s;}
a:hover{cursor: pointer; color:#1d69be;}
a:focus{outline:none;}
ul, li, dl, dt, dd{list-style: none outside none;}
*{ box-sizing: border-box; }

.owl-theme .owl-controls{ margin-top: 10px; text-align: center;}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px;  padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;  background: #869791;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none;}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{  display: block;  width: 12px;  height: 12px;  margin: 5px 7px;  filter: Alpha(Opacity=50);/*IE7 fix*/  opacity: 0.5;  -webkit-border-radius: 20px;  -moz-border-radius: 20px;  border-radius: 20px;  background: #869791;}
.owl-theme .owl-controls .owl-page.active span,.owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/  opacity: 1;}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{  height: auto;  width: auto;  color: #FFF;  padding: 2px 10px;  font-size: 12px;  -webkit-border-radius: 30px;  -moz-border-radius: 30px;  border-radius: 30px;}

/* preloading images */
.owl-item.loading{ min-height: 150px; background: url(AjaxLoader.gif) no-repeat center center}

/* clearfix */
.owl-carousel .owl-wrapper:after {  content: "."; display: block; clear: both;  visibility: hidden; line-height: 0; height: 0;}
/* display none until init */
.owl-carousel{ position: relative; width: 100%;  -ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{ display: none;  position: relative; -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{  -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out;  -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out;  transition: height 500ms ease-in-out;}
  
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div{ cursor: pointer;}
.owl-controls { -webkit-user-select: none;  -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;  user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon */
.grabbing { cursor:url(grabbing.png) 8 8, move;}

/* fix */
.owl-carousel  .owl-wrapper,.owl-carousel  .owl-item{-webkit-backface-visibility: hidden; -moz-backface-visibility:    hidden;-ms-backface-visibility:     hidden; -webkit-transform: translate3d(0,0,0);  -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0);}

/* CSS3 Transitions */

.owl-origin {-webkit-perspective: 1200px;-webkit-perspective-origin-x : 50%;-webkit-perspective-origin-y : 50%; -moz-perspective : 1200px;  -moz-perspective-origin-x : 50%;-moz-perspective-origin-y : 50%; perspective : 1200px;}
/* fade */
.owl-fade-out { z-index: 10; -webkit-animation: fadeOut .7s both ease; -moz-animation: fadeOut .7s both ease; animation: fadeOut .7s both ease;}
.owl-fade-in { -webkit-animation: fadeIn .7s both ease; -moz-animation: fadeIn .7s both ease;  animation: fadeIn .7s both ease;}
/* backSlide */
.owl-backSlide-out { -webkit-animation: backSlideOut 1s both ease; -moz-animation: backSlideOut 1s both ease; animation: backSlideOut 1s both ease;}
.owl-backSlide-in { -webkit-animation: backSlideIn 1s both ease; -moz-animation: backSlideIn 1s both ease; animation: backSlideIn 1s both ease;}
/* goDown */
.owl-goDown-out { -webkit-animation: scaleToFade .7s ease both; -moz-animation: scaleToFade .7s ease both; animation: scaleToFade .7s ease both;}
.owl-goDown-in {-webkit-animation: goDown .6s ease both;-moz-animation: goDown .6s ease both;animation: goDown .6s ease both;}
/* scaleUp */
.owl-fadeUp-in { -webkit-animation: scaleUpFrom .5s ease both; -moz-animation: scaleUpFrom .5s ease both; animation: scaleUpFrom .5s ease both;}

.owl-fadeUp-out {-webkit-animation: scaleUpTo .5s ease both; -moz-animation: scaleUpTo .5s ease both; animation: scaleUpTo .5s ease both;}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

@font-face {
  font-family: "iconfont"; /* Project id 2620548 */
  src: url('fonts/iconfont.woff2?t=1624349423169') format('woff2'),
       url('fonts/iconfont.woff?t=1624349423169') format('woff'),
       url('fonts/iconfont.ttf?t=1624349423169') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tubiao:before {
  content: "\e60f";
}

.icon-jiaoliu:before {
  content: "\e633";
}

.icon-ren:before {
  content: "\e62f";
}

.icon-menu:before {
  content: "\e606";
}

.icon-yaopin:before {
  content: "\e71a";
}

.icon-guanli1:before {
  content: "\e605";
}

.icon-tangguo:before {
  content: "\e615";
}

.icon-fuwu:before {
  content: "\e680";
}

.icon-zhiliang:before {
  content: "\e603";
}

.icon-jishu1:before {
  content: "\e74c";
}

.icon-feiliaoguanli:before {
  content: "\e60a";
}

.icon-youxiang:before {
  content: "\e604";
}

.icon-shijieditu:before {
  content: "\e6a5";
}

.icon-dianhua8:before {
  content: "\e64d";
}

.icon-fangdajing:before {
  content: "\ea0f";
}

.icon-you-tube:before {
  content: "\e643";
}

.icon-FacebookF:before {
  content: "\e608";
}

.icon-ttww:before {
  content: "\e600";
}

.icon-in:before {
  content: "\e60d";
}

.icon-peixun:before {
  content: "\e609";
}

.icon-jishu:before {
  content: "\e61c";
}

.icon-wodejiqibaoyang:before {
  content: "\e622";
}

.icon-zhiliangguanli:before {
  content: "\e601";
}

.icon-fuwuweb:before {
  content: "\e648";
}

.icon-youjiantou:before {
  content: "\e6e1";
}

.icon-zuojiantou:before {
  content: "\e602";
}

.icon-guanli:before {
  content: "\e610";
}

.icon-dianhua:before {
  content: "\e62c";
}

.icon-baoyang:before {
  content: "\e758";
}

.icon-jiancha:before {
  content: "\e670";
}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}   
.w_p_main{ background: #fff; overflow: hidden;  }
.main{ background: #f6f6f7; overflow: hidden;  }
.warper{ width:1300px; margin:0 auto; position: relative;}
.backToTop{width:45px; height:45px; background: url(img/icon_top.png) no-repeat center #1d68be; cursor:pointer; position:fixed; right:10px; text-indent:9999px; bottom:150px; color: #fff; transition: all .3s}
.backToTop:hover{ opacity: .9;}

.header_mian{ position: relative; }
header{ width: 100%; height: 100px; background: #fff; z-index: 999; box-shadow: 0 1px 10px 0 rgba(0,0,0,0.3); position: fixed;  top: 0;  left: 0;  font-family: raleway-semibold;}

.logo{ position: absolute;left: 0; top: 10px;}
.logo img{ transition: all 0.3s; }

#nav:after{  content: '';  display: block;  clear: both;}
#nav .warper{position: relative;}

.close-nav{position: fixed; top:0; left:0; width: 100%;height: 100%;background: #333;opacity: 0;visibility: hidden;transition: 0.5s;z-index: 88;}
.nav-open{transform: translateX(0);}
.close-open{opacity: 0.5;visibility: visible;}
.body-hidden{overflow: hidden!important;}
#nav .nav-button{width: 35px;height: 35px; z-index: 5; border-radius: 3px;background: #1d68be ; color: #111;position: absolute; right: 10px; top: 10px;line-height: 35px;text-align: center;font-size: 20px;}
#nav .nav-button i{ color: #fff; font-size: 22px; font-weight: 600; }
#nav .nav-button{display: none;}

nav{ float: right; margin-right: 84px;}
nav li{ float: left; padding: 0 32px; position: relative; cursor: pointer;}
nav li>a{ padding: 36px 0 43px 0; color: #222; position: relative; display: block; transition:0.5s; font-size:18px;font-weight: 700; }
nav li>a:after{ content: ''; position: absolute; bottom: 15px; left: 50%; margin-left: -45%; transition: all 0.3s; width: 0; height: 3px; background: #2878e1; }
nav li.on a,nav li:hover a{ cursor: pointer; color: #1d68be; }
nav li.on>a:after,nav li:hover a:after{ width: 90%; }
nav dl{ opacity: 0; transition: opacity 1s ease;position: absolute; display: block; background: #fff; width: auto; top: 100px;  left:-9999px; z-index: 999;  }
nav dl dt{ display: block; font-size: 20px; color: #222; margin-bottom: 20px; }
nav dl dd{ display: block; position: relative; }
nav li dl dd a{ opacity: 1; background: transparent !important; color: #666 !important; display: block; padding: 13px 18px; text-align: left; white-space: nowrap;font-size:17px;}
nav li dl dd a:hover{ background: #2878e1 !important; cursor: pointer; color: #fff !important;}
nav li:hover dl{ left: 34px; opacity: 1; }
nav dl dd div{position: absolute; left: 100%; top: 0; background:rgba(40,120,225,.7); display: none;}
nav dl dd:hover div{display: block;}
nav dl dd div a{padding:15px 20px; color: #fff !important; border-bottom: none; }

nav .nav_menu{ position: fixed; background: #f7f7f7; text-align: left; display: block; opacity: 0; transition: opacity 1s ease; left: 9999px; z-index: 999;width: 100%;padding:50px 0 0;}
nav .item{ width: 31%; margin-right: 1.5%; float: left;}
nav .item:last-child{margin-right: 0}
nav .item img{ width: 100%;}
nav .item div a{display: block; padding:8px 0;}
nav .item div a:hover{color: #1d68be}
nav .item:hover img{border-color: #1d68be}
nav .item:hover h3 a{color: #1d68be}
nav .item:hover h3 a i.icon_sleepbag{background-position: -30px top}
nav .item a:hover{ background:rgba(255,255,255,.1);}
nav li:hover .nav_menu,nav li:hover dl{ opacity: 1; left: 0;}

nav .nav_menu img{ max-width: 54px;}
nav .nav_menu a{  color: #222!important;}
nav .nav_menu p{ display: flex;align-items: center;}
nav .nav_menu p a{ font-size: 20px; color: #222; line-height: 26px; margin-left: 12px;}
nav .nav_menu h5{ font-size: 16px; line-height:24px; padding: 30px 20px 0 0;}
nav .nav_menu .item{ padding-bottom: 50px;}
nav .nav_menu .item div{ width: 100%; overflow: hidden;}
nav .nav_menu .item div a{ color:#666!important; font-size: 18px; float: left; margin-right: 30px;}
nav .nav_menu .item a:hover{ color: #1d68be!important;}

nav dl{ opacity: 0; transition: opacity 1s ease;position: absolute; display: block; background: #fff;   z-index: 999; left: -9999px; }
nav dl dt{ display: block; font-size: 20px; color: #222; margin-bottom: 20px; }
nav dl dd{ display: block; position: relative; }
nav li dl dd a{ opacity: 1; background: transparent !important; color: #666 !important; display: block; padding: 13px 18px; text-align: left; white-space: nowrap;font-size:18px;}
nav li dl dd a:hover{ background: #1d68be !important; cursor: pointer; color: #fff !important;}
nav li:hover dl{ left: 0; opacity: 1; }

.head_rcon{ position: absolute;right: 0; top: 35%; font-size: 16px; }
.head_rcon a{ display: inline-block; float: right; }
.head_rcon span{ color: #666; margin-left: 10px; }
.head_rcon i{ font-size: 30px; display: inline-block; color: #8a8a8a; }
.head_rcon a span{ color: #1d68be; }
.head_rcon a:hover span{ text-decoration: underline; }
.head_rcon *{ vertical-align: middle; }

.search-button{ width: 30px;  float: left; position: relative;  height: 30px; line-height: 30px; display: inline-block; }
.search-button i{ color: #8b8b8b; cursor: pointer;position: absolute; top: 0; left: 0; font-size: 23px; color: #222;}
.searchform{ overflow: hidden;background:#1d68be;position: absolute; right: 0; height: 0; z-index: 88; top:25px; width: 240px; transition: all .3s;}
.searchform i{ font-size: 20px; color: #fff; }
.searchform input{ width: 190px; background:#1d68be; color: #fff; line-height:40px; padding-left:10px; float: left; outline: none; }
.searchform button{ width:35px; line-height:40px; background:#1d68be; border: 0; color: #fff; text-align: center; outline: none; cursor: pointer; transition: all .5s; position: absolute; right: 0; top: 0}
.searchform input::-webkit-input-placeholder { color: #fff;}
.searchform input:-moz-placeholder {  color: #fff;}

.h_getbtn{ float: right; width: 140px; height: 34px; margin-top: 33px; margin-right: 130px;}
.h_getbtn a{ width: 100%; height: 34px; line-height: 34px; display: inline-block; font-size: 14px; text-align: center; background: #2878E1; color: #fff; font-weight: 600;}
.h_getbtn a:hover{
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
				-webkit-transition: all .5s ease-in-out;
				-moz-transition: all .5s ease-in-out;
				-o-transition: all .5s ease-in-out;
				transition: all .5s ease-in-out;
				background-size: 200% 100%;
				background-position: 100% 0;
}

.changpic { width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }

.cl{ clear: both; }
.banner{ position: relative; }
.scaleBg{ transition: all 5s; }

.header-top{ height: 45px;line-height: 45px; background-color: #1d68be; color: #fff;}
.h-t-l,.h-t-l ul li{ float: left;}
.h-t-l ul li{ position: relative; font-size: 15px; padding-right: 40px;}
.h-t-l ul li i{ float: left; font-size: 20px; margin-right: 10px;}
.h-t-l ul li a{ color: #fff; font-weight: bold;}
.h-t-l ul li a:hover{ color: #352f27;}
.h-t-l ul li:after{ height: 16px; width: 1px;  position: absolute; right: 18px; content:'';background-color:#fff ; top: 30%;}
.h-t-l ul li:nth-child(2)::after{opacity: 0; }
.h-t-r,.h-media{ float: right;}
.h-t-r a,.h-media a{ color: #fff;}
.h-t-r{ margin-left: 35px; background-color: #352f27; padding: 0 35px; transition: 0.5s;}
.h-t-r:hover{ background-color: #666;}
.h-media a{ margin-left: 20px; font-size: 20px; display: inline-block;width: 30px; height: 30px;text-align: center; line-height: 30px; border-radius: 30px;}
.h-media a:first-child:hover{ background: #1882d3; color: #fff;  }
.h-media a:nth-of-type(2):hover{ background: #1d6297; color: #fff; }
.h-media a:nth-of-type(3):hover{ background: #33a2f7; color: #fff; }
.h-media a:nth-of-type(4):hover{ background: #f00106; color: #fff; }

.f_link{ margin-top: 22px; }
.f_link li{ color: #78889f; margin-bottom: 15px; padding-left: 30px; position: relative; }
.f_link li i{ color: #2974d7; position: absolute; top: 0; left: 0; font-size: 18px; }
.f_link li a{ color: #78889f; }
.f_link li a:hover{ color:#2974d7; }

.f_nav{ margin-top: 24px; }
.f_nav li{ margin-bottom: 16px; padding-left: 26px; position: relative; }
.f_nav li a{ color: #78889f; }
.f_nav li:after{ content: ''; width: 8px; height: 14px; position: absolute; top: 3px; left: 0; background: url(images/link_icon.png) no-repeat; }
.f_nav li a:hover{ color: #2974d7; }

footer .media{ float: none; margin-top: 20px; width: 100%; }
footer .media a{ margin: 0 3px; width: 35px; height: 35px; line-height: 35px; border-radius: 35px; }

.item4 form{ position: relative; }
.item4 input{ height:50px; line-height: 50px; }
.item4 input,.item4 textarea{  width: 100%; background: #586576; border: none; border-radius: 3px; padding: 2px 18px; font-family:raleway-semibold; resize: none; color: #fff; font-size: 17px;}
.item4 input::-webkit-input-placeholder, .item4 textarea::-webkit-input-placeholder{  color: #fff;}
.item4 textarea{ padding:5px 18px; height: 132px; }
.item4 button{ width:100%; height: 50px; display: block; color: #fff; font-size: 20px; text-align: center; background:#2878e1; border: none; cursor: pointer; }
.item4 button i{ font-size: 30px; margin-top: 5px; display: inline-block; }
.item4 ul li{ position: relative; margin-bottom: 8px; }
.item4 button:hover{ opacity: 0.85; }

footer .copyright{ background: #293649; font-size: 14px; padding: 18px 0; text-align: center;  clear: both;  color:#7e8796; }
footer .copyright a{ color: #7e8796; }
footer .copyright a:hover{ text-decoration: underline; }

#banner img{ width: 100%; display: block; }
#banner_home{ position: relative; margin-top: 70px; }
#banner_home .owl-theme .owl-controls{ position: absolute; bottom: 40px; width: 100%;  }
#banner_home .owl-theme .owl-controls .owl-page span{ width: 48px; height: 5px; background: #fff; opacity: 1;}
#banner_home .owl-theme .owl-controls .owl-page.active span{ background: #2878e1;}

.changpic{ width: 100%; overflow: hidden; }
.changpic img{ width: 100%; transition: all 0.3s; }

.cl{ clear: both; }

.footmenu{position:fixed;bottom:0;left:0;width:100%;z-index:5;max-width:1024px; display: none;}
.footmenu img{display:block}
.footmenu div.bgcolor{ clear:both;}
.footmenu div.con{position:absolute;bottom:0;left:0;width:100%; padding-bottom: 10px; background:#f39800;}
.footmenu a{color:#fff;font-size:16px; display:block;width:25%;text-align:center;float:left;position:relative}
.footmenu i{display:block;width:25px;height:25px;margin:6px auto 2px; font-size: 26px;}

.l_fixed{ width: 40px; position: fixed; top: 30%; left: 0; z-index: 666; }
.l_fixed li{ position: relative; margin-bottom: 1px; }
.l_fixed li a{ width:100%; height: 40px; font-size: 20px; text-align: center; line-height: 40px; background: #275082; color: #fff; display: block; }
.l_fixed li a i{ font-size: 20px; }
.l_fixed li a span{ display:block; position: absolute; top: 0; line-height: 40px; padding: 0 10px; background: #275082; left: -999px; width: 0; font-size: 16px; transition: all 0.5s; }
.l_fixed li:nth-of-type(2) a{ background: #ed7d2a; }
.l_fixed li:nth-of-type(3) a{ background: #3a82d3; }
.l_fixed li:nth-of-type(4) a{ background: #30afeb; }
.l_fixed li:nth-of-type(5) a{ background: #0085b2; }
.l_fixed li:nth-of-type(6) a{ background: #d20000; }
.l_fixed li:nth-of-type(2) a span{ background: #ed7d2a; }
.l_fixed li:hover a span{ width: 230px; left: 40px; }
/* 公共部分 >END */

/**关于**/
.jk-about{ overflow: hidden; margin: 125px 0 100px;}
.about-left{ width: 57%; float: left; margin-right: 55px;}
.about-left h1{  border-bottom: #ededed solid 1px; padding-bottom: 35px;}
.about-left h1 b,.jk-str-right h3 b,.jk-app h3 b,.jk-new h3 b
{display: block; width: 100%;  font-size: 46px; font-family: arial; text-transform: uppercase;}
.about-left h1 span,.jk-str-right h3 span,.jk-app h3 span,.jk-new h3 span
{display: block; font-size: 18px; color: #888; letter-spacing: 6px; font-weight: normal;font-family:raleway-regular; margin-top: 10px; text-transform: uppercase;}
.about-left p{font-size: 18px;  color: #888; line-height: 30px; margin: 30px 0; height: 120px; overflow: hidden; font-family: segoeui; margin-bottom: 50px;}
.about-left dl{ width: 46%; float: left; display: flex; margin-right: 50px;}
.about-left dl:nth-child(2n){ margin-right:0 ;}
.about-left dl dt,.about-left dl dd{ float: left;}
.about-left dl dt{ margin-top: 10px; margin-right: 30px;}
.about-left dl dt i{ transition: .5s; display: block;}
.about-left dl:hover i{transform: rotate(360deg);}
.about-left dl dt i{  font-size: 45px; color: #257bee;}
.about-left dl dd{ height: 100px; overflow: hidden;}
.about-left dl h5{ font-size: 20px; font-family: raleway-regular;}
.about-left dl p{ font-size: 18px; color: #888; height: 55px; overflow: hidden; margin-top: 5px; line-height: 26px; }
.about-right{ width: 502px; float: right;}

/**实力**/
.jk-Strength{ overflow: hidden; background-color: #f4f4f4;padding: 110px 0;}
.jk-str-left{ width: 408px; float: left;}
.jk-str-left ul li{ position: relative; margin-bottom: 20px;}
.jk-str-left ul li:hover img{ transform: scale(1.15);}
.jk-str-left ul li a{ position: absolute; bottom: 37px; color: #fff; font-family: raleway-regular; line-height: 26px; display: block; padding:0 40px;}
.jk-str-right{ float: right; width: 67%;}
.jk-str-right h3{ text-transform: uppercase; margin-left: 43px;}
.jk-str-right ul li{ float: left; width: 31.8%; margin-right: 20px; margin-bottom: 20px;}
.jk-str-right ul li:nth-child(3n){ margin-right: 0;}
.jk-str-right ul li:hover img{ transform: scale(1.15);}
.jk-str-right h3 a{margin:20px 0 40px; width: 170px; height: 46px; line-height: 46px;font-weight: 100; display: block; font-style: italic; color: #fff; text-transform: none; text-align: center;  font-family: raleway-regular;
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    background-size: 200% 100%;
}
.jk-str-right h3 a:hover{background-position: 100% 0;}
.jk-str-right h3 span{ margin-top: 17px;}
.jk-Strength2{ overflow: hidden; background: url(img/bj2.png) #f4f4f4 no-repeat left top;}
.in_pwar{ margin:130px 0; overflow: hidden;}
.in_pwar .lcon{ float: left; width: 428px;  }
.in_pwar .rcon{ margin-left: 546px; }
.in_picon{overflow: hidden; }
.in_picon li{ width: 50%; text-align: center; float: left; cursor: pointer; padding: 16.5px 25px; background:#fff;    height: 180px;}
.in_picon li:hover{
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    background-size: 200% 100%;
		background-position: 100% 0;
}
.in_picon li:hover p{color: #fff;}
.in_picon li:last-child{padding: 0;}
.in_picon li.on {
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	    -webkit-transition: all .2s ease-in-out;
	    -moz-transition: all .2s ease-in-out;
	    -o-transition: all .2s ease-in-out;
	    transition: all .2s ease-in-out;
	    background-size: 200% 100%;
}
.sor-more{ position: relative;}
.sor-more a{ position: absolute; display: flex;width: 100%; top: 50px; color: #fff; flex-direction: column; font-size: 18px;}
.sor-more a i{ font-size: 42px;}
.in_picon li.on p{color: #fff;}
.in_picon li h6{ width: 88px; font-size: 45px; height: 88px; line-height: 88px; border-radius: 88px; background: #fff; color: #333; }
.in_picon li p{ font-size: 16px; margin-top: 10px; line-height: 26px; font-family: raleway-regular; color: #333; }
.i_bp{display: none; }
.i_bp .changpic{ text-align: center;}
.i_bp img{ max-width: 623px;}
.i_bp.on{ display: block; }
.i_bptext{ width: 100%;padding: 45px 0 0; font-family:raleway-regular;}
.i_bptext h3{ font-size: 28px; color: #000;  height: 35px; line-height: 35px; overflow: hidden;  }
.i_bptext p{ margin-top: 18px; line-height: 28px; color: rgba(255,255,255,0.6); height: 80px; overflow: hidden;color: #888; }
.i_bp:hover .changpic img{ transform: scale(1.15); }

/**应用**/
.jk-app{ overflow: hidden; padding: 75px 0;transform-style: preserve-3d; position: relative;}
.jk-app::before{ content: ''; background: url(img/bj3.png) no-repeat top fixed; position: absolute;z-index: -1; width: 100%; height: 840px; top: 0; left: 0;}
.jk-app h3{ text-align: center;}
.jk-app ul{ margin-top: 50px;}
.jk-app ul li{ float: left; margin:0 16px 40px 0;}
.jk-app ul li:nth-child(4n){ margin: 0 0 40px 0;}
.jk-app ul li:hover img{ transform: scale(1.15);}
.jk-app ul li a{ position: relative; display: flex; flex-direction: column; align-items: center;justify-content: center; font-size: 16px; color: #fff; text-transform: uppercase; }
.jk-app ul li a p{ position: absolute; background-color: rgba(0,0,0,35%); width: 100%; height: 100%; padding-top: 35%; text-align: center; transition: .5s;}
.jk-app ul li:hover p{opacity: 0; }

/**新闻**/
.jk-new{overflow: hidden; padding: 50px 0; }
.jk-new h3{ text-align: center;}
.jk-new dl{ width: 33%; padding: 10px; transition: 0.5s; float: left;}
.jk-new dl:hover{ box-shadow:0 1px 12px 6px rgb(128 128 128 / 20%)}
.jk-new dl dt:hover img{ transform: scale(1.15);}
.jk-new dl dd{padding:12px 32px;}
.jk-new dl dd h5{height: 90px; overflow: hidden; font-size: 18px; color: #000; line-height: 30px;}
.jk-new dl dd p{ font-size: 16px; color: #666; line-height: 26px; margin-top: 20px; height: 55px; overflow: hidden;} 
.jk-new dl span{margin:20px 0 20px; width: 170px; height: 46px; line-height: 46px; display: block; font-style: italic; color: #fff; text-transform: none; text-align: center;  font-family: raleway-regular;
	background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	    -webkit-transition: all .5s ease-in-out;
	    -moz-transition: all .5s ease-in-out;
	    -o-transition: all .5s ease-in-out;
	    transition: all .5s ease-in-out;
	    background-size: 200% 100%;
}
.jk-new dl span:hover{background-position: 100% 0;}
/**底部**/
.jk-bottom{ background:url(./img/foot1.png) #0066bb no-repeat; padding:78px 0 130px; overflow: hidden; position: relative; background-size: 100%;}
.jk-bottom h4{ font-size: 24px; margin-bottom: 15px; color: #fff;}
.jk-bottom li a{ font-size: 17px; line-height: 30px; color: #fff; display: block; height: 30px; overflow: hidden; padding-right: 10%;}
.jk-bot-left{ float: left;width: 720px; overflow: hidden;}
.jk-bot-right{ float: left; margin-left: 75px;overflow: hidden;}
.jk-bot-right ul:nth-child(1){padding-bottom: 145px; overflow: hidden;}
.jk-bot-right ul:nth-child(1) li{ float: left; width: 50%; }
.jk-bot-right ul:nth-child(2){ padding-top:78px ;}

.jk-lest{ background-color: #111; position: relative; padding-bottom: 50px;}
.jk-lest-bot{ background-color: #fff; border-radius: 5px; overflow: hidden; width: 100%;position: absolute; top: -77px; padding: 50px 30px;}
.jk-lest-left{ width: 40%; float: left; margin-right: 3%;}
.jk-lest-left h4{ color: #333; font-size: 24px; color: #333;}
.jk-lest-left span{ font-size: 16px; color: #999; margin-top: 10px; display: block;}
.jk-lest-right{ margin-top: 10px; }
.jk-lest-right input{ background-color: #f6f6f6; outline: none; color: #888; font-size: 16px; padding: 12px 0; text-indent: 10px; float: left;}
.jk-lest-right input:nth-child(1){ width: 236px;}
.jk-lest-right input:nth-child(2){ width: 330px; margin-left: 10px;}
.jk-lest-right button{ width: 107px; padding: 10px 5px; border: none; font-size: 18px; color: #fff;font-style: italic;cursor: pointer; font-family: raleway-regular;
	 background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	     -webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	     transition: all .5s ease-in-out;
	     background-size: 200% 100%;
}
.jk-lest-right button:hover{background-position: 100% 0;}
.jk-lest-bot2{ overflow: hidden; padding-top: 187px; }
.jk-lest-bot2 div{ width: 30%;float: left; color: #6d6d6d;}
.jk-lest-bot2 div a{color: #6d6d6d;}
.jk-lest-bot2 div a:hover{ color: #0065eb;}
.jk-lest-bot2 div h4{color: #fff; font-size: 28px; margin-bottom: 40px;}
.jk-lest-bot2 div ul li{ line-height: 34px; font-size: 16px;}
.jk-lest-pro{ margin-right: 10%;}
.jk-lest-pro ul li a{ position: relative; padding-left: 20px;}
.jk-lest-pro ul li a::after{ content: '>';position: absolute; left: 0;  top: -7px;}
.jk-lest-us{ margin-right: 0!important;}
.jk-lest-logo h4 a{color: #fff; font-size: 24px; padding-right: 110px; display: block; line-height: 34px; margin-top: 35px;}
.jk-lest-bot3{ border-top: #6d6d6d solid 1px; padding-top: 20px; margin-top: 80px; overflow: hidden;}
.jk-lest-bot3 p{ float: left; padding-top: 5px; color: #888;}
.media2{ float: right;}
.media2 a{ display: inline-block; background-color: #343434; color: #fff; padding: 5px 8px; border-radius: 50px; margin-right: 10px;}
.media2 a:hover{ background-color: #0065eb;}

/**内页**/
/**关于**/
.sub-banner{ position: relative; margin-top:100px;}
.sub-banner img{ width: 100%;}
.sub-banner div{ position: absolute; width: 100%; display: flex; top: 42%; color: #fff; flex-direction: column; align-items: center;}
.sub-banner h5{ font-size: 36px;}
.sub-banner div a{color: #fff;}
.sub-banner div li{ float: left;}
.sub-banner div p{ width: 78%; line-height: 30px; margin: 30px 0 60px; text-align: center;}
.sub-banner .sub_top_text{ top: 20%}
.sub_top_text i{ display: inline-block; background-color: #fff; border-radius: 50px; padding: 10px 11px; color: #1d68be; font-size: 25px; margin-right: 5px;}
.sub_top_text span{ font-family:segoeui;}
.sub_top_text span b{ margin-right: 65px; font-weight: 100;}
.sub_top_text span b:last-child{margin-right: 0;}

.sub-about1{ margin-top:80px; overflow: hidden;}
.sub-about1 .warper h1 b{ font-size: 36px; color: #222; text-transform: uppercase; display: block;width: 100%; margin-bottom: 15px; font-weight: bolder;}
.sub-about1 .warper h1 span{ font-size: 18px; color: #888;display: block;width: 100%; font-weight: 100;}
.sub-about1-left,.sub-about1-right{ float: left;}
.sub-about1-left{ background-color: #f4f4f4; padding: 60px 100px 60px 50px; line-height: 30px; width: 53.5%; margin-top: 33px; color: #888; }
.sub-about1-left p{ margin-bottom: 25px;max-height: 240px; overflow-y: auto;}
.sub-about1-right{ width: 50%; margin-left: -50px; margin-top: 110px; overflow: hidden;}
.sub-about1-left p:nth-child(2){ margin-bottom: 0;}
.sub-about1-btn{ overflow: hidden; margin-top: 50px; width: 100%;}
.sub-about1-btn dl{ float: left; width: 23.5%; margin-right: 2%; background-color: #f4f4f4; display: flex; text-align: center;flex-direction: column;}
.sub-about1-btn dl:last-child{ margin-right: 0;}
.sub-about1-btn dl i{ font-size: 70px; color: #1d68be;}
.sub-about1-btn dl dt{ padding: 50px 0 30px; transform-origin：center center ;}
.sub-about1-btn dl dt i{display: block; transition: .5s;}
.sub-about1-btn dl:hover i { transform: rotate(360deg);}
.sub-about1-btn dl h5{ font-size: 20px; color: #222;padding-bottom: 40px; }
.sub-about1-btn dl p{ font-size: 18px; color: #888; line-height: 26px; height: 84px; overflow: hidden;}
.sub-about1-btn dl dd{ padding: 0 25px; padding-bottom: 75px;}

.sub-about2{ background: url(img/sub-bj.png) no-repeat; overflow: hidden;color: #fff;}
.sub-title h4 b{ font-size: 36px; display: block; padding: 70px 0 45px;text-transform: uppercase;}
.sub-title h4 span{ font-size: 18px; line-height: 30px; color: #888; font-weight: 100; padding-bottom: 30px; display: block;}
.sub-about2 p{ line-height: 30px; margin-bottom: 70px;}
.sub-about2-img{ display: flex;}
.sub-about2-img div{ width: 23%; margin-right: 2%;}
.sub-about2-img div:last-child{margin-right: 0;}
.sub-about2-img div:nth-child(1){ width: 50%;}
.sub-about2-img div:hover img{ transform: scale(1.15);}

.sub-about3{ overflow: hidden; margin-bottom: 120px;}
.sub-about3 h4 b{ padding-bottom: 20px;}
.sub-about3 ul li{ float: left; width: 32%; margin-right: 2%; margin-bottom: 25px; transition: .5s;}
.sub-about3 ul li:nth-child(3n){ margin-right: 0;}
.sub-about3 ul li:hover img{ transform: scale(1.15);}
/**联系**/
.sub-contact{ overflow: hidden; background: url(img/sub-bj2.jpg) #f4f4f4 repeat-y top;}
.sub-con-l,.sub-con-r{ width: 50%; float: left; padding-bottom: 100px;}
.sub-contact h4 b{ padding-bottom: 0;}
.sub-contact ul{ padding-right: 110px;}
.sub-contact ul li{ margin: 40px 0; }
.sub-contact ul li span{ color: #888;}
.sub-contact ul li p{ color: #222; font-family: segoeui; margin-top: 10px;}
.sub-con-r{ padding-left: 40px; }
.sub-con-form p{ position: relative;}
.sub-con-form input{font-size: 18px; width: 100%; padding: 15px; outline: none; background-color: #f4f4f4; margin-bottom: 18px;box-shadow:2px 3px 8px 0px rgb(128 128 128 / 20%);font-family: raleway-regular}
.sub-con-form p i{ position: absolute; right: 15px; top: 15px; color: #222; }
.sub-con-form textarea{resize: none; font-size: 18px; width: 100%; height: 210px; background-color: #f4f4f4; box-shadow:2px 3px 8px 0px rgb(128 128 128 / 20%);outline: none; font-family: raleway-regular; padding: 15px;}
.sub-con-form button{cursor: pointer; border: none; padding: 12px 45px; color: #fff; margin-top: 40px;font-family: raleway-regular; font-size: 18px; font-style: italic;
 background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	     -webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	     transition: all .5s ease-in-out;
	     background-size: 200% 100%;
}
.sub-con-form button:hover{background-position: 100% 0;}
/**行业**/
.sub-indu1 { overflow: hidden;}
.sub-title i{ font-size: 40px; font-weight: 100; margin-right: 5px;}
.sub-indu1 .sub-title h4 b{ padding-bottom: 10px;}
.sub-indu1 ul{ overflow: hidden; }
.sub-indu1 ul:last-child{ margin-bottom: 85px;}
.sub-indu1 ul li{ width: 23.5%; margin-right: 2%; float: left; transition: .5s;}
.sub-indu1 ul li:nth-child(4n){ margin-right: 0;}
.sub-indu1 ul li:hover img{ transform: scale(1.15);}
.sub-indu1 ul li p{ text-align: center;height: 60px; line-height: 60px; overflow: hidden; margin-bottom: 10px; font-weight: bold;}
/**新闻**/
.sub-news{ overflow: hidden; margin-top: 70px;}
.sub-news-1{ float: left; width: 49%; background-color: #f5f5f5; padding-bottom: 45px; margin-right: 2%; margin-bottom: 50px;}
.sub-news ul li:nth-child(2){ margin-right: 0;}
.sub-news ul li:nth-child(4){ margin-right: 0;}
.sub-news h5{ font-size: 20px; line-height: 34px; color: #333; height: 68px; overflow: hidden; margin: 30px 0 25px;}
.sub-news time{ font-size: 18px; color: #888;}
.sub-news p{ font-size: 16px; color: #666; line-height: 28px; height: 90px; overflow: hidden; margin: 30px 0;}
.sub-news span{ color: #fff; font-style: italic; font-size: 18px; padding: 10px 35px; display: block; width: 180px;
background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	     -webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	     transition: all .5s ease-in-out;
	     background-size: 200% 100%;
}
/**新闻详情内页**/
.w_p_main{ background: #fff; overflow: hidden; }
.news_box{ padding-bottom: 10%; margin-top: 55px; }
/* .warper{ margin:0 auto; width: 90%; max-width: 1280;} */
.infocon{color: #666; }
.infocon h1{font-size:30px; text-align: center; margin-bottom: 10px; }
.infocon img{ display: inline-block; margin: 12px 0; max-width: 100%; }
.infocon .time{ text-align: center;margin-bottom:15px; color: #666;}
.infocon .time i{ color: #ec7d1b; }
.infocon .other{border-top: 1px solid #bbb; padding:15px 0 0 0; margin:50px 0 0 0; line-height: 26px;}
.infocon .other div{margin:8px 0;}
.infocon .other{ color: #666; }
.infocon .other a{color: #666}
.infocon .other a:hover{ color: #ec7d1b; }
.infocon p{line-height:28px; margin-bottom: 10px; font-size: 17px;}

.sub-news span:hover{background-position: 100% 0;}
.sub-news dl:hover p{ color: #0065eb!important;}
.sub-news ul{ overflow: hidden;}
.sub-news ul li{overflow: hidden; background-color: #f5f5f5; padding: 15px 40px 45px; margin-bottom: 30px; transform: .5s;}
.sub-news ul li:hover img{ transform: scale(1.15);}
.sub-news ul li h5{ margin: 0; line-height: 68px;}
.sub-fenye{ display: flex;justify-content: center; margin-bottom: 110px; margin-top: 15px;}
.sub-fenye a{font-family:segoeui ; display: block; width: 40px; height: 40px; text-align: center; line-height: 40px; border: #d8d8d8 solid 1px; color: #888; font-size: 18px; margin-right: 5px;}
.sub-fenye .on{ background-color: #0065eb; color: #fff;}
/**产品列表**/
.sub-pro{ overflow:hidden;margin-top: 70px;}
.sub-pro li{ background-color: #f4f4f4; font-size: 18px; color: #222; font-weight: bold; }
.sub-pro ul{ display: flex; overflow: hidden;    justify-content: space-between;}
.sub-pro-con1 ul:nth-child(1){ margin-bottom: 25px;}
.sub-pro-con1 ul:nth-child(1) li{ width: 31%;}
.sub-pro-con1 ul:nth-child(1) li a{ display: flex; height: 157px;align-items: center;line-height: 30px;}
.sub-pro-con1 ul:nth-child(1) li div{text-align: center;}
.sub-pro-con1 ul:nth-child(1) li a p{ height: 60px; overflow: hidden;}
.sub-pro-con1 ul:nth-child(1) li img{ max-width: 108px; }
.sub-pro-con1 ul:nth-child(1) li:hover img{ transform: scale(1.15);}
.sub-pro-con1 ul:nth-child(2){ margin-bottom: 100px;}
.sub-pro-con1 ul:nth-child(2) li{ padding: 15px 60px;}

.sub-title { overflow: hidden;}
.sub-title h2{ font-size: 30px; color: #222;position: relative; padding-bottom: 15px; float: left;}
.sub-title h2::after{content: ''; background-color: #1d68be; width: 123px; height: 3px; position: absolute; left: 0; bottom: 0;}
.sub-title a{ float: right; font-style: italic; color: #1d68be; font-size: 18px; font-weight: 600; margin-top: 15px;}

.sub-pro-con2{ width: 100%; clear: both; margin-top: 25px;}
.sub-pro-con2 ul{flex-wrap: wrap;justify-content: flex-start;} 
.sub-pro-con2 li{ width: 32%;position: relative;overflow: hidden; border: #e5e5e5 solid 1px; text-align: center; padding: 10px 55px 40px; background: none; margin-bottom: 30px; float: left; margin-right: 2%;}
.sub-pro-con2 li:nth-child(3n){ margin-right: 0;}
.sub-pro-con2 li img{padding: 30px;}
.sub-pro-con2 li p{ padding: 20px 0 0; line-height: 28px; height: 80px; overflow: hidden;}
.sub-pro-con2 li:hover img{ transform: scale(1.15);}

.in_protext{ position: absolute; bottom: -200px; transition: all 0.3s; left: 0; width: 100%; padding: 0 10px 20px 10px; background: #2878e1; text-align: center; }
.in_protext p{ font-size: 16px; font-weight: bold; height: 22px; line-height: 22px; overflow: hidden; color: #fff; margin-bottom: 15px;}
.in_protext span{ font-size: 16px; color: #fff; font-style: italic; }
.sub-pro-con2 ul li:hover .in_protext{ bottom: 0; }


.sub-pro2-con1{overflow: hidden; margin-top: 25px;}
.sub-pro2-con1 dl{ border: #e5e5e5 solid 1px; padding: 50px 0; overflow: hidden; margin-bottom: 35px;}
.sub-pro2-con1 h6{ font-size: 22px; margin-bottom: 30px; transition: .5s;}
.sub-pro2-con1 dl:hover>*{ color: #0065eb;}
.sub-pro2-con1 dt:hover img{ transform: scale(1.15);}
.sub-pro2-con1 dt{ float: left; width: 30%; padding:0 30px;}
.sub-pro2-con1 dd{ float: left; width: 70%; padding-right: 20px; color: #666; line-height: 28px;}
.sub-pro2-con1 dd p{ color:#666666; margin-bottom: 20px;/*height: 135px; */overflow: hidden; transition: .5s;}
.sub-pro2-con1 dd table{height: 135px;overflow: hidden; transition: .5s;}
.sub-pro2-con1 dd a{ display: inline-block; background-color: #fe8200; color: #fff; width: 210px; height: 46px; line-height: 46px; text-align: center; }
.sub-pro2-con1 dd a:last-child{ background-color: #0065eb; margin-left: 35px;}
.sub-pro2-con1 dd a:hover{background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	     -webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	     transition: all .5s ease-in-out;
	     background-size: 200% 100%;
		 background-position: 100% 0;
}
/**技术**/	
.sub-tec .sub-title h4 b{ padding-bottom: 20px; }
.sub-title p{ color: #888; line-height: 30px;}
.sub-tec-con1 dl{ width: 100%;height: 240px; overflow: hidden;overflow: hidden; margin-top: 45px;}
.sub-tec-con1 dl dt{ float: left; width: 20%; height: 240px; background-color: #1d68be; color: #fff; font-weight: bold; display: flex; padding: 20px 0;flex-direction: column;align-items: center;}
.sub-tec-con1 dl dt span{display: block ;padding: 0 13px; text-align: center; margin-top: 20px; line-height: 28px;}
.sub-tec-con1 dl dt i{ font-size: 100px; font-weight: 100; transition: .5s;}
.sub-tec-con1 dl dt:hover i{ transform: rotate(360deg);}
.sub-tec-con1 dl dd{ float: left; width: 80%;height: 240px; background-color: #dcecff; color: #666;}
.sub-tec-con1 dl dd p{ height: 125px; margin-top: 75px; line-height: 30px; padding-left: 33px; overflow: hidden;}
.sub-tec-con1 dl:nth-of-type(2){ margin-top: 20px;}
.sub-tec-con1 dl:nth-of-type(2) dt{ float: right;}

.sub-tec-con2{ overflow: hidden; margin-bottom: 100px; margin-top: 50px;}
.sub-tec-con2 dl {background-color: #f4f4f4;}
.sub-tec-con2 dl dt{ position: relative; width: 50%; float: left;}
.sub-tec-con2 dl dt div{ position: absolute; color: #fff;  top: 30%; text-align: center; display: flex; width: 100%;flex-direction: column;}
.sub-tec-con2 dl dt div i{ font-size: 100px; font-weight: 100; transition: .5s;}
.sub-tec-con2 dl dt:hover i{ transform: rotate(360deg);}
.sub-tec-con2 dl dt div span{ padding: 0 120px; font-weight: bold; line-height: 28px;}
.sub-tec-con2 dl dd{width: 50%;float: left; padding: 35px 30px; line-height: 30px;background-color: #f4f4f4;}
.sub-tec-con2 dl:nth-of-type(2) dt{ float: right;}
.sub-tec-con2 dl:nth-of-type(2) dd{ padding: 49px 30px;}
/**产品详情**/
.sub-pro{ overflow: hidden;}
.sub-del-con1{ box-shadow:0px 0px 18px 9px rgb(128 128 128 / 20%); overflow: hidden; margin-top: 110px;}
.sub-del-con1_l{ width: 50%; float: left; padding: 60px 0; text-align: center;}
.sub-del-con1_l img{ max-width: 380px;}
.sub-del-con1_l:hover img{ transform: scale(1.15);}
.sub-del-con1_r{ width: 50%; float: left;padding: 35px 100px 0 30px; }
.sub-del-con1_r h4{ font-size: 26px; font-weight: bold; line-height: 34px; max-height: 70px;  margin-bottom: 24px; font-family: arial;}
.sub-del-con1_r p{ font-size: 16px;line-height: 24px;max-height: 70px;}
.sub-del-con1_r img{ max-width: 465px;}
.sub-del_btn{ overflow: hidden; margin: 55px 0 25px;}
.sub-del_btn a{ display: inline-block; background-color: #fe8200; color: #fff; width: 210px; height: 46px; line-height: 46px; text-align: center; }
.sub-del_btn a:last-child{ background-color: #0065eb; margin-left: 35px;}
.sub-del_btn a:hover{background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	     -webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	     transition: all .5s ease-in-out;
	     background-size: 200% 100%;
		 background-position: 100% 0;
}

.sub-pro_del2{ overflow: hidden; background: url(img/sub-bj3.png) #f4f4f4 no-repeat top; margin-top: 70px;}
.proinfo_nav{ overflow: hidden;  margin-top: 197px; display: flex; background: #1d68be;justify-content: space-around;}
.proinfo_nav.top0{ position: fixed; top: 0; left: 0; width: 100%; z-index: 666; margin-top: 0; justify-content: center}
.proinfo_nav a{ background: #1d68be;font-size: 22px; color: #fff;padding: 35px 67px; position: relative; text-align: center; }
.proinfo_nav a::after{ content: ''; position: absolute; right: 0; width: 1px; height: 100%; background-color: #4a86cb; top: 0;}
.proinfo_nav a.on,.proinfo_nav a:hover{
background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
	     -webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	     transition: all .5s ease-in-out;
	     background-size: 200% 100%;
		 background-position: 100% 0;
}

.sub-pro2-con1 table{width: 100%; border-top: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf;color: #444; text-align: center; font-size: 17px;}
.sub-pro2-con1 td{ padding: 15px 30px; border-bottom: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf;}
.sub-pro_del2 li{ font-family: segoeui; width: 100%; overflow: hidden; margin-bottom: 30px;}
.sub-pro_del2 li span{display: inline-block; float: left; background-color: #1d68be; color: #fff; font-size: 17px; width: 29px; height: 29px; line-height: 29px; text-align: center; border-radius: 50px;}
.sub-pro_del2 li p{ margin-left: 45px; color: #666}

.sub-pro_del3 div{overflow-y: auto; }
.sub-pro_del3 table{width: 100%; border-top: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf;color: #444; text-align: center; font-size: 17px;}
.sub-pro_del3 td{ padding: 10px 10px; border-bottom: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf;}
.sub-pro_del3 tr:first-child{ background-color: #1d68be; color: #fff;}
.sub-pro_del3 tr:nth-child(odd){ background-color: #dcecff;}
.sub-pro_del3 tr:first-child{ background-color: #1d68be; color: #fff;}

.sub-pro_del4,.sub-pro_del5{background-color: #f4f4f4; margin-top: 80px; overflow: hidden;}
.sub-pro_del4 b{ padding-bottom: 20px!important;}
.sub-pro_del4 li{ float: left;width: 10%; padding-right: 2%;}
.sub-pro_del4 li:hover img{ transform: scale(1.15);}
.sub-pro_del4 li a{ display: flex; flex-direction: column; text-align: center;}
.sub-pro_del4 li a img{ max-width: 85px;}
.sub-pro_del4 li p a{max-height: 60px; overflow: hidden; background-color: #1d68be; padding: 10px; margin-top: 10px; border-radius: 10px; color: #fff;  font-size: 15px; font-family: segoeui; font-weight: 600;}
.sub-pro_del4 li p a:hover{background: linear-gradient(to right, #01c6fb 0%, #0065eb 50%, #01c6fb 100%);
-webkit-transition: all .5s ease-in-out;
	     -moz-transition: all .5s ease-in-out;
	     -o-transition: all .5s ease-in-out;
	     transition: all .5s ease-in-out;
	     background-size: 200% 100%;
		 background-position: 100% 0;

}
.sub-pro_del4 ul{ overflow: hidden;}

.sub-pro_del5{ background: none; background-color: #f4f4f4; margin: 0; padding: 0;}
.sub-pro_del5::before{display: none;}
.sub-pro_del5 ul{ overflow: hidden; margin-top: 0; padding-bottom: 50px;}
.sub-pro_del6{ margin-bottom: 120px;}
.sub-pro_del6 ul{width: 100%; overflow: hidden;}
.sub-pro_del6 b{ padding: 50px 0 15px!important;}
.sub-pro_del6 .sub-con-form p{ width: 48%; margin-right: 4%; float: left; display: inline-block;}
.sub-pro_del6 .sub-con-form p:last-child{ width: 100%;     margin-right: 0%;float: revert;}
.sub-pro_del6 .sub-con-form p:nth-child(odd){ margin-right: 0;}
.sub-pro_del6 .sub-con-form input{ margin-bottom: 28px;}













@media screen and (max-width: 1680px){
  .backToTop{ right: 0; }
  
  .header_bot{ width: 95%; margin: 0 auto;}
  .h_getbtn{ margin-right: 0;}
  .header_bot .warper{ margin-left: 1px;}
  .head_rcon{ right: -46px;}
  nav .nav_menu{ padding-left: 50px;}
  
  
}

@media screen and (max-width: 1600px){
	.header_bot .warper{ width: 83%;}
	nav{ margin-right: 30px;}
}



@media screen and (max-width: 1440px){
	.warper{ width: 90%; }
	.header_bot .warper{width: 90%;}
	nav li{ padding: 0 29px;}
	nav{ margin-right: 84px;}
	.head_rcon{ right: 45px;}
	.about-left{ margin-right: 20px;}
	.jk-about{ margin: 70px 0;}
	.jk-lest-left{ width: 38%;}
	.jk-Strength{ padding: 35px 0;}
	.jk-str-left{ width: 30%;}
	.jk-str-right ul li{ width: 28.8%;}
	.i_bptext{ background-color: #fff; padding: 20px;}
	.jk-app{ padding: 35px 0 0;}
	.jk-app ul li{ width: 24%;}
	.jk-new{ padding: 0 0 10px;}
	.jk-new h3{ padding-bottom: 20px;}
	
	.jk-bot-left li{ width: 48%; margin-right: 4%; float: left;}
	.jk-bot-left li:nth-child(2n){ margin-right: 0;}
	.jk-bot-right{ margin-left: 0;}
	.jk-bottom{ padding: 97px 0;}
	.jk-bot-right ul:nth-child(1){ padding-bottom: 40px;}
	.jk-bot-right ul:nth-child(2){ padding: 40px 0;}
	.sub-con-l, .sub-con-r{ padding-bottom: 35px;}
	.sub-tec-con2 dl{overflow: hidden;}
	.sub-banner .sub_top_text{ top: 10%;}
	
}
@media screen and (max-width: 1366px){
	nav li{ padding: 0 21px;}
	.about-left{ width: 54%;}
	.jk-app ul li{ width: 23.8%;}
	.jk-lest-left{ width: 35%;}
	
	}

@media screen and (max-width: 1280px){
	.h_getbtn{ display: none;}
	.header_bot .warper{ width: 100%;}
	nav li{ padding: 0 20px;}
	.about-left{width: 50%;}
	.about-right{ width: 47%;}
	.about-left dl{ width: 45%; margin-bottom: 25px;}
	.jk-about{ margin-bottom: 40px;}
	.jk-str-left ul li{ margin: 20px 0 0;}
	.jk-app ul li{width: 23.5%;margin: 0px 22px 40px 0;}
	.jk-app ul li a p{text-align: center;}
	.jk-bot-left{ width: 55%;}
	.jk-lest-left{ margin-right: 0;}
	.jk-lest-left,.jk-lest-right{ width: 50%; float: left;}
	.jk-lest-right input{ width: 48%!important; margin-right:4% ; float: none;}
	.jk-lest-right form:last-child input{ margin-right: 0;}
	.jk-lest-right button{ margin-top: 10px; width: 48%;}
	.sub-pro-con1 ul:nth-child(1) li img{ padding: 20px;}
	.sub-pro-con1 ul:nth-child(2){background-color: #f4f4f4;align-items: center;}
	.sub-pro li{ text-align: center;}
	.sub-tec-con2 dl:nth-child(1) dd{ max-height: 430px; overflow-y: auto;}
	.sub-banner div p{display: none;}
	.sub-banner .sub_top_text{ top: 35%;}
	.sub-del_btn{ margin-top: 25px;}
	.sub-del_btn a:last-child{ margin-left: 0;  margin-top: 15px;}
	.sub-media{ margin-bottom: 30px;}
	.about-left dl{ margin-right: 45px;}
	.jk-bottom{ padding: 55px 0;}
}

@media screen and (max-width: 1024px){
	.h_getbtn{ display: none;}
	.header_bot .warper{ width: 100%;}
	nav li{ padding: 0 12px;}
	.head_rcon{right: 16px;}
	.about-left{ width: 40%;}
	.about-right{ width: 50%;}
	.about-left dl{ flex-direction: column;align-items: center; margin-right: 30px; text-align: center; margin-bottom: 0;}
	.about-left h1 b, .jk-str-right h3 b, .jk-app h3 b, .jk-new h3 b{ font-size: 30px;}
	.about-left p{ margin: 0;}
	.about-left h1{ padding-bottom: 15px;}
	.about-left dl h5{ font-size: 16px;}
	.about-left dl dt{ margin-right: 0;}
	.jk-app ul li{ width: 22.9%;}
	.jk-bottom{ padding: 31px 0; background: none; background-color: #0066bb;}
	.jk-bot-right ul:nth-child(2){padding: 20px 0 62px;}
	
	.sub-about1{ margin-top: 30px;}    
	.sub-about1-left{ padding: 30px 80px 30px 30px;}
	.sub-about3{ margin-bottom: 30px;}
	.jk-lest-bot2 div{ width: 42%;}
	.sub-pro-con1 ul:nth-child(2) li{ padding: 15px 48px;}
	.sub-title h2{ width: 100%;}
	.sub-title a{ float: left;}
	.sub-indu1 ul li{ width: 48%; margin-right: 4%;}
	.sub-indu1 ul li:nth-child(2n){ margin-right: 0;}
	.sub-title h4 b{ padding-top: 30px;}
	.sub-indu1 ul li p{ margin-bottom: 0;}
	.jk-lest-logo{ display: none;}
	.sub-tec-con1 dl dt i,.sub-tec-con2 dl dt div i{ font-size: 70px;}
	.sub-tec-con2 dl dt div{ top: 20%;}
	.sub-tec-con2 dl:nth-child(1) dd{ max-height: 340px;}
	.sub-tec-con2 dl:nth-child(2) dd{ max-height:190px; overflow-y: auto; padding-top: 34px;}
	.sub-tec-con2{ margin-bottom: 50px;}
	.jk-bot-right ul:nth-child(2){ padding: 0  0 80px;}
	.sub-pro_del6{ margin-bottom: 60px;}
	.proinfo_nav a{padding: 35px 40px;}
	.sub-pro_del2 .sub-title{ margin-top: 240px;}
	.sub-pro_del4 li{ width: 20%; margin-bottom: 20px;}
	
	
}

	

@media screen and (max-width: 990px){
	#banner_home,.subbanner{ margin-top: 62px; }
	.position .header-top,.header-top{ height: auto; display: block; }
	#nav .nav-button{display: block;}
	header,header.position{ height: 62px; background: #fff; }
	nav{position: fixed; left: 0;top: 0;bottom: 0;width: 250px; z-index: 99;overflow: auto;background: #222; transform: translateX(-300px);transition: 0.3s;}
	nav li{ float: none; padding: 0; }
	nav li>a{ margin:0; color: #fff;  display:block; padding:15px 20px; text-align: left;}
	nav li dl{ left: 0;  top: 0; width: auto;  background: #333;  position: inherit;  opacity: 1; display: block; } 
	nav li dd a{padding: 10px 20px;display: block; border-bottom: none; color: #fff!important}
	.logo,.position .logo{ top: 5px; padding-top:15px; left: 10px;}
	.logo p{ display: inline-block; }
	.logo img,.position .logo img{ height: 35px; }
	nav li.on a, nav li:hover a{ background: #2878e1; color: #fff; }
	nav li:hover dl{ left: 0; opacity: 1; }
	#banner_home .owl-theme .owl-controls{ bottom: 8px; }
	nav li>a:after{ background: #fff; }
	#banner_home .owl-theme .owl-controls .owl-page span{ width: 12px; height: 12px; }
	nav li.on>a:after, nav li:hover a:after{ width: 0; }
	nav li dl dd a{ color: #fff !important; white-space: normal; }
	nav dl dd:hover div{display: none;}
	.l_fixed,.fix_form,.searchform,.header-top .rcon{ display: none; }
	.h_rcon{ right: 41px; top: -32px; }
	.language i{ background: #2878e1; }
	
	.head_rcon,nav .nav_menu .item div,nav .nav_menu p{ display: none;}
	nav .nav_menu{ left: 0;opacity:1}
	nav .item{ width: 100%;}
	nav .nav_menu{padding: 0;position: inherit; overflow: hidden;   }
	nav .nav_menu a{ background: #333;}
	nav .nav_menu h5{ padding: 0; font-size: 14px;}
	nav .nav_menu h5 a{ background: #333; }
	nav li dl dd a{ font-size: 14px;}
	nav .nav_menu .item{ padding: 0;}
	nav .nav_menu a{ color: #fff!important;}
	nav li a{ padding: 10px 20px;}
	nav .item a{display: block; padding: 10px 20px;}
	nav .item a:hover{display: block; background: #2878e1; padding: 10px 20px;}
	nav .nav_menu .item a:hover{ color: #fff!important;}
	.jk-bot-left{ width: 100%;}
	.jk-bot-right{ margin-top: 20px;}
	.sub-banner{ margin-top: 62px;}
	.jk-bot-right{ width: 100%;}
	.jk-bot-right ul{ width: 50%; float: left;}
	.sub-banner div{ top: 33%;}
	.sub-del-con1{ margin-top: 50px;}
	.jk-about{ margin:0;}
	nav .nav_menu{ background:#333; padding:5px 0; }
	nav .nav_menu h5{ line-height:20px;}
	
	
}
@media screen and (max-width: 900px){
	.about-left,.about-right{ width: 100%;}
	.jk-about{ padding: 30px 0 0;}
	.jk-str-left,.jk-str-right,.in_pwar .lcon,.in_pwar .rcon{ width: 100%;}
	.jk-str-left li{ width: 48%; margin: 0 1%!important; float: left;}
	.jk-str-right h3{ margin: 30px 0;}
	.jk-str-right ul li{ width: 30.8%; margin-right: 25px;}
	.sor-more img{display: none;}
	.in_pwar .rcon{ margin-left: 0;}
	.jk-Strength2{ background: none; background-color:#2878e1 ;}
	.i_bptext{ padding: 50px 20px; margin-top: 30px;}
	.in_pwar{ margin-bottom: 80px;}
	.jk-app ul li{ width: 48%; margin-right: 4%;}
	.jk-app ul li:nth-child(2n){ margin-right: 0;}
	.jk-new dl{ width: 100%;}
	.sub-tec-con2 dl dt div span{ padding: 0;}
	.sub-pro2-con1 dt,.sub-pro2-con1 dd{ width: 50%;}
	.sub-pro2-con1 dd a:last-child{ margin-left: 0; margin-top: 20px;}
}

@media screen and (max-width: 768px){
	.jk-lest-logo{ display: none;}
	.sub-about1 .warper h1 b{ font-size: 24px;}
	.sub-title h4 b{ font-size: 24px; padding: 30px 0 15px;}
	.jk-lest-right input{ width: 100%!important; margin-left: 0!important; margin-bottom: 15px;}
	.jk-lest-bot2{ padding-top:240px ;}
	.media2{ float: left; margin-top: 25px;}
	.sub-pro-con2 li img{ padding: 0;}
	.sub-pro-con1 ul:nth-child(1) li a{ flex-direction: column; height: 280px;}
	.sub-pro-con1 ul:nth-child(1) li img{ padding: 45px;}
	.sub-pro-con1 ul:nth-child(1) li a p{font-size:16px; margin-top: 0px; height: 200px;}
	.sub-pro-con1 ul:nth-child(1) li div{ height: 180px;}
	.sub-title h2{ font-size: 24px;}
	.sub-pro-con1 ul:nth-child(2){ margin-bottom: 50px;}
	.sub-pro-con1 ul:nth-child(2) li{ padding: 15px 33px;}
	.sub-tec-con2 dl dt,.sub-tec-con2 dl dd{ width: 100%; max-height:initial;}
	.sub-tec-con2 dl dt div{ top: 36%;}
	.sub-tec-con1 dl dt span{ font-weight: 100; font-size: 16px;}
	.sub-tec-con1 dl dt i{ font-size: 50px;}
	.sub-tec-con1 dl dt{ width: 25%;}
	.sub-tec-con1 dl dd{ width: 75%;}
	.sub-banner div p{ margin-bottom: 30px;}
	.sub-banner div{ top: 24%;}
	.proinfo_nav a{padding: 35px 17px;}
	.sub-del-con1_l{ padding: 60px 10px;}
	.sub-del-con1_r{ padding: 30px 10px;}
	.about-left h1 span, .jk-str-right h3 span, .jk-app h3 span, .jk-new h3 span{letter-spacing:0px}

}
@media screen and (max-width: 740px){
	.jk-str-right ul li{ width: 29.8%;}
}


@media screen and (max-width: 640px){
	.jk-str-right ul li{ width: 48%; margin-right: 4%;}
	.jk-str-right ul li:nth-child(2n){ margin-right: 0;}
	.jk-str-right ul li:nth-child(3){  margin-right: 4%;}
	.jk-lest-bot2 div{ width: 100%;}
	.media2{ float: left; margin-top: 20px;}
	
	.sub-about1-left,.sub-about1-right,.sub-about1-btn dl{ width: 100%;}
	.sub-about1-right{ margin: 0;}
	.sub-about1-btn dl dt{ padding: 20px 0;}
	.sub-about1-btn dl h5{ padding-bottom: 20px;}
	.sub-about1-btn dl dd{ padding-bottom: 30px;}
	.sub-about2{ padding-bottom: 50px;}
	.sub-about2 p{ margin-bottom: 40px;}
	.sub-pro-con1 ul:nth-child(2) li{ padding: 15px 20px;}
	.sub-pro-con2 li{ width: 48%; margin-right: 4%;}
	.sub-pro-con2 li:nth-child(2n){ margin-right: 0;}
	.sub-banner .sub_top_text{ top: 23%;}
	.sub-banner div{ top: 17%;}
	.sub-contact{ background: none;}
	.sub-con-l,.sub-con-r,.sub-del-con1_l,.sub-del-con1_r{ width: 100%;}
	.sub-con-r{padding: 0; margin-bottom: 50px;}
	.proinfo_nav a{padding: 35px 6px;}
	.about-left h1 b, .jk-str-right h3 b, .jk-app h3 b, .jk-new h3 b{font-size: 24px;}
	.sub-news-1{ width: 100%;}
	.sub-pro2-con1 dt,.sub-pro2-con1 dd{ width: 100%;}
	.sub-pro2-con1 dd{ padding: 0 20px;}

	
}
@media screen and (max-width: 480px){
    .warper { width: 95%;}
    .sub-del-con1 {margin-top: 20px;}
    .sub-del-con1_l ,.sub-del-con1_r{ padding: 10px 10px; }
    .sub-pro_del2 .sub-title { margin-top: 10px;}
    .sub-del_btn a{width:180px;}
    .sub-pro_del3 td{padding:5px;}
    .sub-pro_del2{background:none;}
    .sub-pro_del2{margin-top:20px;}
    .jk-bottom{display:none;}
    .jk-lest-bot{margin-top:50px;}
	.footmenu{ display: block; }
	.footmenu div.con{ background: #2878e1; }
	
	.in_pwar{ margin: 40px 0;}
	.in_pwar .lcon{ margin-bottom: 35px;}
	.jk-lest-logo,.jk-lest-pro{ display: none;}
	.jk-lest-bot2 div h4{ margin-bottom: 10px;}
	.jk-lest-bot3{ margin: 40px 0;}
	.jk-lest-left, .jk-lest-right,.sub-about3 ul li{ width: 100%;}
	.jk-lest-right input{ width: 47%!important;}
	.jk-lest-us{ margin-top: 50px;}
	.sub-banner{ margin-top: 62px;}
	.sub-about1 .warper h1 b{ font-size: 24px;}
	.sub-about1{ margin-top: 30px;}
	.sub-about1-left,.sub-about1-right,.sub-about1-btn dl{ width: 100%;}
	.sub-about1-left{ padding: 20px 10px;}
	.sub-about1-right{ margin: 0;}
	.sub-about1-btn dl dt{ padding-top: 20px;}
	.sub-title h4 b{ font-size: 24px; padding: 10px 0 15px;}
	.sub-about2 p{ margin-bottom: 30px;}
	.sub-about2-img{ padding-bottom: 30px;}
	.sub-pro-con1 ul:nth-child(1) li img{ padding: 10px;}
	.sub-pro-con1 ul:nth-child(2) li{ padding: 15px 7px;}
	.sub-pro-con2 li{ width: 100%;}
	.sub-indu1 ul:last-child{ margin-bottom: 25px;}
	.sub-banner div p{ display: none;}
	.sub_top_text b{ width: 100% ; display: block; margin-bottom: 20px;}
	.sub_top_text p,.sub_top_text span{ display: none;}
	.sub-tec-con2 dl dt div {top: 18%;}
	.sub-banner div{ top: 16%; }
	.sub-banner h5{font-size: 25px;}
	.sub-news dl{ width: 100%;}
	.sub-del-con1_r h4{ font-size: 24px;}
	.sub-pro_del4 li{ width: 50%;}
	.sub-contact ul li{ margin: 0 0 10px;}
	.sub-pro2-con1 dd a{ width: 100%;}
	.sub-pro2-con1 dd p {
    height: 135px;
	}
	
}
@media screen and (max-width: 414px){
	.jk-str-left li{ margin-bottom: 20px!important;}
	.jk-str-left li,.jk-app ul li{ width: 100%;}
}