@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;
    font-size: 0px;
}

.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: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
}

/**页面全局宽度**/
/*headtop*/
.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
#header {
    position: relative;
    margin-bottom: 17px;
}

#header .inner {
    /* height: 160px; */
}

.header .head-left {
    float: left;
    display: inline-block;
    padding-top: 29px;
}

.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;
}

/**站点名称**/
.header .head-right {
    float: right;
    /* padding-top: 62px; */
    width: 198px;

}

.head-topp {
    margin-top: 31px;
    text-align: right;
    display: block;
    position: relative;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #105FAC;
    margin-bottom: 13px;


}

.head-topp::before {
    position: absolute;
    background: url(./images/home.png) no-repeat;
    content: "";
    height: 18px;
    width: 18px;
    left: 118px;
    top: -2px;

}

/*默认主导航样式*/
#nav {
    background: #fff;
}

#nav .inner {
    height: 80px;
}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {}

/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {
    margin: 0 auto;
    font-size: 0;
}

.nav .wp-menu .menu-item {
    display: inline-block;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 80px;
    color: #333;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding-right: 26px;
}

.nav .wp-menu .menu-item.hover a.menu-link:before,
.nav .wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 46%;
    height: 4px;
    background: url(./images/xiala-jiant.png) no-repeat;
    border-radius: 2px;
    width: 14px;
    height: 8px;

}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #3a629e;
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 66px;
    z-index: 100;
    background: #EFEFEF;
    min-width: 160px;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #333;
    line-height: 28px;
    padding: 16px 10px;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #38609a;
    display: block;
    border-radius: 2px;
}

