.fl {
    float: left;
}

.fr {
    float: right;
}

.index .container {
    padding: 6em 0;
}

.gray-bg {
    background-color: #f7f7f7;
}

.minheight {
    min-height: calc(100vh - 446px);
    padding-bottom: 20px;
}

div.content-img {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

div.content-img img {
    width: 100%;
    color: #fff;
}

a.twinkleBtn {
    font-size: 14px;
    color: #10a63e;
    padding: 0 20px;
    display: inline-block;
    border: 1px solid #10a63e;
    border-radius: 6px;
    line-height: 2;
    position: relative;
    margin-top: 36px;
    text-align: center;
    transition: .3s all ease-in-out;
}

a.twinkleBtn.m,
a.twinkleBtn:hover {
    background-color: #ffb901;
    border: 1px solid #ffb901;
    color: #fff;
}

/* 头部 ↓*/
.header {
    /* border-bottom: 1px solid #ebebeb; */
    box-shadow: 0 0 5px #888;
    z-index: 10;
    /* margin-bottom: 54px; */
}

.header>div:nth-child(1) {
    padding: 10px 0;
}

.header .logo {
    display: inline-block;
    margin-top: 10px;
}

.header .logo img {
    float: left;
    height: 52px;
}

.header .logo span {
    float: left;
    padding: 0 15px;
}


.header .logo span h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 52px;
    color: #10a63e;
}

.header .logo span h2 {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}

.header .logo span p {
    text-transform: uppercase;
    font-size: 16px;
    color: #888;
    padding-top: 4px;
    letter-spacing: 0.5px;
}

.header .logo.m {
    width: 100%;
}

.header .logo.m span {
    float: right;
}

.header .logo.m span h1 {
    font-size: 30px;
}

.header .tel {
    float: right;
}

.header .tel i {
    font-size: 16px;
    line-height: 32px;
    padding-top: 6px;
    letter-spacing: 1px;
    color: #333;
}

.header .tel i::before {
    font-size: 20px;
    margin-right: 10px;
    color: #aaa;
}

.header .tel p {
    color: #10a63e;
    font-size: 26px;
    font-weight: bold;
}

.header>div:nth-child(2) {
    background: #10a63e;
}

.header .collapse {
    width: 100%;
    padding: 0;
}

ul.nav {
    display: flex;
}

ul.nav li {
    flex: 1;
}

ul.nav.m {
    display: flex;
    flex-wrap: wrap;
}

ul.nav.m li {
    flex: 0 0 33.333%;
}

/* 导航栏 ↓*/
ul.nav li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 66px;
    padding: 0;
    color: #fff;
}

ul.nav.m li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    padding: 0;
    color: #fff;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

ul.nav li:hover>a,
ul.nav li.active>a,
ul.nav li:focus>a {
    background: #ffb901;
}

/* 导航栏 ↑*/

/* 头部 ↑*/

.banner {
    width: 100vw;
    background-position: center;
    background-size: cover;
}

