@charset "utf-8";
/*溢出隐藏*/
.omit{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.omit2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.omit4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}
html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
    font-family: "微软雅黑", "Microsoft YaHei", Arial, helvetica, sans-serif;
}
.t-r{ text-align: right; width: 100%; margin-bottom: 20px; }
#zy_banner_box{ width: 100%; overflow: hidden; text-align: center; height: 360px; background: url(../Image/banner.jpg) no-repeat center; }
.text-flow{ font-size: 1.6rem; line-height: 4rem;  border-bottom: dotted #ccc 1px; }
.in_price{ padding: 10px;background: #fff; width: 80%; margin: auto; }
.lx_bt{ margin: 10px auto auto auto; width: 145px; height: 40px; line-height: 40px; text-align: center; background: #e60012; border-radius: 30px; color: #fff; }
.lx_bt:hover{ background: #00838d; transition: 0.5s; }
#in_news span{ color: #3b3b3b; font-size: 32px; }
#in_news li a{ font-size: 18px; color: #3b3b3b; line-height: 36px; }
#in_news li a:hover{ color: #d40d12; padding-left: 10px; }
#in_news li{ color: #666666; font-size: 14px; border-bottom: 1px dotted #ebebeb; margin-top: 10px; padding-bottom: 10px; line-height: 26px; }
#in_md_bg{ width: 100%; padding-top: 35px; padding-bottom: 35px; background: url(../Image/in_about.jpg) center; }
.in_zj_bg{ width: 1200px; margin: auto; }
.in_zj{ background: #fff; padding: 30px 5% 30px 5%; width: 100%; margin: auto; position: relative; overflow: hidden; }
.in_zj span{ color: #333333; font-size: 24px; }
.in_more{ position: absolute; top: 35px; right: 5%; }
.zj_list{ margin-top: 20px; }
.zj_list li{ padding: 3%; border: 1px solid #d9d9d9; margin-bottom: 20px; }
.zj_img{ width: 50%; }
.zj_info{ width: 50%; font-size: 14px; color: #888888; padding-top: 10px; }
.zj_info span{ font-size: 16px; color: #3b3b3b; }
.hj_list{}
.hj_list li{ position: relative; margin-top: 25px; }
.hj_img{ position: relative; z-index: 1; }
.hj_img:hover{ transition: 0.8s; transform: scale(1.01); }
.hj_info{ background: #fff; height: 40px; width: 100%; line-height: 40px; color: #000; text-align: center; z-index: 2; position: absolute; bottom: 0px; opacity:0.8; }
#in_about{ background: #e60012; padding: 1% 5% 5% 5%; color: #fff; line-height: 30px; }
#in_about a{ color: #fff;  }
#in_about a:hover{ color: #ccc;  }
#in_about span{ color: #fff; font-size: 32px; line-height: 90px; }
body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #333333;
    font-size: 15px;
    font-size: 1.5rem;
    background: #fff;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.overHiden {
    height: 100vh;
    overflow: hidden;
}

a {
    transition: all 0.3s;
}

a:link {
    color: #494949;
    text-decoration: none
}

a:visited {
    color: #494949;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #009944;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

.overhidden {
    overflow: hidden;
}

.clearfix {
    font-size: 0;
    height: 0;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd,
p {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.dt {
    display: inline-block;
    vertical-align: top;
}

.dv {
    display: inline-block;
    vertical-align: middle;
}

.db {
    display: inline-block;
    vertical-align: bottom;
}

.p_r10 {
    margin-right: 10px;
}

.p_r20 {
    margin-right: 20px;
}

.ptd30 {
    padding: 3rem 0;
}

.mtd10 {
    padding: 10px 0;
}

.mt30 {
    margin-top: 30px;
}
.lx_ewm{ padding-top: 30px; }
.lx_ewm li{ float: left; display: inline; text-align: center; margin-left: 20px; margin-right: 20px; }
.bc {
    margin: 0 auto;
}

.bg {
    background: #f8f8f8;
}

.border {
    border: 1px solid #e5e5e5;
    padding: 1.5rem;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.share_to li {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-right: 10px;
}

.share_to li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
}

.share_to li:nth-child(2) a {
    background: #3dc464;
}

.share_to li:nth-child(3) a {
    background: #d54135;
}

.share_to li:nth-child(4) a {
    background: #1493d0;
}

.share_to li:nth-child(5) a {
    background: #f8b500;
}


.micon{ width: 26px; height: 26px; background: url(../Image/micon.png) no-repeat; margin-top: -30px; }
/* Header
----------------------------------------*/
.header_tel{ font-size: 14px; color: #333333; margin-top: 25px; }
.header_tel span{ font-size: 26px; color: #333333; }


/*顶部信息*/

#name_box_w {
    width: 100%;
    position: relative;
    z-index: 9;
    background: #fff;
    transition: all 0.3s;
}

#name_box_w .row {
    margin-bottom: 0;
}
.des{ color: #3b3b3b; margin-bottom: 5px; margin-top: 5px; }
#name_box_w #menu_box {
    transition: all 0.3s;
/*    max-width: 1200px;
    margin: auto;*/
    width: 100%;
    height: 50px;
    z-index: 9;
    position: relative;
    margin-top: 5px;
    border-bottom: 3px #e60012 solid;
}

#logo {
    max-height: 96px;
    padding: 20px 0;
    box-sizing: border-box;
    display: block;
    text-align: left;
}
.logo_bt{ font-size: 26px; color: #e60012; line-height: ; padding-left: 20px; border-left: 1px solid #dadada; }
#logo img {
    height: auto !important;
    transition: all 0.3s;
    box-sizing: border-box;
    padding-top: 5px;
}

.top_tel {
    padding: 20px 0;
}

.menu {
    height: auto;
    z-index: 9;
    max-width: 1200px;
    margin: auto;
}

.menu .mynav .nav {
    width: 150px;
    float: left;
    position: relative;
    background: url(../Image/jt.png) no-repeat right center;
}

.menu .mynav .nav>a {
    display: block;
    width: 100%;
    line-height: 50px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    color: #000000;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    background: bottom center no-repeat;
}

.menu .mynav .nav>a:hover,
.menu .mynav .nav>a.current {
    color: #fff !important;
    background: url(../Image/jt_h.png) no-repeat right center #e60012;
}

.menu .mynav .dropdown-content {
    margin-left: -240px;
}

.menu .mynav .dropdown-content li {
    clear: none !important;
}

.menu .mynav .dropdown-content li>a.current,
.menu .mynav .dropdown-content li>a:hover {
    color: #409053;
}


.menu .mynav .dropdown-content li:hover,
.menu .mynav .dropdown-content li.active,
.menu .mynav .dropdown-content li.selected {
    background-color: #4c4a4f;
}

#top_icon {
    position: absolute;
    right: 2rem;
    top: 60%;
    height: 4rem;
    margin-top: -2.0rem;
    color: #e62b32;
    font-size: 2.8rem;
}


.side-nav li {
    background: #fff;
}

.side-nav li .current {
    background: #409053 !important;
    color: #fff !important;
}

.userView a {
    display: block;
}

.m_menu_tel {
    background: #2d2d2d;
    color: #fff;
    line-height: 2.0rem;
    font-size: 1.6rem;
    padding: 20px 0;
}

.m_menu_tel a {
    color: #409053;
    font-size: 1.6rem;
    font-weight: bold;
}

.header_top{ border-bottom: 1px solid #efefef; height: 40px; line-height: 40px; }
.header_top_lf{ color: #908d8d; font-size: 14px; }
.header_top_rt{ color: #908d8d; font-size: 14px; }
.header_top_rt span{ color: #09c759; font-size: 20px; font-weight: bold; }
.w1200{ width: 1200px; margin: auto; }

/*#name_box_w.down {
    position: fixed !important;
    top: 0;
    left: 0;
    border-bottom: #e1e2e3 1px solid;
    box-shadow: none !important;
}
*/
#name_box_w.down #logo {
    padding: 20px 0;
}

#name_box_w.down #logo img {
    height: 50px;
}

#name_box_w.down .menu .nav>a {
    line-height: 80px;
}

#name_box_w #top_tel {
    padding: 30px 0;
    text-align: right;
    font-size: 1.6rem;
    color: #2e2d2d;
    transition: all 0.3s;
}

#name_box_w #top_tel big {
    display: block;
}

#name_box_w #top_tel small {
    display: block;
    text-align: center;
}

#name_box_w #top_tel i {
    width: 29px;
    height: 29px;
    background: url(../Image/top_icon_li.png);
    transition: all 0.3s;
}

#name_box_w #top_tel.now a {
    color: #409053 !important;
}

#name_box_w #top_tel.now i {
    background: url(../Image/top_icon_li_h.png);
}


#name_box_w.down #top_tel {
    font-size: 1.8rem;
    padding: 20px 0;
}


/*PAGE
----------------------------------------*/

.zy_banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.zy_banner img {
    display: block;
}

.zy_title {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30%;
    text-align: center;
    z-index: 8;
    color: #fff;
    font-size: 30px;
    transform: translateY(-30px);
    line-height: 3rem;
}

.zy_title small {
    letter-spacing: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.p_tb50 {
    padding: 50px 0;
}

.location {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.6rem;
    color: #333333;
    line-height: 5.1rem;
}

.location a {
    color: #333333;
}

.location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}


.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next {
    margin-top: 3.0rem;
}

.prev_next li>div {
    font-size: 1.4rem;
    line-height: 24px;
    padding: 5px;
    color: #000;
    margin-bottom: 10px;
    border: 1px dotted #ccc;
    box-sizing: border;
    border-radius: 3px;
}

.prev_next li>div:hover {
    background: #409053;
    color: #fff;
}

.prev_next li>div:hover a {
    color: #fff;
}


.back_list {
    text-align: right;
    font-size: 1.4rem;
}

.back_list a {}

.back_list a:hover {}


/*LEFT*/

#left_box {
    line-height: 2.6rem;
    color: #666;
}


#left_box .info_desc {}

#left_box .info_desc h3,
#left_box .info_desc big {
    color: #000;
}

#left_box .info_desc .keywords {
    margin: 10px 0;
}


#left_box .info_mess {
    margin-top: 20px;
    border-radius: 5px;
    background: #efefef;
    border: 1px solid #e2e2e2;
    padding: 30px;
    text-align: center;
}