.nav .sub-menu .sub-menu {
    left: 144%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.head-top {
    width: 100%;
    height: 10px;
    background: #1167BB;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    background: #F1F1F1;
    border-radius: 14px;
}

.wp-search {
    position: relative;

    border: 1px solid #D7D7D7;
    border-radius: 14px;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 35px;
}

.wp-search .search-input input.search-title {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0;
    line-height: 34px;
    background: none;
    padding: 0px 10px;
    color: #000;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: Microsoft YaHei;
}

.wp-search .search-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.wp-search .search-btn input.search-submit {
    width: 36px;
    height: 30px;
    border: 0;
    outline: 0;
    background: url(images/search.png) center center no-repeat;
    /* border-radius: 14px; */
    cursor: pointer;
    border-left: 1px solid #D7D7D7;
    padding: 2px 0px;
    margin-top: 3px;
}

/*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-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.mbanner .swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}


.mbanner .swiper-container-horizontal>.swiper-pagination-bullets,
.mbanner .swiper-pagination-custom,
.mbanner .swiper-pagination-fraction {
    bottom: 44px;
    left: 0;
    width: 80%;
    right: 230px;
}

.mbanner .swiper-pagination {
    text-align: right;
}

.mbanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
    padding: 6px;
}

.main1 {
    background: url(./images/main.bgc.png) no-repeat no-repeat;
    background-size: cover;
    padding-top: 76px;
    padding-bottom: 41px;
    box-sizing: border-box;


}

.main1 .ml {
    float: left;
    width: 665px;
    height: 576px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.09);
    padding: 35px 25px 41px 25px;
    box-sizing: border-box;
}

.main1 .mr {
    float: right;
    width: 665px;
    height: 576px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.09);
    padding: 35px 25px 41px 25px;
    box-sizing: border-box;
}

.main-top {
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #1167BB;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;

}

.main-top::before {
    position: absolute;
    content: "";
    background: url(./images/trend.png) no-repeat;
    bottom: 0px;
    width: 78px;
    height: 14px;
    z-index: 2;
    top: 31px;
}

.main-top1 {
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #1167BB;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;

}

.main-top1::before {
    position: absolute;
    content: "";
    background: url(./images/vedio.png) no-repeat;
    bottom: 0px;
    width: 78px;
    height: 14px;
    z-index: 2;
    top: 31px;
}

.main-top12 {
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #1167BB;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;

}

.main-top12::before {
    position: absolute;
    content: "";
    background: url(./images/plan.png) no-repeat;
    bottom: 0px;
    width: 78px;
    height: 14px;
    z-index: 2;
    top: 31px;
}

.main-top2 {
    padding-bottom: 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #1167BB;
    margin-bottom: 41px;
    position: relative;
    z-index: 1;

}

.main-top2::before {
    position: absolute;
    content: "";
    background: url(./images/pro.png) no-repeat;
    bottom: 0px;
    width: 78px;
    height: 14px;
    z-index: 2;
    top: 31px;
}

.main-top3 {
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #1167BB;
    margin-bottom: 41px;
    position: relative;
    z-index: 1;

}

.main-top3::before {
    position: absolute;
    content: "";
    background: url(./images/pro.png) no-repeat;
    bottom: 0px;
    width: 78px;
    height: 14px;
    z-index: 2;
    top: 31px;
}

.main-top4 {
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #1167BB;
    margin-bottom: 41px;
    position: relative;
    z-index: 1;

}

.main-top4::before {
    position: absolute;
    content: "";
    background: url(./images/vedio.png) no-repeat;
    bottom: 0px;
    width: 78px;
    height: 14px;
    z-index: 2;
    top: 31px;
}

.dongti {

    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1167BB;
    float: left;

}

.more {
    float: right;
    display: block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
}

.post-13 .news_list li {
    margin-bottom: 28px;
}

.post-13 .news_list li:last-child {
    margin-bottom: 0px;
}

.post-13 .news_list li a {
    display: block;
    min-height: 60px;
    padding-left: 97px;
    position: relative;
}

.post-13 .news_list li .news_title {
    margin-top: 3px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    font-family: Microsoft YaHei;
}

.post-13 .news_list li .news_text {
    line-height: 24px;
    font-size: 14px;
    color: #666;

}

.post-13 .news_list li .news_time {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #3a629e;
    width: 61px;
    height: 61px;
    color: #3a629e;
    font-size: 14px;
    text-align: center;
    padding: 6px 6px;
    box-sizing: border-box;
}

.post-13 .news_list li a:hover .news_title {
    color: #3a629e;
}


.cont-2-sj {
    font-size: 24px;
    margin-bottom: 8px;
}

.ti {
    font-size: 12px;

}

.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;
}


.hide-text4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

.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;
}

.post-13 li:hover .news_time {
    background: #1167BB;
    color: #fff;
}

.post-13 li:hover .news_time {
    background: #1167BB;
    color: #fff;
}

.main2 {
    padding-top: 63px;
    box-sizing: border-box;
    background: url(./images/main2-bgc.png) no-repeat center;
    background-size: cover;

}

.main2 .ml {
    width: 664px;
    height: 485px;
    background: #FFFFFF;
    border: 2px solid #1167BB;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.09);
    padding: 40px 25px 50px 24px;
    box-sizing: border-box;
    float: left;
}

.no {
    padding: 0 12px;

    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
}

.mr {
    float: right;
    width: 662px;
    box-sizing: border-box;

}

.botom-s {
    background: url(./images/qiehua2.png) no-repeat;
    width: 662px;
    height: 345px;
    padding: 7px 12px 10px 14px;
    box-sizing: border-box;
    z-index: 1;

}

.post-news3 {
    width: 100%;
    height: 325px;
    position: relative;
    width: 661px;
    padding-right: 75px;
}

.post-news3 .post-tu {

    height: 325px;
    /* overflow: hidden; */
    position: relative;

    box-sizing: border-box;
    padding-right: 81px;

}

.post-news3 .swiperssa {
    display: block;

}


.post-news3 .swiper-container {
    height: 100%;
    /* width: 660px; */
    overflow: visible;
}

.post-news3 .swiper-slide {
    /* position: relative; */
    background-size: cover;
}

.post-news3 .swiper-slide img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}


.swiperssa::before {
    content: "";
    background: url(./images/play.png) no-repeat;
    width: 85px;
    height: 85px;
    left: 45%;
    top: 38%;
    position: absolute;
    z-index: 2;
}

.post-news3 .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    padding: 0 40px;
    padding-top: 36px;
    padding-right: 135px;
}

.post-news3 .news-title .news_bt {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
}

.post-news3 .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 32px;
    left: auto;
    right: 25px;
    width: auto;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
    background: none;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.post-news3 .swiper-pagination-bullet-active {
    background: #fff;
    color: #fff;
}

