/* common css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

input {
    border: none;
    outline: none;
}

img {
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

.clearfix:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}



.container {
    width: 1200px;
    margin: 0 auto;
}

/* 小标题 */
.pagesTitle {
    margin: 28px 0 25px 0;
}

.pagesTitle>p {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
    
}
.pagesTitle p{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagesTitle p .more_link{
    color: #939393;
    font-weight: normal;
    font-size: 16px;
}

.title-line {
    width: 38px;
    height: 3px;
    background-color: #458fa2;
}

.pagesTitle>p>a {
    color: #555555;
}

/* content */
.content-box {
    background: url("../image/bg.jpg");
    padding-bottom: 40px;
    overflow: hidden;
}

/*  */
.crumbs {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #555555;
}

.crumbs>a {
    color: #939393;
}

.crumbs>a:hover {
    color: black;
}

.crumbs > a + a::before{
    content: '>';
    padding: 0 5px;
}

/* 左侧导航 */
.leftNav {
    width: 250px;
    background-color: #ffffff;
    float: left;
    display: block;
}

.leftNav>ul>li {
    width: 100%;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #e6e6e6;
}



.leftNav>ul>li>a {
    color: #444444;
    padding-left: 45px;
    display: block;
}

.leftNavActive {
    background: #458fa2;

}

.leftNav>ul>.leftNavActive>a {
    background: #458fa2;
    color: #ffffff
}

.leftNav>ul>li:hover {
    background: #458fa2;
    border: 0;
    transition: .4s all;

}

.leftNav>ul>li>a:hover {
    color: #ffffff;
    transition: .4s all;
}


/* top-nav */
.nav-box {
    background: url("../image/nav-bg.png") top center no-repeat;
    height: 100px;
    width: 100%;
    background-size: cover;
}

.nav {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.logo {
    width: 355px;
    height: 50px;
    margin-top: 25px;
    cursor: pointer;
}

.nav-left {
    width: 675px;
    height: 100%;
}

.nav-left>ul {
    justify-content: space-between;
    width: 100%;
    height: 30px;
    margin-top: 35px;
}

.nav-left>ul>li:nth-child(1) {
    width: 246px;
    margin-left: 0;
    margin-right: 5px;
}

.nav-left>ul>li {
    width: 90px;
    height: 100%;
    line-height: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    float: left;
    margin-left: 16px;
}



.nav-left>ul>li>a {
    color: #083e52;
    display: block;
}

.nav-left>ul>li>a {
    height: 25px;
}

.nav-left>ul>li::after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background-color: cadetblue;
    margin: 0 auto;
    transition: all .6s;
}

.nav-left>ul>li:hover::after {
    width: 60px;
    height: 2px;
    background-color: cadetblue;
}


.sou>input:nth-child(1) {
    width: 198px;
    height: 30px;
    vertical-align: middle;
    margin-top: -3px;
    padding-left: 12px;
    border-radius: 10px;
    box-sizing: content-box;
    font-size: 12px;
}

.sou>input:nth-child(2) {
    width: 25px;
    height: 25px;
    background: url("../image/sousuo.png")no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}

/* footer */
.foot-box {
    width: 100%;
    height: 230px;
    background-color: #d7d7d7;
    /* overflow: hidden; */
}

.foot {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}

.foot-left {
    width: 450px;
    /* float: left; */
    margin-top: 23px;
    /* overflow: hidden; */
}

.foot-left>ul>li {
    margin-top: 17px;
    color: #898989;
}

.foot-left>ul>li>img {
    vertical-align: middle;
    margin: 0 6px 0 0;
}

.foot-left>ul>li>span {
    vertical-align: middle;
    margin: 5px 0 0 0;
}

.foot-right {
    /* width: 500px; */
    /* float: right; */
    margin-top: 26px;
    /* overflow: hidden; */
    display: flex;
}

.foot-right>ul {
    /* float: right; */
    margin-left: 60px;
}

.foot-right>ul>li {
    margin: 10px 0 0 0;
}

.foot-right>ul>li:nth-child(1) {
    margin: 14px 0 0 0;
    font-size: 14px;

}

.foot-right>ul>li:nth-child(2) {
    margin: 14px 0 0 0;
}

.foot-right>ul>li>a {
    color: #898989;
}

.foot-right>ul>li>a:hover {
    color: #083e52;
}

.foot-right>ul>li:nth-child(1) {
    color: #444444;
}



/* swiper */
.swiper-container {
    width: 100%;
    height: 465px;
    margin-top: 40px;
}

.swiper-slide {
    position: relative;
}

.swiper-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    height: 50px;

    background: rgba(0, 0, 0, .5);
}

