@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.7rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
    line-height: 1.5rem;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}


.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #f55319;
    display: inline-block;
    color: #fff;
    background: #f55319;
    padding: 0 0.5rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 100%;
    max-width: 86%;
    line-height: 1.6rem;
    min-height: 1.6rem;
    border: 0;
    color: #888;
    padding: 0;
    margin: 0;
    text-indent: 0.3rem;
    border-radius: 3rem;
    background-size: auto 70%;
    margin-left: 2%;
}

.search input[type="button"] {
    float: left;
    width: 100%;
    max-width: 10%;
    min-height: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/wap_search_bt.png) no-repeat center;
    background-size: auto 1rem;
    line-height: 1.6rem;
    border-radius: 3rem;
}

.in_banner {
    min-height: 8rem;
}

.banner_about {
    background: url("/template/images/wap_Banner_about.jpg") no-repeat center;
    background-size: cover;
}

.banner_fbSure {
    background: url("/template/images/wap_Banner_fbSure.jpg") no-repeat center;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/wap_Banner_down.jpg") no-repeat center;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/wap_Banner_case.jpg") no-repeat center;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/wap_Banner_contact.jpg") no-repeat center;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/wap_Banner_pro.jpg") no-repeat center;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/wap_Banner_new.jpg") no-repeat center;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/wap_Banner_fangAn.jpg") no-repeat center;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 4.5rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 200;
    opacity: 0.6;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 0.3rem 0;
    background: #3d3d3d;
}

.keFu a {
    width: 100%;
    max-width: 25%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    line-height: 1.1rem;
    padding: 0.2rem 0;
    padding-bottom: 0;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.6rem;
    margin-bottom: 0.1rem;
}

/* End  共享区 */
.top {
    position: relative;
}

.t_mainBox {
}

.t_wel {
    display: none;
}

.t_logo {
    position: relative;
    z-index: 50;
}

.t_logo .left {
    width: 100%;
    max-width: 100%;
    min-height: 1.5rem;
    padding: 0.5rem 0;
}

.t_logo .right {
    display: none;
}

.t_logo .left .txt .one {
    color: #4221b7;
    font-size: 0.85rem;
    padding-left: 0.1rem;
}

.t_logo .left .txt .two {
    display: block;
    font-weight: bold;
    font-size: 0.65rem;
    color: #ff2400;
}

.t_logo .left .txt {
    width: 61%;
    max-width: 45%;
    margin-left: 2.3%;
    padding-left: 2.5%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border-left: 0.05rem solid #5b3cf9;
}

.t_logo .left h3 {
    width: 35%;
    max-width: 21%;
    margin-left: 3%;
    display: inline-block;
}

.t_logo .right .dl_2 {
    color: #000;
    padding: 0.68rem 0;
}

