body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}
b {    word-break: break-all;}
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
}

.pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}

.img a {
    display: block;
    height: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1220px) {
    .ctbx {
        width: 1100px;
    }
}

@media (min-width: 1440px) {
    .ctbx {
        width: 1300px;
    }
}

a.xwmore {
    font-size: 16px;
    color: #999;
}

a.xwmore:hover {
    color: #f39800;
}

.index_box {
    display: none;
}


/* 首页 */

.top_box {
    border-top: #f39800 4px solid;
    height: 114px;
}

.top_rg {
    float: right;
    margin-top: 45px;
}

.top_link {
    float: left;
}

.top_link a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #ecf0f2;
    border-radius: 15px;
    padding: 0px 12px;
    font-size: 14px;
    margin-right: 12px;
}

.top_link a:hover {
    background: #f39800;
    color: #fff;
}

.yc {
    float: right;
    position: relative;
}

.yc .ss {
    float: right;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
}

.tc2 form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 input[type="text"] {
    border: none;
    width: 84%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
}

.tc2 input[type="text"]:focus {
    text-align: left;
}

.tc2 input[type="image"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(../images/yc_sea2.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 20px 20px;
    margin-top: -30px;
}

.tc2 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.tc2 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
}

.tc2 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: none;
}

.tc2 .close {
    position: absolute;
    z-index: 87;
    cursor: pointer;
    right: 70px;
    top: 40px;
}

.tc2 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 86;
}

.tc_logo {
    width: 790px;
    float: left;
    margin-top: 25px;
}


/* 右侧弹窗导航 */

.yc_nav {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 88;
    top: 0px;
    right: 0px;
    background: #f39800;
}

.yc_nav img {
    display: block;
    margin: 18px auto 0px;
}

.ycd_ddh {
    display: none;
    position: fixed;
    overflow-x: auto;
    width: 87.5%;
    height: calc(100% - 4px);
    background: url(../images/dhnav_bg.jpg) no-repeat;
    background-size: cover;
    z-index: 900;
    padding: 1.6% 6.25% 0;
    top: 4px;
}

.ycd_ddh .close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #f39800;
}

.ycd_ddh .close img {
    width: 33%;
    display: block;
    margin: 20px auto 0px;
}

.ycd_ddh .ycd_top {
    margin: 25px 0px 40px;
    overflow: hidden;
}

.ycd_ddh .yclogo {
    float: left;
    width: 420px;
}

.ycd_ddh .yccont {
    float: right;
}

.ycd_ddh .yccont .top_link a:hover {
    background: #f39800;
    color: #fff;
}

.ycd_ddh .search {
    width: 70%;
    margin: 80px auto 60px;
    position: relative;
}

.ycd_ddh .search .txt {
    width: 91%;
    line-height: 52px;
    border: 1px solid #fff;
    border-radius: 100px;
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 0 6% 0 3%;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.149);
}

.ycd_ddh .search .image {
    position: absolute;
    top: 26%;
    right: 25px;
}

.ycd_ddh .search .txt::-webkit-input-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt:-moz-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt::-moz-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt:-ms-input-placeholder {
    color: #fff;
}

.ycd_ddh .search .txt:focus {
    outline: none;
}

.ycd_ddh .dnav {
    margin: 0 auto;
}

.ycd_ddh .dnav>ul {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.ycd_ddh .dnav>ul>li {}

.ycd_ddh .dnav>ul>li>a {
    font-size: 18px;
    color: #fff;
}

.ycd_ddh .dnav>ul>li>span {
    display: none;
}

.ycd_ddh .dnav>ul>li ul {
    margin-top: 30px;
}

.ycd_ddh .dnav>ul>li ul li {}

.ycd_ddh .dnav>ul>li ul li a {
    font-size: 16px;
    line-height: 40px;
    color: #c4c4c4;
}

.ycd_ddh .dnav>ul>li ul li a:hover {
    color: #f39800;
}


/* 导航 */

.nav_box {
    height: 40px;
    background: #404040;
}

.navbar {
    float: left;
    width: 100%;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
    margin: 0px 2.3%;
}

.navbar .navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
    padding: 0px 22px 0px 22px;
    line-height: 40px;
    display: block;
    font-weight: bold;
}

