.titles{ text-align:center; padding:20px 0px;position: relative; display:flex; flex-direction: column;align-items: center; margin-bottom: 2rem;}
.titles h3{font-size: 2.8rem;color: #000;line-height: 2;margin-bottom: 0px;font-weight: bold;}
.titles h5{font-size:1.8rem; line-height:2;margin-bottom:25px;color:#000;font-weight: 500;}
.titles:after {content: "";width: 125px;height: 5px;display: block;background: var(--color1);}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles1 h5{font-size:20px;margin-bottom:25px;color:#212121;font-weight: 300;}
.titles1 .line{ background:#b1b1b1; height:1px; width:160px; margin:0 auto; position:relative}
.titles1 .line:after{ display: block; height:5px; width:42px; background:#369ad6; position:absolute; left:50%; margin-left:-21px; top:-2px;
    content: " ";}
.titles1:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    left: 33%;
}
.titles1:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    right: 33%;
}

.titles2{padding: 30px 0px;position: relative;font-family:var(--ff4); display:flex; flex-direction: column; text-transform: uppercase;}
.titles2 h3{
	font-size: 36px;
	font-weight: bold;
    color: #FFFFFF;
}
.titles2 h5{
	font-size: 18px;
	font-family: var(--ff4);
	font-weight: 500;
    color: #FFFFFF;
}
.titles2:after{width:45px; height: 3px; display:block; margin: 20px 0px; padding: 0px;background:#FFFFFF;}

@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: var(--color1);
    color: #FFFFFF;
    padding: 10px 50px;
    z-index: 2;
    position: relative;
    display: block;
}
.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.btn1 a::before {
	content: '';
	position: absolute;
	width: calc(100%);
	height: calc(100%);
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .24s ease-in-out;
	transition: -webkit-transform .24s ease-in-out;
	-o-transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out;
	transition: transform .24s ease-in-out, -webkit-transform .24s ease-in-out
}
.btn1 a:hover::before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}
.btn1 a:before {background-color: var(--color1-h);}

.section-title {position: relative;}
.section-title h3{
    text-transform: uppercase;
	font-size:30px;
	padding:0 40px;
	position: absolute;
	top:0px;
	font-size: 50px;
    color: #002d4b;
    line-height: 32px;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 300;
    padding-top: 50px;
}

.section-title h2{text-transform: uppercase;
    color: #fff;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -4px;
    font-family: 'Tunga Bold',Arial, Helvetica, sans-serif;
    text-shadow: #e8ebef 1px 0 0, #e8ebef 0 1px 0, #e8ebef -1px 0 0, #e8ebef 0 -1px 0;
    -webkit-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    -moz-text-shadow: #e8ebef 1px 0 0,#e8ebef 0 1px 0,#e8ebef -1px 0 0,#e8ebef 0 -1px 0;
    *filter: Glow(color=#e8ebef, strength=1);
    padding: 12px 0;
}

p{padding:0px; margin: 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;}
.navbar-home .navbar-nav li a{color:#FFFFFF;}
.navbar.headFlex .logo-sm-height{display:block;}
.navbar-home.main-navigation{border:0px;}


.home-swiper-pagination{}
.home-swiper-pagination.swiper-pagination-bullets{right: 5rem;}
.home-swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;margin: 10px 0 !important;border: 2px solid rgba(255,255,255,1);}
.home-swiper-pagination .swiper-pagination-bullet-active{border: 2px solid rgba(255,255,255,0.8);}


.home-swiper-pagination .swiper-pagination-bullet-active{background: #367f60;}

/*============================================
navbar-home
===========================================*/
.navbar-home{position:relative; top: 0;right: 0;left: 0; z-index: 108; background-color:transparent;background: none;background: #FFF;}
.navbar-home.main-navigation ul li a{color:#000;}
/*============================================
navbar-home
===========================================*/


/*============================================
viedo-section
===========================================*/
.home{width: 100%;height: 100vh; overflow: hidden;}
.home-swiper-container {width: 100%;height: 100vh;}

.viedo-section{background: skyblue;}
.viedo-section .mask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #253f4b;
    opacity: .65;
    z-index: 10;
}
.home-banners{height:100%; z-index: 100;}
.home-banners .swiper-button-prev{top:unset;left: unset;right: 20vw;bottom: 50px;background:none;}
.home-banners .swiper-button-next{top:unset;left: unset;right: calc(20vw - 80px);bottom: 50px;background:none;}
.home-banners .swiper-button-prev:before,.home-banners .swiper-button-next:before{font-family:"iconfont"; width:48px; height: 48px; display: flex;align-items: center;
    justify-content: center;background: #FFF; color:#333;  font-size:24px; border:2px solid #fff;}
.home-banners .swiper-button-prev:before{content: "\e613";}
.home-banners .swiper-button-next:before{content: "\e614";}
.home-banners .swiper-button-prev:hover:before,.home-banners .swiper-button-next:hover:before{color:#FFFFFF; background-color: transparent;}
.hero-video {
	position: absolute;
	display: block;
	height: 100%;
	height: 100vh;
	width:100%;
	width: 100vw;
	min-height: 28.125rem;
	overflow: hidden;
	z-index: 1;
}
.viedo-section .content-box{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.viedo-section .content-box{display: table;width: 100%;height: 100%;position: absolute;z-index: 100;}
.viedo-section .content-box .box-cell{display: table-cell;vertical-align: middle;width: 100%;height: auto;}
.viedo-section .content-box .container{height: auto; text-align: center;}
.viedo-section .content-box .container h2{font-size: 2.5rem;line-height: 1;font-weight: 100;margin-bottom: 1rem;text-transform: capitalize; color:#fff;/* text-shadow: 2px 2px 5px rgba(0,0,0,0.8); */font-weight: 500;letter-spacing: 0px;}
.viedo-section .content-box .container p {padding: 0 15%;font-size: 1.35rem;margin: 0; color:#fff;text-transform: capitalize; /*text-shadow: 2px 2px 5px rgba(0,0,0,0.5);*/}
.viedo-section .content-box .container .more{    margin-top: 90px;}
.viedo-section .content-box .container .more a{color: #fff;}
.viedo-section .content-box .container .btn-lx{position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Neutraface Bold;
    font-size: 1rem;
    text-transform: uppercase;
    border: 2px solid #fff;
    padding:10px 40px;
    border-radius: 10rem;
    outline: 0;
    z-index: 0;
    white-space: nowrap;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;}
.viedo-section .content-box .container .more:hover{color: #df1f26;}
.viedo-section .content-box .container .more:hover .btn-lx{background:#fff; z-index: 1;}
.viedo-section .content-box .container .more a:hover{color: #df1f26;}


.home-footer .home-footer-wrap{padding:0px 5vw;margin: auto;}
.home-footer .foot-cols{margin:0px;}

@media screen and (max-width: 1023px)
{
	.navbar-brand{margin-left: 1rem;}
	.main-navigation .navbar-name h3, .main-navigation .navbar-name h5{color:#FFFFFF;}
	.home-swiper-pagination.swiper-pagination-bullets{right: 1rem;}
	.viedo-section .content-box .container h2{font-size: 2rem;line-height: 1.6;}
	.viedo-section .content-box .container p{font-size: 1.5rem;}
  .navbar-home.main-navigation ul li a {color: #FFF;}
}

@media screen and (max-width: 767px)
{
	.viedo-section .content-box .container h2{font-size: 1.8rem;line-height: 1.6;}
}
@media screen and (max-width: 430px)
{
	.viedo-section .content-box .container h2{font-size: 2rem;line-height: 1.6;}
	.viedo-section .content-box .container p{font-size: 1.5rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
/*============================================
viedo-section
===========================================*/


.page-wrap{width: 100%;height: 100%; overflow: hidden;}
.innerbox{padding:4rem;}



/*============================================
bottom-section
===========================================*/
.bottom-section{width:100%; position: absolute;left: 0;right: 0; bottom: 10vh; z-index: 100;}
.bottom-section .bottom-wrapper{display:flex; justify-content: space-between;align-items: flex-end;padding: 0px 5vw;}
.bottom-wrapper .copyright-wrap{font-size:12px; color:#FFFFFF;display: flex;}
.bottom-wrapper .copyright-wrap .copyright-desc{padding-right:2rem;}
.bottom-wrapper .col-wrap{font-size:14px; color:#FFFFFF;}
.bottom-wrapper .col-wrap ul{display:flex;}
.bottom-wrapper .col-wrap ul li{margin-left:1rem;}
.bottom-wrapper .col-wrap a{background-color: #000; color:#FFFFFF;padding:.6rem 1rem;}
.bottom-wrapper .col-wrap a:hover{font-size:14px; background:var(--color3); transition: 0.3s;}


.header__search span:before{color:#FFFFFF;}

.home-banner .swiper-button-prev{top: unset;
    left: 5vw;
    right: unset;
    bottom: 50vh;
    background: none; }
.home-banner .swiper-button-next{top: unset;
    left: unset;
    right: 5vw;
    bottom: 50vh;
    background: none;}

.home-banner .swiper-button-prev:before, .home-banner .swiper-button-next:before{opacity: 0.3;border-radius: 100%;}
.home-banner .swiper-button-prev:hover:before, .home-banner .swiper-button-next:hover:before{opacity: 1; transition: 0.3s;transform: scale(1.1);}
/*============================================
company-section
===========================================*/
.company-section{position: relative;
  display: block;
  padding: 120px 0 120px;
  overflow: hidden;}
.company-section-bg {
  position: absolute;
  right: 0;
  bottom: -125px;
  background-repeat: no-repeat;
  width: 673px;
  height: 760px;
  background: url("/images/bg/bg-gsjj.png");
}
.company-section-left {
  position: relative;
  display: block;
  margin-right: 146px;
  margin-left: -120px;
}
.company-section-left-image {
  position: relative;
  display: block;
}
.company-section-left-image img {
  width: 100%;
	max-width: 100%;
}
.company-section-left-image:before {
  position: absolute;
  top: 40px;
  left: -40px;
  content: "";
  background: var(--thm-primary);
  width: 280px;
  height: 100%;
  z-index: -1;
}

.counter_one {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.counter_one_single {
  position: relative;
  display: block;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 50px 40px 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.counter_one_single:last-child {
  border-bottom: none;
}
.counter_one_single:hover {
  background: #f6f6f6;
}
.counter_one_single h2 {
  color: #ff4800;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}
.counter_one_single p {
  font-size: 16px;
  margin: 0;
}
.counter_one_single .counter_one_experience {
}
.counter_one_single .counter_one_experience h2 {
  display: inline-block;
}
.counter_one_single .counter_one_experience span {
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  position: relative;
  top: -3px;
}

.company-section-right {}
.company-section-right .block-title {margin-bottom: 5px;}
.company-section-right .block-title h4{color:#868686;position: relative;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 0.1em;
    display: inline-block;}
.company-section-right .block-title h4:before {
    position: absolute;
	width:60px;
    bottom: 0px;
    left: 0;
    right: 4px;
    height: 2px;
    content: "";
    background: #ff4800;
}
.company-section-right .block-title h2{color:#151515; font-size:1.8rem; font-weight: bold;}
.company-section-right-c {}
.company-section-right-c h5 {
  font-size: 20px;
  color: #ff4800;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
}
.company-section-right-c p{
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
	font-size:16px; color:#868686;line-height: 2em;font-weight: 300;
}
.company-section-right ul {}
.company-section-right ul li {margin-top: 20px;display: flex; font-size:14px; color:#555;}
.company-section-right ul li i:before{content: "\e607";font-family: "iconfont" !important; width:17px; height: 17px; background: #ff4800; position: relative; float: left;border-radius: 50%;font-size: 10px;line-height: 17px;text-align: center;
  color: #ffffff;
  margin-right: 15px;}
.company-section-right ul li h5{font-size:16px; color:#474747; font-weight: bold;}


@media screen and (max-width: 1440px)
{
	
}

@media screen and (max-width: 1199px)
{

}
@media screen and (max-width: 1024px) and  (max-height: 1366px)
{
	
}
@media screen and (max-width: 1023px)
{
	
}
@media screen and (max-width: 767px)
{
	
}
@media screen and (max-width: 767px) and  (max-height: 740px)
{
	
}
@media screen and (max-width: 430px)
{
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	
}

@media screen and (max-width: 360px)
{
	
}



/*============================================
prod-section
===========================================*/
.prod-section{width:100%; overflow: hidden; padding: 0px; margin: auto;    margin-bottom: 60px;}
.prod-section .prod-titles{width:100%;padding-top: 80px;padding-bottom: 150px;background: #121f44;}
.prod-titles .prod-title-c{max-width: 1200px;margin: auto; display: flex; flex-flow: row; justify-content: space-between;}
.prod-title-c .prod-title-t{width:40%;color: #fff;position:relative; text-align: right;}
.prod-title-t:before{content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 10px;
    border-radius: 8px;
    top: 0;
    right: -70px;
    opacity: 0.3;}
.prod-title-t h5{font-size:20px;font-weight: bold;}
.prod-title-t h3{font-size:30px; font-weight: bold;}
.prod-title-c .prod-title-desc{margin-left: calc(140px - 10px);color: #fff;width: calc(60% - 130px);font-size:14px;}
.prod-title-desc p{font-size:14px;}

.prod-cont{max-width: 1200px; margin:67px auto 50px auto;}
.prod-cont ul li{width:30%; margin:0px 0px 40px 0px;float: left;}
.prod-cont ul li:nth-child(3n+2){margin: 0px 3% 20px 3%;}

.item-box .item-thumb {
  position: relative;
}
.item-box .item-thumb img {
  border-radius: 8px 8px 0 0;max-width: 100%;width: 100%;
}
.item-box .item-thumb .item-icon{
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  right: 20px;
  background: #fff;
  color: #fff;
  padding: 20px;
  bottom: 0;
  border-radius: 50px;
  z-index: 100;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.item-box .item-thumb .item-icon i {
  -moz-transition: 0.6s linear;
  -webkit-transition: 0.6s linear;
  -ms-transition: 0.6s linear;
  -o-transition: 0.6s linear;
  transition: 0.6s linear;font-style: normal;
}
.item-box .item-thumb .item-icon i.icon-changkaishijizu:before {
	content: url("/images/icon/cp01-icon.png");
	text-align: center; display: block;
}
.item-box .item-thumb .item-icon i.icon-jingyinxingjizu:before {
	content: url("/images/icon/cp01-icon.png");
	text-align: center; display: block;
}
.item-box .item-thumb .item-icon i.icon-jizhuangxiangjizu:before {
	content: url("/images/icon/cp01-icon.png");
	text-align: center; display: block;
}
.item-box .item-thumb:before {
  background: #dda73c;
  border-radius: 8px 8px 0 0;
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  content: "";z-index: 100;
}
.item-box .item-thumb:after {
  position: absolute;
  content: "";
  background: #03324d;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
}
.item-box .item-content {
  padding: 30px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 0 0 8px 8px;
  position: relative;
  overflow: hidden;
}
.item-box .item-content:after {
  -moz-transform: scale(0.8) rotate(-90deg);
  -o-transform: scale(0.8) rotate(-90deg);
  -ms-transform: scale(0.8) rotate(-90deg);
  -webkit-transform: scale(0.8) rotate(-90deg);
  transform: scale(0.8) rotate(-90deg);
  content: "\e6a4";
  position: absolute;
  font-family: 'iconfont' !important;
  right: -38px;
  bottom: -60px;
  font-size: 5rem;
  color: #003a8f;
  opacity: 0.06;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.item-box .item-content .item-para{height:74px; overflow: hidden; margin-bottom:20px;}
.item-box .item-content .service-item-link a {
  position: relative;
  padding-left: 0;
  display: inline-block;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  font-weight: 500;
}
.item-box .item-content .service-item-link a:hover {
  padding-left: 35px;
}
.item-box .item-content .service-item-link a:hover:after {
  width: 25px;
}
.item-box .item-content .service-item-link a:after {
  background: #FF4800;
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  top: 15px;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.item-box:hover .item-thumb .item-icon {
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.item-box:hover .item-thumb .item-icon i {
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.item-box:hover .item-thumb:before {
  height: 100%;
  opacity: 0.4;
}
.item-box:hover .item-content:after {
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  -ms-transform: scale(1) rotate(90deg);
  -webkit-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
  right: 10px;
  bottom: 0px;
}
.item-title{color:#03324d; font-size:28px; font-weight: bold;padding-bottom: 10px;}
.item-title h3{font-size: 1.34rem;font-weight: bold;}
.item-para p{font-size:14px; color:#333; line-height: 24px; overflow: hidden;}
.item-link a{color:#03324d;}
.item-link a:hover{color:#ffb300;}

@media screen and (max-width: 1600px)
{
	
}
@media screen and (max-width: 1440px)
{
	

}

@media screen and (max-width: 1280px)
{
	
}


@media screen and (max-width: 1023px)
{
	
}

@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)
{
	
}


/*============================================
contact-section
===========================================*/
.contact-section{margin:20px 0px; height:auto;overflow: hidden; background-repeat:no-repeat;margin: auto; background-size: cover;height: auto;background-attachment: fixed;background-size: cover;position: relative;}
.contact-section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100vh;
}
.contact-section .wrap{width:100%; max-width: 1200px; margin: auto;padding-top: 100px;
    padding-bottom: 100px;/* background: rgba(0,0,0,1)*/;opacity:1;display: flex;}
.contact-section .contact-box{max-width: 100%;padding:0px !important;margin-right:0px;z-index: 1000; display: flex; justify-content: space-between;}

.form-box{}

.contact-section .contact-box .item-inner{display: table;
    position: relative;
    table-layout: fixed;flex: 4;padding-left: 60px;
}
.contact-box .item-content{background-position: center;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 45;
}
.contact-box .item-content h2{ font-size:34px;font-weight: 800;line-height: 1.3;margin-top:50px;font-family: var(--ff5), sans-serif; margin-bottom:50px;}
.contact-box .item-content h2 span{color: #fff !important;font-family: var(--ff5), sans-serif;}
.contact-box .item-content p{
	margin-bottom: 20px;line-height: 1.8;
    
    font-size: 28px;;
    font-family:var(--ff5), sans-serif;
    font-weight: 500;text-transform: capitalize;
}
.contact-box .item-content p:before{content: "\e607";
    font-family: "iconfont" !important;
    width: 30px;
    height: 30px;
    background: #fff;
    position: relative;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: var(--color4);
	font-weight: bold;
    margin-top: 10px;
    margin-right: 15px;}

.form-box{background-color: rgba(255,255,255,0.8); padding:50px;flex: 3;}
.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-box input::placeholder{color:#ccc; font-size:300;}
.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(--color4);
    background-image: none;border:0px;
    letter-spacing: .05rem;
    padding: 0.8rem 2.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: 28px;
    width: 100%; }
  .form-box textarea {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;overflow: hidden;
    padding: 15px;
    padding-left: 20px;
    margin-bottom: 28px;
	height: 80px;}
  .form-box .form-submit-btn {
    padding: 12px 32px;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    transition: all 300ms; }
  .form-box .form-submit-btn:hover {
    border-width: 2px;
    border-style: solid;
    background: none; }
  .form-box .form-input-label {
    padding: 0;
    padding-left: 15px;
    line-height: 0;
    margin: 0; }
  .form-box input[type=submit] {
    margin-top: 15px; }
  .form-box.white-form input[type=text],
  .form-box.white-form input[type=email] {
    background: #ffffff;
    border: 1px solid #eee; }
  .form-box.white-form textarea {
    background: #ffffff;
    border: 1px solid #eee; }

@media screen and (max-width: 1023px)
{
	
}

@media screen and (max-width: 767px)
{
	.contact-section .contact-box{flex-direction: column;}
  .contact-box .item-content p{display: flex;align-items: baseline;font-size:1rem;}
}
@media screen and (max-width: 430px)
{
	
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}
/*============================================
anli-section start
===========================================*/
.anli-section{width:100%; margin: auto; padding:50px 0px 60px 0px;  overflow: hidden; background: #f5f5f5; /*box-shadow: 0px 10px 20px #000;*/}

.anli-section .anli-titles {
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom: 150px;
    background: #03324d top center no-repeat;
    background-size: cover;
}
.anli-titles-c{max-width:1200px; margin:auto;position: relative;}
.anli-titles-c h5{position: relative;padding-left: 65px;font-size: 18px;line-height: 24px;color: #ffb300;max-width: 700px; text-transform: uppercase;}
.anli-titles-c h5:after {
    position: absolute;
    content: "";
    background: #ffb300;
    height: 2px;
    width: 50px;
    left: 0;
    top: 15px;
}
.anli-titles-c h2{font-size: 42px;line-height: 54px; color: #ffffff;font-weight: bold;text-transform: uppercase;}
.anli-c{overflow: hidden;margin: -100px auto 50px auto;}
.anli-section ul{ width: 100%; float: left; margin: 0px auto 20px auto;padding: 0px;}
.anli-section ul li{ width:31%; height: 340px; margin:1%; float: left; overflow: hidden; position: relative; background: #f8f8f8; box-shadow: 5px 5px 20px rgba(0,0,0,0.2);}
.anli-section ul li .Images{ width: 100%; height:230px; margin: auto; overflow: hidden;}
.anli-section ul li img{ max-width: 100%;margin: auto;height: 100%;}
.anli-section ul li .Names{width:100%; line-height: 30px; font-size: 18px; color: #333; text-align: left;margin:auto 0px;display: block;padding: 15px 25px 5px 25px;}
.anli-section ul li .Names a{color:#333; }
.anli-section ul li .Desc{padding: 0px 25px; font-size:14px;}
.anli-section ul li .btn-tl{height: 45px;
    width: 70px;
	position: absolute;
	bottom: 0px; right: 0px;
    text-align: center;
    font-size: 18px;
    line-height: 45px;
    background: #008d30;
	background: linear-gradient(135deg, transparent 10px, #008d30 0) bottom left;
	
}

.anli-c .vertical-item.content-padding .item-content{padding:20px 40px;}
.anli-section .anli-c h5 a{ color:#333; font-weight: bold;}
.anli-section .anli-c h5 a:hover{ color:#008d30;}
.anli-section .anli-c .art_more{font-size:16px;color:#333; }
.anli-section .anli-c .art_more:hover{ color:#008d30;}

.anli-section ul li:hover .btn-tl{background: linear-gradient(135deg, transparent 10px, #df131e 0) bottom left;}
.anli-section li .btn-tl i{font-size: 20px;
    color: #ffffff; font-style: normal;}
.anli-section li .btn-tl i:before{
	content: "\e60d";
	font-family: "iconfont" !important;
	line-height: 45px;
	display: inline-block;
}
.anli-section .more{display: block; width:100%; text-align: center;margin: 50px auto 0px auto;}
.anli-section .more a{ padding:10px 30px; font-size:20px; color:#FFF; background: #008d30; }


@media screen and (max-width: 1023px)
{
	
}

@media screen and (max-width: 767px)
{
  .anli-section{padding: 50px 0px 0px 0px;}
	.anli-titles-c h2{font-size: 2rem;text-align: center;}
}
@media screen and (max-width: 430px)
{
	
	
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{

}
/*============================================
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:40px;  font-weight: bold; text-transform: uppercase;}
.news-titles h5{font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-top: 1rem;}
.news-cont{width:100%;  padding:1rem 5%; margin-top:0;display: flex;
    justify-content: center;
    position: relative;
    text-transform: uppercase;
    max-width: 1340px;
    margin: auto;
    padding: 0px 0px;
    flex-direction: column;
    align-items: center;}
.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;}
.news-list li .img img{max-width:100%;height:100%;}
.news-list li .wz{display:flex; flex-direction: column; color:#000; font-size:14px; line-height: 160%;}
.news-list li .wz h3{font-size:1rem;font-weight: 500; line-height: 1.5; color:#000;}
.news-list li .wz .desc{height:70px; overflow: hidden;}
.news-list li .time{font-size:20px;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:1rem;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(--color2);}
.news-cont .more{text-align: left;margin-top:2rem;}
.news-cont .more a{font-size:26px;font-weight: 500; }
.news-cont .more a i:before{content:"\e60d";font-family: "iconfont"; padding-left:5px;}
.news-cont .more a:hover{color:var(--color2);text-decoration: underline;}
.news-list li .img{position: relative;
  width: 100%; /* 容器宽度 */
  padding-top: 56.25%; /* 宽高比为 (100/16:9) 的百分比 */}
.news-list li .img img{position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 裁剪并覆盖到容器 */}

@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:1rem; line-height: 1.5;}
}

@media screen and (max-width: 1023px)
{
	.news-section{padding: 50px 15px;}
}

@media screen and (max-width: 767px)
{
	.news-titles h3{font-size:2rem;}
	.news-titles h5{font-size: 1.5rem;font-weight: 300;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;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){}



.foot-qr-items{
	width: 100%;
	margin-left:0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center; 
	justify-content: flex-start;
	margin-top:3rem;
}
.foot-qr-item{position: relative; margin-bottom:2px;}
.foot-qr-icon{width:80px; height: 80px;     /*background: hsl(0deg 0% 100% / 10%);*/ display:flex;margin-right: 2px;align-items: center;justify-content: center;border-radius: 100%;border: 1px dashed hsl(0deg 0% 100% / 80%);}
.foot-qr-icon:before{font-family: "iconfont";content:"";font-size:40px;color:#ffffff;}
.foot-qr-gzh-icon:before{content:"\e63c";}
.foot-qr-qywx-icon:before{content:"\e7de";}
.foot-qr-qq-icon:before{content:"\e677";}
.foot-qr-dy-icon:before{content:"\e8db";}
.foot-qr-apple-icon:before{content:"\e6a5";}
.foot-qr-an-icon:before{content:"\e6a2";}
.foot-qr-url-icon:before{content:"\e718";}
.foot-qr-item:hover .foot-qr-img{display:block;}
.foot-qr-item .foot-qr-img{/*display:none;*/
   /* position: absolute;*/
	font-size: 14px;
    text-align: center;
    top: -160px;
    left: 0px;
    width: 140px;
    height: 160px;
    padding: 10px;
    /*background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);*/
}
.foot-qr-item .qr-img img{max-width:100%;}
.foot-qr-img{color:#FFFFFF;}
.foot-qr-img img{max-width:120px;border: 5px solid #fff;margin-bottom: 1rem;}

@media screen and (max-width: 1680px)
{
	.foot-qr-icon{width: 65px;height: 65px;}
}
@media screen and (max-width: 1024px) and  (max-height: 1366px)
{
	.contact_wrapper-cont{padding-right:10px;}
}

@media screen and (max-width: 1023px)
{
	.contact-section .contact_wrapper{width:100%; flex-direction: column;}
	.contact_wrapper-cont{width:100%; padding: 0;}
	.contact_wrapper-form{width:100%; margin-top:50px;padding: 0;}
}

@media screen and (max-width: 767px)
{
	.contact_wrapper-form{display: none;}
	
}
@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)
{
	
}

.Vision-section{width:100%;}
.Vision-section .page-wrap{display:flex; flex-direction: column;min-height: 800px;}
.Vision-section .vision-box{flex:9;width:100%; background-size:cover;background-position:center; background-repeat: no-repeat; display:flex; align-items: center;}
.vision-box .vision-cont{padding:0px 8vw; color:#FFFFFF;margin-bottom: 5rem;}
.vision-cont h3{font-size: 56px;font-weight: 300;margin-top: 2rem;font-family: "hwhm-r";}
.vision-box p{font-size:28px; line-height: 2; font-weight: 300;font-family: "hwhm-l"; padding-top:2rem;}

.home-footer .home-footer-wrap{padding:0px 5vw;margin: auto;}
.home-footer .foot-cols{margin:0px;}
@media screen and (max-width: 1023px)
{
	.home-footer{display:none;}
	.vision-cont h3{font-size: 2.5rem;}
	.vision-cont .btn1{margin-top:2rem;}
}

@media screen and (max-width: 767px)
{
	.Vision-section .vision-box{background-position: 80%;}
}
@media screen and (max-width: 425px)
{
	.vision-box p{font-size: 1.5rem;}
}
@media screen and (max-width: 414px)
{
		
}


@media screen and (max-width: 375px)
{
	.vision-box p{font-size: 1rem;}
}

@media screen and (max-width: 360px)
{
	
}

@media screen and (max-width: 320px)
{
	
}
@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;}
	#footer .foot-com{display: block;}
	#footer .foot-contact{display: block;}
	#footer .foot-col{display: block;}
	#footer .foot-qr{display: block;}

  

  .company-section{padding:0px 0px 50px 0px;}
	.company-section .container{margin:auto; padding: 0px;}
	.company-section-left{width:100%; margin:auto;}
	.company-section-left-image{display: flex;flex-direction: column-reverse;}
	.company-section-left-image:before{display: none;}
	.company-section-left-image img{transform: translateY(-10%);}
	
	.counter_one {
		transform: translateY(0%);
		display: flex;
		flex-direction: row;
		width: 100%;
		align-items: center;
		position: relative;
		top: auto;
		right: auto;padding: 0px;
	}
	.counter_one_single {
		position: relative;
		/* display: block; */
		text-align: center;
		background: #ffffff;
		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
		/* border-bottom: 1px solid #e5e5e5; */
		padding: 40px 20px 40px 20px;
		/* -webkit-transition: all 500ms ease; */
		transition: all 500ms ease;
		margin: auto;flex-grow: 1;
	}
	.counter_one_single p{font-size:14px;min-height: 40px;}
	.company-section-right{padding:1rem;}
	.company-section-right .block-title h2{font-size:30px;}
	.company-section-right-c h5{font-weight: 500;line-height: 30px; font-size:16px;}
	
	
	.prod-section .prod-titles{padding:20px 10px;}
	.prod-titles{padding: 20px 0px 0px 0px;}
	.prod-titles .prod-title-c{flex-flow: column;align-items: center;}
	.prod-title-c .prod-title-t{width:100%;text-align: center;}
	.prod-title-t:before{display:none;}
	.prod-title-c .prod-title-desc{margin:20px; padding: 0px; width:100%;}
	.prod-cont{margin:20px auto auto auto;}
	.prod-cont ul li{width: 100%;margin: 0px 0px 0px 0px;padding: 10px;}
	
	
	.contact-section{width:100%;margin-top: 50px;}
}
@media screen and (max-width: 768px)
{
	
}
@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: 320px)
{
	
}