.menunavbtn {
    width: 23%;
    max-width: 9.6%;
    height: 1.8rem;
    line-height: 1.8rem;
    position: absolute;
    right: 2%;
    top: 0.38rem;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #f55319;
    font-size: 0.8rem;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.t_nav {
    width: 80%;
    max-width: 43%;
    position: absolute;
    right: 0;
    z-index: 300;
    top: 2.8rem;
    padding: 0 0.3rem;
    padding-bottom: 0.2rem;
    border-radius: 0.3rem;
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #3e9dff, #003fb3);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #3e9dff, #003fb3);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #3e9dff, #003fb3);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #3e9dff, #003fb3);
    /* Standard syntax */
}

.t_nav ul li {
    line-height: 2.2rem;
    border-bottom: 0.05rem dashed #8bbbff;
}

.t_nav a {
    color: #fff;
    display: block;
    font-size: 0.75rem;
    text-align: center;
    font-weight: normal !important;
}

.t_nav a:hover p {
    border: 0;
    border-left: 1px solid #f5551c;
    border-right: 1px solid #f5551c;
}

.t_nav a p {
    display: block;
    margin: 0;
    padding: 0;
    border: 0 !important;
}

.t_nav a img {
    display: none;
}

.t_nav ul li:last-child {
    border: none;
}

.t_nav ul li .en {
    display: none;
}

.t_nav ul li:nth-child(2) a {
    background: url(/template/images/wapNav_02.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

.t_nav ul li:nth-child(3) a {
    background: url(/template/images/wapNav_03.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 6% !important;
}

.t_nav ul li:nth-child(4) a {
    background: url(/template/images/wapNav_04.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

.t_nav ul li:nth-child(5) a {
    background: url(/template/images/wapNav_02.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

.t_nav ul li:nth-child(6) a {
    background: url(/template/images/wapNav_03.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 6% !important;
}

.t_nav ul li:nth-child(7) a {
    background: url(/template/images/wapNav_05.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

.t_nav ul li:nth-child(8) a {
    background: url(/template/images/wapNav_04.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

.t_nav ul li:nth-child(9) a {
    background: url(/template/images/wapNav_08.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

.t_nav ul li:nth-child(10) a {
    background: url(/template/images/wapNav_09.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

.t_nav a font {
    display: none;
}

.t_nav ul li.last #subNav_2 {
    display: block !important;
}

.t_nav ul li.last .c_1 {
    display: none;
}

.t_nav ul li.last #subNav_2 a {
    border-bottom: 0.05rem dashed #ccc;
}

.t_nav ul li.last #subNav_2 a:last-child {
    border: 0;
}

.t_nav ul li.last #subNav_2 a:last-child {
    background: url(/template/images/wapNav_10.png) no-repeat center left !important;
    background-size: auto 0.8rem !important;
    background-position-x: 8% !important;
}

#topNavTwo {
    line-height: 2.3rem;
    background: #f1f1f1;
    background: -webkit-linear-gradient(left, #2c4ade, #fe2502);
    background: -o-linear-gradient(right, #2c4ade, #fe2502);
    background: -moz-linear-gradient(right, #2c4ade, #fe2502);
    background: linear-gradient(to right, #2c4ade, #fe2502);
}

#topNavTwo li {
    float: left;
    width: 100%;
    max-width: 25%;
    text-align: center;
}

#topNavTwo li:nth-child(4),#topNavTwo li:nth-child(6) {
    display: none;
}

#topNavTwo a {
    display: block;
    color: #fff;
    font-size: 0.75rem;
}

#topNavTwo .ul_1 {
    vertical-align: top;
}

.t_search {
    display: none;
}

.iBaoZhang {
    padding: 1.5rem 0;
}

.iBaoZhang .shareTitle {
    text-align: center;
}

.iBaoZhang .content {
    text-align: center;
    padding-top: 0.9rem;
}

.iBaoZhang .shareTitle .cn {
    font-size: 1.2rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 0.3rem;
    background: url(/template/images/line2.png) no-repeat center bottom;
    background-size: 2rem auto;
}

.iBaoZhang .shareTitle .one {
    color: #666;
}

.iBaoZhang .content li {
    float: left;
    width: 100%;
    max-width: 25%;
}

.iBaoZhang .content li .one {
}

.iBaoZhang .content li .two {
    padding-top: 0.2rem;
}

.iBaoZhang .content li .one img {
    max-width: 80%;
}

.iBaoZhang .content li:last-child {
    margin-right: 0;
}

.iBaoZhang .content .ul_5 {
}

.iPro {
    padding: 1.5rem 0;
    background: #eee;
}

.iPro .left {
}

.iPro .right {
}

.iPro .right .sContent {
    padding: 0.6rem 0;
}

.typeNav {
}

.typeNav .left_Title {
    text-align: center;
}

.typeNav .left_content {
    width: 100%;
    max-width: 99%;
    margin-left: 0.5%;
    padding-top: 0.8rem;
}

.typeNav .left_Title .s_1 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #2e49dd;
    line-height: 1.5rem;
    background: url(/template/images/wap_proTitle.png) no-repeat center;
    background-size: 68% auto;
    background-position-y: 0.1rem;
}

.typeNav .left_Title .txt_2 {
    display: none;
}

.typeNav .left_content .bigNav {
    width: 100%;
    max-width: 49.5%;
    color: #000;
    border-radius: 0.2rem;
    text-align: center;
    display: block;
    padding-bottom: 0.3rem;
    font-size: 0.75rem;
    line-height: 1.8rem;
    margin-right: 0.2%;
    position: absolute;
    top: 0;
}

.typeNav .left_content .smallType {
    width: 32%;
    max-width: 32%;
    float: left;
    line-height: 1.6rem;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    border: 0.05rem solid #ddd;
    text-align: center;
    background: #fff;
    margin-left: 0.5%;
    margin-bottom: 0.2rem;
}

.typeNav .left_content .bigNav a {
    font-weight: bold;
    border: 0.05rem solid #ccc;
    border-radius: 0.3rem;
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #dad6ee, #fff, #dad6ee);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #dad6ee, #fff, #dad6ee);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #dad6ee, #fff, #dad6ee);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #dad6ee, #fff, #dad6ee);
    /* Standard syntax */
}

.typeNav .left_content .smallType a {
}

.typeNav .left_content .subBox {
    display: none;
    padding-top: 2.5rem;
    clear: both;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
}

.typeNav .left_content .smallType a:hover {
}

.typeNav .left_content .curNav {
}

.typeNav .left_content .curNav a {
    color: #de0000;
}

.typeNav .left_content .ul_8 {
    position: relative;
}

.shareProItem {
    float: left;
    width: 100%;
    max-width: 48%;
    padding-bottom: 0.3rem;
    margin-left: 1.3%;
    margin-bottom: 0.5rem;
    background: #fff;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 2px 3px #ccc;
}

.shareProItem .one {
    display: block;
}

.shareProItem .two {
    text-align: center;
    line-height: 1.25rem;
}

.shareProItem .one img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7rem;
}

.shareProItem .one .txt {
}

.shareProItem .two a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.6rem;
    width: 100%;
    max-width: 47%;
    border-radius: 0.2rem;
}

.shareProItem .two a:nth-child(1) {
    color: #fff;
    background: #f83a1c;
}

.shareProItem .two a:nth-child(2) {
    border: 0.05rem solid #2c45d9;
    color: #2c45d9;
    line-height: 1.15rem;
}

.shareProItem:nth-child(3), .shareProItem:nth-child(6), .shareProItem:nth-child(9), .shareProItem:nth-child(12) {
}

.shareProItem .txt {
    width: 98%;
    text-align: center;
    margin: 0 auto;
}

.shareProItem .three {
    line-height: 1.5rem;
    color: #333;
    font-size: 0.7rem;
}

.typeNav .left_content #Tab_1 {
    left: 0;
}

.typeNav .left_content #Tab_2 {
    right: 0;
}

.typeNav .left_content .bigNav span {
    display: block;
    padding-left: 0.9rem;
}

.typeNav .left_content #Tab_1 span {
    background: url(/template/images/wap_type_01.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 19%;
}

.typeNav .left_content #Tab_2 span {
    background: url(/template/images/wap_type_03.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 19%;
}

.typeNav .left_content .curHover {
    background: url(/template/images/wap_jt.png) no-repeat center bottom;
    background-size: auto 0.3rem;
    background-position-x: 18%;
}

.typeNav .left_content .curHover a {
    color: #fff;
    background: #485cdb;
    border: 0.05rem solid #485cdb;
}

.typeNav .left_content #Tab_1.curHover span {
    background: url(/template/images/wap_type_02.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 19%;
}

.typeNav .left_content #Tab_2.curHover span {
    background: url(/template/images/wap_type_04.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 19%;
}

.iPro .right .proTitle {
    display: none;
}

.typeNav .left_content #Box_1 {
    display: inline-block;
}

.iPro .right .sContent .shareProItem {
    display: none;
}

.iPro .right .sContent .shareProItem:nth-child(1),.iPro .right .sContent .shareProItem:nth-child(2),.iPro .right .sContent .shareProItem:nth-child(3),.iPro .right .sContent .shareProItem:nth-child(4) {
    display: block;
}

.shareMore {
    text-align: center;
    line-height: 2rem;
    font-size: 0.75rem;
}

.shareMore a {
    display: inline-block;
    color: #fff;
    width: 100%;
    max-width: 60%;
    border-radius: 10rem;
    background: #f55319;
}

.youShi {
    padding-top: 1.5rem;
}

.youShi .sTitle {
    text-align: center;
}

.youShi .sContent {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-top: 1rem;
}

.youShi .sTitle .cn {
    font-size: 1rem;
    font-weight: bold;
    color: #ff8402;
    padding-bottom: 0.6rem;
    background: url(/template/images/ys_01.png) no-repeat center bottom;
    background-size: 68% auto;
}

.youShi .sTitle .one {
    padding-top: 0.3rem;
    color: #666;
}

.youShi .sTitle .cn span {
    color: #01479d;
}

.youShi .sContent .ys_1 {
}

.youShi .sContent .ys_2 {
}

.youShi .sContent .ys_3 {
}

.youShi .sContent .ys_4 {
}

.youShi .sContent .ys_1 .sub_left {
}

.youShi .sContent .ys_1 .sub_right {
}

.youShi .sContent .ys_2 .sub_left {
}

.youShi .sContent .ys_2 .sub_right {
}

.youShi .sContent .ys_3 .sub_left {
}

.youShi .sContent .ys_3 .sub_right {
}

.youShi .sContent .ys_4 .sub_left {
}

.youShi .sContent .ys_4 .sub_right {
}

.youShi .sContent .one {
    min-height: 2.85rem;
    background: url(/template/images/ys_02.png) no-repeat center top;
    background-size: 100% auto;
}

.youShi .sContent .two {
    padding: 0.5rem 0;
    color: #555;
}

.youShi .sContent .one .s_left {
    float: left;
    width: 100%;
    max-width: 17.5%;
    color: #fff;
    text-align: center;
}

.youShi .sContent .one .s_right {
    float: right;
    width: 100%;
    max-width: 82%;
    font-size: 1rem;
    font-weight: bold;
    color: #4c4c4c;
    line-height: 2.85rem;
    text-indent: 1rem;
}

.youShi .sContent .one .s_left .s1 {
    font-weight: bold;
    font-size: 1rem;
    padding-top: 0.3rem;
}

.youShi .sContent .one .s_left .s2 {
    font-size: 0.5rem;
    text-transform: uppercase;
    padding-top: 0.2rem;
}

.youShi .sContent .two dd {
    line-height: 160%;
    padding: 0.1rem 1%;
    text-align: justify;
}

.youShi .sContent .two dd span {
    font-weight: bold;
}

.youShi .center {
}

.iAbout {
    display: none;
    padding-top: 1rem;
}

.youShi .sContent .three {
    padding-bottom: 1.5rem;
}

.ad {
    display: none;
}

.iCase {
    display: none;
}

.new {
    display: none;
}

.friendLink {
    display: none;
}

.foot {
    padding: 0 2%;
    padding-bottom: 1rem;
    background: url(/template/images/bj.jpg) no-repeat center top;
    background-size: cover;
}

.f_contact {
    color: #fff;
}

.f_contact .left {
}

.f_contact .right {
}

.f_contact .left .s1 {
}

.f_contact .left .s2 {
}

.f_contact .left .s1 img {
}

.f_contact .right .one {
    line-height: 2.5rem;
    border-bottom: 0.05rem solid #fff;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.8rem;
}

.f_contact .right .two {
}

.f_contact .right .one a {
    float: left;
    color: #fff;
    width: 100%;
    max-width: 25%;
    text-align: center;
}

.f_contact .right .two, .f_contact .right .two p,.f_contact .right .two span, .f_contact .right .two font {
    font-size: 0.6rem !important;
    color: #fff !important;
}

.f_contact .ul_1 {
}

.f_contact .right .one a:last-child {
}

.f_contact .right .two p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.bq {
    display: none;
}

.bq a {
}

.bq p,.bq span,.bq font {
}

.bq p {
}

.f_contact .right .one a:nth-child(4),.f_contact .right .one a:nth-child(6) {
    display: none;
}

.f_contact .right .two .sub_left {
    float: left;
    width: 100%;
    max-width: 30%;
    text-align: center;
}

.f_contact .right .two .sub_right {
    float: right;
    width: 100%;
    max-width: 65%;
}

.f_contact .right .two .sub_left .s2 {
    padding-top: 0.3rem;
}

.f_contact .right .two .sub_left img {
}

.in_pro {
    padding: 1rem 0;
}

.in_pro .left {
}

.in_pro .right {
}

.in_pro .right .r_list {
    padding-top: 0.5rem;
}

.in_pro .proTitle .sub_right .more {
}

.in_pro .proTitle {
    display: none;
}

.left_Call {
    display: none;
}

.proView {
}

.proView .left {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.2rem;
    background: #eee;
    -moz-box-shadow: 1px 2px 5px #ccc;
    -webkit-box-shadow: 1px 2px 5px #ccc;
    box-shadow: 1px 2px 5px #ccc;
}

.proView .right {
}

.proView .right .jsBox {
}

.proView .right .txtBox {
    padding: 0.5rem 1%;
    letter-spacing: 0.03rem;
}

.proView .right .jsBox .sub_left {
    text-align: center;
}

.proView .right .jsBox .sub_right {
    width: 100%;
    max-width: 99%;
    padding: 1rem 0;
}

.proView .right .jsBox .sub_left img {
}

.proView .right .jsBox .sub_right .proName {
    font-weight: normal;
}

.proView .right .jsBox .sub_right .canShu {
}

.proView .right .jsBox .sub_right .canShu, .proView .right .jsBox .sub_right .canShu td, .proView .right .jsBox .sub_right .canShu p, .proView .right .jsBox .sub_right .canShu span, .proView .right .jsBox .sub_right .canShu font {
    line-height: 1.3rem !important;
    font-size: 0.7rem !important;
    color: #090909 !important;
}

.proView .right .jsBox .sub_right .canShu table,.proView .right .jsBox .sub_right .canShu td {
    border: 0 !important;
    border-collapse: collapse !important;
}

.proView .right .jsBox .sub_right .canShu table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.proView .right .jsBox .sub_right .canShu td {
    width: 70% !important;
    max-width: 70% !important;
    padding: 0.3rem 0.2rem !important;
    border: 0.15rem solid #fff !important;
    text-indent: 3% !important;
}

.proView .right .psTitle {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 0.5rem;
    background: url(/template/images/wap_line5.png) no-repeat center;
    background-size: 110% auto;
}

.proView .right .jsBox .sub_right .cs_1 {
    display: table;
    border: 0 !important;
    border-collapse: collapse !important;
}

.proView .right .jsBox .sub_right .cs_1 .s_left {
    width: 30% !important;
    max-width: 30% !important;
    background-color: #d5dbf8 !important;
    font-weight: bold !important;
}

.proView .right .jsBox .sub_right .cs_1 .s_right {
    background-color: #f3f4fd !important;
}

.proView .right .jsBox .sub_right .canShu td:nth-child(1) {
    width: 30% !important;
    max-width: 30% !important;
    background-color: #d5dbf8 !important;
    font-weight: bold !important;
}

.proView .right .jsBox .sub_right .canShu td:nth-child(2) {
    background-color: #f3f4fd !important;
}

.proView .right .jsBox .sub_right .cs_1 dd {
    display: table-cell;
    width: 70% !important;
    max-width: 70% !important;
    padding: 0.3rem 0.2rem !important;
    border: 0.15rem solid #fff !important;
    border-bottom: 0 !important;
    text-indent: 3% !important;
}

#videoShow {
    min-height: 11rem !important;
    text-align: center;
    background: url(/template/images/dengdai.gif) no-repeat center !important;
    background-color: #333 !important;
}

#videoShow .videoPic {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 11rem;
}

#videoShow video,#videoShow object,#videoShow embed {
    width: 100%;
    max-width: 100%;
    height: 11rem;
    vertical-align: middle;
}

#proVideoShow {
    min-height: 9rem !important;
    text-align: center;
    background: url(/template/images/dengdai.gif) no-repeat center !important;
    background-color: #333 !important;
}

#proVideoShow .videoPic, #proVideoShow .videoBt {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 11rem;
}

#proVideoShow .videoBt {
    background-size: 3rem auto !important;
}

