/* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.55rem;
    display: inline-block;
    border-radius: 0.3rem;
    border: 0.05rem solid #ddd;
    line-height: 1.6rem;
}

.pageNumber span, .pageNumber a:hover {
    border: 0.05rem solid #c70c17;
    color: #fff;
    background: #c70c17;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 100%;
    max-width: 71%;
    line-height: 1.8rem;
    min-height: 1.8rem;
    color: #888888;
    padding: 0 5%;
    margin: 0;
    border-top-left-radius: 30rem;
    border-bottom-left-radius: 30rem;
    border: 0.05rem solid #d2d7ef;
    padding-right: 3%;
}

.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: 20%;
    height: 1.9rem;
    max-width: 20%;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 1.9rem;
    border-top-right-radius: 30rem;
    border-bottom-right-radius: 30rem;
    background: url(/template/images/wap_searchBT.png) no-repeat center;
    background-size: 102% auto;
    border: 0;
    background-color: #fff;
    text-indent: 20%;
}

.in_banner {
    display: none;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.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_piFa {
    background: url("/template/images/banner_piFa.jpg") no-repeat center bottom;
}

.banner_heZuo {
    background: url("/template/images/banner_heZuo.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_zhaoShang {
    background: url("/template/images/banner_zhaoShang.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;
}

.x0 {
    background: url(/template/images/x0.png) no-repeat center right;
}

.x1 {
    background: url(/template/images/x1.png) no-repeat center right;
}

.x2 {
    background: url(/template/images/x2.png) no-repeat center right;
}

.x3 {
    background: url(/template/images/x3.png) no-repeat center right;
}

.x4 {
    background: url(/template/images/x4.png) no-repeat center right;
}

.x5 {
    background: url(/template/images/x5.png) no-repeat center right;
}

.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?v=2) 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;
}

.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 #e5e5e5;
}

.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;
}

.prev_next {
}

.prev_next a {
    width: 100%;
    max-width: 80%;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.prev_next .sub_left, .prev_next .sub_right {
    display: block;
    width: 98%;
    margin: 0.3rem 1%;
    color: #111;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8rem;
    font-size: 0.65rem;
    border-radius: 0.3rem;
    background-color: #f3f7fd;
    max-width: 98%;
}

.prev_next img {
    vertical-align: middle;
}

.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 #e5e5e5;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.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 #e5e5e5;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png?v=5) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #e5e5e5;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

.i_pro {
    padding: 80px 0;
    padding-top: 50px;
    min-height: 890px;
    background: url(/template/images/bj_pro.jpg) no-repeat center top;
    background-size: cover;
}

.i_pro .center .content {
    padding-top: 40px;
}

.i_pro .center .content .bigNav {
}

.i_pro .center .content .bigNav .clear li {
    float: left;
    width: 400px;
    line-height: 70px;
}

.i_pro .center .content .bigNav .clear li a {
    font-size: 20px;
    font-weight: bold;
    color: #f55319;
    display: block;
    text-indent: 65px;
}

.i_pro .center .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_3.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.first a, .i_pro .center .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png) no-repeat;
}

.i_pro .center .content .box {
    border-top: 1px solid #fff;
}

.i_pro .center .content .box .smallNav {
    background: url(/template/images/navSbj.png);
}

.i_pro .center .content .box .smallNav .s_ul {
    width: 95%;
    margin: 0 2.5%;
}

.i_pro .center .content .box .smallNav .s_ul li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.i_pro .center .content .box .smallNav .s_ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.i_pro .center .content .box .smallNav .s_ul li a:hover {
    color: #f55319;
    background: #fff;
    border-radius: 3px;
}

.i_pro .content .box .list {
    width: 1200px;
    overflow: hidden;
}

.i_pro .content .box .list ul.clear {
    width: 1250px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
    display: block;
}

.i_pro .content .box .list .item a img {
}

.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.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: #f55319;
    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 {
    display: none;
}

.left_shareTitle .txt_1 {
    font-size: 27px;
    padding-top: 83px;
    letter-spacing: 1px;
    font-weight: bold;
    padding-bottom: 8px;
    color: #2c3c89;
}

.left_shareTitle .txt_2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #2c3c89;
}

.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: 'CheltenhamITCbyBT-Bold';
    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 {
    min-height: 473px;
    padding-top: 50px;
    background: url(/template/images/bj_liucheng.jpg) no-repeat center bottom;
}

.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;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'CheltenhamITCbyBT-Bold';
    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 #f55319;
    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;
}

.proShareBox.box_1 table, .proShareBox.box_1 table td {
    border: 0 !important;
}

.proShareBox.box_1 table {
    width: 100% !important;
}

.pro_shareTitle {
    line-height: 1.5rem;
    background: url(/template/images/pro_shareTitle.png) no-repeat center left;
    padding-left: 7%;
    padding-top: 0.05rem;
    background-size: 0.8rem auto;
    color: #eaedf5;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: bold;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 93%;
}

.pro_shareTxt {
    padding-top: 0.2rem;
    color: #333;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
}

.pro_shareTxt img {
    max-width: 100%;
}

.proShareBox.box_3 .pro_shareTxt img {
    vertical-align: middle;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span, .pro_shareTxt td {
    font-size: 0.65rem !important;
    line-height: 200% !important;
}

.pro_shareTxt.bot2 p {
    padding-left: 1rem !important;
    background-position-y: 0.4rem !important;
}

.pro_shareTxt.bot2 p:nth-child(1) {
    background: url(/template/images/num_01.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(2) {
    background: url(/template/images/num_02.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(3) {
    background: url(/template/images/num_03.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(4) {
    background: url(/template/images/num_04.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(5) {
    background: url(/template/images/num_05.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(6) {
    background: url(/template/images/num_06.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(7) {
    background: url(/template/images/num_07.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(8) {
    background: url(/template/images/num_08.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(9) {
    background: url(/template/images/num_09.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(10) {
    background: url(/template/images/num_10.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(11) {
    background: url(/template/images/num_11.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(12) {
    background: url(/template/images/num_12.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(13) {
    background: url(/template/images/num_13.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(14) {
    background: url(/template/images/num_14.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(15) {
    background: url(/template/images/num_15.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(16) {
    background: url(/template/images/num_16.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(17) {
    background: url(/template/images/num_17.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(18) {
    background: url(/template/images/num_18.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(19) {
    background: url(/template/images/num_19.png) no-repeat center left;
}

.pro_shareTxt.bot2 p:nth-child(20) {
    background: url(/template/images/num_20.png) no-repeat center left;
}

.pro_shareTxt td {
    vertical-align: top !important;
    display: block !important;
    padding-bottom: 0.5rem !important;
}

.proShareBox.box_3 .pro_shareTxt td {
    padding: 5px;
}

.proShareBox.box_2 .pro_shareTxt p, .proShareBox.box_6 .pro_shareTxt p {
}

.shareTel {
    background: url(/template/images/tel_01.png) no-repeat center left;
    line-height: 1.5rem;
    padding-left: 12%;
    background-size: 1rem auto;
    font-size: 0.65rem;
    text-indent: 0;
    text-align: left;
}

.shareTel .s1 {
    font-size: 15px;
    padding-top: 4px;
    text-indent: 2px;
}

.shareTel .s2 {
    color: #e7212a;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.75rem;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
    font-size: 33px;
    color: #111;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.shareTitle span {
    color: #f55319;
    font-weight: bold;
}

.shareTitle2 {
    background: url(/template/images/wap_proTitle.png) no-repeat center top;
    background-size: 110% auto;
    text-align: center;
}

.shareTitle2 .en {
    color: #ccc;
    font-size: 0.45rem;
    text-transform: uppercase;
    padding-top: 0.05rem;
    padding-bottom: 1rem;
}

.shareTitle2 .cn {
    font-size: 1rem;
    color: #111;
    margin: 0;
    padding: 0;
    padding-top: 3.1rem;
}

.shareTitle2 span {
    color: #00838f;
}

.shareTitle2 .one {
    font-size: 0.65rem;
    color: #666;
    padding-top: 0.35rem;
}

.shareTitle2 .one dd {
    float: left;
}

.shareTitle2 .one dd:nth-child(1) {
    margin-left: 396px;
}

.shareTitle2 .one dd:nth-child(2) {
    margin-left: 33px;
}

.shareTitle2 .one dd:nth-child(3) {
    margin-left: 36px;
}

.shareTitle3 {
    background: url(/template/images/t5.png) no-repeat center bottom;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.shareTitle3 .en {
    color: #999;
    font-size: 16px;
}

.shareTitle3 .cn {
    padding-top: 0px;
    padding-right: 0;
    font-size: 25px;
    padding-bottom: 14px;
    text-indent: 45px;
}

.shareTitle3 span {
    color: #f55319;
}

.shareTitle3 .one {
    font-size: 18px;
    color: #666;
}

.whySelect {
    background: url(/template/images/bj3.jpg) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #f55319;
    line-height: 44px;
    border-left: 9px solid #f55319;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #f55319;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #f55319;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #f55319;
    color: #f55319;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.noPage {
    background: url(/template/images/bj21.jpg) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    min-height: 550px;
    background: url(/template/images/bj_6.png) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #f55319;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #f55319;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 280px;
}

.servies .right {
    width: 955px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(/template/images/bj19.jpg) no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: url(/template/images/bj35.png);
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'Impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background: url(/template/images/bj36.png) no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #f55319;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    padding-left: 32px;
    background: url(/template/images/wu.png) no-repeat center left;
    font-size: 15px;
    color: #2d3b89;
}

.pageDH a {
    color: #2d3b89;
}

.xgNew {
}

.xgNew li .dl_2 {
    line-height: 220%;
    font-size: 16px;
}

.xgNew li .dl_2 .sub_left {
    width: 100%;
}

.xgNew li .dl_2 .sub_right {
    color: #888;
}

.xgNew li a {
    color: #333;
}

.xgNew .itemBox a {
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding-left: 1rem;
    background: url(/template/images/ico23.png) no-repeat center left;
    background-size: 0.6rem auto;
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg) no-repeat center top;
    padding-top: 88px;
}

.shareOemBox .dl_2 dd, .shareOemBox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareOemBox .center .shareTitle2 {
    color: #fff;
}

.shareOemBox .center .shareTitle2 .one {
    color: #ccc;
    padding-top: 0;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #f55319;
    color: #fff;
    font-weight: bold;
}

.share_xg {
}

.share_xg .s_title {
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    padding-left: 20px;
    background: url(/template/images/jian.png) no-repeat center left;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 280px;
}

.in_case .right {
    width: 955px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    padding-top: 16px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #f55319;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_case .right .r_list .L2_UL {
    display: inline-block;
    border: 1px solid #e5e5e5;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
    display: block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #f55319;
}

.in_case .right .r_list .L2_UL .sub_right .one a:hover {
    color: #ffa800;
}

.in_case .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .L2_UL .sub_right .three {
    text-align: right;
}

.in_case .right .r_list .L2_UL .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background: #f55319;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.in_case .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newShow {
}

.newShow .left {
    display: none;
}

.newShow .right {
    padding-top: 1rem;
}

.newShow .center .ul_1.clear {
}

.newShow .right .r_t {
    min-height: 61px;
    background: #f55319;
}

.newShow .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .right .r_box {
    padding: 0.6rem 2%;
}

.newShow .right .newBox {
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
}

.newShow .right .newBox .line_2 h1 {
    font-weight: bold;
    font-size: 0.9rem;
    color: #0261c3;
    text-align: center;
    margin: 0 auto;
    padding: 0.5rem 0;
    padding-bottom: 0.8rem;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 1.5rem;
    font-size: 0.6rem;
    background-color: #f8f8f8;
    text-align: center;
}

.newShow .right .newBox .line_3 {
    color: #666;
    padding-top: 0.5rem;
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.5rem !important;
}

.newShow.fangAnShow .right .newBox .line_3 p {
    margin: 0 !important;
    background: url(/template/images/bot_3.png) no-repeat center left;
    padding: 0 !important;
    padding-left: 27px !important;
    background-position-x: 8px;
}

.newShow .right .newBox .line_3 table, .newShow .right .newBox .line_3 td {
    border: 0 !important;
    background: none !important;
}

.newShow .right .newBox .line_3 td {
    padding: 0 !important;
    text-align: center !important;
    background: none !important;
}

.fangAnShow .right .newBox .s_1 {
    font-weight: bold;
    color: #000;
    background: url(/template/images/faIco.png) no-repeat center left;
    padding-left: 35px;
    font-size: 19px;
    margin-bottom: 10px;
}

.fangAnShow .right .newBox .sTitle_fa {
    background: url(/template/images/bot_2.png) no-repeat center left;
    font-weight: bold;
    padding-left: 26px;
    padding-bottom: 2px;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span, .newShow .right .newBox .line_3 font {
    line-height: 180% !important;
    font-size: 0.65rem !important;
    text-indent: 0 !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .newBox .line_4 {
    padding: 0.5rem 0;
    line-height: 200%;
    color: #888;
}

.newShow .right .newBox .line_4 a:nth-child(1) {
    background: url(/template/images/fw_01.png) no-repeat center left;
    color: #f55319;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2 {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2 .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2 .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2 .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2 .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 280px;
}

.caseShow .right {
    width: 955px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    padding-top: 16px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #f55319;
}

.caseShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}

.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2 {
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding-top: 0.5rem;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6.clear {
}

.xgPro .dl_6 dd {
    float: left;
    margin-right: 1.8%;
    width: 30%;
    border: 0.05rem solid #eee;
    padding: 0.1rem;
}

.xgPro .dl_6.clear dd:hover {
}

.xgPro .dl_6.clear dd:hover span {
}

.xgPro .dl_6 dd:nth-child(3), .newShow .xgPro .dl_6 dd:nth-child(3) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a span {
    font-size: 0.6rem;
    text-align: center;
    padding: 0 0.3rem;
    color: #000101;
    padding-bottom: 0.2rem;
    line-height: 1.1rem;
}

.xgPro .dl_6 dd a:hover {
    color: #f55319;
}

.xgPro .dl_6 dd a div {
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 280px;
    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 #e5e5e5;
}

.shareMore {
    text-align: center;
    padding-top: 35px;
}

.shareMore .dl_3 dd {
    background: url(/template/images/jian_5.png) no-repeat center bottom;
    padding-bottom: 20px;
    display: inline-block;
    width: 200px;
    cursor: pointer;
}

.shareMore .dl_3 dd a {
    display: block;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle2 {
    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: #f55319;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.in_youShi {
    padding: 50px 0;
    background: #fff;
}

.in_youShi ul .en {
    color: #0076c0;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

.in_youShi .bigTxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #fff;
    line-height: 38px;
    padding-left: 44px;
}

.in_youShi .bigTxt p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
}

.in_youShi .smallTxt {
    color: #1e1e1e;
    line-height: 235%;
    padding-left: 21px;
}

.in_youShi ul li span {
    font-weight: bold;
}

.in_youShi .box_1 {
    padding-top: 25px;
    padding-left: 468px;
}

.in_youShi .box_2 {
    padding-top: 65px;
    padding-left: 36px;
}

.in_youShi .box_3 {
    padding-left: 484px;
    padding-top: 52px;
    width: 300px;
}

.in_youShi .box_4 {
    padding-top: 78px;
    padding-left: 32px;
}

.i_pro .content .box .list {
    width: 1120px;
}

.i_pro .content .box .list .item {
    float: left;
    min-height: 319px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.i_pro .content .box .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.i_pro .content .box .list .item a p, .i_pro .content .box .list .item a span {
    display: block;
}

.i_pro .content .box .list .item a img {
}

.i_pro .content .box .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.aboutShareNav {
    background: url(/template/images/aboutNav.png) no-repeat center top;
    min-height: 186px;
}

.aboutShareNav .dl_2 {
    font-size: 18px;
    padding-top: 90px;
}

.aboutShareNav dd {
    float: left;
    width: 400px;
    text-align: center;
}

.aboutShareNav dd:nth-child(5) {
    border: 0;
}

.aboutShareNav a {
    display: block;
    line-height: 92px;
    color: #000;
    text-indent: 30px;
    border-bottom: 3px solid #f9f9f9;
}

.aboutShareNav a:hover {
    border-bottom: 3px solid #f87800;
}

.shareProBox .item {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.33%;
    margin-bottom: 0.3rem;
}

.in_pro .shareProBox .item {
}

.shareProBox .item:hover {
}

.shareProBox .item:nth-child(3), .shareProBox .item:nth-child(6), .shareProBox .item:nth-child(9), .shareProBox .item:nth-child(12), .shareProBox .item:nth-child(15), .shareProBox .item:nth-child(18) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
}

.shareProBox .item img {
    width: 100%;
    max-width: 98%;
    display: block;
    height: 7.3rem;
    padding: 0.1rem 1%;
    background: #fff;
    -moz-box-shadow: 0px 0px 3px #ddd;
    -webkit-box-shadow: 0px 0px 3px #ddd;
    box-shadow: 0px 0px 3px #ddd;
}

.shareProBox .item .proName {
    display: block;
    line-height: 1.5rem;
    text-align: center;
    padding-top: 0.3rem;
}

.shareProBox .item:hover a .proName {
    color: #4759b0;
    font-weight: bold;
}

.xgFangAnProType .L2_UL {
}

.xgFangAnProType .L2_UL .sub_left {
    width: 520px;
}

.xgFangAnProType .L2_UL .sub_left img {
    display: block;
}

.xgFangAnProType .L2_UL .sub_right {
    width: 705px;
    padding-bottom: 0;
}

.xgFangAnProType .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
}

.xgFangAnProType .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    width: 82%;
    display: inline-block;
}

.xgFangAnProType .L2_UL .sub_right .one a:hover {
    color: #f55319;
}

.xgFangAnProType .L2_UL .sub_right .two {
    color: #888;
    font-size: 16px;
    line-height: 190%;
}

.xgFangAnProType .L2_UL .sub_right .three {
    text-align: right;
}

.xgFangAnProType .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.xgFangAnProType .L2_UL .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #f55319;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.xgFangAnProType .L2_UL .sub_right .three a:hover {
    background: #ffa800;
}

.left_tuiJian .left_ul {
    padding-top: 20px;
}

.left_tuiJian .box .item {
    width: 203px;
    text-align: center;
    background: #fff;
    padding: 8px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    margin-bottom: 25px;
}

.left_tuiJian .box .item:hover {
    border: 1px solid #f55319;
}

.left_tuiJian .box .item img {
    width: 203px;
    height: 203px;
    display: block;
}

.left_tuiJian .box .item .proName {
    display: block;
    line-height: 180%;
    font-size: 16px;
    color: #444;
    padding-top: 11px;
}

.left_tuiJian .box .item a:hover .proName {
    color: #f55319;
}

.proRtitle {
    padding-bottom: 19px;
    line-height: 35px;
}

.proRtitle h1, .proRtitle h2, .proRtitle p {
    font-size: 21px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-weight: bold;
    color: #005961;
    background: url(/template/images/ico10.png) no-repeat center left;
    padding-left: 36px;
}

.proRtitle .dl_2.clear .sub_right {
    text-align: right;
}

.proRtitle .dl_2.clear .sub_right img {
    vertical-align: middle;
    margin-right: 10px;
}

.proRtitle .dl_2.clear .sub_right a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 140px;
    background-color: #fe9404;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    vertical-align: top;
}

.shareGongxu {
    font-size: 17px;
    min-height: 570px;
    background: url(/template/images/bj19.jpg) no-repeat center top;
    padding-top: 38px;
}

.shareGongxu .sTitle {
    font-size: 26px;
    text-align: center;
    padding-top: 33px;
}

.shareGongxu .sTitle span {
    font-weight: bold;
    font-size: 35px;
}

.shareGongxu dl {
    padding-top: 30px;
}

.shareGongxu dd {
    float: left;
    margin-right: 66px;
    padding-top: 140px;
    min-height: 43px;
    text-align: center;
}

.shareGongxu dd:nth-child(4), .shareGongxu dd:nth-child(8) {
    margin-right: 0;
}

.zhaoShang .title {
    font-size: 35px;
    font-weight: bold;
    color: #f55319;
    text-align: center;
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

.zhaoShang .sTitle {
    font-size: 16px;
    text-align: center;
}

.zhaoShang .sTitle span {
    font-weight: bold;
}

.zhaoShang .title2 {
    font-size: 22px;
    text-align: center;
}

.zhaoShang .title2 span {
    font-weight: bold;
}

.zhaoShang .box_2 {
    font-size: 18px;
}

.zhaoShang .box_2 .sub_left {
    font-size: 31px;
    font-weight: bold;
    color: #f55319;
}

.zhaoShang .box_2 .sub_left span {
    color: #fff;
    margin-left: 20px;
    letter-spacing: 6px;
}

.zhaoShang .box_2 .ul_3 li {
    float: left;
    width: 366px;
    padding-bottom: 9px;
}

.zhaoShang .box_4 .ul_1 li {
    float: left;
    font-size: 16px;
    width: 168px;
}

.zhaoShang .box_4 .ul_2 li {
    float: left;
    font-size: 17px;
    width: 386px;
    padding-bottom: 9px;
}

.zhaoShang .box_5 .ul_1 li {
    float: left;
    font-size: 17px;
    width: 172px;
    margin-right: 16px;
    text-align: center;
    text-indent: 35px;
}

.zhaoShang .box_7 .ul_1 li {
    float: left;
    font-size: 18px;
    width: 420px;
    margin-right: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.zhaoShang .box_7 .ul_2 li {
    float: left;
    font-size: 18px;
    width: 418px;
    margin-right: 21px;
    text-indent: 25px;
    text-align: center;
}

.zhaoShang .box_8 .ul_1 li {
    float: left;
    width: 610px;
    min-height: 134px;
    margin-right: 78px;
    margin-bottom: 49px;
}

.zhaoShang .box_8 .ul_1 li:nth-child(2), .zhaoShang .box_8 .ul_1 li:nth-child(4), .zhaoShang .box_8 .ul_1 li:nth-child(6), .zhaoShang .box_8 .ul_1 li:nth-child(8), .zhaoShang .box_8 .ul_1 li:nth-child(10), .zhaoShang .box_8 .ul_1 li:nth-child(12), .zhaoShang .box_8 .ul_1 li:nth-child(14), .zhaoShang .box_8 .ul_1 li:nth-child(16) {
    margin-right: 0;
}

.zhaoShang .box_8 .ul_1 li dl {
    padding-top: 26px;
}

.zhaoShang .box_8 .ul_1 li .sub_left {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    width: 174px;
}

.zhaoShang .box_8 .ul_1 li .sub_right {
    width: 380px;
    font-size: 16px;
    padding-right: 13px;
    line-height: 180%;
}

.zhaoShang .box_9 input[type="text"], .zhaoShang .box_9 textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
}

.zhaoShang .box_9 input[type="text"] {
    height: 36px;
    width: 96%;
    margin-bottom: 23px;
}

.zhaoShang .box_9 input.bt_1, .zhaoShang .box_9 input.bt_2 {
    text-align: center;
    width: 138px;
    line-height: 48px;
    height: 48px;
    border-radius: 50px;
    border: 0;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
}

.zhaoShang .box_9 input.bt_1 {
    color: #fff;
}

.zhaoShang .box_9 input.bt_2 {
    background: #cdcccb;
}

.zhaoShang .box_9 input.bt_2:hover {
    color: #fff;
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

.aboutTab .sTitle {
    background: #f7f7f7;
}

.aboutTab .sTitle dd {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 258px;
    text-indent: 113px;
    background: url(/template/images/aboutIco_01.png) no-repeat center left;
    padding: 28px 0;
    background-position-x: 54px;
}

.aboutTab .sTitle dd:nth-child(2) {
    background: url(/template/images/aboutIco_02.png) no-repeat center left;
    background-position-x: 54px;
}

.aboutTab .sTitle dd:nth-child(3) {
    background: url(/template/images/aboutIco_03.png) no-repeat center left;
    background-position-x: 54px;
}

.aboutTab .sTitle dd:nth-child(4) {
    background: url(/template/images/aboutIco_04.png) no-repeat center left;
    background-position-x: 46px;
    text-indent: 105px;
}

.aboutTab .sTitle dd:nth-child(5) {
    background: url(/template/images/aboutIco_05.png) no-repeat center left;
    background-position-x: 34px;
    border-right: 0;
    width: 262px;
    text-indent: 95px;
}

.aboutTab .sTitle dd .en {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 3px;
    transform: scale(0.8);
    transform-origin: 0;
    padding-left: 30px;
    white-space: nowrap;
}

.xgNewProType {
    padding-top: 32px;
}

.xgNewProType .s_title {
    font-size: 18px;
    border-bottom: 1px dashed #e5e5e5;
    padding: 11px 0;
}

.xgNewProType .s_title .sub_left {
    padding-left: 31px;
    background: url(/template/images/xg.png) no-repeat center left;
    font-weight: bold;
}

.xgNewProType .xgNew2 {
    padding-top: 5px;
}

.xgNewProType .xgNew2 li {
    width: 47.5%;
    float: left;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 5%;
}

.xgNewProType .xgNew2 li:nth-child(2), .xgNewProType .xgNew2 li:nth-child(4), .xgNewProType .xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_left {
    width: 121px;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_right {
    width: 315px;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_left a .hdBox {
    overflow: hidden;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_left a img {
    display: block;
    width: 121px;
    height: 75px;
    cursor: pointer;
    transition: all 0.4s;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_left a img:hover {
    transform: scale(1.05);
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_right .one .dl_2.clear .s_left {
    font-size: 16px;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_right .one .dl_2.clear .s_left a {
    color: #000;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_right .one .dl_2.clear .s_left a:hover {
    font-weight: bold;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_right .one .dl_2.clear .s_right {
    font-size: 14px;
    color: #888;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_right .one {
    line-height: 30px;
}

.xgNewProType .xgNew2.clear .ul_1 li .dl_2.clear .sub_right .two {
    font-size: 14px;
    color: #999;
    padding-top: 2px;
    line-height: 140%;
}

.xgPro3 {
    padding-top: 25px;
    padding-bottom: 0;
}

.xgPro3 .s_title {
    font-size: 19px;
    border-bottom: 1px dashed #e5e5e5;
    padding: 11px 0;
}

.xgPro3 .s_title .sub_left {
    padding-left: 31px;
    background: url(/template/images/xg.png) no-repeat center left;
    font-weight: bold;
}

.shareTitle6 {
    background: url(/template/images/t12.png) no-repeat center bottom;
    text-align: center;
    padding-bottom: 28px;
}

.shareTitle6 .cn {
    font-size: 23px;
    padding-bottom: 2px;
    padding-top: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

.shareTitle6 .en {
    color: #bbb;
    font-size: 15px;
    text-transform: uppercase;
}

.shareTitle6 .one {
    font-size: 16px;
    color: #666;
}

.shareDZbox {
    padding-top: 50px;
    min-height: 480px;
    background: url(/template/images/bj6.png) no-repeat center bottom;
    position: relative;
    font-size: 17px;
    line-height: 150%;
    background-position-y: 50px;
}

.shareDZbox span {
    position: absolute;
}

.shareDZbox .txt_11 {
    font-size: 16px;
    top: 436px;
    left: 565px;
    width: 180px;
    line-height: 140%;
}

.shareDZbox .txt_12 {
    display: block;
    text-align: center;
    width: 100%;
    top: 501px;
    font-weight: bold;
    text-indent: 7px;
}

.shareTitle7 {
    background: url(/template/images/t13.png) no-repeat center bottom;
    text-align: center;
    padding-bottom: 13px;
    text-indent: 15px;
}

.shareTitle7 .cn {
    font-size: 25px;
    padding-bottom: 1px;
    padding-top: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

.shareTitle7 .en {
    color: #bbb;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.9);
    letter-spacing: 0.5px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.oemPage .box_2 {
    padding-bottom: 80px;
    background: url(/template/images/bj13.png) no-repeat center top;
    background-position-y: 2px;
    min-height: 537px;
}

.oemPage .box_2 .tel5 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-indent: 45px;
    padding-top: 7px;
}

.oemPage .box_2 .tel5 span {
    font-family: 'Impact';
    font-weight: normal;
    font-size: 22px;
    vertical-align: top;
    letter-spacing: 1px;
}

.oemPage .box_2 .content .center .ul_2.clear .left {
    padding-left: 54px;
    line-height: 110%;
}

.oemPage .box_2 .content .center .ul_2.clear .right {
    width: 936px;
    padding-top: 76px;
    padding-right: 3px;
}

.oemPage .box_2 .content .center .ul_2.clear .left div {
    min-height: 51px;
    margin-bottom: 5px;
}

.oemPage .box_2 .content .center .ul_2.clear .left span {
    display: block;
}

.oemPage .box_2 .content .center .ul_2.clear .left .cn {
    font-size: 15px;
    padding-top: 11px;
}

.oemPage .box_2 .content .center .ul_2.clear .left .en {
    font-size: 12px;
    transform: scale(0.73);
    text-transform: uppercase;
    transform-origin: 0;
}

.oemPage .box_2 .content .center .ul_2 .right dd {
    float: left;
    width: 164px;
    height: 83px;
    line-height: 83px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-indent: 25px;
    margin-right: 93px;
}

.oemPage .box_2 .content .center .ul_2 .right dd:nth-child(4) {
    margin-right: 0;
}

.oemPage .box3 .content .center .ul_3.clear li {
    float: left;
    width: 404px;
    min-height: 312px;
    margin-right: 44px;
    margin-bottom: 55px;
}

.oemPage .box3 .content .center .ul_3.clear li:nth-child(3), .oemPage .box3 .content .center .ul_3.clear li:nth-child(6) {
    margin-right: 0;
}

.oemPage .box3 .content .center .ul_3.clear li:nth-child(4), .oemPage .box3 .content .center .ul_3.clear li:nth-child(5), .oemPage .box3 .content .center .ul_3.clear li:nth-child(6) {
    margin-bottom: 0;
}

.oemPage .box3 .content .center .ul_3.clear li .one {
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}

.oemPage .box3 .content .center .ul_3.clear li .two {
    font-size: 15px;
    padding: 0 21px;
    padding-top: 202px;
    line-height: 200%;
    width: auto;
}

.oemPage .box3 .content .center .ul_3.clear li .two a {
    float: right;
    border: 1px solid #f55319;
    border-radius: 3px;
    color: #f55319;
    padding: 0 10px;
    line-height: 180%;
}

.oemPage .box3 .content .center .ul_3.clear li .two a:hover {
    background: #f55319;
    color: #fff;
}

.oemPage .box3 .content .center .ul_3.clear li .two span {
    font-weight: bold;
}

.shareAbout {
    min-height: 830px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    padding-top: 87px;
}

.shareAbout .s_2 {
    padding-top: 35px;
    width: 1200px;
    margin: 0 auto;
}

.shareAbout .s_2 .sub_right .hdBox {
    width: 637px;
    height: 448px;
    overflow: hidden;
}

.shareAbout .s_2 .sub_right #videoShow img {
    width: 637px;
    height: 448px;
    cursor: pointer;
    transition: all 0.4s;
}

.shareAbout .s_2 .sub_right #videoShow img:hover {
    transform: scale(1.05);
}

.shareAbout .s_2 .aboutTxt, .shareAbout .s_2 .aboutTxt p, .shareAbout .s_2 .aboutTxt span, .shareAbout .s_2 .aboutTxt td {
    line-height: 218% !important;
    font-size: 15px !important;
    color: #1e1e1e !important;
}

.shareAbout .s_2 .aboutTxt p {
    margin: 0 !important;
    padding-bottom: 10px !important;
}

.shareTitle8 {
    text-align: center;
    background: url(/template/images/t11.png) no-repeat center top;
    text-indent: -34px;
    min-height: 185px;
}

.shareTitle8 .cn {
    font-size: 31px;
    padding-top: 36px;
    padding-bottom: 30px;
    font-family: "DFPLiJinHeiW8-GB";
}

.shareTitle8 .one {
    color: #666;
    font-size: 19px;
}

.top {
    background: url(/template/images/wap_top.jpg) no-repeat center top;
    background-size: 100% auto;
    position: relative;
    -moz-box-shadow: 1px 0px 5px #7686c7;
    -webkit-box-shadow: 1px 0px 5px #7686c7;
    box-shadow: 1px 0px 5px #7686c7;
    padding-bottom: 0.8rem;
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
    /* background: #fff; */
}

