@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg?v=11);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
    line-height: 1.5rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #0898b3;
    display: inline-block;
    color: #fff;
    background: #0898b3;
    padding: 0 0.5rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 100%;
    max-width: 76%;
    line-height: 1.8rem;
    height: 1.8rem;
    color: #888888;
    padding: 0 2%;
    margin: 0;
    border: 0;
    border-right: 0;
    vertical-align: middle;
    background: url(/template/images/wap_s_01.png?v=8) no-repeat;
    background-size: 100% 100%;
}

.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: 50%;
    max-width: 20%;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 1.8rem;
    border: 0;
    background: url(/template/images/wap_s_02.png?v=8) no-repeat;
    background-size: 100% 100%;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/goTop.png?v=8) no-repeat center;
    background-size: auto 100%;
    z-index: 30;
    display: none;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.in_banner {
    display: none;
}

.banner_about {
    background: url("/template/images/banner_about.jpg?v=11") no-repeat center bottom;
}

.banner_xiaoGuo {
    background: url("/template/images/banner_xiaoGuo.jpg?v=11") no-repeat center bottom;
}

.banner_jianBie {
    background: url("/template/images/banner_jianbie.jpg?v=11") no-repeat center bottom;
}

.banner_shengQian {
    background: url("/template/images/banner_shengQian.jpg?v=11") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_proShow {
    background: url("/template/images/banner_proShow.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg?v=11") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png?v=8) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
    color: #666;
    background: url(/template/images/wap_f_contact.jpg?v=11) no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 1.6rem;
    padding-top: 1rem;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png?v=8) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png?v=8) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png?v=8) no-repeat center top;
}

.proList {
    padding: 100px 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png?v=8) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg?v=11) no-repeat center;
    min-height: 9px;
}

.friendLink a {
    color: #ccc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png?v=8) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png?v=8) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.typeNav_2 .sContent {
    position: relative;
    padding-top: 3rem;
}

.typeNav_2 .sContent .ul_8 {
    border-left: 0.05rem solid #ddd;
    border-top: 0.05rem solid #ddd;
}

.typeNav_2 .sContent a {
    display: block;
}

.typeNav_2 .sContent .bigNav {
    position: absolute;
    width: 50%;
    max-width: 49.5%;
    top: 0;
    text-align: center;
}

.typeNav_2.leftNew .content .bigNav {
    background: url(/template/images/left_bigNav2.png?v=8) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/template/images/left_bigNav3.png?v=8) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.typeNav_2 .sContent .bigNav a {
    display: block;
    color: #333;
    line-height: 120%;
    font-size: 0.78rem;
    padding: 0.5rem 0;
    background: url(/template/images/wap_pp_02.png?v=8) no-repeat center top;
    padding-top: 0.3rem;
    background-size: 100% 100%;
}

.typeNav_2 .left_call {
    border-bottom: 15px solid #000;
}

.typeNav_2 .left_call .two {
    font-size: 17px;
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 5px solid #e95412;
}

.typeNav_2 .left_call .two, .typeNav_2 .left_call .two p, .typeNav_2 .left_call .two span {
    font-size: 17px !important;
    color: #333 !important;
    line-height: 200% !important;
}

.typeNav_2.leftNew .content .bigNav a {
    color: #1e1e1e;
    text-indent: 83px;
    text-align: left;
    font-weight: normal;
}

.typeNav_2 .sContent .smallNav {
    width: 60%;
    max-width: 24.5%;
    float: left;
    margin-right: 0.6%;
    margin-bottom: 0.1rem;
}

.typeNav_2 .sContent .smallNav a {
    display: block;
    font-size: 0.53rem;
    color: #000;
    text-align: center;
    padding-top: 1.8rem;
    padding-bottom: 0.2rem;
    border: 0.05rem solid #ddd;
    background-position-x: center !important;
    background-position-y: 0.25rem !important;
    background-size: auto 1.5rem !important;
}

.typeNav_2 .sContent .smallNav a:hover, .typeNav_2 .sContent .smallNav a.currentNav {
    border: 0.05rem solid #237baa;
}

.typeNav_2 .sContent .smallNav.last {
    background: none !important;
}

.typeNav_2 .sContent .smallNav.last a {
    color: #1a52a4 !important;
}

.typeNav_2 .sContent .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav_2 .sContent .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .sContent .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.top {
}

.t_bigBox {
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #888;
}

/* Star daoHang */
.shareTitle {
    background: url(/template/images/title.png?v=8) no-repeat center top;
    text-align: center;
    background-size: auto 3.6rem;
}

.shareTitle .en {
    color: #666;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.shareTitle .cn {
    font-size: 1rem;
    font-weight: bold;
    color: #2a2a2a;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
}

.shareTitle .cn span {
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.shareTitle .one {
    font-size: 0.65rem;
    color: #555;
}

.shareTitle .one span {
    color: #e95311;
}

.heZuo {
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg?v=11) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png?v=8) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png?v=8) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png?v=8) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png?v=8) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png?v=8) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png?v=8) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png?v=8) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png?v=8) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png?v=8) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png?v=8) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png?v=8) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png?v=8) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png?v=8) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png?v=8) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg?v=11) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png?v=8) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png?v=8) no-repeat center top;
    background-position-x: 53px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png?v=8) no-repeat center bottom;
    padding-bottom: 15px;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.pageDH {
    color: #666;
}

.pageDH a {
    color: #474747;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
    background: url(/template/images/line12.png?v=8) no-repeat center;
    background-position-x: 344px;
}

.newShow {
}

.newShow .left {
    display: none;
}

.newShow .right {
}

.newShow .center .ul_1.clear {
}

.newShow .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .right .r_box {
}

.newShow .right .newBox {
    padding: 0.3rem 0;
    background-size: 100% auto;
    background-position-y: 0.5rem;
    padding-bottom: 1rem;
}

.newShow .right .newBox .Box_2 {
    padding: 0.35rem;
}

.newShow .right .newBox .line_2 {
}

.newShow .right .newBox .line_2 h1 {
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem 0;
    line-height: 150%;
    color: #00496f;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 1.5rem;
    font-size: 0.6rem;
    border-bottom: 0.05rem dashed #e2c55a;
}

.newShow .right .newBox .line_3 {
    line-height: 180%;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem 0;
    font-size: 0.7rem;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 18px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    font-size: 0.7rem !important;
    line-height: 200% !important;
    text-align: justify;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png?v=8) no-repeat center top;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

/* Star daoHang */
.bq {
    display: none;
}

.bq a {
    color: #333 !important;
}

.bq span, .bq p {
    color: #333 !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png?v=8) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png?v=8) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
}

.in_new .left {
}

.in_new .right {
    padding-bottom: 1rem;
}

.in_new .center .ul_1.clear .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.newShareList .itemBox {
    margin-bottom: 0.5rem;
    padding: 0.2rem;
    padding-top: 0;
    padding-bottom: 0.6rem;
    border-bottom: 0.05rem dashed #ccc;
}

.newShareList .itemBox .sub_left {
    width: 80%;
    max-width: 44%;
    float: left;
}

.newShareList .itemBox .sub_left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5rem;
}

.newShareList .itemBox:hover .sub_left img {
}

.newShareList .itemBox .sub_right {
    width: 80%;
    max-width: 53.5%;
    font-size: 0.65rem;
    float: right;
}

.newShareList .itemBox .sub_right .one {
    line-height: 28px;
    padding: 5px 0;
}

.newShareList .itemBox .sub_right .one a {
    font-weight: bold;
    font-size: 22px;
    color: #333;
}

.newShareList .itemBox .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .itemBox .sub_right .two {
    color: #555;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
    text-align: justify;
}

.newShareList .itemBox .sub_right .three {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0.33rem 0;
    font-size: 0.58rem;
    color: #888;
}

.newShareList .itemBox .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .itemBox .sub_right .three a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    background: url(/template/images/bt_2.png?v=8) no-repeat center top;
    min-height: 36px;
    width: 142px;
    text-align: center;
    text-indent: 9px;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png?v=8) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png?v=8) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png?v=8) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png?v=8) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.shareMore {
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 1.5rem;
}

.shareMore a {
    color: #00649b;
    font-size: 0.75rem;
    border-radius: 10rem;
    display: inline-block;
    line-height: 1.8rem;
    width: 8rem;
    max-width: 7rem;
    font-weight: bold;
    border: 0.05rem solid #00649b;
}

.lContact {
    display: none;
}

.lContact .one {
    text-indent: 39px;
    padding-top: 27px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    text-indent: 98px;
    padding-top: 0;
    line-height: 90px;
    font-size: 25px;
    color: #fff;
    font-family: "Impact";
    background: url(/template/images/tel5.png?v=8) no-repeat center left;
    background-position-x: 68px;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.t_box {
}

.t_logo {
    padding: 0.65rem 0;
    position: relative;
    z-index: 100;
    background-position-y: 100%;
    background-position-x: 98%;
    padding-top: 0.5rem;
}

.t_logo .ul_1 {
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    margin-left: 1%;
}

.t_logo .ul_1 .left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_logo .ul_1 .left img {
}

.t_logo .left .txt .one {
    font-size: 0.65rem;
    padding-bottom: 0.05rem;
    color: #333;
    font-weight: bold;
    padding-top: 0.05rem;
}

.t_logo .ul_1 .left .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .left .txt .two {
    display: block;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 26px;
    color: #ffbc01;
    font-family: "Impact";
}

.t_logo .ul_1 .right .sub_right {
    letter-spacing: 1px;
    padding-top: 35px;
    font-size: 12px;
    text-align: right;
}

.t_nav {
    width: 80%;
    max-width: 39%;
    position: absolute;
    right: 1%;
    z-index: 300;
    top: 2.3rem;
    padding: 0 0.5rem;
}

.t_nav .box {
    background-color: rgba(242,250,254,0.95);
    margin: 0;
    padding: 0.3rem;
}

.t_nav a {
    text-decoration: none;
    display: block;
    font-size: 0.75rem;
    margin: 0 auto;
    padding: 0.38rem 0;
    border-bottom: 0.05rem dashed #ccc;
    background: url(/template/images/wap_nav_01.png?v=8) no-repeat center left;
    background-size: 0.7rem auto;
    padding-left: 20%;
    color: #000;
    background-position-x: 3%;
    background-position-y: 0.6rem;
}

.t_nav a span {
    display: block;
}

.t_nav a .en {
    font-size: 0.35rem;
    text-transform: uppercase;
}

.t_nav a:hover .cn {
    font-weight: bold;
}

.t_search {
}

.t_search .t_searchUL {
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #666;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    text-align: center;
    border-radius: 0.2rem;
    overflow: hidden;
    padding: 0.6rem 0;
    margin: 0 1%;
    width: 100%;
    max-width: 98%;
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.pro_ShareList .item {
    float: left;
    min-height: 277px;
    width: 275px;
    margin-right: 16px;
    text-align: center;
    border: 1px solid #eaeaea;
    margin-bottom: 25px;
    background: #fff;
}

.in_pro .pro_ShareList .item {
    margin-bottom: 28px;
    margin-right: 22px;
    border: 0;
    padding-bottom: 20px;
    background: url(/template/images/yy.png?v=8) no-repeat center bottom;
}

.pro_ShareList .item a p {
    display: block;
}

.pro_ShareList .item a img {
}

.pro_ShareList .item a p {
    padding-top: 3px;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 13px;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 41px;
    display: inline-block;
    margin: 0;
}

.pro_ShareList .item .sBox span {
    font-weight: bold;
}

.pro_ShareList .item:hover a p {
    position: relative;
    top: 50px;
}

.pro_ShareList .item .sBox .sOne {
    padding-top: 14px;
}

.danXin {
}

.danXin .title .one {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
}

.danXin .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.danXin .title {
    line-height: 130%;
    padding-left: 38%;
}

.danXin .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.danXin .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.danXin .title .two a {
    position: relative;
    top: 6px;
}

.danXin .content {
    padding-top: 64px;
    font-size: 19px;
    line-height: 180%;
    position: relative;
}

.danXin .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.danXin .content .one p {
    margin: 0;
    position: absolute;
}

.danXin .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.danXin .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.danXin .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.danXin .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.danXin .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.danXin .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.danXin .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.danXin .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.danXin .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.danXin .content .two .s2 span {
    font-weight: bold;
}

.about {
    background: url(/template/images/wap_about.jpg?v=11) no-repeat;
    min-height: 13rem;
    margin-bottom: 1rem;
    background-size: 110% auto;
}

.about .content {
    padding-top: 10px;
}

.about .txt .s2 {
    padding-bottom: 0.3rem;
    text-align: justify;
}

.about .txt .s2, .about .txt .s2 p, .about .txt .s2 span {
    font-size: 0.6rem;
    color: #666;
    line-height: 160%;
}

.about .content .line_1 .s2 p {
    margin: 0;
    padding: 8px 0;
}

.about .content .line_1 {
}

.new {
    padding: 80px 0;
    background: url(/template/images/jz.jpg?v=11) no-repeat center bottom;
    background-color: #fff;
    min-height: 600px;
}

.new .content {
    padding-top: 42px;
}

.new .sTitle {
    padding-top: 32px;
    text-align: center;
}

.new .sTitle dd {
    width: 193px;
    margin-right: 41px;
    display: inline-block;
}

.new .sTitle dd a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
}

.new .sTitle dd:nth-child(3) {
    margin-right: 0;
}

/*
.new .sTitle dd a:hover {
    color: #fff;
    background: url(/template/images/tabH.png?v=8) no-repeat center top;
}
*/
.f_feedback {
}

.f_feedback .left {
}

.f_feedback .right {
    display: none;
}

.f_feedback input[type="text"], .f_feedback textarea {
    font-size: 0.7rem;
    line-height: 1.6rem;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 0.3rem;
    color: #666;
    font-family: "Microsoft YaHei";
    background-color: rgba(255,255,255,0.83);
    border: 0;
    text-indent: 5%;
    padding: 0;
}

.f_feedback input[type="text"] {
}

.f_feedback textarea {
    min-height: 4.3rem;
    margin-bottom: 0.5rem;
    padding-left: 2%;
    line-height: 200%;
    padding-top: 0.1rem;
    width: 100%;
    max-width: 98%;
    text-indent: 0;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    width: 100%;
    max-width: 49.3%;
    border-radius: 0.3rem;
    border: 0;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.8rem;
    height: 1.8rem;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    background: url(/template/images/wap_bt_02.png?v=8) no-repeat center top;
    background-size: 100% 100%;
    vertical-align: middle;
    padding: 0;
}

.f_feedback .bt_1 {
    color: #fff;
    background: url(/template/images/wap_bt_01.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .ul_1 .left .sub_left {
    width: 390px;
}

.f_feedback .left .bt {
    text-align: center;
}

.f_feedback .right span {
    font-weight: bold;
    color: #0057b0;
}

.in_pro {
}

.in_pro .left {
    width: 100%;
    max-width: 98%;
    padding-top: 0.5rem;
    margin-left: 1%;
}

.in_pro .right {
    padding: 1rem 0;
}

.shareRightSmallNav {
    padding-top: 18px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 210px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background: url(/template/images/newNav.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/template/images/newNavH.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png?v=8) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png?v=8) no-repeat;
}

.in_pro .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.in_pro .list .item a p, .in_pro .list .item a span {
    display: block;
}

.in_pro .list .item a img {
}

.in_pro .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.typeNav {
    width: 304px;
    background: #fff;
}

.left_Title .box {
    display: inline-block;
}

.left_Title .s_1 {
    font-size: 24px;
    font-weight: bold;
}

.left_Title .s_2 {
    font-size: 14px;
}

.typeNav.typeNew .left_Title .s_1 {
    font-size: 21px;
    font-weight: bold;
    text-indent: 46px;
    padding-top: 10px;
    letter-spacing: 3px;
    padding-bottom: 1px;
}

.typeNav.typeNew .left_Title .s_2 {
    font-size: 13px;
    text-indent: 75px;
}

.typeNav .content {
    background: #fff;
    font-size: 16px;
}

.typeNav .content .ul_1 {
    /* width:80%; */
    /* margin:0 10%; */
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    padding-top: 11px;
    margin-bottom: 7px;
}

.typeNav.typeNew .content .bigNav {
    padding-top: 0;
    margin-bottom: 0;
}

.typeNav .content .bigNav a {
    font-size: 17px;
    color: #0261c3;
    line-height: 51px;
    border-radius: 3px;
    font-weight: bold;
    background: url(/template/images/l_nav.png?v=8) no-repeat center bottom;
    text-indent: 89px;
}

.typeNav .content .bigNav a.currentNew, .typeNav .content .bigNav a:hover {
    background: url(/template/images/l_navH.png?v=8) no-repeat center bottom;
    color: #ff6000;
}

.typeNav .content .smallNav {
    background: url(/template/images/l_sub.png?v=8) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
    padding: 0px 0;
    padding-top: 6px;
}

.typeNav.typeNew .content .smallNav {
    background: url(/template/images/l_sub.png?v=8) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav a {
    margin-left: 32px;
}

.typeNav .content .smallNav a {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    margin-left: 60px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.typeNav .content .smallNav a.currentNav, .typeNav .content .smallNav a:hover {
    color: #fff;
    background-color: #0261c3;
    border-radius: 50px;
    padding: 0 17px;
}

.typeNav.typeNew .content .smallNav a:hover {
    padding: 0 10px;
}

.typeNav.typeNew .content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png?v=8) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png?v=8) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav .content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png?v=8) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.typeNav .content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png?v=8) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.in_pro .pro_ShareList .ul_1 {
    width: auto;
}

