@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

sup,
sub {
    font-size: 83%;
}

pre,
code,
kbd,
samp {
    font-family: inherit;
}

q:before,
q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label,
summary {
    cursor: default;
}

a,
button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

/*css3扩展*/
::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
}

/**布局开始**/
body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: "Arial", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #3a629e;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/
/*headtop*/
.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
#header {
    background: #49A8BA;
    background-size: cover;
    position: relative;
}

#header .inner {
    height: 160px;
}

.header .head-left {
    float: left;
    display: inline-block;
    padding-top: 33px;
}
.header .head-right {
    float: right;
    display: inline-block;
 
    padding-top: 13px;
}

.logo {
    float: left;
}

.sitelogo img {
    width: 100%;
    display: block;
}

.sitetitle {
    display: inline-block;
    margin-left: 35px;
    font-size: 40px;
    line-height: 100px;
    font-weight: 500;
    color: #fff;
}

/**站点名称**/


#nav {
    /* background: #AF251B; */
    background: #FFFFFF;
    box-shadow: 0px 4px 18px 0px rgba(5, 68, 77, 0.28);
}

#nav .inner {
    height: 70px;
}

#nav .inner .wp-panel {
    padding: 0px 174px;
}

/*导航*/
#nav .inner .wp-panel .wp-window {}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    width: 12.5%;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 70px;
    color: #4CA8B4;
    font-size: 20px;
    text-align: center;
    font-family: Microsoft YaHei;
    position: relative;

}

.nav .wp-menu .menu-item a.menu-link::before {
    content: "";
    position: absolute;
    background: url(./images/nav.png);
    width: 16px;
    height: 10px;
    left: 45%;
    bottom: -9px;
    display: none;

}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #fff;
    background: #39A2B1;
    height: 85%;
}

.nav .wp-menu .menu-item.hover a.menu-link::before {
    display: block;
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;

}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 68px;
    z-index: 100;
   
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
    width: auto;
    min-width: 100%;
    max-height: 400px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
    background: rgb(255 255 255 / 80%);
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #333;
    /* line-height: 28px; */
    padding: 14px 10px;
    font-size: 14px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background: #E29C3D;

}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #000;
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

.hide-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hide-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.f_top {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.f_stretch {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.f_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

/**主页banner开始**/
#banner {}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}

/*banner*/
.mbanner {
    position: relative;
    z-index: 1;
}

.mbanner .swiper-container {
    height: auto;
}

.mbanner .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.mbanner .swiper-slide img {
    display: block;
    width: 100%;
}

.mbanner .news-title {
    margin: 0 auto;
    width: 1400px;
    padding-top: 278px;
    color: #fff;
}

.mbanner .news-title .news_bt {
    width: 760px;
    line-height: 50px;
    font-size: 36px;
}

.mbanner .news-title .news_text {
    width: 730px;
    line-height: 28px;
    font-size: 16px;
    margin-top: 29px;
}

.mbanner .news-title .news_more {
    width: 160px;
    height: 60px;
    margin-top: 49px;
    background: #fff;
}

.mbanner .news-title .news_more span {
    font-size: 16px;
    color: #1e55a4;
    padding-right: 25px;
    background: url(images/more_01.png) right center no-repeat;
}

.mbanner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 106px;
    left: auto;
    right: 447px;
    width: auto;
}

.mbanner .swiper-pagination-bullet {
    margin-right: 10px;
    width: 7px;
    height: 7px;
    ;
    border-radius: 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
    background: #39A2B1;
    border-radius: 50%;

}

.mbanner .swiper-pagination-bullet::before {}

.mbanner .swiper-pagination-bullet-active {
    background: #fff;
    height: 4px;
    background: #39A2B1;
    width: 100px;
    border-radius: 0;
    position: relative;
}





.mbanner .swiper-num {
    position: absolute;
    right: 685px;
    bottom: 98px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-align: right;
}

.mbanner .swiper-num:before {
    position: absolute;
    content: '';
    right: -52px;
    bottom: -1px;

    height: 33px;
    width: 33px;
    background: #fff;
    background: url(./images/yuan.png);
}

.mbanner .swiper-num .active {
    font-size: 34px;
    display: inline-block;
    color: #fff;
}

.mbanner .swiper-num span {
    padding: 0 5px;
}

.mbanner .swiper-num .total {
    display: inline-block;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-progressbar {
    background: #fff;
    bottom: 100px;
    top: auto;
    right: 260px;
    left: auto;
    width: 360px;
    border-radius: 2px;
    height: 1px;
}

.mbanner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fdd23c;
    border-radius: 4px;
    margin-top: -2px;
    height: 4px;
}

/**首页三列布局**/
.mod {}

.mbox {}

.ml {
    float: left;
}


.main1 {
    background: #f3f5f8;
    padding-top: 80px;
    box-sizing: border-box;

}

.main2 {
    /* background: url(images/bg1.jpg) center top no-repeat; */
    padding-top: 85px;
    padding-bottom: 96px;
    background: #f3f5f8;
    box-sizing: border-box;
}

.main3 {
    background: url(images/bg2.jpg) center top no-repeat;
    padding-top: 60px;
    padding-bottom: 72px;
}

.main4 {
    background: #bcd5fa;
    padding-top: 50px;
    padding-bottom: 40px;
}


.news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


.add {
    width: 256px;
    height: 183px;
    background: #2883DA;
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
    border-radius: 16px;
    padding: 45px 49px;
    box-sizing: border-box;
    text-align: center;

}

.icons {
    margin-bottom: 15px;
    position: relative;
    margin: 0 auto;
    height: 59px;
    width: 53px;
}

.icons img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.biaoti {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 14px;


}

.add:hover .icons img {
    top: -5px;


}

.news_list li:hover {
    top: -5px;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.5);

}

