@charset "utf-8";
@keyframes fadeout{ 
    0%{opacity: 0;}
    100%{opacity: 1;}
}
*{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-family: "PingFang SC";color: #121212;}
body{background: #FFF;}
a{text-decoration: none;cursor: pointer;}
.fl{float: left;}
.fr{float: right;}
img{border: none;display: block;}
em,h1,i{font-style: normal;}
ul{list-style: none;}
.width{width: 1180px;margin: 0 auto;}
.hf_banner{top: -126px;z-index: 0;width:100%;}
.hf_banner .has-dots{width:100%;}
.hf_banner .arrow{width: 36px!important;height: 71px!important;background-image: url(../images/index/arrow.png)!important;}
.hf_banner .next{transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.hf_banner:hover .prev{left: 50px!important;}
.hf_banner:hover .next{right: 50px!important;}
.hf_banner .dots{bottom: 95px!important;height: 2px!important;}
.hf_banner .dots li{width: 40px!important;height: 2px!important;border-radius: 0!important;border: none!important;background-color: #FFF!important;}
.content{position: relative;margin-top: -126px;}
.m_nav{position: absolute;top: -60px;left: calc(50% - 590px);}
.m_nav div{display: flex;justify-content: space-between;border-radius: 10px;height: 116px;box-sizing: border-box;}
.m_nav div a{display: flex;justify-content: flex-start;box-sizing: border-box;padding: 20px 20px 0;width: 280px;
height: 116px;background: linear-gradient( 180deg, #F3F5F8 0%, #FFFFFF 100%);border-radius: 8px;border: 2px solid #FFFFFF;}
.m_nav div a:hover{background: linear-gradient( 180deg, #EAEFF7 0%, #F8F9FB 100%);}
.m_nav div a::after{display: block;content: "";width: 68px;height: 68px;background-image: url(../images/index/m_nav1.png);background-repeat: no-repeat;margin-left: 0px;background-size: 100% auto;background-position: top center; }
.m_nav div a:nth-child(2)::after{background: url(../images/index/m_nav2.png);background-size: 100%;}
.m_nav div a:nth-child(3)::after{background: url(../images/index/m_nav3.png);background-size: 100%;}
.m_nav div a:nth-child(4)::after{background: url(../images/index/m_nav4.png);background-size: 100%;}
.m_nav div a:hover::after{animation: scroll-image 0.01s linear forwards;}
@keyframes scroll-image {  
    0% {  
        background-position: top center; /* 动画开始时背景图片在顶部 */  
    }  
    100% {  
        background-position: bottom center; /* 动画结束时背景图片在底部 */  
    }  
}

.m_nav div a p{width: 168px;font-weight: 400;font-size: 14px;color: #5D5F63;line-height: 20px;display: block;}
.m_nav div a p b{display: block;font-weight: 500;font-size: 20px;color: #000000;margin-bottom: 8px;}
.m_nav div a:hover p b{color: #005EF4;}

.content .tit{text-align: center;line-height: 42px;padding: 92px 0 37px;}
.content .tit b{display: block;font-size: 38px;font-weight: 500;color: #000000;line-height: 46px;}
.content .tit span{display: block;font-weight: 400;font-size: 20px;color: #5D5F63;padding-top: 8px;}
.content .btn{display: block;text-align: center;width: 165px;height: 50px;background: #005EF4;line-height: 50px;border-radius: 4px;font-size: 16px;color: #FFF;font-weight: 400;margin: 40px auto 0;}

.content .btn::after{display: inline-block;content: "";width: 17px;height: 16px;background: url(../images/index/arrow_btn.png);background-size: 100%;vertical-align: -3px;margin-left: 5px;}
.content .btn:hover{background: linear-gradient(to right,#27a1f6,#33b1f9);}


.content .fl_1{padding: 80px 0 80px;background: #F3F5F8;}
.content .fl_1 .width{display: flex;align-items: center;}
.content .fl_1 a .fl1_left{width: 380px;height: 174px;background: url(../images/index/fl1_1.png);background-size: 100%;margin-bottom: 20px;border: 1px solid rgba(0, 0, 0, 0);box-sizing: border-box;padding: 20px 0 0 20px;}
.content .fl_1 a:nth-child(2) .fl1_left{background: url(../images/index/fl1_2.png);background-size: 100%;}
.content .fl_1 a:last-child .fl1_left{background: url(../images/index/fl1_3.png);background-size: 100%;margin-bottom: 0;}
.content .fl_1 a .fl1_left span{display: block;font-weight: bold;font-size: 24px;color: #000000;}
.content .fl_1 a .fl1_left span em{width: 34px;height: 20px;background: #005EF4;border-radius: 2px;border: 1px solid #005EF4;text-align: center;font-weight: 400;font-size: 12px;color: #FFFFFF;line-height: 20px;margin-left: 10px;display: inline-block;vertical-align: 3px;}
.content .fl_1 a:nth-child(3) .fl1_left span em{width: 46px;}
.content .fl_1 a .fl1_left span::before{display: inline-block;content: "";width: 40px;height: 40px;background: url(../images/index/fl1_ico1.png);background-size: 100%;vertical-align: -10px;margin-right: 10px;}
.content .fl_1 a:nth-child(2) .fl1_left span::before{background: url(../images/index/fl1_ico2.png);background-size: 100%;}
.content .fl_1 a:nth-child(3) .fl1_left span::before{background: url(../images/index/fl1_ico3.png);background-size: 100%;}
.content .fl_1 a .fl1_left p{font-weight: 400;font-size: 16px;color: #252627;padding: 10px 0 10px 0;}
.content .fl_1 a .fl1_left b{font-weight: 400;font-size: 14px;color: rgba(0,0,0,0.6);line-height: 22px;}
.content .fl_1 a .fl1_left:hover span{color: #005EF4;}.content .fl_1 .info{width: 780px;height: 562px;background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);border-radius: 8px;border: 2px solid #FFFFFF;margin-left: 20px;}

.content .fl_1 .info{width: 780px;height: 562px;background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);border-radius: 8px;border: 2px solid #FFFFFF;margin-left: 20px;}
.content .fl_1 .info ul{display: flex;justify-content:space-between;flex-wrap: wrap;}
.content .fl_1 .info ul li{width: 258px;height: 139px;border-right: 1px solid #EAEAEB;border-bottom: 1px solid #EAEAEB;box-sizing: border-box;}
.content .fl_1 .info ul a:nth-child(3n) li{border-right: none;}
.content .fl_1 .info ul a:nth-child(n+10) li{border-bottom: none;}
.content .fl_1 .info ul li span{font-weight: bold;font-size: 20px;color: #000000;padding: 20px 0 0 20px;display: block;}
.content .fl_1 .info ul li:hover{box-shadow: 5px 5px 10px 0px rgba(55,99,170,0.1);}
.content .fl_1 .info ul li:hover span{color: #005EF4;}
.content .fl_1 .info ul li span em{width: 34px;height: 20px;font-weight: 400;font-size: 12px;color: #005EF4;line-height: 20px;border-radius: 2px;border: 1px solid #005EF4;display: inline-block;text-align: center;margin-left: 11px;vertical-align: middle;}
.content .fl_1 .info ul li b{font-weight: 400;font-size: 16px;color: #252627;display: block;margin: 15px 0 0 20px;}
.content .fl_1 .info ul li i{display: inline-block;height: 22px;background: #EFF1F5;border-radius: 2px;font-weight: 400;font-size: 14px;color: #576B95;line-height: 22px;text-align: center;margin: 10px 0 0 10px;padding: 0 8px;}
.content .fl_1 .info ul li i:nth-child(3){margin-left: 20px;}


.content .fl_2{overflow: hidden;height: auto;padding-bottom: 80px;background:url(../images/index/fl2_sw1.jpg)top center no-repeat;background-size: cover;position: relative;z-index: 0;}

.content .fl_2::before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.6);z-index: -1;}

.content .fl_2 .tit b{color: #FFFFFF;}

.content .fl_2 .tit span{color: rgba(255,255,255,0.72);}

.content .fl_2 .width{display: flex;overflow: hidden;height: 354px;}

.content .fl_2 .width .menu{width: 180px;height: 354px;background: linear-gradient( 180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.3) 100%);border-top: 1px solid rgba(255,255,255,0.3);border-radius: 8px;display: block;backdrop-filter: blur(15px);-webkit-backdrop-filter: blur(15px);} 

.content .fl_2 .width .menu li{width: 140px;height: 44px;margin: 0 0 10px 20px;font-weight: 400;font-size: 16px;color: rgba(255,255,255,0.72);display: flex;align-items: center;justify-content: center;}
.content .fl_2 .width .menu li:first-child{margin-top: 20px;}

.content .fl_2 .width .menu li.on{background: #005EF4;border-radius: 2px;position: relative;color: rgba(255,255,255,1);}

.content .fl_2 .width .menu li.on::after{display: inline-flex;content: "";width: 8px;height: 12px;background: url(../images/index/fl2_vector.png);background-size: 100%;position: absolute;right: -8px;}

.content .fl_2 .width .cont{width: 980px;height: 2124px;margin-left: 20px;display: flex;align-items: center;flex-direction: column;transition: 0.2s;}

.content .fl_2 .width .cont .info{width: 980px;height: 354px;background: rgba(255,255,255,0.2);border-radius: 8px;display: flex;align-items: center;backdrop-filter: blur(15px);-webkit-backdrop-filter: blur(15px);}

.content .fl_2 .width .cont .info .text{margin-left: 30px;}

.content .fl_2 .width .cont .info .text span{display: block;font-weight: 500;font-size: 30px;color: #FFFFFF;margin-bottom: 15px;}

.content .fl_2 .width .cont .info .text h4{display: block;font-weight: 400;font-size: 16px;color: rgba(255,255,255,0.72);line-height: 24px;margin-bottom: 20px;}

.content .fl_2 .width .cont .info .text i{display: inline-block;font-weight: 400;font-size: 12px;color: rgba(255,255,255,0.9);margin-right: 20px;}

.content .fl_2 .width .cont .info .text i em{display: block;margin: 0 auto 8px;width: 24px;height: 24px;background: url(../images/index/fl2_sw1_ico1.png);background-size: 100%;}

.content .fl_2 .width .cont .info .text i:nth-child(2) em{background: url(../images/index/fl2_sw1_ico2.png);background-size: 100%;}

.content .fl_2 .width .cont .info .text i:nth-child(3) em{background: url(../images/index/fl2_sw1_ico3.png);background-size: 100%;}

.content .fl_2 .width .cont .info .text i:nth-child(4) em{background: url(../images/index/fl2_sw1_ico4.png);background-size: 100%;}

.content .fl_2 .width .cont .info .text i:nth-child(5) em{background: url(../images/index/fl2_sw1_ico5.png);background-size: 100%;}

.content .fl_2 .width .cont .info .text i:nth-child(6) em{background: url(../images/index/fl2_sw1_ico6.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(2) .text i:nth-child(1) em{background: url(../images/index/fl2_sw2_ico1.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(2) .text i:nth-child(2) em{background: url(../images/index/fl2_sw2_ico2.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(2) .text i:nth-child(3) em{background: url(../images/index/fl2_sw2_ico3.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(2) .text i:nth-child(4) em{background: url(../images/index/fl2_sw2_ico4.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(2) .text i:nth-child(5) em{background: url(../images/index/fl2_sw2_ico5.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(3) .text i:nth-child(1) em{background: url(../images/index/fl2_sw3_ico1.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(3) .text i:nth-child(2) em{background: url(../images/index/fl2_sw3_ico2.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(3) .text i:nth-child(3) em{background: url(../images/index/fl2_sw3_ico3.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(3) .text i:nth-child(4) em{background: url(../images/index/fl2_sw3_ico4.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(3) .text i:nth-child(5) em{background: url(../images/index/fl2_sw3_ico5.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(4) .text i:nth-child(1) em{background: url(../images/index/fl2_sw4_ico1.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(4) .text i:nth-child(2) em{background: url(../images/index/fl2_sw4_ico2.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(4) .text i:nth-child(3) em{background: url(../images/index/fl2_sw4_ico3.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(4) .text i:nth-child(4) em{background: url(../images/index/fl2_sw4_ico4.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(4) .text i:nth-child(5) em{background: url(../images/index/fl2_sw4_ico5.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(5) .text i:nth-child(1) em{background: url(../images/index/fl2_sw5_ico1.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(5) .text i:nth-child(2) em{background: url(../images/index/fl2_sw5_ico2.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(5) .text i:nth-child(3) em{background: url(../images/index/fl2_sw5_ico3.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(5) .text i:nth-child(4) em{background: url(../images/index/fl2_sw5_ico4.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(5) .text i:nth-child(5) em{background: url(../images/index/fl2_sw5_ico5.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(6) .text i:nth-child(1) em{background: url(../images/index/fl2_sw6_ico1.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(6) .text i:nth-child(2) em{background: url(../images/index/fl2_sw6_ico2.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(6) .text i:nth-child(3) em{background: url(../images/index/fl2_sw6_ico3.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(6) .text i:nth-child(4) em{background: url(../images/index/fl2_sw6_ico4.png);background-size: 100%;}

.content .fl_2 .width .cont .info:nth-child(6) .text i:nth-child(5) em{background: url(../images/index/fl2_sw6_ico5.png);background-size: 100%;}

.content .fl_2 .width .cont .info .text b{width: 550px;height: 0px;border-bottom: 1px solid rgba(255,255,255,0.16);display: block;margin: 40px 0 30px 0;}

.content .fl_2 .width .cont .info .text a{margin-left: 0;width: 116px;height: 40px;background: #005EF4;border-radius: 2px;font-weight: 400;font-size: 14px;color: #FFFFFF;line-height: 40px;display: block;text-align: center;}

.content .fl_2 .width .cont .info .pic{display: block;width: 350px;height: 294px;background:url(../images/index/fl2_sw1.jpg)center center no-repeat;background-size: cover;margin-left:20px;}

.content .fl_2 .width .cont .info:nth-child(2) .pic{background:url(../images/index/fl2_sw2.jpg)center center no-repeat;background-size: cover;}

.content .fl_2 .width .cont .info:nth-child(3) .pic{background:url(../images/index/fl2_sw3.jpg)center center no-repeat;background-size: cover;}

.content .fl_2 .width .cont .info:nth-child(4) .pic{background:url(../images/index/fl2_sw4.jpg)center center no-repeat;background-size: cover;}

.content .fl_2 .width .cont .info:nth-child(5) .pic{background:url(../images/index/fl2_sw5.jpg)center center no-repeat;background-size: cover;}

.content .fl_2 .width .cont .info:nth-child(6) .pic{background:url(../images/index/fl2_sw6.jpg)center center no-repeat;background-size: cover;}

.content .fl_2 .bot{width: 1180px;margin: 0 auto;}

.content .fl_2 .bot h5{display: block;width: 1180px;height: 0px;border: 1px solid rgba(255,255,255,0.16);margin: 40px 0;}

.content .fl_2 .bot h3{display: block;text-align: center;font-weight: 400;font-size: 24px;color: rgba(255,255,255,0.9);margin-bottom: 30px;}

.content .fl_2 .bot dl{display: flex;justify-content: space-between;flex-wrap: wrap;}

.content .fl_2 .bot dl dd{width: 280px;height: 156px;background: linear-gradient(180deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%);border-radius: 8px;border: 1px solid;border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) 1 1;display: flex;backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);}

.content .fl_2 .bot dl dd .img{display: block;width: 50px;height: 50px;background:url(../images/index/fl2_bot1.png);background-size: 100%;margin: 23px 0 0 20px;}

.content .fl_2 .bot dl dd:nth-child(2) .img{background:url(../images/index/fl2_bot2.png);background-size: 100%;}

.content .fl_2 .bot dl dd:nth-child(3) .img{background:url(../images/index/fl2_bot3.png);background-size: 100%;}

.content .fl_2 .bot dl dd:nth-child(4) .img{background:url(../images/index/fl2_bot4.png);background-size: 100%;}

.content .fl_2 .bot dl dd .text1{margin: 20px 0 0 10px;}

.content .fl_2 .bot dl dd .text1 span{display: block;font-weight: 500;font-size: 20px;color: #FFFFFF;margin-bottom: 4px;}

.content .fl_2 .bot dl dd .text1 p{display: block;font-weight: 400;font-size: 16px;color: rgba(255,255,255,0.72);margin-bottom: 20px;}

.content .fl_2 .bot dl dd .text1 a{display: block;text-align: center;width: 113px;height: 40px;border-radius: 4px;border: 1px solid rgba(255,255,255,0.32);font-weight: 400;font-size: 14px;color: #FFFFFF;line-height: 40px;}

.content .fl_2 .bot dl dd .text1 a::after{display: inline-flex;content: "";width: 12px;height: 12px;background: url(../images/index/arrow1.png);background-size: 100%;margin-left: 5px;vertical-align: -1px;}




.content .fl_3{height: auto;overflow: hidden;background: #F3F5F8;padding-bottom: 80px;}
.content .fl_3 .t1{width: 798px;height: 118px;background: linear-gradient( 180deg, #F3F5F8 0%, #FFFFFF 100%);border-radius: 8px 8px 8px 8px;border: 2px solid #FFFFFF;display: flex;margin: 0 auto 40px;align-items: center;padding-left: 20px;}

.content .fl_3 .t1 i{display: block;font-weight: 400;font-size: 16px;color: rgba(0,0,0,0.8);margin-right: 5px;width: 104px;height: 78px;border-radius: 4px;text-align: center;}

.content .fl_3 .t1 i em{display: block;margin: 10px auto;width: 24px;height: 24px;background:url(../images/index/fl3_ico1.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(2) em{background:url(../images/index/fl3_ico2.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(3) em{background:url(../images/index/fl3_ico3.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(4) em{background:url(../images/index/fl3_ico4.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(5) em{background:url(../images/index/fl3_ico5.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(6) em{background:url(../images/index/fl3_ico6.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(7) em{background:url(../images/index/fl3_ico7.png);background-size: 100%;}

.content .fl_3 .t1 i.on{background: #005EF4;color: #FFFFFF;}

.content .fl_3 .t1 i.on em{background:url(../images/index/fl3_ico11.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(2).on em{background:url(../images/index/fl3_ico22.png);background-size: 100%;}
.content .fl_3 .t1 i:nth-child(3).on em{background:url(../images/index/fl3_ico33.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(4).on em{background:url(../images/index/fl3_ico44.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(5).on em{background:url(../images/index/fl3_ico55.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(6).on em{background:url(../images/index/fl3_ico66.png);background-size: 100%;}

.content .fl_3 .t1 i:nth-child(7).on em{background:url(../images/index/fl3_ico77.png);background-size: 100%;}

.content .fl_3 .width{height: 310px;overflow: hidden;}
.content .fl_3 .t2{width: 8260px;height: 310px;display: flex;align-items: center;flex-direction: row;transition: 0.2s;}

.content .fl_3 .t2 .pic{width: 1180px;height: 310px;background:url(../images/index/fl3_pic1.png);background-size: 100%;display: block;}

.content .fl_3 .t2 .pic:nth-child(2){height: 310px;background:url(../images/index/fl3_pic2.png);background-size: 100%;}

.content .fl_3 .t2 .pic:nth-child(3){height: 200px;background:url(../images/index/fl3_pic3.png);background-size: 100%;}

.content .fl_3 .t2 .pic:nth-child(4){height: 200px;background:url(../images/index/fl3_pic4.png);background-size: 100%;}

.content .fl_3 .t2 .pic:nth-child(5){height: 200px;background:url(../images/index/fl3_pic5.png);background-size: 100%;}

.content .fl_3 .t2 .pic:nth-child(6){height: 90px;background:url(../images/index/fl3_pic6.png);background-size: 100%;}

.content .fl_3 .t2 .pic:nth-child(7){height: 200px;background:url(../images/index/fl3_pic7.png);background-size: 100%;}



.content .fl_4{height: auto;overflow: hidden;background:url(../images/index/fl4_bg.png)center top no-repeat;background-size: cover;position: relative;z-index: 0;}

.content .fl_4::before{content: "";position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.8);z-index: -1;}

.content .fl_4 .tit b{color: #FFFFFF;}

.content .fl_4 .tit span{color: rgba(255,255,255,0.72);}

.content .fl_4 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}

.content .fl_4 ul li{width: 300px;height: 400px;background: linear-gradient(135deg, rgba(0,12,32,0.8) 0%, rgba(0,12,32,0.4) 100%);}

.content .fl_4 ul li:nth-child(1){width: 280px;height: 351px;background: rgba(0,94,244,0.9);padding-top: 49px;}

.content .fl_4 ul li h5{display: block;font-weight: 500;font-size: 38px;color: #FFFFFF;margin-left: 30px;margin-bottom: 4px;}

.content .fl_4 ul li h4{display: block;font-weight: 400;font-size: 16px;color: rgba(255,255,255,0.72);margin-left: 30px;margin-bottom: 40px;}

.content .fl_4 ul li .img{display: block;width: 48px;height: 48px;background:url(../images/index/fl4_ico1.png);background-size: 100%;margin: 68px auto 20px;}

.content .fl_4 ul li:nth-child(3) .img{background:url(../images/index/fl4_ico2.png);background-size: 100%;}

.content .fl_4 ul li:nth-child(4) .img{background:url(../images/index/fl4_ico3.png);background-size: 100%;}

.content .fl_4 ul li span{display: block;text-align: center;font-weight: 400;font-size: 20px;color: #FFFFFF;}

.content .fl_4 ul li h3{display: block;font-weight: 400;font-size: 16px;color: rgba(255,255,255,0.72);text-align: center;margin: 5px auto 20px;}

.content .fl_4 ul li i{display: block;text-align: center;font-weight: 400;font-size: 12px;color: rgba(255,255,255,0.6);line-height: 20px;margin-bottom: 5px;}

.content .fl_4 ul li i em{width: 13px;height: 12px;background:url(../images/index/check.png);background-size: 100%;display: inline-block;margin-right: 5px;vertical-align: -1px;}

.content .fl_4 ul li:nth-child(n+2):hover{background: linear-gradient( 135deg, rgba(0,34,92,0.8) 0%, rgba(0,34,92,0.4) 100%);}



.content .fl_5{height: auto;overflow: hidden;background: #F3F5F8;padding-bottom: 80px;}

.content .fl_5 .width{display: flex;align-items: center;width: 1180px;height: 260px;background:url(../images/index/fl5_1.png);background-size: 100%;}

.content .fl_5 .t1{width: 360px;height: 180px;margin-right: 120px;}
.content .fl_5 .t1 b{display: block;font-weight: 500;font-size: 14px;color:#5D5F63;line-height: 22px;margin-bottom: 47px;}
.content .fl_5 .t1 b em{font-weight: bold;font-size: 14px;color: #252627;}

.content .fl_5 .t1 i{font-weight: 400;font-size: 16px;color: #252627;margin-bottom: 20px;display: inline-block;}

.content .fl_5 .t1 i:nth-child(1){margin-right:85px;}

.content .fl_5 .t1 i em{width: 24px;height: 24px;background:url(../images/index/fl5_ico1.png);background-size: 100%;display: inline-block;margin-right:8px;vertical-align: -5px;}

.content .fl_5 .t1>div:nth-child(2) i:nth-child(2) em{background:url(../images/index/fl5_ico2.png);background-size: 100%;}

.content .fl_5 .t1>div:nth-child(3) i:nth-child(1) em{background:url(../images/index/fl5_ico3.png);background-size: 100%;}

.content .fl_5 .t1>div:nth-child(3) i:nth-child(2) em{background:url(../images/index/fl5_ico4.png);background-size: 100%;}

.content .fl_5 .t2 ul{display: flex;justify-content: space-between;flex-wrap: wrap;width: 674px;}

.content .fl_5 .t2 ul li{width: 108px;height: 108px;background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);box-shadow: 8px 8px 20px 0px rgba(55,99,170,0.1);border-radius: 8px;border: 1px solid #FFFFFF;margin-bottom: 24px;margin-right: 24px;display: block;box-sizing: border-box;font-weight: 400;font-size: 14px;color: #252627;text-align: center;}

.content .fl_5 .t2 ul li:nth-child(n+6){margin-bottom: 0;}

.content .fl_5 .t2 ul li:nth-child(5n){width: 146px;margin-right: 0;}

.content .fl_5 .t2 ul li em{display: block;margin: 6px auto 4px;width: 60px;height: 60px;background:url(../images/index/fl5_logo1.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(2) em{background:url(../images/index/fl5_logo2.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(3) em{background:url(../images/index/fl5_logo3.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(4) em{background:url(../images/index/fl5_logo4.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(5) em{background:url(../images/index/fl5_logo5.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(6) em{background:url(../images/index/fl5_logo6.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(7) em{background:url(../images/index/fl5_logo7.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(8) em{background:url(../images/index/fl5_logo8.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(9) em{background:url(../images/index/fl5_logo9.png);background-size: 100%;}

.content .fl_5 .t2 ul li:nth-child(10) em{background:url(../images/index/fl5_logo10.png);background-size: 100%;}



.content .fl_6{height: auto;overflow: hidden;background: #FFFFFF;padding-bottom: 80px;}

.content .fl_6 .width{width: 1180px;height: 170px;background:url(../images/index/fl6_1.png);background-size: 100%;}


.content .artList{height: auto;overflow: hidden;background: #F3F5F8;padding-bottom: 80px;}
.content .width .article-list{display: flex;flex-wrap: wrap;justify-content: space-between;gap: 14px;width: 100%;}
.content .artList .article-list li{display: flex;align-items: center;width: 583px;height: 154px;background: linear-gradient(180deg, #F3F5F8 0%, #FFFFFF 100%);box-shadow: 0px 4px 8px 4px rgba(243,245,248,0.8);border: 2px solid #FFFFFF;box-sizing: border-box;}
.content .artList .article-list li img{display: block;width: 210px;height: 134px;margin: 0 20px 0 10px;}
.content .artList .article-list li div a{display: block;font-weight: 400;font-size: 16px;color: #252627;margin: 0 15px 8px 0;line-height: normal;}
.content .artList .article-list li div span{display: block;font-weight: 400;font-size: 14px;color: rgba(0,0,0,0.6);line-height: 22px;margin: 0 15px 8px 0;}
.content .artList .article-list a.detail{display: block;font-weight: 400;font-size: 14px;color: #005EF4;margin: 0;}
.content .artList .article-list a.detail::after{display: inline-block;content: "";width: 16px;height: 16px;background:url(../images/index/arrow_blue.png);background-size: 100%;margin-left: 4px;vertical-align: -3px;}
.content .artList a.detail em{float: right;display: block;margin-right: 20px;font-weight: 400;font-size: 13px;color: rgba(0,0,0,0.6);}


.footer .f_link{display: block;}
