@charset "utf-8"; /* CSS Document */
@import 'bootstrap.min.css';@import 'iconfont.css';@import 'richtext.css';@import 'animate.min.css'; .sep-header {
    width: 100%;
    height: 90px;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    /* box-shadow:0 5px 10px rgba(0,0,0,0.1); */
}

.sep-header i {
    font: normal normal normal 14px/1 FontAwesome
}

.sep-header.ons {
    position: absolute;
    /* left:0; */
    /* top:0; */
}

.sep-header.onss {
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.sep-header.onss .h-tops {
    display: none
}

.sep-header.onss .logo {
    max-width: 120px;
    line-height: 80px;
}

.sep-header.onss .header-nav {
    height: 80px;
}

.sep-header.onss .header-nav>ul>li>a {
    line-height: 80px;
    color: #000;
}

.sep-header.onss .header-nav>ul>li:hover>a {
    color: #6dc667;
}

.sep-header.onss .searchs {
    line-height: 80px;
}

.sep-header .logo {
    float: left;
    display: block;
    position: relative;
    line-height: 90px;
    width: 120px;
}

.sep-header .logo .logo-g {
    display: none;
}

.sep-header.onss .logo-w {
    display: none;
}

.sep-header.onss .logo-g {
    display: block;
}

.sep-header .logo img {
    max-width: 100%;
    position: relative;
    height: auto;
}

.sep-header .h-tops {
    padding: 0;
    position: relative;
    z-index: 103;
    height: 45px;
    border-bottom: 1px solid #e8e8e8;
    background: #f5f6f8
}

.sep-header .h-tops>.sep-container {
    z-index: 103
}

.sep-header .h-tops .logo-rights {
    width: auto;
    float: right
}

.sep-header .h-tops .texts-rights {
    width: 100%;
    z-index: 102;
    text-align: right
}

.sep-header .h-middles {
    width: 100%;
    position: relative
}

.sep-header .globals {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 32px;
    margin-left: 24px;
    margin-top: 6px
}

.sep-header .globals img {
    max-width: 100%
}

.sep-header .globals i {
    display: inline-block;
    vertical-align: middle;
    color: #c5c3c4;
    font-size: 18px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sep-header .globals i.ons {
    font-size: 24px
}

.sep-header .globals>a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    padding: 0 4px;
    color: #575757;
    text-transform: uppercase
}

.sep-header .globals .fix {
    position: absolute;
    top: 100%;
    right: 0;
    width: 236px;
    text-align: left;
    background: #f3f3f3;
    z-index: 10200;
    box-shadow: 0 0 3px #666;
    height: 0;
    overflow: hidden
}

.sep-header .globals .fix li {
    padding: 13px 17px;
    background: #fff;
    line-height: normal
}

.sep-header .globals .fix li a {
    font-size: 14px;
    color: #6d6d6d;
    margin: 0 5px
}

.sep-header .globals .fix li a img {
    margin-right: 30px
}

.sep-header .globals .fix li:hover {
    background: #e8e8e8
}

.sep-header .globals .fix li:hover a {
    color: #188ed2
}

.sep-header .globals:hover .fa-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sep-header .globals:hover ul {
    height: auto
}

.sep-header .shops-boxs {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    padding: 0 16px;
    line-height: 44px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 36px;
    background: #007840;
    cursor: pointer
}

.sep-header .shops-boxs .imgs {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.sep-header .shops-boxs:hover {
    opacity: .8
}

.sep-header .top-emalls-titles {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 6px
}

.sep-header .top-emalls-titles i {
    font-size: 16px;
    color: #575757;
    margin-right: 4px
}

.sep-header .top-emalls-titles .spans {
    display: block;
    width: auto;
    height: auto;
    line-height: 32px;
    color: #575757;
    float: left;
    font-size: 13px;
    position: relative
}

.sep-header .top-emalls-titles a.spans {
    margin-left: 30px
}

.sep-header .top-emalls-titles a.spans:hover {
    color: #007840
}

.sep-header .top-emalls-titles a.spans:hover i {
    color: #007840
}

.sep-header .links-boxs {
    display: inline-block;
    vertical-align: top
}

.sep-header .links-boxs .link .sep-share li {
    border: none
}

.sep-header .links-boxs .link .sep-share li i {
    color: #464646
}

.sep-header .sep-searchs-boxs {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background: #007840;
    text-align: center;
    margin-left: 30px
}

.sep-header .sep-searchs-boxs .span {
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 16px;
    color: #fff;
    position: relative;
    text-align: center
}

.sep-header .sep-searchs-boxs .span i {
    font-size: 18px;
    color: #fff
}

.sep-header .sep-searchs-boxs i {
    font-size: 14px;
    color: #323232
}

.sep-header .link {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px
}

.sep-header .link .sep-share li {
    position: relative;
    border: none
}

.sep-header .link .sep-share li i {
    color: #464646
}

.sep-header .link .sep-share li+li {
    margin-left: 15px
}

.sep-header .link .sep-share li+li:before {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #d4d4d4;
    position: absolute;
    left: -7px;
    top: 8px
}

.sep-header .link .sep-share li:hover {
    background: none
}

.sep-header .link .sep-share li:hover i {
    color: #007840
}

.sep-header .searchs {
    display: inline-block;
    vertical-align: top;
    line-height: 90px;
    text-align: right;
    width: 32px;
    margin-left: 25px
}

.sep-header .searchs i {
    font-size: 24px;
    color: #007840
}

.sep-header .searchs i.ons1 {
    display: inline
}

.sep-header .searchs i.ons2 {
    display: none;
    width: 24px;
    height: 24px;
    position: relative;
    transform: rotate(45deg)
}

.sep-header .searchs i.ons2:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #007840;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px
}

.sep-header .searchs i.ons2:after {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #007840;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -8px
}

.sep-header .searchs.ons i {
    font-size: 24px;
    color: #007840
}

.sep-header .searchs.ons i.ons1 {
    display: none
}

.sep-header .searchs.ons i.ons2 {
    display: inline-block
}

.sep-header .forms {
    width: 100%;
    z-index: 103;
    display: none;
    vertical-align: top;
    padding: 15px 0 25px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #007840
}

.sep-header .forms .forms-boxs {
    display: block;
    width: 100%;
    overflow: hidden
}

.sep-header .forms .forms-boxs .sep-container {
    max-width: 1200px
}

.sep-header .forms form {
    line-height: normal;
    position: relative;
    width: 100%;
    float: right
}

.sep-header .forms form input[type='text'] {
    box-shadow: none;
    width: 100%;
    color: #fff;
    line-height: 28px;
    height: 40px;
    outline: none;
    display: inline-block;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 40px;
    background: none;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    border: none;
    border-bottom: 1px solid #fff
}

.sep-header .forms form input[type='text']::-webkit-input-placeholder {
    color: #fff
}

.sep-header .forms form button[type='submit'] {
    width: 31px;
    height: 28px;
    display: block;
    border: none;
    background: #007840;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
    position: absolute;
    top: 1px;
    right: 1px
}

.sep-header .forms form button[type='submit']:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 6px;
    right: 10px
}

