﻿/*加的重置样式*/
input, button, textarea, select {
    outline: none;
     font-family : "微软雅黑","Microsoft YaHei";
    font-size: 14px;
    border: none;
}

/*全局共用样式*/
.main {
    width: 1200px;
    margin: 0 auto;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.body {
    font-size: 12px;
    color: #999;
    background: white;
    font-family: "微软雅黑","Microsoft YaHei";
}

/*添加伪类*/

/*.head .h_right .phone:before{*/

/*content: '';*/

/*display: block;*/

/*width: 1px;*/

/*height: 20px;*/

/*background-color: #bcbcbc;*/

/*position: absolute;*/

/*left: 0;*/

/*top: 9px;*/

/*}*/

/*设置媒体查询*/

/*@media (max-width: 1580px) {
  .content_a {
    width: 370px;
    margin-bottom: 35px;
    margin-left: 135px;
  }*/

/*********** header  *************/
body, html {
    overflow-x: hidden;
}

.header {
    height: 100px;
    box-sizing: border-box; /*border: 1px solid red;*/ /*display: table-cell;*/
}

/*左*/
.header .header_lf {
    /*width: 380px;*/ /*height: 100px;*/
    vertical-align: middle; /*background: yellowgreen;*/
}

.header .header_lf a {
    display: block;
    float: left;
    margin-top: 8px; /*margin-right:26px;*/
}

.header_lf .lf_title {
    width: 138px;
    height: 40px;
    float: left;
    text-align: center;
    border-left: 1px solid #999;
    font-size: 14px;
   font-family : "微软雅黑","Microsoft YaHei";
    line-height: 34px;
    margin-top: 32px;
    margin-left: 46px;
    color: #333;
}

/*中 nav */
.header_mid { /*width: 600px;*/

    /*height: 100px;*/
    float: left; /*background: darkgoldenrod;*/
    display: table-cell;
    font-size: 14px;
    font-family: "微软雅黑","Microsoft YaHei";
    color: #fff;
    line-height: 14px; /*margin-left: 78px;*/
}

.header_mid .on {
    background: #eb590c;
    color: #fff;
}

.header_mid > li { /*display: block;*/

    /*margin-right: 1px;*/
    float: left;
    position: relative;
    line-height: 96px;
    text-align: center;
    vertical-align: middle; /*background: #eb590c;*/ /*position: relative;*/
}

.header_mid > li > a {
    width: 100px;
    height: 100px;
    display: block;
font-size:16px;
    
}

/*右*/
.header_sch {
    width: 110px;
    height: 24px;
    float: left;
    margin-top: 38px;
    margin-right: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box
}

.header_sch .text {
    font-size: 9px;
    color: #a0a0a0;
    display: block;
    width: 81px;
    line-height: 22px;
    border: none;
    margin-left: 5px;
    float: left;
}

.header_sch .butt {
    margin-right: 1px;
    width: 20px;
    height: 22px;
    float: right;
    border: none;
    background: url("../images/index_serch.png") no-repeat center center;
}

.header_lg { /*width: 23px;*/

    /*height: 21px;*/
    float: right;
    margin-top: 40px;
    margin-left: 8px; /*background: gold;*/
    position: relative;
}

.header_lg img {
    display: block;
    float: left;
    margin-right: 2px;
}

.header_lg a {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #ccc; /*margin-left: 4px;*/
    float: right;
}

/*中英文 切换*/

.header_rt {
    display: inline-block;
    zoom: 1;
    float: left;
    position: relative;
    height: 39px;
    width: 91px;
    margin-top: 30px;
    margin-left: 2px;
    font-size: 14px;
    color: #999;
    font-family: "微软雅黑";
    /*border: 1px solid red;*/
}

.header_rt a {
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    margin-right: 12px;
    color: #999;
    /*margin-left: 4px;*/
    float: right;
}

.header_rt div a {
    display: block;
    line-height: 28px;
}

.header_rt div {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 63px;
    height: 28px;
    padding: 3px 10px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    /*border: 1px solid red;*/
}

.header_rt div i {
    content: '';
    position: absolute;
    right: 12px;
    top: 10px;
    width: 6px;
    height: 11px;
    background: url(../images/index_drop_nav.png) no-repeat center center;
    transform: rotate(0);
    -webkit-transition: all .5S;
    -moz-transition: all .5S;
    -ms-transition: all .5S;
    -o-transition: all .5S;
    transition: all .5S;
}

.header_rt div:hover {
    height: 53px;
    border: 1px solid #e5e5e5;
}

.header_rt div a:hover {
    color: #f39d11;
}

.header_rt .h_e:before {

    content: '';

    display: block;

    width: 1px;

    height: 12px;

    background-color: #ccc;

    position: absolute;

    left: 6px;

    top: 9px;

}

/*企业概况下拉*/

/*复用*/
.drop_menus {
    display: none;
    position: absolute;
    left: 50%;
    top: 97%;
    padding: 35px 51px 54px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 10px 0px rgba(4, 0, 0, 0.43);
    transform: translateX(-50%);
    border-top: 3px solid #7b7b7b;
}

.drop_menus li {
    line-height: 33px;
    display: block;
    float: left;
    position: relative;
    text-align: center;
}

.drop_menus li a {
    width: 188px;
    height: 26px;
}

.drop_menus li a:hover { /*color: #fff;*/

    /*background-color: #eb590c;*/
}

.drop_menus li a:hover {
    color: #eb590c;
}

/*前面jianto*/
.drop_menus li a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/index_drop_nav.png) no-repeat center;
    position: absolute;
    top: 7px;
    left: 39px;
}

