@charset "utf-8"; /* star 共享区 */
@font-face {
    font-family: 'impact';
    src: ;
    src:  format('embedded-opentype'),  format('woff'),  format('truetype'),  format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 15px;
    /* 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;
    color: #111;
    word-wrap: break-word;
    white-space: normal;
    /*word-break:break-all; */
}


.noshow {
    display: none;
}



.picbox {
    display: none;
}

.wapshow {
    display: none !important;
} 




/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 2px 12px #bbb;
    -webkit-box-shadow: 1px 2px 12px #bbb;
    box-shadow: 1px 2px 12px #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;
}


td {
    word-wrap: break-word;
    white-space: normal;
}

a {
    text-decoration: none;
    color: #333;
}

input, textarea {
    font-family: "microsoft yahei","noto sans myanmar";
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

.show_db {
    display: block;
}

.noinfor {
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    padding-top: 68px;
}

/*渐变背景*/
.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 */
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
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%;
}

.center {
    width: 1280px;
    margin: 0 auto;
}


.inline_width {
    display: inline-block;
    width: 100%;
}

.inline {
    display: inline-block;
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

.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: 15px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
    text-align: center;
}

.pagenumber a {
    padding: 9px 15px;
    color: #666;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #fff;
}

.pagenumber a:hover {
    background: #ffa200;
    color: #fff;
    border: 1px solid #ffa200;
}

.pagenumber .current_page {
    padding: 9px 15px;
    background: #ffa200;
    color: #fff;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #ffa200;
    margin-right: 5px;
}

/* 搜索框 */
.search input {
    border: 0;
    margin: 0;
    padding: 0;
    color: #999;
    vertical-align: middle;
    font-size: 16px;
}

.search input[type="text"] {
    width: 264px;
    height: 43px;
    line-height: 43px;
    color: #333;
    padding: 0 10px;
    font-size: 16px;
    background-color: #fff;
    border: 1px 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: 76px;
    height: 45px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: none;
    background-color: #679e48;
    line-height: 45px;
}

/* end  共享区 */
.in_banner {
    min-height: 600px;
    /*	-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_fbsure {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_down {
    background:  no-repeat center;
    -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_services {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_sitemap {
    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;
}

.banner_oem {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_dingzhi {
    background:  no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.shareprotype {
    background-color: #072fa8;
    padding: 18px;
    margin-bottom: 28px;
}

.shareprotype .ul_1 {
    background-color: #fff;
    padding: 18px;
    width: 1178px;
}

.shareprotype .bignav {
}

.shareprotype .bignav li {
    min-height: 78px;
}

.shareprotype .bignav li a {
    font-size: 20px;
    display: block;
    min-height: 78px;
    padding-left: 83px;
    color: #fff;
    background:  no-repeat center left;
    background-color: #072fa8;
    background-position-x: 13px;
}

.shareprotype .bignav li a span {
    display: block;
}

.shareprotype .bignav li a .cn {
    font-size: 34px;
    padding-top: 8px;
}

.shareprotype .bignav li a .en {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.8);
    transform-origin: left;
    white-space: nowrap;
    opacity: 0.5;
}

.shareprotype .box {
    border-top: 1px solid #fff;
}

.shareprotype .box .smallnav {
    background: #fff;
}

.shareprotype .box .smallnav .s_ul {
}

.shareprotype .box .smallnav .s_ul li {
    width: 164px;
    float: left;
    border-radius: 5px;
    margin-right: 11px;
    margin-bottom: 13px;
    padding: 13px 0;
}

.shareprotype .box .smallnav .s_ul li:nth-child(5), .shareprotype .box .smallnav .s_ul li:nth-child(10), .shareprotype .box .smallnav .s_ul li:nth-child(15) {
    margin-right: 0;
}

.shareprotype .box .smallnav .s_ul li a {
    display: block;
    font-size: 16px;
    background:  no-repeat center left;
    line-height: 38px;
    padding-left: 28px;
}

.shareprotype .box .smallnav .s_ul li.last a {
    background: none;
    background-color: #072fa8;
    color: #fff;
}

.shareprotype .box .smallnav .s_ul li a:hover {
    font-weight: bold;
}

.shareprotype .ul_1 .left {
    width: 285px;
}

.shareprotype .ul_1 .right {
    width: 868px;
}

.shareprobox .item {
    float: left;
    width: 413px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #072fa8;
}

.shareprobox .item .prolink {
    line-height: 41px;
    background:  no-repeat center;
}

.shareprobox .item .prolink a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 49%;
    text-align: center;
}

.shareprobox .item:hover {
}

.shareprobox .item .hdbox {
    width: 413px;
    height: 413px;
    overflow: hidden;
}

.shareprobox .item img {
    width: 413px;
    height: 413px;
    display: block;
    cursor: pointer;
}


.hdbox img {
    transition: all 0.4s;
}


.hdbox img:hover {
    transform: scale(1.05);
}

.shareprobox .item .proname {
    display: block;
    line-height: 180%;
    font-size: 18px;
    color: #444;
    padding: 2px 0;
    padding-bottom: 8px;
}

.shareprobox .item:hover a .proname {
    color: #d30647;
    font-weight: bold;
}

.title_center {
    text-align: center;
}

.share_line_2 {
    background:  no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    height: 6px;
}

.foot {
}

.fb_2 .sub_left {
    float: left;
    width: 276px;
}

.fb_2 .sub_right {
    float: right;
    width: 276px;
}

.fb_2 input[type="text"], .fb_2 textarea {
    padding: 3px;
    border: 1px solid #339bfa;
}

.fb_2 textarea {
    width: 462px;
    min-height: 45px;
}

.fb_2 input[type="text"] {
    width: 268px;
}

.fb_2 .sub_one, .feedback_txt .sub_two {
    padding-bottom: 11px;
}

.feedback_txt input.remark {
    width: 510px;
}

.feedback_txt .bt {
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 88px;
    height: 53px;
    text-align: center;
    background: #23a4fc;
    /* for browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #40b7ff , #1193f9);
    /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, #40b7ff, #1193f9);
    /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, #40b7ff, #1193f9);
    /* for firefox 3.6 to 15 */
    background: linear-gradient(to bottom, #40b7ff , #1193f9);
    /* standard syntax */
}

.feedback_txt input[type="submit"], .feedback_txt textarea {
    vertical-align: middle;
}

.hz_ico {
    padding-top: 45px;
    width: 866px;
    overflow: hidden;
}

.hz_ico ul.clear {
    background:  no-repeat;
    min-height: 30px;
    width: 900px;
    padding-top: 110px;
}

.hz_ico li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 29px;
}

.a_video {
    min-height: 248px;
    background:  no-repeat center;
}

.a_video a.bt {
    display: block;
    min-height: 248px;
    background:  no-repeat center;
    cursor: pointer;
}

.a_video a.bt:hover {
    background:  no-repeat center;
}

.hot_title {
    font-size: 28px;
    color: #006cb8;
    font-weight: bold;
}

.hot_list {
    padding-bottom: 25px;
}

.hot_list .dl_2 {
    padding-top: 30px;
    padding-bottom: 10px;
}

.hot_list dd.huo {
    background:  no-repeat;
    -ms-background-position-y: 7px;
    background-position-y: 7px;
    text-indent: 25px;
}

.hot_list dd.newname a {
    font-size: 23px;
    text-decoration: none;
    line-height: 140%;
}

.hot_list dd.newname a:hover {
    color: #f50;
}

.hot_list dd.txt {
    font-size: 17px;
    padding: 10px 0;
    color: #666;
}

.hot_list dd.bot {
    min-height: 25px;
    background:  no-repeat center right;
}

.x0 {
    width: 0;
}

.x1 {
    width: 20px;
}

.x2 {
    width: 43px;
}

.x3 {
    width: 69px;
}

.x4 {
    width: 92px;
}

.x5 {
    width: 118px;
}

.noget {
    background:  no-repeat center bottom;
    padding-top: 50px;
    padding-bottom: 150px;
}

