*{
	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: #2b2b2b;
}
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: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
	background: #0864be;
	z-index: 99;
}
.head .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
}
.head .container .right {
	display: flex;
}
.head .container .right .nav ul{
	display: flex;
}
.head .container .right .nav ul li{
	padding: 0 25px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}
.head .container .right .nav ul li a{
	color: #fff;
	font-weight: bold;
}
.head .container .right .nav ul li a:after{
	content: "";
	height: 1px;
	background: #0864be;
	margin: 10px auto 0;
	display: block;
	width: 2em;
}
.head .container .right .nav ul li:hover,.head .container .right .nav ul li.active{
	background: #fff;
}
.head .container .right .nav ul li:hover a,.head .container .right .nav ul li.active a{
	color: #0864be;
}
.head .container .right .input{
	height: 100px;
	display: flex;
	align-items: center;
}
.head .container .right .input input{
	width: 150px;
	height: 30px;
	background: url(../images/icon1.png) no-repeat center right 10px;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	border: 1px solid #dcdcdc;
	outline: unset;
	border-radius: 15px;
}
.banner{
	padding-top: 100px;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination{

}
.banner .swiper-pagination span{
	display: inline-block;
	border-radius: 0;
	width: 20px;
	height: 20px;
	font-size: 12px;
	color: #2b2b2b;
	opacity: 1;
	background: #e3e3e3;
	line-height: 20px;
	margin-left: 15px;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active{
	background:#0864be ;
	color: #fff;
}
.index1{

	background: url(../images/bg1.png) no-repeat center;
	padding: 55px 0 40px;
}
.index_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_title .left{
	position: relative;
}
.index_title .left p{
	font-size: 36px;
	color: #e8e8e8;
	text-transform: uppercase;
}
.index_title .left h3{
	position: absolute;
	top: 25px;
	left: 0;
	color: #111111;
	font-size: 30px;
	display: flex;
	align-items: flex-end;
}
.index_title .left h3 label{
	font-size: 14px;
	margin-left: 5px;
	font-weight: 400;
}
.index_title .right{

}
.index_title .right ul{
	display: flex;
	align-items: center;
}
.index_title .right ul li{
	margin-left: 40px;
}
.index_title .right ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #a2a2a2;
	/*/border-bottom: 1px solid #fff;*/
	padding-bottom: 10px;
}
.index_title .right ul li a span{
	height: 1px;
	background: #a2a2a2;
	width: 1.5em;
	margin-left: 15px;
}
.index_title .right ul li a:hover{
	color: #0864be;
	padding-bottom: 9px;
	border-bottom: 1px solid  #0864be;
}
.index1 .list{
	margin-top: 0px;
}
.index1 .list .swiper-slide ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.index1 .list .swiper-slide ul li{
	width: 33.33%;
	box-sizing: border-box;
	padding: 10px;
}
.index1 .list .swiper-container{
	width: 100%;
	overflow: hidden;
}
.index1 .list .swiper-slide ul li:nth-child(1),.index1 .list .swiper-slide ul li:nth-child(2){
	width: 50%;
}
.index1 .list .swiper-slide ul li a{
	position: relative;
	display: block;
	overflow: hidden;
}
.index1 .list .swiper-slide ul li a .img{
	overflow: hidden;
}
.index1 .list .swiper-slide ul li a .img img{
	width: 100%;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.index1 .list .swiper-slide ul li a .text{
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 50px);
	background: url(../images/bg01.png) repeat-x bottom;
	box-sizing: border-box;
	width: 100%;
	padding: 0 46px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: -100%;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.index1 .list .swiper-slide ul li a:hover .text{
	margin-top: 0;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.index1 .list .swiper-slide ul li a .text .box{
	text-align: center;
	padding-bottom: 10px;
}
.index1 .list .swiper-slide ul li a .text p{
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 10px;
}
.index1 .list .swiper-slide ul li a .text span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #fff;
}
.index1 .list .swiper-slide ul li a h3{
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	justify-content: center;
}
.index1 .list .swiper-slide ul li:nth-child(1) .text .box,.index1 .list .swiper-slide ul li:nth-child(2) .text .box{
	padding-bottom: 30px;
}
.index1 .list .swiper-slide ul li:nth-child(1) a .text p,.index1 .list .swiper-slide ul li:nth-child(2) a .text p{
	margin-bottom: 30px;
}
.index1 .list .swiper-slide ul li:nth-child(1) .text span,.index1 .list .swiper-slide ul li:nth-child(2) .text span{
	width: 50px;
	height: 50px;
	line-height: 45px;
	font-size: 24px;
}
.index1 .list .swiper-slide ul li a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.index1 .list {
	position: relative;
}
.index1 .list .swiper-pagination{
	position: static;
	padding-top: 40px;
}
.index1 .list .swiper-pagination span{
	margin-left: 15px !important;
}
.index2{
	background: url(../images/bg2.png) no-repeat center top;
	padding: 75px 0;
}
.index2 .index_title .left{
	padding-bottom: 0;
}

.index2 .index_title .left p{
	opacity: 0.1;
}
.index_title .left h3{
	position: relative;
	top: -25px;
}
.index2 .index_title .left h3{
	color: #fff;
}
.index2 .index_title .right ul li a{
	color: #fff;
}
.index2 .index_title .right ul li a span{
	background: #fff;
}
.index2 .index_title .right ul li a:hover{
	border-bottom: 1px solid #fff;
}
.index2 .list{
	background: #fff;
	box-sizing: border-box;
	margin-top: 20px;
	padding: 50px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0 0 15px #dcdcdc;
}
.index2 .list .left{
	width: 520px;
	box-sizing: border-box;
	overflow: hidden;border-radius: 10px;
}
.index2 .list .left img{
	width: 100%;
}
.index2 .list .right{
	width: 460px;
	box-sizing: border-box;
}
.index2 .list .right h3{
	font-size: 20px;
	color: #111111;
}
.index2 .list .right h3:after{
	content: "";
	display: block;
	width: 2em;
	height: 1px;
	margin: 30px 0;
	background: #0864be;
}
.index2 .list .right p{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 2em;
}
.index2 .list .right a{
	display: block;
	margin-top: 30px;
	width: 160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0864be;
	color: #fff;
	font-size: 14px;
}
.index2 .title2{
	margin-top: 70px;
}
.index2 .title2 .left p{
	opacity: 1;
	color: #fff;
}
.index2 .title2 .left h3{
	color: #111;
}
.index2 .item{
	margin-top: 40px;
}
.index2 .item ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index2 .item ul li{
	width: 290px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #dcdcdc;
	background: #fff;
	padding: 35px 30px;
}
.index2 .item ul li .icon{
	background: url(../images/bg3.png) no-repeat center;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index2 .item ul li .title{
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 15px;
}
.index2 .item ul li .title p{
	font-size: 24px;
	margin-bottom: 10px;
}
.index2 .item ul li .title span{
	color: #737373;
	font-size: 14px;
}
.index2 .item ul li .dis{
	padding-top: 10px;
	color: #6b6b6b;
	font-size: 14px;
	line-height: 2em;
	text-align: center;
}
.index3{
	background: url(../images/bg4.png) no-repeat center;
	padding: 70px 0;
}
.index3 .index_title .left p{
	opacity: 0.2;
}
.index3 .index_title .left h3{
	color: #fff;
}
.index3 .index_title .right ul li a{
	color: #fff;
}
.index3 .index_title .right ul li a:hover{
	border-bottom: 1px solid #fff;
}
.index3 .list{
	margin-top: 30px;
}
.index3 .list .swiper-container{
	width: 100%;
	overflow: hidden;
}
.index3 .list .swiper-container a .img{
	overflow: hidden;
}
.index3 .list .swiper-container a .img img{
	width: 100%;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.index3 .list .swiper-container a p{
	font-size: 18px;
	color: #fff;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index3 .list .swiper-container a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.index3 .but{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index3 .but>div{
	position: static;
	margin: 0;
}
.index3 .but>div.swiper-button-prev,.index3 .but>div.swiper-button-next{
	width: 45px;
	height: 45px;
	color: #111;
	background: #e2e2e2;
	--swiper-navigation-size: 24px;
	opacity: 0.6;
}

.index3 .but>div.swiper-button-next:hover,.index3 .but>div.swiper-button-prev:hover{
	background: #0864be;
	color: #fff;
	opacity: 1;
}
.index3 .but>div.swiper-pagination{
	display: flex;
	justify-content: space-between;
	width: 1050px;

}
.index3 .but>div.swiper-pagination div{
	width: 50%;
	box-sizing: border-box;
	background: url(../images/xian.png) repeat-x center;
	border-radius: 0;
	opacity: 1;
	height: auto;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.index3 .but>div.swiper-pagination div span{
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	opacity: 0.15;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index3 .but>div.swiper-pagination div.swiper-pagination-bullet-active span{
	opacity: 1;
	background: url(../images/hover.png) no-repeat center;
}
.index4{
	background: #fafafa;
	padding: 70px 0;
}
.index4 .list{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.index4 .list .left{
	background: #fff;
	box-sizing: border-box;
	width: 580px;
	padding: 20px;
}
.index4 .list .left .text{
	padding-bottom: 10px;
}
.index4 .list .left .text span{
	font-size: 16px;
	color: #000;
}
.index4 .list .left .text h3{
	font-size: 18px;
	font-weight: 400;

	margin: 10px 0;
}
.index4 .list .left .text p{
	font-size: 14px;
	line-height: 2em;
	color: #858585;
}
.index4 .list .left .img{
	overflow: hidden;
	width: 100%;
}
.index4 .list .left .img img{
	width: 100%;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.index4 .list .left a:hover .img img{
	transform: scale(1.1);
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
} 
.index4 .list .right{
	background: #fff;
	width: 580px;
	box-sizing: border-box;
	padding: 20px;
}
.index4 .list .right ul li{
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.index4 .list .right ul li a{
	display: flex;
	justify-content: space-between;
}
.index4 .list .right ul li a .icon{
	width: 10px;
	height: 10px;
	background: #000;
	border-radius: 5px;
	margin-top: 10px;
}
.index4 .list .right ul li a .text{
	width: calc(100% - 15px);
}
.index4 .list .right ul li a .text h3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}
.index4 .list .right ul li a .text h3 label{
	font-size: 14px;
	color: #898989;
}
.index4 .list .right ul li a .text p{
	color: #858585;
	font-size: 14px;
	line-height: 2em;
	margin-top: 10px;
}
.index4 .list .right ul li a .text .dis{
	background: url(../images/n2.png) no-repeat center right;
	height: 16px;
}
.index4 .list .right ul li a:hover .text .dis{
	background: url(../images/n3.png) no-repeat center right;
}
.index4 .list .right ul li a:hover .icon{
	background: #0864be;
}
.index4 .list .right ul li a:hover .text h3{
	color: #0864be;
}
.index4 .list .right ul li a:hover .text h3 label{
	color: #0864be;
}
.index4 .list .right ul li:last-child{
	border-bottom: none;
}
.footer{

}
.footer .footer_nav{
	background: #181818;
	border-bottom: 1px solid #303030;
}

.footer .footer_nav .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.footer .footer_nav .container  ul{
	display: flex;
	align-items: center;
}
.footer .footer_nav .container  ul li{
	margin-left: 70px;
}
.footer .footer_nav .container ul li a{
	color: #fff;
}
.footer .center{
	background: #181818;
	padding: 60px 0;
}
.footer .center .container{
	display: flex;
	justify-content: space-between;
}
.footer .center .container .dis{
	color: #a0a0a0;
}
.footer .center .container .dis .phone{
	display: flex;
	align-items: center;
}
.footer .center .container .dis .phone .tel{
	padding-left: 10px;
}
.footer .center .container .dis .phone .tel p{
	font-size: 14px;
	color: #a0a0a0;
}
.footer .center .container .dis .phone .tel h3{
	font-size: 25px;
	font-weight: 400;
}
.footer .center .container .dis .from{
	display: flex;
	align-items: center;
	padding-top: 30px;
}

.footer .center .container .dis .from a{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #a0a0a0;
	margin-right: 15px;
}
.footer .center .container .dis .from a:nth-child(1){
	background: url(../images/weibo.png) no-repeat center;
}
.footer .center .container .dis .from a:nth-child(2){
	background: url(../images/weixin.png) no-repeat center;
}
.footer .center .container .dis .from a:nth-child(3){
	background: url(../images/qq.png) no-repeat center;
}
.footer .center .container .text{
	font-size: 14px;
	color: #a0a0a0;
	line-height: 2em;
}
.footer .center .container .code{

}
.footer .center .container .code p{
	text-align: center;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 2em;
}
.footer .copy{
	background: #000000;
}
.footer .copy .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
	height: 50px;
	font-size: 14px;
	color: #545454;
}
.footer .copy .container a{
	color: #545454;
	margin-right: 10px;
}
.location{
	background: #fff;
}
.location .container{
	display: flex;
	align-items: center;
	height: 60px;
	color: #767676;
	font-size: 14px;
}
.location .container a{
	color: #767676;
}
.product{
	background: #f7f7f7;
}
.sidebar{
	background: #f7f7f7;
	padding-top: 60px;
}
.sidebar ul{
	display: flex;
	margin: 0 -10px;
	flex-wrap: wrap;
}
.sidebar ul li{
	width: 20%;
	box-sizing: border-box;
	padding: 10px;
}
.sidebar ul li a{
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
	font-size: 16px;
}
.sidebar ul li a:hover,.sidebar ul li a.active{
	background: #0864be;
	color: #fff;
}
.product{
	padding-top: 60px;
}
.product ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.pages{
	background: #f7f7f7;
}
.product ul li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}
.product ul li a{
	position: relative;
	display: block;
	overflow: hidden;
}
.product ul li a .img{
	overflow: hidden;
}
.product ul li a .img img{
	width: 100%;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.product ul li a .text{
	position: absolute;
	left: 0;
	top: 0;
	height: calc(100% - 50px);
	background: url(../images/bg01.png) repeat-x bottom;
	box-sizing: border-box;
	width: 100%;
	padding: 0 46px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-top: -100%;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.product ul li a:hover .text{
	margin-top: 0;
	-webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.product ul li a .text .box{
	text-align: center;
	padding-bottom: 30px;
}
.product ul li a .text p{
	color: #fff;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 30px;
}
.product ul li a .text span{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 24px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 1px solid #fff;
}
.product ul li a h3{
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #282828;
	font-weight: 400;
	justify-content: center;
}
.productShow{
	background: #f7f7f7;
	padding: 70px 0 50px;
}
.productShow .container{
	display: flex;
	justify-content: space-between;
}
.productShow .container .left{
	width: 600px;
	overflow: hidden;
}
.productShow .container .left .images .swiper-container{
	overflow: hidden;
}
.productShow .container .left .images .swiper-container img{
	width: 100%;
}
.productShow .container .left .thums{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15px;
}
.productShow .container .left .thums>div{
	position: static;
	margin: 0;
}
.productShow .container .left .thums .swiper-container{
	width: calc(100% - 80px);
}
.productShow .container .left .thums .swiper-container .swiper-slide{
	overflow: hidden;
	border: 1px solid #f7f7f7;
}
.productShow .container .left .thums .swiper-container .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #0864be;
}
.productShow .container .left .thums .swiper-container img{
	width: 100%;
	height: 85px;
}
.productShow .container .left .thums>div.swiper-button-prev,
.productShow .container .left .thums>div.swiper-button-next{
	width: 30px;
	background: #ffffff;
	height: 85px;
	--swiper-navigation-size: 26px;
	color: #666;
}

.productShow .container .left .thums>div.swiper-button-prev:hover,
.productShow .container .left .thums>div.swiper-button-next:hover{
	background: #0864be;
	color: #fff;
}
.productShow .container .right{
	width: 530px;
}
.productShow .container .right h3{
	font-size: 30px;
	line-height: 2em;
	border-bottom: 1px solid #dcdcdc;
}
.productShow .container .right h4{
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.productShow .container .right p{
	font-size: 14px;
	color: #767676;
	line-height: 2em;
}
.proCon{
	padding-top: 50px;
}
.proCon .title{
	border-bottom: 1px solid #dcdcdc;
}
.proCon .title ul{
	display: flex;
	align-items: center;
}
.proCon .title ul li{
	padding-right: 70px;
}
.proCon .title ul li a{
	display: flex;
	height: 45px;
	align-items: center;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: -1px;
	color: #767676;
	font-size: 20px;
}
.proCon .title ul li a:hover,.proCon .title ul li.active a{
	color: #0864be;
	border-bottom: 1px solid #0864be;
}
.proCon .list{
	padding-top: 35px;
} 
.proCon .list .item{
	display: none;
	font-size: 16px;
	color: #282828;
	line-height: 2em;
	padding-bottom: 20px;
}
.proCon .list .item img{
	display: inline-block;
}
.proCon .list .item.active{
	display: block;
}
.nextPage{

}

.nextPage .container{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dcdcdc;
	padding: 20px 0 75px;
	font-size: 14px;
	color: #767676;
}
.nextPage .container p a{
	color: #767676;
}
.nextPage .container p a:hover{
	color: #0864be;
}
.case{
	background: #f7f7f7;
	padding-top: 60px;
}
.case ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.case ul li{
	width: 33.333%;
	box-sizing: border-box;
	padding: 10px;
}
.case ul li a{
	position: relative;
	display: block;
}
.case ul li a .img{
	overflow: hidden;
	border-bottom: 5px solid #dcdcdc;
}
.case ul li a .img img{
	width: 100%;
}
.case ul li a .mo{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: calc(100% - 60px);
	box-sizing: border-box;
	border-bottom: 5px solid #0864be;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.case ul li a:hover .mo{
	display: flex;
}
.case ul li a p{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #282828;
	font-size: 16px;
}
.caseShow{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}
.caseShow .box{
	background: #fff;
	padding: 40px;
}
.caseShow .box .title{
	position: relative;
	padding-top: 30px;
}
.caseShow .box .title img{
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
.caseShow .box .list{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.caseShow .box .list div.prev,.caseShow .box .list div.img{
	margin: 0 20px;
}
.caseShow .box .list div.prev,.caseShow .box .list div.img img{
	max-height: 100%;
	max-width: 100%;
}
.caseShow .box .list div.prev,.caseShow .box .list div.next{
	width: 30px;
	height: 85px;
	background: #ffffff;
	color: #2b2b2b;
	border: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.caseShow .box .list div.prev:after{
	content: 'prev';
	font-family: swiper-icons;
  font-size: 26px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.caseShow .box .list div.next:after{
	content: 'next';
	font-family: swiper-icons;
  font-size: 26px;
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.caseShow .box .list div.prev:hover,.caseShow .box .list div.next:hover{
	background: #0864be;
	color: #fff;
	border: 1px solid #0864be;
}
.caseShow .box .dis p{
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about{
	background: url(../images/bg6.png)no-repeat center top;
	padding-bottom: 90px;
}
.about .sidebar{
	background: none;

}
.about .sidebar ul{
	justify-content: center;
}
.about  .con{
	background: url(../images/bg5.png) no-repeat center right;
	height: 896px;
	margin-top: 40px;
	box-sizing: border-box;
	padding: 100px 0;
}

.about  .con h3{
	color: #0864be;
	font-size: 60px;
}
.about  .con h4{
	font-size: 26px;
	color: #111111;
}
.about  .con h5{
	width: 4em;
	height: 1px;
	background: #0864be;
	margin: 20px 0;
}
.about  .con p{
	font-size: 14px;
	color: #5f5f5f;
	line-height: 2em;
	text-indent: 2em;
}
.about  .con .text{
	display: flex;
	justify-content: space-between;
}
.about  .con .text .left{
	width: 635px;
	box-sizing: border-box;
	padding-top: 20px;
}
.about  .con .text .left p{
	line-height: 2.8em;
}
.about  .con .text .right{
	width: 515px;
}
.about  .con .dis{
	padding-top: 20px;
}
.path{
	background: url(../images/bg7.png) no-repeat center;
	padding-bottom: 75px;
}
.path .title{
	display: flex;
	align-items: flex-end;
}
.path .title h3{
	font-size: 30px;
}
.path .title p{
	font-size: 14px;
	margin-left: 10px;
}
.path .list{
	margin-top: 60px;
}
.path .list ul{
	display: flex;
	justify-content: space-between;
	
}
.path .list ul li:nth-child(even){
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.path .list ul li .icon{
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background: #ff9000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.path .list ul li p{
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}
.contact{
	
	background: url(../images/bg8.png) no-repeat center bottom;
	background-color: #f7f7f7;
}
.contact .title{
	display: flex;
	align-items: flex-end;
	padding: 70px 0;
}
.contact .title h3{
	font-size: 36px;
}
.contact .title p{
	font-size: 20px;
}
.contact .text{
	background: #fff;
	padding: 50px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.contact .text .dis{
	width: 450px;
	padding-left: 20px;
}
.contact .text .dis h3{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}
.contact .text .dis p{
	font-size: 16px;
	line-height: 2em;
}
.contact .text .dis .code{
	display: inline-block;
	background: #f7f7f7;
	padding: 10px;
	margin-top: 35px;
}
.contact .text .dis .code p{
	font-size: 14px;
	text-align: center;
}
.contact .text .map{
	width: 560px;
}
.form{
	padding-bottom: 70px;
}	
.form .top{
	text-align: center;
	padding: 60px 0 50px;
}
.form .top h3{
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}
.form .box .input{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.form .box .input input{
	width: 385px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 10px;
	color: #fff;
	border: 1px solid #fff;
	background: none;
	outline: unset;
}
.form .box .group{
	padding-top: 15px;
}
.form .box .group textarea{
	width: 100%;
	height: 210px;
	color: #fff;
	border: 1px solid #fff;
	background: none;
	outline: unset;
	box-sizing: border-box;
	padding: 10px;
}
.form .box .but{
	display: flex;
	padding-top: 15px;
	justify-content: center;
}
.form .box .but button{
	width: 470px;
	background: #fff;
	border: none;
	height: 50px;
	color: #0864be;
	font-size: 14px;
}
.newsShow{
	background: #f7f7f7;
	padding: 70px 0;
}
.newsShow .container{
	display: flex;
	justify-content: space-between;
}
.newsShow .container .left{
	background: #fff;
	width: 300px;
}
.newsShow .container .left .top{
	padding: 15px;
	box-sizing: border-box;
}
.newsShow .container .left .top h3{
	display: flex;
	font-weight: 400;
	align-items: flex-end;
}
.newsShow .container .left .top h3 span{
	font-size: 16px;
}
.newsShow .container .left .top h3 label{
	font-size: 12px;
	text-transform: uppercase;
}
.newsShow .container .left .top .list{
	padding-top: 15px;
	overflow: hidden;
	position: relative;
}
.newsShow .container .left .top .list .swiper-slide .img{
	overflow: hidden;
}
.newsShow .container .left .top .list .swiper-slide .img img{
	width: 100%;
}
.newsShow .container .left .top .list .swiper-slide P{
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.newsShow .container .left .top .list .next,.newsShow .container .left .top .list .prev{
	width: 30px;
	height: 30px;
	background: #b6b6b6;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	bottom: 15px;
	z-index: 3;
}
.newsShow .container .left .top .list .next:hover,.newsShow .container .left .top .list .prev:hover{
	background: #0864be;
}
.newsShow .container .left .top .list .next{
	right: 0px;
}
.newsShow .container .left .top .list .prev{
	left: 0;
}
.newsShow .container .left .newsCon{
	padding: 15px;
	border-top: 1px solid #dcdcdc;
}
.newsShow .container .left .newsCon h3{
	display: flex;
	font-weight: 400;
	align-items: flex-end;
}
.newsShow .container .left .newsCon h3 span{
	font-size: 16px;
}
.newsShow .container .left .newsCon h3 label{
	font-size: 12px;
	text-transform: uppercase;
}
.newsShow .container .left .newsCon .list{
	padding-top: 10px;
}
.newsShow .container .left .newsCon .list ul{
	list-style: disc;
	padding-left: 20px;
}
.newsShow .container .left .newsCon .list ul li{
	padding: 5px 0;
	font-size: 14px;
}
.newsShow .container .left .newsCon .list ul li:hover{
	color: #0864be;
}
.newsShow .container .right{
	width: 875px;
	box-sizing: border-box;
}
.newsShow .container .right .title{
	text-align: center;
	background: #fff;
	padding: 20px 20px 0;
}
.newsShow .container .right .title h3{
	font-size: 30px;
	font-weight: 400;
}
.newsShow .container .right .title P{
	font-size: 14px;
	color: #8c8c8c;
	line-height: 2em;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	margin-top: 15px;
}
.newsShow .container .right .con{
	box-sizing: border-box;
	padding: 20px 40px;
	font-size: 16px;
	line-height: 2em;
	background: #fff;
}
.newsShow .container .right .nextPage{
	display: flex;
	justify-content: space-between;
	color: #8c8c8c;
	font-size: 14px;
	background: #f7f7f7;

	padding: 15px 0;
}
.newsShow .container .right .nextPage a{
	color: #8c8c8c;
}
.newsShow .container .right .nextPage a:hover{
	color: #0864be;
}
.news{
	background: #f7f7f7;
}
.news .sidebar{}
.news .sidebar ul{
	justify-content: center;
}
.news .list{
	padding-top: 70px;
}
.news .list ul li{
	padding-bottom: 20px;
}
.news .list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	padding: 20px;
}
.news .list ul li a:hover{
	box-shadow: 0 0 15px #dcdcdc;
}
.news .list ul li a .img{
	width: 300px;
	overflow: hidden;
}
.news .list ul li a .img img{
	width: 100%;
}
.news .list ul li a .text{
	width: 800px;
	box-sizing: border-box;
}
.news .list ul li a .text h3{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 2em;
}
.news .list ul li a .text h3 i{
	width: 5px;
	height: 5px;
	background: #111;
	margin-right: 5px;
	border-radius: 50%;
}
.news .list ul li a .text  span{
	font-size: 14px;
	color: #858585;
	margin: 5px 0;
	display: block;
}
.news .list ul li a .text p{
	color: #858585;
	font-size: 14px;
	line-height: 1.8em;
	padding-right: 30px;
}
.news .list ul li a .more{
	display: block;
	height: 16px;
	background: url(../images/n2.png) no-repeat center right;
}
.news .list ul li a:hover .more{
	background: url(../images/n3.png) no-repeat center right;
}
.showMo{
	position: fixed;
	z-index: 99;
	background: rgba(0, 0, 0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.showMo .box{
	background: #fff;
	border-radius: 15px;
	max-height: 100%;
	padding: 30px 15px 15px;
	position: relative;
}
.showMo .box .img img{
	max-height: 100%;
	max-width: 100%;
}
.showMo .box i{
	font-style: unset;
	color: #f00;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}