﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    outline: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}
/*导航*/
.index_top.top2 {
    display: none;
    margin: -9px 15px 15px 15px;
    /* margin-right:0px; */
}

.index_top {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

    .index_top img {
        float: left;
    }

    .index_top .index_topright {
        float: right;
        position: relative;
        top: 10px;
    }

.index_cplastDiv {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 95%;
}

.index_top .index_topright input {
    width: 150px;
    height: 26px;
    outline: none;
    padding-left: 10px;
    border: #D9D9D9 solid 1px;
    border-radius: 2px;
    top: -1px;
}

.index_top .index_so {
    float: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
}

.index_top .index_topright select {
    height: 30px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #333;
    width: 50px;
}

.index_top .index_topright .index_en {
    float: none;
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -5px;
}

.index_nav {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

    .index_nav .index_navtitle li {
        float: left;
        margin-left: 20px;
    }

        .index_nav .index_navtitle li a {
            display: block;
            width: 140px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            color: #333;
        }

    .index_nav .index_menubox {
        position: absolute;
    }

    .index_nav .index_navnext {
        float: left;
    }

        .index_nav .index_navnext li {
            margin-left: 20px;
            background: white;
        }

            .index_nav .index_navnext li a {
                padding: 0 40px;
                color: #333;
                line-height: 40px;
                font-size: 14px;
            }

            .index_nav .index_navnext li:nth-child(1):hover {
                border-top: black solid 2px;
            }

            .index_nav .index_navnext li a:hover {
                background: #f0f0f0 url(../images/nav_jtimg.png) no-repeat 20px center;
                padding-left: 50px;
                transition: padding-left 0.5s;
            }

.ind_box .amore {
    /* float: right; */
    color: blue;
    position: absolute;
    /* height: 100%; */
    bottom: 0px;
    right: 0;
    margin: 25px;
    /* margin-top: 15px; */
}

.ind_box.ind_box2 .amore {
    width: 55%;
}

#cssmenu { /* margin-left:430px; */
    margin-top: 30px;
    z-index: 10;
}

    #cssmenu,
    #cssmenu ul,
    #cssmenu ul li,
    #cssmenu ul li a,
    #cssmenu #menu-button {
        line-height: 1;
        display: block;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        #cssmenu:after,
        #cssmenu > ul:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

        #cssmenu #menu-button {
            display: none;
        }

#cssmenu {
    width: auto;
    font-family: '微软雅黑', sans-serif;
    line-height: 1;
    background: #ffffff;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #ff0000;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
    font-weight: 550;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 20px 60px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #ff0000;
}

#cssmenu > ul > li.has-sub > a {
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 21px;
        right: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #ff0000;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 40px;
}

#cssmenu ul ul li a {
    padding: 15px 10px 15px 30px;
    width: 200px;
    font-size: 12px;
    background: #fff;
    text-align: left;
    text-decoration: none;
    color: #333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #ff0000;
        background: #e0e0e0;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.inner_phonep {
    display: none;
}

.lcb_lc {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.inner_right {
    float: right;
}

.his_right {
    position: absolute;
    top: 50%;
    right: -500px;
    margin-top: -50px;
    width: 400px;
    line-height: 24px;
}

    .his_right p {
        font-size: 27px;
    }

        .his_right p span {
            display: block;
            /* word-break: break-all;*/
            /* word-wrap: break-word; */
            /* text-align: initial; */
            margin-top: 30px;
            /* font-size: 25px; */
        }

.his_left {
    position: absolute;
    top: 50%;
    left: -100%;
    margin-top: -50px;
    /* max-width: 400px; */
    line-height: 24px;
    /*text-align: centerinitial;*/
}

    .his_left p {
        font-size: 27px;
        width: 400px;
        text-align: right;
        /* max-width: 100%; */
    }

        .his_left p span {
            display: block;
            margin-top: 30px;
            font-size: 26px;
            /* word-break: break-all;*/
            /* word-wrap: break-word; */
            /* text-align: initial; */
        }

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ff0000;
}

.ind_center {
    max-width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
    padding-bottom: 80px;
}

.ind_boxbg {
    max-width: 1200px;
    margin: 0 auto;
    background: #efeeee;
    padding-top: 20px;
    padding-bottom: 60px;
    margin-top: 50px;
}

    .ind_boxbg:first-child {
        margin-top: 0;
        padding-top: 10px;
    }

.ind_box img {
    max-width: 400px;
}

.ind_box {
    max-width: 960px;
    margin: 0 auto;
    height: auto;
    background: white;
    margin-top: 50px;
    position: relative;
}

.ind_box2 {
    background: white;
}

.ind_box .ind_text {
    width: 40%;
    float: right;
    margin-right: 50px;
    margin-top: 30px;
}

.ind_box2 .ind_text {
    width: 40%;
    float: left;
    margin-left: 50px;
    margin-top: 50px;
}

.ind_box .ind_text h2 {
    font-size: 24px;
    font-weight: normal;
}

.ind_box .ind_text p {
    color: #333;
    font-size: 14px;
    margin-top: 30px;
    line-height: 30px;
    /* word-break: break-all;*/
    /* word-wrap: break-word; */
    /* text-align: initial; */
}

p.pro_boxp1 {
}

.industry_img {
    /* padding-top: 36px; */
    float: left;
    margin-left: 10px;
    padding: 30px 0;
}

.industry_img2 {
    float: left;
    margin-left: 50px;
    padding: 30px 0;
}
.pccproTitle {
                margin: 50px 0 15px 0;
          font-weight:600;
            }

            .sur_ul p:first-child {
                margin: 20px 0 15px 0;
            }
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }

            #cssmenu ul li a,
            #cssmenu ul ul li a {
                width: 100%;
            }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 20px 20px 20px 65px;
            font-size: 16px;
            color: #878686;
            background: none;
            text-align: left;
            text-decoration: underline;
        }

            #cssmenu ul ul li:hover > a,
            #cssmenu ul ul li a:hover {
                color: #000000;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    .index_top {
        margin-top: 0px;
    }

    .index_top {
        float: none;
        margin: 0 auto;
        display: none;
    }


        .index_top.top2 {
            display: block;
        }

            .index_top.top2.index_topright {
                top: 0px;
                margin-right: 15px;
            }

    #cssmenu {
        margin-top: 0px;
    }

        #cssmenu #menu-button {
            display: block;
            padding: 15px;
            color: #000000;
            cursor: pointer;
            font-size: 12px;
            text-transform: uppercase;
        }

            #cssmenu #menu-button::after {
                content: '';
                position: absolute;
                top: 28px;
                right: 20px;
                display: block;
                width: 27px;
                height: 2px;
                background: #000000;
            }

            #cssmenu #menu-button::before {
                content: '';
                position: absolute;
                top: 33px;
                right: 20px;
                display: block;
                width: 27px;
                height: 4px;
                border-top: 2px solid #000000;
                border-bottom: 2px solid #000000;
            }

        #cssmenu .submenu-button {
            position: absolute;
            z-index: 10;
            right: 0;
            top: 0;
            display: block;
            border-left: 1px solid rgba(120, 120, 120, 0.15);
            height: 52px;
            width: 52px;
            cursor: pointer;
        }

            #cssmenu .submenu-button::after {
                content: '';
                position: absolute;
                top: 21px;
                left: 26px;
                display: block;
                width: 1px;
                height: 11px;
                background: #000000;
                z-index: 99;
            }

            #cssmenu .submenu-button::before {
                content: '';
                position: absolute;
                left: 21px;
                top: 26px;
                display: block;
                width: 11px;
                height: 1px;
                background: #000000;
                z-index: 99;
            }

            #cssmenu .submenu-button.submenu-opened:after {
                display: none;
            }
}

.index_navactive {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
/*导航结束*/
/*轮播*/
.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
        filter: alpha(opacity=50);
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 5px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

    .flex-control-paging li a.flex-active {
        background-position: 0 0;
    }

.slides li .img img {
    width: 100%;
}
/*轮播结束*/

/*首页内容*/
.index_con1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

    .index_con1 .index_con1_left {
        float: left;
        width: 50%;
    }

        .index_con1 .index_con1_left img {
            width: 100%;
        }

    .index_con1 .index_con1_right {
        float: right;
        width: 50%;
    }

        .index_con1 .index_con1_right h2 {
            color: #ff0000;
            font-size: 28px;
            margin-left: 30px;
        }

        .index_con1 .index_con1_right p {
            margin-top: 15px;
            margin-left: 30px;
            color: #808080;
            font-size: 14px;
            line-height: 24px;
            /* word-break: break-all;*/
            /* word-wrap: break-word; */
            text-align: justify;
        }
.index_con1Description{padding-top: 10px;}
        .index_con1 .index_con1_right .con_p {
            text-align: initial;
            line-height: 25px;
        }

        .his_left p span, .his_right p span, .power_center p, .about_center p, .index_yk .index_yk_left p, .index_lk dd, .index_con1 .index_con1_right p {
            font-size: 16px;
        }

        .his_right p span, .power_center p, .about_zmenu ul li h3 a, .about_center p, .index_yk .index_yk_left p, .index_con1 .index_con1_right p {
            color: #333;
        }

        .indexxiaxian {
            float: right;
            display: block;
            margin-left: 30px;
            margin-top: 30px;
            width: 90px;
            height: 26px;
            background: url(../images/index_jticon.png) no-repeat left center;
            border: #ff908a solid 1px;
            line-height: 26px;
            text-align: center;
            padding-left: 20px;
            color: white;
            font-size: 14px;
        }

            .index_con1 .index_con1_right span a {
                color: #df2c23;
                font-weight: 400;
            }
/*首页内容结束*/
/*列表*/
.index_cp {
    max-width: 941px;
    margin: 0 auto;
    margin-top: 50px;
}

    .index_cp h2 {
        color: #ff0000;
        font-size: 28px;
    }

.inner_phonep {
    font-size: 17px;
}

.index_cp ul li {
    float: left;
    margin-right: 20px;
    position: relative;
    margin-top: 30px;
}

    .index_cp ul li:nth-child(3) {
        margin-right: 0;
    }

.index_cp ul .index_cplast {
    margin-right: 0;
}

.index_cp ul .index_cpimg { /* margin-bottom:30px; */
}

.index_cp ul li span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(223,44,35,0.7);
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: white;
}