.sep-header .forms form button[type='submit']:after {
    content: '';
    display: block;
    width: 6px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 18px;
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sep-header .forms form i {
    font-size: 16px;
    padding: 6px 10px;
    color: #007840;
    position: absolute;
    right: 30px;
    top: 1px;
    cursor: pointer
}

.sep-header .forms form ul {
    width: 242px;
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #d8d8d8;
    z-index: 103;
    background: #fff;
    display: none
}

.sep-header .forms form ul li {
    font-size: 16px;
    color: #323232;
    line-height: 28px;
    padding: 5px 15px;
    text-align: left;
    cursor: pointer
}

.sep-header .forms form ul li+li {
    border-top: 1px solid #d8d8d8
}

.sep-header .forms form ul li a {
    font-size: 16px;
    color: #323232
}

.sep-header .forms form ul li:hover {
    color: #007840
}

.sep-header .forms form ul li:hover a {
    color: #007840
}

.tops-hes {
    /* display:block; */
    /* width:100%; */
    /* height: 96px; */
}

.header-nav {
    width: auto;
    z-index: 102;
    height: 90px;
    float: right
}

.header-nav>.sep-container {
    width: 100%;
    z-index: 96;
    text-align: center
}

.header-nav>.sep-container.ios {
    position: relative
}

.header-nav>ul {
    display: inline-block;
    vertical-align: top
}

.header-nav>ul>li {
    padding: 0 27px
}

.header-nav>ul>li:first-child {
    padding-left: 0
}

.header-nav>ul>li>a {
    line-height: 90px;
    position: relative;
    text-transform: uppercase
}

.header-nav>ul>li.active>a {
    color: #6dc667;
}

.header-nav>ul>li.active>a i {
    opacity: 1;
    z-index: 104
}

.header-nav>ul>li:hover>a {
    color: #6dc667;
}

.header-nav>ul>li:hover>a i {
    opacity: 1;
    z-index: 104
}

.header-nav>ul>li.ons>a {
    color: #fff
}

.header-nav>ul>li.ons>a i {
    opacity: 0;
    z-index: -1
}

.header-nav ul li {
    float: left;
    width: auto
}

.header-nav ul li>a {
    color: #fff;
    display: block;
    font-size: 15px;
    text-align: center;
    position: relative
}

.header-nav ul li>a i {
    display: block;
    width: 15px;
    height: 2px;
    background: #007840;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 25px;
    opacity: 0;
    z-index: -1
}

.header-nav ul li>a:hover {
    text-decoration: none
}

.header-nav ul li.ios {
    position: relative
}

.header-nav ul li.ios .search {
    display: inline-block;
    height: 24px;
    width: 24px;
    text-align: center;
    background: url(../image/language_icon.gif) no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 100%;
    top: 5px;
    margin: 0 10px 0 0;
    background-color: #007840;
}

.header-nav ul li .ul {
    background: rgba(255,255,255,0.97);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    min-width: 150px;
    float: left;
    display: none;
    border-top: 0;
    padding: 10px 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.header-nav ul li .ul.ons li {
    width: 33.3333%
}

.header-nav ul li .ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    position: relative
}

.header-nav ul li .ul li a {
    font-weight: normal;
    font-size: 16px;
    padding: 0 0 0 32px;
    /* padding-left:32px; */
    text-align: left;
    color: #676767;
    position: relative
}

.header-nav ul li .ul li a i {
    display: block;
    width: 3px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #007840;
    opacity: 0
}

.header-nav ul li .ul li a:hover {
    border: none;
    color: #007840
}

.header-nav ul li .ul li a:hover i {
    opacity: 1
}

.header-nav ul li .ul li .ul-ul {
    background: rgba(255,255,255,0.97);
    position: absolute;
    top: 50%;
    left: 100%;
    min-width: 214px;
    float: left;
    display: none;
    overflow: hidden;
    border-top: 0;
    padding: 22px 0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.header-nav ul li .ul li .ul-ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    position: relative
}

.header-nav ul li .ul li .ul-ul li a {
    font-weight: normal;
    font-size: 15px;
    padding: 10px 12px;
    padding-left: 32px;
    text-align: left;
    color: #676767;
    position: relative
}

.header-nav ul li .ul li .ul-ul li a i {
    display: block;
    width: 3px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 11px;
    background: #007840;
    opacity: 0
}

.header-nav ul li .ul li .ul-ul li a:hover {
    border: none;
    color: #007840
}

.header-nav ul li .ul li .ul-ul li a:hover i {
    opacity: 1
}

.header-nav ul li:hover>.pro-ul {
    display: block
}

.header-nav ul li>.pro-ul {
    width: 100% !important;
    max-height: 0;
    overflow: hidden;
    left: 0;
    top: 100%;
    z-index: 120;
    background-color: #fff;
    display: block;
    text-align: left;
    background: rgba(255,255,255,1);
    position: absolute;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.header-nav ul li>.pro-ul.ons {
    height: auto;
    max-height: 1000px
}

.header-nav ul li>.pro-ul .boxs {
    padding: 22px 0
}

.header-nav ul li>.pro-ul .n-lists {
    width: 20%;
    float: left;
    border-left: 1px solid #efefef;
    padding: 12px 25px;
    min-height: 252px
}

.header-nav ul li>.pro-ul .n-lists:nth-child(5) {
    border-right: 1px solid #efefef
}

.header-nav ul li>.pro-ul .n-lists:last-child {
    border-right: 1px solid #efefef
}

.header-nav ul li>.pro-ul .n-lists.ons {
    width: 50%;
    min-height: 252px
}

.header-nav ul li>.pro-ul .n-lists.onss {
    width: 20%;
    height: 200px;
    min-height: 250px;
}

.header-nav ul li>.pro-ul .n-lists.onss .n-lists-boxs .lists .thumbs {
    text-align: center
}

.header-nav ul li>.pro-ul .n-lists.onss .n-lists-boxs .lists .thumbs img {
    max-width: 100%
}

.header-nav ul li>.pro-ul .n-lists.onss:nth-child(5) {
    /* border-right:none; */
}

.header-nav ul li>.pro-ul .n-lists.onss:nth-child(4) {
    /* border-right:1px solid #efefef; */
}

.header-nav ul li>.pro-ul .n-lists.onsss {
    width: 50%;
    height: 252px
}

.header-nav ul li>.pro-ul .n-lists .n-lists-titles {
    display: block;
    width: 100%;
    text-align: center;
    line-height: normal;
    line-height: 28px;
    min-height: 56px;
    font-size: 18px
}

.header-nav ul li>.pro-ul .n-lists .n-lists-titles:hover {
    color: #007840
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs {
    width: 100%
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists {
    width: 100%;
    margin: 0 auto;
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists+.lists {
    margin-top: 16px
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists .thumbs {
    overflow: hidden;
    text-align: center
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists .thumbs img {
    width: auto;
    /* max-height:110px; */
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists .thumbs.onss img {
    width: 100%;
    max-height: initial;
    /* max-width:80%; */
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists .thumbs.ons {
    height: 184px;
    line-height: 184px
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists .titles-a {
    text-align: center;
    font-size: 16px;
    line-height: normal
}

.header-nav ul li>.pro-ul .n-lists .n-lists-boxs .lists .titles-a:hover {
    color: #007840
}

.header-nav ul li .homes-ul .homes-rights .lists-boxs>ul>li {
    width: 100%
}

.header-nav ul li .homes-ul .homes-rights .lists-boxs>ul>li>ul>li {
    width: 100%
}

.sep-banner {
    max-height: 1010px;
    width: 100%;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.sep-banner.banner-one {
    display: block
}

.sep-banner.banner-two {
    display: none
}

.sep-banner .banner .list {
    position: relative;
    display: block;
    min-width: 100%;
    left: 0
}

.sep-banner .banner .list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(55.67deg, #06170057 5.75%, rgba(233, 53, 29, 0) 50.07%);
}

.sep-banner .banner .list img {
    max-width: 100%
}

.sep-banner .banner .list.active .b-covers {
    display: block
}

.sep-banner .banner .list .b-covers {
    width: 100%;
    position: absolute;
    max-width: 710px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none
}

.sep-banner .banner .list .b-covers .boxs {
    display: block;
    position: relative
}

.sep-banner .banner .list .b-covers .b-titles {
    display: block;
    text-align: left;
    font-size: 64px;
    line-height: 102px;
    color: #fff;
    text-transform: uppercase
}

.sep-banner .banner .list .b-covers .b-spans {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 52px
}

.sep-banner .banner .list .b-covers .b-spans span {
    font-size: 24px;
    line-height: 52px;
    color: #fff;
    margin: 0 0 0 10px;
}

.sep-banner .banner .list .b-covers .b-mores-boxs {
    display: block;
    width: 100%;
    margin-top: 32px
}

.sep-banner .banner .list .b-covers .b-mores-boxs .b-mores {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ffffff;
    padding: 0 20px;
    height: 50px;
    line-height: 47px;
    font-size: 16px;
    color: #ffffff;
    min-width: 214px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 25px;
}

.sep-banner .banner .list .b-covers .b-mores-boxs .b-mores:after {
    content: '>';
    margin-left: 20px
}

.sep-banner .banner .list .b-covers .b-mores-boxs .b-mores+.b-mores {
    margin-left: 21px
}

.sep-banner .banner .list .b-covers .b-mores-boxs .b-mores:hover {
    background: #007840;
    border-color: #007840;
    color: #fff
}

.sep-banner .banner .list.ones .b-covers {
    left: 32%;
    top: 40%;
}

.sep-banner .banner-boxs {
    width: 100%;
    position: relative;
    left: 0;
    display: flex;
    display: -webkit-flex
}

.sep-banner .lists-boxs {
    display: block;
    position: absolute;
    width: auto;
    right: 50px;
    bottom: 50px;
    height: auto;
    text-align: center;
    z-index: 90;
}

.sep-banner .lists-boxs .lists {
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px 0;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #fff;
    position: relative
}

.sep-banner .lists-boxs .lists:after {
    content: '';
    display: none;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #007840;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -2px
}

.sep-banner .lists-boxs .lists.active {
    background: none;
    border-color: #007840
}

.sep-banner .lists-boxs .lists.active:after {
    display: block
}

.sep-banner .lists-boxs .lists:hover {
    background: none;
    border-color: #007840
}

.sep-banner .lists-boxs .lists:hover:after {
    display: block
}

.info-blocks {
    width: 100%;
    position: absolute;
    /* margin-top: -200px; */
    z-index: 1;
    display: block;
    max-width: 710px;
    /* left: 32%; */
    /* top: 70%; */
    /* -webkit-transform: translate(-50%, -50%); */
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* transform: translate(-50%, -50%); */
}

.info-blocks .info-text {
    /* margin-left: 248px; */
}

.info-blocks .info-text h4 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}

.info-blocks .info-text img {
    margin-right: 15px;
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    height: auto;
}

@media (max-width: 770px) {
    .info-blocks {
        /* bottom: 0; */margin-top: 130px;
    }

    .info-blocks .info-text {
        margin-left: 0;
        padding: 0;
    }

    .info-blocks .info-text img {
        /* max-height: 39px; */
        margin-bottom: 10px;
        margin-right: 5px;
        max-width: 110px;
    }
}

.sep-home-cases-ul-boxs {
    display: block;
    width: 100%
}

.sep-home-cases-ul-boxs.ons {
    margin-top: 28px
}

.sep-home-cases-ul-boxs ul li {
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden
}

.sep-home-cases-ul-boxs ul li:after {
    content: '';
    display: block;
    width: 100%;
    height: 110px;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0.01)), color-stop(100%, rgba(0,0,0,0.2)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.2) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.2) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.2) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.01) 0, rgba(0,0,0,0.2) 100%);
    position: absolute;
    left: 0;
    bottom: 0
}

.sep-home-cases-ul-boxs ul li .i-bg-boxs {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 11;
    opacity: 0
}

.sep-home-cases-ul-boxs ul li .thumbs {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 8
}

.sep-home-cases-ul-boxs ul li .thumbs img {
    width: 100%
}

.sep-home-cases-ul-boxs ul li .lis-boxs {
    width: 100%;
    padding: 0 9.375% 36px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20
}

.sep-home-cases-ul-boxs ul li .lis-boxs.ons {
    max-height: 60px
}

.sep-home-cases-ul-boxs ul li .titles-a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: normal;
    text-align: center;
    text-transform: uppercase
}

.sep-home-cases-ul-boxs ul li .titles-a:hover {
    color: #007840
}

.sep-home-cases-ul-boxs ul li .spans {
    display: none;
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
    text-align: center
}

.sep-home-cases-ul-boxs ul li .spans * {
    font-size: 14px;
    color: #fff;
    line-height: 24px
}

.sep-home-cases-ul-boxs ul li .spans.ons {
    height: 72px;
    overflow: hidden
}

.sep-home-cases-ul-boxs ul li .mores-boxs {
    display: none;
    width: 100%;
    height: 35px;
    text-align: center;
    margin-top: 12px
}

.sep-home-cases-ul-boxs ul li .mores-boxs:hover {
    opacity: .6
}

.sep-home-cases-ul-boxs ul li .mores-boxs i {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    border: 1px solid #007840;
    border-radius: 100%;
    position: relative
}

.sep-home-cases-ul-boxs ul li .mores-boxs i:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #007840;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -1px
}

.sep-home-cases-ul-boxs ul li .mores-boxs i:after {
    content: '';
    display: block;
    width: 2px;
    height: 16px;
    background: #007840;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -8px
}

.sep-home-cases-ul-boxs ul li:hover .spans {
    display: block
}

.sep-home-cases-ul-boxs ul li:hover .mores-boxs {
    display: block
}

.sep-home-cases-ul-boxs ul li:hover .i-bg-boxs {
    opacity: 1
}

.sep-home-cases-ul-boxs ul li:hover .lis-boxs {
    max-height: 100%
}

.sep-home-cases-ul-boxs ul li:hover .titles-a {
    position: relative
}

.sep-home-cases-ul-boxs ul li:hover .titles-a:after {
    content: '';
    display: block;
    width: 1px;
    height: 19px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -31px
}

.sep-home-lights-ul-boxs {
    display: block;
    width: 100%
}

.sep-home-lights-ul-boxs.ons {
    margin-top: 44px
}

.sep-home-lights-ul-boxs ul li {
    width: 32.9%;
    float: left;
    position: relative;
    margin-right: 0.6%;
}

.sep-home-lights-ul-boxs ul li:nth-last-child(1) {
    margin-right: 0;
}

.sep-home-lights-ul-boxs ul li.firsts {
    width: 66.6666%
}

.sep-home-lights-ul-boxs ul li.firsts .thumbs {
    width: 100%;
    float: right
}

.sep-home-lights-ul-boxs ul li.firsts .lis-boxs {
    width: 40%;
    float: left;
    height: auto;
    margin-top: 125px;
    top: 0;
    bottom: auto
}

.sep-home-lights-ul-boxs ul li.firsts .mores {
    margin-top: 56px
}

.sep-home-lights-ul-boxs ul li .thumbs {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 10;
    background: #f1f1f1;
    line-height: normal !important
}

.sep-home-lights-ul-boxs ul li .thumbs.ons {
    height: 280px;
    line-height: 280px
}

.sep-home-lights-ul-boxs ul li .thumbs.onss {
    height: 480px;
    line-height: 480px
}

.sep-home-lights-ul-boxs ul li .thumbs img {
    max-width: 100%
}

.sep-home-lights-ul-boxs ul li .titles-a {
    display: block;
    width: 100%;
    max-width: 220px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: #007840
}

.sep-home-lights-ul-boxs ul li .titles-a.ons {
    max-height: 48px;
    overflow: hidden
}

.sep-home-lights-ul-boxs ul li .titles-a:hover {
    background: #f1880f
}

.sep-home-lights-ul-boxs ul li .spans {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #505050;
    margin-top: 16px;
    line-height: 26px;
    padding: 0 20px 0 44px
}

.sep-home-lights-ul-boxs ul li .spans * {
    font-size: 16px;
    color: #505050;
    line-height: 26px
}

.sep-home-lights-ul-boxs ul li .spans.ons {
    height: 78px;
    overflow: hidden
}

.sep-home-lights-ul-boxs ul li .mores {
    display: block;
    width: 100%;
    padding-left: 44px;
    font-size: 16px;
    color: #525252;
    line-height: normal;
    margin-top: 26px
}

.sep-home-lights-ul-boxs ul li .mores .span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #525252;
    line-height: normal;
    border-bottom: 1px solid #525252
}

.sep-home-lights-ul-boxs ul li .mores .span:after {
    content: '>';
    margin-left: 8px
}

.sep-home-lights-ul-boxs ul li .mores:hover {
    color: #007840
}

.sep-home-lights-ul-boxs ul li .mores:hover .span {
    color: #007840;
    border-color: #007840
}

.sep-home-lights-ul-boxs ul li .lis-boxs {
    display: block;
    width: 100%;
    min-height: 190px;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 0;
    padding-bottom: 20px;
}

.sep-home-lights-ul-boxs ul li:hover .spans.ons {
    height: auto
}

.sep-home-farms-ul-boxs {
    display: block;
    width: 100%
}

.sep-home-farms-ul-boxs.ons {
    margin-top: 27px
}

.sep-home-farms-ul-boxs ul li {
    width: 49.6875%;
    position: relative
}

.sep-home-farms-ul-boxs ul li:nth-child(odd) {
    float: left
}

.sep-home-farms-ul-boxs ul li:nth-child(even) {
    float: right
}

.sep-home-farms-ul-boxs ul li .thumbs {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center
}

.sep-home-farms-ul-boxs ul li .thumbs.ons {
    height: 280px;
    line-height: 280px
}

.sep-home-farms-ul-boxs ul li .thumbs img {
    max-width: 100%
}

.sep-home-farms-ul-boxs ul li .titles-a {
    display: block;
    width: 100%;
    max-width: 220px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    background: #007840;
    position: absolute;
    bottom: 66px;
    left: 0;
}

.sep-home-farms-ul-boxs ul li .titles-a:hover {
    background: #f1880f
}

.sep-home-applications-ul-boxs {
    width: 100%
}

.sep-home-applications-ul-boxs.ons {
    margin-top: 46px
}

.sep-home-applications-ul-boxs ul li {
    width: 100%;
    position: relative
}

.sep-home-applications-ul-boxs ul li+li {
    margin: 70px auto 10px;
}

.sep-home-applications-ul-boxs ul li:nth-child(odd) .thumbs {
    float: left
}

.sep-home-applications-ul-boxs ul li:nth-child(odd) .lis-boxs {
    right: 0;
    border-left: 2px solid #007840
}

.sep-home-applications-ul-boxs ul li:nth-child(even) .thumbs {
    float: right
}

.sep-home-applications-ul-boxs ul li:nth-child(even) .lis-boxs {
    left: 0;
    border-right: 2px solid #007840;
    box-shadow: -6px 6px 6px 0px rgb(0 0 0 / 5%);
}

.sep-home-applications-ul-boxs ul li .thumbs {
    display: block;
    width: 65.29%;
    position: relative;
    z-index: 44;
    text-align: center;
    overflow: hidden
}

.sep-home-applications-ul-boxs ul li .thumbs img {
    max-width: 100%
}

.sep-home-applications-ul-boxs ul li .thumbs.ons {
    height: 452px;
    line-height: 452px;
}

.sep-home-applications-ul-boxs ul li .lis-boxs {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 43.21%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 66;
    float: left;
    padding: 40px 36px 44px 44px;
    background: #fff;
    box-shadow: 6px 6px 10px rgba(0,0,0,0.05);
}

.sep-home-applications-ul-boxs ul li .titles-a {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #007840;
    line-height: normal;
    padding-left: 62px;
    margin-top: 16px;
    position: relative
}

.sep-home-applications-ul-boxs ul li .titles-a:hover {
    opacity: .8
}

.sep-home-applications-ul-boxs ul li .imgs-tits {
    display: block;
    position: absolute;
    left: 0;
    top: -20px
}

.sep-home-applications-ul-boxs ul li .imgs-tits.ons {
    left: -10px
}

.sep-home-applications-ul-boxs ul li .spans {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #505050;
    line-height: 28px;
    margin-top: 24px
}

.sep-home-applications-ul-boxs ul li .spans * {
    font-size: 14px;
    color: #505050;
    line-height: 28px
}

.sep-home-applications-ul-boxs ul li .spans.ons {
    height: 112px;
    overflow: hidden
}

.sep-home-applications-ul-boxs ul li .mores-boxs {
    display: block;
    width: 100%;
    margin-top: 28px
}

.sep-home-applications-ul-boxs ul li .mores-boxs .mores {
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    line-height: 33px;
    border: 1px solid #aaa;
    color: #303030;
    font-size: 16px;
    position: relative
}

/* .sep-home-applications-ul-boxs ul li .mores-boxs .mores:after{content:'';display:block;width:45px;height:1px;background:#aaa;position:absolute;top:50%;right:-32px} */
.sep-home-applications-ul-boxs ul li:hover .mores-boxs .mores {
    color: #007840;
    border-color: #007840
}

/* .sep-home-applications-ul-boxs ul li:hover .mores-boxs .mores:after{background:#007840} */
/**/
.pro-indexs-h1 {
    width: 100%;
    display: block;
    line-height: normal;
    font-size: 42px;
    text-align: center;
    color: #505050;
    text-transform: uppercase;
    position: relative;
    z-index: 88;
    margin-bottom: 22px
}

.pro-indexs-h1:after {
    content: '';
    display: block;
    margin: 16px auto 0;
    width: 65px;
    height: 3px;
    background: #007840
}

.pro-indexs-h1 .span-titles {
    font-size: 42px;
    color: #007840;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top
}

.pro-indexs-h1.aligns {
    text-align: left
}

.pro-indexs-h1.afters:after {
    display: none
}

.pro-indexs-h1.upps {
    text-transform: none
}

.pro-indexs-h1.upps .span-titles {
    text-transform: none
}

.pro-indexs-h1.sizes {
    font-size: 36px
}

.pro-indexs-h1.sizes .span-titles {
    font-size: 36px
}

.pro-indexs-h1.ons {
    margin-bottom: 0
}

.pro-indexs-h1.onss {
    margin-top: 50px
}

a.pro-indexs-h1:hover {
    color: #007840
}

.sep-inner-body {
    min-height: 444px;
    width: 100%;
    margin: 0 auto;
    background-color: #F4F6F5;
    background-image: url("../picture/applica_pg.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.sep-inner-body.pros {
    position: relative
}

.sep-inner-body .bx-wrapper .bx-controls-direction a {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 100%;
    position: absolute;
    background: none;
    top: 46%;
    margin-top: -22px
}

.sep-inner-body .bx-wrapper .bx-controls-direction a:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #2e2e2e;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sep-inner-body .bx-wrapper .bx-controls-direction a:after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background: #2e2e2e;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sep-inner-body .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -52px
}

.sep-inner-body .bx-wrapper .bx-controls-direction a.bx-prev:before {
    left: 10px;
    top: 26px
}

.sep-inner-body .bx-wrapper .bx-controls-direction a.bx-prev:after {
    left: 10px;
    top: 15px
}

.sep-inner-body .bx-wrapper .bx-controls-direction a.bx-next {
    right: -52px
}

.sep-inner-body .bx-wrapper .bx-controls-direction a.bx-next:before {
    right: 10px;
    top: 15px
}

.sep-inner-body .bx-wrapper .bx-controls-direction a.bx-next:after {
    right: 10px;
    top: 26px
}

.sep-inner-body .texts {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #626262;
    line-height: 32px;
    text-align: center
}

.sep-inner-body .texts.ons {
    margin-top: 22px
}

.sep-inner-body .texts * {
    font-size: 16px;
    color: #626262;
    line-height: 32px
}

.sep-inner-body .texts.cors {
    color: #1f1f1f;
    line-height: 30px
}

.sep-inner-body .texts.cors * {
    color: #1f1f1f;
    line-height: 30px
}

.sep-inner-body .texts.aligns {
    text-align: left
}

.sep-inner-body .texts h2 {
    display: block;
    width: 100%;
    font-size: 42px;
    line-height: 48px !important;
    color: #b79b62 !important;
    margin-bottom: 22px;
    font-family: "Roboto-light"
}

.sep-inner-body .sep-container {
    max-width: 1300px
}

.sep-inner-body .sep-container.maxs {
    max-width: 1820px
}

.sep-inner-body .sep-container.maxs1 {
    max-width: 100%
}

.sep-inner-body .sep-container.maxs2 {
    max-width: 1876px
}

.sep-inner-body .sep-container.maxs3 {
    max-width: 1400px
}

.sep-inner-body .sep-container.maxs4 {
    max-width: 1890px;
    position: relative;
    z-index: 10
}

.sep-inner-body .sep-pages-boxs {
    position: relative;
    z-index: 10;
    max-width: 1400px;
    margin: 0 auto;
    padding: 6% 0% 3% 0%;
}

.sep-inner-body .sep-pages-boxs.ons {
    padding: 80px 0
}

.sep-inner-body .sep-pages-boxs.onss>.sep-container {
    position: relative
}

.sep-inner-body .sep-pages-boxs.contents {
    min-height: 1080px
}

.sep-inner-body .kd-lefts {
    display: block;
    float: left;
    width: 73.85%
}

.sep-inner-body .kd-rights {
    display: block;
    float: right;
    width: 22.385%
}

.sep-inner-body .kd-rights.ons {
    max-width: 300px;
    position: fixed;
    left: 50%;
    margin-left: 256px;
    top: 180px;
    overflow-y: scroll;
    z-index: 88
}

.sep-inner-body .kd-rights.ons::-webkit-scrollbar {
    width: 1px;
    height: 100%;
    background-color: #f5f5f5;
    overflow: initial
}

.sep-inner-body .kd-rights.ons::-webkit-scrollbar-thumb {
    background-color: #c8c8c8
}

.sep-inner-body .kd-rights.ons::-moz-scrollbar {
    width: 1px;
    height: 100%;
    background-color: #f5f5f5;
    overflow: initial
}

.sep-inner-body .kd-rights.ons::-moz-scrollbar-thumb {
    background-color: #c8c8c8
}

.sep-inner-body .kd-rights.ons::-ms-scrollbar {
    width: 1px;
    height: 100%;
    background-color: #f5f5f5;
    overflow: initial
}

.sep-inner-body .kd-rights.ons::-ms-scrollbar-thumb {
    background-color: #c8c8c8
}

.sep-inner-body .kd-rights.ons::-o-scrollbar {
    width: 1px;
    height: 100%;
    background-color: #fff;
    overflow: initial
}

.sep-inner-body .kd-rights.ons::-o-scrollbar-thumb {
    background-color: #c8c8c8
}

.sep-inner-body .kd-rights.onsss {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    margin: 0
}

/*首页应用板块-新*/
.yl-cases-tops-boxs {
    width: 100%
}

.yl-cases-tops-boxs.ons {
    margin-top: 36px
}

.yl-cases-tops-ul-boxs {
    width: 100%
}

.yl-cases-tops-ul-boxs.ons {
    margin-top: 36px
}

.yl-cases-tops-ul-boxs ul li {
    width: 33.3333%;
    float: left;
    padding: 20px 10px;
    min-height: 320px
}

.yl-cases-tops-ul-boxs ul li:nth-child(odd) {
    /* background:#b79b62; */
}

.yl-cases-tops-ul-boxs ul li:nth-child(odd) a.titles-a:hover {
    color: #007840
}

.yl-cases-tops-ul-boxs ul li:nth-child(odd) a.titles-a:hover:after {
    background: #007840
}

.yl-cases-tops-ul-boxs ul li:nth-child(even) {
    /* background:#789865; */
}

.yl-cases-tops-ul-boxs ul li:nth-child(even) a.titles-a:hover {
    color: #b79b62
}

.yl-cases-tops-ul-boxs ul li:nth-child(even) a.titles-a:hover:after {
    background: #b79b62
}

.yl-cases-tops-ul-boxs ul li:hover .i-boxs i {
    color: #007840
}

.yl-cases-tops-ul-boxs .lis-boxs {
    width: 100%;
    /* position:relative; */
    /* padding-right:100px; */
}

.yl-cases-tops-ul-boxs .titles-a {
    font-size: 24px;
    color: #007840;
    line-height: normal;
    margin: 5% auto 0;
}

.yl-cases-tops-ul-boxs .titles-a:after {
    content: '';
    display: block;
    width: 26px;
    height: 3px;
    background: #007840;
    margin-top: 10px
}

.yl-cases-tops-ul-boxs .spans {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    margin-top: 12px;
}

.yl-cases-tops-ul-boxs .spans * {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.yl-cases-tops-ul-boxs .i-boxs {
    /* width:88px; */
    /* height:88px; */
    /* border-radius:100%; */
    /* position:absolute; */
    /* right:0; */
    /* top:0; */
    background: #007840;
    text-align: center;
    /* line-height:88px; */
}

.yl-cases-tops-ul-boxs .i-boxs img {
    width: 100%;
}

.yl-cases-tops-ul-boxs .i-boxs i {
    font-size: 48px;
    color: #222
}

.yl-cases-tops-ul-boxs .i-boxs.ons i {
    font-size: 60px
}

.yl-cases-tops-ul-boxs .i-boxs:hover {
    top: -8px
}

@media screen and (max-width: 1840px) {
    .yl-cases-tops-ul-boxs ul li {
        min-height:346px
    }
}

@media screen and (max-width: 1620px) {
    .yl-cases-tops-ul-boxs ul li {
        min-height:376px
    }
}

@media screen and (max-width: 1490px) {
    .yl-cases-tops-ul-boxs ul li {
        min-height:406px
    }
}

@media screen and (max-width: 1460px) {
    .yl-cases-tops-ul-boxs ul li {
        min-height:406px;
    }

    .pro-indexs-h1 {
        font-size: 36px
    }

    .pro-indexs-h1 .span-titles {
        font-size: 36px
    }
}

@media screen and (max-width: 1366px) {
    .yl-cases-tops-ul-boxs ul li {
        padding:20px
    }

    .yl-cases-tops-ul-boxs ul li {
        margin-bottom: 24px
    }

    .yl-cases-tops-ul-boxs ul li {
        min-height: 346px
    }
}

@media screen and (max-width: 1240px) {
    .yl-cases-tops-ul-boxs ul li {
        min-height:376px
    }
}

@media screen and (max-width: 768px) {
    .yl-cases-tops-ul-boxs ul li {
        width:100%;
        min-height: 0
    }

    .yl-cases-tops-ul-boxs .titles-a {
        font-size: 20px
    }

    .pro-indexs-h1 {
        font-size: 24px
    }

    .pro-indexs-h1 .span-titles {
        font-size: 24px
    }

    .pro-indexs-h1.sizes {
        font-size: 24px
    }

    .pro-indexs-h1.sizes .span-titles {
        font-size: 24px
    }

    .sep-inner-body .sep-pages-boxs {
        padding: 15% 0 0;
    }
}

@media screen and (max-width: 640px) {
    .yl-cases-tops-ul-boxs .i-boxs {
        /* width:56px; *//* height:56px; *//* line-height:56px; */
    }

    .yl-cases-tops-ul-boxs .i-boxs img {
        /* max-width:30px; */
    }

    .yl-cases-tops-ul-boxs .lis-boxs {
        /* padding-right:66px; */
    }

    .pro-indexs-h1.onss {
        margin-top: 24px
    }
}

.helps-ul-boxs {
    display: block;
    width: 100%
}

.helps-ul-boxs.ons {
    margin-top: 24px
}

.helps-ul-boxs ul li {
    width: 100%;
    background: #fff;
    margin-bottom: 8px
}

.helps-ul-boxs ul li .titles-a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    color: #636363;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 12px 16px;
    border-left: 2px solid #007840
}

.helps-ul-boxs ul li a.titles-a:hover {
    color: #007840
}

.sep-blogs-ul-boxs {
    display: block;
    width: 100%
}

.sep-blogs-ul-boxs.ons {
    margin-top: 24px
}

.sep-blogs-ul-boxs ul li {
    width: 100%;
    margin-bottom: 11px;
    position: relative
}

.sep-blogs-ul-boxs ul li .thumbs {
    display: block;
    width: 22.66%;
    float: left;
    position: absolute;
    left: 0;
    top: 6px;
    z-index: 40;
    overflow: hidden
}

.sep-blogs-ul-boxs ul li .thumbs img {
    max-width: 100%
}

.sep-blogs-ul-boxs ul li .thumbs.ons {
    height: 110px;
    line-height: 110px
}

.sep-blogs-ul-boxs ul li .lis-boxs {
    display: block;
    width: 90%;
    float: right;
    background: #fff;
    z-index: 20;
    padding: 16px 0 24px;
    padding-left: 17.5%;
    min-height: 123px
}

.sep-blogs-ul-boxs ul li .titles-a {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #007840
}

.sep-blogs-ul-boxs ul li .spans {
    display: block;
    color: #4b4b4b;
    line-height: 26px;
    width: 100%;
    font-size: 16px;
    margin-top: 3px
}

.sep-blogs-ul-boxs ul li .spans * {
    color: #4b4b4b;
    line-height: 26px;
    font-size: 16px
}

.sep-blogs-ul-boxs ul li a.titles-a:hover {
    color: #b79b62
}

.sep-blogs-ul-boxs ul li a.spans:hover {
    color: #b79b62
}

.sep-blogs-ul-boxs ul li a.spans:hover * {
    color: #b79b62
}

.hhgd-home-news-boxs.ons {
    margin-top: 24px
}

.hhgd-home-news-boxs ul {
    display: block;
    width: 100%
}

.hhgd-home-news-boxs ul li {
    width: 100%;
    position: relative;
    padding: 11px 0;
    min-height: 70px;
    padding-left: 44px;
    border-bottom: 1px solid #dcdcdc
}

.hhgd-home-news-boxs ul li:nth-child(1) {
    border-top: 1px solid #dcdcdc
}

.hhgd-home-news-boxs ul li i {
    font-size: 32px;
    color: #515a69;
    position: absolute;
    left: 0;
    top: 0
}

.hhgd-home-news-boxs ul li .titles-a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #646464
}

