@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 {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    word-wrap: break-word;
    white-space: normal;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none;
}

.isShow {
    display: block !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg?v=3);
    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 {
    padding-top: 1rem !important;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #0457b6;
    line-height: 1.5rem;
    padding: 0 0.55rem;
    display: inline-block;
    border-radius: 0.3rem;
    border: 0.05rem solid #0457b6;
    background-color: #fff;
}

.pageNumber span {
}

.pageNumber a {
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.pro .pageNumber {
    font-size: 0.7rem;
    text-align: center;
    padding: 0.3rem 0;
    padding-bottom: 0.6rem;
}

.pro .pageNumber img {
    width: 0.8rem;
    max-width: 0.8rem;
    vertical-align: middle;
    position: relative;
    top: -0.05rem;
}

.pro .pageNumber .pre img {
    padding-right: 0.3rem;
}

.pro .pageNumber .next img {
    padding-left: 0.3rem;
}

.pro .pageNumber a, .pro .pageNumber span {
    color: #fff;
    border-radius: 0.3rem;
    display: inline-block;
    width: 40%;
    max-width: 38%;
    line-height: 1.75rem;
}

.pro .pageNumber span {
    background: #aaa;
}

.pro .pageNumber a {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.pro .pageNumber span.current_page {
    border-radius: 0.3rem;
    border: 1px solid #0c70bb;
    display: inline-block;
    color: #fff;
    background: #0c70bb;
    padding: 0.2rem 0.45rem;
}

.pro .pageNumber p {
    display: inline-block;
    line-height: 1.5rem;
    border: 0.05rem solid #ccc;
    border-radius: 0.3rem;
    padding: 0 0.38rem;
    vertical-align: middle;
    margin: 0 0.28rem;
    background-color: #fff;
}

.pro .pageNumber p font {
    color: #f00;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 85%;
    float: left;
    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: 15%;
    text-align: center;
    float: left;
    height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/s_02.png?v=3) 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;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 2.6rem;
    height: 3rem;
    background: url(/template/images/wap_goTop.png?v=3) no-repeat center;
    background-size: auto 100%;
    z-index: 200;
    border-radius: 0.3rem;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 2.6rem;
    height: 3rem;
    text-indent: -99999px;
}

/* End  共享区 */
/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg?v=3) no-repeat center;
    min-height: 9px;
}

.friendLink, .friendLink a {
    color: #666;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png?v=3) no-repeat center;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.top {
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 300;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
    background: url(/template/images/txt_1.png?v=3) no-repeat center top;
    background-size: 83% auto;
    padding-top: 0.5rem;
}

.shareTitle .en {
    color: #555;
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 6px;
    line-height: 110%;
}

.shareTitle .cn {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.85rem;
    background: url(/template/images/t1.png?v=3) no-repeat center bottom;
    background-size: 38% auto;
    margin: 0;
}

.shareTitle .cn img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.shareTitle span,.shareTitle strong {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shareTitle .one {
    font-size: 0.63rem;
    padding-top: 0.2rem;
    color: #666;
}

.shareTitle .one span {
    color: #e95311;
}

.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%;
}

.in_case {
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    margin-top: -0.7rem;
    background: url(/template/images/bj_1.jpg?v=3) no-repeat center top;
    background-size: cover;
}

.in_case .left {
}

.in_case .right {
    width: 100%;
    max-width: 95%;
    margin-left: 0.76%;
}

.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 .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.caseShareList .item {
    border: 0.05rem solid #eee;
    margin-bottom: 0.6rem;
    padding: 0.3rem 1.5%;
    font-size: 0.6rem;
    background: #fff;
}

.caseShareList .item:hover {
    -moz-box-shadow: 1px 3px 8px #ddd;
    -webkit-box-shadow: 1px 3px 8px #ddd;
    box-shadow: 1px 3px 8px #ddd;
}

.caseShareList .item .sub_left {
    position: relative;
}

.caseShareList .item .sub_left img {
    display: block;
    border-radius: 0.2rem;
    height: 8rem;
}

.caseShareList .item .sub_right {
    padding-top: 0.3rem;
}

.caseShareList .item .sub_right .one {
    line-height: 1.3rem;
}

.caseShareList .item .sub_right .one a {
    font-weight: bold;
    font-size: 0.8rem;
    color: #333;
}

.caseShareList .item .sub_right .one a:hover {
    color: #05589d;
}

.caseShareList .item .sub_right .two {
    color: #555;
    line-height: 180%;
    padding: 0.2rem 0;
}

.caseShareList .item .sub_right .three {
    line-height: 1rem;
}

.caseShareList .item .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.caseShareList .item .sub_right .three a {
    text-align: center;
    color: #fff;
    background: #05589d;
    display: inline-block;
    border-radius: 0.2rem;
    padding: 0.2rem 0.5rem;
}

.caseShareList .item .sub_right .three a:hover {
}

.caseShow {
    padding-top: 1.5rem;
    margin-top: -0.7rem;
    background: url(/template/images/bj_1.jpg?v=3) no-repeat center top;
    background-size: cover;
}

.caseShow .left {
    display: none;
}

.caseShow .right {
}

.caseShow .right .newBox {
    background-color: #fff;
    padding: 0 2.5%;
    width: 95%;
    max-width: 95%;
    padding-top: 0.5rem;
}