.mini-banner {
    height: 300px;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100%;
    padding: 0;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.counterValue {
    background-color: #10a63e;
    color: #fff;
}

.counterValue .box {
    padding: 2em 0;
    ;
}

.counterValue h5 {
    font-size: 60px;
    margin-bottom: 10px;
}

.heading-section {
    margin-bottom: 60px;
}


.heading-section.a h3 {
    text-align: center;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}

.heading-section.a h3 span {
    color: #10a63e;
}

.heading-section.a p {
    text-align: center;
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    line-height: 35px;
}

.heading-section.b h3 {
    font-weight: 700;
    color: #515769;
    line-height: 1.4;
    margin: 0 0 15px;
}

.heading-section.b p {
    font-size: 15px;
    font-weight: 400;
    color: #a6a7aa;
    margin-bottom: 15px;
}

.heading-section.c {
    margin-bottom: 20px;
}

.heading-section.c h3 {
    font-size: 26px;
    display: inline-block;
    text-transform: uppercase;
}

.heading-section.c h4 {
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
    padding: 5px 0;
    color: #aaa;
    margin-top: 5px;
}

/* 产品列表 ↓*/
.tabControl.a {
    margin-bottom: 20px;
    display: flex;
}

.tabControl.a a {
    flex: auto;
    border: 1px solid #ddd;
    border-right: 0;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    display: block;
    padding: 0px 10px;
    /* margin-right: 8px; */
}

.tabControl.a a:last-child {
    margin: 0;
    border-right: 1px solid #ddd;
}

.tabControl.a a:hover,
.tabControl.a a.active {
    border-color: #10a63e;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    background: #10a63e;
    color: #fff;
}

.tabControl.b {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.tabControl.b a {
    display: inline-block;
    font-weight: bolder;
    padding: 0px 23px 9px;
    font-size: 18px;
    margin: 0 0.4em;
}

.tabControl.b a:hover,
.tabControl.b a.active {
    color: #10a63e;
    border-bottom: 3px solid;
}

.detailsPage .tabControl a {
    width: 100%;
    padding: 6px;
    border: 0;
}

.detailsPage .tabControl {
    user-select: none;
    cursor: pointer;
}

.detailsPage .tabControl>ul>li {}

.detailsPage .tabControl a {
    float: none;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    padding: 6px 6px 6px 12px;
    background: #10a63e;
    color: #fff;
    margin-bottom: 1px;
}

.detailsPage .tabControl a:before {
    content: none;
}

.detailsPage .tabControl a:hover,
.detailsPage .tabControl a.active {
    /* color: fff; */
    background: #ffb901;
}

.tabControl .submenu>ul {
    display: none;
}

.tabControl .submenu>ul.active {
    display: block;
}

.tabControl .submenu>ul>li>a {
    background: #E6E4E3;
    color: #666;
    font-weight: normal;
}

.tabControl .submenu>ul>li>a:hover,
.tabControl .submenu>ul>li>a.active {
    color: #337601 !important;
}

.product-content {
    display: none;
}

.product-content.active {
    display: block;
}

.product .productList {
    margin-bottom: 20px;
}

.product .productList .content-img {
    /* height: 180px; */
    margin-bottom: 10px;
}

.product .productList.a .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.a .content-img:hover .details {
    opacity: 1;
}

.product .productList.a .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
}

.product .productList.a .content-img .details>div h6 {
    margin-top: 70px;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 10px;
}

.product .productList.a .content-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.6em;
    color: #fff;
    background: #000;
}

.product .productList.b .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.b .content-img:hover .details {
    opacity: 1;
}

.product .productList.b .content-img .details>div {
    width: 100%;
    height: 100%;
    color: #fff;
    border: 5px solid #10a63e;
}

.product .productList.b .content-img .details>div i {
    font-size: 50px;
    opacity: .9;
    margin-top: 60px;
}

.product .productList.b .content-img .details>div p {
    font-size: 16px;
    margin-top: 10px;
}

.product .productList.c {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.product .productList.c .content-img .details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s;
}

.product .productList.c .content-img:hover .details {
    opacity: 1;
}

.product .productList.c h2 {
    font-size: 22px;
    display: block;
    margin: 15px 0 10px;
    color: #10a63e;
}

.product .productList.c p {
    background: #10a63e;
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: 3px;
}

.product .productList.d {
    display: flex;
    border: 1px solid #ddd;
}

.product .productList.d .content-img {
    flex: 0 0 320px;
    height: 320px;
    margin: 0;
}

.product .productList.d .text {
    flex: auto;
    padding: 0 20px;
}

.product .productList.d .text h2 {
    font-size: 16px;
    font-weight: bold;
    color: #222;
    line-height: 50px;
    display: block;
    height: 50px;
    vertical-align: middle;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
}

.product .productList.d .text p {
    font-size: 12px;
    color: #888;
    line-height: 28px;
    height: 210px;
    padding: 10px 0px;
    overflow: hidden;
}

.product .productList.d .text span {
    display: block;
    text-align: center;
    background: #eee;
    margin-top: 25px;
    line-height: 35px;
}

.product .productList.d:hover .text span {
    background: #10a63e;
    color: #fff;
}

/* 产品列表 ↑*/
/* 产品详情 ↓*/
.product .title h5 {
    color: #000;
}

.product .title p {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2em;
}


/* 产品详情 ↑*/


/* 六大优势 ↓*/
.advantage .content.a i {
    width: 70px;
    height: 70px;
    font-size: 1.5em;
    color: #10a63e;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    padding: 1.1em 0;
    border: 2px solid;
    border-radius: 50%;
    transition: .5s all;
    position: relative;
}

.advantage .content.a i:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
    box-shadow: 3px 3px #10a63e;
    transform: rotate(-90deg);
    transition: opacity 0.2s, transform 0.2s;
}

.advantage .content.a>div:hover i:after {
    opacity: 1;
    transform: rotate(0deg);
}

.advantage .content.a h5 {
    font-size: 1.5em;
    margin: 0.8em 0 .5em;
}

