﻿.i-padding {
  max-width: 1530px;
  margin: 0 auto;
}

.nav-hover {
  color: #005193 !important;
}
.nav-hover:after {
  left: 0% !important;
  right: 0% !important;
}

.language-hover {
  border: 1px solid #005193 !important;
  background: #005193 !important;
  color: #fff !important;
}

.newheader {
  background: #fff;
  height: 130px;
}
.newheader .toplogo {
  background: #fff;
  position: absolute;
  border: 1px solid #E6E6E6;
  border-top: none;
  border-bottom: none;
  top: 0;
  left: 195px;
  padding: 16px;
  z-index: 1;
}
.newheader .welcome .h-padding,
.newheader .nav-box .h-padding {
  max-width: 1530px;
  margin: 0 auto;
  padding-left: 225px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newheader .welcome {
  border-bottom: 1px solid #E6E6E6;
}
.newheader .welcome p{
  color: #999;
  font-size: 14px;
}
.newheader .welcome .h-padding {
  height: 50px;
}
.newheader .welcome .h-padding .welcome-button a {
  display: inline-block;
  color: #676767;
  font-size: 14px;
}
.newheader .welcome .h-padding .welcome-button .languagebutton {
  padding: 5px 7px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  transition: all 0.2s;
  margin-right: 40px;
}
.newheader .welcome .h-padding .welcome-button .languagebutton:first-child {
  margin-right: 12px;
}
.newheader .welcome .h-padding .welcome-button .languagebutton:hover {
  border: 1px solid #005193;
  background: #005193;
  color: #fff;
}
.newheader .welcome .h-padding .welcome-button .Ebook {
  padding-left: 28px;
  background: url("../images/e-book.png") no-repeat;
  transition: all 0.2s;
}
.newheader .welcome .h-padding .welcome-button .Ebook:hover {
  color: #005193;
}
.newheader .nav-box {
  position: relative;
}
.newheader .nav-box .h-padding {
  height: 80px;
}
.newheader .nav-box .h-padding .nav a {
  color: #333333;
  display: inline-block;
  position: relative;
  padding: 29px 30px;
  font-size: 16px;
}
.newheader .nav-box .h-padding .nav a:hover {
  color: #005193;
}
.newheader .nav-box .h-padding .nav a:after {
  content: '';
  position: absolute;
  border-bottom: 3px solid #005193;
  left: 51%;
  right: 51%;
  bottom: 0px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.newheader .nav-box .h-padding .nav a:hover:after {
  left: 0%;
  right: 0%;
}
.newheader .nav-box .h-padding .search-box form {
  background: #f2f2f2;
  display: flex;
}
.newheader .nav-box .h-padding .search-box form input {
  outline: 0;
  border: 0;
}
.newheader .nav-box .h-padding .search-box form input:first-child {
  background: none;
  color: #5a5a5a;
  padding-left: 15px;
}
.newheader .nav-box .h-padding .search-box form input:last-child {
  background: url("../images/search.png") no-repeat center center;
  width: 40px;
  height: 34px;
}
.newheader .nav-box .h-padding #newmenu {
  width: 130px;
  height: 80px;
  background: url("../images/menu.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #e6e6e6;
  display: none;
}

.newmobilenav {
  position: absolute;
  z-index: 10;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.newmobilenav li {
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.newmobilenav li a {
  color: #fff;
  line-height: 3;
}

.newbanner #newbanner .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.newbanner #newbanner .swiper-wrapper .swiper-slide .m-banner {
  width: 100%;
  display: none;
}
.newbanner #newbanner .swiper-control {
  position: absolute;
  display: flex;
  bottom: auto;
  justify-content: space-between;
  bottom: 66px;
  width: 48vw;
  right: 10vw;
}
.newbanner #newbanner .swiper-control .swiper-pagination {
  color: #005193;
  font-size: 36px;
  position: relative;
  bottom: auto;
  text-align: left;
  width: auto;
}
.newbanner #newbanner .swiper-control .swiper-buttons {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.newbanner #newbanner .swiper-control .swiper-buttons .swiper-button-prev,
.newbanner #newbanner .swiper-control .swiper-buttons .swiper-button-next {
  position: relative;
  margin: auto;
  left: auto;
  right: auto;
  top: auto;
  width: 69px;
  height: 52px;
  transition: all 0.2s;
}
.newbanner #newbanner .swiper-control .swiper-buttons .swiper-button-prev {
  margin-right: 10px;
  background: #fff url("../images/prev.png") no-repeat center center;
}
.newbanner #newbanner .swiper-control .swiper-buttons .swiper-button-prev:hover {
  background: #005193 url("../images/prev-hover.png") no-repeat center center;
}
.newbanner #newbanner .swiper-control .swiper-buttons .swiper-button-next {
  background: #fff url("../images/next.png") no-repeat center center;
}
.newbanner #newbanner .swiper-control .swiper-buttons .swiper-button-next:hover {
  background: #005193 url("../images/next-hover.png") no-repeat center center;
}

