* {
    margin: 0px;
    padding: 0px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    margin: 0px;
    padding: 0px;
    /*font-family: 'Microsoft YaHei', "Arial", "宋体", "黑体", sans-serif;*/
    font-family: "Arial", "宋体", "黑体", sans-serif;
    font-size: 13px;
    color: #424242;
    min-width: 800px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    -webkit-text-size-adjust: none;
}

html,
body {
    width: 100%;
    height: 100%
}

p {
    line-height: 22px;
    letter-spacing: 1px;
}

span {
    font-family: Arial;
}

ul,
li,
p,
span,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
form,
input,
textarea,
select {
    margin: 0px;
    padding: 0px;
}

input,
textarea,
select {
    color: #666;
    font-family: '宋体';
}

i,
em {
    display: inline-block;
    font-style: normal;
}

*:focus {
    outline: none
}

img {
    border: 0px;
    max-width: 100% !important;
}

ul,
li {
    list-style-type: none;
}

a {
    color: #424242;
    text-decoration: none;
    border: none;
    outline: none;
}

a:hover {
    color: #d6222e;
}

.clear {
    clear: both;
    content: '';
    height: 0px;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

/* 首页logo */

.headnav {
    overflow: hidden;
    height: 114px;
    background: #fff;
}

.headnav .logo {
    float: left;
    margin-top: 2px;
    margin-left: 25px;
    width: 259px;
    height: 80px;
    vertical-align: middle;
}

/* .headnav ul{ float:right;} */

.guanggao {
    width: 355px;
    height: 100px;
}

.headnav ul {
    text-align: center;
    overflow: hidden;
    padding-left: 90px;
}

.headnav ul li {
    float: left;
    margin-left: 35px;
    height: 114px;
    text-align: center;
}

.headnav ul li .nson {
    display: none;
}

.headnav ul li .a1 {
    display: block;
    padding-top: 35px;
    width: 80px;
    position: relative;
    font-size: 18px;
    text-align: center;
}

.headnav ul li .a1 span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    transform: scale(0.8);
}

.headnav ul li:hover .a1,
.headnav ul li .a1.on {
    color: #00ccff;
    border-bottom: 2px solid #00ccff;
    padding-bottom: 12px;
}

.slogan {
    height: 114px;
    line-height: 114px;
    font-size: 28px;
    margin-left: 10%;
}

.rightinput {
    margin-top: 20px;
    line-height: 30px;
}

.ri_phone {
    color: #cd3333;
    font-size: 16px;
    font-weight: 700;
}

.text-input {
    position: relative;
}

.text-input>input {
    width: 240px;
    padding: 5px 5px;
    height: 30px;
}

.text-input>.btnn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #000;
    padding: 5px;
}

/* 首页导航 */

.nav-item {
    width: 100%;
    padding-left: 0 !important;
}

.nav-item>ul>li {
    width: 16%;
    margin-left: 0 !important;
    text-align: center;
}

.nav-item>ul>li>.a1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* 首页关于 */

.nindex {
    width: 100%;
    height: 548px;
    /* background: url(../img/n_bg1.jpg) top; */
}

