/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}

#banner .swiper-slide{
	height:3rem;
	min-height:240px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

#banner .swiper_text{
	margin-top:0px;
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;-ms-transform: translateY(-50%) !important;-webkit-transform: translateY(-50%) !important;
    left: 0;
    z-index: 5;
    text-align: center;
	padding-bottom:50px;
}
#banner .swiper_text .logo03{
	margin:0 auto 35px 0;
}
#banner .swiper_text h3 {
    font-size: 70px;
    color: #fff;
}
#banner .swiper_text p {
    font-size: 24px;
    color: #fff;
	margin-top:5px;
}




#banner .swiper_text .seeanli{
	display: block;
	width: 150px;
	height: 38px;
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	margin:40px auto 0 auto;
}
#banner .swiper_text .seeanli:hover{
	background:#2655A3;
	border-color:#2655A3;
}

#banner .img {
	display:block;
	margin:0 auto;
    width: 100%;
    height: auto;
}

#banner .banner-pagination {
    position: absolute;
    bottom: 50px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}

#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 13px!important;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(1){
	width: 26px;
	height: 22px;
	background: url(/tpl/default/skin/img/xiaobiao1.png) center center no-repeat;
	background-size: 100% 100%;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{
	background: url(/tpl/default/skin/img/xiaobiao1on.png) center center no-repeat;
	background-size: 100% 100%;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(2){
	width: 22px;
	height: 22px;
	background: url(/tpl/default/skin/img/xiaobiao2.png) center center no-repeat;
	background-size: 100% 100%;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{
	background: url(/tpl/default/skin/img/xiaobiao2on.png) center center no-repeat;
	background-size: 100% 100%;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(3){
	width: 24px;
	height: 23px;
	background: url(/tpl/default/skin/img/xiaobiao3.png) center center no-repeat;
	background-size: 100% 100%;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{
	background: url(/tpl/default/skin/img/xiaobiao3on.png) center center no-repeat;
	background-size: 100% 100%;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(5){
	width: 24px;
	height: 24px;
	background: url(/tpl/default/skin/img/xiaobiao4.png) center center no-repeat;
	background-size: 100% 100%;
}
#banner .banner-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active{
	background: url(/tpl/default/skin/img/xiaobiao4on.png) center center no-repeat;
	background-size: 100% 100%;
}

#banner .banner-pagination .swiper-pagination-bullet:nth-child(4){
	width: 24px;
	height: 24px;
	background: url(/tpl/default/skin/img/5.png) center center no-repeat;
	background-size: 100% 100%;
}
#banner .banner-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active{
	background: url(/tpl/default/skin/img/5on.png) center center no-repeat;
	background-size: 100% 100%;
}

/* /横幅 */

/* 描述 */
.textBox{
	padding:0.35rem 10px 0.25rem 10px;
}
.desc-img img{
	display:block;
	margin:0 auto;
	max-width:30%;
}
.desc-text{
	margin:10px auto;
	padding:10px;
	text-align:center;
	max-width:750px;
	color:#666;
	font-size:14px;
	line-height:24px;
}
.desc-line{
	width:1px;
	height:28px;
	background:#999;
	margin:0 auto;
}
/* /描述 */

/* 服务 */
.service{
	background:url('/tpl/default/skin/img/bg.png')no-repeat center center;
	background-size:cover;
	overflow:hidden;
}
.ser-item{
	box-sizing:border-box;
	width:25%;
	float:left;
	border-left:1px solid #f5f5f5;
	height:427px;
	position:relative;
	overflow:hidden;
}
.ser-item:first-child{
	border-left:none;
}
.ser-icon{
	position: relative;
	top: 50%;
	transform: translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);-o-transform:translateY(-50%);
}
.ser-item img{
	display:block;
	margin: auto;
    height: 60px;
    width: auto;
}
.ser-item h4{
	text-align:center;
	font-size: 18px;
    color: #fff;
    margin-top: 28px;
}
.ser-item-hover{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	padding: 14px 10px;
	box-sizing:border-box;
	transition: all 0.4s;
	background: #272727;
	text-align:center;
	margin-top:-427px;
	z-index:99;
}
.ser-item:hover .ser-item-hover{
	margin-top:0%;
}
.ser-item-hover .box{
	border:1px solid #a18a54;
	height:100%;
	position:relative;
}
.ser-item-hover .box h3{
	font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding-top: 35px;
    margin-bottom: 44px;
	text-align:center;
}
.ser-item-hover ul li{
	margin:5px 0;
}
.ser-item-hover ul li a{
	display:inline-block;
	padding:0px 25px;
	color:#fff;
	font-size:16px;
}
.ser-item-hover ul li a:hover{
	background:#2655A3;
}

.ser-item-hover .bottom-text{
	text-align:center;
	position:absolute;
	display:block;
	bottom:-10px;
	width:100%;
	box-sizing:border-box;
}
.ser-item-hover .bottom-text span{
	display:inline-block;
	color:#a18a54;
	padding:0px 15px;
	background:#272727;
	font-size:14px;
}
/* /服务 */

/* 产品列表 */
#pdlist{
	
}
#pdlist .tab_box {
	text-align:center;
	margin-bottom:25px;
	padding: 0 10px;
}
#pdlist .tab_box a{
	display:inline-block;
	transition: all 0.4s;
    display: inline-block;
    font-size: 15px;
    color: #333;
    position: relative;
    padding: 0 20px;
    height: 35px;
    line-height: 35px
}
#pdlist .tab_box a:hover{
	color:#2655A3;
}
#pdlist .tab_box a.on{
	background:#2655A3;
	color:#fff;
	border-radius: 5px;
}
#pdlist .list{
	display:none;
}
#pdlist .list.on{
	display:block;
}
#pdlist ul{
	overflow:hidden;
}
#pdlist ul li{
	position: relative;
    float: left;
    width: 25%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
	overflow:hidden;
}
#pdlist ul li img{
	display:block;
	transition: all 0.3s;
	width:100%;
}
#pdlist ul li:hover img{
	transform:scale(1.3); 
}
#pdlist ul li:hover .hover_box{
	opacity:1;
}

