@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;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.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, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: #00448a;
}

.keFu a {
    width: 33%;
    max-width: 25%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    line-height: 120%;
    padding: 0.3rem 0;
    /* background: #2cb6c3; */
}

.keFu a:hover {
    background: #0472e2;
}

.keFu a img {
    margin: 0 auto;
    width: 2rem;
    max-width: 1.5rem;
    vertical-align: middle;
    padding: 0.3rem 0;
    display: block;
}

/*===== 页码 =====*/
.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 0.55rem;
    display: inline-block;
    border-radius: 0.3rem;
    line-height: 1.5rem;
    border: 0.05rem solid #ccc;
    background: #fff;
}

.pageNumber span, .pageNumber a:hover {
    border: 0.05rem solid #0261c3;
    color: #fff;
    background: #0261c3;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 80%;
    margin-left: 1.5%;
    line-height: 1.5rem;
    min-height: 1.5rem;
    border: 1px solid #0261c3;
    color: #888888;
    text-indent: 0.3rem;
    border-top-left-radius: 3rem;
    border-bottom-left-radius: 3rem;
    border-right: 0;
    outline: none;
}

.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"] {
    float: left;
    width: 17%;
    height: 1.6rem;
    cursor: pointer;
    color: #FFFFFF;
    border-top-right-radius: 3rem;
    border-bottom-right-radius: 3rem;
    border: 1px solid #0261c3;
    border-left: 0;
    background: url(/template/images/wap_search_bt.png) no-repeat center;
    background-size: auto 1rem;
}

.in_banner {
    min-height: 7rem;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.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_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;
    -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;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 2.8rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 30;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3rem;
    text-indent: -99999px;
}

/* End  共享区 */
.page_bj {
}

.in_bj {
}

.tb {
}

.tb .row {
}

.tb .td {
}

.share_line_2 {
}

.xing {
}

.shareTitle {
}

.shareTitle p, .shareTitle span {
}

.shareTitle span {
}

.shareTitle p {
}

.foot {
    padding-top: 0.8rem;
}

.fb_2 .sub_left {
}

.fb_2 .sub_right {
}

.fb_2 input[type="text"], .fb_2 textarea {
}

.fb_2 textarea {
}

.fb_2 input[type="text"] {
}

.fb_2 .sub_one, .feedback_txt .sub_two {
}

.feedback_txt input.Remark {
}

.feedback_txt .bt {
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
}

.bq {
    display: none;
}

.bq a {
}

.bq p {
}

.hz_ico {
}

.hz_ico ul.clear {
}

.hz_ico li {
}

.a_video {
}

.a_video a.bt {
}

.a_video a.bt:hover {
}

.hot_title {
}

.hot_list {
}

.hot_list .dl_2 {
}

.hot_list dd.huo {
}

.hot_list dd.newName a {
}

.hot_list dd.newName a:hover {
}

.hot_list dd.txt {
}

.hot_list dd.bot {
}

.x0 {
}

.x1 {
}

.x2 {
}

.x3 {
}

.x4 {
}

.x5 {
}

.noGet {
}

.noGet .center .row_1 {
}

.noGet .center .row_2 {
}

.noGet .center .row_2 .search2 {
}

.noGet .center .row_2 .search2 input {
}

.noGet .center .row_2 .search2 input[type="text"] {
}

.noGet .center .row_2 .search2 input[type="button"] {
}

.noGet .center .row_3 {
}

.noGet .center .row_3 .txt_1 {
}

.noGet .center .row_3 .txt_2 {
}

.noGet .center .row_3 .txt_3 {
}

.noGet .center .row_4 {
}

.noGet .center .row_4 a {
}

.noPage {
}

.noPage .center {
}

.noPage .txt_1 {
}

.noPage .txt_2 {
}

.noPage .txt_3 {
}

.noPage .txt_3 .one, .noPage .txt_3 .one a {
}

.noPage .txt_3 .one a:hover {
}

.shareNoNeed {
}

.siteMap {
}

.siteMap .title {
}

.siteMap .s_title {
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
}

.siteMap .one {
}

.siteMap .ul_1 {
}

.siteMap li.c_1 {
}

.siteMap a {
}

.siteMap .t_1 a {
}

.siteMap .s_1 a {
}

.siteMap .two .t_2 a {
}

.siteMap li.last {
}

.siteMap .t_3 li {
}

.siteMap .t_3 a {
}

.siteMap .two li.c_1 {
}

.down {
}

.down .title {
}

.down .s_title {
}

.down .two {
}

.down .ul_1 {
}

.down li.c_1 {
}

.down a {
}

.down .t_1 a {
}

.down .two .t_2 a {
}

.down .t_3 li {
}

.down .t_3 a {
}

.down .two li.c_1 {
}

.prev_next {
}

.prev_next .sub_left, .prev_next .sub_right {
}

.prev_next .sub_right {
}

.prev_next img {
}

.new {
}

.new .two {
}

.new .two li.left {
}

.new .two li.right {
}

.new .two .time {
}

.new .two .time span {
}

.new .two .time span.date {
}

.new .two .time span.see {
}

.new .two .proName a {
}

.new .two .txt {
}

