body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

body,
html {
    -webkit-text-size-adjust: none;
    width: 100%;
    overflow-x: hidden;
}

* {
    text-decoration: none;
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle;
}

ul,
li,
dl,
dd,
dt,
p,
ol,
h1,
h2,
h3,
h4,
h5 {
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.wrap {
    margin: 0 auto;
}

.fl {
    float: left;
}


.fr {
    float: right;
}

.index {
    overflow: hidden;
}

.clr {
    clear: both;
    height: 0px;
    width: 100%;
    font-size: 1px;
    line-height: 0px;
    visibility: hidden;
    overflow: hidden;
}

.pointer {
    cursor: pointer;
}

a,
input,
button {
    outline: none;
    text-decoration: none !important;
}


.wrapper {
    clear: both;
    width: 100%;
}

word-break:break-all

    
    
    
::selection {
    background: #eee;
    color: white;
    text-shadow: none;
}

::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #f2f2f2
}

::-webkit-scrollbar {
    width: 10px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
}

::-webkit-scrollbar-thumb:hover {
    background: #eee
}

input,
button {
    outline: none;
}

html {
    padding: 70px 0;
}


header {
    height: 70px;
    z-index: 999;
    background: #fff;
    transition: 0.5s;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 5px 1px #eee;
    height: 70px;
    padding: 0px 15px;
}

header>div .ss {
    border-right: 1px solid #eee;
    padding-right: 15px;
    margin-right: 15px;
}

header>div .ss img {
    width: 25px;
}

header>div .en img {
    width: 25px;
}

header>div>div {
    display:flex;
    align-items: center;
}

header>div .logo {
    float: left;
}

header>div .sousou {
    float: right;
    margin-top: 3px;
}

header>div .right {
    float: right;
    margin-top: 5px;
}

header>div .right span {
    width: 25px;
    height: 2px;
    background: #8c8c8c;
    display: block;
    margin-bottom: 5px;
}

header>div .right {
    width: 25px;
    margin-left: 30px;
}

header>div .right.on span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-top: 7px;
}

header>div .right.on span:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -7px;
}

header>div .right.on span:nth-of-type(2) {
    display: none;
}

header ul {
    position: fixed;
    display: none;
    line-height: 40px;
    text-align: left;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    height: calc(100% - 50px);
    top: 70px;
}

header ul.on {
    display: block;
}

header ul {
    padding-top: 50px;
}

header ul a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #696363;
}

header ul a:hover {
    color: #fff;
}

footer {
    position: fixed;
    height: 70px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 999;
;
    display: flex;
    box-shadow: 0px 0px 5px 1px #eee;
}

footer a {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

footer .zz {
    flex: 1.5;
    cursor: pointer;
}

footer .zz div {
    overflow: initial;
}

footer .zz img {
    width: 60%;
    margin-top: -40px;
}

footer a p {
    font-size: 12px;
    color: #333;
    width: 100%;
}

footer a>div {
    width: 100%;
    height: 26px;
    overflow: hidden;
    display: inline-block;
}

footer a>div div {
    display: inline-block;
    width: 100%;
    height: 100%;
}

footer a>div div img {
    width: 99%;
    height: 99%;
    object-fit: contain;
}

footer a.on .img {
    display: none;
}

footer a.on p {
    color: #fdd000;
}

.footer_fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background: rgba(0, 0, 0, .3);
    z-index: 22;
    padding-bottom: 70px;
    align-items: flex-end;
    display: none;
}

.footer_fixed.on {
    display: flex;
}

.footer_fixed div {
    width: 100%;
    background-color: #fdd000;
    padding: 30px;
    padding-bottom: 50px;
    border-radius: 30px 30px 0px 0px;
}

.footer_fixed div h3 {
    font-size: 20px;
    color: #404040;
    font-weight: 800;
}

.footer_fixed div p {
    margin: 15px 0;
    font-size: 16px;
    color: #404040;
}

.footer_fixed div a {
    display: inline-block;
    background-color: #feec99;
    border-radius: 50px;
    font-size: 14px;
    padding: 6px 15px;
    margin: 5px;
    color: #666;
}

.footer_icp {
    text-align: center;
}

