@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;
}

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;
}

/*渐变背景*/
.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, p {
    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.65rem;
    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.55rem;
    display: inline-block;
    border-radius: 0.3rem;
    background: #fff;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 0.05rem solid #ddd;
    display: inline-block;
}

.pageNumber span,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #0096a4;
    display: inline-block;
    color: #fff;
    background: #0096a4;
    padding: 0 0.55rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 100%;
    max-width: 86%;
    line-height: 1.6rem;
    min-height: 1.6rem;
    border: 0;
    color: #888;
    padding: 0;
    margin: 0;
    text-indent: 0.3rem;
    border-radius: 3rem;
    background-size: auto 70%;
    margin-left: 2%;
}

.search input[type="button"] {
    float: left;
    width: 100%;
    max-width: 10%;
    min-height: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/wap_search_bt.png) no-repeat center;
    background-size: auto 1rem;
    line-height: 1.6rem;
    border-radius: 3rem;
}

.in_banner {
    display: none;
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -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_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;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.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/goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 200;
    display: none;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.t_wel {
    display: none;
}

.t_wel .right a {
    color: #666;
    padding-left: 23px;
    display: inline-block;
    margin: 0 7px;
}

.t_logo {
    padding: 0.6rem 0;
    /* padding-top: 0.7rem; */
}

.t_logo .ul_1 {
}

.t_logo .left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin: 0 2.5%;
    width: 98%;
    max-width: 95%;
    min-height: 1.8rem;
}

.t_logo .left img {
}

.t_logo .left .txt.inline .one {
    font-size: 31px;
    margin: 0;
}

.t_logo .left .txt.inline .two {
    font-size: 18px;
    background: url(/template/images/logo_02.png) no-repeat center left;
    padding-left: 65px;
}

.t_logo .left .txt.inline .two span {
    color: #de0000;
}

.t_logo .right {
    display: none;
}

.t_logo .right dd {
    padding-left: 65px;
    color: #333;
    background: url(/template/images/tel.png) no-repeat center left;
    line-height: 200%;
}

.t_logo .right .one {
    font-size: 18px;
    color: #888;
    padding-left: 13px;
    padding-top: 3px;
}

.t_logo .right .two {
    font-size: 28px;
    font-weight: bold;
}

.t_nav {
    width: 80%;
    max-width: 41%;
    position: absolute;
    right: 2%;
    z-index: 300;
    top: 2.8rem;
    background: #fff;
    padding: 0 0.5rem;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    border: 0.05rem solid #eee;
}

.t_nav li {
    font-weight: bold;
    padding: 0.3rem 0;
    border-bottom: 0.05rem dotted #ccc;
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 1.8rem;
    font-size: 0.65rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-indent: 2rem;
    background: url(/template/images/navIco_02.png) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-x: 0.35rem !important;
}

.t_nav a:hover {
    color: #fff !important;
}

.t_nav a:hover p {
    border: 0;
    border-left: 1px solid #f5551c;
    border-right: 1px solid #f5551c;
}

.t_nav a p {
    display: block;
    margin: 0;
    padding: 0;
    border-left: 1px solid #0b0b0b;
    border-right: 1px solid #777777;
    padding: 0 28px;
}

.t_nav a img {
    padding-top: 5px;
    display: block;
    margin: 0 auto;
}

.t_wel .left {
}

.t_wel .right {
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_1.png) no-repeat center left;
    background-position-y: 11px;
    padding-left: 18px;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_2.png) no-repeat center left;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_3.png) no-repeat center left;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_4.png) no-repeat center left;
    padding-left: 22px;
}

.t_wel .right a:nth-child(5) {
    background: url(/template/images/ico_5.png) no-repeat center left;
    padding-left: 21px;
}

.t_logo .left .txt {
    width: 100%;
    max-width: 63%;
    line-height: 120%;
    background-size: auto 80%;
    color: #000;
    /* letter-spacing: 0.03rem; */
    float: left;
    margin-left: 3%;
    padding-top: 0.35rem;
    padding-bottom: 0.1rem;
}

.t_logo .left .txt .one {
    font-size: 0.7rem;
    font-weight: bold;
    color: #0096a4;
    padding-left: 4%;
    border-left: 0.05rem solid #ccc;
}

.t_logo .left .txt .two {
    display: block;
    font-size: 0.5rem;
    padding-left: 21%;
    border-left: 0.05rem solid #ccc;
    background: url(/template/images/line2.png) no-repeat center left;
    background-size: 80% auto;
    background-position-x: 0.5rem;
}

.t_nav li:hover {
    background: url(/template/images/hover.png) no-repeat center left !important;
    background-size: 100% auto !important;
}

.t_search {
}

.t_search .left {
    display: none;
}

.t_search .right {
    position: relative;
    padding-left: 2%;
    padding: 0.5rem 0;
    text-align: center;
    background: #fbfbfb;
}

.t_search .left a {
}

.t_search .right a {
    color: #888;
    margin-right: 11px;
    display: inline-block;
    vertical-align: middle;
}

.pageDH {
    padding-left: 29px;
    background: url(/template/images/p_01.png) no-repeat center left;
    background-position-y: 12px;
}

.t_search .right font {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.pro {
    padding: 1rem 0;
}

.shareTitle {
    padding-top: 1rem;
    text-align: center;
    background: url(/template/images/t_01.png) no-repeat center top;
    background-size: 230% auto;
    line-height: 180%;
    color: #333;
}

.shareTitle .en {
    color: #999;
    font-size: 16px;
}

.shareTitle .cn {
    padding: 0;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
    color: #ff9600;
}

.shareTitle span {
    color: #0096a4;
}

.shareTitle .one {
    color: #888;
    line-height: 1.1rem;
    font-size: 0.63rem;
}

.shareTitle .cn p {
    padding-right: 1.5rem;
}

.pro .content {
    padding-top: 0.6rem;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.shareTypeBox {
    background: #fff;
}

.shareTypeBox .left {
    width: 20%;
    max-width: 20%;
    background: url(/template/images/bj.png) no-repeat center left;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}

.shareTypeBox .right {
    width: 80%;
    max-width: 80%;
    border: 0.05rem solid #ddd;
    border-left: 0;
    border-bottom: 0.1rem solid #e3e3e3;
    display: table-cell;
}

.shareTypeBox .left .txtBox {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    width: auto;
    padding-left: 0.3rem;
}

.shareTypeBox .left .txtBox .cn {
    font-size: 1.2rem;
    font-weight: bold;
}

.shareTypeBox .left .txtBox .en {
    font-size: 0.52rem;
    text-transform: uppercase;
}

.shareTypeBox .right a {
    display: none;
    width: 100%;
    max-width: 50%;
    float: left;
    text-align: center;
    line-height: 1.68rem;
    background: url(/template/images/line.png) no-repeat center right;
    background-size: 0.05rem 0.8rem;
}

.shareTypeBox .right a:nth-child(6),.shareTypeBox .right a:nth-child(12),.shareTypeBox .right a:nth-child(18),.shareTypeBox .right a:nth-child(24) {
    background: none;
}

.shareTypeBox .right a:hover {
    color: #c9060f;
    font-weight: bold;
}

.shareTypeBox .right .more {
    color: #c9060f;
}

.pro .content .line_2 {
    padding-top: 0.8rem;
}

.shareprodList .item {
    width: 100%;
    max-width: 49.3%;
    background: #fff;
    float: left;
    font-size: 0.65rem;
    margin-right: 1.3%;
    margin-bottom: 0.5rem;
    padding-bottom: 0.2rem;
}

.shareprodList .item .upBox {
}

.shareprodList .item .picBox {
    padding-bottom: 0.45rem;
    background: url(/template/images/yy3.png) no-repeat center bottom;
    background-size: 100% auto;
}

.shareprodList .item .picBox img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 7.5rem;
}

.shareprodList .item .proName {
    text-align: center;
    line-height: 1rem;
    padding-bottom: 0.35rem;
}

.shareprodList .item .linkBt {
    font-size: 0.6rem;
    line-height: 1.3rem;
    text-align: center;
    background: #f4f9fd;
    border-radius: 0.2rem;
    background-color: #0096a4;
}

.pro .content .line_2 .shareprodList .item:nth-child(4), .pro .content .line_2 .shareprodList .item:nth-child(8) {
    margin-right: 0;
}

.shareprodList .item .linkBt a {
    display: inline-block;
    width: 100%;
    max-width: 49.3%;
    text-align: center;
    color: #fff;
}

.shareprodList .item .linkBt a:last-child {
    color: #333;
    background: #fff;
    border-radius: 0.2rem;
    border: 0.05rem solid #0096a4;
}

.shareprodList .item .linkBt a:hover {
    color: #c70000;
}

.shareprodList .item .upBox:hover {
    color: #0291a1;
    font-weight: bold;
}

.pro .content .line_3 {
    padding-top: 1.2rem;
}

.pro .content .line_3 .subLine_1 {
    line-height: 2rem;
    margin-bottom: 0.2rem;
}

.pro .content .line_3 .subLine_2 {
    line-height: 1rem;
    padding: 0.5rem 0.2rem;
    border: 0.05rem solid #ddd;
    border-bottom: 0.1rem solid #e3e3e3;
    padding-bottom: 0.3rem;
}

.pro .content .line_3 .subLine_2 .sBox a {
    float: left;
    width: 100%;
    max-width: 31%;
    padding: 0 1%;
    text-align: center;
    border-right: 0.05rem solid #ccc;
    margin-bottom: 0.5rem;
}

.pro .content .line_3 .subLine_1 li {
    float: left;
    width: 33.3333%;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.pro .content .line_3 .subLine_1 li:first-child a {
    border-left: 0.05rem solid #bbb;
}

.pro .content .line_3 .subLine_1 li a {
    display: block;
    border: 0.05rem solid #bbb;
    border-left: 0;
    background: #f6f6f6;
}

.pro .content .line_3 .subLine_1 li a font {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1rem;
    background-size: auto 1rem !important;
}

.pro .content .line_3 .subLine_1 li:nth-child(1) a font {
    background: url(/template/images/ico2_01.png) no-repeat center left;
    padding-left: 1.38rem;
}

.pro .content .line_3 .subLine_1 li:nth-child(2) a font {
    background: url(/template/images/ico2_02.png) no-repeat center left;
    padding-left: 0.9rem;
}

.pro .content .line_3 .subLine_1 li:nth-child(3) a font {
    background: url(/template/images/ico2_03.png) no-repeat center left;
    padding-left: 1.3rem;
}

.pro .content .line_3 .subLine_1 .cur {
}

.pro .content .line_3 .subLine_1 .cur a {
    color: #fff;
    border: 0.05rem solid #e50202;
    background: #e50202;
}

.pro .content .line_3 .subLine_1 .cur span {
    background: url(/template/images/jiao.png) no-repeat center top;
    background-size: auto 0.3rem;
    min-height: 0.5rem;
    display: block;
}

.pro .content .line_3 .subLine_1 li.cur:nth-child(1) a font {
    background: url(/template/images/ico3_01.png) no-repeat center left;
}

.pro .content .line_3 .subLine_1 li.cur:nth-child(2) a font {
    background: url(/template/images/ico3_02.png) no-repeat center left;
    background-position-y: 10px;
}

.pro .content .line_3 .subLine_1 li.cur:nth-child(3) a font {
    background: url(/template/images/ico3_03.png) no-repeat center left;
    background-position-y: 13px;
}

.pro .content .line_3 #Box_2 {
    display: none;
}

.pro .content .line_3 #Box_3 {
    display: none;
}

