@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.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #c70c17;
    display: inline-block;
    color: #fff;
    background: #c70c17;
    padding: 0.3rem 0.55rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 83%;
    line-height: 1.9rem;
    min-height: 1.9rem;
    color: #888888;
    padding: 0 2%;
    margin: 0;
    background-color: #fff;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    width: 100%;
    max-width: 13%;
    cursor: pointer;
    color: #fff;
    border: 0;
    min-height: 2rem;
    line-height: 2rem;
    background: url(/template/images/sICO.png) no-repeat center;
    background-size: 1rem;
}

.in_banner {
    min-height: 13rem;
    margin-bottom: 0.2rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.top {
    position: relative;
}

.t_wel {
    display: none;
}

.t_logo {
    padding: 0.6rem 0;
    padding-top: 0.7rem;
    width: 100%;
    max-width: 100%;
    /* position: relative; */
    /* z-index: 20; */
}

.t_logo .ul_1 {
    margin: 0 auto;
    width: 98%;
    max-width: 98%;
    min-height: 1.8rem;
    margin-left: 1%;
}

.t_logo .ul_1 .left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_logo .ul_1 .left .txt {
    width: 61%;
    max-width: 52%;
    padding-right: 10%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    min-height: 2rem;
    float: right;
}

.t_logo .ul_1 .left img {
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 0.75rem;
    color: #b10012;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
    font-weight: bold;
}

.t_logo .ul_1 .left .txt.inline .one span {
}

.t_logo .ul_1 .left .txt.inline .two {
    display: block;
    font-size: 0.5rem;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_logo .ul_1 .right .sub_right {
}

.t_logo .ul_1 .left h2 {
    width: 33%;
    max-width: 33%;
    padding-left: 2%;
    display: inline-block;
    vertical-align: middle;
}

.menunavbtn {
    width: 14%;
    height: 1.8rem;
    line-height: 39px;
    position: absolute;
    right: 2%;
    top: 0.38rem;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #f55319;
    font-size: 0.8rem;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.t_nav {
    width: 80%;
    max-width: 38%;
    position: absolute;
    right: 0;
    z-index: 30;
    top: 0;
    background: rgba(0,0,0,0.8);
    padding: 0 0.5rem;
    padding-top: 2.8rem;
}

.t_nav .box {
    padding-bottom: 0.5rem;
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 1.9rem;
    font-size: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    margin-bottom: 0.2rem;
}

.t_nav a:nth-child(1) {
}

.t_nav a:nth-child(8) {
}

.t_nav a span {
}

.t_nav a .cn {
    color: #fff !important;
    font-weight: normal !important;
}

.t_nav a .en {
    display: none;
}

.t_nav a:hover .cn {
}

.t_nav a:hover .en {
}

.t_nav a:hover .en span {
}

.bannerBox {
    background: #fff;
    width: 100%;
    max-width: 100%;
}

.t_search {
}

.t_search .ul_3 {
}

.t_search .left {
    display: none;
}

.t_search .ul_3 .left a {
}

.t_search .ul_3 .left span {
}

.t_search .right {
    width: 100%;
    max-width: 100%;
    background: url(/template/images/searchBj.png) no-repeat center top;
    background-size: 98% auto;
    position: relative;
    min-height: 9rem;
    top: -0.8rem;
}

.t_search .ul_3 .right a {
}

.iPro {
    padding-bottom: 1rem;
    /* padding-top: 0.3rem; */
}

.iPro .content {
}

.iPro .content .ul_1 {
    padding-top: 0.6rem;
}

.iPro .content .ul_1 .left {
    display: none;
}

.iPro .content .ul_1 .right {
}

.proType {
    display: none;
}

.proType dl {
}

.proType .dl_2 {
}

.proType dd {
}

.proType .first {
}

.proType .first a {
}

.proType a {
}

.proType a:hover {
}

.proType .last {
}

.proType .last a {
}

.t_bigBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 10;
}

.t_nav a:hover {
    background-color: #fff;
    border-radius: 0.3rem;
}

.t_nav a:hover .cn {
    color: #000 !important;
}

.t_search .right .one {
    color: #fff;
    text-indent: 2.1rem;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    line-height: 1rem;
    font-size: 0.68rem;
}

.t_search .right .two {
    max-width: 90%;
    text-align: left;
    padding-top: 1.2rem;
    margin: 0 5%;
    text-align: center;
}

.t_search .right .two .searchTxt {
    width: 100%;
    max-width: 99.5%;
    line-height: 2rem;
    height: 2rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    text-indent: 1.6rem;
    border-radius: 0.3rem;
    background-size: auto 70%;
    background: none;
    border: 1px solid #d8d8d8;
    background: url(/template/images/search_bt.png) no-repeat center left;
    background-size: auto 1rem;
    background-position-x: 0.3rem;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
}

.t_search .right .two .searchBt {
    width: 100%;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: #b10012;
    line-height: 1.8rem;
    max-width: 60%;
    border-radius: 0.3rem;
    padding-top: 0.05rem;
    font-size: 0.75rem;
}

.iPro .shareTitle {
    background: url(/template/images/wapT1.png) no-repeat;
    background-size: 63% auto;
    min-height: 2.5rem;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.iPro .shareTitle .leftBox {
    float: left;
}

.iPro .shareTitle .rightBox {
    float: right;
    padding-top: 0.3rem;
}

.iPro .shareTitle .leftBox .cn {
    padding-top: 0.35rem;
    font-size: 1rem;
    font-weight: bold;
    color: #b10012;
}

.iPro .shareTitle .leftBox .one {
    font-size: 0.6rem;
    color: #666;
}

.iPro .shareTitle .rightBox .more {
    display: inline-block;
    line-height: 1.8rem;
    color: #b10012;
    font-size: 0.7rem;
    border: 0.05rem solid #b10012;
    border-radius: 5rem;
    padding: 0 0.5rem;
}

.shareItem {
    float: left;
    width: 47%;
    margin-left: 1.5%;
    background-size: 100% auto;
    max-width: 48%;
    border: 0.05rem solid #e0e0e0;
    border-radius: 0.3rem;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.shareItem a {
}

.shareItem img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7rem;
}

.shareItem .two {
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #000;
    font-size: 0.65rem;
}

.shareItem:hover .two a {
}

.shareItem .three {
    display: none;
}

.shareItem .three span {
}

.shareItem .four {
    display: none;
}

.shareItem:hover .four {
}

.iPro .content .ul_1 .right .shareItem:nth-child(7),.iPro .content .ul_1 .right .shareItem:nth-child(8),.iPro .content .ul_1 .right .shareItem:nth-child(9),.iPro .content .ul_1 .right .shareItem:nth-child(10) {
    display: none;
}

.shareMore_2 {
    padding-top: 0.8rem;
}

.shareMore_2 a {
    display: block;
    line-height: 1.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.7rem;
    max-width: 60%;
    border-radius: 10rem;
    background: #b10012;
    margin: 0 auto;
}

.iFangAn {
    padding: 1rem 0;
}

.iFangAn .center .content {
    padding-top: 0.8rem;
}

.iFangAn .center .content .line_1 .sub_left {
    display: none;
}

.iFangAn .center .content .line_1 .dl_1.clear .sub_left.shadow6 .s1 {
}

.iFangAn .center .content .line_1 .dl_1.clear .sub_left.shadow6 .s2 {
}

.iFangAn .center .content .line_1 .dl_1 .sub_right {
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox {
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a {
    float: left;
    width: 100%;
    max-width: 39.5%;
    margin-left: 1.2%;
    margin-bottom: 0.3rem;
    border: 0.05rem solid #fff;
    padding-left: 8%;
    line-height: 1.8rem;
    background-color: #fff !important;
    background-size: auto 0.9rem !important;
    background-position-x: 0.2rem !important;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a .cn {
    font-size: 0.6rem;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a .en {
    display: none;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a:hover {
    color: #b10012;
    border: 0.05rem solid #b10012;
}

.iFangAn .center .content .line_2 {
    display: none;
}

.iFangAn .center .content .line_2 a {
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left {
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_right {
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left .one {
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left .two {
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left .three {
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_right img {
}

.iFangAn .shareTitle {
    background: url(/template/images/t_2.png) no-repeat;
    background-size: 57% auto;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.iFangAn .shareTitle .leftBox .cn {
    padding-top: 0.35rem;
    font-size: 1rem;
    font-weight: bold;
    color: #b10012;
}

.iFangAn .shareTitle .leftBox {
    float: left;
}

.iFangAn .shareTitle .rightBox {
    float: right;
    padding-top: 0.3rem;
}

.iFangAn .shareTitle .leftBox .one {
    font-size: 0.6rem;
    color: #666;
}

.iFangAn .shareTitle .rightBox a {
    display: inline-block;
    line-height: 1.8rem;
    color: #b10012;
    font-size: 0.7rem;
    border: 0.05rem solid #b10012;
    border-radius: 5rem;
    padding: 0 0.5rem;
}

.youShi {
    padding: 1rem 0 !important;
}

.youShi .content {
    display: none;
}

.youShi .shareTitle {
    background: url(/template/images/t3.png) no-repeat center top;
    background-size: 220% auto;
    background-position-y: 0.35rem;
    text-align: center;
}

.youShi .shareTitle .cn {
    font-size: 1rem;
    color: #b10012;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0.1rem;
}

.youShi .shareTitle .one {
    font-size: 0.75rem;
    color: #000;
    padding-bottom: 0.1rem;
}

.youShi .shareTitle .en {
    font-size: 0.5rem;
    color: #b10012;
}

.youShi .ysPic {
    padding-top: 1rem;
}

.about {
    display: none;
}

.new {
    padding-top: 0.5rem;
    min-height: 10rem;
    padding-bottom: 0.8rem;
}

.new .content {
    padding-top: 0.8rem;
}

.new .content .line_1 {
    display: none;
}

.new .content .line_1 a {
}

.new .content .line_1 a:hover {
}

.new .content .line_1 a:nth-child(3) {
}

.new .content .line_1 .more {
}

.new .content .line_1 .more:hover {
}

.new .content .line_2 {
}

.new .shareTitle {
    background: url(/template/images/t_3.png) no-repeat;
    background-size: 30% auto;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.new .shareTitle .cn {
    padding-top: 0.45rem;
    font-size: 1rem;
    font-weight: bold;
    color: #b10012;
}

.new .shareTitle .leftBox {
    float: left;
}

.new .shareTitle .rightBox {
    float: right;
    padding-top: 0.3rem;
}

.new .shareTitle .rightBox a {
    display: inline-block;
    line-height: 1.8rem;
    color: #b10012;
    font-size: 0.7rem;
    border: 0.05rem solid #b10012;
    border-radius: 5rem;
    padding: 0 0.5rem;
}

.new .shareTitle .one {
    font-size: 0.6rem;
    color: #666;
}

.new .content .line_2 li.shadow6 {
    display: none;
    border-bottom: 0.25rem solid #f0eff5;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    position: relative;
    margin-bottom: 0.8rem;
}

.new .content .line_2 li.shadow6:first-child {
    display: block;
}

.new .content .line_2 li.shadow6 .item {
}

.new .content .line_2 li.shadow6 .item .s1 {
}

.new .content .line_2 li.shadow6 .item .sBox_1 {
    display: grid;
    padding: 0.3rem 0;
    text-align: left;
    font-size: 0.63rem;
    padding-bottom: 0.5rem;
}

.new .content .line_2 li.shadow6 .item .sBox_1 .s2 {
    display: none;
}

.new .content .line_2 li.shadow6 .item .sBox_1 .s3 {
    order: 2;
    padding: 0.15rem 0;
    width: 80%;
    max-width: 72%;
    font-size: 0.8rem;
    color: #000;
    line-height: 1.5rem;
    background: url(/template/images/wapico.png) no-repeat center left;
    background-size: 1.1rem auto;
    padding-left: 9%;
    font-weight: bold;
}

.new .content .line_2 li.shadow6 .item .sBox_1 .s4 {
    order: 1;
    line-height: 160%;
    color: #666;
    padding: 0.2rem;
}

.new .content .line_2 li.shadow6 .item .sBox_1 .s5 {
}

.new .content .line_2 li.shadow6 .item .s1 img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 8rem;
    border-radius: 0.3rem;
}

.new .content .line_2 li.shadow6 .more {
    line-height: 1.5rem;
    color: #fff;
    font-size: 0.6rem;
    display: inline-block;
    padding: 0 0.8rem;
    border-radius: 0.3rem;
    background-color: #b10012;
    position: absolute;
    right: 0;
    bottom: 0.65rem;
}

.new .shareMore_2 {
    padding-top: 0.2rem;
}

.f_feedback {
    padding-top: 1rem;
}

.f_feedback .left {
    display: none;
}

.f_feedback .right {
}

.f_feedback input[type="text"], .f_feedback textarea {
    vertical-align: middle;
}

.f_feedback input[type="text"] {
    width: 100%;
    max-width: 61%;
    display: inline-block;
    color: #666;
    font-family: "Microsoft YaHei";
    -webkit-appearance: none;
    font-size: 0.7rem;
    line-height: 1.8rem;
    border: 0.05rem solid #ddd;
    padding-right: 13%;
    padding-left: 3%;
    margin-left: 1%;
}

.f_feedback textarea {
    width: 100%;
    max-width: 79%;
    display: inline-block;
    color: #666;
    font-family: "Microsoft YaHei";
    -webkit-appearance: none;
    font-size: 0.7rem;
    line-height: 1.8rem;
    border: 0.05rem solid #ddd;
    padding-right: 16%;
    padding-left: 3%;
    min-height: 5.95rem;
    background: url(/template/images/fbIco_03.png) no-repeat center left;
    -webkit-background-size: 1.1rem auto;
    background-size: 1.1rem auto;
    background-position-x: 95%;
    background-position-y: 0.5rem;
    line-height: 180%;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
}

.f_feedback input.bt_1 {
}

.f_feedback .center .content .ul_1.clear .left .one {
}

.f_feedback .center .content .ul_1.clear .left .two {
}

.f_feedback .center .content .ul_1.clear .left .three {
}

.f_feedback .center .content .ul_1.clear .right .one {
    font-size: 0.6rem;
    padding-bottom: 0.2rem;
    display: inline-block;
    background: url(/template/images/wapico12.png) no-repeat center left;
    background-size: 0.9rem auto;
    padding-left: 1.2rem;
}

.f_feedback .center .content .ul_1.clear .right .one span {
    font-size: 0.85rem;
    font-weight: bold;
    /* visibility: hidden; */
}

.f_feedback .content .right form .two .sub_right {
    padding: 0.3rem 0;
}

.f_feedback .content .right .four .sub_left {
    float: left;
}

.f_feedback .content .right .five {
    padding: 0.3rem 0;
}

.f_feedback .content {
    border: 0.05rem solid #e0e0e0;
    font-size: 0.65rem;
    padding-bottom: 1rem;
}

.f_feedback .right .title {
    text-align: center;
    background-color: #b10012;
    color: #fff;
    padding: 0.6rem 0;
    padding-bottom: 0.65rem;
}

.f_feedback .right .title .two {
    font-size: 0.6rem;
}

.f_feedback .center .content .ul_1.clear .right .one span:after {
    /* content: "在线留言"; */
    /* visibility: visible; */
}

.f_feedback .right .sBox {
    line-height: 1.8rem;
    max-width: 92%;
    margin: 0 4%;
    padding-top: 0.7rem;
}

.f_feedback .right .sBox .two {
}

.f_feedback .right .sBox .two .dl_1 {
}

.f_feedback .right .sBox .two .sub_left {
    padding: 0.3rem 0;
}

.f_feedback .right .sBox .two .sub_right {
}

.f_feedback .right .sBox .two .sub_left input {
    background: url(/template/images/fbIco_01.png) no-repeat center right;
    -webkit-background-size: 1.1rem auto;
    background-size: 1.1rem auto;
    background-position-x: 95%;
}

.f_feedback .content .right form .two .sub_right input {
    background: url(/template/images/fbIco_02.png) no-repeat center left;
    -webkit-background-size: 1.1rem auto;
    background-size: 1.1rem auto;
    background-position-x: 95%;
    background-color: #fff;
}

.f_feedback .right .sBox .three {
    display: none;
}

.f_feedback .right .sBox .four {
    padding: 0.3rem 0;
}

.f_feedback .content .right .four .sub_right {
    float: right;
    width: 100%;
    max-width: 79%;
}

.f_feedback .content .right .six {
    padding-top: 0.6rem;
    max-width: 98%;
    margin: 0 1%;
}

.f_feedback .content .right .six input[type="submit"] {
    min-height: 1.7rem;
    border: 0;
    color: #fff;
    font-size: 0.75rem;
    line-height: 2rem;
    background: url(/template/images/fbBt_01.png) no-repeat center left;
    -webkit-background-size: 1rem auto;
    background-size: 1rem auto;
    background-position-x: 21%;
    background-color: #b10012;
    border-radius: 0.3rem;
    text-indent: 18%;
    margin-right: 2.5%;
}

.f_feedback .content .right .six .bt2 {
    background: url(/template/images/fbBt_02.png) no-repeat center left;
    -webkit-background-size: 0.9rem auto;
    background-size: 0.9rem auto;
    background-position-x: 7%;
    background-color: #f39800;
    line-height: 130%;
    padding: 0.2rem 0;
    border-radius: 0.3rem;
    text-indent: 23%;
    color: #fff;
}

.f_feedback .content .right .six input, .f_feedback .content .right .six .bt2 {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    vertical-align: middle;
}

.f_feedback .content .right .six .bt2 .s1 {
}

.f_feedback .content .right .six .bt2 .s2 {
    font-weight: bold;
}

.f_contact {
    padding-top: 1.8rem;
}

.f_contact .ul_1 .l_1 {
    display: none;
}

.f_contact .ul_1 .l_1 img {
}

.f_contact .ul_1 .l_1 .two a {
}

.f_contact .ul_1 .l_1.left .one {
}

.f_contact .ul_1 .l_1.left .two {
}

.f_contact .ul_1 .l_1.left .three {
}

.f_contact .ul_1 .l_1.left .four {
}

.f_contact .ul_1 .l_2 {
    display: none;
}

.f_contact .ul_1 .l_3 {
    display: none;
}

.f_contact .ul_1 .l_4 .one {
    display: none;
}

.f_contact .ul_1 .l_2 .two, .f_contact .ul_1 .l_3 .two, .f_contact .ul_1 .l_4 .two {
}

.f_contact .ul_1 .l_2 .two a, .f_contact .ul_1 .l_3 .two a {
}

.f_contact .ul_1 .l_4 {
    font-size: 0.6rem;
    width: 65%;
    max-width: 65%;
    float: left;
}

.f_contact .ul_1 .l_4 .two {
}

.f_contact .ul_1 .l_4.left .two span {
}

.f_contact .ul_1 .l_5 {
    width: 65%;
    max-width: 32%;
    padding-top: 0.5rem;
    text-align: center;
    float: left;
    padding-left: 2%;
}

.f_contact .ul_1 .l_5 .s1 {
}

.f_contact .ul_1 .l_5 .s1 .sTxt {
}

.f_contact .shareTitle2 {
    background: url(/template/images/t_5.png) no-repeat;
    background-size: 100% auto;
    min-height: 2.5rem;
}

.f_contact .shareTitle2 .cn {
    padding-top: 0.35rem;
    font-size: 1rem;
    font-weight: bold;
    color: #b10012;
}

.f_contact .shareTitle2 .sub_left {
    padding-top: 0;
    padding-left: 0.3rem;
}

.f_contact .ul_1 {
    padding-top: 0.5rem;
}

.f_contact .ul_1 .l_4 .two p {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
    padding-left: 1rem;
}

.f_contact .ul_1 .l_4 .two p:nth-child(1) {
    background: url(/template/images/callIco_01.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_contact .ul_1 .l_4 .two p:nth-child(2) {
    background: url(/template/images/callIco_02.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_contact .ul_1 .l_4 .two p:nth-child(3) {
    background: url(/template/images/callIco_03.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_contact .ul_1 .l_4 .two p:nth-child(4) {
    background: url(/template/images/callIco_04.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_contact .ul_1 .l_4 .two p:nth-child(5) {
    background: url(/template/images/callIco_05.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.bq {
    display: none;
}

.f_contact .ul_1 .l_5 img {
    border: 0.05rem solid #e0e0e0;
}

.f_contact .ul_1 .l_5 .sTxt {
    padding-top: 0.3rem;
    font-size: 0.6rem;
}

.f_contact .ul_1 .l_5 h3 {
    display: block;
}

.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/wapkf.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 0;
    background-position-y: 0.8rem;
}

.keFu a {
    width: 80%;
    max-width: 33.3%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.1rem;
    padding-top: 1.1rem;
}

/*
.keFu a:hover {
  background: #ffa030;
}
*/
.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1rem;
}

.keFu a:nth-child(2) {
    padding-top: 0;
    position: relative;
    top: -0.3rem;
}

.keFu a:nth-child(2) img {
    height: 3.5rem;
    border-radius: 10rem;
}

.keFu a:nth-child(2) span {
    position: absolute;
    top: 1.9rem;
    font-weight: bold;
    color: #b10012;
    left: 0;
}

.inBody {
}

.inBody .t_bigBox {
    position: relative;
    -moz-box-shadow: 1px 0px 0.2rem #bbb;
    -webkit-box-shadow: 1px 0px 0.2rem #bbb;
    box-shadow: 1px 0px 0.2rem #bbb;
}

.inBody .t_search .right {
    top: 0;
}

.proList {
    padding-top: 0.8rem;
}

.proList .left {
}

.proType2 {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.proType2 .leftTitle2 {
    background: url(/template/images/wapt_1.png) no-repeat;
    background-size: 63% auto;
    min-height: 2.5rem;
}

.proType2 .leftTitle2 .cn {
    padding-top: 0.35rem;
    font-size: 1rem;
    font-weight: bold;
    color: #b10012;
}

.proType2 .leftTitle2 .one {
    font-size: 0.6rem;
    color: #666;
}

.proType2 .leftContent {
    padding-top: 1rem;
}

.proType2 .leftList {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 3.5rem;
}

.proType2 .leftList .bigType {
    position: absolute;
    width: 50%;
    max-width: 50%;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    min-height: 3.3rem;
    background: #fff;
}

.proType2 .leftList .smallType {
    width: 50%;
    max-width: 32%;
    float: left;
    line-height: 1.8rem;
    text-align: center;
    margin: 0 0.1rem;
    margin-bottom: 0.25rem;
}

.proType2 .leftList .bigType .cn {
    font-weight: bold;
}

.proType2 .leftList .bigType .en {
    font-size: 0.45rem;
    text-transform: uppercase;
}

.proType2 .leftList .smallNav_box {
    padding-top: 3.6rem;
    padding-bottom: 0.3rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background-color: #f6f6f6;
}

.proType2 .leftList #bigType_2 {
    top: 0;
    right: 0;
}

.proType2 .leftList #bigType_1 {
    top: 0;
    left: 0;
}

.proType2 .leftList .bigType a {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    line-height: 110%;
    padding-bottom: 1.1rem;
}

.proType2 .leftList .bigType a:hover,.proType2 .leftList .bigType a.current {
    background: url(/template/images/proTypeH.png) no-repeat center bottom;
    background-size: 100% auto;
    color: #b10012;
}

.proType2 .leftList .smallType a {
    display: block;
    font-size: 0.58rem;
    background-color: #fff;
    border-radius: 0.3rem;
    border: 0.05rem solid #fff;
}

.proType2 .leftList .smallType a:hover {
    background: url(/template/images/wapjiao2.png) no-repeat center bottom;
    background-size: 0.35rem auto;
    background-position-y: 1.4rem;
    color: #b10012;
    font-weight: bold;
    border: 0.05rem solid #b10012;
    background-color: #fff;
}

.proType2 .lContact {
    display: none;
}

.proType2 .leftList .last {
    width: 100%;
    max-width: 98%;
}

.proType2 .leftList .last a {
    color: #b10012;
    background: #fff;
    text-indent: 0;
    text-align: center;
    padding-bottom: 0;
}

.proList .right {
    padding-top: 0.8rem;
}

.proList .right .line_1 {
    /* display: none; */
}

.proList .right .listBox {
}

.proList .right .listBox .shareProItem {
    float: left;
    width: 48%;
    margin-left: 1.3%;
    margin-bottom: 0.5rem;
    background-size: 100% auto;
    max-width: 47.5%;
    clear: none;
    display: block;
    border: 0.05rem solid #e0e0e0;
    border-radius: 0.3rem;
    overflow: hidden;
}

.proList .right .listBox .shareProItem .sub_left {
}

.proList .right .listBox .shareProItem .sub_right {
}

.proList .right .listBox .shareProItem .sub_left img {
}

.proList .right .listBox .shareProItem .sub_right .one {
    width: 98%;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #000;
    font-size: 0.65rem;
    margin: 0 auto;
}

.proList .right .listBox .shareProItem .sub_right .two {
    display: none;
}

.proList .right .listBox .shareProItem .sub_right .three {
    display: none;
}

.proList .right .listBox .shareProItem .sub_right .one a {
}

.proList .right .listBox .shareProItem .sub_right .one a span {
    display: none;
}

.pageNumber font {
    display: none;
}

.proList .right .line_1 .proRtitle {
    display: none;
}

.proList .right .line_1 .r_smallNav {
    padding-bottom: 0.5rem;
}

.proList .right .line_1 .r_smallNav a {
    width: 50%;
    max-width: 32%;
    float: left;
    line-height: 1.8rem;
    text-align: center;
    margin: 0 0.05rem;
    margin-bottom: 0.25rem;
    border: 0.05rem solid #ccc;
    border-radius: 0.25rem;
}

.proList .right .line_1 .mxTitle {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    color: #666;
}

.proList .right .line_1 .mxTitle span {
    color: #b10012;
    margin-right: 0.3rem;
}

.proList .right .line_1 .r_smallNav a.subCurrentNav {
    color: #b10012;
    border: 0.05rem solid #b10012;
}

.proShow {
    padding-top: 0.5rem;
}

.proShow .left {
}

.proShow .right {
}

.proShow .right .line_1 {
    display: none;
}

.proShow .right .inSbox {
    padding-top: 1.2rem;
}

.proShow .right .inSbox .line_2 {
}

.proShow .right .inSbox .txtBox {
}

.proShow .right .goBack {
    padding-bottom: 1rem !important;
}

.proShow .right .inSbox .line_2 .sub_left {
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
    padding-bottom: 1rem;
}

.proShow .right .inSbox .line_2 .sub_right {
    width: 100%;
    max-width: 95%;
    float: none;
    display: block;
    margin: 0 auto;
}

.proShow .right .inSbox .line_2 .sub_left img {
    display: block;
    padding: 0.2rem;
    border: 0.05rem solid #e29da4;
    height: 11.3rem;
    max-width: 80%;
    margin: 0 auto;
}

.proShow .line_2 .sub_right .one {
    padding-bottom: 0.5rem;
}

.proShow .line_2 .sub_right .one, .proShow .line_2 .sub_right .one p, .proShow .line_2 .sub_right .one span, .proShow .line_2 .sub_right .one td {
    font-size: 0.65rem !important;
    text-indent: 0 !important;
}

.proShow .line_2 .sub_right .one table {
    border-collapse: collapse !important;
    background: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.proShow .line_2 .sub_right .one table, .proShow .line_2 .sub_right .one td {
    border: 0 !important;
}

.proShow .line_2 .sub_right .one tr {
}

.proShow .line_2 .sub_right .one td {
    line-height: 180% !important;
    padding: 0.3rem !important;
    padding-left: 1rem !important;
    color: #333 !important;
    background: url(/template/images/jian3.png) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-x: 0.25rem !important;
    background-position-y: 0.7rem !important;
    border: 0.05rem dashed #e29da4 !important;
    margin-bottom: 0.3rem !important;
    width: 100% !important;
    max-width: 91% !important;
    display: block !important;
    height: auto !important;
    text-align: justify !important;
}

.proShow .line_2 .sub_right .one tr:nth-child(1) td, .proShow .line_2 .sub_right .one tr:nth-child(2) td {
}

.proShow .line_2 .dl_1 .sub_right .two {
    background: url(/template/images/wapcall_02.png) no-repeat center;
    background-position-x: 51.5%;
}

.proShow .line_2 .dl_1 .sub_right .two .s_right {
    text-align: right;
    float: right;
}

.proShow .line_2 .dl_1 .sub_right .two .s_right a {
    width: 6.8rem;
    display: inline-block;
    color: #fff;
}

.shareTel {
    padding: 0;
    background: url(/template/images/call_01.png) no-repeat center left;
    background-size: 0.7rem auto;
    padding-left: 1rem;
    text-align: left;
    line-height: 150%;
    color: #000;
    background-position-y: 0.15rem;
}

.shareTel .s1 {
    font-size: 0.6rem;
    color: #000000;
    padding-bottom: 0.2rem;
}

.shareTel .s2 {
    font-size: 1rem;
    color: #b10012;
    font-family: Impact;
}

.proShow .line_2 .dl_1 .sub_right .two .s_left {
    float: left;
}


.proShow .txtBox {
    padding-top: 1rem;
}

.proShow .txtBox .ul_3 {
    text-align: center;
    padding-bottom: 0.9rem;
}

.proShow .txtBox .ul_3 li {
    width: 100%;
    max-width: 23%;
    height: 3.7rem;
    border-radius: 10rem;
    text-align: center;
    margin-right: 2%;
    float: left;
}

.proShow .txtBox .ul_3 li:nth-child(1) {
    background: url(/template/images/proIco_01.png) no-repeat center top;
    background-size: 103% auto !important;
    margin-left: 1%;
}

.proShow .txtBox .ul_3 li:nth-child(2) {
    background: url(/template/images/proIco_02.png) no-repeat center top;
    background-size: 103% auto !important;
}

.proShow .txtBox .ul_3 li:nth-child(3) {
    background: url(/template/images/proIco_03.png) no-repeat center top;
    background-size: 103% auto !important;
}

.proShow .txtBox .ul_3 li:nth-child(4) {
    background: url(/template/images/proIco_04.png) no-repeat center top;
    margin-right: 0;
    background-size: 103% auto !important;
}

.proShow .txtBox .ul_3 li:nth-child(1):hover {
    background: url(/template/images/proIcoH_01.png) no-repeat center top;
    background-size: 103% auto !important;
}

.proShow .txtBox .ul_3 li:nth-child(2):hover {
    background: url(/template/images/proIcoH_02.png) no-repeat center top;
    background-size: 103% auto !important;
}

.proShow .txtBox .ul_3 li:nth-child(3):hover {
    background: url(/template/images/proIcoH_03.png) no-repeat center top;
    background-size: 103% auto;
}

.proShow .txtBox .ul_3 li:nth-child(4):hover {
    background: url(/template/images/proIcoH_04.png) no-repeat center top;
    background-size: 103% auto;
}

.proShow .txtBox .ul_3 li:hover {
    -moz-box-shadow: 3px 10px 12px #f0abab !important;
    -webkit-box-shadow: 3px 10px 12px #f0abab !important;
    box-shadow: 2px 5px 10px #f0abab !important;
}

.proShow .txtBox .ul_3 li a {
    font-size: 0.6rem;
    color: #b10012;
    display: block;
    padding-top: 1.9rem;
    line-height: 1rem;
    padding-bottom: 0.3rem;
    border-radius: 10rem;
}

.proShow .txtBox .ul_3 li:hover a {
    color: #fff;
    font-weight: bold;
}

.proShareBox {
    padding-bottom: 0.8rem;
}

.pro_shareTitle {
    font-size: 0.75rem;
    color: #b10012;
    line-height: 1.3rem;
    background: url(/template/images/sTico.png) no-repeat center left;
    background-size: 0.65rem auto;
    padding-left: 1.2rem;
    font-weight: bold;
    border-bottom: 0.05rem solid #e099a0;
    background-position-x: 0.2rem;
    padding-top: 0.2rem;
    padding-bottom: 0.1rem;
}

.pro_shareTitle span {
    display: inline-block;
    margin-right: 0.3rem;
    font-size: 0.5rem;
    font-weight: normal;
    text-transform: uppercase;
}

.pro_shareTxt {
    color: #333;
    font-size: 0.6rem;
    line-height: 200%;
    padding: 0 0.3rem;
    padding-top: 0.3rem;
    text-align: justify;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.pro_shareTxt img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0.1rem 0 !important;
}

.proShareBox.r_2 .pro_shareTxt p, .proShareBox.r_3 .pro_shareTxt p, .proShareBox.r_4 .pro_shareTxt p, .fangAnShow .proShareBox.r_1 .pro_shareTxt p, .fangAnShow .proShareBox.r_5 .pro_shareTxt p {
    padding-left: 0.9rem !important;
    background: url(/template/images/xingIco.png) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-x: 0.1rem !important;
    background-position-y: 0.45rem !important;
}

.fangAnShow .proShareBox.r_1 .pro_shareTxt td,.fangAnShow .proShareBox.r_4 .pro_shareTxt td {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-bottom: 0.5rem;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.6rem !important;
    line-height: 200% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
    height: auto !important;
}

.xgPro {
    padding: 0.5rem 0;
}

.inYouShi {
    padding: 1rem 0;
}

.inYouShi .shareTitle {
    background: url(/template/images/t3.png) no-repeat center top !important;
    background-size: 220% auto !important;
    background-position-y: 0.35rem !important;
    text-align: center;
    min-height: 3rem;
    transform: none !important;
}

.inYouShi .shareTitle .cn {
    font-size: 1rem !important;
    color: #b10012 !important;
    font-weight: bold !important;
    padding-top: 0 !important;
    padding-bottom: 0.1rem !important;
}

.inYouShi .shareTitle .one {
    font-size: 0.75rem !important;
    color: #000 !important;
    padding-bottom: 0.1rem !important;
}

.inYouShi .shareTitle .en {
    font-size: 0.5rem !important;
    color: #b10012 !important;
}

.inYouShi .content {
    display: none;
}

.inYouShi .ysPic {
    padding-top: 1rem;
}

.xgNew2 {
    padding-top: 0.3rem;
}

.xgNew2 li {
    padding-left: 3%;
    background: url(/template/images/wapbot5.png) no-repeat center left;
    background-position-x: 0.1rem;
    border-bottom: 0.05rem dotted #ddd;
    background-size: 0.15rem auto;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 97%;
    line-height: 1.6rem;
    font-size: 0.65rem;
}

.xgNew2 li .s1 {
    display: none;
}

.xgNew2 li .s2 {
    float: left;
    width: 73%;
    max-width: 73%;
}

.xgNew2 li .s3 {
    display: none;
}

.xgNew2 li .s4 {
    float: right;
    padding-right: 1%;
    color: #999;
}

.xgNew2 li a {
    color: #000;
}

.xgNew2 li:hover a {
    color: #b10012;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox h3 {
    font-weight: normal;
}

.in_new {
    padding-top: 0.5rem;
}

.in_new .proType2 .leftTitle2 {
    background: url(/template/images/t_2.png) no-repeat;
    background-size: 57% auto;
}

.in_new .proType2 .leftList {
    background-color: #f6f6f6;
    padding: 0.3rem 0;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.in_new .proType2 .leftList .smallType a {
    font-size: 0.7rem;
    line-height: 130%;
    height: 2.5rem;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.2rem;
    padding-top: 0.1rem;
}

.in_new .proType2 .leftList .smallType a:hover {
    background: none;
}

.in_new .proType2 .leftList .last a {
    width: 100%;
    max-width: 100%;
    display: block;
    line-height: 2.3rem;
    padding: 0;
    height: auto;
}

.in_new .right {
    padding-top: 0.5rem;
    width: 100%;
    max-width: 100%;
}

.in_new .right .newShareList {
}

.in_new .right .newShareList .shareFaItem {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
    margin-bottom: 0.8rem;
    border-bottom: 0.25rem solid #f0eff5;
}

.in_new .right .newShareList .shareFaItem .sub_right {
    display: grid;
    padding-top: 0.3rem;
    grid-template-columns: 100%;
}

.in_new .right .newShareList .shareFaItem .sub_right .one {
    line-height: 1.5rem;
    padding: 0.3rem 0;
    text-align: left;
    font-size: 0.65rem;
    padding-bottom: 0.5rem;
    order: 2;
}

.in_new .right .newShareList .shareFaItem .sub_right .one .a_1 {
    font-size: 0.8rem;
    color: #000;
    line-height: 1.5rem;
    background: url(/template/images/wapico.png) no-repeat center left;
    background-size: 1.1rem auto;
    padding-left: 9%;
    font-weight: bold;
    width: 80%;
    max-width: 71%;
    display: inline-block;
    vertical-align: middle;
}

.in_new .right .newShareList .shareFaItem .sub_right .two {
    order: 1;
    line-height: 180%;
    color: #666;
    width: 100%;
    max-width: 98%;
    padding: 0 1%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
    text-align: justify;
    font-size: 0.63rem;
}

.in_new .right .newShareList .shareFaItem .sub_right .three {
    display: none;
}

.in_new .right .newShareList .shareFaItem .sub_left {
}

.in_new .right .newShareList .shareFaItem .sub_left img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 8rem;
    border-radius: 0.3rem;
}

.in_new .right .newShareList .shareFaItem .sub_right .one .more {
    color: #fff;
    font-size: 0.6rem;
    display: inline-block;
    padding: 0 0.8rem;
    border-radius: 0.3rem;
    background-color: #b10012;
    vertical-align: middle;
}

.fangAnShow .proType2 .leftList {
    background-color: #f6f6f6;
    padding: 0.3rem 0;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.fangAnShow .proType2 .leftList .smallType a {
    font-size: 0.7rem;
    line-height: 130%;
    height: 2.5rem;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0.2rem;
    padding-top: 0.1rem;
}

.fangAnShow .proType2 .leftList .smallType a:hover {
    background: none;
}

.fangAnShow .proType2 .leftList .last a {
    width: 100%;
    max-width: 100%;
    display: block;
    line-height: 2.3rem;
    padding: 0;
    height: auto;
}

.fangAnShow {
    padding-top: 0.5rem;
}

.fangAnShow .right {
    padding-top: 0.5rem;
}

.fangAnShow .right .line_1 {
}

.fangAnShow .right .line_1 .sTitle {
    font-weight: bold;
    color: #b10012;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.4rem 0;
}

.fangAnShow .right .line_1 .sTitle h1 {
    display: inline-block;
    padding-left: 1.5rem;
    background: url(/template/images/wapicoH.png) no-repeat center left;
    background-size: 1.2rem auto;
    line-height: 1.5rem;
    font-size: 0.9rem;
}

.fangAnShow .inSbox .xgBox_fa .sContent {
    padding-top: 1rem;
}

.fangAnShow .inSbox .xgBox_fa .sContent a {
    display: block;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 {
    padding-bottom: 1.3rem;
    font-size: 0.6rem;
}

.fangAnShow .inSbox .xgBox_fa .sContent a:nth-child(2) .dl_5 {
    padding-bottom: 0;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_left {
    float: none;
    display: block;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_left img {
    display: block;
    padding: 0.2rem;
    border: 0.05rem solid #e29da4;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right {
    float: none;
    display: block;
    max-width: 98%;
    padding-top: 1rem;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .s1, .fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .s2 {
    border: 0.05rem dashed #e29da4;
    padding: 0.3rem;
    line-height: 180%;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 0.65rem;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs {
    margin-bottom: 0.2rem;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .s1 span, .fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .s2 span {
    font-weight: bold;
    color: #b10012;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .s1 {
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs {
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs p {
    margin: 0 !important;
    padding: 0 !important;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs, .fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs p, .fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs span, .fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs td {
    font-size: 0.65rem !important;
    text-indent: 0 !important;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs table {
    border-collapse: collapse !important;
    background: none !important;
    width: 100% !important;
    max-width: 100% !important;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs table, .fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs td {
    border: 0 !important;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs tr {
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs td {
    line-height: 180% !important;
    padding: 0.3rem !important;
    padding-left: 1rem !important;
    color: #333 !important;
    background: url(/pc/images/jian3.png) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-x: 0.25rem !important;
    background-position-y: 0.7rem !important;
    border: 0.05rem dashed #e29da4 !important;
    margin-bottom: 0.3rem !important;
    width: 100% !important;
    max-width: 91% !important;
    display: block !important;
    height: auto !important;
    text-align: justify !important;
}

.fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs tr:nth-child(1) td, .fangAnShow .inSbox .xgBox_fa .sContent a .dl_5 .sub_right .cs tr:nth-child(2) td {
}

.goBack {
    text-align: center;
    padding-bottom: 0.5rem;
}

.goBack a {
    display: inline-block;
    color: #fff;
    font-size: 0.7rem;
    background-color: #b10012;
    line-height: 2rem;
    width: 50%;
    max-width: 45%;
    text-align: center;
    border-radius: 0.3rem;
}

.prevNextBox {
    font-size: 0.7rem;
}

.prevpage, .nextpage {
    display: block;
    width: 98%;
    margin: 0.3rem 1%;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2rem;
    min-height: 2rem;
    border-radius: 0.3rem;
    background: #efefef;
}

.prevpage a, .nextpage a {
    color: #000;
}

.prevpage span, .nextpage span {
    padding-left: 10px;
}

.prevpage:hover, .nextpage:hover {
    color: #fff;
    background: #b10012;
}

.prevpage:hover a, .nextpage:hover a {
    color: #fff;
}

.dongTai {
}

.dongTai .left .leftContent {
    display: none;
}

.dongTai .proType2 .leftTitle2 {
    background: url(/template/images/t_3.png) no-repeat;
    background-size: 30% auto;
}

.dongTai .proType2 .leftTitle2 .sub_right {
    display: none;
}

.newShow {
}

.newShow .proType2 .leftTitle2 .sub_right {
    display: block;
    float: right;
    padding-top: 0.3rem;
}

.newShow .proType2 .leftTitle2 .sub_left {
    float: left;
}

.newShow .proType2 .leftTitle2 .sub_right .more {
    display: inline-block;
    line-height: 1.8rem;
    color: #b10012;
    font-size: 0.7rem;
    border: 0.05rem solid #b10012;
    border-radius: 5rem;
    padding: 0 0.5rem;
}

.newShow .right {
    padding-top: 0.5rem;
}

.newShow .right .line_1 {
}

.newShow .right .inSbox {
}

.newShow .right .line_1 h1 {
    font-weight: bold;
    font-size: 0.9rem;
    color: #b10012;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.4rem 0;
}

.newShow .right .line_1 a {
    display: none;
}

.newShow .right .inSbox .line_2 {
    padding: 0.3rem 0;
    color: #888;
    line-height: 1rem;
    font-size: 0.6rem;
    border-bottom: 0.05rem dashed #eaeaea;
    padding-top: 0.2rem;
    text-align: center;
}

.newShow .right .inSbox .line_3 {
    text-align: justify;
    line-height: 180%;
    width: 98%;
    padding: 0.5rem 0;
    margin: 0px 1% 0px 1%;
    font-size: 0.6rem;
}

.newShow .right .inSbox .prev_next {
}

.newShow .right .inSbox .line_2 dd {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    margin-right: 0.5rem;
    background: url(/template/images/nIco_01.png) no-repeat center left;
    background-size: 0.6rem auto;
    padding-left: 0.8rem;
    background-position-y: 0.25rem;
}

.newShow .right .inSbox .line_2 dd:nth-child(2) {
    background: url(/template/images/nIco_02.png) no-repeat center left;
    background-size: 0.6rem auto;
    padding-left: 0.8rem;
}

.newShow .right .inSbox .line_3 p,.newShow .right .inSbox .line_3 span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.newShow .right .inSbox .line_3, .newShow .right .inSbox .line_3 p, .newShow .right .inSbox .line_3 span {
    font-family: Microsoft YaHei !important;
}

.newShow .right .inSbox .prev_next .sub_left,.newShow .right .inSbox .prev_next .sub_right {
    display: block;
    margin: 0.3rem 1%;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2rem;
    min-height: 2rem;
    border-radius: 0.3rem;
    background: #efefef;
    padding-left: 2%;
    width: 100%;
    max-width: 96%;
}

.newShow .right .inSbox .prev_next li a {
    width: 100%;
    max-width: 81%;
    display: inline-block;
    vertical-align: middle;
}

.xgBox {
    padding-top: 0.5rem;
}

.xgBox .sContent {
    padding-top: 0.2rem;
}

.xgBox .sContent dd:nth-child(3),.xgBox .sContent dd:nth-child(4) {
    display: none;
}

.in_about {
    padding: 1.2rem 0;
    padding-bottom: 0.5rem !important;
}

.in_about .about {
    display: block;
}

.in_about .about .shareTitle {
    background: url(/template/images/t6.png) no-repeat center top !important;
    background-size: 75% auto !important;
    min-height: 3rem;
    text-align: center;
    text-indent: 0 !important;
}

.in_about .about .shareTitle .cn {
    font-size: 1rem;
    padding-bottom: 0.2rem;
    padding-top: 0.7rem !important;
    font-weight: bold;
    color: #b10012;
}

.in_about .about .shareTitle .one {
    font-size: 0.6rem;
    color: #525252;
}

.in_about .about .content {
}

.in_about .about .content .left {
    order: 2;
}

.in_about .about .content .right {
    order: 1;
    padding-top: 0.3rem;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}

.in_about .about .content .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.in_about .about .content .left .sBox {
    background: url(/template/images/videoBj.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 10rem;
    padding-top: 0.6rem;
}

.in_about .about .content .left .sBox .videoShow {
    height: 7.6rem;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-size: 1.5rem auto;
    background-color: #333;
    width: 100%;
    max-width: 76%;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0 auto;
}

.in_about .about .content .right .txt {
    padding-bottom: 0.8rem !important;
    text-align: justify;
}

.in_about .about .content .right .txt, .in_about .about .content .right .txt p, .in_about .about .content .right .txt span {
    font-size: 0.7rem !important;
    line-height: 190% !important;
}

.in_about .about .content .right .txt p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.in_about .about .content .left .sBox .videoShow img {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 7.6rem;
}

.in_about .about .content .left .sBox .videoShow video, .in_about .about .content .left .sBox .videoShow object, .in_about .about .content .left .sBox .videoShow embed {
    height: 100% !important;
}

.f_feedback2 {
    padding-top: 0.5rem;
}

.f_feedback2 .shareTitle {
    background: url(/template/images/wapt8.png) no-repeat center top !important;
    background-size: 96% auto !important;
    margin-bottom: 0.3rem;
    min-height: 3rem;
    text-align: center !important;
}

.f_feedback2 .shareTitle .cn {
    font-size: 1rem;
    padding-bottom: 0.2rem !important;
    padding-top: 0.7rem !important;
    font-weight: bold;
    color: #b10012;
}

.f_feedback2 .shareTitle .one {
    font-size: 0.6rem;
    color: #525252;
}

.f_feedback2 .content {
    padding: 0.5rem 0;
}

.f_feedback2 .content .left {
}

.f_feedback2 .content .right {
    display: none;
}

.f_feedback2 .content .left .sub_left {
    width: 65%;
    max-width: 65%;
    float: left;
}

.f_feedback2 .content .left .sub_right {
    width: 65%;
    max-width: 32%;
    padding-top: 0.5rem;
    text-align: center;
    float: right;
    font-size: 0.6rem;
}

.f_feedback2 .content .left .sub_left .one {
    display: none;
}

.f_feedback2 .content .left .sub_left .two {
}

.f_feedback2 .content .left .sub_left .three {
    display: none;
}

.f_feedback2 .content .left .sub_left .one img {
}

.f_feedback2 .content .left .sub_left .two p {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
    padding-left: 1rem;
}

.f_feedback2 .content .left .sub_left .two p:nth-child(1) {
    background: url(/template/images/callIco_01.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_feedback2 .content .left .sub_left .two p:nth-child(2) {
    background: url(/template/images/callIco_02.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_feedback2 .content .left .sub_left .two p:nth-child(3) {
    background: url(/template/images/callIco_03.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_feedback2 .content .left .sub_left .two p:nth-child(4) {
    background: url(/template/images/callIco_04.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_feedback2 .content .left .sub_left .two p:nth-child(5) {
    background: url(/template/images/callIco_05.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.15rem;
}

.f_feedback2 .content .left .sub_left .two span {
    font-family: Impact;
    color: #b10012;
}

.f_feedback2 .content .left .sub_right img {
    border: 0.05rem solid #ddd;
    padding: 0.1rem;
    max-width: 93%;
}

.f_feedback2 .content .left .sub_right .sTxt {
    line-height: 1.3rem;
}

.center {
    padding: 0 !important;
}

#dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 10rem !important;
}

.aboutBody .f_feedback {
    margin-bottom: 1rem;
}

.aboutBody .f_feedback .right .title {
    background: url(/template/images/ft.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 2.6rem;
    padding: 1.5rem 0;
    padding-left: 12%;
    padding-bottom: 0;
}

.aboutBody .f_feedback .content {
    border-top: 0;
}

.searchList {
    padding: 0;
}

.searchList .left {
    display: none;
}


.searchList .right {}

.searchList .right .leftTitle2 {
    background: url(/template/images/wapt_1.png) no-repeat;
    background-size: 63% auto;
    min-height: 2.5rem;
    max-width: 98%;
    margin: 0 1%;
}

.searchList .right .leftTitle2 .cn {
    padding-top: 0.35rem;
    font-size: 1rem;
    font-weight: bold;
    color: #b10012;
}

.searchList .right .leftTitle2 .one {
    font-size: 0.6rem;
    color: #666;
}

.searchList .right .listBox {
    padding-top: 1rem;
}

.proShow .xgPro {}

.proShow .xgPro .newBack {
    display: none;
}












.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
    padding-top: 1rem;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}



.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}






.tagList {
    padding-bottom: 1rem;
    color: #000;
}

.tagList .left {float: none;}

.tagList .right {float: none;padding-top: 0.5rem;}

.tagList .left .line_1 {
    width: 100%;
    max-width: 92%;
    line-height: 200%;
    background: url(/template/images/wap_02.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 1rem 4%;
    padding-top: 0.5rem;
}

.tagList .left .line_1 .sub_left {float: none;}

.tagList .left .line_1 .sub_right {
    text-align: center;
    width: 100%;
    max-width: 100%;
    float: none;
}

.tagList .left .line_1 .sub_left .one {
}

.tagList .left .line_1 .sub_left .two {
    padding: 0.5rem 0;
    color: #666;
    line-height: 180%;
}

.tagList .left .line_1 .sub_left .three {
    display: none;
}

.tagList .left .line_1 .sub_left .one h2 {
    font-size: 1.1rem;
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tagList .left .line_1 .sub_left .three a {
}

.tagList .left .line_1 .sub_left .three .telBox {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_1 {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_2 {
}

.tagList .left .line_1 .sub_right .one {
}

.tagList .left .line_1 .sub_right .one img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 93%;
    border: 0.5rem solid #fff;
    -moz-box-shadow: 1px 2px 6px #ddd;
    -webkit-box-shadow: 1px 2px 6px #ddd;
    box-shadow: 1px 2px 6px #ddd;
}

.tagList .left .line_1 .sub_left .three a:nth-child(1) {
}

.tagList .left .line_1 .sub_left .three a:nth-child(2) {
}

.tagProList {
    padding-bottom: 0.5rem;
}

.tagProList .tagListBox {

}

.tagProList .tagListBox .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 2px 5px #ccc;padding: 0.2rem 1%;margin-bottom: 0.5rem;display: inline-block;}

.tagProList .tagListBox .item .sub_left {width: 100%;max-width: 38%;float: left;}

.tagProList .tagListBox .item .sub_right {width: 100%;max-width: 58%;float: right;}

.tagProList .tagListBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.tagProList .tagListBox .item .sub_right .one {padding: 0.2rem 0;}

.tagProList .tagListBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    line-height: 160%;
    }

.tagProList .tagListBox .item .sub_right .three {padding: 0.3rem 0;font-size: 0.55rem;color: #666;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.tagProList .tagListBox .item .sub_right .four {
    text-align: right;
}

.tagProList .tagListBox .item .sub_right .two span, .tagProList .tagListBox .item .sub_right .three span {font-weight: bold;}

.tagProList .tagListBox .item .sub_right .four a {color: #fff;display: inline-block;line-height: 1.28rem;text-align: center;vertical-align: middle;background-size: 100% 100% !important;padding: 0 0.5rem;font-size: 0.55rem;border-radius: 3rem;}

.tagProList .tagListBox .item .sub_right .four a:nth-child(1) {background: #c20440;}

.tagProList .tagListBox .item .sub_right .four a:nth-child(2) {background: #243665;}

.tagList .left .line_1 .sub_left .two p {
}

.tagProList .tagListBox .item .sub_right .one h3 {font-size: 0.7rem;}

.tagNav {
    display: none;
}

.tagNav .left_Title {
}

.tagNav .sContent {
}

.tagNav .sContent 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;
}

.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: 50px;
    text-align: center;
    width: 50%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.tagList .center {
    text-align: left;
}

.tagProList .tagListBox .item .sub_right .one a {
    color: #000;
}

.tagList .ul_1 {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}