/*===================CSS Reset============================*/
@font-face{ font-family: fontA; src: url(../fonts/AQUAWAXBLACK.TTF);}
@font-face{ font-family: fontR; src: url(../fonts/AlibabaPuHuiTiRegular.ttf);}
@font-face{ font-family: fontBk; src: url(..//fonts/AlibabaPuHuiTiBlack.ttf);}
@font-face{ font-family: fontBd; src: url(../fonts/AlibabaPuHuiTiBold.ttf);}
@font-face{ font-family: fontH; src: url(../fonts/HARMONYOSSANSBLACK.TTF);}
html{ -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:scroll; overflow-x:auto;}
*,*:before,*:after{ -webkit-box-sizing:inherit; box-sizing:inherit;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{ border: medium none; margin: 0; padding: 0;}
body,button,input,select,textarea{ color: #333; font: 16px fontR,"微软雅黑";}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
em,i{ font-style:normal;}
ul,ol{ list-style:none;}
img{ max-width: 100%;}
table{ border-collapse:collapse; border-spacing:0;}
input:focus,button:focus,textarea:focus,select:focus,video{ outline: none;}
input::-webkit-input-placeholder{ /* WebKit browsers 适配谷歌 */ color: #888;}
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 适配火狐 */ color: #888;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ 适配火狐 */ color: #888;}
input:-ms-input-placeholder{ /* Internet Explorer 10+  适配ie*/ color: #888;}

/*===================Link Style============================*/
a,a:hover,a:active,a:visited,a:link,a:focus{ color: #333; outline:none; text-decoration: none; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; transition: all 400ms;}
a:hover{ color: #4acbdd !important; text-decoration: none;}

.fl{ float: left;}
.fr{ float: right;}
.wrap{ width: 1500px; margin: 0 auto;}
.textH{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.textT{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.ovh{ overflow: hidden;}
.clearfix:after{clear: both;}
.clearfix:before,.clearfix:after{ content: ""; display: table;}
.bold{ font-weight: bold;}
.dong{ -webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; transition: all 500ms;}
.imgH img{ -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; transition: all 400ms;}
.imgH:hover img{ -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2);}
.fontA{ font-family: fontA,"微软雅黑";}
.fontBk{ font-family: fontBk,"微软雅黑";}
.fontBd{ font-family: fontBd,"微软雅黑";}
.fontH{ font-family: fontH,"微软雅黑";}
.color-f{ color: #fff !important;}
.color-g{ color: #4acbdd !important;}
.row{ margin-left: 0; margin-right: 0;}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{ padding-right: 0; padding-left: 0;}

/*============================ Header ============================*/
.header{ width: 100%; height: 100px; padding: 0 50px; background: linear-gradient(90deg,#0f65b2 10%, #4bcdde 90%); position: fixed; top: 0; left: 0; z-index: 99;}
.header .logo{ display: block; width: 80px; height: 100%; font-size: 0; background: url(../images/logo.png) center left no-repeat; background-size: 100%;}
.header .navOne li,.header .navDown .navDownMenu .navDownIn{ position: relative;}
.header .navOne li{ float: left; font-size: 18px; line-height: 100px; margin-left:50px;}
.header .navOne li a{ display: block; color: #fff; font-size: 18px; line-height: 100px;}
.header .navOne li.slt a,.header .navOne li:hover a{ color: #4acbdd;}
.header .navDown{ position: absolute; top: 100px; right: 0; width: calc( 100% - 200px);}
.header .navDown .navDownMenu{ display: none; width: 100%; background: rgba(255,255,255,.75); border-radius: 0 0 0 30px; position: absolute; top: 0; padding: 10px 0;}
.header .navDown .navDownMenu a{ display: inline-block; font-family: fontR,"微软雅黑"; color: #333 !important; max-width: 40%; float: left; line-height: 50px; margin: 0 30px;}
.header .navDown .navDownMenu a:hover{ font-family: fontBk,"微软雅黑";}
.header .btn{ display: flex; justify-content: center; align-items: center; height: 100%;}
.header .btn .an{ display: inline-block; line-height: 32px; border: 1px solid #fff; border-radius: 20px; margin-left: 10px; padding: 0 12px;}
.header .btn a{ color: #fff;}
.header .btn a img{ height: 8px; margin-left: 10px;}
.header .btn a:hover{ color: #0f65b2 !important;}
.header .navBtn{ width: 28px; height: 100%; background: url(../images/menu.png) center no-repeat; background-size: 100%;}

.header.on{ height: 70px; box-shadow: 0 4px 10px rgba(0,0,0,.3);}
.header.on .navOne li a{ line-height: 70px;}
.header.on .navDown{ top: 70px;}
.header.on .navDown .navDownMenu{ background: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.3);}

.navBarM{ float: inherit; position: fixed; top: 0; right: 0; width: 70%; height: 100%; z-index: 9999; background: #4acbdd; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .5s cubic-bezier(.77, 0,.175, 1) 0ms; top: 0; transform: translateX(100%);}
.navBarM.open{ transform: translateX(0);}
.navBarM .closed{ display: block; font-size: 0; width: 25px; height: 25px; margin: 30px 20px; background: url(../images/closed.png) center right no-repeat; background-size: 100%;}
.navBarM ul{ padding: 20px;}
.navBarM li{ border-bottom: 1px solid rgba(255,255,255,.5);}
.navBarM li a{ display: block; text-decoration: none; color: #fff !important; font-size: 16px; padding: 20px 0;}
.navBarM li.dropdown .jt{ background: url(../images/navJt.png) 96% 26px no-repeat; background-size: 20px;}
.navBarM li.dropdown .jt.slt{ border: 1px solid #000;}
.navBarM li .dropdown_menu{ display: none; padding-bottom: 20px;}
.navBarM li.dropdown.active .dropdown_menu{ display: block;}
.navBarM li .dropdown_menu a{ width: 100%; display: block; font-size: 15px; height: 40px; line-height: 46px; padding: 0 10px; box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,.5);}
.navBarM li.last,.navBarM li .dropdown_menu a:last-child{ border: none;}
.navBarM li.last{ display: flex; font-size: 0; justify-content: space-between; font-family: fontR,"微软雅黑"; padding: 20px 0;}
.navBarM li.last a,.navBarM li.last i{ display: inline-block; font-size: 16px; padding: 0; line-height: 16px;}
.navBarM li.last i{ font-size: 12px;}








.header .btn .language{display: inline-block;position: relative; }
.header .btn .language .lan{line-height: 32px; border: 1px solid #fff; border-radius: 20px; margin-left: 10px; padding: 5px 12px;}
.header .btn a{ color: #fff;}
.header .btn a img{ height: 8px; margin-left: 10px;}
.header .btn a:hover{ color: #0f65b2 !important;}
.language ul{display:none;position: absolute;top:32px;left:10px;width:90%;}
.language:hover ul{display:block}
.language:hover ul li a{display:block}
.language ul li{width:100%;padding:5px 0; background: linear-gradient(90deg,#05a6fa 10%, #4acbdd 90%);}
.language ul li a{color:#fff}

.header.on{ height: 70px; box-shadow: 0 4px 10px rgba(0,0,0,.3);}
.header.on .navBar li{ line-height: 70px;}










/*============================ Footer ============================*/
.footer .part1{ padding: 50px 0;}
.footer .part1 .logo{ display: inline-block; width: 120px; margin-bottom: 50px;}
.footer .part1 .logo img{ width: 100%;}
.footer .part1 .info a{ display: inline-block; margin: 0 30px;position: relative;}
.footer .part1 .info .ewm{display: none;
    padding: 10px;
    background-color: #fff;
    width: 120px;}
.footer .part1 .info a:hover .ewm{display:block;position: absolute;z-index:999;bottom:40px;right:20px;}

	
.footer .part2{ color: #999; line-height: 30px; background: #333; padding: 40px 0;}
.footer .part2 .link{ display: flex; justify-content: space-between; border-bottom: 1px solid #484848; padding-bottom: 15px; margin-bottom: 20px;}
.footer .part2 .link a{ color: #fff;}
.footer .part2 .info a{ color: #999;}

/*============================ Index ============================*/
.main{ margin-top: 100px;}
.bannerBox{ background: #fff; position: relative; overflow: hidden;}
.bannerBox .swiper-container{ width: 100%; height: 100%; animation-delay: 0.6s;}
.bannerBox .swiper-slide img{ width:100%; height: calc(100vh - 100px); transition:1s linear 2s; transform:scale(1.1,1.1);}
.bannerBox .swiper-slide-active img,.swiper-slide-duplicate-active img{ transition:6s linear; transform:scale(1,1);}
.bannerBox .swiper-pagination{ text-align: left; padding: 0 50px;}
.bannerBox .swiper-pagination-bullet{ width: 30px; height: 8px; background: rgba(255,255,255,.5); opacity: 1; border-radius: 5px; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; transition: all 400ms;}
.bannerBox .swiper-pagination-bullet-active{ width: 70px; background: #4bcdde;}
.bannerBox .right{ position: absolute; top: 0; right: 0; width: 12%; height: 100%; z-index: 1; box-sizing: border-box;}
.bannerBox .right .i-circle{ display: block; background: url(../images/slideIcon1.png) no-repeat; width: 1080px; height: 1093px; position: absolute; top: 15%; right: -18%; transform: scale(0.9); transform-origin: right bottom; z-index: 1; animation-delay: 1.3s; animation-duration: 3s;}
.bannerBox .right .vitta1,.bannerBox .right .vitta2,.bannerBox .right .vitta3,.bannerBox .right .vitta4,.bannerBox .right .vitta5{ background: linear-gradient(#4bcdde,#35a8ce); width: 20%; height: 100%; z-index: 1; position: absolute; top: 0;}
.bannerBox .right .vitta1{ left: 0%; animation-delay: 0.4s;}
.bannerBox .right .vitta2{ left: 20%; animation-delay: 0.5s;}
.bannerBox .right .vitta3{ left: 40%; animation-delay: 0.5s;}
.bannerBox .right .vitta4{ left: 60%; animation-delay: 0.6s;}
.bannerBox .right .vitta5{ left: 80%; animation-delay: 0.6s;}
.bannerBox .right .icir{ display: block; background: url(../images/slideIcon2.png) no-repeat; background-size: cover; transform-origin: right top; transform: scale(0.8); width: 100px; height: 100px; position: absolute; top: 0; left: -100px; z-index: 3; animation-delay: 0.6s;}
.bannerBox .right .txt{ display: flex; justify-content: space-around; align-items: center; height: 100%; width: 100%; font-size: 160px; color: rgba(51,51,51, 0.1); line-height: 1; writing-mode: vertical-rl; position: absolute; top: 0; right: 0; z-index: 10; animation-delay: 0.8s;}

.btnHover{ display: inline-block; position: relative; line-height: 34px; border-radius: 20px; padding: 0 20px; background: linear-gradient(90deg,#05a6fa 10%, #4acbdd 90%); overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btnHover .l1{content: ''; width: 0; height: 0; -webkit-transform: rotate(360deg); transform: rotate(360deg); border-style: solid; border-width: 0; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: #0f65b2; position: absolute; bottom: 0; left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.btnHover .l2{ content: ''; width: 0; height: 0; -webkit-transform: rotate(360deg); transform: rotate(360deg); border-style: solid; border-width: 0; border-top-color: transparent; border-left-color: transparent; border-bottom-color: transparent; border-right-color: #0f65b2; position: absolute; top: 0; right: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btnHover:hover .l1{ border-width: 150px 0 0 150px;}
.btnHover:hover .l2{ border-width: 0 150px 150px 0;}
.btnHover i{ color: #fff; background: url(../images/jt2.png) center right no-repeat; padding-right: 20px; position: relative; z-index: 1;}

.ixTitle em{ display: inline-block; font-size: 42px;font-weight:600}

.ixPart1{ padding: 60px 0;}
.ixPart1 .list{ margin: 0 -20px;}
.ixPart1 .box{ margin: 40px 20px 0;}
.ixPart1 .box .img{ border-radius: 25px 25px 0 0;}
.ixPart1 .box .img img{ width: 100%;height: 315px;}
.ixPart1 .box .txt{ padding: 15px; border: 1px solid #eee; border-top: none; border-radius: 0 0 25px 25px;}
.ixPart1 .box .txt span{ display: block; font-size: 20px; margin-bottom: 5px;font-weight:600}
.ixPart1 .box .txt p{ color: #999; line-height: 28px; margin-bottom: 20px;}
.ixPart1 .box .txt em{ display: block; color: #999; line-height: 34px;}
.ixPart1 .box:hover .txt{ border-color: #4acbdd;}
.ixPart1 .box:hover .txt span{ color: #4acbdd;}

.ixPart2{ padding: 30px 0;}
.ixPart2 .img{ margin-right: 20px; border-radius: 0 30px 30px 0;}
.ixPart2 .img img{ width: 100%;}
.ixPart2 .txt{ padding: 0 30% 0 30px;}
.ixPart2 .txt .ixTitle{ margin: 20px 0 10px;}
.ixPart2 .txt p{ line-height: 28px; margin-bottom: 15px;}
.ixPart2 .txt .btnHover{ margin-top: 40px;}

.ixPart3 .list{ margin: 30px 0;}
.ixPart3 .list .box{ display: inline-block; font-size: 18px;}
.ixPart3 .list .box span{ display: block; font-size: 20px; margin-bottom: 10px;}
.ixPart3 .list .box i{ font-size: 48px;}
.fontBk b{font-size: 48px;}
.ixPart4{ padding: 100px 0;}
.ixPart4 .list{ margin: 0 -20px;}
.ixPart4 .list .item.i1{ margin-top: 200px;}
.ixPart4 .list .item.i4{ margin-top: 170px;}
.ixPart4 .list .item{ display: block; margin: 0 20px 30px; border-radius: 30px; position: relative; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.ixPart4 .list .item .tit{ width: 100%; font-size: 24px; line-height: 90px; background: linear-gradient(rgba(5,166,250,0) 5%,rgba(74,203,221,.8) 95%); position: absolute; bottom: 0; left: 0; z-index: 1;}
.ixPart4 .list .item:hover .tit{ bottom: -100%;}
.ixPart4 .list .item .img{ position:relative; display:block; width:100%; opacity:1;}
.ixPart4 .list .imgH:hover img{ -webkit-transform:scale(1.3); -moz-transform:scale(1.3); -ms-transform:scale(1.3); transform:scale(1.3);}
.ixPart4 .list .item .box{ position:absolute; bottom:0; left:0; width:100%; height:100%; color:#fff; -moz-backface-visibility:hidden; -webkit-backface-visibility:hidden; backface-visibility:hidden; -webkit-transform:translate3d(0,100%,0); -moz-transform:translate3d(0,100%,0); -o-transform:translate3d(0,100%,0); -ms-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0); -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; -ms-transition:all .4s ease-in-out; transition:all .4s ease-in-out;}
.ixPart4 .list .item:hover .box{ background: linear-gradient(rgba(5,166,250,.8),rgba(74,203,221,.8)); -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.ixPart4 .list .item .box .t1{ width: 100%; font-size: 24px; position: absolute; bottom: -50%; left: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; overflow: hidden; opacity: 0;}
.ixPart4 .list .item:hover .box .t1{ color: #fff; bottom: 70%; opacity: 1;}
.ixPart4 .list .item .box .t2{ width: 100%; position: absolute; bottom: -50%; left: 0; -webkit-transition: all .6s ease-in-out; -moz-transition: all .6s ease-in-out; -o-transition: all .6s ease-in-out; -ms-transition: all .6s ease-in-out; transition: all .6s ease-in-out; opacity: 0;}
.ixPart4 .list .item:hover .box .t2{ color: #fff; bottom: 24%; opacity: 1;}
.ixPart4 .list .item.i2:hover .box .t1,.ixPart4 .list .item.i3:hover .box .t1{ bottom: 80%;}
.ixPart4 .list .item.i3:hover .box .t2{ bottom: 12%;}
.ixPart4 .list .item .box .t2 span{ display: block; margin: 40px 5px 0;}
.ixPart4 .list .item .box .t2 span i{ display: inline-flex; justify-content: center; align-items: center; width: 54px; height: 54px; border: 2px solid #fff; border-radius: 50%; margin-bottom: 20px;}
.ixPart4 .list .item .box .t2 span i img{ width: 19px;}
.ixPart4 .list .item .box .t2 span:hover i{ animation: swing 3s .15s linear infinite; -moz-animation: swing 3s .15s linear infinite; -webkit-animation: swing 3s .15s linear infinite; -o-animation: swing 3s .15s linear infinite;}

@-webkit-keyframes swing{
  10%{ transform: rotate(15deg);}
  20%{ transform: rotate(-10deg);}
  30%{ transform: rotate(5deg);}
  40%{ transform: rotate(-5deg);}
  50%,100%{ transform: rotate(0deg);}
}
@-moz-keyframes swing {
  10%{ transform: rotate(15deg);}
  20%{ transform: rotate(-10deg);}
  30%{ transform: rotate(5deg);}
  40%{ transform: rotate(-5deg);}
  50%,100%{ transform: rotate(0deg);}
}
@-o-keyframes swing {
  10%{ transform: rotate(15deg);}
  20%{ transform: rotate(-10deg);}
  30%{ transform: rotate(5deg);}
  40%{ transform: rotate(-5deg);}
  50%,100%{ transform: rotate(0deg);}
}
@keyframes swing {
  10%{ transform: rotate(15deg);}
  20%{ transform: rotate(-10deg);}
  30%{ transform: rotate(5deg);}
  40%{ transform: rotate(-5deg);}
  50%,100%{ transform: rotate(0deg);}
}

.ixPart5 ul{ width: auto; overflow-x: auto; white-space: nowrap; padding: 35px 0;}
.ixPart5 ul::-webkit-scrollbar{ width: 8px; height: 8px;}
.ixPart5 ul::-webkit-scrollbar-thumb{ border-radius: 5px; background: linear-gradient(90deg,#05a6fa 5%,#4acbdd 90%); cursor: pointer;}
.ixPart5 ul::-webkit-scrollbar-track{ border-radius: 5px; background: #eee;}
.ixPart5 li{ display: inline-block; width: 360px; margin-right: 30px; vertical-align: top;}
.ixPart5 li:last-child{ margin-right: 0;}
.ixPart5 li a{ display: block;}
.ixPart5 li .img{ border-radius: 28px; margin-bottom: 15px;}
.ixPart5 li .img img{ width: 100%;}
.ixPart5 li p{ font-size: 20px; line-height: 32px;}
.ixPart5 li:hover .img{ margin-bottom: 10px;}

/*============================ 媒体查询 ============================*/
.mobHide{ display: block;}
.mobShow{ display: none;}

/*============================ ny_banner ============================*/
.banner-box {position: relative;overflow: hidden;margin-top:100px;}

.banner-wrap {
  position: relative;
  width: 90%;
 
  z-index: 2;
  border-top-right-radius:100px;
  border-bottom-right-radius:100px;
  overflow: hidden;
}
.scale_1 {
    animation: scale1 3s linear forwards;
}
.banner-wrap>img {
  display: block;
  width: 100%;
  
  object-fit: cover;
  transform-origin: center center;
  transform: scale(1.1);
}

.banner-wrap::after {
 
}

.banner-text {
  position: absolute;
  top: 250px;
  right: 120px;
}

.banner-text-img {
  animation-delay: 0.5s;
}

.banner-text-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.line {
  width: 49px;
  height: 2px;
  margin: 40px 0;
  margin-left: auto;
  background-color: #fff;
  animation-delay: 0.6s;
}

.line.animated {
  opacity: 1;
}

.banner-title {
  text-align: right;
  font-size:60px;
  padding-top:10px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  animation-delay: 0.7s;
  text-transform: uppercase;
}

.banner-title1 {
  text-align: right;
  font-size: 28px;
  
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  animation-delay: 0.7s;
}

.banner-bg-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  z-index: 1;
  box-sizing: border-box;
}

.park-vitta1 {
  background: #4bcdde ;
  width: 5%;
  height: 506px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 5%;
  animation-delay: 0;
}

.park-vitta2 {
  background: #4bcdde ;
  width:5%;
  height: 506px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 2.5%;
  animation-delay: .2s;
}

.park-vitta3 {
  background: #4bcdde ;
  width: 2.5%;
  height: 506px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  animation-delay: .2s;
}


.ny_about{width:100%;overflow:hidden;padding:50px 0}
.about_block1{width:100%;overflow:hidden;position: relative;padding-bottom:80px;}
.about_block1_left{width:58%;float:left;overflow:hidden;}
.about_block1_left h3{font-size:42px;color:#333333;font-weight:600;padding-bottom:30px;}
.about_block1_nr{width:100%;overflow:hidden;color:#666;font-size:16px;line-height:30px;}
.about_block1_right{width:39%;float:right;overflow:hidden;border-radius: 20px;}
.about_block1_right img{width:100%;-webkit-transform: scale(1); -moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;}
.about_block1_right img:hover{-webkit-transform: scale(1.07); -moz-transform: scale(1.07);
-o-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);-webkit-transition: all 2s;
-moz-transition: all 2s;transition: all 2s;}

.about_block1_1{width:70%;left:0;bottom:0; position: absolute;padding:40px 20px;border-radius: 20px;background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/about_block1_1.png);}
.about_block1_1 .col-md-4{width:25%;float:left;color:#fff;}
.counter-content{font-size:16px;}
.counter-value{font-size:28px;font-weight:600;padding-right:5px;}
.counter-value1{font-size:28px;font-weight:600;padding-left:5px;}

.about_block1_1 .col-md-4 p{font-size:16px;padding-top:10px;}

.ny_about2{width:100%;overflow:hidden;padding-top:30px;}
.ny_about2 h3{font-size:42px;color:#333333;font-weight:600;padding-bottom:30px;}
.ny_about2_lb{width:100%;overflow:hidden;}
.ny_about2_lb li{width:32%;float:left;margin-right:2%;margin-bottom:15px;border-radius: 20px;position:relative;}
.ny_about2_lb li:nth-child(3){margin-right:auto}
.ny_about2_img{width:100%;overflow:hidden;border-radius: 20px;}
.ny_about2_img img{width:100%;-webkit-transform: scale(1); -moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;}
.ny_about2_img img:hover{-webkit-transform: scale(1.07); -moz-transform: scale(1.07);
-o-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);-webkit-transition: all 2s;
-moz-transition: all 2s;transition: all 2s;}
.ny_about2_wz{width:90%;left:5%;bottom:25%;right:5%;padding:15px;border-radius: 20px;position: absolute;text-align:center;background: rgba(255, 255, 255, 0.7);color:#333;}
.ny_about2_wz h4{font-size:28px;font-weight:600;padding-bottom:10px;}
.ny_about2_wz p{font-size:16px;}
.ny_about2_wz:hover{background: linear-gradient(-45deg,#85bb5f,#2e739f);opacity:0.8;color:#fff}


.about_video{width:100%;overflow:hidden;padding-top:30px;}
.about_video video{width:100%}

.about_history{width:100%;overflow:hidden;padding-top:30px;position:relative;padding-bottom:50px;}
.about_history h3{font-size: 42px;color: #333333;font-weight: 600;padding-bottom: 30px;}
.body-box{width:100%;overflow:hidden;padding-top:20px;}
.timer-shaft-box{width:100%;overflow:hidden;position:relative;}
.timer-shaft{position:relative;width:60%;height:60px;overflow: hidden;position:absolute;left:40%;z-index:100}
.timer-left{position:absolute;top:50%;left:0;z-index:99;width:11px;height:16px;margin-top:-18.5px;background: url(../images/icon_left.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-right{position:absolute;top:50%;right:0;z-index:99;width:11px;height:16px;margin-top:-18.5px;background: url(../images/icon_right.png) no-repeat;background-size: cover;cursor:pointer;}
.timer-scale{position:absolute;top:0;left:0;height:60px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:40px;}
.timer-scale-cont .dian{width:20px;height:20px;border: solid 1px #37baf8;border-radius:50%;text-align:center;vertical-align: middle;    margin: 0 auto;}


.time-circle{display:inline-block;vertical-align:middle;width:60px;height:50px;text-align: center;font-size:16px;color:#666666;transition: all .3s;cursor:pointer;font-weight:600}
.timer-scale-cont.hov .time-circle{width:60px;height:50px;font-size:16px;color:#05a6fa}
.timer-scale-cont.hov .time-circle .dian{background-color:#37baf8}
.line-scale{display:inline-block;vertical-align:middle;width:100px;height:22px;margin:0 2px;background: url(../images/icon_scale.png) no-repeat;background-size: cover;}

.timer-shaft-content{width:100%;overflow: hidden;position: relative;}
.shaft-detail-cont{display: none;width:100%;}
.shaft-detail-cont:nth-child(1){display:block}


.detail-cont_left{width:35%;overflow: hidden;float:left;border-radius:20px;padding:15px;background: rgba(255, 255, 255, .7);z-index:98;position: relative;}
.detail-cont_left img{width:100%;border-radius:20px;}
.detail-cont_right{width:70%;z-index:99;right:0;top:80px;position: absolute;}
.detail-cont_right span{float:right;padding:20px 30px;background: linear-gradient(90deg,#05a6fa 10%, #4acbdd 90%);color:#fff;  border-radius: 20px;font-size:24px;font-weight:600}
.detail-cont_right_wz{background: rgba(255, 255, 255, .9);border-radius: 20px;padding:40px 25px;margin-top:100px;}
.detail-cont_right_wz h4{font-size:36px;color:#05a6fa;font-weight:600}
.detail-cont_right_wz_nr{width:100%;overflow: hidden;color:#333333;font-size:16px;padding-top:15px;}
.history_xian{width:100%;position: absolute;height:140px;bottom:0;background: linear-gradient(90deg,#05a6fa 10%, #4acbdd 90%);z-index:50}

.ahout_choose{width:100%;overflow: hidden;padding:30px 0}
.ahout_choose h3{font-size:42px;color:#333333;font-weight:600;padding-bottom:30px;}
.choose_lb{width:100%;overflow: hidden; padding-top:30px;}
.choose_lb li{width:31%;float:left;margin:0 1% 20px 1%;border-radius:20px;box-shadow: 0 2px 10px rgb(37 183 236 / 20%);padding:20px;text-align:center;min-height:200px;}
.choose_lb li h4{font-size:20px;font-weight:600;padding:15px 0;color:#333333}
.choose_lb li p{color:#666666;font-size:16px;line-height:30px;text-align:center}

.ny_contact{width:100%;overflow: hidden;padding-top:50px;}
.ny_contact_left{width:48%;float:left;margin-left:10%;overflow: hidden;position:relative;z-index:11}
.ny_contact_left h3{font-size:42px;font-weight:600;padding-bottom:30px;}
.ny_contact_left_nr{background: rgba(255, 255, 255, 0.7);padding:20px 20px 20px 0;border-radius: 20px;overflow: hidden;}
.ny_contact_left_nr li{width:100%;margin-bottom:20px;border: 2px solid #38c1e4;padding:20px;border-radius: 20px;position: relative;overflow: hidden;}
.ny_contact_left_nr li span{position:absolute;top:-1px;right:0;padding:10px 20px;    border-radius:20px;background-color:#1bb1f0;color:#fff;font-size:18px;}
.ny_contact_left_nr li dl{width:75%;float:left;overflow: hidden;}
.contact_add{width:35%;float:right;background: rgba(27, 177, 240, 0.6);color:#fff;position:absolute;top:-1px;right:0;padding:10px 20px;    border-radius:20px;text-align:center;height:154px;}
.contact_add h4{font-size:24px;padding-bottom:20px;}
.contact_add p{font-size:16px;line-height:35px;}
.ny_contact_left_nr li:nth-child(1){height:154px;}
.ny_contact_left_nr li:nth-child(2){height:450px;}
.ny_contact_left_nr li:nth-child(2) .contact_add{height:450px;}
.ny_contact_left_nr li:nth-child(2) .contact_add p{padding-top:120px;}

.add_ewm{width:100%;overflow: hidden;}
.add_ewm1{width:55%;float:left;padding:15px;box-shadow: 0 2px 10px rgb(37 183 236 / 20%);
    padding: 20px;margin:20px;border-radius: 20px;}
.add_ewm1_left{width:27%;float:left;overflow: hidden;}
.add_ewm1_left img{width:100%}
.add_ewm1_right{width:68%;float:right;overflow: hidden;text-align:center;line-height:35px;}

.ny_contact_left_nr li dt{font-size:24px;color:#333333;font-weight:600;margin-bottom:10px;}
.ny_contact_left_nr li dd{padding-bottom:10px;display: inline-block;width:100%;overflow: hidden;vertical-align:text-top;}
.ny_contact_left_nr li .contact_img{display: inline-block;margin-right:5px;vertical-align:top;}
.ny_contact_left_nr li .contact_img img{vertical-align:text-top;padding-top:5px;}
.contact_wz{display: inline-block;font-size:16px;color:#333333;}
.contact_wz b{margin-right:10px;font-weight:300}
.ny_contact_left_nr li:nth-child(2n){margin-right:auto;border: 2px solid #36c0e6;}
.ny_contact_right{width:53%;float:right;position:relative;overflow: hidden;margin-left:-11%;z-index:10;border-top-left-radius:50px;border-bottom-right-radius:50px;}
.ny_contact_right img{width:100%;border-top-left-radius:50px;border-bottom-left-radius:50px;}

.contact_map{width:100%;overflow: hidden;padding-top:50px;}
.contact_map img{width:100%;}

.contact_message{width:100%;overflow: hidden;margin-top:-90px;}
.message_nr{background-color:#fff;padding:30px;border-radius:40px;}
.message_nr h3{font-size:42px;color:#333333;font-weight:600;padding-bottom:30px;}

.liuyan_nr input {

    width: 49%;

    float: left;

    background-color: #e6f6fe;

    height: 50px;

    border:none;

    border-radius: 10px;

    margin-right:2%;

    font-size: 14px;

    padding: 5px 10px;

    resize: none;

    color: inherit;

	margin-bottom:20px;

}

.liuyan_nr input:nth-child(2n){margin-right:auto}

.liuyan_nr textarea {

    border:none;
 background-color: #e6f6fe;
    border-radius: 10px;

    min-height: 150px;

    

    width: 100%;

   padding: 5px 10px;

}

.liuyan_nr .am-btn {

    padding: 15px 50px;

 border-radius:20px;

background: linear-gradient(90deg,#05a6fa 10%, #4acbdd 90%);
    color: #fff;

    margin-left: 20px;

  

    text-align: center;

	margin-top:20px;

}

.ny_product{width:100%;overflow: hidden;padding-top:30px;}
.ny_product h3{font-size:42px;color:#333333;font-weight:600;padding-bottom:30px;}
.ny_product ul{width:100%;overflow: hidden;padding-top:30px;}
.ny_product li{width:100%;overflow: hidden;padding-bottom:40px;padding-top:20px;}
.product_wz{width:48%;float:left;overflow: hidden;}
.product_wz h5{font-size:24px;color:#05a6fa;font-weight:600;padding-bottom:30px;}
.product_wz p{padding-bottom:50px;line-height:30px;}

.product_tp{width:40%;float:right;overflow: hidden;position:relative;padding:25px; /*background: linear-gradient(90deg,#51cae6 -10%, #fff 80%);*/border-radius: 30px;background: url(../images/cp_bj1.png)no-repeat center left;}
.product_tp img{border-radius: 30px;overflow: hidden;width:100%}
.product_tp_x{width:100%;overflow: hidden;border-radius: 30px;}

.ny_product li:nth-child(2n) .product_tp{float:left;/*background: linear-gradient(90deg,#fff -10%, #25b3f8 80%)*/background: url(../images/cp_bj2.png)no-repeat center right;}
.ny_product li:nth-child(2n) .product_wz{float:right;}


/*============================ ny_news ============================*/
.ny_news{width:100%;overflow: hidden;padding-top:30px;}
.ny_news_tj{width:100%;overflow: hidden;margin-top:30px; border:1px solid #eeeeee; border-radius:20px;}
.ny_news_tj_img{width:30%;float:left; border-radius:20px;overflow: hidden;}
.ny_news_tj_img img{ border-radius:20px;width:100%}
.ny_news_tj_wz{width:66%;float:right;padding:20px 20px 20px 0;position:relative;}
.ny_news_tj_wz h4{display: block;font-size: 20px;margin-bottom: 5px;font-weight: 600;padding-bottom:20px;}
.ny_news_tj_wz p{font-size:16px;color:#999999;line-height:30px;}
.ny_news_tj_wz em {display: block;color: #999;line-height: 34px;margin-top:50px;}
.ny_news_tj_wz em img{margin-right:5px;margin-top:-5px;}
.ny_news_tj_wz a{margin-top:50px;}

.ny_news_list{width:100%;overflow: hidden;padding-top:30px;}
.ny_news_list li {
    border-bottom: 1px solid #E6E6E6;
    overflow: hidden;
    padding: 12px 0 12px 0;
}
.ny_news_list li .date {
    background: #337ab7;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
    float: left;
    text-align: center;
    font-size: 30px;
    width: 70px;
    font-weight: bold;
}
.ny_news_list li .date em {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    background: #eee;
    margin-top: 5px;
    color: #888;
}
.ny_news_list li div {
    color: #999;
    font-size: 16px;
    margin-left: 95px;
    line-height: 22px;
}
.ny_news_list li div a {
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}



.xq_news{width:100%;overflow: hidden;}
.xq_news_left{width:68%;float:left;overflow: hidden;background: url(../images/xq_news.jpg)no-repeat center top;border-top-right-radius: 100px;padding:30px 30px 30px 13%}
.xq_news_bt{width:100%;overflow: hidden;padding-bottom:10px;border-bottom: 1px solid #fff;text-align:center;}
.xq_news_bt h1{font-size:32px;color:#333333;font-weight:600}
.news_time{padding:8px 0;color:#999999;font-size:16px;}
.share{text-align:center;}
.share a{text-align:center;}
.xq_news_nr{width:100%;overflow: hidden;padding-top:30px;font-size:16px;line-height:30px;}
.xq_news_nr table{width:100%}
.xq_news_nr img{max-width:100%}
.xq_news_right{width:28%;float:right;padding:50px 10% 0 0;}
.xq_news_right h2{font-size:28px;color:#014ea8;}
.xq_news_right ul{padding-top:40px;overflow: hidden;}
.xq_news_right li{margin-bottom:30px;border-bottom: 1px solid #eeeeee;padding-bottom:20px;}
.xq_news_right li .img img{border-radius: 20px;width: 100%;}
.xq_news_right span {
    display: block;
    font-size:20px;
    margin-bottom:15px;
    font-weight: 600;
	padding-top:10px;
}
.xq_news_right em{font-size:#eee}
.xq_news_right em img{margin-right:5px;}

.ny_page{width:100%;overflow: hidden;padding:40px 0}
.ny_page_left{width:28%;float:left;padding-left:10%}
.ny_page_left li{overflow: hidden; margin-bottom:10px;line-height: 34px;border-radius:30px;padding:10px 20px;border: 1px solid #05a6fa;text-align:center;font-size:18px;color:#014ea8}
.ny_page_left li a{color:#014ea8;display:block}
.ny_page_left li:hover{background: linear-gradient(90deg,#0250a9 10%, #4acbdd 90%);color:#fff;font-weight:600}
.ny_page_left li:hover a{color:#fff;}
.ny_page_left .active{background: linear-gradient(90deg,#0250a9 10%, #4acbdd 90%);color:#fff;}
.ny_page_left .active a{color:#fff;}

.ny_page_right{width:68%;float:right;background: url(../images/ny_page_right.jpg)no-repeat center top;border-top-left-radius: 100px;padding: 30px 12% 30px 30px;}

.ny_page_bt{width:100%;overflow: hidden;padding-bottom: 10px;text-align:left;}
.ny_page_bt h1{font-size:32px;color: #333333;font-weight: 600;padding-left:20px;}

.ny_down{width:100%;overflow: hidden;padding:40px 0}
.ny_down_fl{width:100%;overflow: hidden;padding-top:30px;}
.ny_down_fl stong{margin-right:10px;padding:10px 0}
.ny_down_fl a{padding:10px 20px;}
 .down_li_1,.down_li_2,.down_li_3,.down_li_4{display:none}
.ny_down_fl .active{color:#4bcdde}
.down_list{width:100%;overflow: hidden;padding-top:40px}
.down_list li{border: 1px solid #eeeeee;border-radius: 20px;margin-bottom:30px;width:49%;float:left;margin-right:2%;position:relative;}
.down_list li:nth-child(2n){margin-right:auto}
.down_list li span{background-color:#daf4f8;color:#014ea8;padding:5px 20px;border-radius:20px 10px 40px 0;}
.down_list li h4{display: block;font-size: 20px;margin-bottom: 5px;font-weight: 600;padding:15px 10px 10px 15px;}
.down_list li em{padding:0 0 10px 15px;}
.down_list li img{margin-right:5px;color:#999999;margin-top:-5px;}
.down_list li a{position:absolute;top:40%;right:20px;}


.speech{width:100%;overflow: hidden;padding:40px 0;background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-image: url(../images/speech.jpg);color:#fff;font-size:16px;line-height:30px;margin-top:30px;}
	
.speech h3 {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 30px;
}	
	
	
	
	
.speech_left{width:40%;overflow: hidden;float:left}	
.speech_left img{width:100%}
.speech_right{width:60%;overflow: hidden;padding-left:20px;float:left}	
	



.down_xq{width:100%;overflow: hidden;padding:30px 0}
.down_xq a{float:left;}


.gudong{width:100%;overflow: hidden;padding:50px 0}
.gudong h3{font-size: 42px;color: #333333;font-weight: 600;padding-bottom: 30px}
.gudong1{width:100%;overflow: hidden;padding-top:30px;}
.gudong1_1{width:46.6%;float:left;position:relative;}
.gudong1_1_logo{width:120px;position:absolute;top:30%;left:0;}
.gudong1_nr{width:91%;border-radius: 20px;border: 1px solid #05a6fa;padding:20px 10px 20px 10%;color:#333333;margin-left:9%;overflow: hidden;min-height:287px;}
.gudong1_nr h4{color:#0556ab;font-size:30px;padding-bottom:20px;}
.gudong1_nr p{color:#333333;font-size:16px;padding-bottom:20px;}
.gudong1_1:nth-child(2){margin-left:6.8%}

.gudong1_2{width:100%;overflow: hidden;margin-top:30px;background: url(../images/gudong1_2.jpg)no-repeat center top;border-top-left-radius:20px;border-top-right-radius:20px;padding:30px 0;min-height:200px;}
.gudong1_2_li{width:40%;float:left;overflow: hidden;text-align:center;margin:0 5%}
.gudong1_2_li h4{color:#0556ab;font-size:30px;padding-bottom:30px;}
.gudong1_2_li ul{width:100%;overflow: hidden;}
.gudong1_2_li ul li{width:45%;float:left;background-color:#fff;border-radius:50px;overflow: hidden;padding:1px}
.bili_1{width:45%;float:left;border-radius:50px;background-color:#e1edf6;padding:10px 0;}
.bili_2{width:55%;float:left;padding:10px 0;}
.gudong1_2_li ul li:nth-child(2){margin-left:10%}

.tuandui{width:100%;overflow: hidden;padding:30px 0}
.tuandui h3{font-size: 42px;color: #333333;font-weight: 600;padding-bottom: 30px}
.tuandui li{width:32%;float:left;overflow: hidden;margin-right:2%;border-radius: 20px;position:relative;}
.tuandui li:nth-child(3){margin-right:auto}
.tuandui li img{width:100%;-webkit-transform: scale(1); -moz-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: all 2s;-moz-transition: all 2s;transition: all 2s;border-radius: 20px;}
.tuandui li img:hover{-webkit-transform: scale(1.07); -moz-transform: scale(1.07);
-o-transform: scale(1.07);-ms-transform: scale(1.07);transform: scale(1.07);-webkit-transition: all 2s;
-moz-transition: all 2s;transition: all 2s;}
.tuandui_wz{position:absolute;width:100%;bottom:0;left:0;right:0;padding:10px;border-radius: 20px;color:#fff;background: linear-gradient(90deg,#1673b7 10%, #35a8cf 90%);text-align:center;min-height:160px;}
.tuandui_wz h4{font-size:24px;padding:15px 0;}
.tuandui_wz p{padding-bottom:6px;}


.theme-buy {
	margin-top:10%;
	text-align: center;
}
.theme-gobuy, .theme-signin {
	font-size: 15px;
}
.theme-price {
	position: relative;
	bottom: -6px;
	font-family: microsoft yahei, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	font-weight: bold;
	color: #f60;
	line-height: 32px;
	font-size: 24px;
	display: inline-block;
}
.theme-price dfn {
	font-style: normal;
	font-size: 18px;
	margin-right: 2px;
}
.theme-desc {
	padding: 30px;
}
.theme-version {
	padding: 30px;
}
.theme-popover-mask {
	z-index: 9998;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.4;
	filter:alpha(opacity=40);
	display:none
}
.theme-popover {
	z-index:9999;
	position:fixed;
	top:50%;
	left:50%;
	width:660px;
	height:360px;
	margin:-180px 0 0 -330px;
	border-radius:5px;
	border:solid 2px #666;
	background-color:#fff;
	display:none;
	box-shadow: 0 0 10px #666;
}
.theme-poptit {
	border-bottom:1px solid #ddd;
	padding:12px;
	position: relative;
}
.theme-popbod {
	padding:60px 15px;
	color:#444;
	height: 148px;
}
.theme-popbom {
	padding:15px;
	background-color:#f6f6f6;
	border-top:1px solid #ddd;
	border-radius:0 0 5px 5px;
	color:#666
}
.theme-popbom a {
	margin-left:8px
}
.theme-poptit .close {
	float:right;
	color:#999;
	padding:5px;
	margin:-2px -5px -5px;
	font:bold 14px/14px simsun;
	text-shadow:0 1px 0 #ddd
}
.theme-poptit .close:hover {
	color:#444;
}
.btn.theme-reg {
	position: absolute;
	top: 8px;
	left: 43%;
	display: none
}
.inp-gray, .feed-mail-inp {
	border:1px solid #ccc;
	background-color:#fdfdfd;
	width:220px;
	height:16px;
	padding:4px;
	color:#444;
	margin-right:6px
}
.dform {
	padding:80px 60px 40px;
	text-align: center;
}
.dform .ipt_error {
	background-color:#FFFFCC;
	border-color:#FFCC66
}
.dform-tip {
	display:none;
	background-color:#080;
	color:#fff;
	line-height:42px;
	margin-top:10px;
display:;
	font-size: 14px;
}
.dform-tip-errer {
	background-color: #CF301A;
}
.dform-tip a {
	display: inline-block;
	padding: 0 20px;
	margin-left:10px;
	background-color: #FFE924;
	color: #CF301A;
}
.dform-login {
	padding:0;
	height: 270px;
	overflow: hidden;
}
.dform-login iframe {
	height: 470px;
	margin-top: -180px;
}
.theme-signin {
	margin: -50px -20px -50px 90px;
	text-align:left;
	font-size: 14px;
}
.theme-signin h4 {
	color:#999;
	font-weight:100;
	margin-bottom: 20px;
	font-size: 12px;
}
.theme-signin li {
	padding-left: 80px;
	margin-bottom: 15px;
}
.theme-signin li strong {
	float: left;
	margin-left: -80px;
	width: 80px;
	text-align: right;
	line-height: 32px;
}
.theme-signin .btn {
	margin-bottom: 10px;
}
.theme-signin p {
	font-size: 12px;
	color: #999;
}
.theme-desc, .theme-version {
	padding-top: 0
}

/* input */
.ipt {
	border: solid 1px #d2d2d2;
	border-left-color: #ccc;
	border-top-color: #ccc;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 #f8f8f8;
	background-color: #fff;
	padding: 4px 6px;
	height: 30px;
	line-height: 30px;
	color: #555;
	width: 180px;
	vertical-align: baseline;
}
.ipt-mini {
	width: 140px;
	padding: 1px 3px;
}
.ipt:focus {
	border-color: #95C8F1;
	box-shadow: 0 0 4px #95C8F1;
}


.ny_sousuo{width:100%;overflow: hidden;padding:30px 0}
.ny_sousuo .sinput{border: solid 1px #ddd;padding:10px;width:30%;float:right}
.ny_sousuo .ssubmit{width:10%;background-color:#337ab7;float:right;height:44px;color:#fff;}

.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:25px 30px 25px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#ff9600;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}

.sousuo{display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;float:right}
#toggle-search {
    float: right;
   
}

.header-button {
  -moz-box-sizing: border-box;

  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  display: block;
  width: 23px;
  height:23px;
  margin: 0;
  padding: 0;
  outline: none;
 background:none;
  border: none;
  cursor: pointer;

}


#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background-color: #e1e4e7;
   opacity:0.6;
  
}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;

}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 5px 0 22px;
  background: transparent;
  border: none;
 
      
}
#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #516270;
  background: #c6cacd;
  border: none;
  cursor: pointer;
}


@media (min-width: 2000px) and (max-width: 2580px) {
	.ixPart2 .txt{ padding-right: 20%;}
	.ixPart5{ padding: 0 0 70px 20.5%;}
}

@media (max-width: 1920px) {
	.ixPart5{ padding: 0 0 70px 10.5%;}
}

@media (max-width: 1500px) {
	.wrap{ width: 1200px;}
    .detail-cont_right_wz{margin-top:50px;}
	.park-vitta1{height:406px}
	.park-vitta2{height:406px}
	.park-vitta3{height:406px}
	.gudong1_1{width:48%;}
	.gudong1_1:nth-child(2){margin-left:4%}
	.gudong1_1_logo{width:100px;}
	.gudong1_1_logo img{width:100px;}
}

@media (max-width: 1366px) {
	.header{ padding: 0 20px;}
	.header .logo{ width: 60px;}
	.header .navBar li{ margin-left: 40px;}
	.header .btn .an{ font-size: 12px; line-height: 28px; padding: 0 8px;}
	.header .btn a img{ height: 6px; margin-left: 5px;}
	.ixTitle em{ font-size: 34px;}
	.ixPart2 .img{ margin: 0;}
	.ixPart2 .txt{ padding-right: 10%;}
	.ixPart2 .txt .ixTitle{ margin: 0 0 10px;}
	.ixPart2 .txt p{ line-height: 24px;}
	.ixPart2 .txt .btnHover{ margin-top: 20px;}
	.ixPart4 .list .item .box .t2 span{ margin-top: 20px;}
	.ixPart4 .list .item .box .t2 span i{ width: 44px; height: 44px; margin-bottom: 10px;}
	.ixPart4 .list .item .box .t2 span i img{ width: 14px;}
	.ixPart5{ padding: 0 0 70px 5.5%;}
	.ny_page_left{padding-left:7%;}
}

@media (max-width: 1200px) {
	.wrap{ width: 100%;}
	.ixPart5{ padding: 0 0 70px 0;}
}

@media (max-width: 1024px) {
	.header .navBar li{ font-size: 16px; margin-left: 20px;}
	.footer .part2 .link{ margin-right: 10%;}
	.bannerBox .swiper-slide img{ height: 400px;}
	.ixPart3 .list .box{ font-size: 16px;}
	.ixPart3 .list .box i{ font-size: 38px;}
	.ixPart4 .list .item.i1{ margin-top: 140px;}
	.ixPart4 .list .item.i4{ margin-top: 100px;}
	.banner-text{top:200px;}
	.banner-wrap{height:580px;}
	.banner-wrap>img{height:580px;}
	.park-vitta1{height:480px;}
	.park-vitta2{height:480px;}
	.park-vitta3{height:480px;}
	.about_block1_left h3{font-size:36px;}
	.wrap{padding:0 10px;}
	.about_block1_1{padding: 25px 20px;}
	.counter-value{font-size:24px;}
	.ny_about2 h3{font-size:36px;}
	.about_history h3{font-size:36px;}
	.detail-cont_right span{padding:15px 20px;}
	.detail-cont_right_wz h4{font-size:30px;}
	.detail-cont_right_wz{padding:20px;}
	.timer-shaft-content{min-height:350px;}
	.ahout_choose h3{font-size:36px;}
	.choose_lb li{min-height:340px;}
	.ny_contact_left h3{font-size:36px;}
	.ny_contact_left{margin-left:5%;width:90%;}
	.ny_contact_right{width:90%;margin-left:-85%}
	.message_nr h3{font-size:36px;}
	.ny_product h3{font-size:36px;}
	.xq_news_left{padding: 30px 30px 30px 5%;}
	.xq_news_bt h1{font-size:28px;}
	.xq_news_right{padding: 50px 5% 0 0;}
	.xq_news_right span{font-size:18px;}
	.ny_page_left{padding-left:5%;}
	.ny_page_bt h1{font-size:28px;}
	.speech h3{font-size:36px;}
	.gudong1_nr{padding: 20px 10px 20px 13%;}
	.gudong h3{font-size:36px}
	.gudong1_2_li h4{font-size:26px;}
	.tuandui h3{font-size:36px;}
}

@media (max-width: 990px) {
	.mobHide{ display: none;}
	.mobShow{ display: block;}
	.header,.header.on{ height: 54px; padding: 0 10px;}
	.header .navBar{ float: inherit; position: fixed; top: 0; right: 0; width: 70%; height: 100%; z-index: 98; background: #4acbdd; opacity: 1; visibility: visible; margin-top: 0; overflow-y: auto; transition: all .5s cubic-bezier(.77, 0,.175, 1) 0ms; top: 0; transform: translateX(100%);}
	.header .navBar.open{ transform: translateX(0);}
	.header .navBar li{ float: inherit; width: 90%; line-height: 70px; margin-left: 5%; padding: 0 10px; border-bottom: 1px solid rgba(255,255,255,.5);}
	.header .navBar li a{ color: #fff !important;}
	.header .navBar li.last{ display: flex; font-size: 0; justify-content: space-between; border: none; font-family: fontR,"微软雅黑";}
	.header .navBar li.last a,.header .navBar li.last i{ display: inline-block; font-size: 16px;}
	.header .navBar li.last i{ font-size: 12px;}
	.header .btn{ display: none;}
	.footer .part2{ padding: 20px;}
	.footer .part2 .info{ width: 100%; text-align: center;}
	.main{ margin-top: 54px;}
	.bannerBox .right .txt{ font-size: 70px;}
	.ixPart1{ padding: 50px 20px;}
	.ixPart2{ padding: 0 20px;}
	.ixPart2 .img{ border-radius: 20px;}
	.ixPart2 .txt{ padding: 20px 0;}
	.ixPart2 .txt p{ margin-bottom: 10px;}
	.ixPart3 .list .box{ display: block; margin: 20px 5px; text-align: center;}
	.ixPart3 .list .box i{ font-size: 30px;}
	.ixPart3 .list .box span{ font-size: 18px;}
	.ixPart4{ padding: 40px 20px;}
	.ixPart4 .list .item{ margin: 20px 20px 0 !important;}
	.ixPart4 .list .item .tit{ font-size: 26px; line-height: 120px;}
	.ixPart5{ padding: 30px 20px 50px;}
	.ixPart5 li{ width: 300px; margin-right: 20px;}
	.ixPart5 li .img{ border-radius: 16px;}
	.banner-box{margin-top:54px;}
	.banner-wrap{height:480px;}
	.banner-wrap>img{height:480px;}
	.park-vitta1{height:380px;}
	.park-vitta2{height:380px;}
	.park-vitta3{height:380px;}
	.about_block1_left{width:100%}
	.about_block1_right{width:100%}
	.about_block1_1{width:90%}
	.ny_contact_left_nr li dt{font-size:20px;}
	.ny_news_list li{width:100%;margin-right:auto}
	.down_list li{width:100%}
    .ny_page_left{padding-left:10px;}
	.ny_page_bt h1{font-size:24px;}
	.ny_contact_left{margin-left:0;}
	.ny_contact_left_nr{padding:20px;}
	.speech li{width:100%!important;padding-right:0!important;padding-bottom:10px;} 
	.speech_left{width:100%;}
	.speech_right{width:100%;padding-left:auto;margin-top:20px;}
	.gudong1_1{width:100%;}
	.gudong1_1:nth-child(2n){margin-left:auto;margin-top:10px;}
	.gudong1_nr {padding: 20px 10px 20px 10%;margin-left:6%;}
	.gudong1_2_li{width:100%;margin:10px 0}
	.gudong1_2_li h4{font-size:24px;}
	.tuandui li{width:100%;margin-right:auto;margin-bottom:15px;}
	.tuandui_wz h4 {font-size: 18px;padding:5px 0;}
	.tuandui_wz{min-height:120px}
  .ixPart1 .box .img img{ width: 100%;height: auto;}
  .ny_sousuo .sinput{width:80%}
	.ny_sousuo .ssubmit{width:20%}
  .sousuo{display:none}
}

@media (max-width: 768px) {
	body{ font-size: 14px;}
	.footer .part1{ padding: 30px 10px;}
	.footer .part1 .logo{ width: 80px; margin-bottom: 20px;}
	.footer .part1 .info a{ margin: 0 10px; width: 30px;}
	.footer .part2{ font-size: 12px; line-height: 20px;}
	.footer .part2 .info em{ font-size: 14px;}
	.bannerBox .swiper-slide img{ height: 240px;}
	.bannerBox .swiper-pagination{ padding-left: 10px;}
	.bannerBox .swiper-pagination-bullet{ width: 20px; height: 6px;}
	.bannerBox .swiper-pagination-bullet-active{ width: 50px;}
	.bannerBox .right{ width: 16%;}
	.bannerBox .right .icir{ width: 40px; height: 40px; left: -40px;}
	.bannerBox .right .i-circle{ display: none;}
	.bannerBox .right .txt{ font-size: 50px;}
	.ixTitle em{ font-size: 28px;}
	.ixPart1{ padding: 50px 10px;}
	.ixPart1 .list{ margin: 0;}
	.ixPart1 .box{ margin: 20px 0 0;}
	.ixPart1 .box .img{ border-radius: 15px 15px 0 0;}
	.ixPart1 .box .txt{ border-radius: 0 0 15px 15px;}
	.ixPart1 .box .txt span{ font-size: 16px;}
	.ixPart1 .box .txt p{ line-height: 22px;}
	.ixPart2 .img{ border-radius: 15px;}
	.ixPart3 .list{ margin: 30px 0 20px;}
	.ixPart3 .list .box{ font-size: 12px;}
	.ixPart3 .list .box span{ font-size: 16px;}
	.ixPart3 .list .box span i{ font-size: 24px;}
	.ixPart4{ padding: 40px 10px;}
	.ixPart4 .list .item{ border-radius: 15px;}
	.ixPart4 .list .item .tit{ font-size: 20px; line-height: 70px;}
	.ixPart4 .list .item:hover .tit{ bottom: 0;}
	.ixPart4 .list .item .box{ display: none;}
	.ixPart5 ul{ padding: 20px 0;}
	.ixPart5 ul::-webkit-scrollbar{ width: 6px; height: 6px;}
	.ixPart5 li{ margin-right: 10px;}
	.ixPart5 li .img{ border-radius: 8px; margin-bottom: 10px;}
	.ixPart5 li p{ font-size: 16px; line-height: 26px; -webkit-line-clamp: 1;}
	.ny_product h3{font-size:28px;padding-bottom:10px;}
	.product_wz{width:100%}
	.product_tp{width:100%;padding:10px;margin:10px 0}
	.product_wz h5{font-size:20px;}
	.ny_news_list  .box .txt span {font-size: 16px;}
	.down_list li h4{font-size: 16px;}
	.down_list li a{right:10px;width:30px;}
	.speech h3{font-size:28px;}
	.contact_add h4{font-size:18px;}
	.contact_add p{line-height:25px;}
	.ny_contact_left_nr li:nth-child(1){height:250px;}
	.contact_add{height:250px;}
	.ny_contact_left_nr li:nth-child(2){height:600px;}
	.ny_contact_left_nr li:nth-child(2) .contact_add{height:600px;}
	.add_ewm1{width:90%}
	.gudong1_1_logo{display:none}
}

@media (max-width: 500px) {
	.ixPart5 li{ width: 260px;}
	.banner-wrap{height:280px;}
	.banner-wrap>img{height:280px;}
	.park-vitta1{height:180px;}
	.park-vitta2{height:180px;}
	.park-vitta3{height:180px;}
	.banner-wrap{border-top-right-radius:30px;border-bottom-right-radius:30px;}
	.banner-text{top:80px;right:20px;}
	.banner-title1{font-size:20px;}
	.banner-title{font-size:40px;}
	.about_block1_left h3{font-size:30px;}
	.about_block1_1{display:none}
	.about_block1{padding-bottom:10px;}
	.ny_about{padding:20px 0}
	.ny_about2 h3{font-size:30px;}
	.ny_about2_lb li{width:100%}
	.ny_about2_wz h4{font-size:26px;}
	.ahout_choose h3{font-size:30px;}
	.choose_lb li{width:100%}
	.about_history h3{font-size:30px;}
	.timer-shaft{width:100%;left:auto;position:relative}
	.detail-cont_left{width:100%}
	.detail-cont_right{width:100%;position:relative;overflow: hidden;}
	.shaft-detail-cont{overflow: hidden;}
	.detail-cont_right_wz{padding:10px;margin-top:10px;overflow: hidden;}
	.history_xian{display:none}
	.detail-cont_right{top:1px}
	.detail-cont_right span{display:none}
	.detail-cont_right_wz h4{font-size:20px;}
	.ny_contact_left_nr li{width:100%}
	.ny_contact_left h3{font-size:30px;}
	.message_nr h3{font-size:30px;}
	.ny_contact_left{width:100%}
	.ny_contact_right{display:none}
	.message_nr{padding:10px;}
	.contact_message{margin-top:-10px;}
	.xq_news_left{width:100%;border-top-right-radius:50px;padding: 20px 10px;}
	.xq_news_bt h1{font-size:22px;}
	.xq_news_right{width:100%;padding: 20px 10px;}
	.ny_page_left{width:100%}
	.ny_page_right{width: 100%;border-top-left-radius: 50px;padding: 20px 10px;}
}

@media (max-width: 360px) {
	.bannerBox .swiper-slide img{ height: 180px;}
	.bannerBox .right{ width: 12%;}
	.bannerBox .right .txt{ font-size: 30px;}
	.ixTitle em{ font-size: 24px;}
	.ixPart3 .list .box span{ font-size: 12px; margin-bottom: 5px;}
	.ixPart3 .list .box span i{ font-size: 20px;}
	.ixPart5 li{ width: 220px;}
	.liuyan_nr input{width:100%}
	.ny_contact_left h3{font-size:28px;}
	.message_nr h3{font-size:28px;}
}
