@charset "UTF-8"; /* Star  */
@font-face {
    font-family: 'BunTSans';
    src: url('/fonts/BunTSans.eot');
    src: url('/fonts/BunTSans.eot?#iefix') format('embedded-opentype'), url('/fonts/BunTSans.woff') format('woff'), url('/fonts/BunTSans.ttf') format('truetype'), url('/fonts/BunTSans.svg#SingleMaltaRegular') format('svg');
}

@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,"Noto Sans Myanmar";
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
}

.wapShow, .noShow {
    display: none !important;
}

.tzBox {
    display: inline-block;
}

/*word-break:break-all; */
.smallEn {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    color: #808080;
    letter-spacing: 0.2px;
}

/*  */
.shadow_1 {
    -moz-box-shadow: 1px 2px 5px #ccc;
    -webkit-box-shadow: 1px 2px 5px #ccc;
    box-shadow: 1px 2px 5px #ccc;
}

.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 1px 5px #ddd;
    -webkit-box-shadow: 1px 1px 5px #ddd;
    box-shadow: 1px 1px 5px #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;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.noInfor {
    line-height: 200px;
    min-height: 200px;
    text-align: center;
    font-size: 18px;
}

/**/
.grad {
    background: #018de0;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #00afff, #026abf);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #00afff, #026abf);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #00afff, #026abf);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #00afff, #026abf);
    /* Standard syntax */
}

.grad_2 {
    background: #f05b22;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #fd7342, #e14102);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #fd7342, #e14102);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #fd7342, #e14102);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #fd7342, #e14102);
    /* Standard syntax */
}

ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

.center {
    width: 1300px;
    margin: 0 auto;
}

.inline_width {
    display: inline-block;
    width: 100%;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

/*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: 16px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
    text-align: center;
}

.pageNumber a {
    padding: 8px 14px;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    margin-right: 5px;
    background: #fff;
}

.pageNumber a:hover {
    background: #f55319;
    color: #fff;
    border: 1px solid #f55319;
}

.pageNumber .current_page {
    padding: 8px 14px;
    background: #f55319;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #f55319;
    margin-right: 5px;
}

.pageNumber input {
    line-height: 37px;
    height: 37px;
    padding: 0;
    margin: 0;
    width: 70px;
    font-size: 15px;
}

/*  */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 16px;
}

.search input[type="text"] {
    background: url(/template/images/s_02.png) no-repeat;
    width: 589px;
    height: 36px;
    line-height: 36px;
    color: #333;
    padding: 0 10px;
    font-size: 14px;
}

.search input[type="button"] {
    background: url(/template/images/s_01.png) no-repeat;
    width: 39px;
    height: 36px;
    cursor: pointer;
}

/* End   */
.in_banner {
    min-height: 340px;
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
}

