@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('fonts/Impact.eot');
    src: url('fonts/Impact.eot?#iefix') format('embedded-opentype'), url('fonts/Impact.woff') format('woff'), url('fonts/Impact.ttf') format('truetype'), url('fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    color: #666;
    font-size: 0.7rem;
    /* font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar'; */
    font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    position: relative;
    overflow-x: hidden;
}

.maxWidth {
    width: 100%;
    max-width: 100%;
}

body, div, ul, ol, li, dl, dt, dd, p, span, h1, h2, h3, h4, h5, h6, form, pre, fieldset, legend, table, tr, td, th, input, textarea, img {
    margin: 0;
    padding: 0;
}

div, ul, ol, li, dl, dt, dd {
    margin: 0 auto;
    list-style: none;
}

.noShow {
    display: none;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 2px 12px #bbb;
    -webkit-box-shadow: 1px 2px 12px #bbb;
    box-shadow: 1px 2px 2px #bbb;
}

.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 8px #ccc;
    -webkit-box-shadow: 1px 1px 8px #ccc;
    box-shadow: 1px 1px 8px #ccc;
}

.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 #999;
}

/*文字渐变*/
.jianBian {
    color: #1BAB32;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#80c15c), to(#4b831c));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "Microsoft YaHei","Noto Sans Myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto !important;
}

.noInfor {
    line-height: 220%;
    text-align: center;
    padding: 2rem 0;
    padding-top: 1.5rem;
}

/*渐变背景*/
.grad {
    background: #4b831c;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #689f4a, #4b831c);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #689f4a, #4b831c);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #689f4a, #4b831c);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #689f4a, #4b831c);
    /* Standard syntax */
}

.grad2 {
    background: #4b831c;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #689f4a, #4b831c);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #689f4a, #4b831c);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #689f4a, #4b831c);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #689f4a, #4b831c);
    /* Standard syntax */
}

ul, li, dl, dt, dd, h1, h2, h3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.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; */
}

.no_mp {
    margin: 0;
    padding: 0;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/*===== 页码 =====*/
.pageNumber {
    font-size: 0.7rem;
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
    text-align: center;
}

.pageNumber a, .pageNumber span {
    color: #333;
    padding: 0.25rem 0.5rem;
    display: inline-block;
    border-radius: 0.3rem;
}

.pageNumber span {
    border: 0.05rem solid #ddd;
}

.pageNumber a {
    border: 1px solid #ccc;
    display: inline-block;
}

.pageNumber span.current_page,.pageNumber a:hover {
    border-radius: 0.3rem;
    border: 0.05rem solid #ffa200;
    display: inline-block;
    color: #fff;
    background: #ffa200;
    padding: 0.3rem 0.55rem;
    font-weight: bold;
}

/* Banner设置 */
.in_banner {
    min-height: 8rem;
    /*	-moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
*/
}

.banner_about {
    background: url("/template/images/banner_about.jpg") no-repeat center bottom;
    -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_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;
}

/* End  共享区 */
.title_center {
    text-align: center;
}

.share_line_2 {
    background: url(/template/images/line_1.png) no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
}

.prev_next {
    font-size: 0.7rem;
    color: #333;
    line-height: 2rem;
}

.prev_next a {
    display: inline-block;
    vertical-align: bottom;
    color: #478a19;
}

.prev_next .sub_left, .prev_next .sub_right {
    border: 0.05rem solid #ccc;
    width: 100%;
    max-width: 96%;
    padding: 0 2%;
    margin-bottom: 0.2rem;
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
}

.prev_next li a:hover {
    font-weight: bold;
}

/* Star foot fast */
.top {
}

.t_bigBox {
    width: 100%;
    max-width: 100%;
}

.t_wel {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: #072fa8;
}

.t_wel a {
    color: #fff;
}

/* Star daoHang */
.pageDH {
}

.share_xg {
    padding: 0.8rem 2%;
}

.share_xg .s_title {
    font-size: 0.7rem;
    line-height: 1.6rem;
    margin-bottom: 0.5rem;
    color: #fff;
}

.newShow {
    padding: 1rem 0;
}

.newShow .left {
    width: 238px;
    background-color: #fff;
    padding-bottom: 10px;
}

.newShow .right {
    background-color: #fff;
    padding: 0.3rem 2%;
    width: 100%;
    max-width: 92%;
    margin: 0 2%;
    -moz-box-shadow: 1px 2px 5px #aaa;
    -webkit-box-shadow: 1px 2px 5px #aaa;
    box-shadow: 1px 2px 5px #aaa;
}

.newShow .center .ul_1 {
}

.newShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.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: 0.38rem 1%;
    padding-bottom: 0.5rem;
    background: #fff;
}

.newShow .right .newBox {
    background: #fff;
}

.newShow .right .newBox .Box_2 {
}

.newShow .right .newBox .line_2 {
    text-align: center;
}

.newShow .right .newBox .line_2 h1 {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #000;
}

.newShow .right .newBox .line_2 .two {
    color: #888;
    line-height: 1.3rem;
    padding: 0.2rem 0;
}

.newShow .right .newBox .line_3 {
    color: #333;
    padding: 0.3rem 0;
    text-align: justify;
}

.newShow .right .newBox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    padding: 10px;
    border: 0.05rem solid #ddd;
}

.newShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;
}

.newShow .right .newBox .line_3, .newShow .right .newBox .line_3 p, .newShow .right .newBox .line_3 span {
    font-size: 0.65rem !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.newShow .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 0.05rem solid #ccc;
    text-align: center;
    font-size: 0.6rem;
}

.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;
}

.caseShow {
    padding-top: 10px;
    padding-bottom: 105px;
}

.caseShow .left {
    width: 247px;
}

.caseShow .right {
    width: 903px;
}

.caseShow .center .ul_1.clear {
    padding-top: 30px;
}

.caseShow .center .ul_1.clear .right .r_t {
    min-height: 61px;
    background: #0c70bb;
}

.caseShow .center .ul_1.clear .right .r_t .subBox {
    padding: 18px;
    padding-right: 0;
    padding-bottom: 0;
}

.caseShow .center .ul_1.clear .right .r_t .subBox .sub_left {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    border-left: 6px solid #ff9c00;
    line-height: 26px;
    padding-left: 12px;
}

.caseShow .center .ul_1.clear .right .r_box {
    padding-top: 40px;
}

.caseShow .right .newBox {
    background: #fff;
}

.caseShow .right .newBox .Box_2 {
}

.caseShow .right .newBox .line_2 {
    min-height: 90px;
    text-align: center;
}

.caseShow .right .newBox .line_2 h3 {
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

.caseShow .right .newBox .line_2 .two {
    color: #666;
    font-size: 16px;
    padding: 12px 0;
    line-height: 30px;
}

.caseShow .right .newBox .line_3 {
    color: #666;
    padding-top: 20px;
    padding-bottom: 50px;
    min-height: 350px;
}

.caseShow .right .newBox .line_3 img {
    max-width: 100%;
}

.caseShow .right .newBox .line_3 p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 15px !important;
}