/* .post-news3 .swiper-button-next {
   right: 0;
    background: url(./images/top-shang.png) no-repeat!important;
    width: 14px;
    height: 12px;
    z-index: 5;
} */
.post-news3 .swiper-button-next,
.post-news3 .swiper-button-prev {
    width: 14px;
    height: 12px;

}

.post-news3 .swiper-button-prev {
    right: 0;
    background: url(./images/top-shang.png) center no-repeat;

}



.post-news3 .swiper-button-next:hover,
.post-news3 .swiper-button-prev:hover {

    transition: all 0.4s ease-in-out;
}

/* .post-news3 .swiper-button-next {
    background: url(./images/top-shang.png) center no-repeat;
    right: 4px;
    width: 61px;
    height: 61px;
    bottom: 25px;
} */
.post-tu .swiper-button-prev {
    cursor: pointer;
    position: absolute;
    top: 180px;
    left: 636px;
    width: 14px;
    height: 12px;
    background: url(./images/top-shang.png) no-repeat;
}

.post-tu .swiper-button-next {
    cursor: pointer;
    position: absolute;
    top: 309px;
    left: 637px;
    width: 14px;
    height: 12px;
    background: url(./images/top-xia.png) no-repeat;
}


.main3 {
    padding-top: 62px;
    padding-bottom: 26px;
    box-sizing: border-box;
    background: url(./images/main3.png) no-repeat center;
    margin-top: 80px;
    background-size: cover;
}


.main3-top {
    padding-bottom: 14px;
    box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
}

.mores {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.main3-top::before {
    content: "";
    position: absolute;
    background: url(./images/indtro.png) no-repeat;
    z-index: 2;
    width: 194px;
    height: 14px;
    bottom: -4px;
    left: 43%;
}

.tu_list .swiper-pagination {
    bottom: 15px;
}

.tu_list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid rgb(57 161 177 / 40%);
    background: #fff;
    opacity: 1;
}

.tu_list .swiper-pagination-bullet-active {

    background: #E38600;
}

.tu_list {
    position: relative;
}

.tu_list .swiper-container {
    width: 100%;
    padding-bottom: 70px;
    position: relative;
    padding-top: 20px;
}

.tu_list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;
    height: 89px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 7px;
    box-sizing: border-box;
}



.tu_list .swiper-slide {
    /* height: 253px !important; */

}

.tu_list .swiper-pagination-bullet {
    border-radius: 0;
}

.pic {
    width: 100%;
    height: 100%;
    border: 1px solid #1167BB;
    display: block;
    text-align: center;

    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    padding-top: 26px;
    box-sizing: border-box;
}

.main4 {
    padding-top: 70px;
    padding-bottom: 80px;
    box-sizing: border-box;

}

.main4 .inner {

    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.09);
    padding: 46px 26px 50px 26px;
    box-sizing: border-box;

}


.main3-top1 {
    padding-bottom: 23px;
    box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #1167BB;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #1167BB;
    position: relative;
    z-index: 1;
    margin-bottom: 48px;
}

