@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;
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.PCshow, .noShow {
    display: none;
}

input, textarea {
    outline: none;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 阴影 */
.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;
}

/*渐变背景*/
.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%;
}

.left, .sub_left, .s_left {
    /* float: left; */
}

.right, .sub_right, .s_right {
    /* float: right; */
}

/*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;
}

/*===== 页码 =====*/
/* 搜索框 */
.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: 8rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
    display: none;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

#flashs {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 6.5rem;
    overflow: hidden;
}

#flashs .bgitem {
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: block;
}

#flashs .btn {
    position: absolute;
    bottom: 0.3rem;
    right: 1%;
    z-index: 7;
    font-size: 0.55rem;
}

#flashs .btn span {
    background: none repeat scroll 0 0 #ff742e;
    border: 0.05rem solid #ff742e;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    margin-left: 0.15rem;
    padding: 0.1rem 0.3rem;
    border-radius: 10rem;
}

#flashs .btn span.cur {
    font-weight: bold;
    background: #ff742e;
}

.top {
    position: relative;
}

.top .h_top {
    display: none;
}

.top .navBox {
}

.all_nav {
    position: absolute;
    left: 0;
    z-index: 300;
    top: 0;
    background: rgba(0,0,0,0.4);
    height: 100%;
}

.top .h_nr {
    background: url(/wap/images/top.jpg) no-repeat right top;
    background-size: 110% auto;
    background-position-y: 89%;
    background-position-x: 58%;
    padding: 0.68rem 0;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    -moz-box-shadow: 1px 1px 3px #bbb;
    -webkit-box-shadow: 1px 1px 3px #bbb;
    box-shadow: 1px 1px 5px #bbb;
    position: relative;
    z-index: 10;
}

