.video_box{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.inner {
  width: 100%;
  padding-top: 56.3%;
  /* 视频高度比例 */
  height: 0;
  position: relative;
}

.inner .cont {
    position: absolute;
    inset: 0;
}

.inner .cont #player-container-id {
    width: 100%;
    height: 100%;
}
.video_box::after{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  /* background: #0000007d; */
}
.video_box .ban_text{
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 90%;
}
.video_box .ban_text h3{
  font-size: 3.3vw;
  color: #fff;
  text-align: center;
  margin: 0 0 20px;
  font-weight: bold;
}
.video_box .ban_text p{
  font-size: 2.3vw;
  color: #fff;
  text-align: center;
  margin: 0;
}
.vjs-control-bar{
  display: none!important;
}
.mouse_icon{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.mouse_icon>div{
  position: relative;
}
.mouse_icon>div::after{
  position: absolute;
  content: "";
  width: 24px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 20px;
  left: 0;
  top: 0;
}
.mouse_icon>div::before{
  position: absolute;
  content: "";
  width: 4px;
  height: 12px;
  border-radius: 5px;
  background: #fff;
  left: 10px;
  top: 5px;
  animation: basicUpDown 2s ease-in-out infinite;
}
@keyframes basicUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
        opacity: 0.3;
    }
}
.mouse_icon p{
  font-size: 15px;
  color: #fff;
  margin: 45px 0 0 -26px;
  text-transform: uppercase;
}
.about_box .w .about_fl .about_fl_text h3,
.about_box .w .about_fr_hz .about_fr h3,
.vision ul li h2,
.product .prod_tit ul li,
.service .w .service_tit h3,
.appli .w .appli_tit h3,
.layout .w .layout_tit h3,
.new .w .new_tit h3{
  font-size: 30px;
  font-weight: bold;
}

/* about--start */
.about_box{
  width: 100%;
  overflow: hidden;
  margin: 80px 0 100px;
  position: relative;
  z-index: 9;
}
.about_box .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_box .w .about_fl{
  width: 65%;
  overflow: hidden;
  background-image: url(/assets/image/js_img1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: all 0.5s;
}
.about_box .w .about_fl::after{
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 0, transparent 0, rgb(0, 68, 123, 0.3));
  transition: all 0.5s;
}
.about_box .w .about_fl:hover::after{
  background: linear-gradient(180deg, transparent 0, transparent 0, rgb(0, 68, 123, 0.9));
}
.about_box .w .about_fl .about_fl_text{
  width: 90%;
  overflow: hidden;
  position: absolute;
  left: 5%;
  bottom: 12%;
  z-index: 9;
}
.about_box .w .about_fl .about_fl_text h3,
.about_box .w .about_fr_hz .about_fr h3{
  margin: 0 0 15px;
  color: #fff;
}
.about_box .w .about_fl .about_fl_text p,
.about_box .w .about_fr_hz .about_fr p{
  font-size: 18px;
  color: #fff;
  line-height: 36px;
}
.about_box .w .about_fl .about_fl_text a{
  display: inline-block;
  width: 180px;
  line-height: 52px;
  text-align: center;
  color: #0d4da1;
  background-color: #ffff;
  transition: all 0.5s;
  margin-top: 20px;
  font-size: 18px;
}
.about_box .w .about_fl .about_fl_text a:hover{
  background-color: #0d4da1;
  color: #fff;
}
.about_box .w .about_fr_hz{
  display: flex;
  flex-wrap: wrap;
  width: 33%;
}
.about_box .w .about_fr_hz .about_fr{
  width: 100%;
  overflow: hidden;
  background-color: #0f5cc1;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 35px;
  transition: all 0.5s;
}
.about_box .w .about_fr_hz .about_fr:hover{
  background-color: #062c5c;
}
.about_box .w .about_fr_hz .about_fr1{
  background-image: url(/assets/image/js_img2.png);
  margin-bottom: 30px;
}
.about_box .w .about_fr_hz .about_fr2{
  background-image: url(/assets/image/js_img3.png);
}
.about_box .w .about_fr_hz .about_fr a{
  font-size: 18px;
  display: inline-block;
  margin-top: 12px;
  color: #fff;
}
.about_box .w .about_fr_hz .about_fr a span{
  transition: all 0.5s;
}
.about_box .w .about_fr_hz .about_fr a:hover span{
  margin-left: 20px;
}
/* about-end */
/* vision--start */
.vision{
  width: 100%;
  overflow: hidden;
  background-color: #e5f1f8;
  padding: 90px 0;
}
.vision ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.vision ul li{
  width: 33%;
  padding-right: 3%;
  margin: 0;
}
.vision ul li:nth-child(2){
  padding:0 3%;
  border-right: 2px solid #c2dbe9;
  border-left: 2px solid #c2dbe9;
}
.vision ul li:last-of-type{
  padding-right: 0;
  padding-left: 3%;
}
.vision ul li h2{
  margin: 0;
  color: #333;
}
.vision ul li h2 span{
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 10px;
  color: #666;
  display: none;
}
.vision ul li h3{
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
  color: #333;
}
.vision ul li p{
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 30px;
}

