@font-face {
    font-family: 'poppins-s';
    src: url(../font/poppins-semibold.eot);
}

@font-face {
    font-family: 'poppins-regular';
    src: url(../font/poppins-regular.eot);
}

@font-face {
    font-family: 'oswald';
    src: url(../font/oswald-regular.eot);
}

@font-face {
    font-family: 'poppins-s';
    src: url(../font/original-poppins-semibold.ttf);
    src: url(../font/poppins-semibold.eot);
    src: url(../font/poppins-semibold.svg);
    src: url(../font/original-poppins-semibold.ttf);
    src: url(../font/poppins-semibold.woff);
    src: url(../font/poppins-semibold.woff2);
}

@font-face {
    font-family: 'poppins-regular';
    src: url(../font/poppins-regular.eot);
    src: url(../font/poppins-regular.ttf);
    src: url(../font/poppins-regular.svg);
    src: url(../font/poppins-regular.woff);
    src: url(../font/poppins-regular.woff2);
    src: url(../font/poppins-regular.ttf)
}

@font-face {
    font-family: 'oswald';
    src: url(../font/original-oswald-regular.ttf);
    src: url(../font/oswald-regular.eot);
    src: url(../font/oswald-regular.svg);
    src: url(../font/original-oswald-regular.ttf);
    src: url(../font/oswald-regular.woff);
    src: url(../font/oswald-regular.woff2);
}

::-webkit-scrollbar {
    width: 8px;
}

/* 这是针对缺省样式 (必须的) */
::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

/* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
    background-color: #b3b3b3;
}

/* 滑块颜色 */

::-webkit-scrollbar-button {
    background-color: #d9d9d9;
}

/* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
    background-color: black;
}

/*reset*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
}

body,
ul,
img,
p,
input,
dl,
dd,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #666;
    line-height: 26px;
}

input {
    padding: 0px;
    vertical-align: middle;
    line-height: normal;
    border: none;
}

body {
    overflow-x: hidden;
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
    color: #777;
    font-family: 'poppins-regular';
}

.table-responsive {
    overflow: auto;
    min-height: .01%;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    line-height: 0;
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    outline-style: none;
    -moz-outline-style: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

a:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a,
img {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul li {
    list-style-position: inside;
}

*:focus {
    outline: none;
}

/*top_section*/
.top_section {
    background: #eee;
    padding: 5px 0;
}

/*.header_section .language {*/
/*    float: left;*/
/*}*/

.header_section .language a {
    display: inline-block;
    margin-right: 18px;
    font-size: 12px;
    color: #666;
}

.header_section .language a img {
    margin-right: 12px;
}

.top_section .con {
    /*float: right;*/
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.top_section .con p {
    display: inline-block;
    margin-left: 40px;
    font-size: 13px;
    color: #808080;
}

.top_section .con p img {
    margin-right: 12px;
}

.top_section .con p a {
    color: #808080;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.top_section .con p a:hover {
    color: #ed6824;
    border-bottom: 1px solid #ed6824;
}

/*header_section*/
.header_section {
    background: url(../image/header_top.jpg) no-repeat center top;
    background-size: cover;
    padding: 0 0 35px;
}
.header_section .language{
    margin: 10px 0 20px;
}
.header_section #logo {
    float: left;
}

.header_section .logo_h4 a {
    color: #333;
    font-size: 22px;
    font-family: 'poppins-s';
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    float: left;
}

/*search*/
.search {
    width: 390px;
    position: relative;
    float: right;
}

.search_main {
    height: 44px;
    color: #808080;
    float: left;
    line-height: 40px;
    font-size: 12px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    border: none;
    background: #fff;
    padding-left: 10px;
    padding-right: 50px;
    border: 1px solid #ddd;
}

.search_main:focus {
    background: #fff;
    color: #333;
    border: 1px solid #ed6824;
}

.search_btn {
    display: block;
    width: 62px;
    height: 44px;
    cursor: pointer;
    background: url(../image/search_btn.png) no-repeat center center;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}

/*nav*/
.nav_section {
    background: #3777c4;
}

.nav_section #cssmenu {
    max-width: 1170px;
    margin: 0 auto;
}

#bootstrap-touch-slider {
    margin-top: 1px;
}

/*xuanfu*/
.abc-01 {
    display: block !important;
}

.main-box {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
}

#logo {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

@media only screen and (min-width: 980px) {
    .small-mdzz {
        position: fixed;
        z-index: 99999;
        top: 0px;
        right: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
    }

    .small-mdzz {
        padding: 0px !important;
    }
}

/*cate_section*/
.i_title {
    margin-bottom: 32px;
    text-align: center;
}

.i_title h4 {
    color: #333;
    font-size: 34px;
    text-transform: uppercase;
    font-family: 'oswald';
    margin-bottom: 18px;
}

.i_title p {
    font-size: 13px;
    color: #8f8f8f;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    max-width: 620px;
    margin: 16px auto 0;
}

.cate_section {
    background: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 70px;
}

.cate_section ul li {
    list-style: none;
}

.cate_section ul .li {
    background: #fff;
}

.cate_section ul li .img {
    position: relative;
    overflow: hidden;
}

.cate_section ul li .img:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 42px;
    content: '';
    background: url(../image/cate_white.png) no-repeat center bottom;
    background-size: 100% auto;
}

.cate_section ul li .img .overly {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.cate_section ul li .img .text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*padding: 0px 15%;*/
}

.cate_section ul li .img .text1 h4 a {
    font-size: 22px;
    color: #fff;
    display: block;
    font-family: 'poppins-s';
    margin-bottom: 20px;
}

.cate_section ul li .img .text1 p {
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    height: 0px;
    overflow: hidden;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.cate_section ul li .img .text1 .icon {
    display: block;
    height: 44px;
    overflow: hidden;
}

.cate_section ul li:hover .img .text1 p {
    height: 72px;
}

.cate_section ul li .img .text1 .more {
    line-height: 36px;
    display: inline-block;
    background: #ed7824;
    padding: 0px 36px;
    display: inline-block;
    font-size: 14px;
    font-family: 'poppins-s';
    text-transform: uppercase;
    color: #fff;
    height: 0px;
    opacity: 0;
}

.cate_section ul li:hover .img .text1 .more {
    height: 36px;
    opacity: 1;
    margin-top: 10px;
}

.cate_section ul li:hover .img .text1 .icon {
    height: 0;
    opacity: 0;
}

.cate_section ul li:hover .img .overly {
    background: rgba(0, 0, 0, 0.6);
}

.cate_section ul li .pro {
    text-align: center;
}

.cate_section ul li:hover .img img {
    transform: scale(1.1);
}

/*pro_section*/
.pro_section {
    margin-top: 70px;
}

.pro_section ul li {
    list-style: none;
}

.pro_section ul li .img {
    max-height: 266px;
    position: relative;
    border: 2px solid #eee;
    overflow: hidden;
}

.pro_section ul li:hover .img img {
    transform: scale(1.1);
}

.pro_section ul li .img .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ed7824;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -80px;
    right: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.pro_section ul li:hover .img .icon {
    top: 15px;
}

.pro_section ul li .img .icon i {
    line-height: 40px;
    font-size: 18px;
}

.pro_section ul li h4 a {
    display: block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'poppins-s';
    font-size: 15px;
    line-height: 26px;
    margin: 10px 10px 5px;
    text-align: center;
}

.pro_section ul li p {
    line-height: 26px;
    color: #8f8f8f;
    font-size: 12px;
    height: 52px;
    overflow: hidden;
    text-align: center;
    padding: 0px 15px;
}

.pro_section ul li {
    margin-bottom: 30px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

.slick-slide .img img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:focus,
.slick-next:focus {
    outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -8px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    width: 100%;
    z-index: 999;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 12px;
    width: 12px;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    outline: none;
    background: url(../image/dots.png) no-repeat center center;
    border-radius: 50%;
    overflow: hidden;
}

.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: url(../image/dots_active.png) no-repeat center center;
}

/*about_section*/
.about_section {
    background: #f6f6f6;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.about_section .about_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    padding-right: 26px;
}

.about_section .about_img:after {
    position: absolute;
    top: 0px;
    right: 8px;
    background: #f6f6f6;
    display: block;
    width: 58px;
    height: 100%;
    content: '';
    transform: skew(-4deg);
    z-index: 8;
}

.about_section .about_text {
    width: 50%;
    float: right;
    padding: 38px 0;
}

.about_section .about_text .i_title {
    text-align: left;
    margin-bottom: 15px;
}

.about_section .about_text h4 a {
    font-size: 20px;
    color: #ed7824;
    font-family: 'poppins-s';
    display: block;
}

.about_section .about_text .p {
    font-size: 14px;
    color: #777;
    line-height: 30px;
    max-height: 180px;
    overflow: hidden;
    margin-top: 6px;
}

.about_section .about_text .more {
    line-height: 36px;
    color: #fff;
    background: #ed7824;
    padding: 0px 30px;
    border-radius: 5px;
    display: inline-block;
    font-family: 'poppins-s';
    text-transform: uppercase;
    margin-top: 30px;
}

.about_section .about_text .more:hover {
    background: #3777c4;
}

/* Numbers */
.numbers {
    padding: 30px 0px;
    position: relative;
}

.numbers .i_title h3 {
    color: #fff;
}

.numbers>.container>div {
    position: relative;
    z-index: 100;
    margin: 0px -150px;
}

.number-plus .numbers__num {
    position: relative;
}

.number-plus .numbers__num:after {
    position: absolute;
    font-size: 24px;
    color: #fff;
    content: '+';
    top: -10px;
    right: -20px;
}

@media only screen and (max-width:1440px) {
    .numbers>.container>div {
        margin: 0;
    }
}

.numbers__one {
    width: 25%;
    float: left;
    padding: 14px 15px;
    text-align: center;
}

.numbers__num {
    color: #fff;
    font-size: 46px;
    margin-top: 15px;
    line-height: 50px;
    display: inline-block;
}

.number__desc {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 22px;
    margin-top: 10px;
}

@media only screen and (max-width:768px) {
    .numbers__num {
        font-size: 30px;
    }

    .numbers__one {
        width: 50%;
    }

}

.numbers__one:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    transform: rotateY(180deg);
}

