@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.7rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    color: #111;
    position: relative;
    z-index: 10;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

.PCshow, .noShow {
    display: none;
}

.bodyBj {
    background: url(/template/images/bodyBj.jpg?v=8);
    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;
}

.txt_yy {
    text-shadow: 1px 1px 2px #000;
}

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 */
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
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%;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.title_center {
    text-align: center;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    /* float: left; */
}

.right, .sub_right, .s_right {
    /* float: right; */
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*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.25rem 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #c70c17;
    display: inline-block;
    color: #fff;
    background: #c70c17;
    padding: 0.3rem 0.55rem;
    font-weight: bold;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
}

.search input[type="text"] {
    width: 100%;
    max-width: 83%;
    line-height: 1.9rem;
    min-height: 1.9rem;
    color: #888888;
    padding: 0 2%;
    margin: 0;
    background-color: #fff;
}

.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"] {
    width: 100%;
    max-width: 13%;
    cursor: pointer;
    color: #fff;
    border: 0;
    min-height: 2rem;
    line-height: 2rem;
    background: url(/template/images/sICO.png?v=8) no-repeat center;
    background-size: 1rem;
}

.in_banner {
    min-height: 8rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
    display: none;
}

.banner_about {
    background: url("/template/images/banner_about.jpg?v=8") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg?v=8") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background: url("/template/images/banner_oem.jpg?v=8") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/* End  共享区 */
.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.noPro {
    padding: 10px 20px;
    min-height: 334px;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
}

.noPro .line_1 {
    padding-bottom: 50px;
}

.noPro .line_2 {
    color: #19417f;
}

/*回到顶部*/
.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/goTop.png?v=8) 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;
}

/* Begin 改动内容 */
.proList {
    padding: 100px 0;
}

.proNav {
    position: relative;
}

.proNav .left {
    width: 234px;
    height: 164px;
    background: url(/template/images/bj7.png?v=8) 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=8) no-repeat;
    border-radius: 5px;
}

.proNav .right .navList li:nth-child(1), .proNav .right .navList li:nth-child(7), .proNav .right .navList li:nth-child(13), .proNav .right .navList li:nth-child(19) {
    border-left: 0;
}

.proNav .right .navList li:nth-child(6), .proNav .right .navList li:nth-child(12), .proNav .right .navList li:nth-child(18), .proNav .right .navList li:nth-child(24) {
    border-right: 0;
}

.proNav .right .navList li:nth-child(1) a, .proNav .right .navList li:nth-child(2) a, .proNav .right .navList li:nth-child(3) a, .proNav .right .navList li:nth-child(4) a, .proNav .right .navList li:nth-child(5) a, .proNav .right .navList li:nth-child(6) a {
    border-top: 0;
}

.proNav .right .navList li:nth-child(13) a, .proNav .right .navList li:nth-child(14) a, .proNav .right .navList li:nth-child(15) a, .proNav .right .navList li:nth-child(16) a, .proNav .right .navList li:nth-child(17) a, .proNav .right .navList li:nth-child(18) a {
    border-bottom: 0;
}

.proList .list {
    overflow: hidden;
    padding-top: 100px;
}

.proList .list .box {
    width: 1200px;
    overflow: hidden;
}

.proList .list .ul_1 {
    width: 1300px;
}

.proList .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.proList .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.proList .list .item .pic {
    text-align: center;
}

.proList .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.proList .list .item .txt {
    min-height: 103px;
}

.proList .list .item .proName {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.proList .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.proList .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.proList .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.proList .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.proList .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.proList .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.shareTitle5 {
    background: url(/template/images/t5.png?v=8) 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=8) no-repeat center;
    min-height: 9px;
}

.newNav {
    width: 260px;
}

.newNav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newNav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newNav .content a {
    color: #fff;
    display: block;
}

.newNav .content .bigNav {
    padding: 5px 0;
}

.newNav .content .bigNav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newNav .content .bigNav a:hover {
    background: #0c70bb;
    color: #fff;
}

.in_title {
    background: url(/template/images/cBj.png?v=8) 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=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_2 {
    background: url(/template/images/aIco_2.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_3 {
    background: url(/template/images/aIco_3.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_4 {
    background: url(/template/images/aIco_4.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_1:hover {
    background: url(/template/images/aIcoH_1.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_2:hover {
    background: url(/template/images/aIcoH_2.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_3:hover {
    background: url(/template/images/aIcoH_3.png?v=8) no-repeat center top;
}

.in_title .center .s_Nav a.s_4:hover {
    background: url(/template/images/aIcoH_4.png?v=8) no-repeat center top;
}

.friendLink a {
    color: #ccc;
}

.left_shareTitle {
    min-height: 105px;
    line-height: 150%;
    background: url(/template/images/left_title.png?v=8) no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftNew .left_shareTitle {
    background: url(/template/images/left_title2.png?v=8) 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=8) 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=8) no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuWu .smallTxt span {
    color: #ffc946;
}

.liuCheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.liuCheng .center .title {
    color: #fff;
    text-align: center;
}

.liuCheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liuCheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liuCheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liuCheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.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=8) 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=8) no-repeat center;
}

.typeFangAn .content .smallNav a:hover {
    color: #fff;
    background: url(/template/images/bot_1_h2.png?v=8) 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=8) 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;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
}

.shareTitle .en {
    color: #0b91b6;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    filter: alpha(Opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}

.shareTitle .cn {
}

.shareTitle span {
    color: #0b91b6;
}

.shareTitle .one {
    color: #333;
    padding-top: 0.3rem;
    font-size: 0.65rem;
}

.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=8) 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=8) 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=8) no-repeat;
    background-position-y: 7px;
}

.whySelect dd.txt_1 {
    background: url(/template/images/3_02.png?v=8) 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=8) no-repeat right top;
    background-position-y: -4px;
}

.whySelect dd.txt_2 {
    background: url(/template/images/3_04.png?v=8) 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=8) no-repeat top left;
    background-position-y: -2px;
}

.whySelect dd.txt_3 {
    background: url(/template/images/3_09.png?v=8) 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=8) no-repeat right top;
    background-position-y: 85px;
}

.whySelect dd.txt_4 {
    background: url(/template/images/3_12.png?v=8) 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=8) no-repeat;
    background-position-y: 88px;
}

.whySelect dd.txt_5 {
    background: url(/template/images/3_17.png?v=8) 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=8) 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=8) 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=8) 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=8) no-repeat center top;
}

.youZhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background: url(/template/images/proBig.png?v=8) 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=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_2 {
    background: url(/template/images/yz_2.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_3 {
    background: url(/template/images/yz_3.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_4 {
    background: url(/template/images/yz_4.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_5 {
    background: url(/template/images/yz_5.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_6 {
    background: url(/template/images/yz_6.png?v=8) no-repeat center top;
    background-position-y: 9px;
}

.youZhi .content li.item_1:hover {
    background: url(/template/images/Hyz_01.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_2:hover {
    background: url(/template/images/Hyz_02.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_3:hover {
    background: url(/template/images/Hyz_03.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_4:hover {
    background: url(/template/images/Hyz_04.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_5:hover {
    background: url(/template/images/Hyz_05.png?v=8) no-repeat center top;
    background-position-x: 52px;
}

.youZhi .content li.item_6:hover {
    background: url(/template/images/Hyz_06.png?v=8) no-repeat center top;
    background-position-x: 53px;
}

.ad_2 {
    min-height: 197px;
    background: url(/template/images/bj16.png?v=8) 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=8) 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=8) no-repeat center bottom;
    padding-bottom: 15px;
}

.ad3 {
    min-height: 268px;
    background: url(/template/images/ad3.png?v=8) 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=8) 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=8) 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;
}

.servies .ul_1 .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background: url(/template/images/bj38.png?v=8) no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigTxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt {
    font-size: 14px;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smallTxt span {
    font-weight: bold;
    color: #0c70bb;
}

.servies .ul_1 .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pageDH {
    padding-left: 28px;
    background: url(/template/images/hot.png?v=8) no-repeat center left;
    background-position-y: 16px;
}

.pageDH a {
}

.shareOemBox {
    min-height: 827px;
    background: url(/template/images/bj_15.jpg?v=8) 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 {
    padding-top: 50px;
}

.xgCase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgCase .dl_6 dd a, .xgCase .dl_6 dd img {
    display: block;
}

.xgCase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgCase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgCase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 21px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 2px;
    background: url(/template/images/line12.png?v=8) no-repeat center;
    background-position-x: 344px;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg?v=8) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png?v=8) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* Star daoHang */
.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png?v=8) 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=8) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.newShareList .L2_UL {
    margin-bottom: 24px;
    border: 1px solid #e5e5e5;
}

.newShareList .L2_UL:nth-child(5) {
    margin-bottom: 5px;
}

.newShareList .L2_UL .sub_left {
    width: 327px;
}

.newShareList .L2_UL .sub_left img {
    display: block;
}

.newShareList .L2_UL:hover .sub_left img {
}

.newShareList .L2_UL .sub_right {
    width: 435px;
    padding-bottom: 0;
}

.newShareList .L2_UL .sub_right .one {
    line-height: 28px;
    padding: 5px 0;
}

.newShareList .L2_UL .sub_right .one a {
    font-weight: bold;
    font-size: 18px;
    color: #262626;
}

.newShareList .L2_UL .sub_right .one a:hover {
    color: #e95412;
}

.newShareList .L2_UL .sub_right .two {
    color: #666;
    font-size: 15px;
    line-height: 180%;
    padding-top: 5px;
}

.newShareList .L2_UL .sub_right .three {
    text-align: right;
    padding-top: 17px;
    font-size: 14px;
    color: #888;
    line-height: 31px;
}

.newShareList .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.newShareList .L2_UL .sub_right .three a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 31px;
    background: url(/template/images/bt_2.png?v=8) no-repeat center top;
    min-height: 36px;
    width: 142px;
    text-align: center;
    text-indent: 9px;
}

.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=8) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 1px solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png?v=8) 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 .ul_1 .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=8) 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=8) 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=8) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png?v=8) 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=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png?v=8) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png?v=8) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png?v=8) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png?v=8) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png?v=8) 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=8) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png?v=8) 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=8) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png?v=8);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png?v=8) 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=8) 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=8) 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=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg?v=8) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg?v=8) no-repeat center bottom;
}

.aboutShareNav {
}

.aboutShareNav .dl_2 {
}

.aboutShareNav dd {
    float: left;
    text-align: center;
    width: 100%;
    max-width: 50%;
    margin-bottom: 0.8rem;
}

.aboutShareNav dd:nth-child(5) {
    margin-right: 0;
}

.aboutShareNav a {
    display: block;
    font-size: 0.8rem;
    line-height: 120%;
    padding-top: 3.1rem;
    border-bottom: 0.1rem solid #fff;
    padding-bottom: 0.3rem;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png?v=8) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg?v=8) 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;
}

.case {
    background: url(/template/images/bj_5.jpg?v=8) no-repeat center top;
    min-height: 760px;
}

.case .center .tel_ys {
    color: #0c70bb;
    font-size: 17px;
    text-align: center;
    text-indent: 50px;
    padding-top: 5px;
    min-height: 30px;
}

