.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;
}

.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;
}
.home0{width: 100%;background: #ffffff;padding: 0.6rem 0;background: url(../images/parte_bg.png) no-repeat right bottom;background-size: auto 80%;}
.home0 .column{margin: 0 0 0.35rem;position: relative;}
.qh-title{position: absolute;right: 0;top: 0.3rem;}
.qh-title ul{display: flex;}
.qh-title ul li{margin-left: 0.4rem;line-height: 0.3rem;font-size: 0.2rem;}
.qh-title ul li a{color: #666;}
.qh-title ul li:first-of-type{margin-left: 0;}
.qh-title ul li.on a{color: #1864b7;font-weight: bold;}
.qh-box{width: 100%;height: 2.2rem;position: relative;}
.qh-box .qh{width: 100%;position: absolute;left: 0;top: 0;}
.qh ul li{padding: 0.2rem;}
.qh ul li a{display: block;width: 100%;border-radius: 0.15rem;background: #ffffff;box-shadow: 0 0 0.16rem 0 rgba(24,100,183,0.2);position: relative;overflow: hidden;padding: 0.2rem 0;}
.qh ul li a::before{content: "";width: 100%;height: 100%;display: block;background-image: linear-gradient(135deg, #1867ba 0%, #167dda 100%);position: absolute;left: 0;top: 0;z-index: 0;transition: 0.2s;opacity: 0;}
.qh ul li .circle{width: 1rem;height: 1rem;margin: 0 auto 0.08rem;position: relative;z-index: 1;}
.qh ul li .circle::before{content: "";width: 100%;height: 100%;display: block;background-image: url(../images/circle3.png);background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;position: absolute;left: 0;top: 0;}
.qh ul li .circle::after{content: "";width: 0.8rem;height: 0.8rem;display: block;background-image: url(../images/circle4.png);background-repeat: no-repeat;background-position: left top;background-size: 100% 100%;position: absolute;left: 0.1rem;top: 0.1rem;}
.qh ul li .circle img{max-width: 0.38rem;max-height: 0.38rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: 0.2s;}
.qh ul li .circle .img2{opacity: 0;}
.qh ul li p{text-align: center;font-weight: bold;color: #1864b7;font-size: 0.2rem;z-index: 1;position: relative;transition: 0.2s;}
.qh ul li:hover .circle .img1{opacity: 0;}
.qh ul li:hover .circle .img2{opacity: 1;}
.qh ul li:hover p{color: #fcce26;}
.qh ul li:hover a::before{opacity: 1;}
.qh ul li:hover .circle::before{animation: roted1 5s infinite linear;background-image: url(../images/circle5.png);}
.qh ul li:hover .circle::after{animation: roted2 5s infinite linear;background-image: url(../images/circle6.png);}
.qh-box .qh .swiper-pagination{width: 100%;position: relative;display: none;margin-top: 0.1rem;}
.qh-box .qh .swiper-pagination-bullet{width: 0.1rem;height: 0.1rem;border-radius: 50%;background: #167dda;opacity: 1;margin: 0 0.04rem;transition: 0.2s;}
.qh-box .qh .swiper-pagination-bullet-active{background: #00A185;}

.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: #1864B7;
}

.column .en i::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .16rem;
    height: 2px;
    margin: 0 0 0 4px;
    background: #00a185;
}

.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: #1864b7;
}

.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: url(../images/partb_bg.jpg) no-repeat center center;
    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 1.35rem 0.3rem 0.4rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1864B7 100%);
}

.news-swiper1 .date {
    display: inline-block;
    padding: 0 .15rem;
    margin: 0 0 .18rem;
    font-size: .2rem;
    color: #fff;
    line-height: .42rem;
    background: #089d84;
}

.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: #089d84;
}

.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;
align-items:center;
}

.news-list .first a:hover .title {
    color: #1864B7;
}

.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 #1864B7;
    
    
}

.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: #1864B7;

}

.news-list .first .text {
    width: calc(100% - 1.18rem);
    padding: 0 0 0 .3rem;
}

.news-list .first .title {
    width: 100%;
    padding: 0;
    font-weight: 700;
    line-height: .3rem;
    max-height: .6rem;
}
.news-list .first .info{margin-top: 0.07rem;}
.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 0 1.3rem;
    background-image: url("../images/index_bg4.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-color: transparent;
    background-size: 16.7rem 100%;
}

.home2 .l-box {
    width: 37.1875%;
}

.home2 .r-box {
    width: 58%;
    padding: .3rem .3rem 0 0;
    align-items: flex-start;
}

.pic-list {
    width: 49.5%;
}

.pic-list .img {
    padding:2.4rem 0 0;
}

.pic-list .text {
    position: relative;
    height: 3.8rem;
    padding: .8rem .4rem 0;
    background-image: url("../images/list_bg2.png");
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-color: #1864b7;
    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: #00A185;
    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 #1864b7;
    border-right: 1px solid #1864b7;
    -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 #1864b7;
    border-left: 1px solid #1864b7;
    -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: #1864b7;
    font-weight: 700;
}

.list2 .title {
    line-height: .3rem;
    height: .6rem;
}

.list2 .date {
    margin: .2rem 0 0;
    font-size: .26rem;
    color: #1864b7;
    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);
}

