input {
    -webkit-appearance: none
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft Yahei"
}

html {
    width: 100%;
    height: 100%
}
body{
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
}

li,ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

.w {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden
}

img {
    display: block;
    border: none
}

.clear_f:after {
    clear: both
}

.banner-v {
    height: 150px;
    overflow: hidden;
    background: #ccc;
    position: relative;
    z-index: 0;
}

.banner-v .banner-musk {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .58;
    z-index: 9
}

.banner-v .banner-content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 19;
    height: 100%;
}

.banner-v .banner-content .banner-content-mk {
    padding-top: 50px;
    text-align: center
}

.banner-v .banner-content .banner-content-mk h2 {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    margin: 15px auto;
}

.banner-v .banner-content .banner-content-mk span {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400
}

.banner-v video {
    position: absolute;
    width: 200%;
    left: -10%;
    top: 0;
    z-index: 9
}

.zy_box img,.zy_btn img {
    width: 100%;
    display: block
}

.zy_box {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
	justify-content: flex-start;
	align-items: center;
}

.zy_box li {
	width: 100%;
	/* height: 360px; */
	overflow: hidden;
    position: relative;
    border-radius: 10px;
	margin-bottom: 10px;
    -webkit-box-shadow: 0 3px 10px 2px #ddd;
    box-shadow: 0 3px 10px 2px #ddd;
    background: #fff;
    padding: 8px 0 5px;
    -o-transition: .4s;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s
}

.zy_box li>img {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.zy_box h3 {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding-left: 15px;
    padding-top: 5px
}

.zy_box p {
    padding: 0 10px;
    margin: 10px auto 0;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    overflow: hidden
}

.zy_box span {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #01562f;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    right: 15px;
    top: 38px
}

.zy_btn {
    margin: 8px auto 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
}

.zy_btn a {
    width: 45%;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    border-radius: 8px;
    border: 1px solid #01562f;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-color: #eaeaea;
    background: #fff;
    color: #a21f27
}

.zy_btn a:last-child {
    background: #01562f;
    color: #fff
}

.zy_xz {
    text-align: left;
    color: #777;
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px
}

.tit_box {
    width: 1136px;
    text-align: center;
    color: #fff;
    padding: 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 349px;
    margin: 35px auto 0
}

.tit_b {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 2rem
}

.tit_e {
    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.2rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0 1.6rem;
    margin: 0 auto;
    margin-top: .5rem;
    text-transform: uppercase
}

.tit_b {
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    text-align: center;
	margin-top: 0;
}

.tit_b:after {
    content: "";
    display: block;
    width: 276px;
    height: 23px;
    background-color: #fae592;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.tit_s {
    font-size: 16px;
    line-height: 35px;
    text-align: center
}

.zyfx_box {
    width: 100%;
    margin: 15px auto 0
}

.zyfx_box>div {
    display: none
}

.ulzyfx_titbox {
    background: #e5e5e5;
    margin: 0 auto 15px
}

.ulzyfx_tit {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ulzyfx_tit li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 20px;
    line-height: 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    height: 40px
}

.ulzyfx_tit li.active {
    background: #fff;
    border-bottom: 4px solid #a6a6a6
}

.content_box {
    width: 100%;
    margin: 50px auto
}

.left_img {
    float: left;
    width: 640px;
    margin-right: 50px
}

.right_nr {
    float: left;
    width: 510px;
    margin-right: 0;
    padding-top: 15px
}

.big_img {
    margin-bottom: 50px
}

.s_img li {
    float: left;
    width: 32%;
    margin-right: 2%
}

.s_img li:last-child {
    margin-right: 0
}

img {
    display: block;
    width: 100%
}

.right_nr p {
    font-size: 22px;
    line-height: 35px;
    margin: 20px 0 50px;
    height: 30px
}

.right_nr p span {
    color: #e60012;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    float: left
}

.right_nr p a {
    background: #e60012;
    color: #fff;
    font-size: 24px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 5px;
    line-height: 35px
}

.right_nr>a {
    display: block;
    text-align: center;
    background: #e60012;
    color: #fff;
    font-size: 24px;
    line-height: 46px;
    border-radius: 23px
}

.tit {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    color: #e60012;
    margin-top: 20px
}

.btn_group a {
    float: left;
    font-size: 26px;
    line-height: 50px;
    width: 250px;
    background: #e60012;
    color: #fff;
    border-radius: 25px;
    margin-right: 200px;
    text-align: center
}

.btn_group a:first-child {
    margin-left: 250px
}

.btn_group {
    margin-top: 20px
}

.mid_nr {
    font-size: 18px;
    line-height: 30px
}

h2 {
    width: 100%;
    margin: 45px auto 30px;
    font-size: 36px;
    color: #7b3a1c;
    text-align: center;
    padding-bottom: 10px
}

.dp_list {
    width: 100%;
    margin: 30px auto 30px
}

.dp_list li {
    float: left;
    width: 291px;
    margin-right: 12px;
    margin-bottom: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(188,184,184,.95);
    box-shadow: 0 0 16px 0 rgba(188,184,184,.95)
}

.dp_mc {
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    color: #e60012;
    margin: 10px 0
}

.dp_list li:nth-child(4n) {
    margin-right: 0
}

.dp_btn>a {
    float: left;
    width: 50%;
    border: 1px solid #7b3a1c;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    background: #7b3a1c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.dp_btn>a:first-child {
    color: #7b3a1c;
    background: #fff
}

.dp_btn {
    padding-bottom: 2px
}

.foot .footer img {
    width: auto
}

.zyfx_box>div:nth-child(3) .tit_b:not(:first-child) {
    margin-top: -46px
}

.zy-thumb {
    position: relative;
    overflow: hidden;
	padding: 0 15px;
}

.zy-tips {
    display: none;
    position: absolute;
    color: #fff;
    top: 4%;
    left: -44%;
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}

.rdcl {
    color: #db262c
}

.rdbg {
    background: #db262c
}

.bold {
    font-weight: 700
}

.grbg {
    background: #019334
}

.ppbg {
    background: #b50184
}

.orbg {
    background: #f07e01
}

.graybg {
    background: #f4f4f4
}

.wtcl {
    color: #fff
}

.wtbg {
    background: #fff
}
