body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

ul,
p {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.daohan_ul>li>a:hover {
    text-decoration: none;
    background: #197cbf;
}

.w100 {
    width: 100%;
}

/* 公共标题 */
.application_fl {
    text-align: center;
    margin-bottom: 35px;
}

.application_fl>p {
    font-size: 18px;
    color: #888888;
    text-transform: uppercase;
}

.application_fl .application_p {
    font-size: 35px;
    color: #222;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: 3px solid #e83c16;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #e83c16;
    border: none;
}


/* 手机导航 */
.phone {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
    display: none;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
}

.clearfix {
    zoom: 1;
}

.sidebar-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e7e9eb;
    z-index: 999;
}

.sidebar-menu__header {
    height: 50px;
    background: #2296f3;
    position: relative;
    display: block;
    padding: 15px 25px;
    height: 100%;
    width: 100%;
    color: #fff;
    margin-right: 105px;
}

.sidebar-menu__list {
    position: fixed;
    top: 50px;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 250px;
    list-style: none;
    background: #fff;
    transition: right 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
    list-style-type: none;
}

.sidebar-menu__item:first-child {
    border-top: 0
}

.sidebar-menu__item {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.sidebar-menu__link {
    display: block;
    padding: 10px 25px;
    color: #828282;
    font-size: 13px;
    font-weight: 400;
    transition: color 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ds {
    cursor: pointer;
}

.searchbox {
    padding: 15px;
    box-shadow: 0 0 7px 0 #cfcfcf;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 101px;
    border-top: 2px solid #788490;
    text-align: center;
    z-index: 44;
}

.searchs {
    max-width: 600px;
    margin: 0 auto;
}

.searchs .sertext {
    display: block;
    padding: 0;
    outline: 0;
    padding-left: 12px;
    width: 78%;
    float: left;
    border: 1px solid #cdcdcd;
    color: #a2a2a2;
    font-size: 12px;
    height: 52px;
    line-height: 52px;
    transition: 0.4s;
}

.serbtn {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    width: 22%;
    float: right;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #788490;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: 0.44s;
}

.as {
    padding-top: 5px;
}


/* 一键导航 */

.mobile-foot {
    display: none;
    background: #185051;
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.mobile-foot a {
    color: #fff;
    height: 35px;
    line-height: 33px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    width: 22%;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 5px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 0px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

/* 右侧悬浮 */

.rightfix {
    position: fixed;
    top: 200px;
    right: 0px;
    width: 40px;
    border: 1px solid #dee2e7;
    border-right: none;
    z-index: 2;
    border: 1px solid #dee2e7;
    background: #fff;
}

.fix_ul li {
    font-size: 12px;
    background: #fff;
    text-align: center;
    float: none;
    position: relative;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid #dee2e7;
    line-height: 40px;
    margin-bottom: 0px;
    color: #fff;
}

.fix_ul li i {
    font-size: 20px;
    color: #747679;
}

.fix_ul li:nth-child(2n) {
    background: #eee;
}

.right_div {
    display: none;
    position: absolute;
    right: 20px;
    top: 0px;
    background: #fff;
    padding: 5px;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    min-width: 120px;
}

.fix_ul li:hover a {
    color: #848484;
}

.fix_ul li:hover .right_div {
    display: block;
    right: 40px;
}

.fix_ul li:hover {
    background: #04cdf2;
    ;
}

.fix_ul li:hover i {
    color: #fff;
}

.mobile-foot {
    display: none;
    background-image: -moz-linear-gradient(-51deg,
            rgb(22, 104, 228) 0%,
            rgb(2, 216, 244) 100%);
    background-image: -webkit-linear-gradient(-51deg,
            rgb(22, 104, 228) 0%,
            rgb(2, 216, 244) 100%);
    background-image: -ms-linear-gradient(-51deg,
            rgb(22, 104, 228) 0%,
            rgb(2, 216, 244) 100%);
    padding: 8px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* 轮播 */
.daohan_icon {
    padding: 40px 27px 35px 30px;
}

.daohan .daohan_icon1 {
    padding: 40px 65px 0 85px;
    font-size: 17px;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.displaynone {
    display: none;
}

.daohang {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: transparent;
    transition: 600ms ease-in-out;
    border-bottom: 1px solid #eee;
}

.index_as {
    background: transparent;
    transition: 600ms ease-in-out;
    height: 100px;

}

.bg_logo {
    background: url(../image/logo.png) no-repeat;
    background-size: 100% 100%;
    width: 420px;
    height: 60px;
    margin: 23px 0 0 25px;
}

.phone .index_a {
    background: transparent;
    margin-top: 5px;
}

.dianhua {
    width: 60%;
}

.daohang_ul {
    text-align: right;
}

.color_dao i {
    display: inline-block;
    font-size: 25px;
    color: #197cbf;
    line-height: 70px;
    margin-left: 15px;
}

.daohang_ul>li,
.daohang_ul>li>i {
    position: relative;
}

.daohang_ul>li {
    display: inline-block;
    color: #fff;
    font-size: 17px;
}

.daohang.actives .daohang_ul>li a:hover {
    color: #fff;
}
.daohang.actives .daohang_ul>.daohan_icon a:hover {
    color: #3d3e3f;
}

.daohang_ul>.active a,
.daohang_ul li:hover a {
    background: #197cbf;
    color: #fff;
}
.daohang_ul .souauo .daohan_icon .iconfont a{
    background:rgba(rgb(0, 0, 0)0);
}
.daohang_ul>li>a {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    line-height: 100px;
    font-weight: 400;
    padding: 0 15px;
}

.pr {
    position: relative;
}

.souauo {
    display: inline-block;
}

.souauo .iconfont {
    color: #fff;
    font-size: 23px;
}
.souauo .iconfont a{
    color: #fff;
   
}

.daohan_icon {
    border-left: 1px solid #eee;
    padding: 33px 35px 35px 35px;
}

.daohan_icon1 {
    padding: 0px 40px 0 65px;
}

.daohang.actives {
    background: #fff;
}

.daohang.actives .daohang_ul>li>a {
    line-height: 100px;
    color: #3d3e3f;
}

.daohang.actives .bg_logo {
    margin: 23px 0 0 25px;
}

.daohang.actives .bg_logo {
    background: url(../image/logo1.png) no-repeat;
    background-size: 100% 100%;
}

.daohang.actives #dLabel,
.daohang.actives .souauo i {
    color: #3d3e3f;
}

.daohang.actives .daohang_ul>li {
    color: #3d3e3f;
}
.daohang.actives .daohang_ul>li a {
    color: #3d3e3f;
}
.daohang.actives .daohang_ul>li.active {
    color: #fff;
}

.daohang .daohang_ul>li:hover .er-ul {
    transform: scale(1);
    opacity: 1;
}

.daohang .daohang_ul .er-ul {
    position: absolute;
    width: 150%;
    left: -25%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    right: 0;
    top: 100%;
    opacity: 0;
    z-index: 33;
    transition: 400ms ease-in-out;
    transform: scale(0);
    background: #fff;
}

.er-ul li {
    line-height: 30px;
    width: 100%;
    display: block;
}

.daohang .daohang_ul .er-ul li a {
    color: #000;
    font-size: 14px;
    display: block;
    text-align: center;
    background: #fff;
    color: #3d3e3f;

}

.daohang .daohang_ul .er-ul li:hover a {
    color: #fff;
    background: #197cbf
}

/*banner*/

.banner {
    position: relative;
    overflow: hidden;
    height: 910px;
}

.banner .ban_imgs {
    position: relative;
}

.images {
    height: 910px;
    position: relative;
    background-size: 100% 100%;
}

.images img {
    width: 100%;
}

.banner .ban_lists {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner .ban_lists .ban_float {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
    padding-top: 5%;
}

.big-w {
    color: #f4f1f4;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    padding: 2% 0% 0% 19%;
    text-shadow: 5px 5px 2px gray;
}

.banner .ban_lists .ban_float .ban_text {
    color: #fff;
    margin-top: 3%;
    transition: all 0.5s;
}

.banner .ban_lists .ban_float .ban_images {
    text-align: center;
    margin-top: 8%;
    transition: all 0.5s;
}

.banner .active .ban_float .ban_text {
    margin-top: 9%;
    width: 50%;
}

.banner .active .ban_float .ban_images {
    margin-top: 3%;
}

.banner .ban_imgs .ban_lists {
    opacity: 0;
}

.banner .ban_imgs .active {
    opacity: 1;
}

.banner .ban_scroll {
    position: absolute;
    left: 9%;
    bottom: 24%;
    z-index: 25;
}

.banner .ban_scroll .container {
    position: relative;
    height: 100%;
}

.banner .ban_scroll .scroll {
    position: absolute;
    bottom: 20%;
    min-height: 150px;
    overflow: hidden;
    min-width: 300px;
}

.banner .ban_scroll .scroll_ul {
    height: 30px;
    width: 100%;
    line-height: 30px;
    padding-left: 20px;
    border-left: 3px solid #e83c16;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.banner .ban_scroll .scroll_ul ul {
    position: absolute;
    top: 0;
}

.banner .ban_scroll .scroll_ul li {
    float: none;
    cursor: pointer;
    font-size: 16px;
    color: #d2e5f9;
}

.banner .ban_scroll .scroll_ul .active {
    color: #fff;
    font-size: 16px;
    opacity: 1 !important;
}

.click {
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 10%;
}

/* 产品推荐 */
.product .suhover {
    background-color: #55aae0;
}

.product_center {
    color: #888;
    text-transform: uppercase;
    font-size: 18px;
}

.product {
    background: url(../image/2.jpg);
    padding: 88px 0 65px 0;
    overflow-x: hidden;
}

.product .product_center {
    font-size: 18px;
    color: #888;
    float: left;
}

.product .product_center_p {
    font-size: 35px;
    color: #222222;
    font-weight: bold;
    padding-top: 10px;
}

.product .product_ca {
    line-height: 30px;
}

.product_rec {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    width: 370px;
    height: 370px;
    z-index: 14;
    border-radius: 5px;
}

.product_img {
    text-align: center;
    padding: 15px 0 0px 0;

}

.product_si>p {
    font-size: 19px;
    color: #0b0b0b;
}

.product_si {
    border-bottom: 1px solid #eee;
    padding-left: 22px;
    padding-top: 10px;
}

.product_si .hp:hover,
.product_div:hover {
    color: #197cbf;
}

.product_si .product_si_p {
    font-size: 15px;
    color: #888888;
    padding: 8px 8px 0px 0;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

a {
    display: inline-block;
}

.product_div {
    font-size: 15px;
    color: #0b0b0b;
    padding: 17px 0 0 22px;
}

.product_div .iconfont {
    color: red;
    float: right;
    padding-right: 24px;
}

.product {
    margin-bottom: 24px;
}

.product .product_bor {
    width: 145px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 20px;
    float: right;
    text-align: center;
    font-size: 20px;
    color: #969fa8;
    padding-top: 5px;
    margin: 80px 0 0 10px;
}

.product .product_bor:hover {
    background: #197cbf;
    color: #fff;
}

.product .product_bor.active {
    background: #197cbf;
    color: #fff;
}

.w80 {
    width: 80%;
}

.w55 {
    width: 52%;
}

.w85 {
    width: 85%;
}

.product .swiper-container {
    padding: 2px 0 50px 1px;
}

.product .dis {
    width: 370px;
    margin-right: 25px;
}

.product_img {
    position: relative;
}

.product_img_top {
    position: absolute;
    top: 0%;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: 400ms ease-in-out;

}

.product_img_top {
    background-color: rgb(25, 124, 191);
    opacity: 0.702;
    background-image: url(../image/2.png);
    background-repeat: no-repeat;
    background-position: center;

}

.product_dan {
    position: relative;
}

.csa {
    margin-bottom: 50px;
}

.first_swiper_slides {
    overflow: hidden;
    transition: 400ms ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.container .first_swiper_slides:hover .product_img_top_first {
    left: 0;
    transition: 400ms ease-in-out;
}

.product_img_top_firstss {
    position: absolute;
    width: 100%;
    height: 95%;
    left: 0;
    top: 0;
}

.product_img_top_firstss:hover {
    background-color: rgb(25, 124, 191);
    opacity: 0.702;
    background-image: url(../image/2.png);
    background-repeat: no-repeat;
    background-position: center;
}

.parent_tops {
    height: 24px;
}

.parent_tops_hide {
    height: 0px;
}

.product .swiper-container {
    padding: 2px 50px 50px 2px;
}

.parent_dis {
    display: none;
}

.product_bl {
    display: none;
}

.product_bl .swiper-slide {
    overflow: hidden;
    transition: 400ms ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.product_bl .swiper-slide:hover {
    position: relative;
    margin-top: -20px;

    transition: 400ms ease-in-out;
}

.product_bl .swiper-slide:hover .product_img_top_first {
    transition: 400ms ease-in-out;
    left: 0;
}

.product_bl .swiper-container {
    padding: 40px 10px;
}

/* 应用领域 */
.application {
    padding: 0 0 0 0;
}

.application .application_ul {
    float: left;
    width: 90%;
    position: relative;
}

.scd {
    width: 100%;
}

.application .application_ul>li {
    float: left;
    color: #000;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    width: 25%;
    z-index: 9;
    text-align: center;


}

.application .application_ul .er-div>span {
    font-size: 20px;
    position: relative;
    top: -10px;
}

.application .application_li {
    width: 5%;
    font-size: 20px;
    color: #000;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding-top: 35px;
    height: 115px;
}

.application_li_left {
    float: left;
}

.application_li_right {
    float: right;
}

.application_ul .iconfont {
    font-size: 40px;
    color: #c1c1c1;
    padding: 15px;
}

.application_li .iconfont {
    font-size: 40px;
    color: #c1c1c1;
    padding: 15px;
}

.application_indu {
    width: 549px;
    height: 328px;
    background: #fff;
    padding: 45px 50px;
    position: absolute;
    top: 20%;
    left: 20%;
}

.application_indu>p {
    font-size: 17px;
    color: #888888;
    line-height: 30px;
}

.application_indu .application_in {
    font-size: 20px;
    color: #000;
    padding-bottom: 7px;
}

.application_indu .application_stry {
    font-size: 16px;
    color: #888;
    float: left;
    padding-top: 10px;
}

.application_indu .application_stry>li {
    padding: 0 45px 10px 0;
}

.application_indu .application_stry .iconfont {
    color: #e83c16;
    font-size: 18px;
}

.application_indu .application_a {
    margin-top: 10px;
}

.application_indu .application_a>a {
    font-size: 17px;
    color: #fff;
    padding: 10px 35px;
    background: #e83c16;
    border-radius: 25px;
    display: inline-block;
}

.application_indu .application_a>a:hover {
    background: #197cbf;
    transition: all 0.6s;
}

/* 服务与支持 */
.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none !important;
}

.biao_li {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center
}

.fuwu>li {
    border-bottom: 1px solid #e7e9eb;

}

.fuwu>li>a {
    font-size: 16px;
    color: #828282;
    width: 100%;
    display: inline-block;
    margin: 20px 0;
}

.fuwu>li>a:hover {
    color: #197cbf;

}

.fuwu>li>a>p {
    float: left;
    width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.fuwu .bos {
    float: right;
    width: 10%;
    text-align: right;
}

/* 应用 */
.lunbo2 {
    position: relative;
}

.lunbo2 .swiper-button-next {
    background-image: url(../image/you.png)
}

.lunbo2 .swiper-button-prev {
    background-image: url(../image/zuo.png)
}

.lunbo2 .swiper-button-next,
.lunbo2 .swiper-button-prev {
    top: -11%;
    right: 1%;
    width: 49px;
    position: absolute;

    height: 49px;
    background-size: 100% 100%;
}

.lunbo2 .swiper-button-prev {
    left: 1.5%;
}

.application_ul li {
    position: relative;
    background: #fff;
    height: 115px;
    padding: 0;
    line-height: 115px;
}

.application_ul li:hover .er-div,
.application_ul li.active .er-div {

    color: #fff;
    background: #197cbf;
    height: 110%;
    line-height: 115px;
}

.er-div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}

.application .application_ul li.active:after {
    display: block;
    content: '';
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: #197cbf transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -27px;
    z-index: 999;
    transition: all 0.6s;
}

.application_ul li:hover:after {
    display: block;
    content: '';
    border-width: 8px 8px 8px 8px;
    border-style: solid;
    border-color: #197cbf transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -27px;
    z-index: 999;
    transition: all 0.6s;
}

.application_ul>li:hover i,
.application_ul>li.active i {
    color: #fff;

}

/*  */
.system {
    padding-bottom: 80px;
    position: relative;
}

.system_ion {
    position: absolute;
    top: 45%;
    left: 82%;
}

.system_pos {
    position: absolute;
    top: 45%;
    left: 15%;
}

.system .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../image/zuo.png);
    left: 15%;
}

.system .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../image/you.png);
    left: 83%;
}

.system .swiper-button-next,
.swiper-button-prev {
    width: 49px;
    height: 49px;
    background-size: 100% 100%;
}

.system_pos .iconfont,
.system_ion .iconfont {
    font-size: 50px;
    color: #c1c1c1;
}

.system .system_im {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    width: 370px;
    height: 320px;
}

.dong {
    overflow: hidden;
}

.dong>img {
    cursor: pointer;
    transition: all 0.6s;
    width: 100%;
}

.dong>img:hover {
    transform: scale(1.2);
}

.system .system_prin {
    text-align: center;
    font-size: 19px;
    color: #0b0b0b;
    padding-top: 22px;
}

.system .system_p {
    text-align: left;
    font-size: 16px;
    color: #888;
    line-height: 28px;
    padding: 10px 20px 0 20px;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.system .swiper-container {
    padding: 2px 2px 50px 3px;
    margin: 0 0 0 0;
}

.brief {
    width: 100%;
    margin-bottom: 80px;

}

.brief .brief_50 {
    width: 50%;
    float: left;
    position: relative;
}

.brief .back {
    color: #fff;
    font-size: 18px;
    padding: 8% 0 5.1% 8%;
    position: absolute;
    top: 0;
    left: 0;
}

.brief .back>img {
    margin-bottom: 10px;
}

.brief .brief_p {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
}

.brief .brief_a {
    margin-top: 45px;
}

.brief .brief_us {
    font-size: 16px;
    color: #addbfa;
    line-height: 33px;
    padding-right: 40%;
}

.brief .brief_a>a {
    color: #fff;
    font-size: 17px;
    padding: 10px 35px;
    border-radius: 25px;
    display: inline-block;
    border: 1px solid #fff;
}

.brief .brief_a>a:hover {
    background: #c30d23;
    border: #c30d23;
    transition: all 0.6s;
}

.news {
    padding-bottom: 100px;
}

.news .swiper-container {
    float: left;
    width: 100%;
    font-size: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    margin: 20px 0;
}

.news .swiper-slide {
    float: left;
    width: 67%;
    font-size: 0;
}

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

.news .news_bra .dong {
    float: right;
    width: 25%;
}

.news .swiper-button-next {
    background-image: none;
    top: 90%;
    left: 64%;
    right: auto;
}

.news .swiper-button-prev {
    background-image: none;
    top: 90%;
    left: 59%;
}

.news .row {
    position: relative;
}

.news .news_bra>img {
    float: left;
}

.news .news_pa {
    float: left;
    padding: 30px 15px 30px 45px;
    line-height: 30px;
    width: 44%;
}

.news .news_as {
    font-size: 18px;
    color: #000;
}

.news_pa>p {
    color: #888;
    font-size: 16px;
}

.news .news_date {
    color: #e83c16;
}

.news_date .iconfont {
    color: #888;
    margin-right: 4px;
}

.news .news_as:hover,
.news_pa>p:hover {
    color: #197cbf;
}

.news_ic {
    float: right;
    position: absolute;
    bottom: 15%;
    left: 60%;
}

.news_ic .iconfont {
    color: #222;
}

.news .news_right {
    float: right;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    width: 29%;
    height: 381px;
}


.news_right .news_ul {
    padding: 30px 25px 50px 25px;
}

.news_ul>li {
    line-height: 32px;
}

.news_ul>li>a {
    color: #000;
    font-size: 16px;
}

.news_ul>li>a:hover {
    color: #197cbf;
}

.news_ul .iconfont {
    color: #e83c16;
}

/* 联系方式 */
.contact {
    background: url(../image/15.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 30px 0;
}

.contact .contact_phone {
    float: left;
}

.contact .contact_phone i {
    float: left;
}

.contact .contact_phone span {
    float: left;
    font-size: 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.contact .iconfont {
    font-size: 35px;
    color: #fff;
    padding: 0 20px 0 205px;
}

.tractor {
    background: #373737;
    padding: 40px 0 60px 0;
}

.tractor .tractor_bottom {
    float: left;
    width: 18%;
    margin: 0 20px;

}

.tractor_bottom_1 {
    width: 25%;
    float: left;
    padding-top: 25px;
    margin-bottom: 6px;
    margin: 0 20px;
}
.tractor_bottom_2 {
    width: 30%;
    float: left;
    /* padding-top: 25px; */
    margin-bottom: 6px;
    margin: 0 20px;
    color: #adadad;
    font-size: 15px;
}
.tractor_bottom_2 h1{
    font-size: 25px;
    margin: 0 0 29px 0;
}
.tractor_bottom_2 p{
    margin-bottom: 10px;
}
.text_1{
    color: #adadad;
    padding-top: 25px;
}
.tractor_bottom_1 .img_1 {
    width: 100%;
}
.tractor_bottom_1 .img_1 img{
    width: 100%;
}

.tractor .tractor_bottom>p {
    font-size: 15px;
    color: #adadad;
    line-height: 30px;
    padding-left: 15px;
}

.tractor .tractor_ul>li {
    float: left;
    color: #adadad;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.tractor .tractor_ul>li>a:hover {
    color: #197cbf;
}

.tractor .tractor_ul {
    padding-top: 25px;
    margin-bottom: 6px;
}

.tractor .tractor_ul>li>a {
    color: #adadad;
    font-size: 15px;
    padding: 0 15px 0 15px;
}

.tractor .tractor_ma {
    float: right;
}

.tractor .tractor_ma .tractor_span {
    font-size: 15px;
    color: #adadad;
    line-height: 30px;
}

.tractor_ma .w55 {
    width: 100%;
}

.tractor_span {
    padding: 8px 0;
}

.user-size input:first {
    outline: none;
}

/* 产品 */
.lip {
    background: url(../image/18.jpg);

}

.products_ul>li {
    float: left;
}

.products_ul>li,
.products_ul>li>a {
    color: #fff;
    font-size: 16px;
}

.products_ul>li>a:hover {
    color: #197cbf;
}

.products_fl {
    position: absolute;
    top: 45%;
    left: 17%;
}

.products_fl>p {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
}

/* .products_fl{
    padding:5% 0% 18% 0%;
} */
.bracket_a {
    border-bottom: 1px solid #d7d7d7;
}

.bracket_bor {
    float: left;
    padding-top: 20px;
}

.bracket_bor>a {
    color: #616161;
    font-size: 17px;
    padding: 0 30px 20px 30px;
    border-bottom: 6px solid #fff;
}

/* .bracket_bor.active a{
    color: #197cbf;
    border-bottom:6px solid #197cbf;
} */
.bracket_bor a.active {
    color: #197cbf;
    border-bottom: 6px solid #197cbf;
}

.bracket_bor>a:hover {
    color: #197cbf;
    border-bottom: 6px solid #197cbf;
}

.kong {
    margin-bottom: 60px;
}

.details {
    width: 100%;
    margin-bottom: 40px;
}

.details .details_50 {
    float: left;
    width: 50%;
}

.details .le {
    width: 100%;
    height: 380px;
    border: 1px solid #eee;
    text-align: center;
}

.details .details_biao {
    font-size: 19px;
    color: #0b0b0b;
    padding-bottom: 10px;
}

.details .details_co {
    font-size: 15px;
    color: #888888;
    padding-left: 50px;
    line-height: 25px;
}

.details_ico {
    padding-top: 30px;
}

.details_ico .iconfont {
    color: #197cbf;
    font-size: 50px;
    float: left;
    margin: 14px 18px 0 0;
}

.details_ico>div {
    font-size: 18px;
    float: left;
    color: #197cbf;
}

.buts .buts_b>button {
    font-size: 16px;
    border: none;
    background: #197cbf;
    color: #fff;
    padding: 12px 45px;
}

.buts .buts_b {
    border-bottom: 1px solid #eee;
}

.buts .buts_xq {
    font-size: 15px;
    padding-top: 25px;
    line-height: 28px;
}

.buts_xq h3 {
    font-size: 19px;
}

.buts .buts_jia {
    font-size: 20px;
    color: #197cbf;
    padding: 5px 0 30px 0;
}

.buts .buts_div {
    font-size: 15px;
    color: #888;
    line-height: 25px;
}

.buts_tab tr {
    font-size: 15px;
    color: #888;
}

.buts_tab .buts_tr1 {
    background: #55aae0;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.buts_tab .buts_td1 {
    text-align: center;
}

.buts_tab .buts_td2 {
    padding: 25px 0 0 18px;
}

.buts_tab .buts_td3 {
    padding-left: 18px;
}

.buts_tab .buts_biao {
    padding-top: 30px;
}

.lists .dsip {
    display: none;
}

.lists {
    margin-bottom: 65px;
}

.lists .lists_bor {
    border: 1px solid #eee;
    width: 368px;
    height: 270px;
    float: left;
    margin-bottom: 15px;
}

.lists .lists_bor>img {
    width: 100%;
    padding-top: 3px;
}

.lists .abs {
    margin: 0 33px 0 32px;
}

.lists .lists_span {
    font-size: 17px;
    color: #828282;
    text-align: center;
    padding-bottom: 35px;
}

.lists .lists_span .le {
    margin: 0 22% 0 22%;
}

.lists .lists_bot {
    margin: 75px 0 30px 0;
    border-top: 1px solid #eee;
}

.lists_p {
    float: left;
}

.lists_p>a {
    font-size: 17px;
    color: #828282;
    line-height: 30px;
}

.lists_p>a:hover,
.lists_a>a:hover {
    color: #197cbf;
}

.lists_a {
    float: right;
    font-size: 17px;
}

.lists_a>a {
    color: #828282;
    border: 1px solid #eee;
    padding: 10px 15px;
}

/* 荣誉 */
.bs {
    background: url(http://www.lipler.cn/t/lipule/img/27.jpg);
}

.spas {
    display: none;
}

.contacts {
    padding-top: 60px;
}

.contacts_yi {
    font-size: 17px;
    color: #1b1b1b;
}

.contacts .contacts_ul {
    width: 100%;
}

.contacts .contacts_ul>li {
    float: left;
    width: 25%;
    text-align: center;
}

.contacts_ul {
    padding: 50px 0;
}

.contacts_ul .iconfont {
    font-size: 30px;
    color: #084da1;
}

.contacts_ul>li>p {
    font-size: 15px;
    color: #1b1b1b;
    line-height: 30px;
}

.users .users_p {
    font-size: 17px;
    color: #1b1b1b;
    padding: 40px 0 30px 0;
}

.user-p {
    font-size: 17px;
    margin-bottom: 35px;
    color: #262626;
}

.content>p,
.user-size>p {
    font-size: 16px;
    color: #1b1b1b;
}

.user-size>input {
    width: 95%;
    height: 45px;
    margin: 10px 0 15px 0;
    border: 1px solid #ebebeb;

}

.user-size>p>i {
    color: #c30d23;
}

.content>textarea {
    height: 260px;
    width: 98.5%;
    margin-top: 10px;
    border: 1px solid #ebebeb;
}

textarea:focus,
input:focus {
    outline: none;
}

.col-md-4 {
    padding: 0;
}

.users_inp {
    border: none;
    background: #197cbf;
    color: #fff;
    padding: 9px 42px;
    border-radius: 20px;
}

.users_inp:hover {
    background: #c30d23;
}

.au {
    background: url(http://www.lipler.cn/t/lipule/img/30.jpg);
}

.honor .honor_ul {
    border: 1px solid #eee;
    text-align: center;
    margin-right: 15px;
}

.honor .honor_ul>img {
    padding-bottom: 10px;
}

.w95 {
    width: 95%;
    margin-top: 8px;
}

.honor .honor_span {
    text-align: center;
    font-size: 17px;
    color: #828282;

    margin: 15px 0 38px 0;

}

.honor .honor_sp {
    padding: 0 20% 0 20%;
}

/* 新闻 */
.bu {
    background: url(http://www.lipler.cn/t/lipule/img/32.jpg);
}

.newslist_ul>li {
    margin-bottom: 32px;
    margin-right: 27px;
}

.newslist_ul .dong {
    margin-bottom: 10px;
}

.newslist .newslist_le {
    float: left;
    width: 31%;
    height: 421px;
    border: 1px solid #eee;
}

.newslist_le>a>img {
    margin-bottom: 20px;
}

.newslist_le>a {
    display: inline-block;
}

.newslist .newslist_le_ma {
    margin: 0 33px 0 33px;
}

.newslist_le>a>p {
    color: #323232;
    font-size: 18px;
    padding-left: 17px;
    line-height: 30px;
}

.newslist_le>a>p:hover {
    color: #197cbf;
}

.newslist .newslist_p {
    font-size: 15px;
    color: #e83c16;
}

.newslist_p .iconfont {
    color: #c3c3c3;
    padding-right: 5px;
}

.news_content_biao>p {
    text-align: center;
    font-size: 20px;
    color: #111114;
    line-height: 35px;
}

.news_content_biao {
    position: relative;
}

.news_content .news_content_bor {

    border-bottom: 1px solid #eee;
}

.news_content_bor>span {
    font-size: 14px;
    color: #666e73;
    margin-right: 20px;
}

.news_content_bor>.iconfont {
    padding-left: 35px;
}

.news_content_zi {
    padding: 20px 0 35px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 35px;
}

.news_content_zi>p {
    font-size: 15px;
    color: #666e73;
    line-height: 30px;
}

.bds_more:hover {
    color: #fff;
}

.bdshare-button-style0-16 a:hover {
    color: #333;
    opacity: .8;
}

.bdsharebuttonbox>a {
    background: transparent !important;
    font-size: 25px !important;
    color: #666e73 !important;
    margin: 0 !important;
}

.bdsharebuttonbox {
    float: left;
    position: absolute;
    left: 57.5%;
    top: 65%;
}

/* 应用领域内页 */
.ying {
    background: url(http://www.lipler.cn/t/lipule/img/34.jpg);
}

.ying .kuai {
    display: inline-block;
}

.industry_width {
    width: 100%;
    height: 255px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.industry_left {
    width: 70%;
    padding: 25px 0 0 30px;
    font-size: 15px;
    color: #888888;
    line-height: 25px;

}

.industry_img {
    width: 29%;
    text-align: center;
    margin: 10px 0 11px 10px;
}

.industry_left,
.industry_img {
    float: left;
}

.industry_biao {
    font-size: 19px;
    color: #0b0b0b;
    padding-bottom: 10px;
}

.industry_kan {
    padding-top: 30px;
    color: #197cbf;
}

.industry_kan:hover {
    color: #c30d23;
}

/* 走进利普勒 */
.lipule .lipule_width {
    width: 100%;
}

.lipule .lipule_w50 {
    width: 50%;
    float: left;
}

.lipule .lipule_biao {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}

.lipule_w50>p {
    font-size: 16px;
    color: #9a9a9a;
    line-height: 35px;
}

.shengchang_fl {
    position: relative;
    text-align: center;
}

.shengchang_fl .shengchang_zi,
.shengchang_fl>span {
    font-size: 16px;
    color: #828282;

}

.shengchang_fl>span {}

.shengchang_fl .sf {
    font-size: 55px;
    color: #197cbf;
    text-align: center;
    margin-right: 5px;
}

.shengchang .shengchang_fl .shengchang_2 {
    font-size: 12px;
    position: absolute;
    bottom: 43%;
}

.col-md-3 {
    padding: 0 15px 0 0;
}

.honor .col-md-4 .honor_ul:hover {
    border: 1px solid #197cbf;

}

.honor .col-md-4 .honor_span:hover {
    color: #197cbf;
}

@media(max-width:1900px) {
    .daohang.actives .daohang_ul>li>a {
        line-height: 96px;
    }

    .daohan_icon {
        padding: 35px 25px 35px 25px;
    }

    .daohan_icon1 {
        padding: 0px 25px 0 32px;
    }

    .daohang_ul>li>a {
        padding: 0 12px 2px 12px;
    }

    .index_as {
        height: 70px;
    }

    .bg_logo {
        width: 420px;
        margin: 23px 0 0 25px;
    }

    .daohang_ul>li>a {
        font-size: 15px;
        line-height: 93px;
    }

    .daohang_ul {
        margin-left: 0;
        text-align: right;
    }

    .index_a {
        height: 55px;
    }
}

@media(max-width:1550px) {
    .brief .brief_a {
        margin-top: 20px;
    }

    .brief .brief_us {
        padding-right: 6%;
    }

    .brief .back {
        padding: 6% 0 5.1% 6%;
    }

    .brief .brief_p {
        font-size: 30px;
    }

    .daohang.actives .daohang_ul>li>a {
        line-height: 75px;
    }

    .lunbo2 .swiper-button-next,
    .lunbo2 .swiper-button-prev {
        top: -14%;
    }

    .lunbo2 .swiper-button-prev {
        left: 0.5%;
    }

    .souauo .iconfont {
        font-size: 15px;
    }

    .daohan_icon1 {
        padding: 0px 0px 0 10px;
    }

    .daohang_ul>li>a {
        padding: 0 8px 2px 8px;
    }

    .bg_logo {
        width: 420px;
        margin: 10px 0 0 25px;
    }

    .banner {
        position: relative;
        overflow: hidden;
        height: 720px;
    }

    .images {
        height: 720px;
        position: relative;
        background-size: 100% 100%;
    }


    .daohang_ul>li>a {
        font-size: 15px;
        line-height: 78px;
    }

    .daohang_ul {
        margin-left: 0;
        text-align: right;
    }

    .index_a {
        height: 55px;
    }

    .big-w {
        font-size: 35px;
        padding: 2% 0% 0% 8%;
    }

    .banner .ban_scroll {
        left: 3%;
    }

    .application_indu {
        width: 525px;
        height: 300px;
        top: 8%;
        left: 17%;
    }

    .searchbox {
        top: 75px;
    }

    .daohang_ul .daohan_icon {
        padding: 28px 25px 29px 25px;
    }

    .daohang.actives .bg_logo {
        margin: 10px 0 0 25px;
    }
}

@media(max-width:1370px) {
    .brief .brief_us {
        line-height: 25px;
    }

    .brief .back {
        padding: 4% 0 0% 4%
    }

    .daohang_ul>li>a {
        font-size: 14px;
    }

    .daohan_icon {
        padding: 25px 18px;
    }

    .daohang_ul>li>a {
        padding: 0 10px 2px 10px;
    }

    .daohang_ul {
        text-align: right;
    }

    .big-w {
        font-size: 35px;
        padding: 12% 0% 0% 8%;
    }

    .daohang.actives .daohang_ul>li>a {
        line-height: 78px;
    }

    .daohang.actives .bg_logo {
        margin: 10px 0 0 25px;
    }

    .product {
        padding: 65px 0 40px 0;
    }
}

@media(max-width:1290px) {
    .daohang_ul .daohan_icon {
        padding: 30px 25px 30px 25px;
    }

    .brief .brief_p {
        font-size: 28px;
    }

    .application .application_li {
        height: 100px;
    }

    .application_ul li {
        height: 100px;
    }

    .lunbo2 .swiper-button-next {
        right: 0.5%;
    }

    .fuwu {
        padding: 0;

    }

    .sidebar-menu.is-active {
        display: block;
        transition: right 0.5s;
    }

    .daohan_icon {
        padding: 25px 20px;
    }

    .bg_logo {
        width: 420px;
    }

    .banner {
        position: relative;
        overflow: hidden;
        height: 720px;
    }

    .images {
        height: 720px;
        position: relative;
        background-size: 100% 100%;
    }

    .application_indu {
        padding: 30px 30px;
    }

    .application_indu {
        width: 484px;
        height: 275px;
        left: 12%;
    }

    .brief .back {
        padding: 2% 2%;
    }

    .brief .brief_a {
        margin-top: 20px;
    }

    .brief .brief_a>a {
        padding: 5px 30px;
    }

    .daohang_ul>li {
        font-size: 15px;
    }

    .daohang_ul>li>a {
        padding: 0 8px 2px 8px;
    }

    .bg_logo {
        /* width: 215px; */
    }

    .daohang_ul {
        text-align: right;
    }

    .souauo .iconfont {
        font-size: 12px;
    }

    .daohang_ul>li {
        font-size: 12px;
    }

    .daohan_icon {
        padding: 25px 5px;
    }
}

@media(max-width:1075px) {
    .bdsharebuttonbox {
        left: 59.5%;
    }

    .bg_logo {
        width: 280px;
        height: 40px;
        margin: 20px 0 0 25px !important;
    }

    .daohan_icon {
        padding: 13px;
    }

    .daohan_icon {
        padding: 25px;
    }

    .daohang_ul>li>a {
        padding: 2px 2px 2px 2px;
    }

    .big-w {
        font-size: 28px;
    }

    .system_pos,
    .system_ion {
        display: none;
    }

    .daohang_ul .daohan_icon {
        padding: 30px 16px 25px 16px;
    }

}

@media(max-width:1026px) {
    .big-w {
        font-size: 26px;
    }

    .bg_logo {
        width: 215px;
        margin: 23px 0 0 10px;
    }

    .daohan_icon {
        padding: 25px 15px;
    }

    .daohang_ul>li>a {
        padding: 0 2px 2px 2px;
    }

    .daohang_ul>li {
        font-size: 13px;
    }

}

@media(max-width:1024px) {
    .news_content_bor>span {
        margin-right: 10px;
    }

    .application_ul li {
        height: 80px;
    }

    .application .application_ul {
        width: 100%;
    }

    .application .application_ul li.active:after {
        bottom: -24px;
        line-height: 100px;
    }

    .application_ul li {
        line-height: 100px;
    }

    .application_ul .iconfont {
        padding: 10px;
    }

    .lunbo2 .swiper-button-next,
    .lunbo2 .swiper-button-prev {
        display: none;
    }

    .application .application_li {
        display: none;
    }

    .news .swiper-button-next {
        top: 88%;
        left: 66%;
    }

    .news .swiper-button-prev {
        top: 88%;
        left: 59%;
    }

    .fuwu {
        padding: 0 15px;
    }

    .biao_li {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .fuwu>li>a {
        font-size: 14px;
        padding-bottom: 0;
    }

    .phone {
        display: block;
    }

    .daohang {
        display: none;
    }

    .index_a {
        line-height: 0;
    }

    .searchbox {
        top: 75px;
    }

    body {
        padding-top: 65px;
    }

    .phone {
        position: fixed;
    }

    .images {
        background-size: 100% 65%;
    }

    .big-w {
        padding: 5% 0% 0% 8%;
        font-size: 24px;
    }

    .banner .ban_scroll {
        bottom: 30%;
    }

    .click {
        display: none;
    }

    .banner {
        height: 600px;
    }

    .product .product_center {
        font-size: 15px;
    }

    .product .product_center_p {
        padding-top: 4px;
        font-size: 30px;
    }

    .product .product_bor {
        margin: 56px 0 0 18px;
        width: 135px;
        height: 35px;
        font-size: 17px;
    }

    .product {
        padding: 38px 0 6px 0;
    }

    .product_rec {
        width: 304px;
        height: 330px;
    }

    .product_si .product_si_p {
        padding-bottom: 14px;
    }

    .application {
        padding: 15px 0 42px 0;
    }

    .application_ul .iconfont {
        font-size: 30px;

    }

    .application .application_ul>li {
        font-size: 15px;

    }

    .application_li .iconfont {
        font-size: 30px;
    }

    .application .application_li {
        height: 95px;
        padding-top: 23px;
    }

    .application_indu .applicat {
        font-size: 18px;
        padding-bottom: 0;
    }

    .application_indu>p {
        font-size: 15px;
        line-height: 22px;
    }

    .application_indu .application_stry>li {
        padding: 0 30px 10px 0;
        font-size: 14px;
    }

    .application_indu .application_a>a {
        font-size: 15px;
        padding: 6px 28px;
    }

    .application_indu {
        padding: 18px;
        height: 225px;
        width: 370px;
    }

    .application_fl {
        margin-bottom: 18px;
    }

    .application_fl>p {
        font-size: 16px;
    }

    .application_fl .application_p {
        font-size: 28px;
    }

    .system .system_im {
        width: 300px;
        height: 337px;
    }

    .system .system_p {
        font-size: 14px;
        padding: 6px 15px 0 15px;
    }

    .system .system_prin {
        padding-top: 15px;
        font-size: 17px;
    }

    .brief .brief_us {
        font-size: 14px;
        line-height: 23px;
        padding: 0;
    }

    .brief .brief_a {
        margin-top: 6px;
    }

    .brief .brief_a>a {
        font-size: 15px;
    }

    .brief .back {
        font-size: 16px;
    }

    .brief {
        margin-bottom: 45px;
    }

    .w54 {
        width: 100%;
    }

    .news .news_right {
        height: 315px;
    }

    .news_right .news_ul {
        padding: 15px 0px 17px 0px;
    }

    .news .news_as {
        font-size: 15px;
    }

    .news_ul>li>a {
        font-size: 12px;
        padding-left: 10px;
    }

    .news .news_pa {
        line-height: 25px;
    }

    .contact .iconfont {
        padding: 0 20px 0 160px;
    }

    .tractor .tractor_ul {
        padding-top: 0;
    }

    .tractor .tractor_bottom>p {
        font-size: 13px;
        padding-left: 10px;
    }

    .tractor .tractor_ul>li {
        font-size: 13px;
    }

    .tractor .tractor_ul>li>a {
        font-size: 13px;
        padding: 0 10px;
    }

    .tractor .tractor_ma .tractor_span {
        font-size: 13px;
        padding: 12px 0 0 15px;
    }

    .col-md-4 {
        text-align: center;
    }

    .details .details_co {
        padding-left: 38px;
    }

    .details_ico {
        padding-top: 20px;
    }

    .details .le {
        height: 360px;
    }

    .details_ico .iconfont {
        font-size: 45px;
    }

    .buts_tab .buts_tr1 {
        font-size: 17px;
    }

    .buts_tab tr {
        font-size: 13px;
    }

    .buts_tab .buts_td2 {
        padding: 18px 0 0 18px;
    }

    .lists .lists_bor {
        width: 300px;
    }

    .lists .lists_span .le {
        margin: 0 20%;
    }

    .lists .lists_span {
        padding-bottom: 0px;
    }

    .lists {
        margin-bottom: 45px;
    }

    .lists .lists_bot {
        margin: 45px 0 25px 0;
    }

    .contact {
        padding: 35px 0 25px 0;
    }

    .tractor {
        padding: 40px 0 40px 0;
    }

    .users .users_p {
        padding: 30px 0 25px 0;
    }

    .user-size {
        text-align: left;
    }

    .user-size>p {
        text-align: left;
    }

    .products_fl {
        top: 30%;
    }

    .bracket_bor>a {
        font-size: 15px;
        padding: 0 30px 17px 30px;
    }

    .newslist .newslist_le {
        height: 365px;
    }

    .newslist_le>a>p {
        font-size: 16px;
    }

    .newslist .newslist_p {
        font-size: 14px;
    }

    .newslist_p .iconfont {
        font-size: 15px;
    }

    .kong {
        margin-bottom: 45px;
    }

    .industry_left {
        padding: 10px 0 0 15px;
    }

    .industry_kan {
        padding-top: 13px;
    }

    .industry_width {
        height: 215px;
    }

    .lipule .lipule_biao {
        font-size: 17px;
    }

    .lipule_w50>p {
        font-size: 14px;
        line-height: 27px;
    }
}

@media(max-width:990px) {

    .bdsharebuttonbox {
        left: 61.5%;
    }
}

@media(max-width:768px) {
    .contacts_ul>li>p {
        line-height: 25px;
    }

    .contacts .contacts_ul>li {
        width: 50%;
        height: 115px;
    }

    .contacts_ul {
        padding: 15px 0 0 0;
    }

    .shengchang_fl {
        margin-bottom: 15px;
    }

    .brief .brief_us {
        font-size: 17px;
        line-height: 30px;
    }

    .application_ul li {
        height: 65px;
        line-height: 65px;
    }

    .application .application_ul .er-div>span {
        top: -4px;
    }

    .application_ul li:hover .er-div,
    .application_ul li.active .er-div {
        line-height: 75px;

    }

    .application .application_ul li.active:after {
        bottom: -22px;
    }

    .biao_li {
        padding-top: 15px;
    }

    .wid50 {
        width: 100%;
    }

    .fuwu>li>a {
        font-size: 12px;
    }

    .images {
        background-size: 100% 65%;
    }

    .banner {
        height: 592px;
    }

    .click {
        bottom: 40%;
    }

    .banner .ban_scroll {
        bottom: 15%;
    }

    .big-w {
        font-size: 20px;
    }

    .banner .ban_scroll .scroll_ul li {
        font-size: 13px;
    }

    .banner .ban_scroll .scroll_ul .active {
        font-size: 13px;
    }

    .product .product_bor {
        margin: 56px 0 0 15px;
        width: 100px;
        height: 30px;
        font-size: 14px;
    }

    .product .product_ca {
        line-height: 25px;
    }

    .product .product_center {
        font-size: 14px;
    }

    .product .product_center_p {
        font-size: 25px;
    }

    .product {
        padding: 25px 0 6px 6px;
    }

    .product_rec {
        width: 90%;
        height: 320px;
    }

    .csa {
        margin-bottom: 30px;
    }

    .product_si>p {
        font-size: 15px;
    }

    .product_si .product_si_p {
        font-size: 12px;
    }

    .parent_tops {
        height: 15px;
    }

    .application_fl>p {
        font-size: 13px;
    }

    .application_fl .application_p {
        font-size: 22px;
    }

    .application .application_ul>li {
        font-size: 12px;
    }

    .application_li .iconfont {
        font-size: 20px;
        padding: 0;
    }

    .application .application_li {
        padding-top: 35px;
        display: none;
    }

    .application .application_ul .er-div>span {
        font-size: 16px;
    }

    .application .application_ul {
        width: 100%;
    }

    .lunbo2 .swiper-button-next,
    .lunbo2 .swiper-button-prev {
        display: none;
    }

    .application_indu {
        width: 335px;
        height: 178px;
        padding: 9px;
    }

    .application_indu .application_stry>li {
        font-size: 12px;
        padding: 0 30px 0px 0;
    }

    .application_indu .application_in {
        font-size: 15px;
        padding-bottom: 0;
    }

    .application_indu>p {
        font-size: 14px;
        line-height: 18px;
    }

    .application_indu .application_a>a {
        padding: 4px 20px;
    }

    .application_indu {
        top: 10%;
        left: 9%;
    }

    .system .system_im {
        width: 240px;
        height: 290px;
    }

    .system .system_prin {
        font-size: 15px;
        padding-top: 10px;
    }

    .system .system_p {
        line-height: 20px;
    }

    .brief .brief_50 {
        width: 100%;
    }

    .brief .back {
        font-size: 18px;
        padding: 6% 0 5.1% 2%;
    }

    .brief .brief_a>a {
        padding: 8px 30px;
        font-size: 17px;
    }

    .brief .brief_a {
        margin-top: 26px;
    }

    .system {
        padding-bottom: 20px;
    }

    .brief {
        margin-bottom: 30px;
    }

    .news .news_pa {
        line-height: 20px;
        padding: 15px 15px 18px 15px;
    }

    /* .news .news_bra{
        height: 237px;
    } */
    .news_pa>p {
        font-size: 12px;
    }

    .sjd {
        display: block;
    }


    .news_ul>li {
        line-height: 20px;
        font-size: 12px;
    }

    .news_right .news_ul {
        padding: 5px 0 5px 0;
    }

    .news_ul .iconfont {
        font-size: 12px;
    }

    .news .news_right {
        height: 248px;
    }

    .news_ul>li>a {
        padding-left: 0;
    }

    .contact .iconfont {
        padding: 0 10px 0 118px;
    }

    .contact .contact_phone span {
        font-size: 16px;
        line-height: 38px;
    }

    .contact .iconfont {
        font-size: 20px;
    }

    .contact {
        padding: 20px 0 15px 0;
    }

    .news {
        padding-bottom: 60px;
    }

    .tractor {
        display: none;
    }

    .mobile-foot {
        display: block;
    }

    .details .details_50 {
        width: 100%;
    }

    .details_50>img {
        width: 65%;
    }

    .details .details_co {
        padding: 20px 10px 0 10px;
    }

    .details {
        margin-bottom: 20px;
    }

    .buts .buts_jia {
        padding: 10px 10px;
        font-size: 18px;
    }

    .buts .buts_div {
        font-size: 14px;
        line-height: 23px;
        padding: 0 10px;
    }

    .buts_tab .buts_biao {
        padding-top: 43px;
    }

    .lists .lists_bor {
        width: 228px;
        height: 200px;
    }

    .lists .lists_span {
        font-size: 14px;
    }

    .lists .abs {
        margin: 0 25px 0 28px;
    }

    .lists_p {
        font-size: 15px;
    }

    .lists_a {
        font-size: 15px;
    }

    .lists .lists_bot {
        margin: 25px 0 15px 0;
    }

    .lists {
        margin-bottom: 25px;
    }

    .products_fl>p {
        padding: 5px 0;
    }

    .product_si {
        padding: 0 5px;
    }

    .product_si .product_si_p {
        padding-bottom: 7px;
    }

    .product_div {
        padding: 10px 0 0 22px;
    }

    .product_rec {
        height: 265px;
    }

    .content>textarea {
        height: 175px;
    }

    .kong {
        margin-bottom: 15px;
    }


    .honor .honor_sp {
        padding: 0 15%;
    }

    .honor .honor_span {
        margin-bottom: 20px;
    }

    .newslist .newslist_le {
        height: 300px;
        width: 30%;
    }

    .newslist_le>a>p {
        font-size: 15px;
        line-height: 25px;
        padding: 0 5px;
    }

    .newslist_ul>li {
        margin-bottom: 20px;
    }

    .newslist .newslist_le_ma {
        margin: 0 30px;
    }

    .newslist {
        margin-left: 13px;
    }

    .news_content_zi>p {
        font-size: 14px;
        line-height: 20px;
    }

    .news_content_biao>p {
        line-height: 30px;
        font-size: 18px;
    }

    .news_content_zi {
        padding: 20px 0 25px 0;
        margin-bottom: 25px;
    }

    .industry_left {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 5px 0 10px;
    }

    .industry_biao {
        font-size: 18px;
        padding-bottom: 0;
    }

    .industry_kan {
        padding-top: 5px;
    }

    .industry_width {
        height: 167px;
    }

    .bracket_bor>a {
        padding: 0 28px 15px 28px;
    }

    .lipule .lipule_w50 {
        width: 100%;
    }

    .lipule_w50>img {
        width: 100%;
    }

    .lipule .lipule_biao {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 0 10px 0;
    }

    .lipule_w50>p {
        font-size: 16px;
        line-height: 30px;
    }

    .sss {
        width: 56%;
    }

    .ma_bot>div {
        text-align: center;
    }
}

@media(max-width:480px) {
    .contacts .contacts_ul>li {
        width: 100%;
        height: 105px;
    }

    .contacts {
        padding-top: 30px;
        margin: 0 15px;
    }

    .csa {
        margin-bottom: 25px;
    }

    .product_img_top {
        left: -111%;
    }

    .shengchang_fl .sf {
        font-size: 43px;
    }

    .application_ul li {
        margin-bottom: 10px;
    }

    .honor {
        margin: 0 15px;
    }

    .fuwu>li>a {
        font-size: 14px;
    }

    .fuwu>li>a {
        margin: 10px 0;
    }

    .phone .wid {
        width: 65%;
    }

    .banner .ban_scroll {
        bottom: 10%;
        left: 60%;
    }

    .big-w {
        font-size: 15px;
        padding: 0% 0% 0% 7%;
    }

    .click {
        display: none;
    }

    .images {
        background-size: 100% 50%;
        height: auto;
    }

    .images img {
        width: 100%;
    }

    .banner {
        height: 220px;
    }

    .product .product_bor {
        width: 80px;
        height: 30px;
        font-size: 15px;
        margin: 0px 15px 0 0;

    }

    .product_rec {
        height: auto;
        width: 100%;
    }

    .product_bl .swiper-slide {
        text-align: center;
    }

    .product_div {
        padding: 10px 0 13px 22px;
    }

    .product_img {
        padding: 10px 0 20px 0;
    }

    .product .swiper-container {
        padding: 2px 0 40px 2px;
    }

    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .product {
        margin-bottom: 0;
        padding: 0;
        margin: 0 15px;
    }

    .product .product_ca {
        line-height: 20px;
    }

    .csd {
        width: 100%;
        position: relative;
    }

    .application .application_ul>li {
        width: 33%;
    }

    .application .application_ul {
        width: 100%;
    }

    .application .application_li {
        display: none
    }

    .application .application_li_right_dis {
        position: absolute;
        left: 92%;
        top: 0%;
    }

    .application_ul .iconfont {
        padding: 0;
    }

    .application_ul .application_ul_le {
        margin-left: 17%
    }

    .application_indu {
        position: static;
        top: 0;
        left: 0;
        height: 195px;
    }

    .application_indu .application_in {
        font-size: 20px;
    }

    .application_indu>p {
        font-size: 15px;
        line-height: 25px;
    }

    .application_indu .application_in {
        margin-bottom: 5px;
    }

    .application_indu .application_stry>li {
        font-size: 15px;
    }

    .application .application_ul>li>span {
        font-size: 14px;
        top: -4px;
    }

    .product .product_center {
        padding: 15px 10px 0 10px;
    }

    .application {
        margin: 25px 15px 0px 15px;

    }

    .application_ul .iconfont {
        font-size: 25px;
    }

    .system .swiper-container {
        padding: 10px 15px 50px 15px
    }

    .system .system_im {
        width: 100%;
        height: auto;
    }

    .system .system_p {
        padding: 6px 15px 12px 15px;
    }

    .brief {
        padding: 0 15px;

    }

    .brief .back {
        font-size: 15px;
        padding: 10px 10px;
    }

    .brief .brief_us {
        font-size: 14px;
        line-height: 20px;
        padding-right: 0;

    }

    .brief .brief_50 .sd {
        height: 430px;
    }

    .brief .brief_a>a {
        font-size: 12px;
    }

    .news .news_bra {
        width: 100%;
        height: auto;
    }

    .news .news_right {
        width: 100%;
        height: auto;
    }

    .w54 {
        width: 100%;

    }

    .news .news_pa {
        width: 100%;
        padding: 0 10px 10px 10px;
        float: left;
    }

    .news_ic .iconfont {
        display: none;
    }

    .news_ul>li {
        font-size: 14px;
    }

    .contact .contact_phone span {
        font-size: 17px;
    }

    .contact .iconfont {
        padding: 0 10px 0 75px;
        font-size: 28px;
    }

    .news {
        padding: 0 15px 25px 15px;
    }

    .news .news_as {
        font-size: 18px;
        padding-top: 10px;
    }

    .news_pa>p {
        font-size: 14px;
    }

    .news_ul>li>a {
        font-size: 15px;
    }

    .news_ul .iconfont {
        font-size: 15px;
    }

    .news_ul>li {
        line-height: 25px;
    }

    .industry_left>p:nth-child(2) {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        overflow: hidden;
        height: 60px;
    }

    .lists_p>a {
        font-size: 13px;
    }

    .lists_a {
        font-size: 13px;
    }

    .products_fl>p {
        font-size: 18px;
    }

    .products_fl {
        top: 43%;
        left: 3%;
    }

    .products_ul>li,
    .products_ul>li>a {
        font-size: 13px;
    }

    .bracket_bor>a {
        padding: 0 18px 10px 18px;
    }

    .bracket_bor {
        padding-top: 10px;
    }

    .details .details_50 {
        width: 94%;
        margin-left: 3%;
    }

    .details .le {
        height: 180px;
    }

    .details_ico .iconfont {
        font-size: 35px;
        margin: 16px 7px 0 0;
    }

    .details_ico {
        padding-top: 5px;
    }

    .buts_tab tr {
        font-size: 14px;
    }

    .lists .lists_span {
        display: none;
    }

    .lists .abs {
        margin: 0;
    }

    .lists .lists_bor>img {
        width: 80%;
        padding-left: 32px;
    }

    .lists .lists_bor {
        width: 345px;
        height: 200px;
        margin: 15px 15px;
    }

    .lists .dsip {
        text-align: center;
        color: #828282;
        font-size: 15px;
        display: block;
    }

    .bracket_xiao>a {
        font-size: 12px;
        padding: 0 11px 10px 11px;
    }

    .lipule .lipule_biao {
        padding: 8px;
    }

    .industry_width {
        height: auto;
    }

    .industry_img {
        width: 97%;
    }

    .industry_left {
        width: 100%;
    }

    .industry_kan {
        padding: 10px 0;
    }

    .industry_biao {
        padding-bottom: 10px;
    }

    .news_content_zi>p {
        padding: 0 15px;
        line-height: 25px;
    }

    .lists_p {
        padding-left: 10px;
    }

    .lists_a {
        padding-right: 10px;
    }

    .newslist .newslist_le {
        width: 95%;
        height: auto;
        margin-bottom: 20px;
    }

    .newslist .newslist_le_ma {
        margin: 0 0 20px 0;
    }

    .newslist_le>a>p {
        font-size: 17px;
        padding: 0 10px;
    }

    .newslist .newslist_p {
        font-size: 15px;
    }

    .honor .row {
        text-align: center;
    }

    .honor_li {
        margin: 0 6px;
    }

    .honor .honor_span {
        margin-bottom: 15px;
    }

    .honor .honor_sp {
        padding: 0 5%;
    }

    .honor .honor_span {
        font-size: 12px;
    }

    .spas {
        font-size: 16px;
        display: block;
        text-align: center;
    }

    .ma_bot {
        margin-bottom: 10px;
    }

    .content>textarea {
        width: 95.5%;
        margin: 13px 0 7px 0px;
    }

    .users_inp {
        padding: 5px 30px;
    }

    .user-size>input {
        margin: 13px 0 13px 0px;
    }

    .product_si>p {
        font-size: 17px;
    }

    .product_si .product_si_p {
        font-size: 13px;
    }

    .product_div {
        text-align: left;
    }

    .news_right .news_ul {
        padding: 16px 2px 17px 20px;
    }

    .product_dan .product_rec {
        height: 322px;
        width: 335px;
    }

    .lunbo2 .swiper-button-next,
    .lunbo2 .swiper-button-prev {
        display: none;
    }

    .news .swiper-container {
        width: 100%;
        margin-bottom: 15px;
    }

    .news .news_right {
        position: static;
    }

    .system .swiper-button-next,
    .swiper-button-prev {
        display: none;

    }

    .spas {
        color: #1b1b1b;
        margin-bottom: 15px;
    }

    .vjs {
        display: block;
    }

    .news .news_bra .dong {
        width: 100%;
    }

    .application .application_ul>li {
        padding-top: 12px;
        height: 60px;
    }

    .application_ul .application_ul_le {
        margin-left: 0;
    }

    body {
        padding-bottom: 50px;
    }

    .lipule_w50>p {
        font-size: 14px;
        line-height: 25px;
    }

    .product_si>p {
        padding-left: 15px;
    }

    .lipule {
        margin: 10px 15px;
    }

    .details .details_co {
        padding: 20px 0 0 0;
    }

    .buts .buts_div {
        padding: 0;
    }

    .buts {
        margin: 0 15px;
    }

    .bdsharebuttonbox {
        left: 72.5%;
    }

    .products_ul {
        display: none;
    }

    .application {
        padding: 15px 0 25px 0;
    }

    .ma_bot>div {
        text-align: center;
    }

    .users {
        margin: 0 15px;
    }

    .phone .index_a .w100 {
        width: 100%;
        ;
    }

    .index_a {
        /* line-height: 2px; */
    }

    .phone .index_a {
        margin-top: 18px;
    }

    .brief .brief_a {
        margin-top: 8px;
    }
}




#page {
    clear: both;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin: 30px auto;
}

#page a {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page a:hover {
    border: 1px solid #197cbf;
}

#page:hover a {
    color: #197cbf;
}

#page li a {
    color: #666;
    display: inline-block;
    padding: 5px 14px;
    text-align: center;
    margin: -5px -14px -5px -14px;
}

#page li.active {
    border: 1px solid #197cbf;
    background-color: #197cbf;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}