#pdlist ul li .hover_box{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(26,28,161,.85);
    left: 0;
    top: 0;
    text-align: center;
	transition: all 0.5s;
	opacity:0;
	line-height:100%;
	z-index:99;
}
#pdlist ul li .hover_box .text{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin:0 20px;
}
#pdlist ul li .hover_box h3{
	font-size:24px;
	color:#fff;
	margin-bottom:20px;
}
#pdlist ul li .hover_box p{
	color:#fff;
	font-size:14px;
	line-height:24px;
	word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
/* /产品列表 */

/* 文本区块 */
.textblcok{
	position: relative;
	overflow: hidden;
}
.textblcok .top_title{
	text-align:center;
	font-size:36px;
	padding:35px 0;
}

.textblcok .swiper_text{
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;-ms-transform: translateY(-50%) !important;-webkit-transform: translateY(-50%) !important;
    left: 0;
    z-index: 5;
    text-align: center;
}
.textblcok .swiper_text .logo03{
	margin:0 auto 40px 0;
}
.textblcok .swiper_text h3 {
    font-size: 48px;
    color: #fff;
	max-width:960px;
	margin:40px auto;
	line-height:75px;
	padding:0 20px;
}
.textblcok .swiper_text .time{
	color:#fff;
	opacity:0.7;
}
.textblcok .simg{
	display:block;
    max-width: 100%;
    height: auto;
	margin:0 auto;
}
.textblcok .banner-pagination {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 4;
}
.textblcok .banner-pagination .swiper-pagination-bullet {
    border-radius: 10px;
    opacity: 0.5;
    margin: 0 5px!important;
	background:#fff;
	width:10px;
	height:10px;
}
.textblcok .banner-pagination .swiper-pagination-bullet-active {
    opacity:1;
}

/* /文本区块 */


@media screen and (max-width:768px){
	/* 首页banner */
	#banner .swiper_text .logo03{width:24px;margin:0 auto 15px auto;}
	#banner .swiper_text h3 {font-size: 24px;color: #fff;}
	#banner .swiper_text p {font-size: 16px;color: #fff;margin-top:5px;}
	#banner .banner-pagination {bottom: 15px !important;}
	#banner .banner-pagination .swiper-pagination-bullet {width:18px !important;height: 18px !important;margin: 0 10px!important;}
	#banner .swiper_text .seeanli{margin-top:5px;width: 90px;height: 24px;line-height: 20px;box-sizing:border-box;}
	
	/* 服务分类 */
	.ser-item{width:50%;float:left;height:220px;}
	.ser-item:nth-child(3){border-left:none;border-top:1px solid #f5f5f5;}
	.ser-item:nth-child(4){border-top:1px solid #f5f5f5;}
	.ser-item-hover{display:none;}
	
	/* 描述 */
	.textBox{padding:30px 0;}
	.desc-img img{max-width:100%;height:18px;}
	
	/* 产品列表 */
	#pdlist ul li{width:50%;}
	#pdlist ul li .hover_box h3{font-size:18px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom: 0px;}
	#pdlist ul li .hover_box p{font-size:14px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
	/* 文本区块 */
	.textblcok .top_title{font-size:24px;padding:20px 0;}
	.textblcok .banner-pagination{bottom: 10px;}
	.textblcok .swiper_text{ top: 45%;}
	.textblcok .swiper_text h3{font-size: 16px;line-height:22px; margin:5px auto;}
	.textblcok .swiper_text .textIcon{height:24px;}
	.textblcok .swiper_text .logo03{margin:0 auto 10px 0;}
	.textblcok .swiper_text .time{font-size:12px;}
}