/*app_section*/
.app_section {
    margin-top: 68px;
}

.app_section ul li {
    list-style: none;
    text-align: center;
}

.app_section ul li .li {
    background: #fff;
    border: 1px solid #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding-bottom: 56px;
    margin-top: 122px;
}

.app_section ul li .li .img {
    width: 244px;
    height: 244px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    margin-top: -122px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.app_section ul li .li h4 a {
    font-size: 16px;
    color: #333;
    font-family: 'oswald';
    text-transform: uppercase;
    display: block;
    margin-top: 20px;
    padding: 0px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_section ul li .li p {
    font-size: 12px;
    color: #808080;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 8px 0;
    padding: 0px 10px;
}

.app_section ul li .li .more {
    color: #fff;
    background: #ed7824;
    line-height: 36px;
    display: inline-block;
    padding: 0px 30px;
    font-family: 'poppins-s';
    text-transform: uppercase;
    border-radius: 5px;
    height: 0px;
}

.app_section ul li .li:hover {
    background: #f9f9f9;
    border: 1px solid #eee;
    padding-bottom: 20px;
}

.app_section ul li .li:hover .more {
    height: 36px;
}

.app_section ul li .li:hover .img {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/*video_section*/
.video_section {
    padding-top: 70px;
    background: url(../image/video_bg.jpg) no-repeat center center;
    background-size: cover;
    margin-top: 20px;
    padding-bottom: 80px;
}

.video_section .slider {
    margin: 0px -15px;
}

.video_section .li {
    margin: 0px 15px;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.video_section .li .icon {
    width: 72px;
    height: 42px;
    background: rgba(255, 255, 255, 0.5) url(../image/viseo_ico.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -42px;
    margin-left: -36px;
    border-radius: 5px;
}

.video_section .li .img {
    overflow: hidden;
}

.video_section .li h4 a {
    font-size: 13px;
    color: #777777;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-align: center;
    padding: 0px 30px;
    display: block;
    margin: 10px 0;
}

.video_section .li:hover {
    background: #ed7824;
}

.video_section .li:hover h4 a {
    color: #fff;
}

.video_section .li:hover .icon {
    background-color: #fff;
}

.video_section .li:hover img {
    transform: scale(1.1);
}


.video_section .slick-prev {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 10px;
    top: 50%;
    vertical-align: middle;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #ed7824;
    margin-top: -18px;
}

.video_section .slick-prev::before {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    content: "\f104";
    line-height: 36px;
}

.video_section .slick-next {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #ed7824;
    margin-top: -18px;
}

.video_section .slick-next::before {
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    content: "\f105";
    line-height: 36px;
}

.video_section:hover .slick-prev {
    left: -50px;
    opacity: 1;
}

.video_section:hover .slick-next {
    right: -50px;
    opacity: 1;
}

@media only screen and (max-width:990px) {
    .video_section .slick-next {
        opacity: 1;
        right: 13px !important;
    }

    .video_section .slick-prev {
        opacity: 1;
        left: 13px !important;
    }
}

/*news_section*/
.news_section {
    margin-top: 65px;
}

.news_section ul li {
    list-style: none;
    float: left;
    width: 50%;
    position: relative;
}

.news_section ul li .img {
    float: left;
    display: block;
    width: 50%;
    overflow: hidden;
}

.news_section ul li .text {
    float: left;
    width: 50%;
    padding: 40px;
}

.news_section ul li .text:after {
    content: url(../image/news_ico.png);
    right: 30px;
    bottom: 30px;
    opacity: 0.04;
    position: absolute;
}

.news_section ul li .text em {
    font-style: normal;
    font-size: 14px;
    color: #91bff7;
    margin-top: 20px;
    display: block;
}

.news_section ul li .text em i {
    font-size: 16px;
    margin-right: 10px;
}

.news_section ul li .text h4 a {
    color: #fff;
    font-size: 15px;
    font-family: 'poppins-s';
    line-height: 30px;
    display: block;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
}

.news_section ul li .text p {
    font-size: 12px;
    color: #91bff7;
    font-size: 12px;
    overflow: hidden;
    height: 90px;
    line-height: 30px;
    margin-top: 10px;
}

.news_section ul li .text .more {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    position: relative;
    margin-top: 40px;
}

.news_section ul li .text .more:before {
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    content: '';
}

.news_section ul li .text .more:after {
    height: 16px;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    content: '';
}

.news_section ul li:first-child {
    background: #3777c4;
}

.news_section ul li:first-child .img {
    position: relative;
}

.news_section ul li:first-child .img:after {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-right: 30px solid #3777c4;
    position: absolute;
    right: 0px;
    bottom: 50%;
    content: '';
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-bottom: -15px;
}

.news_section ul li:hover img {
    transform: scale(1.1);
}


.news_section ul li:last-child .text em {
    color: #96b5db;
}

.news_section ul li:last-child {
    background: #f1f1f1;
}

.news_section ul li:last-child .img {
    position: relative;
}

.news_section ul li:last-child .img:after {
    width: 0;
    height: 0;
    border: 30px solid transparent;
    border-left: 30px solid #f1f1f1;
    position: absolute;
    left: 0px;
    bottom: 50%;
    content: '';
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    margin-bottom: -15px;
}

.news_section ul li:last-child .text:after {
    content: url(../image/news_ico.png);
    left: 30%;
    bottom: 30px;
    opacity: 0.68;
    position: absolute;
}

.news_section ul li:last-child .text h4 a {
    color: #555;
}

.news_section ul li:last-child .text p {
    color: #8f8f8f;
}

.news_section ul li:last-child .text .more {
    border: 1px solid #3777c4;
}

.news_section ul li:last-child .text .more:before {
    width: 16px;
    height: 1px;
    background: #3777c4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    content: '';
}

.news_section ul li:last-child .text .more:after {
    height: 16px;
    width: 1px;
    background: #3777c4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    content: '';
}

/*partner_section*/
.partner_section .slider {
    padding: 35px 10%;
}

.partner_section .slick-prev {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 10px;
    top: 50%;
    vertical-align: middle;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
    margin-top: -18px;
    border: 1px solid #ed7824;
}

.partner_section .slick-prev::before {
    border-radius: 0;
    color: #ed7824;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    content: "\f104";
    line-height: 36px;
}

.partner_section .slick-next {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 10px;
    top: 50%;
    vertical-align: middle;
    opacity: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
    margin-top: -18px;
    border: 1px solid #ed7824;
}

.partner_section .slick-next::before {
    border-radius: 0;
    color: #ed7824;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    content: "\f105";
    line-height: 36px;
}

.partner_section:hover .slick-prev {
    left: 50px;
    opacity: 1;
}

.partner_section:hover .slick-next {
    right: 50px;
    opacity: 1;
}

@media only screen and (max-width:990px) {
    .partner_section .slick-next {
        opacity: 1;
        right: 13px !important;
    }

    .partner_section .slick-prev {
        opacity: 1;
        left: 13px !important;
    }
}


/*footer*/
#footer {
    color: #8f8f8f;
    padding-top: 50px;
    line-height: 24px;
    font-size: 13px;
    background: url(../image/footer_bg.jpg) no-repeat center center;
    background-size: cover;
}

#footer ul li {
    list-style: none;
}

#footer a {
    color: #8f8f8f;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#footer a:hover {
    color: #ed7824 !important;
}

#footer .title_h4 {
    font-size: 20px;
    color: #fff;
    font-family: 'oswald';
    margin-bottom: 24px;
    text-transform: capitalize;
    background: url(../image/footer_line.png) no-repeat left bottom;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#footer .footer_sub {
    float: left;
    width: 30%;
    padding-right: 5%;
}

#footer .footer_tags {
    float: left;
    width: 22%;
    padding-right: 5%;
}

#footer .footer_follow {
    float: left;
    width: 22%;
    padding-right: 5%;
}

#footer .footer_con {
    float: left;
    width: 26%;
}

@media only screen and (max-width:768px) {
    #footer .footer_sub {
        float: left;
        width: 100%;
        padding-right: 0%;
    }

    #footer .footer_tags {
        float: left;
        width: 100%;
        padding-right: 0%;
    }

    #footer .footer_follow {
        float: left;
        width: 100%;
        padding-right: 0%;
    }

    #footer .footer_con {
        float: left;
        width: 100%;
    }
}


#footer .email {
    position: relative;
    width: 100%;
    margin-top: 14px;
}

#footer .email_main {
    height: 44px;
    color: #aaa;
    line-height: 42px;
    font-size: 12px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    background: #fff;
    padding-left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 30px;
    font-size: 12px;
}

