html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	font-weight:normal;
	vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
ol,ul,li {
	list-style:none;
}
blockquote,q {
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
th,td {
	vertical-align:middle;
}
/* custom */
a {
	outline:none;
	color:#16418a;
	text-decoration:none;
	/* -webkit-backface-visibility:hidden; */
}
a:focus {
	outline:none;
}
input:focus,select:focus,textarea:focus {
	outline:-webkit-focus-ring-color auto 0;
}
body{
    padding-top: 123px;;
}
.cell{
    display: flex;
    justify-content: space-between;
}
.w1200{
    width: 1200px;
}

.lv1-wrap{
    height: 300px;
padding-top: 60px;;
background-color: #050A21;
    background-image: url(../img/bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 104px;;
}

.mauto{
    margin: 0 auto;
}
.nav{
    
    align-items: center;
}
.nav ul{
    flex: 1;justify-content: space-between;
}
.nav img{
    width: 80px;height: 60px;;
}
.nav li{
    font-size: 16px;
    font-family: BauhausITC;
    color: #758190;
    line-height: 1.8;
    margin-left: 130px;;
}
.nav li.active{
    border-bottom: 1px solid #DFECF6;
    color: #E4ECF4;
}
.nav-wrap{
    position: fixed;
    width: 100%;left: 0;top: 0;
    padding: 31px 0 31px;
    background: rgba(5, 10, 33, 0.9);
    z-index: 6;
}
.nav-wrap a{
font-size: 17px;
    font-family: PlayfairDisplay-Bold, PlayfairDisplay;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
}
.lv1-wrap .intro .top{
    padding-top: 120px;;

}
.lv1-wrap .intro p{
font-size: 40px;
font-family: PlayfairDisplay-Bold, PlayfairDisplay;
font-weight: bold;
color: #FFFFFF;
line-height: 60px;
letter-spacing: 2px;
text-align: center;
}
.fl1{
    margin-top: 110px;
    width: 100%;;
}
.fl1 .bg-wrap{
    position: relative;height: 450px;
}
.fl1 >h2{
    font-size: 40px;
    font-family: PlayfairDisplay-Bold, PlayfairDisplay;
    font-weight: bold;
    color: #18202B;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    width: 95%;
    margin-bottom: 25px;
}
.fl1 >p{
    font-size: 23px;
    font-family: ArialMT;
    color: #525F70;
    text-align: center;
    line-height: 30px;
    max-width: 700px;
    margin: 0 auto 100px;
    width: 95%;

}
.fl1 .bt{
    width: 82.33%;
    height: 364px;
    background: #050A21;
    border-radius: 7px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 62px;;
}
.fl1 .bt h2{
    font-size: 30px;
    font-family: PlayfairDisplay-Regular, PlayfairDisplay;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-bottom: 36px;
}
.fl1 .bt p{
    width: 44.3%;
    height: 143px;
    background: #2F3A4A;
    border-radius: 3px;
    margin: 0 auto;;
    font-size: 18px;
    font-family: ArialMT;
    color: #FFFFFF;
    line-height: 143px;
    text-align: center;
}
.fl1 .bg{
    width: 416px;height: 349px;
    position: absolute;
    left: -66px;
    top: -136px;
}
.footer{
height: 60px;;
background: #04071F;
display: flex;
align-items: center;

}
.footer .inner{
    width: 1270px;margin: 0 auto;

}
.footer .inner .lt{
    width: 369px;
    font-size: 17px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4E5F72;
    text-align: center;
}

.footer .inner .rt img{
    width: 30px;height: 30px;
    margin-left: 30px;
}
.fl2 .bg-wrap{
    margin-top: 60px;
}
.fl3 .pics{
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1308px;
}
.fl3 .pics li{
    height: 121px;
    padding: 10px;width: 303px;
}
.fl3 .pics li div{
background: #19212E;
    height: 121px;

    border-radius: 3px;
    border: 2px solid #F1F1F1;
    filter: blur(0px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.fl3 .pics li img{
    height: 48px;
}
.footer-moble{display: none;;}
    .footer-pc{display: block;display: flex;align-items: center;}

@media screen and (max-width: 1080px) {
    .nav-wrap a{
        font-size: 14px;
    }

    .fl1 .bt{
        width: 95%;padding-top: 12px;height: 130px;
    }
    .fl1 .bt h2{
        margin-bottom: 12px;
    }
    .fl1 .bt p{
        width: 90%;height: 60px;line-height: 60px;
    }
    .w1200 {
        width: 94.5%;
    }
    .fl3 .pics{
        width: 100%;

    }
    .fl3 .pics li{
    width: 48%;
    padding: 10px 1% 10px 0%;
    }
    .fl3 .pics li:nth-child(2n-1){
        padding-left: 1.5%;
    width: 47.5%;

    }
    .nav ul{
        flex: 1;justify-content: space-between;
    }
    .nav img {
        width: 60px;height: 45px;margin-right: 24px;
    }
    .nav ul li{
        margin: 0;;
    }
    /* .fl3 .pics .last-child-li{
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    .fl3 .pics li .last-child-img{
        width: 75%;height: auto;
    }
    .fl1 >h2{
        font-size: 28px;line-height: 1.1;
    }
    .lv1-wrap .intro p{
        font-size: 24px;
        line-height: 1.3;
    }
    .lv1-wrap{
        padding: 0;
    }
    .fl1 .bg-wrap{
        height: 180px;
    }
    .footer{
        height: 90px;
    }
    .footer .inner{
        width: 100%;
        display: block;
        padding: 12px 0 ;
    }
    .footer .inner .rt{
        align-items: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
    }
    .footer .inner .lt{
        margin-bottom: 12px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer-moble{display: block;}
    .footer-pc{display: none;}
}