.in_pro .pro_ShareList {
}

.in_pro .pro_ShareList .item:nth-child(3), .in_pro .pro_ShareList .item:nth-child(6), .in_pro .pro_ShareList .item:nth-child(9), .in_pro .pro_ShareList .item:nth-child(12), .in_pro .pro_ShareList .item:nth-child(15),.in_pro .pro_ShareList .item:nth-child(18),.in_pro .pro_ShareList .item:nth-child(21) {
    margin-right: 0;
}

.xgBox {
    padding: 0 25px;
    padding-top: 79px;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png?v=8) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding-top: 0.3rem;
}

.xgNew li {
    padding-left: 3%;
    background: url(/template/images/dian.png?v=8) no-repeat center left;
    background-position-x: 0.05rem;
}

.xgNew li:nth-child(2), .xgNew li:nth-child(4), .xgNew li:nth-child(6) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #237baa;
}

.xgNew li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgNew li .s4 {
    padding-top: 8px;
}

.xgNew li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png?v=8) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgNew li .s2 a:hover {
    color: #0059b4;
}

.xgNew li .s2 .sub_left {
    width: 70%;
}

.proShow {
}

.proShow .left {
    display: none;
}

.proShow .right {
}

.proShow .right .r_smallNav {
    background: url(/template/images/navSbj.png?v=8);
    margin-top: 20px;
}

.proShow .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.proShow .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.proShow .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.proShow .right .content {
}

.proShow .center .clear .right .content .title_2 {
    padding: 15px 0;
    border-bottom: 1px dotted #0261c3;
}

.proShow .center .clear .right .content .title_2 .txt {
    font-weight: bold;
    font-size: 24px;
    color: #0261c3;
    border-left: 6px solid #0261c3;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu p {
    margin: 0;
    padding: 0;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu p, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu span, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    line-height: 36px !important;
    font-size: 16px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    border: 0 !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    display: inline-block !important;
    min-height: 36px !important;
    padding: 0 !important;
    text-indent: 15px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td:nth-child(1) {
    background: #eef9ff !important;
    font-weight: bold !important;
    color: #005dbc !important;
    font-size: 17px !important;
    width: 30% !important;
    text-indent: 25px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td:nth-child(2) {
    width: 69% !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu tr {
    border: 1px solid #b7daff !important;
    padding: 3px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table {
    border-collapse: collapse !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt {
    padding-top: 22px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt a, .proShow .center .clear .right .content .r_1 .clear .sub_right .bt .shareTel {
    display: inline-block;
    vertical-align: middle;
}

.proShareBox {
    padding-bottom: 0.8rem;
}

.proShareBox.r_4 {
    padding-bottom: 0.3rem;
}

.pro_shareTitle {
    line-height: 120%;
    color: #333;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.pro_shareTitle span {
}

.pro_shareTxt {
    padding: 0.3rem 2%;
    color: #333;
    font-size: 0.65rem;
    line-height: 200%;
    text-align: justify;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.65rem !important;
    line-height: 210% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 33.3% !important;
    text-align: center !important;
    padding: 0 !important;
}

.proShow .shareRightTitle {
}

.proShow .shareRightTitle .dl_2 {
    width: 1106px;
    padding: 28px 40px;
}

.proShow .shareRightSmallNav {
    padding-top: 33px;
}

.proShow .shareRightSmallNav .ul_1 {
    width: 93%;
    margin: 0 3.5%;
}

.shareTel {
    background: url(/template/images/tel3.png?v=8) no-repeat center left;
    padding: 12px 0;
    padding-left: 85px;
    font-size: 20px;
    color: #333;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .two {
    padding-top: 9px;
    letter-spacing: 1px;
    font-size: 16px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt .dl_5.clear .s_right {
    width: 275px;
}

.shareTel .s1 {
}

.shareTel .s2 {
    font-size: 29px;
    font-weight: bold;
}

.proShow .center .clear .right .content .part4 .sC .dl_6.clear dd {
    float: left;
    font-size: 22px;
    color: #fff;
    width: 176px;
    text-align: center;
    margin-right: 7px;
}

.in_new .center .ul_1.clear {
}

.newShow .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .right .newBox .line_4 {
    line-height: 160%;
    color: #111;
    font-size: 0.65rem;
    margin-bottom: 1rem;
}

.newShow .right .r_box .newBox .Box_2 .line_4 span {
    color: #237baa;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/ico_1.png?v=8) no-repeat center left;
    padding-left: 20px;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/ico_3.png?v=8) no-repeat center left;
    padding-left: 20px;
    padding-top: 4px;
}

.xgNew2 {
    padding: 26px 0;
}

.xgNew2 li {
    margin-right: 20px;
    float: left;
    width: 280px;
    font-size: 16px;
    color: #888;
    background-color: #fff;
    margin-bottom: 25px;
}

.xgNew2 li:nth-child(3),.xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
    color: #0261c3;
}

.xgNew2 li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 45px;
    padding-top: 2px;
    padding: 0 15px;
}

.xgNew2 li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew2 li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 15px;
    padding-bottom: 15px;
}

.xgNew2 li .s4 {
    padding-top: 8px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png?v=8) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    font-weight: bold;
    font-size: 18px;
}

.xgNew2 li .s2 a:hover {
    color: #0059b4;
}

.xgNew2 li .s2 .sub_left {
    width: 100%;
}

.t_wel .right a {
    margin-right: 23px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -33px;
    top: 20px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png?v=8) no-repeat bottom left;
    padding-top: 19px;
    /* display: none; */
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_01.png?v=8) no-repeat center left;
    padding-left: 18px;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png?v=8) no-repeat center left;
    padding-left: 20px;
}

.t_wel .right a:last-child {
    background: url(/template/images/ico_03.png?v=8) no-repeat center left;
    padding-left: 21px;
    margin-right: 0;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png?v=8) no-repeat center left;
    margin-right: 0;
}

.t_logo .ul_1 .left .txt {
    width: 75%;
    max-width: 60%;
    line-height: 120%;
    padding-right: 10%;
    color: #333;
    padding-top: 0.05rem;
    float: right;
}

.t_logo .ul_1 .right .sub_left {
    padding-top: 66px;
    line-height: 190%;
}

.t_logo .ul_1 .right .sub_right .one {
    padding: 3px;
    margin-bottom: 3px;
}

.t_nav a .cn {
    font-weight: bold !important;
}

.danXin .title .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.danXin .content .sub_left {
    text-align: right;
    width: 520px;
}

.danXin .content .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.danXin .content .sub_left .s1 {
    padding-right: 42px;
}

.danXin .content .sub_left .s2 {
    padding-right: 58px;
}

.danXin .content .sub_left .s3 {
    padding-right: 55px;
}

.danXin .content .sub_right .s4 {
    padding-left: 47px;
}

.danXin .content .sub_right .s5 {
    padding-left: 62px;
}

.danXin .content .sub_right .s6 {
    padding-left: 62px;
}

.shareTitle .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png?v=8) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.shareProBox .item {
    float: left;
    width: 48%;
    margin-left: 1.33%;
    margin-bottom: 0.8rem;
    display: none;
}

.shareProBox .item:hover {
}

.in_pro .shareProBox .item:hover {
    border: 0;
}

.shareProBox .item:nth-child(4), .shareProBox .item:nth-child(8) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
}

.shareProBox .item .hdBox img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7.3rem;
}

.shareProBox .item .proName {
    line-height: 1rem;
    color: #333;
    font-size: 0.65rem;
    padding: 0.3rem;
}

.shareProBox .item:hover a .proName {
    color: #1950a2;
    font-weight: bold;
}

.typeNav_2 .bigNav span {
    display: block;
}

.typeNav_2 .bigNav .cn {
    font-weight: bold;
}

.typeNav_2 .bigNav .en {
    font-size: 0.55rem;
    text-transform: uppercase;
}

.typeNav_2 .sContent .subBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.about .shareTitle .cn .sBox {
    border: 0;
    padding-bottom: 1px;
}

.new .content .line_1 {
}

.new .content .line_1 .sub_left {
    width: 588px;
}

.new .content .line_1 .sub_right {
    width: 601px;
    padding: 39px 55px;
    border: 1px solid #eee;
    border-left: 0;
    min-height: 292px;
    padding-bottom: 0;
}

.new .content .line_1 .sub_left img {
    display: block;
}

.new .content .line_1 .dl_1 {
    background-color: #fff;
}

.new .content .line_1 .sub_right .s1 {
    font-size: 21px;
    font-weight: bold;
}

.new .content .line_1 .sub_right .s2 {
    font-size: 17px;
    line-height: 190%;
    padding: 13px 0;
    text-align: justify;
    padding-bottom: 20px;
}

.new .content .line_2 {
    padding-top: 38px;
    margin-bottom: 16px;
}

