@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !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.5rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
    line-height: 1.5rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #c70c17;
    display: inline-block;
    color: #fff;
    background: #c70c17;
    padding: 0 0.5rem;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 84%;
    line-height: 1.8rem;
    height: 1.8rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
    background: none;
    text-indent: 0.35rem;
}

.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: 16%;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/wap_search_bt.png) no-repeat center left;
    background-size: auto 1.1rem;
    background-position-x: 0.35rem;
    line-height: 1.8rem;
    border-radius: 0.3rem;
    padding-top: 0.05rem;
    font-size: 0.75rem;
    vertical-align: middle;
}

.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: 5rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 300;
}

.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_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_jiShu {
    background: url("/template/images/banner_jiShu.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_baoJia {
    background: url("/template/images/banner_baoJia.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_heZuo {
    background: url("/template/images/banner_hezuo.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_dingZhi.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;
}

/*瀑布流层*/
.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 {
}

.prev_next a {
    color: #1b3580;
    width: 100%;
    max-width: 74%;
    display: inline-block;
    vertical-align: middle;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 44%;
    line-height: 37px;
    padding: 0 17px;
    border-radius: 5px;
}

.prev_next .sub_left, .prev_next .sub_right {
    border: 1px solid #dcdcdc;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
}

.prev_next li:hover a {
    color: #d40404;
}

.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 */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png) 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;
}

.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;
}

.friendLink, .friendLink a {
    color: #666;
}

.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;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.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;
}

.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.leftNew .content .bigNav {
    background: url(/template/images/left_bigNav2.png) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/template/images/left_bigNav3.png) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.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.leftNew .content .bigNav a {
    color: #1e1e1e;
    text-indent: 83px;
    text-align: left;
    font-weight: normal;
}

.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;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.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 {
}

.t_bigBox {
    background: url(/template/images/wap_topBj.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 2.5rem;
    -moz-box-shadow: 1px 0px 0.3rem #ccc;
    -webkit-box-shadow: 1px 0px 0.3rem #ccc;
    box-shadow: 1px 0px 0.3rem #ccc;
}

/* Star daoHang */
.shareTitle {
    min-height: 2rem;
    text-align: center;
    background: url(/template/images/t1.png) no-repeat center top;
    background-size: 100% auto;
}

.shareTitle .en {
    color: #666;
    font-size: 0.65rem;
    text-transform: uppercase;
}

.shareTitle .cn {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}

.shareTitle .cn img {
    width: 3rem;
    max-width: 1.5rem;
    vertical-align: bottom;
    position: relative;
    top: -0.05rem;
    padding-right: 0.1rem;
}

.shareTitle span,.shareTitle strong {
    color: #204881;
    display: inline-block;
}

.shareTitle .one {
    font-size: 0.6rem;
    color: #416fb3;
    line-height: 1rem;
}

.shareTitle .one span {
    color: #e95311;
}

.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;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg) 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;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.noPage {
    background: url(/template/images/bj21.jpg) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    min-height: 550px;
    background: url(/template/images/bj_6.png) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #0c70bb;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 247px;
}

.servies .right {
    width: 903px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/template/images/bj19.jpg) no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background: url(/template/images/bj36.png) no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #0c70bb;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    background: url(/template/images/weiZhi.png) no-repeat center left;
    padding-left: 25px;
}

.pageDH a {
    color: #474747;
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg) no-repeat center top;
    padding-top: 88px;
}

.shareOemBox .dl_2 dd, .shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .shareTitle {
    color: #fff;
}

.shareOemBox .center .shareTitle .one {
    color: #ccc;
    padding-top: 0;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 16px;
    padding-left: 25px;
    background: url(/template/images/ico_4.png) no-repeat center left;
    font-weight: bold;
    line-height: 45px;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 247px;
}

.in_case .right {
    width: 903px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #0c70bb;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_case .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
    display: block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #0c70bb;
}

.in_case .right .r_list .L2_UL .sub_right .one a:hover {
    color: #ffa800;
}

.in_case .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .L2_UL .sub_right .three {
    text-align: right;
}

.in_case .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #0c70bb;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .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_case .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newShow {
}

.newShow .left {
    display: none;
}

.newShow .right {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
}

.newShow .ul_1 {
}

.newShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .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;
}

.newShow .right .r_box {
}

.newShow .right .newBox {
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
}

.newShow .right .newBox .line_2 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;
}

.newShow .right .newBox .line_2 .two {
    padding: 0.3rem 0;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    color: #888;
    text-align: center;
}

.newShow .right .newBox .line_3 {
    line-height: 180%;
    width: 98%;
    padding: 1rem 0px;
    margin: 0px 1% 0px 1%;
    font-size: 0.6rem;
    padding: 0.5rem 0;
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    height: auto !important;
}

.newShow .right .newBox .line_3 table {
    max-width: 100% !important;
}

.newShow .right .newBox .line_3 table, .newShow .right .newBox .line_3 td {
    border: 0 !important;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 td, .newShow .right .newBox .line_3 span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
}

.newShow .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;
}

.newShow .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;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .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;
}

.newShow .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;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .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;
}

.newShow .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;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .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;
}

.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;
}

.xgPro {
    padding: 0.5rem 0 !important;
    padding-bottom: 0 !important;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
}

/*.xgPro .dl_6 dd {
    float: left;
    margin-right: 22px;
    width: 199px;
}

.xgPro .dl_6 dd:nth-child(5) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #e95412;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
}

.xgPro .dl_6 dd a img {
    display: block;
    border: 1px solid #ccc;
}

.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;
}
*/
.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;
}

/* Star daoHang */
.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
    padding-top: 1rem;
}

.in_new .left {
    padding-top: 0.6rem;
}

.in_new .right {
    padding-bottom: 0.5rem;
}

.in_new .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_new .right .r_list li:nth-child(3), .in_new .right .r_list li:nth-child(6), .in_new .right .r_list li:nth-child(9), .in_new .right .r_list li:nth-child(12), .in_new .right .r_list li:nth-child(15), .in_new .right .r_list li:nth-child(18), .in_new .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_new .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_new .right .r_list .item a .txt {
    line-height: 48px;
}

.in_new .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_new .right .r_list .item a:hover {
    color: #0c70bb;
}

.in_new .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_new .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.newShareList .L2_UL {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    margin-bottom: 1rem;
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.newShareList .L2_UL .sub_left img {
    width: 100%;
    max-width: 96%;
    height: 8rem;
    border: 0.3rem solid #f5f5f5;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 100%;
    max-width: 100%;
}

.newShareList .L2_UL .sub_right .one {
    line-height: 1.5rem;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 0.75rem;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #888;
    font-size: 0.6rem;
    line-height: 180%;
    padding-bottom: 0.3rem;
    min-height: 3rem;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    color: #888;
    line-height: 1.5rem;
    background: #f5f5f5;
    font-size: 0.55rem;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three .s_right a {
    font-size: 0.6rem;
    color: #fff;
    display: inline-block;
    text-align: center;
    background: #e60012;
    vertical-align: top;
    width: 100%;
}

.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;
}

.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;
}

.in_youShi {
    padding: 50px 0;
    background: #fff;
}

.in_youShi ul .en {
    color: #0076c0;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

.in_youShi .bigTxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #fff;
    line-height: 38px;
    padding-left: 44px;
}

.in_youShi .bigTxt p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
}

.in_youShi .smallTxt {
    color: #1e1e1e;
    line-height: 235%;
    padding-left: 21px;
}

.in_youShi ul li span {
    font-weight: bold;
}

.in_youShi .box_1 {
    padding-top: 25px;
    padding-left: 468px;
}

.in_youShi .box_2 {
    padding-top: 65px;
    padding-left: 36px;
}

.in_youShi .box_3 {
    padding-left: 484px;
    padding-top: 52px;
    width: 300px;
}

.in_youShi .box_4 {
    padding-top: 78px;
    padding-left: 32px;
}

.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;
}

.aboutShareNav {
    padding-top: 67px;
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 151px;
    text-align: center;
    margin-right: 131px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 18px;
    line-height: 130%;
    min-height: 63px;
    padding-top: 110px;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutNav_01.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutNav_02.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutNav_03.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutNav_04.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(5) a:hover {
    background: url(/template/images/aboutNav_05.png) no-repeat center top;
}

.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;
}

.lContact {
    display: none;
}

.lContact .one {
    padding-top: 12px;
    font-size: 18px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    line-height: 130%;
    font-size: 29px;
    font-family: Impact;
    color: #163b6b;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.fwfe .line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 242px;
    line-height: 160%;
    font-size: 19px;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.t_box {
}

.t_logo {
    padding: 0.6rem 0;
}

.t_logo .ul_1 {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    /* min-height: 1.8rem; */
}

.t_logo .ul_1 .l_1 {
    width: 100%;
    max-width: 68%;
    display: inline-block;
    vertical-align: middle;
}

.t_logo .ul_1 .l_1 img {
    height: auto;
    width: 100%;
    max-width: 63%;
    float: left;
    padding-top: 0.1rem;
}

.t_logo .ul_1 .l_1 .txt {
    width: 50%;
    max-width: 33%;
    font-weight: bold;
    padding-left: 1%;
    line-height: 150%;
    float: left;
}

.t_logo .ul_1 .l_1 .txt.inline .one {
    font-size: 0.65rem;
    color: #b61717;
    margin: 0;
}

.t_logo .ul_1 .l_1 .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .ul_1 .l_1 .txt.inline .two {
    display: block;
    font-size: 0.55rem;
    color: #112b4f;
}

.t_logo .ul_1 .l_2 {
    width: 61%;
    max-width: 30%;
    color: #000;
    font-weight: bold;
    font-size: 0.4rem;
    padding-top: 0.1rem;
    display: inline-block;
    vertical-align: middle;
}

.t_logo .ul_1 .l_2 strong {
    float: left;
    color: #122c51;
    line-height: 1.3rem;
    width: 100%;
    max-width: 28.5%;
    text-align: center;
    margin-right: 8%;
    padding-top: 0.1rem;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 16px;
    line-height: 22px;
    color: #0c4eb0;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
}

.t_logo .ul_1 .right .sub_right {
    font-size: 35px;
    font-family: 'Impact';
    padding-left: 10px;
    letter-spacing: 1px;
}

.t_search {
    position: absolute;
    width: 100%;
    max-width: 98%;
    left: 1%;
    top: 3rem;
    z-index: 0;
}

.t_search .t_searchUL {
    font-size: 15px;
    color: #474747;
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #888;
    font-size: 14px;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.iPro {
    padding: 97px 0;
    padding-bottom: 0;
}

.iPro .center .content {
    padding-top: 44px;
    background: #fbfdff;
}

.iPro .center .content .bigNav {
}

.iPro .center .content .bigNav .clear li {
    float: left;
    width: 396px;
    line-height: 66px;
    margin-right: 6px;
}

.iPro .center .content .bigNav .clear li a {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    display: block;
    text-indent: 171px;
}

.iPro .center .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_01.png) no-repeat;
    text-indent: 168px;
}

.iPro .center .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_02.png) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_03.png) no-repeat;
    text-indent: 163px;
}

.iPro .center .content .bigNav .clear li.first a, .iPro .center .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_01.png) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png) no-repeat;
}

.iPro .center .content .box {
    border: 1px solid #eee;
    border-top: 0;
}

.iPro .center .content .box .smallNav {
    padding: 23px 35px;
}

.iPro .center .content .box .smallNav .s_ul {
}

.iPro .center .content .box .smallNav .s_ul li {
    width: 173px;
    float: left;
    line-height: 38px;
    margin-right: 18px;
}

.iPro .center .content .box .smallNav .s_ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    background: url(/template/images/bot.png) no-repeat center left;
    text-indent: 14px;
}

.iPro .center .content .box .smallNav .s_ul li a:hover {
    color: #0055ad;
}

.pro_ShareList {
    padding-top: 0.5rem !important;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 28px;
    color: #2a2a2a;
    display: inline;
}

.iPro .center .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.iPro .center .content .box .smallNav .s_ul li:nth-child(6),.iPro .center .content .box .smallNav .s_ul li:nth-child(12),.iPro .center .content .box .smallNav .s_ul li:nth-child(18),.iPro .center .content .box .smallNav .s_ul li:nth-child(24),.iPro .center .content .box .smallNav .s_ul li:nth-child(30) {
    margin-right: 0;
}

.iPro .center .content .box .smallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.iPro .center .content .box .smallNav .last a {
    color: #0656b1;
}

.wenTi {
    background: url(/template/images/bj2.jpg) no-repeat center top;
    background-position-y: 86px;
    padding-top: 167px;
    padding-bottom: 125px;
}

.wenTi .title .one {
    color: #303030;
    font-size: 27px;
    font-weight: bold;
    padding-left: 5px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 180%;
}

.wenTi .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.wenTi .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.wenTi .title .two a {
    position: relative;
    top: 6px;
}

.wenTi .content {
    padding-top: 40px;
}

.wenTi .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.wenTi .content .one p {
    margin: 0;
    position: absolute;
}

.wenTi .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.wenTi .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.wenTi .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.wenTi .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.wenTi .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.wenTi .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.wenTi .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.wenTi .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.wenTi .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.wenTi .content .two .s2 span {
    font-weight: bold;
}

.in_pro {
    padding-top: 0.5rem;
}

.in_pro .left {
}




.in_pro .right {
    padding-bottom: 0.5rem;
}

.shareRightSmallNav {
    padding-bottom: 0.8rem;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 100%;
    max-width: 32.5%;
    text-align: center;
    float: left;
    line-height: 1.5rem;
    margin-left: 0.6%;
    margin-bottom: 0.3rem;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 0.6rem;
    background: url(/template/images/sNavBj_02.png) left center no-repeat;
    background-size: 100% 100%;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/template/images/sNavBj_01.png) left center no-repeat;
    background-size: 100% 100%;
}

.shareRightTitle {
    display: none;
}

.shareRightTitle .sub_left {
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 20px 30px;
}

.shareRightTitle .txt_1 {
    font-weight: bold;
    color: #1c4f8d;
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding-bottom: 3px;
}

.shareRightTitle .txt_2 {
    font-size: 16px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.in_pro .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.in_pro .list .item a p, .in_pro .list .item a span {
    display: block;
}

.in_pro .list .item a img {
}

.in_pro .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.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;
}

.in_pro .pro_ShareList .item:nth-child(3), .in_pro .pro_ShareList .item:nth-child(6), .in_pro .pro_ShareList .item:nth-child(9), .in_pro .pro_ShareList .item:nth-child(12), .in_pro .pro_ShareList .item:nth-child(15),.in_pro .pro_ShareList .item:nth-child(18),.in_pro .pro_ShareList .item:nth-child(21) {
    margin-right: 0;
}

.xgBox {
    display: none;
}

.xgBox .title {
}

.xgBox .title .sub_left {
    background: url(/template/images/xgIco.png) no-repeat center left;
    padding-left: 8%;
    background-size: 0.9rem auto;
    text-transform: uppercase;
    background-position-x: 1%;
    line-height: 1.8rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #000;
}

.xgBox .title .sub_right {
    display: none;
}

.xgBox .title .sub_right a {
    color: #d50404;
    font-size: 17px;
}

.xgBox .title .sub_left span {
    font-size: 0.6rem;
    font-weight: normal;
}

.xgNew {
    padding: 11px 0;
}

.xgNew .ul_2 {
    margin-bottom: 13px;
    padding: 20px;
    width: 890px;
}

.xgNew .ul_2:hover {
    background-color: #fdfaf4;
}

.xgNew .ul_2 .sub_left {
    width: 260px;
}

.xgNew .ul_2 .sub_left img {
    display: block;
}

.xgNew .ul_2 .sub_right {
    width: 608px;
}

