body, div, p, span, a, img, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, table, thead, tbody, tr, td, th {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: inherit;
}

a {
    cursor: pointer;
    text-decoration: none;
}

body {
    width: 100%;
    font-family: Microsoft YaHei;
    /*filter: grayscale(100%);
    -webkit-filter:grayscale(100%);*/
}

body, button, input, select, textarea {
    /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
    /* 用 ascii 字符表示，使得在任何编码下都无问题 */
    background: transparent;
}

button, input, select, textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

input::-ms-input-placeholder {
    color: #c2c2c2;
}

input::-webkit-input-placeholder {
    /* webkit 浏览器*/
    color: #c2c2c2;
}

input::-moz-placeholder {
    /* 火狐浏览器 */
    color: #c2c2c2;
}

textarea::-ms-input-placeholder {
    color: #c2c2c2;
}

textarea::-webkit-input-placeholder {
    /* webkit 浏览器*/
    color: #c2c2c2;
}

textarea::-moz-placeholder {
    /* 火狐浏览器 */
    color: #c2c2c2;
}

/*  设置input placeholder 样式 */

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/*将默认的select选择框样式清除*/

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

em, i {
    font-style: normal;
}

ul, ol {
    list-style: none;
}

/* 容器 */

.container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.float_clear::after {
    content: "";
    display: block;
    clear: both;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.bg-white {
    background-color: #fff;
}

.bg-gray {
    background-color: #F1F1F1;
}

.bg-orange {
    background-color: #FF440B;
}

.color-o {
    color: #FF440B !important;
}

/* 页头 */

.header--clone {
    width: 100%;
    height: 124px;
}

header {
    width: 100%;
    min-width: 1200px;
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
}

.header__box {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}

.header__box__logo {
    margin-top: 15px;

}

.header__title {
    margin-top: 28px;
    margin-left: 14px;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.header__title__main {
    width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 27px;
    font-weight: bold;
    color: #0051A2;
}

.header__title__text {
    margin-top: 9px;
    width: 400px;
    font-size: 11px;
    font-weight: 400;
    color: #0051A2;
}

.header__search {
    width: 409px;
    height: 50px;
    position: relative;
    background: #ECECEC;
    border: 1px solid #E3E3E3;
    border-radius: 24px;
    margin-right: 25px;
    margin-top: 26px;
}

.header__search__input {
    display: block;
    width: 409px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0;
    padding-left: 20px;
    max-width: 80%;
}

.header__search__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 13px;
    right: 25px;
}

.header__qrcode {
    text-align: center;
}

.header__qrcode__img {
}

.header__qrcode__text {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    margin-top: 9px;
    white-space: nowrap;
}

.header__nav__box {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background: #1473CA;
}

.header__nav {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    line-height: 60px;
    color: #fff;
    position: relative;
}

.nav__link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    width: 171px;
    text-align: center;
    position: relative;
}

.nav__link.active, .nav__link:hover {
    background: #0038A3;
}

.nav__link:hover .nav__list {
    display: block;
}

.nav__list {
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    background: #1373ca;
    box-shadow: 0px 2px 6px 0px rgba(15, 15, 25, 0.18);
    border-radius: 0;
    width: 171px;
    z-index: 1;
}

.nav__list__link {
    display: block;
    text-decoration: none;
    position: relative;
    padding: 0 38px;
    padding-left: 50px;
    font-size: 16px;
    white-space: nowrap;
    border-bottom: 1px solid #2f81d0;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.nav__list__link::after {
    position: absolute;
    content: "";
    top: 26px;
    left: 24px;
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.nav__list__link:hover::after {
    opacity: 1;
}

.nav__list__link:hover {
    color: #FEFEFE;
    background-color: #0338a3;
}

/* 页头导航展开模块 */

.nav__link__detail {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 1200px;
    height: auto;
    background-color: #fff;
    padding: 0 24px 24px 24px;
    z-index: 1;
}

.nav__link:hover .nav__link__detail {
    display: block;
}

.nav__detail__box {
    margin-top: 24px;
}

.nav__detail__box__title {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #111111;
    position: relative;
    text-align: left;
    height: 23px;
}

.nav__detail__box__title::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 23px;
    background: #1473CA;
    margin-right: 15px;
    vertical-align: top;
}