.add:nth-child(2) {
    background: #F7A72D;
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
}

.add:nth-child(3) {
    background: #18BFAB;
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
}

.add:nth-child(4) {
    background: #C53F3F;
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
}

.add:nth-child(5) {
    background: #9E72B0;
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
}


.ml {
    width: 48.1%;
    float: left;
    /* height: 300px; */
    /* border: 1px solid #000; */
}

.object-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #39A2B1;
}

.obe {
    width: 146px;
    /* height: 30px; */
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3B3B3B;
    float: left;
    position: relative;
    margin-bottom: 13px;
}

.obe::before {
    position: absolute;
    width: 45px;
    height: 5px;
    background: #39A2B1;
    left: 23%;
    content: "";
    bottom: -26px;

}


.more {
    float: right;
    margin-top: 8px;
    display: block;

}

.object-top {
    margin-bottom: 55px;

}

.boyom {
    width: 100%;
    background: url(./images/vodeis.png) no-repeat;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
    padding-bottom: 50px;
    background-size: cover;

}

.times:last-child {
    margin-bottom: 0px;

}

/* 视频 */
.viewcon {
    /* margin-top: 50px; */
    width: 630x;
    margin-bottom: 22px;
}

.viewcon .videobox {
    position: relative;
    margin: 0 auto;
    width: 630px;
    height: 420px;
    background: #000;
    cursor: pointer;
}

.viewcon .on-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    overflow: hidden;
    height: 100%;
    z-index: 10;
    text-align: center;
}

.viewcon .on-box .play {
    position: absolute;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: rgba(43, 51, 63, .7) url(./images/play.png) no-repeat;
    border-radius: 50%;
    transition: all .4s;
    width: 70px;
    height: 70px;
    background-size: cover;
}

.viewcon .videobox:hover .play {
    background: rgba(255, 255, 255, .3) url(./images/play.png) no-repeat;
    background-size: cover;
}

.viewcon .cover-img {
    width: auto;
    height: 100%;
}

