/*åˆå§‹åŒ–æ ·å¼*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;  line-height:30px;}
.xypg-right-content img{ max-width:100%}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

/*ä¸»ä½“æ ·å¼*/

.titles {}
.titles h2 {
  font-size: 38px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0.06em;
	color: #222222;
}

@media (max-width: 1760px) {
  .titles h2 {
    font-size: 36px;
  }
}
@media (max-width: 1500px) {
  .titles h2 {
    font-size: 2.4vw;
  }
}
@media (max-width: 1200px) {
  .titles h2 {
    font-size: 28px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }
}
@media (max-width: 420px) {
  .titles h2 {
    font-size: 22px;
  }
}

/* å…³äºŽä¸Žé¢æ–™ */
.about_fabric {
  background-color: #f8f8f8;
}

/* å…³äºŽæˆ‘ä»¬ */
.about {
  padding: 60px 0 50px;
}
.about .dth_wh {
  max-width: 1200px;
}
.about .titles {
  text-align: center;
}
.about_wz {
  text-align: center;
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.2;
	letter-spacing: 0px;
	color: #555555;
  margin-top: 0.9em;
}
.about_a {
  margin-top: 3%;
}
.about_a a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url("../img/b9f45bf776277c315b6e263ef16d982ebeba4739.png");
  height: 9px;
  width: 20px;
  margin: 0 auto;
}