.pro .content .line_3 .subLine_2 .lastBox {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.pro .content .line_3 .subLine_2 .lastBox .more {
    display: block;
    text-align: center;
    line-height: 1.5rem;
    color: #e50202;
}

.pro .content .line_3 .subLine_2 .sBox {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.pro .content .line_3 .subLine_2 .sBox a:hover {
    color: #ce0000;
    /* font-weight: bold; */
}

.pro .content .line_3 .subLine_2 .sBox a:nth-child(6),.pro .content .line_3 .subLine_2 .sBox a:nth-child(12),.pro .content .line_3 .subLine_2 .sBox a:nth-child(18),.pro .content .line_3 .subLine_2 .sBox a:nth-child(24) {
    border: 0;
}

.iXuanZe {
    padding-top: 1.5rem;
}

.iXuanZe .content {
    padding-top: 0.8rem;
    position: relative;
}

.iXuanZe .content .picBox {
    position: absolute;
    width: 100%;
    min-height: 586px;
}

.iXuanZe .content .picBox a {
    display: block;
    width: 100%;
    min-height: 586px;
}

.iXuanZe .content .line_2 {
    position: relative;
}

.iXuanZe .content .line_2 .sub_left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: -0.9rem;
    position: relative;
    z-index: 30;
    overflow: hidden;
}

.iXuanZe .content .line_2 .sub_right {
    width: 100%;
    min-height: 20rem;
}

.iXuanZe .content .line_2 .sub_left a {
    float: left;
    width: 100%;
    max-width: 20%;
    font-weight: bold;
    background: url(/template/images/wap_yuan.png) no-repeat center bottom;
    background-size: 0.6rem auto;
    background-position-y: 6.3rem;
    text-align: center;
    padding-bottom: 0.9rem;
}

.iXuanZe .content .line_2 .sub_left a p {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    display: block;
    width: 100%;
    max-width: 100%;
    padding-top: 2.3rem;
    padding-bottom: 1.6rem;
    letter-spacing: 0.1rem;
    background-color: #e7ecf3;
    border: 0.05rem solid #ddd;
    border-right: 0;
    border-bottom: 0;
}

.iXuanZe .content .line_2 .sub_left a span {
    display: block;
}

.iXuanZe .content .line_2 .sub_left a font {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
}

.iXuanZe .content .line_2 .sub_right .sTxt {
    width: 940px;
    position: absolute;
    bottom: 0;
    height: 87px;
    background-color: rgba(255,255,255,0.8);
    line-height: 87px;
    font-size: 16px;
    padding: 0 25px;
    border-top-right-radius: 280px;
}

.iXuanZe .content .line_2 .sub_right .sTxt span {
    font-size: 18px;
    font-weight: bold;
    color: #0096a4;
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    background: url(/template/images/jt3.png) no-repeat center right;
    margin-right: 10px;
}

.iXuanZe .content .line_2 #xzBox_2,.iXuanZe .content .line_2 #xzBox_3,.iXuanZe .content .line_2 #xzBox_4,.iXuanZe .content .line_2 #xzBox_5 {
    display: none;
}

.iXuanZe .content .line_2 .sub_left a.cur {
    background: url(/template/images/wap_yuan2.png) no-repeat center top;
    background-size: 100% 100%;
}

