* {
	margin: 0;
	padding: 0;
	font-family: "AlibabaLight";
    
}
ul,ul li,ol li,tr td,dl,dd{ list-style-type:none; margin:0; padding:0; }
html{font-size: 100px;}

body {
	position: relative;
	height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: #F7FAFF;
	font-family: "AlibabaLight";
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;

}

li {
	list-style: none;
}

img {
	display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
	transition: all .3s;
}



.pcHidden {
	display: none;
}

/*头部区域*/
header {

	left: 0;
	top: 0;
	z-index: 30;
    width: 100%;
	height: 1.1rem;
    position: relative;
    background: #fff;
}

header .top {

    display: flex;
    justify-content: space-between;
	margin: 0px 0.6rem;
    height: 1.1rem;
}
header .topbgcss.show{
    height: 0rem;
}
header .topbgcss{
    position: absolute;
   left: 0px;
   width: 100%;
   top: 1.1rem;
   background-color: rgba(255,255,255,0.9);
   height: 0rem;
    transition: all 1;
    -moz-transition:height 1s; /* Firefox 4 */
-webkit-transition:height 1s; /* Safari and Chrome */
-o-transition:height 1s; /* Opera */
}

header .img {
	float: left;
	margin: 0.2rem 0;
    cursor: pointer;

}

header .img img {
	height: 0.7rem;
	margin: 0px;
	padding: 0px;
}

header .right {
    display: flex;
    align-items: center;

}

header ul {

    display: flex;    ;

}

header ul li {
	padding: 0.40rem 0.31rem;
	margin-right: 0.3rem;
    font-size: 16px;
	float: left;
	text-transform: uppercase;
	color: #1C1F23;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
    position: relative;

}