.viewcon .video-play {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.mm {
    display: block;
    padding-left: 25px;
    box-sizing: border-box;
    position: relative;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #181818;
    line-height: 22px;
}

.mm::before {
    position: absolute;
    background: url(./images/shuxian.png);
    width: 12px;
    height: 24px;
    content: "";
    left: 0;

}

.mr {
    float: right;
    width: 48.1%;
}

.yer {
    background: url(./images/jishu.png);
    width: 72px;
    height: 72px;
    float: left;
    text-align: center;

}


.m {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #39a2b1;
    line-height: 48px;
}

.dd {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

.bing {
    width: calc(100% - 96px);
    float: right;

}

.niao {
    height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #181818;
    margin-bottom: 12px;
    margin-top: 27px;
}

.times:hover .jianjei {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 40px;

}

.times:hover .niao {
    margin-top: 0px;
    color: #39A2B1;

}

.times {
    margin-bottom: 38px;


}

.jianjei {
    line-height: 21px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #181818;
    display: none;
}

.hide-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hide-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.main3 {
    padding-bottom: 90px;
    box-sizing: border-box;
    background: #f3f5f8;

}

.paln-time {
    width: 14%;
    /* background: #39A2B1; */
    /* border: 1px solid #39A2B1; */
    border-radius: 10px;
    padding: 25px 14px 25px 14px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #39A2B1;
    float: left;
    position: relative;
}

.plan:hover .paln-time {
    background: #39A2B1;
    border: 1px solid #39A2B1;
    color: #fff;
}

.plan:hover .paln-bi {
    color: #39A2B1;

}

.plan {
    margin-bottom: 34px;
}

.plan:hover .paln-time::before {
    display: none;
}

.paln-time::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #E0E0E0;
    right: 0;
}


.paln-bioat {
    padding: 22px 22px 22px 0px;
    box-sizing: border-box;
    width: calc(100% - 132px);
    height: 100%;
    float: right;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #181818;



}

.plan {
    border: 1px solid #39A2B1;
    border-radius: 10px;

}


.tu_list .swiper-pagination {
    bottom: 15px;
}

.tu_list .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid rgb(57 161 177 / 40%);
    background: rgb(57 161 177 / 40%);

}

.tu_list .swiper-pagination-bullet-active {

    background: #39A2B1;
}

.tu_list {
    position: relative;
}

.tu_list .swiper-container {
    width: 100%;
    padding-bottom: 70px;
    position: relative;
}

.tu_list .swiper-slide {
    float: left;
    margin-right: 40px;
    background-position: center;
    background-size: cover;
    width: 350px;
    position: relative;
    z-index: 20;
}

/* .tu_list .swiper-slide::before {
content: "";
position: absolute;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: rgba(43, 51, 63, .7) url(./images/play.png) no-repeat;
border-radius: 50%;
transition: all .4s;
width: 70px;
height: 70px;
background-size: cover;
z-index: 20;
} */



.piay {
 
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000000;
        overflow: hidden;
        height: 100%;
        z-index: 10;
        text-align: center;

}

.piay  img {
    transform: translate(-50%, -50%);
top: 50%;
left: 50%;
background: rgba(43, 51, 63, .7) url(./images/play.png) no-repeat;
border-radius: 50%;
transition: all .4s;
width: 70px;
height: 70px;
background-size: cover;
z-index: 20;
position: absolute;

}

.tu_list .swiper-slide .tu {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 100%;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #39A2B1;
    border-radius: 10px;
}

