.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h2{ font-family:var(--ff6); font-size:var(--t1); color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: bold;}
.titles h3{ font-family:var(--ff6); font-size:40px; color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: 300;text-transform: uppercase;display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;}
.titles h3:after {
    content: "";
    width: 90px;
    height: 5px;
    background: var(--color1);
	margin:15px 0px 30px 0px;
}

.titles h5{ font-family:var(--ff6-l);font-size:22px; line-height:38px;margin-bottom:25px;color:var(--text-dark1-color);font-weight: 500;}
.titles:before {
    /*content: "";
    position: absolute;
    left: 47%;
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;*/
}

.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: 30px 0px;position: relative;font-family:var(--ff4); display:flex; flex-direction: column; text-transform: uppercase;}
.titles2 h3{
	font-size: 60px;
	font-weight: bold;
    color: #333333;
}
.titles2 h5{
	font-size: 24px;
	font-weight: 500;text-transform: capitalize;
    color: #333333;
}

@media screen and (max-width: 1440px)
{
	.titles2 h3{font-size: 50px;}
	.titles2 h5{font-size: 18px;}
}
@media screen and (max-width: 1280px)
{
	.titles2 h3{font-size: 40px;}
	.titles2 h5{font-size: 16px;}
}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color1);
    color: #FFFFFF;
    padding: 15px 50px 15px 56px;
    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);}