header ul li::after {
    content: '';
    position: absolute;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #1C1F23;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }


header ul li.search{
	margin-left: 0.25rem;
}

header ul li.search::after{
	width: 0%;
}
header ul li.search img {
	height: 0.36rem;
	margin-top: -0.05rem;
}



header ul li.acitve::after {
	width: 100%;
	font-family: "AlibabaMedium";
}

header ul li:hover::after {
	width: 100%;
}
header ul .search:hover::after{
	width: 0% !important;
}
header ul li.acitve span {
	font-family: "AlibabaMedium";
}

header ul li span{
    font-family: "AlibabaMedium";
}

header ul li.search{
	margin-left: 0.25rem;
}

header ul li.search img {
	height: 0.36rem;
	margin-top: -5px;
}

header ul li.search span {
	display: inline-block;
	
}

.search_container {
    position: absolute;
    left: -3rem;
    padding: 0;
    display: none;
    z-index: 2;
    top: 100%;
    border: 0;
  }
 

  .search_container .box_search {
   width: 4rem;
    margin: auto;
    position: relative;
    border: 0;
  }
  .search_container .box_search input[type='text'] {
    display: block;
    width: 100%;
    height: 0.52rem;
    border: 0;
    flex-shrink: 0;
    border-radius: 0.12rem;
    border: 0.02rem solid #f2f2f2;
    background: #f2f2f2;
    font-size: 0.16rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.3rem;
    outline: none;
    color: #1C1F23;
  }
  .search_container .box_search input::placeholder {
    color: #1C1F23;
    }
  .search_container .box_search p{
    margin: 0px; padding: 0px;
  }
  .search_container .box_search label {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.3rem;
    cursor: pointer;
  }
  .search_container .box_search label input {
    display: none;
  }
  .search_container .box_search label p img {
    height: 0.12rem !important;
  }


header .line {
	height: 1px;
	margin: 0px 0.6rem;
	line-height: 1px;
	border-top: 1px solid rgba(255,255,255,0.2);

}
header ul li.languagecss{
	
}

header ul li.languagecss::after{
	width: 0%;
}
.dropdown-menu {

    z-index: 0;
    float: left;
    min-width: 1.1rem;
    color: #4a4f54;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: .1rem;
    padding: 0.2rem 0;
    font-size: .875rem;
    list-style: none;
    display: block;
    position: absolute;
    margin-top: 0px !important;
    top: 100%;
    left: -3px;
    opacity: 0;
    display: none;
    transition:all 1.2s;
-moz-transition:all 1.2s; /* Firefox 4 */
-webkit-transition:all 1.2s; /* Safari and Chrome */
-o-transition:all 1.2s; /* Opera */
width: 2rem;
}
header ul li:hover .dropdown-menu {

    display: block;
    opacity: 1;
    z-index: 1000 !important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .10rem 0.3rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 0.18rem;
}

.dropdown-item:hover,.dropdown-item:focus {
    color: #004a80;;
    text-decoration: none;
    background-color: transparent;
}

.main {
    margin: 0.23rem auto;
    padding: 0;
    overflow: hidden;
    font-size: 0.14rem;
    font-family: "AlibabaLight";
    width: 100%;
    margin-bottom: 0px;
    position: relative;

}




.main>.left {
    width: 17.45%;
    float: left;
    background-color: #fff;
}
.main>.left .leftblank {
    width: 3.35rem;
    position: relative;
}
.fixed-left .leftattch{
z-index: 1000;
    opacity: 1;
    position: fixed;
    top: 0;
    width: 17.45%;
    background-color: #fff;
}


.main .left .title {
    height: 0.84rem;
    line-height: 0.84rem;

    color: #fff;

    font-size: 0.18rem;
    font-weight: bold;
    position: relative;
}

.main .left .title span {
    position: absolute;
}
.main .left .title img {
   width: 77.61%;
   margin-left: 0.5rem;
}

.main .left .title .en {
    color: #ffffff0f;
    font-family: "AlibabaBlack";
    font-size: 0.35rem;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 0.23rem;
    top: 8px;
}

.main .left .title .ch {
    color: #ffffff;
    font-family: "AlibabaHeavy";
    font-size:0.24rem;
    font-style: normal;
    line-height: normal;
    margin-left: 0.5rem;
    top: 0.3rem;
}

.main>.right {
    width: 82.55%;
    float: right;
    margin-bottom: -1rem;
    background-color: #fff;

}

.main>.right .centercontent {
    margin: 0.6rem;
}

.main>.right .centercontent.zizhinengli {
    background-color: #fff;
    padding: 0.3rem;
    margin: 0px;
    height: 12rem;
}

.main>.right .centercontent .content {
    margin-top: 0.2rem;
}

.main>.right .centercontent .content .left{
    width: 24.26%;
    float: left;
}
.main>.right .centercontent .content .left>div{
   margin-top: 0.45rem;
   margin-left: 0.3rem;
}
.main>.right .centercontent .content .left>div span{
    display: block;
}
.main>.right .centercontent .content .left>div span.title1{
    color: #313438;
    font-size: 0.24rem;
    font-family: "AlibabaHeavy";
}
.main>.right .centercontent .content .left>div span.title2{
    color: #31343899;
    font-size: 0.15rem;
    font-family: "AlibabaSemiBold";
}
.main>.right .centercontent .content .left>div span.title3{
    color: #004A86;
    font-size: 0.4rem;
    font-family: "AlibabaMedium";
}
.main>.right .centercontent .content .left>div span.title3 i{ 
    font-style: normal;
    font-family: "AlibabaMedium";
}
.main>.right .centercontent .content .left>div span.title4{
    color: #313438;
    font-size: 0.17rem;
    font-family: "AlibabaLight";
}
.main>.right .centercontent .content .right{
    width: 75.74%;
    float: left;
}
.main>.right .centercontent .content .right img{
    width: 100%;
    display:block;
}
.main>.right .centercontent .content p {

    text-indent: 2em;
    color: #757575;
    font-family: "AlibabaLight";
    font-size: 0.16rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.24rem;
    margin-bottom: 0.16rem;
}


.main>.right .bottomimg0 {
    padding-top: 0.6rem; position: relative;
    background-color: #fff;
    float: left;
    width: calc(100% - 1.6rem);
    margin: 0 0.8rem;
}
.main>.right .bottomimg0 .imglist{
    width: 50%;
    float: left;
    margin-bottom: 0.8rem;
}
.main>.right .bottomimg0 .imglist .img{

    width: 2.76rem;
    height: 3.55rem;
    float: left;
}
.main>.right .bottomimg0 .imglist .items{

    margin-left: 0.45rem;
    float: left;
}
.main>.right .bottomimg0 .imglist .items span{

    display: block;
    font-size: 0.16rem;
    color: #666;
    height: 0.5rem;
    line-height: 0.5rem;
    font-family: "AlibabaRegular";
}
.main>.right .bottomimg0 .imglist .items span.name{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.32rem;
    color: #004b85;
    font-family: "AlibabaMedium";
}

.main>.right .bottomimg.bottomimg2 {
    background-color: #fff;
    margin: 0px;
    padding-bottom: 0.6rem;
}

.main>.right .bottomimg {
    margin: 0.6rem; position: relative;
}
.main>.right .bottomimg .wenzi{
    top: 2.14rem;
    left: 1.28rem;
    position: absolute;
    color: #fff;
}
.main>.right .bottomimg .wenzi .first{
    font-size: 0.56rem;
    font-family: "AlibabaMedium";
    display: block;
    color: #f9f9f9;
}
.main>.right .bottomimg .wenzi .second{
    font-size: 0.32rem;
    font-family: "AlibabaMedium";
    display: block;
    color: #f9f9f9;
}
.main>.right .bottomimg .wenzi p{
    font-size: 0.217rem;
    font-family: "AlibabaLight";
    display: block;
    width: 7.15rem;
    margin-top: 0.3rem;
    color: #f9f9f9;
    flex-shrink: 0;
}

.main>.right .bottomimg2 .left{
     float: left;
     margin-left: 0.6rem;
     width:5.22rem;
}
.main>.right .bottomimg2 .left span{
    display: block;
}
.main>.right .bottomimg2 .left .title1{
     color: #313438;
     font-family: "AlibabaHeavy"; 
     font-size: 0.24rem;
}
.main>.right .bottomimg2 .left .title2{
    color: #31343899;
    font-family: "AlibabaSemiBold"; 
    font-size: 0.11rem;
}
.main>.right .bottomimg2 .left .content1{
    color: #999999;
    font-family: "AlibabaRegular"; 
    font-size: 0.16rem;
    line-height: 0.2688rem;
    text-transform: uppercase;
}
.main>.right .bottomimg2 .center{
    float: left;
    width:6.7rem;
    margin-top: 0.6rem;
}
.main>.right .bottomimg2 .center img{
    width: 100%;
}
.main>.right .bottomimg2 .right{
    float: right;
    width:4.47rem;
    background: linear-gradient(180deg, #fafafa00 0%, #ffffffcc 100%);
}
.main>.right .bottomimg2 .right img{
    width: 100%;
}
.main2{
    margin-top: -1rem;
    position: relative;
    z-index: 99;
}
.main2 .other{
    background: none  !important;
}
.common .titlemore {
    height: 0.55rem;
    margin-bottom: 0.1rem;
    padding-top: 0.1rem;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    width: calc(100% - 1.2rem);
    float: left;
}

.common .content {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
    margin-top: 0.3rem;
    width: calc(100% - 1.2rem);
}

.common .titlemore span {
    display: inline-block;
    cursor: pointer;

}

.common .titlemore .title {
    background-image: url(../images/Group25.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 2.08rem;
    font-size: 0.4rem;
    font-family: "AlibabaExtraBold";
    background-size: 100%;
    height: 0.6rem;
    line-height: 0.4rem;
}

.common .more {
    float: right;
    line-height: 0.55rem;;

    margin-right: 0px;
    color: #004a86;
    font-size: 0.16rem;
    font-weight: 500;
    border-radius: 8px;

    width: 1.64rem;
    height:0.55rem;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #004A86;
    background: #FFF;
    text-align: center;
    font-family: "AlibabaMedium";

    background-image: url(../images/Group72.png);
    background-repeat: no-repeat;
    background-position: 1.18rem center;
	background-size: 0.14rem 0.12rem;


}
.common .more a{
    color: #004a86;
    text-decoration: none;
    font-family: "AlibabaMedium";
}








.mySwiper p,
.mySwiper h2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 0.6rem;
    color: #fff;
    font-family: "AlibabaBold";
    top: 0;
}

.mySwiper p.second {
    top: 0.6rem;
    font-size: 0.2rem;
    font-family: "AlibabaMedium";
}
.border-img{
    width: 100%; 
}

.gb_container {
    width: 100%;
}

.gb_container .item {

    margin-bottom: 0.13rem;
    float: left;
    border-bottom: 0px #E2E2E2 solid;
    padding-bottom: 0.1rem;
    width: 100%;
}

.gb_container .item a {

    text-decoration: none;
    color: #1c1f23;

}

.gb_container .item .more {
    border: 1px #cad0db solid;
    height: 0.55rem;
    line-height: 0.55rem;
    width: 1.65rem;
    padding-left: 0.45rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0px;
    color: #999;
    font-size: 0.16rem;
    font-style: normal;
    border-radius: 8px;
    display: inline-block;

}

.gb_container .item .more i {
    background-image: url(../images/Frame32.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 0.3rem;
    height: 100%;
    display: inline-block;
    background-size: 0.14rem;

}
.gb_container .item .more b{
    height: 100%;
    display: inline-block;
    font-weight: normal;
    float: left;
}
.gb_container .item .more:hover {

    background-color: #014985;

    color: #fff;



}

.gb_container .item .more:hover i {
    background-image: url(../images/Frame31.png);

}


.gb_container .lf {
    float: left;

    width: 26.11%;
    height: 2.28rem;
}

.gb_container img {
    float: left;
    width: 100% !important;
    height: 100%;
}

.gb_container .rh {
    float: right;
    width: 71.38%;
    
}

.gb_container .rh .title {
    font-size: 0.2rem;
    width: 100%;
    display: block;
    font-family: "AlibabaExtraBold";
    margin: 0.3rem 0 0.2rem 0;
}

.gb_container .rh .content {
    font-size: 0.14rem;
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    display: block;
    display: block;

    line-height: 0.2rem;


}

.slideBox2 {
    margin-left: 0.5rem;
    margin-top: 0.35rem;
}

.slideBox2 .hd {
    float: left;
    width: 100%;

    position: relative;
    z-index: 2;
    height: 2.8rem;
    font-size: 0.16rem;

}

.slideBox2 .hd ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.1rem;
    border-left: 1px dashed #A5A5A560;
    transition: all 1s;
    z-index: -1;
}

.slideBox2 .hd ul li {
    line-height: 0.22rem;
    padding-left: 0.18rem;
    position: relative;
    margin-bottom: 0.6rem;
    transition: all 0.5s;
    cursor: pointer;

}

.slideBox2 .hd ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.32px;;
    height: 6.32px;;
    border-radius: 50%;
    background-color:#D9D9D9 ;
    transition: all 0.5s;
}

.slideBox2 .hd ul li span {
    font-family: "AlibabaMedium";
    font-size: 0.16rem;
    color: #1c1f23e6;
    text-transform: uppercase;
}

.slideBox2 .hd ul li span i {
    display: inline-block;
    font-style: normal;
    width: 0.32rem;
    height: 0.18rem;
    flex-shrink: 0;
    border-radius: 0.22rem;
    border: 1px solid #004a8633;
    text-align: center;
    line-height: 0.18rem;
    font-size: 0.14rem;
    font-family: "AlibabaBold";
    text-transform: uppercase;
    margin-right: 5px;
}

.slideBox2 .hd ul li.on {
    color: #004a86;
}
.slideBox2 .hd ul li.on span{
    color: #004a86;
}
.slideBox2 .hd ul li.on::before {
    width: 7px;
    height: 7px;
    background-color: #004A86
}

.slideBox2 .hd .left:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 8px;
    border-left: 1px dashed #0085AD;
    transition: all 1s;
    z-index: -1;
}


