* {
	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 {

	margin: 0px 0.6rem;
	height: 1.1rem;
    display: flex;
    justify-content: space-between;
}
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: 0.04rem;
    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: "AlibabaLight";
}

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;
    z-index: 9;
    background-color: #F7FAFF;

}




.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;
    background-color: #004a86;
    color: #fff;

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

.main .left .title span {
    position: absolute;
}

.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;
    padding-bottom: 3rem;
    background-color: #fff;

}

.main>.right .centercontent {
    margin: 0.6rem;
}
.main>.right .mySwipergsjj .swiper-slide {
   background-color: #fff;
}

.main>.right .centercontent.zizhinengli {
    background-color: #fff;
    padding: 0.3rem;
    margin: 0px;
    border-radius: 12px;
    background: linear-gradient(180deg, #EBF6FF 0%, #FFF 100%);
    height: 7rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.main>.right .centercontent.zizhinengli .first{
     background-image: url(../images/huaban.png);
     background-repeat: no-repeat;
     float: left;
     width: 100%;
}
.main>.right .centercontent .content {
    margin-top: 0.2rem;
    float: left;
    width: 100%;
}

.main>.right .centercontent .content .left{
    width: 20%;
    float: left;
}
.main>.right .centercontent .content .left>div{
   margin-top: 0.3rem;
   margin-left: 0.3rem;
}
.main>.right .centercontent .content .left>div.titlecss{
    margin-top: 0.15rem;

 }
 .main>.right .centercontent .content .left>div.titlecss2{
    width: 1.96rem;
height: 0.64rem;
line-height:0.64rem ;
flex-shrink: 0;
border-radius: 4px;
background: #fbfeffe6;
box-shadow: 0 10px 12.9px 0 #1859841a;

font-size: 0.18rem;
font-family: "AlibabaSemiBold";
cursor: pointer;
text-align: center;

 }
 .main>.right .centercontent .content .left>div.titlecss2.on{
    background: linear-gradient(95deg, #004A86 39.76%, #4FB7E6 130.75%);
    color: #fff;
 }
 .main>.right .centercontent .content .left>div.titlecss2 span{
    font-size: 0.18rem;
    padding-left: 0.1rem;
    font-family: "AlibabaSemiBold";
    background-image: url(../images/eco1.png);
background-size: 0.3rem 0.3rem;
background-position: 0.25rem center;
background-repeat: no-repeat;
 }
 .main>.right .centercontent .content .left>div.titlecss2.on span{
    background-image: url(../images/eco11.png);
 }
 .main>.right .centercontent .content .left>div.titlecss3{
    width: 1.96rem;
height: 0.64rem;
line-height:0.64rem ;
flex-shrink: 0;
border-radius: 4px;
background: #fbfeffe6;
box-shadow: 0 10px 12.9px 0 #1859841a;
font-size: 0.18rem;
font-family: "AlibabaSemiBold";
text-align: center;
cursor: pointer;
 }
 .main>.right .centercontent .content .left>div.titlecss3.on{
    background: linear-gradient(95deg, #004A86 39.76%, #4FB7E6 130.75%);
    color: #fff;
 }
 .main>.right .centercontent .content .left>div.titlecss3 span{
    font-size: 0.18rem;
    padding-left: 0.1rem;
    font-family: "AlibabaSemiBold";
    background-image: url(../images/eco21.png);
background-size: 0.3rem 0.3rem;
background-position: 0.25rem center;
background-repeat: no-repeat;
 }
 .main>.right .centercontent .content .left>div.titlecss3.on span{
    background-image: url(../images/eco2.png);
 }
.main>.right .centercontent .content .left>div span{
    display: block;
}
.main>.right .centercontent .content .left>div span.title1{
    color: #313438;
    font-size: 0.3rem;
    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: 80%;
    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{

    padding-left: 0.45rem;
    float: left;
    background-color: #F6F6F6;
    height: 3.55rem;
    width: 3.75rem;
}
.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";
    border-bottom: 1px  #dfdfdf dashed;
    margin-right: 0.45rem;
    margin-bottom: 0.1rem;
}
.main>.right .bottomimg0 .firstitem{
    width: 100%;
}
.main>.right .bottomimg0 .firstitem .item{
    width: 50%;
    margin: 0 auto;
}

.main>.right .bottomimg.bottomimg2 {

    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: 25%;
     max-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;
    margin-top: 0.5rem;
}
.main>.right .bottomimg2 .center{
    float: left;
    width: 45%;
    max-width:6.7rem;
    margin-top: 0.6rem;
}
.main>.right .bottomimg2 .center img{
    width: 100%;
}
.main>.right .bottomimg2 .right{
    float: right;
    width: 25%;
    max-width:4.47rem;
    background: linear-gradient(180deg, #fafafa00 0%, #ffffffcc 100%);
}
.main>.right .bottomimg2 .right img{
    width: 100%;
}

.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";
}

.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";
}



.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: 4rem;
    font-size: 0.16rem;

}

.slideBox2 .hd ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.5rem;
    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: 3.5rem;
}

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

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

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



.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;
    display:none ;

}
#swiper-history .historylogo {

    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 .historyyinying {
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 1.43rem;
    font-size: 0.18rem;
    position: absolute;
    z-index: 9;
    left:0rem;
    bottom: 0.16rem;
    border-radius: 6px;
    display: none;
}
#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;
    justify-content: center;

}
#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 .yinyingcss{
    background: rgba(0, 0, 0, .4);
    width: 92.43%;
    margin-left: 3.785%;
    margin-right: auto;
    position: absolute;
    height: 1.43rem;
    font-size: 0.18rem;
    z-index: 9999;
    margin-top: -1.6rem;
    display: none;
}
#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: #F7FAFF;
	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: 3.55rem;
    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.9rem;
    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;
}