.nav__detail__box__info {
    margin-top: 18px;
    width: 100%;
}

/* 企业简介 */

.qiye {
}

.qiye__img {
    margin-right: 14px;
}

.qiye__text {
    width: 363px;
    height: 119px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
}

/* 领导简介 */

.lingdao__box {
}

.lingdao__box:nth-child(1) {
    margin-right: 38px;
}

.lingdao__box__info {
    margin-left: 13px;
    padding: 12px 0 5px 0;
}

.lingdao__box__info p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    width: 145px;
}

.lingdao__box__info p:nth-child(2) {
    margin-top: 45px;
}

/* 组织机构 */

.zuzhi {
}

.zuzhi__text {
    margin-left: 17px;
    width: 240px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    white-space: nowrap;
}

.zuzhi__text span {
    margin: 0 8px;
}

/* 企业荣誉 */

.rongyu {
}

.rongyu img {
    margin-right: 10px;
}

/* 院内新闻 */

.yuannei {
}

.yuannei__img {
    margin-right: 14px;
}

.yuannei__text {
    width: 363px;
}

.yuannei__text__title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
}

.yuannei__text__detail {
    height: 68px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-top: 21px;
    line-height: 24px;
    text-indent: 28px;
}

/* 图片新闻 */

/* 列表共用 */

.list__item {
    display: block;
    padding: 27px 0 13px 22px;
    position: relative;
    border-bottom: 1px dashed #B5B5B5;
}

.list__item::before {
    position: absolute;
    bottom: 16px;
    left: 0;
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: #7FA8D0;
    border-radius: 50%;
}

.list__item__info {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 19px;
    max-width: 520px;
}

.list__item__date {
    font-size: 16px;
    color: #888888;
    line-height: 19px;
}

/* 页尾 */

footer {
    width: 100%;
    min-width: 1200px;
    background-color: #222;
    /* margin-top: 70px; */
    padding-top: 62px;
    padding-bottom: 30px;
    margin-top: 40px;
}

.footer__box {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.footer__head {
    margin-bottom: 45px;
}

.footer__head__logo {
    width: 542px;
    height: 61px;
}

.footer__head__name {
    width: 703px;
    margin-top: 10px;
    margin-left: 13px;
    height: 24px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
}

.footer__head__en {
    margin-top: 7px;
    width: 765px;
    font-size: 10px;
    color: #FFFFFF;
}

.footer__head__text {
    margin-top: 13px;
    margin-left: 230px;
    width: 99px;
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.foot__icp {
    display: block;
    cursor: pointer;
}

.link-table {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.link-table td {
    height: 17px;
    padding-bottom: 25px;
}

.link-table td:nth-child(1) {
    padding-left: 6px;
    width: 774px;
}

.link-table td:nth-child(2) {
    width: 200px;
}

.link__selects {
    width: 420px;
    height: 36px;
    background: #FFFFFF;
    padding: 0 19px;
    position: relative;
    color: #333;
}

.link__selects__info {
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}

.link__selects__info img {
    width: 8px;
    height: 14px;
    position: absolute;
    right: 19px;
    top: 11px;
    transform: rotate(270deg);
}

.link__selects__list {
    display: none;
}

.link__selects:hover .link__selects__list {
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    background: #fff;
    padding: 5px 25px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    z-index: 1;
}

.link__selects__list {
}

.link__selects__list__a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.foot__icp {
    margin: 20px auto 0 auto;
    text-align: center;
    width: 193px;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.max-row1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.max-row2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.max-row3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.max-row4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 4;
    -webkit-line-clamp: 4;
    overflow: hidden;
}