@charset "utf-8";

header {
  width: 100%;
}
/*................*/
.header {
  padding: 30px 0px;
  max-width: 1920px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 999;
  position: fixed;
  width: 100%;
}
.header.on {
  background-color: #fff;
}
.header .logo img {
  height: 90px;
  padding: 0px 0px;
  width: auto;
  transition: all 0.5s;
}
.header .logo span{
  margin-left: 15px;
  font-size: 1.35rem;
  font-weight: 700;
  display:none;
}
.header.on .logo img {
  height: 70px;
}
header .nav {
  padding: 0px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .nav>ul {
  transition: all 0.5s;
}

header .nav>ul>li {
  display: inline-block;
  padding: 0px 12px;
  position: relative;
}

.header .nav>ul>li>a {
  position: relative;
  display: block;
  font-size: 1.25rem;
  padding: 0px 0px 0px;
  line-height: 90px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s;
}

.header.on .nav>ul>li>a {
  color: #181818;
  line-height: 60px;
}
.header.on .nav>ul>li.active>a,.header.on .nav>ul>li.tel>a {
  color: #114d92;
}
.header .nav>ul>li.tel>a {
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 1500px) {
  header .nav>ul>li {
    padding: 0px 10px;
  }
  .header .nav>ul>li>a{
    font-size: 1.2rem;
  }
  .header .nav>ul>li.tel>a{
    font-size: 1.35rem;
  }
}

@media (max-width: 1440px) {
  header .nav>ul>li {
    padding: 0px 7px;
  }
  .header .nav>ul>li>a{
    font-size: 1.125rem;
  }
  .header .nav>ul>li.tel>a{
    font-size: 1.25rem;
  }
}

@media (max-width: 1280px) {
  .header .nav>ul>li>a {
    font-size: 1.0rem;
    line-height: 80px;
  }

  .header .logo img {
    height: 80px;
  }
}
@media (max-width: 992px) {
  .header{
    padding: 0;
  }
}

header .nav>ul>li:hover a,
header .nav>ul>li.active a {
  font-weight: 700;
}
.sub-menu {
    width: 100%;
    left: 50%;
    margin-left: -70%;
    position: absolute;
    top: 100%;
    z-index: 0;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px;
    opacity: 0;
    visibility: hidden;
}
.header .nav>ul>li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.menupro{
  width: 300%;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header .nav>ul>li .sub-menu li:hover a,
header .header.on .nav>ul>li .sub-menu li:hover a {
  color: #fff;
  background-color: #005ca9;
}
.sub-menu li {
  width: 140%;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.4s, -moz-transform 0.5s;
  -ms-transition: opacity 0.4s, -ms-transform 0.5s;
  -o-transition: opacity 0.4s, -o-transform 0.5s;
  transition: opacity 0.4s, transform 0.5s;
}
.menupro li {
  width: 49%;
  display: block;
}
.sub-menu li a {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 12px 10px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  display: block;
  transition: 0.6s;
}

.header .nav>ul>li:hover .sub-menu li,
.header .nav>ul>li:focus .sub-menu li {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.header .nav>ul>li:hover .sub-menu,
.header .nav>ul>li:focus .sub-menu {
  height: auto;
  z-index: 10;
}

/*分享按钮*/
.shareicon {
  white-space: nowrap;
  background: #fff;
  padding: 0.5rem 0.5rem;
  border-radius: 2.0rem;
}

.shareicon ul {
  display: flex;
  align-items: center;
}

.shareicon ul li {
  position: relative;
  margin: 0px 6px;
}

.shareicon i{
  transition: all 0.5s;
  font-size: 1.25rem;
}
.shareicon a {
  transition: all 0.5s;
}
.header .shareicon a.active {
  color: #114d92;
  font-weight: 600;
}

.shareicon ul li span {
  font-weight: 900;
}

.shareicon ul li.weChat .er-box {
  position: absolute;
  top: 100%;
  margin-left: -50px;
  width: 0px;
  height: 0px;
  opacity: 0.0;
  background: #fff;
  padding: 5px;
  transition: all 0.3s;
}

.shareicon ul li.weChat:hover .er-box {
  opacity: 1.0;
  width: 100px;
  height: 100px;
}
@media (max-width: 1280px) {
  .shareicon ul li {
    margin-left: 6px;
  }  
}
@media (max-width: 992px) {
  header{
    height: 55px;
    background: #fff;
  }
  .header .logo img ,.header.on .logo img{
    height: 55px;
    padding: 5px 0px;
  }

  .header .logo span{
    display: inline-block;
  }

  .header .logo img.pc-img{
    display: none;
  }
  .header .logo img.mob-img{
    display: block;
  }
  header .nav>ul {
    display: block;
    width: 100%;
  }
  header .nav {
    position: absolute;
    left: -100vw;
    top: 100%;
    width: 100%;
    height: calc(100vh - 50px);
    background: #343434;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-top: 20px;
  }
  header .nav.show {
    left: 0;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  header .nav ul li {
    display: block !important;
    padding: 0 20px;
  }
  .header .nav ul li a,.header.on .nav>ul>li>a {
    line-height: 35px;
    font-size: 14px;
    padding: 0px 10px;
    border-bottom: 1px solid #4d4d4d;
    color: #fff;
  }
  .header.on .nav>ul>li.active>a{
    color: #fff;
  }
  .sub-menu {
    display: none;
  }
  .shareicon {
    padding: 0.5rem 20px;
    background: none;
  }
  .header.on .shareicon a,
  .header.on .shareicon i {
    color: #fff;
  }
  .shareicon a span {
    font-size: 16px;
  }
  .shareicon ul li.weChat:hover .er-box{
    z-index: 3;top: 0;
    margin: 0;left: 40px;
  }
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .banner-txt{
    width:100%;
    position: absolute;
    top: 50%;
    left: 0%;
    line-height: 1.4;
    transform: translate(0%, -50%);
    z-index: 9;
    color: #fff;
}
.banner .banner-txt h3{
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1.2;
}
.banner .banner-txt h3 span{
  font-weight: 600;
  font-size: 3.125rem;
  display: block;
}
.banner .banner-txt a span{
  font-weight: 600;
  background: #ffe500;
  color: #2b2b2b;
  padding: 1.6rem 6.5rem;
  border-radius: 3rem;
  display: inline-block;
  margin-top: 1.5rem;
  transition: all 0.5s
}
.banner .banner-txt a:hover span{
  padding: 1.6rem 7.0rem;
}
@media(max-width:1299px){
    .banner .banner-txt h3{
        font-size: 1.35rem;
    }
    .banner .banner-txt h3 span{
        font-size: 3.5rem;
    }
}
@media(max-width:991px){
  .banner .banner-txt{
    width: 100%;
    font-size: 1.125rem;
  }
  .banner .banner-txt h3{
    font-size: 1.0rem;
  }
  .banner .banner-txt h3 span{
    font-size: 1.35rem;
    width: 100%;
  }
  .banner .banner-txt a span {
    font-size: 0.875rem;
    padding: 0.7rem 3rem;
  }
}

.common {
  padding-top: 7.2rem;
  padding-bottom: 7.2rem;
}
.commonT {
  padding-top: 7.2rem;
}
.title {
  font-size: 2.25rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: 3.0rem;
  font-weight: 600;
}
.title .more {
  padding-right: 0rem;
  float: right;
  font-size: 1.25rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.title .more:hover {
  padding-right: 0.5rem;
}
@media (max-width: 992px) {
  .common {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commonT {
    padding-top: 30px;
  }
  .title {
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .title .more {
    font-size: 1.0rem;
    line-height: 1.2;
    margin-bottom: 1.0rem;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 1.25rem;
  }
}
.common-box{
  position: relative;
}
/* 产品 */
.product {
  background: url(../img/product.jpg) no-repeat top center #f2f2f2;
  position: relative;
  overflow: hidden;
}
.product .title,.product .title .more,.solution .title .more ,.solution .title{
  color: #fff;
}

.product .nav-box {
  overflow: hidden;
  position: relative;
}
.product .nav-box .nav-info, .solution .solution-info {
  font-size: 1.5rem;
  line-height: 1.5;
  width: 60%;
  color: #fff;
  margin-bottom: 2.0rem;
}
.product .nav-box ul {
  background-color: #fff;
  border-radius: .5rem;
  padding: 2rem 1.5rem;
  overflow: hidden;
  position: relative;
}
.product .nav-box ul li {
  width: 12.5%;
  margin: 0px 0.89%;
  transition: all 0.5s;
}
.product .nav-box ul li a {
  display: block;
  text-align: center;
  background: #fff;
  padding: 0.42rem 0rem;
  font-size: 1.125rem;
  transition: all 0.6s;
  white-space: nowrap;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width:992px) {
  .product .nav-box ul {
    padding: 1.5rem 1.0rem;
  }
  .product .nav-box ul li {
    width: 48%;
    margin: 0px 0.5%;
  }
  .product .nav-box .nav-info, .solution .solution-info{
    width: 100%;
    font-size: 1.0rem;
  }
}
.product-lun{
  background-color: #f2f2f2;
  padding-top: 5.2rem;
}
.product-lun .swiper-slide{
  transition: transform 1s cubic-bezier(.38,0,0,1), box-shadow .5s cubic-bezier(.38,0,0,1), opacity .8s cubic-bezier(.38,0,0,1);
}
@media screen and (max-width: 992px){ 
  .product-lun{
    padding-top: 1.2rem;
  }
}
/* 解决方案 */
.solution {
  background: url(../img/solution.jpg) no-repeat top center #f2f2f2;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.product-lun .swiper-button-prev,
.product-lun .swiper-button-next,
.case .swiper-button-prev,
.case .swiper-button-next,
.partner .swiper-button-prev,
.partner .swiper-button-next,
.ny-honor .swiper-button-prev,
.ny-honor .swiper-button-next,
.g-lc .swiper-button-prev,
.g-lc .swiper-button-next {
  left: -25px;
  width: 50px;
  height: 50px;
  opacity: 1.0;
  background-color: rgba(0,0,0,0.5);
  background-image: url(../img/l.png);
  background-size: 22%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0.5rem 0.5rem;
  border-radius: 100%;
  transition: all .4s ease-in-out;
}

.product-lun .swiper-button-next,
.case .swiper-button-next,
.partner .swiper-button-next,
.ny-honor .swiper-button-next,
.g-lc .swiper-button-next {
  background-image: url(../img/r.png);
  left: auto;
  right: -25px;
}

.product-lun .swiper-button-prev:hover,
.product-lun .swiper-button-next:hover,
.case .swiper-button-prev:hover,
.case .swiper-button-next:hover,
.partner .swiper-button-prev:hover,
.partner .swiper-button-next:hover,
.ny-honor .swiper-button-prev:hover,
.ny-honor .swiper-button-next:hover,
.g-lc .swiper-button-prev:hover,
.g-lc .swiper-button-next:hover {
  background-image: url(../img/l-hover.png);
  background-color: rgba(0,0,0,0.55);
}
.product-lun .swiper-button-next:hover,
.case .swiper-button-next:hover,
.partner .swiper-button-next:hover,
.ny-honor .swiper-button-next:hover,
.g-lc .swiper-button-next:hover {
  background-image: url(../img/r-hover.png);
}
@media (max-width: 998px) {
  .product-lun .swiper-button-prev,
  .product-lun .swiper-button-next,
  .case .swiper-button-prev,
  .case .swiper-button-next,
  .partner .swiper-button-prev,
  .partner .swiper-button-next,
  .ny-honor .swiper-button-prev,
  .ny-honor .swiper-button-next,
  .g-lc .swiper-button-prev,
  .g-lc .swiper-button-next {
    width: 30px;
    height: 30px;
    padding: 0px ;
    left: -20px;
  }
  .product-lun .swiper-button-prev,
  .case .swiper-button-prev,
  .partner .swiper-button-prev,
  .ny-honor .swiper-button-prev,
  .g-lc .swiper-button-prev {
    left: 0;
  }
  .product-lun .swiper-button-next,
  .case .swiper-button-next,
  .partner .swiper-button-next,
  .ny-honor .swiper-button-next,
  .g-lc .swiper-button-next{
    left: auto;
    right: 0;
  }
}


/*关于我们*/
.about {
  background: url(../img/about.jpg) no-repeat top center #fff;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.about-content{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .about-txt{
  width: 53%;
  font-size: 1.25rem;
}
.about .about-list{
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .about-li{
  width: 49%;
  color: #fff;
  padding: 25px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background: #3879c2;
}
.about .about-icon {
  line-height: 1;
  margin-bottom: 1.2rem;
}
.about .about-icon span{
  color: #ffe500;
  font-size: 2.5rem;
}
.about .about-con{
  text-align: right;
}
.about .about-con strong{
  font-size: 1.70rem;
}
.about .about-li h3{
  position: relative;
  font-size: 3.5rem;
  font-weight: 700; 
  line-height: 1.2;
}
.about .about-li p{
  line-height: 1.3;
}
.about .about-li h3 sup{  
  font-size: 1.5rem;
  top: -1.5em;
}

.about .about-li:nth-child(2n){
  background: #18a2e3;
}
.about .about-txt h5 {
  font-size: 2.95rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.about .about-txt h5 b,
.about .about-txt h5 strong{
  color: #1356a3;
}
.about .about-txt h6{
  font-size: 1.75rem;
  margin-bottom: 1.0rem;
}
@media (max-width: 1560px) {
  .about .about-box {
    padding-bottom: 12rem;
  }
  .about .about-txt h5 {
    font-size: 2.5rem;
  }
}
@media (max-width: 992px) {
  .about-content{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about .about-box,
  .about .about-txt,
  .about .about-list{
    width: 100%;
  }
  .about .about-li{
    padding: 1.0rem;
    width: 100%;
    align-items: center;
    flex-direction: row;
    margin-bottom: 1.0rem;
  }
  .about .about-txt{
    font-size: 1.0rem;
  }
  .about .about-con{
    text-align: left;
    width: 80%;
  }
  .about .about-li h3 sup{
    font-size: 1.25rem;
    top: -.5em;
  }
  .about .about-icon{
    margin-bottom: 1.0rem;
  }
  .about .about-list{
    margin-top: 1.5rem;
  }
  .about .about-txt h5 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .about .about-txt h6{
    font-size: 1.25rem;
  }
  .about .about-li h3{
    font-size: 1.6rem;
  }
}

/* 移动端调整 */
@media (max-width: 992px) {
  .about ul li {
    width: 100%;
    background-size: contain;
    transition: all 0.6s;
  }  
  .shareicon ul {
    flex-wrap: wrap;
  }
  .shareicon ul li {
    position: relative;
    margin-left: 39px;
  }
  .header .nav .shareicon ul li {
    width: 100%;
    margin-left: 0px;
    padding: 0px 0px;
    border-top: 0px solid #4d4d4d;
  }
  .header .nav .shareicon ul li:nth-child(2) {
    display: none !important;
  }
  .header .nav .shareicon ul li a {
    width: 100%;
    display: inline-block;
  }
}
/* 产教研融合  */
.cjyrh{
  background: url(../img/cjyrh.png) no-repeat center center;
  background-size: cover;
}
.cjyrh-txt{
  width: 95%;
  font-size: 1.5rem;
}
.cjyrh-li{
  margin-bottom: 1rem;
  padding: 2rem;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #efefef;
  text-align: center;
}
@media (max-width:992px) {
  .cjyrh-list{
    margin-top: 2rem;
  }
  .cjyrh-li{
    margin-bottom: 0.5rem;
    padding: 1.0rem;
  }
  .cjyrh-txt{
    width: 100%;
    font-size: 1rem;
  }
}
/* 新闻 */
.news {
  overflow: hidden;
}
.news-nav li {
  position: relative;
  float: left;
  padding-left: 20px;
  display: inline-block;
}
.news-nav li a {
  display: block;
  font-size: 1.0rem;
  padding: 0.5rem 3rem;
  border-radius: 2rem;
  background: #fff;
  border: 1px solid #efefef;
}
.news-nav li a:hover {
  border: 1px solid #ffe500;
  background: #ffe500;
  color: #2b2b2b;
}
/* 新闻资讯 */
.new-con{
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
  background-color: #fff;
  transition: all 0.6s;
  border: 1px solid #efefef;
}
.news-list a{
  padding: 1.5rem 2rem;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid #efefef;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  transition: all 0.6s;
}
.news-list a:hover{
  color: #fff;
  background: #005ca9;
  border: 1px solid #005ca9;
}

.news-list:hover .news-time{
  font-weight: 600;
}
.new-con img{
  transition: all 0.6s;
  width: 100%;
}
.new-con:hover img{
  transform: scale(1.05);
}
.new-con .n-img{
  position: relative;
}
.new-con .n-img .news-time{
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 1.5rem;bottom: 1.5rem;
}
.new-con .news-cover{
  width: 100%;
  padding: 1.8rem 1.5rem;
}
.news-desc{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.6s;
}
.news-time{
  line-height: 1;
  font-size: 2.125rem;
  white-space: nowrap;
  margin-right: 2rem;
}
.news-time span{
  display: block;
  font-size: 1rem;
}
.news-title{
  font-size: 1.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s;
}
.new-con:hover{
  background-color: #fff;
  box-shadow: 5px 5px 16px 7px rgba(0,0,0,.2);
}
.new-con:hover .news-time{
  color: #005ca9;
}
@media (max-width:992px) {
  .new-con{
    margin-bottom: 1rem;
  }
  .news-list a,.new-con .news-cover{
    padding: 1.0rem 1.0rem;
  }
  .news-title{
    font-size: 1.0rem;
  }
  .news-desc{
    font-size: 0.875rem;
  }
  .new-txt {
    width: 75%;
  }
  .news-time {
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
  }
}
/* 合作伙伴 */
.partner{
  /* background: url(../img/partner.jpg) no-repeat top 2.5rem center #fff; */
  background-color: #fff;
  overflow: hidden;
}
.partner .partner-txt{
  margin-bottom: 5rem;
}
.partner-box{
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6rem;
  padding: 3.5rem 2.5rem;
  box-shadow: -2px 3px 20px 10px rgba(0, 0, 0, 0.10);
}
.partner .swiper-container-free-mode>.swiper-wrapper{
  -webkit-transition-timing-function: linear!important;
  -o-transition-timing-function: linear!important;
  transition-timing-function: linear!important;
}
@media (max-width:992px) {
  .partner-box {
    padding: 1.5rem 1.5rem;
    box-shadow: -2px 3px 10px 5px rgba(0, 0, 0, 0.10);
  }
}

/* 加盟 */
.join{
  background: url(../img/join.jpg) no-repeat top center #fff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
}
.join h2 {
  font-size: 2.825rem;
  line-height: 1.3;
  font-weight: 600;
  padding-top: 3.0rem;
}
.join p {
  width: 50%;
  line-height: 1.3;
  margin: 1.0rem 0 4.0rem;
}
.join a.btn-warning,.about a.btn-primary{
  padding: 1.25rem 6.0rem;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 3.0rem;
}
@media (max-width:992px) {
  .join h2 {
    font-size: 1.5rem;
  }
  .join p {
    width: 100%;
    font-size: 1rem;
  }
  .join a.btn-warning, .about a.btn-primary {
    padding: 0.6rem 3rem;
  }
}