﻿ /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('');
    src: url('') format('embedded-opentype'), url('') format('woff'), url('') format('truetype'), url('') 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(404.png);
    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 2px 3px #eee;
    -webkit-box-shadow: 1px 2px 3px #eee;
    box-shadow: 1px 2px 3px #eee;
}

.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;
}

/*渐变背景*/
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;
    background: #fff;
    border: 0.05rem solid #ccc;
    line-height: 1.6rem;
}

.pageNumber span, .pageNumber a:hover {
    color: #fff;
    background: #c70c17;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    width: 100%;
    max-width: 100%;
    min-height: 2rem;
    border: 0;
    color: #fff;
    padding: 0;
    margin: 0;
    text-indent: 0.3rem;
    background: no-repeat;
    display: block;
}

.search input[type="text"] {
    float: left;
    width: 86%;
}

.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: 14%;
    height: 2rem;
    min-height: 2rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(../image/wap_search_bt.png) no-repeat center;
    background-size: auto 1rem;
    display: block;
    max-width: 100%;
}

.in_banner {
    display: none;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(../image/wap_goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 30;
    opacity: 0.6;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.page_bj {
    background: url("404.png") no-repeat center top;
    min-height: 2556px;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(../image/line_1.png) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.x0 {
    background: url(../image/x0.png) no-repeat center right;
}

.x1 {
    background: url(../image/x1.png) no-repeat center right;
}

.x2 {
    background: url(../image/x2.png) no-repeat center right;
}

.x3 {
    background: url(../image/x3.png) no-repeat center right;
}

.x4 {
    background: url(../image/x4.png) no-repeat center right;
}

.x5 {
    background: url(../image/x5.png) no-repeat center right;
}

.foot {
}

.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("../image/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(404.png) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("404.png") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("../image/bt2.png") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(../image/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(404.png) no-repeat center right;
}

.noGet {
    background: url(404.png) no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noGet .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noGet .center .row_2 {
    padding: 30px 0;
}

.noGet .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noGet .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noGet .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noGet .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noGet .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noGet .center .row_3 .txt_1 {
    font-size: 16px;
}

.noGet .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noGet .center .row_3 .txt_3 {
    font-size: 18px;
}

.noGet .center .row_4 {
    text-align: center;
}

.noGet .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.siteMap {
    padding-top: 75px;
}

.siteMap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.siteMap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.siteMap .one, .siteMap .two, .siteMap .three, .siteMap .four, .siteMap .five, .siteMap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.siteMap .one {
    padding-top: 35px;
}

.siteMap .ul_1 {
    width: 1150px;
}

.siteMap li.c_1 {
    float: left;
    margin-right: 115px;
}

.siteMap a {
    color: #000;
    line-height: 200%;
}

.siteMap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.siteMap .s_1 a {
    font-size: 20px;
    color: #000;
}

.siteMap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.siteMap li.last {
    float: right;
    margin: 0;
}

.siteMap .t_3 li {
    padding-left: 2px;
}

.siteMap .t_3 a {
    background: url(../image/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(../image/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(../image/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: middle;
}

.prev_next .sub_left, .prev_next .sub_right {
    display: block;
    margin: 0.3rem 0;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2rem;
    min-height: 2rem;
    background: #eee;
    border-radius: 0.2rem;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li a:hover {
    color: #cd1917;
    font-weight: bold;
}

.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(404.png) no-repeat center right;
    background-size: 25px;
}

.about_box .huaCe .two {
    padding: 0;
    padding-top: 5px;
    padding-bottom: 14px;
}

.about_box .huaCe .two .hc_video {
    min-height: 308px;
}

.about_box .huaCe .three {
    font-size: 17px;
    line-height: 40px;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(../image/about2.jpg) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(../image/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(404.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(404.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(../image/c_1.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(404.png) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(404.png) no-repeat center top;
}

.fb_3 {
    background: url(../image/bj2.png) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(../image/bj7.png) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(../image/bj8.png) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(../image/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(../image/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(../image/a_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2 a {
    background: url(../image/a_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3 a {
    background: url(../image/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(../image/h_1.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(../image/h_2.png) no-repeat;
}

.i_pro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(../image/h_3.png) no-repeat;
}

.i_pro .center .content .box {
    border-top: 1px solid #fff;
}

.i_pro .center .content .box .smallNav {
    background: url(../image/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(../image/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(../image/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;
}

/* Star foot fast */
.shareLine {
    background: url(../image/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(../image/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(../image/aIco_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(../image/aIco_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(../image/aIco_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(../image/aIco_4.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(../image/aIcoH_1.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(../image/aIcoH_2.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(../image/aIcoH_3.png) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(../image/aIcoH_4.png) no-repeat center top;
}

.left_shareTitle {
    min-height: 113px;
    background: url(../image/t4.png) no-repeat center top;
    padding-left: 90px;
}

.left_shareTitle .txt_1 {
    font-size: 28px;
    padding-top: 33px;
    display: inline-block;
    letter-spacing: 3px;
    padding-bottom: 3px;
}

.left_shareTitle .txt_2 {
    font-size: 13px;
    text-transform: uppercase;
}

.fuWu {
    background: url(../image/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(../image/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(../image/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(../image/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(../image/bot_1_2.png) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(../image/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(../image/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typeFangAn .left_tel .one {
    font-size: 16px;
}

.typeFangAn .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.top {
    position: relative;
}

.t_bigBox {
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #a8a8a8;
}

.shareTel {
    min-height: 48px;
    padding-left: 75px;
    background: url(../image/left_01.png) no-repeat center left;
    background-position-x: 16px;
}

.shareTel .one {
    font-size: 13px;
    padding-top: 1px;
}

.shareTel .two {
    font-size: 25px;
    font-weight: bold;
    padding-top: 1px;
}

/* Star daoHang */
.shareTitle3 {
    background: url(../image/t5.png) no-repeat center bottom;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.shareTitle3 .en {
    color: #999;
    font-size: 16px;
}

.shareTitle3 .cn {
    font-weight: bold;
    padding-top: 0px;
    padding-right: 0;
    font-size: 25px;
    padding-bottom: 6px;
}

.shareTitle3 span {
    color: #f55319;
}

.shareTitle3 .one {
    font-size: 18px;
    color: #666;
}

.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(../image/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(../image/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(../image/icoH.png) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(../image/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(../image/4_03.png) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(../image/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(../image/4_05.png) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(../image/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(../image/4_10.png) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(../image/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(../image/4_13.png) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(../image/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(../image/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(../image/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(../image/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(../image/bj_5.jpg) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(../image/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(../image/yz_1.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(../image/yz_2.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(../image/yz_3.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(../image/yz_4.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(../image/yz_5.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(../image/yz_6.png) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(../image/Hyz_01.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(../image/Hyz_02.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(../image/Hyz_03.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(../image/Hyz_04.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(../image/Hyz_05.png) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(../image/Hyz_06.png) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(../image/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(../image/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(../image/line7.png) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(../image/ad3.png) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.xg_pro {
    min-height: 550px;
    background: url(../image/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: 250px;
}

.servies .right {
    width: 955px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background: url(../image/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(../image/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(../image/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(../image/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(../image/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;
}

.xgNew {
}

.xgNew li {
    width: 46%;
    padding-left: 2%;
    padding-right: 4%;
    float: left;
    background: url(../image/proSnav2.png) no-repeat center left;
    border-bottom: 1px dashed #ccc;
}

.xgNew li:nth-child(2), .xgNew li:nth-child(4), .xgNew li:nth-child(6), .xgNew li:nth-child(8), .xgNew li:nth-child(10) {
    padding-right: 0%;
}

.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 li:hover a {
    color: #f55319;
}

.shareOemBox {
    min-height: 827px;
    background: url(../image/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;
}

.fast {
    padding: 90px 0;
    font-size: 21px;
    padding-bottom: 70px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .content li.first {
    width: 86px;
    font-weight: bold;
    color: #f55319;
    font-size: 17px;
    padding-right: 10px;
}

.fast .content li.last {
    float: right;
    padding: 0;
}

.fast .content li a:hover {
    font-weight: bold;
}

.fast .content li.last a {
    color: #f55319;
}

.fast .content li.link a {
    color: #444;
}

.fast .line_1 ul {
    min-height: 45px;
    line-height: 45px;
}

.fast img.lineBt {
    display: block;
}

.fast .line_1 ul li.first {
    font-weight: bold;
    padding-left: 30px;
    font-size: 17px;
}

.fast .line_1 ul.fastUL li.first {
    background: url(../image/fico_01.png) no-repeat center left;
}

.fast .line_1 ul.fastUL_2 li.first {
    background: url(../image/fico_02.png) no-repeat center left;
}

.fast .line_1 ul.fastUL_3 li.first {
    background: url(../image/fico_03.png) no-repeat center left;
}

.fast .line_1 ul li {
    font-size: 16px;
}

.fast .line_1 ul li a {
    text-decoration: none;
}

.fast .line_1 ul li.first, .fast .line_1 ul li.link {
    float: left;
}

.fast .line_1 ul li.first {
    font-weight: bold;
    padding-left: 30px;
}

.fast .line_1 ul li.link {
    margin: 0 10px;
}

.fast .line_1 ul li.link a {
    color: #4d4d4c;
}

.fast .line_1 ul li.link a:hover {
    color: #f55319;
}

.fast .line_1 ul li.last {
    float: right;
}

.fast .line_1 ul li.last a {
    color: #fff;
    background: #f55319;
    border-radius: 60px;
    line-height: 25px;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
}

.share_xg {
}

.share_xg .s_title {
    font-size: 22px;
    padding: 10px 0;
    font-weight: bold;
    padding-left: 20px;
    background: url(../image/jian.png) no-repeat center left;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 250px;
}

.in_case .right {
    width: 955px;
    padding: 30px;
}

.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 #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .L2_UL:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .L2_UL .sub_left {
    width: 392px;
}

.in_case .right .r_list .L2_UL .sub_left img {
    display: block;
}

.in_case .right .r_list .L2_UL .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .L2_UL .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .L2_UL .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #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: 16px;
    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 #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
    background: url(../image/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background: url(../image/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 250px;
}

.caseShow .right {
    width: 955px;
    padding: 30px;
}

.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 #ccc;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(../image/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: 25px 0;
}

.xgPro .shareTitle {
    background: url(../image/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6.clear {
}

.xgPro .dl_6.clear dd {
    float: left;
    margin-right: 23px;
    width: 275px;
    border: 1px solid #ccc;
    padding: 13px;
    padding-bottom: 0;
}

.xgPro .dl_6.clear dd:hover {
    border: 1px solid #f55319;
}

.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:hover {
    color: #f55319;
}

.xgPro .dl_6 dd a span.NameTxt {
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd a span.proImg {
}

.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(../image/oemBJ4.jpg) no-repeat center top;
}

.liYou .shareTitle {
    background: url(../image/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: 240px;
    min-height: 383px;
    background: url(../image/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 35px;
}

.shareMore .dl_3 dd {
    background: url(../image/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 #ccc;
    font-size: 18px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle2 {
    background: url(../image/t11.png) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(../image/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(../image/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(../image/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #f55319;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.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(../image/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.i_pro .content .box .list .item:hover {
    background: url(../image/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;
}

.ad {
    min-height: 227px;
    background: url(../image/bj1.jpg) no-repeat center top;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}

.ad .center .txt_1 {
    padding-top: 97px;
    padding-bottom: 8px;
}

.ad .center .txt_1 .shadow_font {
    color: #f55319;
    font-size: 30px;
}

.ad .center .txt_2 {
    line-height: 30px;
}

.ad .center .txt_2 span {
    background: url(../image/tel.png) no-repeat center left;
    font-size: 17px;
    font-weight: normal;
    vertical-align: middle;
    display: inline-block;
    padding-left: 33px;
    padding-bottom: 3px;
    background-position-y: 3px;
}

.case {
    padding: 90px 0px;
    background: #fff;
}

.case .shareTitle2 {
    background: url(../image/t10.png) no-repeat center top;
}

.case .sBox {
    padding-top: 38px;
}

.aboutShareNav {
    padding: 30px 0;
}

.aboutShareNav .dl_2 {
    background: #232323;
    font-size: 21px;
}

.aboutShareNav dd {
    float: left;
    border-right: 1px solid #ccc;
    width: 223px;
    text-align: center;
}

.aboutShareNav dd:nth-child(5) {
    border: 0;
}

.aboutShareNav a {
    display: block;
    line-height: 65px;
    color: #fff;
}

.aboutShareNav a:hover {
    background: #f55319;
}

.in_contact {
    padding-top: 10px;
    padding-bottom: 100px;
}

.in_contact .txtBox .txt .dl_3 {
    font-size: 16px;
    padding: 43px 50px;
    padding-bottom: 0;
    width: auto;
}

.in_contact .txtBox .txt .dl_3 dd {
    width: 256px;
    float: left;
    line-height: 150%;
    background: url(../image/line.png) no-repeat center right;
    padding-left: 30px;
    min-height: 190px;
    padding-top: 10px;
}

.in_contact .txtBox .txt .dl_3 dd:nth-child(1) {
    width: 340px;
    background: none;
    padding-top: 30px;
    padding-left: 0;
}

.in_contact .txtBox .txt .dl_3 dd:nth-child(4) {
    background: none;
}

.in_contact .center .txtBox {
    padding-top: 50px;
}

.in_contact .center .txtBox .shareTitle2 {
    background: url(../image/t1.png) no-repeat center top;
    min-height: auto;
}

.in_contact .center .txtBox .shareTitle2 .cn {
    padding-top: 12px;
    padding-right: 0;
    font-size: 30px;
    padding-bottom: 15px;
}

.in_contact .center .txtBox .sTxt {
    padding-top: 20px;
    font-size: 15px;
    color: #424242;
    text-align: center;
    line-height: 180%;
    padding-bottom: 50px;
}

.in_contact .center .txtBox .txt {
    min-height: 283px;
    background: #fafafa;
}

.in_contact .center .txtBox .txt .dl_3.clear dd .cn {
    font-size: 23px;
    font-weight: bold;
}

.in_contact .center .txtBox .txt .dl_3.clear dd .en {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
}

.in_contact .center .txtBox .txt .dl_3.clear dd .Telephone {
    min-height: 68px;
    padding-left: 85px;
    background: url(../image/tel2.png) no-repeat center left;
    color: #f55319;
    letter-spacing: 1px;
}

.in_contact .center .txtBox .txt .dl_3.clear dd .Telephone .s_1 {
    font-size: 20px;
    padding-top: 8px;
}

.in_contact .center .txtBox .txt .dl_3.clear dd .Telephone .s_2 {
    font-size: 30px;
    padding-top: 5px;
    font-family: 'Impact';
}

.in_contact .center .txtBox .txt .dl_3.clear dd .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.in_contact .center .txtBox .txt .dl_3.clear dd .txt_2, .in_contact .center .txtBox .txt .dl_3.clear dd .txt_2 p, .in_contact .center .txtBox .txt .dl_3.clear dd .txt_2 span {
    font-size: 15px !important;
    color: #111 !important;
    line-height: 190% !important;
}

.in_contact .center .txtBox .txt .dl_3.clear dd .txt_2 p {
    margin: 0 !important;
    padding: 0 !important;
    background: url(../image/bot_1.png) no-repeat center left !important;
    padding-left: 15px !important;
    background-position-y: 12px !important;
}

.fast .center .ul_1.clear .left .shareTitle {
    background: url(../image/bj_3.png) no-repeat left bottom;
    font-size: 24px;
    font-weight: bold;
    padding-top: 0;
    color: #282828;
    text-align: left;
    padding-bottom: 17px;
}

.fast .center .ul_1.clear .left {
    width: 70%;
}

.fast .center .ul_1.clear .left .line_1 {
    padding-top: 30px;
}

.fast .center .ul_1.clear .right {
    min-height: 121px;
    background: url(../image/bj_6.png) no-repeat left bottom;
    width: 253px;
    padding-right: 35px;
    padding-top: 80px;
}

.fast .center .ul_1.clear .right .Telephone {
    padding-left: 71px;
    padding-top: 5px;
}

.fast .center .ul_1.clear .right .Telephone .s_1 {
    font-size: 15px;
}

.fast .center .ul_1.clear .right .Telephone .s_2 {
    font-size: 29px;
    font-weight: bold;
    color: #007cdb;
}

.fast .center .ul_1.clear .right .two {
    padding-top: 20px;
    padding-left: 3px;
}

.fast .center .ul_1.clear .right .two a {
    display: inline-block;
    width: 117px;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    text-indent: 2.5rem;
}

.fast .center .ul_1.clear .right .two a:nth-child(2) {
    margin-left: 8px;
}

.xgNewProType {
    padding: 0.3rem 0;
    padding-top: 1rem;
}

.xgNewProType .s_title {
    font-size: 0.8rem;
    margin-bottom: 0.3rem;
}

.xgNewProType .s_title .sub_left {
    padding-left: 0.8rem;
    font-weight: bold;
    background: url(../image/wap_jianIco.png) no-repeat center left;
    background-size: auto 0.68rem;
    color: #333;
}

.xgNewProType .xgNew2 {
}

.xgNewProType .xgNew2 li {
    width: 100%;
    max-width: 96%;
    padding-left: 3%;
    background: url(../image/proSnav2.png) no-repeat center left;
    border-bottom: 0.05rem dashed #ccc;
    background-size: 0.2rem auto;
    line-height: 1.5rem;
}

.xgNewProType .xgNew2 li:nth-child(2), .xgNewProType .xgNew2 li:nth-child(4), .xgNewProType .xgNew2 li:nth-child(6), .xgNewProType .xgNew2 li:nth-child(8), .xgNewProType .xgNew2 li:nth-child(10) {
    padding-right: 0%;
}

.xgNewProType .xgNew2 li .dl_2 {
}

.xgNewProType .xgNew2 li .dl_2 .sub_left {
    width: 100%;
    max-width: 78%;
    float: left;
}

.xgNewProType .xgNew2 li .dl_2 .sub_right {
    color: #888;
    float: right;
    font-size: 0.5rem;
}

.xgNewProType .xgNew2 li a {
    color: #333;
}

.xgNewProType .xgNew2 li a:hover {
    color: #bf0000;
    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 #ccc;
    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 {
    min-height: 56px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.in_new .proRtitle {
    border-bottom: 1px dashed #ccc;
}

.proRtitle h2, .proRtitle p {
    font-size: 25px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    padding-left: 41px;
    line-height: 39px;
}

.proRtitle span {
    background: url(../image/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.proRtitle .dl_2.clear .sub_left {
    padding-top: 6px;
}

.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 {
    display: inline-block;
    vertical-align: middle;
    background: #f55319;
    color: #fff;
    border-radius: 100px;
    padding: 7px 40px;
    font-size: 19px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .txt {
    padding-top: 60px;
}

.oemPage .box_1 .center .txt .ul_1 {
    min-height: 340px;
    background: url(../image/bj_10.png) no-repeat center top;
}

.oemPage .box_1 .center .txt .ul_1.clear .left {
    width: 898px;
}

.oemPage .box_1 .center .txt .ul_1.clear .right {
    width: 266px;
    padding: 0 30px;
    padding-top: 260px;
    font-size: 18px;
    line-height: 190%;
    text-align: center;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .one {
    font-size: 22px;
    font-weight: bold;
    color: #ff5a00;
    text-align: center;
    padding-top: 19px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two {
    padding-top: 170px;
    line-height: 190%;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two dd {
    float: left;
    text-align: center;
    font-size: 16px;
    margin-right: 32px;
    width: 124px;
    padding: 0 15px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .two dd:nth-child(5) {
    margin-right: 0;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .three {
    padding-top: 80px;
    text-align: right;
    padding-right: 96px;
}

.oemPage .box_1 .center .txt .ul_1.clear .left .three a {
    display: inline-block;
    line-height: 40px;
    border: 1px solid #ff5a00;
    border-radius: 100px;
    padding: 0 40px;
    font-size: 18px;
    color: #ff5a00;
}

.oemPage .box_2 {
    background: url(../image/bj_18.jpg) no-repeat center top;
    min-height: 699px;
    padding-bottom: 100px;
}

.oemPage .box_2 .sTitle {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 100px;
}

.oemPage .box_2 ul {
    padding-top: 50px;
}

.oemPage .box_2 .l_2 {
    font-size: 18px;
    line-height: 66px;
    padding-left: 445px;
    padding-top: 89px;
}

.oemPage .box_2 .l_2 span {
    color: #d51519;
}

.oemPage .box_2 .l_2 .s_2 {
    padding-left: 27px;
}

.oemPage .box_2 .l_2 .s_3 {
    padding-left: 38px;
}

.oemPage .box_2 .l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_2 .l_2 .s_5 {
    padding-left: 6px;
}

.shareGongxu {
    font-size: 17px;
    min-height: 570px;
    background: url(../image/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;
}

.i_dingZhi .ul_5 li {
    width: 416px;
    margin-right: 26px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.i_dingZhi .ul_5 li a {
    padding-top: 254px;
    display: block;
    min-height: 66px;
}

.i_dingZhi .ul_5 li:nth-child(1) a {
    background: url(../image/dzIco_01.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(2) a {
    background: url(../image/dzIco_02.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(3) a {
    background: url(../image/dzIco_03.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(4) a {
    background: url(../image/dzIco_04.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(5) a {
    background: url(../image/dzIco_05.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(6) a {
    background: url(../image/dzIco_06.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(7) a {
    background: url(../image/dzIco_07.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(8) a {
    background: url(../image/dzIco_08.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(9) a {
    background: url(../image/dzIco_09.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(1):hover a {
    background: url(../image/dzIcoH_01.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(2):hover a {
    background: url(../image/dzIcoH_02.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(3):hover a {
    background: url(../image/dzIcoH_03.png) no-repeat center top;
    background-position-y: 168px;
}

.i_dingZhi .ul_5 li:nth-child(4):hover a {
    background: url(../image/dzIcoH_04.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(5):hover a {
    background: url(../image/dzIcoH_05.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(6):hover a {
    background: url(../image/dzIcoH_06.png) no-repeat center top;
    background-position-y: 161px;
}

.i_dingZhi .ul_5 li:nth-child(7):hover a {
    background: url(../image/dzIcoH_07.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(8):hover a {
    background: url(../image/dzIcoH_08.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li:nth-child(9):hover a {
    background: url(../image/dzIcoH_09.png) no-repeat center top;
    background-position-y: 160px;
}

.i_dingZhi .ul_5 li .txt_1 {
    font-size: 20px;
    padding-bottom: 5px;
}

.i_dingZhi .ul_5 li .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
}

.i_dingZhi .ul_5 li:nth-child(3), .i_dingZhi .ul_5 li:nth-child(6), .i_dingZhi .ul_5 li:nth-child(9) {
    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: 22px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 398px;
    text-indent: 190px;
    background: url(../image/aboutIco_01.png) no-repeat center left;
    padding: 28px 0;
    background-position-x: 117px;
}

.aboutTab .sTitle dd:nth-child(2) {
    background: url(../image/aboutIco_02.png) no-repeat center left;
    background-position-x: 117px;
}

.aboutTab .sTitle dd:nth-child(3) {
    background: url(../image/aboutIco_03.png) no-repeat center left;
    background-position-x: 117px;
    border-right: 0;
}

.aboutTab .sTitle dd .en {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 3px;
}

.aboutTab .sTitle dd:nth-child(1) {
    background-color: #fff;
    border-bottom: 0;
    border-bottom: 1px solid #fff;
}

.t_nav {
    width: 100%;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 5rem;
    background: #cd1917;
    z-index: 100;
}

.t_nav li {
    line-height: 2.1rem;
    text-align: center;
    font-size: 0.8rem;
}

.t_nav li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    border-bottom: 0.05rem solid #fff;
}

.t_nav li a:hover {
    background: #cd1917;
}

.t_search {
}

.t_search .right .goBack a {
    float: left;
    display: block;
    min-height: 2rem;
    width: 100%;
    max-width: 100%;
}

.iWenTi {
    display: none;
}

.iWenTi .center .title {
    padding-top: 172px;
    padding-left: 463px;
}

.iWenTi .center .title .cn {
    font-size: 31px;
    font-weight: bold;
    color: #1b264f;
    letter-spacing: 2px;
}

.iWenTi .center .title .cn span {
    color: #cd1917;
}

.iWenTi .center .title .en {
    color: #1b264f;
    font-size: 16px;
    letter-spacing: 0.35px;
}

.iWenTi .center .content .one {
    font-size: 16px;
    padding-top: 15px;
}

.iWenTi .center .content .one .ul_1.clear {
    padding-top: 54px;
    line-height: 180%;
}

.iWenTi .center .content .one .ul_1.clear .left .s_1 {
    padding-left: 53px;
}

.iWenTi .center .content .one .ul_1.clear .left .s_2 {
    padding-top: 29px;
    padding-left: 14px;
}

.iWenTi .center .content .one .ul_1.clear .left .s_3 {
    padding-top: 37px;
    padding-left: 26px;
}

.iWenTi .center .content .one .ul_1.clear .left .s_4 {
    padding-top: 42px;
    padding-left: 67px;
}

.iWenTi .center .content .one .ul_1.clear .right .s_1 {
    padding-right: 61px;
}

.iWenTi .center .content .one .ul_1.clear .right .s_2 {
    padding-top: 65px;
    padding-left: 25px;
}

.iWenTi .center .content .one .ul_1.clear .right .s_3 {
    padding-top: 73px;
    padding-left: 4px;
}

.iWenTi .center .content .two {
    padding-top: 86px;
}

.iWenTi .center .content .two .ul_2.clear .left {
    font-size: 25px;
    color: #1b264f;
    padding-left: 235px;
    padding-top: 12px;
}

.iWenTi .center .content .two .ul_2.clear .left p {
    font-weight: bold;
    margin: 0;
    display: inline-block;
}

.iWenTi .center .content .two .ul_2.clear .left p span {
    color: #cd1917;
}

.iWenTi .content .two .ul_2 .right {
    padding-right: 235px;
}

.iWenTi .content .two .ul_2 .right .s_1 {
    font-size: 16px;
    color: #2c2c2c;
}

.iWenTi .content .two .ul_2 .right .s_2 {
    font-size: 27px;
    font-weight: bold;
    color: #cd1917;
}

.pro {
    padding-bottom: 1rem;
}

.shareTitleBox {
    text-align: center;
}

.shareTitleBox .shareTitle {
    background: url(../image/t1.png) no-repeat center top;
    text-align: center;
    background-size: 60% auto;
    min-height: 4rem;
    background-position-x: 9%;
}

.shareTitleBox .shareTitle .one {
    padding-bottom: 0.35rem;
    padding-top: 1.4rem;
    font-size: 1rem;
    font-weight: bold;
    color: #111;
    padding-left: 5%;
}

.shareTitleBox .shareTitle .one span {
    color: #cd1917;
}

.shareTitleBox .shareTitle .two {
    font-size: 0.6rem;
    color: #666;
    padding-left: 18%;
}

.pro .content .left {
}

.typeNav {
}

.typeNav .one {
    display: none;
}

.typeNav .one .s_1 {
    font-size: 23px;
    font-weight: bold;
    padding-top: 56px;
}

.typeNav .one .s_2 {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 5px;
}

.typeNav .two {
}

.typeNav .two .ul_5 .bigType a {
    display: inline-block;
    color: #fff;
    border-right: 0.15rem solid #c8060e;
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0;
    margin-right: 0.3rem;
    background: #2f3f7b;
    background: -webkit-linear-gradient(top, #334484, #1c2750);
    background: -o-linear-gradient(bottom, #334484, #1c2750);
    background: -moz-linear-gradient(bottom, #334484, #1c2750);
    background: linear-gradient(to bottom, #334484, #1c2750);
    vertical-align: middle;
}

.typeNav .two .ul_5 .smallType {
    float: left;
    line-height: 1.5rem;
    width: 38%;
    max-width: 32.5%;
    text-indent: 0.5rem;
}

a.lastStyle {
    color: #cd1917;
}

.typeNav .two .ul_5 .smallType a.cur, .typeNav .two .ul_5 .smallType a:hover {
    font-weight: bold;
    color: #ce0000;
}

.typeNav .three {
    display: none;
}

.typeNav .three .s_1 {
    font-size: 16px;
    padding-left: 70px;
    padding-top: 27px;
}

.typeNav .three .s_2 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 70px;
}

.pro .content .right {
}

.pro .content .right .one .dl_2 .sub_left {
}

.pro .content .right .one .dl_2 .s_1 {
    line-height: 2rem;
    background: #eee;
    color: #999;
    font-size: 0.5rem;
    text-transform: uppercase;
}

.pro .content .right .one .dl_2 .s_1 a {
    display: inline-block;
    color: #fff;
    border-right: 0.15rem solid #c8060e;
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0;
    margin-right: 0.3rem;
    background: #2f3f7b;
    background: -webkit-linear-gradient(top, #334484, #1c2750);
    background: -o-linear-gradient(bottom, #334484, #1c2750);
    background: -moz-linear-gradient(bottom, #334484, #1c2750);
    background: linear-gradient(to bottom, #334484, #1c2750);
    vertical-align: middle;
}

.pro .content .right .one .dl_2 .s_2 {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
}

.pro .content .right .one .dl_2 .s_2 a {
    float: left;
    line-height: 1.3rem;
    width: 38%;
    max-width: 32.5%;
    text-indent: 0.5rem;
}

.pro .content .right .one .dl_2 .s_2 a:hover {
    color: #cd1917;
    font-weight: bold;
}

.pro .content .right .one .dl_2 .s_2 a:nth-child(3), .pro .content .right .one .dl_2 .s_2 a:nth-child(6), .pro .content .right .one .dl_2 .s_2 a:nth-child(9), .pro .content .right .one .dl_2 .s_2 a:nth-child(12) {
    margin-right: 0;
}

.pro .content .right .one .dl_2 .sub_right {
}

.pro .content .right .two {
    display: none;
}

.pro .content .right .two .dl_3 .sub_left {
    width: 407px;
}

.pro .content .right .two .dl_3 .sub_left img {
    display: block;
    width: 407px;
    height: 407px;
}

.pro .content .right .two .dl_3 .sub_right {
    color: #fff;
    width: 497px;
    padding-top: 30px;
    line-height: 220%;
}

.pro .content .right .two .dl_3 .sub_right .s_1 {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}

.pro .content .right .two .dl_3 .sub_right .s_1 span {
    font-size: 20px;
}

.pro .content .right .two .dl_3 .sub_right .s_2 {
    width: 63px;
    border-top: 1px solid #fff;
}

.pro .content .right .two .dl_3 .sub_right .s_3 {
    font-size: 16px;
    line-height: 220%;
    padding-top: 19px;
    height: 215px;
    width: 470px;
    overflow: hidden;
}

.pro .content .right .two .dl_3 .sub_right .s_3 p {
    margin: 0 !important;
    padding: 0 !important;
    background: url(../image/bot_2.png) no-repeat center left !important;
    padding-left: 20px !important;
}

.pro .content .right .two .dl_3 .sub_right .s_3, .pro .content .right .two .dl_3 .sub_right .s_3 p, .pro .content .right .two .dl_3 .sub_right .s_3 span {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;
}

.pro .content .right .two .dl_3 .sub_right .s_4 {
    line-height: 39px;
    text-align: center;
}

.pro .content .right .two .dl_3 .sub_right .s_4 a {
    font-size: 17px;
    padding: 0 42px;
    display: inline-block;
    line-height: 39px;
}

.pro .content .right .two .dl_3 .sub_right .s_4 .bt_1 {
    font-weight: 600;
    color: #1e3076;
    background: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.pro .content .right .two .dl_3 .sub_right .s_4 .bt_2 {
    font-weight: 600;
    color: #fff;
    background: #cd1917;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.pro .content .right .three {
}

.pro .content .right .three .item {
    float: left;
    width: 100%;
    max-width: 46.5%;
    margin-left: 1.2%;
    padding: 0.1rem 0.5%;
    margin-bottom: 0.38rem;
    border: 0.05rem solid #e0e0e0;
    overflow: hidden;
}

.pro .content .right .three .item:nth-child(3) {
    margin-right: 0;
}

.pro .content .right .three .item .s_1 img {
    width: 100%;
    max-width: 100%;
    height: 7.5rem;
}

.youShi {
    display: none;
}

.youShi .shareTitle2 {
    background: url(../image/t3.png) no-repeat center top;
    padding-top: 126px;
    padding-bottom: 20px;
}

.youShi .shareTitle2 .center .sBox {
    padding-left: 504px;
}

.youShi .shareTitle2 .center .sBox .one {
    font-size: 31px;
    font-weight: bold;
    color: #1b264f;
}

.youShi .shareTitle2 .center .sBox .one span {
    color: #cd1917;
}

.youShi .shareTitle2 .center .sBox .en {
    font-size: 19px;
    color: #1b264f;
}

.youShi .shareTitle2 .center .sBox .two {
    font-size: 25px;
}

.youShi .center2.center {
    padding-top: 50px;
    width: 1242px;
}

.youShi .center2.center .content {
    background: url(../image/bj_2.jpg) no-repeat center top;
    line-height: 160%;
    min-height: 1300px;
}

.youShi .center .content .s_1 {
    font-size: 15px;
    font-weight: bold;
    color: #e3e3e3;
    text-transform: uppercase;
    padding-left: 22px;
    line-height: 120%;
    padding-bottom: 5px;
}

.youShi .center .content .s_2 {
    font-size: 25px;
    font-weight: bold;
    color: #cd1917;
    padding-left: 22px;
}

.youShi .center .content .s_3 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 16px;
}

.youShi .center .content .s_3 dl dd {
    padding-left: 23px;
    background: url(../image/ico_1.png) no-repeat center left;
}

.youShi .center2.center .content .one {
    padding-left: 77px;
    padding-top: 35px;
}

.youShi .center2.center .content .two {
    padding-top: 81px;
    padding-left: 77px;
}

.youShi .center2.center .content .three {
    padding-top: 111px;
    padding-left: 736px;
}

.youShi .center2.center .content .four {
    padding-top: 38px;
    padding-left: 736px;
}

.youShi .center2.center .content .five {
    padding-top: 132px;
    padding-left: 78px;
}

.new {
    padding-bottom: 0.5rem;
}

.new .center .shareTitleBox .shareTitle {
    background: url(../image/t_1.png) no-repeat;
    padding-top: 39px;
    padding-left: 93px;
}

.new .center .shareTitleBox .shareTitle .two {
    padding-top: 14px;
    font-size: 21px;
}

.new .content {
}

.new .content .left {
}

.new .content .left .one {
    line-height: 2rem;
    background: #eee;
    text-transform: uppercase;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.3rem;
}

.new .content .left .one a:hover {
    font-weight: bold;
}

.new .content .left .two {
    display: none;
}

.new .content .left .two .dl_2.clear .sub_left {
    width: 370px;
}

.new .content .left .two .dl_2.clear .sub_left a img {
    display: block;
    width: 370px;
    height: 204px;
}

.new .content .left .two .dl_2.clear .sub_right {
    width: 370px;
}

.new .content .left .two .dl_2.clear .sub_right .s_1 a {
    font-size: 18px;
    font-weight: bold;
}

.new .content .left .two .dl_2.clear .sub_right .s_1 a:hover {
    color: #cd1917;
}

.new .content .left .two .dl_2.clear .sub_right .s_2 {
    font-size: 14px;
    padding: 10px 0;
    min-height: 124px;
    color: #666;
}

.new .content .left .two .dl_2.clear .sub_right .s_3 a {
    color: #fff;
    font-size: 14px;
    background: #cd1917;
    border-radius: 50px;
    line-height: 32px;
    padding: 0 25px;
    display: inline-block;
}

.new .content .left .three {
}

.new .content .left .three .sub_left {
    width: 80%;
    max-width: 76%;
    float: left;
}

.new .content .left .three .dl_3.clear .sub_left a:hover {
    color: #cd1917;
}

.new .content .left .three .sub_right {
    float: right;
    color: #999;
    font-size: 0.6rem;
}

.new .content .right {
    display: none;
}

.new .center .content .ul_1.clear .right .one {
    border-left: 3px solid #cd1917;
    padding-left: 13px;
}

.new .center .content .ul_1.clear .right .one .dl_4.clear .sub_left {
    font-size: 18px;
    font-weight: bold;
}

.new .center .content .ul_1.clear .right .one .dl_4.clear .sub_right a {
    font-size: 14px;
    text-transform: uppercase;
}

.new .center .content .ul_1.clear .right .two {
    padding-top: 10px;
}

.new .center .content .ul_1.clear .right .two .item {
    font-size: 15px;
    border-bottom: 1px dashed #ccc;
    padding: 18px 0;
    line-height: 23px;
}

.new .center .content .ul_1.clear .right .two .item .s_1 {
    background: url(../image/wd_01.png) no-repeat center left;
    padding-left: 33px;
}

.new .center .content .ul_1.clear .right .two .item .s_1 .shenglve {
    font-weight: bold;
    font-size: 16px;
}

.new .center .content .ul_1.clear .right .two .item .s_2 {
    background: url(../image/wd_02.png) no-repeat center left;
    padding-left: 33px;
    padding-top: 12px;
    background-position-y: 12px;
    color: #666;
    font-size: 14px;
}

.about .center .bigBox .three .sBox a {
    display: inline-block;
    line-height: 70px;
    width: 230px;
    text-align: center;
    color: #fff;
}

.f_feedback input[type="text"], .f_feedback textarea {
    font-size: 0.7rem;
    line-height: 1.2rem;
    width: 95%;
    max-width: 95%;
    margin: 0 auto;
    display: block;
    padding: 2%;
    margin-bottom: 0.5rem;
    color: #666;
    font-family: "Microsoft YaHei";
    border-radius: 0.3rem;
    -moz-box-shadow: 0.1rem 0.1rem 0.2rem inset;
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem inset;
    box-shadow: 0.1rem 0.1rem 0.2rem #ccc inset;
    border: 0.05rem solid #ccc;
}

.f_feedback input[type="text"] {
}

.f_feedback textarea {
    min-height: 86px;
    display: inline-block;
    vertical-align: middle;
}

.f_feedback input.bt_1 {
    width: 100%;
    max-width: 100%;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
    border: 0;
    font-size: 0.8rem;
    vertical-align: middle;
    padding: 0;
    background: #cd1917;
    color: #fff;
    border-radius: 0.3rem;
}

.bq {
    display: none;
}

.bq a {
    color: #8b93b0 !important;
}

.bq span, .bq p {
    color: #8b93b0 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.about {
    display: none;
}

.about .center .bigBox {
    background: #fff;
    width: 590px;
    min-height: 690px;
    padding-right: 30px;
}

.about .center .bigBox .shareTitleBox {
    text-align: left;
    padding-top: 60px;
}

.about .center .bigBox .shareTitleBox .shareTitle {
    background: url(../image/t8.png) no-repeat;
    padding-left: 0;
}

.about .center .bigBox .shareTitleBox .shareTitle .two {
    font-size: 21px;
}

.about .center .bigBox .content {
    font-size: 17px;
    line-height: 190%;
}

.about .center .bigBox .content p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.about .center .bigBox .content, .about .center .bigBox .content p, .about .center .bigBox .content span {
    font-size: 17px !important;
    line-height: 190% !important;
    font-family: Microsoft YaHei !important;
}

.about .center .bigBox .three {
    position: relative;
    font-size: 17px;
    padding-top: 30px;
}

.about .center .bigBox .three .sBox {
    position: absolute;
    width: 690px;
    background: url(../image/bj2.png) no-repeat center bottom;
    padding-bottom: 11px;
}

.about .center .bigBox .three .sBox .bt_1 {
    background: #1b264f;
}

.about .center .bigBox .three .sBox .bt_2 {
    color: #000;
    background: #fff;
}

.about .center .bigBox .three .sBox .bt_3 {
    background: #cd1917;
}

.f_feedback {
    padding: 1.2rem 0;
    /* background: #fff; */
}

.f_feedback .right {
    display: none;
}

.f_feedback .right .one {
    font-size: 36px;
    font-weight: bold;
    color: #1b264f;
}

.f_feedback .right .two {
    line-height: 150%;
    font-size: 26px;
    color: #1b264f;
    padding: 20px 0;
}

.f_feedback .right .two span {
    color: #cd1917;
}

.f_feedback .right .three {
    line-height: 40px;
}

.f_feedback .right .three .s_1 {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    background: #cd1917;
    border-radius: 10px;
    padding: 0 20px;
}

.f_feedback .right .three .s_2 {
    line-height: 38px;
    color: #1b264f;
    font-size: 18px;
    border: 1px solid #1b264f;
    display: inline-block;
    border-radius: 10px;
    padding: 0 25px;
}

.f_feedback .center .ul_1.clear:hover .right .three .s_2 {
    border: 1px solid #cd1917;
    background: #cd1917;
    color: #fff;
}

.f_feedback .left {
}

.f_feedback .left .two {
    margin: 0 auto;
    width: 95%;
    min-width: 95%;
}

.f_nav {
    display: none;
}

.f_contact {
}

.f_contact .line_1 {
}

.f_contact .line_1 .l_1 {
    display: none;
}

.f_contact .line_1 .l_2 {
}

.f_contact .line_1 .l_2 .one {
    font-size: 0.9rem;
    font-weight: bold;
    color: #000;
    background: url(../image/wap_line_3.png) no-repeat left bottom;
    padding-bottom: 0.35rem;
    background-size: 4rem auto;
}

.f_contact .line_1 .l_2 .two {
    padding: 0.3rem 0;
    display: grid;
    grid-template-columns: 100%;
}

.f_contact .line_1 .l_3 {
    display: none;
}

.f_contact .line_2 {
    display: none;
}

.in_about .line_1 {
    padding: 0.8rem 0;
    padding-bottom: 1.3rem;
}

.in_about .line_1 .bigBox {
    min-height: 5rem;
    background: url(../image/bj_10.jpg) no-repeat center top;
    background-size: 100% auto;
    padding-top: 8.5rem;
}

.in_about .line_1 .bigBox .sBox {
}

.in_about .line_1 .bigBox .center .sBox .one {
    background: url(../image/t4.png) no-repeat;
    background-size: auto 0.8rem;
    padding-bottom: 0.3rem;
}

.in_about .line_1 .bigBox .sBox .one .s_1 {
    font-size: 0.8rem;
    font-weight: bold;
    color: #cd1917;
    padding-top: 0.8rem;
}

.in_about .line_1 .bigBox .sBox .one .s_2 {
    font-size: 0.55rem;
    color: #888;
}

.in_about .line_1 .bigBox .sBox .two,.in_about .line_1 .bigBox .sBox .two p,.in_about .line_1 .bigBox .sBox .two span {
    font-size: 0.65rem !important;
    line-height: 180% !important;
    color: #666;
}

.in_about .line_2 {
    margin-bottom: 0.5rem;
}

.in_about .line_2 .left {
}

.in_about .line_2 .left .one {
    background: url(../image/t7.png) no-repeat;
    background-size: auto 0.8rem;
    padding-bottom: 0.3rem;
}

.in_about .line_2 .left .one .s_1 {
    font-size: 0.8rem;
    font-weight: bold;
    color: #cd1917;
    padding-top: 0.8rem;
}

.in_about .line_2 .left .one .s_2 {
    font-size: 0.55rem;
    padding-top: 0.1rem;
}

.in_about .line_2 .left .two {
    margin-bottom: 0.5rem;
}

.in_about .line_2 .left .two .dl_2 {
    background: url(../image/wap_ico.png) no-repeat;
    font-size: 0.7rem;
    line-height: 150%;
    background-size: 1rem auto;

    background-position-y: 0.5rem;
}

.in_about .line_2 .left .two .dl_2 dd {
    border-bottom: 0.05rem dashed #ccc;
    padding: 0.475rem 0;
    padding-left: 1.5rem;
}

.in_about .line_2 .right {
}

.in_pro {
}

.in_pro .left {
}

.in_pro .right {
}

.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 #ccc;
    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 .r_list .item {
    float: left;
    width: 100%;
    max-width: 46.5%;
    margin-left: 1.2%;
    padding: 0.1rem 0.5%;
    margin-bottom: 0.38rem;
    border: 0.05rem solid #e0e0e0;
    overflow: hidden;
}

.in_pro .r_list .item:nth-child(3), .in_pro .r_list .item:nth-child(6), .in_pro .r_list .item:nth-child(9), .in_pro .r_list .item:nth-child(12) {
    margin-right: 0;
}

.in_pro .r_list .item img {
    width: 100%;
    max-width: 100%;
    height: 7.5rem;
}

.in_pro .r_list .item .proName {
    line-height: 1.5rem;
    text-align: center;
    color: #333;
    font-size: 0.65rem;
    display: block;
    padding: 0 3%;
    padding-top: 0.1rem;
}

.in_pro .r_list .item .s_2 {
    display: none;
}

.in_pro .r_list .item .s_2 a {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 0 32px;
    line-height: 33px;
    font-size: 13px;
}

.in_pro .r_list .item .s_2 a.bt_1 {
    background: #1b264f;
}

.in_pro .r_list .item .s_2 a.bt_2 {
    background: #cd1917;
}

.inYouShi {
    background: url(../image/bj_15.jpg) no-repeat center top;
    padding-top: 0;
    padding-bottom: 60px;
}

.inYouShi .shareTitle2 .one {
    font-size: 39px;
    font-weight: bold;
    color: #1b264f;
}

.inYouShi .shareTitle2 .one span {
    color: #cd1917;
}

.inYouShi .shareTitle2 .two {
    font-size: 24px;
}

.inYouShi .shareTitle2 .three {
    font-size: 23px;
    color: #fff;
    padding-top: 10px;
}

.inYouShi .content {
    line-height: 160%;
    min-height: 1220px;
    padding-top: 50px;
}

.inYouShi .content .s_1 {
    font-size: 13px;
    font-weight: bold;
    color: #e3e3e3;
    text-transform: uppercase;
    padding-left: 22px;
    line-height: 120%;
}

.inYouShi .content .s_2 {
    font-size: 25px;
    font-weight: bold;
    color: #cd1917;
    padding-left: 22px;
}

.inYouShi .content .s_3 {
    font-size: 16px;
    line-height: 35px;
    padding-top: 10px;
}

.inYouShi .content .s_3 dl dd {
    padding-left: 22px;
    background: url(../image/ico_1.png) no-repeat center left;
}

.inYouShi .content .one {
    padding-left: 30px;
    padding-top: 64px;
}

.inYouShi .content .two {
    padding-top: 35px;
    padding-left: 30px;
}

.inYouShi .content .three {
    padding-top: 118px;
    padding-left: 528px;
}

.inYouShi .content .four {
    padding-top: 23px;
    padding-left: 528px;
}

.inYouShi .content .five {
    padding-top: 104px;
    padding-left: 30px;
}

.inFangAn .sBox .item {
    width: 48%;
    max-width: 48%;
    margin: 0 1%;
    margin-bottom: 0.3rem;
    float: left;
    text-align: center;
    height: 6.5rem;
    overflow: hidden;
    border-radius: 0.3rem;
    position: relative;
}

.inFangAn .sBox .item:nth-child(4), .inFangAn .sBox .item:nth-child(8), .inFangAn .sBox .item:nth-child(12), .inFangAn .sBox .item:nth-child(16) {
    margin-right: 0;
}

.inFangAn .sBox .item .one img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 6.5rem;
}

.inFangAn .sBox .item .two {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    line-height: 1.5rem;
    color: #fff;
    background: url(../image/wap_hei.png);
}

.inFangAn .sBox .item .three {
    display: none;
}

.inFangAn .sBox .item .three .s_1.shenglve {
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    padding-top: 30px;
}

.inFangAn .sBox .item .three .s_2 {
    border-bottom: 1px solid #fff;
    width: 56px;
    margin: 0 auto;
}

.inFangAn .sBox .item .three .s_3 {
    padding: 12px 20px;
    line-height: 180%;
    font-size: 15px;
}

.mainNew .title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #1b264f;
    background: url(../image/t10.png) no-repeat center top;
    min-height: 58px;
    padding-top: 35px;
}

.mainNew .title span {
    color: #cd1917;
}

.mainNew .content .dl_2.clear dd {
    float: left;
    width: 354px;
    margin-right: 69px;
    line-height: 160%;
}

.mainNew .content .dl_2.clear dd:nth-child(3) {
    margin-right: 0;
}

.mainNew .content .dl_2.clear dd .s_1 a img {
    display: block;
    width: 354px;
    height: 213px;
    border-radius: 5px;
}

.mainNew .content .dl_2.clear dd .s_2 {
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 3px;
}

.mainNew .content .dl_2.clear dd .s_2 a:hover {
    color: #cd1917;
}

.mainNew .content .dl_2.clear dd .s_3 {
    font-size: 14px;
    color: #999;
}

.mainNew .content .dl_2.clear dd .s_4 {
    font-size: 16px;
    padding-top: 10px;
}

.mainNew .content .dl_2.clear dd .s_5 {
    padding-top: 18px;
}

.mainNew .content .dl_2.clear dd .s_5 a {
    font-size: 15px;
    display: inline-block;
    color: #999;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 50px;
    border: 1px solid #999;
}

.mainNew .content .dl_2.clear dd:hover .s_5 a {
    background: #cd1917;
    color: #fff;
    border: 1px solid #cd1917;
}

.mainNew .content {
    padding-top: 23px;
}

.shareNewNav {
    text-align: center;
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
}

.shareNewNav a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 0.3rem;
    line-height: 1.6rem;
    padding: 0 3%;
    font-size: 0.7rem;
    background: #fff;
    margin-right: 2%;
}

.shareNewNav a:hover {
    background: #c8060e;
    border: 0.05rem solid #c8060e;
    color: #fff;
}

.mainNew .line_2 {
    background: #fff;
    margin-bottom: 35px;
    padding-top: 35px;
    padding-bottom: 50px;
}

.mainNew .line_3 {
    background: #fff;
    padding-top: 35px;
    padding-bottom: 50px;
}

.mainNew .line_4 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.mainNew .line_4 .center .title2 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #1b264f;
    background: url(../image/t11.png) no-repeat center top;
    min-height: 58px;
    padding-top: 35px;
}

.mainNew .line_4 .center .title2 span {
    color: #cd1917;
}

.shareList {
}

.shareList .sBox {
}

.shareList .sBox .dl_3 {
    max-width: 95%;
    line-height: normal;
    padding: 0.3rem;
    background: #fff;
    margin-left: 0.5%;
    text-align: left;
    margin-bottom: 0.3rem;
}

.shareList .sBox .sub_left {
    width: 40%;
    max-width: 36%;
    float: left;
}

.shareList .sBox .dl_3.clear .sub_left a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 4rem;
}

.shareList .sBox .sub_right {
    width: 75%;
    max-width: 61%;
    float: right;
}

.shareList .sBox .sub_right .one {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.1rem;
}

.shareList .sBox .sub_right .one a {
    color: #111;
    font-size: 0.7rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    max-width: 65%;
    float: left;
}

.shareList .sBox .dl_3.clear .sub_right .one a:hover {
    color: #cd1917;
}

.shareList .sBox .dl_3.clear .sub_right .two {
    line-height: 160%;
    color: #666;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.typeNew .one {
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    background: url(../image/type2.png) no-repeat;
    min-height: 124px;
}

.typeNew .one .s_1 {
    font-size: 23px;
    font-weight: bold;
    padding-top: 56px;
}

.typeNew .one .s_2 {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 5px;
}

.typeNew .two {
    border: 1px solid #ccc;
    padding: 20px 0;
    margin-bottom: 10px;
    padding-bottom: 7px;
}

.typeNew .two a {
    display: block;
    line-height: 45px;
    text-indent: 85px;
    font-size: 17px;
    background: url(../image/lNav.png) no-repeat center;
    margin-bottom: 13px;
}

.typeNew .two a:hover {
    color: #fff;
    background: url(../image/lNavH.png) no-repeat center;
}

.typeNew .three {
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 20px;
    background: url(../image/t12.png) no-repeat center;
    min-height: 40px;
}

.typeNew .four {
    font-size: 17px;
    background: url(../image/ico_3.png) no-repeat;
    border: 1px solid #ccc;
    background-position-y: 20px;
    line-height: 180%;
    background-position-x: 11px;
    margin-bottom: 20px;
    padding: 10px 0;
}

.typeNew .four div {
    border-bottom: 1px dashed #ccc;
    padding: 9px 43px;
    padding-right: 10px;
}

.typeNew .four div:nth-child(5) {
    border-bottom: 0;
}

.typeNew .five {
    text-align: center;
    font-size: 17px;
}

.typeNew .five .s_1 img {
    display: block;
}

.typeNew .five .s_2 {
    padding-top: 13px;
}

.newShow {
}

.newShow .ul_1 {
}

.newShow .left {
    display: none;
}

.newShow .right {
    margin: 0 auto;
    width: 95%;
    max-width: 95%;
    padding-top: 0.5rem;
}

.newShow .right .one {
    font-weight: bold;
    font-size: 0.9rem;
    color: #444;
    text-align: center;
    margin: 0 auto;
    width: 98%;
    min-width: 98%;
    border-bottom: 1px solid #ccc;
    padding: 0.4rem 0;
}

.newShow .right .one h3 {
    font-size: 0.9rem;
    margin: 0;
}

.newShow .right .two {
    padding: 0.5rem 0;
    color: #888;
    line-height: 1.3rem;
    font-size: 0.6rem;
    text-align: center;
}

.newShow .right .two span {
    display: inline-block;
    padding-left: 1rem;
    background: url(../image/ico2.png) no-repeat center left;
}

.newShow .right .three {
}

.newShow .right .three p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.newShow .right .three, .newShow .right .three p, .newShow .right .three span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.newShow .right .four {
    padding: 0.8rem 0;
    font-size: 0.7rem;
    line-height: 160%;
}

.newShow .right .four .s_1 span {
    font-weight: bold;
}

.noPage {
    background: url(../image/bj404.jpg) no-repeat center bottom;
    min-height: 889px;
    text-align: center;
}

.noPage .one {
    font-size: 21px;
    padding-top: 455px;
    font-weight: bold;
}

.noPage .two {
    font-size: 17px;
    line-height: 180%;
    padding-top: 29px;
    padding-bottom: 20px;
}

.noPage .two span {
    color: #cd1917;
}

.noPage .three a {
    background: #cd1917;
    color: #fff;
    font-size: 17px;
    line-height: 36px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 50px;
}

.faNav a {
    float: left;
    width: 38%;
    max-width: 32.5%;
    text-indent: 0.5rem;
}

.faNav a:hover {
    color: #fff !important;
    background: #cd1917;
}

.t_logo {
    padding: 0.5rem 0;
    background: #fff;
}

.t_logo .ul_1 {
}

.t_logo .left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_logo .left img {
    width: 100%;
    max-width: 40%;
    padding-left: 2%;
    float: left;
}

.t_logo .left .txt .one {
    font-size: 0.75rem;
    font-weight: bold;
}

.t_logo .left .txt .two {
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.1rem;
}

.t_logo .right {
    display: none;
}

.t_logo .right .sBox {
    background: url(../image/tel.png) no-repeat;
    min-height: 34px;
    padding-left: 66px;
    padding-top: 27px;
}

.t_logo .right .sBox .one {
    font-size: 22px;
    font-weight: bold;
    border: 1px solid #999;
    padding: 3px 16px;
    border-radius: 100px;
    letter-spacing: 2px;
}

.iFangAn .content {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
    text-align: center;
}

.iFangAn .content a {
    width: 48%;
    max-width: 48%;
    margin: 0.2rem 1%;
    float: left;
    text-align: center;
    height: 6.5rem;
    overflow: hidden;
    border-radius: 0.3rem;
    position: relative;
}

.iFangAn .content a img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: 6.5rem;
}

.iFangAn .content a .one {
    background: url(../image/wap_hei.png);
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    line-height: 1.5rem;
    color: #fff;
}

.iFangAn .content a:hover .one {
    background: #cd1917;
    color: #fff;
}

.iFangAn .content a .two {
    display: none;
}

.iFangAn .content a .more {
    display: none;
}

.iFangAn .content a .more span {
    /*    background: url(../image/jian.png) no-repeat center right;*/
    color: #cd1917;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    padding: 0 15px;
    padding-right: 28px;
    background-position-x: 85px;
}

.iFangAn .content a:hover .more span {
    /*	background: url(/template/images/jianH2.png) no-repeat center right;*/
    background-color: #cd1917;
    color: #fff;
    background-position-x: 85px;
}

.proShow {
}

.proShow .left {
    display: none;
}

.proShow .right {
    border-top: 0.2rem solid #eee;
}

.proShow .right .line_1 .sub_left {
    padding-top: 1rem;
}

.proShow .right .line_1 .sub_left img {
    width: 100%;
    max-width: 75%;
}

.proShow .right .line_1 .sub_right {
}

.proShow .right .line_1 .sub_right .s_1 {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    color: #cd1917;
}

.proShow .right .line_1 .sub_right .s_2 {
    display: none;
}

.proShow .right .line_1 .sub_right .s_3 {
    padding: 1rem 5%;
    text-align: left;
}

.proShow .right .line_1 .sub_right .s_3 p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .line_1 .sub_right .s_3, .proShow .right .line_1 .sub_right .s_3 p, .proShow .right .line_1 .sub_right .s_3 span {
    font-size: 0.65rem !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;
}

.proShow .right .line_1 .sub_right .s_4 {
    display: none;
}

.proShow .right .line_1 .sub_right .s_4 a {
    font-size: 17px;
    padding: 0 42px;
    display: inline-block;
    line-height: 39px;
}

.proShow .right .line_1 .sub_right .s_4 .bt_1 {
    color: #1e3076;
    background: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.proShow .right .line_1 .sub_right .s_4 .bt_2 {
    color: #fff;
    background: #cd1917;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.proShow .right .bigMain .title .one {
    font-size: 1.1rem;
    font-weight: bold;
    color: #1b264f;
}

.proShow .right .bigMain .title .one span {
    color: #cd1917;
}

.proShow .right .bigMain .title .two {
    color: #202020;
    font-size: 0.5rem;
}

.proShow .right .content {
    padding: 1rem 0;
    color: #333;
    padding-top: 0.7rem;
    padding-bottom: 1.5rem;
}

.proShow .right .content table, .proShow .right .content table td {
    border: 0 !important;
}

.proShow .right .line_5 .content table, .proShow .right .line_5 .content table td {
    border: 0.05rem solid #fff !important;
}

.proShow .right .line_5 .content table tr:nth-child(1) {
    background: #0856b7 !important;
    color: #fff !important;
}

.proShow .right .line_5 .content table tr:nth-child(2) {
    background: #dce8f6 !important;
    color: #000 !important;
}

.proShow .right .content table {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.proShow .right .content p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.3rem !important;
}

.proShow .right .line_9 {
    display: none;
}

.proShow .right .content img {
    max-width: 100%;
    vertical-align: middle;
    height: auto !important;
}

.proShow .right .content, .proShow .right .content p, .proShow .right .content span, .proShow .right .content td {
    font-size: 0.68rem !important;
    line-height: 190% !important;
}

.proShow .right .content td {
    padding: 0.2rem !important;
    width: auto !important;
    height: auto !important;
}

.proShow .right .line_1 {
    text-align: center;
}

.proShow .right .line_2 {
    background: url(../image/bj10.png) center top;
    min-height: 2.5rem;
    background-size: auto 100%;
    text-align: center;
    line-height: 2.3rem;
    font-size: 0.75rem;
    text-indent: 1.5rem;
    margin-bottom: 1.5rem;
}

.proShow .right .line_2 .one {
    color: #fff;
}

.proShow .right .line_2 .one span {
    font-weight: bold;
    vertical-align: middle;
    font-size: 0.85rem;
    position: relative;
    top: -0.1rem;
}

.proShow .right .line_4 .title {
    background: url(../image/t9.png) no-repeat center bottom;
    padding-bottom: 0.4rem;
    background-size: 4.3rem auto;
    text-align: center;
    margin-bottom: 0.8rem;
}

.proShow .right .line_4 .content {
    padding: 0;
    border: 0.05rem dashed #ccc;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
    color: #666;
}

.proShow .right .line_4 .content table tbody tr td .one {
    padding: 15px;
    border-radius: 10px;
    border: 1px dashed #ccc;
}

.proShow .right .line_4 .title .one h3 {
    font-size: 1.1rem;
}

.proShow .right .line_5 .content {
    text-align: center;
}

.proShow .right .line_8 .content {
}

.proShow .right .line_9 .content2 {
    padding-top: 40px;
    padding-bottom: 80px;
}

.proShow .right .line_9 .content2 .sBox {
    background: url(../image/tong3.jpg) no-repeat center top;
    min-height: 383px;
}

.proShow .right .line_9 .content2 .sBox .one {
    padding-left: 510px;
    padding-top: 45px;
}

.proShow .right .line_9 .content2 .sBox .one .s_1 {
    font-size: 25px;
    font-weight: bold;
    color: #cd1917;
    padding-left: 70px;
}

.proShow .right .line_9 .content2 .sBox .one .s_2 {
    font-size: 17px;
    padding-top: 10px;
}

.proShow .right .line_9 .content2 .sBox .two {
    padding-top: 158px;
    padding-left: 108px;
}

.proShow .right .line_9 .content2 .sBox .two .s_1 {
    font-size: 25px;
    font-weight: bold;
    color: #cd1917;
    padding-left: 70px;
}

.proShow .right .line_9 .content2 .sBox .two .s_2 {
    font-size: 17px;
    padding-top: 10px;
}

.proShow .right .line_11 {
    background: url(../image/up_1.gif) no-repeat center top;
    text-align: center;
    min-height: 5rem;
    background-size: auto 100%;
    margin-bottom: 1.3rem;
}

.proShow .right .line_11 .one {
    color: #cd1917;
    padding-top: 3rem;
    text-indent: 1rem;
    font-weight: bold;
}

.proShow .right .line_11 .one span {
    font-family: Impact;
    font-size: 0.7rem;
}

.proShow .right .line_12 {
    padding-bottom: 1rem;
}

.proShow .right .bigMain .line_12 .title {
    background: url(../image/wap_t6.png) no-repeat center;
    background-size: 86% auto;
}

.proShow .right .line_12 .content {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0;
}

.fangAnShow .content {
    line-height: 180% !important;
    font-size: 0.65rem !important;
    padding: 0.5rem 0;
}

.fangAnShow .content p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.fangAnShow .content, .fangAnShow .content p, .fangAnShow .content span {
    font-family: Microsoft YaHei !important;
    font-size: 0.7rem !important;
    line-height: 180% !important;
    text-indent: 0 !important;
}

.fangAnShow .content img {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}

.fangAnShow .content table, .fangAnShow .content table td {
    border: 0 !important;
    max-width: 100% !important;
}

.fangAnShow .content .tTable {
    margin: 0.5rem 0 !important;
}

.fangAnShow .content .tTable td {
    display: table-cell;
    line-height: 100%;
}

.fangAnShow .content .tTable p, .fangAnShow .content .tTable span {
    line-height: normal !important;
}

.fangAnShow .content .tTable img {
    display: block !important;
}

.fangAnShow .content .tTable tr:nth-child(2) td:nth-child(1) span {
    font-size: 0.8rem !important;
}

.fangAnShow .content .tTable tr:nth-child(1) td:nth-child(1) {
    height: 1rem !important;
}

.fangAnShow .content .tTable tr:nth-child(1) td:nth-child(1) img {
    max-width: 70% !important;
    padding: 0 5% !important;
}

.fangAnShow .content .tTable tr:nth-child(1) td:nth-child(2) img {
    max-width: 60% !important;
}

.fangAnShow .content .tTable tr:nth-child(3) td:nth-child(1) span {
    font-size: 0.55rem !important;
}

.shareList2 {
    padding-top: 15px;
    padding-bottom: 10px;
}

.shareList2 .sBox {
    border: 1px solid #ccc;
    background: #fff;
}

.shareList2 .sBox .dl_3.clear {
    padding: 30px;
    width: 1138px;
}

.shareList2 .sBox .dl_3.clear .sub_left {
    width: 390px;
}

.shareList2 .sBox .dl_3.clear .sub_left a img {
    display: block;
    width: 390px;
    height: 230px;
    border-radius: 5px;
}

.shareList2 .sBox .dl_3.clear .sub_right {
    width: 718px;
}

.shareList2 .sBox .dl_3.clear .sub_right .one {
    font-size: 13px;
    color: #999;
    padding-top: 10px;
}

.shareList2 .sBox .dl_3.clear .sub_right .one a {
    font-size: 20px;
    width: 77%;
    display: inline-block;
    vertical-align: middle;
}

.shareList2 .sBox .dl_3.clear .sub_right .one a:hover {
    color: #cd1917;
}

.shareList2 .sBox .dl_3.clear .sub_right .two {
    font-size: 16px;
    padding-top: 13px;
    line-height: 180%;
    background: url(../image/ico_2.png) no-repeat bottom right;
}

.shareList2 .sBox .dl_3:hover .sub_right .two {
    background: url(../image/ico_2H.png) no-repeat bottom right;
}

.tzBox {
    display: inline-block;
}

.t_logo .left .txt {
    width: 61%;
    max-width: 55%;
    line-height: 130%;
    background-size: auto 80%;
    color: #000;
    padding-top: 0.2rem;
    float: right;
}

.top .bsBox {
    display: grid;
    grid-template-columns: 100%;
}

.top .bsBox .t_search {
    order: 1;
}

.top .bsBox .banner {
    order: 2;
}

.t_search .left {
    display: none;
}

.t_search .right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_search .right .txt {
    display: none;
}

.t_search .right .goBack {
    float: left;
    width: 16%;
    max-width: 12%;
    min-height: 2rem;
    background: url(../image/wap_jian.png) no-repeat center;
    background-size: 0.8rem auto;
    background-color: #c8060e;
}

.t_search .right .menunavbtn {
    float: left;
    width: 16%;
    max-width: 12%;
    min-height: 2rem;
    color: #666666;
    cursor: pointer;
    display: block;
    text-align: center;
    background: url(../image/wap_bt3.png) no-repeat center;
    background-size: 70% auto;
    background-color: #c8060e;
}

.t_search .right .searchBox {
    float: left;
    width: 80%;
    max-width: 76%;
    background: #1b264f;
}

.navBox {
    padding: 0.5rem 0;
    padding-bottom: 0;
    background: #fff;
}

.navBox li {
    float: left;
    text-align: center;
    width: 35%;
    max-width: 25%;
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
}

.navBox li:nth-child(1) {
    display: none;
}

.navBox li a {
    float: left;
    width: 100%;
    max-width: 100%;
    line-height: 1rem;
    color: #333;
    padding-top: 1.53rem;
    font-size: 0.55rem;
    padding-bottom: 0;
}

.navBox li:nth-child(2) a {
    background: url(../image/wap_nav_01.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.navBox li:nth-child(3) a {
    background: url(../image/wap_nav_02.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.navBox li:nth-child(4) a {
    background: url(../image/wap_nav_03.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.navBox li:nth-child(5) a {
    background: url(../image/wap_nav_04.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.navBox li:nth-child(6) a {
    background: url(../image/wap_nav_05.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.navBox li:nth-child(7) a {
    background: url(../image/wap_nav_06.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.navBox li:nth-child(8) a {
    background: url(../image/wap_nav_07.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.navBox li:nth-child(9) a {
    background: url(../image/wap_nav_08.png) no-repeat center top;
    background-size: auto 1.4rem;
}

.pro .shareTitleBox {
}

.typeNav .two .bigType {
    line-height: 2rem;
    background: #eee;
    color: #999;
    font-size: 0.5rem;
    text-transform: uppercase;
}

.typeNav .two .ul_5 .bigType a .cn {
    padding-right: 0.4rem;
    padding-left: 0.9rem;
    display: block;
    background: url(../image/wap_ico3.png) no-repeat center left;
    background-position-x: 0.25rem;
    background-size: auto 0.7rem;
    letter-spacing: 0;
}

.typeNav .two .bigType .en {
    display: inline-block;
    vertical-align: middle;
}

.typeNav .two .subBox {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
}

.pro .content .right .one .dl_2 .s_1 .en {
    display: inline-block;
    vertical-align: middle;
}

.pro .content .right .one .dl_2 .s_1 a .cn {
    padding-right: 0.4rem;
    padding-left: 0.9rem;
    display: block;
    background: url(../image/wap_ico3.png) no-repeat center left;
    background-position-x: 0.25rem;
    background-size: auto 0.7rem;
    letter-spacing: 0;
}

.pro .content .right .three .item .s_1 {
}

.pro .content .right .three .item .s_2 {
    line-height: 1.5rem;
    text-align: center;
    color: #333;
    font-size: 0.65rem;
    padding-top: 0.1rem;
}

.pro .shareTitleBox font {
    display: none;
}

.pro .content {
    padding-top: 0.8rem;
}

.shareMore_2 {
    padding: 0.7rem 0;
    text-align: center;
}

.shareMore_2 a {
    display: inline-block;
    line-height: 1.6rem;
    color: #cd1917;
    font-size: 0.7rem;
    border-radius: 10rem;
    border: 0.05rem solid #cd1917;
    vertical-align: middle;
    width: 100%;
    max-width: 60%;
}

.shareTitleBox .shareTitle font {
    display: none;
}

.iFangAn .content a .one font {
    display: none;
}

.iFangAn {
    padding-bottom: 1rem;
}

.new .shareTitleBox {
    display: none;
}

.new .content .left .one .titleLink {
    display: none;
}

.new .content .left .one .typeLink {
    display: inline-block;
    color: #fff;
    border-right: 0.15rem solid #c8060e;
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0;
    margin-right: 0.3rem;
    float: left;
    background: #2f3f7b;
    background: -webkit-linear-gradient(top, #334484, #1c2750);
    background: -o-linear-gradient(bottom, #334484, #1c2750);
    background: -moz-linear-gradient(bottom, #334484, #1c2750);
    background: linear-gradient(to bottom, #334484, #1c2750);
}

.new .content .left .one .more {
    padding-right: 0.3rem;
    float: right;
    color: #666;
}

.new .content .left .one .typeLink span {
    padding-right: 0.4rem;
    padding-left: 0.9rem;
    display: block;
    background: url(../image/wap_ico3.png) no-repeat center left;
    background-position-x: 0.25rem;
    background-size: auto 0.7rem;
    letter-spacing: 0;
}

.new .content .left #List_2 {
    display: block !important;
}

.new .content .left .three .dl_3 {
    line-height: 1.6rem;
    border-bottom: 0.05rem dashed #ccc;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.f_feedback .left .fbTitle {
    background: url(../image/wap_t28.png) no-repeat center top;
    background-size: 70% auto;
    min-height: 3rem;
    text-align: center;
    margin-bottom: 0.8rem;
}

.f_feedback .left .fbTitle .one {
    padding-bottom: 0.35rem;
    font-size: 1rem;
    font-weight: bold;
    color: #111;
    padding-left: 0;
    padding-top: 0.5rem;
}

.f_feedback .left .fbTitle .txt {
    font-size: 0.6rem;
    color: #666;
}

.f_contact .line_1 .l_2 .f_Call {
    color: #fff;
    line-height: 2rem;
    min-height: 2rem;
    background: #5c5c5c;
    font-size: 0.75rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.f_contact .line_1 .l_2 .f_Call .txt {
    padding: 0 6%;
    padding-left: 3%;
    font-weight: bold;
    float: left;
}

.f_contact .line_1 .l_2 .f_Call .topLink {
    float: right;
    background: url(../image/wap_jiantou2.png) no-repeat center right;
    display: inline-block;
    padding-right: 1rem;
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
}

.f_contact .line_1 .l_2 .f_Call a {
    color: #fff;
}

.f_contact .line_1 .l_2 .subBox {
    padding: 0.6rem 0.5rem;
    background: #fff;
}

.f_contact .line_1 .l_2 .two dd {
    font-size: 0.7rem;
    line-height: 150%;
    padding: 0.2rem 0;
}

.f_contact .line_1 .l_2 .two dd:nth-child(1) {
    order: 2;
}

.f_contact .line_1 .l_2 .two dd:nth-child(2) {
    order: 1;
}

.f_contact .line_1 .l_2 .two dd:nth-child(3) {
    order: 3;
}

.f_contact .line_1 .l_2 .two dd:nth-child(4) {
    order: 4;
}

.f_contact .line_1 .l_2 .two dd:nth-child(5) {
    order: 5;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 20;
    background: #1b264f;
}

.keFu a {
    width: 33%;
    max-width: 25%;
    float: left;
    min-height: 2rem;
    text-decoration: none;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    line-height: 1.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.05rem;
}

/*
.keFu a:hover {
  background: #ffa030;
}
*/
.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.15rem;
}

.in_pro .shareTitleBox {
    display: none;
}

.proShow .shareTitleBox {
    display: none;
}

.proShow .right .line_1 .sub_right .subTitle {
    background: url(../image/t9.png) no-repeat center bottom;
    padding-bottom: 0.4rem;
    background-size: 4.3rem auto;
    text-align: center;
}

.proShow .right .line_1 .sub_right .subTitle .one {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1b264f;
}

.proShow .right .line_1 .sub_right .subTitle .two {
    color: #202020;
    font-size: 0.5rem;
}

.proShow .right .line_1 .sub_right .subTitle .one span {
    color: #cd1917;
}

.proShow .right .line_4 .content td:nth-child(1) {
    width: 15% !important;
}

.proShow .right .line_4 .content br,.proShow .right .line_4 .content p {
    margin: 0;
    padding: 0;
    display: contents;
}

.proShow .right .line_4 .content,.proShow .right .line_4 .content p,.proShow .right .line_4 .content span, .proShow .right .line_4 .content td {
    font-size: 0.6rem !important;
    text-align: justify;
}

.proShow .right .line_5 {
}

.proShow .right .bigMain {
    padding-top: 1.3rem;
}

.proShow .right .bigMain .title {
    text-align: center;
    background: url(../image/t5.png) no-repeat center;
    background-size: 65% auto;
    padding-bottom: 0.1rem;
}

.proShow .right .line_4 .title .one h3 span {
    color: #cd1917;
}

.proShow .right .line_4 {
}

.proShow .line_6 img {
    width: 48% !important;
    height: auto !important;
    margin: 0 1%;
    display: inline-block;
}

.proShow .right .bigMain .content {
    width: 100%;
    max-width: 98%;
    margin: 0 auto;
}

.shareNewNav a:last-child {
    margin-right: 0;
}

.shareList .sBox .sub_right .one font {
    display: none;
}

.shareList .sBox .sub_right .one span {
    font-size: 0.5rem;
    vertical-align: top;
    line-height: 1rem;
    float: right;
    color: #888;
}

.newBody {
    background: url(../image/bj_9.png);
}

.newShow .right .newTitle {
    background: #c8060e;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    border-radius: 0.3rem;
    margin-bottom: 0.5rem;
}

.newShow .right .two dd {
    display: inline-block;
    margin: 0 2%;
}

.newShow .right .two dd font {
    display: none;
}

.newShow .right .two dd:first-child {
    margin-left: 0;
}

.newShow .right .two dd:last-child {
    margin-right: 0;
}

.newShow .right .four .s_1 {
    padding-bottom: 0.3rem;
}

.newShow .right .four .s_2 {
    display: none;
}

.newShow .right .four .s_3 {
}

.prev_next span {
    display: inline-block;
    padding-left: 2%;
    font-weight: bold;
}

.inFangAn {
    padding-top: 0.3rem;
}

.inFangAn .shareTitleBox .shareTitle .two {
    padding-left: 5%;
}

.inFangAn .shareTitleBox {
    padding-bottom: 0.8rem;
}

.fangAnShow {
    padding-top: 0.5rem;
}

.fangAnShow .shareTitleBox .shareTitle .two {
    padding-left: 6%;
}

.fangAnShow .shareTitleBox {
    display: none;
}

.fangAnShow .typeTitle {
    line-height: 2rem;
    background: #eee;
    font-size: 0.5rem;
    text-transform: uppercase;
    color: #999;
}

.fangAnShow .typeTitle .s_1 {
    display: inline-block;
    color: #fff;
    border-right: 0.15rem solid #c8060e;
    font-size: 0.7rem;
    font-weight: bold;
    margin: 0;
    margin-right: 0.3rem;
    background: #2f3f7b;
    background: -webkit-linear-gradient(top, #334484, #1c2750);
    background: -o-linear-gradient(bottom, #334484, #1c2750);
    background: -moz-linear-gradient(bottom, #334484, #1c2750);
    background: linear-gradient(to bottom, #334484, #1c2750);
}

.fangAnShow .typeTitle .s_1 span {
    padding-right: 0.4rem;
    padding-left: 0.9rem;
    display: block;
    background: url(../image/wap_ico3.png) no-repeat center left;
    background-position-x: 0.25rem;
    background-size: auto 0.7rem;
    letter-spacing: 0;
}

.fangAnShow .faNav {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    line-height: 1.6rem;
}

.fangAnShow .faNav a:last-child {
    color: #c8060e;
}

.fangAnShow .sType {
    padding-left: 0.3rem;
    border-left: 0.2rem solid #ccc;
    color: #000;
}

.fangAnShow .sType h3 {
    font-weight: normal;
    font-size: 0.8rem;
}

.fangAnShow .mainTwo {
    margin: 0 auto;
    width: 95%;
    max-width: 95%;
}

.fangAnShow .content table {
    width: 100% !important;
    max-width: 100% !important;
    border: 0.05rem solid #ccc !important;
    margin: 0 !important;
    /* border-collapse: collapse !important; */
    padding: 0.5rem !important;
}

.fangAnShow .content table td {
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    display: block;
    text-align: justify;
}

.fangAnShow .content table table {
    border: 0 !important;
    padding: 0 !important;
}

.typeNav3 .content .type_2 {
    left: 33.5%;
}

.typeNav3 .content .type_3 {
    right: 0;
}

.typeNav3 .content .topTypeNav {
}

.typeNav3 .content .type_1 a {
    background: url(404.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_2 a {
    background: url(404.png) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_3 a {
    background: url(404.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(404.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(../image/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;
}

.newShow .right .three img {
    height: auto !important;
}

.in_about {
    margin: 0 auto;
    width: 95%;
    max-width: 95%;
}

.in_about .newTitle {
    background: #c8060e;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    font-size: 0.8rem;
    border-radius: 0.3rem;
}

.in_about .line_1 .bigBox .sBox .two p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.in_about .line_2 .right #dituContent {
    width: 100% !important;
    max-width: 100% !important;
    height: 10rem !important;
}

.searchBody {
}

.searchBody .in_pro .sTitle {
    padding-left: 0.3rem;
    border-left: 0.2rem solid #ccc;
    color: #000;
    font-size: 0.9rem;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-left: 2%;
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody .in_pro {
    border-top: 0.1rem solid #eee;
    padding-top: 0.8rem;
}

.proShow .youShi {
    display: block;
}

.jhList {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.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(404.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;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 0.5rem;
    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;
}

.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.8rem;
    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(404.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%;
}
