/* #region 头部 */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #FFFFFF;
}

.header-height,
.header .hdr-con {
    height: 95px;
    position: relative;
}

.header .logo {
    width: 224px;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.header .logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header .hdr-menubtn {
    display: none;
}

.header .hdr-nav {
    float: right;
}

.nav .li1 {
    float: left;
    position: relative;
    margin-left: 36px;
}

.nav .li1:first-child {
    margin-left: 0;
}

.nav .a1,
.nav2 .a2 {
    display: block;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: #232323;
    transition: .4s;
}

.nav .a1 {
    font-size: 20px;
    height: 95px;
    line-height: 95px;
    padding: 0 22px;
    font-weight: 600;
}

.nav .tit1 {
    display: block;
}

.nav .icon1 {
    width: 13px;
    height: 8px;
    background: url(../images/icon-a1.png) no-repeat center/100% auto;
    transition: .4s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nav .dropmenu {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.302);
    box-sizing: border-box;
    display: none;
}

.nav .dropmenu::before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background-color: #2559cc;
}

.nav2 {
    padding: 15px 0 7px;
    margin: 0 5px;
}

.nav2 .li2 {
    margin-bottom: 7px;
}

.nav2 .a2 {
    font-size: 16px;
    line-height: 1.5;
}

.nav .li1.on .a1,
.nav .li1:hover .a1,
.nav2 .li2:hover .a2 {
    color: #890a81;
}

/* #endregion 头部 */

/* #region 底部 */
.footer {
    background-color: #0a4985;
    padding-bottom: 50px;
}

.bqicp{text-align: center;
    padding-top: 20px;
    color: #fff;}

.footer .ftr-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    padding: 73px 0 68px;
}

.footer .logo {
    width: 448px;
}

.footer .ftr-nav {
    overflow: hidden;
}

.footer .ftr-nav li {
    float: left;
    margin-right: 40px;
}

.footer .ftr-nav .a1 {
    display: block;
    color: #fff;
    line-height: 1.5;
    font-size: 18px;
    transition: .4s;
}

.footer .ftr-nav .a1:hover {
    color: #ff6600;
}

.footer .ftr-row2 {
    display: flex;
    overflow: hidden;
    padding: 55px 0;
    border-top: 1px dashed #0672c2;
    border-bottom: 1px dashed #0672c2;
}

.footer .ftr-col {
    flex: 1;
    overflow: hidden;
}

.footer .ftr-col:nth-child(2) {
    border-left: 1px dashed #0672c2;
    border-right: 1px dashed #0672c2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .ftr-info {
    color: #fff;
    line-height: 1.5;
    margin-top: 14px;
}

.footer .ftr-info dt {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 44px;
}

.footer .ftr-info dd {
    font-size: 16px;
    margin-bottom: 10px;
}

