@charset "utf-8";
html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
    font-family: "微软雅黑", "Microsoft YaHei", Arial, helvetica, sans-serif;
}

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: #f00;
}

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: 30px 0;
}

.mtd10 {
    padding: 10px 0;
}

.mt30 {
    margin-top: 30px;
}

.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;
}

/*PAGE
----------------------------------------*/

.page {
    margin: 20px;
    text-align: right;
    border-top: #CCC 1px dotted;
}

.prev_next { margin-top: 3.0rem; }

.prev_next li>div {
    font-size: 14px;
    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: #009572;
    color: #fff;
}

.prev_next li>div:hover a {
    color: #fff;
}


.back_list {
    text-align: right;
    font-size: 14px;
}

.back_list a {}

.back_list a:hover {}


/*LEFT*/

.list {
    margin: 0 auto;
    border: 0 !important;
    padding: 0;
}

.list .collapsible-body {
    padding: 0;
}


.list .nav {
    color: #fff;
    background: #009572;
    text-align: center;
    line-height: 68px;
    display: block;
    font-size: 2.2rem;
    padding: 0;
}

.list .nav:hover,
.list .nav.current {
    background: #000;
    color: #fff;
}

.list .sub {
    color: #222222;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 0;
    line-height: 5rem;
    border-bottom: 1px solid #efefef;
}

.list a.sub:hover,.list .sub.current {
    background: #efefef;
}


#left_box #top_tel {
    line-height: 2.2rem;
    padding: 20px 0;
    font-size: 1.8rem;
    background: #009572;
    text-align: center;
}

#left_box #top_tel big {
    color: #fff;
    font-weight: bold;
    display: block;
    font-size: 2.1rem;
}

#left_box #top_tel small {
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 2.3rem;
    margin-top: 10px;
}

#left_box #top_tel i {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 5px;
    color: #fff;
}



/*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;
    background: #fff;
    border: 1px solid #b5b5b5;
    color: #666666;
    box-sizing: border-box;
}

#subNav li a:hover,
#subNav li a.current {
    background: #009572;
    border: 1px solid #009572;
    color: #fff;
}


/* Header
----------------------------------------*/

#zy_banner {
    width: 100%;
    height: auto;
    position: relative;
}


#top_icon {
    position: absolute;
    right: 2rem;
    top: 50%;
    height: 4rem;
    margin-top: -2.0rem;
    color: #e62b32;
    font-size: 2.8rem;
}

#menu_open {
    transition: all 0.3s;
    padding-left: 1rem;
    margin-left: 1rem;
    /*background: url(top_m_line.png) no-repeat left center;*/
}

.nav-extended .collapsible-body li { background: #eee; }
.side-nav li {
    background: #fff;
}

.side-nav li .current {
    background: #009572;
    color: #fff;
}

.m_menu_tel {
    background: #efefef;
    color: #000;
    line-height: 3.0rem;
    font-size: 1.6rem;
    padding: 20px 0;
}

.m_menu_tel a {
    color: #009572;
    font-size: 2.0rem;
    font-weight: bold;
}


#top_note {
    width: 100%;
    height: 37px;
    line-height: 37px;
    background: url(top_note_bg.gif) center repeat-y;
    font-size: 1.5rem;
}

#top_note_name {
    color: #a2a2a2;
    background: #ebebeb;
}

#top_note_type {
    color: #fff;
    text-align: right;
}

#top_note_type i {
    vertical-align: middle;
    margin: 0 10px;
}

#top_note_type a {
    color: #fff;
    margin: 0 5px;
}



/*顶部信息*/

#name_box_w {
    width: 100%;
    position: relative;
    z-index: 9;
    background: #fff;
    transition: all 0.3s;
}

#name_box_w .row {
    margin-bottom: 0;
}

#name_box_w #menu_box {
    transition: all 0.3s;
}

#logo {
    max-height: 102px;
    padding: 15px 0;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

#logo img {
    max-width: 100%;
    height: auto !important;
    transition: all 0.3s;
    box-sizing: border-box;
}

.menu {
    height: auto;
    z-index: 9;
}

.menu .mynav .nav {
    width: 12.5%;
    float: left;
    position: relative;
}

.menu .mynav .nav>a {
    display: block;
    width: 100%;
    line-height: 118px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    color: #222222;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    font-size: 1.8rem;
    background: bottom center no-repeat;
}

.menu .mynav .nav>a:hover,
.menu .mynav .nav>a.current {
    color: #e70012 !important;
    font-weight: bold;
    background: url(menu_h.png) bottom center no-repeat;
}