#left_box .info_mess input#a_name,
#left_box .info_mess input#a_tel {
    background: #e1e1e1;
    border-radius: 3px;
    padding: 20px;
    box-sizing: border-box;
    border: none;
}

#left_box .info_mess input#a_submit {
    font-size: large;
}


/*RIGHT*/

#subNav {
    margin: 20px 0 0 0;
}


#subNav .row {
    margin: 20px 0;
}

#subNav .col {
    margin-bottom: 10px;
}


#subNav li {}

#subNav li a {
    display: block;
    text-align: center;
    padding: 0.5rem;
    color: #000;
    box-sizing: border-box;
    font-size: 1.4rem;
    border-radius: 5px;
    padding: 5px 6px;
}

#subNav li a:hover,
#subNav li a.current {
    background: #409053;
    color: #fff;
}

#banenr_box{    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;}
/*FOOTER*/
.clear{ clear: both; }
.f_menu{ text-align: center; width: 100%; margin-top: 20px; margin-bottom: 20px; }
.f_menu li{ color: #fff; width: 150px; text-align: center; float: left; }
.f_menu li a{ color: #fff; font-size: 16px; }
.f_menu li a:hover{ color: #ccc; }
.f_info{ color: #515151; line-height: 28px; margin-top: 20px; font-size: 15px; line-height: 32px; }
.f_info a{ color: #515151; }
.f_info a:hover{ color: #ccc; }
.f_info span{ color: #0fadd1; font-weight: bold; }
.f_share{ margin: auto; text-align: center; width: 200px; }
#in_honor{ padding-left: 60px; height: 45px; line-height: 45px; font-size: 30px; font-weight: bold; background: url(../Image/logo_s.png) left no-repeat; }
#in_jishu{ height: 45px; line-height: 45px; font-size: 30px; font-weight: bold; }
#in_more{ font-size: 16px; color: #333333; height: 45px; line-height: 45px; text-align: right; }
#in_more a{ color: #333333; }
#in_more a:hover{ color: #000; }
.pt10{ padding-top: 10px; }
.pt30{ padding-top: 20px; }

.f_ewm{ padding-top: 10px; }
.page-footer {
    background: #fff;
    overflow: hidden;
}
.proUL li {
    margin-bottom: 20px !important;
}


.proUL li a {
    display: block;
}

.proUL li a .img {
    width: 100%;
    max-height: 220px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.proUL li a .responsive-img {
    transition: all 0.3s;
    margin: 0 auto;
}

.proUL li a:hover img {
    transform: scale(1.1);
}

.proUL li a .title {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.picUL li {
    margin-bottom: 20px !important;
}

/*Product*/

.pro_type li a {
    display: block;
    background: #d9d9d9;
    color: #9b9b9b;
    padding: 10px 20px;
    text-align: center;
}

.pro_type li a:nth-child(1) {
    background: #4e9ed1;
    color: #fff;
}

.pro_type li a:hover {
    background: #000;
    color: #fff;
}

.pro_tel {
    font-size: 3.0rem;
    line-height: 50px;
}

.pro_tel i {
    font-size: 3.0rem;
    color: #4e9ed1;
}

.pro_tel a {
    color: #f60;
}

.pro_tel a:hover {
    color: #f00;
}

.desc_pad .desc {
    font-size: 1.6rem;
    line-height: 4rem;
    padding-top: 1rem;
    height: 170px;
    overflow: hidden;
}
.picUL li a {
    display: block;
    border: 1px solid #eeeeee;
    padding: 15px;
}

.picUL li a .img {
    width: 100%； height：300px;
    background: #fff;
    overflow: hidden;
}

.picUL li a img {
    max-height: 200px;
    transition: all 0.5s;
    margin: 0 auto;
}

.picUL li a:hover img {
    transform: scale(1.1);
}

.picUL li a .title {
    padding: 10px;
    width: 100%;
}

.picUL li a .cont {
    padding: 10px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 1.6rem;
    overflow: hidden;
    font-weight: bold;
    color: #009944;
}

.picList {
    width: 100%;
}

.picList li {
    transition: all 0.3s;
    height: 170px;
    padding: 5px;
    margin: 0 0 20px 0;
    background: #EFEFEF;
}

.picList li:hover {
    background: #eee;
    box-shadow: 0 5px 5px #ccc;
    transform: translateY(-10px);
}

.picList li a {
    display: block;
}

.picList .picList_img {
    height: 160px;
    overflow: hidden;
}


.picList .Pic_list_txt {
    position: relative;
    height: 160px;
    overflow: hidden;
    padding: 0 20px !important;
}

.picList .Pic_list_txt .t1 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4rem;
    width: 100%;
    color: #4e9ed1;
}
.truncate {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.picList .Pic_list_txt .t2 {
    overflow: hidden;
    margin: 5px 0;
    height: 50px;
    font-size: 1.6rem;
    line-height: 25px;
    color: #666;
}

.picList .Pic_list_txt .t3 {
    font-size: 1.4rem;
    line-height: 30px;
}

.picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
}

.page-footer{ background: url(../Image/footer.png); }
.page-footer #e_menu {
    color: #818181;
    box-sizing: border-box;
    padding: 4rem 2rem 4rem 0;
}

.page-footer #e_menu .col {
    margin: 10px 0;
}

.page-footer #e_menu .col a {
    display: block;
    transform: scale(0.8);
}

.page-footer #e_menu a {
    display: inline-block;
    margin: 0;
    color: #ccc;
    font-size: 2.0rem;
}

#e_logo {
    text-align: center;
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    box-sizing: border-box;
}

.e_tel {
    margin: 0 auto;
    width: 318px;
    height: 58px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background: url(../Image/e_tel_box.png) center no-repeat;
}


.e_add {color: #ccc; margin-top: 20px;}

.page-footer #ewm {
    margin: 20px 0 10px;
}


.page-footer .footer-copyright {
    background: #212020;
    color: #757575;
    text-align: left;
}

.page-footer .footer-copyright a {
    color: #757575;
}


.page-footer #ewm i {
    color: #ccc;
}

#page-footer-gt {
    width: 100%;
    height: 60px;
    padding: 6px 0;
    box-sizing: border-box;
    background: #e60012;
    color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}


#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;

}