.tu_list .swiper-slide .tu .pic {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;

    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.tu_list .slide-bt {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    line-height: 40px;
    padding: 0px 26px;
    font-size: 16px;
    color: #fff;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-sizing: border-box;
}

.tu_list .slide-bt p {
    line-height: 50px;
    color: #000;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #39A2B1;
}

.tu_list .swiper-slide:hover .tu {
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.tu_list .swiper-slide:hover .tu .pic {
    transform: scale(1.1, 1.1)
}

.tu_list .swiper-slide:hover .slide-bt {
    background: #39A2B1;
    transition: all 0.5s;
    color: #fff;
}

.tu_list .swiper-slide:hover .slide-bt p {

    color: #fff;
}

.tu_list .swiper-slide {
    /* height: 253px !important; */
}

.tu_list .swiper-pagination-bullet {
    border-radius: 0;
}

.footer {
    background: #49A8BA;
    padding-top: 61px;
    box-sizing: border-box;
    width: 100%;
}

.biot-logo {
    float: left;
    margin-right: 100px;
}

.biot-logo img {
    width: 100%;
}

.wei-one img {
    margin-bottom: 18px;
}

.wei-two img {
    margin-bottom: 18px;
}

.wei-three img {
    margin-bottom: 18px;
}

.wei-one {
    /* width: 65px; */
    margin-right: 47px;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}



.wei-two {
    /* width: 65px; */
    margin-right: 47px;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}

.wei-three {
    /* width: 65px; */

    display: inline-block;
    vertical-align: top;
    text-align: center;

}

.weix {
    /* float: right;
    padding-right: 302px; */
}

.weix-bn {
    /* text-align: center; */
    width: 80px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;

}

.weix-bn1 {

    width: 120px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;

}

.weix-bn2 {

    width: 120px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;

}

.fpt-top {
    padding-bottom: 27px;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    ;
    box-sizing: border-box;
    position: relative;


}

.mlink {
    float: right;


}

/**友情链接**/

.mlink {
    margin-top: 36px;
    display: inline-block;
}

.botlinks .links-wrap {
    position: relative;
    width: 184px;
    height: 36px;
    line-height: 34px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 33px;
    line-height: 33px;
    padding: 0 38px 0 28px;
    color: #fff;
    font-size: 14px;
    background: url(images/arrow2.png) no-repeat right bottom;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: #fff;
    background-position: right top;
    cursor: pointer;
}

.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 35px;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, 0.9);
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    padding: 0 16px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #333;
    background: #e0f1f9;
    cursor: pointer;
}


/**链接样式**/


/*滚动Arrows */

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    height: 62px;
    width: 60px;
    background: url(images/slickarrow2.png) no-repeat;
    top: 50%;
    margin-top: -30px;
    border: 0px solid #d4d8d9;
    border-radius: 50%;
    outline: none;
}

.slick-prev {
    left: -95px;
    background-position: 0px 0px;
}

.slick-prev:hover {
    background-position: 0px 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: -95px;
    background-position: right 0px;
}

.slick-next:hover {
    background-position: right 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-next:before {
    content: '';
}


.banqian {
    padding-top: 33px;
    padding-bottom: 37px;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}


.l-banner {
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    display: none;
    vertical-align: top;
    height: 100%;
}

#container-1 {
    background: url(./images/list-banner.png) center center;
}

#l-container {
    background: #fff;
    padding-bottom: 20px;
}

#l-container .inner {
    padding: 0px 0px;
}


.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
    padding-top: 18px;
}

.col_menu .l-qh {}

.col_menu .col_menu_head {
    background: #39A2B1;
    border-bottom: 1px solid #fff;
}


/**位置栏目背景**/

.col_menu .col_menu_head h3.col_name {
    height: 100px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}


/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 100px;
    text-align: center;
}


/**栏目名称图标**/

.col_menu .col_menu_con {
    border: 0;
    background: #f5f5f5;
    border-left: 4px solid #39A2B1;
    padding: 0px;
    box-sizing: border-box;
}


/*栏目列表*/

.col_list {
    min-height: 60px;
}

.col_list .wp_listcolumn {
    border: 0px;
}

.col_list .wp_listcolumn .wp_column a {
    background-image: none;
    display: block;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: left ;
    position: relative;
    padding-left: 20px;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 15px 0px;
    line-height: 30px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column a.parent {
    color: #fff;
    background: #39A2B1;
}

.col_list .wp_listcolumn .wp_column a.col_item_link i {
    position: absolute;
    content: '';
    right: 48px;
    top: 50%;
    margin-top: -7px;
    width: 8px;
    height: 14px;
    display: none;
}

.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i {
    display: block;
}

.col_list .wp_listcolumn .sub_list .wp_column a {
    color: #454545;
    background: none;
    border-bottom: 1px solid #bbb;
}


/*二级子栏目**/

.col_list .wp_listcolumn .sub_list a {
    font-weight: normal;
    font-size: 16px;
    color: #333;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 30px;
    padding: 10px 0;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover {
    background: #ececec;
}

.col_list .wp_listcolumn .sub_list a.selected {
    background: #ececec;
    font-weight: 600;
}

.col_list .wp_listcolumn .sub_list a:hover span.column-name,
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
    color: #39A2B1;
}


/*三级子栏目**/

.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before {
    position: absolute;
    content: '';
    left: 2px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #bbb;
}

.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: 400;
    color: #036eb7;
}

