@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: #999;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

/**布局开始**/
body {
    background: #fff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, 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: #036eb7;
}

/*页面尺寸*/
.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 {
    /* background: #036eb7; */
    padding-top: 36px;
    padding-bottom: 24px;
    box-sizing: border-box;
}

#header .inner {
    position: relative;
}

#header .inner:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: 0;
    right: -30px;
    width: 700px;
    height: 100%;
    background: url(images/head.jpg) right bottom no-repeat;
    background-size: cover;
}

#header .mod {
    position: relative;
    /* height: 160px; */
}

.header .head-left {
    float: left;
    display: inline-block; 

}

.head-right {
    float: right;
    text-align: end;
}

.head-right-top {
    margin-bottom: 25px;

}

.school {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1167BB;
    padding-left: 26px;
    position: relative;


}

.school::before {
    position: absolute;
    content: '';
    background: url(./images/home.png);
    width: 18px;
    height: 18px;
    left: 0;
    top: 0px;
}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0;
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff;
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #0E60B0 url(./images/search.png) no-repeat center;
    cursor: pointer;
    vertical-align: top;
}

/*自定义输入框*/
.searchbox {
    text-align: right;
    width: 215px;
}

.wp-search {
    position: relative;
    border-radius: 5px;
    border: 1px solid rgb(17 103 187 / 86%);

}

.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;

    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1366B7;
}

.wp-search .search-btn {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.wp-search .search-btn input.search-submit {
    width: 34px;
    height: 26px;
    border: 0;
    outline: 0;
    background: url(images/search.png) center center no-repeat;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 5px;
    border-left: 1px solid rgb(17 103 187 / 41%);
}

.logo {
    float: left;
    font-size: 0;
}

.sitelogo img {
    display: inline-block;
    vertical-align: top;
}

.sitetitle {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-left: 25px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
}

/**站点名称**/
.header .head-right {
    float: right;
    /* padding-top: 33px; */
}

.site-lang {}

.site-lang li {
    height: 26px;
    padding-right: 14px;
    margin-right: 14px;
    position: relative;
}

.site-lang li:before {
    position: absolute;
    content: '';
    right: 0;
    top: 4px;
    height: 18px;
    width: 1px;
    background: #fff;
}

.site-lang li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.site-lang li:last-child:before {
    display: none;
}

.site-lang li a {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
}

.site-lang li.wx a {
    padding-right: 30px;
    background: url(./images/wx.png) right center no-repeat;
}

.site-lang li.wx1 a {
    padding-right: 30px;
    background: url(./images/xiaochengxu1.png) right center no-repeat;

}

.site-lang li .tu {
    position: absolute;
    z-index: 11;
    right: 0;
    top: 26px;
    width: 120px;
    height: 120px;
    display: none;
    transition: all 0.4s ease-in-out;
}

.site-lang li .tu img {
    width: 120px;
    height: 120px;
}

.site-lang li:hover .tu {
    display: block;
}

/*默认主导航样式*/
#nav {
    background: #2ca6e0;
}

#nav .inner {
    height: 60px;
}

#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;
    width: 12.5%;
    position: relative;
}

.nav .wp-menu .menu-item a.menu-link {
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item:hover a.menu-link {
    color: #fff;
    background: #EF7D2D;
}

.nav .wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    background: #036eb7;
    width: auto;
    min-width: 100%;
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-menu .sub-item a {
    display: block;
    color: #fff;
    line-height: 28px;
    padding: 16px 10px;
    font-size: 18px;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #EF7D2D;
}

.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 {}

#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;
    height: 520px;
   
}

.mbanner .swiper-slide img {
    display: block;
    width: 100%;
    height: 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: 80px;
    left: 260px;
    right: auto;
    width: auto;
}

.mbanner .swiper-pagination-bullet {
    margin-right: 10px;
    width: 6px;
    height: 20px;
    border-radius: 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.mbanner .swiper-pagination-bullet-active {
    background: #fff;
    height: 40px;
}

.mbanner .swiper-num {
    position: absolute;
    left: 410px;
    bottom: 80px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-align: right;
}

.mbanner .swiper-num:before {
    position: absolute;
    content: '';
    left: -110px;
    bottom: 11px;
    height: 1px;
    width: 100px;
    background: #fff;
}

.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;
}

.engnneer {
    display: inline-block;
    font-size: 30px;
    font-family: STZhongsong;
    font-weight: 400;
    color: #1167BB;
    margin-left: 33px;
    vertical-align: top;
    margin-top: 20px;
}

.sitelogo {
    display: inline-block;

}

.mbanner .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 58px;
    right: 0px;
    left: 0px;

    width: 100%;
}

