@charset "utf-8";
@font-face {
    font-family: Roboto-Bold;
    src: url("../fonts/roboto-bold.ttf")
}

@font-face {
    font-family: Lato-Bold_0;
    src: url("../fonts/lato-bold_0.ttf")
}

@font-face {
    font-family: Open Sans Bold;
    src: url("../fonts/open sans bold.ttf")
}

@font-face {
    font-family: Lato-Regular_0;
    src: url("../fonts/lato-regular_0.ttf")
}

@font-face {
    font-family: Lato-Black_0;
    src: url("../fonts/lato-black_0.ttf")
}

@font-face {
    font-family: Roboto-Regular;
    src: url("../fonts/roboto-regular.ttf")
}

@font-face {
    font-family: Roboto-Light;
    src: url("../fonts/roboto-light.ttf")
}

*,
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
ul,
li,
dl,
dt,
dd,
div,
p,
pre,
form,
input,
button,
textarea,
hr {
    margin: 0px;
    padding: 0px;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    word-spacing: normal;
    color: #333;
    font-style: normal;
    font-weight: normal;
    position: relative;
    line-height: 1.7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

input {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#head {
    position: relative;
}

.left_bg {
    background: url("../images/top_bg.jpg") no-repeat;
    position: absolute;
    height: 100%;
    width: 40%;
    z-index: -1;
    left: 0;
    top: 0;
    background-size: cover;
}

.right_bg {
    background: #044139;
    position: absolute;
    height: 100%;
    width: 60%;
    z-index: -1;
    top: 0;
    right: 0;
    overflow: hidden;
}

.right_bgb {
    background: #FFF;
    top: 38px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.leftlogo_img {
    float: left;
    height: 138px;
    width: 20%;
    line-height: 138px;
}

.leftlogo_img a img {
    vertical-align: middle;
}

.right_wrap {
    padding-left: 34%;
}

.top {
    line-height: 38px;
    padding-left: 55px;
    height: 38px;
}

.top_share {
    height: 38px;
    line-height: 38px;
    float: left;
}

.top_share li {
    float: left;
    margin-right: 18px;
}

.top_share li a img {
    vertical-align: middle;
}

.info-links {
    float: right;
}

.info-links li {
    float: left;
    color: #b7bbc3;
    font-family: Open Sans;
    font-size: 14px;
    margin-left: 35px;
    text-indent: 30px;
}

.info-links li a {
    color: #b7bbc3;
}

.info-links li:nth-child(1) {
    background: url("../images/tel.png") no-repeat center left;
}

.info-links li:nth-child(2) {
    background: url("../images/xin.png") no-repeat center left;
}

.bottom {
    height: 100px;
    line-height: 100px;
    padding-left: 55px;
}

.nav {
    float: left;
}

.nav>li {
    float: left;
    position: relative;
}

.nav>li>a {
    float: left;
    margin-right: 71px;
    height: 100px;
    line-height: 100px;
    font-family: Roboto-Bold;
    color: #75828e;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}

.nav>li>a:after {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    background: #7bca33;
    display: none;
    bottom: 0;
    left: 0;
}

.nav>li>a:hover {
    color: #7bca33;
}

.nav>li>a:hover:after {
    display: block;
}

.search_bar {
    float: right;
    line-height: 96px;
    height: 100px;
}

.nav .submenu {
    position: absolute;
    float: left;
    width: auto;
    top: 100px;
    background: #FFF;
    padding-left: 0px;
    opacity: 0.95;
    filter: alpha(opacity=85);
    z-index: 9999999;
    display: none;
}

.nav .submenu li {
    border-bottom: 1px solid #d8d8d8;
    float: none;
}

.nav .submenu li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    height: 40px;
    display: block;
    color: #7bca33;
    padding: 5px 8px;
    text-transform: capitalize;
}

.submenu li:hover {
    background: #7bca33;
}

.submenu li:hover a {
    color: #FFF;
}

.hidden_content {
    position: relative;
    z-index: 1000;
    height: 66px;
    line-height: 66px;
    display: none;
    background: #7bca33;
    padding: 0 25px;
}

.mobile_logo {
    display: inline-block;
}

.mobile_logo img {
    vertical-align: middle;
}

.mobile_login_menu {
    float: right;
    display: none;
}

.mobile_login_menu img {
    vertical-align: middle;
    cursor: pointer;
    background: #7bca33;
}

.hide_menuwrap {
    position: absolute;
    float: right;
    transition: all 0.3s;
    z-index: 200;
    right: 0px;
    width: 300px;
}

.hide_menuwrap .nav_en1 {
    float: none;
}

.hide_menuwrap .nav_en li {
    float: none;
    position: relative;
}

.hide_menuwrap .nav_en1 a {
    background: #FFF;
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #7bca33;
    color: #7bca33;
    float: none;
    margin-right: 0;
    padding-left: 10px;
}

.hide_menuwrap .submenu {
    position: absolute;
    top: 0;
    right: 300px;
    width: 100%;
}

.hide_menuwrap .submenu li:hover a {
    color: #7bca33;
}

#slider {
    width: 100%;
    margin: 0 auto;
}

.controls li {
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #FFF;
    margin-top: -20px !important;
}

.controls li:hover {
    background: #7bca33;
    border: 1px solid #7bca33;
}

.controls li img {
    vertical-align: middle;
}

.controls li:nth-child(1) {
    left: 50px;
}

.controls li:nth-child(2) {
    right: 50px;
}

.nav_pagi {
    text-align: center;
    padding-top: 25px;
}

.pagination {
    overflow: auto;
    margin: 0 !important;
    margin-left: -36px !important;
    bottom: 35px !important;
}

.pagination li {
    background: #FFF;
    width: 15px !important;
    height: 15px !important;
}

.pagination li.active {
    background: #7bca33;
}

.title_bar {
    text-align: center;
}

.responsive {
    width: 100%;
    height: auto;
    display: block;
}

.about_title {
    font-family: Lato-Bold_0;
    color: #7bca33;
    text-transform: uppercase;
    font-size: 14px;
}

.toppo_title {
    font-family: Open Sans Bold;
    color: #161616;
    font-size: 50px;
    line-height: 67px;
}

.about_top {
    margin-top: 88px;
    margin-bottom: 100px;
}

#about .fl,
#about .fr {
    width: 50%;
}