#footer .email_main:focus {
    background: #fff;
    color: #333;
}

#footer .email_btn {
    line-height: 38px;
    border: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 25px;
    background: #3777c4;
    font-family: 'poppins-s';
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 30px
}

#footer .footer_sns {
    margin-top: 25px;
}

#footer .footer_sns a {
    display: inline-block;
    margin-right: 8px;
}

#footer .footer_sns a:hover img {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    transform: rotateY(40deg);
}

#footer .footer_pro ul li a,
#footer .footer_tags ul li a,
#footer .footer_follow ul li a {
    line-height: 22px;
    padding: 7px 0;
    display: block;
    position: relative;
    padding-left: 20px;
}

#footer .footer_pro ul li a:before,
#footer .footer_tags ul li a:before,
#footer .footer_follow ul li a:before {
    content: url(../image/footer_ico.png);
    position: absolute;
    left: 0px;
    top: 12px;
    opacity: 0.2;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

#footer .footer_pro ul li a:hover:before,
#footer .footer_tags ul li a:hover:before,
#footer .footer_follow ul li a:hover:before {
    opacity: 1;
}


#footer .footer_con ul li {
    line-height: 22px;
    padding: 8px 0;
}

#footer .footer_con ul li:last-child {
    border-bottom: none;
}

#footer .footer_con ul .li1 {
    background: url(../image/footer_add.png) no-repeat left 5px;
    padding-left: 32px;
}

#footer .footer_con ul .li2 {
    background: url(../image/footer_tel.png) no-repeat left 5px;
    padding-left: 32px;
}

#footer .footer_con ul .li3 {
    background: url(../image/footer_email.png) no-repeat left 5px;
    padding-left: 32px;
}

#footer .footer_con ul .li4 {
    background: url(../image/footer_fax.png) no-repeat left 5px;
    padding-left: 32px;
}

#footer .footer_con ul .li5 {
    background: url(../image/footer_whatsapp.png) no-repeat left 5px;
    padding-left: 32px;
}

.footer_bottom {
    background: #1d1d1d;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #555;
    padding: 10px 0;
    position: relative;
    padding-top: 20px;
    margin-top: 70px;
}

#footer .footer_bottom a {
    font-size: 12px;
    margin: 0px 4px;
    color: #555;
}

#footer .footer_bottom a:hover {
    color: #3777c4;
}

/*service*/
#service {
    position: fixed;
    right: -220px;
    top: 10px;
    z-index: 999999999;
    margin: 200px 0 0 0;
    font: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #666;
    font-family: 'poppins-regular';
}

#service ul {
    list-style: none;
}

.online_title {
    background: #3777c4;
    text-align: center;
    font-family: 'poppins-s';
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
}

.online_title img {
    max-width: 30px;
    margin-right: 5px;
}

#service a {
    color: #666;
    font-size: 12px;
}

#ser_main {
    position: relative;
    z-index: 9;
    top: 0px;
    font-size: 12px;
}

#ser_main a {
    display: block;
    overflow: hidden;
}

#ser_main #floatShow1 {
    background: url(../image/ser-30.png) no-repeat;
    height: 200px;
    width: 38px;
    z-index: 99999;
    position: absolute;
    left: -38px;
    top: 0px;
}

#online {
    float: left;
    background: #fff;
    overflow: hidden;
    width: 220px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.onlineMenu ul li {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}

.onlineMenu ul li:last-child {
    border: none;
}

.onlineMenu ul li:nth-child(2) {
    background: #e5e5e5;
}

.onlineMenu .serm_top {
    text-align: center;
    padding-bottom: 10px;
}

.onlineMenu .call {
    text-align: left;
}

.call {
    padding: 6px 10px;
    font-size: 12px;
}

.call img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.call a:hover {
    color: #333 !important;
}

#service:hover {
    right: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

#service:hover #ser_main #floatShow1 {
    left: 120px;
    z-index: -11;
    opacity: 0;
}

#service h4 {
    font-size: 14px;
    color: #666;
    margin: 0px;
    line-height: 25px;
    font-family: 'poppins-s';
}

.footer_nav,
.height {
    display: none
}

@media only screen and (max-width: 960px) {
    #service {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .footer_nav {
        width: 100%;
        position: fixed;
        bottom: 0;
        display: block;
        overflow: hidden;
        z-index: 999999
    }

    .height {
        height: 50px;
        display: block
    }

    .footer_nav {
        background: #3777c4;
        padding: 12px 0 5px;
        border-top: 2px solid #fff;
    }

    .footer_nav ul li {
        float: left;
        width: 20%;
        text-align: center;
        list-style: none;
        padding: 0px 10px;
    }

    .footer_nav ul li i {
        font-size: 16px;
        color: #fff;
    }

    .footer_nav ul li:nth-child(4) {
        float: right;
    }

    .footer_nav ul li:nth-child(5) {
        float: right;
    }

    .footer_nav ul li p {
        color: #fff;
        font-size: 12px;
        margin-top: 3px;
        text-transform: capitalize;
        line-height: 12px;
    }
}

@media only screen and (max-width: 375px) {
    .footer_nav ul li p {
        display: none;
    }

    .height {
        height: 43px;
    }
}

/*service*/
#online_qq_layer {
    z-index: 9999999;
    position: fixed;
    right: 0px;
    bottom: 0;
}

#floatShow {
    display: block;
}

#floatHide {
    display: none;
}

#online_qq_tab {
    position: relative;
    z-index: 9;
}

#online_qq_tab #floatShow {
    overflow: hidden;
    background: url(../image/ser_2.png) no-repeat right top;
    height: 34px;
    width: 250px;
    padding-top: 7px;
    font-size: 12px;
    padding-left: 44px;
    text-transform: capitalize;
    color: #fff;
}

#online_qq_tab #floatShow img {
    max-height: 24px;
    float: right;
    margin-top: 6px;
}

#online_qq_tab #floatHide img {
    max-height: 32px;
    float: right;
    margin-top: 2px;
}

#online_qq_tab #floatHide {
    overflow: hidden;
    background: #3777c4 url(../image/ser_1.png) no-repeat left center;
    width: 100%;
    height: 36px;
    font-size: 13px;
    color: #fff;
    line-height: 36px;
    padding-left: 50px;
    width: 300px;
    text-transform: capitalize;
}

#onlineService {
    display: inline;
    width: 300px;
    overflow: hidden;
    display: none;
    background: #fff;
    font-size: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #eee;
    background: #fff;
}

#onlineService .inquiry {
    padding: 0px;
}

#online_qq_layer .inquiry .btn_1 {
    display: inline-block;
    line-height: 34px;
    height: 34px;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    background: #3777c4;
    border: none;
    width: 100%;
    text-align: center;
    font-family: 'poppins-s';
    text-transform: uppercase;
}

#online_qq_layer .inquiry .btn_1:hover {
    background: #3e8dd8;
}

#onlineService .p {
    margin: 8px 0;
    color: #808080;
    line-height: 22px;
    font-size: 12px;
}

.i_message_inquiry h4 {
    font-size: 16px;
    color: #ff8e09;
    text-transform: uppercase;
    font-family: 'poppins-s';
}

.i_message_inquiry {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.my_btn2 {
    background: #ff8e09 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-family: 'poppins-s';
    font-size: 16px;
    margin-top: 15px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.my_btn2 {
    background: #333;
    color: #fff;
    line-height: 38px;
    font-size: 14px;
    font-family: 'poppins-s';
    display: inline-block;
    padding: 0px 26px;
    text-transform: uppercase;
    margin-top: 15px;
}

.my_btn2 i {
    margin-left: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.my_btn2:hover i {
    margin-left: 20px;
}

.i_message_inquiry .inquiry .input-group-addon {
    background: none;
    border: none;
    border-radius: 0px;
    padding: 0px 10px;
}

.i_message_inquiry .inquiry .input-group-addon i {
    line-height: 30px;
    font-size: 13px;
}

.i_message_inquiry .inquiry .form-control {
    height: 30px;
    border: none;
    background: none;
    border-radius: 0px;
    line-height: 30px;
    color: #999;
    font-size: 12px;
}

.i_message_inquiry .inquiry #message {
    height: 80px;
}

.i_message_inquiry .inquiry .input-group {
    border: 1px solid #ddd;
    background: #fff;
    height: 32px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    #onlineService {
        width: 100%;
    }

    #online_qq_layer {
        width: 100%;
    }

    #online_qq_tab {
        width: 100%;
    }

    #online_qq_tab #floatShow {
        background: url(../image/inquiry_ico.png) no-repeat;
        width: 46px;
        height: 46px;
        position: absolute;
        left: 50%;
        bottom: 10px;
        margin-left: -23px;
        padding-left: 46px;
    }

    #online_qq_tab #floatHide {
        width: 100%;
        background: #3777c4 url(../image/ser_1.png) no-repeat left center;
        width: 100%;
        height: 36px;
    }
}

/*back-top*/
.totop {
    width: 57px;
    height: 57px;
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 9999;
    display: none;
    background: url(../image/top.png) no-repeat;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: none !important;
}

.totop_w {
    width: 57px;
    height: 57px;
    position: absolute;
    left: 50%;
    top: -40px;
    z-index: 9999;
    background: url(../image/top.png) no-repeat;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: -29px;
}

@media only screen and (max-width: 768px) {
    .totop {
        display: block !important;
        bottom: 80px;
    }

    .totop:hover {
        bottom: 80px;
    }
}