/* vision--end */

/* product--start */
.product{
  width: 100%;
  overflow: hidden;
  background-image: url(/assets/image/prod_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.product .prod_tit{
  width: 100%;
  overflow: hidden;
}
.product .prod_tit ul li{
  width: 300px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #0c4992;
  float: left;
  font-weight: bold;
  cursor: pointer;
}
.product .prod_tit ul li:first-child{
  border-radius: 10px 0 0 0;
}
.product .prod_tit ul li.on {
  background-color: #0075be;
  color: #fff;
}
.product .product_cont{
  width: 100%;
  overflow: hidden;
  background-color: #0d4da1;
  padding: 40px;
}
.product .product_cont .product_list p,
.quality>p{
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.product .product_cont .product_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.product .product_cont .product_list ul li{
  width: 23.5%;
  margin: 10px 0;
  text-align: center;
}
.product .product_cont .product_list ul li a>div{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.product .product_cont .product_list ul li img{
  width: 100%;
  transition: all 0.5s;
}
.product .product_cont .product_list ul li:hover img{
  transform: scale(1.13);
}
.product .product_cont .product_list ul li h3{
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  transition: all 0.5s;
  position: relative;
  font-weight: bold;
}
.product .product_cont .product_list ul li h3::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color:#9eb8d9;
  transition: all 0.5s;
}
.product .product_cont .product_list ul li:hover h3::after{
  width: 100%;
}
.quality{
  color: #FFF;
}
/* product--end */

/* quality--starat */
.quality ul{
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.quality ul li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
}

.quality ul li:nth-child(even) {
  flex-direction: row-reverse;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
}

.quality ul li .quality_pic {
  width: 50%;
  overflow: hidden;
}

.quality ul li .quality_pic img {
  width: 100%;
  transition: all 0.5s;
}

.quality ul li:hover .quality_pic img {
  transform: scale(1.13);
}

.quality ul li .quality_text {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3%;
}
.quality ul li .quality_text>div h3 {
  font-size: 24px;
  color: #333;
  margin: 0 0 10px;
  font-weight: bold;
}

.quality ul li .quality_text>div p {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 30px;
}

/* quality--end */

/* service--start */
.service{
	width: 100%;
  overflow: hidden;
  margin:80px 0;
}
.service .w .service_tit h3{
  text-align: center;
  margin: 0 0 10px;
}
.service .w .service_tit p{
  font-size: 20px;
  text-align: center;
  margin: 0;
  color: #333;
  overflow: hidden;
}
.service .w li h3{
  margin: 35px 0 10px;
  font-weight: bold;
  font-size: 24px;
}
.service .w p{
  font-size: 17px;
  line-height: 28px;
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.carl {
	max-width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.carousel-container {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
  margin-top: 20px;
}

.carousel-view {
	overflow: hidden;
	width: 100%;
	margin: auto;
}

.carousel-list {
	display: flex;
  flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
  margin-top: 20px;
	transition: transform 0.5s ease;
  justify-content: space-between;
}

.carousel-list li {
	box-sizing: border-box;
	padding: 0;
	position: relative;
	overflow: hidden;
  width: 24%;
}
.carousel-list img {
	width: 100%;
	display: block;
  transition: all 0.5s;
}
.carousel-list li>div{
  width: 100%;
  overflow: hidden;
}
.carousel-list li:hover img{
 transform: scale(1.13);
}
.carousel-list li a {
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  color: #0d4da1;
}
.carousel-list li a span{
  transition: all 0.5s;
}
.carousel-list li a:hover span{
  margin-left: 20px;
}
.carousel-btn {
	position: absolute;
	top: 35%;
	transform: translateY(-35%);
	border: none;
	cursor: pointer;
	color: #0d4da1;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	background: transparent;
	font-size: 32px;
  display: none;
}
.btn-prev {
	left: -10px;
}
.btn-next {
	right: -10px;
}
.carousel-indicators {
	position: relative;
	margin-top: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.indicator-item {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #81afec;
	cursor: pointer;
	transition: background-color 0.3s, transform 0.2s;
}

.indicator-item:hover {
	transform: scale(1.2);
}

.indicator-item.active {
	background-color: #0d4da1;
}


/* service--end */

/* application--start */
.appli_box{
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
  background: #e5f1f8;
}
.appli_box .w .appli_tit h3{
  margin: 0 0 15px;
  font-weight: bold;
}
.appli_box .w .appli_tit p{
  font-size: 20px;
  margin: 0;
  color: #333;
}
.appli{
  width:100%;
  overflow: hidden;
  margin-top: 30px;
}
.appli .appli_xz_tit ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.appli .appli_xz_tit ul li a{
  padding: 0 16px;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
  display: block;
}
.appli .appli_xz_tit ul li a:hover{
  background-color: #0d4da1;
  color: #fff;
  border-radius: 30px;
}
.appli .appli_xz_tit ul>a{
  padding: 0 30px;
  line-height: 43px;
  margin-right: 20px;
  border: 1px solid #ccc;
  border-radius: 30px;
  color: #333;
  transition: all 0.5s;
  font-size: 18px;
}
.appli .appli_xz_tit ul>a:hover{
  border: 1px solid #0d4da1;
  background-color: #0d4da1;
  color: #fff;
}
.appli_cont{
  width: 100%;
  position: relative;
  margin-top: 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.appli_cont .appli_item{
  /* display: none; */
  width: 49%;
  position: relative;
}
.appli_cont .appli_text{
  max-width: 90%;
  width: 100%;
  background-color: #0d4da1;
  color: #fff;
  padding: 40px;
  position: absolute;
  top: -90px;
  left: 5%;
  transition: all 0.5s;
  z-index: 999;
}
.appli_cont .appli_item:hover .appli_text{
  background-color: #0a3e81;
}
.appli_cont .appli_text h3{
  font-size: 26px;
  margin: 0 0 5px;
  font-weight: bold;
}
.appli_cont .appli_text p{
  font-size: 18px;
  line-height: 32px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;/*控制行数*/
  overflow: hidden;
}
.appli_cont .appli_text a{
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
}
.appli_cont .appli_text a span{
  transition: all 0.5s;
  margin-left: 5px;
}
.appli_cont .appli_text a:hover span{
  margin-left: 20px;
}
.appli_cont .appli_img{
  width: 100%;
  overflow: hidden;
  max-height: 630px;
}
.appli_cont .appli_img img{
  width: 100%;
  transition: all 0.5s;
}
.appli_cont .appli_item:hover img{
  transform: scale(1.13);
}




.appli {
	width: 100%;
	overflow: hidden;
}
.appli .w {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.appli .w .appli_tit p {
  font-size: 20px;
  text-align: center;
  margin: 0;
  font-weight: 300;
  color: #333;
}

.slither ul {
	position: relative;
	overflow: hidden;
	height: 490px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.slither ul li {
	float: left;
	width: 17%;
	overflow: hidden;
	height: 100%;
	position: relative;
	background: #000;
	cursor: pointer;
}

.slither ul li>a {
	display: block;
	width: 100%;
	height: 100%;
}

.slither ul li>a img {
	width: 100%;
	min-height: 460px;
	object-fit: cover;
	opacity: 0.8;
}

.slither ul li .layer .layer_text {
	position: absolute;
	bottom: 0px;
	padding: 40px 0px;
	width: 100%;
	left: 0;
	text-align: center;
	background: -webkit-linear-gradient(left, #3d70b4, #0d4da1);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.slither ul li .layer .layer_text .p1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 85%;
	float: left;
	margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.slither ul li .layer .layer_text .p3 {
	color: #fff;
	float: right;
	width: 15%;
	margin: 0;
}

.slither ul li .layer .layer_text .p3 .icon {
	font-size: 22px;
}


/* application--end */

/* global layout--start */
.layout{
  width: 100%;
  overflow: hidden;
  background-image: url(/assets/image/qqbj_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-position: center;
}
.layout .layout_tit{
  text-align: center;
  color: #fff;
}
.layout .layout_tit h3{
  margin: 0 0 10px;
}
.layout .layout_tit p{
  font-size: 20px;
  margin: 0;
}
.layout ul{
  max-width: 1200px;
  width: 100%;
  margin:120px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout ul li{
  text-align: center;
}
.layout ul li .num{
  position: relative;
  display: inline-block;
}
.layout ul li .num>div{ 
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  font-family: "DINCOND-BOLD";
}
.layout ul li .num span{
  font-size: 18px;
  display: inline-block;
  position: absolute;
  bottom: 12px;
  right: -12px;
  margin-left: 5px;
  color: #fff;
}
.layout ul li p{
  font-size: 18px;
  color: #fff;
  margin: 5px 0 0;
}
/* global layout--end */

/* news--start */
.new{
  width: 100%;
  overflow: hidden;
  margin: 100px 0;
}
.new .w{
  padding: 0;
}
.new .new_tit{
  text-align: center;
}
.new .new_tit h3{
  margin: 0 0 10px;
}
.new .new_tit p{
  font-size: 20px;
  margin: 0;
}
.new ul{
  width: 100%;
  overflow: hidden;
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px;
}
.new ul li{
  width: 32%;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
}
.new ul li .new_img{
  width: 100%;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.new ul li .new_img img{
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  object-fit: cover;
}
.new ul li:hover .new_img img{
  transform: scale(1.2);
}
.new ul li .new_text{
  width: 100%;
  padding: 30px;
  position: relative;
}
.new ul li .new_text h3{
  font-size: 20px;
  margin: 0 0 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;/*控制行数*/
  overflow: hidden;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  transition: all 0.5s;
}
.new ul li .new_text p{
  font-size: 16px;
  line-height: 26px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new ul li .new_text .time{
  display: block;
  font-size: 15px;
  color: #fff;
  font-style: normal;
  position: absolute;
  top: -42px;
  background: #c8242b;
  left: 0;
  padding: 10px;
}
.new ul li .new_text>div{
  width: 100%;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #efefef;
  color: #666;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.new ul li .new_text>div p,
.new ul li .new_text>div span{
  font-size: 15px;
  color: #666;
  margin: 0 0 20px;
}
.new ul li .new_text>div span{
  margin-left: 20px;
  font-size: 20px;
  margin-bottom: 0;
  transition: all 0.5s;
}
.new ul li:hover .new_text h3,
.new ul li:hover .new_text>div{
  color: #0d4da1;
}
.new ul li:hover .new_text>div span{
  color: #0d4da1;
  margin-left: 30px;
}
/* news--end */

@media(max-width:768px){
  /* banner */
  .video_box .ban_text {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 90%;
  }
  .video_box .ban_text h3 {
    font-size: 6vw;
    color: #fff;
    text-align: center;
    margin: 0 0 8px;
    font-weight: bold;
  }
  .video_box .ban_text p {
    font-size: 5vw;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  .vjs-control-bar{
    display: block;
  }
  .mouse_icon{
    display: none;
  }
  /* about */
  .about_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
    position: relative;
    z-index: 9;
  }
  .about_box .w .about_fl {
    width: 100%;
    overflow: hidden;
    background-image: url(/assets/image/js_img1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.5s;
    height: 420px;
  }
  .about_box .w .about_fl .about_fl_text h3, 
  .about_box .w .about_fr_hz .about_fr h3, 
  .vision ul li h2, 
  .product .prod_tit ul li, 
  .service .w .service_tit h3, 
  .appli .w .appli_tit h3, 
  .layout .w .layout_tit h3, 
  .new .w .new_tit h3 {
    font-size: 26px;
    font-weight: bold;
  }
  .about_box .w .about_fl .about_fl_text p, 
  .about_box .w .about_fr_hz .about_fr p {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
  }
  .about_box .w .about_fr_hz {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
  }
  .about_box .w .about_fr_hz .about_fr{
    padding: 50px 20px;
  }
  /* vision */
  .vision {
    width: 100%;
    overflow: hidden;
    background-color: #e5f1f8;
    padding: 50px 0;
  }
  .vision ul li {
    width: 100%;
    padding-right: 0;
    margin: 0;
  }
  .vision ul li:nth-child(2) {
    padding: 0;
    border-right: 0;
    border-left: 0;
    margin: 30px 0;
  }
  .vision ul li:last-of-type {
    padding-right: 0;
    padding-left: 0;
  }
  .vision ul li h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 5px;
    color: #333;
  }
  .vision ul li p {
    font-size: 17px;
    color: #666;
    margin: 0;
    line-height: 30px;
  }
  /* product */
  .product {
    width: 100%;
    overflow: hidden;
    background-image: url(/assets/image/prod_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
  }
  .product .prod_tit ul li{
    width: 100%;
  }
  .product .prod_tit ul li:first-child {
    border-radius: 0;
  }
  .product .product_cont {
    width: 100%;
    overflow: hidden;
    background-color: #0d4da1;
    padding: 30px 10px;
  }
  .product .product_cont .product_list p, 
  .quality>p {
    font-size: 17px;
    line-height: 30px;
    color: #fff;
  }
  .product .product_cont .product_list ul li {
    width: 100%;
    margin: 10px 0 0;
    text-align: center;
  }
  .product .product_cont .product_list ul li h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 0;
    transition: all 0.5s;
    position: relative;
    font-weight: bold;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /*quality  */
  .quality ul li{
    display: flex;
    flex-wrap: wrap;
  }
  .quality ul li .quality_pic {
    width: 100%;
    overflow: hidden;
  }
  .quality ul li .quality_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 15px;
  }
  .quality ul li .quality_text>div p {
    font-size: 17px;
    color: #333;
    margin: 0;
    line-height: 30px;
  }
  .quality ul li .quality_text>div h3 {
    font-size: 22px;
    color: #333;
    margin: 0 0 10px;
    font-weight: bold;
  }
  /* service */
  .service {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .service .w .service_tit p {
    font-size: 18px;
  }
  .carousel-btn {
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
  .carousel-list{
    padding: 0;
  }
  .carousel-list li {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .service .w li h3 {
    margin: 20px 0 10px;
    font-weight: bold;
    font-size: 22px;
  }
  .service .w p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }
  /* application */
  .appli_box {
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    background: #e5f1f8;
  }
  .appli_box .w .appli_tit p {
    font-size: 18px;
    margin: 0;
    color: #333;
    line-height: 30px;
  }
  .appli {
    width: 100%;
    overflow: hidden;
    margin-top: 0;
  }
  .appli .appli_xz_tit ul li {
    padding: 0 30px;
    line-height: 45px;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .appli .appli_xz_tit ul>a {
    padding: 0;
    line-height: 43px;
    margin-right: 0;
    border: 1px solid #ccc;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s;
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
  .appli_cont {
    width: 100%;
    position: relative;
    margin-top: 30px;
  }
   .appli_cont .appli_item {
    /* display: none; */
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .appli_cont .appli_text {
    max-width: 100%;
    width: 100%;
    background-color: #0d4da1;
    color: #fff;
    padding: 30px 15px;
    position: relative;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 999;
  }

  .appli {
		width: 100%;
		overflow: hidden;
		margin: 40px 0;
	}
	.slither ul {
		position: relative;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin: 15px auto 0;
		display: block;
		justify-content: normal;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.slither ul li .layer .layer_text {
		position: absolute;
		bottom: -16%;
		width: 100%;
		left: 0;
		transform: translateY(-0%);
	}

	.slither ul li {
		float: left;
		width: 100% !important;
		overflow: hidden;
		height: 100%;
		position: relative;
		cursor: pointer;
		margin-bottom: 15px;
	}

	.slither ul li>a {
		display: block;
		width: 100%;
		height: 117px;
	}

	.slither ul li .layer .layer_text {
		position: absolute;
		bottom: 0px;
		padding: 15px 0px;
		width: 100%;
		left: 0;
		text-align: center;
		background: -webkit-linear-gradient(left, #0d4da1, #0d4da1);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.slither ul li>a img {
		width: 100%;
		min-height: 235px;
		object-fit: cover;
		opacity: 1;
	}


  /* global layout */
  .layout {
    width: 100%;
    overflow: hidden;
    background-image: url(/assets/image/qqbj_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    background-position: center;
  }
  .layout ul {
    max-width: 100%;
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout ul li {
    text-align: center;
    width: 50%;
    margin: 10px 0;
  }
  /* news */

  .new {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 30px 0;
  }
  .new ul{
    margin: 0;
  }
  .new ul li {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .new ul li .new_text {
    width: 100%;
    padding: 30px 15px;
    position: relative;
  } 
  .foot_lx{
    margin-top: 30px;
  }






}