.fl_top {
    padding: 80px 0;
}

.frtop_wrap {
    position: relative;
}

.wrap_bg {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/bg1.jpg") no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wrap_text {
    position: absolute;
    bottom: -40px;
    width: 100%;
    text-align: center;
    font-family: Lato-Black_0;
    font-size: 23px;
    color: #FFF;
    left: 0;
}

.wrap_font {
    font-family: Lato-Regular_0;
    font-size: 16px;
    color: #FFF;
    background: url("../images/right_bg.jpg") no-repeat;
    float: right;
    width: 50%;
    background-size: cover;
}

.font_content {
    padding: 40px 35px;
    position: relative;
    overflow: hidden;
}

.font_content p {
    height: 162px;
    overflow: hidden;
    line-height: 2;
}

.wrap_line {
    width: 19px;
    height: 3px;
    background: #FFF;
    margin: 3px 0;
    display: inline-block;
}

.fr_top .frtop_wrap:nth-child(2) .wrap_bg {
    left: inherit;
    right: 0;
    background: url("../images/bg2.jpg") no-repeat;
    background-size: cover;
}

.fr_top .frtop_wrap:nth-child(2) .wrap_font {
    float: left;
    background: #FFF;
    color: #252525;
    text-align: right;
}

.fr_top .frtop_wrap:nth-child(2) .wrap_line {
    background: #7bca33;
}

.fl_bottom {
    background: url("../images/left_bg.jpg");
    background-size: cover;
}

.fl_bottom .font_content {
    padding: 315px 59px 40px 59px;
    color: #000;
}

.fl_bottom .font_content .wrap_line {
    background: #000;
}

.fl_bottom .font_content p {
    width: 45%;
}

.about_bottom {
    padding-bottom: 60px;
    position: relative;
    padding-right: 25px;
    padding-left: 25px;
}

.about_botbg {
    background: url("../images/bottom_bg.jpg") no-repeat;
    background-size: cover;
    z-index: -2;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 180px;
    padding-bottom: 160px;
    margin-top: -210px;
    left: 0;
}

.about_bottom .container {
    margin-top: -50px;
}

.about_bottom .toppo_title {
    color: #FFF;
}

.about_bottom p {
    font-family: Roboto-Regular;
    margin-top: 45px;
    color: #b3b8bc;
    font-size: 18px;
    width: 85%;
    text-align: justify;
}

.about_bottom .fr img {
    max-width: 100%;
    display: block;
}

#about .read_more a {
    width: 160px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-family: Lato-Bold_0;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    background: #7bca33;
    margin-top: 24px;
    border: 1px solid #7bca33;
    transition: all .6s;
}

#about .read_more a:hover {
    background: #FFF;
    color: #7bca33;
}

.advantage {
    position: relative;
    padding: 0 25px;
}

.advan_bg {
    width: 1675px;
    float: right;
    background: #f2f2f2;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.advan_title {
    font-family: Lato-Black_0;
    font-size: 46px;
    color: #000;
    line-height: 58px;
}

.advan_title span.advan_span {
    display: inline-block;
    width: 184px;
    height: 3px;
    background: #2f2f2f;
    margin-bottom: 5px;
    margin-left: 5px;
}

.advan_content {
    padding: 100px 0;
}

.advan_li {
    margin-top: 100px;
}

.advan_li li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.advan_li li:last-child {
    margin-right: 0;
}

.advan_liti {
    font-family: Lato-Black_0;
    font-size: 25px;
    color: #000;
    line-height: 1.4;
    margin: 25px 0;
}

.advan_li li p {
    font-family: Lato-Regular_0;
    color: #333;
    font-size: 18px;
    width: 70%;
}

.container2 {
    max-width: 1430px;
    margin: 0 auto;
}

#procate,
#news {
    margin-top: 90px;
}

.title {
    font-family: "Opan Sans Blod";
    color: #161616;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}

.procate_li li {
    float: left;
    width: 21%;
    margin-right: 3.5%;
    margin-top: 50px;
    overflow: hidden;
}

.procate_li li:nth-child(3n) {
    /* margin-right: 0; */
}

.procate_li li img {
    max-width: 100%;
    display: block;
}

.procate_li li:nth-child(2n) img {
    /* margin-top: -100px; */
}

.procate_img {
    position: relative;
    overflow: hidden;
}

.mask {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    background: #0a7363;
    opacity: 0.9;
    transition: all 0.3s;
    transform: scale(0);
}

.procate_li li:hover .mask {
    transform: scale(1);
}

.link_pro {
    position: absolute;
    width: 48px;
    height: 48px;
    background: url("../images/link.png") no-repeat;
    background-size: cover;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
    opacity: 0;
}

.procate_li li:hover .link_pro {
    opacity: 1;
}

.procate_li li:hover h3 a {
    color: #7bca33;
}

.procate_li li:hover .procate_bot:before {
    background: #7bca33;
}

.procate_bot {
    margin: 20px 0;
    text-align: center;
    position: relative;
}

.procate_bot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background: #f0f0f0;
}

.procate_content {
    display: inline-block;
}

.procate_content h3 {
    white-space: nowrap;
    overflow: hidden;
}

.procate_content .pro_more {
    text-align: left;
    font-family: "Microsoft YaHei UI";
    font-size: 18px;
    color: #a8a8a8;
    display: block;
}

.procate_content h3 a {
    font-family: "Microsoft YaHei UI";
    font-size: 20px;
    color: #000;
}

.procate_li li:nth-child(5) {
    /* margin-top: -50px; */
}

.new_content {
    position: relative;
    padding: 55px 0;
    margin-top: 40px;
}

#news .fl,
#news .fr {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
}

#news .fr {
    right: 0;
    left: inherit;
}

#news .fl {
    background: url("../images/newsl.jpg");
    background-size: cover;
    width: 60%;
}

#news .fr {
    background: url("../images/newsr.jpg");
    background-size: cover;
    width: 40%;
}

.news_limg {
    width: 27.33%;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
}

.news_limg a img {
    max-width: 100%;
    display: block;
    height: 100%;
}

