.catalog {
    text-align: right;
    color: #666;
    font-size: 0;
    font-weight: 700
}

.catalog .catalog1 {
    font-size: 13px
}

.catalog .catalog1:before {
    content: "";
    width: 12px;
    height: 10px;
    display: inline-block;
    background: url(8de57c0acf4c6e45bf3db1b0f5d8d495.png) no-repeat 50%/100%;
    margin-right: 5px
}

.catalog .catalog1:after {
    content: "";
    width: 4px;
    height: 6px;
    display: inline-block;
    background: url(6c1f3c9c43bb723686441c693207321c.png) no-repeat 50%/100%;
    margin: 0 8px;
    vertical-align: middle
}

.catalog .catalog2 {
    font-size: 13px;
    color: #065099
}

.tabs {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    background: #e8e8e8
}

.tabs .tab {
    -webkit-flex: 1;
    flex: 1;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #50505d
}

.tabs .tab.active {
    background: #d0b87d;
    color: #fff
}

.tabs .tab:nth-of-type(n+1) {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.tabs .tab:nth-of-type(n+1):after,
.tabs .tab:nth-of-type(n+1):before {
    content: "";
    width: 1px;
    height: 30px;
    background: #d8d8d8;
    display: inline-block
}

.tabs .tab:nth-of-type(n+1):first-of-type,
.tabs .tab:nth-of-type(n+1):last-of-type {
    display: block
}

.tabs .tab:nth-of-type(n+1):first-of-type:after,
.tabs .tab:nth-of-type(n+1):first-of-type:before,
.tabs .tab:nth-of-type(n+1):last-of-type:after,
.tabs .tab:nth-of-type(n+1):last-of-type:before {
    display: none
}

*,
:after,
:before {
    box-sizing: border-box
}

.site-header .main-nav a:hover,
.site_footer .nav a:hover {
    color: #004396;
    text-decoration: underline
}

body {
    min-width: 1203px;
    font-family: Tahoma, -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
    color: #666
}

body,
ul {
    margin: 0
}

ul {
    padding-left: 0;
    list-style-type: none
}

a {
    color: inherit;
    text-decoration: none
}

.inner {
    margin: auto;
    width: 1203px
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-width: 1203px;
    z-index: 1030
}

.site-header .other {
    height: 40px;
    text-align: right;
    color: #fff;
    background: #004396
}

.site-header .other a,
.site-header .other img {
    line-height: 40px;
    vertical-align: middle
}

.site-header .other img {
    margin: 0 13px
}

.site-header .main-nav {
    height: 79px;
    line-height: 79px;
    color: #666;
    background: #f7f7f7;
    border-bottom: 1px solid #ccc
}

.site-header .main-nav a {
    display: inline-block;
    height: 100%
}

.site-header .nav1 {
    float: right;
    margin-right: 60px
}

.site-header .nav1 li {
    position: relative;
    display: inline-block
}

.site-header .nav1 li.active {
    color: #004396
}

.site-header .nav1 li.active:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 3px;
    border-bottom: 1px solid
}

.site-header .nav1 li:not(:first-child):before {
    content: "|";
    color: #c5171e
}

.site-header .nav1 li span {
    display: inline-block;
    margin: 0 30px;
    padding: 0 2px
}

.site-header .brand {
    vertical-align: middle
}

