@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    zoom: 1;
}

/**布局开始**/
body {
    /* background: #faf8f1; */
}

body, p {
    font: 12px/1 "微软雅黑", Tahoma, Geneva, sans-serif;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0f4882;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}

.post {
    /* margin-bottom: 10px; */
}

.post .tt {
    height: 40px;
    border-bottom: 1px solid #ccc;
}

/**标题栏**/
.post .tt .tit {
    color: #0078bf;
    font-family: "Microsoft Yahei";
    font-size: 20px;
    float: left;
    font-weight: inherit;
}

/**标题字体**/
.tt.bottom .tit {
    border-bottom: 2px solid #a9893e;
}

.post .tt .tit .title {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.mr3 .post .tt .tit .title {
    padding-left: 10px;
}

/**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: right;
}

/**更多按钮**/
span.more_text {
    color: #a9a9a9;
}

.post .con {
    margin: 0 auto;
}

.post .con .wp_article_list .list_item {
    border-bottom: 1px dashed #ccc;
}

/**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
    height: 30px !important;
}

/**新闻列表图标**/

/**自定义新闻列表**/
.news_list {
    margin-top: 10px;
}

.news_list li.news {
    line-height: 24px;
    height: 38px;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

.news_list li.news span.news_meta {
    float: right;
    margin-left: 2px;
}

.news_list li.news p {
    clear: both;
    line-height: 20px;
    color: #787878;
}

.news_list li.news p a {
    color: #787878;
}

.news_list li.news p a:hover {
    color: #444;
    text-decoration: underline;
}


/**页头开始**/

#header .inner {
}

.head {
    width: 100%;
    height: 180px;
    position: relative;
    background-color: #0e447b
}

/**页头部分**/
.head .sitelogo {
    float: left;
    width: 360px;
    height: 96px;
    background: url(images/logo.png) no-repeat 20px 10px;
}

/**站点logo**/
.head .sitetitle {
    position: absolute;
    left: 100px;
    top: 84px;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}

/**站点名称**/

.navbar .navbox {
    height: 56px;
    margin: 0 auto;
    width: 100%;
    min-width: 1400px;
    background-color: #0078bf;
}

/**导航窗口大小及位置**/

/**导航样式：后台绑定时也可以定义配置**/
.navbar .navbox .wp_nav {
    padding-left: 45px;
    height: 56px;
}

/**导航高度**/
.navbar .navbox .wp_nav li.nav-item a {
    font-size: 18px;
    color: #fff;
}

/**导航字体样式**/
.navbar .navbox .wp_nav li.nav-item a:hover, .navbar .navbox .wp_nav li.nav-item a.parent {
    color: #F90;
}

/**鼠标经过或当前选中时样式**/
.navbar .navbox .wp_nav li.nav-item a span.item-name {
    padding: 0 20px;
    height: 56px;
    line-height: 56px;
    min-width: 79px;
}

/**导航栏目高度与边距**/
.navbar .navbox .wp_nav .sub-nav li.nav-item i.mark {
    background: #0078bf;
}

/**子菜单背景**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a {
    font-size: 16px;
    font-weight: normal;
}

/**子菜单字体样式**/
.navbar .navbox .wp_nav .sub-nav li.nav-item a:hover, .navbar .navbox .wp_nav .sub-nav li.nav-item a.parent {
    background: #0078bf;
    color: #fff;
}

.navbar .navbox .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
}

/**子菜单栏目高度与边距**/
ul.sub-nav {
    left: 15px !important;
}

li.nav-item.i1 .item-name {
    padding-left: 0px !important;
}

li.nav-item.i9 a .item-name {
    padding-right: 0px !important;
}

/**主体开始**/
#container1 {
    padding: 0px 0;
    background: #F1F6F9;
}

#container1 .inner {
    width: 1400px;
}

#container2 {
    padding: 0px 0;
    background: #FCFDFE;
}

#container2 .inner {
    width: 1400px;
}

#container3 {
    padding: 0px 0;
    background: #FCFDFE;
    display: none;
}

#container3 .inner {
    width: 1400px;
}

#container4 {
    padding: 0px 0;
    background: #FCFDFE;
}

#container4 .inner {
    width: 1400px;
}

