﻿@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 0.65rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
    word-wrap: break-word;
    white-space: normal;
    width: 100%;
    max-width: 100%;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.pcShow, .noShow {
    display: none !important;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg);
    background-size: 6rem auto;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 3px 8px #888;
    -webkit-box-shadow: 1px 3px 8px #888;
    box-shadow: 1px 3px 8px #888;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 2px 3px #ddd;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*文字渐变*/
.jianBian {
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.show_db {
    display: block;
}

.noInfor {
    line-height: 200%;
    text-align: center;
}

/*渐变背景*/
.grad {
    background: #f1f1f1;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fdfdfd, #f1f1f1);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
    line-height: 1.5rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 0.05rem solid #ccc;
    display: inline-block;
}

.pageNumber span, .pageNumber a:hover {
    border: 0.05rem solid #c70c17;
    color: #fff;
    background: #c70c17;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    float: left;
    width: 100%;
    max-width: 80%;
    line-height: 1.7rem;
    min-height: 1.7rem;
    color: #888888;
    padding: 0 2%;
    margin: 0;
    background-color: #fff;
    border: 0.05rem #C5C5C5 solid;
}

.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: right;
    width: 100%;
    max-width: 15%;
    cursor: pointer;
    color: #fff;
    border: 0;
    min-height: 1.8rem;
    line-height: 1.8rem;
    background: #b30000;
}