.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before {
    background: #036eb7;
}


/**栏目新闻**/

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 300px;
}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 39px;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 56px;
    line-height: 56px;
}


/**当前栏目**/

.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #565656;
    position: relative;
    padding-left: 22px;
    border-bottom: 4px solid #39A2B1;
}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 46%;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #39A2B1;
}

.path_name img {
    margin-top: 17px;
    margin-right: 10px;

}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 56px;
    line-height: 56px;
    color: #999;
}


/**当前位置**/

.col_metas .col_path a {
    color: #999;
}

.col_metas .col_path a:last-child {
    color: #39A2B1;
}

.col_news_con {
    padding: 0;
    margin: 0;
}

.col_news_list {
    margin-top: 9px;
}

.col_news_list .news_list2 li {}

.col_news_list .news_list2 li a {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
}

.col_news_list .news_list2 li .news_tu {
    float: left;
    width: 240px;
    height: 134px;
    position: relative;
    overflow: hidden;
}

.col_news_list .news_list2 li .news_tu img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.col_news_list .news_list2 li .news_info {
    /* float: right; */
    width: calc(100% - 280px);
}

.col_news_list .news_list2 li .news_title {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.col_news_list .news_list2 li .news_meta {
    margin-top: 6px;
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.col_news_list .news_list2 li .news_time {
    margin-top: 11px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
}

.col_news_list .news_list2 li a:hover {
    background: #39A2B1;
    border-color: #39A2B1;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.col_news_list .news_list2 li a:hover {
    padding-left: 30px;
}

.col_news_list .news_list2 li a:hover .news_title,
.col_news_list .news_list2 li a:hover .news_meta,
.col_news_list .news_list2 li a:hover .news_time {
    color: #fff;
}

.col_news_list .wp_article_list .list_item {}


/**栏目新闻列表**/

.col_news_list .wp_article_list .list_item .Article_Index {}


/**栏目新闻图标序号**/

.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: expression(this.width > 800 ? "800px": this.width);
}


/**列表页文章图片大小限制**/

.col_news_list .wp_entry,
.col_news_list .wp_entry table {
    margin: 0 auto;
}


/**翻页**/

.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    text-align: center;
    padding-top: 30px;
}

.wp_paging input {
    font-size: 12px;
    *font-size: 100%;
}

.wp_paging li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: none;
    margin-top: 5px;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 10px;
}

.wp_paging li em {
    font-style: normal;
}

.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: 25px;
    height: 25px;
}

.wp_paging li a:hover {
    color: #000;
}

.wp_paging li a span {
    margin: 0;
}

.wp_paging li input {
    font-size: 12px;
    *font-size: 100%;
    width: 24px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 4px;
    text-align: center;
}

.wp_paging li input:focus {
    outline: none;
}


/** 分页栏 **/

.col_news_con .pages {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    text-align: center;
    padding-top: 0px;
}

.col_news_con .pages li {
    float: none;
    display: inline-block;
    margin: 0 10px;
}

.col_news_con .pages li a {
    font-size: 16px;
}

.col_news_con .pages li a.pgNext {
    color: #036eb7;
}

.col_news_con .pages li a.page-number {
    display: inline-block;
    border: 1px solid #036eb7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #036eb7;
}

.col_news_con .pages li a.page-number:hover,
.col_news_con .pages li a.pgCurrent {
    border: 1px solid #036eb7;
    background: #036eb7;
    color: #fff;
}

#wp_pager {
    text-align: center;
    padding-top: 20px;
}

#wp_pager ul.pages {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 13px;
    text-transform: capitalize;
    border: none;
}

#wp_pager ul.pages li {
    float: left;
    margin: 0 10px;
    line-height: 42px;
    list-style: none;
    color: #333;
    border: 0;
    text-decoration: none;
    cursor: pointer;
}

#wp_pager ul.pages li:hover {
    background: none;
    border: 0;
}

