﻿.clear {
    clear: both;
}

a:hover {
    text-underline-position: under;
}

/* 加粗 */
.title_2,
.main_pro_1,
.cp_title,
.new_text,
.ltd {
    font-weight: bold;
}

/* 大写 */
.title_1,
.pp_text_2_2,
.main_pro_1,
.cp_title,
.title_2,
.dropdown_menu a,
.footer_link,
.ltd,
.more_btn {
    text-transform: uppercase;
}

/* 头部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-shadow: none;
    z-index: 20000;
    transition: .4s ease;
}

.nav {
    /* height: 3.5rem; */
    position: relative;
    z-index: 20000;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header .nav_logo {
    /* height: 3.5rem; */
    float: left;
    width: auto;
    height: 80px;
    padding: 20px 0;
    box-sizing: border-box;
}

.header .nav_logo img {
    float: left;
    height: auto;
    height: 100%;
    z-index: 20000;
    box-sizing: border-box;
}

.nav_menu {
    float: left;
    width: auto;
    height: 80px;
    position: relative;
    top: 0;
    margin-left: 30px;
    left: calc(50% - 190px);
    transform: translateX(-50%);
}

.nav_list {
    padding: 0;
    margin: 0 auto;
    height: 100%;
    z-index: 999;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav_item {
    width: auto;
    height: 100%;
    margin: 0 15px;
    float: left;
    position: relative;
}

.nav_item a {
    text-decoration: none;
    cursor: pointer;
}

.nav_link {
    display: block;
    float: left;
    height: 100%;
    line-height: 80px;
    color: #000;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    transition: color .2s ease;
}

.nav_language {
    display: block;
    float: left;
    width: auto;
    height: 100%;
    line-height: 80px;
    color: #000;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    transition: color .2s ease;
}

.nav_link_scroll,
.nav_language_scroll {
    color: #332C2B;
}

.language_cn,
.language_gang,
.language_en {
    float: left;
    width: auto;
    height: 100%;
    margin: 0 2px;
}

.language_cn:hover,
.language_en:hover,
.language_current {
    color: #009B4C;
}

.nav_item:hover .nav_link {
    color: #009B4C;
    text-decoration: none;
    border-bottom: 2px solid #009B4C;
}

.dropdown_menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 160px;
    transform: translateX(-50%);
    background-color: #fbfbfb;
    border-top: 2px solid #009B4C;
    padding: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    white-space: nowrap;
    transition: max-height 0.8s ease-in-out;
}

.dropdown_menu li a {
    float: left;
    width: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 13px;
    /* text-align: center; */
    text-decoration: none;
    color: #B4B5B5;
    border-bottom: 1px dashed #B4B5B5;
    position: relative;
    transition: .3s ease-in-out;
}

.dropdown_menu li a:hover {
    color: #FEFEFE;
    background-color: #009B4C;
    border-bottom: 1px solid #EEEEEF;
}

.nav_item:hover .dropdown_menu,
.dropdown_menu.show {
    display: block;
    opacity: 1;
    max-height: 400px;
}

.nav_actions {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1000;
    padding: 25px 0;
}

.nav_backicon {
    float: left;
    width: 7px;
    height: 40px;
    margin-right: 10px;
    background: url(/images/updown_white.png) top 37px center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    /* transition: .4s ease; */
}

.nav_item .nav_backicon {
    height: 80px;
    margin-left: 5px;
    margin-right: 0;
}

.nav_backicon_box:hover .nav_backicon,
.nav_item:hover .nav_backicon {
    background: url(/images/updown.png) top 37px center no-repeat;
    background-size: 100% auto;
}

.nav_searchbtn {
    float: right;
    width: 200px;
    padding: 5px 0;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #009B4C;
    border-radius: 100px;
    transition: .2s ease-in-out;
}

.nav_searchbtn .search_btn1 {
    float: left;
    width: 20%;
    height: 20px;
    margin: 0;
    border-radius: 0;
    background: url(/images/search.png) center center no-repeat;
    background-size: auto 17px;
    cursor: pointer;
}

