
.header{
	position: absolute;
	width:100%;
	min-width:1400px;
	height: 93px;
	border-bottom: 1px solid rgba(255,255,255,.2);
 
	z-index: 9999;
}
.header .header_box{
	width: 90%;
	margin: 0 auto;
}
.header .left{margin-top:20px;}
.header .header_box .right{
	     margin-top: 24px;
}
.header .header_box .right ul{
	     float: left;
}
.header .header_box .right ul li{
	height: 54px;
	line-height: 54px;
	padding: 0 31px;
  float:left
}
.header .header_box .right ul li a{
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}
.header .header_box .right ul li.on a{
	position: relative;
}
.header .header_box .right ul li.on a::after{
	content: "";
	width: 100%;
	height: 5px;
	background: #2879ff;
	position: absolute;
	left: 0;
	bottom: -19px;
}
.header .header_box .right ul li a:hover{
	color: #eec42b;
}
.header .header_box .right ul li.rk{
	position:relative;
}
.header .header_box .right ul li.rk div.xl{
	position:absolute;
	width:150px;
	font-size:15px;
	top:54px;
	left:0;
	display:none;
	text-align:center;
	padding-top:30px;
	z-index:10;
}
.header .header_box .right ul li.rk div.xl a{
	display:block;
	line-height:36px;
	height:36px;
}
.header .header_box .right .header_more{
  display:block;float:left;
	height: 40px;
	line-height: 40px;
	margin-left: 33px;
	width: 115px;
	text-align: center;
	color: #FFFFFF;
	font-size: 15px;
	background-image: linear-gradient(to right, #002e79 , #0059b8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#002e79', endColorstr='#0059b8',GradientType=1)"; /* 兼容IE8~IE9 */
　　filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e79', endColorstr='#0059b8',GradientType=1 ); /* 兼容IE5~IE9 */
}

.bannerlist .swiper-slide a{
	height: 910px;
	display: block;
}

.bannerlist .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
	height: 3px;
	border-radius: initial;
	background: rgba(0, 0, 0, .2);
	opacity: 1;
}

.bannerlist .swiper-pagination li {
	position: relative;
	width: 50px;
	border-radius: inherit;
	height: 3px;
}

.bannerlist .swiper-pagination li::after {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	background-color: #ffffff;
}

.bannerlist .swiper-pagination li.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, .2);
}

.bannerlist .swiper-pagination li.swiper-pagination-bullet-active::after {
	opacity: 1;
	-webkit-animation: chang 8s linear forwards;
	animation: chang 8s linear forwards;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 30px;
}

