 #focus {
   position: relative;
   height: 275px;
 }
 .bigUl li {
   position: absolute;
   background: #fff;
 }
 .numberUl {

   position: absolute;
   right: 5px;
   bottom: 10px;
   z-index: 1000;
 }
 .numberUl li {
   width: 10px;
   background: #fff;
   float: left;
   display: block;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   margin-left: 5px;
 }
 .numberUl li a {
   display: block;
 }
 .numberUl li.night {
   background: #008cd5;
 }
 #focus .textUl li {
   position: absolute;
   width: 320px;
   bottom: 0;
   left: 5px;
   display: none;
   height: 30px;
   line-height: 30px;
   text-align: center;
   overflow: hidden;
 }
 #focus .textDiv {
   position: absolute;
   z-index: 999;
   right: 0;
   left: 0;
   bottom: 0px;
   height: 30px;
   background: rgba(0, 0, 0, 0.6);
 }
 #focus .textDiv a,
 #focus .textDiv:link {
   color: #fff;
 }
.wrap{
	width:1240px;
	margin: 0 auto;
}
.module-title{
	position: relative;
}
.module-title h3{
	text-align: center;
	font-size: 30px;
	color: #333333;
	padding-bottom: 25px;
}
.result-transform,#Hnews{
	padding-bottom: 40px;
}
 #Hnotice{
     padding: 20px 0 40px;
 }
 #resultTransform{
     padding-bottom: 5px;
 }
.module-tab{
	text-align: center;
	padding-bottom: 37px;
	position: relative;
}
.module-tab>a{
	padding: 0 15px;
	position: relative;
}
.more,.more{
	position: absolute;
	right: 0;
	top: 0;
}
.more a,.more a{
	color: #333333;
	border: 1px solid #D8DCE5;
	border-radius: 2px;
	padding: 4px;
}
.more a i,.more a i{
	font-style: initial;
    color: #BDC0C5;
    font-size: 24px;
    vertical-align: -2px;
    margin-right: 3px;
}
.module-tab>a:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 30%;
	height: 3px;
	background-color: transparent;
	transform: translateX(-50%);
}
.module-tab>a:hover:after,
.module-tab>a.active:after{
	background-color: #FF2828;
}
.result-transform ul,.ip ul,
.knowledge-training ul{
	overflow: hidden;
}
.result-transform li,.ip li{
	width: 261px;
	float: left;
	margin-right: 40px;
	padding-bottom: 35px;
}
.result-transform li:nth-child(4n),
.ip li:nth-child(4n){
	margin-right: 0;
}

.result-transform  .imgbox{
	border: 1px solid #D2D2D2;
}
.demandlist .imgbox{
	margin-bottom: 20px;
}

