﻿@charset "UTF-8";
::selection { background: #057ac8; color: #fff; }

::-moz-selection { background: #057ac8; color: #fff; }

::-webkit-selection { background: #057ac8; color: #fff; }

/* 样式重置 */
* { margin: 0; padding: 0; box-sizing: border-box; }

body { color: #333; font: 16px/2 'Microsoft Yahei', Arial, sans-serif; }

a, a:after, a:before { color: inherit; cursor: pointer; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }

a:hover { color: #057ac8; text-decoration: none; outline: none; }

a:focus { color: inherit; text-decoration: none; }

li { list-style: none; }

ul, li, p { margin: 0; padding: 0; }

img { max-width: 100%; }

.transition { -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s; }

.padding-none { padding: 0 !important; }

.border-none { border: none !important; }

.display-none { display: none !important; }

.left-0 { left: 0 !important; }

.container-fluid, .container { padding: 0 8px; }
.clear{clear:both;}

/*主体样式*/
.m-top .top-wrap > div { padding: 16px 0 20px; }

.m-top .company { overflow: hidden; }

.m-top .company .mobil-logo { font-size: 20px; line-height: 1.43; text-align: center; }

.m-top .tell-wrap { margin-bottom: 10px; line-height: 24px; color: #818798; }

.m-top .tell-wrap .tell-intro span { display: block; margin-bottom: 4px; }

.m-top .tell-wrap .tell-intro .num { font-size: 24px; line-height: 1.2;font-weight: bold; color: #FFAD10; }

.m-top .tell-wrap img { position: relative;top: 25px;right:0px;max-width: 48px; float: right; }

.m-top .attestation img { display: inline-block; vertical-align: bottom; }
.topbg {width: 100%; height: 30px;line-height: 30px;background:#ececec;}
.topbg1{float:left;color: #999;font-size: 14px;}
.topbg2{ float:right;font-size: 14px;}
.topbg2 img {max-width: 200px;}
.topbg2 span{font-size: 14px; padding:0 10px;position: relative;}
.topbt2 a{display:inline-block;}
.topbg2 a.wx{background: url(/images/ic42.png) no-repeat left 2px;padding-left: 25px;}
.topbg2 a.m{background: url(/images/ic41.png) no-repeat left center;padding-left: 20px;}
.topbg2 a.wx em,.topbg2 a.m em {display: none;}
.topbg2 a.wx:hover em ,.topbg2 a.m:hover em{position: absolute;display: inline-block;z-index: 9999;top: 25px;right: 0;}
.topbg2 a{color: #999;font-size: 14px;}
/* 导航 */
#wrap[data-fixed="fixed"]{position: fixed;top:0;left: 0;margin: 0;z-index: 999999;width: 100%;}
.m-menu { background: #0462a0; }

.m-menu .pc-menu { height: 56px; }

.m-menu .pc-menu>ul>li { float: left; width: 12.5%; position: relative; }

.m-menu .pc-menu>ul>li a { display: block; text-align: center; line-height: 56px; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-menu .pc-menu>ul>li a:hover { background: #057ac8; }

.m-menu .pc-menu>ul>li .sub-menu { position: absolute; top: 80px; width: 100%; visibility: hidden; opacity: 0; z-index: -1; -webkit-transition: all ease 0.5s; -moz-transition: all ease 0.5s; transition: all ease 0.5s; }
.m-menu .pc-menu>ul>li .sub-menu a { padding: 0; font-size: 12px; background: #057ac8; border-top: 1px solid rgba(4, 98, 160, 0.5); line-height: 40px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-menu .pc-menu>ul>li .sub-menu a:hover { background: #0462a0; }

.m-menu .pc-menu>ul>li:hover a { background: #057ac8; }

.m-menu .pc-menu>ul>li:hover .sub-menu { top: 56px; visibility: visible; opacity: 1; z-index: 999; }

.m-menu .pc-menu .active a { background: #057ac8; }

.m-menu .mb-menu>ul>li a { display: block; color: #fff; line-height: 40px; text-align: center; border-right: 1px solid #035387; border-bottom: 1px solid #035387; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-menu .mb-menu>ul>li:nth-child(4n+4) a { border-right: 0; }
.prosubmenu>a:before {content: "▼";display: inline-block;transition: all 0.3s;}
.prosubmenu:hover>a:before {content: "▼";display: inline-block;transform: rotate(360deg);}
.sub-menu>li>a:after {content: " >";float: right;line-height: 38px;margin-bottom: 0px;margin-right: 10px;font-weight: bolder;display: inline-block;transition: all 0.3s;}
.sub-menu>li>a:hover:after {content: " >";line-height: 38px;margin-bottom: 0px;font-weight: bolder;display: inline-block;transform: translateX(10px);}
.sub-menu>li{position: relative;}
.sub-menu>li ul{ display:none}
.sub-menu>li:hover ul{ display:block;position: absolute;left: 200px;left: 100%;top: 0px;}
.m-menu .pc-menu .sub-menu>li>ul{}
.m-menu .pc-menu .sub-menu>li>ul>li>a{ padding:0 30px;}
/* Banner */
.m-banner .owl-controls { width: 100%; position: absolute; bottom: 0; margin-top: 0; z-index: 999; }

.m-banner .owl-controls .owl-page span { margin: 0 4px; width: 12px; height: 12px; background: #999; border: 1px solid #FFF; border-radius: 50%; opacity: 0.5; -webkit-transition: all ease 0.5; -moz-transition: all ease 0.5; transition: all ease 0.5; }

.m-banner .owl-controls .active span { background: #0462a0; opacity: 1; }

/* 首页模块 */
.m-module { padding: 50px 0; }

.m-module .title { margin-bottom: 40px; padding-bottom: 8px; line-height: 32px; position: relative; border-bottom: 1px solid #ddd; }

.m-module .title .ename { text-transform: uppercase; font-weight: 700; font-size:32px; color:#d2d2d2;}

.m-module .title .cname { font-size:24px; line-height: 2;color: #333;font-weight: bold;}

.m-module .title .decorate { position: absolute; left: 50%; bottom: -1px; margin-left: -28px; width: 56px; height: 2px; background: #0462a0; }

.m-module .more-wrap a { display: inline-block; margin-top: 25px; padding: 10px 26px; color: #0462a0; background: transparent; border: 1px solid #0462a0; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }

.m-module .more-wrap a i { font-size: 16px; padding-left: 5px; -webkit-transition: padding-left 0.3s ease-in-out 0s; -moz-transition: padding-left 0.3s ease-in-out 0s; transition: padding-left 0.3s ease-in-out 0s; }

.m-module .more-wrap a:hover { background: #057ac8; color: #fff; }

.m-gary { background-color: #f3f3f3; }

/* 首页公司介绍 */
.m-i-about .wrap { min-height: 264px; position: relative; background: #0462a0; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3); }

.m-i-about .wrap .info-box { color: #fff; font-size: 14px; line-height: 24px; padding: 24px; overflow: hidden; }
.m-i-about .wrap .info-box p img{float: none !important;display:block; margin:0 auto; max-width:100%;}

.m-i-about .wrap:after { content: ""; display: block; position: absolute; left: -5px; top: -5px; width: 100%; height: 100%; border: 1px solid #0462a0; }
.tp1{width: 100%;background: url(/images/aboutbg.jpg) top center no-repeat;}
.dk{width: 1200px;margin:auto;}
.tp1wz{color: #666; margin:auto;}
.tp1wz p{ font-size:16px;line-height:2;color: #000;}
.tp1wz p img{ max-width:100%;margin:20px 20px 50px 0;}
.tp1lj{ text-align: center;color: #0462a0;transition: all ease .3s;margin-top:20px;}
.tp1lj a {display: block;width: 100px;margin: 0 auto;}
.tp2{width: 100%; height:1138px;background: url() center no-repeat; display:none;}
@media (min-width: 768px){.m-i-about{display:none;}}
/*滚动*/
.indexScroll_l{ position:absolute; width:300px; left:0; top:40px; z-index:1;}
.indexScroll_1 ul{ margin:0; padding:0; list-style:none;}
.indexScroll_l li{ float:left; width:150px;}
.effect {width: 100%;overflow: hidden;}
.indexScroll_1 ul li img{ width:140px; border:2px solid #fff;}
.indexScroll_r{ _position:absolute; width:100%; right:0; top:50px;z-index:1;padding: 20px;background: #f2f2f2;box-sizing: border-box;}
.indexScroll_r_list{ margin:0; padding:0; list-style:none;}
.picMarquee-left{ overflow:hidden; position:relative; }	
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }	
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;		 cursor:pointer; background:url("../images/arrow.png") no-repeat;}	
.picMarquee-left .hd .next{ background-position:0 -50px;  }	
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }	
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:0;   }	
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }	
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }	
.picMarquee-left .bd ul li .pic{ text-align:center; }	
.picMarquee-left .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px; border:1px solid #ccc; }	
.picMarquee-left .bd ul li img{ width:100%; transition:all 0.6s;}
.picMarquee-left .bd ul li:hover img{ transform:scale(1.2);}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }	
.picMarquee-left .bd ul li .title{ line-height:24px;   }

/* 首页产品 */
.m-i-product .pr-list { padding: 15px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }
.m-i-product .pr-list .pic { height:248px; text-align: center; overflow: hidden;border: 1px #efefef solid;}
.m-i-product .pr-list .pic img{ transition:all 0.6s;}
.m-i-product .pr-list:hover .pic img{ transform:scale(1.2);}
.m-i-product .pr-list .caption { position: relative; line-height: 40px; padding-right: 20px; }

.m-i-product .pr-list .caption span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-i-product .pr-list .caption i { position: absolute; top:0; right: 0; font-size: 24px; color: #0462a0; }
.m-i-product .pr-list:hover { box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1); }
.icon-caret-right:before{ content:"►"; display:block; font-size:16px;}

/* 首页新闻 */
.m-i-news .news-list { padding: 15px; }

.m-i-news .news-list .box { height: 112px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }

.m-i-news .news-list .box .date { padding: 20px 0; width: 112px; height: 112px; line-height: 32px; background: #0462a0; color: #fff; }

.m-i-news .news-list .box .date .day { line-height: 40px; font-size: 32px; }

.m-i-news .news-list .box .text { background: #fff; padding: 15px 15px 15px 127px; height: 112px; }

.m-i-news .news-list .box .text .subject { font-size: 18px; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-i-news .news-list .box .text .info { color: #888; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical;line-height: 1.5;font-size: 14px;}

.m-i-news .news-list:hover .box { box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2); }
.m-i-news .news-list:hover .box .date{ background:#fb7f03;}
.m-i-news .news-list:hover .box .text .subject { color: #0462a0; }

/* 友情链接 */
.m-fd-links { padding: 20px; }

.m-fd-links span { margin-right: 5px;  }
.m-fd-links span p {display: inline-block;color: #808080;font-weight: bold; font-size: 14px;}
.m-fd-links span p a{color: #808080;}
.m-fd-links a:after { content: "|"; margin: 0 10px; }

.m-fd-links a:last-child:after { content: ""; }

.m-fd-links a:hover:after { color: #666; }

/* 底部 */
.m-footer { border-top: 1px solid #035387; background: #0462a0; padding: 20px 0 30px;font-size: 12px;line-height: 2; color: #fff; }

.m-footer .info a:hover { color: #fff; text-decoration: underline; }

.m-footer span { display: inline-block; padding: 0 10px; }

.m-footer .cw-ky a { display: inline-block; padding: 0 4px; }

/* 返回顶部 */
.m-side-tool { position: fixed; bottom: 40px; right: 20px; z-index: 999; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); }

.m-side-tool li { border: 1px solid #dcdcdc; border-bottom: none; background-color: #fff; -webkit-transition: 0.1s ease-in; -moz-transition: 0.1s ease-in; transition: 0.1s ease-in; }

.m-side-tool li:first-child { border-radius: 4px 4px 0 0; }

.m-side-tool li:last-child { border-bottom: 1px solid #dcdcdc; border-radius: 0 0 4px 4px; }

.m-side-tool li a { width: 50px; height: 50px; line-height: 50px; text-align: center; display: block; position: relative; z-index: 2; background: url(/images/totop.png) no-repeat center;}
.m-side-tool li a:hover{ background: url(/images/totop1.png) no-repeat center;}
.m-side-tool li a:after { content: attr(data-original-title); position: absolute; right: 60px; top: 50%; margin-top: -15px; display: inline-block; min-width: 90px; padding: 0 10px; height: 30px; line-height: 30px; color: #fff; background: #1a1a1a; border-radius: 3px; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; opacity: 0; visibility: hidden; -webkit-transform: translateX(15px); -moz-transform: translateX(15px); transform: translateX(15px); z-index: 1; }

.m-side-tool li a:hover:after { opacity: 1; visibility: visible; -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); }

.m-side-tool li i { font-size: 26px; }

/*客服组件*/
.m-consultant { position: fixed; top: 250px; right: -154px; z-index: 999; border-radius: 6px 0px 0 6px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.m-consultant * { box-sizing: border-box; }

.m-consultant .controls { display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; text-align: center; background: #fff; color: #0462a0; cursor: pointer; font-family: sans-serif; font-weight: 700; }

.m-consultant .group { width: 30px; float: left; height: 180px; background: #0462a0; padding: 10px 0; color: #fff; text-align: center; margin-top: 1px; margin-right: -1px; position: relative; z-index: 2; cursor: pointer; }

.m-consultant .group .info { display: inline-block;font-size: 16px; }

.m-consultant .group:hover { background: #057ac8; }

.m-consultant .wrap { float: left; width: 154px; font-size: 12px; border: 1px solid #ddd; background: #fff; overflow: hidden; position: relative; z-index: 1; }

.m-consultant .wrap .title { height: 28px; line-height: 28px; color: #fff; background: #0462a0; overflow: hidden; padding: 0 10px 0 15px; }

.m-consultant .wrap .title .b-close { float: right; margin-top: 4px; }

.m-consultant .wrap .sm-th { padding: 10px 0; border-bottom: 1px solid #ccc; }

.m-consultant .wrap .sm-th .sm-info { padding: 7px 12px 14px 12px; }

.m-consultant .wrap .sm-th .sm-tall { line-height:2; text-align: center;font-weight: bold;}

.m-consultant .wrap .qq-server .list { padding: 10px 0; }

.m-consultant .wrap .qq-server .list li { padding: 5px 10px; text-align: center; }

.m-consultant .wrap .qr-code { border-top: 1px solid #ddd; padding: 10px; text-align: center; }

.m-consultant .wrap .qr-code .qr-wrap { height: 132px; overflow: hidden; }

.m-consultant .wrap .qr-code .qr-wrap img { max-width: 100%; }

.m-consultant .wrap .qr-code .qr-info { padding-top: 10px; }

.m-consultant .wrap .qr-code-hidden {  }

/* 首页媒介查询 */
@media screen and (max-width: 768px) { * { cursor: pointer; }
  .m-top .company .company-info .title { margin: 0 0 10px 0; font-size: 20px; line-height: 1.43; }
  .m-module { padding: 25px 0; }
  .m-module .title { padding-bottom: 8px; margin-bottom: 20px; }
  .m-i-product .pr-list { padding: 10px; }
  .m-i-product .pr-list .pic { height: 110px; }
  .m-i-news .wrap { margin: 0 -8px; }
  .m-i-news .news-list { padding: 8px; }
  .m-i-news .news-list .box { height: 80px; }
  .m-i-news .news-list .box .date { padding: 12px 0; width: 80px; height: 80px; line-height: 24px; }
  .m-i-news .news-list .box .date .day { line-height: 34px; font-size: 26px; }
  .m-i-news .news-list .box .text { padding: 8px 8px 8px 88px; height: 80px; }
  .m-i-news .news-list .box .text .subject { font-size: 16px; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .m-i-news .news-list .box .text .subject a { color: #333; }
  .m-i-news .news-list .box .text .subject a:hover { color: #0462a0; }
  .m-footer { padding: 20px 0; } }

@media screen and (min-width: 768px) { .container { width: 100%; } }

@media screen and (min-width: 992px) { .container { width: 100%; } }

@media (min-width: 1200px) { .container { width: 1170px; } }

/* 内页样式 */
.m-page { padding: 48px 0; background: #f3f3f3; }

.m-page .left-box { padding-left: 0; }

.m-page .left-box .menu-wrap { background: #fff; }

.m-page .left-box .menu-wrap .title { height: 60px; line-height: 60px; background: #0462a0; color: #fff; font-size: 18px; text-align: center; }

.m-page .left-box .menu-wrap .menu-list { padding-bottom: 20px; }
.m-page .left-box .menu-wrap .menu-list>a{list-style-type: circle;display: inline-block;width: 48%;text-align: center;}
.m-page .left-box .menu-wrap .menu-list .items{}
.m-page .left-box .menu-wrap .menu-list .items a { display: block; overflow: hidden; padding: 15px;border-top: 1px dashed #eee; border-bottom: 1px dashed #eee; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.m-page .left-box .menu-wrap .menu-list .items a:before{ content:"❖"; display:block;float: left;padding-right: 5px;}
.m-page .left-box .menu-wrap .menu-list .items a i { float: right; vertical-align: middle; font-size: 20px; color: #057ac8;font-style: normal;line-height: 1.5;}
.m-page .left-box .menu-wrap .menu-list .items a i:after{ content:"∨"; display:block; font-weight:bold;}
.m-page .left-box .menu-wrap .menu-list .items a:hover { color: #fff; background: #057ac8; border-bottom-color: #057ac8; }

.m-page .left-box .menu-wrap .menu-list .items a:hover i { color: #fff; }

.m-page .left-box .menu-wrap .menu-list .items > a:hover { padding: 15px 20px; }

.m-page .left-box .menu-wrap .menu-list .subnav a { padding: 12px 15px 12px 30px; color: #666; font-size: 12px; }

.m-page .left-box .contact { margin-top: 30px; background: #fff; }

.m-page .left-box .contact .pic { display: block; position: relative; height: 96px; overflow: hidden; }

.m-page .left-box .contact .pic .text { position: absolute; top: 50%; margin-top: -32px; width: 80%; height: 64px; background: #0462a0; background: rgba(33, 33, 33, 0.5); line-height: 32px; }

.m-page .left-box .contact .pic .text span { display: block; padding-left: 16px; text-transform: uppercase; font-size: 18px; font-weight: 700; color: #FFF; }

.m-page .left-box .contact .contact-list { padding: 16px; }

.m-page .left-box .contact .contact-list li { padding: 7px 0; }

.m-page .right-box { padding-right: 0; }

.m-page .right-box .right-con { padding: 23px 32px; background: #fff; }

.m-page .right-box .right-con > .title { line-height: 48px; border-bottom: 1px solid #ddd; }

.m-page .right-box .right-con > .title .name { font-size: 22px; }

.m-page .right-box .right-con > .title .name i { vertical-align: middle; font-size: 26px; padding-right: 10px; }

.m-page .right-box .right-con > .title .sitepath .link { color: #666; max-width: 520px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-page .right-box .right-con > .title .sitepath .link span { padding-right: 5px; }

.m-page .right-box .right-con > .title .sitepath .link i { padding: 0 10px; }

.m-page .right-box .right-con > .title .sitepath .menu-link { cursor: pointer; }

.m-page .right-box .right-con .main { padding-top: 15px; }

.m-page .right-box .right-con .main .intro-pic { width: 250px; max-height: 190px; padding: 4px; border: 1px solid #ddd; text-align: center; overflow: hidden; margin: 0 auto 15px; }

.m-page .right-box .right-con .main .intro-wrap { line-height:1.8; }

.m-page .right-box .right-con .main .intro-wrap img { max-width: 100%;margin: 0 20px 20px 0;border: 1px #efefef solid;border-radius: 20px;}

.m-page .right-box .m-p-list .list { padding: 8px; }

.m-page .right-box .m-p-list .list .p-img { height: 145px; padding: 4px; border: 1px solid #ddd; overflow: hidden; position: relative; text-align: center; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }

.m-page .right-box .m-p-list .list .p-img img { display: block; max-height: 100%; position: absolute; left: 0%; top: 0%;  transition:all 0.6s;}
.m-page .right-box .m-p-list .list .p-img:hover img{ transform:scale(1.2);}
.m-page .right-box .m-p-list .list .p-title { padding: 15px 0 5px; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }

.m-page .right-box .m-p-list .list:hover .p-img { border-color: #057ac8; }

.m-page .right-box .m-p-list .list:hover .p-title { color: #057ac8; }

.m-page .menu-wrap, .m-page .contact, .m-page .right-con { box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

/* 产品详细 */
.m-p-view .pv-title { text-align: center; font-size: 24px; line-height: 32px; padding: 10px 0; }

.m-p-view .pv-pic { margin: 20px 0; text-align: center; }

.m-p-view .pv-pic img { max-width: 60%; border: 1px solid #ddd; padding: 3px; }

.m-p-view .pv-date { text-align: center; margin: 16px 0; background: #eee; line-height: 40px; color: #666; }

.m-p-view .pv-intro,.m-p-view .pv-intro p{ line-height:2; }
.m-p-view .pv-intro,.m-p-view .pv-intro p img{ display:block; margin:0 auto; max-width:100%;}

/* 新闻列表 */
.m-p-news .news-list li a { display: block; overflow: hidden; border-bottom: 1px dashed #DDD; line-height: 40px; color: #666; }

.m-p-news .news-list li a .title { max-width: 80%; display: inline-block; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }

.m-p-news .news-list li a .title:before { content: "·"; margin-right: 10px; font-weight: 700; }

.m-p-news .news-list li a .date { color: #999; }

.m-p-news .news-list li a:hover { color: #057ac8; }

.m-p-news .news-list li a:hover .title { padding-left: 10px; }

/* 供应信息 */
.m-supply-details .sd-header { border: 1px solid #ddd; overflow: hidden; margin-bottom: 20px; }

.m-supply-details .sd-header .sd-pic { padding: 15px; text-align: center; overflow: hidden; border-right: 1px solid #ddd; position: relative; height: 310px; }

.m-supply-details .sd-header .sd-pic img { display: block; padding: 15px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.m-supply-details .sd-header .sd-info { padding: 12px 15px; }

.m-supply-details .sd-header .sd-info > .caption { font-size: 18px; font-weight: 700; padding-bottom: 15px; border-bottom: 1px solid #ddd; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-supply-details .sd-header .sd-info > .intro { padding-top: 10px; }

.m-supply-details .sd-header .sd-info > .intro p { margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; }

.m-supply-details .sd-header .sd-info > .intro .title { font-size: 18px; color: #f5641d; font-weight: 700; }

.m-supply-details .sd-header .sd-info .si-contact { padding: 10px 20px; overflow: hidden; border: 1px solid #fbbeaf; background-color: #fff1ed; }

.m-supply-details .sd-header .sd-info .si-contact .tell { font-size: 18px; color: #666; font-weight: 700; margin-bottom: 10px; }

.m-supply-details .sd-header .sd-info .si-contact .online { margin-bottom: 10px; }

.m-supply-details .sd-header .sd-info .si-contact .online img { margin-right: 5px; }

.m-supply-details .sd-content .c-tabs { border-bottom: 1px solid #ddd; overflow: hidden; }

.m-supply-details .sd-content .c-tabs span { float: left; cursor: pointer; padding: 10px 30px; }

.m-supply-details .sd-content .c-tabs .current { background: #057ac8; color: #fff; }

.m-supply-details .c-con { display: none; padding: 20px 0; }

.m-supply-details .c-con .explain { padding-bottom: 20px; border-bottom: 1px solid #ddd; }

.m-supply-details .c-con .explain .list { padding: 0; line-height: 30px; }

.m-supply-details .c-con .introduce { padding-top: 20px; line-height: 24px; }

.m-supply-details .c-con .introduce img { max-width: 100%; }

.m-supply-details .active { display: block; }

.m-supply-details .sd-newInfo .nTitle { font-size: 16px; line-height: 35px; border-bottom: 1px solid #ddd; }

.m-supply-details .sd-newInfo .nTitle i { font-size: 18px; padding-right: 10px; color: #057ac8; }

.m-supply-details .sd-newInfo .nMain { padding: 15px 0; }

.m-supply-details .sd-newInfo .nMain .list { padding: 0 5px; }

.m-supply-details .sd-newInfo .nMain .list a { display: block; line-height: 35px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.m-supply-details .sd-newInfo .nMain .list a i { color: #333; padding-right: 10px; }

.m-supply-details .sd-newInfo .nMain .list a:hover { color: #057ac8; }

/* 名片 */
.m-card { padding: 15px; background: #f4f4f4; }

.m-card .cw-tp .c-logo { width: 80px; height: 80px; padding: 2px; border: 1px solid #ddd; overflow: hidden; margin-right: 15px; }

.m-card .cw-tp .c-logo img { height: 100%; }

.m-card .cw-tp .c-info p { margin-top: 10px; }

.m-card .cw-tp .c-info .p-title span { padding-right: 10px; }

.m-card .cw-tp .c-info .p-title span b { font-weight: 700; font-size: 16px; padding-right: 5px; }

.m-card .cw-tp .c-info .p-phone span { color: #057ac8; }

.m-card .cw-bd { margin: 10px 0; padding: 10px 15px; background: #fbe9b1; }

.m-card .cw-bd p { line-height: 35px; }

.m-card .cw-bd .c-caption { font-size: 16px; font-weight: 700; }

.m-card .cw-bd .c-links .line { padding: 0 15px; }

.m-card .cw-ft .list { padding: 5px; color: #057ac8; }

.m-card .cw-ft .list span { color: #333; padding-right: 5px; }

/* 企业图集 */
.m-modal { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999; visibility: hidden; }

.m-modal .mask { width: 100%; height: 100%; background: #000; opacity: .4; filter: alpha(opacity=40); }

.m-modal .wrap { position: absolute; left: 50%; top: 50%; width: 500px; border-radius: 5px; padding: 10px; background: #fff; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; -webkit-transform: translate(-50%, -50%) scale(0.8); -moz-transform: translate(-50%, -50%) scale(0.8); transform: translate(-50%, -50%) scale(0.8); visibility: hidden; opacity: 0; }

.m-modal .wrap .close-btn { display: block; position: absolute; top: -12px; right: -12px; width: 30px; height: 30px; text-align: center; border-radius: 100%; background: #fff; color: #666; border: 4px solid #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); }

.m-modal .wrap .close-btn:hover { color: #057ac8; }

.m-modal .wrap .close-btn i { font-size: 20px; }

.m-modal-on { visibility: visible; }

.m-modal-on .wrap { -webkit-transform: translate(-50%, -50%) scale(1); -moz-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); visibility: visible; opacity: 1; }

/* 联系页面 */
.m-guest { padding-top: 15px; }

.m-guest .tips { padding: 15px 0 20px; line-height: 22px; color: #999; }

.m-guest .form-group { margin-bottom: 20px; }

.m-guest .form-control { border-radius: 0; resize: vertical; }

.m-guest .form-control:focus { border-color: #057ac8; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 122, 200, 0.4); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 122, 200, 0.4); }

.m-guest .yzm-control { display: inline-block; width: 100px; margin-right: 10px; }

.m-guest .btns .btn { background: #057ac8; color: #fff; border-radius: 0; padding: 8px 30px; margin-right: 15px; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; transition: all ease 0.3s; }

.m-guest .btns .btn-submit:hover { background: #0462a0; }

.m-guest .btns .btn-reset { background: #0462a0; }

.m-guest .btns .btn-reset:hover { background: #057ac8; }

/* 上一条 & 下一条 */
.m-g-links { margin-top: 30px; }

.m-g-links p { margin-bottom: 10px; }

.m-g-links p a { color: #666; padding-left: 5px; }

.m-g-links p a:hover { color: #057ac8; padding-left: 10px; }

/* 相关产品 */
.m-correlation-pro { padding-top: 25px; }

.m-correlation-pro .cp-title { margin: 10px 0; border-left: 5px solid #0462a0; padding-left: 10px; font-size: 18px; line-height: 1; }

/* 分页 */
.m-pagination { text-align: center; }

.m-pagination .pagination { margin: 30px 0 0; }

.m-pagination .pagination > li > a, .m-pagination .pagination > li > span { color: #0462a0; }
.m-pagination .pagination > li > a.current{background-color: #0462a0;color: #fff;}
.m-pagination .pagination > .active > a, .m-pagination .pagination > .active > a:focus, .m-pagination .pagination > .active > a:hover, .m-pagination .pagination > .active > span, .m-pagination .pagination > .active > span:focus, .m-pagination .pagination > .active > span:hover { color: #fff; background-color: #057ac8; border-color: #057ac8; }


	.xnl{ display:none !important;}
	.xnr,.xnr .col-sm-9{ width:100% !important; padding:0 !important;}
/* toolBar */
@media screen and (max-width:1200px) {
.dk {width:100%;margin: auto;}
}
@media screen and (max-width:767px) {
#foottoolbar{color:#fff;text-align:center;width:100%;height:65px;float:left;position:fixed;bottom:0;left:0;z-index:10000;background:#1FA0F4;background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#1FA0F4), to(#000000));}
#foottoolbar ul{margin: 0px;padding: 0px;}
#foottoolbar li{float:left;width:25%;height:63px;background:url(http://www.xxwq.cn/mcode/dfloat/f_li.png) no-repeat left center;}
#foottoolbar li.t_first{background:none;}
#foottoolbar a{width:100%;height:24px;color:#fff;display:block;padding:30px 0 0 0;line-height:24px;font-size:14px;}
.f1{background:url(http://www.xxwq.cn/mcode/dfloat/f1.png) no-repeat center 8px; background-size:20px 20px}
.f2{background:url(http://www.xxwq.cn/mcode/dfloat/f2.png) no-repeat center 8px;background-size:20px 20px}
.f3{background:url(http://www.xxwq.cn/mcode/dfloat/f3.png) no-repeat center 8px;background-size:20px 20px}
.f4{background:url(http://www.xxwq.cn/mcode/dfloat/f4.png) no-repeat center 8px;background-size:20px 20px}
.f5{background:url(http://www.xxwq.cn/mcode/dfloat/f5.png) no-repeat center 8px;background-size:20px 20px}
.f6{background:url(http://www.xxwq.cn/mcode/dfloat/f6.png) no-repeat center 8px;background-size:20px 20px}
.f7{background:url(http://www.xxwq.cn/mcode/dfloat/f7.png) no-repeat center 8px;background-size:20px 20px}
.f5 h3{height: 40px;line-height: 40px;}
.f5 h4{margin: 0px;height: 45px;line-height: 45px;}
.f5 p{background: url(http://www.xxwq.cn/mcode/dfloat/wwxx1.png) 0 2px no-repeat;width: 180px;margin: 0 auto;background-size:33px;padding-left: 45px;font-size: 16px;color: #525252;text-align: center;}
.f5 p span{background: #e8e8e8;padding: 3px 8px;display: inline-block;width: 100%;border-radius: 3px;font-weight: bold;box-sizing: border-box;}
.hidden{ width:100%;height:65px; float:left; display:block;}
.f5 a{position:relative;}
.f5 div{display:none;color:red;width:100%;height:auto; padding:10px 0;background-color:#FFF;position:absolute;top:-378px;left:0px; margin-bottom:0px;cursor:default;box-shadow:0px -10px 10px #000;}
.f5 img{ width:193px;}
.close {background: orange;color: red;border-radius: 12px;line-height: 20px;text-align: center;height: 20px;width: 20px;font-size: 18px;padding: 1px;top: 20px;right: 20px;position: absolute;}
.close::before {content: "\2716";}
}
@media screen and (min-width:768px) {
#foottoolbar{ display:none;}
}

@media screen and (max-width: 768px) {
	.m-top .company .mobil-logo h1{font-size: 8vw;font-weight: bold;margin-top: 5px;}
	.m-top .company .mobil-logo span{font-size: 3.5vw;}
  .topbg2{ display:none;}
  .m-page { padding: 25px 0; }
  .m-page .left-box { position: fixed; width: 60%; height: 100%; left: 0; top: 0; z-index: 10001; padding: 0; visibility: hidden; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); transform: translateX(-100%); box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2); }
  .m-page .left-box .menu-wrap { height: 100%; }
  .m-page .left-box .menu-wrap .menu-list { padding-bottom: 0; width: 100%; height: calc(100% - 60px); overflow-x: hidden; overflow-y: auto; }
  .m-page .left-box .menu-wrap .menu-list .items > a:hover { padding: 15px; }
  .m-page .left-box .menu-wrap .menu-list .subnav a { padding: 13px 13px 13px 20px; }
  .m-page .current { visibility: visible; -webkit-transform: translateX(0); -moz-transform: translateX(0); transform: translateX(0); }
  .m-page .right-box { padding: 0; }
  .m-page .right-box .right-con { padding: 10px; }
  .m-page .right-box .right-con > .title .name { font-size: 20px; }
  .m-page .right-box .right-con > .title .name i { font-size: 18px; }
  .m-page .right-box .right-con > .title .sitepath .menu-link { color: #057ac8; }
  .m-page .right-box .m-p-list .list .p-img { height: 127px; }
  .m-p-view .pv-title,.m-p-view .pv-title h1{ font-size:20px; line-height:2;}
  .m-p-view .pv-pic img { max-width: 80%; }
  .m-g-links { margin-top: 20px; }
  .m-p-news .news-list li a .title { max-width: 100%; }
  .m-supply-details .sd-header .sd-pic { border-right: 0; border-bottom: 1px solid #ddd; }
  .m-supply-details .sd-header .sd-info > .intro p { white-space: normal; line-height: 24px; }
  .m-modal .wrap { width: 280px; }
  
  #wrap[data-fixed="fixed"]{ display:none !important;}
  .pv-intro table *{ font-size:14px !important;}
.editable_content .table_style2 > tbody > tr > td { padding-bottom:2px; padding-top:2px; display:block;}
.editable_content .table_style2 > tbody > tr td:first-child { font-weight:normal; display:block;}
.editable_content .table_style2 > tbody > tr{border-bottom:1px solid #6e6e6e; display:block;}
.editable_content .table_style2 > tbody > tr > th{ white-space:normal;  display:block;}
}
@media screen and (max-width:375px) {
.m-menu .mb-menu>ul>li a{ font-size:14px;}
}


/*表格*/
.editable_content table{ width:100%;}
.editable_content table *{padding: 0 !important;margin: 0 !important; font-size:14px;}
.editable_content table.table_style2 tr:nth-child(2n+3){ background-color:#fff;}
.editable_content .table_style2 > tbody > tr > th, .table_style2 > tbody > tr > td{ border-left: none; border-bottom: none;min-width: auto !important;white-space: pre-wrap !important;}
.editable_content .table_style2 > tbody > tr > td { padding-bottom:2px; padding-top:2px;}
.editable_content .table_style2 > tbody > tr td:first-child { font-weight:normal;}
.editable_content .table_style2 > tbody > tr{border-bottom:1px solid #6e6e6e;}
.editable_content .table_style2 > tbody > tr > th{ white-space:normal; }

body {
    filter: blur(5px);
    -webkit-filter: blur(3px);
}

/* 或者对所有元素应用模糊 */
* {
   filter: blur(5px);
   -webkit-filter: blur(3px);
}
