/* html,body{op_textop_text
   -ms-overflow-style: none;
   scrollbar-width: none;
   overflow-y: scroll;
} */
body::-webkit-scrollbar {
    /* display: none; Chrome Safari */
}
body,ul,li {
    margin:0;
    padding: 0;
    list-style: none;
}
/* 头部 css */
.box{
    width: 100%;
    /*height: 100%;*/
    min-width: 1000px;
    position: relative;
}
.box>.header{
    width:calc(100% - 120px);
    min-width: 1000px;
    background-color: white;
    padding: 0 60px 0 60px;
    display: flex;
    justify-content:space-between;
    position: fixed;
    top: 0;
    clear: both;
}
.box>.header>.content{
    width: 230px;
    height: 120px;
} .box>.header>.right{
      width: 38%;
      min-width: 300px;
      height: 120px;
      display: flex;
      justify-content: space-between;
  }
/* 头部左侧样式重写 */
.header-nav {
    position: relative;
    width:38%;
    min-width: 660px;
    height: 120px;
    position: relative;
}
/* 一级菜单 */
.header-nav .one-nav{
    display: flex;
    justify-content: space-between;
    line-height: 120px;
    font-size: 28px;
}
.header-nav .one-nav>li{
    text-align: center;
    cursor: pointer;
    color: #b0b0b0;
}
.header-nav .one-nav>li>p{
    font-size: 26px;
    color: #000;
    font-weight: 500;
}
.header-nav .one-nav>li>p:hover{
    font-size: 27px;
    /* color: red; */
    font-weight: 800;

}
.header-nav .one-nav>.c>p{
    background-image: linear-gradient(to right, red, blue);
    -webkit-background-clip: text;
    color: transparent;
}
.header-nav>.one-nav>li>p:hover {
    font-weight: 200;
    /* color: #ffffff; */
}
/* 二级菜单 */
.header .header-nav .one-nav .two-nav {
    display: none;
    background-color: #0068b7;
    position: absolute;
    width: 170px;
}
.dis{
    left: -60px;
}
.dis1{
    left: 42px;
}
.dis2{
    left: 170px;
}
.dis3{
    left: 300px;
}
.dis4{
    left: 400px;
}
.dis5{
    left: 530px;
}
/* .header-nav .one-nav .two-nav{

}*/
.header .header-nav .one-nav .two-nav>li{
    height: 40px;
    background-color: #0068b7;
    /* border: 1px solid #fff; */
    box-shadow: 1px 1px 3px #000;
}
.header-nav .one-nav .two-nav>li>a{
    position: relative;
    top: -40px;
    font-size:20px;
    color: white;
}
.header-nav .one-nav .two-nav>li>a:hover{
    font-size: 18px;
}
/*  */
.right>.right-ul{
    display: flex;
    /* justify-content: space-between; */
    /* flex-wrap: ; */
}
.right>.right-ul>li{
    padding:  0 10px 0 10px;
    line-height: 120px;
    font-size: 28px;
}
.right>.right-ul>li:first-child{
    padding-right: 10px;
}
.right>.right-ul>.right-img{
    line-height: 120px;
    padding-top: 10%;
    padding-left: 45px;
    position: relative;
}
/* banner */
.banner{
    padding-top: 120px;
}
/* 轮播下面区域css */
.box>.word{
    min-width: 1500px;
    background-color: white;
    position: relative;
    overflow: hidden;
}
.box>.word>.content{
    width: 100%;
    /* min-height: 1500px;  */
    overflow: hidden;
    padding: 0 10px 0 10px;
}
.word>.content>.con_tex{
    min-width: 1000px;
    text-align: center;
    padding-top: 24px;
}
.word>.content>.con_tex>p{
    font-size: 28px;
}
.word>.content>.con_box{
    /* width: 90%; */
    display: flex;
    justify-content: space-around;
}
.word>.content>.con_box>.left_box{
    width: 485px;
    min-width: 466px;
    padding-top: 30px;
}
.word>.content>.con_box>.left_box>a>.box_top{
    /* width: 46%; */
    width: 325px;
    height: 70px;
    font-size: 36px;
    display: flex;
    justify-content: space-between;
    line-height: 70px;
    border: 1px solid black;
    padding: 0 20px 0 38px;
    margin: 0 auto;
}
.word>.content>.con_box>.left_box>.box_bottom>a>.smallBox{
    width: 225px;
    height: 110px;
    border: 1px solid black;
}
.word>.content>.con_box>.left_box>.box_bottom{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 57px 0 47px 0 ;
}
.word>.content>.con_box>.left_box>.box_bottom>a>div{
    margin-bottom: 22px;
}
.word>.content>.con_box>.left_box>.box_bottom>a>.smallBox{
    font-size: 28px;
    text-align: center;
    padding: 10px 0 10px 0;
}
.word>.content>.con_box>.left_box>.box_bottom>a>.smallBox{
    font-size: 28px;
    text-align: center;
    padding: 10px 0 10px 0;
}
.word>.content>.con_box>.left_box>.box_bottom>a>.smallBox>div:last-child{
    padding-top: 10px;
}
.announcement{
    /* border: 1px solid #000; */
    /* display: flex;
    justify-content: space-between;
    min-width: 1920px;
    overflow: hidden; */
}
.announcement{
    width: 20%;
    min-width: 10%;
    height: 450px;
    border: 1px solid #000;
    border-radius: 3px ;
}
.announcement>p{
    display: flex;
    padding-left: 15px;
    padding-right: 30px;
    font-size: 22px;
    justify-content: space-between;
}
.announcement>nav{
    text-align: right;
    color: #000;
    font-size: 16px;
    padding-right: 20px;
    padding-bottom: 10px;
}
.announcement>ul>a>li{
    padding: 5px 15px 5px 15px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
}
.announcement>ul>a>li>span:first-child{
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.announcement>h4{
    padding-top: 32px;
    font-size: 50px;
    font-weight: 550;
   text-align: center;
   color: #000;
   text-shadow: 5px 5px 8px #000;
}
.announcement>div:last-child>a>img{
    /* width: 100%; */
}
/* lopp */
.loop_text{
    width: 100%;
    min-width: 1000px;
    height: 55px;
    padding:20px 0 20px 0;
    border: 2px solid #000;
    border-left: 0px;
    overflow: hidden;
    border-right: 0px;
}
.loop_text>.loop_box{
    width:500%;
    display: flex;
}
.loop_text>.loop_box>ul{
    /* border: 2px solid #000;
    border-left: 0px;
    border-right: 0px; */

}
.loop_text>.loop_box>.loop_ul,.loop_ul1{
    display: flex;
    justify-content: space-between;
}
.loop_text>.loop_box>.loop_ul1{

}
.loop_text>.loop_box>.loop_ul>li,.loop_ul1>li{
    width: 500px;
    text-align: center  ;
    font-size: 26px;
    line-height: 55px;
}
/* website */
.website{
    width: 100%;
    min-width: 1050px;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.website>a,.website>a>li{
    width: 10%;
}
.website>div{
    font-size:22px ;
    text-align: center;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}
.website>ul{
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    border-left: 0px ;
    border-right: 0px;
    padding: 5px 0 5px 0;
    cursor: pointer;
}
/*  */
.h{
    font-size: 26px;
    text-align: center;
    line-height: 55px;
    width:calc(100% - 2px);
    min-width: 1000px;
    height: 55px;
    padding:20px 0 20px 0;
    border:1px solid black;
    color: black;
}
.calendar{
    width: 100%;
    min-width: 1000px;
    background-color: white;
    padding: 43px 0 70px 0;
}
.calendar>.calendar_box{
    width: 1375px;
    min-width: 1000px;
    margin: 0 auto;
    display: flex;

}
.calendar>.calendar_box>div{
    /* height:145px; */
    border: 1px solid #000;
    /* background-color: white; */
}
.calendar>.calendar_box>table{
    /*设置相邻单元格的边框间的距离*/
    border-spacing: 0;
    /*表格设置合并边框模型*/
    border-collapse: collapse;
    text-align: center;
    width: 380px;
    border: 1px solid #000;
}
.calendar>.calendar_box>.therr{
    width: 375px;
    height: 145px;
    display: flex;
    align-items: center;
    padding-left: 5px;
}
.calendar>.calendar_box>.therr>.text>p{
    font-size: 26px;
    color: #000;
}
.calendar>.calendar_box>.four{
    width: 250px;
    padding: 17px 0 0 60px;
}
.calendar>.calendar_box>.four>div{
    display: flex;
    text-align: center;
}
.calendar>.calendar_box>.four>.t,.calendar_box>.four>div>.t{
    font-size: 28px;
}
.calendar>.calendar_box>.four>.e{
    font-size: 18px;
}
.advertisement{
    margin-bottom: 50px;
}
.advertisement>.box{
    width: 100%;
    height: auto;
    min-width: 1080px;
    display: flex;
    justify-content: space-between;
}

.advertisement>.box{
    width: 97%;
    margin: 0 auto;
}
.advertisementBox{
    width: 448px;
    height: 448px;
    border: 1px solid #000;
    font-size: 48px;
    line-height: 448px;
    text-align: center;
}
.footer{
    width: 100%;
    min-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 50px 0 0 0 ; */
}
.footer>.footerBox{
    display: flex;
    align-items: center;
    width: 900px;
    height: 310px;
}
.footer>.footerBox>.footerImg{
    padding: 0 50px 0 0;
    display: flex;
    align-items: center;
}
.footer>.footerBox>.footerText{
    font-size: 21px;
}
.footer>.footerBox>.footerText>p{
    font-size: 21px;
}
.footer>.footerBox>.footer_right>p{
    line-height: 50px;
}
/* headerSpringFrame */
.box>.header>.left>.SpringFrame{
    /* width: 800px; */
    display: flex;
    justify-content: center;
    position: absolute;
    /* bottom: 0px; */
    left: -70px;
    z-index: 99;
}
.box>.header>.left>.SpringFrame>ul{
    background-color: #0068b7;
    width: 160px;
    text-align: center;
    box-shadow:0.5px 0.5px 3px white;
}
.right>.right-ul>.right-img>.imgPos{
    display: none;
    position: absolute;
    width: 170px;
    background-color: #0068b7;
    text-align: center;
    z-index: 99;
    left: -100px;
    top: 120px;
    box-shadow: 1px 1px 3px #000;
}
.right>.right-ul>.right-img>.imgPos>li{
    font-size: 20px;
    padding: 4px;
    line-height: 30px;
    color: white;
}
.right>.right-ul>.right-img>.imgPos>li a{
    font-size: 20px;
    padding: 4px;
    line-height: 30px;
    color: white;
}
.right>.right-ul>.right-img>.imgPos>:hover{
    font-size: 16px;
    font-weight: 100;
    box-shadow: 1px 1px 3px #000;
}
#right_ul{
    display:flex;
    justify-content:center;
    align-items:center;
}
#right_ul>.li{
    padding:15px;
    line-height:20px;
}
#right_ul>.li>p{
    font-size:18px;
}
#right_ul>.li>p>a>span,#right_ul>.li>p>span{
    color:red;
}
/*  */
.Navigation{
    /* padding:0 0 0 52px; */
    width:calc(100% - 138px);
    padding-top:120px;
    padding-left:138px;
    height:85px;
    background:#0068b7;
    display:flex;
    /* justify-content:; */
    align-items:center;
    position: absolute;
}
.Navigation>div{
    font-size:26px;
    color:white;
    padding-right:30px;
}
.Navigation>.navUl{
    display: flex;
    background-color: #0068b7;
    position: absolute;
    bottom: -96px;
    left: 208px;
    width:auto;
}
/* .Navigation>.navUl>li{

} */
.Navigation>.navUl>li a{
    background-color: #0068b7;
    color:white;
}
.second_nav{
    position: relative;
}
.second_nav img{
    width: 20px;
    margin-top: 5px;
}
.Navigation>.second_nav>.navUl{
    z-index: 999;
    display: none;
    width: 150px;
    position: absolute;
    top: 57px;
    left: -10px;
    background-color: #0068b7;
    font-size:35px;
    color:white;
    text-align: center;
    padding: 8px;
    box-shadow: 1px 1px 3px #000;
}
.Navigation>.second_nav>.navUl>li{
    height: 35px;
    line-height: 35px;
}
.Navigation>.second_nav>.navUl>li>a{
    font-size:20px;
    color:white;
}
.Navigation>.second_nav>.navUl>li:hover{
    font-size: 16px;
    font-weight: 100;
    box-shadow: 1px 1px 3px #000;
}

.contentLeft{
    width: calc(100% - 164px);
    padding-left: 50px;
}

.contentCenter{
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
}
.ConEnd{
    width: 1120px;
    margin: 0 auto;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}
.Content{
    /*width: 70%;*/
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* border: 1px solid transparent; */
    /* padding-top: 120px; */
}
.pass2 {
    display: inline-block;
    padding: 4px;
    color: #fff;
    background-color: #3366cc;
}
.pass {
    display: inline-block;
    padding: 4px;
    color: #fff;
    background-color: #c00000;
}
.text_arc{
    color: #fff !important;
}
