.clear {
  clear: both;
}
.header-top {
  padding: 30px 320px;
  background-color: #1b3860;
}
.header-top .header-top-left {
  display: inline-block;
}
.header-top .header-top-right {
  display: inline-block;
  float: right;
  text-align: center;
}
.header-top .header-top-right .h1 {
  color: #fff;
  font-size: 18px;
}
.header-top .header-top-right .h1 span {
  color: #fff;
}
.header-top .header-top-right p {
  font-size: 24px;
  font-weight: 700;
  color: #ffae00;
}
.banner {
  margin-top: 123px;
}
.service {
  margin: 0 320px 60px;
}
.service .service-title {
  margin: 50px 0;
}
.service .service-title img {
  width: 1280px;
  height: 200px;
}
.service .service-mtitie {
  display: none;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #124aa1;
  font-weight: 600;
}
.service .service-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.service .service-list .service-item {
  width: 300px;
  padding: 35px 0;
  background-color: #124aa1;
  border-radius: 10px;
}
.service .service-list .service-item p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.service .service-list .service-item .service-item-line {
  width: 25px;
  height: 3px;
  margin-top: 30px;
  background-color: #fff;
  margin-left: 50%;
  transform: translateX(-50%);
}
.service .service-list .service-item .service-item-icon {
  display: flex;
  justify-content: space-around;
  margin-top: 35px;
}
.service .service-list .service-item .service-item-icon span {
  font-size: 75px;
  color: #fff;
}
.service .service-list .service-item .service-item-btn {
  width: 140px;
  height: 35px;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 30px;
  border-radius: 18px;
  color: #fff;
  background-color: #ffae00;
  text-align: center;
  line-height: 35px;
  font-size: 18px;
}
.product {
  height: 740px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product .product-left {
  width: 620px;
  padding: 220px 0 0 140px;
  background-color: #012e72;
}
.product .product-left .h6 {
  font-size: 18px;
  color: #fff;
}
.product .product-left .h1 {
  margin-top: 30px;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}
.product .product-left .product-left-line {
  margin-top: 40px;
  width: 55px;
  height: 5px;
  background-color: #fff;
}
.product .product-right {
  width: 1300px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .product-right .product-right-item {
  width: 50%;
  height: 50%;
}
.product .product-right .product-right-item img {
  width: 100%;
  height: 100%;
}
.certificate {
  position: relative;
  height: 1270px;
  width: 100%;
  background: url(../image/bookbg.jpg) center;
  background-size: 100% 100%;
}
.certificate .certificate-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.618);
}
.certificate .certificate-title {
  position: relative;
  text-align: center;
  z-index: 99;
}
.certificate .certificate-title .h1 {
  padding-top: 50px;
  font-size: 48px;
  color: #ffae00;
}
.certificate .certificate-title .h2 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 24px;
  color: #fff;
}
.certificate .certificate-title .h3 {
  margin-top: 15px;
  font-size: 24px;
  color: #fff;
}
.certificate .certificate-tlist {
  display: flex;
  margin-top: 30px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.certificate .certificate-tlist .certificate-tlist-item {
  width: 310px;
  height: 210px;
  text-align: center;
}
.certificate .certificate-tlist .certificate-tlist-item:nth-child(n+2) {
  margin-left: 5px;
}
.certificate .certificate-tlist .certificate-tlist-item img {
  max-width: 310px;
  max-height: 210px;
}
.certificate .certificate-blist {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 430px;
  text-align: center;
  justify-content: center;
}
.certificate .certificate-blist .certificate-blist-item:nth-child(n+2) {
  margin-left: 30px;
}
.certificate .certificate-blist .certificate-blist-item img {

}
.about {
  padding-top: 50px;
  margin: 0 320px;
}
.about .about-title {
  height: 110px;
  padding-top: 15px;
  background: url(../image/简介bg.png) no-repeat;
  text-align: center;
}
.about .about-title .h1 {
  font-size: 48px;
  color: #124aa1;
  font-weight: 800;
}
.about .about-title .h4 {
  font-size: 24px;
  color: #5c5c5c;
}
.about .about-content {
  padding: 55px 0;
}
.about .about-content .about-content-text {
  display: inline-block;
  width: 550px;
  padding-left: 20px;
}
.about .about-content .about-content-text .h1 {
  font-size: 24px;
  color: #333333;
}
.about .about-content .about-content-text .h4 {
  margin-top: 10px;
  font-size: 18px;
  color: #797979;
}
.about .about-content .about-content-text .h5 {
  margin-top: 50px;
  font-size: 18px;
  color: #797979;
  line-height: 30px;
}
.about .about-content .about-content-text .about-conten-btn {
  width: 210px;
  height: 65px;
  margin-top: 30px;
  border-radius: 33px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #ffae00;
}
.about .about-content .about-content-img {
  display: inline-block;
  float: right;
}
.about .about-content .about-content-img img {
  width: 640px;
  height: 450px;
}
.case {
  margin: 0 360px;
}
.case .case-title {
  padding-bottom: 30px;
  border-bottom: 1px solid #124aa1;
  font-size: 48px;
  color: #124aa1;
  font-weight: 700;
}
.case .case-title span {
  float: right;
  padding-top: 20px;
  font-size: 18px;
}
.case .case-title span a {
  color: #ffae00;
}
.case .case-list {
  width: 100%;
  display: flex;
}
.case .case-list .case-item {
  width: 290px;
}
.case .case-list .case-item:nth-child(n+2) {
  margin-left: 10px;
}
.case .case-list .case-item img {
  height: 240px;
  width: 290px;
}
.case .case-list .case-item p {
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  color: black;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news {
  padding: 35px 320px 60px;
  background-color: #012e72;
}
.news .news-title {
  text-align: center;
}
.news .news-title .h1 {
  font-size: 48px;
  color: #ffae00;
}
.news .news-title .h4 {
  font-size: 24px;
  color: #fff;
}
.news .news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.news .news-list .news-item {
  position: relative;
  overflow: hidden;
  width: 400px;
  height: 520px;
}
.news .news-list .news-item:hover .news-item-text {
  transform: translateY(-370px);
}
.news .news-list .news-item img {
  height: 375px;
  width: 100%;
}
.news .news-list .news-item .news-item-text {
  position: absolute;
  top: 370px;
  left: 0;
  padding: 20px;
  height: 520px;
  width: 400px;
  background-color: #fff;
  transition: all 0.2s;
  box-sizing: border-box;
}
.news .news-list .news-item .news-item-text .news-item-text-time {
  margin-bottom: 25px;
  font-size: 24px;
  color: #999999;
}
.news .news-list .news-item .news-item-text .news-item-text-title {
  font-size: 24px;
  color: black;
}
.news .news-list .news-item .news-item-text .news-item-text-content {
  margin-top: 30px;
  font-size: 18px;
  color: black;
}
.news .news-list .news-item .news-item-text .news-item-text-btn {
  width: 210px;
  height: 60px;
  margin-top: 35px;
  color: #fff;
  background-color: #ffae00;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  border-radius: 30px;
}
.mnews {
  display: none;
}
.searchs {
  width: 100%;
  text-align: center;
  background: #f4f6fd;
  padding: 57px 0;
  position: fixed;
  left: 0;
  top: 244px !important;
  z-index: 9;
  display: none;
}
.foot-menu {
  box-sizing: border-box;
}
.ewm-fx {
  padding-top: 15px !important;
}
.footer-list {
  box-sizing: border-box;
  position: relative;
  left: 15%;
  top: 100px;
}
.footer-list ul {
  display: inline-block;
  margin-left: 110px;
}
.footer-list ul li {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
}
.footer-list ul li span {
  font-size: 20px;
  color: #ffae00;
}
@media (max-width: 768px) {
  .banner {
    height: 4rem;
    margin-top: 0;
  }
  .banner img{
    height: 4rem;
  }
  .searchs {
    top:60px !important;
  }
  .header .header-box  {
    float: right;
    margin-left: 0;
  }
  .header-top {
    display: none;
  }
  .service {
    margin: 0 10%;
  }
  .service .service-title {
    display: none;
  }
  .service .service-mtitie {
    display: block;
    font-size:0.48rem;
  }
  .service .service-list {
    flex-wrap: wrap;
  }
  .service .service-list .service-item {
    width: 45%;
    padding: 10px 0;
    margin-top: 10px;
  }
  .service .service-list .service-item p {
    font-size: 0.15rem;
  }
  .service .service-list .service-item .service-item-line {
    margin-top: 10px;
  }
  .service .service-list .service-item .service-item-icon {
    margin-top: 10px;
  }
  .service .service-list .service-item .service-item-icon span {
    font-size: 40px;
  }
  .service .service-list .service-item .service-item-btn {
    width: 80%;
    font-size: 14px;
  }
  .product {
    height: 5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .product .product-left {
    width: 6.2rem;
    padding: 1rem 0 0 0.2rem;
    background-color: #012e72;
  }
  .product .product-left .h6 {
    font-size: 0.12rem;
    color: #fff;
  }
  .product .product-left .h1 {
    margin-top: 0.3rem;
    font-size: 0.25rem !important;
    color: #fff;
    font-weight: 700;
  }
  .product .product-left .product-left-line {
    margin-top: 0.4rem;
    width: 0.55rem;
    height: 0.05rem;
    background-color: #fff;
  }
  .product .product-right {
    width: 13rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product .product-right .product-right-item {
    width: 50%;
    height: 50%;
  }
  .product .product-right .product-right-item img {
    width: 100%;
    height: 100%;
  }
  .certificate {
    position: relative;
    height: 9rem;
    width: 100%;
    /*background: url(../image/证书bg.png) center;*/
  }
  .certificate .certificate-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.618);
  }
  .certificate .certificate-title {
    position: relative;
    text-align: center;
    z-index: 99;
  }
  .certificate .certificate-title .h1 {
    padding-top: 0.3rem;
    font-size: 0.48rem;
    color: #ffae00;
  }
  .certificate .certificate-title .h2 {
    margin-top: 0.1rem;
    margin-bottom: 0.25rem;
    font-size: 0.16rem;
    color: #fff;
  }
  .certificate .certificate-title .h3 {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    color: #fff;
  }
  .certificate .certificate-title .h3 span {
    font-size: 0.3rem !important;
  }
  .certificate .certificate-tlist {
    display: flex;
    margin-top: 0.3rem;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .certificate .certificate-tlist .certificate-tlist-item {
    width: 2rem;
    height: 1.5rem;
    text-align: center;
  }
  .certificate .certificate-tlist .certificate-tlist-item:nth-child(n+2) {
    margin-left: 5px;
  }
  .certificate .certificate-tlist .certificate-tlist-item img {
    max-width: 100%;
    max-height: 100%;
  }
  .certificate .certificate-blist {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 1.6rem;
    text-align: center;
    justify-content: center;
  }
  .certificate .certificate-blist .certificate-blist-item:nth-child(n+2) {
    margin-left: 0.15rem;
  }
  .certificate .certificate-blist .certificate-blist-item img {
    height: 2.2rem;
  }
  .about {
    padding-top: 0.3rem;
    margin: 0 0.2rem;
  }
  .about .about-title {
    height: 0.6rem;
    padding-top: 15px;
    background: none;
    text-align: center;
  }
  .about .about-title .h1 {
    font-size: 0.48rem;
    color: #124aa1;
    font-weight: 800;
    text-align: center;
  }
  .about .about-title .h4 {
    display: none;
    font-size: 0.24rem;
    color: #5c5c5c;
    text-align: center;
  }
  .about .about-content {
    padding: 0.3rem 0;
  }
  .about .about-content .about-content-text {
    display: inline-block;
    width: 100%;
    padding-left: 0rem;
  }
  .about .about-content .about-content-text .h1 {
    font-size: 0.24rem;
    color: #333333;
  }
  .about .about-content .about-content-text .h4 {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: #797979;
  }
  .about .about-content .about-content-text .h5 {
    margin-top: 0.3rem;
    font-size: 0.18rem;
    color: #797979;
    line-height: 0.3rem;
  }
  .about .about-content .about-content-text .about-conten-btn {
    width: 1.8rem;
    height: 100%;
    margin: 0 auto;
    margin-top: 0.2rem;
    border-radius: 0.2rem;
    line-height: 0.45rem;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    background-color: #ffae00;
  }
  .about .about-content .about-content-img {
    display: inline-block;
    float: right;
    width: 100%;
  }
  .about .about-content .about-content-img img {
    margin: 0 auto;
    margin-top: 0.1rem;
    width: 100%;
    height: 100%;
  }
  .case {
    margin: 0 0.2rem;
  }
  .case .case-title {
    padding-bottom: 0.1rem;
    border-bottom: 1px solid #124aa1;
    font-size: 0.3rem;
    color: #124aa1;
    font-weight: 700;
  }
  .case .case-title span {
    float: right;
    padding-top: 0.1rem;
    font-size: 0.14rem;
  }
  .case .case-title span a {
    color: #ffae00;
  }
  .case .case-list {
    
    /*padding: 0 0.3rem;*/
    width: 100%;
    display: flex;
    overflow: hidden;
  }
  .case .case-list .case-item {
    width: 100%;
  }
  .case .case-list .case-item:nth-child(n+2) {
    margin-left: 0.1rem;
  }
  .case .case-list .case-item img {
    height: 3rem;
    width: 6rem;
  }
  .case .case-list .case-item p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: black;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .goods_intro {
    width:100%;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    color: #757575;
  }
  .news {
    display: none;
  }
  .mnews {
    display: block;
    padding: 0 0.1rem 0.2rem;
    background-color: #012e72;
  }
  .mnews .mnews-title {
    text-align: center;
  }
  .mnews .mnews-title .h1 {
    font-size: 0.48rem;
    color: #ffae00;
  }
  .mnews .mnews-title .h4 {
    font-size: 0.16rem;
    color: #fff;
  }
  .mnews .mnews-list {
  /*  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    margin-top: 0.2rem;
  }
  .mnews .mnews-list .mnews-item {
   /* width: 45%;*/
    border-radius: 5px;
    background-color: #fff;
    padding: 0.2rem 0.1rem 0.3rem 0.15rem;
  }
  .mnews .mnews-list .mnews-item .news-item-text .news-item-text-time {
    font-size: 0.16rem;
    color: #e7e7e7;
  }
  .mnews .mnews-list .mnews-item .news-item-text .news-item-text-title {
    margin-top: 0.1rem;
    font-size: 0.18rem;
    color: black;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .mnews .mnews-list .mnews-item .news-item-text .news-item-text-content {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  .mnews .mnews-list .mnews-item .news-item-text .news-item-text-btn {
    width: 2rem;
    height: 0.5rem;
    margin-top: 0.1rem;
    border-radius: 0.25rem;
    text-align: center;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.14rem;
    background-color: #ffae00;
  }
  .swiper-container1 {
    position: relative;
    width: 100% !important;
    height: 100%;
    overflow: hidden;
  }
}



.swiper-container1 {
  position: relative;
  width: 60%;
  height: 100%;
  overflow: hidden;
}

.swiper-container1 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container2 .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
