html {
    font-size: 12px;
    overflow-x: hidden;
}
html, body {
    position: relative;
    height: 100%;

}

a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol,ul{list-style:none}

li{display:list-item}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body, button, input, select, textarea {
    font: 14px/1 Microsoft YaHei;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

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

.header-top {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #EEE;
}
.header-top .header-top-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top .header-top-line .welcome {
    font-size: 14px;
    color: #555;
}
.header-top .header-top-line .r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top .header-top-line .r a {
    color: #555;
    font-size: 14px;
    margin-left: 10px;
}
.header {

}
.header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header .header-box .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .header-box .l .logo {
    display: inline-block;
}
.header .header-box .l .logo img {
    height: 85px;
}
.header .header-box .l .line {
    width: 1px;
    height: 60px;
    background: #ddd;
    margin: 0 10px;
}
.header .header-box .l .header-intro {
    padding-left: 20px;
}
.header .header-box .l .header-intro h3 {
    font-size: 24px;
    font-weight: bold;
    color: #7DB73E;
    margin-bottom: 10px;
    letter-spacing: 3px;
}
.header .header-box .l .header-intro h6 {
    font-size: 14px;
    color: #222;
    letter-spacing: 1px;
}
.header .header-box .r {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .header-box .r .qrcode {
    width: 72px;
    height: 72px;
    margin-right: 15px;
}
.header .header-box .r .tel {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
}
.header .header-box .r .tel .tel-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    letter-spacing: 2px;
    color: #222;
}
.header .header-box .r .tel .tel-line .tel-icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.header .header-box .r .tel .number {
    font-size: 22px;
    color: #7DB73E;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 2px;
}

.menus {
    width: 100%;
    height: 70px;
    background: url("../image/menu_bg.jpg") center repeat-x;
}
.menus .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menus .menu a {
    width: calc(100% / 7);
    height: 70px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
}
.menus .menu em {
    height: 40px;
    width: 1px;
    /*border-left: 1px dashed #fff;*/
    position: absolute;
    left: 0;
    top: 15px;
    background: url("../image/line.png") center no-repeat;
}
.menus .menu a:first-of-type em {
    display: none;
}
.menus .menu span {
    height: 40px;
    width: 1px;
    /*border-left: 1px dashed #fff;*/
    position: absolute;
    right: 0;
    top: 15px;
    background: url("../image/line.png") center no-repeat;
    display: none;
}
.menus .menu a:hover,.menus .menu a.active {
    background: #7DB73E;
}
.menus .menu a:hover em,.menus .menu a.active em {
    display: none;
}
.menus .menu a:hover span,.menus .menu a.active span {
    display: none;
}
.menus .menu a:hover + a em,.menus .menu a.active + a em{
    display: none;
}
.banners .banner {
    height: 735px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners .banner .swiper-wrapper .swiper-slide a {
    position: relative;
    display: inline-block;
    height: 100%;
}
.banners .banner .swiper-wrapper .swiper-slide a img {
    width: auto !important;
}
.banners .banner .swiper-wrapper .swiper-slide a .h1 {
    position: absolute;
    left: 15%;
    top: 40px;
}
.banners .banner .swiper-wrapper .swiper-slide a .h2 {
    position: absolute;
    left: 20%;
    top: 300px;
}
.banners .banner .swiper-wrapper .swiper-slide a .h3 {
    position: absolute;
    left: 6%;
    top: 385px;
}
.banners .banner .swiper-wrapper .swiper-slide a .h4 {
    position: absolute;
    left: 4.6%;
    top: 140px;
}
.banners .banner .swiper-wrapper .swiper-slide a .h5 {
    position: absolute;
    right: 2.5%;
    top: 55px;
}
.banners .banner .swiper-wrapper .swiper-slide a .h6 {
    position: absolute;
    left: 18%;
    top: 30px;
}
.banners .banner .swiper-wrapper .swiper-slide a .h7 {
    position: absolute;
    right: 14%;
    top: 240px;
}


.banners .banner .swiper-pagination-banner {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 20px;
}

.banners .banner .swiper-pagination-banner .swiper-pagination-bullet{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 0.5em;
    outline: none;
    width: 7em;
    height: 0.5em;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.banners .banner .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.6);
}
.banners .hot-keyword {
    background: #F6F6F6;
}
.banners .hot-keyword .containers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.banners .hot-keyword .containers .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #888;
}
.banners .hot-keyword .containers .l img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-top: -3px;
}
.banners .hot-keyword .containers .l a {
    color: #888;
}
.banners .hot-keyword .containers .l a:hover {
    color: #7DB73E;
}
.banners .hot-keyword .containers .l em {
    height: 12px;
    width: 1px;
    margin: 0 10px;
    background: #ccc;
}
.banners .hot-keyword .containers .r {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
}
.banners .hot-keyword .containers .r em {
    width: 1px;
    height: 12px;
    background: #999;
    /*margin-right: 10px;*/
}
.banners .hot-keyword .containers .r input {
    border: none;
    background: #f6f6f6;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
}
.banners .hot-keyword .containers .r img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.abouts .about {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 80px 0;
}
.abouts .about .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    color: #515669;
    font-weight: bold;
    letter-spacing: 5px;
}
.abouts .about .tag {
    font-size: 20px;
    margin: 15px 0;
    color: #555;
    letter-spacing: 2px;
}
.icon {
    background-image: url("../image/icon.png");
}
.abouts .about .icon_1 {
    width: 130px;
    height: 25px;
    margin-bottom: 15px;
    background-position: 0 -33px;
}
.abouts .about .icon_2 {
    margin: 15px 0;
    width: 34px;
    height: 22px;
    background-position: 0 -72px;
    animation: jump 1s infinite;
}

