﻿#banner .swiperbut {
    width: 100px;
    height: 29px;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border: 1px solid #fff;
}

#banner .swiper-pagination {
    bottom: 43px !important;
}

#banner .swiper-pagination-bullet-active {
    border-bottom: 2px solid #005197;
}

.swiperbut img {
    width: 100%;
    height: 100%;
}

.title {
    margin-top: 100px;
}

.title h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.title h3>div:first-child {
    font-size: 30px;
    color: #005197;
    font-weight: bold;
    font-family: "微软雅黑";
}

.title h3>div:last-child {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    color: #1e132c;
    font-weight: bold;
    font-family: "微软雅黑";
    text-transform: uppercase;
    line-height: 0.5;
    line-height: 14px;
    width: 50px;
}

.title h3 span {

    font-size: 15px;
    color: #1e132c;
    font-family: "微软雅黑";
    text-transform: Capitalize;
    line-height: 4px;
    font-weight: 400;
}

.title p {
    color: #333333;
    font-size: 18px;
    text-align: center;
    font-family: "微软雅黑";
    padding-top: 15px;
}

.bg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    background: url(../image/cp_bg.png) no-repeat center center;
    background-size: auto;
    background-size: cover;
    min-height: 589px;
}

.bg .line {
    padding: 25px 15px;
}

.bg .line li {

    width: 230px;
    margin-bottom: 8px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border-radius: 5px;
    color: #333333;
    font-size: 18px;
}

.bg .line li.on {
    background: #16609f;
    color: #fff;
}

.group {
    margin: 25px 0px;
    width: 940px;
    height: 626px;
    overflow: hidden;
    position: relative;
}

.group .grouplist {
    flex-direction: column;
    height: 560px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    transition: all ease .4s;
}

.grouplist {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;


}

.grouplist.active {
    display: flex;
}

.grouplist li {
    margin-bottom: 15px;
    margin-right: 15px;
    text-align: center;
    height: 265px;
    width: 300px;
    background: #fff;
    overflow: hidden;
}

.grouplist li img {
    width: 100%;
    transform: scale(0.5);
    height: auto;
}

.grouplist h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}


.anli {
    margin-top: 60px;
    margin-bottom: 60px;
}

.anli2 {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anli>p {
    text-align: center;
}

.anlilunbo {
    width: 583px;
    height: 416px;
}

.anlilunbo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: none;
    opacity: 0;
    transition: opacity ease .4s;
}

.anlilunbo img.active {
    display: block;
    opacity: 1;
}

.anlilist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 617px;
    height: 416px;
}

.anlilist div {
    position: relative;
    margin-left: 7px;
    width: 298px;
    height: 202px;
    overflow: hidden;
    margin-bottom: 12px;
}

.anlilist div:nth-child(2n) {
    margin-right: 0px;
}

.anlilist div img {
    width: 100%;
    height: 100%;
}

.anlilist div p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 49px;
    line-height: 49px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
}