.nindex .n_bd {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.dabiaoti {
    padding: 2% 0;
    text-align: center;
    color: #00ccff;
    font-size: 28px;
}

.biao_ti {
    display: inline-block;
    vertical-align: middle;
}

.biao_ti>span {
    display: block;
    font-size: 14px;
    font-family: "宋体";
}

.dabiaoti>.bor {
    margin: 0 2%;
    display: inline-block;
    /* border: 1px solid #00ccff; */
    background: #00ccff;
    width: 35%;
    height: 4px;
    vertical-align: middle;
}

.indexImg {
    float: left;
    padding-top: 2%;
    padding-left: 5%;
    width: 40%;
    height: 325px;
}

.indexImg>img {
    width: 100%;
}

.nindex .n_bd {
    overflow: hidden;
}

.nindex .n_bd .inabout {
    float: right;
    padding: 2% 5% 0 5%;
    width: 60%;
}

.nindex .n_bd .inabout .ab_ti {
    color: #333;
    font-size: 18px;
    text-align: left;
    padding: 2% 0;
    border-bottom: 2px solid #e5e5e5;
}

.nindex .n_bd .inabout>p {
    padding-top: 2%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

/* about按钮 */

.nindex .n_bd .inabout>h4 {
    padding: 2% 0;
    text-align: left;
    border-bottom: 2px solid #e5e5e5;
}

.nindex .n_bd .inabout>h4>a {
    font-size: 16px;
    color: #f1a361;
}

/* 四个圆 */

.fa {
    padding-top: 10px;
}

.cilce_box {
    margin-top: 5%;
    width: 100%;
    padding-left: 10%;
}

.cilce_box>div {
    color: #fff;
}

.cilce {
    float: left;
    width: 20%;
}

.pabo {
    position: relative;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c6cdd7;
}

.lanse {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 60px;
    height: 60px;
    background: #0059a1;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

/* 首页产品展示 */

.honor {
    background: #EEEEEE;
    padding-bottom: 5%;
}

.swzhan {
    /* height: 300px; */
    background: #fff;
    padding: 10px;
}

.honor .pic {
    width: 100%;
    height: 240px;
}

.zhan_text>h3 {
    text-align: center;
    width: 100%;
    margin: 5px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.zhan_text>h4 {
    text-align: center;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.zhan_text>p {
    padding-top: 10px;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 55px;
}

/* 首页解决方案 */

/* .programme {} */

.progra1 {
    width: 100%;
}

.erji_ti {
    text-align: center;
    font-size: 18px;
    width: 500px;
    height: 24px;
    line-height: 24px;
    margin: 0 auto;
    overflow: hidden;
}

.progra_center {
    margin-top: 2%;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.progra_left {
    width: 33%;
    height: 400px;
}

.progra_left>img {
    width: 100%;
    height: 100%;
}

.progra_cen {
    width: 33%;
    margin-left: 1%;
    background: #efefef;
}

.progra_center .jiejuebox {
    display: none;
}

.progra_center .div_show {
    display: block;
}

/* .progra_cen> */

.pro_top {
    padding: 5%;
    height: 250px;
}

.progra_cen>.pro_top>.pro_text {
    -webkit-line-clamp: 6;
}

.progra_cen>.pro_top>.liaojie {
    margin-top: 3%;
}

.pro_ti {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 2% 0;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.pro_img {
    height: 150px;
}

/* .progra_cen>.pro_top> */

.pro_text {
    padding: 2% 0 0 0;
    font-size: 14px;
    line-height: 22px;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-align: justify;
    /*两端对齐*/
}

.progra2 .swiper-left,
.progra2 .swiper-right {
    height: 500px;
}

.progra2 .textarea_ti {
    width: 100%;
    height: 20px;
    border: none;
    background-color: transparent;
    resize: none;
    /*去掉textarea 右下角*/
}

.progra2 .textarea_val {
    width: 100%;
    height: 265px;
    line-height: 26px;
    border: none;
    background-color: transparent;
    resize: none;
    /*去掉textarea 右下角*/
}

/* 了解详情按钮 */

.liaojie {
    height: 30px;
    line-height: 30px;
    margin-top: 5%;
}

.liaojie>a {
    padding: 5px 10px;
    border: 1px solid #aa2d40;
    color: #aa2d40;
}

.liaojie>a:hover {
    background: #aa2d40;
    color: #fff;
}

img {
    width: 100%;
    height: 100%;
}

.progra_right {
    width: 30%;
}

.progra_right>ul>li {
    position: relative;
    background: #efefef;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.progra_right>ul>li:hover {
    background: #efcb5d;
}

.progra_right>ul>li:hover .kailong {
    position: absolute;
    left: -10px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #efcb5d;
}

.progra_right>ul>.tab {
    background: #efcb5d;
}

.progra_right>ul>.tab .kailong {
    position: absolute;
    left: -10px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #efcb5d;
}

.progra_right>ul>li+li {
    margin-top: 13px;
}

.progra_right>ul>li>a {
    width: 100%;
    height: 70px;
    line-height: 70px;
    padding:0 20px;
    font-size: 18px;
    color: #000;
    display: inline-block;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /* font-weight: 700; */
}

.progra2 {
    margin-top: 5%;
    background: #ebeaef;
}

.fangti {
    padding: 10px 0;
    text-align: center;
    font-size: 28px;
}

.progra2 .fangti {
    margin-top: 20px;
}

#swiperjiejue {
    margin: 2% auto;
    width: 1200px !important;
    height: 670px;
}

#swiperjiejue>.swiper-slide {
    /* width: 800px !important; */
    margin-right: 10px;
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-left {
    width: 70%;
}

.swiper-right {
    padding: 3%;
    width: 30%;
    /* height: 438px; */
    height: 525px;
    background: #eee9e6;
    /* background: pink; */
}

#swiperjiejue .swiper-bottom {
    width: 100%;
    margin-top: 10px;
    /* overflow: hidden; */
}

#swiperjiejue .swiper-bottom .iten {
    float: left;
    width: 23.5%;
    height: 150px;
}

#swiperjiejue .swiper-bottom .iten+.iten {
    margin-left: 2%;
}

/* #thumbs .swiper-slide {
    line-height: 90px !important;
    opacity: 0.4;
}

#thumbs .swiper-slide-thumb-active {
    opacity: 1;
} */

/* 新闻资讯 */

#tab {
    width: 100%;
    height: 500px;
    margin: 20px;
    position: relative;
    /* border-bottom: 1px solid #c6cdd7; */
}

#tab>ul {
    width: 400px;
    margin: 0 auto;
    list-style: none;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

#tab>ul li {
    float: left;
    padding: 0 20px;
}

#tab>ul li a {
    font-size: 18px;
    text-align: center;
    color: #333;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    border-bottom: 0px;
    display: block;
    text-decoration: none;
    padding: 0px 10px;
    margin-right: 1px;
    cursor: pointer;
}

#tab>ul>.tab a {
    color: #548fb9;
    border-bottom: 2px solid #548fb9;
}

#tab>ul li a:hover {
    color: #548fb9;
    border-bottom: 2px solid #548fb9;
}

#tab>#p1 {
    clear: left;
}

.tab_center>div {
    width: 100%;
    /* text-indent: 2em; 左边开头 */
    padding: 5px 5px;
    position: absolute;
    top: 50px;
    background: #fff;
    display: none;
}

.tab_center>.div_show {
    display: block;
}

