@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);
    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.6rem !important;
    /* padding-bottom: 0.8rem; */
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.55rem;
    display: inline-block;
    border-radius: 0.3rem;
    line-height: 1.5rem;
    border: 0.05rem solid #ccc;
}

.pageNumber span, .pageNumber a:hover {
    border: 0.05rem solid #c70c17;
    color: #fff;
    background: #c70c17;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 85%;
    float: right;
    line-height: 1.8rem;
    height: 1.8rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
    background: none;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    width: 100%;
    max-width: 15%;
    text-align: center;
    float: left;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/wap_search_bt.png) no-repeat center left;
    background-size: auto 0.9rem;
    background-position-x: 0.7rem;
    line-height: 1.8rem;
    border-radius: 0.3rem;
    padding-top: 0.05rem;
}

.in_banner {
    display: none;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg") no-repeat center top;
    min-height: 2556px;
}

.in_bj {
    background: url("/template/images/in_bj.jpg") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.banner_baoZhang {
    background: url("/template/images/banner_baoZhang.jpg") no-repeat center bottom;
}

.banner_gongYing {
    background: url("/template/images/banner_gongying.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.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) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff, #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff, #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/template/images/bj_9.png") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/template/images/hot.png) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noGet {
    background: url(/template/images/no_bj.jpg) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.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;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/template/images/bj_15.jpg) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    padding-bottom: 0.5rem;
}

.prev_next a {
    width: 100%;
    max-width: 81%;
    display: inline-block;
    vertical-align: top;
}

.prev_next .sub_left, .prev_next .sub_right {
    display: block;
    width: 100%;
    max-width: 98%;
    margin: 0.3rem 1%;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2rem;
    min-height: 2rem;
    border-radius: 0.3rem;
    background: #f3f7fd;
    font-size: 0.65rem;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
    background-color: #fed823;
}

.prev_next li:hover a {
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(/template/images/about2.jpg) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.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) 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;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.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) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca, #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca, #03b0aa);
    /* Standard syntax */
}

.shareTitle5 {
    background: url(/template/images/t5.png) 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;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0c70bb;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png) no-repeat center top;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.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;
}

.fuWu {
    background: url(/template/images/ys.jpg) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.liuCheng .center .title {
    color: #fff;
    text-align: center;
}

.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liuCheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.f_nav {
    font-size: 18px;
    border-top: 1px solid #eee;
}

.f_nav li {
    float: left;
}

.f_nav li.logo_li {
    width: 210px;
    min-height: 30px;
    border: 0;
}

.f_nav li a {
    display: block;
    width: 132px;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 70px;
}

.f_nav li.last a {
    background: none;
}

.f_nav li a:hover {
    font-weight: bold;
    color: #0076c0;
}

.typeNav_2 .content {
    background: #fff;
    border: 1px dotted #0869bc;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0;
}

.typeNav_2 .content .ul_8 {
    width: 100%;
}

.typeNav_2 .content a {
    display: block;
}

.typeNav_2 .content .bigNav {
    background: url(/template/images/left_bigNav.png) no-repeat center;
    padding: 10px 0;
}

.typeNav_2 .content .bigNav a {
    font-size: 17px;
    color: #fff;
    line-height: 47px;
    display: block;
    font-weight: bold;
    text-indent: 77px;
}

.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 .content .smallNav {
    background: url(/template/images/line_6.png) no-repeat center bottom;
    padding: 10px 0;
}

.typeNav_2 .content .smallNav a {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 43px;
    text-indent: 61px;
    display: block;
    background: url(/template/images/smallNav.png) no-repeat center;
}

.typeNav_2 .content .smallNav a:hover {
    color: #0869bc;
    background: url(/template/images/smallNavH.png) no-repeat center;
}

.typeNav_2 .content .smallNav.last {
    background: none;
}

.typeNav_2 .content .smallNav.last a {
    color: #0869bc;
}

.typeNav_2 .content .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 .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png) no-repeat center;
}

.typeFangAn .content .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;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.top {
    background: url(/template/images/wap_topBj.jpg) no-repeat center top;
    background-size: 100% 6rem;
    -moz-box-shadow: 1px 0px 0.3rem #ccc;
    -webkit-box-shadow: 1px 0px 0.3rem #ccc;
    box-shadow: 1px 0px 0.3rem #ccc;
    position: relative;
}

.t_bigBox {
    order: 1;
}

/* Star daoHang */
.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg) 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) 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) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png) 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) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png) 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) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png) 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) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png) 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) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png) 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) no-repeat center top;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
}

.youZhi .content {

    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png) 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) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 247px;
}

.caseShow .right {
    width: 903px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.caseShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .center .ul_1.clear .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;
}

.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}

.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2 {
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .center .ul_1.clear .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;
}

.caseShow .center .ul_1.clear .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;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .center .ul_1.clear .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;
}

.caseShow .center .ul_1.clear .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;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .center .ul_1.clear .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;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

.in_new {
    padding-top: 1.5rem;
}

.in_new .left {
}

.in_new .right {
    padding-top: 0.6rem;
}

.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 .item {
    padding-bottom: 10px;
    margin-bottom: 22px;
    background: url(/template/images/item.png) no-repeat center bottom;
}

.newShareList .L2_UL {
    padding: 13px;
    border: 1px solid #e5e5e5;
    width: 810px;
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 300px;
}

.newShareList .L2_UL .sub_left img {
    display: block;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 485px;
    padding-bottom: 0;
    padding-top: 8px;
}

.newShareList .L2_UL .sub_right .one {
    line-height: 28px;
    padding: 5px 0;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    padding-top: 5px;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    padding-top: 17px;
    font-size: 13px;
    color: #666;
    line-height: 29px;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 29px;
    background: #434343;
    width: 79px;
    text-align: center;
    border-radius: 3px;
}

.newShareList .L2_UL .sub_right .three a:nth-child(1) {
    background: #e31c11;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #f32416, #b30303);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #f32416, #b30303);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #f32416, #b30303);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #f32416, #b30303);
    /* Standard syntax */
    margin-right: 3px;
}

.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) 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) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png) 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) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/l_2.png) no-repeat center top;
    background-color: rgba(191, 1, 5, 0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg) no-repeat center bottom;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.in_contact {
    padding: 90px 0;
    background: url(/template/images/rh3.jpg) no-repeat center bottom;
    padding-bottom: 150px;
}

.in_contact .ul_1.clear .left .sub_1 {
    font-size: 20px;
}

.in_contact .ul_1.clear .left .sub_1 span {
    font-weight: bold;
}

.in_contact .ul_1.clear .left .sub_2 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 17px;
    padding-left: 23px;
}

.in_contact .ul_1.clear .left .sub_2 p, .in_contact .ul_1.clear .left .sub_2 span {
    font-size: 17px !important;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t_box {
    order: 1;
}

.t_logo {
    background: url(/template/images/wap_topBj.jpg) no-repeat center top;
    background-size: cover;
    padding: 0.6rem 0;
    padding-top: 0.7rem;
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin: 0 8.5%;
    width: 98%;
    max-width: 83%;
    min-height: 1.8rem;
}

.t_logo .ul_1 .left .txt {
    width: 61%;
    max-width: 54%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    min-height: 2rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    float: right;
}

.t_logo .ul_1 .left .txt h1, .t_logo .ul_1 .left .txt h2 {
    font-size: 0.9rem;
    display: inline-block;
}

.t_logo .ul_1 .left img {
    width: 50%;
    max-width: 43%;
    float: left;
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 0.9rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.t_logo .ul_1 .left .txt.inline .one span {
    color: #b10012;
    font-family: Impact;
    font-weight: normal;
}

.t_logo .ul_1 .left .txt.inline .two {
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.09rem;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_logo .ul_1 .right .sub_right {
    width: 213px;
}

.t_search {
    order: 2;
    padding-bottom: 0.5rem;
}

.t_search2 {
    padding-bottom: 0.5rem;
}

.t_search .t_searchUL {
}

.t_search .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #888;
}

.t_search .t_searchUL .left span {
    color: #d4302b;
    font-weight: bold;
}

.pageDH {
    font-size: 14px;
}

.t_search .right {
    position: relative;
    text-align: right;
    padding-right: 2%;
}

.t_search .t_searchUL .right a {
    color: #666;
}

.pro_ShareList {
    padding: 13px 20px;
    padding-bottom: 9px;
}

.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;
}

.pro_ShareList .item:hover {
    border: 1px solid #508fd0;
}

.pro_ShareList .item a {
    display: block;
    text-align: center;
    color: #333;
    font-size: 16px;
    height: 286px;
    overflow: hidden;
    position: relative;
}

.pro_ShareList .item a p {
    display: block;
}

.pro_ShareList .item a img {
    padding-top: 5px;
}

.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: 30px;
    display: inline;
}

.pro_ShareList .item:hover .sBox {
    top: 166px;
    position: absolute;
    width: 100%;
}

.pro_ShareList .item .sBox {
    font-size: 15px;
    color: #fff;
    text-align: left;
    min-height: 120px;
    background: url(/template/images/more2.png) no-repeat center bottom;
    background-color: rgba(7, 96, 188, 0.7);
    text-indent: 30px;
    line-height: 170%;
    background-position-y: 77px;
}

.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;
}

.shareRightSmallNav {
    padding-top: 26px;
}

.shareRightSmallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.shareRightSmallNav .ul_1 li {
    width: 19.2%;
    text-align: center;
    float: left;
    line-height: 45px;
    background: #f4f4f5;
    margin-right: 1%;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 15px;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #035cbf;
    background: #e8f7ff;
    font-weight: bold;
}

.shareRightTitle {
}

.shareRightTitle .sub_left {
    padding-left: 13px;
}

.shareRightTitle .sub_right {
    font-size: 14px;
    padding-top: 4px;
}

.shareRightTitle .sub_right a {
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/goBack2.png) no-repeat center left;
}

.shareRightTitle .dl_2 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12px;
}

.shareRightTitle .txt_1 {
    font-size: 17px;
    color: #181819;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border-left: 3px solid #cc070c;
    padding-left: 6px;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.shareRightSmallNav .ul_1 li:nth-child(5), .shareRightSmallNav .ul_1 li:nth-child(10), .shareRightSmallNav .ul_1 li:nth-child(15), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(25), .shareRightSmallNav .ul_1 li:nth-child(30) {
    margin-right: 0;
}

.xgBox {
}

.xgBox .title {
    font-size: 0.8rem;
    line-height: 1.5rem;
    background: url(/template/images/xgIco2.png) no-repeat center left;
    background-size: 0.9rem auto;
    padding-left: 1.2rem;
    font-weight: bold;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding: 5px 0;
}

.xgNew li {
    margin-right: 6%;
    float: left;
    text-align: center;
    width: 47%;
    font-size: 16px;
    padding: 6px 0;
    color: #888;
}

.xgNew li:nth-child(2), .xgNew li:nth-child(4) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #0261c3;
}

.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) 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%;
}

.proShareBox {
    padding-bottom: 30px;
}

.proShareBox.r_4 {
    padding-bottom: 40px;
}

.pro_shareTitle {
    font-size: 18px;
    color: #b10012;
    line-height: 45px;
    background: url(/template/images/sTico.png) no-repeat center left;
    padding-left: 38px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 1px solid #e099a0;
    background-position-x: 10px;
}