/*复用结*/

/*产品*/
.drop_product {
    display: none;
    /*height: 270px;*/
    width: max-content;
    position: absolute;
    left: 50%;
    top: 100%;
    padding: 8px 5px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 10px 0px rgba(4, 0, 0, 0.43);
    transform: translateX(-50%);
    margin: 0 auto;
}

.drop_product li {
    line-height: 33px;
    display: block;
    float: left;
    position: relative;
    text-align: center;
}

.drop_product li a {
    width: 112px;
}

/*------- banner --------*/
.banner {
    width: 100%; /*height: 900px;*/
    position: relative;
    overflow: hidden;
}

.banner > ul {
    width: 100%; /*height: 900px;*/
    position: relative;
}

.banner ul li > a {
    display: block;
    width: 100%; /*height: 900px;*/
}

.banner ul li {
    float: left;
    position: relative;
    width: 100%;
}

.banner ul li > img {
    display: block;
    width: 100%;
}

.banner ul li {
    position: relative;
    width: 100%;
}

.banner ul li a {
    position: relative;
    display: block;
    width: 100%;
}

.banner ul li > a > img {
    display: block;
    width: 100%;
}

/*banner 文字*/
.desc {
    position: absolute;
    top: 288px;
    left: 203px;
    color: #fff;
}

.desc .t1 {
    font-size: 35px;
    position: relative;
}

.desc > .t1 > span {
    margin-right: 30px;
}

.desc > .t1 > span:last-child {
    margin-right: 20px;
}

/*小圆点*/
.desc > .t1 > span.sp_2:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 46px;
    top: 21px;
}

.desc > .t1 > span.sp_3:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 110px;
    top: 21px;
}

.desc .t2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.desc .t3 {
    margin-top: 35px;
    position: relative;
    font-size: 16px;
}

.desc .t2:after {
    content: '';
    display: block;
    width: 500px;
    height: 1px;
    background-color: #c5c5c5;
    position: absolute;
    left: 0;
    top: 125px;
}

.desc .t3 > span {
    padding-left: 16px;
}

.desc .t3 > span:last-child {
    margin-left: 75px;
}

.desc .t3 > span:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 9px;
}

.desc .t3 > span:last-child:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 254px;
    top: 8px;
}

.desc .ind_more {
    font-size: 14.5px;
    color: #fff;
    font-family: "微软雅黑";
    background-color: #eb590c;
    width: 165px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    margin-top: 50px;
    border-radius: 4px;
}

/*轮播样式*/
.banner .flex-direction-nav .flex-prev {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 100%;
}

.banner .flex-direction-nav a.flex-prev {
    font-size: 0;
    left: 2.8%;
    background: url("../images/index_03.png") no-repeat center rgba(0, 0, 0, 0.6);
}

/*OL*/
.flex-control-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
}

.banner .flex-direction-nav {
    position: absolute;
    top: 50%;
}

