/* CSS Document */

/*common*/
html {
    font-size: 100px;
    min-width: 1200px;
}

img{
    object-fit: cover;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei","microsoft yahei","微软雅黑","Helvetica Neue","Helvetica";
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 15px;
    color: #333;
}

li {
    list-style-type: none;
}

/* img{border: 0;display: block;max-width: 100%;} */
div {
    max-width: 100%;
}

p,
span,
input {
    line-height: 24px;
}

input,
select,
textarea {
    outline: medium;
    font-size: 13px;
}

input {
    padding: 0 10px;
    border: none;
}

textarea {
    resize: none;
    border: none;
    padding: 10px;
    line-height: 20px;
}

button:hover,
input[type="submit"]:hover,
select:hover {
    cursor: pointer;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h4,
h5,
h6 {
    font-weight: normal;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* b{font-weight: unset;} */
/* a:link{color:#333;text-decoration:none;}
a:visited{color:#551A8B;text-decoration:none;}
a:hover{color:#74ba36;text-decoration:none;}
a:active{color:#f00;text-decoration:none;} */

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
}

.overflow {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.inblock {
    display: inline-block;
    vertical-align: top;
}

.text-center {
    text-align: center;
}

.relative {
    position: relative;
}

.content {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    min-width: 1200px;
}

.detail-title-wrap {
    text-align: center;
    padding-top: 58px;
}

.detail-title {
    font-size: 48px;
    height: 46px;
    font-weight: 600;
    color: #555555;
    line-height: 46px;
    z-index: 99;
    position: relative;
}

.detail-subtitle {
    font-weight: 600;
    font-size: 24px;
    color: #ECECEC;
    line-height: 32px;
    margin-top: -7px;
}

/* 顶部菜单 */

/* .nav-wrap {
    width: 100%;
    height: 100px;
    padding-left: 68px;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    background-image: url('/image/top-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav-wrap .nav-log {
    width: 417px;
    height: 74px;
}

.nav-right-wrap {
    display: flex;
    height: 134px;
    color: #404040;
    font-size: 18px;
}

.nav {
    padding: 0 12px;
    margin-right: 29px;
    margin-top: 57px;
}

.nav-menu-title {
    width: 91px;
    display: block;
}

.nav .nav-menu {
    width: 91px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #555555;
    font-size: 14px;
    margin-left: -12px;
    margin-top: 16px;
    position: relative;
    display: none;
}

.triangle-img {
    width: 8px;
    height: 5px;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -5px;
}

.nav-menu-item {
    padding: 8px 0;
}

.nav-menu-title:hover {
    color: #3C83D7;
}

.nav-menu-item:hover {
    background-color: #3C83D7;
    color: #FFF;
} */

.header-wrap {
    width: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 400px;
    color: #FFF;
    padding: 171px 0;
    min-width: 1200px;
    background-size: cover;
    background-position: center;

}

.header-title {
    height: 68px;
    font-weight: 600;
    font-size: 60px;
    color: #FFFFFF;
    z-index: 99;
}

.header-title-party{
    color: #FFDE99;
}

.header-subtitle {
    width: 1200px;
    /* height: 27px; */
    font-weight: 600;
    font-size: 30px;
    color: #A4A4A4;
}

.header-subtitle-party{
    color: #FFFFFF;
}

.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F2F2;
}

.menu-right {
    display: flex;
}

.menu-item {
    margin-right: 50px;
    font-size: 18px;
    color: #555555;
    height: 68px;
    line-height: 68px;
    display: inline-block;
}

.menu-item-active {
    color: #3C83D7;
    font-weight: bold;
    position: relative;
}

.menu-item-active::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 76px;
    height: 4px;
    background: #3C83D7;
    border-radius: 2px;
    left: 50%;
    margin-left: -38px;
}

.menu-home-wrap {
    width: 72px;
    height: 68px;
    background: #D7D7D7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 38px;
}

.menu-left {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.menu-home-img {
    width: 32px;
    height: 33px;
}

.menu-right-img {
    width: 7px;
    height: 12px;
    margin-left: 18px;
    margin-right: 12px;
    display: inline-block;
}

.menu-right-img{
    font-weight: 500;
}

.page-wrap {
    display: flex;
    justify-content: center;
}

.page-item {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.page-item-active{
    border: 1px solid #D2D2D2;
    border-radius: 5px;
}

.page-text{
    height: 26px;
    line-height: 26px;
    margin-left: 23px;
}


.footer-wrap{
    height: 305px;
    background: #2E2E2E;
    color: #FFF;
    font-size: 18px;
}

.footer-top{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #454545;
    padding-bottom: 20px;
}

.foot-logo{
    width: 483px;
    height: 52px;
    margin-top: 45px;
    margin-bottom: 36px;
}

.footer-code-img{
    width: 121px;
    height: 118px;
    margin-bottom: 24px;
    margin-top: 49px;
}

.code-title{
    width: 121px;
    text-align: center;
}

.footer-bottom{
    padding-top: 20px;
    text-align: center;
}

.to-top-img{
    position: fixed;
    right: 100px;
    bottom: 80px;
    display: none;
    cursor: pointer;
    z-index: 99999;
}


.u-flex{
    display: flex;
}

.u-flex-column{
    flex-direction: column;
}

.u-flex-x-center{
    align-items: center;
}

.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li{
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border: 1px solid #FFF;
}

.pagination .active{
    border: 1px solid #D2D2D2;
    border-radius: 5px;
}

.pagination a{
    line-height: 24px;
}


.default-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.default-content {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 100px;

}

.default-img {
    width: 500px;
}
.default-number {
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 20px;
}

.default-btn-index {
    padding: 10px 16px;
    background-color: #0D83DC;
    color: #FFF;
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.default-pc-subtitle {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
    color: #595959;
}

.default-number-wrap {
    height: 287px;
    margin-left: 10px;
}