.top .t_box {
}

.t_logo {
    padding-top: 0.9rem;
}

.t_logo .ul_1 {
    margin-left: 1%;
    width: 98%;
    min-width: 98%;
}

.t_logo .left {
}

.t_logo .center .ul_1.clear .left h2 {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.t_logo .center .ul_1.clear .left logo {
    padding-right: 10px;
    vertical-align: top;
}

.t_logo .left .txt {
}

.t_logo .center .ul_1.clear .left .txt .one {
    font-size: 0.8rem;
    padding-bottom: 0.15rem;
    color: #2b3d89;
    padding-top: 0.3rem;
}

.t_logo .center .ul_1.clear .left .txt .two {
    display: block;
    font-size: 0.65rem;
    text-transform: uppercase;
    color: #e7212a;
}

.t_logo .right {
    display: none;
}

.t_logo .center .ul_1.clear .right .dl_2 dd {
    padding-left: 53px;
    color: #333;
    min-height: 47px;
}

.t_logo .center .ul_1.clear .right .dl_2 dd:nth-child(1) {
    background: url(/template/images/tel_01.png) no-repeat center left;
}

.t_logo .center .ul_1.clear .right .dl_2 dd:nth-child(2) {
    background: url(/template/images/tel_02.png) no-repeat center left;
}

.t_logo .center .ul_1.clear .right .dl_2 dd:nth-child(3) {
    background: url(/template/images/tel_03.png) no-repeat center left;
    margin-right: 0;
}

.t_logo .center .ul_1.clear .right .one {
    font-size: 15px;
    padding-left: 1px;
}

.t_logo .center .ul_1.clear .right .two {
    font-size: 23px;
    color: #2e3b89;
    font-weight: bold;
}

.t_nav {
    width: 80%;
    max-width: 42%;
    position: absolute;
    right: 2%;
    z-index: 300;
    top: 3.2rem;
    background: rgba(255,255,255,0.93);
    padding: 0 0.5rem;
    padding-top: 0.3rem;
    -moz-box-shadow: 1px 0px 5px #7686c7;
    -webkit-box-shadow: 1px 0px 5px #7686c7;
    box-shadow: 1px 0px 5px #7686c7;
}

.t_nav ul li {
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 2rem;
    font-size: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-indent: 1.5rem;
    background: url(/template/images/wap_ico13.png) no-repeat center left;
    color: #2b3d89 !important;
    background-size: 0.55rem auto;
    background-position-x: 8%;
    font-weight: bold;
    border-bottom: 1px dashed #eee;
}

.t_nav li:nth-child(9) .dl_1 dd {
    width: 112px;
    margin: 0 auto;
}

.t_nav li:nth-child(9) .dl_1 a {
    background: none;
    line-height: 130%;
    min-height: 53px;
    padding: 0;
}

.t_nav li:nth-child(9) .dl_1 a .cn {
    padding-top: 8px;
    padding-bottom: 0;
}

.t_nav a .cn {
}

.t_nav a .en {
    display: none;
}

.t_nav a:hover {
    color: #e62129;
}

.t_nav a:hover .cn {
    font-weight: bold;
}

.t_nav .ul_1 {
}

.t_nav .logoPic {
    display: none;
}

.nav_2 {
    width: 80%;
    max-width: 42%;
    position: absolute;
    right: 2%;
    z-index: 300;
    top: 3.2rem;
    background: rgba(255,255,255,0.93);
    padding: 0 0.5rem;
    padding-top: 0.3rem;
    -moz-box-shadow: 1px 0px 5px #7686c7;
    -webkit-box-shadow: 1px 0px 5px #7686c7;
    box-shadow: 1px 0px 5px #7686c7;
}

.nav_2 ul li {
}

.nav_2 a {
    text-decoration: none;
    display: block;
    line-height: 2rem;
    font-size: 0.75rem;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-indent: 1.5rem;
    background: url(/template/images/wap_ico13.png) no-repeat center left !important;
    color: #2b3d89 !important;
    background-size: 0.55rem auto !important;
    background-position-x: 8% !important;
    font-weight: bold;
    border-bottom: 1px dashed #eee;
}

.nav_2 li:nth-child(9) .dl_1 dd {
    width: 112px;
    margin: 0 auto;
}

.nav_2 li:nth-child(9) .dl_1 a {
    background: none;
    line-height: 130%;
    min-height: 53px;
    padding: 0;
}

.nav_2 li:nth-child(9) .dl_1 a .cn {
    padding-top: 8px;
    padding-bottom: 0;
}

.nav_2 a .cn {
}

.nav_2 a .en {
    display: none;
}

.nav_2 a:hover {
    color: #e62129 !important;
}

.nav_2 a:hover .cn {
    font-weight: bold;
}

.nav_2 .ul_1 {
}

.nav_2 .logoPic {
    display: none;
}

.pro {
    padding-top: 112px;
    background-size: 100% auto;
    padding-bottom: 0;
    background: url(/template/images/bj2.jpg) no-repeat center top;
    min-height: 1317px;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.iDingZhi {
    padding-top: 87px;
    background: url(/template/images/bj3.jpg) no-repeat center top;
    min-height: 836px;
}

.iDingZhi .center .content {
    padding-top: 25px;
}

.iDingZhi .center .content .ul_5 {
}

.iDingZhi .ul_5 li {
    width: 248px;
    margin-right: 15px;
    float: left;
    text-align: center;
    margin-bottom: 42px;
    min-height: 160px;
}

.iDingZhi .ul_5 li a {
    display: block;
    min-height: 66px;
}

.iDingZhi .ul_5 li .pic {
    padding-top: 69px;
    padding-bottom: 1px;
}

.iDingZhi .ul_5 li .pic img {
    display: block;
    margin: 0 auto;
}

.iDingZhi .ul_5 li .sBox {
    transition: all 0.4s;
}

.iDingZhi .ul_5 li:hover .sBox {
    transform: rotateY(360deg);
}

.iDingZhi .ul_5 li .cn {
    font-size: 16px;
}

.iDingZhi .ul_5 li .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}

.iDingZhi .ul_5 li:nth-child(5) {
    margin-right: 0;
}

.iDingZhi .center .content .line_2 {
    position: relative;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}

.iDingZhi .center .content .line_2 div {
    position: absolute;
}

.iDingZhi .center .content .line_2 .s1 {
    top: 82px;
    left: 223px;
}

.iDingZhi .center .content .line_2 .s2 {
    top: 175px;
    left: 193px;
}

.iDingZhi .center .content .line_2 .s3 {
    top: 267px;
    left: 207px;
}

.iDingZhi .center .content .line_2 .s4 {
    top: 361px;
    left: 251px;
}

.iDingZhi .center .content .line_2 .s5 {
    top: 219px;
    left: 603px;
    font-size: 22px;
    color: #f55319;
}

.iDingZhi .center .content .line_2 .s6 {
    top: 82px;
    left: 974px;
}

.iDingZhi .center .content .line_2 .s7 {
    top: 175px;
    left: 1026px;
}

.iDingZhi .center .content .line_2 .s8 {
    top: 267px;
    left: 1011px;
}

.iDingZhi .center .content .line_2 .s9 {
    top: 361px;
    left: 975px;
}

.case {
    display: none;
}

.case .center .content {
    padding-top: 251px;
}

.case .center .content .ul_1.clear .item {
    float: left;
    width: 185px;
    min-height: 90px;
    margin-right: 65px;
}

.case .center .content .ul_1.clear .item:nth-child(3) {
    margin-right: 0;
}


.case .center .content .ul_1.clear .item .one a {
    display: block;
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.case .center .content .ul_1.clear .item .one a:hover {
    color: #eb191a;
}

.case .center .content .ul_1.clear .item a .one {
    position: relative;
    text-align: center;
}

.case .center .content .ul_1.clear .item a .one img {
    border: 3px solid #eee;
    border-radius: 300px;
    -moz-box-shadow: 1px 3px 8px #bbb;
    -webkit-box-shadow: 1px 3px 8px #bbb;
    box-shadow: 1px 3px 8px #bbb;
    transition: all 0.4s;
}

.case .center .content .ul_1.clear .item a .two {
    border: 1px solid #e5e5e5;
    margin-top: -115px;
    padding: 43px;
    padding-top: 124px;
    background: #fff;
    padding-bottom: 21px;
}

.case .center .content .ul_1.clear .item a .two .s1 {
    font-size: 19px;
    line-height: 50px;
    background: url(/template/images/line6.png) no-repeat center bottom;
    text-align: center;
    font-weight: bold;
}

.case .center .content .ul_1.clear .item a .two .s2 {
    font-size: 16px;
    line-height: 170%;
    padding-bottom: 26px;
    padding-top: 16px;
    background: url(/template/images/line7.png) no-repeat center bottom;
    text-align: justify;
}

.case .center .content .ul_1.clear .item a:hover {
}

.case .center .content .ul_1.clear .item a:hover .one img {
    border: 3px solid #f55319;
    -moz-box-shadow: 1px 6px 10px #ef1e09;
    -webkit-box-shadow: 1px 6px 10px #ef1e09;
    box-shadow: 1px 6px 10px #ef1e09;
    transform: scale(1.05);
}

.case .center .content .ul_1.clear .item a:hover .two {
    border: 1px solid #f55319;
    background: #f55319;
    */ -moz-box-shadow: 1px 6px 10px #ef1e09;
    -moz-box-shadow: 1px 6px 10px #f99470;
    -webkit-box-shadow: 1px 6px 10px #f99470;
    box-shadow: 1px 6px 10px #f99470;
}

.case .center .content .ul_1.clear .item a:hover .two .s1 {
    background: url(/template/images/line6H.png) no-repeat center bottom;
}

.case .center .content .ul_1.clear .item a:hover .two .s2 {
    background: url(/template/images/line7H.png) no-repeat center bottom;
}

.case .center .content .more {
    text-align: center;
    padding-top: 40px;
}

.case .center .content .more a {
    display: inline-block;
    width: 105px;
    line-height: 29px;
    border: 1px solid #f55319;
    color: #f55319;
    background-color: #fafafa;
    text-align: center;
    font-size: 16px;
    color: #f55319;
}

.fast {
    padding: 87px 0;
    padding-bottom: 14px;
}

.fast .center {
    width: 1230px;
}

.fast .center .one {
    /*	background: url(/template/images/bj_3.png) no-repeat left bottom;
*/
    font-size: 24px;
    padding-top: 0;
    color: #111;
    text-align: left;
    /* padding-bottom: 18px; */
    margin-bottom: 10px;
    font-family: 'DFPLiJinHeiW8-GB';
    letter-spacing: 2px;
}

.fast .center .two {
    border-top: 2px solid #eee;
    padding-top: 23px;
    width: 1230px;
    overflow: hidden;
}

.fast .center .two .fastUL {
    margin-bottom: 24px;
}

.fast .center .two li {
    float: left;
}

.fast .center .two .link {
    border-right: 1px solid #ccc;
}

.fast .two ul li.first {
    padding-left: 30px;
}

.fast .two .fastUL .first {
    background: url(/template/images/fico_02.png) no-repeat center left;
}

.fast .two .fastUL_2 .first {
    background: url(/template/images/fico_01.png) no-repeat center left;
}

.fast .center .two .link a {
    display: block;
    font-size: 16px;
    color: #4d4d4c;
    width: 87px;
    text-align: center;
    padding: 0 10px;
}

.fast .center .two .link a:hover {
    color: #f55319;
}

.fast .center .two .last {
    border: 0;
}

.fast .center .two .last a {
    color: #f55319;
}

.friendLink {
    display: none;
}

.friendLink a {
    color: #999;
}

.ad {
    display: none;
}

.ad .ul_1 {
    padding-top: 419px;
}

.ad .ul_1 li {
    float: left;
    width: 355px;
    min-height: 172px;
    margin-right: 86px;
    letter-spacing: 1px;
}

.ad .ul_1 li:nth-child(1) {
}

.ad .ul_1 li:nth-child(2) {
}

.ad .ul_1 li:nth-child(3) {
    margin-right: 0;
}

.ad .ul_1 li a {
    display: block;
    padding-top: 104px;
    padding-bottom: 38px;
}

.ad3 {
    min-height: 877px;
    background: url(/template/images/ad3.jpg) no-repeat center top;
}

.ad3 .center .title {
    font-size: 24px;
    text-align: center;
    line-height: 140%;
    padding-top: 126px;
    letter-spacing: 1px;
}

.ad3 .center .title .s1 {
    font-weight: bold;
    color: #000;
}

.ad3 .center .title .s2 {
    color: #ff3700;
}

.ad3 .center .content {
    position: relative;
    padding-top: 30px;
}

.ad3 .center .content ul {
    position: absolute;
    line-height: 170%;
}

.ad3 .center .content ul .bigTxt {
    font-size: 18px;
    font-weight: bold;
    color: #ff3700;
}

.ad3 .center .content ul .smallTxt {
    font-size: 16px;
    color: #000;
}

.ad3 .center .content .ul_1 {
    top: 119px;
    left: 430px;
}

.ad3 .center .content .ul_2 {
    top: 286px;
    left: 260px;
}

.ad3 .center .content .ul_3 {
    top: 451px;
    left: 162px;
}

.ad3 .center .content .ul_4 {
    top: 118px;
    left: 841px;
}

.ad3 .center .content .ul_5 {
    top: 285px;
    left: 1066px;
}

.ad3 .center .content .ul_6 {
    top: 453px;
    left: 1152px;
}

.ad4 {
    min-height: 837px;
    background: url(/template/images/ad4.jpg) no-repeat center top;
    background-position-y: -13px;
}

.ad4 .center .title {
    font-size: 24px;
    text-align: center;
    line-height: 140%;
    padding-top: 71px;
    letter-spacing: 1px;
}

.ad4 .center .title .s1 {
    font-weight: bold;
    color: #000;
}

.ad4 .center .title .s2 {
    color: #ff3700;
}

.ad4 .center .content {
    position: relative;
    padding-top: 30px;
}

.ad4 .center .content ul {
    position: absolute;
    line-height: 170%;
}

.ad4 .center .content ul .bigTxt {
    font-size: 19px;
    font-weight: bold;
    color: #ff3700;
    padding-bottom: 6px;
}

.ad4 .center .content ul .smallTxt {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.ad4 .center .content .ul_1 {
    top: 60px;
    left: 337px;
}

.ad4 .center .content .ul_2 {
    top: 213px;
    left: 213px;
}

.ad4 .center .content .ul_3 {
    top: 368px;
    left: 155px;
}

.ad4 .center .content .ul_4 {
    top: 520px;
    left: 257px;
}

.ad4 .center .content .ul_5 {
    top: 60px;
    left: 768px;
}

.ad4 .center .content .ul_6 {
    top: 223px;
    left: 922px;
}

.ad4 .center .content .ul_7 {
    top: 378px;
    left: 957px;
}

.ad4 .center .content .ul_8 {
    top: 531px;
    left: 891px;
}

.typeNav .content {
}

.typeNav .content .ul_8 {
    position: relative;
    padding-top: 2rem;
}

.typeNav .content .bigType a {
    color: #000;
    display: block;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    text-indent: 27%;
}

.typeNav .left_call {
}

.typeNav .left_call .two {
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 10px;
}

.typeNav .left_call .two, .typeNav .left_call .two p, .typeNav .left_call .two span {
    font-size: 13px !important;
    color: #333 !important;
    line-height: 31px !important;
}

.typeNav .left_call .two p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 16px !important;
    background: url(/template/images/xing.png) no-repeat center left !important;
    background-position-y: 10px !important;
}

.typeNav .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeNav .content .smallNav {
    background: url(/template/images/left_smallNav.png) no-repeat center bottom;
}

.typeNav .content .smallNav:hover {
    background: url(/template/images/left_smallNavH.png) no-repeat center bottom;
}

.typeNav .content .smallNav a {
    font-size: 16px;
    line-height: 40px;
    text-indent: 4.35rem;
    display: block;
}

.typeNav .content .smallNav:hover a {
    color: #d11418;
}

.typeNav .content li.last {
    padding: 18px 0;
    border: 0;
}

.typeNav .content li.last a {
    background: #f55319;
    text-indent: 0;
    text-align: center;
    color: #fff;
}

.typeNav .content .bigType {
}

.leftNew .content .bigType {
    display: none;
}

.typeNav .content #Tab_1 a {
    background: url(/template/images/a_01.png) no-repeat center;
    background-color: #e7f5ff;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.typeNav.leftNew .content .bigType a {
}

.typeNav .content .bigType a span {
    display: block;
    background: none !important;
}

.typeNav .content .smallNav {
    border-bottom: 1px solid #e1e1e1;
}

.typeNav .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #f55319;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeNav .content .smallType {
    width: 38%;
    max-width: 33%;
    float: left;
    line-height: 2rem;
    background: #fff;
    margin-bottom: 0.05rem;
    border-bottom: 0.05rem dashed #eee;
}