.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;}
.navbar-home .navbar-nav li a{color:#FFFFFF;}
.navbar.headFlex .logo-sm-height{display:block;}
.navbar-home.navbar {background-image: linear-gradient(180deg, rgb(0 0 0 / 50%), transparent); border-bottom:0px;}
.home-wrap{width:100%; padding:0px 40px; position: relative;}
@media screen and (max-width: 1023px)
{
	.navbar-home.navbar .logo-sm-height{display:block;}
	.navbar-home.navbar .logo-w{display:none;}
	.navbar-home{position:relative; top: 0;width: 100%;z-index: 100;}
	.navbar-home.navbar{background:#ffffff;}
	.titles{padding:20 15px;}
	.titles h3{margin-bottom: 0px;}
	.titles h5{line-height: 1.5;}
}*/


.banner-wrapper{width:100%; overflow: hidden;}


/*============================================
fuwu-section
===========================================*/
.fuwu-section{padding:3rem 0px 0px 0px;}
.fuwu-section .fuwu-cont{padding:0px 20px;margin-top: 1rem;}
.fuwu-section ul {
	display: flex; justify-content: space-between;
}
.fuwu-section ul li {
	width:calc((100% / 3) - 40px);
}
.fuwu-section ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.fuwu-section ul li a .pic {
	display: block;
	width: 100%;
}
.fuwu-section ul li a .desc {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 30px 58px 30px 58px;
	color: #fff;
}
.fuwu-section ul li a .desc::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 350%;
	content: '';
	opacity: 0.85;
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
.fuwu-section ul li:first-child a .desc::before {
	/*background-color: #00af50;*/background-color:#3069ba;
}
.fuwu-section ul li:nth-child(2) a .desc::before {
	background-color: #00bcd4;
}
.fuwu-section ul li:nth-child(3) a .desc::before {
	background-color: #ff7400;
}
.fuwu-section ul li a .desc strong {
	display: block;
    margin-right: 22px;
    font-size: 140px;
    font-family: cursive;
    line-height: 1;
}
.fuwu-section ul li a .desc .tbc {
	vertical-align: bottom;
}
.fuwu-section ul li a .desc .item {
	position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.fuwu-section ul li a .desc .item div{display:flex;flex-direction: column;}
.fuwu-section ul li a .desc h3 {
	font-size: 48px;font-weight: bold;
    text-align: center;
}
.fuwu-section ul li a .desc p {
	margin: 0;
	font-size: 32px;
}
.fuwu-section ul li a:hover .desc::before {
	top: -250%;
	opacity: 0.55;
}
.fuwu-section ul li a:hover .desc .item{transform: translateY(-100%);transition: .5s;}
.fuwu-img{display: flex;
    width: 100%;
    padding: 130px 0px 20px 0px;
    align-items: center;
    justify-content: center;}

@media screen and (max-width: 1800px)
{
	.fuwu-section ul li a .desc{padding: 30px 50px 30px 50px;}
	.fuwu-section ul li a .desc h3{font-size:45px;}
}
@media screen and (max-width: 1600px)
{
	.fuwu-img{ padding:100px 100px 10px 100px;}
	.fuwu-img img{ max-width:800px;}
}
@media screen and (max-width: 1366px)
{
	.fuwu-section ul li a .desc h3{font-size:30px;}
}

@media screen and (max-width: 1023px)
{
	.fuwu-section ul li{width:100%;}
	.fuwu-img{padding:10vw; max-width:100%;}
	.fuwu-img img{max-width:100%;}
}

@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: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
com-section
===========================================*/
.com-section{background: #fafafa; padding:0px;    margin: 50px 0px 0px 0px;}
.com-section .com-section__wrapper{display:flex; justify-content: space-between;}
.com-section__wrapper-cont
.com-cont .desc{font-size:var(--p2-size); font-weight: 300;color:var(--text-dark-color); line-height: 1.8; font-family:"hwhm-l";}

.com-section__wrapper-cont{display:flex; flex-direction: column; width: 50%;flex-shrink: 0; padding:80px; margin-left: auto; max-width:800px;align-items: flex-start;}
.com-section__wrapper-cont h3{font-size: 30px;color: var(--color1);font-weight: bold;}
.com-section__wrapper-cont h5{font-size: 34px;font-weight: bold;color: var(--color4);padding: 1rem 0px;}
.com-section__wrapper-cont .txt{font-size:1rem; font-weight: 300; line-height: 1.8; font-family: 'hwhm-l';color:#666666;}
.com-section__wrapper-cont .list{ margin:1rem 0px;}
.com-section__wrapper-cont .list p{ font-size:20px; font-weight: 300;color:#666666; margin:10px 0px; display:flex;align-items: center;}
.com-section__wrapper-cont .list p:before{content: "\e646"; margin-right: 15px; font-family: "iconfont";font-size: 24px;color: var(--color1);font-weight: bold;}
.com-section__wrapper-cont .contact{display: flex;flex-direction: row;}
.com-section__wrapper-cont .contact em{font-family:"iconfont";font-size: 40px;
    color: #fff;
    margin-right: 10px;
    background: var(--color1);
    width: 80px;
    height: 80px;
    display: flex;
    border-radius: 100px;
    align-items: center;
    justify-content: center;}
.com-section__wrapper-cont .contact-box{display: flex;flex-direction: row;justify-content: center;align-items: flex-end;}
.com-section__wrapper-cont .contact-box h5{    font-size: 20px;
    margin-right: 1rem;
    margin-bottom: auto;
    margin-top: auto;
    line-height: 2;
    padding: 0px;}
.com-section__wrapper-cont .contact-box .contact-email{font-size: 34px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color1);}
.com-section__wrapper-cont .contact-box .contact-email a{color:var(--color1);}
.com-section__wrapper-img{width: 50%;flex-shrink: 0;}
.com-section__wrapper-img img{max-width:100%;width: 100%;}


@media screen and (max-width: 1440px)
{
	.com-section__wrapper-cont{padding: 30px 80px;}
	.com-section__wrapper-cont h5{font-size:24px;padding: 0px }
	.com-section__wrapper-cont .list p{margin: 5px 0px;}
	.com-section__wrapper-cont .txt{line-height: 1.5;}
}
@media screen and (max-width: 1366px)
{
	.com-section__wrapper-cont .contact-box{align-items: center;}
	.com-section__wrapper-cont .contact-box h5{font-size: 18px;}
	.com-section__wrapper-cont .contact-box .contact-email{font-size: 24px;}
}
@media screen and (max-width: 1280px)
{
	.com-section__wrapper-cont .txt{font-size:15px;}
	.com-section__wrapper-cont .list p{font-size:14px; margin: auto;}
	.com-section__wrapper-cont .contact-box h5{font-size:16px;}
	.com-section__wrapper-cont .contact em{width:60px; height: 60px;}
	.com-section__wrapper-cont .contact-box .contact-email{font-size:18px;}
}

@media screen and (max-width: 1023px)
{
	.com-section .com-section__wrapper{flex-direction: column;}
	.com-section__wrapper-cont{width:100%;padding: 2rem;}
	.com-section__wrapper-img{width:100%;}
}

@media screen and (max-width: 767px)
{
	.contact-box h5{display:none;}
}
@media screen and (max-width: 430px)
{

}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


 
/*============================================
good-section
===========================================*/
.good-section{padding:80px 45px; background:#f1f3f5;}
.good-section .titles2{text-align: left;}
.good-section__wrapper{display:flex; flex-direction: column;justify-content: space-around; position: relative;}

.good-main{display: flex;justify-content: space-between;border-radius: 20px;background:#FFFFFF;align-items: center;}
.good-main__img{border-top-left-radius: 20px; border-bottom-left-radius: 20px;width:50%;flex-shrink: 0; overflow: hidden;}
.good-main__img img{max-width:100%;border-top-left-radius: 20px;border-bottom-left-radius: 20px;transition: 1s;}
.good-main:hover .good-main__img img{-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.good-main__cont{margin-left:150px; margin-right:auto; display:flex; flex-direction: column; max-width:450px;}
.good-main__cont h3{font-size: 40px;font-weight: bold;}
.good-main__cont h5{font-size: 16px;font-weight: 500;}
.good-main__cont .more{margin-top:2rem;}
.good-main__cont .more:hover a{background:var(--color1-h);}
.good-main__cont .more a{ padding:10px 50px;border-radius: 100px; background:var(--color1);color:#FFFFFF;font-size:20px; font-weight: bold;}

.good-box{width:100%;}
.good-cont{width:100%; max-width:100%;padding:0px; position: relative; margin: 20px auto 0px auto;z-index: 10;/*background:#FFFFFF;background-image: linear-gradient(180deg, #ffffff, #f5f5f5);*/}

.good-cont ul{width:100%; display:flex;flex-wrap: wrap; justify-content: space-between;}
.good-cont ul li{width:calc((100% / 3) - 20px); height:auto; margin:10px 0px;position: relative;background: #fff; padding:0px; border-radius: 20px;}

.good-cont ul li:hover{cursor: pointer;}
.good-cont ul li:hover .Name .more a{background:var(--color1-h);}
.good-cont ul li  .Img{overflow: hidden;width:100%; height:auto;display: flex;justify-content: center;margin-top:2rem; margin-bottom:1rem;}
.good-cont ul li  .Img img {
	max-width:100%;
	transition: 1s;
}
.good-cont ul li:hover .Img img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.good-cont ul li .Name{padding:3rem 0px 2rem 0px; text-align: center;}
.good-cont ul li .Name h3{font-size: 2rem;font-weight: 500;}
.good-cont ul li .Name h5{font-size: 16px;font-weight: 500;line-height: 3;}
.good-cont ul li .Name .more{margin-top:2rem;}
.good-cont ul li .Name .more a{ padding:10px 50px;border-radius: 100px; background:var(--color1);color:#FFFFFF;font-size:20px; font-weight: bold;}

@media screen and (max-width: 1600px)
{
	.good-desc .text p{font-size:16px;margin:10px 0px;}
}
@media screen and (max-width: 1440px)
{
	.good-desc .text p{font-size:14px;margin:10px 0px;}
	.good-conts-item li .Name a{font-size:14px;}
	.good-conts-item ul li{height: auto;}
	.good-conts-item ul li .Img{height: auto;}
	
}
@media screen and (max-width: 1366px)
{
	.good-section{padding:50px 45px;}
	.good-cont ul li .Name h3{font-size: 30px;}
	.good-cont ul li .Img{margin-top: 10px;}
}
@media screen and (max-width: 1023px)
{
	.good-section{padding-top: 2rem;padding-bottom: 2rem; padding:2rem;}
	
	.good-section .wrap{flex-direction: column;}
	.good-section .good-desc{width:100%;padding:0px 5%;}
	
	.good-box{margin:0px; padding:0px 15px;}
	.good-col ul{display: flex;width: 100%;flex-direction: row;flex-wrap: wrap;justify-content: flex-start;}
	.good-col ul li{margin-left: 0rem;margin-bottom: 1rem;width: 50%;}
	.good-col ul li a{font-size: 1rem;}
	.good-conts-item ul li{width:100%;}
	.good-cont ul li{width:100%;height: auto;margin: auto;}
	.good-cont ul li .Img{width:100%; height: auto;}
	.good-main{flex-direction: column;}
	.good-main__img{width:100%; border-radius: 0px;}
	.good-main__img img{border-radius: 20px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	.good-main__cont{margin: 0px; width:100%; padding:2rem;}
	.good-main__cont h3{font-size:30px;}
}

@media screen and (max-width: 767px)
{
	.good-desc .btn1{display:none;}
}
@media screen and (max-width: 430px)
{
	.good-section .titles h5{font-size:1.2rem;}
	.good-col ul{display: flex;width: 100%;flex-direction: column;flex-wrap: wrap;}
	.good-col ul li{margin-left: 0rem;margin-bottom: 1rem;width:100%;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
lx-section
===========================================*/
.lx-section{width:100%;padding: 0px 0px 50px 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-section__wrap{}
.lx-section__wrap .titles2{padding: 5rem 0px 1rem 0px;}
.lx-section__wrap h3,.lx-section__wrap h5{color:#FFFFFF;margin-top: 20px;}

.form-box{max-width:1200px;margin: auto;}
.form-box{background-color: rgba(255,255,255,0); padding:50px;color: #fff;}
.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(--color4);
    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:var(--color1) ;
    background-color: #ffffff;
    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%;font-family: hwhm-l; }
  .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;font-family: hwhm-l;}
  .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 100px; max-width:80vw; margin: auto;}
}
@media screen and (max-width: 1023px)
{
	.lx-section{background:var(--color1) !important; margin:0rem auto;}
	.lx-section .lx-wrap{display:flex; flex-direction: column;padding: 10vw;}
	.form-box{padding:5vw;}
}

@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 screen and (max-width: 320px){}


/*============================================
ad-section 
===========================================*/
.ad-section{padding:80px 0px; margin: auto; margin-top:0px; position:relative; margin-top:0px; height: auto; width:100%; background-size:cover;}
.ad-section .titles{width:100%;margin:auto; color:#FFFFFF; position: relative;display: flex;justify-content: center;align-items: baseline;padding: 40px 0px 0px 0px;}
.ad-section .titles h3{font-size:50px;font-weight: bold;color:#FFFFFF;}
.ad-section .titles h3:after{display:none;}
.ad-section .titles h5{font-size:20px;font-weight: 500;text-transform: uppercase;color:#FFFFFF; padding-top:1rem;}
.ad-section .titles .line{width:10px;height:10px; background:#ffffff; margin-right:3rem; position: relative;border-radius: 100px;}
.ad-section .titles .line:nth-last-child(1){margin-left:3rem;margin-right:0px;}
.ad-section .titles .line:nth-child(1):before{width:300px;height:1px; background:#ffffff; content:"";position: absolute;right:0px; top:5px;}
.ad-section .titles .line:nth-last-child(1):after{width:300px;height:1px; background:#ffffff; content:"";position: absolute;left: 0px; top:5px;}


.ad-cont{width:100%;}
.ad-cont ul{display:flex;flex-wrap: wrap; justify-content: space-between;}
.ad-cont ul li{width:calc((100% / 4) - 20px);margin:10px auto;transition: 0.3s;}
.ad-cont ul li .innerbox{padding:2rem 2rem; color:#ffffff;text-align: center;}
.ad-cont ul li .innerbox em{font-family:"iconfont";font-size:80px;
    display: flex;
    background: rgba(255,255,255,0);
    border-radius: 100px;margin: auto auto 1rem auto;
    align-items: center;
    justify-content: center;border:0px;}
.ad-cont ul li .innerbox h5{font-size: 28px;padding-bottom:5px;font-weight: bold;}
.ad-cont ul li .innerbox p{font-size: 16px;}
.ad-cont ul li:hover{box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);-webkit-transform:translate(0,-3px);transform:translate(0,-3px); background:var(--color1);     border-radius: 10px;}
.ad-cont ul li:hover .innerbox{color:#FFFFFF;}
/*.ad-cont ul li:hover  .innerbox em{background-color:transparent;border:1px solid var(--color1);}*/


@media screen and (max-width: 1440px)
{
	.ad-section{padding: 50px 0px 0px 0px;}
	.ad-cont ul li .innerbox{padding: 1rem 3rem 3rem 3rem;}
	.ad-cont ul li .innerbox p{display: none;}
}


@media screen and (max-width: 1023px)
{
	.ad-section{padding:50px 0px;}
	.ad-cont ul li{width:100%;}
	.ad-cont ul li .innerbox p{display:block;}
	.ad-cont .owl-theme .owl-dots{margin:auto; padding:0px 0px 15px 0px;}
	.ad-section .titles h3{font-size:2.4rem;}
	
}

@media screen and (max-width: 767px)
{
	.ad-section .titles{padding:0px 2rem;}
}
@media screen and (max-width: 425px)
{
	.ad-section .titles h5{font-size:1.2rem;}
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
application-section
===========================================*/
.application-section{padding: 0px 0px 0px 0px; height: 90vh;}
.application-wrap{width: 100%;height: 100%;position: relative;}
.app-nav{width: calc((100% / 6) * 5);position: absolute;right: 10vw;left: 10vw; bottom:4rem;}
.app-nav ul{width: 100%;display: flex; justify-content: space-between;height: auto;flex-wrap: wrap;}
.app-nav ul li{width:calc(100% / 6);height: auto; display: flex;align-items: center;
    justify-content: center;background-color:var(--color-b-20); transition: 0.5s; color:#ffffff; border:1px solid rgba(255,255,255,.8); border-right:0px;padding: 1rem 0px;}
.app-nav ul li:nth-child(6n){border-right:1px solid rgba(255,255,255,.8);}
/*.app-nav ul li:nth-child(n+6){border-top:0px;}*/
.app-nav ul li a{color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;}
.app-nav ul li.active{background:#e62129;}
.app-nav ul li i{width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0rem;margin-bottom: 5px;}
.app-nav ul li i:before{font-size:25px;}
.app-nav ul li .text{padding: 0px 3rem; display: flex;width: 100%;align-items: center;flex-direction: column;justify-content: center;}
.app-nav ul li .text p{font-size:11px;}
.app-nav ul li .t1{font-size: 30px;padding-bottom: 15px;font-weight: 300;display: block;}
.app-nav ul li .t1 .en {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    margin-left:10px;
    font-family: 'Tunga',Arial, Helvetica, sans-serif;
    font-weight: 100;
}
.app-nav ul li .text .wz{font-size:14px;}

.app-nav ul li .line{width: 0px;height: 4px;background: #fff;margin-top: 0; transition: 0.5s;}
.app-nav ul li.active .line{    width: 40px;margin-top: 80px;}


.app-cont{width:100%; height: 100%; display:flex;}
.app-cont .app-cont-item{display:none;width: 100%; transition: 0.5s}
.app-cont-item.active{display:flex;background-size: cover;}
.app-cont-item.active .app-title{max-width: 800px;position:absolute; top:30%; left: 10vw; color:#FFFFFF;}
.app-title h2{font-size:var(--t1); font-weight: bold;text-shadow: var(--box-shadow2);}
.app-title h3{font-size:var(--t1);font-weight: bold;}
.app-cont-item img{width:100%; height: 100%;}
.app-cont-item .btn1{margin-top:3rem;}
.app-cont-item .btn1 a,.app-cont-item .btn1 a:before{border-radius: 100px;}
.app-cont-item .btn1 a{background:#e62129;}
.app-cont-item .btn1:hover a:before{background:var(--color1);}

.application-wrap-m{display:none;}
@media screen and (max-width: 1900px)
{
	.application-section{min-height: unset;}
	.app-nav ul li .text{padding:0px 2rem;}
}
@media screen and (max-width: 1600px)
{
	
}
@media screen and (max-width: 1440px)
{
	.application-section{height:70vh;}
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li .text .wz{display:none;}
	.app-nav ul li.active .text .wz{display:flex;}
	.app-nav ul li.active .line{margin-top: 20px;}
}
@media screen and (max-width: 1280px)
{
	.app-nav ul li .text{padding:0px 1rem;}
	.app-nav ul li i{width:40px; height: 40px;}
	.app-nav ul li i:before{font-size:1rem;}
	.app-nav ul li .text p{font-size:14px;}
}
@media screen and (max-width: 1199px)
{
	.app-nav ul li i{margin-right:0.5rem;}
}
@media screen and (max-width: 1023px)
{
	.application-section{border-bottom: 1px solid #efefef;padding-bottom: 50px;margin-bottom: 30px;height: auto;}
	.application-wrap{display:none;}
	.application-wrap-m{display:flex;}
	.application-wrap-m ul{}
	.application-wrap-m ul li{width:100%;}
	.application-wrap-m ul li img{width:100%; max-width:100%;min-height: 200px;}
	.application-wrap-m ul li .desc{width:100%; padding:5%; background: #f5f5f5;    box-sizing: border-box;}
	.application-wrap-m ul li h5{font-size:1.6rem; line-height: 2;font-weight: bold;float: left;}
	.application-wrap-m ul li span.en{font-size:1.3rem; text-transform: uppercase;float: left;padding-left: 1rem;font-weight: 300 !important;}
	.application-wrap-m ul li p{font-size:1.2rem; line-height: 2rem;overflow: hidden;width: 100%;}
	
	.application-wrap-m  .more{width: 100%;overflow: hidden;padding: 2rem 0px;}
	.application-wrap-m .more a{padding:10px 50px; background:var(--color1); color:#FFFFFF; border-radius: 50px; font-family: var(--ff3);margin: auto 5px; border:2px solid var(--color1); transition: 0.5s;font-size:var(--p2-size);}
	.application-wrap-m .more a:before{border-radius: 50px;}
	.application-wrap-m .more a:hover{background-color:transparent; border:2px solid var(--color1); color:var(--color1);}
}

@media screen and (max-width: 767px)
{

}
@media screen and (max-width: 425px)
{

	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}


/*============================================
case-section
===========================================*/
.case-section{background: var(--light-bg-color); padding:60px 0px; marign-top:60px;}
.case-section .titles{font-family: var(--ff6-l);}
.case-section .titles h2{font-family: var(--ff2);}
.case-section .titles h3{font-size:var(--t2);margin-top:1rem; margin-bottom: 1rem;font-weight: 300;display: flex;flex-direction: column;align-items: center;}
.case-section .titles h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--color1-h);
	margin-top:1rem;
}
.case-section .wrap{max-width:1600px;}
.case-section .case-cont{width:100%; background:#FFFFFF;display: flex;}
.case-cont ul{}
.case-cont li{width:50%; display:flex;  margin:0px; padding:0px; float:left;}
.case-cont li:nth-child(1){width:100%;}
.case-cont li .innerbox{width:100%; display: flex; flex-direction: column;padding:0px 35px;justify-content: center;flex: 1;}
.case-cont li .img{width:50%;height: auto;}
.case-cont li .img img{width:100%; max-width:100%;}
.case-cont li .innerbox  h3{font-family:var(--ff6); font-size:24px; margin-bottom:10px; color:var(--text-dark-color); }
.case-cont li .innerbox .text{width:100%;justify-content: center; color:var(--text-dark-color);}
.case-cont li .innerbox .text p{font-family:var(--ff6-l); font-size:16px;}
.case-cont li:nth-child(2){background-color:var(--color1); color:#FFFFFF;}
.case-cont li:nth-child(2) .innerbox h3 a,.case-cont li:nth-child(2) .innerbox .text a{color:#FFFFFF;}

@media screen and (max-width: 1023px)
{
	.case-section .titles h5{font-size: 1rem;    line-height: 1.8;}
	.case-cont li{width: 100% !important;    flex-direction: column-reverse;}
	.case-cont li .img{width:100%;}
	.case-cont li .innerbox{padding: 5%;}
}

@media screen and (max-width: 767px)
{
	.case-section{padding:60px 0px 10px 0px;}
}
@media screen and (max-width: 425px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
service-section
===========================================*/
.service-section{ padding:100px 0px 20px 0px;}
.service-section .titles{font-family: var(--ff6-l);}
.service-section .titles h2{font-family: var(--ff2);}
.service-section .titles h3{font-size:var(--t2);margin-top:1rem; margin-bottom: 1rem;font-weight: 300;display: flex;flex-direction: column;align-items: center;}
.service-section .titles h3:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--color1-h);
	margin-top:1rem;
}
.service-cont{}
.service-cont ul {
    display: flex;
    flex-direction: row;
}

.service-cont li {
    flex: 1;position: relative;
}

.service-cont li a {
    display: block;
    width: 100%;
    height: 320px;
    padding-bottom: 6px;
    position: relative;
}

.service-cont li .casesbg {
    height: 320px;
    width: 100%;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.service-cont li .casesico {
    padding-top: 58px;
        text-align: center;
}

.service-cont li .casesico img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
}

.service-cont li .casesico img:nth-child(2) {
    display: none;
}

.service-cont li .casesname1 {
    padding-top: 30px;
    font-size: 18px;    text-align: center;
    color: #333
}

.service-cont li .casesname2 {
    color: #797979;
    padding-top: 8px;
        text-align: center;
    position: relative;
    height: 52px;
	font-size: 14px;
    font-family: var(--ff6-l);
}

.service-cont li .casesname2 em {
    position: absolute;
    bottom: 0px;
    left: 45%;
    display: block;
    width: 21px;
    height: 1px;
    background: #000;
}

.service-cont li .casesbottom {
    display: none;
    margin-left: 0;
    width: 100%;
    height: 6px;
    background: #ff6600;
}

.service-cont li:hover .casesbottom {
    display: block;
}



.service-cont li:hover img {
    display: none;
}

.service-cont li:hover img:nth-child(2) {
    display: inline-block;
}

.service-cont li:hover .casesname1 {
    color: var(--color1-h);
}

.service-cont li:hover .casesname2 em {
    background: var(--color1-h);
}
.service-cont li:hover .casesico{ transform: rotateZ(360deg);    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);}
.service-cont li:after {
    content: '';
    width: 10px;
    height: 15px;
    position: absolute;
    right:0px;
    top: 26%;
    background: url(../images/right.png);
    animation-name: fadeInLeft;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.service-cont li:nth-child(7):after {
display:none
}

@media screen and (max-width: 1023px)
{
	.service-section{padding:20px 0px;}
	.service-section .titles{padding:20px 15px 0px 15px;}
}
#c_static_001-1646730046270 .e_image-14 a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
}

#c_static_001-1646730046270 .e_image-14 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 960px) {
    .service-cont ul {
        flex-wrap: wrap;
    }

    .service-cont li {
        flex: 0 0 calc(100%/3);
    }
}


@media screen and (max-width: 1023px)
{
	#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}
	.service-section .titles h5{font-size: 1rem;line-height: 1.8;}
	.service-cont li{height:auto;}
	.service-cont li a{height:auto;}
	.service-cont li .casesbg{height:auto;}
	.service-cont li:after{top:50%;}
}

@media screen and (max-width: 767px)
{
	.service-cont li .casesname2{display:none;}
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
hzhb-section 未使用
===========================================*/
.hzhb-section{background:#eeeeee;overflow: hidden;width:100%;padding-top: 60px;    padding-bottom: 100px;}
.hzhb-section .wrap{max-width: 1200px;}
.hzhb-section .hzhb-title{text-align: center;padding: 20px 0px;position: relative;background: url(../images/bg/bg_hz_t.gif) no-repeat center;
    height: 130px;
    margin-bottom: 50px;}
.hzhb-section .hzhb-title h3{font-size: 34px;
    color: #212121;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    padding: 0px 50px;margin-top: 30px;}
.hzhb-section .hzhb-title h5 {ffont-size: 18px;
    margin-bottom: 25px;
    color: #212121;
    font-weight: 300;
    max-width: 900px;
    margin: auto;
    line-height: 30px;
    margin-top: 10px;}

.hzhb-section ul{padding: 0px;margin: auto;}
.hzhb-section ul li{width: 240px;height: 135px;float: left;line-height: 0;border-bottom: #ddd 1px solid;position: relative;}
.hzhb-section ul li span{ display:block; position:relative;width: 240px;height: 135px;}
.hzhb-section ul li span:before{content: "";width: 1px;height: 100%;background: #ddd;position: absolute;top: 0;right: 0;z-index: 20;}
.hzhb-section ul li span:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;bottom: 0;left: 0;z-index: 20;}
.hzhb-section ul li img{width: 240px;height: 135px;
/*-webkit-filter: grayscale(100%);
-moz-filter: grayscale(1);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray;*/ }
.hzhb-section ul li:hover img{
/*-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%);*/}
.hzhb-section ul li:nth-child(5n):before{background: none;}
.hzhb-section ul li:hover span{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);z-index: 1;}


/*============================================
about-section
===========================================*/
.about-section{padding: 100px 0px;
    background: #ffffff;background-position: bottom;}
.about-title {
    color: #00396f;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-subtitle {
    color: #00396f;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.about-title h2{font-size: 32px;}
.about-title h4{font-size: 24px;}

.about-section p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 2rem;
}

.about-image{display: flex;justify-content: flex-end;}
.about-image img{max-width: 100%;}
		
/*============================================
vision-cont
===========================================*/



.vision-section {
    position: relative;
}
#vision
{
	min-height: 646px;
   /* background-size: cover;*/
    background-position: center;
    /* background-attachment: fixed; */
    display: flex;
    color: #ffffff;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    /* text-transform: uppercase; */
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
    /*background-attachment: fixed;*/
}
.vision-subtitle {
    font-size: 20px;
}

/*============================================
vision-ad
===========================================*/
.vision-ad{background:#014998;padding: 2rem 0px;}
.vision-ad ul{display: flex;justify-content: space-between;align-items: center;flex-direction: row;flex-wrap: wrap;}
.vision-ad ul li{padding:10px 0px;}
.vision-ad ul li{color:#FFFFFF;text-align: center;}
.vision-ad ul li em{font-size:3.4rem;}
.vision-ad ul li p{}

/*============================================
solution-section
===========================================*/
.solution-section{padding-top: 10px;margin-top: 100px;padding-bottom:80px; overflow:hidden; width:100%;position: relative;}
.solution-section .wrap{position: relative;}

.solution-section .section-title{position:absolute; top:0px; left:calc(((100% - 1500px) / 2) - 40px);z-index: 10;}
.solution-section .section-title h2{margin-left:-50px;}
.solution-cont{width:auto}
.solution-cont dl{width:100%;height: 640px; display:flex;justify-content: space-between;align-items: center;position: relative;    overflow: hidden;}
.solution-cont dt{width:calc(100% / 2); overflow: hidden; padding-left:calc((100% - 1500px) / 2);color: #002d4b;}
.solution-cont dt h3{font-size: 40px;line-height: 40px;margin-bottom: 20px;color: #002d4b;padding-top: 50px;}
.solution-cont dt .text{padding: 0;font-size: 16px;line-height: 34px;height: 102px;overflow: hidden;color: #002d4b;font-weight: 500;padding-right: 50px;}
.solution-cont dd{width: 960px;height: 640px;overflow: visible;position: absolute;left: 50%;top: 0px;}
.solution-cont dd img{max-width:none;height: 640px; width:100%;}
.solution-cont.owl-theme .owl-dots{margin-top: 60px;}
.solution-cont.owl-carousel .owl-dots .owl-dot.active span,.solution-cont.owl-carousel .owl-dots .owl-dot:hover span{border-color: #91c53c;opacity: 0.8;background: #91c53c;width: 40px;border-radius: 10px;}

.solution-cont .btn1 a{border:1px solid #ccc; background:none; color:#002d4b;}
.solution-cont .btn1 a:hover{color:#FFFFFF;border-color:#33bef2;}
.solution-cont .btn1 i{color: #91c53c; margin-right:10px}
.solution-cont .btn1 a:hover i{color: #FFFFFF;}




/*============================================
ad-section
===========================================*/
.ad-section{overflow: hidden;background:#eeeeee;}
.ad-section .ad-cont{    width: 100%;
    height: auto;
    position: relative;
    padding: 0px;
    margin: 0px;
    display: flex;justify-content: flex-end;
    align-items: center; padding:20px 0px;}
.ad-c{width:50%;padding: 100px;}
.ad-c h2{color:#333;}
.ad-c h2 b{display: block;
    font-size: 42px;
    color: #333333;
    line-height: 42px;
    height: 42px;
    position: relative;
    font-weight: bold;}
.ad-c h2 i{display: block;
    font-size: 80px;
    color: #e0e0e0;
    line-height: 80px;
    margin-top: 9px;
    font-family: Impact;
    position: relative;
    height: 80px;
    text-transform: uppercase;}
.ad-c h2 i em{position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #333333;
    line-height: 80px;}
.ad-c-desc{margin-top:50px;max-width: 500px;}
.ad-c-desc h3{height: 35px;
    font-size: 30px;
    line-height: 35px;
    color: #004898;
    font-weight: 300;
    margin-bottom: 20px;}
.ad-c-desc p{    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    }

.ad-line{width:100%;height: 10px;margin:20px auto 20px 0px; background: url(../images/ad_line.png) no-repeat center left;}
.ad-c ul{width:100%; max-width:470px; padding:20px 0px; margin: 0px; margin-top:20px;margin-bottom:50px; }
.ad-c ul li{width:calc((100% / 3 ) - 20px); height:130px; max-width:120px; float:left; margin-right:20px; border:1px solid #c6c6c6; border-top-left-radius: 25px; border-bottom-right-radius: 25px; margin-bottom:20px; display: flex; justify-content: center; align-items: center;flex-direction: column;}
.ad-c ul li:hover{background:#014998; color:#FFFFFF;}
.ad-c ul li em{color:#014998;    font-size: 2.5rem;}
.ad-c ul li p{color:#000000; font-size:18px;}
.ad-c ul li:hover em{color:#FFFFFF;}
.ad-c ul li:hover p{color:#FFFFFF;}


.ad-img{width:960px; height: 100%; position:absolute;right: 50%; top:0px; overflow: hidden;}




/*============================================
prod-section
===========================================*/
.prod-section{padding-top:0px;}
.prod-cont.owl-theme .owl-dots{margin-top: 60px;}
.prod-cont .owl-carousel .owl-dots .owl-dot.active span,.prod-cont .owl-carousel .owl-dots .owl-dot:hover span{border-color: #e5277c;opacity: 0.8;background: #e5277c;width: 40px;border-radius: 10px;}
.prod-cont{padding:50px 0px;}
.prod-cont ul li{border: 1px solid #eee;}
.prod-cont ul li .img{width:100%;transition: 0.5s; overflow: hidden;max-height: 340px;display: flex;justify-content: center;align-items: center;
}
.prod-cont ul li img{max-width:100%;transition: 0.5s;}
.prod-cont ul li:hover img{transform: scale(1.05);}
.prod-cont ul li .t{    padding: 15px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
	transition: 0.5s;
}

.prod-cont ul li:hover .t{background:#91c53c; color:#FFFFFF;}



.col-lg-6.knowledge-2 {
    position: relative;padding: 0px;
}

.col-lg-6.knowledge-1 {
    padding: 10% 0%;
}





/*============================================
news-section
===========================================*/
.news-section{width:100%;padding: 80px 0px;}
.news-titles{display:flex;flex-direction: column; justify-content: center; margin: auto;width:100%;align-items: center;}
.news-titles h3{font-size:70px; font-family: "hwhm-r"; font-weight: bold; text-transform: uppercase;}
.news-titles h5{font-size:34px; font-family: "hwhm-r"; font-weight: bold; margin-top:0rem;}
.news-cont{width:100%;  padding:1rem 2rem; margin-top:3rem;}
.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;height: 245px;}
.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:34px; font-family: "hwhm-r"; font-weight: 500; line-height: 1; color:#000;}
.news-list li .time{font-size:20px; font-family: "hwhm-r"; font-weight: 500;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-family: "hwhm-r"; 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;}

@media screen and (max-width: 1600px)
{
	.news-titles h3{font-size:2rem;}
	.news-titles h5{font-size: 1.5rem;font-family: hwhm-l;font-weight: 300;}
	.news-list li .wz h3{font-size:1rem; line-height: 1.5;}
	.news-cont{margin-top:1rem;}
}

@media screen and (max-width: 1280px)
{
	.news-section{padding: 30px 0px;}
}

@media screen and (max-width: 1023px)
{
	.news-section{padding: 0px 15px;}
}

@media screen and (max-width: 767px)
{
	.news-section .titles2{padding:30px 0px 0px 0px;}
	.news-titles h3{font-size:2rem;}
	.news-titles h5{font-size: 1.5rem;font-weight: 300;font-family: hwhm-l;line-height: 2;}
	.news-cont{margin-top:1rem;}
	.news-list li .wz h3{font-size:2rem; line-height: 1.5;}
}
@media screen and (max-width: 430px)
{
	.news-titles h3{font-size:1.5rem;}
	.news-titles h5{font-size: 1.2rem;font-weight: 300;font-family: hwhm-l;line-height: 2;}
	.news-list li .wz h3{font-size:1.5rem; line-height: 1.5;}
}

@media screen and (max-width: 414px){}

@media screen and (max-width: 375px){}

@media screen and (max-width: 360px){}

@media screen and (max-width: 320px){}




@media screen and (max-width: 1023px)
{
	.about-section{padding-top:50px;}
	.about-title h2{font-size:1.8rem;}
	.about-section h4{font-size: 1.5rem;line-height: 1.8rem;}
	.about-section p{font-size: 1rem;line-height: 2rem;}
	.about-image{margin-top:40px;}
	
	#vision{min-height:100vw;}
	#vision .container{padding: 50px;}
	.vision-subtitle  span{font-size:unset !important;}
	.vision-ad .owl-theme .owl-dots{margin-top:20px;}
	
	.solution-section{margin-top: 20px;}
	.solution-section .section-title{position:relative; top: unset; left: unset;padding-left: 20px; padding-bottom:20px;z-index: 100;}
	.section-title h2{font-size: 5rem;}
	.solution-section .section-title h2{ margin-left:auto;}
	.solution-cont dl{flex-direction: column-reverse;}
	.solution-cont dt{width:100%;padding: 10vw;}
	.solution-cont dt .text{padding-right: 0px;}
	.solution-cont dd{width:100%; max-width:100%; height: auto;position: relative;left: unset;top: unset;}
	.solution-cont dd img{max-width:100%;height:auto;}
	
	.ad-section{}
	.ad-section .ad-cont{flex-direction: column;padding:0px;}
	.ad-img{position: relative; top: unset; right:unset;width: 100%;}
	.ad-img img{max-width:100%; height: auto;}
	.ad-c{width:100%;padding: 5vw;}
	.ad-c h2 b{font-size:2rem; padding-top:20px;padding-bottom: 30px;}
	.ad-c h2 i{font-size:5rem;}
	.ad-c-desc{margin-top:20px;}
	
	.knowledge-block{width: 100%;padding: 5vw 10vw;}
	
	.news-item__title{margin: 2vw 0 !important;}
	.news-item__teaser{font-size: 1.2rem;}
	
	footer#footer{padding:0px 0px;}
	.foot-contact-box{display:flex;}
	.foot-contact-box ul{flex-direction: column;align-items: stretch;}
	.foot-contact-box ul li{margin:0px;}
	.foot-contact-box ul li:nth-child(2){margin-top:1rem;}
	.foot-bottom-box{margin-bottom: 50px;}
}
@media screen and (max-width: 768px)
{
	
}
@media screen and (max-width: 767px){}
@media screen and (max-width: 425px)
{
	.about-title h2{font-size:1.6rem;}
}
@media screen and (max-width: 414px)
{

}
@media screen and (max-width: 375px)
{
	.about-title h2{font-size:1.5rem;}
	.about-section h4{font-size: 1.2rem;line-height: 1.8rem;}
}
@media screen and (max-width: 320px)
{
	
}