#proVideoShow video,#proVideoShow object,#proVideoShow embed {
    width: 100%;
    max-width: 100%;
    height: 9rem;
    vertical-align: middle;
}

.proView .right .vdBox {
}

.proView .right .vdBox .psTitle {
    margin-bottom: 0.8rem;
}

.proShareBox {
    padding-bottom: 1rem;
}

.proShareBox .pro_shareTitle {
    color: #333;
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 180%;
    padding-left: 0.8rem;
    background: url(/template/images/bot2.png) no-repeat center left;
    background-size: 0.6rem auto !important;
    background-position-y: 0.35rem;
}

.proShareBox .pro_shareTxt {
    padding: 0.3rem;
}

.proShareBox .pro_shareTxt,.proShareBox .pro_shareTxt p,.proShareBox .pro_shareTxt span, .proShareBox .pro_shareTxt font {
    color: #333 !important;
    font-size: 0.65rem !important;
    text-indent: 0 !important;
    line-height: 180% !important;
}

.proShareBox .pro_shareTxt table,.proShareBox .pro_shareTxt td {
    border: 0 !important;
    border-collapse: collapse;
}

.proShareBox .pro_shareTxt table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.proShareBox .pro_shareTxt td {
    vertical-align: top;
    display: block;
    padding: 0.3rem 0;
}