.slideBox2 .hd .left.on1:after {
    height: 0.9rem;
}

.slideBox2 .hd .left.on2:after {
    height: 1.75rem;
}

.slideBox2 .hd .left.on3:after {
    height: 2.55rem;
}

.slideBox2 .hd .left.on4:after {
    height: 2.8rem;
}

.slideBox2 .hd .left.on1:before {
    height: 2.8rem;
}

.slideBox2 .hd .left.on2:before {
    height: 2.8rem;
}

.slideBox2 .hd .left.on3:before {
    height: 2.8rem;
}



.page_num {
    width: 6.5rem;
    margin: 0 auto;
}

.page_num {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    overflow: hidden;
}

#page_div {
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.16rem;
}

#pagination_input {
    width: 0.3rem;
    height:  0.3rem;
    line-height:  0.3rem;
    margin: 0 5px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #fff;
    border: 1px solid #4c535e;
    padding: 0 5px;
    margin-right: 2px;
    height:  0.4rem;
    min-width: 0.4rem;
    line-height:  0.4rem;
    float: left;
    text-align: center;
    margin-left: 0.2rem;
    border-radius: 0.04rem;

}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    color: #1c1f23;
    text-decoration: none;
}

.news-show-title {
    height: 0.45rem;
    line-height: 0.45rem;
    font-size:  0.3rem;
    color: #1c1f23;
    margin-top: 0.2rem;
}

