/*轮播开始*/
.swiper-container.banner1 .swiper-slide{
	height: 680px;
	position: relative;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: right;
}
.swiper-container.banner1 .swiper-slide img{
	width: 835px;
	float: left;
}
.swiper-container.banner1.ph{
	display: none;
}
.swiper-container.banner1 .swiper-slide .index-doc{
	position: relative;
	opacity: 0;
    top: 39%;
    color: #fff;
}

.swiper-container.banner1 .swiper-slide .index-doc .tit{
	font-size: 3.5em;
	color: #d83e36;
	font-weight: bold;
}
.swiper-container.banner1 .swiper-slide .index-doc .doc{
	
}
.swiper-container.banner1 .swiper-slide .index-doc .doc span{
	display: inline-block;
	max-width: 500px;
    background-color: #fff;
    opacity: .7;
    color: #000;
    padding: 5px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: bold;
}
.swiper-container.banner1 .swiper-slide .index-doc .doc span img{
	display: block;
	max-width: 100%;
}
.swiper-container.banner1 .swiper-slide .index-doc .more{
	margin-top: 30px;
}
.swiper-container.banner1 .swiper-slide .index-doc .more a{
	width: 350px;
	background-color: #d83e36;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 3px;
    font-weight: bold;
}
.swiper-container.banner1 .swiper-slide .index-doc .more a:hover{
	background-color: #e54b43;
}
.swiper-container.banner1 .swiper-slide:nth-child(2n){
	text-align: left;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 25px;
}
.swiper-container.banner1 .swiper-pagination-bullet{
	width: 27px;
	height: 35px;
	border-radius: 0;
	background: url(/Img/images/bannerpag.png) no-repeat;
	background-size: cover;
}
.swiper-container.banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: url(/Img/images/bannerpag2.png) center no-repeat;
	background-size: cover;
}
@media(min-width: 992px){
	.swiper-container.banner1 .swiper-pagination-bullet:hover{
	background: #d83e36;
}
}

.swiper-container.banner1 .swiper-slide .bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.15);
	width: 0;
	height: 5px;
	-webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    -ms-transition: all 3s linear;
    -moz-transition: all 3s linear;
    transition: all 3s linear;
}
.swiper-container.banner1 .swiper-slide.swiper-slide-active .bg{
	width: 100%;
}

@media screen and (max-width: 767px) {
	.swiper-container.banner1.pc{
		display: none;
	}
	.swiper-container.banner1.ph{
		display: block;
	}
	.swiper-container.banner1 .swiper-slide .index-doc{
		top: 20%;
	}
	.swiper-container.banner1 .swiper-slide{
		height: 4.5rem;
	}
	.swiper-container.banner1 .swiper-slide .index-doc .doc{
		margin-top: 0.1rem;
	}
	.swiper-container.banner1 .swiper-slide .index-doc .tit{
		font-size: 0.3rem;
		line-height: 0.45rem;
	}
	.swiper-container.banner1 .swiper-slide .index-doc .doc span{
		width: 3rem;
		font-size: 13px;
	}
	.swiper-container.banner1 .swiper-slide .index-doc .more a{
		width: 3rem;
	}
	.swiper-container.banner1 .swiper-slide .index-doc .more{
		margin-top: 0.15rem;
	}
}