.navbar .navbar-nav>li.on a,
.navbar .navbar-nav>li>a:hover {
    background: #5c5c5c;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .nav-child {
    width: 150%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: -25%;
    padding-top: 17px;
}

.navbar .nav-child li {
    border-bottom: rgba(245, 244, 244, 0.2) 1px solid;
    background: rgba(64, 64, 64, 0.8);
}

.navbar .nav-child li:nth-of-type(1) {
    border-top: #f39800 2px solid;
}

.navbar .nav-child li {
    color: #fff;
}

.navbar .nav-child li a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 5px;
    display: block;
    color: #fff;
}

.navbar .nav-child li:hover {
    background: #f39800;
}

.navbar .nav-child li:hover a {
    color: #fff;
    font-weight: bold;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.ban_box {
    position: relative;
    z-index: 2;
}

.ban_box .swiper-container {
    z-index: auto!important;
}

.ban_box .swiper-slide {
    overflow: hidden;
}

.ban_lb {
    width: 100%;
    position: relative;
}

.ban_lb img {
    width: 100%;
    animation: opacity 5s linear infinite;
}

.ban_lb .ban-dot {
    position: absolute;
    z-index: 9;
    bottom: 15px!important;
    left: auto;
    right: 94px!important;
    width: 20px!important;
}

.ban_lb .ban-dot span {
    float: right;
    width: 20px;
    height: 24px;
    line-height: 24px;
    margin: 0px!important;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
    opacity: 1;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    color: #fff;
    display: none;
}

.ban_lb .ban-dot span.swiper-pagination-bullet {
    background: none;
}

.ban_lb .ban-dot span::before {
    content: "0";
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #fff;
}

.ban_lb .ban-dot span.swiper-pagination-bullet-active {
    font-size: 18px;
    padding-left: 10px;
    display: block;
}

.ban_lb .ban-dot span.swiper-pagination-bullet-active::before {
    font-size: 19px;
    top: 0px;
    left: 0px;
}

.ban_lb .ban-dot span.swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 6px;
    width: 1px;
    height: 12px;
    background: #fff;
    transform: rotate(7deg);
}

.ban_lb .kxyj-prev,
.ban_lb .kxyj-next {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 12px;
    right: 43px;
    z-index: 5;
    cursor: pointer;
}

.ban_lb .kxyj-prev {
    background: url(../images/ban_prev.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 89px;
}

.ban_lb .kxyj-next {
    background: url(../images/ban_next.png) no-repeat;
    background-size: 100% 100%;
}

.ban_bg {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 240px;
    height: 56px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.ban_num {
    position: absolute;
    right: 82px;
    bottom: 19px;
    font-size: 12px;
    color: #fff;
    z-index: 6;
}

.xwdh {
    text-align: center;
}

.xwdh h1 {
    font-size: 48px;
    position: relative;
}

.xwdh h1 b {
    position: relative;
    z-index: 2;
}

.xwdh h1 b::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -40px;
    top: -30px;
    width: 93px;
    height: 66px;
    background: url(../images/dh_icon.png) no-repeat;
    background-size: auto 100%;
}

.xwdh p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
}


/* 介绍 */

.cont_box {
    padding: 127px 0px 150px;
    background: url(../images/cont_bg1.jpg) no-repeat top center;
}

.jian {
    margin-top: 84px;
    position: relative;
}

.jian::after {
    content: "";
    position: absolute;
    left: -107px;
    bottom: -86px;
    width: 357px;
    height: 311px;
    background: url(../images/cont1_sjx.png) no-repeat;
    background-size: 100% 100%;
}

.jian_pic {
    width: 800px;
    float: left;
}

