@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; font-size:62.5%;}
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:NotoSans; }
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; }

@font-face {font-family: 'NotoSans';src:url(css/NotoSansSC-VF.ttf);}
@font-face {font-family: 'calibri';src: url(css/calibri.ttf);}
body, textarea, input, button, select, keygen, legend {color: #333; outline: 0; }
:focus { outline: 0; }
/*备用样式表*/

.none { display: none; }
.hidden { visibility: hidden; }
.clear { width: 100%; height: 0; line-height: 0; font-size: 0; overflow: hidden; clear: both; display: block; _display: inline; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block;  *zoom: 1;
}
.icon { display: inline-block; width: 32px; height: 32px; vertical-align: middle; background: url(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, 0.8); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8); }

::-webkit-input-placeholder {
font-size:16px;
 color: #333;
 font-family:NotoSans;
}

:-moz-placeholder {
font-size:16px;
 color: #333;
  font-family:NotoSans;
}

::-moz-placeholder {
font-size:16px;
 color: #333;
  font-family:NotoSans;
}

:-ms-input-placeholder {
font-size:16px;
 color: #333;
  font-family:NotoSans;
}
/*滚动样式*/
.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; }
body { background: #f9f9f9; line-height: 1; font-size: 14px; font-family:'NotoSans'; color: #333; }
p { line-height: 1.75; }
a { color: #333; text-decoration: none; transition: all 0.4s ease-in-out; }
a:hover { color: #B50C16; }
.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; }
.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; }
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-1 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.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; }
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
/*页面尺寸*/
.wrapper { width: 100%; margin: 0 auto; }
.inner { width: 1200px; margin: 0 auto; } /**页面全局宽度**/
.top_main { position: relative; }
.mbanner { position: relative; z-index: 1; }
.mod { padding: 0; }
/*head开始*/
.pixed_top{ position:fixed; z-index:10;left:0;top:0;right:0;}
.fix_page{ padding-top:170px;}
#header { height:110px; padding:29px 0; background: url(images/bg.png) center no-repeat; background-size:cover;}
#header .inner { position: relative; z-index: 2; }
.header .head-left { float: left; width: 450px;}
.header .sitelogo { }
.header .sitelogo img { width: 82%; display: block; }
.header .sitewz { padding-left: 40px; line-height: 1; font-size: 16px; color: #0f3774; }
.header .head-right { float: right; padding-top:5px; }
/*lang样式*/
.site-lang { height: 32px; }
.site-lang ul li.links { float: left; line-height: 32px; margin-left: 16px; }
.site-lang ul li.links a { display: block; line-height: 32px; padding: 0 20px; font-size: 16px; color: #fff; font-size: 12px; color: #404040; font-weight: bold; background: rgba(217, 165, 0); text-align: center; border-radius: 20px; }
.site-lang ul li.links a:hover { color: #fff; background: #bf9000; }
/**搜索**/
.wp_search { display: inline-block; position: relative;background: #fff; width: 209px; height: 36px; opacity: 0.3; filter: Alpha(opacity=30); }
.wp_search #keyword { width: 177px !important; padding: 4px 0; border: none; height: 28px; line-height: 28px; background: transparent; color: #fff; font-size: 14px; font-family:"NotoSans", "Microsoft YaHei"; }
.wp_search .search { width: 32px; height: 32px; border: 0px; background: url(images/sous.png) no-repeat center; cursor: pointer; vertical-align: top; }
/***自定义搜索*/
.searchbox { width: 400px; text-align: right; }
.wp-search {position: relative;background: #fff;border-radius: 20px;box-shadow: 2px 0px 10px 0px rgba(197, 17, 28, 0.2);}
.wp-search form { display: block; padding:2px; padding-right: 40px; }
.wp-search .search-input { margin-right: 0; height: 36px; position: relative; }
.wp-search .search-input input.search-title { width: 100%; box-sizing: border-box; height: 36px; padding: 0px 15px; line-height: 36px; color: #222; font-size: 14px; font-family:"NotoSans", "Microsoft YaHei"; border: 0; outline: 0; background: none; }
.wp-search .search-btn { width: 36px; height: 36px; position: absolute; right: 2px; top: 2px;}
.wp-search .search-btn input.search-submit { width: 36px; height: 36px; border: 0; outline: 0; background: url(images/search.png) no-repeat center; cursor: pointer; }
.wp-search input:-webkit-autofill {
 transition: background-color 5000s ease-in-out 0s;
 -webkit-text-fill-color: #222;
}
/*默认主导航样式*/
.head-nav { position: relative; z-index: 10; }
#nav {background: #a30a13;}
.wp-panel, .wp-window { position: relative; }
.nav .wp-menu { height: 60px; }
.nav .wp-menu .menu-item { margin:0 20px; display: inline-block; min-width: 120px; position: relative; height: 60px; text-align: center;}
.nav .wp-menu .menu-item > a { display: block; height: 60px; padding: 0 10px; padding-top:0.1px; line-height: 60px; position: relative; }
/**
.nav .wp-menu .menu-item > a:before { position: absolute; content: ""; left: 0; bottom: 0px; width:10px; height:60px; background: url(images/btn_navigation_left.png) no-repeat center;display: none; }
.nav .wp-menu .menu-item > a:after { position: absolute; content: ""; right: 0; bottom: 0px; width:10px; height:60px; background: url(images/btn_navigation_right.png) no-repeat center; display: none; }
**/
.nav .wp-menu .menu-item a.menu-link { color: #fff; font-size: 18px;  -webkit-transition: all 0.3s; }
.nav .wp-menu .menu-item.hover a:before,.nav .wp-menu .menu-item.hover a:after { display: block; }
.nav .wp-menu .menu-item.hover a.menu-link { color: #fff;}
.nav .wp-menu .menu-item > a .btname{display: block;  height: 60px;position:relative; z-index:2; background:#a30a13; border-radius:2px 2px 0 0 ;}
.nav .wp-menu .menu-item.hover a .btname{height:60px; background:#ededed;color: #a30a13; }

.nav .sub-menu { display: none; position: absolute; left: 50%; transform:translateX(-50%); top: 60px; width: auto; z-index: 100; background:#FFFFFF;box-shadow: 0 0px 10px rgba(0, 0, 0, 0.16); }
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom: 1;}
.nav .sub-menu .sub-item a { display: block; color: #a30a13; height: 40px; line-height: 40px; font-size: 16px; text-align: center; padding:0 8px;  }
.nav .sub-menu .sub-item.hover > a, .nav .sub-menu .sub-item a:hover { color: #a30a13; background: #ededed; display: block;font-weight: 500; }
.nav .sub-menu .sub-menu { left: 100%; top: 0px; z-index: 200; background: rgba(0, 0, 0, 0.2); }

/**主页banner开始**/

#banner { }
#banner .inner { width: auto; text-align: center; position: relative; }
.mbanner .swiper-slide { }
.mbanner .swiper-pagination { bottom: 30px; left: 0; right: 0; }
.mbanner .swiper-pagination-current { font-size: 28px; color: #b0261c; }
.mbanner .swiper-pagination-bullet { width: 15px; height: 15px; background: rgba(255, 255, 255, 0.4); opacity: 1; }
.mbanner .swiper-pagination-bullet.swiper-pagination-bullet-active { background: rgba(255, 255, 255, 1); }
.mbanner .swiper-button-next, .mbanner .swiper-button-prev { display: block; box-sizing: border-box; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; width: 34px; height: 58px; display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; }
.mbanner .swiper-button-prev { background: rgba(0, 0, 0, 0.2) url(images/left.png) center no-repeat; left: 10px; }
.mbanner .swiper-button-next { background: rgba(0, 0, 0, 0.2) url(images/right.png) center no-repeat; right: 10px; }
.mbanner .swiper-slide img { position: absolute; left: 50%; transform: translate(-50%); width: 100%; height: auto; display: block; min-height: 200px; }
.mbanner .swiper-slide .side_box { position: absolute; z-index: 6; right: 19%; bottom: 100px; width: 680px; height: 86px; border: 1px solid #fff; background: rgba(255, 255, 255, 0.38); padding-left: 30px; padding-right: 200px; }
.mbanner .swiper-slide .side_wz { height: 84px; padding-left: 30px; position: relative; line-height: 84px; font-size: 18px; color: #fff; }
.mbanner .swiper-slide .side_wz:before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 12px; height: 12px; border-radius: 50%; background: #fff; }
#slider-container2 .swiper-slide { height: 580px; position: relative; overflow: hidden; }
#slider-container2 .swiper-slide img { position: absolute; left: 0; right: 0; top: 0; transform: none; bottom: 0; margin: auto; max-width: 100%; width: 100%; height: 100%; object-fit: cover; }
/**首页布局**/
.main1 { padding:20px 0 20px;}
.main2 { padding:20px 0 20px;background:#fff}
.main3{background: #F1F1F3; padding:20px 0;}
.main1 .ml { float: left; width:calc(100% - 520px);}
.main1 .mr { float: right; width:430px; padding-top:66px;}
.main2 .md{ width:calc(50% - 20px); padding-top:40px;}

.index_title { position: relative;padding-bottom: 2px;border-bottom:1px solid #999; }
.index_title .bt {padding-left:58px; height: 45px; line-height: 45px; font-size: 24px;font-family: 'calibri'; font-weight: 600; color: #333; }
.index_title .bt1{background: url(images/icon_research.png) left center no-repeat; background-size:44px 48px;}
.index_title .bt2{background: url(images/icon_news.png) left center no-repeat; background-size:44px 48px;}
.index_more { display: block; line-height: 28px; font-size: 16px; color: #C5111C; padding-right:37px;background: url(images/btn_seeall.png) right center no-repeat; }
.tit1{ width:222px;}
.tit2{ width:151px;}
.index_title .tit{ height:45px;}
.index_title .tit img{ display:block; height:70%; width:auto;}
.tucon{ margin-top:20px;}
.tucon .swiper-container{ padding-bottom:46px;}
.tucon .swiper-slide {width: 100%; }
.tucon .swiper-slide .tubox{width: 100%; height:262px; box-sizing:border-box;border:1px solid #ccc; overflow: hidden; position: relative; }
.tucon .swiper-slide img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; border:2px solid #fff; max-width: 100%; width: 100%; height: 100%; object-fit: cover; transition: all 0.5s ease-in-out; }
.tucon .swiper-button-next, .tucon .swiper-button-prev { display: block; box-sizing: border-box; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; width: 26px; height: 25px; display: block; z-index: 100; cursor: pointer; opacity: 1; position: absolute; top: auto; margin: 0; bottom: 0; }
.tucon .swiper-button-prev { background: url(images/left2.png) center no-repeat; left: auto; right: 33px; }
.tucon .swiper-button-next { background: url(images/right2.png) center no-repeat; right: 0px; }
.tucon .swiper-slide .title { display: block;font-size: 20px;color: #000000;line-height: 32px;margin:6px 0 10px;}
.tucon .swiper-pagination { bottom: 13px; left: 0; right: 0; }
.tucon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ display:block; width:calc(25% - 24px); height: 4px; background:#bdc0c5;  border-radius:0; margin:0;opacity: 1; position:relative}
.tucon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{height:6px; background:#c5111c; border-radius:0;}
.tucon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet i{ position:absolute; bottom:10px;left:0;right:0; text-align:center; font-size:18px; color:#bdc0c5; font-style:italic}
.tucon .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active i{ color:#c5111c}

.main1 .mr .people{ float: left;width: 190px;background: #FFFFFF;border-radius:4px; padding:5px;}
.main1 .mr .people .tu{ display:block; width:100%;padding-top:143%; overflow: hidden; position: relative; transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),box-shadow 0.5s ease;}
.main1 .mr .people .tu img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 100%; width: 100%; height: 100%; object-fit: cover;display: block;}

.main1 .mr .people .tu:hover{transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);}



.main1 .mr .info{ float:right; width:calc(100% - 210px); padding-top:3px;}
.main1 .mr .info .tit_01{ line-height:28px;font-weight: 500;font-size: 18px;color: #B50C16;}
.main1 .mr .info .red{ a:hover:#B50C16;}

.main1 .mr .info .tit_02{ line-height:24px;font-size: 16px;color: #535353; margin-top:8px; margin-bottom:20px;}
.main1 .mr .info .tit_01.red{color: #B50C16;}
.main1 .mr .info .tit_02.red{color: #C5111C;}
.main1 .mr .info .tit_03{ padding-left:36px; line-height:26px;font-size:16px;color: #535353;margin-bottom:14px;}
.main1 .mr .info .tit_03.email{background: url(images/icon_people_email.png) left center no-repeat; background-size:22px 22px;}
.main1 .mr .info .tit_03.tel{background: url(images/icon_people_tel.png) left center no-repeat; background-size:22px 22px;}
.main1 .mr .info .tit_03.office{background: url(images/icon_people_office.png) left center no-repeat; background-size:22px 22px;}


.main2 .md .con1 {background: #FFFFFF;box-shadow: 2px 0px 10px 0px rgba(207, 210, 214, 1);border-radius: 4px; overflow: hidden; margin-bottom:10px;}
.main2 .md .con1 .tu{ display:block; width:100%;padding-top:56.25%; overflow: hidden; position: relative; transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275),box-shadow 0.5s ease;}
.main2 .md .con1 .tu img{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 100%; width: 100%; height: 100%; object-fit: cover;display: block;}
.main2 .md .con1 .tu:hover{transform: translateY(-5px) scale(1.05); box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);}


.con3{ position:relative; margin-top:-20px;}
.con3 li{padding:10px 0;  border-bottom: 1px solid #ccc; position:relative}
.con2 li .date{ padding:6px 0; padding-left:44px; line-height: 35px;font-size: 16px;color: #666666;background: url(images/icon_news_date.png) left center no-repeat; background-size:32px 32px}
.con2 li .title_bt{font-weight: 500;font-size: 18px;color: #000;line-height: 38px;}
.con2 li .title_wz{ margin-top:8px;font-size: 16px;color: #666666;line-height: 30px;}
.con2 li .more{ padding-right:18px;color: #C5111C; line-height:32px;font-size: 16px;background: url(images/btn_news_see.png) right center no-repeat;}
.con2 li{padding:5px 0px;}
.con2 li:hover{ padding:5px 20px;background:#fff;box-shadow: 2px 0px 10px 0px rgba(207, 210, 214, 1);-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}


.con3 li .more{font-size: 16px;}
.con3 li .title_bt{ color:#000;}
.con3 li a:hover .title_bt,.con4 li a:hover .title_bt{color: #B50C16;}

.con3 li:hover{ padding:10px 20px; background:#fff;border-bottom: 1px solid #fff;    box-shadow: 2px 0px 10px 0px rgba(207, 210, 214, 1);-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}




.con4 li{ margin-top:20px;background: #F5F5F5; border-bottom:2px solid #f5f5f5;border-radius: 4px; padding:20px 40px 14px 190px; position:relative;}
.con4 li:first-child{ margin-top:30px;}
.con4 li:after{ position:absolute; content:''; bottom:0;left:0; width:0; height:2px; background:#b50c16; -webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.con4 li .title_bt{font-size: 18px;color: #000;line-height: 32px;font-weight: 500;}
.con4 li .title_wz{ margin-top:8px;font-size: 16px;color: #666666;line-height: 30px; margin-bottom:4px;}
.con4 li .more{ padding-right:18px;color: #C5111C; line-height:26px;font-size: 16px;background: url(images/btn_news_see.png) right center no-repeat;}
.con4 li .date{ width:130px; height:100px; position:absolute;left:30px; top:30px;background: #FFFFFF;box-shadow: 2px 0px 6px 0px rgba(207, 210, 214, 1);border-radius: 2px}
.con4 li .date .momth{ height:64px; font-size:24px; color:#b50c16; width:100%; text-align:center;}
.con4 li .date .momth .day{font-size:26px;}
.con4 li .date .year{width:100%; text-align:center; height:36px; line-height:36px; font-size:20px; color:#666; position:relative}
.con4 li .date .year:before{ position:absolute; content:''; top:0;left:10px; right:10px; height:1px; background:#999;}
.con4 li:hover:after{ width:100%;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.con4 li a:hover .year{ background:#b50c16; color:#fff;-webkit-transition: all 0.6s ease; -moz-transition: all 0.6s ease; -ms-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease;}
.con4 li a:hover .year:before{display:none}

.main3 .title{ float:left;  padding-left:108px;background: url(images/icon_links.png) 70px center no-repeat; padding-right:50px; position:relative;height:50px; line-height:45px;font-size: 22px;color: #333333; margin-right:50px;background-size:20px 20px;}
.main3 .title:before{ position:absolute; content:'';right:0;top:0; width:21px; height:50px;background: url(images/icon_links_line.png) center no-repeat; background-size:cover;}
.con5{float:left; font-size:0 }

.con5 li{ display:inline-block; margin-right:30px; width:120px;}
.con5 li .tu{ background:#fff; border-radius:4px; position:relative}
.con5 li .tu:before{ position:absolute;content:'';top:100%; left:0;right:0; height:23px;background: url(images/shadow.png) center no-repeat; background-size:100% auto}
.con5 li a{ height:50px; padding:8px; overflow:hidden}
.con5 li a img{ width:100%; -webkit-transition: all 1.2s ease; -moz-transition: all 1.2s ease; -ms-transition: all 1.2s ease; -o-transition: all 1.2s ease; transition: all 1.2s ease; }
.con5 li a:hover img{ transform:scale(1.1)}






/**页脚开始**/
#footer { background:url(images/bj_bottom.jpg) center no-repeat; background-size:cover; height:68px;font-size: 16px;color: #000000; padding:15px;line-height: 38px; text-align:center}

/**友情链接**/
.mlink { margin-top: 20px; }
.mlinkwz { width: 88px; }
.botlinks .links-wrap { position: relative; width: 190px; height: 32px; line-height: 30px; background: transparent; border: 1px solid #fff; }
.botlinks .links-wrap a.links-arrow { display: block; height: 30px; line-height: 30px; padding: 0 38px 0 12px; color: #fff; font-size: 16px; background: url(images/arrow.png) no-repeat right bottom; }
.botlinks .links-wrap a.links-arrow:hover, .botlinks .wrap-open a.links-arrow { color: #fff; background-position: right top; cursor: pointer; }
.botlinks .links-wrap .link-items { display: none; position: absolute; left: -1px; right: -1px; bottom: 31px; height: auto; max-height: 300px; overflow: auto; overflow-x: hidden; background: rgba(255, 255, 255, 0.9); }
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444; }
.botlinks .links-wrap .link-items a span { display: block; padding: 0 16px; white-space: nowrap; }
.botlinks .links-wrap .link-items a:hover { color: #333; background: #e0f1f9; cursor: pointer; } /**链接样式**/
/*滚动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: 0.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: 0.8; filter: Alpha(opacity=80); }
.slick-next:before { content: ""; }
.post .con .wp_article_list .list_item { border-bottom: 1px dashed #ccc; }
/**新闻列表**/

/***********************************************************
 * 列表页
 */

/*栏目图片*/
.column-banner { position: relative; width: 100%; height: 500px; background-image: url(images/nybanner.jpg); background-size: cover !important; background-position: top !important; background-repeat: no-repeat !important; }
.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-banner { background-position: center top; background-repeat: no-repeat; text-align: center; }
.l-banner img { vertical-align: top; width: 100%; height: 100%; display: none; }
/**主体列表页开始**/

#l-container { padding:30px 0px 40px; box-sizing: border-box; background:#f9f9f9; }
#l-container .inner {
    padding: 25px 0px;
}
#d-container { padding:30px 0px 40px; background: #f5f5f5; box-sizing: border-box; }
#d-container .inner { padding: 1px 40px 60px; background: #fff; box-shadow: 0 0px 18px rgba(0, 0, 0, 0.16); box-sizing: border-box; }
.page_place { }
.column-breadcrumb { line-height: 40px; font-size: 14px; color: #444; padding-left: 28px; background: url(images/back.png) left center no-repeat; }
.page_place .column-breadcrumb{padding-left:0px; background:none}
.es_column_possplit, .column-breadcrumb a { font-size: 14px; line-height: 40px; color: #444; }
.es_column_possplit a:first-child { font-weight: bold; }
.es_column_possplit a:last-child { color: #6a5a1e; padding-left: 6px; position: relative; }
.es_column_possplit a:last-child:before { position: absolute; content: ""; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; background: #6a5a1e; }
/*主栏目名称*/
.col_menu { width: 240px; float: left; margin-right: -240px; position: relative; background: #fff;box-shadow: 0px 0px 10px 0px rgba(9, 9, 9, 0.15); box-sizing: border-box; }
.col_menu .l-qh { margin-bottom: 10px; }
.col_menu .col_menu_head { background: #a30a13; } /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { height:60px; font-size: 18px; font-weight:bold; color: #fff; } /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display: block; line-height: 45px; padding: 0px 5px; } /**栏目名称图标**/
.col_menu .col_menu_con { border: 1px solid #e4e4e4; }

/*栏目列表*/
.col_list { min-height:30px; }
.col_list .wp_listcolumn { border-top: 0px solid #2867a0; border-bottom: 0px solid #fff; }
.col_list .wp_listcolumn .wp_column a { color: #333; display: block; font-size: 15px; font-weight: normal; background: none; border-top: 0px solid #fff; border-bottom: 1px solid #f6eaea; }
.col_list .wp_listcolumn .wp_column a .column-name { padding: 5px 0px 5px 28px; line-height: 32px; }
.col_list .wp_listcolumn .wp_column a:hover, .col_list .wp_listcolumn .wp_column a.selected { color: #8e0107; background: #eee; }
.col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #8e0107; }
.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: #8e0107; }
/*二级子栏目**/
.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: bold; font-weight: bold; color: #8e0107; }
/*三级子栏目**/
.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: #8e0107; }

.col_list .wp_listcolumn { border: 0px; }
.col_list .wp_listcolumn .wp_column a { background-image: none; display: block; box-sizing: border-box; color: #333; font-size: 16px; font-weight: 600; text-align: center; position: relative; }
.col_list .wp_listcolumn .wp_column a .column-name { display: inline-block; padding: 12px 0px; line-height: 30px; }
.col_list .wp_listcolumn .wp_column a.col_item_link i { position: absolute; content: ""; right: 48px; top: 50%; margin-top: -7px; width: 8px; height: 14px; display: none; }
.col_list .wp_listcolumn .wp_column a.col_item_link:hover i, .col_list .wp_listcolumn .wp_column a.col_item_link.selected i, .col_list .wp_listcolumn .wp_column a.col_item_link.parent i { display: block; }
.col_list .wp_listcolumn .sub_list .wp_column a { color: #454545; background: none; border-bottom: 1px solid #bbb; }
/*二级子栏目**/
.col_list .wp_listcolumn .sub_list a { font-weight: normal; font-size: 16px; color: #333; }
.col_list .wp_listcolumn .sub_list a .column-name { display: inline-block; line-height: 30px; padding: 10px 0; cursor: pointer; }
.col_list .wp_listcolumn .sub_list a:hover { background: #f6f6f6; }
.col_list .wp_listcolumn .sub_list a.selected { background: #f6f6f6; font-weight: 600; }
.col_list .wp_listcolumn .sub_list a:hover span.column-name, .col_list .wp_listcolumn .sub_list a.selected span.column-name { color: #000; }
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a { background: none; }
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 20px; cursor: pointer; font-size: 14px; position: relative; }
.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before { position: absolute; content: ""; left: 2px; top: 50%; margin-top: -2px; width: 4px; height: 4px; background: #bbb; }
.col_list .wp_listcolumn .sub_list .sub_list a:hover, .col_list .wp_listcolumn .sub_list .sub_list a.selected { font-weight: 400; color: #237b36; }
.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before, .col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before { background: #f6f6f6; }

/**栏目新闻**/
.col_news { width: 100%; min-height: 400px; float: right; } /**栏目新闻**/
.col_news .col_news_box { margin-left: 280px; background: #fff; min-height: 350px;  padding: 10px 30px 40px; box-shadow: 0px 0px 10px 0px rgb(179 51 51 / 25%); }
.colum-box {}

.col_news_head { border-bottom: 1px solid #dbdbdb; }
.col_metas .col_title { display: inline-block; float: left; height: 48px; line-height: 48px; } /**当前栏目**/
.col_metas .col_title h2 { display: inline-block; font-size: 18px;font-weight: normal; color: #8e0107; border-bottom: 3px solid #cbcbcb; }
.col_metas .col_path { display: inline-block; float: right; white-space: nowrap; height: 46px; line-height: 46px; color: #666; } /**当前位置**/
.col_metas .col_path a { color: #2f2f2f; }
.col_news_con { padding: 15px 0px 10px 0px; margin: 0 0px; }
/**新闻列表**/
.col_news_list { margin-top: 7px; }
.col_news_list .news_list li {border: 1px solid #e9e7e7; margin-bottom: 20px;}

.col_news_list .news_list li a { position: relative; padding:0 20px}
.col_news_list .news_list li .news_title { display: block; width: calc(100% - 100px); font-size: 18px; line-height: 40px; padding:6px 0; }
.col_news_list .news_list li .news_meta { padding:6px 0;line-height: 40px; font-size: 14px; color: #3b3b3b; }
.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.6; font-size: 13px; 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);
} /**列表页文章图片大小限制**/





.col_news_list { margin-top: 7px; }
.col_news_list .wp_article_list .list_item { } /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { } /**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p { line-height: 1.75; font-size: 14px; color: #333; }
.col_news_list .wp_entry p { margin-bottom: 10px; }
.col_news_list .wp_entry table { margin-bottom: 4px; }
.col_news_list .wp_entry img { max-width: 680px;  _width: expression(this.width > 680 ? "680px": this.width);
}



















/**文章页**/

.infobox { margin: 0 auto; margin-top: 30px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16); padding: 50px 30px; }
.article { padding-top: 0px; }
.article h1.arti_title { line-height: 44px;font-size: 18px; font-weight: 600; text-align: center; color: #333; }
/**文章标题**/

.article h2.arti_title { line-height: 34px; font-size: 14px; text-align: center; color: #1b1b1b; }
/**文章副标题**/

.article .arti_metas { line-height: 32px; font-size: 12px; text-align: center; color: #999; /* border-top:1px solid #ececec; */ }
.article .arti_metas span { margin: 0 5px; font-size: 12px; color: #999; }
/**文章其他属性**/

.article .entry { margin: 0 auto; overflow: hidden; padding: 20px 0; border-top: 1px solid #dbdbdb; margin-top: 30px; }
/**文章内容**/

.article .entry .read, .article .entry .read p { line-height: 1.75; font-size: 16px; color: #333; }
/**阅读字体**/

.article .entry .read p { margin-bottom: 10px; text-indent: 2em; }
.article .entry .read img { margin-right: 20px; 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 #ddd; font-size: 14px; text-align: center; cursor: pointer; }
.es_pagingbar_container .es_pagingbar li.active { background: #a30a13; color: #fff; border-color: #a30a13; }
.es_pagingbar_container .es_pagingbar li.active a { color: #fff; }
.es_article_content img { margin-right: 20px; }
.news1 span { font-weight: bold; }
.Ctitle { background: #16b6af; display: flex; justify-content: center; padding: 30px;font-weight: bold; font-size: 25px; color: #ffff; line-height: 19px; }
.Ctitle2 { font-size: 20px; color: #ffff; line-height: 19px; background: #16b6af; display: flex; justify-content: center; padding: 20px; }
.Cjianjie { background: rgba(227, 227, 227, 0.6); padding: 30px;font-weight: 400; font-size: 18px; color: #333; line-height: 35px; }
.news_list2 { display: flex; justify-content: space-between; }
.col_news_list .news_list2 li { width: 32%; border: 1px solid rgba(227, 227, 227, 0.6); margin-bottom: 30px; }
.col_news_list .news_list2 li a { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.col_news_list .news_list2 li a .news_title { font-weight: 600; font-size: 16px; color: #333; line-height: 35px; }
.news_img { width: 100%; }
.news_img img { width: 100%; }
.newstu_list{ position: relative; margin: 0 -10px; }
.newstu_list li { width: 25%; padding: 0 20px; margin: 20px 0; }
.newstu_list li a { display: block; }
.newstu_list li a .tu_pic { width: 100%;border: 1px solid #dcdcdc; padding-top: 130%; position: relative; overflow: hidden; }
.newstu_list li a img { position: absolute; top: 0; bottom: 0; left: 0px; right: 0px; width: 100%; height: 100%; margin: 0 auto; max-width: 100%; object-fit: cover; -webkit-transition: 0.5s all ease; -ms-transition: 0.5s all ease; transition: 0.5s all ease; }
.newstu_list li a .name_title { font-size:18px; color:#B50C16; line-height: 24px; margin-top:10px; }
.newstu_list li a .name_meta { font-size:16px; color:#666; line-height: 1.2; margin-top: 8px; }
.newstu_list li a .email { font-size:16px; color:#B50C16; line-height: 1.2; margin-top: 8px; }
.newstu_list li a:hover img { transform: scale(1.1); transition: all 0.5s ease-in-out; }