.mbanner .swiper-pagination-bullet {
    margin-right: 10px;

    border-radius: 0;
    text-align: center;
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    font-size: 0;
}

.mbanner .swiper-pagination-bullet-active {

    width: 57px;
    height: 6px;
    background: #FF7900;
    border-radius: 3px;
}

.mbanner .swiper-num {
    position: absolute;
    left: 410px;
    bottom: 80px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    text-align: right;
}

.mbanner .swiper-num:before {
    position: absolute;
    content: '';
    left: -110px;
    bottom: 11px;
    height: 1px;
    width: 100px;
    background: #fff;
}

.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;
}


.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url(./images/right.png) !important;
    width: 50px;
    height: 50px;
    right: 199px;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {

    background: url(./images/left.png) !important;
    width: 50px;
    height: 50px;
    left: 199px;
}

.main1 {
    padding-top: 67px;
    box-sizing: border-box;
    margin-bottom: 81px;
    box-sizing: border-box;

}

.main1-top {
    margin-bottom: 49px;
}

.news {
  float: left;
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.news span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #1167BB;
    margin-left: 13px;
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #1167BB;
    vertical-align: bottom;
}

.more {
    float: right;
}

.main1-left {
    float: left;
    width: 647px;
    height: 431px;
}


*幻灯片*/ .post-11 {
    height: 315px;
    position: relative;
}

.post-11 .focus-title-bar {
    left: 0;
    right: 0;
    margin-left: 0;
    bottom: 0;
    height: 40px;
    display: none !important;
}

.post-11 .focus-title-bg {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus-title {
    top: 10px;
    left: 25px;
    right: 108px;
    padding: 0;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 19px;
}

.post-11 .focus-pagination {
    bottom: 15px;
    height: 8px;
    font-size: 0;
}

.post-11 .focus-page {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 0;
    background: #ffffff13;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
}

.post-11 .focus-page-active {

    background: #FFFFFF;
}

.focus-navigation {
    display: none;
}


.main1-right {
    float: right;
    width: 662px;
height: 431px;

}

.timelist {
    margin-bottom: 40px;

}

.timelist:last-child {
    margin-bottom: 0px;

}

.timeday {
    /* width: 92px; */
    height: 52px;
    font-size: 36px;
    font-family: SourceHanSansCN;
    font-weight: 400;
      color: #1167BB;
    line-height: 24px;
    float: left;
    border-right: 1px solid #E0E0E0;
    text-align: center;
    padding-right: 20px;
    box-sizing: border-box;
}

.timeday .day {
    font-size: 36px;
    margin-bottom: 5px;

}
.timelist:hover .timeday {
    color: #1167BB;
 
}
.timelist:hover .dib {
    color: #1167BB;

}

.timelist:hover .jieji {
    color: #1167BB;

}




.timeday .yaer {
    font-size: 18px;
}

.youlis {
    width: calc(100% - 122px);
    float: right;
}

.dib {
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    margin-bottom: 11px;
}

.jieji {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color:#666666;
    line-height: 26px;
}


.conts {
    background: url(./images/main2-bgc.png) no-repeat center;
    background-size: cover;

}

.main2-left {
    float: left;
    width: 647px;

}
.main2-right {
    float: right;
    width: 647px;

}

.main2-let-top {
    margin-bottom: 50px;
}

.notiec {
    float: left;
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
}

.notiec span {
    font-size: 20px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #1167BB;
    vertical-align: bottom;
    margin-left: 13px;
}

.main-let-bot {



}

.boyis {
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;
    padding: 0px 0px 21px 0px;
    margin-bottom: 22px;
}

.boyis:last-child {
    margin-bottom: 0px;

}

.boyis:hover .boyis-bioati {
    color: #1267BB;

}
.boyis:hover  {
 border-bottom: 1px solid #1267BB;

}

.boyis-bioati {
    padding-left: 28px;
    font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 28px;
position: relative;
    width: 77%;
float: left;
   


}

.boyis-bioati::before {
    position: absolute;
    background: url(./images/lingx.png);
    width: 10px;
    height: 10px;
    left: 0;
  content: "";
  top: 43%;
}

.boyis {
    display: block;

}

.boyis-jiejian {

font-size: 16px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #999999;
line-height: 29px;

float: right;

}

.main2 {
    margin-bottom: 76px;
}

.main2ss-top {
    margin-bottom: 60px;
}

.main30bot {
    padding-bottom: 49px;
    box-sizing: border-box;
    border-bottom: 1px solid #7EA8D7;

}

.bitslisu {


}

.ssa  {
    justify-content: space-around;
    display: flex;
    /* z-index: 1; */

}

.bitslisu {
    width: 303px;
height: 292px;
background: #FFFFFF;
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
position: relative;
/* z-index: 3; */
transform-style: preserve-3d;
display: inline-block;


}

.bitslisu::after {
    position: absolute;
 content: '';
 right: -13px;
 bottom: -13px;
 width: 297px;
 height: 286px;
 background: #014b9d;
 transform: translateZ(-1px);  
 display: none;
}
.bitslisu::before{
    position: absolute;
 content: '';
 width: 317px;
 height: 4px;
 background: #1167BB;
 border-radius: 2px 0px 2px 0px;
 bottom: -51px;
 display: none;
}

.bitslisu:hover::after {
    display: block;
}
.bitslisu:hover::before {
    display: block;
}

.to {
    width: 303px;
height: 207px;
}

.to img {
    width: 100%;
    height: 100%;
}
.csob {
    font-size: 18px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #333333;
line-height: 26px;

}

.cs-biao {
    padding: 20px 27px 21px 25px;
    box-sizing: border-box;

}

.main3 {
   padding-bottom: 71px;
   box-sizing: border-box;

}
.footer {
    background: url(./images/top-bgc.png) no-repeat center;
 background-size: cover;
 padding-top: 48px;
 box-sizing: border-box;

} 


 .fot-left {
    float: left;
    display: inline-block; 

}

.top-engnneer {
    display: inline-block;
    font-size: 30px;
    font-family: STZhongsong;
    font-weight: 400;
    color: #ffffff;
    margin-left: 33px;
    vertical-align: top;
    margin-top: 20px;
}


.fot-right {
    float: right;
    margin-top: 20px;
}


.school:hover {
    font-weight: 700;

}


、/**友情链接**/

.mlink {
    margin-top: 36px;
}

.botlinks .links-wrap {
    position: relative;
    width: 240px;
    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: '';
}

.yo {
    margin-bottom: 51px;
}

.adress {
    padding: 28px 0px 24px 0px;
    box-sizing: border-box;
    border-top: 1px solid #FFFFFF;
 text-align: center;
 font-size: 16px;
font-family: SourceHanSansCN;
font-weight: 400;
color: #FFFFFF;
line-height: 26px;  
}

.more-dress span {
    margin-right: 20px;

}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    /* display: none; */
    vertical-align: top;
    height: 100%;
    width: 100%;
}