.in_pro .typeNav .content .smallType {
}

.typeNav .content .lastType {
    border-bottom: 0;
}

.typeNav .content .lastType a {
    color: #121f79;
}

.typeNav .content .smallType a {
    display: block;
    font-size: 0.56rem;
    border-radius: 0.2rem;
    text-align: center;
    color: #000;
}

.typeNav .content .smallType a.currentStyle, .typeNav .content .smallType a:hover {
    color: #e20300;
}

.typeNav .content .smallType .threeSub {
    position: absolute;
    z-index: 99;
    left: 180px;
    top: 3px;
    min-width: 170px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
    padding-right: 15px;
}

.typeNav .content .smallType .threeSub a {
    background: url(/template/images/sub.png) no-repeat center left;
    background-position-x: 9px;
    text-indent: 29px;
    line-height: 38px;
}

.typeNav .content .smallType .threeSub a.currentStyle, .typeNav .content .smallType .threeSub a:hover {
    background: url(/template/images/subH.png) no-repeat center left;
    background-position-x: 9px;
    color: #fe9404;
    border: 0;
}

.leftNew .content .ul_8 {
    padding-top: 0.8rem;
}

.leftNew .content .smallType.firstLi {
    float: left;
    width: 48%;
    max-width: 33%;
    margin-left: 0.2%;
    margin-bottom: 0.2rem;
}

