.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h2{ font-size:var(--t1); color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: bold;}
.titles h3{ font-size:40px; color:var(--text-dark1-color); line-height:40px; margin-bottom:10px;font-weight: 500;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;display:none;
}

.titles h5{ font-size:18px; line-height:38px;margin-bottom:25px;color:#333;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%;
}


.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;}*/
}

.navbar-home .navbar-name h1,.navbar-home .navbar-name h3{color:#000000;}
.navbar-home .navbar-name h5{color:#000000;}
.navbar-home.main-navigation{position: relative;margin: auto;background: none;}
.navbar-home.main-navigation ul li a{color:#000000;}

/*============================================
good-section
===========================================*/
.good-section{background: #f5f5f5;padding:60px 0px 100px 0px;margin-top: 0px; background-repeat: no-repeat;  background-size: cover;box-shadow: 0px -10px 10px rgba(0,0,0,0.05);}
.good-section .wrap{width:100%;position: relative;}
.good-nav{width:100%;}
.good-nav ul{width: 100%;display: flex;justify-content: space-between;}
.good-nav ul li{margin: 0;width: calc((100% / 4) - 2px);}
.good-nav ul li a{background-image:linear-gradient(0deg, #fdfefe, #d3e4f5); padding:10px 50px;display: block; /*border:2px solid #FFFFFF;*/ box-shadow: 0px 2px 10px rgba(0,0,0,0.05);}
.good-nav ul li .text{display:flex; justify-content: center; flex-direction: row;align-items: center;}
.good-nav ul li .text img{width:80px;transition: 0.5s;}
.good-nav ul li .text i{font-size:40px; color:#333;}
.good-nav ul li .text p{font-size:18px;}
.good-nav ul li:hover a,.good-nav ul li.active a{background:var(--color1);}
.good-nav ul li:hover .text img{transform: scale(1.35); transition: 0.5s;}
.good-nav ul li:hover  .text i,.good-nav ul li.active  .text i{color:#FFFFFF;}
.good-nav ul li:hover  .text p,.good-nav ul li.active  .text p{color:#FFFFFF;}

.good-cont{width:100%; max-width:100%;padding:0px; position: relative; margin: 30px auto 0px auto;z-index: 10;/*background:#FFFFFF;background-image: linear-gradient(180deg, #ffffff, #f5f5f5);*/}
.good-cont-item{display:none;flex-wrap: wrap; box-shadow: 0px 5px 10px rgba(0,0,0,0.05);}
.good-cont-item.active{display:flex;}
.good-cont-item .good-img{overflow: hidden;width:50%; display: flex;justify-content: center; flex-shrink: 0;}
.good-cont-item  .good-img img {
	max-width:100%;
	transition: 1s;
	height: 100%;
}
.good-cont-item:hover .good-img img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.good-cont-item .good-text{flex:1;  padding:50px; display: flex;flex-direction: column;align-items: flex-start;}
.good-text .title{ border-bottom:2px solid rgba(0,0,0,0.05); width:100%; }
.good-cont .good-text h2{font-size:26px; font-weight: bold; padding-bottom:10px; display:inline-block; position: relative;}
.good-cont .good-text h2:before{content:""; display: block; width:100%; height: 2px; background:var(--color1);position: absolute;bottom: -11px;}
.good-cont .good-text .desc{font-size:16px; font-weight: 500; line-height: 28px; color:#333; margin-top:2rem; overflow: hidden;}
.good-text  .btn1{ margin-top:2rem;}
.good-text .btn1 a{font-size:16px;background: var(--color2);}
.good-text .btn1 a:before{background: var(--color1);}

@media screen and (max-width: 1600px)
{
	.good-desc .text p{font-size:16px;margin:10px 0px;}
}
@media screen and (max-width: 1440px)
{
    .good-nav ul li .text img{width: auto;height: 60px;}
	.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: 1023px)
{
	.good-section{padding-top: 2rem;padding-bottom: 2rem;}
	.good-section .titles h5{}
	.good-section .wrap{flex-direction: column;}
	.good-section .titles{width:100%; padding:20px;}
	.good-section .good-desc{width:100%;padding:0px 5%;}
	
	.good-nav ul{flex-wrap: wrap;}
	.good-nav ul li{width:calc(100% / 2);}
	
	.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-nav ul li .text p{flex: 1;}
	.good-cont{margin-top:10px;}
	
	.good-cont-item .good-text{align-items: center;}
}

@media screen and (max-width: 767px)
{
	.good-desc .btn1{display:none;}
	.good-nav ul li a{padding:5px;}
	.good-cont-item .good-img{width:100%;}
	.good-conts-item .goodTu .bt .title .t1{text-align: center;}
}
@media screen and (max-width: 430px)
{
    .good-section .titles h3{font-size: 1.5rem;}
	.good-section .titles h5{font-size: 1rem;margin-top: 0.5rem;}
	.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%;}
	.good-nav ul li .text img{width: 60px;}
	.good-nav ul li .text p{font-size:1rem;}
}
@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-conts-item{display: none;overflow: hidden;transition: 1s;}
.good-conts-item.active{display:block; transition: 1s;}

.good-conts-item ul{width: 100%;overflow: hidden;}
.good-conts-item .list{padding:0px 0px 0px 0px; margin:0 auto; margin-top:25px; width:100%;list-style:none; border:0;}
.row {display: block;flex-wrap: wrap;margin-right: -15px; margin-left: -15px;}
.good-conts-item .goodTu{width:100%; padding:0px 0; float:left;margin:0; list-style:none; border:0;}
.goodTuBox .aboutBdiv2{}
.good-conts-item .goodTu .goodTuBox{ border:1px solid #e9e9e9;margin-right:15px;margin-left:15px;margin-bottom:15px;margin-top:15px;}
.good-conts-item .goodTu .bt{ display:block;background:#f5f5f5;padding: 1rem 2rem !important;}
.good-conts-item .goodTu .bt .title{border-bottom:1px solid #f6f6f6;}
.good-conts-item .goodTu .bt .title .t1{overflow:hidden; font-size:20px !important;}
.good-conts-item .goodTu .bt .title .t1 a{ color:#333333;}
.good-conts-item .goodTu .bt .title .t2{ color:#a0a0a0; overflow:hidden;}

.good-conts-item .goodTu .bt{padding:5.357142857142857vw 0 13.75vw 0;}
.good-conts-item .goodTu .bt .title{margin:0 6.071428571428571vw 0 6.071428571428571vw;}
.good-conts-item .goodTu .bt .title .t1{font-size:4.285714285714286vw;line-height:8.035714285714286vw;height:8.035714285714286vw;}
.good-conts-item .goodTu .bt .title .t2{font-size: 16px !important;line-height: 1.8  !important;height:60px  !important;margin-bottom:10px  !important; color:#666  !important;display: none !important;}

@media (min-width: 557px) {
.good-conts-item .goodTu{width:50%;}
.good-conts-item .goodTu .bt{padding:1.818181818181818vw 0 6.493506493506494vw 0;}
.good-conts-item .goodTu .bt .title{margin:0 2.597402597402597vw 0 2.597402597402597vw;}
.good-conts-item .goodTu .bt .title .t1{font-size:1.948051948051948vw;line-height:3.896103896103896vw;height:3.896103896103896vw;}
.good-conts-item .goodTu .bt .title .t2{ font-size:1.558441558441558vw;line-height:3.896103896103896vw;height:3.896103896103896vw;margin-bottom:1.298701298701299vw;}
.good-conts-item .goodTu:nth-child(n+7){display: none;}
}

@media (min-width: 768px) {
.row {display: flex;}
.good-conts-item .goodTu{width:33.33%;}
.good-conts-item .goodTu .bt{padding:1.770833333333333vw 0 4.427083333333333vw 0;}
.good-conts-item .goodTu .bt .title{margin:0 1.979166666666667vw 0 1.979166666666667vw;}
.good-conts-item .goodTu .bt .title .t1{font-size:1.354166666666667vw;line-height:2.291666666666667vw;height:2.291666666666667vw;}
.good-conts-item .goodTu .bt .title .t2{ font-size:1.041666666666667vw;line-height:2.083333333333333vw;height:2.083333333333333vw;margin-bottom:1.197916666666667vw;}
}
@media (min-width: 1366px) {
    .row {display: flex;}
    .good-conts-item .goodTu{width:25%;}
    .good-conts-item .goodTu .bt{padding:1.770833333333333vw 0 4.427083333333333vw 0;}
    .good-conts-item .goodTu .bt .title{margin:0 1.979166666666667vw 0 1.979166666666667vw;}
    .good-conts-item .goodTu .bt .title .t1{font-size:1.354166666666667vw;line-height:2.291666666666667vw;height:2.291666666666667vw;}
    .good-conts-item .goodTu .bt .title .t1 a{font-size: 1rem;}
    .good-conts-item .goodTu .bt .title .t2{ font-size:1.041666666666667vw;line-height:2.083333333333333vw;height:2.083333333333333vw;margin-bottom:1.197916666666667vw;}
    .good-conts-item .goodTu:nth-child(n+7){display: block;}
    }
@media (width: 1920px) {
.row {display: flex;}
.good-conts-item .goodTu{width:25%;}
.good-conts-item .goodTu .bt{padding:34px 0px 85px 0px;}
.good-conts-item .goodTu .bt .title{margin:0 38px 0 38px;}
.good-conts-item .goodTu .bt .title .t1{font-size:26px;line-height:44px;height:44px;}
.good-conts-item .goodTu .bt .title .t2{ font-size:20px;line-height:40px;height:40px;margin-bottom:23px;}
}


/*caption */
.good-conts-item .aboutBdiv2 a .caption {position: absolute;top: 0;bottom: 0;right: 0;left: 0;display: flex;flex-direction: column;justify-content: center;padding: 15px;
background-color: rgba(0, 111, 180, 0.6);transition: 250ms ease-in-out;}
.good-conts-item .aboutBdiv2 a .caption > * {color: #fff;}
.good-conts-item .aboutBdiv2 a .caption > * + * {margin-top: 5px;}
.good-conts-item .aboutBdiv2 a{position: relative;display: block;text-align: center;overflow: hidden;cursor: pointer;width: 100%;}
.good-conts-item .aboutBdiv2 a img {width: 100%;}
.good-conts-item .aboutBdiv2 a .icon {font-size: 30px;}
.good-conts-item .aboutBdiv2 a .arrow-right {font-size: 30px;}
.good-conts-item .aboutBdiv2 a .list-inline-tag {font-size: 12px;font-style: italic;}
.good-conts-item .aboutBdiv2 a .label-custom {position: absolute;z-index: 11;top: 18px;left: 18px;padding: 2px 7px;font-size: 12px;font-style: italic;background-color: #fff;border-radius: 4px;color: #000;}
.good-conts-item .aboutBdiv2 a img {width: 100%;height: auto;max-width: 100%;}
.good-conts-item .aboutBdiv2 a .caption {opacity: 0;transform: scale(0.8);}

.good-conts-item .aboutBdiv2 a .hover-top-element {opacity: 0;transform: translateY(30px);transition: 250ms 320ms linear;}
.good-conts-item .aboutBdiv2 a .hover-bottom-element {opacity: 0;transform: translateY(-40px);transition: 250ms 320ms linear;}
.good-conts-item .aboutBdiv2 a:hover .hover-top-element, .good-conts-item .aboutBdiv2 a:hover .hover-bottom-element {opacity: 1;transform: translateY(0);}
.good-conts-item .aboutBdiv2 a .icon {display: inline-block;line-height: 1;text-align: center;}
.good-conts-item .aboutBdiv2 a .icon:before{display: inline-block;font-weight: 400;font-style: normal;speak: none;text-transform: none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}
.good-conts-item .aboutBdiv2 a .linear-icon-picture:before {content:"";background:url(../images/icon_pic.png) no-repeat center center;background-size:30px; width:30px;height:30px;}
.good-conts-item .aboutBdiv2 a .list-inline-tag li {display: inline-block;font-size: 14px;font-style: italic; line-height:22px;}
.good-conts-item .aboutBdiv2 a .linear-icon-plus:before {content: ""; background:url(../images/icon_plus.png) no-repeat center center;background-size:30px; width:30px;height:30px;}
.good-conts-item .aboutBdiv2 a h5, .good-conts-item .aboutBdiv2 a .heading-5 {font-size: 16px;font-weight: 600;line-height: 1.45;}
@media (min-width: 768px) {
    .good-conts-item .aboutBdiv2 a h5, .good-conts-item .aboutBdiv2 a .heading-5 {font-size: 20px;line-height: 1.5;}
}
.good-conts-item .aboutBdiv2 a .divider {display: block;width: 100%;height: 1px;background: #ececee;}
.good-conts-item .aboutBdiv2 a .caption .divider {position: relative;margin-top: 8px;margin-bottom: 8px;max-width: 116px;margin-left: auto;margin-right: auto;}
.good-conts-item .aboutBdiv2 a .caption .divider {background: transparent;}
.good-conts-item .aboutBdiv2 a .caption .divider:before {position: absolute;content: "";display: inline-block;left: 50%;right: 50%;height: 1px;background-color: #fff;transition: 250ms 280ms ease-in-out;}
.good-conts-item .aboutBdiv2 a .small {display: block;font-size: 14px;line-height: 1.71429;}
@media (min-width: 1200px) {
	.good-conts-item .aboutBdiv2 a .small {font-size: 16px;line-height: 1.625;}
}
@media (min-width: 1200px) {
.good-conts-item .aboutBdiv2 a .icon {font-size: 40px;}
.good-conts-item .aboutBdiv2 a .linear-icon-picture:before {content:"";background:url(../images/icon_pic.png) no-repeat center center; background-size:40px; width:40px;height:40px;}
.good-conts-item .aboutBdiv2 a .linear-icon-plus:before {content: "";background:url(../images/icon_plus.png) no-repeat center center; background-size:40px; width:40px;height:40px;}
.good-conts-item .aboutBdiv2 a .caption {padding: 50px 25px 45px;}
.good-conts-item .aboutBdiv2 a .caption > * + * {margin-top: 10px;}
.good-conts-item .aboutBdiv2 a .caption .divider {margin-top: 19px;margin-bottom: 19px;}
.good-conts-item .aboutBdiv2 a .arrow-right {position: absolute;right: 18px;bottom: 13px;}
}
/*caption hover*/
.good-conts-item .aboutBdiv2 a:hover .caption {opacity: 1;transform: scale(1);}
.good-conts-item .aboutBdiv2 a:hover img {filter: blur(3px);}
.good-conts-item .aboutBdiv2 a:hover .caption .hover-top-element, .good-conts-item .caseMenu ul li a:hover  .caption .hover-bottom-element {opacity: 1;transform: translateY(0);}
.good-conts-item .aboutBdiv2 a:hover .caption .divider:before {left: 0;right: 0;}
@keyframes hover-blur {
    100% { filter: blur(3px);}
}



/*readmore*/
.good-conts-item .readmore { width:100%;margin:0 auto;text-align:center;margin-bottom:77px;margin-top:45px;}
.good-conts-item .readmore a{ width:45%; display:block;margin:0 auto;text-align:center; border-radius:5px; background: #61cdda; color:#fff; line-height:40px; height:40px; font-size:14px;}
.good-conts-item .readmore a:hover{background:#59bcc7;}
.good-conts-item .readmore { margin-bottom:13.75vw;margin-top:8.035714285714286vw;}
.good-conts-item .readmore a{ width:40.53571428571429vw;line-height:9.821428571428571vw; height:9.821428571428571vw;font-size:2.857142857142857vw;}	

@media (min-width: 557px) {
.good-conts-item .readmore { margin-bottom:10vw;margin-top:5.844155844155844vw;}
.good-conts-item .readmore a{ width:29.48051948051948vw;line-height:7.142857142857143vw; height:7.142857142857143vw;font-size:2.077922077922078vw;}	
}
@media (min-width: 768px) {
.good-conts-item .readmore { margin-bottom:7.7vw;margin-top:4.5vw;}
.good-conts-item .readmore a{ width:22.7vw;line-height:5.5vw; height:5.5vw;font-size:1.6vw;}	
}

@media (min-width: 1009px) {
.good-conts-item .readmore { margin-bottom:77px;margin-top:45px;}
.good-conts-item .readmore a{ width:227px;line-height:55px; height:55px;font-size:16px;}	
}


.icon2 {display:none;line-height: 1;text-align: center;}
.icon2:before{display: inline-block;font-weight: 400;font-style: normal;speak: none;text-transform: none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}
.linear-icon-picture2:before {content:"\e70e";}

.good-cont .btn1{    justify-content: center;}
.good-cont .btn1 a{background-color: transparent; border: 1px solid var(--color1); color:var(--color1);    padding: 15px 60px 15px 66px;}
.good-cont .btn1 a:hover:before{background-color:var(--color1);}
.good-cont .btn1 a:hover{color:#FFFFFF;}

/*showMorehandle*/
.good-conts-item .showMorehandle{margin:0 auto;text-align:center;width:45%; display:block;margin:0 auto;border-radius:5px;background: #61cdda;color:#fff;line-height:40px;height:40px;font-size:14px;margin-bottom:77px;margin-top:45px; cursor:pointer;}
.good-conts-item .showMorehandle:hover{background:#59bcc7;}
.good-conts-item .showMorehandle{ margin-bottom:13.75vw;margin-top:8.035714285714286vw;width:40.53571428571429vw;line-height:9.821428571428571vw; height:9.821428571428571vw;font-size:2.857142857142857vw;}	
@media (min-width: 557px) {
.good-conts-item .showMorehandle{ margin-bottom:10vw;margin-top:5.844155844155844vw;width:29.48051948051948vw;line-height:7.142857142857143vw; height:7.142857142857143vw;font-size:2.077922077922078vw;}	
}
@media (min-width: 768px) {
.good-conts-item .showMorehandle { margin-bottom:7.7vw;margin-top:4.5vw; width:22.7vw;line-height:5.5vw; height:5.5vw;font-size:1.6vw;}	
}

@media (min-width: 1009px) {
.good-conts-item .showMorehandle {margin-bottom:77px;margin-top:45px;width:227px;line-height:55px; height:55px;font-size:16px;}	
}

/*============================================
com-section
===========================================*/
.com-section{ padding:120px 0px 60px 0px;}
.com-section .wrap{display:flex; justify-content: space-between;max-width:unset; width:85.8%; margin: auto;}
.com-section .com-cont{display:flex; flex-direction: column; flex: 1; padding-right:80px;align-items: flex-start;}
.com-cont .titles{text-align: left;padding-top: 0px;}
.com-cont .titles h2{font-size:40px; font-weight: bold;}
.com-cont .titles h3{font-size:1.65rem; font-weight: 300;display: flex; flex-direction: column; margin-top: 20px;align-items: start;}
.com-cont .titles h3:after{width:60px; height: 2px; content: ""; margin-top:20px; background:var(--color1);display: block;}
.com-cont .desc{font-size:14px; font-weight: 500;color:#000; line-height: 2rem;}
.com-cont .btn1{margin-top:50px;}
.com-cont .btn1 a{background:var(--color2); padding:15px 60px; border-radius: 50px; color:#FFFFFF; font-size:16px;}
.com-cont .btn1 a:before{border-radius: 50px;}
.com-section .com-img{max-width:800px;width: 50%;}
.com-img img{max-width:100%;transition: 0.3s;}
.com-img:hover img{scale:1.03;}

.counter-items{width:100%; overflow: hidden;
    display: flex;
    justify-content: space-between;
	height: auto;
    /*box-shadow: 0px 4px 51px 0px rgb(7 0 2 / 18%);*/
	align-items: center;z-index: 10;
	/*border-top:1px solid #eee;margin-top: 50px;*/ padding-top:50px;
}
.counter-items .counter-item{padding:20px 0px;position: relative;width: 20%;}
.counter-item .inner-box{width:100%; /*position: relative;*/ height: auto;}
.counter-item .inner-box .desc-box{ width: 100%; padding-top: 0px;color:#fff;text-align: center;/*border-right: 1px solid rgb(0 0 0 / 10%);*/}
.counter-item:nth-last-child(1) .inner-box .desc-box{border-right:0px;}
.counter-item .inner-box .desc-box .counted{position: relative;text-align: center;display: flex; justify-content: center; align-items: center;}
.counter-item .inner-box .desc-box span{font-size: 3.4rem;color: #000000;font-weight: 500;line-height: 3rem;}
.counter-item .inner-box .desc-box em{color:#000;border-radius: 50px;line-height: 35px;font-size: 1.2rem;
display:flex; align-items: center;justify-content: center;padding-bottom: 5px;    margin-left: 5px;}
.counter-item .inner-box .desc-box .desc-box-text{font-size:1.2rem;color: #343434;text-align: center; font-weight: 300; margin-top: 20px;}

.counter-item:hover{background:var(--color3);transition: 0.5s; cursor: pointer;border-radius: 20px;}
.counter-item:hover .inner-box .desc-box em{color: #ffffff;}
.counter-item:hover .inner-box .desc-box span{color:#FFF;}
.counter-item:hover .inner-box .desc-box .counted{color:#FFF;}
.counter-item:hover .inner-box .desc-box .desc-box-text{color:#FFF;}
@media screen and (max-width: 1600px)
{
	.com-section .wrap{width:100%; max-width:1400px;}
    .com-cont .titles h2{font-size:1.65rem;line-height: unset;margin-bottom: 0px;}
	.com-cont .titles h3{font-size:1.2rem;margin-top: 0px;}
	.com-cont .desc{line-height: 1.65;}
}
@media screen and (max-width: 1440px)
{
	.com-section .wrap{width:100%; max-width:1280px;}
	.com-cont .titles{padding-bottom:0px;}
	.com-cont .titles h2{font-size:1.65rem;}
	.com-cont .titles h3{font-size:1.2rem;margin-top: 0px;}
	.com-cont .desc{line-height: 1.65;}
}
@media screen and (max-width: 1280px)
{
	.com-section .wrap{width:100%; max-width:1200px;}
}

@media screen and (max-width: 1023px)
{
	.com-section{padding:0px;}
	.com-section .wrap{flex-direction: column;}
	.com-section .com-cont{padding: 2rem 15px;align-items: center;}
	.com-cont .titles{width:100%;}
	.com-section .com-img{margin-bottom: 2rem;width: 100%; max-width:100%;}
	.com-cont .btn1{margin-bottom:50px;}
	.counter-items{padding-top: 30px;}
	.counter-items .counter-item{width:100%;}
	.counter-items.owl-theme .owl-dots{padding:2rem 0px; margin:auto;}
}

@media screen and (max-width: 767px)
{
	.com-cont .titles{padding:0px 0px;}
	.com-cont .titles h2{font-size:2rem; line-height: 2;margin: 0px;}
	.com-cont .titles h3{font-size:1.25rem; line-height: 2;margin: 0px; padding: 0px;  font-weight: 500;}
}
@media screen and (max-width: 430px)
{
	.com-cont .titles h2{font-size:1.55rem; line-height: 2;}
	.com-cont .titles h3{font-size:1.065rem; line-height: 2;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}

/*============================================
prod-section
===========================================*/
.prod-section{background-repeat: no-repeat; background-position: center; background-size:cover;}
.prod-section .prod_wrapper{margin:auto; padding:200px 10vw; overflow: hidden; display:flex;width:100%;}
.prod_wrapper .prod_wrapper-cont{ display:flex;flex-direction: column;color: #FFFFFF;width: 40%;flex-shrink: 0;justify-content: space-between; max-width:500px;}
.prod_wrapper .prod_wrapper-cont h3{font-size:50px;}
.prod_wrapper .prod_wrapper-cont h5{font-size:16px; font-family: hwhm-l; line-height: 2; margin-top:1.8rem;margin-bottom: auto;}
.prod_wrapper .prod_wrapper-cont .more{}
.prod_wrapper .prod_wrapper-cont .more a{color:#ffffff; border:1px solid #FFFFFF; padding:1rem 3rem; background-color:transparent;}

.prod_wrapper .prod_wrapper-cols{display:flex; margin-left:3rem;}
.prod_wrapper .prod_wrapper-cols ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.prod_wrapper .prod_wrapper-cols ul li{width:calc((100% / 3)); padding:2rem 1rem;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;}
.prod_wrapper .prod_wrapper-cols ul li a{color:#FFFFFF; transition:1s;}
.prod_wrapper .prod_wrapper-cols ul li:hover{background: var(--mask-hover-color); color:#fff;}
.prod_wrapper .prod_wrapper-cols ul li img{max-width:100%; margin-bottom:1.5rem;}
.prod_wrapper .prod_wrapper-cols ul li i{font-size: 3rem;}
.prod_wrapper .prod_wrapper-cols ul li h3{font-size:24px; font-weight: bold;margin: 0px;line-height: 1.8;}
.prod_wrapper .prod_wrapper-cols ul li h5{font-size:14px; font-weight: 300; font-family: hwhm-l; font-family: hwhm-r; text-transform:uppercase;}

.prod_wrapper .prod_wrapper-cols ul li:hover h3{color:#fff;}
.prod_wrapper .prod_wrapper-cols ul li:hover h5{color:#fff;}

.foot-logo h3{color:#FFFFFF;}


@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;}
	
	
}
@media screen and (max-width: 767px)
{
	.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.45rem;margin-top:1rem;}
	.prod_wrapper .prod_wrapper-cont h5{font-size:1.065rem;margin-top:1rem; line-height: 1.65;border-bottom: 1px solid rgb(255 255 255 / 23%);
        padding-bottom: 1.65rem;}
	
	.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)
{
	
}


/*============================================
hzhb-section
===========================================*/
.hzhb-section{overflow: hidden;width:100%;padding: 100px 0px;}
.hzhb-section .wrap{width: 100%;
    margin: auto;
    padding: 0px 10vw;
    max-width: unset;}
.hzhb-section .hzhb-titles{text-align: center; margin-bottom:2rem;}
.hzhb-section .hzhb-titles h5{padding-top:1rem; padding-bottom:2rem;}
.hzhb-section .hzhb-titles:after{content: "";width: 125px;height: 5px;display: block;background: var(--color1); margin: auto;}
.hzhb-section .hzhb-cont{width:100%; padding:2rem 0px;}
.hzhb-section ul{padding: 0px 0px;margin: auto;width: 100%;    display: flex;flex-wrap: wrap;justify-content: space-around;align-items: center;}
.hzhb-section ul li{width: calc((100% / 4) - 20px);height: auto;overflow: hidden; display: flex; justify-content: center;align-items: center; margin: 10px auto;}

.hzhb-section ul li img{max-width:100%;}
.hzhb-section ul li:hover img{}

.hzhb-section ul li:hover{box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);z-index: 1;}
.hzhb-section .owl-controls{position: absolute;bottom: -50px;left: 0px;right: 0px;}

@media screen and (max-width: 1440px)
{
	
}

@media screen and (max-width: 1199px)
{
	
}

@media screen and (max-width: 1023px)
{
	.hzhb-section{padding:3rem 0px;}
	.hzhb-section .titles h3{font-size:3rem;}
	
	.hzhb-section ul{padding: 0px 0px;}
	.hzhb-section ul li{width: 48%;display: flex;justify-content: center; /*margin-bottom:1rem;padding-bottom:1rem;*/ border:0px;	line-height:normal; height: auto; float:unset; margin:1% auto;}
}

@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.com-cont .titles{width: 100%;}
	.com-cont .titles h3{font-size: 1.4rem;}
}

@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;z-index: 200;}
.app-nav ul{width: 100%;display: flex; justify-content: space-between;height: auto;flex-wrap: wrap;}
.app-nav ul li{width:calc(100% / 5);height: 100px; 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;}
.app-nav ul li:nth-child(5n){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:var(--color1-90);}
.app-nav ul li i{width: 55px;
    height: 55px;
    border-radius: 100px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;}
.app-nav ul li i:before{font-size:25px;}
.app-nav ul li .text{padding: 0px 3rem; display: flex;width: 100%;align-items: center;}
.app-nav ul li .text p{font-size:16px;}
.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;    z-index: 200;}
.app-cont .app-cont-item{display:none;width: 100%; transition: 0.5s;background-size: cover;}
.app-cont-item:before{content:"";position: absolute;top: 0;left: 0;bottom: 0;right: 0; z-index: 101; background: rgba(0,0,0,.34);}
.app-cont-item.active{display:flex;}
.app-cont-item.active .app-title{position:absolute;max-width: 800px; top:30%; left: 10vw; color:#FFFFFF;z-index: 200;}
.app-title h2{font-size:var(--t1); font-weight: bold; z-index: 105;}
.app-title h3{font-size:var(--t1);font-weight: bold; z-index: 105;}
.app-cont-item img{width:100%; height: 100%; z-index: 102}
.app-cont-item .btn1{margin-top:3rem; z-index: 105;}
.app-cont-item .btn1 a,.app-cont-item .btn1 a:before{border-radius: 100px;}


.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: 1440px)
{
	.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;}
	.application-wrap-m ul li h5{font-size:1.6rem; line-height: 1;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%;}
}

@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)
{
	
}


/*============================================
news-section
===========================================*/
.news-section{width:100%;padding: 60px 0px 80px 0px;}
.news-section .titles{display:flex;flex-direction: column; justify-content: center; margin: auto;width:100%;align-items: flex-start;}
.news-section .titles h3{font-size:40px; font-family: "hwhm-r"; font-weight: bold; text-transform: uppercase; color:#000;}
.news-section .titles h5{font-size:16px; font-family: "hwhm-l"; 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;height: 245px;}
.news-list li .img img{max-width:100%;height:100%;}
.news-list li .wz{display:flex; flex-direction: column; color:#000;font-size: 16px;}
.news-list li .wz h3{font-size:1.5rem;font-weight: 500; line-height: 1; color:#000;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 1rem;}
.news-list li .wz p{height: 100px;overflow: hidden;text-overflow: ellipsis;line-height: 26px;font-size: 16px;}
.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-weight: 300;}*/
	.news-list li .wz h3{font-size:1.3rem; line-height: 1.5;}
}

@media screen and (max-width: 1023px)
{
    .news-section{padding-top:2rem;}
    .news-section .titles h3{font-size:2.065rem;}
    .news-section .titles h5{text-align: left;}
    .news-list li .wz h3{font-size:2rem; line-height: 1.665;}
}

@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)
{
	
}
/*============================================
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%;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 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)
{
	
}