.flex-control-nav li a {
    width: 12px;
    height: 12px;
    display: block;
    font-size: 0;
    position: absolute;
    overflow: hidden;
    top: -1px;
    left: 0;
}

.flex-control-nav li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid #ffffff;
    float: left;
    position: relative;
    margin-right: 8px; /* position: relative; */
    top: -10px;
    left: 0;
}

.flex-control-nav li a.flex-active {
    border-radius: 50%;
    background: #fff;
}

/**/
.banner .flex-direction-nav .flex-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 100%;
}

.banner .flex-direction-nav a.flex-next {
    font-size: 0;
    right: 2.8%;
    background: url("../images/index_05.png") no-repeat center rgba(0,0,0,0.6);
}

.banner .flex-direction-nav a.flex-prev:hover {
    background: url("../images/index_03.png") no-repeat center #eb590c;
    border-color: #eb590c;
}

.banner .flex-direction-nav a.flex-next:hover {
    background: url("../images/index_05.png") no-repeat center #eb590c;
    border-color: #eb590c;
}

/*头部下拉样式*/
.drop_menus {
    display: none;
    position: absolute;
    left: 37%;
    top: 97%;
    padding: 23px 8px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 10px 0px rgba(4, 0, 0, 0.43);
    transform: translateX(-50%);
    border-top: 3px solid #7b7b7b;
    z-index: 3;
}

.drop_menus > li {
    line-height: 33px;
    display: block;
    float: left;
    position: relative; /*text-align: center;*/
}

.drop_menus li a { /*width: 188px;*/
    height: 26px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    float: left;
    text-align: center;
    display: inline-block;
}

.drop_menus li i {
    float: left;
}

/*产品下拉*/
.drop_product {
    display: none;
    /*height: 270px; /*width: 1200px;*/
    position: absolute;
    left: 25%;
    top: 97%;
    padding: 23px 20px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 1px 10px 0px rgba(4, 0, 0, 0.43);
    transform: translateX(-50%);
    margin: 0 auto;
    border-top: 3px solid #7b7b7b;
    box-sizing: border-box;
    z-index: 3;
}

.drop_product li {
    height: 100%;
    line-height: 31px;
    display: block;
    float: left;
    position: relative; /*border: 1px solid red;*/
    text-align: left;
}

.drop_product li:first-child { /*margin-left: 20px;*/
}

/*2级 重用 */
.drop_product .sub_2 {
    float: left;
    margin-left: 15px;
}

.drop_product .sub_2 i { /*margin-left: 10px;*/
    float: left;
}

.sub_2 a { /*height: 38px;*/
    float: left;
    font-family: "微软雅黑","Microsoft YaHei";
    font-size: 13px;
    color: #666666;
    margin-left: 8px;
}

.drop_product .drop_product_2 { /*width: 117px;*/
    margin-bottom: 5px;
}

.drop_product .sub_2 a:hover {
    color: #eb590c;
}

.drop_product .drop_product_2 a {
    font-size: 14px;
    font-family: "微软雅黑","Microsoft YaHei";
   /* color: #333333;*/
    border-bottom: 1px solid #ebebeb;
}

.drop_product_5 { /*margin-left: 63px;*/
}

.drop_product_6 {
}

/*下拉 结束*/

/*首页样式*/

/*产品下拉*/

.drop_menus li a { /* width: 188px; */
    height: 26px;
   
    font-size: 14px;
    color: #666;
    float: left;
    text-align: center;
    display: inline-block;
}

/**/
.bdimgshare-bg, .bdimgshare-content {
    display: none
}

/*********** content  *************/
.content {
    width: 100%; /*height: 900px;*/ /*background: paleturquoise;*/
    box-sizing: border-box;
    margin-top: 10px;
    overflow: hidden;
}

/*----content_top （一） ---*/
.content_top {
    width: 100%; /*height: 410px;*/
    background: white;
    box-sizing: border-box;
    margin-top: 10px;
}

.content > ul {
    width: 100%;
    min-width: 1200px;
    padding: 0 6px;
    margin: 0 auto;
    display: block;
}

.content > ul > li {
    width: 24.8%;
    min-width: 280px; /*height: 400px;*/
    float: left; /*margin-right: 0.3%;*/
    position: relative; /*background: black;*/
    border: 1px solid #f7f7f7; /*transition: .5s;*/
}