#wp_pager ul.pages li a {
    display: inline-block;
    line-height: 42px;
    padding: 0;
    color: #036eb7;
}

#wp_pager ul.pages li a:hover {
    border: 1px solid #036eb7;
    color: #fff;
}

#wp_pager ul.pages li a.pgNext {
    color: #036eb7;
    border: 0;
}

#wp_pager ul.pages li.pgEmpty {
    display: none;
}

#wp_pager ul.pages li a.pgCurrent {
    color: #fff;
    font-weight: 500;
    border: 1px solid #036eb7;
}

.news_list3 {
    width: 100%;
    /* padding-top: 20px;
padding-bottom: 23px; */

}

.news_list3 li {

    /* background: #f3f3f3; */
    border-radius: 4px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E0E0E0;
}

.news_list3 a {
    display: block;
}

.rqi {
    width: 12.5%;
    /* height:115px; */
    /* background-color: pink; */
    padding-top: 23px;
    padding-bottom: 26px;
    box-sizing: border-box;
    position: relative;
    float: left;



}

.yy {
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #39A2B1;
    line-height: 36px;
    text-align: center;
    margin-bottom: 14px;
    line-height: 28px;
    margin-top: 8px;


}

.dds {

    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #898888;
    line-height: 36px;
    text-align: center;

}


/* .rqi::after {
    position: absolute;
    content: "";

    width: 1px;
    height: 100px;
    background: #cecece;
    right: 0px;
    top: 9px;
    display: block;

} */

.fl {
    width: calc(100% - 12.5%);
    height: 100%;
    float: right;
    padding-top: 4px;
    padding-bottom: 43px;
    padding-left: 31px;
    box-sizing: border-box;
    padding-right: 12px;
}


.biao {

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    color: #000000;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 20px;
}

.news_metan {


    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;

    color: #999999;
    line-height: 20px;
}


.news_list3 li:hover .biao {
    color: #E9A646;

}

/* 文章页 */
/**文章页**/

.infobox {
    /*width: 50%; */   
    margin: 0 auto;
    /* margin-top: 40px; */
    background: #fff;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, .1); */
    padding: 22px 40px 40px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 28px;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    text-align: center;
    color: #39A2B1;
    margin-bottom: 30px;
    margin-top: 20px;
}


/**文章标题**/

.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #1B1B1B;
}


/**文章副标题**/

.article .arti_metas {
    /* padding: 10px; */
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-top: 18px;
}

.article .arti_metas span {
    margin: 0 8px;
    font-size: 14px;
    color: #787878;
}


/**文章其他属性**/

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 300px;
}


/**文章内容**/

.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 16px;
    color: #333;
}


/**阅读字体**/

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px": this.width);
}


/**文章阅读部分图片大小限制**/

.article .entry .read table {
    margin: 0 auto;
    border: none;
  
}

.l-banner {}


.col_news_head2 {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0px;
    padding-top: 4px;

}

.pp {
    background-color: #fff;
    /* box-shadow: 0 0 15px rgb(0 0 0 / 10%); */
    padding-left: 29px;
    padding-right: 29px;
    box-sizing: border-box;
    margin-bottom: 70px;
}


.col_metas .col_title1 {
    display: inline-block;
    float: left;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 25px;
}


.col_metas .col_path1 {
    display: inline-block;
    float: right;
    white-space: nowrap;

    line-height: 25px;
    color: #999;
}

.col_metas .col_path1 {
    display: inline-block;
    float: right;
    white-space: nowrap;

    line-height: 25px;
    color: #999;
    position: relative;
}

.col_metas .col_path1::after {
    position: absolute;
    content: "";
    background: url(./img/back.png);
    width: 15px;
    height: 15px;
    left: -29px;
    top: 5px;

}


#d-container {
    padding-top: 0px
}

.es_pagingbar_container .es_pagingbar li.active {
    background: #39A2B1;
    color: #fff;
    border-color: #39A2B1;
}

/* 查询结果页面 */
#l-containers {
    background: url(./images/search-bgc.png) no-repeat;
    padding-top: 87px;
    padding-bottom: 257px;
    box-sizing: border-box;
    background-size: cover;

}