.footer .ftr-tel {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.footer .ftr-tel .tel {
    font-weight: bold;
    font-size: 26px;
    margin: 6px 0 34px;
}

.footer .ftr-col:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.footer .ftr-qrcode {
    overflow: hidden;
}

.footer .ftr-qrcode li {
    width: 125px;
    margin-right: 44px;
    float: left;
}

.footer .ftr-qrcode li:last-child {
    margin-right: 0;
}

.footer .ftr-qrcode .pic {
    margin-bottom: 24px;
}

.footer .ftr-qrcode .txt {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

.bannerV2{
       height: auto;

    text-align: center;
    position: relative;
	width: 100%;
    overflow: hidden;
    height: auto;
	max-height:477px;
    position: relative;
}
.bannerV2 img {
    width: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.bannerV2 h3 {
    text-align: center;
    position: absolute;
    left: 10%;
    top: 30%;
    width: 80%;
}

.bannerV2 h3 dt {
	/*display: none;*/
	overflow: hidden;
	margin-top: 2em;
}
.bannerV2 h3 dt a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background: #4e4e4e;
	padding: 0.5% 1%;
	margin: 0 1em;
}
.bannerV2 h3 font {
	display: block;
	font-size: 25px;
	line-height: 1;
	color: #fff;
	margin-bottom: 1em;
}
.bannerV2 h3 span {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0.5em;
	line-height: 1;
}

.full_width {
    height: 100px;
    background-color: rgb(255, 255, 255);
    background-position: center top;
    left: -130.8px;

}

.pagenav { padding-top:40px; top: 23px; text-align: center;font-size: 0;}
.pagenav li{
	    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
list-style: none;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top right;
	}

	
.pagenav  li.wp_subtop{
	    font-family: Microsoft YaHei;
		font-weight: normal;
    font-size: 18px;
	    height: 50px;
    color: #181818;
    text-align: center;
    position: relative;
  
}
.pagenav  li.wp_subtop >a {
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
    font-family: arial;
    display: block;
    padding: 0px;
    color: #333;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.pagenav  li>a.ahover {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-family: arial;
    color: #ffffff;
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #2559cc;
    font-weight: bold;
}

.page_about{ background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
	
	
.page_about_text{
	    padding: 40px 0 110px;
}

.about_txt {
    margin-top: 34px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}



.page_cp_main {
    padding-top: 42px;
    background: #f7f7f7;
	padding-bottom:20px;
}
.loadmore {
    width: 80%;
    margin: 2em auto;
    line-height: 2;
    font-size: 26px;
    text-align: center;
}
.loadmore-line {
    border-top: 1px solid #E5E5E5;
    margin-top: 2.4em;
}
.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    background-color: #FFFFFF;
    color: #808080;
}
.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}
.lay-btn {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #16baaa;
    color: #fff !important;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.lay-btn-normal {
    background-color: #1e9fff;
}
.lay-btn-warm {
    background-color: #ffb800;
}
.lxwm_box2 .map{ width: 100%; height: 500px;  }

/*新闻详情页*/
.newsshow {
    padding-top: 25px;
}
.pl50{padding-left: 50px;}
.newsview {
	padding-left: 40px;
    padding-right: 40px;
    min-height: 400px;
    margin-top: 30px;
    border-top: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 33px;
    color: #777;
}

.allow_visitor{
    font-size: 15px;
    padding: 10px 10px;
    text-align: center;
    border: 1px dashed #ff9a9a;
    background: #ffe;
}
.allow_visitor a{
    color: #666;
}
.newsshow h2 {
    display:block;font-family:Microsoft YaHei;font-size:24px;color:#2559cc;font-weight:bold;text-decoration:none;
}

.newsshow .date {
    font-size: 14px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
}

.newsshow .date span {
   
    color: #999999;
    margin-right: 30px;
    padding-left: 22px;
}

.newsshow .date .s1 {
    background: url(../images/news_icon1.jpg) no-repeat left center;
}

.newsshow .date .s2 {
    background: url(../images/news_icon2.jpg) no-repeat left center;
}

.newsshow .date .s3 {
    background: url(../images/news_icon3.jpg) no-repeat left center;
}
.viewpage {
    background: #eee;
    width: 100%;
	display: inline-block;

}

.main_r_nav {
    float: left;
    width: 754px;
    height: 100px;
    padding: 10px 0;
    font-size: 14px;
    margin-left: 20px;
    display: inline;
}

.main_r_nav a {
    color: #777;
    float: left;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 33px;
    font-size: 14px;
}

.main_r_nav a:hover {
    color: #f90712;
}

.returnlist {
   
    height: 56px;
    padding: 15px 18px;
    display: inline;
    float: right;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    background: #2f2e2e;
}

.returnlist a {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "microsoft yahei";
    width: 100%;
    display: block;
}



.page_lxwm{ width:1200px; margin: 40px auto;}


.page_lxwm .contact-container {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;

}
.page_lxwm .contact-container .contact_tel{
	width:567px;
	float:left;
}

.page_lxwm h2 {
  margin-bottom: 15px;font-family: "Microsoft YaHei"; font-size: 24px; color: rgb(0, 0, 0); font-style: normal; 
}


.page_lxwm .contact-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.page_lxwm .info-item {
  display: flex;
  align-items: start;
  margin-top: 25px;
}

.page_lxwm .info-item em {
  font-size: 24px;
  margin-right: 15px;
  color: #333;
}

.page_lxwm .info-content h3 {
  margin-bottom: 5px;
}

.page_lxwm .contact-form {
  display: flex;
  flex-direction: column;
      border-color: transparent;
    border-width: 0px;
    overflow: hidden;
    width: 563px;
    height: 339px;
}

.page_lxwm .contact-form input,
.page_lxwm .contact-form textarea {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  background-color: #e7e7e7;
}

.page_lxwm .contact-form button {
  padding: 15px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  cursor: pointer;
}

.page_lxwm .contact-form button:hover {
  background-color: #0056b3;
}


.case_ny_left {
   
}

.case_ny_left h2 {
    font-weight: normal;
    font-size: 22px;
    line-height: 1.6;
}

.casePreview {
    border-top-color: #dddddd;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #dddddd;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.backBtn {
    float: left;
    padding: 8px 15px 8px 15px;
    border: 1px solid #dedede;
}

.previewBtn {
    float: right;
    padding: 8px 15px 8px 15px;
    background-color: #f80909;
    color: #FFFFFF;
}

.previewBtn:hover {
    color: #fff;
    background-color: #c50606;
}

.caseTitle {
    font-size: 18px;
    border-left: 3px #f80909 solid;
    padding-left: 15px;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
}

.detaLabels {
    margin-top: 20px;
}

.labelList {
    background-color: #eeeeee;
    color: #666;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
    display: inline-block;
    margin-left: 10px;
}

.product_show .swiper_box{
    float: left;
    position: relative;
    width: 538px;height: 310px; overflow: hidden;
}

.swiper_box .swiper {
    width: 100%;

  }

   .swiper-slide {
    width: 100%;
    text-align: center;

  }

  .mySwiper .swiper-slide img {
    display: block;
    width: 100%;
 
    object-fit: cover;
  }


  .cpxq_box1Txt{float: left; margin-left: 40px;}
.cpxq_box1Txt1{line-height: 30px;font-size: 16px;color: #333;font-weight: bold;}


.cpxq_js{margin-top: 40px;}
.cpxq_tit{border-bottom: 1px solid #e9e9e9;}
.cpxq_tit span{display: block;width: 174px;height: 42px;line-height: 42px;font-size: 18px;color: #222; padding-right: 72px;padding-left: 24px; background: url(../images/d.jpg) #e9e9e9 center right no-repeat;}
.cpxq_jsM{margin: 20px 0 30px;line-height: 28px;font-size: 14px;color: #666;}
.cpxq_csM{margin: 38px 0;background: #f9f9f9;}
.cpxq_csM ul li{border-bottom: 2px solid #fff;overflow: hidden;min-height: 48px;position: relative;padding-left: 216px;}
.cpxq_csM ul li div{position: absolute;left: 0;top: 0;width: 214px;height: 100%; text-align: center;font-size: 18px;color: #333;border-right: 2px solid #fff;line-height: 28px;padding: 10px 0;}
.cpxq_csM ul li p{line-height: 28px;padding: 10px 0;padding-left: 74px;padding-right: 15px;}
.cpxq_csM img{max-width: 100%;height: auto !important;}
.cpxq_xgcp{padding-bottom: 44px;}
.cpxq_xgcp .index_box2W{margin-top: 30px;}

/* 服务网络 */
#c_static_001-1679022468181{    width: 1440px;    max-width: 90%;    margin: 0 auto;    padding: 80px 0px;}
#c_static_001-1679022468181 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}
#c_static_001-1679022468181 .e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    margin-bottom: 50px;
}
#c_static_001-1679022468181 .e_text-2 {
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
    color: #003595;
}
#c_static_001-1679022468181 .e_text-3 {
    line-height: normal;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
#c_static_001-1679022468181 .e_text-4 {
    text-align: center;
    font-size: 18px;
    padding: 0% 7%;
    line-height: 2;
    padding-bottom: 4%;
}
#c_static_001-1679022752397 {
    background:#f5f5f5;
    padding:80px 0px
}
#c_static_001-1679022752397 .e_container-1 {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%
}
#c_static_001-1679022752397 .e_container-1 > .p_item {
    flex:1;
    max-width:100%;
    max-height:100%;
    text-align:center;
    margin-bottom:50px
}
#c_static_001-1679022752397 .e_text-2 {
    line-height:normal;
    font-size:36px;
    font-weight:bold;
    color:#003595
}
#c_static_001-1679022752397 .e_text-3 {
    line-height:normal;
    color:#999;
    font-size:16px;
    margin-top:10px;
    text-transform:uppercase;
    letter-spacing:6px;
    margin-bottom:50px
}
#c_static_001-1679022752397 .e_loop-4 .p_list {
    display:flex;
    flex-wrap:wrap;
    position:relative;
    width:1440px;
    margin:0 auto;
    max-width:90%;
    justify-content:space-between
}
#c_static_001-1679022752397 .e_loop-4 .p_loopitem {
    flex:0 0 32.8%;
    position:relative
}
#c_static_001-1679022752397 .e_loop-4 .p_page {
    text-align:center
}
#c_static_001-1679022752397 .e_loop-4 .p_filter_wrapper {
    width:100%;
    font-size:13px
}
#c_static_001-1679022752397 .e_loop-4 .p_kv_wrapper {
    display:flex;
    flex-wrap:nowrap;
    line-height:40px;
    margin:15px 0
}
#c_static_001-1679022752397 .e_loop-4 .p_filter_key {
    width:70px;
    overflow:hidden;
    margin-right:10px;
    font-weight:bold;
    color:#333333;
    font-size:12px
}
#c_static_001-1679022752397 .e_loop-4 .p_v_item {
    display:inline-block;
    padding:0 3px;
    cursor:pointer;
    font-size:13px;
    color:#555555;
    margin-right:30px
}
#c_static_001-1679022752397 .e_loop-4 .p_active .p_fbutton {
    color:#fff;
    background-color:cornflowerblue
}
#c_static_001-1679022752397 .e_loop-4 .p_result_item {
    position:relative;
    padding:3px 20px 3px 10px;
    border:1px solid #ddd;
    border-radius:3px;
    margin-right:10px
}
#c_static_001-1679022752397 .e_loop-4 .p_filter_close {
    position:absolute;
    right:0;
    top:0;
    padding:3px;
    font-style:normal;
    font-size:16px;
    margin-top:-5px;
    cursor:pointer
}
#c_static_001-1679022752397 .e_loop-4 .p_s_option {
}
#c_static_001-1679022752397 .e_loop-4 .multSelect {
    font-size:13px;
    position:relative
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .inputWrap {
    width:100%;
    min-width:100px;
    min-height:24px;
    border:1px solid #DCDFE6;
    border-radius:3px;
    position:relative;
    cursor:pointer;
    background:white
}
#c_static_001-1679022752397 .e_loop-4 .multSelect.is-invalid .inputWrap {
    border-color:#dc3545
}
#c_static_001-1679022752397 .e_loop-4 .multSelect ul {
    padding:0 5px;
    margin:0;
    padding-right:35px
}
#c_static_001-1679022752397 .e_loop-4 .multSelect ul, li {
    list-style:none
}
#c_static_001-1679022752397 .e_loop-4 .multSelect li {
    display:inline-block;
    background:#edf0f3;
    color:#92969c;
    padding:0px 5px;
    margin:1px 5px 1px 0;
    border-radius:5px;
    line-height:16px
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .multSelect-option {
    width:100%;
    border:1px solid #DCDFE6;
    border-radius:2px;
    border-top:0;
    max-height:200px;
    overflow-y:scroll;
    position:absolute;
    height:0;
    opacity:0;
    z-index:9;
    background:#fff
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .multSelect-option>div {
    line-height:24px;
    cursor:pointer;
    padding:0 10px
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .multSelect-option>div.selected {
    color:#409eff
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .multSelect-option>div:hover {
    color:#409eff;
    background:#f3f6f9
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .fa-close {
    font-style:normal;
    font-size:12px;
    padding:0 5px 0 7px
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .inputWrap>.fa svg {
    fill:#666;
    width:12px;
    height:12px;
    position:absolute;
    right:0;
    top:calc(50% - 3px)
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .inputWrap>.fa-down svg {
    transform:rotate(-90deg)
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .inputWrap>.fa-up svg {
    transform:rotate(90deg)
}
#c_static_001-1679022752397 .e_loop-4 .multSelect .placeholder {
    line-height:40px;
    padding-left:10px;
    color:#aaa;
    position:absolute;
    left:0;
    top:0
}
#c_static_001-1679022752397 .e_loop-4 .p_normal_start {
    display:inline;
    width:100px;
    height:40px
}
#c_static_001-1679022752397 .e_loop-4 .p_date_start {
    display:inline;
    width:105px;
    height:40px
}
#c_static_001-1679022752397 .e_loop-4 .p_normal_end {
    display:inline;
    width:100px;
    height:40px;
    margin-right:5px
}
#c_static_001-1679022752397 .e_loop-4 .p_date_end {
    display:inline;
    width:105px;
    height:40px;
    margin-right:5px
}
#c_static_001-1679022752397 .e_loop-4 .p_split {
    margin:0 5px
}
#c_static_001-1679022752397 .e_loop-4 .p_normal {
    margin-right:16px
}
#c_static_001-1679022752397 .e_loop-4 .p_fbutton {
    background-color:#007bff;
    border:1px solid #409EFF;
    text-decoration:none;
    color:white;
    font-size:16px;
    text-align:center;
    padding:10px 25px;
    position:relative;
    overflow:hidden
}
#c_static_001-1679022752397 .e_loop-4 .input-check, #c_static_001-1679022752397 .e_loop-4 .input-radio {
    margin:0 5px;
    vertical-align:text-top
}
#c_static_001-1679022752397 .e_loop-4 .position-left {
    display:flex
}
#c_static_001-1679022752397 .e_loop-4 .position-right {
    display:flex;
    flex-direction:row-reverse
}
#c_static_001-1679022752397 .e_loop-4 .position-top {
}
#c_static_001-1679022752397 .e_loop-4 .position-bottom {
    display:flex;
    flex-direction:column-reverse
}
#c_static_001-1679022752397 .e_loop-4 .p_mbutton {
    border:1px solid #409EFF;
    text-decoration:none;
    color:#409EFF;
    font-size:16px;
    text-align:center;
    padding:10px 25px;
    position:relative;
    overflow:hidden
}
#c_static_001-1679022752397 .e_loop-4 .p_mbutton:after {
    content:"";
    display:none;
    width:16px;
    height:16px;
    background-color:#409eff;
    -webkit-transform:skewY(-45deg);
    transform:skewY(360deg);
    position:absolute;
    bottom:0px;
    right:0;
    z-index:1
}
#c_static_001-1679022752397 .e_loop-4 .p_mbutton::before {
    content:"";
    display:none;
    width:6px;
    height:9px;
    border-right:#ffffff solid 2px;
    border-bottom:#ffffff solid 2px;
    -webkit-transform:rotate(35deg);
    transform:rotate(35deg);
    position:absolute;
    bottom:5px;
    right:4px;
    z-index:2
}
#c_static_001-1679022752397 .e_loop-4 .p_active .p_mbutton::before {
    display:block
}
#c_static_001-1679022752397 .e_loop-4 .p_active .p_mbutton::after {
    display:block
}
#c_static_001-1679022752397 .e_loop-4 .p_input_match {
    width:100px;
    height:40px;
    padding:10px;
    border:1px solid #ced4da;
    border-radius:3px
}
#c_static_001-1679022752397 .e_loop-4 .p_filter_result {
    display:inline-block
}
#c_static_001-1679022752397 .e_loop-4 .p_contclear {
    cursor:pointer
}
#c_static_001-1679022752397 .e_loop-4 .swiper-container {
    padding-bottom:30px
}
#c_static_001-1679022752397 .e_loop-4 .p_imgwrapper {
    width:80px;
    height:100px;
    overflow:hidden
}
#c_static_001-1679022752397 .e_loop-4 .p_imgtitle {
    display:flex;
    justify-content:center;
    flex-wrap:nowrap;
    margin:0 auto;
    line-height:20px
}
#c_static_001-1679022752397 .e_loop-4 .p_imgwrapper img {
    width:100%;
    object-fit:cover
}
#c_static_001-1679022752397 .e_loop-4 .p_active .p_imgwrapper {
    border:1px solid #409eff
}
#c_static_001-1679022752397 .e_loop-4 .p_filter_result {
    display:none
}
#c_static_001-1679022752397 .e_loop-4 .p_contclear {
    display:none
}
#c_static_001-1679022752397 .e_loop-4 .p_inputRangeSearch {
    padding:7px 12px;
    background:#007bff;
    color:white;
    font-size:16px;
    font-style:normal
}
#c_static_001-1679022752397 .e_loop-4 .p_inputSearch {
    padding:0px 17px;
    background:#007bff;
    color:white;
    font-size:16px;
    font-style:normal;
    height:40px;
    display:inline-block;
    vertical-align:middle;
    border-radius:5px;
    margin-left:10px
}
#c_static_001-1679022752397 .e_image-5 {
    overflow:hidden
}
#c_static_001-1679022752397 .e_image-5 img {
    width:100%;
    height:100%;
    object-fit:contain;
    transition:ease all .5s
}
#c_static_001-1679022752397 .e_loop-4 .p_loopitem:hover img {
    transform:scale(1.1)
}
#c_static_001-1679022752397 .e_text-6 {
    line-height:2;
    color:#333;
    font-size:18px;
    margin-top:2%;
    text-transform:uppercase;
    font-weight:500;
    width:800px;
    margin:0 auto;
    max-width:90%
}
#c_static_001-1679022752397 .e_h2-7 {
    font-size:20px;
    color:#333;
    font-weight:bold
}
#c_static_001-1679022752397 .e_text-8 {
    font-size:16px;
    color:#666;
    line-height:1.8;
    height:90px;
    margin-top:10px
}
#c_static_001-1679022752397 .e_button-9 {
    display:block;
    position:relative;
    overflow:hidden;
    text-align:center;
    box-sizing:border-box;
    width:100px;
    border-radius:0px;
    padding:0px;
    border:solid 1px #eee;
    height:36px;
    background:none;
    color:#666;
    line-height:36px;
    margin-top:22px
}
#c_static_001-1679022752397 .e_button-9 span {
    display:block;
    width:100%;
    position:relative;
    z-index:1;
    outline:0;
    margin:0px;
    overflow:hidden
}
#c_static_001-1679022752397 .e_button-9::after {
    content:"";
    position:absolute;
    width:0;
    height:100%;
    transition:all .3s;
    z-index:0;
    opacity:0;
    top:0;
    left:0px
}
#c_static_001-1679022752397 .e_button-9:hover::after {
    opacity:1
}
#c_static_001-1679022752397 .e_container-10 {
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    width:100%
}
#c_static_001-1679022752397 .e_container-10 > .p_item {
    background:#fff;
    width:100%;
    padding:8%
}
@media screen and (max-width: 1080px) {
    #c_static_001-1679022752397 {
        background:#f5f5f5;
        padding:10% 0%
    }
    #c_static_001-1679022752397 .e_text-2 {
        line-height:normal;
        font-size:24px;
        font-weight:bold;
        color:#003595
    }
    #c_static_001-1679022752397 .e_text-6 {
        line-height:2;
        color:#333;
        font-size:14px;
        margin-top:2%;
        text-transform:uppercase;
        font-weight:bold;
        width:800px;
        margin:0 auto;
        max-width:90%
    }
    #c_static_001-1679022752397 .e_loop-4 .p_loopitem {
        flex:0 0 100%;
        position:relative;
        margin-bottom:6%
    }
}

