.titles{ text-align:center; padding:20px 0px;position: relative; display:flex; flex-direction: column;align-items: center; margin-bottom: 2rem;}
.titles h3{font-size: 50px;color:var(--color1);line-height: 2;margin-bottom: 0px;font-weight: bold;}
.titles h5{font-size:30px; line-height:2;margin-bottom:25px;color:#000;font-weight: 500;}
/*.titles:after {content: "";width: 125px;height: 5px;display: block;background: var(--color1);}*/

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}

.titles2{text-align: center;width: 100%;padding-top: 20px;position: relative;}
.titles2 h3{
	font-size: 36px;
    color: #222;
}
.titles2 span{
	font-size: 36px;
    color: #222;
}
.titles2 img{vertical-align: middle;}
.titles2 .titles2_line{font-size: 16px;color: #222;text-transform: uppercase;}
.titles2 .titles2_line i {
    padding: 0 20px;
}
.titles2 h5{font-size:14px; text-align: center; padding: 10px 0px;width:80%; font-weight: 500;margin: auto;}
.titles2:after{ display: block;
    height: 2px;
    width: 42px;
    background: #c9313e;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    content: " ";}

@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color1);
    color: #FFFFFF;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: var(--color1-h);}

.section-title {position: relative;}
.section-title h3{
    text-transform: uppercase;
	font-size:30px;
	padding:0 40px;
	position: absolute;
	top:0px;
	font-size: 50px;
    color: #002d4b;
    line-height: 32px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
    padding-top: 50px;
}

.section-title h2{text-transform: uppercase;
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -4px;
    font-family: 'Tunga Bold',Arial, Helvetica, sans-serif;
    text-shadow: #e8ebef 1px 0 0, #e8ebef 0 1px 0, #e8ebef -1px 0 0, #e8ebef 0 -1px 0;
    -webkit-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    -moz-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    *filter: Glow(color=#e8ebef, strength=1);
    padding: 12px 0;
}


.container {
    max-width: 1230px;
}

/*.navbar-home.navbar .logo-sm-height{display:none;}
.navbar-home.navbar .logo-w{display:block;}
.navbar-home{position:fixed; top: 0;width: 100%;z-index: 100;max-width:1920px;}
.navbar-home .navbar-nav li a{color:#FFFFFF;}*/
@media screen and (max-width: 1023px)
{
	/*.navbar-home{position: relative;}
	.navbar-home.navbar .logo-sm-height{display:block;}
	.navbar-home.navbar .logo-w{display:none;}*/
}

.h_wrapper{display: flex;justify-content: space-between;align-items: stretch;padding: 2rem 7%;margin: auto;}


.col-section{background:#f5f5f5; padding:0px;position: relative;}
.col_wrapper ul{width:100%; display:flex; justify-content: space-between;}
.col_wrapper ul li{display: flex;}
.col_wrapper ul li a{display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;}
.col_wrapper ul li img{max-height: 40px; padding-right:0.65rem;}
.col_wrapper ul li a:hover h6{text-decoration: underline;}
/* .col_wrapper ul li:hover{background:var(--color1); display: block;}
.col_wrapper ul li:hover h6{color:#FFFFFF;} */

/*============================================
com-section
===========================================*/
.com-section{background: #FFF; padding:0px;position: relative;}
.com_wrapper{padding:0 !important;}

.com-cont{width:100%; display: flex;}
.com-cont .text{flex: 1; flex-shrink: 0; padding:5vw 8vw 5vw 10vw;display: flex; flex-direction: column;}
.com-cont .img{flex: 1; flex-shrink: 0;position: relative;}
.com-cont .img img{max-width:100%;}

.com_wrapper .desc{font-size:16px; font-weight: 300;line-height: 2; padding:2rem 0px 0px 0px;}
.com_wrapper .desc p{margin-bottom:5px;margin-bottom: 5px;text-align: center;text-indent: 3rem;}
.com_wrapper .desc p b,.com_wrapper .desc p strong{font-weight: bold; font-family: "hwhm-r";}


.com_wrapper .btn1{margin: 20px auto 20px 0px;}
.com_wrapper .btn1 a{padding:10px 60px; border-radius: 100px;}
.com_wrapper .btn1 a::before{border-radius: 100px;}

.com-cont .nums{width:100%; overflow: hidden; margin:2rem 0px; margin-top: auto;}
.com-cont .nums ul{ display:flex; justify-content: space-between; width: 100%;}
.com-cont .nums ul li{width:auto; display:flex; flex-direction: column;align-items: center;font-size: 1.5rem;}
.com-cont .nums .counter{font-size: 2.4rem;color: #000000;font-weight: 500;line-height: 3rem;color:var(--color3);}
.com-cont .nums .counter strong{font-size:45px;}
.com-cont .nums ul li .num{display:flex;    color: var(--color3) !important;}
.com-cont .nums ul li .num2{display: flex;flex-direction: column;margin-left: 5px;justify-content: space-around;}
.com-cont .nums ul li .num2 sup{top:unset; font-size:1.2rem;font-weight: 300;}
.com-cont .nums ul li .num2 sub{bottom: unset; font-size: 1.25rem;font-weight: 300;}
.com-cont .nums ul li p{font-size:16px; font-weight: 300;}
.com-cont .nums{
  /* background: #efefef;background: var(--color3); */
    width: 100%;
    overflow: hidden;
    /* margin: 2rem 0px; */
    margin-top: auto;
    position: absolute;
    bottom: 0;
    max-width: 860px;
    padding: 1rem 0; 
    margin:auto;}

.com-col{    position: absolute;
    width: 100px;
    height: 300px;
    background: rgba(255,255,255,0.90);
    left: -50px;
    top: 0;
    bottom: 0;
    box-shadow: 6px 6px 20px rgba(0,0,0,0.20);
    margin: auto;
    padding: 20px;z-index: 1000;}
.com-col ul{}
.com-col ul li{display: flex;flex-direction: column;align-items: center; margin:10px auto;}
.com-col ul li a{display: flex;flex-direction: column;align-items: center;}
.com-col ul li i{font-size:34px; color:var(--color1);}
.com-col ul li span{font-size:14px; text-align: center;}

.btn-paly-box{position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 100; display: flex; justify-content: center; align-items: center;cursor: pointer;}
.btn-paly{width:120px; height: 120px; background:rgb(0 0 0 / 10%);  z-index: 100; display: flex; justify-content: center; align-items: center;border-radius: 100%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: .5s;
}
.btn-paly:before{width:100px; height: 100px; border-radius: 100%;font-family: "iconfont"; background: rgb(0 0 0 / 20%); color:#FFF; content: "\e63e"; font-size:2rem;display:flex; justify-content: center;align-items: center;}

@media screen and (max-width: 1023px)
{
	.com-section h2{margin:auto;padding: 2rem;}
	.com_wrapper{padding:3rem 5vw; margin: auto;}
	.com_wrapper .com-titles h3{font-size:2rem;}
	.counter-items .counter-item{width:100%;}

  .com-cont{flex-direction: column;}
  .com-col{display: none;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px)
{
	.com_wrapper{padding:3rem 3vw; }
	.com_wrapper .com-titles h3{font-size:1.8rem;}
	.com_wrapper .com-titles h5{font-size:1.4rem;}
	.com-cont .more a{padding: 10px 40px; margin-bottom:50px;}
  .com_wrapper .desc{font-size:1rem;}
}
@media screen and (max-width: 430px)
{
	.com_wrapper .com-titles h3{font-size:1.4rem;}
	.com_wrapper .com-titles h5{font-size:1.2rem;}
	.com_wrapper .desc p{font-szie:1rem; font-weight: 500; line-height: 1.65;}

  .com-cont .text{margin-top:2rem;}
}
@media screen and (max-width: 414px)
{
	.com-cont .more a{padding: 10px 30px;}
}
@media screen and (max-width: 375px)
{
	.com-cont .more a{padding: 10px 30px;}
}
@media screen and (max-width: 320px)
{
	
}




/*============================================
prod-section
===========================================*/
.prod-section{background-repeat:no-repeat; background-position: center; background-size:cover;background-attachment: fixed;background:#f5f5f5;}
.prod-section .prod_wrapper{padding: 2rem 0px;padding-bottom:4rem; max-width:1400px;}

.prod_wrapper ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.prod_wrapper ul li{width:calc((100% / 3) - 2rem);width:100%; padding:1.5rem 2rem;text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: flex-start;margin:0 auto;color:#FFFFFF;background-color:transparent;transition: 0.5s; box-shadow: 0px 0px 16px rgba(0,0,0,.165);background: #FFF;}
.prod_wrapper ul li a{color:#000; transition:1s;}
/* .prod_wrapper ul li:hover{background: var(--color1); color:#000; transition: 0.3ms;} */
.prod_wrapper ul li img{max-width:100%; padding:1rem;ransition: 0.5s;max-height: 250px;}
.prod_wrapper ul li h3{font-size:1.25rem; font-weight: bold;margin: 0px;line-height: 1.8; text-align: left;margin-bottom:1.65rem; margin-top:1rem;transition: 0.5s;width: 100%; /* 或者其他具体的宽度 */
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来代表被修剪的文本 */}
.prod_wrapper ul li h5{font-size:14px; font-weight: 300;text-transform:uppercase;text-align: left; line-height:2;height: 80px;overflow: hidden; display: none;}

.prod_wrapper ul li:hover img{transform:scale(1.05);transition: 0.5s;}

.prod_wrapper ul li:hover h3{text-decoration: underline;transition: 0.5s;}
.prod_wrapper ul li:hover h5{text-decoration: underline;transition: 0.5s;}

.prod_wrapper .owl-controls{position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;}
.prod_wrapper .owl-nav{display:flex;padding: 0px 8vw;margin: auto;width: 100%;text-align: center;justify-content: center;position: relative;}
.prod_wrapper .owl-nav i{background:#000; background:#000; border-radius: 100px;width:50px; height: 50px;}
.prod_wrapper .owl-nav i{color:#FFFFFF;}
.prod_wrapper .nav-left{position: absolute; left:-90px;}
.prod_wrapper .nav-right{position:absolute; right: -90px;}

.prod_wrapper .owl-nav .owl-prev{left: 20px;right: 0px;}
.prod_wrapper .owl-nav .owl-next{left: 0px;right: 20px;}
.prod_wrapper .owl-theme .owl-nav{top: 45%;}
.prod_wrapper .owl-carousel .owl-nav > div i {font-size: 34px;}

@media screen and (max-width: 1023px)
{
	.prod-section .prod_wrapper{padding:5rem 5vw;    flex-direction: column;}
	.prod_wrapper .prod_wrapper-cont{width:100%;max-width: unset;text-align: center;align-items: center;}
	.prod_wrapper .prod_wrapper-cont h5{font-size:1.6rem;margin-top:1rem;}
	.prod_wrapper .prod_wrapper-cont .more{display:none;}
	.prod_wrapper .prod_wrapper-cols{width:100%; margin: 20px 0px;}
	
	.prod_wrapper .owl-controls{z-index: 1000;}
  .prod_wrapper .owl-carousel .owl-dots{margin-top: 100%;}
}
@media screen and (max-width: 767px)
{
  .prod-section .prod_wrapper{padding-top:0px;}
	.prod_wrapper .prod_wrapper-cont h3{font-size:2rem;margin-top:1rem;}
	.prod_wrapper .prod_wrapper-cont h5{font-size:1.2rem;margin-top:1rem; line-height: 1.65;}
	.prod_wrapper .prod_wrapper-cols ul li{width:50%;padding: 1rem 1rem;}
}
@media screen and (max-width: 430px)
{
	.prod_wrapper .prod_wrapper-cont h3{font-size:1.65rem;margin-top:1rem;}
	.prod_wrapper .prod_wrapper-cont h5{font-size:1.065rem;margin-top:1rem; line-height: 1.65;}
	
	.prod_wrapper .prod_wrapper-cols ul li h3{font-size:1.2rem; font-weight: 500;}
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{

}
@media screen and (max-width: 360px)
{
	
}

/*============================================
comnav-section
===========================================*/
.comnav-section{background-color:#f5f5f5;    padding: 60px;}
.comnav-section .comnav_wrapper{padding: 0rem 5% 4rem 5%;}
.comnav_wrapper ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.comnav_wrapper ul li{width:calc((100% / 3) - 2rem); padding:2.65rem 2rem;color:#000; border:10px solid #FFFFFF;text-align: center; display: flex; flex-direction: column; justify-content: flex-start;margin:0 auto;color:#FFFFFF;background-color:transparent;transition: 0.5s; box-shadow: 0px 0px 16px rgba(0,0,0,.165);background: #FFF;}

.comnav_wrapper ul li:hover{background: var(--color1); color:#fff; transition: 0.3ms;}
.comnav_wrapper ul li h3{font-size:14px; font-weight: 300;color:#000;margin: 0px;line-height: 1.8; text-align: left;margin-bottom:1.65rem;}
.comnav_wrapper ul li h5{font-size:1.25rem; font-weight: 500;text-transform:uppercase;text-align: left; line-height:2;color:#000;}
.comnav_wrapper ul li p{font-size:14px; font-weight: 300;text-align: left;color:#000;}


.comnav-items{width:100%; position: relative; display:flex; justify-content: space-between; margin-top: 2.65rem;}
.comnav-item {width:calc((100% / 3) - 20px);width: 100%;display:flex; position: relative;clip-path: polygon(var(--corner-cut) 0, 100% 0, 100% 100%, 0 100%, 0 var(--corner-cut));background-color: #f3f4fa;}
.comnav-item a{width:100%;}
.comnav-item .img{width:100%; min-height:260px;display:flex;justify-content: center;align-items: center; overflow: hidden;padding: 3rem 0px 2rem 0px;}
.comnav-item .img img{max-width:100%; height: auto;max-height: 380px; transition: 0.3s;}
.comnav-item:hover .img img{transform: scale(1.05); transition: 0.3s;}
/*.prods-item .text{width:30%;background:rgb(124 205 44 / 90%); color:#FFFFFF;padding:0px 50px; display:flex;    align-items: center;}*/
.comnav-item .text{width:100%; height:auto;color: var(--color1);padding:1rem 10px; display:flex;align-items: center;font-size:1.14rem; font-weight:500; text-transform: uppercase; justify-content: center;align-items: center; text-align: center;}
.comnav-item .text h3{font-size:34px; font-weight:700;padding-bottom: 1rem }
.comnav-item:hover .text {background:var(--color4);transition: 0.3s; color:#FFFFFF;}
.comnav-item:hover {
            -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
            box-shadow: 0 15px 30px rgba(0, 0, 0, .2);
            -webkit-transform: translate3d(0, -2px, 0);
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            transform: translate3d(0, -2px, 0);
}
:root {--corner-cut:2.8rem;}
.comnav-items .owl-controls{position:absolute; bottom:-3rem;width:100%;  left:0; right: 0;}


/* .prods-cont .owl-carousel .owl-dots .owl-dot span{width: 15px;height: 15px;background-color: var(--color1);    border: 1px solid #FFFFFF;}
.prods-cont .owl-carousel .owl-dots .owl-dot.active span, .prod-cont .owl-carousel .owl-dots .owl-dot:hover span{width: 15px;height: 15px;background-color: transparent;border: 2px solid var(--color1);} */


.comnav-items ul{width:100%; display: flex; justify-content: space-between;flex-wrap: wrap;}
.comnav-items ul .slick-track {
  margin-left: auto;
  margin-right: auto;
}
.comnav-items ul li {
  position: relative;
  padding: 0rem;
	width:calc((100% / 3) -  20px);
	margin: 10px;
	overflow: hidden;
}
.comnav-items ul li a {
  display: block;
  position: relative;
}
.comnav-item ul li .img{position:relative;}
.comnav-items ul li .img .i1 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;max-width: 100%;
}
.comnav-items ul li .img .i2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left:0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;    z-index: 100; 
    max-width: 100%;
}
.comnav-items ul li .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
	bottom:0;
	right: 0;
/*  width: 100%;
  height: 100%;*/
  padding: 0rem 3rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: left;
	display: flex;flex-direction: column;justify-content: center;
}
.comnav-items ul li .text h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0px;
    margin-bottom: 0px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 1.65rem;
}
.comnav-items ul li .text h5{font-size: 1.65rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 1;
  color: #000;}
.comnav-items ul li .text p {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #000;
}
.comnav-items ul li .text .btn1{margin-top:2rem;}
.comnav-items ul li .text .mores {
  display: block;margin-top: 2rem;}
.comnav-item ul li .text .mores i{width: 50px;
    height: 50px;
    font-family: "iconfont";
    background: #fff;
    display: flex
;
    font-size: 1.65rem;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #aaaaaa;}
.comnav-items ul li:hover .img .i1 {
  opacity: 0;
}
.comnav-items ul li:hover .img .i2 {
  opacity: 1;
}
.comnav-items ul li:hover .text {
  opacity: 0;
}
.comnav-items ul .slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -12%;
}
.comnav-items ul .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #dcdee0;
  padding: 0;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.9rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.comnav-items ul .slick-dots li:last-child {
  margin-right: 0;
}
.comnav-items ul .slick-dots li button {
  display: none;
}
.comnav-items ul .slick-dots li.slick-active {
  background: #19baf6;
}

@media screen and (max-width: 1440px)
{
  .comnav-items ul li .text{}
  .comnav-items ul li .text h3{display: none;}
  .comnav-items ul li .text h5{font-size:1.25rem;}
}
@media screen and (max-width: 1280px)
{
  .comnav-items ul li .text{padding: 0rem 1rem;}
  .comnav-items ul li .text h5{font-size:1.05rem;}
  
}
@media screen and (max-width: 1023px)
{
  .comnav-section .comnav_wrapper{padding:0;}
  .comnav-items{margin:auto auto 20px auto;}
  .comnav-items ul li{width:100%;}
}
@media screen and (max-width: 767px)
{
  .comnav-section{padding:6vw;}
  .comnav_wrapper ul li{margin:auto;}
  .comnav-items ul li .text h3{display: none;}
  .comnav-items ul li .text{padding:0rem 2rem;}
}
@media screen and (max-width: 430px)
{

}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{

}
@media screen and (max-width: 360px)
{
	
}
/*============================================
news-section
===========================================*/
.news-section{width:100%;background-color: #f5f5f5; padding:2rem 0px;}
.news-section .titles{display:flex;flex-direction: column; justify-content: center; margin: auto;width:100%;align-items: center;}
.news-section .titles h3{font-size:40px; font-weight: bold; text-transform: uppercase; color:#000;}
.news-section .titles h5{font-size:16px;font-weight: bold; margin-top:0rem;color: #212121;}
.news-cont{width:100%;  padding:1rem 10vw; margin-top:0rem;}
.news-list {display: flex;flex-wrap: wrap;}
.news-list li{/*width:calc((100% / 4) - 2rem);*/ width:100%;}
.news-list li .img{width:100%; overflow: hidden;max-height: 300px;}
.news-list li .img img{max-width:100%;height:100%;}
.news-list li .wz{display:flex; flex-direction: column; color:#000;}
.news-list li .wz h3{font-size:16px; font-weight: 300; line-height: 1; color:#000;}
.news-list li .time{font-size:20px;font-weight: 300;padding-bottom: 1rem;padding-top: 1rem;}
.news-list li .wz .more2{margin-top:auto; margin-right:auto; padding-top:1rem;}
.news-list li .wz .more2{font-size:20px; font-weight: 500; text-decoration: underline; text-transform: capitalize;}
.news-list li:hover .img img{transform:scale(1.05);transition: 0.5s;}
.news-list li:hover .wz .more2{color:var(--color1);}
.news-cont .more{text-align: left;margin-top:2rem;}
.news-cont .more a{font-size:26px; font-family: "hwhm-r"; font-weight: 500; }
.news-cont .more a i:before{content:"\e60d";font-family: "iconfont"; padding-left:5px;}
.news-cont .more a:hover{color:var(--color1);text-decoration: underline;}


/*============================================
lx-section
===========================================*/
.lx-section{width:100%;padding: 0px 0px;background-repeat: no-repeat; background-size: cover; background-position: center;}
.lx-wrap{width:100%; padding:140px 10vw;display:flex; flex-direction: row;justify-content: space-between;}
.lx-wrap .lx-cont{flex:2; color:#FFFFFF;}
.lx-cont .lx-titles{font-family: "hwhm-r"; font-weight: bold; padding-bottom:1rem;}
.lx-cont .lx-titles h3{font-size:70px;}
.lx-cont .lx-titles h5{font-size:40px;}
.lx-cont ul{}
.lx-cont ul li{ display:flex; margin:1rem 0px;align-items: center;}
.lx-cont ul li i{width:90px;height: 90px; display:flex; justify-content: center;align-items: center; border-radius: 90px; border:1px solid #e8e7e7;}
.lx-cont ul li i:before{width:70px; height: 70px;background:#e8e7e7;border-radius: 70px; font-size:34px;color:rgba(0,0,0,0.5);font-family: 'iconfont';display: flex;align-items: center;justify-content: center;}
.lx-cont ul li:nth-child(2) i:before{font-size:28px;}
.lx-cont ul li:nth-child(3) i:before{font-size:40px;}
.lx-cont ul li div{display:flex; flex-direction: column;margin-left:10px;}
.lx-cont ul li div span{font-size:16px; font-family: "hwhm-r"; font-weight: 300;}
.lx-cont ul li div p{font-size:20px; font-family: "hwhm-r";font-weight: 300;}
.form-box{flex:3; padding-left:1rem;}
.form-box{background-color: rgba(255,255,255,0.8); padding:50px;}
.form-box h3{margin:20px auto 40px auto; font-size:40px; font-weight: 500; color:#000000; position: relative;}
.form-box h3:after {
    content: "";
    background: var(--mask-hover-color);
    height: 100%;
    width: 10px;
    position: absolute;
    left: -50px;
    top: 0;
}
.form-box input[type=text], .form-box input[type=email], .form-box textarea {background: transparent;border:0;outline:none;font-size: 1.1rem;}
.form-box input[type=text], .form-box input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 0;
    margin-bottom: 28px;
    width: 100%;
}
.form-box input[type=text]:focus, .form-box input[type=email]:focus, .form-box textarea:focus{border-bottom: 1px solid #dfdce6;}
.form_item{width:100%; padding:0px;float: left;position: relative;font-size: 1.1rem;}
.InputErr {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #ffa53a;
    font-size: 20px;
}
/*.form_item label.InputErr {
    display: none;
}*/
.form_item_all{width:100%;}
.form-box .search_btn{color: #fff;
    background-color: var(--color1);
    background-image: none;border:0px;
    letter-spacing: .05rem;
    padding: 0.8rem 4.5rem;
	margin: auto;display: block;
    overflow: hidden;border-radius: 3rem;outline:none;}
.form-box .search_btn:hover {
	cursor: pointer;
    color: #ffffff;
    background-color: #F4BC16;
}

.form-box { }
  .form-box input[type=text],
  .form-box input[type=email],
  .form-box textarea {
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .form-box input[type=text],
      .form-box input[type=email],
      .form-box textarea {
        transition: none; } }
  .form-box input[type=text],
  .form-box input[type=email] {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 14px;
    padding-left: 20px;
    margin-bottom: 18px;
    width: 100%;  }
  .form-box textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;overflow: hidden;
    padding: 15px;
    padding-left: 20px;
    margin-bottom: 18px;
	height: 80px; }
  .form-box .form-submit-btn {
    padding: 12px 32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    transition: all 300ms; }
  .form-box .form-submit-btn:hover {
    border-width: 2px;
    border-style: solid;
    background: none; }
  .form-box .form-input-label {
    padding: 0;
    padding-left: 15px;
    line-height: 0;
    margin: 0; }
  .form-box input[type=submit] {
    margin-top: 15px; }
  .form-box.white-form input[type=text],
  .form-box.white-form input[type=email] {
    background: #ffffff;
    border: 1px solid #eee; }
  .form-box.white-form textarea {
    background: #ffffff;
    border: 1px solid #eee; }
@media screen and (max-width: 1440px)
{
	.lx-wrap .lx-cont{flex:1;}
	.lx-cont .lx-titles h3{font-size:2.6rem;}
	.lx-cont .lx-titles h5{font-size:1.8rem;}
	.form-box{flex:1;}
	.lx-wrap{padding: 120px 10vw 80px 10vw;}
	.form-box{padding: 20px 50px;}
}
@media screen and (max-width: 1023px)
{
	.lx-section{background:var(--color1) !important; margin:2rem auto;}
	.lx-section .lx-wrap{display:flex; flex-direction: column;padding: 10vw;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	.lx-section .lx-wrap{padding: 10vw 15px;}
}

@media screen and (max-width: 414px){}

@media screen and (max-width: 375px){}

@media screen and (max-width: 360px){}

@media (max-width:1840px){}
@media (max-width:1680px)
{
	
}
@media (max-width:1560px){
	
}
@media (max-width:1480px){}
@media (max-width:1440px){}
@media (max-width:1366px){}
@media (max-width:1280px){}
@media (max-width:1024px){}
@media (max-width:960px){}

@media screen and (max-width: 1023px)
{
	footer#footer{padding-top:50px;background-color: #343030;}
	#footer .foot-com{display: block;}
	#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}
	#footer .foot-qr{display: block;}
	.footer .foot-cols{flex-direction: column;}
	.foot-cols .t{height: 60px; margin-bottom:1rem;}
	.foot-cols p{color: rgba(255,255,255,0.6);}
	.foot-cols dl{display:flex; width:100%;padding-bottom: 2rem;flex-direction: column;}
	.foot-cols dt{margin-bottom:0px;height: auto;}
	.foot-cols dl:nth-last-child(1){align-items: flex-start;}
	.foot-cols dl:nth-last-child(1) dt{width: 100%;}
	
	footer#footer{padding:0px 0px;}
	.foot-contact-box{display:flex;padding: 50px 0px 0px 0px;}
	.foot-contact-box ul{flex-direction: column;align-items: stretch;}
	.foot-contact-box ul li{margin:0px; margin-bottom:1rem;}
	.foot-contact-box ul li:nth-child(2){margin-top:1rem;}
	.foot-bottom-box{margin-bottom: 50px;}
	.footer .wrap{display:flex;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	
}
@media screen and (max-width: 320px)
{
	
}