@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'BunTSans';
    src: url('/fonts/BunTSans.eot');
    src: url('/fonts/BunTSans.eot?#iefix') format('embedded-opentype'), url('/fonts/BunTSans.woff') format('woff'), url('/fonts/BunTSans.ttf') format('truetype'), url('/fonts/BunTSans.svg#SingleMaltaRegular') format('svg');
}

@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

@font-face {
    font-family: 'boombox';
    src: url('/fonts/boombox.eot');
    src: url('/fonts/boombox.eot?#iefix') format('embedded-opentype'), url('/fonts/boombox.woff') format('woff'), url('/fonts/boombox.ttf') format('truetype'), url('/fonts/boombox.svg#SingleMaltaRegular') format('svg');
}

@font-face {
    font-family: 'AlternateGothic';
    src: url('/fonts/AlternateGothic.eot');
    src: url('/fonts/AlternateGothic.eot?#iefix') format('embedded-opentype'), url('/fonts/AlternateGothic.woff') format('woff'), url('/fonts/AlternateGothic.ttf') format('truetype'), url('/fonts/AlternateGothic.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg?v=3);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.55rem;
    line-height: 1.5rem;
    display: inline-block;
    border-radius: 0.3rem;
    border: 0.05rem solid #ddd;
}

.pageNumber span,.pageNumber a:hover {
    border: 0.05rem solid #c70c17;
    color: #fff;
    background: #c70c17;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 100%;
    max-width: 83%;
    line-height: 1.9rem;
    height: 1.9rem;
    border: 0;
    color: #888888;
    padding: 0;
    margin: 0;
    font-size: 0.7rem;
    background: none;
    text-indent: 0.35rem;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    float: left;
    width: 100%;
    max-width: 17%;
    text-align: center;
    height: 1.9rem;
    cursor: pointer;
    color: #FFFFFF;
    border: 0;
    background: url(/template/images/s_02.png?v=3) no-repeat center left;
    background-size: auto 103%;
    line-height: 1.9rem;
    padding-top: 0.05rem;
    font-size: 0.75rem;
    vertical-align: middle;
    background-position-x: -0.2rem;
}

.in_banner {
    display: none;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg?v=3") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg?v=3") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/wap_goTop.png?v=3) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
.page_bj {
    background: url("/template/images/index.jpg?v=3") no-repeat center top;
    min-height: 2556px;
}

.in_bj {
    background: url("/template/images/in_bj.jpg?v=3") no-repeat center top;
    background-position-y: 700px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg?v=3") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_jiShu {
    background: url("/template/images/banner_jiShu.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_baoJia {
    background: url("/template/images/banner_baoJia.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_heZuo {
    background: url("/template/images/banner_hezuo.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_dingZhi.jpg?v=3") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.share_line_2 {
    background: url(/template/images/line_1.png?v=3) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.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("/template/images/bj_9.png?v=3") no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background: url(/template/images/video_bj.jpg?v=3) no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background: url("/template/images/bt.png?v=3") no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background: url("/template/images/bt2.png?v=3") no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background: url(/template/images/bot6.png?v=3) no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newName a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newName a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background: url(/template/images/hot.png?v=3) no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noGet {
    background: url(/template/images/no_bj.jpg?v=3) 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;
}

/*瀑布流层*/
.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;
}

.prev_next {
}

.prev_next a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: bold;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next a:hover {
    color: #0169d0;
}

.about_box {
    padding-bottom: 100px;
}

.about_box .ul_1 {
    width: 100%;
}

.about_box .ul_1 .left {
    width: 402px;
}

.about_box .ul_1 .right {
    width: 713px;
}

.about_box .ul_1 .right .huaCe {
    padding: 0;
}

.about_box .ul_1 .right .center {
    width: 100%;
}

.about_box .huaCe .one {
    padding: 0;
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-right: 45px;
    background: url(/template/images/shou.png?v=3) 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;
}

.about2 {
    padding-top: 111px;
    padding-bottom: 85px;
}

.about2 .center {
    background: url(/template/images/about2.jpg?v=3) no-repeat center left;
    min-height: 550px;
}

.about2 .center .inline_width.clear .left {
    width: 430px;
}

.about2 .center .inline_width.clear .right {
    width: 755px;
    font-size: 18px !important;
    color: #041146;
    line-height: 150% !important;
    padding-top: 75px;
}

.about2 .center .inline_width.clear .right .txt_1 p {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.about2 .center .inline_width.clear .right .txt_1 img {
    max-width: 100%;
}

.about2 .center .inline_width.clear .right .txt_2 a {
    color: #041146;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailBox {
    background: url(/template/images/bj_15.jpg?v=3) no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailBox input, .f_emailBox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailBox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailBox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background: url(/template/images/6_01.png?v=3) no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailBox .center form .inline.clear .l_2, .f_emailBox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailBox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailBox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailBox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailBox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background: url(/template/images/email.png?v=3) no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.Team {
    padding: 80px 0;
}

.Team .content {
    padding-top: 50px;
}

.Team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.Team .content li:nth-child(2), .Team .content li:nth-child(4), .Team .content li:nth-child(6), .Team .content li:nth-child(8), .Team .content li:nth-child(10), .Team .content li:nth-child(12), .Team .content li:nth-child(14), .Team .content li:nth-child(16) {
    margin-right: 0;
}

.Team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.Team .content li a {
    display: block;
    font-size: 18px;
}

.Team .content li a:hover {
    color: #339bfa;
}

.Team .content li a .sub_left {
    width: 285px;
}

.Team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.Team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background: url(/template/images/c_1.png?v=3) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background: url(/template/images/c_2.png?v=3) no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background: url(/template/images/c_3.png?v=3) no-repeat center top;
}

.fb_3 {
    background: url(/template/images/bj2.png?v=3) repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* Standard syntax */
}

.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png?v=3) no-repeat;
}

.proNav .left .box {
    width: 216px;
    height: 149px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 6px;
}

.proNav .left .box .one {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.proNav .left .box .two {
    font-size: 22px;
    color: #59c3db;
}

.proNav .right {
    width: 965px;
    padding-top: 30px;
}

.proNav .right .navList li {
    border-right: 1px dashed #fff;
    border-left: 1px dashed #1b5d80;
    width: 138px;
    padding: 0 10px;
    float: left;
    text-align: center;
}

.proNav .right .navList li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 5px 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #1b5d80;
}

.proNav .right .navList li a p {
    margin: 0;
    line-height: 34px;
    padding-top: 1px;
}

.proNav .right .navList li a:hover p {
    background: url(/template/images/bj8.png?v=3) 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;
}

.shareTitle5 {
    background: url(/template/images/t5.png?v=3) no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.shareTitle5 span {
    display: inline-block;
    vertical-align: top;
}

.shareTitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.shareTitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* Star foot fast */
.shareLine {
    background: url(/template/images/line.jpg?v=3) no-repeat center;
    min-height: 9px;
}

.in_title {
    background: url(/template/images/cBj.png?v=3) repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_Nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_Nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_Nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_Nav a.s_1 {
    background: url(/template/images/aIco_1.png?v=3) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png?v=3) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png?v=3) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png?v=3) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png?v=3) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png?v=3) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png?v=3) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png?v=3) no-repeat center top;
}

.friendLink, .friendLink a {
    color: #a2b3cc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png?v=3) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png?v=3) no-repeat center;
}

.left_shareTitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_shareTitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.fuWu {
    background: url(/template/images/ys.jpg?v=3) no-repeat center top;
    min-height: 982px;
}

.fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuWu ul {
    color: #fff;
}

.fuWu .bigTxt {
    padding-bottom: 10px;
}

.fuWu .left {
    padding-top: 2px;
}

.fuWu .left .bigTxt {
    padding-left: 53px;
}

.fuWu .right .bigTxt {
    padding-right: 53px;
    text-align: right;
}

.fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuWu .smallTxt {
    font-size: 17px;
    background: url(/template/images/bot_6.png?v=3) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.f_nav {
    font-size: 18px;
    border-top: 1px solid #eee;
}

.f_nav li {
    float: left;
}

.f_nav li.logo_li {
    width: 210px;
    min-height: 30px;
    border: 0;
}

.f_nav li a {
    display: block;
    width: 132px;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 70px;
}

.f_nav li.last a {
    background: none;
}

.f_nav li a:hover {
    font-weight: bold;
    color: #0076c0;
}

.typeNav_2 .content {
    background: #fff;
    border: 1px dotted #0869bc;
    border-top: 0;
    border-bottom: 0;
    padding: 10px 0;
}

.typeNav_2 .content .ul_8 {
    width: 100%;
}

.typeNav_2 .content a {
    display: block;
}

.typeNav_2 .content .bigNav {
    background: url(/template/images/left_bigNav.png?v=3) no-repeat center;
    padding: 10px 0;
}

.typeNav_2.leftNew .content .bigNav {
    background: url(/template/images/left_bigNav2.png?v=3) no-repeat center;
    line-height: 56px;
    padding: 12px 0;
}

.typeNav_2.leftNew .content .bigNav:hover {
    background: url(/template/images/left_bigNav3.png?v=3) no-repeat center;
    background-position-x: 9px;
}

.typeNav_2.leftNew .content .bigNav:hover a {
    color: #fff;
    font-weight: bold;
}

.typeNav_2 .content .bigNav a {
    font-size: 17px;
    color: #fff;
    line-height: 47px;
    display: block;
    font-weight: bold;
    text-indent: 77px;
}

.typeNav_2 .left_call {
    border-bottom: 15px solid #000;
}

.typeNav_2 .left_call .two {
    font-size: 17px;
    background: #f7f7f7;
    padding: 20px;
    border-bottom: 5px solid #e95412;
}

.typeNav_2 .left_call .two, .typeNav_2 .left_call .two p, .typeNav_2 .left_call .two span {
    font-size: 17px !important;
    color: #333 !important;
    line-height: 200% !important;
}

.typeNav_2.leftNew .content .bigNav a {
    color: #1e1e1e;
    text-indent: 83px;
    text-align: left;
    font-weight: normal;
}

.typeNav_2 .content .smallNav {
    background: url(/template/images/line_6.png?v=3) no-repeat center bottom;
    padding: 10px 0;
}

.typeNav_2 .content .smallNav a {
    font-size: 17px;
    color: #1d1d1d;
    line-height: 43px;
    text-indent: 61px;
    display: block;
    background: url(/template/images/smallNav.png?v=3) no-repeat center;
}

.typeNav_2 .content .smallNav a:hover {
    color: #0869bc;
    background: url(/template/images/smallNavH.png?v=3) no-repeat center;
}

.typeNav_2 .content .smallNav.last {
    background: none;
}

.typeNav_2 .content .smallNav.last a {
    color: #0869bc;
}

.typeNav_2 .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav_2 .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav_2 .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.txt_jianBian {
    position: relative;
    color: #006f77;
}

.txt_jianBian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuWu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuWu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuWu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuWu ul {
    color: #fff;
}

.in_fuWu .bigTxt {
    padding-bottom: 10px;
}

.in_fuWu .sub_left {
    padding-top: 2px;
}

.in_fuWu .sub_left .bigTxt {
    padding-left: 72px;
}

.in_fuWu .sub_right .bigTxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuWu .bigTxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuWu .bigTxt .en {
    font-family: 'Impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typeFangAn .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typeFangAn .content a {
    display: block;
}

.typeFangAn .content .bigNav {
}

.typeFangAn .content .bigNav a {
    font-weight: bold;
    background: url(/template/images/a_bj2.png?v=3) no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typeFangAn .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav {
    width: 224px;
    margin: 0 auto;
}

.typeFangAn .content .smallNav p {
    margin: 0;
    padding: 0;
}

.typeFangAn .content .smallNav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background: url(/template/images/bot_1_2.png?v=3) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png?v=3) no-repeat center;
}

.typeFangAn .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeFangAn .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeFangAn .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeFangAn .left_tel {
    border-radius: 5px;
    background: url(/template/images/tel.png?v=3) 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 {
    display: grid;
    grid-template-columns: 100%;
}

.t_bigBox {
    order: 1;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
    background: url(/template/images/txt_1.png?v=3) no-repeat center top;
    background-size: 39% auto;
    padding-top: 2.3rem;
}

.shareTitle .en {
    color: #555;
    font-size: 23px;
    text-transform: uppercase;
    padding-top: 6px;
    line-height: 110%;
}

.shareTitle .cn {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    padding-bottom: 0.1rem;
}

.shareTitle .cn img {
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.shareTitle span,.shareTitle strong {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.shareTitle .one {
    font-size: 0.63rem;
    padding-top: 0.2rem;
    color: #888;
}

.shareTitle .one span {
    color: #e95311;
}

.heZuo {
    padding-top: 50px;
    padding-bottom: 20px;
}

.heZuo .content {
    padding-top: 50px;
}

.whySelect {
    background: url(/template/images/bj3.jpg?v=3) no-repeat center;
    background-size: cover;
    min-height: 810px;
}

.whySelect dd {
    float: left;
    color: #797878;
    font-size: 21px;
    width: 393px;
}

.whySelect dd div {
    background: url(/template/images/ico_1.png?v=3) no-repeat;
    padding-left: 38px;
    min-height: 24px;
    background-position-y: 7px;
    line-height: 180%;
}

.whySelect dd:hover div {
    color: #fff;
    background: url(/template/images/icoH.png?v=3) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png?v=3) no-repeat right top;
    min-height: 78px;
    padding-right: 100px;
    margin-left: 40px;
    width: 353px;
}

.whySelect dd.txt_1:hover {
    background: url(/template/images/4_03.png?v=3) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png?v=3) no-repeat top left;
    min-height: 80px;
    padding-left: 105px;
    margin-left: 192px;
    background-position-y: 2px;
    width: 371px;
}

.whySelect dd.txt_2:hover {
    background: url(/template/images/4_05.png?v=3) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png?v=3) no-repeat right top;
    min-height: 54px;
    padding-right: 106px;
    padding-top: 80px;
    width: 353px;
    background-position-y: 85px;
}

.whySelect dd.txt_3:hover {
    background: url(/template/images/4_10.png?v=3) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png?v=3) no-repeat;
    min-height: 51px;
    padding-left: 113px;
    margin-left: 258px;
    padding-top: 99px;
    width: 355px;
    background-position-y: 88px;
}

.whySelect dd.txt_4:hover {
    background: url(/template/images/4_13.png?v=3) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png?v=3) no-repeat center top;
    padding-top: 100px;
    width: 600px;
    margin-left: 288px;
    margin-top: -16px;
}

.whySelect dd.txt_5:hover {
    background: url(/template/images/4_18.png?v=3) no-repeat center top;
}

.proType .content {
    font-size: 16px;
}

.proType .content a {
    display: block;
}

.proType .content .bigNav {
    padding-top: 15px;
}

.proType .content .bigNav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.proType .content .smallNav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background: url(/template/images/line5.png?v=3) no-repeat center bottom;
    background-position-x: 6px;
}

.proType .content .smallNav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background: url(/template/images/bot_1.png?v=3) no-repeat center left;
    background-position-y: 13px;
}

.proType .content .smallNav a:hover {
    font-weight: bold;
}

.proType .content .smallNav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youZhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/template/images/bj_5.jpg?v=3) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png?v=3) no-repeat center bottom;
}

.youZhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youZhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youZhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youZhi .content li.item_1 {
    background: url(/template/images/yz_1.png?v=3) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png?v=3) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png?v=3) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png?v=3) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png?v=3) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png?v=3) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png?v=3) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png?v=3) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png?v=3) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png?v=3) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png?v=3) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png?v=3) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png?v=3) no-repeat center;
}

.ad_2 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    padding-top: 127px;
    padding-left: 292px;
    letter-spacing: 1px;
}

.ad_2 .center .clear .right {
    padding-top: 127px;
    width: 517px;
}

.ad_2 .center .clear .right .two {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    padding-top: 19px;
    padding-left: 92px;
}

.ad_2 .center .clear .right a {
    display: inline-block;
    width: 118px;
    height: 43px;
    vertical-align: top;
}

.call {
    min-height: 785px;
    background: url(/template/images/bj30.jpg?v=3) no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rTitle .sub_left {
}

.share_rTitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rTitle .sub_right, .share_rTitle .sub_right a {
    color: #888;
}

.share_rTitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.shareSmallNav {
    margin-top: 20px;
}

.shareSmallNav .ul_3 {
}

.shareSmallNav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.shareSmallNav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.shareSmallNav .ul_3 li a:hover {
    color: #e60013;
}

.share_rTitle .dl_1 {
    background: url(/template/images/line7.png?v=3) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png?v=3) no-repeat center;
}

.ad3 .center .clear .left {
    color: #fff;
    font-weight: bold;
    font-size: 41px;
    padding-top: 114px;
    width: 725px;
}

.ad3 .center .clear .left .txt_1 {
    padding-left: 266px;
}

.ad3 .center .clear .left .txt_2 {
    text-align: right;
    padding-top: 12px;
    font-size: 39px;
    padding-right: 83px;
}

.ad3 .center .clear .right {
    padding-right: 155px;
    padding-top: 153px;
    text-align: right;
}

.ad3 .center .clear .right .two {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
}

.ad3 .center .clear .right a {
    display: inline-block;
    padding-top: 9px;
    width: 123px;
    height: 40px;
}

.noPage {
    background: url(/template/images/bj21.jpg?v=3) no-repeat center top;
    min-height: 720px;
    font-size: 21px;
}

.noPage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.noPage .center .txt_2 {
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.noPage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    min-height: 550px;
    background: url(/template/images/bj_6.png?v=3) no-repeat center bottom;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #0c70bb;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bigNav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bigNav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.shareTitle4 {
    letter-spacing: 1px;
}

.shareTitle4 span {
    font-size: 30px;
}

.pageDH {
    padding-left: 60px;
    background: url(/template/images/wu.png?v=3) no-repeat center left;
    background-position-x: 35px;
    background-position-y: 26px;
}

.pageDH a {
    color: #474747;
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg?v=3) 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 .shareTitle {
    color: #fff;
}

.shareOemBox .center .shareTitle .one {
    color: #ccc;
    padding-top: 0;
}

.shareOemBox .center .dl_2.clear {
    padding-top: 50px;
}

.shareOemBox .center .dl_3.clear {
    padding-top: 20px;
}

.xgCase {
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 16px;
    padding-left: 25px;
    background: url(/template/images/ico_4.png?v=3) no-repeat center left;
    font-weight: bold;
    line-height: 45px;
}

.in_case {
    padding: 80px 0;
    margin-top: -81px;
    padding-top: 150px;
    background: url(/template/images/yd.png?v=3) no-repeat center top;
    background-position-y: 3px;
}

.in_case .left {
    width: 327px;
}

.in_case .right {
    width: 916px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #0c70bb;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
}

.in_case .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.caseShareList .item {
    background-color: #fff;
    -moz-box-shadow: 1px 1px 6px #b7d8ec;
    -webkit-box-shadow: 1px 1px 6px #b7d8ec;
    box-shadow: 1px 1px 6px #b7d8ec;
    padding: 0.2rem 1%;
    width: 100%;
    max-width: 98%;
}

.in_case .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .right .title .sub_left {
    background: url(/template/images/t8.png?v=3) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .right .title .sub_right {
    background: url(/template/images/ico3.png?v=3) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newShow {
    padding: 70px 0;
}

.newShow .left {
    width: 327px;
}

.newShow .right {
    width: 982px;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #eee;
    -webkit-box-shadow: 1px 1px 8px #eee;
    box-shadow: 1px 1px 8px #eee;
    border-radius: 8px;
    border: 1px solid #fff0db;
}

.newShow .ul_1 {
}

.newShow .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.newShow .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .right .r_box {
    padding: 50px 30px;
    border-top: 0;
    padding-bottom: 10px;
}

.newShow .right .newBox {
    background: #fff;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    color: #122f5b;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#224f95), to(#103967));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 8px;
}

.newShow .right .newBox .line_3 {
    color: #111;
    padding: 20px 0;
    min-height: 350px;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
}

.newShow .right .newBox .line_3 table {
    max-width: 100% !important;
}

.newShow .right .newBox .line_3 table, .newShow .right .newBox .line_3 td {
    border: 0 !important;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 td, .newShow .right .newBox .line_3 span {
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two {
    text-align: center;
    font-size: 15px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png?v=3) no-repeat center top;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.caseShow {
    padding-top: 1rem;
    margin-top: -0.5rem;
}

.caseShow .left {
    display: none;
}

.caseShow .right {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 5px #d5d5d5;
    -webkit-box-shadow: 0px 0px 5px #d5d5d5;
    box-shadow: 0px 0px 5px #d5d5d5;
    border-radius: 0.3rem;
    margin-bottom: 1rem;
}

.caseShow .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.caseShow .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .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 .right .newBox {
    padding: 0.3rem 2%;
}

.caseShow .right .newBox .line_2 {
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 26px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    padding: 0.5rem 0;
    line-height: 1rem;
    font-size: 0.55rem;
    color: #888;
    border-top: 0.05rem dashed #ccc;
    text-align: center;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding: 0.3rem 0;
    width: 100%;
    max-width: 100%;
    text-align: justify;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0.3rem 0 !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 0.6rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png?v=3) no-repeat center top;
}

.caseShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .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 .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 .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .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 .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 .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding-top: 23px;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png?v=3) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
}

/*.xgPro .dl_6 dd {
    float: left;
    margin-right: 22px;
    width: 199px;
}

.xgPro .dl_6 dd:nth-child(5) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #e95412;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
}

.xgPro .dl_6 dd a img {
    display: block;














    border: 1px solid #ccc;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {

    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;

}

*/
.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg?v=3) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png?v=3) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* Star daoHang */
.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png?v=3) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png?v=3) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
    padding-top: 1.5rem;
    margin-top: -0.5rem;
}

.in_new .left {
}

.in_new .right {
    padding-top: 0.5rem;
}

.in_new .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_new .right .r_list li:nth-child(3), .in_new .right .r_list li:nth-child(6), .in_new .right .r_list li:nth-child(9), .in_new .right .r_list li:nth-child(12), .in_new .right .r_list li:nth-child(15), .in_new .right .r_list li:nth-child(18), .in_new .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_new .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_new .right .r_list .item a .txt {
    line-height: 48px;
}

.in_new .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_new .right .r_list .item a:hover {
    color: #0c70bb;
}

