body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    font-family: arial;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

*:focus {
    outline: none;
}

button,
input,
select,
textarea,
label {
    vertical-align: middle;
    border: 0;
    outline: none;
    background: none;
}

img {
    vertical-align: middle;
    border: none;
    display: inline-block;
    max-width: 100%;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none !important;
    vertical-align: baseline;
    cursor: pointer;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    color: #000000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: right;
    _display: inline;
}

.fr {
    float: left;
    _display: inline;
}

input,
textarea {
    outline: none;
    -webkit-appearance: none;
}

input[type='checkbox']:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8b97a7;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8b97a7;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8b97a7;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8b97a7;
}

.container {
    width: 56%;
    margin: 0 auto;
    border-bottom: 1px solid #b6b8d7;
}

.container1 {
    width: 1200px;
    margin: 0 auto;
}

ul li a {
    display: block;
}

i,
em {
    font-style: normal;
}

.none {
    display: none;
}

.header {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.header {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: url(../image/bj.jpg);
    height: 230px;
}

.header_show_1 {
    width: 14%;
}

.header_show_2 {
    width: 72%;
    background: url(../image/bj_1.png);
    background-repeat: no-repeat;
    background-position: center 38%;
    background-size: 100%;
    display: flex;
    flex-wrap: wrap;
}

.header_show_3 {
    width: 14%;
    margin-top: 2.5%;
}

.header_logo {
    display: flex;
    align-items: center;
    padding: 3%;
}

.header_slogan {

    padding: 3%;
}

.header_slogan h2 {
    color: #ffffff;
    font-size: 32px;
}

.header_slogan h3 {
    color: #ffffff;
    font-size: 21px;
    padding: 3% 0;
}

.header_slogan .black {
    color: #000;
}

.header_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

.rectangle {
    width: 190px;
    height: 47px;
    background-color: #ffac28;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
}

.rectangle:nth-of-type(2) {

    background-color: #fff
}

.nav {
    height: 47px;
    background-color: #ffac28;
    align-items: center;
    display: flex
}

.nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.nav-item {
    width: 16%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav ul li a {
    font-size: 22px;
    color: #000000;
}

/* 添加向下箭头 */
.nav-link.dropdown-toggle::after {
    content: "▼";
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* 下拉菜单样式 */
.dropdown-menu {
    position: absolute;
    top: 277px;

    width: 200px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    list-style: none;

}

.dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.dropdown-menu li:last-child {
    border-bottom: none;
}

.dropdown-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
}

/* 悬停效果 */
.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-item:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.nav-link:hover {
    color: #fff;
}

.index_language {
    height: 160px;
    background-color: #ffac28;
    text-align: center;
}

.language-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    height: 160px;
    gap: 10px;
}

.language-menu a {
    text-align: center;
}

.index1 {
    padding-bottom: 5%;

    background-size: 100%;
    background: url(../image/bj1.jpg);

}

.index1 h2 {
    font-size: 87px;
    color: #ffffff;
    text-align: center;
    padding: 6% 0 1% 0;
    font-weight: 600;
}

.index1 h3 {
    font-size: 37px;
    color: #ffffff;
    text-align: center;

    font-weight: 100;
}


.index1 .rectangle {
    width: 170px;
    height: 17px;
    background-color: #ffac28;
    margin: 0 auto;
    margin-top: 2%;
}

.index_product {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-top: 5%;

}


.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product_item {
    flex: 0 0 25%;
    box-sizing: border-box;
    padding: 20px 0 30px 20px;
}

.product_item img {
    border: 7px solid #bbbbbb;
    border-radius: 15px;
}

.rectangle_1 {
    width: 60%;
    height: 50px;
    background-color: #ffac28;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 27px;
    margin-top: -7%;

    position: relative;
}


.index2 h2 {
    font-size: 87px;
    color: #000;
    text-align: center;
    padding: 6% 0 1% 0;
    font-weight: 600;
}

.index2 h3 {
    font-size: 37px;
    color: #000;
    text-align: center;

    font-weight: 100;
}

.index2 .rectangle {
    width: 170px;
    height: 17px;
    background-color: #ffac28;
    margin: 0 auto;
    margin-top: 2%;
}

.index_choose {
    width: 80%;
    margin: 0 auto;
    display: flex;

    justify-content: center;
    padding: 5% 0;
}

.index_choose_pic_1 {
    border: 4px solid #bbbbbb;
}


.index_choose_1 {
    width: 65%;

}

.index_choose_2 {
    width: 35%;
    padding: 0 0 0 3%;
}

.index_choose_ad {
    background-color: #fec502;

    padding: 7% 5%;
    border-top-right-radius: 50px;
}

.index_choose_bt_1 {
    font-size: 33px;
    font-weight: 600;
}

.index_choose_bt_1 img {
    width: 38px;
    margin-bottom: 2%;
    margin-right: 2%;

}

.index_choose_bt_1 {
    padding: 6% 0;
}

.index_choose_pic_1 {
    border: 3px solid #e0e0e0;

    overflow: hidden;

    transition: all 0.4s ease;
    opacity: 0.7;
    transform: scale(0.95);
    display: none;
}

.index_choose_pic_1.active {
    opacity: 1;
    transform: scale(1);
    border-color: #bbbbbb;

    display: block;
}

.index_choose_pic_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.index_choose_2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.index_choose_ad {
    background: #bbbbbb;

    transition: all 0.3s ease;

}

.index_choose_ad:hover {
    background-color: #bbbbbb;


}

.index_choose_ad.active {
    background-color: #fec502;

}

.index_choose_bt_1 {
    font-size: 1.4rem;
    font-weight: bold;

    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.index_choose_bt_1 img {
    width: 36px;

}

.index_choose_bt_2 {
    font-size: 1.1rem;

    line-height: 1.5;
}


.index3 {
    background: url(../image/about1.jpg);
    background-size: 100%;
}

.index3_title {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;

}

.index3_title h2 {
    color: #f9f9f9;
    width: 50%;
    padding: 5% 0;
    font-size: 55px;
    font-weight: 600;
}

.index3_title h3 {
    width: 50%;
    font-size: 39px;
    text-align: right;
    padding: 5% 0;
}

.index3_img {
    width: 80%;
    margin: 0 auto;
    display: flex;
    padding-bottom: 5%;

}

.index3_txt {
    width: 47%;
    margin-left: 4%;
    line-height: 35px;
    text-indent: 22px;
    text-align: left;
}


.index3_txt .rectangle_1 {
    margin-top: 10%;
    float: right;
    border-radius: 26px;
    width: 50%;
}

.index4 {
    padding-bottom: 3%;
    margin: 0 auto;
}

.index4_title h2 {
    width: 80%;
    margin: 0 auto;
    font-size: 55px;
    padding: 3% 0;
    font-weight: 600;
}

.index5 {
   /* background: url(../image/kqysj.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.index5_1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.index5_img {
    padding: 5% 0;
    width: 50%;
}

.index5_txt {
    padding: 9% 5%;
    width: 50%;
}

.index5_txt1 h2 {
    font-size: 85px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 49%;
}

.index5_txt2 {
    display: flex;
    flex-wrap: wrap;
}

.index5_txt3 {
    display: flex;
    flex: 0 0 50%;
    margin-bottom: 5%;
    align-items: center;
}

.index5_txt3 h2 {
    font-size: 25px;
    padding: 5%;
}

.index5_txt3 img {
    height: 50px;
    width: 50px;
}


.product-list_1 {
    display: flex;
    flex-wrap: wrap;
}

.product_item1 {
    flex: 0 0 25%;
    box-sizing: border-box;

}

.index_product1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-bottom: 8%;
}



.index6 {
   /* background: url(../image/zyj.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
}

.index6_1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.index6_img {
    padding: 0% 0;
    width: 50%;
}

.index6_txt {
    padding: 9% 5%;
    width: 80%;
}

.index6_txt1 h2 {
    font-size: 85px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 49%;
}

.index6_txt2 {
    display: flex;
    flex-wrap: wrap;
}

.index6_txt3 {
    display: flex;
    flex: 0 0 60%;
    margin-bottom: 5%;
    align-items: center;
}

.index6_txt3 h2 {
    font-size: 25px;
    padding: 5%;
}

.index6_txt3 img {
    height: 50px;
    width: 50px;
}

.index5_img img {
    width: 90%;
}

.index7_1 {
    display: flex;
    margin-bottom: 5%;
}

.index7_2 {
    width: 40%;
    background: url(../image/rxcp.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 12% 0;
    border-top-left-radius: 50px;
}

.index7_3 {
    width: 25%;
    margin-left: 5%;
}

.index7_2 .rectangle_1 {
    width: 255px;
    height: 50px;
    background-color: #ffac28;
    margin: 0 auto;
    margin-top: 2%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 27px;
    margin-top: -7%;
    z-index: 9999;
    position: relative;
}

.index7_2 p {
    margin-bottom: 18%;
    font-size: 55px;
    color: #ffffff;
}

.index8 {
    margin-bottom: 2%;
}

.index8 h2 {
    font-size: 87px;
    color: #000;
    text-align: center;
    padding: 6% 0 1% 0;
    font-weight: 600;
}

.index8 h3 {
    font-size: 37px;
    color: #000;
    text-align: center;

    font-weight: 100;
}


.index8 .rectangle {
    width: 170px;
    height: 17px;
    background-color: #ffac28;
    margin: 0 auto;
    margin-top: 2%;
}

.index9 {

    background: url(../image/fw.jpg);
    background-size: 100%;
    background-repeat: no-repeat;

}

.index10 {

    background: url(../image/lx.jpg);
    background-size: 100%;
    background-repeat: no-repeat;

}

.index10_1 {
    width: 80%;
    margin: 0 auto;

}

.index10_1 h2 {
    font-size: 55px;
    color: #ffffff;
    padding: 2% 0;
    font-weight: 600;
}

.index10_1 h3 {
    font-size: 35px;
    color: #ffffff;
    padding: 1% 0;
}

.index10_2 {
    text-align: right;
    padding-bottom: 3%;
}

.index9_kf {
    display: flex;
}

.index9_22 img {
    padding: 3%;
    width: 49%;
}

.index9_21 img {
    padding: 3%;
    width: 49%;
}



/* moblie head */
.m_header {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    /*box-shadow: 0 4px 4px rgba(51, 51, 51, 0.1);*/
    background: #ffac28;
}

.m_hcon {
    width: 94%;
    margin: 0 auto;
    position: relative;
}

.m_logo {
    float: left;
    margin: 10px 0;
}

.m_logo img {
    height: 27px;
}

.nav_icon {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    width: 24px;
}

.nav_icon span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 5px;
    background: #000;
    position: relative;
    top: 0;
    -webkit-transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
    transition: background 400ms ease, top 300ms ease, -webkit-transform 300ms ease;
    -o-transition: background 400ms ease, transform 300ms ease, top 300ms ease;
    transition: background 400ms ease, transform 300ms ease, top 300ms ease;
    transition: background 400ms ease, transform 300ms ease, top 300ms ease, -webkit-transform 300ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    z-index: 9999;
}

.nav_icon span:nth-child(2) {
    width: 18px;
    margin: 7px 0;
}

.nav_icon.on span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav_icon.on span:nth-child(2) {
    opacity: 0;
}

.nav_icon.on span:nth-child(3) {
    top: -9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m_naver {
    position: fixed;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0px;
    padding-bottom: 20px;
    background: #ffac28;

    /* display: none; */
    z-index: 999;
    transform: translateX(150%);
    transition: all .4s;
}

.m_naver.on {
    transform: translateX(0);
}

.m_naver ul {
    padding: 15px 0;
}

.m_naver ul li {
    text-indent: 6%;
    font-size: 14px;
    line-height: 40px;
    padding-right: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #00000038;
}

.m_naver ul li>a {
    display: block;
    color: #333333;
}

.m_naver ul li>a.icon1 {
    position: relative;
}

.m_naver ul li>a.active {
    color: #f4d827;
}

.m_naver ul li>a.icon1:before,
.m_naver ul li dl dd>a.icon1::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 12px;
    transition: all ease-in-out .36s;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: url(../images/icon00.png) no-repeat center;
    background-size: 100% 100%;
}

.m_naver ul li>a.icon1.active:before,
.m_naver ul li dl dd>a.icon1.active::before {
    transform: rotate(90deg);
}

.m_naver ul li dl {
    display: none;
}

.m_naver ul li dl dd {
    font-size: 14px;
    line-height: 30px;
    text-indent: 8%;
}

.m_naver ul li dl dd>a {
    position: relative;
    color: #666666;
}

.m_naver ul li dl dd>a.icon1 {
    position: relative;
}

.m_naver ul li dl dd>a.active {
    color: #f79010;
}

.mhdmask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
}

.mhdmask.on {
    display: block;
}

.pc_banner {
    width: 100%;

    position: relative;
    overflow: hidden;
}

.about_1 h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about_1 h3 {
    font-size: 35px;
    margin-bottom: 14px;
}

.about_1 h3:nth-child(3) {
    color: #ffac28;
    font-size: 23px;
    margin-bottom: 6px;
}

.about_1 {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
}

.about_2 {
    display: flex;
    margin-top: 32px;
}

.about_3 {
    width: 80%;
    padding-right: 3%;
    line-height: 42px;
}

.foot {
    border-bottom: 2px solid #1a1c24;
    background: #262934;

}

.foot_ft {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
    display: flex
}

.foot_1 {
    flex: 0 0 78%;

}

.foot_1 ul {

    display: flex;
    line-height: 37px;
}

.foot_1 ul li {
    margin-right: 70px;
}

.foot_1_a {
    color: #fff;
    margin-bottom: 24%;
}

.foot_1 ul li dl dd a {
    color: #545967;


}

.foot_3 {
    color: #545967;
    margin-bottom: 7%;
}

.foot_3 img {
    margin-right: 5%;

}



.foot_4 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 600;
    margin-left: 23px;
    margin-bottom: 7%;
}