/**主体列表页开始**/
#l-container {}

#l-container .inner {
    padding: 25px 10px;
    box-sizing: border-box;
}

/**主体文章页开始**/
#d-container {}

#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: #025ea8;
}

/**位置栏目背景**/
.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: 18px;
    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: #025ea8;
    border-bottom: 3px solid #025ea8;
}

.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;
}

.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: #000;
   font-weight: 600;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 34px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
  /* padding: 10px 0px 0px 0px; */
    text-align: center;
    /* border-top:1px solid #ececec; */
   font-size: 14px;
  color: #999;
   line-height: 32px;
}

.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 #dbdbdb;
   margin-top: 30px;

}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 16px;
    color: #333;
   margin-top: 20px;
}

/**阅读字体**/
.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;
}


/*二级页面*/
/*组织机构*/
.inss .part_xy {}

.inss .part_xy .item {}

.inss .part_xy .item h3 {
    line-height: 40px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #1567B1;
    border-bottom: 1px solid #cecece;
}

.inss .part_xy .sub-box {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 5px;
}

.inss .part_xy .sub-list {
    margin-right: 0px;
}

.inss .part_xy .sub-list .sub-item {
    float: left;
    width: 33.3%;
    background: url(images/icon_arrow2.png) no-repeat left center;
}

.inss .part_xy .sub-list .sub-item a {
    line-height: 35px;
    padding-left: 10px;
    font-size: 14px;
}

.inss .part_xy .sub-img {
    display: none;
    float: right;
    margin-top: 15px;
    margin-left: -250px;
    width: 240px;
    min-height: 80px;
}

.inss .part_xy .item.i5 .sub-list .sub-item {
    width: 50%;
}

/*角色*/
.role .part_xy {}

.role .part_xy .item {
    margin-bottom: 10px;
    display: none;
}

.role .part_xy .item.selected {
    display: block;
}

.role .part_xy .item h3 {
    display: none;
    line-height: 46px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: bolder;
    color: #068358;
    border-bottom: 1px solid #f1f1f1;
    background: none;
}

.role .part_xy .sub-list {
    margin-top: 15px;
}

.role .part_xy .sub-list .sub-item {
    padding-top: 10px;
    padding-bottom: 5px;
    width: auto;
    border-bottom: 1px solid #f1f1f1;
    word-wrap: break-word;
    word-break: normal;
}