/* ==================*/

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width:0.4rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.04rem;
}

#page_div .currentIndex {
    background: #014985;
    border: 1px solid #014985;
    width: 0.4rem;
    height: 0.4rem;
    padding: 0px;
    line-height: 0.4rem;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    min-width: 0.4rem;
    border-radius: 0.04rem;

}

/*==================*/

#page_div .pagination_index_last {
    width: 1.1rem;;
    float: left;
    text-align: center;
    background: #fff;
    border: 1px solid #4c535e;
    margin-left: 0.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.04rem;
}

.arrow {
    float: left;
    margin-right: 0px;
}

.gsyw2{
    width: 100%
}
.in-content{
    margin-top: 0.77rem;
    margin-left: 1.82rem;
    margin-right: 1.83rem;
    margin-bottom: 1rem;

}

#swiper-history {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-top:0.6rem;
}

#swiper-history .swiper {
    width: 92.43%;
    border-radius: 0.12rem;

}

#swiper-history .swiper-wrapper {
    margin: 0 auto;
    margin-bottom: 0.15rem;

}

#swiper-history .short-line {
    height: 0.71rem;
    border-bottom: 1px dashed #007aff;
    width: 0.3rem;
    position: absolute;
    bottom: 0.8rem;
    display: none;
}

#swiper-history .long-line {
    height: 0.71rem;
    border-bottom: 1px dashed #E6E6E6;
    width: 100%;
    position: absolute;
    bottom: 0.9rem;
    left: 0.5rem;
}

#swiper-history .swiper-slide span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    transition: 700ms;
}

#swiper-history .swiper-slide .date{
    opacity: 1 !important;
} 


#swiper-history .swiper-slide-active div {
    opacity: 1 !important;
}

#swiper-history .swiper-slide .detail {
    color: #444;
    opacity: 0;
    position: relative;
	height:100%;
}
#swiper-history .swiper-slide .detail .logo {

    background-image: url('../news/Group163.png');
    background-size: 3.84rem 0.81rem;
    position: absolute;
    z-index: 9;
    height: 0.81rem;
    width: 3.84rem;
    left:0.38rem;
    top: 0.63rem;

}
#swiper-history .swiper-slide .detail img{
    width: 100%;
}
#swiper-history .swiper-slide .detail span {
    position: absolute;
    bottom: 1.8rem;
    left: 1rem;
    text-align: left;
    color: #f8f8f8f2;
	display: flex;
    align-items: center;
	padding-top:0rem;

}
#swiper-history .swiper-slide .detail .content {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    color: #fff;


}


.mySwiper4 .swiper-slide{
    height: 5.56rem;
	background-size: cover;
	background-repeat:no-repeat;
}

#swiper-history .swiper-slide .detail .content div {

    position: relative;
    bottom: auto;
    font-size: 0.56rem;
    width:3.1rem;
    left: 0;
    display: block;
}
#swiper-history .swiper-slide .detail .content div.year {
    text-align: center;
    font-size: 0.56rem;
}
#swiper-history .swiper-slide .detail .content div.wenzi {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 1.43rem;
    font-size: 0.18rem;
}
#swiper-history .swiper-slide .detail .content div.wenzi span {
    background-image: url('../images/Union.png');
    background-repeat: no-repeat;
    background-size: 3.1rem 1.56rem;
    width: 3.1rem;
    height: 1.56rem;
    position: absolute;
    bottom: -0.13rem;
    font-size: 0.18rem;
    padding: 0.15rem;

}
#swiper-history .swiper-slide .detail .c1 div.wenzi span{
    left: 0px;
}
#swiper-history .swiper-slide .detail .c2 div.year{
    left: 1.9rem;
}
#swiper-history .swiper-slide .detail .c2 div.wenzi span{
    left: 1.9rem;
}
#swiper-history .swiper-slide .detail .c3 div.year{
    left: 3.8rem;
}
#swiper-history .swiper-slide .detail .c3 div.wenzi span{
    left: 3.8rem;
}
#swiper-history .swiper-slide .detail .c4 div.year{
    left: 5.7rem;
}
#swiper-history .swiper-slide .detail .c4 div.wenzi span{
    left: 5.7rem;
}
#swiper-history .swiper-slide .detail .c5 div.year{
    left: 7.6rem;
}
#swiper-history .swiper-slide .detail .c5 div.wenzi span{
    left: 7.6rem;
}
#swiper-history .swiper-slide .detail .c6 div.year{
    left: 9.5rem;
}
#swiper-history .swiper-slide .detail .c6 div.wenzi span{
    left: 9.5rem;
}
#swiper-history .swiper-slide .detail .c7 div.year{
    left: 11.4rem;
}
#swiper-history .swiper-slide .detail .c7 div.wenzi span{
    left: 11.4rem;
}



#swiper-history .swiper-slide .date {
    color: #007aff;
    position: absolute;
    bottom: 0.33rem;
    opacity: 0;
    display: none;
}

#swiper-history .swiper-slide-active span {
    transition: 700ms 700ms;
}


#swiper-history .swiper-pagination-bullets {
    white-space: nowrap;
    width: auto;
    bottom: 0.7rem;
    height: 0.48rem;
    transition: 700ms;
}

#swiper-history .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

#swiper-history .swiper-pagination-bullet {
    background: #f8f8f8;
    opacity: 1;
    height: 0.48rem !important;
    width: 0.48rem !important;
}

#swiper-history .swiper-pagination-bullet img{
    height: 0.48rem !important;
    width: 0.48rem !important;
}

