@import url("./frame.css");
 .preview {
        width: 420px;
        height: 480px;
        overflow: hidden;
    }
    /* smallImg */
    
    .smallImg {
        position: relative;
        height: 52px;
        margin-top: 1px;
        padding: 6px 0px;
        width: 420px;
        overflow: hidden;
        float: left;
    }
    
    .scrollbutton {
        width: 14px;
        height: 50px;
        overflow: hidden;
        position: relative;
        float: left;
        cursor: pointer;
    }
    
    .scrollbutton.smallImgUp,
    .scrollbutton.smallImgUp.disabled {
        background: url(../images/d_08.png) no-repeat;
    }
    
    .scrollbutton.smallImgDown,
    .scrollbutton.smallImgDown.disabled {
        background: url(../images/d_09.png) no-repeat;
        margin-left: 405px;
        margin-top: -50px;
    }
    
    #imageMenu {
        height: 50px;
        width: 400px;
        overflow: hidden;
        margin-left: 0;
        float: left;
    }
    
    #imageMenu li {
        height: 50px;
        width: 66px;
        overflow: hidden;
        float: left;
        text-align: center;
    }
    
    #imageMenu li img {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    
    #imageMenu li#onlickImg img,
    #imageMenu li:hover img {
        width: 46px;
        height: 46px;
        border: 2px solid #00ADEF;
    }
    
    #imageMenu li:hover img {
        width: 46px;
        height: 46px;
        border: 2px solid #7ED7F7;
    }
    /* bigImg */
    
    .bigImg {
        position: relative;
        float: left;
        width: 418px;
        height: 418px;
        overflow: hidden;
        border: 1px #CCCCCC solid;
    }
    
    .bigImg #midimg {
        width: 418px;
        height: 418px;
    }
    
    .bigImg #winSelector {
        width: 235px;
        height: 210px;
    }
    
    #winSelector {
        position: absolute;
        cursor: crosshair;
        filter: alpha(opacity=15);
        -moz-opacity: 0.15;
        opacity: 0.15;
        background-color: #000;
        border: 1px solid #fff;
    }
    /* bigView */
    
    #bigView {
        position: absolute;
        border: 1px solid #959595;
        overflow: hidden;
        z-index: 999;
    }
    
    #bigView img {
        position: absolute;
    }
    
    .p_show_img {
        width: 1200px;
        margin: 0px auto;

    }
    
    .p_show_img .box {
        float: left;
        width: 418px;
    }
    
    .title {
        font-size: 30px;
        width: 1200px;
        height: 50px;
        line-height: 50px;
        position: relative;
        border-bottom: 1px #cccccc solid;
        padding-bottom: 10px;
        margin-bottom: 30px;
    }
    
    .title span {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 14px;
        color: #666666;
    }
    
    .p_show_img {
        width: 1200px;
        height: 520px;
        border-bottom: 1px #CCCCCC solid;
    }
    
    .p_show_img .img_text {
        float: left;
        width: 780px;
        height: 520px;
        margin-left: 42px;
        position: relative;
    }
    
    .img_text strong {
        position: absolute;
        width: 780px;
        font-size: 18px;
        color: #000000;
        top: 100px;
        left: 0px;
        overflow: hidden;
        font-weight: normal;
    }
    
    .img_text em {
        position: absolute;
        width: 780px;
        font-size: 18px;
        color: #00ACF0;
        top: 130px;
        left: 0px;
        overflow: hidden;
        font-weight: normal;
    }
    
    .img_text small {
        position: absolute;
        width: 780px;
        font-size: 14px;
        color: #990000;
        top: 210px;
        left: 0px;
    }
    
    .img_text small b {
        font-size: 50px;
        font-weight: normal;
    }
    
    .img_text ul.z {
        position: absolute;
        top: 300px;
        left: 0px;
    }
    
    .img_text ul.z li {
        float: left;
        width: 104px;
        height: 40px;
        background: url(../images/zhuanti.jpg);
        margin-right: 20px;
        line-height: 40px;
        font-size: 18px;
        padding-left: 40px;
    }
    
    .img_text ul.z li.goumai {
        /*background:url(../images/goumai.jpg);*/
        background: url(../images/zhuanti.jpg);
    }
    
    .img_text ul.z li a {
        color: #FFFFFF;
    }
    
    .img_text ol {
        position: absolute;
        top: 484px;
        left: 0px;
        line-height: 37px;
        width: 400px;
        background: url(../images/p_show_n_list.jpg);
    }
    
    .img_text ol li {
        float: left;
        width: 98px;
        height: 37px;
        overflow: hidden;
        line-height: 37px;
        text-align: center;
        background: url(../images/ol_bg.jpg);
    }
    
    .img_text ol li.hover {
        background: url(../images/ol_hover.jpg);
    }
    
    .p_news {
        width: 466px;
        height: 37px;
        line-height: 37px;
        background: url(../images/p_show_n_list.jpg);
        font-size: 14px;
        padding-left: 20px;
        position: absolute;
        top: 484px;
        left: 304px;
        color: #00ACF0;
    }
    
    .product_show_img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: auto;
        height: 100%;
    }