.proShareBox .pro_shareTxt p {
    margin: 0 !important;
    padding-bottom: 0.38rem !important;
}

.proShareBox .pro_shareTxt td:nth-child(2) {
    text-align: center;
}

.in_fa {
    padding: 1rem 0;
}

.in_fa .left {
}

.in_fa .right {
}

.in_fa .right .r_list {
    padding-top: 0.8rem;
}

.in_fa .typeNav {
    display: none;
}

.in_fa .right .proTitle {
}

.in_fa .right .proTitle .sub_left {
    padding-left: 2%;
}

.in_fa .right .proTitle .sub_left h2 {
    font-size: 1rem;
}

.shareFaItem {
    float: left;
    width: 100%;
    max-width: 48%;
    padding-bottom: 0.3rem;
    margin-left: 1.3%;
    margin-bottom: 0.5rem;
    background: #fff;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 2px 3px #ccc;
}

.shareFaItem .one {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.shareFaItem .two {
    text-align: center;
    padding-top: 0.3rem;
    line-height: 1.25rem;
}

.shareFaItem .one img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    display: block;
    height: 6.5rem;
}

.shareFaItem .one span {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,0.68);
    line-height: 1.5rem;
}

.shareFaItem .two a {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0.6rem;
    width: 100%;
    max-width: 48%;
}