.jian_pic span {
    width: 100%;
    float: left;
    border-radius: 20px 100px 20px 20px;
    overflow: hidden;
}

.jian_pic span img {
    width: 100%;
    border-radius: 20px 100px 20px 20px;
}

.jian_pic span img:hover {
    transform: scale(1.02);
}

.jian_rg {
    width: calc(100% - 890px);
    float: right;
}

.jian_nr {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    margin-top: 8px;
}

.jian_nr::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5px;
    width: 16px;
    height: 16px;
    background: #ffcc00;
}

.jian_jj {
    margin-bottom: 52px;
}

.jian_jj p {
    font-size: 16px;
    line-height: 28px;
    height: 336px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.jian_more {
    width: 100%;
    border-bottom: #404040 1px solid;
    height: 53px;
    background: url(../images/ic_jt.png) no-repeat right top;
    transition: all 0.4s ease-out 0s;
}

.jian_more:hover {
    transform: translateY(-5px);
    background: url(../images/ic_jt9.png) no-repeat right top;
    border-bottom: #f39800 1px solid;
}

.jian_more a {
    font-size: 14px;
    color: #999;
    line-height: 53px;
    display: block;
}

.jian_more a:hover {
    color: #f39800;
    font-weight: bold;
}

.cont_box2 {
    padding: 105px 0px 0px;
    overflow: hidden;
    background: url(../images/cont_bg2.jpg) no-repeat center top;
    background-size: cover;
}


/* 新闻 */

.news {
    margin-top: 60px;
    overflow: hidden;
}

.news_tj {
    overflow: hidden;
}

.newstj_lf {
    width: 848px;
    float: left;
}

.newstj_lf .newstj_tp {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.newstj_tp .img:hover {
    transform: scale(1.05);
}

.newstj_rg {
    width: calc(100% - 900px);
    float: right;
}

.newstj_rg a {
    display: block;
    overflow: hidden;
    border-bottom: #999 1px solid;
    background: url(../images/ic_jt6.png) no-repeat right bottom;
    padding: 30px 0px 65px;
}

.newstj_rg a:hover {
    border-bottom: #f39800 1px solid;
    background: url(../images/ic_jt5.png) no-repeat right bottom;
}

.newstj_rg span {
    font-size: 14px;
    font-weight: bold;
}

.newstj_rg h2 {
    font-size: 30px;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 20px 0px 55px;
    font-weight: bold;
}

.newstj_rg h2:hover {
    color: #f39800;
}

.newstj_rg p {
    font-size: 16px;
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.news_lb {
    margin: 70px -24px 37px;
    overflow: hidden;
}

.news_lb li {
    width: 33.3%;
    float: left;
}

.news_lb li .news_lbnr {
    margin: 0px 24px;
    overflow: hidden;
    border-bottom: #999 1px solid;
    background: url(../images/ic_jt6.png) no-repeat right bottom #fff;
    box-shadow: 0px 3px 7px 0px rgba(131, 138, 153, 0.16);
    position: relative;
}

.news_lb li .news_lbnr:hover {
    background: url(../images/ic_jt5.png) no-repeat right bottom #fff;
    border-bottom: #f39800 1px solid;
}

.news_lbnr .newstj_tp {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.news_lb li .news_lbnr .text {
    padding: 18px 25px 48px;
    overflow: hidden;
}

.news_lb li .news_lbnr .text h2 {
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    margin-bottom: 15px;
}

.news_lb li .news_lbnr .text h2:hover {
    color: #f39800;
}

.news_lb li .news_lbnr .text p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_lb li .news_lbnr .time {
    width: 43px;
    height: 41px;
    padding-top: 10px;
    padding-left: 8px;
    position: absolute;
    left: 0px;
    top: 20px;
    background: #f39800;
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}

.news_lb li .news_lbnr .time b {
    font-size: 14px;
    font-weight: normal;
}

.news_more {
    width: 147px;
    margin: auto;
    height: 40px;
    line-height: 40px;
    background: url(../images/ic_jt3.png) no-repeat 116px center #fff;
    box-shadow: 0px 3px 7px 0px rgba(131, 138, 153, 0.16);
    text-indent: 23px;
    transition: all 0.4s ease-out 0s;
    margin-bottom: 10px;
}

.news_more a {
    display: block;
    font-size: 14px;
}

.news_more:hover {
    background: url(../images/ic_jt7.png) no-repeat 116px center #f39800;
}

.news_more:hover a {
    color: #fff;
}


/* 学术会议 */

.cont_box3 {
    background: url(../images/cont_bg3.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 120px 0px 161px;
}

.yan_box {
    margin-top: 66px;
    overflow: hidden;
}

.yan_lf {
    width: calc(100% - 280px);
    float: left;
}

.yan_lf ul {
    margin: 0px -4px;
}

.yan_lf li {
    width: 50%;
    float: left;
}

.yan_lf li .yan_lfmar {
    margin: 0px 2px;
    overflow: hidden;
    position: relative;
    background: url(../images/yan_lb.png) no-repeat;
    background-size: cover;
    height: 382px;
    padding: 38px 30px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.yan_lf li .yan_lfmar a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.yan_lf li .yan_lfmar .time {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 95px;
    height: 95px;
    background: #f39800;
    border-radius: 60px 0px 0px 0px;
}

.yan_lf li .yan_lfmar .time span {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    float: right;
    margin: 26px 18px 0px 0px;
    text-align: right;
}

.yan_lf li .yan_lfmar .time span b {
    font-size: 24px;
}

.yan_lf li .yan_lfmar:hover .time {
    background: #2962cd;
}

.yan_lf li .yan_lfmar .tit {
    padding: 8px 12px 8px 31px;
    overflow: hidden;
    background: url(../images/yan_xian.png) no-repeat 14px 16px #fff;
}

.yan_lf li .yan_lfmar .tit h2 {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 3px;
}

.yan_lf li .yan_lfmar .tit span {
    font-size: 14px;
    line-height: 28px;
}

.yan_lf li .yan_lfmar p {
    font-size: 20px;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 27px;
    font-weight: bold;
}

.yan_lf li .yan_lfmar:hover {
    background: url(../images/yan_lb2.png) no-repeat;
    background-size: cover;
}

.yan_lf li .yan_lfmar:hover .tit {
    padding-left: 16px;
    background: url(../images/yan_xian.png) no-repeat 0px 16px;
    position: absolute;
    bottom: 28px;
    width: calc(100% - 200px);
}

.yan_lf li .yan_lfmar:hover p {
    color: #0b3e9f;
    margin-top: 50px;
}

.yan_rg {
    width: 280px;
    float: right;
    height: 420px;
    border-bottom: #2751a4 1px solid;
}

.yan_rg p {
    float: right;
    margin: 15px 140px 140px 0px;
    width: calc(100% - 140px);
    text-align: right;
}

.yan_rg span {
    float: right;
    margin-right: 94px;
    line-height: 50px;
    padding-right: 65px;
    background: url(../images/ic_jt8.png) no-repeat right center;
    transition: all 0.4s ease-out 0s;
}

.yan_rg span a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
}

.yan_rg span:hover {
    transform: translateY(5px);
}

.yan_rg span:hover a {
    font-weight: bold;
}


/* 友情链接 */

.link_bg {
    background: #f2f5f7;
    overflow: hidden;
    padding: 48px 0px 53px;
}

.link_box {
    position: relative;
    padding: 10px 0px 15px;
    overflow: hidden;
}

.link_box::before,
.link_box::after {
    content: "";
    position: absolute;
}

.link_box::before {
    left: 0px;
    width: 16.6%;
    top: 70px;
    height: 90px;
    background: #0b3e9f;
}

.link_box::after {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 7px 3px 7px 0px rgba(131, 138, 153, 0.1);
    height: 200px;
    width: 16%;
    right: 0px;
    top: 10px;
}

.link_box h1 {
    width: 264px;
    float: left;
    height: 90px;
    line-height: 90px;
    font-size: 40px;
    color: #fff;
    border-radius: 0px 45px 45px 0px;
    background: #0b3e9f;
    margin-top: 60px;
    position: relative;
    z-index: 2;
}

.link_box .link_nr {
    width: calc(100% - 290px);
    float: right;
    position: relative;
    z-index: 2;
}

.link_box .link_nr .link_pad {
    padding-left: 45px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: -3px 3px 7px 0px rgba(131, 138, 153, 0.1);
    height: 200px;
    border-radius: 100px 0px 0px 100px;
}

.link_box .link_nr .link_pad ul {
    margin: 28px -35px 0px;
    overflow: hidden;
}

.link_box .link_nr .link_pad li {
    width: 33.3%;
    float: left;
}

.link_box .link_nr .link_pad li a {
    display: block;
    padding: 0px 20px 10px;
    overflow: hidden;
    margin: 9px 35px;
}

.link_box .link_nr .link_pad li h2 {
    width: 100%;
    float: left;
    border-bottom: #c4c8cb 1px solid;
    background: url(../images/ic_jt3.png) no-repeat right center;
}

.link_box .link_nr .link_pad li h2 span {
    width: calc(100% - 20px);
    float: left;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.link_box .link_nr .link_pad li:hover a {
    background: #fff;
    box-shadow: 0px 3px 7px 0px rgba(131, 138, 153, 0.16);
}

.link_box .link_nr .link_pad li:hover h2 {
    border-bottom: #f39800 1px solid;
    background: url(../images/ic_jt4.png) no-repeat right center;
}


/* 联系我们 */

.lxwm_bg {
    background: #666b72;
    overflow: hidden;
}

.lxwm {
    overflow: hidden;
}

.lxwm h1 {
    width: 218px;
    float: left;
    background: url(../images/lxwm_xian.png) no-repeat left center #7a7e80;
}

.lxwm h1 span {
    margin: 24px 60px 24px 21px;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
    display: block;
    float: left;
    font-weight: bold;
}

.lxwm_nr {
    width: calc(100% - 320px);
    float: right;
    margin-top: 33px;
}

.lxwm_nr li {
    width: 57%;
    float: left;
}

.lxwm_nr li:nth-of-type(2) {
    width: 25%;
}

.lxwm_nr li:nth-of-type(3) {
    width: 18%;
}

.lxwm_nr li span {
    width: 44px;
    float: left;
    margin-top: 4px;
}

.lxwm_nr li .lxwm_lb {
    width: calc(100% - 60px);
    float: right;
    color: rgba(255, 255, 255, 0.502);
    line-height: 26px;
}

.lxwm_nr li .lxwm_lb h2 {
    font-size: 16px;
}

.lxwm_nr li .lxwm_lb p {
    font-size: 14px;
}


/* 底部 */

.dbnr_bg {
    background: #4d5157;
    overflow: hidden;
}

.dbnr_box {
    margin: 60px 0px 53px;
    overflow: hidden;
}

.dbnr_box dl {
    width: 16.6%;
    float: left;
    border-left: #60646a 1px solid;
    height: 260px;
    padding: 0px 20px;
    box-sizing: border-box;
}

.dbnr_box dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}

.dbnr_box dl dd {
    font-size: 14px;
    line-height: 18px;
    color: rgba(222, 222, 222, 0.702);
    margin: 5px 0px;
}

.dbnr_box dl dd a {
    color: rgba(222, 222, 222, 0.702);
}

.dbnr_box dl dd a:hover {
    color: #fff;
}

.banq {
    padding: 8px 0px;
    overflow: hidden;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2);
    line-height: 20px;
    text-align: center;
    border-top: #595d63 1px solid;
}

.banq a {
    color: rgba(255, 255, 255, 0.2);
}


/* 列表页 */

.list_ban {
    height: 285px;
    background: url(../images/list_ban.png) no-repeat center;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.list_ban::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 145px;
    width: 37%;
    height: 1px;
    background: #3c61ae;
}

.ltban_mc {
    width: 100%;
    float: left;
    font-size: 52px;
    color: #ffbb00;
    font-weight: bold;
    margin: 82px 0px 65px;
}

.ltban_mc img {
    margin-left: 20px;
}

.ltban_wz {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #fff;
}

.ltban_wz a {
    color: #fff;
}

.ltban_wz a:hover,
.ltban_wz a span {
    color: #ffbb00;
}

.sjmenu {
    display: none;
}

.list_wk {
    padding: 45px 0px 80px;
    overflow: hidden;
}

.list_lf {
    width: 260px;
    float: left;
    background: url(../images/ltlf_pic.png) no-repeat center top;
}

.list_rg {
    width: calc(100% - 308px);
    float: right;
}

.ltyj {
    margin-top: 55px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: url(../images/ltyj_sjx.png) no-repeat center bottom #f4f6f7;
    border-bottom: #fff 1px solid;
}

.sideMenu {
    padding-bottom: 260px;
    overflow: hidden;
    background: url(../images/ltlf_pic2.png) no-repeat left bottom #f4f6f7;
}

.sideMenu ul {
    border-bottom: #dde5eb 1px solid;
    overflow: hidden;
}

.sideMenu li {
    width: 260px;
    float: left;
    border-top: #dde5eb 1px solid;
    border-bottom: #fff 1px solid;
}

.sideMenu li a {
    display: block;
    padding: 10px 20px 10px 30px;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 35px;
    width: 210px;
    float: left;
}

.sideMenu li a i {
    display: none;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 13px;
    background: #ffad09;
    border-radius: 0px 6px 6px 0px;
}

.sideMenu dl {
    width: 260px;
    float: left;
    display: none;
    background: #f4f6f7;
    padding: 12px 0px;
    border-top: #fff 1px solid;
}

.sideMenu dl dd a {
    display: block;
    width: 195px;
    padding: 5px 15px 5px 50px;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    cursor: pointer;
    background: url(../images/ltsanj.png) no-repeat 40px 11px;
}

.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #ffad09;
    background: url(../images/ltsanj2.png) no-repeat 40px 11px;
}

.sideMenu li.current>a,
.sideMenu li:hover>a {
    font-weight: bold;
}

.sideMenu li.current>a i,
.sideMenu li:hover>a i {
    display: block;
}

.sideMenu li.current>a em,
.sideMenu li:hover>a em {
    background: url(../images/ltej_jt2.png) no-repeat;
}

.sideMenu li.current dl {
    display: block !important;
}

.list_rdh h1::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    width: 100%;
    height: 4px;
    background: #caa26c;
}

.ltgjjj {
    padding: 50px 0px 220px;
    overflow: hidden;
}

.ltgjjj p {
    font-size: 16px;
    color: #0e2f6c;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 25px;
}


/* 列表页 */

.list_lb {
    min-height: 500px;
    overflow: hidden;
    padding: 36px 0px 0px;
}

.list_lb li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 35px;
}

.list_lb li a {
    display: block;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.list_lb li em {
    float: left;
    width: 86px;
    height: 24px;
    line-height: 24px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    position: relative;
    background: #0b3e9f;
    margin-top: 19px;
    font-style: normal;
}

.list_lb li em::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ffad09;
}

.list_lb li .ltlb_text {
    width: calc(100% - 120px);
    float: right;
}

.list_lb li .ltlb_text h2 {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    border-bottom: #e2e8ee 1px solid;
}

.list_lb li .ltlb_text p {
    margin-top: 18px;
    font-size: 16px;
    color: #666;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list_lb li:hover h2 {
    color: #0b3e9f;
    border-bottom: #ffb82a 1px solid;
}

.list_lb.list_lb2 li span {
    display: none;
}

.list_lb.list_lb2 li .ltlb_text {
    width: calc(100% - 0px);
}


/* 列表新闻 */

.list_xw {
    min-height: 500px;
    overflow: hidden;
}

.list_xw ul {
    overflow: hidden;
    padding: 55px 0px 20px;
}

.list_xw li {
    width: 100%;
    float: left;
    margin-bottom: 40px;
    transition: all 0.1s;
    -webkit-transition: all 0.05s ease;
    -moz-transition: all 0.05s ease;
    -ms-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.05s ease;
}

.list_xw li .ltxw_tp {
    width: 420px;
    float: left;
    margin-right: 30px;
    border-radius: 10px;
}

.ltxw_tp .ltxw_tpnr {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    border-radius: 10px;
}

.ltxw_tpnr .img:hover {
    transform: scale(1.05);
}

.list_xw li .ltxw_nr {
    overflow: hidden;
}

.list_xw li .ltxw_nr h2 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    position: relative;
}