.footer_icp a {
    margin: 30px 0;
    display: inline-block;
    background-color: #fdd000;
    color: #333;
    border-radius: 50px;
    line-height: 40px;
    width: 60%;
}

.footer_icp div {
    background: #223643;
    padding: 20px;
    padding-bottom: 50px;
}

.footer_icp div h3 {
    font-size: 14px;
    color: #fff;
}

.footer_icp div p {
    font-size: 20px;
    color: #fdd000;
    font-weight: 800;
    margin: 10px 0;
}

.footer_icp div img {
    height: 110px;
    margin: 0px 15px;
}

.index .banner {
    height: 300px;
}

.index .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .item1 {
    padding: 0px 15px;
}

.index .item1 .box {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.index .item1 .box a {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 15px;
}

.index .item1 .box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.index .item2 {
    padding: 0px 15px;
    background: #ededed;
}

.index .item2 .box {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.index .item2 .box a {
    display: inline-block;
    width: 25%;
    text-align: center;
    padding: 15px;
}

.index .item2 .box a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.index .item3 {
    height: auto;
    overflow: hidden;
    padding: 12px;
}

.index .item3 a {
    display: inline-block;
    width: calc(50% - 10px);
    float: left;
  margin: 6px 5px;
}

.index .item3 a:nth-of-type(2) {
    margin-bottom: 0px;
}

.index .item3 a img {
    width: 100%;
}

.index .item4 {
    padding: 15px;
}

.index .item4 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index .item4 .title h3 {
    font-size: 18px;
    font-weight: 800;
}

.index .item4 .title a {
    color: #fdd000;
}

.index .item4 .box {
    margin-top: 15px;
    position: relative;
}

.index .item4 .box img {
    width: 100%;
}

.index .item4 .box .txt {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}

.index .item4 .box .txt a {
    width: 33.3%;
    text-align: center;
    border-right: 1px solid;
    margin: 10px 0;
}

.index .item4 .box .txt a:nth-of-type(3n) {
    border: none;
}

.index .item5 {
    padding: 15px;
}

.index .item5 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index .item5 .title h3 {
    font-size: 18px;
    font-weight: 800;
}

.index .item5 .title a {
    font-size: 16px;
    margin-left: 15px;
}

.index .item5 .title a.on {
    color: #fdd000;
    font-weight: 800;
    border-bottom: 2px solid #fdd000;
    padding-bottom: 5px;
}

.index .item5 .box {
    margin: 15px 0;
}

.index .item5 .box a {
    display: block;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.index .item5 .box a img {
    width: 40%;
    height: 80px;
    object-fit: cover;
}

.index .item5 .box a .txt {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 15px;
}

.index .item5 .box a .txt h3 {
    font-size: 14px;
    font-weight: 800;
}

.index .item5 .box a .txt p {
    width: 100%;
}

.index .item5 .box a .txt span {
    float: right;
}

.index .item5 .more {
    display: block;
    width: 40%;
    background: #fdd000;
    margin: auto;
    text-align: center;
    line-height: 30px;
}

.index .item6 {
    padding: 15px;
    background: #f7f7f7;
}

.index .item6 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index .item6 .title div {
    width: 60%;
    white-space: nowrap;
    overflow-x: auto;
    height: 34px;
}

.index .item6 .title h3 {
    font-size: 18px;
    font-weight: 800;
}

.index .item6 .title a {
    font-size: 16px;
    margin-left: 15px;
}

.index .item6 .title a.on {
    color: #fdd000;
    font-weight: 800;
    border-bottom: 2px solid #fdd000;
    padding-bottom: 5px;
}

.index .item6 .box {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index .item6 .box a {
    width: 48%;
}

.index .item6 .box a img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.index .item6 .box a p {
    line-height: 30px;
    text-align: center;
}

.index .item6 .box a span {
    font-weight: 800;
}

.index .item6 .more {
    display: block;
    width: 40%;
    background: #fdd000;
    margin: auto;
    text-align: center;
    line-height: 30px;
}

.list_banner {
    height: 200px;
    position: relative;
}

.list_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list_banner .txt {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translate(0%, -50%);
    text-align: center;
    color: #fff;
}

.list_banner .txt h3 {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.list_banner .txt p {
   
    line-height: 30px;
    padding: 0px 15px;
}

.list_banner form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
}

.list_banner form>div {
    background: #fff;
    display: block;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    width: calc(100% - 90px);
    float: left;
}

.list_banner form h3 {
    font-weight: 800;
    margin-bottom: 30px;
}

.list_banner form>div div {
    display: inline-block;
    float: left;
    width: 50%;
    position: relative;
}

.list_banner form>div div::after {
    content: "▼";
    position: absolute;
    top: 6px;
    right: 20px;
    color: #333;
}

.list_banner form div select {
    width: 100%;
    float: left;
    color: #333;
    font-weight: 800;
    padding: 3px 15px;
    border: none;
    appearance: none;
    border-left: 1px solid #eee;
    font-size: 18px;
}

.list_banner form button {
    width: 80px;
    height: 50px;
    border: none;
    background: #fdd000;
    float: right;
}

.list_banner form button img {
    width: 30%;
    object-fit: contain;
}





.about_list1 {
    padding: 15px;
}

.about_list1 .title>h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.about_list1 .title div {
    white-space: nowrap;
    overflow-x: auto;
    margin: 15px 0;
    width: 100%;
}

.about_list1 .title div a {
    display: inline-block;
    width: 50%;
    background-color: #223543;
    text-align: center;
    color: #fff;
    padding: 15px 0;
}

.about_list1 .title div a h3 {
    font-size: 16px;
    font-weight: 800;
    margin-top: 10px;
}

.about_list1 .title div a.on {
    background: #fdd000;
    color: #333;
}

.about_list1 .box .top {
    font-size: 18px;
}

.about_list1 .box .top span {
    font-weight: 800;
    color: #fdd000;
}

.about_list1 .box .li {
    background: #f2f2f2;
    padding: 15px;
    margin-top: 15px;
}

.about_list1 .box .li img {
    max-width: 100%;
}

.about_list1 .box .li h3 {
    font-size: 18px;
}

.about_list1 .box .li p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 25px;
}

.about_list2 {
    padding: 15px;
}

.about_list2 .top>h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
}

.about_list2 .tab_box {
    padding: 0px 30px;
    position: relative;
    margin: 15px 0;
}

.about_list2 .tab_box .swiper-container .swiper-slide {
    text-align: center;
}

.about_list2 .tab_box .swiper-container .swiper-slide span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #666;
    border-radius: 10px;
}

.about_list2 .tab_box .swiper-container .swiper-slide p {
    margin: 5px 0;
}

.about_list2 .tab_box .swiper-container .swiper-slide.swiper-slide-active p {
    color: #fdd000;
}

.about_list2 .tab_box .swiper-container .swiper-slide.swiper-slide-active span {
    background: #fdd000;
}

.about_list2 .tab_box .swiper-container::after {
    content: "";
    position: absolute;
    top: 6px;
    height: 10px;
    border-radius: 50px;
    background-color: #e6e6e6;
    z-index: -1;
    width: 100%;
    left: 0px;
}

.about_list2 .tab_box .tab div {
    background-size: 20px 20px;
    top: 10px;
}

.about_list2 .tab_box .tab .swiper-button-prev {
    left: 0px;
}

.about_list2 .tab_box .tab .swiper-button-next {
    right: 0px;
}

.about_list2 .box {
    padding: 15px;
}

.about_list2 .box h3 {
    font-size: 18px;
    font-weight: 800;
}

.about_list2 .box .li {
    margin: 15px 0;
}

.about_list2 .box .li p {
    line-height: 20px;
}

.about_list2 .box .li img {
    width: 100%;
    border: 1px solid #eee;
    margin: 15px 0;
}

.about_list3 {
    padding: 15px;
}

.about_list3 .title {
    text-align: center;
}

.about_list3 .title>h3 {
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 15px;
}

.about_list3 .title>p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.about_list3 .box {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}

.about_list3 .box div p {
    border: 1px solid #eee;
    padding: 10px;
    line-height: 20px;
}

.about_list3 .box div {
    width: 48%;
    text-align: center;
    margin-bottom: 15px;
}

.about_list3 .box div img {
    max-width: 100%;
}

.chan_list {
    padding: 15px;
}

.chan_list form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chan_list form select {
    width: 49%;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fdd000;
    text-align: center;
    border: none;
    line-height: 40px;
    color: #333;
    padding: 0px 15px;
}

.chan_list form button {
    appearance: none;
    -webkit-appearance: none;
    line-height: 40px;
    background: #223543;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin-top: 5px;
}

.chan_list .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
}

