@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #036c68;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(0, 170, 148)), to(rgb(0, 56, 65)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

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;
    border: 0.05rem solid #ccc;
}

.pageNumber span,.pageNumber a:hover {
    border: 0.05rem solid #065f65;
    color: #fff;
    background: #065f65;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: right;
    width: 86%;
    line-height: 1.6rem;
    min-height: 1.6rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    text-indent: 0.3rem;
    border-radius: 3rem;
}

.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: 10%;
    height: 1.6rem;
    margin-left: 2%;
    min-height: 1.6rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/wap_search_bt.png) no-repeat center;
    background-size: auto 1rem;
    line-height: 1.6rem;
    border-radius: 3rem;
}

.in_banner {
    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 {
    display: none;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg") no-repeat center top;
    min-height: 2556px;
}

.in_bj {
    background: url("/template/images/in_bj.jpg") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.banner_baoZhang {
    background: url("/template/images/banner_baoZhang.jpg") no-repeat center bottom;
}

.banner_gongYing {
    background: url("/template/images/banner_gongying.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
}

.inBody .foot {
    background: url(/template/images/inBj5.jpg) no-repeat center top;
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.Remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff, #1193f9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff, #1193f9);
    /* Standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background: url("/template/images/bj_9.png") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/template/images/hot.png) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 28px;
}

.x2 {
    width: 54px;
}

.x3 {
    width: 80px;
}

.x4 {
    width: 106px;
}

.x5 {
    width: 131px;
}

.noGet {
    background: url(/template/images/no_bj.jpg) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.siteMap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background: url(/template/images/bj_15.jpg) no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background: url(/template/images/bot_7.png) no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(/template/images/about2.jpg) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca, #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca, #03b0aa);
    /* Standard syntax */
}

.shareTitle5 {
    background: url(/template/images/t5.png) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0c70bb;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png) no-repeat center top;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.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;
}

.f_nav {
    font-size: 18px;
    border-top: 1px solid #eee;
}

.f_nav li {
    float: left;
}

.f_nav li.logo_li {
    width: 210px;
    min-height: 30px;
    border: 0;
}

.f_nav li a {
    display: block;
    width: 132px;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 70px;
}

.f_nav li.last a {
    background: none;
}

.f_nav li a:hover {
    font-weight: bold;
    color: #0076c0;
}

.typeNav_2 .content {
    background: #fff;
    border: 1px dotted #0869bc;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0;
}

.typeNav_2 .content .ul_8 {
    width: 100%;
}

.typeNav_2 .content a {
    display: block;
}

.typeNav_2 .content .bigNav {
    background: url(/template/images/left_bigNav.png) no-repeat center;
    padding: 10px 0;
}

.typeNav_2.leftNew .content .bigNav {
    background: url(/template/images/left_bigNav2.png) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/template/images/left_bigNav3.png) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.typeNav_2 .content .bigNav a {
    font-size: 17px;
    color: #fff;
    line-height: 47px;
    display: block;
    font-weight: bold;
    text-indent: 77px;
}

.typeNav_2 .left_call {
    border-bottom: 15px solid #000;
}

.typeNav_2 .left_call .two {
    font-size: 17px;
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 5px solid #e95412;
}

.typeNav_2 .left_call .two, .typeNav_2 .left_call .two p, .typeNav_2 .left_call .two span {
    font-size: 17px !important;
    color: #333 !important;
    line-height: 200% !important;
}

.typeNav_2.leftNew .content .bigNav a {
    color: #1e1e1e;
    text-indent: 83px;
    text-align: left;
    font-weight: normal;
}

.typeNav_2 .content .smallNav {
    background: url(/template/images/line_6.png) no-repeat center bottom;
    padding: 10px 0;
}

.typeNav_2 .content .smallNav a {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 43px;
    text-indent: 61px;
    display: block;
    background: url(/template/images/smallNav.png) no-repeat center;
}

.typeNav_2 .content .smallNav a:hover {
    color: #0869bc;
    background: url(/template/images/smallNavH.png) no-repeat center;
}

.typeNav_2 .content .smallNav.last {
    background: none;
}

.typeNav_2 .content .smallNav.last a {
    color: #0869bc;
}

.typeNav_2 .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav_2 .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.top {
}

.t_bigBox {
}

/* Star daoHang */
.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png) no-repeat center top;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.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;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

.in_new {
    padding: 1rem 0;
    padding-top: 1.3rem;
}

.in_new .left {
    width: 229px;
}

.in_new .right {
    width: 920px;
}

.in_new .center .ul_1.clear .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

/*.newShareList .item {
    padding-bottom: 10px;
    margin-bottom: 22px;
    background: url(/template/images/item.png) no-repeat center bottom;
}

.newShareList .L2_UL {
    padding: 13px;
    border: 1px solid #e5e5e5;
    width: 810px;
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 300px;
}


.newShareList .L2_UL .sub_left img {
    display: block;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 485px;
    padding-bottom: 0;
    padding-top: 8px;
}


.newShareList .L2_UL .sub_right .one {






    line-height: 28px;
    padding: 5px 0;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    padding-top: 5px;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    padding-top: 17px;
    font-size: 13px;
    color: #666;
    line-height: 29px;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three a {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 29px;
    background: #434343;
    width: 79px;
    text-align: center;
    border-radius: 3px;
}

*/
.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/l_2.png) no-repeat center top;
    background-color: rgba(191, 1, 5, 0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg) no-repeat center bottom;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.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;
}

.t_box {
}

.t_logo {
    min-height: 1.5rem;
    padding-top: 1.2rem;
    padding-bottom: 0.2rem;
}

