.xw {
    font-size:14px;
    line-height:30px;
    text-indent:2em
}
/*样式初始化及公共样式部分lpm*/
    body {
    color: #666;
    font-size: 12px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
a {
    color: #666;
    text-decoration: none;
}
/*定义全局链接颜色lpm*/
    a:hover {
    color: #ed6c00;
    text-decoration: none;
    border-bottom-style:
}
/*定义全局链接鼠标滑过颜色lpm*/
    div,ul,li,span,p,img,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}
/*主要标签的样式初始化lpm*/
    .clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}
/*清除左右浮动lpm*/
    .fl {
    float: left;
}
/*定义左浮动lpm*/
    .fr {
    float: right;
}
/*定义右浮动lpm*/
    .cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}
/*定义标签调用图片的边框样式lpm*/
    .cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}
/*定义鼠标经过时边框的变化效果lpm*/
    #copy {
    display: none;
}
/*隐藏后台自带版权DIVlpm*/
    .box {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    min-width: 1100px;
}
/*定义版面统一宽度lpm*/
    .font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.t {
    text-align: center;
    height:70px;
}
.t p {
    font-size: 24px;
    color:#0054aa;
    font-weight: bold;
    line-height: 40px;
    background: url(../image/20170531162328_178883119.jpg) no-repeat center;
}
.t b {
    font-size: 24px;
    color: #444;
}
@font-face {
    font-family: 'iconfont';
    /* project id 287506*/
    src: url('http://at.alicdn.com/t/font_5ab9xb6e2l3ow29.eot');
    src: url('http://at.alicdn.com/t/font_5ab9xb6e2l3ow29.eot?#iefix') format('embedded-opentype'), url('http://at.alicdn.com/t/font_5ab9xb6e2l3ow29.woff') format('woff'), url('http://at.alicdn.com/t/font_5ab9xb6e2l3ow29.ttf') format('truetype'), url('http://at.alicdn.com/t/font_5ab9xb6e2l3ow29.svg#iconfont') format('svg');
}
.iconfontyyy {
    font-family:"iconfont" !important;
    display: block;
    float: left;
    font-size:50px;
    font-style:normal;
    color:#ba251e;
    padding:0 10px 0 60px;
    line-height:94px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.case_d .convert .tab a.on i.iconfontyyy {
    color:#fff;
}
/*抬头*/
    .top_bg {
    width: 100%;
    height:97px;
    margin: 0 auto;
    background: url(../image/20170531155955_1868126852.jpg) no-repeat right bottom;
}
.top {
    height: 97px;
    color: #666;
}
.top_r {
    width: 780px;
}
.logo {
    padding-top: 16px;
    padding-right: 22px;
}
.top_t {
    height: 47px;
    line-height: 47px;
}
.top_t span {
    padding-left: 8px;
}
.top_t span b {
    color: #e11015;
    font-size: 14px !important;
}
.top_t b {
    font-size: 14px;
    color: #e11015;
    padding-right:8px;
}
/*导航*/
    .nav {
    height: 50px;
    background:#0054aa url(../image/20170531160941_183679277.jpg) no-repeat center left;
}
.nav li {
    position: relative;
    width: 96px;
    border-right: 1px #036fdd solid;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
}
.nav li a {
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    color: #fff;
    font-size: 14px;
    display: block;
}
.nav li a:hover {
    color: #ff0;
}
.nav .a_nav a {
    color: #ff0;
    transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.menu ul {
    width: 121px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9999;
    opacity: 0;
    background: #ba251e;
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
.menu li:hover > ul {
    opacity: 1;
}
.menu ul li {
    height: 0;
    width: 100%;
    overflow: hidden;
    background: none;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.menu li:hover > ul li {
    height: 40px;
    line-height: 40px;
    overflow: visible;
}
.menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    text-align:center;
    font-size: 14px;
    color:#fff;
}
.menu ul li a:hover {
    background:#e53128;
    color:#fff;
}
.menu ul li:last-child a {
    border: none;
}
.menu ul li table {
    width: 100% !important;
}
.menu ul li.cpzx td {
    width:100%;
    height: 0;
    overflow: hidden;
    background: #045FBB;
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.menu li:hover > ul li.cpzx td {
    display: block;
    height: 41px;
    line-height: 40px;
    overflow: visible;
}
.menu ul li.cpzx a {
    border-bottom: 1px solid #83AFDE;
    height:40px;
    text-align: left;
    padding-left: 25px;
    width: 175px;
}
.menu ul li.cpzx a:hover {
    background:#E6212A;
    color:#fff;
}
.menu li:hover ul li.cpzx {
    height:auto;
}
/*幻灯片*/
    #banners {
    height:500px !important;
    position: relative;
}
.box_skitter .image img {
    height:500px !important;
}
.box_skitter .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {
    background:#117fbe !important;
}
.box_skitter .info_slide_dots .image_number {
    border:1px solid #fff !important;
}
.banners_n {
    height:300px !important;
    position: relative;
}
box_skitter_n .image img {
    height:300px !important;
}
box_skitter_nr .info_slide_dots .image_number_select, .box_skitter .info_slide_dots .image_number_select:hover {
    background:#117fbe !important;
}
box_skitter_n .info_slide_dots .image_number {
    border:1px solid #fff !important;
}
/*内页幻灯片*/
    .focus_n {
    width: 100%;
    min-width: 1100px;
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 9
}
.focus_n ul {
    height: 100%;
    position: absolute;
}
.focus_n ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #000;
}
.focus_n ul li div {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.focus_n .btnBg {
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
    display: none;
}
.focus_n .btn {
    position: absolute;
    width: 952px;
    padding-right: 50px;
    height: 23px;
    margin-left: -501px;
    left: 50%;
    bottom: 15px;
    text-align: right;
}
.focus_n .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}
.focus_n .btn span.on {
    background: #fff;
}
.focus_n .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 110px;
    background: url(../image/sprite.png) no-repeat 0 0;
    cursor: pointer;
    display: none;
}
.focus_n .pre {
    left: 0;
}
.focus_n .next {
    right: 0;
    background-position: right top;
}
.top20 {
    padding-top: 20px;
}
.top30 {
    padding-top: 30px;
}
.top10 {
    padding-top: 10px;
}
.top40 {
    padding-top: 40px;
}
.top50 {
    padding-top: 50px;
}
/*产品*/
    .convert2 {
    width:1100px;
    height:570px;
    margin:0 auto;
}
.convert2 .tab {
    width:207px;
    height:361px;
}
.convert2 .tab a {
    display:block;
    color:#333;
    font-size:16px !important;
    line-height: 106px;
    width:156px;
    height:104px;
    border: 1px #eee solid;
    border-top: 0;
    padding-left: 40px;
}
.convert2 .tab a.on {
    width:168px;
    color:#fff;
    border: 0;
    background:#0054aa url(../image/20170531164914_1543063448.jpg) no-repeat right;
}
.convert2 .content {
    overflow:hidden;
    width:871px;
    height:570px;
    position:relative;
}
.convert2 .content ul {
    position:absolute;
    left:0;
    top:0;
    height:570px;
    width:5000px !important;
}
.convert2 .content li {
    float:left;
    width:871px;
    height:570px;
}
.tab_t {
    width:198px;
    height: 108px;
    color: #fff;
    text-align: center;
    line-height: 94px;
    font-size: 26px;
    margin-bottom: 1px;
    background:url(../image/20170531165134_1447735077.jpg) no-repeat center;
}
.prod_w {
    width: 871px;
}
.prod_wl {
    width: 528px;
    height: 361px;
}
.prod_wr {
    width: 263px;
    height: 301px;
    padding: 30px 40px;
    background: #0054aa;
    color: #fff;
}
.prod_wr p {
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    line-height: 34px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.prod_wr span {
    font-size: 14px;
    line-height: 22px;
}
.prod_wr font {
    font-size: 14px;
    line-height: 30px;
}
.prod_wr a {
    color: #fff;
}
.prod_wr a:hover {
    color: #ff0;
}
.prod_d {
    height:220px;
    margin-top:10px;
}
.prod_d table td {
    padding-left:0 !important;
}
.prod_d table td img {
    width: 204px !important;
    margin-right: 10px;
}
/*优势*/
    .adv_bg {
    width: 100%;
    height: 973px;
    background: url(../image/20170531173908_440796185.jpg) no-repeat center;
}
.adv_t {
    text-align: center;
    padding-top: 90px;
}
.adv_w {
    width: 409px;
    height: 259px;
    margin-bottom: 22px;
    padding: 40px 60px 0 71px;
    cursor: pointer;
    position: relative;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 0.5s;
    -ms-transition:all 1s;
    transition:all 1s;
    overflow: hidden;
}
.adv_w:hover {
    overflow: visible;
}
.adv_w1 {
    background: url(../image/20170531174820_1795239888.jpg) no-repeat center;
}
.adv_w2 {
    background: url(../image/20170531175007_63018855.jpg) no-repeat center;
}
.adv_w3 {
    background: url(../image/20170531175021_1218393877.jpg) no-repeat center;
}
.adv_w4 {
    background: url(../image/20170531175035_1830030404.jpg) no-repeat center;
}
.adv_w p,.adv_ww p {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    padding-bottom: 50px;
}
.adv_w span,.adv_ww span {
    font-size: 14px;
    line-height: 30px;
}
.adv_ww {
    width:0;
    height: 259px;
    z-index: 9;
    position: absolute;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
.adv_w:hover .adv_ww {
    width: 409px;
    height: 259px;
    padding: 40px 620px 0 71px;
}
.adv_ww1,.adv_ww3 {
    top:0;
    left:-1000px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
.adv_ww2,.adv_ww4 {
    top:0;
    right:-1000px;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
    -o-transition:all 1s;
    -ms-transition:all 1s;
    transition:all 1s;
}
.adv_w:hover .adv_ww1,.adv_w:hover .adv_ww3 {
    top:0;
    left:0;
}
.adv_w:hover .adv_ww2,.adv_w:hover .adv_ww4 {
    top:0;
    right:0;
}
.adv_ww1 {
    background: url(../image/20170608142907_882537476.jpg) no-repeat center;
}
.adv_ww2 {
    background: url(../image/20170608115312_37467005.jpg) no-repeat center;
}
.adv_ww3 {
    background: url(../image/20170531182704_1505116775.jpg) no-repeat center;
}
.adv_ww4 {
    background: url(../image/20170531182718_1333113359.jpg) no-repeat center;
}
/*简介*/
    .com_l img {
    border: 4px #eee solid;
}
.com_r {
    width: 580px;
    padding: 20px 14px 0 0;
    font-size: 14px;
    line-height: 30px;
}
.com_t {
    margin-bottom: 16px;
}
.com_r span {
    display: block;
}
.com_r a {
    display: block;
    float: left;
    width: 110px;
    height: 32px;
    border: 2px #ccc solid;
    text-align: center;
    line-height: 32px;
    color: #0054aa;
    font-size: 14px;
    margin: 14px 12px 0 0;
}
.com_r a:hover {
    color: #fff;
    background: #0054aa;
    border: 2px #0054aa solid;
}
.image_t {
    text-align: center;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    background: url(../image/20170531184559_1415785628.jpg) no-repeat center;
}
.image_d img {
    border: 4px #eee solid;
}
/*成功案例*/
    .case_bg {
    width: 100%;
    height: 531px;
    background: url(../image/20170531185440_440290397.jpg) no-repeat center;
}
.case_t {
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: url(../image/20170531185657_1345592797.png) no-repeat center;
}
.case_d table td div a {
    color: #fff;
    line-height: 30px;
}
/*新闻*/
    .hzkh_b {
    width:1100px;
    margin:0 auto;
    height:200px;
}
.btnLeft {
    width:53px;
    float:left;
    height:53px;
    display:block;
    background:url(../image/20170524142004_1038757615.jpg) no-repeat center;
}
.btnRight {
    width:53px;
    float:right;
    height:53px;
    display:block;
    background:url(../image/20170524142026_1175146765.png) no-repeat center;
}
.hzkh_b dl {
    display:block;
    width:1100px;
    margin:0 auto;
}
.hj {
    width:1100px;
    margin:0 auto;
}
.hzhb .hzCont {
    position:relative;
}
.hzhb .hzCont ul {
    margin:0 auto;
    width:1100px;
    overflow:hidden;
}
.hzhb .hzCont ul td {
    padding:0 !important;
    width:240px !important;
    text-align:center !important;
}
.hzhb .hzCont .btnLeft , .hzhb .hzCont .btnRight {
    position:absolute;
    top:0;
    width:14px;
    height:168px;
}
.hzhb .btnCkgd {
    margin:42px auto 0 auto;
    display:block;
    width:220px;
    height:30px;
    line-height:30px;
    text-align:center;
    color:#555;
    border:3px solid #d1d1d1;
}
.hzkh_img {
    margin:0 auto;
}
.hzkh_img a {
    font-size:14px;
    color:#333;
    font-weight:normal;
}
.hzkh_img a:hover {
    color:#ebb525;
}
.leri {
    width:110px;
    margin:0 auto;
}
.news_div_item {
    position:relative;
    width: 336px;
    height: 400px;
    float: left;
    margin:0 15px;
}
.divdgweb_new_div_item {
    position:relative;
}
.news_div_item_pic img {
    width: 336px;
    height:240px;
}
.news_div_item_pic {
    position:absolute;
    top:0;
}
.news_div_item_content {
    line-height:30px;
    width:316px;
    padding:10px 10px 0 10px;
    position:absolute;
    top:250px;
}
.divdgweb_new_div_item_content {
    line-height:20px;
    width:530px;
    padding-top:10px;
    position:absolute;
    top:250px;
}
.news_div_item_body,.news_l .divdgweb_new_div_item_body {
    color:#999;
    line-height:22px;
    margin-top:4px;
}
.news_div_item_a,.news_l .divdgweb_new_div_item_a {
    color:#222;
    font-size:16px;
}
.news_div_item_a:hover,.news_l .divdgweb_new_div_item_a:hover {
    color:#ed6c00;
}
.news_div_item_date,.news_l .divdgweb_new_div_item_date {
    position:absolute;
    right:10px;
    line-height:15px;
    top:359px;
    color:#999;
}
.news_div_item_date div,.news_l .divdgweb_new_div_item_date div {
    float:left;
}
/*版权*/
    .footer_bg {
    background:#444;
}
.footer {
    padding: 40px 0;
    height: 160px;
}
.footer li {
    float: left;
    width: 90px;
    height: 160px;
    margin-left: 40px;
}
.footer li p,.footer li p a,.link p {
    font-size: 15px;
    color: #f5f5f5;
    margin-bottom: 8px;
}
.footer li a {
    display: block;
    color: #999;
    line-height: 27px;
}
.footer li a:hover {
    color: #ebb525;
}
.link {
    margin-left: 60px;
}
.link p {
    line-height: 30px;
}
.link li {
    background: none;
}
.linkTagcs li {
    height: 27px;
}
.copy {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #0054aa;
    color: #fff;
    text-align: center;
}
.copy a {
    color: #fff;
}
.copy a:hover {
    color: #f00;
}
/*内页*/
    /*内页banner*/
    .banner_com {
    background: url(../image/20170531222616_1910955195.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}
.banner_prod {
    background: url(../image/20170531222443_1124850187.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}
.banner_news {
    background: url(../image/20170531223639_833531836.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}
.banner_cont {
    background: url(../image/20170531223047_644369471.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}
.banner_image {
    background: url(../image/case_banner.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}
.banner_case {
    background: url(../image/20170608140603_1553336578.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}
.banner_honer {
    background: url(../image/20180824102336_1837167125.jpg) center no-repeat;
    width: 100%;
    height: 300px;
}
/*内页小导航*/
    .strong_title {
    display:none;
}
.mianbxContent {
    padding-bottom:10px;
    width:850px !important;
    padding-left:30px;
    padding-top:0px;
    text-align:left !important;
    height:29px !important;
    background:url(../uploadfile/image/20170722/20170722141654_1480722604.jpg) no-repeat left 0px;
}
#bodycon {
    padding-top:15px;
    padding-bottom:25px;
}
#bodycontent {
    margin-top:10px !important;
}
/*新闻中心*/
    .xwlb_img img {
    border:1px solid #d1d1d1;
}
.xwlb_img img:hover {
    border:1px solid #ff9403;
}
/*内页新闻排版*/
    .pro_list_box_item_zdy {
    width:830px;
    float:left;
    height:160px;
    text-align:left;
    padding-bottom:20px;
}
.pro_list_box_item_l_zdy {
    width:200px;
    height:160px;
    float:left;
}
.pro_list_box_item_l_zdy a img {
    width: 235px;
    height:160px;
    border:1px solid #ccc;
    padding:2px;
}
.pro_list_box_item_l_zdy a:hover img {
    border:1px solid #f68404;
    padding:2px;
}
.pro_list_box_item_r_zdy {
    width:562px;
    height:160px;
    margin-left:55px;
    float:left;
}
.pro_list_box_item_r_zdy a p {
    height: 36px;
    color:#333;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    font-weight: bold;
    font-size: 18px;
    border: none;
    font-family:"Microsoft YaHei";
}
.pro_list_box_item_r_zdy a p:hover {
    color:#f68404;
}
.pro_list_box_item_r_zdy a div {
    color:#666;
    height:74px;
}
.content_more_a_zdy {
    width: 90px;
    height: 30px;
    background:url(../../login.114my.cn/memberpic/dgjdyq/uploadfile/image/20170422/20170422162900_1645093359.jpg);
    display:block;
    margin-top:20px;
}
.pro_list_box_item_zdy {
    overflow:hidden;
}
.shopmrsc p.xwlbnr {
    color:#666 !important;
}
.shopmrsc a:hover {
    color:#f68404;
}
.shopmrsc p.xwlbbt {
    font-weight: bold !important;
    font-size: 15px !important;
}
/*内页产品参数*/
    ul {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.propic_show_left {
    width:350px;
    float:left;
    text-align:center;
}
.MagicThumb .ls_smallimg,#xianshixiaotu {
    width:350px;
}
.propic_show_right {
    width:477px;
    height:276px;
    float:right;
    text-align:left;
    padding-top:10px;
    position:relative;
    font-size:14px;
    line-height:28px;
    font-family:"Microsoft YaHei";
}
.pro_detail_title {
    padding-bottom:0px;
}
.propic_show_piclist {
    position:absolute;
    left:0;
    bottom:0;
    top:208px;
}
.propic_show_piclist li {
    width:70px;
    float:left;
    margin-right:4px;
}
.propic_show_piclist li img {
    width:66px;
    border:1px solid #ccc;
    padding:1px;
}
.dgweb_list_item_box {
    border-bottom:1px #eee dashed;
    line-height:30px;
}
.propic_show_right .pro_detail_title {
    font-size:16px;
    display:block;
}
.pcontent_title_h4 {
    height:30px;
}
.pcontent_title_h4 h4 strong {
    font-size:14px;
    font-family:"Microsoft YaHei";
}
#igetxt ul li h3 {
    font-family:"Microsoft YaHei";
    padding:0px 10px !important;
}
.product_content img {
    max-width:740px;
}
.pro_all_class {
    width:100% !important;
    height:60px !important;
    padding-left: 60px;
    margin-bottom: 10px !important;
    border-bottom:none !important;
}
.pro_all_class a {
    display:block;
    float:left;
    width:82px;
    height:36px;
    font:14px/36px "Microsoft YaHei";
    margin-right: 27px;
    text-align: center;
    border:1px #3f3f3f solid;
}
.pro_all_class a:hover {
    border:1px #e42b20 solid;
}
.product_content {
    padding-top:10px;
}
#bodycontent #tianxieone,#bodycontent #tfour,#bodycontent #liuyanshenming {
    border:0 !important;
}
#bodycontent #lytijiao {
    border:0 !important;
}
/*浮动QQ*/
    .back-top-container {
    display: block;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}
.back-top {
    opacity: 0.8;
    width: 32px;
    height: 32px;
    z-index:10000000;
    background: #fcbd00 url(../../login.114my.cn/memberpic/dghuashuju/uploadfile/image/20170524/20170524110929_1805563248.png) center center no-repeat;
}
.back-top:hover {
    opacity: 1;
}
.back-top-text {
    margin-top: 3px;
    padding-left: 7.5px;
    width: 32px;
    border: 1px solid #000;
    border-radius: 5px;
    background: #fff;
}
.back-top:hover {
    opacity: 1;
}
.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}
.yb_conct a {
    color: #fff;
    text-decoration: none;
}
.yb_conct a:hover {
    color: #ff0;
}
.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 1px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}
.yb_bar .yb_top {
    background: #0054aa url(../image/20170531224050_2142190931.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
    background: #0054aa url(../image/20170531224050_2142190931.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
    text-indent: 0;
    background: #0054aa url(../image/20170531224050_2142190931.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
    /*height:200px;*/
    background: #0054aa url(../image/20170531224050_2142190931.png) no-repeat 0 -169px;
}
.hd_qr {
    padding: 0 29px 25px 29px;
}
.yb_QQ a,.yb_phone a {
    display: block;
    text-indent: 54px;
    font-size:16px;
    width: 100%;
    height: 100%;
    color: #fff;
}
/* 联系我们*/
    .contn {
    font-family:"Microsoft YaHei";
}
.contn a {
    font-size: 14px;
}
.g_lxtit {
    height: 280px;
}
.g_lxtit .m_lxtitl {
    float: left;
    width: 263px;
    height: 226px;
    background: #0054aa;
    padding: 30px 0 0 30px;
}
.g_lxtit .m_lxtitl p.tt2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    height: 74px;
    line-height: 52px;
}
.g_lxtit .m_lxtitl .teln {
    width: 226px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #fff;
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
.g_lxtit .m_lxtitl .teln b {
    font-weight: normal;
    font-size: 21px;
}
.g_lxtit .m_lxtitl em {
    display: block;
    font-size: 24px;
    color: #fff;
    font-family: arial;
    text-transform: uppercase;
}
.g_lxtit .m_lxtitr {
    background:#eee url(../image/20170531214719_687242115.jpg) no-repeat 70px center;
    width:520px;
    height: 206px;
    float: right;
    padding: 50px 132px 0 140px;
}
.g_lxtit .m_lxtitr .m_lxtitr_tt {
    height: 46px;
    font-size: 24px;
    color: #494949;
}
.g_lxtit .m_lxtitr p {
    font-size: 14px;
    line-height: 24px;
    height: 70px;
    overflow: hidden;
    color: #494949;
    margin-bottom: 20px;
}
.g_lxtit .m_lxtitr span {
    display: block;
    padding-left: 495px;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #333
}
.g_lxtit .m_lxtitr span em {
    display: block;
    float: left;
    height: 62px;
    line-height: 62px;
}
.g_lxtit .m_lxtitr span b {
    position: relative;
    left:0;
    top:0;
}
.g_lxfs .lxfsl {
    float: left;
    width:500px;
    padding-top:30px;
    height: 600px;
    background: #f5f5f5;
}
.g_lxfs .lxfsl p.tt2 {
    background: url(../image/20170531214756_1587736144.jpg) no-repeat 0 4px;
    padding-left: 25px;
    font-size: 26px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 46px;
}
.g_lxfs .lxfsl p.tt2 em {
    display: block;
    font-size: 14px;
    color: #999999;
    font-weight: normal;
}
.g_lxfs .lxadd dl {
    padding-left: 25px;
    height: 90px;
}
.aass {
    height: 120px;
}
.g_lxfs .lxadd .dl02 {
    height: 100px;
}
.g_lxfs .lxadd dt {
    float: left;
    width: 64px;
}
.g_lxfs .lxadd dt img {
    width: 56px;
    height: 56px;
    display: block;
}
.g_lxfs .lxadd dd {
    float: left;
    width: 380px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}
.g_lxfs .lxadd .lxadd_tt {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    height: 30px;
}
.g_lxfs .lxfsr {
    float: left;
    width:560px;
    padding-top: 44px;
    padding-left: 40px;
    height:586px;
    background: #eee;
}
.g_lxfs .lxfsr p.tt2 {
    background: url(../image/20170531214910_1457525446.png) no-repeat;
    padding: 10px 0 0 110px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    height: 55px;
}
.g_lxfs .lxfsr .map {
    width: 554px;
    height:270px;
    display: block;
}
.g_lxfs .sclx {
    margin-top: 80px;
}
.g_lxfs .sclx dl {
    padding-left: 37px;
    clear: both;
    margin-bottom: 50px;
}
.g_lxfs .sclx dt {
    float: left;
    width: 83px;
}
.g_lxfs .sclx dt img {
    width: 56px;
    height: 56px;
    display: block;
}
.g_lxfs .sclx dd {
    float: left;
    width: 1100px;
    font-size: 14px;
    line-height: 24px;
    color: #666
}
.g_lxfs .sclx dd .lxadd_tt {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    height: 30px;
}
.g_lxfs .sclx dd p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.BMap_bubble_title {
    font-size: 14px;
    color:#2d5ba0;
    font-weight:bold;
}
.class_xw_center table td {
    padding-left:15px !important;
}
.class_xw_center {
    font-size:14px important;
    line-height:30px !important;
}
/*about us*/
    #left {
    display:none;
}
/*内页小导航*/
    .strong_title {
    display:none;
}
.mianbxContent {
    padding-bottom:10px;
    width:1100px !important;
    padding-left:30px;
    padding-top:0px;
    text-align:left !important;
    height:29px !important;
    background:url( {
    dede:global.cfg_templets_skin/
}
/style/image/20170531214024_1075216896.jpg) no-repeat left 0px;
}
#bodycon {
    padding-top:15px;
    padding-bottom:25px;
}
#bodycontent {
    margin-top:10px !important;
}
.nei_about {
    width:1100px;
    margin:0 auto;
    line-height:32px;
    color:#333333;
    font-family:"microsoft yahei";
    font-size:16px;
    margin-top:20px;
}
.nei_about_t {
    width:1100px;
    margin:0 auto;
    font-size:25px;
    color:#0054aa;
    text-align:center;
    font-weight:bold;
    box-shadow:1px 5px 4px #bbbfc5;
    padding:15px 0;
}
.nei_about_t .zi {
    color:#525252;
    font-size:16px;
    line-height:38px;
    font-weight:normal;
    text-align:center;
}
.nei_about_c {
    margin-top:35px;
    text-align:justify;
    font-size:14px;
    color:#333333;
    line-height:32px;
}
.nei_about_cl {
    width:1100px;
    margin-top:20px;
}
.nei_about_cr {
    width:440px;
    height:330px;
    border:2px solid #0054aa;
    padding:20px;
    margin-left:20px;
}