html,
body {
    width: 100%;
    height: 100%;
}

.index {
    position: relative;
}

.bg1 {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    height: 800px;
    background: url('../images/banner-bg.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.bg2 {
    position: absolute;
    top: 805px;
    left: 0;
    right: 0;
    height: 665px;
    background: url('../images/bg2.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.bg3 {
    position: absolute;
    top: 1520px;
    left: 0;
    right: 0;
    height: 580px;
    background: url('../images/bg3.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.bg4 {
    position: absolute;
    top: 2100px;
    left: 0;
    right: 0;
    height: 748px;
    background: url('../images/bg4.png') no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.with-container {
    margin: 0 auto;
    width: 1400px;
}

.page-header {
    position: relative;
    border-top: 5px solid #0067C7;
    height: 160px;
    z-index: 2;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
}

.page-header.page-list-header {
    background: url(../images/heaer-bg.png), linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
    border-top: 0;
    background-size: 100% 100%;
}

.page-header .top-container {
    margin: 0 auto;
    width: 1366px;
    font-size: 0;
}

.page-header .top-container .logo-box {
    float: left;
    margin-top: 45px;
    max-height: 100px;
}

.page-header .top-container .logo-box img {
    height: 100%;
}

.page-header .top-container .nav-container {
    float: right;
    text-align: right;
}

.page-header .top-container .nav-container .link-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 25px;
    font-size: 0;
}

.page-header .top-container .nav-container .link-list .link-item {
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.page-header .top-container .nav-container .link-list .link-item i {
    position: relative;
    top: 1px;
    margin-right: 6px;
}

.page-header .top-container .nav-container .header-top {
    display: inline-block;
    vertical-align: top;
    margin-top: 19px;
}

.page-header .top-container .nav-container .header-top .login-box .before-login .login-t {
    cursor: pointer;
    display: inline-block;
    padding: 8px 16px;
    background: #0067C7;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.page-header .top-container .nav-container .header-top .login-box .before-login .login-t i {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.page-header .top-container .nav-container .nav-list-content {
    margin-top: 20px;
    text-align: left;
}

.page-header .top-container .nav-container .nav-list-content .end-link-box {
    display: none;
}

.page-header .top-container .nav-container .nav-list-content .one-nav {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.page-header .top-container .nav-container .nav-list-content .one-nav:last-child .one-nav-txt {
    padding-right: 0;
}

.page-header .top-container .nav-container .nav-list-content .one-nav:last-child .two-nav-list .two-nav-item .three-nav-list {
    left: auto;
    right: 140px;
    padding-right: 5px;
}

.page-header .top-container .nav-container .nav-list-content .one-nav.current .one-nav-txt {
    color: #FFD37A;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .one-nav-txt {
    cursor: pointer;
    padding-right: 46px;
    padding-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .one-nav-txt i {
    display: none;
}

.page-header .top-container .nav-container .nav-list-content .one-nav:hover .two-nav-list {
    display: block;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    right: -46px;
    padding: 8px 0;
    width: 140px;
    background: #297DCC;
    border-radius: 8px;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list::after {
    content: '';
    left: 40px;
    top: -8px;
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #297DCC;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item {
    position: relative;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item:hover .three-nav-list {
    display: block;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .two-nav-txt {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 9px 16px 9px 25px;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .two-nav-txt::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 18px;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .two-nav-txt:hover {
    background: rgba(255, 255, 255, 0.15);
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list {
    display: none;
    position: absolute;
    top: 0;
    left: 140px;
    width: 365px;
    padding-left: 5px;
    box-sizing: border-box;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list ul {
    padding: 0px 9px 8px;
    background: #297DCC;
    border-radius: 8px;
    max-width: 360px;
    box-sizing: border-box;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list ul li {
    cursor: pointer;
    margin-top: 8px;
    margin-right: 14px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 6px 12px 6px 26px;
    width: 100px;
    min-height: 34px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
    line-height: 20px;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list ul li:nth-child(3n) {
    margin-right: 0;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list ul li:nth-last-child(3) {
    margin-bottom: 0;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list ul li::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
}

.page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list ul li:hover {
    background: #0067C7;
    border-radius: 4px;
}

.search-content {
    margin: 0 auto;
    width: 1140px;
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(0deg, rgba(0, 103, 199, 0.08), rgba(0, 103, 199, 0.08)), rgba(255, 255, 255, 0.9);
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 8px;
}

.search-content .search-tabs {
    display: table;
    width: 100%;
    font-size: 0;
    height: 62px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.search-content .search-tabs .tab-item {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 228px;
    text-align: center;
    font-size: 20px;
    line-height: 62px;
    color: #666666;
}

.search-content .search-tabs .tab-item.active {
    background: #0067C7;
    color: #FFFFFF;
}

.search-content .choose-content {
    padding: 16px 77px 20px;
}

.search-content .choose-content .choose-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #666666;
}

.search-content .choose-content .center-content {
    margin-top: 16px;
    letter-spacing: 0;
    font-size: 0;
}

.search-content .choose-content .center-content .select-box {
    position: relative;
    cursor: pointer;
    padding: 15px 20px;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-sizing: border-box;
}

.search-content .choose-content .center-content .select-box span {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    max-width: 64px;
}

.search-content .choose-content .center-content .select-box i {
    position: relative;
    top: 3px;
    font-size: 12px;
    color: #BBBBBB;
}

.search-content .choose-content .center-content .select-box.down i {
    transform: rotate(180deg);
}

.search-content .choose-content .center-content .select-box .down-list {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 4px;
    background: #fff;
}

.search-content .choose-content .center-content .select-box .down-list .down-item {
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.search-content .choose-content .center-content .select-box .down-list .down-item:hover {
    color: #0067C7;
}

.search-content .choose-content .center-content .ipt-box {
    margin-left: 12px;
    padding: 15px 20px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 266px);
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    box-sizing: border-box;
}

.search-content .choose-content .center-content .ipt-box i {
    cursor: pointer;
    font-size: 20px;
    color: #BBBBBB;
}

.search-content .choose-content .center-content .ipt-box input {
    margin-left: 14px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 36px);
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.search-content .choose-content .center-content .btn-search {
    margin-left: 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 52px;
    background: #0067C7;
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 52px;
    color: #FFFFFF;
    text-align: center;
}

.search-content .choose-content .tips {
    margin-top: 16px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.search-content .choose-content .bottom-links {
    margin-top: 16px;
    font-size: 0;
    letter-spacing: 0;
}

.search-content .choose-content .bottom-links a {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

.search-content .choose-content .bottom-links a:hover {
    color: #0067C7;
}

.search-content .choose-content .bottom-links a::after {
    position: absolute;
    content: '';
    right: 0;
    top: 3px;
    width: 1px;
    height: 14px;
    background: rgba(51, 51, 51, 0.3);
}

.search-content .choose-content .bottom-links a:last-child::after {
    display: none;
}

.graphic-content .title-t {
    margin-bottom: 30px;
}

.graphic-content .title-t .title {
    display: inline-block;
    font-size: 36px;
    line-height: 160%;
    color: #0067C7;
}

.graphic-content .title-t .second-title {
    font-size: 30px;
    color: #0067C7;
}

.graphic-content .title-t .title-bg {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 1098px;
    height: 45px;
    background: url('../images/title-bg1.png') no-repeat center center;
    background-size: contain;
}

.graphic-content .title-t .more {
    margin-top: 23px;
    font-size: 16px;
    line-height: 22px;
    color: #0067C7;
}

.graphic-content1 {
    position: relative;
    margin: 312px auto 0;
    width: 1366px;
    height: 127px;
    padding: 0 105px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 6px;
    box-sizing: border-box;
}

.graphic-content1 .graphic1-pagination {
    display: none;
}

.graphic-content1 .arrow-left {
    cursor: pointer;
    position: absolute;
    font-size: 40px;
    color: #0067C7;
    left: 33px;
    top: 43px;
    z-index: 2;
}

.graphic-content1 .arrow-right {
    cursor: pointer;
    position: absolute;
    font-size: 40px;
    color: #0067C7;
    right: 33px;
    top: 43px;
    z-index: 2;
}

.graphic-content1 .swiper-container {
    position: relative;
}

.graphic-content1 .swiper-container .icons-list {
    margin: 21px 0 20px;
    letter-spacing: 0;
    font-size: 0;
}

.graphic-content1 .swiper-container .icons-list .icons-item {
    cursor: pointer;
    margin-right: 32px;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 32px*8)/9);
}

.graphic-content1 .swiper-container .icons-list .icons-item:nth-child(9n) {
    margin-right: 0;
}

.graphic-content1 .swiper-container .icons-list .icons-item .img-box {
    margin: 0 auto;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.graphic-content1 .swiper-container .icons-list .icons-item .img-box img {
    width: 100%;
    height: 100%;
}

.graphic-content1 .swiper-container .icons-list .icons-item h2 {
    margin-top: 13px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2D3740;
}

.graphic-content1 .swiper-container .icons-list .icons-item:hover h2 {
    color: #0067C7;
}

.graphic-content2 {
    margin: 85px auto 0;
    width: 1366px;
}

.graphic-content2 .eng-info {
    font-size: 0;
    letter-spacing: 0;
}

.graphic-content2 .eng-info .info-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 668px;
    height: 368px;
    border-radius: 8px;
    overflow: hidden;
}

.graphic-content2 .eng-info .info-left .full-banner {
    height: 368px;
}

.graphic-content2 .eng-info .info-left .swiper-slide {
    position: relative;
    height: 368px;
}

.graphic-content2 .eng-info .info-left .swiper-slide .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.graphic-content2 .eng-info .info-left .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
}

.graphic-content2 .eng-info .info-left .swiper-slide .title {
    padding: 16px 20px;
    position: absolute;
    height: 59px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(20, 36, 51, 0.6);
    border-radius: 0px 0px 8px 8px;
    box-sizing: border-box;
}

.graphic-content2 .eng-info .info-left .swiper-slide .title h2 {
    width: 496px;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}

.graphic-content2 .eng-info .info-left .pagination {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.graphic-content2 .eng-info .info-left .pagination .swiper-pagination-switch {
    cursor: pointer;
    margin-left: 6px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.graphic-content2 .eng-info .info-left .pagination .swiper-pagination-switch.swiper-active-switch {
    width: 32px;
    background: #fff;
}

.graphic-content2 .eng-info .info-right {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 698px);
}

.graphic-content2 .eng-info .info-right .info-tabs.graphic2-tabs {
    position: relative;
}

.graphic-content2 .eng-info .info-right .info-tabs.graphic2-tabs .info-tab-item.active .more {
    display: block;
}

.graphic-content2 .eng-info .info-right .info-tabs.graphic2-tabs .info-tab-item .more {
    display: none;
    position: absolute;
    right: 1px;
    top: -69px;
    font-size: 16px;
    line-height: 22px;
    color: #0067C7;
    font-weight: 400;
}

.graphic-content2 .eng-info .info-right .info-tabs .info-tab-item {
    cursor: pointer;
    margin-right: 36px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    color: #6A7785;
}

.graphic-content2 .eng-info .info-right .info-tabs .info-tab-item:last-child {
    margin-right: 0;
}

.graphic-content2 .eng-info .info-right .info-tabs .info-tab-item i {
    position: relative;
    top: 7px;
    margin-right: 3px;
    font-size: 36px;
}

.graphic-content2 .eng-info .info-right .info-tabs .info-tab-item.active {
    color: #0067C7;
}

.graphic-content2 .eng-info .info-right .info-list {
    margin-top: 30px;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 8px;
}

.graphic-content2 .eng-info .info-right .info-list .info-item {
    margin-bottom: 18px;
    cursor: pointer;
    font-size: 0;
}

.graphic-content2 .eng-info .info-right .info-list .info-item:last-child {
    margin-bottom: 0;
}

.graphic-content2 .eng-info .info-right .info-list .info-item i {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #6A7785;
    border-radius: 6px;
}

.graphic-content2 .eng-info .info-right .info-list .info-item p {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 116px);
    font-size: 18px;
    line-height: 160%;
    color: #333333;
}

.graphic-content2 .eng-info .info-right .info-list .info-item span {
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    font-size: 16px;
    line-height: 17px;
    color: #6A7785;
}

.graphic-content2 .eng-info .info-right .info-list .info-item:hover p {
    color: #0067C7;
    font-weight: 600;
}

.graphic-content3 {
    margin: 110px auto 0;
    width: 1366px;
}

.graphic-content3 .info-tabs {
    margin-top: 48px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    border-radius: 4px;
    overflow: hidden;
}

.graphic-content3 .info-tabs .info-tab-item {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 8px 25px;
    background: rgba(203, 213, 234, 0.51);
    font-size: 18px;
    line-height: 25px;
    color: #0067C7;
}

.graphic-content3 .info-tabs .info-tab-item.active {
    background: #0067C7;
    color: #fff;
}

.graphic-content3 .info-tabs .info-tab-item:first-child {
    border-radius: 4px 0 0 4px;
}

.graphic-content3 .info-tabs .info-tab-item:last-child {
    border-radius: 0px 4px 4px 0;
}

.graphic-content3 .info-list {
    display: none;
    margin-top: 30px;
    font-size: 0;
    letter-spacing: 0;
}

.graphic-content3 .info-list .info-item {
    cursor: pointer;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 30px*3)/4);
}

.graphic-content3 .info-list .info-item:nth-child(n+5) {
    margin-top: 27px;
}

.graphic-content3 .info-list .info-item:nth-child(4n) {
    margin-right: 0;
}

.graphic-content3 .info-list .info-item:hover {
    transform: translateY(-20px);
    transition: all ease-in-out 500ms;
}

.graphic-content3 .info-list .info-item:hover .info-title {
    color: #0067C7;
}

.graphic-content3 .info-list .info-item .img-box {
    height: 90px;
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.graphic-content3 .info-list .info-item .img-box img {
    width: 100%;
    height: 100%;
}

.graphic-content3 .info-list .info-item .info-title {
    margin-top: 16px;
    font-size: 16px;
    line-height: 28px;
    color: #2D3740;
    text-align: center;
}

.graphic-content4 {
    margin: 110px auto 0;
    width: 1366px;
}

.graphic-content4 .title-t .title-bg {
    width: 1124px;
    background: url('../images/title-bg3.png') no-repeat center center;
}

.graphic-content4 .card-list {
    font-size: 0;
    letter-spacing: 0;
}

.graphic-content4 .card-list .card-item {
    cursor: pointer;
    margin-right: 26px;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    width: calc((100% - 27px*7)/8);
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 8px;
    box-sizing: border-box;
    transition: all ease-in-out 500ms;
}

.graphic-content4 .card-list .card-item:nth-child(8n) {
    margin-right: 0;
}

.graphic-content4 .card-list .card-item:hover {
    transform: translateY(-20px);
}

.graphic-content4 .card-list .card-item:hover .card-title {
    color: #0067C7;
}

.graphic-content4 .card-list .card-item .img-box {
    margin: 0 auto;
    width: 46px;
    height: 46px;
    overflow: hidden;
}

.graphic-content4 .card-list .card-item .img-box img {
    width: 100%;
    height: 100%;
}

.graphic-content4 .card-list .card-item .card-title {
    margin-top: 14px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #2D3740;
}

.graphic-content5 {
    margin: 90px auto 0;
    width: 1366px;
    padding: 20px 40px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 8px;
}

.graphic-content5 .title-t .title-bg {
    width: 1044px;
    background: url('../images/titlte-bg2.png') no-repeat center center;
}

.graphic-content5 .info-list {
    font-size: 0;
    letter-spacing: 0;
}

.graphic-content5 .info-list .info-item {
    cursor: pointer;
    margin-right: 50px;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 50px*3)/4);
}

.graphic-content5 .info-list .info-item:nth-child(4n) {
    margin-right: 0;
}

.graphic-content5 .info-list .info-item .info-num {
    font-size: 0;
    text-align: center;
}

.graphic-content5 .info-list .info-item .info-num .num {
    display: inline-block;
    vertical-align: top;
    font-size: 40px;
    line-height: 43px;
    color: #0067C7;
}

.graphic-content5 .info-list .info-item .info-num .unit {
    position: relative;
    bottom: 2px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    line-height: 170%;
    color: #0067C7;
}

.graphic-content5 .info-list .info-item .info-title {
    margin-top: 6px;
    font-size: 18px;
    line-height: 170%;
    color: #2D3740;
    text-align: center;
}

.graphic-content5 .info-list .info-item:hover .info-title {
    font-weight: 500;
    color: #0067C7;
}

.footer-content {
    margin-top: 90px;
}

.footer-content .footer-top {
    background: url('../images/footer-bg.png') no-repeat center center;
    background-size: 100% 100%;
}

.footer-content .footer-top .top-content {
    margin: 0 auto;
    padding: 50px 0 30px;
    width: 1366px;
}

.footer-content .footer-top .top-content .log-box {
    max-height: 80px;
}

.footer-content .footer-top .top-content .log-box img {
    height: 100%;
}

.footer-content .footer-top .top-content .msg-box {
    margin-top: 28px;
    display: inline-block;
    vertical-align: top;
}

.footer-content .footer-top .top-content .msg-box.link {
    margin-left: 80px;
    width: calc(100% - 470px);
}

.footer-content .footer-top .top-content .msg-box .msg-title {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 170%;
    color: #FFFFFF;
}

.footer-content .footer-top .top-content .msg-box .msg-list {
    font-size: 0;
    letter-spacing: 0;
    width: 376px;
}

.footer-content .footer-top .top-content .msg-box .msg-list .msg-item {
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
}

.footer-content .footer-top .top-content .msg-box .msg-list .msg-item i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.footer-content .footer-top .top-content .msg-box .link-list {
    font-size: 0;
}

.footer-content .footer-top .top-content .msg-box .link-list a {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin: 10px 30px 0 0;
    font-size: 14px;
    line-height: 170%;
    color: #FFFFFF;
}

.footer-content .footer-bottom {
    padding: 14px 0;
    background: #0067C7;
    text-align: center;
}

.footer-content .footer-bottom span {
    margin-right: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.footer-content .return-top {
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 80px;
    width: 60px;
    height: 60px;
    background: url('../images/to-top.png') no-repeat center center;
    background-size: cover;
    z-index: 2;
}

.fast-entry {
    position: fixed;
    left: 0;
    top: 337px;
    background: #0067C7;
    z-index: 999;
}

.fast-entry .entry-item {
    position: relative;
    display: block;
    padding: 7px 6px;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-align: center;
}

.fast-entry .entry-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.fast-entry .entry-item:last-child::after {
    display: none;
}

.fast-entry .entry-item:hover .code-img {
    display: block;
}

.fast-entry .entry-item .code-img {
    display: none;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 160px;
}

#anchorsNav {
    position: fixed;
    top: 233px;
    right: 42px;
    z-index: 2;
}

#anchorsNav .anchors-nav li {
    cursor: pointer;
    margin-bottom: 18px;
    width: 58px;
    height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
    border-radius: 50%;
}

#anchorsNav .anchors-nav li:last-child {
    margin-bottom: 0;
}

#anchorsNav .anchors-nav li span {
    display: inline-block;
    margin: 9px 18px 0;
    font-size: 22px;
    color: #0067C7;
}

#anchorsNav .anchors-nav li .point-t {
    font-size: 12px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.04em;
    color: #000000;
}

#anchorsNav .anchors-nav li.active {
    background: #0067C7 !important;
}

#anchorsNav .anchors-nav li.active span,
#anchorsNav .anchors-nav li.active .point-t {
    color: #fff;
}

.more-type-style1 {
    background: #ffffff;
}

.more-type-style1 .type-title {
    padding: 16px 15px 16px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.more-type-style1 .type-title>.title-icon {
    display: inline-block;
    width: 6px;
    height: 16px;
    margin-right: 8px;
}

.more-type-style1 .type-title .txt {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    font-size: 18px;
}

.more-type-style1 .tree-box {
    max-height: 650px;
    overflow-y: auto;
}

/*氓藛鈥犆甭幻ヂ济ㄋ喡β犫��*/
.layui-tree {
    height: auto;
}

.layui-tree>.layui-tree-set>.layui-tree-entry {
    padding: 12px 15px;
    color: #333333;
    line-height: 22px;
}

.layui-tree>.layui-tree-set>.layui-tree-entry .tree-nav-one {
    font-size: 16px;
    color: inherit;
}

.layui-tree .layui-tree-txt {
    color: inherit;
}

.layui-tree .layui-tree-entry {
    padding: 8px 15px 8px 0;
    font-size: 16px;
    height: auto;
    white-space: unset;
    line-height: 21px;
}

.layui-tree .layui-tree-entry .layui-tree-main {
    padding-right: 0;
    position: relative;
    padding-left: 20px;
}

.layui-tree .layui-tree-entry .layui-tree-main .layui-tree-iconClick {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    width: 20px;
    z-index: 1;
}

.layui-tree .layui-tree-entry .layui-tree-main .layui-tree-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.layui-tree .layui-tree-iconArrow:after {
    -webkit-transition: unset;
    transition: unset;
    left: 0;
    border-color: transparent transparent transparent #cccccc;
}

.layui-tree .layui-tree-spread>.layui-tree-entry .layui-tree-iconArrow:after {
    top: 6px;
    border-color: #CCCCCC transparent transparent transparent;
}

.layui-tree .layui-tree-set {
    color: rgba(0, 0, 0, 0.8);
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 23px;
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 39px;
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 47px;
}

.layui-tree .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-set .layui-tree-entry {
    padding-left: 55px;
}

.layui-tree .layui-tree-pack {
    padding-left: 0;
}

.more-list-style1 {
    padding: 0 39px;
}

.more-list-style1 .list-info-box {
    padding-bottom: 92px;
    position: relative;
}

.more-list-style1 .list-info-box .list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    line-height: 64px;
    color: #333333;
    cursor: pointer;
}

.more-list-style1 .list-info-box .list li .order {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: middle;
}

.more-list-style1 .list-info-box .list li .left-text {
    font-size: 16px;
    color: inherit;
    text-align: left;
    width: 85%;
    padding-right: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.more-list-style1 .list-info-box .list li .right-text {
    display: inline-block;
    width: 15%;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.4);
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more-list-style1 .list-info-box .list.sm li {
    line-height: 30px;
}

.more-list-style1 .list-info-box .list.sm li .left-text {
    font-size: 14px;
}

.more-list-style1 .list-info-box .list.norm li {
    line-height: 52px;
}

.more-list-style1 .list-info-box .list.lg li {
    line-height: 64px;
}

@font-face {
    font-family: FZZJ-DNXSJW;
    src: url('../fonts/FZZJ-DNXSJW.TTF');
}

.FZZJ-DNXSJW {
    font-family: FZZJ-DNXSJW;
}

@font-face {
    font-family: D-DINExp;
    src: url('../fonts/D-DINExp.woff');
}

.D-DINExps {
    font-family: D-DINExp;
}

.colorfff {
    color: #fff !important;
}

.page-english .page-header .top-container .nav-container .header-top .login-box .before-login .login-t {
    padding: 6px 12px;
}

.page-english .search-content .search-tabs .tab-item {
    width: 285px;
}

.page-english .search-content .choose-content {
    padding: 16px 77px 56px;
}

.page-english .graphic-content3 {
    margin: 491px auto 0;
}

.page-english .graphic-content .title-t .second-title {
    display: inline-block;
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
}

.page-english .graphic-content .title-t .more {
    margin-top: 16px;
}

.page-english .graphic-content4 {
    margin: 112px auto 0;
}

.page-english .graphic-content4 .card-list .card-item .card-title {
    height: 50px;
}

.page-english .footer-content .footer-top .top-content .msg-box .msg-list {
    width: 520px;
}

.page-english .footer-content .footer-top .top-content .msg-box .msg-list .msg-item {
    display: flex;
    align-items: center;
}

.page-english .footer-content .footer-top .top-content .msg-box .msg-list .msg-item i {
    top: 0;
}

.page-english .footer-content .footer-bottom span {
    margin-right: 90px;
}

.page-english .footer-content .footer-bottom span:last-child {
    margin-right: 0;
}

.page-english .bg2 {
    height: 591px;
    background: url("../images/en-bg2.png") no-repeat center center;
}

.page-english .bg4 {
    top: 1391px;
    height: 392px;
    background: url("../images/en-bg5.png") no-repeat center center;
}

@media only screen and (min-width: 1px) and (max-width: 967px) {
    .bg1 {
        top: 0;
        height: 200px;
        background-size: cover;
    }

    .bg2,
    .bg3,
    .bg4 {
        display: none;
    }

    .page-header {
        width: 100%;
        border: none;
        height: 44px;
        padding: 10px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0) 100%);
        box-sizing: border-box;
    }

    .page-header.bg-fff {
        background: #fff;
    }

    .page-header .top-container {
        width: 100%;
    }

    .page-header .top-container .logo-box {
        position: absolute;
        top: 7px;
        left: 50%;
        margin-top: 0;
        transform: translateX(-50%);
        width: 180px;
    }

    .page-header .top-container .logo-box img {
        width: 100%;
    }

    .page-header .top-container .nav-container {
        float: none;
    }

    .page-header .top-container .nav-container .link-list {
        display: none;
    }

    .page-header .top-container .nav-container .header-top {
        margin-top: 0;
        width: 100%;
    }

    .page-header .top-container .nav-container .header-top .menu-status {
        float: left;
        display: inline-block;
        font-size: 16px;
        position: relative;
        top: 4px;
        color: #fff;
    }

    .page-header .top-container .nav-container .header-top .icon-del::before {
        color: #333;
    }

    .page-header .top-container .nav-container .header-top .login-box {
        float: right;
    }

    .page-header .top-container .nav-container .header-top .login-box .before-login .login-t {
        margin-top: -5px;
        padding: 5px 12px;
    }

    .page-header .top-container .nav-container .header-top .login-box .after-login {
        position: relative;
        top: -4px;
    }

    .page-header .top-container .nav-container .header-top .login-box .after-login .user-name {
        display: none;
    }

    .page-header .top-container .nav-container .header-top .login-box .after-login>i {
        display: none;
    }

    .page-header .top-container .nav-container .nav-list-content {
        display: none;
        margin-top: 0;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        bottom: 0;
        letter-spacing: 0;
        background: rgba(0, 0, 0, 0.3);
        border-top: 1px solid #EFEFEF;
        overflow-y: auto;
    }

    .page-header .top-container .nav-container .nav-list-content .end-link-box {
        display: block;
        height: 56px;
        background: #E4F2FF;
    }

    .page-header .top-container .nav-container .nav-list-content .end-link-box .link-item {
        display: inline-block;
        vertical-align: top;
        padding: 17px 0;
        width: 50%;
        font-size: 16px;
        line-height: 22px;
        color: #2D3740;
        text-align: center;
        box-sizing: border-box;
    }

    .page-header .top-container .nav-container .nav-list-content .end-link-box .link-item:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.04);
    }

    .page-header .top-container .nav-container .nav-list-content .end-link-box .link-item i {
        position: relative;
        top: 1px;
        margin-right: 6px;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav {
        width: 100%;
        text-align: center;
        background: #fff;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav:hover .two-nav-list {
        display: none;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav .one-nav-txt {
        position: relative;
        display: block;
        padding: 17px 20px;
        box-sizing: border-box;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #2D3740;
        text-align: left;
        border-bottom: 1px solid #F3F3F3;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav i {
        display: inline;
        position: absolute;
        right: 15px;
        top: 22px;
        font-size: 12px;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav i.rotate180 {
        transform: rotate(180deg);
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav.current .one-nav-txt {
        color: #0067C7;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        z-index: 2;
        background: #fff;
        padding: 0;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list::after {
        display: none;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .two-nav-txt {
        padding: 15px 15px 15px 32px;
        font-size: 15px;
        line-height: 21px;
        color: #2D3740;
        text-align: left;
        border-bottom: 1px solid #F3F3F3;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .two-nav-txt:hover {
        color: #0067C7;
    }

    .page-header .top-container .nav-container .nav-list-content .one-nav .two-nav-list .two-nav-item .three-nav-list {
        display: none !important;
    }

    .search-content {
        width: 100%;
        margin: 160px 0 0;
        padding: 16px;
        box-sizing: border-box;
    }

    .search-content .search-tabs {
        height: auto;
    }

    .search-content .search-tabs .tab-item {
        padding: 0;
        width: calc(100% / 3);
        line-height: 36px;
        box-sizing: border-box;
    }

    .search-content .choose-content {
        padding: 12px 0;
    }

    .search-content .choose-content .choose-title {
        font-size: 18px;
        line-height: 25px;
    }

    .search-content .choose-content .center-content {
        margin-top: 12px;
    }

    .search-content .choose-content .center-content .select-box {
        padding: 6px 10px;
        width: 75px;
        height: 34px;
    }

    .search-content .choose-content .center-content .select-box .down-list {
        top: 36px;
    }

    .search-content .choose-content .center-content .ipt-box {
        padding: 6px 10px;
        width: calc(100% - 165px);
        height: 34px;
    }

    .search-content .choose-content .center-content .ipt-box i {
        position: relative;
        top: 2px;
        font-size: 16px;
    }

    .search-content .choose-content .center-content .ipt-box input {
        margin-left: 8px;
        font-size: 14px;
        line-height: 20px;
        color: #999999;
    }

    .search-content .choose-content .center-content .btn-search {
        padding: 0 8px;
        width: 66px;
        height: 34px;
        font-size: 16px;
        line-height: 34px;
        color: #FFFFFF;
        box-sizing: border-box;
    }

    .search-content .choose-content .tips {
        margin-top: 12px;
    }

    .search-content .choose-content .bottom-links {
        margin-top: 12px;
    }

    .graphic-content .title-t .title-bg {
        display: none;
    }

    .graphic-content1,
    .graphic-content2,
    .graphic-content3,
    .graphic-content4,
    .graphic-content5 {
        width: 100%;
    }

    .footer-content .footer-top .top-content {
        width: 100%;
    }

    .graphic-content .title-t {
        margin-bottom: 16px;
    }

    .graphic-content1 {
        position: relative;
        margin: 0;
        height: auto;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .graphic-content1 .arrow-left {
        display: none;
    }

    .graphic-content1 .arrow-right {
        display: none;
    }

    .graphic-content1 .swiper-container .swiper-slide {
        width: 100%;
    }

    .graphic-content1 .swiper-container .icons-list {
        margin-top: 16px;
    }

    .graphic-content1 .swiper-container .icons-list .icons-item {
        padding-bottom: 12px;
        margin-right: 0px;
        width: 25%;
    }

    .graphic-content1 .swiper-container .icons-list .icons-item:nth-child(2n) {
        margin-right: 0;
    }

    .graphic-content1 .swiper-container .icons-list .icons-item .img-box {
        width: 40px;
        height: 40px;
    }

    .graphic-content1 .swiper-container .icons-list .icons-item h2 {
        margin-top: 6px;
        font-size: 15px;
        line-height: 21px;
        text-align: center;
        color: #2D3740;
    }

    .graphic-content1 .pagination {
        position: absolute;
        left: 50%;
        bottom: 10px;
        display: block;
    }

    .graphic-content1 .pagination .swiper-pagination-switch {
        margin-right: 8px;
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #D8D8D8;
        border-radius: 50%;
    }

    .graphic-content1 .pagination .swiper-active-switch {
        background: #0067C7;
    }

    .graphic-content2 {
        margin: 0px;
        padding: 20px 16px;
        background: #F2F5F7;
        box-sizing: border-box;
    }

    .graphic-content2 .eng-info .info-left {
        width: 100%;
        height: 218px;
    }

    .graphic-content2 .eng-info .info-left .swiper-container {
        height: 218px;
    }

    .graphic-content2 .eng-info .info-left .swiper-slide {
        height: 218px;
    }

    .graphic-content2 .eng-info .info-left .swiper-slide .title {
        padding: 12px;
        height: 46px;
    }

    .graphic-content2 .eng-info .info-left .swiper-slide .title h2 {
        font-weight: 600;
        font-size: 14px;
        line-height: 160%;
        letter-spacing: 0.04em;
        color: #FFFFFF;
        max-width: calc(100% - 100px);
    }

    .graphic-content2 .eng-info .info-left .pagination {
        right: 12px;
        bottom: 21px;
    }

    .graphic-content2 .eng-info .info-left .pagination .swiper-pagination-switch {
        width: 4px;
        height: 4px;
    }

    .graphic-content2 .eng-info .info-left .pagination .swiper-pagination-switch.swiper-active-switch {
        width: 14px;
    }

    .graphic-content2 .eng-info .info-right {
        margin-top: 20px;
        margin-left: 0;
        width: 100%;
    }

    .graphic-content2 .eng-info .info-right .info-tabs .info-tab-item {
        margin-right: 16px;
        font-size: 18px;
        line-height: 25px;
    }

    .graphic-content2 .eng-info .info-right .info-tabs .info-tab-item i {
        margin-right: 0;
        top: 4px;
        font-size: 24px;
    }

    .graphic-content2 .eng-info .info-right .info-list {
        margin-top: 20px;
        padding: 12px;
    }

    .graphic-content2 .eng-info .info-right .info-list .info-item {
        margin-bottom: 12px;
    }

    .graphic-content2 .eng-info .info-right .info-list .info-item i {
        width: 4px;
        height: 4px;
        border-radius: 50%;
    }

    .graphic-content2 .eng-info .info-right .info-list .info-item p {
        margin-left: 6px;
        width: calc(100% - 112px);
        font-size: 16px;
        line-height: 160%;
        color: #2D3740;
    }

    .graphic-content2 .eng-info .info-right .info-list .info-item span {
        margin-left: 8px;
        font-size: 14px;
        line-height: 15px;
    }

    .graphic-content3 {
        margin: 0;
        padding: 16px;
        background: #F2F5F7;
        box-sizing: border-box;
    }

    .graphic-content3 .info-tabs {
        margin-top: 16px;
        text-align: left;
    }

    .graphic-content3 .info-tabs .info-tab-item {
        padding: 7px 0px;
        font-size: 16px;
        line-height: 22px;
        width: 25%;
        text-align: center;
    }

    .graphic-content3 .info-list {
        margin-top: 30px;
    }

    .graphic-content3 .info-list .info-item {
        margin-right: 12px;
        width: calc((100% - 12px)/2);
    }

    .graphic-content3 .info-list .info-item:nth-child(2n) {
        margin-right: 0;
    }

    .graphic-content3 .info-list .info-item:nth-child(n+3) {
        margin-top: 12px !important;
    }

    .graphic-content3 .info-list .info-item .img-box {
        height: 62px;
    }

    .graphic-content3 .info-list .info-item .info-title {
        margin-top: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .graphic-content4 {
        margin: 0;
        padding: 16px;
        background: url('../images/bg4.png');
        box-sizing: border-box;
    }

    .graphic-content4 .card-list .card-item {
        margin-right: 12px;
        display: inline-block;
        vertical-align: top;
        padding: 20px 0;
        width: calc((100% - 12px)/2);
    }

    .graphic-content4 .card-list .card-item:nth-child(2n) {
        margin-right: 0;
    }

    .graphic-content4 .card-list .card-item:nth-child(n+3) {
        margin-top: 12px;
    }

    .graphic-content5 {
        margin: 0 16px;
        width: calc(100% - 32px);
        padding: 20px 16px;
    }

    .graphic-content5 .info-list .info-item {
        margin-right: 0;
        width: 50%;
    }

    .graphic-content5 .info-list .info-item:nth-child(n+3) {
        margin-top: 16px;
    }

    .graphic-content5 .info-list .info-item .info-num .num {
        font-size: 28px;
        line-height: 30px;
    }

    .graphic-content5 .info-list .info-item .info-num .unit {
        font-size: 14px;
        line-height: 120%;
    }

    .graphic-content5 .info-list .info-item .info-num .info-title {
        margin-top: 6px;
        font-size: 16px;
        line-height: 170%;
    }

    .footer-content {
        margin-top: 20px;
    }

    .footer-content .return-top {
        display: none;
    }

    .footer-content .footer-top .top-content {
        padding: 16px;
        box-sizing: border-box;
    }

    .footer-content .footer-top .top-content .log-box {
        max-width: 80%;
    }

    .footer-content .footer-top .top-content .log-box img {
        width: 100%;
    }

    .footer-content .footer-top .top-content .msg-box {
        margin: 20px 0px 0;
        width: calc(100% - 32px);
    }

    .footer-content .footer-top .top-content .msg-box .msg-title {
        margin-bottom: 8px;
    }

    .footer-content .footer-top .top-content .msg-box .msg-list {
        width: 100%;
    }

    .footer-content .footer-top .top-content .msg-box .msg-list .msg-item {
        margin-top: 8px;
        margin-right: 0;
        display: block;
        width: 100%;
    }

    .footer-content .footer-top .top-content .msg-box.link {
        margin: 20px 0px 0;
        width: calc(100% - 32px);
    }

    .footer-content .footer-top .top-content .msg-box .link-list a {
        margin-right: 20px;
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 170%;
    }

    .footer-content .footer-bottom {
        padding: 12px 10px;
    }

    .footer-content .footer-bottom span {
        margin-right: 0;
        display: block;
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: rgba(255, 255, 255, 0.7);
    }

    .footer-content .footer-bottom span:nth-child(n+2) {
        margin-top: 10px;
    }

    .page-english .footer-content .footer-top .top-content .log-box {
        margin-left: 10px;
    }

    .page-english .footer-content .footer-top .top-content .msg-box .msg-list {
        width: 100%;
    }

    .page-english .footer-content .footer-bottom span {
        margin-right: 10px;
    }

    .page-english .footer-content .footer-bottom span:last-child {
        margin-right: 0;
    }

    .page-english .search-content .search-tabs {
        box-shadow: 0px 6px 18px rgba(36, 59, 80, 0.1);
        border-radius: 4px;
    }

    .page-english .search-content .search-tabs .tab-item {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .page-english .search-content .choose-content {
        padding: 12px 0 0;
    }

    .page-english .search-content .choose-content .center-content .ipt-box i {
        display: none;
    }

    .page-english .search-content .choose-content .center-content .ipt-box input {
        margin-left: 0;
        width: 100%;
    }

    .page-english .graphic-content3,
    .page-english .graphic-content4 {
        margin-top: 0px;
    }

    .page-english .graphic-content3 .info-tabs .info-tab-item {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        box-sizing: border-box;
    }

    .page-english .graphic-content4 {
        background: none;
    }

    .page-english .footer-content {
        margin-top: 0;
    }

    .fast-entry,
    #anchorsNav {
        display: none !important;
    }

    .page-more-container .ipt-box {
        display: none;
    }

    .more-list-style1 {
        padding: 0;
    }

    .more-list-style1 .list-info-box {
        padding-bottom: 0;
    }

    .more-list-style1 .list-info-box .list.lg li {
        padding: 14px 16px;
        line-height: normal;
        box-sizing: border-box;
    }

    .more-list-style1 .list-info-box .list.lg li .left-text {
        display: flex;
        align-items: start;
        width: 100%;
        padding-right: 0;
    }

    .more-list-style1 .list-info-box .list.lg li .left-text i {
        margin-top: 9px;
    }

    .more-list-style1 .list-info-box .list.lg li .left-text span {
        flex: 1;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.64px;
        color: #333333;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .more-list-style1 .list-info-box .list.lg li .right-text {
        margin-left: 14px;
        margin-top: 7px;
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }
}

.overHidden {
    overflow: hidden;
}

.current_type {
    background: url("../images/current-type.png") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.ie-tips {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999999999999;
    text-align: center;
}

.ie-tips span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 120px;
    font-size: 30px;
    color: #fff;
}

.page-header .top-container .nav-container .nav-list-content .one-nav:nth-last-child(2) .two-nav-list .two-nav-item .three-nav-list {
    left: auto;
    right: 140px;
    padding-right: 5px;
}