.advantage .content.a p {
    margin: 0 3em 20px;
    line-height: 1.8em;
}

.advantage .content.b {
    padding: 0;
}

.advantage .content.b>div>div {
    padding: 30px 20px;
    border: 1px solid #ddd;
    transition: .5s all;
    position: relative;
}

.advantage .content.b>div>div:before {
    content: '';
    width: 0%;
    border: 2px solid #10a63e;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
}

.advantage .content.b>div>div:hover:before {
    width: 100%;
}

.advantage .content.b>div>div:hover i {
    background: #10a63e;
    color: #fff;
    font-size: 2em;
}

.advantage .content.b i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 4em;
    color: #10a63e;
    border-radius: 100%;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    z-index: 1;
    position: relative;
    transition: .5s all;
}

.advantage .content.b h5 {
    font-size: 1.5em;
    margin: 0.2em 0 .5em;
}

.advantage .content.b p {
    margin: 0 3em 20px;
    line-height: 1.8em;
}

/* 六大优势 ↑*/


/* 关于我们 ↓*/
.about .content p {
    line-height: 1.9em;
    margin: 0 0 5px;
    font-size: 16px;
    letter-spacing: .5px;
}

/* 关于我们 ↑*/



/* 宣传条 ↓*/
.advert {
    background: url(../images/advert-bg.jpg) no-repeat center fixed;
    background-size: cover;
    color: #fff;
}

.advert p {
    font-size: 24px;
    line-height: 1.6em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.advert a {
    display: inline-block;
    font-size: 18px;
    padding: 15px 70px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    background-color: #fff;
    color: #0091ea;
    float: right;
    transition: .3s all;
}

.advert a:hover {
    padding: 15px 50px 15px 90px;
}

/* 宣传条 ↑*/

/* 新闻资讯 */
.news .newsList.a {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.a a {
    width: 100%;
    display: inline-block;
}

.news .newsList.a .time {
    width: 90px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    margin-right: 15px;
    padding: 15px;
    display: inline-block;
    float: left;
}

.news .newsList.a .time h6 {
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.news .newsList.a .time p {
    font-size: 12px;
    color: #666;
    border-top: 1px solid;
    margin: 5px 0 0;
    padding: 5px 0 0;
}

.news .newsList.a .content {
    width: calc(100% - 110px);
    float: right;
}

.news .newsList.a .content h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.a .content p {
    color: #666;
    line-height: 1.5em;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news .newsList.a:hover {
    background-color: #10a63e;
}

.news .newsList.a:hover .content,
.news .newsList.a:hover .content p {
    color: #fff;
}

.news .newsList.b {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.b:hover {
    box-shadow: 2px 2px 5px #d3d3d3;
}

.news .newsList.b h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.b p {
    color: #666;
    line-height: 1.5em;
    height: 42px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.news .newsList.c {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
    transition: all 0.3s;
}

.news .newsList.c h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 0 0 12px;
    padding: 0;
}

.news .newsList.c p {
    font-size: 14px;
    color: #666;
    line-height: 1.5em;
    height: 105px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 10px;
}

.news .newsList.c .time {
    padding-top: 10px;
    border-top: 1px solid rgb(182, 182, 182);
}

.news .newsList.c .time span {
    float: right;
    color: #10a63e;
}

.news .newsList.d {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f0f3f6;
}

.news .newsList.d .content-img {
    height: 200px;
}

.news .newsList.d .content-img img {
    transition: all 0.3s;
}

.news .newsList.d .content-img:hover img {
    transform: scale(1.1);
}

.news .newsList.d h5 {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.3em;
    height: 26px;
    overflow: hidden;
    margin: 10px 0 5px;
    padding: 0;
}

.news .newsList.d p {
    color: #666;
    line-height: 1.5em;
    height: 86px;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0;
}

.news .newsList.d .lock a {
    display: inline-block;
    padding: 5px 10px;
    background: transparent;
    color: #10a63e;
    border: 2px solid #10a63e;
    transition: all 0.3s;
}

.news .newsList.d .lock a:hover {
    background: #10a63e;
    color: #fff;
}

.news .newsList.e {
    margin-bottom: 20px;
}

.news .newsList.e .content-img {
    height: 200px;
}

.news .newsList.e .content-img img {
    transition: all 0.3s;
}

.news .newsList.e .content-img:hover img {
    transform: scale(1.1);
}

.news .newsList.e h5 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition: all 0.3s;
}

/* 新闻资讯 */

.contact h5 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact p {
    font-size: 14px;
    line-height: 2em;
}

.contact p i {
    width: 14px;
    line-height: 2em;
    text-align: center;
    margin-right: 3px;
}

/* 在线留言 ↓*/
.message.a>div {
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message.a>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message.a>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message.a>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message.a>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message.a>div.btn {
    border: none;
    padding: 0;
}

.message.a>div a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    border: 1px solid #10a63e;
    background: transparent;
    transition: all 0.2s;
}

.message.a>div a:hover {
    color: #fff;
    background-color: #10a63e;
}

.message.b>div {
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 7px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.message.b>div p {
    line-height: 38px;
    font-size: 14px;
    float: left;
}

.message.b>div input {
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
}

.message.b>div textarea {
    height: 60px;
    background: transparent;
    outline-style: none;
    font-size: 14px;
    margin-top: 9px;
    width: calc(100% - 100px);
    border: 0;
    resize: none;
}

.message.b>div #imgCode {
    position: absolute;
    right: 20px;
    top: 3px;
}

.message.b>div.btn {
    display: contents;
    border: none;
    padding: 0;
    text-align: left;
}

.message.b>div a {
    display: inline-block;
    padding: 0.6em 2em;
    font-size: 14px;
    color: #fff;
    background-color: #10a63e;
    border: 1px solid #10a63e;
    border-radius: 7px;
    transition: all 0.2s;
}

.message.b>div a:hover {
    color: #fff;
    background-color: #10a63e;
}

/* 在线留言 ↑*/

.location {
    background: #10a63e;
    padding: 0;
}

.location .box {
    padding: 0;
}

.location .single-address {
    padding: 30px 0;
    border-radius: 5px;
}

.location .single-address i {
    font-size: 70px;
    color: #fff;
}

.location .single-address.active i {
    background: transparent;
    color: #fff;
}

.location .single-address h4 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.location .single-address p {
    color: #fff;
    font-weight: 400;
    line-height: 1.4em;
}


.footer {
    padding: 15px 0;
    background-color: #333;
    color: #fff;
}

.footMenu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #474747;
    border-top: 1px solid #eee;
    background-color: #10a63e;
    z-index: 999;
}

.footMenu>div {
    border-right: 1px solid #eee;
    padding-top: 5px;
}

.footMenu>div:nth-last-child(1) {
    border-right: 0;
}

.footMenu i {
    color: #fff;
    font-size: 30px;
}

.footMenu p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}

#toolbar {
    width: 70px;
    position: fixed;
    top: 40%;
    right: 2px;
    z-index: 29;
    border-right: 1px solid #10a63e;
    padding: 11px 0 5px;
}

#toolbar>ul {
    position: relative;
    margin-bottom: 0;
}