.content > ul > li > a {
    display: block;
}

.content > ul > li:last-child {
    margin-right: 0;
}

.z_power_img {
    width: 100%;
    overflow: hidden;
}

.z_power_img > img { /*width: 474px;*/

    /*height: 400px;*/
    width: 100%;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.z_power_1 {
    position: absolute;
    top: 20%;
    left: 8%;
}

.z_power_1 .z_power_t {
    font-size: 30px;
    font-family: "微软雅黑","Microsoft YaHei";
    color: #000;
}

.z_power_1 .z_power_p {
    font-size: 25px;
   
    color: #666;
}

.content_to > li:hover > .power_b > .z_power_1 > .z_power_t {
    color: #ea580c;
}

.content_to > li:hover > .power_b > .z_power_1 > .z_power_m {
    color: #ea580c;
}
@media screen and (max-width: 1300px) {
    .z_power_1 .z_power_t {
        font-size: 18px;
    }
    .z_power_1 .z_power_p {
        font-size: 16px;
    }

}




.z_power_1 .z_power_m {
    margin-top: 28px;
    font-size: 14px;
    : "Arial";
    color: #666;
}

.content > ul > li.on{
    /*width: 474px;*/
    /*height: 400px;*/
    border: 1px solid #eb590c;
}


.content > ul > li.on .z_power_1 .z_power_m {
    color: #eb590c;
}

.content > ul > li:hover { /*width: 24%;*/
    /*height: 80%;*/
    border: 1px solid #eb590c;
}

.content > ul > li:hover .z_power_img > img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/*.content > ul > li.on {*/
    /*width: 24%;*/
    /*height: 80%;*/
    /*border: 1px solid #eb590c;*/
/*}*/

/*----content_mid （二）----*/
.content_mid {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto; /*border: 1px solid bisque;*/
    padding: 0 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.yosib_big {
    width: 49.6%; /*height: 380px;*/
    float: left; /*border: 1px solid red;*/
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.content_mid .yosib_big:hover .yosib_in_tit .yosib_in_2 {
    color: #eb590c;
}

.content_mid .yosib_big:hover .yosib_in_1 > img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}

.content_mid .yosib_big:first-child {
    margin-right: 0.8%;
}

.content_mid .yosib_big:last-child {
    margin-right: 0;
}

.yosib_in_1 {
    height: 311.25px;
}

.yosib_in_1 > img {
    width: 100%;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.yosib_in {
    width: 100%; /*margin: 50px auto;*/
    display: block;
    position: relative;
}

.content_mid .yosib_in_tit {
    position: absolute;
    top: 40%;
    left: 38%;
}

.content_mid .yosib_in_tit p.yosib_in_2 {
    font-size: 30px;
   font-family : "微软雅黑","Microsoft YaHei";
    color: #fff;
}

.content_mid .yosib_in_tit p.yosib_in_2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: -58px;
    top: 18px;
}

.content_mid .yosib_in_tit p.yosib_in_2:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: -58px;
    top: 18px;
}

.content_mid .yosib_in_tit p.yosib_in_3 {
    font-size: 25px;
    : "pa","Arial";
    color: #fff;
}

/*右边的图片*/
.yosib_rt {
    width: 600px;
    height: 379px;
    display: block;
    position: relative;
}

.yosib_rt .yosib_rt_1 > img {
    width: 600px;
    height: 379px;
}

.content_mid .yosib_rt_tit {
    position: absolute;
    top: 35%;
    left: 18%;
}

.content_mid .yosib_rt_tit p.yosib_in_2 {
    font-size: 30px;
    font-family: "微软雅黑","Microsoft YaHei";
    color: #fff;
}

.content_mid .yosib_rt_tit p.yosib_in_2:before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: -58px;
    top: 18px;
}

.content_mid .yosib_rt_tit p.yosib_in_2:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: -58px;
    top: 18px;
}

.content_mid .yosib_rt_tit p.yosib_in_3 {
    font-size: 25px;
    font-family: "微软雅黑","Microsoft YaHei";
    color: #fff;
}

/*上面进入优斯比*/

/*slider*/
.case_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

.dy_tj {
    padding-bottom: 64px;
}

.dib {
    display: inline-block;
    height: 1px;
    width: 100%;
}

.dib_fz {
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 0;
}