.role .part_xy .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: bolder;
    /* color: #068358; */
}

.role .part_xy .sub-list .sub-list {
    margin-top: 10px;
    margin-left: 40px;
}

.role .part_xy .sub-list .sub-list .sub-item {
    padding-bottom: 5px;
    padding-top: 0px;
    float: left;
    margin-right: 50px;
    border-bottom: 0px solid #f1f1f1;
}

.role .part_xy .sub-list .sub-list .sub-item a {
    line-height: 35px;
    font-size: 15px;
    white-space: nowrap;
    font-weight: normal;
    /* color: #333; */
}


.col_news_list .news_list2 li {
    position: relative;
    padding-right: 120px;
    padding-left: 46px;

    border-bottom: 1px solid #dfdbdc;

}
.col_news_list .news_list2 li::before {
position: absolute;
content: "";
left: 0;
background: url(./images/news.png) no-repeat;
width: 8px;
height: 24px;
top: 13px;
}

.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;
}

.col_news_list .news_list2 li:hover .news_title {
    color: #014c9f;
}

.es_pagingbar_container .es_pagingbar li.active {
    background: #bb200d;
    color: #fff;
    border-color: #bb200d;
}

.es_pagingbar_container .es_pagingbar li.active a {
    color: #fff;
}

#container-1 {
    background: url(images/banner1.jpg) center center;
}

.tu_list {
	height: 362px;
	position: relative;
}

.tu_list .swiper-container {
	width: 100%;
	position: relative;
}

.tu_list .swiper-slide {
	float: left;
	width: 303px;
	margin-bottom: 80px;
	padding-top: 10px;
 
    
}

.tu_list .swiper-slide .box {
	display: block;
	width: 280px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
	position: relative;
}

.tu_list .swiper-slide .tu {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	width: 280px;
	height: 207px;
	background-position: center;
	background-size: cover;
}

.tu_list .swiper-slide:before {
    position: absolute;
    z-index: 6;
    content: '';
    right: 22px;
    bottom: -14px;
    width: 278px;
    height: 274px;
    background: #014b9d;
    display: none;
    transition: all 0.5s;
}
/* .tu_list .swiper-slide::after {
    position: absolute;
    z-index: 6;
    content: '';
    bottom: -91px;
    height: 4px;
    background: #1167BB;
    border-radius: 2px 0px 2px 0px;
    background: #014b9d;
    width: 280px;
    left: 37px;
    transition: all 0.5s;
    display: none;
}
 */


.tu_list .swiper-slide a {
	position: relative;
	z-index: 100;
}

.tu_list .swiper-slide .tu img {
	width: 280px;
	height: 207px;
	display: block;
	transition: all 0.5s;
}

.tu_list .slide-bt {
	position: relative;
	z-index: 100;
	/* height: 80px; */
	box-sizing: border-box;
	padding: 20px 25px 20px 25px ;
	background: #fff;
	line-height: 26px;
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

.tu_list .swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.tu_list .swiper-slide:hover:before {
	display: block;
}
/* .tu_list .swiper-slide:hover::after {
	display: block;
} */

.tu_list .swiper-scrollbar {
    background: #7d9be852;
	height: 4px;
}

.tu_list .swiper-scrollbar-drag {
	background: #295dc7;
    width: 25%!important;
}

.tu_list .swiper-button-next,
.tu_list .swiper-button-prev {
	margin-top: -40px;
}

.tu_list .swiper-button-next {
	right: -50px;
}

.tu_list .swiper-button-prev {
	left: -50px;
}



.post-news3 {
    width: 100%;
    height: 431px;
    position: relative;
}

.post-news3 .post-tu {
    width: 100%;
    height:431px;
    overflow: hidden;
    position: relative;
}

.post-news3 .swiper-container {
    height: 100%;
}

.post-news3 .swiper-slide {
    position: relative;
    background-size: cover;
    display: block;
}

.post-news3 .news-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* height: 100px; */
  background: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    /* 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: 17px;
    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;
}

.post-news3 .swiper-button-prev {
    left: 0;
}

.post-news3 .swiper-button-next,
.post-news3 .swiper-button-prev {
    background-size: 17px 26px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4)
}

.post-news3 .swiper-button-next:hover,
.post-news3 .swiper-button-prev:hover {
    background-color: #036eb7;
    transition: all 0.4s ease-in-out;
}


.list-boty:hover .list-boty-biaot {
    color: #ffffff75;

}


.wp-menu .menu-item:hover .sub-menu {
    display: block;
}

.adssd {
    display: inline-block;
    vertical-align: top;
}