.news_limg a {
    display: inline-block;
    height: 100%;
}

.new_content ul.news_li li {
    position: relative;
    width: 100%;
    margin-bottom: 35px;
}

.new_content ul.news_li li:hover h3 a {
    color: #7bca33;
}

.news_rbg {
    position: absolute;
    right: 0;
    width: 72.66%;
    background: #FFF;
    height: 100%;
    z-index: -1;
}

.news_wrap {
    /* padding: 20px; */
}

.newswrap_content {
    padding: 2%;
    border: 1px solid #f6f6f6;
    width: 78%;
    margin-left: 18%;
    background: #FFF;
}

.newswrap_content h3 a {
    color: #3d3d3d;
    font-family: Roboto-Bold;
    text-transform: uppercase;
    font-size: 20px;
}

.newswrap_content p {
    font-family: Lato-Bold_0;
    color: #6b6b6b;
    font-size: 15px;
    margin: 15px 0;
}

.pub_date {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 22px;
    background: #7bca33;
    text-align: center;
    font-family: Lato-Bold_0;
    color: #FFF;
}

.pub_day {
    font-size: 30px;
}

.pub_mon {
    font-size: 15px;
}

.pub_year {
    font-size: 12px;
}

.pub_line {
    background: #b0df85;
    height: 1px;
    width: 100%;
}

.newswrap_content .news_more a {
    background: url("../images/newsarr.png") no-repeat center right;
    display: inline-block;
    color: #7bca33;
    padding-right: 25px;
    font-family: Lato-Bold_0;
    font-size: 15px;
}

.news_control div {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/30.png") no-repeat;
    margin-right: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.current {
    background: url("../images/active1.png") no-repeat !important;
}

.container3 {
    max-width: 1605px;
    margin: 0 auto;
}

#custom {
    padding: 50px 0;
}

#custom .fl {
    width: 33.33%;
}

.custom_top {
    padding: 70px 45px;
    background: #7bca33 url("../images/wen.png") no-repeat bottom right;
    font-family: Lato-Regular_0;
    color: #FFF;
    font-size: 35px;
    position: relative;
}

.custom_top img {
    position: absolute;
    right: 20px;
    top: 20px;
}

.custom_top:after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-top: 15px solid #7bca33;
    left: 50%;
    margin-left: -15px;
    z-index: 1;
    bottom: -30px;
}

.input_box {
    padding: 65px 55px 45px 55px;
    background: #f7f7f7;
}

.input_box input {
    border: 1px solid #ECECEC;
    height: 65px;
    line-height: 65px;
    width: 100%;
    margin-bottom: 18px;
    text-indent: 32px;
    font-family: Roboto-Light;
    color: #000;
    font-size: 17px;
}

.input_box input::-webkit-input-placeholder,
.input_box textarea::-webkit-input-placeholder {
    font-family: Roboto-Light;
    color: #7c7c7c;
    font-size: 17px;
}

.footTextarea {
    width: 100%;
    border: 1px solid #ECECEC;
    height: 140px;
    text-indent: 32px;
    padding: 27px 0;
    outline: none;
    font-family: Roboto-Light;
    color: #000;
    font-size: 17px;
}

#ImgSend_I {
    width: 170px;
    height: 65px;
    background: #7bca33;
    font-family: Roboto-Bold;
    line-height: 65px;
    text-align: center;
    font-size: 22px;
    text-indent: 0;
    color: #FFF;
    cursor: pointer;
    float: right;
    margin-top: -6px;
    margin-bottom: 0;
    border: 1px solid #7bca33;
}

#ImgSend_I:hover {
    background: #FFF;
    color: #7bca33;
}

#custom .fr {
    width: 63.66%;
    margin-left: 3%;
}

#custom .fr img {
    max-width: 100%;
    display: block;
    margin-top: 90px;
    margin-bottom: 40px;
}

.number li {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.number_content {
    padding: 30px 0;
    text-align: center;
    box-shadow: 3px 6px 35px #c9c9c9;
}

.number_font {
    font-family: Roboto-Bold;
    font-size: 35px;
    color: #000;
    display: inline-block;
}

span.number_span {
    color: #000;
    font-size: 22px;
    display: inline-block;
    font-family: Roboto-Bold;
}

.number_content p {
    font-family: Lato-Bold_0;
    color: #7c7c7c;
    font-size: 15px;
}

.number li:hover .number_font,
.number li:hover span.number_span {
    color: #7bca33;
}

.foot_top {
    line-height: 67px;
    background: #191919;
    text-align: center;
}

.foot_top li {
    display: inline-block;
}

.foot_top li a {
    display: inline-block;
    padding: 0 31px;
    font-family: Roboto-Bold;
    color: #CCCccc;
    text-transform: uppercase;
    font-size: 14px;
}

.foot_top li a:hover {
    background: #7bca33;
    color: #FFF;
}

.foot_bottom {
    clear: both;
    margin: 0px auto;
    padding: 10px 0px;
    background: #222;
}

.foot_content li,
.foot_content li a {
    font-family: "Open Sans";
    color: #CBCBCB;
    padding: 8px 0;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    word-break: break-all;
    overflow: hidden;
}

.foot_bottom .fl,
.foot_bottom .fr {
    color: #CBCBCB;
    width: 50%;
    text-align: right;
}

.foot_bottom .fr {
    text-align: left;
}

.foot_content {
    padding-right: 25px;
}

.foot_content img {
    margin-right: 10px;
    vertical-align: middle;
}

.foot_feed p {
    font-family: Roboto-Regular;
    color: #CBCBCB;
    font-size: 13px;
    margin-bottom: 22px;
}

.foot_feed {
    padding-left: 25px;
    margin-top: 26px;
}

.foot_feed input {
    height: 45px;
    line-height: 45px;
    border: none;
    float: left;
}

#FootEmail {
    width: 100%;
    background: #191919;
    text-indent: 22px;
    color: #FFF;
}

.submit_input {
    position: relative;
    width: 300px;
}

.submit_input input::-webkit-input-placeholder {
    font-family: Roboto-Regular;
    color: #767676;
    font-size: 12px;
}

