@media only screen and (max-width:641px){
@charset "utf-8";

/*首页*/
.header{ display:none;}

.mobile_bg{ width:100%; overflow:hidden; display:block; background:#FFF; position:relative; z-index:10;}
.mobile_nav{ width:100%; overflow:hidden; border-top:1px solid #ccc; border-bottom:1px solid #ccc; position:relative; padding:14px 0 8px 0; text-align:left;}
.mobile_logo{ display:inline-block; height:24px; margin-left:3%;}
.mobile_tel{ display:inline-block; float:right; height:15px; margin-top:4px; margin-right:calc(5% + 33px)}

.mobile_nav_in{ width:100%; overflow:hidden; float:left; display:none; background:#FFF;}
.mobile_nav_in>li{ float:left; width:100%; min-height:40px; border-bottom:1px solid #ccc;}
.mobile_nav_in>li>a{ float:left; display:block; width:100%; height:40px; line-height:40px; color:#666666; font-size:15px;}
.mobile_nav_in1{ float:left; width:76%; border:none; height:40px; padding:0 2%; font-family:"微软雅黑"; outline:none; font-size:15px;}
.mobile_nav_in2{ float:left; width:20%; border:none; height:40px; font-family:"微软雅黑"; outline:none; background:url(../images/index2.jpg) center center #d9d9d9 no-repeat;}

.mobile_nav_step1{}
.mobile_nav_step2{ width:100%; float:left; overflow:hidden; float:left; display:none;}
.mobile_nav_step2>li{ float:left; width:100%; min-height:40px; border-top:1px solid #ccc;}
.mobile_nav_step2>li>a{ float:left; display:block; width:100%; height:40px; line-height:40px; color:#666666; font-size:14px;}

.mobile_nav_step3{}
.mobile_nav_step4{ width:100%; float:left; overflow:hidden; float:left; display:none;}
.mobile_nav_step4>li{ float:left; width:100%; min-height:40px; border-top:1px solid #ccc;}
.mobile_nav_step4>li>a{ float:left; display:block; width:100%; height:40px; line-height:40px; color:#666666; font-size:14px;}

.header_mobile1{ width:33px; height:33px; position:absolute; right:3%; bottom:7px;}
.header_mobile1 .span1{ display:block; height:2px; background:#357ee5; width:33px; position:absolute; top:6px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span2{ display:block; height:2px; background:#357ee5; width:33px; position:absolute; top:15px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_mobile1 .span3{ display:block; height:2px; background:#357ee5; width:33px; position:absolute; top:24px; left:0; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

.header_mobile_in_open .span1{
	top:15px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.header_mobile_in_open .span2{ display:none;}
.header_mobile_in_open .span3{
	top:15px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

.swiper-container1 {
  width: 100%;
  position:relative;
}
.swiper-container1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-prev1{ position:absolute; top:50%; margin-top:-34.5px; left:0; z-index:100; width:38px; height:69px; background:url(../images/banner_l.png) center center no-repeat; background-size:auto 30px; cursor:pointer; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-next1{ position:absolute; top:50%; margin-top:-34.5px; right:0; z-index:100; width:38px; height:69px; background:url(../images/banner_r.png) center center no-repeat; background-size:auto 30px; cursor:pointer; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-button-prev1:hover{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.swiper-button-next1:hover{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.index_banner{ width:100%; height:auto; background-size:0 0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner_img{ display:none;}
.banner_img_on{ display:none;}
.banner_img_mobile{ display:block; width:100%;}

.index1{ width:100%; overflow:hidden;}
.index1_1{ float:left; width:97%; padding-left:3%; overflow:hidden; background:url(../images/index1_bg.jpg) center center no-repeat; background-size:cover; text-align:left; padding-bottom:30px;}
.index1_2{ float:left; width:48%; overflow:hidden;}
.index1_3{ float:left; width:100%; overflow:hidden; margin-top:30px;}
.index1_4{ float:left; width:100%; overflow:hidden; font-size:18px; color:#FFF; line-height:28px;}
.index1_5{ float:left; width:100%; overflow:hidden; font-size:13px; color:#d5e9f7; line-height:20px; margin-top:6px;}
.index1_6{ float:left; width:30px; height:1px; background:#FFF; margin-top:15px;}
.index1_7{ float:left; width:100%; overflow:hidden; margin-top:15px;}
.index1_7 li{ float:left; width:calc(90% - 2px); padding:0 5%; height:34px; line-height:34px; border:1px solid #69bcdb; font-size:14px; color:#FFF; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; cursor:pointer; margin-top:10px; background:url(../images/index1_1.png) center center no-repeat; background-size:100% 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index1_7 .span1{}
.index1_7 .span2{ display:none;}
.index1_7 .li_on{ background:url(../images/index1_1_on.jpg) center center no-repeat; background-size:100% 100%; font-weight:bold;}
.index1_7 .li_on .span2{ display:inline;}

.index1_2 .more{ float:left; display:block; text-align:center; width:80px; height:32px; line-height:32px; font-size:13px; color:#FFF; border:1px solid #69bcdb; margin-top:15px; background:url(../images/index1_1.png) center center no-repeat; background-size:100% 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index1_2 .more:hover{ background:url(../images/nav_bg2_on.jpg) center center no-repeat; background-size:100% 100%;}

.index1_mobile{ background:none;}
.index1_mobile .index1_4{ color:#000;}
.index1_mobile .index1_5{ color:#a5a5a5;}
.index1_mobile .index1_6{ background:#000;}
.index1_mobile .index1_7 li{ border:1px solid #b2b2b2; color:#444444;}
.index1_mobile .index1_7 li a{ color:#444;}
.index1_mobile .index1_7 .li_on{ border:1px solid #69bcdb; color:#FFF;}
.index1_mobile .index1_7 .li_on a{ color:#FFF;}
.index1_mobile .index1_2 .more{ border:1px solid #b2b2b2; color:#444;}
.index1_mobile .index1_2 .more:hover{ border:1px solid #69bcdb; color:#FFF;}

.swiper-container2 {
  float:right;
  width: 48%;
  position:relative;
  overflow:hidden;
  margin-top:110px;
}
.swiper-container2 .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container2 .swiper-slide img{ display:block; width:100%;}
.swiper-container3 {
  float:right;
  width: 48%;
  position:relative;
  overflow:hidden;
  margin-top:110px;
}
.swiper-container3 .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container3 .swiper-slide img{ display:block; width:100%;}

.index2{ width:100%; overflow:hidden; padding-top:30px;}
.index_title{ width:94%; overflow:hidden; margin:0 auto;}
.index_title1{ width:100%; overflow:hidden; font-size:18px; color:#444; line-height:28px;}
.index_title2{ width:100%; overflow:hidden; font-size:13px; color:#888; line-height:20px; margin-top:6px;}
.index_title3{ width:30px; height:1px; background:#000; margin:15px auto 0 auto;}

.swiper-container4 {
  float:left;
  width: 100%;
  position:relative;
  overflow:hidden;
  margin-top:30px;
}
.swiper-container4 .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container4 .swiper-slide a{ display:block; width:100%; overflow:hidden; position:relative;}
.index2_l1{ display:block; width:100%; height:68.32vw; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
.index2_l2{ position:absolute; bottom:30px; left:0; padding:0 3%; width:94%; height:40px; line-height:40px; text-align:left; font-size:14px; color:#FFF; background:url(../images/index2_3_top.png) repeat; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -ms-transition: all 0.8s; -o-transition: all 0.8s; transition: all 0.8s;}
.index2_l2_on{ bottom:5px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.swiper-pagination4{ position:absolute; bottom:0 !important; left:0; width:100%; height:5px; background:url(../images/index2_3_bot.png) repeat; z-index:10;}
.swiper-pagination4 .swiper-pagination-bullet{ -webkit-border-radius:0; -moz-border-radius:0; border-radius:0; margin:0 !important; float:left; width:20%; height:5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-pagination4 .swiper-pagination-bullet-active{ background:url(../images/index2_2.jpg) center center no-repeat; background-size:100% 100%;}
.swiper-container4 .swiper-slide a:hover .index2_l1{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.index2_r{ float:right; width:100%; height:auto; background:#ececee; margin-top:0; padding:25px 0 30px 0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index2_r1{ width:94%; padding:0 3%; overflow:hidden; text-align:left;}
.index2_r2{ width:100%; overflow:hidden;}
.index2_r2 li{ float:left; width:100%; overflow:hidden; font-size:14px; color:#444; line-height:24px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor:pointer; margin:5px 0;}
.index2_r2 .li_on{ color:#3a8bdd;}
.index2_r1 .more{ float:left; display:block; text-align:center; width:82px; height:32px; line-height:32px; font-size:13px; color:#888888; border:1px solid #dcdcdc; margin-top:15px; background:url(../images/index1_1.png) center center no-repeat; background-size:100% 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index2_r1 .more:hover{ background:url(../images/nav_bg2_on.jpg) center center no-repeat; background-size:100% 100%; color:#FFF; border:1px solid #69bcdb;}

.index3{ width:100%; overflow:hidden; padding-top:30px;}
.index3_1{ width:100%; margin-top:30px; position:relative; overflow:hidden; padding-top:0;}
.index3_1 li{ width:50%; height:36.28vw;}

.index3_2{ width:100%; height:36.28vw; overflow:hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index3_3{ width:85%; overflow:hidden; text-align:left; color:#FFF;}
.index3_4{ width:100%; font-size:15px; line-height:22px;}
.index3_5{ width:100%; font-size:12px; line-height:20px; margin-top:5px;}
.index3_1 li .more{ display:block; text-align:center; width:102px; height:32px; line-height:32px; font-size:13px; border:1px solid #FFF; color:#FFF; margin-top:20px; background:url(../images/index1_1.png) center center no-repeat; background-size:100% 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; display:none;}
.index3_1 li .more:hover{ background:#FFF; color:#06aab5;}

.index3_1 li a{ display:table; overflow:hidden;}
.index3_1 li a img{ display:block; width:100%; height:36.28vw; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}

.index3_1 li:nth-child(1){ float:left; background:#ececee;}
.index3_1 li:nth-child(1) .index3_4{ color:#444444;}
.index3_1 li:nth-child(1) .index3_5{ color:#888888;}
.index3_1 li:nth-child(1) .more{ border:1px solid #dcdcdc; color:#888888;}
.index3_1 li:nth-child(1) .more:hover{ background:url(../images/nav_bg2_on.jpg) center center no-repeat; background-size:100% 100%; color:#FFF; border:1px solid #69bcdb;}
.index3_1 li:nth-child(1) .index3_2{ float:right;}
.index3_1 li:nth-child(2){ float:right;}
.index3_1 li:nth-child(2) a{ float:left; margin-top:0;}
.index3_1 li:nth-child(3){ float:right; background:#35bbc4;}
.index3_1 li:nth-child(4){ float:left;}
.index3_1 li:nth-child(4) a{ float:right;}
.index3_1 li:nth-child(5){ float:left; clear:left; background:#434655; margin-top:0;}
.index3_1 li:nth-child(5) .index3_2{ float:right;}
.index3_1 li:nth-child(6){ float:right;}
.index3_1 li:nth-child(6) a{ float:left;}
.index3_1 li:nth-child(7){ float:right; height:36.28vw; clear:both; position:relative; z-index:10;}
.index3_1 li:nth-child(7) .index3_2{ height:36.28vw;}
.index3_1 li:nth-child(8){ position:absolute; width:100%; height:36.28vw; overflow:hidden; bottom:0; left:0; margin-left:0;}
.index3_1 li:nth-child(8) a img{ width:100%;}

.index3_1 li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

.index4{ width:100%; overflow:hidden; padding-top:30px;}
.swiper-container5 {
  width: 94%;
  height: 100%;
  overflow: hidden;
  margin: 25px auto 0 auto;
  position:relative;
}
.swiper-container5 .swiper-slide {
  text-align: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-container5 .swiper-slide a{ display:block; width:100%; overflow:hidden;}
.index4_1{ width:100%; overflow:hidden;}
.index4_1 img{ display:block; width:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_2{ width:90%; padding:0 5%; height:34px; line-height:34px; border:0; font-size:14px; color:#444444; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:url(../images/index1_1.png) no-repeat; background-size:100% 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.swiper-container5 .swiper-slide a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.swiper-container5 .swiper-slide a:hover .index4_2{ background:url(../images/index1_1_on.jpg) center center no-repeat; background-size:100% 100%; color:#FFF;}

.index4 .more{ display:block; text-align:center; width:82px; height:32px; line-height:32px; font-size:13px; color:#888888; border:1px solid #dcdcdc; margin:25px auto 0 auto; background:url(../images/index1_1.png) center center no-repeat; background-size:100% 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4 .more:hover{ background:url(../images/nav_bg2_on.jpg) center center no-repeat; background-size:100% 100%; color:#FFF; border:1px solid #69bcdb;}

.swiper-button-prev5{ position:absolute; top:50%; margin-top:-34.5px; left:0; z-index:100; width:38px; height:69px; background:url(../images/banner_l.png) center center no-repeat; background-size:auto 30px; cursor:pointer; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; outline:none;}
.swiper-button-next5{ position:absolute; top:50%; margin-top:-34.5px; right:0; z-index:100; width:38px; height:69px; background:url(../images/banner_r.png) center center no-repeat; background-size:auto 30px; cursor:pointer; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; outline:none;}
.swiper-button-prev5:hover{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.swiper-button-next5:hover{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}

.index5{ width:100%; overflow:hidden; padding-top:30px;}
.index5_1{ width:100%; overflow:hidden; background:url(../images/index5_bg.jpg) top center no-repeat #434655; background-size:auto 27vw; margin-top:25px;}
.index5_1 img{ display:none; width:94%; height:auto; margin:30px auto 0 auto;}
.index5_2{ width:100%; margin:0 auto; padding:10px 0 20px 0; overflow:hidden;}
.index5_2 li{ float:left; overflow:hidden; padding-left:45px; font-size:13px; color:#d9dadd; text-align:left; line-height:24px; min-height:0; margin-top:15px;}
.index5_2 li:nth-child(2n+1){ clear:left;}
.index5_2 li:nth-child(1){ background:url(../images/index5_1.png) 3% 3px no-repeat; background-size:auto 20px; width:calc(97% - 45px);}
.index5_2 li:nth-child(2){ background:url(../images/index5_2.png) 3% 3px no-repeat; background-size:auto 20px; width:calc(97% - 45px);}
.index5_2 li:nth-child(3){ background:url(../images/index5_3.png) 3% 3px no-repeat; background-size:auto 20px; width:calc(97% - 45px);}
.index5_2 li:nth-child(4){ background:url(../images/index5_4.png) 3% 3px no-repeat; background-size:auto 20px; width:calc(97% - 45px);}
.index5_3{ display:block !important;}

.footer{ width:100%; overflow:hidden; background:#1d2436;}
.footer_in{ width:94%; margin:0 auto; overflow:hidden;}
.footer1{ width:calc(100% - 20px); overflow:hidden; padding:25px 10px 20px 10px; border-bottom:1px solid #343a4a;}
.footer1_1{ display:block; float:left; height:30px;}
.footer2{ display:none;}

.footer3{ width:calc(100% - 20px); overflow:hidden; font-size:13px; color:#8e929b; line-height:24px; border-top:1px solid #343a4a; padding:15px 10px; text-align:left;}
.footer3 a{ color:#8e929b;}
.footer3 a:hover{ text-decoration:underline;}
.footer3_1{ float:left;}

.banner{ width:100%; height:200px; overflow:hidden; position:relative; background-size:auto 100% !important;}
.neiye_nav{ display:none;}

.banner_title{ width:94%; margin:0 auto; overflow:hidden; color:#FFF; margin-top:75px;}
.banner_title1{ width:100%; line-height:30px; font-size:20px; font-weight:bold; font-family:"宋体";}
.banner_title2{ width:100%; line-height:24px; font-size:14px; font-family:"Arial"; margin-top:5px; letter-spacing:3px;}

.position{ width:94%; margin:0 auto; overflow:hidden; text-align:left; font-size:14px; color:#444444; line-height:24px; padding:20px 0 0 0;}
.position a{ color:#444444;}
.position span{ color:#3a8bdd;}

/*equipment*/
.equipment{ width:100%; padding:0 0 30px 0; overflow:hidden;}

.equipmentIn1{ width:94%; margin:0 auto; overflow:hidden; padding:30px 0 30px 0;}
.equipmentIn_l{ float:left; width:100%; overflow:hidden; margin-left:0;}
.equipmentIn_r{ float:right; width:100%; overflow:hidden; margin-right:0; text-align:left; margin-top:25px	;}

.gallery-top {
  height: auto;
  width: 100%;
  overflow:hidden;
  position:relative;
}
.gallery-top .swiper-slide img { display:block; width:100%;}
.gallery-top-next{ width:20px; height:36px; background:url(../images/banner_r.png) center center no-repeat; background-size:20px 36px; position:absolute; top:50%; margin-top:-18px; right:3%; z-index:10; cursor:pointer; outline:none;}
.gallery-top-prev{ width:20px; height:36px; background:url(../images/banner_l.png) center center no-repeat; background-size:20px 36px; position:absolute; top:50%; margin-top:-18px; left:3%; z-index:10; cursor:pointer; outline:none;}
.gallery-thumbs {
  height: auto;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  overflow:hidden;
}
.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide img { display:block; width:100%; cursor:pointer;}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.equipmentIn_r1{ width:calc(100% - 25px); overflow:hidden; position:relative; padding-left:25px;}
.equipmentIn_r1:after{ position:absolute; top:10%; left:0; width:12px; height:80%; background:#427dd2; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px; content:"";}
.equipmentIn_r2{ width:100%; overflow:hidden; font-size:16px; color:#444444; line-height:26px;}
.equipmentIn_r3{ width:100%; overflow:hidden; font-size:13px; color:#888888; line-height:22px; margin-top:0px;}
.equipmentIn_r4{ width:100%; overflow:hidden; font-size:14px; color:#444444; line-height:30px; padding-top:15px;}
.equipmentIn_r .line{ width:100%; height:1px; background:#e5e5e5; margin-top:15px;}

.equipmentIn_r5{ width:100%; overflow:hidden; background:#f2f2f2;}
.equipmentIn_r6{ width:94%; padding:0 0; margin:0 auto; overflow:hidden;}
.equipmentIn_r7{ width:100%; overflow:hidden; font-size:16px; color:#444; line-height:26px; margin-top:30px;}
.equipmentIn_r8{ width:100%; padding:25px 0 30px 0; overflow:hidden; text-align:left; font-size:14px; color:#444; line-height:30px;}
.equipmentIn_table{ width:100%; border-collapse:collapse; text-align:center;}
.equipmentIn_table tr:nth-child(2n-1){ background:#e6e6e6;}
.equipmentIn_table tr th{ font-weight:normal; border:1px solid #cfcfcf; height:50px; background:#427dd2; color:#FFF;}
.equipmentIn_table tr td{ border:1px solid #cfcfcf; height:40px; line-height:20px; padding:0 10px;}

.pageIn{ width:94%; padding:20px 0 30px 0; margin:0 auto; overflow:hidden; border-top:1px solid #d9d9d9; text-align:left;}
.pageIn1{ float:left; max-width:100%; overflow:hidden; clear:both; font-size:14px; color:#444444; line-height:24px; margin-top:10px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pageIn1 a{ color:#444444;}
.pageIn1:hover{ color:#3a8bdd;}
.pageIn1:hover a{ color:#3a8bdd;}

/*honor*/
.honor{ width:94%; margin:0 auto; overflow:hidden; padding-top:10px;}
.honor li{ float:left; overflow:hidden; margin-top:20px; margin-right:0; width:100%;}
.honor li:nth-child(3n){ margin-right:0;}
.honor li:nth-child(3n+1){ clear:left;}
.honor li a{ display:block; width:100%; overflow:hidden;}
.honor1{ width:100%; overflow:hidden;}
.honor1 img{ display:block; width:100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.honor2{ width:calc(90% - 2px); padding:0 5%; height:34px; line-height:34px; border:1px solid #ababab; font-size:14px; color:#444444; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; background:url(../images/index1_1.png) no-repeat; background-size:100% 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.honor li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.honor li a:hover .honor2{ background:url(../images/index1_1_on.jpg) center center no-repeat; background-size:100% 100%; color:#FFF;}

.page{ width:94%; margin:0 auto; overflow:hidden; padding:20px 0 30px 0; font-size:14px; color:#444;}
.page a{ color:#444; display:inline-table; height:32px; line-height:32px; margin:10px 1px 0 1px; padding:0 8px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background:url(../images/index1_1.png) no-repeat; background-size:100% 100%;}
.page span{ color:#444; display:inline-table; height:32px; line-height:32px; margin:10px 1px 0 1px; padding:0 8px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; background:url(../images/index1_1.png) no-repeat; background-size:100% 100%;}
.page a:hover{ background:url(../images/nav_bg2_on.jpg) center center no-repeat; background-size:100% 100%; color:#FFF;}
.page span:hover{ background:url(../images/nav_bg2_on.jpg) center center no-repeat; background-size:100% 100%; color:#FFF;}

/*case*/
.pc_img{ display:none !important;}
.mobile_img{ display:block !important;}
.case{ width:94%; margin:0 auto; overflow:hidden; padding:30px 0; text-align:left; font-size:14px; color:#444; line-height:30px;}
.case img{ display:block; margin:0 auto; max-width:100%;}

/*about*/
.about1{ width:94%; padding:30px 0 30px 0; margin:0 auto; overflow:hidden; font-size:14px; color:#444; line-height:30px; text-align:left;}
.about1_1{ display:block; margin:0 auto 25px auto; height:24px;}
.about1_2{ width:100%; height:100px; background:#3a8bdd; margin:25px auto 0 auto; -webkit-box-shadow:0px 0px 0px #bbb; -moz-box-shadow:0px 0px 0px #bbb; box-shadow:0px 0px 0px #bbb; text-align:center;}
.about1_2 li{ float:left; width:25%; height:100px; overflow:hidden; background:url(../images/line1.png) right center no-repeat; background-size:auto 60px;}
.about1_2 li:last-child{ background:none;}
.about1_2 li:nth-child(1){ width:23%;}
.about1_2 li:nth-child(2){ width:29%;}
.about1_2 li:nth-child(3){ width:23%;}
.about1_2 li:nth-child(4){ width:25%;}
.about1_3{ font-size:20px; color:#FFF; line-height:30px; margin-top:25px;}
.about1_3 span{ font-size:13px; line-height:22px;}
.about1_4{ font-size:14px; color:#FFF; margin-top:0; line-height:24px;}
.about1_5{ width:100%; overflow:hidden; margin-top:30px;}
.about1_6{ float:left; margin-left:0; display:block; width:100%;}
.about1_7{ float:right; width:100%; overflow:hidden; text-align:left; margin-right:0; margin-top:20px;}
.about1_8{ width:100%; overflow:hidden; font-size:16px; line-height:26px; color:#3a8bdd; margin-top:0;}
.about1_9{ width:100%; overflow:hidden; margin-top:15px;}

.about2{ width:100%; overflow:hidden; background:url(../images/about3.jpg) left center no-repeat; background-size:cover; padding:30px 0 30px 0;}
.about2_1{ width:94%; margin:0 auto; overflow:hidden; text-align:left;}
.about2_2{ float:left; width:100%; overflow:hidden; font-size:16px; line-height:26px; color:#3a8bdd; margin-left:0;}
.about2_3{ float:left; width:100%; overflow:hidden; clear:both; font-size:14px; line-height:30px; color:#444; margin-top:15px; margin-left:0;}
.about2_3 img{ display:block; max-width:100%;}

.about3{ width:94%; margin:0 auto; overflow:hidden;}
.about3_1{ width:100%; overflow:hidden;}
.about3_2{ font-size:18px; font-weight:bold; color:#3a8bdd; line-height:28px; margin-top:30px;}
.about3_3{ font-size:13px; line-height:20px; color:#444; margin-top:6px;}

.about3_4{ width:100%; overflow:hidden; background:url(../images/about4.jpg) left top repeat-y; margin-top:30px; padding:0 0 20px 0;}
.about3_4 li{ width:100%; overflow:hidden; margin-top:20px;}
.about3_4 li .about3_5:after{ content:""; width:8px; height:1px; background:#000; position:absolute; top:16px;}
.about3_4 li:nth-child(2n-1) .about3_5{ float:right; text-align:left;}
.about3_4 li:nth-child(2n) .about3_5{ float:right; text-align:left;}
.about3_4 li:nth-child(2n-1) .about3_5:after{ right:0; left:-20px;}
.about3_4 li:nth-child(2n) .about3_5:after{ left:-20px;}

.about3_5{ width:calc(100% - 20px); position:relative;}
.about3_6{ font-size:20px; line-height:30px; color:#3a8bdd;}
.about3_6 span{ font-size:14px; color:#444; line-height:24px;}
.about3_7{ font-size:15px; font-weight:bold; color:#444; line-height:25px; margin-top:5px;}
.about3_8{ font-size:14px; color:#444; line-height:24px; margin-top:5px;}

.about4{ width:100%; overflow:hidden; background:url(../images/index6_3.png) 95% center no-repeat #34bac5; background-size:auto 60px; margin-top:30px; padding:30px 0; text-align:left;}
.about4_1{ width:94%; margin:0 auto; overflow:hidden;}
.about4_2{ float:left; overflow:hidden; background:url(../images/index6_1.png) left center no-repeat; background-size:auto 40px; min-height:50px; padding-left:45px;}
.about4_2_1{ float:left; clear:both; font-size:13px; color:#FFF; line-height:23px; margin-top:0;}
.about4_2_2{ float:left; clear:both; font-size:15px; color:#FFF; font-weight:bold; line-height:25px; margin-top:0;}
.about4_3{ float:left; overflow:hidden; background:url(../images/index6_2.png) left center no-repeat; background-size:auto 40px; margin-left:7%; min-height:50px; padding-left:50px;}
.about4_3_1{ float:left; clear:both; font-size:13px; color:#FFF; line-height:23px; margin-top:0;}
.about4_3_2{ float:left; clear:both; font-size:15px; color:#FFF; font-weight:bold; line-height:25px; margin-top:0;}
.about4_4{ float:left; clear:both; width:100%; overflow:hidden; font-size:14px; color:#FFF; line-height:24px; margin-top:20px;}

/*aboutNews*/
.aboutNews{ width:94%; margin:10px auto 0 auto; overflow:hidden;}
.aboutNews li{ float:left; width:90%; margin-top:20px; overflow:hidden; background:url(../images/aboutNews3.jpg) center center no-repeat; background-size:100% 100%;  -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; padding:20px 5%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;
	/* Center slide text vertically */
	display: block;
	display: block;
	display: block;
	display: block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.aboutNews1{ display:block; width:60%;}
.aboutNews2{ width:100%; text-align:left; margin-left:0; overflow:hidden; margin-top:15px;}
.aboutNews3{ width:100%; overflow:hidden; font-size:15px; color:#000000; line-height:25px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.aboutNews4{ width:100%; overflow:hidden; font-size:12px; color:#888888; line-height:22px; margin-top:5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.aboutNews5{ width:100%; overflow:hidden; font-size:13px; color:#666666; line-height:23px; margin-top:10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.aboutNews li:hover{ background:url(../images/aboutNews3_on.jpg) center center no-repeat; background-size:100% 100%;}
.aboutNews li:hover .aboutNews3{ color:#FFF;}
.aboutNews li:hover .aboutNews4{ color:#FFF;}
.aboutNews li:hover .aboutNews5{ color:#FFF;}

/*aboutRecruit*/
.recruit1{ overflow:hidden; width:100%;}

.recruit3{ float:none; width:94%; margin:0 auto; margin-top:30px; overflow:hidden; padding-bottom:30px;}
.recruit3_1{ float:left; width:100%; overflow:hidden; line-height:20px; background:#3a8bdd; text-align:center; font-size:14px; color:#FFF; padding:15px 0;}
.recruit3_2{ float:left; width:25%; padding:0 1%;}
.recruit3_3{ float:left; width:12%; padding:0 1%;}
.recruit3_4{ float:left; width:22%; padding:0 1%;}
.recruit3_5{ float:left; width:10%; padding:0 1%;}
.recruit3_6{ float:left; width:15%; padding:0 1%;}

.recruit4{ float:left; width:100%; overflow:hidden;}
.recruit4 li{ float:left; width:100%; overflow:hidden; border-bottom:1px solid #eeeeee;}
.recruit4_1{ float:left; width:100%; overflow:hidden; text-align:center; font-size:14px; color:#999999; cursor:pointer;}
.recruit4_2{ float:left; width:25%; padding:20px 1%; text-align:left; line-height:20px;}
.recruit4_3{ float:left; width:12%; padding:20px 1%; line-height:20px;}
.recruit4_4{ float:left; width:22%; padding:20px 1%; line-height:20px;}
.recruit4_5{ float:left; width:10%; padding:20px 1%; line-height:20px;}
.recruit4_6{ float:left; width:15%; padding:20px 1%; line-height:20px;}
.recruit4_7{ float:left; width:6%; height:60px; background:url(../images/recruit2.jpg) center center no-repeat; background-size:auto 10px; cursor:pointer;}

.recruit4_8{ font-size:14px; color:#666; line-height:24px; padding:20px 0; border-bottom:1px solid #e5e5e5;}
.recruit4_9{ float:left; width:100%; overflow:hidden;}
.recruit4_11{ float:left; font-size:14px; color:#003b83; height:auto; line-height:24px; padding:15px 0 25px 0;}
.recruit4_12{ display:none; float:left; width:96%; background:#f7f7f7; text-align:left; padding:0 2%;}

/*contact*/
.contact{ width:100%; overflow:hidden; background:url(../images/contact2.jpg) right bottom no-repeat; background-size:70% auto;}
.contact_in{ width:94%; margin:0 auto; overflow:hidden; padding:30px 0 30px 0;}

.contact_in1{ float:left; width:100%; height:250px; background:url(../images/index1_bg.jpg) center center no-repeat; background-size:100% 100%;}
.map{ float:left; margin:5px; width:calc(100% - 10px); height:240px;}

.contact_in2{ float:right; width:100%; overflow:hidden;}
.contact_in2_1{ float:left; display:block; margin-top:30px; height:auto; width:260px; max-width:100%;}
.contact_in2_2{ float:left; overflow:hidden; text-align:left; margin-top:5px;}
.contact_in2_2 li{ float:left; width:calc(100% - 30px); overflow:hidden; margin-top:20px; font-size:14px; color:#696969; line-height:24px; min-height:48px; padding-left:30px;}
.contact_in2_2 li:nth-child(1){ background:url(../images/contact3.png) left 3px no-repeat; background-size:auto 22px;}
.contact_in2_2 li:nth-child(2){ background:url(../images/contact4.png) left 3px no-repeat; background-size:auto 22px;}
.contact_in2_2 li:nth-child(3){ background:url(../images/contact5.png) left 3px no-repeat; background-size:auto 22px;}
.contact_in2_2 li:nth-child(4){ background:url(../images/contact6.png) left 3px no-repeat; background-size:auto 22px;}

/*base*/
.base{ width:100%; overflow:hidden; margin-top:30px;}
.base li{ width:100%; overflow:hidden;}
.base1{ display:block; width:100%; height:54.68vw;}
.base2{
	width:90%;
	padding:25px 5%;
	height:auto;
	min-height:0; 
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.base li:nth-child(2n-1) .base1{ float:left;}
.base li:nth-child(2n) .base1{ float:right;}
.base li:nth-child(2n-1) .base2{ float:left;}
.base li:nth-child(2n) .base2{ float:right;}
.base2_1{ width:100%; overflow:hidden; text-align:left;}
.base2_2{ float:left; width:100%; overflow:hidden; font-size:15px; color:#3a8bdd; line-height:25px;}
.base2_3{ float:left; width:100%; overflow:hidden; font-size:14px; color:#444444; line-height:24px; margin-top:10px;}

/*pro*/
.pro{ width:94%; margin:0 auto; overflow:hidden; padding-top:10px;}
.pro li{ float:left; width:48.5%; overflow:hidden; margin-top:20px; margin-right:3%;}
.pro li:nth-child(3n){ margin-right:3%;}
.pro li:nth-child(3n+1){ clear:none;}
.pro li:nth-child(2n){ margin-right:0;}
.pro li:nth-child(2n+1){ clear:left;}
.pro li a{ display:block; width:100%;}
.pro1{ width:100%; overflow:hidden; background:#d9dadd;}
.pro1 img{ display:block; width:100%; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}
.pro2{ width:90%; padding:0 5%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:15px; line-height:40px; color:#444; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.pro li a:hover .pro2{ color:#3a8bdd;}

/*proIn*/
.proIn{ width:94%; margin:0 auto; overflow:hidden; padding-top:20px;}
.proIn1{ float:left; display:block; width:60%; margin-left:20%;}
.proIn2{ float:left; width:100%; text-align:left; overflow:hidden;}
.proIn3{ width:calc(100% - 25px); overflow:hidden; position:relative; padding-left:25px; margin-top:20px;}
.proIn3:after{ position:absolute; top:10%; left:0; width:12px; height:80%; background:#427dd2; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; content:"";}
.proIn4{ width:100%; overflow:hidden; font-size:16px; color:#444444; line-height:26px;}
.proIn5{ width:100%; overflow:hidden; font-size:13px; color:#888888; line-height:22px; margin-top:0;}
.proIn6{ width:100%; overflow:hidden; font-size:14px; color:#444444; line-height:30px; padding:20px 0 20px 0;}
.proIn7{ float:left; overflow:hidden; width:100%;}

.proIn_ul1{ width:100%; overflow:hidden; margin-top:10px;}
.proIn_ul1 li{ width:100%; overflow:hidden; border-top:1px solid #e5e5e5; padding:30px 0;}
.proIn_ul1_1{ width:100%; overflow:hidden; text-align:left; font-size:16px; color:#444; line-height:26px;}
.proIn_ul1_2{ width:100%; overflow:hidden; text-align:left; font-size:14px; color:#444; line-height:30px; margin-top:20px;}
.proIn_ul1_3{ width:100%; overflow:hidden;}
.proIn_ul1_3 img{ display:block; margin:25px auto 0 auto; max-width:100%;}
.proIn_ul1_4{ width:100%; overflow:hidden;}
.proIn_ul1_4 img{ float:left; display:block; margin-right:3%; width:48.5%; margin-top:25px;}
.proIn_ul1_4 img:nth-child(2n){ margin-right:0;}
.proIn_ul1_4 img:nth-child(2n+1){ clear:left;}

.mobile_table{ width:100%; overflow-x:scroll;}
.mobile{ display:block;}

}