/*内页*/

.btn25 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.btn25 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.btn25 .ovrly {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn25 .buttons {
    position: absolute;
    top: 50%;
    left: 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%);
}

.btn25 .buttons .fa {
    background: #ed7824;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkt-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    width: 60px;
    height: 60px;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: #fff;
}

.btn25 .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.btn25:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btn25:hover .ovrly {
    opacity: 1;
}



.n_banner img {
    width: 100%;
}

.n_left {
    float: left;
    width: 25%;
}

.left_h4 {
    font-size: 24px;
    color: #333;
    font-family: 'oswald';
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) {
    .left_h4::after {
        content: url(../image/left_title.png);
        position: absolute;
        right: 0px;
        bottom: 10px;
    }
}

.nav_h4 {
    margin-bottom: 0px;
    background: #3777c4;
    padding: 12px 10px;
    color: #fff;
    font-size: 16px;
    position: inherit;
    font-family: 'oswald';
    text-transform: uppercase;
}

.nav_h4::after {
    content: none;
}

.nav_h4:before {
    content: "\f03a";
    color: #fff;
    float: right;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 6px;
}

.n_right {
    float: right;
    width: 75%;
    padding-left: 60px;
}

.n_left .block {
    margin-bottom: 30px;
}

@media only screen and (max-width:768px) {
    .n_left {
        width: 100%;
        padding-right: 0;
    }

    .n_right {
        width: 100%;
        border-left: none !important;
        padding-left: 0px;
        margin-top: 30px;
    }

    .left_h4 span {
        background: none;
    }



    .left_h4 {
        position: relative;
        margin-bottom: 20px;
        background: none;
        text-align: left !important;
        background: #3777c4 !important;
        padding: 0px 10px;
        line-height: 40px;
        color: #fff !important;
        font-size: 16px !important;
        border-bottom: none;
        border-radius: 5px;
    }

    .left_h4:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 15px;
        cursor: pointer;
        font-size: 20px;
        top: 0px;
        color: #fff;
    }

    .left_h4.active:after {
        content: "\f106";
    }

    .n_left .toggle_content {
        padding-bottom: 30px;
    }

    .nav_h4 {
        position: relative;
        margin-bottom: 20px;
        border-radius: 5px;
        background: #3777c4;
    }

    .nav_h4:before {
        content: none;
    }

    .nav_h4:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 15px;
        cursor: pointer;
        font-size: 20px;
        top: 8px;
        color: #fff;
    }

    .nav_h4.active:after {
        content: "\f106";
    }

}

/*mbx*/
.n_main {
    color: #777;
    font-family: 'poppins-regular';
    padding-bottom: 50px;
}

.mbx_section {
    margin-bottom: 40px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
    margin-top: 10px;
}

.n_title h4 {
    color: #3777c4;
    font-size: 26px;
    font-family: 'poppins-s';
    text-transform: capitalize;
    text-align: center;
    float: left;
    margin-top: 2px;
}

.mbx {
    font-size: 12px;
    text-align: center;
    position: relative;
    color: #999;
    float: right;
    margin-top: 4px;
    text-transform: capitalize;
}

.mbx a {
    color: #666;
    font-size: 12px;
}

.mbx a i {
    color: #666;
    margin-right: 6px;
    margin-left: 0px;
}

.mbx>i {
    margin: 0px 4px;
}

.mbx h2 {
    display: inline-block;
    font-size: 12px;
    color: #3777c4;
    position: relative;
}

.mbx span {
    margin: 0px 6px;
    color: #ccc;
}

.mbx a:hover {
    color: #3777c4;
}