.banner_fbSure {
    background: url("/template/images/banner_fbSure.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background: url("/template/images/banner_down.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url("/template/images/banner_case.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url("/template/images/banner_contact.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_services {
    background: url("/template/images/banner_services.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    background: url("/template/images/banner_sitemap.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro1 {
    background: url("/template/images/banner_pro1.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro2 {
    background: url("/template/images/banner_pro2.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro3 {
    background: url("/template/images/banner_pro3.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url("/template/images/banner_pro.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url("/template/images/banner_new.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangAn {
    background: url("/template/images/banner_fangAn.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_oem {
    background: url("/template/images/banner_oem.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_zhaoShang {
    background: url("/template/images/banner_zhaoShang.jpg") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.tb {
    display: table;
    width: 100%;
}

.tb .row {
    display: table-row;
}

.tb .td {
    display: table-cell;
}

.x0 {
    background: url(/template/images/x0.png) no-repeat center right;
}

.x1 {
    background: url(/template/images/x1.png) no-repeat center right;
}

.x2 {
    background: url(/template/images/x2.png) no-repeat center right;
}

.x3 {
    background: url(/template/images/x3.png) no-repeat center right;
}

.x4 {
    background: url(/template/images/x4.png) no-repeat center right;
}

.x5 {
    background: url(/template/images/x5.png) no-repeat center right;
}

.prev_next {
    padding-bottom: 35px;
    font-size: 16px;
}

.prev_next a {
    width: 280px;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 44%;
    line-height: 40px;
    padding: 0 23px;
    border-radius: 10px;
    font-size: 16px;
    background: #eee;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover, .prev_next li:hover a {
    color: #fff;
}

.prev_next li:hover {
    background: #f55319;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.proList {
    padding: 100px 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 #eaeaea;
}

.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 #eaeaea;
    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 #eaeaea;
    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;
}

.friendLink {
    color: #888;
}

.friendLink a {
    color: #999;
}

.left_shareTitle {
    min-height: 118px;
    background: url(/template/images/t4.png) no-repeat center bottom;
    margin-bottom: 3px;
}

.leftNew .left_shareTitle {
    margin-bottom: 13px;
    background: url(/template/images/t10.png) no-repeat center bottom;
}

.left_shareTitle .txt_1 {
    font-size: 22px;
    padding-top: 59px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    text-indent: -9px;
}

.leftNew .left_shareTitle .txt_1 {
    padding-top: 71px;
    text-indent: 52px;
}

.left_shareTitle .txt_2 {
    font-size: 9px;
    text-transform: uppercase;
    transform: scale(0.85);
    white-space: nowrap;
    text-indent: 0;
    padding-left: 0;
    margin-left: 0;
    transform-origin: 0;
}

.newShow .left_shareTitle .txt_2, .in_new .left_shareTitle .txt_2 {
    text-align: center;
    width: 102px;
}

.proShareBox.box_1 table, .proShareBox.box_1 table td {
    border: 0 !important;
}

.proShareBox.box_1 table {
    width: 100% !important;
}

.pro_shareTitle {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 28px;
    padding-left: 10px;
    color: #000;
    min-height: 45px;
    border-radius: 15px;
    padding-top: 8px;
    text-indent: 48px;
    background: url(/template/images/bj21.png) no-repeat center left;
    background-color: #fbfbfb;
    background-position-x: 20px;
    background-position-y: 14px;
}

.pro_shareTitle span {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0;
    margin-left: 10px;
    color: #aaa;
}

.pro_shareTxt {
    padding: 15px 20px;
    color: #333;
    padding-bottom: 31px;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0 !important;
    padding: 5px 0 !important;
}

.pro_shareTxt img {
    max-width: 100%;
}

.proShareBox.box_3 .pro_shareTxt img {
    vertical-align: middle;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span, .pro_shareTxt td {
    font-size: 16px !important;
    line-height: 200% !important;
}

.pro_shareTxt.bot2 p {
}

.pro_shareTxt td {
    padding: 8px;
}

.proShareBox.box_3 .pro_shareTxt td {
    padding: 5px;
}

.shareTel {
    min-height: 48px;
    padding-left: 61px;
    background: url(/template/images/tel3.png) no-repeat center left;
    background-position-x: 23px;
    line-height: 130%;
}

.shareTel .one {
    font-size: 15px;
    padding-top: 4px;
    text-indent: 2px;
}

.shareTel .two {
    font-size: 20px;
    font-weight: bold;
    padding-top: 1px;
    color: #f55319;
}

/* Star daoHang */
.shareTitle {
    text-align: center;
    font-size: 33px;
    color: #111;
    padding-bottom: 20px;
    letter-spacing: 1px;
}

.shareTitle span {
    color: #f55319;
    font-weight: bold;
}

.shareTitle2 {
    background: url(/template/images/t_1.png) no-repeat center top;
    min-height: 95px;
    text-align: center;
}

.shareTitle2 .en {
    color: #999;
    font-size: 16px;
}

.shareTitle2 .cn {
    font-size: 25px;
    padding-bottom: 24px;
    padding-top: 23px;
    font-weight: bold;
    padding-right: 19px;
    letter-spacing: 1px;
    text-indent: 6px;
}

.shareTitle2 span {
    color: #f55319;
}

.shareTitle2 .one {
    font-size: 17px;
    color: #666;
}

.shareTitle3 {
    background: url(/template/images/t5.png) no-repeat center top;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.shareTitle3 .en {
    color: #999;
    font-size: 16px;
}

.shareTitle3 .cn {
    padding-top: 28px;
    padding-right: 0;
    font-size: 28px;
    padding-bottom: 14px;
    text-indent: 43px;
}

.shareTitle3 span {
    color: #f55319;
}

.shareTitle3 .one {
    font-size: 18px;
    color: #666;
}

.shareTitle3 .txt_1 {
    font-size: 24px;
}

.pageDH {
    padding-left: 30px;
    background: url(/template/images/bot_01.png) no-repeat center left;
    color: #333;
    font-size: 14px;
    background-position-y: 9px;
    line-height: 40px;
}

.pageDH a {
    color: #333;
}

.newShow {
    padding-top: 63px;
    padding-bottom: 90px;
}

.newShow .left {
    width: 246px;
    border: 1px solid #eaeaea;
}

.newShow .right {
    width: 936px;
    border: 1px solid #eaeaea;
    padding: 30px;
    padding-top: 16px;
}

.newShow .center .ul_1.clear {
    padding-top: 30px;
}

.newShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #f55319;
}

.newShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.newShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.newShow .center .ul_1.clear .right .r_box {
    padding-top: 45px;
}

.newShow .right .newBox {
    background: #fff;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newShow .right .newBox .line_2 h1, .newShow .right .newBox .line_2 h3 {
    font-size: 28px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    /* font-weight: normal; */
}

.newShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 30px;
    padding-top: 18px;
}

.newShow .right .newBox .line_3 {
    color: #666;
    padding: 20px 10px;
    min-height: 350px;
    padding-bottom: 50px;
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    color: #666;
    font-size: 16px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .newBox .line_4 {
    padding: 30px 0;
    text-align: center;
}

.newShow .right .newBox .line_4 a {
    background: url(/template/images/fw_02.png) no-repeat center left;
    width: 131px;
    line-height: 32px;
    display: inline-block;
    text-indent: 1rem;
}

.newShow .right .newBox .line_4 a:nth-child(1) {
    background: url(/template/images/fw_01.png) no-repeat center left;
    color: #f55319;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px dashed #eaeaea;
    text-align: center;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
    padding: 26px 0;
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6.clear {
}

.xgPro .dl_6.clear dd {
    float: left;
    margin-right: 23px;
    border: 1px solid #eaeaea;
    padding: 6px;
    padding-bottom: 0;
}

.xgPro .dl_6.clear dd:hover {
    border: 1px solid #f55319;
}

.xgPro .dl_6 dd:nth-child(3) {
    margin-right: 0;
}

.xgPro .dl_6 dd a, .xgPro .dl_6 dd a span {
    display: block;
}

.xgPro .dl_6 dd a:hover {
    color: #f55319;
}

.xgPro .dl_6 dd a div {
    line-height: 40px;
    font-size: 17px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

/* Star daoHang */
.t_search {
    line-height: 30px;
    padding: 8px 0;
}

.t_search .t_searchUL {
    font-size: 16px;
    color: #666;
}

.t_search .t_searchUL .left {
}

.t_search .t_searchUL .right {
    padding-top: 4px;
}

.t_search .t_searchUL .left a {
    text-decoration: none;
    color: #666;
}

.in_new {
    padding-top: 63px;
    padding-bottom: 100px;
}

.in_new .left {
    width: 246px;
    border: 1px solid #eaeaea;
}

.in_new .right {
    width: 932px;
    border: 1px solid #eaeaea;
    padding: 25px 32px;
}

.in_new .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_new .right .r_list li:nth-child(3), .in_new .right .r_list li:nth-child(6), .in_new .right .r_list li:nth-child(9), .in_new .right .r_list li:nth-child(12), .in_new .right .r_list li:nth-child(15), .in_new .right .r_list li:nth-child(18), .in_new .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_new .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_new .right .r_list .item a .txt {
    line-height: 48px;
}

.in_new .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_new .right .r_list .item a:hover {
    color: #f55319;
}

.in_new .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_new .center .ul_1.clear .right .r_box {
}

.in_new .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_new .right .r_list .L2_UL {
    margin-bottom: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 18px;
}

.in_new .right .r_list .L2_UL:nth-child(5) {
    margin-bottom: 0;
    border-bottom: 0;
}

.in_new .right .r_list .L2_UL .sub_left {
    width: 347px;
}

.in_new .right .r_list .L2_UL .sub_left .hdBox {
    width: 347px;
    height: 185px;
    overflow: hidden;
}

.in_new .right .r_list .L2_UL .sub_left img {
    width: 347px;
    height: 185px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.in_new .right .r_list .L2_UL .sub_left img:hover {
    transform: scale(1.05);
}

.in_new .right .r_list .L2_UL .sub_right {
    width: 555px;
    padding-bottom: 0;
    padding-top: 7px;
}

.in_new .right .r_list .L2_UL .sub_right .one {
    line-height: 28px;
}

.in_new .right .r_list .L2_UL .sub_right .one a {
    font-size: 18px;
    color: #3c3c3c;
    font-weight: bold;
}

.in_new .right .r_list .L2_UL:hover .sub_right .one a {
    color: #f55319;
}

.in_new .right .r_list .L2_UL .sub_right .two {
    color: #888;
    font-size: 15px;
    line-height: 200%;
    padding: 13px 0;
}

.in_new .right .r_list .L2_UL .sub_right .three {
    text-align: right;
}

.in_new .right .r_list .L2_UL .sub_right .time {
    font-size: 16px;
    color: #888;
    float: right;
}

.in_new .right .r_list .L2_UL .sub_right .three a {
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 29px;
    color: #fff;
    border-radius: 100px;
    width: 123px;
    background: #f55319;
    text-align: center;
}

.in_new .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png) no-repeat;
    padding-bottom: 13px;
}

.in_new .right .r_title h2 {
    min-height: 56px;
    color: #f55319;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.proRtitle {
    border-bottom: 1px dotted #eaeaea;
    padding-bottom: 10px;
    line-height: 39px;
}

.proRtitle h1, .proRtitle h2, .proRtitle p {
    font-size: 20px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

.proRtitle .dl_2.clear .sub_right {
    text-align: right;
}

.proRtitle .dl_2.clear .sub_right img {
    vertical-align: middle;
    margin-right: 10px;
}

.proRtitle .dl_2.clear .sub_right a {
    color: #ff4200;
    font-size: 18px;
}

.aboutTab .sTitle {
    background: #f7f7f7;
}

.aboutTab .sTitle dd {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    float: left;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    width: 258px;
    text-indent: 113px;
    background: url(/template/images/aboutIco_01.png) no-repeat center left;
    padding: 28px 0;
    background-position-x: 54px;
}

.aboutTab .sTitle dd:nth-child(2) {
    background: url(/template/images/aboutIco_02.png) no-repeat center left;
    background-position-x: 54px;
}

.aboutTab .sTitle dd:nth-child(3) {
    background: url(/template/images/aboutIco_03.png) no-repeat center left;
    background-position-x: 54px;
}

.aboutTab .sTitle dd:nth-child(4) {
    background: url(/template/images/aboutIco_04.png) no-repeat center left;
    background-position-x: 46px;
    text-indent: 105px;
}

.aboutTab .sTitle dd:nth-child(5) {
    background: url(/template/images/aboutIco_05.png) no-repeat center left;
    background-position-x: 34px;
    border-right: 0;
    width: 262px;
    text-indent: 95px;
}

.aboutTab .sTitle dd .en {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 3px;
    transform: scale(0.8);
    transform-origin: 0;
    padding-left: 30px;
    white-space: nowrap;
}

.about {
    padding-top: 87px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    min-height: 899px;
}

.in_about .about {
    padding-bottom: 50px;
}

.about .s_2 {
    padding-top: 102px;
    min-height: 419px;
}

.about .center .s_2 .dl_2.clear .sub_left {
    width: 580px;
}

.about .center .s_2 .dl_2.clear .sub_left .aboutTxt {
    padding-top: 73px;
}

.about .center .s_2 .dl_2.clear .sub_left .aboutTxt .one {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding-bottom: 10px;
}

.about .s_2 .aboutTxt {
    padding-top: 1px;
    text-align: justify;
}

.about .s_2 .aboutTxt, .about .s_2 .aboutTxt p, .about .s_2 .aboutTxt span, .about .s_2 .aboutTxt td {
    line-height: 210% !important;
    font-size: 16px !important;
    color: #666 !important;
}

.in_about .about .s_2 .aboutTxt, .in_about .about .s_2 .aboutTxt p, .in_about .about .s_2 .aboutTxt span, .in_about .about .s_2 .aboutTxt td {
    line-height: 210% !important;
}

.in_about .about .s_2 .aboutTxt p {
    padding: 5px 0 !important;
}

.about .s_2 .aboutTxt p {
    margin: 0 !important;
    padding: 0 !important;
}

.about .center .s_2 .dl_2.clear .sub_left .link {
    text-align: right;
    padding-top: 26px;
    line-height: 35px;
    padding-right: 20px;
}

.about .link a {
    color: #f55319;
    font-size: 17px;
    display: inline-block;
    width: 176px;
    text-align: center;
    border: 1px solid #f55319;
    line-height: 54px;
    border-radius: 3px;
}

.about .link a span {
    font-weight: bold;
}

.about .line_1 a {
    width: 115px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #eaeaea;
}

.xgNewProType {
    padding-top: 32px;
}

.xgNewProType .s_title {
    font-size: 18px;
    border-bottom: 1px dashed #eaeaea;
    padding: 11px 0;
}

.xgNewProType .s_title .sub_left {
    padding-left: 31px;
    background: url(/template/images/xg.png) no-repeat center left;
    font-weight: bold;
}

.xgNewProType .xgNew2 {
    padding-top: 5px;
    width: 98%;
    margin: 0 auto;
}

.xgNewProType .xgNew2 li {
    width: 47.5%;
    float: left;
    padding: 18px 0;
    border-bottom: 1px solid #eaeaea;
    margin-right: 5%;
}

.xgNewProType .xgNew2 li:nth-child(2), .xgNewProType .xgNew2 li:nth-child(4), .xgNewProType .xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_left {
    width: 121px;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_right {
    width: 299px;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_left a .hdBox {
    overflow: hidden;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_left a img {
    display: block;
    width: 121px;
    height: 75px;
    cursor: pointer;
    transition: all 0.4s;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_left a img:hover {
    transform: scale(1.05);
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_right .one .dl_2.clear .s_left {
    font-size: 17px;
    width: 73%;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_right .one .dl_2.clear .s_left a {
    color: #000;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_right .one .dl_2.clear .s_left a:hover {
    font-weight: bold;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_right .one .dl_2.clear .s_right {
    font-size: 14px;
    color: #999;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_right .one {
    line-height: 30px;
}

.xgNewProType .xgNew2 .ul_xg li .dl_2.clear .sub_right .two {
    font-size: 14px;
    color: #888;
    padding-top: 3px;
    line-height: 140%;
}

.xgPro3 {
    padding-top: 25px;
    padding-bottom: 0;
}

.xgPro3 .s_title {
    font-size: 19px;
    border-bottom: 1px dashed #eaeaea;
    padding: 11px 0;
}

.xgPro3 .s_title .sub_left {
    padding-left: 32px;
    background: url(/template/images/xg.png) no-repeat center left;
    font-weight: bold;
}

.shareTitle6 {
    background: url(/template/images/t12.png) no-repeat center bottom;
    text-align: center;
    padding-bottom: 28px;
}

.shareTitle6 .cn {
    font-size: 23px;
    padding-bottom: 2px;
    padding-top: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

.shareTitle6 .en {
    color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
}

.shareTitle6 .one {
    font-size: 16px;
    color: #666;
}

.shareTitle8 {
    text-align: center;
    background: url(/template/images/t11.png) no-repeat center top;
    text-indent: -39px;
    min-height: 185px;
}

.shareTitle8 .cn {
    font-size: 31px;
    padding-top: 28px;
    padding-bottom: 35px;
    font-family: "DFPLiJinHeiW8-GB";
}

.shareTitle8 .one {
    color: #000;
    font-size: 19px;
}

.top {
}

.t_bigBox {
    width: 100%;
    position: relative;
    z-index: 50;
    background: #fff;
}

.t_wel {
    font-size: 13px;
    line-height: 39px;
    color: #999;
    border-top: 12px solid #333;
    border-bottom: 1px solid #ccc;
}

.t_wel a {
    color: #999;
}

.t_logo {
    min-height: 140px;
    position: relative;
    background: #fff;
    z-index: 100;
}

.t_logo .ul_1 {
    padding-top: 50px;
}

.t_logo .center .ul_1.clear .left {
    color: #151515;
    font-weight: bold;
    letter-spacing: 1px;
}

.t_logo .center .ul_1.clear .left .txt {
    background: url(/template/images/logo_02.png) no-repeat center;
    text-align: center;
    width: 235px;
    text-indent: 3px;
    background-position-y: 18px;
}

.t_logo .center .ul_1.clear .left img {
    padding-right: 20px;
    vertical-align: top;
    padding-top: 6px;
}

.t_logo .center .ul_1.clear .left .txt.inline .one {
    font-size: 27px;
    margin: 0;
    color: #ee4407;
}

.t_logo .center .ul_1.clear .left .txt.inline .two {
    font-size: 15px;
    text-indent: 54px;
    letter-spacing: 0px;
    padding-top: 1px;
}

.t_logo .center .ul_1.clear .left .txt.inline .two span {
    color: #de0000;
}

.t_logo .center .ul_1.clear .right {
    padding-top: 2px;
}

.t_logo .center .ul_1.clear .right .dl_2 dd {
    padding-left: 56px;
    color: #333;
    min-height: 47px;
    float: left;
}

.t_logo .center .ul_1.clear .right .dl_2 dd:nth-child(1) {
    background: url(/template/images/tel_01.png) no-repeat center left;
}

.t_logo .center .ul_1.clear .right .dl_2 dd:nth-child(2) {
    background: url(/template/images/tel_02.png) no-repeat center left;
}

.t_logo .center .ul_1.clear .right .dl_2 dd:nth-child(3) {
    background: url(/template/images/tel_03.png) no-repeat center left;
    margin-right: 0;
}

.t_logo .center .ul_1.clear .right .one {
    font-size: 16px;
    padding-top: 2px;
    padding-left: 1px;
}

.t_logo .center .ul_1.clear .right .two {
    font-size: 22px;
    padding-top: 1px;
    font-family: "Impact";
    letter-spacing: 1px;
}

.t_nav {
    position: relative;
    background: #fff;
}

.t_nav ul li {
    float: left;
    margin-right: 13px;
    width: 126px;
    text-align: center;
}

.t_nav ul li:nth-child(1) {
    width: 81px;
}

.t_nav ul li:nth-child(2) {
    width: 165px;
}

.t_nav ul li:nth-child(4) {
    width: 191px;
}

.t_nav a {
    font-size: 17px;
    color: #000;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 11px;
    line-height: 120%;
    display: block;
    padding-top: 13px;
}

.t_nav .smallEn {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    color: #9f9f9f;
    letter-spacing: 0;
}

.t_nav a:hover {
    color: #eb4104;
    border-bottom: 2px solid #eb4104;
}

.t_nav a:hover .smallEn {
    color: #eb4104;
}

.t_nav a div {
    padding-top: 1px;
}

.ad {
    padding-top: 59px;
    padding-bottom: 13px;
}

.ad .center .box {
    min-height: 300px;
    background: url(/template/images/bj.jpg) no-repeat center top;
}

.ad .center .box .txt_1 {
    font-size: 18px;
    color: #1e1e1e;
    padding-top: 110px;
    padding-left: 549px;
    padding-right: 43px;
    letter-spacing: 1.3px;
    line-height: 240%;
}

.ad .center .box .txt_2 a {
    display: inline-block;
    color: #f55319;
    font-size: 17px;
    width: 123px;
    line-height: 41px;
    border: 1px dotted #f55319;
    text-align: center;
    border-radius: 5px;
}

.ad .center .box .txt_2 {
    text-align: right;
    padding-right: 58px;
    padding-top: 13px;
}

.pro {
    padding: 68px 0;
    background-size: 100% auto;
    padding-bottom: 0;
}

.pro .content {
    padding-top: 51px;
}

.pro .content .ul_1 {
    border: 1px dashed #e0e0e0;
    background: #fff;
}

.pro .content .box {
    border-top: 1px solid #fff;
}

.pro .content .bigNav {
}

.pro .content .bigNav li {
    min-height: 87px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.pro .content .bigNav .clear li a {
    font-size: 18px;
    display: block;
    text-indent: 120px;
    min-height: 87px;
    color: #1e1e1e;
    letter-spacing: 1px;
    line-height: 100%;
}

.pro .content .bigNav .clear li a span {
    display: block;
}

.pro .content .bigNav .clear li a .cn {
    padding-top: 29px;
}

.pro .content .bigNav .clear li a .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.75);
    transform-origin: 0;
    text-indent: 160px;
}

.pro .content .bigNav .clear li:nth-child(3) {
    border-bottom: 0;
}

.pro .content .bigNav li.cur, .pro .content .bigNav li:hover {
    background: url(/uploadfile/icoH_04.png) no-repeat center right;
    background-position-x: 239px;
    background-color: #fff;
    border-right: 0;
}

.pro .content .bigNav .clear li:nth-child(1) a {
    background: url(/uploadfile/ico_01.png) no-repeat center left;
    background-position-x: 63px;
}

.pro .content .bigNav .clear li:nth-child(2) a {
    background: url(/uploadfile/ico_02.png) no-repeat center left;
    background-position-x: 63px;
}

.pro .content .bigNav .clear li:nth-child(3) a {
    background: url(/uploadfile/ico_03.png) no-repeat center left;
    background-position-x: 63px;
}

.pro .content .box .smallNav {
    /* background: #fff; */
    padding-top: 19px;
}

.pro .content .box .smallNav .s_ul {
    width: 97%;
    margin: 0 1.5%;
}

.pro .content .box .smallNav .s_ul li {
    width: 188px;
    float: left;
    border: 1px dotted #ccc;
    line-height: 63px;
    border-radius: 5px;
    margin-right: 11px;
    margin-bottom: 15px;
}

.pro .content .box .smallNav .s_ul li:hover {
}

.pro .content .box .smallNav .s_ul li:nth-child(5), .pro .content .box .smallNav .s_ul li:nth-child(10), .pro .content .box .smallNav .s_ul li:nth-child(15) {
    margin-right: 0;
}

.pro .content .box .smallNav .s_ul li a {
    display: block;
    font-size: 17px;
    text-indent: 63px;
    background: url(/template/images/ico_sd.png) no-repeat center left;
    background-position-x: 42px;
}

.pro .content .box .smallNav .s_ul li a:hover {
    color: #f55319;
    font-weight: bold;
    background: url(/template/images/icoH_sd.png) no-repeat center left;
    background-position-x: 42px;
}

.pro .proScroll .item {
    float: left;
    width: 276px;
    margin-right: 36px;
    margin-bottom: 56px;
    text-align: center;
    background: #fff;
    min-height: 310px;
    padding: 10px;
    border: 1px solid #eaeaea;
}

.pro .proScroll .item:nth-child(4), .pro .proScroll .item:nth-child(8), .pro .proScroll .item:nth-child(12) {
    margin-right: 0;
}

.pro .proScroll .item:hover {
    border: 1px solid #f04508;
    color: #f04508;
    /*	background:#f8f8f8;
	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.pro .proScroll .item a {
    display: block;
    font-size: 19px;
    color: #444;
}

.pro .proScroll .item a .txt {
    display: block;
    line-height: 180%;
    font-size: 16px;
    padding-top: 8px;
}

.pro .proScroll .item a .hdBox {
    width: 276px;
    height: 276px;
    overflow: hidden;
}

.pro .proScroll .item a img {
    display: block;
    width: 276px;
    height: 276px;
    cursor: pointer;
    transition: all 0.4s;
}

.pro .proScroll .item a img:hover {
    transform: scale(1.05);
}

.pro .proScroll .item a:hover {
    color: #f04508;
}

.youShi {
    padding: 105px 0;
    padding-bottom: 157px;
}

.youShi .subBox {
    background: url(/template/images/ysBj.jpg) no-repeat center top;
    min-height: 1665px;
    padding-top: 61px;
    background-position-y: 40px;
    line-height: 180%;
}

.youShi .subBox .bigTxt {
    font-size: 24px;
    color: #f24508;
    padding-left: 37px;
    padding-bottom: 5px;
}

.youShi .subBox .en {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    padding-left: 37px;
    letter-spacing: 0.8px;
    padding-bottom: 41px;
}

.youShi .subBox .smallTxt {
    font-size: 16px;
    color: #111;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.youShi .subBox .box_2 .smallTxt {
    line-height: 50px;
}

.youShi .subBox .box_3 .smallTxt {
    line-height: 39px;
}

.youShi .subBox .box_4 .sub_left li {
    float: left;
    width: 109px;
    text-align: center;
}

.youShi .subBox .line_1 {
    min-height: 436px;
    background: url(/template/images/ys_01.png) no-repeat center top;
}

.youShi .subBox .line_1 .box_1 {
    padding-left: 50px;
    padding-top: 22px;
    width: 500px;
}

.youShi .subBox .line_2 {
    min-height: 557px;
    background: url(/template/images/ys_02.png) no-repeat center top;
}

.youShi .subBox .line_2 .box_2 {
    padding-left: 890px;
    padding-top: 123px;
}

.youShi .subBox .line_2 .box_2 .en {
    letter-spacing: 0;
    padding-bottom: 46px;
    padding-left: 18px;
}

.youShi .subBox .line_3 {
    min-height: 477px;
    background: url(/template/images/ys_03.png) no-repeat center top;
}

.youShi .subBox .line_3 .box_3 {
    padding-top: 120px;
    padding-left: 50px;
}

.youShi .subBox .line_3 .box_3 .en {
    letter-spacing: 0;
    padding-bottom: 36px;
}

.youShi .subBox .line_4 {
    min-height: 416px;
    background: url(/template/images/ys_04.png) no-repeat center top;
}

.youShi .subBox .line_4 .box_4 {
    padding-top: 45px;
}

.youShi .subBox .line_4 .box_4 .sub_left {
    padding-top: 333px;
}

.youShi .subBox .line_4 .box_4 .sub_right {
    width: 410px;
}

.youShi .subBox .line_4 .box_4 .sub_right .ysbox_4 .en {
    padding-left: 25px;
    letter-spacing: 0;
    padding-bottom: 45px;
}

.iFangAn {
    padding: 50px 0;
}

.iFangAn .center .sBox {
}

.iFangAn .center .sBox a {
    float: left;
    width: 420px;
    height: 228px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 3px;
    margin-right: 16px;
    margin-bottom: 32px;
}

.iFangAn .center .sBox a:nth-child(3), .iFangAn .center .sBox a:nth-child(6), .iFangAn .center .sBox a:nth-child(9) {
    margin-right: 0;
}

.iFangAn .center .sBox a img {
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.iFangAn .center .sBox a img:hover {
    transform: scale(1.05);
}

.iFangAn .center .sBox a .two {
    min-height: 66px;
    background-color: rgba(255,255,255,0.87);
    position: absolute;
    top: 162px;
    width: 100%;
    line-height: 150%;
}

.iFangAn .center .sBox a .two .s1 {
    font-size: 17px;
    padding-top: 13px;
}

.iFangAn .center .sBox a .two .s2 {
    font-size: 12px;
    transform: scale(0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.iFangAn .center .pageNum {
    padding-top: 20px;
    font-size: 17px;
    text-align: center;
    width: 100%;
}

.iFangAn .center .pageNum span {
    display: inline-block;
    width: 38px;
    line-height: 37px;
    border: 1px solid #ccc;
}

.iFangAn .center .pageNum span.on {
    color: #f5541b;
}

.new {
    min-height: 580px;
    padding-top: 83px;
    /* background: #fff; */
}

.new .mainBox {
    padding-bottom: 116px;
}

.new .content {
    padding-top: 28px;
}

.new .content .left {
    width: 618px;
}

.new .content .left .line_1 {
    line-height: 35px;
    font-size: 16px;
}

.new .content .left .line_1 .sub_left a {
    width: 171px;
    text-align: center;
    display: inline-block;
}

.new .content .left .line_1 .sub_right a {
    color: #acacac;
}

.new .content .left .line_2 {
    padding-top: 16px;
    padding-bottom: 20px;
}

.new .content .left .line_2 .one {
    width: 618px;
}

.new .content .left .line_2 .one a .hdBox {
    width: 618px;
    height: 374px;
    overflow: hidden;
}

.new .content .left .line_2 .one a img {
    width: 618px;
    height: 374px;
    cursor: pointer;
    transition: all 0.4s;
}

.new .content .left .line_2 .one a img:hover {
    transform: scale(1.05);
}

.new .content .left .line_2 .one a .dl_2 {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 259px;
    line-height: 150%;
    min-height: 115px;
}

.new .content .left .line_2 .one a .dl_2 .sub_left {
    width: 437px;
    padding: 19px;
    padding-bottom: 0;
}

.new .content .left .line_2 .one a .dl_2 .sub_left .s_1 {
    font-size: 18px;
    color: #fff;
}

.new .content .left .line_2 .one a .dl_2 .sub_left .s_2 {
    font-size: 15px;
    padding-top: 8px;
    color: #ccc;
    line-height: 160%;
}

.new .content .left .line_2 .one a .dl_2 .sub_right {
    width: 115px;
    min-height: 115px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 13px;
    text-align: center;
}

.new .content .left .line_2 .one a .dl_2 .sub_right span {
    font-size: 33px;
    display: block;
    padding-top: 36px;
    padding-bottom: 3px;
}

.new .content .right {
    width: 600px;
}

.new .content .right .line_1 {
    line-height: 35px;
    font-size: 16px;
}

.new .content .right .line_1 .sub_left {
    background: url(/template/images/line8.png) no-repeat center left;
    padding-left: 15px;
}

.new .content .right .line_1 .sub_right a {
    color: #acacac;
}

.new .content .right .line_2 {
    padding-top: 14px;
}

.new .content .right .line_2 .one a {
    display: block;
    padding: 12px 0;
}

.new .content .right .line_2 .one a:nth-child(1) {
    padding-top: 0;
}

.new .content .right .line_2 .one .item .sub_left {
    width: 201px;
    height: 101px;
    overflow: hidden;
}

.new .mainBox .center .content .ul_1.clear .right .line_2 .one a .item.clear .sub_left img {
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.new .mainBox .center .content .ul_1.clear .right .line_2 .one a .item.clear .sub_left img:hover {
    transform: scale(1.05);
}

.new .content .right .line_2 .one .item .sub_right {
    width: 375px;
    padding-top: 1px;
}

.new .content .right .line_2 .one .item .sub_right .s1 {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.new .content .right .line_2 .one .item .sub_right .s2 {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    line-height: 150%;
    padding-top: 3px;
}

.new .content .right .line_2 .one .item .sub_right .s2 span {
    color: #f77653;
}

.new .content .right .line_2 .two a {
    display: block;
    border-bottom: 1px solid #eaeaea;
    padding: 21px 0;
}

.new .content .right .line_2 .two a:nth-child(1) {
    padding-top: 15px;
}

.new .content .right .line_2 .two a:nth-child(2) {
    border: 0;
}

.new .content .right .line_2 .two .item .sub_left {
    width: 80px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #1e1e1e;
    min-height: 80px;
    line-height: 200%;
}

.new .content .right .line_2 .two a:hover .sub_left {
    background: #f55319;
}

.new .content .right .line_2 .two .item .sub_left span {
    font-size: 30px;
    display: block;
    padding-top: 18px;
    padding-bottom: 2px;
}

.new .content .right .line_2 .two .item .sub_right {
    width: 500px;
    padding-top: 1px;
}

.new .content .right .line_2 .two .item .sub_right .s1 {
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.new .content .right .line_2 .two .item .sub_right .s2 {
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 14px;
    line-height: 160%;
    padding-top: 3px;
}

.new .content .left .line_2 .two {
    padding-top: 15px;
}

.new .content .left .line_2 .two .dl_2 {
    line-height: 38px;
    border-bottom: 1px dotted #ccc;
}

.new .content .left .line_2 .two .dl_2:nth-child(2) {
    border: 0;
}

.new .content .left .line_2 .two .dl_2 .sub_left {
    font-size: 16px;
    padding-left: 20px;
    background: url(/template/images/bot.png) no-repeat center left;
    background-position-x: 5px;
}

.new .content .left .line_2 .two .dl_2 .sub_left a {
    color: #000;
}

.new .content .left .line_2 .two .dl_2 .sub_right {
    font-size: 14px;
    color: #999;
}

.f_feedback {
    min-height: 434px;
    background: url(/template/images/bj_1.jpg) no-repeat center top;
}

.f_feedback .ul_1 .left {
    width: 657px;
    padding-top: 85px;
    padding-left: 85px;
}

.f_feedback .left input[type="text"], .f_feedback .left textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
}

.f_feedback .left input[type="text"] {
    height: 35px;
    width: 96%;
    margin-bottom: 17px;
}

.f_feedback .left textarea {
    min-height: 121px;
    display: inline-block;
    vertical-align: middle;
}

.f_feedback .left input.bt_1, .f_feedback .left input.bt_2 {
    text-align: center;
    width: 138px;
    line-height: 35px;
    height: 35px;
    border: 0;
    font-size: 16px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 2px;
}

.f_feedback .left input.bt_1 {
    color: #fff;
    background: #f55319;
    display: block;
    width: 100%;
}

.f_feedback .left input.bt_2 {
    background: #cdcccb;
}

.f_feedback .left input.bt_2:hover {
    color: #fff;
    background: #ff6a01;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #ff8701, #ff5001);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #ff8701, #ff5001);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #ff8701, #ff5001);
    /* Standard syntax */
}

.f_feedback .center .ul_1.inline_width.clear .left form .ul_3.inline_width.clear {
    padding-top: 16px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .ul_3.inline_width.clear .sub_left {
    width: 293px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .ul_3.inline_width.clear .sub_right {
    width: 311px;
    padding: 0 10px;
    padding-top: 4px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .three {
    text-align: center;
    padding-right: 75px;
}

.f_feedback .center .ul_1.inline_width.clear .right {
    padding-top: 145px;
    font-size: 17px;
    width: 409px;
}

.f_feedback .center .ul_1.inline_width.clear .right .one {
    font-size: 41px;
    letter-spacing: 4px;
    font-family: "DFPLiJinHeiW8-GB";
    padding-left: 13px;
    padding-bottom: 4px;
}

.f_feedback .center .ul_1.inline_width.clear .right .two {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 19px;
    padding-left: 102px;
    letter-spacing: 1.5px;
}

.f_feedback .center .ul_1.inline_width.clear .right .two span {
    color: #e20000;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear {
    padding-top: 3px;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd {
    float: left;
    width: 150px;
    padding-left: 31px;
    font-size: 15px;
    line-height: 30px;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd span {
    color: #e20000;
}

.f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd:nth-child(2), .f_feedback .center .ul_1.inline_width.clear .right .dl_6.clear dd:nth-child(4) {
    margin: 0;
    padding-left: 0px;
}

.f_feedback .center .ul_1.inline_width.clear .left .one {
    line-height: 180%;
    text-align: center;
    text-indent: -25px;
}

.f_feedback .center .ul_1.inline_width.clear .left .one .s1 {
    font-size: 24px;
    color: #fe6214;
    font-weight: bold;
    padding-bottom: 9px;
}

.f_feedback .center .ul_1.inline_width.clear .left .one .s2 {
    font-size: 15px;
    color: #202020;
    letter-spacing: 1px;
    text-indent: -33px;
}

.f_feedback .center .ul_1.inline_width.clear .left form .ul_3.inline_width.clear .sub_right .s_1 {
    padding-left: 30px;
}

.f_feedback .center .ul_1.inline_width.clear .right .four {
    font-family: BunTSans;
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    text-indent: 39px;
}

.f_feedback .center .ul_1.inline_width.clear .right .three {
    font-size: 17px;
    color: #1e1e1e;
    padding-top: 17px;
    text-indent: 39px;
    padding-bottom: 14px;
}

.f_feedback .center .ul_1.inline_width.clear .right img {
    display: block;
}

.fast {
    padding: 89px 0;
    padding-bottom: 35px;
}

.fast .center {
}

.fast .center .one {
    font-size: 24px;
    padding-top: 0;
    color: #111;
    text-align: left;
    font-family: 'DFPLiJinHeiW8-GB';
    letter-spacing: 2px;
    width: 1228px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.fast .center .two {
    padding: 13px 0;
    padding-top: 31px;
}

.fast .center .two .fastUL {
    line-height: 36px;
    padding-bottom: 10px;
}

.fast .center .two .fastUL .l_1 {
    margin-left: 30px;
}

.fast .center .two .fastUL .l_2 {
    width: 1030px;
}

.fast .center .two .fastUL .l_2 a {
    font-size: 16px;
    float: left;
    padding: 0 10px;
    background: url(/template/images/line6.png) no-repeat center right;
    min-width: 93px;
    text-align: center;
}

.fast .center .two .fastUL .l_2 a:nth-child(9), .fast .center .two .fastUL .l_2 a:nth-child(18), .fast .center .two .fastUL .l_2 a:nth-child(27), .fast .center .two .fastUL .l_2 a:nth-child(36) {
    background: none;
}

.fast .center .two .fastUL .l_2 a:hover {
    color: #f55319;
}

.fast .center .two .fastUL .l_3 {
    margin-right: 36px;
}

.fast .center .two .fastUL .last a {
    color: #fff;
    background: #f55319;
    border-radius: 60px;
    line-height: 22px;
    display: inline-block;
    font-size: 13px;
    width: 95px;
    text-align: center;
    display: inline-block;
}

.foot {
    min-height: 394px;
    background: url(/template/images/bj5.jpg) no-repeat center top;
}

.f_contact {
    color: #000;
    min-height: 323px;
}

.f_contact .center .ul_1 .l_1 {
    color: #000;
    font-size: 16px;
    line-height: 38px;
    width: 285px;
    padding-left: 30px;
    padding-top: 76px;
}

.f_contact .center .ul_1 .l_1 a {
    color: #000;
    float: left;
    width: 50%;
    text-indent: 1px;
}

.f_contact .center .ul_1 .l_1 a:hover {
    color: #eb4104;
}

.f_contact .center .ul_1 .l_2 {
    padding-left: 97px;
    padding-top: 80px;
    line-height: 190%;
    width: 300px;
}

.f_contact .center .ul_1 .l_2 .s_1 {
    font-size: 16px;
    font-weight: bold;
    padding-left: 2px;
}

.f_contact .ul_1 .l_2 .s_2 {
    font-size: 14px;
    line-height: 30px;
    padding-top: 4px;

    padding-left: 3px;
}

.f_contact .center .ul_1 .l_3 {
    padding-top: 88px;
    font-size: 15px;
    text-align: center;
    padding-left: 78px;
}

.f_contact .center .ul_1 .l_3 img {
    border: 1px solid #eaeaea;
}

.f_contact .center .ul_1 .l_3 .txt {
    line-height: 29px;
}

.f_contact .center .ul_1 .l_4 {
    padding-top: 89px;
    padding-right: 3px;
}

.f_contact .center .ul_1 .l_4 img {
    display: block;
}

.f_contact .center .ul_1 .l_4 .txt .txt_1 {
    font-size: 20px;
    padding-top: 20px;
    letter-spacing: 4px;
    padding-bottom: 12px;
}

.f_contact .center .ul_1 .l_4 .txt .txt_2 {
    font-size: 17px;
    font-weight: bold;
    padding-left: 66px;
    letter-spacing: 1.5px;
}

.bq {
    line-height: 160%;
    font-size: 13px;
    color: #888;
    padding-top: 4px;
}

.bq a {
    color: #888;
}

.bq .l_1 {
    width: 463px;
    padding-top: 25px;
    padding-left: 18px;
}

.bq .l_2 {
    text-align: center;
    width: 630px;
}

.bq .l_2, .bq .l_2 a, .bq .l_2 span, .bq .l_2 p {
    color: #000 !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bq .l_2, .bq .l_2 span, .bq .l_2 p {
    line-height: 67px !important;
}

.bq .l_3 {
    line-height: 67px;
}

.in_pro {
    padding-top: 63px;
    padding-bottom: 100px;
}

.in_pro .left {
    width: 246px;
    border: 1px solid #eaeaea;
    /* background: #fff; */
}

.in_pro .right {
    width: 936px;
    border: 1px solid #eaeaea;
    padding: 30px;
    padding-top: 24px;
    padding-bottom: 40px;
}

.in_pro .right .r_smallNav {
    padding-top: 20px;
    padding-bottom: 35px;
}

.in_pro .right .r_smallNav .ul_3 {
}

.in_pro .right .r_smallNav .ul_3 li {
    float: left;
    margin-right: 12px;
    line-height: 43px;
    margin-bottom: 12px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
    width: 179px;
    overflow: hidden;
}

.in_pro .right .r_smallNav .ul_3 li:nth-child(5), .in_pro .right .r_smallNav .ul_3 li:nth-child(10), .in_pro .right .r_smallNav .ul_3 li:nth-child(15) {
    margin-right: 0;
}

.in_pro .right .r_smallNav .ul_3 li:hover {
    background: #f55319;
    border: 1px solid #f55319;
}

.in_pro .right .r_smallNav .ul_3 li a {
    display: block;
    font-size: 16px;
}

.in_pro .right .r_smallNav .ul_3 li a img {
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 5px;
}

.in_pro .right .r_smallNav .ul_3 li:hover a {
    color: #fff;
}

.in_pro .r_list {
    padding-top: 37px;
}

.in_pro .r_list .item {
    float: left;
    width: 275px;
    margin-right: 22px;
    margin-bottom: 35px;
    text-align: center;
    background: #fff;
    min-height: 310px;
    padding: 10px;
    border: 1px solid #eee;
}

.in_pro .r_list .item:hover {
    border: 1px solid #f55319;
}

.in_pro .r_list .item:nth-child(3), .in_pro .r_list .item:nth-child(6), .in_pro .r_list .item:nth-child(9), .in_pro .r_list .item:nth-child(12), .in_pro .r_list .item:nth-child(15), .in_pro .r_list .item:nth-child(18) {
    margin-right: 0;
}

.in_pro .r_list .item .hdBox {
    width: 275px;
    height: 275px;
    overflow: hidden;
}

.in_pro .r_list .item img {
    width: 275px;
    height: 275px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.in_pro .r_list .item img:hover {
    transform: scale(1.05);
}

.in_pro .r_list .item .proName {
    display: block;
    line-height: 180%;
    font-size: 17px;
    color: #444;
    padding-top: 8px;
}

.in_pro .r_list .item a:hover .proName {
    color: #f55319;
}

.typeNav {
    background: #fff;
}

.typeNav .content {
    width: 223px;
    margin: 0 auto;
}

.leftNew .content {
    margin-bottom: 40px;
}

.typeNav .content a {
    display: block;
}

.typeNav .left_call {
}

.typeNav .left_call .two {
    padding-top: 14px;
    padding-left: 18px;
    padding-right: 10px;
}

.typeNav .left_call .two, .typeNav .left_call .two p, .typeNav .left_call .two span {
    font-size: 14px !important;
    color: #333 !important;
    line-height: 32px !important;
}

.typeNav .left_call .two p {
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 16px !important;
    background: url(/template/images/xing.png) no-repeat center left !important;
    background-position-y: 10px !important;
}

.typeNav.leftNew .content .bigNav a {
    color: #333;
    text-indent: 2rem;
    text-align: left;
    font-size: 18px;
    line-height: 55px;
}

.typeNav.leftNew .content .bigNav a:hover {
    color: #f55319;
}

.typeNav .content .bigNav a p {
    margin: 0;
    padding: 0;
}

.typeNav .content .smallNav {
    background: url(/template/images/left_smallNav.png) no-repeat center bottom;
}

.typeNav .content .smallNav:hover {
    background: url(/template/images/left_smallNavH.png) no-repeat center bottom;
}

.typeNav .content .smallNav a {
    font-size: 16px;
    line-height: 40px;
    text-indent: 4.35rem;
    display: block;
}

.typeNav .content .smallNav:hover a {
    color: #d11418;
}

.typeNav .content li.last {
    margin-bottom: 20px;
    padding: 8px 0;
}

.typeNav .content li.last a {
    background: #f55319;
    color: #fff;
    text-indent: 0;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    line-height: 35px;
}

.typeNav .content .smallNav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #f55319;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typeNav .content .smallNav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typeNav .content .smallNav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typeNav .content .bigType {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px dotted #eaeaea;
}

.leftNew .content .bigType {
    line-height: 80px;
}

.typeNav .content .bigType a {
    color: #1e1e1e;
    display: block;
    text-indent: 84px;
}

.leftNew .content .bigType a.currentStyle, .typeNav .content .bigType a:hover {
    color: #ff6c00;
    font-weight: bold;
}

.leftNew .content li.bigType:nth-child(1) a {
    background: url(/template/images/newIco_01.png) no-repeat center left;
    background-position-x: 43px;
}

.leftNew .content li.bigType:nth-child(2) a {
    background: url(/template/images/newIco_02.png) no-repeat center left;
    background-position-x: 43px;
}

.leftNew .content li.bigType:nth-child(3) a {
    background: url(/template/images/newIco_03.png) no-repeat center left;
    background-position-x: 43px;
}

.leftNew .content li.bigType:nth-child(4) a {
    background: url(/template/images/newIco_04.png) no-repeat center left;
    background-position-x: 43px;
}

.leftNew .content li.bigType:nth-child(1) a.currentStyle, .leftNew .content li.bigType:nth-child(1) a:hover {
    background: url(/template/images/newIcoH_01.png) no-repeat center left;
    background-position-x: 43px;
}

.leftNew .content li.bigType:nth-child(2) a.currentStyle, .leftNew .content li.bigType:nth-child(2) a:hover {
    background: url(/template/images/newIcoH_02.png) no-repeat center left;
    background-position-x: 43px;
}

.leftNew .content li.bigType:nth-child(3) a.currentStyle, .leftNew .content li.bigType:nth-child(3) a:hover {
    background: url(/template/images/newIcoH_03.png) no-repeat center left;
    background-position-x: 43px;
}

.leftNew .content li.bigType:nth-child(4) a.currentStyle, .leftNew .content li.bigType:nth-child(4) a:hover {
    background: url(/template/images/newIcoH_04.png) no-repeat center left;
    background-position-x: 43px;
}

.typeNav .content .smallType {
    line-height: 40px;
    border-bottom: 1px dotted #eaeaea;
}

.leftNew .content .smallType {
    border-bottom: 1px solid #fff;
}

.typeNav .content .lastType {
}

.typeNav .content .smallType:hover {
}

.typeNav .content .smallType a {
    display: block;
    font-size: 16px;
    text-indent: 84px;
    background: url(/template/images/left_smallNav.png) no-repeat center left;
    background-position-x: 51px;
}

.leftNew .content .smallType a {
    text-indent: 45px;
}

.typeNav .content .smallType a.cStyle, .typeNav .content .smallType a:hover {
    background: url(/template/images/left_smallNavH.png) no-repeat center left;
    background-position-x: 51px;
    color: #f55319;
}

.typeNav .content .smallType .threeSub {
    position: absolute;
    z-index: 99;
    left: 188px;
    top: 3px;
    min-width: 170px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #eee;
}

.typeNav .content .smallType .threeSub a {
    background: url(/template/images/sub.png) no-repeat center left;
    background-position-x: 10px;
    text-indent: 36px;
    line-height: 38px;
}

.typeNav .content .smallType .threeSub a.currentStyle, .typeNav .content .smallType .threeSub a:hover {
    background: url(/template/images/subH.png) no-repeat center left;
    background-position-x: 10px;
    color: #ff4300;
}

.left_tel {
    padding: 30px 0;
    padding-top: 20px;
    background: url(/template/images/bj8.png) no-repeat center top;
    background-position-y: 23px;
    padding-bottom: 23px;
}

.left_tel .person {
    min-height: 140px;
    padding-left: 119px;
    font-size: 16px;
    font-weight: bold;
    color: #f55319;
    padding-top: 35px;
    line-height: 23px;
}

.left_tel .shareTel {
    background: none;
}

.left_tel .ewm {
    padding-top: 38px;
}

.left_tel .ewm img {
    display: block;
    margin: 0 auto;
    border: 1px solid #eaeaea;
}

.proShow {
    padding-top: 63px;
}

.proShow .left {
    width: 246px;
    border: 1px solid #eaeaea;
}

.proShow .right {
    width: 936px;
    border: 1px solid #eaeaea;
    padding: 30px;
    padding-top: 24px;
    padding-bottom: 0;
}

.proShow .ul_1.clear {
}

.proShow .ul_1 .right .share_rTitle .dl_1 {
    line-height: 43px;
}

.proShow .right .content .r_1 {
}

.proShow .right .content .r_1 .sub_left img {
    display: block;
    padding: 8px;
    border: 1px solid #eaeaea;
}

.proShow .right .content .r_1 .sub_right {
    width: 436px;
}

.r_call {
    line-height: 48px;
    min-height: 48px;
    padding-left: 28px;
    background: url(/template/images/tel5.png) no-repeat center left;
    font-size: 18px;
    display: inline-block;
}

.r_call span {
    font-size: 28px;
    vertical-align: bottom;
    color: #ff4800;
    font-family: "Impact";
    letter-spacing: 2px;
    margin-left: 5px;
}

.proShow .right .content .r_1 .sub_right .bt {
    line-height: 38px;
    padding-top: 20px;
    text-align: center;
}

.proShow .right .content .r_1 .sub_right .bt a {
    display: inline-block;
    width: 205px;
    text-align: center;
    font-size: 17px;
    border-radius: 10px;
    color: #fff;
}

.proShow .right .content .r_1 .sub_right .proName {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding: 0;
    margin: 0;
    padding-bottom: 16px;
}

.proShow .right .content .r_1 .sub_right .canShu {
    padding-right: 20px;
}

.proShow .right .content .r_1 .sub_right .canShu table, .proShow .right .content .r_1 .sub_right .canShu td {
    border: 0px !important;
}

.proShow .right .content .r_1 .sub_right .canShu p {
    margin: 0 !important;
    padding: 0 !important;
}

.proShow .right .content .r_1 .sub_right .canShu tr {
    display: block !important;
    width: 100% !important;
}

.proShow .right .content .r_1 .sub_right .canShu table {
    width: 100% !important;
    margin: 0 auto !important;
}

.proShow .right .content .r_1 .sub_right .canShu, .proShow .right .content .r_1 .sub_right .canShu p, .proShow .right .content .r_1 .sub_right .canShu span, .proShow .right .content .r_1 .sub_right .canShu td {
    line-height: 48px !important;
    font-size: 17px !important;
    color: #1e1e1e !important;
}

.proShow .right .content .r_1 .sub_right .canShu td {
    background: url(/template/images/bot2.png) no-repeat center left !important;
    background-position-x: 10px !important;
    background-position-y: 24px !important;
    padding-left: 28px !important;
}

.proShow .right .content .r_1 .sub_right .canShu tr {
    border-bottom: 1px dotted #eaeaea;
}

.proShow .right .content .txtBox.shadow2 {
    border-bottom: 10px solid #0ea5b1;
    margin-top: 38px;
}

.proShow .clear .right .content .txtBox.shadow2 .itemBox .t_1 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    background: url(/template/images/ps_bj.png) no-repeat;
    text-align: center;
    line-height: 58px;
}

.proShow .ul_1 .right .r_title {
    padding-bottom: 25px;
}

.proShow .ul_1 .right .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.proShow .ul_1 .right .content .r_1 .clear .sub_left .shadow5 {
    display: block;
}

.proShow .ul_1 .right .content .r_2 {
    background: url(/template/images/bj26.png) no-repeat center bottom;
    min-height: 61px;
    padding-top: 35px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_left.shadowTxt {
    font-size: 25px;
    font-family: 'Impact';
    color: #fff;
    line-height: 61px;
    padding-left: 243px;
    letter-spacing: 1px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right {
    padding-right: 81px;
    padding-top: 13px;
}

.proShow .ul_1 .right .content .r_2 .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 310px;
    height: 36px;
}

.proShow .ul_1 .right .content .txtBox {
    padding-top: 60px;
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li {
    padding: 20px 0;
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_2 .ul_5.inline_width.clear li .s_title {
    font-size: 20px;
    font-weight: bold;
    background: url(/template/images/bj_t.png) no-repeat center left;
    padding-left: 21px;
}

.proShow .ul_1 .right .content .txtBox .proShareBox.box_3 .pro_shareTitle .s_2 {
    font-style: normal;
    font-size: 17px;
    color: #333;
    font-weight: normal;
    padding-left: 35px;
}

.proShow .center .ul_1.clear .right .content .r_1 .clear .sub_right .tuiJian {
    font-size: 17px;
    line-height: 180%;
    padding-top: 20px;
}

.proShow .center .ul_1.clear .right .content .r_1 .clear .sub_right .tuiJian span {
    display: inline-block;
    line-height: 38px;
    padding-right: 120px;
    padding-top: 3px;
}

.proShow .center .ul_1.clear .right .content {
    padding: 28px 0;
    padding-bottom: 0;
}

.in_fangAn {
    padding-top: 63px;
    padding-bottom: 100px;
}

.in_fangAn .left {
    width: 246px;
    border: 1px solid #eaeaea;
}

.in_fangAn .right {
    width: 932px;
    border: 1px solid #eaeaea;
    padding: 25px 32px;
}

.in_fangAn .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_fangAn .right .r_list li:nth-child(3), .in_fangAn .right .r_list li:nth-child(6), .in_fangAn .right .r_list li:nth-child(9), .in_fangAn .right .r_list li:nth-child(12), .in_fangAn .right .r_list li:nth-child(15), .in_fangAn .right .r_list li:nth-child(18), .in_fangAn .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_fangAn .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_fangAn .right .r_list .item a .txt {
    line-height: 48px;
}

.in_fangAn .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_fangAn .right .r_list .item a:hover {
    color: #f55319;
}

.in_fangAn .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_fangAn .center .ul_1.clear .right .r_box {
}

.in_fangAn .center .ul_1.clear .right .r_box .share_rTitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_fangAn .right .r_list .L2_UL {
    margin-bottom: 18px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 18px;
}

.in_fangAn .right .r_list .L2_UL:nth-child(5) {
    margin-bottom: 0;
    border-bottom: 0;
}

.in_fangAn .right .r_list .L2_UL .sub_left {
    width: 347px;
}

.in_fangAn .right .r_list .L2_UL .sub_left .hdBox {
    width: 347px;
    height: 185px;
    overflow: hidden;
}

.in_fangAn .right .r_list .L2_UL .sub_left img {
    width: 347px;
    height: 185px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.in_fangAn .right .r_list .L2_UL .sub_left img:hover {
    transform: scale(1.05);
}

.in_fangAn .right .r_list .L2_UL .sub_right {
    width: 557px;
    padding-bottom: 0;
    font-size: 17px;
    color: #333;
}

.in_fangAn .right .r_list .L2_UL .sub_right .dl_5 {
    padding-top: 6px;
}

.in_fangAn .right .r_list .L2_UL .sub_right .s_right {
    width: 465px;
}

.in_fangAn .right .r_list .L2_UL .sub_right span {
    font-size: 16px;
    color: #888;
}

.in_fangAn .right .r_list .L2_UL .sub_right .three span {
    line-height: 160%;
}

.in_fangAn .right .r_list .L2_UL .sub_right .one {
    line-height: 28px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.in_fangAn .right .r_list .L2_UL .sub_right .one a {
    color: #333;
    font-size: 16px;
}

.in_fangAn .right .r_list .L2_UL .sub_right .one a:hover {
    color: #f55319;
}

.in_fangAn .right .r_list .L2_UL .sub_right .two {
    line-height: 30px;
}

.in_fangAn .right .r_list .L2_UL .sub_right .four {
    text-align: right;
    padding-top: 15px;
}

.in_fangAn .right .r_list .L2_UL .sub_right .four a {
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    line-height: 35px;
    color: #ff6c00;
    border-radius: 15px;
    width: 138px;
    text-align: center;
    border: 1px dotted #ff6c00;
}

.in_fangAn .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.in_fangAn .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_fangAn .center .clear .right .title .clear .sub_right {
    background: url(/template/images/ico3.png) no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_fangAn .right .r_title {
    min-height: 56px;
    background: url(/template/images/t9.png) no-repeat;
    padding-bottom: 13px;
}

.in_fangAn .right .r_title h2 {
    min-height: 56px;
    color: #f55319;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_fangAn .right .r_title span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_about {
    padding: 65px 0;
    padding-bottom: 130px;
}

.in_about .line_1 {
    padding-bottom: 100px;
}

.in_about .line_1 .content {
    background: url(/template/images/bj9.png) no-repeat center top;
    margin-top: -40px;
    min-height: 950px;
    font-size: 13px;
    line-height: 180%;
    min-width: 1342px;
}

.in_about .line_1 .content div {
    position: absolute;
}

.in_about .line_1 .content span {
    display: block;
    font-family: 'Impact';
    font-size: 26px;
    padding-bottom: 1px;
}

.in_about .line_1 .content p {
    margin: 0;
    padding: 0;
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.in_about .line_1 .content .center_1 {
    position: relative;
    width: 1342px;
    min-height: 500px;
}

.in_about .line_1 .content .center .s_1 {
    top: 410px;
    left: 69px;
}

.in_about .line_1 .content .center .s_2 {
    top: 315px;
    left: 363px;
}

.in_about .line_1 .content .center .s_3 {
    top: 219px;
    left: 658px;
    line-height: 160%;
}

.in_about .line_1 .content .center .s_4 {
    top: 125px;
    left: 969px;
}

.in_about .line_1 .content .center .s_5 {
    top: 616px;
    left: 128px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_6 {
    top: 573px;
    left: 280px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_7 {
    top: 533px;
    left: 408px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_8 {
    top: 488px;
    left: 563px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_9 {
    top: 440px;
    left: 712px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_10 {
    top: 396px;
    left: 875px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_11 {
    top: 343px;
    left: 1025px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.in_about .line_1 .content .center .s_12 {
    top: 279px;
    left: 1209px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-size: 28px;
    font-weight: bold;
    line-height: 110%;
    letter-spacing: 1px;
}

.in_about .line_1 .content .center .s_13 {
    top: 768px;
    left: 229px;
}

.in_about .line_1 .content .center .s_14 {
    top: 683px;
    left: 525px;
}

.in_about .line_1 .content .center .s_15 {
    top: 602px;
    left: 828px;
    line-height: 150%;
}

.in_about .line_1 .content .center .duoTxt {
    line-height: 180%;
}

.in_about .line_1 .content .center .s_16 {
    top: 503px;
    left: 1141px;
    line-height: 170%;
    font-size: 12px;
}

.in_about .inLine_2 {
    padding-bottom: 125px;
}

.in_about .line_3 {
    padding-bottom: 150px;
}

.in_about .line_4 {
    padding-bottom: 150px;
}

.in_about .line_6 {
    padding-bottom: 135px;
}

.in_contact {
    padding: 80px 0;
    padding-bottom: 93px;
}

.in_contact .line_1 {
    background: url(/template/images/bj23.jpg) no-repeat center top;
    padding-bottom: 50px;
}

.in_contact .line_1 .center .box {
    min-height: 126px;
    line-height: 180%;
    font-size: 18px;
    padding-left: 273px;
    padding-top: 108px;
    padding-right: 25px;
    letter-spacing: 1px;
}

.in_contact .line_5 .content .dl_5 .one {
    padding-bottom: 8px;
    line-height: 30px;
    font-size: 17px;
}

.in_contact .line_5 .content .dl_5 .one span {
    color: #5aa8e8;
}

.in_contact .line_5 .content .dl_5 dd {
    margin-right: 262px;
}

.in_contact .line_5 .content .dl_5 dd:nth-child(3) {
    margin-right: 0;
}

.in_contact .line_6 .content .ul_6.clear li {
    width: 310px;
    height: 196px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.in_contact .line_6 .content .ul_6.clear li:nth-child(4), .in_contact .line_6 .content .ul_6.clear li:nth-child(8) {
    margin-right: 0;
}

.in_contact .line_6 .content .ul_6.clear li img {
    width: 310px;
    height: 196px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
}

.in_contact .line_6 .content .ul_6.clear li:hover img {
    transform: scale(1.05);
}

.in_contact .line_6 .content .ul_6.clear li .box {
    width: 310px;
    height: 196px;
    line-height: 196px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.55);
}

.in_contact .line_6 .content .ul_6.clear li:hover .box {
    position: absolute;
    top: 0;
    left: 0;
}

.in_contact .line_2 {
    padding-top: 10px;
    padding-bottom: 80px;
}

.in_contact .line_2 .content {
    padding-top: 30px;
}

.in_contact .line_2 .content .box_1 {
    background: url(/template/images/bj25.png) no-repeat center top;
    min-height: 260px;
    font-size: 17px;
}

.in_contact .line_2 .content .box_1 .center .ul_3.clear li {
    float: left;
    width: 20%;
    text-align: center;
    padding-top: 156px;
    line-height: 160%;
}

.in_contact .line_2 .content .box_1 .center .ul_3.clear li:nth-child(5) {
    width: 16%;
    padding: 0 2%;
    padding-top: 156px;
}

.in_contact .line_4 {
    padding-bottom: 73px;
}

.in_contact .line_4 .content {
    padding-top: 30px;
    line-height: 190%;
}

.in_contact .line_4 .content .center .dl_4 {
    background: url(/template/images/bj12.png) no-repeat center top;
    font-size: 15px;
    min-height: 127px;
    line-height: 180%;
}

.in_contact .line_4 .content .center .dl_4 .one {
    font-size: 18px;
    color: #5aa8e8;
    text-align: center;
    padding-top: 91px;
    width: 228px;
}

.in_contact .line_4 .content .dl_4 .two {
    padding-top: 23px;
}

.in_contact .line_4 .content .dl_4 .two, .in_contact .line_4 .content .dl_4 .two p, .in_contact .line_4 .content .dl_4 .two span {
    font-size: 14px !important;
    line-height: 190% !important;
}

.in_contact .line_4 .content .dl_4 .two p {
    margin: 0 !important;
    padding: 0 !important;
}

.in_contact .line_4 .content .dl_4 dd {
    width: 250px;
    padding-left: 93px;
}

.in_contact .line_7 {
    padding-top: 60px;
}

.in_contact .line_7 .content .ul_6.clear li {
    width: 310px;
    height: 196px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}

.in_contact .line_7 .content .ul_6.clear li:nth-child(4), .in_contact .line_7 .content .ul_6.clear li:nth-child(8) {
    margin-right: 0;
}

.in_contact .line_7 .content .ul_6.clear li img {
    cursor: pointer;
    transition: all 0.4s;
    display: block;
}

.in_contact .line_7 .content .ul_6.clear li:hover img {
    transform: scale(1.05);
}

.in_contact .line_7 .content .ul_6.clear li .box {
    width: 310px;
    height: 196px;
    line-height: 196px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.55);
}

.in_contact .line_7 .content .ul_6.clear li:hover .box {
    position: absolute;
    top: 0;
    left: 0;
}

.bq p {
    display: inline-block;
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.otherTag span {
    font-weight: bold;
    /* display: block; */
    margin-bottom: 10px;
}

.otherTag a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 18px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.otherTag a:hover {
    border: 1px solid #a51414;
    color: #a51414;
}

.jhList {
    padding: 100px 0;
}

.jhList .left {
    width: 955px;
    position: relative;
}

.jhList .right {
    width: 300px;
}

.jhlistBox {
}

.jhlistBox .item {
    padding: 15px 18px;
    margin-bottom: 26px;
    width: 919px;
}

.jhlistBox .item .sub_left {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.jhlistBox .item .sub_right {
    width: 595px;
    font-size: 16px;
    color: #666;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 300px;
    /* height: 200px; */
    min-height: 200px;
}

.jhlistBox .item .sub_right .one {
    font-size: 23px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.jhlistBox .item .sub_right .two {
    line-height: 190%;
}

.jhlistBox .item .sub_right .one a {
}

.sjTag {
}

.sjTag .left_Title {
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    background: #d88e00;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #d88e00, #f1b33d);
    /* Standard syntax */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    line-height: 160%;
    padding-top: 15px;
    width: auto;
}

.sjTag .left_Title .cn {
    font-weight: bold;
    font-size: 23px;
}

.sjTag .left_Title .en {
    font-size: 13px;
}

.sjTag .sContent {
    border: 1px solid #f3d28b;
    font-size: 16px;
    width: 298px;
    background: url(/template/images/pl_6.png) no-repeat center bottom;
    background-size: 100% auto;
    margin-bottom: 30px;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 49%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
}

.t_nav ul li:last-child {
    margin-right: 0;
}

.pro .content .ul_1 .left {
    width: 275px;
}

.pro .content .ul_1 .right {
    width: 1025px;
}

.proScroll .dl_3 {
    padding-top: 46px;
}

.youShi .shareTitle2 {
    background: url(/template/images/t_3.png) center top no-repeat;
    visibility: visible;
    animation-name: fadeInUp;
}

.youShi .shareTitle2 .cn {
    padding-bottom: 20px;
}

.youShi .subBox .line_2 .box_2 .bigTxt {
    letter-spacing: 0.5px;
    padding-left: 18px;
}

.youShi .subBox .line_4 .box_4 .sub_left .ysbox_5 {
}

.youShi .subBox .line_4 .box_4 .sub_left .ysbox_5 li:nth-child(1) {
    margin-right: 79px;
    margin-left: 43px;
}

.youShi .subBox .line_4 .box_4 .sub_left .ysbox_5 li:nth-child(2) {
    margin-right: 82px;
}

.youShi .subBox .line_4 .box_4 .sub_left .ysbox_5 li:nth-child(3) {
    margin-right: 78px;
}

.youShi .subBox .line_4 .box_4 .sub_right .ysbox_4 {
}

.youShi .subBox .line_4 .box_4 .sub_right .ysbox_4 .bigTxt {
    padding-left: 26px;
}

.f_contact .ul_1 .l_2 .s_2 p {
    margin: 0;
}

.typeNav .content .footType {
    border: 0;
    padding-top: 10px;
}

.typeNav .content .footType a {
    background: #fe6201;
    text-indent: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 195px;
    margin: 0 auto;
    border-radius: 100px;
}

.in_pro .pageNumber {
    padding-top: 8px;
}

.xgPro .shareTitle3 {
    margin-bottom: 11px;
}

.xgPro .xgContent {
    padding-top: 10px;
}

.psBody .youShi {
    padding-bottom: 130px;
}

.in_fangAn .right .pageNumber {
    padding-top: 16px;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two span {
    margin-right: 55px;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two span:last-child {
    margin-right: 0;
}

.xgPro3 .xgContent {
    padding: 30px 0;
}

.xgPro3 .s_title .sub_right {
}

.xgPro3 .s_title .sub_right a {
    font-size: 15px;
    color: #888;
}

.xgNewProType .s_title .sub_right {
}

.xgNewProType .s_title .sub_right a {
    font-size: 15px;
    color: #888;
}

.in_new .right .r_list .L2_UL .sub_right .one .s_left {
    width: 60%;
}

.in_new .right .r_list .L2_UL .sub_right .one .s_right {
    font-size: 13px;
    color: #888;
}

.in_about .inLine_2 .shareTitle8 {
    background: url(/template/images/t16.png) no-repeat center top;
    text-indent: -28px;
}

.in_about .inLine_2 .content {
    background: url(/template/images/bj10.jpg) no-repeat center bottom;
    min-height: 678px;
}

.in_about .line_3 .shareTitle8 {
    background: url(/template/images/t15.png) no-repeat center top;
    text-indent: -25px;
}

.in_about .line_3 .content {
    background: url(/template/images/bj17.jpg) no-repeat center bottom;
    min-height: 640px;
}

.in_about .line_4 .shareTitle8 {
    background: url(/template/images/t17.png) no-repeat center top;
    text-indent: -29px;
}

.in_about .line_4 .content {
    background: url(/template/images/bj18.jpg) no-repeat center bottom;
    min-height: 866px;
}

.in_about .line_4 .shareTitle8 .one {
    background: url(/template/images/st.png) no-repeat center top;
    min-height: 47px;
}

.about .shareTitle2 {
    background: url(/template/images/t_4.png) no-repeat center top;
}

.about .shareTitle2 .cn {
    padding-top: 17px;
    padding-bottom: 22px;
}

.about .s_2 .sub_left {
    width: 50%;
    min-width: 570px;
}

.about .s_2 .sub_right {
    width: 50%;
    overflow: hidden;
}

.about .s_2 .sub_left .box_2 {
    float: right;
    width: 619px;
    min-height: 419px;
    padding-right: 35px;
}

.about .s_2 .sub_left .box_2 .link {
    padding-top: 20px;
}

.about .s_2 .sub_right .box_2 {
    float: left;
    width: 100%;
}

.videoShow {
    min-height: 537px;
    background: url(/template/images/dengdai.gif) no-repeat center;
    background-color: #333;
}

.videoShow .videoBt {
    min-height: 537px;
    cursor: pointer;
    background: url(/template/images/videoPic.jpg) no-repeat center left;
}

.in_about .line_6 .shareTitle8 {
    background: url(/template/images/t18.png) no-repeat center top;
    text-indent: -34px;
}

.in_about .line_6 .content {
    background: url(/template/images/bj20.jpg) no-repeat center bottom;
    min-height: 992px;
}

.in_about .line_7 {
}

.in_about .line_7 .shareTitle8 {
    background: url(/template/images/t19.png) no-repeat center top;
    text-indent: -47px;
}

.in_about .line_7 .shareTitle8 .cn {
    padding-top: 32px;
}

.aboutTab {
    margin-top: -20px;
}

.aboutTab .center {
    padding-top: 35px;
}

.aboutTab .bigBox {
    border: 1px solid #ccc;
}

.aboutTab .sTitle dd.cur {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
}

.aboutTab .bigBox .line_2 {
}

.aboutTab .bigBox .line_2 .ListBox {
    width: 0;
    height: 0;
    overflow: hidden;
}

.aboutTab .bigBox .line_2 .noXS {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none !important;
}

.aboutTab .bigBox .line_2 #List_1 {
    width: auto;
    height: auto;
    display: block;
}

.aboutTab .bigBox .line_2 .showBox {
    width: auto;
    height: auto;
    display: block;
}

.aboutTab .sTitle #Tad_4 {
}

.aboutTab .sTitle #Tad_4 .en {
    padding-left: 27px;
}

.aboutTab .sTitle #Tad_5 {
}

.aboutTab .sTitle #Tad_5 .en {
    padding-left: 26px;
}

.in_contact .line_2 .content .box_1 .center .ul_3.clear li:nth-child(5) .sub_right {
    width: 156px;
    text-align: left;
}

.in_contact .line_4 .content .dl_4 .l_2 {
    padding-left: 188px;
}

.in_contact .line_4 .content .dl_4 .l_3 {
    padding-left: 198px;
}

.in_contact .line_6 {
}

.in_contact .line_6 .content {
    padding-top: 30px;
}

.in_contact .line_7 {
}

.in_contact .line_7 .content {
    padding-top: 30px;
}