.top .col_path {
    display: inline-block;

    white-space: nowrap;
    height: 56px;
    line-height: 56px;
    color: #999;
}


.path_names img {
    /* margin-top: 17px; */
    margin-right: 10px;

}

.top {
    margin-bottom: 35px;
}

.chaxun-anniu {
    text-align: right;
    /* height: 32px; */
    margin-bottom: 39px;
}


.time {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #39A2B1;

}

.city {
    max-height: 40px;


}

.xuanze {
    margin-right: 23px;
}

.ers {
    padding: 6px 17px 6px 15px;
    box-sizing: border-box;
    background-color: #39A2B1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #39A2B1;
    border-radius: 4px;
    position: relative;

}

.ers i {
    margin-left: 5px;
}
.erss {
    padding: 6px 17px 6px 15px;
    box-sizing: border-box;
    background-color: #39A2B1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border: 1px solid #39A2B1;
    border-radius: 4px;
    position: relative;

}

.erss i {
    margin-left: 5px;
}


.layui-table td,
.layui-table th {
    text-align: center !important;
    padding: 20px 15px !important;


}

.layui-table {
    background-color: #ffffff00 !important;

}


.layui-table td,
.layui-table th,
.layui-table-col-set,
.layui-table-fixed-r,
.layui-table-grid-down,
.layui-table-header,
.layui-table-page,
.layui-table-tips-main,
.layui-table-tool,
.layui-table-total,
.layui-table-view,
.layui-table[lay-skin=line],
.layui-table[lay-skin=row] {
    border-color: #39A2B1 !important;
}

.layui-table thead tr,
.layui-table-click,
.layui-table-header,
.layui-table-hover,
.layui-table-mend,
.layui-table-patch,
.layui-table-tool,
.layui-table-total,
.layui-table-total tr {
    background-color: #39A2B1 !important;
}

thead th {

    font-size: 20px !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    padding: 23px 28px !important;
    margin-bottom: 20px !important;
}



.biaoge tbody:nth-child(2) td {
    padding: 5px !important;
}

.biaoge {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    /* white-space: nowrap; */
}



/* 查询 */
#l-containers2 {
    background: url(./images/list2-bgc.png) no-repeat;
    padding-top: 2px;
    padding-bottom: 257px;
    box-sizing: border-box;
    background-size: cover;

}

.on {
    width: 47.3%;
    /* height: 433px; */
    background: #fff url(./images/lis-bgcs.png) no-repeat;
    /* border: 1px solid #000; */
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
    padding: 81px 144px 80px 175px;
    box-sizing: border-box;
    text-align: center;
    background-size: cover;
    float: left;
}

.on-right {
    width: 47.3%;
    /* height: 433px; */
    background: #fff url(./images/lis-bgcs.png) no-repeat;
    /* border: 1px solid #000; */
    box-shadow: 0px 5px 15px 0px rgba(31, 31, 31, 0.1);
    padding: 81px 144px 80px 175px;
    box-sizing: border-box;
    text-align: center;
    background-size: cover;
    float: right;
}

.fin {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #39A2B1;
    margin-bottom: 39px;
}


.layui-icon-down {
    content: "\e61a";
}

.layui-form-item {
    content: "\e61a";

}

.downpanel {
    z-index: 99;
    padding: 0;
}

.downpanel .layui-select-title {
    padding-right: 30px;
    padding-left: 10px;
}

.downpanel dl {
    color: #000;
    top: 30px;
    font-size: 14px;
}

/* .downpanel .layui-select-title i {
        border-top-color: #fff;
    } */
.layui-form-select .layui-edge {}

.anniu {
    /* padding-left: 44px;
    padding-right: 65px; */
    box-sizing: border-box;
}

.sha {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #39A2B1;
    padding: 11px 26px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 20px;
    width: 131px;
    margin-right: 31px;
    border: 1px solid #39A2B1;

}

.sha1 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #39A2B1;
    padding: 11px 26px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 20px;
    width: 91px;
    margin-right: 31px;
    border: 1px solid #39A2B1;

}

.sha:hover {
    background: #39A2B1;
    color: #fff;
}