.caseShow .right .newBox .line_3, .caseShow .right .newBox .line_3 p, .caseShow .right .newBox .line_3 span {
    color: #666;
    font-size: 17px !important;
    line-height: 200% !important;
    font-family: Microsoft YaHei !important;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear {
    min-height: 153px;
    background: url(/template/images/bj23.png) no-repeat center top;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_left {
    padding-left: 163px;
    padding-top: 31px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right {
    padding-top: 98px;
    width: 431px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right a {
    display: inline-block;
    width: 100px;
    height: 35px;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .in_ad .dl_2.inline_width.clear .sub_right .in_tel {
    color: #fff;
    font-family: 'Impact';
    font-size: 21px;
    letter-spacing: 1px;
    display: inline-block;
    padding-left: 56px;
    padding-top: 6px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear {
    padding: 20px 0;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear {
    color: #666;
    line-height: 35px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left {
    width: 90%;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left span {
    vertical-align: middle;
    display: inline-block;
    width: 100px;
    text-align: center;
    background: #eee;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_left .shenglve {
    width: 86%;
    display: inline-block;
    vertical-align: middle;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .prevNext.clear .ul_next li .dl_2.clear .sub_right a {
    color: #888;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot {
    border-top: 1px solid #1b1b1b;
    color: #666;
    line-height: 40px;
}

.caseShow .center .ul_1.clear .right .r_box .newBox .Box_2 .content_foot .dl_2.clear .sub_right a {
    background: #1b1b1b;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
}

.xgPro {
}

.xgPro .shareTitle {
    background: url(/template/images/title5.png) no-repeat center bottom;
    font-size: 25px;
    font-weight: bold;
    padding-top: 20px;
}

.xgPro .dl_6 {
}

.xgPro .dl_6 dd {
    float: left;
    margin-right: 29px;
    width: 397px;
    background-color: #072fa8;
}

.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: #e95412;
}

.xgPro .dl_6 dd a .NameTxt {
    line-height: 60px;
    font-size: 23px;
    text-align: center;
    padding: 0 10px;
    color: #000101;
    color: #fff;
}

.xgPro .dl_6 dd a img {
    display: block;
}

.xgPro .dl_6 dd .proBT {
    text-align: center;
}

.xgPro .dl_6 dd .proBT a {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 45%;
    line-height: 27px;
    font-size: 14px;
}

.xgPro .dl_6 dd .proBT a.a_1 {
    background: #313131;
}

.xgPro .dl_6 dd .proBT a.a_2 {
    background: #ffa800;
}

.liYou {
    padding-top: 100px;
    background: url(/template/images/oemBJ4.jpg) no-repeat center top;
}

.liYou .shareTitle {
    background: url(/template/images/oemT3.png) no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* Star daoHang */
.proRtitle {
    min-height: 56px;
    background: url(/template/images/t8.png) no-repeat;
    padding-bottom: 13px;
}

.proRtitle h2, .proRtitle p {
    min-height: 56px;
    color: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
    font-weight: bold;
}

.proRtitle span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_new {
    padding: 1rem 0;
}

.in_new .left {
    padding-bottom: 0.3rem;
}

.in_new .right {
}

.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 .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_new .center .clear .right .title .clear .sub_left {
    background: url(/template/images/t8.png) 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: #0c70bb;
    font-size: 34px;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 20px;
    padding-left: 36px;
    vertical-align: middle;
}

.in_new .right .r_title span {
    background: url(/template/images/line_1.png) no-repeat bottom left;
    display: inline-block;
    line-height: 41px;
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    padding-top: 10px;
}

.in_fengCai {
    padding-bottom: 50px;
}

.in_fengCai .center .txtBox {
    padding-top: 30px;
}

.in_fengCai .center .txtBox .ul_1.clear .left {
    width: 240px;
    min-height: 383px;
    background: url(/template/images/bj_1.png) no-repeat center left;
}

.in_fengCai .center .txtBox .ul_1.clear .left .sub {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 200px;
}

.in_fengCai .center .txtBox .ul_1.clear .right.shadow_1 {
    width: 863px;
    border-radius: 5px;
    background: #eee;
    line-height: 51px;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 {
    padding-top: 60px;
    height: 266px;
    overflow: hidden;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 23px;
    text-align: center;
    padding-bottom: 30px;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(3), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(6), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(9), .in_fengCai .center .txtBox .Box_2 .ul_2.clear li:nth-child(12) {
    margin: 0;
}

.in_fengCai .center .txtBox .Box_2 .ul_2.clear li img {
    display: block;
    width: 346px;
    height: 209px;
    padding: 5px;
    border: 0.05rem solid #ccc;
}

.shareMore {
    text-align: center;
    padding-top: 9px;
}

.shareMore a {
    display: inline-block;
    line-height: 35px;
    border: 0.05rem solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changFang {
    padding-bottom: 50px;
}

.in_changFang .txtBox {
    padding-top: 20px;
}

.oemPage {
    padding-top: 10px;
}

.oemPage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oemPage .box_1 .center .ul_1.clear {
    background: url(/template/images/bj_3.png) no-repeat center top;
    min-height: 261px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_1 .txt_2 {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 {
    font-size: 17px;
    line-height: 46px;
    padding-left: 55px;
    padding-top: 13px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 span {
    color: #0c70bb;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_2 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_3 {
    padding-left: 50px;
    line-height: 42px;
    padding-bottom: 3px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_4 {
    padding-left: 30px;
}

.oemPage .box_1 .center .ul_1.clear .left.l_2 .s_5 {
    padding-left: 6px;
}

.oemPage .box_1 .center .ul_1.clear .right {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 160px;
    padding-right: 10px;
    line-height: 36px;
    padding-top: 53px;
}

.oemPage .box_2 {
    background: #fff;
    padding: 70px 0;
}

.oemPage .box_2 .center .shareTitle {
    background: url(/template/images/t2.png) no-repeat center top;
    min-height: 95px;
    padding-bottom: 42px;
}

.oemPage .box_2 .center .ul_2.clear {
    font-size: 17px;
    line-height: 180%;
    min-height: 347px;
    background: url(/template/images/bj_8.png) no-repeat center top;
    padding-top: 21px;
}

.oemPage .box_2 .center .ul_2.clear .left {
    width: 280px;
}

.oemPage .box_2 .center .ul_2.clear .right {
    width: 280px;
    padding-top: 31px;
}

.oemPage .box_2 .center .ul_2.clear div {
    padding-bottom: 56px;
}

.oemPage .box_3 {
    font-size: 17px;
    min-height: 302px;
    background: url(/template/images/bj_5.jpg) no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oemPage .box_3 .center .shareTitle {
    background: url(/template/images/t4.png) no-repeat center top;
}

.oemPage .box_3 .center .dl_3.clear {
    padding-top: 20px;
}

.oemPage .box_3 dd {
    float: left;
    width: 139px;
    margin-right: 57px;
    padding-top: 94px;
    min-height: 43px;
    text-align: center;
}

.oemPage .box_3 dd:nth-child(1) {
    background: url(/template/images/oemICO_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2) {
    background: url(/template/images/oemICO_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3) {
    background: url(/template/images/oemICO_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4) {
    background: url(/template/images/oemICO_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5) {
    background: url(/template/images/oemICO_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6) {
    background: url(/template/images/oemICO_06.png) no-repeat center top;
    margin: 0;
}

.oemPage .box_3 dd:nth-child(1):hover {
    background: url(/template/images/oemIcoH_01.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(2):hover {
    background: url(/template/images/oemIcoH_02.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(3):hover {
    background: url(/template/images/oemIcoH_03.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(4):hover {
    background: url(/template/images/oemIcoH_04.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(5):hover {
    background: url(/template/images/oemIcoH_05.png) no-repeat center top;
}

.oemPage .box_3 dd:nth-child(6):hover {
    background: url(/template/images/oemIcoH_06.png) no-repeat center top;
}

.pinZhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinZhi .shareTitle {
    background: url(/template/images/t11.png) no-repeat center top;
    padding-bottom: 38px;
}

.pinZhi .subBox {
    background: url(/template/images/bj_9.png) no-repeat center top;
}

.pinZhi .subBox .center .dl_5.clear dd {
    float: left;
    width: 97px;
    margin-right: 30px;
    padding-top: 183px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    background: url(/template/images/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinZhi .subBox .center .dl_5.clear dd:hover {
    background: url(/template/images/icoH.png) no-repeat center top;
    background-position-y: 120px;
    color: #0c70bb;
}

.pinZhi .subBox .center .dl_5.clear dd:nth-child(9) {
    margin: 0;
}

.r_call {
    padding-top: 30px;
}

.r_call .dl_5.clear .s_right .bt {
    line-height: 40px;
    width: 221px;
    background: url(/template/images/bt_1.png) no-repeat center left;
    min-height: 42px;
}

.r_call .dl_5.clear .s_right .bt a {
    display: inline-block;
    width: 49%;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.i_dingZhi {
    padding: 60px 0;
    background: #fff;
}

.i_dingZhi .content {
    min-height: 403px;
    padding-top: 35px;
}

.i_dingZhi .content .ul_1 li {
    float: left;
    width: 205px;
    font-size: 17px;
    color: #fff;
    line-height: 130%;
    min-height: 347px;
}

.i_dingZhi .content .ul_1 li .box {
    background: url(/template/images/hei.png);
    padding-top: 240px;
}

.i_dingZhi .content .ul_1 li .box .sbox {
    background: url(/template/images/L_1.png) no-repeat left bottom;
    padding-left: 20px;
    min-height: 107px;
    background-position-x: 20px;
    background-position-y: 68px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_1 {
    padding-top: 13px;
    padding-bottom: 3px;
}

.i_dingZhi .content .ul_1.inline_width.clear li .txt_2 {
}

.i_dingZhi .content .ul_1 .l_1 {
    width: 297px;
    text-align: center;
    background: url(/template/images/dz_01.jpg) no-repeat center bottom;
    min-height: 160px;
    font-size: 20px;
}

.i_dingZhi .content .ul_1 .l_1 .box {
    background: none;
    padding-left: 0;
}

.i_dingZhi .content .ul_1 .l_1 .box .sbox {
    background: url(/template/images/L_2.png) no-repeat center top;
    background-color: rgba(191,1,5,0.9);
    padding-left: 0;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_1 {
    padding-top: 25px;
}

.i_dingZhi .content .ul_1.inline_width.clear li.l_1 .txt_2 {
    font-weight: bold;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_2 {
    background: url(/template/images/dz_02.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_3 {
    background: url(/template/images/dz_03.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_4 {
    background: url(/template/images/dz_04.jpg) no-repeat center bottom;
}

.i_dingZhi .content .ul_1.inline_width.clear .l_5 {
    background: url(/template/images/dz_05.jpg) no-repeat center bottom;
}

.liuCheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background: url(/template/images/bj_1.png) no-repeat center top;
    padding-top: 116px;
}

.liuCheng .center .ul_1.clear li {
    float: left;
}

.liuCheng .center .ul_1.clear li .one {
    font-size: 18px;
    font-weight: bold;
}

.liuCheng .center .ul_1.clear li .two {
    font-size: 15px;
    line-height: 140%;
    padding-top: 9px;
}

.dzLiuCheng {
    min-height: 533px;
    background: url(/template/images/bj_1.jpg) no-repeat center top;
}

.dzLiuCheng .center .content {
    padding-top: 172px;
    line-height: 30px;
}

.dzLiuCheng .center .content .ul_1.clear li {
    float: left;
    color: #1e1e1e;
    font-size: 17px;
    width: 106px;
    text-align: center;
    margin-right: 31px;
}

.dzLiuCheng .center .content .two {
    text-align: center;
    padding-top: 40px;
}

.dzLiuCheng .center .content .two a {
    display: inline-block;
    line-height: 39px;
    width: 211px;
    color: #fff;
    font-size: 17px;
    text-indent: -35px;
}

.line2 .center .sBox ul {
    position: absolute;
    color: #000;
}

.line2 .center .sBox .bigTxt {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.line2 .center .sBox .smallTxt {
    font-size: 19px;
}

.line_3 .content ul {
    width: 47%;
}

.line_3 .content .one .dl_2 .sub_left {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    width: 106px;
    text-align: center;
}

.line_3 .content .one .dl_2 .sub_right {
    width: 437px;
    padding-top: 3px;
}

.line_3 .content .one .dl_2 .sub_right .s_1 {
    font-size: 20px;
    font-weight: bold;
}

.line_3 .content .one .dl_2 .sub_right .s_2 {
    padding-top: 7px;
}

.line_3 .content .two {
    padding-top: 25px;
    line-height: 160%;
}

.line_3 .content .two .dl_3 {
    margin: 0;
    padding: 8px 0;
}

.line_3 .content .two .dl_3 .sub_right {
    width: 90%;
}

.line_3 .content .box_2 .two .dl_3 .sub_right {
    width: 89%;
}

.line_3 .content .two span {
    color: #f24510;
}

.line_3 .content .three {
    padding-top: 18px;
    padding-left: 155px;
}

.line_3 .content .three a {
    display: inline-block;
    line-height: 39px;
    width: 238px;
    text-align: center;
    color: #fff;
    text-indent: -25px;
}

.t_box {
}

.pro_ShareList {
}

.pro_ShareList .ul_1 {
    width: 1250px;
}

.pro_ShareList .item {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.33%;
    margin-bottom: 0.3rem;
    text-align: center;
}

.pro_ShareList .item:hover {
}

.pro_ShareList .item a {
}

.pro_ShareList .item a p {
    display: block;
}

.pro_ShareList .item a p {
    padding-top: 3px;
    line-height: 25px;
    width: 85%;
    margin: 0 auto;
    padding-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 13px;
}

.shareTitle .cn h1, .shareTitle .cn h2 {
    font-size: 33px;
    display: inline-block;
    margin: 0;
}

.pro_ShareList .item:hover .sBox {
    top: 166px;
    position: absolute;
    width: 100%;
}

.pro_ShareList .item .sBox {
    font-size: 15px;
    color: #fff;
    text-align: left;
    min-height: 120px;
    background: url(/template/images/more2.png) no-repeat center bottom;
    background-color: rgba(7,96,188,0.7);
    text-indent: 30px;
    line-height: 170%;
    background-position-y: 77px;
}

.pro_ShareList .item .sBox span {
    font-weight: bold;
}

.pro_ShareList .item:hover a p {
    position: relative;
    top: 50px;
}

.pro_ShareList .item .sBox .sOne {
    padding-top: 14px;
}

.in_pro {
    padding: 0.5rem 0;
}

.in_pro .left {
}

.in_pro .right {
}

.shareRightSmallNav {
    background: #f8f8f8;
    line-height: 1.8rem;
    text-align: center;
    margin-bottom: 0.8rem;
    font-size: 0.65rem;
    border-top: 0.05rem solid #ccc;
}

.shareRightSmallNav .ul_1 {
    background-color: #333;
    padding: 1px;
    padding-right: 0;
    padding-bottom: 0;
    width: 912px;
}

.shareRightSmallNav .ul_1 li {
    width: 151px;
    text-align: center;
    float: left;
    line-height: 44px;
    margin-bottom: 1px;
    margin-right: 1px;
}

.shareRightSmallNav .ul_1 li a {
    display: block;
    font-size: 16px;
    background-color: #fff;
}

.shareRightSmallNav .ul_1 li a.subCurrentNav, .shareRightSmallNav .ul_1 li a:hover {
    color: #072fa8;
    font-weight: bold;
}

.shareRightTitle {
    min-height: 86px;
    background: #f7fbfe;
}

.shareRightTitle .sub_left {
    border-left: 2px solid #0261c3;
    padding-left: 10px;
}

.shareRightTitle .sub_right {
}

.shareRightTitle .dl_2 {
    padding: 22px 32px;
    width: 953px;
}

.shareRightTitle .txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #0261c3;
    margin: 0;
    padding: 0;
}

.shareRightTitle .txt_2 {
    font-size: 15px;
}

.shareRightTitle .sub_right img {
    display: block;
    position: relative;
    top: 6px;
}

.in_pro .list {
    padding-top: 35px;
    width: 900px;
    overflow: hidden;
}

.in_pro .list ul.clear {
    width: 950px;
}

.in_pro .list .item {
    float: left;
    min-height: 338px;
    width: 285px;
    margin-right: 20px;
    background: url(/template/images/pro_bj.png) no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background: url(/template/images/pro_hbj.png) no-repeat;
}

.in_pro .list .item a {
    display: block;
    text-align: center;
    color: #666;
    font-size: 17px;
}

.in_pro .list .item a p, .in_pro .list .item a span {
    display: block;
}

.in_pro .list .item a img {
}

.in_pro .list .item a p {
    margin: 0;
    padding-top: 5px;
}

.typeNav {
    background: #fff;
    display: none;
}

.left_Title {
    width: 238px;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 113px;
    text-align: center;
}

.left_Title .box {
    display: inline-block;
}

.left_Title .cn {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-bottom: 1px;
}

.left_Title .en {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.typeNav .content {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.typeNav .left_bottom {
    border-bottom: 20px solid #bb043d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.typeNav .content .ul_1 {
    background: #f3f3f3;
}

.typeNav .content a {
    display: block;
}

.typeNav .content .oneNav {
    padding: 18px 0;
    border-top: 1px dashed #ddd;
}

.typeNav .content .oneNav a {
    text-align: center;
}

.typeNav .content .oneNav a.currentNew, .typeNav .content .oneNav a:hover {
}

.typeNav .content .oneNav a span {
    display: block;
}

.typeNav .content .oneNav a .en {
    text-transform: uppercase;
    color: #f0f0f0;
    font-size: 22px;
    font-family: Arial;
    padding-bottom: 1px;
    font-family: Impact;
}

.typeNav .content .oneNav a .cn {
    font-weight: bold;
    font-size: 23px;
    color: #243665;
    background: url(/template/images/dot6.png) no-repeat center left;
    letter-spacing: 1px;
    background-position-x: 83px;
    text-align: left;
    text-indent: 109px;
}

.typeNav .content .bigNav {
    border: 0 !important;
}

.typeNav .content .bigNav a {
    background: #5a9234;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
}

.typeNav .content .bigNav a.currentNew, .typeNav .content .bigNav a:hover {
}

.typeNav .content .bigNav a span {
    display: block;
}

.typeNav .content .bigNav a .en {
    text-transform: uppercase;
    color: #eee;
    font-size: 15px;
    font-family: Arial;
    padding-bottom: 3px;
}

.typeNav .content .bigNav a .cn {
    font-weight: bold;
    font-size: 25px;
}

.typeNav .content .smallNav {
    line-height: 39px !important;
}

.typeNav .content .smallNav a {
    font-size: 19px;
    color: #1e1e1e;
    display: block;
}

.typeNav .content .smallNav a.cNav, .typeNav .content .smallNav a:hover {
    background: #ffaa08;
}

.typeNav .content .smallNav.lastStyle {
}

.in_pro .pro_ShareList .ul_1 {
    width: auto;
}

.in_pro .pro_ShareList {
}

.in_pro .pro_ShareList .item:nth-child(3), .in_pro .pro_ShareList .item:nth-child(6), .in_pro .pro_ShareList .item:nth-child(9), .in_pro .pro_ShareList .item:nth-child(12), .in_pro .pro_ShareList .item:nth-child(15),.in_pro .pro_ShareList .item:nth-child(18),.in_pro .pro_ShareList .item:nth-child(21) {
    margin-right: 0;
}

.xgBox {
    background-color: #fff;
    padding: 80px 0;
}

.xgBox .title {
    border-bottom: 1px solid #d4d4d4;
    line-height: 52px;
}

.xgBox .title .sub_left {
    font-size: 18px;
    color: #000;
    background: url(/template/images/xgIco.png) no-repeat center left;
    padding-left: 38px;
    background-position-x: 5px;
}

.xgBox .title .sub_right {
}

.xgBox .title .sub_right a {
    color: #888;
}

.xgNew {
    padding: 5px 0;
}

.xgNew li {
    margin-right: 6%;
    float: left;
    text-align: center;
    width: 47%;
    font-size: 16px;
    padding: 6px 0;
    color: #888;
}

.xgNew li:nth-child(2),.xgNew li:nth-child(4) {
    margin-right: 0;
}

.xgNew li:hover, .xgNew li:hover a {
    color: #0261c3;
}

.xgNew li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 50px;
    padding: 0 11px;
    padding-top: 2px;
}

.xgNew li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 11px;
}

.xgNew li .s4 {
    padding-top: 8px;
}

.xgNew li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew li .s2 a {
    color: #0059b4;
    font-weight: bold;
    font-size: 15px;
}

.xgNew li .s2 a:hover {
    color: #0059b4;
}

.xgNew li .s2 .sub_left {
    width: 70%;
}

.shareNewRTitle {
}

.shareNewRTitle h1, .shareNewRTitle h2 {
    line-height: 38px;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-indent: 33px;
    color: #0b91b6;
    background: url(/template/images/newIco.png) no-repeat center left;
}

.shareNewRTitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/template/images/ico.png) no-repeat center left;
    padding-right: 21px;
}

.in_new .center .ul_1.clear {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_3 .txtBottom {
    text-align: center;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 {
    line-height: 220%;
    padding: 13px 0;
    color: #666;
    font-size: 16px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 span {
    color: #475e99;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 {
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s2 {
}

.fengCai .content {
    padding-top: 50px;
}

.fengCai .content .dl_1.clear .sub_left {
    width: 263px;
}

.fengCai .content .dl_1.clear .sub_left a {
    display: block;
    min-height: 150px;
    color: #0057b0;
    padding-left: 106px;
    cursor: pointer;
    margin-bottom: 8px;
}

.fengCai .content .dl_1.clear .sub_left a:hover {
    color: #fff;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1) {
    background: url(/template/images/fcTab_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2) {
    background: url(/template/images/fcTab_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3) {
    background: url(/template/images/fcTab_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background: url(/template/images/fcTabH_01.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background: url(/template/images/fcTabH_02.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background: url(/template/images/fcTabH_03.png) no-repeat;
}

.fengCai .content .dl_1.clear .sub_left a .cn {
    display: block;
    font-size: 20px;
    padding-top: 54px;
}

.fengCai .content .dl_1.clear .sub_left a .en {
    font-size: 12px;
    transform: scale(0.5);
    text-transform: uppercase;
    transform-origin: 0;
}

.fengCai .content .dl_1.clear .sub_right fcList {
    width: 930px;
    height: 465px;
}

.xgNew2 {
    padding: 26px 0;
}

.xgNew2 li {
    margin-right: 20px;
    float: left;
    width: 280px;
    font-size: 16px;
    color: #888;
    background-color: #fff;
    margin-bottom: 25px;
}

.xgNew2 li:nth-child(3),.xgNew2 li:nth-child(6) {
    margin-right: 0;
}

.xgNew2 li:hover, .xgNew2 li:hover a {
    color: #0261c3;
}

.xgNew2 li .s2 {
    font-size: 13px;
    color: #8c8c8c;
    line-height: 45px;
    padding-top: 2px;
    padding: 0 15px;
}

.xgNew2 li .s1 img {
    display: block;
    width: 280px;
    height: 157px;
}

.xgNew2 li .s3 {
    font-size: 15px;
    color: #717171;
    line-height: 150%;
    padding: 0 15px;
    padding-bottom: 15px;
}

.xgNew2 li .s4 {
    padding-top: 8px;
}

.xgNew2 li .s4 a {
    display: block;
    background: url(/template/images/bt_1.png) no-repeat center top;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    min-height: 46px;
    padding-top: 5px;
}

.xgNew2 li .s2 a {
    font-weight: bold;
    font-size: 18px;
}

.xgNew2 li .s2 a:hover {
    color: #0059b4;
}

.xgNew2 li .s2 .sub_left {
    width: 100%;
}

.t_wel .right a {
    padding-left: 22px;
    margin: 0 18px;
    display: inline-block;
}

.t_wel .right a.first {
    position: relative;
}

.t_wel .right a.first .wap_ewm {
    position: absolute;
    left: -33px;
    top: 15px;
    width: 160px;
    min-height: 174px;
    background: url(/template/images/bj_ewm.png) no-repeat bottom left;
    padding-top: 19px;
    /* display: none; */
    background-position-y: 19px;
}

.t_wel .right a.first .wap_ewm img {
    padding-top: 20px;
    padding-left: 6px;
}

.t_wel .right a:nth-child(1) {
    background: url(/template/images/ico_01.png) no-repeat center left;
}

.t_wel .right a:nth-child(2) {
    background: url(/template/images/ico_02.png) no-repeat center left;
}

.t_wel .right a:nth-child(3) {
    background: url(/template/images/ico_03.png) no-repeat center left;
    padding-left: 32px;
}

.t_wel .right a:nth-child(4) {
    background: url(/template/images/ico_04.png) no-repeat center left;
    margin-right: 0;
    padding-left: 18px;
}

.iFangAn .content .line_1 li {
    float: left;
    width: 215px;
    margin-right: 2px;
    margin-bottom: 2px;
    background-color: rgba(11,145,182,0.1);
}

.iFangAn .content .line_1 li:hover {
    background-color: #ffd920;
}

.iFangAn .content .line_1 a {
    line-height: 75px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 33px;
}

.iFangAn .content .line_1 li:nth-child(6),.iFangAn .content .line_1 li:nth-child(12),.iFangAn .content .line_1 li:nth-child(18) {
    margin-right: 0;
}

.iFangAn .content .line_2 .sub_left img {
    display: block;
}

.iFangAn .content .line_2 .sub_right dd {
    float: left;
}

.iFangAn .content .line_2 .sub_right .l_1 {
    width: 93px;
    border-right: 1px solid #000;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .l_2 {
    font-size: 18px;
    width: 500px;
    padding-left: 30px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s1 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 20px;
}

.iFangAn .content .line_2 .sub_right .l_2 .s2 {
    line-height: 180%;
}

.iFangAn .content .line_2 .sub_right dl {
    padding: 26px;
    min-height: 101px;
}

.iFangAn .content .line_2 .sub_right .dl_3,.iFangAn .content .line_2 .sub_right .dl_5 {
    background-color: #f1f1f1;
}

.iFangAn .content .line_2 .sub_right .dl_4 {
    background-color: #fff;
}

.iFangAn .content .line_2 .sub_right .dl_3 .l_1 {
    background: url(/template/images/f_ico_01.png) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right {
    position: relative;
}

.iFangAn .content .line_2 .sub_right .dl_4 .l_1 {
    background: url(/template/images/f_ico_02.png) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .dl_5 .l_1 {
    background: url(/template/images/f_ico_03.png) no-repeat center left;
    background-position-x: 17px;
}

.iFangAn .content .line_2 .sub_right .sRbox {
    position: relative;
    z-index: 30;
    padding-left: 19px;
    margin-left: -19px;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover {
    background: url(/template/images/jiao10.png) no-repeat center left;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover dl {
    background-color: #ffd728;
}

.iFangAn .content .line_2 .sub_right .sRbox:hover .l_1 {
    border-right: 1px solid #e3be1a;
}

.f_nav {
    position: relative;
    min-height: 144px;
    padding-top: 39px;
}

.f_nav .box {
    position: absolute;
    width: 1300px;
    padding-top: 2px;
}

.f_nav a {
    text-decoration: none;
    text-align: center;
    color: #000;
    line-height: 130%;
    letter-spacing: 1px;
    min-height: 131px;
    display: block;
}

.f_nav a span {
    display: block;
}

.f_nav a .en {
    margin: 0;
    padding: 0;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.85);
    letter-spacing: 0;
}

.f_nav li:nth-child(1) a {
    width: 127px;
    background: url(/template/images/nav_01.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background: url(/template/images/nav_02.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background: url(/template/images/nav_03.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background: url(/template/images/nav_04.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background: url(/template/images/nav_05.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background: url(/template/images/nav_06.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background: url(/template/images/nav_07.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(8) a {
    width: 130px;
    background: url(/template/images/nav_08.png) no-repeat center top;
    background-position-y: 16px;
}

.f_nav a:hover .en {
}

.f_nav a .cn {
    font-size: 18px;
    padding-top: 62px;
}

.f_nav li {
    float: left;
    background: url(/template/images/navLine.png) no-repeat center right;
    background-position-y: 57px;
}

.rTitleBox {
    background: url(/template/images/newTitleBj.png) repeat-y;
    padding: 15px 30px;
    border: 0.05rem solid;
    border-image: -webkit-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: -moz-linear-gradient(#f1bc55, #fff799) 30 30;
    border-image: linear-gradient(#f1bc55, #fff799) 30 30;
    margin-bottom: 30px;
}

.xgProBox {
}

.xgProBox dd {
    float: left;
    width: 100%;
    max-width: 32%;
    margin-right: 2%;
}

.xgProBox dd .s1 {
}

.xgProBox dd .s1 img {
    width: 100%;
}

.xgProBox dd:nth-child(3) {
    margin-right: 0;
}

.xgProBox dd .s2 {
    font-size: 17px;
    text-align: center;
    line-height: 38px;
    padding-bottom: 8px;
}

.xgProBox dd .s3 {
}

.xgProBox dd .s3 a {
    display: inline-block;
    width: 138px;

    line-height: 32px;
    text-align: center;
    font-size: 16px;
    background-color: #0c90b6;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.xgProBox dd .s3 a:nth-child(1) {
    background: url(/template/images/btBj.png) no-repeat center;
    margin-right: 6px;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_2 .two a {
    color: #0b91b6;
    background: url(/template/images/goBack.png) no-repeat center right;
    padding-right: 28px;
}

.newShow .right .newBox .line_3 .subTitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background: url(/template/images/sdIco.png) no-repeat center left;
    line-height: 38px;
    margin-bottom: 10px;
}

.newShow .right .newBox .line_3 .subContent {
    margin-bottom: 20px;
}

.newShow .right .newBox .line_3 .subContent table,.newShow .right .newBox .line_3 .subContent td {
    border: 0 !important;
}

.share_xg .xgProBox {
}

.share_xg .xgProBox dd {
}

.shareTitle {
    text-align: center;
    letter-spacing: 1px;
}

.shareTitle .en {
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.shareTitle .cn {
    color: #243665;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 5px;
}

.shareTitle span {
    color: #c1043f;
}

.shareTitle .one {
    font-size: 18px;
    color: #000;
}

.shareTitle .one span {
    color: #e95311;
}

.shareTitle .cn .sBox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.shareTitle .txtBox {
    background: url(/template/images/title5.png) no-repeat center left;
    padding-left: 70px;
    display: inline-block;
}

.shareTitle .cn img {
    vertical-align: bottom;
}

.typeNav .content .smallNav.lastStyle a {
    color: #5778ad;
}

.in_new .typeNav .content, .newShow .typeNav .content {
    padding: 0;
}

.typeNav .content .currentOneNav {
}

.typeNav .content .currentOneNav a {
}

.typeNav .content .currentOneNav a .cn,.typeNav .content .oneNav:hover a .cn {
    color: #c5003d;
    background: url(/template/images/dot7.png) no-repeat center left;
    background-position-x: 83px;
}

.typeNav .content .caseOneNav {
    -moz-box-shadow: 1px 3px 5px #ddd;
    -webkit-box-shadow: 1px 3px 5px #ddd;
    box-shadow: 1px 3px 5px #ddd;
}

.newShareList {
}

.newShareList .item {
    width: 910px;
}

.newShareList .item .sub_left {
    width: 310px;
}

.newShareList .item .sub_right {
    width: 569px;
    padding-right: 12px;
}

.newShareList .item .sub_left img {
    display: block;
    width: 310px;
    height: 180px;
}

.newShareList .item .sub_right .one {
    padding-top: 6px;
    font-size: 18px;
    line-height: 38px;
}

.newShareList .item .sub_right .two a {
    color: #0b91b6;
    display: block;
}

.newShareList .item .sub_right .three {
    font-size: 17px;
    line-height: 180%;
    padding-bottom: 3px;
    text-align: justify;
    padding-top: 1px;
    color: #666;
}

.newShareList .item .sub_right .four {
    text-align: right;
}

.newShareList .item .sub_right .four a {
    display: inline-block;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.newShareList .item .sub_right .four a:nth-child(1) {
}

.newShareList .newItemBox:hover {
}

.newShareList .item .sub_right .two {
    padding: 10px 0;
    color: #888;
}

.newShareList .item .sub_right .four a img {
    vertical-align: middle;
}

.newShareList .newItemBox {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.newShareList .newItemBox:hover .item {
    background: #f8f8f8;
}

.newShareList .item .sub_right .one a {
    font-size: 22px;
    font-weight: bold;
}

.newShareList .newItemBox:hover .item .sub_right .one a {
    color: #072fa8;

}

.newShareList .newItemBox:nth-child(1):hover {
    margin-top: 0;
}

.newShow .center .ul_1.clear .right .r_box .newBox .Box_2 .line_4 .s1 strong {
    color: #475e99;
    font-weight: normal;
}

.lContact .sTitle {
    color: #fff;
    text-align: center;
    line-height: 160%;
    min-height: 95px;
}

.lContact .sTxt {
    background: url(/template/images/lcontact.png) no-repeat center left;
    min-height: 213px;
    background-position-x: 15px;
    background-position-y: 30px;
    padding-top: 18px;
    line-height: 27px;
    padding-left: 48px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.lContact .sTitle .cn {
    font-size: 23px;
    font-weight: bold;
    padding-top: 26px;
}

.lContact .sTitle .en {
    font-size: 15px;
    text-transform: uppercase;
}

.lContact .sTxt li {
    padding: 10px 0;
}

.lContact .sContent {
    border-left: 2px solid #faf0bc;
    border-right: 2px solid #faf0bc;
    border-bottom: 2px solid #faf0bc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.xg_pro .l_list {
}

.xg_pro .l_list .item {
    margin-bottom: 29px;
    text-align: center;
    background: #072fa8;
    padding: 9px;
}

.xg_pro .l_list .item .txt {
    text-align: center;
    line-height: 39px;
}

.noInfor strong {
    color: #00279d;
    font-size: 0.9rem;
    vertical-align: top;
}

.noInfor a {
    font-weight: bold;
    color: #cf0013;
}

.pro_ShareList .item a img {
    width: 100%;
    max-width: 100%;
    height: 7.7rem;
    display: block;
    cursor: pointer;
}

.why {
    background: url(/template/images/why.jpg) no-repeat center top;
    padding-top: 55px;
    min-height: 845px;
}

.why .title .one {
    font-size: 63px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 1px;
}

.why .title .one .s1 {
    color: #072fa8;
}

.why .title .one .s2 {
    color: #ffa200;
}

.why .title {
    text-align: center;
}

.why .title .two {
    font-size: 16px;
    padding-top: 14px;
    padding-left: 98px;
}

.why .title .two span {
    font-family: "Impact";
    font-size: 21px;
    color: #0057b0;
    position: relative;
    top: 2px;
    letter-spacing: 1px;
}

.why .title .two a {
    position: relative;
    top: 6px;
}

.why .content {
    padding-top: 99px;
    font-size: 19px;
    line-height: 250%;
}

.why .content .one {
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    min-height: 490px;
}

.why .content .one p {
    margin: 0;
    position: absolute;
}

.why .content .one p:nth-child(1) {
    position: absolute;
    top: 133px;
    left: 277px;
}

.why .content .one p:nth-child(2) {
    position: absolute;
    top: 134px;
    left: 761px;
}

.why .content .one p:nth-child(3) {
    position: absolute;
    top: 262px;
    left: 160px;
}

.why .content .one p:nth-child(4) {
    position: absolute;
    top: 273px;
    left: 889px;
}

.why .content .one p:nth-child(5) {
    position: absolute;
    top: 408px;
    left: 176px;
}

.why .content .one p:nth-child(6) {
    position: absolute;
    top: 417px;
    left: 866px;
}

.why .content .two {
    text-align: center;
    line-height: 175%;
    text-indent: 2px;
}

.why .content .two .s1 {
    font-size: 20px;
    color: #0057b0;
    padding-top: 12px;
    text-indent: 4px;
}

.why .content .two .s2 {
    font-size: 16px;
    text-indent: 10px;
}

.why .content .two .s2 span {
    font-weight: bold;
}

.why .title .en {
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
}

.why .content .ul_2 .sub_left {
    text-align: right;
    width: 262px;
}

.why .content .ul_2 .sub_right {
    width: 259px;
}

.why .content .ul_2 .bigTxt {
    font-weight: bold;
    color: #072fa8;
    font-size: 36px;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.why .content .ul_2 .smallTxt {
    font-size: 23px;
    color: #453e3e;
    line-height: 150%;
    letter-spacing: 2px;
}

.why .content .ul_2 .dl_1 {
    min-height: 133px;
}

.why .content .ul_2 .dl_2 {
    min-height: 140px;
}

.why .content .ul_2 .sub_right .dl_1 {
    min-height: 134px;
}

.why .content .ul_2 .sub_right .dl_2 {
    min-height: 141px;
}

.why .content .ul_2 {
    min-height: 450px;
}

.why .content .txt_2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #072fa8;
}

.why .content .txt_3 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    padding-top: 23px;
    text-indent: 43px;
    line-height: 48px;
}

.iFangAn {
    padding: 80px 0;
}

.iFangAn .content {
    padding-top: 47px;
    min-width: 1250px;
}

.iFangAn .content .line_2 {
}

.iFangAn .content .moreLink {
    text-align: center;
    line-height: 48px;
    padding-top: 68px;
}

.iFangAn .content .moreLink a {
    display: inline-block;
    padding: 0 23px;
    color: #fff;
    background-color: #ffa200;
    font-size: 26px;
    vertical-align: middle;
}

.iFangAn .content .line_2 .item {
    width: 16.5%;
    float: left;
    min-height: 705px;
    margin-right: 0.2%;
    text-align: center;
}

.iFangAn .content .line_2 .item:last-child {
    margin-right: 0;
}

.iFangAn .content .line_2 .item a {
    display: block;
    min-height: 515px;
    padding-top: 190px;
}

.iFangAn .content .line_2 .item a .cn {
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    padding-top: 150px;
    background: url(/template/images/faIco.png) no-repeat center top;
    padding-bottom: 30px;
}

.iFangAn .content .line_2 .item a .more {
    display: inline-block;
    background-color: #fff;
    border-radius: 3px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 16px;
}

.iFangAn .content .line_2 .item a:hover {
    background-color: rgba(255,162,0,0.9);
}

.fast {
    padding-bottom: 50px;
}

.typeNav .content .ul_1 li {
    border-bottom: 1px solid #ddd;
    line-height: 56px;
}

.lContact {
    font-size: 23px;
    padding: 23px 0;
    text-align: center;
    padding-top: 23px;
    background: #f4f4f4;
}

.proShow {
    padding: 1rem 0;
}

.proShow .left {
    display: none;
}

.proShow .right {
}

.proShow .right .content .r_1 {
    padding-bottom: 0.3rem;
}

.proShow .right .content .r_1 .sub_right {
    padding-top: 0.8rem;
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.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 {
    line-height: 210%;
    font-size: 0.7rem !important;
}

.proShow .right .content .r_1 .sub_right .canShu td {
    border-top: 0.05rem solid #999 !important;
    border-left: 0.05rem solid #999 !important;
    padding: 0.2rem !important;
}

.proShow .right .content .r_1 .clear .sub_right .canShu table {
    width: 100% !important;
    max-width: 100% !important;
    border-right: 1px solid #999 !important;
    border-collapse: collapse !important;
    border-bottom: 1px solid #999 !important;
    background: none !important;
}

.proShow .right .content .r_1 .clear .sub_right .bt {
    text-align: center;
    margin-bottom: 0.5rem;
}

.proShow .right .content .r_1 .sub_right .bt a, .proShow .right .content .r_1 .sub_right .bt .shareTel {
    vertical-align: middle;
    font-size: 0.8rem;
    color: #fff;
    line-height: 2rem;
    border-radius: 3rem;
    font-weight: bold;
}

.proShow .right .content .r_1 .sub_right .bt .shareTel span {
    font-size: 1.3rem;
    vertical-align: top;
}

.proShareBox {
    padding: 0.5rem 0;
}

.pro_shareTitle {
    line-height: 1.5rem;
    background: url(/template/images/partIco.png) no-repeat center left;
    padding-left: 6%;
    border-bottom: 0.05rem solid #999;
    font-size: 0.9rem;
    background-size: 0.5rem auto;
    background-position-x: 1%;
}

.pro_shareTitle .en {
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #aaa;
    margin-left: 0.1rem;
}

.pro_shareTitle .cn {
    color: #333;
    font-weight: bold;
}

.pro_shareTxt {
    padding: 0.5rem 3%;
    color: #333;
    font-size: 0.7rem;
    line-height: 200%;
    text-align: justify;
    padding-bottom: 0;
}

.pro_shareTxt p {
    margin: 0 !important;
    padding: 0.2rem 0 !important;
}

.pro_shareTxt, .pro_shareTxt p, .pro_shareTxt span, .pro_shareTxt font {
    color: #333 !important;
    font-size: 0.7rem !important;
    line-height: 200% !important;
    text-indent: 0 !important;
    font-family: "Microsoft YaHei" !important;
}

.pro_shareTitle .cn span {
    background: linear-gradient(to bottom, #64b777, #285b85);
    -webkit-background-clip: text;
    color: transparent;
}

.proShareBox.r_4 {
}

.proShareBox.r_4 table,.proShareBox.r_4 td {
    border: 0 !important;
    text-align: center !important;
}

.pro_shareTxt img {
    max-width: 100% !important;
    vertical-align: middle;
}

.typeNav_2 .content .smallNav a {
    padding-left: 0;
    text-align: center;
}

.typeNav_2 .content .smallNav a span, .typeNav_2 .content .smallNav a.currentNav span {
    padding-left: 0;
    background: none;
}

.typeNav_2 .content .smallNav a:hover span {
    background: none;
}

.xg_pro .l_list .item img {
    width: 238px;
    height: 238px;
}

.lContact2 {
    text-align: center;
    padding-top: 50px;
}

.lContact2 .s1 {
    padding: 8px;
    background: url(/template/images/kuang2.png) no-repeat center top;
}

.lContact2 .s2 {
    font-weight: bold;
    font-size: 26px;
    padding-top: 10px;
}

.xgPro3 .txt_1 {
    color: #16389d;
    font-size: 19px;
    font-weight: bold;
    background: url(/template/images/proIco2.png) no-repeat center left;
    padding-left: 36px;
    line-height: 31px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #d3d7e0;
    background-position-y: 3px;
    margin-bottom: 20px;
}

.xgPro3 .l_list .item {
    text-align: center;
    float: left;
    margin-right: 13px;
    font-size: 22px;
    line-height: 55px;
}

.xgPro3 .l_list .item img {
    width: 215px;
    height: 215px;
    vertical-align: middle;
}

.xgPro3 .l_list .item:last-child {
    margin: 0;
}

.in_contact {
    padding: 0.5rem 0;
}

.in_contact .left {
    color: #fff;
    font-size: 23px;
    padding-top: 95px;
}

.in_contact .right {
    padding-top: 119px;
    padding-right: 17px;
}

.in_contact .left .one {
    font-size: 40px;
}

.in_contact .left .two {
    font-size: 40px;
    padding-top: 10px;
}

.in_contact .left .three {
    padding-top: 26px;
    line-height: 200%;
}

.in_contact .left .two .s2 {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 3px;
}

.f_contact {
    padding: 0.3rem 0;
    color: #fff;
    display: none;
}

.f_contact .line_1 {
}

.f_contact .line_2 {
    padding-top: 36px;
    text-align: center;
}

.f_contact .line_1 li {
    float: left;
    font-size: 23px;
    text-align: center;
    max-width: 30%;
}

.f_contact .line_1 li .s1 {
    font-weight: bold;
    background: url(/template/images/ico.png) no-repeat center left;
    background-position-x: 141px;
    line-height: 50px;
    text-indent: 50px;
}

.f_contact .line_1 li .s2 {
    font-size: 22px;
    line-height: 160%;
}

.f_contact .line_1 li:last-child {
    margin-right: 0;
    float: right;
}

.f_contact .line_1 li:nth-child(2) .s1 {
    background-position-x: 108px;
}

.f_contact .line_1 li:nth-child(3) .s1 {
    background-position-x: 39px;
}

.f_contact .line_1 li:first-child {
    margin-right: 160px;
}

.f_contact .line_2 li {
    width: 190px;
    float: left;
    margin-left: 70px;
}

.f_contact .line_2 li .sTitle {
    line-height: 45px;
    background: #fff;
    font-size: 22px;
    margin-bottom: 13px;
}

.f_contact .line_2 li .sContent {
}

.f_contact .line_2 li .sTitle a {
    display: block;
}

.f_contact .line_2 li .sContent a {
    font-size: 19px;
    color: #fff;
    display: block;
    line-height: 39px;
}

.f_contact .line_2 li:first-child {
    margin: 0;
}

.f_contact h3 {
    margin: 0;
}

.f_contact .line_2 li:last-child {
    float: right;
    width: auto;
}

.f_contact .line_2 li:last-child .s2 {
    font-size: 21px;
    padding-top: 10px;
}

.dh {
    padding: 0.3rem 1%;
    color: #333;
}

.lContact .s2 {
    padding-top: 5px;
}

.in_pro .right .sTitle {
    color: #fff;
    padding: 23px 36px;
    width: 946px;
    margin-bottom: 23px;
    display: none;
}

.in_pro .right .sTitle .sub_left {
    width: 63%;
}

.in_pro .right .sTitle .sub_left .s1, .in_pro .right .sTitle .sub_left h2 {
    font-size: 32px;
    font-weight: bold;
}

.in_pro .right .sTitle .sub_left .s2 {
    font-size: 17px;
    line-height: 160%;
}

.in_pro .right .sTitle .sub_right {
}

.in_pro .right .sTitle .sub_right .s1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 6px;
}

.in_pro .right .sTitle .sub_right .s2 {
    font-size: 33px;
    line-height: 40px;
    background: url(/template/images/telBj.png) no-repeat center;
    text-align: center;
    color: #111;
    font-weight: bold;
}

.in_pro .right .sTitle .s1 {
    padding-bottom: 5px;
}

.shareRightSmallNav li {
    float: left;
    width: 100%;
    max-width: 33.333%;
}

.shareRightSmallNav li a {
    display: block;
    border: 0.05rem solid #ccc;
    border-top: 0;
    color: #111;
    border-left: 0;
}

.shareRightSmallNav li a:hover, .shareRightSmallNav li a.subCurNav {
    background: #ffaa08;
}

.proShow .right .content .r_1 .sub_right h1 {
    text-align: center;
    font-size: 1rem;
    padding: 0.3rem 0;
    display: block;
    color: #333;
}

.proShow .right .content .r_1 .sub_right .canShu p {
    margin: 0 !important;
}

.proShow .right .content .r_1 .sub_right .canShu {
    padding: 0;
    background: #f8f8f8;
}

.proShow .right .content .r_1 .sub_right .bz {
    font-size: 0.75rem;
    text-align: center;
    padding: 0.5rem 0;
    line-height: 180%;
}

.proShow .right .content .r_1 .sub_right .canShu td:first-child {
    text-align: right;
}

.pro_shareTitle span {
    display: inline-block;
    vertical-align: middle;
}

.proShareBox.r_4 table {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.proShareBox.r_3 {
}

.proShareBox.r_3 .teDian {
    min-height: 9rem;
    position: relative;
    line-height: 1.3rem;
    background-size: 5rem auto !important;
    background-position-x: 50% !important;
}

.proShareBox.r_3 .teDian dd {
    width: 5rem;
    background: #4b831c;
    background: -webkit-linear-gradient(top, #689f4a, #4b831c);
    background: -o-linear-gradient(bottom, #689f4a, #4b831c);
    background: -moz-linear-gradient(bottom, #689f4a, #4b831c);
    background: linear-gradient(to bottom, #689f4a, #4b831c);
    border-radius: 3rem;
    text-align: center;
    color: #fff;
    font-size: 0.6rem;
    position: absolute;
    text-transform: uppercase;
}

.proShareBox.r_3 .teDian dd:nth-child(1) {
    top: 2rem;
    left: 0;
}

.proShareBox.r_3 .teDian dd:nth-child(2) {
    top: 2rem;
    right: 0;
}

.proShareBox.r_3 .teDian dd:nth-child(3) {
    top: 4rem;
    left: 0;
}

.proShareBox.r_3 .teDian dd:nth-child(4) {
    top: 4rem;
    right: 0;
}

.proShareBox.r_3 .teDian dd:nth-child(5) {
    top: 6rem;
    left: 0;
}

.proShareBox.r_3 .teDian dd:nth-child(6) {
    top: 6rem;
    right: 0;
}

.pageDH span {
    color: #679e48;
}

.dh a {
    color: #333;
}

.in_contact .ul_1 {
    background: #f6f6f6;
    padding: 0.5rem 2.5%;
    width: 100%;
    max-width: 95%;
}

.in_contact .ul_1 li {
    float: left;
    text-align: center;
    border-right: 0.05rem solid #ccc;
    min-height: 6rem;
    line-height: 150%;
    padding: 1rem 0;
    width: 100%;
    max-width: 49.6%;
    border-bottom: 0.05rem solid #ccc;
}

.in_contact .ul_1 li .s1 {
    font-size: 0.7rem;
    /* padding-bottom: 0.3rem; */
    padding-top: 3.2rem;
}

.in_contact .ul_1 li .s2 {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
}

.in_contact .boxCenter {
}

.in_contact .ul_1 li:last-child {
    border-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
}

.in_contact .ul_1 li:first-child {
    padding-left: 0;
    padding-right: 0;
}

.in_contact .ul_1 li:nth-child(1) .s1 {
    background: url(/template/images/ico_01.png) no-repeat center top;
    background-size: 38% auto;
}

.in_contact .ul_1 li:nth-child(2) .s1 {
    background: url(/template/images/ico_02.png) no-repeat center top;
    background-size: 38% auto;
}

.in_contact .ul_1 li:nth-child(3) .s1 {
    background: url(/template/images/ico_03.png) no-repeat center top;
    background-size: 38% auto;
}

.in_contact .ul_1 li:nth-child(4) .s1 {
    background: url(/template/images/ico_04.png) no-repeat center top;
    background-size: 38% auto;
}

.mapBox {
    padding: 1rem 0;
}

.case_ShareList {
    padding-top: 13px;
}

.shareCaseItem {
    margin-bottom: 0.3rem;
    background: #f8f8f8;
    padding: 0.3rem 1%;
    width: 100%;
    max-width: 97%;
    border: 0.05rem solid #ccc;
}

.shareCaseItem .sub_left {
    float: left;
    width: 100%;
    max-width: 38%;
}

.shareCaseItem .sub_right {
    float: right;
    width: 100%;
    max-width: 58%;
    padding-right: 1%;
}

.shareCaseItem .sub_left img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 5rem;
}

.shareCaseItem .sub_right .one {
    font-size: 0.8rem;
    font-weight: bold;
    padding-bottom: 0.3rem;
}

.shareCaseItem .sub_right .two {
    line-height: 160%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.6rem;
}

.shareCaseItem .sub_right .three {
    font-size: 0.55rem;
    /* font-weight: bold; */
    line-height: 1.3rem;
    padding-top: 0.3rem;
}

.shareCaseItem .sub_right .one a {
    color: #111;
}

.shareCaseItem .sub_right .three dd {
    float: left;
    width: 33%;
    max-width: 33%;
}

.shareCaseItem .sub_right .three dd:last-child {
    text-align: right;
}

.shareCaseItem .sub_right .three dd:last-child a {
    color: #fff;
    border-radius: 0.3rem;
    display: block;
    text-align: center;
}

.dh a:hover {
    color: #679e48;
}

.shareCaseItem .sub_right .three dd:last-child a:hover {
    background: #ffaa08;
    color: #333;
}

.shareCaseItem .sub_right .one a:hover {
    color: #538b2a;
}

.in_body {
}

.in_body .t_search, .in_body .dh, .in_body .newShow {
    background: #f8f8f8;
    line-height: 200%;
}

.mainBox {
    margin-bottom: 0.5rem;
}

.share_xg .s_title dd {
    display: inline-block;
    border-radius: 0.2rem;
    padding: 0 1%;
}

.share_xg .s_title dd span {
    display: block;
    padding-left: 1.15rem;
    background: url(/template/images/ico2.png) no-repeat center left;
    background-size: 0.6rem auto;
    background-position-x: 0.25rem;
}

.share_xg .xgProBox dd:last-child {
    margin: 0;
}

.typeNew {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    max-width: 100%;
}

.typeNew a {
    font-size: 0.75rem;
    min-height: 1.5rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0.3rem;
    float: left;
    width: 100%;
    max-width: 24.8%;
    padding: 0.5rem 0;
    margin-left: 0.2%;
}

.typeNew a span {
    display: block;
}

.typeNew a .cn {
    font-weight: bold;
}

.typeNew a .en {
    font-size: 0.39rem;
    text-transform: uppercase;
}

.typeNew a:hover,.typeNew a.cNav {
    background: #ffaa08;
    color: #111;
}

.in_about {
    padding: 1rem 0;
}

.in_about .line_1 {
    background: url(/template/images/about6.jpg) no-repeat center top;
    padding-top: 13rem;
    background-size: 210% auto;
    background-position-x: 7%;
}

.in_about .line_1 .sContent {
    color: #333;
    text-align: justify;
    padding: 0.5rem 0;
}

.in_about .line_1 .sContent p {
    margin: 0 !important;
    padding-bottom: 0.3rem !important;
}

.in_about .line_1 .sContent, .in_about .line_1 .sContent p, .in_about .line_1 .sContent span {
    font-size: 0.7rem !important;
    line-height: 180% !important;
    color: #333 !important;
}

.in_about .line_1 .sTitle {
    color: #111;
}

.in_about .line_1 .sTitle .cn {
    font-size: 1.38rem;
    font-weight: bold;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
}

.in_about .line_1 .sTitle .en {
    text-transform: uppercase;
    color: #333;
    padding-left: 10px;
    font-size: 0.8rem;
}

.in_about .line_1 .sTitle .cn span {
}

.in_about .line_1 .sTitle .cn,.in_about .line_1 .sTitle .en {
    display: inline-block;
    vertical-align: bottom;
}

.in_about .line_1 .dl_3 {
    line-height: 200%;
    text-align: center;
    padding-top: 0.5rem;
}

.in_about .line_1 .dl_3 dd {
    text-align: center;
    width: 100%;
    max-width: 32%;
    display: inline-block;
    margin-bottom: 0.8rem;
}

.in_about .line_1 .dl_3 dd .s1 {
    color: #333;
    font-size: 0.85rem;
}

.in_about .line_1 .dl_3 dd .s2 {
    font-weight: bold;
    color: #1BAB32;
    background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#8dc76d), to(#4b831c));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2rem;
}

.in_about .line_1 .dl_3 dd .s2 span {
    font-size: 0.85rem;
}

.in_about .line_2 {
    background: url(/template/images/about5.jpg) no-repeat center top;
    min-height: 11rem;
    background-size: 100% auto;
}

/*已处理*/
.t_logo {
    padding: 0.8rem 0;
    padding-top: 0.38rem;
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .left {
    color: #010101;
    width: 100%;
    max-width: 100%;
}

.t_logo .ul_1 .left img {
    width: 100%;
    max-width: 100%;
}

.t_logo .ul_1 .left .txt .one {
    font-size: 0.8rem;
    padding-bottom: 0.1rem;
    font-weight: bold;
}

.t_logo .ul_1 .left .txt .two {
    font-size: 0.28rem;
    text-transform: uppercase;
}

.t_logo .ul_1 .left .txt {
    color: #111;
    float: right;
    width: 76%;
    max-width: 65%;
    line-height: 120%;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
    padding-top: 0.38rem;
}

.t_logo .ul_1 .left h3 {
    float: left;
    width: 33%;
    max-width: 30%;
    padding-left: 1%;
}

.t_logo .ul_1 .right {
    color: #000;
    display: none;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 0.6rem;
    line-height: 1rem;
    padding-top: 0.3rem;
    color: #666;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 0.8rem;
    font-weight: bold;
    color: #1BAB32;
    padding-top: 0.1rem;
}

.t_logo .ul_1 .right .sub_left {
    line-height: 280%;
    padding-left: 1rem;
    background: url(/template/images/tel.png) no-repeat center left;
}

.t_nav {
    position: relative;
    background-color: #4b831c;
    line-height: 2.2rem;
    font-size: 0.8rem;
    font-weight: bold;
}

.t_nav .box {
}

.t_nav a {
    float: left;
    text-decoration: none;
    text-align: center;
    color: #fff;
    letter-spacing: 0.05rem;
    width: 33%;
    border: 0.05rem solid #fff;
    border-left: 0;
    border-top: 0;
}

.t_nav a span {
    display: block;
}

.t_nav a .cn {
}

.t_nav a:hover {
    background-color: #ffaa08;
    color: #333;
}

.t_nav a:nth-child(2),.t_nav a:nth-child(3),.t_nav a:nth-child(4) {
    display: none;
}

.t_search {
    font-size: 0.7rem;
}

.t_search .t_searchUL {
}

.t_search .t_searchUL .left {
    color: #333;
    display: none;
    padding: 0.3rem 0;
}

.t_search .t_searchUL .left a {
}

.t_search .t_searchUL .left span {
    color: #ffaa08;
    font-weight: bold;
}

.t_search .t_searchUL .right {
    padding: 0.3rem 0;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 0.75rem;
    line-height: 1.9rem;
    min-height: 1.9rem;
}

.search input[type="text"] {
    width: 100%;
    max-width: 73%;
    color: #333;
    padding: 0 3%;
    background-color: #fff;
    border: 0.05rem solid #ccc;
}

.search input[type="text"]::-webkit-input-placeholder {
    color: #bbb;
}

.search input[type="text"]:-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]::-moz-placeholder {
    color: #bbb;
}

.search input[type="text"]:-ms-input-placeholder {
    color: #bbb;
}

.search input[type="button"] {
    width: 20%;
    max-width: 20%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #679e48;
    line-height: 2rem;
    min-height: 2rem;
}

.iPro {
    padding: 1.5rem 0;
}

.iPro .content {
    padding-top: 0.5rem;
}

.shareTitle2 {
    text-align: center;
}

.shareTitle2 .cn {
    font-size: 1.28rem;
    font-weight: bold;
    color: #000;
    padding-bottom: 0.1rem;
    font-family: Microsoft YaHei, arial, tahoma, Hiragino Sans GB, sans-serif,'Noto Sans Myanmar';
}

.shareTitle2 .one {
    font-size: 0.6rem;
    padding-bottom: 0.5rem;
}

.shareTitle2 .one span {
    color: #e95311;
}

.proNav {
    position: relative;
}

.proNav .box {
}

.proNav .box .sub_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    max-width: 32.8%;
}

.proNav .box .sub_left a {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 3.8rem;
    text-align: center;
    color: #fff;
    padding: 0.3rem 0;
}

.proNav .box .sub_left a span {
    display: block;
}

.proNav .box .sub_left a .cn {
    font-size: 0.8rem;
    font-weight: bold;
    padding-top: 1.5rem;
    background: url(/template/images/proIco.png) no-repeat center top;
    background-size: auto 1rem;
    background-position-y: 0.3rem;
    padding-bottom: 0.1rem;
}

.proNav .box .sub_left a .en {
    font-size: 0.39rem;
    text-transform: uppercase;
}

.proNav .box:last-child {
    margin-right: 0;
}

.proNav .box .sub_right {
    width: 100%;
    max-width: 100%;
    padding-top: 4.68rem;
}

.proNav .box .sub_right a {
    float: left;
    width: 32.6%;
    line-height: 1.8rem;
    font-size: 0.7rem;
    border: 0.05rem solid #ccc;
}

.proNav .box .sub_right .smallNav {
    padding: 0.3rem 1%;
    background: #f0f0f0;
    text-align: center;
    width: 100%;
    max-width: 98%;
}

.proNav .box:first-child {
}

.proNav .box:nth-child(1) .sub_left {
}

.proNav .box .sub_left a:hover, .proNav .box .sub_left a.cur {
    background: #ffaa08;
    color: #000;
}

.proNav .box .sub_left a:hover .cn, .proNav .box .sub_left a.cur .cn {
    background: url(/template/images/proIco2.png) no-repeat center top;
    background-size: auto 1rem;
    background-position-y: 0.3rem;
}

.proNav .box .sub_right a:hover,.proNav .box .sub_right a.curNav {
    color: #2f7d03;
    font-weight: bold;
}

.proNav .box:nth-child(2) .sub_left {
    left: 33.6%;
}

.proNav .box:nth-child(3) .sub_left {
    left: 67.1%;
}

.shareProBox {
    padding-top: 0.5rem;
}

.shareProBox .item:nth-child(3),.shareProBox .item:nth-child(6) {
    margin-right: 0;
}

.shareProBox .item {
    float: left;
    width: 100%;
    max-width: 48%;
    margin-left: 1.33%;
    margin-bottom: 0.3rem;
    text-align: center;
}

.shareProBox .item:hover {
}

.shareProBox .item .hdBox {
}

.shareProBox .item img {
    width: 100%;
    max-width: 100%;
    height: 7.7rem;
    display: block;
    cursor: pointer;
}

.shareProBox .item .proName {
    display: block;
    line-height: 180%;
    color: #444;
    padding: 0.3rem 0;
}

.ad {
    min-height: 3rem;
    background: url(/template/images/ad.jpg) no-repeat center right;
    background-size: auto 100%;
    color: #fff;
    padding: 0.3rem 0;
    background-position-x: 65%;
}

.ad .left {
    font-size: 0.8rem;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    max-width: 55%;
    padding-left: 2%;
    padding-top: 0.3rem;
}

.ad .right {
    width: 50%;
    max-width: 41%;
    text-align: center;
    float: right;
    padding-top: 0.3rem;
}

.ad .right .one {
    font-weight: bold;
    text-shadow: 3px 3px 2px #666;
    font-size: 0.6rem;
}

.ad .right .two {
    font-size: 0.8rem;
    color: #000;
    padding-top: 0.3rem;
    font-weight: bold;
}

.ad .left .s1 {
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 0px;
    text-shadow: 3px 3px 2px #666;
}

.ad .left .s2 {
    padding-top: 0.1rem;
    text-shadow: 2px 2px 2px #666;
    font-size: 0.4rem;
}

.ad .ul_1 {
}

.youShi {
    padding: 1.5rem 0;
}

.youShi .content {
    display: none;
}

.youShi .picBox {
    padding-top: 0.5rem;
    display: block;
}

.case {
    padding-bottom: 1.3rem;
}

.case .content {
    padding-top: 0.5rem;
}

.case .sTitle {
    padding-top: 0.5rem;
    text-align: center;
}

.case .sTitle dd {
    width: 100%;
    max-width: 33%;
    margin-left: 0.3%;
    float: left;
    display: block;
    margin-bottom: 0.05rem;
}

.case .sTitle dd a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0.6rem 0;
    min-height: 1.6rem;
}

.case .sTitle dd a span {
    display: block;
}

.case .sTitle dd a .cn {
    font-size: 0.65rem;
    font-weight: bold;
    padding-bottom: 0.15rem;
}

.case .sTitle dd a .en {
    font-size: 0.38rem;
    text-transform: uppercase;
}

.case .sTitle dd:last-child {
    margin-right: 0;
}

.case .sTitle dd a:hover {
    background: #ffaa08;
    color: #000;
}

.case .content .list {
    position: relative;
}

.case .content .list .pic {
    height: 13rem;
}

.case .content .list dl {
    position: absolute;
    left: 3%;
    top: 5rem;
    z-index: 3;
    background: #fff;
    width: 100%;
    max-width: 88%;
    padding: 0.5rem 3%;
    border-radius: 0.3rem;
}

.case .content .list .s1 {
    font-size: 0.9rem;
    font-weight: bold;
    padding-bottom: 0.5rem;
    color: #000;
}

.case .content .list .s2 {
    /* padding: 0.3rem 0; */
    line-height: 160%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.case .content .list .s3 {
    text-align: right;
    padding-top: 0.5rem;
}

.case .content .list .s3 a {
    display: inline-block;
    background: #538a28;
    color: #fff;
    padding: 0.3rem 3%;
    border-radius: 0.3rem;
    font-size: 0.6rem;
}

.case .content .list .s3 a:hover {
    background: #ffaa08;
    color: #000;
}

.heZuo {
    display: none;
}

.f_feedback {
    height: 9rem;
    background: url(/template/images/fb.jpg) no-repeat center top;
    padding: 1.5rem 3%;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    -webkit-background-size: cover;
    background-size: cover;
}

.f_feedback .content {
    background: #fff;
    padding: 0.5rem 3%;
}

.f_feedback .content .left {
    display: none;
}

.f_feedback .content .right {
}

.f_feedback input, .f_feedback textarea {
    border: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    font-size: 0.7rem;
    /* border: 0.05rem solid #e0e0e0; */
}

.f_feedback input[type="text"] {
    text-indent: 0.3rem;
    margin-bottom: 0.3rem;
    color: #666;
    background: #eee;
    border: 0;
    line-height: 1.9rem;
}

.f_feedback textarea {
    line-height: 200%;
    min-height: 4.3rem;
    margin-bottom: 0.8rem;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    text-align: center;
}

.f_feedback input.bt_1 {
    line-height: 1.9rem;
    color: #fff;
}

.f_feedback .content .right .bt {
    padding-top: 0.3rem;
}

.f_feedback .content .right .three {
    line-height: 1.9rem;
}

.f_feedback .content .right .three .sub_left {
    width: 100%;
    max-width: 27.8%;
    border-right: 0.3rem solid #fff;
    text-align: right;
    background: #eee;
    float: left;
}

.f_feedback .content .right .three .sub_right {
    width: 100%;
    max-width: 70%;
    float: right;
}

.f_feedback .content .right .three .sub_left div {
    margin-bottom: 0.3rem;
}

.f_feedback .content .right .three .sub_right input:last-child {
    margin: 0;
}

.f_feedback .content .right .three .sub_left div:last-child {
    margin: 0;
}

.about {
    padding: 1rem 3%;
    min-height: 10rem;
    background: url(/template/images/about.jpg) no-repeat center top;
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
    padding-bottom: 1.8rem;
}

.about .two {
    text-align: right;
    padding-top: 0.3rem;
}

.aboutBox {
}

.aboutBox li:nth-child(2) {
    background: #fff;
    padding: 0.5rem 3%;
    line-height: 200%;
}

.aboutBox li p {
    margin: 0 !important;
    padding-bottom: 0.3rem;
}

.aboutBox li:nth-child(1) {
    margin-bottom: 1rem;
    height: 8rem;
}

.about .two a {
    padding: 0 0.5rem;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 0.6rem;
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
}

.aboutBox .one {
    text-align: justify;
}

.new {
    padding-bottom: 1rem;
}

.new .content {
    padding-top: 0.3rem;
    position: relative;
}

.new .content li {
    float: left;
    width: 100%;
    max-width: 100%;
}

.new .content li .one {
    font-weight: bold;
    line-height: 1.5rem;
    display: block;
}

.new .content li .two {
    padding: 0.3rem 1%;
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
    max-width: 97%;
    border: 0.05rem solid #ccc;
    margin-bottom: 0.3rem;
    margin-left: 0.2%;
}

.new .content li .three {
    display: none;
}

.new .content li .one .sub_left {
    font-size: 0.9rem;
    position: absolute;
    top: 0;
    left: 1%;
}

.new .content li .one .sub_right {
    display: none;
}

.new .content li .one .sub_right a {
    padding: 0 0.5rem;
    color: #fff;
    border-radius: 0.3rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5rem;
}

.new .content li .two .s1 {
    float: left;
    width: 100%;
    max-width: 39%;
}

.new .content li .two img {
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    height: 5rem !important;
}

.new .content li .two .s2 {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.3rem 0;
}

.new .content li .two .s3 {
    line-height: 160%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.6rem;
}

.new .content li .two .s4 {
    display: none;
}

.new .content li .two .s5 {
    padding: 0.3rem 0;
    text-align: right;
    display: block;
}

.new .content li .two .s2 a {
}

.new .content li:last-child {
}

.new .content li .one .sub_right a:hover {
    background: #ffaa08;
    color: #333;
}

.new .content .box {
    position: relative;
}

.new .content li .one a.wapShow {
    position: absolute;
    right: 1%;
    top: 0;
    padding: 0 0.5rem;
    color: #fff;
    border-radius: 0.3rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3rem;
}

.new .content li .sBox {
    padding-top: 1.8rem;
}

.new .content li:nth-child(1) {
}

.new .content li:nth-child(2) {
}

.new .content li:nth-child(2) .one {
}

.new .content li:nth-child(2) .one .sub_left {
    left: 40%;
    top: 0;
}

.new .content li .sBox .subTxt {
    float: right;
    width: 100%;
    max-width: 56%;
    padding-right: 2%;
}

.new .content li:nth-child(2) .sBox {
    padding: 0;
}

.bq {
    line-height: 180%;
    font-size: 0.65rem;
    padding: 0.3rem 2%;
}

.bq a {
}

.bq span, .bq p {
    color: #333 !important;
    font-size: 0.65rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.friendLink {
    padding: 0.3rem 2%;
    font-size: 0.65rem;
}

.friendLink a {
    color: #ccc;
}

.proNav .box dl {
    display: block;
}

.bq li {
    float: left;
    margin-right: 5%;
}

.floating_ck {
    position: fixed;
    bottom: 3.8rem;
    right: 0;
    width: 3rem;
    height: 3.5rem;
    background: url(/template/images/goTop.png) no-repeat center;
    background-size: auto 100%;
    z-index: 1000;
}

.floating_ck .return {
}

.floating_ck .return span {
    display: block;
    width: 3rem;
    height: 3.5rem;
    text-indent: -99999px;
}

.aboutBox .one,.aboutBox .one p,.aboutBox .one span {
    font-size: 0.65rem !important;
}

.proShareBox.r_3 .pro_shareTxt {
    padding: 0;
}

.proShareBox.r_4 td {
    height: auto !important;
    padding-bottom: 0.5rem !important;
    width: 32% !important;
    max-width: 32% !important;
    border: 0.05rem solid #ccc !important;
    padding: 0.3rem !important;
}

.proShow .right .content .r_1 .sub_left {
    width: 100%;
    max-width: 98%;
    margin: 0 1%;
}

.videoShow video, .videoShow source, .videoShow object, .videoShow iframe {
    height: 100%;
}

.videoShow {
    min-height: 8rem !important;
    height: 8rem !important;
    background-size: 23% auto!important;
}

.videoShow .videoShowPic {
    height: 8rem !important;
}

.typeNew a:first-child {
    margin: 0;
}

.shareCaseItem .sub_right .three dd span {
    display: none;
}

.newShow .right .newBox .line_2 .two dd {
    display: inline-block;
    margin-right: 0.8rem;
}

.newShow .right .newBox .line_2 .two dd:last-child {
    margin: 0;
}

.proBody {
}

.proBody .pageDH .sub_right {
    display: block !important;
    float: right;
}

.pageDH .sub_left span {
    display: none;
}

.proBody .pageDH {
    line-height: 170%;
}

.pageDH .sub_left {
    float: left;
}

.proBody .pageDH .sub_left {
    max-width: 70%;
}

.proBody .pageDH .sub_right a {
    font-weight: bold;
    color: #000;
}

.in_about .line_1 .center {
    width: 100%;
    max-width: 93%;
    padding: 0.5rem 3.5%;
    background: #fff;
}

.in_about .line_1 .dl_3 dd:nth-child(4),.in_about .line_1 .dl_3 dd:nth-child(5) {
    width: 100%;
    max-width: 39%;
}

.in_contact .ul_1 li:nth-child(2) {
    border-right: 0;
}

.in_contact .ul_1 li:nth-child(3) {
    border-bottom: 0;
}

.mapBox #dituContent {
    height: 13rem !important;
}

.videoShow .videoShowPic .picBt {
    -webkit-background-size: 3rem auto !important;
    background-size: 3rem auto !important;
}

.proShareBox.r_3 .teDianBox {
    background: url(/template/images/xqBj.jpg) no-repeat center top;
    background-size: 110% auto !important;
    background-position-x: 59% !important;
}

.proShareBox.r_4 td img {
    height: 3rem !important;
}