.t_logo .ul_1 {
    width: 98%;
    min-width: 98%;
    min-height: 1.8rem;
    margin-left: 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 .txt {
    width: 61%;
    max-width: 52%;
    padding-right: 10%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    font-weight: bold;
    min-height: 2rem;
    float: right;
}

.t_logo .ul_1 .left .logoPic {
    width: 33%;
    max-width: 33%;
    padding-left: 2%;
}

.t_logo .ul_1 .left .txt.inline .one, .t_logo .ul_1 .left .txt.inline .one h1, .t_logo .ul_1 .left .txt.inline .one h2 {
    font-size: 28px;
    color: #000;
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 0.8rem;
    color: #000;
    padding-top: 0.35rem;
    padding-bottom: 0.2rem;
}

.t_logo .ul_1 .left .txt.inline .one h1, .t_logo .ul_1 .left .txt.inline .one h2 {
    font-size: 0.8rem;
    padding: 0;
    margin: 0;
    display: inline;
}

.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 .two {
    display: block;
    font-weight: bold;
    font-size: 0.73rem;
    letter-spacing: 0.03rem;
    background-position-x: 0.15rem;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_logo .ul_1 .right .sub_right {
    width: 213px;
}

.t_search {
    width: 100%;
    max-width: 98%;
    text-align: center;
    padding: 0.8rem 0;
    padding-top: 0.5rem;
    margin-left: 1%;
}

.t_search .t_searchUL {
    border-radius: 3rem;
    padding: 0.2rem 2%;
    max-width: 95%;
    text-align: left;
    background: #fff;
    -moz-box-shadow: inset 0px -1px 5px #ddd;
    -webkit-box-shadow: inset 0px -1px 5px #ddd;
    box-shadow: inset 0px -1px 5px #ddd;
    border: 0;
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #000;
}

.t_search .t_searchUL .left span {
    color: #d4302b;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.borderJB2 {
    color: #23b7cb;
    background: #fff;
    border: 0.05rem transparent solid;
    position: relative;
    border-radius: 10rem;
}

.borderJB2:after {
    content: '';
    position: absolute;
    top: -0.05rem;
    bottom: -0.05rem;
    left: -0.05rem;
    right: -0.05rem;
    background: linear-gradient(180deg,#e0bc7f, #9f6e4b);
    z-index: -1;
    border-radius: 10rem;
}

.t_search .t_searchUL .right img {
    vertical-align: middle;
}

.t_search .t_searchUL .right a {
    color: #666;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 30px;
    display: inline;
}

.wenTi {
    background: url(/template/images/bj2.jpg) no-repeat center top;
    background-position-y: 86px;
    padding-top: 167px;
    padding-bottom: 125px;
}

.wenTi .title .one {
    color: #303030;
    font-size: 27px;
    font-weight: bold;
    padding-left: 5px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 180%;
}

.wenTi .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.wenTi .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.wenTi .title .two a {
    position: relative;
    top: 6px;
}

.wenTi .content {
    padding-top: 40px;
}

.wenTi .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.wenTi .content .one p {
    margin: 0;
    position: absolute;
}

.wenTi .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.wenTi .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.wenTi .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.wenTi .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.wenTi .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.wenTi .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.wenTi .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.wenTi .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.wenTi .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.wenTi .content .two .s2 span {
    font-weight: bold;
}

.shareRightSmallNav {
    padding-top: 26px;
}

.shareRightSmallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.shareRightSmallNav .ul_1 li {
    width: 19.2%;
    text-align: center;
    float: left;
    line-height: 45px;
    background: #f4f4f5;
    margin-right: 1%;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 15px;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #035cbf;
    background: #e8f7ff;
    font-weight: bold;
}

.shareRightTitle {
}

.shareRightTitle .sub_left {
    padding-left: 13px;
}

.shareRightTitle .sub_right {
    font-size: 14px;
    padding-top: 4px;
}

.shareRightTitle .sub_right a {
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/goBack2.png) no-repeat center left;
}

.shareRightTitle .dl_2 {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 12px;
}

.shareRightTitle .txt_1 {
    font-size: 17px;
    color: #181819;
    margin: 0;
    padding: 0;
    font-weight: normal;
    border-left: 3px solid #cc070c;
    padding-left: 6px;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.shareRightSmallNav .ul_1 li:nth-child(5), .shareRightSmallNav .ul_1 li:nth-child(10), .shareRightSmallNav .ul_1 li:nth-child(15), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(25), .shareRightSmallNav .ul_1 li:nth-child(30) {
    margin-right: 0;
}

.xgBox {
    display: none;
}

.xgBox .title {
    font-size: 0.7rem;
    padding-left: 1.1rem;
    background: url(/template/images/proNav.png) no-repeat center left;
    line-height: 1.8rem;
    background-size: 0.8rem auto;
    color: #000;
    font-weight: bold;
    max-width: 91%;
}

.xgBox .title .sub_left {
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding: 5px 0;
}

.xgNew li {
    margin-right: 6%;
    float: left;
    text-align: center;
    width: 47%;
    font-size: 16px;
    padding: 6px 0;
    color: #888;
}

.xgNew li:nth-child(2), .xgNew li:nth-child(4) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #0261c3;
}

.xgNew li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgNew li .s4 {
    padding-top: 8px;
}

.xgNew li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgNew li .s2 a:hover {
    color: #0059b4;
}

.xgNew li .s2 .sub_left {
    width: 70%;
}

.proShareBox {
    padding: 0.8rem 0;
}

.proShareBox.r_4 {
    padding-bottom: 40px;
}

.pro_shareTitle {
    background: url(/template/images/wap_line20.png) no-repeat center bottom;
    text-align: center;
    line-height: 1rem;
    background-size: auto 0.6rem;
}

.pro_shareTitle .en {
    font-size: 1.2rem;
    text-transform: uppercase;
    font-family: Impact;
    color: #37b394;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    opacity: 0.1;
}

.pro_shareTitle .cn {
    font-size: 0.9rem;
    color: #111;
    margin-top: -0.7rem;
    padding-bottom: 0.7rem;
}

.pro_shareTxt {
    color: #333;
    font-size: 0.6rem;
    line-height: 220%;
    padding: 0 2%;
    padding-top: 0.5rem;
    text-align: justify;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.6rem !important;
    line-height: 220% !important;
}

.pro_shareTxt td {
    vertical-align: top;
    padding: 0.3rem 0;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
    height: auto !important;
}

.shareTel {
    background: url(/template/images/tel_01.png) no-repeat center left;
    line-height: 150%;
    padding-left: 52px;
    color: #000;
    display: inline-block;
    margin-right: 30px;
    padding-bottom: 2px;
}

.shareTel .s1 {
    font-size: 15px;
    color: #000000;
    padding-bottom: 3px;
    display: inline-block;
}

.shareTel .s2 {
    font-size: 25px;
    color: #036c68;
    font-weight: bold;
}

.shareTel2 {
    background: url(/template/images/tel_02.png) no-repeat center left;
    line-height: 150%;
    padding-left: 52px;
    color: #000;
    display: inline-block;
    padding-bottom: 2px;
}

.shareTel2 .s1 {
    font-size: 15px;
    color: #000000;
    padding-bottom: 3px;
}

.shareTel2 .s2 {
    font-size: 25px;
    color: #036c68;
    font-weight: bold;
}

.newShareList .L2_UL:hover {
}

.newShareList .L2_UL:hover .sub_right .one a {
    color: #cc070c;
}

.shareNewRTitle {
    line-height: 35px;
    padding-top: 21px;
    background: url(/template/images/line12.png) no-repeat center bottom;
    padding-bottom: 6px;
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    letter-spacing: 1px;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png) no-repeat center left;
    padding-right: 21px;
}

.in_new .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .txtBottom {
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    font-size: 14px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .txtBottom span, .newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .txtBottom a {
    color: #f00;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 {
    line-height: 30px;
    color: #111;
    font-size: 15px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/ico_4.png) no-repeat center left;
    padding-left: 25px;
    margin-bottom: 5px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/ico_1.png) no-repeat center left;
    padding-left: 25px;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.xgNew2 {
}

.xgNew2 li {
    background: url(/template/images/wap_new_bj.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 95%;
    line-height: normal;
    padding: 0.3rem;
    margin-bottom: 0.35rem;
    text-align: left;
    padding-bottom: 0.65rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.5%;
}

.xgNew2 li:nth-child(3), .xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
}

.xgNew2 li .s2 {
    padding-bottom: 0.3rem;
    background: url(/template/images/wap_line30.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 0.1rem;
}

.xgNew2 li .s1 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5.5rem;
}

.xgNew2 li .s3 {
    font-size: 0.6rem;
    line-height: 160%;
    text-align: justify;
}

.xgNew2 li .s4 {
    padding-top: 12px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1rem;
    color: #c50000;
}

.xgNew2 li .s2 a:hover {
}

.xgNew2 li .s2 .sub_left {
}

.shareSmallNav {
}

.shareSmallNav.newType {
    padding-top: 25px;
}

.shareSmallNav .s_ul {
}

.shareSmallNav .s_ul li {
    width: 136px;
    float: left;
    line-height: 43px;
    margin-right: 13px;
    min-height: 96px;
    margin-bottom: 17px;
    border: 1px solid #f4f4f6;
}

.shareSmallNav .s_ul li.currentNav, .shareSmallNav .s_ul li:hover {
    border: 1px solid #d61003;
    -moz-box-shadow: 1px 1px 10px #ccc;
    -webkit-box-shadow: 1px 1px 10px #ccc;
    box-shadow: 1px 1px 10px #ccc;
}

.shareSmallNav .s_ul li a {
    display: block;
    color: #555;
    font-size: 15px;
    text-align: center;
    padding-top: 53px;
}

.shareSmallNav.newType .s_ul li a {
    padding-top: 55px;
    font-size: 14px;
}

.shareSmallNav .s_ul li.currentNav a, .shareSmallNav .s_ul li a:hover {
    color: #be0906;
}

.shareSmallNav .s_ul li:nth-child(8), .shareSmallNav .s_ul li:nth-child(16), .shareSmallNav .s_ul li:nth-child(24), .shareSmallNav .s_ul li:nth-child(32), .shareSmallNav .s_ul li:nth-child(40) {
    margin-right: 0;
}

.shareSmallNav.newType .s_ul li {
    margin-right: 10px;
    width: 129px;
    min-height: 78px;
    line-height: 30px;
    margin-bottom: 10px;
}

.shareSmallNav.newType .s_ul li:nth-child(6), .shareSmallNav.newType .s_ul li:nth-child(12), .shareSmallNav.newType .s_ul li:nth-child(18), .shareSmallNav.newType .s_ul li:nth-child(24) {
    margin-right: 0;
}

.shareSmallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.shareSmallNav .last a {
    color: #0656b1;
}

.LiYou {
    background: url(/template/images/bj2.jpg) no-repeat center top;
    min-height: 1446px;
    padding-top: 12px;
}

.LiYou .content {
    letter-spacing: 1px;
    color: #222;
    line-height: 150%;
}

.LiYou .content ul {
    padding-left: 60px;
    width: 40%;
}

.LiYou .content .box_1 {
    padding-top: 72px;
}

.LiYou .content .box_2 {
    padding-top: 57px;
}

.LiYou .content .box_3 {
    padding-top: 149px;
    padding-left: 745px;
}

.LiYou .content .box_4 {
    padding-top: 34px;
    padding-left: 744px;
}

.LiYou .content .box_5 {
    padding-top: 120px;
    padding-left: 65px;
}

.LiYou .content .box_6 {
    padding-top: 36px;
    padding-left: 65px;
}

.LiYou .content .en {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    transform: scale(0.9);
    transform-origin: 0;
    font-weight: bold;
    margin-bottom: 5px;
}

.LiYou .content .bigTxt {
    font-size: 21px;
    font-weight: bold;
    color: #1e1e1e;
}

.LiYou .content .smallTxt {
    color: #1e1e1e;
    font-size: 15px;
    line-height: 31px;
    padding-left: 2px;
}

.LiYou .content .box_3 .smallTxt {
    padding-left: 4px;
}

.LiYou .content .box_4 .smallTxt {
    padding-left: 5px;
}

.LiYou .content .box_5 .smallTxt, .LiYou .content .box_6 .smallTxt {
    padding-left: 0;
}

.LiYou .content span {
    color: #cc070c;
}

.iPro2 {
    padding-top: 96px;
    background: url(/template/images/wang.jpg);
}

.iPro3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.hyShareType {
    padding-top: 37px;
}

.hyShareType .dl_1.clear dd {
    float: left;
    width: 184px;
    height: 140px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 19px;
    margin-bottom: 16px;
}

.hyShareType .dl_1.clear dd:nth-child(6), .hyShareType .dl_1.clear dd:nth-child(12), .hyShareType .dl_1.clear dd:nth-child(18), .hyShareType .dl_1.clear dd:nth-child(24) {
    margin-right: 0;
}

.hyShareType .dl_1.clear dd a {
    display: block;
    position: relative;
}

.hyShareType .dl_1.clear dd a img.typePic {
    width: 184px;
    height: 140px;
}

.hyShareType .dl_1.clear dd a p {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 100px;
    line-height: 40px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: rgba(7, 50, 192, 0.5);
}

.iPro3 .hyShareType .dl_1.clear dd a p {
    background: url(/template/images/bj_jiao.png) no-repeat center bottom;
    height: 61px;
    line-height: 180%;
    top: 79px;
}

.iPro3 .hyShareType .dl_1.clear dd a:hover p {
    background: none;
    background-color: rgba(7, 50, 192, 0.5);
    line-height: 40px;
}

.hyShareType .dl_1.clear dd a p span {
    display: inline-block;
    padding-left: 30px;
    text-shadow: 1px 2px 1px #333;
}

.iPro3 .hyShareType .dl_1.clear dd a p span {
    padding-left: 0;
    padding-top: 28px;
}

.hyShareType .dl_1.clear dd a:hover p, .hyShareType .dl_1.clear dd a.currentNav p {
    top: 0;
    height: 140px;
}

.hyShareType .dl_1.clear dd a:hover p span, .hyShareType .dl_1.clear dd a.currentNav p span {
    padding-left: 0;
    display: block;
    width: 184px;
    height: 72px;
    background-position: center !important;
    padding-top: 68px;
    background-position-y: 48px !important;
}

.shareTitle {
    background: url(/template/images/t1.png) no-repeat center top;
    background-size: 90% auto;
    min-height: 2.5rem;
    text-align: center;
}

.shareTitle .en {
    color: #a2a2a2;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.shareTitle .cn {
    font-size: 1rem;
    padding-bottom: 0.9rem;
    padding-top: 0.45rem;
    color: #111;
}

.shareTitle .cn svg {
    width: 110px;
    height: 34px;
    position: relative;
    top: 7px;
    display: inline-block;
    padding-left: 3px;
}

.shareTitle .cn img {
    position: relative;
    top: 4px;
    padding-left: 3px;
}

.shareTitle .cn img.txt6 {
    top: 10px;
}

.shareTitle span {
    font-weight: bold;
    position: relative;
    color: #036c68;
    display: inline-block;
}

.shareTitle .one {
    font-size: 0.6rem;
    color: #666;
    line-height: 150%;
}

.shareTitle .one span {
    color: #e95311;
}

.shareTitle .one font {
}

.reXiao {
    padding-top: 120px;
    padding-bottom: 80px;
}

.reXiao .center .content {
    padding-top: 30px;
}

.reXiao .center .content .dl_1.clear {
    padding-bottom: 16px;
    background: url(/template/images/bm.png) no-repeat center bottom;
    margin-bottom: 30px;
}

.reXiao .center .content .dl_1.clear .sub_left {
    width: 221px;
}

.reXiao .center .content .dl_1.clear .sub_left a img {
    display: block;
}

.reXiao .center .content .dl_1.clear .sub_right {
    width: 978px;
    min-height: 336px;
    border: 1px solid #eee;
    border-left: 0;
}

.reXiao .center .content .dl_1.clear .sub_right .one {
    min-height: 50px;
    border-bottom: 3px solid #014da1;
}

.reXiao .center .content .dl_1.clear .sub_right .one a {
    display: block;
    min-height: 50px;
    width: 100px;
    float: right;
}

.reXiao .center .content .dl_1.clear .sub_right .two {
    padding: 25px;
    padding-bottom: 0;
    padding-right: 0;
    width: 950px;
}

.reXiao .center .content .dl_1.clear .sub_right .two a {
    color: #262727;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    margin-right: 19px;
}

.reXiao .center .content .dl_1.clear .sub_right .two a:nth-child(4) {
    margin-right: 0;
}

.reXiao .center .content .dl_1.clear .sub_right .two a .s1 img {
    width: 219px;
    height: 211px;
    display: block;
}

.in_new.baoZhang .right {
    background: url(/template/images/bz.jpg) no-repeat center top;
    min-height: 2076px;
}

.shareNewRTitle .sub_right {
    position: relative;
}

.shareNewRTitle .sub_right .en {
    color: #cc070c;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 150%;
    position: relative;
    top: 8px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_1 {
    min-height: 1065px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 {
    padding-left: 166px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 ul {
    padding-bottom: 88px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 .bigTxt {
    padding-bottom: 5px;
}

.in_new.baoZhang .center .ul_1.clear .right .line_2 .smallTxt {
    font-size: 16px;
    color: #111;
    line-height: 170%;
}

.shareNewRTitle .dl_1.clear .sub_right a {
    display: inline-block;
    width: 50px;
    height: 41px;
    position: absolute;
    right: 0;
    top: -4px;
}

.aboutShareNav {
    min-height: 60px;
    background: #fff;
    padding-top: 56px;
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 151px;
    text-align: center;
    margin-right: 194px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 18px;
    line-height: 120%;
    min-height: 60px;
    color: #000;
    text-indent: 24px;
    padding-top: 5px;
}

.aboutShareNav a:hover, .aboutShareNav a:hover .en {
    color: #cc070c;
}

.aboutShareNav a .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    transform: scale(0.9);
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav dd:hover {
    background: url(/template/images/jiao3.png) no-repeat center bottom;
}

.aboutShareNav dd:nth-child(2) {
    margin-right: 208px;
    width: 162px;
}

.aboutShareNav dd:nth-child(3) {
    margin-right: 204px;
    width: 155px;
}

.aboutShareNav dd:nth-child(4) {
    margin-right: 0;
    width: 125px;
    text-align: right;
}

.aboutShareNav dd:nth-child(1) a {
    background: url(/template/images/aboutNav_01.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(2) a {
    background: url(/template/images/aboutNav_02.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
    text-indent: 24px;
}

.aboutShareNav dd:nth-child(3) a {
    background: url(/template/images/aboutNav_03.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
    text-indent: 19px;
}

.aboutShareNav dd:nth-child(4) a {
    background: url(/template/images/aboutNav_04.png) no-repeat;
    background-position-x: 17px;
    background-position-y: 0px;
    text-indent: 0;
}

.aboutShareNav dd:nth-child(4) a .cn {
    letter-spacing: 1px;
}

.aboutShareNav dd:nth-child(4) a .en {
    transform-origin: 159px;
    padding: 0;
    margin: 0;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutNavH_01.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutNavH_02.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutNavH_03.png) no-repeat;
    background-position-x: 14px;
    background-position-y: 6px;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutNavH_04.png) no-repeat;
    background-position-x: 17px;
    background-position-y: 0px;
}

.in_about {
    padding-bottom: 1.3rem;
}

.in_about .Box_1 {
    min-height: 650px;
    background: url(/template/images/company.png) no-repeat center top;
    padding-top: 116px;
    background-position-y: 126px;
    padding-bottom: 100px;
}

.in_about .Box_1 .center .sTitle {
    text-align: center;
    padding-left: 86px;
    line-height: 30px;
}

.in_about .Box_1 .center .sTitle span {
    display: inline-block;
}

.in_about .Box_1 .center .sTitle .s1 {
    font-size: 24px;
    color: #052a78;
    position: relative;
    top: -2px;
    left: 2px;
}

.in_about .Box_1 .center .sTitle .s3 {
    font-size: 15px;
    color: #fff;
    position: relative;
    top: -5px;
    left: 12px;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .sContent {
    padding-top: 24px;
}

.in_about .Box_1 .center .sContent .line_1 {
    text-align: justify;
    width: 590px;
}

.in_about .Box_1 .center .sContent .line_1, .in_about .Box_1 .center .sContent .line_1 p, .in_about .Box_1 .center .sContent .line_1 span {
    color: #333 !important;
    font-size: 15px !important;
    line-height: 31px !important;
    text-indent: 0 !important;
    letter-spacing: 1px !important;
}

.in_about .Box_1 .center .sContent .line_1 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 8px !important;
}

.in_about .Box_1 .center .sContent .line_2 {
    font-size: 15px;
    color: #000;
    padding-top: 119px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li {
    float: left;
    text-align: center;
    width: 257px;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(1) {
    width: 191px;
    margin-right: 136px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(2) {
    width: 197px;
    margin-right: 127px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(3) {
    width: 211px;
    margin-right: 128px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li:nth-child(4) {
    width: 208px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li .s1 {
    font-weight: bold;
    padding-bottom: 11px;
}

.in_about .Box_1 .center .sContent .line_2 .ul_3.clear li .s2 {
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: left;
    padding-left: 2px;
}

.in_about .Box_2 {
    min-height: 993px;
    background: url(/template/images/company2.jpg) no-repeat center top;
}

.in_about .Box_2 .center .sContent {
    padding-top: 43px;
}

.in_about .Box_2 .center .sContent .line_1 {
    font-size: 16px;
    color: #1e1e1e;
    padding-left: 212px;
}

.in_about .Box_2 .center .sContent .line_2 {
    padding: 30px 96px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left {
    width: 370px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .right {
    color: #000;
    font-size: 16px;
    line-height: 40px;
    width: 443px;
    padding-top: 18px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one {
    font-weight: bold;
    color: #484848;
    padding-top: 20px;
    padding-left: 16px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one .s1 {
    font-size: 24px;
    letter-spacing: 2.5px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .one .s2 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two {
    padding-top: 16px;
    padding-left: 3px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_left {
    text-align: center;
    width: 120px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right {
    line-height: 140%;
    padding-top: 8px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .sub_1 {
    padding-bottom: 27px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .s1 {
    font-size: 14px;
}

.in_about .Box_2 .center .sContent .line_2 .ul_2.clear .left .two .dl_1.clear .sub_right .s2 {
    font-size: 23px;
    color: #060385;
    font-weight: bold;
}

.Box_3 {
    padding-top: 75px;
}

.Box_3 .center .sContent {
    position: relative;
    padding-top: 15px;
}

.Box_3 .center .sContent .luXian {
    background: url(/template/images/luXian.png) no-repeat center top;
    width: 418px;
    height: 481px;
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 999;
    text-align: center;
    line-height: 180%;
}

.Box_3 .center .sContent .luXian .one {
    padding-top: 116px;
}

.Box_3 .center .sContent .luXian .two {
    padding-top: 108px;
}

.Box_3 .center .sContent .luXian .s1 {
    font-size: 18px;
    color: #060385;
    padding-bottom: 20px;
}

.Box_3 .center .sContent .luXian .s2 {
    font-size: 14px;
    color: #1f1f1f;
}

.hyShareType2 {
}

.hyShareType2 .dl_1.clear dd {
    float: left;
    width: 184px;
    height: 107px;
    overflow: hidden;
    margin-right: 19px;
    margin-bottom: 19px;
}

.hyShareType2 .dl_1.clear dd:nth-child(6), .hyShareType2 .dl_1.clear dd:nth-child(12), .hyShareType2 .dl_1.clear dd:nth-child(18), .hyShareType2 .dl_1.clear dd:nth-child(24) {
    margin-right: 0;
}

.hyShareType2 .dl_1.clear dd a {
    display: block;
    position: relative;
    border: 1px solid #e5e5e5;
    height: 105px;
    overflow: hidden;
}

.hyShareType2 .dl_1.clear dd a img.typePic {
    width: 184px;
    height: 140px;
    position: relative;
    top: -43px;
}

.hyShareType2 .dl_1.clear dd a .txt {
    display: block;
    font-size: 16px;
    color: #333;
    position: absolute;
    top: 69px;
    line-height: 36px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
}

.hyShareType2 .dl_1.clear dd a .txt p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    padding: 0;
    padding-left: 26px;
}

.hyShareType2 .dl_1.clear dd a.currentNav, .hyShareType2 .dl_1.clear dd a:hover {
    border: 1px solid #e60012;
}

.hyShareType2 .dl_1.clear dd a:hover .txt span, .hyShareType2 .dl_1.clear dd a.currentNav .txt span {
    color: #d6150d;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(243, 36, 22)), to(rgba(179, 3, 3, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.t_nav {
    width: 50%;
    max-width: 50%;
    position: absolute;
    right: 1%;
    z-index: 300;
    top: 3rem;
    background: rgba(255,255,255,0.95);
}

.t_nav .box {
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 120%;
    border-bottom: 0.05rem dashed #ddd;
    font-size: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: #000;
    background: url(/template/images/proNav.png) no-repeat center left !important;
    background-size: 0.8rem auto !important;
    background-position-x: 0.7rem !important;
    text-indent: 2rem;
    padding-bottom: 0.3rem;
    padding-top: 0.35rem;
}

.t_nav a .cn {
    font-size: 0.75rem;
}

.t_nav a .en {
    font-size: 0.38rem;
    text-transform: uppercase;
}

.t_nav a:hover {
    color: #035258;
}

.proType {
}

.proType dl {
    display: block;
}

.proType .dl_2 {
    margin-bottom: 0;
}

.proType dd {
}

.proType .md {
    width: 32%;
    max-width: 32%;
    float: left;
    line-height: 1.8rem;
    padding: 0.1rem 0.1rem;
    border-bottom: 0.05rem dashed #ddd;
}

.proType .first a {
    color: #b10012;
}

.proType a {
    display: block;
    font-size: 0.6rem;
    text-indent: 0.9rem;
    background: url(/template/images/proNav.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.proType a:hover {
    background: url(/template/images/proNavH.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.proType .last a {
    color: #057a5c;
}

.proType2 .leftTitle {
    min-height: 149px;
    width: 289px;
    color: #f3d0a3;
    background: url(/template/images/leftTitle.jpg) no-repeat center top;
    font-weight: bold;
}

.left_fangAn .leftTitle {
    width: 222px;
}

.newType3 .leftTitle {
    background: url(/template/images/ico13.png) no-repeat center left;
    background-position-x: 37px;
    background-color: #fefafb;
}

.iPro .content #Tab_1 .cn {
    padding-bottom: 0.1rem;
    padding-top: 0.5rem;
    padding-left: 38%;
    font-size: 0.7rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

.iPro .content #Tab_1 .cn span {
    font-weight: normal;
    display: block;
}

.iPro .content #Tab_1 .en {
    text-align: center;
    font-size: 0.38rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.left_fangAn .leftTitle .en {
    position: relative;
    width: 236px;
    text-indent: -18px;
}

.proType2 .leftContent {
}

.proType2 .leftContent .leftList {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.newType3 .leftContent .leftList {
    padding-top: 16px;
}

.proType2 .leftContent .leftList a {
    display: block;
}

.proType2 .leftContent .leftList .bigType {
    text-align: center;
    margin-left: 5px;
    padding: 8px 0;
    padding-top: 23px;
    text-indent: -4px;
}

.newType3 .leftContent .leftList .fabigType, .newType3 .leftContent .leftList .newbigType {
    text-align: center;
    margin-left: 5px;
    text-indent: -4px;
    font-size: 16px;
    line-height: 48px;
    font-weight: bold;
}

.newType3 .leftContent .leftList .fabigType {
    background: url(/template/images/jiao5.png) no-repeat center right;
    background-position-x: 153px;
}

.newType3 .leftContent .leftList .fabigType a, .newType3 .leftContent .leftList .newbigType a {
    display: block;
    color: #b10012;
}

.newType3 .leftContent .leftList .newbigType a.currentStyle, .newType3 .leftContent .leftList .newbigType a:hover {
    color: #fff;
    background: url(/template/images/leftIco2.png) no-repeat center;
}

.proType2 .leftContent .leftList .bigType a .cn {
    font-size: 19px;
    font-weight: bold;
    color: #b10012;
}

.proType2 .leftContent .leftList .bigType a .en {
    font-size: 12px;
    color: #e6b9be;
    transform: scale(0.85);
}

.proType2 .leftContent .smallType {
    width: 32%;
    max-width: 32%;
    float: left;
    line-height: 1.8rem;
    padding: 0.1rem 0.1rem;
    border-bottom: 0.05rem dashed #ddd;
}

.proType2 .leftContent .smallType a {
    display: block;
    font-size: 0.6rem;
    text-indent: 0.9rem;
    background: url(/template/images/proNav.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.newType3 .leftContent .leftList .smallType a {
    text-indent: 45px;
}

.proType2 .leftContent .leftList .smallType a.cStyle, .proType2 .leftContent .leftList .smallType a:hover {
    background: url(/template/images/proNavH.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.proType2 .leftContent .smallType a.cStyle span, .proType2 .leftContent .smallType a:hover span {
    color: #035435;
    background-image: -webkit-gradient(radial,50% 50%,0,50% 50%,25,from(#0f9a83),to(#035435));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.iFangAn {
    background-color: #f9f9f9;
    padding: 78px 0;
}

.iFangAn .center .content {
    padding-top: 18px;
}

.iFangAn .center .content .line_1 .dl_1.clear .sub_left.shadow6 {
    background-color: #fff;
    min-height: 168px;
    font-weight: bold;
    width: 238px;
    text-transform: uppercase;
    line-height: 35px;
    padding-left: 17px;
}

.iFangAn .center .content .line_1 .dl_1.clear .sub_left.shadow6 .s1 {
    font-size: 29px;
    color: #b10012;
    padding-top: 23px;
    padding-bottom: 8px;
}

.iFangAn .center .content .line_1 .dl_1.clear .sub_left.shadow6 .s2 {
    font-size: 25px;
    color: #e1e1e1;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right {
    background: url(/template/images/fa.png) no-repeat left bottom;
    -ms-background-position-x: 10px;
    background-position-x: 22px;
    width: 945px;
    min-height: 168px;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox {
    padding-left: 50px;
    width: auto;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a {
    float: left;
    margin-left: 23px;
    padding-left: 56px;
    width: 217px;
    min-height: 58px;
    margin-bottom: 23px;
    border: 1px solid #fff;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a .cn {
    font-size: 17px;
    padding-top: 11px;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    transform-origin: left;
}

.iFangAn .center .content .line_1 .dl_1 .sub_right .sBox a:hover {
    color: #b10012;
    border: 1px solid #b10012;
}

.iFangAn .center .content .line_2 {
    overflow: hidden;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.iFangAn .center .content .line_2 a {
    display: block;
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left {
    background-color: #b10012;
    width: 329px;
    min-height: 298px;
    padding: 33px;
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_right {
    width: 805px;
    min-height: 364px;
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left .one {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 23px;
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left .two {
    font-size: 16px;
    color: #e9cbcd;
    line-height: 33px;
    padding: 23px 0;
    padding-top: 21px;
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_left .three {
    min-height: 35px;
    background: url(/template/images/item_05.png) no-repeat center right;
}

.iFangAn .center .content .line_2 a .dl_2.clear .sub_right img {
    display: block;
}

.youShi {
    padding: 1.5rem 0;
}

.youShi .content {
}

.in_about .youShi .content {
    padding-top: 21px;
}

.youShi .content span {
    color: #166149;
}

.youShi .content .txtPic img {
    display: block;
    padding-bottom: 5px;
}

.youShi .content .bigTxt {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 3px;
}

.youShi .content .bigTxt span {
    font-size: 28px;
    font-weight: bold;
}

.youShi .content .en {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 3px;
}

.youShi .content .smallTxt {
    font-size: 16px;
    padding: 2px 0;
    letter-spacing: 0.5px;
    line-height: 190%;
    padding-left: 6px;
}

.youShi .content .center .box_1 {
    padding-top: 42px;
    padding-left: 75px;
    width: 438px;
}

.youShi .content .center .box_2 {
    padding-top: 38px;
    padding-left: 75px;
}

.youShi .content .center .box_3 {
    padding-top: 93px;
    padding-left: 763px;
    position: relative;
    width: 510px;
}

.youShi .content .center .box_3 .smallTxt {
    letter-spacing: 0.3px;
}

.youShi .content .center .box_4 {
    padding-top: 23px;
    padding-left: 763px;
}

.friendLink {
    display: inline-block;
}

.friendLink a {
    color: #aaa;
}

.proRtitle {
    display: none;
}

.proRtitle h2, .proRtitle h1, .proRtitle p {
    color: #055f64;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    line-height: 27px;
    padding-left: 29px;
}

.proRtitle .sub_right img {
    padding-top: 3px;
}

.r_smallNav a {
    border-right: 1px solid #e4e1e1;
    line-height: 25px;
    float: left;
    font-size: 16px;
    width: 151px;
    text-align: center;
    margin-bottom: 13px;
    padding: 0 10px;
}

.r_smallNav a:nth-child(1), .r_smallNav a:nth-child(6), .r_smallNav a:nth-child(11), .r_smallNav a:nth-child(16), .r_smallNav a:nth-child(21), .r_smallNav a:nth-child(26), .r_smallNav a:nth-child(31), .r_smallNav a:nth-child(36) {
    border-left: 1px solid #e4e1e1;
}

.r_smallNav a.subCurrentNav, .r_smallNav a:hover {
    color: #b10012;
}

.searchList .center .ul_1.clear .right .listBox {
    padding-top: 0;
}

.shareProItem {
    border: 1px solid #ccc;
    border-radius: 13px;
    margin-bottom: 23px;
    overflow: hidden;
}

.shareProItem .sub_left {
    width: 307px;
}

.shareFaItem .sub_left {
    width: 366px;
}

.shareProItem .sub_left img {
    display: block;
}

.shareProItem .sub_right {
    width: 540px;
    padding-right: 35px;
    padding-top: 23px;
}

.shareFaItem .sub_right {
    width: 483px;
    padding-top: 29px;
}

.shareProItem .sub_right .one {
    font-size: 21px;
}

.shareProItem .sub_right .one a {
}

.shareFaItem .sub_right .one a {
    font-weight: bold;
    color: #b10012;
}

.shareProItem:hover .sub_right .one a {
    font-weight: bold;
    color: #b10012;
}

.shareProItem .sub_right .one span {
    font-size: 19px;
}

.shareProItem:hover .sub_right .one span {
    font-weight: normal;
}

.shareProItem .sub_right .two {
    padding: 13px 0;
    padding-top: 10px;
    text-align: justify;
}

.shareFaItem .sub_right .two {
    line-height: 200%;
    padding: 18px 0;
    padding-top: 15px;
}

.shareProItem .sub_right .two div {
    padding-left: 19px;
    background: url(/template/images/item_01.png) no-repeat center left;
    line-height: 35px;
}

.shareProItem .sub_right .three {
    text-align: right;
}

.shareProItem .sub_right .three a {
    display: inline-block;
    width: 118px;
    min-height: 31px;
    background: url(/template/images/item_02.png) no-repeat center;
}

.shareProItem:hover .sub_right .three a {
    background: url(/template/images/item_03.png) no-repeat center;
}

.inYouShi {
    padding-bottom: 71px;
    padding-top: 30px;
}

.inYouShi .center {
    width: auto;
}

.inYouShi .content {
    padding-top: 20px;
    background: url(/template/images/ys.jpg) no-repeat center top;
    line-height: 180%;
    background-size: 160% auto;
}

.inYouShi .content span {
    color: #b10012;
}

.inYouShi .content .bigTxt {
    font-size: 21px;
    padding-left: 45px;
    padding-bottom: 0px;
}

.inYouShi .content .bigTxt span {
    font-size: 25px;
    font-weight: bold;
}

.inYouShi .content .en {
    color: #b10012;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 45px;
    letter-spacing: 0.5px;
    padding-bottom: 13px;
}

.inYouShi .content .smallTxt {
    font-size: 13px;
    padding: 2px 0;
    letter-spacing: 0.5px;
    line-height: 190%;
}

.inYouShi .content .center .box_1 {
    padding-top: 34px;
    padding-left: 33px;
    width: 363px;
    margin: 0;
    padding-bottom: 0;
}

.inYouShi .content .center .box_2 {
    padding-top: 42px;
    padding-left: 31px;
}

.inYouShi .content .center .box_3 {
    padding-top: 79px;
    padding-left: 483px;
    position: relative;
    width: 370px;
}

.inYouShi .content .center .box_3 .smallTxt {
    letter-spacing: 0.3px;
}

.inYouShi .content .center .box_4 {
    padding-top: 75px;
    padding-left: 484px;
}

.newShow {
    padding: 70px 0;
    padding-bottom: 100px;
}

.newShow .left {
    width: 229px;
}

.newShow .right {
    width: 920px;
    padding-top: 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.newShow .right .line_1 {
    font-size: 15px;
    color: #000;
    background-color: #fefafb;
    border: 1px solid #e29da4;
    border-left: 0;
    border-right: 0;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.newShow .right .line_1 h1 {
    display: inline-block;
    font-size: 21px;
    color: #b10012;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.newShow .right .line_1 a.goBack {
    position: absolute;
    width: 128px;
    line-height: 35px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #b10012;
    font-size: 15px;
    right: 10px;
    border-radius: 8px;
    top: 13px;
}

.newShow .right .inSbox {
    padding: 45px;
    padding-bottom: 0;
    padding-top: 33px;
}

.newShow .right .line_2 {
    text-align: center;
    font-size: 15px;
}

.newShow .right .line_3 {
    color: #333;
    padding: 30px 0;
    min-height: 350px;
    text-align: justify;
}

.newShow .right .line_3 img {
    max-width: 100%;
}

.newShow .right .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .right .line_3, .newShow .right .line_3 p, .newShow .right .line_3 span {
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #fff;
}

.t_wel .right a {
    padding-left: 32px;
    margin-right: 28px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -24px;
    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 a:nth-child(1) {
    background: url(/template/images/ico_01.png) no-repeat center left;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png) no-repeat center left;
    padding-left: 25px;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png) no-repeat center left;
    padding-left: 19px;
    margin-right: 21px;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png) no-repeat center left;
    padding-left: 0;
    margin-right: 0;
    min-width: 17px;
    min-height: 37px;
    vertical-align: top;
    padding-top: 3px;
    line-height: 37px;
    cursor: pointer;
}

.t_wel .right a .searchBox {
}

.t_wel .right a input {
    background: none;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: 0;
}

.t_wel .right a input[type="text"] {
    width: 230px;
    padding: 0 15px;
    border: 1px solid #eee;
    background-color: #fff;
    border-right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 33px;
    line-height: 33px;
}

.t_wel .right a input[type="button"] {
    background: url(/template/images/ico_05.png) no-repeat center;
    width: 41px;
    border: 1px solid #eee;
    background-color: #fff;
    border-left: 0;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.iPro {
    background: #f5fafe;
    margin-bottom: 0.5rem;
}

.iPro .sTitle {
}

.iPro .rTitle {
    display: none;
}

.iPro .rTitle img {
    /* vertical-align: middle; */
}

.iPro .rTitle .more {
    color: #055f64;
}

.iPro .content {
    padding-top: 0.8rem;
}

.iPro .content .ul_1 {
    order: 2;
}

.iPro .content .ul_1 .left {
}

.iPro .content .right {
    padding-top: 0.8rem;
    background: #fff;
}

.iPro .center .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.left_contact {
    display: none;
}

.left_contact .one {
    font-size: 17px;
    color: #666;
    background: url(/template/images/tel5.png) no-repeat center left;
    line-height: 28px;
    display: inline-block;
    padding-left: 37px;
}

.left_contact .two {
    font-size: 28px;
    font-weight: bold;
    padding: 3px 0;
}

.shareItem {
    float: left;
    width: 100%;
    max-width: 46%;
    padding: 0.15rem 1%;
    margin-left: 1.5%;
    margin-bottom: 0.5rem;
    text-align: center;
    -moz-box-shadow: 1px 2px 3px #ddd;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 5px #ddd;
}

/*.shareItem .hdBox {
    width: 275px;
    height: 275px;
    overflow: hidden;
}

*/
.shareItem img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7.3rem;
}

/*.shareItem img:hover {
    transform: scale(1.05);
}
*/
.shareItem .proName {
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.65rem;
}

.shareItem a:hover .proName {
}

.iPro .content #Tab_2 .cn {
    padding-bottom: 0.1rem;
    padding-top: 0.5rem;
    padding-left: 38%;
    font-size: 0.7rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

.iPro .content #Tab_2 .cn span {
    font-weight: normal;
    display: block;
}

.iPro .content #Tab_2 .en {
    text-align: center;
    font-size: 0.38rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.case {
    display: none;
}

.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;
}

.case .content {
    min-height: 707px;
    background-color: #fff;
}

.case .caseNav dd {
    float: left;
    width: 211px;
    text-align: center;
    min-height: 131px;
}

.case .caseNav dd:nth-child(2) {
    /* width: 232px; */
}

.case .caseNav .last {
    width: 185px;
}

.case .caseNav dd a {
    display: table-cell;
    height: 120px;
    text-align: center;
    width: 211px;
    vertical-align: middle;
    border-bottom: 1px solid #edeef6;
    border-right: 1px solid #edeef6;
}

.case .caseNav dd:nth-child(2) a {
    /* width: 232px; */
}

.case .caseNav .last a {
    color: #036160;
}

.case .caseNav dd a .sNav {
    display: inline-block;
    padding-left: 33px;
    text-align: left;
}

.case .caseNav dd:nth-child(2) a .sNav {
    padding-left: 28px;
}

.case .caseNav dd:nth-child(3) a .sNav {
    padding-left: 28px;
}

.case .caseNav dd:nth-child(4) a .sNav {
    padding-left: 30px;
}

.case .caseNav dd:nth-child(5) a .sNav {
    padding-left: 20px;
}

.case .caseNav dd:nth-child(6) a .sNav {
    padding-left: 30px;
}

.case .caseNav dd a .sNav .cn {
    font-size: 17px;
}

.case .caseNav dd a .sNav .en {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.case .navlist {
    padding: 35px 40px;
}

.case .navlist .one {
    font-size: 19px;
    font-weight: bold;
    line-height: 35px;
}

.case .navlist .one a {
}

.case .navlist .one img {
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.case .navlist .two {
    line-height: 180%;
    padding-top: 18px;
    padding-bottom: 30px;
    text-align: justify;
}

.case .navlist .three {
}

.case .navlist .three dd {
    float: left;
    font-size: 17px;
    border-right: 1px solid #f4eada;
    padding: 0 21px;
}

.case .navlist .three dd:nth-child(1) {
    padding-left: 0;
}

.case .navlist .three dd:nth-child(3) {
    border: 0;
    padding-right: 0;
}

.case .navlist .three dd .s1 {
}

.case .navlist .three dd .s1 img {
    display: block;
}

.case .navlist .three dd .s2 {
    line-height: 50px;
    text-align: center;
    padding-bottom: 5px;
}

.case .navlist .three dd .s2 a {
    display: block;
}

.case .navlist .three dd .s3 {
    font-size: 15px;
    background: url(/template/images/wz.png) no-repeat center top;
    line-height: 37px;
}

.case .navlist .three dd .s3 li {
    float: left;
    width: 50%;
    text-align: center;
}

.case .navlist .three dd .s3 li:nth-child(1) {
}

.case .navlist .three dd .s3 li:nth-child(2) {
    color: #fff;
}

.videoShow {
    min-height: 320px;
    background: url(/template/images/dengdai.gif) no-repeat center;
    width: 517px;
    margin-left: 82px;
}

.about {
    display: none;
}

.about .content .one {
    padding-top: 15px;
    width: 68%;
    margin: 0 auto;
    text-align: center;
    border-radius: 130%;
}

.about .content .one, .about .content .one p, .about .content .one span {
    font-size: 17px !important;
    line-height: 220% !important;
    color: #000;
    letter-spacing: 2px;
}

.about .content .one p {
    margin: 0 !important;
    padding: 0 !important;
}

.about .content .one .more {
    float: right;
    position: relative;
    top: -40px;
    left: -10px;
}

.about .content .two {
    padding-top: 32px;
    font-weight: bold;
    width: auto;
    padding-left: 264px;
}

.about .content .two dd {
    float: left;
    width: 177px;
    text-align: center;
}

.about .content .two span {
    font-size: 21px;
    color: #03535a;
}

.about .content .three {
    padding-top: 35px;
}

.new {
    display: none;
}

.new .content {
    padding-top: 7px;
}

.new .content .line_1 {
    min-height: 63px;
    text-align: center;
    padding-left: 281px;
    width: auto;
    padding-top: 30px;
}

.new .content .line_1 a {
    text-align: center;
    cursor: pointer;
    float: left;
    width: 227px;
    min-height: 72px;
}

.new .content .line_1 a .tag {
    min-height: 52px;
    border: 1px solid #ecedf5;
    padding-top: 8px;
}

.new .content .line_1 a .tag .cn {
    margin: 0px;
    padding-left: 26px;
    background: #fff;
    background: url(/template/images/newIco_01.png) no-repeat center left;
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    line-height: 27px;
}

.new .content .line_1 a .tag .en {
    font-size: 12px;
}

.new .content .line_1 a:nth-child(2) .tag .cn {
    background: url(/template/images/newIco_02.png) no-repeat left bottom;
    padding-left: 32px;
}

.new .content .line_1 a:nth-child(3) .tag .cn {
    background: url(/template/images/newIco_03.png) no-repeat center left;
}

.new .content .line_1 a.first {
    background: url(/template/images/newNav.png) no-repeat center top;
    padding-top: 1px;
}

.new .content .line_1 a.first .tag {
    border: 0;
}

.new .content .line_1 a.first .tag .cn {
    background: url(/template/images/newIcoH_01.png) no-repeat center left;
}

.new .content .line_1 a.first .tag .cn span {
    color: #036c68;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(0, 170, 148)), to(rgb(0, 56, 65)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new .content .line_1 a.first .tag .en {
    color: #036c68;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(0, 170, 148)), to(rgb(0, 56, 65)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.new .content .line_2 {
    padding-top: 25px;
    padding-bottom: 20px;
}

.new .content .line_2 .left {
    width: 626px;
    border: 1px solid #eee;
}

.new .content .line_2 .right {
    width: 560px;
}

.new .content .line_2 .left .sub_left {
    width: 289px;
}

.new .content .line_2 .left .sub_left img {
    display: block;
}

.new .content .line_2 .left .sub_right {
    width: 291px;
    padding: 10px 23px;
}

.new .content .line_2 .left .sub_right .one {
    font-size: 17px;
    line-height: 37px;
}

.new .content .line_2 .left .sub_right .one a {
    font-weight: bold;
    color: #046068;
}

.new .content .line_2 .left .sub_right .two {
    font-size: 12px;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}

.new .content .line_2 .left .sub_right .two .s_left {
}

.new .content .line_2 .left .sub_right .two .s_right {
}

.new .content .line_2 .left .sub_right .three {
    padding: 10px 0;
    text-align: justify;
    line-height: 170%;
    text-indent: 2rem;
}

.new .content .line_2 .left .sub_right .four {
    text-align: right;
}

.new .content .line_2 .right .dl_5 {
    border-bottom: 1px solid #eee;
    padding: 21px 0;
}

.new .content .line_2 .right .dl_5:nth-child(1) {
    padding-top: 0;
}

.new .content .line_2 .right .dl_5:nth-child(3) {
    padding-bottom: 0;
    border-bottom: 0;
}

.new .content .line_2 .right .sub_left {
    width: 221px;
}

.new .content .line_2 .right .sub_left img {
    display: block;
}

.new .content .line_2 .right .sub_right {
    width: 320px;
}

.new .content .line_2 .right .sub_right .one {
    font-size: 17px;
    padding-bottom: 2px;
}

.new .content .line_2 .right .sub_right .one a {
    font-weight: bold;
}

.new .content .line_2 .right .sub_right .two {
    padding: 8px 0;
}

.new .content .line_2 .right .sub_right .three {
    font-size: 13px;
    color: #1c5644;
}

.new .content .line_2 .right .sub_right .three .dl_6 {
}

.new .content .line_2 .right .sub_right .three .s_left {
}

.new .content .line_2 .right .sub_right .three .s_right {
}

.f_feedback {
    padding-top: 1rem;
    padding-bottom: 0;
    position: relative;
    background: url(/template/images/wap_fb.jpg) no-repeat center top;
    background-size: 103% auto;
    min-height: 23rem;
    background-position-x: -0.28rem;
}

.f_feedback .left {
    order: 2;
    padding-top: 1.65rem;
    width: 100%;
    max-width: 87%;
    margin: 0 auto;
}

.f_feedback .right {
    order: 1;
}

.f_feedback input[type="text"], .f_feedback textarea {
    font-size: 0.7rem;
    line-height: 2rem;
    width: 95%;
    max-width: 84%;
    display: block;
    padding: 0 3%;
    margin-bottom: 0.7rem;
    color: #666;
    font-family: "Microsoft YaHei";
    background: none;
    border: 0;
    padding-left: 13%;
}

.f_feedback input[type="text"] {
}

.f_feedback textarea {
    min-height: 4rem;
    margin-bottom: 0.2rem;
    line-height: 200%;
    padding-top: 0.2rem;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    width: 100%;
    max-width: 69%;
    border-radius: 10rem;
    border: 0;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.8rem;
    height: 1.8rem;
    color: #f3d0a3;
    font-weight: bold;
}

.f_feedback input.bt_1 {
    background: none;
    line-height: 1.9rem;
    height: 1.9rem;
    margin-left: 8%;
}

.f_feedback .content .right img {
    display: block;
}

.f_feedback .content .right .one {
    text-align: center;
    padding-bottom: 0.1rem;
    padding-top: 0.2rem;
}

.f_feedback .content .right .two {
    text-align: center;
    padding-bottom: 0.2rem;
}

.f_feedback .content .right .three {
    display: none;
}

.f_feedback .content .right .four {
    display: none;
}

.f_feedback .content .right .five {
    position: absolute;
    top: 15.8rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.f_contact {
    background: url(/template/images/wap_fc.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #000;
    padding-bottom: 1rem;
}

.f_contact img {
    display: block;
}

.f_contact .l_1 {
}

.f_contact .l_1 .one .sub_left img {
    max-width: 5.3rem;
}

.f_contact .l_1 .two a {
    display: block;
    line-height: 40px;
}

.f_contact .l_1 .one {
    font-weight: bold;
    padding-top: 0.8rem;
    color: #000;
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
}

.f_contact .l_1 .one .s1 {
    font-size: 0.8rem;
    padding-top: 0.2rem;
}

.f_contact .l_1 .one .s2 {
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
}

.f_contact .l_1 .two {
    padding: 0.5rem 0;
    text-align: center;
}

.f_contact .l_1 .two .cn {
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    padding-bottom: 0.1rem;
}

.f_contact .l_1 .two .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.f_contact .l_1 .three {
    font-size: 0.75rem;
    color: #fff;
    padding-left: 2.5rem;
    line-height: 1.6rem;
    background: url(/template/images/wap_telBj.png) no-repeat center top;
    background-size: 100% auto;
    min-height: 1.9rem;
}

.f_contact .l_1 .three span {
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    top: 0.1rem;
}

.f_contact .l_1 .four {
    display: none;
}

.f_contact .l_2 {
    display: none;
}

.f_contact .l_3 {
    display: none;
}

.f_contact .l_2 .one {
    padding-left: 30px;
}

.f_contact .l_4 .one {
    display: none;
}

.f_contact .l_2 .two a, .f_contact .l_3 .two a {
    line-height: 38px;
    display: block;
    letter-spacing: 2px;
}

.f_contact .l_4 {
    font-size: 0.65rem;
    padding-top: 0.55rem;
    line-height: 190%;
}

.f_contact .l_4 .two {
}

.f_contact .l_4.left .two span {
    font-size: 20px;
    color: #b10012;
    font-family: Impact;
}

.f_contact .l_5 {
    display: none;
}

.f_contact .l_5 .one img {
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.f_contact .l_5 .s1 {
    text-align: center;
}

.f_contact .l_5 .s1 .sTxt {
    line-height: 35px;
}

.bq {
    display: none;
}

.bq .line_1 {
    text-align: center;
}

.bq .line_2 {
    padding-top: 8px;
}

.bq .line_2 .sub_right {
    padding-top: 10px;
}

.bq img {
    vertical-align: middle;
}

.bq a {
    color: #f6dbb0 !important;
}

.bq span, .bq p {
    color: #f6dbb0 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.typeNav .leftContent .leftList #Tab_1, .typeNav .leftContent .leftList #Tab_2 {
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 49.6%;
    min-height: 3rem;
    float: left;
    display: block;
    background: url(/template/images/wap_leftTitle.jpg) no-repeat center top;
    background-size: 100% auto;
    line-height: 120%;
    color: #e6e6e6;
    font-weight: bold;
}

.typeNav .bigType .cn {
    padding-bottom: 0.1rem;
    padding-top: 0.5rem;
    padding-left: 38%;
    font-size: 0.7rem;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

.typeNav .bigType .cn span {
    font-weight: normal;
    display: block;
}

.typeNav .bigType .en {
    text-align: center;
    font-size: 0.38rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.typeNav .sBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-top: 0.2rem;
}

.typeNav .leftContent {
}

.typeNav .leftContent .leftList {
    position: relative;
    padding-top: 3rem;
}

.typeNav .leftContent .leftList .bigType a {
    display: block;
    color: #e6e6e6;
}

.typeNav .leftContent .leftList .smallType {
    width: 32%;
    max-width: 32%;
    float: left;
    line-height: 1.8rem;
    padding: 0.1rem 0.1rem;
    border-bottom: 0.05rem dashed #ddd;
}

.proShow .typeNav .leftContent .leftList .smallType {
    line-height: 53px;
}

.typeNav .leftContent .leftList .smallType.cStyle, .typeNav .leftContent .leftList .smallType:hover {
}

.typeNav .leftContent .leftList .smallType a {
    display: block;
    font-size: 0.6rem;
    text-indent: 0.9rem;
    background: url(/template/images/proNav.png) no-repeat center left !important;
    background-size: 0.6rem auto !important;
}

.typeNav .leftContent .leftList .smallType a.cStyle, .typeNav .leftContent .leftList .smallType a:hover {
    background: url(/template/images/proNavH.png) no-repeat center left !important;
    background-size: 0.6rem auto !important;
}

.typeNav .leftContent .leftList .smallType a.cStyle span, .typeNav .leftContent .leftList .smallType a:hover span {
    color: #035435;
    background-image: -webkit-gradient(radial,50% 50%,0,50% 50%,25,from(#0f9a83),to(#035435));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.typeNav .leftContent .leftList .last a {
    color: #057a5c;
}

.typeNav .leftContent .leftList .last a:hover {
    background: none !important;
    font-weight: normal;
}

.typeNav .leftContent .leftList .smallType .threeSub a {
    border-bottom: 1px dashed #ccc;
    line-height: 45px;
    font-size: 15px;

    text-indent: 36px;
}

.lContact2 {
    display: none;
}

.lContact2 .one {
    padding-left: 119px;
}

.lContact2 .one .cn {
    font-size: 18px;
}

.lContact2 .one .en {
    font-size: 13px;
}

.lContact2 .two {
    font-size: 27px;
    font-family: Impact;
    text-align: center;
    padding-top: 7px;
    letter-spacing: 3px;
    line-height: 33px;
}

.lContact2 .three {
    font-size: 17px;
    padding-top: 9px;
    padding-left: 45px;
    line-height: 190%;
}

.lContact2 .four {
    font-size: 16px;
    padding-left: 32px;
    padding-top: 27px;
}

.lContact2 .four a {
    line-height: 31px;
    width: 119px;
    display: inline-block;
    text-align: center;
}

.lContact2 .four a:nth-child(1) {
    margin-right: 10px;
}

.proList {
    padding: 1.3rem 0;
    padding-bottom: 1rem;
}

.proList .ul_1 {
    padding-top: 0.8rem;
    background: url(/template/images/wap_yuan2.png) no-repeat center top;
    background-size: 100% 100%;
    background-position-y: 3rem;
}

.proList .right {
    padding-top: 1rem;
    background: #fff;
}

.proList .center .ul_1.clear .right .listBox {
    padding-top: 30px;
}

.proList .right .r_smallNav {
    padding-top: 20px;
    padding-bottom: 35px;
}

.proList .right .r_smallNav .ul_3 {
}

.proList .right .r_smallNav .ul_3 li {
    float: left;
    margin-right: 12px;
    line-height: 43px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    width: 179px;
    overflow: hidden;
}

.proList .right .r_smallNav .ul_3 li:nth-child(5), .proList .right .r_smallNav .ul_3 li:nth-child(10), .proList .right .r_smallNav .ul_3 li:nth-child(15) {
    margin-right: 0;
}

.proList .right .r_smallNav .ul_3 li:hover {
    background: #f55319;
    border: 1px solid #f55319;
}

.proList .right .r_smallNav .ul_3 li a {
    display: block;
    font-size: 16px;
}

.proList .right .r_smallNav .ul_3 li a img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
}

.proList .right .r_smallNav .ul_3 li:hover a {
    color: #fff;
}

.proList .r_list {
}

.proList .r_list .item {
    float: left;
    width: 100%;
    max-width: 46%;
    padding: 0.2rem 1%;
    margin-left: 1.5%;
    margin-bottom: 0.5rem;
    text-align: center;
    -moz-box-shadow: 1px 2px 3px #ddd;
    -webkit-box-shadow: 1px 2px 3px #ddd;
    box-shadow: 1px 2px 5px #ddd;
}

.proList .r_list .item:hover {
    -moz-box-shadow: 1px 2px 5px #d1dcdd;
    -webkit-box-shadow: 1px 2px 5px #d1dcdd;
    box-shadow: 1px 2px 5px #d1dcdd;
}

.proList .r_list .item:nth-child(3), .proList .r_list .item:nth-child(6), .proList .r_list .item:nth-child(9), .proList .r_list .item:nth-child(12), .proList .r_list .item:nth-child(15), .proList .r_list .item:nth-child(18) {
    margin-right: 0;
}

.proList .r_list .item .bt {
    background: url(/template/images/bt.png) no-repeat center top;
    line-height: 1.2rem;
    background-size: 100% 100%;
}

.proList .r_list .item .bt a {
    display: inline-block;
    width: 50%;
    max-width: 50%;
    text-align: center;
}

.proList .r_list .item .bt a:nth-child(2) {
    color: #fff;
    text-shadow: 1px 1px 1px #918163;
}

/*.proList .r_list .item .hdBox {
    width: 275px;

    height: 275px;
    overflow: hidden;
}
*/
.proList .r_list .item img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 7.3rem;
}

/*.proList .r_list .item img:hover {
    transform: scale(1.05);
}
*/
.proList .r_list .item .proName {
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.65rem;
}

.proList .r_list .item a:hover .proName {
}

.xgPro {
    padding-top: 0.1rem;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
}

.xgPro .dl_6 dd {
    float: left;
    margin-right: 1%;
    width: 60%;
    max-width: 30.7%;
    border: 0.05rem solid #ccc;
    padding: 0.1rem;
    padding-bottom: 0;
}

.caseShow {
    padding: 1.3rem 0;
}

.xgPro .dl_6 dd:nth-child(4) {
    display: none;
}

.xgPro .dl_6 dd:hover {
    -moz-box-shadow: 0px 1px 3px #d1dcdd;
    -webkit-box-shadow: 0px 1px 3px #d1dcdd;
    box-shadow: 0px 1px 3px #d1dcdd;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #0d8c90;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 1.3rem;
    font-size: 0.6rem;
    text-align: center;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd a img {
    max-width: 100%;
    height: 5rem;
    display: block;
}

.proShow {
    padding-top: 0.5rem;
}

.proShow .ul_1 {
}

.proShow .left {
    display: none;
}

.proShow .right {
}

.proShow .right .inSbox {
}

.proShow .right .inSbox .line_2 .dl_1 .sub_left {
    width: 360px;
}

.proShow .right .inSbox .line_2 .dl_1 .sub_left img {
    display: block;
    padding: 8px;
    border: 1px solid #e29da4;
}

.proShow .right .inSbox .line_2 .dl_1 .sub_right {
    width: 430px;
}

.proShow .right .line_2 .sub_right .one {
    padding-bottom: 12px;
}

.proShow .right .line_2 .sub_right .one p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .line_2 .sub_right .one, .proShow .right .line_2 .sub_right .one p, .proShow .right .line_2 .sub_right .one span, .proShow .right .line_2 .sub_right .one td {
    font-size: 15px !important;
    text-indent: 0 !important;
}

.proShow .right .line_2 .sub_right .one table {
    border-collapse: collapse !important;
    background: none !important;
    width: 100% !important;
}

.proShow .right .line_2 .sub_right .one table, .proShow .right .line_2 .sub_right .one td {
    border: 0 !important;
}

.proShow .right .line_2 .sub_right .one tr {
    border: 1px dashed #e29da4 !important;
    margin-bottom: 15px !important;
    display: inline-table !important;
    width: 100% !important;
}

.proShow .right .line_2 .sub_right .one td {
    line-height: 180% !important;
    padding: 5px 3px !important;
    padding-left: 25px !important;
    color: #333 !important;
    background: url(/template/images/jian3.png) no-repeat center left !important;
    background-position-x: 6px !important;
    background-position-y: 14px !important;
}

.proShow .right .line_2 .sub_right .one tr:nth-child(1) td, .proShow .right .line_2 .sub_right .one tr:nth-child(2) td {
    width: 50% !important;
}

.proShow .right .inSbox .line_2 .dl_1 .sub_right .two {
    background: url(/template/images/call_02.png) no-repeat center;
    background-position-x: 220px;
    padding: 0 20px;
}

.proShow .right .inSbox .txtBox {
}

.proShow .right .inSbox .txtBox .xqList {
}

.proShow .right .inSbox .txtBox .ul_3 {
    text-align: center;
    background: url(/template/images/wap_psBj2.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
}

.proShow .right .inSbox .txtBox .ul_3 li {
    text-align: center;
    float: left;
    cursor: pointer;
    width: 100%;
    max-width: 33%;
}

.proShow .right .inSbox .txtBox .ul_3 li a {
    font-size: 0.7rem;
    color: #e9b25b;
    display: block;
    line-height: 1.3rem;
    font-weight: bold;
    min-height: 2.35rem;
}

.proShow .right .line_1 {
    background: url(/template/images/wap_psBj.jpg) no-repeat center top;
    background-size: cover;
    padding: 1rem 0;
    padding-top: 1.2rem;
}

.proShow .right .line_1 .dl_1 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    /* padding-top: 0.3rem; */
}

.proShow .right .line_1 .dl_1 .sub_left {
}

.proShow .right .line_1 .dl_1 .sub_right {
    text-align: center;
}

.proShow .right .line_1 .dl_1 .sub_left .one {
}

.proShow .right .line_1 .dl_1 .sub_left .one .dl_2 {
}

.proShow .right .line_1 .dl_1 .sub_left .one .dl_2 dd {
    float: left;
    width: 25%;
    max-width: 25%;
    text-align: center;
    line-height: 1rem;
    padding-top: 3.2rem;
}

.proShow .right .line_1 .dl_1 .sub_left .one .dl_2 dd:nth-child(3) {
    background: url(/template/images/wap_td_03.png) no-repeat center top;
    background-size: 75% auto;
}

.proShow .right .line_1 .dl_1 .sub_left .one .dl_2 dd:nth-child(4) {
    background: url(/template/images/wap_td_04.png) no-repeat center top;
    background-size: 75% auto;
}

.proShow .right .line_1 .dl_1 .sub_left .two {
    line-height: 200%;
    text-align: justify;
    padding-top: 0.6rem;
    text-indent: 2em;
}

.proShow .right .line_1 .dl_1 .sub_left .three {
    padding: 0.8rem 0;
    padding-bottom: 1rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_1 .dl_1 .sub_left .three a {
    line-height: 2rem;
    text-align: center;
    font-size: 0.63rem;
    color: #fff;
    text-shadow: 1px 2px 5px #0c634b;
    background: url(/template/images/wap_zxBt.png) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    max-width: 49%;
    font-weight: bold;
    border-radius: 0.3rem;
    -moz-box-shadow: 1px 0px 0.2rem #ccc;
    -webkit-box-shadow: 1px 0px 0.2rem #ccc;
    box-shadow: 1px 0px 0.2rem #ccc;
    float: left;
    margin-right: 2%;
}

.proShow .right .line_1 .dl_1 .sub_left .three a:nth-child(1) {
}

.proShow .right .line_1 .dl_1 .sub_left .three a:nth-child(2) {
    margin-right: 0;
}

.proShow .right .line_1 .dl_1 .sub_left .four {
    display: none;
}

.proShow .right .line_1 .dl_1 .sub_left .four span {
    display: inline-block;
    height: 25px;
    background: url(/template/images/x5.png) no-repeat center right;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.proShow .right .line_1 .dl_1 .sub_right .one {
}

.proShow .right .line_1 .dl_1 .sub_right .one img {
    display: block;
}

.proShow .right .line_1 .dl_1 .sub_right .two {
    line-height: 30px;
    padding-top: 25px;
}

.proShow .right .line_1 .dl_1 .sub_right .two span {
    font-size: 22px;
    font-weight: bold;
    color: #034450;
    letter-spacing: -1px;
}

.proShareBox.r_1 .pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShareBox.r_1 .pro_shareTxt table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

.proShareBox.r_1 .pro_shareTxt, .proShareBox.r_1 .pro_shareTxt p, .proShareBox.r_1 .pro_shareTxt span, .proShareBox.r_1 .pro_shareTxt td {
    line-height: 180% !important;
    font-size: 0.6rem !important;
    color: #1e1e1e !important;
}

.proShareBox.r_1 .pro_shareTxt td {
    border: 0.05rem solid #fff !important;
    float: left;
    text-align: center !important;
}

.proShareBox.r_1 .pro_shareTxt td:nth-child(1), .proShareBox.r_1 .pro_shareTxt td:nth-child(3) {
    width: 30% !important;
    max-width: 30% !important;
    background-color: #edf7f0 !important;
    font-weight: bold !important;
}

.proShareBox.r_1 .pro_shareTxt td:nth-child(2), .proShareBox.r_1 .pro_shareTxt td:nth-child(4) {
    background-color: #fafafa !important;
    width: 70% !important;
    max-width: 68.5% !important;
}

.proShareBox.r_3 .pro_shareTxt table, .proShareBox.r_3 .pro_shareTxt td {
    width: auto !important;
}

.proShareBox.r_3 .pro_shareTxt p {
    margin: 0 !important;
    padding: 3px 0 !important;
}

.proShareBox.r_3 .pro_shareTxt table {
    width: 100% !important;
    margin: 0 auto !important;
}

.proShareBox.r_3 {
    padding-bottom: 0;
}

.proShow .right .inSbox .txtBox .call .dl_5 {
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left {
    font-size: 0.6rem;
    color: #5a5b5b;
    line-height: 1.8rem;
    padding-left: 3%;
    width: 100%;
    max-width: 95%;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_right {
    display: none;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_right .sub_one {
    color: #e8b96f;
    font-size: 18px;
    padding-bottom: 6px;
    font-weight: bold;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_right .sub_two {
    color: #777;
    font-size: 14px;
}

.newShareNav {
    text-align: center;
    margin-bottom: 0.3rem;
}

.newShareNav .dl_2 {
    padding-top: 0.1rem;
    background: url(/template/images/line16.png) no-repeat center top;
}

.newShareNav dd {
    float: left;
    width: 25%;
    max-width: 24.5%;
    min-height: 3.5rem;
    margin-right: 0.65%;
}

.newShareNav a {
    display: block;
    line-height: 110%;
    min-height: 3rem;
    color: #000;
}

.newShareNav a .cn {
    font-size: 0.7rem;
    font-weight: bold;
    padding-top: 1.5rem;
}

.newShareNav a .en {
    font-size: 0.28rem;
    text-transform: uppercase;
}

.newShareNav dd.cStyle a .cn, .newShareNav dd.cStyle a .en, .newShareNav dd:hover a .cn, .newShareNav dd:hover a .en {
    color: #036c68;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(0, 170, 148)), to(rgb(0, 56, 65)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newShareNav dd.cStyle, .newShareNav dd:hover {
    background: url(/template/images/wap_jiao5.png) no-repeat center bottom;
    background-size: auto 100%;
}

.newShareNav dd:nth-child(4) {
    margin-right: 0;
}

.newShareNav dd:nth-child(1) a {
    background: url(/template/images/newNav_01.png) no-repeat center top;
    background-color: #fafafa;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.newShareNav dd:nth-child(2) a {
    background: url(/template/images/newNav_02.png) no-repeat center top;
    background-color: #fafafa;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.newShareNav dd:nth-child(3) a {
    background: url(/template/images/newNav_03.png) no-repeat center top;
    background-color: #fafafa;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.newShareNav dd:nth-child(4) a {
    background: url(/template/images/newNav_04.png) no-repeat center top;
    background-color: #fafafa;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.newShareNav dd:nth-child(1).cStyle a, .newShareNav dd:nth-child(1):hover a {
    background: url(/template/images/newNavH_01.png) no-repeat center top;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.newShareNav dd:nth-child(2).cStyle a, .newShareNav dd:nth-child(2):hover a {
    background: url(/template/images/newNavH_02.png) no-repeat center top;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.newShareNav dd:nth-child(3).cStyle a, .newShareNav dd:nth-child(3):hover a {
    background: url(/template/images/newNavH_03.png) no-repeat center top;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.newShareNav dd:nth-child(4).cStyle a, .newShareNav dd:nth-child(4):hover a {
    background: url(/template/images/newNavH_04.png) no-repeat center top;
    background-size: auto 0.9rem;
    background-position-y: 0.4rem;
}

.in_Case {
    padding: 1rem 0;
    padding-top: 1.3rem;
}

.caseShareNav {
}

.caseShareNav a {
    float: left;
    width: 100%;
    max-width: 32.3%;
    margin-left: 0.3%;
    font-size: 0.55rem;
    background: #f8f7ee;
    line-height: 1.8rem;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0.3rem;
    color: #015351;
    border: 0.05rem solid #95b79b;
    border-radius: 0.3rem;
}

.caseShareNav a.cStyle, .caseShareNav a:hover {
    font-weight: bold;
    color: #fff;
    background: #03917f;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #03917f, #024651);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #03917f, #024651);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #03917f, #024651);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #03917f, #024651);
    /* Standard syntax */
}

.in_Case .caseBox {
    padding-top: 0.5rem;
}

.shareCaseItem {
    background: url(/template/images/wap_new_bj.png) no-repeat;
    background-size: 100% 100%;
    max-width: 95%;
    line-height: normal;
    padding: 0.3rem;
    margin-bottom: 0.35rem;
    text-align: left;
    padding-bottom: 0.65rem;
    margin-left: 0.5%;
}

.shareCaseItem .sub_left {
    float: left;
    width: 40%;
    max-width: 40%;
}

.shareCaseItem .sub_right {
    float: right;
    width: 56%;
    max-width: 56%;
}

.shareCaseItem .sub_right .sub_one {
    background: url(/template/images/wap_line30.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0.2rem;
}

.shareCaseItem .sub_right .sub_one a {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1rem;
    color: #333;
}

.shareCaseItem .sub_right .sub_two {
    font-size: 0.5rem;
    color: #02545a;
    padding: 0.1rem 0;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.shareCaseItem .sub_right .sub_two .l_1 {
    display: none;
}

.shareCaseItem .sub_right .sub_two .l_2 {
    float: left;
}

.shareCaseItem .sub_right .sub_three {
    font-size: 0.6rem;
    line-height: 160%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
    color: #888;
}

.shareCaseItem .sub_right .sub_four {
    text-align: right;
    font-size: 0.55rem;
}

.shareCaseItem .sub_right .sub_four a {
    display: inline-block;
    line-height: 1.1rem;
    border-radius: 10rem;
    padding: 0 0.5rem;
    border: 0.05rem solid #02545a;
    color: #02545a;
}

.shareNewItem {
    background: url(/template/images/wap_new_bj.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 95%;
    line-height: normal;
    padding: 0.3rem;
    margin-bottom: 0.35rem;
    text-align: left;
    padding-bottom: 0.65rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin-left: 0.5%;
}

.shareNewItem:nth-child(3), .shareNewItem:nth-child(6), .shareNewItem:nth-child(9), .shareNewItem:nth-child(12) {
    margin-right: 0;
}

.shareNewItem .sBox {
    width: 56%;
    max-width: 56%;
    padding-top: 0.1rem;
    float: right;
}

.shareNewItem .sub_one {
    background: url(/template/images/wap_line30.png) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0.2rem;
}

.shareNewItem .sub_one a {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1rem;
    color: #333;
}

.shareNewItem .sub_two {
    font-size: 0.5rem;
    color: #02545a;
    padding: 0.1rem 0;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.shareNewItem .sub_three {
    font-size: 0.6rem;
    line-height: 160%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
    color: #888;
}

.shareNewItem .sub_four {
    text-align: right;
    font-size: 0.55rem;
}

.caseShow .showBox {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}

.caseShow .showBox .line_1 .dl_1 {
}

.caseShow .showBox .line_1 .l_1 {
    background: none;
    padding: 0;
    border-bottom: 0.1rem solid #cc070c;
    font-weight: bold;
    float: left;
    font-size: 0.8rem;
}

.caseShow .showBox .line_1 .l_2 {
    display: none;
}

.caseShow .showBox .line_1 .l_3 {
    display: none;
}

.caseShow .center .showBox .line_1 .dl_1.clear .l_4.sub_right a {
    display: inline-block;
    padding-left: 22px;
    background: url(/template/images/goBack.png) no-repeat center left;
    color: #095505;
}

.caseShow .showBox .line_2 {
    padding-top: 0.5rem;
}

.caseShow .showBox .line_2 .sTitle {
    font-weight: bold;
    font-size: 0.9rem;
    color: #444;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    padding: 0.4rem 0;
}

.caseShow .center .showBox .line_2 .sTitle h1, .caseShow .center .showBox .line_2 .sTitle h2, .caseShow .center .showBox .line_2 .sTitle h3, .caseShow .center .showBox .line_2 .sTitle p {
    font-size: 0.9rem;
    margin: 0;
    padding: 0;
    line-height: 160%;
}

.caseShow .showBox .line_2 .sContent {
    color: #666;
    padding: 0.5rem 0;
    border-top: 0.05rem dashed #ddd;
}

.caseShow .center .showBox .line_2 .sContent img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.caseShow .showBox .line_2 .sContent, .caseShow .showBox .line_2 .sContent p, .caseShow .showBox .line_2 .sContent span, .caseShow .showBox .line_2 .sContent font, .caseShow .showBox .line_2 .sContent td {
    color: #111;
    font-size: 0.65rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .showBox .line_2 .sContent p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
}

.caseShow .center .showBox .line_2 .sContent .pic {
    color: #064f1e;
    padding: 0.5rem 0;
    text-align: center;
}

.caseShow .center .showBox .line_2 .sContent .pic a {
    color: #064f1e;
}

.caseShow .showBox .line_2 .sContent .pic dd {
    padding: 0.2rem;
    border: 0.05rem solid #eee;
    margin-bottom: 0.8rem;
}

.caseShow .showBox .line_2 .sContent .subBox {
    padding-bottom: 0.5rem;
}

.caseShow .center .showBox .line_2 .sContent .subTitle {
    font-weight: bold;
    padding-bottom: 3px;
}

.caseShow .center .showBox .line_2 .sContent .txtBottom {
    padding-top: 10px;
}

.caseShow .center .showBox .line_2 .sContent .txtBottom font {
    color: #064f1e;
    font-weight: bold;
}

.prev_next {
}

.prev_next a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 80%;
}

.prev_next .sub_left, .prev_next .sub_right {
    display: block;
    width: 98%;
    margin: 0.3rem 1%;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2rem;
    min-height: 2rem;
    border-radius: 0.3rem;
    border: 0.05rem solid #dcdcdc;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
    border: 1px solid #d10807;
    color: #d10807;
}

.prev_next li:hover a {
    color: #d10807;
}

.aboutBox {
    padding: 1rem 0;
    background: url(/template/images/wap_aboutBox.jpg) no-repeat center top;
    min-height: 10rem;
    background-size: 105% auto;
    padding-top: 3rem;
}

.aboutBox .content {
    position: relative;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}

.aboutBox .content .one {
    padding-top: 0.7rem;
    text-align: justify;
    color: #333;
    overflow: hidden;
}

.aboutBox .content .one, .aboutBox .content .one p, .aboutBox .content .one span {
    font-size: 0.6rem !important;
    line-height: 200% !important;
}

.aboutBox .content .one p {
    margin: 0 !important;
    padding: 0 !important;
}

.aboutBox .content .one .more {
    float: right;
    position: relative;
    top: -40px;
    left: -10px;
}

.aboutBox .content .two {
    padding: 1rem 0;
    padding-top: 0.8rem;
}

.aboutBox .content .two dd {
    float: left;
    width: 25%;
    max-width: 25%;
    text-align: center;
    position: relative;
    padding-top: 1.68rem;
}

.aboutBox .content .two font {
    font-size: 0.8rem;
    color: #03535a;
    display: block;
    font-weight: bold;
}

.aboutBox .content .three {
    padding-top: 35px;
}

.wenHua {
}

.wenHua .center .content {
    font-size: 24px;
    font-weight: bold;
    line-height: 150%;
    padding-top: 181px;
    width: 1150px;
    margin: 0 auto;
}

.wenHua .center .content dd {
    float: left;
    width: 321px;
    text-align: center;
    margin-right: 94px;
}

.wenHua .center .content dd:nth-child(1) {
    padding-top: 161px;
    margin-left: 4px;
}

.wenHua .center .content dd:nth-child(2) {
    margin-right: 88px;
}

.wenHua .center .content dd:nth-child(3) {
    margin-right: 0;
    padding-top: 161px;
}

.in_contact {
    padding: 1.3rem 0;
    position: relative;
    padding-top: 4.5rem;
}

.in_contact .line_1 {
    background: url(/template/images/c_01.png) no-repeat;
    padding-left: 29%;
    text-indent: 2em;
    line-height: 170%;
    background-size: 25% auto;
    letter-spacing: 0.05rem;
    padding-top: 0.3rem;
    font-size: 0.6rem;
    color: #666;
}

.in_contact .line_2 {
}

.shareTitle3 {
    background: url(/template/images/wap_t11.png) no-repeat center top;
    padding-bottom: 0.5rem;
    background-size: 68% auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.shareTitle3 .cn {
    font-size: 1rem;
    padding-bottom: 0.1rem;
    font-weight: bold;
    color: #036064;
    padding-top: 0.5rem;
}

.shareTitle3 .one {
    color: #666;
    font-size: 0.6rem;
    text-transform: uppercase;
}

.in_contact .line_2 .companyName {
    font-weight: bold;
    padding: 0.5rem 3%;
    padding-top: 0.8rem;
    color: #666;
}

.in_contact .line_2 .companyName .cn {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
}

.in_contact .line_2 .companyName .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.mapBox {
    position: relative;
    height: 13.5rem;
    padding-bottom: 0.15rem;
    overflow: hidden;
    background: url(/template/images/line28.png) no-repeat center bottom;
    background-size: auto 0.15rem;
}

.mapBox .floatBox {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 140%;
    width: 100%;
    max-width: 100%;
}

.mapBox .sBox {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.85);
    width: 100%;
    max-width: 53%;
    font-size: 0.6rem;
    z-index: 50;
    padding: 0 2%;
    min-height: 13.5rem;
}

.mapBox .sBox dl {
    min-height: 2.5rem;
    border-bottom: 0.05rem solid #eee;
    padding-left: 1.8rem;
}

.mapBox .sBox dl .s1 {
    padding-top: 0.48rem;
}

.mapBox .sBox dl .s2 {
    color: #036064;
    font-weight: bold;
    font-size: 0.6rem;
}

.mapBox .sBox .one {
    background: url(/template/images/mapIco_01.png) no-repeat center left;
    background-size: 1.5rem auto;
}

.mapBox .sBox .two {
    background: url(/template/images/mapIco_02.png) no-repeat center left;
    background-size: 1.5rem auto;
}

.mapBox .sBox .three {
    background: url(/template/images/mapIco_03.png) no-repeat center left;
    background-size: 1.5rem auto;
}

.mapBox .sBox .four {
    background: url(/template/images/mapIco_04.png) no-repeat center left;
    background-size: 1.5rem auto;
}

.mapBox .sBox .five {
    border-bottom: 0;
    background: url(/template/images/mapIco_05.png) no-repeat center left;
    background-size: 1.5rem auto;
    background-position-y: 0.5rem;
}

.shareNewItem2 {
    border-bottom: 0.05rem solid #eee;
    padding: 0.35rem 0;
    font-size: 0.6rem;
}

.shareNewItem2:nth-child(1) {
    padding-top: 0;
}

.shareNewItem2:nth-child(3) {
    padding-bottom: 0;
    border-bottom: 0;
}

.shareNewItem2 .sub_left {
    width: 35%;
    max-width: 35%;
    float: left;
}

.shareNewItem2 .sub_left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5rem;
}

.shareNewItem2 .sub_right {
    width: 65%;
    max-width: 62%;
    float: right;
}

.shareNewItem2 .sub_right .one {
    font-size: 0.75rem;
    margin-bottom: 0.1rem;
}

.shareNewItem2 .sub_right .one a {
    font-weight: bold;
}

.shareNewItem2 .sub_right .two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
    color: #888;
    font-size: 0.55rem;
    line-height: 160%;
}

.shareNewItem2 .sub_right .three {
    font-size: 0.55rem;
    color: #28896b;
    padding-top: 0.2rem;
}

.shareNewItem2 .sub_right .three .dl_6 {
}

.shareNewItem2 .sub_right .three .s_left {
    float: left;
}

.shareNewItem2 .sub_right .three .s_right {
    float: right;
    width: 100%;
    max-width: 55%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.in_contact .line_3 {
    padding: 1.5rem 0;
    padding-bottom: 0.5rem;
}

.in_contact .line_3 .content {
    font-size: 0.6rem;
    padding-top: 0.3rem;
}

.in_contact .line_3 .content .dl_1 .l_1 {
    font-size: 0.65rem;
    width: 100%;
    max-width: 49.5%;
    background: url(/template/images/box_01.jpg) no-repeat center top;
    text-align: center;
    min-height: 11rem;
    line-height: 180%;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.in_contact .line_3 .content .dl_1 .l_2 {
    margin-left: 1.2%;
    width: 98%;
    max-width: 93%;
    border: 0.05rem solid #eee;
    padding: 0.3rem 2%;
    padding-bottom: 0;
    margin-bottom: 1rem;
}

.in_contact .line_3 .content .dl_1 .l_3 {
    font-size: 0.65rem;
    width: 100%;
    max-width: 49.5%;
    background: url(/template/images/box_02.jpg) no-repeat center top;
    text-align: center;
    min-height: 11rem;
    line-height: 180%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.in_contact .line_3 .content .dl_1 .l_1 .one {
    padding-top: 2.8rem;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle {
    border-bottom: 0.05rem solid #ddd;
    line-height: 1rem;
    padding-bottom: 0.3rem;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle span {
    display: inline-block;
    color: #036c68;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(0, 170, 148)), to(rgb(0, 56, 65)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle .dl_2 .s_left {
    padding-left: 1.2rem;
    background: url(/template/images/newIcoH_01.png) no-repeat;
    background-size: 0.9rem auto;
    padding-top: 0.1rem;
    background-position-y: 0.1rem;
    float: left;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle .dl_2 .s_left .cn {
    font-size: 0.75rem;
    font-weight: bold;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle .dl_2 .s_left .en {
    font-size: 0.5rem;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle .dl_2 .s_right img {
    vertical-align: middle;
}

.in_contact .line_3 .content .dl_1 .l_2 .sContent {
    padding-top: 0.5rem;
}

.in_contact .line_3 .content .dl_1 .l_3 a {
    display: block;
    padding-top: 3.5rem;
    min-height: 7.5rem;
}

.in_contact .line_3 .content .dl_1 .l_3 a:nth-child(2) {
    padding-top: 97px;
    min-height: 132px;
}

.menunavbtn {
    width: 100%;
    max-width: 10%;
    height: 1.8rem;
    position: absolute;
    right: 1%;
    top: 0.5rem;
    z-index: 1000;
    opacity: 0.8;
}

.t_search .t_searchUL .right .kwBox {
    display: none;
}

.top .tBox_2 {
    background: url(/template/images/wap_topBox.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
    z-index: 900;
    -moz-box-shadow: 1px 0px 0.2rem #bbb;
    -webkit-box-shadow: 1px 0px 0.2rem #bbb;
    box-shadow: 1px 0px 0.2rem #bbb;
}

.t_nav a:hover .cn {
    font-weight: bold;
    color: #07788a;
}

.t_nav a:hover .en {
    color: #035258;
}

.yuan {
    background: url(/template/images/wap_yuan.png) no-repeat;
    background-size: 100% auto;
    min-height: 1.5rem;
    margin-top: -1.3rem;
    position: relative;
}

.iPro .content .center {
    display: grid;
    grid-template-columns: 100%;
    padding-top: 3rem;
    position: relative;
}

.iPro .content .proType {
    order: 1;
}

.iPro .content #Tab_1 {
    left: 0;
}

.iPro .content #Tab_2 {
    right: 0;
}

.iPro .content #Tab_1,.iPro .content #Tab_2 {
    position: absolute;
    top: 0;
    width: 50%;
    max-width: 49.6%;
    min-height: 3rem;
    float: left;
    display: block;
    background: url(/template/images/wap_leftTitle.jpg) no-repeat center top;
    background-size: 100% auto;
    line-height: 120%;
    color: #e6e6e6;
    font-weight: bold;
}

.iPro .content .proType .subBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.iPro .content .proType .subBox dd {
}

.proType .md font {
    display: none;
}

.proType a:hover span {
    color: #035435;
    background-image: -webkit-gradient(radial,50% 50%,0,50% 50%,25,from(#0f9a83),to(#035435));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.iPro .content #Tab_1.cur, .iPro .content #Tab_2.cur {
    background: url(/template/images/wap_leftTitleH.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #f3d0a3;
}

.proType2 .leftContent .smallType font {
    display: none;
}

.iPro .content #Box_1,.iPro .content #Box_2 {
    padding-top: 0.3rem;
}

.iPro .content .right .ul_2 {
}

.iPro .content .right .ul_2 .shareItem:nth-child(9) {
    display: none;
}

.shareMore_2 {
    padding-top: 0.8rem;
    text-align: center;
    background: #fff;
}

.shareMore_2 a {
    display: inline-block;
    line-height: 2rem;
    text-align: center;
    color: #f3d0a3;
    font-size: 0.75rem;
    width: 60%;
    max-width: 50%;
    background: url(/template/images/wap_more.png) no-repeat center top;
    background-size: auto 100%;
    font-weight: bold;
    text-shadow: 1px 1px 3px #333;
}

.youShi .shareTitle {
    background: url(/template/images/wap_ysTitle.png) no-repeat center top;
    background-size: 90% auto;
    margin-bottom: 0.5rem;
}

.youShi .shareTitle a {
}

.youShi .shareTitle .cn {
    background: url(/template/images/wap_4.png) no-repeat center bottom;
    background-size: auto 60%;
    padding: 0;
    background-position-x: 41%;
    background-position-y: 0.3rem;
    padding-bottom: 0.9rem;
    padding-top: 0.8rem;
}

.youShi .shareTitle .cn .jianBian {
    margin-left: 6%;
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .content {
    position: relative;
    min-height: 20rem;
}

.f_feedback .content .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.f_feedback .shareTitle .one {
    display: none;
}

.f_feedback .content .right .two img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
}

.f_feedback .content .right .one img {
    max-width: 75%;
    display: block;
    margin: 0 auto;
}

.f_contact .center {
    padding: 0.8rem;
    padding-bottom: 0.8rem;
}

.f_contact .l_1 .one .sub_left {
    float: left;
}

.f_contact .l_1 .one .sub_right {
    float: right;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

.keFu .goTop {
    background: url(/template/images/wap_goTop.png) no-repeat center top;
    background-size: auto 100%;
    min-height: 2.2rem;
    text-align: center;
    position: relative;
}

.keFu .goTop a {
    display: inline-block;
    width: 30%;
    max-width: 30%;
    line-height: 2.3rem;
    color: #f3d0a3;
    text-shadow: 1px 1px 2px #000;
}

.keFu .sBox {
    background: url(/template/images/wap_kf.jpg) no-repeat center top;
    background-size: auto 100%;
    margin-top: -1.1rem;
}

.keFu .sBox a {
    width: 100%;
    max-width: 25%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #f3d0a3;
    font-size: 0.65rem;
    text-align: center;
    line-height: 1.5rem;
    padding: 0.6rem 0;
    padding-bottom: 0rem;
    font-weight: bold;
}

.keFu .sBox a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.3rem;
}

.f_contact .l_4 .two dd {
    width: 50%;
    max-width: 50%;
    float: left;
}

.f_contact .l_4 .two dd:nth-child(5) {
    display: none;
}

.typeNav .leftContent .leftList #Tab_1 {
    left: 0;
}

.typeNav .leftContent .leftList #Tab_2 {
    right: 0;
}

.typeNav .leftContent .leftList #Tab_1.cur, .typeNav .leftContent .leftList #Tab_2.cur {
    background: url(/template/images/wap_leftTitleH.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #f3d0a3;
}

.typeNav .leftContent .leftList .smallType a font {
    display: none;
}

.typeNav .leftContent .leftList #Tab_1.cur a, .typeNav .leftContent .leftList #Tab_2.cur a {
    color: #f3d0a3;
}

.proList .left {
}

.showTitle {
    padding: 0.2rem 0;
    line-height: 1.5rem;
    color: #1e1e1e;
    border-bottom: 0.05rem dashed #e0d1c1;
    border-left: 0;
    border-right: 0;
}

.showTitle .sub_left {
    font-weight: bold;
    background: url(/template/images/proNavH.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1.1rem;
    float: left;
}

.showTitle .dl_2 .sub_left p, .showTitle .dl_2 .sub_left h2 {
    font-size: 0.8rem;
    margin: 0;
    padding: 0;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    color: #1e1e1e;
    padding-right: 1rem;
    background: url(/template/images/wap_ico6.png) no-repeat center right;
    background-size: 0.75rem auto;
    font-size: 0.65rem;
}

.showTitle .sub_right {
    float: right;
}

.showTitle .dl_2 {
    max-width: 95%;
    margin-left: 2.5%;
}

.proShow .right .line_1 .dl_1 .sub_left .one .dl_2 dd:nth-child(1) {
    background: url(/template/images/wap_td_01.png) no-repeat center top;
    background-size: 75% auto;
}

.proShow .right .line_1 .dl_1 .sub_left .one .dl_2 dd:nth-child(2) {
    background: url(/template/images/wap_td_02.png) no-repeat center top;
    background-size: 75% auto;
}

.proShow .right .line_1 .dl_8 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    line-height: 200%;
}

.proShow .right .line_1 .dl_8 .four {
    padding-top: 0.5rem;
}

.proShow .right .line_1 .dl_8 .four .x5 {
}

.proShow .right .line_1 .dl_8 .two {
}

.proShow .right .line_1 .dl_8 .two span {
    font-size: 1rem;
    font-weight: bold;
    color: #055665;
    vertical-align: top;
}

.proShow .right .inSbox .txtBox .ul_3 li a.cur {
    color: #02545a;
    background: url(/template/images/wap_sNavH.png) no-repeat center bottom;
    background-size: 100% auto;
}

.in_Case .shareTitle {
    min-height: 2.5rem;
    text-align: center;
    background: url(/template/images/t5.png) no-repeat center top;
    background-size: 83% auto;
    margin-bottom: 0.6rem;
}

.in_Case .caseline {
    /* background: url(/template/images/line13.png) no-repeat center top; */
    /* min-height: 0.6rem; */
    /* background-size: auto 0.55rem; */
}

.shareCaseItem .sub_left img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5.5rem;
}

.shareCaseItem .sub_right .sub_two font {
    display: none;
}

.shareCaseItem .sub_right .sub_two .l_3 {
    float: right;
}

.shareNewItem .nLink {
    width: 40%;
    max-width: 40%;
    display: block;
    float: left;
}

.shareNewItem .sub_two font {
    display: none;
}

.shareNewItem .sub_two .l_1 {
    float: left;
}

.shareNewItem .sub_two .l_3 {
    float: right;
}

.shareNewItem .nLink img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 5.5rem;
}

.in_new .shareTitle {
    min-height: 2.5rem;
    text-align: center;
    background: url(/template/images/t5.png) no-repeat center top;
    background-size: 83% auto;
    margin-bottom: 0.6rem;
}

.caseShow .shareTitle {
    min-height: 2.5rem;
    text-align: center;
    background: url(/template/images/t5.png) no-repeat center top;
    background-size: 83% auto;
    margin-bottom: 0.6rem;
}

.caseShow .caseShareNav {
    display: none;
}

.caseShow .showBox .line_1 .l_4 {
    float: right;
}

.caseShow .showBox .line_1 {
    line-height: 1.5rem;
    color: #1e1e1e;
    background: url(/template/images/line35.png) no-repeat center bottom;
}

.caseShow .showBox .line_2 .sContent .pic dd .txt {
    line-height: 1.5rem;
    font-size: 0.7rem;
    padding-top: 0.2rem;
}

.prev_next span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 2%;
}

.caseShow .xgBox {
    display: block;
    padding: 0.8rem 0;
}

.xgPro .dl_6 dd:nth-child(3) {
    margin-right: 0;
}

.aboutBox .shareTitle {
    background: url(/template/images/wap_t38.png) no-repeat center top;
    background-size: 41% auto;
    min-height: 2.5rem;
    text-align: center;
}

.aboutBox .content .two dd x {
    display: none;
}

.aboutBox .content .two dd:nth-child(4) font {
    position: absolute;
    top: 1.7rem;
    width: 100%;
    max-width: 100%;
}

.aboutBox .content .two dd:nth-child(1) {
    background: url(/template/images/wap_aboutIco_01.png) no-repeat center top;
    background-size: auto 1.5rem;
}

.aboutBox .content .two dd:nth-child(2) {
    background: url(/template/images/wap_aboutIco_02.png) no-repeat center top;
    background-size: auto 1.5rem;
}

.aboutBox .content .two dd:nth-child(3) {
    background: url(/template/images/wap_aboutIco_03.png) no-repeat center top;
    background-size: auto 1.5rem;
}

.aboutBox .content .two dd:nth-child(4) {
    padding-top: 2.75rem;
    background: url(/template/images/wap_aboutIco_04.png) no-repeat center top;
    background-size: auto 1.5rem;
}

.VideoPlay {
    height: 11rem;
    overflow: hidden;
    border-radius: 1rem;
    z-index: 100;
}

.VideoPlay #videoShow {
    min-height: 11rem;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #333;
}

.VideoPlay .videoPic {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 11rem;
}

.VideoPlay #videoShow video, .VideoPlay #videoShow object, .VideoPlay #videoShow embed, .VideoPlay #videoShow iframe {
    width: 100%;
    max-width: 100%;
    height: 11rem;
}

.wenHua .shareTitle {
    background: url(/template/images/wap_t39.png) no-repeat center top;
    background-size: 82% auto;
    margin-bottom: 0.5rem;
}

.in_contact .line_2 .shareTitle3 {
    position: absolute;
    top: 1.3rem;
}

.in_contact .line_1 span {
    display: none;
}

.mapBox #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 13.5rem !important;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle .dl_2 .s_right {
    float: right;
    width: 100%;
    max-width: 18%;
}

.in_contact .line_3 .content .dl_1 .l_2 .sTitle .dl_2 .s_right a {
}

.shareNewItem2 .sub_right .three font {
    display: none;
}

.in_contact .line_3 .content .dl_1 {
    position: relative;
    padding-bottom: 11rem;
}

.in_contact .line_3 .content .dl_1 .l_1 .one img {
    width: 100%;
    max-width: 60%;
}

.in_contact .line_3 .content .dl_1 .l_3 img {
    width: 100%;
    max-width: 30%;
}

.in_contact .line_3 .content .dl_1 .l_3 .sTxt {
    line-height: 1.6rem;
}

.in_contact .line_3 .content .dl_1 .l_1 .two {
    line-height: 1.8rem;
}

.searchBody .proList .left {
    display: none;
}

.searchBody .proList .ul_1 {
    padding-top: 0.8rem;
    background: #fff;
    position: relative;
}

.searchBody {
}

.searchBody .proList .right {
    padding: 0;
    background: none;
}

.proList .r_list .box {
    padding-bottom: 0.2rem;
}

.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;
}

.proShow .right .inSbox .txtBox #xqList_2 {
}

.proShow .right .inSbox .txtBox #xqList_2 .pro_shareTitle {
    display: none;
}

.proShow .right .inSbox .txtBox #xqList_2 .proShareBox {
    padding: 0;
}

.xgNew2 li .s1 {
    width: 40%;
    max-width: 40%;
    float: left;
}

.xgNew2 li .xgSubBox {
    width: 56%;
    max-width: 56%;
    padding-top: 0.1rem;
    float: right;
}

.proShow .right .inSbox .txtBox .xqList .mapBox {
    display: none;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall {
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall li {
    padding-left: 1.5rem;
    background: url(/template/images/wap_call_01.png) no-repeat center left;
    background-size: 1.1rem auto;
    border-bottom: 0.05rem dashed #ddd;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall li:nth-child(1) {
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall li:nth-child(2) {
    background: url(/template/images/wap_call_02.png) no-repeat center left;
    background-size: 1.1rem auto;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall li:nth-child(3) {
    background: url(/template/images/wap_call_03.png) no-repeat center left;
    background-size: 1.1rem auto;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall li:nth-child(4) {
    background: url(/template/images/wap_call_04.png) no-repeat center left;
    background-size: 1.1rem auto;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall li:nth-child(5) {
    background: url(/template/images/wap_call_05.png) no-repeat center left;
    background-size: 1.1rem auto;
}

.proShow .right .inSbox .txtBox .call .dl_5 .sub_left .psCall li font {
    font-weight: bold;
    color: #036064;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.jhList {
    padding-bottom: 1.5rem;
}

.jhList .left {
    padding-bottom: 0.5rem;
}

.jhList .right {
}

.jhlistBox {
}

.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;
}

.jhList .ul_1 {
    padding-top: 0.5rem;
}
