@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    margin: 0;
    padding: 0;
    font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif;
}

body {
    overflow: scroll;
    overflow-x: hidden;
}

table,
td,
tr,
th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: normal;
}

address,
cite,
code,
em,
th,
i {
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 4px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background-color: #000;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #f0f0f0;
}

.w1200 {
    width: 1400px !important;
    margin: 0 auto;
}

@media screen and (max-width:1399px) and (min-width:1200px) {
    .w1200 {
        width: 96% !important;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .w1200 {
        width: 96% !important;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .w1200 {
        width: 95% !important;
    }
}

@media screen and (max-width:767px) {
    .w1200 {
        width: 95% !important;
    }
}


/*顶部公司名称*/
.top {
    width: 100%;
    height: 110px;
}

.top a {
    display: block;
    width: 49%;
    line-height: 110px;
    margin: 20px 0 0 0;
}

.top .tel {
    width: 13%;
    background: url(/imgs/tel.png) left center no-repeat;
    padding: 0 0 0 4%;
    margin: 30px 0 0 0;
}

.top .tel p {
    display: block;
    line-height: 20px;
    height: 20px;
    color: #777;
    margin-bottom: 5px;
}

.top .tel span {
    display: block;
    font-size: 30px;
    font-weight: bolder;
    color: #0E94D3;
    height: 30px;
    line-height: 30px;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .top a {
        width: 60%;
    }

    .top .tel {
        width: 16%;
        padding: 0 0 0 5%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .top a {
        width: 66%;
    }

    .top .tel {
        width: 18%;
        padding: 0 0 0 6%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .top a {
        width: 100%;
    }

    .top .tel {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .top {
        height: 70px;
    }

    .top a {
        width: 88%;
    }

    .top a img {
        width: 100%;
    }

    .top .tel {
        display: none;
    }
}

/*顶部公司名称*/

/*顶部导航栏*/
.nav_top {
    width: 100%;
    height: 0;
    position: relative;
    z-index: 99999;
}

.menu_open {
    display: none;
}

.hcover {
    display: none;
}

.nav_top .w1200 {
    position: relative;
}

.nav {
    width: 100%;
    position: absolute;
    color: #fff;
}

.nav_ul::after {
    width: 125%;
    background-color: #103255;
    transform: skewX(32deg);
    position: absolute;
    left: 20px;
    top: 0;
    content: "";
    height: 100%;
}

.nav_item {
    width: 12.1%;
    float: left;
    text-align: center;
}

.nav_item a {
    display: block;
    line-height: 60px;
    color: #fff;
    position: relative;
    z-index: 99;
    font-size: 16px;
}

.nav_item.active a::after,
.nav_item:hover a::after {
    width: 100%;
}

.nav_item a::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #0E94D3;
    transform: skewX(32deg);
    width: 0;
}

.nav_item_open {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
    background: rgba(0, 0, 0, .5);
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(34px);
    transform: translateY(34px);
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    border-top: 4px solid #01557a;
    margin-top: 0;
}

.nav_item:hover .nav_item_open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

@media screen and (max-width:1630px) {}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .nav_top {
        position: static;
        width: auto;
        z-index: 9999999;
        background-color: #fff;
        border: 0;
    }

    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 9999999;
        overflow: hidden;
        background-color: #103255;
    }

    .nav_ul {
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 10px;
        text-align: left;
        transform: skewX(0deg);
    }

    .menu_open {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        padding: 5px 0;
        border: 1px solid #eaeaea;
        position: fixed;
        top: 35px;
        right: 2%;
        box-sizing: border-box;
        z-index: 999999;
        cursor: pointer;
    }

    .menu_open i {
        height: 2px;
        width: 50%;
        background-color: #0f3355;
        display: block;
        margin: 5px auto;
    }

    .hcover {
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 9999999;
    }

    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
        height: 50px;
        position: relative;
    }

    .nav_item>a {
        display: block;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nav_item:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        height: 50px;
    }

    .nav_item a::after {
        transform: skewX(0deg);
    }

    .nav_item_open {
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: #006ccc;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
        border-top: none;
    }
}

@media screen and (max-width:767px) {
    .nav_top {
        position: static;
        width: auto;
        z-index: 9999999;
        background-color: #fff;
        border: 0;
    }

    .nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 9999999;
        overflow: hidden;
        background-color: #103255;
    }

    .nav_ul {
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 10px;
        text-align: left;
        transform: skewX(0deg);
    }

    .menu_open {
        display: block;
        float: right;
        width: 40px;
        height: 40px;
        padding: 5px 0;
        border: 1px solid #eaeaea;
        position: fixed;
        top: 15px;
        right: 2%;
        box-sizing: border-box;
        z-index: 999999;
        cursor: pointer;
    }

    .menu_open i {
        height: 2px;
        width: 50%;
        background-color: #0f3355;
        display: block;
        margin: 5px auto;
    }

    .hcover {
        display: block;
        width: 50%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        right: -50%;
        top: 0;
        z-index: 9999999;
    }

    .nav_item {
        float: none;
        margin: 0;
        width: 100%;
        height: 50px;
        position: relative;
    }

    .nav_item>a {
        display: block;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin: 0;
        font-size: 14px;
        color: #fff;
        padding: 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .nav_item:after {
        content: '';
        display: block;
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        transform: skewX(0deg);
        -webkit-transform: skewX(0deg);
        -moz-transform: skewX(0deg);
        height: 50px;
    }

    .nav_item a::after {
        transform: skewX(0deg);
    }

    .nav_item_open {
        width: 50%;
        height: 100%;
        margin: 0;
        box-shadow: none;
        background-color: #006ccc;
        border-radius: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        position: fixed;
        left: -50%;
        top: 0;
        border-top: none;
    }
}

/*顶部导航栏*/

/*内页顶部导航栏*/
.ny_top {
    width: 100%;
    height: 0;
    position: relative;
    z-index: 99999;
}

.ny_top .w1200 {
    position: relative;
}

.ny_nav {
    width: 100%;
    position: absolute;
    color: #fff;
}

.ny_nav_ul::after {
    width: 119%;
    background-color: #000;
    transform: skewX(32deg);
    position: absolute;
    left: 20px;
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.6;
}

@media screen and (max-width:1630px) {}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .ny_top {
        position: static;
        width: auto;
        z-index: 9999999;
        background-color: #fff;
        border: 0;
    }

    .ny_nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 9999999;
        overflow: hidden;
        background-color: #103255;
    }

    .ny_nav_ul {
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 10px;
        text-align: left;
        transform: skewX(0deg);
    }

    .ny_nav_ul::after {
        background-color: #103255;
    }
}

@media screen and (max-width:767px) {
    .ny_top {
        position: static;
        width: auto;
        z-index: 9999999;
        background-color: #fff;
        border: 0;
    }

    .ny_nav {
        width: 50%;
        height: 100%;
        position: fixed;
        top: 0;
        left: -50%;
        z-index: 9999999;
        overflow: hidden;
        background-color: #103255;
    }

    .ny_nav_ul {
        margin: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        padding-top: 10px;
        text-align: left;
        transform: skewX(0deg);
    }

    .ny_nav_ul::after {
        background-color: #103255;
    }
}

/*内页顶部导航栏*/

/*首页banner*/
.apple-banner {
    width: 100%;
    height: 700px;
    overflow: hidden;
    margin: 0 auto;
}

.apple-banner .swiper-container {
    width: 100%;
    height: 100%;
}

.apple-banner .swiper-button-prev,
.apple-banner .swiper-button-next {
    width: 15%;
    height: 100%;
    top: 0;
    background: none;
}

.apple-banner .swiper-button-prev {
    left: 0;
}

.apple-banner .swiper-button-next {
    right: 0;
}

.apple-banner .swiper-button-prev span,
.apple-banner .swiper-button-next span {
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -32px;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.apple-banner .swiper-button-prev:hover span,
.swiper-button-next:hover span {
    opacity: 1;
}

/*分页器*/
.apple-banner .swiper-pagination {
    top: auto;
    bottom: 20px !important;
    background: none;
}

.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    cursor: pointer;
    background: none;
    border-radius: 50%;
    opacity: 1;
}

.apple-banner .swiper-pagination-bullets span {
    width: 50px;
    height: 3px;
    display: block;
    background: rgba(240, 114, 0, 0.8);
}

.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8);
}

.apple-banner .swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background-color: #0E94D3;
}