.gosubmit {
    position: absolute;
    background: url("../images/search2.png") no-repeat center center;
    width: 45px;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}

.foot_share li {
    display: inline-block;
}

.foot_share li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 2px solid #727272;
    line-height: 36px;
    text-align: center;
    margin-right: 10px;
}

.foot_share li a:hover {
    background: #FFF;
    border: 2px solid #7bca33;
}

.foot_share li a img {
    vertical-align: middle;
}

.foot_share {
    text-align: center;
    margin-top: 40px;
}

.copy_right {
    font-family: Roboto-Regular;
    color: #CCC;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

#foot {
    clear: both;
    margin: 0px auto;
    border-bottom: 2px solid #727272;
}

.flip-in-hor-top {
    -webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes flip-in-hor-top {
    0% {
        -webkit-transform: rotateX(-80deg);
        transform: rotateX(-80deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@media screen and (max-width:1680px) {
    .left_bg {
        width: 25.33%;
    }
    .right_bg {
        width: 74.66%;
    }
}

@media screen and (max-width:1280px) {
    .left_bg {
        width: 20.33%;
    }
    .right_bg {
        width: 79.66%;
    }
    .search_bar {
        display: none;
    }
    .new_content ul.news_li li {
        margin: auto;
        margin-bottom: 35px !important;
    }
    #custom .fl,
    #custom .fr {
        width: 100%;
        margin-right: 0;
    }
    .itembody .list_right {
        padding-left: 0 !important;
    }
    .list_left {
        float: none !important;
    }
    .pror_detail .fr {
        width: 100% !important;
    }
}

@media screen and (max-width:1024px) {
    .new_content ul.news_li li {
        width: 90%;
    }
    .news_control {
        text-align: center;
    }
    .right_bg,
    .left_bg {
        display: none;
    }
    .leftlogo_img {
        background: #7bca33;
        float: none;
        width: 106%;
        height: 70px;
        line-height: 70px;
    }
    .top .top_share,
    .top .info-links {
        display: none;
    }
    .top {
        height: 0
    }
    .right_wrap {
        padding-left: 0;
    }
    .mobile_login_menu {
        display: block;
        margin-right: 15px;
        line-height: 70px;
    }
    .nav {
        position: absolute;
        float: right;
        transition: all 0.3s;
        z-index: 200;
        right: 0px;
        width: 300px;
        min-width: unset;
        top: 70px;
        padding: 0;
        background: #FFF;
        height: unset;
        margin-right: 0
    }
    .nav>li {
        float: none;
        display: none;
        position: relative;
    }
    .nav>li a {
        line-height: 45px;
        color: #7bca33;
        border-bottom: 1px solid #7bca33;
        height: 45px;
        display: block;
        float: none;
        padding: 0 10px;
        margin-right: 0;
    }
    .nav .submenu {
        left: unset !important;
        right: 300px;
        top: 0;
    }
    .bottom {
        height: unset;
    }
    .hidden_content {
        display: block;
    }
    .top {
        padding: 0 25px;
    }
    .search{
        display: none;
    }
    #news .fl{
        width: 100%;
    }

}

@media screen and (max-width:900px) {
    #about .fl,
    #about .fr {
        width: 100%;
    }
    .about_top {
        padding: 0 25px;
    }
    .about_bottom p {
        width: 100%;
    }
    #about .read_more a {
        margin-bottom: 25px;
    }
    .about_bottom {
        text-align: -webkit-center;
    }
    .procate_li li:nth-child(2n) img {
        margin-top: 0 !important;
    }
    .procate_li li:nth-child(5) {
        margin-top: 50px;
    }
    .procate_li li {
        width: 48%;
        margin-right: 4%;
    }
    .procate_li li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .procate_li li:nth-child(3n) {
        margin-right: 4%;
    }
    .advan_li li {
        width: 100%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .advan_title {
        text-align: center;
    }
    .advan_li li p {
        width: 100%;
    }
    .number li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .number li:nth-child(2n) {
        margin-right: 0;
    }
    .submit_input {
        width: 200px;
    }
    .about_top {
        margin-top: 0;
    }
    .pro_right {
        padding-left: 0 !important;
    }
    .pro_left {
        width: 100% !important;
        float: none !important;
    }
}

@media screen and (max-width:640px) {
    .wrap_bg {
        display: none;
    }
    .wrap_font {
        width: 100%;
    }
    .toppo_title {
        font-size: 28px;
    }
    .procate_li {
        padding: 0 25px;
    }
    .procate_li li {
        width: 100%;
        margin-right: 0;
    }
    .number li {
        width: 100%;
        margin-right: 0;
    }
    .foot_bottom .fl,
    .foot_bottom .fr {
        width: 100%;
        text-align: center;
    }
    .foot_feed {
        padding-left: 0;
    }
    .submit_input {
        width: 300px;
        margin: 0 auto;
    }
    .number {
        padding: 0 25px;
    }
    .title {
        font-size: 32px;
    }
    .advan_content {
        padding: 50px 0;
    }
    .advan_li {
        margin-top: 50px;
    }
    .news_limg {
        width: 100%;
    }
    .news_rbg {
        display: none;
    }
    .info-links {
        display: none;
    }
    .top_share {
        text-align: center;
        float: none;
    }
    .top_share li {
        float: none;
        display: inline-block;
    }
    .pub_date {
        padding: 3px 19px;
    }
    .fl_top {
        padding: 30px 0;
    }
    .fl_bottom .font_content {
        padding: 150px 59px 40px 59px;
    }
    .advan_title {
        font-size: 28px;
        line-height: 50px;
    }
    #procate,
    #news {
        margin-top: 40px;
    }
}

.pro_right ul li:nth-child(1) .itembody_in {
    padding-top: 0;
}

.products {
    transition: all 0.3s;
}

.ssp_mid {
    background: #FFF !important;
}

