@charset "utf-8"; /* star 共享区 */
@font-face {
    font-family: 'impact';
    src: ;
    src:  format('embedded-opentype'),  format('woff'),  format('truetype'),  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:  no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}


.banner_pro {
    background: url(/uploads/image/timages/banner_pro.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_fangan {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}









/* end  共享区 */





.title_center {
    text-align: center;
}

.share_line_2 {
    background:  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:  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:  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:  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:  no-repeat center top;
}

.liyou .sharetitle {
    background:  no-repeat center bottom;
    padding: 12px 0;
    line-height: 50px;
}

/* star daohang */
.prortitle {
    min-height: 56px;
    background:  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:  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:  no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_new .center .clear .right .title .clear .sub_right {
    background:  no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.in_new .right .r_title {
    min-height: 56px;
    background:  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:  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:  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:  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:  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:  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:  no-repeat center top;
    color: #fff;
    padding-top: 38px;
}

.oempage .box_3 .center .sharetitle {
    background:  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:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(2) {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(3) {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(4) {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(5) {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(6) {
    background:  no-repeat center top;
    margin: 0;
}

.oempage .box_3 dd:nth-child(1):hover {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(2):hover {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(3):hover {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(4):hover {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(5):hover {
    background:  no-repeat center top;
}

.oempage .box_3 dd:nth-child(6):hover {
    background:  no-repeat center top;
}

.pinzhi {
    background: #fff;
    padding-bottom: 50px;
}

.pinzhi .sharetitle {
    background:  no-repeat center top;
    padding-bottom: 38px;
}

.pinzhi .subbox {
    background:  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(/uploads/image/timages/ico.png) no-repeat center top;
    background-position-y: 120px;
}

.pinzhi .subbox .center .dl_5.clear dd:hover {
    background:  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:  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: ;
    padding-top: 240px;
}

.i_dingzhi .content .ul_1 li .box .sbox {
    background:  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:  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:  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:  no-repeat center bottom;
}

.i_dingzhi .content .ul_1.inline_width.clear .l_3 {
    background:  no-repeat center bottom;
}

.i_dingzhi .content .ul_1.inline_width.clear .l_4 {
    background:  no-repeat center bottom;
}

.i_dingzhi .content .ul_1.inline_width.clear .l_5 {
    background:  no-repeat center bottom;
}

.liucheng .center .ul_1.clear {
    text-align: center;
    color: #1e1e1e;
    background:  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:  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:  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:  no-repeat;
    text-align: center;
    padding-top: 8px;
}

.in_pro .list .item:hover {
    background:  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:  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:  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:  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:  no-repeat center left;
}

.sharenewrtitle .sub_right a {
    font-size: 14px;
    color: #0261c3;
    display: inline-block;
    padding-left: 20px;
    background: url(/uploads/image/timages/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:  no-repeat;
}

.fengcai .content .dl_1.clear .sub_left a:nth-child(2) {
    background:  no-repeat;
}

.fengcai .content .dl_1.clear .sub_left a:nth-child(3) {
    background:  no-repeat;

}

.fengcai .content .dl_1.clear .sub_left a:nth-child(1):hover {
    background:  no-repeat;
}

.fengcai .content .dl_1.clear .sub_left a:nth-child(2):hover {
    background:  no-repeat;
}

.fengcai .content .dl_1.clear .sub_left a:nth-child(3):hover {
    background:  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:  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:  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(/uploads/image/timages/ico_01.png) no-repeat center left;
}

.t_wel .right a:nth-child(2) {
    background: url(/uploads/image/timages/ico_02.png) no-repeat center left;
}

.t_wel .right a:nth-child(3) {
    background: url(/uploads/image/timages/ico_03.png) no-repeat center left;
    padding-left: 32px;
}

.t_wel .right a:nth-child(4) {
    background: url(/uploads/image/timages/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:  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:  no-repeat center left;
    background-position-x: 17px;
}

.ifangan .content .line_2 .sub_right .dl_5 .l_1 {
    background:  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:  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:  no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(2) a {
    width: 197px;
    background:  no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(3) a {
    width: 178px;
    background:  no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(4) a {
    width: 189px;
    background:  no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(5) a {
    width: 169px;
    background:  no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(6) a {
    width: 158px;
    background:  no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(7) a {
    width: 152px;
    background:  no-repeat center top;
    background-position-y: 16px;
}

.f_nav li:nth-child(8) a {
    width: 130px;
    background:  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:  no-repeat center right;
    background-position-y: 57px;
}



.rtitlebox {
    background:  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:  no-repeat center;
    margin-right: 6px;
}

.newshow .center .ul_1.clear .right .r_box .newbox .box_2 .line_2 .two a {
    color: #0b91b6;
    background:  no-repeat center right;
    padding-right: 28px;
}

.newshow .right .newbox .line_3 .subtitle {
    font-size: 19px;
    font-weight: bold;
    padding-left: 26px;
    background:  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:  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:  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:  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:  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:  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 {
    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(/uploads/image/timages/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:  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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/ico_01.png) no-repeat center top;
    background-size: 38% auto;
}

.in_contact .ul_1 li:nth-child(2) .s1 {
    background: url(/uploads/image/timages/ico_02.png) no-repeat center top;
    background-size: 38% auto;
}

.in_contact .ul_1 li:nth-child(3) .s1 {
    background: url(/uploads/image/timages/ico_03.png) no-repeat center top;
    background-size: 38% auto;
}

.in_contact .ul_1 li:nth-child(4) .s1 {
    background: url(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/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(/uploads/image/timages/xqbj.jpg) no-repeat center top;
    background-size: 110% auto !important;
    background-position-x: 59% !important;
}

.prosharebox.r_4 td img {
    height: 3rem !important;
}