.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: 50%;
	transform: translateX(-50%);
    bottom: 25px;
    width: 60px;
    height: 2px;
    background: #e70012;
}

.titles1{ text-align:center; padding:20px 0px;position: relative;}
.titles1 h3{ font-family:HelveticaNeueCE; font-size:30px; color:#212121; line-height:38px; margin-bottom:10px; font-weight: 500;}
.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; padding:20px 0px;position: relative;}
.titles2 h3{ /*font-family:HelveticaNeueCE; */font-size:34px; color:#212121; line-height:38px; margin-bottom:10px; font-weight: 500;display: inline-block; padding:0px 50px;}
.titles2 h3 b{ color:#e50112;font-weight:bold;}
.titles2 h5{font-size:18px;margin-bottom:25px;color:#212121;font-weight: 300;max-width: 800px;
    margin: auto;
    line-height: 30px;margin-top: 10px;}

.titles2 h3:before {
	content: url("/images/bg/title_bg_left.png");
    width: 77px;
    height: 20px;
	padding-right: 50px;
	overflow: hidden;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    left: 33%;*/
}
.titles2 h3:after {
    content: url("/images/bg/title_bg_right.png");
    width: 77px;
    height: 8px;padding-left: 50px;
	/*display: inline-block;*/
    /*position: absolute;
    top: 45px;
    right: 33%;*/
}
@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%;}
}
.w1600{width:1600px; margin: auto;}
a{text-decoration: none; color:#333;}
a:hover{color:#d13328;}


#particles{position: absolute;
			height: 100%;
			width: 100%;
			opacity: 0.2;
			z-index: 1;}
.site-banner {
	position: relative;
	display: block;
	height: 950px; 
	width: 100vw;
	max-width: 100%;
	background-color: #191c1c;
	overflow: hidden;
	z-index: 2;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.site-banner canvas {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1
}
.site-banner .overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #171a1c;
	opacity: .8;
	z-index: 0
}



.site-banner .hero-video {
	position: absolute;
	display: block;
	height: 100%;
	height: 100vh;
	width:100%;
	width: 100vw;
	min-height: 28.125rem;
	overflow: hidden;
	z-index: -100
}

.site-banner .banner {
	position: absolute;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom
}

@media screen and (min-width:960px) {
.site-banner .banner {
	display: none
}
}
.site-banner .banner-txt {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1
}
.site-banner .banner-txt .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: Tungsten Light;
	padding: 0 5%;
	color: #fff;
	text-transform: uppercase;
	text-align: center
}
.site-banner .banner-txt .container .intro {
	font-size: 3.125rem;
	line-height: 3.125rem
}

@media screen and (min-width:576px) {
.site-banner .banner-txt .container .intro {
	font-size: 4.6875rem;
	line-height: 4.6875rem
}
}

@media screen and (min-width:660px) {
.site-banner .banner-txt .container .intro {
	font-size: 6.25rem;
	line-height: 6.25rem
}
}

@media screen and (min-width:960px) {
.site-banner .banner-txt .container .intro {
	font-size: 7.5rem;
	line-height: 7.5rem
}
}

@media screen and (min-width:1200px) {
.site-banner .banner-txt .container .intro {
	font-size: 9.375rem;
	line-height: 9.375rem;
	margin-bottom:15px;
}
}
.site-banner .banner-txt .container .services-txt {
	position: relative;
}
.site-banner .banner-txt .container .services-txt span {
	position: inherit;
	font-size: .75rem;
	
}
.site-banner .banner-txt .container .services-txt span.spacing {
	padding: 0 2px;
	opacity: .5
}

@media screen and (min-width:576px) {
.site-banner .banner-txt .container .services-txt span.spacing {
	padding: 0 4px
}
}

@media screen and (min-width:660px) {
.site-banner .banner-txt .container .services-txt span.spacing {
	padding: 0 12px
}
}

@media screen and (min-width:960px) {
.site-banner .banner-txt .container .services-txt span.spacing {
	padding: 0 10px
}
}

@media screen and (min-width:576px) {
.site-banner .banner-txt .container .services-txt span {
	font-size: .875rem;
	letter-spacing: 2px
}
}

@media screen and (min-width:660px) {
.site-banner .banner-txt .container .services-txt span {
	font-size: .9375rem;
}
}

@media screen and (min-width:960px) {
.site-banner .banner-txt .container .services-txt span {
	font-size: 1.25rem
}
}

@media screen and (min-width:1200px) {
.site-banner .banner-txt .container .services-txt span {
	font-size: 1.5rem;
	font-size:16px;
}
}
.site-banner .banner-txt .container .herobuttons {
	font-family: Neutraface Demi;
	margin-top: 37px
}

@media screen and (max-width:960px) {
.site-banner .banner-txt .container .herobuttons {
	margin-top: 23px
}
}

@media screen and (max-width:576px) {
.site-banner .banner-txt .container .herobuttons {
	margin-top: 32px
}
}