@media only screen and (max-width:768px) {
    .n_title h4 {
        width: 100%;
        font-size: 20px;
    }

    .mbx_section {
        padding-bottom: 5px;
    }

    .mbx {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .mbx h2:after {
        content: none;
    }

    .sign_page {
        padding: 0px;
    }

    .blog_left {
        background: none;
        padding: 0;
    }
}

/*left*/
ul.mtree {
    opacity: 0;
    margin-left: 0;
}

ul.mtree>li {
    list-style: none;
    position: relative;
    margin-bottom: 2px;
}

ul.mtree>li>a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.mtree>li:hover>a {
    color: #fff;
    padding-left: 15px;
}

ul.mtree a {
    display: block;
    font-size: 13px;
    color: #555;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -webkit-transition: all 0s;
    transition: all 0s;
    padding: 7px 15px;
    line-height: 22px;
    padding-right: 36px;
    background: #f6f6f6;
}

ul.mtree li ul a {
    padding: 6px 10px;
    padding-right: 30px;
}

ul.mtree li:last-child a {
    border: none;
}

ul.mtree.transit li.mtree-open>span:before {
    content: "\f106";
    font-family: FontAwesome;
    padding-left: 5px;
    float: right;
    font-size: 18px;
    color: #333;
    font-style: normal;
    padding: 4px 15px;
    position: absolute;
    right: 0;
    top: 0px;
}

ul.mtree.transit li.mtree-closed>span:before {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    float: right;
    font-size: 18px;
    color: #333;
    font-style: normal;
    padding: 4px 15px;
    position: absolute;
    right: 0;
    top: 0px;
}

ul.mtree .mtree-level-1 li.mtree-open>span:before {
    content: "\f106";
    font-family: FontAwesome;
    padding-left: 5px;
    float: right;
    font-size: 16px;
    color: #333;
    font-style: normal;
    background: none;
    padding: 6px 15px;
    padding-right: 10px;
    position: absolute;
    right: 0px;
    top: 0;
    border-left: none;
}

ul.mtree .mtree-level-1 li.mtree-closed>span:before {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 5px;
    float: right;
    font-size: 16px;
    color: #333;
    font-style: normal;
    background: none;
    padding: 6px 15px;
    padding-right: 10px;
    position: absolute;
    right: 0px;
    top: 0;
    border-left: none;
}

ul.mtree li ul a li a {
    padding-left: 20px;
}

ul.mtree>li:hover>a {
    color: #fff;
    background: #ed7824;
}

ul.mtree>li.mtree-node a ul a {
    font-size: 13px;
}

ul.mtree>li.mtree-open {
    color: #fff;
    padding-bottom: 0;
}

ul.mtree>li.mtree-open>a {
    color: #fff;
    background: #3777c4;
}

ul.mtree>li.mtree-open>span:before {
    color: #fff !important;
}

ul.mtree>li:hover>span:before {
    color: #fff !important;
}

ul.mtree>li.mtree-node:hover>a {
    color: #fff;
    text-decoration: none;
    background: #ed7824;
}

ul.mtree .mtree-level-1 li.mtree-closed>span {
    color: #333;
    text-decoration: none;
}



ul.mtree ul {
    background: #f3f3f3;
    padding: 6px;
}

ul.mtree ul li {
    list-style: none;
    position: relative;
}

ul.mtree ul li a {
    display: block;
    color: #777;
    font-size: 14px;
    font-family: 'poppins-regular';
}

ul.mtree>li>ul>li>a {
    font-size: 12px !important;
    background: #fff;
}

ul.mtree>li>ul>li>a i {
    color: #ccc;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 6px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.mtree>li>ul>li>a:before {
    content: "";
}

ul.mtree ul li:hover a {
    color: #ed7824;
}

ul.mtree ul li:hover a i {
    color: #ed7824;
    margin-left: 10px;
}

ul.mtree li ul li.mtree-open a {
    color: #ed7824;
    text-decoration: none;
}

ul.mtree .mtree-level-2 {
    margin-top: 0px;
    border: none;
    padding: 0px;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

ul.mtree li ul.mtree-level-2 li a {
    color: #808080;
    font-weight: normal;
    font-size: 12px;
    padding-left: 26px;
    background: #fff;
}

ul.mtree .mtree-level-2 li a:hover {
    text-decoration: underline;
    color: #3777c4;
    font-weight: normal;
}

ul.mtree.jet ul {
    margin-left: 0;
}

ul.mtree.jet li {
    margin-bottom: 1px;
}

ul.mtree.jet li:last-child {
    margin-bottom: 0px;
}

ul.mtree.jet li:first-child {
    margin-top: 1px;
}

ul.mtree.jet li.mtree-active a {
    background: #e5e5e5;
}

ul.mtree.jet li.mtree-active li:last-child>a {
    border-radius: 0px 0px 3px 3px;
}

ul.mtree.jet li.mtree-active>a {
    background: #aaa;
    color: #FFF;
    border-radius: 3px 3px 0px 0px;
}

ul.mtree.jet li>a:hover {
    background: #FFC000;
    color: #FFF;
}

ul.mtree.jet a {
    padding: 5px 0px 5px 1em;
}

ul.mtree.jet li li>a {
    padding-left: 2em;
}

ul.mtree.jet li li li>a {
    padding-left: 3em;
}

ul.mtree.jet li li li li>a {
    padding-left: 4em;
}

ul.mtree.jet li li li li li>a {
    padding-left: 5em;
}

ul.mtree a:hover {
    text-decoration: none;
}

.mtree-skin-selector {
    display: none !important
}

/*hot_left*/
.hot_left {
    margin-top: 30px;
}

.hot_left ul li {
    list-style: none;
    margin-bottom: 15px;
}

.hot_left ul li .img {
    float: left;
    width: 40%;
    border: 1px solid #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    overflow: hidden;
}

.hot_left ul li .text {
    float: left;
    width: 60%;
    padding-left: 15px;
}

.hot_left ul li h4 a {
    font-size: 13px;
    color: #333;
    font-family: 'poppins-s';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.hot_left ul li h4 a:hover {
    color: #ed7824;
}

.hot_left ul li p {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin: 3px 0;
}

.hot_left ul li .more {
    font-family: 'poppins-s';
    color: #3777c4;
    font-size: 12px;
}

.hot_left ul li .more i {
    margin-right: 5px;
}

.hot_left ul li:last-child {
    margin-bottom: 0px;
}

.hot_left ul li .img:hover {
    transform: scale(1.1);
}

.left_img {
    margin: 30px 0;
}

/*LATEST NEWS*/
.news_left {
    margin-top: 30px;
    background: none;
    padding: 0;
}

.news_left ul li {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.news_left ul li h4 a {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'poppins-s';
    white-space: nowrap;
}

.news_left ul li h4 a:hover {
    color: #ed7824;
}

.news_left ul li p {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.news_left ul li .day {
    font-size: 12px;
    color: #3777c4;
    font-family: 'poppins-s';
    margin-top: 5px;
}

/*page_left*/
.page_left .nav ul {
    background: #fbfbfb;
    padding: 15px;
}

.page_left .nav ul li {
    list-style: none;
    border-bottom: 1px dashed #eee;
    padding: 5px 0;
}

.page_left .nav ul .active a {
    color: #fff;
}

.page_left .nav ul .active i {
    color: #fff;
}

.page_left .nav ul li a {
    color: #555;
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
}

.page_left .nav ul li a i {
    font-size: 12px;
    color: #bbb;
    margin-right: 10px;
}

.page_left .nav ul li:hover a,
.page_left .nav ul li:hover i {
    color: #fff;
}

.adv_left {
    margin-top: 30px;
}

.adv_left .toggle_content {
    border: 1px solid #eee;
    padding: 15px;
}

.adv_left h4 a {
    font-size: 14px;
    color: #808080;
    text-align: center;
    display: block;
    margin-top: 15px;
}

/*contact*/
.com_ul .h4 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.com_ul .p {
    text-align: center;
    margin-bottom: 30px;
}

.com_ul .h4 span {
    color: #333;
    font-size: 26px;
    font-family: 'oswald';
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 0px 30px;
    display: inline-block;
}

.com_ul .h4:after {
    height: 1px;
    width: 100%;
    left: 0px;
    top: 50%;
    background: #eee;
    position: absolute;
    content: '';
    z-index: -1;
}

.com_ul li {
    list-style: none;
    text-align: center;
}

.com_ul li .li {
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    padding-top: 20px;
}

.com_ul li .li .icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

.com_ul li .li h4 {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    min-height: 80px;
    overflow: hidden;
    font-family: 'poppins-s';
    margin: 15px 0 20px;
}

.com_ul li .li p {
    font-size: 14px;
    color: #808080;
}

.com_ul li .li em {
    font-style: normal;
    font-family: 'poppins-s';
    color: #ed7824;
    font-size: 16px;
    margin: 10px 0;
    display: inline-block;
}

.com_ul li .li em i {
    margin-left: 10px;
}

.com_ul li .li:hover {
    background: #e5e5e5;
}

.com_ul .con_info {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}

.com_ul .con_infop {
    line-height: 30px;
    font-size: 13px;
    color: #777;
}


.title_section {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    font-size: 24px;
    color: #333;
    font-family: 'oswald';
    text-transform: uppercase;
    padding-bottom: 10px;
}

.title_section span:after {
    position: absolute;
    right: 0px;
    bottom: -7px;
    width: 63px;
    height: 13px;
    content: '';
    background: #fff url(../image/footer_line2.png) no-repeat center left;
}


.contact .contact_info {
    margin-bottom: 40px;
}

.contact .contact_section .contact_box {
    text-align: left;
    margin-left: 0px;
}

.contact .contact_inq {
    margin-bottom: 30px;
}

.contact .contact_inq .req {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.contact .contact_inq .req span {
    color: red;
}

.contact_inq .p {
    font-size: 13px;
    color: #808080;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-bottom: 15px;
}

.contact_inq .input_1 {
    font-size: 14px;
    line-height: 42px;
    height: 42px;
    padding-left: 20px;
    width: 100%;
    background: #f7f7f7;
    color: #777;
    margin-bottom: 15px;
    border: 1px solid #eee;
}

.contact_inq .input_1:focus {
    border: 1px solid #ed7824;
    color: #333;
    background: #fff;
}

.contact_inq .input_2 {
    line-height: 40px;
    font-size: 14px;
    height: 120px;
    padding-left: 20px;
    width: 100%;
    background: #f7f7f7;
    color: #777;
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.contact_inq .input_2:focus {
    border: 1px solid #ed7824;
    color: #333;
    background: #fff;
}

.contact_inq .btn_1 {
    display: inline-block;
    margin: 10px 0 0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0px 35px;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    background: #ed7824;
    font-family: 'poppins-s';
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 5px;
    text-transform: uppercase;
}

.contact_inq .btn_1:hover {
    background: #3777c4;
}



.contact .map {
    margin-top: 50px;
}

/*news*/
.news .img {
    float: left;
    width: 20%;
    margin-right: 20px;
    overflow: hidden;
}

.news .img img {
    width: 100%;
}

@media only screen and (max-width: 980px) {
    .news .img {
        width: 30%;
    }
}

.news ul li {
    list-style: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.news ul li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.news ul li h4 a {
    font-size: 14px;
    font-family: 'poppins-s';
    color: #333;
    display: block;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news ul li:hover h4 a {
    color: #ed7824;
}

.news ul li p {
    font-size: 12px;
    color: #8f8f8f;
    max-height: 44px;
    overflow: hidden;
    line-height: 22px;
    margin-top: 6px;
    margin-bottom: 10px;
}

.more_1 {
    line-height: 28px;
    display: inline-block;
    font-family: 'poppins-s';
    font-size: 13px;
    color: #555;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.more_1 img {
    margin-left: 4px;
}

.more_1:hover {
    padding-left: 20px;
    text-decoration: none;
    color: #ed7824;
}

.more_1::before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 0;
    Color: #ed7824;
    Opacity: 0;
    Transition: opacity .2s ease-in-out, transform .28s ease-in-out;
    -webkit-transform: translateX(-10px) scale(0);
    Transform: translateX(-10px) scale(0);
    -webkit-transition: all var(--transition-time, 500ms);
    -o-transition: all var(--transition-time, 500ms);
    transition: all var(--transition-time, 500ms);
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    line-height: 22px;
}

.more_1:hover::before {
    Opacity: 1;
    padding-right: 10px;
    -webkit-transform: translateY(0) scale(1);
    Transform: translateY(0) scale(1);
}

.news ul li:hover img {
    transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
    .news ul li p {
        max-height: 66px;
    }
}

@media only screen and (max-width: 480px) {
    .news .img {
        width: 100%;
        float: none;
        display: block;
    }
}

/*翻页*/
.page_p {
    margin: 30px auto 0px;
    text-align: center;
    width: 100%;
    font-size: 12px;
}

.page_p .page_main {
    display: inline-block;
}

.page_p a {
    float: left;
    font-size: 13px;
    line-height: 40px;
    padding: 2px 20px;
    color: #555;
    margin-top: 5px;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    border: 1px solid #eee;
    border-left: none;
    background: #fff;
}

.page_p a i {
    line-height: 40px;
}

.page_p a:first-child {
    border-left: 1px solid #eee;
}

.page_p a:hover {
    background: #eee;
    color: #666 !important;
}

.total {
    font-size: 12px;
    line-height: 24px;
    color: #808080;
    margin-top: 10px;
}

.total .span {
    color: #333;
    margin-top: 5px;
}

.page_p .page_main>span {
    padding: 2px 20px;
    position: relative;
    line-height: 40px;
    color: #3777c4;
    border: 1px solid #eee;
    border-left: none;
    float: left;
    margin-top: 5px;
}

.page_p .page_main>span:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 3px;
    width: 100%;
    background: #3777c4;
    content: '';
}

#pre_next {
    margin-top: 20px;
    list-style: none;
    font-size: 12px;
}

#pre_next li {
    padding: 6px 15px;
    border-bottom: none;
    margin-bottom: 0px;
    border-left: none;
    background: #fafafa;
    margin-bottom: 15px;
}

#pre_next span {
    color: #3777c4;
    text-align: center;
    padding: 5px 0px;
    font-family: 'poppins-s';
    text-transform: uppercase;
    font-size: 14px;
}

#pre_next span i {
    margin-right: 10px;
}

#pre_next a {
    color: #777;
    font-size: 12px;
}

#pre_next a:hover {
    color: #ed7824;
}

#pro_page {
    list-style: none;
    margin-top: 10px;
}

#pro_page span {
    font-size: 14px;
    text-transform: capitalize;
    color: #444;
}

#pro_page li {
    padding: 2px 0px;
}

#pro_page li a:hover {
    color: #333;
}

@media (max-width:768px) {
    .pre {
        float: none;
        width: 100%;
    }

    .next {
        float: none;
        width: 100%;
    }
}

/*产品列表*/
.products_m {
    color: #8f8f8f;
    font-size: 12px;
    margin-bottom: 10px;
}

/*products*/
.cbp-vm-switcher {
    width: 100%;
}

.cbp-vm-view-grid .p_hot_2 {
    display: none;
}