.in_banner {
    display: none;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.wapBanner_about {
    background: url("/template/images/wapBanner_about.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fbSure {
    background: url("/template/images/wapBanner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_down {
    background: url("/template/images/wapBanner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_case {
    background: url("/template/images/wapBanner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_contact {
    background: url("/template/images/wapBanner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_services {
    background: url("/template/images/wapBanner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_sitemap {
    background: url("/template/images/wapBanner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro1 {
    background: url("/template/images/wapBanner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro2 {
    background: url("/template/images/wapBanner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro3 {
    background: url("/template/images/wapBanner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_pro {
    background: url("/template/images/wapbanner_pro.jpg") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_new {
    background: url("/template/images/wapBanner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_fangAn {
    background: url("/template/images/wapBanner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_oem {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.wapBanner_dingzhi {
    background: url("/template/images/wapBanner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*-- 回到顶部 --*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

/* End  共享区 */
/* Star 头部 */
.head img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.head {
}

.head .line_1 {
    display: none;
}

.head .line_1 .center .left span {
    padding-left: 1.5em;
    background: url(/template/images/ico_1.png) no-repeat center left;
}

.head .line_1 .center .right a {
    text-decoration: none;
    color: #fff;
}

.head .line_1 .center .right a.setHome {
    padding-left: 1em;
    background: url(/template/images/ico_01.png) no-repeat center left;
}

.head .line_1 .center .right a.setKeep {
    padding-left: 1em;
    background: url(/template/images/ico_02.png) no-repeat center left;
}

.head .line_2 {
}

.head .line_2 .left {
    padding: 0.5rem 0;
    position: relative;
}

.head .line_2 .center .right {
    display: none;
}

.head .line_2 .center .right .s_1 {
    font-size: 17px;
}

.head .line_2 .center .right .s_2 {
    font-family: "Impact";
    font-size: 24px;
}

.head .t_nav {
    width: 100%;
    max-width: 45%;
    position: absolute;
    right: 0;
    top: 2.6rem;
    background: #003B92;
    z-index: 98;
    padding: 0.3rem 2%;
    border-radius: 0.3rem;
}

.head .t_nav a {
    width: 100%;
    max-width: 100%;
    line-height: 2.2rem;
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    border-bottom: 0.05rem solid #fff;
}

.head .line_3 a:hover {
    font-weight: bold;
}

/* Star 搜索框 */
.search {
    padding-bottom: 0.5rem;
}

.search .left p {
    background: url(/template/images/ico_4.jpg) no-repeat center left;
    margin: 0;
    padding: 0;
    padding-left: 2em;
}

.search .left p a {
    color: #BA131A;
    text-decoration: none;
}

.search .right a {
    color: #BA131A;
    text-decoration: none;
}

.search .right form {
    display: inline;
}

/* Star 关于我们 */
.about {
}

.about .center_1 {
}

.shareTitle {
    line-height: 2rem;
    background: #a01111;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.about .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_15.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.about .line_2 {
    padding: 0.5rem 2%;
    padding-bottom: 1rem;
}

.about .company {
    padding-top: 43px;
    margin-left: 5px;
}

.about .right {
}

.about .right .link {
    text-decoration: none;
    color: #fff;
    padding: 0.5em 2em;
    background: #E20001;
}

/* Star 产品中心 */
.pro {
}

.pro .center_1 {
}

.pro .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.pro .title .one {
    width: 166px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_12.png) no-repeat;
    text-align: right;
    padding-top: 19px;
    letter-spacing: 2px;
}

.pro .line_1 {
    display: none;
}

.pro .line_1 a {
    padding: 0.8em 2em;
    text-decoration: none;
    border: 1px solid #E20001;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.pro .line_1 a:hover {
    color: #fff;
    background: #E20001;
}

.pro .line_2 .proBox {
}

.pro .line_2 .proBox .left {
}

.pro .line_2 .proBox .left .type_title {
    display: none;
}

.pro .line_2 .proBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 48px;
}

.pro .line_2 .proBox .left .type_title .en {
    font-size: 13px;
    text-transform: uppercase;
}

.pro .line_2 .proBox .left .nLink a {
    float: left;
    text-align: center;
    line-height: 1.6rem;
    width: 100%;
    max-width: 31%;
    margin-left: 2%;
    background: #b30000;
    color: #fff;
    margin-bottom: 0.3rem;
    border-radius: 0.3rem;
    display: none;
}

.pro .line_2 .proBox .left a:hover {
    font-weight: bold;
}

.pro .line_2 .proBox .left .lastDiv {
    display: none;
}

.pro .line_2 .proBox .left a.last {
    background: url(/template/images/h_3.png) no-repeat center;
    background-position-x: 50px;
    border-bottom: 0;
    color: #fff;
    line-height: 112px;
}

.pro .line_2 .proBox .left a.last:hover {
    background: url(/template/images/h_3.png) no-repeat center;
    background-position-x: 50px;
}

.pro .line_2 .proBox .right {
    padding-bottom: 1rem;
}

.pro .line_2 .proBox .right .itemUL {
    padding-top: 0.8rem;
}

.pro .line_2 .proBox .right .item {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.3%;
    margin-bottom: 0.3rem;
}

.pro .line_2 .proBox .right .item .pic {
}

.pro .line_2 .proBox .right .item .txt {
}

.pro .line_2 .proBox .right .item .txt .proName {
    font-weight: bold;
    text-align: center;
    line-height: 1.5rem;
}

.pro .line_2 .proBox .right .item .txt .miaoShu {
    display: none;
}

.pro .line_2 .proBox .right .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.pro .line_2 .proBox .right .link a.one {
    background: #333;
}

.pro .line_2 .proBox .right .link a.two {
    background: #063995;
    margin-left: 17px;
}

/* Star 优势 */
.ys {
}

.ys .title {
    min-height: 300px;
}

.ys .title .one {
    background: url(/template/images/12_01.png) no-repeat center top;
    min-height: 192px;
}

.ys .title .two {
    background: url(/template/images/12_02.png) no-repeat center top;
    min-height: 113px;
}

.ys ul li {
    padding-left: 1.3em;
    background: url(/template/images/bot.png) no-repeat;
    font-size: 16px;
    color: #333;
    line-height: 41px;
    background-position: 0 16px;
}

.ys .line_1 {
    min-height: 262px;
    margin-top: 77px;
    background: url(/template/images/2_05.jpg) no-repeat center top;
}

.ys .line_1 ul {
    margin-left: 185px;
    padding-top: 65px;
}

.ys .line_1 ul li {
    width: 360px;
}

.ys .line_2 {
    min-height: 264px;
    margin-top: 32px;
    background: url(/template/images/2_11.jpg) no-repeat center top;
}

.ys .line_2 ul {
    margin-left: 588px;
    padding-top: 65px;
}

.ys .line_2 ul li {
    width: 330px;
}

.ys .line_3 {
    min-height: 258px;
    margin-top: 36px;
    background: url(/template/images/2_17.jpg) no-repeat center top;
}

.ys .line_3 ul {
    margin-left: 190px;
    padding-top: 58px;
}

.ys .line_3 ul li {
    width: 310px;
}

.ys .line_4 {
    min-height: 268px;
    margin-top: 33px;
    background: url(/template/images/2_23.jpg) no-repeat center top;
}

.ys .line_4 ul {
    margin-left: 588px;
    padding-top: 37px;
}

.ys .line_4 ul li {
    width: 362px;
}

.ys .line_5 {
    min-height: 267px;
    margin-top: 34px;
    background: url(/template/images/2_29.jpg) no-repeat center top;
}

.ys .line_5 ul {
    margin-left: 191px;
    padding-top: 65px;
}

.ys .line_5 ul li {
    width: 362px;
}

/* Star 案例 */
.cases {
    display: none;
}

.cases .center_1 {
}

.cases .title {
    min-height: 75px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.cases .title .one {
    width: 155px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_11.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.cases .line_2 {
    padding-top: 25px;
}

.cases .line_2 .item {
    width: 268px;
    min-height: 208px;
    background: url(/template/images/bj_3.jpg) no-repeat;
    float: left;
    margin-top: 25px;
    margin-left: 13px;
}

.cases .line_2 .item .casePic {
    display: block;
    margin-left: 1px;
    margin-top: 1px;
}

.cases .line_2 .item a {
    text-decoration: none;
    color: #333;
}

.cases .line_2 .item p {
    text-align: center;
    line-height: 35px;
}

/* Star news */
.news {
    padding-bottom: 1.5rem;
}

.news .center_1 {
}

.news .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
    padding-top: 10px;
}

.news .title .one {
    width: 137px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t_5.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.news .line_1 {
    display: none;
}

.news .line_1 a {
    border: 1px solid #E20001;
    padding: 14px 53px;
    color: #333;
    text-decoration: none;
    background: #fff;
}

.news .line_2 {
}

/* Star foot */
.foot {
}

/* Star feedback */
.foot .feedback {
    padding-bottom: 1.5rem;
}

.foot .feedback .left {
}

.foot .feedback .left form {
    display: block;
}

.foot .feedback .left .line_1 {
    /* background: url(/template/images/t_bj.png) no-repeat center bottom; */
    padding-bottom: 0.3rem;
    text-align: center;
}

.foot .feedback .left .line_1 .one {
    background: url(/template/images/t2_03.png) no-repeat;
    background-size: 93% auto;
    font-size: 1rem;
    font-weight: bold;
    color: #1e1e1e;
    padding-top: 0.55rem;
    padding-left: 9%;
    letter-spacing: 2px;
    background-position: 2px 0px;
    display: inline-block;
}

.foot .feedback .left .line_2 {
    padding-top: 0.8rem;
    text-align: center;
}

.foot .feedback .left .line_2 input[type="text"], .foot .feedback .left .line_2 textarea {
    border: 0.05rem solid #ccc;
    background: #FAFAFA;
    border-radius: 0.3rem;
    display: inline-block;
    width: 100%;
    max-width: 93%;
    margin: 0;
    padding: 0.2rem 2%;
    margin-bottom: 0.5rem;
}

.foot .feedback .left .line_2 textarea {
    min-height: 6rem;
    line-height: 200%;
}

.foot .feedback .left .line_3 {
    text-align: center;
}

.foot .feedback .left .line_3 input[type="submit"] {
    border: 0;
    background: #f57100;
    color: #fff;
    cursor: pointer;
    border-radius: 0.3rem;
    width: 100%;
    max-width: 97%;
    line-height: 1.8rem;
    font-size: 0.9rem;
}

.foot .feedback .right {
    display: none;
}

.foot .feedback .right .line_1 {
    background: url(/template/images/line_2.png) no-repeat bottom left;
    min-height: 72px;
}

.foot .feedback .right .line_1 .one {
    background: url(/template/images/t2_06.png) no-repeat;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    padding-top: 16px;
    padding-left: 44px;
    letter-spacing: 2px;
    background-position: 2px 0px;
}

.foot .feedback .right .line_2 {
    padding-top: 26px;
}

.foot .feedback .right .line_2 ul li {
    padding: 13px 6px;
    border-bottom: 1px dashed #ccc;
    min-height: 93px;
}

.foot .feedback .right .line_2 ul li .sub_left {
    float: left;
    width: 115px;
}

.foot .feedback .right .line_2 ul li .sub_right {
    float: right;
    width: 375px;
}

.foot .feedback .right .line_2 ul li a {
    text-decoration: none;
}

.foot .feedback .right .line_2 ul li .wen a {
    padding-left: 30px;
    background: url(/template/images/bot_3.png) no-repeat;
    color: #192a74;
    font-size: 16px;
    background-position-y: 4px;
    line-height: 26px;
}

.foot .feedback .right .line_2 ul li .da {
    color: #999;
    font-size: 13px;
    min-height: 38px;
    padding: 5px 0;
}

.foot .feedback .right .line_2 ul li .three {
    text-align: right;
}

.foot .feedback .right .line_2 ul li .three a {
    color: #FF0000;
    border: 1px solid #FF0000;
    padding: 0 16px;
    font-size: 12px;
}

/* Star foot_nav */
.foot .foot_nav {
    display: none;
}

.foot .foot_nav .line_1 {
}

.foot .foot_nav .line_1 a {
    text-decoration: none;
    color: #fff;
    padding: 0px 40px;
    border-right: 1px solid #fff;
}

/* Star f_contact */
.foot .f_contact {
}

.foot .f_contact a {
    color: #fff;
    text-decoration: none;
}

.foot .f_contact .center_1 {
}

.foot .f_contact .UL_big {
    color: #fff;
}

.foot .f_contact .L_1 {
    display: none;
}

.foot .f_contact .L_1 .one .f_logo {
    display: block;
    margin-left: 68px;
}

.foot .f_contact .L_1 .one .txt {
    font-size: 16px;
    padding-top: 18px;
}

.foot .f_contact .L_1 .two {
    font-size: 15px;
    line-height: 23px;
    padding-top: 21px;
}

.foot .f_contact .L_2 .two a, .foot .f_contact .L_3 .two a {
    background: url(/template/images/bot_6.png) no-repeat center left;
    text-decoration: none;
    color: #fff;
    float: left;
    padding-left: 14px;
    line-height: 30px;
    width: 113px;
    font-size: 15px;
}

.foot .f_contact .L_2 .two a.last, .foot .f_contact .L_3 .two a.last {
    background: none;
}

.foot .f_contact .L_2, .foot .f_contact .L_3 {
    display: none;
}

.foot .f_contact .L_2 .one, .foot .f_contact .L_3 .one {
    background: url(/template/images/ico_10.png) no-repeat;
    padding-left: 20px;
    background-position: 0 4px;
    font-size: 15px;
    font-weight: bold;
}

.foot .f_contact .L_2 .one .line, .foot .f_contact .L_3 .one .line {
    width: 14px;
    height: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.foot .f_contact .L_2 .two, .foot .f_contact .L_3 .two {
    padding-top: 11px;
}

.foot .f_contact .L_4 {
    padding: 0.8rem 0.5rem;
    text-align: left;
    color: #fff;
    background: #a05b40;
}

.foot .f_contact .L_4 p {
    margin: 0;
    padding: 0;
}

.foot .f_contact .L_4 .one {
    font-weight: bold;
    font-size: 0.8rem;
}

.foot .f_contact .L_4 .one .line {
}

.foot .f_contact .L_4 .two {
    line-height: 200%;
    padding-top: 0.3rem;
}

.foot .f_contact .L_5 {
    display: none;
}

.foot .f_contact .L_5 .ewm {
    border-radius: 3px;
}

.foot .f_contact .L_5 .two {
    padding-top: 8px;
}

/* Star f_BQ */
.foot .f_BQ {
    background: #ddd;
    text-align: center;
    padding: 0.5rem 1%;
    line-height: 150%;
    color: #666;
}

.foot .f_BQ a {
    color: #666;
}

/* Star in_pro */
.in_pro {
    padding: 0.5rem 0;
}

.in_pro .center_1 {
}

.in_pro .title {
    min-height: 3rem;
    /* background: url(/template/images/t_bj.png) no-repeat center bottom; */
}

.in_pro .title .one {
    width: 100%;
    max-width: 47%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_12.png) no-repeat;
    background-size: auto 2.5rem;
    padding-top: 0.8rem;
    text-align: center;
    text-indent: 2rem;
}

.in_pro .line_1 {
    padding-top: 0.2rem;
    text-align: center;
}

.in_pro .line_1 a {
    float: left;
    border: 0.05rem solid #E20001;
    color: #333;
    background: #fff;
    line-height: 2rem;
    width: 100%;
    max-width: 49.3%;
}

.in_pro .line_2 .proBox {
}

.in_pro .line_2 .proBox .left {
}

.in_pro .line_2 .proBox .left .type_title {
    display: none;
}

.in_pro .line_2 .proBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 48px;
}

.in_pro .line_2 .proBox .left .type_title .en {
    font-size: 13px;
    text-transform: uppercase;
}

.in_pro .line_2 .proBox .left .sub_nav {
    padding-top: 0.3rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.in_pro .line_2 .proBox .left a {
    float: left;
    width: 100%;
    max-width: 50%;
    background: url(/template/images/h_1.png) no-repeat center left;
    background-position-x: 0.3rem;
    line-height: 2rem;
    color: #333;
    text-indent: 18%;
    border-bottom: 0.05rem dashed #ddd;
}

.in_pro .line_2 .proBox .left a:last-child {
    background: none;
    color: #ff0000;
    text-align: center;
    text-indent: 0;
}

.in_pro .line_2 .proBox .left a.last:hover {
    background: none;
}

.in_pro .line_2 .proBox .left a:hover, .in_pro .line_2 .proBox .left .sub_nav .curNav {
    color: #ff0000;
    font-weight: bold;
    background: url(/template/images/h_6.png) no-repeat center left;
    background-position-x: 0.3rem;
}

.in_pro .line_2 .proBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.in_pro .line_2 .proBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    padding-bottom: 23px;
}

.in_pro .line_2 .proBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.in_pro .line_2 .proBox .right {
}

.in_pro .line_2 .proBox .right .itemUL {
}

.in_pro .line_2 .proBox .right .sun_line_1 {
    display: none;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.3%;
    margin-bottom: 0.38rem;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .pic {
    display: block;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .txt {
    padding-top: 0.2rem;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .txt .proName {
    text-align: center;
    line-height: 1.3rem;
    display: block;
    border: 0.05rem solid #ddd;
    background: #F2F2F2;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .txt .miaoShu {
    display: none;
}

.in_pro .line_2 .proBox .right .sun_line_2 .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.in_pro .line_2 .proBox .right .link a.one {
    background: #333;
}

.in_pro .line_2 .proBox .right .link a.two {
    background: #063995;
    margin-left: 17px;
}

/* Star proScroll */
.in_pro .proScroll {
    margin-left: 1px;
    width: 840px;
    padding: 17px 0;
    /*-moz-box-shadow:0px 2px 5px #ccc; -webkit-box-shadow:0px 2px 5px #ccc; box-shadow:0px 2px 5px #ccc;*/
}

.in_pro .proScroll .item_more {
    width: 834px;
    overflow: hidden;
}

.in_pro .proScroll .item_more .bd {
    position: relative;
}

.in_pro .proScroll .item_more .bd ul.piclist {
    width: 2529px;
    margin-left: 27px;
}

.in_pro .proScroll .item_more .bd ul.piclist li {
    border: 1px solid #ccc;
    width: 220px;
    min-height: 220px;
    float: left;
    margin: 30px 9px 0 9px;
    background: #fff;
    text-align: center;
    padding: 10px;
}

.in_pro .proScroll .item_more .bd .tempWrap {
    overflow: hidden;
    position: relative;
    left: 27px;
}

.in_pro .proScroll .item_more .bd a.prev {
    position: absolute;
    z-index: 9;
    overflow: hidden;
    top: 139px;
    display: block;
    width: 19px;
    height: 40px;
    background: url(/template/images/prev_bt.png) no-repeat;
    cursor: pointer;
}

.in_pro .proScroll .item_more .bd a.prev:hover {
    background-position-y: -40px;
}

.in_pro .proScroll .item_more .bd a.next {
    position: absolute;
    top: 139px;
    right: 0px;
    display: block;
    width: 19px;
    height: 40px;
    background: url(/template/images/next_bt.png) no-repeat;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
}

.in_pro .proScroll .item_more .bd a.next:hover {
    background-position-y: -40px;
}

.in_pro .proScroll .item_more .item .txt .proName {
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
}

.fa_scroll {
    display: none;
}

.fa_scroll .center_1 {
    padding-top: 48px;
}

.fa_scroll .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.fa_scroll .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t_13.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

/* Star in_contact */
.in_contact .in_1 {
    padding: 1rem 0;
    padding-bottom: 2rem;
}

.in_contact .in_1 .center_1 {
}

.in_contact .in_1 .line_1 {
    text-align: center;
    padding-bottom: 1rem;
}

.in_contact .in_1 .line_1 .sub_line_1 {
    padding-bottom: 0.38rem;
}

.in_contact .in_1 .line_1 .sub_line_2 {
    border-bottom: 0.1rem solid #d10212;
    font-size: 0.9rem;
    color: #000;
    padding-bottom: 0.3rem;
    display: inline-block;
}

.in_contact .in_1 .line_2 {
    display: none;
    color: #666;
    line-height: 200%;
    padding: 0.5rem 2%;
    font-size: 0.75rem;
    text-align: justify;
}

.in_contact .in_1 .line_3 {
}

.in_contact .in_1 .line_3 .left {
}

.in_contact .in_1 .line_3 .left img.pic_2 {
}

.in_contact .in_1 .line_3 .right {
    padding-top: 1rem;
}

.in_contact .in_1 .line_3 .right .s_title {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.2rem;
}

.in_contact .in_1 .line_3 .right .txt {
    padding-left: 11%;
    background: url(/template/images/a1.png) no-repeat;
    background-size: 100% auto;
    line-height: 2rem;
    padding-top: 0.3rem;
}

.in_contact .in_1 .line_3 .right .txt p {
    padding: 0;
    margin: 0;
}

.in_contact .in_1 .line_4 {
    padding-top: 0.5rem;
}

/* Star proShow */
.proShow .proBox {
}

.proShow .proBox .left {
    display: none;
}

.proShow .proBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.proShow .proBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 40px;
}

.proShow .proBox .left .type_title .en {
    font-size: 18px;
    letter-spacing: 5px;
}

.proShow .proBox .left .sub_nav {
    min-height: 740px;
}

.proShow .proBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/template/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 51px;
    color: #333;
    background-position-x: 50px;
}

.proShow .proBox .left a.first {
    font-weight: bold;
    color: #063995;
    font-size: 17px;
    background: #E4E4E4;
    text-align: center;
    text-indent: 0;
    line-height: 68px;
}

.proShow .proBox .left a.first:hover {
    background: #E4E4E4;
    color: #063895;
}

.proShow .proBox .left a.last {
    background: none;
    color: #e20000;
    text-align: center;
    text-indent: 0;
}

.proShow .proBox .left a.last:hover {
    background: none;
}

.proShow .proBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.proShow .proBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.proShow .proBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    padding-bottom: 18px;
}

.proShow .proBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.proShow .proBox .right {
}

.proShow .proBox .right .line_2 .sub_right .two {
    padding-left: 2%;
}

.proShow .proBox .right .line_2 .sub_right .two p {
    margin: 0;
    padding: 0;
}

/* Star newsList */
.newsList {
    padding: 0.5rem 0;
}

.newsList .center_2 {
}

.newsList .newsBox {
    padding-top: 1rem;
}

.newsList .newsBox .left {
    display: none;
}

.newsList .newsBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.newsList .newsBox .left .sub_nav {
    padding-bottom: 15px;
}

.newsList .newsBox .left a {
    text-decoration: none;
    display: block;
    min-height: 3em;
    border: 1px solid #063793;
    line-height: 65px;
    color: #333;
    text-align: center;
    border-top: 0;
}

.newsList .newsBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_5.png) no-repeat center;
}

.newsList .newsBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.newsList .newsBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
    border: 1px solid #063793;
    border-top: 0;
}

.newsList .newsBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.newsList .newsBox .right {
}

.newsList .newsBox .right .line_1 {
    display: none;
}

.newsList .newsBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.newsList .newsBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.newsList .newsBox .right .line_2 {
}

.newsList .newsBox .right .line_2 .ItemAll a {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 0.3rem;
    padding: 0.2rem 1%;
    width: 100%;
    max-width: 95%;
    margin-left: 1.5%;
    display: block;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left {
    float: left;
    width: 100%;
    max-width: 38%;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left .big {
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left .small {
    font-size: 13px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right {
    float: right;
    width: 100%;
    max-width: 59%;
    padding-top: 0.1rem;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right .one {
    font-size: 0.8rem;
    font-weight: bold;
    color: #e20000;
    text-decoration: none;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right .two {
    line-height: 160%;
    color: #999;
    padding-top: 0.2rem;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.newsList .newsBox .right .line_2 .ItemAll a:hover dd.sub_left .big, .newsList .newsBox .right .line_2 .ItemAll a:hover dd.sub_right .one {
    color: #e20202;
}

.xgPro_scroll {
    display: none;
}

.xgPro_scroll .center_1 {
    padding-top: 48px;
}

.xgPro_scroll .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.xgPro_scroll .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/bj_12.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

/* Star newShow */
.newShow {
    padding: 0.5rem 0;
}

.newShow .center_2 {
}

.newShow .newsBox {
}

.newShow .newsBox .left {
    display: none;
}

.newShow .newsBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.newShow .newsBox .left .sub_nav {
    padding-bottom: 15px;
}

.newShow .newsBox .left a {
    text-decoration: none;
    display: block;
    min-height: 3em;
    border: 1px solid #063793;
    line-height: 65px;
    color: #333;
    text-align: center;
    border-top: 0;
}

.newShow .newsBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_5.png) no-repeat center;
}

.newShow .newsBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.newShow .newsBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
    border: 1px solid #063793;
    border-top: 0;
}

.newShow .newsBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.newShow .newsBox .right {
}

.newShow .newsBox .right .line_1 {
    display: none;
}

.newShow .newsBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.newShow .newsBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.newShow .newsBox .right .line_2 {
}

.newShow .newsBox .right .line_2 h1 {
    font-size: 1rem;
    color: #E30201;
    text-align: center;
    line-height: 150%;
}

.newShow .newsBox .right .line_2 .two {
    color: #666;
    padding: 0.6rem 0;
    text-align: center;
    border-bottom: 0.05rem dashed #ddd;
}

/* Star caseList */
.caseList .in_1 {
    display: none;
}

.caseList .in_1 .center_1 {
}

.caseList .in_1 .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.caseList .in_1 .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/bj_10.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.caseList .in_1 .txt {
    background: url(/template/images/bj_11.png) no-repeat center bottom;
    min-height: 408px;
    padding-top: 82px;
}

.caseList .in_1 .txt .UL_2 {
    padding-top: 178px;
    letter-spacing: 1px;
}

.caseList .in_1 .txt ul li {
    width: 130px;
    padding: 15px;
    margin-left: 35px;
}

.caseList .in_1 .txt ul li .one {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #d10212;
}

.caseList .in_1 .txt ul li .two {
    font-size: 15px;
    color: #858585;
    padding-top: 58px;
}

.caseList .in_2 {
    padding: 1rem 0;
    padding-bottom: 0;
}

.caseList .in_2 .center_1 {
}

.caseList .in_2 .title {
}

.caseList .in_2 .title .one {
    width: 100%;
    max-width: 47%;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: bold;
    color: #1e1e1e;
    padding-top: 0.8rem;
    text-align: right;
    background: url(/template/images/bj_17.png) no-repeat;
    background-size: auto 2.5rem;
}

.caseList .in_2 .line_2 {
    padding-top: 1rem;
}

.caseList .in_2 .line_2 .left {
}

.caseList .in_2 .line_2 .left .itemDL {
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 0.3rem;
    padding: 0.2rem 1%;
    width: 100%;
    max-width: 95%;
    margin-left: 1%;
}

.caseList .in_2 .line_2 .left .itemDL .sub_left {
    float: left;
    width: 100%;
    max-width: 38%;
}

.caseList .in_2 .line_2 .left .itemDL .sub_left .pic {
    height: 5rem;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right {
    float: right;
    width: 100%;
    max-width: 59%;
    padding-top: 0.1rem;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .a_name {
    font-size: 0.8rem;
    font-weight: bold;
    color: #e20000;
    text-decoration: none;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .two {
    line-height: 180%;
    color: #999;
    padding-top: 0.2rem;
    font-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .three {
    display: none;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .three a.more {
    color: #e20000;
    font-size: 14px;
    text-decoration: none;
}

.caseList .in_2 .line_2 .right {
    display: none;
}

.caseList .in_2 .line_2 .right .two {
    min-height: 473px;
    padding: 0 25px;
}

.caseList .in_2 .line_2 .right .two input[type="text"], .caseList .in_2 .line_2 .right .two textarea {
    border: 1px solid #ccc;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
    display: block;
    width: 346px;
    margin: 15px 0;
}

.caseList .in_2 .line_2 .right .two textarea {
    min-height: 92px;
}

.caseList .in_2 .line_2 .right .two input[type="submit"] {
    border: 0;
    background: #E10101;
    color: #fff;
    padding: 7px 50px;
    cursor: pointer;
}

.caseList .in_2 .line_2 .right .three {
    background: url(/template/images/10_07.jpg) no-repeat center top;
    min-height: 73px;
    font-size: 33px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    padding-top: 42px;
}

/* Star caseShow */
.caseShow {
    padding: 0.5rem 0;
}

.caseShow .center_2 {
}

.caseShow .caseBox {
}

.caseShow .caseBox .left {
    display: none;
}

.caseShow .caseBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.caseShow .caseBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 40px;
}

.caseShow .caseBox .left .type_title .en {
    font-size: 18px;
    letter-spacing: 5px;
}

.caseShow .caseBox .left .sub_nav {
    min-height: 740px;
}

.caseShow .caseBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/template/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 51px;
    color: #333;
    background-position-x: 50px;
}

.caseShow .caseBox .left a.first {
    font-weight: bold;
    color: #063995;
    font-size: 17px;
    background: #E4E4E4;
    text-align: center;
    text-indent: 0;
    line-height: 68px;
}

.caseShow .caseBox .left a.first:hover {
    background: #E4E4E4;
    color: #063895;
}

.caseShow .caseBox .left a.last {
    background: none;
    color: #e20000;
}

.caseShow .caseBox .left a.last:hover {
    background: none;
}

.caseShow .caseBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.caseShow .caseBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.caseShow .caseBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
}

.caseShow .caseBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.caseShow .caseBox .right {
}

.caseShow .caseBox .right .line_1 {
    display: none;
}

.caseShow .caseBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.caseShow .caseBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.caseShow .caseBox .right .line_2 {
}

.caseShow .caseBox .right .line_2 h1 {
    font-size: 1rem;
    color: #E30201;
    text-align: center;
    line-height: 150%;
}

.caseShow .caseBox .right .line_2 .two {
    color: #666;
    padding: 0.6rem 0;
    text-align: center;
    border-bottom: 1px dashed #ddd;
}

/* Star search pro */
.pro_Search .proBox .right {
}

.pro_Search .proBox .right .line_2 {
    width: 846px;
    overflow: hidden;
}

.pro_Search .proBox .right .line_2 .itemUL {
    display: inline-block;
}

.pro_Search .proBox .right .line_2 .item {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.3%;
    margin-bottom: 0.38rem;
}

.pro_Search .proBox .right .line_2 .item .pic {
    display: block;
}

.pro_Search .proBox .right .line_2 .item .txt {
    padding-top: 0.2rem;
}

.pro_Search .proBox .right .line_2 .item .txt .proName {
    text-align: center;
    line-height: 1.3rem;
    display: block;
    border: 0.05rem solid #ddd;
    background: #F2F2F2;
}

.pro_Search .proBox .right .line_2 .item .txt .miaoShu {
    display: none;
}

.pro_Search .proBox .right .line_2 .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.pro_Search .proBox .right .line_2 .link a.one {
    background: #333;
}

.pro_Search .proBox .right .line_2 .link a.two {
    background: #063995;
    margin-left: 17px;
}

/* in_feedback */
.in_feedback {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.in_feedback .center_1 {
}

.in_feedback .title {
    padding-bottom: 0.3rem;
    text-align: center;
}

.in_feedback .title .one {
    background: url(/template/images/t2_03.png) no-repeat;
    background-size: 93% auto;
    font-size: 1rem;
    font-weight: bold;
    color: #1e1e1e;
    padding-top: 0.55rem;
    padding-left: 9%;
    letter-spacing: 0.1rem;
    display: inline-block;
}

.in_feedback .line_2 {
    padding-top: 0.8rem;
    text-align: center;
}

.in_feedback .line_2 .left {
}

.in_feedback .line_2 .right {
}

.foot .in_feedback .line_2 input[type="text"], .foot .in_feedback .line_2 textarea {
    border: 0.05rem solid #ccc;
    background: #FAFAFA;
    border-radius: 0.3rem;
    display: inline-block;
    width: 100%;
    max-width: 93%;
    margin: 0;
    padding: 0.2rem 2%;
    margin-bottom: 0.5rem;
}

.foot .in_feedback .line_2 textarea {
    min-height: 6rem;
    line-height: 200%;
}

.foot .in_feedback .line_3 {
    text-align: center;
}

.foot .in_feedback .line_3 input[type="submit"] {
    border: 0;
    background: #f57100;
    color: #fff;
    cursor: pointer;
    border-radius: 0.3rem;
    width: 100%;
    max-width: 97%;
    line-height: 1.8rem;
    font-size: 0.9rem;
}

/* in_about */
.in_about .in_1 {
}

.in_about .in_1 .line_1 {
    text-align: center;
}

.in_about .in_1 .line_1 .sub_line_1 {
    padding-bottom: 0.35rem;
}

.in_about .in_1 .line_1 .sub_line_2 {
    border-bottom: 0.1rem solid #d10212;
    font-size: 0.9rem;
    color: #000;
    padding-bottom: 0.3rem;
    display: inline-block;
}

.in_about .in_1 .line_2 {
    padding-top: 1rem;
    font-size: 0.75rem;
}

.in_about .in_1 .line_2 .center_2 {
}

.in_about .in_1 .line_2 .left {
    text-align: center;
    line-height: 250%;
    font-weight: bold;
}

.in_about .in_1 .line_2 .left .sub_line_2 {
    padding-top: 35px;
}

.in_about .in_1 .line_2 .left .sub_line_2 li {
    float: left;
    width: 173px;
}

.in_about .in_1 .line_2 .right {
    padding: 0.3rem;
    text-align: justify;
    padding-bottom: 1rem;
}

.in_about .in_2 {
    background: url(/template/images/about_bj.png);
    padding: 1.5rem 0;
}

.in_about .in_2 .line_1 {
    text-align: center;
}

.in_about .in_2 .line_1 .sub_line_1 {
    padding-bottom: 0.38rem;
}

.in_about .in_2 .line_1 .sub_line_2 {
    border-bottom: 0.1rem solid #d10212;
    font-size: 0.8rem;
    color: #000;
    padding-bottom: 0.2rem;
    display: inline-block;
}

.in_about .in_2 .line_2 {
    padding-top: 1rem;
}

.in_about .in_2 .line_2 .left {
    display: none;
}

.in_about .in_2 .line_2 .right {
}

.in_about .in_2 .line_2 .right .DL {
}

.in_about .in_2 .line_2 .right .DL dd {
    float: left;
    width: 100%;
    max-width: 48.5%;
    height: 5rem;
    overflow: hidden;
    margin-bottom: 0.2rem;
    margin-left: 1%;
    position: relative;
}

.in_about .in_2 .line_2 .right .DL dd .txt {
    width: 100%;
    max-width: 100%;
    line-height: 1.5rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    background: url(/template/images/bj_18.png);
}

.in_about .in_3 {
    display: none;
}

.in_about .in_3 .line_1 {
    text-align: center;
}

.in_about .in_3 .line_1 .sub_line_1 {
    padding-bottom: 0.38rem;
}

.in_about .in_3 .line_1 .sub_line_2 {
    border-bottom: 0.1rem solid #d10212;
    font-size: 0.9rem;
    color: #000;
    padding-bottom: 0.3rem;
    display: inline-block;
}

.in_about .in_3 .line_2 {
    padding-top: 1rem;
    background: url(/template/images/a_3.jpg) no-repeat center bottom;
}

.in_about .in_3 .line_2 .sub_title .dd_1 {
    font-size: 18px;
    color: #164299;
    padding-top: 41px;
}

.in_about .in_3 .line_2 .sub_title .dd_2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}

.in_about .in_3 .line_2 .txt {
    font-size: 13px;
    color: #666;
    line-height: 28px;
    padding-top: 42px;
    letter-spacing: 1px;
}

.in_about .in_3 .line_2 .one {
    padding-left: 784px;
    padding-right: 28px;
}

.in_about .in_3 .line_2 .two {
    padding-top: 54px;
    padding-left: 45px;
    padding-right: 770px;
}

.in_about .in_3 .line_2 .two .sub_title {
    padding-left: 190px;
}

.noSearch {
    padding-bottom: 35px;
    min-height: 534px;
    background: url(/template/images/bj_30.jpg) no-repeat center;
}

.noSearch .one {
    padding-top: 384px;
    padding-left: 279px;
}

.noSearch a {
    display: inline-block;
    height: 49px;
    width: 166px;
    margin-right: 18px;
}

.tzBox {
    display: inline-block;
}

.caseShow .caseBox .right .line_3 {
    color: #666;
    padding: 0.5rem 2%;
    text-align: justify;
}

.caseShow .caseBox .right .line_4 {
    padding-top: 0.5rem;
}

.caseShow .caseBox .right .line_3,.caseShow .caseBox .right .line_3 p, .caseShow .caseBox .right .line_3 span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.proShow {
}

.proShow .psCenter {
}

.proShow .proBox .right .line_1 {
    line-height: 2rem;
    background: #b30000;
}

.proShow .proBox .right .line_3 {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.proShow .proBox .right .line_4 {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.proShow .proBox .right .line_1 .l_1 {
    float: left;
    width: 100%;
    max-width: 12%;
    background: url(/template/images/wap_index.png) no-repeat center;
}

.pro_Search .proBox .right .line_1 .sub_right {
    float: right;
}

.proShow .proBox .right .line_1 .sub_right a.more {
    text-decoration: none;
    font-size: 16px;
    color: #063895;
}

.proShow .proBox .right .line_3 .st_3 {
    background: url(/template/images/bj_13.png) no-repeat center top;
    min-height: 51px;
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.proShow .proBox .right .line_3 .txt {
    padding: 0.3rem;
}

.proShow .proBox .right .line_3 .txt, .proShow .proBox .right .line_3 .txt p, .proShow .proBox .right .line_3 .txt span {
    font-size: 0.7rem !important;
    line-height: 200% !important;
    color: #666;
}

.proShow .proBox .right .line_3 .txt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.proShow .proBox .right .line_4 .st_4 {
    background: url(/template/images/bj_13.png) no-repeat center top;
    min-height: 51px;
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.proShow .proBox .right .line_4 .txt {
    padding: 0.3rem;
}

.proShow .proBox .right .line_4 .pic {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.proShow .proBox .right .line_2 {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.proShow .proBox .right .line_2 .ul_2 {
    position: relative;
    padding-top: 1.6rem;
}

.proShow .proBox .right .line_2 .ul_2 .sub_left {
    text-align: center;
}

.proShow .proBox .right .line_2 .ul_2 .sub_left img {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    border: 0.05rem solid #ccc;
}

.proShow .proBox .right .line_2 .ul_2 .sub_right {
}

.proShow .proBox .right .line_2 .ul_2 .sub_right .one {
    color: #063895;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    padding-top: 0.5rem;
}

.proShow .proBox .right .line_2 .ul_2 .sub_right .three {
    display: none;
}

.caseList .in_1 .txt ul.UL_2 .L_1 {
    margin-left: 12px;
}

.caseList .in_1 .txt .UL_2 .L_4 {
    margin-left: 30px;
}

.caseList .in_1 .txt .UL_2 .L_5 {
    margin-left: 25px;
}

.caseList .in_1 .txt .UL_2 .L_6 {
    margin-left: 30px;
}

.head .line_2 .center .left .tLogo {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.head .line_2 .center .left .tLogo .logo {
    width: 30%;
    height: auto;
    padding: 0.1rem 2%;
    float: left;
}

.head .line_2 .center .left .tLogo p {
    float: right;
    width: 47%;
    max-width: 47%;
    padding-right: 16%;
    color: #222;
    border-left: 0.1rem solid #c1c1c1;
    padding-left: 2%;
    margin: 0;
}

.head .line_2 .center .left .tLogo p .big {
    font-size: 0.9rem;
    font-weight: bold;
}

.head .line_2 .center .left .tLogo p .small {
    font-size: 0.75rem;
}

.head .line_2 .center .left .tLogo p span {
    display: block;
}

.menunavbtn {
    width: 23%;
    max-width: 10%;
    height: 1.8rem;
    line-height: 39px;
    position: absolute;
    right: 2%;
    top: 0.2rem;
    z-index: 1000;
    cursor: pointer;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #f55319;
    font-size: 0.8rem;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.head .t_nav a:last-child {
    border: 0;
}

.search .left {
    display: none;
}

.search .searchUL {
}

.search .searchUL .right {
    padding: 0.3rem 0;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 97%;
    margin-left: 1.5%;
}

.search .searchUL .right .txt {
    display: none;
}

.shareTitle span {
    display: block;
}

.shareTitle p {
    margin: 0;
    float: right;
    padding-right: 2%;
    color: #fff;
}

.shareTitle .fl {
    display: inline-block;
    color: #FFFFFF;
    padding-left: 3%;
    padding-right: 3%;
    background: #ea8e04;
    font-size: 0.7rem;
    font-weight: bold;
}

.shareTitle p .more {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.6rem;
}

.about .right .two {
    display: none;
}

.about .right .one {
    padding-top: 0.3rem;
}

.about .right .one, .about .right .one p,.about .right .one span {
    line-height: 180% !important;
    color: #333;
    text-indent: 0 !important;
}

.about .right .one p {
    padding: 0 !important;
    margin: 0 !important;
    padding-bottom: 0.3rem !important;
}

.pro .line_2 .proBox .left .nLink {
    padding: 0.5rem 0;
    padding-top: 0.8rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding-bottom: 1rem;
}

.pro .line_2 .proBox .left .nLink a:nth-child(1),.pro .line_2 .proBox .left .nLink a:nth-child(2),.pro .line_2 .proBox .left .nLink a:nth-child(3),.pro .line_2 .proBox .left .nLink a:nth-child(4),.pro .line_2 .proBox .left .nLink a:nth-child(5),.pro .line_2 .proBox .left .nLink a:nth-child(6),.pro .line_2 .proBox .left .nLink a:nth-child(7),.pro .line_2 .proBox .left .nLink a:nth-child(8),.pro .line_2 .proBox .left .nLink a:nth-child(9) {
    display: block;
}

.pro .line_2 .proBox .right .item .pic img {
    padding: 0.1rem 1%;
    border: 0.05rem solid #eee;
    max-width: 97%;
}

.pro .line_2 .proBox .right .item .txt .link {
    display: none;
}

.indexBody .ys {
    display: none;
}

.news .line_2 .newPic {
    display: none;
}

.news .line_2 .txt {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.news .line_2 .txt .three {
    display: none;
}

.news .line_2 .txt .one {
    float: right;
    vertical-align: middle;
    display: inline-block;
    color: #999;
}

.news .line_2 .txt .one .big:before {
    content: "-";
}

.news .line_2 .txt .one div {
    display: inline-block;
}

.news .line_2 .txt .one .big {
    float: right;
}

.news .line_2 .txt .two {
    float: left;
    width: 100%;
    max-width: 73%;
}

.news .line_2 .newScroll {
}

.news .line_2 .newScroll .picList {
}

.news .line_2 .newScroll .picList li {
    display: none;
}

.news .line_2 .newScroll .picList li a {
    display: block;
    line-height: 1.8rem;
    padding-left: 5%;
    border-bottom: 0.05rem dashed #ddd;
    text-align: left;
    background: url(/template/images/wap_dote.jpg) no-repeat center left;
    background-position-x: 2%;
    padding-right: 2%;
}

.news .line_2 .newScroll .picList li:nth-child(1),.news .line_2 .newScroll .picList li:nth-child(2),.news .line_2 .newScroll .picList li:nth-child(3),.news .line_2 .newScroll .picList li:nth-child(4),.news .line_2 .newScroll .picList li:nth-child(5),.news .line_2 .newScroll .picList li:nth-child(6) {
    display: block;
}

.foot .f_contact .shareFootTel {
    width: 100%;
    max-width: 100%;
    background: #b30000;
    line-height: 1.8rem;
}

.foot .f_contact .shareFootTel .toTop {
    float: right;
    width: 100%;
    max-width: 30%;
    height: 1.8rem;
    background: url(/template/images/wap_btop.png) no-repeat center center;
}

.foot .f_contact .shareFootTel .telTxt {
    float: left;
    width: 100%;
    max-width: 65%;
    text-align: left;
    padding-right: 3%;
}

.foot .f_contact .shareFootTel .toTop .white {
    display: block;
    height: 1.8rem;
}

.foot .f_contact .shareFootTel .telTxt span {
    color: #fff;
    font-weight: bold;
    text-align: left;
    margin-left: 3%;
    display: block;
}

.foot .f_contact .shareFootTel .telTxt span a {
    color: #fff;
    display: inline-block;
    /* padding-right: 20%; */
}

.FootderC {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 0;
    display: block;
    left: 0;
    z-index: 30;
}

.footbtn {
    width: 100%;
    height: 3.5rem;
    border-top: 0.05rem solid #E9F0F4;
    background: #003892;
}

.footbtn li {
    float: left;
    width: 100%;
    max-width: 24.7%;
    height: 100%;
}

.footbtn a {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 3rem;
    color: #fff;
    text-align: center;
    padding-bottom: 0.3rem;
}

.footbtn a span {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
    cursor: pointer;
    padding-top: 2.1rem;
}

.ft_fix_cp {
    background: url('/template/images/wap_cp.png') center 8px no-repeat;
    border-right: 0.05rem solid #FFFFFF;
}

.ft_fix_sq {
    background: url('/template/images/wap_sq.png') center 8px no-repeat;
    border-right: 0.05rem solid #FFFFFF;
}

.ft_fix_dh {
    background: url('/template/images/wap_dh.png') center 8px no-repeat;
    border-right: 0.05rem solid #FFFFFF;
}

.ft_fix_sy {
    background: url('/template/images/wap_sy.png') center 8px no-repeat;
}

.foot .f_contact .link {
    display: none;
}

.wuyou-waiter {
    display: none;
    vertical-align: middle;
    margin: 0;
}

.foot .f_contact .link {
    line-height: 50px;
    padding-top: 20px;
}

.bottom_bu {
    min-height: 3.5rem;
}

.head .navTwo {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.head .navTwo a {
    float: left;
    text-align: center;
    line-height: 2.3rem;
    width: 100%;
    max-width: 33.1%;
    color: #FFFFFF;
    border: 0.05rem solid #fff;
    background: #003B92;
    border-left: 0;
    border-bottom: 0;
}

.head .navTwo a:last-child {
    display: none;
}

.head .navTwo a:nth-child(3),.head .navTwo a:nth-child(6) {
    border-right: 0;
}

.in_pro .line_1 .cur {
    background: #E20001;
    color: #fff;
}

.in_pro .line_2 .proBox .left .l_contact {
    display: none;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .txt .link {
    display: none;
}

.in_pro .line_2 .proBox .right .sun_line_2 {
    padding-top: 0.5rem;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .pic img {
    padding: 0.1rem 1%;
    border: 0.05rem solid #eee;
    max-width: 97%;
}

.foot .feedback .left .line_2 input[type="text"] {
    line-height: 1.8rem;
}

.foot .feedback .left .line_2 textarea {
}

.proShow .proBox .right .line_1 .l_1 a {
    display: block;
    min-height: 2rem;
}

.proShow .proBox .right .line_1 .l_2 {
    float: left;
    width: 100%;
    max-width: 80%;
    font-size: 0.8rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.view_title {
    font-size: 0.8rem;
    color: #E56600;
    font-weight: bold;
    padding-top: 1.3rem;
    border-bottom: 0.05rem solid #E56600;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
}

.proShow .proBox .right .line_2 .sub_right .two,.proShow .proBox .right .line_2 .sub_right .two p,.proShow .proBox .right .line_2 .sub_right .two span {
    line-height: 200% !important;
    font-size: 0.7rem !important;
    color: #666;
}

.proShow .proBox .right .line_2 .sub_right .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .proBox .right .line_4 .txt,.proShow .proBox .right .line_4 .txt p,.proShow .proBox .right .line_4 .txt span {
    font-size: 0.7rem !important;
    line-height: 200% !important;
    color: #666;
}

.proShow .proBox .right .line_4 .txt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

/*===== 上下一篇 =====*/
.prevpage, .nextpage {
    display: block;
    width: 98%;
    margin: 0.3rem 1%;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2rem;
    font-size: 0.65rem;
    border-radius: 0.3rem;
    background-color: #f5f5f5;
    border: 0.05rem solid #f5f5f5;
}

.prevpage a, .nextpage a {
    color: #333;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    max-width: 79%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.prevpage span, .nextpage span {
    padding-left: 1%;
    display: inline-block;
    vertical-align: middle;
}

.prevpage:hover, .nextpage:hover {
    border: 0.05rem solid #0b91b6;
    background-color: #fff;
    color: #0b91b6;
}

.prevpage:hover a, .nextpage:hover a {
    color: #0b91b6;
}

.proShow .proBox .right .psBottom {
    padding-bottom: 1rem;
}

.proShow .proBox .right .psBottom .backlist2 {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.8rem;
    padding: 0 1rem;
    border-radius: 0.3rem;
    color: #FFFFFF;
    text-align: center;
    background: #b30000;
}

.proShow .proBox .right .psBottom .goBack {
    text-align: center;
    padding: 0.5rem 0;
    text-align: center;
}

.foot .in_feedback .line_2 input[type="text"] {
    line-height: 1.8rem;
}

.in_about {
    padding: 1rem 0;
    padding-bottom: 1.5rem;
}

.in_about .in_1 .line_2 .right,.in_about .in_1 .line_2 .right p,.in_about .in_1 .line_2 .right span {
    line-height: 200% !important;
    font-size: 0.75rem !important;
    color: #666 !important;
}

.in_about .in_2 .line_2 .right .DL img {
    height: 5rem;
}

.in_contact .in_1 .line_3 .right .txt,.in_contact .in_1 .line_3 .right .txt p,.in_contact .in_1 .line_3 .right .txt span {
    font-size: 0.7rem !important;
}

.in_contact .in_1 .line_3 .right .txt p {
    margin: 0 !important;
    padding: 0 !important;
}

#dituContent {
    width: 100% !important;
    max-width: 100% !important;
    border: 0 !important;
    height: 10rem !important;
}

.caseShow .caseBox .right .line_2 .two span {
    margin: 0 2%;
}

.prev_next {
}

.caseShow .caseBox .right .line_2 .two span:nth-child(3),.caseShow .caseBox .right .line_2 .two span:nth-child(4) {
    display: none;
}

.caseShow .caseBox .right .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.prev_next .prev, .prev_next .next {
    display: block;
    width: 100%;
    max-width: 96%;
    margin: 0.3rem 1%;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 2rem;
    font-size: 0.65rem;
    border-radius: 0.3rem;
    background-color: #f5f5f5;
    border: 0.05rem solid #f5f5f5;
    padding-left: 1%;
}

.prev_next font {
    display: none;
}

.prev_next .next {
}

.caseShow .caseBox .right .line_3 img {
    width: 100% !important;
    max-width: 100% !important;
}

.newsList .title {
}

.newsList .title .one {
    width: 100%;
    max-width: 35%;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: bold;
    color: #1e1e1e;
    padding-top: 0.8rem;
    text-align: right;
    background: url(/template/images/t_5.png) no-repeat;
    background-size: auto 2.5rem;
}

.newShow .newsBox .right .line_2 .two span {
    margin: 0 2%;
}

.newShow .newsBox .right .line_2 .two span:nth-child(3),.newShow .newsBox .right .line_2 .two span:nth-child(4) {
    display: none;
}

.newShow .newsBox .right .line_3 {
    color: #666;
    padding: 0.5rem 2%;
    text-align: justify;
}

.newShow .newsBox .right .line_3,.newShow .newsBox .right .line_3 p,.newShow .newsBox .right .line_3 span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
}

.newShow .newsBox .right .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 0.2rem !important;
}

.newShow .newsBox .right .line_4 {
}

.newShow .newsBox .right .line_4 .goBack {
    text-align: center;
    padding: 0.5rem 0;
}

.newShow .newsBox .right .line_4 .goBack a {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.8rem;
    padding: 0 1rem;
    border-radius: 0.3rem;
    color: #FFFFFF;
    text-align: center;
    background: #b30000;
}

.caseShow .caseBox .right .line_4 .goBack {
    text-align: center;
    padding: 0.5rem 0;
}

.caseShow .caseBox .right .line_4 .goBack a {
    display: inline-block;
    font-size: 0.7rem;
    line-height: 1.8rem;
    padding: 0 1rem;
    border-radius: 0.3rem;
    color: #FFFFFF;
    text-align: center;
    background: #b30000;
}

.pro_Search .proBox .right .line_1 .sub_left {
    float: left;
    font-weight: bold;
    font-size: 0.8rem;
    color: #063895;
}

.pro_Search {
}

.pro_Search .proBox .right .line_1 {
    background: none;
    background: url(/template/images/line_5.png) no-repeat left bottom;
    background-size: 168% auto;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.pro_Search .proBox .right .line_1 .sub_right a {
    display: block;
    color: #063895;
}

.pro_Search .proBox .right .line_2 .item .txt .link {
    display: none;
}

.pro_Search .proBox .right .line_2 .item .pic img {
    padding: 0.1rem 1%;
    border: 0.05rem solid #eee;
    max-width: 97%;
    height: 7.3rem;
}

.page404 {
    padding: 1rem 5%;
    min-height: 13rem;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 0.65rem;
    font-weight: bold;
    line-height: 200%;
    background-size: auto 100%;
    text-align: justify;
}

.page404 .line_1 {
    padding-bottom: 1rem;
}

.page404 .line_2 {
    color: #19417f;
}

.otherTag {
    line-height: 180%;
    font-size: 0.65rem;
    /* border: 0.05rem solid #084788; */
    /* border-radius: 0.3rem; */
    /* padding: 0.3rem 2%; */
    margin-bottom: 1rem;
    margin-left: 1%;
    width: 100%;
    max-width: 98%;
    color: #000;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
}

.otherTag a {
    display: inline-block;
    border: 0.05rem solid #ccc;
    border-radius: 3rem;
    padding: 0 0.35rem;
    margin-right: 0.1rem;
    margin-bottom: 0.3rem;
}

.otherTag a:hover {
    border: 0.05rem solid #a51414;
    color: #a51414;
}

.jhList {
    padding-bottom: 2rem;
}

.jhList .left {
    padding-bottom: 0.5rem;
}

.jhList .right {
}

.jhlistBox {
}

.jhlistBox .item {
    width: 100%;
    max-width: 96%;
    margin-left: 1%;
    -moz-box-shadow: 1px 2px 3px #ccc;
    -webkit-box-shadow: 1px 2px 3px #ccc;
    box-shadow: 1px 1px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
    display: inline-block;
}

.jhlistBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.jhlistBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 100%;
    max-width: 100%;
    height: 5.8rem;
}

.jhlistBox .item .sub_right .one {
    padding-bottom: 0.2rem;
    font-size: 0.8rem;
}

.jhlistBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.jhlistBox .item .sub_right .one a {
}

.sjTag {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.sjTag .left_Title {
    color: #fff;
    padding: 0.6rem 0.5rem;
    background: #d88e00;
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    background: linear-gradient(to top, #d88e00, #f1b33d);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    display: block;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    display: inline-block;
    width: 100%;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 2.3rem;
    text-align: center;
    width: 50%;
    border-bottom: 0.05rem dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.showTitle {
    line-height: 2rem;
    color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid #eee;
    font-size: 0.7rem;
    margin-bottom: 0.8rem;
    background: #ad0008;
    background: -webkit-linear-gradient(bottom, #b9171f, #f90f0f);
    background: -o-linear-gradient(top, #b9171f, #f90f0f);
    background: -moz-linear-gradient(top, #b9171f, #f90f0f);
    background: linear-gradient(to top, #90161c, #f90f0f);
}

.showTitle .dl_2 a {
    color: #fff;
}

.showTitle .dl_2 .sub_left a {
    font-weight: bold;
}

.showTitle .dl_2 .sub_left a.cStyle {
    color: #fed823;
}

.showTitle .sub_left {
    float: left;
}

.showTitle .dl_2 .sub_left h1, .showTitle .dl_2 .sub_left h2, .showTitle .dl_2 .sub_left p {
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
    font-weight: bold;
    display: inline-block;
}

.showTitle .dl_2 .sub_right a {
    display: inline-block;
    color: #fff;
    padding-right: 1.2rem;
    background: url(/template/images/wap_index.png) no-repeat center right;
    background-size: 1rem auto;
    font-size: 0.6rem;
}

.showTitle .sub_right {
    float: right;
}

.showTitle .dl_2 {
    margin: 0 2.5%;
    width: 95%;
    max-width: 95%;
}