/* #p1:target, #p2:target, #p3:target {
    z-index: 2;
} */

.newsleft {
    width: 40%;
    height: 440px;
}

.newsright {
    margin-left: 5%;
    width: 55%;
    text-align: left;
}

.newsright>.new_ti {
    margin: 10px 0;
    font-size: 18px;
    color: #548fb9;
    border-bottom: 2px solid #a7acaf;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.newsright>.new_text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 15px 0 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.newsright>h4>a {
    font-size: 14px;
    padding: 10px 0;
    color: #ecab43;
}

/* xinwenliebiao */

.hzzh {
    width: 100%;
    padding-top: 2%;
}

.hzzhmain {
    width: 100%;
    height: 298px;
    /* margin: 60px auto 0; */
}

.hzzhmain li {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    background: #f1f1f1;
    height: 80px;
}

.time {
    float: left;
    width: 12%;
    height: 80px;
    background: #4189d3;
    margin-right: 1px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.time font {
    padding-top: 15px;
    float: left;
    width: 100%;
    font: 22px 'Arial';
    color: #fff;
    /* border: 1px solid #aeadad; */
}

.time span {
    font: 13px/40px 'Arial';
    float: left;
    width: 100%;
    background: #4189d3;
    color: #ffffff;
    font-weight: bold;
}

.hzzhli_r {
    padding-top: 20px;
    float: left;
    line-height: 1.5;
    color: #000000;
    width: 80%;
    padding-left: 10px;
}

.hzzhli_rt {
    width: 100%;
    float: left;
    font: 16px/1.5 '宋体';
    text-align: left;
}

.hzzhli_rt font {
    width: 20px;
    height: 20px;
    line-height: 20px;
    float: right;
    background: #00a0ea;
    color: #ffffff;
    text-align: center;
}

.hzzhli_rt .fl {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* width: 300px; */
    width: 100%;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #00a0ea;
}

.hzzhli_r em {
    display: block;
    line-height: 24px;
    margin-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    font-style: normal;
    color: #9a9a9a;
}

.hzzhmain li a:hover .hzzhli_rt font {
    background: #cccccc;
    color: #ffffff;
    font-family: "微软雅黑";
}

.hzzhmain li a:hover .hzzhli_rt .fl {
    color: #555555;
}

.hzzhmain li a:hover .time span {
    color: #cccccc;
}

.hzzhmain li a:hover .time font {
    background: #cccccc;
    color: #999999;
}

.hzzhmain li a .fl2 {
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hzzhmain li a:hover .fl2 {
    color: #777777;
}

/* 首页客户案例 */

.cases .pro_text {
    -webkit-line-clamp: 6;

}

.case_box {
    padding: 30px 0;
    background: #eaebed;
}

.case_top {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-bottom: 4px solid #f7f7f7;
}

.case-left {
    width: 40%;
    height: 300px;
}

.case-right {
    padding: 2% 1% 2% 2%;
    width: 60%;
    height: 300px;
    box-sizing: border-box;
}

.xiangqing {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.xiangqing>a {
    color: #333;
}

.xiangqing>a:hover {
    color: #db082a;
}

.xiangqing>a>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    vertical-align: middle;
}

.xiangqing>a>i {
    color: #d3d3d3;
}

.xiangqing>a:hover i {
    color: #db082a;
}

.case_list {
    width: 100%;
    padding: 20px;
    background: #fff;
    overflow: hidden;
}

.case_list>ul>li {
    float: left;
    width: 30%;
    padding-bottom: 20px;
}

.case_list>ul>li+li {
    margin-left: 2%;
}

.case_list>ul>li>h2 {
    font-weight: 500;
    padding-top: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case_list>ul>li>h2>span {
    color: #ecab43;
    font-weight: 700;
    padding-right: 5px;
}

.case_list>ul>li>p {
    padding-top: 10px;
    width: 100%;
    color: #000;
    font-size: 14px;
    text-align: left;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 55px;
}

.case_list .case_idx_img {
    width: 100%;
    height: 240px;
}

/* 友情链接 */

.painter {
    padding-bottom: 80px;
    overflow: hidden;
}

.painter ul {
    overflow: hidden;
    margin-left: -34px;
}

.painter ul li {
    float: left;
    width: 210px;
    height: 101px;
    margin-top: 30px;
    border: 1px solid #ddd;
    margin-left: 34px;
}

.painter ul li img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all 0.5s ease;
    opacity: 0.6;
}

.painter ul li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
}

.painter ul li:hover {
    border: 1px solid #00ccff;
}

/*底部*/

/* .link{padding-top: 50px;} */

.footer {
    margin-top: 50px;
    background: #1879b0;
    padding-top: 35px;
    position: relative;
    z-index: 111;
}

.footer dl {
    float: left;
    width: 180px;
}

.footer dl dt a {
    font-size: 18px;
    display: block;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.footer dl dd a {
    font-size: 14px;
    display: block;
    line-height: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.footer dl dd:first-of-type a {
    font-size: 14px;
    display: block;
    line-height: 30px;
    color: #8ecbea;
    text-align: center;
}

.footer dl dd a:hover {
    color: #8ecbea;
}

.footer .dbtel {
    float: left;
    width: 227px;
    color: #fff;
    margin-top: 20px;
    background: url(../img/dbtel.png) no-repeat left center;
    padding-left: 40px;
}

.footer .dbtel h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: Impact;
    letter-spacing: 2px;
}

.footer .copyright {
    background: #0a6196;
    padding: 15px 0;
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #8ecbea;
    line-height: 25px;
}

.footer .copyright p a {
    color: #8ecbea;
}

.footer .ewmbox {
    float: right;
    border-left: 1px solid #8ecbea;
    height: 180px;
    overflow: hidden;
    width: 249px;
}

.footer .ewmbox ul {
    margin-left: 30px;
}

.footer .ewmbox ul li {
    float: left;
    width: 156px;
    text-align: center;
    color: #fff;
    margin-left: 24px;
    line-height: 25px;
    font-size: 14px;
}

.footer .ewmbox ul li img {
    width: 99%;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

.bshare-custom {
    color: #fff;
    margin-left: 50px;
}

/* 产品展示 */

.topimg {
    position: relative;
    width: 100%;
    /* float: left; */
    text-align: center;
    height: 390px;
    overflow: hidden;
}

.S_con {
    width: 100%;
    height: 100%;
    display: table;
    font-size: 50px;
    color: #FFF;
    font-weight: 400;
}

.S_con dl {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.S_con dl dd {
    font-family: Arial;
    font-size: 20px;
}

/*左菜*/

i {
    color: #FFFFFF;
    font-size: 12px;
}

a {
    text-decoration: none;
    /* color: #FFFFFF; */
}

/*清除浮动*/

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

/*定位居中*/

.middle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.s-side {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #FFFFFF;
    min-width: 200px;
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    bottom: 0;
    background-color: #292929;
    box-shadow: 0px 0px 10px #313131;
    padding: 10px;
}

.s-side .s-firstItem i {
    font-size: 20px;
}

.s-side .s-firstItem span {
    display: inline-block;
    margin-left: 10px;
    font-size: 20px;
    text-shadow: 0px 0px 5px #EEEEEE;
    white-space: 10px;
}

.s-side .first {
    padding: 10px 0px;
    border-bottom: 1px solid #424242;
}

.s-side .d-firstNav span {
    display: inline-block;
    margin-left: 10px;
}

.s-side .d-firstNav i.fr {
    font-size: 25px;
}

.s-side .s-secondNav,
.s-side .s-secondItem {
    margin-left: 50px;
    margin-top: 10px;
}

.s-secondNav:hover,
.d-firstNav:hover {
    background-color: #3D3D3D;
    cursor: pointer
}

.s-side .d-secondDrop {
    margin-left: 100px;
    margin-top: 10px;
}

.iconRotate {
    transform: rotate(90deg);
    transition: transform 0.5s;
}

.s-firstDrop,
.s-secondDrop {
    display: none;
}

.left {
    width: 22%;
    float: left;
}

.fuwubox {
    margin-top: 50px;
}

.left_box {
    /* margin-top: 40px; */
    margin-top: 10px;
}

.left.fixd {
    position: fixed;
    left: 50%;
    margin-left: -607px;
    margin-top: 0px;
    top: 0px;
    z-index: 11;
    background: #fff;
}

.left h2 {
    padding: 20px 0 20px 20px;
    color: #fff;
    /* background: #858585; */
    background: #1879b0;
    font-weight: normal;
    font-size: 26px;
}

.left ul li a {
    display: block;
    height: 48px;
    overflow: hidden;
    color: #666;
    line-height: 48px;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    padding-left: 20px;
    background: url(../img/sjr.png) no-repeat 90% center;
}

.left .ims {
    display: block;
}

.h50 {
    height: 50px;
    overflow: hidden;
    clear: both;
}

.left ul li a:hover {
    background-color: #f7f7f7;
}

.left ul li a.on {
    /* background: #858585; */
    background: #1879b0;
    color: #fff;
}

.leftcon {
    margin-top: 15px;
}

.leftcon h2 {
    padding: 12px 0 12px 26px;
    font-size: 14px;
}

.leftcon .pdc {
    padding: 12px 0;
    font-size: 14px;
    line-height: 24px;
}

.leftcon .pdc h3 {
    font-size: 16px;
    color: #d6222e;
}

.right {
    float: right;
    width: 75%;
}

.right_box {
    width: 100%;
}

.rtit {
    width: 100%;
    margin-top: 40px;
    height: 45px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    line-height: 45px;
}

.rtit h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    color: #666;
}

/* .right .rtit span{float:left; } */

.leader {
    float: right;
    color: #bdbdbd;
    font-size: 14px;
    background: url(../img/home.png) no-repeat left center;
    background-size: 14px auto;
    padding-left: 22px;
    height: 45px;
}

.leader a {
    color: #bdbdbd;
}

.leader a:hover {
    color: #d6222e;
}

.leader i {
    margin: 0 10px;
}

.case-item {
    overflow: hidden;
    margin-top: 30px;
}

.case-item .ht {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.case-item .ht h2 {
    font-size: 18px;
    font-weight: normal;
    color: #db082a;
    float: left;
}

.case-item .ht h2 img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 12px;
    margin-top: 13px;
}

.case-item .ht a {
    float: right;
    color: #999;
    font-size: 14px;
}

.case-item .ht a:hover {
    color: #db082a;
}

.caseslist {
    overflow: hidden;
    margin-left: -12px;
    margin-top: 15px;
}

.caseslist li {
    float: left;
    width: 25%;
    padding-left: 12px;
    margin-bottom: 12px;
}

.caseslist li a {
    height: 225px;
    display: block;
    border: 1px solid #eee;
    padding: 12px;
    overflow: hidden;
    position: relative;
}

.caseslist li a .pic {
    overflow: hidden;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.caseslist li a img {
    display: block;
    transition: all 0.5s ease;
}

.caseslist li .note {
    position: absolute;
    top: 190px;
    left: 0px;
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.8);
    left: 8%;
    padding: 0 5px;
    padding-bottom: 12px;
    transition: all 0.4s ease;
    text-align: justify;
    text-justify: inter-ideograph;
}

.caseslist li .note h3 {

    margin: 10px 0;
    font-size: 15px;
    font-weight: normal;
    /* text-align: center; */
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}

.caseslist li .note h4 {
    padding: 0 5px;
    font-size: 14px;
    font-weight: normal;
    /* text-align: center; */
}

.caseslist li .note p {
    line-height: 22px;
    color: #666;
}

.caseslist li:hover .note {
    transform: translateY(-178px)
}

.caseslist li:hover a img {
    transform: scale(1.2);
}

.pdbox {
    line-height: 26px;
    color: #555;
    font-size: 14px;
}

/* 关于我们 */

.div2>text {
    outline: none;
    list-style: none;
    font-size: 12px;
    resize: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.35);
    color: rgb(113, 114, 117);
    font-family: brandon_grotesque_regularRg;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    /* text-indent: 20px;  */
}

/*新闻*/

.news_top {
    padding: 58px 0px;
    width: 100%;
}

.news_top a {
    width: 29.33333%;
    float: left;
    border: 1px solid #cccccc;
    margin: 0 20px;
}

.news_top a i {
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
}

.news_top a div {
    padding: 16px 0px;
    width: 100%;
    float: left
}

.news_top a div p {
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding: 0px 16px;
    /* 两端对齐 */
    text-align: justify;
    text-justify: inter-ideograph;
    height: 56px;
    overflow: hidden
}

.news_top a div em {
    color: #999999;
    display: block;
    margin-top: 10px;
    padding: 0px 16px
}

.news_top a:hover {
    border-color: #cf000d
}

.news_top a:hover p {
    color: #cf000d;
    font-weight: bold
}

.news_top a:last-child {
    margin-right: 0px
}

.news_bottom {
    overflow: hidden;
}

.news_bottom li,
.news_bottom li a {
    width: 100%;
    float: left
}

/* .news_bottom li {
  
} */

.news_bottom li a {
    padding: 40px 0px;
    border-bottom: 1px solid #e5e5e5
}

.news_bottom li strong {
    font-size: 40px;
    font-family: Arial;
    color: #b0b0b0;
    float: left;
    width: 15%;
}

.news_bottom li:hover strong {
    color: #cf000d;
}

.news_bottom li strong i {
    display: block;
    font-weight: normal;
    color: #888888;
    font-size: 16px;
    padding: 10px 0 0 5px;
}

.news_bottom li div {
    float: left;
    width: 85%;
    padding-right: 5%;
    position: relative;
    /* margin-top: 6px */
}

.news_bottom li div span {
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    height: 24px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_bottom li div p {
    width: 95%;
    color: #888888;
    /* margin-top: 14px; */
    /* height: 19px; */
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.news_bottom li div em {
    position: absolute;
    right: 0px;
    font-family: Arial;
    font-size: 12px;
    top: 4px;
    color: #555555;
    padding-bottom: 15px;
    background: url(../img/more.png) no-repeat center bottom
}

.news_bottom li:hover em {
    color: #cf000d;
    background: url(../img/more1.png) no-repeat center bottom
}

.news_bottom li:hover span {
    color: #cf000d
}

/* 详情页 */

.xq {
    padding: 58px 0px
}

.xq dl {
    width: 100%;
    float: left;
    border-bottom: 1px solid #dadadf;
    text-align: center;
    padding-bottom: 20px;
}

.xq dl dt {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 40px;
}

.xq dl dd i {
    color: #666666;
    display: inline-block;
    margin: 0px 14px
}

.iconimg {
    width: 16px;
    height: 15px;
}

.djlimg {
    width: 16px;
    height: 16px;
}

.xq dl dd i img {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

/* .xq dl dd i span {
  vertical-align: middle;
} */

.xq_con,
.xq_CT,
.xq_CB,
.xq_bo,
.xq_bo .bshare-custom {
    width: 100%;
    float: left
}

.xq_con>p>span {
    color: rgb(51, 51, 51);
    font-family: arial;
    font-size: 16px;
    font-variant-ligatures: normal;
    orphans: 2;
    text-align: justify;
    widows: 2;
}

.xq_CB {
    margin-top: 26px
}

.xq_CT {
    padding: 25px 0px 40px 0px;
    border-bottom: 1px dashed #e7e7e7
}

.xq_con {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 60px
}

.xq_con p {
    font-size: 15px;
    color: #666666;
    line-height: 32px;
    margin-top: 15px
}

.xq_CT div {
    margin: 60px 0px
}

.xq_bo .bshare-custom {
    margin-top: 30px
}

.xq_bo .bshare-custom span {
    float: left;
    color: #646464;
    line-height: 30px;
}

.xq_bo .bshare-custom a {
    padding: 0px;
    margin: 0px;
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px
}

.xq_bo .bshare-custom a.bshare-weixin {
    background: url(../img/fx1.png) no-repeat center
}

.xq_bo .bshare-custom a.bshare-sinaminiblog {
    background: url(../img/fx2.png) no-repeat center
}

.xq_bo .bshare-custom a.bshare-qqim {
    background: url(../img/fx3.png) no-repeat center
}

.xq_bo .bshare-custom a.bshare-qzone {
    background: url(../img/fx4.png) no-repeat center
}

.xq_BOL {
    float: left;
    width: 50%;
    margin-top: 16px
}

.xq_BOL a {
    display: block;
    padding-right: 120px;
    color: #333333;
    position: relative;
    margin-top: 16px
}

.xq_BOL a i {
    position: absolute;
    right: 0px;
    color: #999999;
    top: 0px
}

.xq_BOL a strong {
    color: #333333
}

.xq_bo>a {
    width: 120px;
    line-height: 38px;
    background: #cf000d;
    text-align: center;
    color: #fff;
    float: right;
    margin-top: 5%;
}

.xq_bo>a:before {
    content: url(../img/xqico3.png);
    margin-right: 8px;
}

.leader>i {
    color: #bdbdbd;
}

/* 新闻资讯 */

.news_swleft {
    width: 40%;
    height: 300px;
}

.news_swright {
    width: 60%;
    height: 300px;
    background: #f3f3f3;
}

.news_swright>.pro_ti {
    margin: 0 0 2% 0;
    /* height: 35px; */
}

.news_swright>p {
    padding: 0;
}

.redian>h2 {
    padding: 20px 0;
}

.yxiangq {
    margin-top: 0;
    display: inline-block;
}

.yxiangq>a {
    /* color: #f1a361; */
    color: #bb0814;
}

.news_left {
    width: 48%;
}

.news_biao {
    padding-top: 5%;
    width: 100%;
    overflow: hidden;
}

.news_biao>h2 {
    width: 30%;
    height: 40px;
    line-height: 40px;
    float: left;
}

.bord {
    width: 65%;
    float: right;
    /* display: inline-block; */
    border-bottom: 2px solid #e4e4e4;
    vertical-align: middle;
    text-align: right;
}

.bord>a {
    font-weight: 600;
}

.bord:hover a {
    color: #00ccff;
}

.dong_top {
    margin-top: 20px;
    overflow: hidden;
}

.dong_tu {
    width: 20%;
}

.jieleft {
    width: 75%;
}

.newlist_left {
    overflow: hidden;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e4e4e4;
}

.newlist_left>ul>li>a {
    float: left;
    width: 50%;
}

.newlist_left>ul>li>a>span {
    float: left;
    color: #bb0814;
}

.newlist_left>ul>li>a>p {
    width: 85%;
    float: left;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #bb0814;
}

.newlist_botm {
    padding-top: 3%;
    padding-left: 4%;
}

.newlist_botm>ul>li {
    padding: 5px 0;
    list-style-type: disc;
    border-bottom: 1px solid #e4e4e4;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.newlist_botm>ul>li>a>span:first-child {
    width: 80%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    float: left;
}

.newlist_botm>ul>li>a>span+span {
    width: 20%;
    text-align: center;
}

.news_right {
    width: 45%;
}

.chan_tu {
    width: 100%;
    height: 150px;
}

.dong_biao {
    font-size: 16px;
    color: #bb0814;
    margin: 10px 0;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.dong_top>p {
    color: #aeaeae;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* .gongsi {
    overflow: hidden;
} */

.hang_box {
    margin-top: 20px;
    overflow: hidden;
}

/* 新闻经典案例 */

.jingdian {
    width: 100%;
    overflow: hidden;
}

.jinglei {
    /* overflow: hidden; */
    height: 50px;
    border-bottom: 2px solid #e4e4e4;
}

.jinglei>h2 {
    float: left;
    padding: 10px 0;
    border-bottom: 4px solid #bb0814;
}

.jinglei>h2>span {
    padding-left: 5px;
    font-weight: 400;
}

.jinglei .jing_fenlei {
    margin-top: 5px;
    float: right
}

.jinglei .jing_fenlei li {
    float: left;
    padding: 10px;
}

.jinglei .jing_fenlei li.on {
    background: #fff;
    border-top: 4px solid #bb0814;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 6px 10px 10px;
    z-index: 99;
}

.jingbox {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    display: none;
}

.jingbox.div_show {
    display: block;
}

.jingcase_list {
    width: 75%;
}

.jingcase_list>ul>li {
    margin-left: 2%;
    float: left;
    width: 31%;
    height: 350px;
    padding: 5px;
    border: 1px solid #e4e4e4;
}

.jing_top {
    width: 100%;
    height: 200px;
}

.jing_botm>h2 {
    font-size: 16px;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

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

.jing_text {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 78px;
}

.jing_right {
    width: 23%;
    height: 340px;
    background: #f1f1f1;
    text-align: center;
}

.jing_right>a>p {
    padding-top: 45%;
    font-size: 28px;
    color: #a5a5a5;
}

.jing_right>a>.yuandian {
    margin-top: 20px;
}

.jing_right>a>.yuandian>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a5a5a5;
}

#pagination1_news {
    text-align: right;
}

#pagination1_news>span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* 左边栏 */

.link>.fa {
    padding-top: 0;
}

#pagination1_news {
    text-align: right;
}

#pagination1_news>span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

/* .. */

.list-title {
    display: inline-block;
    width: 100%;
    /* max-width: 200px; */
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #FFF;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #f39800;
    font-weight: bold;
    cursor: pointer;
}

.accordion {
    width: 100%;
    /* max-width: 200px; */
    border: solid 1px #ccc;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #1879b0;
}

.accordion li.open i {
    color: #1879b0;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
* Submenu
-----------------------------*/

.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #d6d7dc;
}

.submenu>li>a {
    display: block;
    text-decoration: none;
    color: #666;
    padding-left: 42px !important;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover,
.submenu li.current a {
    /* background-color: #f39800; */
    color: #1879b0;
    background: url(../img/sjr.png) no-repeat 90% center;
}

/* 客户案例 */

.casesbox {
    margin-top: 20px;
    /* width: 85%; */
}

.case_biao {
    margin-top: 2%;
    overflow: hidden;
    height: 35px;
    border-bottom: 2px solid #1879b0;
    float: left;
    /* 省略号 */
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case_biao>img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.case_biao>.xu {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background: #1879b0;
}

.case_biao>.caseti {
    /* float: left; */
    padding: 2px 10px;
    height: 35px;
    line-height: 35px;
    color: #3a9bd2;
    font-weight: 700;
    font-size: 16px;

}

.case_wen {
    margin-top: 2%;
    /* border-top: 1px solid #e0e0e0; */
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.case_botm {
    width: 100%;
    overflow: hidden;
    margin-top: 2%;
}

.case_botm>.caltu {
    width: 50%;
    height: 300px;
}

.case_botm>.ca_list {
    padding: 3% 3%;
    width: 50%;
    height: 300px;
    background: #f0f0f0;
}

.case_botm>.ca_list h2 {
    font-weight: 500;
    color: #000;
    font-size: 18px;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hongxian {
    margin: 5px 0 0 0;
    width: 10%;
    height: 2px;
    background: #e9404e;
}

.case_lie {
    margin-top: 5%;
}

.case_lie>ul {
    padding-left: 4%;
    width: 100%;
    /* 省略号 */
    word-break: break-all;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;

}

/* .case_lie>ul>pre{

} */
.case_lie>ul>li {
    list-style-type: disc;
}

.mt_15 {
    margin-top: 5%;
}

.page {
    width: 75%;
    margin: 2% auto;
    overflow: hidden;
}

.page>div {
    float: left;
    padding: 5px;
    background: #f0f0f0;
    color: #333;
    margin: 20px 5px;
}

.page>div>a {
    color: #333;
}

.page>div:hover {
    background: #d6222e;
}

.page>div:hover a {
    background: #d6222e;
    color: #fff;
}

.page>.red {
    background: #d6222e;
}

.page>.red>a {
    color: #fff;
}

/*分页*/

.page {
    overflow: hidden;
    text-align: center;
    padding: 40px 0;
}

.page ul li {
    display: inline-block;
}

.page ul li a,
.page ul li span {
    padding: 10px 15px;
    background: #fff;
    display: inline-block;
    color: #888;
    margin: 0 2px;
}

.page ul li.active span {
    background: #db082a;
    color: #fff;
    border-color: #db082a
}

.page ul li:hover a {
    background: #db082a;
    color: #fff;
    border-color: #db082a
}

/* 产品详情 */

.perContent {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    /* border: 1px solid #efefef; */
    margin-top: 2%;
    /* padding:20px; */
}

.exp_swiper {
    position: absolute;
    top: 330px;
    left: 0px;
    width: 39%;
}

.tab_swiper {
    /* width:39%; */
    height: auto;
    /* float: left; */
}

.tab_swiper ul {
    width: 100%;
    /*overflow: hidden;*/
}

.tab_swiper ul li {
    width: 85px !important;
    height: 85px;
    float: left;
    margin: 0 5px 0 0 !important;
    border: 2px solid #fff;
    cursor: pointer;
}

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

.tab_swiper ul li img {
    width: 100%;
    height: 100%;
    display: block;
}

.show_left {
    width: 40%;
    /* overflow: hidden; */
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
}

.show_left ul li {
    display: none;
}

.show_img {
    width: 40%;
    height: 300px;
    overflow: hidden;
    float: left;
    cursor: pointer;
}

.show_img img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.show_right {
    width: 55%;
    float: right;
    /* margin: 0 100px; */
}

.show_right .title {
    font-size: 16px;
    color: #333;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
}

.line {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}

.line .xinghao {
    width: auto;
    float: left;
}

.line .huohao {
    width: auto;
    float: right;
}

.liulan {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 45px;
}

.show_right span {
    display: block;
    text-align: center;
    color: #ccc;
}

.desc {
    width: 100%;
    height: 200px;
    max-height: 200px;
    background: #efefef;
    margin-top: 2%;
    padding: 4%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.desc p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    width: 100%;
    overflow: hidden;
}

.consult {
    margin-top: 2%;
    width: 100px;
    height: 30px;
    color: #fff;
    background: #ff0000;
    border-radius: 5px;
    line-height: 30px;
    float: right;
    text-align: center;
    cursor: pointer;
}

.tab_swiper.focues {
    border: 2px solid #ff0000;
}

.tab_swiper .hoves {
    border: 2px solid #fff;
}

.product_show {
    width: 100%;
    /* background: #999; */
    margin-top: 5%;
}

.product_show>h2 {
    font-weight: 500;
    color: #333;
}

.product_show>h2>span {
    color: #d3d3d3;
}

.product_show ul {
    padding: 2%;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    border: 2px solid #d3d3d3;
}

.text {
    color: #333;
    font-size: 16px;
}

.hongxb {
    height: 4px !important;
}

/* 留言 */

.message {
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
}

.message>h2 {
    margin: 2% 0;
    padding: 5px 0;
    background: #ececec;
    text-align: center;
}

.liuyan {
    width: 100%;
    background: #f7f7f7;
}

.liufrom {
    width: 40%;
    margin: 0 auto;
    padding: 2% 0;
}

.liufrom>#form>div {
    width: 100%;
    overflow: hidden;
    margin: 2% 0;
}

.liufrom>#form>div>label {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
}

.liufrom>#form>div>input {
    float: left;
    width: 75%;
    height: 30px;
    line-height: 40px;
    padding-left: 10px;
}

.liufrom>#form>div>textarea {
    width: 75%;
}

.liufrom>#form>div .red {
    float: right;
    color: red;
    font-size: 18px;
    padding-left: 15px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}

/* 应用指南 */

.zhinan_box {
    padding-bottom: 3%;
    margin-top: 3%;
    background: #f0f0f0;
}

.zhinan_box>h2 {
    padding: 2% 0;
    text-align: center;
    font-size: 24px;
}

.zhinan_box>h2>span {
    color: #ff0000;
}

.zhinan {
    width: 90%;
    margin: 0 auto;
    padding-top: 2%;
}

.zhinan>ul {
    overflow: hidden;
}

.zhinan>ul>li {
    float: left;
    /* margin: 2%; */
    width: 15%;
    height: 220px;
    background: #fff;
    border: 2px solid #e9e9e9;
}

.zhinan>ul>li:hover {
    border: 3px solid #e40706;
}

.zhinan>ul>li.w20 {
    width: 20%;
}

.zhiitem {
    text-align: center;
    padding-top: 40px;
}

.zhiitem>img {
    width: 87px;
    height: 87px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
}

.zhiitem>p {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.zhinan>ul>li:hover p {
    color: #ff0000;
}

.contact_kefu {
    position: relative;
    width: 40% !important;
    background: url('../img/kefubg.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.contact_kefu .zixun>a {
    position: absolute;
    bottom: 7%;
    left: 10%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
    background: #ff0000;
    border-radius: 10px;
}

/* 联系我们 */

.pdbox>p {
    padding-top: 10px;
    color: rgb(85, 85, 85);
}

.map {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
}

.map table,
tr,
td {
    box-sizing: content-box;
}

#allmap {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0;
    font-family: "微软雅黑";
}

#allmap img {
    /* max-width: none; */
    max-width: 100% !important;
    height: auto !important;
}

/* 美线 */

.meixian {
    width: 200px;
    height: 2px;
    background: #e0e0e0;
    /* border: 1px solid #e0e0e0; */
    margin: 10px 10px;
}

/* 菱形 */

.lingxing {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #e0e0e0;
    box-shadow: 1px 0px 0px 1px #a2a2a2;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* Internet Explorer */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    margin: 10px 20px;
    /*让菱形浏览器上居中*/
}

.gexing {
    width: 568px;
    overflow: hidden;
}

.zhixing {
    width: 560px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
}

.tijiaobox {
    width: 70% !important;
    margin: 5% auto !important;
    text-align: center;
}

.tijiaobox #submit,
#reset {
    float: none !important;
    display: inline-block;
    width: 50px !important;
    height: 30px !important;
    text-align: center;
    padding-left: 0 !important;
    margin-left: 10% !important;
}
/*关于我们修改*/
/*模块5 关于我们*/
.about-bg {
    width: 100%;
    background: url(../img/bj5.jpg) no-repeat top center;
    /*background: #0463BD;*/
    height: 500px;
    /*margin-top: 20px;*/
}

.about-index {
    padding-top:65px;
    position: relative;
}

.about-img {
    /*width: 504px;*/
    width: 450px;
}

.about-wen {
    background: url(../img/aboutkk.png) no-repeat bottom center;
    height: 367px;
    /*width: 730px;*/
    width: 700px;
}

.ab-title {
    font-size: 36px;
    color: #ea3d02;
}

.ab-title b {
    color: #ffffff;
}

.ab-title span {
    color: #5e5e5e;
    font-weight: normal;
}

.ab-con {
    font-size: 15px;
    color: #ffffff;
    line-height: 28px;
    padding-right: 40px;
    text-align: justify;
    margin-top: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;

}

.ab-more {
    width: 108px;
    height: 35px;
    background: #0463BD;
    float: right;
    margin-top: -21px;
    margin-right: 38px;
    position: relative;
    z-index: 9;
}

.ab-more a {
    display: block;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

/*模块5 关于我们end */