#container5 {
    padding: 0px 0;
    background: #6ab4f5;
}

#container5 .inner {
    width: 1400px;
}

.banner {
    width: 1400px;
    height: 320px;
    margin: 0 auto;
}

/**首页三列布局**/
.mm {
    width: 1400px;
    padding: 20px 10px 26px 10px;
}

.mod1 {
    /*width: 1400px;*/
    /*padding: 0 0 30px 0;*/
    display: flex;
    justify-content: space-around;
}

/**左列**/
.mod1 .ml {
    flex: 10;
    float: left;
    margin: 0 0 0 0;
}

.mod1 .mc {
    width: 370px;
    float: left;

}

.mod1 .mr {
    flex: 8;
    max-width: 604.45px;
    /* width: 518px; */
    float: left;
    margin: 0 0 0 20px;
}

.mod1 .ml1 {
    width: 860px;
    float: left;
}


.mbox {
    padding: 0 0px;
}

.mod2 {
    width: 1400px;
    padding: 40px 10px 40px 10px;
    display: flex;
    justify-content: space-around;
}

/**左列**/
.mod2 .ml {
    flex: 10;
    /* width: 852px; */
    float: left;
    margin: 0 20px 0 0;
}

.mod2 .mc {
    width: 370px;
    float: left;

}

.mod2 .mr {
    flex: 10;
    /*max-width: 440px;*/
    /* width: 518px; */
    float: left;
    margin: 0 0 0 50px;
}

.mod2 .ml1 {
    width: 860px;
    float: left;
}

/**右列**/
.news_left {
    width: 50px;
    float: left;
}

.news_right {
    width: 270px;
    float: left;
}

.news_right a {
    width: 270px;
    float: left;
}

.month-date {
    width: 44px;
    height: 22px;
    background: #b09555;
    color: #fff;
    text-align: center;
    font-family: Candara;
    font-size: 18px;
}

/**列表页**/
.col_menu {
    width: 300px;
    float: left;
    min-height: 300px;
}

.col_menu .col_menu_head {
    background: #a48b51;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

/**位置栏目字体**/

.col_menu .col_menu_head h3.col_name .col_name_text {
    font-family: "Microsoft Yahei";
    display: block;
    height: 55px;
    line-height: 55px;
    color: #fff;
    padding: 5px;
    text-align: center;
    background-color: #036eb7;
}

/**栏目名称图标**/


/**栏目列表*/

.col_list .wp_listcolumn {
}

.wp_listcolumn .wp_column a .column-name {
    padding: 5px !important;
    text-align: center !important;
    line-height: 45px !important;
    padding: 0 !important;
}

.col_list .wp_listcolumn .wp_column a {
    height: 45px;
    line-height: 45px;
    background: #f5f5f5;
    border-top: 1px solid #fff;
    text-align: center !important;
    color: #000;
}

/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected {
    color: #000;
    background: #57a7e0;
}

/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name {
        font-size: 16px;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a {
    color: #454545;
    background: #e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
}

/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: none;
}

/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}

/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ddd;
}

/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a {
    background: #f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eee;
}

/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected {
    color: #000;
    background-image: url(images/icon_column_3_hover.gif);
}

/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name {
    color: #124D83;
}

.col_news {
    width: 1041px;
    float: right;
    background-color: #fff;
    /* padding: 0 30px; */
}

/**栏目新闻**/
.col_news_head {
    border-bottom: 1px solid #a48b51;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 64px;
    line-height: 64px;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 24px;
    font-family: "Microsoft yahei";
    font-weight: 600;
    color: #333;
    border-bottom: 0px solid #036eb7;
    margin-bottom: 0;
    padding-left: 26px;
    position: relative;
}

.col_metas .col_title h2:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 6px;
    height: 24px;
    background: #036eb7;
}

.col_metas .col_path {
    display: inline-block;
    float: right;
    white-space: nowrap;
    height: 64px;
    line-height: 64px;
    color: #036eb7;
    font-size: 14px;
}

/**当前位置**/
.path_name {
    color: #036eb7;
    padding-left: 25px;
    background: url(images/home.png) left center no-repeat;
}

.col_metas .col_path a {
    color: #036eb7;
}

