@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: #0078C0; }
.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:#0078C0}
.head-top{ height:99px;}
.header .head-left { width:630px;}
.sitelogo img {display: block;  width: 100%;}
.header .head-right { padding-bottom:18px}
.search-panel { float: right;position: relative; z-index: 20;display: inline-block;}	
.search-window {border-bottom:1px solid #fff ;overflow: hidden;}	
/**搜索**/
.wp-search { border:0px; background:transparent; width:130px;height:52px; width:400px; position: relative; }
.wp-search form ,.wp-search .form{ display: block; padding-right: 34px;height:32px; }
.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:inline-block;vertical-align: top; width:345px;box-sizing: border-box;height: 52px;padding-left: 10px;line-height: 52px;color: #fff; 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{display:inline-block; width:50px; height:52px;}
.wp-search .addbtn .search-submit { width: 50px; height: 52px; border: 0; outline: 0; background:url(../images/search.png) no-repeat center; background-size:22px 22px; cursor: pointer; }
.wp-search .search-k::-webkit-input-placeholder {color:rgba(255,255,255,0.5);}
.wp-search .search-k::-moz-placeholder {color:rgba(255,255,255,0.5);}
.wp-search .search-k:::-moz-placeholder {color:rgba(255,255,255,0.5);}
.wp-search .search-k::-ms-input-placeholder {color:rgba(255,255,255,0.5);}

/*默认主导航样式*/
#nav { border-top:4px solid #0067a7; background:#0078c0; }
.nav .wp-menu { height: 56px;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: 56px;  text-align: center; padding:0 10px; }
.nav .wp-menu .menu-item:before{ position:absolute; content:'';left:0;top:0; width:10px; height:10px;background:url(../images/icon_navigation_angle01.png) no-repeat center; background-size:cover; display:none}
.nav .wp-menu .menu-item:after{ position:absolute; content:'';right:0;top:0; width:10px; height:10px;background:url(../images/icon_navigation_angle02.png) no-repeat center; background-size:cover;display:none}
.nav .wp-menu .menu-item>a { display: inline-block; color: #fff; height: 52px; line-height: 52px;  position: relative; }
.nav .wp-menu .menu-item a.menu-link {padding:0 24px; color: #fff; font-size: 16px;font-size:1.6rem; -webkit-transition: all 0.3s; }
.nav .wp-menu .menu-item.hover a.menu-link { color: #fff;background:#0067a7; border-radius:0 0 4px 4px;}
.nav .wp-menu .menu-item.hover:before,.nav .wp-menu .menu-item.hover:after{ display:block}
.nav .wp-menu .menu-item.hover a.menu-link:before{ position:absolute; content:''; bottom:6px;left:24px;right:24px;height:2px; border-radius:2px; background:#fff;}
.nav .sub-menu { display: none; position: absolute;  top: 48px; left:10px;right:10px;z-index: 100; padding-top:10px; background:#0067a7; border-radius:0 0 6px 6px; 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;background:#0067a7; color: #fff; height: 40px; line-height: 40px; font-size: 16px;font-size:1.6rem; text-align:center; padding:0 16px; }
.nav .sub-menu .sub-item.hover>a, .nav .sub-menu .sub-item a:hover { color: #fff;background: #0078C0; 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:100px; height: 100px; margin-top:-50px; 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 .banner_cover{ position:absolute; z-index:10; left:0;right:0; bottom:0; height:78px;background:url(../images/banner_mask.png) center bottom no-repeat; background-size:cover;}


/**标题栏**/
.post_bt{ margin-bottom:30px;}
.post_bt .tt{ height:52px;position:relative}
.post_bt .tt img{display:block; height:100%; width:auto;}
.post_bt .tt.selected img{ opacity:1}
.post_bt .tt.selected:before{ position:absolute; content:''; bottom:-30px;left:0;right:0; height:2px; background:#fff;}
.post_bt .tt:last-child{ margin-right:0}
.linkmore .more{ display:none} 
.linkmore .more.active{ display:block}
.more_btn1 { width:118px}


/**首页布局**/
.main1{ background:#fff; padding:70px 0;}
.main1 .ml {float: left; width:990px;}
.main1 .ml_01{ width:566px; padding:6px 6px 0 0;background:url(../images/news_line.png) right top no-repeat;}
.main1 .ml_02{ width:400px}
.main1 .mr { float: right; width:360px; }

.post1_con{ width:100%;position:relative;}
.post1_con .date{ position:absolute; z-index:2;left:0px;bottom:0px; width:125px;height:50px; padding-top:20px;line-height:30px; background:url(../images/bj_news_date.png) left bottom no-repeat;color: #046EB8; font-size:16px}
.post1_con .date .day{font-size:26px; margin-right:8px;}
.post1_con .news_pho{width:100%; height:420px; border-radius: 4px;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_title{padding:20px 0; line-height:30px;font-size:22px; position:relative}
.post1_title:before{ position:absolute; content:''; bottom:0;left:0; width:180px;height:3px; background:rgba(0, 120, 192, 0.3)}
.post1_title:after{position:absolute; content:''; bottom:0;left:0; width:60px;height:4px;background: #0078C0;}
.post1_wz{ margin-top:12px; line-height:26px; font-size:16px; color:#999;}

.ml_02 li{ margin-bottom:22px; position:relative; padding-bottom:15px; border-bottom:1px solid #C8C8C8}
.ml_02 li:last-child{margin-bottom:0; border-bottom:0; }
.ml_02 li .date2{ font-size:16px; height:30px; line-height:30px; color: #046EB8;}
.ml_02 li .date2 .day{font-size:26px; margin-right:8px;}
.ml_02 li a:hover .date2{ padding-left:32px;background:url(../images/icon_news_date.png) left center no-repeat;}
.ml_02 li .post2_title{ font-size:20px; margin-top:6px;line-height:30px;}
.ml_02 li .post2_wz{ margin-top:4px; line-height:24px;font-size:14px; color:#999;}

.post2_con li{ margin-bottom:26px}
.post2_con li a{height: 94px;background: #FFFFFF;box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);border-radius: 4px 30px 4px 30px; padding:0 23px 0 19px;}
.post2_con li a:hover{background: #0078C0;}
.post2_con  .date{ width:74px;}
.post2_con  .day{ font-size:26px; color: #046EB8; line-height:36px; border-bottom:2px solid #0078C0; display:inline}
.post2_con  .month{ margin-top:5px;font-size:15px;color: #666666;line-height:22px; display:block; width:100%}
.post2_con  .post2_title{ width:calc(100% - 74px);line-height:30px;font-size:20px;}
.post2_con li a:hover .day{ border-color:#fff;}
.post2_con li a:hover .day,.post2_con li a:hover .month,.post2_con li a:hover .post2_title{ color:#fff;}
.more_btn2{height: 94px;background: #FFFFFF;box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);border-radius: 4px 30px 4px 30px;}

.main2{ background:#F5FBFF url(../images/bj_01.jpg) center bottom no-repeat; background-size:100% auto; padding:70px 0 80px;}
.post3{ width:calc(50% - 30px)}
.post3_con{ padding:0px 20px; border-radius:4px; background:#fff;box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);}
.post3_con li{ border-bottom:1px solid #dcdcdc;}
.post3_con li a{ padding:24px 0; position:relative}
.post3_con li a:hover:before{ position:absolute; content:'';left:0;right:0; bottom:-1px; height:2px; background:#fff url(../images/line_newsflash.png) center bottom no-repeat; background-size:auto 100%}
.post3_con li:last-child{ border-bottom:0;}
.post3_con li .date{ width:90px; height:60px;color:#333}
.post3_con li .news_time{ width:40px; height:42px}
.post3_con li .news_month{ font-size:26px;}
.post3_con li .news_year{font-size:15px; color:#999}
.post3_con li .news_day{ height:42px; padding-left:12px; font-size:26px; line-height:26px; background:url(../images/line1.png) left center no-repeat;}
.post3_con li .post3_title{line-height:30px;font-size:20px;height:60px; width:calc(100% - 98px)}
.post3_con li a:hover .news_year{color:#666}
.post3_con li a:hover .news_day{background:url(../images/line2.png) left center no-repeat;}

.post3_news{background: #FFFFFF;box-shadow: 0px 1px 4px 0px rgba(4,0,0,0.2);border-radius: 4px 30px 4px 30px; margin-bottom:40px; overflow:hidden;}
.post3_news .date{height:50px;background: #0078C0;}
.post3_news .date_week{ padding-left:48px; background:url(../images/week.png) left center no-repeat;font-size: 16px;color: #FFFFFF;line-height: 36px;}
.post3_news .date_week span{ font-size:20px;}
.post3_news .title{height:56px;font-size: 20px; padding:0 20px;}


.post4_con{ padding:0px 20px;border-radius: 4px 30px 4px 30px; background:#fff;box-shadow: 0 2px 6px 0px rgba(0,0,0,0.1);}
.post4_con li{ position:relative}
.post4_con li a{ border-bottom:1px solid #dcdcdc; padding:16px 0; position:relative; z-index:2;}
.post4_con li:last-child a{ border-bottom:0;}
.post4_con li a:hover:before{ position:absolute; content:'';left:-20px;top:50%; transform:translateY(-50%);width: 4px;height: 50px;background: #0078C0;}
.post4_con li .date{ width:70px; height:46px;color: #046EB8;}
.post4_con li .news_day{font-size:24px;}
.post4_con li .news_year{ font-size:15px; color:#999;}
.post4_con li .post4_title{line-height:30px;font-size:20px;height:30px; width:calc(100% - 98px)}
.post4_con li a:hover .news_year{color:#666}

.main3{ background:#fff; padding:70px 0 30px;}
.main3 .swiper{ padding-bottom:52px;}
.post5 .swiper-slide {width:100%;height:387px; }


.main3 .swiper-button-next, .main3 .swiper-button-prev { bottom:0;top:auto;margin-top:0; 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: 36px; height: 40px; 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/icon_highlight_prev.png) center no-repeat; background-size:9px 16px;right:100px;left:auto; }
.main3 .swiper-button-next { background: url(../images/btn_highlight_next.png) center no-repeat;background-size:9px 16px;right:0px; left: auto; }
.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;}
.post5 .tu_boxcon{ height:396px;display: -webkit-flex; /* Safari */display: flex;flex-direction:column;flex-wrap: wrap}
.post5 .tu_box{ width:336px; height:190px; margin-bottom:8px;display: flex;}
.post5 .tu_box:nth-child(3){ width:calc(100% - 710px);margin:0 19px; height:388px}
.post5 .tu_box:nth-child(3) .pho:before{ position: absolute; z-index:3; left:50%;top:50%; transform:translate(-50%,-50%); content:''; width:100px; height:100px; background: url(../images/btn_highlight_play.png) center no-repeat; background-size:cover;}
.tu_box .pho{ width:100%; height:100%; position:relative; overflow:hidden}
.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;}
.tu_box .pho:hover img{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.tu_box .pho:hover:before{ position:absolute; content:'';z-index: 2;top: 0;left: 0; right: 0;bottom: 0; border:2px solid #0078C0; box-sizing:border-box}
.tu_box .pho_bt{ display:none; position:absolute; z-index:3; bottom:0;left:0;right:0;height:38px;background: #0078C0; font-size:16px; color:#fff; padding:0 10px; -webkit-transition: .1s all ease;-ms-transition: .1s all ease;transition: .1s all ease; }
.tu_box .pho:hover .pho_bt{ display:flex}

.post6{ display:none}
.post6 .swiper-slide {width:65%; height:100%;display: flex;justify-content: center; align-items: center;}
.post6 .tu_box{ width:100%;height:100%; margin-bottom:0;display: flex;}
.post6 .tu_box .pho{ height:auto; padding-top:60%;}

/**页脚开始**/
footer {background: #474747;color: #fff; padding:60px 0 20px;}

.navbar-left {float: left;width:630px;}
.navbar-right { float: right;}
.navbar-right .wz{ height:20px; line-height:20px; padding-left:38px;font-size: 16px;color: #FFFFFF;}
.navbar-right .addr{background:url(../images/icon_bottom_address.png) left center no-repeat;}
.navbar-right .tel{background:url(../images/icon_bottom_tel.png) left center no-repeat; margin-top:24px;}
.copyright { margin-top:32px; border-top:1px solid rgba(255,255,255,0.3);padding:20px 0px; line-height:30px;font-size: 15px;}
.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_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;color: #333333;}
.article_list .date .year{font-size: 16px;color: #888;}
.article_list .info{ width:calc(100% - 178px);}
.article_list .info .bt{line-height:28px;font-size:20px; 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.6rem;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%}