.mores1 {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.main3-top1::before {
    content: "";
    position: absolute;
    background: url(./images/sonsult.png) no-repeat;
    z-index: 2;
    width: 194px;
    height: 14px;
    bottom: -4px;
    left: 43%;
}

.main3-top2 {
    padding-bottom: 23px;
    box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #FFFFFF;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
    margin-bottom: 59px;
}

.mores2 {
    position: absolute;
    right: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;

}

.main3-top2::before {
    content: "";
    position: absolute;
    background: url(./images/views.png) no-repeat;
    z-index: 2;
    width: 194px;
    height: 14px;
    bottom: -4px;
    left: 43%;
}

.mian3-bitt {}


.le {
    width: 670px;
    height: 393px;
    justify-content: space-around;
    display: flex;
    float: left;

}

.bose {
    width: 319px;
    height: 184px;
    /* background: url(./images/zhaohseng-bgc.png) no-repeat; */
    border: 1px solid #EFEFEF;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 26px;
    padding: 40px 0px;
    box-sizing: border-box;
    text-align: center;

}

.vd:nth-child(1) {
    background: url(./images/zhaohseng-bgc.png) no-repeat;

}

.vd:nth-child(2) {
    background: url(./images/meiti-bgc.png) no-repeat;

}

.vd:nth-child(3) {
    background: url(./images/danan-bgc.png) no-repeat;

}

.vd:nth-child(4) {
    background: url(./images/student-bgc.png) no-repeat;

}

.bose:nth-child(2) {
    margin-right: 0px;

}

.bose:nth-child(4) {
    margin-right: 0px;
    margin-bottom: 0px;

}

.bose:nth-child(3) {
    margin-bottom: 0px;

}

.bose:nth-child(1) .log {
    background: url(./images/book.png) no-repeat;
    width: 57px;
    height: 59px;
    margin: 0 auto;

}

.bose:nth-child(2) .log {
    background: url(./images/meiti.png) no-repeat;
    width: 57px;
    height: 59px;
    margin: 0 auto;

}

.bose:nth-child(3) .log {
    background: url(./images/ques.png) no-repeat;
    width: 57px;
    height: 59px;
    margin: 0 auto;

}

.bose:nth-child(4) .log {
    background: url(./images/student.png) no-repeat;
    width: 57px;
    height: 59px;
    margin: 0 auto;

}

.bose-bioati {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 26px;
}

.bose a {
    display: block;
}

.ri {
    float: right;
    width: 643px;
    height: 389px;
}

.bose-list {
    padding: 29px 53px 40px 83px;
    box-sizing: border-box;
    margin-bottom: 32px;
    position: relative;


}

.bose-list::before {
    position: absolute;
    background: url(./images/more.png) no-repeat;
    right: 53px;
    top: 39px;
    width: 31px;
    height: 31px;
    content: "";
}

.boselist-bioati {
    font-size: 24px;
    font-family: Microsoft YaHei;

    color: #FFFFFF;
    line-height: 40px;


}

.bose-list:nth-child(3) {
    margin-bottom: 0px;


}

.vdS:nth-child(1) {
    background: url(./images/blue-one.png) no-repeat;

}

.vdS:nth-child(2) {
    background: url(./images/blue-two.png) no-repeat;

}

.vdS:nth-child(3) {
    background: url(./images/green.png) no-repeat;

}

.boselist-bioati {}

.main5 {
    padding-top: 64px;
    padding-bottom: 130px;
    box-sizing: border-box;
    background: url(./images/lastmain-bgc.png) no-repeat center;
    background-size: cover;

}

.main-bot ul {
    justify-content: space-around;
    display: flex;

}

.nottlist {}

.main-bot .swiper-slide .is {
    width: 100%;
    height: 243px;
    margin-bottom: 23px;


}
.main-bot .swiper-slide:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transition: 1.5s all ease;
   -ms-transition: 1.5s all ease;
    transition: 1.5s all ease;


}
.main-bot .swiper-slide:hover  {
 box-shadow: 0px 0px 15px 0px #0065d9;;


}
.main-bot .swiper-wrapper  {
padding: 0px 10px ;


}

.main-bot .swiper-slide .nottlist-bioati {


    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-bottom: 25px;

}


.main-bot .swiper-slide .nottlist a {
    display: block;
}

.main-bot .swiper-slide .ai {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
    float: right;
}


.main-bot .swiper-slide .lis-time {
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.main-bot .swiper-slide {}

.footer {
    padding-top: 47px;
    background: url(./images/footer-bgc.png) no-repeat center;
    box-sizing: border-box;
    background-size: cover;

}

.footer span {

    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 37px;

}

.asd {
    display: inline-block;


}

.asd li {
    display: inline-block;
    padding: 0px 37px;
    box-sizing: border-box;
    min-width: 50px;
    border-right: 1px solid #fff;

}

.asd li:last-child {
    border-right: none;
}

.asd-bioati {
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;

}

.fot-top {
    margin-bottom: 33px;
    text-align:  center; 
}

.col_news_list .news_list2 li:hover .news_title {
    color: #3a629e;


}


.bo-fo {
    border-top: 1px solid #fff;
    padding-top: 29px;
    padding-bottom: 27px;
    box-sizing: border-box;
    text-align: center;
}

.bo-fo p {


    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;

}


/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    display: block;
    vertical-align: top;
    width: 100%;
}