#page-footer-gt ul li a {
    color: #fff;
    font-size: 1.4rem;
    width: 100%;
    height: 54px;
    display: block;
}

#page-footer-gt ul li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../Image/e1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../Image/e2.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../Image/e3.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../Image/e4.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}


.info_page {
    background: #409053;
    color: #fff;
    height: 64px !important;
}

.info_page a {
    color: #fff;
}

.info_page #search .in_text {
    border: 1px solid #45b298;
}

.info_page #search .so {
    background: url("../Image/top_search_so2.png") no-repeat center #fff;
    background-size: 23px 23px;
}

.info_page .in_text::input-placeholder {
    color: #fff;
}



/*NEWS CONTENTS PAGE*/

.news_detail {
    height: auto !important;
    min-height: 700px;
    height: 700px;
    padding: 10px 0;
    line-height: 30px;
}

.news_detail hr {
    border: none;
    height: 1px;
    background: #ccc;
}

#news_d {
    text-align: center;
}

.news_img {
    text-align: center;
    line-height: 3.0rem;
}

.news_img a {
    color: #409053;
}

.news_img img {
    height: auto !important;
}


#news_img {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 100%;
}

.p_tb20{ padding-top: 20px; }
.proimg img {
    max-width: 100%;
}
#newsInfo{ line-height: 4rem; padding-top: 1rem; padding-bottom: 1rem; border-bottom: 1px solid #f0f0f0; }
#newsInfo .desc {
    background: #f5f5f5;
    margin: 20px 0;
    padding: 20px 0;
}