.shareFaItem .two a:nth-child(1) {
    color: #fff;
    background: #f83a1c;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.shareFaItem .two a:nth-child(2) {
    background: #eee;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.in_new {
    padding: 1rem 0;
}

.in_new .left {
    display: none;
}

.in_new .right {
}

.shareNewBox {
    padding-top: 0.8rem;
}

.shareNewBox .item {
    max-width: 95%;
    line-height: normal;
    padding: 0.3rem;
    background: #fff;
    margin: 0 0.3%;
    margin-bottom: 0.6rem;
    text-align: left;
    border-radius: 0.1rem;
    -moz-box-shadow: 1px 0px 0.2rem #bbb;
    -webkit-box-shadow: 1px 0px 0.2rem #bbb;
    box-shadow: 1px 0px 0.2rem #bbb;
}

.shareNewBox .item .sub_left {
    width: 40%;
    max-width: 36%;
    float: left;
}

.shareNewBox .item .sub_right {
    width: 75%;
    max-width: 61%;
    float: right;
    position: relative;
}

.shareNewBox .item .sub_left a {
}

.shareNewBox .item .sub_left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 4.3rem;
}

.shareNewBox .item .sub_right .one {
    color: #111;
    font-size: 0.7rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    vertical-align: top;
    margin-bottom: 0.1rem;
}