#container-1 {
    background: url(images/banner.jpg) center center;
}


/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 10px;
    box-sizing: border-box;
}

/**主体文章页开始**/
#d-container {
    padding-bottom: 50px;
}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 270px;
    float: left;
    margin-right: -270px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #3a629e;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border: 1px solid #e4e4e4;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    display: block;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: inline-block;
    padding: 5px 0px 5px 28px;
    line-height: 32px;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    color: #4378d9;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #4378d9;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

.col_list .wp_listcolumn .wp_column.parent>a .column-name {
    font-weight: bold;
    color: #bb200d;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    border-top: 1px solid #eee;
    margin-top: -1px;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: inline-block;
    line-height: 28px;
    padding: 5px 10px 5px 44px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
    font-weight: bold;
    font-weight: bold;
    color: #4378d9;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 60px;
    cursor: pointer;
}

.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
    font-weight: bold;
    color: #4378d9;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 320px;
}

.col_news_head {
    border-bottom: 1px solid #DBDBDB;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 48px;
    line-height: 48px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 18px;
    font-family: "Microsoft yahei";
    color: #3a629e;
    border-bottom: 3px solid #3a629e;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 46px;
    line-height: 46px;
    color: #666;
}

/**当前位置**/
.col_metas .col_path a {
    color: #2F2F2F;
}

.col_news_con {
    padding: 5px 0px 10px 0px;
    margin: 0 0px;
}

.col_news_list {
    margin-top: 7px;
}

.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;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: expression(this.width > 800 ? "800px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    padding: 20px 60px;
    margin: 0 auto;
    width: auto;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 44px;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    text-align: center;
    color: #333;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    /* border-top:1px solid #ececec; */
  line-height: 30px;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
   border-top: 1px solid #bdbdbd;
  margin-top: 30px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    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 !important;
}

.col_news_list .news_list2 li {
    position: relative;
    padding-right: 120px;
border-bottom:1px solid rgba(51, 51, 51,0.26);
}

.col_news_list .news_list2 li .news_title {
    display: block;
    line-height: 50px;
    color: #333;
    font-size: 16px;
}

.col_news_list .news_list2 li .news_meta {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
}


.post-news3 .swiper-num {
    position: absolute;
    right: -75px;
    bottom: 0px;
    z-index: 2;
    color: #1167bb;
    font-size: 16px;
    text-align: right;
    /* background: red; */
    height: 91px;
    top: 182px;
    width: 23px;
    font-size: 14;

}

.post-news3 .swiper-num:before {
    position: absolute;
    content: '';
    left: 13px;

    bottom: 5px;
    height: 35px;
    width: 2px;
    top: 29px;

    background: #1167BB;
}

.post-news3 .swiper-num .active {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    color: #3a629e;
    margin-bottom: 50px;

}

/* .post-news3 .swiper-num span {
    padding: 0 5px;
} */

.post-news3 .swiper-num .total {
    display: inline-block;
}

.nottlist:hover .nottlist-bioati {
    color: #3a629e;

}

.tu_list .swiper-slide:hover {
    background: #77ade1;
}

.tu_list .swiper-slide:hover .pic {
    color: #fff;
}

.bose-list:hover {
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 9%);
}


.bose:hover .bose-bioati {
    height: 69px;
    font-weight: 700;

}

.asd li:hover .asd-bioati {
    color: #ffffff66;
}


.main-bot .swiper-slide {
    width: 324px!important;
    height: 308px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 10px;
    box-sizing: border-box;
    margin-right: 28px;
    /* display: -webkit-box;
    display: -ms-flexbox; */
    /* display: -webkit-flex;
    display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 7px;
    box-sizing: border-box;

}
.main-bot .swiper-container {
    padding-bottom: 92px;
    box-sizing: border-box;
}


.main-bot .swiper-pagination {
    bottom: 15px;
}

.main-bot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #E38600;
    background: #fff;
    opacity: 1;    border-radius: 20px;
}

.main-bot .swiper-pagination-bullet-active {
    background: #E38600;
    width: 20px;
}


.main-bot .swiper-pagination-bullet {
     border-radius: 20px;

}