body{color:#666; font-size:13px; margin:0 auto; background-color:#fff;  font-family:"Microsoft YaHei";}
a{color:#666; text-decoration:none;}      /*定义全局链接颜色lpm*/
a:hover{color:#f28003; text-decoration:none;}      /*定义全局链接鼠标滑过颜色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 #f28003; padding:2px; background:#fff;}      /*定义鼠标经过时边框的变化效果lpm*/
#copy{ display:none;}      /*隐藏后台自带版权DIVlpm*/
.box{width:1200px; height:auto; margin:0 auto;}      /*定义版面统一宽度lpm*/
.font_en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}      /*定义英文字体及大写lpm*/
.main { width:1200px; margin:0 auto;}
#main { width:1200px; margin:0 auto;}
 
.top20{padding-top:20px;}
.top30{padding-top:30px;}
.top10{padding-top:10px;}
.top40{padding-top:40px;}
.top50{padding-top:50px;}
.top60{padding-top:60px;}
.top70{padding-top:70px;} 


.font-en{font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}


/*顶部*/
#top_bg {
    width: 100%;
    height: 35px;
    background: #f2f2f2;
    line-height: 35px;
}

#top .fl {
    color: #666;
}

#top .fr {
    color: #666;
    height: 35px;
}

#top .fr font {
    padding-left: 38px;
}

#top .fr span {
    padding-left: 30px;
}

#top .fr font a {
    color: #666;
}

#top .fr font a:hover {
    color: #eb4008;
}                                                                                                                                                                                                                                                      

