* {
    list-style: none;
}

body, html {
    overflow-x: hidden;
}

img {
    user-select: none;
    -webkit-user-drag: none;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@font-face {
    font-family: 'FZCQJW';
    src: url('../fonts/FZCQJW.eot');
    src:
        url('../fonts/FZCQJW.eot?#font-spider') format('embedded-opentype'),
        url('../fonts/FZCQJW.woff2') format('woff2'),
        url('../fonts/FZCQJW.woff') format('woff'),
        url('../fonts/FZCQJW.ttf') format('truetype'),
        url('../fonts/FZCQJW.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.logo-box {
    padding-top: 20px;
    padding-bottom: 12px;
}
.header-logo {
    display: block;
    width: 285px;
}

.nav-wrapper {
    background-color: #dfbe57;
}

.navbar {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .select-menu {
        display: none;
    }
}

.nav-menu {
    position: relative;
    margin: 0;
    float: left;
}
.nav-menu > li {
    float: left;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}
.nav-menu > li > a {
    padding: 12px 45px;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-family: 'FZCQJW';
}

.nav-menu > li > a:hover,
.nav-menu > li.current > a {
    background-color: #b7c8e2;
    position: relative;
}
.nav-menu > li > a.solid:before {
    content: '|';
    color: #000;
    position: absolute;
    left: -2px;
    line-height: 1;
    top: 50%;
    pointer-events: none;
    transform: translateY(-55%);
}
.nav-menu ul {
    width: 100%;
    padding: 15px 0 15px 0;
    background-color: #b7c8e2;
    position: absolute;
    top: -999em;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    text-align: center;
}
.nav-menu li:hover ul,
.nav-menu li.sfHover ul {
    left: 0;
    z-index: 99;
    top: 100%;
}
.nav-menu li li {
    background-color: transparent;
    margin: 11px 0 0 0;
}
.nav-menu .sub-menu li {
    margin-top: 0;
    padding: 5px 0;
}
.nav-menu li li a {
    padding: 0;
    border: none;
    font-size: 14px;
    color: #000;
    display: inline;
    vertical-align: top;
}
.nav-menu li li > a:hover,
.nav-menu li li.sfHover > a,
.nav-menu li li.current > a,
.nav-menu li li.current > a {
    /* color: #f47700; */
    background-color: transparent;
}

.search-wrapper {
    display: flex;
    padding-top: 34px;
    justify-content: flex-end;
    align-items: flex-start;
}

.search-wrapper  .weixin-button {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 1;
    background-color: #dfbe57;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.search-wrapper .navbar-form {
    padding: 0;
    padding-left: 8px;
    margin: 0;
    position: relative;
    width: 162px;
}

.search-wrapper .navbar-form .search-form_it {
    border: none;
    height: 100%;
    width: 100%;
    background-color: #eeeeef;
    border-radius: 5px;
    outline: none;
    padding-left: 30px;
    height: 36px;
}
.search-wrapper .navbar-form .search-form_is {
    background: none;
    border: none;
    position: absolute;
    font-size: 20px;
    color: #dfbe57;
    height: 36px;
}

.select-menu {
    border: 1px solid #DDD;
    background-color: #e4e4e4;
    width: 100%;
    height: 35px;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.more-button {
    width: 190px;
    height: 60px;
    border: none;
    outline: none;
    position: relative;
}

.more-button span {
    position: relative;
    z-index: 2;
    display: block;
    background-color: #dfbe57;
    font-size: 24px;
    color: #22304d;
    text-align: center;
    line-height: 60px;
}

.more-button:hover {
    text-decoration: none;
}

.more-button::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #22304d;
    position: absolute;
    left: 15px;
    top: 10px;
    z-index: 1;
}

.fengexian {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #22304d 0%, #22304d 50%, transparent 50%);
    background-size: 15px 8px;
    background-repeat: repeat-x;
    margin-top: 107px;
}
.fengexian.style-02 {
    background-image: linear-gradient(to right, #dfbe57 0%, #dfbe57 50%, transparent 50%);
}

.footer {
    width: 100%;
    height: 90px;
    background-color: #ebe5d7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22304d;
    line-height: 20px;
    font-size: 12px;
    flex-direction: column;
}

.title-group {
    font-family: "FZCQJW";
    font-size: 66px;
    line-height: 1;
    text-align: center;
}

.title-group span {
    position: relative;
}

.title-group span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url('../img/arrow.png') no-repeat center left;
    width: 132px;
    height: 47px;
    background-size: 100%;
}

.title-group span.left-title::after {
    left: -153px;
    transform: translateY(-50%) rotate(180deg);
}

.title-group span.right-title::after {
    right: -153px;
}

.footer p {
    margin: 0;
}

.footer a {
    color: #22304d;
}

.banner-wrapper {
    margin-bottom: 0;
}

.banner-wrapper .flex-direction-nav a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    padding: 0;
    background: rgba(223, 190, 87, 0.7);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrapper .flex-direction-nav a:before {
    font-size: 40px;
    color: #fff;
    line-height: 1;
}

.wechat-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	display: none;
	background-color: rgba(0, 0, 0, 0.5);
}

.wechat-modal > img {
	display: block;
	width: 300px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1000;
	margin-left: -150px;
	margin-top: -150px;
}

.page-wrapper {
    padding: 50px 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-wrapper .page-button{
	background-color: #f9f9f9;
	font-size: 14px;
	color: #22304d;
	text-align: center;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border:1px solid #c9c9c9;
	margin-right: 8px;
	border-radius: 3px;
	margin-bottom: 8px;
}

.page-wrapper .page-button.current{
	background-color: #dfbe57;
	color: #fff;
	border:1px solid #e39b00;
}

@media (max-width: 750px) {
    .title-group {
        font-size: 40px;
    }

    .title-group span::after {
        width: 70px;
        height: 24px;
    }

    .title-group span.left-title::after {
        left: -90px;
    }

    .title-group span.right-title::after {
        right: -90px;
    }

    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1000px) {
    .nav-menu > li > a {
        padding: 12px 20px;
    }
    .header-logo {
        width: 240px;
    }
    .nav-wrapper {
        padding: 10px 0;
    }
    .search-wrapper {
        padding-top: 26px;
    }
}

@media (max-width: 414px) {
    .title-group {
        font-size: 36px;
    }

    .title-group span::after {
        width: 40px;
        height: 14px;
    }

    .title-group span.left-title::after {
        left: -50px;
    }

    .title-group span.right-title::after {
        right: -50px;
    }
}