#toolbar>ul>li {
    margin-bottom: 6px;
    position: relative;
    right: -1px;
    width: 100%;
    display: inline-block;
}

#toolbar>ul>li>div {
    width: 70px;
    height: 70px;
    float: right;
    transition: all 0.6s ease;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #10a63e;
    position: relative;
    overflow: hidden;
}

#toolbar>ul>li>div i {
    width: 100%;
    font-size: 26px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}

#toolbar>ul>li>div i span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

#toolbar>ul>li>div p {
    width: 140px;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

#toolbar>ul>li>div div.toolbarBg {
    width: 0%;
    height: 100%;
    background: rgba(16, 166, 62, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.8s ease;
}

#toolbar>ul>li>div img {
    width: 200px;
    position: absolute;
    right: 70px;
    bottom: 0;
    transition: all 0s;
    opacity: 0;
    border: 1px solid #10a63e;
    user-select: none;
}

#toolbar>ul>li.active:hover>div {
    width: 150px;
    overflow: initial;
}

#toolbar>ul>li.active.w200:hover>div,
#toolbar>ul>li.w200>div p {
    width: 200px;
}

#toolbar>ul>li.active:hover>div i {
    display: none;
}

#toolbar>ul>li.active:hover>div p {
    display: block;
}

#toolbar>ul>li.active:hover>div img {
    right: 149px;
    transition: all 0.6s;
    opacity: 1;
}

#toolbar>ul>li.active:hover>div div.toolbarBg {
    width: 100%;
}

.BNtop {
    padding: 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    overflow: hidden;
}

.BNtop h4 {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
    padding-left: 10px;
}

