*{
	padding: 0;
	margin: 0;
}
:root {
  --cydl-container-wid: 1200px;
}
html,body{
	font-family: 寰蒋闆呴粦;
	position: relative;
	width: 100%;
	min-width: var(--cydl-container-wid);
	color: #2b2b2b;
	background: #fff;
}
h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
ul,ol{
	list-style: none;
}
img{
	border: none;
	display: flex;
}
a{
	text-decoration: none;
	color: #5f5f5f;
}
a:hover{
	color:#0864be ;

}
.amit{
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
/*
@font-face{
	font-family: "鎬濇簮瀹嬩綋";
	src: url(../fonts/SC-BOLD.OTF);
}*/

.container{
	width: var(--cydl-container-wid);
	margin: 0 auto;
	box-sizing: border-box;
}
.pages{
	text-align: center;
	padding: 35px 35px;
}
.pages ul{
	display: flex;
	justify-content: center;
}
 .pages ul li{
	padding: 0 5px;
}
 .pages ul li a,.pages ul li span{
	padding: 5px 8px;
	border: 1px solid #dcdcdc;
	display: block;
}
.pages ul li.active a,.pages ul li.active span,.pages ul li:hover a{
	background: #0864be; 
	color: #fff;
	border: 1px solid #0864be;
}

.head{
	position: fixed;
	background: #fff;
	box-shadow: 1px 0 15px #dcdcdc;
	width: 100%;
	z-index: 999;
}
.head .container{
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.head .container .nav{
	width: calc(100% - 150px);
}
.head .container .nav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .container .nav ul li{

}
.head .container .nav ul li a{
	display: block;
	height: 90px;
	box-sizing: border-box;
	padding-top: 30px;
	color: #5f5f5f;
	padding-left: 10px;
	padding-right: 10px;
}
.head .container .nav ul li a span{
	display: block;
	margin: 10px auto 0;
	width: 30px;
	height: 1px;
	background: #fff;
}
.head .container .nav ul li a:hover,.head .container .nav ul li.active a{
	background: #0864be;
	color: #fff;
}
.banner{
	padding-top: 90px;
}
.banner .swiper-container{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .swiper-container img{
	width: 100%;
}
.banner .swiper-container .swiper-pagination span{
	border-radius: 0;
	background: #fff;
	opacity: 1;
}
.banner .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background: #003f98;
}
.index1{
	padding: 80px 0;
}
.index_title{
	text-align: center;
}
.index_title h3{
	font-size: 36px;
	color: #333333;
}
.index_title h3 span{
	color: #0864be;
}
.index_title p{
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}
.index1 .proBox{
	margin-top: 20px;
}
.index1 .pro1{
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	margin-top: 40px;
}
.index1 .pro2{
	background: url(../images/bg2.jpg) no-repeat center;
	background-size: cover;
}
.index1 .proBox .container{
	display: flex;
	justify-content: space-between;
	padding: 95px 0;
}
.index1 .proBox .container .left{
	width: 150px;
	box-sizing: border-box;
}
.index1 .proBox .container .right{
	width: 890px;
	box-sizing: border-box;
}
.index1 .proBox .container .right .item{
	display: none;
}
.index1 .proBox .container .right .item.active{
	display: block;
}
.index1 .proBox .container .right .item ul{
	display: flex;
	/*justify-content: space-between;*/
}
.index1 .proBox .container .right .item ul li{
	width: calc(33.33% - 20px);
	box-sizing: border-box;
	margin-left: 20px;
}
.index1 .proBox .container .right .item ul li a .img{
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.index1 .proBox .container .right .item ul li a .img img{
    width: 100%;
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index1 .proBox .container .right .item ul li a:hover .img img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index1 .proBox .container .right .item ul li a p{
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	line-height: 2em;
}
.index1 .proBox .container .left .title{

}
.index1 .proBox .container .left .title h3{
	font-size: 28px;
	color: #fff;
}
.index1 .proBox .container .left .list{
	margin-top: 15px;
}
.index1 .proBox .container .left .list ul li{
	padding: 10px 0;
}
.index1 .proBox .container .left .list ul li a{
	display: flex;
	align-items: center;
	height: 40px;
	width: 100%;
	color: #fff;
	font-size: 20px;
}
.index1 .proBox .container .left .list ul li a:before{
	content: "";
	display: block;
	height: 1px ;
	background: #fff;
	width: 30px;
	margin-right: 25px;
}
.index1 .proBox .container .left .list ul li a:hover,.index1 .proBox .container .left .list ul li.active a{
	background: #fff;
	border-radius: 3px;
	color: #0864be;
	display: flex;
	justify-content: center;
}
.index1 .proBox .container .left .list ul li a:hover:before,.index1 .proBox .container .left .list ul li.active a:before{
	display: none;
}
.index2{
	background: url(../images/bg3.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.index2 .container{
	display: flex;
	justify-content: space-between;
}
.index2 .container .right{
	width: 50%;
	box-sizing: border-box;
	padding-top: 100px;
}
.index2 .container .right .aboutNav ul{
	display: flex;
	justify-content: left;
	align-items: center;
}

.index2 .container .right .aboutNav ul li{
	margin-right: 20px;
}
.index2 .container .right .aboutNav ul li a{
	display: flex;
	width: 110px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 3px;
	justify-content: center;
	font-size: 14px;
	color: #fff;
	align-items: center;
}
.index2 .container .right .title{
	margin-top: 70px;
}
.index2 .container .right .title h3{
	font-size: 26px;
	color: #fff;
}
.index2 .container .right .title p{
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}
.index2 .container .right .title span{
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	margin-top: 10px;
}
.index2 .container .right .dis{
	margin-top: 30px;
	font-size: 14px;
	line-height: 2em;
	color: #fff;
	text-indent: 2em;
}
.index2 .container .right .dis a{
	color: #fff;
}
.index2 .container .right .icon{
	margin-top: 50px;
}
.index2 .container .right .icon ul{
	display: flex;

}
.index2 .container .right .icon ul li{
	margin-right: 40px;
}
.index2 .container .right .icon ul li .img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.index2 .container .right .icon ul li  p{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	text-align: center;
}
.index3{
	background: url(../images/bg4.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.index3 .list{
	margin-top: 40px;
}
.index3 .list .swiper-container{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.index3 .list .swiper-container .swiper-slide{}
.index3 .list .swiper-container .swiper-slide .img{
	overflow: hidden;
}
.index3 .list .swiper-container .swiper-slide .img img{
	width: 100%;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index3 .list .swiper-container .swiper-slide a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index3 .list .swiper-container .swiper-slide a p{
	color: #2a2a2a;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;

}
.index3 .caseBut{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
} 
.index3 .caseBut>div{
	position: static;
	margin: 0;
}
.index3 .caseBut>div.swiper-button-prev,.index3 .caseBut>div.swiper-button-next{
	width: 45px;
	height: 45px;
	background: #ededed;
	color: #333;
	--swiper-navigation-size: 20px;
}
.index3 .caseBut>div.swiper-button-prev:hover,.index3 .caseBut>div.swiper-button-next:hover{
	background: #0864be;
	color: #fff;
}
.index3 .caseBut>div.swiper-pagination{
	width: calc(100% - 180px);
	display: flex;
	justify-content: center;
}
.index3 .caseBut>div.swiper-pagination div{
	width: 50%;
	box-sizing: border-box;
	border-radius: 0;
	height: auto;
	background: none;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	position: relative;
	opacity: 1;
	margin: 0;
}
.index3 .caseBut>div.swiper-pagination div:after{
	content: "";
	display: block;
	background: #e2e2e2;
	z-index: 1;
	width: 100%;
	top: 24px;
	left: 0;
	height: 1px;
	position: absolute;
}
.index3 .caseBut>div.swiper-pagination div span{
	display: block;
	width: 100%;
	z-index: 9;
	color: #e2e2e2;
	font-size: 60px;
	line-height: 50px;
	top: 0;
	font-weight: bold;
	text-align: center;
	position: absolute;
	height: 50px;
	letter-spacing: 5px;
}
.index3 .caseBut>div.swiper-pagination div i{
	font-style: unset;
	width: 33.33%;
	box-sizing: border-box;
	height: 50px;
	top: 0;
	position: absolute;
	left: 33.33%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	box-sizing: border-box;
	padding-left: 3px;
}
.index3 .caseBut>div.swiper-pagination div i:after{
	content: "";
	display: block;
	background: #e2e2e2;
	z-index: 3;
	width: 100%;
	top: 24px;
	left: 0;
	height: 1px;
	position: absolute
}
.index3 .caseBut>div.swiper-pagination div i em{
	width: 5px;
	height: 5px;
	background: #bfbfbf;
	border-radius: 50%;
}
.index3 .caseBut>div.swiper-pagination div.swiper-pagination-bullet-active span{
		color: #0864be;
}
.index3 .caseBut>div.swiper-pagination div.swiper-pagination-bullet-active i:after{
	background: #0864be;
}
.index3 .caseBut>div.swiper-pagination div.swiper-pagination-bullet-active i em{
	background: #fff;
	width: 10px;
	height: 10px;
	border: 1px solid #0864be;
	z-index: 4;
	position: relative;
}
.index4{
	background: url(../images/bg5.png) no-repeat center;
	height: 676px;
}
.index4 .container{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index4 .container .left{
	width: 50%;
	box-sizing: border-box;
	padding-right: 120px;
}
.index4 .container .left h3{
	font-size: 40px;
	color: #fff;
	font-style: italic;
}
.index4 .container .left p{
	font-size: 18px;
	color: #fff;
	line-height: 2em;
	margin-top: 10px;
}
.index4 .container .left .dis{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 2em;
	margin-top: 10px;
	opacity: 0.47;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}
.index4 .container .left  .more{
	margin-top: 20px;
}
.index4 .container .left  .more a{
	color: #fff;
	background: url(../images/icon4.png) no-repeat right;
	padding-right: 30px;
	display: inline-block;
}
.index4 .container .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 85px;
	height: 100%;
	padding-top: 110px;
}
.index4 .container .right h3{
	color: #fff;font-size: 40px;
	font-style: italic;
	margin-bottom: 35px;
}
.index4 .container .right p{
	font-size: 18px;
	color: #fff;
	line-height: 2em;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.index4 .container .right p span{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-right: 10px;
}
.index4 .container .right .more{
	text-align: right;
	margin-top: 35px;
}
.index4 .container .right .more a{
	display: inline-block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 14px;
	color: #fff;
}
.index5{
	background: url(../images/bg6.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
.index5 .newsNav{
	margin-top: 40px;
}
.index5 .newsNav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.index5 .newsNav ul li{
	width: 180px;
	height: 40px;
	box-sizing: border-box;
	margin-right: 25px;
}
.index5 .newsNav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #f2f2f2;
	color: #939393;
}
.index5 .newsNav ul li a:hover{
	background: #0864be;
	color: #fff;
	border: 1px solid #0864be;
}
.index5 .list{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.index5 .list .left{
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.index5 .list .left .img{
	overflow: hidden;
}
.index5 .list .left .img img{
	width: 100%;
	height: 371px;
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index5 .list .left a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.index5 .list .left a p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 60px;
	background:#0864be ;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 15px;
}
.index5 .list .left a p span{
	font-size: 20px;
	display: flex;
	align-items: center;
}
.index5 .list .left a p span em{
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	margin-right: 5px;
}
.index5 .list .left a p label{
	font-size: 14px;
}
.index5 .list .right{
	width: 50%;
	box-sizing: border-box;
	padding-left: 30px;
	height: 100%;
}
.index5 .list .right ul{
	height: 371px;
}
.index5 .list .right ul li{
	height: 25%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
}
.index5 .list .right ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index5 .list .right ul li a .text{
	width: 475px;
	box-sizing: border-box;
}
.index5 .list .right ul li a .text h3{
	font-size: 18px;
	font-weight: 400;
	color: #2b2b2b;
	display: flex;
	align-items: center;
}
.index5 .list .right ul li a .text h3 span{
	width: 8px;
	height: 8px;
	background: #999;
	border-radius: 50%;
	margin-right: 10px;
}
.index5 .list .right ul li a .time{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
}
.index5 .list .right ul li a .text p{
	font-size: 14px;
	line-height: 2em;
	color: #999999;
}
.index5 .list .right ul li a:hover .text h3{
	color: #0d6aec;
}
.index5 .list .right ul li a:hover .text h3 span{
	background: #0d6aec;
}
.index5 .list .right ul li a:hover .time{
	color: #0d6aec;
}
.footer_nav{
	background: #10589f;
	border-bottom: 1px solid #1569bd;
}
.footer_nav ul{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer_nav ul li a{
	color: #fff;
	font-size: 16px;
}
.footer_text{
	background: #10589f;
	padding: 80px 0;
}
.footer_text .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_text .container .text{
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	width: 300px;

}
.footer_text .container .text h3{
	font-size: 16px;
	font-weight: 400;
}
.footer_text .container .form{

}
.footer_text .container .form .input{
	display: flex;
	align-items: center;
}
.footer_text .container .form .input input{
	width: 350px;
	height: 40px;
	border: none;
	box-sizing: border-box;
	padding: 0 10px;
}
.footer_text .container .form .input button{
	width: 70px;
	height: 40px;
	color: #fff;
	background: #1292ff;
	border: none;
}
.footer_text .container .code{
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 2em;
}
.copy{
	background: #0e4085;
}
.copy .container{
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #4782c6;
	font-size: 14px;
}
.copy .container a{
	color: #4782c6;
	margin-right: 15px;
}
.location{
	background: #ffffff;
}
.location .container{
	display: flex;
	justify-content: left;
	align-items: center;
	height: 50px;
	color: #8e8e8e;
	font-size: 14px;
}
.location .container span{
	margin-right: 8px;
	margin-left: 8px;
	
}
.location .container em{
	display: flex;
	align-items: center;
	font-style: unset;
}
.location .container em img{
	margin-right: 8px;
}
.location .container a{
	margin-right: 8px;
	margin-left: 8px;
	color: #8e8e8e;
}
.case{
	background: #f7f7f7;
	padding: 80px 0 40px;
}
.case .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.case .list ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}
.case .list ul li .img{
	overflow: hidden;
}
.case .list ul li .img img{
	width: 100%;
}
.case .list ul li a p{
	border-top: 5px solid #fff;
	height: 60px;
	display: flex;
	justify-content: center;
	font-size: 16px;
	align-items: center;
}
.case .list ul li a:hover p{
	background: #fff;
	border-top: 5px solid #0864be;
}
.case .list ul li a:hover{
	box-shadow: 0px 0px 10px #dcdcdc;
}
.caseMo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
	display: none;
}
.caseMo .box{
	background: #fff;
	padding: 90px 45px 60px;
	position: relative;
}
.caseMo .box .cleas{
	position: absolute;
	top: 30px;
	right: 25px;
	cursor: pointer;
}
.caseMo .box .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.caseMo .box .content .left,.caseMo .box .content .right{
	width: 30px;
	height: 85px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.caseMo .box .content .left:after{
	font-family: swiper-icons;
  font-size: 20px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'prev';
}
.caseMo .box .content .right:after{
	font-family: swiper-icons;
  font-size: 20px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'next';
}
.caseMo .box .content .left:hover,.caseMo .box .content .right:hover{
	background: #0864be;
	color: #fff;
	border: 1px solid #0864be;
}
.caseMo .box .content .center{
	box-sizing: border-box;
	padding: 0 50px;
}
.caseMo .box .title{
	text-align: center;
	padding-top: 40px;
}
.proShow{
	background: #f7f7f7;
	padding: 80px 0;
}
.proShow .container{
	display: flex;
	justify-content: space-between;

}
.proShow .container .left{
	width: 400px;
	box-sizing: border-box;
}
.proShow .container .left .gallery-top{
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
}
.proShow .container .left .gallery-top .swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0;
}
.proShow .container .left .gallery-top .swiper-slide img{
    width: 100%;
}
.proShow .container .left .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.proShow .container .left .bottom div{
	position: static;
	margin: 0;
}
.proShow .container .left  .gallery-thumbs{
	width: 270px;
	overflow: hidden;
}
.proShow .container .left  .gallery-thumbs .swiper-slide{
	background: #fff;
	padding: 15px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 124px;
	overflow: hidden;
}
.proShow .container .left  .gallery-thumbs .swiper-slide img{
	height: 100%;
}
.proShow .container .left .bottom .prev,.proShow .container .left .bottom .next{
	width: 30px;
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #999;
	--swiper-navigation-size:20px;
}

.proShow .container .left .bottom .prev:hover,.proShow .container .left .bottom .next:hover{
	background: #0864be;
	color: #fff;
}
.proShow .container .right{
	width: 710px;
	box-sizing: border-box;
}
.proShow .container .right .title{
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.proShow .container .right .title h3{
	font-size: 30px;
}
.proShow .container .right .dis{
	padding-top: 30px;
}
.proShow .container .right .dis h4{
	color: #282828;
	font-size: 20px;
	margin-bottom: 10px;
}
.proShow .container .right .dis p{
	font-size: 16px;
	color: #494848;
	line-height: 2em;
}
.proContent{
	padding: 80px 0;
}
.proContent .title{
	border-bottom: 1px solid #dcdcdc;
}
.proContent .title span{
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 5px solid #0864be;
	color: #0864be;
	font-size: 20px;
}
.proContent .content{
	font-size: 16px;
	line-height: 2em;
	margin-top: 35px;
} 
.proContent .content img{
	display: inline-block;
}
.product{
	padding: 80px 0 40px;
	background: #f7f7f7;
}
.product .list {
	margin-top: 80px;
}
.product .list ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.product .list ul li{
	width: 25%;
	box-sizing: border-box;
	padding: 10px;
}
.product .list ul li a{
	display: block;
	position: relative;
	background: #f7f7f7;
	overflow: hidden;
	border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 1px;
}
.product .list ul li a .img{
	width: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 30px;
}
.product .list ul li a .img img{
	max-width: 100%;
	max-height: 100%;
}
.product .list ul li a p{
	width: 100%;
	height: 50px;
	text-align: center;
	color: #333;
	line-height: 50px;
}
.product .list ul li a .more{
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: none;
}
.product .list ul li a:hover p{
	color: #fff;
}
.product .list ul li a:hover .more{
	display: block;
}
.product .list ul li a:hover {
	background: #0864be;
}
.about{
	background: url(../images/bg7.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
}
 .pageNav{

}
 .pageNav ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
 .pageNav ul li{
	padding: 0 30px;
}
 .pageNav ul li a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 200px;
	background: #fff;
	border-radius: 3px;
}
 .pageNav ul li a:hover,.pageNav ul li.active a{
	background: #0864be;
	color: #fff;
}
.about .aboutTop{
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}
.about .aboutTop .img{
	width: 578px;
	position: relative;
}
.about .aboutTop .img img{
	width: 100%;
	position: relative;
	z-index: 9;
}
.about .aboutTop .img .color{
	position: absolute;
	width: 180px;
	height: 130px;
	border-radius: 10px;
	background: #0864be;
	left: -25px;
	bottom: -25px;
}
.about .aboutTop .text{
	width: 570px;
	box-sizing: border-box;
}
.about .aboutTop .text .title{
	padding-bottom: 25px;
}
.about .aboutTop .text .title h3{
	font-size: 26px;
	color: #111111;
}
.about .aboutTop .text .title p{
	width: 30px;
	height: 1px;
	background: #0864be;
	margin-top: 15px;
}
.about .aboutTop .text .dis{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 2.5em;
	text-indent: 2em;
}
.about .aboutTop .text .dis img{
	display: inline-block;
}
.about .aboutText{
	padding-top: 60px;
	font-size: 14px;
	color: #5f5f5f;
	line-height: 2em;
	text-indent: 2em;
}
.aboutImg{
	margin-top: 80px;
}
.aboutImg .list{
	margin-top: 40px;
}
.aboutImg .list .honnrBox{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.aboutImg .list .honnrBox .swiper-slide a{
	display: block;
	position: relative;
}
.aboutImg .list .honnrBox .swiper-slide img{
	width: 100%;
}
.aboutImg .list .honnrBox .swiper-slide p{
	position: absolute;
	left: 0;
	width: 100%;
	height: 110px;
	background: linear-gradient(to top,rgba(16,88,159,1),rgba(16,88,159,0));
	bottom: 0;
	display: flex;
	box-sizing: border-box;
	padding-bottom: 20px;
	justify-content: center;
	align-items: flex-end;
	font-size: 16px;
	color: #fff;
	display: none;
}
.aboutImg .list .honnrBox .swiper-slide a:hover p{
	display: flex;
} 
.aboutBut{
	position: relative;
	margin-top: 40px;
	height: 10px;
}
.aboutBut .swiper-pagination{
	bottom: 0;
}
.aboutMo{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
	display: none;
}
.aboutMo .box{
	background: #fff;
	padding: 90px 45px 60px;
	position: relative;
}
.aboutMo .box .cleas{
	position: absolute;
	top: 30px;
	right: 25px;
	cursor: pointer;
}
.aboutMo .box .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.aboutMo .box .content .left,.aboutMo .box .content .right{
	width: 30px;
	height: 85px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutMo .box .content .left:after{
	font-family: swiper-icons;
  font-size: 20px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'prev';
}
.aboutMo .box .content .right:after{
	font-family: swiper-icons;
  font-size: 20px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'next';
}
.aboutMo .box .content .left:hover,.aboutMo .box .content .right:hover{
	background: #0864be;
	color: #fff;
	border: 1px solid #0864be;
}
.aboutMo .box .content .center{
	box-sizing: border-box;
	padding: 0 50px;
}
.aboutMo .box .title{
	text-align: center;
	padding-top: 40px;
}
.contact{
	background: #fafafa;
	padding: 80px 0;
}
.contact .title{
	padding-bottom: 40px;
}
.contact .title h3{
	font-size: 36px;
}
.contact .list{
	display: flex;
	justify-content: space-between;
}
.contact .list .text{
	width: 500px;
}
.contact .list .text h3{
	display: flex;
	align-items: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.contact .list .text h3 span{
	margin-left: 10px;
}
.contact .list .text .dis p{
	font-size: 16px;
	line-height: 2em;
}
.contact .list .text .code{
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	text-align: center;
	margin-top: 35px;
}
.contact .list .text .code p{
	font-size: 14px;
	line-height: 2em;
}
.contact .list .map{
	width: 680px;
}
.message h3{
    font-size: 28px;
    color: #fff;
    padding-bottom: 15px;
}
.message{
	background: url(../images/bg8.jpg)no-repeat center;
	background-size: cover;
	padding: 80px;
}
.message .group{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}
.message .group input{
	width: calc(33.33% - 15px);
	height: 50px;
	border: none;
	background: #fff;
	box-sizing: border-box;
	padding: 0 10px;
}
.message .group textarea{
	width: 100%;
	height: 180px;
	box-sizing: border-box;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	border: none;
}
.message .but{
	display: flex;
	align-items: center;
}
.message .but button{
	width: 200px;
	height: 50px;
	border: none;
	background: #fff;
	color: #777;
	margin-right: 20px;
}
.message .but button:nth-child(2){
	background: #0864be;
	color: #fff;
}
.newsShow{
	background: #f7f7f7;
	padding: 80px 0;
}
.newsShow .container{
	display: flex;
	justify-content: space-between;
}
.newsShow .container .left{
	width: 300px;
	box-sizing: border-box;
}
.newsShow .container .left .proCom{
	background: #fff;
	padding: 0 20px;
}
.newsShow .container .left .proCom .title{

}
.newsShow .container .left .proCom .title h3{
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	display: flex;
}
.newsShow .container .left .proCom .title span{
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 8px;
}
.newsShow .container .left .proCom .swiper-container{
	width: 100%;
	overflow: hidden;
}
.newsShow .container .left .proCom .swiper-container .img{
	padding: 25px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: center;
	border-radius: 5px;
}
.newsShow .container .left .proCom .swiper-container .img img{
    max-height: 100%;
    max-width: 100%;
}
.newsShow .container .left .proCom .but{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.newsShow .container .left .proCom .but .butLeft,.newsShow .container .left .proCom .but .butRight{
	width: 30px;
	height: 30px;
	background: #b6b6b6;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	cursor: pointer;
}
.newsShow .container .left .proCom .but .butLeft img{
	transform: rotate(180deg);
}
.newsShow .container .left .proCom .but .butLeft:hover,.newsShow .container .left .proCom .but .butRight:hover{
	background: #0864be;
}
.newsShow .container .left .newsCom{
	background: #fff;
	border-top: 1px solid #dcdcdc;
	padding: 0 15px 15px 15px;
}
.newsShow .container .left .newsCom .title{

}
.newsShow .container .left .newsCom .title h3{
	height: 60px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	display: flex;
}
.newsShow .container .left .newsCom .title span{
	font-size: 12px;
	text-transform: uppercase;
	margin-left: 8px;
}
.newsShow .container .left .newsCom .list ul li{

}
.newsShow .container .left .newsCom .list ul li a{
	display: flex;
	justify-content: left;
	align-items: center;
	height: 30px;
	font-size: 14px;
}
.newsShow .container .left .newsCom .list ul li a i{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #767676;
	margin-right: 10px;
}
.newsShow .container .right{
	width: 875px;
	box-sizing: border-box;
}
.newsShow .container .right .showTop{
	padding: 15px;
	background: #fff;
}
.newsShow .container .right .showTop .title{
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	padding-bottom: 15px;
}
.newsShow .container .right .showTop .title h3{
	font-size: 28px;
	font-weight: 400;
	padding-top: 15px;
}
.newsShow .container .right .showTop .title p{
	font-size: 14px;
	color: #8c8c8c;
	line-height: 2em;
	margin-top: 10px;
}
.newsShow .container .right .showTop .content{
	box-sizing: border-box;
	padding: 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #000;
	line-height: 2em;
}
.newsShow .container .right .showTop .content img{
	display: inline-block;
}
.newsShow .container .right  .returnPage{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 15px;
	color: #8c8c8c;
	font-size: 14px;
}
.newsShow .container .right  .returnPage a{
	color: #8c8c8c;
}
.newsShow .container .right  .returnPage a:hover{
	color: #0864be;
}
.news{
	background: #f7f7f7;
	padding: 80px 0;
}
.news .sidebar{

}
.news .sidebar ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.news .sidebar ul li{
	padding: 0 30px;
}
.news .sidebar ul li a{
	display: flex;
	height: 40px;
	width: 200px;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 5px;
}
.news .sidebar ul li a:hover,.news .sidebar ul li.active a{
	background: #0864be;
	color: #fff;
}
.news .list{
	margin-top: 40px;
}
.news .list ul li{
	padding-bottom: 20px;
}
.news .list ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 40px 30px 40px 50px;
}
.news .list ul li a .img{
	width: 306px;
	box-sizing: border-box;
	overflow: hidden;
}
.news .list ul li a .img img{
	width: 100%;
}
.news .list ul li a .text{
	width: 757px;
	box-sizing: border-box;
}
.news .list ul li a .text h3{
	display: flex;
	align-items: center;
	font-weight: 400;
	justify-content: left;
}
.news .list ul li a .text h3 i{
	width: 6px;
	height: 6px;
	background: #000;
	border-radius: 50%;
	margin-right: 10px;
}

.news .list ul li a .text h3 span{
	font-size: 18px;
	color: #000;
}
.news .list ul li a:hover{
	box-shadow: 0 0 15px #dcdcdc;
}
.news .list ul li a:hover .text h3 span{
	color: #0864be;
}
.news .list ul li a:hover .text h3 i{
	background: #0864be;
}
.news .list ul li a .text p{
	font-size: 14px;
	padding: 10px 0;
	color: #858585;
}
.news .list ul li a .text .dis{
	font-size: 14px;
	color: #858585;
	line-height: 2em;
	box-sizing: border-box;
	padding-right: 30px;
}
.news .list ul li a .text .more{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news .list ul li a .text .more .right{
	display: flex;
	align-items: center;
	color: #898989;
}
.news .list ul li a .text .more .right span{
	font-size: 14px;
}
.news .list ul li a .text .more .right label{
	font-size: 30px;

}
.news .list ul li a:hover .text .more .right{
	color: #0864be;
}
.aboutContent{
	margin-top: 80px;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	background: #fff;
}
.aboutContent img{
	display: inline-block;
}
.index2{
    position: relative;
}
.index2 .images{
    position: absolute;
    top: 0;
    left: 0;
    width: 47%;
    box-shadow: box-shadow;
    height: 100%;
    overflow: hidden;
}
.index2 .images .imgbOX {
    width: 100%;
    height: 100%;
}
.index2 .images .swiper-slide img{
    width: 100%;
    height: 100%;
}