.ssp_mid .content_title {
    width: 100%;
    height: 35px;
    padding: 5px 0;
    margin-bottom: 10px;
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

.products_wrap {
    padding: 0 25px;
    margin-top: 5px;
}

.pro_left {
    width: 200px;
    padding-bottom: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #666;
}

.pro_left .foot_contact li {
    width: 100% !important;
}

.pro_left .foot_contact {
    margin: 0 !important;
    background: #7bca33;
    padding: 25px 10px;
}

.pro_left .foot_contact li:nth-child(2) p {
    max-width: 90%;
}

.pro_left,
.list_left,
.list_right {
    float: left;
}

.con_title {
    height: 55px;
    line-height: 55px;
    color: #FFF;
    background: #7bca33;
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.pro_left .sf-menu {
    margin: 0px auto;
    padding-bottom: 20px;
}

.pro_left .sf-menu li {
    border-bottom: 1px solid #FFF;
}

.pro_left .sf-menu a {
    display: block;
    color: #000;
    line-height: 20px;
    font-size: 16px;
    padding: 9px 0 9px 18px;
    background: url(../images/pico.png) 5px 15px no-repeat;
}

.pro_left .sf-menu a:hover {
    color: #FFF;
    background: #7bca33;
    url(../images/pico.png) 5px 15px no-repeat;
}

.pro_left .sf-menu ul li a {
    background: #FFF;
    color: #333;
}

.pro_right {
    padding-left: 230px;
    margin-bottom: 75px;
}

.singgle_b {
    width: 33.333%;
    float: left;
    transition: all 0.3s;
}

.single_imgb img {
    max-width: 100%;
}

.singgle_b .watch_box {
    padding: 0px 10px 20px 10px;
}

.change_box {
    text-align: center;
}

.singgle_b .watch_box img {
    max-height: 100%;
    max-width: 100%;
}

.singgle_b .watch_box>a {
    display: block;
    color: #000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
}

.singgle_b .watch_box p {
    text-align: center;
    margin-top: 10px;
    color: #666;
    height: 45px;
    overflow: hidden;
    line-height: 1.7;
}

.pror_wrap {
    width: 100%;
    font-size: 14px;
}

.pror_detail {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 1px dashed #CCC;
}

.pror_detail .fl {
    max-width: 400px;
    float: left;
}

.pror_detail .fr {
    width: 52%;
    float: right;
    font-size: 14px;
    line-height: 25px;
}

.pror_detail .fr h1,
.productsTags {
    font-weight: 600;
    width: 100%;
    display: block;
    font-size: 19px;
    border-bottom: 1px dashed #DDD;
    padding: 7px 0px;
    margin-bottom: 10px;
    line-height: 34px;
    color: #666;
}

.special_read {
    padding: 6px 12px;
    background: #7bca33;
    border: 1px solid #7bca33;
    color: #FFF;
    border-radius: 5px;
    display: inline-block !important;
    margin-right: 5px;
    transition: all 0.6s;
}

.special_read:hover {
    background: #FFF;
    border: 1px solid #7bca33;
    color: #7bca33;
}

.pror_detail .special_read {
    margin-top: 10px;
}

.itembody {
    width: 100%;
    float: left;
}

.itembody .list_right .case_detail {
    padding: 0;
}

.itembody_in {
    border-bottom: 1px dotted #e4e4e4;
    transition: all 0.3s;
    overflow: hidden;
}

.itembody .list_left {
    width: 250px;
}

.itembody .list_right {
    transition: all 0.3s;
    padding-left: 270px;
    float: none;
}

.itembody .list_right h3 a {
    color: #000;
    font-size: 18px;
}

.itembody .list_left img {
    width: 100%;
    height: 100%;
}

.pages {
    text-align: center;
    font-size: 12px;
    padding: 15px 0 20px 0;
    color: #b2b2b2;
    clear: both;
    margin-bottom: 30px;
}

.pages a,
.pages span {
    display: inline-block;
    margin: 1px 5px;
    min-width: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
}

.pages a:link,
.pages a:visited {
    color: #666;
    background: #FFF;
}

.pages a:hover,
.pages a:active,
.pages span.ctxt {
    color: #FFF;
    background: #7bca33;
    text-decoration: none;
}

#imgshow {
    display: none !important;
}

.pshare {
    float: left;
    padding: 8px 0 0 0;
}

.jsshare {
    text-align: center;
    padding-top: 25px;
}

.pshare li {
    float: left;
    width: 48%;
    height: 28px;
    line-height: 28px;
}

.pshare li img {
    vertical-align: middle;
    margin-right: 12px;
}

.jsshare span.stxt {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 8px 0 0;
    position: relative
}

.jsshare a,
.jsshare a img {
    width: 35px;
    vertical-align: middle
}

.watch_botton {
    margin-top: 30px;
}

.button_box button {
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    outline: none;
    background: #7bca33;
}

.pro_left .address_box li {
    word-break: break-all;
}

.button_box p {
    padding: 10px 0;
}

.pror_detail .fr h1,
.productsTags {
    font-weight: 600;
    display: block;
    font-size: 19px;
    border-bottom: 1px dashed #DDD;
    padding: 7px 0px;
    margin-bottom: 10px;
    line-height: 34px;
    color: #666;
}

.watch_botton .ptit {
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    outline: none;
    background: #7bca33;
    display: inline-block;
}

h1 {
    text-transform: capitalize;
    font-size: 36px;
}

.plist {
    display: inline-block;
}

.plist ul {
    float: left;
    width: 100%;
    transition: all 0.6s;
}

.plist ul .fl {
    float: left;
    width: 250px;
}

.plist ul .fl img {
    width: 100%;
    height: 100%;
}

.plist ul strong {
    font-weight: bold;
}

.plist ul li>p {
    transition: all 0.3s;
    padding-left: 270px;
}

.plist ul a {
    color: #333;
}

.plist ul a:hover {
    color: #666;
}

.rollPro1 {
    width: 100%;
    margin: 10px auto;
    overflow: hidden;
}

.rollPro1 li {
    width: 30%;
    float: left;
    margin-right: 3%;
    text-align: center;
}

.rollPro1 li .pbox {
    border: 1px solid #DDD;
    padding: 4px;
}

.rollPro1 li a {
    text-decoration: none;
    color: #333;
}

.rollPro1 li .pbox img {
    max-width: 100%;
    max-height: 100%;
}

.rollPro1 li p {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px auto;
}

.news_message {
    padding: 0 16px;
    border: none;
}

.news_message .news_li {
    text-align: right;
    height: 40px;
    margin-top: 0 !important;
    background: url(../images/pico.png) 5px 15px no-repeat;
    border-bottom: 1px dashed #DDD;
    line-height: 40px;
    color: #888;
    overflow: hidden;
    padding-top: 0 !important;
}

.news_message .news_li a {
    float: left;
    font-size: 15px;
    text-align: left;
    text-indent: 15px;
    color: #666;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    height: 40px;
}

.news_message li span {
    font-size: 14px;
    color: #333;
}

.news_message li a:hover {
    color: #666;
    text-decoration: underline;
}

.box_li {
    padding: 20px 0;
    border-bottom: 1px solid #ECECEC;
    float: left;
}

.box_left {
    width: 200px;
    float: left;
}

.box_left img {
    width: 100%;
}

.box_right {
    padding-left: 220px;
    float: none;
}

.box_right h3 a {
    color: #333333;
    font-size: 18px;
    line-height: 16px;
}

.artical_date {
    padding: 5px 0;
    color: #666;
    font-size: 14px;
}

.tit {
    text-align: center;
    color: #333;
    font-size: 22px;
}

.time {
    line-height: 30px;
    border-bottom: 1px solid #CCC;
    padding-top: 10px;
    font-size: 12px;
    color: #999;
    width: 160px;
    margin: 0px auto 20px;
    text-align: center;
}

.pinfo img {
    max-width: 100%;
}

.prev_next {
    padding: 20px 0;
    font-size: 16px;
    color: #444;
    width: 100%;
    border: none !important;
}

.prev_next li:nth-child(1) {
    margin-right: 5%;
}

.prev_next li {
    float: left;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prev_next a {
    color: #444;
    font-size: 15px;
}

.pro_right .news_top {
    font-size: 25px;
    line-height: 24px;
    padding: 10px 0 35px 0;
    font-weight: normal;
    height: 30px;
    color: #000;
}

.news_mid {
    border: none !important;
}

.news_mid li {
    float: left;
    width: 50%;
    height: 35px;
    line-height: 35px;
}

.news_mid li a {
    display: block;
    white-space: nowrap;
    margin-right: 3%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    border-bottom: 1px dashed #CCC;
    color: #333;
}

.news_mid a:hover {
    color: #000;
    text-decoration: underline;
}

.prev_next a:hover {
    color: #000;
}

.case_explain {
    padding: 10px 0;
    line-height: 26px;
}

.ejfl {
    font-size: 24px;
    font-weight: normal;
}

.pro_left .foot_icon li {
    width: 100%;
}

.pro_left .contact_box li {
    background: none;
    padding: 0;
    margin: 0;
}

.table {
    border-collapse: collapse;
}

.table td,
.table th {
    border: 1px solid #CDCDCD;
    padding: 5px;
}

.table p {
    padding: 0px;
    margin: 0px;
}

#xyz * {
    box-sizing: border-box
}

#xyz {
    position: absolute;
    z-index: 99999;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-left: 15px;
    float: right;
    top: 4px;
}