.caseShow .right .newBox .line_2 {
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    padding: 0.3rem 0;
    line-height: 1rem;
    font-size: 0.6rem;
    padding-top: 0.2rem;
    color: #888;
    border-bottom: 0.05rem dashed #ccc;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding: 0.3rem 0;
    width: 100%;
    max-width: 100%;
    text-align: justify;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0.3rem 0 !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 0.7rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .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 .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 .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.xgPro {
}

.xgPro .dl_6 {
}

.in_new {
    padding-top: 1.5rem;
    margin-top: -0.7rem;
    background: url(/template/images/bj_1.jpg?v=3) no-repeat center top;
    background-size: cover;
    padding-bottom: 1rem;
}

.in_new .left {
    padding-top: 0.8rem;
}

.in_new .right {
    padding-top: 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 {
    padding: 33px 31px;
    border-top: 0;
    padding-top: 45px;
}

.in_new .right .r_box .share_rTitle .dl_1 {
    line-height: 43px;
}

.lContact {
    display: none;
}

.t_box {
    -moz-box-shadow: 1px 0px 0.3rem #ccc;
    -webkit-box-shadow: 1px 0px 0.3rem #ccc;
    box-shadow: 1px 0px 0.3rem #888;
}

.t_logo {
    padding: 0.5rem 0;
    padding-top: 0.7rem;
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .l_1 {
    margin: 0 1.5%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 98%;
    max-width: 97%;
}

.t_logo .ul_1 .l_1 .txt {
    width: 83%;
    max-width: 63%;
    padding-left: 2%;
    padding-top: 0.05rem;
    float: left;
}

.t_logo .ul_1 .l_1 .txt .one {
    font-size: 0.78rem;
    margin: 0;
    font-weight: bold;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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.38rem;
    color: #112b4f;
    text-transform: uppercase;
    padding-top: 0.1rem;
}

.t_logo .ul_1 .l_2 {
    display: none;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_search {
    padding-bottom: 0.6rem;
    background: url(/template/images/searchBj2.png?v=3) no-repeat center bottom;
    background-size: 110% auto;
    position: relative;
}

.t_search .t_searchUL {
    width: 100%;
    max-width: 100%;
    background-size: 98% auto;
    padding-bottom: 0.5rem;
    padding: 0.35rem 0;
    background-color: #fff;
    border-bottom: 0.05rem solid #ccc;
}

.t_search .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #888;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    max-width: 98%;
    text-align: left;
    border: 0.05rem solid #05589d;
    border-radius: 10rem;
    overflow: hidden;
    background: #fff;
    margin: 0 0.5%;
}

.pro_ShareList {
    padding-bottom: 1.3rem;
}

.pro_ShareList .ul_1 {
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 28px;
    color: #2a2a2a;
    display: inline;
}

.in_pro {
    padding-top: 1.5rem;
    margin-top: -0.7rem;
    background: url(/template/images/bj_1.jpg?v=3) no-repeat center top;
    background-size: cover;
}

.in_pro .left {
}

.in_pro .right {
    padding-top: 0.5rem;
}

.shareRightSmallNav {
    padding: 0.5rem 0;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 60%;
    max-width: 48%;
    float: left;
    line-height: 1.5rem;
    border: 0.05rem dotted #bbb;
    border-radius: 0.2rem;
    text-align: center;
    margin-left: 1%;
    margin-bottom: 0.3rem;
    background-color: #fff;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 0.58rem;
    color: #0f5080;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #0457b7;
    font-weight: bold;
}

.shareRightTitle {
    display: none;
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.xgBox {
    display: none;
}

.xgBox .title {
    padding-bottom: 0.2rem;
    border-bottom: 0.05rem dashed #ccc;
}

.xgBox .title .sub_left {
    font-size: 0.8rem;
    color: #283a5b;
    padding-left: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    background: url(/template/images/hyNew.png?v=3) no-repeat left bottom;
    background-size: 1rem auto;
    background-position-y: 0.45rem;
    float: left;
}

.xgBox .title .sub_right {
    padding-top: 0.5rem;
    float: right;
}

.xgBox .title .sub_right a {
    color: #283a5b;
    text-transform: uppercase;
}

.xgBox .title .sub_left span {
    background: url(/template/images/txtEn.png?v=3) no-repeat;
    background-size: auto 0.8rem;
    padding-top: 0.5rem;
    display: block;
}

.xgNew {
}

.proShow {
    padding-top: 1.5rem;
    margin-top: -0.7rem;
    /* background: url(/template/images/bj_1.jpg?v=3) no-repeat center top; */
    /* background-size: cover; */
    padding-bottom: 0.5rem;
}

.proShow .left {
    display: none;
}

.proShow .right {
}

.proShow .right .content {
    padding-top: 0.6rem;
    font-size: 0.6rem;
}

.proShow .right .content .box_1 {
    margin-bottom: 1rem;
}


.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 .clear .sub_right .canShu td {
    padding: 0.3rem !important;
    border: 0.15rem solid #fff !important;
    color: #333 !important;
    font-size: 0.65rem !important;
}

.proShow .right .content .r_1 .clear .sub_right .canShu td:nth-child(1) {
    font-weight: bold !important;
    width: 20% !important;
    max-width: 20% !important;
    border-left: 0 !important;
    background-color: #edf4fb !important;
    text-align: center !important;
}

.proShow .right .content .r_1 .clear .sub_right .canShu td:nth-child(2) {
    width: 69% !important;
    max-width: 69% !important;
    border-right: 0 !important;
    background-color: #f8fbff !important;
}

.proShow .right .content .r_1 .clear .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 .sub_right .bt {
    float: left;
    line-height: 1.6rem;
    padding-top: 0.18rem;
    width: 100%;
    max-width: 55%;
}

.proShareBox {
    padding: 0 1%;
}

.proShareBox.r_4 {
}

.pro_shareTitle {
    line-height: 1.5rem;
    background: url(/template/images/wap_pt_01.png?v=3) no-repeat center top;
    text-transform: uppercase;
    background-size: 60% auto;
    text-align: center;
    font-size: 0.78rem;
    padding-top: 0.3rem;
}

.pro_shareTxt {
    color: #333;
    font-size: 0.6rem;
    line-height: 200%;
    padding: 0.3rem 1%;
    text-align: justify;
    padding-bottom: 0.9rem;
}

.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.65rem !important;
    line-height: 200% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 33.33% !important;
    text-align: center !important;
}

.proShareBox.r_4 .pro_shareTxt td:nth-child(1) {
    padding: 0 !important;
}

.proShow .right .content .r_1 .sub_left {
    min-height: 14.5rem;
    background-size: 100% auto;
    text-align: center;
    padding-top: 0.3rem;
    position: relative;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    margin-bottom: 1rem;
}

.proShow .shareRightSmallNav {
    position: relative;
    padding: 0.2rem 0;
}

.proShow .shareRightSmallNav .ul_1 {
}

.newShareList .L2_UL:hover {
}

.newShareList .L2_UL:hover .sub_right .one a {
}

.typeNav.newNav .content .ul_1 {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.in_about {
}

.t_wel {
    display: none;
}

.t_nav {
    width: 80%;
    max-width: 45%;
    position: absolute;
    right: 0;
    z-index: 900;
    top: 2.8rem;
    background: #fff;
    -moz-box-shadow: 1px 1px 6px #a6cbf9;
    -webkit-box-shadow: 1px 1px 6px #a6cbf9;
    box-shadow: 1px 1px 6px #a6cbf9;
}

.t_nav .box {
}

.t_nav .box li {
    text-decoration: none;
    display: block;
    line-height: 120%;
    font-size: 0.65rem;
    margin: 0 auto;
    padding: 0 0.5rem;
    color: #333;
}

.t_nav a {
    background: url(/uploadfile/ico_02.png?v=3) no-repeat center left !important;
    background-size: 0.6rem auto !important;
    background-position-x: 0.1rem !important;
    background-position-y: 0.6rem !important;
    border-bottom: 0.05rem dotted #ccc;
    padding: 0.3rem 0;
    padding-left: 19%;
    padding-bottom: 0.1rem;
    color: #333 !important;
    font-weight: normal !important;
    display: block;
}

.bq {
    display: none;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !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: 1rem 0;
    background: url(/template/images/bj_1.jpg?v=3) no-repeat center top;
    background-size: cover;
    /* padding-top: 1.2rem; */
}

.pro .content {
    padding-top: 0.8rem;
}

.pro .content .ul_1 {
}

.pro .content .box {
}

.pro .content .bigNav {
}

.pro .content .bigNav li {
    float: left;
    width: 76%;
    max-width: 24.5%;
    margin-right: 0.6%;
}

.pro .content .bigNav li a {
    border: 0.05rem solid #a9d7f1;
    background: #1d5492;
    background: -webkit-linear-gradient(top, #e6f8fe, #fff, #e6f8fe);
    background: -o-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: -moz-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: linear-gradient(to bottom, #e6f8fe, #fff, #e6f8fe);
    border-radius: 0.2rem;
    display: block;
}

.pro .content .bigNav li a .cn {
    font-size: 0.66rem;
    color: #000;
    display: block;
    padding: 0.5rem 0;
    padding-left: 25%;
    line-height: 130%;
    background: url(/uploadfile/ico_02.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 6%;
}

.pro .content .bigNav li a .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    transform-origin: left;
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    font-weight: bold;
}

.pro .content .bigNav li:last-child {
    margin-right: 0;
}

.pro .content .box .smallNav {
}

.pro .content .box .smallNav .s_ul {
}

.pro .content .box .smallNav .s_ul li {
    width: 60%;
    max-width: 32%;
    float: left;
    line-height: 1.7rem;
    border: 0.05rem solid #a9d7f1;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-left: 0.5%;
    margin-bottom: 0.2rem;
}

.pro .content .box .smallNav .s_ul li:hover {
}

.pro .content .box .smallNav .s_ul li:nth-child(4), .pro .content .box .smallNav .s_ul li:nth-child(8), .pro .content .box .smallNav .s_ul li:nth-child(12), .pro .content .box .smallNav .s_ul li:nth-child(16), .pro .content .box .smallNav .s_ul li:nth-child(20), .pro .content .box .smallNav .s_ul li:nth-child(24), .pro .content .box .smallNav .s_ul li:nth-child(28) {
    margin-right: 0;
}

.pro .content .box .smallNav .s_ul li a {
    display: block;
    font-size: 0.6rem;
    color: #000;
    padding-left: 17%;
    background: url(/uploadfile/typeNav.png?v=3) no-repeat center left;
    background-size: auto 0.55rem;
    background-position-x: 2%;
    background-size: 0.68rem auto !important;
    background-position-x: 2% !important;
}

.pro .content .box .smallNav .s_ul li a:hover {
    color: #13325f;
    font-weight: bold;
    background: url(/template/images/icoH_sd.png?v=3) no-repeat center left;
    background-position-x: 21px;
}

.shareProItem {
    float: left;
    width: 48%;
    max-width: 48%;
    margin: 0.5rem 1.3%;
    text-align: center;
    padding-top: 0.3rem;
    margin-top: 0;
    margin-right: 0;
    background: #fff;
    -moz-box-shadow: 0px 1px 3px #c3dfef;
    -webkit-box-shadow: 0px 1px 3px #c3dfef;
    box-shadow: 0px 1px 6px #c3dfef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    padding-bottom: 0.38rem;
}

.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 a {
    display: block;
}

.shareProItem .txt a {
    line-height: 1.8rem;
    font-size: 0.65rem;
}

.shareProItem .link {
    line-height: 1.4rem;
    text-align: center;
    max-width: 98%;
    margin: 0 1%;
}

.shareProItem .link a {
    width: 50%;
    max-width: 48%;
    float: left;
    color: #fff;
    border-radius: 0.3rem;
    margin-left: 1%;
}

.shareProItem .link a:nth-child(1) {
    background: url(/template/images/proBt.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.shareProItem a .proPic {
    height: 7rem;
    max-width: 93%;
    display: inline-block;
    vertical-align: middle;
}

.shareProItem a:hover {
}

.youShi {
    padding: 1.2rem 0;
}

.youShi .content {
    padding-top: 0.8rem;
}

.youShi .content .line_1 {
}

.youShi .content .one {
    font-size: 0.85rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 1.3rem;
}

.youShi .content .one span {
    font-size: 35px;
    color: #e62129;
    padding: 0 3px;
}

.youShi .content .two {
}

.youShi .content .two span {
    color: #e62129;
}

.youShi .content .two .link {
    background: none;
    padding: 0;
    padding-top: 0.25rem;
}

.youShi .content .two .link a {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.5rem;
    width: 6rem;
    text-align: center;
    display: block;
    background: url(/template/images/ysBt.png?v=3) no-repeat center;
    font-weight: bold;
    background-size: 110% auto;
    border-radius: 0.3rem;
}

.youShi .content .line_2 .two .link a {
}

.youShi .content .line_4 .two .link a {
}

.youShi .content .line_5 .two .link a {
}

.youShi .content .line_1 .box_1 {
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    padding-top: 0.3rem;
    background: url(/template/images/wap_no_01.png?v=3) no-repeat;
    background-size: 1.5rem auto;
    background-position-x: 1%;
}

.youShi .content .line_2 .box_2 {
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    padding-top: 1.2rem;
    background: url(/template/images/wap_no_02.png?v=3) no-repeat;
    background-size: 1.5rem auto;
    background-position-y: 0.9rem;
    background-position-x: 1%;
}

.youShi .content .line_2 .box_2 .one {
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
}

.youShi .content .line_3 {
}

.youShi .content .line_3 .box_3 {
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    padding-top: 1.2rem;
    background: url(/template/images/wap_no_03.png?v=3) no-repeat;
    background-size: 1.5rem auto;
    background-position-y: 0.9rem;
    background-position-x: 1%;
}

.youShi .content .line_3 .box_3 .one {
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    padding-top: 1.2rem;
    background: url(/template/images/wap_no_04.png?v=3) no-repeat;
    background-size: 1.5rem auto;
    background-position-y: 0.9rem;
    background-position-x: 1%;
}

.youShi .content .line_4 {
}

.youShi .content .line_4 .box_4 .one {
}

.youShi .content .line_4 .box_4 .two {
}

.youShi .content .line_5 .box_5 {
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    padding-top: 1.2rem;
    background: url(/template/images/wap_no_05.png?v=3) no-repeat;
    background-size: 1.5rem auto;
    background-position-y: 0.9rem;
    background-position-x: 1%;
}

.youShi .content .line_5 {
}

.youShi .content .line_5 .box_5 .one {
}

.youShi .content .line_5 .box_5 .two {
}

.youShi .content .line_6 {
}

.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?v=3) no-repeat center top;
    background-size: 103% 100%;
    padding-bottom: 1.4rem;
    min-height: 23rem;
    position: relative;
    padding-top: 1.4rem;
    background-position-x: -0.15rem;
}

.f_feedback .left {
    order: 2;
}

.f_feedback .right {
    order: 1;
    position: relative;
}

.f_feedback input[type="text"], .f_feedback textarea {
    width: 100%;
    max-width: 90%;
    display: block;
    padding: 0 3%;
    margin-bottom: 0.3rem;
    color: #666;
    font-family: "Microsoft YaHei";
    background: none;
    padding-left: 6%;
    border: 0.05rem solid #ccc;
    border-radius: 0.3rem;
    background-color: #fff;
    font-size: 0.7rem;
    line-height: 1.8rem;
}

.f_feedback input[type="text"] {
    background: url(/template/images/xing.png?v=3) no-repeat center left;
    background-size: 0.35rem auto;
    background-position-x: 2.3%;
    background-color: #fff;
}

.f_feedback textarea {
    min-height: 3.6rem;
    margin-bottom: 0.5rem;
    line-height: 200%;
    padding-top: 0.1rem;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    text-align: center;
    width: 137px;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    background: #f2420c;
    height: 35px;
    border: 0;
}

.f_feedback input.bt_1 {
    width: 100%;
    max-width: 100%;
    border-radius: 0.3rem;
    border: 0;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.8rem;
    height: 1.8rem;
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .left .sTitle {
    text-align: center;
    margin-bottom: 1rem;
}

.f_feedback .left .sTitle .s1 {
    padding-bottom: 0.75rem;
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    background: url(/template/images/t1.png?v=3) no-repeat center bottom;
    background-size: 38% auto;
}

.f_feedback .left .sTitle .s2 {
    font-size: 0.63rem;
    padding-top: 0.15rem;
}

.f_feedback .left .two {
    font-size: 13px;
    color: #254e86;
    min-height: 19px;
}

.f_feedback .left .three {
    text-align: center;
}

.f_feedback .right .sTitle2 .one {
    font-weight: bold;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-bottom: 0.3rem;
    margin-top: -0.6rem;
}

.f_feedback .right .sTitle2 .two {
    font-size: 0.58rem;
    color: #333;
    line-height: 1.2rem;
    border: 0.05rem dotted #3e86e0;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.38rem;
}

.f_feedback .right .three {
    padding: 0.6rem 0;
    padding-bottom: 0.7rem;
}

.f_feedback .right .three .ul_2 {
}

.shareMore {
    text-align: center;
    color: #e62129;
    background: url(/template/images/more6.png?v=3) no-repeat center;
    background-position-y: 7px;
}

.shareMore .cn {
    font-size: 17px;
}

.shareMore .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
}

.fast {
    display: none;
}

.fast .content {
    padding-top: 23px;
}

.fast .content li {
    line-height: 51px;
    font-size: 18px;
}

.fast .content li .one {
    display: inline-block;
}

.fast .content li .one a {
    color: #333;
    display: inline-block;
}

.fast .content li .two {
    display: inline-block;
    vertical-align: bottom;
    font-size: 17px;
}

.fast .content li .two a {
}

.fast .content li .two a.more {
}

.f_contact {
    padding: 0.8rem 0;
    background: url(/template/images/wap_index_03.jpg?v=3) no-repeat center top;
    background-size: 100% auto;
}

.f_contact .ul_1 {
    position: relative;
}

.f_contact .ul_1 .l_1 {
    width: 170px;
    padding-top: 75px;
    padding-right: 112px;
}

.f_contact .ul_1 .l_2 {
    color: #000;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.f_contact .ul_1 .l_2 .one {
    float: right;
}

.f_contact .ul_1 .l_2 .one .cn {
    font-size: 0.78rem;
    font-weight: bold;
    padding: 0.1rem 0;
    padding-top: 0.15rem;
}

.f_contact .ul_1 .l_2 .one .en {
    font-size: 0.4rem;
    text-transform: uppercase;
    letter-spacing: 0.039rem;
}

.f_contact .ul_1 .l_2 .two {
    width: 100%;
    max-width: 36%;
    text-align: center;
    color: #555;
    line-height: 150%;
    padding-top: 1rem;
    position: absolute;
    top: 2.2rem;
    right: 2%;
}

.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 {
    padding-top: 11px;
}

.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 .l_3 {
    font-size: 0.6rem;
    background-position-y: 0.38rem;
    width: 100%;
    max-width: 63%;
    float: left;
}

.f_contact .ul_1 .right {
    width: 228px;
    text-align: center;
    font-size: 16px;
    top: 263px;
    color: #fff;
    line-height: 23px;
    position: relative;
}

.inBody {
    background: url(/template/images/inBj.jpg?v=3);
}

.typeNav {
}

.left_Title {
    display: none;
}

.left_Title .box {
    display: inline-block;
    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 {
}

.typeNav .content .ul_1 {
    position: relative;
    padding-top: 2.5rem;
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    position: absolute;
    width: 76%;
    max-width: 24.5%;
    top: 0;
    left: 0.5%;
}

.typeNav.typeNew .content .bigNav {
    padding-top: 0;
    margin-bottom: 0;
}

.typeNav .content .bigNav a {
    border: 0.05rem solid #a9d7f1;
    background: #1d5492;
    background: -webkit-linear-gradient(top, #e6f8fe, #fff, #e6f8fe);
    background: -o-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: -moz-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: linear-gradient(to bottom, #e6f8fe, #fff, #e6f8fe);
    border-radius: 0.2rem;
}

.typeNav .content .smallNav {
    width: 60%;
    max-width: 32%;
    float: left;
    line-height: 1.7rem;
    border: 0.05rem solid #a9d7f1;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-left: 0.5%;
    margin-bottom: 0.2rem;
}

.typeNav.typeNew .content .smallNav {
    background: url(/template/images/l_sub.png?v=3) 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;
    padding-left: 17%;
    background: url(/uploadfile/typeNav.png?v=3) no-repeat center left;
    background-size: auto 0.55rem;
    background-position-x: 2%;
    background-size: 0.68rem auto !important;
    background-position-x: 2% !important;
}

.typeNav.typeNew .content .smallNav a:hover {
    padding: 0 10px;
}

.typeNav .content .bigNav a .en {
    font-size: 12px;
    text-transform: uppercase;
}

.typeNav .content .bigNav a .cn {
    font-size: 0.66rem;
    color: #000;
    display: block;
    padding: 0.5rem 0;
    padding-left: 25%;
    line-height: 130%;
    background: url(/uploadfile/ico_02.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 6%;
}

.typeNav .content .smallNav.lastStyle a {
    color: #18519b;
}

.typeNav .content .smallNav.currentNav a, .typeNav .content .smallNav a:hover {
    color: #0457b7;
    font-weight: bold;
}

.shareProItem2 {
    float: left;
    width: 48%;
    max-width: 48%;
    margin: 0 1.3%;
    text-align: center;
    padding-top: 0.3rem;
    margin-top: 0;
    margin-right: 0;
    background: #fff;
    -moz-box-shadow: 0px 1px 3px #c3dfef;
    -webkit-box-shadow: 0px 1px 3px #c3dfef;
    box-shadow: 0px 1px 6px #c3dfef;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    padding-bottom: 0.38rem;
}

.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 a {
}

.shareProItem2 .txt a {
    line-height: 1.8rem;
    font-size: 0.65rem;
    /* padding-top: 0.3rem; */
}

.shareProItem2 .link {
    line-height: 38px;
    width: 230px;
    margin: 0 auto;
}

.shareProItem2 .link a {
    float: left;
    color: #faddb2;
    width: 110px;
    font-size: 18px;
}

.shareProItem2 .link a:nth-child(1) {
    width: 120px;
    text-indent: 11px;
}

.shareProItem2 a .proPic {
    height: 7rem;
    max-width: 93%;
    display: inline-block;
    vertical-align: middle;
}

.shareProItem2 a:hover {
}

.proShow .right .content .r_1 .sub_right .canShu .proName {
    font-size: 0.9rem;
    text-align: center;
    font-weight: bold;
    color: #1c4a89;
    line-height: 1.5rem;
    margin: 0;
    background: url(/template/images/wap_guanIco.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.8rem;
}

.proShow .right .content .r_1 .sub_right .canShu {
}

.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 .sub_right .bt dd {
    display: inline-block;
}

.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 {
    padding-bottom: 1rem;
}

.proShow .right .content .kuang .one {
    text-align: center;
}

.proShow .right .content .kuang .two {
    padding: 0.8rem 3%;
    font-size: 0.6rem;
    line-height: 180%;
    text-align: justify;
    background-color: #fbfdff;
    margin-top: -0.8rem;
    padding-top: 1.2rem;
}

.proShow .right .content .kuang .two strong {
    font-size: 0.7rem;
    vertical-align: middle;
}

.proShow .right .content .show_1 {
    background: url(/template/images/show_01.jpg?v=3) no-repeat center top;
    min-height: 599px;
    padding-top: 40px;
}

.proShow .right .content .show_1 .one {
    text-align: center;
    font-weight: bold;
}

.proShow .right .content .show_1 .one .showUL {
    line-height: 87px;
    background: url(/template/images/wenHao.png?v=3) no-repeat center right;
    display: inline-block;
    padding: 30px 0;
    padding-right: 122px;
    padding-bottom: 45px;
}

.proShow .right .content .show_1 .one .showUL li:nth-child(1) {
    font-size: 52px;
}

.proShow .right .content .show_1 .one .showUL li:nth-child(2) {
    font-size: 88px;
}

.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: 63px;
    width: 895px;
    margin-left: 54px;
    line-height: 220%;
}

.proShow .right .content .show_1 .two .showUL_2 {
}

.proShow .right .content .show_1 .two .showUL_2 li {
    font-size: 20px;
    font-weight: bold;
    color: #ffe3b4;
    float: left;
    text-align: center;
    width: 20%;
}

.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: 18%;
}

.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: 21%;
}

.proShow .right .content .show_2 {
}

.proShow .right .content .show_2 .one {
    line-height: 1.5rem;
    background: url(/template/images/wap_pt2_01.png?v=3) no-repeat center top;
    text-transform: uppercase;
    background-size: 100% auto;
    text-align: center;
    font-size: 0.78rem;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}

.proShow .right .content .show_2 .one .showUL {
    text-align: center;
    font-size: 36px;
    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: 43px;
}

.proShow .right .content .show_2 .two {
    text-align: center;
    font-size: 29px;
}

.proShow .right .content .show_2 .two .three {
    position: relative;
}

.proShow .right .content .show_2 .three {
    position: relative;
    background: url(/template/images/wap_bj11.jpg?v=3) no-repeat center top;
    min-height: 10rem;
    background-size: 103% auto;
    color: #283a5b;
}

.proShow .right .content .show_2 .three span {
    position: absolute;
    font-size: 0.55rem;
}

.proShow .right .content .show_2 .three .s1 {
    top: 1.1rem;
    left: 0.65rem;
}

.proShow .right .content .show_2 .three .s2 {
    top: 4rem;
    left: 0.35rem;
}

.proShow .right .content .show_2 .three .s3 {
    top: 7.2rem;
    left: 1.3rem;
}

.proShow .right .content .show_2 .three .s4 {
    top: 8.3rem;
    left: 4.05rem;
}

.proShow .right .content .show_2 .three .s5 {
    top: 8.25rem;
    left: 7.2rem;
}

.proShow .right .content .show_2 .three .s6 {
    top: 8rem;
    left: 10.4rem;
}

.proShow .right .content .show_2 .three .s7 {
    top: 6.9rem;
    left: 13.05rem;
}

.proShow .right .content .show_2 .three .s8 {
    top: 3.92rem;
    left: 13.9rem;
}

.proShow .right .content .show_2 .three .s9 {
    top: 1.1rem;
    left: 13.3rem;
}

.proShow .right .content .show_2 .three .s10 {
    top: 364px;
    left: 840px;
}

.proShow .right .content .show_2 .three .s11 {
    top: 474px;
    left: 792px;
}

.xgBox2 {
    padding: 0 40px;
    padding-top: 53px;
}

.xgBox2 .xgTitle {
    line-height: 53px;
}

.xgBox2 .xgTitle .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xg_01.png?v=3) no-repeat center left;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.xgBox2 .xgTitle .sub_right {
}

.xgBox2 .xgTitle .sub_right a {
    color: #d50404;
    font-size: 16px;
}

.xgBox2 .xgTitle .sub_left span {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.xgNew2 {
}

.xgNew2 li {
    float: left;
    width: 283px;
    margin-right: 26px;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.xgNew2 li:nth-child(3) {
    margin-right: 0;
}

.xgNew2 li .one {
}

.xgNew2 li .two {
    text-align: center;
    line-height: 41px;
    font-size: 17px;
    padding: 0 10px;
    padding-bottom: 1px;
}

.xgNew2 li .one img {
    display: block;
}

.xgBox2 .xgContent {
    padding-top: 12px;
}

.liuCheng {
    background: url(/template/images/wap_lc.jpg?v=3) no-repeat center top;
    background-size: cover;
    padding: 1.5rem 0;
}

.liuCheng .content {
    padding-top: 0.8rem;
}

.liuCheng .content li {
    float: left;
    color: #0158ad;
    font-size: 0.6rem;
    width: 33.3%;
    max-width: 33.3%;
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
    padding-top: 6.3rem;
    background: url(/template/images/wap_td_01.png?v=3) no-repeat center top;
    background-size: 100% auto;
    margin-bottom: 0.8rem;
}

.typeNav.newNav {
    -moz-box-shadow: 1px 1px 8px #eee;
    -webkit-box-shadow: 1px 1px 8px #eee;
    box-shadow: 1px 1px 8px #eee;
    border: 1px solid #fff0db;
}

.typeNav.newNav .left_Title {
    background: url(/template/images/newTitle.jpg?v=3) no-repeat center top;
}

.typeNav.newNav .content {
    padding: 0 18px;
}

.typeNav.newNav .bigNav {
    text-align: left;
    padding-left: 10px;
    padding-top: 23px;
    margin-bottom: 23px;
}

.typeNav.newNav .content .bigNav:nth-child(1) a .cn, .newShow .typeNav.newNav .content .bigNav a .cn {
    background: url(/template/images/l_nav2.png?v=3) no-repeat right center;
}

.typeNav.newNav .left_Title .box {
    padding-left: 77px;
    padding-bottom: 7px;
}

.typeNav.newNav .content .smallNav.currentNav a, .typeNav.newNav .content .smallNav:hover a {
    background: none;
    display: inline-block;
    vertical-align: middle;
}

.typeNav.newNav .content .smallNav.currentNav a span , .typeNav.newNav .content .smallNav:hover a span {
    display: inline-block;
    min-width: 17px;
    height: 40px;
    vertical-align: middle;
}

.typeNav.newNav .content .smallNav.currentNav a .s1, .typeNav.newNav .content .smallNav:hover a .s1 {
    background: url(/template/images/typeNavH_01.png?v=3) no-repeat;
    background-position-y: -2px;
}

.typeNav.newNav .content .smallNav.currentNav a .s2, .typeNav.newNav .content .smallNav:hover a .s2 {
    background: url(/template/images/typeNavH_02.png?v=3) repeat-x;
    background-position-y: -2px;
}

.typeNav.newNav .content .smallNav.currentNav a .s3, .typeNav.newNav .content .smallNav:hover a .s3 {
    background: url(/template/images/typeNavH_03.png?v=3) no-repeat;
    background-position-y: -2px;
}

.typeNav.newNav .bigNav:nth-child(1) {
    margin-bottom: 7px;
}

.newShareList .L2_UL .sub_right .three dd.s_left {
    padding-left: 16px;
}

.newShareList .L2_UL .sub_right .three dd.s_left a {
    color: #888;
}

.newShareList .L2_UL .sub_right .four {
    font-size: 14px;
    color: #666;
    padding-top: 25px;
    padding-left: 30px;
}

.newShareList .L2_UL:nth-child(4) .sub_right {
    padding-bottom: 13px;
}

.in_new .right .r_box .r_Hot {
    padding-bottom: 70px;
}

.prev_next li {
    display: block;
    width: 100%;
    max-width: 100%;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.3rem;
    background: #f3f7fd;
    font-size: 0.65rem;
    line-height: 2rem;
    background-size: 0.55rem auto;
    margin-bottom: 0.3rem;
}

.xgPro .shareProItem2 {
}

.webSiteMap {
    padding-top: 0.3rem;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    overflow: hidden;
}

.webSiteMap .title {
    line-height: 1.3rem;
    text-align: right;
}

.webSiteMap .title a {
    display: inline-block;
    text-align: center;
    color: #1f4072;
    vertical-align: middle;
    border-radius: 0.2rem;
    padding: 0 0.5rem;
    padding-bottom: 0.1rem;
}

.webSiteMap .content {
    padding-top: 0.3rem;
}

.webSiteMap .content .sTxt {
    padding: 0.3rem 0;
    line-height: 230%;
    padding-bottom: 0.5rem;
    font-size: 0.65rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.webSiteMap .content .sTxt a {
    color: #1f4072;
    float: left;
    padding: 0 0.5rem;
    background: url(/template/images/line18.png?v=3) no-repeat center right;
    background-size: 0.05rem auto;
}

.webSiteMap .title a:hover,.webSiteMap .title a:nth-child(1) {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
    color: #fff;
}

.webSiteMap .content .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    border-bottom: 0.05rem dashed #ddd;
}

.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?v=3) repeat-x;
}

.webSiteMap .content .sTitle li:nth-child(1) {
    background: url(/template/images/smNav_01.png?v=3) no-repeat;
}

.webSiteMap .content .sTitle li:nth-child(3) {
    background: url(/template/images/smNav_03.png?v=3) 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.box_4 {
    padding-bottom: 0;
}

.tagList {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.tagList .shareProItem2 {
    padding-right: 12px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.tagList .shareProItem2:nth-child(4),.tagList .shareProItem2:nth-child(8) {
    padding-right: 0;
}

.tagList .shareProItem2 .sBox {
    width: 316px;
}

.tagList .shareProItem2:nth-child(5), .tagList .shareProItem2:nth-child(6),.tagList .shareProItem2:nth-child(7),.tagList .shareProItem2:nth-child(8) {
    border: 0;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.tagList .tagList_1 {
    padding-bottom: 1rem;
}

.tagList .tagList_2 {
    padding-top: 2rem;
}

.tagList .tagList_2 .newShareList .L2_UL .sub_left {
    width: 530px;
}

.tagList .tagList_2 .newShareList .L2_UL .sub_left img {
    width: 500px;
    height: 238px;
}

.tagList .tagList_2 .newShareList .L2_UL .sub_right {
    width: 745px;
    padding-left: 20px;
    padding-bottom: 90px;
}

.tagList .tagList_2 .newShareList .L2_UL .sub_right .three .s_right a {
    width: 163px;
}

.showNoBt2 {
    background: url(/template/images/adBottom2.png?v=3) 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;
}

.t_logo .ul_1 .l_2 dd {
    float: left;
    width: 48px;
    min-height: 48px;
    background: url(/template/images/box_01.png?v=3) no-repeat;
    margin-right: 13px;
    padding-left: 50px;
    line-height: 130%;
    padding-top: 1px;
}

.t_logo .ul_1 .l_1 h3 {
    width: 100%;
    max-width: 22%;
    float: left;
}

.t_logo .ul_1 .l_2 .s1 {
}

.t_logo .ul_1 .l_2 .s2 {
    background: url(/template/images/box_02.png?v=3) no-repeat;
}

.t_logo .ul_1 .l_2 .s3 {
    background: url(/template/images/box_03.png?v=3) no-repeat;
}

.t_logo .ul_1 .l_2 .s4 {
    background: url(/template/images/box_04.png?v=3) no-repeat;
}

.t_nav li:hover a {
    background: url(/uploadfile/icoH_02.png?v=3) no-repeat center left !important;
    background-size: 0.6rem auto !important;
    background-position-x: 0.1rem !important;
    background-position-y: 0.6rem !important;
    color: #fff !important;
}

.t_nav a:hover p {
    color: #0457b7;
    font-weight: normal;
}

.t_search a {
    color: #333;
}

.guiMu {
    display: none;
}

.guiMu .sTitle {
    padding-bottom: 1rem;
}

.guiMu .sTitle li {
    float: left;
    width: 50%;
    max-width: 48%;
    margin-left: 1%;
    border: 0.05rem dotted #ccc;
    border-radius: 0.3rem;
    text-align: center;
    background-color: #fbfbfb;
    -moz-box-shadow: 0px 1px 5px #ddd;
    -webkit-box-shadow: 0px 1px 5px #ddd;
    box-shadow: 0px 1px 5px #ddd;
    margin-bottom: 0.2rem;
}

.guiMu .sTitle li .pic {
    min-height: 1.5rem;
}

.guiMu .sTitle li .txt {
    font-size: 0.7rem;
    padding-top: 0.3rem;
}

.guiMu .sTitle li:last-child {
    margin-right: 0;
}

.guiMu .sTitle li .dl_box {
    padding: 0.5rem 0;
}

.guiMu .sTitle li:nth-child(2) .pic {
    background: url(/template/images/gmIco_02.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.guiMu .sTitle li:nth-child(3) .pic {
    background: url(/template/images/gmIco_03.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.guiMu .sTitle li:nth-child(4) .pic {
    background: url(/template/images/gmIco_04.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.guiMu .sTitle li:nth-child(5) .pic {
    background: url(/template/images/gmIco_05.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.guiMu .sTitle li:nth-child(1) .pic {
    background: url(/template/images/gmIco_01.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.guiMu .sTitle li:nth-child(1):hover .pic {
    background: url(/template/images/gmIcoH_01.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(2):hover .pic {
    background: url(/template/images/gmIcoH_02.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.guiMu .sTitle li:nth-child(3):hover .pic {
    background: url(/template/images/gmIcoH_03.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(4):hover .pic {
    background: url(/template/images/gmIcoH_04.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.guiMu .sTitle li:nth-child(5):hover .pic {
    background: url(/template/images/gmIcoH_05.png?v=3) no-repeat center;
}

.guiMu .sTitle li a {
    cursor: pointer;
}

.t_search .searchBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.pro .content .left {
    margin: 0 0.5%;
    width: 100%;
    max-width: 99%;
}

.pro .content .right {
    padding-top: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.pro .content .box .smallNav .s_ul li a p {
    margin: 0;
}

.pro .content .box .smallNav .s_ul li a:hover span {
    background: linear-gradient(to right, #0084ff, #054ea9);
    -webkit-background-clip: text;
    color: transparent;
}

.pro .content .ul_3 {
    padding-top: 0.6rem;
}

.shareProItem .txt {
}

.shareProItem .link a:nth-child(2) {
    border: 0.05rem solid #05589d;
    color: #05589d;
    line-height: 1.3rem;
}

.liuCheng .content li:nth-child(2) {
    background: url(/template/images/wap_td_02.png?v=3) no-repeat center top;
    background-size: 100% auto;
}

.liuCheng .content li:nth-child(3) {
    background: url(/template/images/wap_td_03.png?v=3) no-repeat center top;
    background-size: 100% auto;
}

.liuCheng .content li:nth-child(4) {
    background: url(/template/images/wap_td_04.png?v=3) no-repeat center top;
    background-size: 100% auto;
}

.liuCheng .content li:nth-child(5) {
    background: url(/template/images/wap_td_05.png?v=3) no-repeat center top;
    background-size: 100% auto;
}

.liuCheng .content li:nth-child(6) {
    background: url(/template/images/wap_td_06.png?v=3) no-repeat center top;
    background-size: 100% auto;
}

.liuCheng .content .link {
    text-align: center;
}

.liuCheng .content .link a {
    font-size: 0.7rem;
    font-weight: bold;
    color: #e80500;
    line-height: 1.8rem;
    background-color: rgba(255,255,255,0.8);
    display: inline-block;
    border: 0.05rem dotted #e80500;
    border-radius: 2rem;
    padding: 0 1rem;
}

.youShi .shareTitle {
    background: url(/template/images/ysTxt.png?v=3) no-repeat center top;
    background-size: 78% auto;
}

.youShi .content .two li {
    font-size: 0.65rem;
    color: #1e1e1e;
    line-height: 150%;
    padding: 0.15rem 0;
    background: url(/template/images/yuan.png?v=3) no-repeat;
    padding-left: 0.8rem;
    font-family: arial;
    background-position-y: 0.38rem;
    background-size: 0.38rem auto;
}

.youShi .content .line_6 .box_6 {
    padding-left: 0.8rem;
    padding-bottom: 0.7rem;
    padding-top: 1.2rem;
    background: url(/template/images/wap_no_06.png?v=3) no-repeat;
    background-size: 1.5rem auto;
    background-position-y: 0.9rem;
    background-position-x: 1%;
}

.f_feedback .content {
}

.f_feedback .left .sTitle .s1 span {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.f_feedback .right .one strong {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.case {
    display: none;
}

.new {
    display: none;
}

.shareTitle .txt_3 img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.fast .shareTitle {
    background: none;
}

.bq p {
    display: inline-block;
}

.f_feedback .right .three .dl_3 {
}

.f_feedback .right .three .dl_3 .s_right {
    width: 100%;
    max-width: 30%;
    padding-top: 0.7rem;
    padding-right: 3%;
    float: right;
}

.f_contact .ul_1 .l_2 .dl_1 {
    width: 50%;
    max-width: 27%;
    float: left;
}

.f_contact .ul_1 .l_2 .two .dl_3 {
}

.f_contact .ul_1 .l_2 .two .dl_3 dd {
    display: inline-block;
    font-weight: bold;
    background-color: rgba(192,242,255,0.5);
    padding: 0.32rem 0.45rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.15rem;
    border-radius: 0.3rem;
    color: #000;
    font-size: 0.7rem;
    vertical-align: middle;
}

.f_contact .line_2 {
    display: none;
}

.f_contact .line_3 {
    display: none;
}

.typeNav .content .subBox {
    display: none;
}

.t_search .right p {
    display: none;
}

.proBody .t_search .t_searchUL .right p {
    width: 359px;
}

.xgNew .item {
    margin-bottom: 0.5rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.xgNew .item .pic {
    float: left;
    width: 100%;
    max-width: 39%;
    text-align: center;
}

.xgNew .item .pic img {
    height: 4.8rem;
    border-radius: 0.3rem;
    border: 0.1rem solid #fff;
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 1px 5px #ccc;
}

.xgNew .item .one {
    color: #999;
    font-size: 0.6rem;
}

.xgNew .item .one .s1 {
    float: none;
    font-size: 0.75rem;
    font-weight: bold;
}

.xgNew .item .one .s2 {
    padding-left: 0.8rem;
    background: url(/template/images/newIco_02.png?v=3) no-repeat center left;
    background-size: 0.55rem auto;
    margin-right: 0.5rem;
}

.xgNew .item .one .s3 {
    padding-left: 0.75rem;
    background: url(/template/images/newIco_03.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-y: 0.2rem;
}

.xgNew .item .one dd {
    float: left;
}

.xgNew .item:last-child {
    margin-right: 0;
}

.xgNew .item .three {
    line-height: 150%;
    font-size: 0.6rem;
    text-align: justify;
    color: #666;
    padding-top: 0.1rem;
}

.xgNew .item .three a {
    line-height: 1rem;
    border-radius: 0.3rem;
    padding: 0 0.5rem;
    background-color: #fff;
    border: 0.05rem solid #0267d1;
    color: #0267d1;
    display: inline-block;
    float: right;
    padding-bottom: 0.05rem;
}

.xgBox.cBox .title .sub_left {
    background: url(/template/images/caseIco.png?v=3) no-repeat left bottom;
    background-size: 1rem auto;
    background-position-y: 0.45rem;
}

.xgCase .item {
    float: left;
    width: 50%;
    max-width: 45%;
    margin-left: 1%;
    padding: 0.2rem 1%;
    background-color: #f6f9fa;
    border-radius: 0.3rem;
    border: 0.1rem solid #fff;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
}

.xgCase .item .pic {
}

.xgCase .item .pic img {
    border-radius: 0.3rem;
    height: 5rem;
}

.xgCase .item .one {
    padding-top: 0.2rem;
    text-align: center;
    vertical-align: middle;
    line-height: 160%;
    min-height: 2rem;
}

.xgCase .item .one a {
}

.xgCase .item:last-child {
    margin-right: 0;
}

.proShow .right .content .kuang .two p {
    float: right;
    font-weight: bold;
    padding-left: 1rem;
    background: url(/template/images/tel3.png?v=3) no-repeat center left;
    display: inline-block;
    margin: 0;
    background-size: 0.7rem auto;
}

.proShow .right .content .kuang .two span {
    color: #a80301;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#c72b2f), to(#a80301));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .right .content .r_1 .sub_right .bt a {
    background: url(/template/images/bt11.png?v=3) repeat-x;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.68rem;
    border-radius: 0.3rem;
}

.proShow .right .content .r_1 .sub_right .bt .s_left a {
    background: url(/template/images/bt11.png?v=3) repeat-x;
    color: #fff;
}

.proShow .right .content .r_1 .sub_right .bt .s_right a {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.proShow .right .content .r_1 .sub_right .tel {
    float: right;
}

.proShow .right .content .r_1 .sub_right .tel span {
    padding-top: 0.1rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #000;
}

.pro_shareTitle span {
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.pro_shareTitle .sBox {
    display: inline-block;
    padding-left: 0.8rem;
    background: url(/template/images/wap_guanIco.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
}

.proShareBox.r_1 {
}

.proShareBox.r_1 .pro_shareTxt {
}

.proShareBox.r_1 .pro_shareTxt p {
    background: url(/template/images/pIco.png?v=3) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-y: 0.5rem !important;
    padding: 0.1rem 0 !important;
    padding-left: 0.8rem !important;
}

.proShow .right .content .show_2 .one li:first-child {
    display: inline-block;
    padding-left: 0.8rem;
    background: url(/template/images/wap_guanIco.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
}

.proShow .right .content .show_2 .one li:first-child span {
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.proShow .right .content .show_2 .one li:last-child {
    display: inline-block;
    border: 0.05rem dotted #b4daf2;
    font-size: 0.6rem;
    line-height: 1.2rem;
    padding-bottom: 0.05rem;
    border-radius: 0.3rem;
    padding: 0 0.5rem;
}

.proShareBox.r_2 {
}

.pro_shareTitle2 {
    line-height: 1.3rem;
    background: url(/template/images/wap_pt2_02.png?v=3) no-repeat;
    text-transform: uppercase;
    background-size: auto 1rem;
    font-size: 0.78rem;
    padding-top: 0.5rem;
    color: #000;
}

.proShow .right .content .box_2 {
    padding-top: 1.3rem;
}

.pro_shareTitle2 .sBox {
    display: inline-block;
    padding-left: 1rem;
    background: url(/template/images/wap_ptIco_01.png?v=3) no-repeat center left;
    background-size: 0.7rem auto;
}

.pro_shareTitle2 span {
    color: #1e1e1e;
    font-weight: bold;
}

.proShareBox.r_3 {
}

.proShareBox.r_3 .sBox {
    background: url(/template/images/wap_ptIco_02.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.proShareBox.r_4 .sBox {
    background: url(/template/images/wap_ptIco_03.png?v=3) no-repeat center left;
    background-size: 0.75rem auto;
}

.proShareBox.r_6 {
}

.proShareBox.r_6 .sBox {
    background: url(/template/images/wap_ptIco_04.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.proShareBox.r_6 .pro_shareTxt {
}

.proShareBox.r_6 .pro_shareTxt p {
    background: url(/template/images/pIco.png?v=3) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-y: 0.55rem !important;
    padding: 0.1rem 0 !important;
    padding-left: 0.8rem !important;
}

.bottomAD {
    background: url(/template/images/wap_kuang2.png?v=3) no-repeat;
    min-height: 6rem;
    background-size: 100% auto;
    background-position-y: 1.2rem;
    border-bottom: 0.05rem dotted #ccc;
}

.bottomAD dd {
}

.bottomAD .s1 {
    font-size: 0.75rem;
    font-weight: bold;
    padding-left: 16%;
    padding-top: 0.25rem;
    color: #fff;
}

.bottomAD .s2 {
    line-height: 1rem;
    padding-left: 23%;
    padding-top: 0.6rem;
    font-size: 0.55rem;
}

.bottomAD .s3 {
    padding-left: 22%;
}

.bottomAD .s2 p {
    margin: 0;
    padding-left: 5%;
    background: url(/template/images/wap_xing2.png?v=3) no-repeat center left;
    background-size: 0.45rem;
}

.bottomAD .s3 .txt_1 {
    line-height: 1.2rem;
    padding: 0.3rem 0;
    padding-top: 0.1rem;
}

.bottomAD .s3 .txt_2 {
    padding-left: 0.9rem;
    background: url(/template/images/wap_tel8.png?v=3) no-repeat center left;
    background-size: 0.7rem;
}

.pro_shareTxt img {
    vertical-align: middle;
}

.bottomAD .s3 .txt_1 a {
    display: inline-block;
    vertical-align: middle;
    border: 0.05rem dotted #1d73d4;
    border-radius: 0.3rem;
    padding: 0 0.5rem;
    margin-left: 0.5rem;
    color: #135bad;
}

.bottomAD .s3 .txt_1 a:last-child {
    border: 1px dotted #bd1a1a;
    color: #bd1a1a;
}

.caseBody .t_box {
    background: url(/template/images/caseTop.jpg?v=3) no-repeat center top;
}

.caseType {
}

.caseType .content {
    font-size: 0.6rem;
}

.newRightTitle {
    display: none;
}

.newRightTitle h1,.newRightTitle h2,.newRightTitle h3 {
    font-size: 28px;
    margin: 0;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newRightTitle .s_left {
    padding-top: 38px;
    background: url(/template/images/rTitle_02.png?v=3) no-repeat;
    background-position-y: 15px;
    font-weight: bold;
}

.caseShareList .item .sub_left .typeNo {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 32%;
    line-height: 1.5rem;
    text-align: center;
    background: url(/template/images/newIco3.png?v=3) no-repeat center left;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    left: 3%;
    padding-bottom: 0.3rem;
    font-size: 0.75rem;
}

.caseShareList .item .sub_right .four {
    padding-bottom: 0.1rem;
    border-bottom: 0.05rem dashed #ccc;
    line-height: 1.3rem;
    color: #999;
}

.caseShareList .item .sub_right .four dd {
    float: left;
    margin-right: 0.38rem;
    padding-left: 0.75rem;
}

.caseShareList .item .sub_right .four .s1 {
    background: url(/template/images/caseIco_01.png?v=3) no-repeat center left;
    background-size: 0.55rem auto;
}

.caseShareList .item .sub_right .four .s2 {
    background: url(/template/images/caseIco_02.png?v=3) no-repeat center left;
    background-size: 0.5rem auto;
    padding-left: 0.7rem;
}

.caseShareList .item .sub_right .four .s3 {
}

.caseShareList .item .sub_right .four dd:last-child {
    margin-right: 0;
}

.caseShareList .item .sub_right .three .s_right a:last-child {
    background: #ce0000;
}

.caseShareList .item .sub_right .three .s_left {
    color: #888;
}

.newRightTitle .s_right {
    padding-top: 35px;
    padding-right: 33px;
}

.newRightTitle .s_right a {
    font-size: 18px;
    padding-left: 30px;
    background: url(/template/images/back.png?v=3) no-repeat center left;
    display: inline-block;
}

.caseShow .right .newBox .line_2 h1,.caseShow .right .newBox .line_2 h2,.caseShow .right .newBox .line_2 h3 {
    margin: 0;
    font-weight: bold;
    font-size: 0.88rem;
    color: #000;
    text-align: center;
    padding: 0.4rem 0;
}

.caseShow .right .newBox .line_2 .two span {
    vertical-align: top;
    display: inline-block;
    margin: 0;
    padding-left: 0.7rem;
    background: url(/pc/images/cIco_02.png?v=3) no-repeat center left;
    background-size: 0.55rem auto;
    margin-right: 0.5rem;
}

.caseShow .right .newBox .line_2 .two .s1 {
    display: none;
}

.caseShow .right .newBox .line_2 .two .s2 {
    background: url(/template/images/cIco_02.png?v=3) no-repeat center left;
}

.caseShow .right .newBox .line_2 .two .s3 {
    background: url(/template/images/cIco_03.png?v=3) no-repeat center left;
    background-size: 0.5rem auto;
    padding-left: 0.6rem;
}

.caseShow .right .newBox .line_2 .two .s4 {
    background: url(/template/images/cIco_04.png?v=3) no-repeat center left;
    background-size: 0.7rem auto;
    padding-left: 0.8rem;
    margin-right: 0;
}

.caseShow .right .newBox .subTitle {
    font-weight: bold;
    color: #000;
    font-size: 0.75rem;
}

.caseShow .right .newBox .line_3 table,.caseShow .right .newBox .line_3 td {
    border: 0 !important;
}

.xgProBox .content {
    padding-top: 0.6rem;
}

.xgPro .shareProItem2:last-child {
}

.prev_next li span {
    padding-left: 3%;
    display: inline-block;
    vertical-align: middle;
}

.in_about .line_2 {
    padding: 0.5rem 0;
}

.in_about .line_2 .shareTitle {
    background: url(/template/images/t23.png?v=3) no-repeat center top;
    background-size: 76% auto;
    margin-bottom: 1rem;
}

.in_about .line_2 .content {
    height: 10rem;
    background: url(/template/images/videoPic.jpg?v=3) no-repeat center top;
    background-size: auto 10rem;
}

.shareTeDian {
    padding: 1rem 0;
}

.shareTeDian li {
    float: left;
    width: 50%;
    max-width: 49%;
    text-align: center;
    background: url(/template/images/bj.png?v=3) no-repeat center bottom;
    background-size: 102% auto;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.5%;
}

.shareTeDian li:nth-child(3),.shareTeDian li:nth-child(4) {
    margin-bottom: 0;
}

.shareTeDian li .one {
}

.shareTeDian li .two {
    font-size: 0.8rem;
    font-weight: bold;
    color: #05589d;
    line-height: 1.5rem;
    padding: 0.3rem 0;
}

.shareTeDian li .three {
    font-size: 0.6rem;
    line-height: 160%;
}

.shareTeDian li .one img {
    vertical-align: middle;
    border-radius: 10rem;
    border: 0.15rem solid #e1edf5;
    width: 100%;
    max-width: 58%;
}

.shareTeDian .s1 .two span {
    background: url(/template/images/aboutIco_01.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s2 .two span {
    background: url(/template/images/aboutIco_02.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
    padding-left: 1.15rem;
}

.shareTeDian .s3 .two span {
    background: url(/template/images/aboutIco_03.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s4 .two span {
    background: url(/template/images/aboutIco_04.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian li .two span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.3rem;
}

.shareTeDian li:hover {
    background: url(/template/images/hover.png?v=3) no-repeat center bottom;
    background-size: 98% auto;
    background-position-y: 2.4rem;
}

.shareTeDian .s1:hover .two span {
    background: url(/template/images/aboutIcoH_01.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian li:hover .two {
    color: #fff;
}

.shareTeDian li:hover .three {
    color: #fff;
}

.shareTeDian .s2:hover .two span {
    background: url(/template/images/aboutIcoH_02.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s3:hover .two span {
    background: url(/template/images/aboutIcoH_03.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s4:hover .two span {
    background: url(/template/images/aboutIcoH_04.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian li:hover .one img {
    border: 0.15rem solid #e1edf5;
}

.shareTeDian .center {
}

.shareTeDian .ul_1 {
    background: url(/template/images/line9.png?v=3) no-repeat right bottom;
    background-size: 3rem auto;
    padding-bottom: 0.3rem;
    background-position-x: 101%;
}

.in_contact .line_2 {
}

.in_contact .line_2 .shareTitle {
    margin-bottom: 1rem;
}

.in_contact .line_2 .content {
    position: relative;
}

.in_contact .line_2 .content .dl_3 {
    width: 100%;
    max-width: 96%;
    padding: 0.5rem 2%;
    background-color: rgba(248,248,248,0.9);
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.in_contact .line_2 .content .center {
    position: relative;
}

.in_contact .line_2 .content .dl_3 span {
    font-weight: bold;
}

.in_contact .line_2 .content .dl_3 dd {
    padding-left: 1.1rem;
    background: url(/template/images/callIco_01.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_contact .line_2 .content .dl_3 .s1 {
}

.in_contact .line_2 .content .dl_3 .s2 {
    background: url(/template/images/callIco_02.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_contact .line_2 .content .dl_3 .s3 {
    background: url(/template/images/callIco_03.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_contact .line_2 .content .dl_3 .s4 {
    background: url(/template/images/callIco_04.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_contact .line_2 .content .dl_3 .s5 {
    background: url(/template/images/callIco_05.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_contact .line_2 .content .dl_3 .s6 {
    background: url(/template/images/callIco_06.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
}

.dian {
    display: none;
}

.mapBody {
}

.mapBody .t_search {
    margin-top: 0;
}

.webSiteMap .content .sTitle a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1rem;
    background: url(/template/images/siteIco.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
    line-height: 1.5rem;
}

.webSiteMap .content .sTitle strong {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.webSiteMap .content .sTxt a:last-child {
    background: none;
}

.webSiteMap .content .sTxt .s_left {
}

.webSiteMap .content .sTxt .s_right {
}

.webSiteMap .content .sTxt .s_left a {
    padding: 0;
}

.webSiteMap .content .sTxt a:first-child {
}

.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%;
}

.webSiteMap .content .line_2 .sTxt {
    padding: 0.2rem 0;
}

.webSiteMap .content .line_2 {
    padding-bottom: 0.3rem;
}

.diQu .right .content .line_2 p {
    margin: 0;
    background: url(/template/images/sj.png?v=3) no-repeat right bottom;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    background-position-y: 16px;
}

.diQu .right .content .line_4 .outTable, .diQu .right .content .line_4 .outTable td {
    border-collapse: collapse;
    border: 0.05rem solid #eee;
    text-transform: uppercase;
}

.diQu .right .content .line_4 td p {
    margin: 0;
    display: block;
    min-height: 128px;
}

.diQu .right .content .line_4 .outTable td:first-child {
    width: 10%;
    max-width: 5%;
    background-color: #fafbf1;
    text-align: center;
}

.diQu .right .content .line_4 .inTable td {
    padding: 11px;
    vertical-align: top;
}

.liuCheng_3 {
}

.liuCheng_2 {
    display: none;
}

.liuCheng_2 .sContent {
    padding-top: 25px;
}

.liuCheng_2 .sContent dd {
    float: left;
    width: 316px;
    margin-right: 20px;
    text-align: center;
    min-height: 368px;
    margin-bottom: 22px;
}

.liuCheng_2 .sContent .dl_3 {
    padding-left: 13px;
}

.liuCheng_2 .sContent .one {
    padding-bottom: 101px;
}

.liuCheng_2 .sContent .two {
    font-size: 22px;
    font-weight: bold;
}

.liuCheng_2 .sContent .three {
    font-size: 17px;
    text-align: justify;
    padding: 0 18px;
    padding-top: 10px;
    line-height: 180%;
}

.liuCheng_2 .sContent .one img {
    background-color: #343434;
    border-radius: 200px;
    padding: 5px;
    -moz-box-shadow: 1px 2px 5px #999;
    -webkit-box-shadow: 1px 2px 5px #999;
    box-shadow: 1px 2px 5px #999;
}

.liuCheng_2 .link {
    padding-top: 18px;
    text-align: center;
}

.liuCheng_2 .link a {
    font-size: 18px;
    font-weight: bold;
    color: #e80500;
    line-height: 48px;
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    border: 1px dotted #e80500;
    border-radius: 100px;
    padding: 0 38px;
}

.liuCheng_2 .sContent dd:hover {
}

.liuCheng_2 .sContent dd:hover .one img {
    background: #004ea7;
    background: -webkit-linear-gradient(top, #057dc4, #004ea7);
    background: -o-linear-gradient(bottom, #057dc4, #004ea7);
    background: -moz-linear-gradient(bottom, #057dc4, #004ea7);
    background: linear-gradient(to bottom, #057dc4, #004ea7);
}

.liuCheng_3 {
    display: none;
}

.liuCheng_3 .sContent {
    padding-top: 133px;
    text-align: center;
}

.liuCheng_3 .sContent dd {
    width: 149px;
    float: left;
    margin-right: 20px;
}

.liuCheng_3 .sContent .txt_1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.liuCheng_3 .sContent .txt_2 {
    font-size: 17px;
    padding-top: 45px;
    line-height: 170%;
}

.liuCheng_3 .sContent dd:first-child {
    padding-left: 9px;
}

.liuCheng_3 .sContent dd:last-child {
    margin-right: 0;
}

.diQu .right .content .line_4 .inTable td:first-child {
    width: 10%;
    background: none;
    border-right: 1px solid #eee;
    vertical-align: middle;
}

.diQu .right .content .line_4 .inTable,.diQu .right .content .line_4 .inTable td {
    border-collapse: collapse;
    border: 0;
}

.xgProBox .title .sub_left {
    background: url(/template/images/wap_xgPro.png?v=3) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1rem;
}

.tagList .line_1 font {
    color: #cf0404;
}

.tagList .line_1 strong {
    font-weight: normal;
}

.tagList .line_1 span {
    font-weight: bold;
    color: #0472bd;
}

.tagList .tagList_2 .caseShareList .item {
    border: 0.05rem solid #ddd;
    margin-bottom: 0.6rem;
    padding: 0.3rem 1.5%;
}

.tagList .tagList_2 .caseShareList .sub_left img {
    display: block;
    border-radius: 0.2rem;
    height: 8rem;
}

.tagList .tagList_2 .caseShareList .item .sub_right {
    padding-top: 0.3rem;
}

.tagList .tagList_2 .caseShareList .item .sub_left {
    position: relative;
    float: none;
}

.in_about .line_2 .txtBox {
    line-height: 200%;
    text-align: justify;
    padding: 0 2%;
    padding-top: 0.5rem;
    color: #333;
}

.in_about .line_2 .txtBox p {
    margin: 0 !important;
}

video {
    vertical-align: middle;
}

.menunavbtn {
    width: 100%;
    max-width: 9%;
    /* height: 1.8rem; */
    line-height: 1.8rem;
    position: absolute;
    right: 2%;
    top: 0.6rem;
    z-index: 500;
    cursor: pointer;
}

.menunavbtn img {
    width: 100%;
    max-width: 100%;
}

.Menus {
    background: #fff;
    border-top: 0.05rem solid #ddd;
}

.Menus ul {
}

.Menus ul li {
    float: left;
    text-align: center;
    width: 35%;
    max-width: 25%;
}

.Menus ul a {
    float: left;
    width: 100%;
    max-width: 100%;
    color: #000;
    font-size: 0.65rem;
    padding: 0.6rem 0;
    line-height: 130%;
    padding-bottom: 0.36rem;
}

.Menus ul li a:hover {
}

.Menus ul .l_1 a {
    background: url(/wap/images/nav_01.png?v=3) no-repeat center top;
    background-size: auto 2rem;
}

.Menus ul .l_2 a {
    background: url(/wap/images/nav_02.png?v=3) no-repeat center top;
    background-size: auto 2rem;
}

.Menus ul .l_3 a {
    background: url(/wap/images/nav_03.png?v=3) no-repeat center top;
    background-size: auto 4rem;
    background-position-y: 130%;
}

.Menus ul .l_4 a {
    background: url(/wap/images/nav_04.png?v=3) no-repeat center top;
    background-size: auto 1.95rem;
}

.Menus ul .l_5 a {
    background: url(/wap/images/nav_05.png?v=3) no-repeat center top;
    background-size: auto 1.9rem;
    background-position-y: 0.18rem;
}

.Menus ul .l_6 a {
    background: url(/wap/images/nav_06.png?v=3) no-repeat center top;
    background-size: auto 1.9rem;
    background-position-y: 0.13rem;
}

.Menus ul .l_7 a {
    background: url(/wap/images/nav_07.png?v=3) no-repeat center top;
    background-size: auto 2rem;
}

.Menus ul .l_8 a {
    background: url(/wap/images/nav_08.png?v=3) no-repeat center top;
    background-size: auto 1.85rem;
    background-position-y: 0.1rem;
}

.Menus ul a span {
    display: block;
}

.Menus ul a img {
    display: block;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.Menus ul a p {
    font-weight: normal;
    font-size: 0.3rem;
    color: #999;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.Menus ul li:nth-child(2), .Menus ul li:nth-child(3), .Menus ul li:nth-child(4), .Menus ul li:nth-child(7), .Menus ul li:nth-child(8), .Menus ul li:nth-child(10), .Menus ul li:nth-child(11) {
    display: none;
}

.t_nav a span {
    display: block;
}

.t_nav a .cn {
    font-size: 0.7rem;
}

.t_nav a .en {
    font-size: 0.32rem;
    text-transform: uppercase;
}

.t_nav .box li:hover {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
    color: #fff;
}

.t_nav li:hover a .cn {
    font-weight: bold;
}

.t_nav li:hover a .en {
    color: #fff;
}

.t_nav .box li:last-child a {
    border: 0;
}

.pro .content .bigNav li:first-child a .cn {
    background: url(/uploadfile/ico_01.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 6%;
}

.pro .content .bigNav li .jt {
    min-height: 0.3rem;
    position: relative;
    top: -0.05rem;
}

.pro .content .bigNav li.cur {
}

.pro .content .bigNav li.cur a {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.pro .content .bigNav li.cur .jt {
    background: url(/template/images/wap_JT.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.pro .content .bigNav li.cur a .cn {
    font-weight: bold;
    color: #fff;
    background: url(/uploadfile/icoH_02.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 6%;
}

.pro .content .bigNav li:first-child.cur a .cn {
    background: url(/uploadfile/icoH_01.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 6%;
}

.youShi .content .ysPic {
    vertical-align: middle;
    padding-bottom: 0.5rem;
}

.f_feedback .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.f_feedback .right .sTitle2 {
    font-size: 0.85rem;
    text-align: center;
    position: relative;
    padding-top: 1rem;
}

.f_feedback .right .sTitle2 .en {
    color: #fcfdfd;
    font-family: Impact;
    font-size: 1.28rem;
    text-transform: uppercase;
    line-height: 100%;
    height: 1.3rem;
    overflow: hidden;
}

.f_feedback .right .three .s_left {
    padding-left: 3.6%;
    line-height: 180%;
    float: left;
}

.f_feedback .right .three .s_right {
}

.f_feedback .right .three .s_left li {
    padding-left: 1.1rem;
    background: url(/template/images/wap_xzIco.png?v=3) no-repeat center left;
    background-size: 0.68rem auto;
    background-position-x: 0.2rem;
}

.f_feedback .right .three .s_left .bigTxt {
    font-size: 0.75rem;
    color: #000;
    background: url(/template/images/wap_lock.png?v=3) no-repeat;
    background-size: 0.8rem auto;
    margin-bottom: 0.2rem;
    background-position-y: 0.1rem;
    background-position-x: 1%;
}

.f_feedback .right .three .dl_3 .s_right img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    border: 0.05rem dotted #ccc;
}

.f_feedback .left .sTitle .s2 font {
    background: url(/template/images/wap_tel6.png?v=3) no-repeat center left;
    background-size: 0.75rem auto;
    padding-left: 1rem;
}

.f_feedback .left .sTitle .s2 span {
    font-family: Impact;
    font-size: 0.8rem;
    color: #000;
}

.f_feedback .left form {
    display: block;
    padding-top: 0.6rem;
    margin: 0 4%;
    width: 100%;
    max-width: 92%;
}

.f_contact .ul_1 .sBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    padding: 0.3rem 0;
    color: #111;
}

.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/wap_kf.jpg?v=3) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0.3rem;
}

.keFu a {
    /* width: 80%; */
    /* max-width: 20%; */
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.5rem 0.237rem;
    line-height: 130%;
    padding-top: 0.6rem;
}

/*
.keFu a:hover {
  background: #ffa030;
}
*/
.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.2rem;
}

.keFu a span {
    display: block;
}

.keFu a .cn {
    font-weight: bold;
    font-size: 0.75rem;
}

.keFu a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.f_contact .ul_1 .l_3 p {
    display: block;
    margin: 0;
    padding: 0.1rem 0;
    line-height: 180%;
    padding-left: 1rem;
}

.f_contact .ul_1 .l_3 p:nth-child(1) {
    background: url(/template/images/wap_callIco_01.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
}

.f_contact .ul_1 .l_3 p:nth-child(2) {
    background: url(/template/images/wap_callIco_02.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
}

.f_contact .ul_1 .l_3 p:nth-child(3) {
    background: url(/template/images/wap_callIco_03.png?v=3) no-repeat center left;
    background-size: 0.66rem auto;
}

.f_contact .ul_1 .l_3 p:nth-child(4) {
    background: url(/template/images/wap_callIco_04.png?v=3) no-repeat center left;
    background-size: 0.7rem auto;
}

.f_contact .ul_1 .l_3 p:nth-child(5) {
    background: url(/template/images/wap_callIco_05.png?v=3) no-repeat center left;
    background-size: 0.7rem auto;
}

.f_contact .ul_1 .l_3 p:nth-child(6) {
    background: url(/template/images/wap_callIco_06.png?v=3) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.325rem;
}

.f_contact .ul_1 .l_5 {
    width: 100%;
    max-width: 36%;
    text-align: center;
    color: #555;
    line-height: 150%;
    padding-top: 1rem;
    float: right;
}

.f_contact .ul_1 .l_5 dd {
    display: inline-block;
    font-weight: bold;
    background-color: rgba(192,242,255,0.5);
    padding: 0.32rem 0.45rem;
    letter-spacing: 0.1rem;
    margin-bottom: 0.15rem;
    border-radius: 0.3rem;
    color: #000;
    font-size: 0.7rem;
    vertical-align: middle;
}

.inBody .t_box {
    box-shadow: none;
}

.top .Menus {
    border-bottom: 0.05rem solid #ddd;
}

.in_pro .mainBox {
    padding-top: 0.8rem;
}

.typeNav .content #Tab_2 {
    top: 0;
    left: 25.5%;
}

.typeNav .content #Tab_3 {
    top: 0;
    left: 50.5%;
}

.typeNav .content #Tab_4 {
    top: 0;
    left: 75.5%;
}

.caseType .content #caseTab_1 {
    top: 0;
    left: 1%;
}

.caseType .content #caseTab_2 {
    top: 0;
    left: 34%;
}

.caseType .content #caseTab_3 {
    top: 0;
    left: 67%;
}

.typeNav .content .bigNav .jt {
    min-height: 0.3rem;
    position: relative;
    top: -0.05rem;
}

.typeNav .content #Box_1 {
    display: block;
}

.typeNav .content .cur {
}

.typeNav .content .cur a {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.typeNav .content .cur .jt {
    background: url(/template/images/wap_JT.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.typeNav .content .cur a .cn {
    font-weight: bold;
    color: #fff;
    background: url(/uploadfile/icoH_02.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 6%;
}

.typeNav .content li:first-child.cur a .cn {
    background: url(/uploadfile/icoH_01.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 6%;
}

.typeNav .content li:first-child a .cn {
    background: url(/uploadfile/ico_01.png?v=3) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 6%;
}

.in_pro .right .mxType {
    font-weight: bold;
    font-size: 0.8rem;
    border-top: 0.05rem dashed #aaa;
    line-height: 1.5rem;
    padding-top: 0.3rem;
}

.proShow .right .listTitle {
    padding-top: 0.5rem;
}

.showTitle {
    line-height: 1.8rem;
    border-left: 0;
    border-right: 0;
    font-size: 0.68rem;
    color: #666;
}

.showTitle .sub_left {
    padding-left: 5.5%;
    background: url(/template/images/wap_stIco.png?v=3) no-repeat center left;
    background-size: 0.63rem auto;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}

.showTitle .sub_right {
    float: right;
}

.showTitle .sub_left a {
    color: #666;
}

.showTitle .sub_right a {
    display: inline-block;
    border-radius: 0.3rem;
    color: #fff;
    padding-left: 0.3rem;
    background: url(/template/images/wap_ico6.png?v=3) no-repeat center right;
    background-size: 0.8rem auto;
    font-size: 0.6rem;
}

.proShow .right .content .r_1 .sub_left img {
    width: 100%;
    max-width: 98%;
    display: inline-block;
    vertical-align: middle;
}

.proShow .right .content .r_1 .sub_right .canShu .nameBox {
    text-align: center;
    padding-top: 0.3rem;
    background: url(/template/images/wap_showTxt.png?v=3) no-repeat center top;
    background-size: 75% auto;
    padding-bottom: 0.5rem;
}

.proShow .right .content .r_1 .sub_right .subBox {
    padding-top: 0.3rem;
    line-height: 120%;
    font-size: 0.7rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.proShow .right .content .r_1 .sub_right .tel font {
    display: block;
    font-size: 0.6rem;
    padding-left: 0.9rem;
    background: url(/template/images/tel5.png?v=3) no-repeat center left;
    background-size: 0.7rem auto;
    line-height: 1rem;
}

.proShow .right .content .kuang .one .pic {
    width: 38%;
    max-width: 38%;
}

.proShow .right .content .r_1 .pro_shareTitle {
    background: url(/template/images/wap_pt_02.png?v=3) no-repeat center top;
    background-size: 100% auto;
}

.proShareBox.r_3 .pro_shareTitle2 {
    background: url(/template/images/wap_pt2_03.png?v=3) no-repeat;
    background-size: auto 1rem;
}

.proShareBox.r_4 .pro_shareTitle2 {
    background: url(/template/images/wap_pt2_04.png?v=3) no-repeat;
    background-size: auto 1rem;
}

.proShareBox.r_6 .pro_shareTitle2 {
    background: url(/template/images/wap_pt2_05.png?v=3) no-repeat;
    background-size: auto 1rem;
}

.bottomAD .subBox {
    background: url(/template/images/wap_ren.png?v=3) no-repeat;
    min-height: 7rem;
    background-size: 40%;
}

.prevNextBox {
    padding: 0.3rem 0;
    font-size: 0.7rem;
}

.prevpage, .nextpage {
    display: block;
    width: 100%;
    margin: 0.3rem 1%;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.3rem;
    background: #f3f7fd;
    font-size: 0.65rem;
    line-height: 2rem;
    background-size: 0.55rem auto;
    max-width: 98%;
}

.prevpage a, .nextpage a {
    color: #000;
}

.prevpage span, .nextpage span {
    padding-left: 10px;
}

.prevpage:hover, .nextpage:hover {
    color: #035fc3;
}

.prevpage:hover a, .nextpage:hover a {
    color: #035fc3;
}

.proShow .right .content .xgBox {
    display: block;
    padding-top: 1rem;
}

.xgNew .item .subBox {
    width: 100%;
    max-width: 57%;
    float: right;
}

.xgNew .item .three span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    margin-bottom: 0.1rem;
}

.in_case .mainBox {
    padding-top: 0.8rem;
}

.caseType .content .bigNav {
    width: 76%;
    max-width: 32%;
}

.caseType .content .bigNav a .cn {
    padding-left: 1.7rem;
    font-size: 0.6rem;
    background-position-x: 16% !important;
}

.caseType .content #caseBox_2 .smallNav a {
    background: url(/template/images/wap_yd.png?v=3) no-repeat center left !important;
    background-size: auto 0.23rem !important;
    background-position-x: 6% !important;
    padding-left: 13%;
}

.caseType .content .smallNav {
    width: 60%;
    max-width: 48.5%;
}

.typeNav .content .smallNav a {
    padding-left: 13%;
}

.caseShareList .item .sub_right .three .s_right {
    text-align: right;
    padding-top: 0.25rem;
}

.caseShareList .item:last-child {
    margin-bottom: 0;
}

.caseShow .right .listTitle {
    padding-top: 0.5rem;
    border-bottom: 0.1rem solid #ddd;
}

.showTitle .dl_2 {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.prev_next {
}

.prev_next .ul_next {
}

.prev_next li a {
    display: inline-block;
    width: 100%;
    max-width: 78%;
    vertical-align: middle;
}

.caseShow .xgBox {
    display: block;
    padding-bottom: 0.8rem;
    padding-top: 1rem;
    background: #fff;
}

.xgProBox .title .sub_left span {
    background: url(/template/images/wap_txtEn3.png?v=3) no-repeat;
    background-size: auto 0.8rem;
}

.xgPro .shareProItem2:nth-child(3) {
    display: none;
}

.xgPro .shareProItem2:nth-child(2) {
    margin-right: 0;
}

.in_new .right .caseShareList {
    width: 100%;
    max-width: 95%;
    margin-left: 0.76%;
}

.videoBt {
    height: 10rem !important;
    min-height: auto !important;
    background-size: auto 3rem !important;
}

.in_about .line_2 .content video, .in_about .line_2 .content object, .in_about .line_2 .content embed, .in_about .line_2 .content iframe {
}

.in_about .line_2 .txtBox, .in_about .line_2 .txtBox p, .in_about .line_2 .txtBox span {
    font-size: 0.7rem !important;
}

.aboutBody {
}

.aboutBody .guiMu {
    display: block;
}

.aboutBody .guiMu .content {
}

.aboutBody .youShi {
    padding-bottom: 0.5rem;
}

#dituContent {
    width: 100% !important;
    max-width: 100%;
    height: 10rem !important;
}

.diQu .right .content .title {
    line-height: 1.3rem;
    text-align: right;
    margin-bottom: 0.5rem;
}

.diQu .right .content .title a {
    display: inline-block;
    text-align: center;
    color: #1f4072;
    vertical-align: middle;
    border-radius: 0.2rem;
    padding: 0 0.5rem;
    padding-bottom: 0.1rem;
}

.diQu .right .content .title a:hover, .diQu .right .content .title a:nth-child(1) {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
    color: #fff;
}

diQu .right .content .line_4 .outTable td {
    padding: 0.3rem;
}

.diQu .right .content .line_4 .outTable td:last-child {
    line-height: 180%;
}

.tagList .showTitle {
    background-color: #f5fcff;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}

.tagList .tagList_2 .caseShareList {
    width: 100%;
    max-width: 95%;
    margin-left: 0.76%;
}

.tagList .tagList_2 .caseShareList .item:last-child {
    margin: 0;
}

.searchBody {
}

.searchBody .mainBox {
    padding-top: 1rem;
}

.searchBody .mainBox .left {
    display: none;
}

.searchBody .mainBox .right {
    padding-top: 0;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
    padding-bottom: 1rem;
}

.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: 1rem;
    color: #000;
}

.jhList .left {
    float: none;
}

.jhList .right {
    float: none;
    padding-top: 0.5rem;
}

.jhList .left .line_1 {
    width: 100%;
    max-width: 92%;
    line-height: 200%;
    background: url(/template/images/wap_02.jpg?v=3) 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 {
    text-align: center;
}

.jhList .left .line_1 .sub_left .two {
    padding: 0.5rem 0;
    color: #666;
    line-height: 180%;
    text-align: justify;
}

.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(#ff3737), to(#c10000));
    -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 .subListBox {
}

.tagProList .subListBox .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 .subListBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.tagProList .subListBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.tagProList .subListBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.tagProList .subListBox .item .sub_right .one {
    padding: 0.2rem 0;
}

.tagProList .subListBox .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 .subListBox .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 .subListBox .item .sub_right .four {
    text-align: right;
}

.tagProList .subListBox .item .sub_right .two span, .tagProList .subListBox .item .sub_right .three span {
    font-weight: bold;
}

.tagProList .subListBox .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 .subListBox .item .sub_right .four a:nth-child(1) {
    background: #0268d2;
}

.tagProList .subListBox .item .sub_right .four a:nth-child(2) {
    background: #60b22a;
}

.jhList .left .line_1 .sub_left .two p {
}

.tagProList .subListBox .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 {
    display: block;
    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;
}

.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?v=3) 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 .subListBox .item .sub_right .one a {
    color: #000;
}

.jhList .ul_1 {
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.noPro {
    padding: 0 3%;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 200%;
}

.noPro .line_1 {
    padding-bottom: 1rem;
}

.noPro .line_2 {
    color: #19417f;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg?v=3) no-repeat center top;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
}

.page404 .sBox {
    padding: 0 5%;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}

.Menus ul a .cn {
    font-weight: bold;
}

.Menus ul a .en {
    font-weight: normal;
    font-size: 0.3rem;
    color: #999;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.f_feedback .right .s5 {
    font-size: 0.63rem;
    padding-top: 0.15rem;
    text-align: center;
    position: absolute;
    top: 12.6rem;
    width: 100%;
    max-width: 100%;
}

.f_feedback .right .s5 font {
    background: url(/template/images/wap_tel6.png?v=3) no-repeat center left;
    background-size: 0.75rem auto;
    padding-left: 1rem;
}

.f_feedback .right .s5 span {
    font-family: Impact;
    font-size: 0.8rem;
    color: #000;
}

.diQu {
}

.diQu .left {
    display: none;
}
