html,
body {
    height: 100%;
    min-width: 1280px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    font-style: normal;
    color: #111;
    list-style: none;
    max-width: 100%;
}

.head .nav *::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #cacaca;
}

a:hover {
    color: #3f7eff;
}

body {
    background: #e3f4fd url(jw_bg.jpg) no-repeat center top;
    overflow-x: hidden;
}

.head {
    height: 295px;
    padding-bottom: 20px;
    text-align: center;
}

.head .bg {
    width: 100%;
    position: absolute;
    object-fit: cover;
    margin: auto;
}

.head .nav {
    background: #3f7eff;
    width: 1200px;
    height: 60px;
    margin: auto;
    margin-top: 30px;
    left: 0;
    right: 0;
    display: flex;
}

.head .nav a {
    color: #fff;
    line-height: 60px;
    width: 220px;
    text-align: center;
    font-size: 18px;
}

.head .nav a:first-child {
    background: #0158b5;
    border-bottom: #f8c901 5px solid;
    color: #fff;
}

.head .nav a:hover {
    background-color: #0158b5;
    color: #fff;
    border-bottom: #f8c901 5px solid;
}

.head .search {
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: right;
}

.head .search input {
    width: 200px;
    height: 32px;
    border: none;
    padding: 5px;
    float: left;
    border-radius: 0;
}

.head .search button {
    height: 32px;
    width: 35px;
    border: none;
    background-color: #ff9600;
    color: #fff;
    cursor: pointer;
    background-image: url(searchBtn.png);
    border-radius: 0;
}

.content {
    width: 1200px;
    margin: auto;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

.swiper {
    width: 550px;
    height: 370px;
    display: inline-block;
}

.swiper .swiper-title {
    width: 550px;
    height: 40px;
    position: absolute;
    color: #ceeaff;
    background-color: rgba(0, 0, 0, 0.3);
    top: 330px;
    padding: 0 10px;
}

.swiper-title span {
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

:root {
    --swiper-theme-color: #fff !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
}


.swiper img {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
}

.row-1-right {
    width: 614px;
    display: inline-block;
    float: right;
    height: 370px;
}



.row-1-right .title {
    display: block;
    font-size: 24px;
    color: #d40300;
    text-align: center;
    line-height: 90px;
}

.row-1-right .tab {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #3f7eff;
}

.row-1-right .tab span {
    width: 115px;
    height: 50px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    background: #3f7eff;
    text-align: center;
    cursor: pointer;
}

.row-1-right .tab .active {
    background-color: #3f7eff;
    color: #FFFFFF;
}

.row-1-right .tab a {
    float: right;
    margin-right: 10px;
    font-size: 14px;
}

.row-1-right .list li {
    line-height: 38px;
}

.row-3 .list,
.row-2-left .list,
.row-1-right .list {
    padding: 0 6px;
    margin-top: 20px;
}

.row-1-right .list div {
    height: 30px;
    line-height: 30px;
}

.row-1-right .list em,
.list-right-list em {
    color: #3f7eff;
    margin-right: 6px;
    font-size: 16px;
    float: left;
}

.row-1-right .list a {
    font-size: 16px;
}

.row-1-right .list span {
    font-size: 16px;
    float: right;
}

.row-2-left {
    height: 310px;
}

.row-2-left>div {
    height: 150px;
}

.row-2-left .list,
.row-2-left .list-left {
    height: 245px;

}

.row-2-left .list-left {
    flex-direction: column;
    justify-content: space-evenly;
}

.list-left {
    float: left;
    display: flex;
    justify-content: space-between;
}

.list-right {
    float: right;
}

.row-2-left .list-right {
    width: 890px
}

.row-2-left .title {
    border-left: 7px solid #3f7eff;
    background-color: #f2f4f8;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.row-2-left .tab {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #3f7eff;
    display: flex;
}

.row-2-left .tab span {
    width: 115px;
    height: 40px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.row-2-left .tab .active {
    width: 115px;
    height: 40px;
    font-size: 20px;
    display: inline-block;
    color: #fff;
    background: #3f7eff;
    text-align: center;
    cursor: pointer;
}

.list-right-list {
    padding: 10px;
    font-size: 16px;
}

.list-right-list li {
    line-height: 35px;
}

.list-right-list span {
    float: right;
}

.row-3 .title {
    border-left: 7px solid #3f7eff;
    background-color: #f2f4f8;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

.row-3 .title span,
.row-2-left .title span {
    font-size: 24px;
}


.row-3 {
    height: 200px;
    margin-bottom: 6px;
}

.row-3 .row-3-left {
    width: 660px;
}

.row-3-left {
    float: left;
}

.row-3-right {
    float: right;
}

.row-3 .list ul {
    display: flex;
    flex-wrap: wrap;
}

.row-3 .list li {
    line-height: 40px;
    width: 180px;
}

.info {
    background-color: #ceeaff;
    width: 495px;
    height: 185px;
    padding: 10px 20px;
    font-size: 16px;
    text-align: left;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.info span {
    color: #3f7eff;
}

.icon {
    display: flex;
    flex-direction: column;
}

.footer {
    background-color: #3f7eff;
    width: 1200px;
    height: auto;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    padding: 20px;
    margin: auto;
    position: relative;
}

.footer a,
.footer span {
    color: #FFFFFF;
}

.footer ul li {
    line-height: 30px;
}

.footer a:hover {
    color: #b71100;
}

.swiper-pagination-bullet {
    opacity: .5;
}

.title span {
    color: #000;
}

#_ideConac img {
    margin-bottom: -12px
}

.ls_b_pic {
    height: auto;
}

.ls_b_pic img {
    width: 995px;
    height: 114px;
}

.ls_b_pic a {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    border: 1px solid #ccc;
}

.ls_b_dot {
    position: absolute;
    right: 17px;
    bottom: 6px;
}

.ls_b_dot li {
    width: 30px;
    height: 8px;
    margin-left: 7px;
    float: left;
    background: #FFF;
    cursor: pointer;
}

.ls_b_dot .li_cur {
    background: #E50110;
}