#swiper-history .swiper-pagination-bullet i{
     font-style: normal;
     margin-left: 0px;
     display: block;
     font-size: 0.14rem;
}

#swiper-history .swiper-pagination-bullet-active {
    background: #004A86;
}

#swiper-history .swiper-button-next,
#swiper-history .swiper-button-prev {
    background-size: 0.2rem auto;
    outline: none;
    bottom: 0.7rem !important;
    top: auto!important ;
}
.swiper-button-prev,.swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset,60px);
right: auto
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
right: var(--swiper-navigation-sides-offset,60px);
left: auto
}

#swiper-history .swiper-button-prev {

	background-image: url('../images/Group127.png');
    background-size: 0.48rem 0.48rem;
    background-repeat: no-repeat;
    height: 0.48rem;
    width: 0.48rem;
}
#swiper-history .swiper-button-prev::after{
    display: none;
}

#swiper-history  .swiper-button-next {

	background-image: url('../images/Group123.png');
    background-size: 0.48rem 0.48rem;
    background-repeat: no-repeat;
    height: 0.48rem;
    width: 0.48rem;
}
#swiper-history .swiper-button-next::after{
    display: none;
}

.centercontent .first .zizhi {
    background-image: url(../images/Group25.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 2.08rem;
    font-size: 0.24rem;
    font-family: "AlibabaExtraBold";
    background-size: 100%;
    height: 0.6rem;
    line-height: 0.45rem;
    background-size: 1.2rem
}


/*业务地图*/

.ywdt {
    margin-top: 0.1rem;
    padding-bottom: 0.1rem;
    width: 100%;
    float: left;
    background-color: #fff;
	padding-top: 0.5rem;
    padding-left: 0.6rem;
	padding-right: 0rem;
}
.ywdt .content{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
    background-position: top right;
    background-size: 2.5rem auto;
	width: 100%;
	float: left;
}

.ywdt .hd {
    float: left;
    width: 2.3rem;
    position: relative;
    z-index: 2;
    font-size: 0.16rem;
}
.ywdt .hd .left{
	margin-top: 3rem;
}

.ywdt .hd ul::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    height: 2.25rem;
    border-left: 1px dashed #0085AD;
    transition: all 1s;
    z-index: -1;
}

.ywdt .hd ul li {
    line-height: 0.22rem;
    padding-left: 0.25rem;
    position: relative;
    margin-bottom: 0.46rem;
    transition: all 0.5s;
    cursor: pointer;
    color: #1c1f23;
    font-family: "AlibabaMedium";
	text-transform: uppercase;
}
.ywdt .hd ul li span{
    color: #1c1f23c6;
    font-family: "AlibabaMedium";
}

.ywdt .hd ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d9d9d9;
    transition: all 0.5s;
}

.ywdt .hd ul li.on {
    color: #004a86;
}

.ywdt .hd ul li.on::before {
    width: 8px;
    height: 8px;
    background-color: #004a86;
}
.ywdt .hd ul li.on span{
    color: #004a86;
}
.ywdt .mySwiperywdt {
    float: left;
    width: 13.6rem;
    position: relative;
    max-height: 9rem;
    min-height: 8rem;
    margin-top: 0.3rem;
}

.ywdt .mySwiperywdt .swiper-wrapper {
    max-height: 9rem;
    min-height: 8rem;
}

