@media screen and (min-width: 1024px){
  #cd-primary-nav .has-children:first-child a{
    color: #1e398f;
    position: relative;
  }
  #cd-primary-nav .has-children:first-child a::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background: #1e398f;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
/* banner--start */
.ban_text{
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  top: 25%;
  color: #fff;
  z-index: 2;
}
.ban_text h3{
  font-size: 80px;
  margin: 0 0 40px;
  letter-spacing: 12px;
}
.ban_text form input{
  width: 750px;
  height: 60px;
  border: 0;
  border-radius: 0;
  padding: 0 10px;
  font-size: 16px;
  color: #333;
}
.ban_text form{
  position: relative;
}
.ban_text form button{
  width: 92px;
  background: #1e398f;
  height: 44px;
  border: 0;
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 16px;
}
.ban_text form button span{
  font-size: 20px;
  margin-right: 10px;
}

/* banner--end */

/* product--start */
.product{
  width: 100%;
  overflow: hidden;
  margin: 60px 0;
}
.product .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .w .prod_left{
  width: 48%;
  color: #333;
}
.product .w .prod_left h1{
  font-size: 25px;
  font-weight: 300;
  margin: 0;
}
.product .w .prod_left h3{
  font-size: 50px;
  font-weight: bold;
  color: #000;
  margin: 15px 0 25px;
}
.product .w .prod_left p{
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product .w .prod_left ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 3% 0;
}
.product .w .prod_left ul li{
  width: 33.33%;
  margin: 2% 0;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product .w .prod_left ul li a{
  font-size: 14px;
  color: #000;
  position: relative;
  transition: all 0.5s;
  font-weight: bold;
}
.product .w .prod_left ul li a::after{
  width: 0%;
  height: 1px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #224edb;
  transition: all 0.5s;
}
.product .w .prod_left>a{
  font-size: 14px;
  padding: 10px 25px;
  color: #fff;
  background: #1e398f;
  border-radius: 25px;
  transition: all 0.5s;
}
.product .w .prod_left ul li:hover a{
  color: #224edb;
}
.product .w .prod_left ul li:hover a::after{
  width: 100%;
}
.product .w .prod_left>a:hover span{
  color: #fff;
  margin-left: 65px;
}
.product .w .prod_left>a:hover{
  background: #224edb;
}
.product .w .prod_left>a span{
  font-size: 22px;
  margin-left: 30px;
  transition: all 0.5s;
}
.product .w .prod_right{
  width: 48%;
}
.product .w .prod_right img{
  width: 100%;
}
.product .w .prod_list{
  width: 24%;
  background: #f6f7f7;
  margin-top:50px;
  transition: all 0.5s;
}
.product .w .prod_list:hover {
  background: #e7e7e7;
}
.product .w .prod_list div:first-of-type{
  background: #dce0e1;
  padding: 17% 0;
  transition: all 0.5s;
}
.product .w .prod_list:hover div:first-of-type{
  background: #224edb;
}
.product .w .prod_list div img{
  width: 80px;
  display: block;
  margin: 0 auto;
}
.product .w .prod_list div img:nth-of-type(2){
  display: none;
}
.product .w .prod_list:hover div img:nth-of-type(1){
  display: none;
}
.product .w .prod_list:hover div img:nth-of-type(2){
  display: block;
}
.product .w .prod_list div:last-of-type{
  padding: 20px;
}
.product .w .prod_list div h3{
  font-size: 22px;
  margin: 0 0 10px;
  color: #1e398f;
}
.product .w .prod_list div p{
  font-size: 15px;
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product .w .prod_list div .text_more{
  font-size: 14px;
  padding-bottom: 5px;
  margin: 0;
  color: #999;
  transition: all 0.5s;
}
.product .w .prod_list div .text_more span {
  font-size: 22px;
  margin-left: 45px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}
.product .w .prod_list:hover div .text_more{
  color: #224edb;
  /* border-bottom: 1px solid #224edb; */
}
.product .w .prod_list:hover div .text_more span{
  color: #224edb;
  margin-left: 65px;
}
/* product--end */

/* about--start */
.about_box{
  width: 100%;
  overflow: hidden;
  margin: 70px 0;
  text-align: center;
}
.about_box .w>div{
  overflow: hidden;
}
.about_box .w>div h3{
  font-size: 44px;
  font-weight: 300;
  margin: 0;
  text-align: center;
}
.about_box .w>div p{
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: 15px 0 30px;
}
.about_box .w>div a{
  text-align: center;
  font-size: 14px;
  padding: 10px 25px;
  color: #fff;
  background: #1e398f;
  border-radius: 25px;
  transition: all 0.5s;
}
.about_box .w>div a span{
  font-size: 22px;
  margin-left: 45px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}
.about_box .w>div a:hover span{
  color: #fff;
  margin-left: 65px;
}
.about_box .w>div a:hover{
  background: #224edb;
}
.about_box .w>div img{
  width: 100%;
  margin: 50px 0;
}
.about_box .w ul{
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.about_box .w ul li{
  text-align: center;
}
.about_box .w ul li>div{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #87b5e6;
  margin: 0 auto 20px;
  transition: all 0.5s;
  display: flex;
}
.about_box .w ul li>div:hover{
  background: #224edb;
}
.about_box .w ul li>div img{
  width: 58px;
  margin: auto;
}
.about_box .w ul li>a{
  font-size: 20px;
  color: #333;
}
.about_box .w ul li>a:hover{
  color: #224edb;
}
.about_box .w ul li>p{
  margin: 8px 0 0 0;
  font-size: 15px;
  color: #666666;
}
/* about--end */

/* contac--start */
.contac{
  width: 100%;
  overflow: hidden;
  padding: 7% 0;
  /* background: url(/assets/image/lx_bg.jpg)center no-repeat; */
  background: #eeeeee;
  position: relative;
}
.contac div{
  text-align: center;
}
.contac div img:first-of-type{
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
}
.contac div img:last-of-type{
  position: absolute;
  right: 30px;
  bottom: 0;
  width: 29%;
}
.contac div h3{
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 15px;
}
.contac div h3:last-of-type{
  margin-bottom: 40px;
}
.contac div a{
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e398f;
  color: #333;
}
.contac div a span{
  font-size: 22px;
  margin-left: 45px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}
.contac div a:hover span{
  color: #224edb;
  margin-left: 65px;
}
.contac div a:hover{
  color: #224edb;
  border-bottom: 1px solid #224edb;
}
/* contac--end */

/* news--start */
.news_box{
  width: 100%;
  padding: 70px 0;
  overflow: hidden;
}
.news_box .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_box .w .new_left{
  width: 30%;
}
.news_box .w .new_left .new_tit{
  margin-bottom: 60px;
}
.news_box .w .new_left .new_tit h3{
  font-size: 44px;
  font-weight: 300;
  margin: 0 0 10px;
}
.news_box .w .new_left .new_tit p{
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}
.news_box .w .new_left .new_left_text .new_time{
  margin-bottom: 20px;
}
.news_box .w .new_left .new_left_text .new_time span:first-of-type{
  background: #1e398f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 100px;
  margin-right: 10px;
}
.news_box .w .new_left .new_left_text .new_time span:last-of-type{
  font-size: 14px;
  color: #999999;
}
.news_box .w .new_left .new_left_text div:last-of-type h3{
  margin: 0 0 50px;
}
.news_box .w .new_left .new_left_text div:last-of-type h3 a{
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.news_box .w .new_left .new_left_text div:last-of-type h3 a:hover{
  color: #224edb;
}
.news_box .w .new_left .new_left_text div>a{
  text-align: center;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e398f;
  color: #333;
}
.news_box .w .new_left .new_left_text div>a span{
  font-size: 22px;
  margin-left: 45px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}
.news_box .w .new_left .new_left_text div>a:hover span{
  color: #224edb;
  margin-left: 65px;
}
.news_box .w .new_left .new_left_text div>a:hover{
  color: #224edb;
  border-bottom: 1px solid #224edb;
}
.news_box .w .new_center{
  width: 32%;
}
.news_box .w .new_center img{
  width: 100%;
}
.news_box .w .new_right{
  width: 30%;
}
.news_box .w .new_right li:nth-of-type(2){
  margin: 8% 0;
  padding: 8% 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.news_box .w .new_right li .new_time span:first-of-type{
  border: 1px solid #1e398f;
  color: #1e398f;
  padding: 2px 10px;
  border-radius: 100px;
  margin-right: 10px;
}
.news_box .w .new_right li .new_time span:last-of-type{
  font-size: 14px;
  color: #999999;
}
.news_box .w .new_right li h3{
  margin: 12px 0 0;
}
.news_box .w .new_right li h3 a{
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
}
.news_box .w .new_right li h3 a:hover{
  color: #224edb;
}
/* news--end */

@media(max-width:768px){
  /* banner */
  .carousel-inner>.item>a>img, 
  .carousel-inner>.item>img, 
  .img-responsive, .thumbnail a>img, 
  .thumbnail>img {
    display: block;
    width: auto;
    height: 220px;
  }
  .ban_text {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    color: #fff;
    z-index: 2;
  }
  .ban_text h3 {
    font-size: 26px;
    margin: 0 0 15px;
    letter-spacing: 0;
  }
  .ban_text form input {
    width: 320px;
    height: 48px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
  }
  .ban_text form button {
    width: 80px;
    background: #1e398f;
    height: 34px;
    border: 0;
    border-radius: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 14px;
  }
  /* 产品 */
  .product {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .product .w .prod_left {
    width: 100%;
    color: #333;
  }
  .product .w .prod_left h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 8px 0 15px;
  }
  .product .w .prod_left p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 30px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #666;
  }
  .product .w .prod_left ul li {
    width: 49%;
    margin: 10px 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .product .w .prod_left ul li:nth-of-type(9){
    display: none;
  }
  .product .w .prod_left>a {
    font-size: 14px;
    padding: 0;
    color: #fff;
    background: #1e398f;
    border-radius: 25px;
    transition: all 0.5s;
    display: block;
    width: 160px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;
  }
  .product .w .prod_right {
    width: 100%;
  }
  .product .w .prod_list {
    width: 100%;
    background: #f6f7f7;
    margin-top: 20px;
    transition: all 0.5s;
  }
  .product .w .prod_list div:first-of-type {
    background: #dce0e1;
    padding: 55px 0;
    transition: all 0.5s;
  }
  /* 介绍 */
  .about_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    text-align: center;
  }
  .about_box .w>div h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
    text-align: center;
  }
  .about_box .w>div p {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 15px 0 30px;
    color: #666;
  }
  .about_box .w>div img {
    width: auto;
    margin: 35px 0;
    height: 220px;
    transform: translateX(-50%);
    position: relative;
    right: 50%;
  }
  .about_box .w ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
  }
  .about_box .w ul li {
    text-align: center;
    width: 48%;
    margin: 10px 0;
  }
  .about_box .w ul li>div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #87b5e6;
    margin: 0 auto 10px;
    transition: all 0.5s;
    display: flex;
  }
  .about_box .w ul li>div img {
    width: 50px;
    margin: auto;
  }
  .about_box .w ul li>a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }
  .about_box .w ul li>p {
    margin: 8px 0 0 0;
    font-size: 16px;
    color: #666666;
  }
  .contac div img:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
  }
  .contac div img:last-of-type {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 40%;
  }
  .contac div h3 {
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .contac div h3:last-of-type {
    margin-bottom: 20px;
  }
  /* 新闻 */
  .news_box {
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
  }
  .news_box .w .new_left {
    width: 100%;
  }
  .news_box .w .new_left .new_tit {
    margin-bottom: 40px;
  }
  .news_box .w .new_left .new_tit h3 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 10px;
  }
  .news_box .w .new_center {
    width: 100%;
    margin: 30px 0;
  }
  .news_box .w .new_right {
    width: 100%;
  }
  .news_box .w .new_left .new_left_text div:last-of-type h3 {
    margin: 0 0 20px;
  }
  .news_box .w .new_right li:nth-of-type(2) {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }












}