.news_img {
    min-height: 300px;
}



/*GUESTBOOK PAGE*/

.G_InputText {
    width: 500px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_textarea {
    width: 500px;
    height: 100px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}

.G_botton {
    width: 100px;
    line-height: 12px;
    padding: 10px;
    line-height: 14px;
    background: #35ab9f;
    cursor: pointer;
    color: #FFF;
    border: none;
    float: right;
    border-radius: 3px;
    font-size: 16px;
    font-family: "微软雅黑";
}

.yanzheng {
    width: 300px;
    height: 12px;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
}


.recruit_info_tit_bg {
    width: 100%;
    height: 31px;
    background: #fafafa;
    border-radius: 2px;
}

.recruit_info_tit_bg .recruit_info_tit {
    width: 73px;
    height: 31px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: #1e4483;
    font-family: 'Microsoft YaHei', arial;
    font-size: 14px;
    color: #fff;
    line-height: 31px;
    text-indent: 8px;
}

.recruit_info_main {
    padding: 5px;
}

.recruit_info_main p {
    width: 650px;
    font-family: 'Microsoft YaHei', arial;
    text-align: justify;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 28px;
    color: #494949;
}

.order {
    width: 96%;
    margin: 0 auto;
}

.order_but {
    padding: 10px;
    cursor: pointer;
}




/*PRODUCTS LIST PAGE*/

.pro_pic li {
    margin: 10px 0;
}

.pro_pic li .box {
    display: block;
    border: 1px solid #d4d4d4;
    padding: 15px;
    background: #fcfcfc;
}

.pro_pic li .box .img {
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: center;
    background: #fff;
}

.pro_pic li .box .img a {
    width: 100%;
    height: 100%;
}

.pro_pic li .box .img img {
    max-height: 100%;
    margin: 0 auto;
}

.pro_pic li .box .cont {
    padding: 5px;
    position: relative;
    line-height: 30px;
}

.pro_pic li .box .cont .title {
    color: #000;
    font-weight: bold;
}

.pro_pic li .box .cont .desc {
    height: 30px;
    color: #666666;
}

.pro_pic li .box .cont .sm {
    color: #ee4b04;
    line-height: 25px;
    margin: 5px 0;
    height: 50px;
    overflow: hidden;
}

.pro_pic li .box .cont .bt {
    margin-bottom: 0;
}

.pro_pic li .box .cont .bt a {
    display: block;
    padding: 2px 10px;
    box-sizing: border-box;
    color: #fff !important;
    margin-bottom: 10px;
}

.pro_pic li .box .cont .bt a:hover {
    background: #000 !important;
}


.pro_pic li .box .cont .bt .bt1 {
    background: #ee4b04;
}

.pro_pic li .box .cont .bt .bt2 {
    background: #409053;
}

#picList {
    width: 100%;
    padding: 10px 0 0 0;
}

#picList li {
    transition: all 0.3s;
    height: 170px;
    margin: 20px 0;
    border-bottom: #ddd 1px solid;
    background: #fff;
}

#picList li:hover {
    border-bottom: #ddd 1px solid;
}

#picList li a {
    display: block;
}

#picList li a:hover .d2 i {
    background: #303030;
    color: #fff;
}

#picList .picList_date {
    color: #fff;
    text-align: left;
}

#picList .picList_date .d1 {
    font-size: 30px;
    color: #898989;
}

#picList .picList_date .d2 {
    font-size: 16px;
    color: #444;
    line-height: 60px;
}

#picList .picList_date .d2 i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: all 0.3s;
}

#picList .picList_date .d3 {
    font-size: 16px;
    color: #aaa;
}

#picList .picList_line {
    width: 100px;
    height: 1px;
    margin-top: 20px;
    width: 35px;
    background: #bebebe;
    float: left;
    transition: all 0.5s;
}

#picList li a:hover .picList_line {
    background: #000;
}


#picList .Pic_list_txt {

    position: relative;
    height: auto;
    overflow: hidden;
    text-align: justify;
}

#picList .Pic_list_txt .t1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    color: #000;
}

#picList .Pic_list_txt .t2 {
    overflow: hidden;
    padding: 8px 0;
    height: 90px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

#picList .Pic_list_txt .t3 {
    font-size: 10px;
    text-align: right;
    line-height: 30px;
    color: #000;
}

#picList .Pic_list_txt .time {
    text-align: right;
    line-height: 20px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif !important;
}