.in_new .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_new .center .ul_1.clear .right .r_box {
    padding: 33px 31px;
    border-top: 0;
    padding-top: 45px;
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.newShareList .L2_UL {
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 385px;
}

.newShareList .L2_UL .sub_left img {
    display: block;
    width: 368px;
    height: 220px;
    border: 8px solid #f5f5f5;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 493px;
    padding-bottom: 68px;
    background: url(/template/images/newItem.png?v=3) no-repeat top left;
    padding-left: 20px;
}

.newShareList .L2_UL .sub_right .one {
    line-height: 28px;
    padding-bottom: 15px;
    padding-top: 11px;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 21px;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    padding-bottom: 8px;
    min-height: 72px;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    font-size: 14px;
    color: #888;
    line-height: 45px;
    background: #f5f5f5;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three .s_right a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    min-height: 36px;
    width: 125px;
    text-align: center;
    text-indent: 9px;
    background: #e60012;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png?v=3) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png?v=3) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png?v=3) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png?v=3) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png?v=3) 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;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png?v=3) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 {
    font-size: 40px;
    font-weight: bold;
    width: 290px;
    padding-left: 145px;
    text-align: center;
    padding-top: 87px;
    line-height: 140%;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png?v=3) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png?v=3) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg?v=3) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png?v=3) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png?v=3) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png?v=3) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png?v=3) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png?v=3) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png?v=3) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png?v=3) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png?v=3) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png?v=3) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.in_youShi {
    padding: 50px 0;
    background: #fff;
}

.in_youShi ul .en {
    color: #0076c0;
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}

.in_youShi .bigTxt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 9px;
    color: #fff;
    line-height: 38px;
    padding-left: 44px;
}

.in_youShi .bigTxt p {
    margin: 0;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    margin-left: 8px;
}

.in_youShi .smallTxt {
    color: #1e1e1e;
    line-height: 235%;
    padding-left: 21px;
}

.in_youShi ul li span {
    font-weight: bold;
}

.in_youShi .box_1 {
    padding-top: 25px;
    padding-left: 468px;
}

.in_youShi .box_2 {
    padding-top: 65px;
    padding-left: 36px;
}

.in_youShi .box_3 {
    padding-left: 484px;
    padding-top: 52px;
    width: 300px;
}

.in_youShi .box_4 {
    padding-top: 78px;
    padding-left: 32px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png?v=3);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png?v=3) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg?v=3) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/L_2.png?v=3) no-repeat center top;
    background-color: rgba(191,1,5,0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg?v=3) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg?v=3) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg?v=3) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg?v=3) no-repeat center bottom;
}

.aboutShareNav {
    padding-top: 67px;
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    width: 151px;
    text-align: center;
    margin-right: 131px;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 18px;
    line-height: 130%;
    min-height: 63px;
    padding-top: 110px;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutNav_01.png?v=3) no-repeat center top;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutNav_02.png?v=3) no-repeat center top;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutNav_03.png?v=3) no-repeat center top;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutNav_04.png?v=3) no-repeat center top;
}

.aboutShareNav dd:nth-child(5) a:hover {
    background: url(/template/images/aboutNav_05.png?v=3) no-repeat center top;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg?v=3) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.lContact {
    font-size: 17px;
    line-height: 130%;
}

.lContact .one {
    font-size: 17px;
    padding-left: 75px;
    line-height: 35px;
    background: url(/template/images/bz.png?v=3) no-repeat center left;
    min-height: 103px;
    margin-bottom: 18px;
}

.lContact .two {
    text-indent: 132px;
    padding-top: 21px;
    font-size: 16px;
}

.lContact .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact .three {
    padding-left: 40px;
    background: url(/template/images/telIco.png?v=3) no-repeat center left;
    line-height: 150%;
    background-position-x: 3px;
}

.lContact .three img {
    border: 1px solid #ccc;
}

.lContact .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.fwfe .line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 242px;
    line-height: 160%;
    font-size: 19px;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.t_box {
    position: relative;
}

.t_logo {
    padding: 0.5rem 0;
    padding-top: 0.7rem;
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .l_1 {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin: 0 1.5%;
    width: 98%;
    max-width: 97%;
}

.t_logo .ul_1 .l_1 .logo img {
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}

.t_logo .ul_1 .l_1 .txt {
    width: 83%;
    max-width: 63%;
    padding-left: 2%;
    padding-top: 0.05rem;
    float: left;
}

.t_logo .ul_1 .l_1 .txt .one {
    font-size: 0.78rem;
    margin: 0;
    font-weight: bold;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 0.05rem;
}

.t_logo .ul_1 .l_1 .txt .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'Impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .ul_1 .l_1 .txt .two {
    display: block;
    font-size: 0.38rem;
    color: #112b4f;
    text-transform: uppercase;
    padding-top: 0.1rem;
}

.t_logo .ul_1 .l_2 {
    display: none;
}

.t_logo .ul_1 .l_2 strong {
    display: inline-block;
    margin-right: 47.5px;
}

.t_logo .ul_1 .right {
    display: none;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 16px;
    line-height: 22px;
    color: #0c4eb0;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 18px;
    color: #232323;
    text-transform: uppercase;
}

.t_logo .ul_1 .right .sub_right {
    font-size: 35px;
    font-family: 'Impact';
    padding-left: 10px;
    letter-spacing: 1px;
}

.t_search {
    order: 2;
}

.t_searchUL {
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #888;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    width: 100%;
    max-width: 100%;
    background-size: 98% auto;
    padding-bottom: 0.5rem;
    padding: 0.35rem 0;
    background-color: #fff;
}

.iPro {
    padding: 97px 0;
    padding-bottom: 0;
}

.iPro .center .content {
    padding-top: 44px;
    background: #fbfdff;
}

.iPro .center .content .bigNav {
}

.iPro .center .content .bigNav .clear li {
    float: left;
    width: 396px;
    line-height: 66px;
    margin-right: 6px;
}

.iPro .center .content .bigNav .clear li a {
    font-size: 18px;
    font-weight: bold;
    color: #141414;
    display: block;
    text-indent: 171px;
}

.iPro .center .content .bigNav .clear li.s_1 a {
    background: url(/template/images/a_01.png?v=3) no-repeat;
    text-indent: 168px;
}

