a,a:hover,a:visited,a:focus,a:active{text-decoration: none;}
ul,ol{margin: 0;padding: 0;}
ul li{list-style: none;}
img{max-width: 100%;}
body{color: #333333;background-color: #f5f7f9;font-size: 14px;line-height: 22px;}
@media (min-width: 1200px){
.wrapper{overflow:hidden;}
 .container{width: 1330px;}
}
.wrapper{padding-top: 80px;}
.index{padding-top: 0;}
.navbar{margin-bottom: 0; position: fixed;top: 0;left: 0;right: 0;z-index:10001;background: rgba(0,32,73,0.8);}
.navbar-brand{height: auto;padding: 15px 0;}
.navbar-header{opacity: 1!important;transform: inherit !important;}
.navbar-collapse{float: right;padding-top: 25px;opacity: 1!important;transform: inherit !important;}
.nav > li{z-index: 1000;}
.nav > li > a{color: #ffffff;padding: 15px 0px;margin-left: 50px;font-size: 16px;}
.nav > li > a:hover, .nav > li > a:focus,.nav > li > a.current{background: transparent;color: #f8e469;}
.nav > li > a.current:after,.nav > li > a:hover:after, .nav > li > a:focus:after,.nav > li:hover > a:after{height: 1px;background-color: #f8e469;display: block;content: "";position: absolute;bottom: 1px;left: 0;right: 0px;}
.navbar-toggle{margin-top: 12px;}
.navbar-toggle:before{display: block;content: "";position: absolute;top: 0;left: 0;right: 0;height: 8px;border-top: 1px solid #FFFFFF;border-bottom: 1px solid #FFFFFF;}
.navbar-toggle:after{display: block;content: "";position: absolute;top: 14px;left: 0;right: 0;height: 1px;border-top: 1px solid #FFFFFF;}
.navthis{border-bottom: 0;}
.navthis .navbar-collapse{padding: 0;}
.navthis .navbar-brand{height: 80px;padding: 5px 0;}
.navthis .nav > li > a{padding: 30px 0;}
.navthis .nav > li > a:hover, .navthis .nav > li > a:focus,.navthis .nav > li > a.current{color: #008dff;}
.navthis .nav > li > a.current:after, .navthis .nav > li > a:hover:after, .navthis .nav > li > a:focus:after{bottom: 0;height: 2px;background-color: #00a4ff;}

.submenu{background: rgba(0,32,73,0.8);position: absolute; top: 100%;left:20px;z-index: 10000;padding: 10px;width: 240px;border-radius: 4px;overflow: hidden; display: none;}
.submenu p{margin: 0;line-height: 36px;text-align: center;width: 108px;display: inline-block;}
.submenu a{display: inline-block;color: #FFFFFF;}
.submenu a:hover{color: #f8e469;}
.submenu a.current{color: #f8e469;}
.submenu.about{width: 580px;}
.nav > li:hover>a{color: #f8e469;}
.nav > li:hover .submenu{display: block;}


.banner .swiper-pagination{bottom: 20px;}
.swiper-pagination-bullet{background-color: #2e99fe;opacity: 0.2;width: 30px;height: 3px;border-radius: 2px;}
.swiper-pagination-bullet-active{opacity: 1;}
@media (min-width:768px) {
	.container >  .navbar-collapse{margin-right:0px;}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{margin: 0;}
}
.index-soft{padding: 80px 0;}
.index-soft ul{margin: 0 -15px;}
.index-soft ul li{width: 16%;float: left;}
.index-soft ul .item{background-color: #FFFFFF;margin: 0px 15px;text-align: center;padding: 10px 0px;/*padding: 20px 25px;*/position: relative;transition: all 0.3s;top:0;}
.index-soft ul .item:hover{top:-10px;-moz-box-shadow:2px 3px 13px #dddddd; -webkit-box-shadow:2px 3px 13px #dddddd; box-shadow:2px 3px 13px #dddddd;}
.index-soft ul h2{font-size: 22px;font-weight: bold;margin: 20px 0 15px;}
.index-soft ul .info{text-align: justify;color: #666666;margin-bottom: 10px;margin-top: 30px;min-height: 155px;}
.index-soft ul .info p{text-align: center; color: #333333;font-size: 15px;}
a.more {width:100px;height:32px;border-radius: 4px; background-color:#2e99fe;color:#fff;text-align:center;line-height:32px;display:block;margin:0px auto;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;position:relative;overflow:hidden;}
a.more b {-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;display:inline-block;}
a.more:hover b {transform:translateX(300%);}
a.more:before {content:"→";position:absolute;left:-100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s;}
a.more:hover:before {left:45%;}

.main{text-align: center;
    margin: auto;}

/*.index-cate{background: url(../images/index_12.jpg) top center no-repeat;padding: 50px 0 70px;}*/
.index-cate {
    background-color: #314b6c;
}
.index-cate h1{color: #FFFFFF;font-size: 30px;margin: 0 0 60px;}
.index-cate h3{color: #FFFFFF;padding-top: 50px;line-height: 32px;font-size: 20px;text-align: center;margin: auto;}

.title_withInfo{
	text-align: center;
	margin: auto;
}
.title_withInfo h3{
	line-height: 32px;
	font-weight: bold;
	font-size: 20px;
}
.main .title_underInfo{
	width: 100px;
	border-bottom:1px solid #a6a6a6;
	position: relative;
	margin:auto;
	margin-top: 10px;
}
.main .title_underInfo:after{
	content: attr(data-underinfo);
	position: absolute;
	padding: 0 10px;
	font-size: 12px;
	transform:translate(-50%,-7px);
	background-color: #314b6c;
	color:#a6a6a6;
}
.hcIndex_part3_ctn{
	margin:40px auto;
	width: 1020px;
  height:373px;
	transition:all 0.5s;
}
.hcIndex_part3_ctn.seldWide{
	width: 1360px;
}
.hcIndex_part3_ctn li{
	width: 170px;
	float: left;
	position: relative;
    overflow: hidden;
    position: relative;transition: all 0.3s;top:0;
}
.hcIndex_part3_ctn *{
	transition:all 0.5s;
}
.hcIndex_part3_ctn.seldWide .seld{
	width: 510px;
}
.hcIndex_part3_img{
	height:100%;
	width:100%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: 100%;*/
	background-color: #D7F0F9;
    position: relative;transition: all 0.3s;top:0;
}

.hcIndex_morelink{
	display: block;
	margin:20px auto;
	width: 147px;
	height:47px;
	line-height: 47px;
	border:1px solid #d2d2d2;
	background-color: #F8F8F8;
	text-align: center;
	cursor: pointer;
	transition:all 0.5s;
}
.hcIndex_morelink:hover{
	background-color:#E0E0E0;
}

.index-cate-left{width: 160px;float: left;position: relative;top: -10px;}
.index-cate-left:after{display: block;content: "";position: absolute;top: 10px;right: 0;bottom: 0;width: 2px;background-color: #344572;}
.index-cate-left p{margin-bottom: 36px;color: #FFFFFF;font-size: 18px;display: flex;align-items: center;height: 44px;cursor: pointer;position: relative;}
.index-cate-left p.current{color: #2e99fe;font-weight: bold;}
.index-cate-left p span{display: inline-block;margin-left: 15px;}
.index-cate-left p.current:after{display: block;content: ""; position: absolute;top: 10px;right: 0px;z-index: 100;width: 2px;height:25px;background-color: #2e99fe;}

.index-cate-right{margin-left: 198px;background: rgba(255,255,255,0.9);min-height: 390px;padding: 10px 20px 0;}
.index-cate-right h2{color: #2e99fe;font-size: 24px;font-weight: bold;margin: 0;border-bottom: 1px solid #c8ccd1;padding: 10px 0 15px;}
.index-cate-right .title{font-weight: bold;font-size: 16px;padding: 15px 0 10px;}
.index-cate-right ul{margin-left: 20px;line-height: 24px;max-width: 630px;}
.index-cate-right ul li{list-style: disc;color: #2e99fe;margin-bottom: 12px;}
.index-cate-right ul span{color: #666666;}
.index-cate-right ul strong{color: #666666;}
.index-cate-right .img{float: right;margin-right: 30px;}



.index-news{background: url(../images/index_13.jpg) top no-repeat;padding: 80px 0;}
.index-news .news-theme{border: 0;}
.index-news .news-theme h2{margin: 0;float: left;font-size: 30px;border: 0;}
.news-theme .more{float: right;color: #999999;border: 1px solid #999999;background: transparent;width: 60px;border-radius: 0;}
.index-news ul{padding: 60px 0 0;}
.index-news li{width: 48%;float: left;margin-bottom: 40px;}
.index-news li:nth-child(2n){float: right;}
.index-news .item{display: block;color: #888888;}
.index-news .item:after{display: block;clear: both;content: "";}
.index-news .time{width: 58px;float: left;text-align: center;color: #FFFFFF;}
.index-news .time span{display: block;line-height: 36px;font-size: 24px;background-color: #bbc4c9;}
.index-news .time p{line-height: 22px;margin: 5px 0 0;background-color: #bbc4c9;}
.index-news .info{margin-left: 75px;}
.index-news .info span{display: block;color: #333333;font-size: 16px;white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}
.index-news .info p{white-space: nowrap;overflow:hidden;text-overflow:ellipsis;}
.index-news .item:hover .time span{background-color: #00a4ff;}
.index-news .item:hover .time p{background-color: #00a4ff;}
.index-news .item:hover .info span{color: #00a4ff;}

.index-unit{background: url(../images/index_25.jpg) top no-repeat;padding: 50px 0 80px;}
.index-unit h2{font-size: 30px;color: #FFFFFF;margin: 0 0 35px;}
.index-unit ul{margin: 5px -10px;}
.index-unit ul li{margin: 0px 2px;width:8%;float:left;}
.index-unit ul li img{transition: all 0.4s;}
.index-unit ul li img:hover{transform: scale(1.2);}

.footer{color: #999999;background-color: #2e3033;padding: 40px 0 30px;}
.footer ul{display: flex;justify-content: space-around;color: #999a9d;}
.footer .title{color: #FFFFFF;font-size: 16px;margin-bottom: 25px;}
.footer .f-nav a{display: inline-block;margin-right: 30px;color: #999a9d;}
.footer .f-nav a:hover{color: #FFFFFF;}
.footer .phone{color: #fbc366;font-size: 26px;font-weight: bold;}
.footer .qq{display: block;background: #0096ff url(../images/index_20.png) 10px 5px no-repeat;width: 142px;line-height: 40px;
color: #FFFFFF;padding-left: 40px;border-radius: 4px;margin: 15px 0;}
.f-contact dl{display: flex;margin-bottom: 10px;}
.f-contact dt{display: inline-block;width: 75px;}
.f-contact dd{width: 165px;}
.f-vak{max-width: 330px;margin-top: -40px;}
.f-vak .item{width: 148px;float: left;border-radius: 4px;color: #999999;margin: 10px 10px 20px 0;
display: flex;align-items: center;justify-content: center;}
.f-vak .item span{display: block;line-height: 18px;max-width: 85px;margin-left: 5px;}


.copy{color: #999a9d;background-color: #232527;line-height: 55px;text-align: center;}
.index-panel{display: none;}
/* 手机 */
@media (max-width: 768px) {
	.wrapper{padding-top: 50px;}
	.index{padding-top: 50px;}
	.navbar-header{transform: inherit !important;}
	.navbar{border-bottom: 0;}
	.navbar-nav{width: auto;}
	.navbar-brand{padding: 5px 10px;}
	.navbar-collapse{background-color: #000000;float: none;padding-top: 0px;transform: inherit !important;}
	.nav > li > a{margin: 0 15px;padding: 5px 0px;}
	.navbar-brand img{max-height: 30px;}
	.navthis .navbar-brand{height: auto;margin-left: 10px;}
	.navthis .navbar-toggle:after,.navthis .navbar-toggle:before{border-color: #333333;}
	.navthis .nav > li > a{padding: 15px 0;}
	.navthis .navbar-nav{margin: 0;}
	.submenu{position: static;background: transparent;display: block;padding:0px;}
	.submenu.about{width: auto;}
	.submenu p{line-height:30px; width: 90px;}
	.banner .swiper-pagination{bottom: 5px;}
  .index-soft{padding: 15px 0;}
  .index-soft ul li{width: 33%;}
  .index-soft ul .item{margin: 0px 10px 10px;}
  .index-soft ul h2{font-size: 12px;font-weight: bold;margin: 10px 0 5px;}
  .index-soft ul .info{text-align: justify;color: #666666;margin-bottom: 5px;margin-top: 10px;min-height: 90px;}
  .index-soft ul .info p{text-align: center; color: #333333;font-size: 12px;}
  .index-cate{padding: 15px 0;}
  .index-cate h1{font-size: 18px;margin: 0px 10px 10px;}
  .index-cate h3 {padding-top: 0px;}

   .index-cate-left{width: auto;padding: 0 10px;float: none;overflow: hidden;}
   .index-cate-left p{margin: 0;width: 50%;height: 35px;font-size: 14px;float: left;}
   .index-cate-left p img{max-height: 20px;}
   .index-cate-right{margin: 0;padding:10px;background-color: #e8e9ef;}
   .index-more{width: 100px;line-height: 35px;}
   .index-cate-right h2{font-size: 18px;padding: 5px 0 10px;}
   .index-cate-right .img{float: none;margin: 0;}
   .index-cate-right .info{font-size: 14px; padding: 10px 0;line-height: 24px;}
   .index-cate-right ul{margin-top: 10px;padding-bottom: 10px;padding-top: 10px;font-size: 14px;flex-direction: column;}
   .index-cate-right ul li{margin: 5px 0;}
  .hcIndex_part3_ctn{
    margin: 10px auto;
    width: 100%;
    height: 526px;
    transition:all 0.5s;
  }
  .hcIndex_part3_ctn li {
    width: 120px;
    height: 263px;
  }
  .hcIndex_morelink {
    margin: 5px auto;
    width: 120px;
    height: 28px;
    line-height: 28px;
  }

   .index-news{padding: 15px 0 5px;}
    .index-news .news-theme{padding: 0px 10px;}
   .index-news .news-theme h2{font-size: 18px;padding-top: 10px;margin-bottom: 10px;}
   .index-news ul{padding: 10px 10px 0;}
   .index-news li{width: 100%; display: block; float: none;margin-bottom: 10px;}
  .index-news li:nth-child(2n) {
    float: none;
  }
  .index-news .info span {
    font-size: 14px;
  }

   .index-unit{padding: 15px 10px;}
   .index-unit h2{font-size: 18px;margin-bottom: 10px;}
   .index-unit ul{display: block;overflow: hidden;}
   .index-unit ul li{width: 31%;float: left;margin: 1%;}
   .footer{padding: 15px 10px 5px;}
   .footer ul{display: block;}
   .footer ul li{font-size: 12px;margin: 0 5px;}
   .footer .title{margin-bottom: 10px;}
  .f-vak{margin-top: 0px;display: flex; justify-content: center}
   .f-vak .item{width: 135px;}
   .copy{font-size: 14px;padding: 10px;line-height: 22px;}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {


}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {

}


/* 新闻中心 */
.news-tab{border-bottom: 1px solid #dee1e5;}
.news-tab span{display: inline-block;line-height: 55px;cursor: pointer; position: relative;margin-right: 40px;color: #666666;font-size: 16px;}
.news-tab .current{color: #00a4ff;font-weight: bold;}
.news-tab .current:after{background-color: #00a4ff;height: 3px;position: absolute;left: 0;bottom: -1px;right: 0px;display: block;content: "";}
.news-wrap li{border-bottom: 1px solid #dee1e5;padding: 25px 0 20px;}
.news-wrap li a{display: block;color: #666666;}
.news-wrap li a:after{display: block;content: "";clear: both;}
.news-wrap li .pic{float: right;}
.news-wrap li span{color: #333333;font-size: 18px;display: block;margin-bottom: 10px;}
.news-wrap li h6{margin: 0;color: #999999;font-size: 14px;}
.news-wrap li a:hover span{color: #00a4ff;}
.news-more{margin: 30px 0;cursor: pointer;}
.news-more a{display: block;color: #999999;background-color: #eaedf1;line-height: 32px;text-align: center;}
.news-more a:hover{background-color: #e2eff9;color: #0096ff;}
.news-theme{border-bottom: 1px solid #dee1e5;}
.news-theme span{display: inline-block;line-height: 55px;color: #666666;font-size: 16px;position: relative;}
.news-theme span:after{background-color: #00a4ff;height: 1px;position: absolute;left: 0;bottom: -1px;right: 0px;display: block;content: "";}
.news-rot li{padding: 20px 0 0;}
.news-rot a{display:block;overflow: hidden;color: #666666;}
.news-rot img{float: left;}
.news-rot .info{margin-left: 120px;}
.news-rot span{display: block;color: #333333;font-size: 16px;margin-bottom: 5px;}
.news-rot a:hover span{color: #00a4ff;}
@media (max-width: 768px) {
	.news-tab span{margin-right: 10px;line-height: 50px;font-size: 15px;}
	.news-wrap li{padding: 15px 0 10px;}
	.news-more{margin: 10px 0;}
	.news-theme span{line-height: 50px;font-size: 15px;}
	.news-rot li{padding: 10px 0 0;}
}
/* 业务模块 */
.business{padding: 70px 0 110px;}
.business-list{padding: 50px 0 0;display: flex;flex-flow: wrap;color: #666666;}
.business-list .item{background-color: #FFFFFF;width: 33.33333%;display: flex;align-items: center;justify-content: center;flex-flow: column;}
.business-list p{color: #008dff;font-size: 30px;margin: 10px 0;}
.business-list span{display: block;margin:  0 50px;}

.business-wrap{background: url(../images/business_10.jpg) center no-repeat;height: 300px;position: relative;}
.business-wrap .container{position: relative;}
.business-wrap .box{background: rgba(0,141,255, 0.9);width: 600px;position: absolute;top: -30px;left: 0;padding:40px 50px;color: #FFFF;line-height: 35px;}
.business-wrap .theme{display: flex;margin-bottom: 15px;}
.business-wrap  p{position: relative;margin:0 0 0px 20px;font-size: 30px;padding-bottom: 15px;}
.business-wrap  p:after{width: 30px;height: 3px;background-color: #FFF;display: block;content: "";position: absolute;left: 0px;bottom: 0;}
.business-item{padding: 80px 0 60px;display: flex;justify-content: space-between;}
.business-item .wrap{border: 1px solid #dddddd;width: 100%;display: flex;flex-flow: wrap;position: relative;}
.business-item .wrap .box{width: 50%;position: relative; display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 0px 25px;font-size: 14px;}
.business-item .wrap .box span{display: block;font-size: 22px;margin: 10px 0;}
.business-item p{color: #666666;margin: 0;}
.business-item .wrap:after{display: block;content: "";width: 10px;height: 10px;background-color: #dddddd;position: absolute;top: 50%;left: 50%;margin: -5px 0 0 -5px;border-radius: 100%;}
.business-item .wrap .box:nth-child(1):after,.business-item .wrap .box:nth-child(2):after{width: 100px;height: 1px;background-color: #DDDDDD;display: block;content: "";position: absolute;left: 0;right: 0;bottom: 0;margin: 0 auto;}
.business-item .wrap .box:nth-child(1):before,.business-item .wrap .box:nth-child(3):before{width: 1px;height: 100px;background-color: #DDDDDD;display: block;content: "";position: absolute;right: 0;bottom: 0;top: 20%;}

@media (max-width: 768px) {
	.business{padding: 15px 0;}
	.business-list{padding: 10px 0 0;}
	.business-list .item{width: 100%;min-height: 240px;}
	.business-list p{font-size: 18px;}
	.business-wrap{height: auto;}
	.business-wrap .box{top: 0;width: auto; padding: 10px;line-height: 24px;position: static;}
	.business-wrap .theme img{max-width: 30px;}
	.business-wrap p{margin-bottom: 0px;font-size: 18px;padding-bottom: 10px;}
	.business-item{display: block;padding: 10px 0px;}
	.business-item .wrap .box{padding: 10px 5px;}
	.business-item .wrap .box span{font-size: 18px;}

}
/* 平台产品 */
.product-title{padding: 55px 0 40px;}
.product-wrap{background: url(../images/product_01.jpg) center repeat-x;margin-bottom: 110px;}
.product-wrap .container{position: relative;}
.product-content{background: rgba(0,0,0,0.9);position: absolute;top: 0;right: 0;bottom: 0;width: 50%;z-index: 100;color: #999999;font-size: 14px;padding: 5px 30px 0 90px;}
.product-content .item{display: flex;align-items: flex-start;padding-top: 30px;}
.product-content .info{margin-left: 30px;border-bottom: 1px dashed #999999;padding-bottom: 20px;}
.product-content .item:last-child .info{border-bottom: 0;}
.product-content h3{margin: 0;color: #008dff;font-size: 26px;margin-bottom: 10px;}
.business-wrap.product{background: url(../images/product_06.jpg) center no-repeat;}

.product-item{background-color: #FFFFFF;box-shadow:2px 1px 8px #DDDDDD;display: flex;justify-content: space-between;margin: 80px 0 0;}
.product-item .wrap{display: flex;justify-content: center;align-items: center;flex-flow: column;padding: 0 65px;color: #666666;line-height: 30px;}
.product-item .title{display: flex;margin:  0 0 20px 0;}
.product-item .title p{margin: 0 0 0 20px;color: #008dff;position: relative;font-size: 26px;padding-bottom: 15px;}
.product-item .title p:after{background: #008dff;width: 30px;height: 3px;display: block;content: "";position: absolute;left: 0;bottom: 0;}

.product-info{background-color: #FFF;box-shadow:2px 1px 8px #DDDDDD;border: 1px solid #edeff1;margin: 40px 0 60px;color: #666666;line-height: 30px;padding: 15px 20px;}
.product-info span{color: #008dff;}
@media (max-width: 768px) {
    .product-title{padding: 15px 0;}
	.product-content{position: static;width: 100%;padding: 5px 10px 0 10px;}
	.product-content .item{padding-top: 15px;}
	.product-content .info{margin-left: 20px;padding-bottom: 10px;}
	.product-content h3{font-size: 18px;}
	.product-wrap{margin-bottom: 15px;}
	.product-item{margin: 15px 0 0;display: block;}
	.product-item .wrap{padding: 10px;}
	.product-item .title p{font-size: 16px;}
	.product-item .title img{max-width: 80%;}
	.product-info{margin: 15px 0;padding: 10px;}
}
/* 成功案例 */
.case-wrap{background: url(../images/case_bg.jpg) center no-repeat;padding: 38px 0;margin-bottom: 80px;}
.case-wrap .container{overflow: hidden;}
.case-wrap ul{float: left;}
.case-wrap ul li{width: 360px;padding: 25px 20px 25px 70px;border-radius: 10px;cursor: pointer;position: relative;}
.case-wrap ul li:after{position: absolute;top:30px;left: 30px; z-index: 1; width: 30px;height: 30px;border: 1px solid #666666;border-radius: 100%;display: block;content: "";clear: both;}
.case-wrap ul li p{margin: 0;color: #666666;font-size: 22px;}
.case-wrap ul li span{font-size: 12px;font-family: arial;color: #999999;}
.case-wrap ul li.current{background-color: #FFFFFF;}
.case-wrap ul li.current:after{border-color: #008dff;}
.case-wrap ul li.current:before{position: absolute;top:32px;left: 32px; z-index: 2; width: 26px;height: 26px;background: #008dff;border: 1px solid #FFFFFF;border-radius: 100%;display: block;content: "";clear: both;}
.case-wrap .box{position: relative;float: right;}
.case-wrap .box img{border-radius: 10px;}
.case-wrap .wrap{position: absolute;top: 110px;left: 40px;color: #666666;max-width: 420px;}
.case-wrap .title{display: flex;margin:  0 0 20px 0;}
.case-wrap .title p{margin: 0 0 0 20px;color: #008dff;position: relative;font-size: 26px;padding-bottom: 15px;height: 50px;}
.case-wrap .title p:after{background: #008dff;width: 30px;height: 3px;display: block;content: "";position: absolute;left: 0;bottom: 0;}
.case-wrap .info{line-height: 30px;}
@media (max-width: 768px) {
	.case-wrap{padding: 10px 0;margin-bottom: 15px;background-color: #eaeef1;}
	.case-wrap ul{float: none;}
	.case-wrap ul li{width: auto;padding: 10px 10px 10px 45px;}
	.case-wrap ul li p{font-size: 16px;}
	.case-wrap ul li:after{width: 20px;height: 20px;top: 15px;left: 15px;}
	.case-wrap ul li.current:before{width: 16px;height: 16px;top: 17px;left: 17px;}
	.case-wrap .wrap{position: static;padding: 10px;}
	.case-wrap .title p{font-size: 16px;height: 35px;}
	.case-wrap .title{margin: 0;}
	.case-wrap .title img{max-width: 40px;}
}

/* 服务中心 */
.service{background: transparent;padding: 0;margin-bottom: 60px;}
.service-map{background: url(../images/map2.png) center no-repeat;width: 734px;height: 606px;position: relative;}
.service-map div{width: 35px;text-align: center;position: absolute;color: #df3426;}
.service-map div span{display: block;}
.service .index-sewrap{box-shadow:2px 1px 8px #DDDDDD;padding: 20px 15px;border-radius: 10px;margin:75px 0 0 20px;}
.service_bj{top: 210px;right: 166px;}
.service_qd{top: 262px;right: 112px;}
.service_cq{top: 390px;right: 280px;}
.service_ly{top: 318px;right: 205px;}
.service_js{top: 310px;right: 112px;}
.service_wh{top: 364px;right: 190px;}
.service_sh{top: 350px;right:85px;}
.service_qz{top: 438px;right: 120px;}
.service_hf{top: 342px;right: 138px;}
.service_sx{top: 392px;right: 98px;}
@media (max-width: 768px) {
	.service-map{width: 300px;height: 248px;background-size: 100% 100%;}
	.service_bj{top: 70px;right: 58px;}
	.service_qd{top: 91px;right: 34px;}
	.service_cq{top: 145px;right: 100px;}
	.service_ly{top: 110px;right: 82px;}
	.service_js{top: 135px;right: 46px;}
	.service_wh{top: 132px;right: 75px;}
	.service_sh{top: 125px;right:25px;}
	.service_qz{top: 170px;right: 40px;}
	.service_hf{top: 140px;right: 58px;}
	.service_sx{top: 156px;right: 28px;}
	.service{margin-bottom: 10px;}
	.service .index-sewrap{margin: 10px 0;}
}

.cooper-tab{text-align: center;}
.cooper-tab span{display: inline-block;margin: 0px 10px; border: 1px solid #d2d8dd;color: #9fa9b0;line-height: 40px;width: 100px;text-align: center;cursor: pointer;border-radius: 20px;}
.cooper-tab span.current{color: #FFFFFF;border-color: #008dff;background-color: #008dff;}
.cooper-wrap{padding-bottom: 50px;}
.cooper-wrap ul{padding: 70px 0 80px;display: flex;justify-content: space-between;margin: 0 auto;width: 95%;}
.cooper-wrap ul li{font-size: 16px;width: 16.6666666666%;text-align: center;color: #666666;}
.cooper-wrap ul li span{display: block;margin: 10px 40px 0;width: 130px;}
.cooper-wrap ul li img{border-radius: 100%;}
.cooper-wrap .swiper-pagination-bullet{background-color: #CCCCCC;border: 1px solid #CCCCCC;width: 30px;height: 3px;opacity: 1;border-radius: 0;}
.cooper-wrap .swiper-pagination-bullet-active{background-color: #008dff;border-color: #008dff;}
.cooper-wrap .swiper-button-next, .cooper-wrap .swiper-button-prev{top: 40%;width: 18px;height: 29px;}
.cooper-wrap .swiper-button-prev{background: url(../images/c_prev.png) center no-repeat;}
.cooper-wrap .swiper-button-next{background: url(../images/c_next.png) center no-repeat;}
@media (max-width: 768px) {
	.cooper-tab span{width: 44%;margin: 0px 2% 10px;}
	.cooper-wrap ul{padding: 15px 0 20px;display: flex;flex-flow: wrap;}
	.cooper-wrap ul li{width: 50%;}
	.cooper-wrap ul li img{max-width: 100px;}
	.cooper-wrap ul li span{width: 100px;font-size: 13px;}
	.cooper-wrap{padding-bottom: 10px;}
}

.news-nav{border-bottom: 1px solid #dee1e5;line-height: 52px;color: #666666;}
.news-nav a{color: #666666;}
.news-nav span{color: #00a4ff;}
.news-view{padding: 30px 0 0;}
.news-view h1{font-size: 26px;font-weight: bold;margin: 0;}
.news-view h6{color: #999999;font-size: 14px;margin: 20px 0;}
.news-view .info{border-top: 1px solid #dee1e5;border-bottom: 1px solid #dee1e5;color: #666666;line-height: 24px;padding: 15px 0 0;}
.news-view .info p{margin-bottom: 20px;}
.news-view .info img{max-width:100%;height:auto;}
.news-share{padding: 20px 0;color: #666666;}
.news-share a{display: inline-block;background: url(../images/news_08.png);width: 40px;height: 40px;margin-right: 5px;margin-bottom: 5px;}
.news-share .qq:hover{background: url(../images/news_11.png);}
.news-share .wx{background: url(../images/news_09.png);}
.news-share .wx:hover{background: url(../images/news_12.png);}
.news-share .weibo{background: url(../images/news_10.png);}
.news-share .weibo:hover{background: url(../images/news_13.png);}
.news-action{padding-bottom: 20px;}
.news-action a{color: #999999;}
.news-action a:hover{color: #008dff;}
@media (max-width: 768px) {
	.news-nav{padding: 5px 0;line-height: 22px;}
	.news-view{padding: 15px 0 0;}
	.news-view h1{font-size: 18px;}
	.news-view h6{margin: 10px 0;}
	.news-view .info p{margin-bottom: 10px;}
	.news-share{padding: 10px 0;}
	.news-action{padding-bottom: 10px;}
}
