@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
    line-height: 1.5rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span, .pageNumber a:hover {
    border: 0.05rem solid #c70c17;
    color: #fff;
    background: #c70c17;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 100%;
    max-width: 77%;
    line-height: 1.7rem;
    min-height: 1.7rem;
    color: #888888;
    padding: 0 2%;
    margin: 0;
    border: 0;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border: 0.05rem solid #ccc;
    border-right: 0;
    background-position-x: 3%;
    background-color: #fff;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    float: left;
    width: 100%;
    max-width: 18.5%;
    height: 1.8rem;
    min-height: 1.8rem;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 1.8rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border: 0;
    background: url(/template/images/wap_sICO.png) no-repeat center left;
    background-color: #0096a4;
    text-indent: 0.9rem;
    background-position-x: 13%;
    background-size: 0.68rem auto;
}

.in_banner {
    display: none;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 100;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.prev_next {
}

.prev_next a {
    display: inline-block;
    width: 100%;
    max-width: 82%;
    vertical-align: middle;
}

.prev_next .sub_left, .prev_next .sub_right {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0.3rem 0;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8rem;
    font-size: 0.65rem;
    border-radius: 0.3rem;
    background-color: #f4fafb;
}

.prev_next .sub_right {
    margin-bottom: 0;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
}

.prev_next li:hover a {
    color: #0d84a4;
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(/template/images/about2.jpg) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg) no-repeat center;
    min-height: 9px;
}

.in_title {
    background: url(/template/images/cBj.png) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png) no-repeat center top;
}

.friendLink a {
    color: #ccc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.fuWu {
    background: url(/template/images/ys.jpg) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.liuCheng .center .title {
    color: #fff;
    text-align: center;
}

.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liuCheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.typeNav_2 .sContent {
    background: #fff;
}

.typeNav_2 .sContent .ul_8 {
    width: 100%;
}

.typeNav_2 .sContent a {
    display: block;
}

.typeNav_2 .sContent .bigNav {
    background: #ffd728;
    text-align: center;
    min-height: 79px;
    line-height: 200%;
    padding-top: 27px;
}

.typeNav_2.leftNew .content .bigNav {
    background: url(/template/images/left_bigNav2.png) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/template/images/left_bigNav3.png) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.typeNav_2 .sContent .bigNav a {
    color: #333;
    display: block;
}

.typeNav_2 .left_call {
    border-bottom: 15px solid #000;
}

.typeNav_2 .left_call .two {
    font-size: 17px;
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 5px solid #e95412;
}

.typeNav_2 .left_call .two, .typeNav_2 .left_call .two p, .typeNav_2 .left_call .two span {
    font-size: 17px !important;
    color: #333 !important;
    line-height: 200% !important;
}

.typeNav_2.leftNew .content .bigNav a {
    color: #1e1e1e;
    text-indent: 83px;
    text-align: left;
    font-weight: normal;
}

.typeNav_2 .sContent .smallNav {
    padding: 4px 0;
}

.typeNav_2 .sContent .smallNav a {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 45px;
    display: block;
    background: url(/template/images/smallNav.png) no-repeat center;
    text-align: center;
    font-weight: bold;
}

.typeNav_2 .sContent .smallNav a:hover, .typeNav_2 .sContent .smallNav a.currentNav {
    background: url(/template/images/smallNavH.png) no-repeat center;
}

.typeNav_2 .sContent .smallNav.last {
    background: none;
}

.typeNav_2 .sContent .smallNav.last a {
    color: #0b91b6;
}

.typeNav_2 .sContent .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav_2 .sContent .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .sContent .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.indexBody .top {
    display: grid;
    grid-template-columns: 100%;
}

.t_bigBox {
    order: 1;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #888;
}

/* Star daoHang */
.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.noPage {
    background: url(/template/images/bj21.jpg) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    min-height: 550px;
    background: url(/template/images/bj_6.png) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #0c70bb;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 247px;
}

.servies .right {
    width: 903px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/template/images/bj19.jpg) no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background: url(/template/images/bj36.png) no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #0c70bb;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    padding-left: 30px;
    background: url(/template/images/wu.png) no-repeat center left;
    color: #888;
    font-size: 14px;
}

.pageDH a {
    color: #474747;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    display: none;
}

.share_xg .s_title {
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
    background: url(/template/images/line12.png) no-repeat center;
    background-position-x: 344px;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 247px;
}

.in_case .right {
    width: 903px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #0c70bb;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_case .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
    display: block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #0c70bb;
}

.in_case .right .r_list .L2_UL .sub_right .one a:hover {
    color: #ffa800;
}

.in_case .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .L2_UL .sub_right .three {
    text-align: right;
}

.in_case .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #0c70bb;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newShow {
}

.newShow .left {
    display: none;
}

.newShow .right {
}

.newShow .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;

    line-height: 26px;
    padding-left: 12px;
}

.newShow .right .r_box {
    padding: 0.5rem 0;
    background-size: 100% auto;
    background-position-y: 0.5rem;
    padding-bottom: 1rem;
    margin: 0 auto;
    width: 95%;
    max-width: 95%;
}

.newShow .right .newBox {
    background: #fff;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-weight: bold;
    font-size: 0.9rem;
    text-align: center;
    margin: 0 auto;
    padding: 0.2rem 0;
    padding-top: 0.5rem;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 1.5rem;
    font-size: 0.6rem;
    border-bottom: 0.05rem dashed #e2c55a;
}

.newShow .right .newBox .line_3 {
    color: #666;
    padding: 0.5rem 0;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    height: auto !important;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span, .newShow .right .newBox .line_3 a, .newShow .right .newBox .line_3 font {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar' !important;
    color: #666;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 247px;
}

.caseShow .right {
    width: 903px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.caseShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}

.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2 {
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding-top: 23px;
}

.xgPro .dl_6 {
}

.xgPro .dl_6 dd {
    float: left;
    margin-right: 22px;
    width: 199px;
}

.xgPro .dl_6 dd:nth-child(5) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #e95412;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
}

.xgPro .dl_6 dd a img {
    display: block;
    border: 1px solid #ccc;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg) no-repeat center top;
}

/* Star daoHang */
.bq {
    display: none;
}

.bq a {
    color: #000 !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
}

.in_new .left {
    padding-top: 0.8rem;
}

.in_new .right {
    padding: 0.3rem 0;
}

.in_new .center .ul_1.clear .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 1rem;
}

.shareMore a {
    color: #fff;
    font-size: 0.7rem;
    border-radius: 10rem;
    display: inline-block;
    line-height: 1.9rem;
    width: 8rem;
    max-width: 8rem;
    font-weight: bold;
    background: url(/template/images/wap_more.png) no-repeat;
    background-size: 100% 100%;
    text-indent: -0.5rem;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.in_youShi {
    padding: 50px 0;
    background: #fff;
}

.in_youShi ul .en {
    color: #0076c0;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

.in_youShi .bigTxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #fff;
    line-height: 38px;
    padding-left: 44px;
}

.in_youShi .bigTxt p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
}

.in_youShi .smallTxt {
    color: #1e1e1e;
    line-height: 235%;
    padding-left: 21px;
}

.in_youShi ul li span {
    font-weight: bold;
}

.in_youShi .box_1 {
    padding-top: 25px;
    padding-left: 468px;
}

.in_youShi .box_2 {
    padding-top: 65px;
    padding-left: 36px;
}

.in_youShi .box_3 {
    padding-left: 484px;
    padding-top: 52px;
    width: 300px;
}

.in_youShi .box_4 {
    padding-top: 78px;
    padding-left: 32px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/l_2.png) no-repeat center top;
    background-color: rgba(191,1,5,0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg) no-repeat center bottom;
}

.aboutShareNav {
    padding-top: 67px;
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 151px;
    text-align: center;
    margin-right: 131px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 18px;
    line-height: 130%;
    min-height: 63px;
    padding-top: 110px;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutNav_01.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutNav_02.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutNav_03.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutNav_04.png) no-repeat center top;
}

