body {
    width: 100%;
}

.top {
    width: 100%;
    background: url(../images/logo_bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-top: 32px;
    margin-bottom: 30px;
}

.logo a {
    display: block;
}

.search {
    /* width: 270px; */
    /* display: flex; */
    /* justify-content: space-between; */
    /* height: 43px; */
    /* margin-top: 60px; */
}

.search_int {
    width: 246px;
    height: 42px;
    vertical-align: top;
    background-color: white;
    outline: none;
    /* border-top-left-radius: 30px; */
    /* border-bottom-left-radius: 30px; */
    padding-left: 15px;
    transform: translateX(10px);
}

.search_sub {
    width: 49px;
    height: 42px;
    /* border-top-right-radius: 30px; */
    /* border-bottom-right-radius: 30px; */
    background: url(../images/search.png) no-repeat #f8b551;
    /* background-color: white; */
    cursor: pointer;
    vertical-align: top;
    background-size: 100%;
}

.nav {
    height: 56px;
    line-height: 55px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /* transform: perspective(50rem); */
    height: 56px;
    line-height: 56px;
    width: 100%;
    z-index: 111111111111111111111111111111111;
}
.nav ul>li:nth-child(n+8){
    display:none;
}
a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav ul li>a {
    font-size: 20px;
    display: block;
    position: relative;
    width: 100%;
    color: black;
    /* text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px; */
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 38px !important;
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 11111111111111111111111111111111111111111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 65px;
    left: 0rem;
    /* transform: translateY(15%); */
    box-sizing: border-box;
    width: 100%;
    background-color: white;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: black;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: #f8b551;
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 56px;
}

.nav-item:hover>a {
    color: white;
}

.nav-item:hover {
    background-color: #f8b551;
}

.nav-item .subNav li:hover a {
    z-index: 1111111111;
    color: white;
}

.phone_nav {
    display: none;
}

.top_box {
    position: relative;
}

.top_nav p {
    font-size: 17px;
    transition: all .3s;
}

.top_nav p:hover {
    font-weight: bold;
}

.dh_bx {
    background-color: white;
    box-shadow: rgb(204, 204, 204) 0px 1px 9px;
    position: relative;
    z-index: 11111111;
}


/* banner ----------------- å¼€å§‹ */

.banner,
.banner_bd {
    width: 100%;
}

.banner_bd ul li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner_bd ul li img {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    z-index: 11111;
    /* height: 24.84375vw !important; */
    overflow: hidden;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 40%;
    background-size: 100%;
    z-index: 11111111;
    cursor: pointer;
}

.banner .prev {
    background: url(../images/prev.png) no-repeat center;
    right: 20%;
}

.banner .next {
    background: url(../images/next.png) no-repeat center;
    left: 20%;
}

.banner_hd ul {
    display: flex;
    max-width: 300px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.banner_hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: white;
    margin: 10px;
}

.banner_hd ul li.on {
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.3);
}

.section01 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 75px;
}

.section_tit {
    width: 100%;
    position: relative;
    z-index: 1;
}

.section_tit a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_tit a p {
    font-size: 29px;
    font-weight: bold;
    border-left: 11px solid #0068b7;
    padding-left: 15px;
}

.section_tit a span {
    font-size: 16px;
    display: block;
    position: relative;
    padding-right: 20px;
}

.section_tit a span::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/more.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 3px;
}

.s01_container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.s01_1 {
    width: 690px;
    height: 440px;
    overflow: hidden;
}

.s01_1_swiper a {
    width: 100%;
    height: 440px;
    display: block;
    overflow: hidden;
    position: relative;
}

.s01_1_swiper a:hover img {
    transform: scale(1.1);
}

.s01_1_swiper a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.s01_tit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    height: 60px;
    align-items: center;
    background: linear-gradient(to top, rgb(84, 139, 174), rgba(255, 255, 255, 0.079));
}

.s01_tit p {
    width: 80%;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.s01_tit span {
    width: 15%;
    font-size: 16px;
    color: #f0f0f0;
}

.s01_2 {
    width: 48%;
}

.s01_2 ul li {
    position: relative;
    margin-top: 36px;
    transition: all .3s;
}

.s01_2 ul li:first-child {
    margin-top: 0px;
}

.s01_2 ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #e1e1e1;
    bottom: -22px;
}

.s01_2 ul li a {
    display: flex;
    justify-content: space-between;
}

.s01_2 ul li a p {
    font-size: 18px;
    color: #232323;
}

.s01_2 ul li a span {
    font-size: 16px;
    color: #6d6d6d;
}

.s01_2 ul li:last-child::after {
    display: none;
}

.s01_2 ul li:hover {
    transform: translateY(-4px);
}

.s01_2 ul li:hover p {
    font-weight: bold;
}

.s01_2 ul li:hover span {
    color: #0068b7;
}

.section02 {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #fafafa;
}

.s02_zs {
    background: url(../images/section02.png) no-repeat top;
    width: 100%;
    height: 215px;
    position: absolute;
    z-index: 1;
    background-size: 100%;
}

.s02_box {
    margin-top: 60px
}

.section02 .section_tit p {
    color: white;
    border-left: 11px solid #f8b551;
}

.section02 .section_tit span {
    color: white;
}

.section02 .section_tit span::after {
    background: url(../images/more2.png) no-repeat center;
}

.s02_container {
    margin-top: 53px;
    width: 100%;
    overflow: hidden;
}