.hhgd-home-news-boxs ul li .spans {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #646464;
    opacity: 0
}

.hhgd-home-news-boxs ul li .spans * {
    font-size: 14px;
    line-height: 24px;
    color: #646464
}

.hhgd-home-news-boxs ul li.active .titles-a {
    color: #007840
}

.hhgd-home-news-boxs ul li.active .spans {
    opacity: 1
}

.hhgd-home-news-boxs ul li.active i {
    color: #007840
}

.hhgd-home-news-boxs ul li:hover .titles-a {
    color: #007840
}

.hhgd-home-news-boxs ul li:hover .spans {
    opacity: 1
}

.hhgd-home-news-boxs ul li:hover i {
    color: #007840
}

.homes-titles-boxs {
    display: block;
    width: 100%;
    text-align: center
}

.homes-titles-boxs i {
    font-size: 44px;
    color: #1e1e1e
}

.homes-titles-boxs img {
    margin-bottom: 18px
}

.titles {
    width: 100%;
    display: block;
    line-height: normal;
    font-size: 42px;
    text-align: center;
    color: #505050;
    text-transform: uppercase;
    position: relative;
    z-index: 88
}

.titles .span-titles {
    font-size: 42px;
    color: #007840;
    text-transform: uppercase
}

.titles.aligns {
    text-align: left
}