.pro_shareTitle span {
    display: inline-block;
    margin-right: 6px;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pro_shareTxt {
    color: #333;
    font-size: 16px;
    line-height: 200%;
    padding: 0 10px;
    padding-top: 18px;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShareBox.r_2 .pro_shareTxt p, .proShareBox.r_3 .pro_shareTxt p, .proShareBox.r_4 .pro_shareTxt p, .fangAnShow .proShareBox.r_1 .pro_shareTxt p, .fangAnShow .proShareBox.r_5 .pro_shareTxt p {
    padding-left: 26px !important;
    background: url(/template/images/xingIco.png) no-repeat center left !important;
    background-position-x: 3px !important;
    background-position-y: 8.5px !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 15px !important;
    line-height: 220% !important;
    letter-spacing: 1px !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.fangAnShow .proShareBox.r_2 .pro_shareTxt td, .fangAnShow .proShareBox.r_3 .pro_shareTxt td {
    padding-left: 19px !important;
    background: url(/template/images/xingIco.png) no-repeat center left !important;
    background-position-y: 12px !important;
}

.fangAnShow .proShareBox.r_2 .pro_shareTxt td {
    padding-left: 35px !important;
    background: url(/template/images/xingIco.png) no-repeat center left !important;
    background-position-x: 15px !important;
    border-right: 1px solid #eaeaea !important;
    width: 9% !important;
    background-position-y: 12px !important;
}

.fangAnShow .proShareBox.r_2 .pro_shareTxt td:nth-child(5), .fangAnShow .proShareBox.r_2 .pro_shareTxt td:nth-child(10) {
    border-right: 0 !important;
}

.fangAnShow .proShareBox.r_2 .pro_shareTxt tr {
    display: inline-table !important;
    margin-bottom: 15px !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.shareTel {
    background: url(/template/images/tel.png) no-repeat center left;
    line-height: 150%;
    padding-left: 68px;
    color: #000;
}

.shareTel2 {
    padding: 0;
    background: url(/template/images/call_01.png) no-repeat center left;
    padding-left: 30px;
    text-align: left;
}

.shareTel .s1 {
    font-size: 22px;
    padding-bottom: 8px;
}

.shareTel .s2 {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 3px;
}

.newShareList .L2_UL:hover {
}

.newShareList .L2_UL:hover .sub_right .one a {
    color: #cc070c;
}

.shareNewRTitle {
    line-height: 35px;
    padding-top: 21px;
    background: url(/template/images/line12.png) no-repeat center bottom;
    padding-bottom: 6px;
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png) no-repeat center left;
    padding-right: 21px;
}

.in_new .ul_1 {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .txtBottom {
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .txtBottom span, .newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .txtBottom a {
    color: #f00;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 {
    line-height: 30px;
    color: #111;
    font-size: 15px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/ico_4.png) no-repeat center left;
    padding-left: 25px;
    margin-bottom: 5px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/ico_1.png) no-repeat center left;
    padding-left: 25px;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.xgNew2 {
    padding: 26px 0;
    padding-bottom: 0;
}

.xgNew2 li {
    margin-right: 20px;
    float: left;
    width: 260px;
    font-size: 16px;
    color: #888;
}

.xgNew2 li:nth-child(3) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
    color: #0261c3;
}

.xgNew2 li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 45px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew2 li .s1 img {
    display: block;
    width: 260px;
    height: 157px;
}

.xgNew2 li .s3 {
    font-size: 14px;
    color: #888;
    line-height: 150%;
    padding: 0 11px;
    padding-bottom: 15px;
}

.xgNew2 li .s4 {
    padding-top: 12px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    color: #b10012;
    font-weight: bold;
    font-size: 17px;
}

.xgNew2 li .s2 a:hover {
}

.xgNew2 li .s2 .sub_left {
}

.shareSmallNav {
}

.shareSmallNav.newType {
    padding-top: 25px;
}

.shareSmallNav .s_ul {
}

.shareSmallNav .s_ul li {
    width: 136px;
    float: left;
    line-height: 43px;
    margin-right: 13px;
    min-height: 96px;
    margin-bottom: 17px;
    border: 1px solid #f4f4f6;
}

.shareSmallNav .s_ul li.currentNav, .shareSmallNav .s_ul li:hover {
    border: 1px solid #d61003;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
}

.shareSmallNav .s_ul li a {
    display: block;
    color: #555;
    font-size: 15px;
    text-align: center;
    padding-top: 53px;
}

.shareSmallNav.newType .s_ul li a {
    padding-top: 55px;
    font-size: 14px;
}

.shareSmallNav .s_ul li.currentNav a, .shareSmallNav .s_ul li a:hover {
    color: #be0906;
}

.iPro .center .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.shareSmallNav .s_ul li:nth-child(8), .shareSmallNav .s_ul li:nth-child(16), .shareSmallNav .s_ul li:nth-child(24), .shareSmallNav .s_ul li:nth-child(32), .shareSmallNav .s_ul li:nth-child(40) {
    margin-right: 0;
}

.shareSmallNav.newType .s_ul li {
    margin-right: 10px;
    width: 129px;
    min-height: 78px;
    line-height: 30px;
    margin-bottom: 10px;
}

.shareSmallNav.newType .s_ul li:nth-child(6), .shareSmallNav.newType .s_ul li:nth-child(12), .shareSmallNav.newType .s_ul li:nth-child(18), .shareSmallNav.newType .s_ul li:nth-child(24) {
    margin-right: 0;
}

.shareSmallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.shareSmallNav .last a {
    color: #0656b1;
}

.LiYou {
    background: url(/template/images/bj2.jpg) no-repeat center top;
    min-height: 1446px;
    padding-top: 12px;
}

.LiYou .content {
    letter-spacing: 1px;
    color: #222;
    line-height: 150%;
}

.LiYou .content ul {
    padding-left: 60px;
    width: 40%;
}

.LiYou .content .box_1 {
    padding-top: 72px;
}

.LiYou .content .box_2 {
    padding-top: 57px;
}

.LiYou .content .box_3 {
    padding-top: 149px;
    padding-left: 745px;
}

.LiYou .content .box_4 {
    padding-top: 34px;
    padding-left: 744px;
}

.LiYou .content .box_5 {
    padding-top: 120px;
    padding-left: 65px;
}

.LiYou .content .box_6 {
    padding-top: 36px;
    padding-left: 65px;
}

.LiYou .content .en {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    transform: scale(0.9);
    transform-origin: 0;
    font-weight: bold;
    margin-bottom: 5px;
}

.LiYou .content .bigTxt {
    font-size: 21px;
    font-weight: bold;
    color: #1e1e1e;
}

.LiYou .content .smallTxt {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 31px;
    padding-left: 2px;
}

.LiYou .content .box_3 .smallTxt {
    padding-left: 4px;
}

.LiYou .content .box_4 .smallTxt {
    padding-left: 5px;
}

.LiYou .content .box_5 .smallTxt, .LiYou .content .box_6 .smallTxt {
    padding-left: 0;
}

.LiYou .content span {
    color: #cc070c;
}

.iPro2 {
    padding-top: 96px;
    background: url(/template/images/wang.jpg);
}

.iPro3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.hyShareType {
    padding-top: 37px;
}

.hyShareType .dl_1.clear dd {
    float: left;
    width: 184px;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 19px;
    margin-bottom: 16px;
}

.hyShareType .dl_1.clear dd:nth-child(6), .hyShareType .dl_1.clear dd:nth-child(12), .hyShareType .dl_1.clear dd:nth-child(18), .hyShareType .dl_1.clear dd:nth-child(24) {
    margin-right: 0;
}

.hyShareType .dl_1.clear dd a {
    display: block;
    position: relative;
}

.hyShareType .dl_1.clear dd a img.typePic {
    width: 184px;
    height: 140px;
}

.hyShareType .dl_1.clear dd a p {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 100px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: rgba(7, 50, 192, 0.5);
}

.iPro3 .hyShareType .dl_1.clear dd a p {
    background: url(/template/images/bj_jiao.png) no-repeat center bottom;
    height: 61px;
    line-height: 180%;
    top: 79px;
}

.iPro3 .hyShareType .dl_1.clear dd a:hover p {
    background: none;
    background-color: rgba(7, 50, 192, 0.5);
    line-height: 40px;
}

.hyShareType .dl_1.clear dd a p span {
    display: inline-block;
    padding-left: 30px;
    text-shadow: 1px 2px 1px #333;
}

.iPro3 .hyShareType .dl_1.clear dd a p span {
    padding-left: 0;
    padding-top: 28px;
}

.hyShareType .dl_1.clear dd a:hover p, .hyShareType .dl_1.clear dd a.currentNav p {
    top: 0;
    height: 140px;
}

.hyShareType .dl_1.clear dd a:hover p span, .hyShareType .dl_1.clear dd a.currentNav p span {
    padding-left: 0;
    display: block;
    width: 184px;
    height: 72px;
    background-position: center !important;
    padding-top: 68px;
    background-position-y: 48px !important;
}

.shareTitle {
    min-height: 2rem;
    text-align: center;
    background: url(/template/images/wap_t2.png) no-repeat center top;
    -webkit-background-size: auto 2rem;
    background-size: auto 2rem;
}

.shareTitle .en {
    font-size: 0.5rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    color: #888;
}

.shareTitle .cn {
    font-size: 1rem;
    color: #9b0000;
    font-weight: bold;
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
    padding-left: 7%;
}

.shareTitle .cn svg {
    width: 110px;
    height: 34px;
    position: relative;
    top: 7px;
    display: inline-block;
    padding-left: 3px;
}

.shareTitle .cn img {
    position: relative;
    top: 4px;
    padding-left: 3px;
}

.shareTitle .cn img.txt6 {
    top: 10px;
}

.shareTitle span {
    color: #022158;
    display: inline-block;
}

.shareTitle .one {
    font-size: 0.7rem;
    color: #1e1e1e;
}

.shareTitle .one span {
    color: #e95311;
}

.reXiao {
    padding-top: 120px;
    padding-bottom: 80px;
}

.reXiao .center .content {
    padding-top: 30px;
}

.reXiao .center .content .dl_1.clear {
    padding-bottom: 16px;
    background: url(/template/images/bm.png) no-repeat center bottom;
    margin-bottom: 30px;
}

.reXiao .center .content .dl_1.clear .sub_left {
    width: 221px;
}

.reXiao .center .content .dl_1.clear .sub_left a img {
    display: block;
}

.reXiao .center .content .dl_1.clear .sub_right {
    width: 978px;
    min-height: 336px;
    border: 1px solid #eee;
    border-left: 0;
}

.reXiao .center .content .dl_1.clear .sub_right .one {
    min-height: 50px;
    border-bottom: 3px solid #014da1;
}

.reXiao .center .content .dl_1.clear .sub_right .one a {
    display: block;
    min-height: 50px;
    width: 100px;
    float: right;
}

.reXiao .center .content .dl_1.clear .sub_right .two {
    padding: 25px;
    padding-bottom: 0;
    padding-right: 0;
    width: 950px;
}

.reXiao .center .content .dl_1.clear .sub_right .two a {
    color: #262727;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    margin-right: 19px;
}

.reXiao .center .content .dl_1.clear .sub_right .two a:nth-child(4) {
    margin-right: 0;
}

.reXiao .center .content .dl_1.clear .sub_right .two a .s1 img {
    width: 219px;
    height: 211px;
    display: block;
}

.typeNav {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.typeNav.typeNew .left_Title .s_1 {
    font-size: 21px;
    font-weight: bold;
    padding-top: 4px;
}

.typeNav.typeNew .left_Title .s_2 {
    font-size: 14px;
    text-transform: uppercase;
}

.typeNav .left_content {
    font-size: 16px;
}

.typeNav.typeNew .left_content {
    padding-top: 8px;
    padding-bottom: 94px;
}

.typeNav.typeNew .left_content .ul_2 {
    padding: 0 18px;
    width: 214px;
}

.typeNav .left_content a {
    display: block;
}

.typeNav .left_content .bigNav {
    padding-top: 11px;
    margin-bottom: 7px;
}

.typeNav.typeNew .left_content .bigNav {
    padding: 15px 0;
    margin-bottom: 0;
    border-bottom: 1px dashed #e5e5e5;
}

.typeNav .left_content .bigNav a {
    font-size: 18px;
    color: #000;
    line-height: 50px;
    border-radius: 3px;
    background: url(/template/images/l_nav.png) no-repeat center left;
    text-indent: 68px;
    background-position-x: 44px;
}

.typeNav .left_content .bigNav a.currentNew, .typeNav .left_content .bigNav a:hover {
    background: url(/template/images/l_navH.png) no-repeat center;
    color: #fff;
}

.typeNav .left_content .smallNav {
    background: url(/template/images/l_sub.png) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
    padding: 0px 0;
    padding-top: 6px;
}

.typeNav.typeNew .left_content .smallNav {
    background: url(/template/images/l_sub.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .left_content .smallNav a {
    margin-left: 32px;
}

.typeNav .left_content .smallNav a {
    font-size: 16px;
    line-height: 26px;
    color: #1e1e1e;
    margin-left: 60px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}

.typeNav .left_content .smallNav a.currentNav, .typeNav .left_content .smallNav a:hover {
    color: #fff;
    background-color: #0261c3;
    border-radius: 50px;
    padding: 0 17px;
}

.typeNav.typeNew .left_content .smallNav a:hover {
    padding: 0 10px;
}

.typeNav.typeNew .left_content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .left_content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav .left_content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.typeNav .left_content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png) no-repeat center left;
    background-position-x: 48px;
    background-position-y: -6px;
}

.lContact2 {
    background: url(/template/images/l_contact2.png) no-repeat center top;
    min-height: 430px;
}

.lContact2 .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact2 .three {
    line-height: 130%;
    padding-top: 28px;
}

.lContact2 .two {
    padding-left: 72px;
    padding-top: 32px;
    line-height: 135%;
}

.lContact2 .two dd {
    padding: 12px 0;
}

.lContact2 .two .s1 {
    font-size: 15px;
}

.lContact2 .two .s2 {
    font-size: 19px;
    font-weight: bold;
}

.lContact2 .one {
    color: #333;
    line-height: 33px;
    font-size: 15px;
    padding-left: 49px;
}

.in_new.baoZhang .right {
    background: url(/template/images/bz.jpg) no-repeat center top;
    min-height: 2076px;
}

.shareNewRTitle .sub_right {
    position: relative;
}

.shareNewRTitle .sub_right .en {
    color: #cc070c;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 150%;
    position: relative;
    top: 8px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_1 {
    min-height: 1065px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 {
    padding-left: 166px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 ul {
    padding-bottom: 88px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 .bigTxt {
    padding-bottom: 5px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 .smallTxt {
    font-size: 16px;
    color: #111;
    line-height: 170%;
}

.shareNewRTitle .dl_1.clear .sub_right a {
    display: inline-block;
    width: 50px;
    height: 41px;
    position: absolute;
    right: 0;
    top: -4px;
}

.aboutShareNav {
    display: none;
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 397px;
    margin-right: 54px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 19px;
    line-height: 120%;
    min-height: 118px;
    color: #1e1e1e;
    border: 1px solid #eee;
    border-radius: 15px;
    padding-left: 193px;
}

.aboutShareNav a:hover {
    color: #022158;
    font-weight: bold;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav a .cn {
    padding-top: 39px;
}

.aboutShareNav a .en {
    font-size: 15px;
}

.aboutShareNav dd:hover {
}

.aboutShareNav dd:nth-child(2) {
}

.aboutShareNav dd:nth-child(3) {
    margin-right: 0;
}

.aboutShareNav dd:nth-child(4) {
    margin-right: 0;
    width: 125px;
    text-align: right;
}

.aboutShareNav dd:nth-child(1) a {
    background: url(/template/images/aboutNav_01.png) no-repeat center left;
    background-position-x: 128px;
}

.aboutShareNav dd:nth-child(2) a {
    background: url(/template/images/aboutNav_02.png) no-repeat center left;
    background-position-x: 128px;
    padding-left: 199px;
}

.aboutShareNav dd:nth-child(3) a {
    background: url(/template/images/aboutNav_03.png) no-repeat center left;
    background-position-x: 106px;
    padding-left: 165px;
}

.aboutShareNav dd:nth-child(4) a {
    background: url(/template/images/aboutNav_04.png) no-repeat;
    background-position-x: 17px;
    background-position-y: 0px;
    text-indent: 0;
}

.aboutShareNav dd:nth-child(4) a .cn {
    letter-spacing: 1px;
}

.aboutShareNav dd:nth-child(4) a .en {
    transform-origin: 159px;
    padding: 0;
    margin: 0;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutNavH_01.png) no-repeat center left;
    background-position-x: 128px;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutNavH_02.png) no-repeat center left;
    background-position-x: 128px;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutNavH_03.png) no-repeat center left;
    background-position-x: 106px;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutNavH_04.png) no-repeat;
    background-position-x: 17px;
    background-position-y: 0px;
}

.in_about {
    padding: 1.2rem 0;
    padding-bottom: 0.5rem;
}

.in_about .Box_1 {
    min-height: 650px;
    background: url(/template/images/company.png) no-repeat center top;
    padding-top: 116px;
    background-position-y: 126px;
    padding-bottom: 100px;
}

.in_about .Box_1 .center .sTitle {
    text-align: center;
    padding-left: 86px;
    line-height: 30px;
}

.in_about .Box_1 .center .sTitle span {
    display: inline-block;
}

.in_about .Box_1 .center .sTitle .s1 {
    font-size: 24px;
    color: #052a78;
    position: relative;
    top: -2px;
    left: 2px;
}

.in_about .Box_1 .center .sTitle .s3 {
    font-size: 15px;
    color: #fff;
    position: relative;
    top: -5px;
    left: 12px;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .sContent {
    padding-top: 24px;
}

.in_about .Box_1 .center .sContent .line_1 {
    text-align: justify;
    width: 590px;
}

.in_about .Box_1 .center .sContent .line_1, .in_about .Box_1 .center .sContent .line_1 p, .in_about .Box_1 .center .sContent .line_1 span {
    color: #333 !important;
    font-size: 15px !important;
    line-height: 31px !important;
    text-indent: 0 !important;
    letter-spacing: 1px !important;
}

.in_about .Box_1 .center .sContent .line_1 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 8px !important;
}

.in_about .Box_1 .center .sContent .line_2 {
    font-size: 15px;
    color: #000;
    padding-top: 119px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li {
    float: left;
    text-align: center;
    width: 257px;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(1) {
    width: 191px;
    margin-right: 136px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(2) {
    width: 197px;
    margin-right: 127px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(3) {
    width: 211px;
    margin-right: 128px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(4) {
    width: 208px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li .s1 {
    font-weight: bold;
    padding-bottom: 11px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li .s2 {
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: left;
    padding-left: 2px;
}

.in_about .Box_2 {
    min-height: 993px;
    background: url(/template/images/company2.jpg) no-repeat center top;
}

.in_about .Box_2 .center .sContent {
    padding-top: 43px;
}

.in_about .Box_2 .center .sContent .line_1 {
    font-size: 16px;
    color: #1e1e1e;
    padding-left: 212px;
}

.in_about .Box_2 .center .sContent .line_2 {
    padding: 30px 96px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left {
    width: 370px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .right {
    color: #000;
    font-size: 16px;
    line-height: 40px;
    width: 443px;
    padding-top: 18px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one {
    font-weight: bold;
    color: #484848;
    padding-top: 20px;
    padding-left: 16px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one .s1 {
    font-size: 24px;
    letter-spacing: 2.5px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one .s2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two {
    padding-top: 16px;
    padding-left: 3px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_left {
    text-align: center;
    width: 120px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right {
    line-height: 140%;
    padding-top: 8px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .sub_1 {
    padding-bottom: 27px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .s1 {
    font-size: 14px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .s2 {
    font-size: 23px;
    color: #060385;
    font-weight: bold;
}

.Box_3 {
    padding-top: 75px;
}

.Box_3 .center .sContent {
    position: relative;
    padding-top: 15px;
}

.Box_3 .center .sContent .luXian {
    background: url(/template/images/luXian.png) no-repeat center top;
    width: 418px;
    height: 481px;
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 999;
    text-align: center;
    line-height: 180%;
}

.Box_3 .center .sContent .luXian .one {
    padding-top: 116px;
}

.Box_3 .center .sContent .luXian .two {
    padding-top: 108px;
}

.Box_3 .center .sContent .luXian .s1 {
    font-size: 18px;
    color: #060385;
    padding-bottom: 20px;
}

.Box_3 .center .sContent .luXian .s2 {
    font-size: 14px;
    color: #1f1f1f;
}

.hyShareType2 {
}

.hyShareType2 .dl_1.clear dd {
    float: left;
    width: 184px;
    height: 107px;
    overflow: hidden;
    margin-right: 19px;
    margin-bottom: 19px;
}

.hyShareType2 .dl_1.clear dd:nth-child(6), .hyShareType2 .dl_1.clear dd:nth-child(12), .hyShareType2 .dl_1.clear dd:nth-child(18), .hyShareType2 .dl_1.clear dd:nth-child(24) {
    margin-right: 0;
}

.hyShareType2 .dl_1.clear dd a {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    height: 105px;
    overflow: hidden;
}

.hyShareType2 .dl_1.clear dd a img.typePic {
    width: 184px;
    height: 140px;
    position: relative;
    top: -43px;
}

.hyShareType2 .dl_1.clear dd a .txt {
    display: block;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 69px;
    line-height: 36px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
}

.hyShareType2 .dl_1.clear dd a .txt p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 0;
    padding-left: 26px;
}

.hyShareType2 .dl_1.clear dd a.currentNav, .hyShareType2 .dl_1.clear dd a:hover {
    border: 1px solid #e60012;
}

.hyShareType2 .dl_1.clear dd a:hover .txt span, .hyShareType2 .dl_1.clear dd a.currentNav .txt span {
    color: #d6150d;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(243, 36, 22)), to(rgba(179, 3, 3, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iPro {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-top: 0.25rem solid #f3f3f3;
}

.proType {
}

.proType dl {
    clear: none;
    display: block;
}

.proType .dl_1 {
}

.proType .dl_2 {
    margin-bottom: 0;
}

.iPro .content #Tab_1 .cn,.iPro .content #Tab_2 .cn,.iPro .content #Tab_3 .cn {
    font-weight: bold;
    font-size: 0.68rem;
    padding-bottom: 0.1rem;
}

.iPro .content #Tab_1 .en,.iPro .content #Tab_2 .en,.iPro .content #Tab_3 .en {
    text-transform: uppercase;
    font-size: 0.4rem;
}

.proType a {
}

.proType a:hover {
}

.proType .last {
    width: 120px;
    border-right: 1px dotted #e5e5e5;
}

.proType .last a {
    color: #b10012;
    border-right: 0;
    background: none;
}

.proType .dl_1 .last {
    border-top-right-radius: 5px;
}

.proType .dl_2 .last {
    border-bottom-right-radius: 5px;
}

.iPro .content {
    position: relative;
    border-top: 0.2rem solid #fed823;
    padding-top: 3.1rem;
}

.iPro .content .ul_1 {
}

.iPro .content .ul_1 .left {
}

.youShi {
    padding: 118px 0;
    padding-bottom: 71px;
}

.youShi .content {
    padding-top: 20px;
    background: url(/template/images/ys.jpg) no-repeat center top;
    line-height: 180%;
}

.youShi .content span {
    color: #b10012;
}

.youShi .content .bigTxt {
    font-size: 24px;
    padding-left: 65px;
    padding-bottom: 6px;
}

.youShi .content .bigTxt span {
    font-size: 28px;
    font-weight: bold;
}

.youShi .content .en {
    color: #b10012;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 65px;
    letter-spacing: 0.5px;
    padding-bottom: 22px;
}

.youShi .content .smallTxt {
    font-size: 17px;
    padding: 5px 0;
    letter-spacing: 0.5px;
    line-height: 190%;
}

.youShi .content .center .box_1 {
    padding-top: 71px;
    padding-left: 50px;
    width: 438px;
}

.youShi .content .center .box_2 {
    padding-top: 70px;
    padding-left: 50px;
}

.youShi .content .center .box_3 {
    padding-top: 123px;
    padding-left: 706px;
    position: relative;
    width: 510px;
}

.youShi .content .center .box_3 .smallTxt {
    letter-spacing: 0.3px;
}

.youShi .content .center .box_4 {
    padding-top: 118px;
    padding-left: 709px;
}

.friendLink {
    display: inline-block;
}

.friendLink a {
    color: #aaa;
}

.inYouShi {
    padding-bottom: 71px;
    padding-top: 30px;
}

.inYouShi .center {
    width: auto;
}

.inYouShi .content {
    padding-top: 20px;
    background: url(/template/images/ys.jpg) no-repeat center top;
    line-height: 180%;
    background-size: 160% auto;
}

.inYouShi .content span {
    color: #b10012;
}

.inYouShi .content .bigTxt {
    font-size: 21px;
    padding-left: 45px;
    padding-bottom: 0px;
}

.inYouShi .content .bigTxt span {
    font-size: 25px;
    font-weight: bold;
}

.inYouShi .content .en {
    color: #b10012;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 45px;
    letter-spacing: 0.5px;
    padding-bottom: 13px;
}

.inYouShi .content .smallTxt {
    font-size: 13px;
    padding: 2px 0;
    letter-spacing: 0.5px;
    line-height: 190%;
}

.inYouShi .content .center .box_1 {
    padding-top: 34px;
    padding-left: 33px;
    width: 363px;
    margin: 0;
    padding-bottom: 0;
}

.inYouShi .content .center .box_2 {
    padding-top: 42px;
    padding-left: 31px;
}

.inYouShi .content .center .box_3 {
    padding-top: 79px;
    padding-left: 483px;
    position: relative;
    width: 370px;
}

.inYouShi .content .center .box_3 .smallTxt {
    letter-spacing: 0.3px;
}

.inYouShi .content .center .box_4 {
    padding-top: 75px;
    padding-left: 484px;
}

.fangAnShow {
    padding: 1.3rem 0;
    padding-bottom: 0;
}

.fangAnShow .left {
    display: none;
}

/*.fangAnShow .right {
    width: 920px;
    padding-top: 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.fangAnShow .right .line_1 {
    font-size: 15px;
    color: #000;
    background-color: #fefafb;
    border: 1px solid #e29da4;
    border-left: 0;
    border-right: 0;

    text-align: center;
    line-height: 60px;
}

.fangAnShow .right .line_1 h1 {
    display: inline-block;
    font-size: 21px;
    color: #b10012;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.fangAnShow .right .inSbox {
    padding: 30px 35px;
    padding-bottom: 0;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent {
    padding-top: 30px;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a {
    display: block;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a .dl_5.clear {
    padding-bottom: 35px;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a .dl_5.clear .sub_left {

    width: 262px;
}







.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a .dl_5.clear .sub_left img {
    display: block;
    padding: 5px;
    border: 1px solid #e29da4;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a .dl_5.clear .sub_right {
    font-size: 15px;
    width: 567px;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a .dl_5.clear .sub_right div {
    border: 1px dashed #e29da4;
    padding: 12px 15px;
    line-height: 180%;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a .dl_5.clear .sub_right span {
    font-weight: bold;
    color: #b10012;
}

.fangAnShow .center .ul_1.clear .right .inSbox .xgBox_fa .sContent a .dl_5.clear .sub_right .s1 {
    margin-bottom: 16px;
}

*/
.newShow {
    padding: 1.3rem 0;
    padding-bottom: 0;
}

.newShow .left {
    display: none;
}

.shareNewBox {
    padding-top: 0.6rem;
}

.shareNewBox .line_1 {
}

.shareNewBox .line_1 h1 {
    font-weight: bold;
    font-size: 0.9rem;
    color: #000;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.4rem 0;
}

.shareNewBox .line_1 a.goBack {
    display: none;
}

.shareNewBox .inSbox {
    padding-top: 0.3rem;
}

.shareNewBox .line_2 {
    padding: 0.3rem 0;
    line-height: 1.3rem;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    background-color: #f8f8f8;
    color: #888;
}

.shareNewBox .line_3 {
    width: 100%;
    max-width: 96%;
    padding: 0.5rem 0;
    margin: 0 2%;
    font-size: 0.6rem;
    line-height: 180%;
    text-align: justify;
}

.shareNewBox .line_3 img {
    max-width: 100%;
}

.shareNewBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
}

.shareNewBox .line_3, .shareNewBox .line_3 p, .shareNewBox .line_3 span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
    text-indent: 0 !important;
}

.shareNewBox .line_4, .shareNewBox .line_5 {
    padding: 0.2rem;
    line-height: 160%;
}

.shareNewBox .line_4 span, .shareNewBox .line_5 span {
    font-weight: bold;
}

.f_feedback2 {
    min-height: 592px;
    background: url(/template/images/bj7.jpg) no-repeat center top;
    position: relative;
}

.f_feedback2 .left {
    width: 410px;
    padding-top: 70px;
}

.f_feedback2 .right {
    width: 755px;
    font-size: 17px;
    padding-top: 16px;
}

.f_feedback2 input[type="text"], .f_feedback2 textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 15px;
    background: none;
    /* border: 1px solid #e0e0e0; */
}

.f_feedback2 input[type="text"] {
    height: 33px;
    width: 217px;
    margin-bottom: 20px;
    line-height: 33px;
    text-indent: 10px;
    margin-left: 4px;
}

.f_feedback2 textarea {
    display: inline-block;
    width: 651px;
    height: 111px;
    padding-left: 18px;
    padding-top: 12px;
    margin-left: 3px;
}

.f_feedback2 input.bt_1, .f_feedback2 input.bt_2 {
    text-align: center;
    width: 326px;
    line-height: 44px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    background: #a0a0a0;
    height: 45px;
    border: 0;
    border-radius: 6px;
}

.f_feedback2 input.bt_1 {
    background: #b10012;
}

.f_feedback2 .center .content .ul_1.clear .left .one {
}

.f_feedback2 .center .content .ul_1.clear .left .two {
    font-size: 16px;
    padding-top: 25px;
    line-height: 39px;
    padding-left: 38px;
}

.f_feedback2 .center .content .ul_1.clear .left .two span {
    font-size: 20px;
    color: #b10012;
    font-family: Impact;
}

.f_feedback2 .center .content .ul_1.clear .left .three {
    color: #fff;
    padding-top: 71px;
    padding-left: 130px;
}

.f_feedback2 .center .content .ul_1.clear .left .three .s1 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
}

.f_feedback2 .center .content .ul_1.clear .left .three .s2 {
    font-size: 17px;
}

.f_feedback2 .center .content .ul_1.clear .right .one {
    color: #b10012;
    font-size: 14px;
    padding-top: 59px;
    padding-left: 73px;
    padding-bottom: 60px;
}

.f_feedback2 .center .content .ul_1.clear .right .one span {
    font-size: 21px;
    font-weight: bold;
}

.f_feedback2 .center .content .ul_1.clear .right form .two .dl_1.clear .sub_right {
    width: 371px;
}

.f_feedback2 .center .content .ul_1.clear .right form .four .dl_2.clear .sub_left {
    padding-top: 11px;
}

.f_feedback2 .center .content .ul_1.clear .right form .five {
    padding-top: 20px;
    text-align: right;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #888;
}

.t_wel .right a {
    padding-left: 20px;
    margin-right: 23px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -48px;
    top: 7px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png) 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) no-repeat center left;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png) no-repeat center left;
    padding-left: 19px;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png) no-repeat center left;
    padding-left: 18px;
    margin-right: 0;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png) no-repeat center left;
    padding-left: 15px;
    margin-right: 0;
}

.t_nav {
    width: 80%;
    max-width: 53%;
    position: absolute;
    left: 0;
    z-index: 300;
    top: 0;
    background: url(/template/images/wap_navBj.png);
    padding-top: 0.8rem;
    -moz-box-shadow: inset 0px 2px 9px #222;
    -webkit-box-shadow: inset 0px 2px 9px #222;
    box-shadow: inset 0px 2px 9px #222;
    padding-bottom: 0.3rem;
}

.t_nav .box {
    padding-bottom: 0.3rem;
}

.t_nav a {
    display: block;
    line-height: 2rem;
    font-size: 0.75rem;
    width: 100%;
    max-width: 100%;
    color: #fff !important;
    text-indent: 2.2rem;
    font-weight: normal !important;
}

.t_nav a:nth-child(1) {
    background: url(/template/images/wap_nav_01.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
}

.t_nav a:nth-child(2) {
    background: url(/template/images/wap_nav_02.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 1rem !important;
}

.t_nav a:nth-child(3) {
    background: url(/template/images/wap_nav_03.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.95rem !important;
}

.t_nav a:nth-child(4) {
    background: url(/template/images/wap_nav_04.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
}

.t_nav a:nth-child(5) {
    background: url(/template/images/wap_nav_05.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 1.03rem !important;
}

.t_nav a:nth-child(6) {
    background: url(/template/images/wap_nav_06.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
}

.t_nav a:nth-child(7) {
    background: url(/template/images/wap_nav_07.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.93rem !important;
}

.t_nav a:nth-child(8) {
    background: url(/template/images/wap_nav_08.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
}

.t_nav a:nth-child(9) {
    background: url(/template/images/wap_nav_09.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
}

.t_nav a:nth-child(1):hover {
    background: url(/template/images/wap_navH_01.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(2):hover {
    background: url(/template/images/wap_navH_02.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 1rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(3):hover {
    background: url(/template/images/wap_navH_03.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 1rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(4):hover {
    background: url(/template/images/wap_navH_04.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(5):hover {
    background: url(/template/images/wap_navH_05.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 1.03rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(6):hover {
    background: url(/template/images/wap_navH_06.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(7):hover {
    background: url(/template/images/wap_navH_07.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.93rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(8):hover {
    background: url(/template/images/wap_navH_08.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:nth-child(9):hover {
    background: url(/template/images/wap_navH_09.png) no-repeat center left !important;
    background-size: auto 45% !important;
    background-position-x: 0.9rem !important;
    background-color: #efbd03 !important;
}

.t_nav a:hover {
    color: #111 !important;
}

.t_nav a span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    color: #808080;
}

.t_nav a .cn {
    padding-top: 17px;
    padding-bottom: 4px;
}

.t_nav a .en {
    vertical-align: top;
    line-height: 13px;
}

.t_nav a:hover .cn {
    color: #b10012;
    font-weight: bold;
}

.t_nav a:hover .en {
    background: #b10012;
    border-radius: 100px;
}

.t_nav a:hover .en span {
    color: #fff;
}

.xiaoGuo {
    display: none;
}

.xiaoGuo .more {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 109px;
    color: #9b0000;
    line-height: 37px;
    width: 137px;
    text-align: center;
    border: 1px dotted #9b0000;
    border-radius: 15px;
    font-size: 19px;
}

.xiaoGuo .content {
    padding-top: 22px;
}

.xiaoGuo .content a {
    float: left;
    position: relative;
    width: 318px;
    margin-right: 9px;
    overflow: hidden;
    height: 346px;
}

.xiaoGuo .content a:nth-child(4) {
    margin-right: 0;
}

.xiaoGuo .content a img {
    display: block;
}

.xiaoGuo .content a .sBox {
    font-size: 14px;
    color: #1e1e1e;
    position: absolute;
    top: 242px;
    background: url(/template/images/xgBj.png) no-repeat center top;
    min-height: 346px;
    padding: 0 32px;
    width: 254px;
}

.xiaoGuo .content a .sBox .one {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 53px;
}

.xiaoGuo .content a .sBox .two {
    padding-top: 30px;
    text-align: justify;
    line-height: 30px;
}

.xiaoGuo .content a .sBox .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.xiaoGuo .content a .sBox .two, .xiaoGuo .content a .sBox .two p, .xiaoGuo .content a .sBox .two span {
    font-size: 14px !important;
    line-height: 30px !important;
    color: #1e1e1e !important;
    text-indent: 0 !important;
}

.xiaoGuo .content a:hover {
}

.xiaoGuo .content a:hover .sBox {
    top: 0;
    background: url(/template/images/xgBjH.png) no-repeat center top;
    background-position-y: 29px;
}

.xiaoGuo .content a:hover .sBox .one {
    color: #a80301;
}

.xiaoGuo .content a:hover .sBox .two {
    padding-top: 18px;
}

.lContact {
    display: none;
}

.proShow .inShare .lContact {
    background: url(/template/images/l_contact5.jpg) no-repeat center top;
    padding-left: 92px;
}

.lContact .one {
    font-size: 19px;
    padding-top: 36px;
}

.inShare .lContact .one {
    padding-top: 39px;
}

.proShow .inShare .lContact .one {
    font-size: 17px;
    padding-top: 40px;
}

.inShare2 .lContact .one {
    padding-top: 35px;
}

.lContact .two {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: -1px;
}

.inShare .lContact .two {
    font-size: 24px;
}

.proShow .inShare .lContact .two {
    font-size: 23px;
}

.shareItem {
    float: left;
    width: 100%;
    max-width: 46%;
    margin-left: 1%;
    padding: 0.1rem 1%;
    margin-bottom: 0.3rem;
}

.shareItem:nth-child(2), .shareItem:nth-child(4), .shareItem:nth-child(6), .shareItem:nth-child(8) {
    margin-right: 0;
}

.shareItem img {
    display: block;
}

.shareItem .sub_left {
}

.shareItem .sub_right {
}

.shareItem .one {
    width: 98%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000;
    font-size: 0.65rem;
}

.shareItem .one a {
    display: block;
    color: #1e1e1e;
    font-weight: bold;
}

.shareItem .one a:hover {
    color: #9b0000;
}

.shareItem .two {
    display: none;
}

.shareItem .two .s2 {
    padding: 3px 0;
}

.shareItem .three {
    background: url(/template/images/wap_proBt.png) no-repeat center top;
    line-height: 1.3rem;
    background-size: 100% auto;
    text-align: center;
    max-width: 98%;
    margin: 0 1%;
}

.shareItem .three a {
    width: 50%;
    max-width: 50%;
    float: left;
    color: #000;
}

.shareItem .three a:nth-child(2) {
    color: #fff;
}

.ad {
    min-height: 7.7rem;
    background: url(/template/images/wap_ad.jpg) no-repeat center top;
    background-size: 100% auto;
    font-size: 0.7rem;
    color: #000;
}

.ad .one {
    display: none;
}

.ad .two {
    padding-top: 4.55rem;
    padding-left: 14%;
    line-height: 1rem;
}

.ad .two span {
    font-family: boombox;
    letter-spacing: 0.03rem;
    font-size: 0.75rem;
    position: relative;
    top: 0.05rem;
}

.ad .two a {
    color: #000;
    display: inline-block;
    width: 50%;
    max-width: 50%;
    line-height: 1.5rem;
    text-align: center;
}

.wenTi {
    background: url(/template/images/wap_wenTi_01.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 1.8rem;
}

.wenTi .content {
}

.wenTi .content .cn {
    color: #022158;
    font-size: 23px;
    font-weight: bold;
}

.wenTi .content .en {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    padding-bottom: 9px;
    transform-origin: 0;
    white-space: nowrap;
    letter-spacing: 0.5px;
}

.wenTi .content .two {
    line-height: 40px;
    font-size: 19px;
    color: #1e1e1e;
}

.wenTi .content .ul_1 {
    min-height: 142px;
}

.wenTi .content .ul_2 {
    min-height: 149px;
}

.wenTi .content .ul_3 {
    min-height: 145px;
}

.wenTi .content .ul_4 {
}

.fangAnType .leftTitle {
    display: none;
}

.fangAnType .leftTitle .cn {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 38px;
}

.fangAnType .leftTitle .en {
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 14px;
    line-height: 150%;
    background: url(/template/images/line25.png) no-repeat;
    background-position-y: 6px;
}

.fangAnType .leftContent {
    padding-top: 0.2rem;
    font-size: 0.58rem;
}

.fangAnType .leftContent .leftList {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.fangAnType .leftContent .leftList a {
    display: block;
}

.fangAnType .leftContent .leftList .bigType {
    text-align: center;
    margin-left: 5px;
    padding: 8px 0;
    padding-top: 23px;
    text-indent: -4px;
}

.fangAnType .leftContent .leftList .bigType a .cn {
    font-size: 19px;
    font-weight: bold;
    color: #b10012;
}

.fangAnType .leftContent .leftList .bigType a .en {
    font-size: 12px;
    color: #e6b9be;
    transform: scale(0.85);
}

.fangAnType .leftContent .leftList .smallType a {
    display: block;
    color: #000;
    background: url(/template/images/wap_faNav.png) no-repeat;
    background-size: 100% auto;
    padding-left: 6%;
}

.fangAn {
    display: none;
}

.fangAn .content {
    padding-top: 52px;
}

.fangAn .content .left {
    width: 306px;
}

.fangAn .content .right {
    width: 859px;
    min-height: 666px;
    background: url(/template/images/faBj.jpg) no-repeat center top;
    padding: 58px;
    padding-top: 51px;
    padding-bottom: 42px;
}

.fangAn .content .right .one {
    padding-left: 65px;
}

.fangAn .content .right .one .en {
    font-size: 16px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fangAn .content .right .one .cn {
    font-size: 27px;
    color: #022158;
    font-weight: bold;
}

.fangAn .content .right .two {
    font-size: 16px;
    padding-top: 37px;
    line-height: 40px;
    letter-spacing: 1px;
}

.fangAn .content .right .two p {
    margin: 0;
    padding: 7px 0;
    text-indent: 2rem;
}

.fangAn .content .right .three {
    text-align: right;
    padding-top: 5px;
}

.fangAn .content .right .three .more {
    display: inline-block;
    font-size: 16px;
    background-color: #fed823;
    width: 146px;
    line-height: 40px;
    border-radius: 10px;
    text-align: center;
}

.fangAn .content .right .four {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding-top: 50px;
}

.fangAn .content .right .four a {
    float: left;
    margin-right: 32px;
}

.fangAn .content .right .four a:nth-child(3) {
    margin-right: 0;
}

.fangAn .content .right .four img {
    width: 263px;
    height: 207px;
    border-radius: 15px;
    border: 1px dotted #9b0000;
    display: block;
}

.fangAn .content .right .four .txt {
}

.videoShow {
    min-height: 320px;
    /* background: url(/template/images/dengdai.gif) no-repeat center; */
}

.about {
    display: none;
}

.about .ul_1 {
    padding-top: 50px;
}

.about .left {
    width: 432px;
    padding-top: 65px;
    text-align: center;
}

.about .right {
    width: 743px;
    text-align: justify;
    padding-top: 74px;
    padding-right: 37px;
}

.about .right .one {
    font-size: 34px;
    color: #9b0000;
    font-weight: bold;
    padding-left: 9px;
}

.about .right .one span {
    color: #022158;
}

.about .right .txt {
    padding-top: 67px;
}

.about .right .txt, .about .right .txt p, .about .right .txt span {
    font-size: 16px !important;
    line-height: 48px !important;
    color: #000;
}

.about .right .txt p {
    margin: 0 !important;
    padding: 0 !important;
}

.about .right .more {
    text-align: right;
    position: relative;
    top: -36px;
}

.about .right .more a {
    display: inline-block;
    width: 141px;
    line-height: 41px;
    color: #9b0000;
    border: 1px dotted #9b0000;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
}

.case {
    display: none;
}

.in_about .case {
    display: block;
    padding-top: 1.8rem;
}

.caseMore .box_2 {
}

.caseMore .box_2 a {
    color: #000;
    background-color: #eee;
    width: 50%;
    max-width: 34.5%;
    min-height: 3rem;
    line-height: 130%;
    float: left;
    cursor: pointer;
    font-size: 0.75rem;
    margin-right: 1%;
    padding-left: 15%;
    margin-bottom: 0.2rem;
    background-size: auto 1.8rem !important;
    background-position-x: 3% !important;
}

.caseMore .box_2 a span {
    display: block;
}

.caseMore .box_2 a .s1 {
    padding-top: 0.6rem;
}

.caseMore .box_2 a .s2 {
}

.caseMore .box_2 a:nth-child(6) {
    margin-right: 0;
}

.caseMore .box_2 a:nth-child(1), .caseMore .box_2 a:hover {
    background-color: #af0200 !important;
    color: #fff;
}

.caseMore .box_2 a:nth-child(1) .s1, .caseMore .box_2 a:hover .s1 {
    font-weight: bold;
}

.caseMore .box_3 {
    padding-top: 0.3rem;
    position: relative;
}

.caseMore .box_3 .list_2, .caseMore .box_3 .list_3, .caseMore .box_3 .list_4, .caseMore .box_3 .list_5, .caseMore .box_3 .list_6 {
    display: none;
}

.caseMore .box_3 a {
    display: block;
    position: relative;
}

.caseMore .box_3 a dd {
    float: left;
    margin-right: 1%;
    width: 55%;
    max-width: 49.5%;
}

.caseMore .box_3 a dd:nth-child(3) {
    display: none;
}

.caseMore .box_3 a dd img {
    display: block;
}

.caseMore .box_3 a .lan {
    width: 100%;
    max-width: 96%;
    min-height: 1rem;
    background-color: rgba(2,33,88,0.6);
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0.3rem;
}

.caseMore .box_3 a .lan .s1 {
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.caseMore .box_3 a .lan .s2 {
    font-size: 0.6rem;
    filter: alpha(opacity=0.8);
    -moz-opacity: 0.8;
    opacity: 0.8;
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.caseMore .box_3 a .lan .s2 img {
    display: none;
}

.ad2 {
    display: none;
}

.ad2 .sub_left {
}

.ad2 .sub_left .one {
    font-size: 24px;
    color: #022158;
    padding-left: 395px;
    padding-top: 63px;
}

.ad2 .sub_left .two {
    font-size: 24px;
    color: #1e1e1e;
    padding-top: 21px;
    padding-left: 266px;
}

.ad2 .sub_right {
    width: 497px;
    padding-top: 66px;
}

.ad2 .sub_right .one {
    font-size: 25px;
    color: #022158;
}

.ad2 .sub_right .one span {
    font-size: 28px;
    font-family: boombox;
    vertical-align: middle;
}

.ad2 .sub_right .two {
    font-size: 22px;
    padding-top: 11px;
    padding-left: 65px;
}

.ad2 .sub_right .two a {
    display: inline-block;
    width: 180px;
    line-height: 40px;
    color: #1e1e1e;
    text-align: center;
}

.new {
    display: none;
}

.new .content {
    padding-top: 8px;
}

.new .content .line_1 {
    text-align: center;
    position: relative;
    width: 100%;
}

.new .content .line_1 a {
    line-height: 44px;
    width: 125px;
    color: #000;
    font-size: 18px;
    margin-right: 13px;
    display: inline-block;
    background-color: #f7f7f7;
}

.new .content .line_1 a:hover {
    background-color: #af0200;
    color: #fff;
}

.new .content .line_1 a:nth-child(4) {
    margin-right: 0;
}

.new .content .line_1 .more {
    position: absolute;
    right: 0;
    top: 1px;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    color: #b10012;
    padding-right: 25px;
    background: url(/template/images/ico10.png) no-repeat center right;
    border: 0;
    width: auto;
    margin: 0;
}

.new .content .line_1 .more:hover {
    background-color: #fff;
    color: #b10012;
    border: 0;
}

.new .content .line_2 {
    padding-top: 61px;
}

.new .content .line_2 .left {
    width: 634px;
}

.new .content .line_2 .left .one {
    min-height: 400px;
    background-color: #f7f7f7;
    padding: 19px;
}

.new .content .line_2 .left .one a .hdBox img {
    width: 595px;
    height: 256px;
    cursor: pointer;
    /*    transition: all 0.4s;
*/
}

/*.new .content .line_2 .left .one a .hdBox img:hover {
    transform: scale(1.05);
}
*/
.new .content .line_2 .left .one a .dl_2 {
    padding-top: 20px;
}

.new .content .line_2 .left .one a .dl_2 .sub_left {
    width: 84px;
    min-height: 115px;
    font-size: 17px;
    text-align: center;
    line-height: 220%;
}

.new .content .line_2 .left .one a .dl_2 .sub_left span {
    font-size: 61px;
    display: block;
    padding-bottom: 9px;
    padding-top: 12px;
}

.new .content .line_2 .left .one a .dl_2 .sub_right {
    width: 497px;
}

.new .content .line_2 .left .one a .dl_2 .sub_right img {
    float: right;
    padding-top: 10px;
}

.new .content .line_2 .left .one a .dl_2 .sub_right .s_1 {
    font-size: 19px;
    font-weight: bold;
}

.new .content .line_2 .left .one a .dl_2 .sub_right .s_2 {
    font-size: 16px;
    padding-top: 14px;
    color: #666;
    line-height: 160%;
}

.new .content .line_2 .left .two {
    padding-top: 17px;
}

.new .content .line_2 .left .two .dl_2 {
    line-height: 58px;
    border-bottom: 1px solid #eee;
}

.new .content .line_2 .left .two .dl_2:nth-child(2) {
}

.new .content .line_2 .left .two .dl_2 .sub_left {
    font-size: 16px;
    padding-left: 20px;
    background: url(/template/images/bot.png) no-repeat center left;
    background-position-x: 5px;
}

.new .content .line_2 .left .two .dl_2 .sub_left:hover {
    background: url(/template/images/botH.png) no-repeat center left;
    background-position-x: 5px;
}

.new .content .line_2 .left .two .dl_2 .sub_left a {
}

.new .content .line_2 .left .two .dl_2 .sub_left:hover a {
    color: #a80301;
}

.new .content .line_2 .left .two .dl_2 .sub_right {
    font-size: 15px;
    color: #888;
}

.new .content .line_2 .right {
    width: 638px;
}

.new .content .line_2 .right .two {
}

.new .content .line_2 .right .two a {
    display: block;
    background: #f7f7f7;
    margin-bottom: 19px;
    padding: 19px;
    position: relative;
    overflow: hidden;
}

.new .content .line_2 .right .two a img {
    position: absolute;
    top: 500px;
}

.new .content .line_2 .right .two .item .sub_left {
    display: block;
    width: 84px;
    font-size: 17px;
    text-align: center;
    line-height: 220%;
}

.new .content .line_2 .right .two a:hover .sub_left {
}

.new .content .line_2 .right .two .item .sub_left span {
    font-size: 61px;
    display: block;
    padding-bottom: 5px;
    padding-top: 12px;
}

.new .content .line_2 .right .two .item .sub_right {
    width: 500px;
    padding-top: 2px;
}

.new .content .line_2 .right .two .item .sub_right .s1 {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding-left: 20px;
    background: url(/template/images/bot.png) no-repeat center left;
    background-position-x: 5px;
}

.new .content .line_2 .right .two .item .sub_right .s2 {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 15px;
    line-height: 160%;
    padding-top: 5px;
}

.new .content .line_2 .right .two a:hover {
    background: none;
}

.new .content .line_2 .right .two a:hover .sub_right .s1 {
    background: none;
    padding-left: 0;
}

.new .content .line_2 .right .two a:hover img {
    top: 17px;
    left: -20px;
}

.new .content .line_2 .right .two a:hover .item .sub_right {
    width: 419px;
}

.fast {
    display: none;
}

.fast .content {
}

.fast .content .left {
    width: 770px;
    padding-left: 45px;
    padding-top: 3px;
}

.fast .content .right {
    width: 460px;
}

.fast .content .left ul {
    line-height: 26px;
    padding-bottom: 28px;
}

.fast .content .left ul .l_1, .fast .content .left ul .l_1 a {
    font-size: 16px;
    color: #022158;
    display: inline-block;
}

.fast .content .left ul .l_1 {
    font-weight: bold;
}

.fast .content .left ul .l_2, .fast .content .left ul .l_3 {
    font-size: 15px;
}

.fast .content .left ul .l_2 {
    width: 553px;
}

.fast .content .left ul .l_3 {
    width: 84px;
    padding-top: 3px;
}

.fast .content .left .fastUL_2 .l_3 {
    padding-top: 1px;
}

.fast .content .left .fastUL_3 .l_3 {
    padding-top: 87px;
}

.fast .content .left ul dd {
    float: left;
    padding: 0px 5px;
}

.fast .content .left .fastUL_3 dd {
    margin-bottom: 18px;
}

.fast .content .left ul dd a {
    color: #1e1e1e;
    display: inline-block;
    width: 100px;
    padding: 0 0px;
}

.fast .content .left .fastUL_3 dd a {
    width: 128px;
}

.fast .content .left ul .l_3 a {
    color: #fff;
    display: block;
    width: 80px;
    text-align: center;
}

.fast .content .right a {
    display: inline-block;
    margin-right: 2px;
    font-size: 15px;
    text-align: center;
    min-height: 45px;
    padding-top: 78px;
}

.fast .content .right .one {
}

.fast .content .right .one a {
    width: 219px;
}

.fast .content .right .two {
    padding-top: 3px;
}

.fast .content .right .two a {
    width: 145px;
    padding-top: 86px;
    min-height: 37px;
}

.f_contact {
}

.f_contact .left {
    order: 2;
}

.f_contact .right {
    order: 1;
    padding-top: 2.35rem;
    background: url(/template/images/wap_fb.jpg) no-repeat center top;
    background-size: 103% auto;
    min-height: 12.5rem;
}

.f_contact .left .line_1 {
    display: none;
}

.f_contact .left .line_1 a {
    float: left;
    padding-left: 15px;
    background: url(/template/images/bot.png) no-repeat center left;
    line-height: 30px;
    margin-right: 15px;
    margin-bottom: 18px;
    width: 145px;
}

.f_contact .left .line_1 a:hover {
    background: url(/template/images/botH.png) no-repeat center left;
    color: #9b0000;
}

.f_contact .left .line_1 a:nth-child(1), .f_contact .left .line_1 a:nth-child(6) {
    width: 90px;
}

.f_contact .left .line_1 a:nth-child(2), .f_contact .left .line_1 a:nth-child(7) {
    width: 125px;
}

.f_contact .left .line_2 {
}

.f_contact .left .line_2 .ewm {
    display: none;
}

.f_contact .left .line_2 .sub_left {
    display: none;
}

.f_contact .left .line_2 .sub_left .s1 {
    font-size: 30px;
    color: #a00b0c;
    font-weight: bold;
    padding-bottom: 8px;
}

.f_contact .left .line_2 .sub_left .s1 span {
}

.f_contact .left .line_2 .sub_left .s2 {
    font-size: 29px;
    letter-spacing: 1.8px;
}

.f_contact .left .line_2 .sub_right {
    padding: 1rem 0;
    background: url(/template/images/wap_call.jpg) no-repeat center top;
    background-size: 100% auto;
}

.f_contact .left .line_2 .sub_right .s1 {
    width: 100%;
    max-width: 68%;
    color: #111;
    float: right;
}

.f_contact .left .line_2 .sub_right .s2 {
    padding-top: 0.5rem;
    color: #111;
    font-size: 0.65rem;
    background: url(/template/images/wap_callIco.png) no-repeat;
    background-size: 0.8rem auto;
    padding-left: 7%;
    background-position-y: 0.9rem;
    line-height: 1.5rem;
    margin: 0 2.5%;
    width: 95%;
    max-width: 88%;
}

.f_feedback {
    font-size: 0.65rem;
    padding-bottom: 1rem;
}

.f_feedback input[type="text"], .f_feedback textarea {
    width: 100%;
    max-width: 100%;
    display: block;
    color: #666;
    font-family: "Microsoft YaHei";
    -webkit-appearance: none;
    font-size: 0.6rem;
    line-height: 1.9rem;
    border: 0;
    background: none;
    margin-bottom: 0.2rem;
}

.f_feedback textarea {
    min-height: 4.1rem;
    line-height: 180%;
    padding-top: 0.1rem;
    max-width: 98%;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    display: inline-block;
    width: 100%;
    max-width: 49%;
    vertical-align: top;
    min-height: 1.8rem;
    line-height: 1.8rem;
    background: none;
    font-size: 0.7rem;
    color: #fff;
    border: 0;
    text-align: center;
}

.f_feedback .bt_1 {
}

.f_feedback .bt_2 {
}

.f_feedback .one {
    font-size: 0.9rem;
    font-family: Impact;
    color: #fff;
    padding-left: 15%;
}

.f_feedback .two {
    font-size: 0.7rem;
    font-weight: bold;
    color: #022158;
    padding: 0.15rem 0;
    padding-left: 6%;
}

.f_feedback .three {
    font-size: 0.6rem;
    color: #333;
    padding-bottom: 0.65rem;
    padding-left: 6%;
}

.f_feedback .four {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 91%;
    line-height: 1.8rem;
    margin: 0 4.5%;
    padding-bottom: 0.2rem;
}

.f_feedback .five {
}

.bq {
    display: none;
}

.bq a {
    color: #909fba;
}

.bq .l_1 {
    width: 475px;
    padding-top: 35px;
    padding-left: 18px;
}

.bq .l_2 {
    text-align: center;
    width: 620px;
}

.bq .l_2, .bq .l_2 a, .bq .l_2 span, .bq .l_2 p {
    color: #b5cefa !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bq .l_2, .bq .l_2 span, .bq .l_2 p {
    line-height: 88px !important;
}

.bq .l_3 {
    line-height: 88px;
}

.left_pro {
}

.proShow .left_pro {
}

.left_pro .leftTitle {
    display: none;
}

.proShow .left_pro .leftTitle {
    padding-left: 101px;
    background: url(/template/images/proTitle.png) no-repeat center top;
    background-position-x: -15px;
}

.left_pro .leftTitle .one {
    font-size: 31px;
    padding-top: 38px;
    font-weight: bold;
}

.left_pro .leftTitle .two {
    font-size: 13px;
    text-transform: uppercase;
}

.left_pro .leftContent {
}

.left_pro .leftContent .bigNav {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 33%;
    font-size: 0.75rem;
    color: #fff;
    display: block;
    background: #022158;
    text-align: center;
    padding: 0.8rem 0;
}

.left_pro .leftContent .bigNav a {
    display: block;
    text-align: center;
    color: #fff;
}

.left_pro .leftContent .bigNav a:hover {
}

.left_pro .leftContent .bigNav a p {
    background: none !important;
    margin: 0;
    padding: 0;
}

.proShow .left_pro .leftContent .bigNav a p {
    padding: 27px 0;
    padding-left: 43px;
    padding-bottom: 25px;
}

.left_pro .leftContent .bigNav span {
    display: block;
}

.left_pro .leftContent .bigNav .cn {
    font-weight: bold;
    font-size: 0.68rem;
    padding-bottom: 0.1rem;
}

.left_pro .leftContent .bigNav .en {
    text-transform: uppercase;
    font-size: 0.4rem;
}

.left_pro .leftContent .sBox {
    width: 100%;
    max-width: 100%;
}

.proShow .left_pro .leftContent .sBox {
    padding: 0;
}

.left_pro .leftContent .subType {
    clear: none;
    display: block;
}

.left_pro .leftContent .subType a {
    width: 60%;
    max-width: 32.3%;
    float: left;
    line-height: 2rem;
    text-align: center;
    padding: 0 0.5%;
    border-bottom: 0.05rem dashed #ccc;
    font-size: 0.58rem;
    color: #000;
}

.proShow .left_pro .leftContent .subType a {
    float: none;
    display: block;
    width: auto;
    background: url(/template/images/typeBot.png) no-repeat center left;
    background-position-x: 70px;
    padding-left: 0;
    text-indent: 90px;
    border-bottom: 1px dotted #ccc;
    line-height: 74px;
}

.left_pro .leftContent .subType a.currentNav, .left_pro .leftContent .subType a:hover {
    color: #af0200;
}

.proShow .left_pro .leftContent .subType a.currentNav, .proShow .left_pro .leftContent .subType a:hover {
    color: #af0200;
    background: url(/template/images/typeBotH.png) no-repeat center left;
    background-position-x: 70px;
}

.left_pro .leftContent .subType a.last {
    color: #af0200;
}

.proShow .left_pro .leftContent .subType a.last {
    border-bottom: 0;
}

.proRtitle {
    padding-bottom: 14px;
}

.proRtitle h2, .proRtitle h1, .proRtitle p {
    color: #b10012;
    font-size: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 30px;
    padding-left: 26px;
}

.shareProItem {
}

.shareFaItem:hover {
    border: 0.05rem solid #ddd;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.shareProItem .sub_left {
}

.shareFaItem .sub_left {
    width: 40%;
    max-width: 40%;
    float: left;
}

.shareFaItem .sub_left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5.5rem;
}

.shareProItem .sub_right {
}

.shareFaItem .sub_right {
    width: 56%;
    max-width: 56%;
    float: right;
}

.shareFaItem .sub_right .one {
    color: #022158;
    font-size: 0.75rem;
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.shareProItem .sub_right .one a {
}

.shareFaItem .sub_right .one a {
    color: #022158;
}

.shareProItem:hover .sub_right .one a {
    font-weight: bold;
    color: #022158;
}

.shareProItem .sub_right .one span {
    font-size: 19px;
}

.shareProItem:hover .sub_right .one span {
    font-weight: normal;
}

.shareProItem .sub_right .two {
}

.shareFaItem .sub_right .two {
    line-height: 160%;
    color: #666;
    font-size: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.shareProItem .sub_right .two div {
    padding-left: 19px;
    background: url(/template/images/item_01.png) no-repeat center left;
    line-height: 35px;
}

.shareFaItem .sub_right .three {
    text-align: right;
    padding-top: 0.2rem;
}

.shareFaItem .sub_right .three a {
    border: 0.05rem solid #ccc;
    border-radius: 0.3rem;
    padding: 0.2rem 0.5rem;
    font-size: 0.6rem;
    display: inline-block;
    color: #022158;
}

.shareProItem .sub_right .three a:nth-child(2) {
    color: #fff;
    background: #022158;
}

.shareFaItem .sub_right .three a:hover {
    background: #fed823;
    border: 0.05rem solid #fed823;
}

.proList {
    padding-top: 1rem;
}

.proList .right {
    padding-top: 0.3rem;
}

.shareRtitle {
    display: none;
}

.shareRtitle dd {
    float: left;
    min-height: 133px;
}

.shareRtitle .l_1 {
    width: 169px;
    text-align: center;
}

.shareRtitle .l_1 .cn {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    padding-top: 46px;
}

.shareRtitle .l_1 .en {
    font-size: 12px;
    transform: scale(0.7);
    text-transform: uppercase;
}

.shareRtitle .l_2 {
    width: 579px;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
    padding: 8px 0;
    min-height: 117px;
    background: url(/template/images/line30.jpg) repeat-x;
}

.shareRtitle .l_3 {
    width: 193px;
    text-align: center;
    line-height: 180%;
}

.shareRtitle .l_2 .r_smallNav a {
    line-height: 58px;
    float: left;
    font-size: 16px;
    background: url(/template/images/line31.jpg) no-repeat center right;
    padding: 0 12px;
}

.shareRtitle .l_2 .r_smallNav a:nth-child(4), .shareRtitle .l_2 .r_smallNav a:nth-child(8), .shareRtitle .l_2 .r_smallNav a:nth-child(12), .shareRtitle .l_2 .r_smallNav a:nth-child(16) {
    background: none;
}

.shareRtitle .l_2 .r_smallNav a.subCurrentNav, .shareRtitle .l_2 .r_smallNav a:hover {
    color: #b10012;
}

.shareRtitle .l_3 .s1 {
    font-size: 17px;
    padding-top: 18px;
    /* padding-bottom: 2px; */
}

.shareRtitle .l_3 .s2 {
    display: inline-block;
    font-size: 21px;
    color: #022158;
    font-weight: bold;
    background: url(/template/images/listRight_01.png) no-repeat center left;
    padding-left: 28px;
    letter-spacing: -1px;
    line-height: 31px;
}

.shareRtitle .l_3 .s3 {
    background: url(/template/images/listRight_02.png) no-repeat center bottom;
    width: 163px;
    padding-top: 5px;
}

.shareRtitle .l_3 .s3 a {
    float: left;
    width: 50%;
}

.shareRtitle .l_3 .s3 a:nth-child(2) {
    color: #fff;
}

.proList .listBox .listUL li {
    float: left;
    width: 100%;
    max-width: 46%;
    margin-left: 1%;
    padding: 0.1rem 1%;
    margin-bottom: 0.3rem;
}

.proList .listBox .listUL li:nth-child(3), .proList .listBox .listUL li:nth-child(6), .proList .listBox .listUL li:nth-child(9), .proList .listBox .listUL li:nth-child(12) {
    margin-right: 0;
}

.proList .listBox .listUL li .proName {
    display: none;
}

.shareItem2 {
    border: 0.05rem solid #e0e0e0;
    overflow: hidden;
    padding: 0.1rem;
    padding-bottom: 0.2rem;
}

.shareItem2 img {
    display: block;
    height: 7.3rem;
}

.shareItem2 .sub_left {
}

.shareItem2 .sub_right {
}

.shareItem2:hover .sub_right {
    display: block;
}

.shareItem2 .one {
    width: 100%;
    max-width: 98%;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    color: #000;
    font-size: 0.65rem;
}

.shareItem2 .one a {
    display: block;
    color: #1e1e1e;
    font-weight: bold;
}

.shareItem2 .one a:hover {
    color: #9b0000;
}

.shareItem2 .two {
    display: none;
}

.shareItem2 .two .s2 {
    padding: 5px 0;
}

.shareItem2 .two .s3 {
    line-height: 190%;
}

.shareItem2 .three {
    background: url(/template/images/wap_proBt.png) no-repeat center top;
    line-height: 1.3rem;
    background-size: 100% auto;
    text-align: center;
    max-width: 98%;
    margin: 0 1%;
}

.shareItem2 .three a {
    width: 50%;
    max-width: 50%;
    float: left;
    color: #000;
}

.shareItem2 .three a:nth-child(2) {
    color: #fff;
}

.wenTi2 {
}

.wenTi2 .sContent {
    position: relative;
    min-height: 500px;
}

.wenTi2 .sContent ul {
    position: absolute;
}

.wenTi2 .sContent .bigTxt {
    font-size: 24px;
    font-weight: bold;
    color: #022158;
    padding-bottom: 7px;
}

.wenTi2 .sContent .smallTxt {
    font-size: 16px;
    color: #1e1e1e;
    line-height: 150%;
}

.wenTi2 .sContent .txtBox {
    top: 128px;
    left: 41px;
}

.wenTi2 .sContent .txtBox_2 {
    top: 128px;
    left: 990px;
}

.wenTi2 .sContent .txtBox_3 {
    top: 288px;
    left: 41px;
}

.wenTi2 .sContent .txtBox_4 {
    top: 288px;
    left: 993px;
}

.fangAnType3 .leftTitle {
    min-height: 196px;
    color: #fff;
    padding: 0 51px;
    background: url(/template/images/faTitle.png) no-repeat center top;
}

.fangAnType3 .leftTitle .cn {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 103px;
    letter-spacing: 0.5px;
}

.fangAnType3 .leftTitle .en {
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 14px;
    line-height: 150%;
    background: url(/template/images/line25.png) no-repeat;
    background-position-y: 6px;
}

.fangAnType3 .leftContent {
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fcfdff;
    border-bottom: 0;
}

.fangAnType3 .leftContent .leftList {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 19px;
}

.fangAnType3 .leftContent .leftList a {
    display: block;
}

.fangAnType3 .leftContent .leftList .bigType {
    text-align: center;
    margin-left: 5px;
    padding: 8px 0;
    padding-top: 23px;
    text-indent: -4px;
}

.fangAnType3 .leftContent .leftList .bigType a .cn {
    font-size: 19px;
    font-weight: bold;
    color: #b10012;
}

.fangAnType3 .leftContent .leftList .bigType a .en {
    font-size: 12px;
    color: #e6b9be;
    transform: scale(0.85);
}

.fangAnType3 .leftContent .leftList .smallType {
    line-height: 59px;
}

.fangAnType3 .leftContent .leftList .smallType a {
    color: #1e1e1e;
    text-indent: 57px;
    padding-bottom: 0px;
    background: url(/template/images/faNav.png) no-repeat center left;
    background-position-x: 31px;
    font-size: 18px;
}

.fangAnType3 .leftContent .leftList .smallType.first a {
    background: url(/template/images/faNavFirst.png) no-repeat center left;
    background-position-x: 31px;
}

.fangAnType3 .leftContent .leftList .smallType.last a {
    background: url(/template/images/faNavLast.png) no-repeat center left;
    background-position-x: 31px;
}

.fangAnType3 .leftContent .leftList .smallType a.cStyle, .fangAnType3 .leftContent .leftList .smallType a:hover {
    background-color: #fedd42;
}

.fangAnType3 .leftContent .leftList .smallType.first a:hover {
}

.fangAnType3 .leftContent .leftList .smallType.last a:hover {
}

.fangAnType3 .leftContent .leftList .last a {
}

.mContact {
    font-size: 17px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fcfdff;
    border-bottom: 0;
    padding-top: 10px;
}

.leftNew .mContact {
    display: none;
}

.mContact .one {
    text-align: center;
    padding-bottom: 20px;
    line-height: 35px;
}

.mContact .one img {
    right: 31px;
    border: 1px solid #a01116;
}


.mContact .two {
    padding: 23px 0;
    padding-top: 20px;
    padding-right: 20px;
}

.mContact .two div {
    line-height: 36px;
    background: url(/template/images/jian6.png) no-repeat center left;
    padding-left: 38px;
    background-position-x: 25px;
    background-position-y: 17px;
}

.mContact .three {
    background: url(/template/images/leftPic.png) no-repeat center top;
    min-height: 193px;
    font-size: 17px;
    line-height: 180%;
    padding-top: 40px;
    padding-left: 36px;
    padding-right: 90px;
}

.mContact .three span {
    color: #022158;
}

.leftCall {
    background: url(/template/images/leftCall.jpg) no-repeat center top;
    min-height: 171px;
    color: #fff;
    line-height: 150%;
    padding-left: 28px;
}

.leftCall .one {
    font-size: 19px;
    padding-top: 66px;
    padding-left: 53px;
}

.leftCall .two {
    font-size: 17px;
    padding-left: 53px;
}

.leftCall .three {
    font-size: 24px;
    font-weight: bold;
    padding-top: 13px;
    letter-spacing: -1px;
}

.xgPro {
    padding: 0.6rem 0;
}

.proShow .xgPro {
    padding-bottom: 0;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6.clear {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
}

.xgPro dd {
    float: left;
    width: 100%;
    max-width: 46%;
    padding: 0.1rem 1%;
    margin-bottom: 0.3rem;
    border: 0.05rem solid #ddd;
    text-align: center;
}

.proShow .xgPro .dl_6.clear dd {
}

.xgPro .dl_6.clear dd:hover {
}

.xgPro .dl_6.clear dd:hover span {
    font-weight: bold;
}

.xgPro .dl_6 dd:nth-child(3) {
    display: none;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a img {
    display: block;
}

.xgPro .dl_6 dd a img {
}

.xgPro .dl_6 dd a span {
    display: block;
    line-height: 1.5rem;
    text-align: center;
    color: #333;
}

.xgPro .dl_6 dd a:hover {
}

.xgPro .dl_6 dd a div {
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.leftNew .leftTitle {
    display: none;
}

.leftNew .leftTitle .cn {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 2px;
    letter-spacing: 0.5px;
}

.leftNew .leftTitle .en {
    font-size: 27px;
    text-transform: uppercase;
    text-align: left;
    padding-top: 52px;
    line-height: 150%;
    font-weight: bold;
    padding-bottom: 3px;
}

.leftNew .leftContent {
}

.leftNew .leftContent .leftList {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.leftNew .leftContent .leftList a {
    display: block;
}

.leftNew .leftContent .leftList .bigType {
    text-align: center;
    margin-left: 5px;
    padding: 8px 0;
    padding-top: 23px;
    text-indent: -4px;
}

.leftNew .leftContent .leftList .bigType a .cn {
    font-size: 19px;
    font-weight: bold;
    color: #b10012;
}

.leftNew .leftContent .leftList .bigType a .en {
    font-size: 12px;
    color: #e6b9be;
    transform: scale(0.85);
}

.leftNew .leftContent .leftList .smallType {
    float: left;
    width: 76%;
    max-width: 33%;
    margin-right: 0.3%;
    background: #022158;
}

.leftNew .leftContent .leftList .smallType a {
    font-size: 0.65rem;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0.8rem 0;
    font-weight: bold;
}

.leftNew .leftContent .leftList .smallType.first a {
}

.leftNew .leftContent .leftList .smallType.last a {
    background: url(/template/images/faNavLast.png) no-repeat center left;
    background-position-x: 31px;
}

.leftNew .leftContent .leftList .smallType a.cStyle, .leftNew .leftContent .leftList .smallType a:hover {
    background-color: #fedd42;
    color: #333;
}

.leftNew .leftContent .leftList .smallType.first a:hover {
}

.leftNew .leftContent .leftList .smallType.last a:hover {
}

.leftNew .leftContent .leftList .last a {
}

.contactBox {
    color: #1e1e1e;
    padding-bottom: 1rem;
}

.contactBox .ul_1 {
}

.contactBox .left {
    padding-left: 22%;
    min-height: 8rem;
    background: url(/template/images/wap_contact_01.jpg) no-repeat center top;
    padding-top: 1rem;
    background-size: 100% auto;
    padding-right: 3%;
}

.contactBox .right {
    padding-left: 22%;
    min-height: 8rem;
    background: url(/template/images/wap_contact_01.jpg) no-repeat center top;
    padding-top: 1rem;
    background-size: 100% auto;
}

.contactBox .one {
    font-size: 0.65rem;
    padding-bottom: 0.3rem;
    font-weight: bold;
}

.contactBox .one span {
    color: #a00b0c;
}

.contactBox .two {
    padding-left: 1rem;
}

.contactBox .two, .contactBox .two span, .contactBox .two p {
    font-size: 0.6rem !important;
    line-height: 210% !important;
    color: #1e1e1e !important;
}

.contactBox .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.aboutBox {
    background: url(/template/images/wap_about2.jpg) no-repeat center top;
    padding-top: 2rem;
    background-size: 100% auto;
}

.aboutBox .sBox {
}

.aboutBox .one {
    font-size: 1rem;
    color: #9b0000;
    font-weight: bold;
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
    padding-left: 7%;
}

.aboutBox .one span {
    color: #022158;
}

.aboutBox .txt {
    padding: 0.8rem 8%;
    text-align: justify;
}

.aboutBox .txt, .aboutBox .txt p, .aboutBox .txt span {
    color: #666;
    font-size: 0.7rem !important;
    line-height: 190% !important;
}

.aboutBox .txt p {
    margin: 0 !important;
    padding: 0 !important;
}

.aboutBox .more {
    text-align: right;
    position: relative;
    top: -36px;
}

.aboutBox .more a {
    display: inline-block;
    width: 141px;
    line-height: 41px;
    color: #9b0000;
    border: 1px dotted #9b0000;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
}

.shareTitle8 {
    background: url(/template/images/sdIco.png) no-repeat center left;
    line-height: 1.5rem;
    padding-left: 1.3rem;
    background-size: 1rem auto;
}

.shareTitle8 .en, .shareTitle8 .cn {
    display: inline-block;
    vertical-align: middle;
}

.shareTitle8 .en {
    color: #eee;
    font-size: 1.08rem;
    text-transform: uppercase;
    font-family: Impact;
    position: relative;
    top: 0.1rem;
}

.shareTitle8 .cn {
    font-size: 0.9rem;
    color: #9b0000;
    font-weight: bold;
    padding-right: 0.2rem;
}

.shareTitle8 .cn span {
    color: #022158;
}

.proShow {
    padding-top: 1rem;
    color: #111;
}

.proShow .left {
    display: none;
}

.proShow .right {
}

.proShow .right .line_1 {
    font-size: 15px;
    color: #000;
    background-color: #fefafb;
    border: 1px solid #e29da4;
    border-left: 0;
    border-right: 0;
    text-align: center;
    line-height: 60px;
}

.proShow .right .line_1 .sTitle {
    display: inline-block;
    font-size: 17px;
    color: #b10012;
    margin: 0;
}

.proShow .right .line_1 .sTitle h1 {
    display: inline-block;
    font-size: 17px;
    color: #b10012;
    margin: 0;
    vertical-align: top;
}

.proShow .right .inSbox {
    margin-top: -0.3rem;
}

.proShow .right .inSbox .line_2 {
    padding-bottom: 0.5rem;
}

.proShow .right .inSbox .line_2 .dl_1 .sub_left {
    padding-bottom: 0.5rem;
}

.proShow .right .inSbox .line_2 .dl_1 .sub_left img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.proShow .right .inSbox .line_2 .dl_1 .sub_right {
    width: 100%;
    max-width: 96%;
    font-size: 0.65rem;
    margin-left: 2%;
}

.proShow .right .line_2 .sub_right .one {
    padding-bottom: 0.3rem;
}

.proShow .right .line_2 .sub_right .two {
    text-align: justify;
}

.proShow .right .line_2 .sub_right .two, .proShow .right .line_2 .sub_right .two p, .proShow .right .line_2 .sub_right .two span {
    line-height: 200% !important;
    font-size: 0.65rem !important;
}

.proShow .right .line_2 .sub_right .two p {
    padding: 0 !important;
    margin: 0 !important;
}

.proShow .right .line_2 .sub_right .three {
    line-height: 1.2rem;
    padding: 0.3rem 0;
}

.proShow .right .line_2 .sub_right .three dd {
    padding-left: 0.5rem;
    background: url(/template/images/botH.png) no-repeat center left;
    background-size: 0.2rem auto;
}

.proShow .right .line_2 .sub_right .four {
    padding-top: 0.5rem;
}

.proShow .right .line_2 .sub_right .four dl {
    min-height: 5rem;
}

.proShow .right .line_2 .sub_right .four dd {
    float: left;
    width: 100%;
    max-width: 30%;
    margin-right: 3%;
    text-align: center;
    padding-top: 2.4rem;
    line-height: 130%;
    background: url(/template/images/wap_sIco_01.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 2.3rem;
}

.proShow .right .inSbox .line_3 {
    background: url(/template/images/wap_showBj.jpg) no-repeat center top;
    min-height: 68px;
    font-size: 0.65rem;
    padding: 0.33rem;
    line-height: 180%;
    text-align: justify;
}

.proShow .right .inSbox .line_3 span {
    font-weight: bold;
}

.proShow .right .inSbox .line_3 span.tel2 {
    font-size: 0.8rem;
    color: #a80301;
    background: url(/template/images/ico22.png) no-repeat center left;
    padding-left: 1.2rem;
    vertical-align: middle;
    position: relative;
    margin-left: 0.1rem;
    background-size: auto 100%;
}

.shareTitle9 {
    background: url(/template/images/sdIco2.png) no-repeat center left;
    padding-left: 1.5rem;
    background-size: 1.1rem auto;
    line-height: 110%;
    padding-top: 0.1rem;
}

.shareTitle9 .en {
    color: #666;
    font-size: 0.5rem;
    text-transform: uppercase;
    /* padding-bottom: 0.1rem; */
}

.shareTitle9 .cn {
    font-size: 0.75rem;
    color: #9b0000;
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.shareTitle9 .cn span {
    color: #022158;
}

.shareTitle9 .cn p {
    margin: 0;
    color: #333;
    font-size: 0.6rem;
    font-weight: normal;
}

.proShow .right .txtBox {
    padding-top: 1rem;
    width: 100%;
    max-width: 98%;
    padding-bottom: 0.5rem;
    margin-left: 1%;
}

.proShow .right .txtBox .canShu {
    padding-top: 0.5rem;
    color: #333;
}

.proShow .right .txtBox .canShu, .proShow .right .txtBox .canShu p, .proShow .right .txtBox .canShu span, .proShow .right .txtBox .canShu td {
    line-height: 180% !important;
    font-size: 0.65rem !important;
}

.proShow .right .txtBox .canShu p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .txtBox .canShu table {
    border-collapse: collapse !important;
    border: 0.05rem solid #8ba6d7;
    width: 100% !important;
}

.proShow .right .txtBox .canShu td {
    min-height: 2rem !important;
    padding: 0 !important;
    background: #f5f8fd !important;
    padding: 0.2rem !important;
}

.proShow .right .txtBox .canShu td:nth-child(1), .proShow .right .txtBox .canShu td:nth-child(3) {
    background: #e9eff9 !important;
    font-weight: bold !important;
    font-size: 0.6rem !important;
    width: 11% !important;
    max-width: 11% !important;
}

.proShow .right .txtBox .canShu td:nth-child(2),.proShow .right .txtBox .canShu td:nth-child(4) {
    width: 25% !important;
    max-width: 25% !important;
}

.proShow .right .line_4 {
    padding-top: 0.8rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.proShow .right .line_4 .sContent {
    padding-top: 0.8rem;
    font-size: 0.65rem;
}

.proShow .right .line_4 .sContent dl {
}

.proShow .right .line_4 .sContent dd {
    float: left;
    text-align: center;
    width: 50%;
    max-width: 48%;
    line-height: 160%;
    margin: 0 1%;
    margin-bottom: 1rem;
}

.proShow .right .line_4 .sContent dd:nth-child(4) {
}

.proShow .right .line_5 {
    background: url(/template/images/wap_wenTi_01.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 1.8rem;
}

.proShow .right .line_5 .sContent {
    padding-top: 24px;
    line-height: 120%;
    padding-left: 448px;
}

.proShow .right .line_5 .sContent .bigTxt {
    font-size: 19px;
    font-weight: bold;
    color: #022158;
}

.proShow .right .line_5 .sContent .en {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    transform: scale(0.7);
    white-space: nowrap;
    transform-origin: left;
    padding-bottom: 6px;
}

.proShow .right .line_5 .sContent .smallTxt {
    font-size: 16px;
    line-height: 32px;
}

.proShow .right .line_5 .sContent .box_1 {
    min-height: 117px;
}

.proShow .right .line_5 .sContent .box_2 {
    min-height: 145px;
}

.proShow .right .line_5 .sContent .box_2 .en {
    padding-bottom: 0;
}

.proShow .right .line_5 .sContent .box_2 .smallTxt {
    padding-top: 7px;
}

.proShow .right .line_5 .sContent .box_3 {
    min-height: 123px;
}

.proShow .right .line_5 .sContent .box_3 .en {
    padding-bottom: 7px;
}

.proShow .right .line_5 .sContent .box_4 {
}

.proShow .right .line_5 .sContent .box_4 .en {
}

.proShow .right .line_6 {
    padding-top: 1rem;
    padding-bottom: 0.3rem;
}

.xgBox .sTitle {
    background: url(/template/images/sIco2.png) no-repeat center left;
    text-align: center;
    background-position-x: 36%;
    background-position-y: 0.25rem;
    padding-left: 14%;
    background-size: 0.9rem auto;
}

.xgBox .sTitle .cn {
    font-size: 0.8rem;
    color: #1e1e1e;
}

.xgBox .sTitle .en {
    font-size: 0.44rem;
    color: #888;
    text-transform: uppercase;
}

.videoBox {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 1000
}

.videoIframe {
    position: fixed;
    border-radius: 5px;
    max-width: 90%;
    max-height: 80%;
    left: 0;
    right: 0;
    bottom: 19%;
    margin: 0 auto;
    z-index: 9999;
    width: 600px;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #000;
}

.videoBt {
    text-align: right;
}

.videoBt button {
    border: 0;
    line-height: 40px;
    width: 100px;
    text-align: center;
    font-size: 16px;
    background-color: #000;
    color: #fff;
    padding-bottom: 10px;
    cursor: pointer;
}

.videoContent {
    padding-bottom: 10px;
}

.proShow .right .line_4 .sContent dd img {
    width: 100%;
    max-width: 100%;
    height: 8rem;
}

.proShow .right .line_4 .sContent dd .s2 {
    padding: 0 3%;
    padding-top: 0.2rem;
    font-size: 0.6rem;
    min-height: 3rem;
}

.tzBox {
    display: inline-block;
}

.indexBody .top {
    display: grid;
    grid-template-columns: 100%;
    background: url(/template/images/wap_topBj.jpg) no-repeat center top;
    background-size: 100% 6rem;
}

.c-bannerBox {
    order: 3;
}

.t_search .right .menunavbtn {
    position: absolute;
    width: 30%;
    max-width: 9%;
    top: 0.3rem;
    left: 2.5%;
}

.t_search .right .sInputBox {
    width: 100%;
    max-width: 83%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
    border: 1px solid #d8d8d8;
    border-radius: 10rem;
    overflow: hidden;
    background: #fff;
    -moz-box-shadow: inset 0px -1px 5px #ddd;
    -webkit-box-shadow: inset 0px -1px 5px #ddd;
    box-shadow: inset 0px -1px 5px #ddd;
}

.t_nav .navBt {
    padding: 0 0.8rem;
}

.t_nav .navTitle {
    text-align: center;
    padding: 0.5rem 0.8rem;
}

.t_nav .navBt img {
    width: 1.3rem;
    max-width: 1.3rem;
}

.t_nav .navTitle img {
    width: 100%;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.iPro .content #Tab_1,.iPro .content #Tab_2,.iPro .content #Tab_3 {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 33%;
    font-size: 0.75rem;
    color: #fff;
    display: block;
    background: #022158;
    text-align: center;
    padding: 0.8rem 0;
}

.iPro .content #Tab_1 {
}

.iPro .content #Tab_2 {
    left: 33.5%;
}

.iPro .content #Tab_3 {
    right: 0;
}

.iPro .shareTitle {
    margin-bottom: 0.6rem;
}

.iPro .content #Tab_1 a, .iPro .content #Tab_2 a, .iPro .content #Tab_3 a {
    color: #fff;
    display: block;
}

.iPro .content #Tab_1 span, .iPro .content #Tab_2 span, .iPro .content #Tab_3 span {
    display: block;
}

.iPro .content .cur {
    background: #fed823 !important;
    color: #333 !important;
}

.iPro .content .cur a {
    color: #333 !important;
}

.iPro .content #Box_1,.iPro .content #Box_2,.iPro .content #Box_3 {
}

.iPro .content #Box_1 .jt, .iPro .content #Box_2 .jt, .iPro .content #Box_3 .jt {
    min-height: 0.3rem;
    background: url(/template/images/wap_JT.png) no-repeat center;
    background-size: auto 100%;
    margin-bottom: 0.3rem;
}

.iPro .content #Box_1 .jt {
    background-position-x: 14.5%;
}

.iPro .content #Box_2 .jt {
    background-position-x: 50%;
}

.iPro .content #Box_3 .jt {
    background-position-x: 85%;
}

.iPro .content #Box_1 dd, .iPro .content #Box_2 dd, .iPro .content #Box_3 dd {
    width: 60%;
    max-width: 32.3%;
    float: left;
    line-height: 2rem;
    text-align: center;
    padding: 0 0.5%;
    border-bottom: 0.05rem dashed #ccc;
}

.iPro .content #Box_1 dd a, .iPro .content #Box_2 dd a, .iPro .content #Box_3 dd a {
    display: block;
    font-size: 0.58rem;
    color: #000;
}

.iPro .content #Box_1 .sBox, .iPro .content #Box_2 .sBox, .iPro .content #Box_3 .sBox {
    border: 0.05rem dashed #ccc;
    width: 100%;
    max-width: 98%;
    margin: 0 0.6%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.iPro .content #Box_3 li {
    width: 60%;
    max-width: 32.3%;
    float: left;
    line-height: 2rem;
    text-align: center;
    padding: 0 0.5%;
    border-bottom: 0.05rem dashed #ccc;
}

.iPro .content #Box_3 li a {
    display: block;
    font-size: 0.58rem;
    color: #000;
}

.proType2 {
}

.proType2 .leftList {
}

.proType2 .leftList .smallType.last {
    display: none;
}

.iPro .content .ul_1 .right {
    padding-top: 0.3rem;
}

.shareItem .dl_1 {
    border: 0.05rem solid #e0e0e0;
    overflow: hidden;
    padding: 0.1rem;
    padding-bottom: 0.2rem;
}

.shareMore_2 {
    padding-top: 0.8rem;
}

.shareMore_2 a {
    display: block;
    line-height: 1.9rem;
    text-align: center;
    color: #333;
    font-size: 0.75rem;
    max-width: 60%;
    border-radius: 10rem;
    background: #ffc701;
    margin: 0 auto;
    border: 0.2rem solid #fff4cc;
}

.ad .two .f_2 {
    padding-left: 7%;
}

.ad .two .f_1 {
}

.ad .two font {
    display: block;
}

.wenTi .shareTitle {
    text-align: left;
    background: url(/template/images/wap_t2.png) no-repeat center top;
    background-size: auto 2rem;
    background-position-x: 1.5%;
    padding-left: 13%;
    margin-bottom: 1rem;
}

.wenTi .shareTitle .one {
    font-size: 0.6rem;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.wenTi .shareTitle .cn {
    font-size: 0.8rem;
    padding: 0;
}

.f_feedback .four .s1 {
    width: 50%;
    max-width: 36%;
    padding-left: 9%;
    float: left;
}

.f_feedback .four .s2 {
    width: 100%;
    max-width: 45%;
    float: right;
}

.f_contact .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.f_contact .left .line_2 .sub_right .title {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.f_contact .left .line_2 .sub_right .title .f_logo {
    width: 65%;
    max-width: 30%;
    float: left;
}

.f_contact .left .line_2 .sub_right .s1 .cn {
    font-size: 0.85rem;
    font-weight: bold;
    padding: 0.1rem 0;
    /* padding-top: 0.2rem; */
}

.f_contact .left .line_2 .sub_right .s1 .en {
    font-size: 0.39rem;
    text-transform: uppercase;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/wap_kf.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-top: 0;
    background-position-y: 0.8rem;
}

.keFu a {
    width: 80%;
    max-width: 20%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.2rem;
    padding-top: 1.4rem;
}

/*
.keFu a:hover {
  background: #ffa030;
}
*/
.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1rem;
}

.keFu a:nth-child(3) {
    padding-top: 0;
    position: relative;
    top: -0.45rem;
}

.keFu a:nth-child(3) img {
    height: 4rem;
}

.keFu a:nth-child(3) span {
    position: absolute;
    top: 1.9rem;
    font-weight: bold;
    color: #b10012;
    left: 0;
}

.proList .shareTitle {
    background-position-x: 53%;
}

.proList .shareTitle .cn {
    padding-left: 0%;
}

.left_pro .leftContent .ul_8 {
    position: relative;
    border-top: 0.2rem solid #fed823;
    padding-top: 3.1rem;
}

.proList .left {
    padding: 0.6rem 0;
}

.left_pro .leftContent #Tab_1 {
}

.left_pro .leftContent #Tab_2 {
    left: 33.5%;
}

.left_pro .leftContent #Tab_3 {
    right: 0;
}

.left_pro .leftContent .twoBox {
    width: 98%;
    max-width: 97.5%;
    margin: 0 1%;
    position: relative;
    border: 0.05rem dashed #ccc;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.left_pro .leftContent .sBox .jt {
    min-height: 0.3rem;
    background: url(/template/images/wap_JT.png) no-repeat center;
    background-size: auto 100%;
    margin-bottom: 0.5rem;
    background-position-x: 14.5%;
}

.left_pro .leftContent #Box_2 .jt {
    background-position-x: 50%;
}

.left_pro .leftContent #Box_3 .jt {
    background-position-x: 85%;
}

.left_pro .leftContent .bigNav.cur {
    background: #fed823;
    color: #333;
}

.left_pro .leftContent .bigNav.cur a {
    color: #333;
}

.showTitle {
    padding: 0.3rem 0;
    line-height: 1.5rem;
    background: url(/template/images/wap_tBj.png);
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0.2rem solid #fed823;
    font-size: 0.7rem;
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .sub_left {
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    border-radius: 0.3rem;
    color: #fff;
    padding-left: 1rem;
    background: url(/template/images/wap_ico6.png) no-repeat center left;
    background-size: 0.8rem auto;
    font-size: 0.6rem;
}

.showTitle .sub_right {
    float: right;
}

.showTitle .dl_2 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}

.proShow .right .jiao2 {
    min-height: 0.3rem;
    background: url(/template/images/wap_JT2.png) no-repeat center;
    background-size: auto 100%;
    position: relative;
}

.proShow .right .line_2 .sub_right .four dd:nth-child(1) {
    margin-left: 2%;
}

.proShow .right .line_2 .sub_right .four dd:nth-child(2) {
}

.proShow .right .line_2 .sub_right .four dd:nth-child(3) {
    margin-right: 0;
}

.proShow .right .line_4 .shareTitle9 .cn {
    padding-bottom: 0.1rem;
    line-height: 130%;

}

.proShow .right .line_4 .shareTitle9 .en {
    display: none;
}

.shareTitle9 .cn p font {
    display: none;
}

.proShow .right .line_5 .shareTitle {
    text-align: left;
    background: url(/template/images/wap_t2.png) no-repeat center top;
    background-size: auto 2rem;
    background-position-x: 1.5%;
    padding-left: 13%;
    display: inline-block;
    margin-left: 6%;
    margin-bottom: 1rem;
}

.proShow .right .line_5 .shareTitle .cn {
    font-size: 0.8rem;
    padding: 0;
    letter-spacing: 0.08rem;
    padding-top: 0.1rem;
}

.proShow .right .line_5 .shareTitle .en {
    font-size: 0.55rem;
    text-transform: uppercase;
}

.wenTi2 .shareTitle3 {
    min-height: 5rem;
    text-align: center;
    background: url(/template/images/wap_shareTitle5.png) no-repeat center top;
    background-size: 93% auto;
}

.wenTi2 .shareTitle3 .cn {
    font-size: 0.9rem;
    color: #9b0000;
    font-weight: bold;
    padding: 0;
    padding-bottom: 0.38rem;
    padding-left: 8%;
}

.wenTi2 .shareTitle3 .one {
    font-size: 0.7rem;
    color: #1e1e1e;
    padding: 0 13%;
    line-height: 160%;
}

.fangAnType .leftContent .leftList li {
    width: 50%;
    max-width: 48.3%;
    float: left;
    line-height: 1.9rem;
    margin-left: 1%;
    margin-bottom: 0.3rem;
}

.fangAnType .leftContent .leftList .smallType a:hover, .fangAnType .leftContent .leftList .curNav a {
    color: #fff;
    background: url(/template/images/wap_faNavH.png) no-repeat;
    background-size: 100% auto;
}

.newShareList {
    text-align: center;
}

.shareFaItem {
    max-width: 95%;
    line-height: normal;
    border: 0.05rem solid #ddd;
    padding: 0.3rem;
    background: #fff;
    margin-bottom: 0.35rem;
    text-align: left;
}

.fangAnShow .shareTitle {
    background-position-x: 49.3%;
    margin-bottom: 0.5rem;
}

.fangAnShow .shareTitle .cn {
    padding-left: 0;
}

.fangAnShow .jiao2 {
    min-height: 0.3rem;
    background: url(/template/images/wap_JT2.png) no-repeat center;
    background-size: auto 100%;
    position: relative;
}

.shareNewBox .line_2 dd {
    display: inline-block;
    /* margin: 0 1%; */
}

.prev_next li span {
    display: inline-block;
    padding-left: 2%;
}

.xgPro dd:first-child {
    margin-right: 2%;
}

.in_new .shareTitle {
    background: url(/template/images/wap_t5.png) no-repeat center top;
    background-size: auto 2.5rem;
    background-position-x: 50%;
    min-height: 2.5rem;
    margin-bottom: 0.5rem;
}

.in_new .shareTitle .cn {
    padding-left: 0%;
    padding-top: 1.3rem;
}

.leftNew .leftContent .leftList li:nth-child(4),.leftNew .leftContent .leftList li:nth-child(5) {
    display: none;
}

.newShow .shareTitle {
    background: url(/template/images/wap_t5.png) no-repeat center top;
    background-size: auto 2.5rem;
    background-position-x: 50%;
    min-height: 2.5rem;
    margin-bottom: 0.5rem;
}

.typeNav3 .content .type_2 {
    left: 33.5%;
}

.typeNav3 .content .type_3 {
    right: 0;
}

.typeNav3 .content .topTypeNav {
}

.typeNav3 .content .type_1 a {
    background: url(/template/images/wap_proIco_01.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_2 a {
    background: url(/template/images/wap_proIco_02.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_3 a {
    background: url(/template/images/wap_proIco_03.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .subTypeBox {
}

.typeNav3 .content .subTypeBox .sBox {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    max-width: 95%;
    border-radius: 0.5rem;
    padding: 0 1.5%;
    background-color: #fff;
    vertical-align: middle;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1%;
}

.typeNav3 .content .subTypeBox .jt {
    height: 0.6rem;
    background: url(/template/images/wap_jt2.png) no-repeat;
    background-size: auto 100%;
    margin-bottom: -0.3rem;
    position: relative;
    background-position-x: 50%;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
    text-align: justify;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}

.shareNewBox .line_2 dd:nth-child(1) {
    display: none;
}

.shareNewBox .line_2 dd:nth-child(2) {
    float: left;
    padding-left: 2%;
}

.shareNewBox .line_2 dd:nth-child(3) {
    float: right;
    padding-right: 2%;
}

.newShow .shareTitle .cn {
    padding-left: 0%;
    padding-top: 1.3rem;
}

.in_about .shareTitle {
    background: url(/template/images/wap_t6.png) no-repeat center top;
    background-size: auto 2.5rem;
    background-position-x: 43%;
    min-height: 2.5rem;
    margin-bottom: 0.5rem;
}

.in_about .shareTitle .cn {
    padding-left: 0%;
    padding-top: 1.3rem;
}

.case .shareTitle {
    background: url(/template/images/t4.png) no-repeat center top;
    background-size: 98% auto;
    background-position-x: 43%;
}

.case .shareTitle .cn {
    padding-top: 0.8rem;
    padding-right: 0;
    padding-left: 2%;
}

.case .caseMore {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.caseMore .box_2 a:nth-child(2),.caseMore .box_2 a:nth-child(4),.caseMore .box_2 a:nth-child(6) {
    margin-right: 0;
}

.caseMore .box_3 a dd:nth-child(2) {
    margin-right: 0;
}

.searchBody {
}

.searchBody .proList .shareTitle {
    background: url(/template/images/wap_t2.png) no-repeat center top;
    background-size: auto 2rem;
    background-position-x: 50%;
    margin-bottom: 0.5rem;
}

.searchBody .proList .left {
    display: none;
}

.xgBox .sContent {
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 0.5rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.jhList {
    padding-bottom: 0.5rem;
}

.jhList .left {
    padding-bottom: 1.5rem;
}

.jhList .right {
}

.jhlistBox {
    padding-top: 0.5rem;
}

.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;
}