.swiper-title>p {
    margin-left: 30px;
}

.swiper-title>p>a {
    color: #ffffff;
}

.swiper-pagination {
    width: 150px !important;
    left: 1050px !important;
    bottom: 0 !important;
    line-height: 50px;

}

.swiper-pagination-bullet-active {
    background-color: #458fa2 !important;
}

.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
}

.swiper-slide>a>img {
    width: 100%;
    height: 100%;
}

.swiper-title>p>a:hover {
    color: cadetblue;
}

/* jgdt */
.jgdt {
    width: 780px;
    height: 685px;
    background-color: #ffffff;
    margin-top: 40px;
    float: left;

}

.jgdt-newBox {
    width: 720px;
    margin: 0 auto;
}



.jgdtnews-left {
    float: left;
}

.jgdtnews-right {
    width: 485px;
    height: 150px;
    float: right;

}

.jgdtnews-none {
    width: 100%;
    height: 115px;
    overflow: hidden;
    margin-bottom: 17px;
}

.jgdtnews-img {
    width: 215px;
    height: 150px;
}



.jgdtnews-title {
    font-size: 17px;
    line-height: 24px;
}

.jgdtnews-title>a {
    color: #444444
}

.jgdtnews-title>a:hover {
    color: #458fa2;
}

.jgdtnews-content {
    font-size: 14px;
    color: #939393;
    margin: 17px 0;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.jgdtnews-img>a>img {
    width: 100%;
    height: 100%;
}

.jgdtnews-data>span {
    font-size: 12px;
    color: #939393;
    margin-left: 4px;
}

.jgdtnews {
    padding-bottom: 29px;
    border-bottom: 1px dotted #c5c5c5;
}

.top1 {
    margin-top: 29px;
}

.bottom-border {
    border-bottom: 0;
}

/* gyxm */
.gyxm {
    margin-top: 40px;
    width: 380px;
    height: 345px;
    background-color: #ffffff;
    float: right;
}


.gyxm-zi {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(0, 0, 0, .5);
    color: #ffffff;
}

.gyxm-zi>a {
    color: #ffffff;
}

.gyxm-box {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

.gyxm-box>a,
.gyxm-box>a>img {
    display: block;
    width: 100%;
    height: 230px;
}

.gywm {
    width: 380px;
    height: 300px;
    background-color: #ffffff;
    float: right;
    margin-top: 40px;
}

.gywm-box {
    width: 320px;
    height: 180px;
    margin: 0 auto;
}

.gywmEwm>div {
    float: left;
    width: 140px;

}

.gywmEwm>div>div {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #e1e1e1;
    font-size: 13px;
    border-radius: 10px;
    color: #083e52;
}

/* .jjhwb */
.jjhwb {
    border-left: 1px dashed #9e9e9e;
    margin-left: 21px;
}

.jjhwb>img {
    margin-left: 5px;
}

.wxgzh>div {
    margin-top: 20px;
}

.jjhwb>div {
    margin: 4px 0 0 29px;
}


/* 分页 */
.page {
    font-size: 14px;
    padding: 40px 0 20px 0;
    text-align: center;
}

.btnBlock {
    margin: 0 7px;
    color: #555555;
}

.cur {
    padding: 2px 10px;
    width: 30px;
    height: 26px;
    background-color: #458fa2;
    border-radius: 5px;
    color: white;
}

.btnBlock>a {
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    color: #555555;
    transition: all 0.5s;

}

.btnBlock>a:hover {
    background-color: #458fa2;
    color: white;
}

.btnBlock:hover {
    color: #458fa2;
}

.rightcontentBox {
    padding-bottom: 25px;
}

/* 分页组件 */
.pagination-box{
    width: 100%;
    margin: 15px 0;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination>.disabled{
    color: #999;
    cursor: no-drop;
}
.pagination>li{
    margin: 0 7px;
    font-size: 14px;
    text-align: center;
}
.pagination li>a{
    display: inline-block;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border-radius: 5px;
    color: #555555;
    transition: all 0.5s;
}
.pagination li>span{
    padding: 0 10px;
    line-height: 24px;
    border-radius: 5px;
    transition: all 0.5s;
}

.pagination .active{
    background-color: #458fa2;
    border-radius: 5px;
    color: white;
}

.pagination li>a:hover {
    background-color: #458fa2;
    color: white;
}