.cbp-vm-view-grid .pro_more {
    margin-top: 10px;
}

.cbp-vm-options {
    text-align: left;
    margin-bottom: 20px;
}

.cbp-vm-options p {
    display: inline-block;
    vertical-align: middle;
    display: none;
}

.cbp-vm-options a {
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    color: #aaa;
    text-align: center;
    line-height: 34px;
    margin-right: 6px;
    text-align: center;
    width: 34px;
    background: #eee;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
    color: #fff;
    background: #3777c4;
}

.cbp-vm-options a:before {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    line-height: 34px;
}

.p_hot_2 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.p_hot_2 span {
    font-size: 13px;
    font-family: 'poppins-s';
    margin-right: 5px;
    text-transform: capitalize;
    color: #333;
    margin-right: 6px;
}

.p_hot_2 a {
    font-size: 12px;
    border-radius: 30px;
    background: #fff;
    display: inline-block;
    padding: 0px 12px;
    color: #777;
    margin-right: 3px;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.p_hot_2 i {
    margin-right: 3px;
    font-size: 12px;
    color: #bbb;
}

.p_hot_2 a:hover {
    color: #fff;
    background: #ed7824;
}

/* General list */
.cbp-vm-switcher ul {
    list-style: none;
    padding: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
    content: " ";
    display: table;
}

.cbp-vm-switcher ul:after {
    clear: both;
}

.cbp-vm-switcher ul li {
    display: block;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cbp-vm-image {
    display: block;
    margin: 0 auto;
    position: relative;
}

.cbp-vm-image span {
    display: inline-block;
    width: 100%;
    height: auto;
    border: 1px solid #eee;
    overflow: hidden;
}

.cbp-vm-image img {
    width: 100%;
    cursor: pointer;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}


.cbp-vm-switcher ul li h4 a {
    font-size: 13px;
    display: block;
    color: #333;
    word-wrap: break-word;
    text-align: left;
    font-family: 'poppins-s';
}

.cbp-vm-switcher ul li .cbp-vm-details {
    color: #8f8f8f;
    overflow: hidden;
    height: 40px;
    font-size: 12px;
    line-height: 20px;
}

.cbp-vm-switcher ul h4 a:hover {
    text-decoration: none;
    color: #ed7824;
}

.cbp-vm-view-grid .prol_more {
    display: none;
}

/* Common icon styles */
.cbp-vm-icon:before {
    font-family: 'fontawesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
    content: "\f00a";
}

.cbp-vm-list:before {
    content: "\f00b";
}

.cbp-vm-add:before {
    content: "\f055";
}

/* Large grid view */

.cbp-vm-view-grid ul li {
    width: 33.33%;
    text-align: left;
    vertical-align: top;
    float: left;
}

.cbp-vm-view-grid ul li:nth-child(3n) {
    margin-right: 0px;
}

/* List view */
.cbp-vm-view-list li {
    white-space: nowrap;
    text-align: left;
    white-space: normal;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.cbp-vm-view-list li:before,
.cbp-vm-view-list li:after {
    content: " ";
    display: table;
}

.cbp-vm-view-list li:after {
    clear: both;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
    display: inline-block;
    vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-right: 3%;
    border: 1px solid #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.cbp-vm-view-list ul li:hover .cbp-vm-image {
    border: 1px solid #3777c4;
}

.cbp-vm-view-list ul li h4 a {
    display: inline-block;
    width: 75%;
    text-align: left;
    font-size: 14px;
    font-family: 'poppins-s';
    color: #333;
    float: left;
}

.cbp-vm-view-list ul li:hover h4 a {
    color: #ed7824;
}

.cbp-vm-view-list ul li .cbp-vm-details {
    width: 75%;
    overflow: hidden;
    white-space: normal;
    max-height: 48px;
    line-height: 24px;
    font-size: 12px;
    color: #8f8f8f;
    margin: 10px 0px;
}

@media screen and (max-width: 940px) {
    .cbp-vm-view-grid ul li {
        width: 50%;
    }

    .cbp-vm-switcher ul li h4 a {
        font-size: 14px;
    }
}


@media screen and (max-width: 520px) {
    .cbp-vm-view-list ul li .cbp-vm-details {
        height: 40px;
    }

    .cbp-vm-view-list .prol_more {
        font-size: 13px;
        padding: 2px 20px 7px 20px;
    }

}

@media screen and (max-width: 300px) {
    .cbp-vm-view-list ul li h4 a {
        width: 100%;
    }

    .cbp-vm-view-list ul li .cbp-vm-details {
        width: 100%;
    }

    .cbp-vm-view-list .cbp-vm-image {
        width: 100%;
    }

    .cbp-vm-view-grid ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .cbp-vm-view-grid ul li:nth-child(n+2) {
        border-left: 1px solid #eee;
    }

    .cbp-vm-view-grid ul li:nth-child(n+3) {
        border-left: 1px solid #eee;
    }

}

.products li span {
    overflow: hidden;
}


.cbp-vm-view-list ul li h4 a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.cbp-vm-view-list ul li {
    overflow: hidden;
}


.cbp-vm-view-list ul li:first-child {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
}

/*9gonghe*/
.cbp-vm-view-grid ul {
    margin: 0px -10px;
}

.cbp-vm-view-grid ul {
    list-style: none;
    padding: 0;
}

.cbp-vm-view-grid ul li .more_1 {
    display: none;
}

.cbp-vm-view-grid ul li {
    margin-bottom: 20px;
}

.cbp-vm-view-grid ul li h4 a {
    margin: 5px 0 5px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.cbp-vm-view-grid ul li h4 a {
    display: block;
}

.cbp-vm-view-grid ul li .li {
    padding-bottom: 20px;
    margin: 0px 10px;
    background: #fff;
}

.cbp-vm-view-grid ul li .li:hover h4 a {
    color: #ed7824;
}

.cbp-vm-view-grid ul li .li .cbp-vm-image {
    overflow: hidden;
    border: 2px solid #eee;
    margin-bottom: 15px;
}

.cbp-vm-view-grid ul .li {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

@media screen and (min-width: 940px) {
    .cbp-vm-view-grid ul li:nth-child(3n+2) {
        border-left: none;
    }

    .cbp-vm-view-grid ul li:nth-child(3n+3) {
        border-left: none;
    }

    .cbp-vm-view-grid ul li:nth-child(n+4) {
        border-top: none;
    }
}

@media screen and (max-width: 940px) {
    .cbp-vm-view-grid ul li:nth-child(n+2) {
        border-left: none;
    }

    .cbp-vm-view-grid ul li:nth-child(n+3) {
        border-top: none;
    }
}


.cbp-vm-view-grid ul li .li:hover .buttons .fa {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.cbp-vm-view-grid ul li .li:hover .ovrly {
    opacity: 1;
}

/*效果*/

.products ul li .img i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #ed7824;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: -80px;
    right: 15px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.products ul li:hover .img i {
    top: 15px;
}

.cbp-vm-view-grid ul li .li .cbp-vm-image {
    transition-duration: 0.6s;
    width: 100%;
    height: 255px;
    transition-timing-function: ease-out;
    overflow: hidden;
}

.cbp-vm-view-grid ul li .li:hover .cbp-vm-image img {
    transform: scale(1.1);
}

.cbp-vm-view-grid ul li .li:hover .buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cbp-vm-view-grid ul li .li:hover h4 a {
    color: #ed7824;
}

.cbp-vm-view-grid ul li .li:hover .ovrly {
    opacity: 1;
}

/*products_main*/

.pro_detail {
    margin-top: 15px;
}

.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

/* Element wrapper */

.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    position: relative;
    width: 100%;
    border: 1px solid #eee;

}

/* Thumbnails */

.sp-thumbs {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    text-align: left;
    border-top: 1px solid #eee;
}

.sp-thumbs a {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    margin: 4px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    overflow: hidden;
    opacity: .5;
    display: inline-block;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.sp-thumbs a:hover {
    opacity: 1;
}


.sp-thumbs a:active,
.sp-current {
    opacity: 1 !important;
    position: relative;
}

.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;

}

.sp-large a img {
    max-width: 100%;
    height: auto;
}

.sp-large a {
    display: block;
}

.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */

.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 999999;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}

#sp-prev {
    left: 80px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 80px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */

@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }

    #sp-prev,
    #sp-next {
        top: 50px;
        margin-top: 0;
    }
}

.sp-current-big img {
    width: 100%;
}

.sp-large img {
    max-width: none;
}

/*pro_table*/
.pro_table .pro_main_title {
    font-size: 20px;
    overflow: hidden;
    display: block;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #333;
    line-height: 26px;
    font-family: 'poppins-s';
}

.pro_table .pro_main_text {
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pro_table ul {
    margin-top: 15px;
    border-top: 1px solid #eee;
}

.pro_table ul li {
    margin: 8px 0;
    font-size: 14px;
    color: #808080;
    list-style: none;
}

.pro_table ul li p {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 0;
    font-family: 'poppins-s';
    color: #333;
}

.main-more {
    text-align: left !important;
}

.main-more a {
    color: #fff;
}

.pro_table .i_more a {
    background: #ed7824;
    margin-top: 20px;
    line-height: 36px;
    padding: 0px 30px;
    display: inline-block;
    font-family: 'poppins-s';
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 5px;
}

/*products-tab*/
.pro-tab {
    margin-top: 30px;
}

#parentHorizontalTab02 {
    margin: 0;
    text-align: left;
    padding: 0px;
    text-align: left;
}

#parentHorizontalTab02 ul.resp-tabs-list {
    margin: 0px;
    padding: 0px;
    background: #f9f9f9;
}