.chan_list .box a {
    border: 1px solid #eee;
    padding: 15px;
    width: 48%;
    margin-bottom: 15px;
}

.chan_list .box a h3 {
    font-weight: 800;
    font-size: 20px;
    margin-top: 10px;
}

.chan_list .box a img {
    width: 100%;
    margin: 15px 0;
}

.chan_list .box a div {
    margin: 10px 0;
}

.chan_list .box a div font {
    display: block;
    font-weight: 800;
    margin-top: 10px;
}

.product_details .top img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.product_details .item1 {
    border-top: 10px solid #f7f7f7;
    border-bottom: 10px solid #f7f7f7;
    padding: 15px;
}

.product_details .item1 h3 {
    font-size: 25px;
    font-weight: 800;
    margin: 20px 0;
}

.product_details .item1 h3 span {
    font-size: 20px;
    font-weight: 500;
}

.product_details .item1 .desc {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.product_details .item1 .desc span {
    font-weight: 800;
    color: #223643;
}

.product_details .item2 {
    padding: 15px;
}

.product_details .item2 h3 {
    font-size: 16px;
    font-weight: 800;
    color: #223643;
    margin-bottom: 10px;
    margin: 15px 0;
}

.product_details .item2 span {
    display: inline-block;
    border: 1px solid #eee;
    padding: 5px 15px;
    margin: 0px 10px 10px 0px;
}

.product_details .item3 {
    line-height: 50px;
    background: #223543;
    color: #fff;
    display: flex;
    text-align: center;
    padding: 0px 15px;
}

.product_details .item3.on {
    width: 100%;
    left: 0px;
    top: 70px;
    position: fixed;
    z-index: 22;
}

.product_details .item3 a {
    flex: 1;
    color: #fff;
}

.product_details .top_title {
    font-size: 18px;
    color: #333;
    font-weight: 800;
    margin: 20px 0;
}

.product_details .item4 {
    padding: 15px;
}

.product_details .item4 .desc {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.product_details .item5 {
    padding: 15px;
}

.product_details .item5 .swiper-container img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.product_details .item5 .tab {
    text-align: center;
    margin: 15px 0;
}

.product_details .item5 .tab img {
    margin: 0px 5px;
    height: 20px;
    cursor: pointer;
}

.product_details .item6 {
    padding: 15px;
}

.product_details .item6 video {
    width: 100%;
}

.product_details .item7 {
    padding: 15px;
}

.product_details .item7 img {
    width: 100%;
}

.product_details .item8 {
    padding: 15px;
    position: relative;
}

.product_details .item8 .swiper-slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product_details .item8 .tab {
    position: absolute;
    top: 50px;
    right: 15px;
}

.product_details .item8 .tab div {
    position: static;
    display: inline-block;
    background-size: 25px 25px;
}

.product_details .item9 {
    padding: 15px;
    position: relative;
}

.product_details .item9 .swiper-slide {
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 15px;
}

.product_details .item9 a {
    width: 100%;
    display: block;
}

.product_details .item9 a h3 {
    font-weight: 800;
    font-size: 20px;
    margin-top: 10px;
}

.product_details .item9 a img {
    width: 100%;
    margin: 15px 0;
}

.product_details .item9 a div {
    margin: 10px 0;
}

.product_details .item9 a div font {
    display: block;
    font-weight: 800;
    margin-top: 10px;
}

.product_details .item9 .tab {
    position: absolute;
    top: 50px;
    right: 15px;
}

.product_details .item9 .tab div {
    position: static;
    display: inline-block;
    background-size: 25px 25px;
}


.fangan_list {
    padding: 15px;
}

.fangan_list .title {
    text-align: center;
}

.fangan_list .title h3 {
    font-size: 25px;
    font-weight: 800;
}

.fangan_list .title p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    margin: 15px 0;
}

.fangan_list .tab {
    text-align: center;
}

.fangan_list .tab a {
    display: inline-block;
    padding: 5px 15px;
    background: #f2f2f2;
    margin: 5px;
}

.fangan_list .tab a.on {
    background: #fdd000;
}

.fangan_list .box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
}