.header_top {
    border-bottom: 1px solid #ddd;
}

.header_left {
    height: 40px;
    line-height: 40px;
    color: #585858;
    font-size: 12px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.header_right {
    height: 40px;
    font-size: 12px;
    color: #464646;
    line-height: 40px;
}

.main_color {
    color: #6fba2c;
}

.main_bg_color {
    background: #6fba2c;
}

.header_right a {
    color: #464646;
}

.header_right a:hover {
    color: #6fba2c;
}

.header_right span {
    padding-left: 10px;
    padding-right: 10px;
}

.logo_and_nav {
    height: 100px;
}

.logo {
    width: 210px;
}

.nav {
    width: 990px;
}

.logo a {
    width: 100%;
    height: 51px;
    margin-top: 25px;
    display: block;
}

.logo a img {
    width: 100%;
    display: block;
}

.nav_top {
    margin-top: 10px;
    height: 34px;
    line-height: 34px;
}

.nav_top_text {
    line-height: 34px;
    color: #585858;
    background: url("../image/phone.png") no-repeat left top;
    padding-left: 27px;
}

.nav_top_tel {
    font-size: 16px;
    font-weight: bold;
}

.nav_bottom {
    height: 46px;
    line-height: 46px;
    text-align: right;
}

.f16 {
    font-size: 16px;
}

.nav_bottom a {
    color: #464646;
    margin-left: 14px;
    margin-right: 14px;
    display: block;
    float: right;
    height: 44px;
    line-height: 44px;
    border-bottom: 2px solid #fff;
}

.nav_bottom a:hover {
    color: #6fba2c;
    border-bottom: 2px solid #6fba2c;
}

.banner {
    height: 656px;
    background: url("../image/banner1.jpg") no-repeat center center;
}


/* company profile */

.company_profile {
    padding-top: 60px;
    padding-bottom: 30px;
}

.company_left {
    width: 460px;
    height: 346px;
    overflow: hidden;
}

.company_left img {
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

.company_left:hover img {
    transform: scale(1.2);
}

.company_right {
    width: 700px;
    padding-top: 30px;
}

.company_right_title_ch {
    height: 40px;
    line-height: 40px;
    font-size: 30px;
}

.company_right_title_en {
    height: 28px;
    line-height: 28px;
    font-family: Arial, Helvetica, sans-serif;
}

.sep_div {
    width: 20px;
    height: 10px;
    border-bottom: 2px solid #6fba2c;
}

.company_r_desc {
    line-height: 24px;
    color: #464646;
    padding-top: 16px;
    padding-bottom: 30px;
}

.company_r_more {
    width: 100px;
    height: 36px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

a.company_r_more:hover {
    background: #2c50ca;
    transition: all linear .5s;
}

.sep_title {
    padding-bottom: 20px;
}

.sep_title_ch {
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    color: #6fba2c;
    text-align: center;
}

.sep_title_en {
    height: 26px;
    line-height: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.sep_title_div {
    width: 20px;
    height: 8px;
    border-bottom: 2px solid #6fba2c;
    margin: 0 auto;
}

.sort_list {
    text-align: center;
    padding-bottom: 30px;
}

.sort_list a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    background: #6fba2c;
    text-align: center;
    border-radius: 25px;
}

.sort_list a:hover {
    background: #558f22;
}

.sort_list .act_a {
    background: #558f22;
}

.prolist_item {
    width: 271px;
    height: 271px;
    border: 1px solid #dddddd;
    display: block;
    margin-right: 36px;
    margin-bottom: 36px;
}

.prolist_item:hover {
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
}

.prolist_item:nth-of-type(4n) {
    margin-right: 0;
}

.prolist_item_img {}

.prolist_item_img img {
    width: 100%;
    display: block;
}

.prolist_item_text {
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #464646;
    text-align: center;
}

.news_left {
    width: 475px;
    height: 400px;
}

.news_left img {
    width: 100%;
    height: 100%;
    display: block;
}

.bottom_wrap {
    height: 240px;
    background: #464646;
}

.news_right {
    width: 685px;
}

.news_item {
    display: block;
    background: #f1f1f1;
    height: 72px;
    display: block;
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.news_item:hover {
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
}

.news_right_l {
    width: 102px;
    border-right: 1px solid #c1c1c1;
}

.news_r_top {
    height: 52px;
    line-height: 52px;
    font-size: 28px;
    text-align: center;
}

.news_r_bot {
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.news_right_r {
    width: 542px;
    padding-right: 20px;
}

.news_rr_top {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #464646;
    font-weight: bold;
}

.news_rr_bot {
    line-height: 20px;
    color: #464646;
    height: 40px;
    overflow: hidden;
}

.news_item:hover .news_rr_top {
    color: #6fba2c;
}

.news_item:hover .news_rr_bot {
    color: #6fba2c;
}

.custom_wrap {
    padding-bottom: 30px;
}

.custom_wrap a {
    display: block;
    width: 220px;
    height: 140px;
    float: left;
    z-index: 1;
    margin-right: 25px;
    margin-bottom: 10px;
}

.custom_wrap a:nth-of-type(5n) {
    margin-right: 0;
}

.custom_wrap a:hover {
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
    z-index: 2;
}

.custom_wrap a img {
    width: 100%;
    height: 100%;
}

.bottom_logo {
    width: 210px;
    padding: 95px 115px;
    height: 50px;
    overflow: hidden;
}

.bottom_logo img {
    width: 100%;
    display: block;
}

.bottom_text {
    padding-top: 50px;
    width: 508px;
}

.normal_line {
    line-height: 28px;
    color: #fff;
}

.normal_line a {
    color: #fff;
    font-size: 14px;
}

.tel_line {
    line-height: 30px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.bottom_wechat {
    width: 144px;
    padding-top: 40px;
}

.bottom_wechat_img {
    width: 144px;
    height: 144px;
}

.bottom_wechat_img img {
    display: block;
    width: 100%;
}

.bottom_wechat_text {
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}


/* prolist  */

.location {
    height: 50px;
    line-height: 50px;
    background: #ddd;
}

.location_left {
    height: 50px;
    line-height: 50px;
}

.location_left a {
    display: block;
    padding-left: 32px;
    padding-right: 32px;
    color: #464646;
    display: block;
    font-size: 16px;
    float: left;
}

.location_left a:hover {
    background: #6fba2c;
    color: #fff;
}

.location_left a.loc_a {
    background: #6fba2c;
    color: #fff;
}

.location_r {
    height: 50px;
    line-height: 50px;
    color: #464646;
    font-size: 16px;
}

.pro_center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.line_item {
    height: 300px;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
}

.a_item {
    width: 298px;
    height: 300px;
    display: block;
    border-right: 1px solid #ddd;
}

.a_item_img {
    width: 100%;
    display: block;
    height: 254px;
    width: 298px;
    overflow: hidden;
}

.a_item_img img {
    display: block;
    width: 100%;
}

.a_item_text {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #464646;
    text-align: center;
}


/* news_list */

.news_center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.news_items {
    border: 1px solid #ddd;
    height: 158px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.news_items_left {
    width: 178px;
    height: 158px;
    border-right: 1px solid #ddd;
}

.news_items_img {
    width: 210px;
    height: 158px;
}

.news_items_img img {
    width: 100%;
    height: 100%;
}

.div_ri {
    padding-top: 34px;
    height: 45px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    line-height: 45px;
    font-size: 16px;
    color: #464646;
    text-align: center;
    width: 80px;
}

.div_year {
    height: 44px;
    margin: 0 auto;
    line-height: 44px;
    font-size: 16px;
    color: #999;
    width: 80px;
    text-align: center;
}

.news_items_wenzi {
    padding-left: 20px;
    padding-right: 80px;
    padding-top: 18px;
    width: 709px;
}

.news_list_titles {}

.news_wenzi_top {
    height: 42px;
    line-height: 42px;
    color: #464646;
}

.news_wenzi_bot {
    line-height: 24px;
    color: #999;
    height: 72px;
    overflow: hidden;
}


/* about */

.about_content {
    padding-top: 60px;
    padding-bottom: 60px;
    line-height: 24px;
    font-size: 14px;
    color: #464646;
}

.about_inner_title {
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #464646;
}

.about_inner_desc {
    line-height: 24px;
    color: #464646;
}


/* news_view */

.news_view_content {
    padding-top: 50px;
}

.news_view_title {
    height: 42px;
    font-size: 26px;
    color: #464646;
    text-align: center;
    line-height: 42px;
}

.news_view_tag {
    height: 34px;
    line-height: 34px;
    color: #999;
    text-align: center;
}

.news_view_desc {
    padding-bottom: 15px;
    line-height: 26px;
    padding-top: 15px;
    font-size: 16px;
    color: #999;
}

.news_ul li {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #464646;
}

.news_ul li a {
    font-size: 14px;
    color: #464646;
}

.news_ul li a:hover {
    color: #6fba2c;
}

.news_ul {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* banner */


/* foucs */

#foucs {
    height: 560px;
    overflow: hidden;
    min-width: 1240px;
    margin: 0px auto;
    position: relative;
}

#foucs div.main {
    display: none;
    cursor: pointer
}

#foucs .element {
    display: none;
    position: absolute;
}

#foucs ul {
    position: absolute;
    z-index: 10000;
    display: none;
    bottom: 40px;
    cursor: pointer;
    z-index: 10000;
}

#foucs ul li {
    float: left;
    margin-left: 10px;
    width: 11px;
    height: 10px;
    font-size: 1px;
    line-height: 11px;
    display: inline-block;
    background: url(../image/banner_ico_c98dc54.png) no-repeat;
}

#foucs ul li.hover {
    background-position: -24px 0px;
}

.index_ad .cen .left {
    width: 61px;
    height: 544px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
    display: block;
    background: url(../image/dir_9a54e55.png) no-repeat left;
}

.index_ad .cen .right {
    width: 61px;
    height: 544px;
    position: absolute;
    top: 0px;
    display: block;
    right: 0px;
    cursor: pointer;
    background: url(../image/dir_9a54e55.png) no-repeat right;
}

.index_ad .cen {
    width: 1240px;
    margin: 0px auto;
    position: relative;
    height: 22px;
    background: none;
}


/*  page*/

#pageud a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

#pageud a:hover {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #cf211a;
}

#pageupdn {
    border: 1px solid #d1d1d1;
    background-color: #f3f3f3;
    float: left;
    padding: 5px;
    margin: 0px 4px 0px 4px;
    overflow: hidden;
    cursor: pointer;
}

#pageupdn strong {
    color: #cf211a;
}

#pageupdn_wz {
    float: left;
    padding: 5px;
    margin: 0 auto;
    overflow: hidden;
    font-family: Arial;
}

.job_img {
    padding-top: 6px;
}

.job_img a img {
    border-radius: 6px;
}