.sha1:hover {
    background: #39A2B1;
    color: #fff;
}

.info-select {
    border: none;
    outline: none;
    /*将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url('./images/jiantou.png') 95% center no-repeat;
    background-size: 12px;
}

.layui-form-select dl {
    max-height: 1000%;
    max-width: 60%;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
    white-space: pre-wrap;
    overflow: visible;
    text-overflow: ellipsis;
}

.bo {
    padding: 54px 79px 80px 58px;
    box-sizing: border-box;
    border: 1px solid #39a2b1;
    background: #fff;
    
    border-radius: 5px;

}

.apply {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #383838;
    line-height: 36px;
    margin-bottom: 48px;
}

.jies .p {
 
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #383838;
line-height: 45px;
text-indent: 43px;
}
.jies {
    margin-bottom: 87px;
}
.box {
    justify-content: space-between;
    display: flex;
}

.box {
    display: inline-block;
    text-align: right;
    padding-left: 43px;
}


.xinghao {
    color: red;

}

.aads{
    color: #39a2b1;
    font-size: 20px;

}

.layui-form-label {
    width: 95px!important;
}

.layui-input-block {
    margin-left: 125px!important;

}

.box-one {
    margin-right: 32px;
    display: inline-block;
    vertical-align: top;
}
.xinghaos {
    color: #39a2b1;
}


.jieg {
   
padding-left: 97px;
font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #383838;
line-height: 36px;
margin-bottom: 60px;
}

.jiang-bo-top{
font-size: 20px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #353535;
line-height: 36px;
}

.jiang-bo-bottom {
    background: url(./images/jiangz-bgc.png) no-repeat;
    width: 1500px;
    height:748px;
    margin-top: 43px;

}

.fs {
    padding: 0px 20px;

    
  
}
.fs .inner  {
    width: 1500px;
    overflow: hidden;
    overflow-x: auto;
    /* white-space: nowrap; */
}


.jiang-bo-bottom{
    /* padding-top: 194px;
    padding-bottom: 108px; */
    position: relative;

}

.jingl {
    position: absolute;
   left: 533px;
   top: 196px;
   margin-bottom: 63px;

}
.mane {
    position: absolute;
   left: 353px;
   top: 315px;
   margin-bottom: 63px;
   width: 708px;

}

.name {

font-size: 22px;
font-family: LiSu;
font-weight: 400;
color: #906828;
margin-bottom: 38px;
}

.wangyi {
    width: 49%;
}


.size {
width: 20%;
}


.wangyi {
    display: inline-block;
   

}

.wangyi1 {
    display: inline-block;
   

}
.chaxun-anniu li {
     display: inline-block;
}

.nav li:nth-child(5) .sub-item a {
    text-align: left;
}

/* 表格文章页 */
#d-containerssa {
    padding-top: 0px
}

#d-containerssa  .inner{
   width: 1400px;


}

.wrappers .inner {
    width: 1700px;
    margin: 0 auto;
    box-sizing: border-box;
}


@media screen and (max-width: 1100px) {
    .wrappers {
      overflow-x: auto;
      margin: 0 auto;
    }

   
}
@media screen and (min-width: 1100px) {
    .wrappers .inner {
        width:100%;
        margin: 0 auto;
    }

   
}

.es_listcolumn {
display: none;}


.es_list_singlearticle .title {
    display: none!important;
}

.ad { 
  text-align: center;}


.ZYtitle{
    width: 100%;
    height: 50px;
    background:#39A2B1;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    line-height: 28px;
    font-family: "Microsoft YaHei";
    font-size: 20px;

}
.ZYmore {
    display: flex;
    flex-wrap: wrap;
   
    margin-top: 10px;
margin-left: 50px 
}

.m1 {
    width: 23%; 
    margin-bottom: 10px; 
    text-align: left;
    /* border: 1px solid #ccc; */
    padding: 10px; 

}

.Hlinks{
display: flex;
    justify-content: flex-end;
    align-items: center;
}
.Hlinks li  {
 color:#fff;
 margin-bottom: 20px;
margin-right:10px;
}

.Hlinks li  a {
 color:#fff;
font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-bottom: 12px;
}