.oh {
    overflow: hidden;
}

.none {
    display: none;
}

.blok {
    display: block;
}

.dy_tit_line {
    border-bottom: solid #eeeeee 1px;
    position: relative;
    padding-bottom: 15px;
}

.dy_tit_line:after {
    content: "";
    width: 120px;
    width: 188px;
    height: 3px;
    background: #4472c4;
    bottom: -1px;
    left: 0;
    position: absolute;
}

.dy_img2 {
    margin-top: 40px;
}

.kz_proitem:after {
    clear: both;
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
}

.kz_proa {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.kz_nor {
    margin-right: 0;
    margin-bottom: 10px;
}

.kz_proa:last-child {
    margin-bottom: 0;
}

.kz_img {
    width: 393px;
    height: 291px;
    overflow: hidden;
    position: relative;
}

.kz_img img {
    width: 393px;
    height: 291px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.kz_p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: left;
    padding: 7px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #cccccc;
 
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.kz_hover {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: rgba(68, 114, 196, 0.6);
    bottom: -100%;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 45px 20px;
    z-index: 2;
  
    line-height: 22px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
    overflow: hidden;
}

.kz_proa:hover .kz_hover {
    bottom: 0;
}

.kz_proa:hover .kz_p {
    background: #4472c4;
    color: #fff;
}

.dy_det {
    padding-top: 20px;
}

.kz_table {
    width: 46%;
    float: left;
}

.kz_table:first-child {
    margin-right: 8%;
}

.kz_table td {
    font-size: 16px;
    line-height: 30px;
    padding: 7px 0;
    color: #666;
   
}

.kz_table tr {
    border-bottom: dashed #ddd 1px; /* min-width: 460px; */
}

.kz2_l {
    width: 46%;
    float: left;
}

.kz2_l:first-child {
    margin-right: 8%;
}

.kz_det2 {
    overflow: hidden;
    margin-top: 30px;
}

.kzimg2 {
    margin-top: 50px;
}

/*å›¾ç‰‡æ”¾å¤§é•œæ ·å¼*/

/*滑动样式另一版*/
.i_zgs {
    width: 100%;
    position: relative;
    padding: 0 4px;
    box-sizing: border-box;
}

.izgsc {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.i_zgs_li {
    display: inline-block;
    vertical-align: top;
    width: 18.5%;
    min-height: 300px;
    max-height: 600px;
    position: relative;
    cursor: pointer;
    transition: all .4s ease 0s;
    overflow: hidden;
}

.i_zgs_li .i_zgstit, .i_zgs_li .i_zgsmc, .i_zgs_li span { /*display: none;*/
}

.js_wzgs {
    width: 26%;
}

.js_wzgs .i_zgstit, .js_wzgs .i_zgsmc, .js_wzgs span {
    display: block;
}

.js_wzgs .i_zgstit {
    width: 100%;
    height: 60px;
    padding: 0 40px;
    text-align: left;
    background: url(../images/sf.png) no-repeat 96% center rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    transition: all .1s ease 0s;
    box-sizing: border-box;
}

.js_wzgs .i_zgstit .i_zgsimg {
    width: 100%;
    height: auto;
    line-height: 0;
    overflow: hidden;
}

.js_wzgs .i_zgstit .i_zgsimg img {
    width: 46%;
    height: auto;
    max-height: 128px;
}

.js_wzgs .i_zgstit .i_zgsjs {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    padding-top: 35px;
    text-align: Justify; /*Firefox*/
    text-justify: inter-ideograph; /*IE*/
}

.js_wzgs .i_zgsmc {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    font-size: 22px;
    font-weight: lighter;
    text-align: center;
    color: #333333;
}

.js_wzgs .i_zgsmc p {
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}

.i_zgs_li .i_qhan {
    width: 80%;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
}

.i_zgs_li .i_qhan div {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    background: rgba(212, 19, 22, 0.6);
    border-radius: 50%;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    margin-left: 15px;
}

.i_zgstit {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    bottom: 0;
    padding-left: 20px;
}

.case_inltop .ab1_tit {
    float: left;
}

.case_inltop .ab_inmore1 {
    float: right;
}

.sf_prev, .sf_next {
    position: absolute;
    display: block;
    width: 70px;
    height: 33px;
    top: 50%;
    margin-top: -35px;
    z-index: 6;
}

.sf_prev {
    background: url(../images/sfl.png) no-repeat center rgba(0, 0, 0, 0.6);
    left: 6%;
}

.sf_next {
    background: url(../images/sfr.png) no-repeat center rgba(0, 0, 0, 0.6);
    right: 6%;
}

.sf_prev:hover, .sf_next:hover {
    background-color: rgba(68, 114, 196, 0.62);
}

/*底部滑动样式重写*/
.z_tit { /*position: ;*/
    width: 148px;
    height: 80px; /*border: 1px solid red;*/
    position: absolute;
    top: 14%;
    left: 6%;
}

.z_tit > p:first-child { /*width: 148px;*/

    /*height: 80px;*/
    font-size: 30px;
    color: #333;
   
}

.z_tit > p:last-child { /*width: 148px;*/
    /*height: 80px;*/
    font-size: 25px;
    color: #333;
    : "pa";
}

/*白色样式*/
.z_tit_2 { /*position: ;*/
    width: 148px;
    height: 80px; /*border: 1px solid red;*/
    position: absolute;
    top: 14%;
    left: 6%;
}

.z_tit_2 > p:first-child { /*width: 148px;*/

    /*height: 80px;*/
    font-size: 30px;
    color: #fff;
   
}

.z_tit_2 > p:last-child { /*width: 148px;*/
    /*height: 80px;*/
    font-size: 25px;
    color: #fff;
     font-family : "微软雅黑","Microsoft YaHei";
}

/*********** footer  *************/
.footer {
    width: 100%;
    height: 410px;
    background: white;
}

.inner {
    overflow: hidden;
    /*margin-top: 50px;*/
    position: relative;
    margin-bottom: 25px;
}

.footer_left {
    /*margin-top: 40px;*/
    width: 425px; /*border: 1px solid red;*/
}

.footer_left > ul { /*margin-top: 35px;*/
    font-size: 14px;
    /*color: #333;*/
    overflow: hidden;
    float: left;
}

.footer_left > ul > li.footer_logo {
    padding-left: 0;
    margin-bottom: 8px;
}

.footer_left > ul > li:last-child {
    padding-left: 0;
}

.footer_left > ul > li.name {
    /*font-weight: bold;*/
    font-size: 14px;
    padding-left: 0; /*margin-top: 12px;*/
}

.footer_left > ul > li {
    padding-left: 32px;
    line-height: 29px;
    color: #666;
}

.footer_left > ul > li > a {
    color: #666;
    /*font-weight: bold;*/
}

.footer_left > ul > li.email {
    background: url("../images/email.jpg") no-repeat 2px center;
}

.phone {
    background: url("../images/phone.png") no-repeat 2px center;
}

.factory {
    background: url("../images/addr.jpg") no-repeat 2px center;
}

.footer_left > ul > li.email:hover > a {
    color: #ea580c;
}

.footer_right { /*width: 815px;*/

    /*height: 175px;*/
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 80px; /*background: yellowgreen;*/
}

.footer_right dl {
    line-height: 22px;
}

.footer_right dl dt {
    font-size: 14px;
    color: #666;
    position: relative;
    padding-left: 10px;
    margin-bottom: 8px;
}

.footer_right dl dt:before {
    content: '';
    display: block;
    width: 4px;
    height: 11px;
    background: url(../images/footer_j.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 4px;
}

.footer_right dl {
    float: left;
    margin-left: 30px; /*border: 1px solid red;*/
}

.footer_right dl > dt > a:hover {
    color: #eb590c;
}

.footer_right dl > dd > a:hover {
    color: #eb590c;
}

.footer_right > a {
    margin-left: 10px;
    position: relative;
    width: 120px;
    height: 120px;
}

.footer_right > dl > dd > a {
    font-size: 14px;
    color: #999;
}

.footer_right > dl > dt > a {
    font-weight: bold;
    color: #666;
}

.footer_right a p {
    font-size: 14px;
    color: #666;
     font-family: "微软雅黑","Microsoft YaHei";
    position: absolute;
    left: 19px;
    bottom: -30px;
}

.footer_right .web {
    position: absolute;
    left: 7px;
    bottom: -30px;
}

.footer_right .rt:hover > p {
    color: #eb590c;
}

/**/
.footer-ft {
    overflow: hidden; /*background: #202020;*/
    height: 47px;
    line-height: 48px; /*color: rgba(255, 255, 255, 0.31);*/
    border-top: 1px solid #e9e9e9;
}

.wrap { /* border: 1px solid red; */
    overflow: hidden;
    color: #999;
    font-size: 14px; /*margin-top: 20px;*/
}

.footer-ft-left {
    float: left;
}

.footer-ft-right > p {
    float: right;
}

.footer-ft a {
    color: inherit;
    font-size: inherit;
}

.footer-share {
    float: left;
     font-family: "微软雅黑","Microsoft YaHei";
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
}

.ft_share {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: middle;
}

.ft_share .bdsharebuttonbox {
    overflow: hidden;
}

.ft_share .bdsharebuttonbox a {
    width: 24px;
    height: 24px;
    padding: 0;
    display: block;
    float: left;
    border-radius: 100%;
    margin: 0 0 0 6px;
    background: url("../images/index_33.png") no-repeat center;
}

.ft_share .bdsharebuttonbox a:first-child {
    margin: 0;
}

.ft_share .bdsharebuttonbox a.bds_sqq {
    background-image: url("../images/index_36.png");
}

.ft_share .bdsharebuttonbox a.bds_weixin {
    background-image: url("../images/index_31.png");
}

.ft_share .bdsharebuttonbox a:hover {
    background-image: url('../images/index_33_hover.png');
}

.ft_share .bdsharebuttonbox a.bds_sqq:hover {
    background-image: url("../images/index_36_hover.png");
}

.ft_share .bdsharebuttonbox a.bds_weixin:hover {
    background-image: url("../images/index_31_hover.png");
}

/*最底下中文客服挂件样式*/

/*客服*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
}

.kf span {
    z-index: 1000001;
    transition: .5s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    border-bottom: 1px solid #e3e3e3;
}

.kf .zx {
    border-radius: 5px 5px 0 0;
    background: url("../images/kefu_03.png") no-repeat center #fff;
}

.kf .zx:hover {
    background: url("../images/kefu1_03.png") no-repeat center #eb590c;
}

.kf .freetel {
    background: url("../images/kefu1_07.png") no-repeat center #fff;
}

.kf .act {
    background: url("../images/w_index_07.png") no-repeat center #fff;
}

.kf .freetel:hover {
    background: url("../images/kefu_07.png") no-repeat center #eb590c;
}

.kf .zxlya {
    background: url("../images/kefu_14.png") no-repeat center #fff;
}

.kf .act:hover {
    background: url("../images/w_index_03.png") no-repeat center #eb590c;
}

.kf .zxlya:hover {
    background: url("../images/kefu1_14.png") no-repeat center #eb590c;
}

.kf .back_top {
    border-radius: 0 0 5px 5px;
    border: none;
    background: url("../images/kefu_18.png") no-repeat center #fff;
}

.kf .back_top:hover {
    background: url("../images/kefu1_18.png") no-repeat center #eb590c;
}

.kf span div {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    padding: 20px;
    font-size: 14px;
    color: #f4474c;
    bottom: 2px;
}

.kf span div input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #696969;
    font-size: 14px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}

.kf span div a {
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #f4474c;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    width: 79px;
    height: 26px;
}

.kf span div a:hover {
    background: #f4474c;
}

.kfimgr {
    position: absolute;
    bottom: 23px;
    right: -9px;
}

.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}

.kf .zx div, .kf .freetel div, .kf .zxlya div, .kf span:nth-child(4) div {
    text-align: center;
    min-width: 148px;
    font-size: 14px;
    color: #666;
}

.kf span:nth-child(4) div {
    white-space: nowrap;
}

.kf a {
    display: block;
    height: 68px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%
}

.kf span div, .kf {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}

.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefq.png") no-repeat center #fff;
    position: absolute;
}

.shou.on {
    background-image: url("../images/kefq1.png");
}

@media (max-width: 1360px) {
    .z_tit > p:first-child {
        font-size: 24px;
    }

    .z_tit_2 > p:first-child {
        font-size: 24px;
    }

    .z_tit_2 > p:last-child {
        font-size: 22px;
    }

    .z_tit > p:last-child {
        font-size: 22px;
    }
}




  