.new .content .line_2 li {
    float: left;
    width: 418px;
    margin-right: 23px;
}

.new .content .line_2 li:nth-child(3) {
    margin-right: 0;
}

.new .content .line_2 li .one {
}

.new .content .line_2 li .one a {
    display: block;
    position: relative;
}

.new .content .line_2 li .one a .timeBox {
    position: absolute;
    background: url(/template/images/timeBox.png?v=8) center top no-repeat;
    width: 111px;
    height: 107px;
    left: 25px;
    text-align: right;
    color: #fff;
    font-size: 36px;
    padding-right: 20px;
}

.new .content .line_2 li .one a .timeBox .s2 {
    font-size: 19px;
    padding-right: 1px;
}

.new .content .line_2 li .one a .timeBox .s1 {
    padding-top: 16px;
}

.new .content .line_2 li .one a img {
    padding-top: 23px;
    display: block;
}

.new .content .line_2 li .two {
    font-size: 18px;
    font-weight: bold;
}

.new .content .line_2 li .sBox {
    background: url(/template/images/newBox.png?v=8) center top no-repeat;
    padding: 26px 43px;
    min-height: 158px;
}

.new .content .line_2 li .three {
    padding: 12px 0;
    line-height: 180%;
    padding-bottom: 18px;
}

.new .content .line_2 li .four {
    text-align: right;
}

.new .content .line_2 li .four a.more {
    display: inline-block;
    height: 31px;
    width: 115px;
    background: url(/template/images/newBt_01.png?v=8) center top no-repeat;
}

.new .content .line_2 li .four a.more:hover {
    background: url(/template/images/newBt_02.png?v=8) center top no-repeat;
}

.new .content .line_2 li .two a:hover {
    color: #0b91b6;
}

.new .content .line_3 {
    line-height: 35px;
    background-color: #f6f7f8;
    text-align: center;
}

.new .content .line_3 a {
    display: block;
    line-height: 56px;
    font-size: 16px;
}

.f_feedback .left .one {
    color: #fff;
    line-height: 120%;
    padding-left: 1.6rem;
    background: url(/template/images/wap_txtIco.png?v=8) no-repeat;
    background-size: auto 1.1rem;
    margin-left: 3%;
}

.f_feedback .left .two {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    padding-top: 0.3rem;
}

.f_feedback .left .three {
    padding-top: 26px;
}

.f_nav {
    display: none;
}

.f_nav .box {
    padding: 9px 0;
}

.f_nav a {
    text-decoration: none;
    color: #000;
    line-height: 33px;
    float: left;
    font-size: 17px;
    background: url(/template/images/bzIco.png?v=8) no-repeat center left;
    padding-left: 23px;
    width: 148px;
    margin-right: 8px;
}

.f_nav a span {
    display: block;
}

.f_nav a .en {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
    letter-spacing: 0;
}

