* {
    padding: 0;
    margin: 0;
}
/* 大盒子 */
.container {
    display:flex;
    flex-direction: column;
    width: 1920px;
    font-family: Microsoft YaHei;
    margin: auto;
    /* background-color: aqua; */
}
/* 头部区域 */
.container1 {
    display: flex;
    padding:69px 360px 28px 360px;
    z-index: 999;
}
/* 现头部区域样式 */
.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    width: 100%;
    height: 30px;
    background: rgb(255, 255, 255);
    /* box-shadow: 0 -2px 2px #000; */
}
.nav-nav {
    display: flex;
    justify-content: space-between;
    /* margin-left: 148px; */
}
.nav ul {
    list-style: none;
}
.nav ul li {
    float: left;
    padding: 0 20px;
    height: 30px;
    /* background: rgb(255, 255, 255); */
    margin-right: 1px;
    font-size: 14px;
}
.nav ul li:hover{
    color: #ffffff;
    background: rgb(255, 255, 255);
}
.nav ul li a{
    text-decoration: none;
    /* color: #0066FF; */
    color: #333333;
    display: block;
    text-align: center;
    line-height: 30px;
    /* font-weight: bold; */
    text-transform: uppercase;
}


.nav ul li a:hover {
    color: #0066FF;
}


.nav ul li ul li {
    display: none;
    width: 90px;
    height: 30px;
    float: left;
    color: white;
    background: rgb(238, 238, 238);
    font-size: 10px;
}
.nav ul li ul li:hover{
    color: white;
}
/* //是否展示下拉菜单 */
/* .nav ul li:hover ul li{
    display: block;
}  */
.show1 {
    padding: 5px;
    font-size: 14px;
    background: #0066FF;
    color: white;
    /* border-radius: 5px; */
}
.show2 {
    padding: 5px;
    font-size: 14px; 
    background: #FFA200;
    margin-left: 13px;
    color: white;
    /* border-radius: 5px; */
}

/* .selected {
    font-size: 16px !important;
    font-weight: bold;
}
.a-selected {

    color: #0066FF !important;
} */




.container5 {
    padding: 67px 360px 49px 360px;

}

/* .container5-box {

} */


/* 版新5 */
.banner5 {
    margin-top: 67px;
    /* display: flex; */
}

.banner5-top {
    display: flex;
    background: #F9FAFE;
}
.banner5-text1 {
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 44px;
    color: #333333;
    margin-left: 696px;
    /* margin-right: 656px; */
}
.banner5-text2 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #999999;
    margin-top: 14px;
    margin-left: 665px;
    /* margin-right: 728px; */
    margin-bottom: 67px;
}
.banner5-center-left {
    margin-left: 360px;
}
.banner5-top-right {
    margin-left: 135px;
    margin-top: 80px;
}
.banner5-top-right-1 {
    margin-left: 191px;
    margin-top: 83px;
}
.banner5-center-left-top {
    display: flex;
    margin-bottom: 28px;
}
.banner5-center-top-text1 {
    font-size: 60px;
    font-family: Microsoft YaHei;
    /* font-weight: 400; */
    line-height: 79px;
    /* -webkit-text-stroke: 2 #0066FF; */
    color: #0066FF;;
    /* text-stroke: 2 #0066FF; */
}
.banner5-center-top-text2 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 42px;
}
.banner5-center-top-text2-2 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 42px;
    margin-left: 4px;
}
.banner5-center-top-text2-3 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-top: 42px;
    margin-left: 4px;
}
.banner5-center-top-text3 {
    width: 560px;
    height: 66px;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 33px;
    color: #333333;
    margin-bottom: 40px;
}
.banner5-center-top-text3-1 {
    width: 560px;
    height: 66px;
    font-size: 25px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 33px;
    color: #333333;
    margin-bottom: 40px;
}
.banner5-center-top-text4 {
    margin-bottom: 30px;
}
/* .banner5-center-top-text4-1-1 {
    margin-bottom: 30px;
} */
.banner5-center-top-text4-1 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-bottom: 4px;
}
.banner5-center-top-text4-2 {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 17px;
    color: #999999;
}

/* 02 */
.banner5-top2 {
    display: flex;
    /* background: #F9FAFE; */
    margin-top: 67px;
}
.banner5-top2-left {
    margin-left: 373px;
}
.banner5-center-left1 {
    margin-left: 57px;
    margin-top: -20px;
}



/* 底部样式 */
.foot {
    /* width: 1919px; */
    display: flex;
    flex-flow: column;
    height: 364px;
    background: #393C41;
    margin-top: 67px;
}
.foot-box {
    display: flex;
    /* width: 300px; */
    margin-left: 357px;
    margin-top: 55px;
    margin-right: 360px;
    /* background-color: bisque; */
    /* border: 1px solid red;  */
}
.foot-box-text1 {
    margin-right: 81px;
}
.foot-box-text1-1 {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.foot-box-text1-2 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin-bottom: 11px;
}
.foot-box-text1-22 {
    display: flex;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #999999;
    margin-bottom: 11px;
}
.text1-22 {
    color: #0066FF;
}
.foot-img {
    margin-left: 57px;
    margin-top: 25px;
}
.foot-img2 {
    margin-left: 20px;
    margin-top: 25px;
}
.foot-img3 {
    margin-left: 20px;
    margin-top: 25px;
}
.foot-img-text {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 17px;
    color: #FFFFFF;
}
.foot-box2 {
    margin-top: 40px;
    margin-left: 360px;
    margin-right: 360px;
}
.foot-box2-text1 {
    border-bottom: 1px solid #838588;
    border-radius: 20px;
}
.foot-box2-text2 {
    font-size: 14px;
    margin-top: 15px;
    color: #999999;;
}
.foot-box2-text3 {
    border-bottom: 1px solid #838588;
    border-radius: 20px;
    margin-top: 17px;
}
.foot-box2-text4 {
    margin-top: 17px;
    font-size: 14px;
    color: #999999;;
}