.menu .mynav .dropdown-content li>a.current {
    background: #009572;
    color: #fff;
}


.side-nav li {
    background: #fff;
}

.side-nav li .current {
    background: #009572;
    color: #fff;
}

.m_menu_tel {
    background: #efefef;
    color: #000;
    line-height: 3.0rem;
    font-size: 1.6rem;
    padding: 20px 0;
}

.m_menu_tel a {
    color: #009572;
    font-size: 2.0rem;
    font-weight: bold;
}


#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: 15px 0;
}

#name_box_w.down #logo img {
    height: 50px;
}

#name_box_w.down .menu .nav>a {
    line-height: 80px;
}

#name_box_w #top_tel {
    line-height: 2.2rem;
    padding: 20px 0;
    text-align: right;
    font-size: 1.8rem;
}

#name_box_w #top_tel>div {
    text-align: left;
}

#name_box_w #top_tel big {
    color: #009572;
    font-weight: bold;
    display: block;
}

#name_box_w #top_tel small {
    color: #696969;
    font-weight: bold;
    display: block;
    text-align: center;
}

#name_box_w #top_tel i {
    border-radius: 50%;
    border: 1px solid #009572;
    padding: 5px;
    color: #009572;
}


#name_box_w.down #top_tel {
    font-size: 1.8rem;
    padding: 10px 0;
}

#name_box_w.down #top_tel small {
    display: none;
}

.page-footer #e_menu {}

.page-footer #e_menu a {
    display: inline-block;
    margin: 0 5px;
    color: #717171;
}

.page-footer #e_fenlei {
    margin: 20px 0;
    box-sizing: border-box;
    padding: 5px 0;
    border-top: 1px solid #363636;
    border-bottom: 1px solid #363636;
}

.page-footer #e_fenlei dl {
    width: 100%;
    display: block;
}

.page-footer #e_fenlei dt,
.page-footer #e_fenlei dd {
    float: left;
    line-height: 36px;
}

.page-footer #e_fenlei dt {
    color: #fff;
    padding: 0;
    display: block;
    font-weight: bold;
}

.page-footer #e_fenlei dd a {
    color: #fff;
    margin: 0 10px 0 0;
}

.page-footer #e_fenlei dd a:hover {
    color: #ff0;
}

.page-footer #e_fenlei dl dt>a {
    display: block;
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
}

.page-footer #e_contact {
    color: #717171;
    line-height: 30px;
}

.page-footer #e_contact a {
    color: #717171;
}

.page-footer #e_contact a:hover {
    color: #fff;
}

.page-footer #e_key {
    color: #009572;
    line-height: 30px;
}

.page-footer #e_key a{
    color: #009572;
}

.page-footer #ewm {
    margin: 20px 0 10px;
    color: #fff;
}

.page-footer #cz {
    font-size: 17px;
    font-weight: bold;
    color: #ff5b1a;
}

.page-footer .footer-copyright {
    background: #161616;
    color: #929292;
}

.page-footer .footer-copyright a {
    color: #929292;
}


#page-footer-gt { width: 100%; height: 72px; box-sizing: border-box; padding: 10px 0; background: #009673; color: #fff; position: fixed; bottom: 0; left: 0; }


#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: 73px; display: block; }

#page-footer-gt ul li i{ width: 35px; height: 35px; display: block; margin:0 auto; }

#page-footer-gt ul li:nth-child(1) i{ background: url(e1.png); background-size:100%;}
#page-footer-gt ul li:nth-child(2) i{ background: url(e2.png); background-size:100%;}
#page-footer-gt ul li:nth-child(3) i{ background: url(e3.png); background-size:100%;}
#page-footer-gt ul li:nth-child(4) i{ background: url(e4.png); background-size:100%;}

#page-footer-gt.five ul li { width: 20% !important;}

#page-footer-gt.five ul li.back { padding: 10px 0; }

#menu_icon {
    display: block;
}

.info_page {
    background: #009572;
    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("top_search_so2.png") no-repeat center #fff;
    background-size: 23px 23px;
}

.info_page .in_text::input-placeholder {
    color: #fff;
}

#search .so {
    background: url("top_search_so.png") no-repeat center #009572;
    border: medium none;
    float: right;
    height: 40px;
    text-indent: -9999px;
    width: 20%;
    cursor: pointer;
}

#rs_key {
    line-height: 36px
}

#in_rs {
    padding: 14px 0;
    margin: 20px 0 0 0;
    height: 64px;
    box-sizing: border-box;
}


#in_rs .col {
    margin-bottom: 20px;
}