.case .center .tel_ys span {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.case .center .sBox {
    padding-top: 24px;
}

.case .center .sBox a {
    float: left;
    margin-right: 18px;
    padding-top: 26px;
    background: url(/template/images/line_5.png?v=8) no-repeat;
}

.case .center .sBox a:nth-child(3) {
    margin-right: 0;
}

.case .center .sBox a .one {
    margin-bottom: 5px;
    width: 388px;
    height: 374px;
    overflow: hidden;
    position: relative;
}

.case .center .sBox a .one .box {
    position: absolute;
    top: 374px;
    padding: 30px;
}

.case .center .sBox a:hover .one .box {
    top: 0;
}

.case .center .sBox a .one .box .box2 {
    background: rgba(255,255,255,0.88);
    height: 316px;
    padding: 0px 19px;
    display: table-cell;
    vertical-align: middle;
}

.case .center .sBox a .one .box .box2 .s_1 {
    text-align: center;
    font-size: 23px;
    color: #0c70bb;
    font-weight: bold;
    padding-bottom: 13px;
    background: url(/template/images/line_3.png?v=8) no-repeat center bottom;
}

.case .center .sBox a .one .box .box2 .s_2 {
    font-size: 17px;
    line-height: 190%;
    padding-top: 16px;
}

.case .center .sBox a .two {
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    background: #0c70bb;
    text-align: center;
}

.fast {
    padding: 105px 0;
    padding-bottom: 80px;
}

.fast .content ul {
    padding: 10px 0;
    border-bottom: 1px solid #80b0e1;
}

.fast .content li {
    float: left;
    padding-right: 30px;
    font-size: 16px;
}

.fast .line_1 ul {
    line-height: 34px;
    padding-bottom: 8px;
}

.fast .line_1 ul .left, .fast .line_1 ul .left a {
    font-size: 20px;
    color: #0a6ec1;
}

.fast .line_1 ul .left {
    width: 160px;
}

.fast .line_1 ul .right {
    width: 1040px;
}

.fast .line_1 ul li a {
    text-decoration: none;
}

.fast .line_1 ul dd {
    float: left;
    padding: 0px 8px;
    font-size: 17px;
    background: url(/template/images/line7.png?v=8) no-repeat center left;
    margin-bottom: 10px;
}

.fast .line_1 ul dd:nth-child(1) {
    padding-left: 0;
    background: none;
}

.fast .line_1 ul dd a {
    color: #1e1e1e;
    display: inline-block;
    line-height: 34px;
    width: 113px;
    text-align: center;
    border: 1px dotted #ccc;
    border-radius: 10px;
    padding: 0 0px;
}

.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;
}

.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: 25px;
    line-height: 160%;
}

.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;
}

.in_contact {
    padding: 90px 0;
    background: url(/template/images/rh3.jpg?v=8) no-repeat center bottom;
    padding-bottom: 150px;
}

.in_contact .ul_1.clear .left .sub_1 {
    font-size: 20px;
}

.in_contact .ul_1.clear .left .sub_1 span {
    font-weight: bold;
}

.in_contact .ul_1.clear .left .sub_2 {
    font-size: 17px;
    line-height: 35px;
    padding-top: 17px;
    padding-left: 23px;
}

.in_contact .ul_1.clear .left .sub_2 p, .in_contact .ul_1.clear .left .sub_2 span {
    font-size: 17px !important;
    line-height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.t_search {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0.5rem 0;
}

.t_search .t_searchUL {
    color: #474747;
}

.t_search .t_searchUL .left {
    display: none;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
}

.t_search .t_searchUL .left span {
    color: #ff6000;
    font-weight: bold;
}

.t_search .t_searchUL .right {
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 33px;
    display: inline-block;
    margin: 0;
}

.wenTi {
    background: url(/template/images/wt.jpg?v=8) no-repeat center top;
    padding-top: 100px;
    min-height: 472px;
}

.wenTi .title .one {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 27px;
    padding-bottom: 19px;
    text-indent: 24px;
}

.wenTi .title .one span {
    color: #ff6000;
}

.wenTi .title {
    text-align: center;
    line-height: 250%;
}

.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: 64px;
    font-size: 19px;
    line-height: 53px;
}

.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: 18px;
}

.shareRightSmallNav .ul_1 {
}

.shareRightSmallNav .ul_1 li {
    width: 210px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background: url(/template/images/newNav.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #fff;
    background: url(/template/images/newNavH.png?v=8) no-repeat center left;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.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: 0 25px;
    padding-top: 79px;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png?v=8) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.pro_shareTitle {
    padding-left: 1.2rem;
    background: url(/template/images/sd.png?v=8) no-repeat center left;
    -webkit-background-size: 0.8rem auto;
    background-size: 0.8rem auto;
}

.pro_shareTitle span {
    display: block;
}

.pro_shareTxt {
    padding: 0.5rem 7%;
    color: #333;
    font-size: 0.7rem;
    line-height: 210%;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.7rem !important;
    line-height: 210% !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0.05rem solid #82bfbe !important;
}

.shareTel {
    background: url(/template/images/tel3.png?v=8) no-repeat center left;
    line-height: 150%;
    padding-left: 53px;
}

.shareTel .s1 {
    font-size: 15px;
    line-height: 22px;
}

.shareTel .s2 {
    font-size: 22px;
    color: #ffa800;
}

.newShareList .L2_UL:hover {
    border: 1px solid #a9d3ff;
    -moz-box-shadow: 1px 1px 8px #a9d3ff;
    -webkit-box-shadow: 1px 1px 8px #a9d3ff;
    box-shadow: 1px 1px 8px #a9d3ff;
}

.newShareList .L2_UL:hover .sub_right .one a {
    color: #0261c3;
}

.shareNewRTitle {
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 38px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-indent: 33px;
    color: #0b91b6;
    background: url(/template/images/newIco.png?v=8) no-repeat center left;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png?v=8) no-repeat center left;
    padding-right: 21px;
}

.aboutShareNav a .en {
    font-size: 0.45rem;
    color: #888;
    text-transform: uppercase;
}

.aboutShareNav a span {
    display: block;
}