.shareNewBox .item .sub_right .two {
    line-height: 150%;
    color: #666;
    font-size: 0.55rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.shareNewBox .item .sub_right .three {
    text-align: right;
    padding-top: 0.2rem;
    font-size: 0.55rem;
    color: #888;
}

.shareNewBox .item .sub_right .three span {
}

.shareNewBox .item .sub_right .three font {
    display: none;
}

.in_new .right .proTitle {
}

.in_new .right .proTitle .sub_left {
    padding-left: 2%;
}

.in_new .right .proTitle .sub_left h2 {
    font-size: 1rem;
}

.faView {
    padding-bottom: 1rem;
}

.faView .left {
    display: none;
}

.faView .right {
}

.faView .right .r_Box {
    padding: 0.3rem;
    background: #fff;
}

.faView .right .r_Box .line_1 {
}

.faView .right .r_Box .line_2 {
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
    text-align: justify;
}

.faView .right .r_Box .prev_next {
    font-size: 0.65rem;
}

.faView .right .r_Box .line_1 .one {
    font-weight: bold;
    font-size: 0.9rem;
    color: #333;
    text-align: center;
    margin: 0 auto;
    padding: 0.3rem 0;
}

.faView .right .r_Box .line_1 .two {
    color: #888;
    line-height: 1.5rem;
    font-size: 0.6rem;
    text-align: center;
    border-bottom: 0.05rem dashed #ccc;
    margin-bottom: 0.5rem;
}

.faView .right .r_Box .line_1 .two span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}