.fangan_list .box a {
    border: 1px solid #eee;
    padding: 15px;
    width: 48%;
    margin-bottom: 15px;
}

.fangan_list .box a h3 {
    font-weight: 800;
    font-size: 20px;
    margin-top: 10px;
}

.fangan_list .box a img {
    width: 100%;
    margin: 15px 0;
}

.fangan_list .box a div {
    margin: 10px 0;
}

.fangan_list .box a div font {
    display: block;
    font-weight: 800;
    margin-top: 10px;
}


.fangan_list .top_title {
    font-size: 18px;
    color: #333;
    font-weight: 800;
    margin: 20px 0;
}

.fangan_list .item1 {
    position: relative;
}

.fangan_list .item1 .swiper-slide img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.fangan_list .item1 .swiper-slide p {
    line-height: 40px;
    font-size: 16px;
}

.fangan_list .item1 .tab {
    position: absolute;
    top: 10px;
    right: 15px;
}

.fangan_list .item1 .tab div {
    position: static;
    display: inline-block;
    background-size: 25px 25px;
}

.fangan_list .item2 {
    border-top: 1px solid #eee;
    padding: 15px 0;
}

.fangan_list .item2 .box_li .top {
    line-height: 40px;
    border-left: 3px solid #fdd000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;

}

