@charset "utf-8";
/*Technical Support SudyTech*/
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;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(/_upload/tpl/00/7b/123/template123/images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {}

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

:-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

:-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

/**布局开始**/
body {
    line-height: 1;
    font-family: "Microsoft YaHei", "Arial", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #262525;
}

p {
    line-height: 1.75;
}

a {
    color: #262525;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #3268cd;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1200px;
    margin: 0 auto;
    /* overflow:hidden; */
}

/**页面全局宽度**/
/*headtop*/
#headtop {
    background: #666;
}

#headtop .inner {}

.headtop .top-left {
    float: left;
}

.headtop .top-right {
    float: right;
}

/*head开始*/
#header {
    background: #c5dffa url('images/head_bg.png') no-repeat center top;
    background-size: cover;
}

#header .inner {
    height: 174px;
    position: relative;
}

.header .sitelogo {
    float: left;
    padding-top: 30px;
}

.header .sitetitle {
    display: inline-block;
    margin-top: 30px;
    margin-left: 35px;
    font-size: 40px;
    font-weight: bold;
    color: #225dc3;
}

/**站点名称**/
.header .head-left {
    float: left;
    display: inline-block;
}

.header .head-main {
    float: left;
    margin-top: 10px;
}

.header .head-right {
    float: right;
    margin-top: 15px;
}

.header .sitename {
    padding-top: 25px;
}

/*默认主导航样式*/
#nav {
    background: #3067cb;
}

#nav .inner {}

#nav .inner .wp-panel {}

/*导航*/
#nav .inner .wp-panel .wp-window {
    min-height: 50px;
}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
}

/*导航样式：后台绑定时也可以定义配置*/
.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-switch-arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/_upload/tpl/00/7b/123/template123/images/nav_j.png) no-repeat center center;
    vertical-align: middle;
}

.wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 80px;
    line-height: 58px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover {
    background-color: #4b8fd6;
    text-decoration: none;
}
.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 58px;
    min-width: 100%;
    z-index: 100;
    background: #4b8fd6;
}

.sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.sub-menu .sub-item a {
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    font-size: 16px;
    background: none;
    text-align: center;
}

.sub-menu .sub-item.hover>a,
.sub-menu .sub-item a:hover {
    background-color: #4b63d6;
    display: block;
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

/**主页banner开始**/
#banner {}

#banner .inner {
    width: auto;
    max-width: 1200px;
    text-align: center;
    position: relative;
}
.main1 .inner .ml .focus{
    width:689px;
    height:420px;
}
.main1 .inner .ml .focus-container .focus-item img{
    width:689px;
    height:420px;
}

element.style {
}

/**主体模块样式**/
#m-container {}

#m-container .inner {}

/**首页三列布局**/
.mod {}

.mbox {}

.main1 {
    
}

.main1 .inner {
    padding: 35px 0px 22px 0;
}
.main1 .mr .post2 .tt .top{
    display:flex;
    align-items:center;
    padding: 28px 20px 18px 34px;
}
.main1 .mr .post2 .tt .top .title{
    text-align:left;
    font-size:25px;
}
.main1 .mr .post2 .tt .top .more_btn{
    width:45px;
}
.main1 .mr .post2 .tt .top .more_btn .more_text,.main1 .mr .post2 .tt .top .more_btn a{
    font-size:14px;
    color:#292828;
    cursor:pointer;
    margin:0;
}
.main1 .mr .post2 .tt .top a:hover .more_text{
    color:#3067cb;
}
.main1 .news_list li.news span.news_meta{
    margin-right:22px;
}
.main1 .ml {
    float: left;
    width: 689px;
}

.main1 .mc {
    float: left;
    width: 570px;
    margin-left: 40px;
}

.main1 .mr {
    float: right;
    width: 485px;
}
.main2 .inner .mod{
    /* display:flex; */
    /* justify-content:space-between; */
}
.main2 .inner .mod .con{
    padding-top:17px;
}
.main2 .ml,.main2 .mr{
    width: 580px;
}
.main3 .inner .mod{
    overflow:hidden;
}
.main4 {
    background: #fff;
}

.main4 .inner {
    padding: 29px 0 0;
}
.main4 .post .con{
    padding-top: 22px;
}
.main4 .post .con .news_list .news{
    margin-right:32px;
}
.main4 .post .con .news_list .news a{
    font-size:18px;
    font-weight: 400;
}
.main4 .ml {
    float: left;
    width: 530px;
}

.main4 .mr {
    float: right;
    padding-top: 25px;
}

.main4 .mr .mlink {}

/**标题栏新闻窗口**/
.post {
    margin-bottom: 10px;
}

.post .tt {
    display: inline-block;
    width: 100%;
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    font-size: 26px;
    font-weight: normal;
}
.main1 .post .tt .tit{
    font-size:13px;
}
/**标题字体**/
.post .tt .tit .title {
    display: block;
    color: #3268CD;
    font-family: serif;
    font-weight: bold;
}