/*index*/
.in_ks{ font-size: 28px; color: #fff; font-weight: bold; padding-top: 20px; padding-bottom: 10px; }
.in_ks a{ color: #fff; }

#ks1{ background: url(../Image/ks1.png) no-repeat center left #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks2{ background: url(../Image/ks2.png) no-repeat center left #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks3{ background: url(../Image/ks3.png) no-repeat center left #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks4{ background: url(../Image/ks4.png) no-repeat center left #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks5{ background: url(../Image/ks5.png) no-repeat center left #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks6{ background: url(../Image/ks6.png) no-repeat center left #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks7{ background: url(../Image/ks7.png) no-repeat center left #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks8{ background: #e60012; border: 5px solid #ebeff2; height: 100px; line-height: 90px; padding-left: 90px; margin-bottom: 10px; }
#ks1:hover{ background: url(../Image/ks1.png) no-repeat center left #006f77; transition: 0.5s; }
#ks2:hover{ background: url(../Image/ks2.png) no-repeat center left #006f77; transition: 0.5s; }
#ks3:hover{ background: url(../Image/ks3.png) no-repeat center left #006f77; transition: 0.5s; }
#ks4:hover{ background: url(../Image/ks4.png) no-repeat center left #006f77; transition: 0.5s; }
#ks5:hover{ background: url(../Image/ks5.png) no-repeat center left #006f77; transition: 0.5s; }
#ks6:hover{ background: url(../Image/ks6.png) no-repeat center left #006f77; transition: 0.5s; }
#ks7:hover{ background: url(../Image/ks7.png) no-repeat center left #006f77; transition: 0.5s; }
#ks8:hover{ background: #006f77; transition: 0.5s; }

#ks-s{ background: #e60012; border: 5px solid #ebeff2; height: 110px; line-height:26px; padding-top: 25px; text-align: center; margin-bottom: 10px; font-weight: bold; font-size: 28px; font-weight: normal; }
#ks-s:hover{ background: #97000c; }
#ks-s span{ font-size: 14px; font-weight: normal; }
#in_lx{ background: url(../Image/in_lx.png); color: #333333; font-size: 14px; padding: 2rem; line-height: 32px; }
#in_lx span{ font-size: 32px;}
blue{ color: #e60012; }


/*模板列表*/


/*模板列表结束*/

#pro_img_prev {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -40px;
    z-index: 9;
}

#pro_img_next {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -40px;
    z-index: 9;
}

.pbt a {
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 70px;
}

.pbt a i {
    font-size: 30px !important;
}

.pbt a:hover {
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
}

.shan {
    font-size: 20px;
}

.p_name {
    font-weight: bold;
}

#pro_img_box {
    height: auto;
    box-sizing: border-box;
}

#cpInfo .lighten-5 {
    padding: 0;
}

#cpInfo .flow-text {
    min-height: 100px;
}

#cpInfo img {
    height: auto !important;
    vertical-align: middle;
}


#pro_desc_box {
    height: auto;
    box-sizing: border-box;
}

#pro_desc_box .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 2.8rem;
    color: #409053;
}

#pro_desc_box .sm {
    min-height: 24rem;
    line-height: 3.0rem;
    color: #000;
}


#pro_desc_box #more #top_tel {
    line-height: 2.2rem;
    font-size: 1.8rem;
    color: #409053;
}

#pro_desc_box #more #top_tel big {
    font-weight: bold;
    display: block;
    font-size: 2.1rem;
}

#pro_desc_box #more #top_tel small {
    font-weight: bold;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 10px;
    padding-left: 50px;
}

#pro_desc_box #more #top_tel i {
    border-radius: 50%;
    border: 1px solid #409053;
    padding: 5px;
}


#cpInfo .flow-text {
    line-height: 3.0rem;
}

#cpInfoDown .cpTitle {
    display: inline-block;
    padding: 0 30px;
    line-height: 44px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    background: #409053;
}




/*INDEX*/

#in_about_box {
    overflow: hidden;
    background: url(../Image/in_about_bg.png) no-repeat;
}
.about_nav{ background: #fff; color: #000; box-sizing: border-box; box-shadow: 5px 10px 10px #ebebeb; padding: 3rem; line-height: 3.0rem; }
.about_nav li{width: 33%;height: 60px;float: left;display: inline;margin-top: 3rem;padding-left: 10%;font-size: 2rem;line-height: 2.4rem;color: #409053;}
.about_nav li a{ font-size: 1.4rem; }
.ab_1{ background: url(../Image/ab_1.png) no-repeat; }
.ab_2{ background: url(../Image/ab_2.png) no-repeat; }
.ab_3{ background: url(../Image/ab_3.png) no-repeat; }
#in_about_box .content {
    line-height: 3.5rem;
}

#in_about_box .about_list li {
    margin: 20px 0;
    font-size: 2.0rem;
    text-align: center;
}

#in_about_box .about_list li .box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
    width: 246px;
    height: 246px;
    background: url(../Image/index/list_box.png);
    background-size: 100% 100%;
}

#in_about_box .about_list li i {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
}

#in_about_box .about_list li:nth-child(1) i {
    background: url(../Image/index/list_icon1.png);
    background-size: 100% 100%;
}

#in_about_box .about_list li:nth-child(2) i {
    background: url(../Image/index/list_icon2.png);
    background-size: 100% 100%;
}

#in_about_box .about_list li:nth-child(3) i {
    background: url(../Image/index/list_icon3.png);
    background-size: 100% 100%;
}

#in_about_box .about_list li:nth-child(4) i {
    background: url(../Image/index/list_icon4.png);
    background-size: 100% 100%;
}

#in_about_box .about_list li big {
    display: block;
    margin: 0.5rem 0;
}

#in_about_box .about_list li small {
    display: block;
}

#in_case_box {
    overflow: hidden;
}

#in_pro_box {
    overflow: hidden;
}

#in_case_box .more .bt,
#in_pro_box .more .bt {
    text-align: center;
    color: #666666;
    font-size: large;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

#in_case_box .more .bt:hover,
#in_pro_box .more .bt:hover {
    color: #409053;
    border: 1px solid #409053;
}


#case_box .row {
    margin-top: 50px !important;
}

.in_case_pic {
    overflow: hidden;
}

.in_case_pic .col {
    box-sizing: border-box;
    margin-bottom: 20px;
}

.in_case_pic li a {
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    position: relative;
    border-radius: 5px;
}



.in_case_pic li a img {
    width: 100%;
    max-width: 100%;
    /*height: 100%;*/
}

