@media screen and (min-width: 1024px) {
  #cd-primary-nav .has-children:first-child a {
    color: #000;
    position: relative;
  }
  #cd-primary-nav .has-children:first-child a::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 6px;
    background: #4c79c5;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: none;
  }
}
/* banner--start */
.ban_text {
  position: absolute;
  text-align: center;
  top: 35%;
  color: #fff;
  z-index: 2;
  width: 100%;
}
.ban_text img {
  width: 241px;
  margin-bottom: 20px;
}
.ban_text h3 {
  font-size: 74px;
  margin: 0px 0 25px;
  font-weight: bold;
}
.ban_text p {
  margin: 10px 0 10px;
  font-size: 46px;
  font-weight: bold;
}
.carousel-inner .item img {
  animation: slideanim 16s infinite;
}
/* banner--end */
/* product--start */
.prod_box {
  float: left;
  width: 100%;
  padding: 100px 0px;
  background: url(/assets/image/PRODUCTS.jpg) no-repeat;
  background-position-x: center;
  background-position-y: center;
}
.prod_box h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 25px;
  color: #003fa8;
}
.prod_box p {
  font-size: 54px;
  font-weight: normal;
  text-align: left;
  margin: 0 0px 40px;
  float: left;
  width: 100%;
  line-height: 50px;
}
.prod_tit {
  width: 46%;
  float: left;
  margin-top: 30px;
}
.prod_tit ul li {
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.prod_box .prod_tit ul {
  margin: 0;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prod_box .prod_tit ul li {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width: 46%;
  float: left;
  background: #4c79c5;
  margin-bottom: 22px;
  border-radius: 8px;
}
.prod_box .prod_tit ul li a {
  display: block;
  overflow: hidden;
}
.prod_box .prod_tit ul li a p {
  font-size: 16px;
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 44px;
  font-weight: 300;
}
.prod_box .prod_tit ul li.on {
  background-color: #003fa8;
  font-weight: bold;
}
.prod_box .prod_tit ul li.on a p {
  color: #fff;
}
.prod_cont {
  width: 50%;
  overflow: hidden;
  padding: 0px;
  float: right;
  /* background: linear-gradient(to bottom, #51565a, #aebecd, #51565a);
  background: -webkit-linear-gradient(to bottom, #51565a, #aebecd, #51565a);
  background: -moz-linear-gradient(to bottom, #51565a, #aebecd, #51565a); */
}
.prod_cont .prod_list {
  text-align: center;
}
.prod_cont .prod_list .w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.prod_cont .prod_list .prod_text {
  width: 100%;
  text-align: center;
  float: left;
}
.prod_cont .prod_list .prod_text h3 {
  margin: 0px;
  font-size: 22px;
  color: #003fa8;
  position: relative;
  transition: all 0.6s;
}
.prod_cont .prod_list .prod_text p img {
  display: none;
}
.prod_cont .prod_list .prod_text a {
  display: block;
  line-height: 45px;
  color: #003fa8;
  transition: all 0.6s;
}
.prod_cont .prod_list .prod_text:hover h3, .prod_cont .prod_list .prod_text:hover a {
  color: #4c79c5;
  transition: all 0.6s;
}
.prod_cont .prod_list .prod_img {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}
.prod_cont .prod_list .prod_img img {
  width: 100%;
  /* -webkit-box-reflect: below -10px linear-gradient(transparent 80%, #00000047); */
}
/* product--end */
/* about--start */
.about {
  width: 100%;
  padding: 100px 0px;
  background: url(/assets/image/about.jpg) no-repeat;
  background-position-x: center;
  background-position-y: center;
  float: left;
}
.about .w {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.about .w .about_left {
  width: 44%;
  overflow: hidden;
  float: left;
}
.about .w .about_left h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 25px;
  color: #003fa8;
}
.about .w .about_left h2 {
  font-size: 54px;
  font-weight: normal;
  text-align: left;
  margin: 0;
}
.about .w .about_left > p {
  line-height: 26px;
  margin: 40px 0px 20px;
  float: left;
  width: 97%;
  text-align: justify;
  font-weight: 300;
}
.about .w .about_left > a {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #003fa8;
  color: #fff;
  background-color: #003fa8;
  transition: all 0.6s;
  float: left;
  margin: 40px 0px 0px;
  border-radius: 50px;
}
.about .w .about_left > a span {
  font-size: 30px;
  line-height: 48px;
}
.about .w .about_left > a:hover {
  background-color: #4c79c5;
  border: 1px solid #4c79c5;
  color: #fff;
}
.about .w .about_right {
  width: 48%;
}
.about .w .about_right img {
  width: 100%;
}
/* about--end */
/* strength--start */
.strength {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.strength .str_left {
  width: 50%;
  position: relative;
  height: 500px;
  overflow: hidden;
}
.strength .str_left:nth-child(1) .str_left_img {
  background: url(/assets/image/sb.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.strength .str_left:nth-child(2) .str_left_img {
  background: url(/assets/image/jc.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.strength .str_left:hover .str_left_img {
  transform: scale(1.05);
}
.strength .str_left .str_text {
  width: 100%;
  color: #fff;
  float: left;
  box-sizing: border-box;
  padding: 0px;
  position: absolute;
  bottom: 60px;
  text-align: center;
  font-size: 44px;
  line-height: 44px;
  transition: all 0.6s;
}
.strength .str_left:hover .str_text {
  color: #003fa8;
  transition: all 0.6s;
  font-weight: bold;
  text-shadow: 1px 1px 0px #ffffff;
}
/* strength--end */
/* application--start */
.appli_box {
  width: 100%;
  overflow: hidden;
  margin: 100px 0px 0px;
}
.appli_box .appli_bt {
  margin-bottom: 40px;
  overflow: hidden;
  width: 88%;
  float: left;
}
.appli_box .appli_bt .line {
  width: 80px;
  height: 4px;
  background-color: #003fa8;
  margin: 0 auto;
}
.appli_box .appli_bt h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 25px;
  color: #003fa8;
}
.appli_box .appli_bt h2 {
  font-size: 54px;
  font-weight: normal;
  text-align: left;
  margin: 0 0px 20px;
  float: left;
  width: 100%;
  line-height: 50px;
}
.appli_box .appli_bt p {
  line-height: 26px;
  margin: 20px 0px;
  float: left;
  width: 100%;
  text-align: justify;
  font-weight: 300;
  font-size: 16px;
}
.appli_box .w a {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #003fa8;
  color: #fff;
  background-color: #003fa8;
  transition: all 0.6s;
  float: right;
  margin: 40px 0px 0px;
  border-radius: 50px;
}
.appli_box .w a span {
  font-size: 30px;
  line-height: 48px;
}
.appli_box .w a:hover {
  background-color: #4c79c5;
  border: 1px solid #4c79c5;
  color: #fff;
  transition: all 0.6s;
}
.appli_box .appli_tit {
  width: 100%;
  float: left;
}
.appli_tit ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.appli_box .appli_tit ul li {
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width: 25%;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.appli_box .appli_tit ul li a {
  display: block;
  padding: 0;
  overflow: hidden;
}
.appli_box .appli_tit ul li a img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: brightness(60%);
}
.appli_box .appli_tit ul li a p {
  line-height: normal;
  position: absolute;
  bottom: 40px;
  color: #fff;
  left: 40px;
  font-weight: bold;
  margin: 0;
  transition: all 0.6s;
  font-size: 24px;
}
.appli_box .appli_tit ul li:hover a p {
  bottom: 60px;
  transition: all 0.6s;
}
/* application--end */
/* news-start */
.news {
  width: 100%;
  overflow: hidden;
  padding: 100px 0px;
  background-color: #eeeeee;
}
.news .w {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.news .w .news_left {
  margin-bottom: 40px;
  overflow: hidden;
  width: 88%;
  float: left;
}
.news .w .news_left h1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 25px;
  color: #003fa8;
}
.news .w .news_left p {
  font-size: 54px;
  font-weight: normal;
  text-align: left;
  margin: 0 0px 20px;
  float: left;
  width: 100%;
  line-height: 50px;
}
.news .w a {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #003fa8;
  color: #fff;
  background-color: #003fa8;
  transition: all 0.6s;
  float: right;
  margin: 0px;
  border-radius: 50px;
}
.news .w a span {
  font-size: 30px;
  line-height: 48px;
}
.news .w a:hover {
  background-color: #4c79c5;
  border: 1px solid #4c79c5;
  color: #fff;
  transition: all 0.6s;
}
.news .news_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  padding: 0 5%;
}
.news .news_right .news_right_list {
  width: 31%;
  transition: all 0.6s;
  background: #fff;
}
.news .news_right .news_right_list .news_img {
  width: 100%;
  overflow: hidden;
}
.news .news_right .news_right_list .news_img img {
  width: 100%;
  height: 310px;
  transition: all 0.6s;
}
.news .news_right .news_right_list:hover .news_img img {
  transform: scale(1.05);
}
.news .news_right .news_right_list .news_text {
  overflow: hidden;
  flex: 1;
  transition: all .5s ease;
  margin-top: 50px;
  width: 92%;
  margin: auto;
  margin: 28px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.news .news_right .news_right_list .news_text .left {
  width: 83%;
  float: left;
}
.news .news_right .news_right_list .news_text .left h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 15px;
  width: 100%;
  float: left;
  line-height: 32px;
}
.news .news_right .news_right_list .news_text .left h3 a {
  color: #000;
}
.news .news_right .news_right_list .news_text .left .time {
  color: #999;
  width: 100%;
  float: left;
  transition: all 0.6s;
  font-size: 14px;
  font-weight: 300;
}
.news .news_right .news_right_list .news_text .left h3 a:hover, .news .news_right .news_right_list .news_text .left p a:hover {
  color: #003fa8;
  transition: all 0.6s;
}
.newsmore {
  width: 44px;
  height: 44px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #333;
  background-color: #e6e6e6;
  transition: all 0.6s;
  float: right;
  margin: 0px;
  border-radius: 50px;
}
.newsmore span {
  font-size: 25px;
  line-height: 42px;
}
.newsmore:hover {
  background-color: #003fa8;
  border: 1px solid #003fa8;
  color: #fff;
}
/* Franchise recruitment -- start  */
.Franchise {
  max-width: 1000px;
  overflow: hidden;
  padding: 100px 0px;
  background: url(/assets/image/Franchise.png) no-repeat;
  margin: 40px auto 55px;
  text-align: center;
}
.Franchise h1 {
  text-align: center;
  color: #003fa8;
}
.Franchise img {
  width: 572px;
}
/* Franchise recruitment-- end  */
/* news-end */
@media(max-width:980px) {
  /* banner */
  .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 240% !important;
    height: auto;
  }
  .ban_text {
    width: 100%;
    top: 30%;
  }
  .ban_text img {
    width: 140px;
    margin-bottom: 10px;
  }
  .ban_text h3 {
    font-size: 34px;
    margin: 0 0 10px;
    font-weight: bold;
  }
  .ban_text p {
    margin: 0;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0;
  }
  .ban_text a {
    display: none;
  }
  /* product */
  /* about */
  .about {
    width: 100%;
    padding: 70px 0px;
    background: url(/assets/image/about.jpg) no-repeat;
    background-position-x: center;
    background-position-y: center;
    float: left;
  }
  .about .w .about_left {
    width: 100%;
    overflow: hidden;
  }
  .about .w .about_left h2 {
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    margin: 0;
  }
  .about .w .about_left > p {
    line-height: 26px;
    margin: 40px 0px 20px;
    float: left;
    width: 100%;
    text-align: justify;
    font-weight: 300;
  }
  .about .w .about_left > a {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #003fa8;
    color: #fff;
    background-color: #003fa8;
    transition: all 0.6s;
    float: left;
    margin: 20px 0px 0px;
    border-radius: 50px;
  }
  .about .w .about_right {
    width: 100%;
    margin-top: 30px;
  }
  /* 产品 */
  .prod_box {
    float: left;
    width: 100%;
    padding: 60px 0px;
  }
  .prod_box p {
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    margin: 0 0px 40px;
    float: left;
    width: 100%;
    line-height: 47px;
  }
  .prod_tit {
    width: 100%;
    float: left;
    margin-top: 0px;
  }
  .prod_box .prod_tit ul li {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    width: 49%;
    float: left;
    background: #4c79c5;
    margin-bottom: 18px;
    border-radius: 8px;
  }
  .prod_box .prod_tit ul li a p {
    font-size: 15px;
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 37px;
    font-weight: 300;
  }
  .prod_cont {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    float: right;
  }
  .prod_cont .prod_list .prod_img {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  /* strength */
  .strength .str_left {
    width: 100%;
    position: relative;
    height: 320px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .strength .str_left .str_text a {
    display: block;
    line-height: 42px;
    color: #fff;
    margin: 0px;
    transition: all 0.6s;
    font-size: 40px;
  }
  /* application */
  .appli_box {
    width: 100%;
    overflow: hidden;
    margin: 70px 0px 0px;
  }
  .appli_box .appli_bt {
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
    float: left;
  }
  .appli_box .appli_bt h2 {
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    margin: 0 0px 20px;
    float: left;
    width: 100%;
    line-height: 47px;
  }
  .appli_box .w a {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #003fa8;
    color: #fff;
    background-color: #003fa8;
    transition: all 0.6s;
    float: left;
    margin: 10px 0px 30px;
    border-radius: 50px;
  }
  .appli_box .appli_tit ul li {
    text-align: center;
    box-sizing: border-box;
    position: relative;
    width: 49%;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 8px;
  }
  .appli_box .appli_tit ul li a img {
    height: 175px;
    width: auto;
    object-fit: contain;
    filter: brightness(60%);
  }
  /* news */
  .news {
    width: 100%;
    overflow: hidden;
    padding: 70px 0px;
    background-color: #eeeeee;
  }
  .news .w .news_left {
    width: 100%;
    margin-bottom: 20px;
  }
  .news .news_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 10px;
  }
  .news .news_right .news_right_list .news_text {
    overflow: hidden;
    flex: 1;
    transition: all .5s ease;
    margin-top: 50px;
    width: 94%;
    margin: auto;
    margin: 28px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .news .news_right .news_right_list .news_img img {
    width: 100%;
    height: 280px;
    transition: all 0.6s;
  }
  .news .news_right .news_right_list .news_text .left h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 15px;
    width: 100%;
    float: left;
    line-height: 26px;
  }
  .news .w .news_left p {
    font-size: 40px;
    font-weight: normal;
    text-align: left;
    margin: 0 0px 20px;
    float: left;
    width: 100%;
    line-height: 47px;
  }
  .news .w a {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #003fa8;
    color: #fff;
    background-color: #003fa8;
    transition: all 0.6s;
    float: left;
    margin: 0px 0px 30px;
    border-radius: 50px;
  }
  .news .w .news_right .news_right_list {
    width: 100%;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, .1);
    transition: all 0.6s;
    margin-bottom: 30px;
  }
  .news .news_right .news_right_list {
    width: 100%;
    transition: all 0.6s;
    background: #fff;
    margin-bottom: 20px;
  }
  /* 代理商 */
  .Franchise {
    max-width: 1000px;
    overflow: hidden;
    padding: 53px 0px;
    background: url(/assets/image/Franchise.png) 0px 142px no-repeat;
    margin: 0;
    text-align: center;
    background-size: 100%;
  }
  .Franchise h1 {
    text-align: center;
    color: #003fa8;
    font-size: 28px;
  }
  .Franchise img {
    width: 100%;
  }
}