.aboutShareNav dd:nth-child(5) a:hover {
    background: url(/template/images/aboutNav_05.png) no-repeat center top;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.case {
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    min-height: 760px;
}

.case .center .tel_ys {
    color: #0c70bb;
    font-size: 17px;
    text-align: center;
    text-indent: 50px;
    padding-top: 5px;
    min-height: 30px;
}

.case .center .tel_ys span {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.case .center .sBox {
    padding-top: 24px;
}

.case .center .sBox a {
    float: left;
    margin-right: 18px;
    padding-top: 26px;
    background: url(/template/images/line_5.png) no-repeat;
}

.case .center .sBox a:nth-child(3) {
    margin-right: 0;
}

.case .center .sBox a .one {
    margin-bottom: 5px;
    width: 388px;
    height: 374px;
    overflow: hidden;
    position: relative;
}

.case .center .sBox a .one .box {
    position: absolute;
    top: 374px;
    padding: 30px;
}

.case .center .sBox a:hover .one .box {
    top: 0;
}

.case .center .sBox a .one .box .box2 {
    background: rgba(255,255,255,0.88);
    height: 316px;
    padding: 0px 19px;
    display: table-cell;
    vertical-align: middle;
}

.case .center .sBox a .one .box .box2 .s_1 {
    text-align: center;
    font-size: 23px;
    color: #0c70bb;
    font-weight: bold;
    padding-bottom: 13px;
    background: url(/template/images/line_3.png) no-repeat center bottom;
}

.case .center .sBox a .one .box .box2 .s_2 {
    font-size: 17px;
    line-height: 190%;
    padding-top: 16px;
}

.case .center .sBox a .two {
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    background: #0c70bb;
    text-align: center;
}

.fast {
    padding: 105px 0;
    padding-bottom: 80px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .line_1 ul {
    line-height: 34px;
    padding-bottom: 8px;
}

.fast .line_1 ul .left, .fast .line_1 ul .left a {
    font-size: 20px;
    color: #0a6ec1;
}

.fast .line_1 ul .left {
    width: 160px;
}

.fast .line_1 ul .right {
    width: 1040px;
}

.fast .line_1 ul li a {
    text-decoration: none;
}

.fast .line_1 ul dd {
    float: left;
    padding: 0px 8px;
    font-size: 17px;
    background: url(/template/images/line7.png) no-repeat center left;
    margin-bottom: 10px;
}

.fast .line_1 ul dd:nth-child(1) {
    padding-left: 0;
    background: none;
}

.fast .line_1 ul dd a {
    color: #1e1e1e;
    display: inline-block;
    line-height: 34px;
    width: 113px;
    text-align: center;
    border: 1px dotted #ccc;
    border-radius: 10px;
    padding: 0 0px;
}

.lContact {
    display: none;
}

.lContact .one {
    text-indent: 39px;
    padding-top: 27px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    text-indent: 72px;
    padding-top: 0;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 25px;
    line-height: 160%;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.in_contact {
    padding: 90px 0;
    background: url(/template/images/rh3.jpg) no-repeat center bottom;
    padding-bottom: 150px;
}

.in_contact .ul_1.clear .left .sub_1 {
    font-size: 20px;
}

.in_contact .ul_1.clear .left .sub_1 span {
    font-weight: bold;
}

.in_contact .ul_1.clear .left .sub_2 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 17px;
    padding-left: 23px;
}

.in_contact .ul_1.clear .left .sub_2 p, .in_contact .ul_1.clear .left .sub_2 span {
    font-size: 17px !important;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t_box {
}

.t_logo {
    min-height: 1.75rem;
    padding: 0.6rem 0;
    background-size: cover;
    position: relative;
    z-index: 100;
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    position: relative;
}

.t_logo .ul_1 .left img {
    width: 100%;
    max-width: 100%;
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 0.75rem;
    padding-bottom: 0.1rem;
    font-weight: bold;
    color: #0096a4;
}

.t_logo .ul_1 .left .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .ul_1 .left .txt.inline .two {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.02rem;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 20px;
    line-height: 22px;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 32px;
    color: #232323;
    font-weight: bold;
    color: #0096a4;
    padding-top: 3px;
}

.t_logo .ul_1 .right .sub_right {
    padding-left: 38px;
    letter-spacing: 1px;
    padding-top: 35px;
    font-size: 13px;
    text-align: center;
}

.t_search {
    order: 2;
}

.t_search .t_searchUL {
}

.t_search .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #888;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .right {
    width: 100%;
    max-width: 100%;
    padding: 0.6rem 0;
    text-align: center;
    padding-top: 0;
}

.t_search .t_searchUL .right span {
    font-weight: bold;
    color: #0096a4;
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.pro_ShareList .item a {
}

.pro_ShareList .item a p {
    display: block;
}

.pro_ShareList .item a img {
}

.pro_ShareList .item a p {
    padding-top: 3px;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 13px;
}

.pro_ShareList .item:hover .sBox {
    top: 166px;
    position: absolute;
    width: 100%;
}

.pro_ShareList .item .sBox {
    font-size: 15px;
    color: #fff;
    text-align: left;
    min-height: 120px;
    background: url(/template/images/more2.png) no-repeat center bottom;
    background-color: rgba(7,96,188,0.7);
    text-indent: 30px;
    line-height: 170%;
    background-position-y: 77px;
}

.pro_ShareList .item .sBox span {
    font-weight: bold;
}

.pro_ShareList .item:hover a p {
    position: relative;
    top: 50px;
}

.pro_ShareList .item .sBox .sOne {
    padding-top: 14px;
}

.wenTi {
    display: none;
}

.wenTi .title .one {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 27px;
    padding-bottom: 19px;
    text-indent: 24px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 250%;
}

.wenTi .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.wenTi .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.wenTi .title .two a {
    position: relative;
    top: 6px;
}

.wenTi .content {
    padding-top: 68px;
    font-size: 16px;
    line-height: 160%;
}

.wenTi .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.wenTi .content .one p {
    margin: 0;
    position: absolute;
}

.wenTi .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.wenTi .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.wenTi .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.wenTi .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.wenTi .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.wenTi .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.wenTi .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.wenTi .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.wenTi .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.wenTi .content .two .s2 span {
    font-weight: bold;
}

.youShi {
}

.youShi .content {
    padding-top: 152px;
}

.youShi .content .line_1 {
    min-height: 267px;
}

.youShi .content .one {
    font-size: 23px;
    font-weight: bold;
}

.youShi .content .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 15px;
    line-height: 38px;
    letter-spacing: 1px;
    margin-left: -31px;
    min-height: 126px;
}

.youShi .content .two span {
    color: #0b91b6;
    position: relative;
    top: -2px;
}

.youShi .content .one p {
    display: inline;
    font-weight: bold;
}

.youShi .content .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.youShi .content .line_1 .box_1 {
    padding-left: 810px;
    padding-top: 0px;
}

.youShi .content .line_2 .box_2 {
    padding-top: 73px;
    padding-left: 815px;
}

.youShi .content .line_2 .box_2 .one {
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
    min-height: 381px;
}

.youShi .content .line_3 {
    min-height: 377px;
}

.youShi .content .line_3 .box_3 {
    padding-top: 110px;
    padding-left: 44px;
}

.youShi .content .line_3 .box_3 .one {
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
    padding-top: 200px;
    padding-left: 793px;
}

.youShi .content .line_4 {
    min-height: 420px;
}

.youShi .content .line_4 .box_4 .one {
}

.youShi .content .line_4 .box_4 .two {
}

.in_pro {
    padding-bottom: 0.5rem;
}

.in_pro .left {
}

.in_pro .right {
}

.shareRightSmallNav {
    padding-top: 18px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 210px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background: url(/template/images/newNav.png) no-repeat center left;
    font-weight: bold;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/template/images/newNavH.png) no-repeat center left;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.in_pro .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.in_pro .list .item a p, .in_pro .list .item a span {
    display: block;
}

.in_pro .list .item a img {
}

.in_pro .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.typeNav {
}

.left_Title {
    display: none;
}

.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.8rem;
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 33%;
    display: block;
    color: #fff;
    line-height: 2.5rem;
    background: url(/template/images/wap_typeIco_01.jpg) no-repeat center;
    font-size: 0.62rem;
    min-height: 2.5rem;
    background-size: 100% 100%;
    text-align: center;
}

.typeNav.typeNew .content .bigNav {
    padding-top: 0;
    margin-bottom: 0;
}

.typeNav .content .bigNav a {
    display: inline-block;
    font-weight: bold;
    padding-left: 0.75rem;
    color: #fff;
    vertical-align: middle;
}

.typeNav .content .bigNav a.currentNew, .typeNav .content .bigNav a:hover {
}

.typeNav .content .smallNav {
    width: 60%;
    max-width: 33.3%;
    float: left;
    line-height: 2.2rem;
    border-bottom: 0.05rem dashed #ccc;
}

.typeNav.typeNew .content .smallNav {
    background: url(/template/images/l_sub.png) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav a {
    margin-left: 32px;
}

.typeNav .content .smallNav a {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: block;
    font-size: 0.57rem;
    border-radius: 0.2rem;
    color: #000;
    background: url(/template/images/sd.png) no-repeat center left;
    background-size: 0.45rem auto;
    padding-left: 11%;
}

.typeNav.typeNew .content .smallNav a:hover {
    padding: 0 10px;
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.in_pro .pro_ShareList .ul_1 {
    width: auto;
}

.in_pro .pro_ShareList {
}

.in_pro .pro_ShareList .item:nth-child(3), .in_pro .pro_ShareList .item:nth-child(6), .in_pro .pro_ShareList .item:nth-child(9), .in_pro .pro_ShareList .item:nth-child(12), .in_pro .pro_ShareList .item:nth-child(15),.in_pro .pro_ShareList .item:nth-child(18),.in_pro .pro_ShareList .item:nth-child(21) {
    margin-right: 0;
}

.xgBox {
    padding: 0 25px;
    padding-top: 79px;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding: 5px 0;
}

.xgNew li {
    margin-right: 6%;
    float: left;
    text-align: center;
    width: 47%;
    font-size: 16px;
    padding: 6px 0;
    color: #888;
}

.xgNew li:nth-child(2),.xgNew li:nth-child(4) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #0261c3;
}

.xgNew li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgNew li .s4 {
    padding-top: 8px;
}

.xgNew li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgNew li .s2 a:hover {
    color: #0059b4;
}

.xgNew li .s2 .sub_left {
    width: 70%;
}

.proShow {
    color: #666;
}

.proShow .left {
    display: none;
}

.proShow .right {
}

.proShow .right .r_smallNav {
    background: url(/template/images/navSbj.png);
    margin-top: 20px;
}

.proShow .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.proShow .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.proShow .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.proShow .right .content {
}

.proShow .center .clear .right .content .title_2 {
    padding: 15px 0;
    border-bottom: 1px dotted #0261c3;
}

.proShow .center .clear .right .content .title_2 .txt {
    font-weight: bold;
    font-size: 24px;
    color: #0261c3;
    border-left: 6px solid #0261c3;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right {
    width: 586px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu p {
    margin: 0;
    padding: 0;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu p, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu span, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    line-height: 36px !important;
    font-size: 16px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table, .proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    border: 0 !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td {
    display: inline-block !important;
    min-height: 36px !important;
    padding: 0 !important;
    text-indent: 15px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td:nth-child(1) {
    background: #eef9ff !important;
    font-weight: bold !important;
    color: #005dbc !important;
    font-size: 17px !important;
    width: 30% !important;
    text-indent: 25px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu td:nth-child(2) {
    width: 69% !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu tr {
    border: 1px solid #b7daff !important;
    padding: 3px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .canShu table {
    border-collapse: collapse !important;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt {
    padding-top: 22px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt a, .proShow .center .clear .right .content .r_1 .clear .sub_right .bt .shareTel {
    display: inline-block;
    vertical-align: middle;
}

.proShareBox {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
}

.proShareBox.r_4 {
    padding-bottom: 0;
}

.pro_shareTitle {
    text-align: center;
    margin-bottom: 0.5rem;
}

.pro_shareTxt {
    color: #333;
    font-size: 0.65rem;
    line-height: 200%;
    padding-bottom: 0.5rem;
    text-align: justify;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0.3rem 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.65rem !important;
    line-height: 210% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 33.3% !important;
    text-align: center !important;
    padding: 0 !important;
}

.proShow .shareRightTitle {
}

.proShow .shareRightTitle .dl_2 {
    width: 1106px;
    padding: 28px 40px;
}

.proShow .shareRightSmallNav {
    padding-top: 33px;
}

.proShow .shareRightSmallNav .ul_1 {
    width: 93%;
    margin: 0 3.5%;
}

.shareTel {
    background: url(/template/images/tel3.png) no-repeat center left;
    line-height: 150%;
    padding-left: 53px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .two {
    padding-top: 9px;
    letter-spacing: 1px;
    font-size: 16px;
}

.proShow .center .clear .right .content .r_1 .clear .sub_right .bt .dl_5.clear .s_right {
    width: 275px;
}

.shareTel .s1 {
    font-size: 15px;
    line-height: 22px;
}

.shareTel .s2 {
    font-size: 22px;
    color: #ffa800;
}

.proShow .center .clear .right .content .part4 .sC .dl_6.clear dd {
    float: left;
    font-size: 22px;
    color: #fff;
    width: 176px;
    text-align: center;
    margin-right: 7px;
}

.inYouShi {
    padding: 92px 0;
    padding-bottom: 7px;
}

.inYouShi .sC {
    padding-top: 61px;
}

.inYouShi .sC .line_1 {
    background: url(/template/images/iys_02.png) no-repeat center top;
    min-height: 267px;
}

.inYouShi .sC .one {
    color: #082db2;
    font-size: 19px;
    padding-left: 36px;
}

.inYouShi .sC .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 14px;
    line-height: 42px;
    letter-spacing: 1px;
}

.inYouShi .sC .two span {
    color: #ff4e00;
}

.inYouShi .sC .one p {
    display: inline;
    font-weight: bold;
}

.inYouShi .sC .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.inYouShi .sC .line_1 .box_1 {
    padding-top: 63px;
    padding-left: 150px;
}

.inYouShi .sC .line_2 .box_2 {
    padding-left: 854px;
    padding-top: 137px;
}

.inYouShi .sC .line_2 .box_2 .one {
    padding-left: 90px;
}

.inYouShi .sC .line_2 .box_2 .two {
    padding-top: 25px;
    line-height: 35px;
}

.inYouShi .sC .line_2 {
    background: url(/template/images/iys_03.png) no-repeat center top;
    min-height: 413px;
    background-position-y: 95px;
}

.inYouShi .sC .line_3 {
    background: url(/template/images/iys_04.png) no-repeat center top;
    min-height: 395px;
    background-position-y: 85px;
}

.inYouShi .sC .line_3 .box_3 {
    padding-top: 122px;
    padding-left: 111px;
}

.inYouShi .sC .line_3 .box_3 .one {
    padding-left: 65px;
}

.inYouShi .sC .line_3 .box_3 .two {
    line-height: 35px;
    padding-top: 19px;
}

.inYouShi .sC .line_4 .box_4 {
    padding-left: 902px;
    padding-top: 53px;
}

.inYouShi .sC .line_4 {
    background: url(/template/images/iys_05.png) no-repeat center top;
    min-height: 350px;
    background-position-y: 14px;
}

.inYouShi .sC .line_4 .box_4 .one {
    padding-left: 54px;
}

.inYouShi .sC .line_4 .box_4 .two {
    line-height: 35px;
    padding-top: 17px;
}

.lContact2 {
    display: none;
}

.lContact2 .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact2 .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact2 .three {
    background: url(/template/images/leftIco.png) no-repeat;
    padding-left: 25px;
    font-size: 16px;
    width: 75%;
    margin: 0 auto;
    line-height: 40px;
    background-position-y: 13px;
    margin-bottom: 15px;
}

.lContact2 .three img {
    border: 1px solid #ccc;
}

.lContact2 .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.lContact2 .one {
    text-indent: 17px;
    line-height: 45px;
    background-color: #f3f3f3;
    border-left: 6px solid #0096a4;
    letter-spacing: 1px;
}

.lContact2 .two {
    padding-top: 23px;
    text-align: center;
    margin-bottom: 13px;
}

.shareNewRTitle {
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 38px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-indent: 33px;
    background: url(/template/images/newIco.png) no-repeat center left;
    font-weight: normal;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png) no-repeat center left;
    padding-right: 21px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 {
    line-height: 200%;
    padding: 0.5rem 0;
    font-size: 0.6rem;
    color: #0096a4;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/ico_3.png) no-repeat center left;
    padding-left: 20px;
    padding-top: 4px;
}

.aboutShareNav a .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    transform: scale(0.8);
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav a:hover span {
    color: #0261c3;
}

.aboutShareNav dd:nth-child(2) {
    margin-right: 136px;
    width: 140px;
}

.aboutShareNav dd:nth-child(3) {
    margin-right: 138px;
    width: 140px;
}

.aboutShareNav dd:nth-child(4) {
    margin-right: 109px;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.xgNew2 {
    padding: 26px 0;
}

.xgNew2 li {
    margin-right: 20px;
    float: left;
    width: 280px;
    font-size: 16px;
    color: #888;
    background-color: #fff;
    margin-bottom: 25px;
}

.xgNew2 li:nth-child(3),.xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
    color: #0261c3;
}

.xgNew2 li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 45px;
    padding-top: 2px;
    padding: 0 15px;
}

.xgNew2 li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew2 li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 15px;
    padding-bottom: 15px;
}

.xgNew2 li .s4 {
    padding-top: 8px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    font-weight: bold;
    font-size: 18px;
}

.xgNew2 li .s2 a:hover {
    color: #0059b4;
}

.xgNew2 li .s2 .sub_left {
    width: 100%;
}

.t_wel .right a {
    padding-left: 21px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -33px;
    top: 15px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png) no-repeat bottom left;
    padding-top: 19px;
    /* display: none; */
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right .s1 {
    background: url(/template/images/ico_01.png) no-repeat center left;
}

.t_wel .right .s2 {
    background: url(/template/images/ico_02.png) no-repeat center left;
}

.t_wel .right .s3 {
    background: url(/template/images/ico_03.png) no-repeat center left;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png) no-repeat center left;
    margin-right: 0;
}

.t_logo .ul_1 .left .txt {
    /* float: left; */
    width: 100%;
    max-width: 56%;
    line-height: 120%;
    padding-left: 3%;
    border-left: 0.05rem solid #ddd;
    margin-left: 2%;
    display: inline-block;
    vertical-align: middle;
}

.t_logo .ul_1 .right .sub_left {
    line-height: 220%;
    padding-left: 70px;
    background: url(/template/images/tel.png) no-repeat center left;
}

.t_logo .ul_1 .right .sub_right .one {
    background: url(/template/images/kuang.png) no-repeat center;
    padding: 10px;
}

.wenTi .title .en {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffcb35;
    letter-spacing: 2px;
}

.wenTi .content .sub_left {
    text-align: right;
    width: 520px;
}

.wenTi .content .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.wenTi .content .sub_left .s1 {
    padding-right: 42px;
}

.wenTi .content .sub_left .s2 {
    padding-right: 58px;
}

.wenTi .content .sub_left .s3 {
    padding-right: 55px;
}

.wenTi .content .sub_right .s4 {
    padding-left: 47px;
}

.wenTi .content .sub_right .s5 {
    padding-left: 62px;
}

.wenTi .content .sub_right .s6 {
    padding-left: 62px;
}

.shareTitle .cn .sBox {
    display: inline-block;
    padding-left: 1.2rem;
    background: url(/template/images/wap_aboutIco.png) no-repeat center left;
    background-size: 1rem auto;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.shareProBox .item {
    float: left;
    margin-left: 1%;
    margin-bottom: 0.6rem;
    text-align: center;
    width: 100%;
    max-width: 48.5%;
}

.shareProBox .item:nth-child(4), .shareProBox .item:nth-child(8), .shareProBox .item:nth-child(12), .shareProBox .item:nth-child(16), .shareProBox .item:nth-child(20) {
    margin-right: 0;
}

.in_pro .shareProBox .item {
}

.in_pro .shareProBox .item:nth-child(3), .in_pro .shareProBox .item:nth-child(6), .in_pro .shareProBox .item:nth-child(9), .in_pro .shareProBox .item:nth-child(12), .in_pro .shareProBox .item:nth-child(15), .in_pro .shareProBox .item:nth-child(18) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
}

.shareProBox .item img {
    width: 100%;
    max-width: 100%;
    height: 8rem;
    display: block;
    cursor: pointer;
}

.shareProBox .item .proName {
    display: block;
    line-height: 1.3rem;
}

.shareProBox .item a:hover .proName {
    color: #018793;
    font-weight: bold;
}

.typeNav_2 .bigNav span {
    display: block;
}

.typeNav_2 .bigNav .cn {
    font-size: 25px;
    font-weight: bold;
}

.typeNav_2 .bigNav .en {
    font-size: 14px;
    text-transform: uppercase;
}

.typeNav_2 .sContent .subBox {
    border-left: 1px solid #fceb8b;
    border-right: 1px solid #fceb8b;
    background-color: #fffdf8;
    padding: 13px 0;
    padding-bottom: 30px;
}

.youShi .content .en {
    font-size: 12px;
    color: #a8a8a8;
    text-transform: uppercase;
    transform: scale(0.75);
    white-space: nowrap;
    transform-origin: 0;
}

.youShi .content .one img {
    vertical-align: bottom;
    margin-right: 13px;
}

.youShi .content .three {
    font-size: 18px;
    padding-left: 4px;
}

.youShi .content .three dd:nth-child(1) {
    padding-left: 19px;
    padding-right: 43px;
}

.youShi .content .three dd:nth-child(2) {
}

.youShi .content .three dd:nth-child(3) {
    padding-left: 54px;
}

.youShi .content .line_5 {
}

.youShi .content .line_5 .box_5 {
    padding-top: 75px;
    padding-left: 838px;
}

.f_nav {
    position: relative;
    min-height: 144px;
    padding-top: 39px;
}

.f_nav .box {
    position: absolute;
    width: 1300px;
    padding-top: 2px;
}

.f_nav a {
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 130%;
    letter-spacing: 1px;
    min-height: 131px;
    display: block;
}

.f_nav a span {
    display: block;
}

.f_nav a .en {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
    letter-spacing: 0;
}

.f_nav li:nth-child(1) a {
    width: 127px;
    background: url(/template/images/nav_01.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background: url(/template/images/nav_02.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background: url(/template/images/nav_03.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background: url(/template/images/nav_04.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background: url(/template/images/nav_05.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background: url(/template/images/nav_06.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background: url(/template/images/nav_07.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(8) a {
    width: 130px;
    background: url(/template/images/nav_08.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav a:hover .en {
}

.f_nav a .cn {
    font-size: 18px;
    padding-top: 62px;
}

.f_nav li {
    float: left;
    background: url(/template/images/navLine.png) no-repeat center right;
    background-position-y: 57px;
}

.f_contact {
    padding-top: 1.5rem;
    padding-bottom: 1.6rem;
}

.f_contact li {
    float: left;
}

.f_contact .l_1 {
    display: none;
}

.f_contact .l_2 {
    display: none;
}

.f_contact .l_3 {
    width: 100%;
    max-width: 60%;
}

.f_contact .l_4 {
    float: right;
    width: 100%;
    max-width: 38%;
}

.f_contact .l_1 .one {
    text-align: center;
}

.f_contact .l_1 .two {
    padding-top: 13px;
    font-size: 20px;
}

.f_contact .l_1 .two .cn {
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2.5px;
}

.f_contact .l_1 .two .en {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}

.f_contact .l_1 .three {
    padding-top: 23px;
    text-align: right;
    padding-right: 3px;
}

.f_contact .l_1 .three .s1 {
    font-size: 17px;
}

.f_contact .l_1 .three .s2 {
    font-size: 26px;
    font-weight: bold;
    padding-right: 4px;
}

.f_contact .l_4 .s2 {
    font-size: 0.5rem;
    text-align: center;
}

.f_contact .l_1 .one h3 {
    margin: 0;
    padding: 0;
}

.t_logo .ul_1 .left h3 {
    width: 33%;
    max-width: 21%;
    padding-left: 2%;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}

.typeNav_2 .sContent .smallNav a h4 {
    margin: 0;
    padding: 0;
}

.pageNumber input {
    width: 63px;
    line-height: 34px;
    height: 34px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pageNumber input[type="button"] {
    line-height: 38px;
    height: 38px;
}

.proShow .right .content .line_1 {
}

.proShow .right .content .line_1 .sub_left {
    text-align: center;
}

.proShow .right .content .line_1 .sub_right {
}

.proShow .right .content .line_1 .sub_right a.proName {
    display: block;
    color: #0c70bb;
    font-weight: bold;
    font-size: 32px;
    padding-bottom: 10px;
}

.proShow .right .content .line_1 .sub_right .s_2 {
    width: 35px;
    border-top: 4px solid #252525;
}

.proShow .right .content .line_1 .sub_right .s_3 {
    padding: 20px 0;
}

.proShow .right .content .line_1 .sub_right .s_5 {
    padding-top: 40px;
}

.proShow .right .content .line_1 .sub_right .s_5 a {
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
    line-height: 43px;
    width: 166px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.proShow .right .content .line_1 .sub_right .s_5 a.bt_1 {
    background: #0c70bb;
}

.proShow .right .content .line_1 .sub_right .s_5 a.bt_2 {
    background: #252525;
}

.proShow .right .content .line_1 .sub_left .one {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 13px;
}

.proShow .right .content .line_1 .sub_left .two {
    padding-top: 16px;
    margin-bottom: 25px;
    background: url(/template/images/line5.png) no-repeat;
}

.proShow .right .content .line_1 .sub_left .two .s1 {
    font-size: 22px;
    font-weight: bold;
}

.proShow .right .content .line_1 .sub_left .two .s2 {
    font-size: 17px;
}

.proShow .right .content .line_1 .sub_right img {
    vertical-align: middle;
    max-width: 100%;
    height: 3.9rem;
}

.proShow .right .content .line_1 .sub_left .three {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    min-height: 149px;
}

.proShow .right .content .line_1 .sub_left .four {
}

.proShow .right .content .line_1 .sub_left .four a {
    font-size: 12px;
    line-height: 25px;
    border-radius: 30px;
    text-align: center;
}

.proShow .right .content .line_1 .sub_left .three div {
    background: url(/template/images/yuan.png) no-repeat left center;
    background-position-y: 12px;
    padding: 2px 0;
    padding-left: 16px;
}

.proShow .right .content .line_1 .sub_left .one h1 {
    margin: 0;
    padding: 0;
    font-size: 26px;
}

.proShow .right .content .line_1 .sub_left .four .s_right {
}

.proShow .right .content .line_1 .sub_left .four .s_right img {
    padding-top: 3px;
}

.proShow .right .content .line_1 .sub_right .s2 {
    text-align: center;
    font-size: 22px;
    line-height: 180%;
    padding-top: 6px;
}

.proShow .right .content .line_2 {
}

.proShow .right .content .line_2 .dl_5 dd {
    float: left;
    width: 50%;
}

.proShow .right .content .line_2 .dl_5 dd a {
    display: block;
    min-height: 58px;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: url(/template/images/qhBt.png) no-repeat center top;
    font-weight: bold;
    cursor: pointer;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.proShow .right .content .line_2 .dl_5 dd:nth-child(1) {
}

.proShareBox .sTitle {
    background: url(/template/images/sd2.png) no-repeat center left;
    line-height: 1.2rem;
    padding-left: 0.8rem;
    background-size: 0.55rem auto;
    font-weight: bold;
    background-position-y: 0.18rem;
    font-size: 0.7rem;
    color: #333;
    text-align: justify;
}

.proShow .right .content .line_2 .dl_5 {
    margin-bottom: 38px;
}

.pro_shareTitle.t_3 {
    background: url(/template/images/proTitle3.png) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 45px;
}

.proShareBox.r_3 {
}

.proShareBox.r_3 .youDian {
    background: url(/template/images/proPic.png) no-repeat center top;
    min-height: 356px;
    position: relative;
}

.proShareBox.r_3 .youDian span {
    position: absolute;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
    width: 131px;
    text-align: center;
}

.proShareBox.r_3 .youDian .s1 {
    top: 3px;
    left: 173px;
}

.proShareBox.r_3 .youDian .s2 {
    top: 87px;
    left: 105px;
}

.proShareBox.r_3 .youDian .s3 {
    top: 179px;
    left: 96px;
}

.proShareBox.r_3 .youDian .s4 {
    top: 267px;
    left: 155px;
}

.proShareBox.r_3 .youDian .s5 {
    top: 3px;
    left: 608px;
}

.proShareBox.r_3 .youDian .s6 {
    top: 87px;
    left: 694px;
}

.proShareBox.r_3 .youDian .s7 {
    top: 179px;
    left: 716px;
}

.proShareBox.r_3 .youDian .s8 {
    top: 267px;
    left: 711px;
}

.pro_shareTitle.t_4 {
    background: url(/template/images/proTitle4.png) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_4 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.proShareBox.r_4 .pro_shareTxt {
}

.proShareBox.r_4 .pro_shareTxt table {
    background: none !important;
    border-collapse: collapse;
    width: 100%;
}

.pro_shareTitle.t_5 {
    background: url(/template/images/proTitle5.png) no-repeat center top;
    min-height: 46px;
    text-indent: 90px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 {
    background: url(/template/images/proTitle6.png) no-repeat center top;
    min-height: 46px;
    text-indent: 104px;
    margin-bottom: 5px;
}

.pro_shareTitle.t_6 .smallTxt {
    text-indent: 0;
    font-size: 17px;
    color: #666;
    font-weight: normal;
    padding-top: 18px;
}

.rTitleBox {
    display: none;
}

.xgProBox {
}

.xgProBox dd {
    float: left;
    width: 275px;
    margin-right: 17px;
}

.xgProBox dd .s1 {
}

.xgProBox dd .s1 img {
}

.xgProBox dd:nth-child(3) {
    margin-right: 0;
}

.xgProBox dd .s2 {
    font-size: 17px;
    text-align: center;
    line-height: 33px;
}

.xgProBox dd .s3 {
}

.xgProBox dd .s3 a {
    display: inline-block;
    width: 138px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #0c90b6;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.xgProBox dd .s3 a:nth-child(1) {
    background: url(/template/images/btBj.png) no-repeat center;
    margin-right: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two a {
    color: #0b91b6;
    background: url(/template/images/goBack.png) no-repeat center right;
    padding-right: 28px;
}

.newShow .right .newBox .line_3 .subTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background: url(/template/images/sdIco.png) no-repeat center left;
    line-height: 38px;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_3 .subContent {
}

.newShow .right .newBox .line_3 .subContent table,.newShow .right .newBox .line_3 .subContent td {
    border: 1px dotted #ddd !important;
}

.share_xg .xgProBox {
}

.share_xg .xgProBox dd {
    margin-right: 40px;
    padding: 6px;
    border: 1px solid #eee;
}

.in_about {
}

.in_about .part_1 {
    padding: 1.3rem 0;
    background: url(/template/images/wap_about.jpg) no-repeat center top;
    background-size: 110% auto;
    padding-bottom: 1rem;
}

.in_about .part_1 .l_1 {
    padding-top: 0.8rem;
    padding-left: 32%;
}

.in_about .part_1 .l_2 {
    display: none;
}

.in_about .part_1 .l_1 span {
    font-weight: bold;
}

.t_wel .right img {
    vertical-align: middle;
}

.t_nav {
    width: 80%;
    max-width: 41%;
    position: absolute;
    right: 2%;
    z-index: 300;
    top: 2.6rem;
    background: #fff;
    padding: 0 0.5rem;
    -moz-box-shadow: 1px 1px 8px #ddd;
    -webkit-box-shadow: 1px 1px 8px #ddd;
    box-shadow: 1px 1px 8px #ddd;
    border: 0.05rem solid #9bdce2;
}

.t_nav .box {
}

.t_nav li:nth-child(9) {
    background: url(/template/images/wap_topNav_05.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-x: 0.1rem;
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 1.5rem;
    font-size: 0.65rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-indent: 1.23rem;
    padding: 0.25rem 0;
    border-bottom: 0.05rem dotted #ccc;
    font-weight: bold;
    color: #333 !important;
    background: none !important;
}

.t_nav a span {
    display: block;
}

.t_nav a .en {
    display: none;
}

.t_nav li:nth-child(1) {
}

.t_nav li:nth-child(2) {
    background: url(/uploadfile/proIcoH_01.png) no-repeat center left;
    background-size: 1rem auto;
}

.t_nav li:nth-child(3) {
    background: url(/uploadfile/proIcoH_02.png) no-repeat center left;
    background-size: 1rem auto;
    background-position-x: 0.1rem;
}

.t_nav li:nth-child(4) {
    background: url(/uploadfile/proIcoH_21.png) no-repeat center left;
    background-size: 1rem auto;
}

.t_nav li:nth-child(5) {
    background: url(/template/images/wap_topNav_01.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-x: 0.1rem;
}

.t_nav li:nth-child(6) {
    background: url(/template/images/wap_topNav_02.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-x: 0.1rem;
}

.t_nav li:nth-child(7) {
    background: url(/template/images/wap_topNav_03.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-x: 0.1rem;
}

.t_nav li:nth-child(8) {
    background: url(/template/images/wap_topNav_04.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-x: 0.1rem;
}

.t_nav a .cn {
    background: none !important;
}

.about {
    display: none;
}

.about .box {
    padding-top: 95px;
    padding-left: 383px;
    padding-right: 65px;
    text-align: justify;
}

.about .box .txt {
}

.about .box .txt p {
    margin: 0 !important;
}

.about .box .txt, .about .box .txt p, .about .box .txt span {
    font-size: 17px !important;
    line-height: 200% !important;
}

.about .box .link {
    text-align: right;
}

.about .box .link a {
    display: inline-block;
    line-height: 31px;
    color: #02959d;
    border: 1px solid #0394a9;
    border-radius: 5px;
    padding: 0 23px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.shareTitle {
    text-align: center;
    position: relative;
}

.shareTitle .en {
    color: #0b91b6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    filter: alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.shareTitle .cn {
    font-size: 1rem;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 0.25rem;
}

.shareTitle span {
    color: #0096a4;
}

.shareTitle .one {
    font-size: 0.7rem;
    background: url(/template/images/wap_title.png) no-repeat center;
    background-size: 80% auto;
    background-position-y: 0.3rem;
}

.shareTitle .one span {
    color: #e95311;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 1rem;
    margin: 0;
    display: inline-block;
}

.shareTitle a {
    position: absolute;
    top: 0.6rem;
    right: 1%;
    color: #0096a4;
    font-size: 0.55rem;
}

.iPro {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.iPro .content {
    padding-top: 0.8rem;
}

.iPro .content .bigNav .clear li {
    float: left;
    width: 396px;
    line-height: 66px;
    margin-right: 6px;
}

.iPro .content .bigNav .clear li a {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    display: block;
    text-indent: 171px;
}

.iPro .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_01.png) no-repeat;
    text-indent: 168px;
}

.iPro .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_02.png) no-repeat;
}

.iPro .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_03.png) no-repeat;
    text-indent: 163px;
}

.iPro .content .bigNav .clear li.first a, .iPro .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_01.png) no-repeat;
}

.iPro .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png) no-repeat;
}

.iPro .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png) no-repeat;
}

.iPro .content .box {
    border: 1px solid #eee;
    border-top: 0;
}

.iPro .content .box .smallNav {
    padding: 23px 35px;
}

.iPro .content .box .smallNav .s_ul {
}

.iPro .content .box .smallNav .s_ul li {
    width: 173px;
    float: left;
    line-height: 38px;
    margin-right: 18px;
}

.iPro .content .box .smallNav .s_ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    background: url(/template/images/bot.png) no-repeat center left;
    text-indent: 14px;
}

.iPro .content .box .smallNav .s_ul li a:hover {
    color: #0055ad;
}

.iPro .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.iPro .content .box .smallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.iPro .content .box .smallNav .last a {
    color: #0656b1;
}

.iPro .content .line_2 {
    position: relative;
    padding-top: 2.8rem;
}

.iPro .content .line_2 li.sub_left {
}

.iPro .content .line_2 li.sub_right {
    background: url(/template/images/yy3.png) no-repeat center bottom;
    padding-bottom: 0.8rem;
    background-size: 100% auto;
}

.iPro .content .line_2 li.sub_right a {
    width: 60%;
    max-width: 33.3%;
    float: left;
    line-height: 2.2rem;
    border-bottom: 0.05rem dashed #ccc;
}

.iPro .content .line_2 li.sub_right a.last {
    background: #0b91b6;
    border-radius: 100px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    margin-left: 21px;
}

.iPro .content .line_2 li.sub_right a h4 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: block;
    font-size: 0.57rem;
    border-radius: 0.2rem;
    color: #000;
    background: url(/template/images/sd.png) no-repeat center left;
    background-size: 0.45rem auto;
    padding-left: 11%;
}

.iPro .content .line_1 {
    display: none;
}

.iPro .content .line_2 .box_1 {
    display: block;
}

.iPro .content .line_2 .box_2 {
    display: block;
}

.iPro .content .line_2 .box_3 {
    display: block;
}

.iPro .content .line_2 .sub_left a {
    display: block;
    text-align: center;
}

.shareProBox .item .aBox {
    padding: 0.1rem 1%;
    border: 0.05rem solid #eee;
    background: #fff;
    display: block;
    margin-bottom: 0.3rem;
}

.shareProBox .item .aBox:hover {
    border: 0.05rem solid #0291a1;
}

.shareProBox .item .linkBt {
    line-height: 1.3rem;
}

.shareProBox .item .aBox .bjBox {
    padding-bottom: 0.5rem;
    background: url(/template/images/yy3.png) no-repeat center bottom;
    background-size: 100% auto;
}

.shareProBox .item .linkBt a {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    text-align: center;
    border: 0.05rem solid #0096a4;
}

.shareProBox .item .linkBt a:first-child {
    background-color: #0096a4;
    color: #fff;
}

.shareProBox .item .linkBt a:last-child {
}

.shareProBox .item .linkBt a:hover {
    font-weight: bold;
}

.youShi .content .one span {
    color: #0096a4;
}

.youShi .content .two li {
    padding-left: 32px;
    background: url(/template/images/sd.png) no-repeat center left;
}

.youShi .content .three a {
    display: inline-block;
    width: 145px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.wenTi .content li {
    float: left;
    width: 398px;
    text-align: center;
    margin-right: 53px;
    padding-top: 167px;
    min-height: 66px;
    margin-bottom: 20px;
}

.wenTi .content li:nth-child(3),.wenTi .content li:nth-child(6),.wenTi .content li:nth-child(9) {
    margin-right: 0;
}

.new {
    display: none;
}

.new .content {
    padding-top: 42px;
    font-size: 16px;
}

.new .sTitle {
    padding-top: 35px;
    text-align: center;
}

.new .sTitle a {
    display: inline-block;
    line-height: 39px;
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 100px;
    width: 200px;
}

.new .content .left {
    width: 631px;
}

.new .content .right {
    width: 618px;
}

.new .sTitle .dl_2 {
    background-color: #072fa8;
    line-height: 98px;
}

.new .content .left .s2 {
    font-size: 23px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
    padding-top: 3px;
}

.new .content .left .s3 {
    padding: 10px 0;
    line-height: 200%;
    color: #888;
    text-align: justify;
}

.new .content .left .s1 {
}

.new .content .left .s1 img {
    vertical-align: middle;
}

.new .content .right {
}

.new .content .right dl {
    background-color: #fff;
    margin-bottom: 23px;
}

.new .content .right .sub_left {
    width: 113px;
    text-align: center;
}

.new .content .right .sub_right {
    width: 468px;
    padding-right: 13px;
    text-align: justify;
    border-left: 1px solid #ddd;
    padding-left: 22px;
}

.new .content .right .sub_left .s1 {
    font-size: 43px;
    font-weight: bold;
    color: #999;
}

.new .content .right .sub_left .s2 {
    padding-top: 8px;
    font-size: 17px;
}

.new .content .right .sub_right a {
    font-size: 20px;
}

.new .content .right .sub_right .txt {
    padding-top: 5px;
    font-size: 16px;
    color: #888;
    line-height: 160%;
}

.new .content .right dl:last-child {
    margin-bottom: 0;
}

.new .content .right .sub_right a:hover {
    color: #0b91b6;
}

.new .content .left .s2 a {
}

.new .content .left .s2 .sub_right {
    font-size: 17px;
    color: #888;
}

.new .content .left .s3 a {
    display: inline-block;
    border: 1px solid #ff9900;
    padding: 0 23px;
    border-radius: 50px;
    color: #ff9900;
    line-height: 27px;
    float: right;
    font-size: 15px;
}

.new .content .right .sub_right .ul_3 {
    line-height: 33px;
}

.new .content .right .sub_right .ul_3 .s_right {
    font-size: 16px;
    padding-left: 4%;
    background: url(/template/images/huo.png) no-repeat center left;
    background-size: 13px auto;
    color: #666;
}

.new .content .left .s2 .sub_left {
    padding-left: 5%;
    background: url(/template/images/huo.png) no-repeat center left;
    background-position-x: 1%;
    width: 78%;
}

.f_feedback {
}

.f_feedback input[type="text"], .f_feedback textarea {
    width: 95%;
    max-width: 81%;
    display: block;
    color: #666;
    font-family: "Microsoft YaHei";
    background: none;
    border: 0;
    padding-left: 19%;
    font-size: 0.7rem;
    line-height: 2.2rem;
}

.f_feedback input[type="text"] {
}

.f_feedback textarea {
    min-height: 3.8rem;
    padding-left: 9%;
    line-height: 160%;
    width: 100%;
    max-width: 90%;
    padding-top: 0.2rem;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    width: 100%;
    max-width: 48%;
    border: 0;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.6rem;
    height: 1.6rem;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.f_feedback .bt_1 {
    background: url(/template/images/wap_bt_5.png) no-repeat center top;
    background-size: 100% 100%;
}

.f_feedback .bt_2 {
    background: url(/template/images/wap_bt_1.png) no-repeat center top;
    background-size: 100% 100%;
    margin-right: 2%;
}

.f_feedback .left {
    display: none;
}

.f_feedback .right {
    padding-bottom: 1rem;
}

.f_feedback .ul_1 .right .sub_left {
    width: 390px;
}

.f_feedback .right .bt {
    text-align: center;
    padding-top: 0.2rem;
}

.f_feedback .right .one {
    font-weight: bold;
    text-indent: 10%;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    color: #0096a4;
    background: url(/template/images/wap_title3.png) no-repeat center bottom;
    background-size: 7rem auto;
    padding-bottom: 0.38rem;
    background-position-x: 39%;
    text-align: center;
}

.f_feedback .right .two {
    font-size: 0.6rem;
    padding-top: 0.4rem;
    color: #333;
    text-align: center;
    margin-bottom: 0.7rem;
}

.f_feedback .right .three {
}

.f_feedback .left .one {
    line-height: 34px;
    margin-bottom: 46px;
}

.f_feedback .left .tel {
    padding-left: 55px;
    line-height: 200%;
}

.f_feedback .left .tel .s1 {
    font-size: 20px;
    line-height: 22px;
}

.f_feedback .left .tel .s2 {
    font-size: 32px;
    color: #232323;
    font-weight: bold;
    color: #0096a4;
    padding-top: 3px;
}

.f_feedback .right .three dd {
    width: 50%;
    max-width: 50%;
    float: left;
}

.f_contact .l_1 .one .s_left {
}

.f_contact .l_1 .one .s_right {
    font-weight: bold;
    padding-top: 3px;
}

.f_contact .l_1 .one .s_right .s1 {
    font-size: 23px;
    color: #0096a4;
}

.f_contact .l_1 .one .s_right .s2 {
    font-size: 26px;
}

.f_contact .sTitle {
    font-size: 0.75rem;
    font-weight: bold;
    background: url(/template/images/wap_line9.jpg) no-repeat center left;
    line-height: 1.5rem;
    background-size: 0.15rem auto;
    padding-left: 0.5rem;
    margin-bottom: 0.2rem;
    color: #333;
}

.f_contact .l_4 .sTitle {
}

.f_contact .l_2 .s_left {
    width: 100px;
    padding-left: 15px;
}

.f_contact .l_2 .s_right {
    width: 150px;
}

.f_contact .l_2 .dl_3 {
}

.f_contact .l_2 .dl_3 a {
    display: block;
    line-height: 40px;
}

.f_contact .l_3 .dl_3 {
    font-size: 0.65rem;
}

.iFangAn {
    display: none;
}

.iFangAn .content {
    padding-top: 36px;
    position: relative;
}

.iFangAn .content .picBox {
    position: absolute;
    width: 100%;
    min-height: 586px;
}

.iFangAn .content .picBox a {
    display: block;
    width: 100%;
    min-height: 586px;
}

.iFangAn .content .line_2 {
    padding-top: 52px;
    position: relative;
    min-width: 1300px;
}

.iFangAn .content .line_2 .sub_left {
    width: 25%;
    text-align: right;
    background-color: rgba(0,27,30,0.4);
    font-size: 18px;
    font-weight: bold;
    min-width: 310px;
}

.iFangAn .content .line_2 .sub_right {
    width: 75%;
    min-width: 990px;
    position: relative;
    min-height: 534px;
}

.iFangAn .content .line_2 .sub_left a {
    display: block;
    min-height: 89px;
    color: #fff;
    margin-right: -30px;
    letter-spacing: 1px;
    /* line-height: 130%; */
}

.iFangAn .content .line_2 .sub_left a p {
    margin: 0;
    display: inline-block;
    width: 210px;
    padding: 0 50px;
    padding-right: 80px;
    vertical-align: middle;
}

.iFangAn .content .line_2 .sub_left a span {
    display: table-cell;
    border-bottom: 1px dotted #fff;
    height: 88px;
    vertical-align: middle;
    width: 210px;
    text-align: center;
    text-shadow: 1px 1px 2px #333;
}

.iFangAn .content .line_2 .sub_left a:hover {
    background: url(/template/images/faNav2.png) no-repeat center right;
}

.iFangAn .content .line_2 .sub_left a font {
    display: block;
    font-size: 16px;
    letter-spacing: 0;
}

.iFangAn .content .line_2 .sub_right .sTxt {
    width: 940px;
    position: absolute;
    bottom: 0;
    height: 87px;
    background-color: rgba(255,255,255,0.8);
    line-height: 87px;
    font-size: 16px;
    padding: 0 25px;
    border-top-right-radius: 280px;
}

.iFangAn .content .line_2 .sub_right .sTxt span {
    font-size: 18px;
    font-weight: bold;
    color: #0096a4;
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    background: url(/template/images/jt3.png) no-repeat center right;
    margin-right: 10px;
}

.in_pro .line_1 {
    background: url(/template/images/showBj.jpg) no-repeat center top;
    min-height: 608px;
}

.in_pro .line_1 .ul_3 {
    min-height: 608px;
}

.in_pro .line_1 .sub_left {
    padding-top: 103px;
}

.in_pro .line_1 .sub_right {
    padding-top: 103px;
    width: 439px;
}

.in_pro .line_1 .subTitle {
    font-size: 23px;
    line-height: 138%;
    padding-left: 83px;
    background: url(/template/images/st_01.png) no-repeat center left;
}

.in_pro .line_1 .subTitle .s1 {
    font-weight: bold;
}

.in_pro .line_1 .subTitle .s2 {
    color: #0096a4;
    font-weight: bold;
}

.in_pro .line_1 .subTitle .s3 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 138%;
    transform: scale(0.85);
    transform-origin: 0;
    white-space: nowrap;
}

.in_pro .line_1 .txt {
    padding-top: 26px;
    padding-left: 5px;
}

.in_pro .line_1 .sub_right .subTitle {
    background: url(/template/images/st_02.png) no-repeat center left;
}

.in_pro .line_1 .subTitle img {
    vertical-align: middle;
}

.in_pro .line_1 .txt dd {
    font-size: 17px;
    line-height: 50px;
    padding-left: 23px;
    background: url(/template/images/yuan2.png) no-repeat center left;
}

.in_pro .line_2 {
    padding-top: 0.8rem;
}

.typeNav .content .bigNav .bj {
    display: none;
}

.typeNav .content .smallNav a span {
    background: none !important;
    display: block;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.typeNav2 .content .box .twoNav {
    background: url(/template/images/wap_sj.png) no-repeat center;
    background-size: auto 0.38rem;
    background-color: #f7f7f7;
    line-height: 2rem;
    background-position-x: 97%;
    font-weight: bold;
    font-size: 0.75rem;
    clear: both;
    margin-bottom: 0.5rem;
}

.typeNav .content .twoNav .bj {
    display: none;
}

.typeNav2 .content .twoNav a {
    display: block;
    background: url(/template/images/wap_sd.png) no-repeat center left;
    background-size: auto 0.6rem;
    padding-left: 1rem;
    background-position-x: 2%;
    color: #333;
}

.typeNav2 .content .twoNav a span {
    background: none !important;
    padding: 0 !important;
}

.typeNav2 .content .threeNav {
    float: left;
    width: 50%;
    max-width: 48%;
    line-height: 2rem;
    margin-left: 1%;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.typeNav2 .content .threeNav a span {
}

.typeNav .content .threeNav a.currentNav, .typeNav .content .threeNav a:hover {
    border: 0.05rem solid #02b8ca;
    color: #02b8ca;
    font-weight: bold;
}

.typeNav2 .content .threeNav a span {
    display: block;
}

.typeNav .content .box {
}

.typeNav .content .box li {
}

.typeNav .content .threeNav.lastStyle {
    margin-bottom: 18px;
}

.typeNav .content .threeNav.threeNav_3 {
    margin-bottom: 13px;
}

.typeNav2 .content .ul_1 {
    border-bottom: 0;
    padding: 0;
}

.lContact .s1 {
    line-height: 45px;
    background-color: #0096a4;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    text-shadow: 1px 1px 2px #666;
}

.lContact .s2 {
    font-size: 33px;
    color: #0096a4;
    font-family: "Impact";
    line-height: 55px;
}

.typeNav2 .content {
    border: 0;
    padding-bottom: 0.5rem;
}

.typeNav2 .content .box2 {
    display: none;
}

.proShow .right .content .line_1 .sub_left img {
    cursor: pointer;
    background: #fff;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    height: 15rem;
}

.proShow .right .content .line_1 .sub_right .one {
    line-height: 160%;
    padding-bottom: 0.3rem;
    text-align: justify;
    background: url(/template/images/wap_boxBj.jpg) no-repeat;
    background-size: 100% 106%;
    padding: 0.8rem 7%;
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.proShow .right .content .line_1 .sub_right .two {
    margin-bottom: 0.5rem;
}

.proShow .right .content .line_1 .sub_right .two dd {
    float: left;
    text-align: center;
    width: 100%;
    max-width: 30.7%;
    margin-right: 1%;
    line-height: 1.3rem;
    padding: 0.1rem;
    border: 0.05rem solid #eee;
}

.proShow .right .content .line_1 .sub_right .two dd:last-child {
    margin: 0;
}

.proShow .right .content .line_1 .sub_right .two dd .txt {
}

.proShow .right .content .line_1 .sub_right .three {
    line-height: 1.2rem;
    color: #666;
    margin-bottom: 0.5rem;
}

.proShow .right .content .line_1 .sub_right .three .s_left {
    padding-left: 7%;
    background: url(/template/images/telIco.png) no-repeat center left;
    background-size: 0.9rem auto;
    float: left;
}

.proShow .right .content .line_1 .sub_right .three .s_right {
    float: right;
}

.proShow .right .content .line_1 .sub_right .three .s_left strong {
    font-size: 0.75rem;
    color: #25b2bd;
    vertical-align: top;
}

.proShow .right .content .line_1 .sub_right .three .s_right span {
    display: inline-block;
    background: url(/template/images/x5.png) no-repeat center left;
    background-size: auto 100%;
    height: 1rem;
    vertical-align: middle;
}

.proShow .right .content .line_1 .sub_right .four {
    text-align: center;
    margin-bottom: 1rem;
}

.proShow .right .content .line_1 .sub_right .four a {
    display: inline-block;
    width: 50%;
    max-width: 46%;
    line-height: 1.8rem;
    height: 1.8rem;
    margin-right: 2%;
    font-weight: bold;
    color: #fff;
    font-size: 0.75rem;
}

.proShow .right .content .line_1 .sub_right .four a:first-child {
    background: url(/template/images/wap_psBt_01.png) no-repeat center left;
    background-size: 100% 100%;
}

.proShow .right .content .line_1 .sub_right .four a:last-child {
    background: url(/template/images/wap_psBt_02.png) no-repeat center left;
    background-size: 100% 100%;
    margin: 0;
}

.proShow .right .content .line_3 {
    margin-bottom: 1rem;
}

.proShow .right .content .line_3 p {
    margin: 0 !important;
}

.proShow .right .content .line_3 table, .proShow .right .content .line_3 td {
    border: 0.05rem dotted #ccc !important;
    border-collapse: collapse !important;
}

.proShow .right .content .line_3 td {
    line-height: 1.5rem;
}

.proShow .right .content .line_3 td,.proShow .right .content .line_3 span,.proShow .right .content .line_3 p {
    font-size: 0.6rem !important;
}

.proShow .right .content .line_3 tr:first-child {
    background-color: #e9f7f8;
    color: #25b2bd !important;
    font-weight: bold !important;
}

.proShow .right .content .line_2 .wt {
    background: url(/template/images/wap_psBj.jpg) no-repeat center top;
    background-size: 110% auto;
    padding-top: 1.6rem;
    min-height: 10rem;
    margin-bottom: 1.5rem;
}

.proShow .right .content .line_2 .wt .txt_1 {
    font-size: 0.8rem;
    font-weight: bold;
    color: #0095a3;
    line-height: 1rem;
    margin-bottom: 0.8rem;
    padding-left: 23%;
}

.proShow .right .content .line_2 .wt .txt_2 {
    font-size: 0.55rem;
    text-align: center;
    text-indent: 1.5rem;
}

.proShow .right .content .line_2 .wt .txt_3 {
    padding: 0.5rem 2%;
    padding-top: 1.5rem;
    text-align: justify;
}

.proShow .right .content .line_2 .wt .txt_1 p {
    margin: 0;
    display: inline-block;
    padding-left: 0.5rem;
    background: url(/template/images/psT_01.png) no-repeat left bottom;
    background-size: 0.8rem auto;
}

.proShow .right .content .line_2 .wt .txt_1 span {
    display: inline-block;
    padding-right: 1.8rem;
    background: url(/template/images/psT_02.png) no-repeat right bottom;
    background-size: 1.8rem auto;
    padding-bottom: 0.3rem;
}

.proShow .right .content .line_2 .wt .txt_3 p {
    margin: 0 !important;
    background: url(/template/images/sd.png) no-repeat center left;
    background-size: 0.5rem auto;
    background-position-y: 0.35rem;
    padding: 0.1rem 0 !important;
    padding-left: 0.75rem !important;
}

.pro_shareTitle .s1 {
    background: url(/template/images/tBj_01.png) no-repeat center top;
    background-size: 100% auto;
    padding: 0.5rem 0;
    font-weight: bold;
    color: #0096a4;
    padding-bottom: 0.38rem;
    font-size: 0.9rem;
}

.pro_shareTitle .s1 p {
    margin: 0;
    display: inline-block;
    padding-left: 1rem;
    background: url(/template/images/sd2.png) no-repeat center left;
    background-size: 0.68rem auto;
}

.pro_shareTitle .s1 strong,.pro_shareTitle .s1 span {
    color: #333;
}

.pro_shareTitle .s2 {
    font-size: 0.6rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2rem;
    border: 0.05rem dotted #ccc;
    border-radius: 10rem;
    padding: 0 1rem;
}

.proShareBox .sTitle strong {
    color: #0096a4;
}

.proShareBox.r_2 {
}

.proShareBox.r_2 .pro_shareTitle {
    margin-bottom: 16px;
}

.proShareBox.r_2 .pro_shareTitle .s1 {
    background: url(/template/images/tBj_02.png) no-repeat center top;
}

.proShareBox.r_3 .pro_shareTitle {
}

.proShareBox.r_3 .pro_shareTitle .s1 {
    background: url(/template/images/tBj_03.png) no-repeat center top;
}

.proShareBox.r_1 {
}

.proShareBox.r_3 .pro_shareTxt {
}

.proShareBox.r_3 .pro_shareTxt td:first-child {
    padding-top: 13px;
}

.proShareBox.r_3 .pro_shareTxt td:first-child p {
    padding-left: 0.8rem !important;
    background: url(/template/images/sd2.png) no-repeat center left !important;
    background-size: 0.5rem auto !important;
    background-position-y: 0.65rem !important;
}

.proShareBox.r_4 .pro_shareTitle {
}

.proShareBox.r_4 .pro_shareTitle .s1 {
    background: url(/template/images/tBj_04.png) no-repeat center top;
}

.proShareBox.r_4 .pro_shareTxt p {
    padding-left: 0.8rem !important;
    background: url(/template/images/sd2.png) no-repeat center left;
    background-size: 0.5rem auto !important;
    background-position-y: 0.65rem !important;
}

.typeNav3 {
    margin-bottom: 1rem;
}

.typeNav3 .left_Title {
    background: url(/template/images/left_title3.jpg) no-repeat center top;
    height: 138px;
}

.typeNav3 .left_Title .s_1 {
    padding: 0;
    padding-top: 75px;
    text-align: center;
}

.typeNav3 .content .ul_1 {
}

.typeNav3 .content .smallNav a.currentNav, .typeNav3 .content .smallNav a:hover {
    color: #0096a4;
    font-weight: bold;
}

.typeNav3 .content .smallNav a:hover span, .typeNav3 .content .smallNav a.currentNav span {
    background: url(/template/images/typeNav3.png) no-repeat center left;
    background-position-x: 30px;
}

.typeNav3 .content {
    border-bottom: 0;
}

.lContact2 .one .cn {
    font-weight: bold;
    margin-right: 3px;
}

.lContact2 .one .en {
    font-size: 14px;
    text-transform: uppercase;
    color: #888;
    position: relative;
    top: 2px;
}

.lContact2 .one span {
}

.lContact2 .two .s1 {
}

.lContact2 .two .s1 img {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 8px;
}

.lContact2 .two .s2 {
    font-size: 16px;
}

.lContact2 .four {
    text-align: center;
    line-height: 32px;
    font-size: 16px;
}

.lContact2 .four a {
    display: inline-block;
    border: 1px solid #0096a4;
    padding: 0 26px;
    color: #0eabb7;
    font-weight: bold;
}

.lContact2 .four a:first-child {
    margin-right: 13px;
}

.newNav {
    position: relative;
    padding-top: 2.8rem;
}

.newNav .left_Title {
    display: block;
}

.newNav #newTab_1, .newNav #newTab_2 {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 50%;
    display: block;
    color: #fff;
    line-height: 2.5rem;
    background: url(/template/images/wap_faIco_01.png) no-repeat top center;
    height: 3rem;
    background-size: 100% 2.5rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
}

.newNav .content {
    padding-top: 0.3rem;
}

.newNav .content .newBox {
}

.newNav .content .smallNav {
    width: 100%;
    max-width: 50%;
    text-align: center;
}

.newNav .content .newBox li:last-child {
}

.newNav .content .newBox .smallNav a.currentNav, .newNav .content .newBox .smallNav a:hover {
    color: #0096a4;
    font-weight: bold;
}

.newNav .content .newBox .smallNav a.currentNav span, .newNav .content .newBox .smallNav a:hover span {
    background: url(/template/images/newNavH.png) no-repeat center left;
    background-position-x: 34px;
}

.newNav .content .fangAnBox .bigNav a span {
}

.newNav .content .ul_1 {
    border-bottom: 0;
    padding: 0;
    position: unset;
}

.newNav .content .fangAnBox {
    background: url(/template/images/yy3.png) no-repeat center bottom;
    padding-bottom: 0.8rem;
    background-size: 100% auto;
}

.newNav .content .fangAnBox .smallNav {
    line-height: 2.3rem;
}

.newNav .content .fangAnBox .smallNav a {
}

.newNav .content .fangAnBox .smallNav a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newNav .content .fangAnBox .smallNav a.currentNav, .newNav .content .fangAnBox .smallNav a:hover {
    color: #0096a4;
    font-weight: bold;
}

.newShareList {
}

.newShareList .item {
    margin-bottom: 0.3rem;
    padding: 0.2rem;
    width: 100%;
    max-width: 95%;
    border: 0.05rem dotted #ddd;
    border-radius: 0.3rem;
    margin: 0 1%;
}

.newShareList .item .sub_left {
    width: 100%;
    max-width: 39%;
    text-align: center;
    float: left;
}

.newShareList .item .sub_right {
    width: 100%;
    max-width: 57%;
    float: right;
}

.newShareList .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 4.8rem;
    border-radius: 0.3rem;
    border: 0.15rem solid #cbe9ff;
}

.newShareList .item .sub_right .one {
    font-weight: bold;
    font-size: 0.75rem;
}

.newShareList .item .sub_right .two a {
    color: #0b91b6;
    display: block;
}

.newShareList .item .sub_right .three {
    color: #666;
    font-size: 0.55rem;
    line-height: 150%;
    text-align: right;
}

.newShareList .item .sub_right .three a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 0 0.5rem;
    border-radius: 0.3rem;
    line-height: 1.2rem;
}

.newShareList .item .sub_right .four {
    text-align: right;
}

.newShareList .item .sub_right .four a {
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.newShareList .item .sub_right .four a:nth-child(1) {
}

.newShareList .item .sub_right .two {
    color: #999;
    font-size: 0.55rem;
    padding: 0.18rem 0;
    padding-top: 0.1rem;
}

.newShareList .item .sub_right .four a img {
    vertical-align: middle;
}

.newShareList .newItemBox {
    margin-bottom: 0.3rem;
}

.newShareList .item .sub_right .one a {
}

.in_fangAn {
    padding-bottom: 80px;
}

.in_fangAn .line_1 {
    background: url(/template/images/fangAnBj.jpg) no-repeat center top;
    min-height: 524px;
    padding-top: 88px;
    font-size: 17px;
}

.in_fangAn .line_1 .sTitle {
    text-align: center;
}

.in_fangAn .line_1 .sTitle .s1 {
    font-size: 31px;
    font-weight: bold;
    text-indent: 38px;
    padding-bottom: 17px;
    letter-spacing: 1px;
}

.in_fangAn .line_1 .sTitle .s2 {
}

.in_fangAn .line_1 .sTitle .s1 span {
    color: #0096a4;
}

.in_fangAn .line_2 {
}

.in_fangAn .line_2 .item {
    float: left;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    margin-right: 24px;
    width: 407px;
    border: 5px solid #ecfafb;
    margin-bottom: 28px;
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 1px 2px 8px #e0e0e0;
}

.in_fangAn .line_2 .item img {
    vertical-align: middle;
}

.in_fangAn .line_2 .item .txt {
    position: absolute;
    top: 179px;
    background-color: rgba(255,255,255,0.93);
    padding: 15px 20px;
    min-height: 97px;
}

.in_fangAn .line_2 .item .txt .s1 {
    font-size: 20px;
    font-weight: bold;
}

.in_fangAn .line_2 .item .txt .s1 a {
}

.in_fangAn .line_2 .item .txt .s2 {
    padding-top: 10px;
    font-size: 16px;
    line-height: 190%;
    text-align: justify;
}

.in_fangAn .line_2 .item .txt .s2 a {
    display: inline-block;
    float: right;
    color: #0096a4;
    border: 1px solid #0096a4;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px;
}

.in_fangAn .line_1 .sContent {
    padding-top: 78px;
    line-height: 180%;
}

.in_fangAn .line_1 .sContent .sub_left {
    padding-left: 53px;
}

.in_fangAn .line_1 .sContent .sub_right {
    padding-right: 36px;
}

.in_fangAn .line_1 .sContent span {
    font-weight: bold;
}

.in_fangAn .line_1 .sContent .s1 {
    min-height: 63px;
    margin-bottom: 68px;
}

.in_fangAn .line_1 .sContent .sub_right .s2 {
    padding-top: 15px;
}

.in_fangAn .line_2 dd:nth-child(3),.in_fangAn .line_2 dd:nth-child(6),.in_fangAn .line_2 dd:nth-child(9),.in_fangAn .line_2 dd:nth-child(12),.in_fangAn .line_2 dd:nth-child(15),.in_fangAn .line_2 dd:nth-child(18),.in_fangAn .line_2 dd:nth-child(21),.in_fangAn .line_2 dd:nth-child(24),.in_fangAn .line_2 dd:nth-child(27),.in_fangAn .line_2 dd:nth-child(30) {
    margin-right: 0;
}

.in_fangAn .line_2 .item .txt .s1 a:hover {
    color: #0096a4;
}

.newNav .content .fangAnBox .bj {
    display: none;
}

.newNav .content .newBox .bigNav span {
    background: url(/template/images/wap_faTypeIco_02.png) no-repeat left bottom;
    background-size: auto 0.9rem;
    padding-top: 0.25rem;
    padding-left: 1.1rem;
}

.newNav .content .newBox .bigNav a {
    vertical-align: top;
    padding: 0;
}

.share_xg .xgProBox dd:last-child {
    margin-right: 0;
}

.in_about .part_1 .l_2 .s1 {
}

.in_about .part_1 .l_2 .s1 img {
    vertical-align: middle;
}

.in_about .part_1 .l_2 .s2 {
    padding-top: 15px;
}

.in_about .part_2 {
    margin-bottom: 0.5rem;
    background: url(/template/images/wap_about_01.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 9.3rem;
}

.in_about .part_2 .box {
}

.in_about .part_2 .box .sTitle {
    text-align: center;
    position: relative;
    background: url(/template/images/wap_aboutTitle2.png) no-repeat center top;
    background-size: 36% auto;
    padding-top: 0.6rem;
    font-size: 1rem;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 0.25rem;
}

.in_about .part_2 .box .sTxt {
    padding: 0.5rem 0;
    background: url(/template/images/wap_about_03.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 1rem;
}

.in_about .part_2 .box .sTxt .inBox p {
    margin: 0 !important;
    padding: 3px 0 !important;
}

.in_about .part_2 .box .sTxt .inBox, .in_about .part_2 .box .sTxt .inBox p,.in_about .part_2 .box .sTxt .inBox span {
    font-size: 0.7rem !important;
    color: #3d3d3d !important;
    line-height: 190% !important;
}

.in_about .part_2 .box .sTitle span {
    color: #0096a4;
}

.in_about .part_3 {
}

.in_about .part_3 .sContent {
    padding-top: 0.5rem;
}

.menunavbtn {
    width: 100%;
    max-width: 9%;
    position: absolute;
    right: 2%;
    top: 0.3rem;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    color: #0c70bb;
    font-size: 0.8rem;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.t_nav li:nth-child(1) {
    background: url(/template/images/wap_nav_1.png) no-repeat center left !important;
    background-size: 0.7rem auto !important;
    background-position-x: 0.15rem !important;
}

.t_nav a:hover {
    color: #0096a4 !important;
}

.t_search .right .searchInput {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 96%;
}

.c-bannerBox {
    order: 3;
}

.navBox {
    padding-top: 0.7rem;
}

.navBox li {
    float: left;
    text-align: center;
    width: 35%;
    max-width: 33%;
    border-right: 0.05rem dashed #ddd;
    margin-bottom: 0.7rem;
}

.navBox li a {
    float: left;
    width: 100%;
    max-width: 100%;
    line-height: 130%;
    color: #082147;
    padding-top: 2.3rem;
    font-size: 0.65rem;
    padding-bottom: 0;
}

.navBox li a span {
    display: block;
}

.navBox li a .cn {
    font-weight: bold;
    padding-bottom: 0.2rem;
}

.navBox li a .en {
    font-size: 0.41rem;
    text-transform: uppercase;
    line-height: 110%;
}

.navBox li:nth-child(1) a {
    background: url(/template/images/wap_nav_01.png) no-repeat center top;
    background-size: auto 2rem;
}

.navBox li:nth-child(2) {
    display: none;
}

.navBox li:nth-child(3) {
    display: none;
}

.navBox li:nth-child(4) {
    display: none;
}

.navBox li:nth-child(5) a {
    background: url(/template/images/wap_nav_02.png) no-repeat center top;
    background-size: auto 2rem;
}

.navBox li:nth-child(6) a {
    background: url(/template/images/wap_nav_03.png) no-repeat center top;
    background-size: auto 2rem;
}

.navBox li:nth-child(7) a {
    background: url(/template/images/wap_nav_04.png) no-repeat center top;
    background-size: auto 2rem;
}

.navBox li:nth-child(8) a {
    background: url(/template/images/wap_nav_05.png) no-repeat center top;
    background-size: auto 2rem;
}

.navBox li:nth-child(9) a {
    background: url(/template/images/wap_nav_06.png) no-repeat center top;
    background-size: auto 2rem;
}

.iPro .content .line_2 #Tab_1,.iPro .content .line_2 #Tab_2,.iPro .content .line_2 #Tab_3 {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 33%;
    display: block;
    color: #fff;
    line-height: 2.5rem;
    background: url(/template/images/wap_typeIco_01.jpg) no-repeat center;
    font-size: 0.62rem;
    min-height: 2.5rem;
    background-size: 100% 100%;
}

.iPro .content .line_2 #Tab_1 {
}

.iPro .content .line_2 #Tab_2 {
    left: 33.5%;
}

.iPro .content .line_2 #Tab_3 {
    right: 0;
}

.iPro .content .line_2 .sub_left a span {
    display: inline-block;
    font-weight: bold;
    padding-left: 0.75rem;
}

.iPro .content .line_2 #Tab_1 span {
    background: url(/template/images/wap_proIco_01.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.iPro .content .line_2 #Tab_2 span {
    background: url(/template/images/wap_proIco_02.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.iPro .content .line_2 #Tab_3 span {
    background: url(/template/images/wap_proIco_03.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.iPro .content .line_2 .sub_left a.cur {
    background: url(/template/images/wap_typeIcoH_01.jpg) center center !important;
    background-size: 100% 100% !important;
}

.iPro .content .line_2 li.sub_right .subBox {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    max-width: 96%;
    margin: 0 1%;
    border-radius: 0.5rem;
    padding: 0 1%;
    background-color: #fff;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.iPro .content .line_2 li.sub_right .jt {
    height: 0.6rem;
    background: url(/template/images/wap_jt2.png) no-repeat;
    background-size: auto 100%;
    margin-bottom: -0.3rem;
    position: relative;
    background-position-x: 9%;
}

.iPro .content .line_2 .box_2 .sub_right .jt {
    background-position-x: 50% !important;
}

.iPro .content .line_2 .box_3 .sub_right .jt {
    background-position-x: 87%;
}

.yangPin {
    position: relative;
}

.yangPin .bigPic {
}

.yangPin .tel {
    position: absolute;
    top: 8.3rem;
    font-weight: bold;
    font-size: 0.8rem;
    left: 48%;
    color: #0096a4;
}

.f_feedback .right form {
    display: block;
    max-width: 95%;
    margin-left: 2.5%;
    background: url(/template/images/wap_liuYan.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 6rem;
    margin-bottom: 0.3rem;
}

.foot {
    background: url(/template/images/wap_callBj.jpg) no-repeat center top;
    background-size: 100% auto;
}

.f_contact .l_3 .dl_3 dd {
    line-height: 1.5rem;
}

.f_contact .l_3 .dl_3 .s1 {
    background: url(/template/images/wap_callIco_01.png) no-repeat center left;
    background-size: 0.6rem auto;
    padding-left: 0.9rem;
}

.f_contact .l_3 .dl_3 .s2 {
    background: url(/template/images/wap_callIco_02.png) no-repeat center left;
    background-size: 0.6rem auto;
    padding-left: 0.9rem;
}

.f_contact .l_3 .dl_3 .s3 {
    background: url(/template/images/wap_callIco_03.png) no-repeat center left;
    background-size: 0.6rem auto;
    padding-left: 0.9rem;
}

.f_contact .l_3 .dl_3 .s4 {
    background: url(/template/images/wap_callIco_04.png) no-repeat center left;
    background-size: 0.6rem auto;
    padding-left: 0.9rem;
}

.f_contact .ul_1 {
    width: 95%;
    max-width: 95%;
    font-size: 0.7rem;
    line-height: 1.2rem;
    margin-left: 2.5%;
}

.f_contact .l_4 .s1 {
    margin: 0 auto;
    width: 90%;
    max-width: 90%;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 50;
}

.keFu .kfBox a {
    width: 33%;
    max-width: 24.5%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    font-size: 0.6rem;
    text-align: center;
    padding-top: 0.5rem;
    color: #000;
}

/*
.keFu a:hover {
  background: #ffa030;
}
*/
.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.35rem;
}

.keFu .kfBox {
    background: url(/template/images/wap_foot.jpg) no-repeat center top;
    background-size: 100% 100%;
    min-height: 3.5rem;
}

.keFu .goTop {
    text-align: center;
    margin-bottom: -0.5rem;
    z-index: 100;
    position: relative;
}

.keFu .goTop a {
    bottom: 10rem;
    width: 5.5rem;
    height: 2.3rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    display: inline-block;
    vertical-align: middle;
}

.keFu .kfBox a span {
    display: block;
}

.keFu .kfBox a .en {
    text-transform: uppercase;
    font-size: 0.39rem;
    line-height: 160%;
}

.keFu .kfBox a .cn {
    font-weight: bold;
    padding: 0.1rem 0;
    padding-bottom: 0;
}

.iPro .content .line_3 {
    padding-top: 0.3rem;
}

.inBody .top {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 1px 5px #ccc;
    margin-bottom: 1.2rem;
    position: relative;
}

.inBody {
}

.in_pro .line_1 {
    display: none;
}

.typeNav .content .bigNav#Tab_1 a {
    background: url(/template/images/wap_proIco_01.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav .content .bigNav#Tab_2 a {
    background: url(/template/images/wap_proIco_02.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav .content .bigNav#Tab_3 a {
    background: url(/template/images/wap_proIco_03.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav .content #Tab_1 {
}

.typeNav .content #Tab_2 {
    left: 33.5%;
}

.typeNav .content #Tab_3 {
    right: 0;
}

.typeNav .content .subBox {
    background: url(/template/images/yy3.png) no-repeat center bottom;
    padding-bottom: 0.8rem;
    background-size: 100% auto;
    width: 100%;
    max-width: 100%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.typeNav .content .subBox .jt {
    height: 0.6rem;
    background: url(/template/images/wap_jt2.png) no-repeat;
    background-size: auto 100%;
    margin-bottom: -0.3rem;
    position: relative;
    background-position-x: 9%;
}

.typeNav .content .subBox .sBox {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    max-width: 96%;
    margin: 0 1%;
    border-radius: 0.5rem;
    padding: 0 1%;
    background-color: #fff;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.typeNav .content #Box_2 .jt {
    background-position-x: 50% !important;
}

.typeNav .content #Box_3 .jt {
    background-position-x: 87% !important;
}

.typeNav .content .bigNav.cur {
    background: url(/template/images/wap_typeIcoH_01.jpg) center center !important;
    background-size: 100% 100% !important;
}

.showTitle {
    line-height: 2rem;
    font-size: 0.75rem;
    background: url(/template/images/wap_showBj.jpg) no-repeat;
    background-size: 100% 100%;
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .dl_2 .sub_left {
    background: url(/template/images/wap_sd3.png) no-repeat center left;
    background-size: 0.55rem auto;
    padding-left: 0.8rem;
    margin-left: 2%;
    color: #0b91b6;
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
}

.showTitle .dl_2 .sub_right {
    /* padding-right: 2%; */
    float: right;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    border-radius: 0.3rem;
    color: #fff;
    background: url(/wap/images/showIco_02.png) no-repeat center right;
    background-size: 0.6rem auto;
    font-size: 0.6rem;
}

.showTitle dl {
    vertical-align: top;
}

.proShow .right .content .line_2 .wt .txt_3,.proShow .right .content .line_2 .wt .txt_3 p,.proShow .right .content .line_2 .wt .txt_3 span {
    line-height: 180% !important;
    font-size: 0.65rem !important;
}

.proShareBox.r_3 td {
    display: block;
}

/*===== 上下一篇 =====*/
.prevpage, .nextpage {
    display: block;
    width: 100%;
    margin: 0.3rem 0;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8rem;
    font-size: 0.65rem;
    border-radius: 0.3rem;
    background-color: #f4fafb;
    max-width: 100%;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.prevpage a, .nextpage a {
    color: #333;
    font-weight: normal;
    width: 100%;
    max-width: 79%;
    float: left;
}

.prevpage span, .nextpage span {
    padding-left: 2%;
}

.prevpage:hover a, .nextpage:hover a {
    color: #0b91b6;
}

.prevpage span, .nextpage span {
    display: inline-block;
    float: left;
}

.proShareBox.r_3 td img {
    margin: 0 auto;
    display: block;
}

.typeNav2 {
}

.typeNav2 .content .threeNav a {
    display: block;
    padding-left: 0.9rem;
    background: url(/template/images/wap_sd2.png) no-repeat center left;
    background-size: auto 0.5rem;
    background-position-x: 4%;
    border-radius: 0.3rem;
    border: 0.05rem solid #eee;
}

.in_new .shareTitle .one {
    font-size: 0.6rem;
    background: url(/template/images/wap_title5.png) no-repeat center;
    background-size: 95% auto;
    padding-bottom: 0.1rem;
}

.newNav #newTab_1 {
    left: 0;
}

.newNav #newTab_2 {
    right: 0;
}

.newNav #newTab_1 span {
    background: url(/template/images/wap_faTypeIco_01.png) no-repeat left bottom;
    background-size: auto 0.9rem;
    padding-top: 0.25rem;
    padding-left: 0.9rem;
    padding-bottom: 0.05rem;
}

.newNav #newTab_1.cur,.newNav #newTab_2.cur {
    background: url(/template/images/wap_faIco_02.png) no-repeat center top !important;
    background-size: 100% 2.7rem !important;
}

.newNav #newBox_1 {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    max-width: 95%;
    border-radius: 0.5rem;
    padding: 0 1.5%;
    background-color: #fff;
    vertical-align: middle;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1%;
}

.newNav #newBox_2 {
    width: 100%;
    max-width: 100%;
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    max-width: 95%;
    border-radius: 0.5rem;
    padding: 0 1.5%;
    background-color: #fff;
    vertical-align: middle;
    clear: both;
    margin-left: 1%;
}

.newNav .content .smallNav a {
    font-size: 0.65rem;
    background: none;
    padding: 0;
}

.newShareList .item .sub_right .two dd {
    display: none;
}

.newShareList .item .sub_right .two dd:nth-child(3),.newShareList .item .sub_right .two dd:nth-child(4) {
    display: inline-block;
}

.newShareList .item .sub_right .two dd:nth-child(3) {
}

.newShareList .item .sub_right .three span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
    text-align: justify;
}

.newShareList .item .sub_right .three .bt_1 {
    background-color: #0096a4;
}

.newShareList .item .sub_right .three .bt_2 {
    background-color: #ff9300;
}

.newShareList .item .sub_right .three a font {
    display: none;
}

.newNav #newTab_2 a span {
    background: url(/template/images/wap_faTypeIco_02.png) no-repeat left bottom;
    background-size: auto 0.9rem;
    padding-top: 0.25rem;
    padding-left: 1.1rem;
}

.newNav .content .bigNav a {
    padding: 0;
}

.newNav2 .content .newBox {
    background: url(/template/images/yy3.png) no-repeat center bottom;
    padding-bottom: 0.8rem;
    background-size: 100% auto;
}

.newNav2 .content .fangAnBox {
    background: none;
    padding: 0;
}

.newShow .showTitle .dl_2 .sub_left {
    background: url(/template/images/wap_faIco_3.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1rem;
}

.newShow .right .newBox .line_2 .two dd {
    display: inline-block;
}

.newShow .right .newBox .line_2 .two dd:nth-child(2),.newShow .right .newBox .line_2 .two dd:nth-child(4) {
    display: none;
}

.newShow .right .newBox .line_2 .two dd:nth-child(1) {
    margin-right: 8%;
}

.prev_next .sub_left span {
    display: inline-block;
    vertical-align: middle;
}

.typeNav3 .content .type_2 {
    left: 33.5%;
}

.typeNav3 .content .type_3 {
    right: 0;
}

.typeNav3 .content .topTypeNav {
}

.typeNav3 .content .type_1 a {
    background: url(/template/images/wap_proIco_01.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_2 a {
    background: url(/template/images/wap_proIco_02.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_3 a {
    background: url(/template/images/wap_proIco_03.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .subTypeBox {
}

.typeNav3 .content .subTypeBox .sBox {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    max-width: 95%;
    border-radius: 0.5rem;
    padding: 0 1.5%;
    background-color: #fff;
    vertical-align: middle;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1%;
}

.typeNav3 .content .subTypeBox .jt {
    height: 0.6rem;
    background: url(/template/images/wap_jt2.png) no-repeat;
    background-size: auto 100%;
    margin-bottom: -0.3rem;
    position: relative;
    background-position-x: 50%;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
    text-align: justify;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody {
}

.aboutBody {
}

.aboutBody .top {
    margin: 0;
}

.in_about .part_1 .shareTitle {
    background: url(/template/images/wap_aboutTitle.png) no-repeat center top;
    background-size: 36% auto;
    padding-top: 0.6rem;
}

.in_about .part_1 .l_1 .dl_3 {
    font-size: 0.6rem;
    line-height: 160%;
}

.in_about .part_1 .l_1 dd {
    background: url(/template/images/wap_aboutIco_01.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.35rem;
    padding: 0.2rem 0;
    padding-left: 1rem;
}

.in_about .part_1 .l_1 dd:nth-child(2) {
    background: url(/template/images/wap_aboutIco_02.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.35rem;
}

.in_about .part_1 .l_1 dd:nth-child(3) {
    background: url(/template/images/wap_aboutIco_03.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.35rem;
}

.in_about .part_1 .l_1 dd:nth-child(4) {
    background: url(/template/images/wap_aboutIco_04.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.35rem;
}

.in_about .part_1 .l_1 dd:nth-child(5) {
    background: url(/template/images/wap_aboutIco_05.png) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.35rem;
}

.in_about .part_2 .box .sTitle font {
    display: inline-block;
    padding-left: 1.2rem;
    background: url(/template/images/wap_aboutIco.png) no-repeat center left;
    background-size: 1rem auto;
}

.in_about .part_2 .box .sTxt .inBox {
    background: url(/template/images/wap_about_02.jpg) repeat-y center bottom;
    background-size: 100% auto;
    padding: 0 5%;
    text-align: justify;
}

.in_about .part_3 .shareTitle {
    background: url(/template/images/wap_aboutTitle3.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 0.6rem;
}

.in_about .part_3 .shareTitle .cn {
    font-size: 0.8rem;
}

.in_about .part_3 .shareTitle .cn font {
    display: inline-block;
    padding-left: 1.2rem;
    background: url(/template/images/wap_aboutIco.png) no-repeat center left;
    background-size: 1rem auto;
}

.in_about .part_3 .aboutScroll {
}

.in_about .part_3 .aboutScroll .picList {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.in_about .part_3 .aboutScroll .picList li {
    float: left;
    width: 100%;
    max-width: 48%;
    text-align: center;
    margin-left: 1.3%;
    margin-bottom: 0.5rem;
    line-height: 200%;
}

.in_about .part_3 .aboutScroll .picList li:nth-child(7),.in_about .part_3 .aboutScroll .picList li:nth-child(8),.in_about .part_3 .aboutScroll .picList li:nth-child(9) {
    display: none;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.jhList {
}

.jhList .left {
    padding-bottom: 0.5rem;
}

.jhList .right {
}

.jhlistBox {
    padding-top: 0.6rem;
}

.jhlistBox .item {
    width: 100%;
    max-width: 96%;
    margin-left: 1%;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.jhlistBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.jhlistBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.jhlistBox .item .sub_right .one {
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
}

.jhlistBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.jhlistBox .item .sub_right .one a {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: block;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    display: inline-block;
    width: 100%;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 2.3rem;
    text-align: center;
    width: 50%;
    border-bottom: 0.05rem dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.jhBody .showTitle .dl_2 .sub_right a {
    padding-right: 1rem;
    background: url(/template/images/wap_ico8.png) no-repeat center right;
    background-size: 0.6rem auto;
    background-position-x: 3.2rem;
}

.jhBody {
}
