.banner{
  position: relative;
}
.ban-swiper {
  height: 800px;
  overflow: hidden;

}
.ban-swiper .slide-img{

  width: 100%;
  height:auto;

}
.ban-swiper .swiper-slide.swiper-slide-active img{
  transition: all .3s;
  -webkit-animation:scale-bg 6s linear forwards;
  animation:scale-bg 6s linear forwards
}

.banner .swiper-pagination-bullet {
  background: #fff;
}
.banner .swiper-pagination-bullet-active{
  background: #fffa50;

  }
  .banner .arrbtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 99;
  }
  .banner .arrbtn.ban-right{
    right: 0;
  }
@media screen and  (max-width: 1024px) {
  .banner{
    margin: 40px 0 0 0;
  }
  .ban-swiper {
    height: 180px;
    overflow: hidden;

  
  }
  .banner .arrbtn{
  display: none;
    
}
}

@-webkit-keyframes scale-bg{
  from{-webkit-transform:scale(1.2);transform:scale(1.2)}
  to{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes scale-bg{
  from{-webkit-transform:scale(1.2);transform:scale(1.2)}
  to{-webkit-transform:scale(1);transform:scale(1)}
}
.com-tit{
 
}
.com-tit .tit-left{
  padding-left: 8px;
  border-left: 4px #000 solid;
}
.com-tit .tit-left h1{
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.com-tit .tit-left p{
  color: #A4A4A4;
  font-size: 12px;
  margin-top:5px;
}
.com-tit .more{
  position: relative;
  background-color: #000;
  color: #fff;
  border: 2px #000 solid;
  font-size: 14px;
  line-height: 40px;
  padding: 0 50px;
  cursor: pointer;
  display: block;
  transition: all 0.5s;
}
.com-tit .more:hover{
  background-color: #fff;
  color: #000;
  border: 2px #000 solid;
}
.com-tit .more div{
  position: absolute;
  top: 0;
  right: 10px;
}
@media screen and  (max-width: 1024px) {

  .com-tit .tit-left h1 {
    color: #000;
    font-size:18px;
  }
  .com-tit .tit-left p {
    font-size:12px;
  }
  .com-tit .more {
    position: relative;
    background-color: #000;
    color: #fff;
    border: 2px #000 solid;
    font-size: 14px;
    line-height: 40px;
    padding: 0 8%;
    cursor: pointer;
    display: block;
    transition: all 0.5s;
    margin-top: 15px;
  }
}

.section-one{
  background: url('../images/bj.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.section-one .contect{
  margin-top: 30px;
}
.section-one .contect a{
  cursor: pointer;
  position: relative;
}
.section-one .contect a .text-box{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 15px;
color: #fff;
}
.section-one .contect a .text-box h1{
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 26px;
}
.section-one .contect a .text-box p{

  font-size: 16px;
}
.section-one .contect a img{
  transition: all 0.5s;
}
.section-one .contect a:hover img{
  transform: scale(1.2);
}
.section-one .contect .left{
  width: 49.6%;
}
.section-one .contect .left a{
  display: block;
  height:184px;
  overflow: hidden;
 
}
.section-one .contect .left a:last-child{
  margin-top:10px;
}
.section-one .contect .left a img{
  width: 100%;
}
.section-one .contect .right{
  width: 49.6%;
  height: 378px;
  overflow: hidden;
  display: block;
  color:#484848;

}

.section-one .contect a.right .text-box{
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 70%;
color:#484848;
text-align: right;
}
.section-one .contect .right img{
 width: 100%;

}

.section-one .contect .bottom{
  width: 100%;
  margin-top: 9px;
}
.section-one .contect .bottom a{
width: 33%;
display: block;
height: 183px;
overflow: hidden;

}

.section-one .contect .bottom a .text-box{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
}

.section-one .contect .bottom a img{
  width: 100%;

}
.section-one .sreach-input{
  border: 2px #585858 solid;
  padding: 15px;
  margin-top: 15px;
}
.section-one .sreach-input input{
  font-size: 14px;
}
.section-one .sreach-input img{
  width: 22px;
  height: 22px;
}
@media screen and  (max-width: 1024px) {
  .section-one{
    padding: 5% 0;
  }
  .section-one .contect{
    margin-top: 3%;
  }
  .section-one .contect .left {
    width:49.5%;
}
.section-one .contect .left a {
  height: 56px;
  border-radius: 5px;
}
.section-one .contect .left a:last-child {
  margin-top: 5px;
}
.section-one .contect .right {
  width:49.5%;
  height: 117px;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}

.section-one .contect .bottom a{
  overflow: hidden;
  border-radius: 5px;
  height: 56px;
}
.section-one .sreach-input {
  border: 2px #585858 solid;
  padding: 10px;
  margin-top: 15px;
}

.section-one .contect a .text-box h1 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
}
.section-one .contect a .text-box p {
  font-size: 12px;
}
.section-one .contect a.right .text-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 52%;
  color: #484848;
  text-align: right;
}

}


.section-two{
  padding: 50px 0;
}
.section-two .left{
    width: 30%;
}
.section-two .left h1{
  color: #000;
  font-size: 32px;
}
.section-two .left p{
  color: #000;
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px;
  width: 70%;
}

.section-two .left .more{
  position: relative;
  background-color: #000;
  color: #fff;
  border: 2px #000 solid;
  font-size: 14px;
  line-height: 40px;
  padding: 0 50px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  margin-top: 15px;
}
.section-two .left .more:hover{
  background-color: #fff;
  color: #000;
  border: 2px #000 solid;
}
.section-two .left .more div{
  position: absolute;
  top: 0;
  right: 10px;
}
.section-two .right{
  width: 70%;
}

.section-two .right .item{
  width: 32.5%;
}
.section-two .right .con-box {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.section-two .right img {
  width: 100%;
}

.section-two .right .con-box .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #426276;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all .3s;
}

.section-two .right .con-box .text-box{
	position: absolute;
	left: 0;
	bottom:0px;
	width: calc(100% - 16%);
	padding: 0 8%;
	overflow: hidden;
	transition: all .3s;
}
.section-two .right .con-box .index-more{
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .3s;
	
}
.section-two .right .con-box .tit{
	font-size: 32px;
	color: #fff;
	font-family: 'han-bold';
}
.section-two .right .con-box .desc{
	font-size: .45rem;
	line-height:.55rem;
	color: #fff;
	margin-top: .25rem;
}
.section-two .right .index-more{
	display: block;
  width:150px;
	padding:5px 15px;
	border-radius: 90px;
	background-color: #4698cb;
	text-align: center;
	color: #fff;
	line-height:40px;
	font-size:18px;
	font-family: 'han-bold';
	transition: all .2s;
}

.section-two .right .con-box:hover .text-box{
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.section-two .right .con-box:hover .index-more{
  display: block;
  margin: 15px auto 0;
  background-color: #fff;
  color: #4698cb;
}
.section-two .right .con-box:hover .mask{
  opacity: .6;
  filter: alpha(opacity=60);
}
.section-two .right .con-box:hover .index-more{
  opacity: 1;
  filter: alpha(opacity=100);
}
 
.section-two .right .con-box:hover .text-box{
  height: auto;
}
.section-two .right .con-box:hover .index-more:hover{
  background-color: #4698cb;
  color: #fff;
}

@media screen and  (max-width: 1024px) {
  .section-two{
    padding: 5% 0;
  }
  .section-two .left {
    width: 100%;
}
.section-two .left p {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}
.section-two .left h1 {
  color: #000;
  font-size: 24px;
}
.section-two .right {
  width: 100%;
  margin-top: 3%;
}
.section-two .right .con-box .tit{
  font-size: 18px;
}
}



.section-three .w12{
  padding: 50px 0;
  border-top: 1px #EAEAEA solid;
}

.section-three ul{
  margin-top: 20px;
}

.section-three ul li{
  width: 30%;
  cursor: pointer;
}

.section-three ul li .time{
  color:#676767;
  font-size: 14px;
}
.section-three ul li p{
  color:#2E3435;
  font-size: 14px;
  width: 98%;
  margin: 10px 0;
}
.section-three ul li .img{
  width: 100%;
  height:220px;
  overflow: hidden;
  border-radius: 15px;
}
.section-three ul li .img img{
  width: 100%;
  transition: all 0.3s;
}
.section-three ul li:hover  .img img{
  transform: scale(1.2);
}
.section-three ul li .more{
  color: #747372;
  font-size: 14px;
  margin-top: 15px;
}

@media screen and  (max-width: 1024px) {
  .section-three .w12{
    padding: 3% 0;
    border-top: 1px #EAEAEA solid;
  }
  .section-three ul li .img {
    width: 100%;
    height: 70px;
    overflow: hidden;
    border-radius: 15px;
}
.section-three ul li .more{
  color: #747372;
  font-size: 12px;
  margin-top: 5px;
}
}
.section-four{
  padding: 50px 0;
  background-color: #EEEEEE;
}
.section-four h1{
  font-size: 22px;
  color: #000;
  padding: 15px 0;
}

@media screen and  (max-width: 1024px) {
  .section-four{
    padding: 3% 0;

  }
  .section-four h1{
    padding: 3% 0;
    font-size: 18px;

  }
}

.banner .banner-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
} 

.banner .banner-text h1{
  color: #fff;
  font-size: 60px;
}
.banner .banner-text h1 span{
  color: #FFFA50;
}
.banner .banner-text p{
  color: #fff;
  font-size: 22px;
  padding: 15px 0;
}
.banner .banner-text .link{
  margin-top: 30px;
}
.banner .banner-text a{
  color: #333333;
  background-color: #fff;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
}
.banner .banner-text a.act{
  color: #fff;
  background-color: #000;

}

@media screen and  (max-width: 1024px) {
  .banner .banner-text h1{
    color: #fff;
    font-size: 22px;
  }
  .banner .banner-text h1 span{
    color: #FFFA50;
  }
  .banner .banner-text p{
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
  }
  .banner .banner-text .link{
    margin-top: 10px;
  }
  .banner .banner-text a{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 12px;
  }
}

.about-box{
  padding: 50px 0;
}
.about-box .contect .left{
  width: 45%;
  

}
.about-box .contect .left h1{
  color: #000;
  font-size: 24px;
  font-weight: bolder;
  position: relative;
  padding: 10px 0;
}
.about-box .contect .left h1::after{
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;

}
.about-box .contect .left p{
  margin-top: 25px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.about-box .contect .left .textbg{
  font-size: 72px;
  font-weight: bolder;
  margin-top: -50px;
  color: #f6f6f6;
}
.about-box .contect .right{
  width: 45%;
  position: relative;
}
.about-box .contect .right video{
  width: 100%;
}
.about-box .contect .right .player{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and  (max-width: 1024px) {
  .about-box{
    padding: 5% 0;
  }
  .about-box .contect .left{
    width: 100%;
    
  
  }
  .about-box .contect .left h1 {
    color: #000;
    font-size: 22px;
    font-weight: 100;
    position: relative;
    padding: 10px 0;
}
.about-box .contect .left p {
  margin-top: 15px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
  .about-box .contect .left .textbg{
    font-size: 52px;
    font-weight: bolder;
    margin-top: -40px;
    color: #f6f6f6;
  }
  .about-box .contect .right{
    width: 100%;
  }
}
.about-box .grid-box{
 padding: 8% 0;
}
.about-box .tit{
  color: #fff;
  position: relative;
  text-align: center;
  font-size: 32px;
  padding: 8px 0;
  margin-bottom: 15px;

}
.about-box .tit::after{
  content: '';
  position: absolute;
  background-color:#FFFA50;
  height: 2px;
  width: 130px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.about-box ul{
  color: #fff;
  padding: 40px 0;
}
.about-box ul li{
  text-align: center;
  width: 15%;
}
.about-box ul li img{
  width: 60px;
  display: inline-block;
}
.about-box ul li div{
  font-size:16px;
}
@media screen and  (max-width: 1024px) {
  .about-box .tit {
    color: #fff;
    position: relative;
    text-align: center;
    font-size: 24px;
    padding: 8px 0;
    margin-bottom: 10px;
}

.about-box ul{
  color: #fff;
  padding: 4% 0;
}
.about-box ul li{
  text-align: center;
  width: 24.5%;
}
.about-box ul li img{
  width: 50px;
  display: inline-block;
}
.about-box ul li div{
  font-size:12px;
}
}
.about-logo .logo-box{
  padding-top: 60px;
}
.about-logo .logo-box h1{
  color: #000;
  font-size: 26px;
  padding: 15px 0;
}

.about-logo .logo-box p{
    color: #000;
    width: 85%;
    font-size: 16px;
    line-height: 26px;
}
.about-logo .logo-box .logo-list{
  margin-top: 30px;
}
.about-logo .logo-box .logo-list a{
  text-align: center;
  color: #525252;
  font-size: 16px;
  width: 100%;
  display: block;
}

.about-logo .logo-box .logo-list a div{
  margin-top: 15px;
}

.about-logo .bottom{
  background-color:#DDDDDD;
  height: 180px;
  margin-top: -150px;
}

.stroe-box{
  width:600px;
  margin: 0 auto;
  text-align: center;
}
.stroe-box h1{
  color: #000;
}

.stroe-box p{
  background: url(../images/p29.jpg) no-repeat center center;
  background-size:100% 100%;
  padding: 50px 0 60px 0;
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: left;

}
.stroe-box .sign{
  text-align: left;
  float: right;
}
.stroe-box .sign div{
  margin-bottom: 5px;
  color: #000;
}
@media screen and  (max-width: 1024px) {
  .stroe-box{
    width:100%;
  }
}

.product-box{
  padding: 50px 0;
}
.product-box .product-main li{
  padding: 50px 0; 
}
.product-box .product-main li .text-box{
  width: 30%;
  float: left;
}
.product-box .product-main li:nth-child(even) .text-box{
  width: 30%;
  float: right;
}
.product-box .product-main li .text-box img{
  width:100px;
}
.product-box .product-main li .text-box h2{
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  margin-top: -40px;
  position: relative;
}
.product-box .product-main li .text-box p{
  margin-top: 30px;
  color: #969696;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}
.product-box .product-main li .text-box .link{
  margin-top: 30px;
}
.product-box .product-main li .text-box .link a{
  display: inline-block;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding: 10px 30px;
  margin-right: 10px;
  transition: all .5s;

}

.product-box .product-main li .text-box .link a::before{
  transform: skewX(-15deg);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #141414;
  z-index: -10;

}
.product-box .product-main li .text-box .link a:hover::before{
  content: "";
  background-color: rgba(54,192,239);
}
.product-box .product-main li .img-box{
  width: 55%;
  float: right;
}
.product-box .product-main li:nth-child(even) .img-box{
  width: 55%;
  float: left;
}

@media screen and  (max-width: 1024px) {
  .product-box {
    padding: 5% 0;
}

.product-box .product-main li .text-box img {
  width: 90px;
}
.product-box .product-main li{
  padding: 5% 0; 
  width: 100%;
}
.product-box .product-main li .text-box {
  width: 100%;
  float: left;
}
.product-box .product-main li .img-box {
  width: 100%;
  float: right;
  margin-top: 4%;
}
.product-box .product-main li:nth-child(even) .text-box{
  width: 100%;
  float: left;
}

.product-box .product-main li:nth-child(even) .img-box{
  width: 100%;
  float: right;
}
.product-box .product-main li .text-box p {
  margin-top: 4%;
  color: #969696;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
}
.product-box .product-main li .text-box .link {
  margin-top: 5%;
}
}

.product-box .pro-left{
  background-color: #000;
  color: #fff;
  width:260px;
  padding: 15px;
}
.product-box .pro-left .menu-sreach{
  height: 50px;
}
.product-box .pro-left .menu-sreach input{
  color: #fff;
}
.product-box .pro-left .menu-sreach input::placeholder{
  color: #fff;
}
.product-box .pro-left .menu-sreach img{
  display: block;
  width:15px;
  height: 15px;
}
.product-box .pro-left ul li{
 padding: 15px 0;
  border-bottom: 1px solid #222;
}
.product-box .pro-left ul li .menu-left{
  text-transform: uppercase;
  cursor: pointer;
  font-size: 16px;
}
.product-box .pro-left ul li .menu-left a{
  color: #fff;
}
.product-box .pro-left ul li .sub-menu{
  display: none;
}
.product-box .pro-left ul li .sub-menu li{
border:none;
}

.product-box .pro-right{
  width: calc(100% - 320px);
}
.product-box .pro-right ul li{
  width: calc(32% - 20px);
  margin: 0 0 10px 20px;
  cursor: pointer;
}
.product-box .pro-right ul li .pro-img{
border: 1px #EFEFEF solid;
text-align: center;
height: 260px;
overflow: hidden;

}
.product-box .pro-right ul li .pro-text{
  margin-top: 15px;
}
.product-box .pro-right ul li:hover .pro-text{
  color:#999;
}
.product-box .pro-right ul li .dot{
  position: relative;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 15px;
}
.product-box .pro-right ul li .dot::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #000;
  display: block;
  transition: 0.5s;
}
.product-box .pro-right ul li:hover .dot::before{
  width: 100%;
}
.page-box{
  width: 100%;
  margin-top: 30px;
}
.page-box a{
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  color: #333;
  margin: 0 10px;
  cursor: pointer;
}
.page-box a.act{
  background-color: #000;
  color: #fff;
}

@media screen and  (max-width: 1024px) {
  .product-box .pro-left {
    background-color: #000;
    color: #fff;
    width:calc(100% - 30px);
    padding: 15px;
}
.product-box .pro-right {
  width:100%;
}
.product-box .pro-right{
margin-top: 15px;
}
.product-box .pro-right ul li {
  width: calc(50% - 10px);
  margin: 0px 5px 10px 5px;
  cursor: pointer;
}
.product-box .pro-right ul li .pro-img {
  border: 1px #EFEFEF solid;
  text-align: center;
  height: 190px;
  overflow: hidden;
}
}
.product-box .prod-left{
  width: 200px;
float: left;

}
.product-box .prod-left .hot-tit{
  font-size: 14px;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 15px 0;
}

.product-box .prod-left ul{
  width:100%;
}
.product-box .prod-left ul li{
  width:100%;
  margin: 10px 0;
  cursor: pointer;
}
.product-box .prod-left ul li .pro-img{
border: 1px #EFEFEF solid;
text-align: center;
height: 200px;
overflow: hidden;

}
.product-box .prod-left ul li .pro-text{
  margin-top: 15px;
}
.product-box .prod-left ul li:hover .pro-text{
  color:#999;
}
.product-box .prod-left ul li .pro-price{
  margin-top: 15px;
}
.product-box .prod-left ul li .dot{
  position: relative;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin-top: 15px;
}
.product-box .prod-left ul li .dot::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1px;
  background: #000;
  display: block;
  transition: 0.5s;
}
.product-box .prod-left ul li:hover .dot::before{
  width: 100%;
}

.product-box .prod-right{
  width:calc(100% - 280px);
  float: right;
}
.product-box .prod-right .prod-box{
  border: 1px #ccc solid;
}
.product-box .prod-right .prod-box .img-left{
  width: 50%;
  border-right: 1px #ccc solid;
  padding: 30px 0;
}
.product-box .prod-right .prod-box .img-left img{
  width:auto;
}
.product-box .prod-right .prod-box .text-right{
  width:calc(50% - 1px);
}
.product-box .prod-right .prod-box .text-right h1{
  color: #000;
  position: relative;
  padding: 20px 30px;
  border-bottom: 2px #000 solid;
}
.product-box .prod-right .prod-box .text-right h1::before{
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color:#FFF100;
  width: 15px;
  height: 60%;
}

.product-box .prod-right .prod-box .text-right p{
  padding: 30px;
  color: #000;
  line-height: 26px;
  font-size: 14px;
}
.product-box .prod-right .prod-tit{
background-color: #ccc;
color: #000;
position: relative;
padding: 15px 45px;
margin: 25px 0;
font-size: 18px;
font-weight: bolder;
}
.product-box .prod-right .prod-tit::after{
  content: '';
  position: absolute;
  background-color: #000;
  height: 40%;
  width: 10px;
  left: 15px;
  top:50%;
  transform: translateY(-50%);
}

.product-box .prod-right .prod-area{
  overflow-x: scroll;
}
.product-box .prod-right .prod-dec h3{
  color: #000;
  margin-bottom: 15px;
}
.product-box .prod-right .prod-area .spec-tbl-nowrap {
  width: auto;
  table-layout: auto;
  margin-bottom: 0;
}

.product-box .prod-right .prod-area .bk-th-tbl th {
  padding: 8px 15px;
  vertical-align: middle;
  border: 1px solid #ccc;
  font-weight: 400;
  white-space: nowrap;
  background-color: #515151;
  color: #fff;
}
.product-box .prod-right .prod-area .bk-th-tbl td {
  padding: 8px 15px;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.product-box .prod-right .prod-area th, .product-box .prod-right .prod-area td {
  color: #444 !important;
  border-color: #ccc !important;
}
.product-box .prod-right .prod-area .bk-th-tbl th {
  color: #fff !important;
}
.product-box .prod-right .prod-area .spec-tbl-nowrap th, .product-box .prod-right .prod-area .spec-tbl-nowrap td {
  white-space: nowrap;
}
@media screen and  (max-width: 1024px) {
  .product-box .prod-left {
    width: 100%;
    float: right;
}
.product-box .prod-right {
  width:100%;
  float: left;
}
.product-box .prod-left ul li {
  width: calc(50% - 3px);
  margin: 10px 0;
  cursor: pointer;
  display: inline-block;
}
.product-box .prod-right .prod-box .img-left {
  width: 100%;
  border-right: none;
  padding: 3% 0;
}
.product-box .prod-right .prod-box .text-right {
  width:100%;
}
}


.new-box{
  padding: 50px 0;
}



.new-box ul li{
  width: 30%;
  cursor: pointer;
  margin:15px 1%;
}

.new-box ul li .time{
  color:#676767;
  font-size: 14px;
}
.new-box ul li p{
  color:#2E3435;
  font-size: 14px;
  width: 98%;
  margin: 10px 0;
}
.new-box ul li .img{
  width: 100%;
  height:220px;
  overflow: hidden;
  border-radius: 15px;
}
.new-box ul li .img img{
  width: 100%;
  transition: all 0.4s;
}
.new-box ul li:hover  .img img{
  transform: scale(1.2);
}
.new-box ul li .more{
  color: #747372;
  font-size: 14px;
  margin-top: 15px;
}

@media screen and  (max-width: 1024px) {
  .new-box{
    padding: 3% 0;
  }
  .new-box ul li{
    width: 48%;
    cursor: pointer;
    margin:2% 1%;
  }
  .new-box ul li .img {
    width: 100%;
    height: 110px;
    overflow: hidden;
    border-radius: 15px;
}
.new-box ul li p {
  color: #2E3435;
  font-size: 14px;
  width: 98%;
  margin: 2% 0;
}
.new-box ul li .more{
  color: #747372;
  font-size: 12px;
  margin-top: 5px;
}
}

.new-box .titled{
  text-align: center;
  color: #333;
  font-weight: 300;
  margin-bottom: 30px;
}
.new-box .timed{
  color: #999;
  text-align: center;
  border-bottom: 1px #E5E5E5 solid;
  padding: 15px 0;
}
.new-box .detaild{
  padding: 35px;
  color: #707070;
  font-size: 16px;
  line-height: 26px;
}
.new-box .detaild img{
  width: 100%;
  display: block;
  margin-top: 15px;
}
.new-box .pages-btn{
  border-top: 1px #E5E5E5 solid;
  padding:40px 0;
  margin-top: 20px;

}
.new-box .pages-btn a{
  color: #707070;
  cursor: pointer;
}
@media screen and  (max-width: 1024px) {
  .new-box .titled {
    text-align: center;
    color: #333;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 2%;
}
.new-box .timed {
  color: #999;
  text-align: center;
  border-bottom: 1px #E5E5E5 solid;
  padding: 2% 0;
}
.new-box .detaild {
  padding: 1%;
  color: #707070;
  font-size: 16px;
  line-height: 26px;
}
.new-box .pages-btn {
  border-top: 1px #E5E5E5 solid;
  padding: 5% 0;
  margin-top:3%;
}

}
.hot-box .hot-contect{
  padding: 50px 0;
  border-bottom: 1px #B6B6B6 solid;
}

@media screen and  (max-width: 1024px) {
  .hot-box .hot-contect{
    padding: 3% 0;
  }
 
}
.hot-box .hot-contect .hot-mbox .hot-left{
  width:auto;
}
.hot-box .hot-contect .hot-mbox .hot-left img{
  width:500px;
border-radius:15px;
overflow:hidden;
}
.hot-box .hot-contect .hot-mbox .hot-right{
  border-radius: 10px;
  border: 1px #C0C0C0 solid;
  text-align: center;
  padding: 10px;
  width:320px;
  margin-left:120px;
}
.hot-box .hot-contect .hot-mbox .hot-right .title{
  font-size: 16px;
}
@media screen and  (max-width: 1024px) {
  .hot-box .hot-contect .hot-mbox .hot-left{
    width:auto;
    display: none;
  }
  .hot-box .hot-contect .hot-mbox .hot-right{

    padding: 10px;
    width:100%;
    margin-left:0;
  }
  .hot-box .hot-contect .hot-mbox .hot-right .title{
    font-size: 14px;
  }
}

.hot-box .hot-contect .h1-tit{
  width: 150px;
    background-color:#36C0EF;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 10px 0;
    display:block;
    font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
}
.video-list li{
  width: 30%;
  border: 1px #000 solid;
  border-radius: 15px;
  overflow: hidden;
  margin: 1.5%;
}
.video-list li a .video-img{
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;

}
.video-list li a .video-img img{
  width: 100%;
  transition: all .5s;
  
}
.video-list li:hover a .video-img .img{
  transform: scale(1.2);
}
.video-list li a .video-img .player{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%,-50%);
}
.video-list li a .video-text{
 padding: 15px;
}
.hot-box .hot-contect .video-more{
  text-align: center;
  display: block;
  font-size: 15px;
}
@media screen and  (max-width: 1024px) {
  .video-list{
    margin-top: 4%;
  }
  .video-list li {
    width: 47%;
    margin: 1%;
}


.video-list li a .video-img {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.video-list li a .video-text {
  padding:2%;
 height: 35px; 
 overflow: hidden;
}
}

.hot-box .hot-contect .new-list{
  margin-top: 15px;
}
.hot-box .hot-contect .new-list li{
  border-bottom: 1px #E5E5E5 solid;
  padding: 15px 0;
}

.new-box .video{
  width: 100%;
  position: relative;
  margin-top: 3%;
}
.new-box .video video{
  width: 100%;
}
.new-box .video .player{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.contact-box{
  background-color:rgba(245,245,245);
  padding: 50px 0;
}

.contact-box h1{
  font-weight: normal;
  font-size:28px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}
.contact-main{
  width: 980px;
  margin: 0 auto;
}

@media screen and  (max-width: 1024px) {
  .contact-box{
    padding: 3% 0;


  }
  .contact-main{
    width:98%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.shop-box .shop-sort .sort-left,.shop-box .shop-sort .sort-right{
  width: 49%;
}
.shop-box .shop-sort .sort-left dl {
  width: 48%;
  position: relative;
}
.shop-box .shop-sort .sort-left dl dt {
  padding-left: 30px;
  font-size: 16px;
  line-height: 46px;
  border: 1px solid #e5e5e5;
  background: url(../images/map_arrow.png) no-repeat right 20px center #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}
.shop-box .shop-sort .sort-left dl dd.con {
  left: 1px;
  margin-top: -1px;
  background-color: #fff;
  position: absolute;
  border: solid 1px #e5e5e5;
  border-top: none;
  display: none;
  width: 224px;
  max-height: 350px;
  overflow: auto;
  z-index: 20;
}

.shop-box .shop-sort .sort-left dl dd.con a {
    display: block;
    padding: 0px 10px;
    border-top: solid 1px #cccccc;
    line-height: 36px;
}
.shop-box .shop-sort .sort-right{
  border-bottom: 1px solid #000;
  color: #000;
  position: relative;
}
.shop-box .shop-sort .sort-right .text {
  background: none;
  border: none;
  width: 100%;
  padding: 0 36px 0 0px;
  height: 31px;
  line-height: 46px;
  height: 46px;
  color: #000;
}
.shop-box .shop-sort .sort-right .btn{
  width: 46px;
  height: 46px;
  background: url(../images/Top003062_btn.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.shop-box .shop-list{
width: 100%;
margin-top: 15px;
}
.shop-box .shop-list ul{
  overflow: hidden;
}
.shop-box .shop-list ul li {
  padding: 0;
  background: #fff;
  width:calc(49% - 80px);
  margin-bottom: 2%;
  min-height: 272px;
  padding: 40px;
}
.shop-box .shop-list ul li .pic {
  width: 100%;
  margin-bottom: 20px;
}
.shop-box .shop-list ul li .pic img {
  width: 100%;
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color:#000;
  font-size: 18px;
}
.shop-box .shop-list ul li b:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  margin: 5px 0 25px 0;
}
.shop-box .shop-list ul li span {
  display: block;
  padding-left: 22px;
  margin-bottom: 10px;
}
.shop-box .shop-list ul li span.human {
  background: url(../images/contact_man.png) no-repeat left 4px;
}
.shop-box .shop-list ul li span.phone {
  background: url(../images/contact_phone.png) no-repeat left 4px;
}
.shop-box .shop-list ul li span.add {
  background: url(../images/contact_add.png) no-repeat left 4px;
}

@media screen and  (max-width: 1024px) {
  .shop-box .shop-sort .sort-left, .shop-box .shop-sort .sort-right {
    width: 100%;
}
.shop-box .shop-sort .sort-right{
  margin-top: 15px;
}
.shop-box .shop-sort .sort-right{
  margin-top: 15px;
}
.shop-box .shop-sort .sort-left dl{
  width: 100%;
  margin-top: 5%;
}
.shop-box .shop-sort .sort-left dl dd.con{
  width: 100%;
}
.shop-box .shop-list ul li {
  padding: 0;
  background: #fff;
  width: calc(100% - 40px);
  margin-bottom: 2%;
  min-height: 272px;
  padding:20px;
}
}
.contact-main .form .form-left{
  width: 49%;
}
.contact-main .form .form-right{
  width: 49%;
}
.contact-main .form .form-item{
  width: 100%;
  margin-bottom: 15px;
}
.contact-main .form .form-item label{
  display: inline-block;
  width: 120px;
  color: #000;
  text-align: center;
}
.contact-main .form .form-item label span{
  color: red;
}
.contact-main .form .form-item input{
  height: 45px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 8px;
}
.contact-main .form .form-item textarea{
  height:145px;
  background-color: #fff;
  font-size: 14px;
  border-radius: 8px;
  padding: 10px;
}
.contact-main .form button{
  height: 45px;
  background-color:#36C0EF;
  font-size: 14px;
  border-radius: 8px;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 15px;
}

@media screen and  (max-width: 1024px) {
  .contact-main .form .form-left {
    width: 100%;
  }
  .contact-main .form .form-right {
    width: 100%;
  }
}
.contact-main .address-box{
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}
.contact-main .address-box .address-left{
  width:350px;
  padding: 0 0 0 50px;
}

.contact-main .address-box .address-left b:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  margin: 5px 0 25px 0;
}
.contact-main .address-box .address-left span {
  display: block;
  padding-left: 22px;
  margin-bottom: 10px;
}
.contact-main .address-box .address-left span.human {
  background: url(../images/i14.png) no-repeat left 0px;
}
.contact-main .address-box .address-left span.phone {
  background: url(../images/i15.png) no-repeat left 0px;
}
.contact-main .address-box .address-left span.email {
  background: url(../images/i18.png) no-repeat left 0px;
}
.contact-main .address-box .address-left span.add {
  background: url(../images/i17.png) no-repeat left 0px;
}
.contact-main .address-box .address-right{
  width: calc(100% - 400px);
}
@media screen and  (max-width: 1024px) {
  .contact-main .address-box .address-left{
    width:100%;
    padding: 0 0 0 0;
  }
  .contact-main .address-box .address-right{
    width: 100%;
  }
}
.contact-main .job-main{
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.contact-main .job-box{

  border:#DADADA 1px solid;
  font-size: 16px;
}
.contact-main .job-box .job-header{
padding:0 15px;
  border-bottom:#DADADA 1px solid;
}
.contact-main .job-box .job-header div{
  height: 45px;
  line-height: 45px;
  color:#333333;
}
.contact-main .job-box .job-header div:nth-child(2),.contact-main .job-box .job-header div:nth-child(3){
  width: 15%;
  text-align: center;
}
.contact-main .job-box .job-body{
  padding:0 15px;
}
.contact-main .job-box .job-body a{

color: #6E6E6E;

}
.contact-main .job-box .job-body a div{
  height: 45px;
  line-height: 45px;
  color:#6E6E6E;
  font-size: 15px;
}
.contact-main .job-box .job-body a div:nth-child(2),.contact-main .job-box .job-body a div:nth-child(3){
  width: 15%;
  text-align: center;
}

@media screen and  (max-width: 1024px) {
  .contact-main .job-main {
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
}
  .contact-main .job-box {
    border: #DADADA 1px solid;
    font-size: 14px;
}
.contact-main .job-box .job-header div:nth-child(2),.contact-main .job-box .job-header div:nth-child(3){
  width: 20%;
  text-align: center;
}
.contact-main .job-box .job-body a div:nth-child(2),.contact-main .job-box .job-body a div:nth-child(3){
  width: 20%;
  text-align: center;
}
.contact-main .job-box .job-body a div {
  height: 45px;
  line-height: 45px;
  color: #6E6E6E;
  font-size: 12px;
}
}
.job-main h3{
 font-size: 14px;
 color:#929292;
 font-weight: normal;
 text-align: center;
}
.job-main .job-text{
border-top: 1px #B7B7B7 solid;
padding: 30px 0;
margin-top: 30px;
}

.job-main .job-text .job-name{
  color: #000;
  font-size: 16px;
  padding: 15px 0;
}
.job-main .job-text p{
  font-size: 15px;
  line-height: 25px;
}
.job-main .back{
  width: 120px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 0 auto;
  background-color: #36C0EF;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
}
@media screen and  (max-width: 1024px) {
  .contact-box h1 {
    font-weight: normal;
    font-size: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 2%;
}
.job-main .job-text {
  border-top: 1px #B7B7B7 solid;
  padding: 5% 0;
  margin-top: 5%;
}
.job-main .job-text .job-name {
  color: #000;
  font-size: 16px;
  padding: 3% 0;
}
}



.text .wh-tbl {
        /*width: 100%;*/
        border-collapse: collapse!important;
        table-layout: fixed!important;
      }
      .text .wh-tbl th{
        padding: 8px 15px;
        vertical-align: middle!important;
        border: 1px solid #ccc!important;
        font-weight: 400!important;
        white-space: nowrap!important;
      }
      .text .wh-tbl td{
        padding: 8px 15px!important;
        vertical-align: middle!important;
        border: 1px solid #ccc!important;
      }

      .text .ttl-left-line {
        color:#000!important;
      }
      .text .item-cont-box {
        margin-bottom: 0!important;
        background: #fff!important;
      }
      .text .item-cont-box th,
      .text .item-cont-box td { /*for old contents*/
        color:#444 !important;
        border-color: #ccc !important;
      }
      .text .item-cont-box .bk-th-tbl th {
        color:#fff !important;
      }
      .text .ph-area:first-child,
      .text .movie-area:first-child{
        margin-top:0!important;
      }
      .text .ph-area,
      .text .movie-area {
        margin:50px 0!important;
      }
      .text .item-cont-box .ph-area,
      .text .item-cont-box .movie-area {
        margin:0 0 20px!important;
      }
      .text .item-cont-box .ph-area:last-child,
      .text .item-cont-box .movie-area:last-child {
        margin-bottom: 0!important;
      }
      .text .caption-txt{
        margin-top:5px!important;
        font-size: 87.5%!important;
        line-height: 1.3!important;
      }
      .text .frontispiece-area {
       margin-bottom: 30px!important;
      }
      .text .frontispiece-area:last-child {
       margin-bottom: 0!important;
      }
      .text .frontispiece-area:after {
        content: ""!important;
        display: block!important;
        clear: both!important;
      }
      .text .frontispiece-area .col-ph-area{
       float:left!important;
       width:340px!important;
        margin-right: 24px!important;
      }
      .text .frontispiece-area .col-ph-area.r-col{
       float:right!important;
       margin-right: 0!important;
        margin-left: 24px!important;
      }
      .text .frontispiece-area .cont-area {
       overflow: hidden!important;
      }
      .text .frontispiece-area .cont-area.wraparound {
       overflow:inherit!important;
      }
      .text .caution-area {
       border:3px dashed #000!important;
       background-color:#fff100!important;
       padding:18px!important;
       margin-bottom: 30px!important;
      }
      .text .caution-area:last-child {
       margin-bottom: 0!important;
      }
      .text .caution-area .ttl-caution-ss {
       text-align:center!important;
      }
      .text .frontispiece-area.caution-area .col-ph-area {
      width:230px!important;
      }
      .text .item-col-list {
        display:-webkit-box!important;
       display:-moz-box!important;
       display:-ms-box!important;
       display:-webkit-flexbox!important;
       display:-moz-flexbox!important;
       display:-ms-flexbox!important;
       display:-webkit-flex!important;
       display:-moz-flex!important;
       display:-ms-flex!important;
       display:flex!important;
       -webkit-box-lines:multiple!important;
       -moz-box-lines:multiple!important;
       -webkit-flex-wrap:wrap!important;
       -moz-flex-wrap:wrap!important;
       -ms-flex-wrap:wrap!important;
       flex-wrap:wrap!important;
      }
      .text .item-cont-box .item-col-list:last-child {
        margin-bottom: -20px!important;
      }
      .text .item-col-list > li {
        width:340px!important;
        margin-right: 24px!important;
        margin-bottom: 20px!important;
      }
      .text .item-col-list > li:nth-child(even){
        margin-right:0!important;
      }
      .text .item-col-list > li .cont-area {
        margin-top:5px!important;
      }
      .text .item-1col-list {}
      .text .item-cont-box .item-1col-list:last-child {
        margin-bottom: -20px!important;
      }
      .text .item-1col-list > li {
        margin-bottom: 20px!important;
      }
      .text .item-1col-list > li .cont-area {
        margin-top:5px!important;
      }
      
      .text .spec-cate-tbl-area {
        margin-bottom: 20px!important;
      }
      .text .spec-cate-tbl-area .txt-add-square {
        font-size: 15px;
        font-size: 1.5rem!important;
        line-height: 1.4!important;
        font-weight: 700!important;
      }
      .text .spec-cate-tbl-area .wh-tbl{
        margin: 5px 0!important;
      }
      .text .item-cont-box th,
      .text .item-cont-box td { /*for old contents*/
        color:#444 !important;
        border-color: #ccc !important;
      }
      .text .spec-item-list {
        display:-webkit-box!important;
       display:-moz-box!important;
       display:-ms-box!important;
       display:-webkit-flexbox!important;
       display:-moz-flexbox!important;
       display:-ms-flexbox!important;
       display:-webkit-flex!important;
       display:-moz-flex!important;
       display:-ms-flex!important;
       display:flex!important;
       -webkit-box-lines:multiple!important;
       -moz-box-lines:multiple!important;
       -webkit-flex-wrap:wrap!important;
       -moz-flex-wrap:wrap!important;
       -ms-flex-wrap:wrap!important;
       flex-wrap:wrap!important;
      }
      .text .item-cont-box .spec-item-list:last-child {
       margin-bottom: -20px!important;
      }
      .text .spec-item-list > li {
        width:100%!important;
        margin-right: 0!important;
        margin-bottom: 20px!important;
        border:1px solid #ccc!important;
      }
      .text .spec-item-list > li:nth-child(even){
        margin-right:0!important;
      }
      .text .spec-item-list > li .ph {
        text-align: center!important;
        margin:15px!important;
      }
      .text .spec-item-list > li .cont-area {
        padding:0 15px 15px!important;
      }
      .text .spec-item-list > li .cont-area .item-ttl {
        font-size: 15px!important;
       font-size: 1.5rem!important;
        line-height: 1.4!important;
        font-weight: 700!important;
      }
      .text .spec-item-list > li .cont-area .item-txt {
        margin-top:8px!important;
      }
      
      #egioh_livebox {
          background-color: #1d1d1d!important;
      }
      #egioh_livebox #egioh_live.contents_item_feature_01 {
          /* padding: 30px 30px 15px 30px; */
          background-color: #ffffff!important;
      }
      #egioh_live_neon{
          background-color: #000!important;
      }
      #egioh_live_neon .egioh_live_neon_top {
          background-image: url(https://xiaochengxu.plus-china.cn/demo/bg_02.jpg)!important;
          background-repeat: no-repeat!important;
          background-size: cover!important;
          padding-bottom: 1px!important;
      }
      #egioh_live_neon .egioh_live_neon_logo {
          padding-top: 40px!important;
          margin-bottom: 0px!important;
      }
      #egioh_live_neon .egioh_live_neon_txt {
          margin: 0 0 30px!important;
          color: #ffffff!important;
          text-align: center!important;
      }

      #egioh_livebox p {
          padding: 0!important;
          color: #444444!important;
          font-size: 14px!important;
          line-height: 1.8em!important;
      }
      #egioh_live_neon .egioh_live_neon_h4 {
          margin: 30px 0!important;
          color: #ffffff!important;
          text-align: center!important;
          font-size: 20px!important;
          font-weight: bold!important;
      }
      
      #egioh_live_neon .egioh_live_neon_txt {
          margin: 0 0 30px!important;
          color: #ffffff!important;
          text-align: center!important;
      }
      
      #egioh_live_neon .neobra_list {
          margin-left: 16px!important;
      }
      #egioh_live .egioh_frontispiece-area {
          margin-bottom: 20px!important;
          overflow: hidden!important;
      }
      
      #egioh_live .egioh_frontispiece-area {
        margin-bottom: 20px!important;
        overflow: hidden!important;
      }
      #egioh_live .egioh_frontispiece-area .egioh_limg {
          float: left!important;
          width: 340px!important;
          margin-right: 24px!important;
      }
      #egioh_live .egioh_frontispiece-area .egioh_rtxt p {
          overflow: hidden!important;
        margin-top: 0px!important;
      }
      #egioh_live .egioh_frontispiece-area .bladesinger_txt {
        margin-top: 0px!important;
      }
      #egioh_live .egioh_frontispiece-area .egioh_item-col-list {
          display: -webkit-box!important;
          display: -moz-box!important;
          display: -ms-box!important;
          display: -webkit-flexbox!important;
          display: -moz-flexbox!important;
          display: -ms-flexbox!important;
          display: -webkit-flex!important;
          display: -moz-flex!important;
          display: -ms-flex!important;
          display: flex!important;
          -webkit-box-lines: multiple!important;
          -moz-box-lines: multiple!important;
          -webkit-flex-wrap: wrap!important;
          -moz-flex-wrap: wrap!important;
          -ms-flex-wrap: wrap!important;
          flex-wrap: wrap!important;
      }
      #egioh_live .egioh_frontispiece-area .egioh_item-col-list:last-child {
          margin-bottom: -20px!important;
      }
      #egioh_live .egioh_frontispiece-area .egioh_item-col-list > li {
          width:calc(50% - 20px)!important;
          margin-right:20px!important;
          margin-bottom: 20px!important;
      }
      
      #egioh_live_section .egioh_cont-area .egioh_item-ttl {
          font-size: 15px!important;
          line-height: 1.4!important;
          font-weight: 700!important;
      }
      #egioh_live_section .egioh_cont-area .egioh_item-txt p {
          margin-top: 8px!important;
      }
      #egioh_live .pc_none {
        display: none!important;
      }
      #egioh_live .sponly {
        display: none!important;
      }
      #egioh_live_spec {
        margin-bottom: 60px !important;
      }
      .bg-hover-img-area {
       position:relative!important;
      }
      .bg-hover-img-area .bg-hover-img01 {
       position:absolute!important;
       top:0!important;
       left:0!important;
       transition: all .5s!important;
       width: 100%!important;
      }
      .bg-hover-img-area .bg-hover-img01:hover {
       opacity: 0!important;
      }
      .bg-hover-img-area .bg-hover-img02 {
        width: 100%!important;
      }

      .conttlet{
                    display: flex!important;
                    padding-top: 0!important;
                    position: relative!important;
                    align-items: center!important;
                    justify-content: center!important;
                  }
 .neon_icon {
                  margin-top: 10px!important;
                  text-align: center!important;
                }

                .text .item-cont-box {
                  background: #fff!important;
                }
                .text .ttl-left-line {
                    font-size: 28px!important;
 
                    line-height: 1.2!important;
                    font-weight: 700!important;
                    letter-spacing: .04em!important;
                    padding: 17px 15px!important;
                    padding-left: 45px!important;
                    min-height: 36px!important;
                    margin-top: 60px!important;
                    position: relative!important;
                    background: #ccc!important;
                }
                .text .ttl-left-line::before {
                    content: ""!important;
                    display: block!important;
                    width: 11px!important;
                    height: 1em!important;
                    position: absolute!important;
                    top: 20px!important;
                    left: 20px!important;
                    margin: auto!important;
                    background: #fff100!important;
                }
  .text .cont-area .item-txt {
                        margin-top: 8px!important;
                        display: flex!important;
                        flex-wrap: wrap!important;
                    }
                    .text .cont-area .item-txt img{
                      width: 35%!important;
                    }
                    .text .cont-area .item-txt p{
                      width: 60%!important;
                    }
                @media screen and (max-width:767px) {
                  .pconly {
                    display: none!important;
                  }

                  .sponly {
                    display: block!important;
                  }
                  .text .cont-area .item-txt img{
                      width: 100%!important;
                    }
                    .text .cont-area .item-txt p{
                      width: 100%!important;
                      margin-top: 8px!important;
                    }
                    
                }