@media screen and (min-width:1025px) and (max-width:1401px){
@charset "utf-8";

/*首页*/
.header{ width:100%; height:100px; position:fixed; z-index:10000; top:0; left:50%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.logo{ float:left; display:block; margin-top:46px; margin-left:2%; height:32px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.tel{ float:right; font-size:15px; color:#FFF; font-style:italic; font-family:"Arial"; margin-top:34px; margin-right:2%; background:url(../images/tel.png) left center no-repeat; height:66px; line-height:68px; padding-left:26px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

.nav{ float:right; margin-top:34px; margin-right:15px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav>li{ float:left; position:relative;}
.nav>li>a{ display:block; width:70px; height:66px; line-height:66px; font-size:14px; color:#FFF; text-align:center;}
.nav>li:nth-child(1)>a{ width:45px;}
.nav>li:nth-child(2)>a{ width:85px;}
.nav>li:nth-child(3)>a{ width:85px;}
.nav>li:nth-child(4)>a{ width:110px;}

.nav_in{ position:absolute; top:66px; left:-40px; width:250px; display:none;}
.nav_in img{ display:block; width:29px; height:13px;}
.nav>li:nth-child(2) .nav_in img{ margin-left:70px;}
.nav>li:nth-child(5) .nav_in img{ margin-left:65px;}
.nav_in ul{ width:230px; background:#FFF; padding:15px 0; -webkit-box-shadow:0px 0px 5px #eee; -moz-box-shadow:0px 0px 5px #eee; box-shadow:0px 0px 5px #eee;}
.nav_in ul li{ width:200px; height:40px; margin-left:15px; background:url(../images/nav_bg2.jpg) center center no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav_in ul li a{ display:block; width:170px; padding:0 15px; height:40px; line-height:40px; text-align:left; font-size:14px; color:#444444; background:url(../images/nav_bg1.png) 87% center no-repeat; position:relative;}
.nav_in ul li a span{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav_in ul li a:before{ content:""; position:absolute; top:19.5px; left:70%; width:15%; height:1px; background:#444444; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav_in ul li a:after{ content:""; position:absolute; top:19.5px; left:20px; width:0; height:1px; background:#ffffff; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav_in ul li:hover{ background:url(../images/nav_bg2_on.jpg) center center no-repeat; color:#FFF;}
.nav_in ul li:hover a{ color:#FFF; background:url(../images/nav_bg1_on.png) 87% center no-repeat;}
.nav_in ul li:hover a span{ margin-left:28%;}
.nav_in ul li:hover a:before{ width:0; left:85%; background:#FFF; font-weight:bold;}
.nav_in ul li:hover a:after{ width:15%;}
.nav>li:hover>a{ font-weight:bold;}

.header_on{ background:url(../images/nav_bg3.png) repeat; height:70px;}
.header_on .logo{ margin-top:22px; height:32px;}
.header_on .tel{ margin-top:4px;}
.header_on .nav{ margin-top:4px;}

.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:4%; z-index:100; width:38px; height:69px; background:url(../images/banner_l.png) center center no-repeat; background-size:auto 50px; cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.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;}
.swiper-button-next1{ position:absolute; top:50%; margin-top:-34.5px; right:4%; z-index:100; width:38px; height:69px; background:url(../images/banner_r.png) center center no-repeat; background-size:auto 50px; cursor:pointer; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.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;}
.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:100vh; background-size:cover !important;
  /* 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:block; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0; margin-top:100px; -webkit-transform:scale(0.6) translateZ(0); -moz-transform:scale(0.6) translateZ(0); -ms-transform:scale(0.6) translateZ(0); -o-transform:scale(0.6) translateZ(0); transform:scale(0.6) translateZ(0);}
.banner_img_on{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1; margin-top:0; -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s;}
.banner_img_mobile{ display:none;}

.mobile_bg{ display:none;}

.index1{ width:100%; overflow:hidden;}
.index1_1{ float:left; width:47%; padding-left:3%; overflow:hidden; background:url(../images/index1_bg.jpg) center center no-repeat; background-size:cover; text-align:left; padding-bottom:50px;}
.index1_2{ float:left; width:48%; overflow:hidden;}
.index1_3{ float:left; width:100%; overflow:hidden; margin-top:50px;}
.index1_4{ float:left; width:100%; overflow:hidden; font-size:24px; color:#FFF; line-height:34px;}
.index1_5{ float:left; width:100%; overflow:hidden; font-size:15px; color:#d5e9f7; line-height:25px; margin-top:10px;}
.index1_6{ float:left; width:50px; height:2px; background:#FFF; margin-top:25px;}
.index1_7{ float:left; width:100%; overflow:hidden; margin-top:30px;}
.index1_7 li{ float:left; width:calc(90% - 2px); padding:0 5%; height:44px; line-height:44px; border:1px solid #69bcdb; font-size:16px; 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:102px; height:32px; line-height:32px; font-size:14px; color:#FFF; border:1px solid #69bcdb; margin-top:27px; 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%;}

.swiper-container2 {
  float:right;
  width: 46%;
  position:relative;
  overflow:hidden;
  margin-top:100px;
}
.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: 46%;
  position:relative;
  overflow:hidden;
  margin-top:100px;
}
.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:50px;}
.index_title{ width:94%; overflow:hidden; margin:0 auto;}
.index_title1{ width:100%; overflow:hidden; font-size:24px; color:#444; line-height:34px;}
.index_title2{ width:100%; overflow:hidden; font-size:15px; color:#888; line-height:25px; margin-top:10px;}
.index_title3{ width:50px; height:2px; background:#000; margin:20px auto 0 auto;}

.swiper-container4 {
  float:left;
  width: 50%;
  position:relative;
  overflow:hidden;
  margin-top:50px;
}
.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:34.16vw; -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:60px; line-height:60px; text-align:left; font-size:16px; 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:8px; filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.swiper-pagination4{ position:absolute; bottom:0 !important; left:0; width:100%; height:8px; 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: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;}
.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:50%; height:34.16vw; background:#ececee; margin-top:50px;
  /* 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:84%; padding:0 8%; overflow:hidden; text-align:left;}
.index2_r2{ width:100%; overflow:hidden;}
.index2_r2 li{ float:left; width:100%; overflow:hidden; font-size:16px; color:#444; line-height:26px; -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:10px 0;}
.index2_r2 .li_on{ color:#3a8bdd;}
.index2_r1 .more{ float:left; display:block; text-align:center; width:102px; height:32px; line-height:32px; font-size:14px; color:#888888; border:1px solid #dcdcdc; 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;}
.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:50px;}
.index3_1{ width:100%; margin-top:50px; position:relative; overflow:hidden; padding-top:3.06vw;}
.index3_1 li{ width:50%; height:33.21vw;}

.index3_2{ width:100%; height:33.21vw; 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:80%; overflow:hidden; text-align:left; color:#FFF;}
.index3_4{ width:100%; font-size:24px; line-height:34px;}
.index3_5{ width:100%; font-size:15px; line-height:25px; margin-top:30px;}
.index3_1 li .more{ display:block; text-align:center; width:102px; height:32px; line-height:32px; font-size:14px; 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;}
.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.29vw; -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:-3.06vw;}
.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:3.06vw;}
.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:50px;}
.swiper-container5 {
  width: 90%;
  height: 100%;
  overflow: hidden;
  margin: 45px auto 0 auto;
}
.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:calc(90% - 2px); padding:0 5%; height:50px; line-height:50px; border:1px solid #ababab; font-size:16px; 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:102px; height:32px; line-height:32px; font-size:14px; color:#888888; border:1px solid #dcdcdc; margin:40px 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;}

.index5{ width:100%; overflow:hidden; padding-top:50px;}
.index5_1{ width:100%; overflow:hidden; background:url(../images/index5_bg.jpg) top center no-repeat #434655; background-size:auto 16.4vw; margin-top:45px;}
.index5_1 img{ display:block; width:90%; height:auto; margin:60px auto 0 auto;}
.index5_2{ width:90%; margin:0 auto; padding:50px 0; overflow:hidden;}
.index5_2 li{ float:left; overflow:hidden; padding-left:55px; font-size:15px; color:#d9dadd; text-align:left; line-height:25px; min-height:50px;}
.index5_2 li:nth-child(1){ background:url(../images/index5_1.png) 10px top no-repeat; width:calc(33% - 55px);}
.index5_2 li:nth-child(2){ background:url(../images/index5_2.png) 10px top no-repeat; width:calc(20% - 55px);}
.index5_2 li:nth-child(3){ background:url(../images/index5_3.png) 10px top no-repeat; width:calc(25% - 55px);}
.index5_2 li:nth-child(4){ background:url(../images/index5_4.png) 10px top no-repeat; width:calc(22% - 55px);}
.index5_3{ display:none !important;}

.footer{ width:100%; overflow:hidden; background:#1d2436;}
.footer_in{ width:90%; margin:0 auto; overflow:hidden;}
.footer1{ width:calc(100% - 20px); overflow:hidden; padding:40px 10px 30px 10px; border-bottom:1px solid #343a4a;}
.footer1_1{ display:block; float:left; height:45px;}
.footer2{ width:100%; overflow:hidden; padding:30px 0;}
.footer2>li{ float:left; overflow:hidden; text-align:left; margin-left:20px;}
.footer2>li:nth-child(1){ width:calc(6% - 20px);}
.footer2>li:nth-child(2){ width:calc(17.5% - 20px);}
.footer2>li:nth-child(3){ width:calc(24.5% - 20px);}
.footer2>li:nth-child(4){ width:calc(16% - 20px);}
.footer2>li:nth-child(5){ width:calc(9% - 20px);}
.footer2>li:nth-child(6){ width:calc(9% - 20px);}
.footer2>li:nth-child(7){ width:calc(9% - 20px);}
.footer2>li:nth-child(8){ width:calc(9% - 20px);}

.footer2_1{ float:left; width:100%; display:block; font-size:16px; color:#FFF; line-height:26px;}
.footer2_2{ float:left; width:100%; overflow:hidden; margin-top:10px;}
.footer2_2>li{ float:left; width:100%; margin-top:5px;}
.footer2_2>li>a{ font-size:15px; color:#7f838d; line-height:25px;}
.footer2_2>li>a:hover{ text-decoration:underline;}
.footer3{ width:calc(100% - 20px); overflow:hidden; font-size:14px; color:#8e929b; line-height:24px; border-top:1px solid #343a4a; padding:20px 10px; text-align:left;}
.footer3 a{ color:#8e929b;}
.footer3 a:hover{ text-decoration:underline;}
.footer3_1{ float:right;}

.banner{ width:100%; height:500px; overflow:hidden; position:relative; background-size:auto 100% !important;}
.neiye_nav{ position:absolute; bottom:0; left:0; width:100%; height:56px; background:url(../images/neiye_nav_bg.png) repeat;}
.neiye_nav1{ width:90%; margin:0 auto; overflow:hidden;}
.neiye_nav1 li{ float:left; overflow:hidden; margin-right:1px;}
.neiye_nav1 li a{ display:block; height:56px; line-height:56px; font-size:15px; color:#FFF; padding:0 40px; -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) center center no-repeat; background-size:100% 100%;}
.neiye_nav1 li .a_on{ background:url(../images/neiye_nav_bg_on.jpg) center center no-repeat; background-size:100% 100%;}
.neiye_nav1 li a:hover{ background:url(../images/neiye_nav_bg_on.jpg) center center no-repeat; background-size:100% 100%;}

.banner_title{ width:90%; margin:0 auto; overflow:hidden; color:#FFF; margin-top:215px;}
.banner_title1{ width:100%; line-height:60px; font-size:50px; font-weight:bold; font-family:"宋体";}
.banner_title2{ width:100%; line-height:30px; font-size:20px; font-family:"Arial"; margin-top:10px; letter-spacing:5px;}

.position{ width:90%; margin:0 auto; overflow:hidden; text-align:left; font-size:15px; color:#444444; line-height:25px; padding:45px 0 0 0;}
.position a{ color:#444444;}
.position span{ color:#3a8bdd;}

/*equipment*/
.equipment{ width:100%; padding:0 0 50px 0; overflow:hidden;}

.equipmentIn1{ width:90%; margin:0 auto; overflow:hidden; padding:50px 0 50px 0;}
.equipmentIn_l{ float:left; width:48.5%; overflow:hidden; margin-left:0;}
.equipmentIn_r{ float:right; width:48.5%; overflow:hidden; margin-right:0; text-align:left;}

.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:30px; 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:30px; 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% - 40px); overflow:hidden; position:relative; padding-left:40px;}
.equipmentIn_r1:after{ position:absolute; top:6%; left:0; width:14px; height:90%; background:#427dd2; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px; content:"";}
.equipmentIn_r2{ width:100%; overflow:hidden; font-size:24px; color:#444444; line-height:34px;}
.equipmentIn_r3{ width:100%; overflow:hidden; font-size:15px; color:#888888; line-height:25px; margin-top:5px;}
.equipmentIn_r4{ width:100%; overflow:hidden; font-size:15px; color:#444444; line-height:35px; padding-top:21px;}
.equipmentIn_r .line{ width:100%; height:1px; background:#e5e5e5; margin-top:22px;}

.equipmentIn_r5{ width:100%; overflow:hidden; background:#f2f2f2;}
.equipmentIn_r6{ width:90%; padding:0 0; margin:0 auto; overflow:hidden;}
.equipmentIn_r7{ width:100%; overflow:hidden; font-size:24px; color:#444; line-height:34px; margin-top:50px;}
.equipmentIn_r8{ width:100%; padding:50px 0; overflow:hidden; text-align:left; font-size:15px; 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:60px; background:#427dd2; color:#FFF;}
.equipmentIn_table tr td{ border:1px solid #cfcfcf; height:50px; line-height:24px;}

.pageIn{ width:90%; padding:40px 0 50px 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:15px; color:#444444; line-height:26px; 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:90%; margin:0 auto; overflow:hidden; padding-top:5px;}
.honor li{ float:left; overflow:hidden; margin-top:45px; margin-right:3%; width:31.33%;}
.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:50px; line-height:50px; border:1px solid #ababab; font-size:16px; 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:90%; margin:0 auto; overflow:hidden; padding:40px 0 50px 0; font-size:15px; 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:block !important;}
.mobile_img{ display:none !important;}
.case{ width:90%; margin:0 auto; overflow:hidden; padding:50px 0; text-align:left; font-size:15px; color:#444; line-height:30px;}
.case img{ display:block; margin:0 auto; max-width:100%;}

/*about*/
.about1{ width:90%; padding:50px 0 50px 0; margin:0 auto; overflow:hidden; font-size:15px; color:#444; line-height:30px;}
.about1_1{ display:block; margin:0 auto 50px auto; height:41px;}
.about1_2{ width:calc(100% - 20px); height:130px; background:#3a8bdd; margin:30px auto 0 auto; -webkit-box-shadow:0px 3px 10px #bbb; -moz-box-shadow:0px 3px 10px #bbb; box-shadow:0px 3px 10px #bbb;}
.about1_2 li{ float:left; width:25%; height:130px; overflow:hidden; background:url(../images/line1.png) right center no-repeat;}
.about1_2 li:last-child{ background:none;}
.about1_3{ font-size:30px; color:#FFF; line-height:40px; margin-top:30px;}
.about1_3 span{ font-size:15px; line-height:25px;}
.about1_4{ font-size:16px; color:#FFF; margin-top:5px; line-height:26px;}
.about1_5{ width:100%; overflow:hidden; margin-top:50px;}
.about1_6{ float:left; margin-left:10px; display:block; width:calc(50% - 10px);}
.about1_7{ float:right; width:calc(50% - 70px); overflow:hidden; text-align:left; margin-right:30px;}
.about1_8{ width:100%; overflow:hidden; font-size:20px; line-height:30px; color:#3a8bdd; margin-top:30px;}
.about1_9{ width:100%; overflow:hidden; margin-top:30px;}

.about2{ width:100%; overflow:hidden; background:url(../images/about3.jpg) center center no-repeat; background-size:cover; padding:50px 0 50px 0;}
.about2_1{ width:90%; margin:0 auto; overflow:hidden; text-align:left;}
.about2_2{ float:left; width:40%; overflow:hidden; font-size:20px; line-height:30px; color:#3a8bdd; margin-left:10px;}
.about2_3{ float:left; width:40%; overflow:hidden; clear:both; font-size:15px; line-height:30px; color:#444; margin-top:30px; margin-left:10px;}

.about3{ width:90%; margin:0 auto; overflow:hidden;}
.about3_1{ width:100%; overflow:hidden;}
.about3_2{ font-size:24px; font-weight:bold; color:#3a8bdd; line-height:34px; margin-top:50px;}
.about3_3{ font-size:15px; line-height:25px; color:#444; margin-top:10px;}

.about3_4{ width:100%; overflow:hidden; background:url(../images/about4.jpg) center top repeat-y; margin-top:50px; padding:30px 0 50px 0;}
.about3_4 li{ width:100%; overflow:hidden; margin-top:20px;}
.about3_4 li .about3_5:after{ content:""; width:10px; height:1px; background:#000; position:absolute; top:20px;}
.about3_4 li:nth-child(2n-1) .about3_5{ float:left; text-align:right;}
.about3_4 li:nth-child(2n) .about3_5{ float:right; text-align:left;}
.about3_4 li:nth-child(2n-1) .about3_5:after{ right:-40px;}
.about3_4 li:nth-child(2n) .about3_5:after{ left:-41px;}

.about3_5{ width:calc(50% - 40px); position:relative;}
.about3_6{ font-size:24px; line-height:34px; color:#3a8bdd;}
.about3_6 span{ font-size:15px; color:#444; line-height:25px;}
.about3_7{ font-size:18px; font-weight:bold; color:#444; line-height:28px; margin-top:5px;}
.about3_8{ font-size:15px; color:#444; line-height:25px; margin-top:5px;}

.about4{ width:100%; overflow:hidden; background:url(../images/index6_3.png) 95% center no-repeat #34bac5; background-size:auto 110px; margin-top:50px; padding:50px 0; text-align:left;}
.about4_1{ width:90%; margin:0 auto; overflow:hidden;}
.about4_2{ float:left; overflow:hidden; background:url(../images/index6_1.png) left top no-repeat; background-size:auto 80px; min-height:80px; padding-left:110px;}
.about4_2_1{ float:left; clear:both; font-size:18px; color:#FFF; line-height:28px; margin-top:5px;}
.about4_2_2{ float:left; clear:both; font-size:24px; color:#FFF; font-weight:bold; line-height:34px; margin-top:5px;}
.about4_3{ float:left; overflow:hidden; background:url(../images/index6_2.png) left top no-repeat; background-size:auto 80px; margin-left:140px; min-height:80px; padding-left:110px;}
.about4_3_1{ float:left; clear:both; font-size:18px; color:#FFF; line-height:28px; margin-top:5px;}
.about4_3_2{ float:left; clear:both; font-size:24px; color:#FFF; font-weight:bold; line-height:34px; margin-top:5px;}
.about4_4{ float:left; clear:both; width:100%; overflow:hidden; font-size:18px; color:#FFF; line-height:28px; margin-top:30px;}

/*aboutNews*/
.aboutNews{ width:90%; margin:15px auto 0 auto; overflow:hidden;}
.aboutNews li{ float:left; width:100%; margin-top:35px; 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:50px 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;
	/* 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;
}
.aboutNews1{ display:block; width:28%;}
.aboutNews2{ width:60%; text-align:left; margin-left:5%; overflow:hidden;}
.aboutNews3{ width:100%; overflow:hidden; font-size:20px; color:#000000; line-height:30px; -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:15px; color:#888888; line-height:25px; 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;}
.aboutNews5{ width:100%; overflow:hidden; font-size:16px; color:#666666; line-height:26px; margin-top:20px; -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:90%; margin:0 auto; margin-top:50px; overflow:hidden; padding-bottom:50px;}
.recruit3_1{ float:left; width:100%; overflow:hidden; line-height:20px; background:#3a8bdd; text-align:center; font-size:16px; color:#FFF; padding:15px 0;}
.recruit3_2{ float:left; width:30%; padding:0 1%;}
.recruit3_3{ float:left; width:12%; padding:0 1%;}
.recruit3_4{ float:left; width:18%; padding:0 1%;}
.recruit3_5{ float:left; width:14%; padding:0 1%;}
.recruit3_6{ float:left; width:10%; 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:16px; color:#999999; cursor:pointer;}
.recruit4_2{ float:left; width:30%; padding:30px 1%; text-align:left; line-height:20px;}
.recruit4_3{ float:left; width:12%; padding:30px 1%; line-height:20px;}
.recruit4_4{ float:left; width:18%; padding:30px 1%; line-height:20px;}
.recruit4_5{ float:left; width:14%; padding:30px 1%; line-height:20px;}
.recruit4_6{ float:left; width:10%; padding:30px 1%; line-height:20px;}
.recruit4_7{ float:left; width:6%; height:80px; background:url(../images/recruit2.jpg) center center no-repeat; background-size:auto 10px; cursor:pointer;}

.recruit4_8{ font-size:16px; color:#666; line-height:30px; padding:20px 0; border-bottom:1px solid #e5e5e5;}
.recruit4_9{ float:left; width:100%; overflow:hidden;}
.recruit4_11{ float:left; font-size:16px; color:#003b83; height:26px; line-height:26px; padding:30px 0 40px 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 130px no-repeat;}
.contact_in{ width:90%; margin:0 auto; overflow:hidden; padding:50px 0 50px 0;}

.contact_in1{ float:left; width:calc(100% - 480px); height:440px; background:url(../images/index1_bg.jpg) center center no-repeat; background-size:100% 100%;}
.map{ float:left; margin:12px; width:calc(100% - 24px); height:416px;}

.contact_in2{ float:right; width:430px; overflow:hidden;}
.contact_in2_1{ float:left; display:block; margin-top:40px; height:36px;}
.contact_in2_2{ float:left; overflow:hidden; text-align:left; margin-top:10px;}
.contact_in2_2 li{ float:left; width:calc(100% - 50px); overflow:hidden; margin-top:30px; font-size:16px; color:#696969; line-height:26px; min-height:52px; padding-left:50px;}
.contact_in2_2 li:nth-child(1){ background:url(../images/contact3.png) left 5px no-repeat;}
.contact_in2_2 li:nth-child(2){ background:url(../images/contact4.png) left 5px no-repeat;}
.contact_in2_2 li:nth-child(3){ background:url(../images/contact5.png) left 5px no-repeat;}
.contact_in2_2 li:nth-child(4){ background:url(../images/contact6.png) left 5px no-repeat;}

/*base*/
.base{ width:100%; overflow:hidden; margin-top:50px;}
.base li{ width:100%; overflow:hidden;}
.base1{ display:block; width:50%;}
.base2{
	width:40%;
	padding:10px 5%;
	/* 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:22px; color:#3a8bdd; line-height:32px;}
.base2_3{ float:left; width:100%; overflow:hidden; font-size:16px; color:#444444; line-height:30px; margin-top:20px;}

/*pro*/
.pro{ width:90%; margin:0 auto; overflow:hidden; padding-top:20px;}
.pro li{ float:left; width:31.33%; overflow:hidden; margin-top:30px; margin-right:3%;}
.pro li:nth-child(3n){ margin-right:0;}
.pro li:nth-child(3n+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:18px; line-height:66px; 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:90%; margin:0 auto; overflow:hidden; padding-top:50px;}
.proIn1{ float:left; display:block; width:400px;}
.proIn2{ float:right; width:calc(100% - 450px); text-align:left; overflow:hidden;}
.proIn3{ width:calc(100% - 40px); overflow:hidden; position:relative; padding-left:40px; margin-top:100px;}
.proIn3:after{ position:absolute; top:6%; left:0; width:14px; height:90%; background:#427dd2; -webkit-border-radius:7px; -moz-border-radius:7px; border-radius:7px; content:"";}
.proIn4{ width:100%; overflow:hidden; font-size:24px; color:#444444; line-height:34px;}
.proIn5{ width:100%; overflow:hidden; font-size:15px; color:#888888; line-height:25px; margin-top:5px;}
.proIn6{ width:100%; overflow:hidden; font-size:15px; color:#444444; line-height:30px; padding:50px 0 40px 0;}
.proIn7{ float:left; overflow:hidden;}

.proIn_ul1{ width:100%; overflow:hidden; margin-top:10px;}
.proIn_ul1 li{ width:100%; overflow:hidden; border-top:1px solid #e5e5e5; padding:50px 0;}
.proIn_ul1_1{ width:100%; overflow:hidden; text-align:left; font-size:24px; color:#444; line-height:34px;}
.proIn_ul1_2{ width:100%; overflow:hidden; text-align:left; font-size:15px; color:#444; line-height:25px; margin-top:20px;}
.proIn_ul1_3{ width:100%; overflow:hidden;}
.proIn_ul1_3 img{ display:block; margin:35px 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:35px;}
.proIn_ul1_4 img:nth-child(2n){ margin-right:0;}
.proIn_ul1_4 img:nth-child(2n+1){ clear:left;}

.mobile{ display:none;}

}