﻿@charset "UTF-8";

/*------------// Overall //------------------*/

body {
    font: Arial, "Microsoft YaHei", "黑体", Helvetica, Tahoma, sans-serif;
    color: #666;
    margin: 0;
    background: #FFF;
    overflow-x: hidden;
}

body {
    font-family: Arial, "微软雅黑"\0;
    font-weight: 300\0;
    font-family: Arial, "Microsoft YaHei";
}

html {
    font-size: 625%;
}

html,
body {
    -webkit-text-size-adjust: none;
    /*text-transform: uppercase*/
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-touch-callout: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th,
td {
    border-collapse: collapse;
}

a:link {
    text-decoration: none;
    color: #666;
}

a:visited {
    text-decoration: none;
    color: #666;
}

img {
    border: 0;
    /*添加以下属性是解决图片在微信浏览器下默认转换效果造成页面模糊*/
    -webkit-transform: scale(1)rotate(0)translate3d(0, 0, 0);
    transform: scale(1)rotate(0)translate3d(0, 0, 0);
    display: block;
    outline: none;
}

div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
dd {
    margin: 0;
    padding: 0;
}

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


/*IOS下移除按钮原生样式 -webkit-appearance*/

input[type=button] {
    -webkit-appearance: none;
    outline: none;
}


/*去除点击按钮，有灰色阴影*/

a,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* a {transition: all 0.3s ease-in-out;} */

textarea {
    font-family: '微软雅黑';
}

.clearfix {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pc {
    width: 100%;
    height: 100%;
    position: relative;
}

.pc .cont {
    max-width: 1200px;
    max-width: 13rem;
    margin: 0 auto;
    padding: 0.4rem 0 0;
    position: relative;
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 0.28rem;
}

.pc .lypos {
    max-width: 1200px;
    max-width: 13rem;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-size: 0.14rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic-box,
.text-box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.mb_top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
}


/*------------------------------------------ 导航栏 start ------------------------------------------*/

.pc .header {
    overflow: hidden;
    position: relative;
    height: 104px;
    height: 0.6rem;
    clear: both;
}

.header .cont {
    overflow: visible;
    height: 0.6rem;
    padding: 0;
}


/*顶部*/

.logo_desc {
    float: right;
    width: 24%;
    /* background: #d20324; */
    padding: 3px 20px;
    box-sizing: border-box;
}

.logo_desc div.tel {
    display: block;
    padding-top: 10px;
}

.logo_desc div.tel p {
    color: #ffffff;
    font-size: 14px;
}

.logo_desc div.tel span {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.h_search .form1 {
    max-width: 1280px;
    margin: 0 auto;
    line-height: 59px;
}

.h_search .form_text1 {
    float: left;
    width: 75%;
    height: 40px;
    line-height: 28px;
    text-indent: 10px;
    outline: none;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-right: 0;
    margin: 3px 0;
    font-size: 14px;
}

.h_search .form_button1 {
    float: left;
    width: 25%;
    height: 40px;
    background: #d20324;
    border: 0;
    outline: none;
    color: #FFF;
    margin: 3px 0;
    cursor: pointer;
    /* border-radius:0 4px 4px 0; */
    font-size: 14px;
}

.h_search .form_button1:hover {
    background: #d20324;
}

.menu-box {
    float: left;
    font-size: 16px;
    font-size: 0.16rem;
    margin-right: 30px;
    height: 100%;
    display: table;
}

.pc .nav-list {
    margin-right: -18px;
    margin-right: -0.18rem;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}

.pc .nav-list li {
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 28px;
    height: 40px;
    width: 1rem;
    margin-left: 0.38rem;
    height: 0.4rem;
}

.pc .nav-list li:first-child {
    margin-left: 0;
}

.nav-list a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    line-height: 0.4rem;
    color: #666;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}

.pc .nav-list a:hover,
.pc .nav-on a {
    color: #fff;
    background: url('../images/nav-hover.png') no-repeat;
    background-size: cover;
}

.pc .lang {
    float: right;
    margin-top: 42px;
    margin-top: 0.42rem;
    font-size: 16px;
}

.pc .lang .lang_color {
    color: #d20324;
    padding-left: 10px;
    padding-right: 10px;
}

.pc .lang .txt a {
    color: #666;
}

.pc .lang .txt a:hover {
    color: #d20324
}

.mb .lang {
    font-size: 0.14rem;
    float: left;
    line-height: 0.9rem;
    margin-left: 1rem;
}

.mb .lang .lang_color {
    color: #d20324;
    padding-left: 10px;
    padding-right: 10px;
}

.mb .lang .txt a {
    color: #666;
}

.mb .lang .txt a:hover {
    color: #d20324
}

@media screen and (min-width:1200px) {
    .ly_top .top_main {
        max-width: 13rem;
        height: 80px;
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (max-width:1300px) and (min-width:1081px) {
    .ly_top .top_main {
        width: 95%;
        height: 100px;
        margin: 0 auto;
        padding: 0;
    }
    .pc .cont {
        width: 95%;
    }
    .pc .cont .cont {
        width: 100%;
    }
    .pc .nav-list li {
        width: 0.84rem;
    }
    .menu-box {
        font-size: 0.15rem;
    }
}

@media screen and (min-width:1081px) {
    .ly_top {
        width: 100%;
        height: 80px;
        margin: 0 auto;
        padding: 0;
        background-color: #fff;
    }
    .top_main .ly_logo {
        width: 1025px;
        height: 80px;
        overflow: hidden;
        margin: 0;
        float: left;
    }
    .top_main .ly_logo img {
        display: block !important;
    }
    .top_main .ly_tel {
        width: 270px;
        height: 48px;
        line-height: 24px;
        float: right;
        color: #797979;
        font-size: 14px;
        margin: 16px 0;
        padding: 0;
        float: right;
    }
    .ly_tel img {
        display: block;
        width: 48px;
        height: 48px;
        overflow: hidden;
        margin: 0 10px 0 0;
        padding: 0;
        float: left;
    }
    .ly_tel span {
        color: #d20324;
        font-size: 30px;
        font-weight: bold;
        font-family: Arial, "Microsoft YaHei";
    }
}

@media screen and (max-width:1080px) {
    .ly_top {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 0;
    }
    .ly_top .top_main {
        width: 95%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }
    .top_main .ly_logo {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        float: left;
        text-align: center;
    }
    .ly_logo img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
        vertical-align: middle;
    }
    .top_main .top_r {
        display: none;
    }
    .pc .header {
        height: auto;
    }
    .pc .cont {
        width: 95%;
        height: auto;
    }
    .pc .cont .cont {
        width: 100%;
    }
    .top_main .ly_tel {
        display: none;
    }
    #KFRightScreen {
        display: none !important;
    }
    .logo_desc {
        width: 100%;
        float: none;
        position: static;
        background: none;
        padding: 10px 0 0;
        margin-bottom: 10px;
        overflow: hidden;
    }
    .logo_desc div.tel {
        display: none;
    }
    .h_search {
        width: 100%;
        padding: 0;
    }
    .h_search .form_text1 {
        width: 70%;
        height: 50px;
        font-size: 0.22rem;
        background: #fff;
    }
    .h_search .form_button1 {
        width: 30%;
        height: 50px;
        font-size: 0.25rem;
    }
    .pc .nav-list li {
        width: 1.3rem;
        height: 0.5rem;
    }
    .nav-list a {
        line-height: 0.5rem;
    }
    .menu-box {
        font-size: 0.2rem;
        margin-right: 0;
    }
}

@media screen and (max-width:880px) {
    .mb .header .cont {}
    .mb .menu-btn {
        position: absolute !important;
        top: -70px;
        right: 26px;
    }
    .logo_desc {
        padding: 0;
    }
}

@media (max-width:767px) {
    .h_search .form_text1 {
        width: 70%;
        height: 40px;
        font-size: 14px;
        background: #fff;
    }
    .h_search .form_button1 {
        width: 30%;
        height: 40px;
        font-size: 14px;
    }
    .top_main .ly_logo {
        width: 80%;
        margin: 10px 0;
    }
    .mb .menu-btn {
        top: -55px;
        right: 12px;
    }
}


/*------------------------------------------- 导航栏 end -------------------------------------------*/


/**首页产品展示**/

.ly_show {
    width: 100%;
}

.ly_show_in {
    width: 100%;
    margin: 0 auto;
}

.ly_show .show_menu {
    width: 24%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ly_title {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.ly_title p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    color: #0256ac;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.ly_title p font {
    color: #0256ac;
}

.ly_title span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    margin: 10px auto 0;
    padding: 0;
    color: #aaa;
    font-size: 14px;
    font-family: "Arial";
    text-align: center;
}

.show_menu .menu_tit {
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    padding: 16px 20px;
    background: #d20324;
    box-sizing: border-box;
}

.menu_tit p {
    width: 100%;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    padding: 0;
}

.menu_tit span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Arial";
    font-size: 14px;
    font-style: italic;
    margin: 0 auto;
    padding: 0;
}

.menu_tit em {
    display: none;
}

.show_menu .menu_list {
    background: #fff;
    margin: 0 auto 20px;
    margin: 0 auto 0.2rem;
    padding: 20px 10px;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0;
}

.menu_list .menu_li {
    height: 650px;
    width: 100%;
    overflow: auto;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}

.menu_li>p>a {
    display: block;
    width: 70%;
    overflow: hidden;
    float: left;
    color: #5a5a5a;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.menu_li_a i {
    padding-right: 18px;
}
.menu_li p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #666;
    font-size: 0.15rem;
    background-color: #f6f6f6;
    margin: 0 auto;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.menu_li>p>span {
    display: block;
    width: 20%;
    height: 40px;
    float: right;
    background: url(../images/menu_tb1.png) center center no-repeat;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.menu_li>p>span.on {
    transform: rotateX(180deg);
}

.menu_li>p:hover {
    background: #d20324;
    color: #fff;
}

.menu_li>p:hover a {
    color: #fff;
}

.menu_li>p:hover span {
    background: url(../images/menu_tb3.png) center center no-repeat;
}

.menu_li ul {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
    padding: 0 0;
    background: #fff;
}


/*相关文章点击展开*/

.show_menu .menu_tit2 {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    padding: 16px 20px;
    background: url(../images/menu_tit_bg.jpg) 0 0 repeat-x;
    box-sizing: border-box;
}

.menu_tit2 p {
    width: 100%;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    padding: 0;
}

.menu_tit2 span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-family: "Arial";
    font-size: 14px;
    font-style: italic;
    margin: 0 auto;
    padding: 0;
}

.menu_tit2 em {
    display: none;
}

.show_menu .menu_list2 {
    background: #fff;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 9px 19px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.menu_list2 .menu_li2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.menu_li2>p>a {
    width: 60%;
    float: left;
    display: block;
    color: #515671;
}

.menu_li2 p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    background-color: #f6f6f6;
    margin: 0 auto;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.menu_li2>p>span {
    display: block;
    width: 30%;
    height: 40px;
    float: right;
    background: url(../images/menu_tb1.png) 80% center no-repeat;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.menu_li2>p>span.on {
    transform: rotateX(180deg);
}

.menu_li2>p:hover {
    background: #d20324;
    color: #fff;
}

.menu_li2>p:hover a {
    color: #fff;
}

.menu_li2>p:hover span {
    background: url(../images/menu_tb3.png) 80% center no-repeat;
}

.menu_li2 ul {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
}


/*产品分类第一个默认展开*/


/*.menu_li ul:first-of-type{display:block;}*/

.menu_li ul li {
    width: 100%;
    overflow: hidden;
    margin: 0.1rem auto;
    padding: 0;
    background: #f6f6f6;
}

.menu_li ul li a {
    display: block;
    width: 100%;
    height: 30px;
    height: 0.3rem;
    overflow: hidden;
    line-height: 30px;
    line-height: 0.3rem;
    color: #666;
    font-size: 14px;
    font-size: 0.14rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0 20px;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.menu_li ul li a p {
    width: 208px;
    color: #999;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    font-weight: normal;
}

.menu_li p img,
.menu_li ul li a img {
    display: block;
    width: 14px;
    height: 14px;
    margin: 13px 13px 13px 0;
    padding: 0;
    float: left;
}

.menu_li ul li a:before {
    display: block;
    width: 14px;
    height: 14px;
    margin: 8px 13px 13px 0;
    padding: 0;
    float: left;
    background: url(../images/menu_tb2.png) center center no-repeat;
}

.menu_li ul li a img {
    margin: 7px 13px 13px 0;
}

.menu_li ul li a:hover {
    color: #00a1e9;
}

.pro_hd {
    margin: 30px auto 40px;
}

.pro_hd ul {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.pro_hd ul li {
    margin: 0 1px 2px;
    line-height: 24px;
    display: inline-block;
}

.pro_hd ul li a {
    display: block;
    background: #eee;
    padding: 8px 20px;
    color: #76838f;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    max-width: 150px;
    transition-duration: .3s;
    -ms-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}

.pro_hd ul li a:hover {
    background: #ff7200;
    color: #fff;
}

.pro_hd ul li.on a {
    background: #d20324;
    color: #fff;
}

.index_list {
    width: 100%;
}

.index_list ul li {
    width: 33%;
    margin: 0.24rem;
    padding: 0 0 0 3%;
    float: left;
}

.index_list ul li>div {
    box-shadow: 0px 0px 1px 0px #b7b7b7;
}

.index_list ul li a {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
}

.index_list ul li .show_pro_img {
    background: #fff;
}

.index_list ul li .show_pro_img a {
    margin: 0 auto;
    padding: 9px;
}

.index_list ul li p {
    width: 100%;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
    background: #fff;
}

.index_list ul li p a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_list ul li>div:hover .show_pro_img {
    background: #d20324;
}

.index_list ul li>div:hover p {
    background: #d20324;
}

.index_list ul li>div:hover p a {
    color: #fff;
    font-weight: bold;
}

.index_list .show_pro_img span {
    height: 250px !important;
}

.ly_show .show_list {
    width: 76%;
    margin: 0;
    padding: 0;
}

.ly_show .show_list22 {
    width: 74%;
    margin: 0;
    padding: 0 12px;
    padding: 0;
}

.show_list .productlist li {
    width: 24.33333%;
    margin: 0 0 20px;
    margin: 0 0 0.3rem;
    padding: 0 0 0 1%;
    float: left;
}

.show_list ul li>div {}

.show_list ul li a {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.show_list ul li .show_pro_img {
    background: #fff;
}

.show_list ul li .show_pro_img a {
    margin: 0 auto;
    /* padding: 9px; */
    border: 1px solid #ddd;
}

.show_pro_img span {
    display: block;
    width: 100%;
    height: 228px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
}

.show_pro_img span img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.5s;
}

.show_list ul li p {
    width: 100%;
    height: 40px;
    height: 0.6rem;
    overflow: hidden;
    line-height: 40px;
    line-height: 0.2rem;
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem 0 0;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.show_list ul li .procs {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.show_list ul li .proxx {
    width: 100%;
    height: 28px;
    height: 0.28rem;
    overflow: hidden;
    line-height: 20px;
    line-height: 0.2rem;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0.2rem 0.08rem;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show_list ul li p a {
    display: block;
    width: 100%;
    overflow: hidden;
    color: black;
    font-size: 0.15rem;
    font-weight: 800;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.show_list ul li .proxx font {
    color: #999;
}

.show_list ul li:hover .show_pro_img a {
    border: 1px solid #d20324;
}

.show_list ul li:hover .show_pro_img a img {
    transform: scale(1.1);
}

.show_list ul li:hover p a {
    color: #d20324;
}

.show_list ul li .pro_list2 {
    border: 1px solid #ddd;
}

.show_list ul li .pro_list2 .show_pro_img a {
    border: 0;
}

.show_list ul li .pro_list2 .show_pro_img span {
    height: 196px;
}

.show_list ul li:hover .pro_list2 {
    border: 1px solid #d20324;
}

.show_list ul li:hover .pro_list2 .show_pro_img a {
    border: 0;
}

@media (max-width:1199px) {
    .pro_hd {
        display: none;
    }
    .ly_show .index_list {
        width: 100%;
    }
    .index_list ul li {
        width: 48%;
    }
    .index_list .show_pro_img span {
        width: 100%;
        height: 180px !important;
    }
    .index_list ul li p {
        width: 100%;
    }
    .show_pro_img span {
        width: 100%;
        height: 2.8rem;
    }
    .show_list ul li p {
        width: 98%;
    }
    .menu_li p {
        width: 100%;
        padding: 0 5px;
    }
    .menu_li ul {
        width: 100%;
    }
}


/*平板*/

@media (max-width:991px) {
    .ly_title {
        margin: 0 auto 20px;
    }
    .ly_title p {
        font-size: 24px;
    }
    .ly_title span {
        margin: 0 auto 0;
    }
    .ny_content .content_left {
        width: 100%;
    }
    .ny_content .content_right {
        width: 100%;
    }
    .content_left .show_menu {
        width: 100%;
        margin-bottom: 20px;
    }
    .ly_show .show_menu {
        width: 100%;
        margin-bottom: 20px;
        margin-bottom: 0.2rem;
    }
    .ny_content .content_left .c_tlt {
        background: #bbbbbb !important;
        font-size: 15px;
        text-align: left;
        padding: 0 20px;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
    }
    .menu_tit {
        background: #d20324!important;
    }
    .menu_tit p {
        height: 0.62rem;
        line-height: 0.62rem;
        font-size: 0.24rem;
        float: left;
        width: 30%;
        text-align: left;
    }
    .menu_tit em {
        cursor: pointer;
        display: block;
        width: 30%;
        text-align: right;
        color: #fff;
        height: 0.62rem;
        line-height: 0.62rem;
        font-style: normal;
        float: right;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        font-size: 0.24rem;
    }
    .menu_list .menu_li {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .menu_li p {
        padding: 0 10px;
    }
    .menu_li ul li a p {
        width: 100%;
    }
    .show_menu .menu_list {
        display: none;
    }
    .show_menu .menu_tit {
        display: none;
        height: 0.62rem;
        padding: 0 20px;
        margin-bottom: 0;
    }
    .menu_tit span {
        display: none;
    }
    .ly_show .show_list {
        width: 100%;
    }
    .show_list ul li {
        width: 49%;
        margin: 0 2% 0.2rem 0;
        padding: 0;
    }
    .show_list ul li:nth-child(3n) {
        margin: 0 0 10px;
    }
    .show_list ul li p {
        width: 100%;
    }
    .menu_tit2 {
        background: #d20324 !important;
    }
    .menu_tit2 p {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        float: left;
        width: 30%;
        text-align: left;
    }
    .menu_tit2 em {
        cursor: pointer;
        display: block;
        width: 30%;
        text-align: right;
        color: #ffffff;
        height: 40px;
        line-height: 40px;
        float: right;
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        font-size: 14px;
    }
    .menu_list2 .menu_li2 {
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .menu_li2 p {
        padding: 0 10px;
    }
    .menu_li2 ul li a p {
        width: 100%;
    }
    .show_menu .menu_list2 {
        display: none;
    }
    .show_menu .menu_tit2 {
        height: 40px;
        padding: 0 20px;
        margin-top: 0.2rem;
    }
    .menu_tit2 span {
        display: none;
    }
    .ly_show .show_list2 {
        width: 100%;
    }
    .show_list2 ul li {
        width: 49%;
    }
    .show_list2 ul li p {
        width: 98%;
    }
    .show_list ul li .procs {
        padding-top: 0;
    }
}

@media screen and (min-width:1081px) {
    .apple-banner {
        display: block;
        width: 952px;
        height: 100%;
        overflow: hidden;
        margin: 0 0 20px 10px;
    }
    .apple-banner#wap {
        display: none;
        width: 952px;
        height: 100%;
        overflow: hidden;
        margin: 0 0 20px 10px;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 125%;
        top: 0;
        background: none;
    }
    .swiper-button-prev {
        left: 60px;
    }
    .swiper-button-next {
        right: 60px;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 64px;
        height: 64px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -32px;
        background: url(../images/b-prev.png) no-repeat center center;
    }
    .swiper-button-next span {
        background: url(../images/b-next.png) no-repeat center center;
        left: auto;
        right: 20px;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: 1;
    }
    /*分页器*/
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 4px;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 50px;
        margin: 0 3px;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 50px;
        height: 3px;
        display: block;
        background: rgba(255, 255, 255, 0.8);
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background-color: #ff7200;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: rgba(255, 255, 255, 0.8);
    }
    .apple-banner .swiper-pagination-bullet i {
        background-color: #ff7200;
        height: 3px;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background-color: #fff;
    }
}

@media screen and (max-width:1300px) and (min-width:1081px) {
    .apple-banner {
        height: 580px;
    }
    .apple-banner .swiper-container {
        height: 580px;
    }
}

@media screen and (max-width:1080px) {
    .apple-banner {
        width: 100%;
        height: 4rem;
        overflow: hidden;
    }
    .apple-banner .swiper-container {
        width: 100%;
        height: 4rem;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 15%;
        height: 100%;
        top: 0;
        background: none;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    .swiper-button-prev span,
    .swiper-button-next span {
        display: block;
        width: 0.64rem;
        height: 0.64rem;
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -0.32rem;
        background: url(../images/b-prev.png) no-repeat center center;
        background-size: 0.17rem 0.3rem;
    }
    .swiper-button-next span {
        background: url(../images/b-next.png) no-repeat center center;
        background-size: 0.17rem 0.3rem;
        left: auto;
        right: 3%;
    }
    .swiper-button-prev:hover span,
    .swiper-button-next:hover span {
        opacity: 1;
    }
    /*分页器*/
    .apple-banner .swiper-pagination {
        top: auto;
        bottom: 0.12rem;
        background: none;
    }
    .apple-banner .swiper-pagination-bullet {
        display: inline-block;
        width: 0.5rem;
        height: 0.02rem;
        margin: 0 0.03rem;
        cursor: pointer;
        background: none;
        border-radius: 0;
        opacity: 1;
    }
    .apple-banner .swiper-pagination-bullet span {
        width: 0.5rem;
        height: 0.02rem;
        display: block;
        background: rgba(255, 255, 255, 0.8);
    }
    .apple-banner .swiper-pagination-bullet-active span {
        background-color: #ff7200;
    }
    .apple-banner .autoplay .swiper-pagination-bullet-active span {
        background: rgba(255, 255, 255, 0.8);
    }
    .apple-banner .swiper-pagination-bullet i {
        background-color: #ff7200;
        height: 0.02rem;
        transform: scaleX(0);
        transform-origin: 0;
        display: block;
    }
    .apple-banner .autoplay .firsrCurrent i {
        transition: transform 2.9s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .current i {
        transition: transform 4s linear;
        transform: scaleX(1);
    }
    .apple-banner .autoplay .replace span {
        background-color: #fff;
    }
    .show_list ul li p {
        width: 100%;
        height: 40px;
        height: 0.7rem;
        overflow: hidden;
        line-height: 30px;
        line-height: 0.35rem;
        color: #333;
        font-size: 0.15rem;
        text-align: left;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .show_list ul li .proxx {
        width: 100%;
        height: 40px;
        height: 0.4rem;
        overflow: hidden;
        line-height: 40px;
        line-height: 0.4rem;
        color: #999;
        font-size: 0.15rem;
        text-align: center;
        margin: 0 auto;
        padding: 0 12px 8px;
        padding: 0 0.12rem 0.08rem;
        background-color: #fff;
    }
    .show_list ul li p a {
        font-size: 0.16rem;
        display: block;
        width: 100%;
        overflow: hidden;
        color: black;
        font-size: 0.15rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

@media screen and (max-width:880px) {
    .apple-banner {
        height: 3rem;
    }
    .apple-banner .swiper-container {
        height: 3rem;
    }
}


/*------------------------------------------- banner end -------------------------------------------*/


/*------------------------------------------ 首页 start ------------------------------------------*/

.i-advantage {
    margin-top: -96px;
    margin-top: -0.96rem;
    position: relative;
    z-index: 50;
}

.adv-list {
    overflow: hidden;
    font-size: 12px;
    font-size: 0.12rem;
}

.adv-list li {
    float: left;
    width: 400px;
    width: 4rem;
}

.adv-pic {
    width: 164px;
    width: 1.64rem;
    float: left;
}

.adv-pic .pic-box {
    width: 164px;
    height: 160px;
    width: 1.64rem;
    height: 1.6rem;
}

.adv-pic i {
    display: inline-table;
}

.adv-pic .adv-ico1 {
    width: 57px;
    height: 63px;
    background: url('../images/adv1.png') no-repeat;
    background-size: 100%;
    width: 0.57rem;
    height: 0.63rem;
    margin-left: 7.5px;
    margin-left: 0.075rem;
}

.adv-pic .adv-ico2 {
    width: 82px;
    height: 61px;
    background: url('../images/adv2.png') 0 2px no-repeat;
    background-size: 100%;
    width: 0.82rem;
    height: 0.61rem;
    margin-left: 11.5px;
    margin-left: 0.115rem;
}

.adv-pic .adv-ico3 {
    width: 63px;
    height: 63px;
    background: url('../images/adv3.png') no-repeat;
    background-size: 100%;
    width: 0.63rem;
    height: 0.63rem;
    margin-left: 9px;
    margin-left: 0.09rem;
}

.adv-text {
    float: left;
}

.adv-text .text-box {
    text-align: left;
    height: 160px;
    height: 1.6rem;
}

.adv-text p {
    width: 193px;
    border-bottom: 1px solid #9fdbf6;
    padding-bottom: 10px;
    padding-bottom: 0.1rem;
    display: inline-block;
    vertical-align: middle;
    width: 1.93rem;
}

.adv-text span {
    display: block;
    font-size: 18px;
    font-size: 0.18rem;
    color: #fff;
    line-height: 18px;
    line-height: 0.18rem;
    margin-bottom: 10px;
    margin-bottom: 0.1rem;
    margin-top: 2px;
}

.adv-text small {
    font-family: 'Arial';
    font-weight: 300\0;
    font-size: 12px;
    color: #9ee2ff;
    font-size: 0.12rem;
    line-height: 12px;
    line-height: 0.12rem;
    white-space: nowrap;
}

.ny_banner {
    width: 100%;
    margin-bottom: 0;
    position: relative;
    /*background: url(../images/ny_banner1.jpg) center center no-repeat;*/
    overflow: hidden;
}

.ny_banner .slideshow {
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (max-width: 1199px) and (min-width: 1001px) {
    .ny_banner .slideshow {
        height: 320px;
    }
}

@media screen and (max-width: 1000px) {
    .ny_banner .slideshow {
        height: 230px;
    }
}

@media screen and (max-width: 760px) {
    .ny_banner .slideshow {
        height: 170px;
    }
}

@media screen and (max-width: 480px) {
    .ny_banner .slideshow {
        height: 100px;
    }
}

@media (max-width: 980px) {
    .adv-text small {
        white-space: normal;
    }
}


/*标题*/

.i-title {
    font-size: 20px;
    font-size: 0.2rem;
    text-align: center;
    position: relative;
    height: 60px;
    height: 0.6rem;
    margin: 80px 0 40px;
    margin: 0.2rem 0 0.4rem;
}

.i-title::before,
.i-title::after {
    content: '';
    width: 520x;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    top: 25px;
    width: 5.2rem;
    top: 0.25rem;
}

.i-title::before {
    left: 0;
}

.i-title::after {
    right: 0;
}

.i-title span {
    font-size: 28px;
    font-size: 0.28rem;
    color: #d20324;
    display: block;
    line-height: 28px;
    line-height: 0.28rem;
    margin-bottom: 16px;
    margin-bottom: 0.12rem;
    font-weight: bold;
}

.i-title small {
    font-size: 20px;
    font-size: 0.2rem;
    color: #cccccc;
    display: block;
    font-weight: 300;
    line-height: 20px;
    line-height: 0.2rem;
    text-transform: uppercase;
}


/*公司简介*/

.i-au {
    padding-bottom: 80px;
    padding-bottom: 0.4rem;
}

.i-au-cont {
    overflow: hidden;
    padding-bottom: 20px;
    padding-bottom: 0.2rem;
}

.i-au-left {
    width: 525px;
    height: 354px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.16);
    width: 5.25rem;
    height: 3.54rem;
}

.pc .i-au-left {
    float: left;
}

.pc .i-au-right {
    float: right;
}

.i-au-left .pic-box {
    width: 525px;
    height: 354px;
    width: 5.25rem;
    height: 3.54rem;
}

.i-au-left .pic-box a {
    display: block;
    width: 100%;
    height: 100%;
}

.i-au-left .pic-box img {
    width: 100%;
    height: 100% !important;
    max-width: none;
}

.i-au-right {
    font-size: 16px;
    font-size: 0.15rem;
    width: 619px;
    width: 7.3rem;
    color: #666;
    padding-top: 0;
}

.i-au-right p {
    text-indent: 30px;
    text-indent: 2em;
    text-justify: distribute;
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    text-align: justify;
    line-height: 32px;
    line-height: 0.32rem;
}

.i-au-right span {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    text-align: justify;
    white-space: initial;
}

.read-d {
    width: 123px;
    height: 42px;
    border: 1px solid #cccccc;
    color: #666666;
    display: block;
    width: 1.23rem;
    height: 0.42rem;
    line-height: 42px;
    line-height: 0.42rem;
    text-align: center;
    margin-top: 32px;
    margin-top: 0.32rem;
}

.pc .read-d {
    transition: all 0.3s ease-in-out;
}

.pc .read-d:hover {
    border: 1px solid #d20324;
    color: #fff;
    background: #d20324;
}


/*产品展示*/

.i-pro {
    padding-bottom: 56px;
    padding: 0.2rem 0;
    background-color: #f8f8f8;
    background: url(../images/probj.jpg) repeat;
}

.i-pro .i-title {
    margin: 0 0 40px;
    margin: 0 0 0.4rem;
}

.i-pro .i-title::after,
.i-pro .i-title::before {
    width: 470px;
    background: #dce1e4;
    width: 4.7rem;
}

.i-pro .i-title small {
    color: #d4d6d7;
}

.i-pro-cont {
    width: 100%;
    overflow: hidden;
}

.i-pro-list {
    overflow: hidden;
    width: 2000px;
    position: relative;
}

.i-pro-list li {
    float: left;
    width: 285px;
    height: 220px;
    width: 2.85rem;
    height: 2.2rem;
    margin-right: 20px;
    margin-right: 0.2rem;
}

.i-pro-list a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.i-pro-pic {
    width: 100%;
    height: 100%;
    position: absolute;
}

.i-pro-pic .pic-box {
    width: 285px;
    height: 220px;
    width: 2.85rem;
    height: 2.2rem;
}

.pc .i-pro-pic .pic-box img {
    transition: all 0.5s ease-in-out;
}

.i-pro-hover {
    position: absolute;
    width: 100%;
    height: 0%;
    overflow: hidden;
    background: url('../images/iprohvoerbg.png');
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.i-pro-hover i {
    display: block;
    width: 59px;
    height: 59px;
    background: url('../images/add.png') no-repeat;
    margin: 62px auto 0;
    background-size: 100%;
    width: 0.59rem;
    height: 0.59rem;
    margin-top: 0.62rem;
}

.i-pro-hover span {
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: 18px;
    margin-top: 20px;
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin-top: 0.2rem;
}

.i-pro-hover small {
    color: #dce1e4;
    font-size: 16px;
    display: block;
    line-height: 16px;
    margin-top: 10px;
    font-size: 0.16rem;
    line-height: 0.16rem;
    margin-top: 0.1rem;
}

.pc .i-pro-list li:hover img {
    transform: scale(1.1, 1.1);
}

.pc .i-pro-list li:hover .i-pro-hover {
    height: 100%;
}

.i-pro .read-d {
    margin: 40px auto 0;
    background: #fff;
    border: 1px solid #fff;
    margin-top: 0.4rem;
    width: 145px;
    height: 46px;
    width: 1.45rem;
    height: 0.46rem;
    color: #666;
    font-size: 16px;
    font-size: 0.16rem;
    line-height: 46px;
    line-height: 0.46rem;
}

.i-pro .read-d i {
    display: inline-block;
    width: 17px;
    height: 14px;
    width: 0.17rem;
    height: 0.14rem;
    background: url('../images/right.png') no-repeat;
    background-size: 100%;
    margin-left: 9px;
    margin-left: 0.09rem;
    transition: all 0.3s ease-in-out;
}

.pc .i-pro .read-d:hover i {
    background: url('../images/right1.png') no-repeat;
    background-size: 100%;
}


/*新闻资讯*/

.i-news {
    padding-bottom: 20px;
}

.i-news .i-title {
    margin: 80px 0 40px;
    margin: 0.2rem 0 0.4rem;
}

.i-news-btn {
    text-align: center;
}

.i-btn-list {
    overflow: hidden;
    display: inline-block;
}

.i-btn-list li {
    float: left;
    width: 160px;
    height: 46px;
    border: 1px solid #dedede;
    width: 1.6rem;
    height: 0.46rem;
    line-height: 46px;
    line-height: 0.46rem;
    font-size: 16px;
    color: #666;
    font-size: 0.16rem;
    margin: 0 10px 0;
    margin: 0 0.1rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.pc .i-btn-list li:hover,
.i-btn-list .i-news-on {
    background: #d20324;
    border: 1px solid #d20324;
    color: #fff;
}

.i-news-main {
    margin-top: 32px;
    margin-top: 0.32rem;
    min-height: 5.2rem;
}

.i-news-box {
    display: none;
}

.i-news-left {
    width: 500px;
    width: 5rem;
    float: left;
}

.i-news-left a {
    display: block;
    cursor: default;
}

.i-news-pic {
    width: 100%;
    height: 280px;
    overflow: hidden;
    height: 2.8rem;
}

.i-news-pic .pic-box {
    width: 500px;
    width: 5rem;
    height: 280px;
    height: 2.8rem;
}

.i-news-title {
    font-size: 16px;
    color: #666;
    font-size: 0.16rem;
    overflow: hidden;
    margin: 20px 0 12px;
    margin: 0.2rem 0 0.12rem;
}

.i-news-title span {
    display: block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 4rem;
}

.i-news-title small {
    color: #999;
    font-size: 16px;
    font-size: 0.16rem;
    float: right;
}

.i-news-t {
    font-size: 12px;
    color: #999;
    font-size: 0.12rem;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.44rem;
    line-height: 0.22rem;
}

.i-news .read-d {
    font-weight: normal;
    width: 94px;
    height: 36px;
    width: 0.94rem;
    height: 0.36rem;
    line-height: 36px;
    line-height: 0.36rem;
    margin-top: 15px;
    margin-top: 0.15rem;
}

.i-news-right {
    width: 100%;
    margin-top: -13px;
    margin-top: -0.13rem;
}

.i-news-list li {
    cursor: default;
    display: block;
    width: 50%;
    height: 120px;
    padding: 20px 20px 20px 140px;
    margin: 0;
    float: left;
    position: relative;
    box-sizing: border-box;
}

.i-news-list li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.i-news-time {
    width: 100px;
    height: 80px;
    margin: 0;
    background: #d20324;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 20px;
}

.i-news-time .pic-box {
    width: 100px;
    height: 80px;
}

.i-news-time p {
    display: inline-block;
}

.i-news-time span {
    font-size: 15px;
    position: relative;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}

.i-news-time span::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #fff;
    width: 0.3rem;
    height: 0.02rem;
    bottom: -15px;
    bottom: -0.05rem;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-left: -0.15rem;
}

.i-news-time small {
    font-size: 26px;
    line-height: 30px;
    display: block;
}

.i-news-text2 {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.i-news-text2 span {
    display: block;
    width: 100%;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-size: 18px;
    color: #666;
    margin: 0 0 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i-news-list li:hover .i-news-text2 span a {
    color: #d20324;
}

.i-news-text2 p {
    font-size: 14px;
    color: #999;
    height: 48px;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
}

.i-news-list li:hover .i-news-time {
    background: #0d81b5;
}


/*友情链接*/

.link {
    width: 100%;
    background-color: #f6f6f6;
}

.link .link_con {
    max-width: 13rem;
    margin: 0 auto;
    padding: 15px 10px;
}

.link .link_con span {
    display: block;
    background: url(../images/pecv.png) left center no-repeat;
    padding-left: 25px;
    font-size: 0.14rem;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
}

.link .link_con p {
    font-size: 0.14rem;
    color: #555;
    line-height: 24px;
    padding: 0 15px 0 0;
}

.link .link_con p a {
    font-size: 0.14rem;
    color: #555;
}

@media screen and (max-width:1080px) {
    .i-news-text2 {
        width: 4.3rem;
    }
    .i-news-text2 p {
        height: 0.45rem;
    }
    .link .link_con span {
        font-size: 0.22rem;
    }
    .link .link_con p {
        font-size: 0.22rem;
    }
    .link .link_con p a {
        font-size: 0.22rem;
    }
}


/*合作伙伴*/

.i-coop {
    background: #f5f5f5;
}

.i-coop .i-title {
    margin: 72px 0 51px;
    margin: 0.72rem 0 0.51rem;
}

.i-coop .i-title::after,
.i-coop .i-title::before {
    background: #d9e1e6;
}

.i-coop .i-title small {
    color: #b0b0b0;
}

.i-coop-cont {
    position: relative;
    width: 100%;
}

.i-coop-cont .swiper-cont {
    width: 100%;
    overflow: hidden;
    margin: auto;
}


/*合作伙伴*/

@media screen and (min-width:1200px) {
    .ly_pro {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding-bottom: 20px;
        background-color: #f8f8f8;
    }
    .ly_scroll {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
    }
}

@media screen and (max-width:1300px) and (min-width:1081px) {
    .ly_pro {
        width: 96%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 40px 2%;
        background-color: #f8f8f8;
    }
    .pro_list {
        width: 100%;
    }
    .ly_scroll {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
    }
    .i-au-right {
        width: 5.8rem;
    }
    .i-news-text2 {
        width: 100%;
    }
    .link .link_con {
        width: 95%;
    }
}

@media screen and (min-width:1081px) {
    .ly_tit {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
        text-align: center;
    }
    .ly_tit a {
        color: #333;
        font-size: 40px;
    }
    .ly_tit a span {
        display: block;
        color: #999;
        font-size: 14px;
        margin: 10px 0 0;
    }
}

@media screen and (max-width:1080px) {
    .ly_tit {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 0.48rem;
        padding: 0;
        text-align: center;
    }
    .ly_tit a {
        color: #333;
        font-size: 0.4rem;
    }
    .ly_tit a span {
        display: block;
        color: #999;
        font-size: 0.26rem;
        margin: 0.12rem 0 0;
    }
}

@media screen and (max-width:1199px) and (min-width:1081px) {
    .ly_pro {
        width: 96%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 40px 2%;
        background-color: #f8f8f8;
    }
    .pro_list {
        width: 100%;
    }
    .ly_scroll {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 40px;
        padding: 0;
    }
}

@media screen and (min-width:1081px) {
    .pro_list {
        margin: 0 auto;
    }
    .ly_scroll ul li {
        width: 277.5px;
        overflow: hidden;
        margin: 0 30px 0 0;
        padding: 0;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        box-sizing: border-box;
        float: left;
    }
    .ly_scroll ul li .pro_img {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 10px 0 0;
    }
    .ly_scroll ul li .pro_img a {
        display: block;
        width: 100%;
        height: 275px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }
    .ly_scroll ul li .pro_img a.par_img {
        height: 80px;
    }
    .ly_scroll ul li .pro_img a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .ly_scroll ul li .pro_name {
        width: 100%;
        height: 46px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }
    .ly_scroll ul li .pro_name a {
        display: block;
        width: 90%;
        height: 46px;
        overflow: hidden;
        line-height: 46px;
        color: #333;
        font-size: 14px;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    .ly_scroll ul li:hover {
        border: 1px solid #007deb;
    }
    .ly_scroll ul li:hover .pro_name a {
        color: #007deb;
    }
    .pro_more {
        width: 200px;
        height: 40px;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }
    .pro_more a {
        display: block;
        width: 158px;
        height: 38px;
        overflow: hidden;
        line-height: 38px;
        color: #007deb;
        font-size: 14px;
        text-align: center;
        border: 1px solid #007deb;
    }
    .pro_more a:hover {
        color: #fff;
        background-color: #007deb;
    }
}

@media screen and (max-width:1080px) {
    .ly_pro {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0.12rem 0;
        background-color: #f8f8f8;
    }
    .pro_list {
        width: 95%;
        margin: 0 auto;
    }
    .ly_scroll {
        width: 100%;
        overflow: hidden;
        margin: 0 auto 0.24rem;
        padding: 0;
    }
    .ly_scroll ul {
        width: 1000000000px !important;
    }
    .ly_scroll ul li {
        width: 3.2rem;
        overflow: hidden;
        margin: 0 0.24rem 0 0;
        padding: 0;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        box-sizing: border-box;
        float: left;
    }
    .ly_scroll ul li .pro_img {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        padding: 0.06rem 0 0;
    }
    .ly_scroll ul li .pro_img a {
        display: block;
        width: 100%;
        height: 3.2rem;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
        position: relative;
    }
    .ly_scroll ul li .pro_img a.par_img {
        height: 1.2rem;
    }
    .ly_scroll ul li .pro_img a img {
        display: block;
        max-width: 90%;
        max-height: 90%;
        margin: auto;
        padding: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .ly_scroll ul li .pro_name {
        width: 100%;
        height: 0.72rem;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }
    .ly_scroll ul li .pro_name a {
        display: block;
        width: 90%;
        height: 0.72rem;
        overflow: hidden;
        line-height: 0.72rem;
        color: #333;
        font-size: 0.26rem;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
    .ly_scroll ul li:active {
        border: 1px solid #007deb;
    }
    .ly_scroll ul li:active .pro_name a {
        color: #007deb;
    }
    .pro_more {
        width: 2.4rem;
        height: 0.72rem;
        overflow: hidden;
        margin: 0 auto;
        padding: 0.24rem 0 0;
    }
    .pro_more a {
        display: block;
        width: 100%;
        height: 0.72rem;
        overflow: hidden;
        line-height: 0.7rem;
        color: #007deb;
        font-size: 0.26rem;
        text-align: center;
        border: 1px solid #007deb;
        box-sizing: border-box;
    }
    .pro_more a:hover {
        color: #fff;
        background-color: #007deb;
    }
}

@media (max-width:767px) {
    .show_pro_img span {
        height: 120px;
    }
    .show_list ul li .pro_list2 .show_pro_img span {
        height: 120px;
    }
    .show_list ul li {
        margin: 0 2% 10px 0;
        padding: 0;
    }
    .show_list ul li:nth-child(3n) {
        margin: 0 0 10px;
    }
    .menu_li p {
        font-size: 0.24rem;
    }
    .menu_li ul li a {
        font-size: 0.23rem;
        height: 0.6rem;
        line-height: 0.6rem;
    }
    .show_list ul li p a {
        font-size: 0.22rem;
    }
    .show_list ul li .proxx {
        font-size: 0.22rem;
    }
    .mb .i-pro .i-title {
        width: 100%!important;
        margin: 0.4rem auto;
    }
}


/*------------------------------------------- 首页 end -------------------------------------------*/


/*------------------------------------------ 内页二级栏目 start ------------------------------------------*/

.sec-nav {
    text-align: left;
    height: 48px;
    height: 0.48rem;
    border-bottom: 1px solid #e8e8e8;
    line-height: 0.28rem;
    padding: 0.1rem 0;
}

.sec-nav .cont em {
    margin: 0 5px;
    font-style: normal;
}

.sec-nav .cont a:hover {
    color: #059ee3;
}

.sec-nav-list {
    display: inline-block;
    overflow: hidden;
}

.sec-nav-list li {
    float: left;
    line-height: 47px;
    line-height: 0.47rem;
    margin: 0 25px;
    margin: 0 0.25rem;
    height: 47px;
    height: 0.47rem;
}

.sec-nav-list a {
    display: block;
    padding: 0 7px;
    padding: 0 0.07rem;
    width: 100%;
    height: 100%;
}

.pc .sec-nav-list a:hover,
.sec-on a {
    border-bottom: 2px solid #059ee3
}


/*------------------------------------------- 内页二级栏目 end -------------------------------------------*/


/*------------------------------------------ 关于我们 start ------------------------------------------*/

.au-bg {
    /*background: url(../images/bg_66.png) center top no-repeat;background-size:cover;*/
    /*background-color:#f8f8f8; */
    width: 100%;
    height: 100%;
    padding: 60px 0;
    padding: 0.4rem 0;
    min-height: 4rem;
}

.au-bg p {
    line-height: 30px;
    line-height: 0.3rem;
    text-align: justify;
    overflow: hidden;
    /*text-align: justify!important;*/
}

.au-bg span {
    /*font-size: 14px; font-size: 0.14rem;*/
    color: #666;
    font-family: "Microsoft YaHei", Arial, Helvetica, Tahoma, sans-serif!important;
    overflow: hidden;
    white-space: initial;
}

.au-bg img {
    height: auto !important;
    max-width: 100% !important;
}


/*------------------------------------------- 关于我们 end -------------------------------------------*/


/*------------------------------------------ 发展历程 start ------------------------------------------*/

.dev .au-bg {
    width: 100%;
    height: 100%;
    background: url('../images/bg_13.png') center top no-repeat;
    background-size: auto 100%;
    padding: 62px 0 79px;
    padding: 0.62rem 0 0.79rem;
}

.dev-box {
    width: 100%;
    position: relative;
}

.dev-main {
    width: 100%;
    height: 792px;
    height: 7.92rem;
    overflow: auto;
}

.dev-tree-bg {
    padding-left: 25px;
    padding-left: 0.25rem;
}

.dev-tree-bg>span {
    display: block;
    float: left;
    font-size: 20px;
    font-size: 0.2rem;
    margin: 45px 30px 0 0;
    margin: 0.45rem 0.3rem 0 0;
}

.tree-head {
    width: 120px;
    height: 120px;
    background: url('../images/b-tree.png') no-repeat;
    background-size: contain;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 1.2rem;
    height: 1.2rem;
}

.tree-head p {
    display: inline-block;
    font-family: 'Arial';
    text-align: center;
    overflow: visible
}

.tree-head span {
    font-size: 40px;
    font-size: 0.4rem;
    color: #19abed;
    font-weight: bold;
    display: block;
    line-height: 32px;
    line-height: 0.32rem
}

.tree-head small {
    display: block;
    font-size: 16px;
    font-size: 0.16rem;
    color: #bfbfbf;
    line-height: 12px;
    line-height: 0.12rem;
    margin-top: 8px;
    margin-top: 0.08rem;
    text-transform: uppercase;
}

.dev-cont {
    position: relative;
    float: right;
    padding: 42px 0 118px;
    margin-top: 2px;
    padding: 0.42rem 0 1.18rem;
}

.dev-cont ul {
    width: 100%;
}

.dev-cont li {
    padding: 0 31px;
    padding: 0 0.31rem;
    position: relative;
    margin-top: 60px;
    margin-top: 0.6rem;
    width: 971px;
    width: 9.71rem;
    float: right;
}

.dev-cont li:first-child {
    margin: 0;
}


/*节点 线*/

.dev-line {
    position: absolute;
    height: 100%;
    width: 12px;
    width: 0.12rem;
    top: 0;
    left: 229px;
    left: 2.29rem;
}

.dev-line i {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/dot.png') center top repeat-y;
    top: 0;
    display: block;
}

.dev-line b {
    position: absolute;
    width: 100%;
    height: 11px;
    background: url('../images/down.png') center bottom no-repeat;
    bottom: 0;
    display: block;
    height: 0.11rem;
}


/*节点 日期*/

.tree-dot {
    position: absolute;
    width: 245px;
    width: 2.45rem;
    left: -231px;
    left: -2.31rem;
    text-align: right;
}

.tree-dot i {
    width: 44px;
    height: 1px;
    background: #d4d6d5;
    display: block;
    width: 0.44rem;
    position: absolute;
    right: 0;
    top: 72px;
    top: 0.72rem;
}

.tree-dot b {
    width: 16px;
    height: 16px;
    display: block;
    background: url('../images/tree.png') no-repeat;
    background-size: 100%;
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    right: 0;
    top: 64px;
    top: 0.64rem;
}

.tree-dot p {
    position: absolute;
    top: 60px;
    right: 62px;
    top: 0.6rem;
    right: 0.62rem;
}

.tree-dot span {
    font-size: 24px;
    font-size: 0.24rem;
    display: block;
    float: right;
    line-height: 24px;
    line-height: 0.24rem;
}

.tree-dot small {
    font-size: 14px;
    color: #999;
    font-size: 0.14rem;
    margin-right: 12px;
    display: block;
    float: left;
}


/*节点 内容*/

.dev-text {
    padding: 32px 38px 22px;
    background: #fff;
    padding: 0.32rem 0.38rem 0.22rem;
    border-radius: 4px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.dev-text span {
    display: inline-block;
    font-size: 20px;
    font-size: 0.2rem;
    line-height: 20px;
    line-height: 0.2rem;
    border-bottom: 1px solid #d4d6d5;
    padding: 0 34px 20px 0;
    padding: 0 0.34rem 0.2rem 0;
    margin-bottom: 6px;
    margin-bottom: 0.06rem;
    display: block;
}

.dev-text p {
    font-size: 14px;
    line-height: 24px;
    font-size: 0.14rem;
    line-height: 0.24rem;
}


/*滚动条的设置*/

.mCSB_inside>.mCSB_container {
    margin: 0;
}

.mCSB_scrollTools {
    width: 0;
}


/*------------------------------------------- 发展历程 end -------------------------------------------*/


/*------------------------------------------ 荣誉证书 start ------------------------------------------*/

.hn .au-bg {
    padding: 59px 0 120px;
    padding: 0.59rem 0 1.2rem;
}

.hn .cont {
    overflow: visible;
    height: 610px;
    border-radius: 10px;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.16);
    background: #fff;
    padding-top: 60px;
    padding-top: 0.6rem;
    height: 6.1rem;
}

.pc .hn .third-nav a {
    background-color: #f3f3f3;
}

.pc .hn .third-nav .third-on a {
    background: #059ee3;
}

.hn-pic {
    width: 985px;
    height: 330px;
    height: 4.03rem;
    width: 9.85rem;
    margin: 53px auto 0;
    overflow: hidden;
    margin-top: 0.53rem;
    text-align: center
}

.hn-pic .swiper-container {
    width: 9.85px;
    height: 100%;
    width: 9.85rem;
}

.hn-pic .pic-box {
    height: 330px;
    height: 4.03rem;
    width: 229px;
    width: 2.8rem;
}

.hn-pic .pic-box img {
    width: 100%;
    max-width: none !important;
    /*height:100% !important;*/
}

.hn-prev,
.hn-next {
    width: 36px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 0.36rem;
    height: 0.7rem;
    margin-top: -0.35rem;
    z-index: 9;
}

.hn-prev {
    background: url('../images/hn-prev.png') no-repeat;
    background-size: 100%;
    left: 30px;
    left: 0.3rem;
}

.hn-next {
    background: url('../images/hn-next.png') no-repeat;
    background-size: 100%;
    right: 30px;
    right: 0.3rem;
}


/*------------------------------------------- 荣誉证书 end -------------------------------------------*/


/*------------------------------------------ 产品中心 start ------------------------------------------*/

.pro-bg {
    /*background-color:#f8f8f8; background-size:cover;*/
    padding: 60px 0;
    padding: 0.6rem 0;
    min-height: 6rem;
}

.lypro .pro-bg {
    padding: 0;
    min-height: 5.2rem;
}

.pc .pro-bg .cont {
    overflow: visible;
}

.third-nav {
    text-align: center;
    text-transform: none;
}

.third-nav ul {
    display: inline-block;
    vertical-align: top;
}

.third-nav li {
    float: left;
    border-radius: 4px;
    height: 38px;
    height: 0.38rem;
    line-height: 38px;
    line-height: 0.38rem;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 0.2rem;
}

.third-nav a {
    padding: 0 24px;
    padding: 0 0.24rem;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-size: 0.14rem;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out;
}

.pc .third-nav li:hover a,
.pc .third-on a {
    background: #059ee3;
    color: #fff;
}

.pro-cont {
    margin-top: 40px;
    margin-top: 0.2rem;
}

.pc .pro-list {
    overflow: hidden;
    width: 1248px;
    width: 12.48rem;
    margin-left: -24px;
    margin-left: -0.24rem;
}

.pro-list li {
    float: left;
    width: 384px;
    height: 330px;
    background-color: #fff;
    width: 3.84rem;
    height: 3.3rem;
    margin: 0 0 30px 24px;
    margin: 0 0 0.3rem 0.24rem
}

.pro-list a {
    display: block;
    width: 100%;
}

.pro-pic {
    width: 100%;
    height: 270px;
    height: 2.7rem;
    overflow: hidden;
}

.pro-pic .pic-box {
    width: 384px;
    height: 270px;
    width: 3.84rem;
    height: 2.7rem;
}

.pc .pro-pic img {
    transition: all 0.5s ease-in-out;
    max-width: 100%;
    height: auto;
    max-height: 270px;
}

.pro-text {
    width: 100%;
}

.pro-text .text-box {
    width: 384px;
    height: 60px;
    width: 3.84rem;
    height: 0.6rem;
}

.pro-text span {
    vertical-align: middle;
}

.pc .pro-list li:hover {
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.14);
}

.pc .pro-list li:hover img {
    transform: scale(1.1, 1.1);
}

.pc .pro-list li:hover .pro-text {
    background: #00a1e9
}

.pc .pro-list li:hover .pro-text span {
    color: #fff;
}


/* 分页按钮 */

.page_list {
    text-align: center;
    margin-top: 0.3rem;
}

.page_list a {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    border-radius: 2px;
}

.page_list a:hover {
    background: #00a1e9;
    color: #ffffff;
}

.page_list a.pnnum1 {
    background: #00a1e9;
    color: #ffffff;
}

.page_list input {
    display: inline-block;
    padding: 0 5px;
    background: #00a1e9;
    width: 40px !important;
    height: 30px !important;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 0;
}

.page_list .p_input {
    display: inline-block;
    padding: 0 5px;
    background: #ddd;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    cursor: default;
}

@media (max-width:880px) {
    .page_list a {
        margin-right: 5px;
    }
    .page_list {
        font-size: 0;
        color: #fff;
    }
    .page_list input {
        display: none !important;
    }
    .page_list a {
        font-size: 0.22rem;
        height: 0.44rem;
        line-height: 0.44rem;
    }
    .logo_desc {
        padding: 0;
    }
}

@media (max-width:767px) {
    .page_list a {
        margin-right: 5px;
    }
    .page_list {
        font-size: 0;
        color: #fff;
    }
    .page_list input {
        display: none !important;
    }
    .page_list a {
        font-size: 12px;
    }
    .logo_desc {
        padding: 0;
    }
}


/*------------------------------------------- 产品中心 end -------------------------------------------*/


/*------------------------------------------ 产品详情 start ------------------------------------------*/

.pc .proD .pro-bg {
    padding: 35px 0 40px;
    padding: 0.35rem 0 0.4rem;
}

.proD-title {
    font-size: 20px;
    font-size: 0.2rem;
    color: #333;
    margin-bottom: 40px;
    margin-bottom: 0.4rem;
    text-align: center;
}

.proD-text p {
    text-align: justify;
    font-size: 14px;
    font-size: 0.14rem;
    line-height: 30px;
    line-height: 0.3rem;
    /*text-indent: 25px; text-indent: 0.25rem;*/
}

.proD-text img {
    display: inline-block;
    height: auto !important;
    max-width: 100% !important;
}


/*------------------------------------------- 产品详情 end -------------------------------------------*/


/*------------------------------------------ 合作伙伴 start ------------------------------------------*/

.cp-bg {
    /*background: url(../images/bg_66.png) center top no-repeat;background-size:cover;*/
    background-color: #f8f8f8;
    padding: 60px 0;
    padding: 0.6rem 0;
    min-height: 6rem;
}

.pc .cp-bg .cont {
    overflow: visible;
}

.cp-list {
    width: 1240px;
    width: 12.4rem;
    margin-left: -20px;
    margin-left: -0.2rem;
    overflow: hidden;
}

.cp-list li {
    width: 285px;
    height: 140px;
    overflow: hidden;
    float: left;
    margin: 0 0 20px 20px;
    margin: 0 0 0.2rem 0.2rem;
    width: 2.85rem;
    height: 1.4rem;
    background: #fff;
    border: 1px solid #eeeeee;
}

.cp-list a {
    width: 285px;
    height: 140px;
    width: 2.85rem;
    height: 1.4rem;
    vertical-align: middle;
}

.pc .cp-list img {
    transition: all 0.3s ease-in-out;
    max-width: 100%;
    max-height: 50%;
}

.pc .cp-list li:hover {
    box-shadow: 0 14px 22px rgba(0, 0, 0, 0.15);
    border: 0;
}

.pc .cp-list a:hover img {
    transform: scale(1.1, 1.1);
}


/*------------------------------------------- 合作伙伴 end -------------------------------------------*/


/*------------------------------------------ 新闻资讯 start ------------------------------------------*/

.news-bg {
    padding: 30px 0;
    padding: 0.3rem 0;
    /*background-color:#f8f8f8;*/
    min-height: 6rem;
}

.pc .news-list {
    padding: 0;
    padding: 0;
}

.news-list li {
    border-bottom: 1px dashed #dedede;
    margin-bottom: 0.15rem;
}

.news-list li:hover {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
    border-bottom: 1px dashed #fff;
}

.news-list li:hover span a {
    color: #059ee3;
}

.news-pic {
    width: 220px;
    height: 100%;
    overflow: hidden;
    width: 2.2rem;
    margin-right: 30px;
    margin-right: 0.3rem;
    float: left;
}

.news-pic .pic-box {
    width: 220px;
    height: 140px;
    width: 2.2rem;
    height: 1.4rem;
}

.news-text {
    position: relative;
    padding: 0.2rem;
}

.pc .news-text span {
    transition: all 0.3s ease-in-out;
}

.news-text span {
    font-size: 18px;
    display: block;
    font-size: 0.17rem;
    line-height: 18px;
    line-height: 0.18rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.news-text p {
    font-size: 14px;
    color: #999;
    font-size: 0.14rem;
    line-height: 20px;
    line-height: 0.2rem;
    height: 40px;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 18px 0;
    margin: 0.18rem 0;
    width: 90%;
}

.news-text small {
    font-size: 14px;
    color: #888;
    font-size: 0.14rem;
    display: block;
    line-height: 14px;
    line-height: 0.14rem;
}

.news-text b {
    font-weight: normal;
    width: 100px;
    height: 36px;
    display: block;
    width: 1rem;
    height: 0.36rem;
    line-height: 36px;
    line-height: 0.36rem;
    text-align: center;
    position: absolute;
    right: 0.2rem;
    top: 52px;
    border: 1px solid #cccccc;
    color: #888;
    font-size: 14px;
    font-size: 0.14rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.mb .news-text b {
    font-weight: normal;
    width: 100px;
    height: 52px;
    display: block;
    width: 1.2rem;
    height: 0.52rem;
    line-height: 52px;
    line-height: 0.52rem;
    text-align: center;
    position: absolute;
    right: 0;
    top: 26px;
    border: 1px solid #cccccc;
    color: #888;
    font-size: 14px;
    font-size: 0.14rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.pc .news-list li .news-text span a:hover {
    color: #059ee3;
}

.pc .news-list li .news-text b:hover,
.news-list li:hover .news-text b {
    border: 1px solid #059ee3;
    background: #059ee3;
    color: #fff;
}

.pc .newsC .pages {
    margin-top: 50px;
    margin-top: 0.5rem;
}


/*------------------------------------------- 新闻资讯 end -------------------------------------------*/


/*------------------------------------------ 新闻资讯详情 start ------------------------------------------*/

.newsD .news-bg {
    padding: 30px 0;
    padding: 0.3rem 0;
}

.newsD-title {
    text-align: center;
    padding: 30px;
    padding: 0.1rem 0 0.3rem;
    border-bottom: 1px solid #dfdfdf;
}

.newsD-title span {
    font-size: 20px;
    font-size: 0.2rem;
    color: #333;
    display: block;
    line-height: 20px;
    line-height: 1.8em;
    margin-bottom: 20px;
    margin-bottom: 0;
}

.newsD-title h1 {
    font-size: 20px;
    font-size: 0.24rem;
    color: #333;
    display: block;
    line-height: 20px;
    line-height: 1.8em;
    margin-bottom: 20px;
    margin-bottom: 0.2rem;
    font-weight: normal;
    white-space: initial;
}

.newsD-title small {
    font-size: 14px;
    font-size: 0.14rem;
    color: #888;
    display: block;
    line-height: 14px;
    line-height: 0.14rem;
}

.proD-text {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
}

.newsD-text {
    border-bottom: 1px solid #dfdfdf;
    padding: 30px 0;
    padding: 0.3rem 0;
    font-family: Arial, "Microsoft YaHei", "黑体"!important;
}

.newsD-text table {
    font-family: Arial, "Microsoft YaHei", "黑体"!important;
}

.newsD-textimg {
    text-align: center;
}

.newsD-textimg img {
    max-width: 50%;
    height: auto;
}

@media screen and (max-width:1081px) {
    .newsD-textimg img {
        max-width: 100%;
    }
}

.newsD-text p {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-size: 0.14rem;
    line-height: 0.3rem;
    text-indent: 25px;
    text-indent: 0.25rem;
}

.newsD-bottom {
    overflow: hidden;
    margin: 30px 0 0;
    margin: 0.3rem 0 0;
}

.newsD-b-left {
    float: left;
    width: 90%;
}

.newsD-b-left p {
    font-size: 16px;
    font-size: 0.15rem;
    line-height: 0.4rem;
    line-height: 0.3rem;
    margin-bottom: 20px;
    margin-bottom: 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsD-b-left a {
    color: #666;
}

.back-list {
    display: block;
    float: right;
    margin-top: 0;
    margin-top: 0;
}

.newsD-bottom a {
    transition: all 0.3s ease-in-out;
}

.newsD-bottom a:hover {
    color: #059ee3;
}


/*------------------------------------------- 新闻资讯详情 end -------------------------------------------*/


/*------------------------------------------ 联系我们 start ------------------------------------------*/

.cu-bg {
    /*background-color: #f8f8f8;*/
    padding: 60px 0;
    padding: 0.6rem 0;
}

.cu-bg .cont {
    overflow: visible;
}

.cu-box {
    width: 100%;
    height: 540px;
    height: 5.2rem;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 10px;
    padding: 60px;
    padding: 0.6rem;
}

.cu-left {
    width: 600px;
    width: 6.2rem;
    height: 100%;
    float: left;
}

.cu-left iframe {
    max-width: 100% !important;
    max-height: 100%;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

#mapCard_style {
    border: 0 !important;
}

#mapCard_container {
    width: 100% !important;
}

#mapCard_style {
    width: 100% !important;
}

.cu-right {
    width: 420px;
    width: 5.4rem;
    float: right;
}

.cu-title {
    border-bottom: 1px solid #dedede;
    padding: 0 0 30px 0;
    padding: 0 0 0.3rem 0;
}

.cu-title span {
    font-size: 24px;
    color: #333;
    font-size: 0.24rem;
    display: block;
    line-height: 30px;
    line-height: 0.3rem;
    margin-bottom: 0;
    margin-bottom: 0;
    font-weight: bold;
}

.cu-title small {
    font-size: 16px;
    color: #999;
    font-size: 0.16rem;
    display: block;
    line-height: 16rem;
    line-height: 0.16rem;
    text-transform: none;
}

.cu-info {
    margin-top: 30px;
    margin-top: 0.3rem;
    text-transform: none;
}

.cu-info p {
    line-height: 1.8em;
}

.cu-info li {
    overflow: hidden;
    position: relative;
    padding-left: 0.3rem;
    padding-left: 0.3rem;
    line-height: 1.8em;
}

.cu-info span:first-child {
    position: absolute;
    left: 0;
}

.cu-info span {
    font-size: 15px;
    font-size: 0.15rem;
    line-height: 50px;
    line-height: 0.5rem;
}

.cu-info .cu-address {
    line-height: 30px;
    line-height: 0.3rem;
    padding-top: 10px;
    display: block;
    padding-top: 0.1rem;
}

.cu-info div {
    display: block;
    float: left;
}

.cu-info li:nth-of-type(1) {
    background: url('../images/cu5.png') left 0.05rem no-repeat;
    margin: 17px 24px 0 0;
    margin: 0.17rem 0.24rem 0 0;
}

.cu-info li:nth-of-type(2) {
    background: url('../images/cu6.png') left 0.05rem no-repeat;
    margin: 17px 24px 0 0;
    margin: 0.17rem 0.24rem 0 0;
}

.cu-info li:nth-of-type(3) {
    background: url('../images/cu3.png') left 0.05rem no-repeat;
    margin: 17px 24px 0 0;
    margin: 0.17rem 0.24rem 0 0;
}

.cu-info li:nth-of-type(4) {
    background: url('../images/cu1.png') left 0.05rem no-repeat;
    margin: 20px 25px 0 0;
    margin: 0.2rem 0.25rem 0 0;
}

.cu-info li:nth-of-type(5) {
    background: url('../images/cu2.png') left 0.05rem no-repeat;
    margin: 18px 25px 0 1px;
    margin: 0.18rem 0.25rem 0 0.01rem;
}

.cu-info li:nth-of-type(6) {
    background: url('../images/cu4.png') left 0.05rem no-repeat;
    margin: 15px 26px 0 2px;
    margin: 0.15rem 0.26rem 0 0.02rem;
}


/*------------------------------------------- 联系我们 end -------------------------------------------*/


/*------------------------------------------ 在线留言 start ------------------------------------------*/

.msg .cu-bg {
    padding: 59px 0 110px;
    padding: 0.59rem 0 1.1rem;
}

.pc .msg .cont {
    overflow: visible;
}

.msg-box {
    width: 100%;
    height: 620px;
    background: #fff;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

.msg-title {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    padding: 50px 0 47px;
    padding: 0.5rem 0 0.47rem;
}

.msg-title span {
    display: block;
    font-size: 24px;
    font-size: 0.24rem;
    text-align: center;
    line-height: 24px;
    line-height: 0.24rem;
}

.msg-form {
    margin: 73px auto 0;
    margin: 0.73rem auto 0;
    width: 454px;
    width: 4.54rem;
}

.msg-form p {
    width: 100%;
    height: 44px;
    height: 0.44rem;
    margin-top: 16px;
    margin-top: 0.16rem;
    padding-left: 84px;
    padding-left: 0.84rem;
    position: relative;
}

.msg-form .msg-ta {
    height: 130px;
    height: 1.3rem;
}

.msg-form input,
.msg-form textarea {
    width: 370px;
    height: 100%;
    width: 3.7rem;
    border: 1px solid #dedede;
    font-size: 14px;
    font-size: 0.14rem;
    resize: none;
    padding: 5px;
    padding: 0.05rem;
    color: #999;
}

.msg-form label {
    font-size: 14px;
    font-size: 0.14rem;
    display: block;
    position: absolute;
    left: 0;
    white-space: pre;
    line-height: 44px;
    line-height: 0.44rem;
}

.msg-form button {
    width: 100%;
    height: 100%;
    border: 0;
    background: #059ee3;
    border-radius: 4px;
    font-size: 14px;
    font-size: 0.14rem;
    color: #fff;
    margin-top: 3px;
    margin-top: 0.03rem;
    cursor: pointer
}

.msg-box input::-webkit-input-placeholder,
.msg-box textarea::-webkit-input-placeholder {
    color: #fff;
}


/* 使用webkit内核的浏览器 */

.msg-box input:-moz-placeholder,
.msg-box textarea:-moz-placeholder {
    color: #fff;
}


/* Firefox版本4-18 */

.msg-box input::-moz-placeholder,
.msg-box textarea::-moz-placeholder {
    color: #fff;
}


/* Firefox版本19+ */

.msg-box input:-ms-input-placeholder,
.msg-box textarea:-ms-input-placeholder {
    color: #fff;
}


/* IE浏览器 */


/*------------------------------------------- 在线留言 end -------------------------------------------*/


/*------------------------------------------ 人才招聘 start ------------------------------------------*/

.j .cu-bg {
    padding: 59px 0 95px;
    padding: 0.59rem 0 0.95rem;
}

.job {
    margin-bottom: 10px;
    margin-bottom: 0.1rem;
}

.job-title {
    overflow: hidden;
    height: 50px;
    height: 0.5rem;
    line-height: 50px;
    line-height: 0.5rem;
    color: #fff;
    font-size: 16px;
    font-size: 0.16rem;
    background: #4dbaeb;
    padding: 0 30px;
    padding: 0 0.3rem;
    border-radius: 4px;
    cursor: pointer;
}

.job-title span {
    font-weight: bold;
    margin-right: 20px;
    margin-right: 0.2rem
}

.job-title small {
    font-size: 16px;
    font-size: 0.16rem;
}

.job-left {
    float: left;
}

.job-right {
    float: right;
}

.job-title i {
    display: block;
    width: 24px;
    height: 24px;
    width: 0.24rem;
    height: 0.24rem;
    background: url('../images/hide.png') no-repeat;
    background-size: 100%;
    float: right;
    margin: 13px 0 0 43px;
    margin: 0.13rem 0 0 0.43rem;
}

.job-text {
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 23px 30px 31px;
    padding: 0.23rem 0.3rem 0.31rem;
    margin-bottom: 20px;
    margin-bottom: 0.2rem;
    display: none;
}

.job-text p {
    font-size: 14px;
    color: #999;
    font-size: 0.14rem;
    line-height: 28px;
    line-height: 0.28rem;
}

.job-on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.job-on i {
    background: url('../images/show.png') no-repeat;
    background-size: 100%;
}


/*------------------------------------------- 人才招聘 end -------------------------------------------*/


/*------------------------------------------ footer start ------------------------------------------*/

.foot-top {
    background: #decbe1;
    padding: 48px 0;
    padding: 0 0 0.4rem;
}

@media screen and (min-width:1081px) {
    .foot-top {
        overflow: hidden;
    }
}

.foot-top .normal {
    float: right;
}

.foot-top dt {
    font-size: 18px;
    font-size: 0.17rem;
    color: black;
    margin-bottom: 18px;
    margin-bottom: 0.18rem;
}

.foot-top dd a {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.foot-top a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    line-height: 0.3rem;
    color: #8b9396;
    font-size: 14px;
    font-size: 0.14rem;
    transition: all 0.3s ease-in-out;
}

.pc .foot-top a:hover {
    padding-left: 8px;
    padding-left: 0.08rem;
    color: #fff;
}

.foot-nav-list {
    width: 123px;
    width: 1.6rem;
    float: left;
    max-height: 2rem;
    overflow: hidden;
}


/*底部公司信息*/

.foot-info {
    float: left;
    width: 300px;
    width: 3rem;
    text-transform: none;
}

.foot-title span {
    font-size: 22px;
    font-size: 0.22rem;
    color: black;
    font-weight: bold;
    display: block;
    line-height: 22px;
    line-height: 0.22rem;
    white-space: nowrap;
    margin-bottom: 15p;
    margin-bottom: 0.15rem;
}

.foot-title small {
    font-size: 14px;
    font-size: 0.14rem;
    color: #fff;
    display: block;
    line-height: 14px;
    line-height: 0.14rem;
    white-space: nowrap;
}

.foot-info-cont {
    margin-top: 28px;
    margin-top: 0.28rem;
}

.foot-info-cont i {
    display: block;
    float: left;
    margin-right: 12px;
    margin-right: 0.12rem;
}

.foot-info-cont .foot-ico1 {
    width: 16px;
    height: 16px;
    background: url('../images/foot-ico1.png') no-repeat;
    background-size: 100%;
    width: 0.16rem;
    height: 0.16rem;
    margin-top: 12px;
    margin-top: 0.12rem;
}

.foot-info-cont .foot-ico2 {
    width: 15px;
    height: 10px;
    background: url('../images/foot-ico2.png') no-repeat;
    background-size: 100%;
    width: 0.15rem;
    height: 0.1rem;
    margin-top: 15px;
    margin-top: 0.15rem;
}

.foot-info-cont .foot-ico3 {
    width: 14px;
    height: 14px;
    background: url('../images/foot-ico3.png') no-repeat;
    background-size: 100%;
    width: 0.14rem;
    height: 0.14rem;
    margin: 12px 13px 0 0;
    margin: 0.12rem 0.13rem 0 0;
}

.foot-info-cont .foot-ico4 {
    width: 12px;
    height: 16px;
    background: url('../images/foot-ico4.png') no-repeat;
    background-size: 100%;
    width: 0.12rem;
    height: 0.16rem;
    margin: 11px 14px 0 1px;
    margin: 0.11rem 0.14rem 0 0.01rem;
}

.foot-info-cont span {
    font-size: 14px;
    font-size: 0.14rem;
    color: black;
    line-height: 40px;
    line-height: 0.4rem;
}

@media (max-width: 1081px) {
    .foot-info-cont .foot-ico1 {
        display: none;
    }
    .foot-info-cont .foot-ico2 {
        display: none;
    }
    .foot-info-cont .foot-ico3 {
        display: none;
    }
    .foot-info-cont .foot-ico4 {
        display: none;
    }
}


/*底部在线留言*/

.foot-msg {
    float: right;
    width: 216px;
    width: 1.8rem;
    text-align: center;
}

.foot-msg span {
    font-size: 18px;
    color: black;
    font-size: 0.17rem;
}

.foot-msg-box {
    margin-top: 20px;
    margin-top: 0.1rem;
}

.foot-msg-box p {
    width: 100%;
    height: 36px;
    height: 0.36rem;
    margin-bottom: 9px;
    margin-bottom: 0.09rem;
}

.foot-msg-box .f-ta {
    height: 70px;
    height: 0.7rem;
}

.foot-msg-box input,
.foot-msg-box textarea {
    width: 100%;
    height: 100%;
    border: 1px solid #69d1ff;
    background: none;
    font-size: 14px;
    font-size: 0.14rem;
    padding: 10px;
    padding: 0.1rem;
    color: #b6e8ff;
    resize: none;
}

.foot-msg-box input::-webkit-input-placeholder,
.foot-msg-box textarea::-webkit-input-placeholder {
    color: #b6e8ff;
}


/* 使用webkit内核的浏览器 */

.foot-msg-box input:-moz-placeholder,
.foot-msg-box textarea:-moz-placeholder {
    color: #b6e8ff;
}


/* Firefox版本4-18 */

.foot-msg-box input::-moz-placeholder,
.foot-msg-box textarea::-moz-placeholder {
    color: #b6e8ff;
}


/* Firefox版本19+ */

.foot-msg-box input:-ms-input-placeholder,
.foot-msg-box textarea:-ms-input-placeholder {
    color: #b6e8ff;
}


/* IE浏览器 */

.foot-msg-box button {
    width: 100%;
    height: 34px;
    height: 0.34rem;
    background: #fff;
    color: #00a1e9;
    font-size: 14px;
    font-size: 0.14rem;
    border: 0;
    border-radius: 4px;
    white-space: pre;
    margin-top: 4px;
    margin-top: 0.04rem;
    cursor: pointer
}

.foot-bottom {
    text-align: center;
    background: #151b1d;
    padding: 0.12rem 0;
}

.foot-bottom span {
    font-size: 14px;
    font-size: 0.14rem;
    text-transform: none;
    display: block;
    color: #f0f3f5;
}

.foot-bottom span a {
    color: #f0f3f5
}


/*------------------------------------------- footer end -------------------------------------------*/


/*------------------------------------------------------ pc端下不显示 start ------------------------------------------------------*/

.pc .mobile {
    display: none;
}


/*------------------------------------------------------- pc端下不显示 end -------------------------------------------------------*/


/*===========================// 手机模式样式 //===========================*/


/*===========================// 手机模式样式 //===========================*/

.mb {
    position: absolute;
    max-width: 640px;
    margin: 0 auto;
    overflow: hidden;
    /* position: relative; */
    transition: 0.5s;
    right: 0;
    z-index: 22;
}

.mb .cont {
    width: 100%;
    margin: 0 auto;
    font-size: 0.24rem;
    padding: 0 0.2rem;
    line-height: 0.4rem;
    text-align: justify;
}


/*--------------------------------------------- 导航栏 start -------------------------------------------*/

.mb .header {
    height: 0.9rem;
    width: 100%;
}

.mb .header .cont {
    width: 100%;
}

.mb .menu-btn {
    width: 73px;
    height: 25px;
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 105;
    border: 1px solid #cccccc;
    font-size: 15px;
    margin: 3px 0;
    background: #2e2e2e;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 25px;
}

.mb .menu-btn .pic-box {
    width: 40px;
    height: 48px;
    font-size: 0;
}

.mb .menu-btn i {
    display: inline-block;
    width: 0.36rem;
    height: 0.39rem;
    background: url('../images/menu-btn.png') no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.mb .menu-on {
    background: #0f82bf;
    border: 1px solid #0f82bf;
}

.mb .menu-on i {
    background: url('../images/menu-btn1.png') no-repeat;
    background-size: 100%;
}

.mb .menu-box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 1.16rem;
    z-index: 100;
    display: none;
}

.mb .menu-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    background: #000;
    opacity: 0.5;
}

.mb .nav-list {
    background: #24a2da;
    position: relative;
    z-index: 102;
    /*padding: 0.53rem 0 0.97rem;*/
}

.mb .nav-list li {
    font-size: 0.24rem;
    color: #fff;
    height: 0.9rem;
    border-bottom: dotted 1px #66bee5
}

.mb .nav-list li:last-child {
    border-bottom: none
}

.mb .nav-list a {
    transition: all 0s;
    text-align: center;
    line-height: 0.9rem;
    color: #fff;
}


/*---------------------------------------------- 导航栏 end --------------------------------------------*/


/*--------------------------------------------- banner start -------------------------------------------*/

.mb .banner,
.mb .banner .swiper-container {
    width: 100%;
    height: 3.1rem;
}

.mb .sec-banner {
    height: 2.3rem;
}


/*---------------------------------------------- banner end --------------------------------------------*/

.mb .newsD-b-left {
    width: 78%;
}

.mb .newsD-b-left p {
    font-size: 0.24rem
}


/*--------------------------------------------- 首页 start -------------------------------------------*/


/*三大优势*/

.mb .i-advantage {
    width: 100%;
    margin-top: -0.4rem;
}

.mb .adv-list li {
    width: 100%;
    padding-left: 0.56rem;
}

.mb .adv-pic {
    width: 1.5rem;
    height: 1.5rem;
}

.mb .adv-pic .adv-ico1 {
    width: 0.91rem;
    height: 0.66rem;
    background: url('../images/adv2.png') no-repeat;
    background-size: 100%;
}

.mb .adv-pic .adv-ico2 {
    width: 0.73rem;
    height: 0.79rem;
    background: url('../images/adv1.png') no-repeat;
    background-size: 100%;
}

.mb .adv-pic .adv-ico3 {
    width: 0.69rem;
    height: 0.69rem;
}

.mb .adv-text p {
    width: 2.83rem;
    padding-bottom: 0.15rem;
}

.mb .adv-text span {
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-bottom: 0.18rem;
}

.mb .adv-text small {
    font-size: 0.18rem;
    line-height: 0.18rem;
    white-space: nowrap;
}

@media (max-width: 350px) {
    .mb .adv-text small {
        white-space: normal;
    }
}


/*标题*/

.mb .i-title::after,
.mb .i-title::before {
    width: 2.6rem;
}


/*公司简介*/

.mb .i-au {
    padding-bottom: 0.5rem;
}

.mb .i-au-cont {
    overflow: visible;
}

.mb .i-au-left {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
}

.mb .i-au-left .pic-box {
    width: 5.8rem;
    height: 3.9rem;
}

.mb .i-au-right {
    width: 100%;
    font-size: 0.22rem;
    padding-top: 0.26rem;
}

.mb .i-au-right p {
    height: auto;
    line-height: 0.44rem;
}

.mb .read-d {
    margin: 0 auto;
    width: 1.9rem;
    height: 0.62rem;
    line-height: 0.62rem;
    margin-top: 0.16rem;
}


/*产品展示*/

.mb .i-pro {
    /*background: url('../images/mb-bg.png') center top no-repeat; background-size: auto 100%;*/
    background-color: #f8f8f8;
    border: 1px solid transparent;
    padding: 0;
}

.mb .i-pro .i-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.mb .i-pro .i-title::after,
.mb .i-pro .i-title::before {
    width: 1.62rem;
}

.mb .i-pro .cont {
    width: 100%;
}

.mb .i-pro .read-d {
    width: 2.01rem;
    border: 1px solid #cccccc;
    font-size: 0.22rem;
    margin-top: 0.48rem;
}

.mb .i-pro-list li {
    height: 2.74rem;
}

.mb .i-pro-top {
    height: 2.2rem;
}

.mb .i-pro-text {
    width: 100%;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    color: #fff;
    font-size: 0.22rem;
    background: #38b4ec;
}


/*新闻资讯*/

.mb .i-news {
    padding-bottom: 0.2rem;
}

.mb .i-news .i-title {
    margin: 0.4rem 0 0.3rem;
}

.mb .i-news-main {
    margin-top: 0.25rem;
}

.mb .i-btn-list li {
    width: 1.8rem;
    transition: all 0s;
    height: 0.62rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
}

.mb .i-news-left,
.mb .i-news-right {
    width: 100%;
}

.mb .i-news-left {
    float: none;
}

.mb .i-news-pic {
    width: 100%;
    height: 3.25rem;
}

.mb .i-news-pic .pic-box {
    width: 5.8rem;
    height: 3.25rem;
}


/*.mb .i-news-pic .pic-box img {height: 100% !important;}*/

.mb .i-news-title {
    margin: 0;
}

.mb .i-news-title span {
    float: none;
    font-size: 0.28rem;
    color: #666666;
    width: 100%;
    line-height: 0.4rem;
    margin: 0.2rem 0;
}

.mb .i-news-title small {
    float: none;
    font-size: 0.22rem;
    color: #999999;
    display: block;
    line-height: 0.2rem;
}

.mb .i-news-t {
    line-height: 0.4rem;
    font-size: 0.22rem;
    height: 1.2rem;
    margin-top: 0.16rem;
    text-align: justify;
}

.mb .i-news-right {
    margin-top: 0.18rem;
}

.mb .i-news-list a {
    padding: 0.2rem 0 0.19rem;
}

.mb .i-news-time {
    width: 1.14rem;
    height: 1.21rem;
}

.mb .i-news-time .pic-box {
    width: 1.14rem;
    height: 1.21rem;
}

.mb .i-news-time span {
    margin-bottom: 0.36rem;
}

.mb .i-news-time span::before {
    bottom: -0.19rem;
}

.mb .i-news-time small {
    font-size: 0.32rem;
    line-height: 0.4rem;
}

.mb .i-news-text2 span {
    margin: 0 0 0.2rem;
    font-size: 0.26rem;
    line-height: 0.3rem;
    transition: all 0s
}

.mb .i-news-text2 p {
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.64rem;
}

.mb .newsD-title h1 {
    font-size: 0.32rem;
    line-height: 0.4rem;
}


/*合作伙伴*/

.mb .i-coop {
    border-top: 1px solid #fff;
}

.mb .i-coop .i-title {
    margin: 0.73rem 0 0.4rem;
}


/*.mb .i-coop-cont i {width: 0.4rem; height: 0.4rem;}
.mb .i-coop-cont .swiper-cont {width: 4.6rem;}
.mb .i-coop-cont .swiper-container {width: 4.8rem;height:2.3rem;}
.mb .i-coop-cont li {width: 2.2rem; height: 1rem; margin-right: 0.2rem;}*/


/*---------------------------------------------- 首页 end --------------------------------------------*/


/*--------------------------------------------- 内页二级栏目 start -------------------------------------------*/

.mb .sec-nav {
    height: auto;
    padding: 0.12rem 0;
}

.mb .sec-nav .cont {
    width: 100%;
}

.mb .sec-nav-list {
    display: inline-block;
    vertical-align: top
}

.mb .sec-nav-list li {
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: -0.01rem;
}

.mb .sec-nav-list a {
    font-size: 0.24rem;
    height: 0.7rem;
}


/*---------------------------------------------- 内页二级栏目 end --------------------------------------------*/


/*--------------------------------------------- 关于我们 start -------------------------------------------*/

.mb .au-bg {
    /*background: url('../images/bg_73.png') center top no-repeat;*/
    background-size: 100%;
    padding: 0.2rem 0 0.2rem;
}

.mb .au-bg span {
    float: none !important;
    font-size: 0.22rem;
    line-height: 0.44rem;
}

.mb .au-bg strong {
    font-size: 0.22rem;
}

.mb .au-bg img {
    margin: 0.1rem 0;
    height: 100% !important;
}


/*---------------------------------------------- 关于我们 end --------------------------------------------*/


/*--------------------------------------------- 发展历程 start -------------------------------------------*/

.mb .au .au-bg {
    padding: 0.32rem 0;
}

.mb .dev-tree-bg {
    padding: 0;
}

.mb .tree-head {
    width: 1.2rem;
    height: 1.2rem;
}

.mb .tree-head p {
    padding-top: 0.1rem;
}

.mb .tree-head span {
    font-size: 0.4rem;
    line-height: 0.32rem;
}

.mb .tree-head small {
    font-size: 0.2rem;
    line-height: 0.18rem;
    margin-top: 0.1rem;
}

.mb .dev-cont {
    width: 100%;
    float: none;
    padding-bottom: 0.57rem;
}

.mb .dev-line {
    left: 0.51rem;
}

.mb .dev-main {
    height: 9.62rem;
    width: 100%;
}

.mb .dev-main li {
    width: 5.29rem;
    padding: 0;
    margin-top: 0.62rem;
}

.mb .dev-main li:first-child {
    margin: 0;
}

.mb .tree-dot {
    position: relative;
    left: 0;
    width: auto;
    margin-bottom: 0.22rem;
}

.mb .tree-dot span {
    text-align: left;
    font-size: 0.26rem;
    line-height: 0.26rem;
    padding-left: 0.42rem;
}

.mb .tree-dot i {
    width: 0.36rem;
    left: 0;
    top: 0.14rem;
}

.mb .tree-dot b {
    left: -0.02rem;
    top: 0.06rem;
}

.mb .dev-text {
    width: 4.89rem;
    float: right;
    padding: 0.26rem 0.37rem;
}

.mb .dev-text span {
    font-size: 0.24rem;
    line-height: 0.32rem;
    padding: 0;
    padding-bottom: 0.26rem;
    margin-bottom: 0.11rem;
}

.mb .dev-text p {
    font-size: 0.2rem;
    line-height: 0.34rem;
}


/*---------------------------------------------- 发展历程 end --------------------------------------------*/


/*--------------------------------------------- 荣誉证书 start -------------------------------------------*/

.mb .hn .au-bg {
    padding: 0.3rem 0 0.7rem;
}

.mb .hn .cont {
    background: none;
    box-shadow: none;
    height: auto;
    padding: 0;
}

.mb .hn-pic {
    width: 100%;
    height: 4.3rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.16);
    margin-top: 0.3rem;
    position: relative;
    padding-top: 0.13rem;
}

.mb .third-nav span {
    color: #fff;
}

.mb .hn .swiper-container {
    /*width: 4.75rem;*/
    height: 4.03rem;
    width: 2.8rem;
}

.mb .hn-prev {
    left: 0;
}

.mb .hn-next {
    right: 0;
}

.mb .hn img {
    margin: 0;
}


/*---------------------------------------------- 荣誉证书 end --------------------------------------------*/


/*--------------------------------------------- 产品中心 start -------------------------------------------*/

.mb .proC {
    padding: 40px 0 40px;
}

.mb .proC.lypro {
    padding: 0;
}

.mb .pro-bg {
    /*background: url('../images/bg_68.png') center top no-repeat; background-size: 100%;*/
    padding: 0 0 0;
}

.mb .third-nav {
    position: relative;
}

.mb .third-nav-on {
    width: 100%;
    height: 0.64rem;
    background: #059ee2;
    border-radius: 4px;
    line-height: 0.64rem;
    color: #fff;
    position: relative;
    font-size: 0.22rem;
}

.mb .third-nav-on i {
    display: block;
    width: 0.23rem;
    height: 0.13rem;
    background: url('../images/sdown.png') no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0.27rem;
    top: 0.26rem;
}

.mb .third-nav ul {
    display: block;
    border-radius: 4px;
    background: #008ece;
    position: absolute;
    width: 100%;
    z-index: 100;
    display: none;
}

.mb .third-nav li {
    float: none;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 0.74rem;
    border-top: 1px solid #00a1e9;
}

.mb .third-nav li:first-child {
    border: 0;
}

.mb .third-nav a {
    line-height: 0.74rem;
    font-size: 0.22rem;
    background: none;
    color: #fff;
}


/*产品列表*/

.mb .pro-cont {
    overflow: hidden;
    margin-top: 0.3rem;
}

.mb .pro-list {
    overflow: hidden;
    width: 6rem;
}

.mb .pro-list li {
    width: 2.8rem;
    height: 2.6rem;
    margin: 0;
    margin: 0 0.2rem 0.2rem 0;
}

.mb .pro-pic {
    height: 1.96rem;
}

.mb .pro-pic .pic-box {
    width: 2.8rem;
    height: 1.96rem;
}

.mb .pro-pic .pic-box img {
    max-width: 100%;
    max-height: 100%;
}

.mb .click-more {
    margin-top: 0.1rem;
}

.mb .click-more i {
    width: 1.34rem;
    height: 0.25rem;
    display: block;
    background: url('../images/click-more.png') no-repeat;
    background-size: 100%;
    margin: 0 auto;
}


/*---------------------------------------------- 产品中心 end --------------------------------------------*/


/*--------------------------------------------- 产品详情 start -------------------------------------------*/

.mb .proD .pro-bg {
    padding: 0.2rem 0 0.7rem;
}

.mb .proD-title {
    font-size: 0.24rem;
    line-height: 0.3rem;
    padding: 0 0.3rem;
    margin-bottom: 0.3rem;
}

.mb .proD-text p {
    font-size: 0.22rem;
    line-height: 0.4rem;
}


/*---------------------------------------------- 产品详情 end --------------------------------------------*/


/*--------------------------------------------- 合作伙伴 start -------------------------------------------*/

.mb .cp-bg {
    background: url('../images/bg_78.png') center top no-repeat;
    background-size: 100%;
    padding: 0.4rem 0;
}

.mb .cp-list {
    width: 6rem;
    margin: 0
}

.mb .cp-list li {
    width: 2.8rem;
    margin: 0;
    margin: 0 0.2rem 0.2rem 0;
}

.mb .cp-list a {
    width: 2.8rem;
}

.mb .cp-list li a img {
    height: auto !important;
}

@media screen and (max-width:1080px) {
    .mb .cp-list li a img {
        height: 80px !important;
    }
}


/*---------------------------------------------- 合作伙伴 end --------------------------------------------*/


/*--------------------------------------------- 新闻资讯 start -------------------------------------------*/

.mb .news-bg {
    padding: 0.17rem 0 0.46rem;
}

.mb .news-list {
    margin-bottom: 0.2rem;
}

.mb .news-list li {
    height: auto;
    padding: 0.2rem 0.2rem;
    margin: 0;
}

.mb .news-text {
    padding: 0;
}

.mb .news-text span {
    font-size: 0.24rem;
    line-height: 0.24rem;
}

.mb .news-text p {
    font-size: 0.2rem;
    height: auto;
    line-height: 0.32rem;
    margin: 0.17rem 0;
    height: 0.62rem;
    width: 76%;
}

.mb .news-text small {
    font-size: 0.2rem;
    line-height: 0.2rem;
}


/*---------------------------------------------- 新闻资讯 end --------------------------------------------*/


/*--------------------------------------------- 新闻资讯详情 start -------------------------------------------*/

.mb .newsD .news-bg {
    padding: 0.3rem 0 0.67rem;
}

.mb .newsD-title {
    padding: 0.18rem 0.3rem 0.26rem;
}

.mb .newsD-title span {
    font-size: 0.24rem;
    line-height: 0.38rem;
    margin-bottom: 0.15rem;
}

.mb .newsD-title small {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

.mb .newsD-text {
    padding: 0.3rem 0;
}

.mb .newsD-text img {
    height: auto !important;
}

.mb .newsD-text p {
    font-size: 0.22rem;
    line-height: 0.4rem;
}


/*---------------------------------------------- 新闻资讯详情 end --------------------------------------------*/


/*-------------------------------------------- 联系我们 start ------------------------------------------*/

.mb .cu-bg {
    padding: 0.57rem 0 0.7rem;
    background: url('../images/bg_45.png') center top no-repeat;
    background-size: 100%;
}

.mb .cu-box {
    width: 100%;
    height: auto;
    padding: 0.3rem;
    overflow: hidden;
}

.mb .cu-left {
    float: none;
    width: 100%;
}

.mb .cu-right {
    float: none;
    width: 100%;
    margin-bottom: 0.23rem;
}

.mb .cu-title {
    padding: 0.23rem 0 0.19rem;
}

.mb .cu-title span {
    font-size: 0.26rem;
    line-height: 0.26rem;
    margin-bottom: 0.14rem;
}

.mb .cu-title small {
    font-size: 0.2rem;
    line-height: 0.2rem;
}

.mb .cu-info li {
    padding-left: 0.5rem;
}

.mb .cu-info span {
    line-height: 0.5rem;
    font-size: 0.22rem;
}

.mb .cu-info .cu-address {
    line-height: 0.3rem;
    padding-top: 0.11rem;
}

.mb .cu-info .cu1 {
    width: 0.24rem;
    height: 0.25rem;
    margin: 0.12rem 0.18rem 0 0;
}

.mb .cu-info .cu2 {
    width: 0.23rem;
    height: 0.16rem;
    margin: 0.17rem 0.19rem 0 0;
}

.mb .cu-info .cu3 {
    width: 0.22rem;
    height: 0.22rem;
    margin: 0.14rem 0.19rem 0 0;
}

.mb .cu-info .cu4 {
    width: 0.2rem;
    height: 0.26rem;
    margin: 0.12rem 0.2rem 0 0;
}


/*--------------------------------------------- 联系我们 end -------------------------------------------*/


/*--------------------------------------------- 在线留言 start -------------------------------------------*/

.mb .msg .cu-bg {
    padding: 0.42rem 0 0.7rem;
}

.mb .msg-box {
    height: 5.9rem;
}

.mb .msg-title {
    padding: 0.51rem 0 0.49rem;
}

.mb .msg-title span {
    font-size: 0.28rem;
    line-height: 0.28rem;
}

.mb .msg-form {
    margin-top: 0.5rem;
    width: 4.8rem;
}

.mb .msg-form p {
    padding: 0;
    height: 0.6rem;
}

.mb .msg-form .msg-ta {
    height: 1.3rem;
}

.mb .msg-form input,
.mb .msg-form textarea {
    width: 100%;
    font-size: 0.22rem;
    color: #999;
    padding: 0.1rem;
}

.mb .msg-form button {
    height: 0.6rem;
    font-size: 0.22rem;
}

.mb .msg-box input::-webkit-input-placeholder,
.mb .msg-box textarea::-webkit-input-placeholder {
    color: #999;
}


/* 使用webkit内核的浏览器 */

.mb .msg-box input:-moz-placeholder,
.mb .msg-box textarea:-moz-placeholder {
    color: #999;
}


/* Firefox版本4-18 */

.mb .msg-box input::-moz-placeholder,
.mb .msg-box textarea::-moz-placeholder {
    color: #999;
}


/* Firefox版本19+ */

.mb .msg-box input:-ms-input-placeholder,
.mb .msg-box textarea:-ms-input-placeholder {
    color: #999;
}


/* IE浏览器 */


/*---------------------------------------------- 在线留言 end --------------------------------------------*/


/*--------------------------------------------- 人才招聘 start -------------------------------------------*/

.mb .j .cu-bg {
    padding: 0.34rem 0 0.4rem
}

.mb .job {
    margin-bottom: 0.2rem;
}

.mb .job-title {
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.22rem;
    padding: 0 0.2rem;
}

.mb .job-title span,
.mb .job-title b {
    font-weight: normal;
}

.mb .job-title span {
    margin-right: 0.25rem
}

.mb .job-title small {
    font-size: 0.2rem;
}

.mb .job-title i {
    margin: 0.17rem 0 0 0.22rem;
    width: 0.3rem;
    height: 0.3rem;
}

.mb .job-text {
    padding: 0.26rem 0.16rem 0.3rem;
    margin: 0;
}

.mb .job-text p {
    font-size: 0.2rem;
    line-height: 0.38rem;
}

.mb .job-text span {
    font-size: 0.2rem !important;
}


/*---------------------------------------------- 人才招聘 end --------------------------------------------*/


/*--------------------------------------------- footer start -------------------------------------------*/

.mb .foot-top {
    height: auto;
    padding: 0;
    padding: 0 0 0.3rem;
}

.mb .foot-top .mobile {
    width: 100%;
    float: none;
}

.mb .foot-top .mobile li {
    width: 100%;
    /*height: 0.7rem;*/
    border-bottom: 1px solid #92d8f7;
    background: #25b1ef;
}

.mb .foot-top .mobile a {
    font-size: 0.24rem;
    line-height: 0.7rem;
    padding: 0 0.3rem;
    color: #fff;
}

.mb .foot-top .mobile i {
    display: block;
    float: right;
    width: 0.13rem;
    height: 0.24rem;
    background: url('../images/foot-nav-r.png') no-repeat;
    background-size: 100%;
    margin: 0.23rem -0.02rem 0 0;
}

.mb .foot-info {
    width: 100%;
    float: none;
    padding-top: 0.4rem;
    text-align: center;
}

.mb .foot-title span {
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}

.mb .foot-title small {
    font-size: 0.2rem;
}

.mb .foot-info-cont {
    margin: 0.25rem 0;
}

.mb .foot-info-cont span {
    line-height: 0.6rem;
    font-size: 0.22rem;
}

.mb .foot-info-cont span a {
    line-height: 0.6rem;
    font-size: 0.22rem;
}

.mb .foot-info-cont .foot-ico1 {
    width: 0.22rem;
    height: 0.23rem;
    margin: 0.18rem 0.22rem 0 0;
}

.mb .foot-info-cont .foot-ico2 {
    width: 0.21rem;
    height: 0.15rem;
    margin: 0.23rem 0.22rem 0 0.01rem;
}

.mb .foot-info-cont .foot-ico3 {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0.2rem 0.23rem 0 0.01rem;
}

.mb .foot-info-cont .foot-ico4 {
    width: 0.18rem;
    height: 0.23rem;
    margin: 0.18rem 0.24rem 0 0.02rem;
}

.mb .foot-info-cont .foot-address {
    line-height: 0.4rem;
    padding: 0;
    padding-top: 0.11rem;
}

.mb .foot-msg {
    width: 100%;
    float: none;
}

.mb .foot-msg span {
    font-size: 0.26rem;
}

.mb .foot-msg-box {
    margin-top: 0.15rem;
}

.mb .foot-msg-box input,
.mb .foot-msg-box textarea {
    font-size: 0.22rem;
}

.mb .foot-msg-box input {
    padding-left: 0.23rem;
}

.mb .foot-msg-box textarea {
    padding: 0.14rem 0 0 0.23rem;
}

.mb .foot-msg-box p {
    height: 0.6rem;
    margin-bottom: 0.2rem;
}

.mb .foot-msg-box .f-ta {
    height: 0.6rem;
}

.mb .foot-msg-box button {
    height: 0.66rem;
    margin: 0;
    font-size: 0.22rem;
}

.mb .foot-bottom {
    height: initial;
    line-height: normal;
    line-height: 0.4rem;
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
}

.mb .foot-bottom span {
    font-size: 0.2rem;
}


/*底部导航栏修改*/

.mb .foot-top .mobile li {
    height: auto;
    border: 0;
}

.mb .foot-top .mobile a {
    height: 0.7rem;
    border-bottom: 1px solid #92d8f7;
}

.mb .foot-sec-nav {
    display: none;
}

.mb .foot-list .foot-sec-nav a {
    background: #1495cf;
    padding: 0 0.5rem;
}

.mb .foot-list>li i {
    transition: all 0.3s ease-in-out;
}


/* 按钮旋转 */

.round1 {
    transform: rotate(90deg);
}


/*---------------------------------------------- footer end --------------------------------------------*/

.ly_msg ul li a img {
    height: 100% !important;
}


/**手机端漂浮电话**/

@media screen and (min-width:1081px) {
    .pf_tel {
        display: none;
    }
}

@media screen and (max-width:1300px) and (min-width:1081px) {
    .cu-right {
        width: 3.7rem;
    }
}

@media screen and (max-width:1080px) {
    .pf_tel {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0;
        position: fixed;
        right: 0.12rem;
        bottom: 10%;
        z-index: 100;
    }
    .pf_tel a {
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        margin: 0;
        padding: 0.2rem;
        border-radius: 50%;
        background-color: #ff7200;
        box-shadow: 0 0 0.16rem rgba(255, 114, 0, 0.4);
    }
    .pf_tel a img {
        display: block !important;
        width: 0.4rem!important;
        height: 0.4rem!important;
        margin: 0 auto;
        padding: 0;
    }
    .to_top {
        margin-top: 10px !important;
        background: #666 !important;
    }
    .ly_show .show_list22 {
        width: 100%;
    }
    .foot-top .normal {
        display: none;
    }
    .content .i-advantage {
        display: none;
    }
    .i-au-right {
        width: 5.8rem;
    }
    .foot-msg {
        width: 2.8rem;
    }
    .news-text p {
        line-height: 0.25rem;
        height: 0.45rem;
    }
    .cu-right {
        width: 100%;
    }
    .cu-box {
        height: auto !important;
        overflow: hidden;
    }
    .mb {
        max-width: 100%;
    }
    .sec-nav {
        height: auto;
        line-height: 0.48rem
    }
    .pc .lypos {
        line-height: 0.48rem;
        font-size: 0.2rem;
    }
    .cu-info li {
        font-size: 0.2rem;
    }
    .foot-info-cont span {
        font-size: 0.2rem;
    }
    .foot-bottom span {
        font-size: 0.2rem;
    }
    .nav-list a {
        font-size: 0.2rem;
    }
    .mb .i-pro {
        padding: 0.4rem 0 0;
    }
    .show_list ul li {
        margin: 0 0 0.2rem 0;
    }
    .show_pro_img span {
        height: 1.77rem;
    }
    .mb .i-au {
        padding: 0.2rem 0;
    }
    .i-title span {
        font-size: 0.32rem;
    }
    .mb .i-title::after,
    .mb .i-title::before {
        width: 3.6rem;
    }
    .mb .i-au-left {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .mb .i-au-left .pic-box {
        display: block;
        width: 100%;
        height: auto;
    }
    .i-news-list li {
        padding: 0.2rem 0.2rem 0.2rem 1.4rem;
    }
    .mb .i-news-time {
        width: 1.0rem;
        height: 0.8rem;
        margin: 0;
        background: #d20324;
        color: #fff;
        position: absolute;
        left: 0.2rem;
        top: 0.2rem;
    }
    .mb .i-news-time .pic-box {
        width: 1.0rem;
        height: 0.8rem;
    }
    .mb .i-news-time span {
        margin-bottom: 0.16rem;
        padding-top: 0.1rem;
    }
    .mb .i-news-time span::before {
        bottom: -0.06rem;
    }
    .mb .i-news-time small {
        font-size: 0.28rem;
        line-height: 0.32rem;
    }
    .mb .i-news {
        padding: 0;
    }
    .i-news-text2 {
        width: 100%;
        height: 0.8rem;
    }
    .mb .i-news-text2 span {
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.18rem;
        margin-bottom: 0.06rem;
    }
    .mb .i-news-list a {
        padding: 0;
    }
    .mb .i-news-text2 p {
        height: 0.44rem;
        line-height: 0.22rem;
        font-size: 0.15rem;
    }
    .link .link_con {
        padding: 0.4rem 0.2rem;
    }
    .link .link_con span {
        margin: 0 auto 0.2rem;
    }
    .link .link_con p {
        font-size: 0.18rem;
    }
}

@media screen and (max-width:880px) {
    .mb .i-au-left .pic-box {
        width: 100%;
        display: block;
    }
    .mb .i-au {
        padding: 0.2rem 0;
    }
    .mb .header {
        height: 0.7rem;
    }
    .i-news-list li {
        width: 100%;
        margin-right: 0;
        padding: 0.2rem 0.2rem 0.2rem 1.8rem;
        height: 100%;
        float: inherit;
    }
    .mb .i-news-right {
        margin-top: 0;
    }
    .mb .i-news-text2 span {
        margin: 0 0 0.1rem;
        height: 0.32rem;
        line-height: 0.32rem;
        font-size: 0.24rem;
    }
    .i-news-text2 {
        width: 100%;
        height: auto;
    }
    .i-news-time {
        width: 14%;
        margin-right: 2%;
    }
    .mb .i-news-time {
        width: 20%;
        margin-right: 2%;
    }
    .mb .i-news-time {
        width: 1.4rem;
        height: 1.04rem;
        left: 0.2rem;
        top: 0.2rem;
        margin: 0;
    }
    .mb .i-news-time .pic-box {
        width: 1.4rem;
        height: 1.04rem;
    }
    .mb .i-news-time span {
        margin-bottom: 0.1rem;
        font-size: 0.22rem;
        line-height: 0.32rem;
    }
    .mb .i-news-time span::before {
        bottom: -0.06rem;
    }
    .mb .menu-btn .pic-box {
        height: 57px;
    }
    .mb .menu-btn i {
        width: 0.26rem;
    }
    .mb .cu-left {
        text-align: center;
    }
    .cu-left iframe {
        display: inline-block;
    }
    .i-news-text2 p {}
    .i-title span {
        font-size: 0.32rem;
    }
    .mb .i-title::after,
    .mb .i-title::before {
        width: 2.6rem;
    }
    .mb .i-pro .i-title::after,
    .mb .i-pro .i-title::before {
        width: 2.6rem;
    }
    .i-title small {
        font-size: 0.18rem;
    }
    .show_list .productlist li {
        width: 32%;
        margin: 0 1% 10px 0;
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    #pc {
        display: none;
    }
    .ly_msg ul li h4 {
        width: 26% !important;
    }
    .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara,
    .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }
    .ly_top .top_main {
        width: 100%;
    }
    .mb .header {
        width: 100%;
        margin: 0 auto 0.2rem;
    }
    .logo_desc {
        border-radius: 0;
    }
    .mb .proC.lypro {
        padding: 0 0 20px;
    }
    .mb .foot-bottom .cont {
        text-align: center;
    }
    .mb .menu-box {
        top: 0.95rem;
        width: 104%;
        left: -2%;
    }
    .mb .proC .mb .news-bg {
        padding: 0 0 0;
    }
    .cu-left iframe {
        margin-top: -30px;
    }
    .mb .cu-left {
        overflow: hidden;
        border-top: 1px solid #c7c7c7;
    }
    .mb .menu-btn .pic-box {
        height: 51px;
    }
    .menu-box {
        display: none;
    }
    .mb .i-btn-list li {
        font-size: 0.24rem;
    }
    .mb .i-news-time span {
        margin-bottom: 10px;
    }
    .pc .lypos {
        font-size: 0.23rem;
    }
    .cu-info li {
        font-size: 0.23rem;
    }
    .foot-info-cont span {
        font-size: 0.23rem;
    }
    .foot-bottom span {
        font-size: 0.23rem;
    }
    .nav-list a {
        font-size: 0.23rem;
    }
    .mb .i-au-right {
        font-size: 0.24rem;
    }
    .mb .news-text p {
        font-size: 0.23rem;
    }
    .mb .news-text small {
        font-size: 0.23rem;
    }
    .mb .i-title::after,
    .mb .i-title::before {
        width: 2.0rem;
    }
    .mb .i-pro .i-title::after,
    .mb .i-pro .i-title::before {
        width: 2.0rem;
    }
    .mb .i-news {
        padding: 0 0 0.4rem;
    }
    .mb .menu-btn {
        top: 0.2rem;
        right: 0.2rem;
    }
    .cu-box {
        padding: 0.2rem;
    }
    .cu-left {
        width: 100%;
    }
}

@media screen and (max-width:375px) {
    .ly_msg ul li h4 {
        width: 30% !important;
    }
    .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara,
    .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }
}


/*苹果手机按钮去样式*/

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input {
    border-radius: 0;
}


/*悬浮链接*/

.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px 0 5px;
    background-color: #d20324;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    font-size: 0;
}

.suspension .a.active,
.suspension .a:hover {
    background: #d20324;
}

.suspension .a .i {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url(../images/side_icon.png);
    background-repeat: no-repeat;
}

.suspension .a-service .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.suspension .a span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 4px;
}

.suspension .a-service-phone .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/suspension-bg.png);
    background-repeat: no-repeat;
    background-position: -27px 0;
}

.suspension .a-qrcode .i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -56px -12px;
}

.suspension .a-cart .i {
    background-position: -88px 0;
}

.suspension .a-top .i {
    background-position: -132px 0;
}

.suspension .a-top {
    background: #d20324;
    display: none;
}

.suspension .a-top:hover {
    background: #d20324;
}

.suspension .d {
    display: none;
    width: 240px;
    background: #fff;
    position: absolute;
    right: 67px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../images/side_bg_arrow.png) no-repeat;
    right: -8px;
    top: 31px;
}

.qrcode-img img {
    width: 150px;
    margin: 0 auto;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 50px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px;
}

.suspension .d-service-item {
    padding: 4px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon02.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item p {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service .d-service-item p {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    background: url(../images/side_con_icon01.png) no-repeat center center;
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
    width: 160px;
}

.suspension .d-qrcode .inner-box {
    padding: 10px 0;
}

.suspension .d-qrcode p {
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}

@media screen and (max-width:1080px) {
    .suspension {
        display: none;
    }
}

.more {
    overflow: hidden;
    margin: 0;
    padding: 12px 0;
    padding: 0.12rem 0;
    text-align: center;
}

.more .a1 {
    display: inline-block;
    width: 1rem;
    height: 32px;
    height: 0.32rem;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    background-color: #d20324;
    border: 1px solid #d20324;
    margin: 0 8px;
    margin: 0 0.08rem;
}

.more .a1:hover {
    background-color: #fff;
    color: #d20324;
}

.more .a2 {
    display: inline-block;
    width: 1rem;
    height: 32px;
    height: 0.32rem;
    line-height: 30px;
    line-height: 0.3rem;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-size: 14px;
    font-size: 0.14rem;
    border: 1px solid #666;
    margin: 0 8px;
    margin: 0 0.08rem;
}

.more .a2:hover {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}

@media screen and (max-width:1080px) {
    .more {
        overflow: hidden;
        margin: 0;
        padding: 12px 0;
        padding: 0.12rem 0;
        text-align: center;
    }
    .more .a1 {
        display: inline-block;
        width: 1.2rem;
        height: 44px;
        height: 0.44rem;
        line-height: 42px;
        line-height: 0.42rem;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-size: 0.14rem;
        background-color: #02b2b5;
        border: 1px solid #02b2b5;
        margin: 0 4px;
        margin: 0 0.04rem;
    }
    .more .a1:hover {
        background-color: #fff;
        color: #02b2b5;
    }
    .more .a2 {
        display: inline-block;
        width: 1.2rem;
        height: 44px;
        height: 0.44rem;
        line-height: 42px;
        line-height: 0.42rem;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-size: 0.14rem;
        background-color: #666;
        border: 1px solid #666;
        margin: 0 4px;
        margin: 0 0.04rem;
    }
    .more .a2:hover {
        background-color: #333;
        border: 1px solid #333;
        color: #fff;
    }
}

@media screen and (max-width:880px) {
    .more .a1 {
        font-size: 0.23rem;
    }
    .more .a2 {
        font-size: 0.23rem;
    }
}

.proshow1 {
    position: relative;
    padding: 30px 0;
    padding: 0.3rem 0;
}

.proshow1 .pro_name {
    line-height: 32px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
}

.proshow1 .js-silder {
    float: left;
    width: 45%;
    margin-top: 0 !important;
    background-color: #fff;
}

.proshow1 .js-silder .silder-main-img {
    width: 100%;
    text-align: center;
    height: 400px;
}

.proshow1 .js-silder .silder-main-img img {
    max-width: 80% !important;
    max-height: 100%;
    vertical-align: middle
}

.proshow1 .js-silder .silder-main-img .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.proshow1 .prodesc p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.proshow1 .prodesc {
    float: right;
    width: 51%;
}

.proshow1 .prodesc p.desc {
    height: 144px;
    overflow: hidden;
    color: #999;
    margin: 0;
}

.proshow1 .pro_btn {
    padding-top: 47px;
    overflow: hidden;
}

.proshow1 .pro_btn1 {
    display: block;
    width: 40%;
    margin-right: 20px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #02b2b5;
    float: left;
    border: 1px solid #fff;
}

.proshow1 .pro_btn2 {
    display: block;
    width: 50%;
    margin-right: 0;
    height: 55px;
    line-height: 53px;
    text-align: center;
    font-size: 16px;
    background: #7b7b7b;
    color: #fff;
    float: left;
    border: 1px solid #fff;
}

.proshow1 .pro_btn2 em {}

.proshow1 .pro_btn1:hover {
    background: #fff;
    border: 1px solid #02b2b5;
    color: #02b2b5;
}

.proshow1 .pro_btn2:hover {
    background: #fff;
    border: 1px solid #7b7b7b;
    color: #7b7b7b;
}

.tags_title {
    border-bottom: 1px solid #dfdfdf;
    margin: 0 0 30px;
    margin: 0 0 0.3rem;
}

.tags_title span {
    display: block;
    width: 120px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin-bottom: -1px;
    background-color: #d20324;
    margin-left: 0;
    border-bottom: 1px solid #d20324;
}

@media screen and (max-width:1080px) {
    .proshow1 {
        padding-top: 0;
    }
    .proshow1 .pro_name {
        line-height: 0.4rem;
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .proshow1 .js-silder .silder-main-img {
        height: 300px;
    }
    .proshow1 .js-silder {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .proshow1 .prodesc {
        float: none;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 15px;
    }
    .proshow1 .prodesc p {
        margin: 0;
    }
    .proshow1 .prodesc p.desc {
        height: 96px;
    }
    .proshow1 .pro_btn {
        padding-top: 15px;
    }
    .proshow1 .pro_btn1 {
        height: 44px;
        line-height: 42px;
        margin-bottom: 0.2rem;
        width: 100%;
    }
    .proshow1 .pro_btn2 {
        height: 44px;
        line-height: 42px;
        width: 100%;
    }
    .proshow1 .pro_btn2 em {}
    .tags_title span {
        font-size: 0.28rem;
        height: 40px;
        line-height: 40px;
    }
}

@media screen and (max-width:880px) {
    .tags_title span {
        font-size: 0.18rem;
    }
}


/*留言*/

#nr_textbox .ly_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

#nr_textbox .ly_msg h3 {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: block !important;
}

#nr_textbox .ly_msg ul {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
    /* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/
}

#nr_textbox .ly_msg ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

#nr_textbox .ly_msg ul li h4 {
    width: 17%;
    height: 34px;
    overflow: hidden;
    line-height: 34px;
    margin: 0;
    padding: 0 20px 0 0;
    color: #333;
    font-size: 14px;
    text-align: right;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nr_textbox .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(../images/tb_img.png) top right no-repeat;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nr_textbox .ly_msg ul li .msg_ipt1 {
    height: 34px;
}

#nr_textbox .ly_msg ul li .msg_tara {
    height: 118px;
}

#nr_textbox .msg_ipt1 input,
.msg_tara textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nr_textbox .msg_ipt1 input {
    height: 34px;
    line-height: 16px;
}

#nr_textbox .msg_tara textarea {
    height: 118px;
    line-height: 20px;
    resize: none;
}

#nr_textbox .ly_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

#nr_textbox .msg_ipt2 input {
    display: block;
    width: 120px;
    height: 34px;
    overflow: hidden;
    line-height: 16px;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nr_textbox .ly_msg ul li a.yzm_img {
    display: block;
    width: 90px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(../images/tb_img.png) top right no-repeat;
    float: left;
}

#nr_textbox .ly_msg ul li .msg_btn {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

#nr_textbox .msg_btn input {
    display: block;
    width: 100px;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 20px 15px 0 0;
    padding: 0;
    background-color: #4a4a4a;
    color: #fff;
    font-size: 13px;
    text-align: center;
    border: 0;
    float: left;
}

#nr_textbox .ly_msg ul li .msg_ipt12 {
    width: 83%;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#nr_textbox .msg_ipt12 input {
    height: 34px;
    line-height: 16px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ly_msg h3 {
    display: none;
}

#nr_textbox .ly_msg ul li h4 {
    width: 10%;
    height: 45px;
    font-size: 14px;
}

#nr_textbox .ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 90%;
}

#nr_textbox .ly_msg ul li .msg_ipt1 {
    height: 47px;
}

#nr_textbox .msg_ipt1 input {
    height: 45px;
    line-height: 45px;
}

#nr_textbox .ly_msg ul li .msg_ipt12 {
    height: 45px !important;
}

#nr_textbox .msg_ipt12 input {
    height: 45px;
}

#nr_textbox .ly_msg ul li .msg_ipt1 select {
    height: 45px !important;
}

#nr_textbox input {
    border-radius: 2px;
    background: #fff;
}

#nr_textbox textarea {
    border-radius: 2px;
    background: #fff;
}

#nr_textbox select {
    border-radius: 2px;
    background: #fff;
    outline: none;
    text-indent: 10px;
}

#nr_textbox input:focus,
#nr_textbox textarea:focus {
    border: 1px solid #dedede !important;
}

#nr_textbox .ly_msg ul li a.yzm_img img {
    height: 100% !important;
}

#nr_textbox .msg_btn input {
    width: 150px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

#nr_textbox .msg_btn input:first-child {
    background: #d20324;
    color: #fff;
}

#nr_textbox .msg_ipt2 input {
    height: 45px;
}

#nr_textbox .ly_msg ul li .msg_ipt2 {
    height: 45px;
}

@media (max-width:767px) {
    .ly_msg ul li h4 {
        display: none;
    }
    #nr_textbox .ly_msg ul li div {}
    #nr_textbox .ly_msg ul li .msg_ipt1,
    .ly_msg ul li .msg_tara {
        width: 100% !important;
    }
    #nr_textbox .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }
    .ly_msg ul li div.msg_ipt2 {
        width: 37% !important;
    }
    .ly_msg ul li span {
        display: none;
    }
    .ly_msg {
        margin: 0 auto 0 !important;
    }
    #nr_textbox .msg_btn input {
        width: 49%;
        margin-right: 0;
    }
    #nr_textbox .msg_btn input:first-child {
        margin-right: 2%;
    }
    #nr_textbox .msg_ipt12 input {
        width: 100%;
    }
    .more .a1 {
        font-size: 0.22rem;
        line-height: 0.44rem;
    }
    .more .a2 {
        font-size: 0.22rem;
        line-height: 0.44rem;
    }
    .tags_title span {
        font-size: 0.28rem;
    }
    .newsD-b-left p {
        margin-bottom: 0.3rem;
    }
    .mb .news-text span {
        line-height: 0.29rem;
    }
    .mb .news-text b {
        font-size: 0.22rem;
    }
    .mb .proC {
        padding: 20px 0 20px;
    }
}


/**产品详细介绍**/

.tjpro_tit {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 24px;
    margin: 0 auto 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.ny_main {
    padding-top: 40px;
}

.prodetail_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.prodetail_con .prodetail_tit {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 24px;
    margin: 0 auto 40px;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
}

.prodetail_con .pro_xxjs {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
    padding: 0;
}

.pro_xxjs b {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 0;
}

.pro_xxjs p,
.pro_xxjs div {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    text-align: justify;
    text-indent: 2em;
    margin: 0 auto;
    padding: 0;
}

.pro_xxjs img {
    display: inline-block;
    max-width: 100%;
    margin: 10px auto;
    padding: 0;
}


/**prodetail**/

.pro_detail_main {
    width: 100%;
    height: auto;
    margin: 20px auto 40px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.pro_detail_main .pro_detail_img {
    width: 480px;
    height: 480px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    float: left;
}

.pro_detail_img .pro_detail_img_main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.pro_detail_img_main img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pro_detail_main .pro_detail_text {
    width: 53%;
    min-height: 437px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 80px;
    float: right;
    position: relative;
}

.pro_detail_text h1 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #d20324;
    font-size: 30px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms {
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin: 20px auto;
    padding: 20px;
    background: #f5f5f5;
    box-sizing: border-box;
}

.pro_detail_text .jyms p {
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 25px;
    color: #888;
    font-size: 14px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms p span {
    color: #333;
    font-weight: bold;
}

.pro_detail_text ul {
    width: 100%;
    margin: 20px auto;
    padding: 0;
}

.pro_detail_text ul li {
    width: 50%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #888;
    font-size: 16px;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px auto;
    padding: 0;
    float: left;
}

.pro_detail_text ul li img {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 7px 4px 7px 0;
    padding: 0;
    float: left;
}

.pro_detail_text ul li span {
    color: #333;
    font-weight: bold;
}

.pro_detail_text .pro_detail_btn {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 80px;
}

.pro_detail_btn a {
    display: block;
    width: 48%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}

.pro_detail_btn a.prodtl_btn1 {
    float: left;
    margin: 0 4% 0 0;
    background-color: #d20324;
}

.pro_detail_btn a.prodtl_btn2 {
    float: left;
    background-color: #4a4a4a;
}

.pro_detail_btn a.prodtl_btn1:hover {
    background-color: #0594d3;
}

.pro_detail_btn a.prodtl_btn2:hover {
    background-color: #3a3a3a;
}


/**产品详情页产品图片切换**/

.prodetail_img {
    width: 44%;
    height: 440px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 100%;
    height: 74px;
    padding-top: 10px;
    overflow: hidden;
}

#spec-left {
    width: 16px;
    height: 64px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-right {
    width: 16px;
    height: 64px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-list {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 0;
    display: inline;
}

#spec-list ul {}

#spec-list ul li {
    float: left;
    display: inline;
    padding: 0;
    width: 18.4%;
    height: 64px;
    margin: 0 2% 0 0;
}

#spec-list ul li:last-child {
    margin: 0;
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #eaeaea;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

#spec-list ul li:hover p {
    border: 1px solid #d20324;
}

#spec-list ul li img {
    display: block;
    max-width: 94%;
    max-height: 94%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


/*jqzoom*/

.jqzoom {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.jqzoom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(../images/loading.gif) #fff no-repeat center center;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 104%!important;
    top: 0!important;
}

.bigimg {}

.jqZoomPup {
    width: 200px!important;
    height: 200px!important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/mask.png) 0 0 repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list {
    position: relative;
    width: 100%;
    margin: 0;
}

#spec-list div {
    width: 100%!important;
    height: 70px!important;
    margin: 0;
}

#ceshi {
    display: block;
    margin: auto!important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 96%;
    max-height: 96%;
    position: absolute;
}

.prodetail_img a.videoIco {
    left: 20px!important;
    bottom: 20px!important;
    z-index: 99!important;
}

.Warning {
    width: 100%!important;
    height: 100%!important;
}


/**在线留言样式修改**/

.ly_msg h3 {
    display: none!important;
}

.ly_msg ul li {
    margin: 0 auto 20px!important;
    color: #999;
    font-size: 14px;
    line-height: 44px;
}

.ly_msg ul li h4 {
    width: 12%!important;
    height: 44px!important;
    line-height: 44px!important;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_ipt2 {
    height: 44px!important;
    background: url(../images/tb_img.png) right center no-repeat!important;
}

.ly_msg ul li .msg_ipt2,
.msg_ipt2 input {
    width: 160px!important;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input {
    height: 44px!important;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_tara {
    width: 88%!important;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input,
.msg_tara textarea {
    font-size: 14px!important;
    background-color: #f8f8f8!important;
    border: none!important;
}

.ly_msg ul li .msg_ipt1 #selPvc {
    height: 44px!important;
    line-height: 44px!important;
    color: #666!important;
    font-size: 14px!important;
    background-color: #f8f8f8!important;
    border: none!important;
    padding: 0 15px!important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ly_msg ul li a.yzm_img {
    width: 120px!important;
    height: 44px!important;
    background: url(../images/tb_img.png) right center no-repeat!important;
}

.ly_msg ul li a.yzm_img img {
    display: block;
    width: 100%!important;
    height: 100%!important;
}

.ly_msg ul li .msg_btn {
    width: 88%!important;
}

.msg_btn input {
    width: 160px!important;
    height: 44px!important;
    line-height: 44px!important;
    color: #fff!important;
    font-size: 15px!important;
    text-align: center!important;
    border: none!important;
    background-color: #0058cb!important;
    cursor: pointer!important;
}

.msg_btn input:last-child {
    background-color: #667589!important;
}

.msg_btn input:last-child:hover {
    background-color: #0058cb!important;
}

@media (max-width:1400px) {
    .pro_detail_main {
        width: 100%;
        padding: 0;
    }
    .prodetail_img {
        width: 45%;
        position: inherit;
        float: left;
    }
    #preview {
        width: 100%;
    }
    .jqzoom {
        width: 100%;
    }
    #spec-n5 {
        width: 100%;
    }
    #spec-list {
        width: 100%;
    }
    .pro_detail_main .pro_detail_text {
        width: 52%;
    }
    .pro_detail_text .pro_detail_btn {
        width: 100%;
    }
    .pro_detail_btn a {
        width: 40%;
    }
    .pro_detail_btn a.prodtl_btn1 {
        margin: 0 17px 0 0;
    }
    .zoomdiv {
        left: 104%!important
    }
}

@media (max-width:992px) {}

@media (max-width:880px) {
    .pro_detail_main {
        width: 100%;
        margin: 24px auto;
    }
    .prodetail_img {
        width: 100%;
        height: auto;
    }
    #preview {
        width: 100%;
    }
    .jqzoom {
        width: 100%;
        height: 285px;
    }
    .pro_detail_main .pro_detail_text {
        width: 100%;
        padding-top: 23px;
        height: auto;
        min-height: 260px;
        padding-bottom: 60px;
    }
    .pro_detail_text h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .pro_detail_text .jyms {
        margin: 10px auto;
        padding: 12px 20px;
        height: auto;
    }
    .pro_detail_text ul {
        overflow: hidden;
        margin: 10px auto;
    }
    .pro_detail_text ul li {
        font-size: 14px;
        margin: 6px auto;
    }
    .pro_detail_text .pro_detail_btn {
        height: 48px;
    }
    .pro_detail_btn a {
        height: 48px;
        line-height: 48px;
        width: 48%;
        font-size: 16px;
    }
    .pro_detail_btn a.prodtl_btn1 {
        margin: 0 4% 0 0;
    }
    #spec-n5 {
        width: 100%;
    }
    #spec-list {
        width: 100%;
    }
    .zoomdiv,
    .jqZoomPup {
        display: none !important;
    }
}

@media (max-width:767px) {
    .pro_detail_main {
        margin: 0 auto 24px;
    }
    #nr_textbox .ly_msg ul li .msg_tara {
        width: 100% !important;
    }
    .erji,
    #pclogo {
        display: none;
    }
    .wapmenu {
        overflow: auto;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 280px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        /* box-shadow: 5px 5px 10px #999; */
    }
    .wapmenu li {
        font-weight: 800;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 40px;
        width: 123px;
    }
    .m-dropmenu li a{
        padding-left: 10px;
        font-size: 14px;
    }
    .wapmenu li a {
        display: inline-block;
        width: 100%;
        height: 40px;
    }
    .wapmenu li a:hover {
        color: #545454;
    }
    .wapmenu .on {
        color: #545454!important;
    }
}

.lx_dz {
    width: 100%;
    overflow: hidden;
    padding: 1%;
    border: 1px solid #d9d9d9;
}

.lx_dz .dz_map {
    width: 100%;
    overflow: hidden;
    height: 350px;
    margin: 0 auto;
}

.proC {
    background: url('../images/beijing.png');
     background-size: 100%;
}

.show_list ul li .pro_list span {
    text-align: center;
    display: block;
    color: #f40;
    font-size: 16px;
    font-weight: 600;
}

.addinfo p {
    padding: 0 15px;
}

.addinfo p span {
    display: block;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dotted #ccc;
}

@media (min-width:767px) {
    .ly_top .menu-btn,
    .ft-menu,
    .wapmenu,
    #waplogo {
        display: none;
    }
    .kdjd {
        position: fixed;
        width: 312px;
        top: 0;
        z-index: 999;
    }
}

.wapmenu ul {
    position: relative;
    margin-top: 30px;
    width: 100%;
}

.wapmenu ul a {
    text-decoration: none;
    /*font-size: 16px;*/
    color: #999;
}

#main.active {
    right: 188px;
}

.ft-menu {
    position: fixed;
    z-index: 9999;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: #d20324;
}

.ft-menu ul {
    display: flex;
}

.ft-menu li {
    flex: 1;
    text-align: center;
}

.ft-menu li a {
    display: block;
    padding: 2vw;
    overflow: hidden;
    border-right: #d20324 solid 1px;
}

.ft-menu li:last-child {
    border-right: none;
}

.ft-menu li i {
    display: block;
    margin: 0 auto;
    width: 6vw;
    height: 6vw;
    background-repeat: no-repeat;
    background-size: 100%;
}

.ft-menu li:nth-child(1) i {
    background-image: url(../images/dianhua.png);
}

.ft-menu li span {
    display: block;
    font-size: 3.9vw;
    color: #fff;
    line-height: 1.7;
}

.au {
    min-width: 375px;
    background: #fff;
}

.wapmenu .fixed {
    height: 80%;
    overflow: scroll;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 160px;
}

.wapmenu.paskf {
    display: block!important;
}

.drop-menu {
    display: none;
}