.list_xw li .ltxw_nr h2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    background: url(../images/ic_yuan.png) no-repeat left center;
}

.list_xw li .ltxw_nr p {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 35px 0px 28px;
}

.list_xw li .ltxw_nr span {
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
}

.list_xw li .ltxw_nr span::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 11px;
    left: 0px;
    height: 1px;
    background: #dde5eb;
}

.list_xw li .ltxw_nr span b {
    display: inline-block;
    background: #404040;
    height: 24px;
    line-height: 24px;
    padding: 0px 13px;
    font-size: 14px;
    color: #fff;
    margin: 0px auto;
    border-radius: 12px;
    position: relative;
    z-index: 2;
}

.list_xw li:hover .ltxw_nr h2 {
    color: #0b3e9f;
}

.list_xw li:hover .ltxw_nr span b {
    background: #0b3e9f;
}


/*内容页*/

.contt_box {
    padding: 55px 0px 0px;
    overflow: hidden;
}

.contt_tit {
    padding: 30px 30px 30px 60px;
    background: url(../images/nry_tit.png) no-repeat;
    background-size: cover;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}

.contt_tit h1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #0f306b;
    font-weight: bold;
    line-height: 24px;
}

.contt_tit h3 {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 8px;
    display: none;
}

.contt_tit h5 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 43px;
    height: 45px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    padding: 5px 0px 0px 7px;
    background: #114197;
    text-align: left;
}