.top .h_nr .h_logo {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.top .h_nr .h_lx {
    display: none;
}

.top .h_nr .h_logo span:first-child {
    width: 100%;
    max-width: 33%;
    float: left;
    padding: 0.1rem 0;
    padding-left: 2%;
    padding-right: 3%;
    background: url(/template/images/logo_line.gif) no-repeat right top;
    vertical-align: middle;
}

.top .h_nr .h_logo h1.fl {
    width: 61%;
    max-width: 50%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    font-weight: bold;
    float: right;
    font-size: 0.65rem;
    padding-right: 9%;
    vertical-align: middle;
    padding-top: 0.1rem;
}

.top .h_nr .h_logo h1.fl i {
    display: block;
    font-style: normal;
    color: #f35a00;
    font-size: 0.6rem;
    vertical-align: middle;
}

.sou {
    padding: 0.3rem 0;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sou .s_inp01.fl {
    border: 0.05rem solid #ea7c7c;
    border-radius: 0.2rem;
}

.sou .s_inp01.fl .ip01 {
    width: 100%;
    max-width: 82.5%;
    line-height: 1.8rem;
    min-height: 1.8rem;
    color: #888888;
    padding: 0 2%;
    margin: 0;
    background-color: #fff;
    margin-left: 0.2%;
    vertical-align: middle;
    border: 0;
}

.sou p.fr {
    display: none;
}

.sou .s_inp01.fl .ip02 {
    width: 100%;
    max-width: 13%;
    cursor: pointer;
    color: #fff;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border: 0;
    min-height: 1.8rem;
    line-height: 1.8rem;
    vertical-align: middle;
    background: url(/template/images/sICO.png) no-repeat center;
    padding: 0;
}

.we {
    display: none;
}

.menunavbtn {
    width: 76%;
    max-width: 9%;
    padding-right: 2%;
    padding-top: 0.5rem;
    position: absolute;
    top: 0;
    right: 0;
}

.menunavbtn .navBt {
}

.navBox {
    display: none;
    width: 80%;
    max-width: 40%;
    position: absolute;
    right: 0;
    z-index: 300;
    top: 3.1rem;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.navBox .navUL {
    background: #ff5500;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #ffa500, #ff7600);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #ffa500, #ff7600);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #ffa500, #ff7600);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #ffa500, #ff7600);
}

.navBox a {
    text-decoration: none;
    display: block;
    line-height: 2.3rem;
    width: 100%;
    max-width: 100%;
    border-bottom: 0.05rem dotted #ffb2b2;
    background: none !important;
    text-align: center;
    color: #fff;
}

.navBox a:hover {
    background: #ff6a00 !important;
    /* color: #111; */
}

.shareTitle {
    text-align: center;
    font-weight: normal;
}

.shareTitle span, .shareTitle em {
    display: block;
}

.shareTitle span {
    color: #f35a00;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 0.85rem;
    background: url(/template/images/t1.png) no-repeat center bottom;
    background-size: 38% auto;
    margin-bottom: 0.1rem;
}

.shareTitle em {
    color: #2dabff;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-style: normal;
}

.fen {
    padding: 1rem 0;
}

.typeBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0.5rem;
}

.fen .fen2 {
    position: relative;
}

.typeBox h3 {
    display: none;
}

.typeItem {
    line-height: 1.8rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
}

.typeItem li {
    float: left;
    width: 100%;
    max-width: 31.3%;
    margin-left: 1%;
    text-align: center;
    border: 0.05rem solid #ccc;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
}

.typeItem li a {
    display: block;
}

.typeItem li:last-child {
    width: 100%;
    max-width: 97%;
}

.typeBox h4 {
    width: 100%;
    max-width: 97%;
    margin-left: 1%;
    text-align: center;
    border: 0.05rem solid #f35a00;
    border-radius: 0.2rem;
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
    line-height: 1.8rem;
}

.typeBox h4 a {
    color: #f35a00;
}

.phb {
    display: none;
}

.fen .fen2 p {
    margin: 0;
    padding: 0;
}

.fen .fen2 ul {
    position: absolute;
    bottom: 0.5rem;
    max-width: 100%;
    text-align: center;
    width: 100%;
}

.fen .fen2 ul li {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-indent: -999px;
    display: inline-block;
    margin-right: 1%;
}

.fen .fen2 p a {
    display: none;
}

.fen .fen2 p img {
    /* width: 100%; */
    /* max-width: 100%; */
    /* height: 10rem; */
}

.fen .fen2 ul li a {
    display: block;
    border-radius: 300px;
    background: rgba(0,0,0,0.5);
}

.fen .fen2 ul li a:hover, .fen .fen2 ul .cur a {
    background: #ff5500;
}

.fen .fen2 ul li:last-child {
    margin-right: 0;
}

.fen .fen2 p a:first-child {
    display: inline-block;
}

.probg {
    padding: 1rem 0;
}

.typeBox .kf {
    display: none;
}

.probg .pro {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.probg .pro h3 {
    line-height: 1.6rem;
    border-bottom: 0.05rem solid #ccc;
    font-weight: normal;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
}

.probg .pro h3 em {
    float: left;
    font-style: normal;
    font-weight: bold;
    color: #000;
    padding-left: 1%;
}

.probg .pro h3 span.fr {
    float: right;
    text-transform: uppercase;
    font-size: 0.6rem;
    padding-right: 2%;
}

.probg .pro ul {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.probg .pro ul li {
    float: left;
    width: 100%;
    max-width: 47%;
    text-align: center;
    -moz-box-shadow: 0px 1px 3px #bbb;
    -webkit-box-shadow: 0px 1px 3px #bbb;
    box-shadow: 0px 1px 3px #bbb;
    margin-right: 1.5%;
    margin-bottom: 0.6rem;
    padding: 0.1rem 1%;
}

.probg .pro ul li:nth-child(2),.probg .pro ul li:nth-child(4),.probg .pro ul li:nth-child(6),.probg .pro ul li:nth-child(8),.probg .pro ul li:nth-child(10),.probg .pro ul li:nth-child(12) {
    margin-right: 0;
}

.probg .pro ul li em {
    font-style: normal;
    display: block;
    line-height: 1.3rem;
    padding-top: 0.1rem;
    font-size: 0.6rem;
}

.probg .pro ul li p {
    margin: 0;
    padding: 0;
    font-size: 0.55rem;
    line-height: 1.2rem;
    padding: 0.2rem 0;
}

.probg .pro ul li p a {
    display: inline-block;
    padding: 0 9%;
}

.probg .pro ul li p a:first-child {
    color: #fff;
    background: url(/template/images/pro_btn1.gif) no-repeat;
    background-size: 100% 100%;
}

.probg .pro ul li p a:last-child {
    background: #ddd;
}

.ys {
    padding-top: 4.68rem;
    background: url(/template/images/ysTitle.jpg) no-repeat center top;
    background-size: 230% auto;
    background-position-y: -0.38rem;
}

.ys.ys2 {
    background: none;
    padding: 0;
}

.ys dl {
    width: 100%;
    max-width: 100%;
    /* margin-left: 1%; */
    padding-bottom: 10.3rem;
    margin-bottom: 1.5rem;
    background: url(/template/images/ysPic_1.jpg) no-repeat center bottom;
    background-size: 68% auto;
}

.ys dl dt {
    font-size: 1rem;
    font-weight: bold;
    padding-left: 12%;
    line-height: 2rem;
    background: url(/template/images/ys_1.jpg) no-repeat center left;
    background-size: auto 1.38rem;
    margin-bottom: 0.2rem;
    margin-left: 1%;
}

.ys dl dd {
    padding-left: 6%;
    line-height: 180%;
    padding-right: 1%;
}

.ys dl em {
    font-style: normal;
    color: #ff5500;
}

.ys .content {
    background: #fff;
    padding-top: 1.2rem;
}

.ys dl font {
    display: block;
    padding-left: 6%;
    background: url(/template/images/ysBot.png) no-repeat center left;
    background-size: 0.5rem auto;
    background-position-y: 0.38rem;
}

.ys dl.dl02 {
    background: url(/template/images/ysPic_2.jpg) no-repeat center bottom;
    background-size: 100% auto;
}

.ys dl.dl01 {
    padding-bottom: 8.5rem;
}

.ys dl.dl02 dt {
    background: url(/template/images/ys_2.jpg) no-repeat center left;
    background-size: auto 1.38rem;
}

.ys.ys2 .content {
    padding: 0;
}

.ys.ys2 dl.dl01 {
    background: url(/template/images/ysPic_3.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 10.5rem;
}

.ys.ys2 dl.dl02 {
    background: url(/template/images/ysPic_4.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 11.3rem;
}

.ys.ys2 dl.dl03 {
    background: url(/template/images/ysPic_5.jpg) no-repeat center bottom;
    background-size: 100% auto;
    margin: 0;
}

.ys.ys2 dl.dl01 dt {
    background: url(/template/images/ys_3.jpg) no-repeat center left;
    background-size: auto 1.38rem;
}

.ys.ys2 dl.dl02 dt {
    background: url(/template/images/ys_4.jpg) no-repeat center left;
    background-size: auto 1.38rem;
}

.ys.ys2 dl.dl03 dt {
    background: url(/template/images/ys_5.jpg) no-repeat center left;
    background-size: auto 1.38rem;
}

.about {
}

.ys.ys2 .lx {
    font-size: 0.8rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
}

.ys.ys2 .lx h2 {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: normal;
    vertical-align: middle;
    padding-left: 3%;
}

.ys.ys2 .lx p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 68%;
}

.ys.ys2 .lx h2 a {
}

.ys.ys2 .lx h2 a:after {
    content: "：";
}

.ys.ys2 .lx em {
    width: 4.5rem;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    position: relative;
    top: -0.1rem;
}

.ys.ys2 .lx p span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 2%;
    font-family: 'Impact';
    font-size: 1rem;
}

.ys.ys2 .lx em a {
    display: block;
}

.about h2, .about .yx, .about .about1 {
    display: none;
}

.newsdiv {
    padding: 1.5rem 0;
    position: relative;
    padding-bottom: 1rem;
}

.newsTitle {
    line-height: 1.5rem;
    text-align: center;
    display: none;
}

.newsTitle li {
    float: left;
    width: 100%;
    max-width: 32%;
}

.newsTitle li a {
    display: block;
}

.lstsubgroup_new {
    padding: 0.38rem 0;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    border-bottom: 0.05rem dashed #ccc;
    padding-top: 0.43rem;
}

.lstsubgroup_new #ulOrderAnns_wd1, .lstsubgroup_new .zx_div {
    display: none;
}

.newsdiv .moreBt {
    position: absolute;
    right: 3%;
    top: 3.6rem;
    font-weight: normal;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.fnav {
    display: none;
}

.newsdiv .moreBt a {
    color: #d40000;
}

.lstsubgroup_new .dl01 {
    clear: both;

    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.lstsubgroup_new .dl01 dt {
    float: left;
    width: 100%;
    max-width: 37%;
}

.lstsubgroup_new .dl01 dd {
    float: right;
    width: 100%;
    max-width: 60%;
}

.lstsubgroup_new .dl01 dd p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
    font-size: 0.55rem;
    line-height: 130%;
    margin-bottom: 0.15rem;
    color: #666;
}

.newsdiv .shareTitle {
    margin-bottom: 0.5rem;
}

.lstsubgroup_new .dl01 dd h4 {
    margin-bottom: 0.15rem;
}

.lstsubgroup_new .dl01 dd em {
    text-align: right;
    font-style: normal;
    font-size: 0.55rem;
    display: block;
}

.lstsubgroup_new .dl01 dt img {
    width: 100%;
    max-width: 100%;
    height: 4.3rem;
}

.lstsubgroup_new .dl01 dd em a {
    color: #bd0000;
}

.footer {
}

.footer .f_pic {
    display: none;
}

.footer .link {
    display: none;
}

.footer .f_wz {
    float: left;
    width: 100%;
    max-width: 63%;
}

.footer .f_wz .txt_1 {
    display: none;
}

.footer .f_wz .txt_2 {
    font-size: 0.65rem;
}

.footer .f_wz .txt_2 dd:last-child {
    display: none;
}

.footer .f_wz .bah {
    display: none;
}

.footer .code {
    float: right;
    width: 100%;
    max-width: 33%;
    padding-top: 1rem;
}

.footer .f_wz .txt_2 dd {
    padding: 0.1rem 0;
    line-height: 180%;
}

.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    /* Standard syntax */
    background: #fe5500;
    /* 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, #fe9a02, #ff7f00);
    /* Standard syntax */
    border-top: 0.1rem solid #ffd641;
}

.keFu a {
    /* width: 80%; */
    /* max-width: 20%; */
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.5rem 0.34rem;
    line-height: 130%;
    padding-top: 0.6rem;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.2rem;
}

.keFu a span {
    display: block;
}

.keFu a .cn {
    font-weight: bold;
    font-size: 0.7rem;
}

.keFu a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.foot {
    padding-bottom: 3.3rem;
    padding-top: 1rem;
    background: #f3fcff;
}

.f_contact {
    max-width: 98%;
    margin-left: 1%;
}

.companyName {
    margin-bottom: 0.3rem;
}

.companyName .cn {
    font-size: 1rem;
    font-weight: bold;
}

.companyName .en {
    font-size: 0.52rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.companyName .s_left {
    float: left;
    width: 100%;
    max-width: 13%;
    padding-left: 1%;
}

.companyName .s_right {
    width: 100%;
    max-width: 84%;
    float: right;
    line-height: 150%;
}

.plc, .plc2 {
    display: none;
}

.topadcs {
    width: 100%;
    max-width: 100%;
    height: 5.3rem;
}

.topadcs a {
    display: block;
    height: 100%;
}

.proList {
    padding: 1rem 0;
}

.leib_pro {
}

.leib_pro .nr {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.leib_pro .nr h4 {
    font-size: 0.75rem;
    position: absolute;
    width: 100%;
    max-width: 48.5%;
    text-align: center;
    line-height: 2rem;
    background: #ff9426;
}

.leib_pro .nr ul {
    width: 100%;
    max-width: 100%;

    padding-top: 2.5rem;
    display: none;
    clear: both;
    vertical-align: middle;
}

.leib_pro .tit {
    padding-bottom: 0.8rem;
}

.leib_pro .nr h4:nth-child(3) {
    top: 0;
    right: 1%;
}

.leib_pro .nr ul li {
    float: left;
    line-height: 1.8rem;
    width: 100%;
    max-width: 31.3%;
    margin-left: 1%;
    text-align: center;
    border: 0.05rem solid #ddd;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
}

.leib_pro .nr ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leib_pro .nr h4:nth-child(1) {
    top: 0;
    left: 1%;
}

.leib_pro .nr h4 a {
    color: #fff;
    display: block;
}

.leib_pro .nr ul#stBox_1 {
    display: inline-block;
}

.left_sjNew, .leftlx {
    display: none;
}

.protitlediv {
    padding-top: 0.5rem;
    font-size: 0.8rem;
    border-bottom: 0.05rem solid #ddd;
    margin-bottom: 0.5rem;
    padding-bottom: 0.3rem;
    max-width: 98%;
    margin-left: 1%;
}

.pro_main {
    padding-top: 0.5rem;
}

.proListBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.proListBox .pd_list_dl {
    float: left;
    width: 100%;
    max-width: 46%;
    text-align: center;
    -moz-box-shadow: 0px 1px 3px #bbb;
    -webkit-box-shadow: 0px 1px 3px #bbb;
    box-shadow: 0px 1px 3px #bbb;
    margin-left: 1.3%;
    margin-bottom: 0.6rem;
    padding: 0.1rem 1%;
}

.proListBox .pd_list_dl a {
    display: block;
}

.proListBox .pd_list_dl dd a {
}

.proListBox .pd_list_dl dd {
    font-style: normal;
    display: block;
    line-height: 1.3rem;
    padding-top: 0.1rem;
    font-size: 0.6rem;
}

.proListBox .pd_list_dl dd:last-child {
    margin: 0;
    padding: 0;
    font-size: 0.55rem;
    line-height: 1.2rem;
    padding: 0.2rem 0;
}

.proListBox .pd_list_dl dd:last-child div {
    display: inline-block;
    padding: 0 8%;
}

.proListBox .pd_list_dl dd:last-child .div_ckxq a {
    color: #fff;
}

.proListBox .pd_list_dl dd:last-child .div_zxzx a {
}

.proListBox .pd_list_dl dd:last-child .div_ckxq {
    background: url(/template/images/pro_btn1.gif) no-repeat;
    background-size: 100% 100%;
}

.proListBox .pd_list_dl dd:last-child .div_zxzx {
    background: #ddd;
}

.footNew {
    display: none;
}

.apage {
    text-align: center;
    padding-top: 0.5rem;
    line-height: 1.5rem;
}

.apage .cur {
    background-color: #ff742e;
    color: #fff;
}

.apage a, .apage span {
    padding: 0 0.5rem;
    border: 0.05rem solid #ff742e;
    border-radius: 0.2rem;
    display: inline-block;
    color: #ff742e;
}

.leib_pro .nr .HCss {
    background: #006dba;
    /* 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, #0095ff, #006dba);
    /* Standard syntax */
}

.pro_curmbs {
    display: none;
}

.proShow {
    padding: 1rem 0;
}

.proShow .psBox2 .leftr {
    display: none;
}

.proShow .psBox {
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 1rem;
}

.proShow .psBox .div_prothumb {
    display: none;
}

.proinfo {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
    padding: 0.6rem 0;
}

.proinfo table {
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 0.5rem; */
}

.caigou_tab {
    width: 100% !important;
    max-width: 100% !important;
}

.caigou_tab input, .caigou_tab textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.caigou_tab td {
    width: 100% !important;
    max-width: 98% !important;

    display: block !important;
}

.protitlediv .icospan {
    font-weight: bold;
    margin-right: 3%;
    vertical-align: middle;
    color: #f35a00;
}

.protitlediv .prospan {
    font-size: 0.65rem;
    vertical-align: middle;
    color: #52bcff;
}

.leib_pro .nr ul li .cur {
    background: #f35a00;
    color: #ffff;
    font-weight: bold;
}

.inBody {
}

.topadcs {
    display: none;
}

.proShow .psBox .mainbox {
    width: 100%;
    max-width: 88%;
    margin: 0 auto;
}

.proShow .psBox .mainbox img {
    width: auto !important;
    height: auto !important;
    border: 0.05rem solid #eee;
    -moz-box-shadow: 1px 1px 6px #ddd;
    -webkit-box-shadow: 1px 1px 6px #ddd;
    box-shadow: 1px 1px 6px #ddd;
    border-radius: 0.5rem;
}

.proShow .psBox .pright {
    padding-top: 0.5rem;
}

.proShow .psBox .pright .tt_div {
    text-align: center;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}

.proShow .psBox .pright .tt_div h4 {
    font-size: 1rem;
    display: block;
    color: #ff5500;
}

.proShow .psBox .pright .sm_div {
    line-height: 1.8rem;
}

.proShow .psBox .pright .sm_div li {
    border: 0.05rem dashed #ff8138;
    border-bottom: 0;
    padding-left: 3%;
}

.proShow .psBox .pright .sm_div li div {
    display: inline-block;
    font-weight: bold;
    width: 100%;
    max-width: 25%;
    text-align: right;
    margin-right: 3%;
}

.proShow .psBox .pright .sm_div ul {
    border-bottom: 0.05rem dashed #ff8138;
}

.proShow .psBox .pright .kh_num_div {
    margin-bottom: 0.5rem;
}

.proShow .psBox .pright .kh_num_div span {
    background: #f9570c;
    display: block;
    border-radius: 0.2rem;
    padding: 0.3rem;
    /* text-align: justify; */
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    line-height: 150% !important;
}

.proShow .psBox .pright .tjzs_div {
    color: #ff5500;
    font-weight: bold;
    /* display: none; */
}

.proShow .psBox .pright .dg_div {
    color: #ff5500;
    font-weight: bold;
    font-size: 0.8rem;
}

.proShow .psBox .pright .dg_div img {
    width: 5rem;
    max-width: 1.3rem;
    vertical-align: bottom;
    position: relative;
    top: 0.15rem;
    margin-right: 1%;
}

.proShow .psBox .pright .fx_div {
}

.proShow .psBox .pright .fx_div .callBT {
    text-align: center;
}

.proShow .psBox .pright .fx_div .callBT a {
    width: 100%;
    max-width: 44%;
    display: inline-block;
    margin-right: 3%;
}

.proShow .psBox .pright .fx_div .callBT a:last-child {
    margin-right: 0;
}

.proShow .psBox2 {
}

.proShow .psBox2 .rightl {
}

.proShow .psBox2 .rightl .pro_main {
}

.proShow .psBox2 .pro_main .fenlei {
    background: url(/template/images/fenlei_line.gif) no-repeat;
    background-size: auto 100%;
    min-height: 2rem;
    background-position-x: 5%;
}

.proinfo p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.5rem !important;
    text-indent: 0 !important;
}

.proinfo, .proinfo p, .proinfo span {
    font-size: 0.65rem !important;
    line-height: 180% !important;
    text-align: justify !important;
}

.proinfo dl,.proinfo dd {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.proinfo dl {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.proinfo dd, .proinfo dt {
    width: 100% !important;
    max-width: 44% !important;
    margin: 0 !important;
}

.proinfo dt {
    text-align: center;
    max-width: 35% !important;
    float: right !important;
}

.proinfo p {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.proinfo dd {
    float: left !important;
    max-width: 61% !important;
}

.proinfo img {
    height: auto !important;
}

.proinfo table,.proinfo tr, .proinfo td {
    height: auto !important;
    line-height: normal !important;
}

.proinfo table .firstRow img {
    max-height: 4.5rem !important;
}

.proinfo form {
    width: 100%;
    max-width: 100%;
}

.comments,.info_fb {
    display: none;
}

.pro_key {
    line-height: 1.5rem;
    border-bottom: 0.05rem dashed #ccc;
    padding: 0.2rem 0;







    /* margin-bottom: 0.5rem; */
}

.caigou {
    padding-top: 1rem;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    margin-bottom: 0.5rem;
    color: #ff742e;
    padding: 0.5rem 0;
    /* background: #F7F7F7; */
    border-bottom: 0.05rem dotted #ff742e;
    padding-top: 1.5rem;
}

.caigou .span_1 {
    float: right;
    /* width: 100%; */
    /* max-width: 30%; */
    color: #f00;
    padding-top: 0.8rem;
}

.caigou b {
    float: left;
    width: 100%;
    max-width: 75%;
}

.proinfo dd p:last-child {
    padding: 0 !important;
    display: block !important;
    text-align: center !important;
}

.caigou .red_x {
}

.caigou_tab input {
    line-height: 1.5rem;
    height: 1.5rem;
}

.caigou_tab td span {
    display: none;
}

.caigou_tab td .red_x {
    display: inline-block;
    color: #f00;
}

.caigou_tab tr {
    display: block;
    margin-bottom: 0.5rem;
}

.caigou_tab td .b15 {
    width: 100% !important;
    max-width: 48% !important;
    display: inline-block;
    line-height: 1.8rem !important;
    height: 1.8rem;
    border: 0;
    background: #006dba;
    background: -webkit-linear-gradient(top, #0095ff, #006dba);
    background: -o-linear-gradient(bottom, #0095ff, #006dba);
    background: -moz-linear-gradient(bottom, #0095ff, #006dba);
    background: linear-gradient(to bottom, #0095ff, #006dba);
    color: #fff;
    font-size: 0.7rem;
    /* font-weight: bold; */
    border-radius: 0.2rem;
}

.caigou_tab tr:last-child {
    text-align: center;
}

.caigou_tab tr:nth-child(5) {
    color: #888;
    display: none;
}

.caigou_tab td input.b15[type="reset"] {
    background: #ff9426;
    background: -webkit-linear-gradient(top, #ffb100, #e47400);
    background: -o-linear-gradient(bottom, #ffb100, #e47400);
    background: -moz-linear-gradient(bottom, #ffb100, #e47400);
    background: linear-gradient(to bottom, #ffb100, #e47400);
}

.proinfo dd table[data-sort="sortDisabled"] {
}

.proinfo dd table[data-sort="sortDisabled"] td {
    padding: 0.2rem 0 !important;
    text-align: left;
}

.proinfo dd table[data-sort="sortDisabled"] td:last-child {
    width: 66%;
}

.proinfo table[width="742"]:last-child {
    display: none;
}

.proinfo table[width="720"] td {
    padding: 0.3rem 0 !important;
}

.proinfo table[width="720"] td[height="10"] {
    height: 0 !important;
    font-size: 0 !important;
}

.proShow .xgPro, .proShow .xgNew {
    display: none;
}

.principle {
    height: 10rem;
    background: url(/template/images/custombg1.jpg) no-repeat center top;
    background-size: 250% 100%;
    background-position-x: 41%;
}

.principle h3 {
    float: left;
    font-size: 0.7rem;
    color: #fff;
    line-height: 180%;
    text-align: center;
    padding-top: 2.5rem;
    /* width: 100%; */
    /* max-width: 27%; */
}

.principle h3 span {
    color: #027542;
}

.principle .prin {
    float: right;
    width: 100%;
    max-width: 68%;
    color: #fff;
    line-height: 220%;
    font-size: 0.52rem;
    padding-top: 1rem;
}

.principle .prin .plast {
    color: #027542;
    padding-top: 1.1rem;
    font-weight: bold;
    font-size: 0.4rem;
}

.principle .prin p {
    margin: 0;
    padding: 0;
}

.trouble {
    background: url(/template/images/troblebg.jpg) no-repeat;
    background-size: 150% auto;
}

.trb_c {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
    padding-top: 10.8rem;
    padding-bottom: 2rem;
}

.trb_c h3 {
    font-size: 0.85rem;
    color: #666666;
    font-weight: normal;
    margin-bottom: 1rem;
    text-align: center;
}

.trb_c h3 span {
    font-size: 0.7rem;
}

.trb_c h3 b {
    font-size: 1rem;
    color: #ff7900;
}

.trb_c li {
    color: #666;
    line-height: 150%;
    margin-bottom: 1rem;
}

.trb_c li span {
    float: left;
    width: 100%;
    max-width: 2rem;
    height: 2.3rem;

    background: url(/template/images/trbicon.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    line-height: 2.3rem;
    color: #ff7900;
    margin-right: 3%;
}

.trb_c p {
    width: 100%;
    max-width: 50%;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    color: #fff;
    background: #ff7900;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 0.2rem;
    margin: 0 auto;
}

.trb_c p a:hover {
    text-decoration: none;
}

.trb_c p a {
    display: block;
}

.solve {
    background: url(/template/images/solvetbg.jpg) no-repeat center top;
    background-size: auto 5rem;
}

.solve h3 {
    min-height: 3rem;
    font-size: 0.9rem;
    color: #333;
    text-align: center;
    line-height: 180%;
    margin-bottom: 1rem;
    padding: 0.8rem 0;
}

.solve h3 span {
    color: #ff7900;
}

.solve_c dl {
    width: 100%;
    max-width: 31%;
    float: left;
    margin-left: 2%;
    margin-bottom: 1rem;
}

.solve_c dt {
    text-align: center;
}

.solve_c dd {
    background: #f1f1f1;
    min-height: 7.5rem;
    overflow: hidden;
    line-height: 160%;
    padding: 1.5rem 6%;
    padding-bottom: 0.5rem;
    margin-top: -1rem;
    text-align: justify;
}

.solve .solve_c {
    font-size: 0.6rem;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 0.5rem;
}

.custys {
    background: url(/template/images/ysbg.jpg) no-repeat center top;
    background-size: 220% auto;
}

.custys h3 {
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1.8rem;
}

.custys .ys1 {
    margin-bottom: 1rem;
}

.custys .ys2 {
    margin-bottom: 1rem;
}

.custys .ys3 {
    margin-bottom: 1rem;
}

.custys_c .ys1_1 {
    min-height: 5rem;
    margin-bottom: 0.5rem;
    background: #fff;
}

.custys_c h4 {
    font-size: 0.8rem;
    color: #016bb7;
    min-height: 2rem;
    line-height: 1.8rem;
    padding-left: 12%;
    margin-bottom: 0.3rem;
}

.ys1_1 h4 {
    background: url(/template/images/yst01.jpg) no-repeat;
    background-size: auto 1.8rem;
    background-position-x: 1%;
}

.ys2 h4 {
    background: url(/template/images/yst02.jpg) no-repeat;
    background-size: auto 1.8rem;
    background-position-x: 1%;
}

.custys_c .ys3 h4 {
    background: url(/template/images/yst03.jpg) no-repeat center left;
    background-size: auto 1.8rem;
    background-position-x: 1%;
    line-height: 160%;
    margin-bottom: 0.8rem;
}

.ys1_1 li,.ys2 li {
    line-height: 180%;
    color: #333;
    margin-bottom: 0.3rem;
    background: url(/template/images/ysicon.jpg) no-repeat;
    background-position-x: 3%;
    background-position-y: 0.38rem;
    padding-left: 8%;
}

.ys3_c {
    background: url(/template/images/ys_img3.jpg) no-repeat center 0;
    background-size: 100% 11rem;
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}

.ys3_c li {
    width: 100%;
    max-width: 25%;
    min-height: 2.2rem;
    text-align: center;
    font-size: 0.5rem;
    color: #666;
    float: left;
    line-height: 150%;
    padding-top: 0.6rem;
    margin-right: 25%;
    overflow: hidden;
}

.ys3_c li.ys3b {
    margin-left: 25%;
    margin-right: 0;
    min-height: 2.1rem;
}

.custys_c {
}

.custys_c .ys1_1, .custys_c .ys2, .custys_c .ys3 {
    display: grid;
    grid-template-columns: 100%;
    margin-bottom: 1.5rem;
}

.custys_c dd {
    order: 1;
    margin-bottom: 0.5rem;

}


.custys_c dt {
    order: 2;
}

.process {
    padding: 1rem 0;
    padding-top: 0.5rem;
}

.process h3 {
    background: url(/template/images/processtit.jpg) no-repeat center top;
    background-size: auto 2rem;
    text-align: center;
    font-size: 1rem;
    color: #ff5500;
    padding-top: 0.3rem;
}

.process h3 span {
    display: block;
    font-size: 0.5rem;
    color: #666;
    font-weight: normal;
    padding-top: 0.8rem;
}

.process_c {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-top: 0.8rem;
}

.process_c li {
    float: left;
    width: 100%;
    max-width: 43%;
    font-size: 0.65rem;
    padding: 1rem 0;
    padding-left: 6%;
    line-height: 150%;
    background: url(/template/images/lcbg.jpg) no-repeat;
    background-size: auto 100%;
    margin-left: 1%;
    margin-bottom: 0.5rem;
}

.process_c li span {
    /* font-size: 0.6rem; */
    color: #0c71ba;
    font-weight: bold;
    margin-right: 0.2rem;
}

.process_c li div {
    background: #fff;
}

.dzonline {
    background: #ff8604;
}

.dzonline_l {
    display: none;
}

.dzonline_l p {
    font-size: 1rem;
    color: #fff;
    font-weight: bold;
    line-height: 130%;
    margin: 0;
}

.dzonline_l p i {
    /* display: block; */
    font-size: 0.8rem;
}

.dzonline_l p i b {
    color: #027542;
}

.dzonline_l em {
    display: block;
    font-size: 1rem;
    color: #027542;
    font-weight: bold;
}

.dzonline_r {
    padding: 1.2rem 1%;
}

.dzonline_r h3 {
    color: #fff;
    padding-bottom: 1rem;
    text-align: center;
}

.dzonline_r li {
    color: #666;
    margin-bottom: 0.5rem;
}

.dzonline_r li.dzonlast {
}

.dzonline_r li span {
    color: #fff;
    display: block;
    padding-left: 1%;
    padding-bottom: 0.2rem;
}

.dzonline_r li .dzonline1 {
    width: 100%;
    max-width: 97%;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #666;
    background: #fff;
    border: none;
    margin-left: 0.8%;
    border-radius: 0.2rem;
}

.dzonline_r .dzonline2 {
    width: 100%;
    max-width: 97%;
    height: 5rem;
    line-height: 200%;
    color: #666;
    background: #fff;
    border: none;
    margin-left: 0.8%;
    border-radius: 0.2rem;
}

.dzonline_r .subBT {
    width: 100%;
    max-width: 60%;
    height: 2rem;
    line-height: 2rem;
    color: #fff;
    text-align: center;
    border-radius: 10rem;
    border: 0;
    margin: 0 auto;
    display: block;
    padding: 0;
    background: #066111;
}

.proinfo dd table[data-sort="sortDisabled"] td:first-child {
    font-weight: bold;
}

.proinfo dd table[data-sort="sortDisabled"] td:last-child {
    font-weight: normal;
}

.fangAnList {
    padding: 1rem 0;
}

.leib_proj2 {
}

.leib_proj2 .tit {
    padding-bottom: 0.8rem;
}

.leib_proj2 .nr {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.leib_proj2 .nr h4 {
    float: left;
    line-height: 1.8rem;
    width: 100%;
    max-width: 48%;
    margin-left: 1%;
    text-align: center;
    border: 0.05rem solid #ddd;
    border-radius: 0.2rem;
    font-size: 0.6rem;
    margin-bottom: 0.3rem;
    font-weight: normal;
}

.leib_proj2 .nr h4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fangAnList .rightl {
}

.fangAnList .rightl .pro_main {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
}

.fangAnBox {
}

.fangAnBox dt {
}

.fangAnBox dt img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.fangAnBox dd {
}

.fangAnBox dd h5 {
    font-size: 0.8rem;
    line-height: 1.8rem;
    display: block;
}

.fangAnBox dd p {
    margin: 0;
    color: #888;
    font-size: 0.6rem;
    line-height: 180%;
}

.fangAnBox dd .xqspan {
    display: none;
}

.fangAnBox dl {
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    border-bottom: 0.05rem dashed #ccc;
}

.fangAnBox dd h5 a {
    display: block;
}

.fangAnBox dl:last-child {
    margin: 0;
    border: 0;
    padding-bottom: 0.5rem;
}

.xgBox {
}

.xgBox .news_random {
    padding-bottom: 1rem;
}

.xgBox .news_random dl {
    width: 100%;
    max-width: 48%;
    float: left;

    margin-left: 1%;
    text-align: center;
    margin-bottom: 0.5rem;
    border: 0.05rem solid #ddd;
    border-radius: 0.2rem;
    overflow: hidden;
}

.xgBox .news_random dl dd {
    line-height: 1.8rem;
}

.xgBox .news_random dl dd a {
    display: block;
}

.fast {
    display: none;
}

.fangAnShow {
}

.fangAnShow .right {
    width: 100%;
    max-width: 100%;
}

.fangAnShow .right .proinfo table {
    width: 100% !important;
    max-width: 100% !important;
}

.proinfo div {
    max-width: 100% !important;
}

.fangAnShow .right .proinfo table,.fangAnShow .right .proinfo td {
    border-collapse: collapse !important;
    text-align: center;
}

.fangAnShow .right .proinfo {
}

.fangAnShow .right .proinfo p {
    padding: 0.3rem 0 !important;
}

.fangAnShow .right .proinfo p[style="white-space: normal; color: rgb(254, 85, 2); font-weight: bold; font-size: 20px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(204, 204, 204); height: 50px; text-align: center;"] span {
    line-height: 180% !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    padding: 0 5% !important;
    display: block !important;
}

.fangAnShow .right .proinfo td, .fangAnShow .right .proinfo td p,.fangAnShow .right .proinfo td span {
    padding: 0 !important;
}

.fangAnShow .right .proinfo,.fangAnShow .right .proinfo p, .fangAnShow .right .proinfo span {
    /* line-height: 160% !important; */
}

.fangAnShow .right .proinfo td {
    padding: 0.3rem 0.1rem !important;
    vertical-align: middle;
}

.fangAnShow .right .proinfo p:first-child {
    text-align: center !important;
}

.proinfo * {
    font-family: 'Microsoft YaHei' !important;
}

.pro_key a {
    padding: 0 1%;
}

.fangAnShow .pro_main {
    padding-bottom: 0.5rem;
}

.fangAnShow .pro_main .cp.cp1 {
    display: none;
}

.protitlediv .icospan a {
    color: #f35a00;
}

.newsBox {
    padding: 1rem 0;
    padding-bottom: 1.5rem;
}

.newsBox .protitlediv {
    line-height: 1.5rem;
    padding: 0;
    padding-bottom: 0.1rem;
    margin-bottom: 0.6rem;
}

.newsBox .protitlediv h5 {
    float: right;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.newsBox .newsdiv {
    padding-top: 0.8rem;
    padding-bottom: 1.3rem;
}

.newsBox .newScrollBox {
}

.newsBox .newScrollBox dl {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    border-bottom: 0.05rem dashed #ccc;
}

.newsBox .newScrollBox dl img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.newsBox .newsdiv .sContent {
}

.newsBox .newsdiv .sContent .dy2 {
    display: none;
}

.newsBox .newdiv1 {
}

.newsBox .newdiv1 .lstsubgroup_new {
    padding-top: 0;
    border: 0;
}

.newsBox .newdiv1 .lstsubgroup_new .dy2 {
    display: none;
}

.newsBox .newScrollBox dl dd {
}

.newsBox .newScrollBox dl dd h4 {
    font-size: 0.8rem;
    line-height: 2rem;
    display: block;
}

.newsBox .newScrollBox dl dd p {
    margin: 0;
    color: #888;
    text-align: justify;
    line-height: 160%;
    font-size: 0.65rem;
}

.newsBox .newScrollBox dl dd em {
    display: none;
}

.newsBox .newScrollBox dl:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.newsBox .newScrollBox dl dd h4 a {
    display: block;
}

.newsBox .newdiv2 {
    margin: 0;
}

.newsBox .newdiv2 .newsdiv {
    padding-bottom: 0;
}

.newsBox .newdiv2 .newsdiv .protitlediv {
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox {
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox dl {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    border-bottom: 0.05rem dashed #ccc;
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox dl dt {
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox dl dd {
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox dl dd:last-child {
    margin: 0;
    color: #888;
    text-align: justify;
    line-height: 160%;
    font-size: 0.65rem;
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox dl dt img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox dl dd a {
    font-size: 0.8rem;
    line-height: 2rem;
    display: block;
    font-weight: bold;
}

.newsBox .newdiv1 .lstsubgroup_new .jsBox dl:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.newsBox .newTxtContent {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
}

.newsBox .newTxtContent dl {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    border-bottom: 0.05rem dashed #ccc;
}

.newsBox .newTxtContent .dl_new dt {
}

.newsBox .newTxtContent .dl_new dd {
}

.newsBox .newTxtContent .dl_new dt img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.newsBox .newTxtContent .dl_new dd h5 {
    font-size: 0.8rem;
    line-height: 2rem;
    display: block;
    font-weight: bold;
}

.newsBox .newTxtContent .dl_new dd p {
    margin: 0;
    color: #888;
    text-align: justify;
    line-height: 160%;
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.newsBox .newTxtContent .dl_new dd .xqspan {
    display: none;
}

.newsBox .newTxtContent dl:last-child {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
}

.newLBox {
    padding: 1rem 0;
}

.newLBox .leib_pro .nr {
}

.newLBox .leib_pro .nr ul {
    display: block;
}

.newLBox .leib_pro .nr ul:last-child {
    padding: 0;
}

.newLBox .rightl {
    padding-top: 0.5rem;
}

.newLBox .rightl .newListBox {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.newLBox .rightl .newListBox dl {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 1rem;
    margin-bottom: 1.3rem;
    border-bottom: 0.05rem dashed #ccc;
}

.newLBox .rightl .newListBox dl dt {
}

.newLBox .rightl .newListBox dl dd {
}

.newLBox .rightl .newListBox dl dt img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.newLBox .rightl .newListBox dl dd h5 {
    font-size: 0.8rem;
    line-height: 2rem;
    display: block;
    font-weight: bold;
}

.newLBox .rightl .newListBox dl dd p {
    margin: 0;
    color: #888;
    text-align: justify;
    line-height: 160%;
    font-size: 0.65rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newLBox .rightl .newListBox dl:last-child {
    margin-bottom: 0;
    border: 0;
}

.nShow {
}

.nShow .mainBox {
}

.nShow .mainBox .right2 {
    display: none;
}

.nShow .mainBox .left2 {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.nShow .mainBox .left2 .left2_main {
    border: 0 !important;
    padding: 1rem 0;
}

.nShow .mainBox .left2 .n_info_con {
}

.nShow .mainBox .left2 .n_info_con .inner-brief {
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg {
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg h1 {
    font-size: 1rem;
    color: #ff742e;
    text-align: center;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit {
    color: #888;
    line-height: 2rem;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit .n_tit {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    border-bottom: 0.05rem dashed #bbb;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit .n_tit span {
}

.nShow .mainBox .left2 .n_info_con #cntrBody, .nShow .mainBox .left2 .n_info_con #cntrBody p,.nShow .mainBox .left2 .n_info_con #cntrBody span {
    padding: 0 !important;
    line-height: 180% !important;
    text-indent: 0 !important;
    color: #666 !important;
    margin: 0 !important;
    word-wrap: break-word;
    white-space: normal;
}

.nShow .mainBox .left2 .n_info_con #cntrBody {
    padding: 0.5rem 0 !important;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit .n_tit span:nth-child(3) {
    display: none;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit .n_tit span font {
    display: none;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit a {
    color: #888;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit .n_tit .returnspan {
    float: right;
    width: 100%;
    max-width: 18%;
    padding-right: 5%;
    background: url(/template/images/ns_08.png) no-repeat center right;
    background-size: 0.5rem auto;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit .n_tit span:first-child {
    margin-right: 4%;
}

.nShow .mainBox .left2 .n_info_con #cntrBody img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 0.2rem !important;
}

.nShow .mainBox .left2 .n_info_con #cntrBody p {
    padding-bottom: 0.5rem !important;
}

.nShow .mainBox .left2 .n_info_con .inner-brief .inner-bribg .info_con_tit .n_tit .returnspan a {
    color: #333;
}

.gduo {
}

.gduo .ul_next {
}

.gduo .ul_next li {
    line-height: 2rem;
    background: #e5f4ff;
    padding: 0 3%;
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
}

.gduo .ul_next li a {
    vertical-align: top;
    width: 100%;
    max-width: 80%;
    display: inline-block;
}

.nShow .mainBox .left2 .left2_main .n_info_con2 {
    padding: 1rem 0;
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp {
}

.nShow .mainBox .left2 .left2_main .n_info_con2 .t04 {
    font-size: 0.8rem;
    color: #ff742e;
    line-height: 1.6rem;
    border-bottom: 0.05rem dashed #ccc;
    margin-bottom: 0.5rem;
    padding-left: 7%;
    background: url(/template/images/ns_22.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.nShow .mainBox .left2 .left2_main .n_info_con2 .info_b {
}

.nShow .mainBox .left2 .left2_main .n_info_con2 .info_b li {
    padding-left: 5%;
    line-height: 1.5rem;
    background: url(/template/images/dy_jt.gif) no-repeat center left;
    background-position-x: 1%;
}

.nShow .mainBox .left2 .left2_main .n_info_con2 .info_b li a {
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .t04 {
    font-size: 0.75rem;
    color: #ff742e;
    line-height: 1.6rem;
    border-bottom: 0.05rem dashed #ccc;
    margin-bottom: 0.5rem;
    padding-left: 7%;
    background: url(/template/images/ns_13.png) no-repeat center left;
    background-size: 0.8rem auto;
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .sBox {
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .sBox dl {
    float: left;
    width: 100%;
    max-width: 32%;
    margin-right: 1.68%;
    text-align: center;
    font-size: 0.65rem;
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .sBox dl dt {
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .sBox dl dd {
    line-height: 1.5rem;
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .sBox dl dt a {
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .sBox dl dt img {
    border-radius: 0.2rem;
    border: 0.05rem solid #ddd;
}

.nShow .mainBox .left2 .left2_main .n_info_tjcp .sBox dl:last-child {
    margin-right: 0;
}

.contact {
}

.contact .box_1 {
    max-width: 98%;
    margin-left: 1%;
}

.contact .box_1 li {
    float: left !important;
    width: 100% !important;
    max-width: 48.8% !important;
    line-height: 180% !important;
    font-size: 0.65rem !important;
    box-shadow: 1px 1px 5px #eee !important;
    border: 0.05rem solid #f0f0f0;
    word-wrap: break-word;
    white-space: normal;
    margin-right: 0 !important;
    height: auto !important;
    padding-bottom: 1rem !important;
    margin-bottom: 0.2rem !important;
}

.contact .box_2 {
    padding-top: 1rem;
    max-width: 98%;
    margin-left: 1%;
}

.contact .box_3 {
}

.contact .box_5 {
    padding-bottom: 1.4rem;
}

.contact .box_2 .sTitle {
}

.contact .box_3 .sTitle {
}

.contact .box_3 .sContent {
    padding: 1rem 0;
}

.contact .box_5 .sTitle {
}

.contact .box_5 .sContent {
    padding-top: 0.5rem;
}

.contact .box_1 li:last-child {
    width: 100% !important;
    max-width: 99% !important;
}

.contact .box_1 li img {
    width: auto !important;
    height: 2rem !important;
}

.contact .box_1 li span {
    display: block;
    margin: 0 !important;
    padding: 1rem 0 !important;
}

.contact .box_1 li:first-child {
    margin-right: 1% !important;
}

.contact .box_2 .sTitle p {
    font-size: 0.8rem !important;
    background-size: auto 1.3rem !important;
    padding: 0 !important;
    line-height: 2.3rem !important;
    padding-left: 11% !important;
    margin: 0 !important;
    height: auto !important;
    border-bottom: 0.05rem dashed #ccc !important;
}

.contact .box_2 .sContent {
    padding: 0.5rem 0 !important;
}

.contact .box_2 .sContent, .contact .box_2 .sContent p, .contact .box_2 .sContent span {
    margin: 0 !important;
    font-size: 0.6rem;
    line-height: 180% !important;
}

.contact .box_2 .sContent p {
    padding-bottom: 0.5rem !important;
}

.contact .box_3 .sTitle p {
    font-size: 0.8rem !important;
    background-size: auto 1.3rem !important;
    padding: 0 !important;
    line-height: 2.3rem !important;
    padding-left: 11% !important;
    margin: 0 !important;
    height: auto !important;
    border-bottom: 0.05rem dashed #ccc !important;
}

.contact .box_5 .sTitle p {
    font-size: 0.8rem !important;
    background-size: auto 1.3rem !important;
    padding: 0 !important;
    line-height: 2.3rem !important;
    padding-left: 11% !important;
    margin: 0 !important;
    height: auto !important;
    border-bottom: 0.05rem dashed #ccc !important;
}

.contact .box_5 .sContent #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 13rem !important;
}

.yxBox .heZhaoBox {
}

.yxBox {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 1rem;
}

.yxBox .heZhaoBox .tit2 {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-weight: normal;
    line-height: 2rem;
    background: url(/template/images/about_l.gif) no-repeat center bottom;
    background-size: auto 0.2rem;
}

.yxBox .heZhaoBox .outerBox {
    padding: 0.5rem 0;
    padding-bottom: 0;
}

.yxBox .heZhaoBox .tit2 .fr {
    float: right;
}

.yxBox .heZhaoBox .tit2 .cnTxt {
    font-size: 0.8rem;
    display: inline-block;
    font-weight: bold;
    padding-left: 3%;
    background: url(/template/images/yx_h.gif) no-repeat center left;
}

.yxBox .heZhaoBox .tit2 .enTxt {
    font-style: normal;
    color: #888;
    font-size: 0.55rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.yxBox .heZhaoBox .tit2 .fr a {
    text-transform: uppercase;
    color: #666;
    font-size: 0.63rem;
}

.yxBox .heZhaoBox .outerBox .swiper-slide {
    text-align: center;
}

.yxBox .heZhaoBox .outerBox .swiper-slide img {
    height: 8rem;
}

.yxBox .heZhaoBox .outerBox .swiper-slide .txt {
    line-height: 2rem;
}

.yxBox .heZhaoBox .outerBox .swiper-slide a {
    display: block;
}

.swiper-pagination {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    top: 46%;
}

.aboutListBox {
    padding: 1rem 0;
}

.leib_h {
}

.leib_h .tit {
    padding-bottom: 0.8rem;
}

.leib_h .nr {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.leib_h .nr h4 {
    float: left;
    line-height: 1.8rem;
    width: 100%;

    max-width: 48%;
    margin-left: 1%;
    text-align: center;
    border: 0.05rem solid #ddd;
    border-radius: 0.2rem;
    font-size: 0.65rem;
    margin-bottom: 0.3rem;
    font-weight: normal;
}

.leib_h .nr h4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leib_h .nr h4:last-child {
    width: 100%;
    max-width: 97.6%;
}

.leib_h .nr h4:last-child a {
    color: #f35a00;
    font-weight: bold;
}

.aboutListBox .rightl {
    padding-top: 0.5rem;
}

.aboutListBox .rightl .agent_con dl {
    width: 100%;
    max-width: 48.5%;
    float: left;
    margin-left: 1%;
    text-align: center;
    margin-bottom: 0.3rem;
}

.aboutListBox .rightl .agent_con {
}

.aboutListBox .rightl .agent_con dl dt {
}

.aboutListBox .rightl .agent_con dl dd {
    line-height: 1.8rem;
}

.aboutListBox .rightl .agent_con dl dt img {
    width: 100%;
    max-width: 100%;
    height: 6rem;
}

.aboutListBox .rightl .agent_con dl dd a {
    display: block;
}

.aboutShow {
    padding: 1rem 0;
}

.aboutShow .rightl {
}

.aboutShow .rightl .age_con_key2 {
    display: none;
}

.aboutShow .rightl .age_con_key1 {
    display: none;
}

.aboutShow .rightl .right_main {
    padding-top: 0.5rem;
}

.aboutShow .rightl .right_main .age_li_about {
}

.aboutShow .rightl .right_main .age_li_about, .aboutShow .rightl .right_main .age_li_about p,.aboutShow .rightl .right_main .age_li_about span {
    margin: 0 !important;
    text-indent: 0 !important;
    padding: 0 !important;
}

.aboutShow .rightl .right_main .age_li_about p {
    padding-bottom: 0.5rem !important;
}

.aboutBox {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
    padding: 1rem 0;
}

.aboutBox .sTitle {
    padding-bottom: 1rem;
}

.aboutBox .sTitle img {
}

.aboutBox .txt {
}

.aboutBox .txt, .aboutBox .txt p,.aboutBox .txt span {
    margin: 0 !important;
    text-indent: 0 !important;
    padding: 0 !important;
    line-height: 168% !important;
    color: #666 !important;
    font-size: 0.7rem !important;
}

.aboutBox .txt p {
    padding-bottom: 0.5rem !important;
}

.proListBox .itemBox {
    width: 100%;
    max-width: 48.5%;
    float: left;
    clear: none;
    display: block;
    margin-left: 1%;
    margin-bottom: 0.5rem;
}

.proListBox .itemBox .l2tit {
    order: 2;
    width: 100% !important;
    max-width: 100% !important;
    line-height: 1.8rem;
}

.proListBox .itemBox .sear_dl {
    order: 1;
}

.proListBox .itemBox .l2tit .f11 {
    display: none;
}

.proListBox .itemBox .sear_dl a {
    display: block;
}

.proListBox .itemBox .sear_dl .d2 {
    display: none;
}

.proListBox .itemBox .sear_dl dd:last-child {
    display: none;
}

.proListBox .itemBox .subBox {
    display: grid;
    grid-template-columns: 100%;
}

.searchBox {
    padding: 1rem 0;
}

.proListBox .itemBox .l2tit .leiBie, .proListBox .itemBox .tit .leiBie {
    display: none;
}

.proListBox .itemBox .l2tit a.f14 {
    display: block;
    text-align: center;
}

.searchBox .search_con {}

.searchBox .search_con .rele_search {
    /* display: none; */
    padding-top: 1.3rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.searchBox .right2 {
    display: none;
}

.searchBox .search_con .rele_search h5 {
    font-size: 0.8rem;
    color: #ff5500;
    line-height: 1.6rem;
    border-bottom: 0.05rem dashed #ccc;
}

.searchBox .search_con .rele_search .f_tBox {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0.3rem 0;
}



.searchBox .search_con .rele_search .f_tBox li {
    float: left;
    width: 100%;
    max-width: 50%;
    line-height: 200%;
    font-size: 0.65rem;
}

.searchBox .search_con .rele_search .f_tBox li a {
    display: block;
}

.searchList {
    padding: 1rem 0;
}

.searchBox .newList {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.searchBox .newList .sear_dl {
    width: 100% !important;
    max-width: 100%  !important;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 0.05rem dashed #ccc;
}

.searchBox .newList .sear_dl .tit {
    clear: both;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 1.5rem;
    font-size: 0.75rem;
}

.searchBox .newList .sear_dl .d1 {
    color: #888;
    font-size: 0.6rem;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.searchBox .newList .sear_dl dd:last-child {
    display: none;
}

.searchBox .newList .sear_dl .tit .tit_a {
    font-weight: bold;
    width: 100%;
    max-width: 74%;
    float: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchBox .newList .sear_dl .tit .leiBie {
    display: none;
}

.searchBox .newList .sear_dl .tit span.f11 {
    float: right;
    font-size: 0.6rem;
    color: #666;
}



.page404 {
    padding: 1rem 0;
    min-height: 15rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    background-size: cover;
    font-weight: bold;
    line-height: 200%;
    width: 100%;
    max-width: 98%;
	margin-left: 1%;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}