.f_nav li:nth-child(1) a {
    width: 127px;
    background: url(/template/images/nav_01.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background: url(/template/images/nav_02.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background: url(/template/images/nav_03.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background: url(/template/images/nav_04.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background: url(/template/images/nav_05.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background: url(/template/images/nav_06.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background: url(/template/images/nav_07.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(8) a {
    width: 130px;
    background: url(/template/images/nav_08.png?v=8) no-repeat center top;
    background-position-y: 16px;
}

.f_nav a:hover .en {
}

.f_nav a .cn {
    font-size: 18px;
    padding-top: 62px;
}

.f_nav li {
    float: left;
    background: url(/template/images/navLine.png?v=8) no-repeat center right;
    background-position-y: 57px;
}

.f_contact {
}

.f_contact li {
    float: left;
}

.f_contact .l_1 {
    display: none;
}

.f_contact .l_2 {
    width: 100%;
    max-width: 29%;
    font-size: 0.6rem;
    text-align: center;
    line-height: 150%;
    padding-top: 0.5rem;
    float: right;
    margin-right: 2%;
}

.f_contact .l_3 {
    width: 100%;
    max-width: 59%;
    margin-left: 2%;
}

.f_contact .l_4 {
    text-align: center;
    padding-top: 19px;
    float: right;
}

.f_contact .l_1 .one {
    text-align: center;
}

.f_contact .l_1 .two {
    padding-top: 18px;
    font-size: 18px;
    line-height: 38px;
    padding-left: 35px;
    background: url(/template/images/ico_5.png?v=8) no-repeat center left;
    background-position-y: 22px;
}

.f_contact .l_1 .two .cn {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.f_contact .l_1 .two .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.f_contact .l_1 .three {
    padding-top: 23px;
    text-align: right;
    padding-right: 3px;
}

.f_contact .l_1 .three .s1 {
    font-size: 17px;
}

.f_contact .l_1 .three .s2 {
    font-size: 26px;
    font-weight: bold;
    padding-right: 4px;
}

.f_contact .l_4 .s2 {
    line-height: 33px;
    font-size: 17px;
}

.f_contact .l_1 .one h3 {
    margin: 0;
    padding: 0;
}

.t_logo .ul_1 .left h3 {
    width: 33%;
    max-width: 26%;
    padding-left: 1%;
    float: left;
}

.typeNav_2 .sContent .smallNav a h4,.typeNav_2 .sContent .smallNav a p {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: inline-block;
}

.pageNumber input {
    width: 63px;
    line-height: 34px;
    height: 34px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pageNumber input[type="button"] {
    line-height: 38px;
    height: 38px;
}

.proShow .right .content .line_1 {
}

.proShow .right .content .line_1 .sub_left {
    position: relative;
}

.proShow .right .content .line_1 .sub_right {
    display: grid;
    grid-template-columns: 100%;
}

.proShow .right .content .line_2 {
    background: url(/template/images/inProBj.png?v=8) repeat-y;
    min-height: 500px;
}

.proShow .right .content .line_2 .dl_5 dd {
    float: left;
    width: 50%;
}

.proShow .right .content .line_2 .dl_5 dd a {
    display: block;
    min-height: 58px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url(/template/images/qhBt.png?v=8) no-repeat center top;
    font-weight: bold;
    cursor: pointer;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(1) {
}

.proShareBox .sTitle {
    text-align: center;
    min-height: 91px;
    background: url(/template/images/qy.png?v=8) no-repeat center top;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
    line-height: 48px;
    letter-spacing: 2px;
    text-shadow: 1px 1px 2px #555;
    text-indent: 11px;
}

.proShow .right .content .line_2 .dl_5 {
    margin-bottom: 38px;
}

.proShareBox.r_2 .pro_shareTxt p {
}

.pro_shareTitle.t_3 {
    background: url(/template/images/proTitle3.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 45px;
}

.proShareBox.r_3 {
}

.proShareBox.r_3 .youDian {
    background: url(/template/images/proPic.png?v=8) no-repeat center top;
    min-height: 356px;
    position: relative;
}

.proShareBox.r_3 .youDian span {
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    width: 131px;
    text-align: center;
}

.proShareBox.r_3 .youDian .s1 {
    top: 3px;
    left: 173px;
}

.proShareBox.r_3 .youDian .s2 {
    top: 87px;
    left: 105px;
}

.proShareBox.r_3 .youDian .s3 {
    top: 179px;
    left: 96px;
}

.proShareBox.r_3 .youDian .s4 {
    top: 267px;
    left: 155px;
}

.proShareBox.r_3 .youDian .s5 {
    top: 3px;
    left: 608px;
}

.proShareBox.r_3 .youDian .s6 {
    top: 87px;
    left: 694px;
}

.proShareBox.r_3 .youDian .s7 {
    top: 179px;
    left: 716px;
}

.proShareBox.r_3 .youDian .s8 {
    top: 267px;
    left: 711px;
}

.pro_shareTitle.t_4 {
    background: url(/template/images/proTitle4.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_4 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.proShareBox.r_4 .pro_shareTxt {
}

.proShareBox.r_4 .pro_shareTxt table {
    background: none !important;
    border-collapse: collapse;
    width: 100%;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/proTitle5.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 {
    background: url(/template/images/proTitle6.png?v=8) no-repeat center top;
    min-height: 46px;
    text-indent: 104px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.rTitleBox {
    background: url(/template/images/newTitleBj.png?v=8) repeat-y;
    padding: 15px 30px;
    border: 1px solid;
    border-image: -webkit-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: -moz-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: linear-gradient(#f1bc55, #fff799) 30 30;
    margin-bottom: 30px;
}

.newShareList {
    padding: 0.8rem 0;
    text-align: center;
    padding-bottom: 0;
}

.newShareList .item {
    position: relative;
    padding-top: 1.5rem;
    text-align: left;
}

.newShareList .item .line_1 {
}

.newShareList .item .line_1 .one {
}

.newShareList .item .line_1 .one img {
    display: block;
}

.newShareList .item .line_1 .two {
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding-top: 6px;
}

.newShareList .item .line_1 .two a {
    color: #0b91b6;
    display: block;
}

.newShareList .item .line_1 .three {
    font-size: 17px;
    line-height: 190%;
}

.newShareList .item .line_1 .four {
    text-align: right;
    position: relative;
    top: -25px;
}

.newShareList .item .line_1 .four a {
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50px;
    width: 150px;
    text-align: center;
    background-color: #0c90b6;
    font-weight: bold;
    color: #fff;
}

.newShareList .item .line_1 .four a:nth-child(1) {
    margin-right: 11px;
    background: url(/template/images/btBj.png?v=8) no-repeat center;
    background-size: 110% 100%;
}

.newShareList .item .line_2 {
}

.newShareList .item .line_2 .subTitle {
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 12px;
}

.xgProBox {
    display: none;
}

.xgProBox dd {
    width: 280px;
    margin-bottom: 13px;
}

.xgProBox dd .s1 {
}

.xgProBox dd .s1 img {
    padding: 8px;
    border: 1px solid #eee;
    background: #fff;
    vertical-align: middle;
}

.xgProBox dd:nth-child(3) {
    margin-right: 0;
}

.xgProBox dd .s2 {
    font-size: 23px;
    text-align: center;
    line-height: 38px;
    padding: 6px 0;
}

.xgProBox dd .s3 {
}

.xgProBox dd .s3 a {
    display: inline-block;
    width: 138px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #0c90b6;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.xgProBox dd .s3 a:nth-child(1) {
    background: url(/template/images/btBj.png?v=8) no-repeat center;
    margin-right: 6px;
}

.newShareList.caseShareList {
}

.newShareList.caseShareList .item .line_1 .sub_left {
    width: 407px;
}

.newShareList.caseShareList .item .line_1 .sub_right {
    width: 460px;
}

.newShareList.caseShareList .item .line_1 .two {
    padding-top: 0;
    padding-bottom: 3px;
    font-size: 22px;
    letter-spacing: 1px;
}

.newShareList.caseShareList .item .line_1 .two a {
    line-height: 38px;
}

.newShareList.caseShareList .item .line_1 .four {
    top: 0;
    padding-top: 20px;
    line-height: 33px;
    color: #aaa;
    font-size: 16px;
}

.newShareList.caseShareList .item .line_1 .three {
    min-height: 190px;
}

.newShareList.caseShareList .item .line_1 .four a {
    width: 130px;
}

.newShareList.caseShareList .item .line_1 {
    margin-bottom: 13px;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two a {
    display: none;
}

.newShow .right .newBox .line_3 .subTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background: url(/template/images/sdIco.png?v=8) no-repeat center left;
    line-height: 38px;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_3 .subContent {
    margin-bottom: 20px;
}

.newShow .right .newBox .line_3 .subContent table,.newShow .right .newBox .line_3 .subContent td {
    border: 0 !important;
}

.share_xg .xgProBox {
}

.share_xg .xgProBox dd {
    margin-right: 28px;
}

.in_about {
    padding: 90px 0;
}

.in_about .part_1 {
}

.in_about .part_1 .sContent {
    background: url(/template/images/about_1.jpg?v=11) no-repeat center top;
    min-height: 526px;
    padding-top: 55px;
    background-position-y: 55px;
}

.in_about .part_1 .sContent .l_1 {
    font-size: 25px;
    line-height: 70px;
    padding-top: 49px;
    padding-left: 155px;
    width: 459px;
}

.in_about .part_1 .sContent .l_2 {
    padding-left: 185px;
    width: 150px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_3 {
    padding-right: 96px;
    width: 187px;
    text-align: center;
    font-size: 20px;
    padding-top: 168px;
    line-height: 190%;
}

.in_about .part_1 .sContent .l_1 span {
    font-weight: bold;
}

.in_about .part_3 {
    padding: 30px 0;
    padding-bottom: 110px;
}

.in_about .part_3 .sContent {
    padding-top: 8px;
}

.in_about .part_5 .sContent {
    padding-top: 3px;
}

.t_logo .ul_1 .right .sub_right .two {
    transform: scale(0.95);
    transform-origin: right;
}

.typeNav_2 .sContent .subBox li:last-child {
    border-bottom: 0.05rem solid #eff3f5;
}

.iPro {
}

.iPro .content {
    padding-top: 0.8rem;
}

.iPro .content .bigNav .clear li {
    float: left;
    width: 396px;
    line-height: 66px;
    margin-right: 6px;
}

.iPro .content .bigNav .clear li a {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    display: block;
    text-indent: 171px;
}

.iPro .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_01.png?v=8) no-repeat;
    text-indent: 168px;
}

.iPro .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_02.png?v=8) no-repeat;
}

.iPro .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_03.png?v=8) no-repeat;
    text-indent: 163px;
}

.iPro .content .bigNav .clear li.first a, .iPro .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_01.png?v=8) no-repeat;
}

.iPro .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png?v=8) no-repeat;
}

.iPro .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png?v=8) no-repeat;
}

.iPro .content .box {
}

.iPro .content .box .smallNav {
    background-color: #fff;
}

.iPro .content .box .smallNav .s_ul {
}

.iPro .content .box .smallNav .s_ul li {
    float: left;
    width: 50%;
    max-width: 31%;
    line-height: 1rem;
    border: 0.05rem solid #eee;
    margin-right: 1.39%;
    margin-bottom: 0.2rem;
    display: none;
}

.iPro .content .box .smallNav .s_ul li a {
    display: block;
    color: #333;
    font-size: 0.55rem;
    text-align: center;
    padding-top: 1.8rem;
    background-position-y: 0.25rem !important;
    background-size: auto 1.5rem !important;
}

.iPro .content .box .smallNav .s_ul li a:hover {
    color: #0091b7;
}

.iPro .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.iPro .content .box .smallNav .s_ul li:nth-child(6),.iPro .content .box .smallNav .s_ul li:nth-child(12),.iPro .content .box .smallNav .s_ul li:nth-child(18),.iPro .content .box .smallNav .s_ul li:nth-child(24),.iPro .content .box .smallNav .s_ul li:nth-child(30) {
    margin-right: 0;
}

.iPro .content .box .smallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.iPro .content .box .smallNav .last a {
    color: #0656b1;
}

.iPro .content .line_2 {
    line-height: 86px;
    padding-bottom: 45px;
    background: url(/template/images/hei5.png?v=8) no-repeat center bottom;
    margin-bottom: 18px;
}

.iPro .content .line_2 li.sub_left {
    font-size: 25px;
    font-weight: bold;
    width: 305px;
    text-align: center;
    background: url(/template/images/proIco.png?v=8) no-repeat center right;
    background-color: #ffd728;
    background-position-x: 270px;
}

.iPro .content .line_2 li.sub_right {
    background-color: #fff;
    width: 926px;
    font-size: 17px;
    padding: 0 30px;
    border-right: 9px solid #ffd728;
}

.iPro .content .line_2 li.sub_right a {
    display: inline-block;
    padding: 0 28px;
    background: url(/template/images/line23.png?v=8) no-repeat center left;
}

.iPro .content .line_2 li.sub_right a.last {
    background: #0b91b6;
    border-radius: 100px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    margin-left: 21px;
}

.iPro .content .left {
    width: 100%;
    max-width: 27%;
    background: url(/template/images/wap_ppBj.jpg?v=11) no-repeat;
    min-height: 12.5rem;
    text-align: center;
    font-weight: bold;
    background-size: 100% auto;
    float: left;
}

.iPro .content .right {
    width: 100%;
    max-width: 72%;
    float: right;
}

.iPro .typeNav_2 {
}

.iPro .content .line_2 li.sub_right a h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.shareTitle .cn img {
}

.iPro .content .box .smallNav .s_ul li:nth-child(6),.iPro .content .box .smallNav .s_ul li:nth-child(12),.iPro .content .box .smallNav .s_ul li:nth-child(18) {
    margin-right: 0;
}

.about .content .line_1 .sub_left {
    width: 630px;
}

.about .content .line_1 .sub_right {
    width: 641px;
}

.about .txt .s1 {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
}

.about .txt .s3 {
    display: none;
}

.about .content .line_1 .s3 a {
    display: inline-block;
    color: #187ed0;
    line-height: 30px;
    border: 1px solid #187ed0;
    padding: 0 33px;
    border-radius: 50px;
}

.shareTitle .cn font {
    background-color: #fff;
    padding: 0 10px;
    padding-right: 6px;
}

.f_feedback .left .two .cn {
}

.f_feedback .left .two .en {
    font-size: 14px;
    color: #888;
}

.f_feedback .left .two dd {
    max-width: 49%;
}

.f_feedback .left .three a {
    line-height: 38px;
    float: left;
    color: #fff;
    font-size: 16px;
    width: 129px;
    text-align: center;
    margin-right: 20px;
    text-indent: 30px;
}

.f_feedback .left .three a:last-child {
    margin-right: 0;
}

.f_feedback .right .bt {
    text-align: center;
    padding-top: 5px;
}

.f_feedback .ul_2 {
    padding-top: 175px;
}

.f_feedback .ul_2 .sub_left {
}

.f_feedback .ul_2 .sub_left img {
    vertical-align: middle;
}

.f_feedback .ul_2 .sub_left .txt {
    vertical-align: middle;
    padding-left: 12px;
}

.f_feedback .ul_2 .cn {
    font-size: 29px;
    font-weight: bold;
}

.f_feedback .ul_2 .en {
    font-size: 12px;
    text-transform: uppercase;
}

.f_feedback .ul_2 .sub_right {
}

.f_feedback .ul_2 .sub_right .cn {
}

.f_feedback .ul_2 .sub_right .en {
}

.f_feedback .ul_2 .sub_left h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.f_contact .sTitle {
    font-size: 21px;
    font-weight: bold;
    background: url(/template/images/callIco.png?v=8) no-repeat center left;
    padding-left: 51px;
    margin-bottom: 10px;
}

.f_contact .l_2 .sContent {
}

.f_contact .l_2 .sContent a {
    float: left;
    width: 130px;
}

.f_contact .l_3 .sContent {
}

.f_contact .l_3 .sContent a {
    display: block;
}

.f_contact .l_2 .sContent a:last-child {
    color: #187ed0;
}

.f_contact .l_4 .s1 {
    margin: 0;
}

.f_contact .l_4 .s1 img {
    vertical-align: middle;
}

.in_pro .shareProBox .item .hdBox {
    width: 287px;
    height: 287px;
}

.in_pro .shareProBox .item .proName {
    font-weight: normal;
    font-size: 21px;
    padding-top: 25px;
    padding-bottom: 18px;
}

.in_pro .pro_ShareList .item .s3 {
    font-size: 15px;
    line-height: 29px;
    padding-bottom: 13px;
    padding-top: 10px;
}

.in_pro .pro_ShareList .item .s3 a {
    display: inline-block;
    border: 1px solid #1a52a4;
    color: #1a52a4;
    width: 119px;
    border-radius: 35px;
}

.in_pro .pro_ShareList .item .s3 a:first-child {
    margin-right: 10px;
}

.in_pro .pro_ShareList .item .s3 a:last-child {
    color: #fff;
    line-height: 31px;
    border: 0;
    background: url(/template/images/bt13.png?v=8) no-repeat center top;
}

.in_pro .pro_ShareList .item .sBox {
    padding: 6px;
    border: 1px solid #ddd;
    width: 287px;
    background: #fff;
}

.proShow .right .content .line_3 {
    line-height: 62px;
    background: #fff9f4;
    border-top: 1px solid #ffe0cf;
    border-bottom: 1px solid #ffe0cf;
    font-size: 16px;
}

.proShow .right .content .line_3 .s_left {
    padding-left: 39px;
    background: url(/template/images/ico19.png?v=8) no-repeat center left;
    background-position-x: 12px;
}

.proShow .right .content .line_3 .s_right {
    font-size: 20px;
    padding-left: 43px;
    background: url(/template/images/tel6.png?v=8) no-repeat center left;
    background-position-x: 12px;
    margin-right: 20px;
}

.proShow .right .content .line_3 .s_left h2 {
    display: inline-block;
    margin: 0;
    font-weight: normal;
    font-size: 20px;
    position: relative;
    top: 1px;
    font-weight: bold;
}

.proShow .right .content .line_3 .s_right span {
    font-weight: bold;
    color: #ffaf00;
    font-size: 25px;
    position: relative;
    top: 2px;
}

.proShow .right .content .line_1 .sub_right .one {
    display: none;
}

.proShow .right .content .line_1 .sub_right .two {
    order: 2;
    background: url(/template/images/wap_showBj_02.jpg?v=11) no-repeat center top;
    background-size: 110% auto;
    padding: 1.2rem 0;
}

.proShow .right .content .line_1 .sub_right .three {
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    background: url(/template/images/wap_showBj_01.jpg?v=11) no-repeat center top;
    background-size: 100% 100%;
    line-height: 2.5rem;
    order: 1;
}

.proShow .right .content .line_1 .sub_right .four {
    font-size: 17px;
    padding-top: 19px;
}

.proShow .right .content .line_1 .sub_right .two li {
    display: none;
}

.proShow .right .content .line_1 .sub_right .four a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 47px;
    width: 165px;
    text-align: center;
    background: url(/template/images/linkBt_01.png?v=8) no-repeat center top;
    padding-bottom: 2px;
}

.proShow .right .content .line_1 .sub_right .four a:last-child {
    background: url(/template/images/linkBt_02.png?v=8) no-repeat center top;
    margin-left: 23px;
}

.pro_shareTitle .cn {
    font-weight: bold;
    margin-right: 0.1rem;
    font-size: 0.8rem;
}

.pro_shareTitle .en {
    font-size: 0.38rem;
    text-transform: uppercase;
}

.proShow .right .content .line_5 {
    padding: 1rem 0;
}

.pro_shareTitle .sBox {
    margin-bottom: 0.1rem;
    background: url(/template/images/showIco_01.png?v=8) no-repeat left bottom;
    padding-left: 1.5rem;
    background-size: auto 1rem;
    background-position-x: 1%;
}

.proShareBox.r_4 .pro_shareTxt p {
}

.proShareBox.r_5 .pro_shareTxt p {
}

.shareTitle .two {
    font-size: 20px;
}

.shareTitle2 .cn {
    margin-bottom: 3px;
}

.shareTitle3 .cn {
    font-size: 45px;
}

.shareTitle3 .two {
    font-size: 28px;
}

.shareTitle3 {
    margin-bottom: 32px;
}

.in_contact {
    padding-bottom: 1rem;
}

.tabBox {
    background: url(/template/images/line55.png?v=8) repeat-x center;
    margin-bottom: 60px;
}

.in_contact .line_1 {
    background: url(/template/images/wap_contact_1.jpg?v=11) no-repeat center top;
    min-height: 9rem;
    background-size: 103% auto;
}

.in_contact .line_1 .sTitle {
    font-size: 16px;
    background: url(/template/images/title6.png?v=8) no-repeat;
    min-height: 82px;
}

.in_contact .line_1 .sTitle .s1 {
    padding-top: 20px;
}

.in_contact .line_1 .sTitle .s2 {
    padding-top: 3px;
}

.in_contact .line_1 .sTitle .s1 h1 {
    margin: 0;
}

.in_contact .line_1 .sTitle .s1 img {
    vertical-align: middle;
}

.in_contact .line_1 .sBox {
    font-size: 17px;
    padding-top: 30px;
}

.in_contact .line_1 .sBox .sub_left {
    padding-left: 38px;
    line-height: 42px;
    background: url(/template/images/ico30.png?v=8) no-repeat;
    background-position-y: 9px;
}

.in_contact .line_1 .sBox .sub_right {
    padding-left: 38px;
    line-height: 42px;
    background: url(/template/images/ico30.png?v=8) no-repeat;
    background-position-y: 9px;
}

.about .content .line_1 .s2 p {
    padding: 5px 0;
}

.about .content .line_1 .sub_right .sBox {
    background: url(/template/images/videoBj.png?v=8) no-repeat;
    min-height: 412px;
    padding-top: 38px;
}

.in_contact .line_4 {
}

.in_contact .line_4 .s_right {
    width: 338px;
}

.in_contact .line_4 .s_right a {
    line-height: 115px;
    display: block;
    background: url(/template/images/tabBj2.png?v=8) no-repeat center right;
    text-indent: 138px;
    margin-bottom: 13px;
    font-size: 20px;
    cursor: pointer;
}

.in_contact .line_4 .s_right a p {
    margin: 0;
    display: block;
    background: url(/template/images/icoL.png?v=8) no-repeat center left;
    background-position-x: 99px;
}

.in_contact .line_4 .s_right a span {
    display: block;
}

.in_contact .line_4 .s_left {
    width: 947px;
}

.in_contact .line_4 .s_left .callBox {
}

.in_contact .line_4 .s_left .callBox a {
    display: block;
    position: relative;
}

.in_contact .line_4 .s_left .callBox a .txt {
    min-height: 83px;
    position: absolute;
    width: 100%;
    top: 417px;
    color: #fff;
    font-size: 18px;
    text-indent: 50px;
    background: url(/template/images/jt2.png?v=8) no-repeat center left;
    background-size: auto 100%;
}

.in_contact .line_4 .s_left .callBox a img {
    vertical-align: middle;
}

.in_new .line_6 {
    background: url(/template/images/line55.png?v=8) repeat-x center;
    margin-bottom: 60px;
}

.typeNav_2 .sContent .smallNav.last h4 {
    padding: 0;
    text-align: center;
}

.lContact2 .telBox {
    padding-left: 55px;
    background: url(/template/images/tel8.png?v=8) no-repeat center left;
    display: inline-block;
    text-align: left;
}

.lContact2 .telBox .s1 {
    font-size: 18px;
}

.lContact2 .telBox .s2 {
    font-size: 30px;
    font-family: Impact;
}

.shareBox2 .sTitle {
    margin-bottom: 0;
    line-height: 48px;
}

.shareBox2 {
    box-shadow: none;
    background: none;
}

.shareBox2 .sTitle .s_left {
    padding-left: 28px;
    font-weight: bold;
    font-size: 20px;
    color: #666;
    border-bottom: 3px solid #ffbc01;
    padding-right: 15px;
    position: relative;
    top: 2px;
    background-position-x: 0;
}

.shareBox2 .sTitle .s_right {
    min-height: 48px;
}

.newShareList .itemBox .sub_right .three .s_right {
    background: url(/pc/images/newListIco_02.png?v=8) no-repeat center left;
    padding-left: 0.9rem;
    background-size: 0.7rem auto;
    float: right;
}

.newShareList .itemBox .sub_right .four {
    color: #00496f;
}

.newShareList .itemBox .sub_right .four a {
    display: inline-block;
    line-height: 39px;
    text-align: center;
    width: 150px;
    background-color: #fea201;
    border-radius: 100px;
}

.newShow .right .newBox .line_4 li {
    margin-bottom: 0.3rem;
    font-weight: bold;
    line-height: 180%;
}

.newShow .right .newBox .line_4 li a {
    width: 100%;
    max-width: 82%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.1rem;
    font-weight: normal;
}

.newShow .right .newBox .line_4 li a:hover {
    color: #237baa;
    font-weight: bold;
}

.in_contact .line_1 .sBox .sub_left span {
    font-family: "Impact";
    font-size: 25px;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 6px;
    color: #187ed0;
}

.f_contact .l_2 .sContent a:hover {
    color: #187ed0;
}

.f_contact .l_3 .sContent a:hover {
    color: #187ed0;
}

.t_nav li:hover {
}

.t_nav li:hover .jt {
    background: url(/template/images/jt.png?v=8) no-repeat center top;
}

.iPro .content .left .txt {
    font-size: 0.8rem;
    color: #fff;
    padding-top: 5rem;
    text-align: left;
    text-indent: 10%;
}

.iPro .content .left .link {
    padding-top: 1rem;
}

.iPro .content .left .link a {
    display: inline-block;
    background-color: #fff;
    border-radius: 100rem;
    font-size: 0.6rem;
    line-height: 1.2rem;
    padding: 0 0.39rem;
}

.iPro .content .left .link a span {
    background: linear-gradient(to right, #0e709c, #04b6c6);
    -webkit-background-clip: text;
    color: transparent;
}

.iPro2 {
    padding: 100px 0;
    padding-bottom: 80px;
}

.iPro2 .left {
    width: 257px;
}

.iPro2 .right {
    width: 896px;
}

.typeNav_2 {
}

.typeNav_2 .sContent .smallNav a .jt {
    display: none;
}

.shareProBox .item .link {
}

.shareProBox .item .link a {
    display: inline-block;
    width: 48.5%;
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    color: #fff;
    background: url(/template/images/linkBt_02.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.shareProBox .item .link a:first-child {
    background: url(/template/images/linkBt_01.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.shareProBox .item .picBox {
    display: block;
}

.danXin .content dl {
    position: absolute;
}

.danXin .content .cn {
    font-size: 27px;
}

.danXin .content .en {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.danXin .content .dl_1 {
    left: 25px;
    top: 110px;
}

.danXin .content .dl_2 {
    left: 890px;
    top: 110px;
}

.danXin .content .dl_3 {
    left: 136px;
    top: 293px;
}

.danXin .content .dl_4 {
    left: 950px;
    top: 270px;
}

.baoZhang {
}

.baoZhang .title {
    line-height: 160%;
    padding-left: 39%;
}

.baoZhang .title .en {
    font-size: 14px;
    text-transform: uppercase;
}

.baoZhang .title .one {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
    padding-left: 3.5%;
}

.baoZhang .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.baoZhang .content {
    padding-top: 29px;
}

.baoZhang .content .box_1 {
    font-size: 19px;
    font-weight: bold;
    padding-left: 92px;
    width: 1200px;
}

.baoZhang .content .box_1 li {
    float: left;
    width: 374px;
    padding-top: 210px;
    margin-right: 39px;
    margin-bottom: 28px;
}

.baoZhang .content .box_2 {
    padding-top: 35px;
}

.baoZhang .content .box_2 .small {
    font-size: 18px;
    background: url(/template/images/bzIco.png?v=8) no-repeat center left;
    padding-left: 28px;
    line-height: 43px;
    background-position-y: 14px;
}

.baoZhang .content .box_2 .dl_1 {
    padding-left: 190px;
}

.baoZhang .content .box_2 .dl_2 {
    padding-left: 190px;
    padding-top: 56px;
}

.baoZhang .content .box_2 .dl_3 {
    padding-left: 843px;
    padding-top: 60px;
}

.baoZhang .content .box_2 .dl_4 {
    padding-left: 843px;
    padding-top: 62px;
}

.baoZhang .content .box_1 li:nth-child(3),.baoZhang .content .box_1 li:nth-child(6),.baoZhang .content .box_1 li:nth-child(9) {
    margin-right: 0;
}

.baoZhang .content .box_1 li p {
    margin: 0;
    display: block;
    padding-left: 28%;
    min-height: 50px;
    padding-top: 23px;
}

.baoZhang .content .box_1 li:nth-child(5) p {
    padding-top: 10px;
}

.baoZhang .content .box_2 dl {
    min-height: 180px;
}

.zhiDao {
    padding: 1.3rem 0;
}

.zhiDao .title {
    background: url(/template/images/title2.png?v=8) no-repeat;
    padding-left: 2rem;
    min-height: 3rem;
    line-height: 130%;
    background-size: auto 2.2rem;
    background-position-y: 0.3rem;
    color: #333;
}

.zhiDao .title .en {
    font-size: 0.38rem;
    text-transform: uppercase;
    padding-top: 0.1rem;
}

.zhiDao .title .one {
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 0.5rem;
}

.zhiDao .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #00c6d8, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.zhiDao .content {
}

.zhiDao .content li {
    float: left;
    width: 32%;
    max-width: 32%;
    font-size: 0.7rem;
    line-height: 170%;
    margin-right: 0.3%;
}

.zhiDao .content li .pic {
}

.zhiDao .content li .name {
    text-align: center;
    font-weight: bold;
    font-size: 0.65rem;
    line-height: 160%;
}

.zhiDao .content li .txt {
    padding-top: 0.3rem;
    text-align: center;
    font-size: 0.6rem;
    color: #666;
}

.zhiDao .content li .link {
    display: none;
}

.zhiDao .content li .name .s1 {
    background: #0e709c;
    background: -webkit-linear-gradient(top, #04b6c6, #0e709c);
    background: -o-linear-gradient(bottom, #04b6c6, #0e709c);
    background: -moz-linear-gradient(bottom, #04b6c6, #0e709c);
    background: linear-gradient(to bottom, #04b6c6, #0e709c);
    color: #fff;
    display: inline-block;
    padding: 0 0.8rem;
    border-radius: 0.2rem;
    line-height: 1.2rem;
}

.zhiDao .content li .name .s2 {
    padding-top: 0.3rem;
    color: #000;
}

.zhiDao .content li .link a {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    line-height: 37px;
    padding: 0 28px;
    border-radius: 5px;
}

.zhiDao .content li .pic img {
    vertical-align: middle;
    max-width: 100%;
}

.zhiDao .content li .link a:hover {
    background: #0e709c;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #04b6c6, #0e709c);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #04b6c6, #0e709c);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #04b6c6, #0e709c);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #04b6c6, #0e709c);
    /* Standard syntax */
    color: #fff;
}

.zhiDao .content li:last-child {
    display: none;
}

.caiGou {
    background: url(/template/images/wap_cgPic.png?v=8) no-repeat left bottom;
    min-height: 10rem;
    background-size: 50% auto;
    background-position-x: -33%;
    margin-bottom: 1.3rem;
}

.caiGou .title {
    padding-top: 0.39rem;
    background: url(/template/images/wap_cgTitle.png?v=8) no-repeat;
    background-size: auto 1.8rem;
    background-position-y: 0.3rem;
    min-height: 3rem;
    margin-left: 28%;
    color: #333;
}

.caiGou .title .one {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 0.6rem;
    padding-left: 2.5rem;
    padding-top: 0.3rem;
}

.caiGou .title .two {
    font-size: 0.65rem;
    letter-spacing: 0.08rem;
}

.caiGou .content {
    padding-top: 1rem;
    padding-left: 36%;
    font-size: 0.58rem;
    line-height: 180%;
    text-align: justify;
    text-indent: 2em;
    padding-right: 1%;
    color: #666;
}

.caiGou .center {
}

.about .txt {
    width: 83%;
    max-width: 48%;
    padding-top: 1.8rem;
    margin: 0;
    margin-left: 3%;
    color: #333;
}

.about .txt .s3 a {
    display: inline-block;
    width: 138px;
    text-align: center;
    color: #fff;
    background: url(/template/images/aboutBt2.jpg?v=11) no-repeat;
    line-height: 50px;
}

.f_feedback .title {
    line-height: 130%;
    text-align: center;
    margin-bottom: 0.3rem;
}

.f_feedback .title .one {
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 2.1rem;
    background: url(/template/images/wap_fbTitle.png?v=8) no-repeat;
    background-size: auto 1.5rem;
    min-height: 1.5rem;
    padding-top: 0.2rem;
    display: inline-block;
}

.f_feedback .title .two {
    font-size: 0.58rem;
}

.f_feedback .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #00c6d8, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.f_feedback .ul_1 {
    padding-top: 2rem;
    background: url(/template/images/wap_fb.jpg?v=11) no-repeat center top;
    background-size: 100% auto;
    min-height: 11.2rem;
}

.f_feedback .left .one .cn {
    font-weight: bold;
    font-size: 0.75rem;
}

.f_feedback .left .one .en {
    font-size: 0.3rem;
    text-transform: uppercase;
}

.shareTel2 {
    font-size: 21px;
    background: none;
    padding: 0;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(-13deg);
    -o-transform: rotate(7deg);
    font-family: "BahamasBold";
    line-height: 150%;
}

.shareTel2 .s2 {
    font-size: 36px;
    font-family: BahamasBold;
    color: #237baa;
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
    letter-spacing: -0.5px;
}

.f_nav a:first-child {
    width: 100px;
}

.f_nav a:last-child {
    margin-right: 0;
}

.friendLink {
    display: none;
}

.f_contact .l_1 .s1 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-top: 13px;
}

.f_contact .l_1 .s2 {
    font-size: 19px;
    letter-spacing: 7px;
}

.f_contact .l_1 img {
    vertical-align: middle;
}

.f_contact .l_2 h3 {
    margin: 0;
}

.f_contact .l_3 .two {
    font-size: 0.63rem;
    line-height: 150%;
    padding-top: 0.3rem;
    padding-left: 1.1rem;
    background: url(/template/images/wap_ico_5.png?v=8) no-repeat center left;
    background-position-y: 0.65rem;
    background-size: 0.7rem auto;
}

.index .t_logo {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}

.index .t_logo .ul_1 {
    padding-top: 58px;
}

.index .t_nav {
    border-bottom: 3px solid #a8a8a8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shareProBox2 {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.shareProBox2 .sub_left {
}

.shareProBox2 .sub_left .hdBox {
}

.shareProBox2 .sub_left .hdBox img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7.3rem;
}

.shareProBox2 .sub_right {
}

.shareProBox2 .sub_right .one {
    line-height: 1rem;
    color: #333;
    font-size: 0.7rem;
    padding: 0.3rem;
    text-align: center;
}

.shareProBox2 .sub_right .two {
    display: none;
}

.shareProBox2 .dl_3 {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.33%;
    margin-bottom: 0.8rem;
    clear: none;
}

.shareProBox2 .sub_right .one a {
}

.shareProBox2 .sub_right .three {
}

.shareProBox2 .sub_right .three a {
    display: inline-block;
    width: 48.5%;
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    color: #fff;
    background: url(/template/images/linkBt_02.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.shareProBox2 .sub_right .three a:first-child {
    background: url(/template/images/linkBt_01.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.proShow .right .content .line_1 .sub_right .two li span {
    background: url(/template/images/wap_psTitle.png?v=8) no-repeat left bottom;
    background-size: auto 1.3rem;
    padding-bottom: 0.33rem;
    padding-left: 1.2rem;
    display: block;
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.proShow .right .content .line_1 .sub_right .three span {
    font-weight: bold;
    font-size: 0.9rem;
    vertical-align: top;
}

.proShow .right .content .line_1 .sub_right .two li:last-child {
    display: block;
    padding: 0 2%;
    text-align: justify;
    line-height: 180%;
}

.proShareBox.r_2 .pro_shareTitle .sBox {
    background: url(/template/images/showIco_02.png?v=8) no-repeat left bottom;
    background-size: auto 1rem;
    background-position-x: 2%;
}

.proShareBox.r_2 {
}

.proShareBox.r_3 .pro_shareTitle .sBox {
    background: url(/template/images/showIco_03.png?v=8) no-repeat left bottom;
    background-size: auto 1rem;
    background-position-x: 1.5%;
}

.proShareBox.r_4 .pro_shareTitle .sBox {
    background: url(/template/images/ps_03.png?v=8) no-repeat left bottom;

    background-size: auto 1.05rem;
    background-position-x: 1%;
}

.proShareBox.r_5 .pro_shareTitle .sBox {
    background: url(/template/images/showIco_05.png?v=8) no-repeat left bottom;
    background-size: auto 1rem;
    background-position-x: 1%;
}

.newType {
}

.newType .sContent .bigNav {
    display: none;
}

.newType .sContent .smallNav a {
    padding-top: 0;
    border: 0;
}

.typeNav_2 .sContent .subBox li h4 {
    font-weight: normal;
    display: block;
}

.newType .sContent .smallNav a:hover, .newType .sContent .smallNav a.currentNav {
    border: 0;
}

.newShareList .itemBox .newName {
    font-size: 0.75rem;
    text-align: left;
}

.newShareList .itemBox .sub_right .three .s_left {
    background: url(/template/images/newListIco_01.png?v=8) no-repeat center left;
    padding-left: 0.8rem;
    background-size: 0.6rem auto;
    float: left;
}

.newShareList .itemBox .newName span {
    color: #ae0303;
}

.newShareList .itemBox .newName a {
    font-weight: bold;
    color: #333;
    max-width: 86%;
    display: inline-block;
    vertical-align: top;
    padding-top: 0.05rem;
}

.newShareList .itemBox:hover .newName a {
    color: #00496f;
}

.lContact .left_title {
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
    background: url(/template/images/callIco3.png?v=8) no-repeat center left;
    padding-left: 33px;
    margin-bottom: 3px;
}

.lContact .txt {
    border: 1px solid #eee;
    padding: 5px 13px;
    line-height: 45px;
    padding-bottom: 13px;
}

.lContact .txt span {
    font-weight: bold;
}

.lContact .txt dd {
    background: url(/template/images/dian.png?v=8) no-repeat center left;
    padding-left: 13px;
}

.xgProBox .sTitle {
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
    background: url(/template/images/xgIco2.png?v=8) no-repeat center left;
    padding-left: 38px;
    margin-bottom: 3px;
}

.newShow .right .newBox .line_2 .two span {
    padding-left: 0.8rem;
    display: inline-block;
    vertical-align: top;
}

.newShow .right .newBox .line_2 .two span:nth-child(1) {
    display: none;
}

.newShow .right .newBox .line_2 .two span:nth-child(2) {
    background: url(/template/images/newListIco_01.png?v=8) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShow .right .newBox .line_2 .two span:nth-child(3) {
    background: url(/template/images/newListIco_02.png?v=8) no-repeat center left;
    background-size: 0.63rem auto;
}

.newShow .right .line_6 {
    width: 100%;
    width: 96%;
    margin-left: 2%;
    margin-bottom: 1rem;
}

.newShow .right .line_6 .s_title {
    background: url(/template/images/xgIco2.png?v=8) no-repeat center left;
    padding-left: 8%;
    font-weight: bold;
    font-size: 0.78rem;
    background-size: 1rem auto;
    color: #000;
}

.in_contact .line_1 .ul_2 .sub_left {
    font-size: 0.8rem;
    font-weight: bold;
    color: #1773a5;
    padding-top: 2.36rem;
    padding-left: 15%;
}

.in_contact .line_1 .ul_2 .sub_right {
    font-size: 0.53rem;
    line-height: 200%;
    padding-left: 3%;
    padding-top: 0.6rem;
}

.in_contact .line_1 .ul_2 {
}

.in_contact .line_2 {
    position: relative;
    margin-bottom: 1rem;
    height: 25rem;
    overflow: hidden;
}

.in_contact .line_2 .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    z-index: 30;
}

.in_contact .line_2 .box .sTitle {
    padding-left: 0;
    padding-top: 0;
    line-height: 190%;
}

.in_contact .line_2 .box li {
    font-size: 0.65rem;
    padding: 0.38rem 0;
    padding-left: 11%;
    line-height: 180%;
}

.in_contact .line_2 .box .ul_2 {
    width: 80%;
    max-width: 68%;
    background-color: rgba(248,248,248,0.85);
    min-height: 10rem;
    padding: 1rem 0.8rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    padding-bottom: 0.5rem;
    margin: 0;
    margin-left: 6%;

    padding-bottom: 0;
}

.in_contact .line_2 .box .sTitle .en {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #ddd;
    font-family: Corbel;
}

.in_contact .line_2 .box .sTitle .cn {
    font-size: 0.9rem;
    font-weight: bold;
    background: linear-gradient(to bottom, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.in_contact .line_2 .box li span {
    font-weight: bold;
}

.in_contact .line_2 .box li:nth-child(2) {
    background: url(/template/images/callIco_01.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
    background-position-y: 0.6rem;
}

.in_contact .line_2 .box li:nth-child(3) {
    background: url(/template/images/callIco_02.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_contact .line_2 .box li:nth-child(4) {
    background: url(/template/images/callIco_03.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
    background-position-y: 0.7rem;
}

.in_contact .line_2 .box li:nth-child(5) {
    background: url(/template/images/callIco_04.png?v=8) no-repeat center left;
    background-size: auto 0.8rem;
    background-position-x: 1%;
    background-position-y: 0.6rem;
}

.t_nav li .subNav {
    position: absolute;
    top: 93px;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,0.9);
    padding: 5px 15px;
    width: 138px;
}

.t_nav li .subNav dd {
    border-bottom: 1px dashed #ccc;
}

.t_nav li .subNav dd a {
    color: #333;
    font-size: 20px;
    line-height: 50px;
    min-height: auto;
    text-align: left;
    text-indent: 35px;
    background: url(/template/images/jt6.png?v=8) no-repeat center left;
    width: 100%;
    display: block;
    background-position-x: 12%;
}

.t_nav li .subNav dd a:hover {
    background: url(/template/images/jt7.png?v=8) no-repeat center left;
    background-position-x: 12%;
    font-weight: bold;
    color: #00496f;
}

.t_nav li .subNav dd:last-child {
    border-bottom: 0;
}

.in_about .about .txt .s3 {
    display: none;
}

.in_about .about .txt .s2 {
    line-height: 238%;
}

.in_about .sTitle {
    background: url(/template/images/title5.png?v=8) no-repeat;
    padding-left: 60px;
    min-height: 100px;
    background-position-y: 7px;
    margin-left: 38%;
    line-height: 150%;
}

.in_about .sTitle .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.in_about .sTitle .one {
    font-size: 31px;
    font-weight: bold;
    padding-bottom: 19px;
    line-height: 33px;
    padding-left: 30px;
    padding-top: 3px;
}

.in_about .sTitle .one span {
    vertical-align: top;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.in_about .part_5 .sContent li {
    float: left;
    width: 375px;
    margin-right: 37px;
}

.in_about .part_5 .sContent li .one {
    min-height: 78px;
    text-align: center;
    color: #0e709c;
    line-height: 200%;
    padding-top: 175px;
    margin-bottom: 16px;
}

.in_about .part_5 .sContent li .two {
    font-size: 19px;
    line-height: 180%;
    text-align: center;
}

.in_about .part_5 .sContent li .one .cn {
    font-size: 28px;
    font-weight: bold;
}

.in_about .part_5 .sContent li .one .en {
    font-size: 14px;
    text-transform: uppercase;
}

.in_about .part_5 .sContent li:nth-child(1) {
    background: url(/template/images/wh_01.jpg?v=11) no-repeat center top;
}

.in_about .part_5 .sContent li:nth-child(2) {
    background: url(/template/images/wh_02.jpg?v=11) no-repeat center top;
}

.in_about .part_5 .sContent li:nth-child(3) {
    background: url(/template/images/wh_03.jpg?v=11) no-repeat center top;
    margin-right: 0;
}

.noPage {
    background: url(/template/images/bj21.jpg?v=11) no-repeat center top;
    background-size: 290% auto;
    min-height: 15rem;
    font-size: 0.75rem;
    background-position-y: -2rem;
    margin-bottom: 2rem;
}

.noPage .txt_1 {
    text-align: center;
    padding-top: 13rem;
    font-weight: bold;
    color: #333;
}

.noPage .txt_1 a {
    color: #007bd0;
}

.iPro .content .box .smallNav .s_ul li a h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.f_contact .l_1 h3 {
    margin: 0;
    padding: 0;
}

.proShareBox.r_2 .pro_shareTxt {
    padding-top: 0.5rem;
    line-height: 180% !important;
}

.proShareBox.r_2 .pro_shareTxt table {
    text-align: center !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:first-child,.proShareBox.r_2 .pro_shareTxt table tr:nth-child(3) {
    font-weight: bold !important;
    background-color: #ecfafb !important;
    line-height: 280% !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:last-child {
}

.proShareBox.r_2 .pro_shareTxt td {
    border: 0.05rem dotted #0d709a !important;
    vertical-align: middle !important;
    padding: 0.3rem 0 !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    word-break: break-all !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:last-child td,.proShareBox.r_2 .pro_shareTxt table tr:last-child p,.proShareBox.r_2 .pro_shareTxt table tr:last-child span {
    color: #0e6e9e !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:first-child td {
    width: 12.5% !important;
    max-width: 12.5% !important;
    height: auto !important;
}

.proShareBox.r_2 .pro_shareTxt table tr:nth-child(4) td:last-child {
    padding: 13px 18px !important;
    text-align: justify !important;
    line-height: 200% !important;
}

.iPro .content .left .sbox {
}

.iPro .content .box .smallNav .s_ul li:last-child {
}

.iPro .content .box .smallNav .s_ul li:last-child a {
    padding: 0;
    line-height: 93px;
    font-weight: bold;
}

.iPro .content .box .smallNav .s_ul li:last-child a span {
    color: #0e709c;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e709c), to(#02d4e7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iPro .content .shareProBox {
}

.iPro .content .line_3 {
    padding-bottom: 0.3rem;
}

.iPro .content .line_3 .left {
    width: 100%;
    max-width: 27%;
    background: url(/template/images/wap_ppBj.jpg?v=11) no-repeat;
    min-height: 12.5rem;
    text-align: center;
    font-weight: bold;
    background-size: 100% auto;
}

.iPro .content .line_3 .left .txt {
}

.iPro .content .line_3 .left .sbox {
}

.iPro .content .box .smallNav .s_ul li h4 {
    margin: 0;
    font-weight: normal;
    display: block;
}

.iPro .content .line_3 .right {
}

.iPro .content .line_3 .right dd {
    float: left;
    width: 50%;
    max-width: 48%;
    border: 0.05rem solid #eee;
    margin-bottom: 0.2rem;
    margin-right: 1%;
    line-height: 1.45rem;
    display: none;
}

.iPro .content .line_3 .right dd h4 {
    font-weight: normal;
    margin: 0;
    display: block;
}

.iPro .content .line_3 .right dd a {
    display: block;
    color: #333;
    font-size: 0.55rem;
    padding-top: 0;
    text-align: left;
    text-indent: 15%;
    background: url(/template/images/bot.png?v=8) no-repeat center left;
    background-position-x: 5%;
    background-size: 0.38rem auto;
}

.iPro .content .line_3 .right .subBox {
}

.iPro .content .line_3 .right dd a:hover {
    background: url(/template/images/botH.png?v=8) no-repeat center left;
    background-position-x: 5%;
    background-size: 0.38rem auto;
}

.iPro .content .line_3 .right dd a:hover span {
    font-weight: bold;
    background: linear-gradient(to right, #02d4e7, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.shareHyBox {
    color: #000;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.shareHyBox .item {
    border: 0.05rem solid #ccc;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.shareHyBox .item .one {
    text-align: center;
    line-height: 2.3rem;
}

.shareHyBox .item .two {
    border-top: 0.05rem dashed #ccc;
    color: #333;
    font-size: 0.65rem;
}

.shareHyBox .item .three {
    padding: 0.5rem 0;
    text-align: center;
}

.shareHyBox .item .one h2 {
    margin: 0;
    display: block;
    font-size: 0.95rem;
}

.shareHyBox .item .one a {
    display: block;
}

.shareHyBox .item .two .dl_5 {
}

.shareHyBox .item .two dd {
    float: left;
    text-align: center;
    border: 0.05rem dashed #ccc;
    border-left: 0;
    border-top: 0;
    line-height: 1.5rem;
    min-height: 1.5rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 1%;
}

.shareHyBox .item .two .subTitle {
    font-weight: bold;
    font-size: 0.7rem;
    background: #f3f9fb;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.shareHyBox .item .two dd:nth-child(1) {
    width: 100%;
    max-width: 18%;
}

.shareHyBox .item .two dd:nth-child(2) {
    width: 100%;
    max-width: 28%;
}

.shareHyBox .item .two dd:nth-child(3) {
    width: 100%;
    max-width: 47%;
}

.shareHyBox .item .three a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1.8rem;
    width: 100%;
    max-width: 37%;
    text-align: center;
    background: url(/template/images/linkBt_01.png?v=8) no-repeat center top;
    background-size: 100% 100% !important;
}

.shareHyBox .item .three a:nth-child(2) {
    background: url(/template/images/linkBt_02.png?v=8) no-repeat center top;
}

.shareHyBox .item:hover {
    border: 1px solid #0086c3;
}

.shareHyBox .item:hover .one a {
    color: #0e709c;
}

.proListBody {
}

.proListBody .in_pro .right {
}

.shareHyBox .item .two .subTitle dd {
    line-height: 1.5rem;
}

.shareHyBox .item:last-child {
}

.in_pro .vs {
    display: none;
}

.in_pro .vs .sTitle {
    font-size: 31px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/vs_02.png?v=8) no-repeat center top;
    line-height: 81px;
    padding-bottom: 8px;
    /* background-position-x: 50%; */
}

.in_pro .vs .sTitle dd {
    display: inline-block;
}

.in_pro .vs .sTitle dd span {
    vertical-align: top;
    background: linear-gradient(to right, #00ccdf, #006593);
    -webkit-background-clip: text;
    color: transparent;
}

.in_pro .vs .content {
    font-size: 18px;
    padding-top: 26px;
}

.in_pro .vs .content dl {
    padding-top: 36px;
    position: relative;
}

.in_pro .vs .content dd {
    /* float: left; */
    line-height: 160%;
    display: inline-block;
    vertical-align: middle;
}

.in_pro .vs .content dd:nth-child(1) {
    width: 430px;
    padding-left: 50px;
    background: url(/template/images/vs_05.png?v=8) no-repeat center left;
    margin-right: 69px;
    min-height: 60px;
}

.in_pro .vs .content dd:nth-child(2) {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    background: #f19149;
    line-height: 39px;
    width: 145px;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 2px;
}

.in_pro .vs .content dd:nth-child(3) {
    width: 380px;
    margin-left: 65px;
    text-align: right;
    color: #888;
    padding-right: 50px;
    background: url(/template/images/vs_08.png?v=8) no-repeat center right;
    min-height: 60px;
}

.in_pro .vs .sTitle dd:first-child {
    margin-right: 98px;
    margin-left: -10px;
}

.in_pro .ul_1 {
}

.in_pro .vs .content .dl_2 {
}

.in_pro .vs .content .dl_2 dd:nth-child(1) {
    padding-top: 20px;
    min-height: 49px;
}

.in_pro .vs .content .dl_2 dd:nth-child(3) {
    padding-top: 20px;
    min-height: 49px;
}

.in_pro .heZuo {
    display: none;
}

.in_pro .heZuo .sTitle {
    line-height: 160%;
    text-align: center;
}

.in_pro .heZuo .sTitle .en {
    font-size: 13px;
    text-transform: uppercase;
}

.in_pro .heZuo .sTitle .cn {
    letter-spacing: 1px;
    font-size: 31px;
    font-weight: bold;
    line-height: 35px;
    padding-left: 3%;
}

.in_pro .heZuo .sTitle .cn span {
    background: linear-gradient(to right, #00ccdf, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.heZuo .content li {
    width: 198px;
    float: left;
    line-height: 46px;
    border: 1px solid #ddd;
    border-right: 0;
}

.heZuo .content li a {
    display: block;
    color: #333;
    font-size: 17px;
    text-align: center;
    padding-top: 50px;
}

.in_pro .heZuo .sTitle .sBox {
    background: url(/template/images/title_2.png?v=8) no-repeat;
    display: inline-block;
    padding-left: 92px;
    padding-bottom: 19px;
    padding-right: 6px;
    background-position-y: 3px;
}

.heZuo .content .last {
}

.heZuo .content .last a {
    padding: 0;
    line-height: 96px;
    font-weight: bold;
    font-size: 19px;
}

.heZuo .content .last a span {
    color: #0e709c;
    background-image: -webkit-gradient(linear, left top, right top, from(#0e709c), to(#02d4e7));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heZuo .content div {
    clear: both;
    display: inline-block;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 2px 6px #ddd;
    vertical-align: middle;
    margin-bottom: 23px;
    border-right: 1px solid #ddd;
}

.proListBody .in_pro .right .sTitle {
    margin-bottom: 0.6rem;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.proListBody .in_pro .right .sTitle .en {
    font-size: 0.35rem;
    text-transform: uppercase;
}

.proListBody .in_pro .right .sTitle .cn {
}

.proListBody .in_pro .right .sTitle .cn h1 {
    margin: 0;
    font-size: 0.75rem;
    background: linear-gradient(to right, #00b4c5, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
    display: inline-block;
}

.proListBody .in_pro .right .sTitle .one {
    font-size: 0.6rem;
    font-weight: bold;
    padding-top: 0.3rem;
    color: #666;
    float: right;
}

.proListBody .in_pro {
}

.proShow .right .content .line_1 .sub_right .three a {
    background: url(/template/images/wap_telIco.png?v=8) no-repeat center left;
    background-size: 1rem auto;
    padding-left: 1.5rem;
    display: inline-block;
    color: #fff;
}

.proShow .right .content .line_1 .sub_left img {
    cursor: pointer;
    background: #fff;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.xgPro5 {
    padding-bottom: 55px;
}

.xgPro5 .sTitle {
    background: url(/template/images/ps_01.png?v=8) no-repeat center left;
    padding-left: 48px;
}

.xgPro5 .dl_6 {
    padding-top: 20px;
}

.xgPro5 .sTitle .en {
    font-size: 13px;
    text-transform: uppercase;
}

.xgPro5 .sTitle .cn {
    font-size: 25px;
    font-weight: bold;
}

.xgPro5 .dl_6 dd {
    float: left;
    margin-right: 17px;
    text-align: center;
    font-size: 17px;
    width: 207px;
}

.xgPro5 .dl_6 dd a {
}

.xgPro5 .dl_6 dd a img {
    width: 193px;
    height: 193px;
    vertical-align: middle;
    margin-bottom: 15px;
    padding: 6px;
    border: 1px solid #ddd;
}

.xgPro5 .dl_6 dd a .NameTxt {
    line-height: 35px;
    border: 1px solid #0d759f;
    border-radius: 23px;
    color: #0d759f;
    padding: 0 8px;
}

.xgPro5 .dl_6 dd:last-child {
    margin-right: 0;
}

.shareHyBox .item .two a {
}

.shareHyBox .item .two a:hover {
    color: #0086bb;
}

.baoZhang2 .title .en {
    padding-left: 11px;
}

.baoZhang .content .box_2 .en {
    font-size: 13px;
    text-transform: uppercase;
}

.baoZhang .content .box_2 .cn {
    font-size: 25px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 12px;
}

.baoZhang2 .content {
    padding-top: 43px;
}

.pro_shareTitle .sub_right {
    width: 100%;
    max-width: 55%;
    float: right;
}

.pro_shareTitle .sub_right .s_left {
    line-height: 0.9rem;
    padding-right: 5%;
    background: url(/pc/images/jt9.png?v=8) no-repeat center right;
    background-size: auto 0.38rem;
    float: left;
    padding-top: 0.35rem;
}

.pro_shareTitle .sub_right .s_left span {
    font-weight: normal;
    color: #fff;
    padding: 0 0.15rem;
    display: inline-block;
    background: #2bb0c5;
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    background: linear-gradient(to bottom, #4fbecf, #0da5bd);
    border-radius: 0.2rem;
    font-size: 0.45rem;
}

.pro_shareTitle .sub_right .s_right a {
    display: inline-block;
    background: url(/template/images/bt_13.png?v=8) no-repeat left bottom;
    line-height: 1.5rem;
    text-align: center;
    color: #fff;
    background-size: 100% 1.3rem;
    padding: 0 0.6rem;
    font-size: 0.55rem;
}

.bq p {
    display: inline-block;
}

.shareHyBox .item .three .telTxt {
    display: none;
}

.tzBox {
    display: inline-block;
}

.menunavbtn {
    width: 100%;
    max-width: 13%;
    height: 1.8rem;
    line-height: 1.8rem;
    position: absolute;
    right: 0;
    top: 0.5rem;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    color: #0c70bb;
    opacity: 0.8;
}

.menunavbtn img {
    max-width: 63%;
}

.t_nav li .jt {
    display: none;
}

.Menus {
    border-left: 0;
    border-right: 0;
    background: url(/template/images/navBj.jpg?v=11) repeat-x;
    background-size: auto 100%;
    -moz-box-shadow: 1px 3px 3px #ccc;
    -webkit-box-shadow: 1px 3px 3px #ccc;
    box-shadow: 1px 3px 3px #bbb;
    position: relative;
    z-index: 10;
}

.Menus ul {
}

.Menus ul li {
    float: left;
    width: 35%;
    max-width: 25%;
    text-align: center;
}

.Menus ul li:nth-child(3), .Menus ul li:nth-child(6) {
    margin-right: 0;
}

.Menus ul li:hover {
}

.Menus ul a {
    float: left;
    width: 100%;
    max-width: 100%;
    color: #fff;
    display: block;
    padding: 0.5rem 0;
    line-height: 130%;
    padding-bottom: 0.3rem;
}

.Menus ul a:hover {
}

.Menus ul a span {
    display: block;
}

.Menus ul a img {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.Menus ul a .cn {
    font-weight: bold;
    font-size: 0.75rem;
}

.Menus ul a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.t_search .t_searchUL .right .kwBox {
    display: none;
}

.t_search .t_searchUL .right .searchBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.iPro .content .line_1 {
    padding-bottom: 0.3rem;
}

.iPro .content .box .smallNav .s_ul li:nth-child(1),.iPro .content .box .smallNav .s_ul li:nth-child(2),.iPro .content .box .smallNav .s_ul li:nth-child(3),.iPro .content .box .smallNav .s_ul li:nth-child(4),.iPro .content .box .smallNav .s_ul li:nth-child(5),.iPro .content .box .smallNav .s_ul li:nth-child(6),.iPro .content .box .smallNav .s_ul li:nth-child(7),.iPro .content .box .smallNav .s_ul li:nth-child(8),.iPro .content .box .smallNav .s_ul li:nth-child(9),.iPro .content .box .smallNav .s_ul li:nth-child(10),.iPro .content .box .smallNav .s_ul li:nth-child(11),.iPro .content .box .smallNav .s_ul li:nth-child(12) {
    display: block;
}

.shareProBox .item:nth-child(1),.shareProBox .item:nth-child(2),.shareProBox .item:nth-child(3),.shareProBox .item:nth-child(4) {
    display: block;
}

.iPro .content .line_3 .right dd a span {
    display: block;
}

.iPro .content .line_3 .right dd:nth-child(1), .iPro .content .line_3 .right dd:nth-child(2), .iPro .content .line_3 .right dd:nth-child(3), .iPro .content .line_3 .right dd:nth-child(4), .iPro .content .line_3 .right dd:nth-child(5), .iPro .content .line_3 .right dd:nth-child(6), .iPro .content .line_3 .right dd:nth-child(7), .iPro .content .line_3 .right dd:nth-child(8), .iPro .content .line_3 .right dd:nth-child(9), .iPro .content .line_3 .right dd:nth-child(10), .iPro .content .line_3 .right dd:nth-child(11), .iPro .content .line_3 .right dd:nth-child(12), .iPro .content .line_3 .right dd:nth-child(13), .iPro .content .line_3 .right dd:nth-child(14) {
    display: block;
}

.iPro .content .hyPro {
}

.iPro .content .hyPro .item {
    float: left;
    width: 48%;
    margin-left: 1.33%;
    margin-bottom: 0.8rem;
}

.iPro .content .hyPro .item .picBox img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7.3rem;
}

.iPro .content .hyPro .item .proName {
    line-height: 1rem;
    color: #333;
    font-size: 0.75rem;
    padding: 0.3rem;
    text-align: center;
}

.iPro .content .hyPro .item .link {
}

.iPro .content .hyPro .item .link a {
    display: inline-block;
    width: 48.5%;
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    color: #fff;
    background: url(/template/images/linkBt_02.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.iPro .content .hyPro .item .link a:nth-child(1) {
    background: url(/template/images/linkBt_01.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.baoZhang .bzBox {
    position: relative;
}

.baoZhang .bzBox .bzTitle {
    position: absolute;
    z-index: 100;
    top: 1.8rem;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.baoZhang .bzBox .bz {
    vertical-align: middle;
}

.baoZhang .bzBox .bzTitle img {
    max-width: 89%;
}

.f_feedback .left .two .s1 {
}

.f_feedback .left .two .s1 .s_left {
    float: left;
}

.f_feedback .left .two .s1 .s_right {
    float: right;
}

.f_contact .l_5 {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    margin-bottom: 0.1rem;
}

.f_contact .l_5 .sub_left {
    width: 30%;
    max-width: 15%;
    float: left;
}

.f_contact .l_5 .sub_right {
    width: 100%;
    max-width: 82%;
    line-height: 130%;
    color: #000;
    float: right;
    padding-top: 0.3rem;
}

.f_contact .l_5 .sub_right .cn {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.05rem;
}

.f_contact .l_5 .sub_right .en {
    text-transform: uppercase;
    font-size: 0.45rem;
    padding-top: 0.1rem;
    letter-spacing: 0.02rem;
}

.f_contact .l_3 .two dd {
    padding: 0.23rem 0;
    line-height: 160%;
}

.f_contact .l_2 .s2 {
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    min-height: 3rem;
}

.keFu .kfBox {
    background: url(/template/images/wap_kf_bj.png?v=8) repeat-x;
    background-size: auto 100%;
}

.keFu .kfBox a {
    width: 33%;
    max-width: 25%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    line-height: 120%;
    padding-bottom: 0.3rem;
    padding-top: 0.5rem;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.1rem;
    padding-bottom: 0.3rem;
}

.keFu .kfBox a span {
    display: block;
}

.keFu .kfBox a .en {
    font-size: 0.35rem;
    text-transform: uppercase;
}

.keFu .kfBox a .cn {
    font-weight: bold;
}

.goTop {
    position: fixed;
    bottom: 1.8rem;
    right: 41%;
    width: 2.8rem;
    height: 3.8rem;
    background: url(/template/images/wap_goTop.png?v=8) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.inBody {
}

.inBody .t_logo {
    border-bottom: 0.05rem dashed #ddd;
}

.typeNav_2 .sContent #Tab_1 {
    left: 0;
}

.typeNav_2 .sContent #Tab_2 {
    right: 0;
}

.typeNav_2 .sContent .bigNav.cur {
}

.typeNav_2 .sContent .bigNav.cur a {
    background: url(/template/images/wap_pp_01.png?v=8) no-repeat center top;
    background-size: 100% 100%;
    color: #fff;
}

.typeNav_2 .sContent .subBox li:nth-child(4),.typeNav_2 .sContent .subBox li:nth-child(8),.typeNav_2 .sContent .subBox li:nth-child(12),.typeNav_2 .sContent .subBox li:nth-child(16),.typeNav_2 .sContent .subBox li:nth-child(20),.typeNav_2 .sContent .subBox li:nth-child(24),.typeNav_2 .sContent .subBox li:nth-child(28) {
    margin-right: 0;
}

.typeNav_2 .sContent .style_3 {
    max-width: 33.3%;
    margin: 0;
}

.typeNav_2 .sContent .style_3 a {
    border-left: 0;
    border-top: 0;
    padding: 0;
    line-height: 1.8rem;
    text-align: left;
    text-indent: 16%;
    background: url(/template/images/bot.png?v=8) no-repeat center left;
    background-position-x: 3% !important;
    background-size: 0.38rem auto !important;
    background-position-y: center !important;
}

.proBody {
}

.proListBody .baoZhang {
    display: none;
}

.proListBody .zhiDao {
    display: none;
}

.proListBody .caiGou {
    display: none;
}

.proListBody .about {
    display: none;
}

.chengJiao {
    background: url(/template/images/wap_data.jpg?v=11) no-repeat center top;
    padding: 1rem 0;
    background-size: auto 100%;
    margin-bottom: 1rem;
    background-position-x: 25%;
    color: #000;
    padding-bottom: 1.2rem;
}

.chengJiao .title {
    padding-left: 1.6rem;
    line-height: 110%;
    margin-bottom: 0.5rem;
    background: url(/template/images/wap_dataTitle.png?v=8) no-repeat left bottom;
    background-size: auto 1.5rem;
    background-position-x: 6%;
    padding-bottom: 0.1rem;
}

.chengJiao .title .en {
    font-size: 0.39rem;
    text-transform: uppercase;
}

.chengJiao .title .one {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
}

.chengJiao .title .one span {
    vertical-align: top;
    background: linear-gradient(to right, #00c6d8, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.chengJiao .content {
    padding: 0.5rem 0.3rem;
    background-color: #fff;
}

.chengJiao .content .one {
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.chengJiao .content .two {
    font-size: 0.63rem;
    line-height: 200%;
}

.chengJiao .content .two .sub_left {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.3rem;
    line-height: 1.5rem;
    border-bottom: 0.05rem dotted #ccc;
}

.chengJiao .content .two .sub_right {
}

.chengJiao .content .two span {
    font-weight: bold;
    color: #237baa;
}

.chengJiao .content .two .sub_left div {
    width: 50%;
    max-width: 49%;
    display: inline-block;
}

.chengJiao .content .two .sub_right dl {
}

.chengJiao .content .two .sub_right .s_left {
    width: 80%;
    max-width: 80%;
    float: left;
}

.chengJiao .content .two .sub_right .s_right {
    font-size: 0.6rem;
    color: #888;
    float: right;
}

.proListBody .in_pro .right .sTitle .tLeft {
    padding-left: 13%;
    background: url(/template/images/title_3.png?v=8) no-repeat center left;
    background-size: auto 1.1rem;
    float: left;
}

.shareProBox2 .sub_right .three a span {
    display: none;
}

.typeNav_2 .sContent .style_3 a:hover, .typeNav_2 .sContent .style_3 a.currentNav {
    border: 0.05rem solid #ddd;
    border-left: 0;
    border-top: 0;
    background: url(/template/images/botH.png?v=8) no-repeat center left;
    background-position-x: 3%;
    background-size: 0.38rem auto;
}

.typeNav_2 .sContent .style_3 a:hover h4, .typeNav_2 .sContent .style_3 a.currentNav h4 {
    font-weight: bold;
    background: linear-gradient(to right, #00c6d8, #0e709c);
    -webkit-background-clip: text;
    color: transparent;
}

.showTitle {
    line-height: 1.8rem;
    border-left: 0;
    border-right: 0;
    font-size: 0.8rem;
    border-bottom: 0.05rem dotted #2988b9;
}

.showTitle .dl_2 a {
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .dl_2 .sub_left {
    margin-left: 2%;
    color: #0a4394;
    padding-left: 8%;
    background: url(/template/images/showIco_01.png?v=8) no-repeat center left;
    background-size: 1.1rem auto;
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
}

.showTitle .dl_2 .sub_right {
    padding-right: 2%;
    float: right;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    border-radius: 0.3rem;
    padding-right: 0.9rem;
    background: url(/template/images/wap_showIco_02.png?v=8) no-repeat center right;
    background-size: 0.6rem auto;
    font-size: 0.6rem;
    color: #0574ad;
}

.proShow .right .content .line_1 .sub_left .proTable {
    position: absolute;
    width: 50%;
    max-width: 50%;
    top: 4.9rem;
    left: 2%;
    display: none;
}

.proShow .right .content .line_1 .sub_left .proTable .one {
    background-color: rgba(255,255,255,0.9);
    font-size: 0.62rem;
    color: #000;
    border-collapse: collapse !important;
    border: 0.05rem solid #fff;
}

.proShow .right .content .line_1 .sub_left .proTable .one td {
    line-height: 1.45rem;
    border-right: 0.05rem solid #fff;
    border-bottom: 0.05rem solid #fff;
    padding: 0 2%;
}

.proShow .right .content .line_1 .sub_left .proTable .one td:last-child {
    border-right: 0;
    text-align: left;
    padding-left: 0.3rem;
}

.proShow .right .content .bigBox_3 {
    background: url(/template/images/wap_showBj_02.jpg?v=11) no-repeat center bottom;
    background-size: 110% auto;
}

.proShow .right .xgPro5 {
    display: none;
}

.pro_shareTitle .sub_left {
    float: left;
}

.pro_shareTitle .sub_right dd {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.pro_shareTxt table {
    border: 0 !important;
    background: none !important;
    border-collapse: collapse !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

/*===== 上下一篇 =====*/
.prevNextBox {
    padding: 0.3rem 0;
}

.prevpage, .nextpage {
    display: block;
    width: 98%;
    margin: 0.3rem 1%;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8rem;
    font-size: 0.65rem;
    border-radius: 0.5rem;
    background-color: #f6f6f6;
    border: 0.05rem solid #f6f6f6;
}

.prevpage a, .nextpage a {
    color: #333;
    font-weight: normal;
}

.prevpage span, .nextpage span {
    padding-left: 10px;
}

.prevpage:hover, .nextpage:hover {
    border: 0.05rem solid #0465b2;
    background-color: #fff;
    color: #0465b2;
}

.prevpage:hover a, .nextpage:hover a {
    color: #0465b2;
}

.newType .sContent {
    padding-top: 0.5rem;
}

.newType .sContent .smallNav {
    float: left;
    width: 40%;
    max-width: 32.6%;
    display: block;
    color: #333;
    line-height: 110%;
    font-size: 0.75rem;
    padding: 0.35rem 0;
    background: url(/template/images/wap_pp_02.png?v=8) no-repeat center top;
    background-size: 100% 100%;
    margin-right: 1%;
}

.newType .sContent .smallNav:nth-child(3) {
    margin-right: 0;
}

.newType .sContent .ul_8 {
    border: 0;
}

.newType .sContent .smallNav .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.newType .sContent .smallNav .cn {
    font-weight: bold;
    font-size: 0.75rem;
}

.newShareList .itemBox .sub_right .four a {
    color: #00496f;
}

.newType .sContent .smallNav:hover, .newType .sContent .smallNav.sCur {
    color: #fff;
    background: url(/template/images/wap_pp_01.png?v=8) no-repeat center top;
    background-size: 100% 100%;
}

.newType .sContent .smallNav:hover a,.newType .sContent .smallNav.sCur a {
    color: #fff;
}

.newShow .right .newBox .line_4 li:nth-child(2),.newShow .right .newBox .line_4 li:nth-child(3) {
    border-radius: 0.2rem;
    background-color: #f2f5f8;
    line-height: 1.8rem;
    padding: 0 0.2rem;
}

.xgNew li .subXGbox {
    line-height: 1.5rem;
    font-size: 0.65rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.xgNew li .subXGbox a {
    width: 100%;
    max-width: 70%;
    float: left;
}

.xgNew li .subXGbox .time {
    color: #888;
    float: right;
}

.newShow .right .line_7 {
    width: 100%;
    width: 96%;
    margin-left: 2%;
    margin-bottom: 0.3rem;
}

.newShow .right .line_7 .s_title {
    background: url(/template/images/xgIco2.png?v=8) no-repeat center left;
    padding-left: 8%;
    font-weight: bold;
    font-size: 0.78rem;
    background-size: 1rem auto;
    color: #000;
}

.newShow .right .line_7 .xgPro {
    padding-top: 0.5rem;
}

.newShow .right .line_7 .xgPro dd {
    float: left;
    margin-right: 1.8%;
    width: 32%;
}

.newShow .right .line_7 .xgPro dd img {
    display: block;
    height: 4.7rem !important;
    padding: 0.1rem 2%;
    border: 0.05rem solid #eee;
    max-width: 96%;
}

.newShow .right .line_7 .xgPro dd .NameTxt {
    line-height: 160%;
    font-size: 0.65rem;
    text-align: center;
    color: #000101;
    padding-bottom: 0.2rem;
}

.newShow .right .line_7 .xgPro dd .NameTxt .s_2 {
}

.newShow .right .line_7 .xgPro dd:nth-child(3) {
    margin-right: 0;
}

.in_contact .line_2 #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 45rem !important;
}

.searchBody {
}

.searchBody .in_pro .left {
    display: none;
}

.noPro {
    padding: 0 0.8rem;
    min-height: 13rem;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 200%;
    margin-bottom: 0.5rem;
}

.noPro .sBox {
    padding: 0 5%;
}

.noPro .line_1 {
    padding-bottom: 1rem;
}

.noPro .line_2 {
    color: #19417f;
}

.noPage .txt_2 {
    display: none;
}

.noPage .txt_1 span {
    display: block;
}

.noPage .txt_1 font {
    display: none;
}

.noPage .txt_1 i {
    font-style: normal;
}

.proShareBox.r_2 .pro_shareTitle {
}

.proShareBox.r_2 .pro_shareTitle .sub_right {
    max-width: 61%;
}

.proShareBox.r_2 .pro_shareTitle .sub_right a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    line-height: 1.6rem;
    width: 100%;
    max-width: 43%;
    text-align: center;
    background: url(/template/images/linkBt_02.png?v=8) no-repeat center top;
    background-size: 100% 100% !important;
    font-size: 0.55rem;
}

.proShareBox.r_2 .pro_shareTitle .sub_right .telTxt {
    font-size: 0.7rem;
    font-weight: bold;
    vertical-align: middle;
    background: linear-gradient(to right, #f94646, #ad0000);
    -webkit-background-clip: text;
    color: transparent;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    padding-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    padding-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.jhList {
    padding-bottom: 2rem;
}

.jhList .left {
    padding-bottom: 0.5rem;
}

.jhList .right {
}

.jhlistBox {
}

.jhlistBox .item {
    width: 100%;
    max-width: 96%;
    margin-left: 1%;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.jhlistBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.jhlistBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.jhlistBox .item .sub_right .one {
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
}

.jhlistBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.jhlistBox .item .sub_right .one a {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: block;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    display: inline-block;
    width: 100%;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 2.3rem;
    text-align: center;
    width: 50%;
    border-bottom: 0.05rem dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.proShow .right .content .line_1 .sub_left .proTable .one td:nth-child(1) {
    width: 21%;
}