.result-transform .imgbox,
.ip li .imgbox{
	width: 260px;
	height: 170px;
	display: block;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.result-transform .demandlist .imgbox{
	text-align:left;
	padding-top:15px;
}

.result-transform .demandlist .imgbox p{
	padding: 6px 5px;
}
.result-transform .demandlist .demand-btn{
	text-align: center;
	padding-top: 10px;
}
.result-transform .demandlist .demand-btn span{
	display: inline-block;
    padding: 7px 20px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    border: solid 1px #0b89e0;
    color: #0b89e0;
}
.ip{
	padding-bottom: 35px;
}
.result-transform li .imgbox:hover img,
.ip li .imgbox:hover img,
.knowledge-training li .imgbox:hover img{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


.result-transform li .imgbox:after,
.ip li .imgbox:after,
.knowledge-training li .imgbox:after{
	content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.result-transform li .imgbox img,
.ip li .imgbox img,
.knowledge-training li .imgbox img{
	max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.result-transform li .des{
	font-size: 12px;
	padding: 5px 0;
	color: #999999;
}
.result-transform li .browse{
	float: right;
}
.result-transform li .title{
	color: #333333;
	text-align: center;
	padding-top: 10px;
}
/*???С??*/
.ip li .price{
	font-size: 20px;
	color: #FF6500;
}
.ip li .title{
	padding: 8px 0;
	font-size: 16px;
	color: #333333;
	text-align:center;
}
/*??????*/
.expert-team{
	padding-bottom: 40px;
}
.expert-team-bg{
	background-image: url(../../yibazhan/images/export-bg.jpg);
	background-repeat: no-repeat;
}
.expert-team-c{
	padding: 46px 0;
}
.expert-team ul{
	overflow: hidden;
}
.expert-team li{
	width: 275px;
	height:441px;
	float: left;
	margin-right: 21px;
	padding: 25px 25px 60px 25px;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 5px 3px rgba(0,0,0,0.1);
}
.expert-team li:last-child{
	margin-right: 0;
}
.expert-team li img{
	text-align: center;
	width: 200px;
	height: 200px;
	border-radius: 50%;
}
.expert-team li p{
	line-height: 1.5;
	color: #656565;
	overflow:hidden;
}
.expert-team li p .fl{
	float:left;
	margin-right:5px;
}
.expert-team li p .fr{
	overflow:hidden;
	display: block;
}
.expert-team li p.name{
	font-size: 18px;
	color: #333333;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
}
.expert-team li p.company{
	padding-top:15px;
}
.expert-team .owl-dots{
	text-align: center;
	margin-top: 40px;
}
.expert-team .owl-dot span{
	width: 35px;
	height: 6px;
	border-radius: 8px;
	background-color: #ffffff;
	margin: 0 5px;
	display: inline-block;
}
.expert-team .owl-dot{
	outline: none;
}
.expert-team .owl-dot.active span{
	background-color: #FF2727;
}

/*?????*/
.knowledge-training{
	padding-bottom: 110px;
}
.knowledge-training .module-title h3{
	/*text-align: left;
	font-size: 22px;*/
}
.knowledge-training li{
	width: 275px;
	float: left;
	margin-right: 21px;
}
.knowledge-training li .imgbox{
	width: 275px;
	height: 152px;
	display: block;
	border: 1px solid #B5B5B5;
	overflow: hidden;
	text-align: center;
}
.knowledge-training li:last-child{
	margin-right: 0;
}
.knowledge-training li p{
	padding-top: 5px;
	color: #333333;
}
.pic-text-list li {
  float: left;
  width: 280px;
  font-size: 0;
  margin: 0 10px;
}
.pic-text-list li > a {
  display: block;
  width: 280px;
  height: 170px;
  line-height: 170px;
  border: solid 1px #ddd;
  box-sizing: border-box;
  text-align: center;
}
.pic-text-list li > a img {
  max-width: 270px;
  max-height: 160px;
  vertical-align: middle;
}
.pic-text-list li.all {
  margin: 0;
  width: 270px;
}
.pic-text-list li:last-child {
  margin-right: 0;
}
.pic-text-list li .des {
  font-size: 12px;
}
.pic-text-list li .pTitle {
  padding: 10px 0 7px 0;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  height: 20px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
}
.pic-text-list li .pTxt {
  line-height: 20px;
  padding: 0 5px;
  height: 60px;
  overflow: hidden;
}
.pic-text-list li .more {
  text-align: right;
  font-size: 14px;
  padding: 10px 0;
  font-weight: bold;
  height: 19px;
  padding-right: 10px;
}

.text-time-list li {
  height: 36px;
  line-height: 36px;
  float: left;
  width: 100%;
}
.text-time-list li .sTime {
  float: right;
  color: #999;
  width: 100px;
  overflow: hidden;
  height: 36px;
}
.text-time-list li .section {
  float: left;
  width: 75px;
  text-align: right;
}
.text-time-list li .sTitle {
  margin-left: 30px;
  margin-right: 30px;
  width: 450px;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-list li {
  height: 36px;
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-list li a {
  background: url(../../yibazhan/images/dot.jpg) no-repeat left center;
  padding-left: 10px;
}

.part3 table {
  table-layout: fixed;
  width: 100%;
  border: 0;
  border: solid 1px #ddd;
  border-bottom: none;
}
.part3 thead {
  background: #0b89e0;
  font-size: 16px;
  color: #fff;
}
.part3 thead th {
  padding: 8px 0;
  text-align: center;
}
.part3 tbody {
}
.part3 tbody td {
  padding: 8px 10px;
  border-bottom: solid 1px #ddd;
  text-align: center;
  line-height: 20px;
}
.part3 tbody tr td:first-child {
  text-align: left;
  padding-left: 20px;
}
.part3 tbody tr td .i-state {
  color: #ff5400;
}

.part4 {
  background: url(../../yibazhan/images/index-part4.jpg) center 80px no-repeat;
}
.part4 .ul-list01 li {
  margin: 15px 30px 15px 0;
  background: #fff;
  border: solid 1px #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 380px;
  padding: 10px 10px 0 10px;
  float: left;
}
.part4 .ul-list01 li:nth-child(3),
.part4 .ul-list01 li:last-child {
  margin-right: 0;
}
.part4 .ul-list01 li p {
  padding: 10px 0;
}
.part4 .ul-list01 li .iTitle {
  float: left;
  width: 95px;
  text-align: right;
  color: #666;
  height: 20px;
  line-height: 20px;
}
.part4 .ul-list01 li b {
  display: block;
  margin-left: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.part4 .ul-list01 li .pTime {
  font-size: 12px;
  color: #999;
  text-align: right;
}
.part4 .ul-list01 li .pBtn {
  text-align: center;
}

.part5 .left {
  width: 870px;
}
.part5 .right {
  width: 300px;
}
.part5 .boxB .hd {
}
.part5 .d-img {
  float: left;
  border: solid 1px #ddd;
  font-size: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.part5 .text-time-list {
  margin-left: 180px;
  margin-top: 10px;
}

.part6 .zj-item {
  background: #eee;
  padding: 15px;
  border: solid 1px #dcdcdc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 190px;
  text-align: center;
  height: 330px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 10px;
}
.part6 .zj-item:hover .div-des {
  top: 0;
}
.part6 .zj-item img {
  border-radius: 50%;
}
.part6 .zj-item .pName {
  font-size: 18px;
  padding: 10px 0;
}
.part6 .zj-item > .pTxt {
  line-height: 24px;
  font-size: 12px;
  text-align: left;
  color: #666;
  height: 150px;
  overflow: hidden;
}
.part6 .zj-item .pTxt p {
  word-wrap: break-word;
  word-break: break-all;
}
.part6 .zj-item .div-des {
  height: 330px;
  overflow: hidden;
  background: rgba(11, 137, 224, 0.88);
  padding: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 190px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 330px;
  -webkit-transition: top 1s;
  -moz-transition: top 1s;
  -o-transition: top 1s;
  transition: top 1s;
}
.part6 .zj-item .div-des .pTxt {
  line-height: 22px;
  font-size: 12px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}
.part6 .zj-item .div-des a,
.part6 .zj-item .div-des a:link {
  color: #fff;
}

.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
  height: auto;
  margin:0 auto;
}
.banner table { width:100% !important; }


.banner .swiper-slide img{
    width: 100%;
    vertical-align: bottom;
    min-height: 300px;
}
 .swiper-button-next,.swiper-button-prev{
     color: #fff !important;
     height: 50px;
     /*background-color: #5e5f5e;*/
 }
 .banner .swiper-button-prev{
     left: -140px !important;
 }
 .banner .swiper-button-next{
     right: -140px !important;
 }
 .mySwiper:hover .swiper-button-prev{
     left: 10px !important;
 }
 .mySwiper:hover .swiper-button-next{
     right: 10px !important;
 }
 .banner .swiper-button-next:after,.banner .swiper-button-prev:after{
     font-size: 22px !important;
     font-weight: bold !important;
 }
 .banner .swiper-pagination-bullet-active{
     background: #fff !important;
 }
.banner_img {
  width: 100%;
  /*height: 400px;*/
  position: absolute;
  left: 0;
  top: 0;
}

.banner_img li {
  width: 100%;
  /*height: 400px;*/
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  list-style: none;
}

.banner_list {
  height: 50px;
  top: 360px;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.banner_list span {
  display: block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  float: left;
  margin: 0 5px;
}

.banner_list .spcss {
  background: #0b89e0;
}

.banner_left {
  position: absolute;
  height: 90px;
  width: 60px;
  top: 50%;
  left: -60px;
  background-color: rgba(73, 72, 62, 0.6);
  margin-top: -45px;
  text-align: center;
  transition: all 0.5s;
  z-index: 2;
}

.banner_left:hover {
  background-color: rgba(73, 72, 62, 0.9);
}

.banner_right {
  position: absolute;
  height: 90px;
  width: 60px;
  top: 50%;
  right: -60px;
  background-color: rgba(73, 72, 62, 0.6);
  margin-top: -45px;
  text-align: center;
  transition: all 0.5s;
  z-index: 2;
}

.banner_right:hover {
  background-color: rgba(73, 72, 62, 0.9);
}

.banner_left img {
  margin-top: 22px;
}

.banner_right img {
  margin-top: 22px;
}

/*搜索区*/
.topSearch{
 width: 100%;
 height: 150px;
 background-color: #e9f6fe;
 display: flex;
 justify-content: center;
 align-items: center;
}
.topSearch-center{
 width: 1200px;
}
.topSearch-title{
    color: #158beb;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-left: 5px;
}
.topSearch-cont{
    display: flex;
    align-items: center;
}
 .topSearch-cont a{
     color: #158beb;
 }
.topSearch-left{
    width: 80%;
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(153,153,153,0.2);
}
.topSearch-input{
    width: 92%;
    height: 40px;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
}
.topSearch-icon{
    width: 8%;
    height: 42px;
    background-color: #098ff2;
    text-align: center;
    cursor: pointer;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.topSearch-icon .fa-search{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}
.topSearch-right{
    margin-left: 25px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
}
/*新闻公告*/
.newsNotice{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.newsNotice-center{
    width: 1200px;
}
.newsNotice-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newsNoticeTop-left{
    font-size: 28px;
    font-weight: bold;
}
.newsNoticeTop-right{
    display: flex;
    align-items: center;
}
.newsNoticeTop-right i{
    margin-left: 35px;
    font-size: 18px;
    cursor: pointer;
}
.NoticeTopActive{
    color: #00346f;
    position: relative;
    font-weight: bold;
}
.NoticeTopActive:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: orange;
}
.newsNotice-bottom{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.newsNoticeBot-left{
    width: 50%;
}
.newsNoticeBot-list{
    margin-bottom: 15px;
    cursor: pointer;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}
 /*新闻版块-选中样式*/
 .newsNoticeBot-left .active{
     /*box-shadow: 0 0 10px rgba(153,153,153,0.4);*/
     /*border-radius: 3px;*/
 }
 .newsNoticeBot-left .active{
     transition: all 0.3s ease-in-out;
 }
 .newsNoticeBot-list:before{
     content: '';
     background-color: #4db1f9;
     display: block;
     position: absolute;
     z-index: 10;
     width: 100%;
     height: 0;
     left: 0;
     top: 50%;
     background-size: 100% 100%;
     background-repeat: no-repeat;
     transition: all 0.3s ease-in-out;
     border-radius: 0 15px 0 15px;
 }
 .newsNoticeBot-left .active:before{
     width: 104%;
     height: 100%;
     left: -2%;
     top: 0%;
     content: '';
     box-shadow: 3px 35px 77px -17px rgb(77 147 249 / 15%);
 }
 .newsNoticeBot-left .active:after{
     content: '';
     z-index: 11;
     position: absolute;
     overflow: hidden;
     top: -3%;
     left: -3%;
 }

.newsDes{
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(153,153,153,0.8);
}
 .newsDes i{
     display: block;
     width: 80%;
     color: #fff;
     line-height: 30px;
     font-size: 14px;
     font-style: normal;
     padding-left: 10px;
     box-sizing: border-box;
     word-break: break-all;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 1; /* 这里是超出几行省略 */
     overflow: hidden;
 }
 .newsSwiper .swiper-pagination-bullets{
     bottom: 5px !important;
     left: auto !important;
     right: 0 !important;
     width: 20% !important;
 }
 .newsSwiper .swiper-pagination-bullet{
     border-radius: 0 !important;
 }
.newsNoticeBot-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 12;
}
.newsNoticeBot-font{
    width: 15%;
    -webkit-text-stroke: 1px #dfdfdf;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
    color:rgba(11, 137, 224, 1);
    font-weight: bold;
}
.newsNoticeBot-word{
    width: 84%;
}
.newsNoticeBot-text{
    font-size: 16px;
    color: #000;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.newsNoticeBot-des{
    font-size: 13px;
    color: #6a6a6a;
    margin-top: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
.newsNoticeBot-left .active .newsNoticeBot-text{
    color: #fff !important;
}
.newsNoticeBot-left .active .newsNoticeBot-des{
    color: #fff !important;
}
 .newsNoticeBot-left .active .newsNoticeBot-font{
     color: #fff !important;
     -webkit-text-stroke: 1px #fff;
     -webkit-text-fill-color: transparent;
 }
/*.newsNoticeBot-list:hover .newsNoticeBot-font{*/
/*    -webkit-text-stroke: 1px #098ff2;*/
/*}*/
.newsNoticeBot-right{
    width: 45%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.newsRight-img,.newsSwiper{
    width: 100%;
    height: 355px;
}
.newsSwiper .swiper-slide{
    width: 100%;
    height: 100%;
}
.newsRight-img img{
    width: 100%;
    height: 100%;
}
.newsRight-text{
    width: 100%;
    height: 100px;
    background-color: #feb51b;
    position: absolute;
    right: -25px;
    bottom: -10px;
    padding: 15px 25px;
    box-sizing: border-box;
}
.newsRight-text i{
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 2px;
    font-style: italic;
}
.newsRight-text i:nth-of-type(2){
    margin-top: 5px;
}
.newsNoticBtn{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.morebtn{
    width: 120px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    line-height: 50px;
    font-size: 20px;
    background-color: #098ff2;
    cursor: pointer;
    display: block;
}
.lookmorebtn{
    font-size: 16px !important;
}
.newsNoticBtn-right{
    width: 45%;
    position: relative;
}
/*成果展示*/
 .achieveShow{
     width: 100%;
     margin-top: 60px;
     padding: 40px 0;
     background-color: #f7f7f7;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
 }
.achieveShow-center{
    width: 1200px;
}
.achieveShow-title{
     height: 60px;
     position: relative;
}
 /*标题空心字*/
 .achieveShow-title span{
     font-size: 28px;
     font-weight: bold;
     position: relative;
     z-index: 2;
 }
 .achieveShow-title i{
     -webkit-text-stroke: 1px #dfdfdf;
     -webkit-text-fill-color: transparent;
     font-size: 55px;
     color: #fff;
     font-weight: bold;
     position: absolute;
     left: 0;
     bottom: -20px;
     z-index: 1;
 }
 .nagigation-title{
     position: relative;
 }
 .nagigation-link{
     position: absolute;
     right: 0;
     top: 0;
     color: #fff !important;
     font-size: 16px;
     font-weight: bold;
 }
 .nagigation-title span{
     font-size: 28px;
     font-weight: bold;
     position: relative;
     z-index: 2;
     color: #fff;
 }
 .nagigation-title i{
     -webkit-text-stroke: 1px #44a1e5;
     -webkit-text-fill-color: transparent;
     font-size: 55px;
     color: #fff;
     font-weight: bold;
     position: absolute;
     left: 0;
     bottom: -20px;
     z-index: 1;
 }
/*案例区域*/
 .caseSection{
     margin-top: 20px;
 }
 .caseSectio-top{
     width: 100%;
     display: flex;
     justify-content: space-between;
     align-items: flex-end;
 }
.caseSectioTop-left span{
    font-size: 18px;
    color: #098ff2;
    font-weight: bold;
}
.caseSectioTop-tab{
    display: flex;
    margin-bottom: 10px;
}
.caseSectioTop-tab i{
    margin-right: 20px;
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
 .caseSectio-active{
     color: #098ff2;
 }
.caseSectio-active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 3px;
    background-color: orange;
}
.caseSection-ul{
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.caseSection-ul:after{
    content: "";
    flex: auto;
}
.caseSection-list{
    width: 370px;
    margin-bottom: 40px;
    margin-right: 44px;
    box-sizing: border-box;
    cursor: pointer;
}
.caseSection-list:nth-child(3n){
    margin-right: 0;
}
.caseSectionList-img{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.caseSectionList-img. .img{
     width: 370px;
     height: 250px;
     overflow: hidden;
}
.caseSectionList-img img{
    width: 100%;
    height: 100%;
}
.caseSectionList-word span{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
}
 .caseSectionList-word span:nth-of-type(1){
     font-size: 16px;
     display: block;
     height: 46px;
     line-height: 22px;
     margin-top: 15px;
     font-weight: bold;
 }
 .caseSectionList-word span:nth-of-type(2){
     font-size: 14px;
     color: #5f5f5f;
     margin-top: 10px;
 }
 .caseSectionList-Num span:nth-of-type(1){
     font-size: 16px;
     display: block;
     line-height: 22px;
     margin-top: 15px;
     color: #098df2;
 }
 .caseSectionList-Num span:nth-of-type(2){
     font-size: 14px;
     margin-top: 10px;
     display: block;
     height: 46px;
     word-break: break-all;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2; /* 这里是超出几行省略 */
     overflow: hidden;
 }
 .caseSectionList-topic span:nth-of-type(1){
     font-size: 16px;
     display: block;
     line-height: 22px;
     margin-top: 15px;
     width: 100%;
     text-align: center;
     height: 46px;
     word-break: break-all;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2; /* 这里是超出几行省略 */
     overflow: hidden;
     font-weight: bold;
 }
/* 服务指南*/
 .serviceGuide{
     width: 100%;
     padding: 40px 0;
     display: flex;
     justify-content: center;
     box-sizing: border-box;
 }
 .serviceGuide-center{
     width: 1200px;
 }
 .casestep{
     width: 100%;
     margin: 20px 0;
     border-bottom: #bebebe 1px solid;
     position: relative;
 }
 .casestepActive{
     width: 33.3333%;
     height: 5px;
     background-color: #078ff3;
     display: block;
     position: absolute;
     left: 0;
     bottom: 0;
     transition: 0.4s;
 }
 .serviceGuide .caseSection{
     margin-top: 40px;
 }
 /*.caseSectionList-service span:nth-of-type(1){*/
 /*    font-size: 16px;*/
 /*    display: block;*/
 /*    height: 36px;*/
 /*    line-height: 22px;*/
 /*    margin-top: 15px;*/
 /*    font-weight: bold;*/
 /*}*/
 /*.caseSectionList-service span:nth-of-type(2){*/
 /*    font-size: 14px;*/
 /*    color: #5f5f5f;*/
 /*}*/
 .guideSection{
     width: 100%;
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
     margin: 60px 0;
 }
 .guideList{
     background-size: 100% auto;
     background-repeat: no-repeat;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     cursor: pointer;
     overflow: hidden;
     border-radius: 10px;
 }
 .guideList i{
     width: 65px;
     height: 65px;
     position: relative;
 }
 .guideList i img{
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     transition: 0.3s;
 }
 .guideList:hover i img{
     left: 5px;
 }
 .guideList span{
     color: #fff;
     font-size: 18px;
     font-weight: bold;
     margin-top: 10px;
 }
 .guideTop{
     width: 32%;
     height: 260px;
     margin-bottom: 20px;
 }
 .guideBot{
     width: 24%;
     height: 240px;
     margin-bottom: 20px;
 }
 .guide1{
     background-image: url("../../yibazhan/images/guide1.png");
 }
 .guide2{
     background-image: url("../../yibazhan/images/guide2.png");
 }
 .guide3{
     background-image: url("../../yibazhan/images/guide3.png");
 }
 .guide4{
     background-image: url("../../yibazhan/images/guide4.png");
 }
 .guide5{
     background-image: url("../../yibazhan/images/guide5.png");
 }
 .guide6{
     background-image: url("../../yibazhan/images/guide6.png");
 }
 .guide7{
      background-image: url("../../yibazhan/images/guide7.png");
  }
 .guide8{
     background-image: url("../../yibazhan/images/guide8.png");
 }
/* 资源导航*/
 .nagigation{
     width: 100%;
     height: 500px;
     background-image: url("../../yibazhan/images/natural.png");
     background-size: 100% 100%;
     display: flex;
     justify-content: center;
     background-repeat: no-repeat;
 }
 .nagigation-center{
     width: 1200px;
     padding: 40px 0;
     box-sizing: border-box;
 }
 .nagigation-center{
     height: 60px;
     position: relative;
     color: #fff;
 }
 .nagigation-ul{
     width: 100%;
     margin-top: 70px;
     display: flex;
     align-items: center;
     justify-content: space-between;
 }
 .nagigation-list{
     width: 20%;
     cursor: pointer;
 }
 .nagigation-top{
     width: 100%;
     height: 220px;
     background-color: #fff;
     border-radius: 10px;
     display: flex;
     justify-content: center;
     align-items: center;
 }
 .nagigation-top i{
     width: 30%;
     height: 75px;
     position: relative;
 }
 .nagigation-top img{
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     transition: 0.3s;
 }
 .nagigation-top:hover i img{
     left: 5px;
 }
 .nagigation-list span{
     display: block;
     width: 100%;
     text-align: center;
     margin-top: 25px;
     font-size: 16px;
     font-weight: bold;
     color: #fff;
     height: 50px;
     word-break: break-all;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2; /* 这里是超出几行省略 */
     overflow: hidden;
 }
/* 牌匾资质*/
 .qualifica{
     width: 100%;
     padding: 40px 0;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
 }
 .qualifica-center{
     width: 1200px;
 }
 .swiper-container {
     width: 100%;
     height: 100%;
 }
 .qualifica-swiper{
     margin-top: 60px;
 }
 .qualifica-swiper .swiper-slide {
     display: flex;
     justify-content: center;
     align-items: center;
     transition: 300ms;
     transform: scale(0.7);
 }
 .qualifica-swiper .swiper-slide img{
     width: 100%;
 }
 .qualifica-swiper .swiper-slide-active,.qualifica-swiper .swiper-slide-duplicate-active{
     transform: scale(1);
 }
 .qualifica-swiper .swiper-button-prev{
     left: 0px !important;
     background-image: url("../../yibazhan/images/lefticon.png");
     background-size: 100% auto;
     width: 60px;
 }
 .qualifica-swiper .swiper-button-next{
     right: 0px !important;
     background-image: url("../../yibazhan/images/righticon.png");
     background-size: 100% auto;
     width: 60px;
 }
/*重要链接*/
 .botlink{
     width: 100%;
     padding: 40px 0;
     box-sizing: border-box;
     display: flex;
     justify-content: center;
     background-color: #f7f7f7;
     margin-top: 30px;
 }
 .botlink-center{
     width: 1200px;
 }
 .botlink .caseSection{
     margin-top: 60px;
 }
 .botlinkList{
     background-color: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 15px;
     box-sizing: border-box;
     overflow: hidden;
     height: 90px;
     border: 10px;
 }
 .botlinkList img{
     width: 70%;
 }




.boxA .tab {
  padding-top: 20px;
  padding-bottom: 50px;
}

#Hnews .col-1 {
  width: 420px;
  float: left;
}
#Hnotice .col-1 {
    width: 280px;
    float: left;
}
#Hnews .col-2 {
  margin-left: 440px;
}
#Hnotice .col-2{
    margin-left: 300px;
}
#Hnews .col-1 li {
}
#Hnews .text-list li,#Hnotice .text-list li {
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  border-bottom: 1px #ddd dashed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#Hnews .text-list li:hover,
#Hnews .text-list li.on ,
#Hnotice .text-list li:hover,
#Hnotice .text-list li.on {
  background-color: #f5f5f5;
}
#Hnews .text-list li a,#Hnotice .text-list li a {
  float: left;
  width: 610px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#Hnotice .text-list li a {
    width: 745px;
}
#Hnews .text-list li .iTime,#Hnotice .text-list li .iTime {
  float: right;
  width: 80px;
  color: #999;
  text-align: right;
  font-size: 12px;
}
.noticeMore{
    height: 46px;
    line-height: 46px;
    padding-left: 10px;
}
.noticeMore a{
    color: #0658a4;
}
.news-pic-list {
  padding-top: 40px;
}
.news-pic-list > ul {
  width: 1200px;
  overflow: hidden;
}
.news-pic-list li {
  float: left;
  width: 265px;
  margin-right: 15px;
}
.news-pic-list li:last-child {
  margin-right: 0;
}
.news-pic-list li > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: solid 1px #b5b5b5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}
.news-pic-list li > a > img {
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.news-pic-list li a:hover > img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.news-pic-list li .pTitle {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
}
.icon-list .pTxt {
  line-height: 20px;
  padding: 0 5px;
  height: 50px;
  overflow: hidden;
}

.h50{height:50px;clear:both;font-size:0;overflow:hidden;}
.navDiv{padding-bottom: 25px;}
.nav-box a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  display: block;
  cursor: pointer;
  color: #999;
}
.nav-box > div {
  margin-right: 10px;
}
.nav-box > div > a,
.row-col-1-1,
.row-col-1-2,
.row-col-2-1,
.row-col-2-2 {
  height: 100px;
  border: solid 1px #b5b5b5;
  position: relative;
}
.nav-box .col-3 > a,
.nav-box .col-4 > a {
  border: none;
}
.nav-box .col-3 .row-2,
.nav-box .col-4 .row-2 {
  margin-right: 0;
}
.nav-box .col-1 {
  /*width: 225px;*/
  width: 285px;
  float: left;
}
.nav-box .col-2 {
  /*width: 225px;*/
  width: 285px;
  float: left;
}
.nav-box .col-3 {
  /*width: 385px;*/
  width: 285px;
  float: left;
}
.nav-box .col-4 {
  width: 280px;
  float: left;
  margin-right: 0;
}
.nav-box .row-1 {
  margin-bottom: 5px;
}
.nav-box .row-2 {
  margin-right: 5px;
}
.nav-box .col-1 .row-2 {
  /*width: 110px;*/
  width: 140px;
  float: left;
}
.nav-box .col-1 .row-3 {
  /*margin-left: 115px;*/
  margin-left: 145px;
}
.nav-box .col-2 .row-2 {
  /*width: 110px;*/
  width: 140px;
  float: left;
}
.nav-box .col-2 .row-3 {
  /*margin-left: 115px;*/
  margin-left: 145px;
}
.nav-box .col-3 .row-1 .row-col-1-1 {
  /*width: 240px;*/
  width: 285px;
  /*float: left;*/
}
.nav-box .col-3 .row-1 .row-col-1-2 {
  margin-left: 245px;
}
.nav-box .col-3 .row-2 .row-col-2-1 {
  /*width: 190px;*/
  width: 140px;
  float: left;
}
.nav-box .col-3 .row-2 .row-col-2-2 {
  /*margin-left: 195px;*/
  margin-left: 145px;
}
/*.nav-box .col-4 .row-1 {*/
.nav-box .col-4 .row-2 {
  margin-bottom: 5px;
}
.nav-box .col-4 .row-1 .row-col-1-1 {
  width: 140px;
  float: left;
}
.nav-box .col-4 .row-1 .row-col-1-2 {
  margin-left: 145px;
}
.nav-box .col-4 .row-2 .row-col-2-1 {
  /*width: 140px;*/
  width: 280px;
  /*float: left;*/
}
.nav-box .col-4 .row-2 .row-col-2-2 {
  margin-left: 145px;
}
.nav-box .icon {
  position: absolute;
  background: url(../../yibazhan/images/home-nav.png) no-repeat;
  width: 52px;
  height: 50px;
  right: 20px;
  bottom: 15px;
}
.nav-box .des {
  font-weight: 550;
  letter-spacing: 1px;
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 16px;
}
.nav-box .icon-1-1 {
  background-position: 0 0;
  width: 49px;
  height: 47px;
}
.nav-box .icon-1-2 {
  background-position: 0 -63px;
  width: 36px;
  height: 38px;
}
.nav-box .icon-1-3 {
  background-position: 0 -121px;
  width: 42px;
  height: 39px;
}
.nav-box .icon-2-1 {
  background-position: 0 -180px;
  width: 50px;
  height: 41px;
}
.nav-box .icon-2-2 {
  background-position: 0 -239px;
  width: 42px;
  height: 38px;
}
.nav-box .icon-2-3 {
  background-position: 0 -295px;
  width: 36px;
  height: 43px;
}
.nav-box .icon-3-1 {
  background-position: 0 -349px;
  width: 36px;
  height: 47px;
}
.nav-box .icon-3-2 {
  background-position: 0 -416px;
  width: 34px;
  height: 34px;
}
.nav-box .icon-3-3 {
  background-position: 0 -474px;
  width: 40px;
  height: 40px;
}
.nav-box .icon-3-4 {
  background-position: 0 -530px;
  width: 41px;
  height: 41px;
}
.nav-box .icon-4-1 {
  background-position: 0 -592px;
  width: 41px;
  height: 31px;
}
.nav-box .icon-4-2 {
  background-position: 0 -650px;
  width: 36px;
  height: 33px;
}
.nav-box .icon-4-3 {
  background-position: 0 -705px;
  width: 44px;
  height: 39px;
}
.nav-box .icon-4-4 {
  background-position: 0 -768px;
  width: 45px;
  height: 32px;
}
.nav-box a:hover {
  background: #0083cd;
  color: #fff;
}
.nav-box a:hover .icon-1-1 {
  background-position: -71px 0;
}
.nav-box a:hover .icon-1-2 {
  background-position: -71px -63px;
}
.nav-box a:hover .icon-1-3 {
  background-position: -71px -121px;
}
.nav-box a:hover .icon-2-1 {
  background-position: -71px -180px;
}
.nav-box a:hover .icon-2-2 {
  background-position: -71px -239px;
}
.nav-box a:hover .icon-2-3 {
  background-position: -71px -295px;
}
.nav-box a:hover .icon-3-1 {
  background-position: -75px -349px;
}
.nav-box a:hover .icon-3-2 {
  background-position: -71px -416px;
}
.nav-box a:hover .icon-3-3 {
  background-position: -73px -474px;
}
.nav-box a:hover .icon-3-4 {
  background-position: -71px -530px;
}
.nav-box a:hover .icon-4-1 {
  background-position: -71px -592px;
}
.nav-box a:hover .icon-4-2 {
  background-position: -71px -650px;
}
.nav-box a:hover .icon-4-3 {
  background-position: -71px -705px;
}
.nav-box a:hover .icon-4-4 {
  background-position: -71px -768px;
}
.w-simImg .image-w,.imgBB,.imgScaleBig .img{
     height: 100%;
    border-radius: 5px;
}

.simImg_spec1 .caption-text p{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 这里是超出几行省略 */
    overflow: hidden;
}

#flashBoxu_u1_ {
    width: 100% !important;
    height: 600px;
    border: 0px solid #EEE;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#flashBoxu_u1_ img {width: 100% !important;}