@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;}

/*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: #C55852;}
.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: 1440px;padding:0 20px;margin:0 auto;} /**页面全局宽度**/
.mod{ position:relative}
/*head开始*/
#header{ background:#C55852;position:relative;}
#header .line{ position:absolute; bottom:0;left:10px;right:10px; height:1px; background: linear-gradient(
  to right,
  transparent 0,
  rgba(255,255,255,0.8) 40px,
  rgba(255,255,255,0.8) calc(100% - 40px),
  transparent 100%
);}

.head-top{padding:18px 0 18px; }
.header .head-left { width:728px;}
.sitelogo img {display: block;  width: 100%;}
.header .head-right .goback{display: block; padding-left:32px; background:url(../images/home.png) no-repeat left center; height:24px; line-height:28px; font-size:18px;font-size:1.8rem; color:#fff;}


/*默认主导航样式*/
#nav {background:#C55852; height:60px; position:relative; z-index:5;}
.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; }
.nav .wp-menu .menu-item a.menu-link { display:block;padding:0 28px;line-height: 50px;border-radius: 25px; color: #fff; font-size: 20px;font-size:2rem; -webkit-transition: all 0.3s; }
.nav .wp-menu .menu-item.hover a.menu-link { color: #fff;background:rgba(255,255,255,0.08);}
.nav .sub-menu { display: none; position: absolute;  top: 50px; left:0px;right:0px;z-index: 100; padding-top:5px;border-radius:0px 0px 10px 10px; overflow:hidden}
.nav .sub-menu .sub-item {background:#C55852;position: relative; white-space: nowrap; vertical-align: top; _zoom: 1;  padding:8px;}
.nav .sub-menu .sub-item a { display: block; border-radius:10px; 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:rgba(255,255,255,0.08); }
/**主轮播**/
.maincover{position:relative;}
.mbanner{ position:relative;z-index:1;}
.mbanner .swiper-button-next, .mbanner .swiper-button-prev { display: none;}
.mbanner .swiper-wrapper{position:relative;z-index:1;}
.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{ position:absolute; z-index:3; text-align:center; color:#fff; font-size:16px;font-size:1.6rem;text-shadow: 
    0px 2px 0px #000,
    2px 2px 0px rgba(0, 0, 0, 0.1),
    3px 3px 5px rgba(0, 0, 0, 0.1);}
.mbanner .swiper-pagination span{padding:0 4px;font-size:24px;font-size:2.4rem; font-family:Arial, Helvetica, sans-serif}
.mbanner .swiper-pagination span.swiper-pagination-current{ font-size:36px;font-size:3.6rem; font-style:italic}

.mbanner .customPrev{ display:inline-block; width:30px; height:30px; background:url(../images/prev.png) no-repeat center;}
.mbanner .customNext{ display:inline-block; width:30px; height:30px; background:url(../images/next.png) no-repeat center;}
/* 半圆弧遮罩层 */
.semi-circle-mask{
  position:absolute; z-index:2;
  left: 0;right:0;
  bottom: -1px;
  height:180px;
  background:url(../images/banner_mask.png) no-repeat center bottom; background-size:100% auto;
}

/**筛选**/
.search_box{ position:absolute; z-index:3;left:20px;right:20px; top:30%; margin:0 auto; width:1400px; background:rgba(0,0,0,0.4); border-radius: 10px; padding:30px 30px 34px;}
.search_tab a{ display:block; margin-right:26px; padding:0 26px; line-height:56px; border-radius:28px; color:#fff; font-size:24px;font-size:2.4rem;-webkit-transition: all 0.3s;}
.search_tab a.active{ background:#C55852;}
.search_bar{ margin-top:20px;background: #FFFFFF;border-radius: 40px; box-shadow: 0 -2px 10px rgba(0,0,0,0.1);}
/**搜索**/
.wp-list{ width:160px;height: 40px; position:relative; padding-right:50px;}
.jzkey{ text-align:center; padding:0 10px;height: 40px; line-height: 40px;color: #000; font-size: 24px;font-size:2.4rem;border: none;}
.wp-list .arrow{ position:absolute;right:15px; top:50%; margin-top:-11px; width:22px; height:22px;background:url(../images/down.png) no-repeat center; }
.wp-list:before{ position:absolute; content:''; right:0;top:10px; bottom:0; width:1px; background:#cccccc}
.wp-search {height:80px; width:100%;padding:5px 5px 5px 20px;box-sizing: border-box;}
.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:calc(100% - 150px);box-sizing: border-box;height: 70px;padding-left: 10px;line-height: 70px;color: #333; font-size: 20px;font-size:2rem;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:120px; height:70px;}
.wp-search .addbtn .search-submit { width: 120px; height: 70px; border: 0; outline: 0; background:#C55852 url(../images/search.png) no-repeat center; border-radius:35px; background-size:40px 40px; cursor: pointer; }
.wp-search .search-k::-webkit-input-placeholder {color:#999; font-size:20px;font-size:2rem;}
.wp-search .search-k::-moz-placeholder {color:#999; font-size:20px;font-size:2rem;}
.wp-search .search-k:::-moz-placeholder {color:#999; font-size:20px;font-size:2rem;}
.wp-search .search-k::-ms-input-placeholder {color:#999; font-size:20px;font-size:2rem;}

.search_panel{
  display:none;
  align-items:center;
}
  
.search_panel.active{
  display:flex;
}
.jzkey option{font-size: 18px;}

/**标题栏**/
.post_bt{ margin-bottom:40px;position:relative}
.post_bt:before{ position:absolute; content:''; top:8px;left:70px; width:60px;height:4px; background:rgba(197, 88, 82, 0.2);}
.post_bt:after{ position:absolute; content:''; bottom:0px;left:200px;right:100px; height:2px; background:rgba(197, 88, 82, 0.2);}
.post_bt .tt{ height:52px;}
.post_bt .tt .icon{display:block; height:52px; width:52px; margin-right:10px;}
.post_bt .title{ padding-right:20px; font-size:30px; font-size:3rem;font-weight: 600;color: #C55852; line-height:26px; }
.post_bt .more{ width:100px; text-align:right;font-size:16px; font-size:1.6rem;color: #861999;} 


/**首页布局**/
.main1{ background:#fff; padding:60px 0 40px;}
.main1 .ml_01{ width:640px;}
.main1 .ml_02{ width:calc(100% - 670px)}
.post1_con{ padding:30px; position:relative; z-index:2;}
.post1_con:before{ position:absolute; content:'';bottom:0;left:0; height:4px;background:#C55852; width:0; -webkit-transition: all 0.3s;}
.post1_con:hover{z-index:3;background: #FFFFFF;border-radius: 4px;box-shadow: 2px 0px 12px 0px rgba(0,0,0,0.2);-webkit-transition: all 0.3s;}
.post1_con:hover:before{width:100%;}
.post1_con .date{height:38px; font-size:36px;font-size:3.6rem; color:#000; line-height:38px;}
.post1_con .date .time{ height:26px;font-size:20px;font-size:2rem; color:#999; line-height:26px; margin-left:10px}
.post1_con .post_title{margin-top:20px; line-height:30px;font-size:20px;font-size:2rem;color: #333; font-weight:600;}
.post1_con .post_wz{ margin-top:10px; line-height:26px; font-size:16px;font-size:1.6rem; color:#999;}
.post1_con .news_pho{width:100%; height:324px;position: relative;overflow: hidden; margin-top:35px; margin-bottom:32px;}
.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.02); -ms-transform: scale(1.02); transform: scale(1.02);}
.post1_con .more{ display:block; width:60px; height:60px;background:url(../images/more.png) center  no-repeat; background-size:cover;-webkit-transition: all 0.3s;}
.post1_con:hover .more{background:url(../images/more2.png) center  no-repeat; background-size:cover}
.post1_con:hover .post_title,.post1_con:hover .post_title a{ color: #C55852;}

.ml_02 li{ width:50%; position: relative;}
.ml_02 li:nth-child(1):after{position:absolute; z-index:1; content:'';top:0; right:0px; bottom:30px; width:1px; background:#e7e7e7}
.ml_02 li:nth-child(3),.ml_02 li:nth-child(4){ margin-top:-8px; }
.ml_02 li:nth-child(3):after{position:absolute; z-index:1; content:'';top:30px; right:0px; bottom:2px; width:1px; background:#e7e7e7}
.ml_02 li:nth-child(2) .post1_con,.ml_02 li:nth-child(4) .post1_con{margin-left:-1px;}
.ml_02 .post1_con{padding:30px 28px; }
.ml_02 .post1_con .post_title{ font-size:18px;font-size:1.8rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ml_02 .post1_con .more{ margin-top:35px;}



.main2{ background:#F5F5F5 url(../images/bg2.png) center top no-repeat; background-size:auto 100%;padding:40px 0px;}
.post2{ width:calc(100% - 616px);background: #FFFFFF;box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.1); position:relative;}
.post2:before{ position: absolute; content:'';top:20px; bottom:20px; width:1px; background:#e7e7e7;left:33.3%;}
.post2:after{ position: absolute; content:'';top:20px; bottom:20px; width:1px; background:#e7e7e7;right:33.3%;}
.post2_con{ padding:10px 0;}
.post2_con ul{ height:240px;}
.post2_con li{ width:33.3%; padding:15px 10px;}
.post2_con li a{height: 30px;background: #FFFFFF;}
.post2_con  .num{ width:30px; height:30px; border-radius:2px; background:#f5f5f5; color:#333;font-size:18px;font-size:1.8rem; }
.post2_con  .post2_title{ width:calc(100% - 40px);line-height:30px;font-size:18px;font-size:1.8rem;}
.post2_con li a:hover .num{ background:#C55852;color: #fff;}
.post2_con li a:hover .post2_title{color: #C55852;}


.post3{ width:576px;background: #FFFFFF;box-shadow: 1px 0px 6px 0px rgba(0,0,0,0.1);}
.post3_con{ padding:0.5px 44px 20px;}
.post3_con li{ width:33.3%; margin-top:26px;}
.post3_con li a{position:relative}
.post3_con li .icon{ margin:0 auto; width:54px;height:54px;}
.post3_con li .post3_title{line-height:32px;font-size:18px;font-size:1.8rem;height:32px; margin-top:8px;}
.post3_con li a:hover .post3_title{color: #C55852;}


.main3{ background:#fff; padding:40px 0px 30px;}
.post4{width:calc(100% - 616px);}
.post4_con{ overflow:hidden}
.post4_con ul{ position:relative; margin-right:-40px;}
.post4_con li{ width:50%; padding-right:40px; margin-bottom:22px;}
.post4_con li a{position:relative; z-index:2;}
.post4_con li .date{ width:76px;color: #333; text-align:right;}
.post4_con li .news_day{font-size:30px;font-size:3rem;}
.post4_con li .news_year{ font-size:15px;font-size:1.5rem; color:#999;}
.post4_con li .post4_title{line-height:30px;font-size:18px;font-size:1.8rem;height:60px; width:calc(100% - 90px)}
.post4_con li a:hover .post4_title{color: #C55852;}
.post4_con li a:hover .news_year,.post4_con li a:hover .news_day{color: #861999;}

.post5{ width:576px; height:324px; position:relative; overflow:hidden}
.post5 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;}
.post5:hover img { -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02);}



.main4{ background:#c55952 url(../images/bg4.png) center top no-repeat; background-size:auto 100%;padding:40px 0px;}
.main4 .post_bt:before,.main4 .post_bt:after{background:rgba(255, 255, 255, 0.2);}
.main4 .post_bt .title,.main4 .post_bt .more{ color:#fff;}
.main4 .inner { position:relative}
.main4 .swiper-button-next, .main4 .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: 30px; height: 30px; display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; }
.main4 .swiper-button-prev { background: url(../images/prev.png) center no-repeat; background-size:cover;left:-10px; }
.main4 .swiper-button-next { background: url(../images/next.png) center no-repeat;background-size:cover;right:-10px;}
.main4 .swiper-button-prev:after,.main4 .swiper-button-next:after{ display:none}
.post6 .swiper-button-prev,.post6 .swiper-button-next { display:none}
.post6 .swiper{ padding-bottom:0px;}
.post6 .swiper-slide {display: flex;justify-content: center; align-items: center;}


.post6 .tu_box{ width:100%;height:100%;}
.post6 .tu_box .pho{padding-top:138%;}
.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_bt{ display:block;height:60px; font-size:18px;font-size:1.8rem; line-height:30px; color:#fff; text-align:center; margin-top:14px; }
.tu_box .swiper-slide:hover .pho_bt{color:#fff}


/**页脚开始**/
footer {background: #c55852;color: #fff; padding:50px 0 30px;}

.navbar-left {padding-left:120px; width:300px; position:relative}
.navbar-left:before{ position:absolute; content:'';top:0;bottom:0;left:100px; width:1px;  background:rgba(255,255,255,0.3);}
.navbar-left .bt{position:absolute;top:0;left:0; font-size:20px; font-size:2rem;line-height:22px;}
.navbar-left .link a:first-child{margin-top:0}
.navbar-left .link a{ line-height:22px; margin-top:14px;font-size: 16px;font-size:1.6rem;color:rgba(255,255,255,0.7); display:block}
.navbar-left .link a:hover{ color:#fff}
.navbar-right { width:410px}
.navbar-right .wz{ height:22px; line-height:22px; padding-left:28px;font-size: 16px;font-size:1.6rem;color: #FFFFFF;}
.navbar-right .addr{background:url(../images/addr.png) left center no-repeat; background-size:16px 20px}
.navbar-right .tel{background:url(../images/call.png) left center no-repeat; background-size:20px 14px; margin-top:18px;}
.navbar-right .mail{background:url(../images/mail.png) left center no-repeat; background-size:20px 20px; margin-top:18px;}
.copyright { margin-top:22px; border-top:1px solid rgba(255,255,255,0.3);padding-top:14px; line-height:26px;font-size: 15px;font-size:1.5rem;}
.copyright a {color: #fff;}
.navbar-tu{ width:110px;}
.navbar-tu img{width:110px;height:110px; display:block}
.navbar-tu .wz{ margin-top:8px; line-height:25px; font-size:16px;font-size:1.6rem; text-align:center;}
/*滚动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:#C55852 }
.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:#C55852}


.lanmu_name{color: #C55852;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: #C55852; 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: #C55852; background:rgba(239,239,239,0.1)}
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #C55852;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:#C55852;}
/*二级子栏目**/
.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: #C55852;}
/*三级子栏目**/
.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;font-size:1.4rem;}
.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:#C55852}
.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 #C55852;}




/**栏目新闻**/
.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: #C55852;border-bottom: 1px solid #C55852;}
.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% - 168px);}
.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: #C55852; }
.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%}