#in_rs big {
    font-size: 1.6rem;
    font-weight: bold;
}

#in_rs a {
    font-size: 1.5rem;
    margin: 0 5px;
}


/*search*/

#search {
    height: 36px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

#search .in_text {
    border: medium none;
    float: left;
    height: 36px;
    width: 80%;
    border: 1px solid #bababa;
    border-right: none;
    box-sizing: border-box;
    padding: 10px;
}

.in_text::input-placeholder {
    color: #181818;
    font-size: 1.6rem;
}

#search .so {
    background: url("top_search_so.png") no-repeat center #009572;
    border: medium none;
    float: right;
    height: 40px;
    text-indent: -9999px;
    width: 20%;
    cursor: pointer;
}


/* 处理手机商桥bug*/


/*ins {
    display: none !important;
}*/


/*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: #009572;
}

.news_img img {
    height: auto !important;
}

.location {
    font-size: 1.6rem;
    color: #aba6a6;
    height: 4rem;
    line-height: 6rem;
}

.location a {
    color: #aba6a6;
}

.location a:hover {
    color: #f00;
    position: relative;
    top: 1px;
}


#news_img {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.wenben01 img,
#news_img img,
.news_img img {
    max-width: 100%;
}




.proimg img {
    max-width: 100%;
}

#newsInfo .desc {
    background: #f5f5f5;
    margin: 20px 0;
    padding: 20px 0;
}


.news_img {
    min-height: 630px;
}


/*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: #009572;
}

#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;
}


/*模板列表*/


/*模板列表结束*/

#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: #009572; }

#pro_desc_box .sm { min-height: 16rem; line-height: 3.0rem; color: #000; }


#pro_desc_box #more #top_tel {
    line-height: 2.2rem;
    font-size: 1.8rem;
    color: #009572;
}

#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 #009572;
    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: #009572;
}

/*INDEX*/

.in_links li {
    margin: 5px 0;
}


.in_links li a {
    width: 100%;
    height: 100%;
}


.in_title_box {
    margin: 0 0 20px;
}

.in_title_box .title {
    font-size: 3.0rem;
    font-weight: bold;
    color: #222222;
}

.in_title_box .title span {
    color: #009572;
}

.in_title_box .desc {
    font-size: 1.6rem;
    color: #696969;
}


.in_title_box .desc.center-align p{
    text-align: center;
}

.in_title_box .desc span {
    font-size: 1.8rem;
    color: #ee4b04;
    font-weight: bold;
    margin: 0 10px;
}

.in_title_box .desc a {
    margin: 0 10px 0 0;
}


.in_title_box .desc font {
    font-size: 1.6rem;
    color: #009572;
}

.in_title_box .desc b {

    color: #009572;
}

.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: #009572;
}


.tabs {
    background: #009572;
    height: 60px;
}

.tabs .tab {
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
}

.tabs .tab a {
    color: #fff;
    font-size: 1.8rem;
}

.in_ljt_Mbox {
    width: 100%;
    background: #f8f8f8;
}

.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: #009572;
    display: block;
}


.in_title_box_s .title a:hover {
    color: #fff;
    background: #000;
    display: block;
}

.in_title_box .desc {
    font-size: 1.6rem;
    color: #696969;
}

.in_title_box .desc span {
    font-size: 1.8rem;
    color: #ee4b04;
    font-weight: bold;
    margin: 0 10px;
}

#m_chose {
    background: #009572;
    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;
}

#case_box .row {
    margin: 0 !important;
}

.in_case_pic .col {
    padding: 0 1px 0 0 !important;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.in_case_pic li .box {
    display: block;
    background: #ededed;
    width: 100%;
    box-sizing: border-box;
}

.in_case_pic li .box .img {
    width: 100%;
    height: 216px;
    overflow: hidden;
    text-align: center;
}


.in_case_pic li .box .img img {
    height: 100%;
}

.in_case_pic li .box .img a {
    width: 100%;
    height: 100%;
}

.in_case_pic li .box .img img {
    margin: 0 auto;
}

.in_case_pic li .box .cont {
    padding: 20px;
    background: #ededed;
    position: relative;
    text-align: center;
}


.in_case_pic li .box .cont .title {
    line-height: 30px;
    text-align: center;
}


.in_case_pic li .box .cont .content {
    height: 55px;
    margin-top: 8px;
    text-align: center;
    overflow: hidden;
    color: #898989
}


#in_hzdt_box {
    background: #009572;
}

.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: #009572;
    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 #009572;
    color: #009572;
}

#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;
}


/* 表单 */