.faView .right .r_Box .line_2, .faView .right .r_Box .line_2 p,.faView .right .r_Box .line_2 span,.faView .right .r_Box .line_2 font {
    color: #666;
    font-size: 0.65rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
    text-indent: 0 !important;
}

.faView .right .r_Box .line_2 p {
    margin: 0 !important;
    padding-bottom: 0.5rem !important;
}

.faView .right .proTitle {
    margin-bottom: 0.5rem;
    background: #f6f6f6;
    line-height: 2rem;
}

.faView .right .r_Box .prev_next li {
    display: block;
    width: 100%;
    max-width: 99.5%;
    margin-bottom: 0.5rem;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8rem;
    min-height: 1.8rem;
    border-radius: 5rem;
    background: #eee;
}

.faView .right .r_Box .prev_next li span {
    padding-left: 9%;
    display: inline-block;
    vertical-align: middle;
    background: url(/template/images/pn_01.png) no-repeat center left;
    background-size: 0.38rem auto;
    background-position-x: 0.68rem;
}

.faView .right .r_Box .prev_next li a {
    display: inline-block;
    width: 100%;
    max-width: 70%;
    vertical-align: middle;
}

.faView .right .r_Box .line_1 .two span:last-child {
}

.faView .right .proTitle .sub_left {
    float: left;
    padding-left: 2%;
    font-weight: bold;
    font-size: 0.75rem;
    color: #f30000;
}

.faView .right .proTitle .sub_right {
    float: right;
    padding-right: 2%;
}

.faView .right .proTitle .sub_left p {
    margin: 0;
}

.faView .right .proTitle .sub_right a {
    font-size: 0.6rem;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.9rem;
    background: url(/template/images/ico2.png) no-repeat center right;
    background-size: 0.6rem auto;
}

.faView .right .r_Box .line_1 .two font {
    display: none;
}

.faView .right .r_Box .line_1 .two span:last-child {
    margin-right: 0;
}

.faView .right .r_Box .prev_next li:hover {
    color: #fff;
    background: #f55319;
}

.faView .right .r_Box .prev_next li:hover a {
    color: #fff;
}

.faView .right .r_Box .prev_next li:hover span {
    background: url(/template/images/pn_02.png) no-repeat center left;
    background-size: 0.38rem auto;
    background-position-x: 0.68rem;
}

.faView .right .proTitle .sub_left h2 {
    font-size: 0.75rem;
}

.iAbout .left {
    order: 2;
}

.iAbout .right {
    order: 1;
}

.iAbout .left img {
}

.iAbout .right .sTitle {
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5rem;
    background: url(/template/images/ia_02.png) no-repeat center bottom;
    background-size: auto 2rem;
}

.iAbout .right .sContent {
    padding: 0.6rem 2%;
    text-align: justify;
}

.iAbout .right .more {
    display: none;
}

.iAbout .right .sContent,.iAbout .right .sContent p, .iAbout .right .sContent span, .iAbout .right .sContent font {
    color: #666;
    font-size: 0.65rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
    text-indent: 0 !important;
}

.iAbout .aboutBox {
    display: grid;
    grid-template-columns: 100%;
}

.iAbout .right .sContent p {
    margin: 0 !important;
    padding-bottom: 0.3rem !important;
}

.iAbout .right .more a {
}

.in_about .iAbout {
    display: block;
}

.proView .right .jsBox .sub_right .bt {
    display: none;
}

.wenHua {
    padding: 1rem 3%;
    padding-bottom: 1.3rem;
    background: #eee;
}

.wenHua .sTitle {
}

.wenHua .sContent {
    padding-top: 0.6rem;
}

.wenHua .sTitle .s1 {
    font-size: 1.1rem;
    font-weight: bold;
}