.iXuanZe .content .line_2 .sub_left .cur p {
    color: #fff;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(1) p {
    background: url(/template/images/ico5_01.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(2) p {
    background: url(/template/images/ico5_02.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(3) p {
    background: url(/template/images/ico5_03.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(4) p {
    background: url(/template/images/ico5_04.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(5) p {
    background: url(/template/images/ico5_05.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a .en {
    display: none;
}

.iXuanZe .content .line_2 .sub_left a .cn {
    font-size: 0.9rem;
    padding-left: 27%;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(1).cur p {
    background: url(/template/images/ico6_01.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(2).cur p {
    background: url(/template/images/ico6_02.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(3).cur p {
    background: url(/template/images/ico6_03.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(4).cur p {
    background: url(/template/images/ico6_04.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left a:nth-child(5).cur p {
    background: url(/template/images/ico6_05.png) no-repeat center top;
    background-size: auto 1.1rem;
    background-position-y: 0.8rem;
}

.iXuanZe .content .line_2 .sub_left .cur .cn {
    font-weight: bold;
}

.iXuanZe .shareTitle .cn p {
    background: url(/template/images/tIco_02.png) no-repeat center left;
    background-size: auto 1rem;
}

.iXuanZe .shareTitle {
    background: url(/template/images/t_02.png) no-repeat center top;
    background-size: 67% auto;
}

.iXuanZe .content .line_2 .sub_right .subBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox {
    padding: 0.3rem;
    line-height: 180%;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox table {
    width: 100% !important;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox table,.iXuanZe .content .line_2 .sub_right .subBox .smallBox td {
    border: 0 !important;
    border-collapse: collapse !important;
    background: none !important;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox, .iXuanZe .content .line_2 .sub_right .subBox .smallBox td, .iXuanZe .content .line_2 .sub_right .subBox .smallBox p, .iXuanZe .content .line_2 .sub_right .subBox .smallBox span, .iXuanZe .content .line_2 .sub_right .subBox .smallBox font {
    font-size: 0.65rem !important;
    color: #666;
    text-indent: 0 !important;
    line-height: 168% !important;
}

.iXuanZe .content .line_2 .sub_right .subBox .smallBox p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 0.8rem !important;
    background: url(/template/images/ico_sd.png) no-repeat center left;
    background-size: 0.5rem auto;
    background-position-y: 0.2rem;
    margin-bottom: 0.3rem !important;
}

.iJiShu {
    padding: 1.3rem 0;
    padding-bottom: 1rem;
}

.iJiShu .content {
    padding-top: 0.6rem;
}

.iJiShu .shareTitle {
    background: url(/template/images/t_03.png) no-repeat center top;
    background-size: 88% auto;
    padding-top: 1rem;
}

.iJiShu .shareTitle .cn p {
    background: url(/template/images/tIco_03.png) no-repeat center left;
    background-size: auto 1.5rem;
    background-position-y: 0.2rem;
    line-height: 1.8rem;
    padding-left: 2rem;
}

.iJiShu .shareTitle .one {
    padding-top: 0;
    line-height: normal;
}

.iJiShu .content li {
    float: left;
    width: 100%;
    max-width: 48%;
    height: 7rem;
    margin-left: 1.3%;
    text-align: center;
    margin-bottom: 0.5rem;
    border-radius: 0.2rem;
    position: relative;
}

.iJiShu .content li .txtBox {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.8);
    line-height: 1.6rem;
    font-size: 0.6rem;
}

.iJiShu .content li .txtBox span {
    color: #c9060f;
    font-family: Impact;
}

.iJiShu .content li .txtBox font {
    color: #c9060f;
}

.iJiShu .content li:nth-child(1) {
    background: url(/template/images/js_01.jpg) no-repeat center top;
    background-size: cover;
}

.iJiShu .content li:nth-child(2) {
    background: url(/template/images/js_02.jpg) no-repeat center top;
    background-size: cover;
}

.iJiShu .content li:nth-child(3) {
    background: url(/template/images/js_03.jpg) no-repeat center top;
    background-size: cover;
}

.iJiShu .content li:nth-child(4) {
    background: url(/template/images/js_04.jpg) no-repeat center top;
    background-size: cover;
    margin-right: 0;
}

.news {
    display: none;
}

.news .title {
    min-height: 201px;
    background: url(../images/d.png?v=20) no-repeat center;
    text-align: center;
    background-position-y: 171px;
    position: relative;
    padding-top: 60px;
}

.news .title img {
    margin: 0 auto;
    padding-top: 69px;
}

/*
.news .title a {
    position: absolute;
    top: 174px;
    right: 79px;
    color: #e50202;
    text-decoration: none;
}
*/
.news .title .one {
    font-size: 28px;
    color: #292929;
}

.news .title .two {
    font-size: 15px;
    color: #aaa;
}

.news .content {
}

.news .content .left {
    width: 278px;
}

.news .content .right {
    width: 975px;
    padding: 20px 23px;
    border: 1px solid #ddd;
    border-left: 0;
    min-height: 443px;
    background: #fff;
    padding-bottom: 0;
}

.news .content .right ul {
    min-height: 88px;
}

.news .content .right li {
    width: 305px;
    min-height: 88px;
    line-height: 88px;
    float: left;
    margin-right: 1px;
    margin-left: 1px;
    color: #000;
    font-size: 20px;
    text-indent: 145px;
    font-family: "黑体";
    cursor: pointer;
}

/*.news .content .right li:hover{
color:#fff;
}
*/
.news .content .right li.one {
    /*    background: url(../images/g_09.png?v=20) no-repeat;*/
    background: url(../images/f_09.png?v=20) no-repeat;
    color: #fff;
}

.news .content .right li.two {
    background: url(../images/g_11.png?v=20) no-repeat;
}

.news .content .right li.three {
    background: url(../images/g_13.png?v=20) no-repeat;
}

.news .content .right li a {
    display: block;
    width: 305px;
    line-height: 88px;
    text-decoration: none;
    color: #000;
}

.news .content .right li a#tab_1 {
    color: #fff;
}

.news .content .right li a:hover {
    color: #fff;
}

/*.news .content .right li.one:hover{
    background: url(../images/f_09.png?v=20) no-repeat;
}

.news .content .right li.two:hover{
    background: url(../images/f_11.png?v=20) no-repeat;
}

.news .content .right li.three:hover{
    background: url(../images/f_13.png?v=20) no-repeat;
}
*/
.news .content .right .list .item {
    float: left;
    width: 47%;
    margin-right: 6%;
    margin-bottom: 15px;
}

.news .content .right .list .item div.Date, .news .content .right .list .item div.txt {
    display: inline-block;
    vertical-align: top;
}

.news .content .right .list .item .Date {
    width: 67px;
    background: url(../images/h_05.png?v=20) no-repeat;
    text-align: center;
    font-size: 13px;
    color: #898989;
    border: 1px solid #ddd;
    padding-top: 5px;
    line-height: 38px;
}

.news .content .right .list .item div.Date span {
    line-height: 23px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.news .content .right .list .item div.Date div {
    font-size: 24px;
}

.news .content .right .list .item .txt {
    width: 367px;
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 3px;
}

.news .content .right .list .item div.txt a {
    font-size: 17px;
    color: #272727;
    text-decoration: none;
}

.news .content .right .list .item div.txt a:hover {
    color: #e50202;
    text-decoration: underline;
}

.news .content .right .list .item div.txt .sl_2 {
    padding-top: 6px;
    line-height: 160%;
}

.news .shareTitle {
    background: url(/template/images/t_04.png) no-repeat center top;
}

.news .shareTitle .cn p {
    background: url(/template/images/tIco_05.png) no-repeat center left;
    background-position-y: 6px;
}

.news .content .line_1 {
    font-size: 18px;
    padding: 28px 0;
    text-align: center;
    margin-bottom: 3px;
}

.news .content .line_2 {
    background: #fff;
}

.news .content .line_1 a {
    display: inline-block;
    width: 168px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #ccc;
    border-radius: 100px;
    background: #fff;
    margin: 0 8px;
}

.news .content .line_1 a:hover {
    color: #c9060f;
    border: 1px solid #c9060f;
    font-weight: bold;
}

.news .content .right .list {
    display: none;
}

.news .content .right .dl_1 {
}

.news .content .right .dl_2 {
    padding-top: 23px;
}

.news .content .right .dl_1 .sub_left {
}

.news .content .right .dl_1 .sub_right {
    width: 575px;
    padding-top: 8px;
}

.news .content .right .dl_1 .sub_left img {
}

.news .content .right .dl_1 .sub_right .one {
    font-size: 20px;
    font-weight: bold;
}

.news .content .right .dl_1 .sub_right .two {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
}

.news .content .right .dl_1 .sub_right .three {
    font-size: 16px;
    color: #666;
    line-height: 180%;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    text-align: justify;
}

.news .content .right .dl_1 .sub_right .one a {
}

.news .content .right .dl_1 .sub_right .two dd {
    display: inline-block;
    margin-right: 13px;
}

.news .content .right .dl_1 .sub_right .three a {
    color: #e30303;
    float: right;
}

.news .content .right .list .item:nth-child(2),.news .content .right .list .item:nth-child(4),.news .content .right .list .item:nth-child(6) {
    margin-right: 0;
}

.news .content .right .list .item:nth-child(5),.news .content .right .list .item:nth-child(6) {
    margin-bottom: 0;
}

.news .content .right .list:nth-child(1) {
    display: block;
}

.bjBox {
}

.friendLink {
    display: none;
}

.friendLink a {
    color: #888;
}

.bq {
    display: none;
}

.bq p, .bq span, .bq font {
    color: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
}

.bq a {
    color: #fff;
}

.bq .l_1 {
    width: 580px;
}

.bq .l_2 {
    width: 380px;
    text-align: center;
}

.bq .l_3 {
}

.proBody {
}

.t_search .left a {
    color: #888;
}

.typeNav {
}

.typeNav .content {
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    width: 20%;
    max-width: 20%;
    background: url(/template/images/bj.png) no-repeat center left;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    font-size: 1rem;
    font-weight: bold;
    padding: 1.5rem 0;
}

.typeNav .content .bigNav a {
}

.typeNav .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeNav .content .smallNav {
    width: 100%;
    max-width: 50%;
    float: left;
    text-align: center;
    line-height: 1.8rem;
    background: url(/template/images/line.png) no-repeat center right;
    background-size: 0.05rem 0.8rem;
}

.typeNav .content .smallNav a {
}

.typeNav .content .left_shareTitle {
    width: 20%;
    max-width: 20%;
    background: url(/template/images/bj.png) no-repeat center left;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}

.typeNav .content .left_shareTitle .txt_1 {
    font-size: 1rem;
    font-weight: bold;
}

.typeNav .content .left_shareTitle .txt_2 {
    font-size: 0.52rem;
    text-transform: uppercase;
    display: none;
}

.typeNav .content .subBox {
    width: 80%;
    max-width: 80%;
    font-size: 0.65rem;
    display: table-cell;
    border: 0.05rem solid #ddd;
    border-left: 0;
    padding: 0.3rem 0;
}

.left_call {
    display: none;
}

.left_call .s1 {
    color: #d4272d;
    font-size: 15px;
    padding-top: 141px;
    text-indent: 13px;
}

.left_call .s2 {
    font-size: 23px;
    font-family: 'Impact';
    padding-top: 2px;
}

.proBody .mainSubBox {
    background: url(/template/images/bj6.png);
}

.shareListBox {
    background: #f7fbfe;
    margin-bottom: 0.6rem;
}

.shareListBox .itemUL {
    display: table;
    font-size: 0.6rem;
}

.shareListBox .itemUL .sub_left {
}

.shareListBox .itemUL .sub_right {
}

.shareListBox .itemUL .sub_left a {
}

.shareListBox .itemUL .sub_right .s_left {
    width: 62%;
    max-width: 62%;
    color: #666;
    display: table-cell;
    vertical-align: middle;
}

.shareListBox .itemUL .sub_right .s_right {
    width: 38%;
    max-width: 38%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.shareListBox .itemUL .sub_right .s_right .more {
    display: inline-block;
    line-height: 1.3rem;
    border-radius: 0.3rem;
    background: #f4f9fd;
    border: 0.05rem solid #b9d7f3;
    text-align: center;
    font-weight: normal;
    font-size: 0.55rem;
    padding: 0 0.5rem;
}

.shareListBox .itemUL .sub_right .s_right .picBox {
    display: none;
    position: absolute;
    top: 10px;
    right: -273px;
    width: 305px;
    z-index: 10;
    text-align: right;
    background: url(/template/images/jt.png) no-repeat;
    background-position-y: 5px;
}

.shareListBox .itemUL .sub_right .s_right .picBox img {
    width: 270px;
    height: 270px;
    padding: 8px;
    border: 1px solid #a40000;
    border-radius: 8px;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px #aaa;
    -webkit-box-shadow: 0px 0px 6px #aaa;
    box-shadow: 0px 0px 6px #aaa;
}

.shareListBox .itemUL li:nth-child(1) {
}

.shareListBox .itemUL:hover {
    font-weight: bold;
    color: #e40500;
}

.shareListBox .itemUL:hover .sub_left a {
    color: #e40500;
}

.shareListBox .itemUL .sub_right .s_right .more:hover {
    font-weight: bold;
    color: #e40500;
}

.shareListBox .itemUL:hover .sub_right .s_left {
    color: #e40500;
}

.shareListBox .noInfor {
    text-align: center;
    padding-top: 50px;
}

.xgWenTi {
    padding-top: 1rem;
}

.xgWenTi .xgTitle {
    line-height: 200%;
    color: #021a67;
    text-align: center;
    display: grid;
    grid-template-columns: 100%;
}

.xgWenTi .xgTitle .one {
    font-size: 1rem;
    font-weight: bold;
    order: 2;
}

.xgWenTi .xgTitle .two {
    font-size: 1.3rem;
    font-family: 'Impact';
    text-transform: uppercase;
    color: #e3edf5;
    order: 1;
}

.xgWenTi .xgList {
    padding-top: 0.8rem;
}

.xgWenTi .xgList li {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.3%;
    text-align: center;
    margin-bottom: 0.5rem;
    border: 0.05rem solid #cce2f6;
}

.xgWenTi .xgList li .one {
}

.xgWenTi .xgList li .two {
    padding: 0.55rem 0;
}

.xgWenTi .xgList li .one a {
    display: block;
    position: relative;
}

.xgWenTi .xgList li .one img {
    width: 100%;
    max-width: 100%;
    height: 7rem;
}

.xgWenTi .xgList li .one .txt {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 96%;
    padding: 0 2%;
    background: rgba(255,255,255,0.8);
    line-height: 1.6rem;
    font-size: 0.6rem;
    z-index: 10;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xgWenTi .xgList li .two a {
    display: inline-block;
    line-height: 1.5rem;
    border-radius: 0.3rem;
    background: #f4f9fd;
    border: 0.05rem solid #b9d7f3;
    width: 100%;
    max-width: 80%;
    text-align: center;
    font-weight: normal;
    font-size: 0.6rem;
}

.xgWenTi .xgList li:nth-child(3) {
    margin-right: 0;
}

.xgFangAn {
    padding-top: 0.5rem;
}

.xgFangAn .xgTitle {
    background: url(/template/images/title.png) no-repeat center top;
    height: 85px;
    position: relative;
}

.xgFangAn .xgList {
    font-size: 18px;
    margin-top: -12px;
    padding-top: 183px;
}

.xgFangAn .xgTitle .one {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
}

.xgFangAn .xgList li {
}

.xgFangAn .xgList li a {
}

.xgFangAn .xgList .xgSub {
    background: rgba(255,255,255,0.8);
    padding: 18px 30px;
    padding-right: 0;
    line-height: 30px;
}

.topNew {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    padding: 0.3rem 2%;
    border: 0.05rem solid #ddd;
    width: 100%;
    max-width: 93%;
    margin-left: 1%;
    background: #fff;
    padding-bottom: 0.5rem;
    margin-bottom: 0.8rem;
}

.topNew .sub_left {
    order: 2;
}

.topNew .sub_right {
    order: 1;
}

.topNew .sub_left .one {
}

.topNew .sub_left .two {
    font-size: 0.8rem;
    font-weight: bold;
    padding-top: 0.3rem;
    line-height: 1.5rem;
}

.topNew .sub_left .three {
    color: #999;
    font-size: 0.6rem;
    padding: 0.3rem 0;
    line-height: 1rem;
    padding-top: 0.2rem;
}

.topNew .sub_left .four {
    line-height: 180%;
    color: #333;
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.topNew .sub_left .five {
    text-align: right;
    padding-top: 0.38rem;
}

.topNew .sub_left .two a {
}

.topNew .sub_left .one img {
    position: absolute;
    top: 0.3rem;
    right: 5%;
    width: 100%;
    max-width: 28%;
}

.topNew .sub_left .three dd {
    display: inline-block;
    margin-right: 3%;
}

.topNew .sub_left .five a {
    display: inline-block;
    color: #df2422;
    border: 0.05rem solid #df2422;
    border-radius: 0.3rem;
    line-height: 1.38rem;
    padding: 0 1rem;
    font-size: 0.6rem;
}

.wapNewNav .content li:nth-child(2) a {
    background: url(/template/images/nl_03.png) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 11%;
}

.wapNewNav .content li:nth-child(4) a {
    background: url(/template/images/nl_04.png) no-repeat center left;
    background-size: auto 0.8rem;
    background-position-x: 11%;
}

.wapNewNav .content li:last-child {
    border: 0;
}

.topNew:hover {
    -moz-box-shadow: 1px 1px 6px #ccc;
    -webkit-box-shadow: 1px 1px 6px #ccc;
    box-shadow: 1px 1px 6px #ccc;
}

.xgFast {
    padding-top: 1rem;
}

.xgFast .bigBox {
    position: relative;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.xgFast .sub_left {
}

.xgFast .sub_right {
}

.xgFast .sub_left .one {
    top: 0;
    left: 0;
}

.xgFast .sub_left .two {
    top: 5.8rem;
    left: 0;
}

.xgFast .sub_left .three {
    top: 11.5rem;
    left: 0;
}

.xgFast .sub_right .one {
}

.xgFast .sub_right .two {
}

.xgFast .sub_right .three {
}

.xgFast .sub_right dd {
    float: left;
    width: 100%;
    max-width: 31.3%;
    padding: 0 1%;
    /* border-right: 0.05rem solid #ddd; */
    margin-bottom: 0.5rem;
}

.xgFast .sub_right dd a {
}

.xgFast .sub_right .more {
    width: 75px;
}

.xgFast .sub_right .more a {
    border: 0;
    color: #cf131b;
}

.xgFast .sub_right dd a:hover {
    font-weight: bold;
    color: #cf131b;
}

.wapNewNav .content li a:hover {
    font-weight: bold;
    color: #fff;
    background: url(/template/images/nlw_02.png) no-repeat center left;
    background-size: auto 0.8rem;
    background-position-x: 11%;
    background-color: #d82220;
}

.wapNewNav .content li:nth-child(2) a:hover {
    background: url(/template/images/nlw_03.png) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 11%;
    background-color: #d82220;
}

.wapNewNav .content li:nth-child(4) a:hover {
    background: url(/template/images/nlw_04.png) no-repeat center left;
    background-size: auto 0.8rem;
    background-position-x: 11%;
    background-color: #d82220;
}

.prev_next {
    padding-top: 0.5rem;
}

.prev_next a {
    width: 100%;
    max-width: 79%;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.prev_next li {
    display: block;
    margin-bottom: 0.3rem;
    color: #000;
    line-height: 2rem;
    min-height: 2rem;
    background: #f8f8f8;
    padding: 0 3%;
    border-radius: 0.2rem;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover a {
    color: #0096a4;
    font-weight: bold;
}

.prev_next li:hover {
}

.in_contact {
    padding-top: 1.5rem;
}

.in_contact .line_1 {
    background: url(/template/images/about3.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 10rem;
}

.in_contact .line_1 .txtBox {
    background: rgba(255,255,255,0.9);
    width: 100%;
    max-width: 90%;
    margin-left: 2%;
    border-radius: 0.3rem;
    padding: 0.3rem 3%;
}

.in_contact .line_2 {
    position: relative;
}

.in_contact .line_1 .callTitle {
    padding-top: 0.68rem;
    text-align: center;
    background: url(/template/images/t_05.png) no-repeat center top;
    background-size: 29% auto;
    line-height: 180%;
    color: #333;
    margin-bottom: 0.3rem;
}

.in_contact .line_1 .two {
    font-weight: bold;
    padding: 0.5rem 0;
}

.in_contact .line_1 .three {
    line-height: 220%;
}

.in_contact .line_1 .callTitle .s1 {
    display: inline-block;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
    padding-left: 1.5rem;
    background: url(/template/images/ico15.png) no-repeat center left;
    background-size: auto 1rem;
}

.in_contact .line_1 .callTitle .s2 {
    color: #888;
    line-height: 1.1rem;
    font-size: 0.63rem;
}

.in_contact .line_1 .callTitle .s1 span {
    color: #c9060f;
}

.in_contact .line_1 .three p {
    text-indent: 2em !important;
    padding-bottom: 0.3em;
}

.in_contact .line_1 .three span {
    color: #c9060f;
}

.in_contact .line_2 .callBox {
    position: absolute;
    z-index: 100;
    width: 100%;
    max-width: 90%;
    top: 1.3rem;
    left: 5%;
    border-radius: 0.5rem;
    background: url(/template/images/call_01.png) no-repeat center top;
    background-size: auto 0.5rem;
    background-color: rgba(255,255,255,0.95);
}

.in_contact .line_2 .callTitle {
    background: url(/template/images/callIco_01.png) no-repeat;
    background-size: auto 0.8rem;
    padding-top: 1rem;
}

.in_contact .line_2 .txt {
    position: relative;
    padding-top: 0.5rem;
    font-size: 0.6rem;
}

.in_contact .line_2 .callTitle .s1 {
    display: inline-block;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
    padding-left: 1.5rem;
    background: url(/template/images/callIco_02.png) no-repeat center left;
    background-size: auto 1rem;
}

.in_contact .line_2 .callTitle .s2 {
    color: #888;
    line-height: 1.1rem;
    font-size: 0.63rem;
    letter-spacing: 0.05rem;
}

.in_contact .line_2 .callTitle .s1 span {
    color: #c9060f;
}

.in_contact .line_2 .txt dd {
    line-height: 160%;
    padding: 0.39rem 0;
    padding-left: 1.3rem;
    background: url(/template/images/callIco2_01.png) no-repeat center left;
    background-size: 0.9rem auto !important;
    background-position-y: 0.38rem !important;
}

.in_contact .line_2 .txt .ewm {
    position: absolute;
    right: 0;
    top: 2rem;
    text-align: center;
    line-height: 150%;
    width: 100%;
    max-width: 32%;
    font-size: 0.5rem;
}

.in_contact .line_2 .txt .ewm .s1 {
}

.in_contact .line_2 .txt .ewm .s2 {
    padding-top: 0.2rem;
}

.in_contact .line_2 .txt .ewm .s1 img {
    padding: 0.1rem;
    border: 0.05rem dashed #ccc;
    background: #fff;
    max-width: 3.8rem;
}

.in_contact .line_2 .callBox2 {
    padding: 1.5rem 6%;
    background: url(/template/images/call_02.png) no-repeat center bottom;
    background-size: 100% 0.5rem;
    padding-bottom: 1rem;
}

.faNav {
    background: #fff;
    display: table;
    width: 100%;
    max-width: 100%;
}

.faNav .content {
    width: 80%;
    max-width: 80%;
    border-left: 0;
    border-bottom: 0.1rem solid #e3e3e3;
    display: table-cell;
}

.faNav .content li {
    width: 100%;
    max-width: 50%;
    float: left;
    text-align: center;
    line-height: 1.8rem;
    background: url(/template/images/line.png) no-repeat center right;
    background-size: 0.05rem 0.8rem;
}

.faNav .content li a {
}

.fangAnView {
    background: url(/template/images/bj6.jpg);
}

.fangAnView .faTitle {
    margin-bottom: 0.8rem;
    background: url(/template/images/fs_01.png) no-repeat center top;
    background-size: 48% auto;
}

.fangAnView .shareTypeBox .right a:last-child {
    color: #df0e0b;
}

.fangAnView .fangAnBox {
    margin-bottom: 1rem;
    position: relative;
}

.fangAnView .fangAnBox .mainTitle {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.4rem 0;
    margin-bottom: 0.38rem;
}

.fangAnView .fangAnBox .line_2 {
    padding-top: 0.5rem;
}

.fangAnView .fangAnBox .line_3 {
}

.fangAnView .fangAnBox .line_4 {
}

.fangAnView .fangAnBox .line_5 {
}

.fangAnView .fangAnBox .sTitle {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.fangAnView .fangAnBox .line_2 .sContent {
    padding: 0.1rem 0;
    color: #666;
    text-align: justify;
    padding-bottom: 0.8rem;
}

.fangAnView .fangAnBox .line_1 .sContent table, .fangAnView .fangAnBox .line_1 .sContent td,.fangAnView .fangAnBox .line_2 table, .fangAnView .fangAnBox .line_2 td {
    border-collapse: collapse !important;
    border: 0 !important;
}

.fangAnView .fangAnBox .line_1 .sContent td {
    display: block;
}

.fangAnView .fangAnBox .line_2 .sContent, .fangAnView .fangAnBox .line_2 .sContent p, .fangAnView .fangAnBox .line_2 .sContent span, .fangAnView .fangAnBox .line_2 .sContent font, .fangAnView .fangAnBox .line_2 .sContent td {
    font-size: 0.65rem !important;
    line-height: 190% !important;
    text-indent: 0 !important;
}

.fangAnView .fangAnBox .line_2 .sContent p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.fangAnView .shareTypeBox {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
    margin-bottom: 1rem;
}

.fangAnView .fangAnBox .line_2 table,.fangAnView .fangAnBox .line_2 td {
    text-align: center !important;
}

.fangAnView .fangAnBox .line_1 table,.fangAnView .fangAnBox .line_2 table {
    width: 100% !important;
}

.fangAnView .fangAnBox .line_2 td {
}

.fangAnView .fangAnBox .line_4 table,.fangAnView .fangAnBox .line_4 td {
    border-collapse: collapse;
    border: 0.05rem solid #b2cade;
    text-align: center;
}

.fangAnView .fangAnBox .line_4 td {
}

.fangAnView .fangAnBox .line_4 td:nth-child(1) {
    text-align: center;
    width: 18%;
}

.fangAnView .fangAnBox .line_4 td:nth-child(2) {
    width: 25%;
}

.fangAnView .fangAnBox .line_4 td:nth-child(3) {
}

.fangAnView .fangAnBox .line_4 tr:nth-child(1) {
    background: #eff4f8;
    font-weight: bold;
    text-align: center;
}

.fangAnView .fangAnBox .line_4 tr:last-child td {
    /* text-align: left; */
    color: #888;
}

.xgPro3 {
    margin-bottom: 1rem;
}

.xgPro3 .shareTitle {
    background: url(/template/images/fs_03.png) no-repeat center top;
    background-size: 48% auto;
}

.xgPro3 .shareTitle .cn p {
    background: url(/template/images/fs_04.png) no-repeat center left;
    background-size: auto 1rem;
}

.xgPro3 .xgList dd:nth-child(4) {
    margin-right: 0;
}

.xgPro3 .xgList {
    padding-top: 0.5rem;
}

.fsBody .mainSubBox {
    background: none;
}

.fsBody {
}

.xgCase {
    margin-bottom: 0.5rem;
}

.xgCase .shareTitle {
    background: url(/template/images/fs_01.png) no-repeat center top;
    background-size: 48% auto;
}

.xgCase .xgList {
    padding-top: 0.6rem;
}

.xgCase .shareTitle .cn p {
    background: url(/template/images/fs_05.png) no-repeat center left;
    background-size: auto 1rem;
}

.xgCase .xgList li {
    float: left;
    width: 100%;
    max-width: 48.5%;
    margin-left: 1%;
    position: relative;
    margin-bottom: 0.5rem;
}

.xgCase .xgList li .xgCasePic {
    width: 100%;
    max-width: 100%;
    height: 9rem;
}

.xgCase .xgList li .two {
    position: absolute;
    z-index: 30;
    background-color: rgba(255,255,255,0.9);
    bottom: 0;
    width: 100%;
    max-width: 90%;
    padding: 0.3rem 5%;
}

.xgCase .xgList li .two .s1 {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.xgCase .xgList li .two .s2 {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    line-height: 150%;
    margin-bottom: 0.3rem;
    font-size: 0.6rem;
    color: #666;
}

.xgCase .xgList li .two .s3 {
    line-height: 1.2rem;
}

.xgCase .xgList li .two .s1 a {
}

.xgCase .xgList li .two .s3 a {
    border: 0.05rem solid #c9060f;
    color: #c9060f;
    display: inline-block;
    border-radius: 0.2rem;
    padding: 0 0.5rem;
    font-size: 0.6rem;
}

.xgCase .xgList li:last-child {
    margin-right: 0;
}

.hotNew {
    background: #fff;
    width: 100%;
    max-width: 96%;
    padding: 0.3rem 2%;
    padding-bottom: 0.8rem;
}

.hotNew .xgTitle {
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding-left: 1.2rem;
    background: url(/template/images/fs_06.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.hotNew .xgList {
    padding-top: 0.3rem;
}

.hotNew .xgList li {
    line-height: 1.5rem;
    width: 100%;
    max-width: 96%;
    padding-left: 3.5%;
    background: url(/template/images/dot.png) no-repeat center left;
    background-size: 0.2rem auto;
}

.hotNew .xgList li a {
}

.hotNew .xgList li a:hover {
    color: #c9060f;
}

.t_logo .left h3 {
    width: 100%;
    max-width: 30%;
    float: left;
}

.in_about .jianJie .videoShow video,.in_about .jianJie .videoShow iframe {
    display: block;
}

.searchBody {
}

.jhList {
    padding: 0.5rem 0;
}

.jhList .left {
    padding-bottom: 0.5rem;
}

.jhList .right {
}

.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.75rem;
}

.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 {
}

.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;
}

.in_contact .line_2 .txt dd:nth-child(1) {
    background: url(/template/images/callIco2_01.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(2) {
    background: url(/template/images/callIco2_02.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(3) {
    background: url(/template/images/callIco2_03.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(4) {
    background: url(/template/images/callIco2_04.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(5) {
    background: url(/template/images/callIco2_05.png) no-repeat center left;
}

.in_contact .line_2 .txt dd:nth-child(6) {
    background: url(/template/images/callIco2_06.png) no-repeat center left;
}

.in_contact .line_2 .txt dd span {
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    color: #c9060f;
}

.top {
    -moz-box-shadow: 1px 2px 3px #ddd;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.t_bigBox {
}

.bannerBox {
}

.hotKey {
    display: none;
}

.searchInput {
    width: 100%;
    max-width: 95%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    border-radius: 0.3rem;
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: inset 0px -1px 5px #ddd;
    -webkit-box-shadow: inset 0px -1px 5px #ddd;
    box-shadow: inset 0px -1px 5px #ddd;
}

.menunavbtn {
    position: absolute;
    width: 30%;
    max-width: 9%;
    top: 1.2rem;
    right: 2.5%;
}

.searchInput input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.searchInput input[type="text"] {
    width: 100%;
    max-width: 79%;
    text-indent: 0.3rem;
    line-height: 1.8rem;
    height: 1.8rem;
    color: #888888;
    padding: 0;
    margin: 0;
    font-size: 0.6rem;
    background: none;
    border: 0.05rem solid #e1f1f2;
}

.searchInput input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.searchInput input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.searchInput input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.searchInput input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.searchInput input[type="button"] {
    width: 100%;
    max-width: 20%;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    line-height: 1.8rem;
    padding-top: 0.05rem;
    background: url(/template/images/fd.png) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 0.38rem;
    background-color: #0096a4;
    text-align: right;
    padding-right: 3%;
}

.t_nav li:nth-child(1) a {
    background: url(/template/images/wapNav_01.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(1) a:hover {
    background: url(/template/images/wapNavH_01.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(2) a {
    background: url(/template/images/wapNav_02.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 0.73rem !important;
}

.t_nav li:nth-child(2) a:hover {
    background: url(/template/images/wapNavH_02.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 0.73rem !important;
}

.t_nav li:nth-child(3) a {
    background: url(/template/images/wapNav_03.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(3) a:hover {
    background: url(/template/images/wapNavH_03.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(4) a {
    background: url(/template/images/wapNav_04.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(4) a:hover {
    background: url(/template/images/wapNavH_04.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(5) a {
    background: url(/template/images/wapNav_05.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 0.75rem !important;
}

.t_nav li:nth-child(5) a:hover {
    background: url(/template/images/wapNavH_05.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 0.75rem !important;
}

.t_nav li:nth-child(6) a {
    background: url(/template/images/wapNav_06.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(6) a:hover {
    background: url(/template/images/wapNavH_06.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(7) a {
    background: url(/template/images/wapNav_07.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 0.75rem !important;
}

.t_nav li:nth-child(7) a:hover {
    background: url(/template/images/wapNavH_07.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 0.75rem !important;
}

.t_nav li:nth-child(8) a {
    background: url(/template/images/wapNav_08.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.t_nav li:nth-child(8) a:hover {
    background: url(/template/images/wapNavH_08.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.68rem !important;
}

.shareTypeBox .right a:nth-child(1), .shareTypeBox .right a:nth-child(2), .shareTypeBox .right a:nth-child(3), .shareTypeBox .right a:nth-child(4), .shareTypeBox .right a:nth-child(5), .shareTypeBox .right a:nth-child(6), .shareTypeBox .right a:nth-child(7), .shareTypeBox .right a:nth-child(8), .shareTypeBox .right a:nth-child(9), .shareTypeBox .right a:nth-child(10), .shareTypeBox .right a:nth-child(11), .shareTypeBox .right a:nth-child(12), .shareTypeBox .right a:nth-child(13), .shareTypeBox .right a:nth-child(14), .shareTypeBox .right a:nth-child(15) {
    display: block;
}

.shareTypeBox .right a:last-child {
    display: block;
}

.shareTypeBox .right .subBox {
    border: 0.05rem solid #ddd;
    border-left: 0;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.shareTypeBox .right a:nth-child(2), .shareTypeBox .right a:nth-child(4), .shareTypeBox .right a:nth-child(6), .shareTypeBox .right a:nth-child(8), .shareTypeBox .right a:nth-child(10), .shareTypeBox .right a:nth-child(12), .shareTypeBox .right a:nth-child(14), .shareTypeBox .right a:nth-child(16), .shareTypeBox .right a:nth-child(18), .shareTypeBox .right a:nth-child(20) {
    background: none;
}

.shareprodList .item .linkBt a:nth-child(2) {
}

.shareprodList .item .linkBt a:nth-child(1) {
}

.shareprodList .item:nth-child(2), .shareprodList .item:nth-child(4), .shareprodList .item:nth-child(6), .shareprodList .item:nth-child(8), .shareprodList .item:nth-child(10), .shareprodList .item:nth-child(12), .shareprodList .item:nth-child(14), .shareprodList .item:nth-child(16), .shareprodList .item:nth-child(18), .shareprodList .item:nth-child(20) {
    margin-right: 0;
}

.pro .content .line_2 .shareMore {
    padding: 0.38rem 0;
}

.pro .content .line_2 .shareMore a {
    display: block;
    line-height: 2.3rem;
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    background: url(/template/images/more.png) no-repeat center;
    background-size: auto 100%;
}

.pro .content .line_3 .subLine_2 .sBox a:nth-child(3),.pro .content .line_3 .subLine_2 .sBox a:nth-child(6),.pro .content .line_3 .subLine_2 .sBox a:nth-child(9),.pro .content .line_3 .subLine_2 .sBox a:nth-child(12),.pro .content .line_3 .subLine_2 .sBox a:nth-child(15),.pro .content .line_3 .subLine_2 .sBox a:nth-child(18) {
    border: 0;
}

.pro .content .line_3 .subLine_2 .sBox a:last-child {
    border: 0;
}

.orderBox {
    display: grid;
    grid-template-columns: 100%;
}

.orderBox .news {
    order: 2;
}

.orderBox .bjBox {
    order: 1;
}

.f_contact .ul_1 .l_1 .two .s3 {
    font-size: 0.85rem;
    font-weight: bold;
    padding: 0.1rem 0;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #2f2f2f;
    padding-top: 0;
    min-height: 3.8rem;
    width: 100%;
    max-width: 100%;
}

.keFu a {
    width: 80%;
    max-width: 25%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    line-height: 120%;
    padding-top: 0.6rem;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.1rem;
}

.keFu a:nth-child(4) {
    padding: 0;
    background: url(/template/images/top.png) no-repeat center;
    background-size: auto 100%;
}

.typeNav .content .bigBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.typeNav .content .shuTxt {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    width: auto;
    padding-left: 26%;
    letter-spacing: 0.2rem;
}

.typeNav .content .boxTwo {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.typeNav .content .subBox li:nth-child(2), .typeNav .content .subBox li:nth-child(4), .typeNav .content .subBox li:nth-child(6), .typeNav .content .subBox li:nth-child(8), .typeNav .content .subBox li:nth-child(10), .typeNav .content .subBox li:nth-child(12), .typeNav .content .subBox li:nth-child(14), .typeNav .content .subBox li:nth-child(16), .typeNav .content .subBox li:nth-child(18), .typeNav .content .subBox li:nth-child(20), .typeNav .content .subBox li:nth-child(22), .typeNav .content .subBox li:nth-child(24), .typeNav .content .subBox li:nth-child(26), .typeNav .content .subBox li:nth-child(28) {
    background: none;
}

.proBody .iJiShu {
    padding-bottom: 0.5rem;
}

.shareListBox .itemUL:last-child {
    border-bottom: 0.05rem solid #85c0f6;
}

.xgWenTi .xgTitle .one span {
    color: #c40100;
}

.xgWenTi .xgTitle .one p {
    padding-left: 1.2rem;
    background: url(/template/images/ico11.png) no-repeat center left;
    background-size: auto 1rem;
    display: inline-block;
}

.shareListBox .itemUL .sub_right .s_left p {
    /* display: block; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    padding-left: 4%;
}

.typeNav .content .smallNav a:hover,.typeNav .content .cur a {
    font-weight: bold;
    color: #d71a18;
}

.nameBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #f3fbff;
    line-height: 2.5rem;
}

.nameBox .s_left {
    float: left;
    margin-left: 2%;
}

.nameBox .s_right {
    float: right;
    margin-right: 2%;
}

.nameBox .s_left .one {
}

.nameBox .s_right a {
    color: #e50202;
    display: block;
    padding-right: 0.9rem;
    background: url(/template/images/ps2_02.png) no-repeat center right;
    background-size: 0.68rem auto;
}

.xgPro .xgList dd:nth-child(2) {
    margin-right: 0;
}

.wapNewNav .left_Title .cn span {
    color: #c92824;
}

.xgFast .sub_left div {
    position: absolute;
    width: 100%;
    max-width: 93%;
    padding-left: 7%;
    font-size: 0.8rem;
    font-weight: bold;
    background: url(/template/images/ico13.png) no-repeat center left;
    background-size: auto 0.8rem;
    line-height: 1.5rem;
}

.xgFast .sub_right dl {
    padding-top: 1.8rem;
    padding-bottom: 0.1rem;
    border-bottom: 0.05rem dashed #ccc;
    margin-bottom: 1rem;
}

.prev_next li span {
    display: inline-block;
}

.fangAnBody {
}

.faNav .left_Title {
    width: 20%;
    max-width: 20%;
    background: url(/template/images/bj.png) no-repeat center left;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
}

.fangAnBody .in_new {
    padding-top: 1.3rem;
}

.fangAnBody .in_new .shareTitle {
    margin-bottom: 0.8rem;
    background: url(/template/images/fs_01.png) no-repeat center top;
    background-size: 48% auto;
}

.faNav .left_Title .txtBox {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    width: auto;
    padding-left: 0.3rem;
    display: grid;
}

.faNav .left_Title .txtBox .en {
    order: 2;
    font-size: 0.52rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.faNav .left_Title .txtBox .cn {
    order: 1;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.faNav .content .ul_8 {
    padding: 0.5rem 0;
    border: 0.05rem solid #ddd;
    border-left: 0;
}

.fangAnBody .in_new .left {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.faNav .content li:nth-child(2), .faNav .content li:nth-child(4), .faNav .content li:nth-child(6), .faNav .content li:nth-child(8), .faNav .content li:nth-child(10), .faNav .content li:nth-child(12), .faNav .content li:nth-child(14), .faNav .content li:nth-child(16), .faNav .content li:nth-child(18), .faNav .content li:nth-child(20), .faNav .content li:nth-child(22), .faNav .content li:nth-child(24), .faNav .content li:nth-child(26), .faNav .content li:nth-child(28) {
    background: none;
}

.fangAnBody .in_new .shareTitle .cn p {
    background: url(/template/images/tIco_01.png) no-repeat center left;
    background-size: auto 1rem;
}

.xgCase .xgList li:nth-child(3),.xgCase .xgList li:nth-child(4) {
    display: none;
}

.xgPro3 .xgList .item:nth-child(3), .xgPro3 .xgList .item:nth-child(4) {
    display: none;
}

.hotNew .xgList li:nth-child(5),.hotNew .xgList li:nth-child(6),.hotNew .xgList li:nth-child(7),.hotNew .xgList li:nth-child(8) {
    display: none;
}

.fsBody .iJiShu {
    display: none;
}

.in_contact .line_2 #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 30rem !important;
}

.contactBody {
}

.contactBody .iJiShu {
    display: none;
}

.in_about .jianJie .center {
    border-radius: 0.5rem;
    background: rgba(255,255,255,0.95);
    padding: 1rem 3%;
    width: 100%;
    max-width: 90%;
    margin-left: 1.5%;
    border: 0.1rem solid #e1eff5;
    padding-bottom: 0.8rem;
    text-align: justify;
}

.in_about .fuWu .content .picBox {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 5.5rem;
    left: 0;
    height: 10rem;
    background: url(/template/images/fuwu.png) no-repeat center top;
    background-size: 50% auto;
    z-index: 10;
}

.in_about .fuWu .content .line_1 li {
    top: 1rem;
}

.in_about .fuWu .content .line_1 .sub_left {
    left: 0;
}

.in_about .fuWu .content .line_2 li {
    top: 12.5rem;
}

.in_about .fuWu .content .line_1 li .sub_right {
}

.in_about .fuWu .content .line_1 .sub_right .one {
    background: url(/template/images/num_03.png) no-repeat center left;
    background-size: 1rem auto;
}

.in_about .fuWu .content .line_2 .sub_right .one {
    background: url(/template/images/num_04.png) no-repeat center left;
    background-size: 1rem auto;
}

.in_about .fuWu .content .line_1 .sub_left .one {
    background: url(/template/images/num_03.png) no-repeat center left;
    background-size: 1rem auto;
}

.in_about .fuWu .content .line_2 .sub_left .one {
    background: url(/template/images/num_02.png) no-repeat center left;
    background-size: 1rem auto;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
    text-align: justify;
}

.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: #ad0008;
    background: -webkit-linear-gradient(bottom, #b9171f, #ff7b0a);
    background: -o-linear-gradient(top, #b9171f, #ff7b0a);
    background: -moz-linear-gradient(top, #b9171f, #ff7b0a);
    background: linear-gradient(to top, #ca4c12, #f3b11b);
}

.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.8rem;
    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_ico6.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%;
}

.fangAnView .fangAnBox .jt {
    position: absolute;
    top: -0.5rem;
    left: 0;
    background: url(/template/images/jt2.png) no-repeat center top;
    background-size: 3rem 100%;
    width: 100%;
    max-width: 100%;
    min-height: 0.5rem;
}

.t_nav a span {
    display: block;
}

.t_nav a .en {
    display: none;
}

.proType {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.proType .left_Title {
    float: left;
    width: 20%;
    max-width: 20%;
    min-height: 10rem;
    color: #fff;
    background: url(/template/images/wapPro_02.png) no-repeat center top;
    background-size: 100% 100%;
}

.proType .kou {
    position: absolute;
    width: 10%;
    max-width: 6%;
    top: 1.8rem;
    left: 17.5%;
}

.proType .Box_one {
    float: right;
    width: 100%;
    max-width: 74%;
    padding: 0.3rem 2%;
    min-height: 9.2rem;
    font-size: 0.6rem;
    border: 0.05rem solid #eee;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 6px #ddd;
    background: #fff;
}

.proType .left_Title .cn {
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 0.1rem;
}

.proType .left_Title .en {
    font-size: 0.38rem;
    letter-spacing: 0.03rem;
}

.proType .kou span {
    display: block;
    min-height: 0.9rem;
    margin-bottom: 4.5rem;
    background: url(/template/images/wapPro_01.png) no-repeat center top;
    background-size: 100% 100%;
}

.proType .left_content {
}

.proType .left_content dd {
    float: left;
    width: 100%;
    max-width: 33.3333%;
    line-height: 1.3rem;
    padding: 0.25rem 0;
    border-bottom: 0.05rem dashed #eee;
}

.proType .Box_one .left_content dd a {
    border-radius: 0.5rem;
}

.proType .Box_one .left_content dd a span {
    display: block;
    padding-left: 23%;
    background: url(/template/images/left_05.png) no-repeat center left;
    background-size: 0.35rem auto;
    background-position-x: 0.3rem;
}

.proType .left_Title .sBox {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    width: auto;
    padding-left: 0.7rem;
    padding-top: 4.1rem;
}

.proType .Box_one .left_content dd a:hover,.proType .Box_one .left_content dd a.cur {
    background: #ffa405;
    color: #fff;
}

.proType .Box_one .left_content dd a:hover span {
    background: url(/template/images/left_03.png) no-repeat center left;
    background-size: 0.35rem auto;
    background-position-x: 0.3rem;
}

.pro .content .right {
    padding-top: 0.8rem;
}

.indexBody .shareprodList .item:nth-child(9) {
    display: none;
}

.indexBody {
}

.pro .content .right .pageNumber {
    display: none;
}

.shareMore {
    padding-top: 0.5rem;
    line-height: 1.9rem;
    text-align: center;
}

.shareMore a {
    display: inline-block;
    width: 50%;
    max-width: 50%;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    background: url(/template/images/m_01.png) no-repeat center top;
    background-size: 100% 100%;
}

.shareMore a span {
    display: inline-block;
    padding-right: 15%;
    background: url(/template/images/m_02.png) no-repeat center right;
    background-size: auto 1.5rem;
    background-position-x: 3rem;
}

.youShi {
    padding-top: 0.5rem;
}

.youShi .wapContent {
    position: relative;
}

.youShi .wapContent a {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.3rem;
    width: 50%;
    max-width: 28%;
    color: #fff;
    font-size: 0.65rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.1rem;
    background: url(/template/images/btBj.png) no-repeat center top;
    background-size: 100% 100%;
}

.youShi .wapContent .link_1 {
    top: 14.5rem;
    left: 7%;
}

.youShi .wapContent .link_2 {
    top: 38rem;
    left: 7%;
}

.iDingZhi {
    padding-top: 1rem;
    padding-bottom: 0.3rem;
}

.iDingZhi .shareTitle {
    min-height: 3rem;
    padding-top: 3.1rem;
    background: url(/template/images/wapT.png) no-repeat center top;
    background-size: 100% auto;
}

.iDingZhi .shareTitle .three {
    padding-left: 10%;
    line-height: normal;
}

.iDingZhi .shareTitle .cn {
    padding-left: 12%;
    color: #333;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    margin: 0;
}

.iDingZhi .content {
    padding-top: 0.5rem;
    text-align: center;
}

.iDingZhi .content li {
    float: left;
    width: 100%;
    max-width: 32%;
    height: 13rem;
    margin-bottom: 0.5rem;
    border-radius: 0.3rem;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s;
    text-shadow: 0 3px #001635, 2px 0 #001635, -2px 0 #001635, 0 -2px #001635;
    text-align: center;
    margin-left: 1%;
    background: url(/template/images/dzPic_01.jpg) no-repeat center top;
}

.iDingZhi .content li:nth-child(1),.iDingZhi .content li:nth-child(2) {
    width: 100%;
    max-width: 48.5%;
    margin-left: 1%;
}

.iDingZhi .content li .twoBox {
    display: table-cell;
    width: 10rem;
    max-width: 100%;
    height: 13rem;
    text-align: center;
    vertical-align: middle;
}

.iDingZhi .content li .sBox {
    padding: 1rem 0;
    margin: 0 auto;
}

.iDingZhi .content li .txt_1 {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
    line-height: 133%;
}

.iDingZhi .content li .txt_2 {
    font-size: 0.35rem;
    line-height: 130%;
}

.iDingZhi .content li:last-child {
    margin-right: 0;
}

.iDingZhi .content li .oneBox {
    min-height: 13rem;
    background: url(/template/images/dzImg_01.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(1) {
    background: url(/template/images/dzPic_01.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(2) {
    background: url(/template/images/dzPic_02.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(3) {
    background: url(/template/images/dzPic_03.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(4) {
    background: url(/template/images/dzPic_04.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(5) {
    background: url(/template/images/dzPic_05.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(1) .oneBox {
    background: url(/template/images/dzImg_01.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(2) .oneBox {
    background: url(/template/images/dzImg_02.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(3) .oneBox {
    background: url(/template/images/dzImg_03.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(4) .oneBox {
    background: url(/template/images/dzImg_04.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:nth-child(5) .oneBox {
    background: url(/template/images/dzImg_05.jpg) no-repeat center top;
    background-size: auto 100%;
}

.iDingZhi .content li:hover .oneBox {
    background: none;
}

.iDingZhi .content li:nth-child(1) .twoBox {
    background: url(/template/images/dz_01.png) no-repeat left bottom;
    background-position-x: 0.6rem;
    background-position-y: 11rem;
    background-size: 1rem auto;
}

.iDingZhi .content li:nth-child(2) .twoBox {
    background: url(/template/images/dz_02.png) no-repeat left bottom;
    background-position-x: 0.6rem;
    background-position-y: 11.2rem;
    background-size: 1rem auto;
}

.iDingZhi .content li:nth-child(3) .twoBox {
    background: url(/template/images/dz_03.png) no-repeat left bottom;
    background-position-x: 0.6rem;
    background-position-y: 11.3rem;
    background-size: 1rem auto;
}

.iDingZhi .content li:nth-child(4) .twoBox {
    background: url(/template/images/dz_04.png) no-repeat left bottom;
    background-position-x: 0.6rem;
    background-position-y: 11.3rem;
    background-size: 1rem auto;
}

.iDingZhi .content li:nth-child(5) .twoBox {
    background: url(/template/images/dz_05.png) no-repeat left bottom;
    background-position-x: 0.6rem;
    background-position-y: 11.2rem;
    background-size: 1rem auto;
}

.iDingZhi .content li:hover .sBox {
    background: rgb(0 45 113 / 63%);
}

.iDingZhi .content li:hover {
}

.iDingZhi .content li:hover .twoBox {
    width: 305px;
    text-shadow: none;
}

.iDingZhi .content .center {
}

.iDingZhi .shareTitle .three img {
    height: 0.68rem;
}

.iAbout {
    padding-top: 2rem;
    background: url(/template/images/wapAbout_01.jpg) no-repeat center top;
    background-size: 100% auto;
}

.iAbout .aline_1 {
}

.iAbout .aline_2 {
    padding-top: 1rem;
}

.iAbout .aline_1 .left {
    padding-bottom: 1rem;
}

.iAbout .aline_1 .right {
}

.iAbout .aline_1 .left .one {
    font-size: 0.85rem;
    font-weight: bold;
    padding-top: 0.8rem;
    background: url(/template/images/wapYuan.png) no-repeat;
    background-size: auto 0.55rem;
}

.iAbout .aline_1 .left .two {
    padding-top: 0.68rem;
    text-align: justify;
}

.iAbout .aline_1 .left .three {
    padding-top: 0.5rem;
    text-align: right;
}

.iAbout .aline_1 .left .two, .iAbout .aline_1 .left .two p, .iAbout .aline_1 .left .two span, .iAbout .aline_1 .left .two font {
    font-size: 0.65rem !important;
    text-indent: 0 !important;
    line-height: 200% !important;
}

.iAbout .aline_1 .left .two p {
    margin: 0;
    padding: 0;
}

.iAbout .aline_1 .left .three a {
    display: inline-block;
    font-size: 0.6rem;
    line-height: 1.3rem;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
    color: #0096a4;
    border: 0.05rem solid #0096a4;
}

.videoShow {
    height: 10rem;
}

.videoShow .videoPic {
    cursor: pointer;
    height: 10rem;
    background: url(/template/images/wapVideoPic.jpg) no-repeat center top;
    background-size: 100% auto;
}

.videoShow video, .videoShow source, .videoShow object, .videoShow iframe {
    height: 100%;
}

.iAbout .aline_2 dd {
    float: left;
    width: 100%;
    max-width: 50%;
    text-align: center;
    margin-bottom: 1rem;
}

.iAbout .aline_2 dd .s1 {
    display: inline-block;
    font-family: 'Impact';
    color: #0096a4;
    font-size: 1rem;
    padding-left: 20%;
    line-height: 1.3rem;
    background: url(/template/images/aboutIco_01.png) no-repeat center left;
    background-size: auto 1.3rem !important;
}

.iAbout .aline_2 dd .s2 {
    color: #666;
    padding-top: 0.3rem;
}

.iAbout .aline_2 dd:last-child {
    margin-right: 0;
}

.iAbout .aline_2 dd:nth-child(2) .s1 {
    padding-left: 22%;
    background: url(/template/images/aboutIco_02.png) no-repeat center left;
}

.iAbout .aline_2 dd:nth-child(3) .s1 {
    padding-left: 23%;
    background: url(/template/images/aboutIco_03.png) no-repeat center left;
}

.iAbout .aline_2 dd:nth-child(4) .s1 {
    padding-left: 22%;
    background: url(/template/images/aboutIco_04.png) no-repeat center left;
}

.iAbout .aline_1 .left .bigBox {
}

.iAbout .sBox {
    padding: 0 3%;
    padding-bottom: 1.3rem;
    background: url(/template/images/wapAbout_02.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.f_contact {
    position: relative;
    min-height: 23.3rem;
    padding-top: 2.58rem;
    padding-bottom: 10rem;
    background: url(/template/images/wapContact.jpg) no-repeat center top;
    background-size: 103% auto;
}

.f_contact .left {
}

.f_contact .right {
}

.f_contact .ul_1 {
}

.f_contact .left .line_1 {
    padding-left: 26.5%;
    min-height: 8rem;
}

.f_contact .left .line_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    min-height: 10rem;
    background: url(/template/images/wapBJ.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.f_contact .left .line_1 .one {
}

.f_contact .left .line_1 .two {
    padding-top: 1.2rem;
    font-size: 0.5rem;
    padding-left: 10%;
    width: auto;
}

.f_contact .left .line_1 .one img {
    height: 1.35rem;
}

.f_contact .left .line_1 .two dd {
    line-height: 180%;
}

.f_contact .left .line_2 li {
    float: left;
    width: 100%;
    max-width: 50%;
    font-size: 0.6rem;
}

.f_contact .left .line_2 .l_1 {
    padding-left: 5%;
    width: 100%;
    max-width: 67%;
}

.f_contact .left .line_2 .l_2 {
    display: none;
}

.f_contact .left .line_2 .l_3 {
    width: 100%;
    max-width: 26%;
    padding-top: 1rem;
}

.f_contact .left .line_2 li .sTitle {
    font-weight: bold;
    line-height: 1rem;
    color: #333;
    font-size: 0.7rem;
    padding-left: 5%;
    background: url(/template/images/wapIco_01.png) no-repeat center left;
    background-size: auto 100%;
}

.f_contact .left .line_2 li .sContent {
    padding-top: 0.3rem;
}

.f_contact .left .line_2 .l_1 .sContent {
    padding-left: 9%;
    line-height: 1.2rem;
    background: url(/template/images/wapIco_02.png) no-repeat center left;
    background-size: 0.58rem auto;
    background-position-y: 0.55rem;
}

.f_contact .left .line_2 .l_1 .sContent dd {
}

.f_contact .left .line_2 .l_2 .sContent {
}

.f_contact .left .line_2 .l_2 .sContent .s_left {
    width: 66px;
    padding-left: 15px;
}

.f_contact .left .line_2 .l_2 .sContent .s_right {
    width: 83px;
}

.f_contact .left .line_2 .l_2 .sContent a {
    display: block;
}

.f_contact .left .line_2 .l_3 .sContent {
    text-align: center;
    font-size: 0.45rem;
    color: #666;
}

.f_contact .left .line_2 .l_3 .sContent .s1 {
}

.f_contact .left .line_2 .l_3 .sContent .s2 {
    padding-top: 0.2rem;
}

.f_feedback {
    padding-top: 1.35rem;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    padding: 0.3rem 1%;
    margin: 0;
    padding-left: 8.5%;
    width: 89%;
    background: none;
    border-radius: 0.3rem;
    border: 0;
    font-size: 0.65rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
}

.f_feedback input[type="text"] {
    line-height: 1.38rem;
    width: 100%;
    max-width: 39.7%;
}

.f_feedback textarea {
    min-height: 3.7rem;
    padding-top: 0.2rem;
    line-height: 180%;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    display: inline-block;
    text-align: center;
    line-height: 1.8rem;
    cursor: pointer;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    border: 0;
    font-weight: bold;
    background: none;
    width: 100%;
    max-width: 50%;
    font-size: 0.65rem;
}

.f_feedback .bt_1 {
    width: 100%;
    max-width: 47%;
}

.f_feedback .bt_2 {
    width: 100%;
    max-width: 53%;
}

.f_feedback .sTitle {
    font-size: 0.75rem;
    font-weight: bold;
    color: #0096a4;
    padding-left: 11%;
}

.f_feedback .sTitle .s1 {
}

.f_feedback .sTitle .s2 {
}

.f_feedback .sContent {
    padding: 0 6%;
    padding-top: 0.3rem;
}

.f_feedback .sContent .one {
}

.f_feedback .sContent .two {
    padding-top: 0.35rem;
}

.f_feedback .sContent .one .sub {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.f_feedback .sContent .one .sub #Linkman {
}

.f_feedback .sContent .one .sub #Tel {
}

.f_feedback .sContent form {
    padding-left: 4%;
}

.f_contact .left .line_2 .l_3 .sTitle {
    display: none;
}

.f_contact .left .line_2 .ul_3 {
    padding-top: 1rem;
}

.keFu .goTop {
    position: absolute;
    top: -1.9rem;
    left: 38%;
    min-height: 3rem;
}

.keFu a span {
    display: block;
}

.keFu a .cn {
    padding-top: 0.25rem;
}

.keFu a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.f_contact .left .line_2 .l_3 .sContent .s1 img {
    border: 0.05rem solid #ddd;
    border-radius: 0.2rem;
}

.in_pro {
    padding-top: 1rem;
}

.in_pro .ul_1 {
}

.in_pro .left {
    padding-top: 0.6rem;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.in_pro .right {
}

.in_pro .right .line_1 {
    display: none;
}

.in_pro .right .line_2 {
    padding-top: 0.8rem;
}

.fangAn {
    padding: 0 2%;
    padding-top: 1.5rem;
}

.fangAn .sTitle {
    min-height: 4rem;
    padding-top: 1.6rem;
    background: url(/template/images/t5.png) no-repeat center top;
    background-size: 83% auto;
    margin-bottom: 0.3rem;
}

.fangAn .sTitle .cn {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}

.fangAn .sTitle .one {
    font-size: 0.65rem;
    text-align: center;
    padding-top: 0.5rem;
}

.fangAn .sTitle .cn span {
    color: #0096a4;
}

.fangAn .content {
    position: relative;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 5px #ccc;
    margin-bottom: 1rem;
}

.fangAn .content .sub_1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    max-width: 48%;
}

.fangAn .content .sub_1 dd {
    padding-right: 0.3rem;
}

.fangAn .content .sub_1 dd:last-child {
}

.fangAn .content .sub_1 dd .cn {
    font-weight: bold;
}

.fangAn .content .sub_1 dd .en {
    font-size: 0.45rem;
}

.fangAn .content .sub_1 dd a {
    display: block;
    padding: 0.45rem 0.3rem;
    line-height: 110%;
    text-align: center;
    background: url(/template/images/wapFa_02.png);
    background-size: 100% auto;
    border-bottom: 0.05rem solid #ddd;
}

.fangAn .content .sub_1 dd span {
    display: block;
}

.fangAn .content .sub_2 {
    display: none;
}

.proView {
    padding: 1rem 0;
}

.proView .right .sTitle {
    display: none;
}

.proView .right .smallNav {
    width: 100%;
    max-width: 99.5%;
    border-radius: 0.3rem;
    border: 0.05rem solid #ddd;
    -moz-box-shadow: 0px 3px 0 #eee;
    -webkit-box-shadow: 0px 3px 0 #eee;
    box-shadow: 0px 3px 0 #eee;
    position: relative;
}

.proView .right .smallNav .l_1 {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.5rem 0;
    padding-top: 0.68rem;
}

.proView .right .smallNav .l_2 {
    line-height: 1rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 0.6rem;
    padding-bottom: 0.3rem;
}

.proView .right .smallNav .l_3 {
    display: none;
}

.proView .right .smallNav .l_2 a {
    float: left;
    width: 100%;
    max-width: 33%;
    text-align: center;
    border-right: 0.05rem solid #ddd;
    margin-bottom: 0.5rem;
}

.proView .right .smallNav .l_3 .s1 {
}

.proView .right .smallNav .l_3 .s2 {
}

.proView .right .smallNav .l_3 .s3 {
}

.proView .right .smallNav .l_3 .s3 a {
}

.proView .right .line_1 {
}

.proView .right .line_1 .ul_3 {
}

.proView .right .line_1 .txt {
    position: absolute;
    top: 18.6rem;
    left: 0;
    color: #777;
    line-height: 160%;
    font-size: 0.6rem;
    text-align: center;
    width: 100%;
    max-width: 96%;
    padding: 0 2%;
}

.proView .right .line_1 .ul_3 .sub_left {
    padding-bottom: 3rem;
    text-align: center;
    min-height: 12.5rem;
}

.proView .right .line_1 .ul_3 .sub_right {
    padding-top: 0.3rem;
}

.proView .right .line_1 .ul_3 .sub_left img {
    width: 83%;
    max-width: 83%;
}

.proView .right .line_1 .ul_3 .sub_left .link {
    display: none;
}

.proView .right .line_1 .ul_3 .sub_left .link a {
}

.proView .right .line_1 .ul_3 .sub_left .link a:nth-child(1) {
}

.proView .right .line_1 .ul_3 .sub_right .one {
    position: absolute;
    top: 1.3rem;
    left: 0;
    padding-top: 1rem;
    background: url(/template/images/wapY.png) no-repeat center top;
    background-size: auto 0.5rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 136%;
}

.proView .right .line_1 .ul_3 .sub_right .two {
}

.proView .right .line_1 .ul_3 .sub_right .three {
    padding-top: 0.5rem;
    text-align: center;
}

.proView .right .line_1 .ul_3 .sub_right .one span {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
}

.proView .right .line_1 .ul_3 .sub_right .two .s1 {
    font-size: 0.9rem;
    padding-left: 7%;
    background: url(/template/images/sd.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-y: 0.3rem;
}

.proView .right .line_1 .ul_3 .sub_right .two .s2 {
    padding-top: 0.3rem;
}

.proView .right .line_1 .ul_3 .sub_right .three img {
    max-width: 85%;
}

.proView .right .psContent {
    padding-top: 1rem;
}

.proType .kou span: last-child {
    margin: 0;
}

.proView .right {
    padding-top: 1rem;
}

.proView .mainBox {
    width: 100%;
    max-width: 98%;
    padding: 0.5rem 1%;
}

.inBody {
}

.inBody .t_search .right {
    background: none;
    padding-top: 0;
}

.proView .right .smallNav .ding {
    min-height: 0.5rem;
    position: absolute;
    top: -0.45rem;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: url(/template/images/ding.png) no-repeat center top;
    background-size: auto 100%;
    z-index: 3;
}

.proView .right .smallNav .l_2 a: nth-child(3),.proView .right .smallNav .l_2 a:nth-child(6),.proView .right .smallNav .l_2 a:nth-child(9),.proView .right .smallNav .l_2 a:nth-child(12) {
    border: 0;
}

.proView .right .mainBox_1 {
    position: relative;
    padding-top: 4.8rem;
}

.proView .right .mainBox_2 {
    border: 0.05rem solid #eee;
    padding: 0.8rem 1.5%;
}

.proView .right .line_1 .ul_3 .sub_right .one font {
    font-size: 0.55rem;
}

.proView .right .line_1 .ul_3 .sub_right .two .s2 p {
    margin: 0;
    padding: 0;
    padding-left: 4%;
    background: url(/template/images/ps_02.png) no-repeat center left;
    background-size: 0.2rem auto;
    background-position-y: 0.5rem;
    background-position-x: 0.1rem;
}

.proView .right .line_1 .ul_3 .sub_right .two .s2,.proView .right .line_1 .ul_3 .sub_right .two .s2 p,.proView .right .line_1 .ul_3 .sub_right .two .s2 span,.proView .right .line_1 .ul_3 .sub_right .two .s2 font {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.shareBox {
}

.shareBox .partTitle {
    padding-left: 8%;
    background: url(/template/images/ps_03.png) no-repeat center left;
    background-size: 0.9rem auto;
    line-height: 1.5rem;
}

.shareBox .partTxt {
    padding-top: 0.2rem;
}

.shareBox .partTitle .cn {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: bold;
}

.shareBox .partTitle .en {
    display: inline-block;
    font-size: 0.55rem;
    color: #666;
}

.shareBox .partTxt table,.shareBox .partTxt td {
    border-collapse: collapse !important;
}

.shareBox .partTxt table {
    border: 0.1rem solid #74c4cc;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.shareBox .partTxt td {
    border: 0.05rem dashed #74c4cc;
}

.shareBox .partTxt,.shareBox .partTxt td, .shareBox .partTxt p, .shareBox .partTxt span, .shareBox .partTxt font {
    font-size: 0.6rem !important;
    line-height: 160% !important;
    text-indent: 0 !important;
}

.shareBox .partTxt td:nth-child(1),.shareBox .partTxt td:nth-child(3) {
    width: 20%;

    font-weight: bold;
    text-align: center;
    background: #f4f9fa;
}

.shareBox .partTxt td:nth-child(2) {
    width: 20%;
}

.proView .right .smallNav .l_2 a:nth-child(3),.proView .right .smallNav .l_2 a:nth-child(6),.proView .right .smallNav .l_2 a:nth-child(9),.proView .right .smallNav .l_2 a:nth-child(12),.proView .right .smallNav .l_2 a:nth-child(15),.proView .right .smallNav .l_2 a:nth-child(18),.proView .right .smallNav .l_2 a:nth-child(21) {
    border: 0;
}

.proView .right .smallNav .l_2 .cur {
    color: #ff9805;
    font-weight: bold;
}

.in_fangAn {
    background: url(/template/images/bj6.jpg);
}

.in_fangAn .right {
    padding-top: 0.2rem;
}

.in_fangAn .shareTitle {
    min-height: 3.5rem;
    padding-top: 0.68rem;
    background: url(/template/images/wapT2.png) no-repeat center top;
    background-size: 110% auto;
    margin-bottom: 0.3rem;
}

.in_fangAn .shareTitle .one {
    font-size: 0.6rem;
}

.in_fangAn .shareTitle .cn {
    color: #333;
    font-size: 0.9rem;
    padding-left: 6%;
    margin-bottom: 0.15rem;
}

.wt {
    min-height: 23rem;
    background: url(/template/images/wapWT.jpg) no-repeat center top;
    background-size: 100% auto;
    margin-bottom: 1rem;
}

.newType {
}

.newType .left_Title {
    display: none;
}

.newType .kou {
}

.newType .Box_one {
    width: 100%;
    max-width: 98%;
    border: 0;
    box-shadow: none;
    padding: 0 1%;
    min-height: auto;
}

.newType .fa_Left {
    position: relative;
    padding-top: 3rem;
}

.newType .left_content .bigNav {
    width: 100%;
    max-width: 24.5%;
    text-align: center;
    background: url(/template/images/typeNav_02.png) no-repeat center top;
    background-size: 100% auto;
}

.newType .Box_one .left_content .subBox {
    padding-bottom: 0.5rem;
    background: url(/template/images/yy5.png) no-repeat center bottom;
    background-size: 100% auto;
}

.newType .Box_one .left_content #Tab_1 {
    left: 0;
}

.newType .Box_one .left_content #Tab_2 {
    left: 25.25%;
}

.newType .Box_one .left_content #Tab_3 {
    left: 50.25%;
}

.newType .Box_one .left_content #Tab_4 {
    left: 75.5%;
}

.newType .left_content .bigNav a {
    display: block;
    min-height: 2.5rem;
    padding-top: 0.38rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #555;
}

.newType .Box_one .left_content .bigNav a:hover {
}

.newType .Box_one .left_content .bigNav a span {
    display: block;
}

.newType .Box_one .left_content .subBox a {
    font-size: 0.55rem;
}

.newType .Box_one .left_content dd a span {
    padding-left: 12%;
}

.newType .Box_one .left_content .subBox .sBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 0.2rem;
    border: 0.05rem solid #ddd;
}

.newType .fa_Left .bigNav.cur {
    background: url(/template/images/typeNav_01.png) no-repeat center top;
    background-size: 100% auto;
    background-position-y: -0.05rem;
}

.newType .Box_one .left_content .subBox a:hover {
    color: #0096a4;
    background: none;
    font-weight: bold;
}

.newType .Box_one .left_content .subBox a:hover span {
    background: url(/template/images/sd.png) no-repeat center left;
    background-size: 0.35rem auto;
    background-position-x: 0.3rem;
}

.fangAnShareList {
}

.fangAnShareList .item {
    border: 0.05rem dashed #ddd;
    border-radius: 0.3rem;
    max-width: 93.8%;
    line-height: normal;
    padding: 0.3rem;
    background: #fff;
    margin-bottom: 0.35rem;
    margin-left: 0.5%;
}

.fangAnShareList .item .sub_left {
    width: 40%;
    max-width: 40%;
    float: left;
}

.fangAnShareList .item .sub_right {
    width: 100%;
    max-width: 56%;
    float: right;
    line-height: 130%;
}

.fangAnShareList .item .sub_left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5rem;
    border-radius: 0.2rem;
    border: 0.1rem solid #ecfafb;
}

.fangAnShareList .item .sub_right .one {
}

.fangAnShareList .item .sub_right .two {
    color: #022158;
    font-size: 0.75rem;
    font-weight: bold;
    /* padding-bottom: 0.2rem; */
}

.fangAnShareList .item .sub_right .three {
    font-size: 0.55rem;
    color: #999;
}

.fangAnShareList .item .sub_right .four {
    line-height: 140%;
    color: #666;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.fangAnShareList .item .sub_right .one a {
}

.fangAnShareList .item .sub_right .two dd {
}

.fangAnShareList .item .sub_right .four a {
}

.fangAnShareList .item:hover {
    -moz-box-shadow: 1px 2px 3px #ddd;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 5px #ddd;
}

.fangAnShareList .item .three dd {
    display: inline-block;
    margin-right: 6%;
}

.fangAnShareList .item .five {
    text-align: right;
    padding-top: 0.3rem;
}

.fangAnShareList .item .five a {
    border-radius: 0.2rem;
    padding: 0 0.5rem;
    font-size: 0.6rem;
    display: inline-block;
    line-height: 1.2rem;
    color: #fff;
    background: url(/template/images/faBt_01.png) no-repeat center top;
    background-size: 100% 100%;
}

.fangAnShareList .item:last-child {
    /* margin-bottom: 0; */
}

.fangAnShareList .item .three dd:nth-child(1),.fangAnShareList .item .three dd:nth-child(2) {
    display: none;
}

.fangAnShareList .item .sub_right .three font {
    display: none;
}

.fangAnShareList .item .three dd:last-child {
    margin: 0;
}

.fangAnShareList .item .five font {
    display: none;
}

.fangAnShareList .item .five .bt_1 {
}

.fangAnShareList .item .five .bt_2 {
    background: url(/template/images/faBt_02.png) no-repeat center top;
    background-size: 100% 100%;
}

.faBody {
}

.faBody .f_contact, .fsBody .f_contact, .newBody .f_contact, .nsBody .f_contact {
    background: url(/template/images/wapContact_2.jpg) no-repeat center top;
    background-size: 103% auto;
}

.fangAnView .shareTitle {
    min-height: 3.5rem;
    padding-top: 0.68rem;
    background: url(/template/images/wapT2.png) no-repeat center top;
    background-size: 110% auto;
    margin-bottom: 0.3rem;
}

.fangAnView .shareTitle .cn {
    color: #333;
    font-size: 0.9rem;
    padding-left: 6%;
    margin-bottom: 0.15rem;
}

.fangAnView .shareTitle .one {
    font-size: 0.6rem;
}

.fangAnView .right {
    width: 100%;
    max-width: 93%;
    margin-left: 1%;
    background: #fff;
    border: 0.05rem solid #eee;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    padding: 0 2%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}

.fangAnView .fangAnBox .line_1 {
    position: relative;
    padding-top: 1.5rem;
}

.fangAnView .fangAnBox .line_1 .one {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.4rem 0;
    /* margin-bottom: 0.38rem; */
}

.fangAnView .fangAnBox .line_1 .two {
    padding: 0.3rem 0;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    color: #888;
    border-bottom: 0.05rem dashed #ccc;
    text-align: center;
}

.fangAnView .fangAnBox .line_1 .goBack {
    position: absolute;
    top: 0.3rem;
    right: 1%;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-right: 1rem;
    background: url(/template/images/goBack.png) no-repeat center right;
    background-size: auto 0.8rem;
}

.fangAnView .fangAnBox .line_1 .two span {
    margin-right: 2%;
}

.fangAnView .fangAnBox .line_1 .two span:last-child {
    margin: 0;
}

.fangAnView .fangAnBox .line_2 .sTitle {
}

.fangAnView .fangAnBox .line_2 .sContent img {
    max-width: 100% !important;
}

.fangAnView .fangAnBox .line_1 .two span:nth-child(2) {
    display: none;
}

.fangAnView .fangAnBox .line_1 .two font {
    display: none;
}

.fangAnView .fangAnBox .line_2 .faProBox {
    background: #f9f9f9;
    padding: 0.5rem 2%;
    width: 100%;
    max-width: 96%;
    margin-bottom: 0.5rem;
}

.fangAnView .fangAnBox .line_2 .faProBox dd {
    float: left;
}

.fangAnView .fangAnBox .line_2 .faProBox .l_1 {
    width: 100%;
    max-width: 45%;
}

.fangAnView .fangAnBox .line_2 .faProBox .l_2 {
    width: 100%;
    max-width: 52%;
    padding-left: 3%;
}

.fangAnView .fangAnBox .line_2 .faProBox .l_3 {
    width: 100%;
    max-width: 100%;
    padding-top: 0.5rem;
}

.fangAnView .fangAnBox .line_2 .faProBox .subTitle {
    font-weight: bold;
    font-size: 0.75rem;
    padding-left: 1rem;
    background: url(/template/images/ico3.png) no-repeat center left;
    background-size: auto 70%;
    line-height: 1rem;
}

.fangAnView .fangAnBox .line_2 .faProBox .subContent {
    text-align: justify;
    font-size: 0.55rem;
    color: #666;
    line-height: 160%;
    padding-top: 0.2rem;
}

.xgPro {
    padding-bottom: 0.2rem;
}

.xgPro .xgTitle2 {
    font-size: 0.75rem;
    font-weight: bold;
    padding-left: 1.1rem;
    line-height: 1.4rem;
    background: url(/template/images/xgIco.png) no-repeat center left;
    background-size: 0.8rem auto;
    margin-left: 2%;
}

.xgPro .xgTitle2 .one {
}

.xgPro .xgTitle2 .two {
}

.xgPro .xgList {
    padding-top: 0.3rem;
}

.xgPro .xgList dd:nth-child(3) {
    display: none;
}

.xgPro .xgList dd a {
}

.xgPro .xgList .item {
    width: 100%;
    max-width: 48%;
    float: left;
    margin-left: 1.3%;
    text-align: center;
}

.xgPro .xgList .item .proName {
    line-height: 1.5rem;
}

.fangAnView .left {
    padding-bottom: 0.3rem;
}

.newType .left_content dd {
    width: 100%;
    max-width: 50%;
}

.in_new {
    padding-top: 1.2rem;
    background: url(/template/images/bj6.jpg);
}

.in_new .shareTitle {
    min-height: 3.5rem;
    padding-top: 0.66rem;
    background: url(/template/images/wapT3.png) no-repeat center top;
    background-size: 80% auto;
    margin-bottom: 0.3rem;
}

.in_new .shareTitle .one {
    font-size: 0.6rem;
}

.in_new .shareTitle .cn {
    color: #333;
    font-size: 0.9rem;
    padding-left: 6%;
    margin-bottom: 0.2rem;
}

.inBody .top {
    position: relative;
}

.newType .fa_Left .bigNav {
    position: absolute;
    top: 0;
    left: 0;
}

.newType .left_content .bigNav:nth-child(4) {
    margin-right: 0;
}

.newType .new_left .bigNav {
    float: left;
    margin-right: 0.65%;
    background-size: 100% 2.3rem;
}

.newType .new_left .bigNav a {
    font-size: 0.7rem;
    min-height: auto;
    line-height: 2.3rem;
    padding: 0;
    padding-bottom: 0.3rem;
    background: url(/template/images/newNav_02.png) no-repeat center left;
    background-size: 0.5rem auto;
    background-position-x: 0.15rem;
    background-position-y: 0.9rem;
    text-indent: 0.7rem;
}

.newType .new_left dd {
    display: none;
}

.newType .new_left .bigNav:hover {
    background: url(/template/images/typeNav_01.png) no-repeat center top;
    background-size: 100% 2.5rem;
}

.in_new .right {
    padding-top: 0.5rem;
}

.newType .new_left .bigNav.cur {
    background: url(/template/images/typeNav_01.png) no-repeat center top;
    background-size: 100% 2.5rem;
}

.newShareList {
}

.newShareList .item {
    border: 0.05rem dashed #ddd;
    border-radius: 0.3rem;
    max-width: 93.8%;
    line-height: normal;
    padding: 0.3rem;
    background: #fff;
    margin-bottom: 0.35rem;
    margin-left: 0.5%;
}

.newShareList .item .sub_left {
    width: 100%;
    max-width: 56%;
    float: right;
    line-height: 130%;
}

.newShareList .item .sub_right {
    width: 40%;
    max-width: 40%;
    float: left;
}

.newShareList .item .sub_right img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5rem;
    border-radius: 0.2rem;
    border: 0.1rem solid #ecfafb;
}

.newShareList .item .sub_left .one {
}

.newShareList .item .sub_left .two {
    color: #022158;
    font-size: 0.75rem;
    font-weight: bold;
    /* padding-bottom: 0.2rem; */
}

.newShareList .item .sub_left .three {
    font-size: 0.55rem;
    color: #999;
}

.newShareList .item .sub_left .four {
    line-height: 140%;
    color: #666;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.newShareList .item .sub_left .one a {
}

.newShareList .item .sub_left .two dd {
}

.newShareList .item .sub_left .four a {
}

.newShareList .item:hover {
    -moz-box-shadow: 1px 2px 3px #ddd;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 5px #ddd;
}

.newShareList .item .three dd {
    display: inline-block;
    margin-right: 6%;
}

.newShareList .item .five {
    text-align: right;
    padding-top: 0.3rem;
}

.newShareList .item .five a {
    border-radius: 0.2rem;
    padding: 0 0.5rem;
    font-size: 0.6rem;
    display: inline-block;
    line-height: 1.2rem;
    color: #fff;
    background: url(/template/images/faBt_01.png) no-repeat center top;
    background-size: 100% 100%;
}

.newShareList .item:last-child {
    /* margin-bottom: 0; */
}

.newShareList .item .three dd:nth-child(1),.newShareList .item .three dd:nth-child(2) {
    display: none;
}

.newShareList .item .sub_left .three font {
    display: none;
}

.newShareList .item .three dd:last-child {
    margin: 0;
}

.newShareList .item .five font {
    display: none;
}

.newShareList .item .five .bt_1 {
}

.newShareList .item .five .bt_2 {
    background: url(/template/images/faBt_02.png) no-repeat center top;
    background-size: 100% 100%;
}

.newType .left_content .bigNav:nth-child(4) a {
    background: url(/template/images/newNav_03.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 0.15rem;
    background-position-y: 0.8rem;
}

.newView {
    padding-top: 1.2rem;
    background: url(/template/images/bj6.jpg);
}

.newView .shareTitle {
    min-height: 3.5rem;
    padding-top: 0.66rem;
    background: url(/template/images/wapT3.png) no-repeat center top;
    background-size: 80% auto;
    margin-bottom: 0.3rem;
}

.newView .shareTitle .one {
    font-size: 0.6rem;
}

.newView .shareTitle .cn {
    color: #333;
    font-size: 0.9rem;
    padding-left: 6%;
    margin-bottom: 0.2rem;
}

.newView .left {
    padding-bottom: 0.5rem;
}

.newView .right {
    width: 100%;
    max-width: 93%;
    margin-left: 1%;
    background: #fff;
    border: 0.05rem solid #eee;
    -moz-box-shadow: 1px 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #ddd;
    padding: 0 2%;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}

.newView .right .line_1 {
    position: relative;
    padding-top: 1.5rem;
}

.newView .right .line_1 .one {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.4rem 0;
    /* margin-bottom: 0.38rem; */
    line-height: 150%;
}

.newView .right .line_1 .two {
    padding: 0.3rem 0;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    color: #888;
    border-bottom: 0.05rem dashed #ccc;
    text-align: center;
}

.newView .right .line_1 .goBack {
    position: absolute;
    top: 0.3rem;
    right: 1%;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-right: 1rem;
    background: url(/template/images/goBack.png) no-repeat center right;
    background-size: auto 0.8rem;
}

.newView .right .line_1 .two span {
    margin-right: 2%;
}

.newView .right .line_1 .two span:last-child {
    margin: 0;
}

.newView .right .line_1 .two span:nth-child(2) {
    display: none;
}

.newView .right .line_1 .two font {
    display: none;
}

.newView .right .line_2 {
    padding: 0.5rem 0;
    text-align: justify;
}

.newView .right .line_2 table, .newView .right .line_2 td {
    border-collapse: collapse !important;
    border: 0 !important;
}

.newView .right .line_2, .newView .right .line_2 p, .newView .right .line_2 span, .newView .right .line_2 font, .newView .right .line_2 td {
    color: #666;
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.newView .right .line_2 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.newView .right .line_2 table,.newView .right .line_2 td {
    text-align: center !important;
}

.newView .right .line_2 table {
}

.newView .right .line_2 td {
}

.newView .right .line_2 img {
    max-width: 100% !important;
}

.in_about {
}

.in_about .call {
    padding: 1rem 2%;
}

.in_about .call dd {
    float: left;
    width: 100%;
    max-width: 50%;
}

.in_about .call dd .sTitle {
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1.8rem;
    margin-bottom: 0.3rem;
    background: url(/template/images/about_03.png) no-repeat center top;
    background-size: auto 1.5rem;
}

.in_about .call dd .sContent {
    padding-left: 1.05rem;
    background: url(/template/images/about_02.png) no-repeat;
    background-size: 0.8rem auto;
    background-position-y: 0.2rem;
}

.in_about .call dd .sTitle span {
    color: #028793;
}

.in_about .call dd .sContent, .in_about .call dd .sContent p,.in_about .call dd .sContent span, .in_about .call dd .sContent font {
    color: #666 !important;
    text-indent: 0 !important;
    line-height: 1.29rem !important;
    font-size: 0.6rem !important;
}

.in_about .call dd:nth-child(1) {
    width: 100%;
    max-width: 62%;
    padding-left: 38%;
    background: url(/template/images/about_01.png) no-repeat;
    background-size: 37% auto;
    min-height: 8rem;
    margin-bottom: 1rem;
}

.in_about .call dd:nth-child(2) {
}

.in_about .call dd:nth-child(3) {
}

.in_about .call dd .sContent p {
}

.in_about .call dd:nth-child(1) .sContent {
    margin-left: 0.5rem;
}

.in_about .call dd:nth-child(2) .sContent {
}

.in_about .call dd:nth-child(2) .sTitle {
    background: url(/template/images/about_04.png) no-repeat center top;
    background-size: auto 1.5rem;
}

.in_about .call dd:nth-child(3) .sTitle {
    background: url(/template/images/about_06.png) no-repeat center top;
    background-size: auto 1.5rem;
}

.in_about .call dd:nth-child(3) .sContent {
    margin-left: 0.2rem;
}

.aboutBody .iAbout .sBox {
    background: none;
    padding-bottom: 0;
}

.xinRen {
    min-height: 30rem;
    background: url(/template/images/wapXR.jpg) no-repeat center top;
    background-size: 100% auto;
}

.fangAn .content .sub_1 dd:hover,.fangAn .content .sub_1 dd.cur {
    background: url(/template/images/wapFa_01.png);
    background-size: 100% 100%;
}

.fangAn .content .sub_1 dd:hover a,.fangAn .content .sub_1 dd.cur a {
    color: #fff;
    background: none;
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody .in_pro .shareTitle {
    margin-bottom: 0.5rem;
}

.noInfor {
    text-align: center;
    line-height: 2rem;
}

.proType .kou span:last-child {
    margin: 0;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
    padding-bottom: 1rem;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.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;
}

.psBody {
}

.proView .left .left_content {
}

.proView .left .left_content .sBox {
    display: none;
}

.proView .left .left_content .bigBox {
}

.proView .left .left_content .bigBox:last-child dd {
    border: 0;
}

.tyLeft .left_content {
}

.tyLeft .left_content .sBox {
    display: none;
}

.fangAn .content .sub_2.showBox {
    display: block;
}

.in_pro .left #curSmall {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
}

.in_pro .left #curSmall .jt {
    min-height: 0.5rem;
    position: absolute;
    top: -0.45rem;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: url(/template/images/ding.png) no-repeat center top;
    background-size: auto 100%;
    z-index: 3;
}

.in_pro .left #curSmall .curType {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.5rem 0;
    padding-top: 0.68rem;
}

.in_pro .left #curSmall .smallType {
    line-height: 1rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 0.6rem;
    padding-bottom: 0.3rem;
}

.in_pro .left #curSmall .smallType a {
    float: left;
    width: 100%;
    max-width: 33%;
    text-align: center;
    border-right: 0.05rem solid #ddd;
    margin-bottom: 0.5rem;
}

.in_pro .left #curSmall .sBox2 {
    width: 100%;
    max-width: 99.5%;
    border-radius: 0.3rem;
    border: 0.05rem solid #ddd;
    -moz-box-shadow: 0px 3px 0 #eee;
    -webkit-box-shadow: 0px 3px 0 #eee;
    box-shadow: 0px 3px 0 #eee;
    position: relative;
}