.xyz12 {
    width: 100%;
    position: absolute;
    height: 100%
}

.xyz12 ul {
    background: #424e58
}

.xyz12 li {
    float: none;
    margin-left: 0;
    width: 100%;
    position: relative;
    height: 30px;
    z-index: 1;
    text-align: left;
}

.xyz12 li a {
    color: #FFF;
    font-size: 12px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 8px;
}

.xyz12 li.selected {
    border-top: 0px;
}

.xyz12 li.selected a {
    color: #8550d9;
}

.xyz12 span {
    position: absolute;
    right: 6px;
    top: 0;
    background: url(../images/amore.png) center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
}

.xyz12 span.dp {
    background: url(../images/amore1.png) center no-repeat;
}

.xyz12 li img {
    vertical-align: middle;
    margin: 0 7px 0 0;
    width: 16px
}

@media (max-width:1024px) {
    #xyz {
        top: 22px;
        right: 62px;
        position: absolute;
    }
    .xyz12 ul {
        background: #8dde44
    }
}

.inner_banner img {
    width: 100%;
}

@charset "utf-8";
.singglepic {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 380px;
    border: solid 1px #FAFAFA;
    text-align: center;
    z-index: 100
}

.singglepic img {
    max-width: 378px;
    max-height: 378px
}

.d-slides .singglepic img {
    position: relative;
    left: 0;
    top: 0;
    max-width: 378px;
    max-height: 378px;
    width: auto
}

.singglepic .on {
    z-index: 99999
}

.singglepic .on img {
    border: 1px solid #CCC;
    z-index: 99999;
    width: auto;
    text-align: center;
    background: #FFF;
    cursor: pointer
}

.singglepic.on img {
    max-width: initial;
    max-height: initial;
    z-index: 99999;
    width: auto
}

#feedbackForm table {
    width: 100%;
    max-width: 600px;
    _width: 600px;
    margin-top: 20px;
    margin: 0 auto;
    text-align: left;
}

.ftxt {
    width: 24%;
}

.fput {
    width: 70%;
}

#feedbackForm .text {
    float: left;
    width: 80%;
    height: 26px;
    margin: 16px 0px 0px 0px;
    font-size: 12px;
    line-height: 26px;
    padding: 0px 5px;
    border: 1px solid #CCC;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

#feedbackForm .lable {
    padding: 10px 12px 0px 0px;
    line-height: 30px;
    height: 30px;
    text-align: right;
}

#feedbackForm .atextarea {
    float: left;
    width: 80%;
    padding: 5px;
    margin: 16px 0px 0px 0px;
    border: 1px solid #CCC;
    height: 100px;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

#feedbackForm .submita {
    display: inline-block;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    background: #FF9C00;
    margin: 20px 14px;
    border: none;
    color: #FFF;
    cursor: pointer
}

#feedbackForm .fsbtn {
    text-align: center;
    width: 80%;
    padding: 1px;
    margin: 0px;
}

#feedbackForm span.xh,
#msg {
    color: #f00;
}

#newsletter .eput {
    border: 1px solid #EEE;
}

.copy_right a {
    color: #bcbcbc;
}

.product-img .singglepic img {
    width: 100%;
}