.in_case_pic li a .mask {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 90px 50px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    color: #fff;
}

.in_case_pic li a:hover .mask {
    opacity: 1;
}

.in_case_pic li a .mask .title {
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: x-large;
    padding: 10px;
}


.in_case_pic li a .mask .desc {
    text-align: center;
    margin-top: 1rem;
}

.pro li a {
    border-radius: 0;
    /*height: auto !important;*/

}

.pro li a .mask {
    padding: 40% 20% !important;
}


#pro_box .row {
    margin: 0 !important;
}

#in_pro_menu{ background:url(../Image/jiantou.png) no-repeat center bottom #009944; padding-top: 25px; padding-bottom: 48px; text-align: center; color: #fff; border: 1px solid #00b859; text-decoration: underline; }
#in_pro_menu:hover{ background:url(../Image/jiantou.png) no-repeat center bottom #e68322; border: 1px solid #e68322; text-decoration: underline; }
.jishu{ background: #ededed; padding: 20px 25px 20px 25px; }
.jishu li{ line-height: 34px; }
.jishu li a{ font-size: 14px; }
.in_join{ background: #e68322; padding: 22px 25px 20px 25px; color: #fff; font-size: 14px; text-align: center; }
.in_join_1{ font-size: 20px; font-weight: bold; }
.in_join_2{ margin-top: 20px; margin-bottom: 30px; }
.in_join a{ font-size: 18px; color: #009944; text-decoration: underline; font-weight: bold; }
.in_join a span{ font-size: 14px; font-weight: normal; }
.big_bg{ background: #ededed; padding-top: 30px; padding-bottom: 30px; }
.g-bg{ height: 60px; line-height: 60px; background: #ededed; text-align: center; }
.t-c{ text-align: center; }
.huoshan{ padding-top: 20px; }
.in_about_nav{ color: #333333; font-size: 14px; line-height: 36px; padding-top: 60px; }
.in_about_nav li{ width: 50%; color: #666666; float: left; display: inline; }
.about_info{ color: #000; line-height: 30px; margin-top: 15px; font-weight: bold; }
.about_info span{ color: #e68322; }
.pro_content_tt{ font-size: 22px; color: #009944; font-weight: bold; }
.in_pro_pic {
    overflow: hidden;
}

.in_pro_pic .col {
    box-sizing: border-box;
    margin-bottom: 20px;
}

.in_pro_pic li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    margin-top: -30px;
    /*border-radius: 5px;*/
}

.in_pro_pic li a .img {
    width: 100%;
    height: 215px;
}

.in_pro_pic li a img {
    max-width: 100%;
    height: 100%;
}

.in_pro_pic.H li a .img {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 100%;
    /*border-bottom: 1px solid #dddcdc*/
}

.in_pro_pic.H li a img {
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.pinzhong li a img {
    width: 100%;
}
.H a:hover{
    /*box-shadow: 0 0 8px #409053;*/
    color: #409053;
}
.in_pro_pic li a .cont {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding-top: 16px;
    color: #333333;
}




.in_pro_pic li a .cont .content {
    margin-top: 1rem;
    line-height: 2.0rem;
    color: #666666;
    height: 6.0rem;
    overflow: hidden;
    padding: 0rem 1rem 0rem 1rem;
}

.in_pro_pic li a .cont .wx {
    color: #666666;
    margin-top: 10px;
}

.in_pro_pic li a .cont .wx i {
    border: 1px solid #ccc;
    width: 26px;
    height: 26px;
    padding: 6px;
    border-radius: 50%;
    border-radius: 50%;
}



/*in_pro*/

#in_hlcd_box {
    background: #fff;
    overflow: hidden;
}

.in_hlcd_pic {
    overflow: hidden;
}

.in_hlcd_pic li .img {
    width: 100%;
    height: 185px;
}

.in_hlcd_pic li a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
}


.in_hlcd_pic li {
    margin-bottom: 10px;
}

.in_hlcd_pic li.big a .img {
    width: 100%;
    height: 380px;
    background: #fff;
    text-align: center;
}

.in_hlcd_pic li.big a img {
    width: 100%;
    height: 100%;
}


.in_hlcd_pic li a img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.in_hlcd_pic li a:hover img {
    transform: scale(1.05);
}

.in_hlcd_pic li a .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
    box-sizing: border-box;
    text-align: left;
    font-size: larger;
}




/*in_hlcd*/

.in_links li {
    margin: 5px 0;
}

.in_links li a {
    width: 100%;
    height: 100%;
}


.in_title_box {
    margin-bottom: 20px;
    /*background: url(../Image/line.png) center no-repeat;*/
    position: relative;
}
.f_36{ font-size: 3.6rem; }
.c_black{ color: #000; }
.b{ font-weight: bold; }
.in_title_box .more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.0rem;
    color: #999999;
    text-transform: uppercase;
    line-height: 5.0rem;
}

.in_title_box .more:hover {
    color: #409053;
}

.in_title_box .title {
    font-size: 3.0rem;
    color: #409053;
}

.in_title_box .title span {
}

.in_title_box .desc {
    font-size: 1.6rem;
    color: #aeaeae;
    text-transform: uppercase;
}

.in_title_box .desc.center-align p {
    text-align: center;
}

.in_title_box .tel {
    font-size: 2.0rem;
    color: #fff402;
    font-weight: bold;
    line-height: 4.0rem;
}

.in_title_box .tel a.phone_num {
    color: #fff402;
}


.in_title_box .tel a.bt {
    padding: 5px 20px;
    margin-left: 10px;
    display: inline-block;
    background: #fff402;
    color: #409053;
}

.in_pro_pic li {
    margin: 10px 0;
}

.in_pro_pic li .box {
    display: block;
    border: 1px solid #c9c9c9;
    padding: 5px;
    background: #fff;
}

.in_pro_pic li .box .img {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: center;
}

.in_pro_pic li .box .img a {
    width: 100%;
    height: 100%;
}

.in_pro_pic li .box .img img {
    max-height: 160px;
    margin: 0 auto;
}

.in_pro_pic li .box .title {
    padding: 5px;
    padding-right: 40px;
    border-top: 1px dotted #a8a8a8;
    position: relative;
}

.in_pro_pic li .box .title a {
    color: #999999;
}

.in_pro_pic li .box .title a:hover {
    color: #f00;
}

.p_icon {
    position: absolute;
    top: 15px;
    right: 10px;
}

.in_title_box_s {
    margin: 0 0 20px;
    border-bottom: 1px solid #dbdbdb;
}

.in_title_box_s .title {
    width: 156px;
    height: 59px;
    line-height: 59px;
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
}

.in_title_box_s .title a {
    color: #fff;
    background: #409053;
    display: block;
}


.in_title_box_s .title a:hover {
    color: #fff;
    background: #000;
    display: block;
}


.in_title_box .desc span {
    font-size: 1.8rem;
    color: #ee4b04;
    font-weight: bold;
    margin: 0 10px;
}

#m_chose {
    background: #409053;
    padding: 20px 40px;
    box-sizing: border-box;
}

#m_chose .row {
    margin-bottom: 0;
}

#m_chose big {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

#m_chose dl {
    width: 100%;
    display: block;
}

#m_chose dt,
#m_chose dd {
    float: left;
    line-height: 36px;
}

#m_chose dt {
    font-size: 2.2rem;
    color: #ffca28;
    padding: 0;
    display: block;
}

#m_chose dd a {
    font-size: 1.6rem;
    color: #fff;
    margin: 0 10px 0 0;
}

#m_chose dd a:hover {
    color: #ff0;
}

