@-webkit-keyframes circleProgressLoad_right{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(225deg);
	}
	100%{
		-webkit-transform: rotate(225deg);
	}
}
@-webkit-keyframes circleProgressLoad_left{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(45deg);
	}
	100%{
	-webkit-transform: rotate(225deg);
	}
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}



.banner { font-size: 0; width: 100%; height: 100vh; }
.banner .img { position: relative; display: block; width: 100%; height: 100vh; overflow: hidden; }
.banner .img a { display: block; }
.banner .img img { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); -webkit-transition: transform 0.3s ease-out 0s; -moz-transition: transform 0.3s ease-out 0s; -ms-transition: transform 0.3s ease-out 0s; -o-transition: transform 0.3s ease-out 0s; transition: transform 0.3s ease-out 0s; }
.banner .swiper-slide-active img { -webkit-transition: transform 6.5s ease-out 1s; -moz-transition: transform 6.5s ease-out 1s; -ms-transition: transform 6.5s ease-out 1s; -o-transition: transform 6.5s ease-out 1s; transition: transform 6.5s ease-out 1s; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.banner .pagination { position: absolute; bottom: .6rem; z-index: 3; text-align: center; display: none;}
.banner .pagination span { width: auto; height: auto; margin: 0 .14rem !important; background: none; font-family: Arial, Helvetica, sans-serif; font-size: 0.2rem; font-weight: 500; line-height: 0.34rem; color: #fff; text-align: center; opacity: .3; }
.banner .pagination .swiper-pagination-bullet-active { opacity: 1; }
.banner .arrow { position: absolute; top: auto; right: 5%; bottom: 0.57rem; left: auto; z-index: 4; }
.banner .arrow div { width: .62rem; height: .54rem; border: 1px solid rgba(255, 255, 255, 0.2); border-right: none; background-image: url("../images/arrow1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 0.23rem; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.banner .arrow div.swiper-next { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .arrow div:hover { border-color: #DBA564; background-color: rgba(255, 255, 255, 0.05); }

.column { width: 100%; margin: .8rem 0 .35rem; }
.column img { margin: 0 .2rem 0 0; width: .9rem; }
.column .cn { font-family: "SYST900"; font-size: 0.36rem; font-weight: 500; line-height: 0.52rem; color: #333; text-align: left; }
.column .en { display: -ms-flexbox; display: flex; align-items: center; font-family: "SYST700"; font-size: 0.18rem; font-weight: 500; line-height: 0.26rem; color: #9e9e9e; text-align: left; }
.column .en i { display: flex; margin: 4px 0 0 .11rem; }
.column .en i::before { display: block; content: ""; box-sizing: border-box; width: .16rem; height: 2px; background: #005BAC; }
.column .en i::after { display: block; content: ""; box-sizing: border-box; width: .16rem; height: 2px; margin: 0 0 0 4px; background: #DBA564; }
.column.flex-center { position: relative; }
.column.flex-center .more { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; height: 100%; }

.more { display: -ms-flexbox; display: flex; align-items: center; font-size: 0.18rem; font-weight: 500; line-height: 30px; color: #999; text-align: left; }
.more img { margin: 0 0 0 3px; width: .24rem; }
.more:hover { color: #005BAC; }
.more:hover img { -webkit-transform: rotate(270deg); -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg); -webkit-transition: all 1s ease-out 0s; -moz-transition: all 1s ease-out 0s; -ms-transition: all 1s ease-out 0s; -o-transition: all 1s ease-out 0s; transition: all 1s ease-out 0s; }

.home1 { padding: 0 0 1.2rem; background-image: url("../images/index_bg1.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home1 .column { margin-bottom: .8rem; }

.news-swiper1 { width: 56.5625%; }
.news-swiper1 .img { padding: 6.05rem 0 0; }
.news-swiper1 .text { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: 1; width: 100%; padding: 0.5rem 0.4rem 0.3rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #294180 100%); }
.news-swiper1 .date { display: inline-block; padding: 0 .15rem; margin: 0 0 .18rem; font-size: .2rem; color: #fff; line-height: .42rem; background: #DBA564; }
.news-swiper1 .title { font-size: .24rem; font-weight: 700; color: #fff; }
.news-swiper1 .pagination { position: absolute; bottom: .35rem; left: auto; right: .4rem; width: auto; z-index: 3; text-align: center; }
.news-swiper1 .pagination span { width: .1rem; height: .1rem; margin: 0 0 0 .14rem !important; border-radius: 0; background: rgba(255, 255, 255, 0.5); opacity: 1; }
.news-swiper1 .pagination .swiper-pagination-bullet-active { background: #DBA564; }

.news-list { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: space-between; width: 41.125%; }
.news-list .first { margin: 0 0 .23rem; }
.news-list .first a { padding: 0 .3rem 0 .15rem; background: none !important; }
.news-list .first a:hover .title { color: #005BAC; }
.news-list .first .date1::before { position: absolute; top: 0.18rem; right: 0.18rem; bottom: auto; left: auto; z-index: -2; width: .82rem; height: .82rem; content: ""; border: 1px dashed #DBA564; }
.news-list .first .date1::after { position: absolute; top: 0.18rem; right: 0.18rem; bottom: auto; left: auto; z-index: -1; width: .82rem; height: .82rem; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); background: #005BAC; }
.news-list .first .text { width: calc(100% - 1.18rem); padding: 0 0 0 .3rem; }
.news-list .first .title { width: 100%; padding: 0; margin: 0 0 .07rem; font-weight: 700; line-height: .3rem; max-height: .6rem; }
.news-list a { width: 100%; padding: .23rem .3rem; -webkit-transition: background 0.3s ease-out 0s; -moz-transition: background 0.3s ease-out 0s; -ms-transition: background 0.3s ease-out 0s; -o-transition: background 0.3s ease-out 0s; transition: background 0.3s ease-out 0s; }
.news-list .date { width: .97rem; text-align: center; font-size: .22rem; line-height: .45rem; background: #DAE2F6; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.news-list .title { width: calc(100% - .97rem); max-height: .56rem; padding: 0 0 0 .35rem; }

.home2 { padding: 0.7rem 0 1.3rem; position: relative;}

.home2::before{content: '';display: block;width: 100%;height: 100%;background-image: url("../images/index_bg4.png"); background-repeat: no-repeat; position: absolute;top: 0;left: 0;z-index: 2;
  background-position: center;
  background-size: 16.69rem 100%;
}

.home2::after{content: '';display: block;width: 8.21rem;height: 4.94rem;background-image: url("../images/p2_bg2.png"); background-repeat: no-repeat; position: absolute;bottom: 0;right: -0rem;z-index: 1;
  background-position: center;
  background-size: 100% 100% !important;
}

.home2>div{position: relative;z-index: 4;}

.home2 .l-box { width: 36.9%; }

.home2 .l-box .rl_box{}

.home2 .l-box .rl_box {
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.58rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.4s;
}

.home2 .l-box .rl_box a {
  display: block;
  text-align: center;
  line-height: 0.33rem;
  width: 0.36rem;
  height: 0.36rem;
  background: #FCAE59;
}

.home2 .l-box .rl_box img {
}

.home2 .r-box { width: 58%; padding: .3rem .3rem 0 0; align-items: flex-start; }



.home2 .l-box .column{justify-content: flex-start;position: relative;}
.home2 .column .cn{transition: 0.4s;cursor: pointer;}
.home2 .l-box .flex-middle{transition: 0.4s;}
.home2 .l-box .flex-middle+.flex-middle{margin-left: 0.3rem;}
.home2 .l-box .flex-middle.on{}
.home2 .l-box .flex-middle.on .cn{font-size: 0.28rem;
  font-weight: 900;
  color: #666666;
}

.home2 .l-box .column .more{display: none;position: absolute;right: 0;top: calc(50% - 0.15rem);}
.home2 .l-box .column .more.on{display: flex;}


.home2 .list1{display: none;}
.home2 .list1.on{display: block;}


@media(max-width: 1024px){
  .home2::before{opacity: 0;}
}

@media(max-width: 650px){
  .home2 .l-box .column .cn{font-size: 0.24rem;}
  .home2 .l-box .flex-middle.on .cn{font-size: 0.2rem;}
  .home2 .l-box .column .en{font-size: 0.12rem;}
  .home2 .l-box .flex-middle+.flex-middle{margin-left: 0.15rem;}
}


.pic-list { width: 49.5%; }
.pic-list .img { padding: 3.14rem 0 0; }
.pic-list .text { position: relative; height: 3.04rem; padding: .3rem .4rem 0; background-image: url("../images/list_bg2.png"); background-repeat: no-repeat; background-position: 100% 100%; background-color: #005BAC; background-size: auto; }
.pic-list .title { max-height: 0.64rem; font-size: .2rem; line-height: .32rem; color: #fff; font-weight: 700; }
.pic-list .title span { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
.pic-list .info { margin: .2rem 0 0; max-height: .6rem; line-height: .3rem; color: #ACB3C5; }
.pic-list .date { margin: .36rem 0 0; font-size: .3rem; color: #fff; }
.pic-list .date span { font-size: .16rem; color: #9FACCE; }
.pic-list .date span::before { display: inline-block; vertical-align: bottom; content: ""; width: 1px; height: .41rem; margin: 0 .12rem; background: #9FACCE; -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); -o-transform: rotate(25deg); transform: rotate(25deg); }
.pic-list .icon { position: absolute; top: auto; right: 0.4rem; bottom: 0.5rem; left: auto; z-index: 1; width: .48rem; height: .48rem; }
.pic-list .icon::before { display: block; content: ""; box-sizing: border-box; width: 100%; height: 100%; background-image: url("../images/f_icon6_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #DBA564; background-size: 0.27rem; }
.pic-list .icon::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); border: 1px dashed #C9D5F4; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.pic-list:hover .title span { background-size: 100% 1px; }
.pic-list:hover .icon::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

.list2 { width: 46.5%; }
.list2 li { margin: .39rem 0 0; }
.list2 li:first-child { margin: 0; }
.list2 a { display: block; width: 100%; padding: .27rem .28rem .3rem; border: 1px solid #BDCBEE; position: relative; }
.list2 a::before { display: block; content: ""; box-sizing: border-box; position: absolute; top: -1px; right: auto; bottom: auto; left: -1px; z-index: 1; width: 0; height: 0; }
.list2 a::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: auto; right: -1px; bottom: -1px; left: auto; z-index: 1; width: 0; height: 0; }
.list2 a:hover::before { width: calc(100% + 2px); height: calc(100% + 2px); border-top: 1px solid #005BAC; border-right: 1px solid #005BAC; -webkit-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -moz-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -ms-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -o-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; }
.list2 a:hover::after { width: calc(100% + 2px); height: calc(100% + 2px); border-bottom: 1px solid #005BAC; border-left: 1px solid #005BAC; -webkit-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -moz-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -ms-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -o-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; }
.list2 a:hover .title { color: #005BAC; font-weight: 700; }
.list2 .title { line-height: .3rem; height: .6rem; }
.list2 .date { margin: .2rem 0 0; font-size: .26rem; color: #005BAC; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: 0.23rem; }
.list2 .date span { font-size: .16rem; color: #9FACCE; }
.list2 .date span::before { display: inline-block; vertical-align: bottom; content: ""; width: 1px; height: .41rem; margin: 0 .12rem; background: #9FACCE; -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); -o-transform: rotate(25deg); transform: rotate(25deg); }


.p2_lb{overflow: hidden;width: 49.5%;}
.p2_lb .pic-list{width: 100%;}

.home2 .list2{}
.home2 .list2 li.on a::before { width: calc(100% + 2px); height: calc(100% + 2px); border-top: 1px solid #005BAC; border-right: 1px solid #005BAC; -webkit-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -moz-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -ms-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -o-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; }
.home2 .list2 li.on a::after { width: calc(100% + 2px); height: calc(100% + 2px); border-bottom: 1px solid #005BAC; border-left: 1px solid #005BAC; -webkit-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -moz-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -ms-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; -o-transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; transition: width 0.3s ease-in, height 0.3s ease-in 0.3s; }
.home2 .list2 li.on a .title { color: #005BAC; font-weight: 700; }



.part3{padding-bottom: 1.27rem;background: #F5FAFF url(../images/p3_bg.png) no-repeat center center;background-size: cover;padding-top: 1px;}

.p3_main{justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}

.part3 .l-box{width: 10.5rem;}


.p3_ul1{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p3_ul1 li{width: calc(50% - 0.25rem);}
.p3_ul1 li+li{margin-top: 0.7rem;}
.p3_ul1 li a{display: block;}
.p3_ul1 .img-zoom{border-bottom: 0.04rem solid #E9B63F;border-radius: 0.1rem 0.1rem 0 0;}
.p3_ul1 .img-zoom .img{padding-bottom: 66.4%;}

.p3_ul1 .con{border-radius: 0.1rem;background: linear-gradient(158deg, #FFFFFF 12%, #D1E0FD 86%);padding: 0.2rem 0.3rem 0.3rem;transition: 0.4s;}
.p3_ul1 .con .sj{display: flex;align-items: flex-end;margin-bottom: 0.1rem;}
.p3_ul1 .con .sj p{font-family: Impact;color: #005BAC;transition: 0.4s;}
.p3_ul1 .con .sj .p1{font-size: 0.38rem;}
.p3_ul1 .con .sj .p2{font-size: 0.14rem;margin-left: 0.1rem;margin-bottom: 0.1rem;}
.p3_ul1 .con .bt{font-size: 0.18rem;line-height: 0.28rem;color: #323232;margin-bottom: 0.15rem;
  height: 0.58rem;transition:0.4s;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
.p3_ul1 .con .zy{
  font-size: 0.14rem;line-height: 0.24rem;color: #9E9E9E;
  height: 0.72rem;transition:0.4s;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p3_ul1 li:hover .con{background: #005BAC url(../images/p3_ul1.png) no-repeat center bottom;background-size: 100%;}
.p3_ul1 li:hover .con .sj p{color: #fff;}
.p3_ul1 li:hover .con .bt{color: #fff;}
.p3_ul1 li:hover .con .zy{color: #fff;}




.part3 .r-box{width: 5rem;position: relative;}
.p3_r_bg{width: 100%;height: 100%;
  opacity: 1;

  position: absolute;top: 0;
  left: 0;
  z-index: 1;
}
.p3_r_bg::before{content: '';display: block;
  width: 100%;height: 100%;
  background: linear-gradient(170deg, #FFFFFF 3%, #D1E0FD 102%);
  z-index: 3;
  position: absolute;top: 0;
  left: 0;
  border-radius: 0.1rem;
}
.p3_r_bg div{border-radius: 0.08rem;
  opacity: 1;
  background: #BCD3FF;
width: calc(100% - 0.2rem);
height: 100%;
position: absolute;
top: 0.05rem;
left: 0.1rem;
z-index: 2;
}
.p3_r_bg div+div{border-radius: 0.08rem;
  opacity: 1;
  background: #D3E2FF;
width: calc(100% - 0.4rem);
height: 100%;
position: absolute;
top: 0.1rem;
left: 0.2rem;
z-index: 1;
}


.p3_ul2{position: relative;z-index: 4;padding: 0.4rem 0.5rem 0.45rem;}
.p3_ul2 li+li{padding-top: 0.4rem;margin-top: 0.4rem;border-top: 0.01rem solid #BFDFF6;}

.p3_ul2 .con{border-radius: 0.1rem;}

.p3_ul2 .con .sj{display: flex;align-items: flex-end;margin-bottom: 0.1rem;}
.p3_ul2 .con .sj p{font-family: Impact;color: #005BAC;transition: 0.4s;}
.p3_ul2 .con .sj .p1{font-size: 0.38rem;}
.p3_ul2 .con .sj .p2{font-size: 0.14rem;margin-left: 0.1rem;margin-bottom: 0.1rem;}
.p3_ul2 .con .bt{font-size: 0.18rem;line-height: 0.28rem;color: #323232;margin-bottom: 0.15rem;font-weight: bold;
  height: 0.58rem;transition:0.4s;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}
.p3_ul2 .con .zy{
  font-size: 0.14rem;line-height: 0.24rem;color: #666666;
  height: 0.72rem;transition:0.4s;
  
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.p3_ul2 li:hover .con .bt{color: #005BAC;}





@media(max-width: 1024px){
.p2_lb{width: 100%;}

  .part3{padding-bottom: 0.5rem;padding-top: 1px;}
  .p3_ul1 li+li{margin-top: 0;}
  .part3 .r-box{width: 100%;margin-top: 0.3rem;}

.pic-list .icon{bottom:0.2rem}

}

@media(max-width: 650px){
  .p3_ul1 li{width: 100%;}
  .p3_ul1 li+li{margin-top: 0.3rem;}
  .p3_ul2{padding: 0.3rem;}
}



.home3 { overflow: hidden; padding: 1px 0 1.2rem; background-image: url("../images/index_bg2.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.home3 .column { margin-top: .65rem; }
.home3 .column .cn { color: #fff; }
.home3 .column .en { color: rgba(255, 255, 255, 0.7); }
.home3 .column .en i::before { background: #fff; }
.home3 .column .more { color: #fff; }
.home3 .l-box { width: 9.57rem; height: 6.15rem; background-image: url("../images/f_icon7.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; }
.home3 .l-box .img-wrap { position: relative; width: 4.5rem; margin: -2px 0 0 .47rem; }
.home3 .l-box .text-wrap { position: relative; width: 3rem; margin: 0 .8rem 0 0; }
.home3 .l-box .text-wrap a { display: block; }
.home3 .l-box .text-wrap:hover .title span { background-size: 100% 1px; }
.home3 .l-box .text-wrap:hover .icon::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.home3 .l-box .img-zoom { z-index: 2; border-radius: 50%; }
.home3 .l-box .img { padding: 100% 0 0; }
.home3 .l-box .title { font-size: .2rem; line-height: .3rem; max-height: .9rem; color: #fff; font-weight: 700; }
.home3 .l-box .title span { background-image: linear-gradient(#fff, #fff); background-repeat: no-repeat; background-size: 0 1px; background-position: 0 100%; -webkit-transition: background-size 0.5s ease-out 0s; -moz-transition: background-size 0.5s ease-out 0s; -ms-transition: background-size 0.5s ease-out 0s; -o-transition: background-size 0.5s ease-out 0s; transition: background-size 0.5s ease-out 0s; }
.home3 .l-box .info { margin: .25rem 0 0; color: #A3B1D3; line-height: .3rem; height: .6rem; }
.home3 .l-box .date { margin: .36rem 0 0; font-size: .3rem; color: #fff; }
.home3 .l-box .date span { font-size: .16rem; color: #9FACCE; }
.home3 .l-box .date span::before { display: inline-block; vertical-align: bottom; content: ""; width: 1px; height: .41rem; margin: 0 .12rem; background: #9FACCE; -webkit-transform: rotate(25deg); -moz-transform: rotate(25deg); -ms-transform: rotate(25deg); -o-transform: rotate(25deg); transform: rotate(25deg); }
.home3 .l-box .icon { position: absolute; top: auto; right: 0; bottom: -0.1rem; left: auto; z-index: 1; width: .48rem; height: .48rem; }
.home3 .l-box .icon::before { display: block; content: ""; box-sizing: border-box; width: 100%; height: 100%; background-image: url("../images/f_icon6_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #DBA564; background-size: 0.27rem; }
.home3 .l-box .icon::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); border: 1px dashed #C9D5F4; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.home3 .r-box { width: calc(100% - 8.77rem); margin: 0 0 0 -.8rem; }






.list3 { margin: .37rem 0 0; }

.list3 a { padding: 0 0 0 1rem; border-bottom: 1px solid #6D88CD; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list3 .title { width: calc(100% - .8rem); line-height: .92rem; color: #fff; font-weight: 700; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list3 .title i { display: inline-block; margin: 0 .15rem 0 0; border: 1px solid #6D88CD; padding: 3px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list3 .title i::after { display: block; content: ""; box-sizing: border-box; width: 5px; height: 5px; background: #6D88CD; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list3 .date { font-size: .2rem; color: #fff; line-height: .92rem; }




.h3_lb1{overflow: hidden;padding-right: 1.74rem;margin-right: -1.74rem;}


.h3_lb2_out{display: flex;justify-content: center;height: 0.85rem;align-items: center;}

.h3_nf_box{
  width: 0.75rem;
  height: 0.75rem;
  border: 1px dashed #5570B6;
  border-radius: 50%;
  display: flex;align-items: center;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
}
.h3_nf_box p{font-family: Impact;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  position: relative;z-index: 3;
  transition: 0.4s;
}
.h3_nf_box::after{content: '';display: block;width: calc(100% - 0.1rem);height: calc(100% - 0.1rem);position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;background: #5570B6;border-radius: 50%;
  transition: 0.4s;
}

.h3_nf_box.tit{font-weight: bold;}
.h3_nf_box.tit p{font-size: 0.2rem;}

.h3_lb2{width: auto;display: flex;}
.h3_lb2 li{margin-left: 0.46rem;}


.h3_lb2 .on .h3_nf_box{border: 1px dashed #DBA564;transform: scale(1.3);}
.h3_lb2 .on .h3_nf_box::after{background: #DBA564;}

.h3_lb2 .on .h3_nf_box p{font-size: 0.24rem;}



.h3_lb4{    width: 9.57rem;
  height: 6.15rem;}

.h3_lb3{height: 4.65rem;overflow: hidden; margin-top: 0.37rem !important;width: calc(100% + 1.74rem);padding-right: 1.74rem;}
.h3_lb3 .swiper-wrapper{margin-top: 0;}


.h3_lb3 .swiper-slide-active{ padding-left: 0.78rem;}
.h3_lb3 .swiper-slide-active::after{content: '';display: block;height: 100%;width: 8.67rem;background: url(../images/home3_li_on.png) no-repeat 0.67rem center;
position: absolute;top: 0;left: 0;
z-index: 1;
}

.h3_lb3 .swiper-slide{padding-left: .11rem;}
.h3_lb3 .swiper-slide a{padding-left: .89rem;position: relative;z-index: 3;}

.h3_lb3 .swiper-slide-prev { padding-left: .65rem; }
.h3_lb3 .swiper-slide-prev a { padding-left: .62rem; }
.h3_lb3 .swiper-slide-active { padding-left: .78rem; }
.h3_lb3 .swiper-slide-active a { padding-left: .73rem; }
.h3_lb3 .swiper-slide-next { padding-left: .59rem; }
.h3_lb3 .swiper-slide-next a { padding-left: .69rem; }
.h3_lb3 .swiper-slide-next+li{padding-left: 0rem; }
.h3_lb3 .swiper-slide-next+li a{padding-left: 1rem; }




.home3 .r-box{position: relative;}
.h3_lb3_jt{width: 0.7rem;display: flex;justify-content: space-between;position: absolute;bottom: 0.4rem;left: calc(50% - 0.35rem);}
.h3_lb3_jt>div{width: 0.35rem;height: 0.18rem;background: url(../images/h3_lb3_prev.png) center center;background-size: 100% 100%;position: relative;}
.h3_lb3_jt>div.swiper-button-next{transform: rotate(180deg);}

@media(max-width: 1024px){

  .h3_lb4{width: 100%;height: auto;}
  .h3_lb1 .flex{flex-wrap: wrap;}
  .h3_lb3 .swiper-slide-active::after{display: none;}
  .home3 .r-box{padding-bottom: 0.5rem;}
  .h3_lb3_jt{bottom: 0.2rem;}

}


@media(max-width: 650px){
  .h3_lb3_jt{bottom: 0rem;}

  .h3_lb2 li{margin-left: 0.2rem;}
  .h3_nf_box{width: auto;height: 0.3rem;background: none !important;border: 0 solid #000 !important;}
  .h3_nf_box::after{background: none !important;}

  .h3_lb3{height: 4rem;}
}



.part4{padding: 1px 0 1.3rem;background: #F5FAFF;background-size: 100%;}

.p4_ul{display: flex;width: 100%;}
.p4_ul li{width: 25%;display: flex;flex-direction: column;}

.p4_ul li>a{display: block;position: relative;}
.p4_ul li>a .play{width: 0.87rem;height: 0.87rem;background-size: 100% 100% !important;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin:  auto;
z-index: 6;
}

.p4_ul li .img{padding-bottom: 0;height: 3.4rem;}
.p4_ul li .img img{width: 100%;height: 100%;object-fit: cover;}
.p4_ul li .con{height: 3.4rem;position: relative;position: relative;width: 100%;background: #f1f1f1;z-index: 3;padding: 0.3rem;}
.p4_ul li .con::after{content: '';width: 0.32rem;height: 0.16rem;/*background: #f1f1f1;*/position: absolute;left: calc(50% - 0.16rem);bottom: calc(100% - 1px);
	clip-path: polygon(50% 0%,100% 100%,0% 100%);
}
.p4_ul li .con>a{display: block;width: 100%;height: 100%;transition: 0.4s;display: flex;flex-direction: column;justify-content: center;align-items: center;}

.p4_ul li .con .bt{font-size: 0.26rem;
  font-weight: bold;color: #333;text-align: center;transition: 0.4s;
margin-bottom: 0.2rem;
}
.p4_ul li .con .zy{transition: 0.4s;font-size: 0.14rem;color: #333;line-height: 0.3rem;height: 0.9rem;margin-bottom: 0.2rem;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
      width: 100%;}
.p4_ul li .con .xq{transition: 0.4s;position: relative;font-size: 0.14rem;color: #333;
  font-weight: bold;
display: table;margin: 0 auto;
width: 0.58rem;
line-height: 0.77rem;
}
.p4_ul li .con .xq::after{content: '';display: block;width: 0.77rem;height: 0.77rem;background: url(../images/p4_jt1.png) no-repeat right center;position: absolute;right: -0.3rem;top: -0.04rem;}

.p4_ul li .con a:hover p{transform: translate(0,-5px);}


.p4_ul li.li2 .con .xq::after{background: url(../images/p4_jt2.png) no-repeat right center;}
.p4_ul li.li3 .con .xq::after{background: url(../images/p4_jt3.png) no-repeat right center;}
.p4_ul li.li4 .con .xq::after{background: url(../images/p4_jt4.png) no-repeat right center;}


.p4_ul li:nth-child(2n){flex-direction: column-reverse;}
.p4_ul li:nth-child(2n) .con::after{bottom: auto;top: calc(100% - 1px);clip-path: polygon(0% 0%,100% 0%,50% 100%);}

.p4_ul li.li1 .con{}
.p4_ul li.li2 .con{background: #f1f1f1;}
.p4_ul li.li3 .con{background: #f1f1f1;}
.p4_ul li.li4 .con{background: #f1f1f1;}

.p4_ul li.li1 .con::after{}
.p4_ul li.li2 .con::after{background: #1DB9C4;display: none;}
.p4_ul li.li3 .con::after{background: #005BAC;display: none;}
.p4_ul li.li4 .con::after{background: #469847;display: none;}




@media(max-width: 1024px){
	.part4{padding: 0.5rem 0;}

	.p4_ul{flex-wrap: wrap;}

  .p4_ul li .con .zy{margin-bottom: 0;}
  .p4_ul li .con .xq{display: none;}
	.p4_ul li{width: 100%;flex-direction: row;}
	.p4_ul li:nth-child(2n){flex-direction: row-reverse;}
	.p4_ul li>a{width: 50%;}
	.p4_ul li .img{height: 3rem;}
	.p4_ul li .con{height: 3rem;padding: 0.1rem;width: 50%;}
	.p4_ul li .con a{}

	.p4_ul li .con p{font-size: 0.3rem;}

	.p4_ul li>a .play{width: 0.5rem;height: 0.5rem;}

	.p4_ul li .con::after{position: absolute;right: calc(100% - 0.09rem);top: calc(50% - 0.16rem);left: auto;transform: rotate(-90deg);}
	.p4_ul li:nth-child(2n) .con::after{left: calc(100% - 0.09rem);top: calc(50% - 0.16rem);right: auto;}


}

@media(max-width: 650px){
	.p4_ul li .img{height: 2rem;}
	.p4_ul li .con{height: 2rem;padding: 0.1rem;width: 50%;}
}





.list4 li { border-bottom: 1px dashed #C5CDE2; }
.list4 li:last-child { border: none; }
.list4 a { padding: .16rem 0; align-items: center; }
.list4 a:hover .title { color: #005BAC; font-weight: 700; }
.list4 a:hover .date1 { border-color: #005BAC; }
.list4 .date1 { position: relative; z-index: 1; width: .83rem; height: .83rem; padding: 0 0 5px; font-size: .16rem; line-height: .2rem; border: 1px dashed #C5CDE2; border-radius: 50%; color: #9FACCE; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list4 .date1 p:first-child { color: #005BAC; }
.list4 .date1::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; width: 100%; height: 112%; content: ""; background-image: url("../images/f_icon9.png"); background-repeat: no-repeat; background-position: 50% 0%; background-color: transparent; background-size: 0.59rem 100%; }
.list4 .title { width: calc(100% - .83rem); padding: 0 0 0 .3rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }







.part5{background: #fff;}
.part5 .column{position: relative;}
.p5_jt{width: 1.2rem;display: flex;justify-content: space-between;position: absolute;right: 0;top: calc(50% - 0.25rem);height: 0.5rem;}
.p5_jt>div{width: 0.5rem;height: 0.5rem;background: url(../images/p5_jt_prev.png) no-repeat center center;position: relative;top: 0;right: auto;left: auto;background-size: 100% 100% !important;margin: 0;}
.p5_jt>div.swiper-button-next{transform: rotate(180deg);}

.p5_lb .swiper-slide .column.flex-center{margin: 0.2rem auto 0.4rem !important;justify-content: center;}
.p5_lb .swiper-slide .column.flex-center .more{position: relative;}

.p5_lb{overflow: hidden;}
.p5_lb .swiper-slide{position: relative;padding-bottom: 1px;

}
.p5_lb .swiper-slide::before{content: ''; width: 100%;height: 100%;background: #EAF4FF;position: absolute;top: 0;left: 0;z-index: 1;
  clip-path: polygon(0 0, 0 100%,calc(100% - 0.4rem) 100%,100% calc(100% - 0.4rem), 100% 0, 0 0);
}
.p5_lb .swiper-slide:nth-child(3n)::before{background: #F5FAFF;}
.p5_lb .swiper-slide:nth-child(3n-1)::before{background: #F3F3FF;}

.p5_lb .swiper-slide::after{content: '';display: block;width: 0.3rem;
  height: 0.3rem;background: #FCAE59;position: absolute;right: 0;bottom: 0;
z-index: 2;
  clip-path: polygon(0 100%,100% 100%,100% 0%,0 100%);
}

.p5_lb .x_tit{width: 100%;height: 1.56rem;background: url(../images/p5_tit1.png) no-repeat center center;background-size: 100% 100% !important;padding-top: 0.35rem;
position: relative;z-index: 4;
}
.p5_lb .x_tit h2{font-size: 0.3rem;color: #fff;text-align: center;font-weight: normal;}

.p5_lb .swiper-slide:nth-child(3n) .x_tit{background: url(../images/p5_tit2.png) no-repeat center center;}
.p5_lb .swiper-slide:nth-child(3n-1) .x_tit{background: url(../images/p5_tit3.png) no-repeat center center;}


.p5_lb .x_tit{}

.p5_ul{position: relative;z-index: 5;padding-top: 0.14rem;height: 3.74rem;}

.p5_ul li{padding: 0 0.4rem;transition: 0.4s;position: relative;}
.p5_ul li::after{content: '';width: 0%;height: 100%;background: linear-gradient(270deg, rgba(255, 255, 255, 0.6) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0.5) 100%);transition: 0.4s;position: absolute;top: 0;left: 0;z-index: 1;}

.p5_ul li a{position: relative;z-index: 3;display: block;}
.p5_ul .title { width: calc(100%); line-height: .6rem; color: #333;  -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.p5_ul .title i { display: inline-block; margin: 0 .15rem 0 0; border: 1px solid #6D88CD; padding: 3px; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.p5_ul .title i::after { display: block; content: ""; box-sizing: border-box; width: 5px; height: 5px; background: #6D88CD; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.p5_ul .date { font-size: .2rem; color: #333; line-height: .6rem; }


.p5_ul li:hover .title{font-weight: bold;color: #005BAC;}
.p5_ul li:hover .title i{border: 1px solid #FCAE59; }
.p5_ul li:hover .title i::after{background: #FCAE59;}

.p5_ul li:hover::after{width: 100%;}


@media(max-width: 650px){
  .p5_ul{height: auto;}
  .p5_lb .x_tit{height: 0.8rem;padding-top: 0.15rem;}
  .p5_lb .x_tit h2{font-size: 0.24rem;}
}




.part6{padding: 1px 0 1.2rem;background: url(../images/p6_bg.png) no-repeat center center;background-size: cover;}
.part6 .column{margin-bottom: 0.7rem;}

.p6_ul{display: flex;justify-content: space-between;}
.p6_ul li{}
.p6_ul a{}
.p6_ul .pic_out{width: 1.74rem;height: 1.74rem;position: relative;}

.p6_ul .pic_out::before{content: '';display: block;width: 100%;height: 100%;background: url(../images/p6_li_bg2.png) no-repeat center center;position: absolute;top: 0;left: 0;z-index: 1;background-size: 100% 100% !important;
	animation: zhuan1 10s infinite linear;
}
.p6_ul .pic{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;position: relative;z-index: 4;}
.p6_ul .pic img{max-width: 60%;max-height: 60%;}
.p6_ul .bt{font-size: 0.22rem;
  font-weight: bold;
  text-align: center;
  color: #005BAC;

  margin-top: 0.3rem;
}

.p6_ul a:hover .pic img{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}






.p6_ul li.li1{margin-top: 0.13rem;}
.p6_ul li.li2{margin-top: 0.93rem;}
.p6_ul li.li3{}
.p6_ul li.li4{margin-top: 0.93rem;}
.p6_ul li.li5{}
.p6_ul li.li6{margin-top: 1.03rem;}

@keyframes zhuan1 { 
	0% {transform: rotate(0deg);}
	100% { transform: rotate(360deg);}
}
@keyframes zhuan2 { 
0% {transform: rotate(0deg);}
100% { transform: rotate(-360deg);}
}





@media(max-width: 1024px){
	.part6{padding: 0.3rem 0;}

	.p6_ul{width: 100%;}
	.p6_ul li{}

	.p6_ul .pic_out{width: 1.3rem;height: 1.3rem;margin: 0 auto;}
	.p6_ul .pic img{max-width: 40%;
		max-height: 40%;
	}
	.p6_ul .bt{font-size: 0.16rem;}
}
@media(max-width: 850px){
	.part6{padding: 0;}
	.p6_ul{flex-wrap: wrap;}
	.p6_ul li{width: 33.33%;margin: 0 0 .2rem !important;}

	.p6_ul .pic_out{width: 1rem;height: 1rem;}
	.p6_ul .bt{margin-top: 0.1rem;}
}




.home4 { overflow: hidden; }
.home4 .column { margin-bottom: .9rem; }
.home4 .slide-tag { position: relative; z-index: 1; display: -ms-flexbox; display: flex; justify-content: space-between; align-items: flex-start; width: 4.8rem; }
.home4 .slide-tag li { position: relative; z-index: 1; display: -ms-flexbox; display: flex; flex-direction: column; align-items: center; width: 22.9%; height: 4.1rem; padding: .35rem 0 0; background: #EEF3FF; border: 1px solid #B1BDDE; cursor: pointer; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.home4 .slide-tag li:nth-child(2n) { margin: .4rem 0 0; }
.home4 .slide-tag li::before { position: absolute; top: -1px; right: -1px; bottom: auto; left: auto; z-index: 1; width: calc(100% + 2px); height: .1rem; background-image: url("../images/list_bg5.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100% 100%; content: ""; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.home4 .slide-tag li::after { position: absolute; top: auto; right: auto; bottom: -1px; left: -1px; z-index: 1; content: ""; width: calc(100% + 2px); height: .1rem; background: #DBA564; opacity: 0; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.home4 .slide-tag li .line { position: absolute; top: 100%; right: 50%; bottom: auto; left: auto; z-index: -1; width: 1px; height: 0; background: #B1BDDE; }
.home4 .slide-tag li .line::after { position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 0; height: 1px; background: #B1BDDE; content: ""; }
.home4 .slide-tag li.on { background: #3C5186; border-color: #d8d8d8; }
.home4 .slide-tag li.on::before, .home4 .slide-tag li.on::after { opacity: 1; }
.home4 .slide-tag li.on .icon1::after, .home4 .slide-tag li.on .icon1::before { background: #fff; opacity: .3; }
.home4 .slide-tag li.on .icon2.i1 { background-image: url("../images/f_icon8_1h.png"); }
.home4 .slide-tag li.on .icon2.i2 { background-image: url("../images/f_icon8_2h.png"); }
.home4 .slide-tag li.on .icon2.i3 { background-image: url("../images/f_icon8_3h.png"); }
.home4 .slide-tag li.on .icon2.i4 { background-image: url("../images/f_icon8_4h.png"); }
.home4 .slide-tag li.on p { color: #fff; }
.home4 .slide-tag li.on .line { height: 1.1rem; -webkit-transition: height 0.4s ease-out 0s; -moz-transition: height 0.4s ease-out 0s; -ms-transition: height 0.4s ease-out 0s; -o-transition: height 0.4s ease-out 0s; transition: height 0.4s ease-out 0s; }
.home4 .slide-tag li.on .line::after { width: 35vw; -webkit-transition: width 0.5s ease-out 0.4s; -moz-transition: width 0.5s ease-out 0.4s; -ms-transition: width 0.5s ease-out 0.4s; -o-transition: width 0.5s ease-out 0.4s; transition: width 0.5s ease-out 0.4s; }
.home4 .slide-tag .icon1 { width: 50%; }
.home4 .slide-tag .icon1::before, .home4 .slide-tag .icon1::after { display: block; content: ""; box-sizing: border-box; width: 100%; height: .06rem; background: #B1BDDE; content: ""; border-radius: 6px; }
.home4 .slide-tag .icon1::after { margin: .14rem 0 0; }
.home4 .slide-tag .icon2 { width: .45rem; height: .45rem; margin: .4rem 0 .3rem; background-image: url("../images/f_icon8_1.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.home4 .slide-tag .icon2.i2 { background-image: url("../images/f_icon8_2.png"); }
.home4 .slide-tag .icon2.i3 { background-image: url("../images/f_icon8_3.png"); }
.home4 .slide-tag .icon2.i4 { background-image: url("../images/f_icon8_4.png"); }
.home4 .slide-tag p { writing-mode: vertical-lr; writing-mode: tb-lr; letter-spacing: .08rem; font-size: 0.28rem; font-weight: 500; line-height: 0.4rem; color: #333; text-align: left; }
.home4 .slide-item { position: relative; z-index: 2; width: calc(100% - 5.8rem); display: none; background: #fff; border: 1px solid #B1BDDE; }
.home4 .slide-item.on { display: block; animation: fadeUp .7s ease-out; }
.home4 .slide-item::before { position: absolute; top: auto; right: auto; bottom: 100%; left: 0.22rem; z-index: 1; width: calc(50% - .22rem); height: .35rem; background-image: url("../images/list_bg4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; content: ""; }
.home4 .slide-item::after { position: absolute; top: auto; right: 0.22rem; bottom: 100%; left: auto; z-index: 1; width: calc(50% - .22rem); height: .35rem; background-image: url("../images/list_bg4.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; content: ""; -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }
.home4 .slide-item .r-box { position: relative; height: 6.4rem; padding: .32rem .32rem .1rem; }
.home4 .slide-item .r-box::after { position: absolute; top: 0; right: auto; bottom: auto; left: 50%; z-index: 1; width: 1px; height: 100%; background: #B1BDDE; content: ""; }
.home4 .pic-list { width: 46.4%; }
.home4 .pic-list .img-zoom { overflow: visible; }
.home4 .pic-list .text { height: auto; padding: .3rem 0 0; background: none; }
.home4 .pic-list .img { padding: 3.07rem 0 0; }
.home4 .pic-list .title { color: #333; }
.home4 .pic-list .title span { background-image: linear-gradient(#3C5186, #3C5186); }
.home4 .pic-list .info { color: #99A3BE; }
.home4 .pic-list .date { margin: .26rem 0 0; color: #3C5186; }
.home4 .pic-list .icon { bottom: 0; right: 0; }
.home4 .pic-list .icon::before { background-color: #3C5186; }
.home4 .pic-list .icon::after { border-color: #3C5186; }
.home4 .pic-list:hover .title { color: #3C5186; }
.home4 .list4 { width: 46.4%; }


.list4 li { border-bottom: 1px dashed #C5CDE2; }
.list4 li:last-child { border: none; }
.list4 a { padding: .16rem 0; align-items: center; }
.list4 a:hover .title { color: #3C5186; font-weight: 700; }
.list4 a:hover .date1 { border-color: #3C5186; }
.list4 .date1 { position: relative; z-index: 1; width: .83rem; height: .83rem; padding: 0 0 5px; font-size: .16rem; line-height: .2rem; border: 1px dashed #C5CDE2; border-radius: 50%; color: #9FACCE; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
.list4 .date1 p:first-child { color: #3C5186; }
.list4 .date1::after { position: absolute; top: auto; right: auto; bottom: 0; left: 0; z-index: -1; width: 100%; height: 112%; content: ""; background-image: url("../images/f_icon9.png"); background-repeat: no-repeat; background-position: 50% 0%; background-color: transparent; background-size: 0.59rem 100%; }
.list4 .title { width: calc(100% - .83rem); padding: 0 0 0 .3rem; -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }

.home5 { padding: 1rem 0 0; overflow: hidden; background-image: url("../images/index_bg3.jpg"); background-repeat: no-repeat; background-position: 100% 100%; background-color: transparent; background-size: auto; }
.home5 .container { position: relative; z-index: 1; align-items: flex-end; }
.home5 .container::before { position: absolute; top: 0; right: 100%; bottom: auto; left: auto; z-index: -1; width: 10%; height: 100%; content: ""; background: #EBEDF2; }
.home5 .l-box { position: relative; z-index: 1; width: calc(100% - 5.2rem); padding: 0 3rem 1.2rem 0; background: #EBEDF2; }
.home5 .r-box { position: relative; z-index: 2; width: 7.8rem; margin: 0 0 0 -2.6rem; }


.people-swiper { position: relative; }
.people-swiper::before { position: absolute; top: auto; right: auto; bottom: 0.85rem; left: -0.38rem; z-index: 1; width: 3.19rem; height: 3.79rem; background-image: url("../images/list_bg3.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 100%; content: ""; }
.people-swiper .swiper-container { z-index: 2; padding: 0 0 .15rem; }
.people-swiper .swiper-slide { display: -ms-flexbox; display: flex; justify-content: space-between; }
.people-swiper .img-zoom { width: 2.93rem; }
.people-swiper .img-zoom .img { padding: 129% 0 0; }
.people-swiper .text { width: calc(100% - 2.93rem); padding: 0 0 0 .5rem; }
.people-swiper .title { font-weight: 700; font-size: .28rem; line-height: .5rem; color: #3C5186; }
.people-swiper .sub-title { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 3.05rem; margin: .4rem 0 .28rem; }
.people-swiper .sub-title p { margin: .12rem 0 0; padding: 0 .15rem; font-size: 0.16rem; font-weight: 500; line-height: 0.4rem; color: #fff; text-align: center; background: #3C5186; }
.people-swiper .sub-title p.w100 { width: 100%; }
.people-swiper .info { height: 1.6rem; color: #7A8399; line-height: .32rem; }
.people-swiper .arrow { display: -ms-flexbox; display: flex; justify-content: center; margin: .55rem 0 0; }
.people-swiper .arrow > div { position: relative; width: .48rem; height: .48rem; cursor: pointer; }
.people-swiper .arrow > div::before { display: block; content: ""; box-sizing: border-box; width: 100%; height: 100%; background-image: url("../images/f_icon6_2.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: #DBA564; background-size: 0.27rem; }
.people-swiper .arrow > div::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: -1; width: 100%; height: 100%; content: ""; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); border: 1px dashed #C9D5F4; -webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -ms-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s; }
.people-swiper .arrow > div.swiper-prev { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.people-swiper .arrow > div.swiper-prev::before { background-color: #3C5186; }
.people-swiper .arrow > div.swiper-prev::after { border-color: #3C5186; }
.people-swiper .arrow > div.swiper-next { margin: 0 0 0 .4rem; }
.people-swiper .arrow > div.swiper-next::after { display: none; }





.data-box .column { display: -ms-flexbox; display: flex; justify-content: center; align-items: center; width: calc(100% - 2.6rem); height: 2.5rem; margin: 0 0 0 2.6rem; background-image: url("../images/list_bg4.jpg"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.data-box .column .cn { color: #fff; }
.data-box .column .en { color: #fff; }
.data-box .column .en i::before { background: #fff; }

.data-list { display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: center; }
.data-list li { display: -ms-flexbox; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 33.33%; height: 2.5rem; background: #506BAF; }
.data-list li:nth-child(2) { background: #DBA564; }
.data-list li:nth-child(3) { background: #3C6A86; }
.data-list li:nth-child(4) { background: #863C3C; }
.data-list img { max-width: .93rem; }
.data-list p { font-size: 0.2rem; font-weight: 500; line-height: 0.26rem; color: #fff; text-align: center; }
.data-list .num { margin: .15rem 0 0; font-family: Impact; font-size: .46rem; line-height: .56rem; }

@keyframes fadeUp { 0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }
@media screen and (min-width: 1025px) { .news-list a:hover { background: #005BAC; }
  .news-list a:hover .date { color: #DBA564; background: none; border: 1px solid; border-image: linear-gradient(294deg, #005BAC 0%, #DBA564 51%, #005BAC 96%) 1; }
  .news-list a:hover .title { color: #fff; font-weight: 700; }
  .list3 a:hover { padding-right: .15rem; }
  .list3 a:hover .title { color: #DBA564; }
  .list3 a:hover .title i { border-color: #DBA564; }
  .list3 a:hover .title i::after { background: #DBA564; } }
@media screen and (max-width: 1777px) { .home2 { background-size: 15.6rem 100%; }
.home4 .slide-tag .icon2 { background-size: contain; }
  .people-swiper .sub-title p { padding: 0 .08rem; font-size: .15rem; }
  .people-swiper .text { padding: 0 0 0 .3rem; } }
@media screen and (max-width: 1350px) { .home2 { background-size: 15rem 100%; }
  .pic-list .text { background-size: 80%; } }
@media screen and (max-width: 1024px) { .banner { height: auto; margin: 61px 0 0; }
  .banner .img { height: auto; padding: 46% 0 0; }
  .banner .pagination { bottom: .2rem; text-align: left; padding-left: 5%; }
  .banner .arrow { bottom: .2rem; }
  .banner .arrow > div { width: 52px; height: 44px; }
  .column { margin: .3rem 0 .2rem !important; justify-content: space-between; }
  .column h3 img { width: .7rem; margin: 0 .15rem 5px 0; }
  .column .cn { font-size: .3rem; line-height: .36rem; }
  .column .en { font-size: .16rem; }
  .news-swiper1 { width: 100%; }
  .news-swiper1 .img { padding: 65% 0 0; }
  .news-list { width: 100%; margin: .25rem 0 0; }
  .news-list li { border-top: 1px solid #BDCBEE; }
  .news-list a { padding: .15rem .3rem; }
  .news-list .first { margin: 0 0 .1rem; border: none; }
  .news-list .first a { align-items: center; }
  .home1 { padding: 0 0 .4rem; }
  .home2 { padding: 0 0 .4rem; background: none; }
  .home2 .l-box { width: 100%; }
  .home2 .r-box { width: 100%; padding: 0; }
  .pic-list .text { padding: .2rem .2rem 0; }
  .home3 { padding: 1px 0 .5rem; }
  .home3 .container > .flex { flex-wrap: wrap; }
  .home3 .l-box { width: 100%; height: auto; }
  .home3 .l-box .img-wrap { width: 47%; margin: 0.72rem 0.42rem; }
  .home3 .l-box .text-wrap { width: 35%; margin: 0 .5rem 0 0; }
  .home3 .l-box .info { margin: .12rem 0 0; }
  .home3 .l-box .date { margin: .2rem 0 0; }
  .home3 .r-box { width: 100%; margin: 0; }
  .list3 { margin: .12rem 0 0; }
  .list3 li { padding: 0 !important; }
  .list3 li:last-child { border: none; }
  .list3 a { padding: 0 0 0 .1rem !important; }
  .list3 .title, .list3 .date { line-height: .75rem; }
  .list4 .date1::after { width: 80%; left: 10%; }
  .list4 .title { padding: 0 0 0 .15rem; }

  .home4 .slide-tag { display: none; }
  .home4 .slide-item { width: 100%; margin: .2rem 0 0; }
  .home4 .slide-item .r-box { padding: .2rem .2rem .1rem; }
  .home5 { padding: .3rem 0 0; }
  .home5 .container { max-width: 100%; flex-wrap: wrap; }
  .home5 .container::before { display: none; }
  .home5 .l-box { width: 100%; padding: 0 4% .4rem; }
  .home5 .r-box { width: 100%; margin: 0; }
 }
@media screen and (max-width: 768px) { .news-swiper1 .text { padding: .3rem .2rem .2rem; }
  .news-swiper1 .pagination { bottom: .65rem; right: .25rem; }
  .news-swiper1 .title { font-size: .22rem; }
  .news-list a { padding: .22rem 0; }
  .news-list .title { padding: 0 0 0 .2rem; }
  .news-list .first .text { width: calc(100% - .9rem); padding: 0 0 0 .2rem; }
  .news-list .first a { padding: 0; }
  .news-list .first .date1 { width: .9rem; height: .9rem; }
  .news-list .first .date1 p:first-child { font-size: .28rem; line-height: .35rem; }
  .news-list .first .date1::before, .news-list .first .date1::after { top: .1rem; right: .1rem; width: .7rem; height: .7rem; }
  .pic-list { width: 100%; }
  .pic-list .img { padding: 62% 0 0 !important; }
  .pic-list .text { height: 2.5rem; }
  .list2 { width: 100%; }
  .list2 li { margin: .2rem 0 0 !important; }
  .list2 a { padding: .15rem; }
  .home3 .l-box { background: none; }
  .home3 .l-box .img-wrap { width: 100%; margin: 0; }
  .home3 .l-box .img-wrap .img-zoom { border-radius: 0; }
  .home3 .l-box .img { padding: 60% 0 0; }
  .home3 .l-box .text-wrap { width: 100%; margin: .18rem 0 .2rem; }
  .home4 .pic-list { width: 100%; }
  .home4 .list4 { width: 100%; margin: .25rem 0 0; }
  .home4 .slide-item .r-box { height: auto; }
  .home4 .slide-item .r-box::after { display: none; }

}
@media screen and (max-width: 520px) { .banner .img { padding: 55% 0 0; }
  .banner .pagination { bottom: .12rem; }
  .banner .pagination .swiper-pagination-bullet { margin: 0 5px !important; font-size: .17rem; }
  .banner .arrow { bottom: .15rem; }
  .banner .arrow > div { width: 40px; height: 34px; background-size: .18rem; }
  .column { margin: .25rem 0 .2rem !important; justify-content: space-between; }
  .column h3 img { width: .55rem; margin: 0 .1rem 6px 0; }
  .column .cn { font-size: .27rem; line-height: .28rem; }
  .column .en { font-size: .14rem; }
  .more { font-size: .16rem; }
  .more img { width: .18rem; }
  .news-swiper1 .img { padding: 70% 0 0; }
  .news-swiper1 .text { padding: .2rem .1rem .12rem; }
  .news-swiper1 .pagination { bottom: .48rem; right: .1rem; }
  .news-swiper1 .title { font-size: .2rem; }
  .news-swiper1 .date { margin: 0 0 6px; font-size: .17rem; line-height: .32rem; }
  .news-list .date { width: .7rem; }
  .news-list .title { width: calc(100% - .7rem); }
  .home1 { padding: 0 0 .2rem; }
  .pic-list .info { margin: .1rem 0 0; }
  .pic-list .text { height: auto; padding: .1rem .12rem .3rem; }
  .pic-list .date { margin: .2rem 0 0 !important; }
  .pic-list .icon { right: .25rem; bottom: .2rem; }
  .list2 .date { margin: .1rem 0 0; }
  .list3 .title { width: calc(100% - .55rem); font-weight: 500; }

  .home4 .slide-item { border: none; margin: 0; }
  .home4 .slide-item::after, .home4 .slide-item::before { display: none; }
  .home4 .slide-item .r-box { padding: 0; }
  .home4 .pic-list .text { padding: .15rem 0 0; }
  .home4 .pic-list .date { margin: .1rem 0 0 !important; background-image: url("../images/f_icon6.png"); background-repeat: no-repeat; background-position: 100% 50%; background-color: transparent; background-size: auto; }
  .home4 .pic-list .icon::before, .home4 .pic-list .icon::after { display: none; }
  .home4 .list4 { margin: .15rem 0 0; }
  .people-swiper .swiper-slide { flex-wrap: wrap; justify-content: center; }
  .people-swiper .img-zoom { width: 2rem; }
  .people-swiper .text { width: 100%; padding: 0; margin: .1rem 0 0; }
  .people-swiper .title { font-size: .24rem; text-align: center; }
  .home5 .l-box { padding-bottom: .3rem; }
  .data-box .column { height: 1rem; padding: 0 4% 0 0; }
  .data-list li { width: 50%; height: 2rem; }
  .data-list .num { margin: 0; } 
}
@media screen and (max-width: 1000px)
   .QR-code {
        width: 100%;
        margin: .2rem 0 0;
        justify-content: center;
    }
/*# sourceMappingURL=index.css.map */