.nav_searchbtn .search_btn1:hover {
    background: url(/images/search.png) center center no-repeat;
    background-size: auto 17px;
}

.search_input_1 {
    float: left;
    width: 80%;
    margin: 0;
    font-size: 12px;
    border-radius: 0;
    overflow: hidden;
    border: none;
    color: #A1A1A1;
}

.nav_current {
    font-weight: bold;
    color: #009B4C;
    border-bottom: 2px solid #009B4C;
}

/* #ft_name,
#ft_email,
#ft_company, */
#keywords {
    display: block;
    padding: 0 12px;
    line-height: 1.42857143;
    height: 20px;
    text-indent: 0px;
    margin-top: 0px;
    outline: none;
    box-shadow: none;
    background: none;
}


.search_input_1::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #009B4C;
}

.search_input_1::-moz-placeholder {
    /* Firefox 19+ */
    color: #009B4C;
}

.search_input_1:-ms-input-placeholder {
    /* IE 10+ */
    color: #009B4C;
}

.search_input_1::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #009B4C;
}

.search_box_1 {
    position: fixed;
    top: 135px;
    width: 500px;
    padding-top: 50px;
    padding-bottom: 10px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #EEEEEE;
    border-radius: 10px;
    box-shadow: 0 2px 4px #A1A1A1;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease-in-out;
}

.search_input,
.search_btn1 {
    float: left;
    width: 80%;
    margin: 15px 10%;
    border-radius: 5px;
    overflow: hidden;
    border: none;
}

.search_input#keywords {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    margin-right: 0px;
    height: 50px;
    text-indent: 0px;
    background: #f7f7f7;
    margin-top: 0px;
}

.search_btn1 {
    display: inline;
    text-align: center;
    height: 50px;
    border: none;
    background-color: #009B4C;
    color: #FEFEFE;
    font-size: 24px;
    cursor: pointer;
    transition: .4s ease;
}

.search_btn1:hover {
    background-color: #009B4C;
}

.search_close {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    background: url(/images/close-line.png) center center no-repeat;
    background-size: 30px 30px;
    transition: .1s ease;
    cursor: pointer;
}

.search_close:hover {
    background: url(/images/close-line-hover.png) center center no-repeat;
    background-size: 40px 40px;
}

.show_search {
    opacity: 1;
    pointer-events: initial;
}

/* 轮播图 */
.banner {
    width: 100%;
    max-height: 786px;
    position: relative;
    overflow: hidden;
	margin-top: 80px;
}

.swiper_container {
    width: 100%;
    max-height: 786px;
    /* margin: 0;
    padding: 0; */
    position: relative;
}

.swiper_wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.left_swiper {
    width: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 100px;
    z-index: 1000;
}

.right_swiper {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 100px;
    z-index: 1000;
}

.swiper_slide {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-left: -100%;
    transition: .6s ease-in-out;
}

.swiper_slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* 隐藏状态 */
.def {
    opacity: 0;
    left: 100%;
}

/* 显示 */
.a {
    opacity: 0;
    left: 0;
}

.c {
    opacity: 0;
    left: 200%;
}

.b {
    opacity: 1;
    left: 100%;
}


.swiper_pagination {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.swiper_pagination .swiper_bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background: #FEFEFE;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.6s ease-in-out;
}

.swiper_pagination .swiper_bullet_active {
    background: #009B4C;
}


/* popular products */
.popular_products {
    width: 100%;
    height: auto;
    margin: 50px 0;

}

.title_1 {
    padding: 10px;
    margin: 20px auto;
    width: 245px;
    text-align: center;
    border: 1px solid #eeeeee;
    font-size: 28px;
    color: #009B4C;
    position: relative;
}

.product_list {
    display: none;
    float: left;
    width: 100%;
    margin-left: -103%;
    position: relative;
    opacity: 0;
    padding: 15px 10px;
    box-sizing: border-box;
    overflow: hidden;
    transition: left .3s ease-in-out;
}

.pl_show {
    left: 103%;
    opacity: 1;
    display: block;
}