#m_chose dl dt>a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}

.in_title_box_c {}

.in_title_box_c .title {
    line-height: 100px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #fff;
}

.in_title_box_c .title a {
    color: #000;
    display: block;
}

.in_title_box_c .title a:hover {
    color: #f00;
}



#in_hzdt_box {
    background: #409053;
}

.fh_list ul {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px 0;
}

.fh_list ul li {
    width: 100%;
    height: 40px;
    display: block;
}

.fh_list ul li dl {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    box-sizing: border-box;
    border-bottom: 1px dotted #c7c7c7;
}

.fh_list ul li .row .col {
    padding: 0;
    text-align: center;
    font-weight: 500;
}

.in_title_box_s {
    margin: 0 0 20px;
    border-bottom: 1px solid #dbdbdb;
}

.in_title_box_s .title {
    width: 156px;
    height: 59px;
    line-height: 59px;
    font-size: 2.2rem;
    text-align: center;
    color: #fff;
    position: relative;
}

.in_title_box_s .title a {
    color: #fff;
    background: #409053;
    display: block;
}


.in_title_box_s a.more {
    position: absolute;
    top: 0;
    right: 0;
    background: none !important;
    font-size: 1.6rem;
    color: #999999 !important;
}

.in_title_box_s a.more:hover {
    color: #f00 !important;
}

.in_title_box_s .title a:hover {
    color: #fff;
    background: #000;
    display: block;
}

.nlist li {
    line-height: 35px;
}


.order_open {
    position: absolute;
    z-index: 7;
    background: #f60;
    border-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 30%;
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
}


#order_box.show-on-small {
    width: 100%;
    top: 0;
    padding: 0 10px 10px;
}

#order_box.show-on-small .order_close {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #e62b32;
    font-size: 1.6rem;
}

#order_box {
    width: 340px;
    position: absolute;
    top: 50%;
    z-index: 8;
    background: #fff;
    height: 435px;
    padding: 30px 20px;
    box-sizing: border-box;
}

#message .order_input li {
    height: 60px;
    margin: 6px 0;
}

#message .order_input li .input_t {
    box-sizing: border-box;
    display: inline-block;
    height: 60px;
    border: 1px solid #dcdcdc;
    padding: 10px;
}

#message .order_input li .order_bt {
    border-radius: 0;
    border: none;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 2.0rem;
    font-weight: bold;
}


#message .order_input li .bt1 {
    border: 2px solid #409053;
    color: #409053;
}

#message .order_input li .bt2 {
    border: 2px solid #dee2ed;
    color: #040404;
}


#message #order_list {
    background: #f3f3f3;
    padding: 10px;
}

#message #order_list li {
    line-height: 30px;
    font-size: 1.8rem;
}



/* 表单 */


/*PRODUCT*/

.result {
    font-size: 14px;
    width: 100%;
    color: #111;
    margin: 20px 0;
    border-radius: 5px;
}

.result li {
    margin: 10px 0;
}


.result a {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    margin: 0 5px;
    position: relative;
}

.result a.current {
    border: 1px dotted #409053;
    color: #409053;
}

.result a i {
    display: none;
}

.result a.current i {
    display: inline-block;
    margin-left: 10px;
}

.result b {
    color: #409053;
    padding: 0 5px;
    font-size: 2.0rem;
}



/* 搜索选中 */

.type_list li {
    margin: 0.5rem 0;
}

.type_list a {
    padding: 5px 15px;
    display: inline-block;
}

.type_list a.current {
    background: #409053;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}


/*hlcd*/

.hlcd_pic li {
    width: 100%;
    height: auto;
    color: #666;
}


.hlcd_pic li .img {
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
}

.hlcd_pic li .img a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;

}

.hlcd_pic li .img img {
    width: 100%;
    height: 380px;
    margin: 0 auto;
    border-radius: 10px;
}

.hlcd_pic li .cont {
    padding: 0 0 0 2rem !important;
    line-height: 2.5rem;
    position: relative;
}

.hlcd_pic li .price {
    position: absolute;
    top: 30px;
    right: 0;
}