.contt_zhwen {
    margin-top: 35px;
    float: left;
    width: 100%;
}

.contt_zhwen p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-bottom: 35px;
}

.contt_zhwen p img {
    max-width: 100%;
    text-indent: 0em;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.contt_zhwen table td {
    text-indent: 0em;
}

.contt_zhwen iframe {
    max-width: 80%;
}


/* 领导介绍 */

.jies_tit {
    background: url(../images/jies_tit.png) no-repeat center;
    background-size: cover;
    border-radius: 38px;
    padding: 21px 45px 19px;
    box-sizing: border-box;
}

.jies_tit h1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.jies_nr {
    padding-bottom: 80px;
    overflow: hidden;
}

.jies_nr table {
    width: 100%;
    background: #d6dee4;
    margin-top: 10px;
}

.jies_nr table th {
    background: #f0f4fc;
}

.jies_nr table td {
    background: #fff;
}

.jies_nr table th,
.jies_nr table td {
    font-size: 16px;
    line-height: 24px;
    padding: 28px;
    text-align: left;
}

.jies_tit.jies_tit2 {
    background: url(../images/jies_tit2.png) no-repeat center;
    background-size: cover;
}

.jies_tit.jies_tit2 h1 {
    color: #333;
    margin-left: 100px;
}

.jies_nr table th.jies_text,
.jies_nr table td.jies_text {
    font-weight: bold;
}

.jies_nr.jies_nr2 table th,
.jies_nr.jies_nr2 table td {
    padding: 18px;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #0b3e9f !important;
    background-color: #0b3e9f !important;
}