.fangan_list .item2 .box_li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.fangan_list .item2 .box_li .top h3 {
    font-size: 18px;

}

.fangan_list .item2 .box_li.on .top h3 {
    font-weight: 800;
}

.fangan_list .item2 .box_li .top span {
    font-size: 24px;
}

.fangan_list .item2 .box_li .txt {
    position: relative;
    display: none;
}

.fangan_list .item2 .box_li .txt img {
    width: 100%;
    min-height: 125px;
}

.fangan_list .item2 .box_li .txt .desx {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 15px;

}

.fangan_list .item2 .box_li .txt .desx a {
    display: inline-block;
    color: #333;
    padding: 4px 10px;
    border-radius: 50px;
    margin: 5px;
    border: 1px solid;
}

.fangan_list .item2 .box_li .txt .more {
    display: block;
    background: #fdd000;
    line-height: 40px;
    text-align: center;
}


.case_list {
    padding: 15px;
}

.case_list form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.case_list form select {
    width: 49%;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #fdd000;
    text-align: center;
    border: none;
    line-height: 40px;
    color: #333;
    padding: 0px 15px;
}

.case_list form button {
    appearance: none;
    -webkit-appearance: none;
    line-height: 40px;
    background: #223543;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin-top: 5px;
}

.case_list .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    width: 100%;
}

.case_list .box a img {
    width: 40%;
    height: 100px;
}

.case_list .box a .txt {

    width: 60%;
    padding-left: 15px;
}

.case_list .box a .txt h3 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}



.case_details .top {
    text-align: center;
    margin: 30px 0;
}

.case_details .top h3 {
    font-size: 16px;
    font-weight: 800;
}

.case_details .top .tag {
    text-align: center;
}

.case_details .top .tag span {
    margin: 20px;
    display: inline-block;
    font-size: 14px;
    color: #666;

}

.case_details .top .tag span img {
    vertical-align: middle;
    height: 14px;
    margin-right: 5px;
}