.site-banner .content-box{
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.site-banner .content-box{display: table;width: 100%;height: 100%;position: absolute;z-index: 100;}
.site-banner .content-box .box-cell{display: table-cell;vertical-align: middle;width: 100%;height: auto;}
.site-banner .content-box .container{height: auto; text-align: center;}
.site-banner .content-box .container h2{font-size: 70px;line-height: 1;font-weight: 100;margin-bottom: 50px;text-transform: uppercase; color:#fff; text-shadow: 2px 2px 5px rgba(0,0,0,0.8); font-weight: bold;}
.site-banner .content-box .container p {padding: 0 15%;font-size: 20px;line-height: 34px;margin: 0; color:#fff;color:#fff; text-shadow: 2px 2px 5px rgba(0,0,0,0.5);}
.site-banner .content-box .container .more{    margin-top: 90px;}
.site-banner .content-box .container .more a{color: #fff;}
.site-banner .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;}
.site-banner .content-box .container .more:hover{color: #df1f26;}
.site-banner .content-box .container .more:hover .btn-lx{background:#fff; z-index: 1;}
.site-banner .content-box .container .more a:hover{color: #df1f26;}
.btn-lx:after {
    background: #f44336;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10rem;
    opacity: 0;
    z-index: -2;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn-lx:hover:after{top: -19%;
    left: -9px;
    height: 138%;
    width: calc(100% + 18px);
    opacity: .4;
}

.btn-lx .filler {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
	border-radius: 10rem;
	z-index: -1
}
.btn-lx .filler:after {
	background: #fff;
	content: '';
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: -10px;
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: -1
}
.btn-lx:hover .filler:after {
	width: 112%
}






/*============================================
anli-section 案例展示
===========================================*/
.anli-section{padding:80px 0;background:#f5f5f5;}
.titles3{text-align:center;}
.titles3 h2{font-size:48px;color:#000;text-align:center;margin-bottom:25px;font-family:"华文细黑";}
.titles3 p{text-align:center;color:#2b2b2b;font-size:16px;margin-bottom:30px;}
.titles3 a{
    font-size:24px;
    font-family:"华文细黑";
    color:#2b2b2b;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 0.1em;
    border: 1px solid #353535;
    padding: 15px 50px 10px;
    border-radius: 40px;
    position: relative;
    outline: 0;
    z-index: 0;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.titles3 a:hover{background-color: #353535;color:#fff;}
.anli-section .titles3line{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.titles3line{
    width:190px;
    border: 1px solid #d30007;
    margin:1em auto;
}
.anli-section .titles3line.Online{width:380px;}



.anli-cont{margin:0px auto 0px auto; max-width: 100%; padding:20px 0px 0px 0px;max-width: 1400px;}
.anli-cont ul{overflow: hidden;}
.anli-cont ul li{position:relative;cursor:pointer;padding:0px; width:32%; margin:0.5% auto; float: left;}
.anli-cont ul li:nth-child(3n+2){margin:0.5% 1%;}
.anli-cont ul li .Images{z-index: 9; overflow: hidden;}
.anli-cont ul li .Images img{max-width:100%; width:100%; height: 40vh; /*max-height: 100%;*/ z-index: 1;}
.anli-cont ul li .Names{position:absolute;top:0;right:0;bottom:0;left:0;z-index: 20;padding:0 15px;}

.anli-cont ul li .Names a{display:block;position:relative;height:100%;background:rgba(0,0,0,0.3);color:#fff;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.anli-cont ul li .Names a:hover{background-color:rgba(125,0,0,0.85);}
.anli-cont ul li .Names .innerbox{position:absolute;left:3%;bottom:5%;width:94%; color:#fff;}
.anli-cont ul li .Names .innerbox h3{font-size:1.5em;font-family: "verlag","Helvetica Neue",Helvetica,Arial,sans-serif;line-height:50px;margin-bottom:8px;border-bottom:1px solid #fff;}
.anli-cont ul li .Names .innerbox p{font-family:Arial;}

.anli-cont ul li .Images:before{    z-index: 10;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;background:rgba(0,0,0,0.3);color:#fff;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease; z-index: 10; content: "";}
.anli-cont ul li:hover  .Images:before{background-color:rgba(0,51,102,0.85); z-index: 10; content: "";}

.anli-cont .owl-controls{padding-top:15px;text-align:center;}
.anli-cont .owl-dot{display:inline-block;width:50px;height:5px;background-color:#ccc;margin:0 6px;cursor:pointer; }
.anli-cont .owl-controls .owl-dots .owl-dot span{border:0px;}
.anli-cont .owl-controls .owl-dot.active{background:#df1f26;}


/*============================================
company-section 公司简介
===========================================*/
.company-section{width: 100%; background: #eff2f5; overflow: hidden; padding-top: 50px;padding-bottom: 0px; position: relative;}
.company-titles{overflow: hidden; text-align: center; margin: auto; max-width: 1200px;    position: relative;}
.company-titles h3{color:#1b1d21; text-align: center; padding-top:80px;font-size: 34px;font-weight: 500;letter-spacing: 0px; z-index: 10;}
.company-titles h5{color:rgb(0 0 0 / 5%);font-size: 100px;font-weight: bold;top: 0;position: absolute;left: 0;right: 0; z-index: 1;}
.company-titles h5 span{color:#86b936; padding-right:10px;}
.company-titles h5 span.enText{color:#6e6e6e; padding-left:5px; padding-right:0px; text-transform: uppercase; font-size:24px;}
.company-titles p{color:#333333;font-size:15px; line-height: 34px;padding: 20px 0px 0px 0px;}
.company-titles a.more{float:right;background: #82b445;color: #fff; padding:5px 30px; border-radius: 20px; cursor: pointer;}
.company-titles a.more:hover{background: #f58600;}

.company-box{width:100%; max-width:1500px;position:relative;    padding-top: 50px;    background: #eff2f5;padding-bottom: 100px; margin:auto;}

.company-box .company-cont{ padding:10px;margin: auto; display: flex; justify-content: space-between; position: relative;}
.company-box .company-cont .owl-controls{position: absolute;bottom: 50px;right: 20px;}
.company-box .company-cont .owl-controls .owl-dots{display: flex;align-items: center;}
.company-box .company-cont .owl-controls .owl-dots .owl-dot span{    opacity: 1;
    border: 0px;
    width: 9px;
    height: 9px;
    background: #000;}
.company-box .company-cont .owl-controls .owl-dots .owl-dot.active span{
    width: 15px;
    height: 15px;
    background: #eb621b;}
.company-cont .company-cont-item{ padding:0px 0px;display: flex;align-items: center;}
.company-cont-item-img{width:47%;overflow: hidden;position: relative;z-index: 1; cursor: pointer;flex-shrink: 0;}
.company-cont-item-img:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;*/
    z-index: 1;
}
.company-cont-item-img img{max-width:100%;}
.company-cont-item-img img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px,0,0);
  transform: translate3d(-50px,0,0);
}

.company-cont-item-img:hover img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.company-cont-item-text {
    position: relative;
    padding: 20px 100px;
    display: flex;
    color: #232323;
    z-index: 1;width: 100%;text-align: left;
    flex-direction: column;
    align-content: center;
}
.company-cont-item-text p{font-size:16px; margin: 50px auto 10px 0px; font-weight: 500;}
.company-cont-item-text .num{width:80px; height: 80px; position:absolute; top: 0px; right: 20px; background: #0267db;background: #003366; line-height: 80px; font-size:40px; color:#FFFFFF; text-align: center;}
.company-cont-item-text h5{font-size:18px;}
.company-cont-item-text h3{font-size:34px;line-height: 40px;padding-right: 50px;}
.company-cont-item-text .btn{ display: block; text-align: left; margin: 50px auto 10px 0px;display: flex;position: relative;min-width: auto;padding: 0px;}
.company-cont-item-text .btn a{background: #003366; padding:10px 50px; font-size:14px; color: #fff; border-radius: 25px;z-index: 2;}
.company-cont-item-text .btn a:hover:before{border-radius: 25px;}
/*============================================
cols-section 导言
===========================================*/
.cols-section{background: #fff; overflow: hidden;padding: 50px 0px;}
.cols-section .container{max-width:1400px; margin: auto; padding: 0px;}
.cols-items{width:100%; padding:20px 0px;display: flex;flex-flow: wrap;}

.cols-items .cols-item{position: relative; cursor: pointer; max-height:436px; margin:auto auto 30px auto ;}
.cols-items .cols-item .image{max-height:436px; overflow: hidden;}
.cols-items .cols-item:nth-of-type(1){width:calc((100% / 3) * 2 - 30px);margin-right:30px;}
.cols-items .cols-item:nth-of-type(2){width:calc(100% / 3);}
.cols-items .cols-item:nth-of-type(3){width:calc(100% / 3);margin-right: 30px;}
.cols-items .cols-item:nth-of-type(4){width:calc((100% / 3) * 2 - 30px);}
.cols-item .inner-box {
    position: relative;
    margin-bottom: 0px;
}

.cols-item .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 80%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 80%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 80%, rgb(0,0,0) 100%);
    opacity: .8;
}
.cols-item .inner-box:hover:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: .8;
}

.cols-item .image img {
    width: 100%;
}

.cols-item .content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 30px;
    text-align: center;
}
.cols-item a{text-decoration:none;}
.cols-item .top-content {
    position: relative;
    transition: .5s;
	text-align: left;
}

.cols-item .inner-box:hover .top-content {
    transform: translateY(-90px);
}

.cols-item h5 {
    position: relative;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.cols-item h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;line-height: 1.6em;
}

.cols-item h3:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 2px;
    height: 80px;
    transform: translate(-50%, 97px);
    transition: .5s;
}

.cols-item .inner-box:hover h3:before {
    height: 40px;
    transform: translate(-50%, 65px);
}

.cols-item .text {
    color: #fff;
    position: relative;
    transition: .5s;
    opacity: 0;
	display: flex;
	text-align: left;
    transform: translateY(10px);
}
.cols-item .text:after{content: "\e659";
	font-family: "iconfont" !important;
    color: #ffffff;
	background: #e70012;
    font-size: 15px;
    padding: 1px 5px 0px 5px;
	margin-left:20px;
    z-index: 10;
    text-align: left;
}

.cols-item .inner-box:hover .text {
    opacity: 1;
    transform: translateY(0);
}


/*============================================
ys-section 解决方案
===========================================*/
.ys-section{padding:80px 0px;position: relative;}
.ys-section .bg-img{background:url("../images/bg-ys.jpg") no-repeat center; background-size:cover;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: -1;}
.ys-section .bg-img:before{background: rgb(37 55 69 / 90%); content: "";width:100%; height: 100%; display: block;}
.ys-section .container{max-width:1400px; margin: auto; padding: 0px;}
.ys-c01{display:flex;color:#FFFFFF; margin:50px auto 100px auto;}
.ys-c01 .ys-c01-c{width:40%;}
.ys-c01 .ys-c01-c:nth-child(1){margin-left:0px;}
.ys-c01 .ys-c01-c:nth-child(2){margin-right: 0px; margin-left: auto;}
.ys-c01-c h3{font-size:34px;margin-bottom: 10px;}
.ys-c01-c:nth-child(1) p{font-size:20px;line-height: 2em;}
.ys-c01-c:nth-child(2) p{font-size:16px; line-height: 30px;}
.ys-c01-c .more{margin-top:20px;float: left;display: flex;position: relative;}
.ys-c01-c .more a{background:#32c36c; color:#FFFFFF;padding: 20px 40px;z-index: 2;}
.ys-c01-c .more a:after{content: "\e659";font-family: "iconfont" !important;text-align: center; }
.ys-c01-c .more 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
}
.ys-c01-c .more 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
}
.ys-c01-c .more a:before {
	background-color: #df1f26;
}
/*.ys-c01-c .more a:hover{background:#df1f26;}*/
.ys-c02{display:flex;}
.ys-c02 ul{width:40%;margin:auto; margin-top:0px; margin-right: 50px;max-width: 20vw;flex-shrink: 0;}
.ys-c02 ul li{ margin-bottom:20px; color:#FFFFFF;}
.ys-c02 ul li:nth-child(1):after{content: "";width:200px; height: 2px;  background:#4c5b66;  margin: 40px 0px 30px 0px; display: block;}
.ys-c02 ul li h3{font-size:20px;font-weight: bold;}
.ys-c02 ul li h3 span{font-size:34px; color:#32c36c; padding-right: 10px; }
.ys-c02 ul li p{font-size:14px; line-height: 24px;}
.ys-c02 img{margin: auto;}




/*============================================
slogan-section 文字口号
===========================================*/
.slogan-section{padding:0px 0px; overflow: hidden; background:url("../images/bg-yj.jpg") no-repeat;margin: 0px auto 0px auto;height:550px;background-attachment: fixed; background-size:cover;}
.slogan-section .wrap{max-width:1400px;}
.slogan-section .container{color: #ffffff; padding:30px 0px;}
.slogan-section .container em:before{content: "\e61c";
	font-family: "iconfont" !important;
	color: #ffffff;
    font-size: 70px;
    padding-top: 0px;
    display: block;
	overflow: hidden;
	text-align: center;
	font-style: normal;
    padding-right: 10px;}
.slogan-section .iconbox-contents{margin: auto 0px auto 20px;}
.slogan-section .iconbox-contents h2{font-size: 22px;
    line-height: 36px;
    font-weight: 300;
    margin-bottom: 0;}
.slogan-section .iconbox-contents h2 strong{font-weight: 700;    display: block;}

.slogan-section .iconbox{padding:110px 0px 50px 0px;}
.slogan-section .iconbox h2{font-size:22px; display: block; padding:10px 0px 5px 0px;}
.slogan-section .iconbox h5{font-size:20px; display: block;}
.slogan-section .iconbox h5 span{color:#e72626;}

.slogan-section .btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
    margin: auto;
    min-width: inherit;
    padding: 10px 30px;
    margin-top: 15px;
    margin-right: 0px;
    border-radius: 0px;
    float: right;
    border: 1px solid #fff;
}
.slogan-section .btn:hover{background-color: #e72626;color:#fff;border: 2px solid #fff;}
.slogan-section .moduleBox{width: 100%;float: right;font-size: 30px;}
.slogan-section .moduleBox span{font-size:16px;}

.slogan-btn{display: inline-block;}
.slogan-section .slogan-cont{width:100%; padding:100px 20vw 100px 0px;}
.slogan-cont h3{font-size:34px; font-weight: bold; color:#ffffff; margin: auto; padding-top:50px;}
.slogan-cont h5{font-size:24px;font-weight: 500; color:#ffffff; margin:20px auto;line-height: 50px;}
.slogan-cont .more{float:left; padding:0px; margin:20px auto auto auto; position: relative; display: flex;}
.slogan-cont .more a{border:1px solid #ffffff; font-size:14px; color:#ffffff; background: transparent; padding:10px 30px;z-index: 2;}
/*.slogan-cont .more a:hover{background: #df131e;}*/


/*============================================
kh-section 客户图标
===========================================*/
.kh-section{ background:#f6f6f6;padding: 80px 0px 20px 0px;}
/*============================================
solution-section 解决方案
===========================================*/
.solution-section{ padding:80px 0px 100px 0px; background: #fff url("../images/bg-solution.jpg") bottom center no-repeat;overflow: hidden; position: relative; z-index: 10; }
.solution-section .solution-bg{position: relative;left: 0;top: 0px;bottom:0; right:0;z-index: -1; background-size:cover;}
/*.solution-bg:before{content:'';background-color: rgb(255 255 255 / 50%);width:100%; height: 100%;  position: absolute; top: 0px; left: 0px;z-index: -1;}*/
.solution-section .wrap{width:100%; max-width: 1400px;}
.solution-section .wrap .solution-items{width:100%; overflow: hidden;display: flex;justify-content: space-between;padding-top:0px;-moz-box-shadow: 3px 3px 30px #ededed;
    /*-webkit-box-shadow: 3px 3px 30px #ededed;
    box-shadow: 3px 3px 30px #ededed; flex-direction: row;*/
    flex-wrap: wrap;}
.solution-items .solution-item{width: 30%;margin:1.5%;
    flex-shrink: 0;padding:50px;position: relative;-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background: #fff;-webkit-box-shadow: 3px 3px 30px #ededed;
    box-shadow: 3px 3px 30px #ededed; flex-direction: row;
}
.solution-items .solution-item:hover a{color: #FFFFFF;}
.solution-items .solution-item .inner-box{width:100%;display: flex;flex-direction: column;}
/*.solution-items .solution-item:before{position: absolute;
    width: 1px;
    height: 60%;
    display: block;
    border-right: 1px dashed #ccc;
    content: "";
    top: 20%;
    bottom: 0px;
    right: 0px;}*/
.solution-items .solution-item:nth-child(4):before{display: none;}
.solution-items .solution-item:hover{background:#b89a43;color:#fff;cursor: pointer;-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;}
.solution-items .solution-item .inner-box img{width:570px; flex-shrink: 0;border-radius: 20px;transition: 1s;}
.solution-items .solution-item .inner-box:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}

.inner-box-cont{margin-left: 50px;}
.inner-box-cont h5{    font-size: 30px;font-weight: bold;border-bottom: 3px solid #f58600;padding-bottom: 20px;margin-bottom: 40px;}
.inner-box-cont .inner-box-desc{text-align:left;}
.inner-box-cont .inner-box-desc p{font-size:18px; line-height: 24px; text-align: left;}
.inner-box-cont a{float: left;border: 2px solid #90a759;
    padding: 0px 25px;
    border-radius: 10px;
    font-size: 20px;
    margin: 20px auto auto auto;}

.solution-items .solution-item .inner-box i:before{font-family: "iconfont" !important;font-size:80px; display: block;text-align: center; color:#b89a42;}
.solution-items .solution-item:hover .inner-box i:before{color:#fff;}
.solution-items .solution-item:nth-child(1) .inner-box i:before{content:"\e615";}
.solution-items .solution-item:nth-child(2) .inner-box i:before{content:"\eb62";}
.solution-items .solution-item:nth-child(3) .inner-box i:before{content:"\e7ee";}
.solution-items .solution-item:nth-child(4) .inner-box i:before{content:"\e60b";}
.solution-items .solution-item .inner-box i.icon-solution-1:before{content:"\e681";}
.solution-items .solution-item .inner-box i.icon-solution-2:before{content:"\e6a7";}
.solution-items .solution-item .inner-box i.icon-solution-3:before{content:"\e61d";}
.solution-items .solution-item .inner-box i.icon-solution-4:before{content:"\e6b9";}
.solution-items .solution-item .inner-box i.icon-solution-5:before{content:"\e998";}
.solution-items .solution-item .inner-box i.icon-solution-6:before{content:"\e8b1";}
.solution-items .solution-item .inner-box h3{font-size:22px;text-align: center;}
.solution-items .solution-item .inner-box h5{font-size:12px;text-align: center;text-transform: uppercase;}
.solution-items .solution-item .inner-box p{font-size:14px;text-align: center;font-weight: 300;margin-top: 20px;}
.solution-items.owl-theme .owl-dots{margin-top: 20px;margin-bottom: 20px;}

/*============================================
contact-section 联系方式
===========================================*/
.contact-section{overflow: hidden; background:#ffffff url(../images/bg-form.jpg) no-repeat;margin: auto; height: 800px;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: 800px;}*/
.contact-section .wrap{width:1200px; max-width: 1200px; margin: auto;padding-top: 100px;
    padding-bottom: 100px;/* background: rgba(0,0,0,1)*/;opacity:1;}
.contact-section .row{padding:50px !important;}

.contact-section .contact-box .item-inner{display: table;
    position: relative;
    table-layout: fixed;
}
.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:38px;font-weight: 800;line-height: 1.3;color: #002c42;margin-top:50px;font-family: "Poppins", sans-serif; margin-bottom:50px;}
.contact-box .item-content h2 span{color: #F4BC16 !important;    font-family: "Poppins", sans-serif;}
.contact-box .item-content p{
	margin-bottom: 20px;line-height: 1.8;
    color: #000000;
    font-size: 28px;;
    font-family: "Poppins", 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: #ff4800;
    position: relative;
    float: left;
    border-radius: 50%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 15px;}

.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: #81b441;
    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: #81b441;
    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: #f58600;
}

.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; }








/***************************首页新闻***************************/
.news-section{width:100%; margin: auto; padding: 50px 0px 50px 0px;}
.news-section .titles1 h3{font-size: 40px;font-weight: bold;margin-bottom: 20px;}
.news-section .titles1 h4{font-size: 20px;}
.news-section .titles1:before{background: #df131e;width:50px;}
.news-section .titles1:after{background: #df131e;width:50px;}

.news_t{height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: #dfdfdf 1px solid;display: none;}
.news_t h3{display:inline-block;font-size: 22px;color: #000000;}
.news_t h3 a{color: #000000;}
.news_t h3 em{display: inline-block;font-style: normal;height: 30px;line-height: 20px;}
.news_t h3 em:before{content:"\eb14";font-family: "iconfont" !important;
	color: #000000;
    font-size: 40px;
    display: block;
	overflow: hidden;
	font-style: normal;
    padding-right: 10px;}
.news_t .more{float:right; cursor: pointer;}
.news_t .more a:before{content:"\e60d";font-family: "iconfont" !important;
	color: #ffffff;
	background: #404041;
    font-size: 16px;
	overflow: hidden;
	border-radius: 50px;
    padding: 5px;}


.news_img{width:100%;padding: 25px 0;display: block;}

/*.news_img h3{height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: normal;font-size: 18px;
    color: #333;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 500px;}
*/

.news_img ul{margin:auto; padding: 0px;    display: flex;}
.news_img ul li{width:48%; margin: auto 1%; padding: 0px 0px; border:0px;overflow: hidden;}
.news_img ul li a{display: flex; flex-flow: wrap; color:#333;border:0px;}
/*.news_img ul li .Images{width: 100%;position: relative;
    height: auto;
    overflow: hidden;
    float: left;
    line-height: 0;}
.news_img ul li .Images:before{content:"展会活动"; position: absolute; top: 0; left: 0; z-index: 5; font-size:14px; padding:15px 15px; background:#999;color: #fff;}*/
/*.news_img ul li .Images img{max-width:100%;-webkit-animation: sy-animation-bottom-right-out1 .25s ease-in-out both;
    animation: sy-animation-bottom-right-out1 .25s ease-in-out both;}
.news_img ul li:hover .Images img{-webkit-animation: sy-animation-bottom-right1 1s ease-in-out both;
    animation: sy-animation-bottom-right1 1s ease-in-out both;}
.news_img ul li .Names{background: #f8f8f8;
    width: 100%;
	text-align: left;
    padding: 32px 28px 36px 28px;}
.news_img ul li .Names p{    font-size: 14px;
    color: #666;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    padding: 5px 0 0;}*/
.news_img li .Images{max-height:280px; position: relative; width:100%; overflow: hidden; height: 280px; display: block;}
.news_img li .Images span{position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 14px;
    padding: 5px 15px;
    background: #999;
    color: #fff;}
.news_img li .Images span.cur{background: #c7000b; color:#ffffff;}
.news_img li .Images img{width:auto;height:auto;max-width: 100%;border:0px;padding:0px;max-width:100%;-webkit-animation: sy-animation-bottom-right-out1 .25s ease-in-out both;height: auto;
    animation: sy-animation-bottom-right-out1 .25s ease-in-out both;}
.news_img li:hover .Images img{webkit-animation: sy-animation-bottom-right1 1s ease-in-out both;
    animation: sy-animation-bottom-right1 1s ease-in-out both;}
.news_img li .Names{width: 100%;
    float: left;
    text-align: left;
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    overflow: hidden;
	height: 220px;
}
.news_img li .Names .innerbox{font-size: 16px;
    line-height: 1.8em;
    height: auto;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;display: block;
	font-weight: bold;width:100%;
	padding:34px;
}
.news_img li .Names a{color: #333;}
.news_img li .Names a:hover{color:#333;}
.news_img li .Names h3{height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold;font-size: 18px;
    color: #000000;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
	width:100%;
}

.news_img li .Names p{margin:auto; padding: 0px;width: 100%; font-size:0.8em; line-height: 2em; color:#666666;height: 80px; overflow: hidden;text-overflow: ellipsis; font-weight: normal;}
.news_img li .Names span{overflow: hidden;height: 26px;line-height: 26px;color: #333; position: absolute; left:15px; bottom: 15px;}
.news_img li .Names span:after{content: "\e659";
	font-family: "iconfont" !important;
    color: #e70012;
    font-size: 15px;
    padding: 0px 0px 0px 5px;
    z-index: 10;
    text-align: left;}


.news_text{width: 100%;
    margin: 25px 0;
    background: #f8f8f8;
    display: block;
    overflow: hidden;
    max-height: 415px;min-height: 500px;
    overflow-y: scroll;
}
.news-container .col-lg-4 .news_text:before{content:"公司新闻"; position: absolute; top: 25px; left: 15px; z-index: 5; font-size:14px; padding:5px 15px; background:#999;color: #fff;}
/*.news_text ul:before {
    content: "";
    height: 80px;
    right: 15px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(248,248,248,0) 0%,rgba(248,248,248,1) 80%);
    left: 15px;
}*/
.news_text ul{margin:auto;padding: 0px 20px;margin-top: 20px;}
.news_text ul li {
    height: auto;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
	margin: 15px auto;
    float: left;
    border-bottom: #d5d5d5 0px dashed;
}

.news_text ul li span{
    font-size: 16px;
    color: #404041;
    display: block;
    float: left;
    width: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow:inherit;
}
.news_text ul li span.time{
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    width: 100%;
	white-space:normal;
    text-align: left;
}
.news_text ul li a{color:#333333;font-size:16px;font-weight: bold;}

.news_c{width:100%;}
.news_c .inner-box{border: #e1e1e1 1px solid;height: 88px;width: 100%;margin-top: 20px;padding: 10px 15px 0;}
.news_c .inner-box .client-title{background:url(../images/wen.gif) no-repeat 0 4px;height: 30px;line-height: 30px;overflow: hidden;padding-left: 35px;}
.news_c .inner-box .client-title a,.news_c .inner-box .text a{font-size: 16px;color: #333;}
.news_c .inner-box .text{background:url(../images/da.gif) no-repeat 0 4px;padding-left: 35px;font-size: 16px;color: #777;height: 30px;line-height: 30px;overflow: hidden;margin-top: 10px;}
.news-container .col-lg-4 .news_text ul li:nth-last-of-type(1){border-bottom:0px;}

.news_text::-webkit-scrollbar
{
    width: 4px;
    height: auto;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.news_text::-webkit-scrollbar-track
{
	border-radius: 10px;
    background-color: #f8f8f8;
}
 
/*定义滑块 内阴影+圆角*/
.news_text::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #808080;
    background-color: #f8f8f8;
}

.news-btn{    position: relative;
    display: flex;justify-content: center;overflow: hidden;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin: 50px auto 30px auto;
	width: 140px;
}
.news-btn a{padding: 0px;
    text-align: center;
	width: 100%;
	height: 50px;
    line-height: 50px;
    border: 1px solid #111;
    display: inline-block;
    color: #111;
    font-size: 14px;
	margin:auto;
	z-index: 2;
}
.news-btn a:hover{/*background: #df131e; */color:#ffffff; /*border:1px solid #df131e;*/}

/*============================================
adv-section start 广告
===========================================*/
.adv-section{padding:50px 0px 50px 0px; overflow: hidden; margin: auto;width: 100%; height: auto;position: relative; background:#7fc540;}

.adv-cont{position: relative;
    display: flex;
	justify-content: space-around;
	max-width: 1300px;
    margin: auto;
}

.adv-cont .adv-cont-desc{display: flex;}
.adv-cont-desc em:before{content:"\e650"; font-family: "iconfont" !important; padding: 15px;font-size: 40px;border-radius: 40px; background:#fff;}
.adv-cont-desc .text{margin-left:20px;color:#fff; }
.adv-cont-desc .text h3{width:100%; font-size:24px; font-weight: bold;}
.adv-cont-desc .text  h3 span{font-size:16px;font-weight: 500; padding-left:10px;}
.adv-cont-desc .text h5{font-size:16px; font-weight: 500;padding-top: 10px;}

.adv-cont .adv-cont-logo{margin: auto;}
.adv-cont-logo ul{}
.adv-cont-logo ul li{width:100%; display: flex; justify-content:flex-start;}
.adv-cont-logo ul li img{padding-right:10px;}
.adv-cont-logo ul li img:nth-last-child(1){padding-right:0px;}

.adv-cont .adv-cont-contact{margin-left:auto;padding: 0px 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    margin-top: 10px;
	overflow: hidden;
    background: #fff;
}

.adv-cont .inner-box h3{font-size:40px; font-weight: bold;text-transform: uppercase;color: rgba(255, 255, 255, 0.95); line-height: 60px;margin: auto;}
.adv-cont .inner-box h5{font-size:34px; font-weight: normal;text-transform: uppercase;color: rgba(255, 255, 255, 0.95); line-height: 60px;}
.adv-cont .inner-box .text{ font-size: 20px; color: rgba(255, 255, 255, 0.9); margin: 20px 0 0px; font-weight: 300; line-height: 34px;}
.adv-cont .inner-box .linkbox{ color: #ffff00;
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    text-shadow: 2px 2px 2px #333;}
.adv-cont .inner-box .linkbox i{color:#ffff00; font-size:34px;padding-right: 10px;}



.zz-section{width:100%; height: auto; background: #fff; padding:30px 0px;}
.zz-section .wrap{}
.zz-section img{width:160px; height: 160px;}

.lxfs-section{width:100%; height: auto; margin:auto; padding:0px 0px; display: flex; justify-content: center; justify-content: space-between;}
.lxfs-section .lx-form{width:50%;height: 325px; margin: auto; flex-shrink: 0;  background: url("../images/bg-index-lx.jpg") center no-repeat; background-size: cover; display: flex;justify-content: flex-end;align-items: center;}
.lx-form .lx-form-c{max-width:500px; padding-right:80px; }
.lx-form .lx-form-c h3{font-size:24px; color:#FFFFFF;}
.lx-form .lx-form-c p{font-size:18px; color:#fff;}
.form_text{position:relative;height: 54px;}
.lx-form .lx-form-c textarea {
    /*background: #fff;*/
    border: none;
    border: 1px solid #cce0ab;
    width: 100%;
    overflow: hidden;
    padding: 15px;
    height: 54px;
	color:#ffffff;
	background: transparent;
}

.form_text textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ffffff;
}
.form_text textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ffffff;
}
.form_text textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ffffff;
}
.form_text textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ffffff;
}

.btn_more: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
}
.btn_more: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
}
.btn_more:before {
	background-color: #df1f26;
}
 

.lx-form .lx-form-c .search_btn{
	position: absolute;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 0px;
    letter-spacing: .05rem;
	padding:0px 2.5rem;
    height: 54px;
    margin: auto;
    display: block;
    overflow: hidden;
    border-radius: 0rem;
    outline: none;
	right:0px;
	top: 0px;
}

.lxfs-section .lx-tel{width:50%; height: 325px;margin: auto; flex-shrink: 0;background: url("../images/bg-index-zx.jpg") center no-repeat; background-size: cover;display: flex;justify-content: flex-start;align-items: center;}
.lx-tel .lx-tel-c{padding-left:80px; max-width:500px; color:#fff; display: flex; align-items: center; justify-content: flex-start;}
.lx-tel .lx-tel-c i:before{content:"\e649";font-family: "iconfont" !important; font-size:80px; padding-right:20px;}
.lx-tel .lx-tel-c h5{font-size:20px;margin: auto;}
.lx-tel .lx-tel-c .moduleBox{font-size:40px; font-weight: bold;}

@media (max-width: 1920px)
{
	
}
@media (max-width: 1800px)
{
	
}
@media (max-width: 1620px)
{
	
}
@media (max-width: 1549px)
{
	
}
@media  screen and (max-width: 1500px)
{
	.wrap{max-width:1400px !important;}
}
@media  screen and (max-width: 1400px)
{
	.wrap{max-width:1300px !important;}
}
@media  screen and (max-width: 1366px)
{
	.wrap{max-width:1200px !important;}
}
@media (max-width: 1365px)
{
	.solution-section .wrap{max-width:1200px;min-width:inherit;}
}
@media (max-width: 1024px)
{
	.solution-section .wrap{max-width:100% !important;}
}
@media screen and (max-width: 1023px){
	
	.search-section{display: none;}
	
	.site-banner{height:calc(100vh - 150px);}
	.site-banner .content-box .container h2{font-size:40px; line-height: 1.5;}
	
	.cols-section{padding:0px 0px 0px 0px;}
	.cols-section .cols-items .cols-item{width:100%;}
	.cols-items .cols-item .image{height:446px; overflow: hidden;}
	.cols-items .cols-item .image img{width:auto;}

	.news_img ul{flex-flow:column;}
	.news_img ul li{width:100%; margin: 10px auto;}
	.news_img li .Images{height:auto;}

	
	.ys-section{}
	.ys-section .ys-c01{flex-direction: column;padding: 20px; margin-top:0px;}
	.ys-c01 .ys-c01-c{width:100%;}
	.ys-c02{width:100%;flex-direction: column;}
	.ys-c02 img{max-width:100%;}
	.ys-c02 ul{width:100%; margin:auto;max-width:100%;padding:50px;}
	
	.anli-section{padding-top:50px;}
	.anli-cont{padding:15px;}
	.anli-cont ul li{width:100%;}
	.anli-cont .owl-dot{width:10px; height: 10px;}
	
	.slogan-section{height:auto; padding:0px 0px 50px 0px;background-attachment: unset;}
	.slogan-section .slogan-cont{padding:15px;}
	.slogan-section .slogan-cont h3{font-size:1.6em;}
	.slogan-section .slogan-cont h5{font-size:1em; line-height: 1.6em;}
}


@media  screen and (max-width: 767px)
{
	.row{margin: auto;}
	
	.banner {height: calc(100vh - 170px);}
	.banner .contents {height: calc(100vh - 170px);}
	.banner .contents .content {height: calc(100vh - 170px);}
	.company-section{padding-top: 20px; background: #fff;}
	.company-titles{padding: 0px 20px 0px 20px;}
	.company-titles p{text-align: justify !important;text-align-last: left !important;}
	.company-titles h5{font-size: 4em;}
	
	.company-box{background: none;padding-bottom:50px;}
	.company-box .company-cont{width: 100%;}
	.company-cont .company-cont-item{flex-direction: column;margin-bottom: 50px;}
	.company-cont-item-img{width:100%;}
	.company-cont-item-text{padding:0px;margin-top: 20px;text-align: center;}
	.company-cont-item-text h3{font-size:24px;padding: 0px;}
	.company-cont-item-text h5 {font-size: 16px;color: #666;z-index: 2;}
	.company-cont-item-text .num{font-size: 135px;
    font-family: Arial;
    color: rgb(51 51 51 / 4%);
    float: right;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 15%;
    z-index: -1;background:none;width: auto;height: auto;}
	.company-cont-item-text p{margin-top:30px;}
	.company-cont-item-text .btn{margin:50px auto 10px auto;}
	.company-box .company-cont .owl-controls{    bottom: 10px;right: 0px;left: 0px;}
	.company-box .company-cont .owl-controls .owl-dots{justify-content: center;}
	
	.solution-section{padding:50px 0px 0px 0px;}
	.solution-bg img{/*max-width:100%;*/ height: 340px;}
	.solution-items .solution-item{padding: 30px; width:100%;background: none;}
	.solution-items .solution-item:before{border:0px;}
	.solution-items .owl-controls{width:100%;}
	/*.solution-items .solution-item{background: #96c745;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;}
	.solution-items .solution-item .inner-box i:before{color:#FFFFFF;}
	.solution-items .solution-item a{color: #FFFFFF;}
	.solution-items .solution-item .inner-box img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}*/
	
	
	.lxfs-section{flex-direction: column;}
	.lxfs-section .lx-form{width:100%;}
	.lx-form .lx-form-c{width:100%;padding:0px 20px;}
	
	.lxfs-section .lx-tel{width:100%;height: auto;}
	.lx-tel .lx-tel-c{width:100%;padding:0px 20px;}
	.lx-tel .lx-tel-c .moduleBox{font-size:34px;}
	
	
	.zz-section{padding:10px 0px 30px 0px;}
	
	.footer{display:block;}
}
@media  screen and (max-width: 425px)
{
	.com-ys-item:nth-of-type(1):before{font-size: 35px;}
	.com-ys-item:nth-of-type(2):before{font-size: 35px;}
	.com-ys-item:nth-of-type(3):before{font-size: 35px;}
	.com-ys-item:nth-of-type(4):before{font-size: 35px;}
	.com-ys-item{font-size:14px;}
}
@media  screen and (max-width: 414px)
{
	.titles2 h3{font-size: 28px;}
	.titles2 h3{padding:0px 5px;}
	.titles2 h3:before{padding-right: 5px;display: none;}
	.titles2 h3:after{padding-left: 5px;display: none;}
	
	.products-cont ul li .Images img{height:130px;}
}
/*@media (min-width: 321px) and (max-width: 375px)
{
	
}*/
@media  screen and (max-width: 375px)
{
	.company-titles p{line-height: 28px;}
	.solution-section{padding:50px 0px 0px 0px;    /*background: #f0f3fb;*/}
	
	.solution-bg img{height: 300px;}
	
	.lx-tel .lx-tel-c .moduleBox{font-size:30px;}
}

@media  screen and (max-width: 320px)
{
	.company_img{width:100%;}
	.company_cont{width:100%;}
	.gsjj-items{display: none;}
	
}