.ywdt .mySwiperywdt .swiper-wrapper .swiper-slide {
    height: 100%;
    max-height: 9rem;
    min-height: 8rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.ywdt .rightline {
    width: 2.3rem;
    float: right;
    position: relative;
    z-index: 2;

}
.ywdt .titlemore{
    margin-left: 0px;
    margin-top: 0rem;
    }
.ywdt .titlemore2{
margin-left: 0px;
margin-top: 0.5rem;
margin-right: 0.6rem;
}
.ywdt .content.on1 {

    background-image: url(../images/on1.png);


}
.ywdt .content.on2 {

    background-image: url(../images/on2.png);


}
.ywdt .content.on3 {

    background-image: url(../images/on3.png);
  

}
.ywdt .content.on4 {

    background-image: url(../images/on4.png);
 

}
.ywdt .rightline  .ct{
    height: 5.55rem;
    margin-top: 1rem;
	position: absolute;
	right:0.6rem;
}
.ywdt .rightline  .ct .line{
    height:100% ;
    width: 1px;
    margin:  0 auto;
    background-color:#d6d6d6 ;
    display: inline-block;
	
	
}
.ywdt .rightline .op{
    background-color: #fff;
    position: absolute;
    top: 32.1%;
    
}
.ywdt .rightline .swiper-pagination {
    position: relative;
    width: auto;
    margin-top: 32%;
    transform: translateX(-50%);
    padding: 0.5rem 0 0.2rem 0;
    line-height: 0.22rem;
    font-size: 12px;
    color: #004a86;
	font-family: "AlibabaBold";

}
.ywdt .rightline .swiper-pagination span{
	font-family: "AlibabaBold";
}

.ywdt .rightline .swiper-pagination .swiper-pagination-total {
    color: #666;
}

.ywdt .rightline .next {
    position: relative;
    cursor: pointer;
    transform: translateX(-50%);
    width: 0.55rem;
    height: 0.56rem;
    background: url(../images/Group118.png)no-repeat center;
    transition: all 0.5s;
    margin-bottom: 0.3rem;
    background-size: 100%;

}

.ywdt .rightline .next:hover {
    transform: translateX(-50%) scale(0.8);
}

.ywdt .tip {
    float: left;
    width: 100%;
    margin-top: 10px;
	color: #999999;
	font-size: 12px;
}

.mySwiperywdt img {
	width: 100%;
	height: 100%;
	display: block;
}
.mySwiperywdt p,
.mySwiperywdt h2 {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	font-size: 0.5rem;
	color: #fff;
	font-weight: bold;
	top: 0;
}


.news-show-title {
    height: 0.45rem;
    line-height: 0.45rem;
    font-size:  0.3rem;
    color: #1c1f23;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
    font-family: "AlibabaSemiBold";
    margin-left: 1.82rem;
    margin-right: 1.83rem
}
.News-Show{
    margin-left: 1.82rem;
    margin-right: 1.83rem;
    margin-bottom: 1.5rem;
}
.news-show-title  ucaptitle{
    font-family: "AlibabaSemiBold";
}
.News-Show p{
    font-size: 0.16rem !important;
    color: #666!important;
    font-family: "AlibabaLight"!important;
    text-align: justify;
    text-indent: 24px!important;
}
.News-Show span{
    font-size: 0.16rem !important;
    color: #666!important;
    font-family: "AlibabaLight"!important;
    text-align: justify;
    text-indent: 24px!important;
}



.other {
    margin-top: 0px;
    width: 100%;
    float: left;
    background-color: #fff;
    height: 4.06rem;

}


.other div {
    float: left;
}

.other .white {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 4.05rem;
    margin-left: 0.7rem;
    text-align: center;
    height: 2.65rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    margin-right: 0.6rem;
}

.other .first img {
    width: 100% !important;
}

.other .white img {
    width: 2.88rem;
    margin: 0 auto;
    margin-top: 0.36rem;
}

.other .white span {
    font-size: 0.16rem;
    display: inline-block;
    font-family: "AlibabaRegular";
    color: #999;
    height: 0.5rem;
    line-height: 0.5rem;
}

.other .rl {
    position: relative;
    width: 100%;

}

.other .right {
    float: right;
    width: 61%;
    right: 0%;
    position: absolute;
    height: 100%;
    
}

.other .right span {
    display: block;
    color: #fff;
    line-height: 150%;
    font-size: 0.22rem;
    font-family: "AlibabaLight";
}

.other .left {
    float: left;
    width: 40%;
    position: absolute;
    height: 100%;
    
}

.other .left span {

    color: #666;
    line-height: 0.35rem;
    font-size: 0.2rem;
    margin-right: 5px;
}
.other .left2 {
    position: relative;
}
.other .left2 p{
    position: absolute;
    top: 30%;
    left: 55%;
}
.other .left2 p span{
    display: block;
    font-family: "AlibabaLight";
    line-height: 0.3rem;
    font-size: 0.2rem;
    color: #fff;
}
/*回到顶部*/
.duik-go-to {
    z-index: 10000;
    width: 0.44rem;
    height: 0.44rem;
    color: #fff;
    opacity: 1;
    background-color: #004A86;
    border-radius: 50%;
    font-size: 0.12rem;
    transition: all .3s ease-out;
    position: fixed;
    bottom: -0.5rem;
    right: 0.25rem;
}


.duik-go-to.show {
    bottom: 0.25rem;
}

.duik-go-to__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.duik-go-to:hover,
.duik-go-to:focus:hover {
    color: #fff;
    opacity: .84
}


.DevelopmentHistory{
    height: 0.8rem;
    overflow: hidden;
    width: 92.43%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    padding-bottom: 0.8rem;
    cursor: pointer;
}
.swiper-button-prev2{
    left: 0;
    position: absolute;
    z-index: 3;
    background-image: url('../images/Group127.png');
    background-size: 0.48rem 0.48rem;
    background-repeat: no-repeat;
    height: 0.48rem;
    width: 0.48rem;
}
.swiper-button-next2{
    right: 0;
    position: absolute;
    z-index: 3;
    background-image: url('../images/Group123.png');
    background-size: 0.48rem 0.48rem;
    background-repeat: no-repeat;
    height: 0.48rem;
    width: 0.48rem;
}
.scrollcontent{
    float: left;

    height: 0.8rem;
    overflow: hidden;
    position: relative;
    display: flex;
    margin: 0 0.6rem;
    z-index: 2;
}
.DevelopmentHistoryitems{
    float: left;

}
.DevelopmentHistoryitems .swiper-slide{
    float: left;
    width: auto;
    width: 1.9rem;
    height: 0.8rem;
}

.DevelopmentHistoryitems .swiper-slide div{

    border-radius: 50%;
    opacity: 1;
    height: 0.48rem !important;
    width: 0.48rem  !important;
    background-color: #e6e6e6;
    margin: 0 auto;
   
    
}
.DevelopmentHistoryitems .active div{
    background-color: #004A86;

    
}

.DevelopmentHistoryitems .swiper-slide div img{
   width: 100%;
    display: inline-block;
    
}

.DevelopmentHistoryitems .swiper-slide div  i{
    font-style: normal;
    margin-left: 0px;
    display: block;
    font-size: 0.16rem;
    text-align: center;
    color: #C1C1C1;
}

.DevelopmentHistoryitems .active  div  i {
    color: #1C1F23;

}

.DevelopmentHistory .long-line {
    height: 0.71rem;
    border-bottom: 1px dashed #E6E6E6;
    width: 100%;
    position: absolute;
    bottom: 0.55rem;
    margin: 0 0.4rem;
}

.HonorEnterprise{
    display: flex;
}
.bottomimg2 .banner {
    width: 33.333%;

    overflow: hidden;
  }
  .bottomimg2 .banner .swiper-container {
    height: 100%;
    padding: 0 0.2rem;
  }
  .bottomimg2 .banner .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }
  .bottomimg2 .banner .swiper-container .swiper-slide {
    height: auto;
  }
  .bottomimg2 .box .boxRight .banner .swiper-container .swiper-slide p {
    -webkit-box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
  }
  .bottomimg2 .banner .swiper-container .swiper-slide p img {
    width: 100%;
  }

  .bottomimg2 .banner.banner1{
    height: 9rem;
  }
  .bottomimg2 .banner.banner2{
    height: 9rem;
  }
  .bottomimg2 .banner.banner3{
    height: 9rem;
  }




      @keyframes zoomIn {

        from {
      
      
          transform: scale(0.5);
      
      
        }
      
      
        to {
      
      
          transform: scale(1);
      
      
        }
    }


    .ysxs img {
    
    
      /*animation: zoomIn 10s forwards;*/
    
    
    }
    .ysxs{

    }