.iPro .center .content .bigNav .clear li.s_2 a {
    background: url(/template/images/a_02.png?v=3) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_3 a {
    background: url(/template/images/a_03.png?v=3) no-repeat;
    text-indent: 163px;
}

.iPro .center .content .bigNav .clear li.first a, .iPro .center .content .bigNav .clear li.s_1:hover a {
    color: #fff;
    background: url(/template/images/h_01.png?v=3) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_2:hover a {
    color: #fff;
    background: url(/template/images/h_2.png?v=3) no-repeat;
}

.iPro .center .content .bigNav .clear li.s_3:hover a {
    color: #fff;
    background: url(/template/images/h_3.png?v=3) no-repeat;
}

.iPro .center .content .box {
    border: 1px solid #eee;
    border-top: 0;
}

.iPro .center .content .box .smallNav {
    padding: 23px 35px;
}

.iPro .center .content .box .smallNav .s_ul {
}

.iPro .center .content .box .smallNav .s_ul li {
    width: 173px;
    float: left;
    line-height: 38px;
    margin-right: 18px;
}

.iPro .center .content .box .smallNav .s_ul li a {
    display: block;
    color: #000;
    font-size: 16px;
    background: url(/template/images/bot.png?v=3) no-repeat center left;
    text-indent: 14px;
}

.iPro .center .content .box .smallNav .s_ul li a:hover {
    color: #0055ad;
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 28px;
    color: #2a2a2a;
    display: inline;
}

.iPro .center .content .bigNav .clear li:nth-child(3) {
    margin-right: 0;
}

.iPro .center .content .box .smallNav .s_ul li:nth-child(6),.iPro .center .content .box .smallNav .s_ul li:nth-child(12),.iPro .center .content .box .smallNav .s_ul li:nth-child(18),.iPro .center .content .box .smallNav .s_ul li:nth-child(24),.iPro .center .content .box .smallNav .s_ul li:nth-child(30) {
    margin-right: 0;
}

.iPro .center .content .box .smallNav .last {
    text-align: right;
    font-size: 16px;
    padding-top: 16px;
}

.iPro .center .content .box .smallNav .last a {
    color: #0656b1;
}

.wenTi {
    background: url(/template/images/bj2.jpg?v=3) no-repeat center top;
    background-position-y: 86px;
    padding-top: 167px;
    padding-bottom: 125px;
}

.wenTi .title .one {
    color: #303030;
    font-size: 27px;
    font-weight: bold;
    padding-left: 5px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 180%;
}

.wenTi .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.wenTi .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.wenTi .title .two a {
    position: relative;
    top: 6px;
}

.wenTi .content {
    padding-top: 40px;
}

.wenTi .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.wenTi .content .one p {
    margin: 0;
    position: absolute;
}

.wenTi .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.wenTi .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.wenTi .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.wenTi .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.wenTi .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.wenTi .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.wenTi .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.wenTi .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.wenTi .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.wenTi .content .two .s2 span {
    font-weight: bold;
}

.shareRightSmallNav {
    padding-top: 33px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    text-align: center;
    float: left;
    width: 241px;
    line-height: 50px;
    border-radius: 8px;
    background-color: #fff;
    margin-right: 13px;
    margin-bottom: 16px;
    -moz-box-shadow: 0px 1px 3px #c3dfef;
    -webkit-box-shadow: 0px 1px 3px #c3dfef;
    box-shadow: 0px 1px 3px #c3dfef;
    border: 1px solid #a9d7f1;
    overflow: hidden;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 18px;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #0457b7;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 244px;
    background: url(/template/images/rTitle.png?v=3) no-repeat center top;
    font-size: 18px;
}

.shareRightTitle .sub_left {
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
}

.shareRightTitle .s_left .txt_1 {
    letter-spacing: 1px;
    margin-bottom: 13px;
}

.shareRightTitle .s_left .txt_2 {
    line-height: 160%;
    margin-bottom: 11px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.shareRightSmallNav .ul_1 li:nth-child(4), .shareRightSmallNav .ul_1 li:nth-child(8), .shareRightSmallNav .ul_1 li:nth-child(12), .shareRightSmallNav .ul_1 li:nth-child(16), .shareRightSmallNav .ul_1 li:nth-child(20), .shareRightSmallNav .ul_1 li:nth-child(24) {
    margin-right: 0;
}

.xgBox {
    padding-top: 1rem;
}

.xgBox .title {
    padding-bottom: 0.5rem;
    font-size: 0.6rem;
}

.xgBox .title .sub_left {
    line-height: 1.3rem;
    background: url(/template/images/txt_05.png?v=3) no-repeat;
    text-transform: uppercase;
    background-size: auto 1.8rem;
    font-size: 0.78rem;
    padding-top: 0.7rem;
    color: #000;
    padding-left: 1.3rem;
    width: 100%;
    max-width: 73%;
    float: left;
}

.xgBox .title .sub_right {
    padding-top: 0.5rem;
    float: right;
}

.xgBox .title .sub_right a {
    color: #283a5b;
    text-transform: uppercase;
}

.xgBox .title .sub_left span {
    font-weight: bold;
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.xgNew {
    padding: 28px 0;
}

.xgNew .ul_2 {
    margin-bottom: 13px;
    padding: 20px;
    width: 890px;
}

.xgNew .ul_2:hover {
    background-color: #fdfaf4;
}

.xgNew .ul_2 .sub_left {
    width: 260px;
}

.xgNew .ul_2 .sub_left img {
    display: block;
}

.xgNew .ul_2 .sub_right {
    width: 608px;
}

.xgNew .ul_2 .sub_right .one {
    font-size: 18px;
    line-height: 26px;
    padding-top: 2px;
    letter-spacing: 1px;
}

.xgNew .ul_2 .sub_right .one a {
    color: #173f70;
    font-weight: bold;
    padding-bottom: 6px;
}

.xgNew .ul_2 .sub_right .two {
    font-size: 14px;
    color: #888;
    padding-left: 28px;
    line-height: 25px;
    background: url(/template/images/time.png?v=3) no-repeat center left;
}

.xgNew .ul_2 .sub_right .three {
    padding: 8px 0;
    padding-bottom: 13px;
    font-size: 16px;
    text-indent: 2rem;
    letter-spacing: 1px;
}

.xgNew .ul_2 .sub_right .four {
    font-size: 13px;
}

.xgNew .ul_2 .sub_right .four a {
    color: #fff;
    background: #173f70;
    display: inline-block;
    line-height: 26px;
    padding: 0px 13px;
    padding-left: 15px;
}

.proShow {
}

.proShow .left {
    display: none;
}

.proShow .right {
    padding-top: 0.2rem;
}

.proShow .right .r_smallNav {
    background: url(/template/images/navSbj.png?v=3);
    margin-top: 20px;
}

.proShow .right .r_smallNav .ul_1 {
    width: 95%;
    margin: 0 2.5%;
}

.proShow .right .r_smallNav .ul_1 li {
    width: 14.2%;
    text-align: center;
    float: left;
    border-bottom: 1px solid #559ace;
    padding: 10px 0;
    line-height: 30px;
}

.proShow .right .r_smallNav .ul_1 li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.proShow .right .r_smallNav .ul_1 li a:hover {
    color: #0261c3;
    background: #fff;
    border-radius: 3px;
}

.proShow .center .clear .right .r_title {
    border-left: 9px solid #0261c3;
    padding-left: 13px;
}

.proShow .center .clear .right .r_title .txt_1 {
    font-size: 30px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
    padding-bottom: 3px;
}

.proShow .right .content {
    padding-top: 1rem;
    background-color: #f8fbfd;
    border-top: 0.05rem solid #ccc;
}

.proShow .right .content .box_1 {
}

.proShow .right .content .title_2 {
    padding: 15px 0;
    border-bottom: 1px dotted #0261c3;
}

.proShow .right .content .title_2 .txt {
    font-weight: bold;
    font-size: 24px;
    color: #0261c3;
    border-left: 6px solid #0261c3;
    margin: 0;
    padding: 0;
    padding-left: 15px;
}

.proShow .right .content .r_1 {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.proShow .right .content .r_1 .sub_right {
    padding-top: 1rem;
}

.proShow .right .content .r_1 .clear .sub_right .canShu p {
    margin: 0;
    padding: 0;
}

.proShow .right .content .r_1 .sub_right .canShu, .proShow .right .content .r_1 .sub_right .canShu p, .proShow .right .content .r_1 .sub_right .canShu span, .proShow .right .content .r_1 .sub_right .canShu td {
    line-height: 1rem !important;
    font-size: 0.6rem !important;
}

.proShow .right .content .r_1 .sub_right .canShu table, .proShow .right .content .r_1 .sub_right .canShu td {
    border: 0;
}

.proShow .right .content .r_1 .sub_right .canShu td {
    padding: 0.23rem !important;
    color: #333 !important;
    font-size: 0.7rem !important;
    height: auto !important;
}

.proShow .right .content .r_1 .sub_right .canShu td:nth-child(1) {
    font-weight: bold !important;
    width: 30% !important;
    max-width: 30% !important;
    border-left: 0 !important;
    background: url(/template/images/dian2.png?v=3) no-repeat center left;
    padding-left: 0.85rem !important;
    background-size: 0.6rem auto !important;
}

.proShow .right .content .r_1 .clear .sub_right .canShu td:nth-child(2) {
    width: 69% !important;
    border-right: 0 !important;
    background-color: #f8fbff !important;
}

.proShow .right .content .r_1 .clear .sub_right .canShu table {
    border-collapse: collapse !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.proShow .right .content .r_1 .sub_right .bt {
    padding: 0.5rem 0;
    line-height: 1.65rem;
    font-size: 0.6rem;
}

.proShareBox {
    padding: 0 1%;
}

.proShareBox.r_4 {
}

.pro_shareTitle {
    font-size: 28px;
    color: #0468c6;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
}

.pro_shareTitle strong {
    font-size: 21px;
    font-weight: bold;
}

.pro_shareTxt {
    color: #333;
    font-size: 0.6rem;
    line-height: 200%;
    padding: 0.3rem 1%;
    text-align: justify;
    padding-bottom: 0.9rem;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0 !important;
}

.proShareBox.r_4 .pro_shareTxt td {
    width: 25% !important;
    text-align: center !important;
}

.proShow .right .content .r_1 .sub_left {
    text-align: center;
}

.proShow .shareRightTitle {
}

.proShow .shareRightTitle .dl_2 {
}

.proShow .shareRightSmallNav {
}

.proShow .shareRightSmallNav .ul_1 {
}

.shareTel {
    background: url(/template/images/tel.png?v=3) no-repeat center left;
    padding-left: 45px;
    min-height: 51px;
    padding-top: 3px;
}

.proShow .right .content .r_1 .clear .sub_right .two {
    padding-top: 9px;
    letter-spacing: 1px;
    font-size: 16px;
}

.proShow .right .content .r_1 .sub_right .bt .dl_5 .s_right {
    width: 100%;
    max-width: 61%;
    float: right;
}

.shareTel .s1 {
    font-size: 18px;
    line-height: 22px;
}

.shareTel .s2 {
    font-size: 28px;
    color: #122c51;
    font-family: Impact;
    letter-spacing: 1px;
}

.proShow .right .content .part4 .sC .dl_6.clear dd {
    float: left;
    font-size: 22px;
    color: #fff;
    width: 176px;
    text-align: center;
    margin-right: 7px;
}

.inYouShi {
    padding: 92px 0;
    padding-bottom: 7px;
}

.inYouShi .shareTitle {
    background: url(/template/images/iys_01.png?v=3) no-repeat center top;
    min-height: 108px;
}

.inYouShi .shareTitle .cn {
    color: #0057b0;
}

.inYouShi .shareTitle .one {
    font-size: 16px;
    color: #fff;
    padding-top: 4px;
}

.inYouShi .sC {
    padding-top: 61px;
}

.inYouShi .sC .line_1 {
    background: url(/template/images/iys_02.png?v=3) no-repeat center top;
    min-height: 267px;
}

.inYouShi .sC .one {
    color: #082db2;
    font-size: 19px;
    padding-left: 36px;
}

.inYouShi .sC .two {
    font-size: 16px;
    color: #1e1e1e;
    padding-top: 14px;
    line-height: 42px;
    letter-spacing: 1px;
}

.inYouShi .sC .two span {
    color: #ff4e00;
}

.inYouShi .sC .one p {
    display: inline;
    font-weight: bold;
}

.inYouShi .sC .one p span {
    font-family: "Impact";
    font-weight: normal;
    font-size: 20px;
}

.inYouShi .sC .line_1 .box_1 {
    padding-top: 63px;
    padding-left: 150px;
}

.inYouShi .sC .line_2 .box_2 {
    padding-left: 854px;
    padding-top: 137px;
}

.inYouShi .sC .line_2 .box_2 .one {
    padding-left: 90px;
}

.inYouShi .sC .line_2 .box_2 .two {
    padding-top: 25px;
    line-height: 35px;
}

.inYouShi .sC .line_2 {
    background: url(/template/images/iys_03.png?v=3) no-repeat center top;
    min-height: 413px;
    background-position-y: 95px;
}

.inYouShi .sC .line_3 {
    background: url(/template/images/iys_04.png?v=3) no-repeat center top;
    min-height: 395px;
    background-position-y: 85px;
}

.inYouShi .sC .line_3 .box_3 {
    padding-top: 122px;
    padding-left: 111px;
}

.inYouShi .sC .line_3 .box_3 .one {
    padding-left: 65px;
}

.inYouShi .sC .line_3 .box_3 .two {
    line-height: 35px;
    padding-top: 19px;
}

.inYouShi .sC .line_4 .box_4 {
    padding-left: 902px;
    padding-top: 53px;
}

.inYouShi .sC .line_4 {
    background: url(/template/images/iys_05.png?v=3) no-repeat center top;
    min-height: 350px;
    background-position-y: 14px;
}

.inYouShi .sC .line_4 .box_4 .one {
    padding-left: 54px;
}

.inYouShi .sC .line_4 .box_4 .two {
    line-height: 35px;
    padding-top: 17px;
}

.lContact2 {
    background: url(/template/images/l_contact2.jpg?v=3) no-repeat center bottom;
    font-size: 17px;
    color: #002886;
    min-height: 359px;
    padding-top: 28px;
    line-height: 160%;
}

.lContact2 .title {
    min-height: 69px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 69px;
}

.lContact2 .content {
    padding-top: 28px;
    line-height: 38px;
    padding-left: 48px;
    padding-right: 10px;
}

.lContact2 .three {
    text-indent: 120px;
    padding-top: 0;
    line-height: 130%;
    font-size: 16px;
}

.lContact2 .three img {
    border: 1px solid #ccc;
}

.lContact2 .three .txt {
    line-height: 150%;
    padding-top: 5px;
}

.lContact2 .one {
    text-indent: 39px;
    padding-top: 34px;
}

.lContact2 .two {
    text-indent: 132px;
    padding-top: 2px;
    font-size: 16px;
}

.newShareList .L2_UL:hover {
}

.newShareList .L2_UL:hover .sub_right .one a {
}

.shareNewRTitle {
    background: url(/template/images/nTitle.jpg?v=3) no-repeat center top;
    line-height: 54px;
    height: 54px;
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 54px;
    font-size: 19px;
    margin: 0;
    padding: 0;
    text-indent: 44px;
    color: #fff;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png?v=3) no-repeat center left;
    padding-right: 21px;
}

.typeNav.newNav .content .ul_1 {
}

.newShow .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .right .r_box .newBox .Box_2 .line_4 {
    line-height: 39px;
    padding: 30px 0;
    color: #1b3580;
    font-size: 17px;
    padding-bottom: 5px;
}

.newShow .right .r_box .newBox .Box_2 .line_4 span {
    font-weight: bold;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s1 {
    background: url(/template/images/newShowIco_01.png?v=3) no-repeat center left;
    padding-left: 20px;
}

.newShow .right .r_box .newBox .Box_2 .line_4 .s2 {
    background: url(/template/images/newShowIco_01.png?v=3) no-repeat center left;
    padding-left: 20px;
}

.in_about {
}

.aboutShareNav a .en {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    transform: scale(0.8);
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav a:hover span {
    color: #0261c3;
}

.aboutShareNav dd:nth-child(2) {
    margin-right: 136px;
    width: 140px;
}

.aboutShareNav dd:nth-child(3) {
    margin-right: 138px;
    width: 140px;
}

.aboutShareNav dd:nth-child(4) {
    margin-right: 109px;
}

.in_about .Box_1 {
    min-height: 873px;
    background: url(/template/images/about_1.jpg?v=3) no-repeat center top;
}

.in_about .Box_1 .content {
    padding-top: 199px;
}

.in_about .Box_1 .center .content .dl_2.clear dd {
    float: left;
    width: 373px;
    margin-right: 38px;
    font-size: 16px;
}

.in_about .Box_1 .center .content .dl_2.clear dd:nth-child(3) {
    margin-right: 0;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s1 {
    text-align: center;
    text-indent: 10px;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s2 {
    text-align: center;
    font-weight: bold;
    color: #0057b0;
    padding-top: 7px;
    text-indent: -2px;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s3 {
    padding-top: 8px;
    padding-left: 128px;
}

.in_about .Box_1 .center .content .dl_2.clear dd .s3, .in_about .Box_1 .center .content .dl_2.clear dd .s3 p, .in_about .Box_1 .center .content .dl_2.clear dd .s3 span {
    font-size: 15px;
    margin: 0;
    line-height: 31px;
}

.in_about .Box_1 .center .content .dl_3.clear dd {
    float: left;
    font-size: 15px;
    color: #5e5e5e;
    text-align: center;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(1), .in_about .Box_1 .center .content .dl_3.clear dd:nth-child(3) {
    width: 111px;
}

.in_about .Box_1 .center .content .dl_3.clear dd .s1 img {
    width: 111px;
    height: 111px;
    display: block;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(1) {
    padding-left: 273px;
}

.in_about .Box_1 .center .content .dl_3 {
    padding-top: 80px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) {
    width: 384px;
    padding-top: 5px;
    line-height: 220%;
    letter-spacing: 1px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s2 {
    padding-top: 4px;
    text-indent: 19px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s1 {
    font-size: 23px;
    font-weight: bold;
    color: #333;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s2 {
    font-size: 16px;
    color: #fff;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s2 span {
    font-size: 21px;
    font-family: "Impact";
    position: relative;
    top: 3px;
}

.in_about .Box_1 .center .content .dl_3.clear dd:nth-child(2) .s3 {
    font-size: 17px;
    color: #333;
    text-indent: 10px;
    padding-top: 1px;
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png?v=3) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png?v=3) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png?v=3) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png?v=3) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png?v=3) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png?v=3) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.t_wel {
    display: none;
}

.t_wel a {
    color: #666;
}

.t_wel .right a {
    padding-left: 21px;
    margin-right: 13px;
    display: inline;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -27px;
    top: 10px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png?v=3) no-repeat bottom left;
    padding-top: 19px;
    display: none;
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_01.png?v=3) no-repeat center left;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png?v=3) no-repeat center left;
    /* padding-left: 26px; */
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png?v=3) no-repeat center left;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_05.png?v=3) no-repeat center left;
    padding-left: 25px;
    margin-right: 0;
}

.t_nav {
    width: 80%;
    max-width: 45%;
    position: absolute;
    right: 0;
    z-index: 900;
    top: 2.5rem;
    background: #fff;
    -moz-box-shadow: 1px 2px 6px #a4e5ff;
    -webkit-box-shadow: 1px 2px 6px #a4e5ff;
    box-shadow: 1px 2px 6px #a4e5ff;
}

.t_nav .box {
}

.t_nav .box li {
    text-decoration: none;
    display: block;
    line-height: 120%;
    font-size: 0.65rem;
    margin: 0 auto;
    text-indent: 1.2rem;
    color: #333;
}

.t_nav a {
    background: url(/template/images/wap_ico_01.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
    display: block;
    color: #333 !important;
    font-weight: normal !important;
    border-bottom: 0.05rem dotted #ccc;
    text-indent: 1.15rem;
    padding: 0.38rem 0.5rem;
    padding-bottom: 0.2rem;
}

.t_nav a p {
    font-size: 0.35rem;
    text-transform: uppercase;
    display: block;
    margin: 0;
}

.ad {
    background: url(/template/images/ad.jpg?v=3) no-repeat center top;
    min-height: 890px;
}

.ad .center .title .cn {
    font-size: 37px;
}

.ad .center .title .cn strong {
    color: #184174;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(18, 47, 91)), to(rgb(26, 72, 124)), to(rgb(14, 31, 61)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ad .center .title .en {
    font-size: 26px;
    text-transform: uppercase;
    text-indent: -6px;
}

.ad .center .content {
    padding-top: 45px;
}

.ad .center .content .line_1 {
    position: relative;
    font-size: 12px;
    min-height: 480px;
}

.ad .center .content .line_1 ul {
    position: absolute;
    line-height: 190%;
}

.ad .center .content .line_1 .cn {
    color: #112b4f;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.ad .title {
    text-align: center;
    padding-top: 110px;
    letter-spacing: 1px;
}

.ad .center .content .line_1 .en {
    text-transform: uppercase;
    color: #999;
    padding-right: 8px;
    transform: scale(0.9);
    white-space: nowrap;
}

.ad .center .content .line_1 ul.txt_1 {
    top: 51px;
    text-align: right;
    left: 152px;
}

.ad .center .content .line_1 ul.txt_2 {
    top: 54px;
    right: 70px;
}

.ad .center .content .line_1 ul.txt_3 {
    top: 160px;
    text-align: right;
    left: 16px;
}

.ad .center .content .line_1 ul.txt_4 {
    top: 160px;
    right: 35px;
}

.ad .center .content .line_1 ul.txt_5 {
    top: 266px;
    text-align: right;
    left: -32px;
}

.ad .center .content .line_1 ul.txt_6 {
    top: 263px;
    right: -16px;
}

.ad .center .content .line_1 .txt_1 .en, .ad .center .content .line_1 .txt_3 .en, .ad .center .content .line_1 .txt_5 .en, .ad .center .content .line_1 .txt_7 .en {
    transform-origin: right;
}

.ad .center .content .line_1 .txt_2 .en, .ad .center .content .line_1 .txt_4 .en, .ad .center .content .line_1 .txt_6 .en, .ad .center .content .line_1 .txt_8 .en {
    transform-origin: left;
}

.ad .center .content .line_1 ul.txt_7 {
    top: 367px;
    text-align: right;
    left: 31px;
}

.ad .center .content .line_1 ul.txt_8 {
    top: 365px;
    right: 4px;
}

.ad .center .content .line_2 {
    text-align: center;
    font-weight: bold;
    padding-top: 12px;
    text-indent: -23px;
}

.ad .center .content .line_2 .s1 {
    font-size: 17px;
    padding-bottom: 3px;
}

.ad .center .content .line_2 .s2 {
    font-size: 18px;
}

.ad .center .content .line_2 .s2 span {
    font-size: 26px;
    vertical-align: middle;
}

.bq {
    display: none;
}

.bq a {
    color: #d5dae2 !important;
}

.bq span, .bq p {
    color: #d5dae2 !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq .l_1 {
    width: 43%;
}

.bq .l_2 {
    width: 30%;
}

.bq .l_3 {
    max-width: 26%;
}

.pro {
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: url(/template/images/bj_1.jpg?v=3) no-repeat center top;
    background-size: 200% auto;
}

.pro .content {
    padding-top: 0.8rem;
}

.pro .content .ul_1 {
    padding-bottom: 30px;
}

.pro .content .box {
}

.pro .content .bigNav {
    margin: 0 0.5%;
    width: 100%;
    max-width: 99%;
}

.pro .content .bigNav li {
    float: left;
    width: 76%;
    max-width: 49.5%;
    margin-right: 0.3%;
}

.pro .content .bigNav li a {
    display: block;
}

.pro .content .bigNav li:nth-child(4) {
}

.pro .content .box .smallNav {
}

.pro .content .box .smallNav .s_ul {
}

.pro .content .box .smallNav .s_ul li {
    width: 60%;
    max-width: 32%;
    float: left;
    line-height: 1.7rem;
    border: 0.05rem solid #a9d7f1;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-left: 0.5%;
    margin-bottom: 0.2rem;
    text-align: center;
    overflow: hidden;
}

.pro .content .box .smallNav .s_ul li:hover {
}

.pro .content .box .smallNav .s_ul li:nth-child(6), .pro .content .box .smallNav .s_ul li:nth-child(12), .pro .content .box .smallNav .s_ul li:nth-child(18), .pro .content .box .smallNav .s_ul li:nth-child(24), .pro .content .box .smallNav .s_ul li:nth-child(30), .pro .content .box .smallNav .s_ul li:nth-child(36), .pro .content .box .smallNav .s_ul li:nth-child(42) {
    margin-right: 0;
}

.pro .content .box .smallNav .s_ul li a {
    display: block;
    font-size: 0.6rem;
    color: #000;
}

.pro .content .box .smallNav .s_ul li a:hover {
    color: #fff;
    background: url(/template/images/icoH_sd.png?v=3) no-repeat center left;
    background-size: cover;
}

.shareProItem {
    float: left;
    width: 48%;
    max-width: 48%;
    margin-left: 1.3%;
    text-align: center;
    margin-bottom: 0.3rem;
    padding-bottom: 0.5rem;
    background: url(/template/images/wap_yy3.png?v=3) no-repeat center bottom;
    background-size: 100% auto;
}

.shareProItem:nth-child(4), .shareProItem:nth-child(8), .shareProItem:nth-child(12) {
    margin-right: 0;
}

.shareProItem:hover {
    /*	background:#f8f8f8;
	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.shareProItem a {
}

.shareProItem .txt a {
}

.shareProItem .link {
    line-height: 1.4rem;
    text-align: center;
    max-width: 98%;
    margin: 0 1%;
}

.shareProItem .link a {
    width: 50%;
    max-width: 47.5%;
    float: left;
    color: #fff;
    border-radius: 0.15rem;
    margin-left: 1.5%;
    overflow: hidden;
}

.shareProItem .link a:nth-child(1) {
    background: url(/template/images/proBt.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.shareProItem a .proPic {
    height: 7rem;
    max-width: 93%;
    display: inline-block;
    vertical-align: middle;
}

.shareProItem a:hover {
}

.iDingZhi {
    min-height: 779px;
    background: url(/template/images/dingzhi.jpg?v=3) no-repeat center top;
    padding-top: 52px;
}

.iDingZhi .content {
    font-size: 21px;
    padding-top: 40px;
}

.iDingZhi .content .ul_1 li .txt_2 {
    color: #d40c15;
}

.iDingZhi .content li {
    float: left;
    width: 213px;
    margin-right: 4px;
    padding-top: 83px;
    text-align: center;
    min-height: 103px;
}

.iDingZhi .content li:nth-child(6), .iDingZhi .content li:nth-child(12) {
    margin-right: 0;
}

.youShi {
    padding-top: 1rem;
    background-color: #f5fafe;
    color: #333;
}

.youShi .content {
    background: url(/template/images/wap_ys.jpg?v=3) no-repeat center top;
    background-size: 106% auto;
}

.youShi .content .oneBox {
    padding-left: 11%;
    padding-top: 10.2rem;
    min-height: 10rem;
}

.youShi .content .one {
    padding-left: 0.7rem;
    line-height: 138%;
    min-height: 1.75rem;
}

.youShi .content .one span {
    font-size: 35px;
    color: #e62129;
    padding: 0 3px;
}

.youShi .content .two {
    font-size: 0.6rem;
    line-height: 190%;
    padding-left: 0.3rem;
}

.youShi .content .two span {
    color: #e62129;
}

.youShi .content .two .link {
    padding-top: 0.3rem;
}

.youShi .content .two .link a {
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.38rem;
    width: 5rem;
    text-align: center;
    display: block;
    background: url(/template/images/jb.png?v=3) repeat-x center;
    border-radius: 0.3rem;
    background-size: 100% 100%;
}

.youShi .content .line_2 .two .link a {
}

.youShi .content .line_4 .two .link a {
}

.youShi .content .line_5 .two .link a {
}

.youShi .content .line_2 .box_2 {
}

.youShi .content .line_2 .box_2 .one {
    min-height: 2rem;
    padding-left: 0.8rem;
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
    padding-top: 12.2rem;
}

.youShi .content .line_3 {
    padding-top: 11rem;
    padding-left: 13.5%;
}

.youShi .content .line_3 .box_3 {
}

.youShi .content .line_3 .box_3 .one {
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
}

.youShi .content .line_4 {
    padding-top: 11.55rem;
    min-height: 9rem;
}

.youShi .content .line_4 .box_4 .one {
}

.youShi .content .line_4 .box_4 .two {
}

.youShi .content .line_5 .box_5 {
    padding-top: 90px;
    padding-left: 52px;
}

.youShi .content .line_5 {
    min-height: 363px;
}

.youShi .content .line_5 .box_5 .one {
}

.youShi .content .line_5 .box_5 .two {
}

.youShi .content .line_6 {
}

.youShi .content .line_6 .s2 {
    font-size: 35px;
    font-family: Impact;
    color: #194477;
}

.youShi .content .line_6 .sub_left {
    padding-left: 73px;
    padding-top: 2px;
    line-height: 180%;
}

.youShi .content .line_6 .sub_left a {
    color: #fff;
    font-weight: bold;
}

.youShi .content .line_6 .sub_right {
    padding-top: 2px;
}

.youShi .content .line_6 .sub_right a {
    color: #fff;
    font-weight: bold;
    text-shadow: 1px 1px 6px #333;
    font-size: 18px;
    letter-spacing: 3px;
    width: 67px;
    display: block;
    text-align: center;
    min-height: 66px;
    padding-top: 7px;
    padding-left: 1px;
}

.f_feedback {
    padding: 0.5rem 0;
    background: url(/template/images/wap_fb.jpg?v=3) no-repeat center top;
    background-size: 104% 103%;
    background-position-x: -0.15rem;
    background-position-y: -0.5rem;
    padding-bottom: 2rem;
    min-height: 23rem;
    padding-top: 3.6rem;
    font-size: 0.65rem;
}

.f_feedback .left {
    order: 2;
}

.f_feedback .right {
    order: 1;
}

.f_feedback input[type="text"], .f_feedback textarea {
    font-size: 0.7rem;
    line-height: 2rem;
    width: 100%;
    max-width: 91%;
    display: block;
    padding: 0 3%;
    margin-bottom: 0.38rem;
    color: #666;
    font-family: "Microsoft YaHei";
    background: none;
    padding-left: 6%;
    border: 0;
    border-radius: 0.3rem;
    background-color: #ebf1f7;
}

.f_feedback input[type="text"] {
    background: url(/template/images/wap_xing.png?v=3) no-repeat center left;
    background-size: 0.38rem auto;
    background-position-x: 2%;
    background-color: #ebf1f7;
}

.f_feedback textarea {
    min-height: 3.6rem;
    margin-bottom: 0.5rem;
    line-height: 200%;
    padding-top: 0.1rem;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    width: 100%;
    max-width: 100%;
    border-radius: 0.3rem;
    border: 0;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.8rem;
    height: 1.8rem;
}

.f_feedback input.bt_1 {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.f_feedback .shareTitle {
    background: none;
}

.f_feedback .ul_1 .left .sub_left {
    width: 390px;
}

.f_feedback .left .bt {
    text-align: center;
    padding-top: 9px;
    text-indent: -35px;
}

.f_feedback .left .sTitle {
    text-align: center;
}

.f_feedback .left .two {
    font-size: 13px;
    color: #254e86;
    min-height: 19px;
}

.f_feedback .left .three {
    text-align: center;
}

.f_feedback .right .one {
    text-align: center;
}

.f_feedback .right .two {
    font-size: 0.78rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
    text-align: center;
}

.f_feedback .right .three {
    padding-top: 0.3rem;
    padding-bottom: 1.6rem;
}

.f_feedback .right .three .ul_2 {
    padding-bottom: 0.3rem;
}

.about {
    padding: 72px 0;
    background: url(/template/images/about.jpg?v=3) no-repeat center top;
    min-height: 1095px;
}

.about .content {
    color: #3d3d3d;
    padding-top: 43px;
}

.about .content .line_1,.about .content .line_1 p,.about .content .line_1 span {
    font-size: 18px !important;
    line-height: 250% !important;
}

.about .content .line_1 p {
    margin: 0;
    padding: 2px 0;
}

.about .content .line_1 {
    padding: 50px;
    background: url(/template/images/about_2.png?v=3) no-repeat center bottom;
    background-color: #fff;
    text-align: justify;
    padding-bottom: 70px;
    background-size: 100% auto;
    padding-top: 38px;
}

.about .content .line_2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    overflow: hidden;
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
    position: relative;
}

.about .content .line_1 a.more {
    float: right;
    position: relative;
    top: -39px;
    color: #ff000a;
    font-size: 15px;
    border: 1px solid #ff000a;
    line-height: 28px;
    padding: 0 30px;
}

.shareMore {
    text-align: center;
    color: #e62129;
    background: url(/template/images/more6.png?v=3) no-repeat center;
    background-position-y: 7px;
}

.shareMore .cn {
    font-size: 17px;
}

.shareMore .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
}

.fast {
    padding-bottom: 68px;
}

.fast .content {
    padding-top: 23px;
}

.fast .content li {
    line-height: 51px;
    font-size: 18px;
}

.fast .content li .one {
    display: inline-block;
}

.fast .content li .one a {
    color: #333;
    display: inline-block;
}

.fast .content li .two {
    display: inline-block;
    vertical-align: bottom;
    font-size: 17px;
}

.fast .content li .two a {
}

.fast .content li .two a.more {
}

.f_contact {
    padding: 0.8rem 0;
    background: url(/template/images/wap_index_03.jpg?v=3) no-repeat center top;
    background-size: 100% auto;
}

.f_contact .ul_1 {
}

.f_contact .ul_1 .l_1 {
    width: 100%;
    max-width: 72%;
    float: left;
    padding-top: 0.3rem;
    margin-left: 1.5%;
}

.f_contact .ul_1 .l_2 {
    width: 100%;
    max-width: 23.5%;
    color: #111;
    padding-right: 1.5%;
    font-size: 0.45rem;
    text-align: center;
    float: right;
}

.f_contact .ul_1 .right {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 0.3rem;
    color: #333;
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
    font-size: 0.65rem;
}

.typeNav {
}

.typeNav .content {
}

.typeNav .content .ul_1 {
    position: relative;
    padding-top: 2.5rem;
}

.typeNav .content a {
    display: block;
}

.typeNav .content .bigNav {
    width: 100%;
    max-width: 49.5%;
    position: absolute;
    top: 0;
}

.typeNav.typeNew .content .bigNav {
    padding-top: 0;
    margin-bottom: 0;
}

.typeNav .content .bigNav a {
}

.typeNav .content .smallNav {
    width: 60%;
    max-width: 32%;
    float: left;
    line-height: 1.7rem;
    border: 0.05rem solid #a9d7f1;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-left: 0.5%;
    margin-bottom: 0.2rem;
    text-align: center;
    overflow: hidden;
}

.typeNav.typeNew .content .smallNav {
    background: url(/template/images/l_sub.png?v=3) no-repeat center left;
    background-position-x: 20px;
    background-position-y: -6px;
}

.typeNav.typeNew .content .smallNav a {
    margin-left: 32px;
}

.typeNav .content .smallNav a {
    display: block;
    font-size: 0.6rem;
    color: #333;
}

.typeNav .content .bigNav a .en {
    text-indent: -999999px;
    height: 0.3rem;
}

.typeNav .content .bigNav a .cn {
    border: 0.05rem solid #a9d7f1;
    background: #1d5492;
    background: -webkit-linear-gradient(top, #e6f8fe, #fff, #e6f8fe);
    background: -o-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: -moz-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: linear-gradient(to bottom, #e6f8fe, #fff, #e6f8fe);
    border-radius: 0.2rem;
}

.typeNav .content .bigNav a .cn span {
    font-size: 0.66rem;
    color: #000;
    display: block;
    padding: 0.5rem 0;
    padding-left: 38%;
    line-height: 130%;
}

.typeNav .content .bigNav a .cn font {
    display: none;
}

.shareRightTitle .txt_1 h1,.shareRightTitle .txt_1 h2, .shareRightTitle .txt_1 h3 {
    margin: 0;
    display: inline-block;
    font-size: 27px;
}

.shareProItem2 {
    float: left;
    width: 316px;
    margin-bottom: 9px;
    text-align: center;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0dcaf;
}

.shareProItem2:nth-child(4), .shareProItem2:nth-child(8), .shareProItem2:nth-child(12) {
    margin-right: 0;
}

.shareProItem2:hover {
    /*	background:#f8f8f8;
	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.shareProItem2 a {
    display: block;
    font-size: 19px;
}

.shareProItem2 .txt a {
    line-height: 55px;
    font-size: 20px;
}

.shareProItem2 .link {
    line-height: 38px;
    width: 230px;
    margin: 0 auto;
}

.shareProItem2 .link a {
    float: left;
    color: #faddb2;
    width: 110px;
    font-size: 18px;
}

.shareProItem2 .link a:nth-child(1) {
    width: 120px;
    text-indent: 11px;
}

.shareProItem2 a .proPic {
    width: 290px;
    height: 290px;
    vertical-align: middle;
}

.shareProItem2 a:hover {
}

.proShow .right .content .r_1 .sub_right .canShu .proName {
    font-size: 0.9rem;
    font-weight: bold;
    color: #1c4a89;
    line-height: 1.5rem;
    margin: 0;
    background: url(/template/images/psTitle.png?v=3) no-repeat center left;
    background-size: 0.7rem 1.6rem;
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.1rem;
    padding-top: 0.5rem;
    margin-bottom: 0.3rem;
}

.proShow .right .content .r_1 .sub_right .canShu {
}

.proShow .right .content .r_1 .sub_right .bt .dl_5 .s_right .shareTel {
    background-size: 38px;
    padding-left: 48px;
    line-height: 150%;
    */ min-height: 51px;
    min-height: 49px;
    letter-spacing: 2px;
}

.proShow .right .content .r_1 .sub_right .bt .dl_5 .s_right .shareTel .s1 {
    font-size: 15px;
    letter-spacing: 1px;
}

.proShow .right .content .r_1 .sub_right .bt .dl_5 .s_right .shareTel .s2 {
    font-size: 23px;
}

.proShow .right .content .r_1 .sub_right .bt .s_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.proShow .right .content .r_1 .clear .sub_right .bt .s_left img {
    display: block;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 0px 3px 10px #ccc;
    border-radius: 5px;
}

.proShow .right .content .kuang {
    background: url(/template/images/wap_tiShi.jpg?v=3) no-repeat center top;
    background-size: 108% auto;
    min-height: 10.3rem;
    font-size: 0.6rem;
    color: #666;
}

.proShow .right .content .kuang .one {
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding-top: 41px;
    letter-spacing: 16px;
    padding-left: 16px;
}

.proShow .right .content .kuang .two {
    padding: 0 3%;
    line-height: 190%;
    padding-top: 3.5rem;
    text-align: justify;
}

.proShow .right .content .kuang .two strong {
    font-size: 0.8rem;
    vertical-align: top;
}

.proShow .right .content .show_1 {
    background: url(/template/images/show_01.jpg?v=3) no-repeat center top;
    min-height: 599px;
    padding-top: 40px;
}

.proShow .right .content .show_1 .one {
    text-align: center;
    font-weight: bold;
}

.proShow .right .content .show_1 .one .showUL {
    line-height: 87px;
    background: url(/template/images/wenHao.png?v=3) no-repeat center right;
    display: inline-block;
    padding: 30px 0;
    padding-right: 122px;
    padding-bottom: 45px;
}

.proShow .right .content .show_1 .one .showUL li:nth-child(1) {
    font-size: 52px;
}

.proShow .right .content .show_1 .one .showUL li:nth-child(2) {
    font-size: 88px;
}

.proShow .right .content .show_1 .one .showUL li {
    color: #2055c7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0072dc), to(#254595));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .right .content .show_1 .two {
    padding-top: 63px;
    width: 895px;
    margin-left: 54px;
    line-height: 220%;
}

.proShow .right .content .show_1 .two .showUL_2 {
}

.proShow .right .content .show_1 .two .showUL_2 li {
    font-size: 20px;
    font-weight: bold;
    color: #ffe3b4;
    float: left;
    text-align: center;
    width: 20%;
}


.proShow .right .content .show_1 .two .showUL_2 li:nth-child(2),.proShow .right .content .show_1 .two .showUL_2 li:nth-child(4) {
    width: 18%;
}

.proShow .right .content .show_1 .two .showUL_2 li:nth-child(3) {
    width: 23%;
}

.proShow .right .content .show_1 .two .showUL_2 li:nth-child(5) {
    width: 21%;
}

.proShow .right .content .show_2 {
    background: url(/template/images/bj11.jpg?v=3) no-repeat center top;
    padding-top: 86px;
    min-height: 558px;
}

.proShow .right .content .show_3 {
    background: url(/template/images/bj10.jpg?v=3) no-repeat center top;
    padding-top: 83px;
    min-height: 600px;
}

.proShow .right .content .show_2 .one {
    font-size: 25px;
    text-align: center;
    line-height: 120%;
}

.proShow .right .content .show_2 .one .showUL {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #2055c7;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0072dc), to(#254595));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 43px;
}

.proShow .right .content .show_2 .two {
    text-align: center;
    font-size: 29px;
}

.proShow .right .content .show_2 .two .three {
    position: relative;
}

.proShow .right .content .show_2 .three {
    position: relative;
    text-align: center;
    line-height: 180%;
}

.proShow .right .content .show_2 .three span {
    position: absolute;
    font-size: 18px;
    color: #b70606;
    font-weight: bold;
}

.proShow .right .content .show_2 .three .s1 {
    top: 68px;
    left: 233px;
}

.proShow .right .content .show_2 .three .s2 {
    top: 75px;
    left: 583px;
}

.proShow .right .content .show_2 .three .s3 {
    top: 183px;
    left: 128px;
}

.proShow .right .content .show_2 .three .s4 {
    top: 193px;
    left: 720px;
}

.proShow .right .content .show_2 .three .s5 {
    top: 348px;
    left: 173px;
}

.proShow .right .content .show_2 .three .s6 {
    top: 355px;
    left: 687px;
}

.proShow .right .content .show_2 .three .s7 {
    top: 346px;
    left: 842px;
}

.proShow .right .content .show_2 .three .s8 {
    top: 200px;
    left: 895px;
}

.xgBox2 {
    padding: 0 40px;
    padding-top: 53px;
}

.xgBox2 .xgTitle {
    line-height: 53px;
}

.xgBox2 .xgTitle .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xg_01.png?v=3) no-repeat center left;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.xgBox2 .xgTitle .sub_right {
}

.xgBox2 .xgTitle .sub_right a {
    color: #d50404;
    font-size: 16px;
}

.xgBox2 .xgTitle .sub_left span {
    font-size: 18px;
    position: relative;
    top: 2px;
}

.xgNew2 {
}

.xgNew2 li {
    float: left;
    width: 283px;
    margin-right: 26px;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.xgNew2 li:nth-child(3) {
    margin-right: 0;
}

.xgNew2 li .one {
}

.xgNew2 li .two {
    text-align: center;
    line-height: 41px;
    font-size: 17px;
    padding: 0 10px;
    padding-bottom: 1px;
}

.xgNew2 li .one img {
    display: block;
}

.xgBox2 .xgContent {
    padding-top: 12px;
}

.xgNew3 li {
    float: left;
    width: 283px;
    margin-right: 26px;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    padding-bottom: 20px;
}

.xgNew3 li:nth-child(3) {
    margin-right: 0;
}

.xgNew3 li a {
    font-size: 17px;
}

.xgNew3 li .one {
}

.xgNew3 li .one img {
    display: block;
}

.xgNew3 li .two {
    color: #aaa;
    padding: 0 13px;
    padding-top: 13px;
}

.xgNew3 li .three {
    line-height: 150%;
    padding: 13px;
    text-align: justify;
    min-height: 50px;
}

.xgNew3 li .four {
    font-size: 12px;
    color: #666;
    padding-top: 10px;
}

.xgNew3 li .four dd {
    float: left;
}

.xgNew3 li .four dd:nth-child(3) {
    float: right;
}

.xgNew3 li .four .dl_8 {
    width: 92%;
    margin: 0 4%;
}

.xgNew3 li .four dd:nth-child(1) {
    padding-left: 16px;
    background: url(/template/images/xgIco_01.png?v=3) no-repeat center left;
    padding-right: 15px;
}

.xgNew3 li .four dd:nth-child(2) {
    padding-left: 16px;
    background: url(/template/images/xgIco_02.png?v=3) no-repeat center left;
}

.shiLi {
    min-height: 1018px;
    background: url(/template/images/shiLi.jpg?v=3) no-repeat center top;
    padding-top: 6px;
}

.shiLi .content {
    padding-top: 32px;
}

.shiLi .content .ul_1 {
}

.shiLi .content .ul_1 li {
    float: left;
    width: 383px;
    min-height: 221px;
    text-align: center;
    margin-right: 74px;
    margin-bottom: 42px;
}

.shiLi .content .ul_1 li .one {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    padding-top: 40px;
}

.shiLi .content .ul_1 li .two {
    font-size: 18px;
    padding: 0 45px;
    padding-top: 52px;
    text-align: left;
    line-height: 150%;
}

.shiLi .content .ul_1 li:nth-child(3),.shiLi .content .ul_1 li:nth-child(6),.shiLi .content .ul_1 li:nth-child(9) {
    margin-right: 0;
}

.shiLi .content .ul_1 li:nth-child(1) .one {
    padding-right: 5px;
}

.shiLi .content .ul_1 li:nth-child(2) .one {
    padding-left: 5px;
}

.shiLi .content .ul_1 li:nth-child(4) .one {
    padding-right: 8px;
}

.shiLi .content .ul_1 li:nth-child(5) .one {
    padding-left: 5px;
}

.shiLi .content .ul_1 li:nth-child(7) .one {
    padding-right: 7px;
}

.shiLi .content .ul_1 li:nth-child(8) .one {
    padding-left: 4px;
}

.liuCheng {
    min-height: 639px;
    background: url(/template/images/lc.jpg?v=3) no-repeat center top;
    padding-top: 83px;
}

.liuCheng .content {
    padding-top: 308px;
}

.liuCheng .content li {
    float: left;
    color: #0158ad;
    font-size: 20px;
    width: 16.66666%;
    font-weight: bold;
    text-align: center;
    line-height: 38px;
}

.shiLi2 {
    min-height: 345px;
    background: url(/template/images/shili2.jpg?v=3) no-repeat center top;
    padding-top: 90px;
}

.foot2 .f_feedback {
    margin-bottom: 80px;
}

.in_heZuo {
}

.in_heZuo .line_1 {
    min-height: 397px;
    background: url(/template/images/hz_02.jpg?v=3) no-repeat center top;
}

.in_heZuo .line_1 li {
    float: left;
    width: 272px;
    padding-top: 135px;
    text-align: center;
    margin-right: 69px;
    color: #184174;
    text-shadow: 0px 0px 9px #fff;
}

.in_heZuo .line_1 li .one {
    font-size: 28px;
    font-weight: bold;
}

.in_heZuo .line_1 li .two {
    font-size: 18px;
    padding-top: 13px;
}

.in_heZuo .line_1 li:nth-child(4) {
    margin-right: 0;
}

.in_heZuo .line_1 li:nth-child(3) {
    margin-right: 65px;
}

.in_heZuo .line_2 {
    min-height: 766px;
    background: url(/template/images/hz_03.jpg?v=3) no-repeat center top;
    padding-top: 18px;
}

.in_heZuo .line_2 .content {
    padding-top: 30px;
    font-size: 17px;
    font-weight: bold;
}

.in_heZuo .line_2 .content li {
    float: left;
    width: 293px;
    text-align: center;
    margin-right: 41px;
    padding-top: 198px;
    line-height: 40px;
    padding-bottom: 7px;
    margin-bottom: 31px;
}

.in_heZuo .line_2 .content li:nth-child(4),.in_heZuo .line_2 .content li:nth-child(8) {
    margin-right: 0;
}

.in_heZuo .line_2 .content li font {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_heZuo .line_3 {
    min-height: 510px;
    background: url(/template/images/hz_04.jpg?v=3) no-repeat center top;
    padding-top: 41px;
}

.shareTitle .two {
}

.in_heZuo .line_3 .content {
    padding-top: 49px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #163c6d;
}

.in_heZuo .line_3 .content .ul_1 {
}

.in_heZuo .line_3 .content li {
    float: left;
    line-height: 52px;
    width: 129px;
    margin-right: 88px;
    text-align: center;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(1) {
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(2) {
    margin-right: 66px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(3) {
    margin-right: 85px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(4) {
    margin-right: 91px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(5) {
    margin-right: 79px;
}

.in_heZuo .line_3 .content .ul_1 li:nth-child(6) {
}

.in_heZuo .line_3 .content .ul_2 {
    padding-top: 149px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(1) {
    margin-left: 99px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(2) {
    margin-right: 76px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(3) {
    margin-right: 95px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(4) {
    margin-right: 81px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(5) {
    margin-right: 86px;
}

.in_heZuo .line_3 .content .ul_2 li:nth-child(6) {
    margin-right: 0;
}

.in_heZuo .line_3 .content .ul_2 li {
    margin-right: 81px;
}

.in_heZuo .line_4 {
    min-height: 2654px;
    background: url(/template/images/hz_05.jpg?v=3) no-repeat center top;
    padding-top: 49px;
}

.in_heZuo .line_4 .content {
    padding-top: 81px;
}

.in_heZuo .line_4 .content .one {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 130px;
}

.in_heZuo .line_4 .content .one span {
    font-size: 35px;
    color: #db0b13;
    padding: 0 7px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a60505));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_heZuo .line_4 .content .two {
    font-size: 18px;
    padding-top: 35px;
    line-height: 39px;
    padding-left: 17px;
}

.in_heZuo .line_4 .content .two span {
    color: #e62129;
}

.in_heZuo .line_4 .content .two .link {
    padding-top: 3px;
}

.in_heZuo .line_4 .content .two .link a {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 2px #555;
    line-height: 30px;
    width: 130px;
    text-align: center;
    display: block;
}

.in_heZuo .line_4 .content .box_1 {
    padding-top: 0;
    padding-left: 15px;
    min-height: 300px;
}

.in_heZuo .line_4 .content .box_2 {
    padding-left: 700px;
    padding-top: 36px;
    min-height: 290px;
}

.in_heZuo .line_4 .content .box_2 .one {
    padding-left: 68px;
}

.in_heZuo .line_4 .content .box_2 .two {
    padding-top: 20px;
}

.in_heZuo .line_4 .content .box_3 {
    padding-top: 45px;
    padding-left: 4px;
    width: 690px;
    min-height: 339px;
}

.in_heZuo .line_4 .content .box_3 .one {
    padding-left: 126px;
}

.in_heZuo .line_4 .content .box_3 .two {
    padding-left: 23px;
}

.in_heZuo .line_4 .content .box_4 {
    padding-left: 673px;
    padding-top: 12px;
    min-height: 303px;
}

.in_heZuo .line_4 .content .box_4 .one {
    padding-left: 70px;
}

.in_heZuo .line_4 .content .box_4 .two {
    padding-top: 23px;
    padding-left: 34px;
}

.in_heZuo .line_4 .content .box_5 {
    padding-top: 18px;
    padding-left: 5px;
    width: 690px;
    min-height: 340px;
}

.in_heZuo .line_4 .content .box_5 .one {
    padding-left: 123px;
}

.in_heZuo .line_4 .content .box_5 .two {
    padding-left: 23px;
}

.in_heZuo .line_4 .content .box_6 {
    padding-left: 673px;
    padding-top: 12px;
    min-height: 331px;
}

.in_heZuo .line_4 .content .box_6 .one {
    padding-left: 72px;
}

.in_heZuo .line_4 .content .box_6 .two {
    padding-left: 30px;
    padding-top: 17px;
}

.in_heZuo .line_4 .content .box_7 {
    padding-top: 12px;
    width: 690px;
    min-height: 321px;
}

.in_heZuo .line_4 .content .box_7 .one {
}

.in_heZuo .line_4 .content .box_7 .two {
    padding-left: 27px;
}

.in_heZuo .line_4 .content .one strong {
    font-size: 25px;
}

.in_heZuo .line_4 .content .box_8 {
    padding-top: 38px;
    font-size: 17px;
    letter-spacing: 1px;
    width: 383px;
    margin-left: 461px;
}

.in_heZuo .line_4 .content .box_8 .s2 {
    font-size: 35px;
    font-family: Impact;
    color: #194477;
}

.in_heZuo .line_4 .content .box_8 .sub_left {
    padding-left: 73px;
    padding-top: 2px;
    line-height: 180%;
}

.in_heZuo .line_4 .content .box_8 .sub_left a {
    color: #fff;
    font-weight: bold;
}

.in_heZuo .line_4 .content .box_8 .sub_right {
    padding-top: 2px;
}

.in_heZuo .line_4 .content .box_8 .sub_right a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    width: 67px;
    display: block;
    text-align: center;
    min-height: 66px;
    padding-top: 7px;
    padding-left: 1px;
}

.in_jiShu {
}

.in_jiShu .line_1 {
    min-height: 1489px;
    background: url(/template/images/jiShu_02.jpg?v=3) no-repeat center top;
    padding-top: 66px;
}

.in_jiShu .line_1 .content {
    padding-top: 60px;
}

.in_jiShu .line_1 .content .one {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 113px;
}

.in_jiShu .line_1 .content .one span {
    font-size: 35px;
    color: #db0b13;
    padding: 0 7px;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a60505));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_jiShu .line_1 .content .two {
    font-size: 18px;
    padding-top: 35px;
    line-height: 39px;
    padding-left: 17px;
}

.in_jiShu .line_1 .content .two span {
    color: #e62129;
}

.in_jiShu .line_1 .content .two .link {
    padding-top: 3px;
}

.in_jiShu .line_1 .content .two .link a {
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 2px #555;
    line-height: 30px;
    width: 130px;
    text-align: center;
    display: block;
}

.in_jiShu .line_1 .content .box_1 {
    padding-top: 0;
    padding-left: 11px;
    min-height: 300px;
}

.in_jiShu .line_1 .content .box_2 {
    padding-left: 629px;
    padding-top: 49px;
    min-height: 290px;
}

.in_jiShu .line_1 .content .box_2 .one {
    padding-left: 107px;
}

.in_jiShu .line_1 .content .box_2 .two {
    padding-top: 23px;
    padding-left: 61px;
}

.in_jiShu .line_1 .content .box_3 {
    padding-top: 33px;
    padding-left: 0px;
    width: 690px;
    min-height: 309px;
}

.in_jiShu .line_1 .content .box_3 .one {
    padding-left: 126px;
}

.in_jiShu .line_1 .content .box_3 .two {
    padding-left: 23px;
}

.in_jiShu .line_1 .content .box_4 {
    padding-left: 663px;
    padding-top: 12px;
    min-height: 303px;
}

.in_jiShu .line_1 .content .box_4 .one {
    padding-left: 76px;
}

.in_jiShu .line_1 .content .box_4 .two {
    padding-top: 23px;
    padding-left: 34px;
}

.in_jiShu .line_1 .content .box_5 {
    padding-top: 18px;
    padding-left: 5px;
    width: 690px;
    min-height: 340px;
}

.in_jiShu .line_1 .content .box_5 .one {
    padding-left: 123px;
}

.in_jiShu .line_1 .content .box_5 .two {
    padding-left: 23px;
}

.in_jiShu .line_1 .content .box_6 {
    padding-left: 673px;
    padding-top: 12px;
    min-height: 331px;
}

.in_jiShu .line_1 .content .box_6 .one {
    padding-left: 72px;
}

.in_jiShu .line_1 .content .box_6 .two {
    padding-left: 30px;
    padding-top: 17px;
}

.in_jiShu .line_1 .content .box_7 {
    padding-top: 12px;
    width: 690px;
    min-height: 321px;
}

.in_jiShu .line_1 .content .box_7 .one {
}

.in_jiShu .line_1 .content .box_7 .two {
    padding-left: 27px;
}

.in_jiShu .line_1 .content .one strong {
    font-size: 25px;
}

.in_jiShu .line_1 .content .box_8 {
    padding-top: 38px;
    font-size: 17px;
    letter-spacing: 1px;
    width: 383px;
    margin-left: 461px;
}

.in_jiShu .line_1 .content .box_8 .s2 {
    font-size: 35px;
    font-family: Impact;
    color: #194477;
}

.in_jiShu .line_1 .content .box_8 .sub_left {
    padding-left: 73px;
    padding-top: 2px;
    line-height: 180%;
}

.in_jiShu .line_1 .content .box_8 .sub_left a {
    color: #fff;
    font-weight: bold;
}

.in_jiShu .line_1 .content .box_8 .sub_right {
    padding-top: 2px;
}

.in_jiShu .line_1 .content .box_8 .sub_right a {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 3px;
    width: 67px;
    display: block;
    text-align: center;
    min-height: 66px;
    padding-top: 7px;
    padding-left: 1px;
}

.in_jiShu .line_2 {
    min-height: 1150px;
    background: url(/template/images/jiShu_03.jpg?v=3) no-repeat center top;
    padding-top: 38px;
}

.in_jiShu .line_2 .content {
    padding-top: 33px;
}

.in_jiShu .line_2 .content li {
    float: left;
    width: 607px;
    margin-right: 86px;
    font-size: 18px;
    min-height: 450px;
    margin-bottom: 10px;
}

.in_jiShu .line_2 .content li .one {
    height: 251px;
    position: relative;
    margin-bottom: 23px;
}

.in_jiShu .line_2 .content li .one img {
    width: 607px;
    height: 251px;
    display: block;
}

.in_jiShu .line_2 .content li span,.in_jiShu .line_2 .content li strong {
    font-weight: bold;
    font-size: 21px;
    color: #184174;
}

.in_jiShu .line_2 .content li .four {
    line-height: 180%;
}

.in_jiShu .line_2 .content li .three {
    padding: 13px 0;
}

.in_jiShu .line_2 .content li:nth-child(2),.in_jiShu .line_2 .content li:nth-child(4) {
    margin-right: 0;
}

.in_jiShu .line_2 .content a.more {
    font-weight: bold;
    color: #184174;
    font-size: 18px;
    display: inline-block;
    line-height: 43px;
    width: 189px;
}

.in_jiShu .line_2 .content li:nth-child(3), .in_jiShu .line_2 .content li:nth-child(4) {
    margin-bottom: 0;
}

.in_jiShu .line_2 .content .link {
    padding-top: 4px;
    text-align: center;
    padding-right: 26px;
}

.in_jiShu .line_3 {
    min-height: 742px;
    background: url(/template/images/jiShu_04.jpg?v=3) no-repeat center top;
    padding-top: 48px;
}

.in_jiShu .line_3 .content {
    padding-top: 24px;
}

.in_jiShu .line_3 .content li {
    float: left;
    width: 318px;
    text-align: center;
}

.in_jiShu .line_3 .content li .one {
    font-size: 20px;
    padding-top: 17px;
    line-height: 39px;
}

.in_jiShu .line_3 .content li .one strong {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_jiShu .line_3 .content li:nth-child(1),.in_jiShu .line_3 .content li:nth-child(2) {
    padding-top: 75px;
    margin-right: 121px;
}

.in_jiShu .line_3 .content li:nth-child(2) {
    margin-right: 153px;
}

.in_jiShu .line_3 .content li:nth-child(3) {
    width: 388px;
}

.in_jiShu .line_3 .content li:nth-child(3) .one {
    padding-top: 13px;
}

.in_jiShu .line_3 .content li:nth-child(3) .two {
    padding-top: 157px;
}

.in_jiShu .line_3 .content li:nth-child(3) dd {
    margin-bottom: 10px;
    min-height: 255px;
}

.in_jiShu .line_3 .content li:nth-child(3) dd:nth-child(2) .two {
    line-height: 130%;
    padding: 0 30px;
    padding-top: 147px;
}

.in_jiShu .line_4 {
    min-height: 611px;
    background: url(/template/images/jiShu_05.jpg?v=3) no-repeat center top;
    padding-top: 4px;
}

.in_jiShu .line_4 .content {
    padding-top: 30px;
}

.in_jiShu .line_4 .content .left {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 800px;
    line-height: 150%;
}

.in_jiShu .line_4 .content .left strong {
    color: #245a9d;
}

.in_jiShu .line_4 .content .left .s1 {
    position: absolute;
    top: 64px;
    left: 11px;
}

.in_jiShu .line_4 .content .left .s2 {
    position: absolute;
    top: 74px;
    left: 534px;
}

.in_jiShu .line_4 .content .left .s3 {
    position: absolute;
    top: 228px;
    left: 160px;
}

.in_jiShu .line_4 .content .left .s4 {

    position: absolute;
    top: 252px;
    left: 558px;
}

.in_jiShu .line_4 .content .left .s5 {
    position: absolute;
    top: 311px;
    left: 410px;
}

.in_jiShu .line_4 .content .right {
    font-size: 18px;
    width: 437px;
    padding-top: 25px;
}

.in_jiShu .line_4 .content .right dd {
    margin-bottom: 50px;
}

.in_jiShu .line_4 .content .right dd .one {
    font-weight: bold;
    font-size: 19px;
    color: #db0b13;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a60505));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

.in_jiShu .line_4 .content .right dd .two {
    line-height: 190%;
    padding-left: 3px;
}

.in_jiShu .line_4 .content .right dd .two span {
    font-weight: bold;
}

.in_jiShu .line_4 .content .right dd .two div {
    padding-left: 20px;
    background: url(/template/images/xing.png?v=3) no-repeat;
    background-position-y: 10px;
}

.in_jiShu .line_5 {
    min-height: 705px;
    background: url(/template/images/jiShu_06.jpg?v=3) no-repeat center top;
    padding-top: 48px;
}

.in_jiShu .line_5 .content {
    padding-top: 46px;
    padding-left: 257px;
    letter-spacing: 1px;
}

.in_jiShu .line_5 .content li {
    font-size: 24px;
    font-weight: bold;
    color: #184173;
    line-height: 114px;
    padding-bottom: 3px;
}

.in_jiShu .line_6 {
    min-height: 611px;
    background: url(/template/images/jiShu_07.jpg?v=3) no-repeat center top;
    padding-top: 66px;
}

.in_jiShu .line_6 .content {
    padding-top: 30px;
}

.in_jiShu .line_6 .content li {
    float: left;
    width: 638px;
    margin-right: 23px;
    text-indent: 60px;
    line-height: 78px;
    min-height: 228px;
}

.in_jiShu .line_6 .content li .one {
    font-weight: bold;
    font-size: 21px;
    color: #184174;
    padding-bottom: 12px;
}

.in_jiShu .line_6 .content li .one strong {
    color: #000;
}

.in_jiShu .line_6 .content li .two {
    font-size: 19px;
    background: url(/template/images/xing.png?v=3) no-repeat center left;
    background-position-x: 64px;
    text-indent: 86px;
}

.in_jiShu .line_6 .content li:nth-child(2),.in_jiShu .line_6 .content li:nth-child(4) {
    margin-right: 0;
    width: 483px;
    padding-left: 155px;
}

.in_jiShu .line_7 {
    min-height: 995px;
    background: url(/template/images/jiShu_08.jpg?v=3) no-repeat center top;
    padding-top: 74px;
}

.in_jiShu .line_7 .content {
    padding: 0 65px;
    padding-top: 49px;
    font-size: 20px;
    font-weight: bold;
}

.in_jiShu .line_7 .content li {
    float: left;
    width: 234px;
    margin-right: 151px;
    text-align: center;
    line-height: 90px;
}

.in_jiShu .line_7 .content li:nth-child(2) {
    width: 273px;
    line-height: 66px;
    color: #184174;
}

.in_jiShu .line_7 .content li:nth-child(3) {
    margin-right: 0;
    width: 319px;
    padding-top: 27px;
    line-height: 95px;
}

.in_jiShu .line_7 .content li:nth-child(1) {
    padding-top: 27px;
}

.in_jiShu .line_7 .content li div {
    padding-bottom: 101px;
}

.in_jiShu .line_7 .content li .s2 {
    padding-bottom: 137px;
}

.in_jiShu .line_7 .content li:nth-child(2) div {
    padding-bottom: 15px;
}

.in_jiShu .line_7 .content li:nth-child(2) .s2 {
    padding-bottom: 37px;
}

.in_jiShu .line_7 .content li:nth-child(2) .s4 {
    padding-bottom: 41px;
}

.in_jiShu .line_7 .content li:nth-child(3) div {
    padding-bottom: 90px;
}

.in_jiShu .line_7 .content li:nth-child(3) .s2 {
    padding-bottom: 85px;
}

.in_jiShu .line_7 .content li:nth-child(3) .s3 {
    padding-bottom: 43px;
}

.in_jiShu .line_7 .content li:nth-child(3) .s4 {
    padding-bottom: 45px;
}

.in_jiShu .line_7 .content li span {
    line-height: normal;
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.in_jiShu .line_7 .content li:nth-child(3) .s5 {
    padding-bottom: 0;
}

.in_jiShu .line_8 {
    min-height: 601px;
    background: url(/template/images/jiShu_09.jpg?v=3) no-repeat center top;
    padding-top: 25px;
}

.in_jiShu .line_9 {
    min-height: 851px;
    background: url(/template/images/jiShu_10.jpg?v=3) no-repeat center top;
    padding-top: 52px;
    margin-bottom: 40px;
}

.in_jiShu .line_9 .content {
    padding-top: 37px;
}

.in_jiShu .line_9 .content li {
    float: left;
    width: 386px;
    margin-right: 71px;
    min-height: 176px;
    padding-bottom: 36px;
}

.in_jiShu .line_9 .content li dd.s_left {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    width: 87px;
    text-align: center;
    padding-top: 8px;
    padding-right: 12px;
}

.in_jiShu .line_9 .content li dd.s_right {
    font-size: 17px;
    display: table-cell;
    padding-right: 11px;
    height: 81px;
    vertical-align: middle;
    width: 273px;
    float: none;
}

.in_jiShu .line_9 .content li .dl_3 {
    padding-top: 95px;
}

.in_jiShu .line_9 .content li:nth-child(3), .in_jiShu .line_9 .content li:nth-child(6),.in_jiShu .line_9 .content li:nth-child(9) {
    margin-right: 0;
}

.in_jiShu .line_9 .content li:nth-child(2) {
}

.in_jiShu .line_9 .content li:nth-child(2) dd.s_left, .in_jiShu .line_9 .content li:nth-child(5) dd.s_left,.in_jiShu .line_9 .content li:nth-child(8) dd.s_left {
    padding-left: 6px;
}

.in_jiShu .line_9 .content li:nth-child(3) dd.s_left,.in_jiShu .line_9 .content li:nth-child(6) dd.s_left,.in_jiShu .line_9 .content li:nth-child(9) dd.s_left {
    padding-left: 4px;
}

.in_jiShu .line_9 .content li:nth-child(7) .dl_3 .s_left, .in_jiShu .line_9 .content li:nth-child(8) .dl_3 .s_left, .in_jiShu .line_9 .content li:nth-child(9) .dl_3 .s_left {
    padding-top: 13px;
}

.in_jiShu .line_9 .content li:nth-child(8) {
}

.in_jiShu .line_8 .content {
    padding-top: 30px;
}

.in_jiShu .line_8 .content li {
    float: left;
    border-left: 1px solid #e0b554;
    border-top: 1px solid #e0b554;
}

.in_jiShu .line_8 .content li a {
    width: 215px;
    display: block;
    line-height: 51px;
    font-size: 17px;
    text-indent: 27px;
    background: url(/template/images/gou.png?v=3) no-repeat center left;
    background-position-x: 9px;
    letter-spacing: 1px;
}

.in_jiShu .line_8 .content .ul_1 {
    border-right: 1px solid #e0b554;
    border-bottom: 1px solid #e0b554;
    background: url(/template/images/k8.png?v=3) no-repeat right bottom;
}

.in_jiShu .line_8 .content li:hover {
    background: url(/template/images/hover5.png?v=3) repeat-y;
    background-size: 100% auto;
}

.in_jiShu .line_8 .content li:hover a {
    font-weight: bold;
    color: #184174;
}

.in_jiShu .line_8 .content li:nth-child(6) a,.in_jiShu .line_8 .content li:nth-child(12) a,.in_jiShu .line_8 .content li:nth-child(18) a,.in_jiShu .line_8 .content li:nth-child(24) a,.in_jiShu .line_8 .content li:nth-child(30) a,.in_jiShu .line_8 .content li:nth-child(36) a,.in_jiShu .line_8 .content li:nth-child(42) a,.in_jiShu .line_8 .content li:nth-child(48) a,.in_jiShu .line_8 .content li:nth-child(54) a,.in_jiShu .line_8 .content li:nth-child(60) a {
    width: 219px;
}

.in_jiShu .line_8 .content li.last a {
    color: #dd0e0e;
}

.in_contact {
    padding-top: 1rem;
    color: #333;
}

.in_contact .inLine_1 {
    min-height: 1211px;
    background: url(/template/images/about_01.jpg?v=3) no-repeat center top;
}

.in_contact .inLine_1 .box_1 {
    font-size: 23px;
    color: #122c51;
    font-family: Impact;
    padding-left: 814px;
    padding-top: 283px;
    letter-spacing: 1px;
    line-height: 35px;
}

.in_contact .inLine_1 .box_2 {
    padding-top: 217px;
}

.in_contact .inLine_1 .box_2 .content {
    padding-top: 30px;
}

.in_contact .inLine_1 .box_2 .content li.left {
    width: 500px;
    padding-left: 56px;
    color: #204985;
}

.in_contact .inLine_1 .box_2 .content li.right {
    width: 720px;
}

.in_contact .inLine_1 .box_2 .content li.left .one {
    color: #204985;
    letter-spacing: 2px;
}

.in_contact .inLine_1 .box_2 .content li.left .one .cn {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}

.in_contact .inLine_1 .box_2 .content li.left .one .en {
    font-size: 12px;
    transform: scale(0.93);
    transform-origin: left;
    letter-spacing: 0;
}

.in_contact .inLine_1 .box_2 .content li.left .two {
    padding-top: 28px;
}

.in_contact .inLine_1 .box_2 .content li.left .two .shareTel {
    background: none;
    color: #204985;
    line-height: 220%;
}

.in_contact .inLine_1 .box_2 .content li.left .two .shareTel .s1 {
    font-size: 16px;
}

.in_contact .inLine_1 .box_2 .content li.left .two .shareTel .s2 {
    font-size: 29px;
}

.in_contact .inLine_1 .box_2 .content li.left .three {
    padding-top: 34px;
    line-height: 33px;
    font-size: 18px;
    padding-left: 42px;
}

.in_contact .inLine_1 .box_2 .content li.left .four {
    color: #fff;
    font-size: 16px;
    padding-top: 21px;
}

.in_contact .inLine_1 .box_2 .content li.left .four a {
    color: #fff;
    display: inline-block;
    line-height: 45px;
    width: 130px;
    text-align: center;
    text-indent: 23px;
    margin-right: 7px;
}

.in_contact .inLine_1 .box_2 .content li.left .four a:nth-child(2) {
    padding-top: 1px;
}

.in_contact .inLine_2 {
}

.in_contact .inLine_2 .about {
    padding: 27px 0;
    background: url(/template/images/about_02.jpg?v=3) no-repeat center top;
    min-height: 1178px;
}

.in_contact .inLine_3 {
    min-height: 808px;
    background: url(/template/images/about_04.jpg?v=3) no-repeat center top;
    padding-top: 20px;
}

.in_contact .inLine_4 {
    min-height: 813px;
    background: url(/template/images/about_05.jpg?v=3) no-repeat center top;
    padding-top: 61px;
}

.in_contact .inLine_5 {
    min-height: 595px;
    background: url(/template/images/about_06.jpg?v=3) no-repeat center top;
    padding-top: 59px;
}

.in_contact .inLine_6 {
    min-height: 1013px;
    background: url(/template/images/about_07.jpg?v=3) no-repeat center top;
    padding-top: 58px;
}

.typeNav.newNav {
    -moz-box-shadow: 1px 1px 8px #eee;
    -webkit-box-shadow: 1px 1px 8px #eee;
    box-shadow: 1px 1px 8px #eee;
    border: 1px solid #fff0db;
}

.typeNav.newNav .left_Title {
    background: url(/template/images/newTitle.jpg?v=3) no-repeat center top;
}

.typeNav.newNav .content {
    padding: 0 18px;
}

.typeNav.newNav .bigNav {
    text-align: left;
    padding-left: 10px;
    padding-top: 23px;
    margin-bottom: 23px;
}

.typeNav.newNav .content .bigNav:nth-child(1) a .cn, .newShow .typeNav.newNav .content .bigNav a .cn {
    background: url(/template/images/l_nav2.png?v=3) no-repeat right center;
}

.typeNav.newNav .left_Title .box {
    padding-left: 77px;
    padding-bottom: 7px;
}

.typeNav.newNav .content .smallNav.currentNav a, .typeNav.newNav .content .smallNav:hover a {
    background: none;
    display: inline-block;
    vertical-align: middle;
}

.typeNav.newNav .content .smallNav.currentNav a span , .typeNav.newNav .content .smallNav:hover a span {
    display: inline-block;
    min-width: 17px;
    height: 40px;
    vertical-align: middle;
}

.typeNav.newNav .content .smallNav.currentNav a .s1, .typeNav.newNav .content .smallNav:hover a .s1 {
    background: url(/template/images/typeNavH_01.png?v=3) no-repeat;
    background-position-y: -2px;
}

.typeNav.newNav .content .smallNav.currentNav a .s2, .typeNav.newNav .content .smallNav:hover a .s2 {
    background: url(/template/images/typeNavH_02.png?v=3) repeat-x;
    background-position-y: -2px;
}

.typeNav.newNav .content .smallNav.currentNav a .s3, .typeNav.newNav .content .smallNav:hover a .s3 {
    background: url(/template/images/typeNavH_03.png?v=3) no-repeat;
    background-position-y: -2px;
}

.typeNav.newNav .bigNav:nth-child(1) {
    margin-bottom: 7px;
}

.newShareList .L2_UL .sub_right .three dd.s_left {
    padding-left: 16px;
}

.newShareList .L2_UL .sub_right .three dd.s_left a {
    color: #888;
}

.newShareList .L2_UL .sub_right .four {
    font-size: 14px;
    color: #666;
    padding-top: 25px;
    padding-left: 30px;
}

.newShareList .L2_UL:nth-child(4) .sub_right {
    padding-bottom: 13px;
}

.in_new .center .ul_1.clear .right .r_box .r_Hot {
    padding-bottom: 70px;
}

.in_new .center .ul_1.clear .right .r_box .sTitle {
    font-size: 24px;
    padding-left: 10px;
    border-left: 4px solid #cb0010;
    line-height: 30px;
    margin-bottom: 23px;
}

.prev_next li {
    display: block;
    width: 100%;
    margin: 0.3rem 0;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.3rem;
    background: #f8f8f8;
    font-size: 0.65rem;
    line-height: 2rem;
    background-size: 0.55rem auto;
    max-width: 98%;
    padding: 0 1%;
}

.xgPro .shareProItem2 {
    width: 290px;
    padding-bottom: 0;
    border: 0;
    margin-right: 23px;
}

.diQu {
    padding: 65px 0;
    margin-top: -81px;
    padding-top: 110px;
    background: url(/template/images/yd.png?v=3) no-repeat center top;
    background-position-y: 3px;
}

.diQu .left {
    width: 327px;
    padding-top: 50px;
}

.diQu .right {
    width: 916px;
}

.diQu .right .content {
    padding-top: 18px;
    font-size: 18px;
}

.diQu .right .content .line_1 {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    line-height: 34px;
    padding-left: 70px;
    font-size: 16px;
}

.diQu .right .content .line_2 {
    line-height: 38px;
    padding-left: 35px;
    background: url(/template/images/huo.png?v=3) no-repeat center left;
    padding-top: 5px;
}

.diQu .right .content .line_3 {
    padding-top: 23px;
}

.diQu .right .content .line_4 {
    padding-top: 18px;
    line-height: 200%;
}

.diQu .right .content .line_4 li {
    float: left;
    width: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #113381;
    line-height: 120%;
}

.diQu .right .content .line_4 li:nth-child(1) {
    padding-top: 180px;
}

.diQu .right .content .line_4 li:nth-child(2) {
    padding-top: 155px;
    padding-left: 64px;
}

.diQu .right .content .line_4 li:nth-child(3) {
    padding-top: 170px;
    padding-left: 65px;
}

.diQu .right .content .line_4 li:nth-child(4) {
    padding-top: 158px;
    padding-left: 65px;
}

.diQu .right .content .line_4 li:nth-child(5) {
    padding-top: 146px;
    padding-left: 68px;
}

.diQu .right .content .line_4 li:nth-child(6) {
    padding-top: 130px;
    padding-left: 68px;
}

.diQu .right .content .line_4 li:nth-child(7) {
    padding-top: 84px;
    padding-left: 68px;
}

.diQu .right .content .line_4 li:nth-child(8) {
    padding-top: 83px;
    padding-left: 65px;
}

.diQu .right .content .line_4 li:nth-child(9) {
    padding-top: 57px;
    padding-left: 63px;
}

.diQu .right .content .line_4 li:nth-child(10) {
    padding-top: 28px;
    padding-left: 64px;
}

.baoJia {
    padding: 40px 0;
    padding-bottom: 0;
}

.baoJia .title {
    text-align: center;
    padding-bottom: 26px;
}

.baoJia .title h1 {
    margin: 0;
    color: #0c1d44;
    font-size: 35px;
}

.baoJia .content {
    padding-bottom: 90px;
}

.baoJia .content table {
    border-collapse: collapse !important;
}

.baoJia .content table tr:nth-child(1) {
    color: #092d60 !important;
    font-size: 18px !important;
    background: url(/template/images/baojiao_2.png?v=3) repeat-x;
}

.baoJia .content table td {
    border: 1px solid #bc943e !important;
    text-align: center !important;
    padding: 0 16px !important;
}

.baoJia .content, .baoJia .content table td, .baoJia .content table p, .baoJia .content table span {
    font-size: 16px !important;
    letter-spacing: 1px !important;
    line-height: 180% !important;
}

.baoJia .content table p {
    margin: 0 !important;
    padding: 8px 0 !important;
}

.baoJia .content table tr:nth-child(1) td {
    font-size: 18px !important;
    height: 60px !important;
    padding: 0 !important;
    text-align: center !important;
    line-height: normal !important;
}

.baoJia .content table tr td:nth-child(3),.baoJia .content table tr td:nth-child(4),.baoJia .content table tr td:nth-child(5) {
    text-align: justify !important;
}

.baoJia .content table tr:nth-child(1) td:nth-child(3), .baoJia .content table tr:nth-child(1) td:nth-child(4), .baoJia .content table tr:nth-child(1) td:nth-child(5) {
    text-align: center !important;
}

.baoJia .kuang {
    background: url(/template/images/baojiao_3.jpg?v=3) no-repeat center top;
    min-height: 352px;
    padding: 31px;
    font-size: 18px;
    line-height: 190%;
}

.baoJia .kuang .one {
    text-align: center;
    color: #fff;
    font-size: 26px;
    padding-left: 13px;
    letter-spacing: 16px;
}

.baoJia .kuang .two {
    padding-top: 25px;
    padding-bottom: 11px;
}

.baoJia .kuang .three strong {
}

.baoJia .sBox {
    padding-left: 60px;
}

.baoJia .kuang .three {
    padding-bottom: 3px;
}

.baoJia .kuang .five {
    padding-top: 5px;
}

.baoJia .kuang .five strong {
    color: #063685;
}

.webSiteMap {
    color: #1f4072;
    font-size: 18px;
    padding-top: 110px;
    margin-top: -72px;
    background: url(/template/images/proBj2.jpg?v=3) no-repeat center top;
    background-size: cover;
}

.webSiteMap .title {
    line-height: 45px;
    text-align: right;
    font-size: 21px;
}

.webSiteMap .title a {
    width: 150px;
    display: inline-block;
    text-align: center;
    color: #1f4072;
    vertical-align: top;
    border-radius: 5px;
}

.webSiteMap .content {
    padding-top: 33px;
}

.webSiteMap .content .sTxt {
    padding: 13px 0;
    line-height: 230%;
    font-size: 20px;
    padding-bottom: 60px;
}

.webSiteMap .content .sTxt a {
    color: #1f4072;
    float: left;
    padding: 0 21px;
    background: url(/template/images/line18.png?v=3) no-repeat center right;
}

.webSiteMap .title a:hover,.webSiteMap .title a:nth-child(1) {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
    color: #fff;
}

.webSiteMap .content .sTitle {
    font-size: 28px;
    font-weight: bold;
}

.webSiteMap .content .sTitle li {
    min-height: 60px;
    min-width: 23px;
    line-height: 50px;
}

.webSiteMap .content .sTitle li:nth-child(2) {
    padding: 0 24px;
    background: url(/template/images/smNav_02.png?v=3) repeat-x;
}

.webSiteMap .content .sTitle li:nth-child(1) {
    background: url(/template/images/smNav_01.png?v=3) no-repeat;
}

.webSiteMap .content .sTitle li:nth-child(3) {
    background: url(/template/images/smNav_03.png?v=3) no-repeat;
}

.webSiteMap .content .sTitle li strong {
    color: #ffd3a8;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#fff5e6), to(#ffd3a8));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.webSiteMap .content .sTxt div.box_4 {
    padding-bottom: 0;
}

.adBottom {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    min-height: 116px;
    background: url(/template/images/adBottom.png?v=3) no-repeat center top;
    color: #fff;
    font-size: 13px;
    z-index: 300;
}

.adBottom .ul_8 {
}

.adBottom .ul_8 .l_1 {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    line-height: 160%;
    padding-top: 15px;
    width: 268px;
}

.adBottom .ul_8 .l_2 {
    font-size: 17px;
    padding-top: 5px;
    line-height: 180%;
    width: 610px;
}

.adBottom .ul_8 .l_3 {
    padding-left: 20px;
    padding-top: 22px;
    line-height: 190%;
    color: #cfd6db;
    width: 329px;
}

.adBottom .ul_8 .l_4 {
}

.adBottom .ul_8 .l_2 .one {
    padding-bottom: 1px;
}

.adBottom .ul_8 .l_2 .two {
}

.adBottom .ul_8 .l_2 .three {
    padding-top: 4px;
    line-height: 28px;
}

.adBottom .ul_8 .l_2 .three .dl_5 {
}

.adBottom .ul_8 .l_2 .three .dl_5 dd:nth-child(1) {
}

.adBottom .ul_8 .l_2 .three .dl_5 dd:nth-child(2) {
}

.adBottom .ul_8 .l_2 .three .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.adBottom .ul_8 .l_2 .three .dl_5 dd a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.adBottom .ul_8 .l_2 .two input {
    line-height: 35px;
    border: 0;
    background: none;
    width: 279px;
    padding: 0 10px;
}

.adBottom .ul_8 .l_2 .two dd {
    margin-right: 11px;
}

.adBottom .ul_8 .l_2 .three .dl_5 dd {
    width: 197px;
    text-align: center;
    margin-right: 9px;
}

.adBottom .ul_8 .l_2 .two dd:nth-child(2) {
    margin-right: 0;
}

.adBottom .ul_8 .l_4 .showNoBt {
    padding: 36px;
    padding-right: 14px;
    min-height: 38px;
    width: 15px;
    line-height: 170%;
    cursor: pointer;
}

.adBottom .ul_8 .l_2 .one span {
    color: #bc943e;
}

.adBottom .ul_8 .l_2 .three .dl_5 dd input {
    display: block;
    line-height: 26px;
    height: 26px;
    border: 0;
    background: none;
    color: #fff;
    font-weight: bold;
    width: 197px;
    text-align: center;
    vertical-align: top;
}

.showNoBt2 {
    background: url(/template/images/adBottom2.png?v=3) no-repeat center top;
    font-size: 13px;
    padding: 19px;
    padding-right: 7px;
    width: 15px;
    padding-left: 38px;
    line-height: 160%;
    cursor: pointer;
    border-radius: 8px;
    color: #fff;
    bottom: 20px;
    right: 8px;
    display: none;
    position: fixed;
    z-index: 300;
    background-size: auto 81px;
}

.noPro {
    padding: 23px 36px;
    min-height: 334px;
    font-size: 18px;
    line-height: 200%;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 6px #b7d8ec;
    -webkit-box-shadow: 1px 1px 6px #b7d8ec;
    box-shadow: 1px 1px 6px #b7d8ec;
    border-radius: 30px;
    padding-bottom: 38px;
}

.noPro .line_1 {
    padding-bottom: 50px;
}

.noPro .line_2 {
}

.t_wel .left {
}

.t_logo .ul_1 .l_2 dd {
    float: left;
    width: 48px;
    min-height: 48px;
    background: url(/template/images/box_01.png?v=3) no-repeat;
    margin-right: 13px;
    padding-left: 50px;
    line-height: 130%;
    padding-top: 1px;
}

.t_logo .ul_1 .l_1 .logo {
    width: 100%;
    max-width: 22%;
    float: left;
}

.t_logo .ul_1 .l_2 .s1 {
}

.t_logo .ul_1 .l_2 .s2 {
    background: url(/template/images/box_02.png?v=3) no-repeat;
}

.t_logo .ul_1 .l_2 .s3 {
    background: url(/template/images/box_03.png?v=3) no-repeat;
}

.t_logo .ul_1 .l_2 .s4 {
    background: url(/template/images/box_04.png?v=3) no-repeat;
}

.t_nav li:hover {
    background: #0457b6 !important;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9) !important;
    background: -o-linear-gradient(bottom, #0084ff, #054ea9) !important;
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9) !important;
    background: linear-gradient(to bottom, #0084ff, #054ea9) !important;
    color: #fff;
}

.t_nav a:hover p {
    color: #0457b7;
    font-weight: normal;
}

.t_search a {
    color: #333;
}

.guiMu {
    padding-top: 1.2rem;
}

.guiMu .sTitle {
    margin-bottom: 38px;
}

.guiMu .sTitle li {
    float: left;
    width: 248px;
    margin-right: 12px;
    min-height: 139px;
    border: 1px dotted #ccc;
    border-radius: 10px;
    text-align: center;
    background-color: #fbfbfb;
    -moz-box-shadow: 0px 1px 5px #ddd;
    -webkit-box-shadow: 0px 1px 5px #ddd;
    box-shadow: 0px 1px 5px #ddd;
}

.guiMu .sTitle li .pic {
    min-height: 50px;
}

.guiMu .sTitle li .txt {
    font-size: 22px;
    padding-top: 8px;
}

.guiMu .sTitle li:last-child {
    margin-right: 0;
}

.guiMu .sTitle li .dl_box {
    padding-top: 26px;
}

.guiMu .sTitle li:nth-child(2) .pic {
    background: url(/template/images/gmIco_02.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(3) .pic {
    background: url(/template/images/gmIco_03.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(4) .pic {
    background: url(/template/images/gmIco_04.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(5) .pic {
    background: url(/template/images/gmIco_05.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(1) .pic {
    background: url(/template/images/gmIco_01.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(1):hover .pic {
    background: url(/template/images/gmIcoH_01.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(2):hover .pic {
    background: url(/template/images/gmIcoH_02.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(3):hover .pic {
    background: url(/template/images/gmIcoH_03.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(4):hover .pic {
    background: url(/template/images/gmIcoH_04.png?v=3) no-repeat center;
}

.guiMu .sTitle li:nth-child(5):hover .pic {
    background: url(/template/images/gmIcoH_05.png?v=3) no-repeat center;
}

.guiMu .sTitle li a {
    cursor: pointer;
}

.t_search .searchBox {
    max-width: 98%;
    text-align: left;
    border: 0.05rem solid #05589d;
    border-radius: 10rem;
    overflow: hidden;
    background: #fff;
    margin: 0 0.5%;
}

.mainSC_Box {
}

.pro .content .left {
    width: 250px;
}

.pro .content .right {
    width: 1013px;
}

.pro .content .box .smallNav .s_ul li a p {
    margin: 0;
}

.pro .content .box .smallNav .s_ul li a span {
}

.pro .content .box .smallNav .s_ul li a:hover span {
    background: linear-gradient(to right, #0084ff, #054ea9);
    -webkit-background-clip: text;
    color: transparent;
}

.pro .content .ul_3 {
    padding-top: 0.3rem;
}

.shareProItem .txt {
    line-height: 1.8rem;
    font-size: 0.7rem;
    color: #333;
}

.shareProItem .link a:nth-child(2) {
    border: 0.05rem solid #05589d;
    color: #05589d;
    line-height: 1.3rem;
}

.liuCheng .content li:nth-child(1) {
    text-indent: -15px;
}

.liuCheng .content li:nth-child(2) {
    text-indent: -3px;
}

.liuCheng .content li:nth-child(3) {
}

.liuCheng .content li:nth-child(4) {
    text-indent: 13px;
}

.liuCheng .content li:nth-child(5) {
    text-indent: 16px;
}

.liuCheng .content li:nth-child(6) {
    text-indent: 21px;
}

.liuCheng .content .link {
    padding-top: 55px;
    text-align: center;
}

.liuCheng .content .link a {
    font-size: 18px;
    font-weight: bold;
    color: #e80500;
    line-height: 51px;
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    border: 1px dotted #e80500;
    border-radius: 100px;
    padding: 0 48px;
}

.youShi .shareTitle {
    padding-top: 1.1rem;
    background: url(/template/images/wap_txt_2.png?v=3) no-repeat center top;
    background-size: auto 2.1rem;
    margin-bottom: 1rem;
}

.youShi .content .two li {
}

.youShi .content .line_6 .box_6 {
    padding-left: 876px;
    padding-top: 97px;
}

.f_feedback .content {
}

.f_feedback .content .sTitle span {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f_feedback .right .one strong {
    color: #333;
    line-height: 1.38rem;
    border: 0.05rem dotted #ccc;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.39rem;
    border-radius: 0.3rem;
    margin-bottom: 0.38rem;
    font-size: 0.7rem;
}

.f_feedback .right .s1 {
    color: #fff;
    background: url(/template/images/bt8.png?v=3) no-repeat center left;
    background-size: 100% 100%;
    line-height: 1.5rem;
    text-align: center;
    padding: 0 0.5rem;
}

.f_feedback .right .s1 span {
}

.case {
    display: none;
}

.case .shareTitle {
    padding-top: 85px;
}

.case .content {
    padding-top: 38px;
}

.new {
    min-height: 560px;
    padding-bottom: 100px;
    background: url(/template/images/index_02.jpg?v=3) no-repeat center bottom;
}

.new .content {
    padding-top: 45px;
}

.new .content .sub_left {
    width: 590px;
}

.new .content .sub_right {
    width: 668px;
}

.new .content .sub_left img {
    display: block;
}

.new .content .sub_left .two a {
    font-size: 21px;
    color: #000;
    padding-top: 10px;
    line-height: 40px;
    font-weight: bold;
}

.new .content .sub_left .two a:hover {
    color: #0265ce;
}

.new .content .sub_left .three {
    color: #666;
    line-height: 150%;
    font-size: 16px;
    padding-bottom: 11px;
}

.new .content .sub_right .s_left {
    width: 229px;
}

.new .content .sub_right .s_right {
    width: 403px;
    padding-top: 10px;
    letter-spacing: 1px;
    padding-right: 15px;
}

.new .content .sub_right .item {
    min-height: 131px;
    margin-bottom: 28px;
    background: #f8f9ff;
}

.new .content .sub_right .item:hover {
}

.new .content .sub_right .item .s_left img {
    width: 229px;
    height: 131px;
}

.new .content .sub_right .s_right a.newName {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.new .content .sub_right .s_right .s2 {
    padding: 5px 0;
    color: #666;
    line-height: 150%;
    min-height: 39px;
    padding-bottom: 8px;
}

.new .content .sub_right .s_right .time {
    text-align: right;
}

.shareTitle .txt_3 img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.new .content .sub_left .four {
    line-height: 28px;
}

.new .content .sub_left .four dd {
    float: left;
    padding-left: 20px;
    color: #999;
    margin-right: 20px;
}

.new .content .sub_left .four dd:nth-child(1) {
    padding-left: 0;
}

.new .content .sub_left .four dd:nth-child(2) {
    background: url(/template/images/newIco_02.png?v=3) no-repeat center left;
}

.new .content .sub_left .four dd:nth-child(3) {
    background: url(/template/images/newIco_03.png?v=3) no-repeat center left;
}

.new .content .sub_right .item:nth-child(3) {
    margin-bottom: 0;
}

.new .content .sub_right .s_right a.newName:hover {
    color: #026cd8;
}

.new .content .sub_right .s_right .s3 {
    line-height: 25px;
}

.new .content .sub_right .s_right .s3 dd {
    float: left;
    padding-left: 20px;
    color: #999;
    margin-right: 20px;
}

.new .content .sub_right .s_right .s3 dd:nth-child(1) {
    background: url(/template/images/newIco_02.png?v=3) no-repeat center left;
}

.new .content .sub_right .s_right .s3 dd:nth-child(2) {
    background: url(/template/images/newIco_03.png?v=3) no-repeat center left;
}

.new .content .sub_right .s_right .s3 dd:nth-child(3) {
    padding-left: 0;
}

.new .content .sub_right .item img {
    display: block;
    vertical-align: middle;
}

.new .shareTitle {
    background: url(/template/images/newTxt.png?v=3) no-repeat center top;
}

.new .content .sub_right .s_right .s3 dd:nth-child(3) a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #0267d1;
    color: #0267d1;
    border-radius: 100px;
    line-height: 25px;
    padding: 0 26px;
}

.new .content .sub_left .four dd:nth-child(1) a {
    display: inline-block;
    line-height: 27px;
    padding: 0 30px;
    background: #054ea9;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #0084ff, #054ea9);
    /* Standard syntax */
    border-radius: 100px;
    color: #fff;
}

.fast .shareTitle {
    background: none;
}

.fast .shareTitle .en {
    font-size: 22px;
    padding-top: 5px;
}

.fast .shareTitle .cn {
    padding-bottom: 24px;
}

.bq p {
    display: inline-block;
}

.f_feedback .right .three .dl_3 {
}

.f_feedback .right .three .s_right {
    width: 100%;
    max-width: 33%;
    padding-right: 3.8%;
    text-align: center;
    float: right;
}

.f_contact .ul_1 .l_2 .dl_1 {
}

.f_contact .ul_1 .l_2 .dl_1 .s_right {
    padding-top: 10px;
    line-height: 180%;
}

.f_contact .ul_1 .l_2 .dl_1 .s_right .s1 {
    font-size: 18px;
}

.f_contact .ul_1 .l_2 .dl_1 .s_right .s2 {
    font-size: 28px;
    font-weight: bold;
    color: #045bbd;
}

.f_contact .ul_1 .l_2 .two .dl_3 {
}

.f_contact .ul_1 .l_2 .two .dl_3 dd {
    width: 86px;
    text-align: center;
    margin-right: 18px;
    float: left;
    font-weight: bold;
}

.f_contact .ul_1 .l_2 .two .dl_3 dd.s1 {
    margin-left: 2px;
}

.f_contact .line_2 {
    padding-top: 13px;
    font-size: 17px;
    padding-bottom: 13px;
}

.f_contact .line_3 {
    display: none;
}

.typeNav .content .subBox {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.t_search .t_searchUL .right p {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.proBody .t_search .t_searchUL .right p {
    width: 359px;
}

.lContact .sTitle {
    background: url(/template/images/lcall.png?v=3) no-repeat center top;
    min-height: 43px;
    border: 1px solid #b4daf2;
    font-size: 23px;
    font-weight: bold;
    color: #283a5b;
    text-align: center;
    padding-top: 60px;
}

.lContact .txtBox {
    border: 1px dotted #ccc;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px;
    padding-top: 28px;
    padding-bottom: 23px;
}

.lContact .one .s1 {
    margin-bottom: 8px;
    padding-top: 11px;
}

.lContact .one .s2 {
}

.lContact .one .s1 a {
    border: 1px solid #eb2d1c;
    color: #eb2d1c;
}

.lContact .one .s2 a {
    border: 1px solid #0177ea;
    color: #0177ea;
}

.lContact .one a {
    display: inline-block;
    width: 141px;
    border-radius: 100px;
    text-align: center;
}

.lContact .three .s1 {
    font-size: 17px;
}

.lContact .three .s2 {
    font-size: 23px;
    font-weight: bold;
}

.shareRightTitle .s_left {
    padding-left: 92px;
    padding-top: 78px;
    width: 595px;
}

.shareRightTitle .s_right {
    color: #fff;
    padding-top: 172px;
    line-height: 50px;
    font-size: 19px;
    width: 248px;
}

.shareRightTitle .s_left .txt_3 {
    color: #aa0604;
}

.shareRightTitle .s_left .txt_1 .jb {
    display: inline-block;
    font-size: 27px;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-right: 3px;
}

.shareRightTitle .s_right span {
    font-family: Impact;
    font-size: 21px;
    position: relative;
    top: 1px;
}

.pro_ShareList .shareProItem a .proPic {
    width: 306px;
    height: 306px;
}

.pro_ShareList .shareProItem {
    width: 306px;
    margin-right: 18px;
    margin-bottom: 39px;
}

.pro_ShareList .shareProItem:nth-child(3), .pro_ShareList .shareProItem:nth-child(6), .pro_ShareList .shareProItem:nth-child(9), .pro_ShareList .shareProItem:nth-child(12), .pro_ShareList .shareProItem:nth-child(15), .pro_ShareList .shareProItem:nth-child(18), .pro_ShareList .shareProItem:nth-child(21), .pro_ShareList .shareProItem:nth-child(24), .pro_ShareList .shareProItem:nth-child(27) {
    margin-right: 0;
}

.pro_ShareList .shareProItem .link a {
    width: 136px;
}

.xgNew .item {
    float: left;
    width: 489px;
    font-size: 18px;
    margin-right: 35px;
}

.xgNew .item .pic {
}

.xgNew .item .pic img {
    border-radius: 10px;
    border: 2px solid #fff;
    -moz-box-shadow: 0px 1px 6px #ccc;
    -webkit-box-shadow: 0px 1px 6px #ccc;
    box-shadow: 0px 1px 8px #ccc;
}

.xgNew .item .one {
    padding: 10px 0;
    font-size: 14px;
    line-height: 35px;
    color: #999;
    padding-bottom: 5px;
}

.xgNew .item .one .s1 {
    width: 328px;
    font-size: 19px;
    padding-right: 13px;
    font-weight: bold;
}

.xgNew .item .one .s2 {
    padding-left: 18px;
    background: url(/template/images/newIco_02.png?v=3) no-repeat center left;
}

.xgNew .item .one .s3 {
    float: right;
    background: url(/template/images/newIco_03.png?v=3) no-repeat center left;
    padding-left: 18px;
}

.xgNew .item .one dd {
    float: left;
}

.xgNew .item:last-child {
    margin-right: 0;
}

.xgNew .item .three {
    line-height: 180%;
    font-size: 17px;
    text-align: justify;
    color: #666;
}

.xgNew .item .three a {
    font-size: 15px;
    line-height: 25px;
    border-radius: 100px;
    padding: 0 28px;
    background-color: #fff;
    border: 1px solid #0267d1;
    color: #0267d1;
    display: inline-block;
    margin-left: 10px;
}

.xgCase .item {
    float: left;
    width: 50%;
    max-width: 48%;
    margin: 0 1%;
}

.xgCase .item .pic {
}

.xgCase .item .pic img {
    border-radius: 0.3rem;
    height: 5rem;
}

.xgCase .item .one {
    padding-top: 0.2rem;
    text-align: center;
    vertical-align: middle;
    line-height: 160%;
    font-size: 0.6rem;
}

.xgCase .item .one a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.xgCase .item:last-child {
    margin-right: 0;
}

.proShow .right .content .kuang .two p {
    float: right;
    background: url(/template/images/tel3.png?v=3) no-repeat center left;
    display: inline-block;
    margin: 0;
    background-size: 0.8rem auto;
    padding: 0.2rem 0;
    padding-left: 1rem;
}

.proShow .right .content .kuang .two span {
    color: #a80301;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#c72b2f), to(#a80301));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShow .right .content .r_1 .sub_right .bt a {
    text-indent: 1.7rem;
    display: block;
    vertical-align: middle;
    padding-bottom: 0.1rem;
    color: #fff;
}

.proShow .right .content .r_1 .sub_right .bt .s_left a {
    background: url(/template/images/linkBt_01.png?v=3) no-repeat;
    background-size: 100% 100%;
}

.proShow .right .content .r_1 .sub_right .tel {
    line-height: 180%;
}

.proShow .right .content .r_1 .sub_right .tel span {
    color: #b80000;
}

.pro_shareTitle span {
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.pro_shareTitle .sBox {
    background: url(/template/images/t_01.png?v=3) no-repeat;
    padding-top: 31px;
    padding-left: 35px;
    vertical-align: middle;
    display: inline-block;
    min-width: 295px;
    text-align: left;
}

.proShareBox.r_1 {
}

.proShareBox.r_1 .pro_shareTitle .sBox {
    background: url(/template/images/t_02.png?v=3) no-repeat center top;
    padding-left: 148px;
    min-width: 625px;
    text-align: left;
}

.proShareBox.r_1 .pro_shareTxt {
}

.proShareBox.r_1 .pro_shareTxt p {
    background: url(/template/images/pIco.png?v=3) no-repeat center left !important;
    padding: 0 !important;
    padding-left: 29px !important;
}

.proShow .right .content .show_2 .one li {
}

.proShow .right .content .show_2 .one .cn span {
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.proShow .right .content .show_2 .one .en {
    font-size: 16px;
    color: #999;
}

.proShareBox.r_2 {
}

.pro_shareTitle2 {
    line-height: 1.3rem;
    background: url(/template/images/txt_01.png?v=3) no-repeat;
    text-transform: uppercase;
    background-size: auto 1.8rem;
    font-size: 0.78rem;
    padding-top: 0.7rem;
    color: #000;
    padding-left: 1.3rem;
}

.proShow .right .content .box_2 {
    -moz-box-shadow: 0px 1px 6px #ccc;
    -webkit-box-shadow: 0px 1px 6px #ccc;
    box-shadow: 0px 1px 6px #ccc;
    width: 100%;
    max-width: 93%;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 0.6rem 2%;
    margin-top: -1rem;
    position: relative;
    margin-left: 1.5%;
    margin-bottom: 1rem;
}

.pro_shareTitle2 .sBox {
}

.pro_shareTitle2 span {
    font-weight: bold;
    color: #0468c6;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0468c6), to(#283a5b));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.proShareBox.r_3 {
}

.proShareBox.r_3 .sBox {
}

.proShareBox.r_4 .sBox {
}

.proShareBox.r_6 {
}

.proShareBox.r_6 .sBox {
}

.proShareBox.r_6 .pro_shareTxt {
}

.proShareBox.r_6 .pro_shareTxt p {
    background: url(/template/images/dian2.png?v=3) no-repeat center left;
    padding: 0 !important;
    padding-left: 0.9rem !important;
    background-size: 0.6rem auto !important;
    background-position-y: 0.55rem !important;
}

.bottomAD {
    background: url(/template/images/wap_showPic.jpg?v=3) no-repeat;
    min-height: 7rem;
    background-size: 100% auto;
    color: #333;
}

.bottomAD dd {
}

.bottomAD .s1 {
    font-size: 0.75rem;
    font-weight: bold;
    padding-left: 4%;
    padding-top: 0.25rem;
    color: #fff;
    min-height: 1.5rem;
}

.bottomAD .s2 {
    line-height: 1rem;
    padding-left: 6%;
    padding-top: 0.3rem;
    font-size: 0.55rem;
}

.bottomAD .s3 {
    padding-top: 0.2rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.bottomAD .s2 p {
    margin: 0;
    padding-left: 3%;
    background: url(/template/images/wap_xing2.png?v=3) no-repeat center left;
    background-size: 0.2rem;
}

.bottomAD .s3 .txt_1 {
    width: 100%;
    max-width: 62%;
    float: right;
    line-height: 1.5rem;
}

.bottomAD .s3 .txt_2 {
    width: 100%;
    max-width: 33%;
    padding-left: 5%;
    float: left;
    font-size: 0.6rem;
}

.pro_shareTxt img {
    vertical-align: middle;
}

.bottomAD .s3 .txt_1 a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.3rem;
    padding: 0 0.2rem;
    margin-right: 1%;
    color: #fff;
    background-color: #b80000;
}

.caseBody .t_box {
    background: url(/template/images/caseTop.jpg?v=3) no-repeat center top;
}

.caseType {
}

.caseType .content {
}

.caseType .content .smallNav a {
    font-size: 17px;
    padding-left: 27px;
}

.caseType .content .smallNav {
    padding-left: 29px;
}

.newRightTitle {
    display: none;
}

.newRightTitle h1,.newRightTitle h2,.newRightTitle h3 {
    font-size: 28px;
    margin: 0;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.newRightTitle .s_left {
    padding-top: 38px;
    background: url(/template/images/rTitle_02.png?v=3) no-repeat;
    background-position-y: 15px;
    font-weight: bold;
}

.newRightTitle .s_right {
    padding-top: 35px;
    padding-right: 33px;
}

.newRightTitle .s_right a {
    font-size: 18px;
    padding-left: 30px;
    background: url(/template/images/back.png?v=3) no-repeat center left;
    display: inline-block;
}

.caseShow .right .newBox .line_2 .newTitle {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
    text-align: center;
    padding: 0.4rem 0;
    padding-top: 0.2rem;
}

.caseShow .right .newBox .line_2 .two span {
    vertical-align: top;
    display: inline-block;
    padding-left: 0.7rem;
    background: url(/template/images/cIco_01.png?v=3) no-repeat center left;
    background-size: 0.55rem auto;
    margin: 0 0.5%;
}

.caseShow .right .newBox .line_2 .two .s1 {
}

.caseShow .right .newBox .line_2 .two .s2 {
    background: url(/template/images/cIco_02.png?v=3) no-repeat center left;
    background-size: 0.55rem auto;
}

.caseShow .right .newBox .line_2 .two .s3 {
    background: url(/template/images/cIco_03.png?v=3) no-repeat center left;
    background-size: 0.55rem auto;
}

.caseShow .right .newBox .subTitle {
    font-weight: bold;
    font-size: 0.8rem;
    color: #000;
    line-height: 200%;
}

.caseShow .right .newBox .line_3 table,.caseShow .right .newBox .line_3 td {
    border: 0 !important;
}

.xgProBox .content {
    padding-top: 23px;
}

.xgPro .shareProItem2 {
    margin: 0 auto;
    float: none;
}

.prev_next li span {
    /* font-weight: bold; */
}

.in_about .line_2 {
    padding-top: 1rem;
}

.in_about .shareTitle {
    background: url(/template/images/t23.png?v=3) no-repeat center top;
    background-size: 73% auto;
    padding-top: 0.39rem;
    margin-bottom: 1rem;
}

.in_about .line_2 .content {
    position: relative;
    min-height: 10rem;
    background: url(/template/images/videoPic.jpg?v=3) no-repeat center top;
    background-size: cover;
}

.shareTeDian {
    padding-top: 1rem;
}

.shareTeDian li {
    float: left;
    width: 50%;
    max-width: 49%;
    text-align: center;
    background: url(/template/images/wh_02.png?v=3) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 1rem;
    margin-bottom: 1.1rem;
    margin-left: 0.5%;
    min-height: 11.5rem;
}

.shareTeDian li .one {
}

.shareTeDian li .two {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 0.3rem 0;
    color: #054ea9;
}

.shareTeDian li .three {
    font-size: 0.6rem;
    line-height: 150%;
    padding: 0 3%;
    color: #666;
}

.shareTeDian li .one img {
    vertical-align: middle;
    border-radius: 10rem;
    width: 100%;
    max-width: 68%;
}

.shareTeDian .s1 .two span {
    background: url(/template/images/aboutIco_01.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s2 .two span {
    background: url(/template/images/aboutIco_02.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s3 .two span {
    background: url(/template/images/aboutIco_03.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s4 .two span {
    background: url(/template/images/aboutIco_04.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian li .two span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 1.2rem;
}

.shareTeDian li:hover {
    background: url(/template/images/wh_01.png?v=3) no-repeat center bottom;
    background-size: 100% auto;
}

.shareTeDian li:hover .two {
    color: #fff;
}

.shareTeDian .s1:hover .two span {
    background: url(/template/images/aboutIcoH_01.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s2:hover .two span {
    background: url(/template/images/aboutIcoH_02.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s3:hover .two span {
    background: url(/template/images/aboutIcoH_03.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian .s4:hover .two span {
    background: url(/template/images/aboutIcoH_04.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
}

.shareTeDian li:hover .three {
    color: #fff;
}

.in_contact .line_2 {
}

.in_contact .shareTitle {
    background: url(/template/images/callTxt.png?v=3) no-repeat center top;
    background-size: 38% auto;
    padding-top: 0.3rem;
    margin-bottom: 1rem;
    text-align: center;
}

.in_contact .line_2 .content {
    position: relative;
}

.in_contact .line_2 .content .dl_3 {
    background: url(/template/images/wap_callBj.png?v=3) no-repeat center top;
    min-height: 25rem;
    border-radius: 0.5rem;
    -moz-box-shadow: 0px 1px 6px #ccc;
    -webkit-box-shadow: 0px 1px 6px #ccc;
    box-shadow: 0px 1px 8px #ccc;
    padding-top: 0.6rem;
    position: relative;
    z-index: 100;
    background-size: 100% 100%;
}

.in_contact .line_2 .content .center {
}

.in_contact .line_2 .content .dl_3 dd {
    padding-left: 5%;
    float: none;
    min-height: 9.9rem;
    margin-bottom: 0.6rem;
    padding-right: 3%;
}

.in_contact .line_2 .content .dl_3 .s1 {
}

.in_contact .line_2 .content .dl_3 .s2 {
    background: url(/template/images/callIco_02.png?v=3) no-repeat center left;
}

.in_contact .line_2 .content .dl_3 .s3 {
    background: url(/template/images/callIco_03.png?v=3) no-repeat center left;
}

.in_contact .line_2 .content .dl_3 .s4 {
    background: url(/template/images/callIco_04.png?v=3) no-repeat center left;
}

.in_contact .line_2 .content .dl_3 .s5 {
    background: url(/template/images/callIco_05.png?v=3) no-repeat center left;
}

.in_contact .line_2 .content .dl_3 .s6 {
    background: url(/template/images/callIco_06.png?v=3) no-repeat center left;
}

.dian {
    background: url(/template/images/dian.png?v=3) no-repeat center top;
    min-height: 75px;
}

.mapBody {
}

.mapBody .t_search {
    margin-top: 0;
}

.webSiteMap .content .sTitle a {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
    background: url(/template/images/siteIco.png?v=3) no-repeat center left;
    line-height: 50px;
}

.webSiteMap .content .sTitle strong {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.webSiteMap .content .sTxt a:last-child {
    background: none;
}

.webSiteMap .content .sTxt .s_left {
    width: 128px;
}

.webSiteMap .content .sTxt .s_right {
    width: 1170px;
}

.webSiteMap .content .sTxt .s_left a {
    padding: 0;
}

.webSiteMap .content .sTxt a:first-child {
}

.webSiteMap .content .line_2 .sTxt {
    padding: 13px 0;
}

.webSiteMap .content .line_2 {
    padding-bottom: 60px;
}

.diQu .right .content .line_2 p {
    margin: 0;
    background: url(/template/images/sj.png?v=3) no-repeat right bottom;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    background-position-y: 16px;
}

.diQu .right .content .line_4 .outTable, .diQu .right .content .line_4 .outTable td {
    border-collapse: collapse;
    border: 1px solid #eee;
    text-transform: uppercase;
}

.diQu .right .content .line_4 td p {
    margin: 0;
    display: block;
    min-height: 128px;
}

.diQu .right .content .line_4 .outTable td:first-child {
    width: 5%;
    background-color: #fafbf1;
    text-align: center;
}

.diQu .right .content .line_4 .inTable td {
    padding: 11px;
    vertical-align: top;
}

.liuCheng_3 {
}

.liuCheng_2 {
    background: url(/template/images/lc2.jpg?v=3) no-repeat center top;
    padding-top: 39px;
    min-height: 1019px;
}

.liuCheng_2 .sContent {
    padding-top: 25px;
}

.liuCheng_2 .sContent dd {
    float: left;
    width: 316px;
    margin-right: 20px;
    text-align: center;
    min-height: 368px;
    margin-bottom: 22px;
}

.liuCheng_2 .sContent .dl_3 {
    padding-left: 13px;
}

.liuCheng_2 .sContent .one {
    padding-bottom: 101px;
}

.liuCheng_2 .sContent .two {
    font-size: 22px;
    font-weight: bold;
}

.liuCheng_2 .sContent .three {
    font-size: 17px;
    text-align: justify;
    padding: 0 18px;
    padding-top: 10px;
    line-height: 180%;
}

.liuCheng_2 .sContent .one img {
    background-color: #343434;
    border-radius: 200px;
    padding: 5px;
    -moz-box-shadow: 1px 2px 5px #999;
    -webkit-box-shadow: 1px 2px 5px #999;
    box-shadow: 1px 2px 5px #999;
}

.liuCheng_2 .link {
    padding-top: 18px;
    text-align: center;
}

.liuCheng_2 .link a {
    font-size: 18px;
    font-weight: bold;
    color: #e80500;
    line-height: 48px;
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    border: 1px dotted #e80500;
    border-radius: 100px;
    padding: 0 38px;
}

.liuCheng_2 .sContent dd:hover {
}

.liuCheng_2 .sContent dd:hover .one img {
    background: #004ea7;
    background: -webkit-linear-gradient(top, #057dc4, #004ea7);
    background: -o-linear-gradient(bottom, #057dc4, #004ea7);
    background: -moz-linear-gradient(bottom, #057dc4, #004ea7);
    background: linear-gradient(to bottom, #057dc4, #004ea7);
}

.liuCheng_3 {
    background: url(/template/images/lc3.jpg?v=3) no-repeat center top;
    padding-top: 58px;
    min-height: 538px;
}

.liuCheng_3 .sContent {
    padding-top: 133px;
    text-align: center;
}

.liuCheng_3 .sContent dd {
    width: 149px;
    float: left;
    margin-right: 20px;
}

.liuCheng_3 .sContent .txt_1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.liuCheng_3 .sContent .txt_2 {
    font-size: 17px;
    padding-top: 45px;
    line-height: 170%;
}

.liuCheng_3 .sContent dd:first-child {
    padding-left: 9px;
}

.liuCheng_3 .sContent dd:last-child {
    margin-right: 0;
}

.diQu .right .content .line_4 .inTable td:first-child {
    width: 10%;
    background: none;
    border-right: 1px solid #eee;
}

.diQu .right .content .line_4 .inTable,.diQu .right .content .line_4 .inTable td {
    border-collapse: collapse;
    border: 0;
}

.xgProBox .title .sub_left {
    background: url(/template/images/t36.png?v=3) no-repeat;
    padding-top: 25px;
    padding-left: 33px;
}

.noPro .line_1 .txt_1 {
    font-size: 23px;
    line-height: 50px;
    padding-left: 31px;
    background: url(/template/images/noPage_01.png?v=3) no-repeat center left;
    font-weight: bold;
}

.noPro .line_1 .txt_2 {
    padding-left: 30px;
}

.noPro .line_1 .txt_1 span {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.noPro .line_2 .txt_1 {
    font-size: 23px;
    line-height: 50px;
    padding-left: 31px;
    background: url(/template/images/noPage_02.png?v=3) no-repeat center left;
    font-weight: bold;
    color: #a80301;
}

.noPro .line_2 .txt_2 {
    padding-left: 12px;
}

.noPro .line_2 .txt_2 dd {
    padding-left: 20px;
    background: url(/template/images/yuan3.png?v=3) no-repeat center left;
}

.in_about .line_2 .txtBox {
}

.in_about .line_2 .txtBox .s_right p {
    margin: 0 !important;
}

video {
    vertical-align: middle;
}

.t_wel .right a:last-child {
    padding-right: 0;
    border: 0;
}

.t_nav .box li:last-child {
    background: none;
}

.pro .content .bigNav .sBox {
}

.pro .content .bigNav li a .en {
    text-indent: -999999px;
    height: 0.3rem;
}

.pro .smallBox {
    padding: 0.5rem 0;
    width: 100%;
    max-width: 100%;
    padding-top: 0.2rem;
}

.pro .content .box .smallNav .s_ul li:last-child a {
    color: #0e56a3;
}

.youShi .shareTitle .one {
    font-size: 0.75rem;
    padding-bottom: 0.2rem;
    padding-top: 0;
}

.youShi .shareTitle .cn {
    line-height: 1.5rem;
    font-size: 0.9rem;
    padding-left: 1.3rem;
    display: inline-block;
    background: url(/template/images/wap_ico8.png?v=3) no-repeat center left;
    background-size: auto 1.1rem;
    padding-bottom: 0;
    margin-bottom: 0.2rem;
}

.youShi .content .one .cn {
    font-weight: bold;
    font-size: 0.8rem;
}

.youShi .content .one .en {
    text-transform: uppercase;
    font-size: 0.36rem;
    color: #888;
}

.youShi .content .two li.list {
    padding-top: 0.45rem;
    color: #666;
}

.youShi .content .two li.list .s1 {
    font-family: 'Impact';
    font-size: 0.7rem;
}

.youShi .content .two li.list .s2 {
}

.youShi .content .two li.list dd {
    float: left;
    width: 19%;
    text-align: center;
    line-height: 200%;
}

.youShi .content .two li.list dd:nth-child(1) {
    margin-right: 8%;
}

.youShi .content .two li.list dd:nth-child(2) {
    margin-right: 4%;
}

.youShi .content .two li.list dd:nth-child(3) {
    margin-right: 3%;
}

.youShi .content .two li.list dd:nth-child(4) {
    margin: 0;
}

.youShi .content .line_3 .box_3 .en {
    letter-spacing: -1px;
}

.f_feedback .content .sTitle .s1 {
    color: #d4e5f5;
    font-family: Impact;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 100%;
    overflow: hidden;
    margin-bottom: 0.1rem;
}

.f_feedback .content .sTitle .s2 {
    font-size: 0.9rem;
    font-weight: bold;
    padding-left: 1.2rem;
    display: inline-block;
    padding-bottom: 0;
    background: url(/template/images/wap_ico11.png?v=3) no-repeat center left;
    background-size: auto 0.9rem;
    background-position-y: 0.2rem;
}

.f_feedback .left .one {
}

.f_feedback .left .one .s_left {
}

.f_feedback .left .one .s_right {
}

.f_feedback .left .one dd {
}

.pro .content .box .smallNav .s_ul li:last-child a:hover {
    color: #fff;
}

.f_feedback .right .three .s_left {
    padding-left: 3.6%;
    line-height: 200%;
    float: left;
}

.f_feedback .right .three .s_right img {
    vertical-align: middle;
}

.f_contact .ul_1 .l_1 .s_left {
    width: 100%;
    max-width: 20%;
    float: left;
}

.f_contact .ul_1 .l_1 .s_right {
    width: 100%;
    max-width: 77%;
    float: right;
}

.f_contact .ul_1 .l_1 .s_right .s1 {
    padding-bottom: 0.25rem;
    border-bottom: 0.05rem dashed #ccc;
    margin-bottom: 0.25rem;
}

.f_contact .ul_1 .l_1 .s_right .s2 {
    font-size: 0.6rem;
}

.f_contact .ul_1 .l_1 .s_right .s1 .cn {
    font-size: 0.78rem;
    font-weight: bold;
    padding: 0.1rem 0;
    padding-top: 0.15rem;
}

.f_contact .ul_1 .l_1 .s_right .s1 .en {
    font-size: 0.41rem;
}

.f_contact .ul_1 .l_2 img {
    vertical-align: middle;
}

.case .shareTitle .one {
    font-size: 25px;
    padding: 13px 0;
}

.inBody {
}

.inBody .t_searchUL {
    box-shadow: none;
    background: none;
}

.typeNav .content .smallNav a span {
    display: block;
}

.in_pro {
    padding-top: 1rem;
    background: url(/template/images/wap_bj_1.jpg?v=3) no-repeat center top;
    background-size: 150% 50%;
    margin-top: -0.5rem;
}

.in_pro .left {
}

.in_pro .right {
    padding-top: 1rem;
}

.in_pro .mainBox {
    padding-top: 0.8rem;
}

.in_pro .right .list .item {
    padding: 0.3rem 0;
    border: 0.05rem solid #ddd;
    background: #fff;
}

.in_pro .right .list .sub_left {
}

.in_pro .right .list .sub_right {
}

.in_pro .right .list .sub_left img {
    height: 7rem;
    max-width: 93%;
    display: inline-block;
    vertical-align: middle;
}

.in_pro .right .list .sub_right .one a {
    line-height: 1.8rem;
    font-size: 0.7rem;
    color: #333;
}

.in_pro .right .list .sub_right .one span.xing {
    float: right;
    vertical-align: middle;
}

.in_pro .right .list .sub_right .two {
    display: none;
}

.in_pro .right .list .sub_right .three {
}

.in_pro .right .list .sub_right .three a {
    display: block;
    width: 50%;
    max-width: 47.5%;
    float: left;
    color: #fff;
    border-radius: 0.15rem;
    margin-left: 1.5%;
    overflow: hidden;
}

.in_pro .right .list .sub_right .three a.more {
    background: url(/template/images/proBt.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.in_pro .right .list .sub_right .three a.down {
    border: 0.05rem solid #05589d;
    color: #05589d;
    line-height: 1.3rem;
}

.in_pro .right .list .sub_right .one {
}

.in_pro .right .list .sub_right .three .s_left {
    display: none;
}

.in_pro .right .list .sub_right .line {
    display: none;
}

.in_pro .right .itemDiv {
    float: left;
    width: 48%;
    max-width: 48%;
    margin-left: 1.3%;
    text-align: center;
    margin-bottom: 0.3rem;
    padding-bottom: 0.5rem;
    background: url(/template/images/wap_yy3.png?v=3) no-repeat center bottom;
    background-size: 100% auto;
}

.chengJiao {
    display: none;
}

.chengJiao .title {
    color: #333;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 1px;
}

.chengJiao .title span {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.chengJiao .content {
    font-size: 18px;
    padding-top: 33px;
    line-height: 45px;
}

.chengJiao .content .dl_2.clear .sub_left {
    width: 50%;
}

.chengJiao .content .one {
    font-size: 21px;
    line-height: 33px;
    color: #333;
    font-weight: bold;
    margin-bottom: 8px;
}

.chengJiao .content .dl_2.clear .sub_left .one span {
    color: #c9ddf5;
    font-size: 13px;
}

.chengJiao .content .dl_2.clear .sub_left .two {
    /* padding: 10px 0; */
}

.chengJiao .content .dl_2 .sub_left .dl_3 dd {
    float: left;
    width: 38%;
}

.chengJiao .content .dl_2.clear .sub_right {
    width: 50%;
}

.chengJiao .content .sub_right .dl_4 {
    border-bottom: 1px dashed #eee;
}

.chengJiao .content .sub_right .dl_4 .l_1 {
    font-weight: bold;
    color: #e72516;
    padding-right: 28px;
    width: auto;
}

.chengJiao .content .dl_2.clear .sub_right .dl_4.clear .l_2 .s_2 {
    font-size: 13px;
    color: #999;
    padding-top: 3px;
}

.chengJiao .content .dl_2.clear .sub_right .dl_4.clear .s_right {
    color: #999;
    width: 220px;
}

.chengJiao .content .dl_2 .sub_left .dl_3 dd:nth-child(1) {
    font-weight: bold;
    color: #e72516;
    padding-right: 28px;
    width: auto;
}

.chengJiao .content .dl_2 .sub_left .dl_3 dd:nth-child(2) {
}

.chengJiao .content .dl_2 .sub_left .dl_3 dd:nth-child(3) {
}

.chengJiao .content .dl_2.clear .sub_left .dl_3 {
    border-bottom: 1px dashed #eee;
}

.chengJiao .content .sub_right .dl_4 .l_2 {
    width: 363px;
}

.proShow .right .content .r_1 .sub_right .bt .s_right a {
    background: url(/template/images/wap_linkBt_02.png?v=3) no-repeat;
    background-size: 100% 100%;
}

.proShow .right .content .r_1 .sub_right .tel .s2 {
    color: #ed3016;
}

.proShow .right .content .show_2 .one .small {
    font-size: 19px;
    color: #333;
    padding-bottom: 5px;
}

.proShow .right .content .show_3 .three span {
    color: #fff;
    font-size: 19px;
    line-height: 130%;
}

.proShow .right .content .show_3 .three {
}

.proShow .right .content .show_3 .three .s1 {
    top: 48px;
    left: 191px;
}

.proShow .right .content .show_3 .three .s2 {
    top: 48px;
    left: 683px;
}

.proShow .right .content .show_3 .three .s3 {
    top: 173px;
    left: 93px;
}

.proShow .right .content .show_3 .three .s4 {
    top: 175px;
    left: 734px;
}

.proShow .right .content .show_3 .three .s5 {
    top: 310px;
    left: 142px;
}

.proShow .right .content .show_3 .three .s6 {
    top: 306px;
    left: 697px;
}

.proShow .right .content .show_3 .three .s7 {
    top: 393px;
    left: 265px;
}

.proShow .right .content .show_3 .three .s8 {
    top: 380px;
    left: 559px;
}

.proShareBox.r_3 .pro_shareTxt p {
    background: url(/template/images/dian2.png?v=3) no-repeat center left;
    padding: 0 !important;
    padding-left: 0.9rem !important;
    background-size: 0.6rem auto !important;
    background-position-y: 0.55rem !important;
}

.proShareBox.r_4 .pro_shareTxt {
}

proShareBox.r_4 .pro_shareTxt img {
}

.proShareBox.r_4 .pro_shareTxt table {
    width: 100% !important;
    max-width: 100% !important;
}

.bottomAD .s3 .txt_2 span {
    font-weight: bold;
    color: #b80000;
}

.in_new .mainBox {
    padding-top: 0.8rem;
}

.newType {
}

.newType .content .bigNav a {
    background: none !important;
}

.newType .content .bigNav {
    width: 76%;
    max-width: 32%;
    position: unset;
    top: auto;
    float: left;
    margin-left: 1%;
}

.newType .content .bigNav a .en {
    min-height: 0.3rem;
    position: relative;
    top: -0.05rem;
}

.newType .content .currentNav, .newType .content .smallNav:hover {
    background: url(/template/images/typeBj2.png?v=3) no-repeat center right;
    border: 1px dotted #fff;
}

.newType .content .currentNav a, .newType .content .smallNav:hover a {
    background: url(/template/images/yuan5.png?v=3) no-repeat center left;
    background-position-x: 26px;
}

.newType .content .smallNav {
    text-indent: 45px;
}

.newType .content .currentNav a span, .newType .content .smallNav:hover a span {
    background: none;
}

.newType .content .smallNav a {
    background: url(/template/images/yuan2.png?v=3) no-repeat center left;
    background-position-x: 26px;
}

.newType .content .subBox {
    display: none;
}

.leftTitle {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    margin-right: 50px;
    min-height: 90px;
    margin-bottom: 23px;
    background: #fff;
    -moz-box-shadow: 0px 1px 6px #ccc;
    -webkit-box-shadow: 0px 1px 6px #ccc;
    box-shadow: 2px 2px 6px #dbe2ea;
}

.leftTitle .bigBox {
    min-height: 70px;
    padding-top: 20px;
    font-size: 25px;
    padding-left: 79px;
    color: #262626;
    display: block;
    background: url(/template/images/newIco_03.png?v=3) 30px center no-repeat;
}

.leftTitle .jt {
    background: url(/template/images/jt_02.png?v=3) no-repeat center right;
    background-position-x: 140px;
}

.leftTitle .cn {
}

.leftTitle .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    transform-origin: left;
}

.newType .content .ul_1 {
    padding: 0;
}

.newType .content {
}

.tjPro {
    display: none;
}

.tjPro .bigBox {
    background: url(/template/images/newIco_04.png?v=3) 30px center no-repeat;
}

.leftCall {
    display: none;
}

.leftCall .txt {
    padding: 0 20px;
    font-size: 18px;
    line-height: 180%;
}

.leftCall .txt p {
    margin: 0;
    padding: 5px 0;
    padding-left: 23px;
    background: url(/template/images/call_01.png?v=3) no-repeat center left;
    background-position-y: 12px;
}

.leftCall .txt p:nth-child(2) {
    background: url(/template/images/call_02.png?v=3) no-repeat center left;
    background-position-y: 12px;
}

.caseShareList .item .sub_left {
    width: 100%;
    max-width: 59%;
    float: right;
    font-size: 0.6rem;
}

.caseShareList .item .sub_left .one {
}

.caseShareList .item .sub_left .one a {
    font-weight: bold;
    font-size: 0.78rem;
    color: #333;
}

.caseShareList .item .sub_left .one a:hover {
    color: #05589d;
}

.caseShareList .item .sub_left .two {
    padding: 0;
    line-height: 160%;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.caseShareList .item .sub_left .three {
    line-height: 1.3rem;
    text-align: right;
    padding: 0.2rem 0;
}

.caseShareList .item .sub_left .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.caseShareList .item .sub_left .three a {
    text-align: center;
    color: #fff;
    display: inline-block;
    border-radius: 0.2rem;
    padding: 0 0.95rem;
    background: url(/template/images/bt9.png?v=3) no-repeat;
    background-size: 100% 100%;
    margin-right: 1%;
}

.caseShareList .item .sub_left .three a:hover {
}

.caseShareList .item .sub_left .four {
    color: #999;
    font-size: 0.55rem;
}

.caseShareList .item .sub_left .four dd {
    float: left;
    margin-right: 30px;
    padding-left: 21px;
}

.caseShareList .item .sub_left .four .s1 {
}

.caseShareList .item .sub_left .four .s2 {
    display: none;
}

.caseShareList .item .sub_left .four .s3 {
}

.caseShareList .item .sub_left .four dd:last-child {
    margin-right: 0;
    padding-left: 0;
}

.caseShareList .item .sub_left .three .s_right a:last-child {
    background: #ce0000;
}

.caseShareList .item .sub_left .three .s_left {
    width: 300px;
    text-align: left;
}

.caseShareList .item .sub_right {
    width: 100%;
    max-width: 38%;
    float: left;
}

.caseShareList .item .sub_right img {
    display: block;
    height: 5.5rem;
}

.caseShareList .item .sub_left .one .s_left {
    width: 100%;
    max-width: 18%;
    text-align: center;
    font-family: 'AlternateGothic';
    float: left;
}

.caseShareList .item .sub_left .one .s_right {
    width: 100%;
    max-width: 80%;
    line-height: 160%;
    float: right;
}

.caseShareList .item .sub_left .one .s_left .big {
    font-size: 1rem;
    font-weight: bold;
}

.caseShareList .item .sub_left .one .s_left .small {
}

.caseShareList .item .sub_left .three .more {
    background: none;
    color: #333;
    border: 0.05rem dotted #666;
    margin-right: 0;
}

.caseShareList .itemDiv {
    padding-bottom: 0.3rem;
    background: url(/template/images/yy.png?v=3) no-repeat center bottom;
    margin-bottom: 0.5rem;
    background-size: 100% auto;
}

.prev_next .s_right {
    display: none;
}

.in_about .shareTitle .one {
    line-height: 160%;
}

.in_about .shareTitle .cn {
    background: url(/template/images/t1.png?v=3) no-repeat center bottom;
    background-size: 45% auto;
    padding-bottom: 1rem;
}

.in_about .line_2 .bigBox {
}

.in_about .line_2 .txtBox .s_left {
    display: none;
}

.in_about .line_2 .txtBox .s_right {
    color: #666;
}

.in_about .line_2 .txtBox .s_left span {
}

.in_about .line_2 .centerBox {
    line-height: 200%;
    font-size: 0.66rem;
    text-align: justify;
    padding: 0 2%;
    padding-top: 0.5rem;
    margin-bottom: 1rem;
}

.in_about .line_2 .listBox {
    display: none;
}

.in_about .line_2 .listBox dd {
    float: left;
    width: 121px;
    min-height: 121px;
    background: url(/template/images/yuan6.png?v=3) no-repeat;
    margin-right: 15px;
    text-align: center;
    line-height: 168%;
}

.in_about .line_2 .listBox dd .s1 {
    font-size: 21px;
    font-weight: bold;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top: 32px;
}

.in_about .line_2 .listBox dd .s2 {
}

.in_about .line_2 .listBox dd .s1 span {
    font-family: 'Impact';
    font-weight: normal;
}

.in_about .line_2 .listBox dd:last-child {
    margin-right: 0;
}

.xiangCe {
    display: none;
}

.xiangCe .shareTitle {
    background: url(/template/images/t10.png?v=3) no-repeat center top;
}

.in_contact .shareTitle .cn {
    background: url(/template/images/t1.png?v=3) no-repeat center bottom;
    background-size: 45% auto;
    padding-bottom: 1rem;
}

.in_contact .shareTitle .one {
}

.in_contact .line_2 .content .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.3rem;
    margin-bottom: 0.35rem;
    background: url(/template/images/wap_contact_01.png?v=3) no-repeat left bottom;
    background-size: auto 1rem;
    padding-left: 1.1rem;
}

.in_contact .line_2 .content .txt {
    line-height: 177%;
}

.in_contact .line_2 .content .txt,.in_contact .line_2 .content .txt p,.in_contact .line_2 .content .txt span {
    font-size: 0.65rem !important;
    margin: 0 !important;
}

.in_contact .line_2 .content .txt p {
    padding: 0.1rem !important;
    padding-left: 1rem !important;
}

.in_contact .line_2 .content .dl_3 .sub_right {
}

.luXiang {
    padding-top: 1.2rem;
    padding-bottom: 0.5rem;
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.luXiang .sTitle {
    font-weight: bold;
    font-size: 0.8rem;
    background: url(/template/images/bus.png?v=3) no-repeat;
    background-size: auto 2rem;
    padding-left: 2.9rem;
    padding-top: 1.1rem;
    min-height: 1.1rem;
}

.luXiang .content {
    padding-top: 0.3rem;
}

.luXiang .content,.luXiang .content p,.luXiang .content span {
    font-size: 0.65rem !important;
}

.luXiang .content p {
    margin: 0 !important;
    padding: 0.1rem 0 !important;
    padding-left: 1rem !important;
    background: url(/template/images/jt3.png?v=3) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.5rem;
    line-height: 180%;
}

.mapBody .t_nav {
    border-bottom: 1px solid #ddd;
}

.tzBox {
    display: inline-block;
}

.noExitBody .foot {
    margin: 0;
}

.menunavbtn {
    width: 61%;
    max-width: 10%;
    color: #000;
    font-weight: bold;
    font-size: 0.4rem;
    padding-top: 0.1rem;
    float: right;
}

.menunavbtn img {
    max-width: 93%;
    padding-top: 0.18rem;
}

.t_nav a span {
    display: block;
    font-size: 0.75rem;
}

.t_nav li:nth-child(2) a {
    background: url(/template/images/wap_ico_02.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(3) a {
    background: url(/template/images/wap_ico_03.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(4) a {
    background: url(/template/images/wap_ico_04.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(5) a {
    background: url(/template/images/wap_ico_05.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(6) a {
    background: url(/template/images/wap_ico_06.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(7) a {
    background: url(/template/images/wap_ico_07.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(8) a {
    background: url(/template/images/wap_ico_08.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:hover a span {
    color: #fff;
    font-weight: bold;
}

.t_nav li:hover a p {
    color: #fff !important;
}

.t_nav li:nth-child(1):hover a {
    background: url(/template/images/wap_icoH_01.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(2):hover a {
    background: url(/template/images/wap_icoH_02.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(3):hover a {
    background: url(/template/images/wap_icoH_03.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;

}

.t_nav li:nth-child(4):hover a {
    background: url(/template/images/wap_icoH_04.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(5):hover a {
    background: url(/template/images/wap_icoH_05.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(6):hover a {
    background: url(/template/images/wap_icoH_06.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(7):hover a {
    background: url(/template/images/wap_icoH_07.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.t_nav li:nth-child(8):hover a {
    background: url(/template/images/wap_icoH_08.png?v=3) no-repeat center left !important;
    background-size: 0.75rem auto !important;
    background-position-x: 0.5rem !important;
    background-position-y: 0.55rem !important;
}

.c-bannerBox {
    order: 4;
}

.navBox {
    order: 3;
}

.navBox li {
    float: left;
    text-align: center;
    width: 35%;
    max-width: 25%;
    background: url(/template/images/wap_line.png?v=3) no-repeat center right;
    background-size: auto 50%;
}

.navBox li a {
    display: block;
    font-size: 0.65rem;
    padding: 0.6rem 0;
    line-height: 130%;
    padding-bottom: 0.36rem;
}

.navBox li a span {
    display: block;
}

.navBox li a p {
    margin: 0;
    font-weight: normal;
    font-size: 0.35rem;
    color: #999;
    text-transform: uppercase;
}

.navBox li:nth-child(2), .navBox li:nth-child(3), .navBox li:nth-child(4), .navBox li:nth-child(7) {
    display: none;
}

.navBox li:nth-child(1) {
    max-width: 23%;
}

.navBox li:nth-child(5) {
    max-width: 30%;
}

.navBox li:nth-child(6) {
}

.navBox li:nth-child(8) {
    max-width: 22%;
    background: none;
}

.pro .content .bigNav li a .cn {
    border: 0.05rem solid #a9d7f1;
    background: #1d5492;
    background: -webkit-linear-gradient(top, #e6f8fe, #fff, #e6f8fe);
    background: -o-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: -moz-linear-gradient(bottom, #e6f8fe, #fff, #e6f8fe);
    background: linear-gradient(to bottom, #e6f8fe, #fff, #e6f8fe);
    border-radius: 0.2rem;
}

.pro .content .bigNav li a .cn span {
    font-size: 0.66rem;
    color: #000;
    display: block;
    padding: 0.5rem 0;
    padding-left: 38%;
    line-height: 130%;
}

.pro .content .bigNav li a .cn font {
    display: none;
}

.pro .content .bigNav li:nth-child(1) a .cn span {
    background: url(/uploadfile/ico_01.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.pro .content .bigNav li:nth-child(2) a .cn span {
    background: url(/uploadfile/ico_02.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.pro .content .bigNav .cur {
}

.pro .content .bigNav .cur .cn {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.pro .content .bigNav .cur .en {
    background: url(/template/images/wap_JT.png?v=3) no-repeat center;
    background-size: auto 100%;
    position: relative;
    top: -0.05rem;
}

.pro .content .bigNav .cur .cn span {
    font-weight: bold;
    color: #fff;
}

.pro .content .bigNav li:nth-child(1).cur .cn span {
    background: url(/uploadfile/icoH_01.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.pro .content .bigNav li:nth-child(2).cur .cn span {
    background: url(/uploadfile/icoH_02.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.pro .content .box .smallNav .s_ul li h3 {
    font-weight: normal;
    display: block;
}

.shareProItem .txt h4 {
    font-weight: normal;
}

.shareMore_2 {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
    background: url(/template/images/wap_jt3.png?v=3) no-repeat center bottom;
    background-size: 1.3rem 0.6rem;
}

.shareMore_2 a {
    display: block;
    line-height: 1.8rem;
    text-align: center;
    color: #13325f;
    font-weight: bold;
    font-size: 0.75rem;
    max-width: 60%;
    margin: 0 auto;
    text-indent: 7%;
    border: 0.05rem dotted #91cef1;
    background-color: #fff;
    border-radius: 0.5rem;
}

.shareMore_2 span {
    background: linear-gradient(to right, #0084ff, #054ea9);
    -webkit-background-clip: text;
    color: transparent;
}

.shareProItem .sBox {
    padding: 0.3rem 0;
    border: 0.05rem solid #ddd;
    background: #fff;
}

.youShi .shareTitle .two {
    background: url(/template/images/wap_ico9.png?v=3) no-repeat center;
    background-size: auto 1.48rem;
    line-height: 1.5rem;
    font-size: 0.6rem;
}

.youShi .content .line_1 .two .link {
    display: none;
}

.kong {
    min-height: 2.3rem;
}

.f_feedback .content .ul_1 {
    display: grid;
    grid-template-columns: 100%;
}

.f_feedback .right .two span {
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.f_feedback .right .three .ul_2 li {
    padding-left: 1.2rem;
    background: url(/template/images/wap_xzIco.png?v=3) no-repeat center left;
    background-size: 0.68rem auto;
    background-position-x: 0.2rem;
}

.f_feedback .right .three .s_right .txt {
    line-height: 1.3rem;
}

.f_feedback .left form {
    display: block;
    padding-top: 0.8rem;
    margin: 0 4%;
    width: 100%;
    max-width: 92%;
}

.f_contact .ul_1 .right .dl_3 {
}

.f_contact .ul_1 .right .dl_3 dd {
    display: block;
    margin: 0;
    padding: 0.1rem 0;
    line-height: 180%;
    padding-left: 1rem;
}

.f_contact .ul_1 .right .dl_3 dd:nth-child(1) {
    background: url(/template/images/wap_callIco_01.png?v=3) no-repeat center left;
    background-size: 0.68rem auto;
}

.f_contact .ul_1 .right .dl_3 dd:nth-child(2) {
    background: url(/template/images/wap_callIco_02.png?v=3) no-repeat center left;
    background-size: 0.68rem auto;
}

.f_contact .ul_1 .right .dl_3 dd:nth-child(3) {
    background: url(/template/images/wap_callIco_03.png?v=3) no-repeat center left;
    background-size: 0.68rem auto;
}

.f_contact .ul_1 .right .dl_3 dd:nth-child(4) {
    background: url(/template/images/wap_callIco_04.png?v=3) no-repeat center left;
    background-size: 0.68rem auto;
}

.f_contact .ul_1 .right span {
    font-weight: bold;
}

/*======== Star 客服 =======*/
.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/wap_kf.jpg?v=3) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0.3rem;
}

.keFu a {
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.5rem 0.237rem;
    line-height: 130%;
    padding-top: 0.6rem;
}

.keFu a img {
    margin: 0 auto;
    vertical-align: middle;
    height: 1.2rem;
}

.keFu a span {
    display: block;
}

.keFu a .cn {
    font-weight: bold;
    font-size: 0.75rem;
}

.keFu a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.inBody .top {
}

.inBody .navBox {
    background: url(/template/images/yy.png?v=3) no-repeat center bottom;
    background-size: 108% 1rem;
    padding-bottom: 0.5rem;
}

.inBody .navBox .box {
    background: #fff;
}

.typeNav .content #Tab_1 {
    left: 0.3%;
}

.typeNav .content #Tab_2 {
    right: 0.3%;
}

.typeNav .content .cur a .cn {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.typeNav .content .cur a .cn span {
    font-weight: bold;
    color: #fff;
}

.typeNav .content #Tab_1 .cn span {
    background: url(/uploadfile/ico_01.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.typeNav .content #Tab_2 .cn span {
    background: url(/uploadfile/ico_02.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.typeNav .content #Tab_1.cur .cn span {
    background: url(/uploadfile/icoH_01.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.typeNav .content #Tab_2.cur .cn span {
    background: url(/uploadfile/icoH_02.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
    background-position-x: 27%;
}

.typeNav .content .cur a .en {
    background: url(/template/images/wap_JT.png?v=3) no-repeat center;
    background-size: auto 100%;
    position: relative;
    top: -0.05rem;
}

.typeNav .content .smallNav a:hover,.typeNav .content .currentNav a {
    color: #fff;
    background: url(/template/images/icoH_sd.png?v=3) no-repeat center left;
    background-size: cover;
}

.in_pro .right .list .sub_right .three .s_right {
    line-height: 1.4rem;
    text-align: center;
    max-width: 98%;
    margin: 0 1%;
}

.showTitle {
    line-height: 1.8rem;
    border-left: 0;
    border-right: 0;
    font-size: 0.68rem;
    margin-bottom: 0.3rem;
}

.showTitle .dl_2 a {
}

.showTitle .dl_2 .sub_left a {
}

.showTitle .dl_2 .sub_left {
    padding-left: 5%;
    background: url(/template/images/wap_stIco.png?v=3) no-repeat center left;
    background-size: 0.5rem auto;
    font-weight: bold;
    text-transform: uppercase;
    background-position-x: 1%;
    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.8rem;
    font-weight: bold;
    color: #054ea9;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#0084ff), to(#054ea9));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    border-radius: 0.3rem;
    color: #0364cc;
    padding-right: 1rem;
    background: url(/template/images/wap_ico6.png?v=3) no-repeat center right;
    background-size: 0.8rem auto;
    font-size: 0.6rem;
}

.showTitle .dl_2 .sub_right {
    float: right;
}

.proShow .right .content .r_1 .sub_left img {
    width: 100%;
    max-width: 90%;
}

.showTitle .dl_2 {
    margin: 0 1%;
    width: 98%;
    max-width: 98%;
}

.proShow .right .content .r_1 .sub_right .bt a span {
    font-weight: bold;
}

.proShow .right .content .r_1 .sub_right .bt a font {
    display: none;
}

.proShareBox.r_3 .pro_shareTitle2 {
    background: url(/template/images/txt_02.png?v=3) no-repeat;
    background-size: auto 1.8rem;
}

.proShareBox.r_4 .pro_shareTitle2 {
    background: url(/template/images/txt_03.png?v=3) no-repeat;
    background-size: auto 1.8rem;
    padding-left: 1.5rem;
}

.proShareBox.r_6 .pro_shareTitle2 {
    background: url(/template/images/txt_04.png?v=3) no-repeat;
    background-size: auto 1.8rem;
    padding-left: 1.5rem;
}

.bottomAD .s3 .txt_2 font,.bottomAD .s3 .txt_2 span {
    display: block;
}

.bottomAD .s3 .txt_2 font {
    padding-left: 0.9rem;
    background: url(/template/images/wap_tel8.png?v=3) no-repeat center left;
    background-size: 0.7rem;
}

.bottomAD .s3 .txt_1 a:first-child {
    background: url(/template/images/jb.png?v=3) repeat-x center;
    background-size: auto 100%;
}

/*===== 上下一篇 =====*/
.prevNextBox {
    font-size: 0.7rem;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.prevpage, .nextpage {
    display: block;
    width: 100%;
    margin: 0.3rem 0;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.3rem;
    background: #f5f5f5;
    font-size: 0.65rem;
    line-height: 2rem;
    background-size: 0.55rem auto;
    max-width: 98%;
    padding: 0 1%;
}

.prevpage a, .nextpage a {
    color: #000;
}

.prevpage span, .nextpage span {
    padding-left: 10px;
}

.prevpage:hover, .nextpage:hover {
    color: #035fc3;
}

.prevpage:hover a, .nextpage:hover a {
    color: #035fc3;
}

.newType .content .bigNav a .cn span {
    padding: 0.5rem 0;
    padding-left: 18%;
    font-size: 0.6rem;
    background: url(/template/images/wap_newIco_01.png?v=3) no-repeat center left;
    background-size: auto 0.55rem;
    display: inline-block;
    vertical-align: middle;
}

.newType .content .bigNav:nth-child(2) a .cn span {
    background: url(/template/images/wap_newIco_02.png?v=3) no-repeat center left;
    background-size: auto 0.68rem;
}

.newType .content .bigNav:nth-child(3) a .cn span {
    background: url(/template/images/wap_newIco_02.png?v=3) no-repeat center left;
    background-size: auto 0.68rem;
}

.newType .content .bigNav:nth-child(4) a .cn span {
    background: url(/template/images/wap_newIco_03.png?v=3) no-repeat center left;
    background-size: auto 0.65rem;
}

.caseShareList {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.caseShow .shareTitle {
    margin-bottom: 1rem;
}

.newType .content .bigNav a .cn {
    text-align: center;
}

.caseShow .right .newBox .line_2 .goBack {
    line-height: 1.8rem;
    border-left: 0;
    border-right: 0;
    font-size: 0.68rem;
    text-align: right;
}

.caseShow .right .newBox .line_2 .goBack a {
    display: inline-block;
    border-radius: 0.3rem;
    color: #0364cc;
    padding-right: 1rem;
    background: url(/template/images/wap_ico6.png?v=3) no-repeat center right;
    background-size: 0.8rem auto;
    font-size: 0.6rem;
}

.caseShow .right .newBox .line_2 .two font {
    display: none;
}

.newType .content .currentBigNav a .cn {
    background: #0457b6;
    background: -webkit-linear-gradient(top, #0084ff, #054ea9);
    background: -o-linear-gradient(bottom, #0084ff, #054ea9);
    background: -moz-linear-gradient(bottom, #0084ff, #054ea9);
    background: linear-gradient(to bottom, #0084ff, #054ea9);
}

.newType .content .currentBigNav a .cn span {
    font-weight: bold;
    color: #fff;
    background: url(/template/images/wap_newIcoH_01.png?v=3) no-repeat center left;
    background-size: auto 0.55rem;
}

.newType .content .currentBigNav a .en {
    background: url(/template/images/wap_JT.png?v=3) no-repeat center;
    background-size: auto 100%;
}

.caseShow .right .newBox .line_3 a {
    color: #666;
    margin-right: 3%;
}

.in_contact .line_2 .content .txt p:nth-child(1) {
    background: url(/template/images/wap_contact_02.png?v=3) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-y: 0.4rem;
}

.in_contact .line_2 .content .txt p:nth-child(2) {
    background: url(/template/images/wap_contact_03.png?v=3) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-y: 0.4rem;
}

.in_contact .line_2 .content .txt p:nth-child(3) {
    background: url(/template/images/wap_contact_04.png?v=3) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-y: 0.4rem;
}

.in_contact .line_2 .content .txt p:nth-child(4) {
    background: url(/template/images/wap_contact_05.png?v=3) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-y: 0.4rem;
}

.in_contact .line_2 .content .txt p:nth-child(5) {
    background: url(/template/images/wap_contact_06.png?v=3) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-y: 0.4rem;
}

.in_contact .line_2 .content .txt p:nth-child(6) {
    background: url(/template/images/wap_contact_07.png?v=3) no-repeat center left;
    background-size: auto 0.7rem;
    background-position-y: 0.4rem;
}

.in_contact #dituContent {
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 13rem !important;
}

.videoShow {
    height: 10rem;
    background: url(/template/images/dengdai.gif?v=3) no-repeat center;
    background-size: 20% auto;
    text-align: center;
}

.videoShow .videoBt {
    cursor: pointer;
    background: url(/template/images/videoBt.png?v=3) no-repeat center;
    background-size: 20% auto;
    height: 10rem;
}

.videoShow video, .videoShow object, .videoShow embed, .videoShow iframe {
    height: 10rem;
}

.shareTeDian li .three font {
    display: none;
}

.shareTeDian li:nth-child(3),.shareTeDian li:nth-child(4) {
    margin-bottom: 0.5rem;
}

.searchBody {
}

.searchBody .in_pro .left {
    display: none;
}

.searchBody .in_pro .right .list {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.searchBody .in_pro .right {
    padding-top: 0;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
    text-align: left;
}

.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;
}

.typeNav3 .content .type_2 {
    left: 33.5%;
}

.typeNav3 .content .type_3 {
    right: 0;
}

.typeNav3 .content .topTypeNav {
}

.typeNav3 .content .type_1 a {
    background: url(/template/images/wap_proIco_01.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_2 a {
    background: url(/template/images/wap_proIco_02.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .type_3 a {
    background: url(/template/images/wap_proIco_03.png?v=3) no-repeat center left;
    background-size: auto 0.6rem;
}

.typeNav3 .content .subTypeBox {
}

.typeNav3 .content .subTypeBox .sBox {
    -moz-box-shadow: 1px 1px 8px #999;
    -webkit-box-shadow: 1px 1px 8px #999;
    box-shadow: 0px 0px 3px #ccc;
    width: 100%;
    max-width: 95%;
    border-radius: 0.5rem;
    padding: 0 1.5%;
    background-color: #fff;
    vertical-align: middle;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    margin-left: 1%;
}

.typeNav3 .content .subTypeBox .jt {
    height: 0.6rem;
    background: url(/template/images/wap_jt2.png?v=3) no-repeat;
    background-size: auto 100%;
    margin-bottom: -0.3rem;
    position: relative;
    background-position-x: 50%;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg?v=3) 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;
}

.jhList {
    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(/template/images/pl_6.png?v=3) 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;
}

.caseShow .right .newBox .line_2 h1 {
    font-size: 1rem;
    text-align: center;
    padding: 0.5rem 0;
}

.ys2 {
    background: url(/template/images/ys8.jpg) no-repeat center top;
    background-size: 100% auto;
    min-height: 86rem;
}

.ys2 .center {
    padding-left: 10%;
}

.ys2 .part_1 {
    display: none;
}

.ys2 .part_2 {
    padding-top: 42.1rem;
}

.ys2 .part_3 {
    padding-top: 19.6rem;
}

.ys2 .part_4 {
    display: none;
}

.ys2 a {
}

.ys2 a img {
    height: 1.3rem;
}