.index_cp ul .index_cplast {
    width: 300px;
    /* height: 203px; */
    /* border: #df2c23 solid 2px; */
    border-radius: 2px;
    box-sizing: border-box;
    text-align: center;
    color: #df2c23;
    /* padding: 0 15px; */
}

    .index_cp ul .index_cplast p {
        margin-top: 40px;
        /* word-break: break-all;*/
        /* word-wrap: break-word; */
        text-align: initial;
        padding: 0 10px;
    }

    .index_cp ul .index_cplast a {
        display: block;
        margin: 0 auto;
        width: 90px;
        height: 26px;
        /* margin-top:50px; */
        background: url(../images/index_jticon.png) no-repeat left center;
        border: #ff908a solid 1px;
        line-height: 26px;
        text-align: center;
        padding-left: 20px;
        font-size: 14px;
        color: #df2c23;
        margin-top: 10%;
    }

.h2_phoneshow {
    display: none;
}
/*列表结束*/

/*首页两块*/
.index_lk {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

    .index_lk dl {
        width: 50%;
        position: relative;
        height: 320px;
        float: left;
        background: url(../images/index_lkbg.png) no-repeat center center;
        background-size: cover;
    }

    .index_lk .index_lkdl2 {
        background: url(../images/index_lkbg2.png) no-repeat center center;
        background-size: cover;
    }

    .index_lk dt {
        font-size: 28px;
        color: white;
        margin-left: 80px;
        margin-top: 30px;
        font-weight: 600;
    }

    .index_lk dd {
        /* font-size: 14px; */
        color: white;
        /* word-break: break-all;*/
        /* word-wrap: break-word; */
        text-align: justify;
        margin-left: 80px;
        /* margin-top: 30px; */
        margin-right: 30px;
        margin-bottom: 10px;
        line-height: 24px;
    }

        .index_lk dd p {
            margin-top: 15px;
        }

    .index_lk .ddMore {
        position: absolute;
        bottom: 0;
        text-align: right;
        right: 0;
        /* width: 100%; */
    }

    .index_lk .index_lk_dd {
        margin-left: 60px;
    }

    .index_lk .ddMore a {
        display: block;
        width: 90px;
        height: 26px;
        background: url(../images/index_jticon.png) no-repeat left center;
        border: #df2c23 solid 1px;
        line-height: 26px;
        text-align: center;
        padding-left: 20px;
        font-size: 14px;
        color: #ffffff;
    }
/*首页两块结束*/
/*首页一块*/
.index_yk {
    max-width: 960px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

    .index_yk .index_yk_left {
        width: 50%;
        float: left;
    }

        .index_yk .index_yk_left h3 {
            font-size: 23px;
            color: #df2c23;
        }

        .index_yk .index_yk_left p {
            margin-top: 15px;
            /* word-break: break-all;*/
            /* word-wrap: break-word; */
            text-align: justify;
            /* color: #808080; */
            /* font-size: 14px; */
            line-height: 24px;
            margin-right: 30px;
        }
/*首页一块结束*/
/*页尾*/
.footer {
    /* width:100%; */
    /* height:190px; */
    padding: 30px 0;
    margin: 0 auto;
    background: #383838;
}

    .footer ul {
        max-width: 1200px;
        margin: 0 auto;
        /* padding-top:30px; */
    }

        .footer ul li {
            width: 24%;
            float: left;
            /* margin-right: 18px; */
            text-align: center;
            border-right: #808080 solid 2px;
            height: 150px;
        }

            .footer ul li:nth-child(4) {
                border-right: none;
            }

            .footer ul li:nth-child(5) {
                border-right: none;
            }

            .footer ul li img {
                margin: 0 auto;
            }

            .footer ul li .foot_hei {
                height: 24px;
            }

            .footer ul li a {
                color: white;
                text-decoration: none;
            }

            .footer ul li h4 {
                font-weight: normal;
                font-size: 14px;
                font-weight: 600;
                margin-top: 30px;
            }

            .footer ul li p {
                margin-top: 15px;
                font-size: 12px;
                line-height: 25px; /* width: 90%; */
                padding: 0 5px;
            }

                .footer ul li p a {
                    color: #f2f2f2;
                }
/*页尾结束*/
.clearfix {
    clear: both;
}




/*关于我们*/
/*子菜单*/
.about_banner {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .about_banner img {
        width: 100%;
    }

    .about_banner .about_bantext {
        position: absolute;
        width: 60%;
        height: 220px;
        background: rgba(0,0,0,0.4);
        top: 25%;
        left: 20%;
    }

        .about_banner .about_bantext h2 {
            color: white;
            font-size: 34px;
            margin-top: 40px;
            margin-left: 50px;
        }

        .about_banner .about_bantext span {
            display: block;
            width: 120px;
            border: #ff0000 solid 1px;
            margin-left: 50px;
            margin-top: 8px;
        }

        .about_banner .about_bantext p {
            margin-top: 30px;
            margin-left: 50px;
            color: white;
        }

.about_zmenu ul li {
    float: left;
}

    .about_zmenu ul li h3 {
        float: left;
    }

        .about_zmenu ul li h3 a {
            font-weight: normal;
            font-size: 16px;
            /* color: #808080; */
            padding: 0 60px;
            background: url(../images/about_menujt.png) no-repeat right 30px center;
            line-height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
        }

            .about_zmenu ul li h3 a:hover {
                color: #ff0000;
            }

.about_zmenu ul .about_zmenu_li1 h3 a {
    background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 175px center;
    padding-left: 200px;
    padding-right: 60px;
}
/*子菜单结束*/
/*主要内容*/
.about_center {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

    .about_center h3 {
        font-size: 28px;
        font-weight: bold;
        color: #595959;
    }

    .about_center span {
        display: block;
        width: 100px;
        border: #ff0000 solid 2px;
        margin-top: 8px;
        margin-bottom: 30px;
    }

    .about_center p {
        /* word-break: break-all;*/
        /* word-wrap: break-word; */
        text-align: initial;
        /* color: #808080; */
        line-height: 40px;
        /* box-sizing: border-box; */
        /* text-indent:2em; */
        /* font-size: 16px; */
    }

.about_center2 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 80px;
    margin-bottom: 180px;
}

    .about_center2 ul {
        float: left;
        font-weight: bold;
    }

        .about_center2 ul:nth-child(2) {
            margin-left: 50px;
            color: #333;
            font-weight: normal;
        }

        .about_center2 ul li {
            margin-top: 20px;
        }

        .about_center2 ul:nth-child(1) li:nth-child(7) {
            margin-top: 43px;
        }

        .about_center2 ul:nth-child(1) li:nth-child(8) {
            margin-top: 40px;
        }

    .about_center2 .about_timez {
        position: absolute;
        top: -12px;
        left: 55px;
    }

    .about_center2 .about_timerig {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -185px;
    }
/*主要内容*/
/*关于我们结束*/

/*产品*/
/*子菜单*/
.pro_zmenu ul li {
    float: left;
}

    .pro_zmenu ul li h3 {
        float: left;
    }

        .pro_zmenu ul li h3 a {
            font-weight: normal;
            font-size: 16px;
            color: #808080;
            padding: 0 60px;
            background: url(../images/about_menujt.png) no-repeat 130px center;
            line-height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
        }

            .pro_zmenu ul li h3 a:hover {
                color: #ff0000;
            }

.pro_zmenu ul .pro_zmenu_li1 h3 a {
    background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 175px center;
    padding-left: 200px;
    padding-right: 60px;
}
/*子菜单结束*/

.products {
    padding-bottom: 80px;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    padding-top: 1px;
}

.products_centerbox {
    max-width: 1200px;
    margin: 0 auto;
    height: 400px;
    margin-top: 50px;
}

.products_centerbox {
    background: url(../images/pro_img1.jpg) no-repeat 80px center #FFFFFF;
}

    .products_centerbox:first-child {
        margin-top: 30px;
    }

    .products_centerbox .pro_rightbox {
        float: right;
        margin-right: 50px;
        margin-top: 70px;
    }

    .products_centerbox:nth-child(2) .pro_rightbox {
        float: left;
        margin-right: 0;
        margin-left: 100px;
    }

    .products_centerbox:nth-child(2) {
        background: url(../images/pro_img2.png) no-repeat right 50px center #FFFFFF;
    }

    .products_centerbox:nth-child(3) {
        background: url(../images/pro_img3.png) no-repeat 80px center #FFFFFF;
    }

    .products_centerbox:nth-child(4) .pro_rightbox {
        float: left;
        margin-right: 0;
        margin-left: 100px;
    }

    .products_centerbox:nth-child(4) {
        background: url(../images/pro_img4.png) no-repeat right 50px center #FFFFFF;
        margin-bottom: 80px;
    }

    .products_centerbox h2 {
        font-size: 20px;
    }

    .products_centerbox .pro_boxp1 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .products_centerbox .products_boxul1 {
        margin-top: 10px;
    }

    .products_centerbox p span {
        font-weight: bold;
        font-size: 16px;
    }

    .products_centerbox h3 {
        margin-top: 20px;
        font-weight: normal;
        font-size: 16px;
    }

    .products_centerbox .products_boxul2 {
        width: 260px;
    }

        .products_centerbox .products_boxul2 li {
            float: left;
            margin-top: 10px;
            margin-left: 20px;
        }

            .products_centerbox .products_boxul2 li:nth-child(1) {
                margin-left: 0;
            }

            .products_centerbox .products_boxul2 li:nth-child(4) {
                margin-left: 0;
            }
/*产品结束*/

/*about3*/
.about_center3 {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 50px;
}

    .about_center3 h3 {
        font-size: 28px;
        font-weight: bold;
        color: #595959;
    }

    .about_center3 span {
        display: block;
        width: 100px;
        border: #ff0000 solid 2px;
        margin-top: 8px;
    }

    .about_center3 .about4_sgsimg {
        margin: 0 auto;
        margin-top: 30px;
    }

.about4_centerbox {
    margin-top: 50px;
}

    .about4_centerbox h4 {
        font-size: 20px;
    }

    .about4_centerbox p {
        font-size: 16px;
        color: #333;
        margin-top: 20px;
    }

.about4_centerboxall .about4_centerbox_left {
    float: left;
}

.about4_centerboxall .about4_centerbox_right {
    float: right;
    margin-right: 70px;
}

.about4_centerbox_right dl {
    margin-top: 80px;
}

    .about4_centerbox_right dl dd {
        font-weight: normal;
    }

.about_center3 ul:nth-child(2) {
    margin-left: 0;
}
/*about3结束*/

/*industry*/
/*banner*/
.ind_banner {
    max-width: 100%;
    margin: 0 auto;
}

    .ind_banner img {
        width: 100%;
    }
/*banner*/

/*内容*/
.ind_center {
    max-width: 100%;
    margin: 0 auto;
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 80px;
}

.ind_boxbg { /* max-width:1200px; */ /* margin:0 auto; */ /* background:#efeeee; */ /* padding-top:20px; */ /* padding-bottom:60px; */ /* margin-top:50px; */
}

    .ind_boxbg:first-child {
        margin-top: 0; /* padding-top:10px; */
    }


.ind_box {
    max-width: 960px;
    margin: 0 auto;
    /* height: 350px; */
    /* background: white url(../images/industry_img2.png) no-repeat 50px center; */
    margin-top: 50px;
}

.ind_boxbg:nth-child(4) .ind_box {
    background: white url(../images/industry_img4.png) no-repeat 50px center;
}

.ind_boxbg:nth-child(6) .ind_box {
    background: white url(../images/industry_img6.png) no-repeat 50px center;
}


.ind_box2 {
    /* background: white url(../images/industry_img1.png) no-repeat right 50px center; */
}

.ind_boxbg:nth-child(3) .ind_box2 {
    background: white url(../images/industry_img3.png) no-repeat right 50px center;
}

.ind_boxbg:nth-child(5) .ind_box2 {
    background: white url(../images/industry_img5.png) no-repeat right 50px center;
}

.ind_boxbg:nth-child(7).ind_box2 {
    background: white url(../images/industry_img7.png) no-repeat right 50px center;
}


.ind_box .ind_text {
    width: 489px;
    float: right;
    margin-right: 30px;
    margin-top: 50px;
}

.ind_box2 .ind_text {
    width: 40%;
    float: left;
    margin-left: 50px;
    margin-top: 50px;
}

.ind_box .ind_text h2 {
    font-size: 24px;
    font-weight: normal;
}

.ind_box .ind_text p {
    color: #333;
    font-size: 14px;
    margin-top: 30px;
    line-height: 30px;
}
/*内容结束*/

/*ind子菜单*/
.pro2_zmenu ul li {
    float: left;
}

    .pro2_zmenu ul li h3 {
        float: left;
    }

        .pro2_zmenu ul li h3 a {
            font-weight: normal;
            font-size: 16px;
            color: #808080;
            padding: 0 60px;
            background: url(../images/about_menujt.png) no-repeat right 30px center;
            line-height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
        }

            .pro2_zmenu ul li h3 a:hover {
                color: #ff0000;
            }

.pro2_zmenu ul .pro2_zmenu_li1 h3 a {
    background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 175px center;
    padding-left: 200px;
    padding-right: 60px;
}
/*ind子菜单结束*/
/*industry 结束*/

/*power_tool*/
/*power banner*/
.power_banner {
    max-width: 100%;
    margin: 0 auto;
}

    .power_banner img {
        width: 100%;
    }
/*power banner 结束*/
/*power主要内容*/
.power_all {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.power_center h3 {
    font-size: 28px;
    font-weight: bold;
    color: #595959;
}

.power_center .xiaxian {
    display: block;
    width: 100px;
    border: #ff0000 solid 2px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.power_center p {
    /* color: #808080; */
    line-height: 24px;
    /* word-break: break-all;*/
    /* word-wrap: break-word; */
    text-align: justify;
    margin-top: 15px;
}

.power_pul {
    color: #646464;
    margin-top: 10px;
}

    .power_pul li {
        line-height: 35px;
        font-size: 16px;
    }

.power_cpzs {
    margin-bottom: 100px;
}

    .power_cpzs span { /* width: 320px; */
        padding: 10px 10px 10px 10px;
        font-weight: normal;
        font-size: 16px;
        background: #a6a6a6;
        color: white; /* text-align:center; */
        border-radius: 6px 6px 0 0; /* position:relative; */ /* margin-top:50px; */
    }
    /*.power_cpzs h4 span{ border:#a6a6a6 solid 1px; position:absolute; bottom:0; width:880px;}*/
    .power_cpzs ul li {
        float: left;
        margin-right: 60px;
        border: #dbdbdb solid 8px;
        box-shadow: 0px 3px 8px #808080;
        margin-top: 60px;
        max-width: 250px;
    }

        .power_cpzs ul li img {
            /* border: #dbdbdb solid 8px; */
            /* box-shadow: 0px 3px 8px #808080; */
        }

        .power_cpzs ul li p {
            text-align: center;
            color: #646464;
            margin-top: 10px;
        }
/*合作伙伴*/
.power_hz h4 {
    width: 130px;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    border-radius: 6px 6px 0 0;
    position: relative;
    margin-top: 80px;
}

    .power_hz h4 span {
        border: #a6a6a6 solid 1px;
        position: absolute;
        bottom: 0;
        width: 960px;
    }

.power_hz ul {
    max-width: 768px;
}

    .power_hz ul li {
        float: left;
        margin-right: 40px;
        margin-top: 40px;
    }

        .power_hz ul li img {
            border: #a6a6a6 solid 1px;
        }
/*power 主要内容*/
/*power_tool结束*/

/*表面处理*/
.sur_banner {
    width: 100%;
    margin: 0 auto;
}

    .sur_banner img {
        width: 100%;
    }
/*子菜单*/
.about2_zmenu ul li {
    float: left;
}

    .about2_zmenu ul li h3 {
        float: left;
    }

        .about2_zmenu ul li h3 a {
            font-weight: normal;
            font-size: 16px;
            color: #808080;
            padding: 0 60px;
            background: url(../images/about_menujt.png) no-repeat right 20px center;
            line-height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
        }

            .about2_zmenu ul li h3 a:hover {
                color: #ff0000;
            }

.about2_zmenu ul .about2_zmenu_li1 h3 a {
    background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 175px center;
    padding-left: 200px;
    padding-right: 60px;
}
/*子菜单结束*/
/*sur 主要内容*/
.sur_all {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.sur_center {
    margin-top: 80px;
}

    .sur_center h3 {
        font-size: 28px;
        font-weight: bold;
        color: #595959;
    }

    .sur_center span {
        display: block;
        width: 100px;
        border: #ff0000 solid 2px;
        margin-top: 8px;
    }

    .sur_center p {
        color: #808080;
        line-height: 40px;
        margin-top: 30px;
        text-indent: 2em;
    }

.sur_ul ul {
    margin-top: 30px;
}

    .sur_ul ul li {
        float: left;
        margin-right: 50px;
    }

        .sur_ul ul li h4 {
            font-weight: normal;
            font-size: 16px;
            text-align: center;
            color: #333;
            margin-top: 15px;
        }
/*.sur_ul ul li img{ border:#595959 solid 1px; padding:5px;}*/

.sur_last {
    margin-top: 80px;
}

    .sur_last h3 {
        font-size: 28px;
        color: #595959;
    }

.bmcl_img {
    margin: 0 auto;
}

.sur_last table {
    width: 600px;
    margin-top: 50px;
    margin: 0 auto;
}

    .sur_last table td {
        border: #333333 solid 1px; /* border-top:#333333 solid 1px; */
        height: 50px;
        text-align: center;
    }

    .sur_last table tr td:first-child {
        width: 50%;
    }

.sur_last .yzcj_table tr td:first-child {
    width: 35%;
}

.bmcl_td {
    border-right: #333333 solid 1px;
}

.sur_last table tr:last-child td {
    border-right: #333333 solid 1px;
    border-bottom: #333333 solid 1px;
    text-align: right;
    padding-right: 80px;
}

.sur_last table tr:first-child td {
    font-weight: bold;
    font-size: 18px;
}
/*sur 主要内容结束*/
/*表面处理结束*/

/*Test 开始*/
/*tast banner*/
.tast_banner {
    width: 100%;
    margin: 0 auto;
}

    .tast_banner img {
        width: 100%;
    }
/*tast banner over*/
/*测试实验室*/
.tast_all {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

    .tast_all ul {
        margin-top: 50px;
    }

        .tast_all ul li {
            float: left;
            margin-right: 60px;
            margin-top: 30px;
        }

        .tast_all ul h3 {
            max-width: 230px;
            height: 50px;
            font-weight: normal;
            text-align: center;
            font-size: 14px;
            margin-top: 10px;
        }
/*结束*/
/*Test 结束*/

/*装配*/
/*ass banner*/
.ass_banner {
    width: 100%;
    margin: 0 auto;
}

    .ass_banner img {
        width: 100%;
    }
/*ass banner结束*/
/*ass主要内容*/
.ass_center {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

    .ass_center .ass_zpimg {
        width: 100%;
        margin-top: 80px;
    }

        .ass_center .ass_zpimg img {
            width: 100%;
        }
/*ass内容结束*/

/*装配结束*/

/*全球*/
/*全球banner*/
.world_banner {
    width: 100%;
    margin: 0 auto;
}

    .world_banner img {
        width: 100%;
    }
/*全球banner结束*/
/*全球内容*/
.world_bg {
    width: 100%;
    background: #f4f4f4;
    padding-bottom: 80px;
}

.world_center {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 1px;
}

.world_title {
    background: url(../images/world_ren.png) no-repeat top center;
}

    .world_title p {
        text-align: center;
        padding-top: 60px;
        font-size: 20px;
        color: #515459;
        font-weight: bold;
    }

    .world_title img {
        margin: 0 auto;
        margin-top: 50px;
    }

.world_last {
    margin-top: 50px;
}

    .world_last .world_texbox {
        background: url(../images/world_img1.png) no-repeat 50px center;
        height: 300px;
        margin-top: 80px;
        position: relative;
    }

        .world_last .world_texbox:nth-child(2) {
            background: url(../images/world_img2.png) no-repeat right center;
        }

        .world_last .world_texbox:nth-child(3) {
            background: url(../images/world_img3.png) no-repeat 50px center;
            margin-top: 80px;
        }

        .world_last .world_texbox:nth-child(4) {
            background: url(../images/world_img4.png) no-repeat right center;
        }

        .world_last .world_texbox:nth-child(5) {
            background: url(../images/world_img5.png) no-repeat 50px center;
        }

        .world_last .world_texbox:nth-child(6) {
            background: url(../images/world_img6.png) no-repeat right center;
        }

        .world_last .world_texbox:nth-child(7) {
            background: url(../images/world_img7.png) no-repeat 50px center;
        }

        .world_last .world_texbox:nth-child(8) {
            background: url(../images/world_img8.png) no-repeat right center;
        }

        .world_last .world_texbox ul {
            float: right;
            width: 460px;
        }

        .world_last .world_texbox:nth-child(2) ul {
            float: left;
            margin-left: 50px;
        }

        .world_last .world_texbox:nth-child(4) ul {
            float: left;
            margin-left: 50px;
        }

        .world_last .world_texbox:nth-child(6) ul {
            float: left;
            margin-left: 50px;
        }

        .world_last .world_texbox:nth-child(8) ul {
            float: left;
            margin-left: 50px;
        }

        .world_last .world_texbox ul li h2 {
            font-size: 20px;
            font-weight: bold;
            color: #35353e;
        }

        .world_last .world_texbox ul li {
            line-height: 32px;
            color: #333;
        }

            .world_last .world_texbox ul li span {
                color: #333;
                font-weight: bold;
            }

        .world_last .world_texbox p {
            width: 100%;
            border-top: #dadada dashed 1px;
            position: absolute;
            bottom: -40px;
        }

/*全球内容结束*/
/*全球结束*/

/*job*/
/*job banner*/
.job_banner {
    width: 100%;
    margin: 0 auto;
}

    .job_banner img {
        width: 100%;
    }
/*job banner结束*/
/*job 内容*/
.job_center {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.job_leftmenu, .job_rightform {
    float: left;
}

    .job_leftmenu ul li {
        border-bottom: #b3b3b3 solid 1px;
    }

        .job_leftmenu ul li a {
            width: 200px;
            color: #333;
            display: block;
            padding-left: 10px;
            margin-top: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .job_leftmenu ul li a:hover {
                color: #ff0000;
            }

.job_rightform {
    margin-left: 100px;
    margin-top: 30px;
}

    .job_rightform h2 {
        font-size: 24px;
        color: #595959;
    }

    .job_rightform p {
        color: #333;
        margin-top: 30px;
    }

    .job_rightform ul li {
        margin-top: 30px;
    }

        .job_rightform ul li span {
            display: block;
            float: left;
            width: 160px;
            text-align: right;
            margin-right: 10px;
            color: #333;
            line-height: 30px;
        }

        .job_rightform ul li input {
            width: 500px;
            padding: 3px 0 3px 10px;
        }

        .job_rightform ul li .cvsfile {
            padding: 3px;
            width: auto;
        }

        .job_rightform ul li .submit {
            width: 100px;
            padding: 0;
            height: 30px;
            float: right;
            border: none;
            color: white;
            background: #999999;
            cursor: pointer;
        }

            .job_rightform ul li .submit:hover {
                background: #808080;
            }

        .job_rightform ul li select {
            width: 514px;
            padding: 3px 0 3px 10px;
            color: #333;
        }

        .job_rightform ul li input::placeholder {
            color: #cccccc;
        }

        .job_rightform ul li textarea {
            min-width: 500px;
            max-width: 300px;
            max-height: 300px;
            padding-left: 10px;
            min-height: 115px;
            padding-top: 3px;
        }

            .job_rightform ul li textarea::placeholder {
                color: #ccc;
            }
/*job 内容结束*/
/*job*/


/*job2*/
/*job2 banner*/
.job2_banner {
    width: 100%;
    margin: 0 auto;
}

    .job2_banner img {
        width: 100%;
    }
/*job2 banner结束*/
/*job2结束*/

/*video*/
/*导航banner*/
.video_banner {
    width: 100%;
}

    .video_banner img {
        width: 100%;
    }
/*导航banner结束*/
/*视频内容*/
.video_center {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
}

    .video_center video {
        width: 960px;
        margin: 0 auto;
        margin-top: 50px;
    }

.video_xz h4 {
    width: 130px;
    padding: 10px 0;
    font-weight: normal;
    font-size: 16px;
    background: #a6a6a6;
    color: white;
    text-align: center;
    border-radius: 6px 6px 0 0;
    position: relative;
    margin-top: 50px;
}

    .video_xz h4 span {
        border: #a6a6a6 solid 1px;
        position: absolute;
        bottom: 0;
        width: 960px;
    }


.video_xz ul {
    width: 744px;
}

    .video_xz ul li {
        width: 198px;
        height: 49px;
        background: url(../images/video_xzicon.png) no-repeat center center;
    }

    .video_xz ul a {
        color: white;
        font-size: 12px;
        float: left;
        margin-right: 50px;
        margin-top: 50px;
    }

        .video_xz ul a li p span {
            display: block;
        }

        .video_xz ul a li p {
            padding-left: 50px;
            padding-top: 8px;
        }
/*视频内容结束*/
/*video结束*/


/*一站式服务*/
/*banner*/
.yzs_banner {
    width: 100%;
    margin: 0 auto;
}

    .yzs_banner img {
        width: 100%;
    }
/*banner结束*/
/*子菜单*/
.about_zmenu6 ul li {
    float: left;
}

    .about_zmenu6 ul li h3 {
        float: left;
    }

        .about_zmenu6 ul li h3 a {
            font-weight: normal;
            font-size: 16px;
            color: #808080;
            padding: 0 60px;
            background: url(../images/about_menujt.png) no-repeat 150px center;
            line-height: 50px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
        }

            .about_zmenu6 ul li h3 a:hover {
                color: #ff0000;
            }

.about_zmenu6 ul .about_zmenu_li1 h3 a {
    background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 175px center;
    padding-left: 200px;
    padding-right: 60px;
}
/*子菜单结束*/

.about_center6 {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

    .about_center6 h3 {
        font-size: 28px;
        font-weight: bold;
        color: #595959;
    }

    .about_center6 span {
        display: block;
        width: 100px;
        border: #ff0000 solid 2px;
        margin-top: 8px;
    }

    .about_center6 p {
        color: #808080;
        line-height: 40px;
        text-indent: 2em;
        margin-top: 30px;
    }

.yzs_cenimg {
    margin-top: 150px;
    margin-bottom: 150px;
}

    .yzs_cenimg img {
        margin: 0 auto;
    }
/*一站式服务结束*/
/*以利沙里程碑*/
.lcb_lc {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}



/*自适应*/
@media(max-width:1560px) {
    #cssmenu { /* margin-left:100px; */
    }
}

@media(max-width:1200px) {
    .about_center3 h3 {
        margin-left: 30px;
    }

    .about_center3 span {
        margin-left: 30px;
    }

    .about4_centerboxall .about4_centerbox_left {
        margin-left: 30px;
    }

    .sur_all {
        width: 90%;
    }

    .sur_ul ul li {
        margin-right: 25px;
    }

        .sur_ul ul li:nth-child(3) {
            margin-right: 0;
        }

    .power_all {
        width: 90%;
    }

    .power_cpzs {
        width: 100%;
    }

        .power_cpzs h4 span {
            width: 870px;
        }

    .power_hz h4 span {
        width: 855px;
    }


    .tast_all {
        width: 90%;
    }

    .world_center {
        width: 90%;
        margin: 0 auto;
    }

    .world_title img {
        width: 100%;
    }

    .job_center {
        width: 90%;
    }

    .about_center6 {
        width: 90%;
    }

    .about_center {
        width: 90%;
    }

    .about_center2 {
        width: 90%;
    }

    .ass_center {
        width: 90%;
    }

    .video_center {
        width: 90%;
    }

    .video_xz h4 span {
        width: 800px;
    }

    .video_center video {
        width: 90%;
    }

    .video_xz ul {
        width: auto;
    }

    .lcb_lc {
        width: 100%;
    }

    .footer ul li:nth-child(4) {
        margin-right: 0;
    }
}

@media(max-width:1180px) {
    #cssmenu {
        margin-left: 50px;
    }

        #cssmenu > ul > li > a {
            padding: 20px 40px;
        }

    .world_last .world_texbox ul {
        width: 40%;
        margin-right: 50px;
    }

    .footer { /* height:600px; */
    }

        .footer ul {
            width: 100%;
        }

            .footer ul li {
                width: 25%;
                margin-right: 0;
                border: none;
                margin: 0 0 15px 0;
            }

                .footer ul li:nth-child(1) {
                    /* border-right: #808080 solid 2px; */
                }

                .footer ul li:nth-child(3) {
                    /* border-right: #808080 solid 2px; */
                    /* padding-top: 10px; */
                    /* padding-bottom:50px; */
                    /* margin-top:40px; */
                    /* height:120px; */
                }

                .footer ul li:nth-child(4) { /* padding-top:50px; */ /* padding-bottom:50px; */
                }

                .footer ul li:nth-child(5) {
                    margin: 0 auto;
                    width: 100%; /* float:none; */
                    padding-right: 15px;
                }
}

@media(max-width:1180px) {
    #cssmenu {
        margin-left: 0px;
    }
}

@media(max-width:1109px) {
    .sur_ul ul {
        margin-top: 30px;
    }

        .sur_ul ul li {
            margin-top: 50px;
        }

            .sur_ul ul li:nth-child(3) {
                margin-right: 25px;
            }

    .index_con1 .index_con1_right .indexxiaxian {
        margin-top: 15px;
    }

    .about_center2 {
        height: 1050px;
    }

        .about_center2 .about_timerig {
            left: 0;
            margin: 0 auto;
            margin-top: 180px;
        }

    .power_cpzs h4 span {
        width: 800px;
    }
}

@media(max-width:1080px) {
    .index_con1 {
        width: 600px;
    }

        .index_con1 .index_con1_left {
            float: none;
            width: 100%;
            margin-top: 100px;
        }

        .index_con1 .index_con1_right {
            float: none;
            width: 100%;
        }

            .index_con1 .index_con1_right .indexxiaxian {
                float: right;
            }

            .index_con1 .index_con1_right h2, .index_con1 .index_con1_right p {
                margin-left: 0;
                /* word-break: break-all;*/
                /* word-wrap: break-word; */
                text-align: justify;
            }

    .index_cp {
        width: 600px;
    }

        .index_cp ul li {
            margin-right: 0;
        }

    .index_cpshow a img {
        width: 95%;
    }

    .index_cp ul li span {
        width: 95%;
    }

    .index_cp ul li:nth-child(2) span {
        right: 0;
    }

    .index_cp ul li:nth-child(4) span {
        right: 0;
    }

    .index_cp ul .index_cplast {
        width: 285px;
        /* height: 195px; */
        /* height: 100%; */
        margin-left: 15px;
    }

    .index_lk {
        width: 600px;
    }

        .index_lk dl {
            float: left;
            margin: 0 auto;
            width: 95%;
            height: auto;
            margin: 10px;
        }

        .index_lk dt {
            padding-top: 50px;
        }

    .index_yk {
        width: 600px;
    }

        .index_yk .index_yk_left {
            float: none;
            width: 100%;
        }

            .index_yk .index_yk_left p {
                width: 100%;
                /* word-break: break-all;*/
                /* word-wrap: break-word; */
                text-align: justify;
            }

    .phone_br {
        display: none;
    }

    .index_yk img {
        margin: 0 auto;
        margin-top: 30px;
    }

    .power_cpzs ul li {
        /* margin-right: 40px; */
    }

    .power_cpzs h4 span {
        width: 750px;
    }

    .power_hz h4 span {
        width: 825px;
    }

    .world_last .world_texbox ul {
        width: 500px;
        float: none;
        margin: 0 auto;
    }

    .world_last .world_texbox:nth-child(2) ul, .world_last .world_texbox:nth-child(4) ul, .world_last .world_texbox:nth-child(6) ul, .world_last .world_texbox:nth-child(8) ul {
        float: none;
        margin: 0 auto;
    }

    .world_last .world_texbox {
        height: 520px;
        background: url(../images/world_img1.png) no-repeat bottom center;
    }

        .world_last .world_texbox:nth-child(2) {
            background: url(../images/world_img2.png) no-repeat bottom center;
        }

        .world_last .world_texbox:nth-child(3) {
            background: url(../images/world_img3.png) no-repeat bottom center;
        }

        .world_last .world_texbox:nth-child(4) {
            background: url(../images/world_img4.png) no-repeat bottom center;
        }

        .world_last .world_texbox:nth-child(5) {
            background: url(../images/world_img5.png) no-repeat bottom center;
        }

        .world_last .world_texbox:nth-child(6) {
            background: url(../images/world_img6.png) no-repeat bottom center;
        }

        .world_last .world_texbox:nth-child(7) {
            background: url(../images/world_img7.png) no-repeat bottom center;
        }

        .world_last .world_texbox:nth-child(8) {
            background: url(../images/world_img8.png) no-repeat bottom center;
        }

    .job_rightform {
        margin-left: 38px;
    }

    .about_banner .about_bantext h2 {
        margin-left: 20px;
    }

    .about_banner .about_bantext span {
        margin-left: 20px;
    }

    .about_banner .about_bantext p {
        margin-left: 20px;
    }
}

@media(max-width:1050px) {
    .power_cpzs ul li { /* height:196px; */
    }

        .power_cpzs ul li:nth-child(3) {
        }

    .power_cpzs h4 span {
        width: 625px;
    }

    .power_hz h4 span {
        width: 610px;
    }
}

@media(max-width:1000px) {
    .about_center3 .about4_sgsimg {
        width: 90%;
    }

    .about_banner .about_bantext {
        top: 15%;
    }

    .lcb_br {
        display: none;
    }

    .video_xz h4 span {
        width: 700px;
    }

    .about_zmenu ul li h3 a {
        max-width: 100px;
    }

    .about2_zmenu ul li h3 a {
        max-width: 120px;
    }

    .pro_zmenu ul li h3 a {
        max-width: 120px;
    }

    .pro2_zmenu ul li h3 a {
        max-width: 120px;
    }

    .about_zmenu6 ul li h3 a {
        max-width: 120px;
    }
}

@media(max-width:970px) {
    .index_top {
        max-width: 100%;
    }

    .index_con1 .index_con1_left, .index_con1 .index_con1_right {
        width: 95%;
        margin: 0 auto;
    }

        .index_con1 .index_con1_right span {
            margin-bottom: 40px;
        }

    .tast_all ul li {
        margin-left: 10px;
        margin-right: 10px;
    }

    .job_leftmenu {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .job_rightform ul li select {
        width: 500px;
    }

    .job_rightform ul li input {
        width: 485px;
    }

    .job_rightform ul li textarea {
        min-width: 485px;
        min-height: 100px;
    }

    .lcb_lc {
        margin-bottom: 0;
    }
}

@media(max-width:960px) {
    .inner_phonep {
        display: block;
        text-align: center;
        font-size: 28px;
        margin-top: 10px;
    }

    .inner p:nth-child(3) {
        font-size: 17px;
        line-height: 20px;
        padding: 0 10px;
    }
}


@media(max-width:920px) {
    .products_centerbox .pro_rightbox, .products_centerbox:nth-child(2) .pro_rightbox {
        width: 368px;
        margin: 0 auto;
        float: none;
        padding-top: 30px;
    }

    .products_centerbox:nth-child(4) .pro_rightbox {
        width: 368px;
        margin: 0 auto;
        float: none;
        padding-top: 30px;
    }

    .products_centerbox {
        background: url(../images/pro_img1.jpg) no-repeat bottom -30px center #FFFFFF;
        height: 650px;
    }

        .products_centerbox:nth-child(2) {
            background: url(../images/pro_img2.png) no-repeat bottom -30px center #FFFFFF;
        }

        .products_centerbox:nth-child(3) {
            background: url(../images/pro_img3.png) no-repeat bottom -30px center #FFFFFF;
        }

        .products_centerbox:nth-child(4) {
            background: url(../images/pro_img4.png) no-repeat bottom -30px center #FFFFFF;
        }

    .about_banner .about_bantext p {
        width: 90%;
        margin-top: 20px;
        font-size: 14px;
    }

    .about_banner .about_bantext h2 {
        font-size: 28px;
    }

    .about_banner .about_bantext {
        height: 190px;
    }

    .bmcl_img {
        width: 100%;
    }
}

@media(max-width:880px) {
    .ind_box {
        /* background: white url(../images/industry_img2.png) no-repeat bottom 40px center; */
        height: 550px;
    }

    .ind_box2 {
        /* background: white url(../images/industry_img1.png) no-repeat bottom 40px center; */
        height: 520px;
    }

    .ind_boxbg:nth-child(3) .ind_box2 {
        background: white url(../images/industry_img3.png) no-repeat bottom 40px center;
        height: 550px;
    }

    .ind_boxbg:nth-child(4) .ind_box {
        background: white url(../images/industry_img4.png) no-repeat bottom 40px center;
        height: 520px;
    }

    .ind_boxbg:nth-child(5) .ind_box2 {
        background: white url(../images/industry_img5.png) no-repeat bottom 40px center;
        height: 550px;
    }

    .ind_boxbg:nth-child(6) .ind_box {
        background: white url(../images/industry_img6.png) no-repeat bottom 40px center;
        height: 600px;
    }

    .ind_box2 .ind_text, .ind_box .ind_text {
        float: none;
        margin: 0 auto;
        padding-top: 30px;
        width: 416px;
    }

    .about_banner .about_bantext h2 {
        margin-top: 30px;
    }

    .power_cpzs h4 span {
        width: 500px;
    }
}

@media(max-width:835px) {
    .tast_all ul li {
        margin-left: 0;
        margin-right: 0;
    }

    .video_xz h4 span {
        width: 600px;
    }
}

@media(max-width:768px) {
    .about_zmenu ul .about_zmenu_li1 h3 a {
        padding-left: 100px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 70px center;
    }

    .about_zmenu ul li h3 a {
        padding: 0 50px;
        background: url(../images/about_menujt.png) no-repeat right 10px center;
    }

    .about2_zmenu ul .about2_zmenu_li1 h3 a {
        padding-left: 100px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 70px center;
    }

    .about2_zmenu ul li h3 a {
        padding: 0 50px;
        background: url(../images/about_menujt.png) no-repeat right 10px center;
    }

    .pro_zmenu ul .pro_zmenu_li1 h3 a {
        padding-left: 100px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 70px center;
    }

    .pro_zmenu ul li h3 a {
        padding: 0 50px;
        background: url(../images/about_menujt.png) no-repeat right 10px center;
    }

    .pro2_zmenu ul .pro2_zmenu_li1 h3 a {
        padding-left: 100px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 70px center;
    }

    .pro2_zmenu ul li h3 a {
        padding: 0 50px;
        background: url(../images/about_menujt.png) no-repeat right 10px center;
    }

    .about_zmenu6 ul .about_zmenu_li1 h3 a {
        padding-left: 80px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 50px center;
    }

    .about_zmenu6 ul li h3 a {
        padding: 0 50px;
        background: url(../images/about_menujt.png) no-repeat right 10px center;
    }

    .sur_ul ul li {
        float: none;
        margin-right: 0;
    }

        .sur_ul ul li:nth-child(3) {
            margin-right: 0;
        }

        .sur_ul ul li img {
            margin: 0 auto;
            width: 95%;
        }

    .tast_all ul {
        width: 500px;
        margin: 0 auto;
    }

        .tast_all ul li {
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 50px;
        }



    .job_rightform ul li select {
        width: 400px;
    }

    .job_rightform ul li input {
        width: 385px;
    }

    .job_rightform ul li textarea {
        min-width: 385px;
    }

    .yzs_cenimg {
        margin-top: 30%;
    }

        .yzs_cenimg img {
            width: 100%;
        }

    .about_center2 ul li {
        max-width: 500px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:767px) {

    .power_cpzs h4 span {
        width: 490px;
    }

    .power_hz h4 span {
        width: 500px;
    }

    .power_cpzs ul {
        width: 618px;
    }

    .about_banner .about_bantext h2 {
        margin-top: 20px;
    }

    .about_banner .about_bantext {
        height: 170px;
    }

    .video_xz h4 span {
        width: 490px;
    }
}

@media(max-width:730px) {
    .power_cpzs h4 span {
        width: 400px;
    }
}

@media(max-width:650px) {
    .power_cpzs ul {
        width: 320px;
        margin: 0 auto;
    }

    .index_lk .ddMore {
        position: initial;
        float: right;
    }
    .index_con1Description {
    
    padding-top:0px;}
    .his_left p span, .his_right p span, .power_center p, .about_center p, .index_yk .index_yk_left p, .index_lk dd, .index_con1 .index_con1_right p {
        font-size: 14px;
        line-height: initial;
    }

    .power_cpzs ul li {
        float: none;
        margin-top: 20px;
    }

        .power_cpzs ul li:first-child {
            margin-top: 50px;
            height: auto;
            */;
        }

        .power_cpzs ul li img {
            width: 100%;
        }

        .power_cpzs ul li:nth-child(3) img {
        }

    .power_cpzs h4 span {
        width: 390px;
    }

    .power_hz h4 span {
        width: 420px;
    }

    .about_banner .about_bantext {
        height: 150px;
    }

        .about_banner .about_bantext h2 {
            font-size: 24px;
        }

        .about_banner .about_bantext p {
            font-size: 12px;
            margin-top: 10px;
        }

    .about_center2 ul li {
        max-width: 380px;
    }
}

@media(max-width:630px) {
    .index_con1 {
        width: 100%;
    }

    .his_left {
        display: none;
    }

    .sur_last table {
        width: 100%;
    }

    .about_zmenu ul li h3 a {
        padding: 0 30px;
    }

    .about_zmenu ul .about_zmenu_li1 h3 a {
        padding-right: 50px;
    }

    .about2_zmenu ul li h3 a {
        padding: 0 30px;
    }

    .about2_zmenu ul .about2_zmenu_li1 h3 a {
        padding-right: 50px;
    }

    .pro_zmenu ul li h3 a {
        padding: 0 30px;
    }

    .pro_zmenu ul .pro_zmenu_li1 h3 a {
        padding-right: 50px;
    }

    .pro2_zmenu ul li h3 a {
        padding: 0 30px;
    }

    .pro2_zmenu ul .pro2_zmenu_li1 h3 a {
        padding-right: 50px;
    }

    .about_zmenu6 ul li h3 a {
        padding: 0 20px;
        background: url(../images/about_menujt.png) no-repeat right 5px center;
    }

    .about_zmenu6 ul .about_zmenu_li1 h3 a {
        padding-right: 30px;
    }

    .index_cp {
        width: 100%;
    }

    .ind_box .ind_text p {
        margin-top: 15px;
        line-height: 20px;
    }

    .index_cp h2 {
        width: 95%;
        margin: 0 auto;
    }

    .industry_img {
        padding: 15px 0;
    }

    .industry_img2 {
        padding: 15px 0;
    }

    .ind_box .amore {
        margin: 15px;
    }

    .ind_box.ind_box2 .amore {
        width: initial;
    }

    .index_cp ul li span {
        font-size: 14px;
    }

    .job_rightform ul li span {
        text-align: left;
    }

    .pro_boxp1 {
        margin-top: 15px;
        line-height: 20px;
    }

    .industry_img {
        margin-left: 0px;
    }

    .inner_phonep, .about_center h3, .power_center h3 {
        font-size: 18px;
    }

    .ind_box {
        margin-top: 0px;
        padding: 0 10px;
    }

    .about_center span, .power_center .xiaxian {
        margin-bottom: 10px;
    }

    .about_center, .power_all {
        margin-bottom: 50px;
        margin-top: 20px;
    }

    .ind_center {
        padding-bottom: 20px;
    }

    .power_cpzs {
        margin-bottom: 30px;
    }

    .about_center p, .power_center p {
        /* line-height: 26px; */
    }

    .footer ul li p {
        line-height: 15px;
    }

    .index_lk dt {
        padding-top: 0px;
    }

    .index_cp ul { /* width:95%; */
        position: relative;
        top: 50px;
    }

    .index_cpshow a img {
        width: 100%;
    }

    .index_cp ul li {
        margin: 0;
        width: 50%; /* left:18%; */
    }

        .index_cp ul li span {
            width: 100%;
        }

    .index_cp ul .index_cplast {
        width: 50%;
        margin-left: 0; /* margin-top:30px; */
    }


    .index_cp h2 span {
        font-size: 18px;
        margin-left: 15px;
        color: #999;
        font-family: 'Arial';
        display: inline-block;
    }

    .index_lk {
        width: 100%;
        margin-top: 80px;
    }

        .index_lk dl { /* margin:0 auto; */ /* width:95%; */
        }

    .index_yk {
        width: 100%;
    }

        .index_yk .index_yk_left {
            width: 95%;
            margin: 0 auto;
        }

        .index_yk img {
            width: 95%;
        }

    .power_cpzs h4 span {
        width: 345px;
    }

    .power_hz h4 span {
        width: 325px;
    }
}

@media(max-width:610px) {
    .job_rightform {
        margin-left: 20px;
    }

        .job_rightform ul li select {
            width: 310px;
        }

        .job_rightform ul li input {
            width: 295px;
        }

        .job_rightform ul li textarea {
            min-width: 295px;
        }

    .about_banner .about_bantext {
        height: 140px;
    }

    .video_xz h4 span {
        width: 400px;
    }
}

@media(max-width:550px) {
    .video_xz ul a {
        float: none;
    }

        .video_xz ul a li {
            margin: 0 auto;
            margin-top: 30px;
        }

    .power_cpzs h4 span {
        width: 235px;
    }
}

@media(max-width:535px) {
    .about_zmenu ul .about_zmenu_li1 h3 a {
        padding-right: 20px;
        padding-left: 40px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 10px center;
    }

    .about_zmenu ul li h3 a {
        font-size: 14px;
    }

    .about2_zmenu ul .about2_zmenu_li1 h3 a {
        padding-right: 20px;
        padding-left: 40px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 10px center;
    }

    .pro_zmenu ul .pro_zmenu_li1 h3 a {
        padding-right: 20px;
        padding-left: 40px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 10px center;
    }

    .pro2_zmenu ul .pro2_zmenu_li1 h3 a {
        padding-right: 20px;
        padding-left: 40px;
        background: #e5e5e5 url(../images/about_menuhome.png) no-repeat 10px center;
    }

    .tast_all ul {
        width: 460px;
        margin: 0 auto;
    }

        .tast_all ul li {
            margin-left: 0;
            margin-right: 0;
        }

    .index_lk dt {
        margin-left: 50px;
    }

    .index_lk dd {
        margin-left: 50px;
    }

    .power_hz ul {
        width: 320px;
        margin: 0 auto;
    }

        .power_hz ul li {
            margin-right: 15px;
        }

            .power_hz ul li:nth-child(2), .power_hz ul li:nth-child(4), .power_hz ul li:nth-child(6) {
                margin-right: 0;
            }

    .about_banner .about_bantext {
        width: 70%;
        left: 15%;
        height: 130px;
    }

    .about_center2 ul li {
        max-width: 300px;
    }

    .video_xz h4 span {
        width: 300px;
    }
}

@media(max-width:500px) {
    .index_lk dt {
        margin-left: 20px;
    }

    .index_lk dd {
        margin-left: 20px;
    }

    .tast_all ul {
        width: 230px;
        margin: 0 auto;
    }

    .power_hz h4 span {
        width: 265px;
    }

    .job_rightform {
        margin-left: 15px;
    }

        .job_rightform ul li select {
            width: 280px;
        }

        .job_rightform ul li input {
            width: 265px;
        }

        .job_rightform ul li textarea {
            min-width: 265px;
        }

    .about_banner .about_bantext {
        height: 120px;
    }

        .about_banner .about_bantext h2 {
            font-size: 20px;
            margin-top: 15px;
        }

        .about_banner .about_bantext span {
            width: 100px;
            margin-top: 5px;
        }

    .footer ul li:nth-child(5) {
        padding-right: 4px;
    }
}

@media(max-width:455px) {
    .indeedjobs-widget {
        /* width: 300px; */
    }

    .about_zmenu ul li h3 a {
        padding: 0 13px;
        background: none;
    }

    .job_rightform ul li {
        margin-top: 5px;
    }

    .job_center {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .job_rightform p {
        margin-top: 10px;
    }

    .job_leftmenu {
        display: none;
    }

    .about2_zmenu ul li h3 a {
        padding: 0 13px;
        background: none;
    }

    .pro_zmenu ul li h3 a {
        padding: 0 13px;
        background: none;
    }

    .pro2_zmenu ul li h3 a {
        padding: 0 13px;
        background: none;
    }

    .about_zmenu6 ul li h3 a {
        padding: 0 9px;
        background: none;
    }

    .about4_centerboxall .about4_centerbox_left {
        width: 90%;
        margin-left: 20px;
    }

    .index_top {
        float: none;
        margin: 0 auto;
        display: none;
    }

    .index_lk dt {
        /* padding-top: 30px; */
    }

    .phone_br2 {
        display: none;
    }

    .job_rightform {
        margin-left: 10px;
    }

        .job_rightform ul li select {
            width: 240px;
        }

        .job_rightform ul li input {
            width: 225px;
        }

        .job_rightform ul li textarea {
            min-width: 225px;
        }

    .about_banner .about_bantext {
        top: 10%;
    }

        .about_banner .about_bantext h2 {
            margin-top: 10px;
        }

        .about_banner .about_bantext p {
            margin-top: 5px;
        }

    .power_cpzs h4 span {
        width: 200px;
    }
}

@media(max-width:430px) {
    .ind_box2 .ind_text, .ind_box .ind_text {
        width: 90%;
    }

    .ind_box, .ind_boxbg:nth-child(3) .ind_box2, .ind_boxbg:nth-child(5) .ind_box2 {
        background-size: 95%;
        background-position: top 90% center;
        height: 480px;
    }

    .ind_box2, .ind_boxbg:nth-child(4) .ind_box {
        background-size: 95%;
        background-position: top 90% center;
        height: 450px;
    }

    .ind_boxbg:nth-child(6) .ind_box {
        background-size: 95%;
        background-position: top 90% center;
        height: 550px;
    }

    .index_cp ul .index_cplast {
        width: 50%;
        height: 109px;
        font-size: 12px; /* height: 100%; */ /* margin-left:15px; */
    }

    .world_last .world_texbox ul {
        width: 95%;
    }

    .about_center2 ul li {
        max-width: 280px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:430px) {
    .index_con1 {
        margin-top: 20px;
    }

        .index_con1 .index_con1_right p {
            margin-top: 15px;
        }

        .index_con1 .index_con1_right span {
            margin: 5px 0 20px 0;
        }


        .index_lk dd p,.index_lk dd, .index_con1 .index_con1_right p, .index_yk .index_yk_left p {
            line-height: initial;
            margin-top: 10px;
        }

        .index_yk .index_yk_left h3, .index_cp h2, .index_lk dt, .index_con1 .index_con1_right h2 {
            font-size: 18px;
        }

    .index_cp {
        margin-top: 20px;
    }

        .index_cp ul {
            top: 15px;
            padding: 0 10px;
        }

            .index_cp ul .index_cplast {
                height: 134px;
            }

    .index_lk {
        margin-top: 40px;
    }

    .index_cp ul .index_cplast p {
        margin-top: 25px;
    }

    .ind_center {
        padding-top: 0;
    }

    .ind_box2 .ind_text, .ind_box .ind_text {
        width: 90%;
    }

    .industry_img, .industry_img2 {
        width: 90%;
    }

        .industry_img img, .industry_img2 img {
            width: 100%;
        }

    .ind_box {
        margin-top: 10px;
    }

    .index_yk {
        margin-top: 20px;
        margin-bottom: 20px;
    }

        .index_yk .index_yk_left p {
            margin-top: 10px;
        }

    .footer-weixin {
        display: none;
    }

    .footer {
        height: auto;
    }
}


@media(max-width:414px) {
    .products_centerbox .pro_rightbox, .products_centerbox:nth-child(2) .pro_rightbox {
        width: 318px;
        margin: 0 auto;
        float: none;
        padding-top: 30px;
    }

    .products_centerbox:nth-child(4) .pro_rightbox {
        width: 318px;
        margin: 0 auto;
        float: none;
        padding-top: 30px;
    }

    .products_centerbox {
        background: url(../images/pro_img1.jpg) no-repeat bottom -20px center #FFFFFF;
        height: 650px;
        background-size: 90%;
    }

        .products_centerbox:nth-child(2) {
            background: url(../images/pro_img2.png) no-repeat bottom -20px center #FFFFFF;
            background-size: 90%;
        }

        .products_centerbox:nth-child(3) {
            background: url(../images/pro_img3.png) no-repeat bottom -20px center #FFFFFF;
            background-size: 90%;
        }

        .products_centerbox:nth-child(4) {
            background: url(../images/pro_img4.png) no-repeat bottom -20px center #FFFFFF;
            background-size: 90%;
        }

    .power_cpzs h4 span {
        width: 155px;
    }

    .power_hz h4 span {
        width: 230px;
    }

    .job_rightform {
        margin-left: 5px;
    }

        .job_rightform ul li select {
            width: 200px;
        }

        .job_rightform ul li input {
            width: 185px;
        }

        .job_rightform ul li textarea {
            min-width: 185px;
        }

        .job_rightform ul li .submit {
            margin-right: 30px;
        }

    .about_banner .about_bantext {
        height: 100px;
        overflow: hidden;
    }

        .about_banner .about_bantext p {
            line-height: 17px;
        }

    .about_center2 ul li {
        max-width: 240px;
    }

    .about_center2 .about_timerig {
        width: 100%;
    }

    .video_xz h4 span {
        width: 260px;
    }

    .inner_phonep {
        display: block;
    }
}

@media(max-width:390px) {
    .index_cp ul .index_cplast { /* width: 50%; */
        height: 120px; /* height: 100%; */ /* margin-left:15px; */
    }

        .index_cp ul .index_cplast p {
            margin-top: 10px;
            /* word-break: break-all;*/ /* word-wrap: break-word; */
            text-align: initial;
        }

    .search_left {
        width: 100%;
    }

        .search_left img {
            width: 100%;
            height: auto;
        }

    .inner_phonep {
        display: block;
    }
}

@media(max-width:375px) {
    .about_zmenu ul li h3 a {
        padding: 0 9px;
        background: none;
    }

    .about_zmenu ul .about_zmenu_li1 h3 a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .about_zmenu ul .about_zmenu_li1 h3 a {
        background-image: none;
    }

    .about2_zmenu ul li h3 a {
        padding: 0 15px;
        background: none;
    }

    .about2_zmenu ul .about2_zmenu_li1 h3 a {
        padding-right: 15px;
        padding-left: 15px;
    }

    .about2_zmenu ul .about2_zmenu_li1 h3 a {
        background-image: none;
    }

    .pro_zmenu ul li h3 a {
        padding: 0 15px;
        background: none;
    }

    .pro_zmenu ul .pro_zmenu_li1 h3 a {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pro_zmenu ul .pro_zmenu_li1 h3 a {
        background-image: none;
    }

    .pro2_zmenu ul li h3 a {
        padding: 0 15px;
        background: none;
    }

    .pro2_zmenu ul .pro2_zmenu_li1 h3 a {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pro2_zmenu ul .pro2_zmenu_li1 h3 a {
        background-image: none;
    }

    .about_zmenu6 ul li h3 a {
        padding: 0 9px;
        background: none;
    }

    .about_zmenu6 ul .about_zmenu_li1 h3 a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .about_zmenu6 ul .about_zmenu_li1 h3 a {
        background-image: none;
    }

    .power_cpzs ul {
        width: 295px;
    }

    .power_hz ul {
        width: 298px;
    }

        .power_hz ul li {
            margin-right: -6px;
        }

            .power_hz ul li img {
                width: 90%;
            }

    .power_cpzs ul li img {
        width: 95%;
    }

    .power_cpzs ul li:nth-child(3) img {
    }

    .power_cpzs h4 span {
        width: 130px;
    }

    .power_hz h4 span {
        width: 180px;
    }

    .about_center2 ul li {
        max-width: 195px;
    }

    .video_xz h4 span {
        width: 200px;
    }

    .footer {
        padding-bottom: 50px;
    }

    .inner_phonep {
        display: block;
    }
}

@media(max-width:360px) {

    .sewv {
        width: 100px;
    }

    .index_topright {
        margin-right: 10%;
    }

    .index_top .index_topright input {
        width: 130px;
    }
}

.power_center {
    color: #808080;
}

.about_zmenu, .about2_zmenu, .pro_zmenu, .pro2_zmenu, .about_zmenu6 {
    background: #f5f5f5;
}

.sewv {
    position: relative;
    width: 120px;
    display: inline-block;
    vertical-align: bottom;
    z-index: 11; /* top: 1px; */
}

.sewvtop {
    width: 100%;
    height: 26px;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}

    .sewvtop:hover {
        border: 1px #57c5f7 solid;
    }

    .sewvtop > span {
        float: left;
        width: 70%;
        height: 26px;
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 12px;
        line-height: 26px;
        color: #333;
        padding: 0 10px;
        padding-right: 0;
        vertical-align: middle;
    }

    .sewvtop > em {
        float: right;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-top: 3px;
    }

.sewvbm {
    width: 100%;
    position: absolute;
    left: 0;
    top: 28px;
    display: none;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
    background-color: #fff;
}

    .sewvbm > li {
        cursor: pointer;
        width: 100%;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        color: #333;
        text-align: center;
    }

    .sewvbm li:first-child:hover {
        background-color: #57c5f7;
        color: #fff;
    }

    .sewvbm li:last-child:hover {
        background-color: #57c5f7;
        color: #fff;
    }


.lbaxztop {
    animation: rotatete 0.3s linear forwards;
}

.lbaxztop2 {
    animation: rotatete2 0.3s linear forwards;
}



/*列表CSS开始*/

.search {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.search_box {
    margin-top: 30px;
}

.search_left, .search_right {
    float: left;
}

.search_left {
    margin-top: 8px;
}

.search_right {
    width: 725px;
    margin: 15px 0;
    margin-left: 50px; /* margin: 15px 0; */
}

.search_left img {
    width: 350px;
    height: 214px;
}

.search .search_right h2 {
    color: #ff0000;
    font-size: 26px;
}

.search .search_right p {
    color: #808080;
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
}

.search .search_right span {
    display: block;
    width: 90px;
    height: 26px;
    margin-top: 10px;
    background: url(../images/index_jticon.png) no-repeat left center;
    border: #ff908a solid 1px;
    line-height: 26px;
    text-align: center;
    padding-left: 20px;
    font-size: 14px;
}

    .search .search_right span a {
        color: #ff0000;
    }

@media(max-width:1200px) {
    .search {
        width: 880px;
    }

    .search_right {
        width: 50%;
    }
}

@media(max-width:880px) {
    .search {
        width: 90%;
    }

    .search_right {
        margin-left: 25px;
    }
}

@media(max-width:835px) {
    .search .search_right h2 {
        font-size: 24px;
    }

    .search_right {
        width: 45%;
    }
}

@media(max-width:760px) {

    .search_right {
        width: 40%;
    }
}

@media(max-width:730px) {
    .search_left, .search_right {
        float: none;
    }

    .search_right {
        width: 95%;
        margin-left: 0;
        margin-top: 10px;
    }
}

@media(max-width:390px) {
    .index_cp ul .index_cplast { /* width: 50%; */
        height: 121px; /* height: 100%; */ /* margin-left:15px; */
    }

        .index_cp ul .index_cplast p {
            margin-top: 10px;
            padding: 0 10px;
            /* word-break: break-all;*/
            /* word-wrap: break-word; */
            text-align: initial;
        }

    .search_left {
        width: 100%;
    }

        .search_left img {
            width: 100%;
            height: auto;
        }

    .inner_phonep {
        display: block;
    }
}

@media(max-width:350px) {
    .job_rightform {
        margin-left: 0;
    }

        .job_rightform ul li select {
            width: 160px;
        }

        .job_rightform ul li input {
            width: 145px;
        }

        .job_rightform ul li textarea {
            min-width: 135px;
        }

        .job_rightform ul li .submit {
            margin-right: 20px;
        }

    .about_banner .about_bantext {
        height: 98px;
        top: 4%;
    }

        .about_banner .about_bantext h2 {
        }

    .about_center2 ul li {
        max-width: 190px;
    }

    .index_cp ul .index_cplast { /* width: 50%; */
        height: 102px; /* height: 100%; */ /* margin-left:15px; */
    }

    .power_cpzs h4 span {
        width: 60%;
    }
}

/*列表CSS结束*/

@media(max-width:880px) {

    .ind_box {
        height: auto;
        padding-bottom: 10%;
    }

    .ind_box2 {
        height: auto;
    }

    .industry_img, .industry_img2 {
        float: none;
        width: 416px;
        max-width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .ind_box2 .ind_text, .ind_box .ind_text {
        float: none;
        margin: 0 auto;
        padding-top: 30px;
        width: 416px;
        max-width: 100%;
    }
}

.about_zmenu ul {
    height: 50px;
}
