@font-face {
    font-family: 'banda';
    src: url('../font/banner.ttf');
}

@font-face {
    font-family: 'bandayw';
    src: url('../font/Britannic_Bold_T.ttf');
}


* {
    padding: 0px;
    margin: 0px;
}

body {
    font-size: 14px;
    color: #555;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
    background-color: #fff;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
    margin: 0;
    padding: 0;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    list-style: none;
}

input,
select,
button,
textarea {
    font-size: 14px;
    border: 0;
    background: none;
    outline: none;
    vertical-align: middle;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
}

button {
    overflow: visible
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

a:hover {
    color: #a40000;
    text-decoration: none !important;
}

.clear {
    overflow: hidden;
    clear: both;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #000;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
    background-color: #00b7ee;
}

@media only screen and (max-width:992px) {
    body {
        font-size: 13px;
    }
    input,
    select,
    button,
    textarea {
        font-size: 13px;
    }
    input,
    textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

@media only screen and (max-width:992px) {
    html.on {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
    }
}

body {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media only screen and (max-width:992px) {
    body.on {
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);
    }
}

@media only screen and (max-width:992px) {
    .sj_bj {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        z-index: 99999;
        display: none;
    }
}

.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header.on {
    box-shadow: 0 0 10px #ddd;
    
}

.header .logo {
    
    float: left;
    margin: 11px 0;
    position: relative;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}




.header .logo img {
    width: 100%;
    height: auto;
    display: block;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 15px;
    height: 22px;
    width: 30px;
    display: none;
}

.header .an span {
    width: 30px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .an span.a1 {
    top: 0;
    left: 0;
}

.header .an span.a2 {
    top: 10px;
    left: 0;
}

.header .an span.a3 {
    top: 20px;
    left: 0;
}

.header .an.n span.a2 {
    display: none;
}

.header .an.n span.a1 {
    top: 10px;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
    top: 10px;
    transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.header .nav {
    float: right;
}

.header .nav ul {
    float: left;
}

.header .nav ul li {
    float: left;
    position: relative;
}

.header .nav .y_j {
    position: relative;
}

.header .nav .y_j i {
    
font-weight: bold;
    
font-size: 20px;
    
position: absolute;
    
left: 75%;
    
top: 35%;
}

.header .nav .y_j a {
    display: inline-block;
    font-size: 22px;
    color: #313131;
    text-transform: uppercase;
    line-height: 90px;
    padding: 0 50px;
    font-weight: bold;
}

.header.on .nav .y_j a {
    
}

.header .nav .e_j {
    width: 150px;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 5px #aaa;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.header .nav ul li:hover .e_j {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.header .nav .e_j a {
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
}

@media only screen and (max-width:1200px) {
    .header .nav ul li {
        margin: 0 13px;
    }
    .header .nav .y_j a {
        padding: 0 10px;
    }
}

@media only screen and (max-width:992px) {
    .header .nav ul li.on .y_j a {
        background: none;
    }
    .header .nav ul li:hover .y_j a {
        background: none;
    }
    .header.on {
        box-shadow: none;
    }
    .header .logo {
        
        margin: 15px 0;
    }
    .header.on .logo {
        margin: 20px 0;
    }
    .header .logo img {
        width: 100%;
        height: auto;
        display: block;
        
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .logo img.d_w {
        opacity: 1;
    }
    .header .language {
        float: right;
        height: 32px;
        font-size: 15px;
        text-align: center;
        line-height: 32px;
        color: #fff;
        margin-top: 21px;
        margin-left: 0;
        margin-right: 50px;
        color: #555;
    }
    .header .s_ch {
        margin-top: 20px;
        margin-left: 0;
        float: left;
    }
    .header .an {
        display: block;
        right: 39px;
    }
    .header .nav {
        width: 60%;
        height: 100%;
        padding: 10px 5% 0;
        margin: 0;
        background-color: #141414;
        height: 100%;
        position: fixed;
        top: 0;
        right: -60%;
        z-index: 9999;
        overflow: auto;
        transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
    }
    .header .nav ul {
        width: 100%;
        float: none;
    }
    .header .nav ul li {
        width: 100%;
        height: auto;
        line-height: 50px;
        text-align: left;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        float: none;
        padding: 5px 0;
        margin: 0;
    }
    .header .nav ul li:after {
        display: none;
    }
    .header .nav .y_j i {
        font-size: 22px;
        display: block;
        width: 100%;
        padding-right: 10px;
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        color: #fff;
        line-height: 50px;
        z-index: 99;
        left: unset;
    }
    .header .nav .y_j a {
        line-height: 50px;
        color: #fff;
        font-size: 22px;
        padding: 0;
    }
    .header .nav ul li:hover .y_j a {
        color: #fff;
    }
    .header .nav ul li.on .y_j a {
        color: #fff;
    }
    .header .nav .e_j {
        width: 100%;
        background: none;
        box-shadow: none;
        position: relative;
        left: auto;
        top: auto;
        padding: 5px 0;
        margin-left: 0;
        opacity: 1;
        visibility: inherit;
        display: none;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transition: none;
        -o-transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
    }
    .header .nav ul li:hover .e_j {
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
    }
    .header .nav .e_j a {
        line-height: 32px;
        text-align: left;
        color: #fff;
        font-size: 19px;
        line-height: 44px;
    }
}

@media (min-width:1430px) {
    .header .container {
        max-width: 1460px
    }
}

@media only screen and (max-width:640px) {
    .header .an {
        right: 15px;
    }
}

@media only screen and (max-width:320px) {
    .header .logo {
        width: 168px;
    }
    .header .language {
        margin-top: 19px;
        margin-right: 45px;
    }
}

.head_h {
    width: 100%;
    height: 86px;
    background-color: #fff;
    overflow: hidden;
}

@media only screen and (max-width:992px) {
    .head_h {
        display: block;
    }
}




.e_m {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    display: none;
}

.e_m .n_r {
    width: 200px;
    padding: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.e_m .n_r img {
    width: 100%;
    height: auto;
    display: block;
}

.e_m .n_r p {
    font-size: 15px;
    color: #888;
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .e_m .n_r {
        width: 230px;
        padding: 15px;
    }
    .e_m .n_r p {
        font-size: 15px;
    }
}

.pc_ban {
    width: 100%;
    height: 900px;
    position: relative;
    overflow: hidden;
}

.pc_ban .sw_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 5s;
    -o-transition: all 5s;
    -ms-transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
}

.pc_ban .swiper-slide-active .sw_bg {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.pc_ban .swiper-button-prev {
    color: #fff;
    opacity: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-prev {
    left: 10%;
    opacity: .8;
}

.pc_ban .swiper-button-next {
    opacity: 0;
    color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban:hover .swiper-button-next {
    right: 10%;
    opacity: .8;
}

.pc_ban .swiper-pagination {
    bottom: 30px;
}

.pc_ban .swiper-pagination-bullet {
    transition: all .6s;
}

.pc_ban .swiper-pagination-bullet {
    margin: 0 4px;
    width: 14px;
    height: 14px;
    border-radius: 30px;
    background-color: #fff;
}

.pc_ban .swiper-pagination-bullet-active {
    background: #cd6140;
}

.pc_ban .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

.pc_ban .container .zuo {
    flex: 0 0 43%;
    max-width: 43%;
}

.pc_ban .container .you {
    flex: 0 0 54%;
    max-width: 54%;
}

.pc_ban .container .you img {
    max-width: 100%;
}

@media (min-width:1430px) {
    .pc_ban .container {
        max-width: 1460px
    }
}

.pc_ban .container .zuo h5 {
    font-family: 'banda';
    font-size: 75px;
    color: #313131;
}

.pc_ban .container .zuo h5 span {
    font-family: 'bandayw';
}

.pc_ban .container .zuo h6 {
    margin-top: 30px;
}

.pc_ban .container .zuo h6 p {
    padding: 15px 0;
    font-size: 28px;
    color: #313131;
    padding-left: 50px;
    position: relative;
}

.pc_ban .container .zuo h6 p::after {
    width: 17px;
    height: 17px;
    background-color: rgba(255,186,7);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    content: "";
}

.pc_ban .container .zuo .liaojie_gengd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 237px;
    height: 67px;
    background-color: rgba(255,186,7);
    border: 1px solid rgba(255,186,7);
    font-size: 20px;
    color: #ffffff;
    padding-right: 86px;
    border-radius: 100px;
    margin-top: 80px;
    position: relative;
}

.pc_ban .container .zuo .liaojie_gengd img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    animation: xq 1s linear infinite;
}

@keyframes xq {
    50% {
        right: 60px;
    }
    100% {
        right: 30px;
    }
}

@media only screen and (max-width:1430px) {
    .pc_ban .container .zuo h5 {
        font-size: 62px;
    }
}

@media only screen and (max-width:1200px) {
    .pc_ban {
        width: 100%;
        height: 636px;
    }
    .pc_ban .container .zuo h5 {
        font-size: 41px;
    }
    .pc_ban .container .zuo h6 {
        margin-top: 15px;
    }
    .pc_ban .container .zuo h6 p {
        font-size: 20px;
        padding: 8px 0;
        padding-left: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .pc_ban .container .sy_lz h5 {
        font-size: 78px;
    }
    .pc_ban .swiper-pagination {
        display: none;
    }
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .pc_ban .container .sy_lz h5 {
        font-size: 45px;
    }
    .pc_ban .container .sy_lz a {
        width: 158px;
        height: 45px;
        font-size: 18px;
    }
    .pc_ban .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
        z-index: 99;
    }
    .pc_ban .container .you {
        
        flex: 0 0 100%;
        bottom: 0;
        max-width: 100%;
    }
    .pc_ban {
        height: auto;
        padding: 50px 0;
    }
    .pc_ban .container .zuo h5 {
        font-size: 34px;
    }
    .pc_ban .container .zuo .liaojie_gengd {
        width: 221px;
        margin-top: 36px;
    }
}




.zxkf {
    width: 80px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -30px;
    z-index: 9;
}

.zxkf .dh {
    margin-bottom: 2px;
    background-color: rgba(0, 0, 0, .8);
    width: 60px;
    height: 60px;
    float: right;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.zxkf .dh:hover {
    background-color: rgba(255, 125, 50, .8);
    width: 210px;
}

.zxkf .dh .tp {
    float: left;
    width: 60px;
    padding-top: 30px;
    height: 60px;
    background: url(/template/pc/images/d_h.png) no-repeat center 10px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.zxkf .dh:hover .tp {
    background-color: rgba(255, 125, 50, .8);
}

.zxkf .dh .wz {
    font-size: 18px;
    color: #fff;
    font-family: Arial;
    line-height: 60px;
    float: left;
    margin-left: 10px;
}










.zxkf .qq .wz {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    margin-left: 10px;
}

.zxkf .qq .wz a {
    color: #fff;
}

.zxkf .wx {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.zxkf .wx:hover {
    
}

.zxkf .wx .tp {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    border: 2px solid rgba(255,186,7);
    background-color: rgba(255,186,7);
    font-size: 14px;
    padding: 5px;
}

.zxkf .wx .tp1 {
    height: 150px;
    position: relative;
}

.zxkf .cb_com {
    display: flex;
    justify-content: flex-end;
    padding: 5px;
    align-items: center;
    flex-direction: column;
    height: 100%;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}

.zxkf .cb_com img {
    margin-top: 10px;
    width: 40px;
}

.zxkf .ewm {
    position: absolute;
    width: 100px; 
    
    opacity: 0;
    left: -100px;
    bottom: 0;
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.zxkf .ewm img {
    width: 100%;
    height: auto;
}

.zxkf .wx:hover .ewm {
    
    opacity: 1;
    width: 100px;
    height: 100px;
}

.zxkf .fh {
    margin-bottom: 10px;
    background-color: rgba(255,186,7);
    width: 80px;
    height: auto;
    border-radius: 10px;
    float: right;
    position: relative;
    cursor: pointer;
    display: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.zxkf .fh:hover {
    background-color: rgba(226, 177, 119, .9);
}

.zxkf .fh .tp {
    float: left;
    width: 60px;
    padding-top: 30px;
    height: 30px;
    background: url(/template/pc/images/f_h.png) no-repeat center 10px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.zxkf .qq {
    position: relative;
    display: block;
}

.zxkf .qq .xia_renwu {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -41px;
    z-index: 10;
    border: 3px solid #fff;
    border-radius: 100px;
    background-color: #fff;
}

.cb_left {
    position: fixed;
    bottom: 5%;
    
    left: 0;
    z-index: 99;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.cb_left.on {
    left: 0;
}

.cb_left .top {
    background-image: url(../style/cb_left.png);
    width: 130px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 185px;
    background-size: contain;
    background-repeat: no-repeat;
}
.cb_left .top img{
    max-width: 70px;
}
.cb_left .bottom {
    color: #888888;
    padding: 10px 30px;
    padding-top: 135px;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.24);
    width: 187px;
    background-color: #fff;
    border-radius: 10px;
}

.cb_left .bottom a {
    width: 112px;
    height: 40px;
    display: block;
    border: 3px solid #ff958a;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    font-size: 16px;
    color: #ff958a;
}

.cb_left>i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #ff958a;
    color: #ff958a;
    border-radius: 50%;
    margin: 15px auto 0;
    cursor: pointer;
}

@media only screen and (max-width:1024px) {
    .zxkf {
        bottom: 0;
        width: 100%;
        top: auto;
        right: 0;
        transform: none;
        display: flex;
        justify-content: flex-end;
        
    }
    .zxkf>div,
    .zxkf>a {
        width: 25% !important;
    }
    .zxkf .fh {
        border-left: 1px solid #f1f1f1;
    }
    .cb_left {
        left: 0
    }
    .zxkf .wx{ margin-bottom:0}
    .zxkf .fh,
    .zxkf .cb_com,
    .zxkf .wx .tp {
        width: 100%;
        height: auto;
        border-radius: 0;
        margin: 0;
        font-size: 24px !important;
    }
    .cb_left .bottom p{
font-size: 19px;
    }
}




@media only screen and (max-width:992px) {
    .sy_hyxw {
        padding: 50px 0 40px;
    }
    .sy_hyxw .sy_bt {
        font-size: 30px;
        padding-bottom: 25px;
    }
    .hyxw_lb {
        padding-bottom: 65px;
    }
    .sy_hyxw .hyxw_lb .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        border: 1px solid #fff;
    }
    .zxkf .wx .tp {
        font-size: 19px;
        line-height: 41px;
        height: auto;
    }
    .zxkf .wx .tp1 {
        height: 135px;
    }
}

.ggbt {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ggbt h5 {
    position: relative;
    font-size: 36px;
    color: #313131;
    margin-left: 20px;
    padding-bottom: 36px;
    padding-top: 24px;
    font-weight: bold;
}

.ggbt h5 span {
    color: rgba(255,186,7);
}

.ggbt h5 .xian {
    animation: bl 20s linear infinite;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 15px;
    background-image: url(../style/bolang.png);
    background-repeat: no-repeat;
    background-position: left center;
}

@keyframes bl {
    0% {
        background-position: left center;
    }
    
    100% {
        background-position: right center;
    }
}

@-webkit-keyframes bl {
    0% {
        background-position: left center;
    }
    
    100% {
        background-position: right center;
    }
}
.ggbt 
.miaoshu1{
    font-size: 20px;
    color: #313131;
    margin-top: 16px;
    flex: 0 0 100%;
    text-align: center;
}


.sy_yi {
    padding: 90px 0;
    background-color: #f7f7f7;
}

.sy_yi .fuwu_ban {
    margin-top: 45px;
}

.sy_yi .fuwu_ban .fu_wu_nr {
    background-color: #ffffff;
    padding: 26px 46px 80px;
    height: 650px;
    overflow-y: auto;
}

.sy_yi .fuwu_ban .fu_wu_nr .shang {
    text-align: center;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_yi .fuwu_ban .fu_wu_nr .shang img {
    max-width: 100%;
    max-height: 100%;
}

.sy_yi .fuwu_ban .fu_wu_nr h5 {
    font-size: 30px;
    color: #434343;
    font-weight: bold;
    margin-top: 35px;
    text-align: center;
}

.sy_yi .fuwu_ban .fu_wu_nr h6 {}

.sy_yi .fuwu_ban .fu_wu_nr h6 p {
    margin-top: 37px;
    font-size: 20px;
    color: #535353;
    line-height: 30px;
    position: relative;
}

.sy_yi .fuwu_ban .fu_wu_nr h6 p::after {
    position: absolute;
    left: -20px;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #000000;
    border-radius: 100px;
    content: "";
}

@media only screen and (max-width:992px) {
    .sy_yi {
        padding: 50px 0;
    }
    .sy_yi .fuwu_ban .fu_wu_nr {
        padding: 40px;
    }
}




.sy_er {
    height: 315px;
    background-color: rgba(255,186,7);
    position: relative;
    overflow: hidden;
}

.sy_er .zuo_yi {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sy_er .you_yi {
    position: absolute;
    right: 0;
    top: 0;
}

.sy_er .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_er .container .zyi {
    position: absolute;
    left: -108px;
    transform: translateY(-50%);
    
    animation: deng 4s linear infinite;
}

.sy_er .container .zyi.benben {
    position: absolute;
    left: -194px;
    transform: translateY(-50%);
    
    animation: deng1 5s linear infinite;
}

@keyframes deng {
    0% {
        top: 40%;
    }
    50% {
        top: 60%;
    }
    100% {
        top: 40%;
    }
}

@keyframes deng1 {
    0% {
        top: -5%;
    }
    50% {
        top: 40%;
    }
    100% {
        top: -5%;
    }
}

.sy_er .container .you {
    position: absolute;
    right: -60px;
    transform: translateY(-50%);
    top: 50%;
    animation: deng 4s linear infinite;
}

.sy_er .container .you.benben {
    right: -120px;
}

.sy_er .container .zz {
    padding-left: 24px;
}

.sy_er .container .zz h5 {
    font-size: 48px;
    color: #ffffff;
}

.sy_er .container .zz h6 {
    font-size: 48px;
    color: #434343;
    margin-top: 40px;
}

.sy_er .container .yy {
    padding-right: 100px;
}

.sy_er .container .yy a {
    width: 237px;
    height: 71px;
    background-color: #fdfdfd;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 30px;
    color: rgba(255,186,7);
}

.sy_er .jiantou {
    position: absolute;
    left: 50%;
    top: 75%;
    transform: translate(-50%, -50%);
    animation: jian 3s linear infinite;
}

@keyframes jian {
    0% {
        left: 55%;
    }
    50% {
        left: 45%;
    }
    100% {
        left: 55%;
    }
}
.sy_er .container .yy a.diannao{
    display: flex;
}
.sy_er .container .yy a.shouji{
    display: none;
}
@media only screen and (max-width:992px) {
    .sy_er .jiantou {
        display: none;
    }
    .sy_er .container .you,
    .sy_er .container .zyi {
        display: none;
    }
    .sy_er .container .yy {
        padding-right: 0;
    }
    .sy_er .container .zz {
        flex: 0 0 100%;
        padding-left: 0;
    }
    .sy_er .container .yy {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .sy_er .container .zz h5 {
        font-size: 34px;
        text-align: center;
    }
    .sy_er .container .zz h6 {
        font-size: 34px;
        text-align: center;
    }
    .sy_er {
        height: 290px;
    }
    .sy_er .container .yy a.diannao{
        display: none;
    }
    .sy_er .container .yy a.shouji{
        display: flex;
    }
}




.sy_san {
    padding: 107px 0 60px;
    overflow: hidden;
}

.sy_san .guanyu_kuang {
    background-color: #fff;
    box-shadow: 0 0 30px #c7c0c0;
    padding: 50px 80px;
    border-radius: 10px;
    margin-top: 25px;
    position: relative;
}

.sy_san .guanyu_kuang .shu {
    position: absolute;
    bottom: 26px;
    right: -200px;
}

.sy_san .guanyu_kuang h6 {
    position: relative;
    font-size: 22px;
    color: #313131;
    line-height: 34px;
    margin-top: 48px;
    position: relative;
}

.sy_san .guanyu_kuang h6::after {
    position: absolute;
    left: -40px;
    top: 8px;
    background-color: rgba(255,186,7);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    content: "";
}

@media only screen and (max-width:1200px) {
    .sy_san .guanyu_kuang .shu {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .sy_san {
        padding: 50px 0;
    }
    .sy_san .guanyu_kuang {
        padding: 30px 30px 30px 40px;
    }
    .sy_san .guanyu_kuang h6::after {
        left: -29px;
    }
}




.sy_si {
    padding: 60px 0;
    position: relative;
}

.sy_si .zuo {
    position: absolute;
    left: 175px;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}

.sy_si .zuo img {
    max-width: 100%;
}

.sy_si .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.sy_si .container .you {
    flex: 0 0 50%;
}

.sy_si .container .you h6 {
    margin-top: 86px;
}

.sy_si .container .you h6 p {
    position: relative;
    font-size: 22px;
    color: #313131;
    position: relative;
    padding-left: 36px;
    line-height: 50px;
}

.sy_si .container .you h6 p::after {
    position: absolute;
    left: 0;
    top: 15px;
    background-color: rgba(255,186,7);
    width: 20px;
    height: 20px;
    border-radius: 100px;
    content: "";
}

.sy_si .container .you .liaojie_gengd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 237px;
    height: 67px;
    background-color: rgba(255,186,7);
    border: 1px solid rgba(255,186,7);
    font-size: 20px;
    color: #ffffff;
    padding-right: 86px;
    border-radius: 100px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}

.sy_si .container .you .liaojie_gengd img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    animation: xq 1s linear infinite;
}

@keyframes xq {
    50% {
        right: 60px;
    }
    100% {
        right: 30px;
    }
}

@media only screen and (max-width:1400px) {
    .sy_si .container .you {
        flex: 0 0 46%;
    }
}

@media only screen and (max-width:1200px) {
    .sy_si .zuo img {
        max-width: 100%;
    }
    .sy_si .zuo {
        left: 27px;
        top: 50%;
    }
    .sy_si .container .you {
        flex: 0 0 60%;
    }
}

@media only screen and (max-width:992px) {
    .sy_si {
        padding: 30px 0 50px;
    }
    .sy_si .zuo {
        width: 100%;
        transform: none;
        left: 0;
        top: 0;
        position: relative;
    }
    .sy_si .container .you {
        flex: 0 0 100%;
    }
    .sy_si .container .you h6 {
        margin-top: 30px;
    }
    .sy_si .container .you h6 p {
        font-size: 20px;
    }
    .sy_si .container .you .liaojie_gengd {
        margin-top: 30px;
    }
}




.sy_wu {
    padding: 60px 0 105px;
}

.sy_wu .cj_wemt {
    margin-top: 63px;
}

.jr_nr {
    display: none;
}

.sy_wu .jr_bt {
    font-size: 26px;
    color: #535353;
    font-weight: bold;
    padding: 20px 0;
    position: relative;
}

.sy_wu .jr_bt .jianto {
    position: absolute;
    right: 0;
   
    top: 24%;

    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.sy_wu .jr_lm:nth-child(1) .jr_bt .jianto{
    transform:rotate(90deg);
}

.sy_wu .jr_lm {
    border-bottom: 2px solid #e5e5e5;
}

.sy_wu .jr_nr {
    font-size: 20px;
    color: #898989;
    line-height: 33px;
    padding-bottom: 20px;
  padding-left:20px;
padding-right:20px;
}

@media only screen and (max-width:992px) {
    .sy_wu {
        padding: 50px 0;
    }
    .sy_wu .jr_bt {
        font-size: 23px;    padding: 20px;
    }
    .sy_wu .jr_nr {
        font-size: 19px;
    }
}




.sy_liu {
    background-color: #f6f6f6;
    padding: 50px 0 30px;
}

.ggbt h6 {
    padding-top: 65px;
    position: relative;
    padding-left: 11px;
}

.ggbt h6 span {
    font-size: 20px;
    color: #1b1b1b;
    line-height: 34px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.ggbt h6 .fenhao {
    position: absolute;
    left: 0;
    top: 47px;
}

.sy_liu .tab_head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_liu .wai_tao {
    padding: 0 64px;
}

.sy_liu .tab_head .dandu {
    flex: 0 0 13%;
    border: 1px solid rgba(255,186,7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 36px;
    font-size: 16px;
    color: #313131;
    margin: 0 6px;
    border-radius: 5px;
}

.sy_liu .tab_head .dandu.on {
    background-color: rgba(255,186,7);
    color: #fff;
}

.sy_liu .qiehuanka {
    margin-top: 60px;
}

.sy_liu .tab_body {
    margin-top: 57px;
}

.sy_liu .tab_body .dandu {
    display: none;
}

.sy_liu .tab_body .dandu .dandu_lbsx {
    height: 536px;
    padding-bottom: 60px;
}

.sy_liu .tab_body .dandu .swiper-slide {
    height: calc((100% - 15px) / 2);
}

.sy_liu .tab_body .dandu .swiper-slide .dandu_xx_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.sy_liu .tab_body .dandu .swiper-pagination-bullet-active {
    background-color: rgba(255,186,7);
}

@media only screen and (max-width:992px) {
    .sy_liu .wai_tao {
        padding: 0;
    }
    .ggbt h6 {
        padding-top: 29px;
    }
    .ggbt h6 .fenhao {
        top: 13px;
    }
    .sy_liu .tab_head .dandu {
        flex: 0 0 30%;
        margin-top: 10px;
        height: 47px;
        font-size: 19px;
    }
    .sy_liu .qiehuanka {
        margin-top: 20px;
    }
}




.sy_qi {
    padding: 43px 0 112px;
}

.sy_qi .container {
    position: relative;
}

.sy_qi .container .xueba_ban {
    margin-top: 67px;
}

.sy_qi .container .xueba_ban .zuoyou {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sy_qi .container .xueba_ban .zuoyou .zuo {
    flex: 0 0 45%;
    height: 503px;
}

.sy_qi .container .xueba_ban .zuoyou .you {
    flex: 0 0 55%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    
    
    flex-direction: column;
    
    padding-left: 85px;
    padding-right: 67px;
}

.sy_qi .container .xueba_ban .zuoyou .you h5:nth-of-type(2) {
    margin-top: 37px;
}

.sy_qi .container .xueba_ban .zuoyou .you h5 {
    font-size: 36px;
    color: rgba(255,186,7);
}

.sy_qi .container .xueba_ban .zuoyou .you h6 {
    margin-top: 37px;
    font-size: 20px;
    color: #1b1b1b;
}

.sy_qi .swiper-button-next:after,
.sy_qi .swiper-button-prev:after {
    display: none;
}

.sy_qi .swiper-button-next {
    right: -50px;
    top: 63%;
}

.sy_qi .swiper-button-prev {
    left: -50px;
    top: 63%;
}

@media only screen and (max-width:1200px) {
    .sy_qi .swiper-button-next,
    .sy_qi .swiper-button-prev {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .sy_qi {
        padding: 50px 0;
    }
    .sy_qi .container .xueba_ban {
        margin-top: 30px;
    }
    .sy_qi .container .xueba_ban .zuoyou .zuo {
        flex: 0 0 100%;
        height: 546px;
    }
    .sy_qi .container .xueba_ban .zuoyou .you {
        flex: 0 0 100%;
        padding: 30px;
    }
    .sy_qi .container .xueba_ban .zuoyou .you h5 {
        font-size: 24px;
    }
    .sy_qi .container .xueba_ban .zuoyou .you h6 {
        margin-top: 9px;
    }
}




.sy_ba {
    padding: 76px 0 90px;
}


.sy_ba .container{
    position: relative;
}
.sy_ba .swiper-button-next:after, .sy_ba .swiper-button-prev:after{
display: none;
}.sy_ba .swiper-button-next{
right: -50px;    top: 57%;
}
.sy_ba .swiper-button-prev{
    left: -50px;    top: 57%;
    }
.sy_ba .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

 .sy_ba .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 345px;
    height: auto;

  }

.sy_ba .nei_kuang {
    border: 1px solid #eb6100;
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sy_ba .nei_kuang img {
    width: 100%;
}
.shouji_ban{
    display: none;
}
.diannao{
    display: block;
}
@media only screen and (max-width:1340px){
    .sy_ba .swiper-button-next, .sy_ba .swiper-button-prev{
        display: none;
        }
}
@media only screen and (max-width:1235px){
    .diannao{
        display: none;
    }.shouji_ban{
        display: block;
    }
}



.sy_jiu {
    padding: 75px 0 58px;
}

.sy_jiu .liu_cheng {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sy_jiu .liu_cheng .dan_ge {
    position: relative;
    flex: 0 0 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-direction: column;
    
    margin-top: 60px;
}

.sy_jiu .liu_cheng .dan_ge::after {
    width: 94px;
    height: 17px;
    background: url(../style/qiu_03.png);
    content: "";
    left: 89%;
    top: 50px;
    position: absolute;
}

.sy_jiu .liu_cheng .dan_ge:nth-last-child(1)::after {
    display: none;
}

.sy_jiu .liu_cheng .dan_ge h5 {
    font-size: 22px;
    color: #434343;
    font-weight: bold;
    margin-top: 26px;
}

.sy_jiu .liu_cheng .dan_ge h6 {
    font-size: 16px;
    color: #434343;
    margin-top: 26px;
    line-height: 23px;
    text-align: center;
}

@media only screen and (max-width:1200px) {
    .sy_jiu .liu_cheng .dan_ge {
        flex: 0 0 30%;
    }
    .sy_jiu .liu_cheng .dan_ge:nth-child(3)::after {
        display: none;
    }
}

@media only screen and (max-width:992px) {
    .sy_jiu {
        padding: 50px 0;
    }
    .sy_jiu .liu_cheng .dan_ge {
        flex: 0 0 48%;
    }
    .sy_jiu .liu_cheng .dan_ge::after {
        display: none;
    }
    .sy_jiu .liu_cheng .dan_ge h6 {
        font-size: 19px;
    }
}




.sy_shi {
    background-color: #eeeeee;
    padding: 90px 0 100px;
}

.sy_shi .dange_lxtz {
    margin-top: 68px;
    display: block;
}

.sy_shi .dange_lxtz .shang {
    overflow: hidden;
}

.sy_shi .dange_lxtz .shang img {
    width: 100%;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.sy_shi .dange_lxtz:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.sy_shi .dange_lxtz .xia {
    background-color: #fff;
    height: 173px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    
    
    flex-direction: column;
}

.sy_shi .dange_lxtz .xia h5 {
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.sy_shi .dange_lxtz .xia h6 {
    font-size: 13px;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-top: 14px;
    line-height: 24px;
}

.sy_shi .dange_lxtz .xia .shijian {
    font-size: 13px;
    color: rgba(255,186,7);
    margin-top: 24px;
}

@media only screen and (max-width:992px) {
    .sy_shi {
        padding: 50px 0;
    }
    .sy_shi .dange_lxtz {
        margin-top: 30px;
    }
    .sy_shi .dange_lxtz .xia h5 {
        font-size: 22px;
    }
    .sy_shi .dange_lxtz .xia h6 {
        font-size: 19px;
    }
    .sy_shi .dange_lxtz .xia .shijian {
        font-size: 18px;
    }
}




.nei_ban {
    padding-bottom: 125px;
    padding-top: 30px;
}

.nei_ban .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width:1430px) {
    .nei_ban .container {
        max-width: 1460px
    }
}

.nei_ban .container .zuo {
    flex: 0 0 50%;
    max-width: 50%;
}

.nei_ban .container .zuo h5 {
    font-family: 'banda';
    font-size: 60px;
    color: #313131;
    border-bottom: 8px rgba(255,186,7) solid;
    display: inline-block;
}

.nei_ban .container .zuo h6 {
    font-family: 'banda';
    font-size: 36px;
    color: #313131;
    margin-top: 22px;
    line-height: 46px;
}

.nei_ban .container .you {
    flex: 0 0 50%;
    max-width: 50%;
}

.nei_ban .container .you img {
    max-width: 100%;
}

.nei_ban .container .zuo .miaoshu {
    margin-top: 40px;
}

.nei_ban .container .zuo .miaoshu p {
    padding: 4px 0;
    font-size: 28px;
    color: #313131;
    padding-left: 50px;
    position: relative;
}

.nei_ban .container .zuo .miaoshu p::after {
    width: 17px;
    height: 17px;
    background-color: rgba(255,186,7);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    content: "";
}

.nei_ban .container .zuo .liaojie_gengd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 237px;
    height: 67px;
    background-color: rgba(255,186,7);
    border: 1px solid rgba(255,186,7);
    font-size: 20px;
    color: #ffffff;
    padding-right: 86px;
    border-radius: 100px;
    margin-top: 80px;
    position: relative;
}

.nei_ban .container .zuo .liaojie_gengd img {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    animation: xq 1s linear infinite;
}

@media only screen and (max-width:1200px) {
    .nei_ban .container .zuo h5 {
        font-size: 42px;
    }
    .nei_ban .container .zuo h6 {
        font-size: 26px;
        line-height: 37px;
    }
    .nei_ban .container .zuo .miaoshu {
        margin-top: 17px;
    }
    .nei_ban .container .zuo .miaoshu p {
        font-size: 21px;
    }
}

@media only screen and (max-width:992px) {
    .nei_ban .container .zuo {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .nei_ban .container .you {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 30px;
    }
    .nei_ban .container .zuo h5 {
        display: block;
    }
    .nei_ban {
        padding: 50px 0;
    }
    .nei_ban .container .zuo .liaojie_gengd {
        margin-top: 36px;
    }
}




.fuwu_yi {
    background-color: #f7f7f7;
    padding: 50px 0 0;
    position: relative;
}

.fuwu_yi .bian {
    position: absolute;
    left: 0;
    top: 100%;
}

.fuwu_yi .bian img {
    width: 100%;
}

.fuwu_yi .wangke_nr {
    padding: 0 70px;
    margin-top: 15px;
}

.fuwu_yi .wangke_nr h5 {
    font-size: 24px;
    color: rgba(255,186,7);
    position: relative;
    font-weight: bold;
    margin-top: 75px;
}

.fuwu_yi .wangke_nr h5::after {
    width: 17px;
    height: 17px;
    background-color: rgba(255,186,7);
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
    content: "";
}

.fuwu_yi .wangke_nr h6 {
    font-size: 22px;
    color: #313131;
    line-height: 45px;
    margin-top: 20px;
}

@media only screen and (max-width:992px) {
    .fuwu_yi .wangke_nr h5 {
        font-size: 22px;
        margin-top: 26px;
        line-height: 33px;
    }
    .fuwu_yi .wangke_nr {
        padding: 0 0 0 40px;
    }
    .fuwu_yi .wangke_nr h5::after {
        top: 17px;
    }
    .fuwu_yi .wangke_nr h6 {
        font-size: 19px;
        line-height: 31px;
    }
}




.fuwu_er {
    padding: 150px 0 140px;
}

.fuwu_er .hang_km {
    margin-top: 24px;
}

.fuwu_er .hang_km img {
    width: 100%;
}

@media only screen and (max-width:992px) {
    .fuwu_er {
        padding: 50px 0;
    }
}




.fw_wu {
    padding: 48px 0 110px;
}

.fw_wu .fangan_nr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.fw_wu .fangan_nr .dange_fa {
    flex: 0 0 23%;
    margin-top: 50px;
    box-shadow: 0 0 10px #e2e0e0;
    position: relative;
    padding: 108px 5px 41px;
    text-align: center;
}

.fw_wu .fangan_nr .dange_fa .shanghong {
    position: absolute;
    height: 20px;
    top: -20px;
    left: 0;
    width: 100%;
    border-radius: 100px 100px 0 0;
    background-color: #d06862;
}

.fw_wu .fangan_nr .dange_fa .bt {
    position: absolute;
    height: 57px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    border-radius: 0 0 30px 30px;
    background-color: rgba(255,186,7);
    font-size: 24px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
}

.fw_wu .fangan_nr .dange_fa h5 {
    font-size: 30px;
    font-weight: bold;
    color: #1b1b1b;
}

.fw_wu .fangan_nr .dange_fa h6 {
    font-size: 18px;
    color: #545454;
    margin-top: 60px;
    line-height: 1.5;
}

.fw_wu .fangan_nr .dange_fa img {
    max-width: 100%;
    margin-top: 30px;
}

@media only screen and (max-width:992px) {
    .fw_wu .fangan_nr .dange_fa {
        flex: 0 0 100%;
    }
    .fw_wu .fangan_nr .dange_fa {
        padding: 66px 5px 41px;
    }
    .fw_wu .fangan_nr .dange_fa h6 {
        font-size: 22px;
    }
    .fw_wu {
        padding: 50px 0;
    }
}




.daikao_yi {}

.daikao_yi .youshi_zuoyou {
    display: flex;
    justify-content: space-between;
   
    flex-wrap: wrap;
}

.daikao_yi .youshi_zuoyou .dange_laoshi {
    flex: 0 0 25.5%;
    margin-top: 60px;
}

.daikao_yi .youshi_zuoyou .dange_laoshi .shang {
    text-align: center;
}

.daikao_yi .youshi_zuoyou .dange_laoshi .shang img {
    max-width: 100%;
}

.daikao_yi .youshi_zuoyou .dange_laoshi h5 {
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}

.daikao_yi .youshi_zuoyou .dange_laoshi h6 {
    font-size: 20px;
    color: #535353;
    margin-top: 30px;
    line-height: 30px;
}

@media only screen and (max-width:992px) {
    .daikao_yi .youshi_zuoyou .dange_laoshi {
        flex: 0 0 100%;
        margin-top: 42px;
    }
}




.luanwen_yi {
    padding: 48px 0 40px;
}

.luanwen_yi .zuoyou {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.luanwen_yi .zuoyou .dange_dx {
    flex: 0 0 32%;
    padding-left: 36px;
    position: relative;
    margin-top: 38px;
}

.luanwen_yi .zuoyou .dange_dx .shuzi {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: rgba(255,186,7);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.luanwen_yi .zuoyou .dange_dx .kuang {
    padding: 40px 33px 0 36px;
    min-height: 181px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.luanwen_yi .zuoyou .dange_dx .kuang h5 {
    font-size: 20px;
    color: #262626;
    font-weight: bold;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.luanwen_yi .zuoyou .dange_dx .kuang h6 {
    font-size: 18px;
    color: #838383;
    margin-top: 20px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.luanwen_yi .zuoyou .dange_dx:hover .kuang {
    background: url(../style/xiaobg.png) no-repeat center / cover;
}

.luanwen_yi .zuoyou .dange_dx:hover .kuang h5,
.luanwen_yi .zuoyou .dange_dx:hover .kuang h6 {
    color: #fff;
}

.luanwen_yi .zuoyou .dange_dx:hover .shuzi {
    border: 1px solid rgba(255,186,7);
}

.lunwen_er {
    padding: 70px 0 90px;
}

@media only screen and (max-width:992px) {
    .luanwen_yi .zuoyou .dange_dx {
        flex: 0 0 100%;
    }
    .lunwen_er {
        padding: 50px 0;
    }
}




.lunwen_san {
    padding: 50px 0;
    background-color: #f6f6f6;
}

.lunwen_san .san_lx_ban {
    height: 400px;
    padding-bottom: 85px;
    margin-top: 40px;
}

.lunwen_san .san_lx_ban .swiper-slide {
    height: calc((100% - 30px) / 2);
}

.lunwen_san .san_lx_ban .lx_dg_xiao {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 2px solid rgba(255,186,7);
    border-radius: 20px;
    height: 100%;
    font-size: 24px;
    color: #1b1b1b;
    font-weight: bold;
    text-transform: uppercase;
}

.lunwen_san .san_lx_ban .lx_dg_xiao:hover {
    color: #fff;
    background-color: rgba(255,186,7);
}

.san_lx_ban .swiper-pagination-bullet {
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.san_lx_ban .swiper-pagination-bullet-active {
    width: 60px;
    background-color: rgba(255,186,7);
    border-radius: 20px;
}




.neui_gy {
    padding-bottom: 35px;
}

.guanyu_yi {
    padding-top: 35px;
}

.guanyu_yi.sy_san .guanyu_kuang {
    box-shadow: none;
    margin-top: 30px;
    padding: 0 0 0 80px;
}

@media only screen and (max-width:992px) {
    .guanyu_yi.sy_san .guanyu_kuang {
        padding: 0 0 0 39px;
    }
    .sy_san .guanyu_kuang h6 {
        font-size: 19px;
        margin-top: 20px;
    }
}




.guanyu_er {
    padding-bottom: 110px;
}

.guanyu_er .women_cn {
    text-align: center;
    margin-top: 30px;
}

.guanyu_er .women_cn img {
    max-width: 100%;
}

.guanyu_er .wom_nr {
    border: 2px solid #eeeeee;
    padding: 23px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.guanyu_er .wom_nr .dange_dx {
    flex: 0 0 32%;
    border: 2px solid #eeeeee;
    padding: 82px 30px 76px 40px;
}

.guanyu_er .wom_nr .dange_dx h5 {
    font-size: 26px;
    color: #434343;
    font-weight: bold;
}

.guanyu_er .wom_nr .dange_dx h6 {
    position: relative;
    font-size: 20px;
    color: #535353;
    margin-top: 30px;
    line-height: 28px;
}

.guanyu_er .wom_nr .dange_dx h6::after {
    position: absolute;
    left: -25px;
    top: 8px;
    background-color: rgba(255,186,7);
    width: 16px;
    height: 16px;
    border-radius: 100px;
    content: "";
}

@media only screen and (max-width:992px) {
    .guanyu_er .wom_nr .dange_dx {
        flex: 0 0 100%;
        margin-top: 20px;
        padding: 30px 30px 30px 40px;
    }
    .guanyu_er .wom_nr {
        padding: 0 20px 20px;
    }
    .guanyu_er .wom_nr .dange_dx h6 {
        font-size: 19px;
    }
    .guanyu_er .wom_nr .dange_dx h5 {
        font-size: 23px;
    }
    .guanyu_er {
        padding-bottom: 50px;
    }
}




footer {
    padding: 90px 0 20px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .zuo {
    flex: 0 0 28%;
    padding-right: 25px;
    padding-bottom: 75px;
    position: relative;
}

footer .container .zuo::after {
    width: 1px;
    height: 270px;
    background-color: #7d7d7d;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
}

footer .container .zuo .shang_loo img {
    max-width: 100%;
}

footer .container .zuo h5 {
    font-size: 20px;
    color: #ffffff;
    margin-top: 55px;
    line-height: 40px;
}

footer .container .you {
    flex: 0 0 64%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .you .zz {
    flex: 0 0 76%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .container .you .dange_dh .dabt {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 15px;
    display: block;
}

footer .container .you .dange_dh .xiaobt {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    color: #ffffff;
}

footer .container .you .yy {
    flex: 0 0 18%;
}

footer .container .you .yy .dange_dh {
    text-align: center;
}

footer .container .you .yy .dange_dh img {
    max-width: 100%;
    margin-top: 48px;
}

footer .container .you .xia_qqwx {
    flex: 0 0 100%;
    margin-top: 40px;
}

.xia_qqwx .ewm {
    width: 120px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    bottom: 52px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.xia_qqwx .ewm img {
    max-width: 100%;
}

.xia_qqwx .ewm:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #fff;
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
}

.xia_qqwx a {
    position: relative;
}

.xia_qqwx a.youershi {
    margin-left: 20px;
}

.xia_qqwx a:hover .ewm {
    opacity: 1;
    visibility: inherit;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

footer .banquan {
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-top: 1px solid #adadad;
    margin-top: 65px;
}

@media only screen and (max-width:992px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    footer .container .you .zz {
        display: none;
    }
    footer .container .zuo {
        flex: 0 0 100%;
        padding-right: 0;
        padding-bottom: 0;
    }
    footer .container .zuo::after {
        display: none;
    }
    footer .container .you .yy {
        flex: 0 0 100%;
    }
    footer .container .you {
        flex: 0 0 100%;
        margin-top: 30px;
    }
    footer .container .you .yy .dange_dh img {
        margin-top: 7px;
    }
    footer .container .you .dange_dh .dabt {
        font-size: 22px;
    }
    footer .container .you .xia_qqwx {
        text-align: center;
    }
}


 
    
 .ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
    
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}