﻿@charset "utf-8";

/* CSS Document */


/*全局样式开始*/

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
    overflow-x: hidden;
    background: url(jg_bg.png) no-repeat top;
    background-size: contain;
}

body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    font-size: 20px;
    overflow-x: hidden;
    background: url(jg_img.png) no-repeat top;
    background-size: contain;
}

a {
    text-decoration: none;
    color: #666;
    font-size: 20px;
}

a:hover {
    color: #e20001;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: middle;
}

ul,
ol {
    list-style-type: none;
}

input {
    border: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.hidden {
    display: none;
}

.block {
    display: block;
}


/*全局样式结束*/


/*顶部样式开始*/

.jg-hd {
    width: 100%;
    height: 350px;
}

.head {
    width: 100%;
    background-size: cover;
}

.head img {
    width: 100%;
}


/*顶部样式结束*/

.wraper {
    width: 100%;
    height: auto;
}

.wraperc,
.center {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.jingshen {
    width: 1200px;
    text-align: center;
    margin: 20px 0;
}

.jingshen h2 {
    position: relative;
}

.jingshen .jh2 {
    background: url("../images/wz-bg-1.png") no-repeat;
    width: 1200px;
    height: 75px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    color: #2c7bd7;
    line-height: 75px;
    font-size: 40px;
}

.jingshen h2 img {
    width: 100%;
}

.ijh2 {
    display: none;
}

.jingshen h2 a {
    /*float:right;*/
    color: #cc0000;
    font-size: 16px;
    position: absolute;
    bottom: -5px;
    right: 30px;
}

.news {
    margin-top: 44px;
}


/*轮播样式*/

.slideBox {
    width: 518px;
    overflow: hidden;
    position: relative;
    float: left;
    padding-left: 17px;
    padding-right: 33px;
}

.lunbojiao {
    width: 518px;
    height: 35px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: #3b3b3b;
    opacity: 0.8;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: #ccd6de;
    z-index: 15;
    border-radius: 10px;
}

.slideBox .hd ul li.on {
    background-color: #F00;
}

.slideBox .bd {
    position: relative;
    height: 100%;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 518px;
}

.slideBox .bd img {
    /*width:517px; height:370px;*/
    display: block;
}

.slideBox .bd h3 a {
    color: #ffffff;
    font-family: "微软雅黑";
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    padding-left: 10px;
    line-height: 25px;
    z-index: 5
}

.slideBox .bd h3 a:hover {
    text-decoration: none;
}


/*轮播样式*/

.newsr {
    width: 618px;
    float: right;
}

.newsr li {
    background: url("../images/libg_03.jpg") no-repeat left center;
    padding-left: 15px;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
    line-height: 31px;
}

.newsr li a {
    color: #000;
    font-size: 16px;
}

.newsr li span {
    float: right;
}

.huodong {
    margin-bottom: 20px;
    padding: 0 20px;
}

.huo {
    width: 560px;
    float: left;
}

.huo h2 {
    background-color: #2c7bd7;
    height: 52px;
}

.huo h2 span {
    height: 52px;
    line-height: 52px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    z-index: 999;
    padding-left: 15px;
}

.huo h2 a {
    font-size: 15px;
    float: right;
    margin-top: 15px;
    color: #fff;
    margin-right: 10px;
}

.huo ul {
    margin: 10px 0 0px 0;
}

.huo li {
    background: url("../images/libg_03.jpg") no-repeat 15px center;
    padding: 5px 15px 5px 30px;
    color: #000;
    font-size: 16px;
}

.huo li a {
    font-size: 16px;
    color: #000;
    width: 72%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.huo li span {
    float: right;
    color: #999;
}

.huo-r {
    float: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    /*  margin: 0 auto; */
    height: auto;
    width: 558px;
    border: 1px solid #deeaf9;
    margin-top: 15px;
}

.container .tab {
    width: 100%;
    display: flex;
    background-color: #f7f7f7;
}

.container .tab>span {
    flex: 1;
    font-size: 16px;
    text-align: center;
    color: #000000;
    /*  margin-left: 1px; */
    padding: 8px 0px 8px 0px;
    cursor: pointer;
    border-bottom: 1px solid #deeaf9;
    margin: -1px -1px 0;
}

.container .tab>span:hover,
.container .tab>span.active {
    color: #2c7bd7;
    font-weight: 700;
}

.container .tab>span.active {
    background: #fff;
    border-bottom: 0px;
    border-right: 1px solid #deeaf9;
    border-left: 1px solid #deeaf9;
    border-top: #2c7bd7 3px solid;
}

.middle-content {
    background-color: #fff;
    box-shadow: 0 0 3px #ddd;
    width: 100%;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.home {
    height: 36px;
    line-height: 36px;
    /*  border-bottom: 1px solid #ddd; */
    background-color: #f8f8f8;
    padding-left: 15px;
    font-size: 14px;
}

.home i {
    background: url("../images/position_blue.png") no-repeat center;
    width: 12px;
    height: 18px;
    display: inline-block;
    -webkit-background-size: 80%;
    background-size: 80%;
    vertical-align: sub;
    margin-right: 5px;
}

.home span {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    color: #666;
}

.home a {
    font-size: 14px;
}

.home a:hover {
    text-decoration: none;
    color: #177fe2;
}

.xdd_img {
    float: left;
    padding-left: 20px;
}

.newsr {
    width: 550px;
    float: right;
}

.newsr li {
    background: url(../images/libg_03.jpg) no-repeat left center;
    padding-left: 15px;
    padding-right: 20px;
    color: #000;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
}

.newsr li a {
    color: #000;
    font-size: 16px;
    width: 72%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsr li:last-child a {
    width: 100%;
    color: #2c7bd7;
}

.newsr li span {
    float: right;
}


/*分页样式*/

.page-list {
    float: right;
    margin: 30px 0 50px 0;
}

.page-list ul li {
    float: left;
    margin: 0 6px;
    line-height: 26px;
    text-align: center;
}

.page-list ul li a {
    min-width: 14px;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 0px 8px;
    height: 26px;
    color: #111;
    line-height: 26px;
    font-size: 14px;
}

.page-list ul li .avtice,
.page-list ul li a:hover {
    background-color: #2c7bd7;
    color: #fff;
    border: 1px solid #2c7bd7;
}

.page-list ul li span {
    color: #111;
    font-size: 14px;
}


/*列表页样式*/

.tpb_list-content {
    padding: 0 20px;
}

.container_list {
    margin-top: 40px;
    height: auto;
}

.container_list .list_tab {
    width: 100%;
    display: flex;
    float: left;
}

.container_list .list_tab>span {
    flex: 1;
    /*   background: #edf2f7; */
    border: 1px solid #d5d5d5;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin-left: -1px;
    padding: 12px 30px 12px 35px;
    cursor: pointer;
}

.container_list .list_tab>span:hover,
.container_list .list_tab>span.active {
    background: #2c7bd7;
    border: 1px solid #2c7bd7;
    color: #fff;
    font-weight: 700;
}

.contentList {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 6px;
    box-sizing: border-box;
}

.contentList>ul {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.contentList>ul>li {
    background: url("../images/libg_03.jpg") no-repeat 15px center;
    padding: 5px 15px 5px 30px;
    color: #000;
    font-size: 16px;
}

.contentList>ul>li>a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    width: 80%;
    font-size: 16px;
    color: #000;
}

.contentList>ul>li>a:hover {
    color: #0c61b0;
}

.contentList>ul>li>span {
    color: #999999;
    font-size: 15px;
    z-index: 1;
    float: right;
}

.tpblist-content {
    padding: 0 55px;
}

.tpblist-bt {
    font-size: 28px;
    font-weight: 600;
    color: #2c7bd7;
    border-left: 6px solid #2c7bd7;
    margin: 40px 0;
    padding-left: 20px;
    line-height: 26px;
}


/* 
.tpblist-list-li {} */

.tpblist-list-li .circle {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #777;
    /*   -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; */
    margin-right: 15px;
    vertical-align: middle;
}

.tpblist-list-li li {
    margin: 20px 0 10px 0;
    border-bottom: 1px dotted #ddd;
}

.tpblist-list-li li a {
    font-size: 18px;
    color: #111;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 38px;
    width: 80%;
    cursor: pointer;
    padding-bottom: 5px;
}

.tpblist-list-li li span {
    display: inline-block;
    width: 15%;
    text-align: right;
    color: #999;
    font-size: 16px;
    vertical-align: bottom;
    line-height: 38px;
}

.tpblist-list-li li a:hover {
    color: #2c7bd7;
}

.tpblist-list-li:hover .circle {
    background-color: #2c7bd7;
}


/*详情页样式*/

.tpddetail-con {
    padding: 0 50px 30px 50px;
}

.tpddetail-title {
    border-bottom: 1px dotted #ddd;
}

.tpddetail-title h3 {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #111;
    margin: 50px 0 30px 0;
    padding: 0 30px;
}

.tpddetail-title p {
    text-align: center;
    color: #bbb;
    font-size: 14px;
    margin-bottom: 15px;
}

.tpddetail-main {
    padding: 40px 0;
    color: #111;
    font-size: 16px;
    line-height: 28px;
}

@media all and (max-width: 1680px) {
    .jg-hd {
        height: 300px;
    }
}

@media all and (max-width: 1401px) {
    .jg-hd {
        height: 250px;
    }
}