.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:1200px) {
    .apple-banner {
        height: 640px;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .apple-banner {
        height: 570px;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .apple-banner {
        height: 390px;
    }
}

@media screen and (max-width:767px) {
    .apple-banner {
        height: 195px;
    }
}

/*首页banner*/

/*内页banner*/
.nybanner {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.nybanner img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -962px;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .nybanner {
        height: 225px;
    }

    .nybanner img {
        margin-left: -540px;
        height: 225px;
    }
}

@media screen and (max-width:767px) {
    .nybanner {
        height: 160px;
    }

    .nybanner img {
        margin-left: -375px;
        height: 160px;
    }
}

/*内页banner*/

/*首页搜索框*/
.zyss {
    width: 100%;
    height: 72px;
    background-color: #ededed;
}

.zyss .zy {
    width: 60%;
}

.zyss .zy p {
    color: #555555;
    line-height: 72px;
}

.zyss .zy span {
    width: 86%;
    color: #8d8d8d;
    line-height: 72px;
}

.zyss .zy span a {
    color: #8d8d8d;
    height: 72px;
    overflow: hidden;
    _float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.zyss .zy span a:hover {
    color: #555555;
}

.ss {
    width: 380px;
    height: 40px;
    margin-top: 16px;
}

.ss .input {
    width: 71%;
    height: 40px;
    color: #8d8d8d;
    outline: none;
    border: 0px;
    background: #fff url(/imgs/sous.png) 3% center no-repeat;
    padding-left: 9%;
    float: left;
}

.ss .search_b {
    width: 20%;
    height: 40px;
    color: #fff;
    background-color: #0E94D3;
    border: 0px;
    cursor: pointer;
    float: right;
    outline: none;
}

.mbxss {
    width: 100%;
    height: 72px;
    background-color: #ededed;
}

.mbxss .zy {
    width: 60%;
}

.mbxss .zy p {
    color: #555555;
    line-height: 72px;
}

.mbxss .zy span {
    width: 74%;
    color: #8d8d8d;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
}

.mbxss .zy span a {
    color: #8d8d8d;
}

.mbxss .zy span a:hover {
    color: #555555;
}

.mbx {
    background: url(/imgs/adr.png) left center no-repeat;
    padding-left: 2%;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .mbxss .zy {
        width: 62%;
    }

    .mbx {
        padding-left: 3%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .zyss .zy {
        width: 100%;
    }

    .zyss {
        height: 105px;
    }

    .zyss .zy p {
        line-height: 50px;
    }

    .zyss .zy span {
        width: 88%;
        height: 50px;
        line-height: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mbxss {
        height: 105px;
    }

    .mbxss .zy {
        width: 100%;
    }

    .mbxss .zy p {
        line-height: 50px;
    }

    .mbxss .zy span {
        height: 50px;
        line-height: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mbx {
        padding-left: 5%;
    }

    .ss {
        width: 100%;
        margin-top: 0px;
    }
}

@media screen and (max-width:767px) {
    .zyss .zy {
        width: 100%;
    }

    .zyss {
        height: 97px;
    }

    .zyss .zy p {
        line-height: 45px;
    }

    .zyss .zy span {
        width: 76%;
        height: 45px;
        line-height: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mbxss {
        height: 97px;
    }

    .mbxss .zy {
        width: 100%;
    }

    .mbxss .zy p {
        line-height: 45px;
    }

    .mbxss .zy span {
        width: 74%;
        line-height: 45px;
        height: 45px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .mbxss .zy span a {
        height: 45px;
    }

    .mbx {
        padding-left: 5%;
    }

    .ss {
        width: 100%;
        margin-top: 0px;
    }
}

/*首页搜索框*/

/*首页推荐产品*/
.tjcp {
    width: 100%;
    padding: 50px 0 60px;
}

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

.tjcp_tit .dtit {
    font-size: 64px;
    font-weight: bolder;
    color: #f2f2f2;
    line-height: 50px;
    line-height: 66px;
}

.tjcp_tit p {
    display: block;
    font-size: 40px;
    font-weight: bolder;
    color: #222;
    position: absolute;
    line-height: 50px;
    width: 100%;
    left: 0;
    bottom: 77px;
}

.tjcp_tit p span {
    color: #0E94D3;
}

.tjcp_tit i {
    display: block;
    font-size: 16px;
    color: #777;
    padding: 14px 0;
}

.tjcp_tit em {
    display: block;
    padding: 10px 0;
    animation: nbanA 2s infinite;
}

.tjcp_tit em img {
    width: 66%;
}

/*动画效果*/
@keyframes nbanA {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveBg {
    0% {
        background-position: 0% 30%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.tjcp .tjcp_pro {
    margin-top: 30px;
}

.tjcp .tjcp_pro .lyTjPro_scoll {
    width: 100%;
    padding: 0;
}

.tjcp .tjcp_pro .lyTjPro_scoll .item {
    position: relative;
}

.tjcp .tjcp_pro .lyTjPro_scoll .lSPrev,
.tjcp .tjcp_pro .lyTjPro_scoll .lSNext {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -20px;
    background: url(/imgs/Tjprev01.png) center center no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
}

.tjcp .tjcp_pro .lyTjPro_scoll .lSNext {
    left: auto;
    right: -60px;
    background: url(/imgs/Tjnext01.png) center center no-repeat;
    background-size: 40px 40px;
}

.tjcp .tjcp_pro .lyTjPro_scoll .lSPrev:hover {
    background: url(/imgs/Tjprev02.png) center center no-repeat;
    background-size: 40px 40px;
}

.tjcp .tjcp_pro .lyTjPro_scoll .lSNext:hover {
    background: url(/imgs/Tjnext02.png) center center no-repeat;
    background-size: 40px 40px;
}

.tjcp .tjcp_pro .lyTjPro_scoll .content-slider {
    width: 100%;
    overflow: hidden;
}

.tjcp .tjcp_pro .lyTjPro_scoll .lSPager {
    display: none;
}

.tjcp_pro ul li {
    width: 20.6%;
    margin: 0 3% 40px 0;
    float: left;
}

.tjcp_pro ul li:nth-child(4n) {
    margin-right: 0;
}

.pro_wrap {
    padding: 12px 4%;
    border: 1px solid #e6e6e6;
}

.pro_wrap .pro_tlt1 {
    position: relative;
    height: 290px;
    width: 100%;
}

.pro_wrap .pro_tlt1:after {
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(24, 208, 255, 0.9), rgba(14, 148, 211, 0.9));
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.pro_wrap .pro_tlt1 .pic {
    display: block;
    width: 100%;
    height: 246px;
    text-align: center;
    overflow: hidden;
}

.pro_wrap .pro_tlt1 .pic img {
    max-width: 93%;
    max-height: 100%;
    vertical-align: middle;
}

.pro_wrap .pro_tlt1 .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.pro_wrap .pro_tlt1 .tit {
    display: block;
    width: 90%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #555;
    padding: 5px 26px 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/imgs/cpjt.png) 98% center no-repeat;
    background-size: 18px 18px;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.pro_wrap .more {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    background-color: #535353;
    margin: 10px 0 4px;
}

.tjcp_pro ul li:hover .pro_wrap {
    position: relative;
    border: 1px solid #0E94D3;
}

.tjcp_pro ul li:hover .pro_wrap .pro_tlt1:after {
    opacity: 1;
    z-index: 222;
}

.tjcp_pro ul li:hover .pro_wrap .pro_tlt1 .tit {
    color: #fff;
    background: url(/imgs/cpjt1.png) right center no-repeat;
    background-size: 25px 25px;
    top: 41.5%;
    z-index: 99999999;
    padding: 0;
    line-height: 55px;
    width: 78%;
    padding-right: 25px;
    margin: 0 7%;
}

.tjcp_pro ul li:hover .pro_wrap .more {
    color: #fff;
    background-color: #0E94D3;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .tjcp_tit em img {
        width: 66%;
    }

    .tjcp .tjcp_pro .lyTjPro_scoll .item .lSAction {
        display: none;
    }

    .pro_wrap .pro_tlt1 .tit {
        width: 87.5% !important;
    }

    .tjcp_pro ul li:hover .pro_tlt1 .tit {
        width: 76% !important;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .tjcp_tit em img {
        width: 66%;
    }

    .tjcp .tjcp_pro .lyTjPro_scoll .item .lSAction {
        display: none;
    }

    .pro_wrap .pro_tlt1 .tit {
        width: 86% !important;
    }

    .tjcp_pro ul li:hover .pro_tlt1 .tit {
        width: 76% !important;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .tjcp_tit em img {
        width: 100%;
    }

    .tjcp .tjcp_pro .lyTjPro_scoll .item .lSAction {
        display: none;
    }

    .pro_wrap .pro_tlt1 .tit {
        width: 95.3%;
        background: url(/imgs/cpjt.png) 99% center no-repeat;
        background-size: 18px 18px;
    }

    .tjcp_pro ul li:hover .pro_tlt1 .tit {
        width: 82.2% !important;
    }
}

@media screen and (max-width:767px) {
    .tjcp {
        padding: 20px 0 40px;
    }

    .tjcp_tit .dtit {
        font-size: 47px;
    }

    .tjcp_tit p {
        bottom: 66px;
        font-size: 27px;
    }

    .tjcp_tit i {
        font-size: 14px;
    }

    .tjcp_tit em img {
        width: 100%;
    }

    .tjcp .tjcp_pro .lyTjPro_scoll .item .lSAction {
        display: none;
    }

    .pro_wrap .pro_tlt1 .pic {
        height: 246px;
    }

    .tjcp .tjcp_pro .lyTjPro_scoll .content-slider {
        height: 377px !important;
    }
}

@media screen and (max-width:360px) {
    .tjcp_tit .dtit {
        font-size: 45px;
    }
}

/*首页推荐产品*/

/*首页公司简介*/
.ind_com {
    width: 100%;
    padding: 0;
}

.ind_com .w1200 {
    width: 100% !important;
}

.ind_com_top {
    background: url(/imgs/about_bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 50px 22%;
}

.ind_com_top .tjcp_tit .dtit {
    color: #4b4a4a !important;
}

.ind_com_top .tjcp_tit p {
    color: #fff !important;
    width: 100%;
    left: 0;
}

.ind_com_top .tjcp_tit i {
    color: #fff !important;
}

.ind_com_top .ind_com_m {
    font-size: 15px;
    line-height: 30px;
    padding: 20px 0;
}

.ind_com_top .more {
    display: block;
    width: 220px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    color: #fff;
    margin: 30px auto 0;
}

.ind_com_top .more:hover {
    border: 1px solid #0E94D3;
    background-color: #0E94D3;
}

.ind_com_bot {
    _width: 100%;
    background-color: #0E94D3;
    color: #fff;
    padding: 10px 0%;
}

.ind_com_bot ul {
    _width: 1400px;
    margin: 0 15%;
}

.ind_com_bot ul li {
    width: 16%;
    border-right: 1px solid #fa963c;
    padding: 0 4%;
    float: left;
    text-align: center;
    margin: 9px 0;
}

.ind_com_bot ul li:nth-child(4n) {
    border: 0;
}

.ind_com_bot ul li p {
    display: block;
    font-size: 14px;
    padding: 5px 0;
}

.ind_com_bot ul li p em {
    font-size: 48px;
    font-weight: bolder;
}

.ind_com_bot ul li span {
    display: block;
    font-size: 15px;
    line-height: 30px;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .ind_com_top {
        padding: 50px 8%;
    }

    .ind_com_bot ul {
        margin: 0 0;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ind_com_top {
        padding: 50px 8%;
    }

    .ind_com_bot ul {
        margin: 0 0;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .ind_com_top {
        padding: 50px 8%;
    }

    .ind_com_bot ul {
        margin: 0 0;
    }
}

@media screen and (max-width:767px) {
    .ind_com_top {
        padding: 20px 8% 40px;
    }

    .ind_com_top .tjcp_tit .dtit {
        font-size: 41px;
    }

    .ind_com_top .tjcp_tit p {
        font-size: 25px;
    }

    .ind_com_top .ind_com_m {
        padding: 0 0 20px;
    }

    .ind_com_top .more {
        margin-top: 10px;
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }

    .ind_com_bot ul {
        margin: 0 0;
    }

    .ind_com_bot ul li {
        width: 42%;
        border: 0;
    }

    .ind_com_bot ul li p em {
        font-size: 31px;
    }
}

@media screen and (max-width:360px) {
    .zyss .zy span {
        width: 75%;
    }

    .ind_com_top .tjcp_tit .dtit {
        font-size: 40px;
    }
}

/*首页公司简介*

/*内页公司简介*/
.ny_com {
    width: 100%;
    margin: 50px 0;
}

.ny_com_tit {
    font-size: 30px;
    font-weight: bolder;
    color: #333;
    text-align: center;
}

.ny_com_m {
    color: #777;
    margin-top: 20px;
    padding: 0;
    text-indent: 2em;
}

.ny_com_m p {
    _margin-bottom: -16px;
    font-size: 15px;
    line-height: 30px;
}

.ny_com .ny_com_ys {
    height: 142px;
    padding: 0 5%;
}

.ny_com_ys ul li {
    width: 18.1%;
    margin: 17px 9% 17px 0;
    text-align: center;
    padding: 12px 0;
    float: left;
}

.ny_com_ys ul li:nth-child(4n) {
    margin-right: 0;
}

.ny_com_ys ul li p {
    color: #0E94D3;
    font-size: 15px;
}

.ny_com_ys ul li p i {
    font-size: 48px;
    font-weight: bolder;
}

.ny_com_ys ul li span {
    display: block;
    color: #777;
    margin-top: 2%;
    font-size: 20px;
}

.ny_com .com {
    width: 100%;
    height: 78px;
    background-color: #0E94D3;
    border-radius: 20px;
    margin: 30px 0 50px;
}

.ny_com .com p {
    line-height: 78px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .ny_com {
        margin: 50px 0 20px;
    }

    .ny_com_ys ul li {
        width: 19.1%;
        margin: 17px 7% 17px 0;
    }
}

@media screen and (max-width:767px) {
    .ny_com {
        margin: 30px 0 0;
    }

    .ny_com_ys ul li {
        width: 43%;
        margin: 17px 7% 0 0;
        padding: 0;
    }

    .ny_com_ys ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ny_com_ys ul li p i {
        40px;
    }

    .ny_com_ys ul li span {
        font-size: 15px;
    }
}

/*内页简介案例*/
.com_case {
    width: 100%;
    padding-bottom: 20px;
}

.com_case ul li {
    float: left;
    width: 33.3%;
    height: 456px;
}

.com_case1 {
    background-color: #c83d06;
}

.com_case2 {
    background-color: #e65b08;
}

.com_case3 {
    background-color: #f2720f;
}

.com_case_m {
    text-align: center;
    padding: 151px 15%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.com_case_m em {
    display: block;
}

.com_case_m em img {
    max-height: 95%;
    max-width: 95%;
}

.com_case_m p {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    display: block;
}

.com_case_m span {
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
    display: block;
}

.com_case1:hover .com_case_m {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.com_case2:hover .com_case_m {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.com_case3:hover .com_case_m {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .com_case .w1200 {
        width: 100%;
    }

}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .com_case .w1200 {
        width: 100%;
    }

    .com_case ul li {
        height: 360px;
    }

    .com_case_m {
        padding: 102px 15%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .com_case .w1200 {
        width: 100%;
    }

    .com_case ul li {
        height: 294px;
    }

    .com_case_m {
        padding: 70px 5%;
    }

    .com_case_m span {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .com_case {
        padding-bottom: 0;
    }

    .com_case .w1200 {
        width: 100%;
    }

    .com_case ul li {
        width: 100%;
        height: 294px;
    }

    .com_case_m {
        padding: 70px 9%;
    }
}

/*内页简介案例*/

/*内页简介合作伙伴*/
.com_brand {
    width: 100%;
    margin-top: 30px;
}

.com_brand_m {
    margin-top: 30px;
}

.com_brand_m ul li {
    float: left;
    background-color: #fff;
    width: 11%;
    height: 85px;
    margin: 0 1.5% 20px 0;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    text-align: center;
}

.com_brand_m ul li img {
    max-height: 95%;
    max-width: 95%;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.com_brand_m ul li .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.com_brand_m ul li:nth-child(8n) {
    margin-right: 0;
}

.com_brand_m ul li:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}

.com_brand_m ul li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .com_brand_m ul li {
        margin: 0 1.4% 20px 0;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .com_brand .tjcp_tit .dtit {
        font-size: 55px !important;
    }

    .com_brand_m ul li {
        width: 21.7%;
        margin: 0 4% 20px 0;
    }

    .com_brand_m ul li:nth-child(4n) {
        margin-right: 0;
    }

}

@media screen and (max-width:767px) {
    .com_brand {
        margin-top: 20px;
    }

    .com_brand .tjcp_tit .dtit {
        font-size: 29px !important;
    }

    .com_brand .tjcp_tit p {
        font-size: 25px;
    }

    .com_brand_m {
        margin-top: 10px;
    }

    .com_brand_m ul li {
        width: 30.1%;
        height: 60px;
        margin: 0 4% 20px 0;
    }

    .com_brand_m ul li:nth-child(3n) {
        margin-right: 0;
    }

    .com_brand_m ul li:nth-child(8n) {
        margin-right: 4%;
    }
}

@media screen and (max-width:360px) {
    .com_brand .tjcp_tit .dtit {
        font-size: 27px !important;
    }

    .com_brand_m ul li {
        width: 30%;
        height: 70px;
    }
}

/*内页简介合作伙伴*/

/*内页简介荣誉资质*/
.com_honor {
    width: 100%;
    background-color: #f5f5f5;
    margin-top: 40px;
    height: auto;
    padding: 30px 0 60px 0;
    overflow: hidden;
}

.com_honor .tjcp_tit .dtit {
    color: #eae9e9 !important;
}

.com_honor_m {
    margin-top: 30px;
    position: relative;
}

.com_honor_m .honor_l {
    display: block;
    background: url(/imgs/qh_l.png) left center no-repeat;
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 0;
}

.com_honor_m .honor_r {
    display: block;
    background: url(/imgs/qh_r.png) left center no-repeat;
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 0;
}

.com_honor_m .honor_l:hover {
    background: url(/imgs/qh_l1.png) left center no-repeat;
}

.com_honor_m .honor_r:hover {
    background: url(/imgs/qh_r1.png) left center no-repeat;
}

.honor_m {
    padding: 0 4%;
}

.honor_m .lyTjPro_scoll {
    width: 100%;
    padding: 0;
}

.honor_m .lyTjPro_scoll .item {
    position: relative;
}

.honor_m .lyTjPro_scoll .lSPrev,
.lyTjPro_scoll .lSNext {
    width: 40px;
    height: 40px;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -20px;
    background: url(qh_l.png)
        /*tpa=http://mtwebdr30365abm.mtnets.com.cn/skins/26230/images/qh_l.png*/
        center center no-repeat;
    background-size: 40px 40px;
    cursor: pointer;
}

.honor_m .lyTjPro_scoll .lSNext {
    left: auto;
    right: -60px;
    background: url(/imgs/qh_r.png) center center no-repeat;
    background-size: 40px 40px;
}

.honor_m .lyTjPro_scoll .lSPrev:hover {
    background: url(/imgs/qh_l1.png) center center no-repeat;
    background-size: 40px 40px;
}

.honor_m .lyTjPro_scoll .lSNext:hover {
    background: url(/imgs/qh_r1.png) center center no-repeat;
    background-size: 40px 40px;
}

.honor_m .lyTjPro_scoll .content-slider {
    width: 100%;
    overflow: hidden;
}

.honor_m .lyTjPro_scoll .lSPager {
    display: none;
}

.honor_m li {
    float: left;
    width: 23.5%;
    margin-right: 1.5%;
}

.honor_m li .pic {
    display: block;
    width: 100%;
    height: 270px;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
}

.honor_m li .pic img {
    max-height: 85%;
    max-width: 85%;
    vertical-align: middle;
    ;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.honor_m li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.honor_m li .tit {
    background: #fff url(/imgs/hon_ico1.png) 93% center no-repeat;
    color: #606060;
    font-size: 16px;
    padding: 10px 18% 10px 7%;
    display: block;
    margin-top: 5px;
    height: 40px;
    line-height: 40px;
    _width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honor_m li:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.honor_m li:hover .tit {
    background: #0E94D3 url(/imgs/hon_ico.png) 93% center no-repeat;
    color: #fff;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .honor_m {
        padding: 0 5%;
    }

    .honor_m li .pic {
        height: 244px;
    }

    .honor_m li .tit {
        padding: 10px 20% 10px 7%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .honor_m {
        padding: 0 5%;
    }

    .honor_m li .pic {
        height: 218px;
    }

    .honor_m li .tit {
        padding: 10px 20% 10px 7%;
    }
}

@media screen and (max-width:1079px) and (min-width:770px) {
    .com_honor_m .honor_l {
        display: none;
    }

    .com_honor_m .honor_r {
        display: none;
    }

    .honor_m {
        padding: 0 0;
    }

    .honor_m .lyTjPro_scoll .content-slider {
        height: 233px !important;
    }

    .honor_m li {
        width: 48.2%;
        margin: 0 2.5% 60px 0;
    }

    .honor_m li:nth-child(2n) {
        margin-right: 0;
    }

    .honor_m li .pic {
        height: 168px;
    }

    .honor_m li .pic img {
        margin: 7px auto;
    }

    .honor_m li .tit {
        padding: 10px 20% 10px 7%;
    }
}

@media screen and (max-width:769px) and (min-width:768px) {
    .com_honor_m .honor_l {
        display: none;
    }

    .com_honor_m .honor_r {
        display: none;
    }

    .honor_m {
        padding: 0 0;
    }

    .honor_m .lyTjPro_scoll .content-slider {
        height: 420px;
    }

    .honor_m li {
        width: 48.2%;
        margin: 0 2.5% 60px 0;
    }

    .honor_m li:nth-child(2n) {
        margin-right: 0;
    }

    .honor_m li .pic {
        height: 355px;
    }

    .honor_m li .pic img {
        margin: 7px auto;
    }

    .honor_m li .tit {
        padding: 10px 20% 10px 7%;
    }
}

@media screen and (max-width:767px) {
    .com_honor {
        margin-top: 20px;
        padding: 30px 0 40px 0;
    }

    .com_honor_m {
        margin-top: 10px;
    }

    .com_honor_m .honor_l {
        display: none;
    }

    .com_honor_m .honor_r {
        display: none;
    }

    .honor_m {
        padding: 0 0;
    }

    .honor_m .lyTjPro_scoll .content-slider {
        height: 336px !important;
    }

    .honor_m li {
        width: 100%;
    }

    .honor_m li:nth-child(2n) {
        margin-right: 0;
    }

    .honor_m li .pic img {
        margin: 7px auto;
    }

    .honor_m li .tit {
        padding: 10px 20% 10px 7%;
    }
}

/*内页简介荣誉资质*/
/*内页公司简介*/

/*内页荣誉资质*/
.ny_honor {}

.ny_honor ul li {
    width: 22%;
    margin: 0 2% 30px 0;
    float: left;
    background-color: #f6f6f6;
    padding: 10px 10px 0;
    height: auto;
    position: relative;
}

.ny_honor ul li:nth-child(4n) {
    margin-right: 0;
}

.ny_honor ul li .hon_pic {
    width: 100%;
    height: 305px;
    text-align: center;
    overflow: hidden;
    display: block;
}

.ny_honor ul li .hon_pic img {
    max-width: 95%;
    max-height: 95%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.ny_honor ul li .hon_pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.ny_honor ul li .hon_tit {
    display: block;
    font-size: 16px;
    height: 54px;
    line-height: 54px;
    padding: 8px 0;
    overflow: hidden;
    color: #888;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_honor ul li:after {
    content: "";
    border-bottom: 2px solid #0E94D3;
    width: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.ny_honor ul li:hover:after {
    width: 100%;
}

.ny_honor ul li:hover .hon_pic img {
    transform: scale(1.1);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.ny_honor ul li:hover .hon_tit {
    color: #0E94D3;
}

.ny_hor_pic {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.ny_hor_pic img {
    max-width: 95% !important;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .ny_honor ul li {
        width: 21.7%;
    }

    .ny_honor ul li .hon_pic {
        height: 250px;
    }

    .ny_honor ul li .hon_tit {
        padding: 0;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ny_honor ul li {
        width: 21.5%;
    }

    .ny_honor ul li .hon_pic {
        height: 196px;
    }

    .ny_honor ul li .hon_tit {
        padding: 0;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .ny_honor ul li {
        width: 46.2%;
    }

    .ny_honor ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ny_honor ul li .hon_tit {
        padding: 8px 0;
    }
}

@media screen and (max-width:767px) {
    .ny_honor ul li {
        width: 95%;
    }

    .ny_honor ul li .hon_tit {
        padding: 8px 0;
    }
}

/*内页荣誉资质*/

/*首页产品展示*/
.ind_pro {
    width: 100%;
    padding: 50px 0 30px;
}

.pro {
    margin: 30px 0 10px;
}

/*产品分类 开始*/
.lyNyPro_left {
    width: 22%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.lyNyPro_left .h_left {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 30px;
}

.lyNyPro_left .cp_type {
    margin: 0;
}

.lyNyPro_left .cp_type .hd {
    text-align: center;
    background-color: #0E94D3;
    padding: 20px;
}

.lyNyPro_left .cp_type .hd p {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    color: #fff;
}

.lyNyPro_left .cp_type .hd p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/imgs/mulu_tlt.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    display: none;
}

.lyNyPro_left .cp_type .hd span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
}

.lyNyPro_left .cp_type .bd {
    padding: 8px;
    border-left: 2px solid #0E94D3;
    border-right: 2px solid #0E94D3;
    border-bottom: 2px solid #0E94D3;
}

.lyNyPro_left .cp_type .bd ul li {
    margin: 0 auto 8px;
}

.lyNyPro_left .cp_type .bd ul li:last-child {
    margin: 0 auto;
}

.lyNyPro_left .cp_type .bd ul li p {
    height: 44px;
    line-height: 44px;
    background-color: #8b8b8b;
    border-radius: 4px;
}

.lyNyPro_left .cp_type .bd ul li p a {
    display: block;
    width: 80%;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNyPro_left .cp_type .bd ul li p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(/imgs/mulu4.png) center center no-repeat;
    cursor: pointer;
    float: right;
}

.lyNyPro_left .cp_type .bd ul li div {
    display: none;
}

.lyNyPro_left .cp_type .bd ul li div a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #797979;
    font-size: 14px;
    border-bottom: 1px solid #e7e5e5;
    padding: 0 20px 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lyNyPro_left .cp_type .bd ul li div a:first-child {}

.lyNyPro_left .cp_type .bd ul li p:hover,
.lyNyPro_left .cp_type .bd ul li.on p {
    background-color: #0E94D3;
}

.lyNyPro_left .cp_type .bd ul li p:hover a,
.lyNyPro_left .cp_type .bd ul li.on p a {
    color: #fff;
}

.lyNyPro_left .cp_type .bd ul li p:hover span {
    background: url(/imgs/mulu4.png) center center no-repeat;
}

.lyNyPro_left .cp_type .bd ul li.on p span {
    background: url(/imgs/mulu5.png) center center no-repeat;
}

.lyNyPro_left .cp_type .bd ul li div a:hover {
    color: #0E94D3;
}

.lyNyPro_left .cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    background: #f1f1f1;
    width: 94%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.lyNyPro_left .cp_type .bd ul a.ckqb:hover {
    background: #0E94D3;
    color: #fff;
}

.lyNyPro_left .cp_type .bd_by {
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    background-color: #0E94D3;
}

/*产品分类 结束*/

.pro .pro_m {
    width: 75%;
}

.pro_m ul li {
    width: 31.3%;
    margin: 0 3% 40px 0;
    float: left;
}

.pro_m ul li:nth-child(3n) {
    margin-right: 0;
}

.pro_m ul li:hover .pro_wrap {
    position: relative;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}

.pro_m ul li:hover .pro_tlt1:after {
    opacity: 1;
    z-index: 222;
}

.pro_m ul li:hover .pro_tlt1 .tit {
    color: #fff;
    background: url(/imgs/cpjt1.png) right center no-repeat;
    background-size: 25px 25px;
    top: 41.5%;
    z-index: 99999999;
    padding: 0;
    line-height: 55px;
    width: 78%;
    padding-right: 25px;
    margin: 0 7%;
}

.pro_m ul li:hover .more {
    color: #fff;
    background-color: #0E94D3;
}

.cpbg img {
    width: 100%;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .pro_m ul li:hover .pro_tlt1 .tit {
        width: 76% !important;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .pro_m ul li:hover .pro_tlt1 .tit {
        width: 75% !important;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .lyNyPro_left {
        width: 100%;
    }

    .lyNyPro_left .cp_type .bd {
        display: none;
    }

    .lyNyPro_left .cp_type .bd ul li p a {
        width: 90%;
    }

    .lyNyPro_left .cp_type .bd ul li p span {
        width: 10%;
    }

    .lyNyPro_left .cp_type .hd {
        height: 30px;
        background: #0E94D3 url(/imgs/down.png) 97% center no-repeat;
        padding: 10px 20px;
        text-align: left;
    }

    .lyNyPro_left .cp_type .hd.on {
        background: #0E94D3 url(/imgs/up.png) 96.8% center no-repeat;
    }

    .lyNyPro_left .cp_type .hd p {
        line-height: 30px;
        font-size: 20px;
        float: left;
        padding-right: 10px;
    }

    .lyNyPro_left .cp_type .hd span {
        line-height: 39px;
        font-size: 18px;
        float: left;
    }

    .lyNyPro_left .cp_type .bd_by {
        margin-top: 5px;
    }

    .pro .pro_m {
        width: 100%;
    }

    .pro_m ul li .pro_tlt1 .tit {
        width: 85%;
    }

    .pro_m ul li:hover .pro_tlt1 .tit {
        width: 74%;
    }
}

@media screen and (max-width:767px) {
    .ind_pro {
        padding: 30px 0 20px;
    }

    .pro {
        margin: 10px 0 10px;
    }

    .lyNyPro_left {
        width: 100%;
    }

    .lyNyPro_left .cp_type .bd {
        display: none;
    }

    .lyNyPro_left .cp_type .bd ul li p a {
        width: 90%;
    }

    .lyNyPro_left .cp_type .bd ul li p span {
        width: 10%;
    }

    .lyNyPro_left .cp_type .hd {
        height: 30px;
        background: #0E94D3 url(/imgs/down.png) 97% center no-repeat;
        padding: 10px 20px;
        text-align: left;
    }

    .lyNyPro_left .cp_type .hd.on {
        background: #0E94D3 url(/imgs/up.png) 96.8% center no-repeat;
    }

    .lyNyPro_left .cp_type .hd p {
        line-height: 30px;
        font-size: 20px;
        float: left;
        padding-right: 10px;
    }

    .lyNyPro_left .cp_type .hd span {
        line-height: 39px;
        font-size: 18px;
        float: left;
    }

    .lyNyPro_left .cp_type .bd_by {
        margin-top: 5px;
    }

    .pro .pro_m {
        width: 100%;
    }

    .pro_m ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .pro_m ul li:hover .pro_tlt1 .tit {
        width: 78%;
    }
}

/*首页产品展示*/

/*内页产品展示*/
.ny_pro {
    width: 100%;
    margin-top: 50px;
}

.fengye {
    width: 100%;
    color: #555;
    text-align: center;
    margin: 40px auto;
    text-align: center;
    line-height: 30px;
}

.fengye a {
    display: inline-block;
    color: #555;
    background-color: #dddddd;
    height: 30px;
    width: 50px;
    border-radius: 2px;
    outline: none;
    margin: 0 0.5%;
    padding: 0 10px;
}

.fengye a:hover {
    color: #fff;
    background-color: #0E94D3;
}

.fengye .p_input {
    display: inline-block;
    color: #555;
    background-color: #dddddd;
    height: 30px;
    width: 50px;
    text-align: center;
    border: 0;
    border-radius: 2px;
    outline: none;
    padding: 0 0.2%;
    margin: 0 0.5%;
}

.fengye input {
    display: inline-block;
    color: #fff;
    background-color: #0E94D3;
    height: 30px;
    width: 40px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    margin: 0 0.5%;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {}

@media screen and (max-width:767px) {
    .ny_pro {
        margin-top: 30px;
    }

    .fengye {
        font-size: 0;
        margin: 20px auto;
    }

    .fengye a {
        font-size: 14px;
        margin: 0 2%;
        height: 40px;
        line-height: 40px;
    }

    .fengye .p_input {
        display: none;
    }

    .fengye input {
        display: none;
    }
}

/*内页产品展示*/

/*内页产品列表*/
.pro_lb_m {
    width: 75%;
}

.pro_lb {
    width: 98%;
    background-color: #f5f5f5;
    padding: 10px 1%;
    margin-bottom: 20px;
    height: 246px;
    _border-radius: 20px;
}

.pro_lb .pic {
    display: block;
    width: 25%;
    height: 226px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    padding: 10px 2%;
}

.pro_lb .pic img {
    max-height: 95%;
    max-width: 95%;
    vertical-align: middle;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.pro_lb .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.pro_lb .pro_lb_ms {
    width: 67%;
    background-color: #fff;
    height: 206px;
    padding: 20px 2%;
}

.pro_lb .pro_lb_ms .tit {
    display: block;
    color: #333;
    font-size: 22px;
    font-weight: bolder;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_lb .pro_lb_ms span {
    display: inline-block;
    color: #999;
    font-size: 15px;
    margin: 10px 4% 10px 0;
    max-width: 47%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_lb .pro_lb_ms .ico1 {
    background: url(/imgs/date.png) left center no-repeat;
    padding-left: 25px;
}

.pro_lb .pro_lb_ms .ico2 {
    background: url(/imgs/xh.png) left center no-repeat;
    padding-left: 25px;
}

.pro_lb .pro_lb_ms p {
    color: #999;
    height: 65px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_lb .pro_lb_ms .gdxq {
    display: inline-block;
    width: 148px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background-color: #0E94D3;
    border-radius: 40px;
    text-align: center;
    margin: 20px 2% 0 0;
}

.pro_lb .pro_lb_ms .ljzx {
    display: inline-block;
    width: 148px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #555;
    background-color: #efefef;
    border-radius: 40px;
    text-align: center;
    margin-top: 20px;
}

.pro_lb:hover {
    -webkit-box-shadow: #ccc 1px 1px 20px;
    -moz-box-shadow: #ccc 1px 1px 20px;
    box-shadow: #ccc 1px 1px 20px;
}

.pro_lb:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.pro_lb:hover .pro_lb_ms .tit {
    color: #0E94D3;
}

.pro_lb:hover .pro_lb_ms span {
    color: #0E94D3;
}

.pro_lb:hover .pro_lb_ms .ico1 {
    background: url(/imgs/date1.png) left center no-repeat;
}

.pro_lb:hover .pro_lb_ms .ico2 {
    background: url(/imgs/xh1.png)left center no-repeat;
}

.pro_lb .pro_lb_ms .gdxq:hover {
    color: #fff;
    background-color: #aaa8a8
}

.pro_lb .pro_lb_ms .ljzx:hover {
    color: #fff;
    background-color: #0E94D3;
}

.lyNy_Xgwz {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.lyNy_Xgwz .Xgwz_tit {
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    background-color: #0E94D3;
}

.Xgwz_tit p {
    height: 32px;
    line-height: 32px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.Xgwz_tit span {
    display: block;
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}

.lyNy_Xgwz .Xgwz_list {
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 8px;
    border: 2px solid #0E94D3;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNy_Xgwz .Xgwz_list ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 20px;
    border-bottom: 1px dashed #dfdfdf;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNy_Xgwz .Xgwz_list ul li:last-child {
    border: 0;
}

.lyNy_Xgwz .Xgwz_list ul li em {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(/imgs/jt3.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 14px;
}

.lyNy_Xgwz .Xgwz_list ul li:hover em {
    background: url(/imgs/jt4.png) center center no-repeat;
}

.lyNy_Xgwz .Xgwz_list ul li a {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: #797979;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.lyNy_Xgwz .Xgwz_list ul li a:hover {
    color: #0E94D3;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .pro_lb_m {
        width: 100%;
        margin-top: 30px;
    }

    .lyNy_Xgwz .Xgwz_tit {
        height: 30px;
        padding: 10px 20px;
    }

    .Xgwz_tit p {
        line-height: 30px;
        font-size: 20px;
        float: left;
        padding-right: 10px;
    }

    .Xgwz_tit span {
        line-height: 39px;
        font-size: 18px;
        float: left;
    }
}

@media screen and (max-width:767px) {
    .pro_lb_m {
        width: 100%;
        margin-top: 30px;
    }

    .pro_lb {
        width: 98%;
        height: auto;
    }

    .pro_lb .pic {
        width: 92%;
        height: auto;
        margin: 0 2%;
        padding: 20px 2%;
    }

    .pro_lb .pro_lb_ms {
        width: 92%;
        height: auto;
        margin: 0 2%;
    }

    .pro_lb .pro_lb_ms span {
        max-width: 90%;
    }

    .pro_lb .pro_lb_ms .gdxq {
        margin: 20px 6% 0 0;
    }

    .lyNy_Xgwz .Xgwz_tit {
        height: 30px;
        padding: 10px 20px;
    }

    .lyNy_Xgwz .Xgwz_list {
        min-height: 50px;
    }

    .Xgwz_tit p {
        line-height: 30px;
        font-size: 20px;
        float: left;
        padding-right: 10px;
    }

    .Xgwz_tit span {
        line-height: 39px;
        font-size: 18px;
        float: left;
    }
}

@media screen and (max-width:360px) {
    .pro_lb .pro_lb_ms .gdxq {
        margin: 20px 2% 0 0;
    }
}

/*内页产品列表*/

/*内页-产品详情 开始*/
.ly_NyProDetail {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
    padding: 0;
}

.ly_NyProDetail .lyNyProDetail_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 60px;
    background-color: #f6f6f6;
}

.ly_NyProDetail .lyNyProDetail_con .lyNyProDetail_con_in {
    width: 92%;
    margin: 0 auto;
    position: relative;
}

.lyNyProDetail_con .lyNyProDetail_left {
    width: 18%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.lyNyProDetail_con .lyNyProDetail_left.fixed {
    position: absolute;
    right: 0;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type {
    margin: 0 0 20px;
    background: #fff;
    padding-bottom: 15px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd {
    text-align: center;
    background-color: #eaeaea;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd p {
    height: 50px;
    _background-color: #eaeaea;
    padding: 0 7%;
    line-height: 50px;
    font-size: 18px;
    color: #222;
    text-align: left;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/imgs/mulu_tlt.png) center center no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -3px;
    display: none;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .hd span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    display: none;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd {
    padding: 15px 7%;
    background: #fff;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li {
    margin: 0 auto 8px;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li:last-child {
    margin: 0 auto;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p {
    height: 38px;
    line-height: 38px;
    background-color: #8b8b8b;
    border-radius: 4px;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p a {
    display: block;
    width: 80%;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 38px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p span {
    display: block;
    width: 20%;
    height: 100%;
    background: url(/imgs/mulu4.png)center center no-repeat;
    cursor: pointer;
    float: right;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div {
    display: none;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div a {
    display: block;
    height: 44px;
    line-height: 44px;
    color: #797979;
    font-size: 14px;
    border-bottom: 1px solid #e7e5e5;
    padding: 0 20px 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div a:first-child {}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p:hover,
.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li.on p {
    background-color: #0E94D3;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p:hover a,
.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li.on p a {
    color: #fff;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li p:hover span {
    background: url(/imgs/mulu4.png) center center no-repeat;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li.on p span {
    background: url(/imgs/mulu5.png) center center no-repeat;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul li div a:hover {
    color: #0E94D3;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    background: #f1f1f1;
    width: 94%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd ul a.ckqb:hover {
    background: #0E94D3;
    color: #fff;
}

.lyNyProDetail_con .lyNyProDetail_left .cp_type .bd_by {
    width: 86%;
    height: 38px;
    overflow: hidden;
    line-height: 38px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 10px auto 0;
    padding: 0;
    background-color: #0E94D3;
    border-radius: 4px;
}

/*相关文章*/
.new_Ny_Xgwz {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.new_Ny_Xgwz .Xgwz_tit {
    overflow: hidden;
    margin: 0 auto;
    background-color: #eaeaea;
}

.new_Ny_Xgwz .Xgwz_tit p {
    text-align: left;
    margin: 0 auto;
    height: 50px;
    background-color: #eaeaea;
    padding: 0 7%;
    line-height: 50px;
    font-size: 18px;
    color: #222;
}

.new_Ny_Xgwz .Xgwz_tit span {
    display: block;
    height: 20px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.2);
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
    display: none;
}

.new_Ny_Xgwz .Xgwz_list {
    width: 100%;
    min-height: 150px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 7%;
    background: #fff;
    border-top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new_Ny_Xgwz .Xgwz_list ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 20px;
    border-bottom: 1px dashed #dfdfdf;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.new_Ny_Xgwz .Xgwz_list ul li:last-child {
    border: 0;
}

.new_Ny_Xgwz .Xgwz_list ul li em {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(/imgs/jt3.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 11px;
}

.new_Ny_Xgwz .Xgwz_list ul li:hover em {
    background: url(/imgs/jt4.png) center center no-repeat;
}

.new_Ny_Xgwz .Xgwz_list ul li a {
    display: block;
    width: 100%;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #777;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.new_Ny_Xgwz .Xgwz_list ul li a:hover {
    color: #0E94D3;
}

.side-link {
    background-color: #fff;
    padding-bottom: 40px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.side-tit {
    height: 50px;
    background-color: #eaeaea;
    padding: 0 7%;
    line-height: 50px;
    font-size: 18px;
    color: #222;
}

.sl-item {
    margin-top: 30px;
    padding: 0 20px;
}

.sl-item i {
    display: block;
    width: 90px;
    height: 90px;
    border: solid 1px #eaeaea;
    margin: auto;
    border-radius: 50%;
    background: url(/imgs/side-kf.png) no-repeat center center;
}

.sl-text {
    text-align: center;
    line-height: 1;
    margin-top: 19px;
}

.sl-btn {
    margin-top: 20px;
}

.sl-btn a {
    display: block;
    width: 100%;
    height: 46px;
    background-color: #0E94D3;
    border-radius: 3px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}

.sl-btn a:hover {
    background-color: #0E94D3;
    color: #fff;
}

.lyNyProDetail_con .lyNyProDetail_right {
    width: 79%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
}

.lyNyProDetail_right .lyNyProDetail_ConTit {
    margin: 0 auto 30px;
    padding: 0;
    overflow: hidden;
    background: #eaeaea;
}

.lyNyProDetail_ConTit p {
    overflow: hidden;
    color: #555;
    font-size: 17px;
    box-sizing: border-box;
    float: left;
    border-top: 3px solid #eaeaea;
    border-left: 1px solid #fff;
    padding: 12px 0;
    line-height: 36px;
    width: 25%;
    text-align: center;
    transition: 0.3s;
    background-color: #eaeaea;
    cursor: pointer;
}

.lyNyProDetail_ConTit p.on {
    border-top: 3px solid #0E94D3;
    background-color: #fff;
    color: #0E94D3;
}

.lyNyProDetail_ConTit p:first-child {
    border-left: 0;
}

.lyNyProDetail_right .lyNyProDetail_ConText {
    width: 94%;
    overflow: hidden;
    line-height: 28px;
    color: #555;
    font-size: 15px;
    margin: 0 auto 30px;
    padding: 0 3%;
}

.lyNyProDetail_ConText img,
.lyNyProDetail_ConText table,
.lyNyProDetail_ConText tr,
.lyNyProDetail_ConText td,
.lyNyProDetail_ConText p,
.lyNyProDetail_ConText span,
.lyNyProDetail_ConText div,
.lyNyProDetail_ConText video,
.lyNyProDetail_ConText embed {
    width: 1040px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    line-height: 28px;
    color: #555;
    font-size: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
    margin: 0 !important;
}

.lyNyProDetail_ConText table{
    width:100%;
    background:url('/imgs/backlogo.png') no-repeat center left;
    min-height:300px;
}

.NyNewsdetail_con p span,
.NyNewsdetail_con span,
.NyNewsdetail_con p em,
.NyNewsdetail_con em {
    color: #565656 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    font-size: 15px !important;
}

.lyNyProDetail_ConText table tr td p {
    text-indent: 0 !important;
}

.lyNyProDetail_ConText img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: 0 !important;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 {
    padding: 0 3%;
    margin-bottom: 20px;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 p {
    position: relative;
    font-size: 18px;
    line-height: 1;
    color: #0E94D3;
    padding-bottom: 23px;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 p:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eaeaea;
}

.lyNyProDetail_right .lyNyProDetail_tlt2 p:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #0E94D3;
}

.pdTab-box {
    position: relative;
}

/*.lyNyProDetail_right .lyNyProDetail_ConTit.tlles{position: fixed;top: 0;z-index: 999;}*/

.ny_relate_cp {
    width: 100%;
    padding: 40px 0 20px;
}

.ny_relate_cp .container {
    width: 100%;
    margin: 0 auto;
}

.ny_relate_cp .rTit {
    line-height: 24px;
    overflow: hidden;
}

.ny_relate_cp .rTitText {
    float: left;
    font-size: 24px;
    padding-left: 12px;
    background: url(/imgs/re-tit.png) no-repeat left center;
    color: #222;
}

.ny_relate_cp .rTitMore {
    float: right;
    font-size: 14px;
    color: #999;
}

.ny_relate_cp .rTitMore span {
    display: inline-block;
    padding-right: 16px;
    background: url(/imgs/re-more.png) no-repeat right 6px;
    transition: 0.3s;
}

.ny_relate_cp .rTitMore:hover {
    color: #0E94D3;
}

.ny_relate_cp .rTitMore:hover span {
    background-image: url(/imgs/re-moreh.png);
}

.ny_tjcp_pro {
    margin-top: 30px;
}


.lyTjPro_scoll {
    width: 100%;
    padding: 0;
}

.lyTjPro_scoll .item {
    position: relative;
}

.lyTjPro_scoll .content-slider {
    width: 100%;
    overflow: hidden;
}

.lyTjPro_scoll .lSPager {
    display: none;
}

.ny_tjcp_pro ul li {
    width: 23.5%;
    margin: 0 2% 40px 0;
    float: left;
}

.ny_tjcp_pro ul li:nth-child(4n) {
    margin-right: 0;
}

.ny_tjcp_pro ul li:hover .pro_wrap {
    position: relative;
    border: 1px solid #0E94D3;
}

.ny_tjcp_pro ul li:hover .pro_tlt1:after {
    opacity: 1;
    z-index: 222;
}

.ny_tjcp_pro ul li:hover .pro_tlt1 .tit {
    color: #fff;
    background: url(/imgs/cpjt1.png) right center no-repeat;
    background-size: 25px 25px;
    top: 41.5%;
    z-index: 99999999;
    padding: 0;
    line-height: 55px;
    width: 78%;
    padding-right: 25px;
    margin: 0 7%;
}

.ny_tjcp_pro ul li:hover .more {
    color: #fff;
    background-color: #0E94D3;
}


.pro_detail_main {
    width: 100%;
    height: auto;
    margin: 30px auto 60px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_main .pro_detail_img {
    width: 480px;
    height: 480px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #eaeaea;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.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: 46%;
    min-height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 80px;
    float: right;
    position: relative;
}

.pro_detail_text h1 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    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-color: #f8f8f8;
    box-sizing: border-box;
}

.pro_detail_text .jyms p {
    width: 100%;
    height: 115px;
    overflow: hidden;
    line-height: 28px;
    color: #888;
    font-size: 15px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.pro_detail_text .jyms p span {
    color: #333;
    font-weight: bold;
}

.pro_detail_text ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text ul li {
    width: 100%;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    color: #888;
    font-size: 14px;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.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;
}

.pro_detail_text .pro_detail_btn {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.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: #adadad;
}

.pro_detail_btn a.prodtl_btn2 {
    float: left;
    background-color: #adadad;
}

.pro_detail_btn a.prodtl_btn1:hover {
    background-color: #0E94D3;
}

.pro_detail_btn a.prodtl_btn2:hover {
    background-color: #0E94D3;
}

/**产品详情页产品图片切换**/
.prodetail_img {
    width: 51%;
    height: 440px;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 13%;
    float: left;
    height: 442px;
    overflow: hidden;
}

#spec-left {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-right {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-list {
    width: 440px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

#spec-list ul {}

#spec-list ul li {
    float: none;
    display: block;
    padding: 0;
    width: 100%;
    height: 82px;
    margin: 0 0 8px 0;
}

#spec-list ul li:last-child {
    /* margin:0; */
}

#spec-list ul li:first-child p {
    border: 1px solid rgb(240, 114, 1);
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #dfdfdf;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#spec-list ul li:hover p {
    border: 1px solid #1f71c2;
}

#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: 442px;
    float: right;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-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;
}

.jqzoom .img2 {
    position: absolute;
    left: 76%;
    top: 62%;
    z-index: 3;
}

.jqzoom .img3 {
    position: absolute;
    left: -83%;
    top: -74%;
    z-index: 1;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(loading.gif)
        /*tpa=http://mtwebdr30365abm.mtnets.com.cn/skins/26230/css/i/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(/imgs/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;
}

.prodetail_img a.videoIco {
    left: 20px !important;
    bottom: 20px !important;
    z-index: 99 !important;
}

.Warning {
    width: 100% !important;
    height: 100% !important;
}

.lyNyProDetail_con .lyNyProDetail_right .nyfengye {
    padding: 0 2% !important;
}

.lyNyProDetail_con .lyNyProDetail_right .nyfengye p {
    width: 100% !important;
    margin: 10px 0 !important;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .ny_tjcp_pro ul li:hover .pro_tlt1 .tit {
        width: 76% !important;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ly_NyProDetail .lyNyProDetail_con {
        padding: 40px 0;
    }

    .ny_tjcp_pro ul li:hover .pro_tlt1 .tit {
        width: 75% !important;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .prodetail_img {
        width: 100%;
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        padding: 30px 0 80px;
        min-height: 285px;
    }

    .pro_detail_text ul li {
        width: 50%;
        float: left;
    }

    .ly_NyProDetail .lyNyProDetail_con {
        padding: 40px 0;
    }

    .lyNyProDetail_con .lyNyProDetail_right {
        width: 100%;
    }

    .lyNyProDetail_con .lyNyProDetail_left {
        width: 100%;
        margin-top: 30px;
    }

    .lyNyProDetail_con .lyNyProDetail_left.fixed {
        position: static;
    }

    .lyNyProDetail_con .lyNyProDetail_left .cp_type .bd {
        display: none;
    }

    .lyNyProDetail_con .lyNyProDetail_left .cp_type .hd {
        background: #eaeaea url(/imgs/down3.png) 97% center no-repeat;
        text-align: left;
    }

    .lyNyProDetail_con .lyNyProDetail_left .cp_type .hd.on {
        background: #eaeaea url(/imgs/up3.png) 97% center no-repeat;
    }

    .ny_tjcp_pro ul li .pro_tlt1 .tit {
        width: 95.3%;
    }

    .ny_tjcp_pro ul li:hover .pro_tlt1 .tit {
        width: 82.2%;
    }

    .sl-item {
        padding: 0 35%;
    }
}

@media screen and (max-width:767px) {
    .prodetail_img {
        width: 100%;
        height: auto;
    }

    .jqzoom {
        width: 100%;
        height: 283px;
    }

    #spec-n5 {
        width: 100%;
        height: auto;
    }

    #spec-list ul li {
        float: left;
        width: 17.7%;
        height: 63px;
        margin: 10px 10px 8px 0;
    }

    #spec-list ul li:last-child {
        margin-right: 0;
    }

    .pro_detail_main {
        margin: 30px auto 20px;
    }

    .pro_detail_main .pro_detail_text {
        width: 100%;
        padding: 20px 0 80px;
        min-height: 285px;
    }

    .pro_detail_text ul li {
        width: 50%;
        float: left;
    }

    .pro_detail_btn a {
        height: 45px;
        line-height: 45px;
        font-size: 20px;
    }

    .ly_NyProDetail {
        margin: 10px auto 20px;
    }

    .ly_NyProDetail .lyNyProDetail_con {
        padding: 20px 0;
    }

    .lyNyProDetail_con .lyNyProDetail_right {
        width: 100%;
    }

    .lyNyProDetail_ConTit p {
        width: 50%;
    }

    .lyNyProDetail_con .lyNyProDetail_left {
        width: 100%;
        margin-top: 30px;
    }

    .lyNyProDetail_con .lyNyProDetail_left.fixed {
        position: static;
    }

    .lyNyProDetail_con .lyNyProDetail_left .cp_type .bd {
        display: none;
    }

    .lyNyProDetail_con .lyNyProDetail_left .cp_type .hd {
        background: #eaeaea url(/imgs/down3.png) 97% center no-repeat;
        text-align: left;
    }

    .lyNyProDetail_con .lyNyProDetail_left .cp_type .hd.on {
        background: #eaeaea url(/imgs/up3.png) 97% center no-repeat;
    }

    .lyNyProDetail_con .lyNyProDetail_right .nyfengye p {
        margin: 5px 0 !important;
        padding: 0;
    }

    .lyTjPro_scoll .content-slider {
        height: 370px !important;
    }

    .ny_tjcp_pro ul li .pro_tlt1 .pic {
        height: 246px;
    }

    .ny_tjcp_pro ul li:hover .pro_tlt1 .tit {
        width: 78%;
    }

    .sl-item {
        padding: 0 20%;
    }

}

@media screen and (max-width:360px) {
    #spec-list ul li {
        width: 17.6%;
    }

    .sl-item {
        padding: 0 20%;
    }
}

/*产品详情页结束*/

/*首页公司优势*/
.ind_ys {
    width: 100%;
    padding: 50px 0 70px;
    background: url(/imgs/case_bg.jpg) center center no-repeat;
    background-size: cover;
}

.ind_ys .tjcp_tit .dtit {
    color: #4b4a4a !important;
}

.ind_ys .tjcp_tit p {
    color: #fff !important;
}

.ind_ys .tjcp_tit i {
    color: #fff !important;
}

.ind_ys .ind_ys_m {
    margin-top: 30px;
}

.ind_ys .ind_ys_m ul li {
    width: 19.3%;
    margin-right: 2%;
    float: left;
    padding: 28px 2%;
    text-align: center;
    background-color: #fff;
    box-shadow: 10px 10px 0 rgba(255, 255, 255, .2);
}

.ind_ys .ind_ys_m ul li:nth-child(4n) {
    margin-right: 0;
}

.ind_ys .ind_ys_m ul li .pic {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    position: relative;
    margin-top: 10px;
}

.ind_ys .ind_ys_m ul li .pic img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
    z-index: 9;
}

.ind_ys .ind_ys_m ul li .pic em {
    width: 100%;
    height: 80px;
    background: url(/imgs/yin_k01.png) center center no-repeat;
    line-height: 30px;
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
    position: absolute;
    left: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.ind_ys .ind_ys_m ul li p {
    display: block;
    font-size: 22px;
    color: #2e3138;
    font-weight: bolder;
    line-height: 30px;
    margin: 20px 0;
}

.ind_ys .ind_ys_m ul li i {
    display: block;
    width: 165px;
    height: 1px;
    border-bottom: 1px dashed #dfdfdf;
    margin: 0 auto;
}

.ind_ys .ind_ys_m ul li span {
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    margin: 20px 0 10px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ind_ys .ind_ys_m ul li:hover {
    _border: 1px solid #0E94D3;
    box-shadow: 1px 1px 15px #888 inset;
}

.ind_ys .ind_ys_m ul li:hover .pic em {
    background: url(/imgs/yin_k02.png) center center no-repeat;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .ind_ys .ind_ys_m ul li {
        width: 43.5%;
        margin: 0 4% 40px 0;
    }

    .ind_ys .ind_ys_m ul li:nth-child(2n) {
        margin-right: 0;
    }

    .ind_ys .ind_ys_m ul li:nth-last-of-type(-n+2) {
        margin-bottom: 0;
    }

    0
}

@media screen and (max-width:767px) {
    .ind_ys {
        padding: 20px 0 10px;
    }

    .ind_ys .tjcp_tit .dtit {
        font-size: 38px;
    }

    .ind_ys .ind_ys_m {
        margin-top: 10px;
    }

    .ind_ys .ind_ys_m ul li {
        width: 93%;
        margin: 0 0 40px 0;
    }

    .ind_ys .ind_ys_m ul li:nth-child(2n) {
        margin-right: 0;
    }

    0
}

@media screen and (max-width:360px) {
    .ind_ys .tjcp_tit .dtit {
        font-size: 36px;
    }
}

/*首页公司优势*/

/*首页新闻中心*/
.ind_new {
    width: 100%;
    padding: 0 0 60px;
}

.ind_new .art_tit {
    margin: 0 auto;
    text-align: center;
}

.ind_new .art_tit span {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #0E94D3;
    border: 1px solid #0E94D3;
    margin: 10px 2% 0 0;
    _border-radius: 40px;
}

.ind_new .art_tit span.active {
    color: #fff;
    background-color: #0E94D3;
}

.ind_new .art_tit span:hover {
    color: #fff;
    background-color: #0E94D3;
}

.ind_new .art_tit span:nth-child(2n) {
    margin-right: 0;
}

.ind_new_m {
    padding-top: 30px;
}

.ind_new_m .ind_new_l {
    width: 28%;
    margin-right: 2%;
    background-color: #F6F6F6;
    ;
    padding: 20px 2%;
}

.ind_new_m .ind_new_l .tit {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_new_m .ind_new_l span {
    display: block;
    font-size: 15px;
    color: #999;
    padding: 10px 0;
    text-align: left;
}

.ind_new_m .ind_new_l p {
    display: block;
    font-size: 14px;
    color: #999;
    margin: 10px 0 30px;
    line-height: 26px;
    max-height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ind_new_m .ind_new_l .pic {
    display: block;
    width: 100%;
    height: 204px;
    text-align: center;
    overflow: hidden;
}

.ind_new_m .ind_new_l .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.ind_new_m .ind_new_l:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.ind_new_m .ind_new_l:hover .tit {
    color: #0E94D3;
}

.ind_new_m .ind_new_l:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.ind_new_m .ind_new_r {
    width: 64%;
}

.ind_new_m .ind_new_r ul li {
    width: 47%;
    background-color: #F6F6F6;
    ;
    margin-right: 6%;
    float: left;
}

.ind_new_m .ind_new_r ul li:nth-child(2n) {
    margin-right: 0;
}

.ind_new_m .ind_new_r ul li div {
    border-bottom: 1px solid #EAEAEA;
    margin: 20px 7% 0;
}

.ind_new_m .ind_new_r ul li:nth-last-of-type(-n+2) div {
    border-bottom: 0;
}

.ind_new_m .ind_new_r ul li div .tit {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_new_m .ind_new_r ul li div span {
    display: block;
    font-size: 15px;
    color: #999;
    padding: 10px 0;
    text-align: left;
}

.ind_new_m .ind_new_r ul li div p {
    display: block;
    font-size: 14px;
    color: #999;
    padding: 0 0 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_new_m .ind_new_r ul li:hover {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.ind_new_m .ind_new_r ul li div:hover {
    border-bottom: 1px solid #fff;
}

.ind_new_m .ind_new_r ul li:hover:nth-last-of-type(-n+2) div {
    border-bottom: 0;
}

.ind_new_m .ind_new_r ul li div:hover .tit {
    color: #0E94D3;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .ind_new_m .ind_new_r ul li {
        width: 47%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ind_new_m .ind_new_r ul li {
        width: 47%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .ind_new_m .ind_new_l {
        width: 96%;
        margin-right: 0;
    }

    .ind_new_m .ind_new_l p {
        margin: 0 0 20px;
    }

    .ind_new_m .ind_new_l .pic {
        height: 280px;
    }

    .ind_new_m .ind_new_r {
        width: 100%;
        margin-top: 20px;
    }

    .ind_new_m .ind_new_r ul li {
        width: 48.5%;
        margin-right: 3%;
    }

    .ind_new_m .ind_new_r ul li div {
        margin: 10px 5% 0;
    }

    .ind_new_m .ind_new_r ul li div p {
        padding: 0 0 5px;
    }
}

@media screen and (max-width:767px) {
    .ind_new {
        padding: 0 0 40px;
    }

    .ind_new .tjcp_tit .dtit {
        font-size: 31px;
    }

    .ind_new_m .ind_new_l {
        width: 90%;
        margin-right: 0;
        padding: 20px 5%;
    }

    .ind_new_m .ind_new_l span {
        padding: 0;
        font-size: 14px;
    }

    .ind_new_m .ind_new_l p {
        margin: 10px 0 20px;
    }

    .ind_new_m .ind_new_l .pic {
        height: 180px;
    }

    .ind_new_m .ind_new_r {
        width: 100%;
        margin-top: 20px;
    }

    .ind_new_m .ind_new_r ul li {
        width: 100%;
    }

    .ind_new_m .ind_new_r ul li:nth-last-of-type(-n+2) div {
        border-bottom: 1px solid #EAEAEA;
    }

    .ind_new_m .ind_new_r ul li:nth-child(6n) div {
        border-bottom: 0;
    }

    .ind_new_m .ind_new_r ul li div {
        margin: 10px 5% 0;
    }

    .ind_new_m .ind_new_r ul li div p {
        padding: 0 0 5px;
    }

    .ind_new_m .ind_new_r ul li div span {
        padding: 0;
        font-size: 14px;
    }
}

/*首页新闻中心*/

/*内页新闻中心*/
.ny_tjxw {
    width: 94%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 20px 2%;
    margin-bottom: 30px;
}

.ny_tjxw .new_date {
    width: 8%;
    border-right: 1px solid #eaeaea;
    margin: 28px 2% 28px 0;
    text-align: center;
    padding-right: 2%;
}

.ny_tjxw .new_date p {
    display: block;
    font-size: 20px;
    color: #999;
    line-height: 40px;
}

.ny_tjxw .new_date span {
    display: block;
    font-size: 42px;
    font-weight: bolder;
    color: #333;
    line-height: 50px;
}

.ny_tjxw .new_m {
    width: 70%;
    margin: 28px 0;
}

.ny_tjxw .new_m .tit {
    display: block;
    color: #333;
    font-size: 17px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_tjxw .new_m p {
    color: #999;
    font-size: 14px;
    height: 55px;
    line-height: 25px;
    margin: 10px 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ny_tjxw .pic {
    display: inline-block;
    width: 15%;
    height: 137px;
    text-align: center;
    overflow: hidden;
}

.ny_tjxw .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.ny_tjxw:hover {
    background-color: #0E94D3;
    border: 1px solid #0E94D3;
}

.ny_tjxw:hover .new_date {
    border-right: 1px solid #fff;
}

.ny_tjxw:hover .new_date P {
    color: #fff;
}

.ny_tjxw:hover .new_date span {
    color: #fff;
}

.ny_tjxw:hover .new_m .tit {
    color: #fff;
}

.ny_tjxw:hover .new_m p {
    color: #fff;
}

.ny_tjxw:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.ny_xw {
    width: 100%;
}

.ny_xw ul li {
    width: 48%;
    border: 1px solid #eaeaea;
    margin: 0 2% 30px 0;
    float: left;
}

.ny_xw ul li:nth-child(2n) {
    margin-right: 0;
}

.ny_xw ul li .ny_xw_m_top {
    padding: 24px 4%;
}

.ny_xw ul li .ny_xw_m_top .tit {
    display: block;
    color: #333;
    font-size: 17px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ny_xw ul li .ny_xw_m_top p {
    color: #999;
    font-size: 14px;
    height: 45px;
    line-height: 25px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ny_xw ul li .ny_xw_m_bot {
    border-top: 1px solid #eaeaea;
    color: #999;
    font-size: 16px;
    line-height: 45px;
    padding-left: 4%;
}

.ny_xw ul li .ny_xw_m_bot em {
    display: inline-block;
    background: url(/imgs/date.png) left center no-repeat;
    padding-left: 28px;
}

.ny_xw ul li .ny_xw_m_bot .more {
    display: inline-block;
    background: url(/imgs/jt6.png) center center no-repeat;
    width: 45px;
    height: 45px;
    border-left: 1px solid #eaeaea;
}

.ny_xw ul li:hover {
    background-color: #0E94D3;
    border: 1px solid #0E94D3;
}

.ny_xw ul li:hover .ny_xw_m_top .tit {
    color: #fff;
}

.ny_xw ul li:hover .ny_xw_m_top p {
    color: #fff;
}

.ny_xw ul li:hover .ny_xw_m_bot {
    border-top: 1px solid #eaeaea42;
    color: #fff;
}

.ny_xw ul li:hover .ny_xw_m_bot em {
    background: url(/imgs/date2.png) left center no-repeat;
}

.ny_xw ul li:hover .ny_xw_m_bot .more {
    background: url(/imgs/jt5.png) center center no-repeat;
    border-left: 1px solid #eaeaea42;
}


@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .ny_tjxw .new_date span {
        font-size: 38px;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .ny_tjxw .new_date span {
        font-size: 27px;
    }

    .ny_tjxw .new_m {
        width: 62%;
    }

    .ny_xw ul li .ny_xw_m_top p {
        margin: 10px 0 0;
    }

    .ny_tjxw .pic {
        width: 25%;
    }
}

@media screen and (max-width:767px) {
    .ny_tjxw {
        width: 96%;
    }

    .ny_tjxw .new_date {
        display: none;
    }

    .ny_tjxw .new_m {
        width: 98%;
        margin: 0 2%;
    }

    .ny_xw ul li .ny_xw_m_top p {
        margin: 10px 0 0;
    }

    .ny_tjxw .pic {
        width: 100%;
        height: 190px;
    }

    .ny_xw ul li {
        width: 100%;
    }
}

/*内页新闻中心*/

/*新闻详情页*/
.news_del {}

.news_del h1 {
    font-size: 25px;
    color: #333;
    font-weight: bolder;
    text-align: center;
}

.news_del .fbsj {
    display: block;
    background-color: #f1f1f1;
    color: #888;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
}

.news_del .news_del_m {
    margin-top: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #777;
}

.news_del .news_del_m p {
    margin-bottom: 10px;
}

.news_del .news_del_m p span {
    font-size: 16px
}


.nyfengye {}

.nyfengye p {
    color: #888;
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin: 30px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nyfengye p.fr {
    text-align: right;
}

.nyfengye p a {
    color: #333;
}

.nyfengye p a:hover {
    color: #0E94D3;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .nyfengye {
        padding: 25px 0;
    }

    .nyfengye p {
        width: 100%;
        padding: 7px 0;
        margin: 0 0;
    }

    .nyfengye p.fr {
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .nyfengye {
        padding: 25px 0;
    }

    .nyfengye p {
        width: 100%;
        padding: 7px 0;
        margin: 0 0;
    }

    .nyfengye p.fr {
        text-align: left;
    }
}

/*新闻详情页*/

/*首页案例展示*/
.ind_case {
    width: 100%;
    background-color: #fff;
    padding: 50px 0 20px;
}


.ind_case .ind_case_m {
    margin: 30px 0;
    padding-bottom: 10px;
}

.ind_case_m ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.ind_case_m ul li:nth-child(3n) {
    margin-right: 0;
}

.ind_case_m ul li .pic {
    display: block;
    width: 100%;
    height: 260px;
    text-align: center;
    overflow: hidden;
}

.ind_case_m ul li .pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .25s;
    transition: all .5s;
}

.ind_case_m ul li .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.ind_case_m ul li .case_m {
    margin: 16px 4%;
    border: 1px solid #e4e4e4;
    padding: 20px 4%;
}

.ind_case_m ul li .case_m p a {
    display: block;
    font-size: 17px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind_case_m ul li .case_m span {
    display: block;
    font-size: 14px;
    color: #999;
    height: 50px;
    line-height: 23px;
    margin: 10px 0 15px;
    ;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
}

.ind_case_m ul li .case_m .more {
    display: block;
    width: 182px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #0E94D3;
    border-radius: 40px;
    font-size: 15px;
    color: #0E94D3;
    text-align: center;
    margin: 0 auto;
}

.ind_case_m ul li:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

.ind_case_m ul li:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.ind_case_m ul li .case_m p a:hover {
    color: #0E94D3;
}

.ind_case_m ul li .case_m .more:hover {
    background-color: #0E94D3;
    color: #fff;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {

    .ind_case_m ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .ind_case_m ul li:nth-child(3n) {
        margin-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .ind_case {
        padding: 20px 0 20px;
    }

    .ind_case .ind_case_m {
        margin: 10px 0;
    }

    .ind_case_m ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .ind_case_m ul li:nth-child(3n) {
        margin-bottom: 0;
    }
}

/*首页案例展示*/

/*内页-在线留言 开始*/
.ly_NyOrder {
    width: 1300px;
    overflow: hidden;
    margin: 30px auto;
    padding: 0;
}

.ly_msg {
    width: 94%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 3%;
}

.ly_msg h3 {
    display: none !important;
}

.ly_msg ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ly_msg ul li {
    width: 100%;
    overflow: hidden;
    line-height: 44px;
    margin: 0 auto 30px !important;
    padding: 0;
    color: #999;
    font-size: 14px;
}

.ly_msg ul li:last-child {
    margin: 0 auto !important;
}

.ly_msg ul li h4 {
    width: 8% !important;
    height: 44px !important;
    overflow: hidden;
    line-height: 44px !important;
    margin: 0;
    padding: 0 12px 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;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_tara {
    width: 83%;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(/imgs/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;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_tara {
    width: 92% !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.ly_msg ul li .msg_ipt1,
.ly_msg ul li .msg_ipt12,
.ly_msg ul li .msg_ipt2 {
    height: 44px !important;
    background: url(/imgs/tb_img.png) right center no-repeat !important;
}

.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;
}

.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;
}

.msg_ipt12 input {
    height: 34px;
    line-height: 16px;
    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;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input {
    height: 44px !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.msg_ipt1 input,
.msg_ipt12 input,
.msg_ipt2 input,
.msg_tara textarea {
    font-size: 14px !important;
    background-color: #f8f8f8 !important;
    border: none !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
    outline: none !important;
    resize: 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;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ly_msg ul li .msg_ipt2,
.msg_ipt2 input {
    width: 160px !important;
}

.ly_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

.ly_msg ul li a.yzm_img {
    display: block;
    width: 90px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(/imgs/tb_img.png) top right no-repeat;
    float: left;
}

.ly_msg ul li a.yzm_img {
    width: 120px !important;
    height: 44px !important;
    background: url(/imgs/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: 83%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.ly_msg ul li .msg_btn {
    width: 88% !important;
}

.msg_btn input {
    display: block;
    width: 100px;
    height: 34px;
    overflow: hidden;
    line-height: 32px;
    margin: 0 15px 0 0;
    padding: 0;
    background-color: #f0f0f0;
    color: #333;
    font-size: 13px;
    text-align: center;
    border: 1px solid #ccc;
    float: left;
}

.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: #0E94D3 !important;
    cursor: pointer !important;
}

.msg_btn input:last-child {
    background-color: #bbb !important;
}

.msg_btn input:hover {
    background-color: #0E94D3 !important;
}

/*内页-在线留言 结束*/

/*内页联系我们*/
.ny_con {
    border-bottom: 24px solid #0E94D3;
    height: auto;
    border-radius: 20px;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    -webkit-box-shadow: #ccc 1px 0px 10px 1px;
    -moz-box-shadow: #ccc 1px 0px 10px 1px;
    box-shadow: #ccc 1px 0px 10px 1px;
    overflow: hidden;
}

.ny_con .con_m {
    background-color: #fff;
}

.ny_con .con_m .con_tit {
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: #808080;
    padding: 45px 0;
}

.ny_con .con_m .con_del {
    padding: 20px 0;
}

.con_del ul li {
    width: 20.9%;
    float: left;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    color: #888;
    padding: 25px 2%;
}

.con_del ul li:nth-child(4n) {
    border: 0;
}

.con_del ul li em {
    display: block;
    padding: 10px 0;
}

.con_del ul li p {
    font-size: 20px;
    padding: 10px 0;
}

.con_del ul li span {
    font-size: 16px;
    max-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
    word-break: break-all;
}

.lx_dz {
    width: 97%;
    overflow: hidden;
    margin: 50px auto 0;
    padding: 1%;
    border: 1px solid #d9d9d9;
    font-size: 14px;
    margin-bottom: 40px;
}

.lx_dz .dz_map {
    width: 100%;
    overflow: hidden;
    height: 400px;
    margin: 0 auto;
}

@media screen and (max-width:1300px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .con_del ul li {
        width: 45.9%;
        margin-bottom: 20px;
    }

    .con_del ul li:nth-child(2n) {
        border: 0;
    }
}

@media screen and (max-width:767px) {
    .ny_con .con_m .con_tit {
        width: 94%;
        font-size: 25px;
        padding: 45px 3% 0;
    }

    .con_del ul li {
        width: 96%;
        padding: 0 2% 25px;
    }

    .con_del ul li:nth-child(n) {
        border: 0;
    }

    .con_del ul li p {
        font-size: 22px;
    }

    .con_del ul li span {
        max-height: 60px;
        font-size: 20px;
    }
}

/*内页联系我们*/

/*成功案例*/
.nysuccess {
    width: 100%;
}

.nysuccess ul li {
    width: 31.3%;
    margin: 0 2% 30px 0;
    float: left;
    text-align: center;
    position: relative;
}

.nysuccess ul li:nth-child(3n) {
    margin-right: 0;
}

.nysuccess ul li .suc_pic {
    display: block;
    width: 100%;
    height: 328px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.nysuccess ul li .suc_pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nysuccess ul li .suc_pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.nysuccess ul li .suc_pic:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.nysuccess ul li:hover .suc_pic:before {
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.nysuccess ul li .suc_tit {
    display: block;
    width: 92%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    margin-top: -50px;
    position: absolute;
    z-index: 99;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 4%;
}

.nysuccess ul li .suc_tit:after {
    content: "";
    width: 0;
    height: 50px;
    background-color: #0E94D3;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.nysuccess ul li:hover .suc_tit:after {
    width: 100%;
}

.nysuccess ul li:hover .suc_pic img {
    transform: scale(1.1);
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.nysuccess ul li:hover {
    -webkit-box-shadow: #ccc 1px 0px 10px 1px;
    -moz-box-shadow: #ccc 1px 0px 10px 1px;
    box-shadow: #ccc 1px 0px 10px 1px;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .nysuccess ul li .suc_pic {
        height: 272px;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .nysuccess ul li .suc_pic {
        height: 244px;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .nysuccess ul li {
        width: 49%
    }

    .nysuccess ul li .suc_pic {
        height: 268px;
    }

    .nysuccess ul li:nth-child(2n) {
        margin-right: 0;
    }

    .nysuccess ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .nysuccess ul li:nth-child(6n) {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .nysuccess ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .nysuccess ul li .suc_pic {
        height: 268px;
    }
}

/*成功案例*/

/*资料下载*/
.down {
    width: 100%;
}

.down ul li {
    width: 48.8%;
    float: left;
    margin: 0 2% 30px 0;
    background: url(/imgs/down1.png) left center no-repeat;
    border: 1px solid #e0e0e0;
}

.down ul li:nth-child(2n) {
    margin-right: 0;
}

.down ul li .time {
    width: 12%;
    background: url(/imgs/clock.png) left center no-repeat;
    border-right: 1px solid #e0e0e0;
    font-size: 15px;
    color: #888;
    display: inline-block;
    line-height: 43px;
    margin: 14px 0 13px 13%;
    padding: 0 2% 0 3%;
}

.down ul li p {
    width: 69%;
    line-height: 50px;
}

.down ul li p .tit {
    display: inline-block;
    width: 94%;
    padding: 10px 2% 10px 4%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.down ul li:hover {
    background: url(/imgs/down2.png) left center no-repeat;
}

.down ul li:hover p .tit {
    color: #0E94D3;
}

.down_btn {
    width: 100%;
    padding: 50px 2%;
    text-align: center;
}

.down_btn a {
    display: inline-block;
    width: 120px;
    height: 40px;
    border: 1px solid #888;
    margin: 0 1%;
    color: #888;
    line-height: 40px;
}

.down_btn a:hover {
    background-color: #0E94D3;
    border: 1px solid #0E94D3;
    color: #fff;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .down ul li {
        margin: 0 2% 20px 0;
    }

    .down ul li .time {
        width: 14%;
        margin: 14px 0 13px 15%;
    }

    .down ul li p {
        width: 65%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .down ul li {
        margin: 0 2% 20px 0;
    }

    .down ul li .time {
        width: 16%;
        margin: 14px 0 13px 15%;
    }

    .down ul li p {
        width: 63%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .down ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .down ul li .time {
        width: 16%;
        margin: 14px 0 13px 12%;
    }

    .down ul li p {
        width: 66%;
    }
}

@media screen and (max-width:767px) {
    .down ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .down ul li .time {
        display: none;
    }

    .down ul li p {
        width: 80%;
    }

    .down_btn a {
        margin: 0 6%;
    }
}

/*资料下载*/

/*底部*/
.foot {
    width: 100%;
    background: #232323;
    color: #fff;
    padding: 30px 0;
}

.foot_top {
    padding: 30px 0;
}

.foot_top .foot1 {
    width: 50%;
    margin-right: 2%;
}

.foot_top .foot1 dl {
    width: 31%;
    margin-right: 2%;
    max-height: 180px;
    overflow: hidden;
}

.foot_top .foot1 dl dt {
    font-size: 12px;
    color: #666;
    margin-bottom: 30px;
    background: url(/imgs/footico.png) left center no-repeat;
    padding-left: 35px;
}

.foot_top .foot1 dl dt em {
    font-size: 16px;
    color: #fff;
    margin-right: 3%;
}

.foot_top .foot1 dl dd {
    margin: 0;
    padding-left: 15px;
}

.foot_top .foot1 dl dd i {
    display: inline-block;
    width: 5px;
    height: 1px;
    background-color: #aaa;
    margin: 0 9% 5px 0;
}

.foot_top .foot1 dl dd a {
    display: inline-block;
    font-size: 14px;
    color: #aaa;
    line-height: 30px;
    text-align: left;
}

.foot_top .foot1 dl dd a:hover {
    color: #fff;
}

.foot_top .foot2 {
    width: 28%;
    margin-right: 2%;
}

.foot_top .foot2 .top {
    width: 100%;
    height: auto;
    _background: url(/imgs/footline.jpg) bottom center no-repeat;
    border-bottom: 1px solid #3f3f3f;
}

.foot_top .foot2 .top .con {
    width: 60%;
}

.foot_top .foot2 .top .con p {
    font-size: 15px;
    color: #fff;
}

.foot_top .foot2 .top .con span {
    font-size: 30px;
    font-weight: bolder;
    color: #0E94D3;
    margin: 0;
}

.foot_top .foot2 .top .pic {
    width: 26%;
}

.foot_top .foot2 span {
    display: block;
    font-size: 15px;
    color: #aaa;
    margin: 20px 0;
}

.foot_top .foot2 .ico1 {
    background: url(/imgs/dlx.png) left center no-repeat;
    padding-left: 7%;
}

.foot_top .foot2 .ico2 {
    background: url(/imgs/demil.png) left center no-repeat;
    padding-left: 7%;
}

.foot_top .foot2 .ico3 {
    background: url(/imgs/dmap.png) left center no-repeat;
    padding-left: 7%;
}

.foot_top .foot3 {
    width: 9.3%;
    text-align: center;
}

.foot_top .foot3 img {
    width: 130px;
    height: 100%;
}

.foot_top .foot3 p {
    font-size: 14px;
    color: #aaa;
    line-height: 50px;
}

.foot_middle {
    background: url(/imgs/link.png) center center repeat;
    _background-size: cover;
    margin-bottom: 30px;
    min-height: 70px;
    padding: 5px 1% 10px;
    color: #5c5a5a;
}

.foot_middle .link {
    font-size: 14px;
    color: #aaa;
    line-height: 20px;
    /*width: 64px;*/
    display: block;
    float: left;
    padding: 10px 20px 10px 50px;
    background: url(/imgs/link2.png) left center no-repeat;
}

.foot_middle .link p {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.foot_middle a {
    display: inline-block;
    font-size: 14px;
    color: #aaa;
    line-height: 30px;
    margin: 5px 10px 0 0;
}

.foot_middle a:hover {
    color: #fff;
}

.foot_bot {
    line-height: 30px;
}

.foot_bot p {
    font-size: 14px;
    color: #aaa;
}

.foot_bot p a {
    display: inline-block;
    font-size: 14px;
    color: #aaa;
    line-height: 30px;
}

.foot_bot p a:hover {
    color: #fff;
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .foot_top .foot2 .top .con span {
        font-size: 27px;
    }

    .foot_top .foot2 .ico1 {
        padding-left: 10%;
    }

    .foot_top .foot2 .ico2 {
        padding-left: 10%;
    }

    .foot_top .foot2 .ico3 {
        padding-left: 10%;
    }

    .foot_top .foot3 {
        width: 11.3%;
    }
}

@media screen and (max-width:1199px) and (min-width:1080px) {
    .foot_top .foot2 .top .con span {
        font-size: 24px;
    }

    .foot_top .foot2 .ico1 {
        padding-left: 10%;
    }

    .foot_top .foot2 .ico2 {
        padding-left: 10%;
    }

    .foot_top .foot2 .ico3 {
        padding-left: 10%;
    }

    .foot_top .foot3 {
        width: 13%;
    }
}

@media screen and (max-width:1079px) and (min-width:768px) {
    .foot_top .foot1 {
        width: 100%;
        margin: 0 0 20px 0;
        padding-left: 7%;
    }

    .foot_top .foot2 {
        width: 48%;
        padding-left: 7%;
    }

    .foot_top .foot2 .top .con span {
        font-size: 29px;
    }

    .foot_top .foot2 .ico1 {
        padding-left: 10%;
    }

    .foot_top .foot2 .ico2 {
        padding-left: 10%;
    }

    .foot_top .foot2 .ico3 {
        padding-left: 10%;
    }

    .foot_top .foot3 {
        width: 33.3%;
        padding-top: 25px;
    }
}

@media screen and (max-width:767px) {
    .foot {
        padding: 10px 0 30px;
    }

    .foot_top {
        padding: 30px 0 10px;
    }

    .foot_top .foot1 {
        display: none;
    }

    .foot_top .foot2 {
        width: 100%;
    }

    .foot_top .foot2 .top .con span {
        font-size: 28px;
    }

    .foot_top .foot2 .ico1 {
        padding-left: 7%;
    }

    .foot_top .foot2 .ico2 {
        padding-left: 7%;
    }

    .foot_top .foot2 .ico3 {
        padding-left: 7%;
    }

    .foot_top .foot3 {
        width: 100%;
        padding-top: 10px;
    }

    .foot_middle {
        margin-bottom: 10px;
    }

    .foot_bot p {
        width: 100%;
    }
}

/*底部*/

/*右侧漂浮 开始*/
.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 99999;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
}

.client-2 li i {
    background: url(/imgs/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 4px auto 0;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #0E94D3;
    color: #fff;
    height: 56px;
    width: 247px;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #0E94D3;
    width: 97px;
    height: 56px;
    position: relative;
    padding: 9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

@media (max-width:880px) {

    .my-kefu-liuyan,
    .my-kefu-weixin,
    .my-kefu-tel-right {
        display: none;
    }

    .client-2 {
        right: 0;
    }

    .client-2 li {
        height: 48px;
        position: static;
        margin: 0;
    }

    .client-2 .my-kefu-tel-main,
    .client-2 .my-kefu-main {
        width: 48px;
        border-radius: 48px;
        height: 40px;
        padding: 4px 0;
    }

    .my-kefu-main {
        background: #0f3355 !important;
    }

    .client-2 li a p {
        display: none;
    }

    .client-2 .my-kefu-left {
        height: 48px;
    }

    .client-2 .my-kefu-ftop i {
        margin: 2px 0 0 8px;
    }

    .client-2 .my-kefu-ftop {
        margin-top: 10px;
    }

    .client-2 .my-kefu-tel i {
        margin: 6px 0 0 12px;
    }
}

/*右侧漂浮 结束*/

/*右侧漂浮*/
.kefuview {
    width: 130px;
    position: fixed;
    right: 10px;
    bottom: 38%;
    border-radius: 6px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    text-align: center;
    background: #fff;
    z-index: 999999;
}

.kefuview .top1 {
    text-align: center;
    background: #ed2222;
    color: #fff;
    padding: 12px 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.kefuview .top1 h5 {
    color: #fff;
    font-size: 16px;
}

.kefuview .top1 i {
    width: 33px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url('/imgs/kepu-ico.jpg') no-repeat center top;
}

.kefuview .btnt {
    background: #fff;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-top: none;
}

.kefuview .btnt img {
    width: 100px;
    height: auto;
    display: block;
    margin: auto auto;
}

.kefuview .des {
    background: #333333;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 4px 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.kefuview .des i {
    width: 11px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url('/imgs/hdbu-kefu.png') no-repeat center top
}

.kefuview .btnt {
    width: auto;
    position: relative
}

.kefuview .btnt ul {
    width: 80%;
    margin: 0 auto;
}

.kefuview .btnt ul a {
    display: block;
    width: 100%;
    text-align: center;
    color: #444;
    background: #d8d8d8;
    border-radius: 3px;
    line-height: 25px;
    margin-top: 12px;
}

.kefuview .btnt ul a i {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background: url('/imgs/kepu1.png') no-repeat center top;
    padding-right: 6px;
}

.kefuview>p {
    color: #000;
    margin-bottom: 10px;
}

.kefuview .btnt .dview {
    position: absolute;
    left: -25px;
    top: 20px;
    width: 0px;
    height: 120px;
    border-top: 10px solid transparent;
    border-right: 25px solid #eb2935;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #333;
    z-index: 1;
    cursor: pointer;
}

.kefuview .btnt .dview p {
    position: absolute;
    top: 20px;
    left: 6px;
    line-height: 20px;
    color: #fff;
}

@media screen and (max-width:1399px) and (min-width:1200px) {}

@media screen and (max-width:1199px) and (min-width:1080px) {}

@media screen and (max-width:1079px) and (min-width:768px) {
    .kefuview {
        display: none;
    }
}

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

@media (min-width: 1024px) {
    .suspension {
        display: none
    }
}