/*产品开始*/
.product-box{
	padding-top: 4.5em;
	
	background-size: cover;
}
.page-home .product-box{
	 background: url(/Img/images/bg1.png) no-repeat;
}
.product-box .global-inner{
	max-width: 1220px;
}
.product-box .top-name{
	position: relative;
	line-height: 55px;
	padding:10px 0;
	padding-right: 110px;
}
.product-box .top-name em{
	display: inline-block;
	width: 32px;
	height: 32px;
	position: relative;
	top: 5px;
	background-image: url(/Img/images/titImg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.product-box .top-name span{
	padding-right: 40px;
	font-size: 1.7em;
	color: #474747;
	line-height: 1;
	margin-left: 30px;
	background: #fff;
}
.product-box .top-name::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:90%;
    height:3px;
    margin-top: -1.5px;
    background:#004da1;
    z-index: -1;
}
.product-box .cont{
	/*overflow: hidden;*/
}
.pos{
	position: relative;
	z-index: 999;
}
.product-box .cont .left{
	float: left;
	width: 20%;
	background: url(/Img/images/bg2.png) center no-repeat;
	background-size: cover;
}
.leftTit .texts{
	text-align: center;
	color: #333333;
	font-size: 24px;
	padding-bottom: 35px;
}
.logoi{
	display: block;
	margin:0 auto 5em;
}
.leftCen{
	padding: 3.7em 0 6em;
}
.leftMore{
	font-size:16px;
    color: #333;
	text-align: center;
	margin-top: 6.47em;
}
.leftMore img{
	margin-left: 12px;
}
.leftTit .texts span{
	padding-bottom: 15px;
	border-bottom: 2px solid #004da1;
}
.product-box .cont .right{
	float: right;
	width: 78%;
}
.product-box .cont .right .list{
	/*overflow: hidden;*/
}
.product-box .cont{
	margin-top: 30px;
}
.product-box .cont .right .list li{
	width: 31.3%;
	float: left;
	text-align: center;
	margin-right: 2%;
	overflow: hidden;
}
.product-box .cont .right .list li:nth-child(5n){
	margin-right: 0;
}
.product-box .cont .right .list .imgs{
	margin-bottom: 20px;
}
.product-box .cont .right .list .imgs img{
	width: 120px;
	min-height: 120px;
}
.product-box .cont .right .list .name{
	font-size: 14px;
	font-weight: bold;
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  line-height:20px;
  padding: 0 5%;
}
.product-box .cont .right .list .name a{
	color: #d83e36;
}
.right li+li+li+li{
	margin-top: 30px;
}
.product-box .cont .right .list .name a:hover{
	text-decoration: underline;
}
.pos{
	position: relative;
}
.product-box .cont .right .list .doc{
	height: 70px;
    padding: 0 5%;
    color: #383838;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
}
.product-box .cont .right .list .more{
	font-weight: bold;
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-top: 5px;
  background-color: #d83e36;
  line-height: 33px;
  height: 33px;
  font-size: 12px;
}
.product-box .cont .right .list .more a{
	color: #fff;
	display: inline-block;
	width: 75%;
	margin: auto;
	overflow: hidden;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.product-box .cont .right .list .more:hover{
	background-color: #e7281e;
}
.product-box .cont .right .list .more:hover a{
	width: 100%;
}
.overflow{
	overflow: hidden;
}
.right .imges{
	width: 100%;
	height:9.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
a{
	color: #333;
}
a:hover{
	color: initial;
}
.titleBox{
	background-color: #f7f7f7;
	padding: 22px 20px 15px;
	position: relative;
}
.right li{
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s
}
.right li:hover{
	-webkit-box-shadow: 0 25px 40px -40px #9cb0bf;
    box-shadow: 0 25px 40px -40px #9cb0bf;
}
.right li:hover h1{
	color: #004da1;
}
.titleBox h1{
	font-size: 20px;
}
.titleBox .texts{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin-top: 13px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
	height: 44px;
}
.home2{
	background: #f7f7f7;
}
.home2Left{
	width: 32.8%;
}
.home2 .sm-inner{
	overflow: hidden;
	padding-bottom: 10px;
}
.home2 h1{
	font-size: 1.3em;
}
.lines{
	width: 95px;
	height: 2px;
	background-color: #1f4fb6;
	margin-top: 25px;
	margin-bottom: 33px;
}
.home2 .texts{
	font-size: 18px;
	line-height: 32px;
}
.homeicB{
	font-size: 18px;
}
.homeicB+.homeicB{
	margin-left: 94px;
}
.homeic{
	display: flex;
	justify-content: center;
	color: #004da1;
	margin: 42px 0 62px;
}
.home2{
	padding: 6em 0 4.8em;
	margin-top: 5em;
}
.homeicB img{
	display: block;
	margin:0 auto 25px;
}
.home2Right{
	width: 60%;
	height: 22.5em;
	background-position: center;
	background-size: cover;
}
.home2More{
	font-size: 16px;
	background-image: linear-gradient(to right, #005ca2 , #3493db);
	width: 265px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	margin-left: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.home2More:hover{
	box-shadow: 1px 3px 17px rgb(36 135 210 / 80%);
}
.home2More img{
	margin-left: 17px;
}
.home2More a{
	color: #fff;
}
@media screen and (max-width: 991px) {
	.product-box .cont .left{
		display: none;
	}
	.product-box .cont .right{
		width: 100%;
	}
	.product-box .cont .right .list li{
		width: 30%;
		margin-right: 5%;
	}
	.product-box .cont .right .list li:nth-child(5n){
		margin-right: 5%;
	}
	.product-box .cont .right .list li:nth-child(3n){
		margin-right: 0;
	}
	.product-box{
		padding-top: .7rem;
	}
	
}

@media screen and (max-width: 767px) {
	.product-box{
		margin-top: 0.3rem;
	}
	
	.product-box .cont .right .list{
		margin-top: 0.3rem;
	}
	.product-box .cont .right .list li{
		width: 100%;
		height: auto;
		margin-bottom: 0.5rem;
		margin-right: 0;
	}
	.product-box .cont .right .list .doc{
		height: auto;
		margin-bottom: 10px;
		font-size: 16px;
		padding: 0;
		margin-top: 5px;
		text-align: left;
	}
	.product-box .top-name{
		padding: 0;
	}
	.product-box .top-name em{
		display: none;
	}
	.product-box .top-name span{
		padding:0;
		margin: 0;
		display: block;
		line-height: 1.35em;
		font-size: 0.4rem;
	}
	.product-box .top-name::after{
		left: 0;
		top: inherit;
		right: inherit;
		bottom:-10px;
		width: 100%; 
		margin-top: 0;
	}
	.product-box .cont .right .list .name{
		font-size: 16px;
	}
}

/*应用案例*/
.solution-box{
	margin-top: 50px;
	background: #e5e5e5;
	padding: 50px 0 30px;
}
.solution-box .global-inner{
	max-width: 1140px;
}
.solution-box .left-box{
	float: left;
	width: 30%;
}
.solution-box .left-box .top-name{
	font-size: 20px;
	color: #474747;
	padding-top: 20px;
	font-weight: bold;
	line-height: 1.1;
}
.solution-box .left-box .xian{
	width: 30%;
    height: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #d83e36;
}
.solution-box .left-box .doc{
	color: #474747;
    font-size: 16px;
}
.solution-box .left-box .doc p{
	margin-bottom: 10px;
}
.solution-box .left-box .doc ul{
	margin-bottom: 10px;
	padding-left: 40px;
}
.solution-box .left-box .doc ul li{
	color: #474747;
    font-size: 14px;
    padding-left: 30px;
    position: relative;
}
.solution-box .left-box .doc ul li i{
	font-style: italic;
}
.solution-box .left-box .doc ul li::after{
    content:"";
    position:absolute;
    top:50%;
    margin-top: -5px;
    left:0;
    width:10px;
    height:10px;
    background:#d83e36;
   
}
.solution-box .left-box .more{
	margin-top: 10px;
}
.solution-box .left-box .more a{
	line-height: 1.5;
	padding: 5px 10px;
	width: 170px;
    display: block;;
    font-size: 14px;
    background-color: #d83e36;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.solution-box .left-box .more a:hover{
	background-color: #e7281e;
}

.solution-box .right-box{
	float: right;
	width: 65%;
	margin-top: 20px;
	background-color: #ccc;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
}
.solution-box .right-box img{
	width: 100%;
}

@media screen and (max-width: 991px) {
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 10px;
	}
	.swiper-container.banner1 .swiper-pagination-bullet{
		width: 23px;
		height: 28px;
	}
	.solution-box{
		margin-top: 0.2rem;
		padding-top: 0.2rem;
		padding-bottom: 0.3rem;
	}
	.solution-box .left-box{
		width: 100%;
	}
	.solution-box .right-box{
		width: 100%;
		margin-top: 0.3rem;
		height: 4rem;
	}
	.solution-box .left-box .more a{
		width: 96%;
		margin: auto;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.solution-box .right-box{
		height: 2rem;
	}
}
@media(max-width:991.98px){
	.home2More{
		margin-left: 0
	}
	.home2{
		padding: 1rem 0 .5rem;
	}
	.logo2wap img {
    width: 4.5rem;
    margin-top: .15rem;
    margin-left: .3rem;
}
	.titleBox h1{
		font-size: .36rem;
	}
	.titleBox .texts{
		font-size: .28rem;
	}
	.right li+li+li+li{
		margin-top: 0;
	}
	.home2Left{
		float: none;
		width: 100%;
	}
	.right .imges{
		height: 4rem;
	}
	.home2{
		margin-top: .5rem;
		padding-top: .7rem;
	}
	.home2 h1{
		font-size: .4rem;
	}
	.lines{
		margin-top: .3rem;
		margin-bottom: .3rem;
	}
	.home2 .texts{
		font-size: .28rem;
		line-height: .45rem;
	}
	.homeic{
		margin: .5rem 0 .5rem;
	}
	.home2More{
		width: 100%;
	}
	.homeicB img{
		margin-bottom: .2rem;
	}
	.home2Right{
		width: 100%;
		height: 5rem;
		float: none;
		margin-top: .4rem;
	}
	.homeicB{
		font-size: .3rem;
	}
}

@media(max-width: 991.98px){
    .swiper-container.banner1 .swiper-slide{
        background-position: inherit;
    }
}