/* CSS Document */
*{
	margin:0; 
	padding:0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
}
body{
  font-size: 14px;
  margin: 0 auto;
  font-family: Arial;
  color: #333;
  line-height: 24px;
}
a {
  text-decoration: none;
  color: #333;
}
ul{
	list-style:none;
	}	
.fl{
  float: left;
}
.fr{
  float: right;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
  clear: both;
  *zoom: 1;
}
img{
  border:0;
  vertical-align: middle;
}
button,input,textarea{
  outline:none;
  border:0;
  -webkit-appearance: none;
  font-family: unset;
}
/*index*/
.s_box{
  width: 1200px;
  margin: 0 auto;
}
.header{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header .logo a img{
  height: 99px;
}
.header .nav ul{
  display: flex;
}
.header .nav li a{
  display: block;
  font-size: 16px;
  margin-left: 86px;
  line-height: 40px;
}
.header .nav li a.active,
.header .nav li a:hover{
  color: #0B6DB6;
  font-weight: bold;
}
/*banner*/
.banner.swiper {
  width: 100%;
  background: #fff;
}
.banner .swiper-slide a{
  display: block;
  vertical-align: middle;
  width: 100%;
}
.banner .swiper-slide img{
  width: 100%;
}
.banner.swiper{
  --swiper-navigation-color: rgba(255,255,255,.5);/* 单独设置按钮颜色 */
  --swiper-navigation-size: 50px;/* 设置按钮大小 */
}
.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 32px;
 }