.foot_5 {
    margin-left: 26px;

}

.foot_db {
    color: #545967;
    background: #262934;
    text-align: center;
    padding: 19px;
    line-height: 35px;
    border-top: 2px solid #363a49;
}

.lx {

    width: 80%;
    margin: 0 auto;
    padding: 5% 0;

}

.lx_1 h2 {
    font-size: 35px;
    color: #014190;
}

.lx_1 h3 {
    font-size: 21px;
    padding: 10px 0;
}

.lx_2 {
    display: flex;
    padding: 5% 0 0 0;
}


.lx_4 {
    text-align: center;
    padding: 5% 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-right: 9%;
    flex: 0 0 27%;

}

.lx_4 p:nth-child(2) {
    font-weight: 600;
    padding: 6% 0;
    font-size: 19px;
    color: #333333;
}

.lx_5 {
    width: 41px;
    height: 5px;
    background-color: #014190;
    /* border-radius: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin: 0 auto;
}

.lx_6 {
    padding: 5%;
}


.lx_4_1 {
    text-align: center;
    padding: 6% 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    margin-right: 9%;
    flex: 0 0 27%;

}

.lx_4_1 p:nth-child(2) {
    font-weight: 600;
    padding: 5% 0;
    font-size: 19px;
    color: #ffac28;
}


.lx_5_1 {
    width: 41px;
    height: 5px;
    background-color: #ffac28;
    /* border-radius: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 20px;
    margin: 0 auto;
}


.map {
    height: 500px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
}

.cp {


    background: #eff1f5;
}

.cp_1 {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 80%;
    margin: 0 auto;
}

.gl {
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 5px;
    margin-right: 15px;
    color: #000000;
}

.gl_1 {
    background: #ffac28;
    padding: 10px 30px;
    border-radius: 5px;
    margin-right: 15px;
    color: #ffffff;
}

.cp_2 {

    background: #f7f8fa;
    padding-bottom: 4%;
    margin: 0 auto;
}

.cp_3 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2%;
}

.cp_4 {
    background: #ffffff;
    flex: 0 0 31%;
    margin: 20px 19px 30px 0px;
}

.cp_4 img {
    padding: 50px 20px;
}

.cp_4 p {
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding: 0 0 5%;
    font-size: 19px;
    padding: 5%;
}

.cp_4 p:nth-child(3) {
    padding: 0 5%;
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    font-weight: normal;
    color: #666666;
}

.cp_5 {
    color: #ffac28;
    text-align: center;
    padding: 10px 5px;
    width: 30%;
    margin: 0 auto;
    border: 1px solid #efefef;
    border-radius: 10px;
    margin-bottom: 6%;
    margin-top: 6%;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 1%;

}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ebebeb;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
}

.pagination a:hover:not(.active) {
    background-color: #f0f0f0;
    /* 悬停时轻微变灰 */
}