.ysxs .position{
    position: absolute;
    top: 0px;
}
.ysxs .position2{
    position: absolute;
    top: 10%;
    height: 100px;
    width: 100%;
}
.ysxs .relative{
    position: relative;
    opacity: 0;
}

    .breadcrumb{
        background: none;
        margin-left: 1.82rem;
    margin-right: 1.83rem;
    margin-bottom: 0rem;
    padding: 0rem;

    }
    .sysjscss{
        width: 100%;
        height: 44rem;
        background-image: url('../images/zdsysbg2.jpg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size:100%;
         color: #fff;
         float: left;
    }
    .sysjscss2{
        width: 100%;
        height:43rem;
        background-image: url('../images/zdsysbg1.jpg');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size:100%;
         color: #fff;
         float: left;
    }
    .sysjscss3{
        height: 27.27rem;
    }
    .sysjscss4{
      height: 30rem;       
    }
    .sysjscss5{
        height: 19.27rem;
    }
    .sysjscss6{
      height: 12rem;       
    }
    .centerbg{
        margin: 0.8rem 0.8rem auto 0.8rem;
        height: 35.41rem;
        width: 14.19rem;
        background-image: url('../images/centerbg2.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size:100% 100%;
         color: #fff;
         float: left;
    }
    .topimg{
        margin: 0.4rem 0.8rem auto 0.8rem;
        
    }
    .topimg img{
        width: 100%;
    }
    .centerchar{
        margin: 0.2rem 0.8rem auto 0.8rem;
    }
    .centerchar h3{
        text-align: center;
        font-size: 0.28rem;
        height: 0.5rem;
        line-height: 0.5rem;
        margin-bottom: 0px;
        margin-top: 1rem; 
    }
    .centerchar .left{
        float: left;
        color: #fff;
        font-family: "AlibabaBold";
        height: 0.8rem;
        margin-top: 0.55rem;
    }
    .centerchar .left img{
        width: 1.61rem;
    }
    .centerchar .left span{
        float: left;
        color: #fff;
        font-family: "AlibabaBold";
        font-size: 0.32rem;
        background-position:left bottom;

    }
    .centerchar .right{
        float: left;
        width: 12.8rem;
        margin-top: 0.3rem;
    }
    .centerchar .right p{
        margin-bottom: 0.3rem;
        line-height: 0.3rem;
        font-family: "AlibabaRegular";
        font-size: 0.18rem;
    }
    .centerimg{
        width: 100%;
        text-align: center;
    }
    .centerimg img{
        margin: 0rem auto;
        max-width: 8.86rem;
    }
    .centerimg2{
        display: block;
        float: left;
        margin-top: 1rem;
        margin-left: 0.4rem;
        text-align: center;
        cursor: pointer;
    }
    .centerimg2  .img {
        width: 100%;
        overflow: hidden;
    
    
    }
    .centerimg2  .img img{
         
        max-width: 8.86rem;

    }
    .centerimg2  .img:hover img {
        transform: scale(1.1);
        
    }
    .centerimg2 span{
        border-radius: 0 0px 5px 5px;
background: #fffffff5;
height: 0.5rem;
line-height: 0.5rem;
color: #000;
font-size: 0.16rem;
display: inline-block;
width: 100%;
    }
    .centercharcenter img{
        margin:0 auto;
    }
    .centercharcenter .cm{
        display: none;
    }
    .secondtitle{
        margin: 1.2rem 0.8rem auto 0.8rem;
        text-align: center;
        font-family: "AlibabaExtraBold";
        font-size: 0.3rem;
    }
    .thirdcontent{
        width: 13.52rem;
        height: 6.47rem;
        margin: 0.2rem auto auto auto;
        background-image: url('../images/third2bg.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size:100%;
        position: relative;
      
    }
    .thirdcontent::before{
        width: 13.52rem;
        height: 6.47rem;
        background-image: url('../images/thirdbg.png');
        background-repeat: no-repeat;
        background-position: left center;
        background-size:100%;
        opacity: 0.2;
        position: absolute;
        content: "";
        top: 0;
        left: 0px;
        
    }
    .thirdcontentbg{
        width: 13.52rem;
        height: 6.47rem;
        z-index: 999;
        position: absolute;
        content: "";
        top: 0;
        left: 0px;
    }
    .mySwiperzdsys{
        float: left;
        margin-left: 0.85rem;
        width: 4.8rem;
    }
    .zdsyscontent{
        margin-top:1.7rem ;
    }
    .zdsyscontent span{
        display: block;
        font-family: "AlibabaRegular";
        font-size: 0.3rem;
        line-height: 200%;
    }
    .zdsyscontent span.h22{
        font-family: "AlibabaExtraBold";
        font-size: 0.3rem;
    }
    .zdsyscontent span{
        font-size: 0.22rem;
    }
    .yuancss{
        float: right;
        margin-right: 0.5rem;
        width: 4.8rem;
        margin-top: 1rem;
    }
    .yuancss .name{
        position: absolute;
        margin-top: 0.8rem;
    }
    .yuancss .name span{
        display: block;
        font-size: 0.14rem;
        font-family: "AlibabaRegular";
        height: 1rem;
        width: 0.9rem;
    }
    .yuancss .name span::after{
        width: 0.14rem;
        height: 0.14rem;
        background-color: #6d84a2;
        border-radius: 50%;
        border: 1px solid #6d84a2;
        position: absolute;
        content: "";
        display: none;
     }
    .yuancss .name span.on{
        font-family: "AlibabaBlack";
    }
    .yuancss .name span.on::after{
       display: block;
    }
    .yuancss .name span.name1{
        margin-left: -1rem;
    }
    .yuancss .name span.name1::after{

        top: 0.04rem;
        left: 0.35rem;

    }
    .yuancss .name span.name2{
        margin-left: -1.3rem;
    }
    .yuancss .name span.name2::after{

        top: 1.05rem;
        left: -0.05rem;

    }
    .yuancss .name span.name3{
        margin-left: -1.1rem;
    }
    .yuancss .name span.name3::after{

        top: 2.05rem;
        left: 0.07rem;

    }
    .yuancss .name span.name4{
        margin-left: -0.7rem;
        width: 1rem;
        text-align: right;
    }
    .yuancss .name span.name4::after{

        top: 3.05rem;
        left: 0.77rem;

    }

    .yuancss .quan{
        height: 4.4rem;
        width: 4.4rem;
        border-radius:50%;
        border: 1px solid #d9d9d9;
    }
    .yuancss .quan2{
        height: 2.8rem;
        width: 2.8rem;
        border-radius: 50%;
        border: 1px solid #d9d9d9;
        margin:0.8rem auto ;
    }
    .yuancss .quan3{
        width: 1.2rem;
        height: 1.2rem;
        background-image: url('../images/Ellipse46.png');
        background-size: 100%;
        margin:0.8rem auto ;
    }
    .yuancss .quan3 span{
        width: 0.23rem;
        height: 0.13rem;
        display: block;
        margin:0 auto ;
        cursor: pointer;
         background-position: center bottom;
         background-repeat: no-repeat;
         padding-top: 0.4rem;
         background-size: 100%;
         
    }
    .yuancss .quan3 .up{

        background-image: url('../images/Vector47.png');
       
        
    }
    .yuancss .quan3 .down{

        background-image: url('../images/Vector48.png');
        
    }

    .aboutleftcommon p,
.aboutleftcommon h2 {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    font-size: 0.6rem;
    color: #fff;
    font-family: "AlibabaBold";
    top: 0;
}

.aboutleftcommon p.second {
    top: 0.6rem;
    font-size: 0.2rem;
    font-family: "AlibabaMedium";
    text-transform: uppercase;
}

.slideBoxsys {
    margin-left: 0.5rem;
    margin-top: 0.35rem;
}

.slideBoxsys .hd {
    float: left;
    width: 100%;

    position: relative;
    z-index: 2;
    height: 5.5rem;
    font-size: 0.16rem;

}

.slideBoxsys .hd ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5.2rem;
    border-left: 1px dashed #A5A5A560;
    transition: all 1s;
    z-index: -1;
}

.slideBoxsys .hd ul li {
    line-height: 0.22rem;
    padding-left: 0.18rem;
    position: relative;
    margin-bottom: 0.6rem;
    transition: all 0.5s;
    cursor: pointer;

}

.slideBoxsys .hd ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6.32px;;
    height: 6.32px;;
    border-radius: 50%;
    background-color:#D9D9D9 ;
    transition: all 0.5s;
}

.slideBoxsys .hd ul li span {
    font-family: "AlibabaMedium";
    font-size: 0.16rem;
    color: #1c1f23e6;
    text-transform: uppercase;
}

.slideBoxsys .hd ul li span i {
    display: inline-block;
    font-style: normal;
    width: 0.32rem;
    height: 0.18rem;
    flex-shrink: 0;
    border-radius: 0.22rem;
    border: 1px solid #004a8633;
    text-align: center;
    line-height: 0.18rem;
    font-size: 0.14rem;
    font-family: "AlibabaBold";
    text-transform: uppercase;
    margin-right: 5px;
}

.slideBoxsys .hd ul li.on {
    color: #004a86;
}
.slideBoxsys .hd ul li.on span{
    color: #004a86;
}
.slideBoxsys .hd ul li.on::before {
    width: 7px;
    height: 7px;
    background-color: #004A86
}

.slideBoxsys .hd ul li.gray {
    color: gray;
}
.slideBoxsys .hd ul li.gray span{
    color: gray;
}
.slideBoxsys .hd ul li.gray::before {
    width: 7px;
    height: 7px;
    background-color: gray;
}

.slideBoxsys .hd .left:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 8px;
    border-left: 1px dashed #0085AD;
    transition: all 1s;
    z-index: -1;
}


.slideBoxsys .hd .left.on1:after {
    height: 0.9rem;
}

.slideBoxsys .hd .left.on2:after {
    height: 1.75rem;
}

.slideBoxsys .hd .left.on3:after {
    height: 2.55rem;
}

.slideBoxsys .hd .left.on4:after {
    height: 3.4rem;
}

.slideBoxsys .hd .left.on5:after {
    height: 4.2rem;
}

.slideBoxsys .hd .left.on6:after {
    height: 5.1rem;
}

.slideBoxsys .hd .left.on7:after {
    height: 5.75rem;
}

.slideBoxsys .hd .left.on1:before {
    height: 5.2rem;
}

.slideBoxsys .hd .left.on2:before {
    height: 5.2rem;
}

.slideBoxsys .hd .left.on3:before {
    height: 5.2rem;
}
.slideBoxsys .hd .left.on4:before {
    height: 5.2rem;
}

.slideBoxsys .hd .left.on5:before {
    height: 5.2rem;
}

.slideBoxsys .hd .left.on6:before {
    height: 5.2rem;
}
.slideBoxsys .hd .left.on7:before {
    height: 5.2rem;
}