.xgNew .ul_2 .sub_right .one {
    font-size: 18px;
    line-height: 26px;
    padding-top: 2px;
    letter-spacing: 1px;
}

.xgNew .ul_2 .sub_right .one a {
    color: #173f70;
    font-weight: bold;
    padding-bottom: 6px;
}

.xgNew .ul_2 .sub_right .two {
    font-size: 14px;
    color: #888;
    padding-left: 28px;
    line-height: 25px;
    background: url(/template/images/time.png) no-repeat center left;
}

.xgNew .ul_2 .sub_right .three {
    padding: 8px 0;
    padding-bottom: 13px;
    font-size: 16px;

    text-indent: 2rem;
    letter-spacing: 1px;
}

.xgNew .ul_2 .sub_right .four {
    font-size: 13px;
}

.xgNew .ul_2 .sub_right .four a {
    color: #fff;
    background: #173f70;
    display: inline-block;
    line-height: 26px;
    padding: 0px 13px;
    padding-left: 15px;
}

.proShow {
}

.proShow .left {
    display: none;
}

.proShow .right {
}

.proShow .right .r_smallNav {
    background: url(/template/images/navSbj.png);
    margin-top: 20px;
}

.proShow .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.proShow .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.proShow .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.proShow .right .content {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.proShow .right .content .box_1 {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    margin-bottom: 1rem;
}

.proShow .right .content .title_2 {
    padding: 15px 0;
    border-bottom: 1px dotted #0261c3;
}

.proShow .right .content .title_2 .txt {
    font-weight: bold;
    font-size: 24px;
    color: #0261c3;
    border-left: 6px solid #0261c3;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.proShow .right .content .r_1 {
}

.proShow .right .content .r_1 .sub_right {
}

.proShow .right .content .r_1 .clear .sub_right .canShu p {
    margin: 0;
    padding: 0;
}

.proShow .right .content .r_1 .sub_right .canShu, .proShow .right .content .r_1 .sub_right .canShu p, .proShow .right .content .r_1 .sub_right .canShu span, .proShow .right .content .r_1 .sub_right .canShu td {
    line-height: 1rem !important;
    font-size: 0.6rem !important;
}

.proShow .right .content .r_1 .sub_right .canShu table, .proShow .right .content .r_1 .sub_right .canShu td {
    border: 0;
}

.proShow .right .content .r_1 .sub_right .canShu td {
    padding: 0.2rem !important;
    border: 0.05rem dotted #8cb8da !important;
}

.proShow .right .content .r_1 .clear .sub_right .canShu td:nth-child(1) {
    font-weight: bold !important;
    font-size: 0.6rem !important;
    width: 30% !important;
    border-left: 0 !important;
}

.proShow .right .content .r_1 .clear .sub_right .canShu td:nth-child(2) {
    width: 69% !important;
    border-right: 0 !important;
}

.proShow .right .content .r_1 .sub_right .canShu tr {
}

.proShow .right .content .r_1 .sub_right .canShu table {
    border-collapse: collapse !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.proShow .right .content .r_1 .clear .sub_right .bt {
    display: none;
}

.proShow .right .content .r_1 .clear .sub_right .bt a, .proShow .right .content .r_1 .clear .sub_right .bt .shareTel {
    display: inline-block;
    vertical-align: middle;
}

.proShareBox {
    padding-bottom: 1rem;
}

.proShareBox.r_4 {
}

.pro_shareTitle {
    font-size: 0.2rem;
    color: #173f70;
    line-height: 1.5rem;
    padding-left: 1.8rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    background: url(/template/images/sTico_01.png) no-repeat center left;
    background-size: 230% auto;
}

.pro_shareTitle strong {
    font-size: 0.7rem;
    font-weight: bold;
}

.pro_shareTxt {
    padding-top: 0;
    color: #333;
    font-size: 0.6rem;
    line-height: 200%;
    padding: 0 1%;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.6rem !important;
    line-height: 200% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.pro_shareTxt td:nth-child(1) {
    padding-right: 30px !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 33% !important;
    text-align: center !important;
    padding: 0;
}

.proShareBox.r_4 .pro_shareTxt td:nth-child(1) {
    padding: 0 !important;
}

.proShow .right .content .r_1 .sub_left {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    min-height: 14.5rem;
    background: url(/template/images/k5.png) no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding-top: 0.3rem;
    position: relative;
    margin-bottom: 1rem;
}

.proShow .shareRightTitle {
}

.proShow .shareRightTitle .dl_2 {
}

.proShow .shareRightSmallNav {
    background: url(/template/images/wap_k_01.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #fffcf8;
    border: 0.05rem solid #fff0db;
    max-width: 99%;
    padding-bottom: 0;
}

.proShow .shareRightSmallNav .ul_1 {
    position: relative;
    background: url(/template/images/wap_k_02.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 0.2rem 0;
}

.shareTel {
    padding: 0;
    background: url(/template/images/call_01.png) no-repeat center left;
    background-size: 0.7rem auto;
    padding-left: 1rem;
    text-align: left;
    line-height: 150%;
    color: #000;
    background-position-y: 0.15rem;
}

.proShow .right .content .r_1 .clear .sub_right .two {
    padding-top: 9px;
    letter-spacing: 1px;
    font-size: 16px;
}

.proShow .right .content .r_1 .clear .sub_right .bt .dl_5.clear .s_right {
    width: 252px;
}

.shareTel .s1 {
    font-size: 0.6rem;
    color: #000000;
    padding-bottom: 0.2rem;
}

.shareTel .s2 {
    font-size: 1rem;
    color: #b10012;
    font-family: Impact;
}

.proShow .right .content .part4 .sC .dl_6.clear dd {
    float: left;
    font-size: 22px;
    color: #fff;
    width: 176px;
    text-align: center;
    margin-right: 7px;
}

.inYouShi {
    padding: 92px 0;
    padding-bottom: 7px;
}

.inYouShi .shareTitle {
    background: url(/template/images/iys_01.png) no-repeat center top;
    min-height: 108px;
}

.inYouShi .shareTitle .cn {
    color: #0057b0;
}

.inYouShi .shareTitle .one {
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
}

.inYouShi .sC {
    padding-top: 61px;
}

.inYouShi .sC .line_1 {
    background: url(/template/images/iys_02.png) no-repeat center top;
    min-height: 267px;
}

.inYouShi .sC .one {
    color: #082db2;
    font-size: 19px;
    padding-left: 36px;
}

.inYouShi .sC .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 14px;
    line-height: 42px;
    letter-spacing: 1px;
}

.inYouShi .sC .two span {
    color: #ff4e00;
}

.inYouShi .sC .one p {
    display: inline;
    font-weight: bold;
}

.inYouShi .sC .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.inYouShi .sC .line_1 .box_1 {
    padding-top: 63px;
    padding-left: 150px;
}

.inYouShi .sC .line_2 .box_2 {
    padding-left: 854px;
    padding-top: 137px;
}

.inYouShi .sC .line_2 .box_2 .one {
    padding-left: 90px;
}

.inYouShi .sC .line_2 .box_2 .two {
    padding-top: 25px;
    line-height: 35px;
}

.inYouShi .sC .line_2 {
    background: url(/template/images/iys_03.png) no-repeat center top;
    min-height: 413px;
    background-position-y: 95px;
}

.inYouShi .sC .line_3 {
    background: url(/template/images/iys_04.png) no-repeat center top;
    min-height: 395px;
    background-position-y: 85px;
}

.inYouShi .sC .line_3 .box_3 {
    padding-top: 122px;
    padding-left: 111px;
}

.inYouShi .sC .line_3 .box_3 .one {
    padding-left: 65px;
}



.inYouShi .sC .line_3 .box_3 .two {
    line-height: 35px;
    padding-top: 19px;
}

.inYouShi .sC .line_4 .box_4 {
    padding-left: 902px;
    padding-top: 53px;
}

.inYouShi .sC .line_4 {
    background: url(/template/images/iys_05.png) no-repeat center top;
    min-height: 350px;
    background-position-y: 14px;
}

.inYouShi .sC .line_4 .box_4 .one {
    padding-left: 54px;
}

.inYouShi .sC .line_4 .box_4 .two {
    line-height: 35px;
    padding-top: 17px;
}

.lContact2 {
    background: url(/template/images/l_contact2.jpg) no-repeat center bottom;
    font-size: 17px;
    color: #002886;
    min-height: 359px;
    padding-top: 28px;
    line-height: 160%;
}

.lContact2 .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact2 .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact2 .three {
    text-indent: 120px;
    padding-top: 0;
    line-height: 130%;
    font-size: 16px;
}

.lContact2 .three img {
    border: 1px solid #ccc;
}

.lContact2 .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.lContact2 .one {
    text-indent: 39px;
    padding-top: 34px;
}

.lContact2 .two {
    text-indent: 132px;
    padding-top: 2px;
    font-size: 16px;
}

.newShareList .L2_UL:hover {
}

.newShareList .L2_UL:hover .sub_right .one a {
}

.shareNewRTitle {
    background: url(/template/images/nTitle.jpg) no-repeat center top;
    line-height: 54px;
    height: 54px;
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 54px;
    font-size: 19px;
    margin: 0;
    padding: 0;
    text-indent: 44px;
    color: #fff;
}

.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;
}

.typeNav.newNav .content .ul_1 {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .right .r_box .newBox .Box_2 .line_4 {
    line-height: 1.5rem;
    color: #1b3580;
    font-size: 0.6rem;
    padding-bottom: 0.3rem;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/newShowIco_01.png) no-repeat center left;
    padding-left: 4%;
    background-size: 0.7rem auto;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/newShowIco_01.png) no-repeat center left;
    padding-left: 4%;
    background-size: 0.7rem auto;
    background-position-y: 0.4rem;
    word-wrap: break-word;
}

.in_about {
}

.aboutShareNav a .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    transform: scale(0.8);
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav a:hover span {
    color: #0261c3;
}

.aboutShareNav dd:nth-child(2) {
    margin-right: 136px;
    width: 140px;
}

.aboutShareNav dd:nth-child(3) {
    margin-right: 138px;
    width: 140px;
}

.aboutShareNav dd:nth-child(4) {
    margin-right: 109px;
}

.in_about .Box_1 {
    min-height: 873px;
    background: url(/template/images/about_1.jpg) no-repeat center top;
}

.in_about .Box_1 .content {
    padding-top: 199px;
}

.in_about .Box_1 .center .content .dl_2.clear dd {
    float: left;
    width: 373px;
    margin-right: 38px;
    font-size: 16px;
}

.in_about .Box_1 .center .content .dl_2.clear dd:nth-child(3) {
    margin-right: 0;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s1 {
    text-align: center;
    text-indent: 10px;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s2 {
    text-align: center;
    font-weight: bold;
    color: #0057b0;
    padding-top: 7px;
    text-indent: -2px;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s3 {
    padding-top: 8px;
    padding-left: 128px;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s3, .in_about .Box_1 .center .content .dl_2.clear dd .s3 p, .in_about .Box_1 .center .content .dl_2.clear dd .s3 span {
    font-size: 15px;
    margin: 0;
    line-height: 31px;
}

.in_about .Box_1 .center .content .dl_3.clear dd {
    float: left;
    font-size: 15px;
    color: #5e5e5e;
    text-align: center;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(1), .in_about .Box_1 .center .content .dl_3.clear dd:nth-child(3) {
    width: 111px;
}

.in_about .Box_1 .center .content .dl_3.clear dd .s1 img {
    width: 111px;
    height: 111px;
    display: block;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(1) {
    padding-left: 273px;
}

.in_about .Box_1 .center .content .dl_3 {
    padding-top: 80px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) {
    width: 384px;
    padding-top: 5px;
    line-height: 220%;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s2 {
    padding-top: 4px;
    text-indent: 19px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s1 {
    font-size: 23px;
    font-weight: bold;
    color: #333;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s2 {
    font-size: 16px;
    color: #fff;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s2 span {
    font-size: 21px;
    font-family: "Impact";
    position: relative;
    top: 3px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s3 {
    font-size: 17px;
    color: #333;
    text-indent: 10px;
    padding-top: 1px;
}

.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;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #666;
}

.t_wel .right a {
    padding-left: 20px;
    margin-right: 26px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -27px;
    top: 10px;
    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: 16px;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png) no-repeat center left;
    padding-left: 20px;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png) no-repeat center left;
    padding-left: 17px;
    margin-right: 0;
}

.t_nav {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    Height: 100%;
    width: 100%;
    max-width: 100%;
    z-index: 500;
}

.t_nav .box {
    padding: 0.38rem 0;
    padding-bottom: 0.3rem;
}

.t_nav li a {
    text-decoration: none;
    display: block;
    line-height: 1.8rem;
    border-bottom: 0.05rem solid #e6cc7c;
    font-size: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-indent: 1.3rem;
    color: #072046;
    font-weight: bold;
}

.t_nav li a p {
    display: none;
}

.t_nav li:nth-child(1) a {
    background: url(/template/images/wap_nav_01.png) no-repeat center left !important;
    background-size: auto 1rem !important;
}

.t_nav li:nth-child(2) a {
    background: url(/template/images/wap_nav_03.png) no-repeat center left !important;
    background-size: auto 2.5rem !important;
    background-position-x: -1.15rem !important;
    background-position-y: -0.4rem !important;
}

.t_nav li:nth-child(3) a {
    background: url(/template/images/wap_nav_02.png) no-repeat center left !important;
    background-size: auto 1rem !important;
}

.t_nav li:nth-child(4) a {
    background: url(/template/images/wap_nav_02.png) no-repeat center left !important;
    background-size: auto 1rem !important;
}

.t_nav li:nth-child(5) a {
    background: url(/template/images/wap_nav_04.png) no-repeat center left !important;
    background-size: auto 1rem !important;
}

.t_nav li:nth-child(6) a {
    background: url(/template/images/wap_nav_05.png) no-repeat center left !important;
    background-size: auto 0.9rem !important;
}

.t_nav li:nth-child(7) a {
    background: url(/template/images/wap_nav_06.png) no-repeat center left !important;
    background-size: auto 1rem !important;
}

.t_nav li:nth-child(8) a {
    background: url(/template/images/wap_nav_07.png) no-repeat center left !important;
    background-size: auto 1rem !important;
}

.t_nav li:nth-child(9) a {
    background: url(/template/images/wap_nav_08.png) no-repeat center left !important;
    background-size: auto 1rem !important;
}

.t_nav li:nth-child(10) a {
    background: url(/template/images/wap_nav_09.png) no-repeat center left !important;
    background-size: auto 1rem !important;
    background-position-x: 2% !important;
}

.ad {
    display: none;
}

.ad .title .cn {
    font-size: 1rem;
    color: #000;
    padding-top: 0.8rem;
    padding-bottom: 0.2rem;
}

.ad .title .cn strong {
    color: #204881;
    display: inline-block;
}

.ad .title .en {
    font-size: 0.7rem;
    color: #000;
    text-transform: uppercase;
}

.ad .content {
    padding-top: 0.5rem;
}

.ad .content .line_1 {
    font-size: 0.6rem;
    background: url(/template/images/wap_ad_02.png) no-repeat;
    min-height: 10rem !important;
    background-size: 1rem auto;
    padding-left: 11%;
    background-position-x: 3%;
    background-position-y: 0.2rem;
    padding-bottom: 0.5rem;
}

.ad .content .line_1 ul {
    padding-bottom: 0.55rem;
}

.ad .center .content .line_1 .cn {
    color: #112b4f;
    font-size: 0.7rem;
}

.ad .title {
    min-height: 2rem;
    text-align: center;
    background: url(/template/images/wap_ad_01.png) no-repeat center bottom;
    background-size: 68% auto;
    padding-bottom: 2rem;
}

.ad .content .line_1 .en {
    text-transform: uppercase;
    color: #999;
    font-size: 0.4rem;
}

.ad .content .line_2 {
    text-align: center;
    font-weight: bold;
    background: url(/template/images/wap_ad_03.png) no-repeat;
    background-size: 100% auto;
    min-height: 3rem;
    font-size: 0.7rem;
    padding-top: 6.7rem;
}

.ad .content .line_2 .s1 {
    padding-bottom: 0.1rem;
    font-size: 0.65rem;
}

.ad .content .line_2 .s2 {
}

.ad .center .content .line_2 .s2 span {
    vertical-align: middle;
    font-size: 0.8rem;
}

.bq {
    display: none;
}

.bq a {
    color: #f6c77e !important;
}

.bq span, .bq p {
    color: #f6c77e !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq .l_1 {
    width: 43%;
}

.bq .l_2 {
    width: 30%;
}

.bq .l_3 {
    max-width: 26%;
}

.pro {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 0.25rem solid #f7f7f7;
}

.pro .content {
    padding-top: 0.6rem;
}

.pro .content .ul_1 {
}

.pro .content .box {
    background: url(/template/images/wap_k_01.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #fffcf8;
    border: 0.05rem solid #fff0db;
}

.pro .content .bigNav {
}

.pro .content .bigNav li {
    float: left;
    width: 76%;
    max-width: 25%;
}

.pro .content .bigNav li a {
    display: block;
    border: 0.05rem solid #fff6e6;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #1d5492;
    background: -webkit-linear-gradient(top, #1d5492, #122f5b);
    background: -o-linear-gradient(bottom, #1d5492, #122f5b);
    background: -moz-linear-gradient(bottom, #1d5492, #122f5b);
    background: linear-gradient(to bottom, #1d5492, #122f5b);
}

.pro .content .bigNav li a .cn {
    font-weight: bold;
    color: rgb(255, 211, 168);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 245, 230)), to(rgb(255, 211, 168)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pro .content .bigNav li a .en {
    display: none;
}

.pro .content .bigNav li:nth-child(4) {
}

/*.pro .content .bigNav li:nth-child(1), .pro .content .bigNav li:hover {
    background: url(/uploadfile/icoH_04.png) no-repeat center right;
    background-color: #fff;
    border-right: 0;
}
*/
/*
*/
.pro .content .bigNav li:nth-child(2) a .bjBox {
    background: url(/uploadfile/ico_02.png) no-repeat center left;
    background-position-x: 4%;
    background-size: 0.9rem auto;
}

.pro .content .bigNav li:nth-child(3) a .bjBox {
    background: url(/uploadfile/ico_03.png) no-repeat center left;
    background-position-x: 0%;
    background-size: 1.1rem auto;
}

.pro .content .bigNav li:nth-child(4) a .bjBox {
    background: url(/uploadfile/ico_04.png) no-repeat center left;
    background-position-x: -3%;
    background-size: 1.25rem auto;
}

.pro .content .bigNav .cur {
}

.pro .content .bigNav .cur a {
    background: #c50505;
    background: -webkit-linear-gradient(top, #dd0404, #a60505);
    background: -o-linear-gradient(bottom, #dd0404, #a60505);
    background: -moz-linear-gradient(bottom, #dd0404, #a60505);
    background: linear-gradient(to bottom, #dd0404, #a60505);
}

.pro .content .bigNav .cur .jt {
    background: url(/template/images/wap_JT.png) no-repeat center;
    background-size: auto 100%;
    min-height: 0.45rem;
    position: relative;
    top: -0.05rem;
}

.pro .content .box .smallNav {
}

.pro .content .box .smallNav .s_ul {
    position: relative;
    background: url(/template/images/wap_k_02.png) no-repeat center bottom;
    background-size: 100% auto;
}

.pro .content .box .smallNav .s_ul li {
    width: 60%;
    max-width: 33.3%;
    float: left;
    line-height: 1.8rem;
}

.pro .content .box .smallNav .s_ul li:hover {
}

.pro .content .box .smallNav .s_ul li:nth-child(5), .pro .content .box .smallNav .s_ul li:nth-child(10), .pro .content .box .smallNav .s_ul li:nth-child(15) {
    margin-right: 0;
}

.pro .content .box .smallNav .s_ul li a {
    display: block;
    font-size: 0.6rem;
    color: #000;
    border-right: 0.05rem solid #f7e1b6;
    padding-left: 17%;
    background: url(/template/images/wap_ico_sd.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 3%;
}

.pro .content .box .smallNav .s_ul li a:hover {
    color: #c00505;
    font-weight: bold;
    background: url(/template/images/wap_icoH_sd.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 3%;
}

.shareProItem {
    float: left;
    width: 48%;
    max-width: 48%;
    margin: 0.5rem 1.3%;
    text-align: center;
    min-height: 10.5rem;
    padding-top: 0.3rem;
    background: url(/template/images/wap_proBj.png) no-repeat center top;
    background-size: 102% auto;
    margin-top: 0;
    margin-right: 0;
}

.shareProItem:nth-child(4), .shareProItem:nth-child(8), .shareProItem:nth-child(12) {
    margin-right: 0;
}

.shareProItem:hover {
    /*	background:#f8f8f8;
	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.shareProItem .hdBox a {
    position: relative;
    display: block;
}

.shareProItem .txt a {
    line-height: 1.3rem;
    font-size: 0.65rem;
}

.shareProItem .link {
    background: url(/template/images/wap_proBt.png) no-repeat center top;
    line-height: 1.5rem;
    background-size: 100% auto;
    text-align: center;
    max-width: 98%;
    margin: 0 1%;
}

.shareProItem .link a {
    color: #faddb2;
    width: 50%;
    max-width: 50%;
    float: left;
}

.shareProItem .link a:nth-child(1) {
    text-indent: 10%;
}

.shareProItem a .proPic {
    width: 100%;
    max-width: 93%;
    height: 7rem;
    display: inline-block;
}

.shareProItem a:hover {
}

.iDingZhi {
    background: none !important;
    min-height: auto !important;
    padding-top: 0 !important;
    position: relative;
    padding-bottom: 1rem;
}

.youShi {
    padding: 1rem 0;
    padding-top: 0.5rem;
}

.youShi .content {
    position: relative;
}

.youShi .content .line_1 {
    min-height: 310px;
}

.youShi .content .one {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.youShi .content .one span {
    font-size: 35px;
    color: #e62129;
    padding: 0 3px;
}

.youShi .content .two {
    font-size: 18px;
    padding-top: 20px;
    line-height: 39px;
    letter-spacing: 1px;
}

.youShi .content .two span {
    color: #e62129;
}

.youShi .content .two .link {
    padding-top: 3px;
}

.youShi .content .two .link a {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 2px #555;
    line-height: 30px;
    width: 130px;
    text-align: center;
    display: block;
}

.youShi .content .line_2 .two .link a {
    width: 141px;
}

.youShi .content .line_4 .two .link a {
    width: 141px;
}

.youShi .content .line_5 .two .link a {
    width: 126px;
}

.youShi .content .line_1 .box_1 {
    padding-top: 0;
    padding-left: 15px;
}

.youShi .content .line_2 .box_2 {
    padding-left: 720px;
    padding-top: 55px;
}

.youShi .content .line_2 .box_2 .one {
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
    min-height: 380px;
}

.youShi .content .line_3 {
    min-height: 380px;
}

.youShi .content .line_3 .box_3 {
    padding-top: 42px;
    padding-left: 4px;
}

.youShi .content .line_3 .box_3 .one {
}

.youShi .content .line_3 .box_3 .two {
    line-height: 38px;
}

.youShi .content .line_4 .box_4 {
    padding-left: 721px;
    padding-top: 12px;
}

.youShi .content .line_4 {
    min-height: 330px;
}

.youShi .content .line_4 .box_4 .one {
}

.youShi .content .line_4 .box_4 .two {
}

.youShi .content .line_5 .box_5 {
    padding-top: 18px;
    padding-left: 5px;
}

.youShi .content .line_5 {
}

.youShi .content .line_5 .box_5 .one {
}

.youShi .content .line_5 .box_5 .two {
}

.youShi .content .line_6 {
    padding-top: 37px;
    font-size: 17px;
    letter-spacing: 1px;
    width: 383px;
    margin: 0 auto;
}

.youShi .content .line_6 .s2 {
    font-size: 35px;
    font-family: Impact;
    color: #194477;
}

.youShi .content .line_6 .sub_left {
    padding-left: 73px;
    padding-top: 2px;
    line-height: 180%;
}

.youShi .content .line_6 .sub_left a {
    color: #fff;
    font-weight: bold;
}

.youShi .content .line_6 .sub_right {
    padding-top: 2px;
}

.youShi .content .line_6 .sub_right a {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 6px #333;
    font-size: 18px;
    letter-spacing: 3px;
    width: 67px;
    display: block;
    text-align: center;
    min-height: 66px;
    padding-top: 7px;
    padding-left: 1px;
}

.f_feedback {
    padding: 0.5rem 0;
    background: url(/template/images/wap_fb.jpg) no-repeat center top;
    background-size: 125% auto;
    padding-bottom: 0;
    min-height: 23rem;
    position: relative;
    border-top: 0.2rem solid #f7f7f7;
    padding-top: 1.9rem;
    background-position-x: 48%;
}

.f_feedback .left {
}

.f_feedback .right {
    display: none;
}

.f_feedback input[type="text"], .f_feedback textarea {
    -webkit-appearance: none;
    font-size: 0.7rem;
    line-height: 2.2rem;
    width: 95%;
    max-width: 80%;
    display: block;
    padding: 0 3%;
    margin-bottom: 0.5rem;
    color: #666;
    font-family: "Microsoft YaHei";
    background: none;
    border: 0;
    padding-left: 17%;
}

.f_feedback input[type="text"] {
}

.f_feedback textarea {
    min-height: 4.7rem;
    margin-bottom: 0.9rem;
    line-height: 200%;
    padding-top: 0.1rem;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    width: 100%;
    max-width: 100%;
    border-radius: 10rem;
    border: 0;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.8rem;
    height: 1.8rem;
}

.f_feedback input.bt_1 {
    background: none;
    line-height: 1.6rem;
    height: 1.6rem;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .left .bt {
    text-align: center;
    padding-top: 9px;
    text-indent: -35px;
}

.f_feedback .right span {
    font-weight: bold;
    color: #1a487c;
}

.f_feedback .left .sTitle {
    color: #fff;
    font-size: 0.85rem;
    font-weight: bold;
    line-height: 120%;
    padding-left: 10%;
}

.f_feedback .left .sTitle .s2 {
    color: #dd0404;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#dd0404), to(#c50b0b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f_feedback .left .fbBox .two {
    display: none;
}

.f_feedback .right .one {
    font-size: 24px;
    color: #dd0404;
    letter-spacing: 2px;
}

.f_feedback .right .two {
    font-size: 17px;
    letter-spacing: 0.8px;
    padding: 5px 0;
}

.f_feedback .right .three {
    padding-top: 8px;
    font-size: 18px;
    letter-spacing: 2px;
}

.f_feedback .right .three .ul_2 {
    font-size: 17px;
    line-height: 34px;
    padding-top: 1px;
}

.about {
    display: none;
}

.about .content {
    padding: 0.8rem 0;
    font-size: 0.65rem;
    line-height: 180%;
    padding-bottom: 0.5rem;
    padding-top: 1rem;
    color: #3d3d3d;
}

.about .content .line_1,.about .content .line_1 p,.about .content .line_1 span {
    font-size: 0.63rem !important;
    line-height: 220% !important;
}

.about .content .line_1 p {
    margin: 0;
    padding: 0.2rem 0;
}

.about .content .line_1 {
    padding: 0.3rem 2%;
    background: url(/template/images/about_2.png) no-repeat center bottom;
    background-color: #fff;
    text-align: justify;
    padding-bottom: 0.6rem;
    background-size: 100% auto;
    padding-top: 0.8rem;
}

.about .content .line_2 {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    overflow: hidden;
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
    position: relative;
}

.about .content .line_1 a.more {
    float: right;
    position: relative;
    top: -39px;
    color: #ff000a;
    font-size: 15px;
    border: 1px solid #ff000a;
    line-height: 28px;
    padding: 0 30px;
}

.case {
    display: none;
}

.case .content {
    padding-top: 94px;
}

.case .content .left {
    width: 760px;
    padding-left: 7px;
}

.case .content .right {
    width: 459px;
}

.case .content .right .item {
    color: #fff;
    margin-bottom: 66px;
}

.case .content .right .item .sub_left {
    width: 73px;
    padding-top: 8px;
}

.case .content .right .item .sub_right {
    width: 368px;
}

.case .content .right .item .sub_left img {
    width: 73px;
    height: 75px;
    border-radius: 8px;
}

.case .content .right .item .sub_left a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.case .content .right .item .sub_left a.one {
}

.case .content .right .item .sub_right .one {
    line-height: 25px;
}

.case .content .right .item .sub_right .one .s_left {
    width: 80%;
}

.case .content .right .item .sub_right .one .s_left a {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 2px 2px 6px #222;
}

.case .content .right .item .sub_right .two {
    font-size: 17px;
    padding-top: 8px;
    text-shadow: 2px 2px 5px #111;
    line-height: 170%;
}

.case .content .right .item .sub_right .one .s_right {
}

.case .content .right .item .sub_right .one .s_right a {
    font-size: 14px;
    color: #e1b570;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #ac8c5a;
}

.case .content .right .item:hover {
}

.case .content .right .item:hover .sub_right .one .s_left a {
    color: #f6c77e;
}

.case .content .right .item:hover .sub_right .two {
    color: #e1be86;
}

.new {
    display: none;
}

.shareMore {
    text-align: center;
    color: #e62129;
    background: url(/template/images/more6.png) no-repeat center;
    background-position-y: 7px;
}

.shareMore .cn {
    font-size: 17px;
}

.shareMore .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
}

.case .content .right .item:nth-child(4) {
    margin-bottom: 0;
}

.new .content {
    padding-top: 30px;
}

.new .content .left {
    width: 775px;
}

.new .content .right {
    width: 496px;
}

.new .content .left .ul_2 {
    min-height: 156px;
    background: url(/template/images/k.png) no-repeat center top;
    margin-bottom: 14px;
}

.new .content .left .ul_2:hover {
    background: url(/template/images/k2.png) no-repeat center top;
}

.new .content .left .ul_2 .sub_left {
    width: 305px;
}

.new .content .left .ul_2 .sub_left img {
    width: 305px;
    height: 156px;
    display: block;
}

.new .content .left .ul_2 .sub_right {
    width: 470px;
    color: #666;
    letter-spacing: 1px;
}

.new .content .left .ul_2 .sub_right a {
    display: block;
    min-height: 156px;
    padding-left: 73px;
    padding-right: 110px;
}

.new .content .left .ul_2 .sub_right .one {
    padding-top: 60px;
    line-height: 30px;
}

.new .content .left .ul_2 .sub_right .one .cn {
    display: inline-block;
    font-size: 21px;
    margin-right: 6px;
}

.new .content .left .ul_2 .sub_right .one .en {
    display: inline-block;
    font-size: 17px;
}

.new .content .left .ul_2 .sub_right .two {
    font-size: 17px;
    padding-top: 5px;
}

.new .content .left .ul_2:nth-child(3) {
    margin-bottom: 0;
}

.new .content .right .sBox {
    background-color: rgba(18,47,92,0.55);
    min-height: 152px;
    position: absolute;
    top: 304px;
    left: 0;
    padding: 20px 30px;
    font-size: 17px;
}

.new .content .right .sBox .one {
    font-size: 20px;
    font-weight: bold;
    color: #f6c77e;
}

.new .content .right .sBox .two {
    color: #fff;
    padding: 10px 0;
    line-height: 160%;
    padding-bottom: 0;
}

.new .content .right .sBox .three {
    text-align: right;
}

.fast {
    display: none;
}

.fast .content {
    padding-top: 13px;
}

.fast .content li {
    float: left;
    width: 312px;
    margin-right: 10px;
    background: url(/template/images/k3.png) no-repeat center top;
    min-height: 246px;
}

.fast .content li .one {
    text-align: center;
    line-height: 51px;
    font-size: 18px;
}

.fast .content li .one a {
    color: #0f315d;
    display: inline-block;
    background: url(/template/images/fastIco.png) no-repeat center left;
    padding-left: 23px;
}

.fast .content li .two {
    padding: 10px 20px;
    clear: both;
    display: inline-block;
    vertical-align: bottom;
    padding-top: 13px;
}

.fast .content li .two a {
    width: 50%;
    font-size: 17px;
    float: left;
    line-height: 41px;
}

.fast .content li .two a.more {
    color: #ff0000;
    font-size: 14px;
}

.f_contact {
    padding: 0.5rem 0;
    background: #fef6ec;
    color: #13386d;
    border: 0.2rem solid #f9f0dd;
    border-radius: 1rem;
    max-width: 97.5%;
}

.f_contact .ul_1 {
}

.f_contact .ul_1 .l_1 {
    display: none;
}

.f_contact .ul_1 .l_2 {
}

.f_contact .ul_1 .l_2 .one {
    margin: 0 5%;
    width: 90%;
    max-width: 90%;
}

.f_contact .ul_1 .l_2 .one .cn {
    font-size: 0.9rem;
    font-weight: bold;
    padding: 0.1rem 0;
    padding-top: 0.2rem;
}

.f_contact .ul_1 .l_2 .one .en {
    font-size: 0.38rem;
    text-transform: uppercase;
}

.f_contact .ul_1 .l_2 .two {
    display: none;
}

.f_contact .ul_1 .l_2 .two .sub_left {
}

.f_contact .ul_1 .l_2 .two .sub_left .s1 {
    font-size: 28px;
}

.f_contact .ul_1 .l_2 .two .sub_left .s2 {
    color: #cb0202;
}

.f_contact .ul_1 .l_2 .two .sub_right {
    padding-top: 18px;
    letter-spacing: 1.8px;
    padding-right: 12px;
}

.f_contact .ul_1 .l_2 .three {
    display: none;
}

.f_contact .ul_1 .l_2 .three .sub_left {
    padding-left: 56px;
    letter-spacing: 1px;
    padding-top: 13px;
}

.f_contact .ul_1 .l_2 .three .sub_left .s1 {
    font-size: 16px;
}

.f_contact .ul_1 .l_2 .three .sub_left .s2 {
    font-size: 28px;
    font-family: Impact;
}

.f_contact .ul_1 .l_2 .three .sub_right {
    font-size: 15px;
    padding-right: 8px;
}

.f_contact .ul_1 .l_2 .three .sub_right a {
    color: #fff;
    display: block;
    width: 117px;
    line-height: 32px;
    text-indent: 37px;
    margin-bottom: 4px;
}

.f_contact .ul_1 .bigBox .l_3 {
    float: left;
    width: 100%;
    max-width: 55%;
    font-size: 0.6rem;
    background: url(/template/images/wap_callIco.png) no-repeat;
    background-size: 0.75rem auto;
    padding-left: 1rem;
    background-position-y: 0.38rem;
}

.f_contact .ul_1 .bigBox .right {
    float: right;
    width: 100%;
    max-width: 36%;
    text-align: center;
    color: #555;
    line-height: 150%;
    padding-top: 0.8rem;
}

.inBody {
    background: url(/template/images/inBj.jpg);
}

.typeNav {
}

.left_Title {
    display: none;
}

.left_Title .box {
    display: inline-block;
    padding-left: 81px;
    letter-spacing: 1px;
}

.left_Title .s_1 {
    font-size: 24px;
    font-weight: bold;
    color: #ffd3a8;
}

.left_Title .s_2 {
    font-size: 12px;
    color: #ffd3a8;
    text-transform: uppercase;
    transform: scale(0.82);
    transform-origin: left;
    white-space: nowrap;
    letter-spacing: 0.2px;
}

.typeNav.typeNew .left_Title .s_1 {
    font-size: 21px;
    font-weight: bold;
    text-indent: 46px;
    padding-top: 10px;
    letter-spacing: 3px;
    padding-bottom: 1px;
}

.typeNav.typeNew .left_Title .s_2 {
    font-size: 13px;
    text-indent: 75px;
}

.typeNav .content {
    padding-bottom: 1rem;
}

.typeNav .content .ul_1 {
    position: relative;
    padding-top: 3.8rem;
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    width: 76%;
    max-width: 25%;
    position: absolute;
    top: 0;
}

.typeNav.typeNew .content .bigNav {
    padding-top: 0;
    margin-bottom: 0;
}

.typeNav .content .bigNav a {
    border: 0.05rem solid #fff6e6;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    background: #1d5492;
    background: -webkit-linear-gradient(top, #1d5492, #122f5b) !important;
    background: -o-linear-gradient(bottom, #1d5492, #122f5b) !important;
    background: -moz-linear-gradient(bottom, #1d5492, #122f5b) !important;
    background: linear-gradient(to bottom, #1d5492, #122f5b) !important;
    white-space: normal;
}

.typeNav .content .cur {
}

.typeNav .content .cur a {
    background: #c50505;
    background: -webkit-linear-gradient(top, #dd0404, #a60505) !important;
    background: -o-linear-gradient(bottom, #dd0404, #a60505) !important;
    background: -moz-linear-gradient(bottom, #dd0404, #a60505) !important;
    background: linear-gradient(to bottom, #dd0404, #a60505) !important;
}

.typeNav .content .cur .jt {
    background: url(/template/images/wap_JT.png) no-repeat center;
    background-size: auto 100%;
}

.typeNav .content .smallNav {
    width: 60%;
    max-width: 33.3%;
    float: left;
    line-height: 2rem;
    background: none !important;
}

.typeNav.typeNew .content .smallNav {
    background: url(/template/images/l_sub.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav a {
    margin-left: 32px;
}

.typeNav .content .smallNav a {
    display: block;
    font-size: 0.6rem;
    color: #000;
    border-right: 0.05rem solid #f7e1b6;
    padding-left: 17%;
    background: url(/template/images/wap_ico_sd.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 3%;
}

.typeNav.typeNew .content .smallNav a:hover {
    padding: 0 10px;
}

.typeNav.typeNew .content .smallNav.firstStyle {
    background: url(/template/images/l_subTop.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav.lastStyle {
    background: url(/template/images/l_subBottom.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav .content .bigNav a .en {
    display: none;
}

.typeNav .content .bigNav a .cn {
    font-weight: bold;
    color: rgb(255, 211, 168);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(255, 245, 230)), to(rgb(255, 211, 168)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.typeNav .content #Tab_1 {
    left: 0;
}

.typeNav .content #Tab_2 {
    left: 25%;
}

.typeNav .content #Tab_3 {
    left: 50%;
}

.typeNav .content #Tab_4 {
    left: 75%;
}

.typeNav .content .smallNav:hover {
    background: url(/template/images/icoH_sd.png) no-repeat center left;
    background-position-y: 9px;
}

.typeNav .content .smallNav.currentNav a, .typeNav .content .smallNav:hover a {
    color: #c00505;
    font-weight: bold;
    background: url(/template/images/wap_icoH_sd.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 3%;
}

.shareRightTitle .txt_1 h1,.shareRightTitle .txt_1 h2, .shareRightTitle .txt_1 h3 {
    margin: 0;
    display: inline-block;
    font-size: 18px;
}

.shareProItem2 {
    float: left;
    width: 48%;
    max-width: 48%;
    margin: 0.5rem 1.3%;
    text-align: center;
    min-height: 10.5rem;
    padding-top: 0.3rem;
    background: url(/template/images/wap_proBj.png) no-repeat center top;
    background-size: 102% auto;
    margin-top: 0;
    margin-right: 0;
}

.shareProItem2:nth-child(4), .shareProItem2:nth-child(8), .shareProItem2:nth-child(12) {
    margin-right: 0;
}

.shareProItem2:hover {
    /*	background:#f8f8f8;
	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.shareProItem2 .txt a {
    line-height: 1.3rem;
    font-size: 0.65rem;
}

.shareProItem2 .link {
    background: url(/template/images/wap_proBt.png) no-repeat center top;
    line-height: 1.5rem;
    background-size: 100% auto;
    text-align: center;
    max-width: 98%;
    margin: 0 1%;
}

.shareProItem2 .link a {
    color: #faddb2;
    width: 50%;
    max-width: 50%;
    float: left;
    display: block;
}

.shareProItem2 .link a:nth-child(1) {
    text-indent: 10%;
}

.shareProItem2 a:hover {
}

.proShow .right .content .r_1 .sub_right .canShu .proName {
    font-size: 0.8rem;
    text-align: center;
    font-weight: bold;
    color: #1c4a89;
    line-height: 2rem;
    margin: 0;
}

.proShow .right .content .r_1 .sub_right .canShu {
    border: 0.05rem solid #8cb8da !important;
    border-radius: 0.3rem;
    overflow: hidden;
}

.proShow .right .content .r_1 .sub_right .bt .dl_5 .s_right .shareTel {
    background-size: 38px;
    padding-left: 48px;
    line-height: 150%;
    */ min-height: 51px;
    min-height: 49px;
    letter-spacing: 2px;
}

.proShow .right .content .r_1 .sub_right .bt .dl_5 .s_right .shareTel .s1 {
    font-size: 15px;
    letter-spacing: 1px;
}

.proShow .right .content .r_1 .sub_right .bt .dl_5 .s_right .shareTel .s2 {
    font-size: 23px;
}

.proShow .right .content .r_1 .clear .sub_right .bt .s_left {
    padding-top: 7px;
}

.proShow .right .content .r_1 .clear .sub_right .bt .s_left img {
    display: block;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 0px 3px 10px #ccc;
    border-radius: 5px;
}

.proShow .right .content .kuang {
    background: url(/template/images/wap_k7.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 7rem;
    margin: 0 auto;
}

.proShow .right .content .kuang .one {
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    padding-top: 0.45rem;
    letter-spacing: 0.1rem;
}

.proShow .right .content .kuang .two {
    padding: 0.3rem 5%;
    font-size: 0.6rem;
    line-height: 160%;
    text-align: justify;
}

.proShow .right .content .kuang .two strong {
    color: #224a81;
}

.proShow .right .content .show_1 {
    background: url(/template/images/show_01.jpg) no-repeat center top;
    background-size: 106% auto;
    min-height: 9.85rem;
    padding-top: 1.2rem;
}

.proShow .right .content .show_1 .one {
    text-align: center;
    font-weight: bold;
}

.proShow .right .content .show_1 .one .showUL {
    line-height: 1.35rem;
    background: url(/template/images/wenHao.png) no-repeat center right;
    background-size: 2rem auto;
    display: inline-block;
    padding: 0.3rem 0;
    padding-right: 2.3rem;
    padding-top: 0.5rem;
}

.proShow .right .content .show_1 .one .showUL li:nth-child(1) {
    font-size: 1rem;
}

.proShow .right .content .show_1 .one .showUL li:nth-child(2) {
    font-size: 1.2rem;
}

.proShow .right .content .show_1 .one .showUL li {
    color: #2055c7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0072dc), to(#254595));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .right .content .show_1 .two {
    padding-top: 0.2rem;
    line-height: 140%;
    max-width: 95%;
    margin-left: 3%;
}

.proShow .right .content .show_1 .two .showUL_2 {
}

.proShow .right .content .show_1 .two .showUL_2 li {
    font-size: 0.5rem;
    font-weight: bold;
    color: #ffe3b4;
    text-align: center;
    width: 18%;
    display: table-cell;
    height: 3.9rem;
    vertical-align: middle;
}

.proShow .right .content .show_1 .two .showUL_2 li:nth-child(2),.proShow .right .content .show_1 .two .showUL_2 li:nth-child(4) {
    width: 17%;
}

.proShow .right .content .show_1 .two .showUL_2 li:nth-child(3) {
    width: 23%;
}

.proShow .right .content .show_1 .two .showUL_2 li:nth-child(5) {
    width: 18%;
    padding-left: 1%;
}

.proShow .right .content .show_2 {
    background: url(/template/images/show_02.jpg) no-repeat center top;
    background-size: 106% auto;
    min-height: 14rem;
    padding-top: 0;
}

.proShow .right .content .show_2 .one {
    min-height: 2.05rem;
}

.proShow .right .content .show_2 .one .showUL {
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    color: #2055c7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0072dc), to(#254595));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 110%;
}

.proShow .right .content .show_2 .two {
    text-align: center;
    font-size: 0.65rem;
    text-indent: -0.5rem;
    line-height: 133%;
}

.proShow .right .content .show_2 .two .three {
    position: relative;
}

.proShow .right .content .show_2 .three {
    position: relative;
}

.proShow .right .content .show_2 .three span {
    position: absolute;
    font-size: 0.55rem;
    color: #fff;
    text-shadow: 1px 1px 2px #555;
}

.proShow .right .content .show_2 .three span.s1 {
    top: 7.9rem;
    left: 0.95rem;
}

.proShow .right .content .show_2 .three span.s2 {
    top: 6.05rem;
    left: 0.6rem;
}

.proShow .right .content .show_2 .three span.s3 {
    top: 4.15rem;
    left: 0.4rem;
}

.proShow .right .content .show_2 .three span.s4 {
    top: 2.5rem;
    left: 1.2rem;
}

.proShow .right .content .show_2 .three .s5 {
    top: 1.05rem;
    left: 3.7rem;
}

.proShow .right .content .show_2 .three .s6 {
    top: 0.9rem;
    left: 6.65rem;
}

.proShow .right .content .show_2 .three .s7 {
    top: 1.05rem;
    left: 10.4rem;
}

.proShow .right .content .show_2 .three .s8 {
    top: 2.4rem;
    left: 13.2rem;
}

.proShow .right .content .show_2 .three .s9 {
    top: 4.15rem;
    left: 13.9rem;
}

.proShow .right .content .show_2 .three .s10 {
    top: 6.05rem;
    left: 13.7rem;
}

.proShow .right .content .show_2 .three .s11 {
    top: 7.95rem;
    left: 12.9rem;
}

.xgBox2 {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}

.xgBox2 .xgTitle {
    line-height: 1.5rem;
}

.xgBox2 .xgTitle .sub_left {
    font-size: 0.7rem;
    color: #000;
    background: url(/template/images/xg_01.png) no-repeat center left;
    padding-left: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    background-size: 0.8rem auto;
    float: left;
}

.xgBox2 .xgTitle .sub_right {
    float: right;
}

.xgBox2 .xgTitle .sub_right a {
    color: #d50404;
    font-size: 0.6rem;
}

.xgBox2 .xgTitle .sub_left span {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.xgNew2 {
}

.xgNew2 li {
    float: left;
    width: 50%;
    max-width: 48%;
    margin-left: 1.3%;
    -moz-box-shadow: 1px 1px 3px #ddd;
    -webkit-box-shadow: 1px 1px 3px #ddd;
    box-shadow: 1px 1px 3px #ddd;
}

.xgNew2 li:nth-child(3) {
    display: none;
}

.xgNew2 li .one {
}

.xgNew2 li .two {
    text-align: center;
    line-height: 1.3rem;
    font-size: 0.7rem;
    padding: 0 0.3rem;
}

.xgNew2 li .one img {
    display: block;
    height: 5rem;
}

.xgBox2 .xgContent {
    padding-top: 0.5rem;
}

.xgNew3 li {
    float: left;
    width: 50%;
    max-width: 48%;
    margin-left: 1.3%;
    -moz-box-shadow: 1px 1px 3px #ddd;
    -webkit-box-shadow: 1px 1px 3px #ddd;
    box-shadow: 1px 1px 3px #ddd;
    padding-bottom: 0.3rem;
}

.xgNew3 li:nth-child(3) {
    display: none;
}

.xgNew3 li a {
    font-size: 0.6rem;
}

.xgNew3 li .one {
}

.xgNew3 li .one img {
    display: block;
    height: 5rem;
}

.xgNew3 li .two {
    color: #aaa;
    padding-top: 0.3rem;
    padding-left: 3%;
}

.xgNew3 li .three {
    line-height: 150%;
    padding: 0.3rem;
    text-align: justify;
    min-height: 2rem;
}

.xgNew3 li .four {
    font-size: 0.5rem;
    color: #666;
    padding-top: 0.3rem;
}

.xgNew3 li .four dd {
    float: left;
}

.xgNew3 li .four dd:nth-child(3) {
    float: right;
}

.xgNew3 li .four .dl_8 {
    width: 92%;
    max-width: 92%;
    margin: 0 4%;
}

.xgNew3 li .four dd:nth-child(1) {
    padding-left: 9%;
    background: url(/template/images/xgIco_01.png) no-repeat center left;
    padding-right: 5%;
    background-size: 0.5rem auto;
}

.xgNew3 li .four dd:nth-child(2) {
    padding-left: 9%;
    background: url(/template/images/xgIco_02.png) no-repeat center left;
    background-size: 0.5rem auto;
}

.shiLi {
    position: relative;
}

.shiLi .content {
    padding-top: 32px;
}

.shiLi .content .ul_1 {
}

.shiLi .content .ul_1 li {
    float: left;
    width: 383px;
    min-height: 221px;
    text-align: center;
    margin-right: 74px;
    margin-bottom: 42px;
}

.shiLi .content .ul_1 li .one {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-top: 40px;
}

.shiLi .content .ul_1 li .two {
    font-size: 18px;
    padding: 0 45px;
    padding-top: 52px;
    text-align: left;
    line-height: 150%;
}

.shiLi .content .ul_1 li:nth-child(3),.shiLi .content .ul_1 li:nth-child(6),.shiLi .content .ul_1 li:nth-child(9) {
    margin-right: 0;
}

.shiLi .content .ul_1 li:nth-child(1) .one {
    padding-right: 5px;
}

.shiLi .content .ul_1 li:nth-child(2) .one {
    padding-left: 5px;
}

.shiLi .content .ul_1 li:nth-child(4) .one {
    padding-right: 8px;
}

.shiLi .content .ul_1 li:nth-child(5) .one {
    padding-left: 5px;
}

.shiLi .content .ul_1 li:nth-child(7) .one {
    padding-right: 7px;
}

.shiLi .content .ul_1 li:nth-child(8) .one {
    padding-left: 4px;
}

.liuCheng {
    position: relative;
}

.liuCheng .content {
    padding-top: 61px;
}

.liuCheng .content li {
    float: left;
    color: #fff;
    font-size: 23px;
    text-shadow: 2px 3px 5px #000;
    width: 20px;
    margin-right: 118px;
}

.liuCheng .content li:nth-child(10) {
    margin-right: 0;
    padding-top: 5px;
}

.liuCheng .content li:nth-child(1) {
    margin-left: 24px;
    margin-right: 125px;
    padding-top: 120px;
}

.liuCheng .content li:nth-child(2) {
    margin-right: 122px;
    padding-top: 125px;
}

.liuCheng .content li:nth-child(3) {
    margin-right: 130px;
    padding-top: 128px;
}

.liuCheng .content li:nth-child(4) {
    margin-right: 117px;
    padding-top: 125px;
}

.liuCheng .content li:nth-child(5) {
    margin-right: 114px;
    padding-top: 115px;
}

.liuCheng .content li:nth-child(6) {
    margin-right: 113px;
    padding-top: 105px;
}

.liuCheng .content li:nth-child(7) {
    margin-right: 110px;
    padding-top: 88px;
}

.liuCheng .content li:nth-child(8) {
    margin-right: 109px;
    padding-top: 67px;
}

.liuCheng .content li:nth-child(9) {
    margin-right: 107px;
    padding-top: 42px;
}

.shiLi2 {
    position: relative;
    padding-top: 0.5rem !important;
    background: none !important;
    min-height: auto !important;
}

.in_heZuo {
}

.in_heZuo .line_1 {
    padding-top: 1rem;
}

.in_heZuo .line_1 li {
    float: left;
    width: 272px;
    padding-top: 135px;
    text-align: center;
    margin-right: 69px;
    color: #184174;
    text-shadow: 0px 0px 9px #fff;
}

.in_heZuo .line_1 li .one {
    font-size: 28px;
    font-weight: bold;
}

.in_heZuo .line_1 li .two {
    font-size: 18px;
    padding-top: 13px;
}

.in_heZuo .line_1 li:nth-child(4) {
    margin-right: 0;
}

.in_heZuo .line_1 li:nth-child(3) {
    margin-right: 65px;
}

.in_heZuo .line_2 {
}

.in_heZuo .line_2 .content {
    padding-top: 30px;
    font-size: 17px;
    font-weight: bold;
}

.in_heZuo .line_2 .content li {
    float: left;
    width: 293px;
    text-align: center;
    margin-right: 41px;
    padding-top: 198px;
    line-height: 40px;
    padding-bottom: 7px;
    margin-bottom: 31px;
}

.in_heZuo .line_2 .content li:nth-child(4),.in_heZuo .line_2 .content li:nth-child(8) {
    margin-right: 0;
}

.in_heZuo .line_2 .content li font {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_heZuo .line_3 {
}

.shareTitle .two {
    font-size: 18px;
    font-weight: bold;
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-indent: -35px;
    line-height: 30px;
}

.in_heZuo .line_3 .content {
    padding-top: 49px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #163c6d;
}

.in_heZuo .line_3 .content .ul_1 {
}

.in_heZuo .line_3 .content li {
    float: left;
    line-height: 52px;
    width: 129px;
    margin-right: 88px;
    text-align: center;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(1) {
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(2) {
    margin-right: 66px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(3) {
    margin-right: 85px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(4) {
    margin-right: 91px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(5) {
    margin-right: 79px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(6) {
}

.in_heZuo .line_3 .content .ul_2 {
    padding-top: 149px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(1) {
    margin-left: 99px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(2) {
    margin-right: 76px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(3) {
    margin-right: 95px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(4) {
    margin-right: 81px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(5) {
    margin-right: 86px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(6) {
    margin-right: 0;
}

.in_heZuo .line_3 .content .ul_2 li {
    margin-right: 81px;
}

.in_heZuo .line_4 {
}

.in_heZuo .line_4 .content {
    padding-top: 81px;
}

.in_heZuo .line_4 .content .one {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 130px;
}

.in_heZuo .line_4 .content .one span {
    font-size: 35px;
    color: #db0b13;
    padding: 0 7px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a60505));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_heZuo .line_4 .content .two {
    font-size: 18px;
    padding-top: 35px;
    line-height: 39px;
    padding-left: 17px;
}

.in_heZuo .line_4 .content .two span {
    color: #e62129;
}

.in_heZuo .line_4 .content .two .link {
    padding-top: 3px;
}

.in_heZuo .line_4 .content .two .link a {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 2px #555;
    line-height: 30px;
    width: 130px;
    text-align: center;
    display: block;
}

.in_heZuo .line_4 .content .box_1 {
    padding-top: 0;
    padding-left: 15px;
    min-height: 300px;
}

.in_heZuo .line_4 .content .box_2 {
    padding-left: 700px;
    padding-top: 36px;
    min-height: 290px;
}

.in_heZuo .line_4 .content .box_2 .one {
    padding-left: 68px;
}

.in_heZuo .line_4 .content .box_2 .two {
    padding-top: 20px;
}

.in_heZuo .line_4 .content .box_3 {
    padding-top: 45px;
    padding-left: 4px;
    width: 690px;
    min-height: 339px;
}

.in_heZuo .line_4 .content .box_3 .one {
    padding-left: 126px;
}

.in_heZuo .line_4 .content .box_3 .two {
    padding-left: 23px;
}

.in_heZuo .line_4 .content .box_4 {
    padding-left: 673px;
    padding-top: 12px;
    min-height: 303px;
}

.in_heZuo .line_4 .content .box_4 .one {
    padding-left: 70px;
}

.in_heZuo .line_4 .content .box_4 .two {
    padding-top: 23px;
    padding-left: 34px;
}

.in_heZuo .line_4 .content .box_5 {
    padding-top: 18px;
    padding-left: 5px;
    width: 690px;
    min-height: 340px;
}

.in_heZuo .line_4 .content .box_5 .one {
    padding-left: 123px;
}

.in_heZuo .line_4 .content .box_5 .two {
    padding-left: 23px;
}

.in_heZuo .line_4 .content .box_6 {
    padding-left: 673px;
    padding-top: 12px;
    min-height: 331px;
}

.in_heZuo .line_4 .content .box_6 .one {
    padding-left: 72px;
}

.in_heZuo .line_4 .content .box_6 .two {
    padding-left: 30px;
    padding-top: 17px;
}

.in_heZuo .line_4 .content .box_7 {
    padding-top: 12px;
    width: 690px;
    min-height: 321px;
}

.in_heZuo .line_4 .content .box_7 .one {
}

.in_heZuo .line_4 .content .box_7 .two {
    padding-left: 27px;
}

.in_heZuo .line_4 .content .one strong {
    font-size: 25px;
}

.in_heZuo .line_4 .content .box_8 {
    padding-top: 38px;
    font-size: 17px;
    letter-spacing: 1px;
    width: 383px;
    margin-left: 461px;
}

.in_heZuo .line_4 .content .box_8 .s2 {
    font-size: 35px;
    font-family: Impact;
    color: #194477;
}

.in_heZuo .line_4 .content .box_8 .sub_left {
    padding-left: 73px;
    padding-top: 2px;
    line-height: 180%;
}

.in_heZuo .line_4 .content .box_8 .sub_left a {
    color: #fff;
    font-weight: bold;
}

.in_heZuo .line_4 .content .box_8 .sub_right {
    padding-top: 2px;
}

.in_heZuo .line_4 .content .box_8 .sub_right a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    width: 67px;
    display: block;
    text-align: center;
    min-height: 66px;
    padding-top: 7px;
    padding-left: 1px;
}

.in_jiShu {
}

.in_jiShu .line_1 {
}

.in_jiShu .line_1 .content {
    padding-top: 60px;
}

.in_jiShu .line_1 .content .one {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 113px;
}

.in_jiShu .line_1 .content .one span {
    font-size: 35px;
    color: #db0b13;
    padding: 0 7px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a60505));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_jiShu .line_1 .content .two {
    font-size: 18px;
    padding-top: 35px;
    line-height: 39px;
    padding-left: 17px;
}

.in_jiShu .line_1 .content .two span {
    color: #e62129;
}

.in_jiShu .line_1 .content .two .link {
    padding-top: 3px;
}

.in_jiShu .line_1 .content .two .link a {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 2px #555;
    line-height: 30px;
    width: 130px;
    text-align: center;
    display: block;
}

.in_jiShu .line_1 .content .box_1 {
    padding-top: 0;
    padding-left: 11px;
    min-height: 300px;
}

.in_jiShu .line_1 .content .box_2 {
    padding-left: 629px;
    padding-top: 49px;
    min-height: 290px;
}

.in_jiShu .line_1 .content .box_2 .one {
    padding-left: 107px;
}

.in_jiShu .line_1 .content .box_2 .two {
    padding-top: 23px;
    padding-left: 61px;
}

.in_jiShu .line_1 .content .box_3 {
    padding-top: 33px;
    padding-left: 0px;
    width: 690px;
    min-height: 309px;
}

.in_jiShu .line_1 .content .box_3 .one {
    padding-left: 126px;
}

.in_jiShu .line_1 .content .box_3 .two {
    padding-left: 23px;
}

.in_jiShu .line_1 .content .box_4 {
    padding-left: 663px;
    padding-top: 12px;
    min-height: 303px;
}

.in_jiShu .line_1 .content .box_4 .one {
    padding-left: 76px;
}

.in_jiShu .line_1 .content .box_4 .two {
    padding-top: 23px;
    padding-left: 34px;
}

.in_jiShu .line_1 .content .box_5 {
    padding-top: 18px;
    padding-left: 5px;
    width: 690px;
    min-height: 340px;
}

.in_jiShu .line_1 .content .box_5 .one {
    padding-left: 123px;
}

.in_jiShu .line_1 .content .box_5 .two {
    padding-left: 23px;
}

.in_jiShu .line_1 .content .box_6 {
    padding-left: 673px;
    padding-top: 12px;
    min-height: 331px;
}

.in_jiShu .line_1 .content .box_6 .one {
    padding-left: 72px;
}

.in_jiShu .line_1 .content .box_6 .two {
    padding-left: 30px;
    padding-top: 17px;
}

.in_jiShu .line_1 .content .box_7 {
    padding-top: 12px;
    width: 690px;
    min-height: 321px;
}

.in_jiShu .line_1 .content .box_7 .one {
}

.in_jiShu .line_1 .content .box_7 .two {
    padding-left: 27px;
}

.in_jiShu .line_1 .content .one strong {
    font-size: 25px;
}

.in_jiShu .line_1 .content .box_8 {
    padding-top: 38px;
    font-size: 17px;
    letter-spacing: 1px;
    width: 383px;
    margin-left: 461px;
}

.in_jiShu .line_1 .content .box_8 .s2 {
    font-size: 35px;
    font-family: Impact;
    color: #194477;
}

.in_jiShu .line_1 .content .box_8 .sub_left {
    padding-left: 73px;
    padding-top: 2px;
    line-height: 180%;
}

.in_jiShu .line_1 .content .box_8 .sub_left a {
    color: #fff;
    font-weight: bold;
}

.in_jiShu .line_1 .content .box_8 .sub_right {
    padding-top: 2px;
}

.in_jiShu .line_1 .content .box_8 .sub_right a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    width: 67px;
    display: block;
    text-align: center;
    min-height: 66px;
    padding-top: 7px;
    padding-left: 1px;
}

.in_jiShu .line_2 {
}

.in_jiShu .line_2 .content {
    padding-top: 33px;
}

.in_jiShu .line_2 .content li {
    float: left;
    width: 607px;
    margin-right: 86px;
    font-size: 18px;
    min-height: 450px;
    margin-bottom: 10px;
}

.in_jiShu .line_2 .content li .one {
    height: 251px;
    position: relative;
    margin-bottom: 23px;
}

.in_jiShu .line_2 .content li .one img {
    width: 607px;
    height: 251px;
    display: block;
}

.in_jiShu .line_2 .content li span,.in_jiShu .line_2 .content li strong {
    font-weight: bold;
    font-size: 21px;
    color: #184174;
}

.in_jiShu .line_2 .content li .four {
    line-height: 180%;
}

.in_jiShu .line_2 .content li .three {
    padding: 13px 0;
}

.in_jiShu .line_2 .content li:nth-child(2),.in_jiShu .line_2 .content li:nth-child(4) {
    margin-right: 0;
}

.in_jiShu .line_2 .content a.more {
    font-weight: bold;
    color: #184174;
    font-size: 18px;
    display: inline-block;
    line-height: 43px;
    width: 189px;
}

.in_jiShu .line_2 .content li:nth-child(3), .in_jiShu .line_2 .content li:nth-child(4) {
    margin-bottom: 0;
}

.in_jiShu .line_2 .content .link {
    padding-top: 4px;
    text-align: center;
    padding-right: 26px;
}

.in_jiShu .line_3 {
}

.in_jiShu .line_3 .content {
    padding-top: 24px;
}

.in_jiShu .line_3 .content li {
    float: left;
    width: 318px;
    text-align: center;
}

.in_jiShu .line_3 .content li .one {
    font-size: 20px;
    padding-top: 17px;
    line-height: 39px;
}

.in_jiShu .line_3 .content li .one strong {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_jiShu .line_3 .content li:nth-child(1),.in_jiShu .line_3 .content li:nth-child(2) {
    padding-top: 75px;
    margin-right: 121px;
}

.in_jiShu .line_3 .content li:nth-child(2) {
    margin-right: 153px;
}

.in_jiShu .line_3 .content li:nth-child(3) {
    width: 388px;
}

.in_jiShu .line_3 .content li:nth-child(3) .one {
    padding-top: 13px;
}

.in_jiShu .line_3 .content li:nth-child(3) .two {
    padding-top: 157px;
}

.in_jiShu .line_3 .content li:nth-child(3) dd {
    margin-bottom: 10px;
    min-height: 255px;
}

.in_jiShu .line_3 .content li:nth-child(3) dd:nth-child(2) .two {
    line-height: 130%;
    padding: 0 30px;
    padding-top: 147px;
}

.in_jiShu .line_4 {
}

.in_jiShu .line_4 .content {
    padding-top: 30px;
}

.in_jiShu .line_4 .content .left {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 800px;
    line-height: 150%;
}

.in_jiShu .line_4 .content .left strong {
    color: #245a9d;
}

.in_jiShu .line_4 .content .left .s1 {
    position: absolute;
    top: 64px;
    left: 11px;
}

.in_jiShu .line_4 .content .left .s2 {
    position: absolute;
    top: 74px;
    left: 534px;
}

.in_jiShu .line_4 .content .left .s3 {
    position: absolute;
    top: 228px;
    left: 160px;
}

.in_jiShu .line_4 .content .left .s4 {
    position: absolute;
    top: 252px;
    left: 558px;
}

.in_jiShu .line_4 .content .left .s5 {
    position: absolute;
    top: 311px;
    left: 410px;
}

.in_jiShu .line_4 .content .right {
    font-size: 18px;
    width: 437px;
    padding-top: 25px;
}

.in_jiShu .line_4 .content .right dd {
    margin-bottom: 50px;
}

.in_jiShu .line_4 .content .right dd .one {
    font-weight: bold;
    font-size: 19px;
    color: #db0b13;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a60505));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.in_jiShu .line_4 .content .right dd .two {
    line-height: 190%;
    padding-left: 3px;
}

.in_jiShu .line_4 .content .right dd .two span {
    font-weight: bold;
}

.in_jiShu .line_4 .content .right dd .two div {
    padding-left: 20px;
    background: url(/template/images/xing.png) no-repeat;
    background-position-y: 10px;
}

.in_jiShu .line_5 {
}

.in_jiShu .line_5 .content {
    padding-top: 46px;
    padding-left: 257px;
    letter-spacing: 1px;
}

.in_jiShu .line_5 .content li {
    font-size: 24px;
    font-weight: bold;
    color: #184173;
    line-height: 114px;
    padding-bottom: 3px;
}

.in_jiShu .line_6 {
}

.in_jiShu .line_6 .content {
    padding-top: 30px;
}

.in_jiShu .line_6 .content li {
    float: left;
    width: 638px;
    margin-right: 23px;
    text-indent: 60px;
    line-height: 78px;
    min-height: 228px;
}

.in_jiShu .line_6 .content li .one {
    font-weight: bold;
    font-size: 21px;
    color: #184174;
    padding-bottom: 12px;
}

.in_jiShu .line_6 .content li .one strong {
    color: #000;
}

.in_jiShu .line_6 .content li .two {
    font-size: 19px;
    background: url(/template/images/xing.png) no-repeat center left;
    background-position-x: 64px;
    text-indent: 86px;
}

.in_jiShu .line_6 .content li:nth-child(2),.in_jiShu .line_6 .content li:nth-child(4) {
    margin-right: 0;
    width: 483px;
    padding-left: 155px;
}

.in_jiShu .line_7 {
}

.in_jiShu .line_7 .content {
    padding: 0 65px;
    padding-top: 49px;
    font-size: 20px;
    font-weight: bold;
}

.in_jiShu .line_7 .content li {
    float: left;
    width: 234px;
    margin-right: 151px;
    text-align: center;
    line-height: 90px;
}

.in_jiShu .line_7 .content li:nth-child(2) {
    width: 273px;
    line-height: 66px;
    color: #184174;
}

.in_jiShu .line_7 .content li:nth-child(3) {
    margin-right: 0;
    width: 319px;
    padding-top: 27px;
    line-height: 95px;
}

.in_jiShu .line_7 .content li:nth-child(1) {
    padding-top: 27px;
}

.in_jiShu .line_7 .content li div {
    padding-bottom: 101px;
}

.in_jiShu .line_7 .content li .s2 {
    padding-bottom: 137px;
}

.in_jiShu .line_7 .content li:nth-child(2) div {
    padding-bottom: 15px;
}

.in_jiShu .line_7 .content li:nth-child(2) .s2 {
    padding-bottom: 37px;
}

.in_jiShu .line_7 .content li:nth-child(2) .s4 {
    padding-bottom: 41px;
}

.in_jiShu .line_7 .content li:nth-child(3) div {
    padding-bottom: 90px;
}

.in_jiShu .line_7 .content li:nth-child(3) .s2 {
    padding-bottom: 85px;
}

.in_jiShu .line_7 .content li:nth-child(3) .s3 {
    padding-bottom: 43px;
}

.in_jiShu .line_7 .content li:nth-child(3) .s4 {
    padding-bottom: 45px;
}

.in_jiShu .line_7 .content li span {
    line-height: normal;
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_jiShu .line_7 .content li:nth-child(3) .s5 {
    padding-bottom: 0;
}

.in_jiShu .line_8 {
    min-height: 10rem;
    background: url(/template/images/wap_bj1.jpg) no-repeat center top;
    padding: 0.5rem 0;
    padding-bottom: 1rem;
}

.in_jiShu .line_9 {
    position: relative;
}

.in_jiShu .line_8 .content {
    padding-top: 0.5rem;
}

.in_jiShu .line_8 .content li {
    float: left;
    border-left: 0.05rem solid #e0b554;
    border-top: 0.05rem solid #e0b554;
    width: 33%;
    max-width: 33%;
}

.in_jiShu .line_8 .content li a {
    display: block;
    line-height: 1.5rem;
    font-size: 0.6rem;
    text-indent: 12%;
    background: url(/template/images/gou.png) no-repeat center left;
    background-size: 0.35rem auto;
    background-position-x: 3%;
}

.in_jiShu .line_8 .content .ul_1 {
    border-right: 0.05rem solid #e0b554;
    border-bottom: 0.05rem solid #e0b554;
    background: url(/template/images/k8.png) no-repeat right bottom;
    background-size: 1.5rem auto;
    max-width: 99%;
    margin: 0 0.3%;
}

.in_jiShu .line_8 .content li:hover {
    background: url(/template/images/hover5.png) repeat-y;
    background-size: 100% auto;
}

.in_jiShu .line_8 .content li:hover a {
    font-weight: bold;
    color: #184174;
}

.in_jiShu .line_8 .content li.last a {
    color: #dd0e0e;
}

.in_contact {
}

.in_contact .inLine_1 {
    min-height: 20rem;
    background: url(/template/images/wap_call_02.jpg) no-repeat center top;
    background-size: 105% auto;
}

.in_contact .inLine_1 .box_1 {
    font-size: 0.41rem;
    color: #13448a;
    font-family: Impact;
    padding-left: 65.5%;
    padding-top: 4.5rem;
    line-height: 1.5rem;
}

.in_contact .inLine_1 .box_2 {
    padding-top: 0.3rem;
    padding-bottom: 0.8rem;
}

.in_contact .inLine_1 .box_2 .content {
    padding-top: 0.8rem;
}

.in_contact .inLine_1 .box_2 .content li.left {
    color: #204985;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
}

.in_contact .inLine_1 .box_2 .content li.right {
}

.in_contact .inLine_1 .box_2 .content li.left .one {
    color: #14325f;
    line-height: 130%;
    padding-left: 6%;
}

.in_contact .inLine_1 .box_2 .content li.left .one .cn {
    font-size: 0.8rem;
    font-weight: bold;
    margin: 0;
}

.in_contact .inLine_1 .box_2 .content li.left .one .en {
    font-size: 0.4rem;
    transform: scale(0.93);
    transform-origin: left;
    letter-spacing: 0;
}

.in_contact .inLine_1 .box_2 .content li.left .two {
    position: absolute;
    left: 3%;
    bottom: 0;
    width: 100%;
    max-width: 35%;
}

.in_contact .inLine_1 .box_2 .content li.left .two .shareTel {
    color: #204985;
    line-height: 130%;
    background: url(/template/images/wap_tel5.png) no-repeat center left;
    background-size: 1rem auto;
    padding-left: 23%;
}

.in_contact .inLine_1 .box_2 .content li.left .two .shareTel .s1 {
    font-size: 0.6rem;
    padding: 0;
    margin: 0;
}

.in_contact .inLine_1 .box_2 .content li.left .two .shareTel .s2 {
    font-size: 0.7rem;
    color: #204985;
}

.in_contact .inLine_1 .box_2 .content li.left .three {
    padding-top: 0.3rem;
    line-height: 230%;
    font-size: 0.65rem;
    background: url(/template/images/wap_callIco.png) no-repeat;
    background-size: 0.735rem auto;
    padding-left: 12%;
    background-position-y: 0.7rem;
    background-position-x: 6%;
}

.in_contact .inLine_1 .box_2 .content li.left .four {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 56%;
    color: #fff;
    font-size: 0.55rem;
}

.in_contact .inLine_1 .box_2 .content li.left .four a {
    color: #fff;
    display: inline-block;
    line-height: 1.5rem;
    width: 100%;
    max-width: 49%;
    text-align: center;
    background: url(/template/images/wap_bt_01.png) no-repeat center left;
    background-size: 100% auto;
    text-indent: 14%;
    padding-bottom: 0.1rem;
}

.in_contact .inLine_1 .box_2 .content li.left .four a:nth-child(2) {
    background: url(/template/images/wap_bt_02.png) no-repeat center left;
    background-size: 100% auto;
}

.in_contact .inLine_2 {
}

.in_contact .inLine_2 .about {
    min-height: 20rem;
}

.in_contact .inLine_3 {
}

.in_contact .inLine_4 {
}

.in_contact .inLine_5 {
}

.in_contact .inLine_6 {
}

.newShareList .L2_UL .sub_right .three dd.s_left {
    width: 100%;
    max-width: 80%;
    text-align: left;
    padding-left: 1%;
    float: left;
}

.newShareList .L2_UL .sub_right .three dd.s_left a {
    color: #888;
}

.newShareList .L2_UL .sub_right .four {
    color: #666;
    line-height: 1.5rem;
    background: url(/template/images/wap_ico30.png) no-repeat center left;
    background-size: 0.6rem auto;
    padding-left: 5.5%;
}

.in_new .right .r_box .r_Hot {
    display: none;
}

.in_new .right .r_box .sTitle {
    display: none;
}

.prev_next li {
    display: block;
    width: 100%;
    max-width: 98%;
    color: #1b3580;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.3rem;
    background: #f3f7fd;
    font-size: 0.65rem;
    line-height: 2rem;
    margin-left: 1%;
    margin-bottom: 0.3rem;
}

.prev_next li:nth-child(2) {
    background: url(/template/images/newShowIco_04.png) no-repeat center left;
    padding-left: 20px;
}

.diQu {
    padding: 70px 0;
    /* background-color: #f5f5f5; */
}

.diQu .left {
    width: 280px;
}

.diQu .right {
    width: 982px;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    border-radius: 8px;
}

.diQu .right .content {
    background: url(/template/images/diqu.jpg) no-repeat;
    padding: 23px 23px;
    min-height: 1200px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.diQu .right .content .line_1 {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 34px;
    padding-left: 70px;
    font-size: 16px;
}

.diQu .right .content .line_2 {
    font-size: 18px;
    color: #173f70;
    line-height: 180%;
    padding-top: 16px;
    letter-spacing: 2.5px;
}

.diQu .right .content .line_3 {
    padding-top: 74px;
}

.diQu .right .content .line_4 {
    padding-top: 31px;
    padding-left: 78px;
}

.diQu .right .content .line_4 li {
    float: left;
    width: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #113381;
    line-height: 120%;
}

.diQu .right .content .line_4 li:nth-child(1) {
    padding-top: 180px;
}

.diQu .right .content .line_4 li:nth-child(2) {
    padding-top: 155px;
    padding-left: 64px;
}

.diQu .right .content .line_4 li:nth-child(3) {
    padding-top: 170px;
    padding-left: 65px;
}

.diQu .right .content .line_4 li:nth-child(4) {
    padding-top: 158px;
    padding-left: 65px;
}

.diQu .right .content .line_4 li:nth-child(5) {
    padding-top: 146px;
    padding-left: 68px;
}

.diQu .right .content .line_4 li:nth-child(6) {
    padding-top: 130px;
    padding-left: 68px;
}

.diQu .right .content .line_4 li:nth-child(7) {
    padding-top: 84px;
    padding-left: 68px;
}

.diQu .right .content .line_4 li:nth-child(8) {
    padding-top: 83px;
    padding-left: 65px;
}

.diQu .right .content .line_4 li:nth-child(9) {
    padding-top: 57px;
    padding-left: 63px;
}

.diQu .right .content .line_4 li:nth-child(10) {
    padding-top: 28px;
    padding-left: 64px;
}

.baoJia {
    padding: 1rem 0;
}

.baoJia .title {
    text-align: center;
    padding-bottom: 0.6rem;
}

.baoJia .title h1 {
    margin: 0;
    color: #193d90;
    font-size: 1rem;
}

.baoJia .content {
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
}

.baoJia .content li {
    width: 50%;
    max-width: 49.6%;
    float: left;
    font-size: 0.48rem;
    border-top: 0.05rem solid #bc943e;
    margin-bottom: 0.5rem;
    min-height: 6.2rem;
    /* border-bottom: 0.05rem solid #bc943e; */
}

.baoJia .content li .dl_2 {
    font-weight: bold;
    font-size: 0.6rem;
    color: #0b3b7f;
    text-align: center;
    background: url(/template/images/baojiao_2.png) repeat-x;
    background-size: auto 100%;
}

.baoJia .content li dd {
    border-right: 0.05rem solid #bc943e;
}

.baoJia .content li dd.s_left {
    width: 70%;
    max-width: 70%;
    float: left;
}

.baoJia .content li dd.s_right {
    width: 70%;
    max-width: 28.6%;
    text-align: center;
    float: right;
}

.baoJia .content li dl {
    border-left: 0.05rem solid #bc943e;
    border-bottom: 0.05rem solid #bc943e;
}

.baoJia .content .ul_1 {
}

.baoJia .content li .dl_3 dd.s_left {
    text-indent: 2%;
}

.baoJia .kuang {
    background: url(/template/images/baojiao_3.jpg) no-repeat center top;
    min-height: 17rem;
    padding: 0.3rem;
    font-size: 0.58rem;
    line-height: 190%;
    padding-top: 1.5rem;
    background-size: auto 100%;
}

.baoJia .kuang .one {
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 1rem;
    padding-left: 6%;
    line-height: 1.5rem;
    padding-bottom: 0.3rem;
}

.baoJia .kuang .two {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.baoJia .kuang .three strong {
}

.baoJia .kuang .three {
    padding-bottom: 0.3rem;
}

.baoJia .kuang .five {
    padding-top: 0.3rem;
}

.baoJia .kuang .five strong {
    color: #063685;
}

.webSiteMap {
    padding: 50px 0;
    color: #1f4072;
    font-size: 18px;
    padding-bottom: 20px;
}

.webSiteMap .title {
    line-height: 50px;
}

.webSiteMap .title a {
    width: 206px;
    display: inline-block;
    text-align: center;
    background: url(/template/images/sm_01.png) repeat-x;
    color: #1f4072;
    vertical-align: top;
}

.webSiteMap .content {
    padding-top: 38px;
}

.webSiteMap .content .sTxt {
    padding-bottom: 39px;
    padding-top: 10px;
    line-height: 230%;
    padding-left: 18px;
}

.webSiteMap .content .sTxt a {
    color: #1f4072;
}

.webSiteMap .title a:hover,.webSiteMap .title a:nth-child(1) {
    background: url(/template/images/sm_2.png) repeat-x;
    font-weight: bold;
}

.webSiteMap .content .sTitle {
    font-size: 21px;
    font-weight: bold;
}

.webSiteMap .content .sTitle li {
    min-height: 60px;
    min-width: 23px;
    line-height: 50px;
}

.webSiteMap .content .sTitle li:nth-child(2) {
    padding: 0 24px;
    background: url(/template/images/smNav_02.png) repeat-x;
}

.webSiteMap .content .sTitle li:nth-child(1) {
    background: url(/template/images/smNav_01.png) no-repeat;
}

.webSiteMap .content .sTitle li:nth-child(3) {
    background: url(/template/images/smNav_03.png) no-repeat;
}

.webSiteMap .content .sTitle li strong {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.webSiteMap .content .sTxt div {
    padding-bottom: 28px;
}

.webSiteMap .content .sTxt div.box_4 {
    padding-bottom: 0;
}



.tagList {
}

.tagList .tagList_1 {
    padding-bottom: 1rem;
}

.adBottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    min-height: 116px;
    background: url(/template/images/adBottom.png) no-repeat center top;
    color: #fff;
    font-size: 13px;
    z-index: 300;
}

.adBottom .ul_8 {
}

.adBottom .ul_8 .l_1 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 160%;
    padding-top: 15px;
    width: 268px;
}

.adBottom .ul_8 .l_2 {
    font-size: 17px;
    padding-top: 5px;
    line-height: 180%;
    width: 610px;
}

.adBottom .ul_8 .l_3 {
    padding-left: 20px;
    padding-top: 22px;
    line-height: 190%;
    color: #cfd6db;
    width: 329px;
}

.adBottom .ul_8 .l_4 {
}

.adBottom .ul_8 .l_2 .one {
    padding-bottom: 1px;
}

.adBottom .ul_8 .l_2 .two {
}

.adBottom .ul_8 .l_2 .three {
    padding-top: 4px;
    line-height: 28px;
}

.adBottom .ul_8 .l_2 .three .dl_5 {
}

.adBottom .ul_8 .l_2 .three .dl_5 dd:nth-child(1) {
}

.adBottom .ul_8 .l_2 .three .dl_5 dd:nth-child(2) {
}

.adBottom .ul_8 .l_2 .three .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.adBottom .ul_8 .l_2 .three .dl_5 dd a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.adBottom .ul_8 .l_2 .two input {
    line-height: 35px;
    border: 0;
    background: none;
    width: 279px;
    padding: 0 10px;
}

.adBottom .ul_8 .l_2 .two dd {
    margin-right: 11px;
}

.adBottom .ul_8 .l_2 .three .dl_5 dd {
    width: 197px;
    text-align: center;
    margin-right: 9px;
}

.adBottom .ul_8 .l_2 .two dd:nth-child(2) {
    margin-right: 0;
}

.adBottom .ul_8 .l_4 .showNoBt {
    padding: 36px;
    padding-right: 14px;
    min-height: 38px;
    width: 15px;
    line-height: 170%;
    cursor: pointer;
}

.adBottom .ul_8 .l_2 .one span {
    color: #bc943e;
}

.adBottom .ul_8 .l_2 .three .dl_5 dd input {
    display: block;
    line-height: 26px;
    height: 26px;
    border: 0;
    background: none;
    color: #fff;
    font-weight: bold;
    width: 197px;
    text-align: center;
    vertical-align: top;
}

.showNoBt2 {
    background: url(/template/images/adBottom2.png) no-repeat center top;
    font-size: 13px;
    padding: 19px;
    padding-right: 7px;
    width: 15px;
    padding-left: 38px;
    line-height: 160%;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
    bottom: 20px;
    right: 8px;
    display: none;
    position: fixed;
    z-index: 300;
    background-size: auto 81px;
}




.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%;
}





.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}







.noPro {
    padding: 1rem 5%;
    min-height: 13rem;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 200%;
}


.noPro .sBox {
	padding: 0 5%;
}


.noPro .line_1 {
    padding-bottom: 1rem;
}

.noPro .line_2 {
    color: #19417f;
}




.bq p {
    display: inline-block;
}

.t_logo .ul_1 .l_2 .sBox {
    background: url(/template/images/wap_top_03.png) no-repeat center left;
    background-size: 100% auto;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_logo .ul_1 .l_2 strong:last-child {
    margin-right: 0;
    max-width: 27%;
}

.t_logo .ul_1 .l_2 strong:nth-child(2) {
    margin-right: 7.8%;
}

.t_nav .center {
    width: 100%;
    max-width: 45%;
    background: #fff;
    margin: 0;
    height: 100%;
    position: fixed;
    padding: 0 5%;
    padding-top: 0.8rem;
}

.t_nav .one {
}

.t_nav .one img {
    max-width: 1.3rem;
}

.t_nav .two {
    text-align: center;
    padding: 0.5rem 0;
    padding-bottom: 0;
    padding-top: 0.68rem;
}

.t_nav .two img {
    width: 100%;
    max-width: 98%;
}

.t_nav .box li {
    background: none !important;
    box-shadow: none !important;
}

.t_nav .four {
    padding-top: 0.3rem;
    color: #000;
}

.t_nav .four .telBox {
    background: url(/template/images/wap_tel_01.png) no-repeat center left;
    background-size: 1.3rem auto;
    font-size: 0.73rem;
    padding: 0.2rem 0;
    padding-left: 1.5rem;
}

.t_nav .four .telBox .s1 {
    font-size: 0.43rem;
}

.t_nav .four .telBox .s2 {
    font-family: Impact;
    font-size: 0.85rem;
    letter-spacing: 0.03rem;
    color: #094180;
    padding-top: 0.05rem;
}

.menunavbtn {
    width: 30%;
    max-width: 10%;
    float: left;
    padding-top: 0.1rem;
    padding-left: 1%;
}

.t_search .t_searchUL .right .inputBox {
    width: 100%;
    max-width: 85%;
    float: right;
    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;
}

.Menus {
    clear: both;
    border-top: 0.23rem solid #f7f7f7;
}

.Menus ul {
    padding-top: 0.6rem;
}

.Menus ul li {
    float: left;
    text-align: center;
    width: 35%;
    max-width: 25%;
    padding-bottom: 0.8rem;
}

.Menus ul a {
    float: left;
    width: 100%;
    max-width: 100%;
    line-height: 1rem;
    color: #082147;
    padding-top: 2.2rem;
    font-size: 0.65rem;
    padding-bottom: 0;
    font-weight: bold;
}

.Menus ul li a:hover {
}

.Menus ul .l_1 a {
    background: url(/template/images/wap_nav_01.png) no-repeat center top;
    background-size: auto 2rem;
}

.Menus ul .l_2 a {
    background: url(/template/images/wap_nav_02.png) no-repeat center top;
    background-size: auto 2rem;
}

.Menus ul .l_3 a {
    background: url(/template/images/wap_nav_03.png) no-repeat center top;
    background-size: auto 4rem;
    background-position-y: 130%;
}

.Menus ul .l_4 a {
    background: url(/template/images/wap_nav_04.png) no-repeat center top;
    background-size: auto 1.95rem;
}

.Menus ul .l_5 a {
    background: url(/template/images/wap_nav_05.png) no-repeat center top;
    background-size: auto 1.9rem;
    background-position-y: 0.18rem;
}

.Menus ul .l_6 a {
    background: url(/template/images/wap_nav_06.png) no-repeat center top;
    background-size: auto 1.9rem;
    background-position-y: 0.13rem;
}

.Menus ul .l_7 a {
    background: url(/template/images/wap_nav_07.png) no-repeat center top;
    background-size: auto 2rem;
}

.Menus ul .l_8 a {
    background: url(/template/images/wap_nav_08.png) no-repeat center top;
    background-size: auto 1.85rem;
    background-position-y: 0.1rem;
}

/*.Menus ul .l_1 a:hover {
	background:url(/wap/images/navH_01.png) no-repeat center top;
    background-size: 70% auto;
}

.Menus ul .l_2 a:hover {
    background: url(/wap/images/navH_02.png) no-repeat center top;
    background-size: 70% auto;
}

.Menus ul .l_3 a:hover {
	background:url(/wap/images/navH_03.png) no-repeat center top;
    background-size: 70% auto;
}


.Menus ul .l_4 a:hover {
	background:url(/wap/images/navH_04.png) no-repeat center top;
    background-size: 70% auto;
}

.Menus ul .l_5 a:hover {
	background:url(/wap/images/navH_05.png) no-repeat center top;
    background-size: 70% auto;
}

.Menus ul .l_6 a:hover {
	background:url(/wap/images/navH_06.png) no-repeat center top;

    background-size: 70% auto;
}




.Menus ul .l_7 a:hover {
	background:url(/wap/images/navH_07.png) no-repeat center top;
    background-size: 70% auto;
}


.Menus ul .l_8 a:hover {
	background:url(/wap/images/navH_08.png) no-repeat center top;
    background-size: 70% auto;
}
*/
.Menus ul a span {
    display: block;
}

.Menus ul a img {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.pro .content .ul_1 .left {
    margin: 0 0.5%;
    width: 100%;
    max-width: 99%;
}

.pro .content .ul_1 .right {
    padding: 0.5rem 0;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
    padding-top: 0.2rem;
}

.pro .content .bigNav li a .bjBox {
    font-size: 0.66rem;
    color: #fff;
    display: block;
    padding: 0.6rem 0;
    padding-left: 29%;
    line-height: 130%;
    background: url(/uploadfile/ico_01.png) no-repeat center left;
    background-position-x: -5%;
    background-size: 1.3rem auto;
}

.pro .content .listBox {
    padding-top: 0.3rem;
}

.pro .content .listBox .shareProItem {
}

.shareProItem .hdBox a .topPic {
    position: absolute;
    top: -0.3rem;
    width: 100%;
    max-width: 100%;
    display: block;
}

.shareProItem .txt {
}

.shareMore_2 {
    padding-top: 0.6rem;
}

.shareMore_2 a {
    display: block;
    line-height: 1.7rem;
    text-align: center;
    color: #faddb2;
    font-size: 0.75rem;
    max-width: 60%;
    margin: 0 auto;
    background: url(/template/images/wap_moreBt.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 2rem;
    text-indent: 7%;
}

.youShi .shareTitle {
    background: url(/template/images/t1.png) no-repeat center top;
    background-size: 96% auto;
}

.youShi .shareTitle .cn {
    padding-top: 0.4rem;
}

.youShi .shareTitle .one {
    line-height: normal;
}

.youShi .shareTitle .cn img {
    max-width: 1rem;
    top: 0;
}

.youShi .ysPic {
    position: relative;
}

.youShi .ysPic a {
    position: absolute;
    display: inline-block;
    width: 50%;
    max-width: 36%;
    line-height: 2rem;
    color: #fff;
    text-shadow: 1px 1px 2px #555;
    left: 6%;
    text-align: center;
}

.youShi .ysPic a.call_1 {
    top: 15.2rem;
}

.youShi .ysPic a.call_2 {
    top: 31.8rem;
}

.youShi .ysPic a.call_3 {
    top: 51.3rem;
}

.youShi .ysPic a.call_4 {
    top: 67.85rem;
}

.youShi .ysPic a.call_5 {
    top: 84rem;
}

.youShi .ysPic img {
    padding-top: 1rem;
    display: block;
}

.f_feedback .sTitle .one {
    color: #1e4d8a;
    /*IE*/
    /*火狐*/
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
    padding-bottom: 0.05rem;
}

.f_feedback .sTitle .two {
    font-size: 0.63rem;
    color: #333;
}

.f_feedback .sTitle .three {
    font-size: 0.7rem;
    color: #1e4d8a;
    text-shadow: 0 1px #fff6e6, 1px 0 #fff6e6, -1px 0 #fff6e6, 0 -1px #fff6e6;
    padding-left: 6.5%;
    padding-top: 0.25rem;
}

.f_feedback .txt {
    font-size: 0.6rem;
    padding-top: 0.6rem;
    padding-left: 15.3%;
    line-height: 1.1rem;
}

.f_feedback .txt span {
    font-weight: bold;
    color: #0057b0;
}

.f_feedback .sTitle .one strong {
    color: #d21418;
}

.f_feedback .sTitle .three span.s1 {
}

.f_feedback .sTitle .three span.s2 {
    color: #d21418;
}

.f_feedback .callFoot {
    padding-top: 0.8rem;
    max-width: 70%;
    margin: 0 15%;
}

.f_feedback .callFoot li.sub_left {
    background: url(/template/images/wap_callBt_01.png) no-repeat center left;
    background-size: 1.5rem auto;
    padding-left: 16%;
    float: left;
}

.f_feedback .callFoot li.sub_right {
    float: right;
}

.f_feedback .callFoot li.sub_left .s1 {
    font-size: 0.5rem;
}

.f_feedback .callFoot li.sub_left .s2 {
    font-size: 0.9rem;
    color: #122c51;
    font-family: Impact;
    letter-spacing: 0.08rem;
}

.f_feedback .callFoot li.sub_right a {
    background: url(/template/images/wap_callBt_02.png) no-repeat;
    background-size: 2.2rem auto;
    display: inline-block;
    width: 2.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #888;
    min-height: 2rem;
    line-height: 130%;
    background-position-y: -0.1rem;
    padding-top: 0.1rem;
}

.f_feedback .left .fbBox {
    padding-top: 1.7rem;
    margin: 0 4%;
    width: 100%;
    max-width: 92%;
}

.f_feedback .left .fbBox .one {
}

.f_feedback .left .fbBox .three {
    text-align: center;
}

.f_contact .ul_1 .bigBox {
    padding-top: 0.5rem;
    color: #111;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.f_contact .ul_1 .bigBox .l_3 p {
    display: block;
    margin: 0;
    padding: 0.22rem 0;
    line-height: 180%;
}

.f_contact .ul_1 .bigBox .right img {
    margin-bottom: 0.2rem;
}

.f_contact .line_3 {
    display: none;
}

/*======== 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: 1.2rem;
}

.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;
}

.in_pro .mainBox {
    padding-top: 0.6rem;
}

.typeNav .content .bigNav a .bjBox {
    font-size: 0.66rem;
    color: #fff;
    display: block;
    padding: 0.6rem 0;
    padding-left: 29%;
    line-height: 130%;
    background: url(/uploadfile/ico_01.png) no-repeat center left;
    background-position-x: -5%;
    background-size: 1.3rem auto;
}

.typeNav .content #Tab_1 a {
    background: url(/uploadfile/ico_02.png) no-repeat center left;
    background-position-x: 4%;
    background-size: 0.9rem auto;
}

.typeNav .content #Tab_2 a {
    background: url(/uploadfile/ico_03.png) no-repeat center left;
    background-position-x: 0%;
    background-size: 1.1rem auto;
}

.typeNav .content #Tab_3 a {
    background: url(/uploadfile/ico_04.png) no-repeat center left;
    background-position-x: -3%;
    background-size: 1.25rem auto;
}

.typeNav .content .bigNav .jt {
    min-height: 0.45rem;
    position: relative;
    top: -0.05rem;
}

.typeNav .content .subBox {
    background: url(/template/images/wap_k_01.png) no-repeat center top;
    background-size: 100% auto;
    background-color: #fffcf8;
    border: 0.05rem solid #fff0db;
    display: none;
}

.typeNav .content .subBox_2 {
    position: relative;
    background: url(/template/images/wap_k_02.png) no-repeat center bottom;
    background-size: 100% auto;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.shareProItem2 .hdBox {
}

.shareProItem2 .hdBox a {
    position: relative;
    display: block;
}

.shareProItem2 .hdBox a .topPic {
    position: absolute;
    top: -0.3rem;
    width: 100%;
    max-width: 100%;
    display: block;
}

.shareProItem2 .hdBox a .proPic {
    height: 7rem;
    width: 100%;
    max-width: 93%;
    display: inline-block;
}

.shareProItem2 .txt {
}

.in_pro .right hr {
    display: none;
}

.typeNav .content #Tab_2 a .bjBox {
    background: url(/uploadfile/ico_02.png) no-repeat center left;
    background-position-x: 4%;
    background-size: 0.9rem auto;
}

.typeNav .content #Tab_3 a .bjBox {
    background: url(/uploadfile/ico_03.png) no-repeat center left;
    background-position-x: 0%;
    background-size: 1.1rem auto;
}

.typeNav .content #Tab_4 a .bjBox {
    background: url(/uploadfile/ico_04.png) no-repeat center left;
    background-position-x: -3%;
    background-size: 1.25rem auto;
}

.proShow .right .listTitle {
    padding-top: 0.5rem;
}

.showTitle {
    padding: 0.3rem 0;
    line-height: 1.5rem;
    background: url(/template/images/wap_tBj.png) repeat-x;
    color: #fff;
    border-left: 0;
    border-right: 0;
    font-size: 0.6rem;
    background-size: auto 120%;
    border-bottom: 0.05rem solid #e8d8b2;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
    padding-top: 0.45rem;
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.proShow .right .listTitle .showTitle .dl_2 .sub_left a.cStyle {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.showTitle .dl_2 .sub_left {
    color: #ffd3a8;
    padding-left: 6%;
    background: url(/uploadfile/ico_01.png) no-repeat center left;
    background-position-x: -3%;
    background-size: 1.3rem auto;
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.showTitle .dl_2 .sub_right {
    float: right;
}

.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 .dl_2 {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.showTitle .dl_2 .sub_right a span {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.jiao2 {
    position: relative;
    top: -0.1rem;
    min-height: 0.45rem;
    background: url(/template/images/wap_JT2.png) no-repeat center;
    background-size: auto 100%;
}

.shareRightSmallNav .subTitle {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 0.05rem dashed #ddd;
    padding-left: 1%;
}

.proShow .shareRightSmallNav li {
    width: 60%;
    max-width: 33.3%;
    float: left;
    line-height: 1.6rem;
    text-align: center;
    margin: 0;
}

.proShow .shareRightSmallNav li a {
    display: block;
    font-size: 0.58rem;
    color: #0f5080;
    border-right: 0.05rem solid #f7e1b6;
    background: none;
}

.proShow .shareRightSmallNav .ul_1 li a.subCurrentNav,.proShow .shareRightSmallNav .ul_1 li a:hover {
    color: #c00505;
    font-weight: bold;
    background: none;
}

.proShow .right .content .r_1 .sub_left .bjPic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.proShow .right .content .r_1 .sub_left .proPic {
    width: 100%;
    max-width: 93%;
    display: inline-block;
    vertical-align: middle;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.jhList {
    padding-bottom: 1.5rem;
    color: #000;
    padding-top: 0.5rem;
}

.jhList .left {
    float: none;
}

.jhList .right {
    float: none;
}

.jhList .left .line_1 {
    width: 100%;
    max-width: 92%;
    line-height: 200%;
    background: url(/template/images/wap_02.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 1rem 4%;
    padding-top: 0.5rem;
}

.jhList .left .line_1 .sub_left {
    float: none;
}

.jhList .left .line_1 .sub_right {
    text-align: center;
    width: 100%;
    max-width: 100%;
    float: none;
}

.jhList .left .line_1 .sub_left .one {
}

.jhList .left .line_1 .sub_left .two {
    padding: 0.5rem 0;
    color: #666;
    line-height: 180%;
}

.jhList .left .line_1 .sub_left .three {
    display: none;
}

.jhList .left .line_1 .sub_left .one h2 {
    font-size: 1.1rem;
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jhList .left .line_1 .sub_left .three a {
}

.jhList .left .line_1 .sub_left .three .telBox {
}

.jhList .left .line_1 .sub_left .three .telBox .sub_1 {
}

.jhList .left .line_1 .sub_left .three .telBox .sub_2 {
}

.jhList .left .line_1 .sub_right .one {
}

.jhList .left .line_1 .sub_right .one img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 93%;
    border: 0.5rem solid #fff;
    -moz-box-shadow: 1px 2px 6px #ddd;
    -webkit-box-shadow: 1px 2px 6px #ddd;
    box-shadow: 1px 2px 6px #ddd;
}

.jhList .left .line_1 .sub_left .three a:nth-child(1) {
}

.jhList .left .line_1 .sub_left .three a:nth-child(2) {
}

.tagProList {
    padding-bottom: 0.5rem;
}

.tagProList .jhListBox {
}

.tagProList .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 2px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.tagProList .jhListBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.tagProList .jhListBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.tagProList .jhListBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.tagProList .jhListBox .item .sub_right .one {
    padding: 0.2rem 0;
}

.tagProList .jhListBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.tagProList .jhListBox .item .sub_right .three {
    padding: 0.3rem 0;
    font-size: 0.55rem;
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tagProList .jhListBox .item .sub_right .four {
    text-align: right;
}

.tagProList .jhListBox .item .sub_right .two span, .tagProList .jhListBox .item .sub_right .three span {
    font-weight: bold;
}

.tagProList .jhListBox .item .sub_right .four a {
    color: #fff;
    display: inline-block;
    line-height: 1.28rem;
    text-align: center;
    vertical-align: middle;
    background-size: 100% 100% !important;
    padding: 0 0.5rem;
    font-size: 0.55rem;
    border-radius: 3rem;
}

.tagProList .jhListBox .item .sub_right .four a:nth-child(1) {
    background: #c70000;
}

.tagProList .jhListBox .item .sub_right .four a:nth-child(2) {
    background: #243665;
}

.jhList .left .line_1 .sub_left .two p {
}

.tagProList .jhListBox .item .sub_right .one h3 {
    font-size: 0.7rem;
}

.tagNav {
    display: none;
}

.tagNav .left_Title {
}

.tagNav .sContent {
}

.tagNav .sContent a {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    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: 50px;
    text-align: center;
    width: 50%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.jhList .center {
    text-align: left;
}

.tagProList .jhListBox .item .sub_right .one a {
    color: #000;
}


.jhList .ul_1 {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.jhList .pageNumber {
    padding-top: 0.3rem;
}

.pro_shareTitle.t_2 {
    background: url(/template/images/sTico_02.png) no-repeat center left;
    background-size: 230% auto;
}

.pro_shareTitle.t_3 {
    background: url(/template/images/sTico_03.png) no-repeat center left;
    background-size: 230% auto;
}

.pro_shareTitle.t_4 {
    background: url(/template/images/sTico_04.png) no-repeat center left;
    background-size: 230% auto;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/sTico_05.png) no-repeat center left;
    background-size: 230% auto;
}

.proShow .right .content .box_2 {
}

.proShow .right .content .hrLine {
    display: none;
}

.pro_shareTxt table {
    width: 100% !important;
    max-width: 100% !important;
}

.pro_shareTxt img {
    width: 100% !important;
    max-width: 100% !important;
    height: 4.5rem !important;
}

.proShareBox.r_4 .pro_shareTxt {
}

/*===== 上下一篇 =====*/
.prevNextBox {
    font-size: 0.7rem;
    padding: 0.3rem 0;
}

.prevpage, .nextpage {
    margin: 0 auto;
    color: #1b3580;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.3rem;
    font-size: 0.65rem;
    padding-left: 5%;
    line-height: 2rem;
    background: url(/template/images/newShowIco_03.png) no-repeat center left;
    background-size: 0.55rem auto;
    background-position-x: 1%;
    background-color: #f3f7fd;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 93%;
    margin-bottom: 0.3rem;
}

.prevpage a, .nextpage a {
    color: #1b3580;
    float: left;
    width: 100%;
    max-width: 80%;
}

.prevpage span, .nextpage span {
    width: 100%;
    max-width: 20%;
    float: left;
}

.prevpage:hover, .nextpage:hover {
    color: #d40404;
}

.prevpage:hover a, .nextpage:hover a {
    color: #d40404;
}

.dzBody {
}

.dzBody .ad {
    display: block;
    font-size: 0.7rem;
    color: #000;
    padding-top: 0.5rem;
    padding-bottom: 1.2rem;
    background: none;
    min-height: auto;
}

.jianBian3 {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.iDingZhi .shareTitle {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    background-size: 80% auto;
    background-position-y: 0.38rem;
}

.iDingZhi .dzPic {
    padding-top: 2rem;
}

.shiLi .shareTitle {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: url(/template/images/wap_t9.png) no-repeat center top;
    background-size: 81% auto;
}

.shiLi .shareTitle .cn {
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
}

.shiLi .shareTitle .one {
    color: #114081;
    font-size: 0.75rem;
}

.shiLi .shareTitle .en {
    color: #114081;
    font-size: 0.37rem;
}

.liuCheng .shareTitle {
    background: url(/template/images/wap_t_1.png) no-repeat center top;
    background-size: 68% auto;
    position: absolute;
    width: 100%;
    max-width: 100%;
}

.liuCheng .shareTitle .cn {
    padding-top: 0.45rem;
}

.liuCheng .shareTitle .one {
    font-size: 0.7rem;
    color: #f3c066;
    padding-bottom: 0.1rem;
}

.liuCheng .shareTitle .cn strong {
    color: #f3c066;
}

.shiLi2 .shareTitle {
    background: url(/template/images/wap_t_2.png) no-repeat center top;
    background-size: 63% auto;
    position: absolute;
    width: 100%;
    max-width: 100%;
    background-position-y: 0.3rem;
}

.shiLi2 .shareTitle .cn {
    padding-bottom: 0.1rem;
}

.shiLi2 .shareTitle .one {
    font-size: 0.7rem;
}

.shiLi2 .shareTitle .cn strong {
}

.newNav .content .bigNav {
    max-width: 33.25%;
}

.newNav {
}

.newNav .content #Tab_2 {
    left: 33.2%;
}

.newNav .content #Tab_3 {

    left: 66.6%;
}

.newNav .content .bigNav a .bjBox {
    background: url(/uploadfile/ico_02.png) no-repeat center left;
    background-position-x: 9%;
    background-size: 1.2rem auto;
    padding-left: 35%;
    min-height: 1.7rem;
    padding-right: 6%;
}

.newNav .content #Tab_2 a .bjBox {
    background: url(/template/images/wap_newIco_02.png) no-repeat center left;
    background-position-x: 12%;
    background-size: 1rem auto;
}

.newNav .content #Tab_3 a .bjBox {
    background: url(/template/images/wap_newIco_03.png) no-repeat center left;
    background-position-x: 13%;
    background-size: 1rem auto;
}

.typeNav .content .xwHref {
}

.typeNav .content .xwHref .cn {
    padding-top: 0.4rem;
}

.newShareList .L2_UL .sub_right .three .s_right {
    width: 100%;
    max-width: 18%;
    float: right;
}

.newShareList .L2_UL .sub_right .three dd.s_left a:nth-child(3),.newShareList .L2_UL .sub_right .three dd.s_left a:nth-child(4) {
    display: none;
}

.newShareList .L2_UL:last-child {
    margin-bottom: 0.2rem;
}

.newShow .right .newBox .line_2 .two span {
    margin: 0 1%;
}

.newShow .right .newBox .line_2 .two span:nth-child(1) {
    display: none;
}

.newShow .right .newBox .line_2 .two span:nth-child(2) {
    display: none;
}

.newShow .right .newBox .line_2 .two span:nth-child(3) {
}

.newShow .right .newBox .line_2 .two span:nth-child(4) {
}

.newShow .xgBox {
    display: block;
    padding: 1rem 0 !important;
    padding-bottom: 0 !important;
}

.xgPro dd:nth-child(3) {
    display: none;
}

.in_jiShu .line_2 .link {
    padding: 0.9rem 0;
    text-align: center;
    padding-top: 0.6rem;
}

.in_jiShu .line_2 .link a {
    font-weight: bold;
    color: #184174;
    font-size: 0.7rem;
    display: inline-block;
    line-height: 1.8rem;
    width: 50%;
    max-width: 50%;
    background: url(/template/images/wap_moreBt2.png) no-repeat center;
    background-size: auto 100%;
}

.in_jiShu .line_8 .shareTitle {
    background: url(/template/images/wap_t_3.png) no-repeat center top;
    background-size: 70% auto;
    min-height: 4rem;
    background-position-y: 0.1rem;
}

.in_jiShu .line_8 .shareTitle .cn {
    padding-bottom: 0;
}

.in_jiShu .line_8 .shareTitle .en {
    font-size: 0.5rem;
    padding-bottom: 0.1rem;
}

.in_jiShu .line_8 .shareTitle .one {
    font-size: 0.65rem;
}

.in_jiShu .line_9 .shareTitle {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 100%;
    background: url(/template/images/wap_t9.png) no-repeat center top;
    background-size: 81% auto;
}

.in_jiShu .line_9 .shareTitle .cn {
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
}

.in_jiShu .line_9 .shareTitle .one {
    color: #114081;
    font-size: 0.75rem;
}

.in_jiShu .line_9 .shareTitle .en {
    color: #114081;
    font-size: 0.37rem;
}

.in_contact .inLine_1 .box_2 .shareTitle {
    background: url(/template/images/wap_t_5.png) no-repeat center bottom;
    background-size: 73% auto;
}

.in_contact .inLine_1 .box_2 .shareTitle .cn {
    padding-bottom: 0.1rem;
}

.in_contact .inLine_1 .box_2 .shareTitle .one {
    line-height: 180%;
    font-size: 0.6rem;
}

#dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 10rem !important;
}

.in_contact .inLine_2 .about {
    display: block;
}

#videoShow {
    min-height: 8rem;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #333;
}

#videoShow img {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 8rem;
}

#videoShow iframe,#videoShow video,#videoShow source,#videoShow object,#videoShow embed {
    height: 8rem !important;
    width: 100%;
    max-width: 100%;
}

.baoJia .content .ul_1 dl {
    vertical-align: bottom;
}

.searchBody {
}

.searchBody .in_pro {
}

.searchBody .in_pro .left {
    display: none;
}

.tagList .line_1 {
    line-height: 200%;
    text-indent: 2em;
    padding-bottom: 1rem;
    font-size: 0.7rem;
    text-align: justify;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    padding-top: 0.5rem;
}

.tagList .line_1 font {
    color: #cf0404;
}

.tagList .line_1 strong {
    font-weight: normal;
}

.tagList .line_1 span {
    font-weight: bold;
    color: #0472bd;
}