.new .two .more a {
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd {
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear {
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_left {
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right {
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right .shenglve {
}

.new .center .two .inline_width.clear .box.right.l_3 .clear dd a .sub_ul.inline.clear .sub_right span {
}

.haoPing {
}

.haoPing .center .shareTitle3 {
}

.haoPing .content {
}

.haoPing .content .s_one {
}

.haoPing .content .s_two {
}

.haoPing .content .s_two textarea, .haoPing .content .s_two input {
}

.haoPing .content .s_two textarea {
}

.haoPing .content .s_two .bt {
}

.haoPing .content .s_two .bt input {
}

.haoPing .content .s_two input[type="reset"] {
}

.haoPing .content .s_two input[type="submit"] {
}

.about_box {
}

.about_box .ul_1 {
}

.about_box .ul_1 .left {
}

.about_box .ul_1 .right {
}

.about_box .ul_1 .right .huaCe {
}

.about_box .ul_1 .right .center {
}

.about_box .huaCe .one {
}

.about_box .huaCe .two {
}

.about_box .huaCe .two .hc_video {
}

.about_box .huaCe .three {
}

.new_2 .r_3 {
}

.new_2 .r_3 .right {
}

.about2 {
}

.about2 .center {
}

.about2 .center .inline_width.clear .left {
}

.about2 .center .inline_width.clear .right {
}

.about2 .center .inline_width.clear .right .txt_1 p {
}

.about2 .center .inline_width.clear .right .txt_1 img {
}

.about2 .center .inline_width.clear .right .txt_2 a {
}

.f_emailBox {
}

.f_emailBox input, .f_emailBox img {
}

.f_emailBox .center form .inline.clear {
}

.f_emailBox .center form .inline.clear .l_1 {
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
}

.f_emailBox .center form .inline.clear input[type="text"] {
}

.f_emailBox .center form .inline.clear .l_3 {
}

.f_emailBox .center form .inline.clear .right img {
}

.f_emailBox .center form .inline.clear .right .bt_2 {
}

.shareTitle3 {
    text-align: center;
    padding-bottom: 0.5rem;
    color: #0261c3;
}

.contact .r_1 {
}

.contact .r_1 .center .s_1 {
}

.contact .r_1 .center .s_2 {
}

.contact .r_1 .center .s_2 a {
}

.contact .r_1 .center .s_3 {
}

.contact .r_1 .center .s_3 a {
}

.Team {
}

.Team .content {
}

.Team .content li {
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
}

.Team .content li img {
}

.Team .content li a {
}

.Team .content li a:hover {
}

.Team .content li a .sub_left {
}

.Team .content li a .sub_left .txt_1 {
}

.Team .content li a .sub_right {
}

.contact .r_3 {
}

.contact .r_3 .center .inline_width.clear li {
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
}

.contact .r_3 .center .inline_width.clear li .s_1 {
}

.contact .r_3 .center .inline_width.clear li .s_2 {
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
}

.shareTel_2 {
}

.shareTel_2 .one {
}

.shareTel_2 .two {
}

.proList {
}

.proNav {
}

.proNav .left {
}

.proNav .left .box {
}

.proNav .left .box .one {
}

.proNav .left .box .two {
}

.proNav .right {
}

.proNav .right .navList li {
}

.proNav .right .navList li a {
}

.proNav .right .navList li a p {
}

.proNav .right .navList li a:hover p {
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
}

.proList .list {
}

.proList .list .box {
}

.proList .list .ul_1 {
}

.proList .list .item {
}

.proList .list .item .item_box {
}

.proList .list .item .pic {
}

.proList .list .item img {
}

.proList .list .item .txt {
}

.proList .list .item .proName {
}

.proList .list .item .txt_2 {
}

.proList .list .item .s_txt a {
}

.proList .list .item .s_txt a.more {
}

.proList .list .item:hover .s_txt a.more {
}

.proList .list .item .s_txt a.dingzhi {
}

.proList .list .item .s_txt a.dingzhi:hover {
}

.shareTitle5 {
}

.shareTitle5 span {
}

.shareTitle5 .s_1 {
}

.shareTitle5 .s_2 {
}

.in_case {
}

.in_case .left {
}

.in_case .newType .list li a {
}

.in_case .right {
}

.in_case .right .content {
}

.in_case .right .content .L2_UL {
}

.in_case .right .content .L2_UL .sub_left {
}

.in_case .right .content .L2_UL .sub_right {
}

.in_case .right .content .L2_UL .sub_right .one {
}

.in_case .right .content .L2_UL .sub_right .one a.shenglve {
}

.in_case .right .content .L2_UL .sub_right .two {
}

.in_case .right .content .L2_UL .sub_right .three {
}

.in_case .right .content .L2_UL .sub_right .time {
}

.in_case .right .content .L2_UL .sub_right .three a.more {
}

.in_case .center .clear .right .title {
}

.in_case .center .clear .right .title .clear .sub_left {
}

.in_case .center .clear .right .title .clear .sub_right {
}

.caseShow {
}

.caseShow .left {
}

.caseShow .newType .list li a {
}

.caseShow .right {
}

.caseShow .center .clear .right .title {
}

.caseShow .center .clear .right .title .clear .sub_left {
}

.caseShow .center .clear .right .title .clear .sub_right {
}

.caseShow .right .newBox {
}

.caseShow .right .newBox .line_2 {
}

.caseShow .right .newBox .line_2 h1 {
}

.caseShow .right .newBox .line_2 .two {
}

.caseShow .right .newBox .line_3 {
}

.caseShow .right .newBox .line_3 p {
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
}

.caseShow .right .newBox .prev_next li {
}

.caseShow .right .newBox .prev_next li:hover {
}

.caseShow .right .newBox .prev_next li:hover a {
}

.caseShow .right .newBox .prev_next {
}

.caseShow .right .newBox .prev_next a {
}

.caseShow .right .newBox .prev_next img {
}

.caseShow .right .newBox .line_5 .s_t {
}

.caseShow .right .newBox .line_5 .s_t span {
}

.caseShow .right .newBox .line_5 .list .s_left {
}

.caseShow .right .newBox .line_5 .list .s_right {
}

.caseShow .right .newBox .line_5 .item {
}

.caseShow .right .newBox .line_5 .sub_left {
}

.caseShow .center .clear .right .tj_new .sub_title.clear {
}

.caseShow .center .clear .right .tj_new .sub_title.clear span {
}

.caseShow .center .clear .right .tj_new .sub_title.clear a {
}

.caseShow .center .clear .right .tj_new .ul_3.clear {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left a img {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_left a .shenglve {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear a {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear a:hover {
}

.caseShow .center .clear .right .tj_new .ul_3.clear .sub_right .box_2 .newItem.clear span {
}

.top {
}

.t_bigBox {
    min-height: 2rem;
    padding: 0.5rem 0;
    background: url(/template/images/wap_bj_1.jpg) no-repeat center bottom;
    background-size: cover;
}

.t_wel {
    display: none;
}

.t_wel a {
}

.t_nav {
    width: 80%;
    max-width: 50%;
    position: absolute;
    right: 0%;
    z-index: 300;
    top: 2.9rem;
    background: #0261c3;
    padding: 0 0.5rem;
}

.t_nav .left {
}

.t_nav .left li.li_1 {
}

.t_nav .left a.nav_1 {
}

.t_nav .left a.nav_1:hover {
}

.t_nav li {
    text-align: center;
    line-height: 2.3rem;
    border-bottom: 0.05rem solid #fff;
}

.t_nav li.logo_li {
}

.t_nav li a {
    display: block;
    font-size: 0.8rem;
    color: #fff;
}

.t_nav li a.logo_a {
}

.t_nav li a.logo_a p {
    margin: 0;
    padding: 0;
}

.t_nav li a.logo_a:hover {
}

.t_nav li a.logo_a:hover span {
}

.t_nav li a:hover {
}

/*.t_nav .center .clear li a .logo {}
*/
.t_logo {
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    min-height: 2.5rem;
}

.t_logo .left {
    width: 33%;
    max-width: 21%;
    padding-left: 3%;
    float: left;
}

.shareTel {
}

.shareTel span {
}

/* Star daoHang */
.t_search {
    width: 100%;
    max-width: 100%;
    height: 1.7rem;
    padding: 0.5rem 0;
}

.t_search .t_searchUL {
    box-shadow: none;
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_search .t_searchUL .left a {
}

.i_pro {
    padding-bottom: 1.3rem;
    padding-top: 0.2rem;
}

.shareTitle2 {
    color: #0261c3;
    text-align: center;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    text-transform: uppercase;
}

.shareTitle2 .box {
    line-height: 1.8rem;
    height: 1.8rem;
    overflow: hidden;
}

.shareTitle2 .line {
    margin-top: 0.9rem;
    border-top: 2px solid #0261c3;
}

.shareTitle2 .txt {
    position: relative;
    top: -1.05rem;
    font-weight: bold;
}

.shareTitle2 .txt span {
    display: inline;
    background: #fff;
    padding: 0 0.3rem;
}

.shareTitle2 .txt .s_1 {
    border-right: 2px solid #0261c3;
    font-size: 1rem;
}

.shareTitle2 .txt .s_2 {
}

.shareTitle2 .txt_2 {
    color: #888;
    font-size: 0.7rem;
}

.i_pro .center .content {
}

.i_pro .content .bigNav {
    box-shadow: none;
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
}

.i_pro .content .bigNav li {
    float: left;
    text-align: center;
    width: 32%;
    max-width: 32%;
    margin: 0 0.6%;
    padding-bottom: 0.2rem;
}

.i_pro .content .bigNav li a {
    display: block;
    width: 100%;
    min-width: 100%;
    line-height: 2rem;
    min-height: 2rem;
    color: #fff !important;
    border-top: 0;
    border-radius: 0.2rem;
    background: #0261c3 !important;
}

.i_pro .center .content .bigNav .clear li.s_1 a {
}

.i_pro .center .content .bigNav .clear li.s_2 a {
}

.i_pro .center .content .bigNav .clear li.s_3 a {
}

.i_pro .center .content .bigNav .clear li.first a, .i_pro .center .content .bigNav .clear li.s_1:hover a {
}

.i_pro .center .content .bigNav .clear li.s_2:hover a {
}

.i_pro .center .content .bigNav .clear li.s_3:hover a {
}

.i_pro .center .content .box {
    display: block !important;
}

.i_pro .content .box .smallNav {
    display: none;
}

.i_pro .center .content .box .smallNav .s_ul {
}

.i_pro .center .content .box .smallNav .s_ul li {
}

.i_pro .center .content .box .smallNav .s_ul li a {
}

.i_pro .center .content .box .smallNav .s_ul li a:hover {
}

.i_pro .content .box .list {
}

.i_pro .content .box .list ul.clear {
}

.i_pro .content .box .list .item {
    display: none;
    float: left;
    width: 48%;
    min-height: 9.45rem;
    margin-left: 1.3%;
    margin-bottom: 0.5rem;
    background: url(/template/images/wap_pro_bj.png) no-repeat center bottom;
    background-size: 100% auto;
}

.i_pro .content .box .list .item:hover {
}

.i_pro .content .box .list .item a {
    display: block;
    padding: 0.1rem 1%;
    border: 0.05rem solid #ccc;
    padding-bottom: 0.35rem;
    background: #fff;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
}

.i_pro .content .box .list .item a img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7rem;
    background: #FFFFFF;
}

.i_pro .content .box .list .item a p {
    width: 98%;
    margin: 0 auto;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #3F4D5A;
    border-bottom: 0.05rem solid #ccc;
}

.case {
    display: none;
}

.in_bj .case {
}

.case .more {
}

.case .more a {
}

.case .more a:hover {
}

.case .center .content {
}

.case .center .content .ul_1.clear {
}

.case .center .content .ul_1.clear li {
}

.case .center .content .ul_1.clear li:nth-child(3), .case .center .content .ul_1.clear li:nth-child(6), .case .center .content .ul_1.clear li:nth-child(9) {
}

.case .center .content .ul_1.clear li:hover {
}

.case .center .content .ul_1.clear .item a .s_box {
}

.case .center .content .ul_1.clear .item a .s_box p {
}

.case .center .content .ul_1.clear .item a .s_box .caseName {
}

.case .center .content .ul_1.clear .item a .s_box .txt {
}

.ad {
    display: none;
}

.in_bj .ad {
}

.ad .center .box {
}

.ad .center .box .s_1 {
}

.ad .center .box .s_2 {
}

.ad .center .box .s_3 {
}

.ad .center .box .s_3 a {
}

.about {
    order: 2;
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
}

.about .content {
    color: #fff;
    padding-top: 0.6rem;
}

.about .content .ul_1 {
    background: #0261c3;
}

.about .content .left {
}

.about .content .right {
}

.about .content .left .box {
    padding: 1.5rem 4%;
    padding-top: 1.2rem;
}

.about .content .left .box .s_title {
    /* padding-bottom: 0.3rem; */
}

.about .content .left .box .s_title .en {
    display: none;
}

.about .content .left .box .s_title .cn {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.about .content .left .box .txt {
    line-height: 150%;
    font-size: 0.75rem;
}

.about .content .left .box .txt .bt {
    text-align: center;
}

.about .content .left .box .txt .bt a {
    color: #0261c3;
    font-size: 0.7rem;
    display: inline-block;
    background: #fff;
    width: 100%;
    max-width: 48%;
    text-align: center;
    line-height: 1.5rem;
    border-radius: 0.2rem;
}

.news {
    order: 1;
    clear: both;
    width: 100%;
    max-width: 100%;
    background: #f5f5f5;
    padding-top: 1rem;
    padding-bottom: 1.3rem;
}

.news .content {
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
    margin: 0 auto;
    width: 95%;
    min-width: 95%;
}

.news .content .left {
}

.news .content .left:hover {
}

.news .content .left .box {
    padding: 0.3rem 0;
    margin-bottom: 0.6rem;
    border-bottom: 0.05rem solid #0261c3;
    background: #fff;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.news .content .left .box .time {
    order: 2;
    color: #0261c3;
    font-size: 0.6rem;
    padding: 0.1rem 0;
}

.news .content .left .box a p {
}

.news .content .left .box a .newName.shenglve {
}

.news .content .left .box a .txt {
}

.news .content .right {
    display: none;
}

.news .content .right a {
}

.news .content .right .dl_1 {
}

.news .content .right .dl_1:hover {
}

.news .content .right .dl_1:nth-child(3) {
}

.news .content .right .dl_1.clear .sub_left {
}

.news .content .right .dl_1.clear .sub_left .timeBox {
}

.news .content .right .dl_1.clear .sub_left .timeBox .one {
}

.news .content .right .dl_1.clear .sub_left .timeBox .two {
}

.news .content .right .dl_1.clear .sub_right {
}

.news .content .right .dl_1.clear .sub_right span.shenglve {
}

.news .content .right a:hover .dl_1.clear .sub_right span.shenglve {
}

.news .content .right .dl_1.clear .sub_right .txt {
}

/* Star foot fast */
.fast {
    display: none;
}

.fast .content {
}

.fast .content ul {
}

.fast .content li {
}

.fast .content li.first {
}

.fast .content li.last {
}

.fast .content li a:hover {
}

.fast .content li.last a {
}

.fast .content li.link a {
}

.shareLine {
}

.f_contact {
}

.f_contact .mainUL {
    color: #fff;
    padding-bottom: 0.8rem;
    padding-top: 0.5rem;
    background: url(/template/images/wap_f_bj.jpg) no-repeat center top;
    background-position-y: 2rem;
}

.f_contact .right {
    float: right;
    width: 35%;
    max-width: 35%;
    text-align: center;
    font-size: 0.5rem;
    background: url(/template/images/wap_f_logo.png) no-repeat center bottom;
    background-size: 100% auto;
    min-height: 10rem;
}

.f_contact .left .one {
    padding: 0.3rem 0;
    font-size: 0.75rem;
    font-weight: bold;
}

.f_contact .left .two {
    font-size: 0.6rem !important;
    line-height: 1rem !important;
    color: #fff !important;
}

.f_contact .left .two p {
}

.in_pro {
}

.in_pro .left {
}

.in_pro .right {
}

.in_pro .right .r_smallNav {
    background: url(/template/images/wap_navSbj.png);
    padding: 0.5rem 0;
}

.in_pro .right .r_smallNav .ul_1 {
    width: 98%;
    max-width: 98%;
    margin: 0 1%;
}

.in_pro .right .r_smallNav .ul_1 li {
    width: 32%;
    max-width: 32%;
    text-align: center;
    float: left;
    line-height: 1.5rem;
    margin: 0 0.65%;
    padding: 0.1rem 0;
}

.in_pro .right .r_smallNav .ul_1 li a {
    display: block;
    color: #0261c3;
    font-size: 0.6rem;
    background: #fff;
    border-radius: 0.2rem;
}

.in_pro .right .r_smallNav .ul_1 li a:hover {
}

.in_pro .right .r_title {
    padding-top: 1.3rem;
}

.in_pro .right .r_title .sub_left .txt_1 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 0.2rem;
}

.in_pro .list {
    padding-top: 0.8rem;
}

.in_pro .list ul.clear {
}

.in_pro .list .item {
    float: left;
    width: 48%;
    min-height: 9.45rem;
    margin-left: 1.3%;
    margin-bottom: 0.5rem;
    background: url(/template/images/wap_pro_bj.png) no-repeat center bottom;
    background-size: 100% auto;
}

.in_pro .list .item:hover {
}

.in_pro .list .item a {
    display: block;
    padding: 0.1rem 1%;
    border: 0.05rem solid #ccc;
    padding-bottom: 0.35rem;
    background: #fff;
}

.in_pro .list .item a p, .in_pro .list .item a span {
}

.in_pro .list .item a img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7rem;
    background: #FFFFFF;
}

.in_pro .list .item a p {
    width: 98%;
    margin: 0 auto;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #3F4D5A;
    border-bottom: 0.05rem solid #ccc;
}

.in_bj .case .shareTitle2 .txt span {
}

.proShow {
}

.proShow .left {
}

.proShow .right {
}

.proShow .right .r_smallNav {
    background: url(/template/images/wap_navSbj.png);
    padding: 0.5rem 0;
}

.proShow .right .r_smallNav .ul_1 {
    width: 98%;
    max-width: 98%;
    margin: 0 1%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 32%;
    max-width: 32%;
    text-align: center;
    float: left;
    line-height: 1.5rem;
    margin: 0 0.65%;
    padding: 0.1rem 0;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #0261c3;
    font-size: 0.6rem;
    background: #fff;
    border-radius: 0.2rem;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
}

.proShow .right .r_title {
    padding-top: 1.3rem;
}

.proShow .right .r_title .txt_1 {
    font-size: 0.9rem;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 0.2rem;
}

.proShow .right .content {
    padding-top: 1rem;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
}

.proShow .right .content .title_2 {
    background: #0261c3;
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
    line-height: 2rem;
    border-radius: 0.3rem;
}

.proShow .right .content .title_2 .txt {
    font-size: 0.85rem;
}

.proShow .center .clear .right .content .r_1 {
    line-height: 180%;
    width: 98%;
    padding: 1rem 0;
    margin: 0px 1% 0px 1%;
    font-size: 0.75rem;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right {
    display: none;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu {
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table {
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt {
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt a, .proShow .center .clear .right .content .r_1 .clear .sub_right .bt .shareTel {
}

.proShow .shareTel {
}

.proShow .shareTel span {
}

.proShareBox {
}

.pro_shareTitle {
    font-size: 0.9rem;
    color: #0261c3;
    font-weight: bold;
    text-indent: 1.8rem;
    padding: 0.5rem 0;
    border-top: 1px dotted #0261c3;
}

.pro_shareTxt {
    padding-bottom: 1.5rem;
    text-align: justify;
    color: #666;
}

.pro_shareTxt p {
}

.pro_shareTitle.t_1 {
    background: url(/template/images/wap_n_01.png) no-repeat center left;
    background-size: 1.3rem auto;
}

.pro_shareTitle.t_2 {
    background: url(/template/images/wap_n_02.png) no-repeat center left;
    background-size: 1.3rem auto;
}

.pro_shareTitle.t_3 {
    background: url(/template/images/wap_n_03.png) no-repeat center left;
    background-size: 1.3rem auto;
}

.pro_shareTitle.t_4 {
    background: url(/template/images/wap_n_04.png) no-repeat center left;
    background-size: 1.3rem auto;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/wap_n_05.png) no-repeat center left;
    background-size: 1.3rem auto;
}

.typeNav {
}

.left_Title {
    display: none;
}

.left_Title .box {
}

.left_Title .s_1 {
}

.left_Title .s_2 {
}

.typeNav .content {
    padding-top: 0.5rem;
}

.typeNav .content .ul_1 {
    position: relative;
    padding-top: 2.5rem;
    -moz-box-shadow: 1px 0px 10px #ccc;
    -webkit-box-shadow: 1px 0px 10px #ccc;
    box-shadow: 1px 0px 10px #ccc;
}

.typeNav .content a {
}

.typeNav .content .bigNav {
    width: 50%;
    max-width: 33.33%;
    color: #000;
    text-align: center;
    display: block;
    font-size: 0.6rem;
    line-height: 2.5rem;
    position: absolute;
    top: 0;
}

.typeNav .content .bigNav a {
    font-size: 0.75rem;
    font-weight: bold;
    color: #0261c3;
    display: block;
    text-indent: 1.3rem;
}

.typeNav .content .smallNav {
    width: 32%;
    max-width: 32%;
    text-align: center;
    float: left;
    line-height: 1.5rem;
    margin-left: 1%;
    padding: 0.1rem 0;
}

.typeNav .content .smallNav a {
    display: block;
    color: #0261c3;
    font-size: 0.6rem;
    background: #fff;
    border-radius: 0.2rem;
}

.typeNav .content .smallNav a:hover {
}

.newNav {
}

.newNav .content {
}

.newNav .content .ul_1 {
}

.newNav .content a {
}

.newNav .content .bigNav {
}

.newNav .content .bigNav a {
}

.newNav .content .bigNav a:hover {
}

.newNav .left_call {
}

.newNav .left_call .s_title {
}

.newNav .left_call .s_txt {
}

.in_new {
    padding: 1rem 0;
    background: #f5f5f5;
}

.in_new .left {
    display: none;
}

.in_new .right {
}

.in_new .right .r_title {
}

.in_new .right .r_title .sub_left {
}

.in_new .right .r_title .txt_1 {
}

.in_new .right .r_title .sub_right {
}

.in_new .right .r_title .sub_right a {
}

.in_pro .right .r_title .sub_right {
    display: none;
}

.in_pro .right .r_title .sub_right a {
}

.proShow .right .r_title .sub_right {
    display: none;
}

.proShow .right .r_title .sub_right a {
}

.in_new .list {
}

.in_new .list .L2_UL {
    line-height: normal;
    border-bottom: 1px solid #0261c3;
    background: #fff;
    padding: 0.3rem 0;
    margin-bottom: 0.6rem;
}

.in_new .list .L2_UL:hover {
}

.in_new .list .L2_UL .sub_left {
    width: 40%;
    max-width: 40%;
    padding-left: 2%;
    float: left;
}

.in_new .list .L2_UL .sub_right {
    width: 53%;
    max-width: 53%;
    padding-right: 2%;
    float: right;
}

.in_new .list .L2_UL .sub_right .one {
}

.in_new .list .L2_UL .sub_right .one a {
    color: #0261c3;
    font-size: 0.75rem;
    font-weight: bold;
    padding-right: 0.8rem;
    background: url(/template/images/wap_jian2.png) no-repeat center right;
    background-size: 0.9rem auto;
    margin-bottom: 0.1rem;
}

.in_new .list .L2_UL .sub_right .one a.shenglve:hover {
}

.in_new .list .L2_UL .sub_right .two {
    line-height: 150%;
    color: #666;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.in_new .list .L2_UL .sub_right .three {
    display: none;
}

.in_new .list .L2_UL .sub_right .time {
    color: #0261c3;
    font-size: 0.55rem;
    padding-top: 0.1rem;
}

.in_new .list .L2_UL .sub_right .three a.more {
}

.in_new .list .title {
}

.in_new .list .title .clear .sub_left {
}

.in_new .list .title .clear .sub_right {
}

.newShow {
    padding: 1rem 0;
    background: #f5f5f5;
}

.newShow .left {
    display: none;
}

.newShow .right {
}

.newShow .center .clear .right .r_title {
}

.newShow .center .clear .right .r_title .sub_left {
}

.newShow .center .clear .right .r_title .txt_1 {
}

.newShow .right .r_title .sub_right {
}

.newShow .right .r_title .sub_right a {
}

.newShow .right .newBox {
    padding: 0.5rem 2%;
    background: #fff;
    width: 95%;
    max-width: 92%;
    margin: 0.5rem auto;
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
}

.newShow .right .newBox .line_2 h3 {
    font-weight: bold;
    font-size: 0.8rem;
    color: #444;
    text-align: center;
    border-bottom: 0.05rem dashed #ccc;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.3rem 0;
    padding-bottom: 0.5rem;
    line-height: 180%;
}

.newShow .right .newBox .line_2 .two {
    padding: 0.5rem 0;
    color: #999;
    text-align: center;
}

.newShow .right .newBox .line_3 {
    width: 98%;
    padding: 0.3rem 0;
    margin: 0 1%;
    text-align: justify;
    color: #666;
}

.newShow .right .newBox .line_3 p {
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span, .newShow .right .newBox .line_3 font {
    font-family: Microsoft YaHei !important;
    font-size: 0.7rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.newShow .right .newBox .line_4 .s_1 a {
}

.newShow .right .newBox .line_4 a:hover {
}

.newShow .right .newBox .prev_next li {
    display: block;
    width: 98%;
    margin: 0.3rem 1%;
    color: #0261c3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #eee;
    line-height: 2rem;
    min-height: 2rem;
}

.newShow .right .newBox .prev_next li a {
}

.newShow .right .newBox .prev_next li:hover {
}

.newShow .right .newBox .prev_next li:hover a {
}

.newShow .right .newBox .prev_next {
}

.newShow .right .newBox .prev_next a {
    color: #0261c3;
    width: 100%;
    max-width: 76%;
    display: inline-block;
    vertical-align: top;
}

.newShow .right .newBox .prev_next img {
}

.newShow .right .newBox .line_5 .s_t {
}

.newShow .right .newBox .line_5 .s_t span {
}

.newShow .right .newBox .line_5 .list .s_left {
}

.newShow .right .newBox .line_5 .list .s_right {
}

.newShow .right .newBox .line_5 .item {
}

.newShow .right .newBox .line_5 .sub_left {
}

.newShow .right .tj_new .sub_title {
}

.newShow .right .tj_new .sub_title.clear span {
}

.newShow .right .tj_new .sub_title.clear a {
}

.newShow .right .tj_new .ul_3 {
}

.newShow .right .tj_new .ul_3 li {
}

.newShow .right .tj_new .ul_3 li:hover {
}

.newShow .right .tj_new .ul_3 li a {
}

.newShow .right .tj_new .ul_3 li a:hover {
}

.newShow .right .tj_new .ul_3 li a img {
}

.newShow .right .tj_new .ul_3 li span {
}

.in_contact {
}

.in_contact .company {
}

.in_contact .center_1 {
}

.in_contact .r_1 {
    padding: 0.8rem 0;
    margin: 0 auto;
    width: 95%;
    min-width: 95%;
}

.in_contact .r_1 .one {
}

.in_contact .r_1 .one .s_1 {
}

.in_contact .r_1 .one .s_2 {
}

.in_contact .r_1 .two {
}

.in_contact .r_1 .two .s_1 {
    font-size: 0.75rem;
    line-height: 150%;
    background: url(/template/images/wap_wz_ico.png) no-repeat center left;
    padding-left: 1.2rem;
    background-position-y: 0;
    background-size: 0.8rem auto;
}

.in_contact .r_1 .two .s_1 span {
    font-weight: bold;
}

.in_contact .r_1 .two .ul_2 {
    padding-top: 0.5rem;
    line-height: 150%;
}

.in_contact .r_1 .two .ul_2 .txt_2 {
}

.in_contact .r_1 .two .ul_2 .sub_right {
}

.in_contact .r_1 .three {
    padding-top: 0.5rem;
    width: 100%;
    max-width: 100%;
}

.in_contact .r_1 .three li {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #0261c3;
    padding: 0.5rem 0;
}

.in_contact .r_1 .three .s_title {
    font-weight: bold;
    color: #0261c3;
    font-size: 0.9rem;
    padding-bottom: 0.3rem;
}

.in_contact .r_1 .three .s_txt, .in_contact .r_1 .three .s_txt p, .in_contact .r_1 .three .s_txt span {
    font-size: 0.7rem !important;
    color: #333 !important;
    line-height: 180% !important;
}

.aboutTitle {
    padding-top: 0.5rem;
}

.aboutTitle .s_Nav {
    display: none;
}

.aboutTitle .s_Nav a:hover {
}

.in_about {
}

.in_about .company {
}

.in_about .lan {
}

.in_about .r_1 {
    width: 98%;
    max-width: 93%;
    padding: 0.8rem 0;
    font-size: 0.9rem;
    color: #333333;
    line-height: 1.5rem;
    margin: 0 auto;
    text-align: justify;
}

.in_about .r_1 .center .box {
}

.shareTitle_about {
}

.shareTitle_about li span {
}

.shareTitle_about li.en {
}

.in_about .r_1 .center .box .one {
}

.in_about .r_1 .center .box .one .s_1 {
}

.in_about .r_1 .center .box .one .s_2 {
}

.in_about .r_1 .center .box .two {
}

.in_about .r_1 .center .box .two, .in_about .r_1 .center .box .two p, .in_about .r_1 .center .box .two span {
}

.in_about .r_1 .center .box .two p {
}

.in_about .r_2 {
}

.in_about .r_2 .lan_2 {
}

.in_about .r_2 .sub_box {
}

.in_about .r_3 {
    display: none;
}

.in_about .r_3 .center_2.center {
}

.in_about .r_3 .center_2.center .one {
}

.wenTi {
    display: none;
}

.wenTi .center {
}

.wenTi .center .title {
}

.wenTi .center .content {
}

.wenTi .center .content .one ul span {
}

.wenTi .center .content .two {
}

.wenTi .center .content .two img {
}

.wenTi .center .box {
}

.wenTi .center .box .s_1 {
}

.wenTi .center .box span, .wenTi .center .box a {
}

.wenTi .center .box span.s_1 {
}

.wenTi .center .box a.s_2 {
}

.wenTi .center .box .s_3 {
}

.youShi {
    display: none;
}

.youShi .center {
}

.youShi .bigTxt {
}

.youShi .bigTxt img {
}

.youShi .smallTxt {
}

.youShi ul {
}

.youShi .center .box_2 {
}

.youShi .center .box_2 .bigTxt {
}

.youShi .center .box_3 {
}

.youShi .center .box_3 .bigTxt {
}

.youShi .center .box_4 {
}

.youShi .center .box_4 .bigTxt {
}

.youShi .center .box_4 .Txt_2 {
}

.f_feedback {
    display: none;
}

.f_feedback .bj {
}

.f_feedback .right .s_left .fb_box {
}

.f_feedback .right .s_left .fb_box div {
}

.f_feedback .right .s_left .fb_box div input[type="text"], .f_feedback .right .s_left .fb_box div textarea {
}

.f_feedback .right .s_left .fb_box div input[type="text"] {
}

.f_feedback .right .s_left .fb_box div textarea {
}

.f_feedback .right .s_left .fb_box .bt {
}

.f_feedback .right .s_left .fb_box .bt input {
}

.f_feedback .right .s_left .fb_box .bt input.bt_1 {
}

.f_feedback .center .ul_1.clear .left {
}

.f_feedback .center .ul_1.clear .right {
}

.f_feedback .center .ul_1.clear .right .dl_1.clear {
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_left {
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_left .txt {
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_left .fb_box {
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_right {
}

.f_feedback .center .ul_1.clear .left .box {
}

.f_feedback .center .ul_1.clear .left .box .ul_2 {
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .en {
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .cn {
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .txt {
}

.f_feedback .center .ul_1.clear .left .box .ul_2 .txt span {
}

.f_feedback .center .ul_1.clear .right .dl_1.clear .s_right a {
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a {
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p {
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p span {
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p .cn {
}

.f_feedback .center .ul_1.clear .right.shadow_1 .dl_1.clear .s_right a p .en {
}

.f_contact .f_logo {
    display: none;
}

.f_contact .center .f_logo.shadow3 span {
}

.f_contact .center .f_logo.shadow3 .s_1 {
}

.f_contact .center .f_logo.shadow3 .s_2 {
}

.f_contact .center .f_logo.shadow3 .s_3 {
}

.in_bj .in_about .r_2 .center .one {
}

.in_bj .in_about .r_2 .bigTxt {
}

.in_bj .in_about .r_2 .bigTxt img {
}

.in_bj .in_about .r_2 .smallTxt {
}

.in_bj .in_about .r_2 .center .two {
}

.in_bj .in_about .r_2 .center .one ul {
}

.in_bj .in_about .r_2 .center .two ul {
}

.in_bj .in_about .r_2 .two .bigTxt {
}

.in_bj .in_about .r_2 .two .smallTxt {
}

.friendLink a {
}

.in_about .r_1 .conternt_1 {
    font-size: 0.7rem !important;
    line-height: 200% !important;
    color: #666;
}

.t_logo .right {
    float: right;
    width: 42%;
    max-width: 38%;
    padding: 2% 0;
    padding-right: 18%;
    background: url(/template/images/wap_t_1.png) no-repeat;
    background-size: 1.4rem auto;
    color: #0261c3;
    padding-left: 10%;
    background-position-y: 0.5rem;
    line-height: 130%;
}

.t_logo .right font,.t_logo .right span {
    display: block;
}

.t_logo .right font {
    font-size: 0.7rem;
    padding-left: 0.1rem;
}

.t_logo .right span {
    font-size: 0.8rem;
    display: block;
    font-weight: bold;
}

.menunavbtn {
    width: 23%;
    max-width: 9.5%;
    height: 1.8rem;
    line-height: 1.8rem;
    position: absolute;
    right: 3%;
    top: 0.68rem;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
}

.menunavbtn img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.t_nav li:nth-child(1) {
    order: 2;
}

.t_nav li:nth-child(2) {
    order: 3;
}

.t_nav li:nth-child(3) {
    order: 4;
}

.t_nav li:nth-child(4) {
    order: 5;
}

.t_nav li:nth-child(5) {
    order: 1;
}

.t_nav li:nth-child(6) {
    order: 6;
}

.t_nav li:nth-child(7) {
    order: 7;
}

.t_nav li:nth-child(8) {
    order: 8;
}

.t_nav li:nth-child(9) {
    order: 9;
    border: 0;
}

.t_nav .mainUL {
    display: grid;
    grid-template-columns: 100%;
}

.navBox {
    padding-top: 0.5rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.navBox .mainUL {
}

.navBox li {
    float: left;
    text-align: center;
    width: 32%;
    max-width: 32%;
    margin: 0 0.6%;
    padding-bottom: 0.2rem;
}

.navBox li a {
    display: block;
    width: 100%;
    min-width: 100%;
    line-height: 2rem;
    min-height: 2rem;
    color: #fff;
    border-top: 0;
    border-radius: 0.2rem;
    background: #0261c3;
}

.navBox li p {
    margin: 0;
    padding: 0;
}

.navBox li:nth-child(1) {
}

.navBox li:nth-child(2) {
}

.navBox li:nth-child(3) {
    display: none;
}

.navBox li:nth-child(4) {
}

.navBox li:nth-child(5) {
}

.navBox li:nth-child(6) {
    display: none;
}

.navBox li:nth-child(7) {
    /* display: none; */
}

.navBox li:nth-child(8) {
    display: none;
}

.navBox li:nth-child(9) {
    display: none;
}

.navBox li span {
    display: block;
}

.i_pro .content .bigNav .s_3 {
    display: none;
}

.i_pro .content .bigNav .s_0 {
}

.i_pro .content .box .list .item:nth-child(1),.i_pro .content .box .list .item:nth-child(2) {
    display: block;
}

.shareMore {
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    border-radius: 0.3rem;
    background: #0261c3;
}

.shareMore a {
    display: block;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    background: url(/template/images/wap_jia.png) no-repeat center;
    background-position-x: 31%;
    background-size: 0.7rem auto;
}

.mainBoxTwo {
    display: grid;
    grid-template-columns: 100%;
}

.news .shareTitle2 .txt span {
    background: #f5f5f5;
}

.news .content .left .box .newPic {
    width: 40%;
    max-width: 40%;
    padding-left: 2%;
    float: left;
}

.news .content .left .box .txtBox {
    width: 53%;
    max-width: 53%;
    padding-right: 2%;
    float: right;
}

.news .content .left .box .newPic img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 4rem;
}

.news .content .left .box .txtBox .subBox {
    display: grid;
    grid-template-columns: 100%;
}

.news .content .left .box .newName {
    order: 1;
    color: #0261c3;
    font-size: 0.75rem;
    font-weight: bold;
    padding-right: 1rem;
    background: url(/template/images/wap_jian2.png) no-repeat center right;
    background-size: 0.8rem auto;
}

.news .content .left .box .txt {
    order: 3;
    line-height: 150%;
    color: #666;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.about .content .left .box .txt .s1 {
    padding: 0.6rem 0;
    text-align: justify;
}

.about .content .left .box .txt .s1, .about .content .left .box .txt .s1 p,.about .content .left .box .txt .s1 span,.about .content .left .box .txt .s1 font {
    font-size: 0.73rem !important;
    color: #fff !important;
    line-height: 170% !important;
    text-indent: 0 !important;
}

.about .content .left .box .txt .s1 p {
    margin: 0 !important;
    padding: 0 !important;
}

.videoShow {
    height: 10.6rem;
    background: url(/template/images/wap_dengdai.gif) no-repeat center;
    background-size: 1.5rem auto;
    background-color: #333;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background: #000;
}

.videoShow .videoPic {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 10.6rem;
}

.videoShow video, .videoShow source, .videoShow object, .videoShow embed, .videoShow iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.f_contact .left {
    float: left;
    width: 65%;
    max-width: 60%;
    padding-top: 2rem;
    padding-left: 3%;
}

.f_contact .right .ewm {
    width: 100%;
    max-width: 60%;
}

.f_contact .right .txt {
    display: none;
}

.f_contact .right .txt_2 {
    display: none;
}

.f_contact .right .tel {
    font-family: 'Impact';
    font-size: 0.7rem;
    padding-top: 0.1rem;
}

.friendLink {
    display: none;
}

.f_contact .shareTitle2 {
}

.f_contact .right .goBT {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 5.1rem;
}

.left_contact {
    display: none;
}

.typeNav .content .subBox {
    background: url(/template/images/wap_navSbj.png);
    padding: 0.5rem 0;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.typeNav .content #Tab_1 a {
    background: url(/template/images/wap_a_1.png) no-repeat center left;
    background-size: 1rem auto;
    background-position-x: 0.1rem;
}

.typeNav .content .cur#Tab_1 a, .typeNav .content #Tab_1 a:hover {
    color: #fff;
    background: url(/template/images/wap_h_1.png) no-repeat center left;
    background-color: #0261c3;
    background-size: 1rem auto;
    background-position-x: 0.1rem;
}

.typeNav .content #Tab_2 a {
    background: url(/template/images/wap_a_2.png) no-repeat center left;
    background-size: 1rem auto;
    background-position-x: 0.1rem;
}

.typeNav .content .cur#Tab_2 a, .typeNav .content #Tab_2 a:hover {
    color: #fff;
    background: url(/template/images/wap_h_2.png) no-repeat center left;
    background-color: #0261c3;
    background-size: 1rem auto;
    background-position-x: 0.1rem;
}

.typeNav .content #Tab_3 a {
    background: url(/template/images/wap_a_3.png) no-repeat center left;
    background-size: 1rem auto;
    background-position-x: 0.1rem;
}

.typeNav .content .cur#Tab_3 a, .typeNav .content #Tab_3 a:hover {
    color: #fff;
    background: url(/template/images/wap_h_3.png) no-repeat center left;
    background-color: #0261c3;
    background-size: 1rem auto;
    background-position-x: 0.1rem;
}

.typeNav .content #Tab_1 {
    left: 0;
}

.typeNav .content #Tab_2 {
    left: 33.3%;
}

.typeNav .content #Tab_3 {
    right: 0;
}

.in_pro .right .r_title .sub_left {
    border-left: 0.2rem solid #0261c3;
    padding-left: 0.3rem;
    margin-bottom: 0.5rem;
}

.in_pro .right .r_title .sub_left .txt_2 {
    color: #666;
}

.proShow .right .r_title .sub_left {
    border-left: 0.2rem solid #0261c3;
    padding-left: 0.3rem;
    margin-bottom: 0.5rem;
}

.proShow .right .r_title .txt_2 {
    color: #666;
}

.proShow .center .clear .right .content .r_1 .sub_left {
    text-align: center;
}

.proShow .center .clear .right .content .r_1 .sub_left img {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    border: 1px solid #0261c3;
    padding: 0.5rem;
}

.pro_shareTxt,.pro_shareTxt p,.pro_shareTxt span, .pro_shareTxt font {
    line-height: 180% !important;
    text-indent: 0 !important;
    font-size: 0.7rem !important;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.psBody {
}

.psBody .youShi {
    display: block;
}

.proShow .typeNav .content .subBox {
    display: none;
}

.in_new .right .newTitle {
    display: none;
}

.in_new .right .new_list {
    padding-top: 0.8rem;
    margin: 0 auto;
    width: 95%;
    min-width: 95%;
}

.in_new .shareTitle2 .txt span {
    background: #f5f5f5;
}

.in_new .list .L2_UL .sub_left img {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 4rem;
}

.in_new .list .L2_UL .sub_right .time font {
    display: none;
}

.newShow .right .newTitle {
    display: none;
}

.newShow .shareTitle2 .txt span {
    background: #f5f5f5;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.5rem !important;
}

.newShow .right .newBox .line_2 .two span,.newShow .right .newBox .line_2 .two font {
    display: none;
}

.newShow .right .newBox .line_2 .two span:nth-child(3),.newShow .right .newBox .line_2 .two span:nth-child(4) {
    display: inline-block;
}

.newShow .right .newBox .line_2 .two span {
    margin-right: 5%;
}

.newShow .right .newBox .line_2 .two span:last-child {
    margin: 0;
}

.newShow .right .newBox .line_3 img {
    height: auto !important;
}

.newShow .right .newBox .line_4 {
    display: none;
}

.tj_new {
    display: none;
}

.newShow .right .newBox .prev_next li font {
    display: none;
}

.newShow .right .newBox .prev_next li span {
    padding-left: 3%;
    display: inline-block;
    vertical-align: top;
}

.in_about .r_1 .aboutPic {
    display: none;
}

.shareTitle3 .box {
    display: inline-block;
}

.shareTitle3 .box .cn {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    border-bottom: 0.05rem solid #0261c3;
    display: inline-block;
}

.shareTitle3 .box .en {
    font-size: 0.7rem;
    text-transform: uppercase;
}

.shareTitle3 .box .en span {
    font-weight: bold;
}

.in_about .r_4 {
    display: none;
}

.contactTitle {
    padding-top: 0.5rem;
}

.in_contact .r_1 .two .ul_2 div {
    background: url(/template/images/wap_jian_ico.png) no-repeat center left;
    padding: 0.1rem 0;
    padding-left: 1rem;
}

.in_contact .r_2 {
    margin: 0 auto;
    width: 95%;
    min-width: 95%;
    padding: 0.5rem 2%;
    min-height: 10rem;
    background: url(/template/images/wap_kuang.png) no-repeat;
    background-size: 100% 100%;
}

.in_contact .r_2 #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 10rem !important;
    border: 0 !important;
}

.in_fb {
}

.in_fb .f_contact {
}

.in_fb .f_contact .shareTitle2 {
    display: none;
}

.feedback {
    padding: 0.5rem 0;
}

.feedback .liuYan_box {
    width: 95%;
    min-width: 95%;
    margin: 0 auto;
    padding-top: 0.8rem;
}

.feedback .liuYan_box textarea {
    min-height: 8rem;
}

.feedback .liuYan_box input[type="text"] {
}

.feedback .liuYan_box .ip_button {
}

.feedback .liuYan_box .ip_button input {
    width: 100%;
    max-width: 49%;
    min-height: 1.5rem;
    line-height: 1.5rem;
    padding: 0.2rem 0;
    border-radius: 0.2rem;
    background: #0261c3;
    border: 0;
    color: #fff;
    font-size: 0.9rem;
}

.feedback .liuYan_box input[type="text"], .feedback .liuYan_box textarea {
    font-size: 0.75rem;
    line-height: 1.5rem;
    border-radius: 0.3rem;
    -moz-box-shadow: 0.2rem 0.2rem 0.2rem #ccc inset;
    -webkit-box-shadow: 0.2rem 0.2rem 0.2rem #ccc inset;
    box-shadow: 0.1rem 0.1rem 0.2rem #ddd inset;
    border: 0.05rem solid #bbb;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    display: block;
    padding: 2%;
    margin-bottom: 0.6rem;
    color: #666;
    font-family: "Microsoft YaHei";
}


.searchPro {}

.searchPro .left {
    display: none;
}

.searchPro .right .r_title {
    padding-top: 0.5rem;
}