@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.5rem;
    display: inline-block;
    border-radius: 0.3rem;
    background: #fff;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 0.05rem solid #ccc;
    display: inline-block;
}

.pageNumber span,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #c9060f;
    display: inline-block;
    color: #fff;
    background: #c9060f;
    padding: 0 0.5rem;
    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;
}

/*-- 回到顶部 --*/
.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;
}

.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 {
    padding-right: 10px;
    vertical-align: middle;
}

.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: 5.5rem;
    background: #fff;
    padding: 0 0.5rem;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
    border: 0.05rem solid #9bdce2;
}

.t_nav li {
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 1.5rem;
    font-size: 0.65rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-indent: 1.3rem;
    padding: 0.25rem 0;
    border-bottom: 0.05rem dotted #ccc;
    font-weight: bold;
    color: #333 !important;
    background: 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: #e50202 !important;
    background: url(/template/images/navIcoH_02.png) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-x: 0.35rem !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: 60%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    min-height: 2rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    float: right;
}

.t_logo .left .txt .one {
    color: #c92824;
    font-size: 0.9rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    letter-spacing: 0.08rem;
}

.t_logo .left .txt .two {
    display: block;
    font-size: 0.6rem;
}

.t_nav li:nth-child(2) {
    width: 150px;
}

.t_nav li:nth-child(3) {
    width: 168px;
}

.t_nav li:nth-child(4) {
    width: 150px;
}

.t_nav li:nth-child(5) {
    width: 138px;
}

.t_nav li:hover {
    background: url(/template/images/navBj.png) no-repeat center left !important;
    background-size: 100% 100% !important;
}

.t_nav li:nth-child(1):hover+li:nth-child(2), .t_nav li:nth-child(2):hover+li:nth-child(3), .t_nav li:nth-child(3):hover+li:nth-child(4), .t_nav li:nth-child(4):hover+li:nth-child(5), .t_nav li:nth-child(5):hover+li:nth-child(6), .t_nav li:nth-child(6):hover+li:nth-child(7), .t_nav li:nth-child(7):hover+li:nth-child(8), .t_nav li:nth-child(8):hover+li:nth-child(9), .t_nav li:nth-child(9):hover+li:nth-child(10) {
    background: none;
}

.t_search {
    order: 2;
    padding-bottom: 0.5rem;
}

.t_search .left {
    display: none;
}

.t_search .right {
    position: relative;
    padding-left: 2%;
}

.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-top: 1rem;
}

.shareTitle {
    padding-top: 1.1rem;
    text-align: center;
    background: url(/template/images/t_01.png) no-repeat center top;
    background-size: 48% auto;
    line-height: 180%;
    color: #333;
}

.shareTitle .en {
    color: #999;
    font-size: 16px;
}

.shareTitle .cn {
    padding: 0;
    display: inline-block;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
}

.shareTitle span {
    color: #c9060f;
}

.shareTitle .one {
    color: #888;
    line-height: 1.1rem;
    font-size: 0.63rem;
}

.shareTitle .cn p {
    padding-left: 1.3rem;
    background: url(/template/images/tIco_01.png) no-repeat center left;
    background-size: auto 1rem;
}

.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;
}

.shareProList .item {
    width: 100%;
    max-width: 46.5%;
    background: #fff;
    float: left;
    font-size: 0.65rem;
    margin-right: 1.2%;
    margin-bottom: 0.5rem;
    padding: 0.15rem 1.1%;
    padding-bottom: 0.2rem;
    border: 0.05rem solid #cce2f6;
}

.shareProList .item .upBox {
}

.shareProList .item .picBox {
}

.shareProList .item .picBox img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 7.5rem;
}

.shareProList .item .proName {
    text-align: center;
    line-height: 1.6rem;
}

.shareProList .item .linkBt {
    font-size: 0.6rem;
    text-align: center;
    border: 0.05rem solid #cce2f6;
    background: #f4f9fd;
    border-radius: 0.2rem;
    padding: 0.2rem 0;
}

.pro .content .line_2 .shareProList .item:nth-child(4), .pro .content .line_2 .shareProList .item:nth-child(8) {
    margin-right: 0;
}

.shareProList .item .linkBt a {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    text-align: center;
    line-height: 1.2rem;
}

.shareProList .item .linkBt a:last-child {
    border-right: 0;
    color: #dc0000;
}

.shareProList .item .linkBt a:hover {
    color: #c70000;
}

.shareProList .item .upBox:hover {
    color: #c30000;
    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;
}

