@charset "UTF-8";


@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
        url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "SourceHanSansCN-Medium";
    src: url("../fonts/SourceHanSansCN-Medium.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.woff") format("woff"),
        url("../fonts/SourceHanSansCN-Bold.eot") format("embedded-opentype"),
        url("../fonts/SourceHanSansCN-Bold.ttf") format("truetype");
}

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
	width: 100% !important;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */

html,
body {
    min-width: 1200px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

/* 头 */
#header {    
    height: 665px;
}

.header {
    position: relative;
    height: 100%;
}

.logo {
    margin-top: 33px;
}

.slogan {
    margin: 50px 0 0 20px;
}

.header .search-box {
    position: relative;
    width: 380px;
    height: 42px;
    line-height: 42px;
    margin-top: 60px;
    padding: 0 74px 0 45px;
    border: 1px solid #bc1d22;
    background: #fff url('../images/icon_search.png') 10px center no-repeat;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}

.header .input-placeholder {
    position: absolute;
    top: 0;
    left: 45px;
    color: #999;
}

.header .input-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    background: transparent;
    z-index: 1;
}

.header .search-btn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 74px;
    font-family: "SourceHanSansCN-Medium";
    color: #fff;
    font-size: 20px;
    background-color: #bc1d22;
    z-index: 2;
    text-align: center;
}

.head-nav {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    background-color: #bc1d22;
}

.head-nav-item {
    width: 11.11%;
    height: 60px;
    line-height: 60px;
    font-family: "SourceHanSansCN-Medium";
    color: #fff;
    font-size: 20px;
}

.head-nav-item a {
    display: block;
    color: #fff;
    background-color: #bc1d22;    
    text-align: center;
}

.head-nav-item.active a,
.head-nav-item a:hover {
    background-color: #a3171b;
}

/* 尾 */

.footer {
    color: #fff;
    background-color: #656566;
}

.footerlink {
    padding: 20px 0;
    font-size: 16px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #848485;
}

.footer-chosen {
    width: calc(100% - 100px);
    margin: 0 -20px;
}

.footer-list {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer-sel {
    width: 100%;
    height: 40px;
    line-height: 38px;
    color: #666;
    border: 1px solid #dadada;
    box-sizing: border-box;
}


/* 外表 */
.footer .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 40px 0 18px;
    box-sizing: border-box;
}

/* 文字 */
.footer .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 16px;
    color: #fff;
}

/* 下拉框符号 */
.footer .chosen-container-single .chosen-single div {
    width: 40px;
}

.footer .chosen-container-single .chosen-single div b {
    background: url("../images/icon_sel_down.png") center no-repeat;
}

/* 选项 */
.footer .chosen-container .chosen-drop {
    bottom: 40px;
    border: 1px solid #cfd8e5;
}

.footer .chosen-container .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #bc1d22;
}

.footer .chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/icon_sel_up.png") center no-repeat;
}

.footer .chosen-container * {
    box-sizing: inherit;
}

.footer .chosen-container-single .chosen-single {
    background-color: transparent;
}

.footer-info {
    position: relative;
    /* padding: 40px 340px 30px 75px; */
	padding: 49px 200px 28px 200px;
}

.footer .footer-bar {
    margin: 0 -20px 10px;
}

.footer-bar-item {
    padding: 0 20px;
    height: 16px;
    line-height: 16px;
    border-right: 1px solid #fff;
}

.footer-bar-item:last-child {
    border-right: 0;
}

.footer-bar-item a {
    color: #fff;
}

.footer-ab>li {
	    width: 100%;
    text-align: center;
    margin-right: 30px;
    line-height: 30px;
    /* overflow: hidden; */
    white-space: nowrap;
    /* text-overflow: ellipsis; */
        font-size: 16px;
}

.footer-ab>li>a {
    color: #fff;
}

.footer-ab>li>img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 10px;
}

.zc {
    position: absolute;
    right: 74px;
    top: 50%;
    width: 123px;
    height: 60px;
    margin-top: -30px;
    background: url('../images/img_zc.png') center no-repeat;
}

.sydw {
    position: absolute;
    right: 280px;
    top: 50%;
    width: 58px;
    height: 72px;
    margin-top: -36px;
    background: url('../images/img_sydw.png') center no-repeat;
}

/* 当前位置 */

.location {
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    font-size: 24px;
    background: url("../images/icon_gps.png") left center no-repeat;
}

.location a{
    color: #333;
}

.location a.em-cur {
    color: #bc1d22;
}

/* 2021518新增 */

/* 头部抖音微信 */
.header>.container {
    position: relative;
}

