* {
    margin: 0;
    padding: 0;
    font-family:'YAHEI';
}
a {
    text-decoration: none;
 color: #073763;
}
a:hover {
    color: #3d85c6;
}
ul {
    list-style-type: none;
}
i {
    font-style: normal;
}
body {
    width: 1920px;
    margin: 0 auto;
    position: relative;
}
header .nav_box {
    width: 1920px;
    height: 180px;
    background-color: rgb(7, 55, 99);
}
.head_bg1 {
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
}
.head_bg3 {
    width: 200px;
    position: absolute;
    top: -20px;
    right: 0;
}
.head_bg1 img {
    width: 220px;
    height: 220px;
    overflow: hidden;
}
.logo {
    position: absolute;
    top: 40px;
    left: 175px;
}
.nav_top {
    width: 400px;
    float: right;
    margin: 40px 300px 10px 0;
}
.nav_top input {
    width: 180px;
    font-size: 12px;
    font-family: SimSun;
    color: #666;
    font-weight: normal;
    line-height: 26px;
    height: 26px;
    vertical-align: middle;
    border: #D3D3D3 1px solid;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    
    
}
.nav_top button {
    width: 49px;
    height: 28px;
    vertical-align: middle;
    border: 0;
    margin-right: 25px;
}
.nav_top a {
    color: white;
    font-size: 14px;
}
.nav_top a:hover {
    color: tomato;
}
.nav ul {
    position: absolute;
    top: 100px;
    left: 750px;
}
.nav ul li {
    display: inline-block;
    width: 105px;
    height: 80px;
    text-align: center;
}
.nav ul li a {
    font-size: 18px;
    color: white;
}
.nav ul li a:hover {
    font-size: 22px;
    color: #D3D3D3;
}
/* 下来做具体导航栏部分 */
.nav_more ul {
    position: absolute;
    width: 1920px;
    height: 200px;
    padding-left: 650px;
    background-image: url(/images/2022/nav_bg2.png);
    background-repeat: no-repeat;
    z-index: 1000;
}
.nav_more ul li {
    display: inline-block;
    margin: 100px 10px 0 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(7, 29, 100, 0.89);
    text-align: center;
}
.nav_more ul li:hover {
    font-style: italic;
}
.show_not {
    display: none;
}
.show {
    display: hidden;
}



.indexes{
    display: flex;
    position: absolute;
    bottom: 15px;
    /* left: 50%;
    transform: translateX(-50%); */
    -webkit-transition: all 0.8s ease-in 0.8s;
    transition: all 0.8s ease-in 0.8s;
}

.indexes li{
    background: #fff;
    width: 25px;
    height: 2px;
    margin: 0 5px;
}
.indexes li.active{
    background: blue;
}
.arrow{
    width: 30px;
    height: 50px;
    font-size: 40px;
    color: white;
    position: absolute;
}
.arrow.arrow-left{
    left: 40px;
}
.arrow.arrow-right{

    right: 40px;
}
.arrow.arrow-right img {
    position: absolute;
    right: 40px;
}
.body_1 {
    position: relative;
    margin-top: 40px;
}
.body_1_text .time,
.main_text {
    display: inline-block;
}
.maintext_1 tr td{
    width: 380px;
    height: 65px;
    padding: 12px 0;
    margin: 10px 0;
    padding-left: 20px;
    vertical-align: top;
    border: 10px solid transparent;
    border-bottom: rgba(182, 179, 179, 0.37) 1px solid;
}
.body_1_text {
    width: 940px;
    height: 500px;
    background-image: url(/images/2022/text1bg.png) ;
}
.body_1_text .time div {
    text-align: center;
    margin-top: 5px;
}
.body_1_text .time {
    width: 60px;
    height: 65px;
    background-color: rgb(7, 55, 99);
}
.time h2 {
    color: white;
}
.time_font {
    font-size: 12px;
    color: white;
}
.main_text {
    padding-top: 5px;
    vertical-align: top;
    font-size:18px;
    padding-left:10px;
    color: rgb(7, 55, 99);
}
.main_text i {
    font-size: 13px;
line-height: 35px;
}
.main_text h5:hover {
    color: #666;
}
.main_text i:hover {
    color:#666;
}
.body_1_text {
    position: relative;
    left: 675px;
}
.text_1_head {
    display: inline-block;
    position: absolute;
    top: 105px;
    left: 90px;
    color: white;
}
.maintext_1 {
    position: absolute;
    top: 190px;
    left: 65px;
}
.banner2 {
    position:absolute;
    width: 660px;
    height: 500px;
    top: 50px;
    background-color: #666;
}
.body_2 {
    position: relative;
    margin-top: 70px;
    width: 1920px;
    height: 650px;
    background-image: url(/images/2022/body2bg.png);
    background-repeat: no-repeat;
    background-position: right;
}
.body_2_text1 {
    position: absolute;
    top: 200px;
    left: 285px;
    color: white;
}
.body_2 i {
    font-size: 13px;
}
.body_2 p {
    display: block;
    font-size: 14px;
}
.body_2 p a:hover {
    color: rgb(170, 170, 170);
}
.body_2 ul li {
    font-size: 14px;
}
.body_2 .line {
    width: 360px;
    height: 0;
    margin: 25px 0;
    border: 1px white solid;
}
.body_2 ul li {
    display: block;
    height: 30px;
}
.special1 li a {
    color:white;
}
.special2 li a {
    color:rgb(7, 55, 99);
}
.body_2 ul li a:hover {
    color:rgb(172, 172, 172);
}
.body_2_text1 h1 {
    position: absolute;
    top: -115px;
    left: -62px;
}
.body_2_text2 {
    position: absolute;
    top: 200px;
    left: 815px;
    color:rgb(7, 55, 99);
}