.home3 {
    overflow: hidden;
    padding: 1px 0 1.2rem;
    background: url(../images/partc_bg.jpg) no-repeat center bottom;
    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: #00A185;
    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 li:nth-child(1) {
    padding-left: .11rem;
}

.list3 li:nth-child(1) a {
    padding-left: .89rem;
}

.list3 li:nth-child(2) {
    padding-left: .65rem;
}

.list3 li:nth-child(2) a {
    padding-left: .62rem;
}

.list3 li:nth-child(3) {
    padding-left: .78rem;
}

.list3 li:nth-child(3) a {
    padding-left: .73rem;
}

.list3 li:nth-child(4) {
    padding-left: .59rem;
}

.list3 li:nth-child(4) a {
    padding-left: .69rem;
}

.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;
}
.home6{width: 100%;padding: 0.8rem 0;background: url(../images/parte_bg.png) no-repeat right bottom;background-size: auto 100%;}
.fr-link{width: 100%;padding: 0.6rem 0;background: url(../images/link_bg.jpg) no-repeat center bottom;background-size: cover;border-radius: 0.1rem;}
.fr-link ul{display: flex;width: 100%;justify-content: space-between;padding: 0 0.6rem;}
.fr-link ul li{font-size: 0.2rem;font-weight: bold;}
.fr-link ul li a{color: #ffffff;}

@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: #1864b7;
    }

    .news-list a:hover .date {
        color: #ffffff;
        background: #089d84;
    }

    .news-list a:hover .title {
        color: #fff;
        font-weight: 700;
    }

    .list3 a:hover {
        padding-right: .15rem;
    }

    .list3 a:hover .title {
        color: #ffffff;
    }

    .list3 a:hover .title i {
        border-color: #00A185;
    }

    .list3 a:hover .title i::after {
        background: #00A185;
    }
}

@media screen and (max-width: 1777px) {
    .home2 {
        background-size: 15.6rem 100%;
    }
}

@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;
    }
    .fr-link{padding: 0.4rem 0;}
    .fr-link ul{flex-wrap: wrap;}
    .fr-link ul li{width: 33.3333%;margin: 0.15rem 0;}
    .home0,.home6{padding: 0.4rem 0;}
    .home0 .column{margin: 0 0 0.2rem !important;}
    .qh-box .qh .swiper-pagination{display: block;}
    .qh-box{height: 2.5rem;}
}

@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;
    }

}
@media screen and (max-width: 720px) {
    .fr-link ul li{width:50%;}
    .fr-link ul{padding: 0 0.3rem;}
}
@media screen and (max-width: 580px) {
    .qh-title{position: relative;right: inherit;top: inherit;width: 100%;display: flex;justify-content: center;margin-top: 0.3rem;}
    .home0 .column{flex-wrap: wrap;}
}
@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;
    }

}
@media screen and (max-width: 480px) {
    .fr-link ul{padding: 0 0.1rem 0 0.2rem;}
    .fr-link ul li{font-size: 0.18rem;}
}
@media screen and (max-width: 400px) {
    .fr-link ul li{width: 100%;text-align: center;}
}