.head-media {
    position: absolute;
    top: 10px;
    right: 0;
    height: 34px;
    line-height: 34px;
    color: #999;
}

.head-media-item {
    position: relative;
    padding: 0 20px;
}

.head-media-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #c9c9c9;
}

.head-media-item:last-child:after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #c9c9c9;
}

.head-media-item a {
    color: #999;
}

.head-media-item a img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

/* tab */

.tab-head {
    height: 32px;
    line-height: 32px;
}

.tab-name {
    position: relative;
    padding-right: 28px;    
    font-size: 16px;       
    color: #999;
    cursor: pointer;
}

.tab-name:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '/';
    width: 28px;
    height: 100%;
    font-size: 16px;
    color: #999;
    text-align: center;
}

.tab-name:last-child {
    padding-right: 0;
}

.tab-name:last-child:after {
    display: none;
}

.tab-name.active {
    color: #333;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
}

.tab-more {
    display: block;
    width: 8px;
    height: 14px;
    margin-top: 9px;
    background: url('../images/tab_more.png') center no-repeat;
}

/* 二级tab */

.inner-tab-head {
    margin: 14px 0 20px;
}

.inner-tab-name {
    min-width: 90px;
    height: 32px;
    line-height: 32px;
    margin-right: 26px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 16px 16px 16px;
    background-color: #c8c7c8;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}

.inner-tab-name:last-child {
    margin-right: 0;
}

.inner-tab-name.active {
    background: url('../images/inner_tab_active_bg.png') no-repeat;
    background-size: 100%;    
    
}

/* 中心动态、最新通知 */

.centre-news .owl-carousel {
    width: 500px;
    height: 277px;
    overflow: hidden;
}

.centre-news .owl-carousel .owl-dots {
    bottom: 10px;
}

.centre-news .owl-carousel .item {
   height: 277px;
}

.central-news, 
.latest-notice {
    width: 677px;
    height: 277px;
    overflow: hidden;
}

.central-news .tab-name:after, 
.latest-notice .tab-name:after {
    display: none;
}

.centre-news-tit {
    line-height: 32px;
    font-size: 16px;
    font-family: "SourceHanSansCN-Medium";
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.centre-news-desc {
    height: 78px;
    margin-bottom: 15px;
    text-indent: 20px;
    line-height: 26px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;  /* 设置文本超出的行数，显示省略号*/
    -webkit-box-orient: vertical;
}

.news-items li a {
    position: relative;    
    display: block;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 0 120px 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-items li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -4.5px;
    width: 12px;
    height: 9px;
    background: url('../images/news_item_ico.png') center no-repeat;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.news-items li:hover a,
.news-items li:hover .news-time {
    color: #231d99;
}

/* 入口 */

.entrance {
    margin-left: -12px;
    margin-right: -12px;
}

.entrance-item {
    width: 50%;
    padding: 0 12px;
    box-sizing: border-box;
}

.entrance-card {
    display: block;
    height: 150px;
    transition: all 0.4s ease-in-out;
    border-radius: 0 0 75px 0;
    overflow: hidden;
}

.entrance-item:nth-child(2) .entrance-card {
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);     
}

.entrance-item:nth-child(1) .entrance-card {
    box-shadow: 0 0 8px rgba(35, 29, 153, 0.16);     
}

.entrance-card img {
    display: block;
    width: 100%;
    height: 100%;
}

.entrance-card:hover {
    transform: translate(0,-10px);
    box-shadow: 4px 2px 8px rgba(0,0,0,0.3) !important;
}

/* 信息表格 */

.info-tb {
    padding: 0px 0;
    background: url('../images/info_tb_bg.png') no-repeat;
    background-size: 100% 100%;
}

.info-tb .tabview {
    margin-bottom: 50px;
}

.info-tb .tabview:last-child {
    margin-bottom: 0;
}

.info-tb  .inner-tab-body {
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);    
}

.info-tb table {
    width: 100%;
    table-layout: fixed;
}

.info-tb table th {
    height: 46px;
    padding: 0 15px;
    font-size: 18px;
    color: #fff;
    background-color: #bc1d22;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tb-bd {
    /* height: 235px; */
	height: 375px;
    background-color: #fff;
    overflow: hidden;
}

.info-tb table td a:hover {
    color: #bc1d22;
}

.info-tb table td {
    height: 46px;
    padding: 0 15px;
    background-color: #fff;
    border-bottom: 1px dashed #f2d7da;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.sign-up {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../images/sign_up_icon.png') no-repeat;
}

#header2 {
	height: 225px;
}