.col_metas .col_path a:last-child {
    color: #036eb7;
}

.col_news_box {
    padding: 10px 0;
    margin: 0 7px;
}

.col_news_list {
    margin-top: 7px;
}

.col_news_list .wp_article_list .list_item {
}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
    background: url(images/li.gif) no-repeat center;
    height: 33px !important;
}

/**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
    line-height: 1.6;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

/*.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   !**列表页文章图片大小限制**!*/

/**文章页**/
.infobox {
    margin: 0 auto;
}

.article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    min-height: 413px;
}

.article h1.arti_title {
    line-height: 30px;
    font-family: "Microsoft YaHei";
    padding: 5px;
    text-align: center;
    font-size: 20px;
    color: #282828;
}

/**文章标题**/
h1.arti_title1 {
    line-height: 26px;
    font-family: "Microsoft YaHei";
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #282828;
    border-bottom: 2px solid #0e4379;
}

.article .arti_metas {
    padding: 10px;
    text-align: center;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 13px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
}

/**文章内容**/
.article .entry .read, .article .entry .read p {
    line-height: 1.7;
    font-size: 14px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}

/*.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   !**文章阅读部分图片大小限制**!*/

/**页脚开始**/
#footer {
    padding: 0 0 0 0;
}

#footer .inner {
    padding: 35px 0;
}

#footer .inner p {
    font-size: 14.3px;
    line-height: 28.6px;
    text-align: center;
    color: #fff;
}

#footer .inner p span {
    margin: 0 3px;
}

.mr3 .articlecontent {
    padding-left: 10px;
}

.wp_article_list .list_item {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
    vertical-align: top;
}

.news_list li.news {
    height: 30px;
    line-height: 30px;
    font-size: 15px;

}

.focus-container {
    width: 1400px;
    height: 330px !important;
}

.focus-box {
    width: 1400px;
    height: 330px !important;
}

.sitelogo img {
    margin-top: 0px;
    margin-right: 5px;
}

#wp_news_w8 img {
    width: 290px;
    margin: 3px 5px;

}

.navbanner {
    height: 190px;
    width: 1400px;
    margin: 5px auto;
}

.dateright {
    float: right;

}

#container11 {
    background: #dadada;
    width: 1400px;
    height: 200px;
    margin: 0 auto;
}

#container11 img {
    margin: 0;
    padding: 0;
    width: 1400px;
    height: 200px;
}

.wp_article_list .list_item span {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-left: 0px;
}


/*搜索框6*/

.bar6 input {
    outline: none;
    float: right;
    height: 25px;
    width: 120px;
    padding-left: 13px;
    border: 1px solid #507ca9;
    border-radius: 5px;
    background: transparent;
    position: absolute;
    top: 50px;
    right: 135px;
    transition: .3s linear;
    color: #fff;
}

.bar6 input:focus {
    width: 150px;
}

.bar6 button {
    border: none;
    outline: none;
    height: 28px;
    cursor: pointer;
    position: absolute;
    background: #507ca9;
    border-radius: 0 5px 5px 0;
    width: 45px;
    top: 50px;
    right: 135px;
}

.bar6 button:before {
    content: "搜索";
    font-size: 13px;
    color: #F9F0DA;
}

div.slider-nav span {
    top: 50%;
    width: 0 !important;
    height: 80px;
    text-indent: -9999px;
    margin-top: -50px;
    position: absolute;
    z-index: 1000;
    cursor: pointer;
}

.wraphead {
    background-color: #0e447b;
}

.wrapnav {
    background-color: #0078bf;
}

.QRcode {
    position: absolute;
    top: 23px;
    right: 15px;
}

.QRcode img {
    width: 100px;
}

.QRcode img:hover {
    zoom: 110%;
}

.QRcode p {
    color: #fff;
    margin-top: 3px;
    text-align: center;
}

#wp_nav_w5 .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    width: 110px;
    height: 110px;
    margin: 6px;
    background: #e5f5e5;
    text-align: center;

}

#wp_nav_w5 .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 13px;
    height: 115px;
}

#wp_nav_w5 .wp_nav .nav-item a:hover {
    background: #f5f5f5;
}

#wp_nav_w5 .wp_nav .nav-item a span.item-name {
    display: inline-block;

    padding: 0 8px;
    cursor: pointer;
}