.f_feedback {
    background: url(/template/images/line8.png) no-repeat center top;
    background-size: auto 0.55rem;
    padding-top: 1.8rem;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .shareTitle .cn p {
    background: url(/template/images/tIco_04.png) no-repeat center left;
    background-size: auto 0.9rem;
    background-position-y: 0.2rem;
}

.mainSubBox {
}

.f_feedback .ul_1 {
    padding-top: 0.5rem;
}

.f_feedback .l_1 {
}

.f_feedback .l_2 {
}

.f_feedback .l_3 {
    text-align: center;
    padding: 0.5rem 0;
    padding-bottom: 0.8rem;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    padding: 0.3rem 1%;
    margin: 0;
    padding-left: 10%;
    width: 89%;
    background: #fff;
    border-radius: 0.3rem;
    border: 0.05rem solid #ddd;
    font-size: 0.65rem;
    vertical-align: middle;
    margin-bottom: 0.3rem;
}

.f_feedback input[type="text"] {
    line-height: 1.6rem;
}

.f_feedback textarea {
    min-height: 6.3rem;
    padding-top: 0.5rem;
    background: url(/template/images/ico9_01.png) no-repeat;
    background-size: auto 0.8rem;
    background-position-x: 3.5%;
    background-position-y: 0.68rem;
    background-color: #fff;
    line-height: 180%;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    text-align: center;
    line-height: 2rem;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 2rem;
    border: 0;
    font-weight: bold;
    background: none;
    width: 100%;
    max-width: 100%;
}

.f_feedback .bt_1 {
    background: url(/template/images/bt2.png) no-repeat center;
    background-size: auto 100%;
}

.f_feedback .bt_2 {
    width: 268px;
}

.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;
}

