.w1320 {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.color-red {
    color: #eb131d;
}

.main {
    width: 1200px;
    margin: auto;
}

.header {
    width: 100%;
    min-width: 1360px;
    height: 88px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px #c5c5c5 solid;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    width: 85px;
    height: 51px;
    flex-shrink: 0;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .nav {
    width: 1200px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .nav li {
    position: relative;
}

.header .nav li a,
.header .nav li .gray {
    width: 140px;
    height: 88px;
    text-align: center;
    display: inline-block;
    line-height: 88px;
    font-size: 16px;
    color: #d8d8d8;
    transition: 0.3s;
    position: relative;
}

.header .nav li a i,
.header .nav li .gray i {
    width: 0px;
    height: 2px;
    background: #112e8a;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: 0.3s;
}

.header .nav li a {
    color: #666666;
}

.header .nav li .second {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    position: absolute;
    z-index: 99999;
    transition: all ease 0.8s;
}

.header .nav li .second li {
    width: 100%;
    height: 50px;
    border-top: 1px solid #d9d9d9;
    padding: 0 10px;
    box-sizing: border-box;
}

.header .nav li .second li a {
    display: block;
    width: 100%;
    height: 50px;
    color: #333;
    line-height: 50px;
    transition: all ease 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .nav li .second li a:hover {
    color: #112e8a;
}

.header .nav li .second li a.active {
    color: #112e8a;
}

.header .nav li:hover a {
    color: #112e8a;
}

.header .nav li:hover a i {
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #112e8a;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.header .nav li:hover .second {
    max-height: 1000px;
    transition: all ease 0.8s;
}

.header .nav .active a {
    color: #112e8a;
}

.header .nav .active a i {
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #112e8a;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.header .nav-right {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
}

.header .nav-right span {
    width: 20px;
    height: 18px;
    margin-right: 25px;
    display: inline-block;
}

.header .nav-right span img {
    width: 100%;
    height: 100%;
}

.header .nav-right span .nav-blue {
    display: none;
}

.header .nav-right .chang {
    width: 90px;
    height: 30px;
}

.header .nav-right .chang a {
    width: 45px;
    height: 30px;
    border: 1px #c5c5c5 solid;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    float: left;
    display: inline-block;
}

.header .nav-right .chang a:hover {
    background: #112e8a;
    border: 1px #112e8a solid;
}

.header .nav-right .chang .en {
    color: #999999;
}

.header .nav-right .chang .en:hover {
    color: #ffffff;
}

.header .nav-right .chang .active {
    background: #112e8a;
    border: 1px #112e8a solid;
}

.header-active {
    background: white;
}

.header-active .nav li a {
    color: #333 !important;
}

.header-active .nav-right span a .nav-wite {
    display: none;
}

.header-active .nav-right span a .nav-blue {
    display: block;
}

.header-active .nav-right .chang a {
    color: #112e8a;
}

.header-active .nav-right .chang a:hover {
    background: #112e8a;
    color: #fff;
}

.header-active .nav-right .chang .active {
    color: #fff;
}

.in-banner {
    width: 100%;
    height: 510px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

footer {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    margin-top: 80px;
    border-top: 4px #112f8a solid;
}

footer .fot-top {
    width: 100%;
    height: 400px;
    background: #333;
    padding-top: 55px;
    padding-bottom: 60px;
}

footer .fot-top .fot-fl {
    height: auto;
    zoom: 1;
    min-height: 280px;
    float: left;
}

footer .fot-top .fl-yi {
    width: 317px;
    border-right: 1px #3b3b3b solid;
}

footer .fot-top .fl-yi .title {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: "syhtM";
    margin-bottom: 25px;
}

footer .fot-top .fl-yi .small {
    width: 100%;
    height: auto;
    zoom: 1;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 12px;
}

footer .fot-top .fl-yi .small span:nth-of-type(1) {
    width: 42px;
    float: left;
}

footer .fot-top .fl-yi .small span:nth-of-type(2) {
    width: 185px;
    float: left;
}

footer .fot-top .fl-yi .share-2 {
    width: 100%;
    height: 36px;
}

footer .fot-top .fl-er {
    width: 1003px;
    padding-left: 70px;
    border-left: 1px #2b2b2b solid;
    display: flex;
    justify-content: space-between;
}

footer .fot-top .fl-er li a {
    display: block;
    width: 105px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    transition: 0.3s;
}

footer .fot-top .fl-er li a:hover {
    color: #fff;
}

footer .fot-top .fl-er li .title {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-family: "syhtM";
    margin-bottom: 15px;
}

footer .fot-bot {
    width: 100%;
    height: 40px;
    font-size: 13px;
    color: #999999;
    background: #272727;
    line-height: 40px;
    text-align: center;
    border-top: 1px #3a3a3b solid;
}

footer .fot-bot a {
    color: #999999;
}

.tab {
    width: 100%;
    height: 70px;
    background: #ffffff;
}

.tab .main {
    width: 1320px;
    display: flex;
    align-items: center;
    height: 100%;
}

.tab .main .active {
    background: #112e8a;
    color: #ffffff;
}

.tab .main a {
    width: 200px;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    line-height: 70px;
    background: #ffffff;
    color: #666666;
    font-size: 16px;
    border-right: 1px solid #f5f5f5;
    transition: all ease 0.8s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tab .main a:first-child {
    border-left: 1px solid #f5f5f5;
}

.tab .main a:hover {
    background: #112e8a;
    color: #ffffff;
    transition: all ease 0.8s;
}

.stab {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-top: 1px solid #f5f5f5;
}

.stab .main {
    width: 1320px;
    display: flex;
    align-items: center;
    height: 100%;
}

.stab .main .active {
    color: #112e8a;
    border-bottom: 1px solid #112e8a;
}

.stab .main a {
    width: 100px;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #999999;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}

.stab .main a:hover {
    border-bottom: 1px solid #112e8a;
    color: #112e8a;
    transition: all ease 0.8s;
}

.content {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.content .main {
    width: 1320px;
    padding: 50px 40px 60px;
    box-sizing: border-box;
    background: #ffffff;
}

.content .main h1 {
    font-size: 30px;
    color: #333333;
    line-height: 60px;
}

.content .main>p {
    font-size: 24px;
    color: #666666;
    line-height: 60px;
}

.content .main span {
    width: 100px;
    height: 2px;
    display: block;
    background: #112e8a;
    margin-bottom: 20px;
}

.content .main .con p {
    color: #666666;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 20px;
}

.content .main .con img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.contents {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.contents .main {
    width: 1320px;
    padding: 0 40px;
    box-sizing: border-box;
    background: #ffffff;
}

.contents .main .title {
    width: 100%;
    height: 114px;
    border-bottom: 1px solid #f5f5f5;
    line-height: 114px;
    font-size: 36px;
    color: #333333;
    text-align: center;
}

.contents .main .con {
    padding: 30px 0 0;
}

.contents .main .con p {
    color: #666666;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.contents .main .con img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
}

.fenye {
    width: 1320px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto 0;
    background: #ffffff;
}

.fenye a {
    display: block;
    min-width: 30px;
    min-height: 30px;
    padding: 9px 16px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    background: #f1f1f1;
    text-align: center;
    border-radius: 6px;
    margin-right: 6px;
    transition: all ease .3s;
}

.fenye a:hover {
    color: #ffffff;
    background: #112e8a;
    transition: all ease .3s;
}

.fenye .current {
    color: #ffffff;
    background: #112e8a;
}

.crumb {
    width: 1320px;
    margin: auto;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.crumb a {
    color: #c3c3c3;
}

.crumb .current {
    color: #666666;
}

.mt0 {
    margin-top: 0;
}

.else {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f5f5f5;
}

.else div {
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.else div a {
    color: #7a7a7a;
    font-size: 14px;
}

.else div a:first-child {
    margin-bottom: 12px;
}

.else>a {
    width: 158px;
    height: 48px;
    border: 1px solid #112e8a;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #112e8a;
    font-size: 14px;
}

.search-box {
    width: 1320px;
    margin: 40px auto 20px;
    height: 54px;
    position: relative;
    z-index: 8;
}

.search-box .container {
    height: 100%;
}

.search-box .left {
    width: 540px;
    max-width: 38.57%;
    height: 100%;
    display: inline-block;
    float: left;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
}

.search-box .left .select {
    display: inline-block;
    float: left;
    width: 90px;
    height: 100%;
    padding: 0 10px 0 0;
    position: relative;
}

.search-box .left .select>span {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 54px;
    font-size: 18px;
    padding: 0 14px 0 14px;
    background-image: url("static/image/82.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.search-box .left .select .sub {
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 99;
    display: none;
}

.search-box .left .select .sub span {
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s;
    cursor: pointer;
}

.search-box .left .select .sub span:hover,
.search-box .left .select .sub span.active {
    background-color: #112e8a;
    color: #fff;
}

.search-box .left .input {
    display: inline-block;
    float: left;
    width: calc(100% - 90px);
    height: 100%;
    border-left: 1px solid #e6e6e6;
}

.search-box .left .input input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    border: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
}

.search-box .btn {
    display: inline-block;
    float: left;
}

.search-box .btn button {
    width: 117px;
    height: 54px;
    background-color: #112e8a;
    border: none;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.search-box .btn button span {
    display: inline-block;
    line-height: 18px;
}

.search-box .btn button i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("static/image/83.png");
    background-size: 100% 100%;
    margin-left: 5px;
}

.search-result {
    width: 1320px;
    margin: auto;
    padding-bottom: 50px;
}

.search-result .item {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #e6e6e6;
}

.search-result .item .title {
    width: 100%;
    line-height: 16px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.search-result .item .title i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #112e8a;
    margin-right: 10px;
}

.search-result .item .title p {
    display: inline-block;
    width: calc(100% - 14px);
}

.search-result .item .date {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 10px;
    padding-left: 14px;
}

.search-result .pages {
    margin-top: 50px;
}

.social-share .icon-wechat .wechat-qrcode {
    left: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode:after {
    left: 11% !important;
}

.kong {
    height: 88px
}
/*
     FILE ARCHIVED ON 05:43:30 Jan 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:12:53 Jul 23, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.544
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.046
  esindex: 0.009
  cdx.remote: 14.155
  LoadShardBlock: 80.894 (3)
  PetaboxLoader3.datanode: 90.613 (5)
  PetaboxLoader3.resolve: 118.341 (3)
  load_resource: 186.148 (2)
*/