.post .tt .tit .name {
    display: none;
    line-height: 24px;
    color: #333;
}

/*栏目别名*/
.post .con {
    padding: 11px 0 0;
    /* 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(/_upload/tpl/00/7b/123/template123/images/li.gif) no-repeat center;
}

.post .more_btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
    float: right;
}

.post .more_btn .more_text,
.post .more_btn a {
    font-size: 14px;
    cursor: pointer;
    color: #292828;
    margin-right:5px;
}

.post .more_btn a {
    color: #292828;
}

.post .more_btn a:hover .more_text {
    color: #3268cd;
}

.post .tt.bd_clr,
.post .tt.bd_clr .tit {
    border-bottom: 2px solid transparent;
}


/*标准标题*/
.post1 {}

.post1 .tt {
    background: url(/_upload/tpl/00/7b/123/template123/images/tt_i.png) left 3px repeat-x;
    height: 37px;
}

.post1 .tt .tit {
    background: #fff;
    padding-right: 13px;
    height: 37px;
    line-height: 37px;
}

/**自定义新闻列表**/
.news_list {}

.news_list li.news {
    line-height: 36px;
    padding-left: 0px;
    font-size: 16px;
}

/**标题图标**/
.news_list li.news span.news_title {
    float: left;
}

/*标题*/
.news_list li.news span.news_title img {
    vertical-align: middle;
}

.news_list li.news span.news_meta {
    float: right;
}

/*属性*/
.news_list li.news .news_time,
.news_list li.news .news_time span {
    color: #666;
}

/*发布时间*/
.news_list li.news .news_icon {
    display: inline-block;
    margin: 0 auto;
    border: 0px solid red;
}

.news_list li.news .news_text {
    line-height: 22px;
}

/*默认简介*/
.news_list li.news .news_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 30px;
    background: #000;
    opacity: .7;
    filter: Alpha(opacity=70);
}

.news_list li.news p {
    line-height: 34px;
}

.news_imgs img {
    width: 100%;
    height: 100%;
}

/*标题文*/
.news_text {}

.news_text .news_list {}

.news_text .news_list li.news {
    padding: 18px 0;
    border-bottom: 1px solid #f6f6f6;
}

.news_text .news_list li.news .news_title {
    line-height: 34px;
    font-size: 18px;
    color: #c60101;
    font-weight: bold;
}

.news_text .news_list li.news .news_text {
    line-height: 32px;
    font-size: 18px;
}

.news_text .news_list li.news .news_time {
    line-height: 28px;
    font-size: 13px;
}

.news_text .news_list li.b2 {
    border-bottom: none;
    padding-bottom: 0;
}

.news_text .news_list li.b1 {
    padding-top: 0;
}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner {
    height: 235px;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

/**主体列表页开始**/
#l-container {}

#l-container .inner {}

#l-container .inner .mod {
    padding: 25px 20px;
    background: #fff;
}

/**主体文章页开始**/
#d-container {}

#d-container .inner {}

#d-container .inner .mod {
    padding: 25px 20px;
    background: #fff;
}

.col_menu {
    width: 240px;
    float: left;
    margin-right: -240px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    background: #3067cb;
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 20px;
    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_metas .col_path a:hover {
    color: #bd46ed;
}

/*栏目列表*/
.col_list {}

.col_list .wp_listcolumn {
    border-top: 0px solid #2867A0;
    border-bottom: 0px solid #fff;
}

.col_list .wp_listcolumn .wp_column a {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    background: none;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #F6EAEA;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    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: #50a3df;
    background: #eee;
}

.col_list .wp_listcolumn .wp_column a.selected span.column-name {
    color: #3067ccd4;
}

.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: #c60101;
}

/*二级子栏目**/
.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 52px;
    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: #c60101;
}

/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
    background: none;
}

.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
    padding: 5px 10px 5px 51px;
    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: #c60101;
}

/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 290px;
}

.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: 20px;
    font-family: "Microsoft yahei";
    font-weight: normal;
    color: #507ed4;
    border-bottom: 2px solid #507ed2;
}

.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 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 {}

/**栏目新闻图标序号**/
.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: 680px;
    _width: expression(this.width > 680 ? "680px" : this.width);
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    width: auto;
    margin: 0 auto;
    min-height: 360px;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    line-height: 48px;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    text-align: center;
    color: #3067cb;
}

/**文章标题**/
.article h2.arti_title {
    line-height: 40px;
    font-family: "Microsoft YaHei";
    font-size: 17px;
    text-align: center;
    color: #c60101;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 12px;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.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;
}

/**页脚开始**/
#footer {
    height: 145px;
    border-top: 12px solid #2F67CA;
    margin-top:18px;
}

#footer .inner {
    padding-top: 34px;
    display:flex;
    flex-flow:column;
    align-items:center;
}
#footer .inner div{
    font-size:16px;
    height:28px;
    line-height:28px;
    width: 477px;
    text-align:center;
    color: #1b1b1b;
}