.aboutShareNav dd:nth-child(2) a {
    background: url(/template/images/aboutIco_02.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(3) a {
    background: url(/template/images/aboutIco_03.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(4) a {
    background: url(/template/images/aboutIco_04.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.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=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png?v=8) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png?v=8) 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;
}

.wenTi .title .en {
    font-size: 17px;
    text-transform: uppercase;
    color: #ffcb35;
    letter-spacing: 2px;
}

.wenTi .content .sub_left {
    text-align: right;
    width: 520px;
}

.wenTi .content .sub_right {
    width: 520px;
    padding-top: 4px;
    line-height: 52px;
}

.wenTi .content .sub_left .s1 {
    padding-right: 42px;
}

.wenTi .content .sub_left .s2 {
    padding-right: 58px;
}

.wenTi .content .sub_left .s3 {
    padding-right: 55px;
}

.wenTi .content .sub_right .s4 {
    padding-left: 47px;
}

.wenTi .content .sub_right .s5 {
    padding-left: 62px;
}

.wenTi .content .sub_right .s6 {
    padding-left: 62px;
}

.shareTitle .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.pro .content {
    padding-top: 58px;
}

.pro .content .ul_1 {
    line-height: 48px;
    font-size: 15px;
    margin-bottom: 2px;
}

.pro .center .content .ul_1 .left {
    width: 245px;
}

.pro .center .content .ul_1 .right {
    width: 907px;
}

.pro .content .ul_1 .right .rBox a {
    width: 108px;
    border: 1px solid #e5e5e5;
    float: left;
    margin-right: 12px;
    border-radius: 3px;
    background: url(/template/images/ico2.png?v=8) no-repeat center left;
    background-position-x: 15px;
    text-indent: 33px;
    margin-bottom: 7px;
}

.pro .content .ul_1 .right .rBox a.last {
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    color: #f77547;
}

.pro .content .ul_1 .right .rBox a:nth-child(10) {
    margin-right: 0;
}

.pro .content .ul_1 .right .rBox a:hover {
    border: 1px solid #faa384;
    font-weight: bold;
    color: #f55319;
    background: url(/template/images/ico2H.png?v=8) no-repeat center left;
    background-position-x: 15px;
    -moz-box-shadow: 0 0 5px #ffb094;
    -webkit-box-shadow: 0 0 5px #ffb094;
    box-shadow: 0 0 5px #ffb094;
}

.shareProBox .item {
    float: left;
    width: 279px;
    margin-right: 28px;
    margin-bottom: 46px;
    text-align: center;
    background: #fff;
    min-height: 306px;
    padding: 9px;
    border: 1px solid #eee;
}

.shareProBox .item:hover {
    border: 1px solid #87ced5;
}

.shareProBox .item:nth-child(3), .shareProBox .item:nth-child(6), .shareProBox .item:nth-child(9), .shareProBox .item:nth-child(12), .shareProBox .item:nth-child(15), .shareProBox .item:nth-child(18) {
    margin-right: 0;
}

.shareProBox .item .hdBox {
    width: 279px;
    height: 279px;
    overflow: hidden;
}

.shareProBox .item img {
    width: 279px;
    height: 279px;
    display: block;
    cursor: pointer;
}

.shareProBox .item .proName {
    display: block;
    line-height: 180%;
    font-size: 17px;
    color: #444;
    padding-top: 10px;
    padding-bottom: 2px;
}

.shareProBox .item:hover a .proName {
    color: #018793;
    font-weight: bold;
}

.pageDH a:hover {
    color: #047674;
}

.shareTitle .cn img {
    width: 100%;
    max-width: 1.3rem;
}

.left_Title .cn {
    font-size: 1.1rem;
    font-weight: bold;
}

.left_Title .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.left_Title .box {
    padding: 0.6rem 0;
}

.xgCase .xgTitle {
    font-size: 21px;
    font-weight: bold;
    padding-left: 35px;
    background: url(/template/images/xgIco.png?v=8) no-repeat center left;
    line-height: 50px;
    border-bottom: 2px solid #daa25a;
}

.xgCase .xgList {
    padding-top: 9px;
    color: #888;
}

.xgCase .xgList li {
    float: left;
    width: 45%;
    border-bottom: 1px dashed #ccc;
    line-height: 45px;
    padding-right: 5%;
}

.xgCase .xgList li .sub_left {
    padding-left: 3%;
    background: url(/template/images/bot3.png?v=8) no-repeat center left;
    background-size: 3px auto;
    width: 70%;
}

.xgCase .xgList li .sub_right {
}

.xgCase .xgList li .sub_left a:hover {
    color: #01918e;
}

.inBody .search input[type="text"] {
    width: 260px;
}

.pro_shareTitle .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.pro_shareTitle .en {
    font-size: 0.5rem;
}

.inBody {
}

.typeNew {
}

.typeNew .left_Title {
    width: 348px;
}

.caseShow .right .sTitle .sub_left {
    padding: 0;
    background: none;
    line-height: 170%;
}

.caseShow {
}

.caseShow .right .newBox .line_2 .subTitle {
    text-indent: 8rem;
    color: #666;
    background: url(/template/images/line5.png?v=8) no-repeat center left;
    background-position-x: 48%;
    padding: 0.6rem 0;
}

.caseShow .right .newBox .line_2 h1 {
    margin-bottom: 18px;
}

.caseShow .right .newBox {
}

.caseShow .right .newBox .line_3 {
    background: url(/template/images/sy.png?v=8) repeat-y center top;
    background-size: 90% auto;
}

.caseShow .typeNew .left_Title {
    width: 368px;
}

.caseShow .right .newBox .line_3 img {
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.aboutShareNav dd:nth-child(1) a {
    background: url(/template/images/aboutIco_01.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(1) a:hover {
    background: url(/template/images/aboutIcoH_01.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(2) a:hover {
    background: url(/template/images/aboutIcoH_02.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(3) a:hover {
    background: url(/template/images/aboutIcoH_03.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:nth-child(4) a:hover {
    background: url(/template/images/aboutIcoH_04.png?v=8) no-repeat center top;
    -webkit-background-size: 33% auto;
    background-size: 33% auto;
}

.aboutShareNav dd:last-child {
    margin-right: 0;
}

.aboutShareNav a .cn {
}

.aboutShareNav a:hover .cn {
    font-weight: bold;
}

.aboutShareNav dd a:hover {
    border-bottom: 0.1rem solid #029593;
}

.about .content .sBox .three {
    text-align: center;
    padding: 0.5rem 0;
    color: #333;
}

.about .content .sBox .three dd {
    border-radius: 5rem;
    border: 0.05rem dashed #0a8583;
    text-align: center;
    padding: 0.3rem 0;
    margin-right: 2.48%;
    line-height: 130%;
    width: 100%;
    max-width: 31%;
    float: left;
}

.about .content .sBox .three dd .s1 {
    font-size: 1rem;
    font-family: Impact;
    display: inline-block;
    vertical-align: middle;
    padding-left: 0.8rem;
}

.about .content .sBox .three dd .s2 {
    font-size: 0.5rem;
}

.about .content .sBox .three dd span {
    font-weight: bold;
}

.about .content .sBox .three dd:last-child {
    margin: 0;
}

.about .content .sBox .three dd:nth-child(1) .s1 {
    background: url(/template/images/slIco_01.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.about .content .sBox .three dd:nth-child(2) .s1 {
    background: url(/template/images/slIco_02.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.about .content .sBox .three dd:nth-child(3) .s1 {
    background: url(/template/images/slIco_03.png?v=8) no-repeat center left;
    -webkit-background-size: 0.6rem auto;
    background-size: 0.6rem auto;
}

.noPage .center .txt_2 .sub_left {
    text-indent: 98px;
}

.top {
}

.t_bigBox {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 50;
}

.t_wel {
    display: none;
}

.t_box {
    background: url(/template/images/topBj.jpg?v=8) no-repeat center;
    background-size: cover;
    -moz-box-shadow: 1px 3px 5px #acd0ec;
    -webkit-box-shadow: 1px 3px 5px #acd0ec;
    box-shadow: 1px 2px 3px #acd0ec;
    position: relative;
}

.t_logo {
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    position: relative;
    z-index: 100;
    border-top: 0.15rem solid #eee;
}

.t_logo .ul_1 {
}

.t_logo .left {
    color: #010101;
    width: 100%;
    max-width: 100%;
    background: url(/wap/images/topBj.png?v=8) no-repeat center;
    background-size: cover;
}

.t_logo .left h3 {
    float: left;
    width: 33%;
    max-width: 28%;
    padding-left: 1.5%;
    padding-top: 0.05rem;
}

.t_logo .left h3 img {
    width: 100%;
    max-width: 100%;
}

.t_logo .left .txt {
    color: #000;
    float: left;
    width: 76%;
    max-width: 55%;
    line-height: 120%;
    font-weight: bold;
    padding-left: 2%;
    padding-top: 0.2rem;
}

.t_logo .left .txt .one {
    font-size: 0.75rem;
}

.t_logo .left .txt .two {
    font-size: 0.25rem;
    color: #666;
    text-transform: uppercase;
    transform: scale(0.9);
    transform-origin: left;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
}

.t_logo .right {
    display: none;
}

.t_logo .menunavbtn {
    float: right;
    width: 76%;
    max-width: 8.3%;
    padding-right: 2%;
    padding-top: 0.25rem;
}

.t_nav {
    display: none;
    width: 80%;
    max-width: 41%;
    position: absolute;
    right: 0;
    z-index: 300;
    top: 3rem;
    background: #fff;
    -moz-box-shadow: 1px 1px 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
    padding: 0 2%;
}

.t_nav .box {
    /* background: #006d6b; */
}

.t_nav a {
    text-decoration: none;
    display: block;
    line-height: 110%;
    font-size: 0.73rem;
    width: 100%;
    max-width: 82%;
    border-bottom: 0.05rem dotted #aaa;
    padding-bottom: 0.25rem;
    padding-left: 18%;
    background: url(/template/images/bot_01.png?v=8) no-repeat center left;
    background-size: 0.85rem auto;
    padding-top: 0.6rem;
}

.t_nav a span {
    display: block;
}

.t_nav a .cn {
    font-weight: bold;
    color: #333 !important;
}

.t_nav a .en {
    font-size: 0.37rem;
    text-transform: uppercase;
    color: #333 !important;
}

.t_nav a:nth-child(5) .cn, .t_nav a:nth-child(5) .en {
    color: #333 !important;
}

.t_nav a:hover {
    color: #d00000 !important;
}

.t_nav a:hover .cn, .t_nav a:hover .en {
    color: #d00000 !important;
}

.t_search .t_searchUL .right span {
    display: none;
}

.videoShow {
    min-height: 10rem !important;
    height: 10rem !important;
    background-size: 23% auto!important;
}

.videoShow img {
    height: 8rem;
}

.videoShow video, .videoShow source, .videoShow object, .videoShow iframe {
    height: 100%;
}

.foot {
}

.bq {
    line-height: 180%;
    font-size: 0.6rem;
    background: #e5eff5;
    color: #fff;
    padding: 0.5rem;
}

.bq a {
    color: #fff !important;
}

.bq span, .bq p {
    color: #fff !important;
    font-size: 0.6rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq .right {
    padding-top: 0.3rem;
}

.xgPro {
    padding-top: 1rem;
    width: 100%;
    max-width: 96%;
    margin: 0 2%;
}

.xgPro .dl_6 {
    padding-top: 0.3rem;
}

.xgPro .dl_6 dd {
    float: left;
    margin-left: 2.5%;
    width: 100%;
    max-width: 48%;
    margin-bottom: 0.3rem;
}

.xgPro .dl_6 dd a img {
    display: block;
    border: 0.05rem solid #eee;
    padding: 0.2rem 2%;
    width: 100%;
    max-width: 96%;
}

.xgPro .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1.5rem;
    padding-left: 1.3rem;
    background: url(/template/images/xgIco2.png?v=8) no-repeat center left;
    -webkit-background-size: 0.9rem auto;
    background-size: 0.9rem auto;
}

.xgPro .dl_6 dd:nth-child(1),.xgPro .dl_6 dd:nth-child(3) {
    margin-left: 0;
}

.wapTopNav {
    position: relative;
    min-height: 2.5rem;
}

.wapTopNav a {
    float: left;
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 120%;
    min-height: 2.5rem;
    background: url(/template/images/navLine.png?v=8) no-repeat center right;
    border-radius: 0.2rem;
}

.wapTopNav a span {
    display: block;
}

.wapTopNav a .en {
    color: #666;
    font-size: 0.35rem;
    text-transform: uppercase;
}

.wapTopNav a:nth-child(1) {
    width: 50%;
    max-width: 16%;
}

.wapTopNav a:nth-child(2) {
    width: 50%;
    max-width: 36%;
}

.wapTopNav a:nth-child(3) {
    width: 50%;
    max-width: 23%;
}

.wapTopNav a:nth-child(4) {
    width: 50%;
    max-width: 25%;
    background: none;
}

.wapTopNav a:hover {
    background: url(/template/images/navH.png?v=8) no-repeat center top;
    background-size: cover;
}

.wapTopNav a:hover .cn, .wapTopNav a:hover .en {
    color: #fff;
}

.wapTopNav a .cn {
    font-size: 0.7rem;
    font-weight: bold;
    padding-top: 0.5rem;
}

.t_search .t_searchUL .right .sub_left {
    display: none;
}

.t_search .t_searchUL .right .sub_right {
    border: 0.05rem solid #05589d;
    border-radius: 0.5rem;
    margin: 0.1rem;
    overflow: hidden;
}

.shiLi {
    padding: 1rem 0;
}

.shiLi dd {
    float: left;
    width: 50%;
    max-width: 48%;
    min-height: 1.8rem;
    margin-left: 1.3%;
    text-align: center;
    font-weight: bold;
    font-size: 0.7rem;
    padding-top: 7rem;
    line-height: 1rem;
}

.shiLi dd:nth-child(1) {
    background: url(/template/images/box_01.png?v=8) no-repeat center top;
    background-size: 100% auto;
}

.shiLi dd:nth-child(2) {
    background: url(/template/images/box_02.png?v=8) no-repeat center top;
    background-size: 100% auto;
}

.shiLi dd:nth-child(3) {
    background: url(/template/images/box_03.png?v=8) no-repeat center top;
    background-size: 100% auto;
}

.shiLi dd:nth-child(4) {
    background: url(/template/images/box_04.png?v=8) no-repeat center top;
    background-size: 100% auto;
    margin-right: 0;
}

.proType {
    font-size: 0.63rem;
    padding-bottom: 1rem;
}

.proType li {
    width: 33.3%;
    max-width: 32.69%;
    float: left;
    border: 0.05rem solid #eee;
}

.proType li a {
    display: block;
    line-height: 1.3rem;
    padding: 0.3rem 0;
    text-align: center;
    background-size: auto 1rem !important;
    padding-top: 1.6rem;
    background-position-y: 0.5rem !important;
}

.proType .box_1 {
    background: url(/template/images/k_01.png?v=8) no-repeat center top;
    background-size: 100% 0.2rem;
}

.proType .box_2 {
    background: url(/template/images/k_01.png?v=8) no-repeat top left;
    background-size: 0.2rem 100%;
    background-position-y: 0.2rem;
}

.proType .box_3 {
    background: url(/template/images/k_03.png?v=8) no-repeat top right;
    background-size: 0.2rem 100%;
    background-position-y: 0.2rem;
}

.proType .box_4 {
    padding: 0.2rem;
    background: url(/template/images/k_04.png?v=8) no-repeat center bottom;
    background-size: 100% 0.2rem;
}

.proType li:last-child a {
    padding: 0;
    line-height: 3.2rem;
    text-transform: uppercase;
}

.iPro {
    font-size: 0.65rem;
    position: relative;
    padding-bottom: 1rem;
}

.iPro .left {
    width: 50%;
    max-width: 50%;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border: 0.05rem solid #b0cbe5;
    border-bottom: 0.3rem solid #bfdeee;
    padding-bottom: 0.3rem;
    background: url(/template/images/dian.png?v=8) no-repeat center bottom;
    background-size: 100% auto;
    order: 2;
    position: absolute;
    top: 20.8rem;
    left: 0;
}

.iPro .right {
    width: 100%;
    max-width: 100%;
    line-height: 200%;
    order: 1;
}

.iPro .left .sTitle {
    width: 100%;
    max-width: 100%;
    min-height: 3rem;
    background: url(/template/images/title.png?v=8) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    color: #333;
    padding: 0.5rem 0;
}

.iPro .left .sTitle .pic {
}

.iPro .left .sTitle .cn {
    padding-top: 0.3rem;
}

.iPro .left .sTitle img {
    vertical-align: middle;
    height: 1.3rem;
}

.iPro .left .sContent {
    font-size: 0.65rem;
}

.iPro .left .sContent a {
    line-height: 2.3rem;
    text-indent: 1.5rem;
    border-bottom: 0.05rem dotted #ccc;
    background: url(/template/images/bz_1.png?v=8) no-repeat center left;
    background-position-x: 0.3rem;
    background-size: auto 0.38rem;
}

.iPro .left .sContent a:last-child {
    border: 0;
}

.iPro .right .one {
    background: url(/template/images/shui.png?v=8) no-repeat center top;
    padding: 0.5rem;
    border-radius: 0.3rem;
    position: relative;
    background-size: cover;
    min-height: 19rem;
}

.iPro .right .two {
    padding-top: 0.8rem;
    width: 50%;
    max-width: 44%;
    float: right;
}

.iPro .right .one .sub_left {
    order: 2;
    width: 100%;
    max-width: 100%;
    padding-top: 0.5rem;
}

.iPro .right .one .sub_right {
    width: 50%;
    max-width: 45%;
    order: 1;
}

.iPro .right .one .sub_left .s1 {
    text-align: justify;
    text-indent: 2rem;
    line-height: 200%;
}

.iPro .right .one .sub_left .s2 {
    position: absolute;
    top: 3.8rem;
    right: 0;
    display: grid;
    width: 50%;
    max-width: 50%;
}

.iPro .right .one .sub_left .s2 .s_left {
    order: 2;
}

.iPro .right .one .sub_left .s2 .s_right {
    order: 1;
    margin-bottom: 0.3rem;
}

.iPro .right .one .sub_left .s2 .s_left a {
    color: #fff;
    font-weight: bold;
    line-height: 1.7rem;
    text-align: center;
    display: block;
    background: url(/template/images/bt_01.png?v=8) no-repeat center top;
    background-size: 100% auto;
    font-size: 0.6rem;
    vertical-align: middle;
    margin-bottom: 0.2rem;
    padding-bottom: 0.1rem;
}

.iPro .right .one .sub_left .s2 .s_right .telBox {
    padding-left: 1.8rem;
    background: url(/template/images/bt_03.png?v=8) no-repeat center left;
    background-size: 1.3rem auto;
    background-position-x: 4%;
    background-position-y: 0.3rem;
}

.iPro .right .one .sub_left .s2 .s_right .telBox {
    line-height: 130%;
}

.iPro .right .one .sub_right .s1 {
    background: url(/template/images/kuang.png?v=8) no-repeat center top;
    background-size: 100% auto;
    min-height: 1.6rem;
    line-height: 1.6rem;
    text-align: center;
    font-size: 0.65rem;
    font-weight: bold;
    color: #2444bb;
    position: absolute;
    width: 50%;
    max-width: 48%;
    left: 28%;
    top: 1rem;
}

.iPro .right .one .sub_right .s2 {
    padding-top: 3.2rem;
}

.iPro .right .one .sub_right .s1 img {
    height: 0.8rem;
    vertical-align: middle;
    padding-right: 0.2rem;
    padding-bottom: 0.2rem;
}

.iPro .right .one .sub_right .s2 img {
    vertical-align: middle;
}

.iPro .right .one .sub_left .s2 .s_left a:last-child {
    background: url(/template/images/bt_02.png?v=8) no-repeat center top;
    background-size: 100% auto;
}

.iPro .right .one .sub_left .s2 .s_right .telBox .sub_1 {
    font-size: 0.6rem;
}

.iPro .right .one .sub_left .s2 .s_right .telBox .sub_2 {
    font-size: 0.7rem;
    font-weight: bold;
}

.iPro .right .two dd {
    float: left;
    text-align: center;
    width: 100%;
    max-width: 95%;
    padding: 0.1rem;
    border: 0.05rem solid #ddd;
    margin-bottom: 0.38rem;
}

.iPro .right .two dd .s1 {
}

.iPro .right .two dd .s1 img {
    vertical-align: middle;
}

.iPro .right .two dd .s2 {
}

.iPro .right .two dd:last-child {
    margin-right: 0;
}

.iPro2 .left .sContent a {
    background: url(/template/images/bz_2.png?v=8) no-repeat center left;
    background-position-x: 0.2rem;
    background-size: auto 0.5rem;
}

.iPro3 .left .sContent a {
    background: url(/template/images/bz_3.png?v=8) no-repeat center left;
    background-position-x: 0.2rem;
    background-size: 0.6rem auto;
    text-indent: 1rem;
}

.iPro3 {
    padding-bottom: 1rem;
}

.iPro .right .one .dl_3 {
    display: grid;
}

.iPro .left,.iPro .right {
}

.iPro .ul_1 {
    display: grid;
}

.shareTitle {
    background: url(/template/images/txt.png?v=8) no-repeat center top;
    background-size: auto 1.1rem;
    text-align: center;
    padding-top: 0.8rem;
    background-position-x: 56%;
}

.shareTitle .cn {
    font-size: 1rem;
    font-weight: bold;
    color: #d20101;
    padding-bottom: 0.5rem;
    background: url(/template/images/jiao.png?v=8) no-repeat center bottom;
    background-size: auto 0.3rem;
}

.shareTitle span {
    color: #2444bb;
}

.shareTitle .one {
    font-size: 0.5rem;
    color: #333;
    padding-bottom: 0.7rem;
    background: url(/template/images/line6.png?v=8) no-repeat center bottom;
    background-size: 100% auto;
}

.shareTitle .one span {
    color: #e95311;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 1rem;
    display: inline-block;
    margin: 0;
}

.shareTitle img {
    vertical-align: bottom;
}

.youShi {
    padding: 1.3rem 0;
    background: url(/template/images/bj.png?v=8) no-repeat center top;
    background-size: cover;
}

.youShi .content {
    padding-top: 0.8rem;
}

.youShi .content .lineBox {
    padding-bottom: 1.5rem;
}

.youShi .content .one {
    padding-left: 1.9rem;
    background: url(/template/images/num_01.png?v=8) no-repeat center left;
    background-size: 1.5rem auto !important;
}

.youShi .content .two {
    font-size: 0.65rem;
    color: #1e1e1e;
    padding: 0.5rem 0;
    line-height: 180%;
    padding-left: 0.3rem;
}

.youShi .content .line_1 .box_1 {
}

.youShi .content .line_2 .box_2 {
    display: grid;
}

.youShi .content .line_2 .box_2 .one {
    background: url(/template/images/num_02.png?v=8) no-repeat center left;
}

.youShi .content .line_2 .box_2 .two {
}

.youShi .content .line_2 {
}

.youShi .content .line_3 {
}

.youShi .content .line_3 .box_3 {
}

.youShi .content .line_3 .box_3 .one {
    background: url(/template/images/num_03.png?v=8) no-repeat center left;
}

.youShi .content .line_3 .box_3 .two {
}

.youShi .content .line_4 .box_4 {
    display: grid;
}

.youShi .content .line_4 {
    padding: 0;
}

.youShi .content .line_4 .box_4 .one {
    background: url(/template/images/num_04.png?v=8) no-repeat center left;
}

.youShi .content .line_4 .box_4 .two {
}

.youShi .content .en {
    font-size: 0.38rem;
    color: #333;
    text-transform: uppercase;
    transform-origin: left;
}

.youShi .content .one img {
    vertical-align: middle;
    height: 1rem;
    padding-left: 0.1rem;
}

.youShi .content .cn {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    letter-spacing: 0.05rem;
}

.youShi .content .cn span {
    font-weight: bold;
}

.youShi .content .line_2 .box_2 .sub_right {
    order: 1;
}

.youShi .content .two dd {
    padding: 0.1rem 0;
    padding-left: 1rem;
    background: url(/template/images/dot2.png?v=8) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-y: 0.33rem;
}

.youShi .content .line_3 .sub_left {
}

.youShi .content .line_4 .sub_right {
    order: 1;
}

.youShi .content .line_1 .box_1 .sub_right {
}

.youShi .content .line_1 .box_1 .sub_left {
}

.youShi .content .line_2 .box_2 .sub_left {
    order: 2;
}

.youShi .content .lineBox.line_1 {
    padding-bottom: 0.8rem;
}

.youShi .content .line_4 .sub_left {
    order: 2;
}

.new, .fast {
    display: none;
}

.f_feedback {
    min-height: 24.5rem;
    background: url(/template/images/fb2.jpg?v=8) no-repeat center top;
    background-size: 100% auto;
    padding: 1rem 6%;
    padding-top: 2.8rem;
}

.f_feedback .left {
    order: 2;
}

.f_feedback .right {
    font-size: 0.6rem;
    color: #1e1e1e;
    padding-bottom: 1.3rem;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 0.1rem;
    width: 100%;
    max-width: 100%;
    font-size: 0.6rem;
}

.f_feedback input[type="text"] {
    height: 1.8rem;
    line-height: 1.8rem;
    text-indent: 1.5rem;
    background: url(/template/images/fb_02.png?v=8) no-repeat center left;
    background-position-x: 0.3rem;
}

.f_feedback textarea {
    display: inline-block;
    min-height: 5rem;
    background: url(/template/images/fb_13.png?v=8) no-repeat;
    padding-left: 11%;
    background-size: 0.7rem auto;
    background-position-x: 2.5%;
    background-position-y: 0.38rem;
    padding-top: 0.3rem;
    width: 100%;
    max-width: 89%;
}

.f_feedback .bt_1, .f_feedback .bt_2 {
    text-align: center;
    width: 50%;
    max-width: 49%;
    line-height: 1.65rem;
    cursor: pointer;
    color: #fff;
    font-size: 0.65rem;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 1.65rem;
    border: 0;
}

.f_feedback .bt_1 {
    background: url(/template/images/fb_28.png?v=8) no-repeat center;
    background-size: 100% 100%;
}

.f_feedback .left .bt {
    text-align: center;
    padding-top: 0.38rem;
    font-size: 0.7rem;
}

.f_feedback .sTitle .one {
    font-size: 0.9rem;
    font-weight: bold;
}

.f_feedback .sTitle .two {
    font-size: 0.38rem;
    text-transform: uppercase;
}

.f_feedback .left .three {
    padding-top: 0.5rem;
}

.f_feedback .sTitle {
    padding-left: 1.38rem;
    background: url(/template/images/fb_10.png?v=8) no-repeat center left;
    background-size: 1rem auto;
}

.f_feedback .right .sTitle {
    background: url(/template/images/fb_07.png?v=8) no-repeat center left;
    background-size: 1rem auto;
}

.f_feedback .left .three dd:nth-child(1) {
    background: url(/template/images/fb_17.png?v=8) no-repeat center left;
    background-size: 100% 100%;
}

.f_feedback .left .three dd:nth-child(2) {
    background: url(/template/images/fb_17.png?v=8) no-repeat center left;
    background-size: 100% 100%;
}

.f_feedback .left .three dd:nth-child(3) {
    background: url(/template/images/fb_24.png?v=8) no-repeat center left;
    background-size: 100% 100%;
    min-height: 5rem;
}

.f_feedback .left .three dd {
    min-height: 1.5rem;
    margin-bottom: 0.35rem;
}

.f_feedback .left .three dd:nth-child(2) input {
    background: url(/template/images/fb_05.png?v=8) no-repeat center left;
    background-position-x: 0.3rem;
}

.f_feedback .bt_2 {
    background: url(/template/images/fb_29.png?v=8) no-repeat center;
    background-size: 100% 100%;
}

.f_feedback .right .three {
    line-height: 1rem;
    padding-bottom: 0.38rem;
}

.f_feedback .right .three dd {
    padding-left: 0.8rem;
}

.f_feedback .right .three dd:nth-child(1) {
    background: url(/template/images/fb_20.png?v=8) no-repeat center left;
    background-size: 0.5rem auto;
}

.f_feedback .right .three dd:nth-child(2) {
    background: url(/template/images/fb_23.png?v=8) no-repeat center left;
    background-size: 0.5rem auto;
}

.f_feedback .right .three dd:nth-child(3) {
    background: url(/template/images/fb_25.png?v=8) no-repeat center left;
    background-size: 0.5rem auto;
}

.f_feedback .right .telBox {
    line-height: 140%;
    padding-left: 1.7rem;
    background: url(/template/images/tel_01.png?v=8) no-repeat center left;
    background-size: 1.3rem auto;
}

.f_feedback .right .telBox dd:nth-child(1) {
    font-size: 0.55rem;
}

.f_feedback .right .telBox dd:nth-child(2) {
    font-weight: bold;
    font-size: 0.7rem;
}

.f_feedback .right .subBox {
    background: url(/template/images/fb_09.png?v=8) no-repeat right bottom;
    background-size: 43% 5.5rem;
    padding-top: 0.5rem;
    min-height: 5rem;
    background-position-y: 0.5rem;
    padding-left: 1%;
}

.f_feedback .ul_1 {
    display: grid;
}

.foot .bjBox {
    background: url(/template/images/bj.png?v=8) no-repeat center top;
}

.f_contact {
    font-size: 0.65rem;
    background: url(/template/images/fc_05.png?v=8) no-repeat center top;
    padding-top: 1.3rem;
}

.f_contact li {
    padding-bottom: 1rem;
}

.f_contact .l_1 {
    text-align: center;
    order: 3;
    width: 100%;
    max-width: 60%;
    padding-left: 15%;
}

.f_contact .l_2 {
    order: 4;
}

.f_contact .l_3 {
    /* width: 50%; */
    /* max-width: 48%; */
    order: 1;
    padding-left: 1%;
}

.f_contact .l_4 {
    /* width: 50%; */
    /* max-width: 48%; */
    order: 2;
    padding-left: 0%;
}

.f_contact .l_1 .one {
}

.f_contact .l_1 .s1 {
    padding: 0.15rem 0;
    padding-top: 0.25rem;
}

.f_contact .l_1 .s2 {
    line-height: 160%;
    font-size: 0.55rem;
}

.f_contact .sTitle {
    background: url(/template/images/contact_09.png?v=8) no-repeat left bottom;
    padding-bottom: 0.2rem;
    font-weight: bold;
    font-size: 0.7rem;
}

.f_contact .sContent {
    background: url(/template/images/contact_14.png?v=8) no-repeat;
    background-size: 0.8rem auto;
    line-height: 1.1rem;
    padding-left: 1.3rem;
    padding-top: 0.2rem;
    background-position-y: 0.38rem;
    background-position-x: 0.2rem;
}

.f_contact .sTitle span {
    display: block;
    background: url(/template/images/contact_03.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
    padding-left: 1.5rem;
    line-height: 1.5rem;
    background-position-x: 0.25rem;
    background-position-y: 0.2rem;
}

.f_contact .l_1 .s1 img {
    vertical-align: middle;
}

.f_contact .sContent p {
    margin: 0 !important;
}

.f_contact .sContent p,.f_contact .sContent span {
    font-size: 0.65rem !important;
}

.f_contact .l_3 .sTitle span {
    background: url(/template/images/contact_05.png?v=8) no-repeat center left;
    background-size: 1rem auto;
    background-position-x: 3%;
}

.f_contact .l_4 .sTitle span {
    background: url(/template/images/contact_07.png?v=8) no-repeat center left;
    background-size: 1rem auto;
    padding-left: 1.5rem;
    background-position-x: 2%;
}

.f_contact .l_1 .one img {
    width: 100%;
    max-width: 85%;
}

.f_contact .line_2 {
}

.f_contact .line_2 .ul_1 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-auto-flow: row;
}

.friendLink {
    padding: 0.3rem;
    line-height: 200%;
    padding-top: 0;
}

.keFu {
    display: inline-block;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: url(/template/images/kf.jpg?v=8) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 0.3rem;
}

.keFu a {
    /* width: 80%; */
    /* max-width: 20%; */
    float: left;
    text-decoration: none;
    color: #fff;
    font-size: 0.6rem;
    text-align: center;
    padding: 0.5rem 0.26rem;
    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.7rem;
}

.keFu a .en {
    text-transform: uppercase;
    font-size: 0.35rem;
}

.t_nav a:nth-child(1) {
    background: url(/template/images/bot_01.png?v=8) no-repeat center left !important;
    background-size: 0.85rem auto !important;
}

.t_nav a:nth-child(2) {
    background: url(/template/images/bot_02.png?v=8) no-repeat center left !important;
    background-size: 0.65rem auto !important;
    background-position-x: 2% !important;
}

.t_nav a:nth-child(3) {
    background: url(/template/images/bot_02.png?v=8) no-repeat center left !important;
    background-size: 0.65rem auto !important;
    background-position-x: 2% !important;
}

.t_nav a:nth-child(4) {
    background: url(/template/images/bot_02.png?v=8) no-repeat center left !important;
    background-size: 0.65rem auto !important;
    background-position-x: 2% !important;
}

.t_nav a:nth-child(5) {
    background: url(/template/images/bot_02.png?v=8) no-repeat center left !important;
    background-size: 0.65rem auto !important;
    background-position-x: 2% !important;
}

.t_nav a:nth-child(6) {
    background: url(/template/images/bot_06.png?v=8) no-repeat center left !important;
    background-size: 0.65rem auto !important;
    background-position-x: 2% !important;
}

.t_nav a:nth-child(7) {
    background: url(/template/images/bot_07.png?v=8) no-repeat center left !important;
    background-size: 0.85rem auto !important;
}

.t_nav a:nth-child(8) {
    background: url(/template/images/bot_08.png?v=8) no-repeat center left !important;
    background-size: 0.65rem auto !important;
    background-position-x: 1% !important;
}

.t_nav a:nth-child(9) {
    background: url(/template/images/bot_09.png?v=8) no-repeat center left !important;
    background-size: 0.85rem auto !important;
}

.in_pro {
    padding-bottom: 1rem;
}

.in_pro .left {
    width: 100%;
    max-width: 100%;
    display: block;
}

.in_pro .right {
    width: 100%;
    max-width: 100%;
    padding-top: 1rem;
    display: block;
}

.in_pro .right .sTitle {
    background: url(/template/images/pl_07.png?v=8) no-repeat center top;
    background-size: 100% 100%;
    min-height: 3rem;
    font-size: 0.7rem;
    font-weight: bold;
    color: #fff;
}

.in_pro .right .sTitle .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.in_pro .right .sTitle .sub_right {
    padding: 0.5rem;
    float: left;
    text-indent: 0.1rem;
    padding-bottom: 0;
    padding-top: 0.65rem;
    font-size: 0.75rem;
    line-height: 133%;
}

.in_pro .right .sTitle .sub_right .cn,.in_pro .right .sTitle .sub_right .en {
    background: -webkit-linear-gradient(#4043c3, #2563ff, #4043c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 0.2rem transparent;
}

.typeNav {
}

.typeNav .left_Title {
    display: none;
}

.typeNav .left_Title .cn {
    font-size: 0.8rem;
    font-weight: bold;
}

.typeNav .left_Title .en {
    font-size: 0.5rem;
    text-transform: uppercase;
}

.typeNav .left_Title .box {
    display: inline-block;
    padding-left: 10%;
    vertical-align: middle;
    padding-top: 0.3rem;
}

.typeNav .sContent {
    border: 0.05rem solid #f3d28b;
    border-top: 0;
    background: url(/template/images/pl_04.png?v=8) no-repeat center top;
    background-size: 100% 0.3rem;
}

.typeNav .sContent .subBox li:nth-child(1) {
    text-align: center;
    font-size: 0.6rem;
    font-weight: bold;
}

.typeNav .sContent .subBox li:nth-child(1) img {
    height: 1rem;
}

.typeNav .sContent .subBox li:nth-child(1) a {
    display: block;
}

.typeNav .sContent .subBox li:nth-child(1) span {
    display: block;
    padding-top: 0.2rem;
}

.typeNav .sContent .subBox li:nth-child(2) {
    font-size: 0.6rem;
    text-align: left;
    text-indent: 0.2rem;
}

.typeNav .sContent .subBox li:nth-child(2) a {
    line-height: 1.3rem;
    padding-right: 1%;
}

.typeNav .sContent .subBox {
    padding: 0.3rem 0;
    background: url(/template/images/pl_11.png?v=8) no-repeat center bottom;
    background-size: 100% auto;
    border: 0.05rem solid #f3d28b;
    display: table;
    width: 50%;
    max-width: 49.4%;
    float: left;
    min-height: 4.5rem;
}

.typeNav .sContent .subBox li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    max-width: 50%;
}

.typeNav .sContent .subBox li:nth-child(2) a:hover, .typeNav .sContent .subBox li a.currentNav {
    font-weight: bold;
    color: #d20101;
}

.typeNav .sContent .sBox {
    padding-bottom: 0.3rem;
    background: url(/template/images/pl_6.png?v=8) no-repeat center bottom;
    background-size: 100% auto;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.typeNav .sContent .subBox:last-child {
}

.typeNav .sContent .subBox:last-child li {
    display: block;
    width: 100%;
    max-width: 100%;
}

.typeNav .sContent .subBox:last-child li:nth-child(2) {
    display: none;
}

.typeNav .sContent .subBox:last-child li img {
    display: none;
}

.typeNav .sContent .subBox:last-child li:nth-child(1) a {
    line-height: 4.5rem;
}

.pro_ShareList {
    padding-top: 1rem;
}

.shareProItem {
    width: 50%;
    max-width: 45.8%;
    border: 0.05rem solid #eee;
    background: #FFF;
    padding: 0.2rem;
    float: left;
    font-size: 0.6rem;
    line-height: 160%;
    margin-right: 1%;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
}

.shareProItem:hover {
}

.shareProItem a {
    color: #000;
}

.shareProItem .one {
}

.shareProItem .two {
    font-size: 0.7rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6rem;
    border-bottom: 0.05rem solid #ddd;
    text-transform: uppercase;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}

.shareProItem .three {
    padding: 0 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    margin-bottom: 0.38rem;
}

.shareProItem .four {
    text-align: center;
}

.shareProItem .one img {
    width: 100%;
    max-width: 100%;
    height: 7.3rem;
    vertical-align: middle;
}

.shareProItem .three span {
    font-weight: bold;
}

.shareProItem .four a {
    width: 100%;
    max-width: 60%;
    display: inline-block;
    border: 0.05rem solid #da0000;
    border-radius: 0.2rem;
    line-height: 1.2rem;
}

.t_nav .dhTel {
}

.t_nav .dhTel dd {
    text-decoration: none;
    display: block;
    line-height: 130%;
    font-size: 0.73rem;
    width: 100%;
    max-width: 82%;
    border-bottom: 0.05rem dotted #aaa;
    padding-bottom: 0.3rem;
    padding-left: 20%;
    background: url(/template/images/tel_01.png?v=8) no-repeat center left;
    background-size: 1rem auto;
    padding-top: 0.3rem;
}

.t_nav .dhTel .tel_1 {
}

.t_nav .dhTel .tel_2 {
    background: url(/template/images/tel_02.png?v=8) no-repeat center left;
    background-size: 1rem auto;
}

.t_nav .dhTel dd .one {
    font-size: 0.65rem;
}

.t_nav .dhTel dd .two {
    font-weight: bold;
    font-size: 0.68rem;
}

.proShow {
    padding-bottom: 1rem;
}

.proShow .left {
    display: none;
}

.proShow .right {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.proShow .right .line_4 {
    background: #f9fafb;
    padding: 1rem 0;
    border-radius: 0.3rem;
    font-size: 0.65rem;
}

.proShow .right .sTitle img {
    vertical-align: middle;
}

.proShow .right .line_3 img {
    vertical-align: middle;
}

.proShow .right .line_1 {
    width: 100%;
    max-width: 100%;
    line-height: 200%;
    margin-bottom: 1.5rem;
    background: url(/template/images/wap_02.jpg?v=8) no-repeat center top;
    background-size: cover;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
    padding-bottom: 1rem;
}

.proShow .right .line_1 .sub_left {
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_1 .sub_right {
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_1 .sub_left .one {
    font-size: 0.65rem;
    font-weight: bold;
    background: url(/template/images/wap_01.jpg?v=8) no-repeat;
    background-size: auto 100%;
    line-height: 2rem;
    min-height: 2rem;
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 96%;
    padding: 0 2%;
    text-indent: 1.2rem;
    background-position-x: -0.5rem;
}

.proShow .right .line_1 .sub_left .two {
    font-size: 0.68rem;
    text-align: justify;
    text-indent: 2em;
    line-height: 200%;
    padding: 0.5rem;
    padding-top: 8rem;
    padding-bottom: 0;
}

.proShow .right .line_1 .sub_left .three {
    width: 100%;
    max-width: 48%;
    position: absolute;
    top: 3.3rem;
    right: 1%;
}

.proShow .right .line_1 .sub_left .three a {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    line-height: 1.8rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.proShow .right .line_1 .sub_right .one {
    width: 100%;
    max-width: 45%;
    position: absolute;
    top: 3.3rem;
    left: 2%;
}

.proShow .right .line_1 .sub_right .two {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_1 .sub_right .one img {
}

.proShow .right .line_1 .sub_right .two .telBox {
    padding-left: 1.8rem;
    line-height: 138%;
    background: url(/template/images/ps_06.png?v=8) no-repeat center left;
    background-size: 1.5rem auto;
    float: right;
    padding-right: 3%;
}

.proShow .right .line_1 .sub_right .two .telBox .sub_1 {
    font-size: 0.6rem;
}

.proShow .right .line_1 .sub_right .two .telBox .sub_2 {
    font-size: 0.8rem;
    font-weight: bold;
    color: #204cce;
}

.proShow .right .line_1 .sub_left .three a {
    display: block;
    margin-bottom: 0.2rem;
}

.proShow .right .line_1 .sub_left .three a:nth-child(1) {
    background: url(/template/images/wapBt_01.png?v=8) no-repeat center top;
    background-size: 98% 100%;
}

.proShow .right .line_1 .sub_left .three a:nth-child(2) {
    background: url(/template/images/wapBt_02.png?v=8) no-repeat center top;
    background-size: 98% 100%;
}

.proShow .right .line_1 .sub_left .three a:nth-child(3) {
    background: url(/template/images/wapBt_03.png?v=8) no-repeat center top;
    background-size: 98% 100%;
    color: #976200;
    text-indent: 1%;
    text-indent: 1.3rem;
}

.proShow .right .proTitle {
    font-size: 0.6rem;
    line-height: 180%;
    background: url(/template/images/ps_09.png?v=8) no-repeat;
    background-size: 0.9rem auto;
    padding-left: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    background-position-x: 1%;
    background-position-y: 0.1rem;
}

.proShow .right .proTitle span {
    font-weight: bold;
    display: block;
    font-size: 0.9rem;
}

.proShow .right .line_2 {
    background: url(/template/images/wapBj.png?v=8) no-repeat;
    background-size: 100% 100%;
    padding: 0.5rem 3%;
    width: 100%;
    max-width: 92%;
    margin-left: 1%;
}

.proShow .right .line_2 .sub_left {
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_2 .sub_right {
    width: 100%;
    max-width: 100%;
    padding-top: 0.5rem;
}

.proShow .right .line_2 .sub_left img {
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_2 .sub_right table {
    background: none !important;
}

.proShow .right .line_2 .sub_right table,.proShow .right .line_2 .sub_right td {
    border: 0 !important;
}

.proShow .right .line_2 .sub_right td,.proShow .right .line_2 .sub_right p,.proShow .right .line_2 .sub_right span {
    font-size: 0.65rem !important;
}

.proShow .right .line_2 .sub_right p {
    margin: 0 !important;
}

.proShow .right .line_2 .sub_right table tr {
    border-bottom: 0.05rem dotted #ccc !important;
}

.proShow .right .line_2 .sub_right td {
    padding: 0.3rem;
    line-height: 180%;
}

.proShow .right .line_2 .sub_right td:nth-child(1) {
    font-weight: bold !important;
    background: url(/template/images/ps_13.png?v=8) no-repeat center left;
    background-size: 0.3rem auto;
    vertical-align: top;
    width: 33%;
    padding-left: 4%;
    background-position-y: 0.7rem;
}

.proShow .right .line_4 .call_1 {
    line-height: 2rem;
    background: url(/template/images/wapBj_02.png?v=8) no-repeat center left;
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.6rem;
}

.proShow .right .line_4 .call_1 span {
    font-weight: bold;
    font-size: 0.65rem;
    vertical-align: bottom;
}

.proShow .right .line_4 .call_1 .s_right {
    padding-left: 2.6rem;
    background: url(/template/images/wapBj_01.png?v=8) no-repeat center left;
    background-size: 1.6rem auto;
    background-position-x: 5%;
}

.proShow .right .line_5 {
    padding-top: 1rem;
}

.proShow .right .line_5 .sTitle {
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    padding-top: 1rem;
    background: url(/template/images/txt3.png?v=8) no-repeat center top;
    background-size: auto 0.8rem;
}

.proShow .right .call_2 {
    font-size: 0.6rem;
    min-height: 3rem;
    padding-top: 1.1rem;
    position: relative;
    background: url(/template/images/wapBj_03.png?v=8) no-repeat top right;
    background-size: 100% auto;
    padding-left: 23%;
    width: 100%;
    max-width: 77%;
    line-height: 180%;
}

.proShow .right .call_2 .s_left {
    font-weight: bold;
}

.proShow .right .call_2 .s_right {
    padding-left: 1.1rem;
    background: url(/template/images/ps2_05.png?v=8) no-repeat center left;
    background-size: 0.9rem auto;
    padding-right: 1%;
    position: absolute;
    right: 1%;
    top: 2.2rem;
}

.proShow .right .call_2 .s_right span {
    font-weight: bold;
    font-size: 0.7rem;
    vertical-align: bottom;
    color: #204cce;
}

.proShareBox {
    padding-bottom: 1rem;
}

.proShareBox.r_3 {
}

.pro_shareTitle {
    padding-left: 1.5rem;
    line-height: 180%;
    background: url(/template/images/ps_09.png?v=8) no-repeat center left;
    background-size: 0.9rem auto;
    background-position-y: 0.15rem;
    background-position-x: 1%;
}

.pro_shareTitle span {
    display: block;
}

.pro_shareTitle .cn {
    font-size: 0.75rem;
    font-weight: bold;
}

.pro_shareTxt {
    padding: 0.38rem 2%;
    color: #333;
    font-size: 0.65rem;
    line-height: 200%;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span {
    font-size: 0.65rem !important;
    line-height: 210% !important;
    font-family: Microsoft YaHei !important;
}

.pro_shareTxt td {
    vertical-align: top !important;
    padding: 0.2rem !important;
    text-align: center !important;
    height: auto !important;
}

.pro_shareTxt table, .pro_shareTxt td {
    border: 0.05rem solid #82bfbe !important;
}

.pro_shareTxt td:nth-child(1) {
    font-weight: bold;
    color: #13538e !important;
    background: #ebf3f9;
}

.proShareBox.r_4 .pro_shareTxt tr:first-child {
    background: #f3fafa !important;
}

.proShareBox.r_4 .pro_shareTxt table {
    background: none !important;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.proShow .right .line_1 .sub_left .one a {
    float: right;
    font-weight: normal;
    font-size: 0.5rem;
}

.pro_shareTxt table tr {
    display: grid;
    float: left;
    width: 50%;
    max-width: 50%;
}

.inBody .t_search {
    padding: 0.8rem 0;
}

.otherList {
}

.otherList .wapTitle {
    background: url(/template/images/wapBj_05.jpg?v=8) no-repeat;
    background-size: cover;
    min-height: 2.1rem;
    padding-left: 40%;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-position-x: 28%;
}

.otherList .listOne {
    padding: 0.3rem 2%;
    padding-bottom: 0;
    border-radius: 0.3rem;
    background: url(/template/images/wap_02.jpg?v=8) no-repeat center top;
    background-size: cover;
    width: 100%;
    max-width: 96%;
    padding-top: 1rem;
    position: relative;
}

.otherList .listOne .sub_left {
    clear: both;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.otherList .listOne .sub_right {
    width: 100%;
    max-width: 100%;
    font-size: 0.65rem;
    padding-top: 0.5rem;
}

.otherList .listOne .sub_left .s1 {
    min-height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 0.7rem;
    font-weight: bold;
    color: #2444bb;
    background: url(/template/images/kuang.png?v=8) no-repeat center top;
    background-size: 100% 100%;
    width: 100%;
    max-width: 48%;
    float: right;
    position: absolute;
    right: 1%;
    top: 2.5rem;
}

.otherList .listOne .sub_left .s2 {
    width: 100%;
    max-width: 45%;
    float: left;
}

.otherList .listOne .sub_left .s1 img {
    height: 0.8rem;
    vertical-align: middle;
}

.otherList .listOne .sub_left .s2 img {
    vertical-align: middle;
    width: 228px;
}

.otherList .listOne .sub_right .s1 {
    text-indent: 2em;
    line-height: 250%;
    padding-bottom: 0.3rem;
    font-size: 0.68rem;
}

.otherList .listOne .sub_right .telBox {
    padding-left: 1.8rem;
    line-height: 130%;
    background: url(/template/images/ps_06.png?v=8) no-repeat center left;
    background-size: 1.5rem auto;
    position: absolute;
    top: 4.6rem;
    right: 4%;
}

.otherList .listOne .sub_right .telBox .sub_1 {
    font-size: 0.55rem;
}

.otherList .listOne .sub_right .telBox .sub_2 {
    font-weight: bold;
    color: #204cce;
    font-size: 0.7rem;
}

.otherList .listOne .sub_right .s1 a {
    display: inline-block;
    line-height: 1.5rem;
    width: 5rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-indent: 0;
    vertical-align: middle;
    margin: 0 0.3rem;
}

.otherList .listOne .sub_right .s1 a:nth-child(1) {
    background: url(/template/images/list_01.png?v=8) no-repeat center;
    background-size: 100% 100%;
}

.otherList .listOne .sub_right .s1 a:nth-child(2) {
    background: url(/template/images/list_02.png?v=8) no-repeat center;
    background-size: 100% 100%;
}

.otherList .listTwo {
    padding-top: 1rem;
}

.otherList .listOne .sub_left .s1 h1 {
    font-size: 0.7rem;
    display: inline-block;
}

.otherList .shiLi {
    padding-bottom: 0.5rem;
}

.otherList .wapTitle .cn {
    font-weight: bold;
    font-size: 0.8rem;
    padding-top: 0.3rem;
}

.otherList .wapTitle .en {
    font-size: 0.35rem;
}

.in_new {
    padding-bottom: 1rem;
}

.new_ShareList {
    /* padding-top: 0.5rem; */
}

.new_ShareList .item {
    border: 0.05rem solid #f0f0f0;
    background: #FFF;
    padding: 0.3rem 2%;
    margin-bottom: 0.8rem;
    font-size: 0.65rem;
    width: 100%;
    max-width: 93%;
    position: relative;
    padding-bottom: 0.8rem;
    margin-left: 1%;
}

.new_ShareList .item .sub_left {
    width: 100%;
    max-width: 100%;
}

.new_ShareList .item .sub_right {
    /* width: 100%; */
    /* max-width: 100%; */
}

.new_ShareList .item .sub_left a {
}

.new_ShareList .item .sub_left .hdBox {
    height: 8rem;
    overflow: hidden;
    border-radius: 0.2rem;
}

.new_ShareList .item .sub_right .s_left {
    color: #2444bb;
    font-weight: bold;
    width: 3.1rem;
    max-width: 3.1rem;
    text-align: center;
    padding-top: 0.3rem;
    position: absolute;
    top: 0;
    left: 7%;
    display: grid;
    background: #f6f8fc;
}

.new_ShareList .item .sub_right .s_left .s1 {
    padding-bottom: 0.3rem;
    order: 2;
}

.new_ShareList .item .sub_right .s_left .s2 {
    font-size: 1.3rem;
    height: 1.9rem;
    order: 1;
    line-height: 2rem;
    /* padding-top: 0.5rem; */
}

.new_ShareList .item .sub_right .s_right {
    width: 100%;
    max-width: 100%;
}

.new_ShareList .item .sub_right .s_right .s1 {
    padding: 0.2rem 0;
}

.new_ShareList .item .sub_right .s_right .s2 {
    line-height: 190%;
    padding: 0.3rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
    color: #666;
}

.new_ShareList .item .sub_right .s_right .s3 {
    text-align: right;
    padding-top: 0.5rem;
}

.new_ShareList .item .sub_right .s_right .s1 h3 {
    font-size: 0.8rem;
}

.new_ShareList .item .sub_right .s_right .s1 a {
    color: #000;
}

.new_ShareList .item .sub_right .s_right .s3 a {
    display: inline-block;
    border: 0.05rem solid #d40000;
    line-height: 1.3rem;
    width: 5rem;
    max-width: 5rem;
    text-align: center;
    border-radius: 0.2rem;
}

.typeNew {
    padding-bottom: 1rem;
    font-size: 0.7rem;
}

.typeNew a {
    display: inline-block;
    width: 100%;
    max-width: 48%;
    line-height: 1.6rem;
    text-align: center;
    margin-left: 1%;
    background: url(/template/images/nl_02.png?v=8) no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.38rem;
}

.typeNew a:hover, .typeNew a.currentNav {
    color: #fff;
    font-weight: bold;
    background: url(/template/images/nl_01.png?v=8) no-repeat center;
    background-size: 100% 100%;
}

.typeNew a:last-child {
}

.shareTitle2 {
    text-align: center;
    padding-top: 1rem;
    margin-bottom: 0.5rem;
    background: url(/template/images/nl_07.png?v=8) no-repeat center top;
    background-size: auto 1rem;
}

.shareTitle2 .cn {
    font-size: 1rem;
    color: #2444bb;
    font-weight: bold;
}

.new_ShareList .item .sub_right .s_right .s5 {
    font-size: 0.6rem;
    line-height: 1rem;
    padding: 0.3rem 0;
    color: #666;
}

.new_ShareList .item .sub_right .s_right .s5 .sub_1 {
    float: left;
    padding-left: 0.9rem;
    background: url(/template/images/ns_04.png?v=8) no-repeat center left;
    background-size: 0.68rem auto;
}

.new_ShareList .item .sub_right .s_right .s5 .sub_2 {
    float: right;
    padding-left: 0.9rem;
    background: url(/template/images/ns_06.png?v=8) no-repeat center left;
    background-size: 0.68rem auto;
}

.new_ShareList .newListBox {
}

.firstPage,.lastPage {
    display: none !important;
}

.newShow .newBox .line_2 .two dd {
    color: #666;
    padding-left: 0.8rem;
    padding-right: 0.3rem;
    display: inline-block;
}

.newShow .newBox .line_2 .two dd:nth-child(1) {
    background: url(/template/images/ns_02.png?v=8) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShow .newBox .line_2 .two dd:nth-child(2) {
    background: url(/template/images/ns_04.png?v=8) no-repeat center left;
    background-size: 0.6rem auto;
}

.newShow .newBox .line_2 .two dd:nth-child(3) {
    background: url(/template/images/ns_06.png?v=8) no-repeat center left;
    background-size: 0.7rem auto;
    background-position-y: 0.5rem;
}

.newShow .newBox .line_2 .two dd:nth-child(4) a {
    background: url(/template/images/ns_08.png?v=8) no-repeat center right;
    background-size: 0.8rem auto;
    padding-right: 1rem;
}

.newShow .newBox .line_3 table {
}

.newShow .newBox .line_3 td {
}

.newShow .newBox .line_3 table, .newShow .newBox .line_3 td {
    border: 0 !important;
}

.newShow .newBox .line_4 {
}

.newShow .xgPro {
    padding-top: 1rem;
}

.newShow {
    padding-bottom: 1rem;
}

.newShow .newBox {
    background: #fff;
    border: 0.05rem solid #ddd;
    padding: 0.5rem 2%;
    font-size: 0.65rem;
    margin-bottom: 0.8rem;
    width: 100%;
    max-width: 93.5%;
    margin-left: 1%;
}

.newShow .newBox .Box_2 {
}

.newShow .newBox .line_2 {
    min-height: 2rem;
    text-align: center;
}

.newShow .newBox .line_2 h1 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    line-height: 160%;
}

.newShow .newBox .line_2 .two {
    padding-top: 0.3rem;
    line-height: 1.3rem;
    text-align: center;
    border-bottom: 0.05rem dotted #ccc;
    padding-bottom: 0.5rem;
}

.newShow .newBox .line_3 {
    color: #333;
    padding: 0.3rem 1%;
    text-align: justify;
}

.newShow .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    border-radius: 0.2rem;
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.newShow .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .newBox .line_3, .newShow .newBox .line_3 p, .newShow .newBox .line_3 span {
    font-size: 0.65rem !important;
    line-height: 220% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .typeNew {
    padding-bottom: 0.5rem;
}

.newShow .newBox .line_3 .foot_txt {
    padding-top: 0.5rem;
}

.newShow .newBox .line_2 .two font {
    display: none;
}

.newShow .newMainBox {
    padding-top: 2rem;
    position: relative;
}

.newShow .newBox .line_2 .two dd:last-child {
    position: absolute;
    top: 0;
    right: 0;
}

.prev_next {
    font-size: 0.65rem;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.prev_next a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 81%;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li {
    line-height: 2rem;
    background: #ecf7fa;
    margin-bottom: 0.5rem;
    font-weight: bold;
    border-radius: 0.2rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.xgNew {
    padding: 0.5rem 0;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 0.3rem;
}

.xgNew .xgTitle {
    font-size: 0.8rem;
    font-weight: bold;
    padding-left: 1.1rem;
    line-height: 1.5rem;
    color: #b80504;
    background: url(/template/images/ns_13.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.xgNew .xgList {
    color: #666;
    font-size: 0.65rem;
    padding-top: 0.1rem;
}

.xgNew .xgList li {
    line-height: 1.38rem;
}

.xgNew .xgList li .sub_left {
    padding-left: 3%;
    width: 100%;
    max-width: 72%;
    background: url(/template/images/ns_19.png?v=8) no-repeat center left;
    background-size: 0.2rem auto;
    float: left;
    background-position-x: 0.1rem;
}

.xgNew .xgList li .sub_right {
    float: right;
}

.xgNew .xgList li .sub_left .dian {
    background: url(/template/images/ns_16.png?v=8) repeat-x center;
    background-position-y: 0.3rem;
    width: 100%;
    max-width: 100%;
}

.xgNew .xgList li .sub_left a {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.2rem;
    width: 100%;
    max-width: 100%;
}

.xgPro2 {
}

.xgPro2 .xgTitle {
    background: url(/template/images/ns_22.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.xgNew .xgList li:nth-child(4),.xgNew .xgList li:nth-child(5),.xgNew .xgList li:nth-child(6) {
    display: none;
}

.searchPro .listTwo {
    padding: 0;
}

.in_BaoZhang {
}

.in_BaoZhang .bzBox {
    font-size: 0.75rem;
    padding: 1rem 0;
    line-height: 130%;
    background: url(/template/images/bj6.jpg?v=8) no-repeat center top;
    background-size: cover;
}

.in_BaoZhang .bzBox .bjBox {
    position: relative;
    min-height: 38rem;
    background: url(/template/images/wapBj_06.png?v=8) no-repeat center top;
    background-size: 100% auto;
    background-position-y: 0.6rem;
}

.in_BaoZhang .bzBox .bjBox li {
    position: absolute;
}

.in_BaoZhang .bzBox .bjBox li .bigTxt {
    font-weight: bold;
    padding-left: 0.8rem;
    line-height: 1.5rem;
    background: url(/template/images/bz_02.png?v=8) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-y: 0.5rem;
}

.in_BaoZhang .bzBox .bjBox li .smallTxt {
    font-size: 0.6rem;
}

.in_BaoZhang .bzBox .bjBox li .smallTxt p {
    margin: 0;
    padding-bottom: 0.3rem;
}

.in_BaoZhang .bzBox .bjBox li .smallTxt span {
    font-weight: bold;
    color: #204cce;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(1) {
    top: 0;
    left: 3%;
    width: 100%;
    max-width: 50%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(2) {
    top: 0;
    right: 0;
    width: 100%;
    max-width: 38%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(3) {
    top: 27.3rem;
    left: 4%;
    width: 100%;
    max-width: 48%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(4) {
    top: 4.3rem;
    right: 0;
    width: 100%;
    max-width: 34%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(5) {
    top: 27.35rem;
    right: 0;
    width: 100%;
    max-width: 41%;
}

.in_BaoZhang .bzBox .bjBox li:nth-child(6) {
    top: 34rem;
    left: 1%;
    width: 100%;
    max-width: 99%;
}

.in_BaoZhang .shiLi {
    padding-bottom: 1rem;
    padding-top: 0;
}

.in_about {
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.aboutNav {
    text-align: center;
}

.aboutNav a {
    width: 100%;
    max-width: 32%;
    margin-right: 0;
    margin-left: 0;
}

.in_about .line_1 {
}

.in_about .line_1 .shareTitle2 {
    background: url(/template/images/txt05.png?v=8) no-repeat center top;
    background-size: auto 1rem;
}

.in_about .line_1 .shareTitle2 .cn {
    color: #000;
    padding-bottom: 0.3rem;
    background: url(/template/images/about_06.png?v=8) no-repeat center bottom;
}

.in_about .line_1 .sContent {
    padding: 0.3rem 0;
}

.in_about .line_1 .sContent .sub_left {
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
    padding-bottom: 1rem;
}

.in_about .line_1 .sContent .sub_right {
    width: 100%;
    max-width: 100%;
}

.in_about .line_1 .sContent .sub_left .one {
    font-size: 0.8rem;
    font-weight: bold;
}

.in_about .line_1 .sContent .sub_left .two {
    padding-top: 0.5rem;
    text-indent: 2em;
    text-align: justify;
}

.in_about .line_1 .sContent .sub_left .one .en {
    text-transform: uppercase;
    color: #000;
}

.in_about .line_1 .sContent .sub_left .one .cn {
    background: url(/template/images/about_06.png?v=8) no-repeat center right;
    background-position-x: 92%;
    background-position-y: 0.5rem;
}

.in_about .line_1 .sContent .sub_left .two, .in_about .line_1 .sContent .sub_left .two p, .in_about .line_1 .sContent .sub_left .two span {
    font-size: 0.65rem !important;
    line-height: 230%;
}

.in_about .line_1 .sContent .sub_left .two p {
    margin: 0 !important;
}

.in_about .line_1 .sContent .sub_left .one .cn span {
    display: inline-block;
    padding-right: 1%;
}

.in_about .line_2 {
    padding: 1rem 0;
    width: 100%;
    max-width: 98%;
    margin-left: 1%;
}

.in_about .line_3 {
    padding-top: 1rem;
}

.in_about .line_3 .shareTitle2 {
    background: url(/template/images/about_20.png?v=8) no-repeat center top;
    background-size: auto 1rem;
}

.in_about .line_3 .shareTitle2 .cn {
    color: #000;
    padding-bottom: 0.3rem;
    background: url(/template/images/about_06.png?v=8) no-repeat center bottom;
}

.in_about .line_3 .sContent {
    display: grid;
    padding-top: 0.5rem;
}

.in_about .line_3 .sContent .sub_left {
    order: 2;
    padding: 0.3rem 2%;
}

.in_about .line_3 .sContent .sub_right {
    min-height: 10rem;
    padding-top: 0.5rem;
    font-size: 0.6rem;
    padding-left: 26%;
    background: url(/template/images/wapBj_07.png?v=8) no-repeat top right;
    background-size: 106% auto;
    order: 1;
    padding-top: 1rem;
}

.in_about .line_3 .sContent .sub_left .one {
    background: url(/template/images/about_26.png?v=8) no-repeat left bottom;
    padding-bottom: 0.38rem;
    background-size: 1.2rem auto;
}

.in_about .line_3 .sContent .sub_left .two {
    font-size: 0.65rem;
    padding-top: 0.3rem;
    line-height: 1.3rem;
}

.in_about .line_3 .sContent .sub_left .one .en {
    font-size: 0.46rem;
    text-transform: uppercase;
    padding-bottom: 0.05rem;
}

.in_about .line_3 .sContent .sub_left .one .cn {
    font-size: 0.9rem;
    font-weight: bold;
}

.in_about .line_3 .sContent .sub_left .two dd {
    padding-left: 7%;
}

.in_about .line_3 .sContent .sub_left .two dd span {
    font-weight: bold;
    color: #2444bb;
    font-size: 0.8rem;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(1) {
    background: url(/template/images/about_28.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(2) {
    background: url(/template/images/about_29.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(3) {
    background: url(/template/images/about_33.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(4) {
    background: url(/template/images/about_34.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(5) {
    background: url(/template/images/about_36.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_left .two dd:nth-child(6) {
    background: url(/template/images/about_37.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_right .one {
    font-size: 0.7rem;
    font-weight: bold;
    padding-left: 9%;
    background: url(/template/images/about_31.png?v=8) no-repeat center left;
    background-size: 0.8rem auto;
}

.in_about .line_3 .sContent .sub_right .two {
    line-height: 200%;
    padding-top: 0.38rem;
    padding-right: 2%;
    text-indent: 2em;
    padding-left: 21%;
    text-align: justify;
}

.in_about .line_3 .sContent .sub_right .two span {
    color: #2444bb;
}

.in_about .line_2 .center {
}

.videoShow .picBt {
    min-height: 10rem !important;
    height: 10rem !important;
}

.tagList {
    padding-bottom: 2rem;
}

.tagList .left {
}

.tagList .right {
}

.tagList .left .line_1 {
    width: 100%;
    max-width: 92%;
    line-height: 200%;
    margin-bottom: 1rem;
    background: url(/template/images/wap_02.jpg?v=8) no-repeat center top;
    background-size: cover;
    /* border-radius: 0.3rem; */
    overflow: hidden;
    position: relative;
    padding: 1rem 4%;
    padding-bottom: 1.5rem;
}

.tagList .left .line_1 .sub_left {
}

.tagList .left .line_1 .sub_right {
    text-align: center;
}

.tagList .left .line_1 .sub_left .one {
}

.tagList .left .line_1 .sub_left .two {
    padding: 0.5rem 0;
    color: #666;
    line-height: 180%;
}

.tagList .left .line_1 .sub_left .three {
    display: none;
}

.tagList .left .line_1 .sub_left .one h2 {
    font-size: 1.1rem;
    color: #d20101;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#a70303));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tagList .left .line_1 .sub_left .three a {
}

.tagList .left .line_1 .sub_left .three .telBox {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_1 {
}

.tagList .left .line_1 .sub_left .three .telBox .sub_2 {
}

.tagList .left .line_1 .sub_right .one {
}

.tagList .left .line_1 .sub_right .one img {
    border-radius: 0.3rem;
    width: 100%;
    max-width: 90%;
    border: 0.5rem solid #fff;
    -moz-box-shadow: 1px 2px 6px #ddd;
    -webkit-box-shadow: 1px 2px 6px #ddd;
    box-shadow: 1px 2px 6px #ddd;
}

.tagList .left .line_1 .sub_left .three a:nth-child(1) {
}

.tagList .left .line_1 .sub_left .three a:nth-child(2) {
}

.tagProList {
    padding-bottom: 0.5rem;
}

.tagProList .tagListBox {
}

.tagProList .tagListBox .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 2px 5px #ccc;
    padding: 0.2rem 1%;
    margin-bottom: 0.5rem;
}

.tagProList .tagListBox .item .sub_left {
    width: 100%;
    max-width: 38%;
    float: left;
}

.tagProList .tagListBox .item .sub_right {
    width: 100%;
    max-width: 58%;
    float: right;
}

.tagProList .tagListBox .item .sub_left img {
}

.tagProList .tagListBox .item .sub_right .one {
    padding: 0.2rem 0;
}

.tagProList .tagListBox .item .sub_right .two {
    font-size: 0.55rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
    line-height: 160%;
}

.tagProList .tagListBox .item .sub_right .three {
    padding: 0.3rem 0;
    font-size: 0.55rem;
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tagProList .tagListBox .item .sub_right .four {
    text-align: right;
}

.tagProList .tagListBox .item .sub_right .two span, .tagProList .tagListBox .item .sub_right .three span {
    font-weight: bold;
}

.tagProList .tagListBox .item .sub_right .four a {
    color: #fff;
    display: inline-block;
    line-height: 1.28rem;
    text-align: center;
    vertical-align: middle;
    background-size: 100% 100% !important;
    padding: 0 0.5rem;
    font-size: 0.6rem;
}

.tagProList .tagListBox .item .sub_right .four a:nth-child(1) {
    background: url(/template/images/tag_01.png?v=8) no-repeat center top;
}

.tagProList .tagListBox .item .sub_right .four a:nth-child(2) {
    background: url(/template/images/tag_02.png?v=8) no-repeat center top;
}

.tagList .left .line_1 .sub_left .two p {
}

.tagProList .tagListBox .item .sub_right .one h3 {
    font-size: 0.7rem;
}

.tagNav {
    display: none;
}

.tagNav .left_Title {
}

.tagNav .sContent {
}

.tagNav .sContent 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;
}

.sjTag .left_Title .cn {
    font-size: 0.9rem;
}

.sjTag .left_Title .en {
}

.sjTag .sContent {
    border: 0.05rem solid #f3d28b;
    font-size: 0.7rem;
    padding-bottom: 0.38rem;
    background: url(/template/images/pl_6.png?v=8) no-repeat center bottom;
    background-size: 100% auto;
    max-width: 99.5%;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 50%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.sjTag .left_Title div {
    display: inline-block;
}

.sjTag .sContent a:hover {
    color: #e20000;
}

.in_pro .right .sTitle .sub_left {
    float: left;
    padding-left: 5%;
    padding-top: 0.4rem;
    display: none;
}

.in_pro .right .sTitle .sub_left img {
    height: 2.5rem;
}

.bq p {
    display: inline-block !important;
}

.shareTitle8 {
    background: url(/template/images/title8.png?v=8) no-repeat center top;
    background-size: 90% auto;
    text-align: center;
    min-height: 3.5rem;
}

.shareTitle8 .cn {
    font-size: 1rem;
    padding-bottom: 0.3rem;
    padding-top: 0.5rem;
    color: #2a2a2a;
    letter-spacing: 0.05rem;
}

.shareTitle8 .cn span {
    font-weight: bold;
    color: #960000;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgb(255 33 33)), to(rgb(165 0 0)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.iPro3 .more {
    text-align: center;
    padding: 0.5rem 0;
}