.hlcd_pic li .cont h3 {
    font-size: 24px;
    height: 45px;
    width: 100%;
    overflow: hidden;
    font-weight: bold;
    line-height: 45px;
    margin-top: 20px;
}

.hlcd_pic li .cont h4 {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    overflow: hidden;
    color: #666;
}

.hlcd_pic li .cont hr {
    width: 40px;
    border: 0.5px solid #409053;
    margin-top: 10px;
    display: inline-block;
}

.hlcd_pic li p {
    width: 100%;
    height: 90px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.bq_box {
    margin: 20px 0;
}

.bq_box span {
    padding: 5px 15px;
    margin-right: 12px;
}

.bq1 {
    color: #b01225;
    background: #fceaec;
}

.bq2 {
    color: #638e94;
    background: #dfe9e9;
}

.bq3 {
    color: #e9880a;
    background: #fff4d9;
}

.hlcd_pic li .cont .moreBtn {
    font-size: 2.0rem;
    color: #409053 !important;
    margin-top: 30px;
    display: block;
}

.price {
    position: absolute;
    right: 0;
    top: 20px;
    color: #666;
}

.price span {
    font-size: 2.8rem;
    font-weight: bold;
    color: #409053;
}


.best_news { margin: 30px 0; }

/*列表*/

.qsgyList {
    width: 100%;
    margin: 20px auto;
}

.qsgyList {
    width: 100%;
    margin: 20px auto;
}

.qsgyList .title {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    height: 40px;
    line-height: 40px;
}

.qsgyList .title h3 {
    font-size: 3.0rem;
    color: #333;
}

.qsgyList .title h3 font {
    font-size: 2.6rem;
    margin: 0 20px;
    color: #999;
}

.qsgyList .title h3 span {
    font-size: 1.4rem;
    color: #999;
}

.qsgyList .title h3 a {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.4rem;
    color: #666;
}

.allList {
    width: 100%;
    margin: 20px auto;
}

.moreList li {
    margin-bottom: 20px;
}

.moreList li .box {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}

.moreList li .box:hover {
    box-shadow: 0 1px 2px #eee, -1px 0 2px #eee, 1px 0 2px #eee;
}

.moreList li .box:hover .jjBox {
    box-shadow: 5px 5px 20px #f4f4f4;
    -webkit-box-shadow: 5px 5px 20px #f4f4f4;
}

.moreList li .img {
    width: 100%;
    height: 284px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.moreList li .img img {
    width: 100%;
    height: auto;
}

.jjBox {
    width: 100%;
    height: 230px;
}

.jjBox .jianjie {
    margin: 20px auto;
}

.jjBox .jianjie a {
    display: block;
    width: 100%;
    max-height: 60px;
    overflow: hidden;
    line-height: 30px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.jjBox .jianjie span {
    padding: 5px 10px;
    background: #fceaec;
    color: #409053;
}

.jjBox .jianjie p {
    margin-top: 30px;
    max-height: 100px;
    width: 100%;
    overflow: hidden;
    line-height: 25px;
}

#c_mess_box input,#c_mess_box textarea { font-size: 1.6rem;  }


#c_mess_box input::-webkit-input-placeholder {
    color: #999;
    font-size: 1.6rem;
}
#c_mess_box input:-ms-input-placeholder { // IE10+
color: #999;
    font-size: 1.6rem;
}
#c_mess_box input:-moz-placeholder { // Firefox4-18
color: #999;
    font-size: 1.6rem;
}
#c_mess_box input::-moz-placeholder { // Firefox19+
color: #999;
    font-size: 1.6rem;
}

/*=======================================HWT======================================*/
/*============图标=============*/
[class*="icon"]{display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-position: center;background-size: 100% 100%;}
.icon-XQ{width: 18px;height: 18px; background-image: url("../Image/Host-5.jpg");background-size: 100% 100%;margin-right: 4px}
.icon-message{width: 18px;height: 18px; background-image: url("../Image/Host-6.jpg");background-size: 100% 100%;margin-right: 4px}
.H-cont{
    width: 100%;
    height: 54px;
    overflow: hidden;
}
.H-cont .H-XQ{
    float: left;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    position: relative;
}
.H-cont .H-XQ:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    background-color: #dddcdc;
}

.H-cont .H-message{
    float: right;
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #409053;
}
.Himg{
    width: 25%;
    height: 0;
    padding-top: 17%;
    flex: none;
    position: relative;
}
.Himg img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.Hdiy.in_pro_pic li a{
    border: 0;
}
.Hcontent{
    margin-left: 3%;
}
@media only screen and (min-width: 360px) and (max-width: 600px){
    .Hdiy .flow-text .omit2{
        -webkit-line-clamp: 1;
    }
}
.Hgreen{
    color: #409053;
}
.Htop{
    width: 100%;
    padding: 1.4% 0 1.4% 120px;
    background: url(../Image/Host-11.jpg) no-repeat left center;
    margin-bottom: 6px;
    background-color: #FBFBFB;
}
.Htop div{
    overflow-x: auto;
    white-space: nowrap;
}
.Htop div::-webkit-scrollbar {display:none}
.Htop i{
    font-style:normal;
    padding-right: 18px;
    display: inline-block;
}
.Hbar{
    padding: 16px 0;
    background-color: #409053;
    text-align: center;
}
.Hbar a{
    color: #fff;
}
.Hbar i{
    font-style:normal;
    color: #fff;
    padding: 0 30px;
}
.Hbar i:not(:last-child){
    border-right: 1px solid #fff;
}

#slide-out divider{
    margin: 0;
}
/*PHONE屏幕下的专用样式*/
@media screen and (max-width:992px) {
    #zy_banner_box{ display: none; }
    .in_more{ display: none; }
    #in_news{ margin-top: 20px; }
    #ks-s{ font-size: 26px; }
}