#footer .inner .mod {}

#footer .inner .foot-left {
    float: left;
    padding-left: 20px;
    margin-top: 18px;
}

#footer .inner .foot-right {
    float: right;
}

#footer .inner p {
    font-size: 12px;
    line-height: 23px;
    font-weight: normal;
    text-align: center;
    color: #1e1e1e;
}

#footer .inner p span {
    margin: 0 3px;
}

#footer .inner .copyright {}

#footer .inner .copyright span {}

#footer .inner .copyright a {
    color: #eee;
}

.foot_logo {
    margin-top: 17px;
    padding-right: 25px;
    border-right: 1px solid #9ba686;
}

/**************************************************************
 * 组件功能
 */

/*列表页*/
/*banner*/
.post-11 .focus .focus-title {
    height: 54px;
    line-height: 54px;
    padding: 0 35px;
    font-size: 20px;
}

.post-11 .focus .focus-title-bar {
    height: 54px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-left: 0px;
}

.post-11 .focus .focus-title-bg {
    background-color: #000;
}

.post-11 .focus .focus-pagination {
    position: absolute;
    right: 20px;
    bottom: 12px;
}

.post-11 .focus .focus-page {
    width: 10px;
    height: 10px;
    line-height: 10px;
    font-size: 12px;
    border-radius: 0px;
    background: url(/_upload/tpl/00/7b/123/template123/images/point.png) center no-repeat;
    color: #000;
}

.post-11 .focus .focus-page span {}

.post-11 .focus .focus-page:hover {}

.post-11 .focus .focus-page-active {
    background: #3067cb center no-repeat;
    ;
    border-radius:50%;
    color: #fff;
}

.post-11 .focus .focus-navigation {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.post-11 .focus .focus-navigation:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.post-11 .focus .focus-navigation:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*************************************************************
 * 特殊页面
 */
/*二级页面*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.post .cont1 {
    width: 100%;
}

.post .cont {
    width: 100%;
}

.post .news_list li.news .news_imgs {
    overflow: hidden;
}

.post .news_list li.news .news_imgs img {
    transition-duration: 1s;
}

.post .news_list li.news:hover .news_imgs img {
    transform: scale(1.1);
}

.post-12 {
    /* padding-top: 20px; */
}

.post-21 {
    background: #E4EEFE;
    padding: 7px;
}

.post-21 .tt .tit {
    width: 100%;
    text-align: center;
}

.post-21 .post_in {
    border: 2px solid #fff;
}

.post-21 .con {
    padding: 8px 0px 31px 26px;
}

.post-21 .news_list li.news {
    line-height: 40px;
    padding-right: 28px;
    font-size: 16px;
    width:100%;
}

.post-21 .news_list li.news.n2,
.post-21 .news_list li.news.n4,
.post-21 .news_list li.news.n6,
.post-21 .news_list li.news.n8,
.post-21 .news_list li.news.n10,
.post-21 .news_list li.news.n12,
.post-21 .news_list li.news.n14 {
    padding-right: 0;
}

.post-13 {
    /* padding-top: 20px; */
}

.post-14 {
    padding-top: 25px;
}

.post-14 .news_list li.news {
    width: 269px ;
    margin:0 20px;
}

.post-14 .news_list li.news .news_imgs a img {
    width: 269px;
    height: 199px;
}

.post-14 .news_cont {
    padding: 6px 12px 12px;
}

.post-14 .news_list li.news .news_title {
    color: #c60101;
}

.post-14 .news_list li.news .news_title a {
    color: #c60101;
}

.post-14 .news_list li.news .news_text {
    font-size: 14px;
}

.post-14 .news_list li.news:hover {
    background: #c60101;
}

.post-14 .news_list li.news:hover .news_title,
.post-14 .news_list li.news:hover .news_title a,
.post-14 .news_list li.news:hover .news_text,
.post-14 .news_list li.news:hover .news_text a {
    color: #fff;
}

.post-14 .con {
    padding: 27px 0 0;
}

.possplit {
    background: none;
    text-indent: 0px;
    text-align: center;
    width: 18px;
    display: inline-block;
    border: 0px solid red;
}

.bd_clr {
    border: none;
}
.wp-menu .menu-item a.menu-link{ font-size:20px;}
.news_list li.news{font-size: 16px;}
.col_metas .col_path{font-size: 15px;}
.col_menu .col_menu_head h3.col_name{font-size: 18px;}
#l-container .news_list li.news span.news_title{font-size: 16px;}
.col_metas .col_title h2{ font-size:18px;}
.wp_paging{ font-size:15px;}
.article .arti_metas span{font-size:16px;}
.article .entry .read, .article .entry .read p{ font-size:16px;}
.main2 .ml {
    float: left;
}
.main2 .mr {
    float: right;
}

div#container-4 {
    display: none;
}