@media (max-width: 1760px) {
}
@media (max-width: 1560px) {
  .about {
    padding: 3.84% 0 3.2%;
  }
  .about_wz {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .about {
    padding: 3.84% 0 3.5%;
  }
  .about_wz {
    font-size: 16px;
  }
  .about_a {
    margin-top: 24px;
  }
}
@media (max-width: 990px) {
  .about {
    padding: 30px 0;
  }
  .about_wz {
    font-size: 15px;
    margin-top: 0.7em;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .about {
    padding: 24px 0;
  }
  .about_wz {
    font-size: 14px;
    line-height: 2;
    margin-top: 0.5em;
  }
  .about_a {
    margin-top: 20px;
  }
}

/* é¢æ–™åº”ç”¨ */
.fabric_appli {
	background-color: #f8f8f8;
}
.fabric_appli li {}
.fabric_appli li a {
  display: block;
  position: relative;
  transition: 0.5s ease;
}
.fabric_appli li:hover a {
  border-top-left-radius: 6.25vw;
  overflow: hidden;
  transition: 0.3s ease;
}
.fabric_appli li .imgs {
  padding-top: calc(638 / 510 * 100%);
  border-top-left-radius: inherit;
}
.fabric_appli li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 8%;
}

.fabric_appli li .text_sums {
  text-align: center;
  position: relative;
}
.fabric_appli li .text_sums h3 {
  font-size:45px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ff0000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
    -webkit-text-stroke: 1px white;
  text-stroke: 1px black;
  text-shadow: 2px 2px 2px #000;
}
.fabric_appli li .text_sums h4 {
  font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1em;
   text-shadow: 2px 2px 2px #000;
}
.fabric_appli li .text_sums .nums {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 170px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: 0.3s ease;
}
.fabric_appli li:hover .text_sums .nums {
  opacity: 0;
}
.fabric_appli li .text_jia {
  position: relative;
  width: 26.4%;
  margin-left: 10px;
  flex-shrink: 0;
  padding: 7.8%;
  z-index: 20;
}
.fabric_appli li .text_jia .jia {
  display: block;
  padding-top: 100%;
	background-color: #0c3a90;
  border-radius: 50%;
  position: relative;
}
.fabric_appli li .text_jia .jia::before,
.fabric_appli li .text_jia .jia::after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 26.5%;
  top: calc(50% - 1px);
}
.fabric_appli li .text_jia .jia::before {}
.fabric_appli li .text_jia .jia::after {
  transform: rotate(90deg);
}
.fabric_appli li .btns_bwen {
  position: absolute;
  z-index: -1;
  width: 38%;
  height: 38%;
  left: 31%;
  top: 31%;
  opacity: 0;
  transition: 0.3s ease;
}
.fabric_appli li:hover .btns_bwen {
  opacity: 1;
}
/* æŒ‰é’®æ³¢çº¹ */
.circle, 
.circle1, 
.circle2, 
.circle3  {
  width: 100%;
  height: 100%;
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.circle1, 
.circle2  {
  /* animation: circleChange 2s 1s ease-out infinite; */
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.circle1 {
  animation-delay: 1s;
}
.circle2 {
  animation-delay: 2s;
}

@keyframes circleChange{
  0%{transform: scale(1);opacity: 0.95;}
  25%{transform: scale(1.4);opacity: 0.75;}
  50%{transform: scale(1.8);opacity: 0.5;}
  75%{transform: scale(2.2);opacity: 0.25;}
  100%{transform: scale(2.6);opacity: 0.05;}
}

.fabric_appli_arow {
  position: relative;
  padding: 60px 0 60px calc((100vw - 1500px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fabric_appli_arow .fabric_appli_prev,
.fabric_appli_arow .fabric_appli_next {
  position: relative;
  display: block;
  width: 40px;
	height: 40px;
	border: solid 1px #b4b4b4;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52.5% auto;
  outline: none;
  flex-shrink: 0;
}
.fabric_appli_arow .fabric_appli_prev:hover,
.fabric_appli_arow .fabric_appli_next:hover {
	background-color: #888888;
}
.fabric_appli_arow .fabric_appli_prev {
  margin-right: 13px;
  background-image: url("../img/1bb7f9814dbe87861ab73d39311cb95978128890.png");
}
.fabric_appli_arow .fabric_appli_next {
  margin-right: 23px;
  background-image: url("../img/c432056ff3f8347226043f547e6633446c14264a.png");
}
.fabric_appli_arow .fabric_appli_prev:hover {
	background-image: url("../img/5ade069da78c5ab97146684cae0bd41cb0421869.png");
}
.fabric_appli_arow .fabric_appli_next:hover {
	background-image: url("../img/15595213e7ae983d14c18cfa665bcb681813def5.png");
}

.fabric_appli_arow .lines {
  position: relative;
  left: 0;
  top: 0;
	background-color: #d3d3d3;
  height: 3px;
  flex-grow: 1;
}
.fabric_appli_arow .lines .swiper-pagination-progressbar-fill {
  background-color: #888888;
}

@media (max-width: 1760px) {
  .fabric_appli_arow {
    padding: 3.4% 0 3.4% 2vw;
  }
  .fabric_appli li .text_sums .nums {
    font-size: 9.65vw;
  }
  .fabric_appli li .text_sums h3 {
    font-size: 30px;
  }
  .fabric_appli li .text_sums h4 {
    font-size: 18px;
  }
}
@media (max-width: 1560px) {
  .fabric_appli li .text_sums h3 {
    font-size: 28px;
  }
  .fabric_appli li .text_sums h4 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .fabric_appli_arow .fabric_appli_prev, 
  .fabric_appli_arow .fabric_appli_next {
    width: 36px;
    height: 36px;
  }
   .fabric_appli li .text_sums h3 {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
	 .fabric_appli li .text_sums h3 {
    font-size: 16px;
  }
  .fabric_appli li .text_sums h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 450px) {
  .fabric_appli li .text_sums .nums {
    font-size: 80px;
  }
  .fabric_appli_arow .fabric_appli_prev {
    margin-right: 10px;
  }
  .fabric_appli_arow .fabric_appli_next {
    margin-right: 15px;
  }
}

.cpzx{
    padding: 5.3% 0 5.7%;
    background: rgba(204, 204, 204, 0.2);
}
.cpzx .cpzx_fc{
    margin-top: 3.2%;
}
.cpzx .cpzx_fc .cpzx_fcyj{
   display: flex;
   display: -webkit-flex;
   flex-wrap: wrap;
   justify-content: space-between;
   position: relative;
}
.cpzx .cpzx_fc .cpzx_fcyj li{
    width: 23.95%;
    background: url(../img/6ee103b65ef453e1fb1988de7499f48c49e0d16a.png) no-repeat center;
    background-size: 100% 100%;
	border-radius: 8px;
}
.cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2n){
    background: url(../img/4b4aa0b402f696a6f1c307e16642f42ecaf861ca.png) no-repeat center;
     background-size: 100% 100%;
}
.cpzx .cpzx_fc .cpzx_fcyj li >a{
    display: flex;
    display: -webkit-flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    padding: 5.57% 0;
    align-items: center;
    height: 100%;
}
.cpzx .cpzx_fc .cpzx_fcyj li >a .cpflyjwz{
    font-size:20px;
	line-height: 1;
	color: #ffffff;
    margin-left: 1.25rem;
}
.cpzx .cpzx_fc .cpzx_fcyj li >a  .cpflyjwz span{
    display: block;
    font-size: 14px;
	line-height: 24px;
	color: rgba(255, 255, 255, .6);
}
.cpzx .cpzx_fc .cpejfl{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    display: none;
    border-bottom: solid 1px #cccccc;
}
.cpzx .cpzx_fc .cpejfl:nth-child(1){
    display: flex;
}
.cpzx .cpzx_fc .cpejfl li{
    width: 16.66666%;
    max-width: 220px;
    padding: 2.267% 0 1.4%;
    text-align: center;
}
.cpzx .cpzx_fc .cpejfl li a{
    display: block;
    font-size: 1rem;
	line-height: 1.2;
	color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cpzx .cpzx_fc .cpejfl li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 11px;
	height: 11px;
	border: solid 1px #666666;
    border-radius: 50%;
    margin-right: 10px;
}
.cpzx .cpzx_fb{
    margin-top: 12px;
}
.cpzx .cpzx_fb ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cpzx .cpzx_fb ul li{
    width: 32%;
    margin-top: 1.667%;
    text-align: center;
    background-color: #ffffff;
    border: 4px solid #fff;
    position: relative;
}
.cpzx .cpzx_fb ul li img{
    width: 100%;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;
}
.cpzx .cpzx_fb ul li:hover .img img{
    transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);
}
.cpzx .cpzx_fb ul li h3{
    font-size: 18px;
	font-weight: normal;
	line-height: 1.33333;
	color: #666666;
    margin-top: 6.107%;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cpzx .cpzx_fb ul li h4{
    width: 82%;
    margin: 0 auto;
    font-size: 14px;
	font-weight: normal;
	line-height: 1.428571;
	color: rgba(34,34,34,0.4);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.cpzx .cpzx_fb ul li .img{
    position: relative;
    overflow: hidden;
}
.cpzx .cpzx_fb ul li .img::before{
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(2, 85, 168, 0.4) url(../img/07ecfbc88abe96da45b3a5b560638d548ab95899.png) no-repeat center;
    display: none;
}
.cpzx .cpzx_fb ul li a{
    display: block;
    padding-bottom: 6.395%;
}
.cpzx .cpzx_fb ul li a::before{
    position: absolute;
    z-index: 2;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: rgba(2, 85, 168, 0.4);
    display: none;
}
.cpzx .cpzx_fb ul li:hover{
    border: 4px solid rgba(2, 85, 168, 0.4);
    background-color: #0273ca;
}
.cpzx .cpzx_fb ul li:hover .img::before{
    display: block;
}
.cpzx .cpzx_fb ul li:hover h3{
    color: #fff;
}
.cpzx .cpzx_fb ul li:hover a::before{
    display: block;
}
.cpzx .cpzx_fb ul li:hover h4{
    color: #fff;
}
.cpzx .cpckgdw{
    margin-top: 2.4%;
    text-align: center;
}
.cpzx .cpckgdw .cpckgd{
    display: inline-block;
    font-size: 18px;
	line-height: 1;
	color: #ffffff;
    background-image: linear-gradient(90deg, #0270c7 0%, #024291 100%);
    border-radius: 8px;
    padding: 1.35rem 5.6rem;
}
@media(max-width: 1200px){
    .cpzx .cpzx_fc .cpzx_fcyj li >a .cpflyjwz{
        font-size: 16px;
        margin-left: 10px;
    }
    .cpzx .cpzx_fc .cpzx_fcyj li >a .cpflyjwz span{
        font-size: 12px;
    }
    .cpzx .cpzx_fc .cpejfl li a{
        font-size: 15px;
    }
    .cpzx .cpzx_fb ul li h3{
        font-size: 16px;
    }
    .cpzx .cpckgdw .cpckgd{
        font-size: 16px
    }
}
@media(max-width: 991px){
    .cpzx .cpzx_fc .cpzx_fcyj li >a{
        padding: 10px 0;
    }
    .cpzx .cpzx_fc .cpzx_fcyj li >a .cpflyjtp img{
        max-width: 50px;
    }
    .cpzx .cpzx_fb ul li h3{
        margin: 15px 0 10px;
    }
    .cpzx .cpzx_fb ul li a{
        padding-bottom: 10px;
    }
    .cpzx .cpckgdw .cpckgd{
        padding: 15px 60px;
    }
}
@media(max-width:768px){
    .cpzx .cpzx_fc .cpzx_fcyj li{
        width: 49%;
        margin: 5px 0;
    }
    .cpzx .cpzx_fc .cpzx_fcyj li{
        background-image: linear-gradient(90deg, #0270c7 0%, #024291 100%);
    }
    .cpzx .cpzx_fc .cpzx_fcyj li:nth-child(2n){
        background-image: linear-gradient(90deg, #0270c7 0%, #024291 100%);
    }
    .cpzx .cpzx_fc .cpejfl{
        justify-content: flex-start;
    }
    .cpzx .cpzx_fc .cpejfl li{
        width: 33.333%;
        padding: 15px 0;
        text-align:left;
    }
    .cpzx .cpzx_fb ul li{
        width: 49%;
        margin-top: 15px;
    }
    .cpzx .cpckgdw{
        margin-top: 15px;
    }
}
@media(max-width:468px){
    .cpzx{
        padding: 25px 0;
    }
    .cpzx .cpzx_fc{
        margin-top: 15px;
    }
    .cpzx .cpzx_fc .cpejfl li{
        width: 48%;
    }
    .cpzx .cpzx_fb ul li{
        width: 100%;
    }
}
/* ç¦»åž‹ææ–™ */
.clzx{
    margin: 0 0 5.7%;
    padding: 5.3% 0 0;
}
.clzx .clzx_fb{
    margin-top: 2.667%;
}
.clzx .clzx_fb ul{
    overflow: hidden;
}
.clzx .clzx_fb li{
    width: 56.133%;
    float: left;
    position: relative;
    overflow: hidden;
}
.clzx .clzx_fb li img{
    width: 100%;
    transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;
}
.clzx .clzx_fb li .img:hover img{
    transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);
}
.clzx .clzx_fb li .clzx_fbwz{
    width: 38.241%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e9fafb;
    text-align: center;
    height: 100%;
    padding:2% 3%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
}
.clzx .clzx_fb li .img{
    width: 61.759%;
    float: right;
    overflow: hidden;
}
.clzx .clzx_fb li:nth-child(1){
    width: 43.867%;
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz{
    width: 48.634%;
    background-image: linear-gradient(54deg, #024291 0%, #0270c7 100%), linear-gradient(#0270c7, #0270c7);
	background-blend-mode: normal, normal;
    padding: 2% 4%;
    height: 50%;
}
.clzx .clzx_fb li:nth-child(1) .img{
    width: 100%;
}
.clzx .clzx_fb li:nth-child(3) .img{
    float: left;
}
.clzx .clzx_fb li:nth-child(2) .clzx_fbwz{
    left: 0;
    right: auto;
}
.clzx .clzx_fb li .clzx_fbwz h3{
    font-size: 1.2rem;
	font-weight: normal;
	line-height: 1;
	color: #222222;
}
.clzx .clzx_fb li .clzx_fbwz h4{
    font-size: .8rem;
	font-weight: normal;
	line-height: 1.875;
	color: #666666;
    margin: 5.615% 0 7.485%;
}
.clzx .clzx_fb li .clzx_fbwz h5{
    font-size: .8rem;
	font-weight: normal;
	line-height: 1.25;
	color: #666666;
    border-radius: 4px;
	border: solid 1px rgba(153, 153, 153, 0.4);
    padding: 9px 0;
    width: 152px;
    margin: 0 auto;
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h3{
    color: #ffffff;
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h4{
    color: rgba(255, 255, 255, 0.6);
}
.clzx .clzx_fb li:nth-child(1) .clzx_fbwz h5{
    border: solid 1px rgba(255, 255, 255, 0.4);
    color: #fffefe;
}
@media(max-width: 991px){
    .clzx .clzx_fb li{
        width: 100%;
    }
    .clzx .clzx_fb li:nth-child(1){
        width: 100%;
    }
    .clzx .clzx_fb li .clzx_fbwz h3{
        font-size: 18px;
    }
    .clzx .clzx_fb li .clzx_fbwz h4{
        font-size: 14px;
    }
    .clzx .clzx_fb li .clzx_fbwz h5{
        font-size: 14px;
    }
}
@media(max-width:768px){
    .clzx .clzx_fb li .img{
        width: 100%;
    }
    .clzx .clzx_fb li:nth-child(1) .clzx_fbwz{
        width: 100%;
        padding: 5%;
    }
    .clzx .clzx_fb li .clzx_fbwz{
        width: 100%;
        position: static;
        padding: 5%;
    }
    .clzx .clzx_fb li .clzx_fbwz .clzx_fbwznr{
        width: 100%;
    }
    .clzx .clzx_fb li .clzx_fbwz h4{
        margin: 15px 0;
    }
}
@media(max-width:468px){
    .clzx{
        padding: 25px 0 0;
        margin: 0 0 25px;
    }
    .clzx .clzx_fb{
        margin-top: 15px;
    }
    .clzx .clzx_fb li:nth-child(1) .clzx_fbwz{
        padding: 15px;
    }
    .clzx .clzx_fb li .clzx_fbwz{
        padding: 15px;
    }
}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* ä¸»ä½“æ ·å¼ */
.fbox1{padding:4.5vw 0;}
.ab_img{width:40.77%;position: relative;border:1px solid #0b4e9f;box-shadow:0 0 10px #ddd; padding:5px 10px;}
.ab_img img{width:100%;display:block;position: relative;z-index:99;}

.bkaa{background-color:#0b4e9f;opacity: 0.8;width: 158px;height: 84px;z-index: 100;border-top-left-radius:30px;border-bottom-right-radius:30px;position:absolute;right:-39px;top:57px;}



.qyjj{width:52.88%;}
.jiantt h2{color:#000000;font-size:44px;font-weight:bold;}
.jiantt h3{color:#0b4e9f;font-size:24px;text-transform:uppercase;font-family:"Arial";margin-top:16px;}
.jianwz{color:#555555;font-size:17px;line-height:32px;margin:2vw 0 4.5vw;}

.sjnm li .num1{justify-content:flex-start;flex-wrap: nowrap;display: -webkit-flex;}
.sjnm li .counter{color:#333333;font-size:56px;font-weight:bold;line-height:55px;}
.sjnm li .num2{color:#fff;font-size:13px;width:22px;height:22px;line-height:22px;border-radius:50%;background:#005e35;text-align:center;margin-left:5px;}
.sjnm li .num3{color:#666666;font-size:16px;margin-top:10px;}


@media (max-width:1024px){
  .ab_img{width:100%;}
  .qyjj{width:100%;margin-top:20px;}
  .bkaa{display:none;}
  .ab_img:before{display:none;}
  .jiantt h2{font-size:34px;}
  .jiantt h3{font-size:18px;}
  .jianwz{font-size:15px;line-height:25px;}
  .sjnm li .counter{font-size:45px;line-height:36px;}
  .sjnm li .num3{font-size:15px;}
  
}

@media (max-width:482px){
  .jiantt h2{font-size:23px;}
  .fgy_tt{font-size:23px;}
  .sjnm li{width:50%;margin:8px 0;}
  .sjnm li .counter{font-size:35px;line-height:30px;}
  .sjnm li .num2{font-size:12px;line-height:18px;height:18px;width:18px;}
  .sjnm li .num3{margin-top:5px;}
 
}


.g2{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* height: 100vh; */
	min-height: 750px;
	width: 100%; padding-top:50px;
}

.group{
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.group-pic{
	width: 45%;
	position: relative;
}
.group-pic img{
	max-width: 90%;
}
.group-info{
	width: 55%;
	padding: 0 190px 0 125px;
	position: relative;
	font-size: 14px;
	line-height: 2.5;
	transform: translateY(-100px);color:#999999;
}
.group-info .top{
	position: absolute;
	left: -120px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	color: #47484A;
	line-height: 1;
}
.group-info .top span{
	padding-left: 24px;
	margin-left: 20px;
	position: relative;
}
.group-info .top span:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #56B3E4;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 50%;
}
.group-info .top svg{
	width: 115px;
	height: 38px;
	fill: #56B3E4;
}
.group-info .r-img{
	position: absolute;
	right: 0;
	top: 0;
}




.group-pic img+img{
	position: absolute;
	right: 0;
	top: 25%;
	display: none;
}
.group-info .edit{
	padding-top: 15px;
	border-top: 1px solid #dddddd;
}
.group-info .edit .fgsm{font-size: 26px;color: #333333;}

.event-main{
	height: 400px;
	overflow: hidden;
	margin: auto;
	margin-top: 80px;
	max-width: 900px;
	color: #ffffff;
}
@media (max-height: 800px){

}
.event-main .event{
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 70px;
	font-size: 16px;
	line-height: 1.7;
	opacity: 0.4;
	transition: ease all .3s;
	cursor: pointer;
}
.event-main .event span{
	font-size: 22px;
	margin-right: 120px;
}
.swiper-slide-active .event{
	opacity: 1;
	background-color: rgb(0 106 233 / 27%);
}
.year-line{
	margin-top: 50px;
	width: 100%;
}


.year-line{
	color:  rgb(255 255 255 / 30%);
	text-align: center;
	font-size: 0;
	overflow: auto;
	padding-bottom: 20px;
	white-space: nowrap;
	position: relative;
	scrollbar-color: transparent transparent;
ã€€ã€€scrollbar-track-color: transparent;
ã€€ã€€-ms-scrollbar-track-color: transparent;
	border-top: 1px solid rgb(255 255 255 / 18%);
}
.year-line li{
	display: inline-block;
	font-size: 16px;
	padding-top: 20px;
	width:190px;
	position: relative;
}
.year-line li:after{
	content: '';
	border-left: 1px solid rgb(255 255 255 / 18%);
	height: 8px;
	position: absolute;
	left: 50%;
	top: 0%
}
/*.year-line::-webkit-scrollbar-track {
	height: 8px;
	background-color: transparent;
}
.year-line::-webkit-scrollbar {
	height: 8px;
}
.year-line::-webkit-scrollbar-thumb {
	background-color: rgb(255 255 255 / 0%);
}
.year-line:hover::-webkit-scrollbar-thumb {
	background-color: rgb(255 255 255 / 50%);
}*/
.year-line::-webkit-scrollbar-track {
  display: none;
}
.year-line::-webkit-scrollbar {
  display: none;
}
.year-line::-webkit-scrollbar-thumb {
  display: none;
}
.year-line li span{
	cursor: pointer;
}
.year-line li span:hover{
	color: rgb(255 255 255 / 70%);
}
.year-line li.on span{
	color: #5eB3E4;
}
.year-line li.on:after{
	border-color: #5eB3E4;
}

.team{
	overflow: hidden;
}
.team .block{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 110px;
}
.team .block:nth-child(2n+1){
	flex-direction: row-reverse;
}

.team .block .item{
	width: 50%;
	padding: 0 70px;
	position: relative;
	font-size: 14px;
	line-height: 2.5;
}
.team .block .item .sign{
	width: 180px;
	height: 180px;
	position: absolute;
	bottom: 0;
	right: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(50%,50%);
}
.team .block .item .sign svg{
	width: 100px;
	height: 40px;
	fill: #5eB3E4;
}
.team .block .item .sign .sign-img{
	position: absolute;
	top: 0;
	left: 0;
	animation: rotate 9s linear infinite;
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.fbox1 .qyjj .list2 {
    display: flex;
    text-align: center;
}

@media (max-width: 480px) {
   .fbox1 .qyjj .list2 {
        justify-content: space-between;
    }
}

.fbox1 .qyjj .list2 li {
    padding: 25px 0 22px;
    width: 120px;
    border-radius: 6px;
    border: solid 1px #dbdbdb;
    margin-right: 1.61vw;
    transition-duration: .3s;
}

@media (max-width: 1200px) {
   .fbox1 .qyjj .list2 li {
        padding: 12px 0 10px;
    }
}

@media (max-width: 480px) {
   .fbox1 .qyjj .list2 li {
        width: 24%;
        margin-right: 0;
    }
}

.fbox1 .qyjj .list2 li .img {
    line-height: 40px;
}

@media (max-width: 1200px) {
   .fbox1 .qyjj .list2 li .img img {
        max-height: 34px;
    }
}

.fbox1 .qyjj .list2 li .img img.img2 {
    display: none;
}

.fbox1 .qyjj .list2 li:hover .img img.img2{
  display: inline;
} 

.fbox1 .qyjj .list2 li:hover .img img.img1{
  display: none;
} 

.fbox1 .qyjj .list2 li h3 {
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
}

@media (max-width: 1200px) {
   .fbox1 .qyjj .list2 li h3 {
        font-size: 14px;
        margin-top: 10px;
    }
}

.fbox1 .qyjj .list2 li:hover {
    border: dashed 1px #005bac;
}

.fbox1 .qyjj .list2 li:hover .img.img2 {
    display: inline;
}

.fbox1 .qyjj .list2 li:hover .img.img1 {
    display: none;
}



.page-title{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-title h2{
	font-size: 32px;
    font-weight: 700;
	color: inherit;
	position: relative;color:#333;
}
.page-title h2:before{
	content: '';
	display: inline-block;
	width: 28px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	border-top: 1px solid #00A0E9;
}
.page-title h2 p{
	margin-top: 40px;
	text-transform: uppercase;
	width: 100%;
	font-size: 18px;
	display: block;
    font-weight: 400;
	color:#333333
}





.page-title-left{
    justify-content: flex-start;
}
.page-title-left h2:before{
    left: 0%;
    transform: translateX(0%);

}
.page-title-w{
    color: #fff;
}