.case_details .tab {
    text-align: center;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.case_details .tab a {
    display: inline-block;
    background-color: #eeeeee;
    padding: 10px 15px;
    margin: 5px 0px;
    width: 48%;
}

.case_details .tab a:nth-of-type(3) {
    width: 100%;
}

.case_details .tab a:hover,
.case_details .tab a.on {
    background-color: #fdd000;
}

.case_details .iofo img {
    max-width: 100%;
}

.case_details .iofo {
    min-height: 200px;

}

.case_details .bottom {

    margin: 30px 0;
}

.case_details .bottom a {
    display: inline-block;
    background-color: #eeeeee;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.case_details .bottom a:hover,
.case_details .bottom a.on {
    background-color: #fdd000;
}






.news_list {
    padding: 15px;
}



.news_list .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    width: 100%;
}

.news_list .box a img {
    width: 40%;
    height: 100px;
}

.news_list .box a .txt {

    width: 60%;
    padding-left: 15px;
}

.news_list .box a .txt h3 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.news_list .tab {
    display: flex;
    justify-content: space-between;

}

.news_list .tab a {
    width: 24%;
    background: #e6e6e6;
    text-align: center;
    line-height: 35px;
}

.news_list .tab a.on {
    background: #fdd000;
}

.video_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.video_list a {
    width: 49%;
    margin: 15px 0;
}

.video_list a img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.video_list a p {
    background: #f2f2f2;
    padding: 10px;
    line-height: 20px;
}



.lianxi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}



.lianxi .l>h3 {
    font-size: 25px;
    color: #3d3e40;
    font-weight: 800;
    margin-bottom: 15px;
}

.lianxi .l>p {
    font-size: 14px;
    color: #666;
    line-height: 25px;

}


.lianxi .l .txt div {
    margin: 15px 0;
}

.lianxi .l .txt h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

.lianxi .l .txt p {
    font-size: 16px;
    color: #666;
}

.lianxi .l .img_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
}

.lianxi .l .img_list img {
    width: 32%;
}

.lianxi #map {
    width: 100%;
    height: 300px;
    background: #eee;
    margin: 20px 0;
}

.lianxi .r form {
    width: 100%;
}

.lianxi .r form .tab input {
    appearance: none;
    -webkit-appearance: none;
    
    cursor: pointer;
    outline: none;
    display: inline-block;
    width: 40%;
    border: none;
    box-shadow: none;
    background:transparent !important;
}

.lianxi .r form .tab input::before {
    content: attr(data-txt);
    font-size: 50px;
    color: #000;
    display: inline-block;
    font-size: 24px;
    

}

.lianxi .r form .tab input:checked::before {
    border-bottom: 2px solid #fdd000;
    color: 333;
    font-weight: 800;
    padding-bottom: 5px;
}

.lianxi .r form>input,
.lianxi .r form>textarea {
    padding: 10px 15px;
    width: 100%;
    resize: none;
    border: 1px solid #a4a3a3;
    margin-top: 15px;
}

.lianxi .r form button {
    display: inline-block;
    margin-top: 20px;
    background-color: #fdd000;
    border: none;
    width: 50%;
    padding: 10px;
}
.jojo
{
    width: 100%;
}
.jojo>h3 {
    font-size: 24px;
    color: #333;
    font-weight: 800;
    margin: 15px 0;
}


.lianxi .box_li .top {
    line-height: 40px;
    border-left: 3px solid #fdd000;
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;

}

.lianxi .box_li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;

    width: 100%;
}

.lianxi .box_li .top h3 {
    font-size: 18px;
    padding-left: 15px;

}

.lianxi .box_li.on .top h3 {
    font-weight: 800;
}

.lianxi .box_li .top span {
    font-size: 24px;
}

.lianxi .box_li .txt {
    padding: 15px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 25px;

}
.lianxi .box_li .des
{
    display: none;
}
.lianxi .box_li .more {
    display: block;
    background: #fdd000;
    line-height: 40px;
    text-align: center;
}
.ss_list
{
    padding: 15px;
}
.ss_list .top
{
    text-align: center;
    border-bottom: 3px solid #eee;
}
.ss_list .top h3{
    font-size: 25px;
    font-weight: 800;
    margin: 30px 0;
}
.ss_list .top form
{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.ss_list .top form input{
    width: calc(100% - 100px);
    border: 1px solid #eee;
    padding: 0px 15px;
}
.ss_list .top form button
{
    width: 100px;
    background-color: #fdd000;
    border: none;
}
.ss_list .top p{
    margin: 25px 0;
    font-size: 16px;

}
.ss_list .top p span{
    color: #fdd000;
}
.ss_list  .box .title{
    font-size: 20px;
    font-weight: 800;
    margin: 20px 0;
}
.ss_list  .box .item1
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ss_list  .box .item1 a{
    width: 48%;
    text-align: center;
    margin: 20px 0;
}
.ss_list  .box .item1 a img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.ss_list  .box .item1 a p{
    line-height: 30px;
}





.ss_list  .box .item2 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
    width: 100%;
}