.newabout {
  position: relative;
}
.newabout .about-box {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 705px;
}
.newabout .about-box .a-padding {
  padding: 200px 195px;
  background: url("../images/aboutbg.jpg");
}
.newabout .about-box .a-padding hr {
  margin: 45px 0 75px;
  border: 0;
  border-bottom: 1px solid #fff;
}
.newabout .about-box .a-padding h1, .newabout .about-box .a-padding h2{
  color: #fff;
  font-size: 22px;
}
.newabout .about-box .a-padding h2{
	font-size: 12px;
}
.newabout .about-box .a-padding p {
  color: #fff;
  line-height: 2;
  margin-top: 45px;
  font-size: 14px;
}
.newabout .about-box .a-padding a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 75px;
}
.newabout .productlists {
  position: relative;
  padding-left: 510px;
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.newabout .productlists .productlist {
  max-width: 420px;
  border-top: 2px solid #e6e6e6;
  margin: 0 0 80px 90px;
  transition: all 0.3s;
}
.newabout .productlists .productlist:hover {
  border-top: 2px solid #005193;
}
.newabout .productlists .productlist .producttit {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.newabout .productlists .productlist .producttit .seriesname {
  font-size: 24px;
  color: #333;
  line-height: .8;
}
.newabout .productlists .productlist .producttit .seriesname span {
  font-size: 14px;
}
.newabout .productlists .productlist .producttxt {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-top: 42px;
}
.newabout .productlists .productlist a {
  transition: all 0.3s;
  color: #333;
  margin-top: 46px;
  display: inline-block;
}
.newabout .productlists .productlist a:hover {
  color: #005193;
}
.newabout .productswiper {
  display: none;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist {
  max-width: 420px;
  border-top: 2px solid #e6e6e6;
  margin: 0 0 80px 90px;
  transition: all 0.3s;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist:hover {
  border-top: 2px solid #005193;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist .producttit {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist .producttit .seriesname {
  font-size: 24px;
  color: #333;
  line-height: .8;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist .producttit .seriesname span {
  font-size: 14px;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist .producttxt {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-top: 42px;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist a {
  transition: all 0.3s;
  color: #333;
  margin-top: 46px;
  display: inline-block;
}
.newabout .productswiper #product-swiper .swiper-slide .productlist a:hover {
  color: #005193;
}

.newnews {
  background: url("../images/newsbg.png") no-repeat top right;
}
.newnews .i-padding {
  padding: 90px 0 130px;
}
.newnews .i-padding .newtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newnews .i-padding .newtop .information {
  color: #333333;
  font-size: 30px;
  line-height: .8;
}
.newnews .i-padding .newtop .information span {
  font-size: 14px;
}
.newnews .i-padding .newtop .morenews a {
  color: #333333;
  font-size: 14px;
  transition: all 0.2s;
}
.newnews .i-padding .newtop .morenews a:hover {
  color: #005193;
}
.newnews .i-padding .newswiper {
  margin-top: 80px;
}
.newnews .i-padding .newswiper #new-swiper .new-box {
  display: inline-block;
}
.newnews .i-padding .newswiper #new-swiper .new-box:hover .new-img .new-img-hover {
  opacity: 1;
}
.newnews .i-padding .newswiper #new-swiper .new-box:hover .new-img img {
  transform: scale(1.1);
}
.newnews .i-padding .newswiper #new-swiper .new-box:hover .new-more {
  color: #005193;
}
.newnews .i-padding .newswiper #new-swiper .new-box .new-img {
  position: relative;
  overflow: hidden;
}
.newnews .i-padding .newswiper #new-swiper .new-box .new-img img {
  width: 100%;
  transition: all 0.3s;
}
.newnews .i-padding .newswiper #new-swiper .new-box .new-img .new-img-hover {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url("../images/newimghover.png") no-repeat center center;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .2s;
}
.newnews .i-padding .newswiper #new-swiper .new-box .new-time {
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
}
.newnews .i-padding .newswiper #new-swiper .new-box .new-tit {
  font-size: 18px;
  color: #333;
  margin-top: 18px;
}
.newnews .i-padding .newswiper #new-swiper .new-box .new-more {
  display: inline-block;
  font-size: 14px;
  color: #333;
  margin-top: 30px;
  transition: all 0.2s;
}
.newnews .i-padding .newswiper .swiper-pagination {
  display: none;
  position: relative;
  margin-top: 30px;
}
.newnews .i-padding .newswiper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.newnews .i-padding .newswiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}
.newnews .i-padding .newswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #005193;
}