.s02_swiper a {
    width: 273px;
    overflow: hidden;
    display: block;
    background-color: white;
    padding: 38px 32px 48px 25px;
    box-shadow: rgb(204, 204, 204) 0px 1px 9px;
    transition: all .3s;
    margin: 6px;
}

.s02_swiper a span {
    font-size: 16px;
    color: #0068b7;
    display: block;
}

.s02_swiper a p {
    font-size: 18px;
    color: #272727;
    margin-top: 18px;
    line-height: 29px;
    height: 58px;
}

.s02_swiper {
    position: relative;
}

.s02_pagination {
    /* width: 160px !important; */
    margin: 0 auto;
    margin-top: 19px;
    display: flex;
    justify-content: center;
}

.s02_swiper a:hover {
    transform: translateY(-4px);
}

.s02_swiper a:hover p {
    font-weight: bold;
}

.s02_pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 5px !important;
}

.section03 {
    width: 100%;
    padding-top: 73px;
    background-color: #fafafa;
    overflow: hidden;
    padding-bottom: 40px;
}

.s03_box {
    display: flex;
    justify-content: space-between;
}

.s03_1,
.s03_2 {
    width: 48%;
}

.s03_1_list {
    margin-top: 60px;
}

.s03_1_list ul li a {
    display: block;
    position: relative;
}

.s03_1_list ul li a span {
    font-size: 16px;
    display: block;
    color: #1869c4;
}

.s03_1_list ul li a p {
    font-size: 18px;
    color: #404040;
    margin-top: 8px;
}

.s03_1_list ul li a i {
    width: 0px;
    position: absolute;
    border-top: 1px solid #1869c4;
    bottom: -15px;
    transition: all .5s;
}

.s03_1_list ul li a i::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    border: 1px solid #0068b7;
    right: -8px;
    top: -5px;
    display: none;
}

.s03_1_list ul li {
    margin-top: 10px;
    border-bottom: 1px dashed #e4e5e5;
    padding-bottom: 14px;
}

.s03_1_list ul li:first-child {
    margin-top: 0px;
}

.s03_1_list ul li:hover a i {
    width: 252px;
}

.s03_1_list ul li:hover a i::after {
    display: block;
}

.s03_1_list ul li:hover {
    border-bottom: 1px solid #0068b700;
}

.s03_1_list ul li:hover p {
    font-weight: bold;
}

.s03_1_list ul li:last-child {
    border: none;
}

.section04 {
    padding-top: 40px;
    background: url(../images/s04_bg.png) no-repeat bottom;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 80px;
}

.s04_list {
    margin-top: 45px;
}

.s04_img {
    width: 433px;
    height: 281px;
    overflow: hidden;
}

.s04_img img {
    width: 100%;
    height: 100%;
}

.s04_list ul {
    display: flex;
    justify-content: left;
}

.s04_list ul li {
    width: 433px;
    margin-left: 48px;
    transition: all .3s;
}

.s04_list ul li:first-child {
    margin-left: 0px;
}

.s04_list ul li span {
    display: block;
    font-size: 16px;
    color: #0068b7;
    margin-top: 10px;
}

.s04_list ul li p {
    font-size: 18px;
    color: #272727;
    margin-top: 5px;
}

.s04_list ul li:hover {
    transform: translateY(-4px);
}

.s04_list ul li:hover p {
    font-weight: bold;
}

.footer {
    background: url(../images/f_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.f_box {
    margin-top: 35px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f_1 {
    width: 650px;
}
.f_1 ul li{
    width: 277px;
    overflow: hidden;
}
.f_1 ul li img{
    width: 100%;
}
.f_1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f_evm{
    /* width: 200px; */
    display: flex;
}
.f_2_evm{
    width: 150px;
}
.evm_img{
    width: 108px;
    margin: 0 auto;
}
.f_2_evm p{
    font-size: 18px;
    color: white;
    text-align: center;
}
.f_2_evm img{
    width: 100%;
}
.f_1 ul li a {
    display: block;
    padding: 6px;
    background-color: #4fa0e08f;
    /* width: 277px; */
}

.f_2 {
    /* width: 300px; */
    margin-top: 30px;
    border-bottom: 1px solid white;
    padding-bottom: 26px;
    display: flex;
    align-items: center;
}

.f_2 p,
.f_3 p {
    font-size: 17px;
    font-weight: bold;
    color: white;
    position: relative;
    padding-left: 14px;
}

.f_2 p::before,
.f_3 p::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 14px;
    background: url(../images/f_tit.png) no-repeat center;
    left: 0px;
    bottom: 5px;
}

.f_2 ul li a {
    font-size: 15px;
    color: white;
}

.f_2 ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    /* margin-top: 15px; */
    align-items: center;
}
.f_2 p{
    display: block;
    width: 108px;
}
.f_2 ul li {
    margin-left: 20px;
    /* margin-top: 12px; */
}

.f_2 ul li:nth-child(3n+1) {
    margin-left: 0px;
}

.f_3 {
    width: 300px;
}

.f_3 span {
    font-size: 15px;
    color: white;
}

.f_3 .f_sp {
    margin-top: 38px;
    display: block;
}

.f_sp2 {
    display: block;
    margin-top: 12px;
}

.bq {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 15px;
    color: white;
    background-color: #0068b7;
}

@media screen and (max-width: 800px) {
    body {
        width: 1920px;
    }
    .banner {
        height: 100% !important;
        overflow: hidden;
    }
}