.titles.ons:after {
    content: '';
    display: block;
    margin: 22px auto 0;
    width: 65px;
    height: 3px;
    background: #007840
}

/*.titles:hover{opacity:.75}*/
.subtitles {
    width: 100%;
    display: block;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
    color: #007840;
    position: relative;
    z-index: 88
}

.subtitles:after {
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    margin: 8px auto 0;
    background: #007840
}

.subtitles.aligns {
    text-align: left
}

.subtitles.aligns:after {
    margin: 8px 0 0
}

.subtitles.colors {
    font-size: 14px;
    color: #9d9d9d
}

.subtitles.ons:after {
    display: none
}

.subtitles:hover {
    color: #007840 !important
}

.h-titles {
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: normal;
    width: 100%;
    text-transform: uppercase;
    z-index: 66;
    position: relative
}

.h-titles:hover {
    color: #007840 !important
}

.h-titles-boxs {
    display: block;
    width: 100%;
    text-align: center;
    padding: 50px 0;
    position: relative
}

.imgs-bgs {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.imgs-bgs img.ons {
    max-width: 100%
}

.imgs-bgs.ons {
    top: auto;
    bottom: 0;
    background: #fff
}

.sep-body {
    position: relative
}

.sep-body .texts {
    display: block;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #626262;
    margin-top: 12px
}

.sep-body .texts * {
    font-size: 14px;
    line-height: 28px;
    color: #626262
}

.sep-body .sep-container {
    z-index: 66;
    position: relative
}

.sep-body .sep-homes-cases-boxs {
    width: 100%;
    padding: 108px 0 0
}

.sep-body .sep-homes-cases-boxs .p-boxs {
    display: block;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative
}

.sep-body .sep-homes-cases-boxs .banner-boxs {
    width: 100%;
    position: relative;
    left: 0;
    display: flex;
    display: -webkit-flex
}

.sep-body .sep-homes-cases-boxs .banner-boxs .list {
    display: block;
    min-width: 25%;
    text-align: -webkit-match-parent;
    position: relative
}

.sep-body .sep-homes-cases-boxs .lr-boxs .lr-lists {
    width: 53px;
    height: 53px;
    position: absolute;
    top: 50%;
    margin-top: -27px;
    z-index: 88
}

.sep-body .sep-homes-cases-boxs .lr-boxs .lr-lists:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sep-body .sep-homes-cases-boxs .lr-boxs .lr-lists.bx-prev {
    left: 26px
}

.sep-body .sep-homes-cases-boxs .lr-boxs .lr-lists.bx-prev:before {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 4px;
    top: 11px
}

.sep-body .sep-homes-cases-boxs .lr-boxs .lr-lists.bx-next {
    right: 26px
}

.sep-body .sep-homes-cases-boxs .lr-boxs .lr-lists.bx-next:before {
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    left: 16px;
    top: 11px
}

.sep-body .sep-homes-lights-boxs {
    width: 100%;
    padding: 102px 0 62px
}

.sep-body .sep-homes-lights-boxs .p-boxs {
    display: block;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
    position: relative
}

.sep-body .sep-homes-lights-boxs .lights-lefts {
    display: block;
    width: 43.5%;
    float: left
}

.sep-body .sep-homes-lights-boxs .lights-rights {
    display: block;
    width: 56.5%;
    float: left;
    padding-top: 20px
}

.sep-body .sep-homes-lights-boxs .lights-rights .spans {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #626262;
    line-height: 28px
}

.sep-body .sep-homes-lights-boxs .lights-rights .spans * {
    font-size: 14px;
    color: #626262;
    line-height: 28px
}

.sep-body .sep-homes-lights-boxs .lights-mores-boxs {
    display: block;
    width: 300px;
    text-align: center;
    font-size: 18px;
    color: #5b5b5b;
    margin: 50px auto 0;
    /* background: #707070; */
}

.sep-body .sep-homes-lights-boxs .lights-mores-boxs .i-span-boxs {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 4px;
    /* margin-left:22px; */
}

.sep-body .sep-homes-lights-boxs .lights-mores-boxs .i-span-boxs .lis {
    display: inline-block;
    width: 4px;
    height: 4px;
    vertical-align: top;
    position: relative;
    border-radius: 100%;
    background: #007840;
    margin-right: 4px
}

.sep-body .sep-homes-lights-boxs .lights-mores-boxs .i-span-boxs .lis:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #007840;
    border-right: 1px solid #007840;
    position: absolute;
    left: 32px;
    top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sep-body .sep-homes-lights-boxs .lights-mores-boxs .i-span-boxs .lis.ons:after {
    border-color: #007840;
}

.sep-body .sep-homes-lights-boxs .lights-mores-boxs .i-span-boxs .lis.onss:after {
    border-color: #629a37
}

.sep-body .sep-homes-lights-boxs .lights-mores-boxs:hover {
    color: #007840
}

.sep-body .sep-homes-applications-boxs {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden
}

.sep-body .sep-homes-applications-boxs .lines-boxs {
    display: block;
    width: 100%;
    height: 1px;
    background: #efefef;
    margin-bottom: 58px
}

.sep-body .sep-homes-chooses-enlites-boxs {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 106px 0 104px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts {
    width: 100%;
    float: left;
    padding: 0 2%;
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .spans {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #626262;
    line-height: 28px;
    margin-top: 26px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .spans * {
    font-size: 14px;
    color: #626262;
    line-height: 28px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .spans .mores {
    display: inline-block !important;
    vertical-align: middle;
    color: #007840;
    margin-left: 6px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .spans .mores:after {
    content: '>';
    margin-left: 4px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .spans .mores:hover {
    color: #b79b62
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .choose-thumbs-boxs {
    width: 100%;
    display: block;
    margin-top: 36px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .choose-thumbs-boxs .img-lists {
    display: block;
    width: 49.25%;
    margin-bottom: 8px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .choose-thumbs-boxs .img-lists img {
    width: 100%
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .choose-thumbs-boxs .img-lists:nth-child(odd) {
    float: left
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .choose-thumbs-boxs .img-lists:nth-child(even) {
    float: right
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-rights {
    width: 51.22%;
    float: left;
    padding-left: 64px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-rights .help-blogs-boxs {
    display: block;
    width: 100%;
    margin-top: 24px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-rights .help-blogs-boxs.ons {
    margin-top: 24px
}

.sep-body .sep-homes-chooses-enlites-boxs .chooses-rights .helps-titles {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #007840;
    line-height: normal;
    margin-bottom: 12px
}

.sep-body .sep-homes-news-boxs {
    display: block;
    width: 100%;
    padding: 116px 0 110px
}

.sep-body .sep-homes-news-boxs .texts {
    color: #646464
}

.sep-body .sep-homes-news-boxs .texts * {
    color: #646464
}

.sep-body .sep-homes-news-boxs .mores {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #007840;
    line-height: 30px;
    margin-top: 16px
}

.sep-body .sep-homes-news-boxs .mores i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 1px;
    background: #007840;
    position: relative;
    margin-left: 24px
}

.sep-body .sep-homes-news-boxs .mores i:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border: 6px solid transparent;
    border-top-width: 4px;
    border-bottom-width: 3px;
    border-left-color: #007840;
    position: absolute;
    right: -6px;
    top: -3px
}

.sep-body .sep-homes-news-boxs .mores:hover {
    opacity: .75
}

.sep-body .sep-homes-news-boxs .boxs {
    display: block;
    width: 100%;
    background: #f5f5f5;
    padding: 44px 40px 36px 36px;
    margin-top: 16px
}

.sep-body .sep-homes-news-boxs .boxs .news-lefts {
    width: 64.7%;
    float: left
}

.sep-body .sep-homes-news-boxs .boxs .news-rights {
    width: 35.3%;
    padding-left: 58px;
    float: left
}

.sep-body .sep-homes-news-boxs .boxs .news-rights .lists {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.sep-body .sep-homes-news-boxs .boxs .news-rights .lists.active {
    height: auto
}

.sep-body .sep-homes-news-boxs .boxs .news-rights .thumbs {
    display: block;
    width: 100%
}

.sep-body .sep-homes-news-boxs .boxs .news-rights .thumbs img {
    width: 100%
}

.sep-footer {
    width: 100%;
    position: relative;
    background: #fff
}

.sep-footer.f-bgs {
    background: #6b8b59
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
    color: #fff
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li {
    color: #cbe1bd
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a {
    color: #cbe1bd
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li .span {
    color: #cbe1bd
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs .span {
    color: #cbe1bd
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.lasts li i {
    color: #cbe1bd
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs .link .sep-share li {
    border-color: #fff
}

.sep-footer.f-bgs .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs .link .sep-share li i {
    color: #fff
}

.sep-footer.f-bgs .footer-footer {
    background: #5c7949
}

.sep-footer.f-bgs .footer-footer .lefts {
    color: #cde0c0
}

.sep-footer.f-bgs .footer-footer .lefts a {
    color: #cde0c0
}

.sep-footer.f-bgs .footer-footer .rights {
    color: #cde0c0
}

.sep-footer.f-bgs .footer-footer .rights a {
    color: #cde0c0
}

.sep-footer .sep-container {
    position: relative;
    z-index: 66
}

.sep-footer .footer-lists-boxs {
    width: 100%;
    display: block;
    position: relative;
    z-index: 55
}

.sep-footer .footer-lists-boxs .footer-logo-rights {
    width: 100%;
    float: left;
    display: block;
    padding: 56px 0 58px;
    position: relative
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
    display: block;
    width: 18.75%;
    float: left;
    position: relative;
    margin-top: 28px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.lasts {
    width: 35%;
    margin-top: 0;
    margin: 0 5% 0 0;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.twos {
    width: 20%;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.threes {
    width: 20%;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.fives {
    width: 12.94%
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
    display: block;
    font-size: 16px;
    color: #505050;
    line-height: normal;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 32px;
    font-weight: bold;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs a.ul-titles:hover {
    color: #007840
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons li a.ons {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons li:nth-child(odd) {
    width: 30%;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons li:nth-child(even) {
    width: 70%
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.lasts li {
    padding-left: 32px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.lasts li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #656565;
    font-size: 16px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.lasts li:before {
    display: none
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li {
    width: 100%;
    float: left;
    color: #656565;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin-bottom: 12px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li.ons {
    width: 50%
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a {
    color: #656565;
    font-size: 14px;
    display: block;
    line-height: 22px;
    position: relative
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li .span {
    font-size: 14px;
    color: #656565;
    line-height: 22px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li:hover a {
    color: #007840;
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .footer-logos {
    display: block;
    width: 100%;
    margin-bottom: 33px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs {
    display: block;
    width: 100%;
    margin-top: 22px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs .span {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    font-size: 14px;
    color: #656565;
    margin-right: 9px
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs .link {
    display: inline-block;
    vertical-align: top
}

.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs .link .sep-share li {
    width: 34px;
    height: 34px;
    line-height: 32px
}

.link {
    width: auto
}

.link .sep-share {
    position: relative
}

.link .sep-share li {
    width: 29px;
    height: 29px;
    float: left;
    line-height: 27px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    background: initial;
    border-radius: 100%;
    border: 1px solid #969696
}

.link .sep-share li+li {
    margin-left: 3px
}

.link .sep-share li a {
    width: 100%;
    height: 100%;
    display: block
}

.link .sep-share li i {
    color: #969696;
    font-size: 16px;
    vertical-align: middle
}

.link .sep-share li:hover {
    color: #007840 !important;
    border-color: #007840 !important
}

.link .sep-share li:hover i {
    color: #007840 !important
}

.link .sep-share li.codes {
    border-radius: 0
}

.link .sep-share li.codes .img {
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    top: -160px;
    z-index: -1;
    opacity: 0;
    padding: 10px;
    background: #fff
}

.link .sep-share li.codes:hover .img {
    z-index: 88;
    opacity: 1
}

.footer-tops-boxs {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #7bb35c
}

.footer-tops-boxs .sep-container {
    position: relative;
    z-index: 20
}

.footer-tops-boxs .span-boxs {
    display: block;
    width: 78.6%;
    position: relative;
    padding: 37px 0;
    padding-right: 185px;
    font-size: 24px;
    color: #fefefe;
    line-height: 40px
}

.footer-tops-boxs .mores {
    display: block;
    padding: 0 24px 0 40px;
    color: #007840;
    line-height: 55px;
    background: #fff;
    font-size: 24px;
    position: absolute;
    right: -160px;
    top: 50%;
    margin-top: -27px
}

.footer-tops-boxs .mores i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    width: 26px;
    height: 1px;
    background: #007840;
    position: relative
}

.footer-tops-boxs .mores i:after {
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #007840;
    border-right: 1px solid #007840;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.footer-tops-boxs .mores:hover {
    opacity: .8
}

.footer-footer {
    width: 100%;
    position: relative;
    z-index: 55;
    background: #f5f6f8
}

.footer-footer .sep-container {
    padding: 12px 0
}

.footer-footer .link {
    float: right
}

.footer-footer .lefts {
    width: auto;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #656565;
    text-align: center
}

.footer-footer .lefts a {
    font-size: 14px;
    color: #656565
}

.footer-footer .lefts a:hover {
    text-decoration: underline;
    color: #007840 !important
}

.footer-footer .lefts a.ons {
    margin-left: 15px
}

.footer-footer .rights {
    width: auto;
    float: right;
    text-align: left;
    font-size: 14px;
    color: #656565;
    line-height: 28px
}

.footer-footer .rights a {
    font-size: 14px;
    color: #656565;
    padding-right: 8px
}

.footer-footer .rights a:last-child {
    padding-right: 0
}

.footer-footer .rights a+a {
    padding-left: 8px
}

.footer-footer .rights a:hover {
    color: #007840 !important
}

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom:1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%
}

.bx-wrapper .bx-pager {
    left: 0;
    right: 0;
    bottom: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    z-index: 88
}

.bx-wrapper .bx-pager .bx-pager-item {
    overflow: hidden;
    text-indent: -100px;
    display: inline-block;
    *zoom:1;
    *display: inline;
}

.bx-wrapper .bx-pager a {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 3px;
    outline: 0;
    background: #ddd;
    background: rgba(0,0,0,0.4);
    border-radius: 22px;
    font-size: 13px;
    font-weight: normal
}

.bx-wrapper .bx-pager a:hover,.bx-wrapper .bx-pager a.active {
    background: #007840;
    border-color: #007840;
    color: #fff
}

.bx-wrapper .bx-controls-direction {
    text-align: center
}

.bx-wrapper .bx-controls-direction a {
    outline: 0;
    width: 20px;
    height: 37px;
    text-indent: 9999px;
    z-index: 88
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -14px
}

.bx-wrapper .bx-controls-direction a.bx-prev:hover {
    opacity: 1
}

.bx-wrapper .bx-controls-direction a.bx-next {
    right: -14px
}

.bx-wrapper .bx-controls-direction a.bx-next:hover {
    opacity: 1
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none !important
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,select,th,td {
    padding: 0;
    margin: 0;
    color: #323232;
    font-size: 14px;
    font-family: "Arial,Roboto-Regular"
}

h1,h2,h3,h4,h5,h6,button,input,select,textarea {
    font-size: 100%
}

address,cite,dfn,em,var {
    font-style: normal
}

small {
    font-size: 12px
}

ul,ol {
    list-style-type: none;
    list-style-image: none
}

a {
    color: #323232;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #007840;
    text-decoration: none
}

a:focus {
    text-decoration: none
}

sup {
    vertical-align: text-top
}

s {
    text-decoration: none
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div {
    zoom:1}

.over-hides {
    overflow: hidden
}

.thumbs,.spans,.titles-a {
    display: block;
    width: 100%
}

.t-cens {
    text-align: center
}

.wids {
    width: 100%
}

i {
    vertical-align: middle
}

body {
    max-width: 1920px;
    margin: 0 auto
}

.imgs-hovers:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.gtj-img img,.gtj-img1 img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

dt {
    font-weight: normal
}

.gtj-lists {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px)
}

.gtj-lists.ons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.richtext .richtext-thumbs {
    display: block;
    float: left;
    margin-right: 12px;
    margin-bottom: 10px
}

.richtext .richtext-thumbs img {
    max-width: 100%
}

.richtext.ons img {
    display: block;
    margin: 0 auto
}

.richtext.jus {
    text-align: justify
}

.richtext .imgs1 {
    width: 100%
}

.richtext .imgs {
    text-align: center
}

.richtext.aligns {
    text-align: center
}

.richtext .ems {
    display: none
}

.richtext ul {
    list-style: disc
}

.richtext ul li {
    position: relative;
    list-style: disc inside
}

.richtext ul li p {
    display: inline
}

.richtext ol {
    padding-left: 16px;
    list-style: decimal
}

.richtext img {
    height: auto
}

.richtext h2,.richtext h3,.richtext h4,.richtext h5,.richtext h6 {
    display: block;
    width: 100%;
    font-weight: bold
}

.richtext iframe {
    display: block;
    max-width: 100%;
    margin: auto
}

.richtext p {
    margin-bottom: 0
}

.richtext a {
    color: #007840 !important;
    text-decoration: underline
}

.richtext a:hover {
    text-decoration: none;
    color: #b79b62 !important
}

.richtext strong {
    color: #007840;
    position: relative;
    font-weight: bold
}

.richtext h2 {
    display: block;
    font-size: 24px;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px
}

.richtext .over-tabs {
    overflow-x: scroll
}

.richtext .p-hes {
    display: block;
    width: 100%;
    height: 100px
}

.richtext table {
    width: 100%
}

.richtext table tr td {
    border: 1px solid #c8c8c8;
    word-break: normal;
    padding: 8px 10px;
    text-align: center
}

.richtext table tr td:nth-child(2) {
    text-align: center
}

.richtext table tr:nth-child(odd) {
    background: none
}

.richtext table tr:nth-child(even) {
    background: #fff
}

.richtext table tr:nth-child(1) {
    background: #f0f0f0 !important
}

.richtext table tr.ons {
    background: #f0f0f0 !important
}

.richtext table tr:hover {
    background: #fff2f3
}

.richtext,.richtext * {
    font-size: 16px;
    color: #040404;
    line-height: 30px;
    font-family: "Arial"
}

.clear {
    clear: both
}

.fix:after {
    display: table;
    clear: both;
    content: ""
}

.width1150 {
    width: 1150px;
    margin: 0 auto
}

.rt {
    float: right
}

.lf {
    float: left
}

.fix:before {
    content: " ";
    display: block;
    clear: both
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gtj-ff-regular {
    font-family: "Arial,Roboto-Regular"
}

.gtj-ff-bold {
    font-weight: bold
}

.trans {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}

.transm {
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}

.trans1 {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.sep-scale {
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -ms-transition: All .8s ease;
    -o-transition: All .8s ease;
    transition: All .8s ease
}

.sep-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.div {
    -webkit-animation: animate_tops .7s linear infinite alternate;
    -moz-animation: animate_tops .7s linear infinite alternate;
    -ms-animation: animate_tops .7s linear infinite alternate;
    -o-animation: animate_tops .7s linear infinite alternate;
    animation: animate_tops .7s linear infinite alternate
}

/*
html{overflow-y:scroll}
html::-webkit-scrollbar{width:0;height:auto;background-color:#f5f5f5;overflow:initial}
html::-webkit-scrollbar-thumb{background-color:#c8c8c8}
*/
body {
    width: 100%;
    margin: 0 auto;
}

/*overflow:hidden*/
.logo {
    float: left;
    position: relative;
    z-index: 100
}

#onlineService {
    position: fixed;
    right: 0;
    bottom: 32%;
    z-index: 100998
}

.offside {
    width: 50px
}

.offside li {
    width: 50px;
    height: 50px;
    position: relative;
    background: #b1b1b1;
    border-bottom: 1px solid #fff;
    text-align: center;
    transition: all .7s;
    -webkit-transition: all .7s
}

.offside .code {
    position: absolute;
    top: 0;
    right: 50px;
    display: none;
    margin: 0
}

.offside a,.offside div {
    color: #333;
    position: absolute;
    z-index: 11;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer
}

.offside p {
    float: left;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 0 10px;
    color: #fff;
    opacity: 0;
    position: absolute
}

.offside i {
    font-size: 28px;
    height: 100%;
    line-height: 50px;
    text-align: center;
    display: block;
    color: #fff
}

.offside li:not(.li_3) a,.offside .li_3 a,.offside .li_3 div {
    width: 50px
}

.offside .back_top {
    display: none
}

.offside li {
    background: #007840
}

.offside li:last-child {
    background: #b1b1b1
}

.offside .erweima {
    width: 120px;
    height: auto;
    position: absolute;
    right: 100%;
    top: 0;
    display: none
}

.offside .erweima img {
    max-width: 100%
}

.offside li:hover a,.offside li:hover div,.offside li:hover i {
    color: #fff
}

.offside li:hover p {
    opacity: 1
}

.offside li:not(.li_3):hover {
    background: #b79b62
}

.offside li:hover .erweima {
    display: block
}

.offside .tel {
    width: 230px;
    transform: translateX(-180px);
    -webkit-transform: translateX(-180px)
}

.offside .back_none {
    height: 0;
    border: 0 !important
}

.offside .li {
    transform: translateX(100%);
    -webkit-transform: translateX(100%)
}

.offside .unfold {
    width: 30px;
    transform: translateX(20px);
    -webkit-transform: translateX(20px)
}

.sep-container {
    max-width: 1400px;
    margin: 0 auto
}

.sep-container1 {
    max-width: 1200px;
    margin: 0 auto
}

.sep-onlineservices {
    display: none
}

#onlineService-two {
    display: none
}

.form-list {
    width: 100%;
    margin-bottom: 13px
}

.form-list.list-two {
    width: 50%;
    float: left;
    max-width: 307px
}

.form-list.list-two+.list-two {
    float: right
}

.form-list input,.form-list textarea {
    width: 100%;
    line-height: 44px;
    padding-left: 20px;
    outline: none;
    font-size: 15px;
    color: #787878;
    color: #a3a3a3
}

.form-list textarea {
    height: 130px
}

.submit-list {
    width: 195px;
    height: 44px;
    border-radius: 12px;
    margin-top: 8px;
    overflow: hidden;
    background: #c43132
}

.submit-list .btn-primary {
    width: 100%;
    height: 100%;
    background: #c43132;
    border: none;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    display: block;
    padding: 0;
    line-height: 44px;
    text-transform: uppercase
}

.pagination>li>a,.pagination>li>span {
    padding: 4px 10px;
    margin: 0 .5px;
    background: none;
    color: #646464;
    border: none;
    font-size: 16px
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    background: none;
    color: #fff;
    border: none;
    font-size: 16px;
    background: #007840
}

.pagination>li:hover {
    background: none
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    border-radius: initial;
    padding: 4px 10px;
    color: #646464;
    border: none;
    font-size: 16px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-radius: initial;
    padding: 4px 10px;
    color: #646464;
    border: none;
    font-size: 16px
}

.pagination {
    margin: 20px 0
}

.pagination.ons {
    margin: 0
}

.sep-pagination {
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px
}

.operation {
    overflow: hidden;
    margin-top: 40px
}

.operation ul {
    max-width: 700px;
    margin: auto
}

.operation ul li {
    width: 50%;
    text-align: center;
    float: left
}

.operation ul li a {
    color: #fff;
    background-color: #007840;
    border-color: #007840
}

.operation ul li a:hover {
    background-color: #007840;
    border-color: #587986
}

.gallery {
    width: 100%;
    overflow: hidden;
    display: table;
    text-align: center
}

.gallery.m-tops {
    margin-top: 24px
}

.gallery a {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 0 0 1.5%;
    margin: 0 1%;
    position: relative
}

.gallery a img {
    max-width: 100%
}

.gallery.details {
    margin-top: 15px
}

.gallery.ons a {
    width: 25%
}

.gallery.ons a img {
    border: 1px solid #d0d0d0
}

.gallery.onss a {
    width: 20%
}

.gallery .ps {
    display: block;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 5px;
    color: #fff;
    background: rgba(122,179,90,0.5)
}

.gallery .ps.ons {
    height: 48px
}

@media screen and (max-width: 1680px) {
    .sep-banner .banner .list .b-covers {
        /* max-width:620px; */
    }

    .sep-banner .banner .list .b-covers .b-titles {
        font-size: 64px;
        line-height: 1.2
    }

    .sep-banner .banner .list .b-covers .b-spans {
        font-size: 24px;
        line-height: 1.5
    }

    .sep-banner .banner .list .b-covers .b-spans .span {
        font-size: 24px;
        line-height: 1.5
    }
}

@media screen and (max-width: 1460px) {
    .sep-banner .banner .list .b-covers .b-mores-boxs .b-mores {
        padding:0 30px
    }

    .sep-banner .banner .list .b-covers {
        max-width: 620px;
    }

    .sep-banner .banner .list .b-covers .b-titles {
        font-size: 64px
    }

    .sep-banner .banner .list .b-covers .b-spans {
        font-size: 24px
    }

    .sep-banner .banner .list .b-covers .b-spans .span {
        font-size: 24px
    }

    .sep-body .sep-container {
        max-width: 1200px
    }

    .sep-home-applications-ul-boxs ul li .thumbs.ons{
    line-height: 0;
    height: 100%;
}
    .sep-home-applications-ul-boxs ul li .lis-boxs {
        padding: 24px;
        /* top: 50%; */
    }

    
    
    .sep-header .sep-container {
        padding-left: 4%;
        padding-right: 4%
    }

    .header-nav>ul>li {
        padding: 0 20px
    }

    .footer-tops-boxs .sep-container {
        padding: 0 4%
    }

    .sep-footer .sep-container {
        padding-left: 4%;
        padding-right: 4%
    }

    .sep-home-applications-ul-boxs ul li .imgs-tits {
        max-width: 50px;
        top: -10px
    }

    .sep-home-applications-ul-boxs ul li .imgs-tits img {
        max-width: 100%
    }

    .info-blocks{
    max-width: 620px;
}
}

@media screen and (max-width: 1366px) {
    .sep-home-applications-ul-boxs ul li .lis-boxs {
        width:52%
    }

    .sep-body .sep-container {
        max-width: 1100px
    }
}

@media screen and (max-width: 1280px) {
    .sep-home-lights-ul-boxs ul li {
        width: 49.4%;
    }

    .sep-home-lights-ul-boxs ul li.firsts {
        width: 100%
    }

    .sep-banner .banner .list .b-covers .b-mores-boxs .b-mores {
        padding: 0 16px;
        min-width: 180px
    }

    .sep-banner .banner .list .b-covers .b-mores-boxs .b-mores:after {
        margin-left: 10px
    }

    .sep-banner .banner .list.ones .b-covers {
        max-width: 820px;
        left: 40%;
        top: 45%;
    }

    .sep-banner .banner .list .b-covers .b-titles {
        font-size: 54px
    }

    .sep-banner .banner .list .b-covers .b-spans {
        font-size: 22px
    }

    .sep-banner .banner .list .b-covers .b-spans .span {
        font-size: 22px
    }

    .header-nav>ul>li {
        padding: 0 12px
    }

    .sep-header .searchs {
        margin-left: 10px
    }

    .sep-home-cases-ul-boxs ul li .titles-a {
        font-size: 20px
    }

    .titles {
        font-size: 36px
    }

    .titles .span-titles {
        font-size: 36px
    }

    .sep-home-cases-ul-boxs ul li .lis-boxs {
        padding: 0 2% 36px
    }

    .sep-home-cases-ul-boxs ul li .titles-a {
        font-size: 18px
    }

    .sep-body .sep-homes-cases-boxs .banner-boxs .list {
        min-width: 33.3333%
    }
        .info-blocks {
        max-width: 820px;
        /* left: 40%; */
        /* top: 75%; */
    }
}

@media screen and (max-width: 1200px) {
    .header-nav>ul>li {
        padding:0 8px
    }

    .header-nav>ul>li>a {
        font-size: 14px
    }

    .sep-header .logo img {
        max-width: 124px
    }

    .sep-header.onss .logo img {
        max-width: 110px
    }

    .sep-body .sep-container {
        padding: 0 4%
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul.ons li {
        width: 100% !important
    }

    .sep-home-applications-ul-boxs ul li .thumbs.ons {
        height: 100%;
        line-height: 0;
    }
}

@media screen and (max-width: 812px) {
    #onlineService {
        bottom:14%
    }

    .header-nav>ul>li {
        padding: 0 4px
    }

    .header-nav>ul>li:nth-child(1) {
        display: none
    }

    .header-nav>ul>li:last-child {
        display: none
    }

    .sep-header .searchs {
        margin-left: 0
    }

    .sep-banner .banner .list .b-covers .b-mores-boxs .b-mores+.b-mores {
        margin-left: 4px
    }

    .sep-banner .banner .list.ones .b-covers {
        max-width: 100%;
        margin: 0 5%;
        left: 50%;
        top: 45%;
    }

    .sep-banner .banner .list .b-covers .b-mores-boxs {
        margin-top: 40px;
    }

    .sep-banner .banner .list .b-covers .b-mores-boxs .b-mores {
        padding: 0 10px;
        min-width: 150px;
        height: 40px;
        line-height: 36px
    }

    .sep-banner .banner .list .b-covers .b-titles {
        font-size: 48px;
    }

    .sep-banner .banner .list .b-covers .b-spans {
        font-size: 22px;
        max-width: 720px;
    }

    .sep-banner .banner .list .b-covers .b-spans .span {
        font-size: 22px;
    }

    .sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts {
        width: 100%
    }

    .sep-body .sep-homes-chooses-enlites-boxs .chooses-rights {
        width: 100%;
        padding-left: 0;
        margin-top: 12px
    }

    .footer-tops-boxs .span-boxs {
        width: 100%;
        padding-right: 0;
        font-size: 16px;
    }

    .footer-tops-boxs .mores {
        position: relative;
        right: auto;
        top: auto;
        display: inline-block;
        vertical-align: top;
        margin: 16px auto 0;
        font-size: 18px;
        line-height: 45px;
        padding: 0 15px;
    }

    .sep-body .sep-homes-lights-boxs .lights-lefts {
        width: 100%
    }

    .sep-body .sep-homes-lights-boxs .lights-rights {
        width: 100%
    }
        .info-blocks {
        max-width: 100%;
        /* left: 55%; */
        /* top: 80%; */
    }
    
}

@media screen and (max-width: 768px) {
    .sep-header,.tops-hes {
        display:none
    }

    .sep-banner.banner-one {
        display: none
    }

    .sep-banner.banner-two {
        display: block
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs {
        width: 100% !important;
        margin-top: 20px
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.ul-divs.onss .ul-titles i {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.ul-divs.onss .ul-titles i:before,.sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.ul-divs.onss .ul-titles i:after {
        background: #323232
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs.ul-divs .ul {
        display: none
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles {
        font-size: 20px;
        margin-bottom: 8px
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles i {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles i:before {
        content: '';
        display: block;
        width: 16px;
        height: 2px;
        background: #007840;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -1px
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul-titles i:after {
        content: '';
        display: block;
        width: 2px;
        height: 16px;
        background: #007840;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: 50%;
        margin-top: -8px
    }

    .footer-footer .lefts {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .sep-footer .footer-tops .boxs {
        font-size: 24px
    }

    .sep-footer .footer-tops .boxs i {
        margin-left: 12px
    }

    .grt-products-boxs ul li .thumbs.ons {
        height: 360px;
        line-height: 358px
    }

    .sep-body .sep-products-boxs {
        padding-bottom: 0
    }

    .sep-body .imgs-bgs {
        height: 100%
    }

    .sep-body .imgs-bgs img {
        height: 100%;
        width: auto
    }

    .sep-home-applications-ul-boxs ul li .thumbs {
        width: 100%
    }

    .sep-home-applications-ul-boxs ul li .thumbs.ons {
        height: auto;
        line-height: normal
    }

    .sep-home-applications-ul-boxs ul li .lis-boxs {
        width: 100%;
        position: relative;
        left: auto !important;
        top: auto !important;
        right: auto !important;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .titles .span-titles {
        font-size: 24px
    }

    .sep-body .sep-homes-cases-boxs {
        padding: 36px 0 0
    }

    .footer-footer .rights {
        width: 100%;
        text-align: center
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li {
        font-size: 16px
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li a {
        font-size: 16px
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .ul li .span {
        font-size: 16px
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights .ul-boxs .links-boxs .span {
        font-size: 16px
    }

    .footer-footer .lefts {
        font-size: 16px
    }

    .footer-footer .lefts a {
        font-size: 16px
    }

    .footer-footer .rights a {
        font-size: 16px
    }

    .sep-body .texts {
        font-size: 16px
    }

    .sep-body .texts * {
        font-size: 16px
    }

    .sep-body .sep-homes-lights-boxs .lights-rights .spans {
        font-size: 16px
    }

    .sep-body .sep-homes-lights-boxs .lights-rights .spans * {
        font-size: 16px
    }

    .sep-home-lights-ul-boxs ul li .spans {
        font-size: 16px;
        line-height: 26px
    }

    .sep-home-lights-ul-boxs ul li .spans * {
        font-size: 16px;
        line-height: 26px
    }

    .sep-home-applications-ul-boxs ul li .spans {
        font-size: 16px
    }

    .sep-home-applications-ul-boxs ul li .spans * {
        font-size: 16px
    }

    .sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .spans {
        font-size: 16px
    }

    .sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .spans * {
        font-size: 16px
    }

    .sep-body .sep-homes-chooses-enlites-boxs .chooses-rights .helps-titles {
        font-size: 18px
    }

    .sep-blogs-ul-boxs ul li .titles-a {
        font-size: 16px
    }

    .gallery.onss a {
        width: 50%
    }

    .sep-home-farms-ul-boxs ul li .titles-a {
        font-size: 22px
    }

    .richtext .p-hes {
        display: none
    }
}

@media screen and (max-width: 667px) {
    .sep-body .sep-homes-cases-boxs .banner-boxs {
        display:block
    }

    .sep-body .sep-homes-cases-boxs .lr-boxs .lr-lists {
        display: none
    }

    .sep-body .sep-homes-cases-boxs .banner-boxs .list {
        min-width: 0;
        width: 50%
    }

    .sep-home-cases-ul-boxs ul li .lis-boxs {
        padding-bottom: 12px
    }

    .sep-home-cases-ul-boxs ul li .titles-a {
        font-size: 16px
    }

    .sep-home-cases-ul-boxs ul li .spans {
        max-height: 120px;
        overflow: hidden
    }

    .sep-home-cases-ul-boxs ul li:hover .mores-boxs {
        display: none !important
    }

    .sep-home-cases-ul-boxs ul li:hover .titles-a:after {
        display: none
    }

    .sep-body .sep-homes-lights-boxs {
        padding: 36px 0 16px
    }

    .sep-home-lights-ul-boxs ul li.firsts .lis-boxs {
        margin-top: 24px;
        width: 100%
    }

    .sep-home-lights-ul-boxs ul li .lis-boxs {
        margin-top: 24px
    }

    .sep-body .sep-homes-lights-boxs .p-boxs {
        padding: 0 4%
    }

    .sep-home-lights-ul-boxs ul li {
        width: 100%;
        margin-bottom: 20px
    }

    .sep-home-lights-ul-boxs ul li .thumbs.onss {
        height: auto;
        line-height: normal
    }

    .sep-home-lights-ul-boxs ul li .spans {
        padding: 16px 20px !important
    }

    .sep-home-lights-ul-boxs ul li.firsts .thumbs {
        width: 100%
    }

    .sep-home-lights-ul-boxs ul li .titles-a {
        font-size: 20px;
        max-width: 240px
    }

    .sep-home-lights-ul-boxs ul li .spans {
        padding: 16px 20px !important
    }

    .sep-home-lights-ul-boxs ul li .mores {
        margin-top: 4px;
        padding-left: 20px
    }

    .sep-body .sep-homes-lights-boxs .lights-mores-boxs {
        margin-top: 0
    }

    .sep-body .sep-homes-lights-boxs .lights-mores-boxs .i-span-boxs {
        width: 28px;
        margin-left: 8px
    }

    .sep-body .sep-homes-lights-boxs .lights-mores-boxs .i-span-boxs .lis {
        margin-right: 0
    }

    .sep-home-applications-ul-boxs.ons {
        margin-top: 0
    }

    .sep-home-applications-ul-boxs ul li+li {
        margin-top: 24px
    }

    .sep-home-applications-ul-boxs ul li .imgs-tits {
        max-width: 36px;
        top: 0
    }

    .sep-home-applications-ul-boxs ul li .imgs-tits.ons {
        left: -5px
    }

    .sep-body .sep-homes-chooses-enlites-boxs {
        padding: 36px 0 12px
    }

    .sep-blogs-ul-boxs ul li {
        margin-bottom: 24px
    }

    .sep-blogs-ul-boxs ul li .thumbs {
        width: 100%;
        position: relative;
        left: auto;
        top: auto
    }

    .sep-blogs-ul-boxs ul li .thumbs img {
        width: 100%
    }

    .sep-blogs-ul-boxs ul li .lis-boxs {
        width: 100%;
        padding: 16px 20px
    }

    .sep-body .sep-homes-applications-boxs .lines-boxs {
        margin-bottom: 36px
    }

    .sep-footer .footer-lists-boxs .footer-logo-rights {
        padding: 36px 0
    }

    .sep-home-applications-ul-boxs ul li .titles-a {
        padding-left: 44px
    }

    .sep-banner .banner .list.ones .b-covers {
        /* max-width:350px; */
        /* background:rgba(255,255,255,0.8); */
        padding: 12px;
        top: 35%;
        left: 45%;
    }

    .sep-banner .banner .list .b-covers .b-titles {
        font-size: 36px;
        line-height: 80px;
    }

    .sep-banner .banner .list .b-covers .b-spans {
        font-size: 20px;
    }

    .sep-banner .banner .list .b-covers .b-spans .span {
        font-size: 24px;
        margin: 0 0 0 10px;
    }

    .sep-banner .lists-boxs {
        display: none
    }

    .sep-body .sep-homes-chooses-enlites-boxs .chooses-lefts .choose-thumbs-boxs {
        margin-top: 24px
    }

    .sep-body .sep-homes-chooses-enlites-boxs .chooses-rights {
        margin-top: 24px
    }

    .sep-home-lights-ul-boxs ul li .thumbs img {
        max-width: 100%;
        height: auto
    }

    .sep-home-lights-ul-boxs ul li.firsts .lis-boxs {
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important
    }

    .sep-home-lights-ul-boxs ul li.firsts .mores {
        margin-top: 4px
    }

    .sep-home-lights-ul-boxs ul li .lis-boxs {
        position: relative;
        left: auto;
        bottom: auto
    }

    .sep-home-farms-ul-boxs.ons {
        margin-top: 10px
    }

    .footer-footer .sep-container {
        padding: 24px 4%
    }

    .gallery.onss a {
        width: 100%
    }

    .sep-home-lights-ul-boxs ul li .spans.ons {
        height: auto
    }

    .sep-home-farms-ul-boxs ul li {
        width: 96%;
        margin: 0 2% 24px
    }

    .sep-home-farms-ul-boxs ul li .titles-a {
        font-size: 20px;
        max-width: 120px;
        bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .sep-header {
        display:none
    }

    .sep-header-nav {
        display: none
    }

    .gallery a {
        width: 100%;
        text-align: center
    }

    .grt-products-boxs ul li .thumbs.ons {
        height: auto;
        line-height: normal
    }

    .richtext h2 {
        overflow: hidden
    }
}

@media screen and (max-width: 375px) {
    .sep-banner .banner .list .covers .spans {
        font-size:12px;
        line-height: 20px
    }

    .sep-banner .banner .list .covers .b-titles {
        font-size: 20px
    }

    .sep-banner .banner .list .b-covers .b-mores-boxs .b-mores {
        padding: 0 8px;
        min-width: 130px;
        font-size: 14px
    }

    .sep-banner .banner .list .b-covers .b-titles {
        font-size: 18px
    }
}

@media screen and (max-width: 480px) {
    .sep-resource-list-case .sep-datalist li {
        position:relative;
        top: initial;
        left: initial;
        width: 100%;
        height: auto;
        padding: 4% 2%;
        margin-bottom: 20px
    }

    .sep-resource-list-case .sep-datalist li:nth-child(odd) {
        width: 100%;
        padding: 4% 2%
    }

    .sep-resource-list-case .sep-datalist li:nth-child(odd) .thumb {
        position: relative;
        left: initial;
        top: initial;
        margin: 0 auto
    }

    .sep-resource-list-case .sep-datalist li:nth-child(even) {
        width: 100%;
        padding: 4% 2%
    }

    .sep-resource-list-case .sep-datalist li:nth-child(even) .thumb {
        right: initial
    }

    .sep-resource-list-case .sep-datalist li .thumb {
        position: relative;
        top: initial;
        left: initial;
        margin: 0 auto
    }
}

@media screen and (max-width: 320px) {
    .sep-home-farms-ul-boxs ul li .titles-a {
        font-size:20px
    }

    .operation ul li a {
        padding: 6px 4px
    }
}

@media screen and (max-width: 768px) {
    #onlineService {
        right:auto;
        left: 0;
        bottom: 0;
        width: 100%
    }

    .sep-footer {
        margin-bottom: 50px
    }

    .offside {
        width: 100%;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex
    }

    .offside li {
        width: 100%;
        text-align: center
    }

    .offside li.onss {
        display: none
    }

    .offside li+li {
        border-left: 1px solid #fff
    }

    .offside .tel {
        width: 100%;
        text-align: center;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .offside .tel.onss {
        display: none
    }

    .offside .tel p {
        display: none
    }

    .offside a,.offside div {
        width: 100% !important
    }

    .offside .erweima {
        top: auto;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        height: auto
    }
}

.sep-lx-header-mb {
    display: block
}

.sep-lx-header-mb .sep-bjj-pro-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative
}

.sep-lx-header-mb .sep-bjj-pro-list>li {
    flex: 1
}

.sep-lx-header-mb .sep-bjj-pro-list>li:nth-child(1) a {
    background: #11a4a7
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a {
    display: block;
    background: #11b4b7;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0
}

.sep-lx-header-mb .sep-bjj-pro-list>li>a i {
    padding-left: 5px
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100000;
    display: none
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li {
    display: block;
    background: #11a4a7;
    color: #fff;
    font-size: 16px;
    padding: 10px 30px;
    border-top: 1px solid #4ab3b5
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li a {
    color: #fff
}

.sep-lx-header-mb .sep-bjj-pro-list>li>ul>li i {
    float: right;
    position: relative;
    top: 3px
}

.sep-lx-header-mb .box-wrap {
    padding: 5px 10px;
    position: relative;
    z-index: 1000
}

.sep-lx-header-mb .box-wrap .logo {
    float: none;
    margin: 0 auto
}

.sep-lx-header-mb .box-wrap .logo img {
    width: 100px
}

.sep-lx-header-mb .box-wrap>ul {
    position: relative;
    top: 1px
}

.sep-lx-header-mb .box-wrap>ul>li {
    float: left;
    width: 42px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    font-size: 16px;
    color: #007840
}

.sep-lx-header-mb .box-wrap>ul>li.afts:after {
    content: '';
    display: block;
    width: 1px;
    height: 22px;
    background: #dfdfdf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -11px
}

.sep-lx-header-mb .box-wrap>ul>li#menu {
    width: 58px;
    float: left;
    background: #007840
}

.sep-lx-header-mb .box-wrap>ul>li#menu i {
    display: block;
    width: 18px;
    height: 2px;
    position: relative;
    background: #fff;
    margin: 24px 0 0 20px
}

.sep-lx-header-mb .box-wrap>ul>li#menu i span {
    display: block;
    width: 18px;
    height: 2px;
    position: absolute;
    left: 0;
    top: -7px;
    background: #fff
}

.sep-lx-header-mb .box-wrap>ul>li#menu i span.ons1 {
    top: 7px
}

.sep-lx-header-mb .box-wrap>ul>li#logo {
    border: none;
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    width: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language {
    position: absolute;
    background: #007840;
    width: 157px;
    text-align: center;
    padding: 10px 20px;
    z-index: 100000;
    top: 40px;
    left: -67px;
    display: none;
    border: 1px solid #fff
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
    line-height: 32px
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.sep-lx-header-mb .box-wrap>ul>li .multi-language li a {
    color: #fff;
    font-size: 16px
}

.sep-lx-header-mb .box-wrap>ul>li.active {
    border: 1px solid #1f2256;
    background: #1f2256
}

.sep-lx-header-mb .box-wrap>ul>li.active i {
    color: #fff
}

.sep-lx-header-mb .box-wrap>ul>li i {
    color: #007840;
    font-size: 16px;
    line-height: normal
}

.sep-lx-header-mb .box-wrap>ul>li i.cors {
    color: #007840
}

.sep-lx-header-mb .stock {
    color: #3a3a3a;
    font-size: 14px;
    background: #f4f4f4;
    text-align: center;
    padding: 8px 0
}

.sep-lx-header-mb .stock .red {
    color: #da2337;
    position: relative;
    padding: 0 7px
}

.sep-lx-header-mb .stock .red:before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #da2337;
    position: absolute;
    left: 0;
    top: 3px
}

.sep-lx-header-mb .stock .red:after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    background: #da2337;
    position: absolute;
    right: 0;
    top: 3px
}

.sep-lx-header-mb .stock .green {
    color: #13ba07
}

.sep-lx-header-mb .stock span {
    padding: 0 5px;
    margin: 0 3px
}

.sep-shadow {
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000;
    display: none
}

i.i-searchs {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #000;
    position: relative
}

i.i-searchs:after {
    content: '';
    display: block;
    width: 3px;
    height: 8px;
    background: #000;
    position: absolute;
    left: 100%;
    top: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

i.i-closes {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

i.i-closes:before {
    content: '';
    display: block;
    width: 17px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 4px;
    top: 11px
}

i.i-closes:after {
    content: '';
    display: block;
    width: 3px;
    height: 17px;
    background: #000;
    position: absolute;
    left: 11px;
    top: 4px
}

i.i-closes.ons {
    position: absolute;
    right: 31px;
    top: 24px;
    cursor: pointer
}

i.i-globals {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 1px solid #000;
    position: relative
}

i.i-globals:after {
    content: '';
    display: block;
    width: 10px;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 0
}

i.i-globals:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background: #000
}

i.i-menus {
    display: inline-block;
    width: 18px;
    height: 2px;
    position: relative;
    background: #000
}

i.i-menus:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: -5px
}

i.i-menus:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 5px
}

.sep-search-box {
    position: fixed;
    width: 100%;
    background: #fff;
    top: 50px;
    z-index: 10000000;
    padding: 44px 31px;
    box-shadow: 0 0 12px rgba(0,0,0,0.5);
    display: none
}

.sep-search-box .fa-times {
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 31px;
    top: 24px;
    cursor: pointer
}

.sep-search-box .hd {
    color: #282828;
    font-size: 18px;
    font-family: 'LATO-BOLD'
}

.sep-search-box form {
    margin-top: 10px;
    margin-bottom: 25px
}

.sep-search-box form .form-control {
    height: 47px;
    border-radius: 0
}

.sep-search-box form .btn {
    background: #007840;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%
}

.sep-search-box form .btn i {
    margin-right: 5px;
    border-color: #fff
}

.sep-search-box form .btn i:after {
    background: #fff
}

.sep-search-box .more {
    background: #007840;
    color: #fff;
    display: table;
    margin: 0 auto;
    margin-top: 17px;
    padding: 10px 40px;
    font-size: 16px;
    width: 100%;
    border: none
}

.sep-search-box .more i {
    padding-right: 5px
}

.sep-search-box ul li {
    margin-top: 8px
}

.sep-search-box ul li a {
    color: #8c8c8c;
    font-size: 14px;
    display: block
}

.logos {
    /* max-width:170px; */
    display: inline-block;
    line-height: 50px
}

.logos img {
    max-width: 100%;
    max-height: 60px;
    display: inline
}

.sep-menu-box {
    width: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 10000000;
    max-width: 310px;
    box-shadow: 0 0 12px rgba(0,0,0,0.7);
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translateX(-105%);
    -moz-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    -o-transform: translateX(-105%);
    transform: translateX(-105%)
}

.sep-menu-box.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sep-menu-box .top {
    padding: 20px 30px;
    text-align: center;
    box-shadow: 0 0 12px rgba(145,145,145,0.7);
    position: relative;
    z-index: 10000
}

.sep-menu-box .top i {
    color: #000;
    font-size: 22px;
    position: relative;
    top: 3px;
    cursor: pointer
}

.sep-menu-box .bottom {
    visibility: visible
}

.sep-menu-box .bottom.no {
    visibility: hidden
}

.sep-menu-box .bottom .menu-item {
    margin-bottom: 20px
}

.sep-menu-box .bottom .menu-item>li {
    border-bottom: 1px solid #ddd
}

.sep-menu-box .bottom .menu-item>li:last-child {
    border-bottom: none
}

.sep-menu-box .bottom .menu-item>li.active {
    background: #007840
}

.sep-menu-box .bottom .menu-item>li.active .box {
    border-bottom: 1px solid #fff
}

.sep-menu-box .bottom .menu-item>li.active .box a {
    color: #fff
}

.sep-menu-box .bottom .menu-item>li.active .box i {
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background: #fff
}

.sep-menu-box .bottom .menu-item>li.active .box i:after {
    border-top-color: #007840;
    border-right-color: #007840
}

.sep-menu-box .bottom .menu-item>li .box {
    position: relative;
    padding: 22px 30px;
    border-bottom: 1px solid transparent
}

.sep-menu-box .bottom .menu-item>li .box a {
    color: #282828;
    font-size: 18px
}

.sep-menu-box .bottom .menu-item>li .box i {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 20px;
    border-radius: 100%;
    background: #007840;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 26px;
    cursor: pointer;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out
}

.sep-menu-box .bottom .menu-item>li .box i:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -4px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sep-menu-box .bottom .menu-item>li>ul {
    padding: 5px 0;
    display: none
}

.sep-menu-box .bottom .menu-item>li>ul>li {
    padding: 4px 20px
}

.sep-menu-box .bottom .menu-item>li>ul>li a {
    color: #fff;
    font-size: 14px
}

.sep-menu-box .bottom-toggle {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 64px;
    background: #fff;
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.sep-menu-box .bottom-toggle.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.sep-menu-box .bottom-toggle .toggle {
    display: none
}

.sep-menu-box .bottom-toggle .toggle>ul {
    background: #fff
}

.sep-menu-box .bottom-toggle .toggle>ul>li {
    padding: 0 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 60px
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) span {
    width: 60;
    min-width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    border-right: 1px solid #ccc
}

.sep-menu-box .bottom-toggle .toggle>ul>li:nth-child(1) a {
    font-family: 'LATO-BOLD'
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul {
    display: none
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li {
    line-height: 40px
}

.sep-menu-box .bottom-toggle .toggle>ul>li>ul>li a {
    font-size: 14px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a {
    color: #282828;
    font-size: 16px;
    padding-left: 30px
}

.sep-menu-box .bottom-toggle .toggle>ul>li a i {
    font-size: 20px;
    color: #282828;
    position: absolute;
    right: 30px;
    top: 21px;
    cursor: pointer
}

.sep-menu-box .contact {
    background: #007840;
    color: #fff;
    display: table;
    margin: 0 auto 20px;
    margin-top: 0;
    padding: 4px 40px;
    font-size: 22px;
    border: none;
    border-radius: 0
}

.sep-menu-box .contact i {
    padding-right: 5px
}

.sep-menu-box .logo img {
    width: 59px
}

.gdw-mb-c {
    display: none
}

.sep-banner-mb {
    display: none
}

.sep-banner-mb img {
    width: 100%
}

.mb-bottom-wrap {
    padding-bottom: 24px;
    background: #131d26
}

.mb-bottom-wrap ul.info {
    padding: 28px 37px
}

.mb-bottom-wrap ul.info li {
    margin-bottom: 4px;
    position: relative;
    padding-left: 36px;
    color: #fff;
    font-size: 14px
}

.mb-bottom-wrap ul.info li:last-child {
    margin-bottom: 0
}

.mb-bottom-wrap ul.info li i {
    color: #fff
}

.mb-bottom-wrap ul.info li a {
    color: #fff
}

.mb-bottom-wrap ul.info li img {
    position: absolute;
    left: 0;
    top: 10px
}

.mb-bottom-wrap .bottom-menu>li:last-child {
    border-bottom: 1px solid #343e46
}

.mb-bottom-wrap .bottom-menu>li>ul {
    padding: 5px 0;
    padding-left: 60px;
    border-top: 1px solid #343e46;
    display: none
}

.mb-bottom-wrap .bottom-menu>li>ul li {
    padding: 5px 0;
    list-style: disc;
    color: #fff
}

.mb-bottom-wrap .bottom-menu>li>ul li a {
    font-size: 14px;
    color: #fff
}

.mb-bottom-wrap .bottom-menu>li .box {
    padding: 13px 37px;
    border-top: 1px solid #343e46;
    position: relative
}

.mb-bottom-wrap .bottom-menu>li .box a {
    color: #fff;
    font-size: 14px
}

.mb-bottom-wrap .bottom-menu>li .box i {
    position: absolute;
    right: 37px;
    top: 17px;
    color: #fff;
    cursor: pointer;
    font-size: 14px
}

.mb-bottom-wrap .sep-share {
    display: table;
    margin: 0 auto;
    margin-top: 24px
}

.mb-bottom-wrap .sep-share li {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-right: 6px;
    background: #1e2c39
}

.mb-bottom-wrap .sep-share li:hover {
    background: #007840;
    border: 1px solid #007840
}

.mb-bottom-wrap .sep-share li:hover a i {
    color: #fff
}

.mb-bottom-wrap .sep-share li a i {
    color: #fff;
    font-size: 14px;
}

@media screen and (min-width: 769px) {
    .sep-banner-mb {
        display:none;
    }

    .sep-search-box,.sep-shadow,.sep-lx-header-mb,.sep-menu-box {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .sep-banner-pc {
        display:none;
    }

    .sep-banner-mb {
        display: block;
    }
}