.wenHua .sTitle .s2 {
    font-size: 0.6rem;
    color: #666;
    padding-top: 0.2rem;
}

.wenHua .sContent .sBox_1 {
    margin-bottom: 0.5rem;
}

.wenHua .sContent .sBox_2 {
    min-height: 5rem;
    background: #fff;
}

.wenHua .sContent .sBox_1 .l_1 {
    margin-right: 3%;
}

.wenHua .sContent .sBox_1 .l_2 {
}

.wenHua .sContent .sBox_1 .l_3 {
    display: none;
}

.wenHua .sContent .s1 {
    font-size: 1rem;
    color: #3030e2;
    text-transform: uppercase;
    padding-top: 0.1rem;
    padding-left: 1.5rem;
    font-weight: bold;
}

.wenHua .sContent .s2 {
    font-size: 0.85rem;
    font-weight: bold;
    padding-top: 0.3rem;
}

.wenHua .sContent .s3 {
    font-size: 0.55rem;
    line-height: 160%;
    color: #666;
    padding-top: 0.2rem;
}

.wenHua .sContent .sBox_1 .l_1,.wenHua .sContent .sBox_1 .l_2 {
}

.wenHua .sContent dd {
    width: 100%;
    max-width: 48.5%;
    float: left;
    min-height: 5rem;
    background: #fff;
}

.wenHua .sContent dd:last-child {
}

.wenHua .sContent .tBox {
    padding: 0.5rem;
}

.wenHua .sContent .sBox_1 .l_1 .tBox {
    background: url(/template/images/txt_01.png) no-repeat;
    background-size: auto 1.5rem;
    background-position-x: 0.5rem;
    background-position-y: 0.5rem;
}

.wenHua .sContent .sBox_1 .l_2 .tBox {
    background: url(/template/images/txt_02.png) no-repeat;
    background-size: auto 1.5rem;
    background-position-x: 0.5rem;
    background-position-y: 0.5rem;
}

.wenHua .sContent .sBox_2 .tBox {
    background: url(/template/images/txt_04.png) no-repeat;
    background-size: auto 1.5rem;
    background-position-x: 0.5rem;
    background-position-y: 0.5rem;
}

.in_contact {
    padding-bottom: 1.3rem;
}

.in_contact .line_1 {
}

.in_contact .line_2 {
}

.in_contact .line_1 .sub_left {
    padding: 0.8rem 2%;
    padding-bottom: 0;
}

.in_contact .line_1 .sub_right {
    display: none;
}

.in_contact .line_1 .sTitle {
    color: #2f49dc;
}

.in_contact .line_1 .sContent {
    padding-top: 0.8rem;
    color: #333;
}

.in_contact .line_1 .sTitle span {
    display: inline-block;
    vertical-align: bottom;
}

.in_contact .line_1 .sTitle .cn {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 0.2rem;
    letter-spacing: 0.05rem;
}

.in_contact .line_1 .sTitle .en {
}

.in_contact .line_1 .sub_left .sContent .one {
}

.in_contact .line_1 .sub_left .sContent .two {
}

.in_contact .line_1 .sub_left .sContent .three {
}

.in_contact .line_1 .sContent .s1 {
    font-size: 0.75rem;
    font-weight: bold;
}

.in_contact .line_1 .sContent .s2 {
    padding-top: 0.38rem;
    padding-bottom: 1.3rem;
    line-height: 200%;
    padding-left: 3%;
    color: #666;
    text-align: justify;
}

.in_contact .fb_Box {
}

.in_contact .fb_Box input, .in_contact .fb_Box textarea {
}

.in_contact .fb_Box input[type="text"], .in_contact .fb_Box textarea {
}

.in_contact .fb_Box input[type="text"] {
}

.in_contact .fb_Box textarea {
}

.in_contact .fb_Box input[type="submit"] {
}

.in_contact .line_2 #dituContent {
    width: 100% !important;
    max-width: 100%;
    height: 10rem !important;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) 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;
}

.searchPage {
}

.searchPage .mainBox {
}

.searchPage .mainBox .left {
    display: none;
}

.searchPage .proTitle {
    display: block;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 0.3rem;
}


.searchPage .shareNewBox {
    padding: 0;
}