.ss_list  .box .item2 img {
    width: 40%;
    height: 100px;
}

.ss_list  .box .item2 .txt {

    width: 60%;
    padding-left: 15px;
}

.ss_list  .box .item2 .txt h3 {
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}

.about_list
{

}
.about_list .item1
{
    padding: 15px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}
.about_list .item1 .title
{
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}

.about_list .item1 .shuzi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #333;
    position: relative;
    text-align: center;
    margin: 30px 0;

}

.about_list .item1 .shuzi div {
    width: 50%;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 20px;
}
.about_list .item1 .shuzi div:nth-of-type(1)
{
    border-left: none;
}

.about_list .item1 .shuzi div:nth-of-type(3)
{
    border-left: none;
}

.about_list .item1 .shuzi div:nth-of-type(3)
{
    border-bottom: none;
}
.about_list .item1 .shuzi div:nth-of-type(4)
{
    border-bottom: none;
}
.about_list .item1 .shuzi div h3 {
    font-size: 30px;
    font-weight: 800;
}

.about_list .item1 .shuzi div h3 span {
    font-size: 30px;
}

.about_list .item1 .shuzi div:hover {
    color: #fdd000;
}


.about_list .shp {
    height: 300px;
    overflow: hidden;
}

.about_list .shp video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_list .shp {
    position: relative;
}

.about_list .shp>img {
    position: absolute;
    left: 10%;
    bottom: 5%;
    height: 60px;
    cursor: pointer;
}

.about_list .shp .txt {
    position: absolute;
    right: 10%;
    top: 0%;
    background: #fdd000 url(404.png) bottom right/60% no-repeat;
    padding: 25px;
    color: #333;
    width: 60%;

    padding-top: 20px;
}

.about_list .shp .txt h3,
.about_list .shp .txt h4 {
    font-weight: 800;
    margin: 10px 0;
    font-size: 16PX;
}

.about_list .shp a {
    display: inline-block;
    border: 1px solid #333;
    padding: 5px 15px;
    margin-top: 25px;
}

.about_list .shp a:hover {
    background-color: #fdd000;
}

.about_list .item3
{
    padding: 15px;
}
.about_list .item3 img
{
    width: 100%;
}

.about_list .item4
{
    background: url(404.png) center/cover;
    padding: 15px;
}

.about_list .item4 .title
{
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 20px;
}
.about_list .item4  a{
    display: block;
}

.about_list .item4  a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.about_list .item4  a .txt{
    padding: 15px;
    background-color: #fff;
}
.about_list .item4  a .txt h3{
    margin-bottom: 10px;
    font-size: 16px;
}
.about_list .item4  a .txt p{
    font-synthesis: 16px;
    line-height: 25px;
}
.about_list .item5
{
    padding: 15px;
}
.about_list .item5  a
{
    display: block;
    box-shadow: 0px 0px 5px 1px #eee;
    margin-bottom: 15px;
}
.about_list .item5  a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.about_list .item5  a .txt{
    padding: 15px;
    background-color: #fff;
}
.about_list .item5  a .txt h3{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 800;
}
.about_list .item5  a .txt p{
    font-synthesis: 16px;
    line-height: 25px;
}
.about_list .item5  a span
{
    display: block;
    width: 50px;
    height: 1px;
    background: #fdd000;
    margin-bottom: 15px;
}
.about_list .item5  a font{
    font-synthesis: 12px;
    color: #666;
    margin-top:10px;
}


.page_info {
    text-align: center;
    margin-top: 10px;
    color: #333;
    height: auto;
    margin-bottom: 30px;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 24px;
    margin-bottom: 30px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    text-align: center;
    padding: 3px 10px;
    margin: 3px 5px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.page_list a:hover {
    color: #fff;
    color: #30A479;
    border-bottom: 2px solid #fdd000;
    border-radius: 0px;
}

.page_list a.on {
    color: #333;
    background: #fdd000;
    color: #fff;
}