.site-header .nav2 {
    position: absolute;
    top: 119px;
    right: 0;
    left: calc((100% - 1203px)/2 + 254px);
    height: 108px;
    padding-left: 388px;
    background: url(9689c612c72831344d5ccd42c539383e.png) bottom left -205px/auto 159px no-repeat;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.site-header .nav2.show {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.site-header .nav2>ul {
    display: -webkit-flex;
    display: flex;
    padding-top: 12px
}

.site-header .nav2 a:hover {
    color: #004396;
    text-decoration: underline
}

.site-header .item1 {
    -webkit-flex: 0 0 140px;
    flex: 0 0 140px;
    height: 85px;
    font-size: 16px
}

.site-header .item1>ul {
    height: 100%;
    padding-left: 7px;
    border-left: 1px solid #d7d7d7
}

.site-header .item2 {
    font-size: 14px;
    line-height: 24px
}

.site-header .item2>a:before {
    display: inline-block;
    content: "";
    margin-right: 9px;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    background: #bbb;
    border-radius: 50%
}

.banner {
    display: block;
    margin-top: 119px;
    height: 667px;
    background: 50%/auto 100% no-repeat
}

.site_footer {
    background: #f7f7f7;
    border-top: 1px solid #c5171e
}

.site_footer .inner {
    padding: 28px 17px 30px
}

.site_footer .main {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #d7d7d7
}

.site_footer .main,
.site_footer .nav>ul {
    display: -webkit-flex;
    display: flex
}

.site_footer .item1 {
    -webkit-flex: 0 0 140px;
    flex: 0 0 140px;
    height: 160px;
    padding: 20px 0 0 14px;
    font-size: 16px;
    border-right: 1px solid #d7d7d7
}

.site_footer .item1:first-child {
    -webkit-flex-basis: 108px;
    flex-basis: 108px;
    border-left: 1px solid #d7d7d7
}

.site_footer .item1 ul {
    margin-top: 15px
}

.site_footer .item2 {
    font-size: 12px;
    line-height: 24px
}

.site_footer .item2>a:before {
    display: inline-block;
    content: "";
    margin-right: 9px;
    width: 5px;
    height: 6px;
    background: url(ce7f682ebbacc1c219f5cebcb96c43d2.png) 50%/100% no-repeat
}

.site_footer .contact {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px
}

.site_footer .contact>p {
    margin: 0
}

.site_footer .contact>p+p {
    margin-top: 1em
}

.site_footer .copyright {
    margin: 15px 0 50px;
    font-size: 12px;
    line-height: 24px
}

.site_footer .other {
    float: right;
    text-align: right
}

.site_footer .other a,
.site_footer .other img {
    line-height: 20px;
    vertical-align: middle
}

.site_footer .other img {
    margin: 0 10px
}

body {
    background: #e4e4e7
}

.main_box {
    width: 1203px;
    margin: -220px auto auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #fff;
    position: relative
}

.news_box {
    width: 722px;
    margin: 0 46px;
    padding-top: 24px;
    padding-bottom: 56px
}

.news_box .news_title {
    width: 100%;
    margin-bottom: 56px
}

.news_box .more {
    width: 100%;
    height: 63px;
    border: none;
    background: #d0b87d
}

.news_box .more:after {
    content: "";
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: url(4ab80737ed23e6774c431569176beeb5.png) no-repeat 50%/100%
}

.news_box .news_list .item {
    display: block;
    margin-bottom: 60px
}

.news_box .news_list .item .time {
    color: #d0b87d;
    font-size: 30px;
    margin-bottom: 15px
}

.news_box .news_list .item .title {
    color: #065099;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px
}

.news_box .news_list .item .content {
    color: #666;
    font-size: 13px;
    line-height: 1.6em;
    padding-bottom: 20px;
    border-bottom: 2px solid #ece2cb
}

.news_box .news_list .item:last-of-type {
    margin-bottom: 24px
}

.relative {
    background: #f3f3f3;
    width: 360px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 25px 40px 0 14px
}

.relative_article {
    margin-top: 65px
}

.relative_article .relative_mark {
    font-weight: 700;
    font-size: 16px;
    color: #0a6ccc;
    margin-bottom: 18px
}

.relative_article .item {
    display: block
}

.relative_article .item .time {
    font-size: 30px;
    color: #ccc;
    margin-bottom: 13px
}

.relative_article .item .title {
    font-weight: 700;
    color: #797a81;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 18px
}

.relative_article .item .content {
    font-size: 12px;
    line-height: 1.6em;
    color: #818181
}

.relative_article .item .seeDetail {
    font-size: 13px;
    color: #666;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 26px;
    cursor: pointer
}

.more_list {
    padding-right: 36px;
    padding-top: 18px
}

.more_list .item {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    color: #666;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 10px
}

.more_list .item .title {
    width: 188px;
    height: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line {
    display: block;
    width: 100%
}
.site-header .nav2 {
    padding-left: 130px!important;
}
.site-header .nav2 {
    padding-left: 130px!important;
}
.site-header .item1>ul {
    border: 0;
 
}
.site-header .nav2>ul {
    padding-top: 4px;
}