.newcontact {
  background: url("../images/contactbg.png") no-repeat right;
  background-size: 100% 100%;
}
.newcontact .contactinfo {
  padding: 100px 0;
  color: #fff;
}
.newcontact .need {
  font-size: 36px;
}
.newcontact .needinfo {
  font-size: 14px;
  margin-top: 34px;
  line-height: 2;
}
.newcontact a {
  color: #fff;
  transition: all 0.2s;
  display: inline-block;
  margin-top: 70px;
  padding: 18px 60px;
  font-size: 14px;
  background: #005193;
}

.newfooter {
  background: #333333;
  color: #fff;
}
.newfooter img {
  display: inline-block;
}
.newfooter a {
  color: #fff;
}
.newfooter .bottomlogo {
  padding: 24px 0;
  border-bottom: 1px solid #4d4d4d;
  text-align: center;
}
.newfooter .contactbox {
  border-bottom: 1px solid #4d4d4d;
  display: flex;
}
.newfooter .contactbox .tlphone,
.newfooter .contactbox .ebookQR,
.newfooter .contactbox .footernav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newfooter .contactbox .tlphone,
.newfooter .contactbox .ebookQR {
  flex-basis: 25%;
}
.newfooter .contactbox .tlphone .becenter div {
  text-align: center;
}
.newfooter .contactbox .tlphone .becenter .tit {
  font-size: 18px;
}
.newfooter .contactbox .tlphone .becenter .line {
  width: 18px;
  height: 2px;
  background: #005193;
  margin: 12px auto 20px;
}
.newfooter .contactbox .tlphone .becenter .tit-num {
  font-size: 28px;
}
.newfooter .contactbox .footernav {
  flex-basis: 50%;
  border: 1px solid #4d4d4d;
  border-top: none;
  border-bottom: none;
}
.newfooter .contactbox .footernav .becenter .nav-top {
  margin-bottom: 40px;
}
.newfooter .contactbox .footernav .becenter .nav-top a,
.newfooter .contactbox .footernav .becenter .nav-bottom a {
  margin-right: 80px;
  transition: all 0.2s;
}
.newfooter .contactbox .footernav .becenter .nav-top a:hover,
.newfooter .contactbox .footernav .becenter .nav-bottom a:hover {
  color: #005193;
}
.newfooter .contactbox .footernav .becenter .nav-top a:last-child,
.newfooter .contactbox .footernav .becenter .nav-bottom a:last-child {
  margin: 0;
}
.newfooter .contactbox .ebookQR {
  padding: 40px 0;
}
.newfooter .newcopyright {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.newfooter .newcopyright div {
  padding: 45px 0;
}

.inner form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner form input {
  padding: 10px;
  border: 1px solid #bbb9b9;
  width: 48%;
  margin-top: 30px;
}
.inner form input:last-child {
  width: 100%;
  border: none;
  background: #005193;
  color: #fff;
}
.inner form textarea {
  padding: 10px;
  border: 1px solid #bbb9b9;
  width: 100%;
  margin-top: 30px;
  resize: none;
}

@media screen and (max-width: 1725px) {
  .newheader .toplogo {
    left: 70px;
  }
  .newheader .welcome .h-padding,
  .newheader .nav-box .h-padding {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1270px) {
  .newheader .welcome .h-padding {
    padding-right: 0;
  }
  .newheader .welcome .h-padding .welcome-button .Ebook {
   /* display: none;*/
  margin-right: 16px;
  }
  .newheader .nav-box .h-padding {
    padding-right: 0;
    justify-content: flex-end;
  }
  .newheader .nav-box .h-padding .nav {
    display: none;
  }
  .newheader .nav-box .h-padding .search-box {
    margin-right: 150px;
  }
  .newheader .nav-box .h-padding #newmenu {
    display: block;
  }

  .newmobilenav {
    width: 400px;
  }
}
@media screen and (max-width: 600px) {
  .newheader {
    height: 97px;
  }
  .newheader .toplogo {
    left: 30px;
    padding: 10px;
  }
  .newheader .toplogo a {
    display: block;
  }
  .newheader .toplogo a img {
    display: block;
    width: 70px;
  }
  .newheader .welcome .h-padding,
  .newheader .nav-box .h-padding {
    padding-left: 130px;
  }
  .newheader .welcome .h-padding {
    height: 42px;
    justify-content: flex-end;
  }
  .newheader .welcome .h-padding .welcome-img {
    display: none;
  }
  .newheader .welcome .h-padding .welcome-button .languagebutton {
    padding: 3px 5px;
    margin-right: 22px;
  }
  .newheader .nav-box .h-padding {
    height: 54px;
  }
  .newheader .nav-box .h-padding .search-box {
    margin-right: 68px;
  }
  .newheader .nav-box .h-padding .search-box form input:first-child {
    width: 66px;
  }
  .newheader .nav-box .h-padding #newmenu {
    height: 54px;
    width: 60px;
    background-size: 50% 50%;
  }

  .newmobilenav {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .newbanner #newbanner .swiper-wrapper .pc-banner {
    display: none;
  }
  .newbanner #newbanner .swiper-wrapper .m-banner {
    display: block !important;
  }
  .newbanner #newbanner .swiper-control {
    display: none;
  }
}
@media screen and (max-width: 1740px) {
  .newabout .i-padding {
    display: flex;
    align-items: center;
  }
  .newabout .i-padding .about-box {
    position: relative;
    width: 50%;
  }
  .newabout .i-padding .about-box .a-padding {
    padding: 10vw;
  }
  .newabout .i-padding .productlists {
    display: none;
  }
  .newabout .i-padding .productswiper {
    display: block;
    width: 50%;
  }
  .newabout .i-padding .productswiper #product-swiper .swiper-wrapper .swiper-slide .productlist {
    margin: 0 auto;
  }
  .newabout .i-padding .productswiper .swiper-pagination {
    position: relative;
    margin-top: 30px;
  }
  .newabout .i-padding .productswiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .newabout .i-padding .productswiper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin: 0;
  }
  .newabout .i-padding .productswiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #005193;
  }
}
@media screen and (max-width: 900px) {
  .newabout .i-padding {
    display: block;
  }
  .newabout .i-padding .about-box {
    padding: 0 30px;
    width: 100%;
    margin-top: -16vw;
  }
  .newabout .i-padding .about-box .a-padding img {
    max-width: 40%;
  }
  .newabout .i-padding .about-box .a-padding hr {
    margin: 30px 0;
  }
  .newabout .i-padding .about-box .a-padding a {
    margin-top: 30px;
  }
  .newabout .i-padding .productswiper {
    width: 100%;
    padding: 0 30px;
    margin: 30px 0;
  }
}
@media screen and (max-width: 1530px) {
  .newnews .i-padding {
    padding: 50px 30px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .newnews .i-padding .newswiper #new-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .newnews .i-padding .newswiper #new-swiper .swiper-wrapper .swiper-slide .new-box {
    margin: 0 auto;
  }
  .newnews .i-padding .newswiper .swiper-pagination {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .newnews .i-padding .newswiper {
    margin-top: 30px;
  }
  .newnews .i-padding .newswiper #new-swiper .swiper-wrapper .swiper-slide {
    text-align: center;
  }
  .newnews .i-padding .newswiper #new-swiper .swiper-wrapper .swiper-slide .new-box {
    text-align: left;
  }
  .newnews .i-padding .newswiper #new-swiper .swiper-wrapper .swiper-slide .new-box .new-time, .newnews .i-padding .newswiper #new-swiper .swiper-wrapper .swiper-slide .new-box .new-tit, .newnews .i-padding .newswiper #new-swiper .swiper-wrapper .swiper-slide .new-box .new-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1530px) {
  .newcontact {
    background-size: auto 100%;
  }
  .newcontact .i-padding .contactinfo {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 980px) {
  .newfooter .i-padding .bottomlogo {
    padding: 18px 0;
  }
  .newfooter .i-padding .contactbox {
    flex-wrap: wrap;
    border: 0;
  }
  .newfooter .i-padding .contactbox .tlphone, .newfooter .i-padding .contactbox .footernav, .newfooter .i-padding .contactbox .ebookQR {
    flex-basis: 100%;
    border-bottom: 1px solid #4d4d4d;
    padding: 40px 0;
  }
  .newfooter .i-padding .contactbox .footernav {
    order: -1;
  }
  .newfooter .i-padding .newcopyright {
    display: block;
    text-align: center;
  }
  .newfooter .i-padding .newcopyright div {
    padding: 15px 0;
  }
  .newfooter .i-padding .newcopyright .icp span {
    display: block;
  }
}
@media screen and (max-width: 380px) {
  .newfooter .i-padding .contactbox .footernav .becenter .nav-top a, .newfooter .i-padding .contactbox .footernav .becenter .nav-bottom a {
    margin-right: 44px;
  }
  .newfooter .i-padding .contactbox .footernav .becenter .nav-top a:last-child, .newfooter .i-padding .contactbox .footernav .becenter .nav-bottom a:last-child {
    margin: 0;
  }
}

/*# sourceMappingURL=newindex.css.map */