.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.ywdt1{
    background-color: #F7FAFF;
}
.ywdt.ywdt2{
    background-color: #F9FFFB;
}
.ywdt.ywdt3{
    background-color: #FFFDFB;
}
.ywdt.ywdt4{
    background-color: #F7FAFF;
}
.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: #F7FAFF;
    position: absolute;
    top: 32.1%;
    
}
.ywdt1 .rightline .op{
    background-color: #F7FAFF;

    
}
.ywdt2 .rightline .op{
    background-color: #F9FFFB;

    
}
.ywdt3 .rightline .op{
    background-color: #FFFDFB;  
}
.ywdt4 .rightline .op{
    background-color: #F7FAFF;  
}
.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-info{
    border-bottom: 1px dashed #dbd4cd;
    line-height: 35px;
    margin-bottom: 25px;
    text-align: center;
    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.20rem !important;
    color: #666!important;
    font-family: "AlibabaLight"!important;
    text-align: justify;
    text-indent: 24px!important;
}
.News-Show span{
    font-size: 0.20rem !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: #F7FAFF;

}


.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: 1rem;
}

.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;

}
.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;
    cursor: pointer;
}
.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;
    cursor: pointer;
}
.scrollcontent{
    float: left;

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

}
.DevelopmentHistoryitems .swiper-slide{
    float: left;
    width: auto;
    width: 1.9rem;
    height: 0.8rem;
    background: none !important;
    pointer-events:all !important;
}