.leftNew .content .smallType a.firstA {
    display: block;
    vertical-align: middle;
    height: 2.3rem;
    text-align: center;
    background: #2c3c89;
    color: #fff;
    line-height: 2.3rem;
    border-radius: 0.35rem;
    font-size: 0.6rem;
}

.leftNew .content .smallType a.firstA.cStyle, .leftNew .content .smallType a.firstA:hover {
    font-weight: bold;
    background: #eb191a;
    color: #fff;
}

.typeNav.leftNew2 .content .smallType a {
    background-position-x: 13px;
    text-indent: 35px;
}

.oem .iDingZhi {
    background: url(/template/images/bj8.jpg) no-repeat center top;
    min-height: 805px;
    padding-top: 55px;
}

.oem .iDingZhi .ul_5 li .pic {
    padding-top: 67px;
}

.oem .iDingZhi .center .content .line_2 {
    color: #f55319;
    font-size: 19px;
}

.oem .iDingZhi .ul_5 li {
    margin-bottom: 32px;
}

.oem .iDingZhi .center .content .line_2 .s1 {
    top: 81px;
    left: 218px;
}

.oem .iDingZhi .center .content .line_2 .s2 {
    top: 186px;
    left: 193px;
}

.oem .iDingZhi .center .content .line_2 .s3 {
    top: 279px;
    left: 190px;
}

.oem .iDingZhi .center .content .line_2 .s4 {
    top: 374px;
    left: 240px;
}

.oem .iDingZhi .center .content .line_2 .s5 {
    top: 215px;
    left: 605px;
}

.oem .iDingZhi .center .content .line_2 .s6 {
    top: 80px;
    left: 1021px;
}

.oem .iDingZhi .center .content .line_2 .s7 {
    top: 185px;
    left: 1066px;
}

.oem .iDingZhi .center .content .line_2 .s8 {
    top: 278px;
    left: 1046px;
}

.oem .iDingZhi .center .content .line_2 .s9 {
    top: 374px;
    left: 1006px;
}

.ad5 {
    min-height: 837px;
    background: url(/template/images/ad5.jpg) no-repeat center top;
    background-position-y: -13px;
}

.ad5 .center .title {
    font-size: 24px;
    text-align: center;
    line-height: 140%;
    padding-top: 71px;
    letter-spacing: 1px;
}

.ad5 .center .title .s1 {
    font-weight: bold;
    color: #000;
}

.ad5 .center .title .s2 {
    color: #ff3700;
}

.ad5 .center .content {
    position: relative;
    padding-top: 30px;
}

.ad5 .center .content ul {
    position: absolute;
    line-height: 170%;
}

.ad5 .center .content ul .bigTxt {
    font-size: 19px;
    font-weight: bold;
    color: #ff3700;
    padding-bottom: 6px;
}

.ad5 .center .content ul .smallTxt {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}

.ad5 .center .content .ul_1 {
    top: 60px;
    left: 337px;
}

.ad5 .center .content .ul_2 {
    top: 213px;
    left: 213px;
}

.ad5 .center .content .ul_3 {
    top: 368px;
    left: 155px;
}

.ad5 .center .content .ul_4 {
    top: 520px;
    left: 257px;
}

.ad5 .center .content .ul_5 {
    top: 60px;
    left: 768px;
}

.ad5 .center .content .ul_6 {
    top: 223px;
    left: 922px;
}

.ad5 .center .content .ul_7 {
    top: 378px;
    left: 957px;
}

.ad5 .center .content .ul_8 {
    top: 531px;
    left: 891px;
}

.oem .youShi {
    padding-top: 68px;
}

.heZuo .line_1 {
    background: url(/template/images/heZuo_1.jpg) no-repeat center top;
    min-height: 340px;
}

.heZuo .line_1 .ul_1.clear li {
    float: left;
    width: 300px;
    text-align: center;
    padding-top: 181px;
}

