
@import "common.css";
.header-bg {
  background-color: #036eb8;
}
.header{
  display: flex;
  align-items: center;
  height: 80px;
}
.logo a {
  display: block;
  width: 160px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  background: url("../img/logo.png") no-repeat center center;
}

.nav {
  flex: 1;
  justify-content: flex-end;
  font-size: 16px;
}

.nav li {
  margin-left: 50px;
  position: relative;
  z-index: 100;
  text-align:center;
}

.nav li:hover .sub-nav {
  display: block;
}

.nav .title {
  display: block;
  height: 22px;
  line-height: 22px;
  padding-top:27px;
  padding-bottom:27px;
  border-bottom: 2px solid #036eb8;
  color: #fff;
}
.nav .title p {
	font-size:12px;
	text-transform: capitalize;
	color:rgba(255,255,255,0.5);
}
.nav .title:hover{
  color: #fff;
}
.nav .on .title {
  border-color: #fff;
  color: #fff;
}

.sub-nav {
  display: none;
  position: absolute;
  left: 50%;
  top: 78px;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sub-nav a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

.sub-nav a:hover {
  background: #036eb8;
  color: #fff;
}

.banner {
  position: relative;
  width:100%;
  min-width:1200px;
  overflow:hidden;
}

.banner .swiper-slide a {
  display: block;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .swiper-pagination {
  bottom: 20px;
}
.swiper-pagination-bullet-active {
  background: #036eb8 !important;
}

.profile{
  padding:90px 0 110px 0;
}

.base-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.base-title span{
  font-weight:900;
  font-size: 40px;
  display: block;
  color:#d1e2ed;
  text-transform: capitalize;
}
.base-title p strong{
  font-size: 26px;
  color: #036eb8;
  font-weight: 900;
  margin: 0 15px;
}

.profile-m{
  display: flex;
  padding-top: 60px;
}


.profile-video{
  display: block;
  position: relative;
  width: 480px;
  height: 300px;
  overflow: hidden;
  border-radius: 0 20px 0 20px;;
}
.profile-video .video-img{
  width: 100%;
  height: 100%;
  display: block;
}
.profile-video .video-mask{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 36, 65, 0.5);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-video .video-mask .video-btn{
  width: 56px;
  height: 56px;
  animation:btn 1s linear infinite;
}
@keyframes btn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.profile-info{
  flex: 1;
  margin-left: 35px;
  margin-top: 20px;
}
.profile-info h2{
  font-size: 26px;
  font-weight: 700;
}
.profile-info h2 i{
  font-size: 26px;
  font-weight: 700;
  color: #036eb8;
}
.profile-info .p1{
  color: #333;
  margin: 26px 0 16px 0;
}
.profile-info .p2{
  color: #666;
  line-height: 1.6;
  height: 135px;
}
.base-btn{
  width: 136px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #036eb8;
  color: #036eb8;
  display: block;
  border-radius: 4px;
  font-size: 18px;
}
.base-btn:hover{
  background: #036eb8;
  color: #fff;
}

.about{
  height: 460px;
  background: url('../img/about-bg.jpg') no-repeat top center;
}

.about-des{
  color: #fff;
  text-align: center;
  margin: 0 120px;
}
.about-des h2{
  font-size: 36px;
  font-weight: 700;
  display: block;
  line-height: 1;
  padding-top: 110px;
}
.about-des p{
  margin-top: 60px;
  font-size: 17px;
  line-height: 1.8;
}

.about-tag{
  display: flex;
  align-items: center;
  background: #fff;
  height: 220px;
  margin-top: 70px;
  box-shadow: 0 0 40px rgba(8, 36, 65, 0.07);
  border-radius: 4px;
}
.about-tag .item{
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 0 38px;
  border-right:1px solid #e6e6e6;
}
.about-tag .item:last-child{
  border-right: none;
}
.about-tag .item img{
  width: 60px;
  height: 60px;
  display: block;
}
.about-tag .item strong{
  font-size: 18px;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin: 22px 0 16px 0;
}
.about-tag .item p{
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  height: 44px;
  color:#777777;
}

.product{
  padding-top: 220px;
}

.product-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
.product-list .item{
  display: block;
  width: 380px;
}
.product-list .item:hover .pr-mask{
  transform: translateY(0);
}
.product-list .pr-img{
  width: 380px;
  height: 380px;
  position: relative;
  display: block;
  color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.product-list .item img {
  width:100%;height:auto;
}

.product-list .pr-name{
  font-size: 18px;
  text-align: center;
  display: block;
  padding: 16px 0 30px 0;
}
.product-list .pr-img:hover *{
  color: #fff;
}
.pr-mask{
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #036eb8;
  background:rgba(3, 110, 184, 0.8);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(100%);
  transition: 0.2s linear;
}
.pr-mask strong{
  font-size: 18px;
  display: block;
  margin: 0 30px;
}
.pr-mask p{
  font-size: 14px;
  margin: 20px 30px 50px 30px;
  line-height: 1.8;
}
.pr-mask span{
  width: 110px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  border-radius: 4px;
  font-size: 16px;
  margin: 0 auto;
}
.product .base-btn{
  margin: 10px auto 0 auto;
}
.news{
  margin-top: 110px;
  height: 700px;
  background: url('../img/news-bg.jpg') no-repeat center center;
}
.news .base-title{
  padding-top: 100px;
}
.news .base-title *{
  color: #ffffff;
}
.news .base-title span {
color:rgba(255,255,255,0.5);	
}
.news-swiper-main{
  margin-top: 66px;
  position: relative;
}
.news-item{
  background: #fff;
  height: 340px;
}

.news-item .pd{
  padding: 30px;
}
.news-item .date{
  color: #ccc;
}
.news-item .date span{
  display: block;
  line-height: 1;
  font-size: 28px;
}
.news-item .date i{
  display: block;
  line-height: 1;
  font-size: 14px;
  margin-top: 6px;
}
.news-item  .title{
  font-size: 20px;
  display: block;
  line-height: 1.4;
  margin-top: 30px;
  height: 56px;
}
.news-item .line{
  width: 30px;
  height: 6px;
  border-top: 1px solid #ddd;
  margin-top: 24px;
  margin-bottom: 24px;
}
.news-item p{
  line-height: 1.8;
  color: #666;
}
.news-prev,.news-next{
  width: 44px;
  height: 58px;
  line-height: 58px;
  background: #fff;
  position: absolute;
  top: 140px;
  font-size: 30px;
  color: #036eb8;
  text-align: center;
  cursor: pointer;
  font-family: '宋体';
}
.news-prev:hover,.news-next:hover{
  background: #036eb8;
  color: #fff;
}
.news-next{
  right: -74px;
}
.news-prev{
  left: -74px;
}

.news-prev.swiper-button-disabled,
.news-next.swiper-button-disabled{
  opacity: 0.6;
}


.zs {
  padding: 48px 0;
  background: url('../img/zs-bg.jpg') no-repeat ;
  background-size: auto 100%;
}
.zs .title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.zs-input {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.zs-input .txt {
  background: #fff;
  width: 280px;
  height: 44px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  margin-right: 20px;
}
.zs-input .txt img {
  margin: 0 12px;
}
.zs-input .txt input {
  border: none;
  height: 30px;
  line-height: 30px;
  flex: 1;
  margin-right: 14px;
  font-size: 16px;
}
.zs-input .btn {
  height: 42px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.zs-input .btn:hover {
  background: #fff;
  color: #036eb8;
  font-size: 16px;
}


.store{
  background: #fff;
  height: 100px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 20px rgba(8 ,36, 65 ,0.07);
  margin-right: 50px;
}

.store img{
  width: 64px;
  height: 64px;
  display: block;
}
.store p{
  margin-left: 14px;
}
.store p strong{
  font-size: 20px;
  display: block;
  line-height: 1;
}
.store p span{
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.footer {
  padding: 40px 0;
  display: flex;
}
.footer-l {
  flex: 1;
  display: flex;
}
.footer-l .list {
  margin-right: 80px;
  font-size: 15px;
  min-width:120px;
}
.footer-l .list  i {
  overflow:hidden; 
  display:block; 
}
.ovh {
  overflow:hidden;
}
.footer-l .list a {
  display: block;
  color: #666;
  line-height: 2;
}
.footer-l .list a:hover {
  color: #036eb8;
}
.footer-l .list p {
  display: block;
  color: #666;
  line-height: 2;
}
.footer-l .title {
  color: #333 !important;
  padding-bottom: 10px;
}
.footer-r img {
  width: 100px;
  height: 100px;
  display: block;
  background-color: #fff;
}
.footer-r p {
  color: #666;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
.footer-info {
  padding: 14px 0;
  border-top: 1px solid #e6e6e6;
  font-size: 13px;
  color: #666;
}
.footer-info a:hover {
  color: #036eb8;
}
.footer-info .l {
  flex: 1;
}

/* m */
.m-header {
  display: none;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: #036eb8;
  z-index: 100;
}

.m-header a {
  display: block;
}

.m-logo {
  height: 30px;
  padding: 0 15px;
}

.m-menu-icon {
  padding: 0 15px;
  height: 20px;
}

.m-mask {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.m-nav {
  width: 80%;
  height: 100%;
  background: #fff;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 2000;
  transition: 0.5s;
}

.m-mask.on {
  display: block;
}

.m-nav.on {
  left: 0;
}

.m-nav-item {
  margin: 0 15px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #eee;
  font-size: 15px;
  font-weight: bold;
}

.m-nav-item:hover,
.m-nav-item.on {
  color: #036eb8;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 12px;
  }
  .main {
    width: auto;
  }

  .header {
    display: none;
  }

  .m-header {
    display: flex;
  }
  .banner {
    margin-top: 50px;
    min-width:100%;
    overflow:hidden;
  }
  .banner .swiper-pagination {
    bottom: 5px;
  }
  .profile{
    padding: 30px 0 40px 0;
  }
  .base-title span{
    font-size: 24px;
    margin-bottom: 6px;    
  }
  .base-title p strong{
    font-size: 16px;
  }
  .profile-m{
    display: block;
    padding:0 15px;
  }
  .profile-video{
    width: 100%;
    height: 150px;
    border-radius: 0 10px 0 10px;
    margin-top: 30px;
  }
  .profile-info{
    margin-left: 0;
  }
  .profile-info h2,.profile-info h2 i{
    font-size: 18px;
  }
  .video-btn{
    width: 44px !important;
    height: 44px !important;
  }
  .profile-info .p1{
    margin: 10px 0 10px 0;
  }
  .base-btn{
    margin: 0 auto;
    width: 110px;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
  .profile-info .p2{
    height: auto;
    padding-bottom: 30px;
  }
  .about{
    margin-top: 0;
    height: auto;
   padding: 40px 0;
  }

  .about-des{
    margin: 0 15px;
  }
  .about-des h2{
    font-size: 20px;
    padding-top: 0;
  }
  .about-des p{
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-tag{
    margin-top: 40px;
    display: block;
    background: #fff;
    height: auto;
    box-shadow: none;
    border-radius: 15px;
  }
  .about-tag .item{
    padding: 20px 0;
    border: none;
    border-bottom: 1px solid #eee;
    margin: 0 15px;
  }
  .about-tag .item:last-child{
    border: none;
  }
  .about-tag .item p{
    font-size: 12px;
    height: auto;
  }
  .about-tag .item img{
    width: 40px;
    height: 40px;
  }
  .product{
    padding-top: 0 ;
  }
  .product-list .item{
    width: calc(50% - 7px);
  }
  
  .product-list .pr-img,.product-list .pr-img img{
    width: 100%;
    height: auto;
  }
  .product-list{
    padding: 30px 15px 10px 15px;
  }
  .pr-mask{
    display: none;
  }
  .product-list .pr-name{
    font-size: 14px;
    padding: 10px 0 20px 0;
  }

  .news{
    margin-top: 50px;
    height: auto;
    padding: 40px 0;
    overflow:hidden;
  }
  .news-swiper-main{
    margin: 30px 15px 0 15px;
  }

  .news .base-title{
    padding-top: 0;
  }
  .news-item{
    height: auto;
  }
  .news-item .pd{
    padding: 20px 15px;
  }
  .news-item .title{
    font-size: 15px;
  }
  .news-item .line{
    margin: 12px 0;
  }
  .news-item .date span{
    font-size: 22px;
  }
  .news-item .title{
    margin-top: 15px;
    height: 44px;
  }
  .zs {
    padding: 30px 15px;
  }
  .zs .title {
    font-size: 20px;
  }
  .zs-input {
    margin-top: 15px;
    flex-direction: column;
  }
  .zs-input .txt {
    width: 100%;
    margin-top: 15px;
    margin-right: 0 !important;
  }
  .zs-input .txt input {
    font-size: 14px;
  }
  .zs-input .btn {
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
  }
  .footer {
    padding: 10px 0 30px 0;
    display: block;
  }
  .footer-l {
    display: block;
  }
  .footer-l .list {
    padding: 20px 15px 0 15px !important;
    font-size: 14px;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-l .list  a{
    width: 50%;
  }
  .footer-l .list a.title{
    width: 100%;
  }
  .footer-r {
    margin-top: 30px;
    text-align: center;
  }
  .footer-r img {
    display: inline-block;
  }
  .footer-info .flex {
    padding: 0 10px;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
    line-height: 2;
  }
  .store{
    height: auto;
    box-shadow: none;
    margin-left: 0;
    margin-top: 20px;
    padding: 0 15px;
  }
  .store img{
    display: none;
  }
  .store p {
    margin-left: 0;
  }
  .store p strong{
    font-size: 14px;
  }
  .store p span{
    font-size: 14px;
    margin-top: 10px;
  }
}