.pagination a.active {
    background-color: #ffcc00;
    /* 黄色高亮 */
    color: #ffffff;
    /* 高亮时白色字体 */
}

.pagination a.page-arrow {
    font-size: 16px;
}


.ny {

    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
    display: flex
}

.ny1 {
    flex: 0 0 50%;

}

.ny2 p:nth-child(1) {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;

}

.ny2 p:nth-child(2) {
    background: #ffac28;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
}

.ny2 p:nth-child(3) {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ny2 p:nth-child(4) {
    background: #ffac28;
    width: 200px;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 20px;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
}

.ny2 p:nth-child(5) {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ny1 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}

.ny11 {
    background: #f7f8fa;
}

.js {
    background: #ffac28;
    width: 200px;
    text-align: center;
    padding: 10px 0;

    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
}

.js1 {
    width: 80%;
    margin: 0 auto;
}

.js2 {
    padding: 5% 0;
    line-height: 35px;
}

.ny2 {
    margin-left: 2%;
}

.al {
    background: #ffffff00;
    flex: 0 0 23%;

}


.case_4 {

    flex: 0 0 23%;
    margin: 20px 19px 30px 0px;

}

.case img {
    padding: 50px 20px;
}

.case p {
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding: 0 0 5%;
    font-size: 19px;
}

.case p:nth-child(3) {
    padding: 0 5%;
    font-size: 15px;
    text-align: left;
    line-height: 26px;
    font-weight: normal;
    color: #666666;
}


.case_4 a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.case_4 img {
    width: 100%;
    height: auto;
    display: block;
    transition: filter 0.3s ease;
}

.case_4 p {
    margin: 8px 0;
    transition: color 0.3s ease;
}

.case_4 p:first-of-type {
    font-weight: bold;
    padding: 20px 0;
}

/* 悬停效果 */
.case_4:hover img {
    filter: brightness(0.8);
}

s .case_4:hover p:first-of-type {
    color: #ffac28;
}

/* 中间图标样式（默认隐藏） */
.hover-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    font-size: 40px;
    pointer-events: none;
}