.classification {
    font-size: 20px;
    font-weight: bold;
    padding: 1em 0 0.5em;
    color: #10a63e;
    border-bottom: 1px solid #10a63e;
    margin-bottom: 10px;
}

.detailsText {
    font-size: 16px;
    letter-spacing: 2px;
}

.detailsText p {
    line-height: 2em;
}

.detailsText img {
    max-width: 100%;
}


#MsgUp {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    transition: all 0.3s;
}

#MsgUp.on {
    display: block;
}

#MsgUp .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

#MsgUp .box {
    background-color: white;
    width: 478px;
    height: 220px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -110px;
    overflow: hidden;
}

#MsgUp .box>div {
    height: 0;
    float: left;
    width: 100%;
    transition: all 0.3s;
    opacity: 0;
}

#MsgUp .box>.on {
    opacity: 1;
}

#MsgUp .box h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

#MsgUp .box .svg {
    margin: 20px auto;
    width: 80px;
    height: 80px;
    border-radius: 4px;
}

#MsgUp .box .loding .svg {
    animation: fa-spin 2s infinite linear;
    background: url(../images/loding.svg) no-repeat center;
    background-size: cover;
}

#MsgUp .box .check .svg {
    background: url(../images/check.svg) no-repeat center;
    background-size: cover;
}

#MsgUp .box .fail .svg {
    background: url(../images/fail.svg) no-repeat center;
    background-size: cover;
}

.footerTop {
    background: url(../images/footer-bg.jpg);
    background-color: #333;
    padding: 65px 0;
}

.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.about_us_widget .footer-logo {
    margin-bottom: 30px;
    display: block;
    padding-top: 80px;
}

.about_us_widget .footer-logo img {
    height: 120px;
}

.widget-erweima {
    display: block;
    padding-top: 40px;
}

.widget-erweima img {
    width: 120px;
}


.about_us_widget p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.widget-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    position: relative;
    color: rgba(255, 255, 255, 0.9);
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-widget ul li {
    margin: 15px 0;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
}

.footer-widget ul li:first-child {
    margin-top: 0;
}

.footer-widget ul li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    line-height: 19px;
}

.footer-widget ul li a {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    transition: all 0.3s ease-in;
}

.footer-widget ul li a:hover {
    color: #fff;
}

.footer-widget li.single-info-item {
    position: relative;
    margin-bottom: 20px;
}

.footer-widget li.single-info-item:first-child {
    margin-top: 0px;
}

.footer-widget li.single-info-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #2385f9;
}

.footer-widget li.single-info-item .details {
    padding-left: 30px;
}

.index.indexA {
    height: 185px;
    background: url(../images/indexA-bg.jpg) center no-repeat;
}

.index.indexA .container {
    padding: 0;
}

.indexA .indexA-text {
    text-align: center;
}

.indexA .indexA-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 75px;
}

.indexA .indexA-text h2 span {
    color: #10a63e;
    font-size: 24px;
    font-weight: normal;
    margin: 0 50px 0 100px;
}

.indexA .indexA-text p {
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    opacity: 0.8;
}

.index.indexB .container {
    padding-top: 2em;
}

.indexB .indexB-box {
    display: flex;
}

.indexB .indexB-left {
    flex: 0 0 400px;
    width: 400px;
    margin-right: 30px;
    border: 1px solid #ddd;
    padding: 55px 40px 0;
    position: relative;
}

.indexB .indexB-left h1 {
    font-size: 68px;
    font-weight: bold;
    color: #ffb901;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.indexB .indexB-left h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 102px;
    height: 2px;
    background: #ddd;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.indexB .indexB-left h2 {
    font-size: 28px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
}

.indexB .indexB-left h3 {
    font-size: 14px;
    display: block;
    font-style: normal;
    line-height: 14px;
    padding-top: 10px;
    color: #999;
}

.indexB .indexB-left p {
    font-size: 14px;
    color: #666;
    margin: 11px 0 20px;
    line-height: 32px;
    height: 250px;
}

.indexB .indexB-left .onButton {
    display: flex;
    margin: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.indexB .indexB-left .onButton>div {
    flex: 1;
    display: block;
    text-align: center;
    background: #ffb901;
    cursor: pointer;
    padding: 15px 0;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    position: relative;
    opacity: 0.9;
}

.indexB .indexB-left .onButton>div:hover {
    opacity: 1;
}

.indexB .indexB-left .onButton>div:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 1px;
    height: 32px;
    background: #fff;
    z-index: 1;
}

.indexB .indexB-right {
    flex: auto;
}