.banner_txt{
	padding-top: 360px;
}
.banner_txt strong{
	display: block;
	text-align: center;
	font-size: 56px;
	font-weight: normal;
	color: #FFFFFF;
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all .5s linear .3s;
	transition: all .5s linear .3s;
}
.banner_txt p{
	display: block;
	text-align: center;
	font-size: 42px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 25px;
	opacity: 0;
	-webkit-transform: translate3d(0,50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all .5s linear .6s;
	transition: all .5s linear .6s;
}
.banner_txt span{
	display: block;
	width: 178px;
	height: 54px;
	line-height: 54px;
	margin: 0 auto;
	border: 2px solid #FFFFFF;
	border-radius: 35px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition: all .5s linear .9s;
	transition: all .5s linear .9s;
}

.bannerlist .swiper-slide-active .banner_txt span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.bannerlist .swiper-slide-active .banner_txt strong {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.bannerlist .swiper-slide-active .banner_txt p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lmt {
	margin-bottom: 50px;
}
.lmt strong{
	display: block;
	text-align: center;
	font-size: 44px;
	color: #000;
}
.lmt p{
	display: block;
	text-align: center;
	font-size: 20px;
	margin-top: 18px;
	color: #5d5d5d;
}
.lmt i{
	display: block;
	width: 44px;
	height: 4px;
	background: #002e79;
	margin: 0 auto;
	margin-top: 20px;
}
.index1{
	padding-top: 55px;
	padding-bottom: 140px;
}
.index1 .tab-hd {
	margin-bottom: 50px;
}
.index1 .tab-hd ul{
 
	height: 120px;
	border-bottom: 1px solid #e7e7e7;
}
.index1 .tab-hd ul li{
	    float: left;
    width: 233px;
    height: 118px;
}
.index1 .tab-hd ul li i{
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 10px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.index1 .tab-hd ul li p{
	text-align:center;
	font-size: 20px;
	color: #393939;
}
.index1 .tab-hd ul li.on{
	border-bottom: 3px solid #0096ff;
}
.index1 .tab-hd ul li.on p{
	color: #0096ff;
	font-weight: bold;
}
.index1 .tab-hd ul li:nth-child(1) i{
	background: url(../images/index1_ico.png) no-repeat left top;
}
.index1 .tab-hd ul li:nth-child(2) i{
	background: url(../images/index1_ico.png) no-repeat left -60px;
}
.index1 .tab-hd ul li:nth-child(3) i{
	background: url(../images/index1_ico.png) no-repeat left -120px;
}
.index1 .tab-hd ul li:nth-child(4) i{
	background: url(../images/index1_ico.png) no-repeat left -180px;
}
.index1 .tab-hd ul li:nth-child(5) i{
	background: url(../images/index1_ico.png) no-repeat left -240px;
}
.index1 .tab-hd ul li:nth-child(6) i{
	background: url(../images/index1_ico.png) no-repeat left -300px;
}
.index1 .tab-hd ul li.on:nth-child(1) i{
	background: url(../images/index1_ico.png) no-repeat right top;
}
.index1 .tab-hd ul li.on:nth-child(2) i{
	background: url(../images/index1_ico.png) no-repeat right -60px;
}
.index1 .tab-hd ul li.on:nth-child(3) i{
	background: url(../images/index1_ico.png) no-repeat right -120px;
}
.index1 .tab-hd ul li.on:nth-child(4) i{
	background: url(../images/index1_ico.png) no-repeat right -180px;
}
.index1 .tab-hd ul li.on:nth-child(5) i{
	background: url(../images/index1_ico.png) no-repeat right -240px;
}
.index1 .tab-hd ul li.on:nth-child(6) i{
	background: url(../images/index1_ico.png) no-repeat right -300px;
}


.index1 .tab-bd .tab-pal{
	display: none;
}
.index1 .tab-bd .active{
	display: block;
}
.index1 .tab-bd .tab-pal .left{
	width: 543px;
	height: 385px; 
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0p 0px 10px rgba(0,0,0,.1);
}
.index1 .tab-bd .tab-pal .left img{
	display: block;
	width: 543px;
	height: 385px;
}
.index1 .tab-bd .tab-pal .right{
	width: 800px;
	padding-top: 28px;
}
.index1 .tab-bd .tab-pal .right .tit{
	font-size: 30px;
	color: #1c1c1c;
	display: block;
	margin-bottom: 25px;
}
.index1 .tab-bd .tab-pal .right .index1_dec{
	font-size: 18px;
	color: #818181;
	line-height: 30px;
	margin-bottom: 22px;
}
.index1 .tab-bd .tab-pal .right .index1_tag{
	 
	margin-bottom: 30px;
}
.index1 .tab-bd .tab-pal .right .index1_tag p{
  display:inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	background-image: linear-gradient(to right, #002e79 , #0059b8);
	border-radius: 25px;
	margin-right: 15px;
	box-shadow: 0px 3px 3px rgba(0,0,0,.05);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#002e79', endColorstr='#0059b8',GradientType=1)"; /* 兼容IE8~IE9 */
　　filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e79', endColorstr='#0059b8',GradientType=1 ); /* 兼容IE5~IE9 */
}
.index1 .tab-bd .tab-pal .right .index_more{
	font-size: 17px;
	color: #002e79;
	display: block;
	margin-bottom: 30px;
}
.index1 .tab-bd .tab-pal .right  .index1_pro{
	font-size: 16px;
	color: #818181;
}
.index1 .tab-bd .tab-pal .right  .index1_pro p{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #818181;
	padding: 0 24px;
	font-size: 16px;
	color: #818181;
	margin-right: 20px;
}

.index1 .tab-bd .tab-pal .right  .index1_pro p:hover{
	border:1px solid #002e79;
	color: #002e79;
}
.index1 .tab-bd .tab-pal .right  .index1_pro p a{ color:#818181}
.index1 .tab-bd .tab-pal .right  .index1_pro p:hover a{color: #002e79;}

.index2{
	background: url(../images/index2_bg.jpg) no-repeat center;
	background-size:cover;
	padding-top: 80px;
	padding-bottom: 120px;
}
.index2 .lmt strong{
	color: #fff;
}
.index2 .lmt p{
	color: #fff;
}
.index2 .lmt i{
	background: #fff;
}
.index2 .tab-hd{
	margin-bottom: 70px;
}
.index2 .tab-hd ul{
	 text-align:center
}
.index2 .tab-hd ul li{
  display:inline-block;
	width: 167px;
	cursor: pointer;
	height: 51px;
	line-height: 51px;
	border: 2px solid #fff;
	margin: 0 12px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 35px;    overflow: hidden;
}
.index2 .tab-hd ul li.on{
	 background-image: linear-gradient(#ffffff, #cdfff8);
	 color: #003b91;    overflow: hidden;border-radius: 35px;  
	 font-weight: bold;
	 box-shadow: 0px 5px 5px rgba(0,0,0,.1);
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdfff8',GradientType=1)"; /* 兼容IE8~IE9 */
　　filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdfff8',GradientType=1 ); /* 兼容IE5~IE9 */
}
.index2 .tab-pal,.index2 .index2_bd_pal{
	display: none;
}
.index2 .active{
	display: block;
}
.index2 .tab-pal .index2_tab{
	margin-bottom: 30px;
}
.index2 .tab-pal .index2_tab ul{
 
}
.index2 .tab-pal .index2_tab li{
	width: 210px;
	padding-bottom: 15px;
	padding-left: 12px;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,.4);
	font-size: 18px;
	height: 59px;
	color: #FFFFFF;
	    margin-bottom: 1px;display: block;float:left;
	cursor: pointer;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.index2 .tab-pal .index2_tab li strong{
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.index2 .tab-pal .index2_tab li span{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	color: rgba(255,255,255,.4);
}
.index2 .tab-pal .index2_tab li.on{
	padding-left: 12px;
	position: relative;
}
.index2 .tab-pal .index2_tab li.on strong{
	font-size: 24px;
	font-weight: bold;
}
.index2 .tab-pal .index2_tab li.on::after{
	content: "";
	width: 0;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-animation: chang 4s linear forwards;
	animation: chang 4s linear forwards;
}
.index2 .tab-pal .index2_tab li.on span{
	color: #ffffff;
}
.index2 .tab-pal .index2_tab i{
	width:3px;display: block;float:left;
	height: 3px;
	background: #FFFFFF;
	border-radius: 50%;
	margin:0 3px;
   margin-top: 57px;
}
.index2_bd_pal .left{
	width: 700px;
}
.index2_bd_pal .left ul li:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.index2_bd_pal .left ul li{ 
	margin-bottom: 30px; 
}

.index2_bd_pal .left ul li .index2_dec{    float: left;
    width: 580px;}

.index2_bd_pal .left ul li img{
	margin-right: 15px;float:left;
	height: 100%;
}
.index2_bd_pal .left ul li strong{
	color: #fff;
	font-size: 20px;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
}
.index2_bd_pal .left ul li p{
	color:rgba(255,255,255,.7);
	font-size: 18px;
	line-height: 24px;
}
.index2_bd_pal .left ul li .index2_decx p{
	font-size: 16px;
	line-height: 28px;
}
.index2_bd_pal .right{
	width: 597px; 
	margin-top: -111px;
}
.index2_bd_pal .right img{
	display: block;
	width: 100%;
	height:410px;
}
@keyframes chang {
	0% {
		width: 0px;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes chang {
	0% {
		width: 0px;
	}

	100% {
		width: 100%;
	}

}

.index3{
	padding-top: 55px;
	padding-bottom: 60px;
}
.index3 .left{
	width: 655px;
	height: 622px;
	position: relative;
}
.index3 .left img{
	display: block;
	width: 655px;
	height: 622px;
}
.index3 .left  .index3_l_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 655px;
	height: 622px;
	padding: 85px 55px 60px 55px;
	box-sizing: border-box;
}
.index3 .left  .index3_l_box span{
	display:block;
	font-size: 18px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	margin-bottom: 15px;
}
.index3 .left  .index3_l_box strong{
	display: block;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 30px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index3 .left  .index3_l_box strong:hover{
	color: #eec42b;
}
.index3 .left  .index3_l_box p{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	text-align: justify;
}
.index3 .left  .index3_l_box .more{
    position: absolute;
	left: 55px;
	bottom: 60px;
	width: 155px;
	height: 52px;
	background: #002e79;
	text-align: center;
	font-size: 16px;
	line-height: 52px;
	color: #FFFFFF;
}

.index3 .right{
	width: 745px;
}
.index3 .right ul li{
	float: left;
	width: 348px;
	height: 299px;
	margin-left: 24px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}
.index3 .right  .index3_r_box{
	position: absolute;
	left: 0;
	top: 0;
	padding: 60px 30px 55px 30px;
	box-sizing: border-box;
	width: 348px;
	height: 299px;
}
.index3 .right  .index3_r_box span{
	font-size: 18px;
	color: #fff;
	font-family: arial;
	display: block;
	margin-bottom: 15px;
}
.index3 .right  .index3_r_box strong{
	display: block;
	font-size: 22px;
	line-height: 33px;
	color: #fff;
	text-align: justify;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index3 .right  .index3_r_box strong:hover{
	color: #eec42b;
}
.index3 .right  .index3_r_box .more{
	font-weight: 16px;
	color: #fff;
	position: absolute;
	left: 30px;
	bottom: 55px;
}
.footer{
	background: #010103;
	padding-top: 50px;
}
.footer .footer_t .footer_nav{
	margin-left: 80px; 
	width: 900px;
}
.footer .footer_t .footer_nav:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.footer .footer_t .footer_nav dl{
	width: 190px;
  float:left
}
.footer .footer_t .footer_nav dl.one{
	width: 150px;
}
.footer .footer_t .footer_nav dl.two{
	width: 230px;
}
.footer .footer_t  .footer_nav dl:last-child{
	width: 330px;
}
.footer .footer_t .footer_nav dl dt{
	font-size: 17px;
	color: #fff;
	margin-bottom: 15px;
}
.footer .footer_t  .footer_nav dl dd{
	font-size: 15px;
	line-height: 40px;
	color: #909296;
}
.footer .footer_t .footer_nav dl dd a{
	color: #909296;
}
.footer .footer_t .footer_nav dl dd a:hover{
	color: #eec42b;
}
.footer .footer_t .right p{
	text-align: center;
	font-size: 15px;
	margin-top: 10px;
	color: #c0c0c0;
}

.footer .copyright{
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid rgba(255,255,255,.1);
}
.footer .copyright .left{
	font-size: 14px;
	color: rgba(255,255,255,.5);
	line-height: 24px;
}
.footer .copyright .left a{
	color: rgba(255,255,255,.5);
	text-decoration:underline;
}
.footer .copyright .right{
	width: 858px;
	text-align: center;
	height: 48px;
	line-height: 48px;
}
.footer .copyright .right a{
	display: inline-block;
	margin: 0 90px;
	font-size: 16px;
	color: #909296;
	height: 30px;
	    line-height: 30px;
	border-bottom: 1px solid #909296;
}

.nybanner{
	height: 596px;
}
.nybanner .box{
	padding-top: 255px;
}
.nybanner .box strong{
	display: block;
	text-align: center;
	font-size: 45px;
	color: #fff;
}
.nybanner .box p{
	display: block;
	text-align: center;
	font-size: 22px;
	margin-top: 30px;
	color: #fff;
}
.probanner{
	background: url(../images/pro_banner.jpg) no-repeat center;
}
.solution_banner{
	background: url(../images/solution_banner.jpg) no-repeat center;
}
.case_banner{
	background: url(../images/case_banner.jpg) no-repeat center;
}

.news_banner{
	background: url(../images/news_banner.jpg) no-repeat center;
}
.honor_banner{
	background: url(../images/honor_banner.jpg) no-repeat center;
}
.join_banner{
	background: url(../images/join_banner.jpg) no-repeat center;
}
.about_banner{
	background: url(../images/about_banner.jpg) no-repeat center;
}
.caigou_banner{
	background: url(../images/caigou_banner.jpg) no-repeat center;
}
.chengshi_banner{
	background: url(../images/chengshi_banner.jpg) no-repeat center;
}

.prolist{
	padding-top: 75px;
	padding-bottom: 40px;
}
.prolist ul {
	width: 1460px;
}
.prolist ul li{
	float: left;
	width: 429px;
	height: 472px;
	border: 2px solid #e6e5e5;
	margin-right: 50px;
	margin-bottom: 60px;
	padding: 24px;
	box-sizing: border-box;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.prolist ul li i{
	display: block;
	width: 383px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prolist ul li strong{
	display: block;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #404040;
	font-weight: bold;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.prolist ul li span{
	display: block;
	width: 130px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	border: 2px solid #ececec;
	font-size: 14px;
	color: #666666;
	margin-top: 22px;
	border-radius: 25px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.prolist ul li:hover{
	box-shadow: 0px 20px 40px rgba(0,0,0,.1);
}
.prolist ul li strong:hover{
	color: #002e79;
}
.prolist ul li span:hover{
	color: #fff;
	background: #002e79;
	border: 1px solid #002e79;
}

.page {
	margin: 0px 0 50px 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
}

.page>b,
.page a {
	margin: 1px 2px;
	padding: 10px 13px;
	text-align: center;
	display: inline-block
}

.page a {
	margin: 1px 2px;
	padding: 10px 13px;
	text-align: center;
	display: inline-block;
	color: #333;
	border: #e5e5e5 1px solid;
	border-radius: 5px;
}

.page>b,
.page a:hover {
	background: #2879ff;
	color: #fff;
	border-radius: 5px;
	border: #2879ff 1px solid;
}

.page a:hover b {
	color: #FFF
}

.tiao{
	height: 75px;
	line-height: 75px;
	background: url(../images/tiao_bg.png) no-repeat center;
}
.tiao .box{
	text-align: center;
}
.tiao .box span{
	font-size: 20px;
	color: #fff;
}
.tiao .box a{
	display: inline-block;
	width: 134px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	background: #fff;
	border-radius: 25px;
	font-size: 14px;
	color: #2879ff;
	margin-left: 180px;
}
.tiao .box a:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.solutionlist{
	padding-top: 75px;
}
.solutionlist ul {
	width: 1430px;
}
.solutionlist ul li{
	width: 450px;
	margin-right: 24px;
	float: left;
	margin-bottom: 50px;
}
.solutionlist ul li i.pic img{
	display: block;
	width: 100%;
}
.solutionlist ul li .sol_txt{
	width: 450px;
	box-sizing: border-box;
	border: 1px solid #ececec;
	padding: 25px;
	display: flex;
	padding-bottom: 43px;
}
.solutionlist ul li .sol_txt i{
	display: block;
	width: 77px;
	height: 77px;
	border-radius: 50%;
}
.solutionlist ul li:nth-child(1) .sol_txt i{
	background: url(../images/sol_ico.png) no-repeat left top #f7f7f7;
}
.solutionlist ul li:nth-child(2) .sol_txt i{
	background: url(../images/sol_ico.png) no-repeat -77px top #f7f7f7;
}
.solutionlist ul li:nth-child(3) .sol_txt i{
	background: url(../images/sol_ico.png) no-repeat -154px top #f7f7f7;
}
.solutionlist ul li:nth-child(4) .sol_txt i{
	background: url(../images/sol_ico.png) no-repeat -231px top #f7f7f7;
}
.solutionlist ul li:nth-child(5) .sol_txt i{
	background: url(../images/sol_ico.png) no-repeat -308px top #f7f7f7;
}
.solutionlist ul li:nth-child(6) .sol_txt i{
	background: url(../images/sol_ico.png) no-repeat -385px top #f7f7f7;
}

.solutionlist ul li .sol_txt div{
	flex: 1;
	margin-left: 25px;
}
.solutionlist ul li .sol_txt div strong{
	font-size: 20px;
	color: #333333;
	display: block;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionlist ul li .sol_txt div strong:hover{
	color: #2879ff;
}
.solutionlist ul li .sol_txt div p{
	display:block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}
.solutionlist ul li .sol_txt div span{
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	border: 2px solid #ececec;
	text-align: center;
	font-size: 14px;
	color: #666666;
	border-radius: 25px;
	margin-top: 25px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.solutionlist ul li .sol_txt div span:hover{
	background:#2879ff;
	border: 2px solid #2879ff;
	color: #fff;
}

.caselist{
	background: #f7f7f7;
	padding-top: 75px;
	padding-bottom: 60px;
}

.caselist .case_left{
	width: 360px;
	background: #fff;
	padding-bottom: 20px;
}
.caselist .case_left dt{
	height: 100px;
	line-height: 100px;
	padding-left: 38px;
	color: #fff;
	background: #2879ff;
	font-size: 24px;
}
.caselist .case_left dd{
	width: 290px;
	margin: 0 auto;
	height: 110px;
	line-height: 110px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}
.caselist .case_left dd i{
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-right: 25px;
} 
.caselist .case_left dd a{
	display: flex;
	align-items: center;
}
.caselist .case_left dd.c1 i{
	background: url(../images/case_ico.png) no-repeat left top;
}
.caselist .case_left dd.c2 i{
	background: url(../images/case_ico.png) no-repeat -45px top;
}

.caselist .case_left dd.c3 i{
	background: url(../images/case_ico.png) no-repeat -90px top;
}

.caselist .case_left dd.c4 i{
	background: url(../images/case_ico.png) no-repeat -135px top;
}

.caselist .case_left dd.c5 i{
	background: url(../images/case_ico.png) no-repeat -180px top;
}
.caselist .case_left dd::after{
	content: "";
	width: 44px;
	height: 1px;
	background: #2879ff;
	position: absolute;
	left: 0;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
	bottom: 0;
}
.caselist .case_left dd strong{
	font-size: 22px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
	color: #666666;
}
.caselist .case_left dd.on::after,.caselist .case_left dd:hover::after{
	width: 100%;
}
.caselist .case_left dd.on strong,.caselist .case_left dd:hover strong{
	color: #2879ff;
}

.caselist .case_right{
	width: 990px;
	padding: 33px;
	box-sizing: border-box;
	background: #fff;
	    padding-bottom: 0;
}

.caselist .case_right ul li{
	width: 450px;
	margin-right: 24px;
	float: left;
	margin-bottom: 30px;
}
.caselist .case_right ul li:nth-child(even){
	margin-right: 0;
}
.caselist .case_right ul li i.pic img{
	display: block;
	width: 100%;
}
.caselist .case_right ul li .sol_txt{
	width: 450px;
	box-sizing: border-box;
	border: 1px solid #ececec;
	padding: 25px; 
}
  
.caselist .case_right ul li .sol_txt div strong{
	font-size: 20px;
	color: #333333;
	display: block;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.caselist .case_right ul li .sol_txt div strong:hover{
	color: #2879ff;
}
.caselist .case_right ul li .sol_txt div p{
	display:block;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
}
.caselist .case_right ul li .sol_txt div span{
	display: block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	border: 2px solid #ececec;
	text-align: center;
	font-size: 14px;
	color: #666666;
	border-radius: 25px;
	margin-top: 25px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.caselist .case_right ul li .sol_txt div span:hover{
	background:#2879ff;
	border: 2px solid #2879ff;
	color: #fff;
}


.newslist{
	padding-top: 75px;
}
.newslist ul li{
	border: 1px solid #e3e3e3;
	padding: 20px;
	display: flex;
	box-sizing: border-box;
	margin-bottom: 25px;
}
.newslist ul li .pic{
	display: block;
	width: 300px;
	height: 200px;
	margin-right: 28px;
	overflow: hidden;
}
.newslist ul li .pic img{
	display: block;
	width: 300px;
	height: 200px;
}
.newslist ul li div.news_t{
	flex: 1;
}
.newslist ul li div.tit{
	height: 50px;
	line-height: 50px;
}
.newslist ul li div.tit span{
	float: right;
	font-size: 16px;
	color: #ababab;
}
.newslist ul li div.tit a{
	font-size: 20px;
	color: #333;
}
.newslist ul li div.tit a:hover{
	color: #2879ff;
}
.newslist ul li div.news_t p{
	font-size: 16px;
	color: #858585;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.newslist ul li div.news_t a.more{
	display: block;
	width: 147px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	text-align: center;
	border-radius: 25px;
	margin-top: 40px;
	color: #898989;
}
.newslist ul li div.news_t a.more:hover{
	background: #2879ff;
	border: 1px solid #2879ff;
	color: #fff;
}
 
.about_nav .box {
	background: #fff;
	height: 80px;
	line-height: 80px;   
	 position: relative;
    top: -40px;
	text-align: center;
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
}
.about_nav .box span{
	color: #e5e5e5;
}
.about_nav .box  a{
	font-size: 18px;
	color: #666666;
	display: inline-block;
	margin: 0 60px;
}
.about_nav .box  a:hover,.about_nav .box  a.on{
	color: #2879ff;
}
.about_nav .box  a.on{
	position: relative;
}
.about_nav .box  a.on::after{
	content: "";
	width: 100%;
	height: 2px;
	background: #2879ff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.honorlist{
	padding-top: 30px;
}
.honorlist ul{
	width: 1430px;
}
.honorlist ul li{
	float: left;
	width: 446px;
	height: 375px;
	border: 2px solid #ececec;
	margin-right: 24px;
	margin-bottom: 24px;
	padding: 10px;
	box-sizing: border-box;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.honorlist ul li i{
	width: 100%;
	height: 305px;
	display: block;
}
.honorlist ul li i img{
	width: 100%;
	height: 305px;
	display: block;
}
.honorlist ul li p{
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #333333;
}
.honorlist ul li:hover{
	box-shadow: 0px 20px 40px rgba(0,0,0,.1);
}
.joinlist{
	padding-bottom: 60px;
}
.joinlist dl{
	margin-bottom: 12px;
}
.joinlist dl dd{
	display: none;
}
.joinlist dl dt{
	height: 73px;
	background: #f2f2f2;
	line-height: 73px;
	border:1px solid #dcdcdc;
	padding-left: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #666666;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.joinlist dl dt span:nth-child(1){
	width: 475px;
	display: inline-block;
}
.joinlist dl dt span:nth-child(2){
	width: 390px;
	display: inline-block;
}
.joinlist dl dt a{
	margin-left: auto;
	margin-right: 40px;
	width: 29px;
	height: 29px;
	background: url(../images/join_ico2.png) no-repeat center;
}
.joinlist dl dt.on{
	background: #2879ff;
	border: 1px solid #2879ff;
	color: #fff;
}
.joinlist dl dt.on a{
	background: url(../images/join_ico1.png) no-repeat center;
}
.joinlist dl dd{
	padding: 55px 0;
}
.joinlist dl dd strong{
	display:block;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.joinlist dl dd p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.about{
	padding-bottom: 60px;
}
.about .box{
 
}
.about .box img.im{
	margin-right: 50px;
  float:left;
}
.about .box .txt{
	font-size: 18px;
	line-height: 36px;
	text-align: justify;
	color: #666;
	margin-bottom: 35px;
 
}

.newsnav{
	height: 82px;
	line-height: 82px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 40px;
}
.newsnav .box{
	background: url(../images/in.png) no-repeat left center;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 16px;
	color: #9c9c9c;
}
.newsnav .box a{
	color: #9c9c9c;
}

.biaoti{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f2f2f2;
}
.biaoti h1{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.biaoti p{
	text-align: center;
	font-size: 14px;
	color: #898989;
	margin-top: 25px;
}

.newstext{
	font-size: 16px;
	line-height: 34px;
	color: #333;
}
.newstext img{
    width: 100% !important;
    height: auto !important;
}
.fanye {
	display: flex;
	border-top: 1px solid #e8e8e8;
	padding-top: 30px;
	margin-bottom: 60px;
}

.fanye p {
	flex: 1;
	font-size: 15px;
	color: #5a5a5a;
}

.fanye p a {
	color: #5a5a5a;
}

.fanye p:last-child {
	text-align: right;
}
.tuijian{
	padding-bottom: 50px;
}
.tuijian .title{
	margin-top: 55px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
.tuijian .title::after{
	content: "";
	width: 5px;
	height: 18px;
	background: #0058e3;
	position: absolute;
	left: 0;
	top: 15px;
}
.tuijian .title strong{
	font-size: 21px;
	font-weight: bold;
}

.tuijian ul li{
	float: left;
	width: 675px;
	margin-right: 50px;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
	box-sizing: border-box;
}
.tuijian ul li::after{
	content: "";
	width: 8px;
	height: 8px;
	background: #d2d2d2;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 15px;
}
.tuijian ul li:nth-child(even){
	margin-right: 0;
} 
.tuijian ul li a{
	font-size: 14px;
	color: #333;
}
.tuijian ul li a:hover{
	color:#2879ff ;
}
.tuijian ul li span{
	float: right;
	font-size: 14px;
	color: #666;
}
.caigou{
	padding-top: 55px;
	padding-bottom: 70px;
}
.caigou .box{
	border: 2px solid #efefef;
	padding: 80px 15px;
	box-sizing: border-box; 
}
.caigou .box img{
	margin-right: 50px;
  float:left;
}
.caigou .box  form{
  float:right;
	width: 590px;
	margin-left: auto;
	margin-right: 50px;
}
.caigou .box  form .nice-select{
	width: 100%;
	height: 53px;
    line-height: 53px;
	border: 1px solid #e4e4e4;
	margin-bottom: 25px;
}
.nice-select .list{
	width: 100%;
}
.caigou .box  form select{
	display:block;
	width:100%;
	height:53px;
	border: 1px solid #e4e4e4;
	margin-bottom: 25px;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
}
.caigou .box  form input[type="text"]{
	display:block;
	width: 100%;
	height: 53px;
	border: 1px solid #e4e4e4;
	margin-bottom: 25px;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
}
.caigou .box  form input[type="button"]{
	display:block;
	width: 100%;
	height: 53px; 
	background-color: #2879ff;
	border: 1px solid #2879ff;  
	color: #fff;
	cursor: pointer;
	box-sizing: border-box;
	font-size: 16px;
}
.caigou .box  form  p{
	font-size: 16px;
	color: #666666;
	margin-top: 15px;
}
.caigou .box  form  p i{
	color: red;
}
.chengshi1{
	padding-top: 85px;
	padding-bottom: 65px;
}

.chengshi1 p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.chengshi1 img{
	display: block;
	margin: 0 auto;
}

.chengshi2{
	background: #eeeeee;
	padding-top: 55px;
	padding-bottom: 100px;
}
.chengshi2 p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.chengshi2 ul {
	width: 1420px;
}
.chengshi2 ul li{
	float: left;
	width: 340px;
	height: 357px;
	margin-right: 13px;
	margin-bottom: 15px; 
	padding-top: 128px;
	box-sizing: border-box;
}
.chengshi2 ul li strong{
	display: block;
	text-align: center;
	font-size: 28px;
	color: #fff;
	height: 34px;
	line-height: 34px;
}
.chengshi2 ul li span{
	display: block;
	width: 90%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}

.chengshi3{
	padding-top: 55px;
	padding-bottom: 100px;
}
.chengshi3 p{
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin-bottom: 40px;
}
.chengshi3 ul {
	width: 1420px;
}
.chengshi3 ul li{
	float: left;
	width: 340px;
	height: 357px;
	margin-right: 13px;
	margin-bottom: 15px; 
	padding-top: 128px;
	box-sizing: border-box;
}
.chengshi3 ul li strong{
	display: block;
	text-align: center;
	font-size: 28px;
	color: #fff;
	height: 34px;
	line-height: 34px;
}
.chengshi3 ul li span{
	display: block;
	width: 90%;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}
.huanwei1{
	padding-top: 20px;
	padding-bottom: 80px;
}
.huanwei1 .right{
	width: 616px;
	padding-top: 35px;
}
.huanwei1 .right strong{
	font-size: 24px;
	color: #333333;
	display: block;
	margin-bottom: 25px;
}
.huanwei1 .right p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.zixun a{
	display: inline-block;
	width: 130px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	border: 2px solid #eeeeee;
	border-radius: 25px;
	margin-right: 25px;
	font-size: 16px;
	color: #666666;
}
.zixun a.on{
	background: #2879ff;
	color: #fff;
	border: 2px solid #2879ff;
}
.zixun a:hover{
	background: #2879ff;
	color: #fff;
	border: 2px solid #2879ff;
}
.zixun a.on:hover{
	background:none;
	border: 2px solid #eeeeee;
	color:#666 ;
}
.huanwei2{
	background: url(../images/huanjing2_bg.jpg) no-repeat center;
	padding-top: 45px;
}
.huanwei2 .swiper-slide i{
	display: block;
	width: 135px;
	height: 135px;
	border: 1px solid #dedede;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.huanwei2 .swiper-slide strong{
	display: block;
	text-align: center;
	font-size: 24px;
	color: #333333;
	margin: 20px 0;
	
}
.huanwei2 .swiper-slide p{
	font-size: 16px;
	color: #666666;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	line-height: 30px;
}
.huanwei2 .swiper-container{
	padding-bottom: 60px;
}

.huanwei3{
	padding-top: 55px;
	padding-bottom: 60px;
}

.huanwei3 ul li:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.huanwei3 ul li{
	margin-bottom: 60px;
}
.huanwei3 .huanwei3_t{
	width: 664px;
	display: flex;
	height: 330px;
	align-items: center;
}
.huanwei3 .huanwei3_t strong{
	display:block;
	font-size: 24px;
	color: #333333;
	margin-bottom: 25px;
}
.huanwei3 .huanwei3_t p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}


.huanwei4{
	padding-top: 38px;
	padding-bottom: 60px;
	background: #eeeeee;
}
.huanwei4 img{
	display: block;
	margin: 0 auto;
}

.huanwei5{
	padding-top: 40px;
	padding-bottom: 82px;
}
.huanwei5 .tab-hd{
	margin-bottom: 70px;
}
.huanwei5 .tab-hd ul{
	text-align: center;
}
.huanwei5 .tab-hd ul li{
	display: inline-block;
	text-align: center;
	width: 134px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 2px solid #dcdcdc;
	font-size: 16px;
	color: #666666;
	cursor: pointer;
	margin: 0 5px;
	border-radius: 25px;
}
.huanwei5 .tab-hd ul li.on{
	color: #fff;
	background: #2879ff;
	border: 2px solid #2879ff;
}
.huanwei5 .tab-bd .tab-pal{
	display: none;
}
.huanwei5 .tab-bd .active{
	display: block;
}

.huanwei5 .tab-bd .tab-pal .right{
	width: 700px;
}
.huanwei5 .tab-bd .tab-pal .right strong{
	font-size: 24px;
	color: #333;
	display: block;
	margin-bottom: 20px;
}
.huanwei5 .tab-bd .tab-pal .right p{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 30px;
	padding-left: 20px;
	position: relative;
}
.huanwei5 .tab-bd .tab-pal .right p::after{
	content: "";
	width: 6px;
	height: 6px;
	background: #2879ff;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: 13px;
}

.huanwei6{
	background: url(../images/huanwei6_bg.jpg) no-repeat center;
	height: 888px;
	padding-top: 40px;
	box-sizing: border-box;
}
.huanwei6 ul{
	display: flex;
}
.huanwei6 ul li{
	flex: 1;
}
.huanwei6 ul li i{
	margin: 0 auto;
	width: 110px;
	height: 105px;
	background: url(../images/huanwei6_i.jpg) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.huanwei6 ul li strong{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin: 20px 0;
}
.huanwei6 ul li  p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}