#wp_nav_w5 .nav-item img {
    width: 60px;
    height: 60px;
    margin-top: 10px;

}

#wp_nav_w18 .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: bottom;
    width: 139px;
    height: 100px;
    margin: 6px;
}

#wp_nav_w18 .wp_nav .nav-item a {
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 16px;
    height: 100px;
    line-height: 100px;
    background: #e5f5e5;
}

#wp_nav_w18 .wp_nav .nav-item a:hover {
    background: #396190;
}

#wp_nav_w18 .wp_nav .nav-item img {
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 8px 0 0 8px;
}

#wp_nav_w18 .wp_nav .nav-item a span.item-name {
    display: block;

    margin-left: 3px;
    padding: 0 !important;
    cursor: pointer;
    text-align: center;
}

.post-5 {
    margin: 10px;
    width: 910px;
    float: left;
}

.post-6 {
    margin: 10px;
    width: 240px;
    float: left;
}

.post-6 .list_item .Article_Index {
    background: none !important;
}

#wp_news_w15 .list_item, #wp_news_w16 .list_item {
    font-size: 14px !important;
    width: 100%;
    height: 30px;
    line-height: 30px;

}

#sudy-links-w15 {
    margin-top: 8px;
}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.f_around {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.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;
}

/**标题栏新闻窗口**/
.news_bt2 {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 2px;
}

.news_bt2 .txtbt {
    height: 45px;
    position: relative;
}

.news_bt2 .txtbt .btwz {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    height: 45px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #999;
    cursor: pointer;
}

.news_bt2 .txtbt .btwz.selected {
    color: #328cdb;
}

.news_bt2 .txtbt .btwz.selected:before {
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #2580d0;
}

.news_bt2 .more_btn {
    height: 34px;
}

.news_bt2 .more_btn .more_text {
    display: none;
}

.news_bt2 .more_btn .more_text:first-child {
    display: block;
}

.more_btn .more_text, .more_btn a {
    font-size: 15px;
    cursor: pointer;
    color: #999;
}

.more_btn a {
    color: #999;
    display: inline-block;
    line-height: 34px;
}

.more_btn a:hover .more_text {
    color: #37559f;
}

/*列表2*/
.news_03 li {
    border-bottom: 1px solid #e0e0e0;
}

.news_03 li a {
    background: url(images/lia.png) 0px 28px no-repeat;
    height: 60px;
    position: relative;
    padding-right: 90px;
    display: block;
}

.news_03 li a .news_wz {
    line-height: 60px;
    font-size: 17px;
    font-weight: 400;
    color: #333;
    padding-left: 15px;
    max-width: 375px;
}

.news_03 li a:hover .news_wz {
    color: #036eb7;
}

.news_03 li a .news_date {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    font-size: 15px;
    color: #999;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*head开始*/

#header {
    background: url(images/topbg.png) no-repeat;
    background-color: #036eb7;
}

#header .inner {
    height: 180px;
}

.header .head-left {
    float: left;
    display: inline-block;
    padding-top: 55px;
}

.header .sitelogo {
    height: 80px;
}

.header .sitetitle {
    height: 80px;
    margin-left: 15px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

/*默认主导航样式*/
#nav {
    background: #328cdb;
    height: 54px;
    box-sizing: border-box;
}

#nav .inner .wp-panel, #nav .inner .wp-window {
    height: 54px;
}

.nav_left {
    float: left;
}

.nav_right {
    float: right;
    width: 280px;
    padding-top: 12px;
}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {
    margin: 0 auto
}

.wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.wp-menu .menu-item.i1 {
    background: none;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 25px;
    line-height: 54px;
    color: #fff;
    font-size: 17.5px;
    position: relative;
}

.wp-menu .menu-item.hover a.menu-link, .wp-menu .menu-item:hover a.menu-link,
.wp-menu .menu-item a.hover {
    color: #fff;
}

.wp-menu .menu-item.hover a.menu-link:before, .wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    background: #036eb7
}

.sub-menu {
    display:none;
    position: absolute;
    left: 0;
    top: 54px;
    min-width: 100%;
    z-index: 100;
    background: #f6f6f6;
}

