.titles{ text-align:center; padding:20px 0px;position: relative;}
.titles h3{ font-family:HelveticaNeueCE; font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; }
.titles h5{font-size:20px; line-height:38px;margin-bottom:25px;color:#212121;font-weight: 300;}
.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-top: 20px;position: relative;}
.titles2 h3{
	font-size: 36px;
    color: #222;
}
.titles2 span{
	font-size: 36px;
    color: #222;
}
.titles2 img{vertical-align: middle;}
.titles2 .titles2_line{font-size: 16px;color: #222;text-transform: uppercase;}
.titles2 .titles2_line i {
    padding: 0 20px;
}
.titles2 h5{font-size:14px; text-align: center; padding: 10px 0px;width:80%; font-weight: 500;margin: auto;}
.titles2:after{ display: block;
    height: 2px;
    width: 42px;
    background: #c9313e;
    position: absolute;
    left: 50%;
    margin-left: -21px;
    content: " ";}

@media screen and (max-width: 1023px){
	.titles h3{font-size: 24px;}
	.titles h5{font-size: 16px;line-height: 28px;}
	.titles1 h3 {font-size: 24px;}
	.titles1 h5 {font-size: 16px;}
	.titles1:before{left: 15%;}
	.titles1:after{right: 15%;}
}

.btn1 {
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
	display: flex;
}
.btn1 a {
    background: transparent;
    color: #24445c;
    padding: 15px 50px 15px 56px;
    z-index: 2;
    position: relative;
	font-size: 14px;font-weight: 400;border-radius: 5px;
	cursor: pointer;border: 1px solid #d7dadd;
    display: block;
}
.btn1 a i{z-index: 20;position: relative;font-style: normal;font-size: 20px;color: #91c53c;margin-right: 25px;}

.btn1 a:after{content: "\e659";font-family: "iconfont" !important;text-align: center;display:none;}
.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:hover i,.btn1 a:hover{color:#FFFFFF;}
.btn1 a:before {background-color: #0369bb;}


section{padding: 100px 0px;}
.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;
}
/*============================================
about-section
===========================================*/
.about-section{ background:#FFFFFF;background-position: bottom center;}
.about-title {
    color: #00396f;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    margin-bottom: 20px;display: flex;flex-direction: column;align-items: center;
    justify-content: center;
}

.about-subtitle {
    color: #00396f;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.about-title h5{font-size: 80px;font-weight: bold; color:rgba(0,0,0,0.1);letter-spacing: -5px;}
.about-title h3{font-size: 40px; font-weight: 300; color:#002d4b;    z-index: 10;margin-top: -40px;}

.about-section p {
    color: #333;
    font-size: 17px;
    font-weight: 300;
    line-height: 42px;
    margin-top: 2rem;
	text-align: center;
}

.about-image{display: flex;justify-content: flex-end;}

.about-section .btn1{justify-content: center; margin-top:80px;}

/*============================================
application-section
===========================================*/
.application-section{padding: 0px 0px 100px 0px;}
.application-wrap{width: 100%;height: 100%;position: relative;}
.app-nav{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.app-nav ul{width: 100%;display: flex; justify-content: space-between;height: 100%;}
.app-nav ul li{width:calc(100% / 5);/*width: 100%;*/height: 100%; display: flex;background-color:transparent; transition: 0.5s;    align-items: flex-end; color:#ffffff;}
.app-nav ul li a{color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;}
.app-nav ul li.active{background:#91c53c;}
.app-nav ul li .text{padding: 0 40px 50px 40px;}
.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;}
.app-cont-item img{width:100%; height: 100%;}


/*============================================
solution-section
===========================================*/
.solution-section{padding-top:10px; padding-bottom:0px; 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: 1000;}
.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;}
.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: #91c53c;opacity: 0.8;background: #91c53c;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;
}
.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;}




/*============================================
knowledge-section
===========================================*/
.col-lg-6.knowledge-2 {
    position: relative;padding: 0px;
}

.col-lg-6.knowledge-1 {
    padding: 10% 0%;
}

.knowledge-section {
    margin: 0px 0px 30px 0px;
}
.knowledge-title h2{/*background: linear-gradient(to bottom, #1372dc, #165092);*/color: #91c53c; font-weight: bold;text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 1px 5px #333, 0 2px 2px #fff, 0 -2px 2px #fff, -2px 0 2px #fff;}

.knowledge-block {
    width: 570px;
    float: right;
    max-width: 100%;
    /* padding-right: 22%; */
}

.knowledge-content {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    padding-right: 20%;
	margin-top: 20px;
}

.knowledge-title {
    font-size: 30px;
    line-height: 49px;
    color: white;
    text-transform: uppercase;
}

a.knowledge-link {
    color: #91c53c;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    border: 1px solid #91c53c;
    display: table;
    padding: 0px 20px;
    text-decoration: none;
    border-radius: 20px;
    margin: 20px 0px 0px;
    transition: 0.4s all ease;
}

.knowledge-block-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
a.knowledge-link:hover {
    background: white;
    color: #00376d;
}


.project-video {
    position: relative;
}

.col-lg-6.knowledge-2>.project-video {
    width: 100%;
    height: 100%;background-size: cover;
}

.col-lg-6.knowledge-2>.project-video img:nth-child(1) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.knowledge-title{margin-bottom: 20px;}
.knowledge-content{line-height: 2rem;}




/*============================================
hzhb-section
===========================================*/
.hzhb-section{background:#eeeeee;overflow: hidden;width:100%;padding-top: 60px;}
.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;}
/*============================================
news-section
===========================================*/
.news-section{width:100%; padding:50px 0px;}
.news-section .wrap{max-width:1200px;}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}
.news-list a{color: #3B3847;text-decoration: none;}

@media (max-width: 991px) {
  .news-list {
    margin-left: -2%;
    margin-right: -2%
  }
}
@media (max-width: 767px) {
  .news-list {
    margin-left: -12px;
    margin-right: -12px
  }
}
.news-list--front {
  padding-top: 104px
}
.news-list--carousel {
  flex-wrap: unset;
  margin: 0
}
.news-item {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 64px
}
@media (max-width: 1199px) {
  .news-item {
    width: 25%
  }
}
@media (max-width: 991px) {
  .news-item {
    width: 33.33%
  }
}
@media (max-width: 767px) {
  .news-item {
    margin-bottom: 40px
  }
}
@media (max-width: 991px) {
  .news-item {
    padding-left: 2%;
    padding-right: 2%
  }
}
@media (max-width: 767px) {
  .news-item {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px
  }
}
.news-item.swiper-slide {
  margin-bottom: 0
}
.news-item__anchor:hover .news-item__image-wrap__image {
  transform: scale(1.1)
}
.news-item__image-wrap {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;border: 1px solid #efefef;
}
.news-item__image-wrap__blank {
  width: 100%;
  height: auto
}
.news-item__image-wrap__blank--products {
  background-color: white
}
.news-item__image-wrap__image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
  object-fit: cover;
  object-position: center;
  background-size: cover;
  background-position: center
}
.news-item__image-wrap__image--products {
  padding: 16px
}
.news-item__image {
  display: block;
  margin-bottom: 16px;
  width: 100%;
  height: auto
}
@media (max-width: 991px) {
  .news-item__image {
    margin-bottom: 8px
  }
}
.news-item__title {
  margin: 16px 0 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
	font-size: 18px;line-height: 26px;
	font-weight: bold;
}
@media (max-width: 1199px) {
  .news-item__title {
    font-size: 15px;
    line-height: 1.38;
    margin: 8px 0
  }
}
@media (max-width: 991px) {
  .news-item__title {
    margin: 8px 0
  }
}
.news-item__teaser {
  margin: 8px 0 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
	font-weight: 500;
    font-size: 14px;
    line-height: 1.8;
}
@media (max-width: 1199px) {
  .news-item__teaser {
    font-size: 13px
  }
}
.news-item__category {
  color: #0092CB;
  font-weight: 600;
  font-size: 13px
}
.news-item__category a {
  color: #0092CB;
  z-index: 1;
  position: relative;
  transition: all .1s ease
}
.news-item__category a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 0px;
  transition: all .125s ease;
  z-index: -1;
  background-color: #0092CB
}
.news-item__category a:hover {
  color: white
}
.news-item__category a:hover::after {
  max-height: 100%
}


@media screen and (max-width: 1023px)
{
	.company-content-wrap{margin-top:20px;}
	.right-box-common{margin:1%;width:48%;}
	.right-box-common .right-box-pic{width:100%;}
	
}
@media (min-width: 375px) and (max-width: 767px)
{
	.right-box-common{margin:1%;width:auto;}
	.card-img-150{height:auto !important;}
	.news-cont{margin:auto;}
	
}
@media (min-width: 321px) and (max-width: 375px)
{
	
	
}
@media screen and (max-width: 320px)
{
	
	
}