.iAbout {
    padding-bottom: 10rem;
    background: url(/template/images/wap_bj3.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.iAbout .shareTitle {
    background: url(/template/images/t_05.png) no-repeat center top;
    background-size: 30% auto;
    padding-top: 0.5rem;
    background-position-x: 56%;
}

.iAbout .shareTitle .cn p {
    background: url(/template/images/tIco_06.png) no-repeat center left;
    background-size: auto 1rem;
}

.iAbout .bigBox {
    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;
}

.iAbout .content {
    padding-top: 0.5rem;
}

.iAbout .content .txt {
    color: #666;
}

.iAbout .content .txt,.iAbout .content .txt p,.iAbout .content .txt span,.iAbout .content .txt font {
    font-size: 0.65rem;
    line-height: 190% !important;
    text-indent: 0 !important;
}

.iAbout .content .txt p {
    margin: 0 !important;
    padding-bottom: 0.3rem !important;
}

.iAbout .content .link {
    text-align: right;
    padding-top: 0.5rem;
}

.iAbout .content .link a {
    line-height: 1.5rem;
    color: #c9060f;
    border: 0.05rem solid #c9060f;
    border-radius: 0.3rem;
    display: inline-block;
    padding: 0 5%;
}

.bjBox {
}

.f_contact {
    position: relative;
    padding-top: 2.5rem;
    background: url(/template/images/callBj.png) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 1rem;
}

.f_contact .ul_1 {
    margin: 0 2%;
    width: 96%;
    max-width: 96%;
}

.f_contact .ul_1 .l_1 {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.f_contact .ul_1 .l_2 {
    display: none;
}

.f_contact .ul_1 .l_3 {
    padding-top: 1rem;
    width: 100%;
    max-width: 66%;
    margin-left: 1%;
}

.f_contact .ul_1 .l_4 {
    position: absolute;
    top: 8.8rem;
    right: 3.8%;
    width: 100%;
    max-width: 26%;
    text-align: center;
}

.f_contact .ul_1 .l_1 .one {
    width: 65%;
    max-width: 28%;
    float: left;
}

.f_contact .ul_1 .l_1 .two {
    width: 100%;
    max-width: 68%;
    color: #111;
    float: right;
}

.f_contact .ul_1 .l_1 .three {
    position: absolute;
    top: 7.5rem;
    right: 2%;
    font-weight: bold;
    color: #c9060f;
    background: url(/template/images/ico7_18.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 7%;
    font-size: 0.6rem;
}

.f_contact .ul_1 .l_1 .two .s1 {
    font-size: 0.75rem;
    font-weight: bold;
    position: absolute;
    top: 6.5rem;
    right: 2%;
    letter-spacing: 0.03rem;
}

.f_contact .ul_1 .l_1 .two .s2 {
    color: #666;
    font-size: 0.65rem;
}

.f_contact .ul_1 .sTitle {
    font-size: 0.9rem;
    font-weight: bold;
    background: url(/template/images/wap_ico.png) no-repeat center left;
    background-size: 1rem auto;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0.2rem;
}

.f_contact .ul_1 .l_2 .sContent {
    font-size: 15px;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.f_contact .ul_1 .l_2 .sContent a {
    float: left;
    line-height: 32px;
    padding-left: 19px;
    width: 161px;
    background: url(/template/images/ico7_05.png) no-repeat center left;
}

.f_contact .ul_1 .l_3 .sContent {
    color: #111;
    font-size: 0.63rem;
}

.f_contact .ul_1 .l_3 .sContent dd {
    padding: 0.2rem 0;
    padding-left: 10%;
    line-height: 160%;
    background-position-y: 0.3rem !important;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(1) {
    background: url(/template/images/ico7_09.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(2) {
    background: url(/template/images/ico7_11.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(3) {
    background: url(/template/images/ico7_14.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(4) {
    background: url(/template/images/ico7_17.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.f_contact .ul_1 .l_3 .sContent dd:nth-child(5) {
    background: url(/template/images/ico7_21.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.f_contact .ul_1 .l_4 .s1 {
}

.f_contact .ul_1 .l_4 .s2 {
    font-size: 0.5rem;
    text-align: center;
}

.f_contact .ul_1 .l_4 .s1 img {
    padding: 0.15rem;
    border: 0.05rem solid #ddd;
}

.f_contact .ul_1 li {
}

.f_contact .ul_1 .l_1 .three span {
    font-weight: normal;
    font-family: Impact;
    font-size: 0.68rem;
    display: inline-block;
    vertical-align: bottom;
}

.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;
}

.in_pro {
    padding-top: 1.5rem;
}

.in_pro .ul_1 {
}

.in_pro .left {
    padding-top: 0.6rem;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.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);
}

.in_pro .proTwo {
    padding-top: 0.8rem;
}

.in_pro .shareProList .item .linkBt {
}

.in_pro .shareProList .item .linkBt a {
}

.in_pro .shareProList .item:nth-child(17), .in_pro .shareProList .item:nth-child(18) {
    /* margin-bottom: 0; */
}

.in_pro .proTwo .shareProList {
}

.in_pro .proOne {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.in_pro .proOne .line_1 {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: 1rem;
    left: 0;
    padding-top: 1.1rem;
    text-align: center;
    background: url(/template/images/t_01.png) no-repeat center top;
    background-size: 48% auto;
    line-height: 180%;
    color: #333;
}

.in_pro .proOne .line_1 .one {
    padding: 0;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2rem;
    padding-left: 1.3rem;
    background: url(/template/images/ico10.png) no-repeat center left;
    background-size: auto 1.1rem;
}

.in_pro .proOne .line_1 .two {
    display: none;
}

.in_pro .proOne .line_2 {
    background: #cce2f6;
    line-height: 1.5rem;
    font-weight: bold;
    font-size: 0.75rem;
    text-align: center;
}

.in_pro .proOne .line_2 .ul_2 {
    display: table;
}

.in_pro .proOne .listBigBox li {
    border: 0.05rem solid #85c0f6;
    border-bottom: 0;
    display: table-cell;
    padding: 0.3rem 0;
    vertical-align: middle;
}

.in_pro .proOne .listBigBox li:nth-child(1) {
    width: 38%;
    max-width: 38%;
    border-right: 0.05rem dashed #aaa;
    text-align: center;
}

.in_pro .proOne .listBigBox li:nth-child(2) {
    border-left: 0;
    width: 62%;
    max-width: 62%;
}

.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;
}

.in_pro2 {
    position: relative;
    padding-top: 3.5rem;
}

.in_pro2 .left {
}

.in_pro2 .left .content {
}

.shareListBox .noInfor {
    text-align: center;
    padding-top: 50px;
}

.in_pro .proOne .listBigBox {
    padding-top: 0.8rem;
}

.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;
}

.proShow {
    position: relative;
    padding-top: 3rem;
}

.proShow .left {
    display: none;
}

.proShow .right {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.proShow .right .line_1 {
    margin-bottom: 1rem;
}

.proShow .right .psTitle {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.proShow .right .psContent {
    /* padding-top: 11.5rem; */
}

.proShow .right .line_1 .sub_left {
    width: 100%;
    max-width: 50%;
    float: left;
}

.proShow .right .line_1 .sub_right {
    width: 100%;
    max-width: 48%;
    float: right;
}

.proShow .right .line_1 .sub_left img {
}

.proShow .right .line_1 .sub_right .one {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 1.1rem;
    background: url(/template/images/ps2_01.png) no-repeat center left;
    background-size: 0.85rem auto;
}

.proShow .right .line_1 .sub_right .two {
    background: #fdfdfd;
    border: 0.05rem solid #cce2f6;
    text-align: center;
    border-top-right-radius: 0.5rem;
    font-size: 0.75rem;
    padding: 0.38rem 0;
    line-height: 138%;
}

.proShow .right .line_1 .sub_right .three {
    position: absolute;
    top: 15rem;
    left: 1%;
    width: 100%;
    max-width: 98%;
    z-index: 10;
}

.proShow .right .line_1 .sub_right .four {
    text-align: center;
    padding-top: 0.38rem;
}

.proShow .right .line_1 .sub_right .three .s2 {
    padding: 0.5rem 1%;
    padding-bottom: 1rem;
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.proShow .right .line_1 .sub_right .four .s1 {
    display: inline-block;
    line-height: 2rem;
    width: 100%;
    max-width: 80%;
    background: url(/template/images/bt3.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 0.1rem;
    color: #fff;
    font-weight: bold;
    font-size: 0.75rem;
    margin-bottom: 0.38rem;
}

.proShow .right .line_1 .sub_right .four .s2 {
    line-height: 138%;
    padding-left: 1.68rem;
    background: url(/template/images/ps_03.png) no-repeat center left;
    background-size: 1.3rem auto;
    text-align: left;
    background-position-y: 0.38rem;
    margin-left: 3%;
}

.proShow .right .line_1 .sub_right .four .s2 span {
}

.proShow .right .psTitle p {
    display: block;
    padding-top: 1rem;
    background: url(/template/images/ps_08.png) no-repeat center top;
    background-size: 50% auto;
}

.proShow .right .psTitle span {
    color: #d40009;
}

.proShow .right .psContent .shareBox {
}

.proShow .right .psContent .partTitle {
    font-size: 0.65rem;
    line-height: 138%;
    padding-left: 1.3rem;
    background: url(/template/images/ps_09.png) no-repeat center left;
    background-position-y: 0.1rem;
    background-size: 1rem auto;
    padding-bottom: 0.5rem;
    border-bottom: 0.05rem solid #c1a073;
}

.proShow .right .psContent .partTxt {
    padding: 0.5rem 1%;
    padding-bottom: 1.2rem;
}

.proShow .right .psContent .partTitle .en {
    text-transform: uppercase;
    font-size: 0.6rem;
}

.proShow .right .psContent .partTitle .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.proShow .right .line_1 .sub_right .four .s2 .txt_1 {
}

.proShow .right .line_1 .sub_right .four .s2 .txt_2 {
    font-family: 'Impact';
    color: #b80008;
    font-size: 0.9rem;
}

.proShow .right .psContent .partTxt, .proShow .right .psContent .partTxt p, .proShow .right .psContent .partTxt span, .proShow .right .psContent .partTxt font, .proShow .right .psContent .partTxt td {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.proShow .right .psContent .partTxt p {
    padding-bottom: 0.3rem;
}

.proShow .right .psContent .partTxt table,.proShow .right .psContent .partTxt td {
    border: 0 !important;
    border-collapse: collapse;
}

.proShow .right .psContent .partTxt table {
    width: 100% !important;
    text-align: center;
    height: auto !important;
}

.proShow .right .psContent .psBox_2 .partTitle {
    background: url(/template/images/ps_12.png) no-repeat center left;
    background-position-y: 2px;
    padding-left: 36px;
}

.proShow .right .psContent .psBox_2 .partTxt table {
    padding: 3px;
    border: 1px solid #cce2f6 !important;
    border-collapse: unset !important;
}

proShow .right .psContent .psBox_2 .partTxt td {
    /* border: 5px solid #fff !important; */
    padding: 13px 5px;
}

.proShow .right .psContent .psBox_2 .partTxt td:nth-child(1),.proShow .right .psContent .psBox_2 .partTxt td:nth-child(3) {
    background: #ecf8fb;
    font-weight: bold;
    width: 18%;
}

.proShow .right .psContent .psBox_2 .partTxt td:nth-child(2), .proShow .right .psContent .psBox_2 .partTxt td:nth-child(4) {
    background: #fdfbf5;
}

.proShow .right .psContent .psBox_4 .partTxt table {
    text-align: left;
}

.proShow .right .psContent .partTxt td {
    vertical-align: top;
}

.proShow .right .psContent .psBox_4 .partTxt td:nth-child(1) {
    width: 69%;
}

.xgPro {
}

.xgPro .xgTitle2 {
    font-size: 0.65rem;
    line-height: 138%;
    padding-left: 1.3rem;
    background: url(/template/images/ps_09.png) no-repeat center left;
    background-position-y: 0.1rem;
    background-size: 1rem auto;
    padding-bottom: 0.5rem;
    border-bottom: 0.05rem solid #c1a073;
}

.xgPro .xgTitle2 .one {
    text-transform: uppercase;
    font-size: 0.6rem;
}

.xgPro .xgTitle2 .two {
    font-size: 0.8rem;
    font-weight: bold;
}

.xgPro .xgList {
    padding-top: 0.5rem;
}

.xgPro .xgList dd:nth-child(3) {
    display: none;
}

.xgPro .xgList dd a {
}

.xgPro .xgList .item {
    margin-right: 1%;
}

.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;
}

.proShow .right .psContent .psBox_2 .partTxt td {
    padding: 0.5rem 0;
}

.in_new {
    background: url(/template/images/bj2.png);
    background-size: 0.5rem auto;
    padding-top: 5.5rem;
    position: relative;
    padding-bottom: 0.3rem;
}

.in_new .left {
}

.in_new .right {
    padding-top: 0.8rem;
}

.wapNewNav {
}

.wapNewNav .left_Title {
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 180%;
}

.wapNewNav .left_Title .en {
    font-size: 1.38rem;
    font-family: 'Impact';
    text-transform: uppercase;
    color: #e8eef3;
}

.wapNewNav .left_Title .cn {
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2rem;
    /* margin-bottom: 0.2rem; */
    padding-left: 1.5rem;
    background: url(/template/images/ico12.png) no-repeat center left;
    background-size: auto 1rem;
}

.wapNewNav .left_Title .one {
    color: #999;
    line-height: 1.1rem;
    font-size: 0.65rem;
}

.wapNewNav .content {
}

.wapNewNav .content li {
    float: left;
    width: 100%;
    max-width: 31.5%;
    line-height: 2rem;
    border: 0.05rem dotted #ddd;
    background: #f6f6f6;
    margin-left: 1%;
    margin-bottom: 0.2rem;
}

.wapNewNav .content li a {
    display: block;
    padding-left: 32%;
    background: url(/template/images/nl_02.png) no-repeat center left;
    background-size: auto 0.8rem;
    background-position-x: 11%;
}

.in_new .right .list {
}

.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;
}

.newShareList {
}

.newShareList .item {
    width: 100%;
    max-width: 93%;
    line-height: normal;
    border: 0.05rem solid #ddd;
    padding: 0.3rem;
    background: #fff;
    margin-bottom: 0.35rem;
    text-align: left;
    margin-left: 1.3%;
}

.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;
}

.in_new .right .topNew .sub_right a {
}

.in_new .right .topNew .sub_right img {
    width: 100%;
    max-width: 100%;
    height: 10rem;
    border-radius: 0.2rem;
}

.newShareList .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.newShareList .item .sub_right {
    width: 100%;
    max-width: 59%;
    float: right;
}

.newShareList .item .sub_left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5.5rem;
}

.newShareList .item .sub_right .one {
}

.newShareList .item .sub_right .two {
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.newShareList .item .sub_right .three {
    font-size: 0.5rem;
    color: #999;
    display: none;
}

.newShareList .item .sub_right .four {
    line-height: 160%;
    color: #666;
    font-size: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newShareList .item .sub_right .one a {
}

.newShareList .item .sub_right .two dd {
}

.newShareList .item .sub_right .four a {
}

.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;
}

.in_new .right .topNew .sub_left .three dd:last-child {
    margin-right: 0;
}

.newShareList .item:hover {
    -moz-box-shadow: 1px 1px 6px #ccc;
    -webkit-box-shadow: 1px 1px 6px #ccc;
    box-shadow: 1px 1px 6px #ccc;
}

.in_new .right .five a:hover {
    background: #df2422;
    color: #fff;
}

.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;
}

.in_new .right .list .two a:hover {
    color: #b70916;
}

.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;
}

.newShow {
    background: url(/template/images/bj2.png);
    background-size: 0.5rem auto;
    padding-top: 5.5rem;
    position: relative;
    padding-bottom: 0.3rem;
}

.newShow .left {
}

.newShow .right {
    position: relative;
    padding-top: 0.5rem;
}

.newShow .right_Title {
    display: block;
}

.newShow .right .newBox {
    width: 100%;
    max-width: 93%;
    margin-left: 1%;
    border: 0.05rem solid #ddd;
    padding: 0.5rem 2%;
    -moz-box-shadow: 1px 0px 3px #ddd;
    -webkit-box-shadow: 1px 0px 3px #ddd;
    box-shadow: 1px 0px 5px #ddd;
    background: #fff;
}

.newShow .right .newBox .line_2 {
    padding-top: 1.6rem;
}

.newShow .right .newBox .line_2 .one {
    font-weight: bold;
    font-size: 1rem;
    color: #000;
    text-align: center;
    padding: 0.4rem 0;
    line-height: 150%;
}

.newShow .right .newBox .line_2 .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;
}

.newShow .right .newBox .line_3 {
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.5rem !important;
}

.newShow.fangAnShow .right .newBox .line_3 p {
    margin: 0 !important;
    background: url(/template/images/bot_3.png) no-repeat center left;
    padding: 0 !important;
    padding-left: 27px !important;
    background-position-x: 8px;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span, .newShow .right .newBox .line_3 font, .newShow .right .newBox .line_3 h1, .newShow .right .newBox .line_3 h2, .newShow .right .newBox .line_3 h3, .newShow .right .newBox .line_3 h4 {
    color: #666;
    font-size: 0.7rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .newBox .otherTag, .newShow .right .newBox .line_4 {
    padding: 0.3rem 0;
    line-height: 200%;
    color: #888;
}

. .newShow .right_Title .sub_left {
}

.newShow .right_Title .sub_right {
}

.newShow .right_Title .sub_left h1,.newShow .right_Title .sub_left h2,.newShow .right_Title .sub_left h3,.newShow .right_Title .sub_left p {
}

.newShow .right_Title .sub_right a {
    position: absolute;
    top: 1.3rem;
    right: 3%;
    color: #e50202;
    font-size: 0.8rem;
    padding-right: 1rem;
    background: url(/template/images/jt3.png) no-repeat center right;
    background-size: auto 0.8rem;
}

.newShow .right .newBox .line_2 .two dd {
    display: inline-block;
    padding-right: 3.8%;
}

.newShow .right .newBox .line_2 .two dd:last-child {
    padding-right: 0;
}

.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, .prev_next li:hover a {
    color: #e20000;
}

.prev_next li:hover {
}

.xgPro2 {
}

.xgPro2 .xgTitle {
    font-size: 18px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 48px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    background: url(/template/images/ico8.png) no-repeat center left;
}

.xgPro2 .xgTitle .two {
}

.xgPro2 .xgList {
}

.xgPro2 .xgList .item {
}

.xgPro2 .xgList .item img {
    height: 7rem;
}

.xgPro2 .xgList .item .proName {
}

.xgPro2 .xgList .item:nth-child(3) {
    display: none;
}

.newShow .right .newBox .line_4 {
    margin-bottom: 0.5rem;
}

.newShow .right .newBox .otherTag a {
    color: #888;
    margin-right: 13px;
}

.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;
}

.in_about {
    padding: 1.5rem 0;
    background: url(/template/images/bj2.png);
    background-size: 0.5rem auto;
}

.in_about .jianJie {
    padding-bottom: 10rem;
    background: url(/template/images/about5.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.in_about .wenHua {
    padding: 1.5rem 0;
    background-color: #fff;
    padding-bottom: 0;
}

.in_about .fuWu {
    padding: 1.5rem 0;
}

.in_about .jianJie .sTitle {
    padding-top: 0.63rem;
    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_about .jianJie .content {
    padding-top: 0.5rem;
    color: #666;
}

.in_about .jianJie .videoBox {
    display: none;
}

.in_about .jianJie .sTitle .s1 {
    display: inline-block;
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 1.2rem;
    margin-bottom: 0.2rem;
    padding-left: 1.3rem;
    background: url(/template/images/tIco_06.png) no-repeat center left;
    background-size: auto 1rem;
}

.in_about .jianJie .sTitle .s2 {
    color: #888;
    line-height: 1.1rem;
    font-size: 0.63rem;
}

.in_about .jianJie .sTitle .s1 p {
    display: inline-block;
}

.in_about .jianJie .sTitle .s1 span {
    color: #c9060f;
}

.in_about .jianJie .content, .in_about .jianJie .content p,.in_about .jianJie .content span,.in_about .jianJie .content font {
    font-size: 0.65rem;
    line-height: 190% !important;
    text-indent: 0 !important;
}

.in_about .jianJie .content p {
    margin: 0 !important;
    padding-bottom: 0.3rem !important;
}

.in_about .jianJie .videoShow {
    min-height: 422px;
}

.in_about .jianJie .videoPic {
    width: 638px;
    min-height: 422px;
    cursor: pointer;
    background: url(/template/images/videoBt.png) no-repeat center;
    background-size: 130px;
    float: right;
}

.in_about .jianJie .videoPic:hover {
    background-size: 140px;
}

.in_about .wenHua .shareTitle {
    background: url(/template/images/wh_02.png) no-repeat center top;
    background-size: 55% auto;
}

.in_about .wenHua .shareTitle .cn {
}

.in_about .wenHua .shareTitle .cn p {
    background: url(/template/images/wh_04.png) no-repeat center left;
    background-size: auto 1rem;
}

.in_about .wenHua .shareTitle .one {
}

.in_about .wenHua .content {
    padding-top: 0.8rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.in_about .wenHua .content li {
    padding-bottom: 0.8rem;
}

.in_about .wenHua .content li .one {
}

.in_about .wenHua .content li .two {
    padding: 0.5rem 0;
    padding-top: 0.68rem;
}

.in_about .wenHua .content li .two .s_left {
    padding-left: 1.3rem;
    background: url(/template/images/wh_09.png) no-repeat center left;
    background-size: 1rem auto;
    background-position-y: 0.1rem;
    margin-bottom: 0.38rem;
}

.in_about .wenHua .content li .two .s_right {
    line-height: 150%;
    color: #666;
}

.in_about .wenHua .content li .two .s_left .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.in_about .wenHua .content li .two .s_left .en {
    font-size: 0.45rem;
    text-transform: uppercase;
}

.in_about .wenHua .content li .two .s_right p {
    padding-left: 1.3rem;
    background: url(/template/images/dot2.png) no-repeat center left;
    background-size: 0.2rem auto;
    background-position-y: 0.43rem;
    background-position-x: 0.6rem;
    padding-bottom: 0.3rem;
}

.in_about .wenHua .content .line_1 {
}

.in_about .wenHua .content .line_2 {
}

.in_about .wenHua .content .line_2 li .two .s_right {
}

.in_about .wenHua .content .line_2 li .two .s_left {
    float: none;
    margin-bottom: 8px;
}

.in_about .fuWu .shareTitle {
    background: url(/template/images/fw_01.png) no-repeat center top;
    background-size: 55% auto;
}

.in_about .fuWu .shareTitle .cn p {
    background: url(/template/images/fw_02.png) no-repeat center left;
    background-size: auto 1rem;
}

.in_about .fuWu .content {
    padding-top: 1rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    position: relative;
    min-height: 20rem;
}

.in_about .fuWu .content .line_3 {
    position: absolute;
    width: 100%;
    max-width: 96%;
    top: 19rem;
    background: rgba(214,244,252,0.25);
    padding: 0.3rem 2%;
}

.in_about .fuWu .content .line_1 {
}

.in_about .fuWu .content .line_2 {
}

.in_about .fuWu .content .sub_left {
}

.in_about .fuWu .content .sub_right {
    right: 0;
}

.in_about .fuWu .content .one {
    background: url(/template/images/num_05.png) no-repeat center left;
    background-size: 1rem auto;
    padding-left: 1.3rem;
    margin-bottom: 0.3rem;
}

.in_about .fuWu .content .two {
    line-height: 150%;
    text-align: justify;
    font-size: 0.55rem;
    color: #666;
    padding: 0 5%;
}

.in_about .fuWu .content .one .cn {
    font-size: 0.7rem;
    font-weight: bold;
}

.in_about .fuWu .content .sub_left .one .en {
}

.in_about .fuWu .content .one .en {
    font-size: 0.35rem;
    text-transform: uppercase;
}

.in_about .fuWu .content li {
    position: absolute;
    width: 100%;
    max-width: 40%;
    background: rgba(214,244,252,0.25);
    padding: 0.3rem;
    border-radius: 0.5rem;
}

.in_about .fuWu .content .line_3 .one {
}

.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 {
}

.fangAnShow {
    background: url(/template/images/bj2.png);
    background-size: 0.5rem auto;
    position: relative;
    padding-top: 1.3rem;
}

.fangAnShow .faTitle {
    margin-bottom: 0.8rem;
    background: url(/template/images/fs_01.png) no-repeat center top;
    background-size: 48% auto;
}

.fangAnShow .shareTypeBox .right a:last-child {
    color: #df0e0b;
}

.fangAnShow .fangAnBox {
    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.8rem;
    margin-bottom: 1.8rem;
    position: relative;
}

.fangAnShow .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;
}

.fangAnShow .fangAnBox .line_1 {
}

.fangAnShow .fangAnBox .line_2 {
}

.fangAnShow .fangAnBox .line_3 {
}

.fangAnShow .fangAnBox .line_4 {
}

.fangAnShow .fangAnBox .line_5 {
}

.fangAnShow .fangAnBox .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    color: #c9060f;
    padding-left: 1rem;
    line-height: 1.5rem;
    background: url(/template/images/fs_02.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.fangAnShow .fangAnBox .sContent {
}

.fangAnShow .fangAnBox .sContent {
    padding: 0.1rem 0;
    color: #333;
    text-align: justify;
    padding-bottom: 1rem;
}

.fangAnShow .fangAnBox .line_1 .sContent table, .fangAnShow .fangAnBox .line_1 .sContent td,.fangAnShow .fangAnBox .line_2 table, .fangAnShow .fangAnBox .line_2 td {
    border-collapse: collapse !important;
    border: 0 !important;
}

.fangAnShow .fangAnBox .line_1 .sContent td {
    display: block;
    width: auto !important;
}

.fangAnShow .fangAnBox .sContent, .fangAnShow .fangAnBox .sContent p, .fangAnShow .fangAnBox .sContent span, .fangAnShow .fangAnBox .sContent font, .fangAnShow .fangAnBox .sContent td {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.fangAnShow .fangAnBox .sContent p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.fangAnShow .shareTypeBox {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
    margin-bottom: 1rem;
}

.fangAnShow .fangAnBox .line_2 table,.fangAnShow .fangAnBox .line_2 td {
    text-align: center !important;
}

.fangAnShow .fangAnBox .line_1 table,.fangAnShow .fangAnBox .line_2 table {
    width: 100% !important;
    height: auto !important;
}

.fangAnShow .fangAnBox .line_2 td {
    height: auto !important;
    width: auto !important;
}

.fangAnShow .fangAnBox .line_4 table,.fangAnShow .fangAnBox .line_4 td {
    border-collapse: collapse;
    border: 0.05rem solid #b2cade;
    text-align: center;
}

.fangAnShow .fangAnBox .line_4 td {
}

.fangAnShow .fangAnBox .line_4 td:nth-child(1) {
    text-align: center;
    width: 18%;
}

.fangAnShow .fangAnBox .line_4 td:nth-child(2) {
    width: 25%;
}

.fangAnShow .fangAnBox .line_4 td:nth-child(3) {
}

.fangAnShow .fangAnBox .line_4 tr:nth-child(1) {
    background: #eff4f8;
    font-weight: bold;
    text-align: center;
}

.fangAnShow .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: 36%;
    float: left;
}

.in_about .jianJie .videoShow video,.in_about .jianJie .videoShow iframe {
    display: block;
}

.newShareList .item .three dd {
    display: inline-block;
}

.newShareList .item .five {
    text-align: right;
    padding-top: 0.2rem;
}

.newShareList .item .five a {
    display: inline-block;
    color: #df2422;
    border: 0.05rem solid #df2422;
    border-radius: 0.3rem;
    line-height: 1.2rem;
    padding: 0 0.5rem;
    font-size: 0.55rem;
}

.newShareList .item:last-child {
}

.searchBody {
}

.searchBody .newShareList {
}

.searchBody .newShareList .item {
    padding: 23px 26px;
}

.newShow .right .newBox .otherTag a:hover {
    color: #c70000;
}


.jhList {
}

.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.8rem;
}

.jhlistBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.jhlistBox .item .sub_right .one a {
}

.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 {
    display: grid;
    grid-template-columns: 100%;
    background: url(/template/images/wap_topBj.jpg) no-repeat center top;
    background-size: 100% 6rem;
    -moz-box-shadow: 1px 0px 0.3rem #ccc;
    -webkit-box-shadow: 1px 0px 0.3rem #ccc;
    box-shadow: 1px 0px 0.3rem #ccc;
    position: relative;
    z-index: 1;
}

.t_bigBox {
    order: 1;
}

.bannerBox {
    order: 3;
}

.hotKey {
    display: none;
}

.searchInput {
    width: 100%;
    max-width: 83%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    border: 1px solid #d8d8d8;
    border-radius: 10rem;
    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: 0.3rem;
    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: 85%;
    float: right;
    line-height: 1.8rem;
    height: 1.8rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
    background: none;
}

.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: 15%;
    text-align: center;
    float: left;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/wap_search_bt.png) no-repeat center left;
    background-size: auto 0.9rem;
    background-position-x: 0.7rem;
    line-height: 1.8rem;
    border-radius: 0.3rem;
    padding-top: 0.05rem;
}

.t_nav li:nth-child(1),.t_nav li:nth-child(2),.t_nav li:nth-child(3),.t_nav li:nth-child(4),.t_nav li:nth-child(5),.t_nav li:nth-child(6),.t_nav li:nth-child(7),.t_nav li:nth-child(8),.t_nav li:nth-child(9),.t_nav li:nth-child(10) {
    background: none !important;
}

.t_nav li:nth-child(1) a {
    background: url(/template/images/navIco_01.png) no-repeat center left !important;
    background-size: 0.85rem auto !important;
    background-position-x: 0.15rem !important;
}

.t_nav li:nth-child(1) a:hover {
    background: url(/template/images/navIcoH_01.png) no-repeat center left !important;
    background-size: 0.85rem auto !important;
    background-position-x: 0.15rem !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;
}

.shareProList .item .linkBt a:nth-child(2) {
    display: none;
}

.shareProList .item .linkBt a:nth-child(1) {
    border-right: 0.05rem solid #cde6f9;
}

.shareProList .item:nth-child(2), .shareProList .item:nth-child(4), .shareProList .item:nth-child(6), .shareProList .item:nth-child(8), .shareProList .item:nth-child(10), .shareProList .item:nth-child(12), .shareProList .item:nth-child(14), .shareProList .item:nth-child(16), .shareProList .item:nth-child(18), .shareProList .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 .f_feedback {
    order: 3;
}

.orderBox .news {
    order: 2;
}

.orderBox .bjBox {
    order: 1;
}

.f_feedback .center {
    width: 100%;
    max-width: 90%;
    padding: 0 3%;
    margin-left: 2%;
    background: url(/template/images/wang.png);
    border-radius: 0.5rem;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.f_feedback .shareTitle .one {
    color: #333;
}

.f_feedback .l_2 #Linkman {
    background: url(/template/images/ico9_02.png) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-x: 3.5%;
    background-color: #fff;
}

.f_feedback .l_2 #Tel {
    background: url(/template/images/ico9_03.png) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-x: 3.5%;
    background-color: #fff;
}

.foot {
    padding-top: 0.5rem;
}

.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: url(/template/images/footBj.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 0;
    min-height: 4.3rem;
}

.keFu a {
    width: 80%;
    max-width: 20%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.2rem;
    padding-top: 1.1rem;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.3rem;
}

.keFu a:nth-child(4) {
    margin-left: 19%;
}

.in_pro .shareTitle .cn p {
    background: url(/template/images/ico10.png) no-repeat center left;
    background-size: auto 1.1rem;
}

.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;
}

.in_pro .proOne .line_1 .one span {
    color: #d71a18;
}

.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%;
}

.in_pro .proOne .listBigBox li dl {
    display: table;
}

.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;
}

.proShow .right .line_1 .sub_right .psBox_10 {
}

.proShow .right .line_1 .sub_right .two span {
    font-weight: bold;
    display: block;
}

.proShow .right .line_1 .sub_right .two font {
    display: none;
}

.proShow .right .psContent .psBox_1 {
}

.proShow .right .psContent .psBox_1 td {
    display: inline-block;
    width: 100%;
    max-width: 48%;
}

.proShow .right .psContent .psBox_2 {
}

.proShow .right .psContent .psBox_4 .partTxt td:nth-child(2) {
    width: 30%;
}

.xgPro .xgList dd:nth-child(2) {
    margin-right: 0;
}

.proShow .right .line_1 .sub_right .three .partTitle {
    font-size: 0.65rem;
    line-height: 138%;
    padding-left: 1.3rem;
    background: url(/template/images/ps_09.png) no-repeat center left;
    background-position-y: 0.1rem;
    background-size: 1rem auto;
    padding-bottom: 0.5rem;
    border-bottom: 0.05rem solid #c1a073;
}

.proShow .right .line_1 .sub_right .three .partTitle .en {
    text-transform: uppercase;
    font-size: 0.6rem;
}

.proShow .right .line_1 .sub_right .three .partTitle .s1 {
    font-size: 0.8rem;
    font-weight: bold;
}

.wapNewNav .left_Title .cn span {
    color: #c92824;
}

.newShareList .item .three dd:nth-child(3) {
    display: none;
}

.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;
}

.newShow .right_Title .sub_left {
    display: none;
}

.newShow .right_Title .sub_right a font {
    display: none;
}

.newShow .right .newBox .line_2 .two dd:nth-child(1) {
    display: none;
}

.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;
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody .in_pro .proTwo {
    /* padding-top: 0.5rem; */
}

.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, #b9171f, #ff7b0a);
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .sub_left {
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-block;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    color: #fff;
    padding-right: 1rem;
    background: url(/template/images/wap_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%;
}

.fangAnShow .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;
}
