@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; }
/*备用样式表*/
.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(../images/icon.png) no-repeat; }
/*css3扩展*/
body:before { display: none; content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px; -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8); box-shadow: 0px 0px 10px rgba(0, 0, 0, .8); }
::-webkit-input-placeholder {color: #ccc;}
:-moz-placeholder {color: #ccc;}
::-moz-placeholder {color: #ccc;}
:-ms-input-placeholder {color: #ccc;}
/*滚动样式*/
.scroller {position: absolute; z-index: 1; width: 750px; height: 160px;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
   -webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   -webkit-text-size-adjust: none;
   -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
   -o-text-size-adjust: none;
   text-size-adjust: none;
}
::-webkit-scrollbar{width: 8px;height: 8px;background-color: #CCCCCC;-webkit-border-radius: 6px;}
::-webkit-scrollbar-thumb:horizontal { width: 4px;  background-color: #CCCCCC;  -webkit-border-radius: 6px;}
::-webkit-scrollbar-track-piece { background-color: #fff; /*滚动条的背景颜色*/ -webkit-border-radius: 0; /*滚动条的圆角宽度*/}
::-webkit-scrollbar-thumb:vertical {height: 50px;background-color: #999;-webkit-border-radius: 4px;  outline: 1px solid #fff; outline-offset: -1px;border: 1px solid #fff;}

/**布局开始**/
* { box-sizing: border-box; }
html{font-size:62.5%;}
body { background: #fff; line-height: 1.2; font-size: 16px;font-size: 1.6rem; font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, 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: #006BB4; }
.flex { display: flex; display: -webkit-flex;}
.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; }
.middle_center,.midcenter{ display: flex; display: -webkit-flex; justify-content: center; -webkit-justify-content: center; -webkit-align-items: center; align-items: center;}
.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; }
.overlay{background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-transition:.3s all ease;-ms-transition:.3s all ease;transition:.3s all ease}
.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-line2{display:-webkit-box;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}
.text-line3{display: -webkit-box;overflow:hidden;text-overflow:-o-ellipsis-lastline;text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 3;line-clamp: 3; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.inner {width: 1400px;margin:0 auto;} /**页面全局宽度**/
.mod{ position:relative}
/*head开始*/
#header{background: #fff;}
.head-top{ height:110px; position:relative}
.sitelogo .logo{ width:442px;}
.sitewz { margin-left:40px;width:272px; position:relative}
.sitewz:before{ position:absolute; content:'';left:-20px;top:0;bottom:0; margin:auto 0; height:60px; width:1px;background:rgba(219, 236, 244, 1);}
footer .sitewz:before{background:rgba(0, 128, 197, 0.8);}
.sitelogo img {display: block;  width: 100%;}
.head-right { width: 386px;}
.search-window {border-radius: 22px; border:1px solid #999;overflow: hidden;}	
/**搜索**/
.wp-search { border:0px; background:transparent; width:100%;height:48px;position: relative; padding-right:50px;}
.wp-search form ,.wp-search .form{ display: block;}
.wp-search .search-input { margin-right: 0; height: 32px; position: relative; }
.wp-search .search-input input.search-title { width: 100%; box-sizing:border-box;height: 32px; padding-left:10px; line-height: 32px; color: #fff; font-size: 13px;font-size:1.3rem; border: 0; outline: 0; background: none; }
.wp-search .search-btn { width: 32px; height: 32px; position: absolute; right: 0; top: 0; }
.wp-search .search-btn .search-submit { width: 32px; height: 32px; border: 0; outline: 0; border-radius:4px; background:url(../images/search.png) no-repeat center; background-size:22px 22px; cursor: pointer; }
.wp-search input:-webkit-autofill {transition: background-color 5000s ease-in-out 0s;-webkit-text-fill-color: #fff;}

.wp-search .search-k{ display:block;vertical-align: top; width:100%;box-sizing: border-box;height:48px;padding-left: 10px;line-height:48px;color: #939393; font-size: 16px;font-size:1.6rem;border: 0;outline: 0;background: transparent;font-family: Bahnschrift, Helvetica Neue, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif; }
.wp-search .addbtn{ position:absolute;right:0;top:0;display:inline-block; width:50px; height:48px;}
.wp-search .addbtn .search-submit { width: 50px; height: 48px; border: 0; outline: 0; background:url(../images/search.png) no-repeat center; background-size:24px 24px; cursor: pointer; }
.wp-search .search-k::-webkit-input-placeholder {color:#939393;}
.wp-search .search-k::-moz-placeholder {color:#939393;}
.wp-search .search-k:::-moz-placeholder {color:#939393;}
.wp-search .search-k::-ms-input-placeholder {color:#939393;}

/*默认主导航样式*/
#nav {background: #0080C5;}
.nav .wp-menu { height: 50px;display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.nav .wp-menu .menu-item { display: inline-block; position: relative; height: 50px;  text-align: center; padding:0px; }
.nav .wp-menu .menu-item>a { display: inline-block; color: #fff; height: 50px; line-height: 50px;  position: relative; }
.nav .wp-menu .menu-item a.menu-link {padding:0 20px; color: #fff; font-size: 18px;font-size:1.8rem; -webkit-transition: all 0.3s; }
.nav .wp-menu .menu-item a.menu-link:before{ position:absolute;z-index:1; content:'';top:3px;bottom:3px; left:0px;right:0px;background: #006BB4;border-radius: 4px; display:none}
.nav .wp-menu .menu-item a.menu-link span.bt{ position:relative; z-index:2}
.nav .wp-menu .menu-item.hover a.menu-link { color: #fff;}
.nav .wp-menu .menu-item a.menu-link:hover:before,
.nav .wp-menu .menu-item.hover a.menu-link:before{ display:block}
.nav .sub-menu { display: none; position: absolute;  top: 50px; left:50%; transform:translateX(-50%);z-index: 100;min-width: 100%; padding:3px;background: #006BB4; overflow:hidden}
.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; height: 40px; line-height: 40px; font-size: 15px;font-size:1.5rem; text-align:center;}
.nav .sub-menu .sub-item.hover>a, .nav .sub-menu .sub-item a:hover { color: #fff;background: #0080C5;border-radius: 2px; display: block; }
/**主页开始**/
.min-h1{ min-height:40px;}
.min-h2{ min-height:60px;}
.mbanner{ position:relative;z-index:1;}
.mbanner .swiper-button-next, .mbanner .swiper-button-prev { display: block; box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width:60px; height: 60px; margin-top:-30px; display: block; z-index: 100; cursor: pointer; opacity:1; border-radius:50%; }
.swiper-button-next:after,.swiper-button-prev:after{ display:none;}
.mbanner .swiper-button-prev { background:rgba(255,255,255,0.5) url(../images/btn_banner_prev.png) center no-repeat; background-size:9px 16px;left:60px; right:auto;-webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-button-next { background:rgba(255,255,255,0.5) url(../images/btn_banner_next.png) center no-repeat;background-size:9px 16px;right:60px;left:auto; -webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease;transition: 0.5s all ease; }
.mbanner .swiper-button-prev.swiper-button-disabled{ opacity:0.6}
.mbanner .swiper-button-next.swiper-button-disabled{ opacity:0.6}
.mbanner .swiper-slide img {position:absolute;top:0;bottom:0;left:0;right:0;margin: auto; max-width: 100%;width: 100%;height: 100%; object-fit: cover; }
.mbanner .swiper-pagination-bullet{width: 30px;height: 6px;background: rgba(255, 255, 255, 0.6);border-radius: 3px 3px 3px 3px;transition:0.5s;}
.mbanner .swiper-pagination-bullet-active {width: 45px;height: 8px;background: #2991CE;border-radius: 3px 3px 3px 3px; }

/**标题栏**/
.post_bt{ margin-bottom:30px;}
.post_bt .tt{padding-right:73px;font-size:26px; color:#000;background:url(../images/icon_tittle.png) right 3px no-repeat; position:relative}
.t_line .title{ padding-bottom:8px;}
.t_line:before{ position:absolute; content:''; bottom:0;right:73px;left:0; height:2px;background: #E1E1E1;}
.post_bt .tt .title{color:#999999; margin-right:30px; cursor:pointer}
.post_bt .tt .title.active{color:#000; position:relative}
.post_bt .tt .title.active:before{ position:absolute; content:''; bottom:-1px;left:0;right:0; height:4px;background: #036EB7;}
.post_bt .tt .title:last-child{margin-right:0}
.more_btn {padding-right:14px; font-size:14px; color:#666;background:url(../images/btn_more.png) right center no-repeat;}
.more_btn:hover{background:url(../images/btn_more_h.png) right center no-repeat;}
.linkmore .more{ display:none;} 
.linkmore .more:first-child{ display:block}

/**首页布局**/
.main1{ background:#fff; padding:50px 0 60px;}
.main1 .ml {float: left; width:880px;}
.main1 .ml_01{ width:400px;}
.main1 .ml_02{ width:calc(100% - 425px)}
.main1 .mr { float: right; width:464px;}

.post1_con{ width:100%;position:relative;}

.post1_con .news_pho{width:100%; height:300px;position: relative;overflow: hidden}
.post1_con .news_pho img{ position: absolute;z-index: 1;top: 0;left: 0; right: 0;bottom: 0;margin: auto; max-width: 100%; width: 100%;height: 100%; object-fit: cover; -webkit-transition: .5s all ease;-ms-transition: .5s all ease;transition: .5s all ease;}
.post1_con .news_pho:hover img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.post1_info{background: #006BB4;height:156px;padding:10px 20px; color:#fff;}
.post1_title{ line-height:28px;font-size:18px; position:relative}
.post1_title a{color:#fff;}
.post1_wz{ margin-top:4px; line-height:26px; font-size:14px;}
.post1_date{font-family: Arial; margin-top:4px; font-size:14px; height:16px; line-height:16px; color: #fff;padding-left:24px;background:url(../images/date.png) left center no-repeat;}

.ml_02 li{ margin-bottom:40px; position:relative; padding-bottom:20px; border-bottom:1px solid #C8C8C8}
.ml_02 li:last-child{margin-bottom:0;}
.ml_02 li .pic{ width:140px; height:104px;border: 2px solid rgba(255, 255, 255, 0); -webkit-transition: 0.3s all ease; position:relative;overflow: hidden}
.ml_02 li .pic img{position: absolute;z-index: 1;top: 0;left: 0; right: 0;bottom: 0;margin: auto; max-width: 100%; width: 100%;height: 100%; object-fit: cover;}
.ml_02 li:hover .pic{border: 2px solid #006bb4;}
.ml_02 li .info{ width:calc(100% - 152px);height:104px;}
.ml_02 li .date2{font-family: Arial; font-size:14px; height:16px; line-height:16px; color: #666;padding-left:24px;background:url(../images/time.png) left center no-repeat;}
.ml_02 li .post2_title{ font-size:16px;line-height:24px; color:#000}
.ml_02 li:hover .post2_title{color: #006BB4;}

.post2_con{position:relative}
.post2_con:before{ position:absolute;z-index:1; content:'';left:0;top:0;bottom:0; width:1px; background:#D8D8D8;}
.post2_con li{ position:relative; z-index:2;padding:20px;  margin-bottom:0px;-webkit-transition: 0.3s all ease; }
.post2_con li:hover{background: #ffffff; border-left: 9px solid rgba(0, 128, 197, 1); box-shadow: 2px 0px 6px 0px #aeaeae;}
.post2_con  .date{ width:74px;font-family: Arial;}
.post2_con  .day{ font-size:22px; color: #333; line-height:24px; display:inline; font-style:italic}
.post2_con  .month{font-size:16px;color: #666666;line-height:20px; display:block; width:100%}
.post2_con  .post2_title{ width:calc(100% - 84px);line-height:26px;font-size:16px;}
.post2_con li:hover .post2_title{ font-weight:600;}   
.post2_con li:hover .day{color: #006BB4;}
.post2_con li:hover .month{ color:#999;}



.main2{ background: #F5F5F5;padding:50px 0 60px;}
.post3{ width:calc(50% - 30px)}
.post3_con{background:#fff;}
.post3_con li{ border-bottom:1px solid #dcdcdc; position:relative}
.post3_con li:before{ position:absolute; z-index:1; content:'';left:0;right:0; bottom:0px; top:0;background: #fff;-webkit-transition: 0.3s all ease;}
.post3_con li a{ padding:13px 60px 13px 20px; position:relative; z-index:2;display: block;}
.post3_con li a:after{ position:absolute;content:'';top:50%;margin-top:-10px;right:20px; width:20px;height:20px;background:url(../images/btn_rule_arrow.png) left center no-repeat; background-size:0px 20px;-webkit-transition: 0.3s all ease;}
.post3_con li:hover:before{bottom:-1px;background: #0080C5;-webkit-transition: 0.3s all ease;}
.post3_con li:hover a:after{background-size:20px 20px;-webkit-transition: 0.3s all ease;}
.post3_con li:last-child{ border-bottom:0;}
.post3_con li .date{font-size:15px; line-height:20px; color:#999;font-family: Arial;-webkit-transition: 0.3s all ease;}
.post3_con li .post3_title{line-height:24px;font-size:16px;color: #000000;-webkit-transition: 0.3s all ease;}
.post3_con li:hover .date,.post3_con li:hover .post3_title{color:#fff}



.post4_con{background:#fff;}
.post4_con li{ position:relative;-webkit-transition: 0.3s all ease; }
.post4_con li a{  border-bottom:1px solid #dcdcdc; padding:6px 20px;}
.post4_con li:last-child a{ border-bottom:0;}
.post4_con li:hover{ box-shadow: 2px 0px 6px 0px #aeaeae;-webkit-transition: 0.3s all ease;}
.post4_con li .date{ width:100px; height:42px; line-height:42px;color: #999; text-align:right}
.post4_con li .post4_title{line-height:42px;font-size:16px;width:calc(100% - 100px);-webkit-transition: 0.3s all ease;}
.post4_con li:hover .post4_title{color:#006BB4}

.main3{ background:#fff; padding:50px 0;}

.main3 .swiper-button-next, .main3 .swiper-button-prev {box-sizing: border-box; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -ms-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; width: 36px; height: 40px;top:80px;display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; }
.main3 .swiper-button-next:after, .main3 .swiper-button-prev:after{ display:none}
.main3 .swiper-button-prev { background: url(../images/prev.png) left center no-repeat; background-size:14px 28px; left:-40px;}
.main3 .swiper-button-next { background: url(../images/next.png) right center no-repeat;background-size:14px 28px;right:-40px; }
.main3 .swiper-pagination { bottom:0px; left:auto; right:38px; width:66px; color:#999; font-size:16px; text-align:center }
.main3 .swiper-pagination span{padding:0 4px;}
.main3 .swiper-pagination-current{ font-size:26px;}


.post6{ display:none; padding:0; position:relative}
.post6:first-child{ display:block}
.post6 .tu_box{ width:336px;}
.post6 .tu_box .pho{width:100%;padding-top:56.5%; position:relative; overflow:hidden}
.post6 .tu_box .pho img{position: absolute;z-index: 1;top: 0;left: 0; right: 0;bottom: 0;margin: auto; max-width: 100%; width: 100%;height: 100%; object-fit: cover; -webkit-transition: .5s all ease;-ms-transition: .5s all ease;transition: .5s all ease;}
.post6 .tu_box .pho:hover img{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.post6 .tu_box .pho_bt{ margin-top:14px; height:24px; line-height:24px; font-size:16px;color: #000000;}

/**页脚开始**/
footer {background:#0a71b7 url(../images/footer.png)  center bottom no-repeat;color: #fff; padding:33px 0 20px;}

.navbar-left {}
.navbar-right {padding-top:7px;}
.navbar-right .ma{ width:110px;height:110px; margin-left:70px;}
.navbar-right .ma img{width:100%;}
.navbar-right .linktitle{ font-size:18px; text-decoration:underline; margin-bottom:5px;}
.navbar-right .linkbt a{ font-size:15px; line-height:30px; color:#fff}

.navbar-box{ padding-top:30px; margin-top:20px; border-top:1px solid rgba(255,255,255,0.3)}
.navbar-box .wz{ height:36px; line-height:36px; padding-left:46px;font-size: 15px;}
.navbar-box .addr{background:url(../images/address.png) left center no-repeat;}
.navbar-box .tel{background:url(../images/call.png) left center no-repeat; margin-left:28px;}
.copyright { margin-top:14px;line-height:20px;font-size: 14px;}
.copyright a {color: #fff;}
/*滚动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: ''; }
.post .con .wp_article_list .list_item { border-bottom: 1px dashed #ccc; }
/**新闻列表**/

/***********************************************************
 * 列表页
 */

.col_path2 {height:70px;color: #666;font-size:16px; font-size:1.6rem; background:#fff;box-shadow: 0px 1px 0px 0px rgba(224,224,224,0.25);position:relative;} /**当前位置**/
.col_path2 a{color: #666; padding-right:20px; margin-right:8px; position:relative}
.col_path2 a:before{ position:absolute;right:0; content:'>'; color:#E0E0E0 }
.col_path2 a:hover,.col_path2 a:last-child{ color:#0078c0 }
.col_path2 a:last-child{ margin-right:0; padding-right:0;}
.col_path2 a:last-child:before{ display:none}

.menu_bar{margin-bottom:20px;}
.menu_bar li{padding:0 20px; width:14%}
.menu_bar li a{ height:48px; border-radius:24px; background:#efefef; font-size:16px;font-size:1.6rem; color:#333; line-height:20px; text-align:center; padding:0 20px;}
.menu_bar li.select a{ color:#fff; background:#0078c0}


.lanmu_name{color: #0078c0;font-weight: 600; font-size:32px; font-size:3.2rem; text-align:center; margin-bottom:40px;}

/*栏目图片*/
.l-banner { background-position: center top; background-repeat: no-repeat; text-align: center; }
.l-banner img { vertical-align: top; }
.l-banner img { width: 100%; height: 100%; display: none; }
.column-banner {position: relative;width: 100%; height:460px;background-image:url(../images/banner.png);background-size: cover!important;background-position: center!important;background-repeat: no-repeat!important;}
.column-banner .inner { position: relative; z-index: 1; height:100%;}
.column-banner .tit_bt { position:absolute;left:20px; bottom:100px;color: #fff; }
.column-banner .tit1 { font-size: 40px;font-size:4rem;  line-height:1.1; font-weight: 600; }
.column-banner .tit2 { font-size: 24px; font-size:2.4rem; line-height:1.2; font-weight: 600; margin-top:28px; }
.column-banner .overlay { position: absolute; z-index: 0; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; }
/**主体列表页开始**/
#l-container { background: #f8f8f8; padding:40px 0px; }
#l-container .inner { padding:0px; }
.page_place { margin-top: 20px; padding-bottom: 10px; border-bottom: 1px solid #f0f0f0; }
.column-breadcrumb { line-height: 40px; font-size: 16px;font-size:1.6rem; color: #333; padding-left: 28px; background: url(../images/back.png) left center no-repeat; }

.d-container{background: #fff; padding:0 30px 40px;}

.col_menu {width: 260px;float:left;margin-right: -260px;position:relative;}
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #0067a7; position:relative}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { position:relative; z-index:2;font-size: 26px;font-size:2.6rem;font-weight: bold;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 80px;padding: 0px 5px 0px 48px;}/**栏目名称图标**/
.col_menu .col_menu_con{background: #fff;}
/*栏目列表*/
.col_menu .col_menu_con .col_tu{ width:100%; display:block}
.col_list .wp_listcolumn {}
.col_list .wp_listcolumn .wp_column a {display:block; width:100%; color:#333;font-size: 18px;font-size:1.8rem; font-weight:600; padding:10px 0;cursor:pointer; border-bottom:1px solid #F4F4F4}
.col_list .wp_listcolumn .wp_column a:last-child{}
.col_list .wp_listcolumn .wp_column a .column-name{display:block; width:100%;padding: 0px 20px 0px 46px;line-height: 36px; position:relative;}
.col_list .wp_listcolumn .wp_column a.selected span.column-name:after {content: "";display: block;position: absolute;width: 9px;height: 17px;background:url(../images/arrow.png) center no-repeat; background-size:cover;left: 25px;top:50%; transform:translateY(-50%);}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,.col_list .wp_listcolumn .wp_column.selected a {color: #0078c0; background:rgba(239,239,239,0.1)}
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0078c0;position: relative;}
.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:#0078c0;}
/*二级子栏目**/
.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:600;color: #0078c0;}
/*三级子栏目**/
.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:#0f429b;}

.col_list .wp_listcolumn .sub_list .sub-item-link{ position:relative;padding: 5px 10px 5px 70px; color:#888; line-height:38px; font-size:14px}
.col_list .wp_listcolumn .sub_list .sub-item-link:before{ position:absolute; content:'';left:50px;top:50%; transform:translateY(-50%); width:0;height:0; border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #888;}
.col_list .wp_listcolumn .sub_list .sub-item-link:hover,.col_list .wp_listcolumn .sub_list .sub-item-link.selected{ color:#0078c0}
.col_list .wp_listcolumn .sub_list .sub-item-link:hover:before,.col_list .wp_listcolumn .sub_list .sub-item-link.selected:before{border-left: 8px solid #0078c0;}




/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;}
.col_news .col_news_box{margin-left: 300px;padding-top: 0px;}
.col_news_head { border-bottom: 1px solid #E0E0E0; margin-bottom:40px;}
.col_metas{ padding-top:15px;}
.col_metas .col_title {float:left;height: 65px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;padding:15px 0; line-height:35px;font-size: 26px;font-size:2.6rem;font-weight: 600;color: #0078c0;border-bottom: 1px solid #0078c0;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 65px;padding:15px 0;line-height: 35px;color: #727272;} /**当前位置**/
.col_metas .col_path a{color: #727272;}
.col_news_con { padding:0; 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;font-size:1.4rem; 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); } /**列表页文章图片大小限制**/

/**列表页资讯列表**/
.column-newslist { margin: 0 auto; width:100%; }
.column-item { padding: 30px 0; border-bottom: 1px dashed #e0e0e0; }
.column-item .news-img { float: left; width: 320px; height: 214px; overflow: hidden; position: relative;}
.column-item:hover .news-img { box-shadow: 0 4px 8px rgba(0, 0, 0, .16); }
.column-item .news-img img { position: absolute; z-index: 1; top: 0; left: 0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover; -webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease; }
.column-item:hover .news-img img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.column-item .news-cont { float: right; width: calc(100% - 360px); }
.column-item .news-cont .news_bt { line-height: 38px; font-size: 18px;font-size:1.8rem; font-weight: bold; color: #333; -webkit-transition: .3s all ease; -ms-transition: .3s all ease; transition: .3s all ease; }
.column-item .news-cont .news_bt:hover{color:#5273a6;}
.column-item .news-cont .news_text { margin-top:14px; line-height: 40px; color: #999; font-size: 16px; font-size:1.6rem;}
.column-item .news-cont .news_date { margin-top:14px; line-height: 20px; color: #999; font-size: 16px;font-size:1.6rem; }


/**列表页招生简章列表**/
.article_list li{ margin-bottom:30px;background: #FFFFFF;border-radius: 8px; padding:20px 0px;}
.article_list li a{ padding-right:30px; position:relative} 
.article_list .date{ width:136px; height:100px; border-right:1px solid #DEDEDE;}
.article_list .date .month{font-size: 40px;font-size: 4rem;color: #333333;}
.article_list .date .year{font-size: 16px;font-size:1.6rem;color: #888;}
.article_list .info{ width:calc(100% - 178px);}
.article_list .info .bt{line-height:28px;font-size:20px;font-size:2rem; font-weight:600; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.article_list .info .wz{ margin-top:10px;font-size: 14px;font-size: 1.4rem;color: #666; line-height:24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; word-break:break-all}



/**列表页视频列表**/

.scene-listcon{overflow:hidden;}
.scene-listcon ul{ position:relative; margin:0 -12px; margin-top:-24px;}
.scene-listcon li{ width:33.3%; padding:24px 12px;}
.scene-listcon li a{ display:block; padding:5px;}
.scene-listcon li .card{ display:block; border-radius:2px; background:#fff;  overflow:hidden; box-shadow: 0 3px 6px rgba(0, 0, 0, .06); position:relative}
.scene-listcon li .card_pic{ position:relative; overflow:hidden; width:100%; padding-top:56.25%;}
.scene-listcon li .card_pic.card_zy{padding-top:75%;}
.scene-listcon li .card_tip{position:absolute; z-index:3;top:16px;right:16px; padding:4px 10px 4px 32px; border-radius:28px; background:rgba(0,0,0,0.5) url(../images/see.png) 8px center no-repeat; background-size:18px 18px; color:#fff; font-size:14px;font-size:1.4rem; line-height:20px;}
.scene-listcon li .card_pic .img{position: absolute; z-index: 1; top: 0; left: 0;margin: auto;max-width: 100%;width: 100%; height: 100%;object-fit: cover; -webkit-transition: .5s all ease; -ms-transition: .5s all ease; transition: .5s all ease; }
.scene-listcon li .card_bt{padding:12px;  background:#fff; text-align:center; line-height:30px; font-size:16px;font-size:1.6rem; font-weight:600;}
.scene-listcon li .card:hover .img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }


/**文章页**/
.infobox {box-shadow: 0 4px 12px rgba(10, 10, 10, .1); padding: 30px; background:#fff }
.infobox .article .entry .read p{} 
/**文章标题**/
.article h1.arti_title { line-height: 44px;font-size: 30px;font-size:3rem; font-weight: 600; text-align:center; color: #0078c0; }
.zhaiyao{background: #F9F9F9; padding:20px; margin-bottom:30px;}
.article h2.arti_title { font-weight: 400; line-height: 34px; font-size: 20px;font-size:2rem; text-align:left; color: #626262; }
/**文章副标题**/
.article .arti_metas { line-height: 32px; font-size: 16px;font-size:1.6rem; text-align:center; color: #666; margin:20px auto;}
.article .arti_metas span.arti_update {color: #666; }
.article .arti_metas span.arti_views {color: #999;padding-left:34px;background: url(../images/see2.png) left center no-repeat; background-size: 20px 20px; }
/**文章其他属性**/

.article .entry { margin: 0 auto; overflow: hidden; padding:0; }
/**文章内容**/

.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 18px;font-size:1.8rem; color: #333;     word-break: break-all;}
/**阅读字体**/
.article .entry .read p { }
.article .entry .read img { margin:0 auto;display: block; max-width: 940px; _width: expression(this.width > 940 ? "940px": this.width);
}
/**文章阅读部分图片大小限制**/

.article .entry .read table { margin: 0 auto; border: none!important; }
.es_article_title { display: none; }
/**翻页**/

.es_pagingbar_container { margin: 40px auto 0; text-align: center; padding-bottom: 40px; }
.es_pagingbar_container .es_pagingbar { display: inline-block; overflow: hidden; }
.es_pagingbar_container .es_pagingbar li { float: left; padding: 6px 12px; margin: 0 6px; color: #999; background: #fff; border: 1px solid #eee; font-size: 14px;font-size:1.4rem; text-align: center; cursor: pointer; }
.es_pagingbar_container .es_pagingbar li.active { background: #d63e3e; color: #fff; border-color: #d63e3e; }
.es_pagingbar_container .es_pagingbar li.active a { color: #fff; }
.es_article_content img { margin-right: 20px; }

video{ width:100%;height:100%}
