
    @charset "UTF-8";
    body {
        overflow-x: hidden;
        overflow-y: auto;
    }
    
    body,
    p,
    form,
    textarea,
    h1,
    h2,
    h3,
    h4,
    h5,
    dl,
    dd {
        margin: 0px;
    }
    
    input,
    button,
    ul,
    ol {
        margin: 0px;
        padding: 0px;
    }
    
    body,
    input,
    button,
    form {
        font-size: 14px;
        line-height: 28px;
        font-family: "microsoft yahei", "宋体", "Arial";
        color: #333;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 14px;
        font-weight: normal;
    }
    
    ul,
    ol,
    li {
        list-style: none;
    }
    
    input {
        background: none;
        border: 0 none;
    }
    
    img,
    iframe {
        border: 0px;
    }
    
    em,
    i {
        font-style: normal;
    }
    
    button,
    input,
    select,
    textarea {
        font-size: 100%;
    }
    
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    
    .red {
        color: #ba292e;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .tac {
        text-align: center;
    }
    
    .tar {
        text-align: right;
    }
    
    .poa {
        position: absolute;
    }
    
    .por {
        position: relative;
    }
    
    .hidden {
        display: none;
    }
    
    .w1200 {
        width: 1200px;
        margin: 0 auto;
    }
    
    @media (max-width: 1199px) {
        .w1200 {
            width: 100%;
            margin: 0 auto;
        }
    }
    
    .top_main .w1200,
    .link .w1200,
    .footer .w1200,
    .fnav .w1200,
    .index .w1200 {
        width: 1600px;
    }
    
    .header_main .w1200,
    .nav_main .w1200 {
        width: 1400px;
    }
    
    @media (max-width: 1600px) {
        .top_main .w1200,
        .header_main .w1200,
        .nav_main .w1200,
        .link .w1200,
        .footer .w1200,
        .fnav .w1200,
        .index .w1200 {
            width: 1200px;
        }
    }
    
    a {
        color: #434343;
        text-decoration: none;
    }
    
    a:hover {
        color: var(--colour1);
        text-decoration: none;
    }
    
    a:visited {
        text-decoration: none;
    }
    
    .ease,
    .ease * {
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
        -ms-transition: all ease 300ms;
        -o-transition: all ease 300ms;
        transition: all ease 300ms;
    }
    
    .noease,
    .noease * {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    
     :-moz-placeholder {
        color: #aaa;
    }
    
     ::-moz-placeholder {
        color: #aaa;
    }
    
    input:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        color: #aaa;
    }
    
    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #aaa;
    }
    /*清除浮动*/
    
    .clearfix {
        *zoom: 1;
    }
    
    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    /*特效*/
    
    .white,
    .whites {
        position: relative;
        overflow: hidden;
    }
    
    .white:after,
    .whites:after {
        content: '';
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg);
    }
    
    .white:hover:after {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s;
    }
    
    .whites:hover:after {
        left: 100%;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }
    /*网站顶部*/
    
    .top_main {
        width: 100%;
        height: 40px;
        color: #666;
        line-height: 40px;
        border-bottom: 1px solid #d8d8d8;
        background: url(../images/top_bg.png) center repeat-x;
    }
    
    .top_main li {
        position: relative;
        display: inline-block;
        text-align: center;
    }
    
    .top_main .split {
        display: inline-block;
        width: 1px;
        height: 15px;
        background: #666;
        vertical-align: middle;
        margin-right: 7px;
        margin-top: -2px;
    }
    
    .top_main li a {
        color: #666;
        cursor: pointer;
    }
    
    .top_main li a:hover {
        color: var(--colour1);
    }
    /*网站头部*/
    
    .header_main {
        width: 100%;
        /* height: 175px; */
        z-index: 100;
        background: #fff url(../images/head_bg.png) center bottom no-repeat;
    }
    
    .header_main .logo {
        display: block;
        margin: 5px 0;
    }
    
    .header_main .logo img {
        max-width: 80px;
        display: block;
    }
    
    .header_main .tel {
        float: right;
        width: 290px;
        margin-top: 10px;
        margin-right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .header_main .tel img {
        display: block;
        margin-top: 12px;
        margin-right: 5px;
        width: 42px;
        /* height: auto; */
    }
    
    .header_main .tel p {
        font-size: 18px;
        margin-bottom: 3px;
        margin-top: 8px;
    }
    
    .header_main .tel span {
        font-size: 24px;
        font-weight: bold;
        color: var(--colour1);
    }
    
    .header_main .tel:hover img {
        animation: zy 2.5s .15s linear infinite;
        -moz-animation: zy 2.5s .15s linear infinite;
        -webkit-animation: zy 2.5s .15s linear infinite;
        -o-animation: zy 2.5s .15s linear infinite;
    }
    
    .header_main .ewm {
        float: right;
        padding-top: 0;
    }
    
    .header_main .ewm img {
        width: 85px;
        height: 85px;
        display: block;
    }
    
    .header_main .ewm p {
        color: var(--colour1);
        font-size: 12px;
        line-height: 16px;
        margin-top: 3px;
    }
    /*网站导航*/
    
    .nav_main {
        width: 100%;
        height: 60px;
        background: var(--colour1);
        position: sticky;
        top: 0;
        z-index: 1000;
    }
    
    .nav_main .nav {
        display: flex;
    }
    
    .nav_main .nav li {
        flex: 1;
        line-height: 60px;
        display: block;
        position: relative;
        z-index: 10;
        font-size: 16px;
        text-align: center;
        transition: all .5s;
    }
    
    .nav_main .nav li a {
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap；
    }
    
    .nav_main .nav li:hover,
    .nav_main .nav li.hover {
        background: var(--colour2);
    }
    
    .nav_main .nav>li>a:hover,
    .nav_main .nav>li>a:focus {
        background-color: transparent;
    }
    
    .nav_main .nav dl {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 12;
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
    }
    
    .nav_main .nav dl {
        position: absolute;
        filter: progid: DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
        opacity: 0;
        width: 100%;
        visibility: hidden;
        transition: all .6s ease 0s;
        transform: translate3d(0, 10px, 0);
        -moz-transform: translate3d(0, 10px, 0);
        -webkit-transform: translate3d(0, 10px, 0);
    }
    
    .nav_main .nav li:hover dl {
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
    
    .nav_main .nav dl dd {
        line-height: 44px;
        height: 44px;
        text-align: left;
        position: relative;
        z-index: 12;
        display: block;
        width: 100%;
        border-top: 1px solid var(--colour3);
    }
    
    .nav_main .nav dl dd:first-child {
        border: none;
    }
    
    .nav_main .nav dl dd a {
        color: #fff;
        font-size: 14px;
        padding: 0;
        background: var(--colour1);
        text-align: center;
        background-repeat: no-repeat;
        background-image: -webkit-linear-gradient(left, #2b2b2b, #2b2b2b);
        background-image: linear-gradient(to right, #2b2b2b, #2b2b2b);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        background-size: 0% 100%;
    }
    
    .nav_main .nav dl dd a:hover {
        background-size: 100% 100%;
        padding-left: 10px;
        color: rgba(255, 255, 255, 0.9999);
    }
    
    @media (max-width: 1600px) {
        .nav_main .nav li {
            width: 133px;
        }
    }
    /*网站大图*/
    
    .banner {
        width: 100%;
        max-width: 1920px;
        position: relative;
        overflow: hidden;
        z-index: 0;
    }
    
    .banner li {
        width: 100%;
        position: absolute;
        z-index: 1;
        overflow: hidden;
        display: none;
    }
    
    .banner .swiper-slide img {
        width: 100%;
        display: block;
    }
    
    #banner .tip {
        width: 1000px;
        height: 20px;
        line-height: 0;
        font-size: 0;
        text-align: center;
        position: absolute;
        left: 50%;
        margin-left: -500px;
        bottom: 35px;
        z-index: 3;
    }
    
    #banner .tip span {
        width: 18px;
        height: 18px;
        margin: 0 10px;
        display: inline-block;
        cursor: pointer;
        background: #fff;
        border: 1px solid var(--colour1);
        border-radius: 50%;
        opacity: 1;
        outline: none;
        transition: all .5s;
    }
    
    #banner .tip span.swiper-pagination-bullet-active {
        background: var(--colour1);
    }
    
    #banner #btn_prev,
    #banner #btn_next {
        width: 29px;
        height: 63px;
        position: absolute;
        top: 50%;
        margin-top: -32px;
        background: url(../images/arrows.png) center no-repeat;
        z-index: 5;
        opacity: 0;
    }
    
    #banner #btn_prev {
        background-position: 0;
        left: 6%;
    }
    
    #banner #btn_next {
        background-position: -29px;
        right: 6%;
    }
    
    #banner:hover #btn_prev,
    #banner:hover #btn_next {
        opacity: 1;
    }
    /*搜索栏*/
    
    .search_main {
        height: 60px;
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #eee;
    }
    
    .search_main .skey {
        float: left;
        line-height: 60px;
    }
    
    .search_main .skey p {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        line-height: 60px;
    }
    
    .search_main .skey p a {
        display: inline-block;
        font-weight: normal;
        color: #333;
        border-right: 1px solid #e8e8e8;
        line-height: 15px;
        padding: 0 12px;
    }
    
    .search_main .skey p a:last-of-type {
        border-right: none;
    }
    
    .search_main .skey p a:hover {
        color: var(--colour1);
    }
    
    .search_main .search_form {
        float: right;
        width: 338px;
        height: 34px;
        border: 1px solid #ccc;
        position: relative;
        margin-top: 12px;
        border-radius: 3px;
        position: relative;
    }
    
    .search_main .search_form input {
        background-color: none;
        border: none;
        outline: none;
    }
    
    .search_main .search_form .stxt {
        width: 300px;
        height: 34px;
        line-height: 34px;
        display: block;
        text-indent: 10px;
        color: #999;
    }
    
    .search_main .search_form .sbtn {
        width: 40px;
        height: 36px;
        display: block;
        cursor: pointer;
        position: absolute;
        top: -1px;
        right: -1px;
        font-size: 0;
        background: var(--colour1) url(../images/search.png) center no-repeat;
        border-radius: 3px;
    }
    /*友情链接*/
    
    .link {
        margin-top: 40px;
        margin-bottom: 40px;
        /* height: 62px; */
    }
    
    .link p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    
    .link p span {
        color: var(--colour1);
        font-family: "Times New Roman", Times, serif;
    }
    
    .link ul li {
        float: left;
        line-height: 19px;
        margin-right: 30px;
    }
    
    .link ul li a {
        color: #666;
    }
    
    .link ul li a:hover {
        color: var(--colour1);
    }
    /*网站底部*/
    
    .footer {
        background: #363636 url(../images/foot_bg.jpg) no-repeat center top;
        height: 348px;
        border-top: 6px solid #ccc;
        overflow: hidden;
    }
    
    .footer .bottom {
        position: relative;
        height: 290px;
    }
    
    .footer .flogo {
        width: 175px;
        /* height: 245px; */
        margin-top: 50px;
    }
    
    .footer .flogo:after {
        /*content: " ";*/
        /*position: absolute;*/
        /*top: 50px;*/
        /*left: -6px;*/
        /*width: 252px;*/
        /*height: 190px;*/
        /*z-index: 1;*/
        /*background: #1e1e1e;*/
    }
    
    .footer .flogo img {
        /*position: relative;*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*display: block;*/
        /*z-index: 2;*/
        /*background: #ccc;*/
    }
    
    .footer h2 {
        position: relative;
        margin-bottom: 16px;
        background: url(../images/f_hb.gif) no-repeat left bottom;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
        font-weight: normal;
        color: #e3e3e3;
    }
    
    .footer h2:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 19px;
        height: 2px;
        background: var(--colour1);
    }
    
    .footer .contact {
        color: #fff;
        padding-top: 20px;
        width: 480px;
        margin-left: 400px;
        font-size: 14px;
        line-height: 30px;
    }
    
    .footer .contact a {
        margin-right: 10px;
        color: #fff;
    }
    
    .footer .contact a:hover {
        color: var(--colour1);
    }
    
    .footer .code {
        padding-top: 30px;
    }
    
    .footer .code p {
        float: left;
        margin-right: 24px;
    }
    
    .footer .code p img {
        width: 102px;
        height: 102px;
        display: block;
        border: 4px solid #1e1e1e;
    }
    
    .footer .code p span {
        display: block;
        color: #fff;
        text-align: center;
    }
    
    .footer .code p:last-child {
        margin-right: 0;
    }
    
    .footer .fnav {
        color: #fff;
        font-size: 14px;
        text-align: center;
        line-height: 60px;
        height: 60px;
        background: var(--colour1);
        box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    }
    
    .footer .fnav a {
        position: relative;
        color: #fff;
        font-size: 16px;
        width: 150px;
        display: inline-block;
    }
    
    .footer .fnav a:before,
    .footer .fnav a:after {
        content: " ";
        position: absolute;
        top: 50%;
        margin-top: -7px;
        left: 0;
        width: 1px;
        height: 14px;
        background: rgba(255, 255, 255, .2);
        z-index: 1;
    }
    
    .footer .fnav a:after {
        left: auto;
        right: 0;
        background: rgba(0, 0, 0, .2);
    }
    
    .footer .fnav a:first-child:before,
    .footer .fnav a:last-child:after {
        display: none;
    }
    
    @media (max-width: 1600px) {
        .footer .contact {
            float: left;
            margin-left: 100px;
        }
        .footer .fnav a {
            width: 120px;
            font-size: 14px;
        }
    }
    /*******index css*******/
    /*.index *{transition: all .5s;}*/
    /*首页标题*/
    
    .index .in_title {
        padding-top: 70px;
        padding-bottom: 50px;
        text-align: center;
    }
    
    .index .in_title p,
    .index .in_title h2{
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 2px;
    }
    
    .index .in_title em {
        font-size: 12px;
        text-transform: uppercase;
        font-style: normal;
        color: #999;
    }
    
    .index .in_title i {
        background: var(--colour1);
        width: 30px;
        height: 1px;
        display: block;
        margin: auto;
        margin-top: 14px;
    }
    /*服务优势*/
    
    .index .service {
        padding: 60px 0;
    }
    
    .index .service ul li {
        float: left;
    }
    
    .index .service ul li .box {
        width: 280px;
        padding-bottom: 47px;
        background: #f4f3f3;
        margin-right: 50px;
        text-align: center;
        cursor: pointer;
        transition: all .5s;
    }
    
    .index .service ul li:last-child .box {
        margin-right: 0;
    }
    
    .index .service ul li img {
        margin-top: 40px;
        width: 132px;
        height: 132px;
    }
    
    .index .service ul li:hover img {
        transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        /* IE 9 */
        -moz-transform: rotateY(180deg);
        /* Firefox */
        -webkit-transform: rotateY(180deg);
        /* Safari å’Œ Chrome */
        -o-transform: rotateY(180deg);
        /* Opera */
        transition: all .5s;
    }
    
    .index .service ul li p {
        font-size: 20px;
        margin-top: 42px;
        margin-bottom: 22px;
        font-weight: bold;
        padding: 0 10px;
    }
    
    .index .service ul li i {
        width: 60px;
        height: 1px;
        background: #595757;
        display: block;
        margin: auto;
        margin-bottom: 36px;
        transition: all .5s;
    }
    
    .index .service ul li span {
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 0 10px;
        height: 52px;
        overflow: hidden;
    }
    
    .index .service ul li .box:hover {
        background: var(--colour1);
        box-shadow: 0px 0px 20px #aaa;
        color: #fff;
    }
    
    .index .service ul li:hover i {
        background: #fff;
    }
    
    @media (max-width: 1600px) {
        .index .service {
            padding: 40px 0;
        }
        .index .service ul li .box {
            width: 224px;
            padding-bottom: 30px;
            margin-right: 20px;
        }
        .index .service ul li img {
            margin-top: 30px;
            width: 120px;
            height: 120px;
        }
        .index .service ul li p {
            font-size: 20px;
            margin-top: 20px;
            margin-bottom: 15px;
        }
        .index .service ul li i {
            margin-bottom: 20px;
        }
        .index .service ul li span {
            font-size: 13px;
            line-height: 22px;
            height: 44px;
        }
    }
    /*产品展示*/
    
    .index .product {
        padding-bottom: 50px;
        background: #f2f2f2;
    }
    
    .index .product .in_title {
        padding-bottom: 40px;
    }
    
    .index .product .tab {
        padding-bottom: 40px;
        text-align: center;
    }
    
    .index .product .tab a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 38px;
        text-align: center;
        padding: 0 18px;
        margin: 0 10px 10px;
        border: 1px solid #e3e3e3;
        background: #fff;
        transition: all .5s;
    }
    
    .index .product .tab a:hover {
        color: #fff;
        border-color: var(--colour1);
        background: var(--colour1);
    }
    
    .index .product ul li {
        float: left;
        width: 388px;
        margin-right: 15px;
        margin-bottom: 15px;
        background: #fff;
        text-align: center;
        transition: all .5s;
    }
    
    .index .product ul li:nth-child(4n) {
        margin-right: 0;
    }
    
    .index .product ul li .img {
        width: 100%;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }
    
    .index .product ul li .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        min-height: 100%;
        display: block;
        transition: all .5s;
    }
    
    .index .product ul li .tit p {
        color: #333;
        font-size: 20px;
        line-height: 64px;
        border-bottom: 1px solid #eee;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all .5s;
    }
    
    .index .product ul li .tit span {
        display: block;
        line-height: 50px;
        transition: all .5s;
    }
    
    .index .product ul li:hover .img img {
        transform: scale(1.1);
    }
    
    .index .product ul li:hover {
        box-shadow: 0px 0px 20px #aaa;
    }
    
    .index .product .more {
        margin-top: 35px;
    }
    
    .index .product .more a {
        display: block;
        margin: auto;
        width: 250px;
        background: #fff;
        border: 1px solid #ccc;
        text-align: center;
        line-height: 48px;
    }
    
    .index .product .more a:hover {
        color: #fff;
        background: var(--colour1);
        border-color: var(--colour1);
    }
    
    @media (max-width: 1600px) {
        .index .product .tab a {
            font-size: 14px;
            line-height: 33px;
            padding: 0 15px;
            margin: 0 8px 8px;
        }
        .index .product ul li {
            width: 288px;
        }
        .index .product ul li .img .bg .txt {
            right: 8px;
            width: 188px;
            height: 36px;
            padding-left: 10px;
            font-size: 12px;
            line-height: 12px;
        }
        .index .product ul li .tit p {
            font-size: 16px;
            line-height: 50px;
        }
        .index .product ul li .tit span {
            line-height: 40px;
        }
    }
    /*企业优势*/
    
    .index .power {
        padding-bottom: 90px;
    }
    
    .index .power ul {}
    
    .index .power ul li {
        float: left;
        width: 400px;
        height: 600px;
        position: relative;
        background: #f2f2f2;
    }
    
    .index .power ul li .img {
        width: 100%;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }
    
    .index .power ul li .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        min-height: 100%;
        display: block;
        transition: all .5s;
    }
    
    .index .power ul li .img i {
        position: absolute;
        top: 318px;
        left: 50%;
        margin-left: -16px;
        width: 0;
        height: 0;
        border: 16px solid transparent;
        border-top: 0;
        border-bottom-color: #f2f2f2;
    }
    
    .index .power ul li .txt {
        padding: 0 50px;
        padding-top: 50px;
    }
    
    .index .power ul li .txt p {
        color: var(--colour1);
        font-size: 24px;
        line-height: 34px;
        transition: all .5s;
    }
    
    .index .power ul li .txt span {
        font-size: 18px;
        line-height: 34px;
        display: block;
        margin-top: 32px;
        text-align: justify;
        transition: all .5s;
    }
    
    .index .power ul li:nth-child(2n) .img {
        position: absolute;
        bottom: 0;
    }
    
    .index .power ul li:nth-child(2n) .img i {
        top: 0;
        border-top: 16px solid #f2f2f2;
        border-bottom: 0;
    }
    
    .index .power ul li:hover .img img {
        transform: scale(1.1);
    }
    
    @media (max-width: 1600px) {
        .index .power ul li {
            width: 300px;
            height: 449px;
        }
        .index .power ul li .txt {
            padding: 0 40px;
            padding-top: 40px;
        }
        .index .power ul li .txt p {
            font-size: 20px;
            line-height: 30px;
        }
        .index .power ul li .txt span {
            font-size: 14px;
            line-height: 24px;
            margin-top: 20px;
        }
    }
    /*关于我们*/
    
    .index .about {
        position: relative;
        max-width: 1920px;
        margin: 0 auto;
        background: url(../images/about_bg.jpg) center no-repeat;
        background-size: cover;
        height: 660px;
    }
    
    .index .about .about_con {
        width: 700px;
        padding-right: 74px;
    }
    
    .index .about .about_con .title {
        padding-top: 120px;
        padding-bottom: 45px;
    }
    
    .index .about .about_con .title h2 {
        color: var(--colour1);
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .index .about .about_con .title p {
        display: block;
        font-style: normal;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .index .about .about_con .title span {
        font-style: normal;
        text-transform: uppercase;
        display: block;
        color: #888;
    }
    
    .index .about .about_con .txt {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
        height: 210px;
        overflow: hidden;
    }
    
    .index .about .about_con ul {
        padding-top: 60px;
    }
    
    .index .about .about_con ul li {
        float: left;
        margin-right: 1px;
    }
    
    .index .about .about_con ul li a {
        display: block;
        width: 160px;
        font-size: 14px;
        line-height: 45px;
        text-align: center;
        background: #fff;
    }
    
    .index .about .about_con ul li:hover {
        background: var(--colour1);
    }
    
    .index .about .about_con ul li:hover a {
        color: #fff;
    }
    
    .index .about .about_con ul li.on a,
    .index .about .about_con ul li:hover a {
        color: #fff;
        background: var(--colour1);
    }
    
    @media (max-width: 1600px) {
        .index .about {
            height: 475px;
        }
        .index .about .about_con {
            width: 550px;
            padding-right: 30px;
        }
        .index .about .about_con .title {
            padding-top: 50px;
            padding-bottom: 20px;
        }
        .index .about .about_con .title h3,
        .index .about .about_con .title p {
            margin-bottom: 10px;
        }
        .index .about .about_con .txt {
            font-size: 13px;
            line-height: 28px;
            height: 168px;
        }
        .index .about .about_con ul {
            padding-top: 30px;
        }
    }
    /*合作客户*/
    
    .index .kehu {
        padding-bottom: 40px
    }
    
    .index .kehu ul {}
    
    .index .kehu ul li {
        float: left;
        width: 310px;
        margin-right: 12px;
        margin-bottom: 12px;
        background: #fff;
        cursor: pointer;
    }
    
    .index .kehu ul li img {
        display: block;
        width: 100%;
        border: 1px solid #d9d9d9;
        transition: all .5s;
    }
    
    .index .kehu ul li:hover img {
        border-color: var(--colour1);
    }
    
    .index .kehu ul li:nth-child(5n) {
        margin-right: 0;
    }
    
    @media (max-width: 1600px) {
        .index .kehu {}
        .index .kehu ul li {
            width: 230px;
        }
        .index .kehu ul li img {
            height: 93px;
        }
    }
    /*定制流程*/
    
    .index .flow {
        padding-bottom: 70px;
        background: #f2f2f2;
    }
    
    .index .flow .box {
        position: relative;
    }
    
    .index .flow .box::after {
        content: " ";
        position: absolute;
        left: 50%;
        margin-left: -695px;
        top: 40%;
        margin-top: -9px;
        width: 1390px;
        z-index: 1;
        height: 16px;
        background: #ebebeb;
        border: 1px solid #ddd;
    }
    
    .index .flow ul {
        text-align: center;
    }
    
    .index .flow li {
        float: left;
        position: relative;
        text-align: center;
        margin: 0 100px;
        cursor: pointer;
        z-index: 2;
        transition: all .5s;
    }
    
    .index .flow li .img {
        position: relative;
        width: 198px;
        height: 198px;
        border-radius: 50%;
        border: 1px solid #ddd;
        background: #ebebeb;
        transition: all .5s;
    }
    
    .index .flow li .img img {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
        bottom: 0;
    }
    
    .index .flow li h3 {
        font-size: 22px;
        line-height: 30px;
        padding-top: 18px;
    }
    
    .index .flow li:hover .img {
        background: var(--colour1);
        border-color: var(--colour1);
    }
    
    .index .flow li:hover h3 {
        color: var(--colour1);
    }
    
    @media (max-width: 1600px) {
        .index .flow .box::after {
            width: 1090px;
            margin-left: -545px;
        }
        .index .flow li {
            margin: 0 50px;
        }
    }
    /*企业相册*/
    
    .index .album {
        padding-bottom: 50px;
    }
    
    .index .album ul {}
    
    .index .album ul li {
        float: left;
        width: 388px;
        margin-right: 15px;
        margin-bottom: 15px;
        cursor: pointer;
    }
    
    .index .album ul li .img {
        width: 100%;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }
    
    .index .album ul li .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        min-height: 100%;
        display: block;
        transition: all .5s;
    }
    
    .index .album ul li:nth-child(4n) {
        margin-right: 0;
    }
    
    .index .album ul li .img h3 {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        background: rgba(0, 0, 0, .5);
        padding: 0 10px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .index .album ul li:hover .img img {
        transform: scale(1.1);
    }
    
    @media (max-width: 1600px) {
        .index .album ul li {
            width: 288px;
        }
        .index .album ul li .img h3 {
            font-size: 16px;
            line-height: 40px;
        }
    }
    /*新闻资讯*/
    
    .index .news {
        background: #f2f2f2;
        padding-bottom: 70px;
    }
    
    .index .news .in_title {
        padding-bottom: 30px;
    }
    
    .index .news .hd {
        padding-bottom: 40px;
        text-align: center;
    }
    
    .index .news .hd li {
        position: relative;
        display: inline-block;
        width: 148px;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        border-radius: 50px;
        margin: 0 10px;
        border: 1px solid #e3e3e3;
        background: #fff;
        transition: all .5s;
    }
    
    .index .news .hd li a {
        display: block;
    }
    
    .index .news .hd li.on {
        border-color: var(--colour1);
        background: var(--colour1);
    }
    
    .index .news .hd li.on a {
        color: #fff;
    }
    
    .index .news .bd {}
    
    .index .news .bd ul {
        display: none;
    }
    
    .index .news .bd li {
        float: left;
        width: 380px;
        padding: 20px;
        margin-right: 26px;
        background: #fff;
        box-sizing: border-box;
        transition: all .5s;
    }
    
    .index .news .bd li:nth-child(4n) {
        margin-right: 0;
    }
    
    .index .news .bd li h3 {
        position: absolute;
        bottom: 0;
        width: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
        background: rgba(0, 0, 0, .5);
        padding: 0 10px;
        box-sizing: border-box;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .index .news .bd li .img {
        width: 100%;
        height: 0;
        padding-top: 75%;
        position: relative;
        overflow: hidden;
    }
    
    .index .news .bd li .img img {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        min-height: 100%;
        display: block;
        transition: all .5s;
    }
    
    .index .news .bd li i {
        color: #999;
        font-style: normal;
        display: block;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    
    .index .news .bd li p {
        display: block;
        color: #666;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        overflow: hidden;
    }
    
    .index .news .bd li span {
        display: block;
        color: var(--colour1);
        padding-top: 15px;
    }
    
    .index .news .bd li:hover {
        box-shadow: 0px 0px 20px #bbb;
    }
    
    .index .news .bd li:hover .img img {
        transform: scale(1.1);
    }
    
    @media (max-width: 1600px) {
        .index .news .bd li {
            width: 288px;
            padding: 15px;
            margin-right: 15px;
        }
        .index .news .bd li h3 {
            font-size: 14px;
            line-height: 35px;
        }
        .index .news .bd li i {
            padding-top: 7px;
            padding-bottom: 3px;
        }
        .index .news .bd li p {
            line-height: 22px;
            height: 46px;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }
        .index .news .bd li span {
            padding-top: 5px;
        }
    }
    /*******内页样式********/
    
    .nybanner {
        width: 100%;
        position: relative;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/nybanner.jpg);
    }
    
    .submian {
        padding: 30px 0;
        background: #f4f4f4;
    }
    /*当前位置*/
    
    .position {
        position: relative;
        margin-top: -50px;
        height: 50px;
        line-height: 50px;
    }
    
    .position .w1200 {
        color: #fff;
        text-indent: 42px!important;
        /* background: url(../images/position.png) no-repeat center left 18px; */
        background-color: rgba(0, 0, 0, .35);
    }
    
    .position a {
        color: #fff;
    }
    
    .position a:hover {
        color: var(--colour1);
    }
    /*内页左侧*/
    
    .subleft {
        position: sticky;
        top: 70px;
        width: 300px;
    }
    
    .subleft .title {
        color: #fff;
        font-size: 26px;
        line-height: 70px;
        text-indent: 22px;
        height: 70px;
        border: 1px solid var(--colour1);
        background: url(../images/prolt.png) no-repeat center right 16px;
        background-color: var(--colour1);
    }
    
    .subleft .title span {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: 3px;
    }
    /*栏目分页*/
    
    .subleft .lefta {
        margin-bottom: 20px;
    }
    
    .subleft .lefta .comt {
        background: #ffff;
        padding: 15px;
        padding-bottom: 1px;
    }
    
    .subleft .lefta .comt ul li a {
        display: block;
        color: #333;
        font-size: 16px;
        line-height: 50px;
        padding-left: 20px;
        padding-right: 45px;
        margin-bottom: 5px;
        overflow: hidden;
        background: #eaeaea url(../images/prolgo.png) no-repeat center right 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all .5s;
    }
    
    .subleft .lefta .comt ul li:hover a,
    .subleft .lefta .comt ul li.hover a {
        color: #fff;
        background-color: var(--colour1);
    }
    
    .subleft .lefta .comt ul li .boxlist {
        display: none;
        position: relative;
        margin-top: -20px;
        margin-bottom: 20px;
        background: #eaeaea;
    }
    
    .subleft .lefta .comt ul li .boxlist li a {
        color: #333;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0 20px;
        line-height: 40px;
        background: none;
        border-top: 1px dashed #ddd;
    }
    
    .subleft .lefta .comt ul li .boxlist li:first-child a {
        border: 0;
    }
    
    .subleft .lefta .comt ul li .boxlist li a:hover,
    .subleft .lefta .comt ul li .boxlist li a.hover {
        color: var(--colour1);
    }
    
    .subleft .lefta .comt ul li.hover .boxlist {
        display: block;
    }
    /*联系我们*/
    
    .subleft .leftcont {
        background: #fff;
    }
    
    .subleft .leftcont .tel {
        height: 91px;
        text-indent: 85px;
        background-position: 32px 28px;
        background-repeat: no-repeat;
        border-bottom: 1px solid #eaeaea;
    }
    
    .subleft .leftcont .tel p {
        color: #2d2d2d;
        font-size: 14px;
        line-height: 14px;
        padding-top: 28px;
    }
    
    .subleft .leftcont .tel h3 {
        color: var(--colour1);
        font-size: 24px;
        line-height: 24px;
        margin-top: 7px;
    }
    
    .subleft .leftcont .con {
        color: #2d2d2d;
        line-height: 30px;
        padding: 20px 25px;
    }
    /*内页右侧*/
    
    .subright {
        width: 875px;
    }
    /*默认单页*/
    
    .Aboutpage {
        color: #666;
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
        padding: 20px;
        background: #fff;
        /* min-height: 550px; */
    }
    
    .Aboutpage img {
        max-width: 100%;
    }
    
    .Aboutpage .t {
        padding: 0 0 25px;
        color: var(--colour1);
        font-size: 18px;
    }
    
    .Aboutpage .t2 {
        padding: 25px 0;
        color: var(--colour1);
        font-size: 24px;
    }
    /*文章列表*/
    
    .Newslist {}
    
    .Newslist .list {
        margin-bottom: 20px;
        background: #fff;
    }
    
    .Newslist .list li {
        border: 1px solid #dfdfdf;
        border-top: none;
        padding: 20px 30px;
        transition: all .5s;
    }
    
    .Newslist .list li:first-child {
        border-top: 1px solid #dfdfdf;
    }
    
    .Newslist .list li .img {
        position: relative;
        width: 180px;
        height: 135px;
        display: block;
        overflow: hidden;
        cursor: pointer;
    }
    
    .Newslist .list li .img img {
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-out 0s;
    }
    
    .Newslist .list li .txt {
        position: relative;
        width: 615px;
    }
    
    .Newslist .list li .txt .tit {
        color: #333;
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        padding-right: 60px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        transition: all .5s;
    }
    
    .Newslist .list li .txt .hits {
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 25px;
        background: url(../images/hits.png) no-repeat center left;
        color: #7a7a7a;
        font-size: 14px;
        line-height: 30px;
    }
    
    .Newslist .list li .txt p {
        color: #7a7a7a;
        line-height: 25px;
        text-align: justify;
        margin-top: 15px;
        margin-bottom: 20px;
        height: 50px;
        overflow: hidden;
    }
    
    .Newslist .list li .txt .itags {
        font-size: 14px;
        color: #787878;
        line-height: 20px;
        padding-left: 25px;
        background: url(../images/tags.png) no-repeat center left 1px;
    }
    
    .Newslist .list li .txt .itags a {
        color: #787878;
    }
    
    .Newslist .list li .txt .itags a:hover {
        color: var(--colour1);
    }
    
    .Newslist .list li .txt .more {
        width: 35px;
        height: 35px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(../images/more1.png) no-repeat center top;
        cursor: pointer;
        border-radius: 50%;
        transition: all .5s;
    }
    
    .Newslist .list li:hover {
        box-shadow: 0 0 20px #dfdfdf;
    }
    
    .Newslist .list li:hover .txt h3 {
        color: var(--colour1);
    }
    
    .Newslist .list li:hover .txt .more {
        background-image: url(../images/more2.png);
        background-color: var(--colour1);
    }
    /*产品列表*/
    
    .Prolist .list {
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    
    .Prolist .list li {
        float: left;
        width: 285px;
        margin-bottom: 10px;
        margin-right: 10px;
        /* padding-bottom: 20px; */
        background-color: #fff;
        transition: all .5s;
        overflow: hidden;
    }
    
    .Prolist .list li:nth-child(3n) {
        margin-right: 0;
    }
    
    .Prolist .list li .img {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        overflow: hidden;
        position: relative;
    }
    
    .Prolist .list li .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        transition: all .5s;
    }
    
    .Prolist .list-info {
        border: none;
        overflow: hidden;
        padding: 15px 25px 10px;
        background: #fff;
        box-sizing: border-box;
        border: 1px #EBEFF5 solid;
        border-top: none;
    }
    
    .Prolist .list-tit {
        line-height: 24px;
        color: #25293E;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        font-size: 16px;
        height: 24px;
        text-align: center;
        -webkit-box-orient: vertical;
    }
    
    .Prolist .list-info .list-btns {
        margin: 17px -5px 0;
        font-size: 0;
    }
    
    .Prolist .list-info .btn-f0f0 {
        color: #777777;
        background: #fff;
        border: 1px solid #E0E5ED;
    }
    
    .Prolist .list-info .list-btns li {
        float: left;
        box-sizing: border-box;
        width: 43%;
        padding: 0 5px;
    }
    
    .Prolist .list-info .btn-ff3d {
        color: #348fed;
        line-height: 20px !important;
        background: rgba(238, 169, 63, 0.1);
        border: 2px solid#348fed;
    }
    
    .Prolist .list-info .list-btns .btn {
        display: block;
        width: 100%;
        padding: 4px 0;
        background-color: #EDF0F6;
        font-size: 14px;
        text-align: center;
        border-radius: 5px;
        line-height: 24px;
        transition: 0.36s;
    }
    
    .Prolist .list li .txt {
        padding: 20px;
        padding-bottom: 0;
    }
    
    .Prolist .list li .txt h3 {
        color: #2c2c2c;
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .Prolist .list li .txt p {
        color: #6b6b6b;
        font-size: 14px;
        line-height: 22px;
        text-align: justify;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 15px;
    }
    
    .Prolist .list li .more {
        padding: 20px;
        padding-bottom: 0;
    }
    
    .Prolist .list li .more a {
        width: 121px;
        height: 42px;
        line-height: 42px;
        text-indent: 25px;
        background: url(../images/prolib.png) no-repeat center right 20px;
        border-radius: 0 50px 50px 0;
        border: 1px solid #ddd;
    }
    
    .Prolist .list li .more a:hover {
        color: #fff;
        background: var(--colour1) url(../images/prolibon.png) no-repeat center right 20px;
        border-color: var(--colour1);
    }
    
    .Prolist .list li .more a:nth-child(1) {
        border-right: none;
        border-radius: 50px 0 0 50px;
    }
    
    .Prolist .list li:hover {
        box-shadow: 0px 0px 20px #aaa;
    }
    
    .Prolist .list li:hover .img img {
        transform: scale(1.1);
    }
    /*图片列表*/
    
    .Piclist .list {
        float: left;
        width: 100%;
        padding-left: 0px;
    }
    
    .Piclist .list li {
        float: left;
        width: 285px;
        margin-bottom: 10px;
        margin-right: 10px;
        transition: all .5s;
    }
    
    .Piclist .list li:nth-child(3n) {
        margin-right: 0;
    }
    
    .Piclist .list li .img {
        position: relative;
        width: 100%;
        height: 214px;
        overflow: hidden;
    }
    
    .Piclist .list li .img img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all .5s;
    }
    
    .Piclist .list li h3 {
        color: #555;
        font-size: 16px;
        text-align: center;
        display: block;
        line-height: 50px;
        background: #fff;
        padding: 0 10px;
        transition: all .5s;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .Piclist .list li:hover {
        box-shadow: 0px 0px 20px #aaa;
    }
    
    .Piclist .list li:hover .img img {
        transform: scale(1.1);
    }
    
    .Piclist .list li:hover h3 {
        color: #fff;
        background: var(--colour1);
    }
    /*留言表单*/
    
    .formData {
        padding-bottom: 20px;
    }
    
    .formData .item {
        float: left;
        color: #999;
        font-weight: normal;
        width: 380px;
        height: 2.5;
        line-height: 2.5;
        border: 1px solid #e4e4e4;
        margin-right: 75px;
        margin-bottom: 25px;
        position: relative;
        box-sizing: border-box;
    }
    
    .formData .item label {
        padding-left: 15px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11;
        text-align: center;
        display: block;
        margin: 0;
        height: 2.5;
        line-height: 2.5;
        font-size: 18px;
        color: #666;
    }
    
    .formData .item input {
        outline: none;
        line-height: 2;
        height: 38px;
        font-size: 18px;
    }
    
    .formData .item .txt {
        width: 100%;
        /* height: 43px; */
        line-height: 2.5;
        display: block;
        background: none;
        padding-left: 70px;
        border: 0 none;
        color: #666;
        box-sizing: border-box;
    }
    
    .formData .item .red {
        position: absolute;
        right: 15px;
        top: 0;
        color: #ff0000;
        z-index: 11;
    }
    
    .formData .item.mr0 {
        margin-right: 0;
    }
    
    .formData .msg-box {
        position: absolute;
        left: 0;
        top: 0px;
    }
    
    .formData .liuyan {
        width: 100%;
        height: 260px;
        border: 1px solid #e4e4e4;
        float: left;
    }
    
    .formData .liuyan label {
        text-align: right;
        display: block;
        top: 7px;
    }
    
    .formData .liuyan textarea {
        width: 100%;
        height: 234px;
        line-height: 2;
        padding: 12px 10px;
        text-indent: 100px;
        font-size: 18px;
        font-family: "microsoft yahei";
        color: #666;
        border: 0 none;
        overflow: hidden;
        background: none;
        resize: none;
        display: block;
        outline: none;
        box-sizing: border-box;
    }
    
    .formData .bot {
        width: 100%;
    }
    
    .formData .sub {
        width: 232px;
        line-height: 2.5;
        border: 2px solid var(--colour1);
        margin-right: 2px;
        text-align: center;
        background: var(--colour1);
        color: #FFF;
        cursor: pointer;
        font-size: 18px;
        display: block;
        outline: none;
        transition: all .5s;
    }
    
    .formData .sub:hover {
        background: none;
        color: var(--colour1);
    }
    
    .formData .yzm .txt {
        padding-left: 80px;
    }
    
    .formData .yzm img {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        display: block;
    }
    
    @media screen and (max-width:768px) {
        .formData .item {
            width: 100%;
            margin-bottom: 10px;
        }
        .formData .item label {
            font-size: 15px;
            line-height: 2.5;
        }
        .formData .liuyan,
        .formData .liuyan textarea {
            height: 120px;
        }
        .formData .yzm img {
            height: 2.7em;
        }
        .formData .sub {
            width: 50%;
            font-size: 15px;
            line-height: 2.5;
        }
    }
    /*内容详情页*/
    
    .conBox {
        padding: 20px;
        background: #fff;
    }
    
    .conBox .ArticleTitle h1 {
        font-size: 24px;
        text-align: center;
        padding: 20px 0px;
        font-weight: bold;
    }
    
    .conBox .ArticleMessage {
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
        text-align: center;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
    }
    
    .conBox .ArticleMessage span:first-child {
        margin-left: 0;
    }
    
    .conBox .ArticleMessage span {
        color: #999;
        margin-left: 14px;
        font-size: 12px;
    }
    
    .conBox .ArticleMessage .jiathis_style {
        float: left;
        margin-top: 5px;
    }
    
    .conBox .ArticleTencont {
        padding: 5px 0px 20px 0px;
        color: #666;
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
        overflow: hidden;
    }
    
    .conBox .ArticleTencont img {
        max-width: 100%;
    }
    
    .conBox #pic {
        width: max-content;
        margin: 20px auto;
        padding: 1px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    }
    
    .conBox #pic img {
        max-width: 800px;
    }
    /*相关新闻*/
    
    .HotNews {
        padding-top: 15px;
    }
    
    .HotNews .title {
        font-size: 22px;
        line-height: 50px;
        height: 50px;
        position: relative;
    }
    
    .HotNews .title span {
        color: var(--colour1);
    }
    
    .HotNews .title .more {
        float: right;
        font-size: 14px;
    }
    
    .HotNews .title:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 24px;
        height: 1px;
        background-color: var(--colour1);
    }
    
    .HotNews .box {
        padding: 40px;
        background: #fff;
        transition: all .5s;
    }
    
    .HotNews .box .hot {
        width: 580px;
    }
    
    .HotNews .box .hot .img {
        float: left;
        width: 206px;
        height: 155px;
        overflow: hidden;
    }
    
    .HotNews .box .hot .img img {
        width: 100%;
        height: 100%;
        display: block;
        transition: all .5s;
    }
    
    .HotNews .box .hot .txt {
        float: right;
        position: relative;
        width: 350px;
        height: 155px;
        transition: all .5s;
    }
    
    .HotNews .box .hot .txt h3 {
        font-size: 16px;
        line-height: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .HotNews .box .hot .txt p {
        color: #666;
        font-size: 14px;
        line-height: 23px;
        overflow: hidden;
        margin-top: 9px;
        height: 75px;
    }
    
    .HotNews .box .hot .txt span {
        color: #8e8e8e;
        font-size: 14px;
        margin-top: 5px;
    }
    
    .HotNews .box .hot .txt .more {
        width: 35px;
        height: 35px;
        position: absolute;
        bottom: 0;
        right: 0;
        background: url(../images/more1.png) no-repeat center top;
        cursor: pointer;
        border-radius: 50%;
        transition: all .5s;
    }
    
    .HotNews .box .list {
        width: 470px;
        height: 155px;
        padding-left: 34px;
        border-left: 1px dashed #ddd;
        overflow: hidden;
    }
    
    .HotNews .box .list li {
        position: relative;
        font-size: 14px;
        line-height: 33px;
        border-bottom: 1px dashed #ddd;
    }
    
    .HotNews .box .list li:nth-child(1) {
        margin-top: -8px;
    }
    
    .HotNews .box .list h3 {
        padding-right: 90px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .HotNews .box .list span {
        position: absolute;
        top: 0;
        right: 0;
        color: #999;
    }
    
    .HotNews .box:hover {
        box-shadow: 0 10px 20px 0 #ccc;
    }
    
    .HotNews .box .hot:hover .img img {
        transform: scale(1.1);
    }
    
    .HotNews .box .hot:hover .txt .more {
        background-image: url(../images/more2.png);
        background-color: var(--colour1);
    }
    /*内容分页*/
    
    .reLink {
        height: 38px;
        border: 1px solid #ddd;
        margin: 10px auto 10px;
        padding: 0px 10px;
    }
    
    .reLink .prevLink,
    .reLink .nextLink {
        height: 38px;
        line-height: 38px;
        color: #666;
    }
    
    .reLink .prevLink a,
    .reLink .nextLink a {
        height: 38px;
        line-height: 38px;
        color: #666;
    }
    
    .reLink .prevLink a:hover,
    .reLink .nextLink a:hover {
        color: var(--colour1);
    }
    
    .reLink .prevLink {
        float: left;
    }
    
    .reLink .nextLink {
        float: right;
    }
    /*浮动客服*/
    
    .toolbar {
        position: fixed;
        top: 50%;
        right: 1%;
        margin-top: -163px;
        z-index: 100;
        width: 80px;
    }
    
    .toolbar dd {
        position: relative;
        float: left;
        width: 80px;
        height: 80px;
        background: var(--colour1);
        margin-top: 2px;
        border-radius: 5px;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        cursor: pointer;
        transition: all .5s;
    }
    
    .toolbar dd:first-child {
        margin-top: 0;
    }
    
    .toolbar dd i {
        width: 100%;
        height: 30px;
        display: block;
        margin-top: 13px;
        background: url(../images/toolbar.png) no-repeat center 0;
    }
    
    .toolbar dd.qq i {
        background-position-y: 0;
    }
    
    .toolbar dd.tel i {
        background-position-y: -30px;
    }
    
    .toolbar dd.code i {
        background-position-y: -60px;
    }
    
    .toolbar dd.top i {
        background-position-y: -90px;
    }
    
    .toolbar dd span {
        display: block;
        color: #fff;
    }
    
    .toolbar dd.tel .box {
        position: absolute;
        top: 0;
        width: 190px;
        right: -200px;
        height: 100%;
        margin-right: 10px;
        border-radius: 5px;
        background: var(--colour1);
        opacity: 0;
        transition: all .5s;
    }
    
    .toolbar dd.tel .box p {
        font-size: 14px;
        margin: 15px auto 7px;
    }
    
    .toolbar dd.tel .box h3 {
        font-size: 18px;
        font-weight: bold;
    }
    
    .toolbar dd.tel .box:after {
        display: block;
        content: " ";
        border-style: solid dashed dashed dashed;
        border-color: transparent transparent transparent var(--colour1);
        border-width: 9px;
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: -18px;
        margin-left: -12px;
    }
    
    .toolbar dd.code .box {
        position: absolute;
        top: 0;
        width: 162px;
        right: -172px;
        height: 162px;
        margin-right: 10px;
        border-radius: 5px;
        background: var(--colour1);
        opacity: 0;
        transition: all .5s;
    }
    
    .toolbar dd.code .box img {
        width: 140px;
        height: 140px;
        padding: 11px;
    }
    
    .toolbar dd.code .box:after {
        display: block;
        content: " ";
        border-style: solid dashed dashed dashed;
        border-color: transparent transparent transparent var(--colour1);
        border-width: 9px;
        width: 0;
        height: 0;
        position: absolute;
        top: 30px;
        right: -18px;
        margin-left: -12px;
    }
    
    .toolbar dd:hover {
        background: #333;
    }
    
    .toolbar dd.tel:hover .box {
        opacity: 1;
        right: 80px;
    }
    
    .toolbar dd.code:hover .box {
        opacity: 1;
        right: 80px;
    }
    /*↓组图样式↓*/
    
    .HS10,
    .HS15 {
        overflow: hidden;
        clear: both;
    }
    
    .HS10 {
        height: 10px;
    }
    
    .HS15 {
        height: 15px;
    }
    
    .Hidden {
        display: none;
    }
    
    .Clearer {
        display: block;
        clear: both;
        font-size: 1px;
        line-height: 1px;
        margin: 0;
        padding: 0;
    }
    
    .FlLeft {
        float: left;
    }
    
    .FlRight {
        float: right;
    }
    /*幻灯片区域背景*/
    
    .MainBg {
        width: 100%;
        margin: 0 auto;
    }
    /*大图展示区域*/
    
    .OriginalPicBorder {
        padding: 0;
    }
    
    #OriginalPic {
        width: 100%;
        overflow: hidden;
        position: relative;
        font-size: 12px;
    }
    
    #OriginalPic img {
        display: block;
        min-width: 100px;
        max-width: 100%;
        margin: 0 auto;
    }
    /*鼠标手势*/
    
    .CursorL {
        position: absolute;
        z-index: 999;
        width: 50%;
        height: 100%;
        color: #FFF;
        left: 0;
        cursor: url(../images/CurL.cur), auto;
    }
    
    .CursorR {
        position: absolute;
        z-index: 999;
        width: 50%;
        height: 100%;
        color: #FFF;
        right: 0;
        cursor: url(../images/CurR.cur), auto;
    }
    /*小图预览和滑动*/
    
    .SliderPicBorder {
        width: 100%;
        overflow: hidden;
    }
    
    .ThumbPicBorder {
        width: 100%;
        margin: 0 auto;
        background: #eeeeee;
        overflow: hidden;
        position: relative;
        border-radius: 5px;
    }
    
    .ThumbPicBorder #btnPrev,
    .ThumbPicBorder #btnNext {
        width: 40px;
        height: 100px;
        cursor: pointer;
        position: absolute;
        left: 15px;
        top: 15px;
    }
    
    .ThumbPicBorder #btnNext {
        left: auto;
        right: 15px;
    }
    
    .ThumbPicBorder .pic {
        width: 700px;
        overflow: hidden;
        position: relative;
        margin: 15px auto;
    }
    
    #ThumbPic img {
        border: 3px solid #ddd;
        cursor: pointer;
        background-color: #ddd;
        margin: 0 5px;
        width: 124px;
        height: 94px;
        display: block;
        transition: all .5s;
    }
    
    #ThumbPic img.active {
        border: 3px solid var(--colour1);
    }
    /*CSS3动画*/
    
    @keyframes zy {
        10% {
            transform: rotate(15deg);
        }
        20% {
            transform: rotate(-10deg);
        }
        30% {
            transform: rotate(5deg);
        }
        40% {
            transform: rotate(-5deg);
        }
        50%,
        100% {
            transform: rotate(0deg);
        }
    }
    
    #ie {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: #00aeff;
    }
    
    #ie p {
        position: absolute;
        top: 50%;
        margin-top: -60px;
        left: 50%;
        margin-left: -540px;
        width: 1080px;
        color: #fff;
        font-size: 20px;
        line-height: 2;
        text-align: center;
    }
    
    #maximg img {
        max-width: 100%;
        height: auto !important
    }
    /* 产品详情 */
    
    .pro_content {
        width: 1300px;
        margin: 0 auto 6em;
    }
    
    .prod_position .position {
        margin-top: 0;
    }
    
    .prod_position .position .w1200 {
        width: 1300px;
        background-color: #fff;
        color: #000;
    }
    
    .prod_position .position a,
    .prod_position .position a:hover {
        color: #000;
    }
    
    @media (max-width: 1300px) {
        .pro_content {
            width: 96%;
        }
    }
    
    .show-pro1 {
        display: inline-flex;
        width: 100%;
    }
    
    .show-pro1 .imgfd,
    .show-pro1 .txt {
        width: 50%;
        float: left;
        background: #fff;
    }
    
    .show-pro1 .imgfd {
        border-right: 1px solid #eaebed;
        box-sizing: border-box;
        /* max-height: 409px; */
    }
    
    .imgfd img {
        transition: all 0.5s ease;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
        display: block;
        vertical-align: middle;
    }
    
    .show-pro1 .imgfd img {
        height: auto;
    }
    
    .show-pro1 .txt h1 {
        display: block;
        height: 70px;
        line-height: 70px;
        font-size: 24px;
        color: #005bad;
        font-weight: normal;
        border-bottom: 1px solid #eaebed;
        margin-bottom: 30px;
    }
    
    .show-pro1 .txt .box {
        padding: 50px;
    }
    
    .show-pro1 .ind-more {
        margin-top: 30px;
    }
    
    .show-pro1 .txt .des {
        max-height: 128px;
        overflow: hidden;
        line-height: 2;
    }
    
    @media (max-width: 1200px) {
        .show-pro1 {
            padding: 30px;
        }
    }
    
    @media (max-width: 700px) {
        .show-pro1 .imgfd,
        .show-pro1 .txt {
            width: 100%;
        }
        .show-pro1 {
            display: block;
        }
        .show-pro1 .txt .box,
        .show-pro2 .box,
        .show-pro3 .feedback {
            padding: 20px;
        }
        .show-pro1 .txt .box {
            padding-top: 0;
        }
        .show-pro1 .txt h1 {
            height: 50px;
            line-height: 50px;
            font-size: 20px;
            margin-bottom: 10px;
        }
        .show-pro1 .txt .des {
            max-height: auto;
        }
        .show-pro1 .ind-more,
        .show-pro2,
        .show-pro3 {
            margin-top: 20px;
        }
        .show-pro2 .tit-pro span {
            font-size: 16px;
        }
        .show-pro2 .tit-pro,
        .show-pro3 .tit {
            margin-bottom: 10px;
        }
    }
    
    .ind-more {
        display: block;
        width: 160px;
        height: 50px;
        line-height: 50px;
        background: #005bad;
        border-radius: 3px;
        font-size: 14px;
        color: #333;
        text-align: center;
        color: #fff;
    }
    
    .show-pro1 .ind-more {
        margin-top: 30px;
    }
    
    .cppage2 {
        position: relative;
    }
    
    .cppage2:before {
        content: "";
        background: var(--colour1);
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0
    }
    
    .cppage2 ul {
        width: 100%;
        height: 77px;
        background: var(--colour1);
        border-radius: 32px
    }
    
    .cppage2 ul li {
        width: 25%;
        float: left;
        position: relative
    }
    
    .cppage2 ul li:before {
        content: "";
        width: 1px;
        background-color: #d3e9f3;
        background-image: linear-gradient(#0282b8, #d3e9f3, #0282b8);
        position: absolute;
        left: 0;
        top: 15%;
        bottom: 15%
    }
    
    .cppage2 ul li:first-child:before {
        display: none
    }
    
    .cppage2 ul li a {
        font-size: 18px;
        line-height: 76px;
        text-align: center;
        color: #fff;
        display: block
    }
    
    .cppage2 ul li a:hover {
        font-weight: 700
    }
    
    .cppage3 {
        /* overflow: hidden; */
        padding: 30px 0
    }
    
    .cppage3 .w {
        position: relative;
        max-width: 1300px;
        margin: 0 auto;
    }
    
    @media screen and (max-width: 1500px) {
        .w {
            width: 1120px;
        }
    }
    
    .cppage3 .w:before {
        content: "";
        width: 96px;
        height: 320px;
        background: url(../images/cppage-zs.jpg) no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        right: -15px;
        top: -30px;
        z-index: -1
    }
    
    .cppage3 .fl {
        width: 70%
    }
    
    .content h2,
    .content h3 {
        font-size: 30px;
        color: #21252d;
        line-height: 40px;
        font-weight: 700;
        margin: 40px 0 24px;
        background: url(../images/title-bf.png) left 10px no-repeat;
        padding-left: 50px
    }
    
    .content h4 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700
    }
    
    .content p {
        font-size: 16px;
        line-height: 36px;
        color: #66686c;
    }
    
    .content p img {
        height: auto!important
    }
    
    .content p b,
    .content p strong {
        font-size: 18px;
        color: #444
    }
    
    .content p em,
    .content p em b,
    .content p em strong {
        font-size: 20px;
        font-weight: 700
    }
    
    .content video {
        max-width: 800px;
        width: 100%;
        max-height: 600px;
        display: block;
        margin: 0 auto
    }
    
    .content p a {
        color: #007eff
    }
    
    .cppage3 .fr {
        width: 24%;
        position: sticky;
        top: 0;
    }
    
    .cppage3 .fr .cptj {
        background: url(../images/cppage-bg.jpg) repeat;
        padding: 34px 0 20px 0;
        border-radius: 30px 0 0 0;
        margin: 75px 0 45px;
        box-shadow: 0 0 40px #d4dbde
    }
    
    .cppage3 .fr .cptj h4 {
        background: #e6eef1;
        font-size: 24px;
        color: #0182b8;
        text-align: center;
        font-weight: 700;
        line-height: 56px;
        position: relative;
        left: -8px
    }
    
    .cppage3 .fr .cptj h4:before {
        content: "";
        width: 0;
        border-top: 0 solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #7fb4c5;
        position: absolute;
        left: 0;
        bottom: -8px
    }
    
    .cppage3 .fr .cptj ul {
        padding: 19px 20px 0
    }
    
    .cppage3 .fr .cptj li {
        border: 1px solid #0282b8;
        border-radius: 30px 0 0 0;
        margin-top: 17px;
        overflow: hidden
    }
    
    .cppage3 .fr .cptj li p a {
        font-size: 16px;
        color: #494d56;
        text-align: center;
        line-height: 30px;
        padding: 10px 0;
        display: block
    }
    
    .cppage3 .fr .cptj li:hover p a {
        color: #0282b8;
    }
    
    .cppage3 table td,
    .cppage3 table th {
        text-align: center;
        padding: 10px;
        line-height: 20px;
        word-break: break-all;
    }
    /* .cppage3 table td:first-child {
        background-color: #0282b8;
    } */
    
    .message {
        width: 100%;
        height: 609px;
        background: url(../images/msg-bg.png) left center no-repeat
    }
    
    .message .w {
        padding: 68px 0;
        overflow: hidden;
        position: relative
    }
    
    .message .w:before {
        content: "";
        width: 518px;
        height: 554px;
        background: url(../images/msg-rw.png) no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        right: 6.6%;
        bottom: 4px
    }
    
    .message .left {
        width: 655px;
        float: left
    }
    
    .message .left h4 {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        position: relative
    }
    
    .message .left h4:after {
        content: "";
        width: 1px;
        background-color: #d3e9f3;
        background-image: linear-gradient(#0282b8, #d3e9f3, #0282b8);
        position: absolute;
        right: -16px;
        top: 15%;
        bottom: 0
    }
    
    .message .left .slogan {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: sub;
        margin-left: 35px
    }
    
    .message .left .text {
        width: 550px;
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        margin: 40px 0 25px
    }
    
    .message .left .text i {
        color: #f87a61;
        font-style: normal
    }
    
    .message .left .ly-msg {
        height: 262px;
        font-size: 0;
        padding: 15px 60px 0 30px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
    /* .message .left .ly-msg:before {
    content: "";
    width: 100%;
    border-top: 262px solid #fff;
    border-right: 70px solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
} */
    
    .message .left .ly-msg .same {
        width: 47.35%;
        height: 60px;
        display: inline-block;
        border-bottom: 1px solid #e6e6e6;
        position: relative
    }
    
    .message .left .ly-msg .same span {
        font-size: 18px;
        color: #494d56;
        line-height: 60px;
        position: absolute;
        left: 0;
        top: 0
    }
    
    .message .left .ly-msg .same input,
    .message .left .ly-msg .same textarea {
        width: 100%;
        height: 100%;
        background: 0 0;
        border: none;
        text-indent: 95px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        line-height: 59px
    }
    
    .message .left .ly-msg .same input:-webkit-autofill {
        -webkit-text-fill-color: #333;
        -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
        box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
    }
    
    .message .left .ly-msg .icon-name {
        margin-right: 5.3%
    }
    
    .message .left .ly-msg .icon-txt {
        width: 100%;
        height: 125px;
        margin-top: 10px
    }
    
    .message .left .ly-msg .icon-txt textarea {
        line-height: 30px;
        padding: 16px 0 10px;
        resize: none
    }
    
    .message .left .ly-msg .submit {
        width: 162px;
        height: 63px;
        background: #ff7a5f;
        font-size: 24px;
        color: #fff;
        text-shadow: 0 0 8px #e24627;
        border: none;
        border-radius: 50px 0 50px 50px;
        position: absolute;
        right: 95px;
        bottom: -30px;
        box-shadow: 0 25px 40px rgba(255, 122, 95, .5);
        transition: all .5s ease
    }
    
    .message .left .ly-msg .submit:hover {
        border-radius: 50px 50px 50px 0
    }
    
    .message .left form {
        height: 262px;
        font-size: 0;
        padding: 15px 60px 0 30px;
        position: relative;
        z-index: 1
    }
    
    .message .left form:before {
        content: "";
        width: 100%;
        border-top: 262px solid #fff;
        border-right: 70px solid transparent;
        border-left: 0 solid transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }
    
    .message .left form .same {
        width: 47.35%;
        height: 60px;
        display: inline-block;
        border-bottom: 1px solid #e6e6e6;
        position: relative
    }
    
    .message .left form .same span {
        font-size: 18px;
        color: #494d56;
        line-height: 60px;
        position: absolute;
        left: 0;
        top: 0
    }
    
    .message .left form .same input,
    .message .left form .same textarea {
        width: 100%;
        height: 100%;
        background: 0 0;
        border: none;
        text-indent: 95px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        line-height: 59px
    }
    
    .message .left form .same input:-webkit-autofill {
        -webkit-text-fill-color: #333;
        -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
        box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
    }
    
    .message .left form .icon-name {
        margin-right: 5.3%
    }
    
    .message .left form .icon-txt {
        width: 100%;
        height: 125px;
        margin-top: 10px
    }
    
    .message .left form .icon-txt textarea {
        line-height: 30px;
        padding: 16px 0 10px;
        resize: none
    }
    
    .message .left form .submit {
        width: 162px;
        height: 63px;
        background: #ff7a5f;
        font-size: 24px;
        color: #fff;
        text-shadow: 0 0 8px #e24627;
        border: none;
        border-radius: 50px 0 50px 50px;
        position: absolute;
        right: 95px;
        bottom: -30px;
        box-shadow: 0 25px 40px rgba(255, 122, 95, .5);
        transition: all .5s ease
    }
    
    .message .left form .submit:hover {
        border-radius: 50px 50px 50px 0
    }
    
    .message .left .tel {
        font-size: 18px;
        color: #fff;
        margin: 20px 0 0 80px
    }
    
    .message .left .tel:after,
    .message .left .tel:before {
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle
    }
    
    .message .left .tel:before {
        margin-right: 20px
    }
    
    .message .left .tel:after {
        margin-left: 20px
    }
    
    .message .right {
        float: left;
        margin: 40px 0 0 60px;
        position: relative
    }
    
    .message .right:before {
        content: "";
        width: 6px;
        height: 360px;
        background-image: linear-gradient(#f87a61 50%, transparent);
        display: block;
        position: absolute;
        left: 0;
        top: 51px;
        /* transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg) */
    }
    
    .message .right p {
        height: 49px;
        font-size: 24px;
        color: #f87a61;
        line-height: 49px;
        font-weight: 700;
        margin: 30px 0;
        position: relative
    }
    
    .message .right p:before {
        content: "";
        width: 30px;
        height: 4px;
        background-image: linear-gradient(to right, #f87a61, transparent);
        display: inline-block;
        vertical-align: middle
    }
    
    .message .right p:after {
        content: "";
        width: 12px;
        height: 12px;
        background: #f87a61;
        border-radius: 50%;
        display: block;
        position: absolute;
        left: -3px;
        top: 45%
    }
    
    .message .right .p1 {
        line-height: 0;
        /* margin-left: 28px */
    }
    
    .message .right .p1:before {
        width: 38px;
        height: 6px;
        background: #f87a61;
        margin-right: -12px
    }
    
    .message .right .p1:after {
        display: none
    }
    
    .message .right .p1 a {
        width: 128px;
        height: 49px;
        background: url(../images/msg-zs.png) no-repeat;
        background-size: 100%;
        color: #f87a61;
        text-align: center;
        line-height: 42px;
        display: inline-block
    }
    
    .message .right .p2 {
        /* margin-left: 5px */
    }
    
    .message .right .p4 {
        /* margin-left: 5px */
    }
    
    fieldset,
    img {
        max-width: 100%;
        height: auto;
        border: 0 none;
        vertical-align: middle;
    }
    /* 联系我们页面 */
    
    .innertit {
        text-align: center;
        margin: 2em 0;
    }
    
    .innertit strong {
        font-size: 1.8em;
        display: block;
        color: #333;
        text-align: center;
        letter-spacing: 4px;
        margin-bottom: 10px;
    }
    
    .innertit small {
        font-size: 15px;
        color: #666;
        display: block;
        line-height: 1.7;
    }
    
    .info {
        margin: 2em 0 4em;
    }
    
    .info>div {
        background-color: #fff;
    }
    
    @media (max-width:768px) {
        .innertit strong {
            font-size: 20px;
        }
        .innertit {
            margin: 1.5em 0;
        }
    }
    
    .tell_info {
        float: left;
        box-sizing: border-box;
        padding: 2.3em 1em;
        margin-right: 10px;
        background: #f5f5f5;
        width: 22em
    }
    
    .tell_info h3 {
        font-size: 1.2em;
        color: #333;
        font-weight: bold;
        line-height: 2
    }
    
    @media (max-width:768px) {
        .submian {
            padding-top: 15px;
        }
        .innertit {
            margin: 0;
        }
        .info {
            margin: 15px 0;
        }
        .tell_info {
            padding: 10px;
        }
        .tell_info h3 {
            font-size: 15px;
        }
    }
    
    .tell_info strong {
        font-size: 15px;
        color: #e61710;
    }
    /* @media (max-width:768px) {
        .tell_info strong {
            font-size: 15px;
        }
    } */
    
    .tell_info p {
        font-size: 16px;
        color: #666;
        line-height: 1.75em;
        padding: 5px 0
    }
    
    .tell_info .fa {
        color: #e61710;
        font-size: 1em;
        text-align: center;
        margin-right: .6em;
        width: 1em
    }
    
    .tell_info .ewm {
        display: block;
        margin: 1em auto 0 auto;
        width: 7em;
        height: 7em
    }
    
    #map {
        float: right;
        width: calc(100% - 23rem);
        height: 486px;
        overflow: hidden;
        position: relative;
        z-index: 0;
        background-color: rgb(243, 241, 236);
        color: rgb(0, 0, 0);
        text-align: left;
    }
    
    @media (max-width:640px) {
        .tell_info,
        #map {
            width: 100%;
        }
        .tell_info p {
            font-size: 15px;
        }
        #map {
            height: 4rem;
        }
    }
    
    /*.cppage2 {*/
    /*    position: relative;*/
    /*}*/
    
    /*.cppage2:before {*/
    /*    content: "";*/
    /*    background: #0282b8;*/
    /*    position: absolute;*/
    /*    left: 50%;*/
    /*    right: 0;*/
    /*    top: 0;*/
    /*    bottom: 0*/
    /*}*/
    
    /*.cppage2 ul {*/
    /*    width: 100%;*/
    /*    height: 77px;*/
    /*    background: #0282b8;*/
    /*    border-radius: 32px*/
    /*}*/
    
    /*.cppage2 ul li {*/
    /*    width: 25%;*/
    /*    float: left;*/
    /*    position: relative*/
    /*}*/
    
    /*.cppage2 ul li:before {*/
    /*    content: "";*/
    /*    width: 1px;*/
    /*    background-color: #d3e9f3;*/
    /*    background-image: linear-gradient(#0282b8, #d3e9f3, #0282b8);*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 15%;*/
    /*    bottom: 15%*/
    /*}*/
    
    /*.cppage2 ul li:first-child:before {*/
    /*    display: none*/
    /*}*/
    
    /*.cppage2 ul li a {*/
    /*    font-size: 18px;*/
    /*    line-height: 76px;*/
    /*    text-align: center;*/
    /*    color: #fff;*/
    /*    display: block*/
    /*}*/
    
    /*.cppage2 ul li a:hover {*/
    /*    font-weight: 700*/
    /*}*/
    
    .cppage3 {
        /* overflow: hidden; */
        padding: 30px 0
    }
    
    .cppage3 .w {
        position: relative
    }
    
    .cppage3 .w:before {
        content: "";
        width: 96px;
        height: 320px;
        background: url(../images/cppage-zs.jpg) no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        right: -15px;
        top: -30px;
        z-index: -1
    }
    
    .cppage3 .fl {
        width: 70%
    }
    
    .content h2,
    .content h3 {
        font-size: 30px;
        color: #21252d;
        line-height: 40px;
        font-weight: 700;
        margin: 40px 0 24px;
        background: url(../images/title-bf.png) left 10px no-repeat;
        padding-left: 50px
    }
    
    .content h4 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 700
    }
    
    .content p {
        font-size: 16px;
        line-height: 36px;
        color: #66686c;
    }
    
    .content p img {
        height: auto!important
    }
    
    .content p b,
    .content p strong {
        font-size: 18px;
        color: #444
    }
    
    .content p em,
    .content p em b,
    .content p em strong {
        font-size: 20px;
        font-weight: 700
    }
    
    .content video {
        max-width: 800px;
        width: 100%;
        display: block;
        margin: 0 auto
    }
    
    .content p a {
        color: #007eff
    }
    
    .cppage3 .fr {
        width: 24%;
        position: sticky;
        top: 0;
    }
    
    .cppage3 .fr .cptj {
        background: url(../images/cppage-bg.jpg) repeat;
        padding: 34px 0 20px 0;
        border-radius: 30px 0 0 0;
        margin: 75px 0 45px;
        box-shadow: 0 0 40px #d4dbde
    }
    
    .cppage3 .fr .cptj h4 {
        background: #e6eef1;
        font-size: 24px;
        color: #0182b8;
        text-align: center;
        font-weight: 700;
        line-height: 56px;
        position: relative;
        left: -8px
    }
    
    .cppage3 .fr .cptj h4:before {
        content: "";
        width: 0;
        border-top: 0 solid transparent;
        border-bottom: 8px solid transparent;
        border-right: 8px solid #7fb4c5;
        position: absolute;
        left: 0;
        bottom: -8px
    }
    
    .cppage3 .fr .cptj ul {
        padding: 19px 20px 0
    }
    
    .cppage3 .fr .cptj li {
        border: 1px solid #0282b8;
        border-radius: 30px 0 0 0;
        margin-top: 17px;
        overflow: hidden
    }
    
    .cppage3 .fr .cptj li p a {
        font-size: 16px;
        color: #494d56;
        text-align: center;
        line-height: 30px;
        padding: 10px 0;
        display: block
    }
    
    .cppage3 .fr .cptj li:hover p a {
        color: #0282b8
    }
    
    .message {
        width: 100%;
        height: 609px;
        background: url(../images/msg-bg.png) left center no-repeat
    }
    
    .message .w {
        padding: 68px 0;
        overflow: hidden;
        position: relative
    }
    
    .message .w:before {
        content: "";
        width: 518px;
        height: 554px;
        background: url(../images/msg-rw.png) no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        right: 6.6%;
        bottom: 4px
    }
    
    .message .left {
        width: 655px;
        float: left
    }
    
    .message .left h4 {
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
        position: relative
    }
    
    .message .left h4:after {
        content: "";
        width: 1px;
        background-color: #d3e9f3;
        background-image: linear-gradient(#0282b8, #d3e9f3, #0282b8);
        position: absolute;
        right: -16px;
        top: 15%;
        bottom: 0
    }
    
    .message .left .slogan {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        vertical-align: sub;
        margin-left: 35px
    }
    
    .message .left .text {
        width: 550px;
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        margin: 40px 0 25px
    }
    
    .message .left .text i {
        color: #f87a61;
        font-style: normal
    }
    
    .message .left .ly-msg {
        height: 262px;
        font-size: 0;
        padding: 15px 60px 0 30px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
    /* .message .left .ly-msg:before {
        content: "";
        width: 100%;
        border-top: 262px solid #fff;
        border-right: 70px solid transparent;
        border-left: 0 solid transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    } */
    
    .message .left .ly-msg .same {
        width: 47.35%;
        height: 60px;
        display: inline-block;
        border-bottom: 1px solid #e6e6e6;
        position: relative
    }
    
    .message .left .ly-msg .same span {
        font-size: 18px;
        color: #494d56;
        line-height: 60px;
        position: absolute;
        left: 0;
        top: 0
    }
    
    .message .left .ly-msg .same input,
    .message .left .ly-msg .same textarea {
        width: 100%;
        height: 100%;
        background: 0 0;
        border: none;
        text-indent: 95px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        line-height: 59px
    }
    
    .message .left .ly-msg .same input:-webkit-autofill {
        -webkit-text-fill-color: #333;
        -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
        box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
    }
    
    .message .left .ly-msg .icon-name {
        margin-right: 5.3%
    }
    
    .message .left .ly-msg .icon-txt {
        width: 100%;
        height: 125px;
        margin-top: 10px
    }
    
    .message .left .ly-msg .icon-txt textarea {
        line-height: 30px;
        padding: 16px 0 10px;
        resize: none
    }
    
    .message .left .ly-msg .submit {
        width: 162px;
        height: 63px;
        background: #ff7a5f;
        font-size: 24px;
        color: #fff;
        text-shadow: 0 0 8px #e24627;
        border: none;
        border-radius: 50px 0 50px 50px;
        position: absolute;
        right: 95px;
        bottom: -30px;
        box-shadow: 0 25px 40px rgba(255, 122, 95, .5);
        transition: all .5s ease
    }
    
    .message .left .ly-msg .submit:hover {
        border-radius: 50px 50px 50px 0
    }
    
    .message .left form {
        height: 262px;
        font-size: 0;
        padding: 15px 60px 0 30px;
        position: relative;
        z-index: 1
    }
    
    .message .left form:before {
        content: "";
        width: 100%;
        border-top: 262px solid #fff;
        border-right: 70px solid transparent;
        border-left: 0 solid transparent;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1
    }
    
    .message .left form .same {
        width: 47.35%;
        height: 60px;
        display: inline-block;
        border-bottom: 1px solid #e6e6e6;
        position: relative
    }
    
    .message .left form .same span {
        font-size: 18px;
        color: #494d56;
        line-height: 60px;
        position: absolute;
        left: 0;
        top: 0
    }
    
    .message .left form .same input,
    .message .left form .same textarea {
        width: 100%;
        height: 100%;
        background: 0 0;
        border: none;
        text-indent: 95px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        line-height: 59px
    }
    
    .message .left form .same input:-webkit-autofill {
        -webkit-text-fill-color: #333;
        -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
        box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
    }
    
    .message .left form .icon-name {
        margin-right: 5.3%
    }
    
    .message .left form .icon-txt {
        width: 100%;
        height: 125px;
        margin-top: 10px
    }
    
    .message .left form .icon-txt textarea {
        line-height: 30px;
        padding: 16px 0 10px;
        resize: none
    }
    
    .message .left form .submit {
        width: 162px;
        height: 63px;
        background: #ff7a5f;
        font-size: 24px;
        color: #fff;
        text-shadow: 0 0 8px #e24627;
        border: none;
        border-radius: 50px 0 50px 50px;
        position: absolute;
        right: 95px;
        bottom: -30px;
        box-shadow: 0 25px 40px rgba(255, 122, 95, .5);
        transition: all .5s ease
    }
    
    .message .left form .submit:hover {
        border-radius: 50px 50px 50px 0
    }
    
    .message .left .tel {
        font-size: 18px;
        color: #fff;
        margin: 20px 0 0 80px
    }
    
    .message .left .tel:after,
    .message .left .tel:before {
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #fff;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle
    }
    
    .message .left .tel:before {
        margin-right: 20px
    }
    
    .message .left .tel:after {
        margin-left: 20px
    }
    
    .message .right {
        float: left;
        margin: 40px 0 0 60px;
        position: relative
    }
    
    .message .right:before {
        content: "";
        width: 6px;
        height: 360px;
        background-image: linear-gradient(#f87a61 50%, transparent);
        display: block;
        position: absolute;
        left: 0;
        top: 51px;
        /* transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg) */
    }
    
    .message .right p {
        height: 49px;
        font-size: 24px;
        color: #f87a61;
        line-height: 49px;
        font-weight: 700;
        margin: 30px 0;
        position: relative
    }
    
    .message .right p:before {
        content: "";
        width: 30px;
        height: 4px;
        background-image: linear-gradient(to right, #f87a61, transparent);
        display: inline-block;
        vertical-align: middle
    }
    
    .message .right p:after {
        content: "";
        width: 12px;
        height: 12px;
        background: #f87a61;
        border-radius: 50%;
        display: block;
        position: absolute;
        left: -3px;
        top: 45%
    }
    
    .message .right .p1 {
        line-height: 0;
        /* margin-left: 28px */
    }
    
    .message .right .p1:before {
        width: 38px;
        height: 6px;
        background: #f87a61;
        margin-right: -12px
    }
    
    .message .right .p1:after {
        display: none
    }
    
    .message .right .p1 a {
        width: 128px;
        height: 49px;
        background: url(../images/msg-zs.png) no-repeat;
        background-size: 100%;
        color: #f87a61;
        text-align: center;
        line-height: 42px;
        display: inline-block
    }
    
    .message .right .p2 {
        /* margin-left: 5px */
    }
    
    .message .right .p4 {
        /* margin-left: 5px */
    }
    
    .product-qian-da > .list-paddingleft-2{
        display: block;
         position: relative;
        -webkit-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        -moz-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        -ms-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        -o-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        border: 1px solid #E7F4F9;
        padding: 10px 24px 30px;
    }
    
    
    
    .qanda {
        position: relative;
        -webkit-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        -moz-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        -ms-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        -o-box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        box-shadow: 0 0 16px rgba(10, 142, 195, .2);
        border: 1px solid #E7F4F9;
        padding: 10px 24px 30px;
    }
    
    .qanda span {
        position: absolute;
        right: 0;
        top: -66px;
        line-height: 42px;
        padding: 0 15px;
        color: #FFF;
        font-size: 18px;
        text-shadow: 0 1px 1px rgba(236, 55, 26, .8);
        background: #ea2c11;
        background: -webkit-linear-gradient(left, #fe9569 0%, #ea2c11 100%);
        background: -moz-linear-gradient(left, #fe9569 0%, #ea2c11 100%);
        background: -ms-linear-gradient(left, #fe9569 0%, #ea2c11 100%);
        background: -o-linear-gradient(left, #fe9569 0%, #ea2c11 100%);
        background: linear-gradient(to right, #fe9569 0%, #ea2c11 100%);
        cursor: pointer;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .qanda span:hover {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -ms-border-radius: 40px;
        -o-border-radius: 40px;
        border-radius: 40px;
    }
    
    .qanda:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 95px;
        height: 86px;
        background: url(../images/wdmark.png) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -ms-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .qanda li {
        margin-top: 20px;
        line-height: 24px;
        padding-top: 20px;
        position: relative;
    }
    
    .qanda li:before {
        content: "";
        position: absolute;
        left: 40px;
        right: 0;
        top: 0;
        height: 1px;
        background-color: #d4e1e6;
    }
    
    .qanda li:first-child {
        padding-top: 0;
    }
    
    .qanda li:first-child:before {
        display: none;
    }
    .product-qian-da > .list-paddingleft-2 p{
        margin: 0;
            height: 24px;
        line-height: 24px;
    }
    .product-qian-da > .list-paddingleft-2 > li{
            margin-top: 20px;
    line-height: 24px;
    padding-top: 20px;
    position: relative;
    }
    .product-qian-da > .list-paddingleft-2 > li:before {
    content: "";
    position: absolute;
    left: 40px;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #d4e1e6;
}
 .product-qian-da > .list-paddingleft-2 > li:first-child:before{
     display: none;
 }
    .qanda li em,
    .product-qian-da > .list-paddingleft-2 p > em{
        display: inline-block;
        font-style: normal;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        color: #FFF;
        font-size: 16px;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    .qanda li .qanda-wen em,
    .product-qian-da > .list-paddingleft-2 li p:first-child  em{
        background: #eb2e12;
        background: -webkit-linear-gradient(left, #fd9166 0%, #eb2e12 100%);
        background: -moz-linear-gradient(left, #fd9166 0%, #eb2e12 100%);
        background: -ms-linear-gradient(left, #fd9166 0%, #eb2e12 100%);
        background: -o-linear-gradient(left, #fd9166 0%, #eb2e12 100%);
        background: linear-gradient(to right, #fd9166 0%, #eb2e12 100%);
    }
    
    .qanda li .qanda-da em,
    .product-qian-da > .list-paddingleft-2 li p:last-child  em {
        background: #12c4c8;
        background: -webkit-linear-gradient(left, #5fdead 0%, #12c4c8 100%);
        background: -moz-linear-gradient(left, #5fdead 0%, #12c4c8 100%);
        background: -ms-linear-gradient(left, #5fdead 0%, #12c4c8 100%);
        background: -o-linear-gradient(left, #5fdead 0%, #12c4c8 100%);
        background: linear-gradient(to right, #5fdead 0%, #12c4c8 100%);
    }
    
    .qanda li .qanda-wen,
    .product-qian-da > .list-paddingleft-2 li p:first-child  {
        position: relative;
        padding-left: 40px;
        color: #1a1a1a;
        font-size: 18px;
    }
    
    .qanda li .qanda-da,
    .product-qian-da > .list-paddingleft-2 li p:last-child {
        position: relative;
        padding-left: 40px;
        color: #666666;
        font-size: 16px;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    @media screen and (min-width:2000px) {
        .header,
        .location {
            max-width: 1920px;
            left: 50%;
            margin-left: -960px
        }
        .videopage {
            background-size: 100%
        }
        .message {
            background-size: cover
        }
        .about1 {
            padding-top: 9%
        }
    }
    
    @media screen and (max-width:768px) {
        .content h3 {
            font-size: 18px;
            margin: 10px 0 5px;
        }
        .content p {
            font-size: 15px;
        }
        .content p b,
        .content p strong {
            font-size: 16px;
        }
        .showInfo .contxt p {
            line-height: 2;
            margin: 10px 0;
        }
        .qanda li {
            margin-top: 10px;
            padding-top: 10px;
            line-height: 1.6;
        }
        .qanda li .qanda-wen,
        .qanda li .qanda-da {
            font-size: 15px;
            line-height: 1.6;
        }
    }
    
    .tags a {
        font-size: 14px;
        padding: 8px 15px;
        background-color: #f5f5f5;
        margin: 0 5px;
        border-radius: 15px;
    }
    
    .pagination .pagination{
        display: flex;
            justify-content: center;
    }
    .pagination .pagination .active{
        color: #666;
    padding: 0 15px;
    margin: 0 3px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    background: #fff;
    border: 1px solid #dfdfdf;
    background-color: #0067d0;
    color: #fff;
    }
    