#parentHorizontalTab02 .resp-tabs-list li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #777;
    padding: 8px 20px;
}

#parentHorizontalTab02 .resp-tabs-container div table {
    max-width: 100%;
}

#parentHorizontalTab02 .resp-tabs-container {
    padding: 15px 0px;
    clear: left;
    background: none;
}

#parentHorizontalTab02 em.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
    padding: 10px 15px !important;
}

#parentHorizontalTab02 .resp-tab-content {
    display: none;
}

#parentHorizontalTab02 .resp-tabs-list li:hover {
    background: #333;
}

#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
    color: #fff;
    z-index: 99;
    font-family: 'oswald';
    text-transform: uppercase;
    background-color: #3777c4 !important;
}

#parentHorizontalTab02 .resp-content-active,
#parentHorizontalTab02 .resp-accordion-active {
    display: block;
}

#parentHorizontalTab02 em.resp-accordion {
    font-size: 18px;
    margin: 0px;
    background: #f8f8f8;
    margin-bottom: 1px;
    color: #333;
    font-family: 'poppins-s';
    font-style: normal;
    margin-bottom: 10px;
}

#parentHorizontalTab02 em.resp-tab-active {
    margin-bottom: 0px !important;
}

#parentHorizontalTab02 em.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue;
}

#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important;
}

#parentHorizontalTab02 .resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #c1c1c1;
}

#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}

#parentHorizontalTab02 em.resp-tab-active {
    background: #3777c4 !important;
    color: #fff;
}

#parentHorizontalTab02 .resp-tab-content-active {
    padding-top: 20px;
}

#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
    display: block;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
    border: 1px solid #1268bf;
}

#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #1268bf;
    /* !important;*/
}

#parentHorizontalTab02 .resp-jfit {
    width: 100%;
    margin: 0px;
}

#parentHorizontalTab02 .resp-tab-content-active {
    display: block;
}


@media only screen and (max-width: 768px) {
    #main-btn {
        padding: 2% 6%;
    }

    #parentHorizontalTab02 {
        padding: 0;
    }

    #parentHorizontalTab02 ul.resp-tabs-list {
        display: none;
    }

    #parentHorizontalTab02 em.resp-accordion {
        display: block;
    }

    #parentHorizontalTab02 .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
        border: 1px solid #e5e5e5;
        border-top: none;
        padding: 15px 15px 30px 15px;
    }

    #parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    #parentHorizontalTab02 .resp-accordion-closed {
        display: none !important;
    }

    #parentHorizontalTab02 .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
}



/*inquiry*/
.induiry_line {
    background: url(../image/contact-form.png) center top repeat-x;
    padding-top: 7px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
}

.inquiry {
    padding: 30px;
    background-size: 200px auto;
}

.inquiry .title_section {
    margin-bottom: 10px;
}

.inquiry .p {
    font-size: 13px;
    color: #808080;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin: 10px 0;
}

.inquiry .contact_box {
    text-align: left;
    margin-left: 0px;
}
.inquiry .contact_box .input{
    width: 89%;
}
.inquiry .contact_box .input_1 {
    font-size: 12px;
    line-height: 38px;
    height: 40px;
    padding-left: 15px;
    width: 100%;
    background: #fff;
    color: #999;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.inquiry .contact_box .input_1:focus {
    border: 1px solid #3777c4;
}

.inquiry .contact_box .input_2 {
    line-height: 40px;
    font-size: 12px;
    height: 100px;
    padding-left: 15px;
    width: 100%;
    background: #fff;
    color: #999;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.inquiry .contact_box .input_2:focus {
    border: 1px solid #3777c4;
}

.inquiry .contact_box .btn_1 {
    display: inline-block;
    margin: 10px 0 0;
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding: 0px 35px;
    border: none;
    font-size: 14px;
    text-transform: capitalize;
    position: relative;
    background: #ed7824;
    font-family: 'poppins-s';
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 5px;
    text-transform: uppercase;
}

.inquiry .contact_box .btn_1:hover {
    background: #3777c4;
}



