@charset "utf-8";
/*初始化样式*/
.c-l-box {width: 100%}
.c-common-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top:15px;
	margin-bottom: 35px;
	text-align: center;
}
.c-common-title .c-en-title{
	font-size: 35px;
	line-height: 1em;
	letter-spacing:3px;
	font-weight: bold;
	color: #2e2e2e;
/*    font-family:"ag";*/
	position: relative;
	display: inline-block;
}
.c-en-title .hot {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: -20px;
  right: -60px;
  z-index: 2;
  letter-spacing:0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  background: url(../images/btn_bg1.jpg) no-repeat center;
  border-radius: 50%;
}
/*
.c-common-title .c-cn-title {
	margin-top:-50px;
	font-size: 42px;
	font-family:"Noto Sans M",sans-serif;
	font-weight: bold;
	color: #c42b2f;
}
*/
@media only screen and (max-width: 767px) {
  .c-common-title {
	padding-bottom: 15px;
	margin-top:0;
}
}

/*行业动态*/
.index-news-left{background:#f4f4f4;height:600px;overflow: hidden}
.index-img {
	height: 320px;
	overflow:hidden
}
.index-img img {
	max-width: 100%;
	height: 100%;
	-webkit-transition:transform .75s;
	transition:transform .75s
}
.index-item {
	display:block;
}
.index-item-tit {
	margin-top:1em;
	font-size:20px;
	line-height:1.25;
	color:#000;
	padding:0 30px 5px;
}
.index-item-date {
	margin-top:1em;
	font-size:18px;
	color:#5a5a5a;
	padding-left: 30px;
}
@media (min-width:1101px) {
.index-item:hover .index-img img{
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.index-item:hover .index-item-tit{
	color:#0071BC
}
}
@media (max-width:1100px) {
	.index-item {
	margin-right:10px
}
}
.index-item .newmore {
  left: 0;
  margin-top:70px;
  width: 100%;

}
.index-item .newmore .title {
  position: relative;
  font-size:18px;
/*  font-family:"Noto Sans N",sans-serif;	*/
  font-weight: 500px;
  color: #5a5a5a;
  padding-left: 30px;

}
.index-item .newmore .title::after {
  content: "";
  position: absolute;
  left:135px;
  top: 2px;
  width: 22px;
  height: 100%;
  background: url(../images/icon_jt.svg) no-repeat center ;
}
.line2{
height: 1px;
background-color:#b5b5b5;
}	
.right-news{width:85%;margin: 30px auto 0;}
	.right-news p{
		font-size: 26px;
/*		font-family:"Noto Sans M",sans-serif;*/
		line-height: 38px;}	
	.right-item-tit {
	margin-top:1em;
	font-size:20px;
	line-height:1.25;
	color:#3c3c3c;
	padding:20px 10px 10px;
}
.right-item-date {
	margin-top:0.8em;
	font-size:18px;
	color:#5a5a5a;
/*	font-family:"DIN Light",sans-serif;*/
	padding:0 10px 10px;
}
@media only screen and (max-width: 1155px) {
   .right-item-tit {
	padding:10px 10px 10px;
}
}
@media (max-width:991px) {
.index-news-left{background:#fff;height:auto;}
	.inews-left,.inews-right {
	width:100%
}
.index-news-left {
	width:auto !important
}
.index-img {
	width:100%;
	max-height: 280px;
	overflow: hidden;
}
.index-item-tit {
	margin-top:0.2em;
	font-size:18px;
	padding:0 5px 0;
}
.index-item-date {
	margin-bottom:0.3em;
	font-size:16px;
	margin-top:-2px;
	padding-left:5px;
}

.index-item {
	margin-right:0
}

	.index-item .newmore{
		display: none
	}
.right-news{width:100%;margin: 10px auto 0;}
.right-news p{
	font-size: 26px;
/*	font-family:"Noto Sans M",sans-serif;*/
	line-height: 38px;}	
.right-item-tit {
	margin-top:0.2em;
	font-size:18px;
	line-height:1.25;
	padding:2px 5px;
}
.right-item-date {
	margin-top:1em;
	font-size:16px;
	padding:0 5px 2px;
}
}
	@media (max-width:767px) {
		.col-md-4{margin:0;padding:0}
	.index-img {
	height: auto;
}	
	}

/* FLASH BANNER */

.index-banner {
	width:100%;
    background: #efefef;
	overflow:hidden;
	position:relative;
	margin-top:95px;
	
}
.index-banner .swiper-slide>a {
	display:inline-block;
	width:100%;
}
.index-banner .swiper-slide a>img {
	margin:0 auto;
	width:100%;
}
.index-banner .swiper-pagination-bullet {
	opacity: 1;

}
.index-banner .swiper-button-prev{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.index-banner .swiper-button-next{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

@media screen and (max-width:767px) {
.index-banner {
	margin-top: 60px;
}
}
/*products*/
.pro-container .panel-img-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    height: auto;
}
.pro-container .panel-img-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.pro-container .panel-img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url('../images/mask.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
    opacity: 0;
}
.pro-container .panel-img-box .imgh{height:500px;overflow: hidden}
.pro-container .panel-img-box img {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    position: relative;
}
.pro-container .panel-img-box .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
}
.pro-container .panel-img-box .text-box .name {
    line-height: 1.4em;
    font-weight: bold;
    margin: 0;
    font-size: 2em;
	letter-spacing: 1px;
	word-break: break-word; 
	overflow: hidden; 
	overflow-wrap: break-word;
}
.pro-container .panel-img-list {
        font-size: 0;
        -webkit-text-size-adjust: none;
    }

    .pro-container .panel-img-box {
        width: 100%;
        margin-bottom: 30px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .pro-container .panel-img-box img {
        width: 100%;
        height: 100%;
    }
    .pro-container .panel-img-box .mask {
        visibility: visible;
        opacity: 1;
        height: 50%;
        width: 100%;
        content: "";
        background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%);
        display: block;
        top: auto;
        bottom: 0;
    }

    .pro-container .panel-img-box .text-box {
        padding: 25px 30px;
        bottom: -50px;
    }
    .pro-container .panel-img-box .text-box .name {
        margin-bottom: 18px;
    }

    .pro-container .panel-img-box .text-box .text {
        margin-bottom: 12px;
    }

    .pro-container .panel-img-box .text-box .text {
        font-size: 1.175em;
        display: none;
		  line-height: 1.8em;
         opacity: 0.8;
    }
    .pro-container .panel-img-box .text-box .read-more {
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 0.975em;
    }
    .pro-container .panel-img-box .text-box .read-more i{
		vertical-align: middle; 
		padding-left: 5px;
		font-size:1.2em;
    }
    .pro-container .panel-img-box:hover .text-box {
        bottom: 0;
    }
   .pro-container .panel-img-box:hover .text-box .text {
        display: block;
    }
    .pro-container .panel-img-box:hover .text-box .read-more {
        visibility: visible;
        opacity: 1;
    }

    .pro-container .panel-img-box:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .pro-container .panel-img-box:hover .mask {
        opacity: 1;
        visibility: visible;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background-image: url(../images/mask.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 100%;
    }

    .pro-container .panel-img-box:hover .read-more {
        opacity: 1;
    }

@media (max-width: 991px) {
.pro-container .panel-img-box img {
   height: 250px;
   object-fit: none;
   overflow: hidden
}
	.pro-container .panel-img-box .imgh{height:100%}
}
@media (max-width: 767px) {
	.pro-container .panel-img-box {width: 100%}
	.pro-container .panel-img-box .imgh{height:auto}

}
/*产品*/
.product1 {
  margin: 0 13px;
 
}
.product1  {
  background: #fff;
}
.product1 .prolist{width:25%;float: left;padding:0 5px}

.product1  .prolist .pic {
  width: 100%;
  text-align: center;
  height:280px;
  overflow: hidden;
}
.product1  .pic img{
	margin: 0 auto;
    height:100%;
	object-fit:scale-down;
/*    max-height: 100%;*/

}
.product1  .cont {
  width:100%;
  text-align: center;
  padding: 5px 0 40px 0 ; 
  box-sizing: border-box;
}
.product1  .tit {
  height: 40px;
  line-height: 40px;
/*  font-family: "ag";*/
  font-size:18px;
  color: #111;
	font-weight: bold;
	text-align: center
}
.product1  .tit span {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
@media (max-width: 767px) {
.product1 .prolist{width:50%;}
.product1  .prolist .pic {
  height: 200px;
}
}
/*
.product1 .wrap {
  position: relative;
}
*/
.product1 .btn {
  
  text-align: center;
  margin: 0 auto;
	padding-left:45%;
  bottom: 0;
  z-index: 2;
}
.product1 .swiper-button-next,
.product1 .swiper-button-prev {
  width: 60px;
  height: 60px;
  float: left;
  margin: 0;
  padding: 0;
  outline: none;
  position: static;
  background: url(../images/arrow4.png) no-repeat center #2e2e2e;
}
.product1 .swiper-button-next {
  background: url(../images/arrow5.png) no-repeat center #0071BC;
}
/*解决方案*/
.wrap {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
.wrap:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.project  {
  padding: 50px 0 50px ;
 margin: 0 13px;
  
/*  position: relative;*/
}
/*.project .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background: #2e2e2e;
  z-index: -100;
}*/
.project .content {
  width: 30%;
  float: left;
  margin-top: 10px;
}
.project .content .title {
  font-size: 50px;
/*  font-family: "ag";*/
  font-weight: bold;
  color: #000;
  border-bottom: solid 1px #eeeef0;
  padding: 16px 0;
}
.project .content .title span {
  position: relative;
  display: inline-block;
}

.project .content .text {
  line-height: 25px;
  font-size: 15px;
  color: #222;
  margin: 10px 30px 0 0;

}
.project .list {
  width: 70%;
  float: right;

}

.project .list li {
  width: 49.5%;
  float: left;
  margin: 0 0 10px;

}
.project .list li:nth-child(2n){margin-left:1%}
.project .list li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.project .list li a:hover img {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.project .list li img {
	height: 100%;
	width: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.project .list li .filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/case_filter.png) repeat-x 0 bottom;
}
.project .list li .txt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 25px;
/*  font-family: "ag";*/
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.seemore {
  margin-top:30px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  float: left;
  background: #0071BC;
}
.seemore:hover {
  background:#2e2e2e;
}
.seemore:hover span {
  color: #fff;
}
.seemore span {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 0 20px 0 22px;
  transition-duration: 0.4s;
}



@media only screen and (max-width: 1200px) {
		
	
.project{
	padding: 30px 10px;
	box-sizing: border-box;
}
.project .bg {
	display: none;
}
.project .list,
.project .content {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.project .content .title {
	font-size: 20px;
	padding: 0 0 6px 0;
}
.project .content .title span {
	font-size: 20px;
}
.project .content .title span .hot {
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: -14px;
	right: -40px;
	font-size: 12px;
}
.project .content .text {
	line-height: 22px;
	margin: 10px 0;
}
.project .list{
	clear: both;
	padding-top: 20px;
}
.project .list li {
	width: 100%;
	margin: 0 0 10px 0 ;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.project .list li:nth-child(2n){margin-left:0}
.project .list li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.project .list li .filter {
	background-size: auto 100px;
}
.project .list li .txt {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
}
}
/*class*/
.sortt {
	padding:1.5rem 0 0.5rem;
	display:block;
	text-align:center
}
.sorttit {
	font-size:2.3rem;
	line-height:3rem;
	/*font-weight:bold;*/
}
.sortt i{font-size:60px;color: #0071BC}
.sortp {
	font-size:1.5rem;
	line-height:1.8rem;
	margin-bottom:0.5rem;
	text-align:center
}
@media screen and (max-width:1400px) {
.sorttit {
	font-size:2rem;
}

}
@media only screen and (max-width: 1200px) {
.product1  .pic {
	width: auto;
	float: none;
}
.product1  .cont {
	padding: 10px;
}
.product1  .tit {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}
.product1  .tit::after {
	display: none;
}
 .product1  .txt {
	margin-top: 6px;
	line-height: 24px;
	font-size: 14px;
	height: auto;
}
.product1  .txt p {
	margin-bottom: 4px;
}

.product1 .swiper-button-next,
.product1 .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-size: 8px auto;
}
}
@media only screen and (max-width:767px) {
.product1  .prolist .pic {
  width: 100%;
  float:none;
}
.product1  .pic img{
	height: 250px;
}
.product1  .cont {
  width:100%;
  float:none;
padding:10px;
}
.product1  .cont .txt {
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.pro-container .panel-img-box .text-box {
    bottom: 5px;
    padding: 15px;
}
}