.footlinks {
    clear: both;
    margin: 0px auto;
    padding: 5px 10%;
    height: auto;
    font-size: 9pt;
    line-height: 140%;
    color: #CCC;
    text-align: center;
    background-color: #222;
}

.footlinks a:link,
.footlinks a:visited {
    font-size: 9pt;
    line-height: 140%;
    color: #CCC;
    margin-right: 3px;
}

.pro_right .news_top {
    margin-top: 36px;
    padding-bottom: 0;
}

#hid {
    display: none;
}

.search {
    position: relative;
    background: #0a7363;
    width: 100%;
    padding: 80px 0;
}

.search .container .search-ipt {
    float: right;
    width: 706px;
    position: relative;
}

.search .container .seach-title {
    position: absolute;
    top: 19px;
    left: 0;
    width: 40%;
    height: 70px;
    background: #201f1a;
    color: #FFF;
    text-align: left;
    padding-top: 20px;
}

.search .container .search-ipt input {
    position: absolute;
    width: 76%;
    height: 50px;
    padding: 0 2%;
    border: 0;
    font-size: 16px;
    border-right: 1px solid #898886;
    background: #FFF;
    left: 0;
    top: 5px;
}

.search .container .search-ipt button {
    background: #201f1a;
    height: 60px;
    padding: 0 50px 0 50px;
    border: 0;
    font-size: 18px;
    color: #FFF;
    float: right;
}

.search .container .seach-title {
    height: 114px;
    padding-top: 50px;
}

.search .container .seach-title h2 {
    padding-left: 63%;
    font-weight: normal;
    font-size: 32px;
    line-height: 30px;
}

.search .container .seach-title i {
    padding-left: 61%;
    opacity: 0.5;
}

.aboutus {
    padding: 87px 0 70px 0
}

.about-main-lf {
    border: 1px solid #EAEAEA;
    width: 500px;
    box-sizing: border-box;
    flex: 0 0 auto;
    margin-right: 50px;
    box-shadow: 0 0 40px #d9d9d9
}

.about-main-lf li {
    padding: 39px 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s
}

.about-main-lf li::after {
    position: absolute;
    bottom: 0;
    width: 440px;
    height: 1px;
    background: #EAEAEA;
    left: 30px;
    content: ""
}

.about-main-lf li:nth-last-child(1)::after {
    display: none;
}

.about-main-lf .num {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    color: #e7e7e7;
    transition: all .3s;
    font-size: 60px;
    cursor: default
}

.about-title {
    font-size: 1.25rem;
    color: #3db45e;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
}

.about-title a {
    font-size: 1rem;
    color: #7a7a7a;
    margin-top: 29px;
    display: block
}

.about-title i {
    margin-left: 5px
}

.about-main-lf li.active {
    background: #3db45e
}

.about-main-lf li.active .num {
    opacity: .15;
    color: #FFF;
    font-weight: 600;
    font-size: 10.625rem;
    top: 69%;
    right: 20px
}

.about-main-lf li.active .about-title {
    color: #FFF
}

.about-main-lf li.active .about-title a {
    color: #FFF
}

.about-main-rt {
    position: relative;
    left: 0;
    width: 100%
}

.about-intro-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-map img {
    width: 100%
}

.about-intro-list li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -5;
    opacity: 0;
    transition: all .3s
}

.about-intro-list li.active {
    z-index: 5;
    opacity: 1
}

.about-intro {
    font-size: 1rem;
    color: #7a7a7a;
    border: 1px solid #dcdcdc;
    line-height: 1.5;
    padding: 45px 35px;
    bottom: 20px;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 40px #d9d9d9;
    z-index: 5;
    background: #FFF
}

.about-intro-nav {
    position: absolute;
    bottom: -10px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%)
}

.about-intro-nav li {
    width: 10px;
    height: 10px;
    background: #e6e6e6;
    border-radius: 5px;
    margin: 0 9px;
    cursor: pointer
}

.about-intro-nav li.active {
    background: #3db45e
}