.body_2_text2 h1 {
    position: absolute;
    top: -115px;
    left: -62px;
}
.body_3 {
    position: relative;
    margin-top: 70px;
    margin-bottom: 60px;
    width: 1920px;
    height: 750px;
    background-image: url(/images/2022/body3bg.png);
    background-repeat: no-repeat;
    background-position:right;
}
.body_3_text {
    position: absolute;
    top: 190px;
    left: 285px;
    color: white;
}
.body_3 i {
    font-size: 13px;
}
.body_3 p {
    display: block;
    font-size: 14px;
}
.body_3 ul li {
    font-size: 14px;
}
.body_3 .line {
    width: 360px;
    height: 0;
    margin: 25px 0;
    border: 1px white solid;
}
.body_3 ul li {
    display: block;
    height: 30px;
    
}
.body_3 ul li a {
    color: white;
}
.body_3 ul li a:hover {
    color: rgb(173, 173, 173);
}
.body_3_text h1 {
    position: absolute;
    top: -128px;
    left: -62px;
}
.banner3 h1 {
    display: inline-block;
    position: absolute;
    color: rgb(10, 43, 87);
    top: 60px;
    left: 760px;
}
.banner3 {
    width: 100%;
    height: 100%;
}
.banner3 .lunbotu {
    width: 700px;
    height: 460px;
    position: absolute;
    top: 168px;
    left: 800px;
    background-color: aqua;
}
footer {
    position: relative;
    width: 1920px;
    height: 440px;
    background-image: url(/images/2022/footer.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
footer div  {
    position: absolute;
    top: 40px;
    left: 300px;
}
footer h1 {
    color: rgb(10, 43, 87);
}
footer ul li {
    display: inline-block;
    color: #666;
}
footer ul li a {
    color:#666;
font-size: 17px;
margin-right: 15px;
}
footer ul {
    margin: 15px 0;
}
.line2 {
    width: 80px;
    margin: 10px;
    margin-left: -300px;
    height: 0;
    border: 1px solid rgb(10, 43, 87);
}
.link1 {
    margin-top: 50px;
}
.yinying {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 120px;
    background-color: rgba(102, 102, 102, 0.603);
    top: 320px;
    left: 170px;
}
.banquan {
    position: absolute;
    display: inline-block;
    width: 1700px;
    height: 200px;
    top: 240px;
    left: 220px;
    color: white;
    font-size: 13px;
}
.banquan .p {
    margin-top: 76px;
    margin-left: 600px;
}
.banquan .p1 {
    margin-left: 600px;
    margin-top: 13px;
}
.logo2 {
    width: 500px;
    position: absolute;
    top: 50px;
    left: 35px;
}
.bg22 {
    width: 600px;
    position: absolute;
    right: 0;
    top: -20px;
}
.indexes1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 20px;
    background-color: white;
cursor: pointer;
}
.indexes1 li {
    float: right;
    width: 80px;
    height: 20px;
    color: rgb(228, 211, 211);
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    background-color: white;
}

.indexes1 li.active1{
    background-color:rgb(219, 16, 16);
}
.zimu {
    width: 100%;
    padding-left: 20%;
    height: 25px;
    color:white;
    background-color: rgba(102, 102, 102, 0.575);
    position: absolute;
    bottom: 20px;
}

.box {
    background-color: #f6f9ff;
    padding-top: 1px;
    margin-top: 0PX;
    height:680px;
}
.link1 li a:hover,
.link2 li a:hover {
    color: tomato;
}


.body_1_more {
    position: absolute;
    /* bottom: -70px;*/
padding-top: 20px;
    left: 770px;
}
.body_2_more1 {
    position: absolute;
    bottom: -100px;
    left: 0px;
}
.body_2_more2 {
    position: absolute;
    bottom: -100px;
    left: 0px;
}
.body_3_more {
    position: absolute;
    bottom: -140px;
    left: 0px;
}
.box2 {
    background-color: #f0f5ff;
    padding-top: 0.5PX;
    margin-top: -10PX;
    height: 920PX;
}
.box3 {
    background-color: #f6f9ff;
    padding-top: 0.1px;
    margin-top: -120px;
    height: 900px;
}

.nav_more ul:nth-child(3) {
    padding-left: 810px;
}
.nav_more ul:nth-child(4) {
    padding-left: 1030px;
}
.nav_more ul:nth-child(5) {
    padding-left: 890px;
}
.nav_more ul:nth-child(6) {
    padding-left: 1250px;
}
.nav_more ul:nth-child(7) {
    padding-left: 1320px;
}
.nav_more ul:nth-child(8) {
    padding-left: 850px;
}