.inquiry .subject_title {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.inquiry .subject_title a {
    color: #333;
}

.inquiry .subject_title span {
    font-size: 14px;
    color: #777;
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .inquiry .p {
        font-size: 12px;
    }
}

/*rel_pro*/
.rel_pro {
    margin: 40px 0 20px;
}

.rel_pro .slider {
    margin: 0px -10px;
}

.rel_pro .li {
    margin: 0px 10px;
    border: 1px solid #eee;
    background: #fff;
}

.rel_pro .li .text {
    border-top: none;
    padding: 10px 0;
    text-align: center;
    padding: 0px 15px;
}

.rel_pro .li .text h4 a {
    font-family: 'poppins-s';
    font-size: 13px;
    display: block;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rel_pro .li .text p {
    font-size: 12px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    color: #8f8f8f;
    margin-bottom: 20px;
    margin-top: 5px;
}

.rel_pro .li:hover h4 a {
    color: #ed7824;
}



.rel_pro .slick-prev {
    position: absolute;
    right: 60px;
    top: -60px;
    vertical-align: middle;
    border-radius: 50%;
}

.rel_pro .slick-prev::before {
    color: #808080;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30px;
    content: "\f104";
}

.rel_pro .slick-next {
    position: absolute;
    right: 20px;
    top: -60px;
    vertical-align: middle;
    border-radius: 50%;
}

.rel_pro .slick-next::before {
    color: #808080;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 30px;
    content: "\f105";
}

/*blog_left*/
.blog_left {
    float: left;
    width: 75%;
    padding-right: 60px;
}

.blog_right {
    float: left;
    width: 25%;
}

.blog_h4 {
    font-size: 24px;
    color: #3777c4;
    padding-bottom: 10px;
    border-top: none;
    padding-top: 0px;
    text-transform: capitalize;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .blog_left {
        float: left;
        width: 100%;
        padding-right: 0px;
        margin-bottom:
    }

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

.blog_nav {
    margin-bottom: 30px;
}

.blog_nav ul li {
    list-style: none;
}

.blog_nav ul li a {
    font-size: 14px;
    color: #555;
    line-height: 22px;
    padding: 12px 0px;
    display: inline-block;
    border-bottom: 1px solid #ececec;
    display: block;
}

.blog_nav ul li a i {
    color: #ccc;
    font-size: 12px;
    margin-right: 10px;
}

.blog_nav ul li a:hover {
    color: #ed7824;
    padding-left: 10px;
}

.blog_nav ul li a:hover i {
    color: #ed7824;
}

.hot_tags a {
    font-size: 12px;
    display: inline-block;
    border-radius: 2px;
    color: #777;
    padding: 0px 12px;
    margin-right: 4px;
    margin-top: 4px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border-radius: 30px;
    margin: 4px;
    font-size: 13px;
    line-height: 30px;
}

.hot_tags .toggle_content {
    margin: 0px -4px;
    margin-top: 15px;
}

.hot_tags a:hover {
    color: #fff;
    background: #3777c4;
}

/*blog*/
.blog-info {
    display: block;
    font-size: 12px;
}

.blog-info i {
    margin-right: 10px;
    color: #777;
}

.blog-info span {
    margin-right: 10px;
    color: #999;
}

.blog_main h3 {
    font-size: 20px;
    font-size: 18px;
    color: #333;
    font-family: 'poppins-s';
    margin-bottom: 10px;
}

.blog_main .blog_tags {
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0px 15px;
}

.blog_main .blog_tags span {
    font-size: 12px;
    font-family: 'poppins-s';
    text-transform: capitalize;
}

.blog_main .blog_tags a {
    font-size: 12px;
    display: inline-block;
    color: #666;
    padding: 2px 14px;
    margin: 6px;
}

.blog_main .blog_tags a i {
    margin-right: 6px;
    font-size: 12px;
}

.blog_nav ul li {
    list-style: none;
}

.blog_p {
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}


.blog_li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px;
    list-style: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog_li .lileft {
    width: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
}

.blog_li .lileft .day {
    text-transform: uppercase;
    line-height: 22px;
    padding: 10px 0 5px;
    font-size: 12px;
    color: #fff;
    background: #3777c4;
}

.blog_li .lileft .day h4 {
    font-size: 28px;
    color: #fff;
    line-height: 34px;
    height: 34px;
}

.blog_li .lileft .more a {
    background: #3777c4;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    padding: 2px 0;
}

.blog_li .lileft .more a i {
    margin-left: 6px;
}

.blog_li h4 a {
    display: block;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'poppins-s';
    overflow: hidden;
    color: #333;
    margin-bottom: 10px;
}

.blog_li h4 a:hover {
    color: #ed7824;
}

.blog_li .p {
    color: #8f8f8f;
    max-height: 44px;
    overflow: hidden;
    font-size: 12px;
    line-height: 22px;
}

.blog_li .p a {
    color: #8f8f8f;
    border-bottom: 1px solid #ddd;
}

.blog_li .p a:hover {
    color: #3777c4;
    border-bottom: 1px solid #3777c4;
}

@media only screen and (max-width:500px) {
    .blog_li {
        padding-left: 0;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    .blog_li .lileft {
        display: none;
    }
}

.blogin {
    font-size: 12px;
    color: #aaa;
    margin: 4px 0px;
}

.blogin span {
    color: #fff;
    margin: 0px 6px;
    font-family: 'poppins-s';
}

.blogin span i {
    font-size: 12px;
}

.blog .blog_tags {
    width: 100%;
    margin-top: 15px;
    border: 1px solid #eee;
    padding: 2px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.blog_tags span {
    font-size: 12px;
    font-family: 'poppins-s';
    text-transform: capitalize;
    margin-right: 6px;
}

.blog_tags a {
    font-size: 12px;
    display: inline-block;
    border-radius: 2px;
    margin-bottom: 4px;
    color: #777;
    padding: 0px 12px;
    margin-right: 4px;
    margin-top: 4px;
    background: #fff;
    border-radius: 2px;
    border-radius: 30px;
}

.blog_tags a:hover {
    color: #fff;
    background: #3777c4;
}

.blog_tags i {
    margin-right: 6px;
    font-size: 12px;
    font-size: 14px;
    color: #777;
}

/*sitemap*/
.sitemap {
    width: 100%;
}

.stp-listA>li {
    text-transform: capitalize;
    margin-bottom: 15px;
    list-style: none;
    padding: 10px 20px;
    background: #f6f6f6;
}

.stp-top {
    width: 100%;
}

.stp-top a {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    text-transform: capitalize;
    color: #333;
    font-family: 'poppins-s';
}

.stp-top a:hover {
    text-decoration: none;
    color: #ed7824;
}

.stp-top a i {
    padding-left: 8px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.stp-top a:hover i {
    padding-left: 12px;
    color: #ed7824;
}

.stp-listB {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #eee;
    list-style: none;
    margin-top: 5px;
}

.stp-listB>li {
    width: 25%;
    padding: 8px 10px;
    float: left;
    overflow: hidden;
}

.stp-listB>li>a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #666;
    font-family: 'poppins-s';
}

.stp-listB>li>a:hover {
    color: #ed7824;
}

.stp-listB li .stp-listC {
    width: 100%;
    padding-top: 15px;
    list-style: none;
}

.stp-listB li .stp-listC li {
    width: 100%;
    margin-bottom: 10px;
}

.stp-listB li .stp-listC li a {
    color: #808080;
    font-size: 12px;
}

.stp-listB li .stp-listC li a:hover {
    color: #ed7824;
}

.stp-listB li .stp-listC i {
    margin-right: 6px;
}

@media only screen and (max-width: 768px) {
    .stp-listB>li {
        width: 50%;
        padding: 8px 0;
    }
}

@media only screen and (max-width: 400px) {
    .stp-listB li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}

/*case*/
.btn26 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.btn26 img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.btn26 .ovrly {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn26 .buttons {
    position: absolute;
    top: 50%;
    left: 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%);
}

.btn26 .buttons .icon {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 44px;
    height: 44px;
    opacity: 0;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    color: #fff;
}

.btn26:hover .buttons .icon {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.btn26:hover .ovrly {
    opacity: 1;
}


.case ul li {
    list-style: none;
    margin-bottom: 30px;
    text-align: center;
}

.case ul li .img {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.case ul li h4 a {
    font-size: 13px;
    color: #333;
    font-family: 'poppins-s';
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    display: block;
    padding: 5px 10px;
}

.case ul li p {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.case ul li:hover h4 a {
    color: #3777c4;
}

/*web*/
@media only screen and (max-width:900px) {
    .header_section #logo {
        width: 50%;
    }

    .header_section .header_r {
        width: 100%;
        text-align: center;
        border-top: 1px solid #eee;
        margin-top: 20px;
    }

    .header_r .li,
    .header_r .li:first-child {
        border: none;
    }

    .header_r .header_tel,
    .header_r .header_email {
        padding: 12px 0;
        padding-left: 40px;
    }

    .top_section .con {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .cate_section ul li .li h4 a {
        font-size: 16px;
    }

    .blog_nav {
        margin-bottom: 0px;
    }

    .n_left .block {
        margin-bottom: 0px;
    }

    .contact_right {
        width: 100%;
    }

    .blog_h4 {
        position: relative;
        margin-bottom: 20px;
        background: none;
        border-radius: 5px;
        text-align: left !important;
        background: #3777c4 !important;
        padding: 0px 10px;
        line-height: 40px;
        color: #fff !important;
        font-size: 16px !important;
        border-bottom: none;
    }

    .blog_h4:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 15px;
        cursor: pointer;
        font-size: 20px;
        top: 0px;
        color: #fff;
    }

    .blog_h4.active:after {
        content: "\f106";
    }

    .title_h4 {
        position: relative;
        margin-bottom: 10px !important;
        padding: 15px !important;
        font-size: 14px !important;
        background: #2c2c2c;
        border: 1px solid #444;
        border-radius: 5px;
    }

    .title_h4:after {
        display: block;
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        right: 15px;
        cursor: pointer;
        font-size: 20px;
        top: 13px;
        color: #fff;
    }

    .title_h4.active:after {
        content: "\f106";
    }

    .case_ul li {
        width: 50%;
        float: left;
    }
}


.mobile-menu-area .container .row {
    margin: 0;
}

@media only screen and (max-width: 1460px) {
    .about_section .about_img {
        overflow: hidden;
        width: 47%;
    }

    .about_section .about_img img {
        height: 100%;
        width: auto;
        max-width: none;
    }

    .about_section .about_img:after {
        right: -29px;
    }

    .news_section ul li .text {
        padding: 20px;
    }

    .news_section ul li .text .more {
        margin-top: 20px;
    }
}

@media only screen and (max-width:1300px) {
    .news_section ul li .text p {
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
    }

    .news_section ul li .text h4 a {
        line-height: 30px;
        height: 30px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1080px) {
    .top_section .con p:first-child {
        display: none;
    }

    .search {
        width: 100%;
    }

    .header_section {
        text-align: center;
    }

    .header_section h1 {
        display: inline-block;
    }

    .header_section #logo {
        display: inline-block;
        float: none;
    }

    .header_section .logo_h4 a {
        display: inline-block;
        float: none;
        margin-bottom: 30px;
    }

    #cssmenu>ul>li>a {
        font-size: 14px;
    }

    #cssmenu>ul>li>a {
        padding: 14px;
    }

    .app_section ul li .li .img {
        width: 160px;
        height: 160px;
    }

    .partner_section .slick-prev,
    .partner_section .slick-next,
    .video_section .slick-prev,
    .video_section .slick-next {
        opacity: 1;
    }

    .video_section .slider {
        padding: 0px 60px;
    }


}

@media only screen and (max-width:768px) {
    .i_title h3 {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .i_title .p {
        margin-top: 8px;
        margin-bottom: 15px;
    }

    .products_section {
        margin-top: 40px;
    }

    .ser_section ul li h4 a {
        font-size: 14px;
        padding: 0;
    }

    .news_section {
        margin-top: 30px;
    }

    .ser_section ul li:nth-child(3) {
        clear: both;
    }

    .about_section .about_text .h4 h3 {
        font-size: 28px;
    }

    .about_section .about_text {
        text-align: center;
        width: 100%;
    }

    .about_section .about_img {
        width: 100%;
        text-align: center;
        position: inherit;
        padding-right: 0;
    }
  
    .about_section .about_img img {
        width: 100%;
    }

    #footer .title_h4 {
        background-image: none;
    }

    .about_section .about_img:after {
        display: none;
    }

    .about_section .about_img {
        width: 100%;
    }

    .totop_w {
        display: none !important;
    }

    .footer_bottom {
        margin-top: 40px;
    }

    .totop {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }

    .hot_left {
        margin-top: 0;
    }

    .left_img {
        display: none;
    }

    .i_title h4 {
        font-size: 20px;
    }

    .cate_section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pro_section {
        margin-top: 30px;
    }

    .about_section {
        margin-top: 0;
    }

    .about_section .about_text .i_title {
        text-align: center;
    }

    .news_section ul li {
        width: 100%;
    }

    .video_section {
        padding: 30px 0;
    }

    .app_section ul li .li {
        padding-bottom: 20px;
    }

    #cssmenu>ul>li>a {
        color: #333;
    }

    .news_left {
        margin-top: 0;
    }
}

@media only screen and (max-width:600px) {
    .cate_section ul li {
        width: 100%;
    }

    .header_section .language {
        text-align: center;
    }

    .header_section .language a img {
        margin-right: 0px;
    }

    .header_section .language a span {
        display: block;
    }

    .header_section .language a {
        margin-right: 6px;
    }

}

@media only screen and (max-width:500px) {
    .header_section #logo {
        width: 100%;
        text-align: center;
    }

    .search {
        width: 100%;
        padding-left: 0;
    }

    .header_r .header_tel {
        display: none;
    }

    .ser_section ul li p {
        display: none;
    }

    .ser_section ul li .icon {
        width: 80px;
        height: 80px;
        background-size: 80px auto;
    }

    .news_section ul li .text .more {
        display: none;
    }

    .app_section ul li .li .img {
        width: 100px;
        height: 100px;
    }

    .header_section .logo_h4 a {
        font-size: 12px;
    }
}

@media only screen and (max-width:360px) {

    .project_section ul li,
    .case ul li {
        width: 100%;
    }

    .news_section ul li .img {
        display: none;
    }

    .news_section ul li .text {
        width: 100%;
    }

    .news_section ul li:last-child .text:after {
        left: auto;
        opacity: 0.3;
    }
}