.banner .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #787878;
  opacity: 1;
  border-radius: 100px;
  border: solid 4px #787878;
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,8px);
}
.banner .swiper-pagination-bullet-active{
  background: #ffffff;
}
/*首页*/
.i_product{
  margin-top: 63px;
  margin-bottom: 138px;
}
.i_product .title01{
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 73px;
}
.i_product ul{
  display: flex;
  flex-wrap: wrap;
}
.i_product ul li{
  width: calc(100%/3 - 260px/3);
  margin-right: 130px;
  position: relative;
  margin-bottom: 90px;
}
.i_product ul li:nth-child(3n+0){
  margin-right: 0;
}
#zoomiocontainer{
  cursor:crosshair;
}
.i_product ul li .product_img img{
  width: 100%;
}
.i_product ul li .big{
  position: absolute;
  bottom: 16px;
  right: 21px;
}
.i_product .product_more a{
  border: solid 1px #0B6DB6;
  color: #0B6DB6;
  padding: 11px 0;
  text-align: center;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.i_product .product_more a:hover{
  background:#0B6DB6;
  color: #ffffff; 
}
.i_about{
  background: #F5F5F5;
  padding-bottom: 42px;
  margin-bottom: 98px;
}
.i_about .s_box{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i_about .s_box .about_img{
  width: 50%;
  margin-top: -48px;
}
.i_about .s_box .about_img img{
  width: 100%;
}
.i_about .s_box .about_text{
  width: calc(50% - 32px);
  padding-top:48px; 
}
.i_about .s_box .about_text .title02{
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 37px;
}
.i_about .s_box .about_text .title03{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 37px;
  line-height: 38px;
}
.i_about .s_box .about_text .text{
  color: #666666;
  line-height: 28px;
  font-size: 14px;
}
.i_about .s_box .about_text .title04{
  font-size: 16px;
  font-weight: bold;
  margin-top: 37px;
}
.i_about .s_box .about_text .about_more{
  width: 176px;
  line-height: 40px;
  background: #FD7062;
  border-radius: 30px;
  display: block;
  text-align: center;
  color: #ffffff;
  margin-top: 52px;
}
.i_about .s_box .about_text .about_more:hover{
  background: #e33d2d;
}
.i_contact{
  display: flex;
  justify-content: space-between;
  margin-bottom: 63px;
  align-items: flex-start;
}
.i_contact .i_contact_item{
  width: 32%;
  text-align: center;
  background: #F8F8F8;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  padding:32px 24px;
  /*word-break: break-all;*/
}
.i_contact .i_contact_item span{
  margin-bottom: 16px;
  display: block;
}
/*footer*/
.footer{
  background: #000000;
}
.footer .footer_top{
  padding-top: 48px;
  padding-bottom:48px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
}
.footer .footer_top h2{
  margin-bottom: 34px;
  font-size: 24px;
}
.footer .footer_top .footer_top_item .social a {
  display:inline-block;
  margin-right: 14px;
  margin-top: 15px;
  color: #ffffff;
}
.footer .footer_top .footer_top_item .social a span{
  margin-left:10px;
}
.footer .footer_top .footer_top_item li a{
  color: #ffffff;
  /*margin-bottom: 14px;*/
  line-height: 28px;
  display: block;
}
.footer .footer_top .footer_top_item li a.active,
.footer .footer_top .footer_top_item li a:hover{
  color: #0B6DB6;
}
.footer .footer_top .footer_top_item p{
  max-width: 356px;
  line-height: 28px;
}
.footer .copyright{
  text-align: center;
  border-top:solid 1px rgba(255,255,255,0.17);
  padding: 28px 0;
}
.footer .copyright a{
  display: inline-block;
  color: rgba(255,255,255,.28);
  margin: 0 10px;
  font-size: 13px;
}
/*内页*/
.ny_banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.ny_banner img{
  width: 100%;
  object-fit: cover;
}
.product_info{
  margin-top: 43px;
}
.product_list{
  margin-top: 66px;
  margin-bottom: 130px;
}
.product_list ul{
  display: flex;
  flex-wrap: wrap;
}
.product_list ul li{
  width: calc(25% - 42px);
  margin-right: 56px;
  margin-bottom: 48px;
}
.product_list ul li:nth-child(4n+0){
  margin-right: 0;
}
.product_list ul li .product_img{
  position: relative;
}
.product_list ul li .product_img img{
  width: 100%;
}
.product_list ul li .big{
  position: absolute;
  bottom: 16px;
  right: 21px;
}
.product_list ul li p{
  text-align: center;
  margin-top: 24px;
}
.page {
  margin-top: 25px;
}
.page a {
  border: 1px solid #999999;
  line-height: 35px;
  padding: 0px 14px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}
.page a.on {
  color: #fff;
  background: #0B6DB6;
  border-color: #0B6DB6;
}
.contact_box{
  margin: 83px auto 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_box .contact_welcome h2{
  font-size: 24px;
  font-weight: normal;
}
.contact_box .contact_welcome p{
  color: #666666;
  font-size: 13px;
  margin-top: 15px;
}
.contact_box .contact_con{
  margin-top: 74px;
}
.contact_box .contact_con h3{
  font-size: 16px;
  color: #000000;
}
.contact_box .contact_con p{
  margin-top: 14px;
}
.contact_box .contact_con p span{
  margin-right: 10px;
}
.contact_logo {
  padding-right: 20px;
}
.about_beginning{
  display: flex;
  margin-top: 95px;
  justify-content: space-between;
  align-items: center;
}
.left_img{
  width: 45%;
}
.left_img img{
  width: 100%;
}
.right_text{
  width: calc(55% - 32px);
}
.right_text h2{
  font-size: 24px;
}
.right_text h2 span,
.about_team .about_team_title span,
.about_advantage .title06 span{
  color: #0B6DB6;
}
.right_text .text{
  margin-top: 50px;
  color: #666666;
}
.about_team{
  margin-top: 98px;
}
.about_team .about_team_title{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.about_team .about_team_text{
  color: #666666;
  margin-top: 34px;
}
.about_team .about_team_img{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.about_team .about_team_img .img_box{
  width: 30%;
}
.about_team .about_team_img .img_box img{
  width: 100%;
}
.about_advantage{
  background: url(../images/about_bg.jpg) no-repeat fixed center center;
  background-size: cover;
  padding: 70px 0;
  margin-top: 74px;
}
.about_advantage .title06{
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.about_advantage .about_advantage_text{
  margin-top: 38px;
  color: #ffffff;
  line-height: 36px;
}
.about_mission{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 92px;
  /*flex-direction: row-reverse;*/
  margin-bottom: 148px;
}
.new_set_one{
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  align-items: flex-start;
}
.set_one_left{
  width: 48%;
}
.set_one_left .swiper-slide,
.set_one_left .swiper-slide img {
  width: 100%;
  position: relative;
  cursor:crosshair;
}
.set_one_left .swiper-slide a,.set_img a{
  cursor:crosshair;   
}
.set_one_left:hover .big{
  display: none;
}
.set_one_left .swiper-pagination-bullet{
  width: 7px;
  height: 7px;
  background: #000000;
  opacity: 1;
  border-radius: 100px;
  border: solid 2px #000000;
}
.set_one_left .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.set_one_left .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,5px);
}
.set_one_left .swiper-pagination-bullet-active{
  background: #ffffff;
}
.set_one_right{
  width: 52%;
  padding-left: 38px;
}
.title07{
  font-size: 24px;
  font-weight: bold;
}
.set_one_right .set_text{
  margin-top: 54px;
  color: #000000;
}
.set_one_left .big{
  position: absolute;
  bottom: 16px;
  right: 21px;
  z-index: 9999;
}
.new_set_two{
  margin-top: 164px;
  margin-bottom: 136px;
}
.new_set_two .title07{
  text-align: center;
  margin-bottom: 95px;
}
.new_set_two .set_two_pic {
  padding-bottom: 40px;
}
.new_set_two .set_two_pic .set_img,
.new_set_two .set_two_pic .set_img img{
  width: 100%;
  position: relative;
}
.new_set_two .set_two_pic .set_img .big{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
.new_set_two .set_two_pic .swiper-slide .set_img:hover .big{
  display: none;
}
.new_set_two .set_two_pic .swiper-slide p{
  font-size: 13px;
  text-align: center;
  margin-top: 22px;
}
.new_set_two .set_two_pic .swiper-scrollbar-drag {
  background: #0B6DB6;
}
.new_set_two .set_two_pic .swiper-scrollbar{
  background: rgba(11,109,182,0.21);
}
.new_set_two .set_two_pic .swiper-horizontal>.swiper-scrollbar, 
.new_set_two .set_two_pic .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 3px;
  left: 0;
  width: 100%;
}
.new_set_two .set_two_pic .swiper-button-next, .new_set_two .set_two_pic .swiper-button-prev {
  top: 29%;
}
.new_set_two .set_two_pic .swiper-button-next, .new_set_two .set_two_pic .swiper-button-prev{
  width: 32px;
}
.new_set_two .set_two_pic .swiper-button-next:after, .new_set_two .set_two_pic .swiper-rtl .swiper-button-prev:after {
  content:"";
  width: 32px;
  height: 32px;
  background: url(../images/icon07.png);
  display: block;
}
.new_set_two .set_two_pic .swiper-button-prev:after, .new_set_two .set_two_pic .swiper-rtl .swiper-button-next:after {
  content:"";
  width: 32px;
  height: 32px;
  background: url(../images/icon08.png);
  display: block;
}
#zoomiocontainer{ /* container containing enlarged image (native sized image) */
  position: absolute;
  z-index: 10000;
  overflow: hidden;
  background: white;
  visibility: hidden;
}
#zoomiocontainer img{ /* image inside zoom container */
  width: auto !important;
  height: auto !important;
  position: absolute !important;
  display: block !important;
}
#zoomiocontainer.mobileclass{ /* CSS class added to zoom container on mobile OS */
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
/*移动端导航*/
.hidden-menu{
  position: absolute;
  right: 0;
  top:0; 
  display: none;
}
.hidden-menu a.navToggle {
  padding: 17px 20px;
}
.hidden-menu a {
  display: block;
  float: left;
  margin-left: 1px;
  background-repeat: no-repeat;
}
.hidden-menu a.navToggle span {
  width: 25px;
  height: 2px;
  background: #333;
  margin: 5px 0px;
  display: block;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  position: relative;
}
.hidden-menu a.closenavbtn {
  padding: 15px 15px 26px;
}
.hidden-menu a.closenavbtn span.line1 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 9px;
}
.hidden-menu a.closenavbtn span.line2 {
  display: none;
}
.hidden-menu a.closenavbtn span.line3 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 2px;
}
.Mnav{
  position:fixed;
  z-index:999999;
  display:none;
  background:#ffffff;
  border-top:1px solid #e7e7e7;
  top:60px;
  overflow-x:hidden !important;
  overflow-y:auto !important;
  width:100%;
  bottom:0px;
}
.Mnav ul li{
  border-bottom:1px solid #e7e7e7;
}
.Mnav ul li a{
  line-height:60px;
  display:block;
  margin: 0px 20px;
}
.hidescroll{
  position:relative;
  top:0;
  height: 100%;
  overflow: hidden;
}
.hidescroll .ny_banner,.hidescroll .banner {
  padding-top: 60px;
}
@media (max-width: 1240px){
  .s_box {
    width: 100%;
    padding: 0 20px;
  }
  .header .nav li a {
    margin-left: 60px;
  }
}
@media (max-width: 1024px){
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 3px #787878;
  }
  .banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 10px;
  }
  .i_product ul li {
    width: calc(100%/3 - 76px/3);
    margin-right: 38px;
    margin-bottom: 38px;
  }
  .i_product {
    margin-top: 58px;
    margin-bottom: 58px;
  }
  .i_product .title01 {
    margin-bottom: 40px;
  }
  .i_about .s_box .about_text .title02,.i_about .s_box .about_text .title03{
    margin-bottom: 20px;
  }
  .i_about .s_box .about_text .title04,.i_about .s_box .about_text .about_more{
    margin-top: 20px;
  }
  .i_about {
    margin-bottom: 52px;
  }
  .ny_banner img {
    height: 160px;
  }
  .product_list ul li {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 28px;
  }
  .new_set_two {
    margin-top: 68px;
    margin-bottom: 70px;
  }
  .new_set_two .title07 {
    margin-bottom: 40px;
  }
  .new_set_two .set_two_pic .swiper-button-next, .new_set_two .set_two_pic .swiper-button-prev {
    top: 35%;
  }
  .set_one_left .big,.new_set_two .set_two_pic .set_img .big,.i_product ul li .big,.product_list ul li .big{
    display: none;
  }
  .right_text .text {
    margin-top: 24px;
  }
  .about_beginning {
    margin-top: 60px;
  }
  .about_team {
    margin-top: 60px;
  }
  .about_mission {
    margin-top: 68px;
    margin-bottom: 72px;
  }
}
@media (max-width: 1023px) {
  .hidden-menu{
    display: block;
  }
  .header .nav{
    display: none;
  }
  .header .logo a img {
    height: 60px;
  }
  .header.fixedd {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 999;
  }
  .footer_top_item {
    max-width: 31%;
  }
  .product_list ul li {
    width: calc(100%/3 - 40px/3);
  }
  .product_list ul li:nth-child(4n+0) {
    margin-right: 20px;
  }
  .product_list ul li:nth-child(3n+0) {
    margin-right: 0;
  }
  .contact_box {
    display: block;
  }
  .contact_logo{
    margin-top: 40px;
  }
}
@media (max-width: 768px){
  .set_one_right .set_text {
    margin-top: 30px;
  }
  .title07 {
    font-size: 20px;
  }
  .about_beginning,.about_mission{
    align-items: flex-start;
  }
  .contact_box {
    margin: 54px auto 66px;
  }
  .contact_box .contact_con {
    margin-top: 50px;
  }
}
@media (max-width: 767px){
  .banner .swiper-slide img {
    object-fit: cover;
    /*height: 250px;*/
  }
  .i_about .s_box {
    display: block;
  }
  .i_about .s_box .about_img {
    width: 100%;
    margin-top: 0;
  }
  .i_about {
    padding-bottom: 36px;
    padding-top: 24px;
    margin-bottom: 36px;
  }
  .i_about .s_box .about_text {
    width: 100%;
    padding-top: 24px;
    text-align: center;
  }
  .i_about .s_box .about_text .about_more {
    margin: 20px auto 0;
  }
  .product_list ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .product_list ul li:nth-child(3n+0) {
    margin-right: 20px;
  }
  .product_list ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .product_info {
    margin-top: 30px;
  }
  .product_list {
    margin-top: 30px;
    margin-bottom: 62px;
  }
  .page a {
    line-height: 28px;
    padding: 0px 10px;
  }
  .i_contact {
    display: block;
  }
  .i_contact .i_contact_item {
    width: 100%;
    padding: 20px;
    margin-top: 18px;
  }
  .set_one_left {
    width: 100%;
  }
  .set_one_right {
    width: 100%;
    padding-left: 0;
    margin-top: 28px;
  }
  .new_set_one {
    display: block;
    margin-top: 30px;
  }
  .new_set_two .set_two_pic .swiper-button-next, .new_set_two .set_two_pic .swiper-button-prev {
    top: 32%;
  }
  .about_beginning,.about_mission{
    display: block;
  }
  .left_img {
    width: 100%;
  }
  .right_text {
    width: 100%;
  }
  .about_beginning {
    margin-top: 30px;
  }
  .about_beginning .right_text,.about_mission .left_img{
    margin-top: 24px;
  }
  .about_advantage {
    padding: 40px 0;
  }
  .contact_box {
    margin: 30px auto 66px;
  }
  .about_advantage .about_advantage_text {
    margin-top: 28px;
    line-height: 28px;
  }
}
@media (max-width: 680px){
  .banner .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border: solid 2px #787878;
  }
  .banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
  }
  .i_product ul li {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .i_product ul li:nth-child(3n+0) {
    margin-right: 20px;
  }
  .i_product ul li:nth-child(2n+0) {
    margin-right: 0;
  }
  .i_product {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .i_product .title01 {
    margin-bottom: 24px;
  }
  .footer .footer_top {
    display: block;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .footer_top_item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 34px;
  }
  .footer .footer_top h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .footer .footer_top .footer_top_item p {
    max-width: 100%;
  }
  .footer .copyright {
    padding: 20px;
  }
}