.indexB .indexB-right ul {
    display: flex;
    height: 120px;
    margin-bottom: 60px;
}

.indexB .indexB-right li {
    flex: 1;
    height: 100px;
    text-transform: uppercase;
    float: left;
    margin-left: 10px;
    background-color: #e7e7e7;
    text-align: center;
    position: relative;
}

.indexB .indexB-right li:nth-child(1) {
    margin: 0;
}

.indexB .indexB-right li.swiper-pagination-bullet-active {
    background: #ffb901;
    color: #fff;
}

.indexB .indexB-right li::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 12px solid #ffb901;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -12px;
    opacity: 0;
}

.indexB .indexB-right li.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.indexB .indexB-right li h2 {
    font-size: 22px;
    font-weight: bold;
    margin: 27px 0 4px;
}

.indexB .indexB-right li p {
    font-size: 12px;
    margin-top: 10px;
}

.indexB .indexB-img {
    width: 770px;
}

.index.indexC {
    background: #f5f5f5;
}

.indexC-list .content-img {
    height: 280px;
}

.indexC-list .text {
    background: #fff;
    padding: 30px;
}

.indexC-list .text h2 {
    font-size: 22px;
    color: #10a63e;
    font-weight: bold;
    line-height: 35px;
}

.indexC-list .text p {
    color: #666;
    font-size: 12px;
    line-height: 25px;
    margin-top: 20px;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}

.indexC-list .text a {
    font-size: 14px;
    line-height: 38px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    background-color: #ffb901;
    border-radius: 12px;
}

.indexD-tab {
    display: flex;
    margin-bottom: 30px;
}

.indexD-tab .tab-list {
    flex: 1;
    padding: 15px 40px;
    background: #efefef;
    margin-left: 20px;
    height: 120px;
    transition: all 0.3s;
}

.indexD-tab .tab-list:nth-child(1) {
    margin-left: 0;
}

.indexD-tab .tab-list.active {
    flex: 0 0 500px;
    background: #10a63e;
}

.indexD-tab .tab-list h2 {
    font-size: 22px;
    line-height: 40px;
    color: #222222;
}

.indexD-tab .tab-list.active h2 {
    color: #fff;
}

.indexD-tab .tab-list p {
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    font-weight: normal;
}

.indexD-tab .tab-list.active p {
    color: #fff;
    font-weight: bold;
}

.indexD-list {
    display: none;
}

.indexD-list.active {
    display: flex;
}

.indexD-list .content-img {
    flex: 0 0 580px;
}

.indexD-list .text {
    flex: 1;
    background: #efefef;
    padding: 50px 50px 10px;
}

.indexD-list .text h2 {
    font-size: 20px;
    color: #222;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.indexD-list .text p {
    font-size: 15px;
    line-height: 30px;
    color: #666;
}

.indexD-list .text a {
    margin-top: 30px;
    font-size: 14px;
    line-height: 38px;
    padding: 0 30px;
    color: #fff;
    display: inline-block;
    background-color: #10a63e;
    border-radius: 4px;
}

/* ↓↓↓↓↓↓↓↓↓↓ 手机页面 ↓↓↓↓↓↓↓↓↓↓ */
.body-m {
    min-height: calc(100vh - 245px);
}

.tel-m img {
    width: 100%;
}

.heading-section-m {
    background: #ffb901;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    padding: 0 20px;
    margin: 5px 0 3px;
}

.heading-section-m span {
    float: right;
}

.product-m {
    display: flex;
    flex-wrap: wrap;
}

.product-m-list {
    flex: 0 0 50%;
    text-align: center;
    padding: 0 2px;
}

.product-m-list p {
    font-size: 14px;
    height: 30px;
    font-weight: bold;
    padding: 0 10px;
    margin: 5px 0 10px;
}

.news-m li {
    border-bottom: 1px dashed #ccc;
    padding: 3px 20px 4px 10px;
    background: url(../images/dot.gif) no-repeat 5px 11px;
}

.news-m li p {
    height: 25px;
    overflow: hidden;
    line-height: 1.6;
    font-size: 14px;
}


.news-m li span {
    /* float: right; */
    font-size: 12px;
}

.about-m {
    padding: 0 20px;
}
.about-m h4{
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
}
.about-m p {
    line-height: 2em;
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 2em;
}

.about-m img {
    max-width: 100%;
}

.about-m .title {}

.onTel {
    position: fixed;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
}

.onTel p {
    background: #F54248;
    border-radius: 20px;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
}