.more-btn {
    border: 1px solid #dadada;
    height: 50px;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 1rem;
    color: #7a7a7a;
    width: 182px;
    margin: 25px auto;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.ai-c {
    align-items: center;
}

.jc-c {
    justify-content: center;
}

.flex {
    display: flex;
}

.jc-sb {
    justify-content: space-between;
}

.moveShow {
    animation: moveShow 1.5s forwards .1s cubic-bezier(.68, -.55, .27, 1.55);
}

.title-text {
    font-size: .9375rem;
    line-height: 1.73;
    text-align: center;
    color: #7a7a7a;
}

.col-lg-6 {
    width: 60%;
    display: inline-block;
}

.news-slide {
    width: 30%;
    display: inline-block;
    color: #0c7962;
    margin-left: 9%;
}

.news-slide-container {
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.news-slide-container h3,
.news-slide-container .h3 {
    width: 80%;
    margin: 0px auto;
    font-weight: 600;
    font-size: 23px;
}

.news-slide-container hr {
    width: 80%;
    height: 1px;
    margin: 20px auto;
    background: #0c7962;
    border: none;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide-dynamic {
    /* height: 200px!important; */
    width: 100%!important;
    margin: 0px auto;
    display: flex;
    align-items: inherit;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 20px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news-slide-container ul {
    width: 90%;
    margin: 0px auto;
    font-size: 14px;
}

.news-slide-container ul li {
    line-height: 40px;
}

.dynamic a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.dynamic a h4 {
    display: inline-block;
    width: 60%;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    color: #0c7962;
}

.dynamic a span {
    width: 40%;
    text-align: right;
    color: #0c7962;
}

footer {
    margin-top: 30px;
    width: 100%
}

footer .top-btn {
    display: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease
}

footer .top-btn:hover {
    cursor: pointer;
    background: #ccc
}

footer .top-btn i {
    position: relative;
    transform: scale(1.4)
}

footer .footer-top {
    margin: 0 260px;
    height: 140px;
    background: #0c7962;
    display: flex;
    align-items: center;
    padding: 0 43px;
    justify-content: space-between
}

footer .footer-top .contact-left {
    display: flex
}

footer .footer-top .contact-left .contact-logo img {
    position: relative;
    top: -20px
}

footer .footer-top .contact-left .contact-content {
    position: relative;
    padding-top: 20px;
    width: 600px;
    height: 100%;
    margin-left: 50px
}

footer .footer-top .contact-left .contact-content p:first-child {
    line-height: 58px;
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

footer .footer-top .contact-left .contact-content p:nth-child(2) {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

footer .footer-top .contact-left .contact-content:before {
    content: "";
    position: absolute;
    left: -20px;
    width: 3px;
    height: 34px;
    background: #fff;
    opacity: .5;
    top: 60px
}

footer .footer-top .contact-btn {
    width: 206px;
    height: 60px;
    border: 2px solid #fff;
    justify-content: flex-end;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease
}

footer .footer-top .contact-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

footer .footer-top .contact-btn:hover {
    background: #fff
}

footer .footer-top .contact-btn:hover a {
    color: #2b3aa1
}

footer .footer-container {
    overflow: hidden;
    /* height: 600px; */
    background: #1f1f1f
}

footer .footer-container>ul {
    display: flex;
    /* height: 140px; */
    background: #161616;
    margin: 0 260px
}

footer .footer-container>ul>li {
    height: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .footer-container>ul>li .logo {
    position: relative;
    height: 100px;
    width: 140px;
    background: url(../images/footer-contact.png) no-repeat
}

footer .footer-container>ul>li .content {
    padding-top: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    flex: 1
}

footer .footer-container>ul>li .content .content-title {
    color: #fff;
    font-weight: 700;
    line-height: 50px
}

footer .footer-container>ul>li .content .content-title:after {
    content: "";
    background: #fff;
    width: 3px;
    height: 30px
}

footer .footer-container>ul>li .content .content-text {
    font-weight: 700
}

footer .footer-container>ul>li .content .content-text,
footer .footer-container>ul>li .content .content-text a {
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

footer .footer-container>ul>li.map .logo {
    background-position: 50px 40px
}

footer .footer-container>ul>li.email .logo {
    background-position: -70px 40px
}

footer .footer-container>ul>li.tel .logo {
    background-position: -190px 40px
}

footer .footer-container>ul>li span {
    height: 26px;
    width: 2px;
    background: #fff
}

footer .footer-container .bottom-info {
    margin-top: 1%;
    /* height: 340px; */
    display: flex;
    background: #1f1f1f
}

footer .footer-container .bottom-info>li {
    height: 100%;
    display: block;
    margin: 0 15px
}

footer .footer-container .bottom-info>li .title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 70px
}

footer .footer-container .bottom-info>li:last-child {
    margin-right: 0
}

footer .footer-container .bottom-info .intro {
    flex: 1.4
}

footer .footer-container .bottom-info .intro .intro-text {
    color: #707070;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

footer .footer-container .bottom-info .intro .contact-list {
    margin-top: 60px;
    display: flex
}

footer .footer-container .bottom-info .intro .contact-list li {
    width: 32px;
    height: 32px;
    background: #5c5c5c;
    border-radius: 50%;
    display: flex;
    margin-right: 10px;
    transition: all .5s;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 5px
}

footer .footer-container .bottom-info .intro .contact-list li img {
    display: block
}

footer .footer-container .bottom-info .intro .contact-list li:hover {
    background: #fff
}

footer .footer-container .bottom-info .nav {
    flex: 1
}

footer .footer-container .bottom-info .nav ul li a {
    position: relative;
    color: #707070;
    line-height: 28px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

footer .footer-container .bottom-info .nav ul li a:hover {
    color: #fff
}

footer .footer-container .bottom-info .nav ul li a:after {
    content: ">";
    position: absolute;
    top: 0;
    left: 0
}

footer .footer-container .bottom-info .cate {
    flex: 1
}

footer .footer-container .bottom-info .cate ul li a {
    position: relative;
    color: #707070;
    line-height: 28px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

footer .footer-container .bottom-info .cate ul li a:hover {
    color: #fff
}

footer .footer-container .bottom-info .cate ul li a:after {
    content: ">";
    position: absolute;
    top: 0;
    left: 0
}

footer .footer-container .bottom-info .code {
    flex: 1
}

footer .footer-container .bottom-info .code img {
    width: 135px;
    height: 135px;
    min-width: 135px;
    background: #000;
    opacity: .7;
    transition: all .5s;
    display: block;
    margin: 0 auto
}

footer .footer-container .bottom-info .code img:hover {
    opacity: 1;
    cursor: pointer
}

footer .footer-container .bottom-info .code .title {
    text-align: center
}

footer .footer-container .bottom-info .contact-list {
    display: none
}

footer .footer-container .right-text {
    color: #707070;
    padding: 0 260px;
    font-size: 14px
}

.sm-mask,
footer .mobile-bottom {
    display: none
}

.code a {
    color: #fff;
}
.my_pages{clear:both!important;padding:5px 0 0;text-align:center;margin:5px auto;line-height:30px;}
.my_pages ul{text-align:center;list-style:none;}
.my_pages ul li{list-style:none;text-align:center;height:24px;display:inline;margin:0 2px;padding:0;overflow:hidden;white-space:nowrap;font-size:13px;}
.my_pages ul li a{background:#fff;color:#555;display:inline;height:24px;overflow:hidden;padding:6px 10px;margin:0;border: #999 1px solid;}
.my_pages ul li a:hover{color:#fff;background:#FF6600;border:#FF6600 1px solid;height:24px;overflow:hidden;text-decoration:none;cursor:pointer;}
.my_pages ul li.thisclass a{background:#FF6600;border:#FF6600 1px solid;height:24px;overflow:hidden;color:#fff;font-weight:700;}


@media screen and (max-width: 720px){
    .col-lg-6{
        width: 100%;
    }
    .news-slide{
        width: 100%;
    }
    #news .fr{
        background:none ;
    }
    #news .fl{
        background:none ;
    }
    .newswrap_content {

        background: #e7e7e7;
    }
    footer .footer-top
    {
        margin: 0;
    }
    footer .footer-container>ul {
        display: inline;
        height: auto;
        background: #161616;
        margin: 0;
    }
    .bottom-info{
        display: none !important;
    }
    footer .footer-container .right-text{
        text-align: center;
        padding: 0;

    }
}
