

.swiper{
	height: 6.26rem;
	width: 100%;
	overflow: hidden;
}
.swiper .swiper-slide{
	height: 6.26rem;
}
.swiper-pagination-bullet-active{
	background-color: #0D50A1 !important;
}
.cases{
	padding-left: 3.12rem;
	padding-right: 3.12rem;
	
}
.cases .title{
	font-size: 0.34rem;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: #333333;
	margin-top: 0.32rem;
	height: 0.45rem;
	text-align: center;
}
.cases .intro{
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 0.22rem;
	height: 0.24rem;
	text-align: center;
}
.cases .lists{
	margin-top: 0.61rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cases .lists .onec{
	width: 6.3rem;
	height: 4.17rem;
	position: relative;
	margin-bottom: 0.27rem;
}
.cases .lists .onec .pic{
	width: 100%;
	height: 4.17rem;
	overflow: hidden;
}
.cases .lists .onec .nc{
	width:100%;
	text-align: center;
	font-size: 0.24rem;
	font-family: "微软雅黑";
	font-weight: 400;
	color: #FFFFFF;
	bottom: 0.77rem;
	left: 0;

}
.cases .lists .onec .ec{
	width: 100%;
	text-align: center;
	font-size: 0.2rem;
	font-family:"微软雅黑";
	font-weight: 400;
	color: #FFFFFF;
	bottom: 0.37rem;
	left: 0;
	/*text-shadow: 0 0.01rem #0D50A1, 0.01rem 0 #0D50A1, -0.01rem 0 #0D50A1, 0 -0.01rem #0D50A1;*/
}
 .more{
	width: 1.56rem;
	height: 0.61rem;
	border: 0.01rem solid #0D50A1;
	border-radius: 0.31rem;
	margin: auto;
	margin-top: 0.11rem;
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D50A1;
	text-align: center;
	line-height: 0.61rem;
}
.more a{
	color: #0D50A1;
	display: block;
}
.more:hover{
    background: #0D50A1;
}
.more:hover a{
    color: #fff;
}
.news .more{
	margin-top: 0.5rem;
}
.seaver{
	height: 4.5rem;
	background-color: #0D50A1;
	margin-top: 0.6rem;
	padding-top: 0.64rem;
}
.seaver .title{
	font-size: 0.38rem;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.seaver .desc{
	width: 8.47rem;
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.34rem;
	margin: auto;
	margin-top: 0.17rem;
	text-align: center;
}
.seaver .lists{
	margin-left: 3.12rem;
	margin-right: 3.12rem;
	/* background-color: #fff; */
	height: 3.48rem;
	display: flex;
} 
.seaver .lists .oneb{
	flex: 1;
}
.seaver .lists .oneb .pic1{
	width: 0.59rem;
	height: 0.57rem;
	margin: auto;
	margin-top: 0.81rem;
}
.seaver .lists .oneb .pic2{
	width: 0.51rem;
	height: 0.55rem;
	margin: auto;
	margin-top: 0.81rem;
}
.seaver .lists .oneb .pic3{
	width: 0.61rem;
	height: 0.52rem;
	margin: auto;
	margin-top: 0.81rem;
}
.seaver .lists .oneb .pic4{
	width: 0.53rem;
	height: 0.52rem;
	margin: auto;
	margin-top: 0.81rem;
}
.seaver .lists .oneb .nm{
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/* color: #666666; */
	color: #fff;
	text-align: center;
	margin-top: 0.1rem;
}
.seaver .lists .oneb .sm{
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/* color: #666666; */
	color: #fff;
	text-align: center;
}
.seaver .lists .oneb .sm span{
	font-size: 0.36rem;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	/* color: #00479D; */
	color: #fff;
}
.news{
	padding-top: 0.62rem;
}
.news .title{
	
	font-size: 0.38rem;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.news .intro{
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.news .lists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 3.12rem;
	margin-right: 3.12rem;
	margin-top: 0.4rem;
}
.news .lists .onen{
	width: 6.06rem;
	display: flex;
	/*height: 0.8rem;*/
	/*line-height: 0.8rem;*/
	padding-bottom: 0.1rem;
	border-bottom: 0.01rem dashed #999999;
} 
.news .lists .onen a{
    display: block;
    font-size: 0.2rem;
   
}
.newsIntro{
    overflow: hidden;
       /* 2.用省略号来代替超出文本 */
       text-overflow: ellipsis;
       /* 3.设置盒子属性为-webkit-box  必须的 */
       display: -webkit-box;
       /* 4.-webkit-line-clamp 设置为2，表示超出2行的部分显示省略号，如果设置为3，那么就是超出3行部分显示省略号 */
       -webkit-line-clamp: 2;
       /* 5.字面意思：单词破坏：破坏英文单词的整体性，在英文单词还没有在一行完全展示时就换行  即一个单词可能会被分成两行展示 */
       word-break: break-all;
       /* 6.盒子实现多行显示的必要条件，文字是垂直展示，即文字是多行展示的情况下使用 */
       -webkit-box-orient: vertical;

}
.onenTitle{
    width: 100%;
    font-weight: bold;
    font-size: 0.23rem;
    overflow: hidden;
     /* 第二步：让文本不会换行， 在同一行继续 */
    white-space: nowrap;
    /* 第三步：用省略号来代表未显示完的文本 */
    text-overflow: ellipsis;
     margin-bottom: 0.15rem;
     margin-top: 0.2rem;

}
.news .lists .onen .circle{
	width: 0;
	height: 0;
	border-left: 0.2rem solid #00479D;
	border-top: 0.12rem solid transparent;
	border-bottom: 0.12rem solid transparent;
	margin-top: 0.28rem;
} 
.news .lists .onen .name{
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-left: 0.23rem;
	margin-right: 0.23rem;
	flex: 1;
	overflow: hidden;
	cursor: pointer;
} 
.news .lists .onen .name a:hover{
	color: #00479D;
}
.news .lists .onen .time{
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	margin-top: 0.2rem;
	color: #333333;
} 
.poryt{
	height: 6.13rem;
	/*background-image: url(../image/520a585641ae5.png);*/
	background-image: url(../image/service1.jpg);
	background-size: 100% 100%;
	margin-top: 0.83rem;
	padding-top: 0.7rem;
}
.poryt .title{
	font-size: 0.38rem;
	font-family: Adobe Heiti Std;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.poryt .desc{
	width: 8.47rem;
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.34rem;
	margin: auto;
	margin-top: 0.1rem;
	text-align: center;
}
.poryt .lists{
	margin-left: 3.12rem;
	margin-right: 3.12rem;
	height: 3.48rem;
	display: flex;
	margin-top: 0.95rem;
} 
.poryt .lists .oneb{
	flex: 1;
	text-align: center;
}
.poryt .lists .oneb:first-child{
	margin-right: 0.15rem;
	border-right: 0.01rem solid #fff;
	padding-right: 0.15rem;
}
.poryt .lists .oneb:last-child{
	
	margin-left: 0.15rem;
	border-left: 0.01rem solid #fff;
	padding-left: 0.15rem;
}
.poryt .lists .pic1{
	width: 0.99rem;
	height: 0.95rem;
	margin: auto;
	
}
.poryt .lists .pic2{
	width: 1.05rem;
	height: 0.92rem;
	margin: auto;

}
.poryt .lists .pic3{
	width: 0.99rem;
	height: 0.95rem;
	margin: auto;
	
}

.poryt .lists .oneb .nm{
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.3rem;
}
.poryt .lists .oneb .sm{
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.36rem;
	margin-top: 0.14rem;
	height: 0.6rem;
}
.poryt .lists .oneb .mo{
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.36rem;
	margin-top: 0.3rem;
	cursor: pointer;
}
.poryt .lists .oneb .mo a:hover{
	color: #007aff;
}
.poryt .lists .oneb .mo a{
	color: #FFFFFF;
}
.fanimg{
	transform-style: preserve-3d;
	transition: 1s linear;
}
.fanimg:hover{
	transform:rotateY(180deg);
}
.shadow{
    width:100%;
    height:0.8rem;
    position:absolute;
    bottom:0;
    padding-top:0.2rem;
    left:0;
    text-shadow: 1px 2px 2px #2d2e2e; 
    background: rgba(0,0,0,0.5);
}





.swiper-container {
    /*width: 1270px;*/
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    
    /* Center slide text vertically */
    
}
.productImg{
	width: 100%;
}
.productImg img{
    width: auto;
    height: auto;
}
.advert{
	width: 100%;
	background: #f0f0f4;
	
}
.advert h4{
	font-size: 0.2rem;
    color: #212121;
    text-align: center;
    margin-top: 30px;
    line-height: 1;
    padding-top: 20px;
}
.advert p{
    font-size: 0.18rem;
	padding-top: 20px;
	padding-bottom: 20px;
}
.advertPro{
	border-bottom: 1px solid #dddddd;
	margin-left:3.12rem;
	margin-right:3.12rem;
	margin-top: 50px;
	padding-bottom: 0.2rem;
}
.pro-title{
	    width: 32%;
    display: inline-block;
    vertical-align: top;
}
.pro-title h2{
	color: #333333;
    font-size: 0.34rem;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-top: 0.2rem;
    line-height: 1;
}
.pro-text{
	width: 67%;
    display: inline-block;
}
.pro-text p{
	font-size: 0.16rem;
	color: rgb(102, 102, 102);
	line-height: 0.3rem;
}
.pro-text a{
    color: #0D50A1;
}
.xing{
    width: 32px;
    height: 32px;
    padding-top: 0.2rem;
}