.DevelopmentHistoryitems .swiper-slide div{

    border-radius: 50%;
    opacity: 1;
    height: 0.48rem !important;
    width: 0.48rem  !important;
    background-color: #e6e6e6;
    margin: 0 auto;
    cursor: pointer;
   
    
}
.DevelopmentHistoryitems .swiper-slide div:hover{
    background-color: #004A86;
}
.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: 93%;
    position: absolute;
    bottom: 0.55rem;
    margin: 0 0.5rem;
    z-index: 999;
}
.HonorEnterprise{
    position: relative;
}
.HonorEnterprise .topmenucss{
   position: absolute;
   width: 100%;
   text-align: center;
   z-index: 999;
   top: 15px;
}
.HonorEnterprise .topmenucss span{
    display: inline-block;
    width: 1.4rem;
height: 0.5rem;
flex-shrink: 0;
border-radius: 4px;
border: 1px solid #D3D3D3;
opacity: 0.96;
background: #ebebeb;
line-height: 0.5rem;
font-size: 0.16rem;
font-family:"AlibabaMedium" ;
cursor: pointer;
margin: 0 10px;

}
.HonorEnterprise .topmenucss span.on{
    background: #FFF;
    font-family:"AlibabaSemiBold" ;
}
.zhuanjiakuSwiper {
	width: 100%;
	overflow: hidden;
    position: relative;
    height:6.5rem;
}


.zhuanjiakuSwiper .swiper-wrapper {
    max-height: 20rem;
}

  .zhuanjiakuSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .zhuanjiakuSwiper  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .opacityf .banner{
    opacity: 0;height: 0px !important;
  }

  .zizhinengli .opacityf{
      opacity: 0;height: 0px!important; padding-bottom: 0px  !important;
  }
  .zizhinengli .opacityt{
    opacity: 1;
}
.bottomimg2 .banner {
    width: 33.333%;
    float: left;
    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;
    background: none !important;
  }
  .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; 
  }

  .bottomimg2 .banner.banner4{
    height: 9rem;
  }
  .bottomimg2 .banner.banner5{
    height: 9rem;
  }
  .bottomimg2 .banner.banner6{
    height: 9rem; 
  }

      @keyframes zoomIn {

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


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

    }
.ysxs .position{
    position: absolute;
    top: 28%;
}
.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;

    }

  

 .zhuanjiakuSwiper .swiper-button-prev {

        background-image: url('../images/Group207.png');
        background-size: 0.6rem 0.6rem;
        background-repeat: no-repeat;
        height: 0.6rem;
        width: 0.6rem;
        left: 10px;

    }
    .zhuanjiakuSwiper .swiper-button-prev::after{
        display: none;
    }
    
    .zhuanjiakuSwiper   .swiper-button-next {
    
        background-image: url('../images/Group118.png');
        background-size: 0.6rem 0.6rem;
        background-repeat: no-repeat;
        height: 0.6rem;
        width: 0.6rem;
        right: 10px;

    }
    .zhuanjiakuSwiper  .swiper-button-next::after{
        display: none;
    }

    .hxnlcontent{
        background-image: url(../news/hxnlrightbg.png);
        background-size: 4.5rem 3.52rem;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-color: #f3f3f3;
        width: 100%;
        float: left;
        margin-bottom: 0.5rem !important;
        padding-bottom: 0px  !important;
    }
    .hxnlSwiper .swiper-slide{
        background: none !important;
    }
    .hxnlcontent .left{
        padding-top: 0.3rem;
        width: 30%!important;
        max-width: 5rem !important;

    }
    .hxnlcontent .right{
        float: right;
        width: 65%!important;
        max-width:10rem !important;
    }
    .hxnlcontent .content1{
        margin-top: 0.6rem;
    }
    .hxnlcontent .content2{
        line-height: 200%;
        color: #999;
        font-family: "AlibabaRegular";
        margin-right: 0.1rem;
        margin-top: 0.1rem;
    }

    .hxnlcontent .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;
        left: 3.6rem;
        top:90%;
    }
    .hxnlcontent .swiper-button-prev::after{
        display: none;
    }
    
    .hxnlcontent   .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;
        left: 4.5rem;
        top:90%;
    }
    .hxnlcontent  .swiper-button-next::after{
        display: none;
    }
    #div_content p{
        margin-bottom: 0px !important;
        line-height: normal!important;
    }
    #div_content p img{
        margin:  0 auto;
    }