.sub-menu:hover {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 54px;
    min-width: 100%;
    z-index: 100;
    background: #f6f6f6;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.sub-menu .sub-item a {
    display: block;
    color: #000;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-size: 16px;
    background: none;
    text-align: center;
}

.sub-menu .sub-item.hover > a,
.sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #2ca6e0;
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
}



/*自定义输入框*/
.searchbox {
    text-align: right;
    width: 288px;
    height: 34px;
}

.wp-search {
    position: relative;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 32px;
    color: #fff;
}

.wp-search .search-input input.search-title {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #fff;
    font-size: 13.5px;
    border: 0;
    outline: 0;
    font-family: "Microsoft YaHei";
    text-indent: 12px;
}

.wp-search .search-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.wp-search .search-btn input.search-submit {
    width: 32px;
    height: 32px;
    border: 0;
    outline: 0;
    background: #fff url(images/search.png) center center no-repeat;
    cursor: pointer;
}

.wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

.wrapper .inner .mod .head-left .subtitle {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    border-left: 2px solid #e3ebfb;
    padding-left: 22px;
    line-height: 60px;
}

#container3 .list_lane { /* margin: -15px 0; */
}

#container3 .list_lane a {
    display: inline-block;
    width: 20%;
}

#container3 .list_lane a:hover i {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -ms-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate
}

@keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
}

#container3 .list_lane i {
    display: block;
    font-size: 66px;
    margin: 0 0 27px;
}

#container3 .tc {
    text-align: center;
}

#container3 .f0 {
    font-size: 0;
}

#container3 .showdiv.slick_news, #container3 .showdiv.list_news, #container3 .showdiv.ani, #container3 .showdiv.list_media a, #container3 .showdiv.list_img {
    transform: none !important;
    opacity: 1 !important
}

#container3 .ani, #container3 .list_media a, #container3 .list_img {
    /* transition:all 1s ease-out; */
    /* transform:translateY(50px); */
    /* opacity:0; */
    margin-top: 20px;
    /* margin-bottom: 20px; */
}

@font-face {
    font-family: "ntfont";
    src: url('./fonts/ntfont.woff2?t=1630554477765') format('woff2'), url('./fonts/ntfont.woff?t=1630554477765') format('woff'), url('./fonts/ntfont.ttf?t=1630554477765') format('truetype')
}

#container3 .ntfont, #container3 .f_link h3:before, #container3 .nav_list a b {
    font-family: "ntfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#container3 .i_down:before, #container3 .f_link h3:before {
    content: "\e896"
}

#container3 .i1:before {
    content: "\e897";
    color: rgb(224, 178, 79);
}

#container3 .i4:before {
    content: "\e89a";
    color: #e6a23c;
}

#container3 .i8:before {
    content: "\e899"
}

#container3 .i10:before {
    content: "\e898"
}

#container3 .i3:before {
    content: "\e89c";
    color: rgb(227, 82, 82);
}

#container3 .i11:before {
    content: "\e89f"
}

#container3 .i2:before {
    content: "\e8a1";
    color: rgb(98, 137, 124);
}

#container3 .i6:before {
    content: "\e8a2"
}

#container3 .i7:before {
    content: "\e8a3"
}

#container3 .t_search:before {
    content: "\e8a4"
}

#container3 .i9:before {
    content: "\e8a6"
}

#container3 .i12:before {
    content: "\e8a7"
}

#container3 .i_more:before, #container3 .nav_list a b:before {
    position: absolute;
    content: "\e8a8";
    z-index: 3
}

#container3 .i5:before {
    content: "\e8a9";
    color: rgb(134, 102, 75);
}

#container3 .f1:before, #container3 .f1:after {
    content: "\e89d"
}

#container3 .f2:before, #container3 .f2:after {
    content: "\e8a0"
}

#container3 .f3:before, #container3 .f3:after {
    content: "\e89b"
}

#container3 .f4:before, #container3 .f4:after {
    content: "\e89e"
}

#container3 .f5:before, #container3 .f5:after {
    content: "\e8a5"
}


.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -2px;
    height: 100%;
    justify-content: space-evenly;
}

.links a {
    width: 215px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
}

.links a:hover {
    opacity: 0.8;
}