.noget .center .row_1 {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.noget .center .row_2 {
    padding: 30px 0;
}

.noget .center .row_2 .search2 {
    padding: 25px;
    background: #eee;
    display: inline-block;
}

.noget .center .row_2 .search2 input {
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}

.noget .center .row_2 .search2 input[type="text"] {
    width: 860px;
    text-indent: 10px;
}

.noget .center .row_2 .search2 input[type="button"] {
    width: 93px;
    color: #fff;
    background: #25bdad;
    cursor: pointer;
}

.noget .center .row_3 {
    color: #6e6e6e;
    padding-bottom: 30px;
}

.noget .center .row_3 .txt_1 {
    font-size: 16px;
}

.noget .center .row_3 .txt_2 {
    font-size: 22px;
    padding: 10px 0;
}

.noget .center .row_3 .txt_3 {
    font-size: 18px;
}

.noget .center .row_4 {
    text-align: center;
}

.noget .center .row_4 a {
    display: inline-block;
    padding: 8px 22px;
    color: #fff;
    font-size: 19px;
    background: #25bdad;
    cursor: pointer;
}

.sitemap {
    padding-top: 75px;
}

.sitemap .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.sitemap .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.sitemap .one, .sitemap .two, .sitemap .three, .sitemap .four, .sitemap .five, .sitemap .six {
    padding: 35px 0;
    border-bottom: 1px solid #ccc;
}

.sitemap .one {
    padding-top: 35px;
}

.sitemap .ul_1 {
    width: 1150px;
}

.sitemap li.c_1 {
    float: left;
    margin-right: 115px;
}

.sitemap a {
    color: #000;
    line-height: 200%;
}

.sitemap .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.sitemap .s_1 a {
    font-size: 20px;
    color: #000;
}

.sitemap .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.sitemap li.last {
    float: right;
    margin: 0;
}

.sitemap .t_3 li {
    padding-left: 2px;
}

.sitemap .t_3 a {
    background:  no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.sitemap .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

/*瀑布流层*/
.waterfall {
    -moz-column-count: 3;
    /* firefox */
    -webkit-column-count: 3;
    /* safari 和 chrome */
    column-count: 3;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
}

/*一个内容层*/
.list_item {
    padding: 1em;
    margin: 0 0 1em 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

/*.item img{*/
/*width: 100%;*/
/*margin-bottom:10px;*/
/*}*/
/*down*/
.down {
    padding-top: 75px;
    padding-bottom: 150px;
    background:  no-repeat center bottom;
}

.down .title {
    font-size: 28px;
    font-weight: bold;
    color: #041146;
    line-height: 180%;
    text-align: center;
    text-transform: uppercase;
}

.down .s_title {
    font-size: 17px;
    text-align: center;
    color: #000;
}

.down .two {
    padding: 35px 0;
}

.down .ul_1 {
    width: 1150px;
}

.down li.c_1 {
    float: left;
    margin-right: 115px;
}

.down a {
    color: #000;
    line-height: 200%;
}

.down .t_1 a {
    font-size: 23px;
    color: #000;
    padding-left: 13px;
    border-left: 5px solid #041146;
}

.down .two .t_2 a {
    font-size: 20px;
    color: #041146;
}

.down .t_3 li {
    padding-left: 2px;
}

.down .t_3 a {
    background:  no-repeat center left;
    padding-left: 10px;
    font-size: 15px;
    line-height: 180%;
}

.down .two li.c_1 {
    margin-right: 43px;
    width: 340px;
}

.prev_next {
    font-size: 20px;
    color: #333;
}

.prev_next a {
    width: 283px;
    display: inline-block;
    vertical-align: bottom;
    color: #478a19;
}

.prev_next .sub_left, .prev_next .sub_right {
    width: 45%;
    line-height: 40px;
    border-radius: 5px;
}

.prev_next .sub_left, .prev_next .sub_right {
}

.prev_next img {
    vertical-align: middle;
}

.prev_next li:hover {
}

.prev_next li a:hover {
    font-weight: bold;
}

.new_2 .r_3 {
    padding: 0 20px;
    border: 1px solid #ccc;
    margin-top: 35px;
    padding-bottom: 20px;
}

.new_2 .r_3 .right {
    padding-left: 30px;
    width: 273px;
}

.kefu {
    padding-bottom: 80px;
    padding-top: 120px;
}

.kefu .center {
    border-top: 3px solid #339bfa;
}

.kefu .center .txt {
    padding: 15px 0;
    font-size: 18px;
    color: #339bfa;
    text-transform: uppercase;
}

.kefu .center .list.inline.clear {
    width: 100%;
}

.kefu .center .list.inline.clear a {
    width: 265px;
    min-height: 113px;
    float: left;
    background: #eee;
    border-radius: 5px;
    margin-right: 45px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear {
    padding-top: 13px;
    padding-left: 20px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_left img {
    border-radius: 200px;
    border: 2px solid #339bfa;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right {
    padding-left: 15px;
    padding-top: 10px;
    width: 139px;
    font-size: 14px;
}

.kefu .center .list.inline.clear a .dl_1.inline.clear .sub_right .s_txt {
    padding-top: 5px;
}

.f_emailbox {
    background:  no-repeat center;
    background-size: cover;
    min-height: 129px;
    color: #fff;
}

.f_emailbox input, .f_emailbox img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
}

.f_emailbox .center form .inline.clear {
    width: 100%;
    padding-top: 43px;
}

.f_emailbox .center form .inline.clear .l_1 {
    min-height: 46px;
    font-size: 22px;
    padding-left: 80px;
    background:  no-repeat center left;
    line-height: 46px;
    min-width: 360px;
    text-transform: uppercase;
}

.f_emailbox .center form .inline.clear .l_2, .f_emailbox .center form .inline.clear .l_3 {
    padding-top: 5px;
}

.f_emailbox .center form .inline.clear input[type="text"] {
    width: 363px;
    line-height: 29px;
    height: 29px;
    background: #fff;
    padding: 5px;
}

.f_emailbox .center form .inline.clear .l_3 {
    cursor: pointer;
}

.f_emailbox .center form .inline.clear .right img {
    display: inline-block;
}

.f_emailbox .center form .inline.clear .right .bt_2 {
    color: #fff;
    height: 40px;
    min-width: 92px;
    text-align: center;
    background: #20242b;
    cursor: pointer;
}

.contact .r_1 {
    font-size: 22px;
    color: #444;
    line-height: 130%;
    padding: 80px 0;
}

.contact .r_1 .center .s_1 {
    padding-bottom: 60px;
    line-height: 150%;
}

.contact .r_1 .center .s_2 {
    padding-bottom: 30px;
}

.contact .r_1 .center .s_2 a {
    display: block;
    color: #339bfa;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 48px;
    background:  no-repeat center left;
    line-height: 25px;
}

.contact .r_1 .center .s_3 {
    font-size: 21px;
}

.contact .r_1 .center .s_3 a {
    color: #339bfa;
    font-weight: bold;
}

.team {
    padding: 80px 0;
}

.team .content {
    padding-top: 50px;
}

.team .content li {
    float: left;
    width: 590px;
    margin-right: 20px;
    line-height: 160%;
    padding: 15px 0;
}

.team .content li:nth-child(2), .team .content li:nth-child(4), .team .content li:nth-child(6), .team .content li:nth-child(8), .team .content li:nth-child(10), .team .content li:nth-child(12), .team .content li:nth-child(14), .team .content li:nth-child(16) {
    margin-right: 0;
}

.team .content li img {
    width: 36px;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
}

.team .content li a {
    display: block;
    font-size: 18px;
}

.team .content li a:hover {
    color: #339bfa;
}

.team .content li a .sub_left {
    width: 285px;
}

.team .content li a .sub_left .txt_1 {
    font-weight: bold;
    line-height: 25px;
}

.team .content li a .sub_right {
    width: 300px;
    padding-left: 5px;
}

.contact .r_3 {
    padding-top: 50px;
    padding-bottom: 90px;
}

.contact .r_3 .center .inline_width.clear li {
    float: left;
    width: 350px;
    margin-right: 74px;
    text-align: center;
}

.contact .r_3 .center .inline_width.clear li:nth-child(3) {
    margin-right: 0;
}

.contact .r_3 .center .inline_width.clear li .s_1 {
    min-height: 53px;
    padding-bottom: 25px;
}

.contact .r_3 .center .inline_width.clear li .s_2 {
    font-size: 20px;
    line-height: 140%;
}

.contact .r_3 .center .inline_width.clear li .s_2 span {
    font-weight: bold;
    color: #339bfa;
}

.contact .r_3 .center .inline_width.clear li.box_1 .s_1 {
    background:  no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_2 .s_1 {
    background:  no-repeat center top;
}

.contact .r_3 .center .inline_width.clear li.box_3 .s_1 {
    background:  no-repeat center top;
}

.fb_3 {
    background:  repeat-x;
    background-position-y: -25px;
}

.fb_3 .center {
    min-height: 186px;
    background: #fff;
    border-radius: 13px;
}

.fb_3 .center form .ul_1.clear {
    padding-top: 68px;
    width: 90%;
    margin: auto 5%;
}

.fb_3 .center form .ul_1.clear .sub_left {
    margin-right: 62px;
}

.fb_3 input {
    vertical-align: middle;
    border-radius: 3px;
    border: 0;
}

.fb_3 input[type="text"] {
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 355px;
    height: 45px;
    color: #333;
    box-shadow: #eee 0px 0px 10px 5px inset;
    /* 内阴影 */
    background: #f9f9f9;
    font-size: 16px;
}

.fb_3 .bt {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #03b1ad;
    /* for browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #02b8ca , #03b0aa);
    /* for safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #02b8ca, #03b0aa);
    /* for opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #02b8ca, #03b0aa);
    /* for firefox 3.6 to 15 */
    background: linear-gradient(to right, #02b8ca , #03b0aa);
    /* standard syntax */
}

.prolist {
    padding: 100px 0;
}

.prolist .list {
    overflow: hidden;
    padding-top: 100px;
}

.prolist .list .box {
    width: 1200px;
    overflow: hidden;
}

.prolist .list .ul_1 {
    width: 1300px;
}

.prolist .list .item {
    float: left;
    width: 362px;
    margin-right: 57px;
    margin-bottom: 40px;
    text-align: center;
}

.prolist .list .item .item_box {
    min-height: 442px;
    background: #eee;
}

.prolist .list .item .pic {
    text-align: center;
}

.prolist .list .item img {
    width: 360px;
    height: 360px;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
}

.prolist .list .item .txt {
    min-height: 103px;
}

.prolist .list .item .proname {
    display: block;
    line-height: 50px;
    font-size: 19px;
    color: #444;
}

.prolist .list .item .txt_2 {
    font-size: 14px;
    padding: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    line-height: 190%;
}

.prolist .list .item .s_txt a {
    display: inline-block;
    width: 103px;
    text-align: center;
    line-height: 31px;
    margin: 0;
    padding: 0;
    color: #666;
}

.prolist .list .item .s_txt a.more {
    border: 1px solid #ccc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background: #fff;
    border-right: 0;
}

.prolist .list .item:hover .s_txt a.more {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.prolist .list .item .s_txt a.dingzhi {
    background: #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.prolist .list .item .s_txt a.dingzhi:hover {
    background: #03b1b0;
    border: 1px solid #03b1b0;
    color: #fff;
}

.sharetitle5 {
    background:  no-repeat;
    min-height: 55px;
    line-height: 45px;
}

.sharetitle5 span {
    display: inline-block;
    vertical-align: top;
}

.sharetitle5 .s_1 {
    font-size: 24px;
    color: #2495b8;
    margin-left: 31px;
    width: 123px;
    text-align: center;
}

.sharetitle5 .s_2 {
    color: #fff;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 45px;
    margin-left: 13px;
}

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 1300px) {
}

@media screen and (min-width: 1800px) {
}

/* star foot fast */
.shareline {
    background:  no-repeat center;
    min-height: 9px;
}

.newnav {
    width: 260px;
}

.newnav .content {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    padding-bottom: 33px;
}

.newnav .content .ul_1 {
    width: 88%;
    margin: 0 6%;
}

.newnav .content a {
    color: #fff;
    display: block;
}

.newnav .content .bignav {
    padding: 5px 0;
}

.newnav .content .bignav a {
    font-size: 19px;
    color: #009ca8;
    text-align: center;
    line-height: 38px;
    background: #e5f5f7;
    border-radius: 5px;
    font-weight: bold;
}

.newnav .content .bignav a:hover {


    background: #0c70bb;
    color: #fff;
}

.in_title {
    background:  repeat-x bottom center;
    padding-bottom: 12px;
}

.in_title .center .s_nav {
    text-align: center;
    font-size: 21px;
    padding-top: 50px;
    font-weight: bold;
}

.in_title .center .s_nav a {
    color: #1ca4ba;
    padding-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 2px solid #fff;
    padding-top: 65px;
}

.in_title .center .s_nav a:hover {
    color: #ff7e30;
    border-bottom: 2px solid #ff7e30;
}

.in_title .center .s_nav a.s_1 {
    background:  no-repeat center top;
}

.in_title .center .s_nav a.s_2 {
    background:  no-repeat center top;
}

.in_title .center .s_nav a.s_3 {
    background:  no-repeat center top;
}

.in_title .center .s_nav a.s_4 {
    background:  no-repeat center top;
}

.in_title .center .s_nav a.s_1:hover {
    background:  no-repeat center top;
}

.in_title .center .s_nav a.s_2:hover {
    background:  no-repeat center top;
}

.in_title .center .s_nav a.s_3:hover {
    background:  no-repeat center top;
}

.in_title .center .s_nav a.s_4:hover {
    background:  no-repeat center top;
}

.friendlink a {
    color: #ccc;
}

.left_sharetitle {
    min-height: 105px;
    line-height: 150%;
    background:  no-repeat center;
    color: #fff;
    text-align: center;
    text-indent: 58px;
}

.leftnew .left_sharetitle {
    background:  no-repeat center;
}

.left_sharetitle .txt_1 {
    font-size: 24px;
    padding-top: 38px;
    font-weight: bold;
    letter-spacing: 4px;
}

.left_sharetitle .txt_2 {
    font-size: 12px;
    text-transform: uppercase;
    transform: scale(0.98);
    transform-origin: 0;
}

.fuwu {
    background: url(/uploads/image/timages/ys.jpg) no-repeat center top;
    min-height: 982px;
}

.fuwu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 48px;
    padding-right: 15px;
    min-height: 70px;
    line-height: 43px;
}

.fuwu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.fuwu ul {
    color: #fff;
}

.fuwu .bigtxt {
    padding-bottom: 10px;
}

.fuwu .left {
    padding-top: 2px;
}

.fuwu .left .bigtxt {
    padding-left: 53px;
}

.fuwu .right .bigtxt {
    padding-right: 53px;
    text-align: right;
}

.fuwu .bigtxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.fuwu .bigtxt .en {
    font-family: 'impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.fuwu .smalltxt {
    font-size: 17px;
    background:  no-repeat center left;
    padding-left: 15px;
    line-height: 30px;
    background-position-y: 8px;
}

.fuwu .smalltxt span {
    color: #ffc946;
}

.liucheng {
    padding-bottom: 60px;
    padding-top: 70px;
}

.liucheng .center .title {
    color: #fff;
    text-align: center;
}

.liucheng .center .title .s_t .txt_1 {
    font-size: 30px;
    font-weight: bold;
    padding-top: 102px;
    padding-right: 30px;
}

.liucheng .center .title .s_t .txt_2 {
    font-size: 19px;
    line-height: 35px;
    padding-top: 23px;
}

.liucheng .center .content {
    color: #fff;
    font-size: 23px;
    padding-top: 144px;
}

.liucheng .center .content .ul_1.inline_width.clear li {
    float: left;
    width: 109px;
    text-align: center;
    margin-right: 73px;
}

.txt_jianbian {
    position: relative;
    color: #006f77;
}

.txt_jianbian:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #28b9c3;
    -webkit-mask: linear-gradient(to bottom, #006f77, transparent );
}

.in_fuwu {
    min-height: 643px;
    padding-bottom: 55px;
}

.in_fuwu .one {
    font-size: 30px;
    color: #0099a5;
    font-weight: bold;
    text-align: center;
    padding-top: 44px;
    min-height: 70px;
    padding-left: 11px;
    line-height: 43px;
}

.in_fuwu .two {
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 25px;
}

.in_fuwu ul {
    color: #fff;
}

.in_fuwu .bigtxt {
    padding-bottom: 10px;
}

.in_fuwu .sub_left {
    padding-top: 2px;
}

.in_fuwu .sub_left .bigtxt {
    padding-left: 72px;
}

.in_fuwu .sub_right .bigtxt {
    padding-right: 74px;
    text-align: right;
    padding-top: 2px;
}

.in_fuwu .bigtxt .cn {
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
}

.in_fuwu .bigtxt .en {
    font-family: 'impact';
    font-size: 14px;
    color: #ffc946;
    letter-spacing: 1px;
}

.typefangan .content {
    background: #fff;
    font-size: 16px;
    border: 2px solid #009ca8;
    border-top: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.typefangan .content a {
    display: block;
}

.typefangan .content .bignav {
}

.typefangan .content .bignav a {
    font-weight: bold;
    background:  no-repeat center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 66px;
}

.typefangan .content .bignav a p {
    margin: 0;
    padding: 0;
}

.typefangan .content .smallnav {
    width: 224px;
    margin: 0 auto;
}

.typefangan .content .smallnav p {
    margin: 0;
    padding: 0;
}

.typefangan .content .smallnav a {
    font-size: 17px;
    color: #088f98;
    line-height: 39px;
    display: block;
    text-indent: 61px;
    background:  no-repeat center;
}

.typefangan .content .smallnav a:hover {
    color: #fff;
    background:  no-repeat center;
}

.typefangan .content .smallnav .sub_nav {
    position: absolute;
    z-index: 99;
    left: 224px;
    top: 0px;
    width: 180px;
    display: none;
    border: 1px solid #0c70bb;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.typefangan .content .smallnav .sub_nav a {
    background: none;
    text-align: center;
    text-indent: 0;
}

.typefangan .content .smallnav .sub_nav a:hover {
    background: #fe9a24;
    border-radius: 5px;
}

.typefangan .left_tel {
    border-radius: 5px;
    background: url(/uploads/image/timages/tel.png) no-repeat center left;
    background-position-x: 15px;
    background-color: #e5f5f6;
    color: #009ca8;
    width: 224px;
    text-indent: 68px;
    padding: 14px 0;
    margin: 20px auto;
    background-size: 45px auto;
}

.typefangan .left_tel .one {
    font-size: 16px;
}

.typefangan .left_tel .two {
    font-size: 24px;
    font-weight: bold;
}

.top {
}

.t_bigbox {
    width: 100%;
    position: relative;
    z-index: 50;
}

.t_wel {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    background: #072fa8;
}

.t_wel a {
    color: #fff;
}

/* star daohang */
.hezuo {
    padding-top: 39px;
    padding-bottom: 100px;
}

.hezuo .content {
}

.protype .content {
    font-size: 16px;
}

.protype .content a {
    display: block;
}

.protype .content .bignav {
    padding-top: 15px;
}

.protype .content .bignav a {
    font-weight: bold;
    font-size: 23px;
    color: #0c70bb;
    line-height: 44px;
    border-left: 9px solid #0c70bb;
    padding-left: 15px;
}

.protype .content .smallnav {
    clear: both;
    padding: 10px 30px;
    display: inline-block;
    background:  no-repeat center bottom;
    background-position-x: 6px;
}

.protype .content .smallnav a {
    width: 190px;
    float: left;
    font-size: 18px;
    color: #090909;
    line-height: 39px;
    text-indent: 20px;
    background:  no-repeat center left;
    background-position-y: 13px;
}

.protype .content .smallnav a:hover {
    font-weight: bold;
}

.protype .content .smallnav a.last {
    font-weight: bold;
    color: #0c70bb;
}

.youzhi {
    padding-top: 90px;
    padding-bottom: 90px;
    background:  no-repeat center top;
}

.youzhi .content {
    padding-top: 35px;
    padding-bottom: 580px;
    background:  no-repeat center bottom;
}

.youzhi .content li {
    float: left;
    width: 16.6%;
    color: #111;
    text-align: center;
    line-height: 170%;
    padding-top: 150px;
}

.youzhi .content li .txt_1 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 8px;
}

.youzhi .content li .txt_2 {
    font-size: 16px;
    color: #555;
}

.youzhi .content li.item_1 {
    background:  no-repeat center top;
    background-position-y: 9px;
}

.youzhi .content li.item_2 {
    background:  no-repeat center top;
    background-position-y: 9px;
}

.youzhi .content li.item_3 {
    background:  no-repeat center top;
    background-position-y: 9px;
}

.youzhi .content li.item_4 {
    background:  no-repeat center top;
    background-position-y: 9px;
}

.youzhi .content li.item_5 {
    background:  no-repeat center top;
    background-position-y: 9px;
}

.youzhi .content li.item_6 {
    background:  no-repeat center top;
    background-position-y: 9px;
}

.youzhi .content li.item_1:hover {
    background:  no-repeat center top;
    background-position-x: 52px;
}

.youzhi .content li.item_2:hover {
    background:  no-repeat center top;
    background-position-x: 52px;
}

.youzhi .content li.item_3:hover {
    background:  no-repeat center top;
    background-position-x: 52px;
}

.youzhi .content li.item_4:hover {
    background:  no-repeat center top;
    background-position-x: 52px;
}

.youzhi .content li.item_5:hover {
    background:  no-repeat center top;
    background-position-x: 52px;
}

.youzhi .content li.item_6:hover {
    background:  no-repeat center top;
    background-position-x: 53px;
}

.call {
    min-height: 785px;
    background:  no-repeat center bottom;
    padding-top: 70px;
    background-position-y: 69px;
}

.call .center .dl_1.inline_width.clear {
    padding-top: 130px;
}

.call .center .dl_1.inline_width.clear .sub_left {
    font-size: 25px;
    font-weight: bold;
    padding-left: 240px;
}

.call .center .dl_1.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_1.inline_width.clear .sub_right a {
    display: inline-block;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_1 {
    background: #0c70bb;
    color: #fff;
}

.call .center .dl_1.inline_width.clear .sub_right a.a_2 {
    border: 1px solid #0c70bb;
    color: #0c70bb;
    width: 118px;
    line-height: 38px;
}

.call .center .dl_2.inline_width.clear {
    padding-top: 66px;
}

.call .center .dl_2.inline_width.clear .sub_left {
    padding-left: 41px;
    width: 362px;
}

.call .center .dl_2.inline_width.clear .sub_right {
    padding-right: 35px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear li {
    font-size: 16px;
    line-height: 69px;
    padding-left: 73px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first {
    color: #fff;
    text-align: center;
    padding-top: 14px;
    line-height: 170%;
    letter-spacing: 1px;
    padding-left: 0;
    padding-bottom: 7px;
}

.call .center .dl_2.inline_width.clear .sub_left .ul_3.inline_width.clear .first .one {
    font-size: 18px;
    font-weight: bold;
}

.share_rtitle .sub_left {
}

.share_rtitle .sub_left h2 {
    font-weight: bold;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.share_rtitle .sub_right, .share_rtitle .sub_right a {
    color: #888;
}

.share_rtitle .three {
    font-size: 16px;
    color: #666;
    line-height: 48px;
}

.sharesmallnav {
    margin-top: 20px;
}

.sharesmallnav .ul_3 {
}

.sharesmallnav .ul_3 li {
    float: left;
    padding-right: 55px;
    line-height: 30px;
    padding-bottom: 13px;
}

.sharesmallnav .ul_3 li a {
    display: block;
    font-size: 18px;
}

.sharesmallnav .ul_3 li a:hover {
    color: #e60013;
}

.share_rtitle .dl_1 {
    background:  no-repeat center bottom;
    padding-bottom: 15px;
}

.nopage {
    background: url(/uploads/image/timages/bj21.jpg) no-repeat center top;
    min-height: 750px;
    font-size: 21px;
}

.nopage .center .txt_1 {
    font-weight: bold;
    text-align: center;
    padding-top: 479px;
}

.nopage .center .txt_2 {
    color: #fff;
    width: 56%;
    margin: 0 auto;
    padding-top: 26px;
    line-height: 46px;
}

.nopage .center .txt_3 {
    text-align: center;
    padding-top: 20px;
    letter-spacing: 2px;
    font-size: 19px;
}

.xg_pro {
    padding: 18px 17px;
    background-color: #fff;
}

.xg_pro .r_list {
    padding-top: 40px;
    margin: 0 auto;
}

.xg_pro .r_list .item {
    float: left;
    padding-right: 50px;
    padding-bottom: 31px;
    text-align: center;
}

.xg_pro .r_list li:nth-child(4), .xg_pro .r_list li:nth-child(8) {
    padding-right: 0;
}

.xg_pro .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.xg_pro .r_list .item a .txt {
    line-height: 48px;
}

.xg_pro .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.xg_pro .r_list .item a:hover {
    color: #0c70bb;
}

.xg_pro .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.left_new .content .bignav a {
    text-indent: 1.3em;
    color: #333;
    text-align: center;
    text-indent: 0;
    background: none;
}

.left_new .content .bignav a:hover {
    color: #0c70bb;
}

.left_new .content li.last a {
    width: 80%;
}

.servies {
    padding: 40px 0;
    padding-bottom: 50px;
}

.servies .left {
    width: 247px;
}

.servies .right {
    width: 903px;
    background: #f7f7f7;
    padding: 20px;
}

.servies .right .r_list {
    padding-top: 25px;
}

.servies .center .ul_1.clear {
    background:  no-repeat;
    padding-top: 19px;
}

.servies .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_title h2 {
    padding: 0;
    margin: 0;
    background: #eee;
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sharetitle3 .txt_1 {
    font-size: 24px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right {
    background: ;
    color: #fff;
    width: 31%;
    padding: 52px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_2.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear {
    color: #1b1b1b;
    background: #eee;
    padding: 15px;
    width: 96.5%;
    margin-top: 20px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left {
    width: 63%;
    padding-right: 2%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_1 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_left .txt_2 {
    font-size: 17px;
    line-height: 160%;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right {
    background: ;
    color: #fff;
    width: 31%;
    padding: 15px 2%;
    text-align: center;
    line-height: 210%;
    letter-spacing: 1px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_1 {
    font-size: 17px;
}

.servies .center .ul_1.clear .right .r_box .r_list .dl_3.inline_width.clear .sub_right .txt_2 {
    font-size: 24px;
    font-family: 'impact';
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 {
    background:  no-repeat center top;
    min-height: 558px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd {
    float: left;
    width: 190px;
    min-height: 143px;
    margin-right: 26px;
    text-align: center;
    margin-bottom: 21px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .num {
    font-size: 38px;
    font-weight: bold;
    padding-top: 41px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_4 .dl_4.inline_width.clear dd .s_txt {
    font-size: 16px;
}

.sharetitle4 {
    letter-spacing: 1px;
}

.sharetitle4 span {
    font-size: 30px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 {
    padding-top: 60px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear {
    background:  no-repeat center top;
    min-height: 150px;
    margin-top: 20px;
    padding-top: 154px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd {
    float: left;
    padding: 13px 6px;
    margin-right: 11px;
    width: 149px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .bigtxt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smalltxt {
    font-size: 14px;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd .smalltxt span {
    font-weight: bold;
    color: #0c70bb;
}

.servies .center .ul_1.clear .right .r_box .r_list .r_5 .dl_6.inline_width.clear dd.dd_1 {
    color: #fff;
    width: 144px;
}

.pagedh {
    font-size: 22px;
    font-weight: bold;
}

.shareoembox {
    min-height: 827px;
    background:  no-repeat center top;
    padding-top: 88px;
}

.shareoembox .dl_2 dd, .shareoembox .dl_3 dd {
    float: left;
    width: 233px;
    text-align: center;
    padding-top: 177px;
    line-height: 35px;
    font-size: 24px;
    color: #fff;
}

.shareoembox .center .sharetitle {
    color: #fff;
}

.shareoembox .center .sharetitle .one {
    color: #ccc;








    padding-top: 0;
}

.shareoembox .center .dl_2.clear {
    padding-top: 50px;
}

.shareoembox .center .dl_3.clear {
    padding-top: 20px;
}

.xgcase {
    padding-top: 50px;
}

.xgcase .dl_6 dd {
    float: left;
    margin-right: 14px;
    width: 210px;
}

.xgcase .dl_6 dd a, .xgcase .dl_6 dd img {
    display: block;
}

.xgcase .dl_6 dd span {
    line-height: 40px;
    padding: 0 10px;
}

.xgcase .dl_6 dd:nth-child(4) {
    margin-right: 0;
}

.xgcase .dl_6 dd a:hover {
    background: #0c70bb;
    color: #fff;
    font-weight: bold;
}

.share_xg {
    padding-top: 10px;
    margin-bottom: 30px;
}

.share_xg .s_title {
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 28px;
    color: #fff;
}

.in_case {
    padding-top: 10px;
    padding-bottom: 105px;
}

.in_case .left {
    width: 247px;
}

.in_case .right {
    width: 903px;
}

.in_case .right .r_list .item {
    float: left;
    padding-bottom: 26px;
    text-align: center;
    margin: 0 15px;
}

.in_case .right .r_list li:nth-child(3), .in_case .right .r_list li:nth-child(6), .in_case .right .r_list li:nth-child(9), .in_case .right .r_list li:nth-child(12), .in_case .right .r_list li:nth-child(15), .in_case .right .r_list li:nth-child(18), .in_case .right .r_list li:nth-child(21) {
    margin-right: 0;
}

.in_case .right .r_list .item a {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #232b38;
}

.in_case .right .r_list .item a .txt {
    line-height: 48px;
}

.in_case .right .r_list .item a img {
    display: block;
    border: 1px solid #0d0d0d;
}

.in_case .right .r_list .item a:hover {
    color: #0c70bb;
}

.in_case .right .r_list .item a:hover img {
    border: 1px solid #ec0b24;
}

.in_case .center .ul_1.clear {
    padding-top: 30px;
}

.in_case .center .ul_1.clear .right .r_box {
    background: #fff;
    border-radius: 15px;
}

.in_case .center .ul_1.clear .right .r_box .share_rtitle .dl_1.inline_width.clear {
    line-height: 43px;
}

.in_case .right .r_list .l2_ul {
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 25px;
}

.in_case .right .r_list .l2_ul:hover {
    -moz-box-shadow: 1px 4px 10px #ccc;
    -webkit-box-shadow: 1px 4px 10px #ccc;
    box-shadow: 1px 4px 10px #ccc;
}

.in_case .right .r_list .l2_ul .sub_left {
    width: 392px;
}

.in_case .right .r_list .l2_ul .sub_left img {
    display: block;
}

.in_case .right .r_list .l2_ul .sub_right {
    width: 440px;
    padding: 20px 24px;
    padding-bottom: 0;
}

.in_case .right .r_list .l2_ul .sub_right .one {
    min-height: 33px;
    line-height: 33px;
    padding-bottom: 13px;
}

.in_case .right .r_list .l2_ul .sub_right .one a.shenglve {
    font-weight: bold;
    font-size: 24px;
    color: #0c70bb;
}

.in_case .right .r_list .l2_ul .sub_right .one a:hover {
    color: #ffa800;
}

.in_case .right .r_list .l2_ul .sub_right .two {
    color: #888;
    font-size: 16px;
    padding-bottom: 18px;
    line-height: 180%;
    min-height: 130px;
}

.in_case .right .r_list .l2_ul .sub_right .three {
    text-align: right;
}

.in_case .right .r_list .l2_ul .sub_right .time {
    font-size: 14px;
    color: #888;
    float: right;
}

.in_case .right .r_list .l2_ul .sub_right .three a {
    padding: 0 25px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    background: #0c70bb;
    display: inline-block;
    line-height: 38px;
    font-weight: bold;
}

.in_case .right .r_list .l2_ul .sub_right .three a:hover {
    background: #ffa800;
}

.in_case .center .clear .right .title {
    line-height: 35px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.in_case .center .clear .right .title .clear .sub_left {
    background:  no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
}

.in_case .center .clear .right .title .clear .sub_right {
    background:  no-repeat center left;
    padding-left: 20px;
    color: #888;
}

.newshow {
    padding-bottom: 100px;
    padding-top: 13px;
}

.newshow .left {
    width: 238px;
    background-color: #fff;
    padding-bottom: 10px;
}

.newshow .right {
    background-color: #fff;
    padding: 18px;
    padding-bottom: 30px;
}

.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: 30px 23px;
    padding-bottom: 10px;
    background: #fff;
}

.newshow .right .newbox {
    background: #fff;
}

.newshow .right .newbox .box_2 {
}

.newshow .right .newbox .line_2 {
    min-height: 90px;
    text-align: center;
}

.newshow .right .newbox .line_2 h1 {
    font-size: 40px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.newshow .right .newbox .line_2 .two {
    color: #888;
    line-height: 50px;
    padding-top: 20px;
}

.newshow .right .newbox .line_3 {
    color: #111;
    padding: 28px 0;
    min-height: 350px;
}

.newshow .right .newbox .line_3 img {
    max-width: 100%;
    vertical-align: middle;
    padding: 10px;
    border: 1px 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: 19px !important;
    line-height: 220% !important;
    font-family: microsoft yahei !important;
}

.newshow .right .r_box .newbox .box_2 .line_2 .two {
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}

.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-bottom: 100px;
    padding-top: 13px;
}

.in_new .left {
    width: 238px;
    background: #fff;
    padding-bottom: 10px;
}

.in_new .right {
    width: 1018px;
}

.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: 1px solid #ccc;
}

.sharemore {
    text-align: center;
    padding-top: 9px;
}

.sharemore a {
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 17px;
    width: 160px;
}

.in_changfang {
    padding-bottom: 50px;
}

.in_changfang .txtbox {
    padding-top: 20px;
}

.oempage {
    padding-top: 10px;
}

.oempage .box_1 {
    padding-top: 50px;
    padding-bottom: 70px;
}

.oempage .box_1 .center .ul_1.clear {
    background:  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 {
}

.t_logo {
    min-height: 168px;
    background-color: #fff;
}

.t_logo .ul_1 {
}

.t_logo .ul_1 .left {
    color: #010101;
    padding-top: 36px;
}

.t_logo .ul_1 .left img {
    padding-right: 21px;
    vertical-align: top;
}

.t_logo .ul_1 .left .txt.inline .one {
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 3px;
    font-family: microsoft yahei;
}

.t_logo .ul_1 .left .txt.inline .one span {
    font-size: 40px;
    color: #ff6000;
    font-family: 'impact';
    font-weight: normal;
    position: relative;
    top: 5px;
}

.t_logo .ul_1 .left .txt.inline .two {
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 2px;
    letter-spacing: 0.8px;
}

.t_logo .ul_1 .right {
    color: #000;
    padding-top: 45px;
}

.t_logo .ul_1 .right .sub_left .one {
    font-size: 18px;
    line-height: 22px;
    padding-top: 6px;
    letter-spacing: 3px;
    color: #666;
}

.t_logo .ul_1 .right .sub_left .two {
    font-size: 33px;
    font-weight: bold;

    color: #1bab32;
    padding-top: 2px;
}

.t_logo .ul_1 .right .sub_right {
    padding-left: 38px;
    letter-spacing: 1px;
    padding-top: 35px;
    font-size: 13px;
    text-align: center;
}

.t_search {
    padding: 33px 0;
    font-size: 17px;
    line-height: 43px;
}

.t_search .t_searchul {
}

.t_search .t_searchul .left {
    color: #333;
}

.t_search .t_searchul .left a {
}

.t_search .t_searchul .left span {
    color: #ffaa08;
    font-weight: bold;
}

.t_search .t_searchul .right {
    width: 362px;
}

.pro_sharelist {
}

.pro_sharelist .ul_1 {
    width: 1250px;
}

.pro_sharelist .item {
    float: left;
    min-height: 328px;
    width: 328px;
    margin-right: 17px;
    text-align: center;
    margin-bottom: 25px;
    background: #fff;
}

.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-bottom: 38px;
    padding-top: 13px;
}

.in_pro .left {
    width: 238px;
    position: relative;
}

.in_pro .right {
    width: 1018px;
    background-color: #fff;
    padding-bottom: 33px;
    min-height: 800px;
}

.sharerightsmallnav {
    font-size: 19px;
    background: #f8f8f8;
    line-height: 50px;
    text-align: center;
    margin-bottom: 23px;
    border-top: 1px solid #ccc;
    border-left: 1px 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;
    width: 238px;
}

.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;
}

.t_logo .ul_1 .left .txt {
    color: #111;
    padding-top: 9px;
}

.t_logo .ul_1 .right .sub_left {
    line-height: 280%;
    padding-left: 63px;
    background: url(/uploads/image/timages/tel.png) no-repeat center left;
}

.t_logo .ul_1 .right .sub_right .one {
    background:  no-repeat center;
    padding: 10px;
}

.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;
}

.t_logo .ul_1 .left h3 {
    display: inline;
    margin: 0;
    padding: 0;
}

.pagenumber input {
    width: 63px;
    line-height: 34px;
    height: 34px;
    vertical-align: top;
    padding: 0;
    margin: 0;
}

.pagenumber input[type="button"] {
    line-height: 38px;
    height: 38px;
}

.rtitlebox {
    background:  repeat-y;
    padding: 15px 30px;
    border: 1px 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: 410px;
    margin-right: 17px;
}

.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 {
    margin-right: 25px;
}

.t_nav {
    position: relative;
    background-color: #4b831c;
    line-height: 63px;
    font-size: 20px;
    font-weight: bold;
}

.t_nav .box {
}

.t_nav a {
    float: left;
    text-decoration: none;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    width: 11.1%;
}

.t_nav a span {
    display: block;
}

.t_nav a .en {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0;
    color: #dadfe9;
}

.t_nav a .cn {
}

.t_nav a:hover {
    background-color: #ffaa08;
    color: #333;
}

.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;
}

.sharetitle2 {
    text-align: center;
    letter-spacing: 3px;
}

.sharetitle2 .en {
    font-size: 108px;
    text-transform: uppercase;
    letter-spacing: 0;
    filter: alpha(opacity=6);
    -moz-opacity: 0.06;
    opacity: 0.06;
    font-family: 'centuryschlbkcyrillicbt';
    z-index: 0;
}

.sharetitle2 .cn {
    font-size: 61px;
    font-weight: bold;
    color: #000;
    padding-bottom: 13px;
    font-family: microsoft yahei, arial, tahoma, hiragino sans gb, sans-serif,'noto sans myanmar';
}

.sharetitle2 .cn font {
    color: #ffa200;
    font-family: 'bahnschrift';
    font-size: 83px;
    position: relative;
    top: 5px;
    padding-right: 8px;
}

.sharetitle2 .one {
    font-size: 31px;
    padding-bottom: 28px;
}

.sharetitle2 .one span {
    color: #e95311;
}

.sharetitle2 .cn .sbox {
    display: inline-block;
    border-bottom: 1px dashed #87cde0;
    padding: 0 10px;
    padding-bottom: 5px;
}

.sharetitle2 .cn h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 25px;
}

.sharetitle .txtbox {
    background:  no-repeat center left;
    padding-left: 70px;
    display: inline-block;
}

.sharetitle .cn img {
    vertical-align: bottom;
}

.case .center .tel_ys {
    color: #0c70bb;
    font-size: 17px;
    text-align: center;
    text-indent: 50px;
    padding-top: 5px;
    min-height: 30px;
}

.case .center .tel_ys span {
    font-size: 23px;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.case .center .sbox {
    padding-top: 24px;
}

.case .center .sbox a {
    float: left;
    margin-right: 18px;
    padding-top: 26px;
    background:  no-repeat;
}

.case .center .sbox a:nth-child(3) {
    margin-right: 0;
}

.case .center .sbox a .one {
    margin-bottom: 5px;
    width: 388px;
    height: 374px;
    overflow: hidden;
    position: relative;
}

.case .center .sbox a .one .box {
    position: absolute;
    top: 374px;
    padding: 30px;
}

.case .center .sbox a:hover .one .box {
    top: 0;
}

.case .center .sbox a .one .box .box2 {
    background: rgba(255,255,255,0.88);
    height: 316px;
    padding: 0px 19px;
    display: table-cell;
    vertical-align: middle;
}

.case .center .sbox a .one .box .box2 .s_1 {
    text-align: center;
    font-size: 23px;
    color: #0c70bb;
    font-weight: bold;
    padding-bottom: 13px;
    background:  no-repeat center bottom;
}

.case .center .sbox a .one .box .box2 .s_2 {
    font-size: 17px;
    line-height: 190%;
    padding-top: 16px;
}

.case .center .sbox a .two {
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    background: #0c70bb;
    text-align: center;
}

.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: 21px;
    vertical-align: top;
}

.noinfor a {
    font-weight: bold;
    color: #cf0013;
}

.pro_sharelist .item .hdbox {
    width: 328px;
    height: 328px;
    overflow: hidden;
}

.pro_sharelist .item a img {
    width: 328px;
    height: 328px;
}

.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);
}

.youshi {
    padding: 130px 0;
}

.youshi .content {
    padding-top: 98px;
    background: url(/uploads/image/timages/ys.jpg) no-repeat center top;
    min-height: 2321px;
    background-color: #fff;
}

.youshi .content .line_1 {
    min-height: 657px;
}

.youshi .content .line_2 {
    min-height: 608px;
    padding-left: 728px;
}

.youshi .content .line_3 {
    min-height: 651px;
    padding-right: 700px;
}

.youshi .content .line_4 {
    min-height: 290px;
    padding-left: 726px;
}

.youshi .content .bigtxt {
    padding-bottom: 29px;
    letter-spacing: 1px;
}

.youshi .content .bigtxt .s1 {
    font-size: 60px;
    font-weight: bold;
    font-family: microsoft yahei, arial, tahoma, hiragino sans gb, sans-serif,'noto sans myanmar';
    letter-spacing: 3px;
}

.youshi .content .bigtxt .s2 {
    font-size: 38px;
    text-transform: uppercase;
}

.youshi .content .smalltxt {
    font-size: 23px;
    line-height: 123%;
    padding: 13px 0;
    padding-left: 35px;
    background:  no-repeat center left;
    background-position-y: 13px;
    color: #333;
    /* letter-spacing: 1px; */
}

.youshi .content .smalltxt span {
    color: #ff0000;
}

.youshi .content .line_2 .bigtxt {
    padding-bottom: 35px;
}

.youshi .content .line_4 .bigtxt {
}

.about {
    padding: 60px 0;
    background: url(/uploads/image/timages/about.jpg) no-repeat center top;
    min-height: 823px;
    background-color: #f6f6f6;
    padding-bottom: 100px;
}

.about .content {
    padding: 18px;
    padding-top: 68px;
}

.about .content .ul_1 {
}

.about .content .left {
    width: 782px;
}

.about .content .right {
    width: 410px;
}

.about .content .right .one {
}

.about .content .right .one .cn {
    font-size: 25px;
    font-weight: bold;
}

.about .content .right .one .en {
    font-size: 15px;
}

.about .content .right .two {
    padding-top: 13px;
}

.about .content .right .two p {
    margin: 0 !important;
    padding: 8px 0 !important;
}

.about .content .right .two, .about .content .right .two p, .about .content .right .two span {
    font-size: 18px !important;
    line-height: 180% !important;
}

.about .content .right .three {
    padding-top: 10px;
    text-align: right;
}

.about .content .right .three a {
    display: inline-block;
    line-height: 38px;
    background-color: #072fa8;
    color: #fff;
    padding: 0 18px;
}

.f_feedback {
    min-height: 520px;
    background: url(/uploads/image/timages/fb.jpg) no-repeat center top;
    padding-top: 60px;
    margin-bottom: 30px;
}

.f_feedback .content {
    background: #fff;
    padding: 38px 30px;
}

.f_feedback .content .left {
    width: 623px;
    font-size: 53px;
    font-weight: bold;
    line-height: 68px;
    font-family: microsoft yahei, arial, tahoma, hiragino sans gb, sans-serif,'noto sans myanmar';
    padding-top: 39px;
    text-align: center;
}

.f_feedback .content .right {
    width: 563px;
    font-size: 30px;
}

.f_feedback input[type="text"], .f_feedback textarea {
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px;
    width: 97.5%;
    font-size: 16px;
    background: none;
    /* border: 1px solid #e0e0e0; */
}

.f_feedback input[type="text"] {
    height: 75px;
    line-height: 75px;
    text-indent: 10px;
    font-size: 30px;
    margin-bottom: 10px;
    background: #eee;
}

.f_feedback textarea {
    display: inline-block;
    min-height: 116px;
    padding-top: 11px;
    padding-left: 15px;
}

.f_feedback input.bt_1, .f_feedback input.bt_2 {
    text-align: center;
    width: 137px;
    line-height: 35px;
    cursor: pointer;
    font-size: 17px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    height: 35px;
    border: 0;
}

.f_feedback input.bt_1 {
    line-height: 60px;
    height: 60px;
    font-size: 33px;
    width: 100%;
    color: #fff;
}

.f_feedback .left .tel {
    font-size: 43px;
    color: #fff;
    line-height: 75px;
    background: url(/uploads/image/timages/tel2.jpg) no-repeat center left;
    padding-left: 105px;
    letter-spacing: 5px;
    font-weight: normal;
    margin-left: 48px;
    text-align: left;
}

.f_feedback .left .tel .txt {
    font-size: 31px;
}

.f_feedback .content .left .one {
}

.f_feedback .content .left .one .two {
}

.f_feedback .content .left .two {
    padding: 10px 0;
    letter-spacing: 3px;
    padding-bottom: 39px;
}

.f_feedback .content .right .bt {
    padding-top: 23px;
}

.fast {
    padding-bottom: 50px;
}

.friendlink {
    padding-bottom: 10px;
}

.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-top: 13px;
}

.proshow .left {
    width: 238px;
}

.proshow .right {
    width: 998px;
}

.proshow .right .content .r_1 {
    padding-bottom: 33px;
}

.proshow .right .content .r_1 .clear .sub_right {
    width: 583px;
}

.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: 19px !important;
}

.proshow .right .content .r_1 .sub_right .canshu td {
    border-top: 1px solid #999 !important;
    border-left: 1px solid #999 !important;
    padding: 3px 13px !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;
}

.proshow .right .content .r_1 .sub_right .bt a, .proshow .right .content .r_1 .sub_right .bt .sharetel {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #fff;
    line-height: 45px;
    border-radius: 100px;
    padding: 0 25px;
    font-weight: bold;
    padding-bottom: 2px;
}

.proshow .right .content .r_1 .sub_right .bt .sharetel span {
    font-size: 33px;
    position: relative;
    top: 3px;
}

.prosharebox {
    padding: 23px 0;
}

.pro_sharetitle {
    line-height: 48px;
    background: url(/uploads/image/timages/partico.png) no-repeat center left;
    padding-left: 30px;
    border-bottom: 1px solid #999;
}

.pro_sharetitle .en {
    font-size: 20px;
    text-transform: uppercase;
    color: #aaa;
    margin-left: 10px;
}

.pro_sharetitle .cn {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.pro_sharetxt {
    padding-top: 20px;
    color: #333;
    font-size: 16px;
    line-height: 200%;
}

.pro_sharetxt p {
    margin: 0 !important;
    padding: 5px 0 !important;
}

.pro_sharetxt, .pro_sharetxt p, .pro_sharetxt span, .pro_sharetxt font {
    color: #333 !important;
    font-size: 18px !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;
}

.in_new .shareprobox .item {
    width: 278px;
    margin-bottom: 27px;
    margin-right: 10px;
}

.in_new .shareprobox .item img {
    width: 278px;
    height: 278px;
}

.in_new .shareprobox .item .hdbox {
    width: 278px;
    height: 278px;
    overflow: hidden;
}

.in_new .shareprobox .item:nth-child(3), .in_new .shareprobox .item:nth-child(6), .in_new .shareprobox .item:nth-child(9), .in_new .shareprobox .item:nth-child(12), .in_new .shareprobox .item:nth-child(15), .in_new .shareprobox .item:nth-child(18), .in_new .shareprobox .item:nth-child(21) {
    margin-right: 0;
}

.shareprobox .item .txt {
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    line-height: 39px;
    padding-top: 9px;
}

.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 {
    background:  no-repeat center top;
    min-height: 636px;
}

.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;
}

.ipro {
    padding: 90px 0;
}

.ipro .content {
    padding-top: 33px;
}

.pronav {
}

.pronav .box {
    float: left;
    margin-right: 23px;
}

.pronav .box .sub_left {
}

.pronav .box .sub_left a {
    display: block;
    width: 223px;
    min-height: 182px;
    text-align: center;
    color: #fff;
    padding-top: 68px;
    line-height: 220%;
    cursor: pointer;
}

.pronav .box .sub_left a span {
    display: block;
}

.pronav .box .sub_left a .cn {
    font-size: 36px;
    font-weight: bold;
    padding-top: 60px;
    background: url(/uploads/image/timages/proico.png) no-repeat center top;
}

.pronav .box .sub_left a .en {
    font-size: 12px;
    text-transform: uppercase;
    /* font-weight: bold; */
}

.pronav .box:last-child {
    margin-right: 0;
}

.pronav .box .sub_right {
    width: 560px;
    background: #f0f0f0;
    font-size: 20px;
    min-height: 250px;
}

.pronav .box .sub_right a {
    float: left;
    width: 160px;
    line-height: 57px;
    text-align: center;
    border: 1px solid #ccc;
    /* border-left: 0; */
    /* border-top: 0; */
}

.pronav .box .sub_right .smallnav {
    padding: 36px;
    width: 488px;
}

.pronav .box:first-child {
}

.pronav .box:first-child .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-position-y: 8px;
}

.pronav .box .sub_right a:hover {
    color: #679e48;

}

.shareprobox {

    padding-top: 38px;
}

.shareprobox .item:nth-child(3),.shareprobox .item:nth-child(6) {
    margin-right: 0;
}

.ad {

    min-height: 227px;
    background: url(/uploads/image/timages/ad.jpg) no-repeat center top;
    color: #fff;
}

.ad .left {
    font-size: 28px;
    letter-spacing: 1px;
    padding-top: 8px;
}

.ad .right {
    width: 375px;
    padding-right: 18px;
    text-align: center;
}

.ad .right .two {
    font-size: 43px;
    letter-spacing: 2px;
    color: #000;
    padding-top: 9px;
    font-weight: bold;
}

.ad .left .s1 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0px;
    text-shadow: 3px 3px 2px #666;
}

.ad .left .s2 {
    font-size: 25px;
    padding-top: 5px;
    text-shadow: 2px 2px 2px #666;
}

.ad .ul_1 {
    padding-top: 50px;
}

.ad .right .one {
    font-size: 38px;
    font-weight: bold;
    text-shadow: 3px 3px 2px #666;
}

.youshi .sharetitle2 {
    margin-bottom: 28px;
}

.case {
}

.case .content {
    font-size: 16px;
    padding-top: 23px;
}

.case .stitle {
    padding-top: 10px;
    text-align: center;
}

.case .stitle dd {
    width: 208px;
    float: left;
    display: block;
    margin-right: 6px;
}

.case .stitle dd a {
    display: block;
    color: #fff;
    text-align: center;
    min-height: 88px;
}

.case .content .left {
    width: 770px;
    background-color: #f2f2f2;
    min-height: 616px;
}

.case .content .right {
    width: 463px;
    background-color: #f2f2f2;
    min-height: 616px;
}

.case .stitle .dl_2 {
}

.case .content .left .s2 {
    font-size: 30px;
    color: #072fa8;
    padding: 6px 18px;
    padding-top: 13px;
}

.case .content .left .s3 {
    padding: 10px 18px;
    line-height: 180%;
    padding-top: 0;
    font-size: 17px;
}

.case .content .left .s1 {
}

.case .content .left .s1 img {
    vertical-align: middle;
}

.case .content .right .two {
    padding: 18px;
}

.case .content .right .two dl {
    background-color: #fff;
    margin-bottom: 23px;
}

.case .content .right .two .s_left {
    width: 120px;
    border-right: 1px solid #eee;
    color: #072fa8;
    text-align: center;
    padding: 15px 0;
}

.case .content .right .two .s_right {
    width: 280px;
    padding: 13px 0;
    padding-right: 10px;
    text-align: justify;
}

.case .content .right .two .s_left .s1 {
    font-size: 66px;
    font-family: 'impact';
    letter-spacing: 6px;
    line-height: 66px;
}

.case .content .right .two .s_left .s2 {
    font-size: 23px;
    letter-spacing: 1px;
}

.case .content .right .two .s_right a {
    font-size: 22px;
    font-weight: bold;
}

.case .content .right .two .s_right .txt {
    padding-top: 5px;
    font-size: 16px;
    color: #666;
    line-height: 138%;
}

.case .content .right .two dl:last-child {
    margin-bottom: 0;
}

.case .content .right .two .s_right a:hover {
    color: #072fa8;
}

.case .stitle dd a .en {
    font-size: 15px;
    text-transform: uppercase;
}

.case .stitle dd a span {
    display: block;
}

.case .stitle dd a .cn {
    font-size: 25px;
    padding-top: 15px;
    font-weight: bold;
    padding-bottom: 1px;
}

.case .stitle dd:last-child {
    margin-right: 0;
}

.case .stitle dd a:hover {
    background: #ffaa08;
    color: #000;
}

.case .content .list {
    position: relative;
    padding: 0 8%;
    padding-top: 300px;
    min-height: 265px;
}

.case .content .list .pic {
    position: absolute;
    left: 0;
    top: 0;
}

.case .content .list dl {
    z-index: 3;
    position: relative;
    background: #fff;
    padding: 28px;
    border-radius: 8px;
}

.case .content .list .s1 {
    font-size: 23px;
    font-weight: bold;
}

.case .content .list .s2 {
    padding: 13px 0;
    line-height: 160%;
}

.case .content .list .s3 {
    text-align: right;
}

.case .content .list .s3 a {
    display: inline-block;
    background: #538a28;

    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 15px;
}

.case .content .list .s3 a:hover {
    background: #ffaa08;

    color: #000;
}

.hezuo .content dd {
    float: left;
    border-right: 0;
    width: 182px;
    text-align: center;
    line-height: 160%;
}

.hezuo .content dd:last-child {
    width: 183px;
}

.hezuo .content dd img {
    border: 1px solid #333;
}

.hezuo .content dd .cn {
    font-size: 21px;
    font-weight: bold;
    padding-top: 10px;
}

.hezuo .content dd .en {
    font-size: 13px;
    text-transform: uppercase;
}

.hezuo .content dd:first-child {
    margin-left: 2px;
}

.f_feedback .content .left span,.f_feedback .content .left strong {
    color: #528926;
}

.f_feedback .content .right .three {
    line-height: 85px;
}

.f_feedback .content .right .three .sub_left {
    border-right: 10px solid #fff;
    width: 200px;
    text-align: right;
    background: #eee;
}

.f_feedback .content .right .three .sub_right {
    width: 353px;
}

.f_feedback .content .right .three .sub_left div {
    margin-bottom: 10px;
}

.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 .two {
    text-align: right;
    padding-top: 10px;
}

.aboutbox {
}

.aboutbox li:nth-child(2) {
    background: #fff;
    font-size: 21px;
    padding: 33px 28px;
    line-height: 200%;
}

.aboutbox li p {
    margin: 0 !important;
    padding-bottom: 16px;
}

.aboutbox li:nth-child(1) {
    margin-bottom: 23px;
}

.about .two a {
    padding: 10px 20px;
    color: #fff;
    border-radius: 7px;
    font-size: 18px;
}

.aboutbox .one {
    text-align: justify;
}

.new {
    background-color: #f6f6f6;
    padding-bottom: 100px;
}

.new .content {
    padding-top: 23px;
}

.new .content li {
    float: left;
    width: 602px;
}

.new .content li .one {
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
}

.new .content li .two {
    padding-bottom: 38px;
}

.new .content li .three {
    font-size: 20px;
    padding: 6px 0;
    background: url(/uploads/image/timages/line.png) repeat-x center;
    line-height: 33px;
}

.new .content li .one .sub_left {
    font-size: 26px;
}

.new .content li .one .sub_right {
    padding-top: 3px;
}

.new .content li .one .sub_right a {
    padding: 5px 13px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}

.new .content li .two .s1 {
}

.new .content li .two img {
    vertical-align: middle;
}

.new .content li .two .s2 {
    font-size: 28px;
    font-weight: bold;
    padding: 13px 0;
}

.new .content li .two .s3 {
    font-size: 20px;
    line-height: 160%;
    text-align: justify;
}

.new .content li .two .s4 {
    padding: 10px 0;
    text-align: right;
}

.new .content li .two .s4 a {
    color: #fff;
    padding: 8px 23px;
    font-size: 16px;
    border-radius: 5px;
}

.new .content li .two .s2 a {
}

.new .content li .three .sub_left {
    padding-right: 15px;
}

.new .content li .three .sub_right {
    color: #888;
    font-size: 19px;
    padding-left: 15px;
}

.new .content li .three .sub_left a {
}

.new .content li .three dd {
    background: #f6f6f6;
}

.new .content li:last-child {
    float: right;
}

.new .content li .one .sub_right a:hover {
    background: #ffaa08;
    color: #333;
}

.new .content li .two .s4 a:hover {
    background: #ffaa08;
    color: #333;
}

.f_contact {
    padding: 38px 0;
    font-size: 16px;
    color: #fff;
}

.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;
}

.bq {
    line-height: 45px;
    font-size: 16px;
}

.bq a {
}

.bq span, .bq p {
    color: #333 !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.bq li:first-child {
    width: 48%;
    padding-right: 3%;
}

.bq li:last-child {
}

.dh {
    padding-bottom: 18px;
    color: #333;
}

.lcontact .s2 {
    padding-top: 5px;
}

.in_pro .right .stitle {
    color: #fff;
    padding: 23px 36px;
    width: 946px;
    margin-bottom: 23px;
}

.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: 16.6666%;
}

.sharerightsmallnav li a {
    display: block;
    border: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    color: #111;
}

.sharerightsmallnav li a:hover,.sharerightsmallnav li a.subcurnav {
    background: #ffaa08;
}



.proshow .right .content .r_1 .sub_right h1 {
    text-align: center;
    font-size: 31px;
    padding: 10px 0;
    display: block;
}

.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: 17px;
    text-align: center;
    line-height: 50px;
}

.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;
}

.prosharebox.r_3 {
}

.prosharebox.r_3 .tedian {
    min-height: 480px;
    position: relative;
    line-height: 62px;
    background-size: 262px auto !important;
    background-position-x: 377px !important;
}

.prosharebox.r_3 .tedian dd {
    width: 243px;
    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: 100px;

    text-align: center;
    color: #fff;
    font-size: 26px;
    position: absolute;
    text-transform: uppercase;
}

.prosharebox.r_3 .tedian dd:nth-child(1) {
    top: 116px;
    left: 88px;
}

.prosharebox.r_3 .tedian dd:nth-child(2) {
    top: 116px;
    left: 683px;
}

.prosharebox.r_3 .tedian dd:nth-child(3) {
    top: 210px;
    left: 90px;
}

.prosharebox.r_3 .tedian dd:nth-child(4) {
    top: 210px;
    left: 683px;
}

.prosharebox.r_3 .tedian dd:nth-child(5) {
    top: 303px;
    left: 90px;
}

.prosharebox.r_3 .tedian dd:nth-child(6) {
    top: 303px;
    left: 683px;
}

.pagedh span {
    color: #679e48;
}

.dh a {
    color: #333;
}

.in_contact .ul_1 {
    background: #f6f6f6;
    padding: 50px;
    width: 1180px;
}

.in_contact .ul_1 li {
    width: 266px;
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
    min-height: 100px;
    padding: 0 28px;
    line-height: 200%;
    padding-top: 93px;
}

.in_contact .ul_1 li .s1 {
    font-size: 25px;
    padding-bottom: 6px;
}

.in_contact .ul_1 li .s2 {
    font-size: 22px;
    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: 0;
    padding-right: 0;
    padding-left: 0;
}

.in_contact .ul_1 li:first-child {
    padding-left: 0;
    padding-right: 0;
}

.in_contact .ul_1 li:nth-child(1) {
    background: url(/uploads/image/timages/ico_01.png) no-repeat center top;
}

.in_contact .ul_1 li:nth-child(2) {
    background: url(/uploads/image/timages/ico_02.png) no-repeat center top;
}

.in_contact .ul_1 li:nth-child(3) {
    background: url(/uploads/image/timages/ico_03.png) no-repeat center top;
}

.in_contact .ul_1 li:nth-child(4) {
    background: url(/uploads/image/timages/ico_04.png) no-repeat center top;
}

.mapbox {
    padding: 30px 0;
    padding-bottom: 100px;
}

.case_sharelist {
    padding-top: 13px;
}

.sharecaseitem {
    margin-bottom: 28px;
    background: #f8f8f8;
}

.sharecaseitem .sub_left {
    width: 369px;
}

.sharecaseitem .sub_right {
    width: 590px;
    padding-top: 20px;
    padding-right: 28px;
}

.sharecaseitem .sub_left img {
    width: 369px;
    height: 238px;
    vertical-align: middle;
}

.sharecaseitem .sub_right .one {
    font-size: 26px;
    font-weight: bold;
}

.sharecaseitem .sub_right .two {
    font-size: 18px;
    padding: 10px 0;
    line-height: 180%;
    text-align: justify;
    color: #666;
    min-height: 110px;
}

.sharecaseitem .sub_right .three {
    font-size: 19px;
    /* font-weight: bold; */
    line-height: 33px;
}

.sharecaseitem .sub_right .one a {
    color: #111;
}

.sharecaseitem .sub_right .three dd {
    float: left;
    width: 33.3333%;
}

.sharecaseitem .sub_right .three dd:last-child {
    text-align: right;
}

.sharecaseitem .sub_right .three dd:last-child a {
    color: #fff;
    padding: 10px 23px;
    font-size: 16px;
    border-radius: 8px;
}

.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;
}

.mainbox {
    margin-bottom: 39px;
}

.share_xg .s_title dd {
    display: inline-block;
    border-radius: 5px;
    padding: 0 8px;
}

.share_xg .s_title dd span {
    display: block;
    padding-left: 50px;
    background: url(/uploads/image/timages/ico2.png) no-repeat center left;
    background-position-x: 18px;
}

.share_xg .xgprobox dd:last-child {
    margin: 0;
}

.typenew {
}

.typenew a {
    font-size: 21px;
    min-height: 113px;
    text-align: center;

    color: #fff;
    margin-bottom: 10px;
}

.typenew a span {
    display: block;
}

.typenew a .cn {
    font-size: 33px;
    font-weight: bold;
    padding-top: 22px;
}

.typenew a .en {
    font-size: 19px;
    text-transform: uppercase;
}

.typenew a:hover,.typenew a.cnav {
    background: #ffaa08;
    color: #111;
}

.in_about {
    padding-bottom: 100px;
    padding-top: 10px;
}

.in_about .line_1 {
    background: url(/uploads/image/timages/about6.jpg) no-repeat center top;
    min-height: 922px;
    padding-top: 60px;
}

.in_about .line_1 .scontent {
    color: #333;
    padding-left: 655px;
    padding-top: 30px;
    text-align: justify;
}

.in_about .line_1 .scontent p {
    margin: 0 !important;
    padding-bottom: 18px !important;
}

.in_about .line_1 .scontent, .in_about .line_1 .scontent p, .in_about .line_1 .scontent span {
    font-size: 20px !important;
    line-height: 180% !important;
    color: #333 !important;
}

.in_about .line_1 .stitle {
    padding-left: 655px;
}

.in_about .line_1 .stitle .cn {
    font-size: 52px;
    font-weight: bold;
    font-family: microsoft yahei, arial, tahoma, hiragino sans gb, sans-serif,'noto sans myanmar';
}

.in_about .line_1 .stitle .en {
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    padding-left: 10px;
}

.in_about .line_1 .stitle .cn span {
}

.in_about .line_1 .stitle .cn,.in_about .line_1 .stitle .en {
    display: inline-block;
}


.in_about .line_1 .dl_3 {
    padding-left: 120px;
    width: 1160px;
    line-height: 330%;
    padding-top: 38px;
}

.in_about .line_1 .dl_3 dd {
    float: left;
    width: 20%;
    text-align: center;
}

.in_about .line_1 .dl_3 dd .s1 {
    font-size: 30px;
    color: #333;
}

.in_about .line_1 .dl_3 dd .s2 {
    font-size: 43px;
    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;
}

.in_about .line_1 .dl_3 dd .s2 span {
    font-size: 29px;
}

.in_about .line_2 {
    background: url(/uploads/image/timages/about5.jpg) no-repeat center top;
    min-height: 780px;
}

.new .content li .two:nth-child(2) {
    display: none;
}

.newshow .right .newbox .line_2 .two dd {
    display: inline-block;
    margin-right: 160px;
}

.newshow .right .newbox .line_2 .two dd:last-child {
    margin: 0;
}

.videoshow {}

.videoshow .videoshowpic {
    height: 720px;
}



.prosharebox.r_3 .tedianbox {
    background: url(/uploads/image/timages/xqbj.jpg) no-repeat center top;
}

.prosharebox.r_4 td {
    border: 1px solid #aaa!important;
    padding: 15px !important;
}