.product_item {
    float: left;
    width: calc(94% / 4);
    height: auto;
    text-decoration: none;
    margin-right: 2%;
    margin-bottom: 20px;
    box-sizing: border-box;
    background: none;
    position: relative;
    transition: .3s ease-in-out;
}

.products_right .product_item {
    float: left;
    width: calc(94% / 3);
    height: auto;
    text-decoration: none;
    margin-left: 2%;
    margin-right: 0;
}

/* .product_item:hover {
    box-shadow: 0 2px 10px #A1A1A1;
} */

.product_block:last-child,
.product_item:nth-child(4),
.product_item:nth-child(8) {
    margin-right: 0 !important;
}

.product_img {
    float: left;
    width: 100%;
    position: relative;
}

.product_img img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: .3s ease-in-out;
	border: 1px solid #eee;
    box-sizing: border-box;
}

.pros_pro .product_img img {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.product_bottom {
    float: left;
    width: 100%;
    height: 50px;
    padding: 0 60px 0 20px;
    line-height: 20px;
    position: relative;
    background: linear-gradient(to bottom, #FEFEFE, #eeeeee);
    box-sizing: border-box;
}

.product_mes {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    word-break: break-all;
    color: #332C2B;
    text-align: left;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-height: 20px;
    max-height: 20px;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    position: relative;
    top: 50%;
    transform: translatey(-50%);
}


.product_item:hover .product_bottom {
    /* background: linear-gradient(to bottom, #FEFEFE, #EEEEEE); */
}

.product_item:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    /* transform: translateY(-15px); */
}

.product_item:hover .product_bottom .product_mes {
    text-decoration: underline;
}


/* .product_item:hover .product_mes {
    background: url(/images/go_hover.png) right 5px center no-repeat;
    background-size: auto 12px;
} */

.product_list_pagination {
    text-align: center;
    position: relative;
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product_swiper_pagination {
    text-align: center;
    position: relative;
    /* bottom: 10px; */
    width: 100%;
    display: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.swiper_bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #A1A1A1;
    border-radius: 50%;
    cursor: pointer;
    transition: background-image 0.6s ease-in-out;
    box-sizing: border-box;
}

.swiper_bullet_active {
    background: #009B4C;
}

.more_btn {
    display: block;
    width: 150px;
    height: 40px;
    margin: 30px auto;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    letter-spacing: 2px;
    color: #009B4C;
    border: 1px solid #009B4C;
    transition: .3s ease-in-out;
    text-decoration: none;
}

.more_btn:hover {
    color: #FEFEFE;
    background: #009B4C;
    text-decoration: none;
}


/* company profile */
.company_profile {
    position: relative;
    width: 100%;
    height: 600px;
    background: linear-gradient(to bottom,#e4fff0,#fff);
}

.cp_main {
    float: left;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.cp_left {
    float: left;
    width: 45%;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.cp_left img {
    width: 100%;
}

.cp_right {
    float: right;
    width: 50%;
    height: 400px;
    box-sizing: border-box;
    position: relative;
}

.cp_text {
    float: left;
    width: 100%;
    height: auto;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    font-size: 16px;
    overflow: hidden;
    -webkit-line-clamp: 10;
    max-height: 250px;
    line-height: 25px;
    margin-top: 20px;
    color: #000;
    text-indent: 32px;
}



.cp_right .more_btn {
    position: absolute;
    bottom: 0;
}

/* require */
.require {
    width: 100%;
    height: 546px;
    background: url(/images/main_bg_2.jpg) center center no-repeat;
    background-size: auto 100%;
    position: relative;
}

.require_con {
    height: 100%;
}

.require_mes {
    float: left;
    width: 50%;
    height: auto;
    margin-left: 8%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.require_mes img {
    width: 100%;
    height: auto;
}

.require_btn {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

/* service process */
.service_process {
    width: 100%;
    height: auto;
}

.sp {
    position: relative;
}

.sp_list {
    float: left;
    width: 92%;
    padding: 0 4%;
}

.sp_list_1 {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    padding: 20px 30px;
    box-shadow: 0 2px 10px #A1A1A1;
    background: #FEFEFE;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    position: relative;
    cursor: pointer;
}

.sp_list_1:last-child {
    margin-right: 0;
}

.sp_list_icon {
    float: left;
    width: 100%;
    height: auto;
}

.sp_icon {
    position: relative;
    width: 100px;
    height: 100px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .3s ease-in-out;
}

.sp_list_1:hover .sp_icon {
    transform: translate(-50%, -10px);
}

.ur {
    background: #ffffff url(/images/ur.png) center center no-repeat;
    background-size: 70% auto;
}


/* news center */
.news_center {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.news_center_left {
    float: left;
    width: 50%;
    height: 420px;
    overflow: hidden;
}

.news_center_left img {
    width: auto;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}

.new_list {
    float: left;
    width: 50%;
    height: auto;
    position: relative;
}

.new_box {
    float: left;
    width: calc(50% - 20px);
    margin-left: 20px;
    height: 200px;
    margin-bottom: 20px;
    color: #332C2B;
}

.new_box:nth-child(3),
.new_box:nth-child(4) {
    margin-bottom: 0;
}

.new_main {
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    padding: 30px 15px;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    transition: .3s ease-in-out;
    position: relative;
}

.new_main:hover {
    border: 1px solid #009B4C;
}

.news_title {
    float: left;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 30px;
    word-break: break-all;
    text-align: left;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    max-height: 30px;
    box-sizing: border-box;
}

.new_data {
    float: left;
    width: auto;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 0;
}

.welcome_text {
    float: left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    word-break: break-all;
    text-align: left;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 40px;
    box-sizing: border-box;
}

.new_arr {
    position: absolute;
    bottom: 30px;
    width: 20px;
}

.new_arr img {
    width: 100%;
}

/* footer */
.footer {
    width: 100%;
    height: auto;
    background: #535353;
}

.footer_top {
    float: left;
    width: 100%;
    height: auto;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #B4B5B5;
    position: relative;
}

.footer_tt {
    float: left;
    width: 204px;
    margin-right: calc(25% - 255px);
    height: auto;
}

.footer_tt:last-child {
    margin-right: 0;
}

.footer_menu {
    float: left;
    width: 100%;
    height: auto;
    margin: 5px 0;
}

.footer_list {
    padding: 0;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.footer_item {
    display: inline-block;
    height: 100%;
    position: relative;
}

.footer_item a {
    text-decoration: none;
}


.footer_link {
    display: block;
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #FEFEFE;
    position: relative;
    color: #FEFEFE;
    font-size: 14px;
    line-height: 10px;
    box-sizing: border-box;
    transition: color .2s ease-in-out;
}

.footer_item:first-child .footer_link {
    border-left: 1px solid #FEFEFE;
}

.footer_current {
    color: #009B4C;
}

.footer_link:hover,
.footer_link_1:hover,
.footer_current {
    color: #009B4C;
}

.footer_mid {
    float: left;
    width: 100%;
    padding: 30px 0;
    font-size: 14px;
    color: #FEFEFE;
    border-bottom: 1px solid #FEFEFE;
}

.footer_mid_l {
    float: left;
    width: 60%;
    height: auto;
    position: relative;
}

.footer_icon {
    float: left;
    width: 100%;
    height: 45px;
    position: relative;
}

.footer_icon img {
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer_t_title {
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #FEFEFE;
    margin: 10px 0;
    text-align: center;
}

.footer_text {
    float: left;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #FEFEFE;
    text-align: center;
}

.footer_mid_r {
    float: left;
    width: 40%;
    height: 70px;
    position: relative;
    box-sizing: border-box;
}

.footer_phone {
    float: left;
    width: 70%;
    height: 40px;
    position: relative;
}

.phone_number {
    float: left;
    width: 100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
}

.phone_name {
    float: left;
    width: 100%;
    height: auto;
    font-size: 13px;
}

.footer_qq {
    float: left;
    width: 30%;
    height: 40px;
    position: relative;
}


.footer_bottom {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    font-size: 16px;
    color: #FEFEFE;
}


.footer_bottom_1 {
    display: inline-block;
    width: auto;
    margin: 5px 0;
}

.footer_code {
    width: 100%;
    height: 100%;
}

.footer_code_1 {
    float: right;
    width: auto;
    height: 100%;
    margin-left: 20px;
}

.footer_code_1 img{
    width: auto;
    height: 100%;
}

/* 返回顶部 */
#scrollToTopBtn {
    display: none;
    /* 默认隐藏按钮 */
    position: fixed;
    bottom: 45px;
    right: 25px;
    width: 60px;
    height: 60px;
    z-index: 20000;
    border: none;
    outline: none;
    background: #009B4C url(/images/back_top_2.png) center center no-repeat;
    background-size: auto 28%;
    cursor: pointer;
    border-radius: 50%;
    transition: .3s ease;
}

#scrollToTopBtn:hover {
    background: #EEEEEF url(/images/back_top.png) center center no-repeat;
    background-size: auto 28%;
}



/* product */
.products_bg {
    width: 100%;
    max-height: 786px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	margin-top:80px;
}

.pb_container {
    width: 100%;
    height: 100%;
    max-height: 786px;
    position: relative;
}

.pb_container img {
    width: 100%;
    height: auto;
}

.mbx {
    width: 100%;
    height: 50px;
    display: block;
    /* line-height: 40px; */
    background: #FBFBFB;
    position: relative;
}

.mbx a {
    text-decoration: underline;
}

.mbx_text {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: right;
    /* font-weight: bold; */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mbx_location,
.mbx_home,
.mbx_icon,
.mbx_product,
.mbx_product_1 {
    float: left;
    color: #A1A1A1;
    margin-right: 10px;
    /* font-weight: bold; */
}

.mbx_location,
.mbx_icon,
.mbx_product {
    color: #000;
}

.mbx_home:hover,
.mbx_product_1:hover {
    color: #009B4C;
    /* font-weight: bold; */
}

.mbx_text a {
    text-underline-position: under;
}

/* products */
.products {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
}

.products_left {
    float: left;
    width: 25%;
    display: block;
}

.product_daohang {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.products_right {
    float: left;
    width: 75%;
    position: relative;
}

.xl {
    box-sizing: border-box;
    padding: 0 10px 0 15px;
    margin-bottom: 10px;
    display: block;
    width: 97%;
    height: 50px;
    line-height: 50px;
    /* padding-left: 10px; */
    font-weight: initial;
    color: #332C2B;
    font-size: 16px;
    /* text-transform: uppercase; */
    background: linear-gradient(270deg, #F7F7F7, #FEFEFE);
    border: 1px solid #eeeeef;
}

.xl .h4 {
    color: #000;
    font-size: 16px;
    /* text-transform: uppercase; */
}

.h4 {
    transition: .3s ease;
}

.xl:hover .h4 {
    color: #009B4C;
    /* font-weight: bold; */
}

.select_xl .h4 {
    color: #009B4C;
    /* font-weight: bold; */
}

.xl_1 {
    float: left;
}

.xl:hover .xl_1 {
    transform: translateX(10px);
}

.xl_2 {
    float: right;
}

.products_1 {
    width: 100%;
}

.products_1 .pp_item {
    float: left;
    width: calc(94% / 3);
    height: auto;
    margin-right: 0;
    margin-left: 2%;
    margin-bottom: 20px;
    overflow: hidden;
    transition: .6s ease-in-out;
    position: relative;
}

.pp_item_1 {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    transition: .6s ease-in-out;
}

.products_1 .pp_box {
    height: auto;
}

.products_1 .href {
    float: left;
    width: 100%;
    height: 230px;
    padding: 50px 0 0 0;
}

.products_1 .pp_item .pp_img {
    float: left;
    width: 100%;
    height: 230px;
    padding: 0;
}

.pp_shop {
    position: absolute;
    right: 15px;
    bottom: 10px;
    height: 30px;
    width: 30px;
    background: url(/images/shop_gray.png) center center no-repeat;
    background-size: auto 80%;
    transition: .2s ease;
    cursor: pointer;
}

.pp_shop:hover {
    background: url(/images/shop_hover.png) center center no-repeat;
    background-size: auto 80%;
}

/* proitem */
.item {
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.prod {
    width: 100%;
    height: auto;
}

.prod_left {
    float: left;
    width: 50%;
    margin-right: 5%;
    height: auto;
    border: 1px solid #E5E6E6;
    box-sizing: border-box;
}

.prod_left img {
    width: 100%;
    height: auto;
}

.prod_right {
    float: left;
    width: 45%;
    height: auto;
    position: relative;
}

.pshow_qiehuan {
    position: absolute;
    top: -36px;
    right: 0;
    width: auto;
}

.prod_text {
    float: left;
    width: calc(100% - 40px);
    margin: 0 20px;
    word-break: break-all;
}

.prod_text h1 {
    margin: 25px 0;
    font-size: 24px;
    word-break: break-all;
    color: #009B4C;
    background: none;
    font-weight: bold;
}

.prod_text .pp_no,
.prod_text .pp_oe {
    float: left;
    width: 100%;
    font-size: 16px;
}

.prod_text .pp_text_2 {
    float: left;
    width: 78%;
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.pp_no strong,
.pp_oe strong {
    display: inline-block;
    text-transform: uppercase;
}

.prod_text .pp_text_2_2 {
    float: left;
    width: 100%;
    font-size: 16px;
}

.prod_btn {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.prod_add,
.prod_back {
    float: left;
    width: 240px;
    padding: 12px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background: #FEFEFE;
    color: #009B4C;
    border: 1px solid #009B4C;
    border-radius: 5px;
    margin: 10px 0;
    /* background: #FEFEFE; */
    /* box-sizing: border-box; */
    transition: .3s ease-in-out;
    cursor: pointer;
}

.prod_add {
    margin-right: 5%;
}

.prod_add:hover,
.prod_back:hover {
    background: #009B4C;
    padding-top: 11px;
    color: #FEFEFE;
    border: 1px solid #009B4C;
}



/*分页样式*/
.page_box {
    float: right;
    width: 75%;
    position: relative;
    color: #000;
    font-size: 14px;
}

.pager {
    margin-top: 20px;
    text-align: center;
}

.pager span,
.pager a {
    border: 1px solid #D6D6D6;
    display: inline-block;
    line-height: 1.231;
    margin: 0 5px 0 0;
    padding: 4px 7px;
    vertical-align: middle;
    color: #888;
}

.pager a {
    font-family: Simsun;
    padding: 4px 7px 2px;
    text-decoration: none;
}

.pager a:hover {
    background: #009B4C;
    border-color: #009B4C;
    color: #ffffff;
    text-decoration: none;
}

.pager .current {
    background: none;
    border: 0px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
}

.pager select {
    width: 30px;
    margin: 0 5px;
    line-height: 12px;
    font-size: 12px;
}


.pro_btn_1 {
    float: left;
    width: 115px;
    margin-right: 10px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    text-align: center;
    background: #FEFEFE;
    color: #009B4C;
    border: 1px solid #009B4C;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.pro_btn_zt_1 {
    pointer-events: initial;
    color: #009B4C;
    border: 1px solid #009B4C;
}

.pro_btn_zt_2 {
    pointer-events: none;
    color: #A1A1A1;
    border: 1px solid #A1A1A1;
}

.pro_btn_2 {
    float: left;
    width: 115px;
    padding: 7px 0;
    font-size: 16px;
    line-height: 16px;
    border-radius: 5px;
    text-align: center;
    background: #FEFEFE;
    color: #009B4C;
    border: 1px solid #009B4C;
    transition: .3s ease-in-out;
    cursor: pointer;
}

.pro_btn_1:hover,
.pro_btn_2:hover {
    background: #009B4C;
    /* padding-top: 11px; */
    color: #FEFEFE !important;
    border: 1px solid #009B4C !important;
    text-decoration: none;
}

/* aboutus */
.aboutus {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

.aboutus_top {
    float: left;
    width: 96%;
    margin: 0 2%;
    display: block;
}

.aboutus_top_text {
    float: left;
    width: 100%;
    height: auto;
    line-height: 25px;
    margin-bottom: 20px;
    word-break: break-all;
    font-size: 16px;
    
    /* border: solid 1px #EDE1E1; */

    box-sizing: border-box;
}

/* .aboutus_bottom {
    float: left;
    width: calc(100% - 40px);
    height: auto;
    margin: 0 20px;
}

.aboutus_bottom_pic {
    float: left;
    width: 100%;
    height: auto;
} */

/* .aboutus_pic {
    float: left;
    width: 32%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #000 url(/images/search-2-line-white.png) center center no-repeat;
    background-size: 20px 20px;
    transition: .4s ease;
    cursor: pointer;
} */
/* 
.aboutus_pic:hover {
    background-size: 40px 40px;
    box-shadow: 0 2px 10px #000;
}

.last-in-row {
    margin-right: 0;
}

.aboutus_pic img {
    width: 100%;
    height: auto;

}

.aboutus_pic:hover img {
    opacity: 0.4;
} */


.news {
    width: 100%;
    height: auto;
    margin: 30px 0;
}

.mainright {
    float: left;
    width: 71%;
    margin: 0 2%;
    display: block;
}

.mainright_center {
    float: left;
    width: 100%;
    min-height: 500px;
    /* border: solid 1px #EDE1E1; */
    box-sizing: border-box;
}

.contact {
    float: left;
    width: 100%;
    color: #000;
    line-height: 30px;
    box-sizing: border-box;
}

.npag_aboutus {
    width: 100%;
    margin: 0 auto;
    line-height: 23px;
    font-size: 14px;
}

.newslist_ctr {
    margin: 0 auto;
    width: 100%;
    height: 34px;
    border-bottom: 1px #C9C9C9 dashed;
}

.newslist_title {
    margin: 0 auto;
    float: left;
    height: 25px;
    padding-top: 5px;
    font-size: 16px;
}

.newslist_date {
    margin: 0 auto;
    float: right;
    height: 25px;
    padding-top: 5px;
    font-size: 16px;
}

.newslist_title a,
.contact a {
    text-decoration: none;
    color: #888;
}


.newshow_main .mainright,
.order_main .mainright,
.contact_main .mainright {
    float: left;
    width: 96%;
    margin: 0 2%;
    display: block;
}

.order_main h1 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 100%;
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: bold;
}

.order_main tr {
    font-size: 18px;
    height: 35px;
    line-height: 35px;
}

.order_main .or_l {
    width: 20%;
    font-weight: bold;
}

.order_clear {
    cursor: pointer;
    padding-left: 13px;
}

.contact textarea {
    border-radius: 10px;
    display: block;
    padding: 12px;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, .075);
    text-indent: 0px;
    margin-top: 0px;
    outline: none;
    box-sizing: border-box;
}

.submit_btn {
    position: relative;
    width: 200px;
    height: 40px;
    margin-top: 15px;
    border: 1px solid #009B4C;
    border-radius: 5px;
    box-sizing: border-box;
    /* left: 50%;
    transform: translateX(-50%); */
    color: #FEFEFE;
    background: #009B4C;
    cursor: pointer;
    transition: .4s ease;
}

.submit_btn:hover {
    border: 1px solid #009B4C;
    color: #2D3D69;
    background: #FEFEFE;
}

.contact_left {
    float: left;
    width: 60%;
    height: auto;
    position: relative;
    top: 45px;
}

.contact_ltd {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 10px;
    color: #000;
}

.contact_mes {
    float: left;
    width: 80%;
    position: relative;
    font-size: 18px;
    /* left: 50%;
    transform: translateX(-50%); */
}


.contact_right {
    float: left;
    display: block;
    width: 40%;
    height: 280px;
    position: relative;
    background: url(/images/coninbg.png) center center no-repeat;
    background-size: auto 80%;
}