.case_4:hover .hover-icon {
    opacity: 1;
}

.case_3 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2%;


}

.caseny {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
}

.caseny1 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.caseny2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseny3 {
    color: #838384;
    padding: 22px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 10px;
}

.caseny3 img {
    margin-right: 10px;
}

.caseny4 {
    border-top: 1px solid #e8e8e8;
    padding: 35px 0;
    line-height: 43px;
    border-bottom: 1px solid #e8e8e8;
}

.caseny5 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseny6 {
    flex: 0 0 50%;
    display: flex;
    align-items: center;

}

.caseny9 {
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


.caseny7 {
    padding: 10px 38px;
    background: #ffac28;
    border-radius: 48px;
    color: #ffffff;
}

.caseny6 a {
    padding: 5%;
    color: #ffac28;
}

.caseny8 {
    padding: 10px 38px;
    background: #b7b7b7;
    border-radius: 48px;
    color: #ffffff;
}

.caseny9 a {
    padding: 5%;
    color: #79797a;
}

.ys {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0;
}

.ys1 {
    display: flex;
    margin-bottom: 4%;
}

.ys2 {
    flex: 0 0 53%;
}

.ys3 {
    padding: 0 2%;
}

.ys3 p:nth-child(2) {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    padding: 15px 0;
}

.ys3 p:nth-child(3) {
    color: #a7a7a7;
    margin-bottom: 40px;
}

.ys3 p:nth-child(4) {
    line-height: 29px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
}

.ys3 p:nth-child(5) {
    line-height: 29px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
}

.ys21 {
    display: none;
}

.yc {
    display: block;
}

.mfooter{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 56x;
	z-index: 99;
	background-color: #fff;
}
.mfooter ul li{
	float: left;
	width: 24.7%;
	background-color: #f09c17;
	margin-right: 0.4%;
}
.mfooter ul li:last-child{margin-right: 0;}
.mfooter ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 56px;
}
.mfooter ul li img{
	height: 24px;
}
.mfooter ul li p{
	margin-top: 5px;
	font-size: 12px;
	color: #fff;
}

/********toolbar*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../image/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #ffac28;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 100%;
	 
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #ffac28;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #ffac28;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #ffac28;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #ffac28;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
span.bds_more, .bds_tools a {
	line-height: 14px !important;
}
.ny2 p:nth-child(6) {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}
.ny2 p:nth-child(7) {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
}


/*aboutPage*/
.aboutPage {
	width: 70%;
	margin: 0 auto;
	background: #fff;
	color: #666;
	line-height: 30px;
	text-align: justify;
	margin-top: 5%;
}
.aboutPage .txtcon {
	min-height: 460px;
}
.aboutPage .txtcon img {
	max-width: 100%;
}
.aboutPage .txtcon .box3 h1 {
	font-size: 36px;
	padding-bottom: 15px;
	text-align: center;
}
.aboutPage .txtcon .box3 p {
	font-size: 16px;
	color: #828282;
	line-height: 24px;
	padding-bottom: 46px;
	text-align: center;
}
.aboutPage .txtcon .box3 b {
	color: #ffac28;
}
/*formData*/
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 46%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 30px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #333;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 98.5%;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 1178px;
	height: 214px;
	line-height: 28px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid #ffac28;
	margin-right: 2px;
	text-align: center;
	background: #ffac28;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #ffac28;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}