.abouts .about .intro{
    line-height: 36px;
    height: 72px;
    overflow-y: hidden;
    font-size: 18px;
    color: #222;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.abouts .about .intro.intro-auto {
    height: 468px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.abouts .about .more {
    font-size: 16px;
    color: #555;
    padding: 10px 30px;
    border: 1px solid #555;
    border-radius: 5px;
}
.abouts .about .more:hover {
    color: #7DB73E;
    border: 1px solid #7DB73E;
}
.abouts .about .icon_3 {
    margin-top: 60px;
    max-width: 100%;
}

.solutions {
    background: url("../image/solution_bg.png") center top no-repeat;
    min-height: 1050px;
}
.solutions .solution {
    padding: 80px 0;
}
.solutions .solution .solution-box {
    padding-top: 00px;
}
#solution {
    /*width: 1400px;*/
    /*overflow: hidden;*/
}
#solution  .swiper-slide {
    width: 500px;
    height: 540px;
    background: #bfbfbf;
    box-shadow: 0 6px 20px #888;
    margin: 15px 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 10px;
}
#solution  .swiper-slide img{
    display:block;
    width: 470px;
    height: 400px;
    border-radius: 5px;
}
#solution  .swiper-slide span {
    border-radius: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #4F5668;
    background: #fff;
    margin-top: 25px;
    padding: 10px 40px;
}
#solution  .swiper-slide.swiper-slide-active {
    background: #7DB73E;
}
#solution  .swiper-slide.swiper-slide-active span {
    color: #7DB73E;
}
.ads_bg{
    height: 310px;
    background: url("../image/ad_bg.png") center top no-repeat;
}
.ads .ad {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ads .ad a {
    width: 100%;
    overflow: hidden;
}
.ads .ad a img {
    width: auto;
}
.ads .ad2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.ads .ad2 .ad-name {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 38px;
    margin-right: 50px;
}
.ads .ad2 .ad-name .tag {
    font-size: 48px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 8px;
    background: url("../image/sm_bg.png") center top no-repeat;
    width: 312px;
    height: 78px;
    line-height: 78px;
    text-align: center;
}
.ads .ad2 .ad-name .name {
    font-size: 34px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 2px;
    margin-top: 40px;
}
.ads .ad2 .ad-name .name i {
    font-size: 44px;
}
.ads .ad2 .ad-name .ad-tel {
    background-color: #fff;
    border-radius: 30px;
    padding: 8px 20px;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 15px;
}
.ads .ad2 .ad-name .ad-tel img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.ads .ad2 .ad-name .ad-tel span {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}
.ads .ad2 .ad-name .ad-tel em {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.ads .ad2 .ad-qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 95px;
}
.ads .ad2 .ad-qrcode img {
    width: 148px;
    height: 148px;
}
.ads .ad2 .ad-qrcode span {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 10px;
}


.advantages {
    background: url("../image/advantage_bg.png") center top repeat-y;
}
.advantages .advantage {
    padding-bottom: 60px;
}
.advantages .advantage .advantage-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.advantages .advantage .advantage-box .advantage-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.advantages .advantage .advantage-box .advantage-menu span {
    width: calc(100% / 4);
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #505568;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.advantages .advantage .advantage-box .advantage-menu em {
    width: 2px;
    height: 70px;
    background: linear-gradient(to bottom, #505568 0%, #ffffff 50%, #505568 100%);
}
.advantages .advantage .advantage-box .advantage-menu span:hover,.advantages .advantage .advantage-box .advantage-menu span.active {
    background: #7DB73E;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.advantages .advantage .advantage-box .advantage-content {
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantages .advantage .advantage-box .advantage-content .adv-box {
    width: 100%;
    overflow-x: hidden;
    text-align: center;
}
.advantages .advantage .advantage-box .advantage-content .adv-box img {
    max-width: 100%;
}
.advantages .advantage .advantage-box .advantage-content .adv-box.none {
    display: none;
}

.advantage2s {
    display: inline-block;
    width: 100%;
    background: url("../image/advantage2_bg.png") center top no-repeat;
    /*margin-bottom: 80px;*/
}
.advantage2s .advantage2 {
    padding-top: 126px;
}
.advantage2s .advantage2 .adv2-box {
    /*display: inline-block;*/
    /*width: 100%;*/
}
.advantage2s .advantage2 .adv2-box .adv2-box-line {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text {
    width: 55%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-left: calc(100% - 631px - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 631px;
    height: 166px;
    padding-left: 200px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l.bg1 {
    background: url("../image/s_1.png") center no-repeat;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l.bg2 {
    background: url("../image/s_2.png") center no-repeat;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l.bg3 {
    background: url("../image/s_3.png") center no-repeat;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l.bg4 {
    background: url("../image/s_4.png") center no-repeat;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l p{
    font-size: 32px;
    color: #222;
    margin: 40px 0 10px;
    font-weight: bold;
    letter-spacing: 2px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l span {
    font-size: 36px;
    color: #222;
    letter-spacing: 2px;
    font-weight: bold;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .line {
    width: 150px;
    height: 2px;
    background: #7DB73E;
    position: relative;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .line em {
    width: 20px;
    height: 6px;
    background: #7DB73E;
    position: absolute;
    left: 65px;
    top: -2px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    /*padding-right: 50px;*/
    margin-left: calc(100% - 631px - 20px);
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 580px;
    margin-bottom: 30px;
    padding-left: 16px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line .r-em {
    width: 28px;
    height: 28px;
    background-position: 0 -1800px;
    margin-right: 10px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line span {
    width:calc(100% - 38px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
    font-weight: bold;
    color: #222;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2_image {
    width: 45%;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2_image img {
    width: 100%;
    box-shadow: 0 0px 20px #333;
}
.advantage2s .advantage2 .adv2-box.adv2-box-bg1 {
    padding-top: 46px;
    background: url("../image/advantage2_bg_2.png") center top no-repeat;
}
.advantage2s .advantage2 .adv2-box.adv2-box-bg2 {
    padding-top: 62px;
    background: url("../image/advantage2_bg_3.png") center top no-repeat;
}
.advantage2s .advantage2 .adv2-box.adv2-box-bg3 {
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../image/advantage2_bg_4.png") center top no-repeat;
}
.advantage2s .advantage2 .adv2-box.adv2-box-bg3 .adv2-box-line .adv2_image img {
    height: 500px;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text.rt {
    justify-content: flex-start;
    padding-left: 40px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text.rt .l {
    margin-left: 20px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text.rt .r {
    margin-left: 20px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .icons_2 {
    width: 142px;
    height: 116px;
    background-position: 0 -1212px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .icons_3 {
    width: 142px;
    height: 116px;
    background-position: 0 -1404px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .icons_4 {
    width: 142px;
    height: 116px;
    background-position: 0 -1584px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r {
    /*padding-left: 50px;*/
}

.advantage3s {
    display: inline-block;
    width: 100%;
    background: url("../image/advantage3_bg.png") center top no-repeat;
    margin-bottom: 80px;
}
.advantage3s .advantage3 .adv3-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 680px;
}
.advantage3s .advantage3 .adv3-box img {
    max-width: 100%;
}
.introduces {
    display: inline-block;
    width: 100%;
    background-image: url("../image/about_bg.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /*margin-bottom: 80px;*/
}
.introduces .introduce {
    margin-bottom: 60px;
}
.introduces .introduce .intro {
    display: flex;
    align-items: center;
    justify-content: center;
}
.introduces .introduce .intro .l {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 60px;
}
.introduces .introduce .intro .l .cn {
    font-size: 20px;
    font-weight: bold;
    color: #222;
}
.introduces .introduce .intro .l .en {
    font-size: 16px;
    color: #222;
    margin: 10px 0 20px;
}
.introduces .introduce .intro .l .text {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    max-height: 216px;
    overflow: hidden;
}
.introduces .introduce .intro .l .more {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
    padding: 8px 15px;
    letter-spacing: 2px;
    margin-top: 30px;
}
.introduces .introduce .intro .l .more:hover {
    box-shadow: 0 0 10px #333;
}
.introduces .introduce .intro .l .more em {
    width: 40px;
    height: 25px;
    background-position: 0 -2126px;
}
.introduces .introduce .intro .r img {
    width: 600px;
    box-shadow: 5px 5px 5px #888;
}

.honors {
    display: inline-block;
    width: 100%;
    background-image: url("../image/honor_bg.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /*margin-bottom: 80px;*/
}
.honors .honor {
    margin-top: 80px;
    margin-bottom: 60px;
}
.honors .honor .honor-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.honors .honor .honor-title .line {
    width: 5px;
    height: 80px;
    background-color: #7DB73E;
    margin-right: 10px;
}
.honors .honor .honor-title .name {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    color: #333;
}
.honors .honor .honor-title .name .cn {
    font-size: 40px;
    font-weight: bold;
}
.honors .honor .honor-title .name .en {
    font-size: 32px;
    font-weight: bold;
    color: #555;
    margin-top: 5px;
}
.honors .honor .honor-box {
    margin-top: 60px;
}

#honor  .swiper-slide {
    width: 360px;
    height: 480px;
    background: #bfbfbf;
    box-shadow: 0 6px 20px #888;
    /*margin: 15px;*/
    /*padding: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 10px;
}
#honor  .swiper-slide img{
    display:block;
    width: 360px;
    height: 480px;
    border-radius: 5px;
}

.news .new .new-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.news .new .new-box .cate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.news .new .new-box .cate a {
    border: 1px solid #ddd;
    color: #222;
    padding: 10px 40px;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 20px;
}
.news .new .new-box .cate a:hover,.news .new .new-box .cate a.active {
    color: #fff;
    background-color: #7DB73E;
}
.news .new .new-box .new-list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.news .new .new-box .new-list.none {
    display: none;
}
.news .new .new-box .new-list .l {
    width: 600px;
    margin-right: 20px;
}
.news .new .new-box .new-list .l .photo-list {
    width: 600px;
    height: 380px;
}
#news {
    width: 100%;
    height: 380px;
    overflow:hidden;
}
#news .swiper-slide {
    width: 100%;
    height: 380px;
    position: relative;
}
#news .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index:9999;
    background: rgba(0,0,0,0.8);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    color: #FFF;
    text-align: center;
}
.news .new .new-box .new-list .l .tops {
    background-color: #e5e5e5;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .l .tops .title {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .l .tops .intro {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.news .new .new-box .new-list .l .tops .time {
    margin-top: 10px;
    display: inline-block;
    color: #888;
}
.news .new .new-box .new-list .l .tops:hover {
    background-color: #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .l .tops:hover .title {
    color: #7DB73E;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 620px);
}
.news .new .new-box .new-list .r .li {
    width: 100%;
    background-color: #7DB73E;
    height: 165px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.news .new .new-box .new-list .r .li:last-of-type {
    margin-bottom: 0;
}

.news .new .new-box .new-list .r .li a {
    display: inline-block;
    height: 158px;
    width: calc(100% - 2px);
    margin: 1px 1px 0px 1px;
    background-color: #fff;
    border-radius: 10px;
    padding:15px 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r .li a .title {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r .li a .intro {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.news .new .new-box .new-list .r .li a .btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.news .new .new-box .new-list .r .li a .btm .time {
    color: #888;
}
.news .new .new-box .new-list .r .li a .btm span {
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r .li a:hover {
    background-color: #f6f6f6;
}
.news .new .new-box .new-list .r .li a:hover .title,.news .new .new-box .new-list .r .li a:hover .btm span {
    color: #7DB73E;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


.links .link {
    position: relative;
    margin: 60px auto;
    padding: 0px 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.links .link .tit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    left: 50px;
    top: 5px;
}
.links .link .tit .cn {
    background-color: #7DB73E;
    color: #fff;
    font-size: 16px;
    padding: 3px 5px;
    letter-spacing: 3px;
}
.links .link .tit .en {
    color: #222;
    font-size: 15px;
    margin-top: 2px;
    letter-spacing: 2px;
}
.links .link .link-list {
    width: 100%;
    margin-left: 40px;
    background: #e5e5e5;
    padding: 20px 10px 10px 60px;
    min-height: 50px;
    display: inline-block;
    font-size: 0;
}
.links .link .link-list a {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    color: #222;
    margin-bottom: 10px;
}
.links .link .link-list a:hover {
    color: #7DB73E;
}

.footers {
    background: #333333;
    padding: 10px 0px 0px;
}
.footers .footer {
    padding: 0 50px;
}
.footers .footer .bottom-menu {
    border-bottom: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 25px;
}
.footers .footer .bottom-menu a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
.footers .footer .bottom-menu a:hover {
    color: #7DB73E;
}
.footers .footer .bottom-menu em {
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #FFF;
}
.footers .footer .bottom-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 20px;
}
.footers .footer .bottom-info .bottom-logo {
    width: 285px;
    height: 132px;
    background-position: 0 -2220px;
}
.footers .footer .bottom-info .bottom-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding-left: 40px;
    width: calc(100% - 285px - 140px);
}
.footers .footer .bottom-info .bottom-list .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.footers .footer .bottom-info .bottom-list .line .f-icon {
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footers .footer .bottom-info .bottom-list .line .f-icon img {
    width: 24px;
    height: 24px;
}
.footers .footer .bottom-info .bottom-list .line .line-li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.footers .footer .bottom-info .bottom-list .line .line-li .text {
    color: #fff;
    font-size: 16px;
}
.footers .footer .bottom-info .bottom-list .line .line-li .text:first-of-type {
    margin-bottom: 4px;
}
.footers .footer .bottom-info .bottom-qrcode {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footers .footer .bottom-info .bottom-qrcode img {
    width: 140px;
    height: 140px;
}
.footers .footer .bottom-info .bottom-qrcode span {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.footers .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-top: 1px solid #888;
    padding-top: 10px;
}
.footers .footer .copyright p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
}
.footers .footer .copyright p a {
    color: #fff;
}
.footers .footer .copyright p a:hover {
    color: #7DB73E;
}

.page-banners .page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 100%;
    position: relative;
}
.page-banners .page-banner img {
    width: auto;
}
.page-banners .page-banner .boxs {
    position: absolute;
    z-index: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.page-banners .page-banner .boxs span {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}
.page-banners .page-banner .boxs em {
    margin-top: 10px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}
.cons .con .con-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 60px 0 0;
    position: relative;
    z-index: 9;
}
.cons .con .con-menu .menu-box {
    position: relative;
    margin-right: 20px;
}
.cons .con .con-menu .menu-box .menu-a {
    border: 1px solid #222;
    font-size: 16px;
    padding: 0px 20px;
    height: 40px;
    /*line-height: 40px;*/
    /*margin-right: 10px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    letter-spacing: 1px;
}
.cons .con .con-menu .menu-box .menu-a i {
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url("../image/down.png") center no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.cons .con .con-menu .menu-box .con-menu-list {
    position: absolute;
    left: 0;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 5px 5px #999;
    z-index: 99999;
}
.cons .con .con-menu .menu-box .con-menu-list.none {
    display: none;
}
.cons .con .con-menu .menu-box .con-menu-list .child-menu-a {
    padding: 10px 5px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #333;
}
.cons .con .con-menu .menu-box .con-menu-list .child-menu-a:hover {
    color: #fff;
    background: #222;
}
.cons .con .con-menu .menu-box .menu-a:hover i {
    transform: rotate(180deg); /* 旋转360度 */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.cons .con .details {
    margin-top: 60px;
}
.cons .con .details .d-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #222;
}
.cons .con .details .d-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #888;
    font-size: 14px;
}
.cons .con .details .d-tag span {
    margin-right: 20px;
}
.cons .con .details .detail {
    margin: 40px 0;
    line-height: 36px;
    font-size: 16px;
}
.cons .con .details .detail img {
    max-width: 100%;
}
.cons .con .details .pro-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
    font-size: 0;
}
.cons .con .details .pro-list .box{
    display: inline-block;
    vertical-align: bottom;
    width: 220px;
    height: 220px;
    margin: 0px 19px 19px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
}

.cons .con .details .pro-list .box:nth-child(4n){
    margin-right: 0;
}
.cons .con .details .pro-list .box a{
    display: block;
    border: 1px solid #333;
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}
.cons .con .details .pro-list .box a:hover{
    border-color: #333;
}
.cons .con .details .pro-list .box a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .box a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .box a h3{
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    padding: .8em 10px;
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cons .con .details .pro-list .box a:hover h3 {
    bottom: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.diy_page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    cursor: default;
    background-color: #7DB73E;
    border-color: #7DB73E;
}
.pagination > li > a, .pagination > li > span {
    color: #7DB73E;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #7DB73E;
}
.cons .con {
    padding-bottom: 80px;
}
.cons .con .details .news-list{
    display: inline-block;
    width: 100%;
    font-size: 0;
}
.cons .con .details .news-list .box {
    width: 300px;
    margin:0 20px 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: inline-block;
}
.cons .con .details .news-list .box:nth-child(3n){
    margin-right: 0;
}
.cons .con .details .news-list .box a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
}
.cons .con .details .news-list .box a .img {
    width: 300px;
    height: 200px;
    border: 1px solid #FFF;
    overflow: hidden;
}
.cons .con .details .news-list .box a .img.img-h {
    height: 360px;
}
.cons .con .details .news-list .box a .img img {
    width: 298px;
    height: 198px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .news-list .box a .img.img-h img {
    height: 358px;
}
.cons .con .details .news-list .box a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .news-list .box a .tit {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    padding-top: 10px;
    width: 100%;
}
.cons .con .details .news-list .box a .tit h3{
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .news-list .box a:hover .tit h3 {
    color: #7DB73E;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .news-list .box a .tit .date{
    font-size: 14px;
    color: #666666;
}

.search-list {
    display: inline-block;
    width: 100%;
}
.search-list .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
}
.search-list .box .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    padding: 20px 0;
}
.search-list .box .l h3 {
    color: #222;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.search-list .box:hover .l h3 {
    color: #7DB73E;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.search-list .box .l img {
    margin-right: 5px;
}
.search-list .box .date {
    width: 100px;
    text-align: right;
    color: #888;
}


.flexs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left-menu {
    width: 240px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 20px;
    padding-top: 80px;
}
.left-menu .lm-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-bottom: 30px;
}
.left-menu .lm-box .lm-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 100px;
    border-radius: 20px 0 0 0;
    background: url("../image/nbg.png") center no-repeat;
}
.left-menu .lm-box .lm-title h1 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 2px;
}
.left-menu .lm-box .lm-title h6 {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
    margin-top: 10px;
    text-transform: uppercase;
}
.left-menu .lm-box .lm-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border: 1px solid #7DB73E;
    padding: 5px 10px;
    border-top: none;
}

.left-menu .lm-box .lm-list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 10px;
    border-bottom: 1px dashed #ddd;
    width: 100%;
    font-size: 16px;
    color: #666;
    position: relative;
    overflow: hidden;
}
.left-menu .lm-box .lm-list a:last-of-type {
    border-bottom: none;
}
.left-menu .lm-box .lm-list a em {
    background: #7DB73E;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.left-menu .lm-box .lm-list a em img {
    width: 10px;
    height: 10px;
}
.left-menu .lm-box .lm-list a span {
    width: calc(100% - 48px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.left-menu .lm-box .lm-list a .sjt {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -100px;
    top: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.left-menu .lm-box .lm-list a:hover .sjt,.left-menu .lm-box .lm-list a.active .sjt {
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.left-menu .lm-box .lm-qr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 20px 10px 10px;
    border: 1px solid #7DB73E;
    border-top: none;
}
.left-menu .lm-box .lm-qr p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}
.left-menu .lm-box .lm-qr img {
    width: 90%;
    margin-top: 15px;
}

.left-menu .lm-list .lm-box .child {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #7DB73E;
    border-top: none;
    padding: 20px 0;
}
.left-menu .lm-list .lm-box .child .two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
    color: #222;
}
.left-menu .lm-list .lm-box .child .two:hover {
    color: #7DB73E;
}


.details .gl-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
}
.details .gl-box .gl-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    border: 1px solid #ddd;
    border-right:2px solid #7DB73E;
    border-bottom: 2px solid #7DB73E;
}
.details .gl-box .gl-title .name {
    background-color: #7DB73E;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
}
.details .gl-box .gl-title .more {
    font-size: 16px;
    margin-right: 10px;
    color: #888;
}
.details .gl-box .gl-title .more:hover {
    color: #7DB73E;
}
.details .gl-box .gl-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .gl-box .gl-contact img {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}
.details .gl-box .gl-pro-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
}
.details .gl-box .gl-pro-list .pro {
    width: 278px;
    height: 318px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: calc((100% - (278px * 3)) / 2);
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-pro-list .pro:hover {
    border: 1px solid #7DB73E;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-pro-list .pro:last-of-type {
    margin-right: 0;
}
.details .gl-box .gl-pro-list .pro .image {
    width: 278px;
    height: 278px;
    overflow: hidden;
}
.details .gl-box .gl-pro-list .pro .image img {
    width: 278px;
    height: 278px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-pro-list .pro:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-pro-list .pro span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #d1d1d1;
    color: #333;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}
.details .gl-box .gl-pro-list .pro:hover span {
    background-color: #7DB73E;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-new-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.details .gl-box .gl-new-list .news {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 10px);
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.details .gl-box .gl-new-list .news:nth-child(2n){
    margin-right: 0;
}
.details .gl-box .gl-new-list .news .text {
    width: calc(100% - 90px);
    font-size: 15px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-new-list .news .time {
    text-align: right;
    width:90px;
    font-size: 15px;
    color: #999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-new-list .news:hover .text {
    color: #7DB73E;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .gl-box .gl-new-list .news:hover .time {
    color: #7DB73E;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.details-width {
    width: calc(100% - 260px);
}
.details-width {
    margin-top: 80px !important;
}


.global-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 60px;
}
.global-title .name {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size:56px;
    font-weight: bold;
    position: relative;
    padding-left: 80px;
    height:150px ;
}
.global-title .name.n-name {
    width: 100%;
    padding-left: 0;
}
.global-title .name .t-img {
    position: absolute;
    left: calc((100% - 655px) / 2);
    top: 58px;
}
.global-title .name .t-icon-1 {
    width: 175px;
    height: 170px;
    background-position: 0 -130px;
    position: absolute;
    left: 0;
    top: 0;
}
.global-title .name .t-icon-2 {
    width: 120px;
    height: 120px;
    background-position: 0 -340px;
}
.global-title .name .kong-t-icon-3 {
    width: 130px;
    height: 130px;
}
.global-title .name .t-icon-3 {
    position: absolute;
    left: 645px;
    top: -30px;
    width: 130px;
    height: 210px;
    background-position: 0 -535px;
    margin-top: 50px;
}
.global-title .name .t-icon-4 {
    width: 130px;
    height: 130px;
    background-position: 0 -804px;
}
.global-title .name .t-icon-5 {
    width: 250px;
    height: 70px;
    background-position: 0 -1870px;
    margin-left: 5px;
}
.global-title .name .t-icon-6 {
    width: 210px;
    height: 80px;
    background-position: 0 -1982px;
}
.global-title .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #222;
    margin-top: 15px;
}
.global-title .tag  .two-line {
    width: 150px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.global-title .tag .two-line.left {
    align-items: flex-end;
    margin-right: 20px;
}
.global-title .tag .two-line.right {
    align-items: flex-start;
    margin-left: 20px;
}
.global-title .tag  .two-line em {
    width: 100%;
    height: 3px;
    background: #222;
}
.global-title .tag  .two-line span {
    width: 80%;
    height: 3px;
    background: #222;
    margin-top: 2px;
}


/*左侧工具条*/
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../image/icon_spirit.png");
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
#toolbar {
    position: fixed;
    z-index: 9999;
    right: -2px;
    bottom: 10%;
    width: 160px;
    height: 541px;
    background: url("../image/server_bg.png") center top no-repeat;
}

#toolbar .server-qq {
    height: 100px;
    display: inline-block;
    top: 70px;
    width: 100%;
    position: absolute;
}
#toolbar .server-qrcode {
    position: absolute;
    left: 30px;
    top: 195px;
    width: 100px;
    height: 100px;
}
#toolbar .server-phone {
    position: absolute;
    left: 0px;
    top: 412px;
    width: 100%;
    height: 36px;
    line-height: 30px;
    font-size: 16px;
    color: #7DB73E;
    font-weight: bold;
    text-align: center;
}
#toolbar .backtop {
    position: absolute;
    left: 0px;
    top: 444px;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
#toolbar .backtop img {
    width: 24px;
}
#toolbar .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    position: relative;
}

#toolbar .icon-top:after {
    background-position: 0 -60px;
}

.color1 {
    color: #7DB73E !important;
}
.weight {
    font-weight: bold ;
}

/* 站点地图样式 */
.xypg-sitemap .map_title {
    line-height: 40px;
    background-color: #f5f8fa;
    border: 1px solid #d6dbe1;
    text-indent: 20px;
    color: #666;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
}

.xypg-sitemap .map_list {
    line-height: 30px;
    padding: 0 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.xypg-sitemap .map_list a {
    padding: 4px;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}

.xypg-sitemap .map_list a:hover {
    text-decoration: none;
    color: #3b639f;
    padding: 4px;
}

.xypg-sitemap .map_list .layer1 {
    margin-bottom: 10px;
}

.xypg-sitemap .map_list h3 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    line-height: 36px;
}

.xypg-sitemap .map_list h3 a {
    font-weight: normal;
}

.xypg-sitemap .map_list .layer2 a {
    color: #999;
}

.xypg-sitemap .map_list .layer2 a:hover {
    text-decoration: none;
    color: #3b639f;
}

@media (max-width: 768px) and (max-width: 992px) {


}

@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