.anlibtn ul {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.anlibtn ul li {
    margin-left: 6px;
    width: 194px;
    margin-bottom: 8px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border-radius: 3px;
    color: #333333;
    font-size: 14px;
    font-family: "微软雅黑";
    cursor: pointer;
    text-align: center;
}

.anlibtn ul li:hover {
    background: #1e132c;
    color: #fff;
}

.about>h3 {
    font-size: 56px;
    text-align: center;
    font-family: "微软雅黑";
    font-weight: bold;
    color: #16609f;
}

.about>span {
    display: block;
    font-size: 18px;
    text-align: center;
    font-family: "微软雅黑";
    color: #16609f;
    background: url(../image/c3_span_bg.png) no-repeat center center;
}

.content {
    margin-top: 30px;
    margin-bottom: 60px;
}

.content .box {
    height: 326px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content .box .boximg {
    width: 35%;
    height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}

.content .box .boximg img {
    width: 100%;
    height: auto;
transform: scale(0.7);
}

.content .box .boxword {
    width: 65%;
    padding-top: 60px;
    padding-left: 100px;
    background: url(../image/c3_aa_bg.png) no-repeat center;
    background-size: 100%;
}

.boxword>h3 {
    font-size: 22px;
    font-family: "微软雅黑";
    color: #1e132c;
    line-height: 1;
    text-align: start;
}

.boxword>p {
    display: block;
    width: 610px;
    background: #16609f;
    border-radius: 20px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.hezuo h3 {
    text-align: center;
    font-size: 28px;
    font-family: "微软雅黑";
    color: #1e132c;
    font-weight: bold;
    line-height: 1;
}

.hezuolist {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 100px;
}

.hezuolist div {
    position: relative;
    margin-left: 7px;
    width: 283px;
    height: 168px;
    overflow: hidden;
    margin-bottom: 15px;
    margin-right: 10px;
}

.hezuolist div:nth-child(4n) {
    margin-right: 0px;
}

.hezuolist div img {
    width: 100%;
    height: 100%;
}

.hezuolist div p {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 49px;
    line-height: 49px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
}

.hezuolist div:hover p {
    color: #005197;
}

.about2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about2 .about2img {
    width: 620px;
    height: 439px;
}

.about2 .about2img img {
    width: 100%;
    height: 100%;
}

.about2 .about2word {
    width: 540px;
}

.about2 .about2word h3 {
    color: #333333;
    font-size: 30px;
    font-family: "微软雅黑";
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;

}

.about2 .about2word .content {
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 2;
    font-weight: 400;
    text-indent: 30px;
}

.about2word a {
    width: 215px;
    height: 53px;
    display: block;
    text-align: center;
    line-height: 53px;
    background: #16609f;
    color: #fff;
    border-radius: 5px;
    margin-top: 51px;
    font-size: 20px;
    margin-bottom: 65px;
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.news .top {
    width: 646px;
}

.top .topimg {
    width: 323px;
    height: 323px;
    position: relative;
}

.top .topimg img {
    width: 100%;

    height: 100%;
}

.top .topimg h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.top .topimg:hover h3 {
    color: #005197;
}

.top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news .newslist {
    width: 541px;
    background: #16609f;
    padding: 30px 30px 20px;
    overflow: hidden;
}

.news .newslist h2 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
    line-height: 1;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.news .newslist ul li {
    background: url(../image/news_list_1.png) no-repeat 0% 50%;
    line-height: 33px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .newslist ul li span {
    color: #fff;
}

.news .newslist ul li a {
    line-height: 33px;
    color: #fff;
    width: 330px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news .newslist ul li:hover {
    background: url(../image/news_list_hover.png) no-repeat 0% 50%;
}

.news .hot {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
}

.news .hot .demo2 {
    width: 646px;
    padding: 0px 20px 10px;
    background: #f6f7f9;
    border-bottom: 1px solid #d7d7d8;
}

.news .hot .demo2:nth-child(2n) {
    width: 541px;
}

.news .hot .demo2 h2 {
    font-size: 18px;
    color: #16609f;
    text-align: center;
    padding-top: 25px;
    line-height: 1;
}

.news .hot .demo2 .zhaiyao {
    padding-top: 15px;
    text-indent: 30px;
    line-height: 20px;
    color: #717171;
    font-size: 14px;
    font-family: "微软雅黑";
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .hot .demo2:nth-child(2n) {
    margin-right: 0px;
}

.f_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_boxright {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.f_boxright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.f_boxright ul {
    /* margin-right: 60px; */
}

.f_boxright ul li {
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
}

.f_boxright ul li:first-child {
    font-size: 18px;
    padding-left: 0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.f_boxright ul li:first-child::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    width: 36px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.f_box {
    background-color: rgba(34, 34, 34, 1);
    background-repeat: repeat;
    background-position: center center;
}

.f_link_wap {
    background-image: url(../image/lj_dbbj.jpg);
}

.f_boxright ul li:hover a {
    color: #005197;
}