/* 文件下载 */
.down-list{
    margin-top: 50px;
  }
  .down-list li{
    border-bottom: 1px solid #E4EAEC;
    padding: 25px 0;
  }
  .down-list li:first-of-type{
    border-top: 1px solid #E4EAEC;
  }
  .down-list li .content{
    width: 99%;
    margin-left: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .down-list li .content .left{
    display: flex;
    display: -webkit-flex;
  }
  .down-list li .content .left .img-box{
    width: 40px;
    height: 40px;
  }
  .down-list li .content .left .img-box img{
    width: 100%;
    height: 100%;
  }
  .down-list li .content .left .text{
    margin-left: 10px;
  }
  .down-list li .content .left .text a{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    font-family: Arial;
    display: block;
    transition: 0.3s;
  }
  .down-list li .content .left .text a:hover{
    color: #0028C3;
  }
  .down-list li .content .left .text .details{
    display: flex;
    display: -webkit-flex;
    margin-top: 5px;
  }
  .down-list li .content .left .text .details span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    font-family: Microsoft YaHei;
  }
  .down-list li .content .left .text .details span:not(:first-of-type){
    margin-left: 15px;
  }
  .down-list li .content .right{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
  .down-list li .content .right .inst-box{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-right: 50px;
    cursor: pointer;
    position: relative;
  }
  .down-list li .content .right .inst-box:hover>.flow-content{
    height: max-content;
    padding: 20px 0;
  }
  .down-list li .content .right .inst-box .flow-content{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 400px;
    background-color: #FFFFFF;
    padding: 0px 0;
    box-shadow: 0px 0px 27px 0px rgba(14,5,9,0.1);
    border-radius: 8px;
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
  }
  .down-list li .content .right .inst-box .flow-content .f-content{
    width: 90%;
    margin: 0 auto;
  }
  .down-list li .content .right .inst-box .flow-content .f-content .ms{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
  }
  .down-list li .content .right .inst-box .flow-content .f-content .ms a{
    border-bottom: 1px solid #0028C3;
  }
  .down-list li .content .right .inst-box .flow-content .f-content .ms a span{
    font-size: 14px;
    font-weight: 400;
    color: #0028C3;
    font-family: Microsoft YaHei;
  }
  .down-list li .content .right .inst-box .flow-content .f-content .ms a i{
    font-size: 14px;
    color: #0028C3;
    margin-left: 10px;
  }
  .down-list li .content .right .inst-box .flow-content .f-content .f-text h3{
    font-size: 16px;
    font-weight: bold;
    color: #0028C3;
    font-family: Microsoft YaHei;
  }
  .down-list li .content .right .inst-box .flow-content .f-content .f-text p{
    font-size: 14px;
    font-weight: ArialMT;
    color: #666666;
    font-family: Microsoft YaHei;
    margin-top: 8px;
  }
  .down-list li .content .right .inst-box .flow-content .f-content .f-text{
    margin-top: 20px;
  }
  .down-list li .content .right .inst-box .i-span{
    font-size: 14px;
    font-weight: 400;
    color: #88A5D4;
    font-family: Microsoft YaHei;
    margin-right: 10px;
  }
  .down-list li .content .right .inst-box .i-i{
    color: #88A5D4;
  }
  .down-list li .content .right .more{
    width: 130px;
    border: 2px solid #88A5D4;
    border-radius: 21px;
    height: 42px;
    font-size: 14px;
    font-weight: 400;
    color: #88A5D4;
    font-family: Microsoft YaHei;
    text-align: center;
    line-height: 42px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.3s;
  }

  .down-list li .content .right .more:hover{
    border-color: #0028C3;
    background-color: #0028C3;
    color: #FFFFFF;
  }
/* 招聘 */
.page_job{}

.page_job .row-g1{
	padding: 40px 0 40px;
}
.page_job .row-g2{
	margin-bottom: 36px;
}
.page_job .row-g3{
	margin-bottom: 55px;
}
.page_job .g-mzw-title-a1{
	height: 36px;
}
.page_job .g-mzw-title-a1.center{
	display: flex;
	justify-content: center;
}
.page_job .g-mzw-title-a1 .title-icon,
.page_job  .g-mzw-title-a1 .title-tit{
	float: left;
}
.page_job .g-mzw-title-a1 .title-icon{
    width: 36px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center 5px;
    background-size: 100% auto;
    background-image: url(../images/icon-d1.png);
    margin-right: 20px;
}
.page_job .g-mzw-title-a1 .title-tit{
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
    color: #003595;
}

.page_job .g-mzw-title-a1.style2{
	height: 20px;
	position: relative;
}
.page_job .g-mzw-title-a1.style2 .title-icon{
	width: 0.55rem;
	height: 20px;
	background-position: center 0.28rem;
	background-image: url(../images/icon-d2.png);
	margin-right: 0.14rem;
}
.page_job .g-mzw-title-a1.style2 .title-tit{
	font-size: 0.46rem;
	line-height: 1.2rem;
}
.page_job .g-mzw-title-a1.style2 .title-en{
	font-size: 0.96rem;
	color: rgba(0, 99, 190, 0.11);
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	left: 0;
	top: 0.16rem;
}
.page_job .g-mzw-title-a1.style2.center .title-en{
	left: 50%;
	transform: translateX(-50%);
}

.page_job .g-mzw-title-a1.style3{
	height: 1rem;
}
.page_job .g-mzw-title-a1.style3 .title-icon{
	width: 0.53rem;
	height: 1rem;
	background-image: url(../images/icon-d3.png);
	margin-right: 0.16rem;
	background-position: center 0.18rem;
}
.page_job .g-mzw-title-a1.style3 .title-tit{
	font-size: 0.46rem;
	line-height: 1rem;
	color: rgb(255, 255, 255);
}

.page_job .g-mzw-title-a1.style4{
	height: 0.4rem;
}
.page_job .g-mzw-title-a1.style4 .title-icon{
	width: 0.2rem;
	height: 0.4rem;
	background-image: url(../images/icon-d4.png);
	margin-right: 0.05rem;
	background-position: center 0.07rem;
}
.page_job .g-mzw-title-a1.style4 .title-tit{
	font-size: 0.18rem;
	line-height: 0.4rem;
	color: rgb(66, 66, 66);
}

.page_job .m-mzw-tab-b3{
	display: flex;
}
.page_job .m-mzw-tab-b3 li{
	flex: 1;
}

.page_job .m-mzw-tab-b3 .con{
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: rgb(51, 51, 51);
    background-color: rgb(247, 247, 247);
    transition: .5s;
    cursor: pointer;
}

.page_job .m-mzw-tab-b3 .con::after{
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	background: url(../images/icon-a10.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	opacity: 0;
	transition: .5s;
}
.page_job .m-mzw-tab-b3 li.on .con{
	color: #fff;
	background-color: rgb(0, 108, 184);
}
.page_job .m-mzw-tab-b3 li.on .con::after{
	opacity: 1;
}



.ul-mzw-jobs-a1{}
.ul-mzw-jobs-a1 li{}
.ul-mzw-jobs-a1 .con{
	display: block;
	border-bottom: 1px solid rgb(219, 219, 219);
	padding-bottom: 6px;
}
.ul-mzw-jobs-a1 .jobs-tit{
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
	padding: 30px 0;
	position: relative;
}
.ul-mzw-jobs-a1 .name{
	font-weight: bold;
}
.ul-mzw-jobs-a1 .jobs-list{
	overflow: hidden;
}
.ul-mzw-jobs-a1 .item{
	float: left;
	margin-left: 40px;
}
.ul-mzw-jobs-a1 .item:first-child{
	margin-left: 0;
}
.ul-mzw-jobs-a1 .tit,
.ul-mzw-jobs-a1 .info{
	display: inline;
	font-size: 16px;
	color: #666;
}
.ul-mzw-jobs-a1 .icon{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    cursor: pointer;
}
.ul-mzw-jobs-a1 .icon::before,
.ul-mzw-jobs-a1 .icon::after{
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.ul-mzw-jobs-a1 .icon::after{
	transform: translateY(-50%) rotate(90deg);
}
.ul-mzw-jobs-a1 .jobs-txt{
	padding-top: 30px;
	padding-bottom: 45px;
	background-color: rgb(250, 250, 250);
	display: none;
}
.ul-mzw-jobs-a1 .jobs-tit,
.ul-mzw-jobs-a1 .jobs-txt{
	padding-left: 70px;
	padding-right: 40px;
}
.ul-mzw-jobs-a1 .tit2{
	font-size:  24px;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}
.ul-mzw-jobs-a1 .jobs-list2{
	margin-bottom: 12px;
	overflow: hidden;
}
.ul-mzw-jobs-a1 dl{
	margin-bottom: 20px;
    line-height: 2;
}
.ul-mzw-jobs-a1 dt{
	font-size: 22px;
	color: rgb(51, 51, 51);
	line-height: 2;
	margin-bottom: 15px;
}
.ul-mzw-jobs-a1 dd{
	font-size: 18px;
	color: rgb(102, 102, 102);
	line-height: 2.111;
}
.ul-mzw-jobs-a1 .email{
	font-size: 28px;
	color: rgb(14, 75, 154);
	line-height: 1.5;
	font-weight: bold;
	word-break: break-all;
}

.ul-mzw-jobs-a1 li.on .con{
	border-bottom: none;
	padding-bottom: 12px;
}
.ul-mzw-jobs-a1 li.on .jobs-tit{
	background-color: rgba(23, 124, 239, 0.149);
	padding: 20px 0 20px;
}
.ul-mzw-jobs-a1 li.on .item{
	width: 25%;
	margin-left: 0;
	padding-left: 70px;
	box-sizing: border-box;
}
.ul-mzw-jobs-a1 li.on .name{
	display: none;
}
.ul-mzw-jobs-a1 li.index1 .jobs-txt{
	display: block;
}
.ul-mzw-jobs-a1 li.on .tit,
.ul-mzw-jobs-a1 li.on .info{
	display: block;
	color: rgb(51, 51, 51);
}
.ul-mzw-jobs-a1 li.on .tit{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
.ul-mzw-jobs-a1 li.on .info{
	font-size: 18px;
}
.ul-mzw-jobs-a1 li.on .icon{
	display: none;
}
.list-paddingleft-2{ padding-bottom: 20px;}
.list-paddingleft-2 li p{line-height: 2; font-size: 18px;}
.list-paddingleft-2 p{line-height: 2;}

/* #endregion 底部 */

@media only screen and (min-width: 950px) and (max-width: 1920px) {

    /* #region 头部 */
    .header-height,
    .header .hdr-con {
        height: 4.947vw;
    }

    .header .logo {
        width: 11.66vw;
    }

    .nav .li1 {
        margin-left: 1.875vw;
    }

    .nav .a1 {
        font-size: 0.937vw;
        height: 4.947vw;
        line-height: 4.947vw;
        padding: 0 1.145vw;
    }

    .nav .icon1 {
        width: 0.677vw;
        height: 0.416vw;
    }

    .nav .dropmenu {
        box-shadow: 0 0.104vw 0.781vw 0 rgba(0, 0, 0, 0.302);
    }

    .nav .dropmenu::before {
        height: 0.208vw;
    }

    .nav2 {
        padding: 0.781vw 0 0.364vw;
        margin: 0 0.260vw;
    }

    .nav2 .li2 {
        margin-bottom: 0.364vw;
    }

    .nav2 .a2 {
        font-size: 0.833vw;
    }

    /* #endregion 头部 */

    /* #region 底部 */
    .footer {
        padding-bottom: 4.166vw;
    }

    .footer .ftr-row1 {
        padding: 3.802vw 0 3.541vw;
    }

    .footer .logo {
        width: 23.33vw;
    }

    .footer .ftr-nav li {
        margin-right: 4.687vw;
    }

    .footer .ftr-nav .a1 {
        font-size: 0.937vw;
    }

    .footer .ftr-row2 {
        padding: 2.864vw 0;
    }

    .footer .ftr-info {
        margin-top: 0.729vw;
    }

    .footer .ftr-info dt {
        font-size: 1.25vw;
        margin-bottom: 2.291vw;
    }

    .footer .ftr-info dd {
        font-size: 0.833vw;
        margin-bottom: 0.520vw;
    }

    .footer .ftr-tel {
        font-size: 0.937vw;
    }

    .footer .ftr-tel .tel {
        font-size: 1.354vw;
        margin: 0.312vw 0 1.770vw;
    }

    .footer .ftr-qrcode li {
        width: 6.510vw;
        margin-right: 2.291vw;
    }

    .footer .ftr-qrcode .pic {
        margin-bottom: 1.25vw;
    }

    .footer .ftr-qrcode .txt {
        font-size: 0.937vw;
    }

    /* #endregion 底部 */
}

@media only screen and (max-width:949px) {

    /* #region 头部 */

    .header-height,
    .header .hdr-con {
        height: 50px;
    }

    .header .logo {
        width: 120px;
        height: 100%;
    }

    .header .hdr-nav {
        border-top: 1px solid #5e006d;
        width: calc(100% + 30px);
        height: calc(100vh - 50px);
        box-sizing: border-box;
        position: absolute;
        left: -15px;
        top: 50px;
        display: none;
        background-color: #fff;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .nav{
        margin-top: 40px;
    }
    .nav .li1 {
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .nav .a1 {
        text-align: left;
        font-size: 16px;
        height: auto;
        line-height: 2;
        padding: 0 28px 0 15px;
    }

    .nav .icon1 {
        right: 15px;
    }

    .nav .a1.active .icon1{
        transform: translateY(-50%) rotate(180deg);
    }

    .nav .dropmenu {
        position: static;
        box-shadow: unset;
        overflow: hidden;
    }

    .nav .dropmenu::before {
        display: none;
    }

    .nav2 {
        padding: 10px 15px 0 30px;
        margin: 0;
    }

    .nav2 .li2 {
        margin-bottom: 7px;
    }

    .nav2 .a2 {
        text-align: left;
        font-size: 14px;
        line-height: 2;
    }

    .header .hdr-menubtn {
        width: 30px;
        height: 50px;
        display: block;
        float: right;
        position: relative;
    }
    
    .mzw-menuBtn{
        width: 100%;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .mzw-menuBtn .s{
        display: block;
        width: 100%;
        height: 4px;
        background-color: #5e006d;
        transition: .4s;
    }
    .mzw-menuBtn .s2{
        margin: 5px 0;
    }
    .mzw-menuBtn.open .s1{
        transform: translateY(9px) rotateZ(45deg);
    }
    .mzw-menuBtn.open .s2{
        opacity: 0;
    }
    .mzw-menuBtn.open .s3{
        transform: translateY(-9px) rotateZ(-45deg);
    }

    /* #endregion 头部 */

    /* #region 底部 */
    .footer {
        padding-bottom: 40px;
    }

    .footer .ftr-row1 {
        display: block;
        padding: 40px 0 30px;
    }

    .footer .logo {
        width: 280px;
        margin: 0 auto;
    }

    .footer .ftr-nav {
        display: none;
    }


    .footer .ftr-row2 {
        display: block;
        padding: 0;
    }
    .footer .ftr-col{
        text-align: center;
        padding: 30px 0;
    }

    .footer .ftr-col:nth-child(2) {
        border-left: none;
        border-right: none;
        border-top: 1px dashed #0672c2;
        border-bottom: 1px dashed #0672c2;
        display: block;
    }

    .footer .ftr-info {
        margin-top: 0;
    }

    .footer .ftr-info dt {
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .footer .ftr-info dd {
        font-size: 14px;
    }

    .footer .ftr-tel {
        font-size: 14px;
    }

    .footer .ftr-tel .tel {
        font-size: 20px;
        margin: 6px 0 20px;
    }

    .footer .ftr-col:nth-child(3) {
        justify-content: center;
    }

    .footer .ftr-qrcode li {
        width: 100px;
        margin-right: 20px;
    }

    .footer .ftr-qrcode .pic {
        margin-bottom: 10px;
    }

    .footer .ftr-qrcode .txt {
        font-size: 14px;
    }

    /* #endregion 底部 */
}

/* 方案 */
.page_fangan{ padding: 80px;}
.page_fangan .page_fangan_box {
    display: inline-flex;
    width: 100%;
}
.page_fangan .page_fangan_box .boximg {
    width: 35%;
    overflow: hidden;
    position: relative;
}

.page_fangan .page_fangan_box .boximg img {
    width: 100%;
    height: 100%;
    transition: all 0.7s ease 0s;
    transform: scale(1);
}
.page_fangan .page_fangan_box .boximg img {
    /* 初始状态下的过渡效果 */
    transition: transform 0.3s ease;
}

.page_fangan .page_fangan_box .boximg img:hover {
    /* 当鼠标悬停时，将图片放大1.2倍（即扩大20%） */
    transform: scale(1.2);
}
.page_fangan .page_fangan_box .boxtxt {
    width: 65%;
    float: left;
}
.page_fangan .page_fangan_box .boxtxt H3 {
    line-height: normal;
    font-size: 36px;
    font-weight: bold;
    color: #003595;
}
/* .page_fangan .page_fangan_box .boxtxt H3 span {
    line-height: normal;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-family: Open Sans;
} */
.page_fangan .page_fangan_box .boxtxt H3 span {
    color: #bbbbbb;
    font-size: 14px;
    margin-top: 10px;
    font-family: Open Sans;
    display: block;
}
.page_fangan .page_fangan_box .boxtxt p {
    line-height: 2;
    color: #999;
    font-size: 16px;
    margin-top: 20px;
    text-align: justify;
}
.page_fangan .page_fangan_box .bbtn-a1 {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 150px;
    height: 40px;
    background-color: #721994;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    transition: .4s;
    float: right;
}
.page_fangan .page_fangan_box .bbtn-a1::after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/icon-a4.png) no-repeat center / 100% auto;
    margin-left: 5px;
}

/* 发展历程 */
.time-axis{
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.fzlcbox{
    width: 800px; margin: 0 auto;
}
.fzlcabout{
	font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}

.time-axis:before{
	content: '';
	position: absolute;
	left: 110px;
	top: 15px;
	width: 1px;
	height: 100%;
	background-color: #E4E4E4;
}
.time-axis-item{
	list-style: none;
	padding-left: 150px;
	position: relative;
	line-height: 45px;
	font-size: 14px;
	color: #141414;
}
.time-axis-achievement{
	margin: 0;
}
.time-axis-date{
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
    width: 80px;
}

.time-axis-date div{
	position: absolute;
    right: -37px;
	top: 35%;
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	border-radius: 100%;
	background-color: #fff;
}
.time-axis-date div:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 7px;
	height: 7px;
	margin: auto;
	background-color: #ccc;
	border: 1px solid #ccc;
	border-radius: 100%;
}

.time-axis-item:last-child .time-axis-date div{
	border-color: #48BEB2;
}

.time-axis-item:last-child .time-axis-date div:after{
	background-color: #48BEB2;
	border-color: #48BEB2;
}