.heZuo .line_1 .ul_1.clear li .cn {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.heZuo .line_1 .ul_1.clear li .cn span {
    font-size: 24px;
    color: #f55319;
    font-weight: bold;
}

.heZuo .line_1 .ul_1.clear li .en {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.heZuo .line_2 {
    background: url(/template/images/heZuo_2.jpg) no-repeat center top;
    min-height: 1014px;
}

.shareTitle9 {
    text-align: center;
    padding-top: 108px;
    letter-spacing: 1px;
}

.shareTitle9 .s1 {
    font-size: 33px;
    font-weight: bold;
}

.shareTitle9 .s2 {
    font-size: 21px;
    color: #f55319;
}

.heZuo .line_2 .center .content {
    padding-top: 109px;
    padding-left: 29px;
}

.heZuo .line_2 .center .content .ul_2.clear li {
    float: left;
    width: 387px;
    margin-right: 40px;
    text-align: center;
    text-indent: -16px;
    letter-spacing: 1px;
    min-height: 364px;
}

.heZuo .line_2 .center .content .ul_2.clear li:nth-child(3), .heZuo .line_2 .center .content .ul_2.clear li:nth-child(6) {
    margin-right: 0;
}

.heZuo .line_2 .center .content .ul_2.clear li .bigTxt {
    font-size: 24px;
    color: #f55319;
    font-weight: bold;
    padding-bottom: 4px;
}

.heZuo .line_2 .center .content .ul_2.clear li .smallTxt {
    font-size: 18px;
}

.heZuo .line_3 {
    background: url(/template/images/heZuo_3.jpg) no-repeat center top;
    min-height: 476px;
}

.heZuo .line_3 .content {
    padding-top: 43px;
    margin-left: 8px;
}

.heZuo .line_3 .content .ul_3 li {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    float: left;
    width: 194px;
    min-height: 96px;
    padding-top: 122px;
    margin-right: 29px;
}

.heZuo .line_3 .content .ul_3 li span {
    display: block;
}

.heZuo .line_3 .content .ul_3 li:hover span {
    color: #017bce;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(0, 135, 215)), to(rgba(3, 110, 195, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heZuo .line_3 .content .ul_3 li:nth-child(6) {
    margin-right: 0;
}

.heZuo .line_3 .content .ul_3 li:nth-child(1):hover {
    background: url(/template/images/hz_01.png) no-repeat;
}

.heZuo .line_3 .content .ul_3 li:nth-child(2):hover {
    background: url(/template/images/hz_02.png) no-repeat;
}

.heZuo .line_3 .content .ul_3 li:nth-child(3):hover {
    background: url(/template/images/hz_03.png) no-repeat;
}

.heZuo .line_3 .content .ul_3 li:nth-child(4):hover {
    background: url(/template/images/hz_04.png) no-repeat;
}

.heZuo .line_3 .content .ul_3 li:nth-child(5):hover {
    background: url(/template/images/hz_05.png) no-repeat;
}

.heZuo .line_3 .content .ul_3 li:nth-child(6):hover {
    background: url(/template/images/hz_06.png) no-repeat;
}

.heZuo .line_4 {
    background: url(/template/images/heZuo_4.jpg) no-repeat center top;
    min-height: 827px;
}

.heZuo .line_4 .center .content {
    padding-top: 47px;
}

.heZuo .line_4 .center .content .ul_4.clear li {
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 390px;
    margin-right: 66px;
    padding-top: 238px;
    text-align: center;
    margin-bottom: 41px;
    line-height: 30px;
}

.heZuo .line_4 .center .content .ul_4.clear li:nth-child(3), .heZuo .line_4 .center .content .ul_4.clear li:nth-child(6) {
    margin-right: 0;
}

.heZuo .line_4 .center .content .ul_4.clear li span {
    color: #028bdd;
    background-image: -webkit-gradient(linear, 0 0, right bottom, from(rgb(0, 174, 255)), to(rgba(3, 104, 189, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heZuo .line_5 {
    background: url(/template/images/heZuo_5.jpg) no-repeat center top;
    min-height: 890px;
}

.heZuo .line_5 .center .shareTitle9 .s2 .dl_1.clear dd {
    float: left;
    line-height: 43px;
    width: 152px;
    margin-right: 20px;
    text-align: center;
}

.heZuo .line_6 {
    background: url(/template/images/heZuo_6.jpg) no-repeat center top;
    min-height: 259px;
}

.heZuo .line_6 .center .sBox {
    text-align: center;
    padding-top: 53px;
    text-indent: 19px;
}

.heZuo .line_6 .center .sBox .s1 img {
}

.heZuo .line_6 .center .sBox .s2 {
    font-size: 29px;
    color: #fff;
    padding-top: 18px;
    text-indent: 31px;
}

.heZuo .line_5 .center .box_1 {
    padding-top: 45px;
    padding-left: 566px;
}

.heZuo .line_5 .center .box_1 .one {
    font-size: 38px;
    font-weight: bold;
    color: #164096;
    padding-bottom: 8px;
    line-height: 45px;
}

.heZuo .line_5 .center .box_1 .two {
    font-size: 24px;
    color: #f5531a;
    letter-spacing: 1px;
}

.heZuo .line_5 .center .box_2 {
    line-height: 180%;
    padding-top: 76px;
}

.heZuo .line_5 .center .box_2 .l_1 {
    padding-left: 116px;
}

.heZuo .line_5 .center .box_2 dd {
    width: 300px;
}

.heZuo .line_5 .center .box_2 .bigTxt {
    font-size: 19px;
    font-weight: bold;
    color: #0953b6;
    padding-bottom: 8px;
    letter-spacing: 0.5px;
}

.heZuo .line_5 .center .box_2 .smallTxt {
    font-size: 17px;
    letter-spacing: 1px;
}

.heZuo .line_5 .center .box_2.clear .l_2.sub_left .s1 {
    font-size: 21px;
    color: #f5531a;
    padding-left: 11px;
    padding-bottom: 12px;
}

.heZuo .line_5 .center .box_2.clear .l_2.sub_left .s2 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 13px;
    letter-spacing: 0.6px;
}

.in_about {
}

.in_about .line_1 {
}

.in_about .line_1 .content {
    background: url(/template/images/bj9.png) no-repeat center top;
    margin-top: -130px;
    min-height: 950px;
    font-size: 13px;
    line-height: 180%;
    min-width: 1342px;
}

.in_about .line_1 .content div {
    position: absolute;
}

.in_about .line_1 .content span {
    display: block;
    font-family: 'Impact';
    font-size: 26px;
    padding-bottom: 1px;
}

.in_about .line_1 .content p {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.in_about .line_1 .content .center_1 {
    position: relative;
    width: 1342px;
    min-height: 500px;
}

.in_about .line_1 .content .center .s_1 {
    top: 410px;
    left: 69px;
}

.in_about .line_1 .content .center .s_2 {
    top: 315px;
    left: 363px;
}

.in_about .line_1 .content .center .s_3 {
    top: 219px;
    left: 658px;
    line-height: 160%;
}

.in_about .line_1 .content .center .s_4 {
    top: 125px;
    left: 969px;
}

.in_about .line_1 .content .center .s_5 {
    top: 616px;
    left: 128px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_6 {
    top: 573px;
    left: 280px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_7 {
    top: 533px;
    left: 408px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_8 {
    top: 488px;
    left: 563px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_9 {
    top: 440px;
    left: 712px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_10 {
    top: 396px;
    left: 875px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_11 {
    top: 343px;
    left: 1025px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_12 {
    top: 279px;
    left: 1209px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 1px;
}

.in_about .line_1 .content .center .s_13 {
    top: 768px;
    left: 229px;
}

.in_about .line_1 .content .center .s_14 {
    top: 683px;
    left: 525px;
}

.in_about .line_1 .content .center .s_15 {
    top: 602px;
    left: 828px;
    line-height: 150%;
}

.in_about .line_1 .content .center .duoTxt {
    line-height: 180%;
}

.in_about .line_1 .content .center .s_16 {
    top: 503px;
    left: 1141px;
    line-height: 170%;
    font-size: 12px;
}

.in_about .inLine_2 {
    padding-bottom: 125px;
}

.in_about .line_3 {
    padding-bottom: 150px;
}

.in_about .line_4 {
    padding-bottom: 150px;
}

.in_about .line_6 {
    padding-bottom: 135px;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #888;
}

.t_wel .right a {
    padding-left: 19px;
    margin-right: 23px;
    display: inline-block;
}

.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;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png) no-repeat center left;
    margin-right: 0;
}

.t_logo .left .sub_right {
    width: 75%;
    max-width: 48%;
    padding-right: 19%;
    line-height: 120%;
    font-weight: bold;
    float: right;
    letter-spacing: 0.05rem;
}

.t_search {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding-top: 0.9rem;
}

.t_search a {
    color: #2d3b89;
}

/* 搜索框 */
.t_search .t_searchUL {
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_search .t_searchUL .right span {
    color: #00727c;
    font-weight: bold;
}

.leftContact {
    display: none;
}

.in_pro .leftContact {
}

.leftContact .s1 {
    font-size: 16px;
    padding-top: 33px;
}

.leftContact li {
    background: url(/template/images/left_smallNavH.png) no-repeat center left;
    background-position-x: 33px;
    line-height: 30px;
    text-indent: 54px;
}

.iWenTi {
    min-height: 869px;
    background: url(/template/images/bj3.jpg) no-repeat center top;
    padding-top: 74px;
}

.iWenTi .center .content {
    padding-top: 30px;
    position: relative;
    font-size: 16px;
    color: #007681;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 1px;
}

.iWenTi .center .content div {
    position: absolute;
}

.iWenTi .center .content .s1 {
    left: 145px;
    top: 210px;
}

.iWenTi .center .content .s2 {
    left: 882px;
    top: 210px;
}

.iWenTi .center .content .s3 {
    left: 202px;
    top: 442px;
}

.iWenTi .center .content .s4 {
    left: 860px;
    top: 442px;
}

.iWenTi .center .content .s5 {
    left: 527px;
    top: 616px;
    line-height: 150%;
}

.youShi {
    padding-bottom: 0.5rem;
    background: url(/template/images/wap_ysBj.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 2rem;
}

.youShi .subBox {
    line-height: 180%;
}

.youShi .subBox .bigTxt {
    font-size: 40px;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    line-height: 110%;
}

.youShi .subBox .bigTxt strong {
    font-weight: bold;
    color: #eb191a;
}

.youShi .subBox .en {
    font-size: 13px;
    color: #666;
    text-transform: uppercase;
    padding-bottom: 11px;
    padding-left: 2px;
    letter-spacing: 1px;
    line-height: 20px;
}

.youShi .subBox .smallTxt {
    font-size: 17px;
    color: #111;
    line-height: 42px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.youShi .subBox .smallTxt span {
    color: #0087d7;
    font-weight: bold;
}

.youShi .subBox .box_2 .smallTxt {
}

.youShi .subBox .box_3 .smallTxt {
}

.youShi .subBox .box_4 .sub_left li {
    float: left;
    width: 109px;
    text-align: center;
}

.youShi .subBox .box_1 {
}

.youShi .subBox .line_1 .box_1 .sub_left {
    width: 35%;
    padding-left: 103px;
    padding-top: 49px;
}

.youShi .subBox .line_1 .box_1 .sub_left .ysBox_1 {
    width: 100%;
    padding-top: 6px;
}

.youShi .subBox .line_1 .box_1 .sub_right {
    width: 759px;
    border-bottom-left-radius: 70px;
    overflow: hidden;
}

.youShi .subBox .line_2 .box_2 {
    padding-left: 101px;
    padding-top: 58px;
}

.youShi .subBox .line_2 .box_2 .bigTxt {
}

.youShi .subBox .line_3 .box_3 {
    padding-top: 114px;
    padding-left: 819px;
}

.youShi .subBox .line_3 .box_3 .en {
    padding-bottom: 16px;
}

.youShi .subBox .line_4 .box_4 {
    padding-left: 818px;
    padding-top: 48px;
}

.youShi .subBox .line_4 .box_4 .en {
    padding-bottom: 15px;
}

.youShi .subBox .line_4 .box_4 .smallTxt {
    letter-spacing: 0;
}

.youShi .subBox .line_5 .box_5 {
    padding-top: 122px;
    padding-left: 79px;
}

.youShi .subBox .line_5 .box_5 .smallTxt {
}

.about {
    min-height: 686px;
    background: url(/template/images/company.jpg) no-repeat center top;
}

.about .ul_1 {
    padding-top: 123px;
}

.about .left {
    width: 470px;
    border-top-right-radius: 80px;
    overflow: hidden;
}

.about .right {
    width: 676px;
}

.about .right .one {
    font-size: 18px;
    padding-top: 50px;
    letter-spacing: 1px;
}

.about .right .two {
    padding-top: 27px;
}

.about .right .two, .about .right .two p, .about .right .two span, .about .right .two td {
    line-height: 39px !important;
    font-size: 16px !important;
}

.about .right .two p {
    margin: 0 !important;
    padding: 2px 0 !important;
}

.about .more {
    display: inline-block;
    position: absolute;
    top: 495px;
    left: 407px;
}

.f_feedback {
    padding: 1.5rem 0;
    background: url(/template/images/wap_fb.jpg) no-repeat center top;
    background-size: auto 100%;
    padding-bottom: 0.8rem;
    min-height: 21rem;
    padding-top: 4.3rem;
    -moz-box-shadow: 1px 2px 2px #ddd;
    -webkit-box-shadow: 1px 2px 2px #ddd;
    box-shadow: 1px 2px 2px #ddd;
    position: relative;
}

.f_feedback .left {
    padding: 1rem 1%;
    line-height: 110%;
    padding-bottom: 0.3rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 98%;
}

.f_feedback .right {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.f_feedback .right input[type="text"], .f_feedback .right textarea {
    font-size: 0.7rem;
    line-height: 2.05rem;
    background: #f8f9ff;
    border: 0.05rem solid #9aa0c8;
    border-radius: 0.3rem;
    width: 100%;
    max-width: 93.5%;
    display: block;
    padding: 0 3%;
    margin-bottom: 0.55rem;
    color: #666;
    font-family: "Microsoft YaHei";
}

.f_feedback .right input[type="text"] {
}

.f_feedback .right textarea {
    min-height: 4.8rem;
    line-height: 200%;
}

.f_feedback .right input.bt_1, .f_feedback .right input.bt_2 {
    width: 100%;
    max-width: 100%;
    border: 0;
    color: #fff;
    font-size: 0.75rem;
    line-height: 2rem;
    height: 2rem;
    font-weight: bold;
}

.f_feedback .right input.bt_1 {
    background: url(/template/images/wap_fbBt.png) no-repeat center top;
    background-size: 100% auto;
}

.f_feedback .right input.bt_2 {
    background: #cdcccb;
}

.f_feedback .right input.bt_2:hover {
    color: #fff;
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

.f_feedback .title {
    text-align: center;
    font-size: 0.6rem;
    line-height: 1rem;
}

.f_feedback .title .cn {
    font-size: 28px;
    font-weight: bold;
}

.f_feedback .title .en {
    font-size: 18px;
    filter: alpha(Opacity=80);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.f_feedback .content {
}

.f_feedback .content .left .one, .f_feedback .content .left .two, .f_feedback .content .left .three {
    margin-bottom: 0.5rem;
    padding-left: 1.1rem;
    background: url(/template/images/wap_gou.png) no-repeat center left;
    background-size: auto 0.8rem;
    background-position-y: 0.3rem;
}

.f_feedback .content .left .two {
}

.f_feedback .content .left .three {
}

.f_feedback .content .left .four {
    width: 30%;
    max-width: 25%;
    font-size: 0.6rem;
    float: right;
}

.f_feedback .content .left .four span {
    font-size: 24px;
    font-family: BauhausItcTEEBol;
    letter-spacing: 1px;
}

.f_feedback .right .one {
}

.f_feedback .right .two {
}

.f_feedback .right .two .sub_left {
    width: 204px;
    padding-left: 50px;
}

.f_feedback .right .two .sub_right {
    width: 201px;
    padding-left: 50px;
}

.f_feedback .right .three {
}

.f_feedback .right .four {
    text-align: center;
}

.foot {
}

.f_nav {
    font-size: 18px;
    position: relative;
}

.f_nav .ul_1 {
    padding-top: 10px;
    width: auto;
    margin-left: 150px;
}

.f_nav li {
    float: left;
    margin-right: 89px;
}

.f_nav li a {
    display: block;
    line-height: 93px;
    width: 133px;
}

.f_nav li a:hover {
    color: #087c87;
}

.f_contact {
    min-height: 9rem;
    color: #666;
    background: url(/template/images/wap_callBj.jpg) no-repeat center top;
    background-size: 100% auto;
}

.f_contact .l_1 {
    width: 90%;
    max-width: 62%;
    line-height: 1.35rem;
    background: url(/template/images/wap_icoPic_03.png) no-repeat;
    background-size: 0.9rem auto;
    padding-left: 7%;
    background-position-y: 0.2rem;
    font-size: 0.65rem;
    float: left;
}

.f_contact .l_1 .txt {
    letter-spacing: 1.5px;
}

.f_contact .l_1 .txt .s1 {
    font-size: 21px;
    padding: 12px 0;
    font-weight: bold;
    padding-bottom: 3px;
}

.f_contact .l_1 .txt .s2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.78);
    letter-spacing: 0.25px;
    white-space: nowrap;
    transform-origin: 0;
    letter-spacing: 1px;
    color: #666;
}

.f_contact .l_2 {
    width: 60%;
    max-width: 31%;
    font-size: 0.55rem;
    text-align: center;
    float: right;
}

.f_contact .l_2 .one {
    font-weight: bold;
    letter-spacing: 1.3px;
    line-height: 140%;
    text-indent: 0;
    text-align: center;
}

.f_contact .l_2 .one .s1 {
    font-size: 22px;
}

.f_contact .l_2 .one .s2 {
    text-transform: uppercase;
    transform: scale(0.78);
    letter-spacing: 0.6px;
    white-space: nowrap;
    font-size: 12px;
}

.f_contact .l_2 .two {
    padding-top: 11px;
    padding-left: 79px;
}

.f_contact .l_2 .two .sub_left {
    width: 248px;
}

.f_contact .l_2 .two .sub_right {
    width: 225px;
}

.f_contact .l_2 .three {
    padding-left: 79px;
}

.f_contact .l_2 .three .sub_left {
    width: 248px;
}

.f_contact .l_2 .three .sub_right {
    width: 225px;
}

.f_contact .l_2 .four {
    padding-left: 79px;
}

.f_contact .l_3 {
    display: none;
}

.f_contact .l_3 img {
    border-radius: 5px;
}

.f_contact .l_3 .txt {
    line-height: 24px;
    color: #fff;
    font-size: 16px;
}

.bq {
    display: none;
}

.bq a {
    color: #adb9dd !important;
}

.bq span, .bq p {
    color: #adb9dd !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.in_pro {
}

.in_pro .left {
    padding-top: 0.9rem;
    max-width: 98%;
    margin-left: 1%;
}

.in_pro .right {
    padding-top: 1rem;
}

.in_pro .right h1 {
}

.in_pro .right .r_smallNav {
    padding-top: 20px;
    padding-bottom: 35px;
}

.in_pro .right .r_smallNav .ul_3 {
}

.in_pro .right .r_smallNav .ul_3 li {
    float: left;
    margin-right: 12px;
    line-height: 43px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 179px;
    overflow: hidden;
}

.in_pro .right .r_smallNav .ul_3 li:nth-child(5), .in_pro .right .r_smallNav .ul_3 li:nth-child(10), .in_pro .right .r_smallNav .ul_3 li:nth-child(15) {
    margin-right: 0;
}

.in_pro .right .r_smallNav .ul_3 li:hover {
    background: #f55319;
    border: 1px solid #f55319;
}

.in_pro .right .r_smallNav .ul_3 li a {
    display: block;
    font-size: 16px;
}

.in_pro .right .r_smallNav .ul_3 li a img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
}

.in_pro .right .r_smallNav .ul_3 li:hover a {
    color: #fff;
}

.in_pro .hotBox {
    margin-bottom: 30px;
    background: url(/template/images/hotBox.png) no-repeat center top;
    position: relative;
    left: 6px;
    min-height: 380px;
}

.in_pro .hotBox .sub_left {
    padding-top: 25px;
    padding-left: 27px;
}

.in_pro .hotBox .sub_right {
    width: 458px;
    padding-right: 75px;
    padding-top: 42px;
}

.in_pro .hotBox .sub_right .one {
    font-weight: bold;
    line-height: 32px;
}

.in_pro .hotBox .sub_right .one span {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 0 18px;
    background-color: #00909d;
    margin-right: 13px;
    border-radius: 50px;
}

.in_pro .hotBox .sub_right .one a {
    font-size: 21px;
    color: #000;
}

.in_pro .hotBox .sub_right .two {
    font-size: 16px;
    line-height: 28px;
    padding-top: 13px;
    padding-left: 3px;
}

.in_pro .hotBox .sub_right .two div {
    padding: 5px 0;
}

.in_pro .hotBox .sub_right .two span {
    font-weight: bold;
}

.in_pro .hotBox .sub_right .three {
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.in_pro .hotBox .sub_right .three a {
    display: inline-block;
    line-height: 38px;
    width: 212px;
    text-align: center;
    background-color: #e5e5e5;
    border-radius: 5px;
}

.in_pro .hotBox .sub_right .three a.bt_1 {
    color: #fff;
    background-color: #00909d;
}

.in_pro .r_list {
    padding-top: 1rem;
}

.proShow {
}

.proShow .left {
    display: none;
}

.proShow .right {
    padding-top: 1rem;
}

.proShow .ul_1.clear {
}

.proShow .ul_1 .right .share_rTitle .dl_1 {
    line-height: 43px;
}

.proShow .right .content .r_1 {
}

.proShow .right .content .r_1 .sub_left img {
    padding: 0.3rem;
    border: 0.05rem solid #98d8f6;
    cursor: pointer;
    background: #fff;
    width: 100%;
    max-width: 80%;
    vertical-align: middle;
    height: 12.8rem;
}

.proShow .right .content .r_1 .sub_right {
}

.proShow .right .content .r_1 .sub_right .one {
    padding-bottom: 0.5rem;
    text-align: center;
}

.proShow .right .content .r_1 .sub_right .one span {
    font-size: 17px;
    color: #fff;
    display: inline-block;
    padding: 0 18px;
    background-color: #00909d;
    margin-right: 13px;
    border-radius: 50px;
}

.proShow .right .content .r_1 .sub_right .one a {
    font-size: 21px;
    color: #000;
}

.proShow .right .content .r_1 .sub_right .two {
    margin: 0 auto;
    width: 95%;
    max-width: 95%;
    text-align: justify;
    margin-bottom: 1rem;
}

.proShow .right .content .r_1 .sub_right .two .fwb {
    font-weight: bold;
    color: #2c3c89;
}

.proShow .right .content .r_1 .sub_right .two, .proShow .right .content .r_1 .sub_right .two p, .proShow .right .content .r_1 .sub_right .two span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
}

.proShow .right .content .r_1 .sub_right .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .content .r_1 .sub_right .three {
    padding-bottom: 0.8rem;
}

.proShow .right .content .r_1 .sub_right .three .s_left {
    width: 90%;
    max-width: 66%;
    padding-left: 2%;
    float: left;
}

.proShow .right .content .r_1 .sub_right .three .s_left a {
    display: inline-block;
    width: 205px;
    line-height: 42px;
    text-align: center;
    background-color: #fe9404;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.proShow .right .content .r_1 .sub_right .three .s_right {
    width: 60%;
    max-width: 29%;
    padding-top: 0.05rem;
    padding-right: 2%;
    float: right;
}

.proShow .right .canShu {
    padding: 0.2rem;
    border: 0.1rem solid #d5d8e7;
    border-radius: 0.3rem;
    max-width: 93%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.proShow .right .canShu table, .proShow .right .canShu td {
    /* border: 0px !important; */
}

.proShow .right .canShu p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .canShu tr {
}

.proShow .right .canShu table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border: 0.05rem solid #d9d9d9;
}

.proShow .right .canShu, .proShow .right .canShu p, .proShow .right .canShu span, .proShow .right .canShu td {
    line-height: 1.3rem !important;
    font-size: 0.65rem !important;
    color: #1e1e1e !important;
    text-align: center !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    word-break: break-all !important;
}

.proShow .right .canShu td {
    width: 16.6% !important;
    max-width: 16.6% !important;
}

.proShow .right .canShu tr:nth-child(1) {
}

.proShow .right .canShu tr:nth-child(1) td {
    color: #2d3b89 !important;
    font-weight: bold !important;
}

.proShow .right .content .txtBox {
}

.proShow .ul_1 .right .r_title {
    padding-bottom: 25px;
}

.proShow .ul_1 .right .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.proShow .ul_1 .right .content .r_1 .clear .sub_left .shadow5 {
    display: block;
}

.proShow .ul_1 .right .content .r_2 {
    background: url(/template/images/bj26.png) no-repeat center bottom;
    min-height: 61px;
    padding-top: 35px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_left.shadowTxt {
    font-size: 25px;
    font-family: 'Impact';
    color: #fff;
    line-height: 61px;
    padding-left: 243px;
    letter-spacing: 1px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right {
    padding-right: 81px;
    padding-top: 13px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 310px;
    height: 36px;
}

.proShow .ul_1 .right .content .txtBox {
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li {
    padding: 20px 0;
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li .s_title {
    font-size: 20px;
    font-weight: bold;
    background: url(/template/images/bj_t.png) no-repeat center left;
    padding-left: 21px;
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_3 .pro_shareTitle .s_2 {
    font-style: normal;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    padding-left: 35px;
}

.proShow .right .content .r_1 .clear .sub_right .tuiJian {
    font-size: 17px;
    line-height: 180%;
    padding-top: 20px;
}

.proShow .right .content .r_1 .clear .sub_right .tuiJian span {
    display: inline-block;
    line-height: 38px;
    padding-right: 120px;
    padding-top: 3px;
}

.proShow .right .content {
    background: url(/template/images/pic3.jpg) repeat-x;
    padding-top: 2rem;
}

.in_new {
}

.in_new .left {
}

.in_new .right {
    padding-top: 0.7rem;
}

.in_new .right h1.tName {
    display: none;
}

.in_new .right .r_list .item {
    line-height: normal;
    padding: 0.3rem;
    text-align: left;
    max-width: 96%;
    margin-bottom: 0.5rem;
    background-color: #f0fbff;
}

.in_new .right .r_list .item:hover {
    background: #f5faff;
    -moz-box-shadow: 1px 1px 3px #ccc;
    -webkit-box-shadow: 1px 1px 3px #ccc;
    box-shadow: 1px 1px 3px #ccc;
}

.in_new .right .r_list .item .jiao {
    position: absolute;
    top: 0;
    left: 0;
}

.in_new .right .r_list .item:hover .jiao {
    background: url(/template/images/jiao.png) no-repeat center top;
    width: 36px;
    height: 36px;
}

.in_new .right .r_list .item .sub_left {
    width: 80%;
    max-width: 56%;
    float: left;
}

.in_new .right .r_list .item .sub_left .one {
    margin-bottom: 0.2rem;
}

.in_new .right .r_list .item .sub_left .one a {
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
}

.in_new .right .r_list .item .sub_left .two,.in_new .right .r_list .item .sub_left .three {
    font-size: 0.6rem;
    color: #888;
    text-align: justify;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    margin-bottom: 0.25rem;
}

.in_new .right .r_list .item .sub_left .three a {
    display: inline-block;
    line-height: 33px;
    width: 159px;
    border: 1px solid #00909d;
    text-align: center;
    color: #00909d;
    font-size: 17px;
    border-radius: 10px;
}

.in_new .right .r_list .item:hover .sub_left .three a {
    color: #fff;
    background-color: #00909d;
}

.in_contact {
}

.in_contact .line_1 {
    padding-top: 64px;
}

.in_contact .line_1 .box {
    min-height: 101px;
    background: url(/template/images/pic2.png) no-repeat center left;
    font-size: 16px;
    padding-left: 216px;
    line-height: 34px;
    background-position-x: 52px;
    padding-top: 38px;
    text-indent: 52px;
    letter-spacing: 1.1px;
    padding-right: 59px;
}

.in_contact .line_2 {
    padding-top: 0.5rem;
    margin-bottom: 1.3rem;
}

.in_contact .line_2 .center .box {
    position: relative;
}

.in_contact .line_2 .center .box .sBox {
    background-color: rgba(245,245,245,0.9);
    font-size: 0.75rem;
    width: 95%;
    max-width: 86%;
    margin: 0 auto;
    border-radius: 0.5rem;
    padding: 0.9rem 5%;
    line-height: 2rem;
    position: relative;
    z-index: 100;
    margin-top: -5rem;
}

.in_contact .line_2 .center .box .sBox dl {
    min-height: 97px;
    border-bottom: 1px dashed #ddd;
    padding-left: 137px;
}

.in_contact .line_2 .center .box .sBox dl .s1 {
    padding-top: 25px;
    padding-bottom: 3px;
}

.in_contact .line_2 .center .box .sBox dl .s2 {
}

.in_contact .line_2 .center .box .sBox .one {
    color: #f20f10;
    line-height: 130%;
    border-bottom: 0;
    padding-left: 0.5rem;
    border-left: 0.1rem solid #e62129;
    margin-bottom: 0.5rem;
}

.in_contact .line_2 .center .box .sBox .one .s1 {
    font-weight: bold;
    font-size: 0.85rem;
}

.in_contact .line_2 .center .box .sBox .one .s2 {
    text-transform: uppercase;
    font-size: 0.39rem;
}

.in_contact .line_2 .center .box .sBox .two {
    background: url(/pc/images/mapIco_01.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1rem;
    border-bottom: 0.05rem dashed #afb7d7;
}

.in_contact .line_2 .center .box .sBox .three {
    background: url(/pc/images/mapIco_02.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1rem;
    border-bottom: 0.05rem dashed #afb7d7;
}

.in_contact .line_2 .center .box .sBox .four {
    background: url(/pc/images/mapIco_03.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1rem;
    border-bottom: 0.05rem dashed #afb7d7;
}

.in_contact .line_2 .center .box .sBox .five {
    background: url(/pc/images/mapIco_04.png) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1rem;
    border-bottom: 0.05rem dashed #afb7d7;
}

.in_contact .line_2 .center .box .ewmBox {
    border-top-left-radius: 20px;
    font-size: 16px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 142px;
    height: 153px;
    text-align: center;
    z-index: 110;
    background: #fff;
}

.in_contact .line_2 .center .box .ewmBox .s1 {
    padding-top: 26px;
}

.in_contact .line_2 .center .box .ewmBox .s1 img {
    border-radius: 5px;
    border: 1px solid #7fc7ce;
}

.in_contact .line_2 .center .box .ewmBox .s2 {
    line-height: 24px;
}

.in_contact .line_3 {
    background: url(/template/images/wap_call2.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 16rem;
}

.in_contact .line_3 .content {
    padding-top: 29px;
}

.in_contact .line_3 .content .s1 {
    color: #111;
    padding: 0 39px;
    text-align: justify;
}

.in_contact .line_3 .content .s1, .in_contact .line_3 .content .s1 p, .in_contact .line_3 .content .s1 span {
    font-size: 16px !important;
    line-height: 39px !important;
}

.in_contact .line_3 .content .s1 p {
    margin: 0 !important;
    padding: 2px 0 !important;
}

.in_contact .line_3 .content .s2 {
    padding-top: 35px;
    width: 1135px;
    margin: 0 auto;
}

.ad .ul_1 li .one {
    font-size: 21px;
}

.ad .ul_1 li .two {
    font-size: 12px;
    text-transform: uppercase;
    color: #ccc;
    line-height: 150%;
    padding-bottom: 11px;
}

.ad .ul_1 li .three {
}

.ad .ul_1 li .three p {
    margin: 0;
    font-size: 16px;
    line-height: 190%;
}

.ad .ul_1 li .one strong {
    background: linear-gradient(to right, #2e3b8a, #eb191a);
    -webkit-background-clip: text;
    color: transparent;
}

.iPro {
    background: url(/template/images/wap_navBj.jpg);
    background-size: 100% auto;
    padding-bottom: 1.5rem;
}

.iPro .content {
    padding-top: 0.9rem;
    max-width: 98%;
    margin: 0 auto;
}

.iPro .content .bigNav {
}

.iPro .content .bigNav li {
    display: block;
    color: #000;
    float: left;
    width: 50%;
    max-width: 33.2%;
    font-size: 0.65rem;
    line-height: 2rem;
    margin-right: 0.2%;
    position: relative;
}

.iPro .content .bigNav li a {
    color: #000;
    display: block;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    text-indent: 27%;
}

.iPro .content .bigNav li:nth-child(1) a {
    background: url(/template/images/a_01.png) no-repeat center;
    background-color: #e7f5ff;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.iPro .content .bigNav li:nth-child(2) a {
    background: url(/template/images/a_02.png) no-repeat center left;
    background-color: #e7f5ff;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.iPro .content .bigNav li:nth-child(3) a {
    background: url(/template/images/a_03.png) no-repeat center left;
    background-color: #e7f5ff;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.iPro .content .bigNav .cur a {
    color: #fff;
    font-weight: bold;
}

.iPro .content .bigNav li:nth-child(1).cur a {
    background: url(/template/images/h_01.png) no-repeat center left;
    background-color: #2e3b8a;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.iPro .content .bigNav li:nth-child(2).cur a {
    background: url(/template/images/h_02.png) no-repeat center left;
    background-color: #2e3b8a;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.iPro .content .bigNav li:nth-child(3).cur a {
    background: url(/template/images/h_03.png) no-repeat center left;
    background-color: #2e3b8a;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.iPro .content .box {
}

.iPro .content .box .smallNav {
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    padding-top: 0.3rem;
    margin-bottom: 1rem;
    background: #fff;
}

.iPro .content .box .smallNav .s_ul {
}

.iPro .content .box .smallNav .s_ul li {
    width: 38%;
    max-width: 33.3%;
    float: left;
    line-height: 2rem;
    background: #fff;
    margin-bottom: 0.05rem;
    border-bottom: 0.05rem dashed #eee;
}

.iPro .content .box .smallNav .s_ul li a {
    display: block;
    font-size: 0.56rem;
    border-radius: 0.2rem;
    text-align: center;
    color: #000;
}

.iPro .content .box .smallNav .s_ul li a:hover {
    color: #d00200;
}

.iPro .content .bigNav li:nth-child(3) {
    margin-right: 0;
}

.iPro .content .box .smallNav .s_ul li:nth-child(6),.iPro .content .box .smallNav .s_ul li:nth-child(12),.iPro .content .box .smallNav .s_ul li:nth-child(18),.iPro .content .box .smallNav .s_ul li:nth-child(24),.iPro .content .box .smallNav .s_ul li:nth-child(30) {
    margin-right: 0;
}

.iPro .content .box .smallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.iPro .content .box .smallNav .last a {
    color: #0656b1;
}

.shareTitle2 h1,.shareTitle2 h2 {
    display: inline-block;
    font-size: 1rem;
    font-weight: normal;
}

.shareTitle2 .cn strong {
    background: linear-gradient(to right, #2e3b8a, #eb191a);
    -webkit-background-clip: text;
    color: transparent;
}

.pro_ShareList {
}

.pro_ShareList .item {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.33%;
    margin-bottom: 0.8rem;
}

.pro_ShareList .item img {
    width: 100%;
    max-width: 98%;
    display: block;
    height: 7.3rem;
    padding: 0.1rem 1%;
    background: #fff;
    -moz-box-shadow: 0px 0px 3px #ddd;
    -webkit-box-shadow: 0px 0px 3px #ddd;
    box-shadow: 0px 0px 3px #ddd;
}

.pro_ShareList .item:nth-child(4) {
    margin-right: 0;
}

.iPro .content .bigNav li span {
    min-height: 0.3rem;
    display: block;
    position: absolute;
    height: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.iPro .content .bigNav .cur span {
    background: url(/template/images/jt.png) no-repeat center top;
    background-size: auto 100%;
}

.shareTitle2 .cn span.s1 {
    background: linear-gradient(to right, #2e3b8a, #eb191a);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    position: relative;
    top: 0.1rem;
    font-size: 1.6rem;
}

.shareTitle2 .cn span.s2 {
    background: linear-gradient(to right, #2e3b8a, #eb191a);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.youShi .subBox .bigTxt h4 {
    margin: 0;
}

.iChengGuo {
    display: none;
}

.iChengGuo .more {
    text-align: center;
    padding-top: 9px;
    margin-bottom: 35px;
}

.iChengGuo .more a {
    display: inline-block;
    color: #fff;
    width: 120px;
    line-height: 27px;
    background-color: #eb191a;
    text-align: center;
}

.iChengGuo .cgBox {
    overflow: hidden;
    height: 498px;
}

.iChengGuo .cgBox li {
    float: left;
    min-height: 432px;
    width: 237px;
    background: url(/template/images/cg2.png);
    margin-right: 9px;
    padding: 33px;
    color: #fff;
    line-height: 220%;
    text-align: justify;
    top: 396px;
    position: relative;
    background: url(/template/images/cg3.png);
    cursor: pointer;
}

.iChengGuo .cgBox li:nth-child(4) {
    margin-right: 0;
}

.iChengGuo .cgBox li .one {
    text-align: center;
    background: url(/template/images/jiao2.png) no-repeat center bottom;
    padding-top: 0;
    padding-bottom: 35px;
    background-position-y: 36px;
}

.iChengGuo .cgBox li .one a {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
}

.iChengGuo .cgBox li.active {
    top: 0;
    position: relative;
    background: url(/template/images/cg2.png);
    -webkit-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.iChengGuo .cgBox li.active .one {
    padding-bottom: 15px;
    padding-top: 5px;
    background: none;
}

.iChengGuo .cgBox li.active .one a {
    font-size: 21px;
}

.iChengGuo .cgBox li .two {
    padding-bottom: 30px;
    padding-top: 9px;
}

.iChengGuo .cgBox li .three {
    padding-bottom: 20px;
    min-height: 151px;
}

.iChengGuo .cgBox li .four {
    padding-top: 30px;
}

.iChengGuo .cgBox li .four a {
    display: inline-block;
    line-height: 33px;
    width: 111px;
    text-align: center;
    margin-right: 10px;
}

.iChengGuo .cgBox li .four a:nth-child(1) {
    background-color: #eb191a;
    color: #fff;
}

.iChengGuo .cgBox li .four a:nth-child(2) {
    margin-right: 0;
    background-color: #fff;
    color: #2d3b89;
    font-weight: bold;
}

.case .center .content ul {
    width: 690px;
    margin: 0 auto;
    display: block;
}

.case .center .content .ul_1.clear .item .one {
    text-align: center;
    line-height: 160%;
    padding-bottom: 11px;
}

.case .center .content .ul_1.clear .item .two {
    line-height: 160%;
    text-align: justify;
    padding-bottom: 13px;
    min-height: 100px;
    color: #666;
}

.case .center .content .ul_1.clear .item .three {
}

.case .center .content .ul_1 .item .three a {
    display: block;
    line-height: 30px;
    text-align: center;
    color: #eb191a;
    background: url(/template/images/kuang.png) no-repeat center top;
    font-size: 14px;
}

.case .center .content .ul_1 .item .three a:hover {
    color: #fff;
    background: url(/template/images/kuang2.png) no-repeat center top;
}

.case .center .content .ul_1.clear li.item:nth-child(1) {
    padding-top: 160px;
}

.case .center .content .ul_1.clear li.item:nth-child(3) {
    padding-top: 160px;
}

.f_feedback .title li {
    padding-left: 0.8rem;
    background: url(/template/images/wap_ico20.png) no-repeat center left;
    background-size: 0.6rem auto;
    display: inline-block;
}

.f_feedback .title li.s1 {
    margin-right: 3%;
}

.f_feedback .left .cn {
}

.f_feedback .left .en {
    text-transform: uppercase;
    font-size: 0.37rem;
}

.f_feedback .content .left .four a {
    display: block;
    line-height: 1.35rem;
    color: #fff;
    text-align: center;
    text-indent: 25%;
    text-shadow: 1px 1px 2px #999;
    background: url(/template/images/wap_fbIco_01.png) no-repeat center top;
    background-size: auto 100%;
    background-position-x: 24%;
    border-radius: 0.3rem;
    margin-bottom: 1.3rem;
}

.f_feedback .content .left .four a:nth-child(3) {
    background: url(/template/images/wap_fbIco_03.png) no-repeat center top;
    background-size: auto 100%;
    background-position-x: 30%;
    margin-bottom: 0;
}

.f_feedback .left .cn strong {
    background: linear-gradient(to right, #eb191a, #2e3b8a);
    -webkit-background-clip: text;
    color: transparent;
}

.f_feedback .right .s1 font {
    color: #eb191a;
    position: relative;
    top: 3px;
}

.new {
    display: none;
}

.new .mainBox {
    padding-bottom: 80px;
}

.new .content {
    padding-top: 38px;
    margin-bottom: 20px;
}

.new .content .line_1 {
    min-height: 63px;
    padding-left: 300px;
    width: auto;
}

.new .content .line_1 a {
    text-decoration: none;
    font-size: 19px;
    color: #222;
    cursor: pointer;
    float: left;
    line-height: 60px;
    padding-bottom: 20px;
    text-indent: 82px;
}

.new .content .line_1 a:nth-child(1) {
    width: 211px;
    background: url(/template/images/tabH_01.png) no-repeat;
}

.new .content .line_1 a:nth-child(2) {
    width: 210px;
    background: url(/template/images/tab_02.png) no-repeat;
}

.new .content .line_1 a:nth-child(3) {
    width: 212px;
    background: url(/template/images/tab_03.png) no-repeat;
}

.new .content .line_2 {
    padding-top: 25px;
    padding-bottom: 20px;
}

.new .content .line_2 li.sub_left {
    width: 381px;
    background: url(/template/images/3bj.png) no-repeat;
    position: relative;
    padding: 50px 40px;
}

.new .content .line_2 li.sub_left .three {
    line-height: 160%;
    padding-bottom: 15px;
    color: #888;
}

.new .content .line_2 li.sub_left:hover {
}

.new .content .line_2 .sub_right {
    width: 270px;
    padding-right: 30px;
    margin-right: 3px;
}

.new .content .line_2 .sub_left img {
    display: block;
}

.new .content .line_2 .sub_left .proName {
    font-size: 20px;
    color: #000;
    margin: 0;
    line-height: 50px;
}

.new .content .line_2 .sub_left .time {
    padding: 10px 0;
}

.new .content .line_2 .bt_more {
    text-align: center;
    padding-top: 20px;
}

.new .content .line_2 .bt_more a {
    display: inline-block;
    border: 1px solid #f55319;
    padding: 6px 36px;
    color: #f55319;
}

.new .content .line_2 .item {
    border-bottom: 1px dashed #ccc;
    padding: 25px 0;
}

.new .content .line_2 .item:nth-child(3) {
    border: 0;
}

.new .content .line_2 .s_left {
    text-align: center;
}

.new .content .line_2 .s_left .bigTxt {
    font-size: 31px;
    padding-bottom: 6px;
    letter-spacing: -1px;
}

.new .content .line_2 .s_left .smallTxt {
    font-size: 19px;
    color: #5e5e5e;
}

.new .content .line_2 .s_right {
}

.new .content .line_2 .s_right a {
    color: #000;
    font-size: 20px;
    background: url(/template/images/4bj.png) no-repeat top right;
    line-height: 33px;
    padding-right: 6%;
}

.new .content .line_2 .s_right a:hover {
    color: #f55319;
}

.new .content .line_2 .s_right p {
    margin: 0;
    padding: 0;
    color: #888;
}

.new .content .line_2 .s_right p a {
    width: 30px;
    height: 25px;
    background: url(/template/images/jian2.png) no-repeat center right;
    float: right;
}

.f_contact .l_1 .tel {
    background: url(/template/images/wap_icoPic_02.png) no-repeat center left;
    background-size: auto 0.9rem;
    padding-left: 7%;
    line-height: 1.3rem;
    font-size: 0.6rem;
}

.f_contact .l_1 .tel .s2 {
    font-size: 0.85rem;
    color: #e62129;
    font-weight: bold;
}

.f_contact .l_1 .info {
}

.f_contact .l_2 .txt {
}

.f_contact .l_3 .l1 {
}

.f_contact .l_3 li dd {
}

.f_contact .l_3 li dd a {
    display: block;
    line-height: 37px;
    background: url(/template/images/bot3.png) no-repeat center left;
    text-indent: 18px;
}

.f_contact .l_3 li dd a:hover {
    color: #eb191a;
}

.f_contact .l_3 li {
    width: 136px;
    padding-right: 54px;
}

.f_contact .l_3 .l3 {
    padding-right: 0;
    position: relative;
    width: 149px;
    left: 15px;
}

.f_contact .l_3 li dd:nth-child(1) a {
    font-size: 19px;
    color: #2e3b8a;
    text-indent: 19px;
    background: none;
}

.bq .sub_right a {
    display: inline-block;
    padding-left: 19px;
}

.bq .sub_right a:nth-child(1) {
    background: url(/template/images/bq_01.png) no-repeat center left;
}

.bq .sub_right a:nth-child(2) {
    background: url(/template/images/bq_02.png) no-repeat center left;
}

.bq .sub_right a:nth-child(3) {
    background: url(/template/images/bq_03.png) no-repeat center left;
}

.new .content .line_2 .sub_left {
    padding-left: 20px;
    position: relative;
}

.new .content .line_2 .sub_right .one {
}

.new .content .line_2 .sub_right .one a {
    font-size: 20px;
    font-weight: bold;
    color: #2e3b8a;
}

.new .content .line_2 .sub_right .two {
    line-height: 38px;
    color: #999;
    border-bottom: 1px solid #ddd;
}

.new .content .line_2 .sub_right .three {
    padding-top: 10px;
    line-height: 180%;
    text-align: justify;
}

.new .line_5 {
    background: url(/template/images/new3.png) no-repeat center top;
    min-height: 79px;
}

.new .line_5 .l_1 {
    color: #fff;
    font-size: 18px;
    line-height: 79px;
    width: 269px;
    text-indent: 56px;
}

.new .line_5 .l_2 {
    width: 863px;
    padding: 13px 0;
}

.new .line_5 .l_3 {
    width: 85px;
}

.new .line_5 .l_2 dl {
    width: 43%;
    margin-left: 5%;
    line-height: 26px;
}

.new .line_5 .l_3 a {
    display: block;
    padding: 21px 0;
    color: #eb191a;
}

.new .line_5 .l_3 a span {
    display: block;
    text-align: center;
}

.new .line_5 .l_3 a span.s1 {
    font-weight: bold;
}

.new .line_5 .l_3 a span.s2 {
    font-size: 13px;
    letter-spacing: 1px;
}

.new .line_5 .l_2 dl dd.s_right {
    color: #999;
    font-size: 14px;
}

.new .line_5 .l_2 dl dd.s_left {
}

.new .line_5 .l_2 dl dd.s_left a:hover {
    color: #eb191a;
}

.leftContact .s2 {
    font-size: 22px;
    font-weight: bold;
}

.shareRightTitle {
    line-height: 2rem;
    background: url(/template/images/wap_tBj.png) no-repeat center bottom;
    background-size: cover;
}

.shareRightTitle .sub_left {
    float: left;
}

.shareRightTitle .sub_right {
    float: right;
}

.shareRightTitle .dl_2 {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.shareRightTitle .txt_1 {
    font-size: 0.8rem;
    font-weight: bold;
    color: #45549f;
    margin: 0;
    padding: 0;
    background: url(/template/images/icoJp.png) no-repeat center left;
    background-size: 0.68rem auto;
    background-position-x: 3%;
    padding-left: 1.2rem;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.proShow .shareRightTitle {
}

.proShow .shareRightTitle .dl_2 {
    border-bottom: 0.05rem dashed #cad2e7;
}

.shareRightSmallNav {
    padding-top: 0.2rem;
    line-height: 1.8rem;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 100%;
    max-width: 33.333%;
    text-align: center;
    float: left;
    border-bottom: 0.05rem dashed #ccc;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    color: #333;
    font-size: 0.7rem;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #eb191a;
}

.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;
}

.proShow .shareRightSmallNav {
    display: none;
}

.proShow .shareRightSmallNav .ul_1 {
}

.shareRightTitle .sub_right a {
    display: block;
    padding-right: 0.9rem;
    background: url(/template/images/wap_ico6.png) no-repeat center right;
    background-size: 0.7rem auto;
    font-size: 0.6rem;
    color: #2e3b8a;
    font-weight: bold;
}

.proShow .shareRightTitle .sub_right a {
}

.proShow .right .content .r_1 .sub_right .one h1 {
    font-size: 0.9rem;
    color: #2c3c89;
    line-height: 2rem;
}

.proShow .right .content .r_1 .sub_right .three .s_right a {
    color: #fff;
    display: block;
    line-height: 1.5rem;
    background-color: #eb191a;
    border-radius: 0.35rem;
    vertical-align: middle;
    text-align: center;
}

.proShow .right .content .ul_5 {
}

.titleBox {
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: #2d3b89;
    line-height: 2.5rem;
    padding-bottom: 0.3rem;
    background: url(/template/images/wap_title.png) no-repeat center top;
    background-size: 119% auto;
    background-position-x: 53%;
    margin-bottom: 0.3rem;
}

.titleBox span {
    color: #eb191a;
}

.pro_shareTitle .en {
}

.pro_shareTitle .cn {
    color: #2d3b89;
    float: left;
    margin-right: 2%;
}

.proShareBox {
    padding: 0 2%;
    text-align: justify;
    padding-bottom: 1.3rem;
}

.proShareBox.box_4 {
}

.proShareBox.box_3 {
    padding-bottom: 1rem;
}

.proShareBox.box_2 .pro_shareTxt td {
    border: 0 !important;
    text-align: center !important;
}

.proShareBox.box_2 .pro_shareTxt table {
    background: none !important;
    border: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.proShareBox.box_5 {
}

.xgBox {
    padding: 0.8rem 0;
}

.xgBox .pro_shareTitle {
    line-height: 2rem;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    display: inline-block;
    padding-left: 1.7rem;
    background: url(/template/images/wap_xingIco.png) no-repeat center left;
    background-size: 1.3rem auto;
    color: #2e3b8a;
    width: auto;
    margin-left: 29%;
}

.xgPro .dl_6 dd a img {
    display: block;
    height: 4.3rem !important;
}

.proShareBox .btCall {
    font-size: 0.65rem;
    line-height: 200%;
}

.proShareBox .btCall span {
    color: #eb191a;
    font-size: 0.88rem;
    letter-spacing: 1px;
    font-weight: bold;
}

.proShareBox .btCall a {
    display: none;
}

.leftNew .content .leftEn {
    display: none;
}

.typeNav .content .cg {
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
    margin-bottom: 0.5rem;
    border-radius: 0.2rem;
}

.in_new .shareRightTitle {
    display: none;
}

.in_new .shareRightTitle .dl_2 {
    border-bottom: 2px solid #b9dcff;
    padding-bottom: 12px;
}

.in_new .shareRightTitle .sub_left .txt_1 {
    color: #2c3c89;
    font-size: 22px;
}

.in_new .right .r_list .item .sub_right {
    width: 55%;
    max-width: 41%;
    float: right;
    overflow: hidden;
}

.in_new .right .r_list .item .sub_left span {
    font-weight: bold;
    color: #666;
}

.in_new .right .r_list .item .sub_left .four {
}

.in_new .right .r_list .item .sub_left .four a {
    display: inline-block;
    line-height: 1.3rem;
    font-size: 0.55rem;
    color: #fff;
    width: 50%;
    max-width: 48%;
    background-color: #2d3b89;
    text-align: center;
}

.in_new .right .r_list .item .sub_left .four a:nth-child(2) {
    background: #eb191a;
}

.in_new .right .r_list .item:hover .one {
}

.in_new .right .r_list .item:hover .one a {
    color: #142376;
}

.in_new .right .r_list .item:hover .four {
}

.in_new .right .r_list .item .four a:nth-child(1):hover {
    color: #fff;
    background-color: #2d3b89;
}

.in_new .right .r_list .item .four a:nth-child(2):hover {
    color: #fff;
    background-color: #eb191a;
}

.left_tjNew {
    display: none;
}

.left_tjNew .one {
    position: relative;
}

.left_tjNew .one img {
    border-radius: 8px;
}

.left_tjNew .two {
    font-size: 18px;
    font-weight: bold;
    color: #2c3c89;
    padding: 5px 0;
}

.left_tjNew .three {
    padding: 5px 0;
    line-height: 200%;
}

.left_tjNew .four {
    line-height: 150%;
}

.left_tjNew .one img.tt {
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 0;
}

.newShow .shareRightTitle {
}

.newShow .shareRightTitle .sub_left .txt_1 {
}

.newShow .xgBox {
    padding-bottom: 0;
}

.inTitle {
    font-weight: bold;
    font-size: 0.75rem;
    color: #2e3b8a;
    line-height: 1.5rem;
    border-bottom: 0.05rem solid #c0c6de;
    background: url(/template/images/ico15.png) no-repeat center left;
    background-size: 1rem auto;
    padding-left: 1.3rem;
}

.xgNew .itemBox {
    padding: 0.3rem 0;
}

.xgNew .itemBox a:hover {
    color: #051787;
    font-weight: bold;
}

.top .t_search.search {
}

.top.aboutTop .t_search.search {
    background: url(/template/images/pic_02.jpg) no-repeat center top;
}

.in_about .line_1 .picBox {
}

.in_about .line_1 .txtBox {
    padding-bottom: 1rem !important;
    background: url(/template/images/pic_03.jpg) no-repeat center;
    -moz-box-shadow: 1px 0px 3px #ccc;
    -webkit-box-shadow: 1px 0px 3px #ccc;
    box-shadow: 1px 0px 3px #ccc;
    padding: 0.3rem;
    text-align: justify;
}

.in_about .line_1 .txtBox, .in_about .line_1 .txtBox p, .in_about .line_1 .txtBox span, .in_about .line_1 .txtBox td {
    font-size: 0.7rem !important;
    color: #3d3d3d !important;
    line-height: 190% !important;
}

.in_about .line_1 .txtBox p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.in_about .line_2 {
    padding-bottom: 1.5rem;
}

.ad6 {
}

.ad6 .ul_1 {
    padding-top: 336px;
}

.ad6 .ul_1 li {
    float: left;
    width: 296px;
    min-height: 138px;
    margin-right: 16px;
    letter-spacing: 1px;
    font-size: 19px;
    line-height: 180%;
}

.ad6 .ul_1 li:nth-child(1) {
}

.ad6 .ul_1 li:nth-child(2) {
    margin-right: 20px;
}

.ad6 .ul_1 li:nth-child(4) {
    margin-right: 0;
}

.ad6 .ul_1 li a {
    display: block;
    padding-top: 104px;
    padding-bottom: 38px;
}

.ad6 .ul_1 li .one {
}

.ad6 .ul_1 li .two {
    text-transform: uppercase;
    line-height: 150%;
}

.ad6 .ul_1 li .three {
}

.ad6 .ul_1 li .three p {
    margin: 0;
    font-size: 16px;
    line-height: 190%;
}

.ad6 .ul_1 li .one strong {
}

.ad6 .ul_1 li:nth-child(3) {
    margin-right: 19px;
}

.in_contact .line_2 .center {
    position: relative;
}

.in_contact .line_2 .center .box .sBox .one .s3 {
    font-size: 0.65rem;
    color: #333;
    padding-top: 0.1rem;
}

.in_contact .line_2 .center .box .sBox .one .s3 strong {
    font-size: 0.8rem;
}

.in_contact .line_2 .center .box .sBox .six {
    background: url(/pc/images/mapIco_05.png) no-repeat center left;
    background-size: 0.8rem auto;
    line-height: 150%;
    padding: 0.5rem 0;
    padding-left: 1rem;
    background-position-y: 0.65rem;
}

.in_contact .line_2 .center .box .sBox .seven {
    padding-top: 0.3rem;
    line-height: normal;
}

.in_contact .line_2 .center .box .sBox .seven a {
    display: inline-block;
    line-height: 1.8rem;
    color: #fff;
    background-color: #ccc;
    width: 48%;
    max-width: 48%;
    text-align: center;
    border-radius: 0.3rem;
    background-color: #e62129;
}

.in_contact .line_2 .center .box .sBox .seven a:nth-child(1) {
    margin-right: 1%;
    background-color: #2b3d89;
}

.in_contact .line_2 .center .box .sBox span {
    font-weight: bold;
}

.youShi .subBox .bigTxt img {
    vertical-align: bottom;
}

.youShi .subBox .line_2 .box_2 .en {
    padding-bottom: 13px;
}

.typeNav3 .content .type_2 {
    left: 33.5%;
}

.typeNav3 .content .type_3 {
    right: 0;
}

.typeNav3 .content .topTypeNav {
}

.typeNav3 .content .type_1 a {
    background: url(/template/images/wap_proIco_01.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_2 a {
    background: url(/template/images/wap_proIco_02.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_3 a {
    background: url(/template/images/wap_proIco_03.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .subTypeBox {
}

.typeNav3 .content .subTypeBox .sBox {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    max-width: 95%;
    border-radius: 0.5rem;
    padding: 0 1.5%;
    background-color: #fff;
    vertical-align: middle;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1%;
}

.typeNav3 .content .subTypeBox .jt {
    height: 0.6rem;
    background: url(/template/images/wap_jt2.png) no-repeat;
    background-size: auto 100%;
    margin-bottom: -0.3rem;
    position: relative;
    background-position-x: 50%;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
    text-align: justify;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}

.mainBig {
    background: url(/template/images/wap_top.jpg) no-repeat center top;
    background-size: 100% auto;
    position: relative;
}

.t_logo .left .dl_1 {
}

.t_logo .left .dl_1 .sub_left {
    width: 33%;
    max-width: 29%;
    padding-left: 1%;
    float: left;
}

.menunavbtn {
    width: 100%;
    max-width: 9%;
    height: 1.8rem;
    line-height: 2rem;
    position: absolute;
    right: 2%;
    top: 0.9rem;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    color: #0c70bb;
    font-size: 0.8rem;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.mainBig .t_search {
    position: absolute;
    left: 3%;
    top: 2.8rem;
    z-index: 10;
}

.mainBig .t_logo {
    padding-bottom: 3.5rem;
    -moz-box-shadow: 1px 0px 5px #7686c7;
    -webkit-box-shadow: 1px 0px 5px #7686c7;
    box-shadow: 1px 0px 5px #7686c7;
    position: relative;
    z-index: 3;
}

.navBox {
    padding: 1rem 0;
}

.navBox .logoPic {
    display: none;
}

.navBox li .en {
    display: none;
}

.navBox .l_1, .navBox .l_2, .navBox .l_3, .navBox .l_4 {
    display: none;
}

.navBox li {
    float: left;
    text-align: center;
    width: 35%;
    max-width: 25%;
}

.navBox li a {
    float: left;
    width: 100%;
    max-width: 100%;
    line-height: 1rem;
    color: #082147;
    padding-top: 2.5rem;
    font-size: 0.65rem;
    padding-bottom: 0;
}

.navBox .l_5 a {
    background: url(/template/images/wap_nav_01.png) no-repeat center top;
    background-size: auto 2.3rem;
}

.navBox .l_6 a {
    background: url(/template/images/wap_nav_02.png) no-repeat center top;
    background-size: auto 2.3rem;
}

.navBox .l_7 a {
    background: url(/template/images/wap_nav_03.png) no-repeat center top;
    background-size: auto 2.3rem;
}

.navBox .l_8 a {
    background: url(/template/images/wap_nav_04.png) no-repeat center top;
    background-size: auto 2.3rem;
}

.shareMore {
    text-align: center;
    padding-top: 0.5rem;
}

.shareMore a {
    color: #fff;
    font-size: 0.7rem;
    border-radius: 3rem;
    display: inline-block;
    line-height: 1.85rem;
    width: 8rem;
    max-width: 8rem;
    background: #018de0;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #00afff, #026abf);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #eb191a, #2e3b8a);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #eb191a, #2e3b8a);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #eb191a, #2e3b8a);
    /* Standard syntax */
}

.shareMore a span {
    background: url(/template/images/wap_shaopin.png) no-repeat center left;
    background-size: auto 0.7rem;
    display: block;
    background-position-x: 25%;
    text-indent: 16%;
}

.pro_ShareList .item .bt {
    line-height: 1.3rem;
    color: #333;
    font-size: 0.65rem;
    padding-top: 0.35rem;
    text-align: center;
}

.pro_ShareList .item .bt a {
    display: inline-block;
    width: 50%;
    max-width: 47.3%;
    border: 0.05rem solid #ddd;
    text-align: center;
    color: #888;
    font-size: 0.6rem;
    line-height: 1.2rem;
}

.pro_ShareList .item .bt a:nth-child(2) {
    color: #e86465;
    border: 0.05rem solid #e86465;
}

.iProBanner {
    display: none;
}

.youShi .shareTitle2 {
    background: url(/template/images/wap_title2.png) no-repeat center bottom;
    background-size: 120% auto;
    background-position-y: 3rem;
    margin-bottom: 0.8rem;
}

.youShi .shareTitle2 .cn {
    padding: 0;
}

.youShi .shareTitle2 .cn h2 {
    font-size: 1.1rem;
}

.youShi .shareTitle2 .one {
    padding-top: 0;
}

.f_feedback .left .txt {
    width: 90%;
    max-width: 67%;
    float: left;
}

.f_feedback .left .four {
}

.f_feedback .content .left .four a:nth-child(2) {
    background: url(/template/images/wap_fbIco_02.png) no-repeat center top;
    background-size: auto 100%;
    background-position-x: 31%;
}

.f_feedback .right .s1 {
    display: none;
}

.f_contact .ul_1 {
    width: 100%;
    max-width: 96%;
    margin-left: 2%;
    padding-top: 5.5rem;
    padding-bottom: 0.3rem;
    position: relative;
}

.f_contact .l_1 .sTitle {
    position: absolute;
    top: 1.3rem;
    left: 0;
    background: url(/template/images/wap_icoPic_01.png) no-repeat;
    background-size: auto 100%;
    padding-left: 4%;
    width: 100%;
    max-width: 96%;
}

.f_contact .l_1 .sTitle .one {
    line-height: 160%;
}

.f_contact .l_1 .sTitle .one .cn {
    font-size: 0.95rem;
    font-weight: bold;
    background: linear-gradient(to right, #2e3b8a, #eb191a);
    -webkit-background-clip: text;
    color: transparent;
}

.f_contact .l_1 .sTitle .one .en {
    font-size: 0.435rem;
    text-transform: uppercase;
    background: linear-gradient(to right, #2e3b8a, #eb191a);
    -webkit-background-clip: text;
    color: transparent;
}

.f_contact .l_1 .tel .s1 {
}

.f_contact .l_1 .tel div {
    display: inline-block;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/wap_kf.png) no-repeat center top;
    background-size: 100% auto;
    padding-top: 0.2rem;
    min-height: 3rem;
}

.keFu a {
    width: 33%;
    max-width: 25%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff9cf;
    font-size: 0.65rem;
    text-align: center;
    line-height: 1rem;
    padding-bottom: 0.1rem;
}

/*
.keFu a:hover {





  background: #ffa030;
}
*/
.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 2rem;
}

.keFu a span {
    overflow: hidden;
    height: 1.8rem;
    display: block;
}

.keFu a:nth-child(3) {
}

.keFu a:nth-child(3) img {
}

#wxnr {
    display: none;
}

.kong {
    min-height: 3.5rem;
    background: url(/template/images/wap_callBj.jpg) no-repeat center top;
    background-size: 100% auto;
}

.f_contact .l_2 .ewmPic {
    background: url(/template/images/wap_ewmBj.png) no-repeat;
    background-size: 100% auto;
    padding: 1rem 0.7rem;
    padding-top: 1.2rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.2rem;
}

.in_pro .shareTitle2 {
    background-position-y: -2rem;
}

.in_pro .shareTitle2 .cn {
    padding-top: 1.1rem;
}

.typeNav .content #Tab_1,.typeNav .content #Tab_2,.typeNav .content #Tab_3 {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 33%;
    display: block;
    line-height: 2rem;
    font-size: 0.65rem;
    min-height: 2.5rem;
    background-size: 100% 100%;
}

.typeNav .content #Tab_2 {
    left: 33.5%;
}

.typeNav .content #Tab_3 {
    right: 0;
}

.typeNav .content #Tab_1 {
    left: 0;
}

.typeNav .content #Tab_2 a {
    background: url(/template/images/a_02.png) no-repeat center left;
    background-color: #e7f5ff;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.typeNav .content #Tab_3 a {
    background: url(/template/images/a_03.png) no-repeat center left;
    background-color: #e7f5ff;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.typeNav .content #Tab_1.cur a {
    background: url(/template/images/h_01.png) no-repeat center left;
    background-color: #2e3b8a;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.typeNav .content .cur a {
    color: #fff;
    font-weight: bold;
}

.typeNav .content #Tab_2.cur a {
    background: url(/template/images/h_02.png) no-repeat center left;
    background-color: #2e3b8a;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.typeNav .content #Tab_3.cur a {
    background: url(/template/images/h_03.png) no-repeat center left;
    background-color: #2e3b8a;
    background-position-x: 12%;
    background-size: auto 0.6rem;
}

.typeNav .content .cur font {
    background: url(/template/images/jt.png) no-repeat center top;
    background-size: auto 100%;
}

.typeNav .content .bigType font {
    min-height: 0.3rem;
    display: block;
    position: absolute;
    height: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.typeNav .content .subBox {
    -moz-box-shadow: 0px 0px 5px #ddd;
    -webkit-box-shadow: 0px 0px 5px #ddd;
    box-shadow: 0px 0px 5px #ddd;
    padding-top: 0.3rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.proShow .shareRightTitle .sub_right {
    display: block;
    float: right;
}

.proShow .shareRightTitle .sub_left {
    float: left;
    width: 100%;
    max-width: 60%;
}

.shareTel font {
    display: none;
}

.proShow .right .content .ul_5 .sub_left {
    text-align: center;
}

.pro_shareTitle div {
    display: inline-block;
}

/*===== 上下一篇 =====*/
.prevNextBox {
}

.prevpage, .nextpage {
    display: block;
    width: 98%;
    margin: 0.3rem 1%;
    color: #111;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8rem;
    font-size: 0.65rem;
    border-radius: 0.3rem;
    background-color: #f3f7fd;
    max-width: 98%;
}

.prevpage a, .nextpage a {
    color: #111;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 80%;
}

.prevpage span, .nextpage span {
    display: inline-block;
    padding-left: 0.3rem;
    vertical-align: middle;
}

.prevpage:hover, .nextpage:hover {
    background-color: #dfecff;
}

.prevpage:hover a, .nextpage:hover a {
}

.xgBox .pro_shareTitle span {
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: linear-gradient(to right, #2e3b8a, #eb191a);
    -webkit-background-clip: text;
    color: transparent;
}

.inFangAn .shareTitle2 {
    background-position-y: -2rem;
}

.inFangAn .shareTitle2 .cn {
    padding-top: 1.1rem;
}

.leftNew .content .cg .smallType {
}

.in_new .right .list {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.in_new .right .r_list .item .sub_right img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 6rem;
    width: auto;
    max-width: initial;
}

.newShow .shareTitle2 {
    background-position-y: -2rem;
    min-height: 3.3rem;
}

.newShow .shareTitle2 .cn {
    padding-top: 1.1rem;
}

.newShow .shareTitle2 .en {
    padding-bottom: 0;
}

.in_pro .shareRightTitle .sub_right {
    display: none;
}

.newShow .right .newBox .line_2 .two font {
    display: none;
}

.newShow .right .newBox .line_2 .two dd {
    display: inline-block;
    margin: 0 2%;
}

.newShow .right .newBox .line_2 .two dd:nth-child(1) {
    display: none;
}

.prev_next span {
    display: inline-block;
    padding-left: 2%;
}

.xgNew {
}

.xgNew .sub_left {
    margin-bottom: 0.5rem;
}

.prev_next a:hover {
    color: #d40000;
}

.in_new.nl_2 {
}

.in_new.nl_2 .cg {
    display: none;
}

.in_about .line_1 .shareTitle2 {
    background: url(/template/images/wap_tBj2.jpg) no-repeat center top;
    background-size: 120% auto;
}

.in_about .line_1 .shareTitle2 .cn {
    padding-top: 1.3rem;
}

.in_about .line_1 .shareTitle2 .en {
    padding-bottom: 0.5rem;
}

.in_about .line_1 .shareTitle2 .one {
    padding-bottom: 0.5rem;
}

.videoShow {
    height: 10rem;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-size: 1.5rem auto;
    background-color: #000;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    border: 0.2rem solid #dbedfb;
    border-left: 0;
    border-right: 0;
}

.videoShow .videoPic {
    display: block;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    height: 10rem;
    background: url(/template/images/wap_videoPic.jpg) no-repeat center;
    background-size: cover;
}

.videoShow video, .videoShow object, .videoShow embed, .videoShow iframe {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.ad6 .shareTitle2 {
    background: url(/template/images/wap_title2.png) no-repeat center bottom;
    background-size: 120% auto;
    background-position-y: 2.2rem;
    margin-bottom: 0.8rem;
    text-align: center;
}

.ad6 .shareTitle2 .cn {
    padding: 0;
}

.ad6 .shareTitle2 .one {
    padding-top: 0;
}

.in_contact .line_2 #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 10rem !important;
}

.searchBody {
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody .shareRightTitle {
    display: none;
}

.searchBody .in_pro .r_list {
    padding: 0;
}

.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: 0.5rem 0;
    padding-top: 0.8rem;
}

.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;
}

.showTitle {
    line-height: 2rem;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid #eee;
    font-size: 0.7rem;
    margin-bottom: 0.5rem;
    background: #ad0008;
    background: -webkit-linear-gradient(bottom, #b9171f, #ff7b0a);
    background: -o-linear-gradient(top, #b9171f, #ff7b0a);
    background: -moz-linear-gradient(top, #b9171f, #ff7b0a);
    background: linear-gradient(to top, #b9171f, #ff7b0a);
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .sub_left {
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-block;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    color: #fff;
    padding-right: 1rem;
    background: url(/template/images/wap_ico8.png) no-repeat center right;
    background-size: 0.8rem auto;
    font-size: 0.6rem;
}

.showTitle .sub_right {
    float: right;
}

.showTitle .dl_2 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}