.top_bg {height: 155px; width:1200px; margin:0 auto;}
.top_logo {margin: 25px 10px 0 0;}
.top_w {margin-top: 48px; font-size: 24px; line-height: 30px;}
.top_w span {display: block; color: #0159B3; }
.top_w p { color: #eb4008;}
.top_txt {margin-top: 30px;}

.con-right {    padding-left: 45px;
    background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190215/20190215085928_558177318.jpg) no-repeat 0 15px;
    margin-top: 20px;
    float: right;
    line-height: 28px;}
.con-right strong { font-size: 14px; font-weight: normal; display: block; }
.con-right p { font-size: 30px;color: #ea3e00;}
.wxewmmm{float: left;width: 90px;text-align: center;margin-right: 30px;}


.name{color: #0159b3;    margin-top: 48px;border-right: 1px #ccc solid;padding-right: 10px;margin-right: 10px;}
.name p{font-size: 36px;font-weight: bold;}
.name span{font-size: 14px;}
/*导航*/
.nav_bg {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    background: #0159b3;
}


.nav li {
    width: 130px;
    height: 60px;
    float: left;
    text-align: center;
   border-right: 1px solid #0074d7;
}

.nav li:last-child{border-right: 0;width: 120px;}

.nav li a {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 60px;    
    text-align: center;
    margin-left: 1px;
}

.nav li a:hover {
    background: #eb4008;
}

.nav .a_nav a {
    background: #eb4008;
}

/* 首页 */
.banner-box{min-width:1200px;height:600px;position:relative;overflow:hidden;}
.banner-box .bd{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:600px;background-position: center;background-repeat: no-repeat;}
.banner-box .bd li a{display:block;background-size:auto;width:100% !important; height:100% !important;}
.banner-btn{ width: 100%; position: absolute; top: 250px; left: 0; margin-left: 0; height: 350px; overflow: hidden; }
.banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-btn a.prev{left:-50px;background:url(//memberpic.114my.cn/lianheng/uploadfile/image/20180510/20180510152603_782223297.png) no-repeat 0 0;} 
.banner-btn a.next{right:-50px;background:url(//memberpic.114my.cn/lianheng/uploadfile/image/20180510/20180510152603_782223297.png) no-repeat -49px 0;}
.banner-box .hd {position:absolute; bottom:30px; width: 100%;display: block;}
.banner-box .hd ul{ text-align: center}
.banner-box .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#eb4008; width: 32px; }
.banner-box:hover .banner-btn a.prev{ left:54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box:hover .banner-btn a.next{ right: 54px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}


 /* 内页 */
.banner-n{min-width:1200px;height:500px;position:relative;overflow:hidden;}
.banner-n .bd{ width:100% !important;}
.banner-n .bd li{width:100% !important;height:500px;background-position: center;background-repeat: no-repeat;}
.banner-n .bd li a{display:block;background-size:auto;}
.banner-n .banner-btn{ width: 100%; position: absolute; top:185px; left: 0; margin-left: 0; height:500px; overflow: hidden; }
.banner-n .banner-btn a{display:block;width:49px;height:104px;position:absolute;top:0;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0;-webkit-transition: 0.3s all ease-in-out;transition:0.3s all ease-in-out}
.banner-n .banner-btn a.prev{left:-50px;background:url(//memberpic.114my.cn/lianheng/uploadfile/image/20180510/20180510152603_782223297.png) no-repeat 0 0;} 
.banner-n .banner-btn a.next{right:-50px;background:url(//memberpic.114my.cn/lianheng/uploadfile/image/20180510/20180510152603_782223297.png) no-repeat -49px 0;}
.banner-n .hd {position:absolute;top:260px;width: 100%;display: block;}
.banner-n .hd ul{ text-align: center}
.banner-n .hd ul li{ width:20px; height:20px; border-radius :20px; text-indent:-9999px; background:#ccc; cursor:pointer; display:inline-block; margin:0 5px; -webkit-transition: 0.3s all ease-in-out; transition:0.3s all ease-in-out}
.banner-n .hd ul li.on{ background:#eb4008; width: 32px; }
.banner-n:hover .banner-btn a.prev{ left:20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n:hover .banner-btn a.next{ right: 20px; filter:alpha(opacity=40); -moz-opacity:.4; -khtml-opacity:.4; opacity:.4; }
.banner-n .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8;}

/*搜索*/
.search_bg {width: 100%; height: 60px; background: #f5f5f5;}
.search_nbg {width: 100%; height: 60px; background: #f5f5f5;position: absolute; top:750px;}
.search_l {float: left;line-height: 60px;}
.search_l span {font-weight: bold;}
.search_l a { font-size: 13px; color: #555;}
.search_l a:hover {color: #de2418;}
.search-d {margin-top: 14px;margin-left: 10px; float: right;}
.search-bgp {width: 230px;height: 31px;font-size: 14px;line-height: 24px;padding-left: 15px;color: #5a5a5a;background: none;outline: none;border: 1px solid #e4e4e4;padding-top: 0px!important;padding-bottom: 0px!important;}
.search-ip {width: 53px;height: 33px;background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180619/20180619154734_1367160763.jpg) no-repeat center;border: none;cursor: pointer;}
.search-bg {float: left;overflow: hidden;}
.search-i {float: left;overflow: hidden;}

/*分类*/
.prod {height: auto; overflow: hidden;}
.prod_tile {text-align: center; width: 1200px; height: 85px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180619/20180619164731_1640475623.jpg) bottom no-repeat ; margin-bottom: 24px;}
.prod_tile span {color: #0159B3; font-size: 36px; font-weight: bold; line-height:36px;}
.prod_tile p {font-size: 18px; color: #EB4008; padding-top:5px;}
.list_bg {width: 250px; height: auto; overflow: hidden;}
.list_tile {width: 250px; height: 82px; color: #fff; text-align: center; background: #0159b3;}
.list_tile span {display: block; padding-top: 15px; font-size: 26px; font-weight: bold;}
.list_tile p {font-size: 14px;}
.list_d {width: 220px; height: auto; border-bottom: 1px solid #fff;}
.list_d li {width: 250px; height: 36px; line-height: 36px; border-bottom: 1px solid #e3e3e3; background: #f5f5f5;}
.list_d li.list_o{height: 40px; line-height: 40px;}
.list_d li a {width:194px; padding-left: 56px; display: block; color:#000; font-size: 14px; transition: padding 0.5s;}
.list_d li.list_o a {width:194px; padding-left: 56px; display: block; color:#0159b3; font-size: 15px;  font-weight: bold; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180619/20180619162338_1338405804.jpg) 28px center no-repeat;
transition: padding 0.5s;}
.list_d li a:hover{background: #eb4008; color: #fff; width:220px;}
.list_d li.list_o a:hover{ padding-left:30px;}
.prod_bg {width: 916px;}
.prod_t {height: 40px; line-height: 40px; color: #333; border-bottom: 1px solid #ccc;}
.prod_t span {font-size: 16px; text-align: center;display: block;width: 118px;color: #fff;height: 40px;background: #0159b3;margin-top: 1px;}
.prod_t a {color: #333; font-size: 13px;}
.prod_t a:hover {color: #0169ca;}
.prod_d {margin-top: 20px;}
.prod_detail {position: relative; margin-top: 20px;}
.appli_m{position: absolute; top: 140px; width: 26px; height: 57px;}
.appli_m:hover{ cursor: pointer;}
#Roll_app {margin: 0 auto; height: 400px;}
#Left_app{left: 0;}
#Right_app{right: 0;}
#Roll_app ul li {float: left; width: 830px; height: 350px;}
#Roll_app ul li img {border: 8px solid #ccc; width:440px;}
#Roll_app ul li .prod_w {width: 346px; margin-top: 15px;}
#Roll_app ul li .prod_w p {display: block; width: 100%; height: 48px; line-height: 48px; font-size: 14px; color: #666; border-bottom: 1px dashed #bbb;}
#Roll_app ul li .prod_w p span {font-size: 16px; color: #333;}
#Roll_app ul li .prod_w p span b {font-weight: normal; color: #0159b3;}
#Roll_app ul li .prod_w p a {font-size: 14px; color: #666;}
#Roll_app ul li .prod_w p a:hover {color: #eb4008;}

/*疑问*/
.doubt_bg {width: 100%; height: 600px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180915/20180915153220_1981300922.jpg) no-repeat center; overflow: hidden;}
.doubt_tile { height: 40px; font-size: 38px; font-weight: bold; color: #fff; margin: 50px auto 0; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180915/20180915153517_957621650.png) no-repeat center; text-align: center; line-height: 40px;}
.doubt_w {font-size: 20px; color: #fff; line-height: 26px; margin-top: 182px;}
.doubt_w span {display: block;}
.doubt01 span:first-child {margin-left: 150px;}
.doubt01 span:last-child {margin-left: 530px;}
.doubt02 span:first-child {margin-left: 125px;}
.doubt02 span:last-child {margin-left: 630px;}
.doubt03 span:first-child {margin-left: 0px;}
.doubt03 span:last-child {margin-left: 650px;}
.doubt02 {margin-top: 72px;}
.doubt03 {margin-top: 86px;}

/*保障*/
.protection_bg {width: 1200px; margin: auto; height: auto; overflow: hidden;}
.protection_tile {width: 616px; height: 80px; margin: 80px auto 0; font-weight: bold; text-align: center; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620105132_1133332780.jpg) 0 18px no-repeat;}
.protection_tile span { font-size: 26px; color: #333;}
.protection_tile p { font-size: 31px; color: #eb4008;}
.protection_content { width: 1200px; height: 556px; margin-top: 50px; color:#fff;  background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190215/20190215175038_247696805.jpg) no-repeat;}
.protection_w1 {width: 400px; height: 252px; margin-top: 303px; text-align: center; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620113404_1330530849.png) no-repeat;}
.protection_w2 {width: 400px; height: 289px; text-align: center; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180621/20180621192836_1128385841.png) no-repeat;}
.protection_w3 {width: 400px; height: 252px; text-align: center; margin-top: 303px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620113404_1330530849.png) no-repeat;}
.protection_content span {display: block; margin-top: 55px; font-size: 24px; } 
.protection_content b {display: block; width: 311px; height: 1px; margin: 22px auto 22px; background: #ccc;}
.protection_content p {font-size: 16px;  line-height: 30px; text-align: left; padding: 0 45px;}
.protection_w2 p {padding: 0 40px;}
.protection_w3 p {padding: 0 0 0 45px;}



/*应用案例*/
#emq_bg{width: 100%;height:460px;}

.emq_t{padding-top: 60px;    padding-bottom: 30px;}
.emq_t p{font-size: 36px;line-height: 36px;color: #0159B3;text-align: center; font-weight:bold;}
.emq_t span{display: block;font-size: 24px;line-height: 14px;color: #EB4008;text-align: center;margin-top: 13px;text-transform: uppercase;}
.emq_t i{display: block;background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20181012/20181012145903_1793700584.jpg) no-repeat center;width: 24px;height: 1px;margin: 0 auto;margin-top: 14px;}

.company_img {position: relative; }
.company_img_cont td div { display: block; width: 100%; line-height: 36px;}
.cont_p1 .company_img_cont td { width: 300px; }
.company_img_cont td br{display:none;}
.cont_p2 .company_img_cont td { width: 285px; margin-right: 20px;}
.cont_p2 .comp_ibtn{ top: 75px; }



#case_img_btn_l{position: absolute;display: block;background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20181012/20181012145903_1126926178.png) no-repeat center;width: 47px;height: 47px;top: 85px;left: -64px;cursor: pointer;}

#case_img_btn_r{position: absolute;display: block;background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20181012/20181012145904_394749951.png) no-repeat center;width: 47px;height: 47px;top: 85px;right: -64px;cursor: pointer;}

/*优势*/
.adv_bg {width: 1200px; height: auto; margin: 0 auto; overflow: hidden;}
.adv_tile {width: 1200px; height: 165px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620140654_903873919.jpg) center no-repeat; overflow: hidden; margin-bottom: 45px; text-align: center;}
.adv_tile span {display: block; margin: 78px 0 38px; font-size: 44px; color: #0159b3; font-weight: bold; line-height: 24px;}
.adv_tile span b {color: #eb4008;}
.adv_tile p {font-size: 18px; line-height: 28px; font-weight: bold; color: #333;}
.adv_bg1 {width: 1095px; height: 269px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20181017/20181017114821_1047312843.jpg) center no-repeat; overflow: hidden; padding: 50px 0 0 105px;}
.adv_bg2 {width: 495px; height: 269px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620145419_367500956.jpg) center no-repeat; overflow: hidden; padding: 48px 0 0 705px;}
.adv_bg3 {width: 1095px; height: 268px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620145420_1479079252.jpg) center no-repeat; overflow: hidden; padding: 50px 0 0 105px;}
.adv_bg4 {width: 495px; height: 317px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20181017/20181017113845_2054364992.jpg) center 1px no-repeat; overflow: hidden; padding: 50px 0 0 705px;}
.adv_bg {color: #333;}
.adv_bg span {display: block; font-size: 33px; font-weight: bold; padding-bottom: 71px;}
.adv_bg p {display: block; font-size: 15px; line-height: 38px;}





/*过渡广告词*/
.interval_bg {width: 100%; height: 200px; background: #2554ac;}
.interval_m {width: 1200px; height: 200px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620152001_1853286732.jpg) no-repeat; margin: 0 auto; overflow: hidden;}
.interval_m span {display: block; font-size: 26px; font-weight: bold; line-height: 26px; color: #fff;padding: 76px 0 0 995px;}
.interval_m a {display: block; width: 137px; height: 36px; text-align: center; line-height: 36px; font-size: 16px; color: #fff; background: #eb4008; border-radius: 5px; margin: 20px 0 0 985px;}

/*简介*/
.about_left {width: 487px;height: 365px; background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620154118_261720901.jpg) no-repeat; float: left; margin-left: 38px;}
.about_right {width: 588px; float: right; margin-right: 40px;}
.about_left img {padding: 18px 0 0 13px;}
.about_t img {float: left;}
.about_t span {font-size: 26px; font-weight: bold; color: #eb4008; padding-left: 16px; display: block;float: left;line-height: 46px;}
.about_w {padding-top: 20px; font-size: 14px; color: #666; line-height: 28px; text-indent: 2em;}
.about_btn {margin-top: 30px;}
.about_btn p {display: block; padding-top: 60px;}
.about_btn a {float: left; width: 92px; height: 92px; display: block; color: #333; font-size: 14px; margin-right: 30px; text-align: center;}
.btn1 a {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155323_2116560278.jpg) no-repeat;}
.btn2 a {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155324_1714441884.jpg) no-repeat;}
.btn3 a {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155324_1265822594.jpg) no-repeat;}
.btn4 a {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155324_970988715.jpg) no-repeat;}
.btn1 a:hover {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155324_2127587352.jpg) no-repeat; color: #fff;}
.btn2 a:hover {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155325_506806148.jpg) no-repeat; color: #fff;}
.btn3 a:hover {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155325_1382157249.jpg) no-repeat; color: #fff;}
.btn4 a:hover {background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180620/20180620155325_1445508410.jpg) no-repeat; color: #fff;}
.about_d {width: 1200px; height: auto; margin: 26px auto 30px; overflow: hidden;}
.about_d .display_btn {margin-bottom: 20px;}
.about_d .display_btn li:first-child a{display: block; font-size: 14px;color: #fff;-webkit-transform:skew(-35deg); padding-left: 20px;}
.about_d .display_btn li:first-child b {display: block; width: 9px; height: 9px; background: #fff; margin: 20px 0 0 80px;-webkit-transform:skew(-35deg);}
.about_d .display_btn li:nth-child(2) a{display: block; font-size: 14px;color: #fff;padding-left: 25px; -webkit-transform:skew(-35deg);}
.about_d .display_btn li:nth-child(2) b {display: block; width: 9px; height: 9px; background: #fff; margin: 20px 0 0 45px;-webkit-transform:skew(-35deg);}
.display_btn ul li:first-child{width: 214px; height: 46px;line-height: 46px; -webkit-transform:skew(35deg); float: left; margin-left: -47px; background: #2554ac;} 
.display_btn ul li:nth-child(2){width: 178px; height: 46px; line-height: 46px; -webkit-transform:skew(35deg); float: left;  background: #2554ac; margin-left: 25px;} 
.display_btn span {display: block; width: 788px; height: 1px; background: #ccc; margin-top: 26px;}
.a1 {background: #d7000f!important;}
.display_d {position: relative; height: 241px;}
.display_d .aa1 {display: none;}
.display_d .about_m {position: absolute; width: 63px; height: 60px;}
.display_d .about_m:hover {cursor: pointer;}
.display_d table tbody tr td {width:295px;padding-left: 5px!important;}
#Left_equ {left: 0; top: 75px;}
#Right_equ {right: 0; top: 75px;}
#Left_honor {left: 0; top: 75px;}
#Right_honor {right: 0; top: 75px;}
#Roll_equ {margin: 0 auto;}
#Roll_honor {margin: 0 auto;}

/*厂房设备*/
#equ_bg{width: 100%;min-width:1200px; height: 390px;overflow: hidden;background:#f5f5f5;}

#equ_t{margin-top: 30px;}

#showtd0{width:140px;height: 46px;float: left;position: relative;}
#showtd0:after,#showtd0 after{content: ''; border-left: 25px solid #333;border-top: 46px solid transparent!important;position: absolute;width: 0px;height: 0px;top: 0px;right: -25px;}
#showtd1{width:128px;height: 46px;float: left;position: relative;margin-left: 40px;}
#showtd1:before,#showtd0 before{content: '';border-right: 25px solid #EB4008;border-bottom: 46px solid transparent!important;position: absolute;width: 0px;height: 0px;top: 0px;left: -25px;}
#showtd1:after,#showtd0 after{content: ''; border-left: 25px solid #2554ac;border-top: 46px solid transparent!important;position: absolute;width: 0px;height: 0px;top: 0px;right: -25px;}

#equ_t .on{background:#EB4008;}
#equ_t .out{background: #0159b3;}
#equ_t .on:after,#equ_t .on:before,#equ_t .on after,#equ_t .on before{border-color:#EB4008; }
#equ_t .out:after,#equ_t .out:before,#equ_t .out after,#equ_t .out before{border-color:#0159b3;}
#showtd0 i,#showtd1 i{display: block;width: 9px;height: 9px;margin: 19px 0 0 24px;background: #fff;float: left;}
#showtd0 a,#showtd1 a{display: block;text-align: center;line-height: 46px;color: #fff;font-size: 16px;}

.equ_ti{width: 850px;height: 1px;background: #ccc;margin-top: 21px;}

.tabcon{margin-top:20px;}
 .company_img {position: relative; }
.company_list { height: 46px; position: relative; width: 100%; }
.company_list:after { content: ''; display: block; width: 850px; height: 1px; background: #ddd; right: 0px; position: absolute; top: 22px; }
.company_list li { float: left; margin-right: 35px; }
.company_list li a { display: block; font-size: 16px; color: #fff; background: #333; line-height: 46px; padding: 0 20px; position: relative;  -webkit-transition: 0.3s all ease-in-out;  transition: 0.3s all ease-in-out; }
.company_list li a:after{ content: ''; border-bottom: 46px solid #333; border-right: 25px solid transparent; position: absolute; bottom: 0; right: -25px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.company_list li.comp_l2 a:before{ content: ''; border-top: 46px solid #333; border-left: 25px solid transparent; position: absolute; bottom: 0; left: -25px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
.company_list li.comp_l1 a { padding:0 25px; }

.company_list li.cur a{background: #d6000f}
.company_list li.cur a:after{ border-bottom: 46px solid #d6000f; border-right: 25px solid transparent; }
.company_list li.cur a:before{ border-top: 46px solid #d6000f; border-left: 25px solid transparent; }
 .photo_cont{padding:20px 0; }
 .photo_cont > div{position: relative;}
 .photo_cont .cont_p2{display: none;}
 .photo_cont .cont_p3{display: none;}
 .comp_ibtn { width: 50px; height: 50px; background: #0159B3 url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180621/20180621200635_1529355828.png) no-repeat; display: block; position: absolute; top: 75px; cursor: pointer;  -webkit-transition: 0.3s all ease-in-out;  transition: 0.3s all ease-in-out;}
 .comp_ibtnl:after{ content: ''; border-bottom: 50px solid #0159B3; border-right: 13px solid transparent; position: absolute; bottom: 0; right: -13px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnl:hover:after{border-bottom: 50px solid #EB4008; border-right: 13px solid transparent; }
 .comp_ibtnr:after{ content: ''; border-bottom: 50px solid #0159B3; border-left: 13px solid transparent; position: absolute; bottom: 0; left: -13px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnr:hover:after{border-bottom: 50px solid #EB4008; border-left: 13px solid transparent;}
 .comp_ibtnl:before{ content: ''; border-top: 10px solid #454545; border-left: 25px solid transparent; position: absolute; bottom: -10px; left: 0; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnr:before{ content: ''; border-top: 10px solid #454545; border-right: 25px solid transparent; position: absolute; bottom: -10px; right: 0; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
 .comp_ibtnl:hover:before{border-top: 10px solid #db303b; border-left: 25px solid transparent;}
 .comp_ibtnr:hover:before{border-top: 10px solid #db303b; border-right: 25px solid transparent}
 .comp_ibtnl{ left: -25px; background-position: left center; }
 .comp_ibtnr{ right: -25px; background-position: right center}
 .comp_ibtn:hover{ background-color: #EB4008; }
.company_img_cont table { display: block; width: 100%; }
.company_img_cont td { display: block; float: left; padding: 0 !important; position: relative; margin-right: 20px; }
.company_img_cont td a img { display: block; width: 100%; height: auto; -webkit-transition:0.3s all ease-in-out; transition:0.3s all ease-in-out }
.company_img_cont td > a { display: block;overflow:hidden; border: 1px solid #ccc; }
.cont_p1 .company_img_cont td { width: 285px; }
.company_img_cont td br{display:none;}
.cont_p2 .company_img_cont td { width: 285px; margin-right: 20px}
 .cont_p2 .comp_ibtn{ top: 75px; }
.company_img_cont table > tbody > tr > td > div { padding: 0 !important; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; width: 100%; position: relative; top: 0; background: none; }
.company_img_cont table > tbody > tr > td > div > a { font-size: 14px; color: #0159B3; line-height: 40px; -webkit-transition: 0.3s all ease-in-out; transition: 0.3s all ease-in-out; }
#company_img_cont table > tbody > tr > td:hover > div { width: 90%; margin: 0 auto; background: #EB4008; top: -20px; }
#company_img_cont table > tbody > tr > td:hover > div > a { color: #fff; font-size: 16px; }
#company_img_cont1 table > tbody > tr > td:hover > div { width: 90%; margin: 0 auto; background: #EB4008; top: -20px; }
#company_img_cont1 table > tbody > tr > td:hover > div > a { color: #fff; font-size: 16px; }


/*新闻*/
.news{width: 100%; padding: 55px 0; background: #eee;}
.news_row .fl,.news_row .fr{ width: 580px; background: #fff;    border: 1px solid #ccc; }
.news_row1{ display: block; position: relative; }
.news_row1:after,.news_row1::after{ position: absolute; content: ''; background: #ececec; width: 100%; height: 1px; bottom: 0; left: 0; }
.news_row1 i{ background:#0159b3; padding: 25px; width: 30px; height: 30px; display: block; float: left; position: relative; z-index: 2; -webkit-transition:0.3s all; transition:0.3s all; }
.news_row .fl .news_row1 i{ background-image: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180621/20180621085113_660403889.png); background-position: center; background-repeat: no-repeat; }
.news_row .fr .news_row1 i{ background-image: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180621/20180621085114_2060067586.png); background-position: center; background-repeat: no-repeat; }
.news_row1 strong { display: block; padding: 15px 0; font-size: 20px; color: #333; line-height: 35px; float: left; font-weight: 100; margin-left: 20px; }
.news_row1 span{ display: block; line-height: 80px; height: 80px; color: #9e9e9e; float: right; margin-right: 20px;font-size: 14px;    text-transform: uppercase;font-weight: normal;}
.news_row1 span:hover{ color: #1d69bb; }
.news_row1:hover i{ -webkit-filter: brightness(1.15); filter: brightness(1.15); }
.news_row .fl .news_row1 strong{ background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180621/20180621085114_1768450752.jpg) no-repeat left bottom; }
.news_row .fr .news_row1 strong{ background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180621/20180621085114_143301840.jpg) no-repeat left bottom; }

.news_div_item, .divdgweb_new_div_item { position: relative; padding: 5px 0; height: 30px; overflow: hidden; -webkit-transition:0.3s all ease; transition:0.3s all ease; }
.divdgweb_new_div_item_date, .news_div_item_date { position: absolute; right: 0; top: 12px; -webkit-transition:0.3s all ease; transition:0.3s all ease; }
.divdgweb_new_div_item_date > div,.news_div_item_date > div{ display: inline-block; color: #787878; font-size: 12px; font-family: 'arial'; }
.news_div_item_title, .divdgweb_new_div_item_title{ position: relative; }
.news_div_item_year:after,.news_div_item_year::after,.divdgweb_new_div_item_year:after,.divdgweb_new_div_item_year::after{ content: '-'; }
.on .news_div_item_year:after,.on .news_div_item_year::after,.on .divdgweb_new_div_item_year:after,.on .divdgweb_new_div_item_year::after{ content: ''; }
.news_div_item_title:after,.news_div_item_title::after, .divdgweb_new_div_item_title:after, .divdgweb_new_div_item_title::after{ content: ''; background: #0159b3; width: 4px; height: 4px; position: absolute; left: 0; top: 14px; }
.on .news_div_item_title:after,.on .news_div_item_title::after, .on .divdgweb_new_div_item_title:after, .on .divdgweb_new_div_item_title::after{ content: ''; display: none; }
.news_div_item_title .news_div_item_a, .divdgweb_new_div_item_title .divdgweb_new_div_item_a { font-size: 15px; color: #444; padding-left: 15px; display: block; line-height: 30px; width: 425px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; -webkit-transition:0.3s all ease; transition:0.3s all ease; }
.news_row2 .divdgweb_new_div, .news_row2 .news_div { padding: 25px 35px; height: 359px;    font-weight: normal; }
.news_div_item_pic,.news_div_item_body,.divdgweb_new_div_item_body{ -webkit-transition: 0.3s all ease; transition: 0.3s all ease; }
.news_div_item_pic{ margin-top: 15px; }
.news_div_item_pic a,.news_div_item_pic a img{ display: block; width: 240px; height: 158px; }
.news_div_item_pic a img {border: 1px solid #ccc;}
.news_div_item.on, .divdgweb_new_div_item.on { height: 173px; border-bottom: 1px dotted #ccc; padding: 0 0 20px; margin: 5px 0; }
.news_div_item_body, .divdgweb_new_div_item_body { line-height: 21px; color: #767676; font-size: 13px; width: 244px;  position: absolute; right: 0; top: 110px;}
.on .divdgweb_new_div_item_date, .on .news_div_item_date { top: 23px; right: 183px; }
.on .news_div_item_title .news_div_item_a, .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a { position: absolute; left: 250px; top: 75px; width:195px;    text-decoration: none; }
.on .divdgweb_new_div_item_date > div, .on .news_div_item_date > div { font-weight: bold; color:#0159b3; font-size: 24px; line-height: 30px; }
.on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year,.on .news_div_item_date > .news_div_item_year{ font-size: 12px; display: block; font-weight: 100; line-height: 20px; text-indent: 3px; }

/*版权*/
.footer_bg{ width: 100%; min-width: 1100px; padding-top: 34px;  height: auto; background: #333;font-family:"Microsoft YaHei";color: #999;}
.footer_nbg{ height: 280px;}
.footer_bg a{color: #999;}
.footer_bg a:hover{color: #eb4008;}
.footer_l{ width:880px; }
.footer_l li{width: 130px; float: left; margin-right: 49px;}
.footer_l li a{ display:block; line-height: 30px; }

.footer_l li i{display: block;width: 10px;height: 1px;background: #eee;margin:10px 0 10px 0;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;    }    
.footer_l li:hover i {background:#eb4008;width: 62px;}
    
.footer_l li p a{ font-size: 16px; color: #fff;}
.footer_r{width: 164px; padding-top: 10px; margin-right: 50px; text-align: center; font-size: 16px; line-height: 16px; color:#fff;}
.footer_r img{padding-top: 15px;}
.linkTagcs li a:hover{color: #eb4008!important;}
@-webkit-keyframes test{
0%{-webkit-transform:translate(0,0);transform:translate(0,0)}
50%{-webkit-transform:translate(0,5px);transform:translate(0,5px)}
100%{-webkit-transform:translate(0,0);transform:translate(0,0)}
}
.footer_r:hover {color:#eb4008;-webkit-animation:test 0.3s ease-in 2;animation:test 0.3s ease-in 2; cursor:pointer;}    
    
    
.footer_l li.cont_w{line-height: 30px; width: 290px;}

.link{ height: 58px; line-height: 58px; border-bottom: 1px #3f3f3f solid; border-top:1px #3f3f3f solid; margin-top: 50px;}
.link_l{ width: 83px; padding-left: 33px; font:15px/58px "Microsoft YaHei"; background:url(//memberpic.114my.cn/dgheli/uploadfile/image/20171106/20171106190455_898858166.jpg) no-repeat 6px center;}
.link_r{ width: 880px;}

.copy{ text-align: center; line-height:40px; padding:20px 0px;}




/* 内页样式变量 */
.mianbxContent{background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180607/20180607172629_432651272.jpg)no-repeat left center,url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180607/20180607172629_1934890333.jpg) no-repeat right center;}/*小导航图片*/

.content_more_a_zdy{background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20180607/20180607172630_1080207554.jpg);}/*自定义新闻栏目图片*/
.xwlb_img img:hover,.pro_list_box_item_l_zdy a:hover img,.products_pages_info:hover,.dgweb_pages_info:hover,.news_pages_info:hover{border-color:#ed6c00 !important;}/*边框经过颜色*/
.pro_list_box_item_r_zdy{width:681px;} /*自定义新闻左边宽度*/
.shopmrsc p.xwlbbt:hover {color:#ed6c00;} /*默认新闻鼠标经过颜色*/
#bodycon{ padding-top: 80px; padding-bottom: 20px;}  /*中间内容与头部和版权的距离*/

/* 内页导航 */
.mianbxContent{ background-color:#fff; border-bottom:solid #ccc 1px; line-height:40px !important; margin-bottom:20px !important; height:40px !important; width:100% !important; text-align: left!important; text-indent: 22px;}
.strong_title{display:none;}
.dgweb_pages_info{padding:20px 0!important;}
    
    
/*新闻中心*/
.xwlb_img img{border:1px solid #d1d1d1; width:205px!important; height:135px!important;}

/*内页新闻排版*/
.pro_list_box_item_zdy{float:left;text-align:left;border-bottom: #efefef solid 1px;padding: 15px 5px;}
.pro_list_box_item_zdy:hover{background-color: #f9f9f9;}
.pro_list_box_item_l_zdy{width:205px; height:135px; float:left;}
.pro_list_box_item_l_zdy a img {width: 205px; height:135px; border:1px solid #ccc;}
.pro_list_box_item_r_zdy{height:135px; margin-left:20px; float:left;}
.pro_list_box_item_r_zdy a p{height: 36px; color:#333; text-overflow: ellipsis; white-space:nowrap; overflow:hidden; font-size: 15px; border: none;}
.pro_list_box_item_r_zdy a div{color:#666; height:50px;}
.content_more_a_zdy{ width: 90px; height: 30px; display:block;  margin-top:20px;}
.pro_list_box_item_zdy{overflow:hidden;}
.xwlb_img img:hover,.pro_list_box_item_l_zdy a:hover img{border:1px solid #666;}

/*产品详情参数*/
.n-prodCutting {text-indent:2em;font-size:14px;line-height:28px;}

/*联系我们*/
.cont_d{height:auto;}      /*地图侧高度*/
.cont_tl,.cont_dlt i,.cont_drt i{background: #0065cf;} /*文字背景颜色*/
.cont_dlt p,.cont_drm{color:#0065cf;}  /*文字背景颜色*/
.iconfont{color:#555;}      /*图标颜色*/
    
    
    
 @font-face {
  font-family: 'iconfont';  /* project id 559244 */
  src: url('http://at.alicdn.com/t/font_559244_otxxa1mm7a54s4i.eot');
  src: url('http://at.alicdn.com/t/font_559244_otxxa1mm7a54s4i.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_559244_otxxa1mm7a54s4i.woff') format('woff'),
  url('http://at.alicdn.com/t/font_559244_otxxa1mm7a54s4i.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_559244_otxxa1mm7a54s4i.svg#iconfont') format('svg');
}
    
 .iconfont_t{
  font-family:"iconfont" !important;
  font-size:60px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
 .iconfont{
  font-family:"iconfont" !important;
  font-size:60px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
 line-height:60px;}   

.cont_tl{width: 27%;height: 256px;}
.cont_tlt{display: block; font-size: 36px;font-weight: bold;color: #fff;line-height: 36px;margin-top: 40px; margin-left: 10%;}
.cont_tl  p {width: 226px;height: 45px;line-height: 45px; border: 2px solid #fff;font-size: 22px;color: #fff;text-align: center;margin-bottom: 30px;margin-left: 10%;margin-top: 30px;}
.cont_tl p span { font-weight: normal;font-size: 21px;}
.cont_tlc{display: block;font-size: 24px;color: #fff;font-family: arial;text-transform: uppercase;margin-left: 10%;}
.cont_tr{width: 73%;background: #eeeeee;height: 256px;font-size:50px;position: relative;} 
.cont_tr i{position: absolute;}  
.cont_tt {margin:0 auto;width: 67%;height: 55%;margin-top: 56px;}   
.cont_ttt  {font-size: 24px;color: #494949;}
.cont_tt p {font-size: 14px;line-height: 24px;height: 70px;overflow: hidden;color: #494949;padding-top: 25px;}
.cont_d{width:100%;padding-top: 25px;}
.cont_dl{width: 45%;height: auto;background: #f5f5f5;}   
.cont_dr{width: 55%;height: auto;background: #eee; padding-bottom: 30px;}      
.cont_dlt{margin-top: 45px;height: 30px;margin-bottom: 42px;}   
.cont_dlt i{width: 7px;height: 23px;display: block;float: left; margin-top: 4px;}   
.cont_dlt p {font-size: 28px;font-weight: bold;padding-left: 25px;line-height: 28px;}   
.cont_dld{height: 110px;padding-left:30px; width: 440px;}
.cont_dld1{ display: block; font-size: 18px;font-weight: normal;color: #333;height: 20px; padding-left: 80px;padding-top: 5px;} 
.cont_dld p{font-size: 14px;color: #666666;line-height: 26px; padding-left: 80px;}    
.cont_dld i{float: left;}  
.cont_drt {margin-left:45px;}
.cont_drm {display: block;float: left; font-size: 43px;line-height: 43px;font-weight: bold;margin-top: 45px;}   
.cont_drt i {display: block;float: left; width: 84px;height: 4px;}
.cont_drt p {font-size: 20px;font-weight: normal;color: #333;display: block;float: left;padding-top: 3px;}
.cont_drt1{margin-top: 53px;float: left;width: 100px;height: 40px;margin-left: 8px;margin-bottom: 30px;}
.cont_dl p  a {font-size:14px;}
.cont_dld p{padding-top:10px;}

/*简介*/
.about_n{ margin:0 auto; width:1200px; line-height:32px; font-size:15px;}
.about_n1{overflow:hidden;}
.about_nw { width:675px;}
.about_n2{ margin-top:10px; overflow:hidden;}
.about_n2 .about_nw {width: 720px; margin-top: 0;}
.n-news {font-size: 14px; color: #555; line-height: 24px; text-indent: 2em;}


.video_1 {float: left; margin-right: 20px; margin-top: 20px;}
.video_1:nth-child(2n){margin-left: 20px; margin-right: 0;}

/*产品多图展示*/
.propic_show_left {float: left; }
.propic_show_left .ls_smallimg{ width:420px;}
.propic_show_right {float: right; width: 470px; text-align: left; font-size: 14px; color: #555; line-height: 28px;}
.pro_detail_title {font-size: 16px;}
.propic_show_piclist {width: 100%; margin-top: 9%;}
.propic_show_piclist ul li {float: left; margin: 10px 10px 10px 0;}
.propic_show_piclist ul li:nth-child(4) {margin-right: 0;}
.propic_show_piclist ul li:nth-child(8) {margin-right: 0;}
.propic_show_piclist ul li a img { width: 137px; border: 1px solid #2B61B9;}
.pro_pic a img{ border:2px solid #2B61B9 !important;}
.MagicThumb img{border: 2px solid #2B61B9 !important;}

.prod_d.cp img,.prod_d.cp img:hover{ border: 2px solid #2B61B9;}
.prod_d table td span{ line-height:35px !important;}
#left, #center, #right { height: auto !important;}

/*产品参数*/
    .cpcs_t{font-size: 16px;color: #333;font-weight: bold;margin-bottom: 20px;margin-top: 20px;}
    .cpcs_w{font-size: 14px;line-height: 28px;}
.cpcs table {
border-collapse: collapse;
        width: 100%;
    }

.cpcs table td {
        border: 1px #ccc solid !important;
        line-height: 30px;
       text-align: center;
    }
.cpcs iframe{margin-bottom: 10px;margin-top: 10px;}


.wood{width: 100%;overflow: hidden;}
.wood em{ font-style:normal;}
.wood .con{width: 100%;overflow: hidden;height: auto;}
.wood .con .menu ul{width: 100%;overflow: hidden;}
.wood .con .menu li{    float: left;
    width: 154px;
    height: 52px;
    line-height: 44px;
    background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216114840_1085816959.jpg) no-repeat right;
    text-align: center;    margin-right: 20px;}
.wood .con .menu em{font-size: 16px;color: #333;}
.wood .con .menu span{display: inline-block;width: 33px;height: 28px;overflow: hidden;position: relative;top: 4px;margin-left: 58px;}
.wood .con .menu span{*display: inline;}
.wood .con .menu li.cur{    background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216114719_1572242996.jpg) no-repeat;}
.wood .con .menu li.cur em{color: #fff;font-weight: bold;}
.wood .con .menu li.cur span{background-position: left bottom;}
.wood .con .Box{width: 100%;overflow: hidden;height: 460px;}
.wood .con .Box li{ background-position:center;}
.wood .conboxs{width: 100%;overflow: hidden;height: 460px;}
.wood .conbox1 li{width: 100%;overflow: hidden;height: 460px;}
.wood .conbox2 li{width: 100%;overflow: hidden;height: 460px;}
.wood .conbox3 li{width: 100%;overflow: hidden;height: 460px;}
.wood .conbox4 li{width: 100%;overflow: hidden;height: 460px;}
.wood .container {margin-left: auto;margin-right: auto;width: 680px;margin-bottom: 30px;}
.db_l{ width: 1200px; margin: 0 auto;}
.db_l .tit { background:url(/ufile/64407/img/db_x.jpg) no-repeat center 52px; height:111px; text-align:center}
.db_l .tit p { font-size:32px; color:#0da0e7; height:52px; line-height:52px;}
.db_l .tit span { display:block; height:30px; color:#999999; font:14px Arial; line-height:30px; text-transform:uppercase}
.db_l .nr li a { font-size:22px; color:#fff; cursor:default; text-decoration:none;}
.db_l .nr .nones { background:none}
.pk_l{ position:relative; width:1200px; height:460px; overflow:hidden}
.pk_l dl { position:absolute; top:0; width:669px;}
.pk_l .dls1 { left:0;}
.pk_l .dls2 { right:0;}
.pk_l dt { font-size:0; line-height:0; width:669px; height:290px;}
.pk_l dt img { width:669px; height:290px;}
.pk_l dd { padding-top:24px; font-size:16px; line-height:24px; color:#333;height:300px; width:550px}
.pk_l h4 { height:49px; border-bottom:1px dotted #999999; padding-left:51px; font-size:20px; font-weight:bold; line-height:39px; margin-bottom:10px}
.pk_l .dls1 dd{ font-weight:bold}
.pk_l .dls2 dd{ font-weight:bold; float:right}
.pk_l .dls1 dd h4 { background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216113642_1760964507.png) no-repeat; color:#0066cb}
.pk_l .dls2 dd h4 { background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216113642_1992632505.png) no-repeat; color:#999999}
.img1{ left:493px; top:0; z-index:2; position:absolute}
.dz_bg{width: 100%; background: #F6F6F6;}
.dz{padding-top: 60px;}
.dz_top {text-align: center;background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216113642_804242887.jpg) no-repeat center 19px;height: 100px;}
.dz_top a { font-size:30px; color:#0066cb; font-weight:bold;background: #fff;padding-left: 20px;}
.dz_top a em { color:#ea3e00;font-style: normal;padding-right: 20px;}
.dz_top a span { display:block; font-size:20px; color:#333; font-weight:normal; padding:0 0 10px 0;}
.yzslc{background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216113613_74136899.jpg) no-repeat top center;height:505px;}
.lc_nr li{ text-align:center; float:left;margin:20px 11px 0 11px; line-height:30px; font-size:16px; color:#fff;}
.lc_nr{ width:1200px; margin:0 auto;    height: 240px;}
.lc_lx p span{ font-size:28px;}
.lc_lx p{    font-size: 14px;
    display: block;
    float: left;
    margin-left: 360px;
    line-height: 22px;}
.lc_lx{width:1200px; margin:0 auto; color:#fff;}
.lc_lx a{     font-size: 16px;
    color: #fff;
    margin-left: 80px;
    line-height: 50px;}
.lc_lx a:hover{ text-decoration:underline;}

.ban_n{ with:100%; height:350px;}
.ban_cont{ background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216141301_323055494.jpg) no-repeat center;}
.ban_com{ background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190409/20190409152331_282353475.jpg) no-repeat center;}



.gsys{width:1200px; margin:0 auto;}
.ys_top{     background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216161028_1743472883.jpg) no-repeat bottom center;
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    text-align: center;
    height: 142px;
    margin-top: 80px;
    padding-left: 87px;
    letter-spacing: 2px;}
.ys_top h4{font-size: 34px;font-weight: bold;color: #0066cb;line-height: 63px;letter-spacing: 0;}
.ys_nr{width:550px;}
.ys_r{ float:right;}
.ys_l{ float:left;}
.ys_znr1{ height:470px; background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216160919_1560461375.jpg) no-repeat left center; margin-top:70px;}
.ys_znr2{ height:450px; background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216160919_582921859.jpg) no-repeat right center;margin-top: 30px;}
.zys h2{    font-size: 24px;
    color: #fff;
    height: 62px;
    padding-left: 100px;
    padding-top: 14px;
	margin-bottom: 24px;}
.zys h2 i{ font-size:12px; font-weight:100; font-style:normal;    text-transform: uppercase;}
.zys li{font-size: 16px;
    color: #333;
    background: url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216160959_1920731258.gif) no-repeat 0px 7px;
    padding-left: 22px;
    line-height: 26px;
    margin-left: 82px;
    margin-top: 10px;}
.zys li span{ color:#ea3e00;}
.ys1 h2{background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216160800_1279189976.jpg) no-repeat left top #0066cb;}
.ys2 h2{background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216160800_1377828574.jpg) no-repeat left top #0066cb;}
.ys3 h2{background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216160800_705556854.jpg) no-repeat left top #0066cb;}
.ys4 h2{background:url(//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190216/20190216160800_650523972.jpg) no-repeat left top #0066cb;}
.zys{margin: 20px 0;}



.qqkefu{
    position: fixed;
    bottom:380px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:url("//memberpic.114my.cn/wanxinjixie/uploadfile/image/20190927/20190927192017_905696288.png") no-repeat;
    background-color: #0159B3;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li a:hover{ color: #fff;}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background-color:#EB4008;
}
.qqkefu ul li.top{
    background-position: 0 0;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}

.qqkefu ul li b{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li.qq_phone{
    background-position: right -46px;
}
.qqkefu ul li.qq_ku{
    background-position: right -92px;
}
.qqkefu ul li.qq_ms{
    background-position: right -138px;
}
.qqkefu ul li.qq_czb{
    background-position: right -184px;
}
.qqkefu ul li.qq_app{
    background-position: right -228px;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}


.qqkefu ul li.weixin{
    background-position: right -228px;
}


    .erweima{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 122px;
}
    .app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 132px;
}


.weixin_app{
    width: 130px;
    height: 150px;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.weixin_app p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.weixin_app p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.weixin_app .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    /*background:url(../images/czx6.png) no-repeat;*/
    position: absolute;
    right: -5px;
    top: 142px;
}

.protemptitl:before{background: #2256a2!important;}
.psupdown{margin-top: 30px!important;}
.page_jump, .page_total, .pages_box a{display: inline-block;padding: 0 14px;height: 36px;border: 1px solid #eee;border-radius: 36px;background: #eee;vertical-align: middle;line-height: 36px;}
.pages_box a{margin-left: 10px;}
.pages_box a.page_curr, .pages_box a:hover{background: #2256a2;color: #fff;}
.page_jump{margin-left: 10px;}