@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
    line-height: 1.5rem;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 0.05rem solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #ff9900;
    display: inline-block;
    color: #fff;
    background: #ff9900;
    padding: 0 0.5rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    width: 100%;
    min-height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: #fd7a1a;
    line-height: 1.8rem;
    max-width: 100%;
}

.search input[type="text"] {
    float: left;
    width: 86%;
    max-width: 82%;
    line-height: 1.8rem;
    min-height: 1.8rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    text-indent: 1.6rem;
    border-radius: 3rem;
    background: url(/template/images/wap_search_bt.png) no-repeat center left;
    background-size: auto 0.8rem;
    background-position-x: 0.5rem;
}

.search input[type="button"] {
    float: left;
    width: 25%;
    height: 1.8rem;
    max-width: 18%;
}

.in_banner {
    min-height: 6rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 200;
    opacity: 0.6;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.in_banner {
    min-height: 8rem;
    margin: 0 1.78%;
    border-radius: 0.2rem;
    overflow: hidden;
    border: 0.2rem solid #fff;
    -moz-box-shadow: 1px 1px 3px #bbb;
    -webkit-box-shadow: 1px 1px 3px #bbb;
    box-shadow: 1px 1px 3px #bbb;
}

.banner_about {
    background: url("/template/images/wap_banner_about.jpg") no-repeat center bottom;
}

.banner_piFa {
    background: url("/template/images/banner_piFa.jpg") no-repeat center bottom;
}

.banner_heZuo {
    background: url("/template/images/banner_heZuo.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/wap_banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/wap_banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url(/template/images/wap_banner_pro.jpg) no-repeat center;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/wap_banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/wap_banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_zhaoShang {
    background: url("/template/images/banner_zhaoShang.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.prev_next {
}

.prev_next a {
    width: 100%;
    max-width: 78%;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.prev_next .sub_left, .prev_next .sub_right {
    display: block;
    width: 97.5%;
    margin: 0.35rem 1%;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8rem;
    min-height: 1.8rem;
    border-radius: 0.3rem;
    border: 0.05rem solid #eee;
    font-size: 0.65rem;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover, .prev_next li:hover a {
    color: #007a85;
}

.prev_next li:hover {
    border: 0.05rem solid #00909d;
}

.proList {
    padding: 100px 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #e5e5e5;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareLine {
    background: url(/template/images/line.jpg) no-repeat center;
    min-height: 9px;
}

.left_shareTitle {
    display: none;
}

.proShareBox.box_1 table, .proShareBox.box_1 table td {
    border: 0 !important;
}

.proShareBox.box_1 table {
    width: 100% !important;
}

.pro_shareTitle {
    font-size: 0.77rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3rem;
    padding-left: 1.5rem;
    background: url(/template/images/pro_shareTitle.png) no-repeat left bottom;
    color: #000;
    padding-bottom: 0.3rem;
    background-size: 230% auto;
}

.pro_shareTitle span {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
    margin-left: 10px;
    color: #aaa;
}

.pro_shareTxt {
    padding: 0.2rem 0;
    color: #333;
    padding-bottom: 1rem;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding: 0.2rem 0 !important;
}

.pro_shareTxt img {
    max-width: 100%;
}

.proShareBox.box_3 .pro_shareTxt img {
    vertical-align: middle;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span, .pro_shareTxt td {
    font-size: 0.6rem !important;
    line-height: 200% !important;
}

.pro_shareTxt.bot2 p {
}

.pro_shareTxt td {
    padding: 8px;
}

.proShareBox.box_3 .pro_shareTxt td {
    padding: 5px;
}

.proShareBox.box_2 .pro_shareTxt p, .proShareBox.box_6 .pro_shareTxt p {
}

.shareTel {
    min-height: 2rem;
    padding-left: 1.6rem;
    background: url(/template/images/tel_01.png) no-repeat center left;
    background-size: auto 1.5rem;
    line-height: 130%;
}

.shareTel .s1 {
    font-size: 0.6rem;
    padding-top: 0.3rem;
    padding-left: 0.1rem;
}

.shareTel .s2 {
    font-size: 0.8rem;
    font-family: BauhausItcTEEBol;
    color: #fe8004;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
    font-size: 33px;
    color: #111;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.shareTitle span {
    color: #f55319;
    font-weight: bold;
}

.shareTitle2 {
    text-align: center;
    background: url(/template/images/line33.png) no-repeat center top;
    background-position-y: 1.65rem;
    color: #000;
}

.shareTitle2 .en {
    color: #999;
    font-size: 16px;
}

.shareTitle2 .cn {
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    background: url(/template/images/rIco.png) no-repeat center right;
    background-size: auto 100%;
    padding: 0 2.3rem;
}

.shareTitle2 span {
    color: #00838f;
}

.shareTitle2 .one {
    font-size: 0.6rem;
    color: #666;
    padding-top: 0.8rem;
}

.shareTitle2 .one dd {
    float: left;
    padding-left: 0.7rem;
    background: url(/template/images/left_smallNavH.png) no-repeat center left;
    background-size: 0.5rem auto;
    background-position-y: 0.2rem;
    margin-right: 2%;
}

.pageDH {
    padding-left: 29px;
    background: url(/template/images/bot_01.png) no-repeat center left;
    background-position-y: 28px;
    font-size: 14px;
}

.pageDH a {
    color: #333;
}

.newShow {
    padding: 1rem 0;
    padding-bottom: 3rem;
}

.newShow .left {
    display: none;
}

.newShow .right {
    padding-top: 0.8rem;
}

.newShow .right .r_t {
    min-height: 61px;
    background: #f55319;
}

.newShow .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .right .r_box {
    position: relative;
}

.newShow .right .newBox {
    padding: 0.5rem 2%;
    border: 0.05rem solid #cce9eb;
    margin-bottom: 3rem;
    padding-top: 0.1rem;
    padding-bottom: 1.3rem;
    position: relative;
    margin: 0 2.5%;
    width: 95%;
    max-width: 90.8%;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
}

.newShow .right .newBox .line_2 h1 {
    font-weight: bold;
    font-size: 0.9rem;
    color: #03717b;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.6rem 0;
}

.newShow .right .newBox .line_2 .two {
    padding: 0.3rem 0;
    color: #888;
    line-height: 1rem;
    font-size: 0.6rem;
    border-top: 0.05rem solid #cce9eb;
    padding-top: 0.3rem;
}

.newShow .right .newBox .line_3 {
    line-height: 200%;
    width: 98%;
    margin: 0 1%;
    font-size: 0.65rem;
    padding: 0.5rem 0;
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.newShow.fangAnShow .right .newBox .line_3 p {
    margin: 0 !important;
    background: url(/template/images/bot_3.png) no-repeat center left;
    padding: 0 !important;
    padding-left: 27px !important;
    background-position-x: 8px;
}

.fangAnShow .right .newBox .s_1 {
    font-weight: bold;
    color: #000;
    background: url(/template/images/faIco.png) no-repeat center left;
    padding-left: 35px;
    font-size: 19px;
    margin-bottom: 10px;
}

.fangAnShow .right .newBox .sTitle_fa {
    background: url(/template/images/bot_2.png) no-repeat center left;
    font-weight: bold;
    padding-left: 26px;
    padding-bottom: 2px;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span, .newShow .right .newBox .line_3 font {
    color: #666;
    font-size: 0.65rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
    text-indent: 0 !important;
}

.newShow .right .newBox .line_4 {
    padding: 30px 0;
    text-align: center;
}

.newShow .right .newBox .line_4 a {
    background: url(/template/images/fw_02.png) no-repeat center left;
    width: 131px;
    line-height: 32px;
    display: inline-block;
    text-indent: 1rem;
}

.newShow .right .newBox .line_4 a:nth-child(1) {
    background: url(/template/images/fw_01.png) no-repeat center left;
    color: #f55319;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;

}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding-top: 0.6rem;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
}

.xgPro .dl_6 dd {
    float: left;
    margin-left: 1%;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
    max-width: 48.5%;
}

.xgPro .dl_6 dd:hover span {
    color: #018793;
    font-weight: bold;
}

.xgPro .dl_6 dd a {
    display: block;
    padding: 0.1rem 1%;
    border: 0.05rem solid #eee;
    color: #666;
}

.xgPro .dl_6 dd a span {
    display: block;
    line-height: 1.6rem;
}

.xgPro .dl_6 dd a:hover {
    color: #0f9aa9;
    border: 0.05rem solid #87ced5;
    font-weight: bold;
}

.xgPro .dl_6 dd a div {
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.aboutShareNav {
    display: none;
}

.shareProBox .item {
    float: left;
    margin-left: 1%;
    margin-bottom: 0.5rem;
    text-align: center;
    width: 100%;
    max-width: 48.5%;
}

.pro .content .right .shareProBox .item:nth-child(9) {
    display: none;
}

.shareProBox .item .hdBox {
    padding-bottom: 0.1rem;
}

.shareProBox .item img {
    width: 100%;
    max-width: 100%;
    height: 8rem;
    display: block;
    cursor: pointer;
}

.shareProBox .item .proName {
    display: block;
    line-height: 1.6rem;
}

.shareProBox .item:hover a .proName {
    color: #018793;
    font-weight: bold;
}

.proRtitle {
    display: none;
}

.proRtitle h1, .proRtitle h2, .proRtitle p {
    font-size: 21px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-weight: bold;
    color: #005961;
    background: url(/template/images/ico10.png) no-repeat center left;
    padding-left: 36px;
}

.proRtitle .dl_2.clear .sub_right {
    text-align: right;
}

.proRtitle .dl_2.clear .sub_right img {
    vertical-align: middle;
    margin-right: 10px;
}

.proRtitle .dl_2.clear .sub_right a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 140px;
    background-color: #fe9404;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    vertical-align: top;
}

.shareTitle6 {
    background: url(/template/images/t12.png) no-repeat center bottom;
    text-align: center;
    padding-bottom: 28px;
}

.shareTitle6 .cn {
    font-size: 23px;
    padding-bottom: 2px;
    padding-top: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

.shareTitle6 .en {
    color: #bbb;
    font-size: 15px;
    text-transform: uppercase;
}

.shareTitle6 .one {
    font-size: 16px;
    color: #666;
}

.indexBody .top {
    background: url(/template/images/wap_topBj.jpg) no-repeat center top;
    background-size: 100% auto;
}

.t_bigBox {
}

.top .t_box {
}

.t_logo {
    padding: 0.8rem 0;
    padding-bottom: 0.6rem;
}

.t_logo .ul_1 {
}

.t_logo .left {
    position: relative;
}

.t_logo .left h2 {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.t_logo .left logo {
    padding-right: 10px;
    vertical-align: top;
}

.t_logo .left .txt {
    line-height: 138%;
}

.t_logo .left .txt.inline .one {
    font-size: 0.8rem;
    font-weight: bold;
}

.t_logo .left .txt.inline .two {
    display: block;
    font-size: 0.39rem;
    text-transform: uppercase;
}

.t_logo .right {
    display: none;
}

.t_logo .right .dl_2 dd {
    padding-left: 53px;
    color: #333;
    min-height: 47px;
    float: left;
}

.t_logo .right .dl_2 dd:nth-child(1) {
    background: url(/template/images/tel_01.png) no-repeat center left;
}

.t_logo .right .dl_2 dd:nth-child(2) {
    background: url(/template/images/tel_02.png) no-repeat center left;
}

.t_logo .right .dl_2 dd:nth-child(3) {
    background: url(/template/images/tel_03.png) no-repeat center left;
    margin-right: 0;
}

.t_logo .right .one {
    font-size: 17px;
    padding-left: 1px;
}

.t_logo .right .two {
    font-size: 23px;
    color: #00838f;
    font-weight: bold;
}

.t_nav {
    width: 80%;
    max-width: 41%;
    position: absolute;
    right: 2%;
    z-index: 300;
    top: 3.1rem;
    background: #fff;
    padding: 0 0.5rem;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
    border: 0.05rem solid #9bdce2;
}

.t_nav li {
    background-size: 0.9rem auto !important;
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 1.5rem;
    font-size: 0.65rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-indent: 1.3rem;
    padding: 0.25rem 0;
    border-bottom: 0.05rem dotted #ccc;
    font-weight: bold;
    color: #333 !important;
    background: none !important;
}

.t_nav li:nth-child(9) .dl_1 dd {
    width: 112px;
    margin: 0 auto;
}

.t_nav li:nth-child(9) .dl_1 a {
    background: none;
    line-height: 130%;
    min-height: 53px;
    padding: 0;
}

.t_nav li:nth-child(9) .dl_1 a .cn {
    padding-top: 8px;
    padding-bottom: 0;
}

.t_nav a .cn {
}

.t_nav a .en {
    display: none;
}

.t_nav a:hover, .t_nav li:nth-child(9) .dl_1 a:hover {
    background: url(/template/images/navH.png) repeat-x;
}

.ad {
    min-height: 273px;
    background: url(/template/images/bj.jpg) no-repeat center top;
    text-align: center;
    font-size: 17px;
    color: #333;
    line-height: 30px;
}

.ad .ul_1 {
    padding-top: 63px;
}

.ad .ul_1 li {
    float: left;
    width: 172px;
    min-height: 172px;
    margin-right: 113px;
}

.ad .ul_1 li a {
    display: block;
    padding-top: 104px;
    padding-bottom: 38px;
}

.ad .ul_1 li:hover {
    background: url(/template/images/bj_8h.png) no-repeat center top;
}

.pro {
    padding: 1.2rem 0;
}

.pro .content {
}

.pro .content .ul_1 {
}

.pro .center .content .ul_1 .left {
}

.pro .content .right {
    padding-top: 1rem;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.fast {
    padding: 87px 0;
    padding-bottom: 14px;
}

.fast .center {
    width: 1230px;
}

.fast .center .one {
    font-size: 24px;
    padding-top: 0;
    color: #111;
    text-align: left;
    /* padding-bottom: 18px; */
    margin-bottom: 10px;
    font-family: 'DFPLiJinHeiW8-GB';
    letter-spacing: 2px;
}

.fast .center .two {
    border-top: 2px solid #eee;
    padding-top: 23px;
    width: 1230px;
    overflow: hidden;
}

.fast .center .two .fastUL {
    margin-bottom: 24px;
}

.fast .center .two li {
    float: left;
}

.fast .center .two .link {
    border-right: 1px solid #ccc;
}

.fast .two ul li.first {
    padding-left: 30px;
}

.fast .two .fastUL .first {
    background: url(/template/images/fico_02.png) no-repeat center left;
}

.fast .two .fastUL_2 .first {
    background: url(/template/images/fico_01.png) no-repeat center left;
}

.fast .center .two .link a {
    display: block;
    font-size: 16px;
    color: #4d4d4c;
    width: 87px;
    text-align: center;
    padding: 0 10px;
}

.fast .center .two .link a:hover {
    color: #f55319;
}

.fast .center .two .last {
    border: 0;
}

.fast .center .two .last a {
    color: #f55319;
}

.friendLink {
    color: #fff;
}

.friendLink a {
    color: #fff;
}

.typeNav .content {
    padding-top: 1.2rem;
}

.typeNav .content .ul_8 {
    position: relative;
    padding-top: 5.5rem;
}

.typeNav .content a {
    display: block;
}

.typeNav .left_call {
}

.typeNav .left_call .two {
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 10px;
}

.typeNav .left_call .two, .typeNav .left_call .two p, .typeNav .left_call .two span {
    font-size: 13px !important;
    color: #333 !important;
    line-height: 31px !important;
}

.typeNav .left_call .two p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 16px !important;
    background: url(/template/images/xing.png) no-repeat center left !important;
    background-position-y: 10px !important;
}

.typeNav .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeNav .content .smallNav {
    background: url(/template/images/left_smallNav.png) no-repeat center bottom;
}

.typeNav .content .smallNav:hover {
    background: url(/template/images/left_smallNavH.png) no-repeat center bottom;
}

.typeNav .content .smallNav a {
    font-size: 16px;
    line-height: 40px;
    text-indent: 4.35rem;
    display: block;
}

.typeNav .content .smallNav:hover a {
    color: #d11418;
}

.typeNav .content li.last {
    padding: 18px 0;
    border: 0;
}

.typeNav .content li.last a {
    background: #f55319;
    text-indent: 0;
    text-align: center;
    color: #fff;
}

.typeNav .content .bigType {
    position: absolute;
    top: 0;
    width: 100%;
    width: 50%;
    max-width: 32.5%;
    text-align: center;
    color: #333;
    cursor: pointer;
    font-size: 0.75rem;
    border-radius: 0.5rem;
    padding-bottom: 0;
}

.typeNav.leftNew .content .bigType {
    line-height: 35px;
    text-indent: 0;
    padding: 6px 0;
}

.typeNav .content .bigType a {
    display: block;
    width: 100%;
    max-width: 100%;
    line-height: 110%;
    font-weight: bold;
    color: #000;
    min-height: 4.5rem;
    background: url(/template/images/wap_proType_01.png) no-repeat center top;
    background-size: 85% auto;
}

.typeNav.leftNew .content .bigType a {
    background: #fe9404;
    border-radius: 5px;
    padding-bottom: 1px;
}

.typeNav .content .bigType a span {
    display: block;
}

.typeNav .content .smallNav {
    border-bottom: 1px solid #e1e1e1;
}

.typeNav .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #f55319;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeNav .content .smallType {
    width: 32%;
    max-width: 32%;
    float: left;
    line-height: 1.6rem;
    margin: 0.16rem;
    margin-right: 0;
    position: unset !important;
}

.typeNav .content .smallType a {
    display: block;
    font-size: 0.58rem;
    border-radius: 0.2rem;
    background: url(/template/images/wap_dun.png) no-repeat center left;
    background-size: 0.65rem auto;
    background-position-x: 7%;
    text-indent: 1.15rem;
    background-position-y: 0.38rem;
}

.typeNav .content .smallType.curStyle a, .typeNav .content .smallType a:hover {
    color: #fff;
    background: url(/template/images/wap_dunH.png) no-repeat center left;
    background-size: 0.65rem auto;
    background-position-x: 7%;
    background-color: #fd7a1a;
    background-position-y: 0.38rem;
}

.typeNav .content .smallType .threeSub {
    border-radius: 0.3rem;
    border: 0.1rem solid #fd7a1a;
    background: url(/template/images/wap_yy.png) repeat-y center top;
    background-size: 90% auto;
    width: 100%;
    max-width: 94%;
    position: absolute;
    top: 2.5rem;
    background-color: rgba(255,255,255,0.96);
    z-index: 20;
    left: 1%;
    padding: 0.2rem;
}

.proBody .typeNav .content .smallType .threeSub a {
    float: left;
    width: 50%;
    max-width: 50%;
    padding-bottom: 0;
    text-indent: 1.4rem;
    line-height: 2rem;
    background: url(/template/images/wap_ping.png) no-repeat center left;
    background-size: 0.65rem auto;
    background-position-x: 7%;
    background-position-y: 0.65rem;
}

.typeNav .content .smallType.curStyle .threeSub a, .typeNav .content .smallType .threeSub a:hover {
    background: url(/template/images/subH.png) no-repeat center left;
    background-position-x: 9px;
    color: #fe9404;
    border: 0;
}

.typeNav .content .lastType {
    width: 100%;
    max-width: 98.1%;
    position: absolute;
    bottom: 0.3rem;
    left: 0;
}

.typeNav .content .lastType a {
    border: 0.05rem solid #004b52;
    color: #004b52;
    background: #fff;
    text-indent: 0;
    text-align: center;
    padding-bottom: 0;
    background: none;
}

.leftNew .content .ul_8 {
    padding-top: 0;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.leftNew .content .smallType {
    float: left;
    width: 100%;
    max-width: 49.5%;
    margin: 0;
    margin-right: 1%;
    margin-bottom: 0.2rem;
}

.leftNew .content .smallType a {
    display: block;
    line-height: 2rem;
    border: 0.05rem solid #d2d2d2;
    border-left: 0.15rem solid #d2d2d2;
    text-indent: 0.35rem;
    background: none;
    background-color: #fff;
    border-radius: 0;
    font-size: 0.65rem;
}

.typeNav.leftNew2 .content .smallType a {
    background-position-x: 13px;
    text-indent: 35px;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #888;
}

.t_wel .right a {
    padding-left: 19px;
    margin-right: 23px;
    display: inline-block;
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_01.png) no-repeat center left;
    background-position-y: 13px;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png) no-repeat center left;
    padding-left: 18px;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png) no-repeat center left;
    padding-left: 16px;
    margin-right: 0;
}

.t_logo .left .sub_right {
    width: 61%;
    max-width: 53%;
    padding-right: 14%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    padding-top: 0.35rem;
    float: right;
}

.t_search {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    min-height: 2rem;
}

.t_search a {
    color: #999;
}

/* 搜索框 */
.t_search .t_searchUL {
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .right {
    text-align: left;
    background: #fff;
    position: absolute;
    left: 0;
    top: -0.9rem;
    border-radius: 0.3rem;
    border: 0.05rem solid #ddd;
    overflow: hidden;
    margin: 0 5%;
    width: 90%;
    max-width: 90%;
}

.t_search .t_searchUL .right span {
    color: #00727c;
    font-weight: bold;
}

.leftContact {
    display: none;
}

.iWenTi {
    position: relative;
}

.youShi {
    padding: 1.5rem 0;
}

.youShi .subBox {
    min-height: 1585px;
    padding-top: 75px;
    background-position-y: 40px;
    line-height: 180%;
}

.youShi .subBox .bigTxt {
    font-size: 27px;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
}

.youShi .subBox .bigTxt span {
    font-weight: bold;
    color: #006b75;
}

.youShi .subBox .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    padding-bottom: 16px;
    transform: scale(0.75);
    transform-origin: 0;
    padding-left: 2px;
    letter-spacing: 0.3px;
}

.youShi .subBox .smallTxt {
    font-size: 17px;
    color: #111;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.youShi .subBox .smallTxt span {
    color: #0087d7;
    font-weight: bold;
}

.youShi .subBox .box_2 .smallTxt {
}

.youShi .subBox .box_3 .smallTxt {
}

.youShi .subBox .box_4 .sub_left li {
    float: left;
    width: 109px;
    text-align: center;
}

.youShi .subBox .box_1 {
}

.youShi .subBox .line_1 .box_1 .sub_left {
    width: 45%;
    padding-left: 79px;
    padding-top: 40px;
}

.youShi .subBox .line_1 .box_1 .sub_left .ysBox_1 {
    width: 100%;
    padding-top: 6px;
}

.youShi .subBox .line_1 .box_1 .sub_right {
    width: 759px;
    border-bottom-left-radius: 70px;
    overflow: hidden;
}

.youShi .subBox .line_2 .box_2 {
    padding-left: 79px;
    padding-top: 117px;
}

.youShi .subBox .line_2 .box_2 .bigTxt {
}

.youShi .subBox .line_3 .box_3 {
    padding-top: 113px;
    padding-left: 706px;
}

.youShi .subBox .line_3 .box_3 .en {
    padding-bottom: 16px;
}

.youShi .subBox .line_4 .box_4 {
    padding-left: 706px;
    padding-top: 83px;
}

.youShi .subBox .line_4 .box_4 .en {
}

.youShi .subBox .line_4 .box_4 .smallTxt {
    letter-spacing: 0;
}

.youShi .subBox .line_5 .box_5 {
    padding-top: 122px;
    padding-left: 79px;
}

.youShi .subBox .line_5 .box_5 .smallTxt {
}

.about {
    padding-bottom: 2rem;
    position: relative;
}

.about .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.about .left {
    order: 2;
}

.about .right {
    order: 1;
}

.about .right .one {
    font-size: 0.6rem;
    color: #666;
    padding-top: 0.8rem;
}

.about .right .two {
    padding: 0.5rem 0;
    text-align: justify;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    color: #666;
}

.about .right .two, .about .right .two p, .about .right .two span, .about .right .two td {
    font-size: 0.7rem !important;
    line-height: 190% !important;
}

.about .right .two p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.about .more {
    display: inline-block;
    right: 0;
    bottom: 2rem;
    position: absolute;
}

.new {
    display: none;
}

.new .line_1 .sub_right {
    line-height: 39px;
    font-size: 17px;
    padding-top: 32px;
}

.new .line_1 .box {
}

.new .line_1 .box li {
    float: left;
    background: url(/template/images/line12.png) no-repeat center right;
}

.new .line_1 .box li:nth-child(2) {
    background: url(/template/images/line12.png) no-repeat center right;
}

.new .line_1 .box li:nth-child(3) {
    background: none;
}

.new .line_1 a {
    text-align: center;
    display: block;
    color: #000;
    padding: 0 30px;
    padding-left: 58px;
    border-radius: 5px;
}

.new .line_1 a:hover {
    color: #f55319;
}

.new .line_1 li:nth-child(1) a {
    background: url(/template/images/newIco_01.png) no-repeat center left;
    background-position-x: 33px;
}

.new .line_1 li:nth-child(2) a {
    background: url(/template/images/newIco_02.png) no-repeat center left;
    background-position-x: 33px;
}

.new .line_1 li:nth-child(3) a {
    background: url(/template/images/newIco_03.png) no-repeat center left;
    background-position-x: 33px;
}

.new .line_1 li:nth-child(1) a:hover {
    background: url(/template/images/newIcoH_01.png) no-repeat center left;
    background-color: #0199a6;
    color: #fff;
    background-position-x: 33px;
}

.new .line_1 li:nth-child(2) a:hover {
    background: url(/template/images/newIcoH_02.png) no-repeat center left;
}

.new .line_1 li:nth-child(3) a:hover {
    background: url(/template/images/newIcoH_03.png) no-repeat center left;
}

.new .line_2 {
    padding-top: 32px;
    padding-bottom: 20px;
}

.new .line_2 .left {
    width: 631px;
}

.new .line_2 .left a .hdBox {
    width: 631px;
    height: 387px;
    overflow: hidden;
}

.new .line_2 .left a img.newPic {
    width: 631px;
    height: 387px;
    cursor: pointer;
    transition: all 0.4s;
}

.new .line_2 .left a img.newPic:hover {
    transform: scale(1.05);
}

.new .line_2 .right {
    width: 525px;
}

.new .line_2 .right a {
    display: block;
    border-bottom: 1px dotted #e5e5e5;
    padding: 27px 0;
}

.new .line_2 .right a:nth-child(1) {
    padding-top: 0;
}

.new .line_2 .right a:nth-child(3) {
    border: 0;
}

.new .line_2 .right .item .sub_left {
    width: 90px;
    text-align: center;
    font-size: 13px;
    color: #555;
    background: url(/template/images/RnewIco.png) no-repeat center;
    min-height: 93px;
    border-radius: 15px;
}

.new .line_2 .right .item .sub_left span {
    font-size: 33px;
    display: block;
    padding-top: 14px;
    padding-bottom: 3px;
}

.new .line_2 .right .item .sub_right {
    width: 417px;
    padding-top: 3px;
}

.new .line_2 .right .item .sub_right .one {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.new .line_2 .right a:hover .item .sub_right .one {
    font-weight: bold;
    color: #00747f;
}

.new .line_2 .right a:hover .sub_left {
    background: #0097a5;
    color: #fff;
}

.new .line_2 .right .item .sub_right .two {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    line-height: 180%;
    padding-top: 2px;
}

.new .line_2 .left a .dl_2 {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 303px;
    line-height: 150%;
}

.new .line_2 .left a .dl_2 .sub_left {
    width: 480px;
    padding: 19px;
    padding-bottom: 0;
}

.new .line_2 .left a .dl_2 .sub_left .s_1 {
    font-size: 19px;
    color: #00525a;
    font-weight: bold;
}

.new .line_2 .left a .dl_2 .sub_left .s_2 {
    font-size: 14px;
    padding-top: 6px;
}

.new .line_2 .left a .dl_2 .sub_right {
    width: 108px;
    min-height: 84px;
    background-color: #0097a5;
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.new .line_2 .left a .dl_2 .sub_right img {
    display: block;
}

.f_feedback {
    background: url(/template/images/wap_foot.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 0.68rem;
}

.f_feedback .left {
    order: 2;
    padding-top: 0.65rem;
    text-align: center;
    color: #000;
    line-height: 2.3rem;
    font-size: 0.9rem;
}

.f_feedback .right {
    order: 1;
}

.f_feedback .right input[type="text"], .f_feedback .right textarea {
    font-size: 0.7rem;
    line-height: 1.9rem;
    width: 95%;
    max-width: 81%;
    display: block;
    padding: 0 3%;
    margin-bottom: 0.6rem;
    color: #666;
    font-family: "Microsoft YaHei";
    background: none;
    border: 0;
    padding-left: 16%;
}

.f_feedback .right input[type="text"] {
}

.f_feedback .right textarea {
    min-height: 4.25rem;
    margin-bottom: 0.55rem;
    line-height: 200%;
}

.f_feedback .right input.bt_1, .f_feedback .right input.bt_2 {
    width: 100%;
    max-width: 100%;
    border-radius: 10rem;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.8rem;
    height: 1.8rem;
}

.f_feedback .right input.bt_1 {
    background: none;
    line-height: 2.1rem;
    height: 2.1rem;
}

.f_feedback .right input.bt_2 {
    background: #cdcccb;
}

.f_feedback .right input.bt_2:hover {
    color: #fff;
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

.f_feedback .title {
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
    line-height: 100%;
    text-indent: 0.2rem;
}

.f_feedback .title .cn {
    font-size: 1rem;
    font-weight: bold;
}

.f_feedback .title .en {
    text-transform: uppercase;
    filter: alpha(opacity=0.5);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-weight: normal;
    font-size: 0.58rem;
    line-height: 0.8rem;
    letter-spacing: 0.03rem;
    padding-top: 0.2rem;
}

.f_feedback .content {
}

.f_feedback .content .left .one {
    display: none;
}

.f_feedback .content .left .two {
    color: #fff;
    font-weight: bold;
}

.f_feedback .content .left .three {
    font-size: 0.85rem;
    line-height: 2.2rem;
    text-indent: 6.5%;
    letter-spacing: 0.05rem;
}

.f_feedback .content .left .four {
    display: none;
}

.f_feedback .content .left .four span {
    font-size: 24px;
    font-family: BauhausItcTEEBol;
    letter-spacing: 1px;
}

.f_feedback .right .one {
    font-size: 0.7rem;
    color: #222;
    padding-top: 1.05rem;
    text-indent: 1.1rem;
    text-align: center;
    line-height: 100%;
}

.f_feedback .right .two {
}

.f_feedback .right .three {
}

.f_feedback .right .four {
}

.foot {
}

.f_nav {
    display: none;
}

.f_nav .ul_1 {
    padding-top: 10px;
    width: auto;
    margin-left: 150px;
}

.f_nav li {
    float: left;
    margin-right: 89px;
}

.f_nav li a {
    display: block;
    line-height: 93px;
    width: 133px;
}

.f_nav li a:hover {
    color: #087c87;
}

.f_contact {
    background: url(/template/images/wap_foot.jpg) no-repeat center bottom;
    background-size: 100% auto;
    background-position-y: -23rem;
    padding: 1rem 0;
    font-size: 0.6rem;
    color: #000;
    line-height: 150%;
    padding-bottom: 1.5rem;
}

.f_contact .l_1 {
    display: none;
}

.f_contact .l_1 .txt {
    letter-spacing: 1.5px;
}

.f_contact .l_1 .txt .s1 {
    font-size: 21px;
    padding: 12px 0;
    font-weight: bold;
    padding-bottom: 3px;
}

.f_contact .l_1 .txt .s2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.78);
    letter-spacing: 0.25px;
    white-space: nowrap;
    transform-origin: 0;
    letter-spacing: 1px;
    color: #666;
}

.f_contact .l_2 {
    display: grid;
    grid-template-columns: 100%;
}

.f_contact .l_2 .one {
    display: none;
}

.f_contact .l_2 .one .s1 {
    font-size: 22px;
}

.f_contact .l_2 .one .s2 {
    text-transform: uppercase;
    transform: scale(0.78);
    letter-spacing: 0.6px;
    white-space: nowrap;
    font-size: 12px;
}

.f_contact .l_2 .two {
    order: 2;
    padding: 0.8rem 0;
    padding-left: 23.8%;
}

.f_contact .l_2 .two .sub_left {
}

.f_contact .l_2 .two .sub_right {
    display: none;
}

.f_contact .l_2 .three {
    order: 3;
}

.f_contact .l_2 .three .sub_left {
    padding: 0.55rem 0;
    padding-left: 23%;
}

.f_contact .l_2 .three .sub_right {
    padding: 0.75rem 0;
    padding-left: 23%;
}

.f_contact .l_2 .four {
    order: 1;
    padding: 0.55rem 0;
    padding-left: 23.8%;
}

.f_contact .l_3 {
    position: absolute;
    right: 10%;
    bottom: 0.5rem;
    text-align: center;
    line-height: 1rem;
}

.f_contact .l_3 img {
    width: 3rem;
    height: 3rem;
    display: block;
    margin: 0 auto;
}

.f_contact .l_3 .txt {
}

.bq {
    display: none;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.in_pro {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
}

.in_pro .left {
}

.in_pro .right {
    padding-top: 1rem;
}

.in_pro .right h1 {
    display: none;
}

.in_pro .right .r_smallNav {
    padding-top: 20px;
    padding-bottom: 35px;
}

.in_pro .right .r_smallNav .ul_3 {
}

.in_pro .right .r_smallNav .ul_3 li {
    float: left;
    margin-right: 12px;
    line-height: 43px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 179px;
    overflow: hidden;
}

.in_pro .right .r_smallNav .ul_3 li:nth-child(5), .in_pro .right .r_smallNav .ul_3 li:nth-child(10), .in_pro .right .r_smallNav .ul_3 li:nth-child(15) {
    margin-right: 0;
}

.in_pro .right .r_smallNav .ul_3 li:hover {
    background: #f55319;
    border: 1px solid #f55319;
}

.in_pro .right .r_smallNav .ul_3 li a {
    display: block;
    font-size: 16px;
}

.in_pro .right .r_smallNav .ul_3 li a img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
}

.in_pro .right .r_smallNav .ul_3 li:hover a {
    color: #fff;
}

.in_pro .hotBox {
    display: none;
}

.in_pro .hotBox .sub_left {
    padding-top: 25px;
    padding-left: 27px;
}

.in_pro .hotBox .sub_right {
    width: 458px;
    padding-right: 75px;
    padding-top: 42px;
}

.in_pro .hotBox .sub_right .one {
    font-weight: bold;
    line-height: 32px;
}

.in_pro .hotBox .sub_right .one span {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 0 18px;
    background-color: #00909d;
    margin-right: 13px;
    border-radius: 50px;
}

.in_pro .hotBox .sub_right .one a {
    font-size: 21px;
    color: #000;
}

.in_pro .hotBox .sub_right .two {
    font-size: 16px;
    line-height: 28px;
    padding-top: 13px;
    padding-left: 3px;
}

.in_pro .hotBox .sub_right .two div {
    padding: 5px 0;
}

.in_pro .hotBox .sub_right .two span {
    font-weight: bold;
}

.in_pro .hotBox .sub_right .three {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.in_pro .hotBox .sub_right .three a {
    display: inline-block;
    line-height: 38px;
    width: 212px;
    text-align: center;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.in_pro .hotBox .sub_right .three a.bt_1 {
    color: #fff;
    background-color: #00909d;
}

.in_pro .r_list {
}

.proShow {
    padding-top: 0.8rem;
}

.proShow .left {
}

.proShow .right {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    box-shadow: none;
}

.proShow .ul_1.clear {
}

.proShow .ul_1 .right .share_rTitle .dl_1 {
    line-height: 43px;
}

.proShow .right .content .r_1 {
}

.proShow .right .content .r_1 .sub_left img {
    padding: 0.3rem;
    border: 0.05rem solid #98d8f6;
    cursor: pointer;
    background: #fff;
    width: 100%;
    max-width: 90%;
    vertical-align: middle;
}

.proShow .right .content .r_1 .sub_right {
}

.proShow .right .content .r_1 .sub_right .one {
    line-height: 1.3rem;
    padding-top: 0.3rem;
    font-weight: bold;
}

.proShow .right .content .r_1 .sub_right .one span {
    font-size: 0.7rem;
    color: #fff;
    display: inline-block;
    padding: 0 0.5rem;
    background-color: #00909d;
    margin-right: 0.5rem;
    border-radius: 0.3rem;
    vertical-align: top;
}

.proShow .right .content .r_1 .sub_right .one a {
    font-size: 0.8rem;
    color: #000;
    display: inline-block;
    vertical-align: top;
}

.proShow .right .content .r_1 .sub_right .two {
    padding: 0.5rem 0;
    text-align: justify;
}

.proShow .right .content .r_1 .sub_right .two .fwb {
    font-weight: bold;
}

.proShow .right .content .r_1 .sub_right .two, .proShow .right .content .r_1 .sub_right .two p, .proShow .right .content .r_1 .sub_right .two span {
    font-size: 0.65rem !important;
    line-height: 180% !important;
    color: #333 !important;
}

.proShow .right .content .r_1 .sub_right .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .content .r_1 .sub_right .three {
}

.proShow .right .content .r_1 .sub_right .three .s_left {
    width: 50%;
    max-width: 50%;
    float: right;
    padding-top: 0.2rem;
}

.proShow .right .content .r_1 .sub_right .three .s_left a {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    line-height: 1.8rem;
    text-align: center;
    background-color: #fe9404;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
}

.proShow .right .content .r_1 .sub_right .three .s_right {
    width: 50%;
    max-width: 50%;
    float: left;
}

.proShow .right .canShu {
    padding: 1rem 0;
}

.proShow .right .canShu table, .proShow .right .canShu td {
    border: 0.05rem solid #93e6f3 !important;
}

.proShow .right .canShu p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .canShu tr {
}

.proShow .right .canShu table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-collapse: collapse !important;
}

.proShow .right .canShu, .proShow .right .canShu p, .proShow .right .canShu span, .proShow .right .canShu td {
    line-height: 1.3rem !important;
    font-size: 0.6rem !important;
    color: #1e1e1e !important;
}

.proShow .right .canShu td {
    padding: 0.3rem 0 !important;
}

.proShow .right .canShu tr:nth-child(1) {
    background-color: #3db0bb !important;
}

.proShow .right .canShu tr:nth-child(1) td {
    color: #fff !important;
    font-weight: bold !important;
}

.proShow .right .content .txtBox {
}

.proShow .ul_1 .right .r_title {
    padding-bottom: 25px;
}

.proShow .ul_1 .right .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.proShow .ul_1 .right .content .r_1 .clear .sub_left .shadow5 {
    display: block;
}

.proShow .ul_1 .right .content .r_2 {
    background: url(/template/images/bj26.png) no-repeat center bottom;
    min-height: 61px;
    padding-top: 35px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_left.shadowTxt {
    font-size: 25px;
    font-family: 'Impact';
    color: #fff;
    line-height: 61px;
    padding-left: 243px;
    letter-spacing: 1px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right {
    padding-right: 81px;
    padding-top: 13px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 310px;
    height: 36px;
}

.proShow .ul_1 .right .content .txtBox {
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li {
    padding: 20px 0;
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li .s_title {
    font-size: 20px;
    font-weight: bold;
    background: url(/template/images/bj_t.png) no-repeat center left;
    padding-left: 21px;
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_3 .pro_shareTitle .s_2 {
    font-style: normal;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    padding-left: 35px;
}

.proShow .center .ul_1.clear .right .content .r_1 .clear .sub_right .tuiJian {
    font-size: 17px;
    line-height: 180%;
    padding-top: 20px;
}

.proShow .center .ul_1.clear .right .content .r_1 .clear .sub_right .tuiJian span {
    display: inline-block;
    line-height: 38px;
    padding-right: 120px;
    padding-top: 3px;
}

.proShow .center .ul_1.clear .right .content {
}

.in_new {
    padding-top: 1rem;
}

.in_new .left {
}

.in_new .right {
    padding: 0.8rem 0;
    padding-bottom: 1.3rem;
}

.in_new .right h1.tName {
    display: none;
}

.in_new .right .r_list .item {
    margin-bottom: 0.8rem;
    border: 0.05rem solid #e5e5e5;
    border-bottom: 0.15rem solid #e5e5e5;
    height: 10rem;
    overflow: hidden;
    position: relative;
}

.in_new .right .r_list .item .box {
    padding: 0.3rem;
    text-align: left;
    font-size: 0.65rem;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: justify;
    padding-bottom: 0.5rem;
}

.in_new .right .r_list .item .box .one {
    padding: 0.3rem 0;
}

.in_new .right .r_list .item .box .one a {
    line-height: 1rem;
    font-size: 0.8rem;
    color: #00525a;
    font-weight: bold;
}

.in_new .right .r_list .item .box .two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    line-height: 160%;
    color: #666;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
    white-space: normal;
}

.in_new .right .r_list .item .box .three {
    display: none;
}

.in_contact {
    padding-top: 1.3rem;
}

.in_contact .line_1 {
    padding-top: 2rem;
    background: url(/template/images/wap_c_02.png) no-repeat;
    background-size: 30% auto;
    line-height: 170%;
    padding-bottom: 0.5rem;
    font-size: 0.6rem;
    color: #666;
}

.in_contact .line_1 .box {
    padding-left: 23.8%;
    text-indent: 1.3rem;
}

.in_contact .line_2 {
    font-size: 0.6rem;
    color: #000;
    line-height: 150%;
    position: relative;
    background: url(/template/images/wap_c_03.png) no-repeat center top;
    background-size: 98% auto;
    padding-top: 0.3rem;
}

.in_contact .line_2 .callBox {
    display: grid;
    grid-template-columns: 100%;
}

.in_contact .line_2 .box .sBox {
    order: 1;
    display: grid;
    grid-template-columns: 100%;
}

.in_contact .line_2 .center .box .sBox dl {
    padding: 0.66rem 0;
    padding-left: 19%;
}

.in_contact .line_2 .center .box .sBox dl .s1 {
    color: #666;
}

.in_contact .line_2 .center .box .sBox dl .s2 {
}

.in_contact .line_2 .center .box .sBox .one {
    order: 10;
    text-align: center;
    background-color: #00909d;
    color: #fff;
    padding: 0.8rem 0;
    padding-top: 0.7rem;
}

.in_contact .line_2 .center .box .sBox .one .s1 {
    font-weight: bold;
    font-size: 0.9rem;
}

.in_contact .line_2 .center .box .sBox .one .s2 {
    text-transform: uppercase;
    font-size: 0.4rem;
    letter-spacing: 0.01rem;
    padding-top: 0.15rem;
}

.in_contact .line_2 .box .ewmBox {
    position: absolute;
    text-align: center;
    right: 5%;
    bottom: 13.8rem;
    line-height: 1.3rem;
    color: #666;
}

.in_contact .line_2 .center .box .ewmBox .s1 {
}

.in_contact .line_2 .center .box .ewmBox .s1 img {
    width: 3.5rem;
    height: 3.5rem;
}

.in_contact .line_2 .center .box .ewmBox .s2 {
}

.in_contact .line_3 {
    padding: 1.5rem 0;
    padding-bottom: 0.5rem;
}

.in_contact .line_3 .content {
    padding-top: 0.5rem;
}

.in_contact .line_3 .content .s1 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    padding-bottom: 0.5rem !important;
    text-align: justify;
}

.in_contact .line_3 .content .s1, .in_contact .line_3 .content .s1 p, .in_contact .line_3 .content .s1 span {
    font-size: 0.7rem !important;
    line-height: 190% !important;
}

.in_contact .line_3 .content .s1 p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.in_contact .line_3 .content .s2 {
}

.bq p {
    display: inline-block;
}

.t_logo .left .sub_left {
    width: 33%;
    max-width: 28%;
    padding-left: 2%;
    float: left;
}

.menunavbtn {
    position: absolute;
    right: 2%;
    top: 0.6rem;
    width: 100%;
    max-width: 10%;
    height: 1.6rem;
    z-index: 10;
    opacity: 0.8;
}

.t_nav li:nth-child(1) {
    background: url(/template/images/wap_navIcoH_01.png) no-repeat center left;
}

.t_nav li:nth-child(2) {
    background: url(/template/images/wap_navIcoH_02.png) no-repeat center left;
}

.t_nav li:nth-child(3) {
    background: url(/template/images/wap_navIcoH_03.png) no-repeat center left;
}

.t_nav li:nth-child(4) {
    background: url(/template/images/wap_navIcoH_04.png) no-repeat center left;
}

.t_nav li:nth-child(5) {
    background: url(/template/images/wap_navIcoH_05.png) no-repeat center left;
}

.t_nav li:nth-child(6) {
    background: url(/template/images/wap_navIcoH_06.png) no-repeat center left;
}

.t_nav li:nth-child(7) {
    background: url(/template/images/wap_navIcoH_07.png) no-repeat center left;
}

.t_nav li:nth-child(8) {
    background: url(/template/images/wap_navIcoH_08.png) no-repeat center left;
}

.Menus {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}

.Menus li {
    display: none;
    float: left;
    text-align: center;
    width: 35%;
    max-width: 33.3%;
}

.Menus li:nth-child(5), .Menus li:nth-child(6), .Menus li:nth-child(8) {
    display: block;
}

.Menus li .cn {
}

.Menus li .en {
    display: none;
}

.Menus li a {
    float: left;
    width: 100%;
    max-width: 100%;
    line-height: 1rem;
    color: #fff;
    padding-top: 2.4rem;
    font-size: 0.75rem;
    padding-bottom: 0;
    font-weight: bold;
    min-height: 2.5rem;
}

.Menus li:nth-child(5) a {
    background: url(/template/images/wap_nav_01.png) no-repeat center top;
    background-size: 80% auto;
}

.Menus li:nth-child(6) a {
    background: url(/template/images/wap_nav_02.png) no-repeat center top;
    background-size: 80% auto;
}

.Menus li:nth-child(8) a {
    background: url(/template/images/wap_nav_03.png) no-repeat center top;
    background-size: 80% auto;
}

.typeNav .content #Tab_1 {
}

.typeNav .content #Tab_2 {
    left: 34%;
}

.typeNav .content #Tab_3 {
    right: 0;
}

.typeNav .content .bigType .cn {
    background: none !important;
    padding-top: 1.5rem;
}

.typeNav .content .bigType .en {
    font-size: 0.4rem;
    text-transform: uppercase;
}

.typeNav .content .subBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    width: 98%;
    max-width: 96%;
    margin: 0 1.5%;
    padding: 0.3rem 0;
    border-radius: 0.3rem;
    border: 0.05rem solid #f0f0f0;
    position: relative;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #fff;
}

.typeNav .content .cur a {
    color: #fff;
}

.typeNav .content .bigType:nth-child(1).cur a {
    background: url(/template/images/wap_proTypeH_01.png) no-repeat center top;
    background-size: 85% auto;
}

.typeNav .content .bigType:nth-child(3).cur a {
    background: url(/template/images/wap_proTypeH_02.png) no-repeat center top;
    background-size: 85% auto;
}

.typeNav .content .bigType:nth-child(5).cur a {
    background: url(/template/images/wap_proTypeH_03.png) no-repeat center top;
    background-size: 85% auto;
}

.typeNav .content .bigType:nth-child(3) a {
    background: url(/template/images/wap_proType_02.png) no-repeat center top;
    background-size: 85% auto;
}

.typeNav .content .bigType:nth-child(5) a {
    background: url(/template/images/wap_proType_03.png) no-repeat center top;
    background-size: 85% auto;
}

.typeNav .content .lastType a:hover {
    background: none;
    color: #004b52;
}

.typeNav .content .subBox font {
    position: absolute;
    display: block;
    width: 10%;
    height: 0.8rem;
    top: -0.8rem;
    left: 11%;
    background: url(/template/images/wap_jiao.png) no-repeat;
    background-size: auto 100%;
    background-position-x: 15%;
}

.typeNav .content #Box_2 font {
    left: 47%;
}

.typeNav .content #Box_3 font {
    left: 81%;
}

.shareProBox .item a {
    padding: 0.1rem 1%;
    border: 0.05rem solid #eee;
    display: block;
    color: #666;
}

.shareMore {
    padding-top: 0.7rem;
    text-align: center;
}

.shareMore a {
    display: inline-block;
    line-height: 1.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.7rem;
    background: #fe6501;
    border-radius: 10rem;
    width: 60%;
    max-width: 60%;
}

.iWenTi .shareTitle2 {
    position: absolute;
    top: 0.9rem;
    width: 100%;
    max-width: 100%;
    background-position-y: 1.5rem;
}

.iWenTi .shareTitle2 .cn {
    font-size: 0.83rem;
    padding-left: 0.1rem;
    padding-right: 2rem;
    line-height: 1.3rem;
}

.iWenTi .shareTitle2 .one {
    text-align: center;
    color: #666;
}

.iWenTi .shareTitle2 .one dl {
    max-width: 92%;
}

.shareTitle2 .one dd:last-child {
    margin-right: 0;
}

.youShi .shareTitle2 {
    background: url(/template/images/wap_t31.png) no-repeat center top;
    background-size: 90% auto;
    min-height: 3rem;
    margin-bottom: 0.6rem;
}

.youShi .shareTitle2 .cn {
    padding: 0;
    background: url(/template/images/line33.png) no-repeat center bottom;
    padding-top: 1rem;
    padding-bottom: 0.7rem;
}

.about .right .sTitle {
    text-align: center;
    background: url(/template/images/line33.png) no-repeat center top;
    /* background-size: 110% auto; */
    background-position-y: 1.65rem;
    color: #000;
}

.about .right .sTitle .cn {
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    background: url(/template/images/rIco.png) no-repeat center right;
    background-size: auto 100%;
    padding: 0 2.3rem;
}

.about .right .sTitle .cn span {
    color: #00838f;
}

.videoShow {
    height: 11rem;
    background: url(/template/images/wap_dengdai.gif) no-repeat center;
    background-size: 1.5rem auto;
    background-color: #333;
    position: relative;
    overflow: hidden;
    border: 0.2rem solid #0097a5;
}

.videoShow .videoPic {
    background: url(/template/images/wap_videoPic.jpg) no-repeat center;
    background-size: cover;
    height: 11rem;
}

.videoShow video, .videoShow object, .videoShow embed {
    width: 100%;
    height: 100%;
}

.f_feedback .center {
    padding: 0.7rem 0;
    padding-bottom: 0;
    position: relative;
}

.f_feedback .content .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.f_feedback .right form {
    display: block;
    width: 90%;
    max-width: 85%;
    margin-left: 7.5%;
    padding-top: 0.9rem;
}

.f_contact .ul_1 {
    position: relative;
}

.f_contact .l_2 span {
    display: block;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/wap_kf.png) no-repeat center bottom;
    background-size: 100% 75%;
    padding-top: 0.2rem;
    background-position-y: 0.8rem;
    min-height: 4rem;
}

.keFu a {
    width: 33%;
    max-width: 20%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #000;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.3rem;
    padding-top: 0.9rem;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.1rem;
}

.keFu a:nth-child(4) {
    padding-top: 0;
}

.keFu a:nth-child(4) img {
    height: 3rem;
}

.about .more img {
    width: 4rem;
    max-width: 3rem;
    display: block;
}

.indexBody .typeNav .content .subBox {
    padding-bottom: 2.3rem;
}

.proBody .typeNav .content .smallType:hover, .proBody .typeNav .content .smallType.curStyle {
    background: url(/template/images/wap_navBj.png) no-repeat;
    background-size: 100% 100%;
}

.proBody .typeNav .content .smallType a {
    padding-bottom: 0.3rem;
}

.proBody .typeNav .content .smallType.curStyle a, .proBody .typeNav .content .smallType a:hover {
    background-color: unset;
}

.proBody .typeNav .content .lastType a {
    padding: 0;
}

.proBody .typeNav .content .lastType:hover {
    background: none;
}

.proBody .typeNav .content .lastType a:hover {
    background: #004b52;
    color: #fff;
}

.psBody .typeNav .content .subBox {
    display: none;
}

.psBody {
}

.proShow .right .content .r_1 .sub_left {
    text-align: center;
    padding: 0.5rem 0;
    padding-top: 1.3rem;
}

.indexBody .typeNav .content .lastType {
    position: absolute !important;
}

.indexBody {
}

.leftNew {
}

.leftNew .content {
    padding-top: 0.8rem;
}

.leftNew .content .smallType:nth-child(2), .leftNew .content .smallType:nth-child(4), .leftNew .content .smallType:nth-child(6), .leftNew .content .smallType:nth-child(8), .leftNew .content .smallType:nth-child(10), .leftNew .content .smallType:nth-child(12), .leftNew .content .smallType:nth-child(14), .leftNew .content .smallType:nth-child(16) {
    margin-right: 0;
}

.leftNew .content .smallType.curStyle a, .leftNew .content .smallType a:hover {
    border: 0.05rem solid #0a9ba8;
    border-left: 0.15rem solid #fe9404;
    color: #fff;
    font-weight: bold;
    background: none;
    background-color: #0a9ba8;
}

.in_new .right .list {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.in_new .right .r_list .item .pic {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 10rem;
}

.in_new .right .r_list .item:hover {
    -moz-box-shadow: 1px 0px 0.2rem #ccc;
    -webkit-box-shadow: 1px 0px 0.2rem #ccc;
    box-shadow: 1px 0px 0.2rem #ccc;
    border: 0.05rem solid #ddd;
    border-bottom: 0.15rem solid #0097a5;
}

.newShow .right .newBox .line_2 .two .sub_left {
    float: left;
}

.newShow .right .newBox .line_2 .two .sub_right {
    float: right;
}

.prev_next span {
    display: inline-block;
    padding-left: 2%;
}

.xgBox {
    padding-top: 0.8rem;
}

.xgPro .dl_6 dd:nth-child(3) {
    display: none;
}

.newShow .right .r_box .goBack {
    color: #fff;
    display: block;
    line-height: 1.8rem;
    background-color: #fe9404;
    text-align: center;
    -moz-box-shadow: 1px 0px 0.2rem #ccc;
    -webkit-box-shadow: 1px 0px 0.2rem #ccc;
    box-shadow: 1px 0px 0.2rem #ccc;
    font-size: 0.73rem;
    border-radius: 0.3rem;
    width: 100%;
    max-width: 50%;
    position: absolute;
    left: 25%;
    bottom: -0.9rem;
}

.newBody {
}

.newBody .in_new .left {
    display: none;
}

.newBody .in_new .right {
    padding-top: 1rem;
}

.in_contact .line_2 .box {
    position: relative;
}

.in_contact .line_2 .callBox #dituContent {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: 10rem !important;
}

.searchBody {
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody .in_pro {
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
}

.page404 .sBox {
    padding: 0 5%;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}

.showTitle {
    line-height: 2rem;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid #eee;
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
    background: #009cab;
    background: -webkit-linear-gradient(bottom, #007480, #00c4d6);
    background: -o-linear-gradient(top, #007480, #00c4d6);
    background: -moz-linear-gradient(top, #007480, #00c4d6);
    background: linear-gradient(to top, #007480, #00c4d6);
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .sub_left {
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-block;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    color: #fff;
    padding-right: 1rem;
    background: url(/template/images/wap_index.png) no-repeat center right;
    background-size: 0.8rem auto;
    font-size: 0.6rem;
}

.showTitle .sub_right {
    float: right;
}

.showTitle .dl_2 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}

.jhList {
    padding-top: 0.5rem;
    padding-bottom: 2rem;
}

.jhList .left {
    padding-bottom: 0.5rem;
}

.jhList .right {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: block;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    display: inline-block;
    width: 100%;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 2.3rem;
    text-align: center;
    width: 50%;
    border-bottom: 0.05rem dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.jhlistBox {
}

.jhlistBox .item {
    width: 100%;
    max-width: 96%;
    margin-left: 1%;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.jhlistBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.jhlistBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.jhlistBox .item .sub_right .one {
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
}

.jhlistBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.jhlistBox .item .sub_right .one a {
}

.otherTag {
    line-height: 180%;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}
