@charset "utf-8";body {background:#fff;font-size:14px;}
a {text-decoration:none;-webkit-transition:all 0.10s linear 0.01s;-moz-transition:all 0.10s linear 0.01s;-ms-transition:all 0.10s linear 0.01s;-o-transition:all 0.10s linear 0.01s;transition:all 0.10s linear 0.01s;color:#000;}
a:hover {text-decoration:none;}
ul {padding:0;list-style:none;margin:0;}
li,img {-webkit-transition:all 0.20s linear 0.01s;-moz-transition:all 0.20s linear 0.01s;-ms-transition:all 0.20s linear 0.01s;-o-transition:all 0.20s linear 0.01s;transition:all 0.20s linear 0.01s;}
em {font-style:normal;}
@keyframes promove {from {transform:translateX(0px)}
to {transform:translateX(5px)}
}
h1,h2,h3,h4,h5,h6 {margin:0 auto;}
.container {max-width:1200px;width:1200px !important;padding:0;position:relative;}
.header {z-index:100;width:100%;position:relative;}
.header .head-top {height:35px;line-height:35px;background:#fafafa;}
.header .head-top .left {float:left;color:#5d5d5d;}
.header .head-top .left i {font-size:18px;margin-right:10px;}
.header .head-top .right {float:right;}
.header .head-top .right ul li {float:left;color:#5d5d5d;}
.header .head-top .right a {color:#5d5d5d;}
.header .head-top .right span {color:#ccc;margin:0 8px;}
.header .head-top .right .wechat {float:right;position:relative;}
.header .head-top .right .wechat img {position:absolute;right:0px;display:none;z-index:300;width:150px;}
.header .head-top .right .wechat:hover {cursor:pointer;}
.header .head-top .right .wechat:hover img {display:block;}
.header .head-center {height:130px;background:#fff;}
.header .head-center .left {float:left;margin-bottom:0;margin-right:35px;}
.header .head-center .left .logo {float:left;}
.header .head-center .left .logo h2{display:inline;}
.header .head-center .left .logo img {float:left;margin-top: 14px;}
.header .head-center .left .text {float:left;margin-top:34px;border-left:1px solid #ccc;height:72px;padding-left:10px;}
.header .head-center .left .text .t-1 {font-size:23px;color:#005BAC;}
.header .head-center .left .text .t-1 span {color:#ef3e00;}
.header .head-center .left .text .t-2 {margin-top:10px;font-size:18px;letter-spacing:3px;}
.header .head-center .right {float:right;margin-top:20px;}
.header .head-center .right .phone {margin-top:12px;overflow:hidden;float:left;margin-left:20px;}
.header .head-center .right .phone_left {float:left;width:246px;}
.header .head-center .right .phone_left .phone_num {font-size:18px;}
.header .head-center .right .phone_left .phone_num p {font-size:27px;color:#464646;}
.header .head-center .right .phone img {float:left;margin-right:6px;}
.header .nav {height:50px;clear:both;z-index:200;position:relative;background-color:#f3f3f3;}
.header .nav ul {margin:0 auto;}
.header .nav ul li {float:left;position:relative;}
.header .nav ul a {color:#5d5d5d;float:left;display:block;height:50px;line-height:50px;padding:0 43px;font-size:16px;font-weight: bold;}
.header .nav ul a:hover{color:#fff;float:left;display:block;height:50px;line-height:50px;padding:0 43px;font-size:16px;background:#005BAC;}
.header .nav ul .on a {background-color:#005BAC;font-weight:bold;color: #fff;}
.header .nav ul .sub {display:none;width:150px;position:absolute;left:0;top:50px;line-height:26px;background:#FFFFFF;float:left;color:#333333;}
.header .nav ul li:hover .sub{display: inline;}
.header .nav ul .sub li {float:left;border-bottom:1px solid #eee;}
.header .nav ul .sub li a {display:block;width:150px;padding:0;height:50px;border-right:0;font-size:14px;text-align:center;background:#f3f3f3;}
.header .nav ul .on li a {background:#005BAC;color:#fff;}
.header .nav ul .sub li a:hover {background:#005BAC;color:#fff;font-size:14px;height:50px;}
/* .header .head-bottom {height:2px;clear:both;position:relative;} */
/* 导航 */
.navbar-example { position: fixed; top: 20%; left: 0; width: 50px; z-index: 80; }
.navbar-example .nav { background: none; }
.navbar-example .nav img{height:40px;}
.navbar-example .navbar-collapse { padding: 0; }
.navbar-example .navbar-nav>li { display: block; float: none; height: 40px; width: 80px; border-top: 1px solid #035197; text-align: center; line-height: 40px; background:#005BAC; border-right: 1px solid #035197; }
.navbar-example .navbar-nav>li:last-child{border-bottom: 1px solid #6b0000;}
.navbar-example .navbar-nav>li>a { padding: 0; line-height: 40px; color: #fff; }
.navbar-example .navbar-nav>li>a:hover { background: #fff; color: #005BAC; padding:11px;}
.navbar-example .navbar-nav>li.active>a { color: #005BAC; cursor: default; background-color: #fff; border: 0; line-height: 40px; }
/* banner */
.banner {width:100%;overflow:hidden;position:relative;}
.banner .hd {height:20px;overflow:hidden;position:absolute;bottom:10px;z-index:1;left:46%;}
.banner .hd ul {overflow:hidden;zoom:1;float:left;}
.banner .hd ul li {float:left;margin-right:2px;width:10px;height:10px;line-height:14px;text-align:center;background:rgba(255,255,255,0.4);cursor:pointer;border-radius:100px;margin:0 2px;}
.banner .hd ul li.on {background:#005BAC;color:#005BAC;width:40px;}
.banner .bd {width:100%;overflow:hidden;margin:0 auto;position:relative;text-align:center;}
.banner .bd ul {width:100%;top:0;left:0}
.banner .bd li {float:left;width:100%;}
.banner .bd li span {display:block;width:100%;}
.banner .bd li img {width:100%;}
.banner .prev,.banner .next {height:75px;line-height:75px;background:#fff;position:absolute;top:45%;margin-top:-25px;display:block;filter:alpha(opacity=50);opacity:0.5;font-size:50px;color:#000;padding:0 5px;}
.banner .next {left:auto;right:0;background-position:8px 5px;}
.banner .prev:hover,.banner .next:hover {filter:alpha(opacity=100);opacity:1;}
.banner .prevStop {display:none;}
.banner .nextStop {display:none;}
/* 关键词 */
.keywords{height:55px;border-bottom:1px solid #ccc;}
.keywords .left{float:left;}
.keywords .tags span {float:left;line-height: 55px;}
.keywords .tags h4 {font-size:14px;float:left;line-height:40px;margin:0;margin-right:5px;line-height: 55px;}
.keywords .center{width:300px;float:right;}
.keywords .center img{margin-top:30px;}
.keywords .center .search { width: 300px; margin-top: 10px; overflow: hidden; }
.keywords .center .search .text { padding-left: 10px; height: 34px; width:200px; float: left; }
.keywords .center .search .button { width:70px; float: left; height: 34px; background: #005BAC; color: #fff; line-height: 38px; border: 0; }
.keywords .center .search .button i{font-size: 20px;line-height: 34px;}
/* 标题 */
.index-title {text-align:center;padding:30px 0;position:relative;}
.index-title .title-1 {letter-spacing:0px;font-size:26px;display:inline-block;z-index:10;position:relative;padding:12px 60px;font-weight:600}
.index-title .title-1 span {color:#005BAC;}
.index-title .title-2 {font-size:16px;color:#4d4d4d;margin-top:0px;margin-bottom:15px;}
.index-title .title-3 {width:45px;height:3px;background:#005BAC;margin:0 auto;border-radius:100px;}
/* 产品展示 */
.wm-product {}
.wm-product .index-title .title-2 {font-size:16px;color:#4d4d4d;margin-top:0px;margin-bottom:15px;}
.wm-product .index-title .title-2 h1{font-size:16px;color:#4d4d4d;display: inline;}
.wm-product .index-title .title-3 {width:45px;height:3px;background:#005BAC;margin:0 auto;border-radius:100px;}
.wm-product {clear:both;overflow:hidden;border-top:1px solid #ccc;}
.wm-product .pro-nav {float:left;width:270px;background:#fff;border:1px solid #eee;}
.wm-product .pro-nav .pro-nav-t {background:#005BAC;font-size:20px;font-weight:bold;text-align:center;color:#fff;padding-top:12px;padding-bottom:12px;}
.wm-product .pro-nav .pro-nav-t span {display:block;font-size:12px;font-weight:500;margin-top:2px;}
.wm-product .pro-nav .pro-nav-menu{background: #f9f9f9;border-radius: 10px;}
.wm-product .pro-nav .pro-nav-menu dl{color:white;padding:5px 10px;line-height:30px;margin-bottom: 0}
.wm-product .pro-nav .pro-nav-menu dd{text-align:center;padding:0 18px;border-bottom:1px dashed #ccc;font-size: 15px;}
.wm-product .pro-nav .pro_list{color:white;line-height:40px;margin-bottom: 8px;}
.wm-product .pro-nav .pro_list i{ float:right;margin-top:18px;}
.wm-product .pro-nav .pro_list .pro-nav-bt {display:block;line-height:50px;height:50px;font-size:17px;padding: 0px 28px;margin-top: 6px;color:#fff;background: #005BAC;font-weight: bold;text-align: center;}
.wm-product .pro-nav .pro-nav-menu .sub-menu li a{display: block;line-height:30px;height:30px;border-bottom:1px dotted #ccc;padding:0 20px;}
.wm-product .pro-nav .pro-nav-menu .sub-menu li i{float:left;font-size:14px;margin-top:8px;margin-left:20px;margin-right:10px;color:#cc0000;}
.wm-product .pro-nav .kefu-center .qrcode {text-align:center;}
.wm-product .pro-nav .kefu-center .qrcode img {width:160px;background:#fff;border-radius:5px;}
.wm-product .pro-nav .phone {clear:both;padding-top:10px;background:#fff;}
.wm-product .pro-nav .phone strong {font-size:16px;font-weight:500;}
.wm-product .pro-nav .phone li {line-height:46px;color:#111;border:0;margin-left:0;margin-right:0;border-top:1px dashed #ccc;margin-bottom:5px;}
.wm-product .pro-nav .phone i {font-size: 18px;margin-right: 10px;margin-left: 30px;color: #005BAC;}
.wm-product .pro-nav .phone span{font-size:16px;}
.wm-product .pro-nav .phone img {width:100%;margin:0;}
.wm-product .pro-nav .map img {width:218px;height:188px;}
.wm-product .pro-img {width:900px;float:right;background:#fff;}
.wm-product .pro-img .pro-title {height:35px;line-height:35px;background-color: #ececec;font-size: 14px;}
.wm-product .pro-img .pro-title span {float:left;display:block;font-size:26px;margin-top:5px;color:#4d4d4d;margin-right:10px;margin-left:10px;}
.wm-product .pro-img .pro-title .title-title {margin:0;display:inline;font-size:16px;color:#4d4d4d;}
.wm-product .pro-img .pro-title a {float:right;font-size:12px;color:#4d4d4d;margin-right:10px;}
.wm-product .pro-img ul {zoom:1;margin-top:10px;}
.wm-product .pro-img ul span {color:#ccc;margin:10px 0;display:block;}
.wm-product .pro-img li {width:287px;float:left;position:relative;margin:5px 5px;-webkit-transition:all 0.10s linear 0.01s;-moz-transition:all 0.10s linear 0.01s;-ms-transition:all 0.10s linear 0.01s;-o-transition:all 0.10s linear 0.01s;transition:all 0.10s linear 0.01s;text-align:center;background:#eee;padding:4.5px;}
.wm-product .pro-img .li-bottom {margin-bottom:20px;}
.wm-product .pro-img li:last-child {margin-bottom:10px;}
.wm-product .pro-img li img {width:100%;display:block;}
.wm-product .pro-img li span {color:#000;margin:5px auto;width:244px;height:45px;line-height:22px;font-size:15px;border-radius:5px;}
.wm-product .pro-img li .a-link {font-size:12px;color:#fff;padding:3px 10px;float:right;background:#0e6ab5;margin-right:10px;margin-top:5px;}
.wm-product .pro-img li:hover {z-index:20;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);transform:translateY(-5px);}
.wm-product .pro-img li:hover span{color:#005BAC;}
/* 优势 */
.advantage { overflow: hidden; margin-top: 0px; }
.advantage .container {width:1100px !important;padding:0;position:relative;}
.advantage .advan-title { height: 181px; background: url(advantage_01.jpg) center center; }
.advantage .cont{width:440px;margin-left:56px;margin-top:92px;}
.advantage .cont .advan-t{font-size:26px;font-weight:bold;color:#005BAC;margin-bottom:20px;}
.advantage .cont .advan-t small{display: block;font-size:12px;color:#aaa;font-weight:500;margin-top:10px;}
.advantage .cont advan-h{ font-size: 18px; color: #0076D0;margin-right: 10px; }
.advantage .cont h3 { margin-bottom: 15px; display:inline;font-size: 14px;font-weight:bold;}
.advantage .cont .advan-h i { font-size: 18px; color: #005BAC;margin-right: 10px; }
.advantage .cont .advan-btn{margin-top:10px;overflow:hidden;margin-left:50px;}
.advantage .cont .advan-btn a{display: block;width:130px;height:40px;text-align:center;line-height:40px;background:#005BAC url(head-nav.jpg);color:#fff;float:left;margin:10px 20px;border-radius: 5px;}
.advantage .cont .advan-btn a:hover{background:#909090 url(head-nav-hover.jpg);}
.advantage .advan-1 {height:438px;background: url(advantage_02.jpg) center center;}
.advantage .advan-1 .cont{float:left;margin-right:50px;}
.advantage .advan-2 {height:346px;background: url(advantage_03.jpg) center center;}
.advantage .advan-2 .cont{margin-top:0px;margin-right:10px;float:right;}
.advantage .advan-3 {height:333px;background: url(images/advantage_04.jpg) center center;}
.advantage .advan-3 .cont{float:left;margin-right:50px;margin-top:0px;width:450px;}
.advantage .advan-4 {height:353px;background: url(advantage_05.jpg) center center;}
.advantage .advan-4 .cont{margin-top:10px;margin-right:10px;float:right;}
.advantage .advan-5 {height:405px;background: url(advantage_06.jpg) center center;}
.advantage .advan-5 .cont{margin-top:0px;float:left;}
/*atlas*/
.atlas{height:200px;background:url(atlas.jpg) center center;}
/* 关于我们 */
.th-about{height:550px;background:url(about-bg.jpg) top center;}
.th-about .left{float:left;}
.th-about .right{float:right;width:300px;}
.th-about .right img{margin-top: 90px;margin-left: -200px;}
.th-about .right video{margin-top:80px;border:2px solid #fff;box-shadow: 0 0 15px #ccc;}
.th-about .about{margin-top: 90px;}
.th-about .about h2{font-size:24px;font-weight:bold;color:#005BAC;}
.th-about .about .p2{font-size:26px;font-weight:bold;color:#333;margin-top: -5px;}
.th-about p{margin-top:10px;width:640px;font-size:16px;}
.th-about .num{margin-top:30px;}
.th-about .num ul li{width:100px;text-align:center;margin-right:130px;float:left;font-size:16px;}
.th-about .num ul li span{font-size:40px;color:#005BAC;font-weight:bold;display: block;}

/* 应用领域 */
.field .index-title {text-align:center;position:relative;background: #fff;}
.field .index-title .title-1 h2 {color:#005BAC;display: inline;font-size: 26px;font-weight: 600;}
.wm-field {height:500px;position:relative;overflow:hidden;}
.wm-field .hd {position:absolute;top:0;width:100%;z-index:100;}
.wm-field .hd .cont {height:500px;width:600px;float:right;}
.wm-field .hd .title {margin-top:36px;font-size:20px;clear:both;margin-left:40px;}
.wm-field .hd .title i {width:35px;height:35px;background:#fff;color:#005BAC;line-height:35px;text-align:center;margin-right:10px;}
.wm-field .hd .title span {color:#fff;}
.wm-field .hd ul {}
.wm-field .hd ul li {width:160px;height:160px;border:1px dashed #ccc;text-align:center;margin-left:40px;margin-top:40px;float:left;}
.wm-field .hd ul li img {margin-top:30px;width: 76px;}
.wm-field .hd ul li span {display:block;margin-top:10px;color:#fff;margin-top: 20px;font-size:16px;}
.wm-field .hd ul .on {background:#005BAC;}
.wm-field .hd ul .on span {color:#fff;}
.wm-field .bd {}
.wm-field .bd ul {height:500px;}
.wm-field .bd ul {position:relative;}
.wm-field .bd ul .text {position:absolute;z-index:10;width:50%;height:80px;background:rgba(0,0,0,0.5);bottom:0;color:#fff;padding:10px;}
.wm-field .bd ul .text span {font-size:18px;font-weight:bold;}
.wm-field .bd ul .text p{margin-top: 6px;}

.wm-treatment {position:relative;background:url(treatment-bg.jpg) no-repeat;background-size:100%;background-position:top center;width:100%;overflow:hidden;margin-top: 30px;margin-bottom: 20px;}
.wm-treatment .cont {margin-top:50px;display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:row-reverse;}
.wm-treatment .left .text-center {text-align:center!important}
.wm-treatment .left .text-center img {max-width:100%;}
.wm-treatment .left {width:30%;left:5%;}
.wm-treatment .right .text-center {text-align:center!important}
.wm-treatment .right.text-center img {max-width:100%;}
.wm-treatment .right {width:30%;left:5%;}
.wm-treatment .left {margin-top:10px;}
.wm-treatment .right {margin-top:-537px;float: right;}
.wm-treatment .cont.cont-left {flex-direction:row;}
.wm-treatment .cont .img img {-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
.wm-treatment .cont:hover h4 {color:#0eaab4;}
.wm-treatment .text {width:calc(100% - 176px);}
.wm-treatment .img {text-align:right;width:110px;margin-left:15px;margin-top: 18px;}
.wm-treatment .text p {width:84%;float:right;margin-top:4px;}
.wm-treatment .cont.cont-left .text p {float:left;}
.wm-treatment .text h4 {font-size:20px;color:var(--main-link-color);font-weight:700;margin-top:8px;}
.wm-treatment .text h4 a {color:#005BAC;}
.wm-treatment .cont.cont-left .img {margin-right:15px;margin-left:0;text-align:left;}
.wm-treatment .cont:hover a {color:#333;}
.adv-bottom{background: url(treatment-bg.jpg) no-repeat;height: 240px;}
/* 新闻动态 */
.wm-news {overflow:hidden;}
.index-title .title-1 h2 {color:#005BAC;display: inline;font-size: 26px;font-weight: 600;}
.wm-news .news-left {width:830px;float:left;overflow:hidden;padding-bottom:10px;margin-top:20px;}
.wm-news .news-left .hd {height:30px;line-height:30px;border-bottom:2px solid #005BAC;}
.wm-news .news-left .hd li {float:left;margin-right:10px;font-size:16px;background:#005BAC;color:#fff;height:30px;line-height:30px;padding:0 10px;}
.wm-news .news-left .hd li a {color:#fff;}
.wm-news .news-left .hd .on a {color:#fff;}
.wm-news .news-left .hd .link {float:right;font-size:12px;color:#bbb;}
.wm-news .news-left .hd .link:hover{float:right;font-size:12px;color:#005BAC;}
.wm-news .news-left .ne-img {padding:15px;}
.wm-news .news-left .ne-img li {height:155px;padding-top:6px;border-bottom:1px dashed #ccc;}
.wm-news .news-left .ne-img li img {width:200px;height:134px;display:block;float:left;margin-right:20px;border:1px solid #ccc;}
.wm-news .news-left .ne-img span {display:block;font-size:16px;color:#005BAC;margin:10px 0;font-weight:bold;}
.wm-news .news-left .ne-img p {color:#777;line-height:24px;}
.wm-news .news-left .ne-img a {color:#999;margin-top:20px;border:0;font-size:12px;}
.wm-news .news-left .ne-img a:hover {color:#005BAC;}
.wm-news .news-left .ne-list {overflow:hidden;margin-top: 7px;}
.wm-news .news-left .ne-list li {line-height:52px;background:#ededed;width:385px;float:left;margin:0 15px;margin-bottom:15px;height: 52px;overflow: hidden;}
.wm-news .news-left .ne-list li i {font-size:20px;color:#fff;margin-right:10px;height:52px;width:45px;line-height:52px;top:0;text-align:center;background:#999;}
.wm-news .news-left .ne-list li a {color:#444;font-size:14px;}
.wm-news .news-left .ne-list li:hover {background:#005BAC;}
.wm-news .news-left .ne-list li:hover a {color:#fff;}
.wm-news .news-right {width:340px;float:right;margin-top:20px;}
.wm-news .news-right .ne-title {overflow:hidden;position:relative;border-bottom:2px solid #005BAC;}
.wm-news .news-right .ne-title h3 {float:left;font-size:16px;background:#005BAC;color:#fff;height:30px;line-height:30px;padding:0 10px;}
.wm-news .news-right .ne-title span {color:#999;margin-left:10px;font-size:14px;}
.wm-news .news-right .ne-title .link {float:right;font-size:12px;color:#bbb;}
.wm-news .news-right .ne-title .link:hover{float:right;font-size:12px;color:#005BAC;}
.wm-news .news-right .bd .tempWrap {width:340px !important;padding:0;}
.wm-news .news-right .bd ul {zoom:1;width:340px;padding:5px;}
.wm-news .news-right .question-top .bd {padding:0px;}
.wm-news .news-right .question-top .infoList li {border-bottom:1px dashed #ccc;}
.wm-news .news-right .question-top .infoList li h5 {font-size:14px;/* color:#fff; */height:40px;margin:0;line-height:20px;margin-top:10px;}
.wm-news .news-right .question-top .infoList li h5 span {background:#005BAC;color:#fff;font-size:14px;border-radius:2px;margin-right:5px;width:25px;height:25px;line-height:25px;text-align:center;float:left;display:block;}
.wm-news .news-right .question-top .infoList li h5 a {color:#005BAC;}
.wm-news .news-right .question-top .infoList li .answer {color:#666;padding-bottom:10px;}
.wm-news .news-right .question-top .infoList li .answer p {display:block;font-size:12px;}
.wm-news .news-right .question-top .infoList li .answer span {color:#fff;background:#999;font-size:14px;border-radius:2px;margin-right:5px;float:left;width:25px;height:25px;text-align:center;line-height:25px;}
/* 友情链接 */
.yqlj {}
.yqlj .container {height:130px;background:url(yqlj.png);}
.yqlj ul {padding-top:75px;padding-left:130px;}
.yqlj li {font-size:12px;margin-right:10px;float:left;}
.yqlj li a {color:#aaa;}
.footer {background:#3e3e3e;clear:both;}
.footer .foot-nav {overflow:hidden;height:50px;line-height:50px;border-bottom:1px solid #5a5a5a;}
.footer .foot-nav ul li {float:left;}
.footer .foot-nav ul li a {color:#fff;border-left:1px solid #333;border-right:1px solid #5a5a5a;padding:0 70px;}
.footer .foot-nav ul li a:hover{color:#005BAC;border-left:1px solid #333;border-right:1px solid #5a5a5a;padding:0 70px;}
.footer .foot-center {border-top:1px solid #333;overflow:hidden;height:300px;}
.footer .foot-center .left {float:left;}
.footer .foot-center .left .logo {float:left;}
.footer .foot-center .left .logo img {width: 240px;margin-top: 96px;}
.footer .foot-center .left ul {width:420px;float:left;}
.footer .foot-center .left .block-2{margin-top: 26px;}
.footer .foot-center .left ul li {height:45px;line-height:45px;color:#fff;font-size:15px;}
.footer .foot-center .left ul li i {font-size:16px;margin-right:10px;width:35px;height:35px;background:#005BAC;border-radius:100px;text-align:center;line-height:35px;}
.footer .foot-center .right {float:right;}
.footer .foot-center .right .right-title {text-align:right;color:#fff;line-height:50px;margin-bottom:20px;margin-right:118px;}
.footer .foot-center .right ul li {width:140px;text-align:center;float:left;margin-left:20px;margin-top:64px;}
.footer .foot-center .right ul li img {width:100%;}
.footer .foot-center .right ul li span {display:block;color:#fff;margin-top:10px;}
.footer .foot-bottom {clear:both;color:#ccc;background:#2a2a2a;margin-top:30px;line-height:40px;overflow:hidden;}
.footer .foot-bottom a {color:#ccc;}
.footer .foot-bottom small {display:block;float:left;line-height:20px;}
.footer .foot-bottom img{margin-left:280px;margin-top: -35px;}
.footer .foot-center .left .block{float:left;border-right:1px solid #444; height: 260px; margin-top: 30px;margin-right: 55px;}
.footer .foot-center .left .block span{font-size:16px;display:block;margin-bottom:10px;color: #fff;}
.footer .foot-center .left .block ul li a{color:#bbb;}
.footer .foot-center .left .block ul li a:hover{color:#005BAC;}
.footer .foot-center .left .block ul li{line-height:35px;}
.footer .foot-center .left .block-1{width:380px;}
.footer .foot-center .left .block-1 ul li{line-height:25px;float:left;width:92px;}
.footer .foot-center .left .block:last-child{border-right:0;margin-right:0;padding-right:0;text-align: left;}
/* 内页 */
.banner-about {height:300px;background:url(banner-about.jpg) top center;}
.banner-image {height:300px;background:url(banner-image.jpg) top center;}
.banner-news {height:300px;background:url(banner-news.jpg) top center;}
.inner-place {height:40px;line-height:40px;overflow:hidden;background:#fafafa;padding:0 20px;margin-top:0;border-bottom:1px solid #e8e8e8;border-left:3px solid #005BAC;}
.inner-place span {font-size:14px;color:#333;}
.inner-place a {color:#333;margin-right:10px;}
.inner-place .inner-position {float:left;color:#333;}
.inner-place-1 .inner-position {float:left;color:#333;margin-top: -15px;}
.inner .inner-left {width:260px;float:left;margin-top:20px;}
.inner .inner-left .left-title {color:#ffffff;background:#005BAC;text-align:center;line-height:55px;font-size:20px;font-weight:bold;margin-bottom: 4px;}
.inner .inner-nav {background:#fafafa;}
.inner .inner-nav ul li {width:260px;text-align:center;height:50px;line-height:50px;border-bottom:1px #b3b3b3 dashed}
.inner .inner-nav ul li a {font-size:16px;display:block;}
.inner .inner-nav ul li a:hover {color:#fff;background:#005BAC;}
.inner .inner-nav ul li .hover {color:#fff;background:#005BAC;}
.inner .inner-nav-1 {margin-bottom:20px;}
.inner .inner-nav-1 ul {text-align:center;}
.inner .inner-nav-1 ul li {display:inline-block;width:120px;height:40px;line-height:40px;background:#3f3f3f;}
.inner .inner-nav-1 ul li a {color:#fff;}
.inner .inner-nav-1 ul .hover {background:#005BAC;}
.inner .inner-left .left-image {text-align:center;border:1px solid #005BAC;margin-top:10px;}
.inner .inner-left .left-image ul li {width:250px;margin:0 auto;}
.inner .inner-left .left-image ul li a {padding:10px 10px;font-size:14px;display:block;border-bottom:1px dashed #ccc;}
.inner .inner-left .left-image ul li img {width:100%;}
.inner .inner-left .left-contact {margin-top:10px;margin-bottom: 4px;}
.inner .inner-left .left-contact .cont {border:1px solid #005BAC;padding:10px;}
.inner .inner-left .left-contact .cont span {font-weight:bold;font-size:16px;}
.inner .inner-left .left-contact .cont img {width:200px;margin:10px auto;box-shadow:0 0 5px #ccc;display:block;}
.inner .inner-left .left-contact .cont p {margin-bottom:10px;color:#666;}
.inner .inner-left .left-contact .cont p i {margin-right:10px;width:15px;}
.inner .inner-right {width:910px;float:right;margin-top:20px;overflow:hidden;}
.inner .inner-right .rec-news {margin:0px auto;background:#ffffff;margin-bottom:20px;}
.inner .inner-right .rec-news .title {color:#fff;height:40px;line-height:40px;clear:both;overflow:hidden;background:#3f3f3f;padding:0 20px;border-top:1px solid #ccc;font-size: 16px;}
.inner .inner-right .rec-news .title .tittle-tittle {font-size:16px;display:inline;}
.inner .inner-right .rec-news .title span {font-size:16px;color:#fff;font-weight:bold;}
.inner .inner-right .rec-news .rec-news-img {overflow:hidden;padding:10px;}
.inner .inner-right .rec-news .rec-news-img li {overflow:hidden;border-bottom:1px dashed #94896B;padding-bottom:10px;}
.inner .inner-right .rec-news .rec-news-img li img {width:180px;height:126px;float:left;margin-right:10px;border:1px solid #005BAC;padding:2px;}
.inner .inner-right .rec-news .rec-news-img li a {font-size:16px;color:#005BAC;padding-top:20px;}
.inner .inner-right .rec-news .rec-news-img li p {color:#666;margin-top:10px;}
.inner .inner-right .rec-news .rec-news-img li span {color:#999;}
.inner .inner-right .rec-news .rec-news-list {overflow:hidden;padding:10px;}
.inner .inner-right .rec-news .rec-news-list li {height:40px;line-height:40px;border-bottom:1px dashed #ccc;width:370px;float:left;margin:0 10px;overflow: hidden;}
.inner .inner-right .rec-news .rec-news-list li span {color:#005BAC;margin-right:20px;}
.inner .inner-right .rec-news .rec-news-list li a {COLOR:#666;}
.inner .inner-right .rec-news .rec-news-list li small {float:right;}
/*list-image*/.list-image .cont {padding-top:10px;background:#fff;float:left;}
.list-image .cont .cate-title {height:45px;line-height:45px;background:#eee;font-size:14px;}
.list-image .cont .cate-title a {display:block;font-size:16px;background:#008c9f;color:#fff;width:200px;text-align:center;}
.list-image .cont ul {overflow:hidden;}
.list-image .cont ul li {width:283px;float:left;margin:10px;text-align:center;padding:10px;background:#fafafa;border:1px solid #ccc;height: 270px;}
.list-image .cont ul li:hover {border:1px solid #c4c4c4;box-shadow:1px 1px 10px rgba(0,0,0,0.5);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.list-image .cont ul li img {width:100%;}
.list-image .cont ul li h5 {color:#353535;padding:10px 0;overflow:hidden;font-size:16px;}
.list-image .cont ul li p {font-size:12px;color:#555;margin-top:10px;}
.list-image .introduction{border:1px solid #eee;background:#fafafa;}
/*show-image*/.show-image {background:#f4f4f4;}
.show-image .cont {width:1100px;margin:20px auto;overflow:hidden;}
.show-image .cont .shop {width:1100px;height:460px;margin:0 auto;padding:20px;border:1px solid #E8E8E8;overflow:hidden;min-width:900px;box-sizing:border-box;background:#fff;}
.show-image .cont .shop .left {width:430px;height:auto;float:left}
.show-image .cont .shop .left .show {width:430px;height:323px;margin-bottom:10px;position:relative;border:1px solid #E8E8E8;cursor:move;overflow:hidden;}
.show-image .cont .shop .left .show img {width:100%;height:auto;}
.show-image .cont .shop .left .mask {width:215px;height:215px;background:#000;filter:Alpha(opacity=50);opacity:0.5;position:absolute;top:0;left:0;display:none;}
.show-image .cont .shop .left .smallshow {width:100%;height:70px;position:relative}
.show-image .cont .shop .left .smallshow>.middle-box {overflow:hidden;height:70px;}
.show-image .cont .shop .left .smallshow .middle {overflow:hidden;transition:all 0.5s;height:70px;}
.show-image .cont .shop .left .smallshow .middle>li {width:86px;height:60px;float:left;cursor:pointer;padding:0 2px;}
.show-image .cont .shop .left .smallshow img {width:100%;border:2px solid #e8e8e8;box-sizing:border-box;transition:all 0.5s}
.show-image .cont .shop .right {float:left}
.show-image .cont .shop .right .bigshow {width:430px;height:400px;overflow:hidden;margin-left:10px;display:none;border:1px solid #E8E8E8;position:absolute;}
.show-image .cont .shop .right .bigshow img {width:800px;height:600px;margin-right:10px;}
.show-image .cont .shop .right .text {margin-left:60px;width:540px;}
.show-image .cont .shop .right .text-1 {font-size:24px;color:#005BAC;}
.show-image .cont .shop .right .text-2 {background:#eee;border:1px dashed #ccc;padding:10px;margin-top:15px;}
.show-image .cont .shop .right .text-3 {margin-top:20px;overflow:hidden;}
.show-image .cont .shop .right .text-3 ul li {float:left;height:30px;line-height:30px;width:270px;margin-bottom:12px;}
.show-image .cont .shop .right .text-3 ul li span {padding:0 20px;background:#005BAC;float:left;margin-right:10px;color:#fff;font-size:16px;}
.show-image .cont .shop .right .text-4 {margin-top:15px;}
.show-image .cont .cat-title {background:#ececec;border-left:3px solid #005BAC;line-height:35px;padding-left:10px;font-size:16px;margin-bottom:10px;}
.show-image .cont .shop .right .text .text-5 .tag-title {float:left;margin-left:10px;font-size:16px;padding-top:29px;}
.show-image .cont .shop .right .text .text-5 ul {float:left;margin-left:10px;padding-top:23px;}
.show-image .cont .shop .right .text .text-5 ul li {float:left;padding:5px 20px;background:#fff;border:1px solid #ccc;}
.show-image .cont .inner-left {width:820px;float:left;margin-top:20px;background:#fff;padding:10px;}
.show-image .cont .inner-left table tbody tr{border: 1px solid #000;}
.show-image .cont .inner-left table tbody tr td{border: 1px solid #000;}
.show-image .cont .inner-left .video video {width:800px;}
.show-image .cont .inner-left .details {margin-top:20px;}
.show-image .cont .inner-right {width:270px;float:right;margin-top:20px;background:#fff;padding:10px;}
.show-image .cont .inner-right ul li {width:100%}
.show-image .cont .inner-right ul li img {width:100%}
.show-image .cont .inner-right ul li span {font-size:16px;display:block;text-align:center;}
.show-image .cont .inner-right ul li .badge {float:left;}
/*list*/.inner .inner-right .list-article .news-list {padding:20px;overflow:hidden;margin-bottom:20px;background:#ffffff;}
.inner .inner-right .list-article .news-list li {height:173px;border-bottom:1px dashed #ccc;margin-bottom:10px;padding-top:10px;transition:all 0.6s;}
.inner .inner-right .list-article .news-list li:hover {transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);}
.inner .inner-right .list-article .news-list li img {display:block;float:left;border:1px solid #ccc;padding:5px;width:200px;margin-right:20px;height:144px;}
.inner .inner-right .list-article .news-list li .text {margin-left:0px;width:540px;float:left;padding-top:10px;}
.inner .inner-right .list-article .news-list li .li-title {font-size:18px;}
.inner .inner-right .list-article .news-list li .li-title a {color:#005BAC;}
.inner .inner-right .list-article .news-list li .li-title h6 {padding-left:10px;font-size:18px;font-weight:500;color:#005BAC;height: 22px;overflow: hidden;}
.inner .inner-right .list-article .news-list li .li-title h6 a {color:#005BAC;}
.inner .inner-right .list-article .news-list li p {color:#666;font-size:14px;padding-left:10px;margin-top:10px;}
.inner .inner-right .list-article .news-list li span {font-size:12px;color:#999;margin-left:10px;}
/*show*/.inner .news-show {background:#fff;padding:30px;margin-top:6px;float:left;width:910px;}
.inner .news-show h1 {font-size:24px;text-align:center;}
.inner .news-show .attr {margin-top:20px;overflow:hidden;text-align:center;border-bottom:1px dashed #ccc;padding-bottom:10px;}
.inner .news-show .attr span {margin-right:10px;}
.inner .news-show .attr i {margin-right:10px;color:#005BAC;}
.inner .news-show .cont {margin-top:20px;}
.inner .news-show .cont iframe{ width:100%; height:600px;}
.inner .news-show .statement a {color:#005BAC;}
.inner .news-show .news-tag {overflow:hidden;margin-top:10px;}
.inner .news-show .news-tag .fa-tags {float:left;margin-right:10px;font-size:22px;margin-top:3px;}
.inner .news-show .news-tag ul li a {display:block;float:left;border:1px solid #ccc;padding:5px 10px;margin-right:10px;border-radius:5px;}
.inner .list-page {overflow:hidden;clear:both;margin-top:10px;}
.inner .list-page ul {margin-top:10px;}
.inner .list-page ul li {margin-bottom:10px;background:#eee;padding:10px;}
.inner .list-page ul li a {color:#333333;font-size:14px;}
/*翻页*/.inner .inner-page {text-align:center;clear:both;}
.inner .inner-page ul {display:block;margin:10px auto;overflow:hidden;text-align:center;}
.inner .inner-page li {display:inline-block;border:1px solid #ccc;margin-right:-1px;}
.inner .inner-page li a {color:#005BAC;display:inline-block;padding:10px;}
.inner .inner-page .active a {background-color:#005BAC;border-color:#005BAC;color:#fff;}
/*公司介绍*/.online-title {position:relative;}
.online-title .cn {font-weight:bold;font-size:27px;color:#009fb5}
.online-title .en {font-size:2px;font-family:'Eveleth';color:#444}
.page-about .title{margin:10px auto;text-align:center;}
.page-about .title small{color:#888;font-size:18px;}
.page-about .title .text{font-size:30px;font-weight:bold;color:#005BAC;}
.page-about .title .text span{color:#3f3f3f;}
.page-about-02 .title{margin:10px auto;text-align:center;}
.page-about-02 .title small{color:#888;font-size:18px;}
.page-about-02 .title .text{font-size:30px;font-weight:bold;color:#005BAC;}
.page-about-02 .title .text span{color:#3f3f3f;}
.page-about-01 {padding-top:20px;margin-bottom:50px;overflow:hidden;}
.page-about-01 .wp1400 {padding-left:45px;padding-right:45px}
.page-about-01 .left {float:left;width:50%}
.page-about-01 .desc {border-bottom:1px dashed #b1b1b1;font-size:14px;color:#777;line-height:30px;padding-top:15px;padding-bottom:20px}
.page-about-01 .h4 {font-size:22px;color:#333;padding-top:15px;padding-bottom:15px}
.page-about-01 .p {font-size:14px;color:#777;line-height:30px}
.page-about .cont .left .bottom {width:550px;height:450px;border-radius:6px;margin-top:20px;margin-left:20px;overflow:hidden;}
.page-about .cont .left {width:300px;height:490px;background:#3f3f3f;border-radius:6px 0 0 6px;float:left;}
.page-about .cont .left img {transition:all 0.2s;}
.page-about .cont .left img:hover {transform:scale(1.1);}
.page-about .cont .right {float:right;width:570px;}
.page-about .cont .top h3 {font-size:24px;font-weight:bold;line-height:32px;border-left:2px solid #005BAC;padding-left:16px;margin-top:36px;margin-bottom:10px;}
.page-about .cont .top h3 span {font-size:16px;display:block;color:#005BAC;}
.page-about .cont h4 {font-size:18px;line-height:30px;padding:20px 0;color:#000;}
.page-about .cont p {font-size:14px;color:#2b2b2b;line-height:23px;}
.page-about .cont .right .about-right{font-size:14px;color:#2b2b2b;line-height:23px;display: inline;}
.page-about .cont a {padding:12px 50px;background:#005BAC;color:#fff;display:block;margin-top:20px;width: 132px;}
.page-about-02 .index-title{width: 15%;display: block;margin: 0 auto;margin-top:200px;margin-bottom:40px;}
.page-about-02 .cont ul{overflow:hidden;margin-bottom:20px;}
.page-about-02 .cont ul li{width:360px;height:320px;float:left;text-align:center;padding:20px 40px;background:#fff;margin:20px;box-shadow:0 0 8px #ccc;}
.page-about-02 .cont ul li span{font-size:20px;color:#005BAC;font-weight:bold;}
.page-about-02 .cont ul li small{width:50px;height:1px;text-align:center;margin:20px auto;background:#ddd;display: block;}
.page-about-02 .cont ul li p{margin-top:20px;color:#666;height:10px;}
.page-about-02 .cont ul li img{width: 270px;margin-top: 20px;}


.page-contact {padding-top: 20px;background: url(page-contact-bg.jpg) top center  fixed;}}
.page-contact .container {width:1200px !important;}
.page-contact .block-2 .cont {background:#fff;overflow:hidden;border:1px dashed #666;padding-top:65px;margin-bottom:20px;border-radius:40px;}
.page-contact .block-2 .cont .text {text-align:center;}
.page-contact .block-2 .cont .text span {font-size:27px;display:block;text-align:center;margin-bottom:30px;}
.page-contact .block-2 .cont .text span strong {color:#005BAC;}
.page-contact .block-2 .cont .text small {color:#999;font-size:18px;}
.page-contact .block-2 .cont ul {overflow:hidden;margin:0px auto;width:1100px;margin-top:75px;}
.page-contact .block-2 .cont ul li {height:90px;float:left;margin:0 75px;font-size:20px;width:400px;}
.page-contact .block-2 .cont ul li i {font-size:50px;margin-right:20px;float:left;height:80px;display:block;color:#005BAC}
.page-contact .block-2 .cont ul li span {display:block;float:left;width:330px;}
.inner .page-contact .bottom {position:relative;background-color:#fff;width:100%;}
.page-contact .block-2 .make {top:0;z-index:10;border:6px #fff solid;}

/*search*/.inner-search {background:#eee;}
.inner-search .block-1 {margin-top:30px;}
.inner-search .block-2 {text-align:center;margin-top:10px;}
.inner-search .block-3 {margin:20px auto;}
.inner-search .block-3 ul li {width:377px;background:#fff;overflow:hidden;display:inline-block;margin:10px;}
.inner-search .block-3 ul li a {display:block;}
.inner-search .block-3 ul li img {width:100%;border:1px solid #ccc;}
.inner-search .block-3 ul li h2 {font-size:16px;margin-top:10px;font-weight:bold;color:#333;padding:10px 20px;}
.inner-search .block-3 ul li p {color:#666;padding:10px 20px;height:80px;}
.inner-search .block-3 ul li .info {color:#666;background:#f5f5f5;overflow:hidden;height:50px;padding:10px 20px;}
.inner-search .block-3 ul li .info .left {float:left;}
.inner-search .block-3 ul li .info .right {float:right;}
.inner-search .block-3 ul li .info i {margin-right:10px;}
.inner-search .block-3 ul li .info font {color:#777;}
.inner-search .block-3 ul li .info .fa-eye {margin-left:10px;}
.inner-search .block-3 ul li .right {overflow:hidden;}
.inner-search .block-3 ul li .right i {float:left;margin-right:10px;}
.inner-search .block-3 ul li .right .tag-name {float:left;font-size:12px;color:#666;}
.inner-search .block-3 ul li:hover {transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);}
/*tag*/.tag-home {margin-top:10px;}
.tag-home .tag-title {height:50px;background:#f6f6f6;line-height:50px;margin:10px 0;}
.tag-home .tag-title span {display:block;background:#005BAC;color:#fff;font-size:16px;padding:0 10px;float:left;}
.tag-home .tag-about .tag-cont {border:1px solid #eee;padding:10px;}
.tag-home .tag-block-1 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-1 ul {width:324px;float:left;border:1px solid #eee;padding:10px;margin:10px;}
.tag-home .tag-block-1 ul li {height:30px;line-height:30px;border-bottom:1px dashed #ccc;font-size:14px;}
.tag-home .tag-block-1 ul li span {float:right;}
.tag-home .tag-block-2 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-2 .tag-cont {border:1px solid #eee;padding:10px;overflow:hidden;}
.tag-home .tag-block-2 .left {float:left;width:530px;}
.tag-home .tag-block-2 .right {float:right;width:530px;}
.tag-home .tag-block-2 ul li img {width:100%;height:340px;}
.tag-home .tag-block-2 ul li h6 {height:37px;line-height:37px;border-bottom:1px dashed #ccc;font-size:14px;}
.tag-home .tag-block-2 ul li span {float:right;}
.tag-home .tag-block-3 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-3 .tag-cont {border:1px solid #eee;padding:10px;overflow:hidden;}
.tag-home .tag-block-3 ul li {width:274px;float:left;margin:10px;border:1px solid #ccc;padding:10px;}
.tag-home .tag-block-3 ul li img {width:100%;height: 180px;}
.tag-home .tag-block-3 ul li span {display:block;height:30px;line-height:30px;text-align:center;}
.tag-home .tag-block-4 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-4 .tag-cont {overflow:hidden;}
.tag-home .tag-block-4 ul li {border:1px solid #eee;margin:10px;float:left;width:344px;height:80px;}
.tag-home .tag-block-4 ul li i {width:100px;text-align:center;font-size:30px;color:#fff;height:80px;line-height:80px;float:left;margin-right:10px;}
.tag-home .tag-block-4 ul li .fa-phone {background:#a7d82e;}
.tag-home .tag-block-4 ul li .fa-internet-explorer {background:#5593ef;}
.tag-home .tag-block-4 ul li .fa-map-marker {background:#efa900;}
.tag-home .tag-block-4 ul li span {display:block;line-height:80px;float:left;font-size:18px;}
.tag-home .tag-block-4 ul li:nth-child(3) span {line-height:42px;width:230px;}
.tag-home .tag-block-5 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-5 .tag-cont {border:1px solid #eee;padding:10px;overflow:hidden;}
.tag-home .tag-block-5 .tag-cont a {display:block;background:#eee;padding:5px 8px;float:left;margin:10px;}


.wzdt{width: 100%;}
   .wzdt .wzdt-1{    height: 189px;}
.wzdt .wzdt-1 ul li a{color: #6d6d6d;}
.wzdt .wzdt-1 ul li{ width: 193px;height: 51px;line-height: 051px;text-align: center;border-bottom: 1px solid #cacaca;font-size: 15px;float: left;}
.wzdt .wzdt-1 span{width: 182px;height: 49px;background: #005BAC;display: block;text-align: center;margin-bottom: 32px;margin-top: 30px;font-size: 15px;color: #fff; line-height: 49px;}

.wzdt .wzdt-2{     height: 236px;}
.wzdt .wzdt-2 ul li a{color: #6d6d6d;}
.wzdt .wzdt-2 ul li{ width: 193px;height: 51px;line-height: 051px;text-align: center;border-bottom: 1px solid #cacaca;font-size: 15px;float: left;}
.wzdt .wzdt-2 span{width: 182px;height: 49px;background: #005BAC;display: block;text-align: center;margin-bottom: 32px;margin-top: 30px;font-size: 15px;color: #fff; line-height: 49px;}

.wzdt .wzdt-3{    height: 189px;}
.wzdt .wzdt-3 ul li a{color: #6d6d6d;}
.wzdt .wzdt-3 ul li{ width: 193px;height: 51px;line-height: 051px;text-align: center;border-bottom: 1px solid #cacaca;font-size: 15px;float: left;}
.wzdt .wzdt-3 span{width: 182px;height: 49px;background: #005BAC;display: block;text-align: center;margin-bottom: 32px;margin-top: 30px;font-size: 15px;color: #fff; line-height: 49px;}

   .wzdt .left{width: 60%;float: left;margin-left: -43px;margin-top: -7%;}
   .wzdt .left .title{width: 200px;height: 60px;text-align:  center;font-size: 16px;margin-top: 190px;line-height: 60px;margin-left: 5%;color: #fff;background: #005BAC;}
   .wzdt .left .cont ul li{width: 31%;float: left;margin-left: 24px;overflow:  hidden;height: 61px;background: #d8d8d8a1;margin-top: 41px;}
   .wzdt .left .cont ul li p{line-height: 65px;height: 20px;margin-top: -50px;/* text-align:  center; */margin-left: 62px;}
   .wzdt .left .cont ul li span{width: 34px;line-height: 34px;margin-left: 16px;text-align:  center;height: 34px;margin-top: 6px;border-radius: 50%;background: #000;display:  block;color: #fff;}
   .wzdt .left .title a{color: #fff;}
   
   .wzdt .right{width: 50%;float: right;margin-right: -8%;margin-top: -7%;}
   .wzdt .right .title{width: 200px;height: 60px;text-align:  center;font-size: 16px;margin-top: 190px;margin-left: 4%;line-height: 60px;color: #fff;background: #005BAC;}
   .wzdt .right .cont ul li{width: 39%;float: left;margin-left: 38px;overflow:  hidden;height: 61px;background: #d8d8d8a1;margin-top: 41px;}
   .wzdt .right .cont ul li p{line-height: 65px;height: 20px;margin-top: -49px;/* text-align:  center; */margin-left: 62px;}
   .wzdt .right .cont ul li span{width: 34px;line-height: 34px;margin-left: 16px;text-align:  center;height: 34px;margin-top: 3px;border-radius: 50%;background: #000;display:  block;color: #fff;}
   .wzdt .right .title a{color: #fff;}
   .wzdt .inner-place{margin-top: 131px;margin-left: 6%;}
   .wzdt .inner-place .inner-position{background: #dadada;height: 39px;line-height: 38px;width: 22%;}
@charset "utf-8";/*Copyright (C) 山东卓博信息科技有限公司 All rights reserved版权声明：以下代码均属于山东卓博信息科技有限公司（以下简称卓博科技）原创设计，版权归卓博科技所有，拷贝、抄袭、盗用者将追究其法律责任。 */body {background:#fff;font-size:14px;}
a {text-decoration:none;-webkit-transition:all 0.10s linear 0.01s;-moz-transition:all 0.10s linear 0.01s;-ms-transition:all 0.10s linear 0.01s;-o-transition:all 0.10s linear 0.01s;transition:all 0.10s linear 0.01s;color:#000;}
a:hover {text-decoration:none;}
ul {padding:0;list-style:none;margin:0;}
li,img {-webkit-transition:all 0.20s linear 0.01s;-moz-transition:all 0.20s linear 0.01s;-ms-transition:all 0.20s linear 0.01s;-o-transition:all 0.20s linear 0.01s;transition:all 0.20s linear 0.01s;}
em {font-style:normal;}
@keyframes promove {from {transform:translateX(0px)}
to {transform:translateX(5px)}
}
h1,h2,h3,h4,h5,h6 {margin:0 auto;}
.container {max-width:1200px;width:1200px !important;padding:0;position:relative;}
.header {z-index:100;width:100%;position:relative;}
.header .head-top {height:35px;line-height:35px;background:#fafafa;}
.header .head-top .left {float:left;color:#5d5d5d;}
.header .head-top .left i {font-size:18px;margin-right:10px;}
.header .head-top .right {float:right;}
.header .head-top .right ul li {float:left;color:#5d5d5d;}
.header .head-top .right a {color:#5d5d5d;}
.header .head-top .right span {color:#ccc;margin:0 8px;}
.header .head-top .right .wechat {float:right;position:relative;}
.header .head-top .right .wechat img {position:absolute;right:0px;display:none;z-index:300;width:150px;}
.header .head-top .right .wechat:hover {cursor:pointer;}
.header .head-top .right .wechat:hover img {display:block;}
.header .head-center {height:130px;background:#fff;}
.header .head-center .left {float:left;margin-bottom:0;margin-right:35px;}
.header .head-center .left .logo {float:left;}
.header .head-center .left .logo h2{display:inline;}
.header .head-center .left .logo img {float:left;margin-top: 14px;}
.header .head-center .left .text {float:left;margin-top:34px;border-left:1px solid #ccc;height:72px;padding-left:10px;}
.header .head-center .left .text .t-1 {font-size:23px;color:#005BAC;}
.header .head-center .left .text .t-1 span {color:#ef3e00;}
.header .head-center .left .text .t-2 {margin-top:10px;font-size:18px;letter-spacing:3px;}
.header .head-center .right {float:right;margin-top:20px;}
.header .head-center .right .phone {margin-top:12px;overflow:hidden;float:left;margin-left:20px;}
.header .head-center .right .phone_left {float:left;width:246px;}
.header .head-center .right .phone_left .phone_num {font-size:18px;}
.header .head-center .right .phone_left .phone_num p {font-size:27px;color:#464646;}
.header .head-center .right .phone img {float:left;margin-right:6px;}
.header .nav {height:50px;clear:both;z-index:200;position:relative;background-color:#f3f3f3;}
.header .nav ul {margin:0 auto;}
.header .nav ul li {float:left;position:relative;}
.header .nav ul a {color:#5d5d5d;float:left;display:block;height:50px;line-height:50px;padding:0 43px;font-size:16px;font-weight: bold;}
.header .nav ul a:hover{color:#fff;float:left;display:block;height:50px;line-height:50px;padding:0 43px;font-size:16px;background:#005BAC;}
.header .nav ul .on a {background-color:#005BAC;font-weight:bold;color: #fff;}
.header .nav ul .sub {display:none;width:150px;position:absolute;left:0;top:50px;line-height:26px;background:#FFFFFF;float:left;color:#333333;}
.header .nav ul li:hover .sub{display: inline;}
.header .nav ul .sub li {float:left;border-bottom:1px solid #eee;}
.header .nav ul .sub li a {display:block;width:150px;padding:0;height:50px;border-right:0;font-size:14px;text-align:center;background:#f3f3f3;}
.header .nav ul .on li a {background:#005BAC;color:#fff;}
.header .nav ul .sub li a:hover {background:#005BAC;color:#fff;font-size:14px;height:50px;}
/* .header .head-bottom {height:2px;clear:both;position:relative;} */
/* 导航 */
.navbar-example { position: fixed; top: 20%; left: 0; width: 50px; z-index: 80; }
.navbar-example .nav { background: none; }
.navbar-example .nav img{height:40px;}
.navbar-example .navbar-collapse { padding: 0; }
.navbar-example .navbar-nav>li { display: block; float: none; height: 40px; width: 80px; border-top: 1px solid #035197; text-align: center; line-height: 40px; background:#005BAC; border-right: 1px solid #035197; }
.navbar-example .navbar-nav>li:last-child{border-bottom: 1px solid #6b0000;}
.navbar-example .navbar-nav>li>a { padding: 0; line-height: 40px; color: #fff; }
.navbar-example .navbar-nav>li>a:hover { background: #fff; color: #005BAC; padding:11px;}
.navbar-example .navbar-nav>li.active>a { color: #005BAC; cursor: default; background-color: #fff; border: 0; line-height: 40px; }
/* banner */
.banner {width:100%;overflow:hidden;position:relative;}
.banner .hd {height:20px;overflow:hidden;position:absolute;bottom:10px;z-index:1;left:46%;}
.banner .hd ul {overflow:hidden;zoom:1;float:left;}
.banner .hd ul li {float:left;margin-right:2px;width:10px;height:10px;line-height:14px;text-align:center;background:rgba(255,255,255,0.4);cursor:pointer;border-radius:100px;margin:0 2px;}
.banner .hd ul li.on {background:#005BAC;color:#005BAC;width:40px;}
.banner .bd {width:100%;overflow:hidden;margin:0 auto;position:relative;text-align:center;}
.banner .bd ul {width:100%;top:0;left:0}
.banner .bd li {float:left;width:100%;}
.banner .bd li span {display:block;width:100%;}
.banner .bd li img {width:100%;}
.banner .prev,.banner .next {height:75px;line-height:75px;background:#fff;position:absolute;top:45%;margin-top:-25px;display:block;filter:alpha(opacity=50);opacity:0.5;font-size:50px;color:#000;padding:0 5px;}
.banner .next {left:auto;right:0;background-position:8px 5px;}
.banner .prev:hover,.banner .next:hover {filter:alpha(opacity=100);opacity:1;}
.banner .prevStop {display:none;}
.banner .nextStop {display:none;}
/* 关键词 */
.keywords{height:55px;border-bottom:1px solid #ccc;}
.keywords .left{float:left;}
.keywords .tags span {float:left;line-height: 55px;}
.keywords .tags h4 {font-size:14px;float:left;line-height:40px;margin:0;margin-right:5px;line-height: 55px;}
.keywords .center{width:300px;float:right;}
.keywords .center img{margin-top:30px;}
.keywords .center .search { width: 300px; margin-top: 10px; overflow: hidden; }
.keywords .center .search .text { padding-left: 10px; height: 34px; width:200px; float: left; }
.keywords .center .search .button { width:70px; float: left; height: 34px; background: #005BAC; color: #fff; line-height: 38px; border: 0; }
.keywords .center .search .button i{font-size: 20px;line-height: 34px;}
/* 标题 */
.index-title {text-align:center;padding:30px 0;position:relative;}
.index-title .title-1 {letter-spacing:0px;font-size:26px;display:inline-block;z-index:10;position:relative;padding:12px 60px;font-weight:600}
.index-title .title-1 span {color:#005BAC;}
.index-title .title-2 {font-size:16px;color:#4d4d4d;margin-top:0px;margin-bottom:15px;}
.index-title .title-3 {width:45px;height:3px;background:#005BAC;margin:0 auto;border-radius:100px;}
/* 产品展示 */
.wm-product {}
.wm-product .index-title .title-2 {font-size:16px;color:#4d4d4d;margin-top:0px;margin-bottom:15px;}
.wm-product .index-title .title-2 h1{font-size:16px;color:#4d4d4d;display: inline;}
.wm-product .index-title .title-3 {width:45px;height:3px;background:#005BAC;margin:0 auto;border-radius:100px;}
.wm-product {clear:both;overflow:hidden;border-top:1px solid #ccc;}
.wm-product .pro-nav {float:left;width:270px;background:#fff;border:1px solid #eee;}
.wm-product .pro-nav .pro-nav-t {background:#005BAC;font-size:20px;font-weight:bold;text-align:center;color:#fff;padding-top:12px;padding-bottom:12px;}
.wm-product .pro-nav .pro-nav-t span {display:block;font-size:12px;font-weight:500;margin-top:2px;}
.wm-product .pro-nav .pro-nav-menu{background: #f9f9f9;border-radius: 10px;}
.wm-product .pro-nav .pro-nav-menu dl{color:white;padding:5px 10px;line-height:30px;margin-bottom: 0}
.wm-product .pro-nav .pro-nav-menu dd{text-align:center;padding:0 18px;border-bottom:1px dashed #ccc;font-size: 15px;}
.wm-product .pro-nav .pro_list{color:white;line-height:40px;margin-bottom: 8px;}
.wm-product .pro-nav .pro_list i{ float:right;margin-top:18px;}
.wm-product .pro-nav .pro_list .pro-nav-bt {display:block;line-height:50px;height:50px;font-size:17px;padding: 0px 28px;margin-top: 6px;color:#fff;background: #005BAC;font-weight: bold;text-align: center;}
.wm-product .pro-nav .pro-nav-menu .sub-menu li a{display: block;line-height:30px;height:30px;border-bottom:1px dotted #ccc;padding:0 20px;}
.wm-product .pro-nav .pro-nav-menu .sub-menu li i{float:left;font-size:14px;margin-top:8px;margin-left:20px;margin-right:10px;color:#cc0000;}
.wm-product .pro-nav .kefu-center .qrcode {text-align:center;}
.wm-product .pro-nav .kefu-center .qrcode img {width:160px;background:#fff;border-radius:5px;}
.wm-product .pro-nav .phone {clear:both;padding-top:10px;background:#fff;}
.wm-product .pro-nav .phone strong {font-size:16px;font-weight:500;}
.wm-product .pro-nav .phone li {line-height:46px;color:#111;border:0;margin-left:0;margin-right:0;border-top:1px dashed #ccc;margin-bottom:5px;}
.wm-product .pro-nav .phone i {font-size: 18px;margin-right: 10px;margin-left: 30px;color: #005BAC;}
.wm-product .pro-nav .phone span{font-size:16px;}
.wm-product .pro-nav .phone img {width:100%;margin:0;}
.wm-product .pro-nav .map img {width:218px;height:188px;}
.wm-product .pro-img {width:900px;float:right;background:#fff;}
.wm-product .pro-img .pro-title {height:35px;line-height:35px;background-color: #ececec;font-size: 14px;}
.wm-product .pro-img .pro-title span {float:left;display:block;font-size:26px;margin-top:5px;color:#4d4d4d;margin-right:10px;margin-left:10px;}
.wm-product .pro-img .pro-title .title-title {margin:0;display:inline;font-size:16px;color:#4d4d4d;}
.wm-product .pro-img .pro-title a {float:right;font-size:12px;color:#4d4d4d;margin-right:10px;}
.wm-product .pro-img ul {zoom:1;margin-top:10px;}
.wm-product .pro-img ul span {color:#ccc;margin:10px 0;display:block;}
.wm-product .pro-img li {width:287px;float:left;position:relative;margin:5px 5px;-webkit-transition:all 0.10s linear 0.01s;-moz-transition:all 0.10s linear 0.01s;-ms-transition:all 0.10s linear 0.01s;-o-transition:all 0.10s linear 0.01s;transition:all 0.10s linear 0.01s;text-align:center;background:#eee;padding:4.5px;}
.wm-product .pro-img .li-bottom {margin-bottom:20px;}
.wm-product .pro-img li:last-child {margin-bottom:10px;}
.wm-product .pro-img li img {width:100%;display:block;}
.wm-product .pro-img li span {color:#000;margin:5px auto;width:244px;height:45px;line-height:22px;font-size:15px;border-radius:5px;}
.wm-product .pro-img li .a-link {font-size:12px;color:#fff;padding:3px 10px;float:right;background:#0e6ab5;margin-right:10px;margin-top:5px;}
.wm-product .pro-img li:hover {z-index:20;-webkit-transform:translateY(-5px);-moz-transform:translateY(-5px);transform:translateY(-5px);}
.wm-product .pro-img li:hover span{color:#005BAC;}
/* 优势 */
.advantage { overflow: hidden; margin-top: 0px; }
.advantage .container {width:1100px !important;padding:0;position:relative;}
.advantage .advan-title { height: 181px; background: url(advantage_01.jpg) center center; }
.advantage .cont{width:440px;margin-left:56px;margin-top:92px;}
.advantage .cont .advan-t{font-size:26px;font-weight:bold;color:#005BAC;margin-bottom:20px;}
.advantage .cont .advan-t small{display: block;font-size:12px;color:#aaa;font-weight:500;margin-top:10px;}
.advantage .cont advan-h{ font-size: 18px; color: #0076D0;margin-right: 10px; }
.advantage .cont h3 { margin-bottom: 15px; display:inline;font-size: 14px;font-weight:bold;}
.advantage .cont .advan-h i { font-size: 18px; color: #005BAC;margin-right: 10px; }
.advantage .cont .advan-btn{margin-top:10px;overflow:hidden;margin-left:50px;}
.advantage .cont .advan-btn a{display: block;width:130px;height:40px;text-align:center;line-height:40px;background:#005BAC url(head-nav.jpg);color:#fff;float:left;margin:10px 20px;border-radius: 5px;}
.advantage .cont .advan-btn a:hover{background:#909090 url(head-nav-hover.jpg);}
.advantage .advan-1 {height:438px;background: url(advantage_02.jpg) center center;}
.advantage .advan-1 .cont{float:left;margin-right:50px;}
.advantage .advan-2 {height:346px;background: url(advantage_03.jpg) center center;}
.advantage .advan-2 .cont{margin-top:0px;margin-right:10px;float:right;}
.advantage .advan-3 {height:333px;background: url(../images/advantage_04.jpg) center center;}
.advantage .advan-3 .cont{float:left;margin-right:50px;margin-top:0px;width:450px;}
.advantage .advan-4 {height:353px;background: url(advantage_05.jpg) center center;}
.advantage .advan-4 .cont{margin-top:10px;margin-right:10px;float:right;}
.advantage .advan-5 {height:405px;background: url(../images/advantage_06.jpg) center center;}
.advantage .advan-5 .cont{margin-top:0px;float:left;}
/*atlas*/
.atlas{height:200px;background:url(atlas.jpg) center center;}
/* 关于我们 */
.th-about{height:550px;background:url(../images/about-bg.jpg) top center;}
.th-about .left{float:left;}
.th-about .right{float:right;width:485px;}
.th-about .right img{margin-top: 90px;margin-left: -200px;}
.th-about .right video{margin-top:80px;border:2px solid #fff;box-shadow: 0 0 15px #ccc;}
.th-about .about{margin-top: 90px;}
.th-about .about h2{font-size:24px;font-weight:bold;color:#005BAC;}
.th-about .about .p2{font-size:26px;font-weight:bold;color:#333;margin-top: -5px;}
.th-about p{margin-top:10px;width:640px;font-size:16px;}
.th-about .num{margin-top:30px;}
.th-about .num ul li{width:100px;text-align:center;margin-right:130px;float:left;font-size:16px;}
.th-about .num ul li span{font-size:40px;color:#005BAC;font-weight:bold;display: block;}

/* 应用领域 */
.field .index-title {text-align:center;position:relative;background: #fff;}
.field .index-title .title-1 h2 {color:#005BAC;display: inline;font-size: 26px;font-weight: 600;}
.wm-field {height:500px;position:relative;overflow:hidden;}
.wm-field .hd {position:absolute;top:0;width:100%;z-index:100;}
.wm-field .hd .cont {height:500px;width:600px;float:right;}
.wm-field .hd .title {margin-top:36px;font-size:20px;clear:both;margin-left:40px;}
.wm-field .hd .title i {width:35px;height:35px;background:#fff;color:#005BAC;line-height:35px;text-align:center;margin-right:10px;}
.wm-field .hd .title span {color:#fff;}
.wm-field .hd ul {}
.wm-field .hd ul li {width:160px;height:160px;border:1px dashed #ccc;text-align:center;margin-left:40px;margin-top:40px;float:left;}
.wm-field .hd ul li img {margin-top:30px;width: 76px;}
.wm-field .hd ul li span {display:block;margin-top:10px;color:#fff;margin-top: 20px;font-size:16px;}
.wm-field .hd ul .on {background:#005BAC;}
.wm-field .hd ul .on span {color:#fff;}
.wm-field .bd {}
.wm-field .bd ul {height:500px;}
.wm-field .bd ul {position:relative;}
.wm-field .bd ul .text {position:absolute;z-index:10;width:50%;height:80px;background:rgba(0,0,0,0.5);bottom:0;color:#fff;padding:10px;}
.wm-field .bd ul .text span {font-size:18px;font-weight:bold;}
.wm-field .bd ul .text p{margin-top: 6px;}

.wm-treatment {position:relative;background:url(treatment-bg.jpg) no-repeat;background-size:100%;background-position:top center;width:100%;overflow:hidden;margin-top: 30px;margin-bottom: 20px;}
.wm-treatment .cont {margin-top:50px;display:flex;flex-wrap:wrap;align-items:flex-start;flex-direction:row-reverse;}
.wm-treatment .left .text-center {text-align:center!important}
.wm-treatment .left .text-center img {max-width:100%;}
.wm-treatment .left {width:30%;left:5%;}
.wm-treatment .right .text-center {text-align:center!important}
.wm-treatment .right.text-center img {max-width:100%;}
.wm-treatment .right {width:30%;left:5%;}
.wm-treatment .left {margin-top:10px;}
.wm-treatment .right {margin-top:-537px;float: right;}
.wm-treatment .cont.cont-left {flex-direction:row;}
.wm-treatment .cont .img img {-webkit-transform:rotateY(0deg);transform:rotateY(0deg);}
.wm-treatment .cont:hover h4 {color:#0eaab4;}
.wm-treatment .text {width:calc(100% - 176px);}
.wm-treatment .img {text-align:right;width:110px;margin-left:15px;margin-top: 18px;}
.wm-treatment .text p {width:84%;float:right;margin-top:4px;}
.wm-treatment .cont.cont-left .text p {float:left;}
.wm-treatment .text h4 {font-size:20px;color:var(--main-link-color);font-weight:700;margin-top:8px;}
.wm-treatment .text h4 a {color:#005BAC;}
.wm-treatment .cont.cont-left .img {margin-right:15px;margin-left:0;text-align:left;}
.wm-treatment .cont:hover a {color:#333;}
.adv-bottom{background: url(treatment-bg.jpg) no-repeat;height: 240px;}
/* 新闻动态 */
.wm-news {overflow:hidden;}
.index-title .title-1 h2 {color:#005BAC;display: inline;font-size: 26px;font-weight: 600;}
.wm-news .news-left {width:830px;float:left;overflow:hidden;padding-bottom:10px;margin-top:20px;}
.wm-news .news-left .hd {height:30px;line-height:30px;border-bottom:2px solid #005BAC;}
.wm-news .news-left .hd li {float:left;margin-right:10px;font-size:16px;background:#005BAC;color:#fff;height:30px;line-height:30px;padding:0 10px;}
.wm-news .news-left .hd li a {color:#fff;}
.wm-news .news-left .hd .on a {color:#fff;}
.wm-news .news-left .hd .link {float:right;font-size:12px;color:#bbb;}
.wm-news .news-left .hd .link:hover{float:right;font-size:12px;color:#005BAC;}
.wm-news .news-left .ne-img {padding:15px;}
.wm-news .news-left .ne-img li {height:155px;padding-top:6px;border-bottom:1px dashed #ccc;}
.wm-news .news-left .ne-img li img {width:200px;height:134px;display:block;float:left;margin-right:20px;border:1px solid #ccc;}
.wm-news .news-left .ne-img span {display:block;font-size:16px;color:#005BAC;margin:10px 0;font-weight:bold;}
.wm-news .news-left .ne-img p {color:#777;line-height:24px;}
.wm-news .news-left .ne-img a {color:#999;margin-top:20px;border:0;font-size:12px;}
.wm-news .news-left .ne-img a:hover {color:#005BAC;}
.wm-news .news-left .ne-list {overflow:hidden;margin-top: 7px;}
.wm-news .news-left .ne-list li {line-height:52px;background:#ededed;width:385px;float:left;margin:0 15px;margin-bottom:15px;height: 52px;overflow: hidden;}
.wm-news .news-left .ne-list li i {font-size:20px;color:#fff;margin-right:10px;height:52px;width:45px;line-height:52px;top:0;text-align:center;background:#999;}
.wm-news .news-left .ne-list li a {color:#444;font-size:14px;}
.wm-news .news-left .ne-list li:hover {background:#005BAC;}
.wm-news .news-left .ne-list li:hover a {color:#fff;}
.wm-news .news-right {width:340px;float:right;margin-top:20px;}
.wm-news .news-right .ne-title {overflow:hidden;position:relative;border-bottom:2px solid #005BAC;}
.wm-news .news-right .ne-title h3 {float:left;font-size:16px;background:#005BAC;color:#fff;height:30px;line-height:30px;padding:0 10px;}
.wm-news .news-right .ne-title span {color:#999;margin-left:10px;font-size:14px;}
.wm-news .news-right .ne-title .link {float:right;font-size:12px;color:#bbb;}
.wm-news .news-right .ne-title .link:hover{float:right;font-size:12px;color:#005BAC;}
.wm-news .news-right .bd .tempWrap {width:340px !important;padding:0;}
.wm-news .news-right .bd ul {zoom:1;width:340px;padding:5px;}
.wm-news .news-right .question-top .bd {padding:0px;}
.wm-news .news-right .question-top .infoList li {border-bottom:1px dashed #ccc;}
.wm-news .news-right .question-top .infoList li h5 {font-size:14px;/* color:#fff; */height:40px;margin:0;line-height:20px;margin-top:10px;}
.wm-news .news-right .question-top .infoList li h5 span {background:#005BAC;color:#fff;font-size:14px;border-radius:2px;margin-right:5px;width:25px;height:25px;line-height:25px;text-align:center;float:left;display:block;}
.wm-news .news-right .question-top .infoList li h5 a {color:#005BAC;}
.wm-news .news-right .question-top .infoList li .answer {color:#666;padding-bottom:10px;}
.wm-news .news-right .question-top .infoList li .answer p {display:block;font-size:12px;}
.wm-news .news-right .question-top .infoList li .answer span {color:#fff;background:#999;font-size:14px;border-radius:2px;margin-right:5px;float:left;width:25px;height:25px;text-align:center;line-height:25px;}
/* 友情链接 */
.yqlj {}
.yqlj .container {height:130px;background:url(../images/yqlj.png);}
.yqlj ul {padding-top:75px;padding-left:130px;}
.yqlj li {font-size:12px;margin-right:10px;float:left;}
.yqlj li a {color:#aaa;}
.footer {background:#3e3e3e;clear:both;}
.footer .foot-nav {overflow:hidden;height:50px;line-height:50px;border-bottom:1px solid #5a5a5a;}
.footer .foot-nav ul li {float:left;}
.footer .foot-nav ul li a {color:#fff;border-left:1px solid #333;border-right:1px solid #5a5a5a;padding:0 70px;}
.footer .foot-nav ul li a:hover{color:#005BAC;border-left:1px solid #333;border-right:1px solid #5a5a5a;padding:0 70px;}
.footer .foot-center {border-top:1px solid #333;overflow:hidden;height:300px;}
.footer .foot-center .left {float:left;}
.footer .foot-center .left .logo {float:left;}
.footer .foot-center .left .logo img {width: 240px;margin-top: 96px;}
.footer .foot-center .left ul {width:420px;float:left;}
.footer .foot-center .left .block-2{margin-top: 26px;}
.footer .foot-center .left ul li {height:45px;line-height:45px;color:#fff;font-size:15px;}
.footer .foot-center .left ul li i {font-size:16px;margin-right:10px;width:35px;height:35px;background:#005BAC;border-radius:100px;text-align:center;line-height:35px;}
.footer .foot-center .right {float:right;}
.footer .foot-center .right .right-title {text-align:right;color:#fff;line-height:50px;margin-bottom:20px;margin-right:118px;}
.footer .foot-center .right ul li {width:140px;text-align:center;float:left;margin-left:20px;margin-top:64px;}
.footer .foot-center .right ul li img {width:100%;}
.footer .foot-center .right ul li span {display:block;color:#fff;margin-top:10px;}
.footer .foot-bottom {clear:both;color:#ccc;background:#2a2a2a;margin-top:30px;line-height:40px;overflow:hidden;}
.footer .foot-bottom a {color:#ccc;}
.footer .foot-bottom small {display:block;float:left;line-height:20px;}
.footer .foot-bottom img{margin-left:280px;margin-top: -35px;}
.footer .foot-center .left .block{float:left;border-right:1px solid #444; height: 260px; margin-top: 30px;margin-right: 55px;}
.footer .foot-center .left .block span{font-size:16px;display:block;margin-bottom:10px;color: #fff;}
.footer .foot-center .left .block ul li a{color:#bbb;}
.footer .foot-center .left .block ul li a:hover{color:#005BAC;}
.footer .foot-center .left .block ul li{line-height:35px;}
.footer .foot-center .left .block-1{width:380px;}
.footer .foot-center .left .block-1 ul li{line-height:25px;float:left;width:92px;}
.footer .foot-center .left .block:last-child{border-right:0;margin-right:0;padding-right:0;text-align: left;}
/* 内页 */
.banner-about {height:300px;background:url(../images/banner-image.jpg) top center;}
.banner-image {height:300px;background:url(../images/banner-image.jpg) top center;}
.banner-news {height:300px;background:url(../images/banner-image.jpg) top center;}
.inner-place {height:40px;line-height:40px;overflow:hidden;background:#fafafa;padding:0 20px;margin-top:0;border-bottom:1px solid #e8e8e8;border-left:3px solid #005BAC;}
.inner-place span {font-size:14px;color:#333;}
.inner-place a {color:#333;margin-right:10px;}
.inner-place .inner-position {float:left;color:#333;}
.inner-place-1 .inner-position {float:left;color:#333;margin-top: -15px;}
.inner .inner-left {width:260px;float:left;margin-top:20px;}
.inner .inner-left .left-title {color:#ffffff;background:#005BAC;text-align:center;line-height:55px;font-size:20px;font-weight:bold;margin-bottom: 4px;}
.inner .inner-nav {background:#fafafa;}
.inner .inner-nav ul li {width:260px;text-align:center;height:50px;line-height:50px;border-bottom:1px #b3b3b3 dashed}
.inner .inner-nav ul li a {font-size:16px;display:block;}
.inner .inner-nav ul li a:hover {color:#fff;background:#005BAC;}
.inner .inner-nav ul li .hover {color:#fff;background:#005BAC;}
.inner .inner-nav-1 {margin-bottom:20px;}
.inner .inner-nav-1 ul {text-align:center;}
.inner .inner-nav-1 ul li {display:inline-block;width:120px;height:40px;line-height:40px;background:#3f3f3f;}
.inner .inner-nav-1 ul li a {color:#fff;}
.inner .inner-nav-1 ul .hover {background:#005BAC;}
.inner .inner-left .left-image {text-align:center;border:1px solid #005BAC;margin-top:10px;}
.inner .inner-left .left-image ul li {width:250px;margin:0 auto;}
.inner .inner-left .left-image ul li a {padding:10px 10px;font-size:14px;display:block;border-bottom:1px dashed #ccc;}
.inner .inner-left .left-image ul li img {width:100%;}
.inner .inner-left .left-contact {margin-top:10px;margin-bottom: 4px;}
.inner .inner-left .left-contact .cont {border:1px solid #005BAC;padding:10px;}
.inner .inner-left .left-contact .cont span {font-weight:bold;font-size:16px;}
.inner .inner-left .left-contact .cont img {width:200px;margin:10px auto;box-shadow:0 0 5px #ccc;display:block;}
.inner .inner-left .left-contact .cont p {margin-bottom:10px;color:#666;}
.inner .inner-left .left-contact .cont p i {margin-right:10px;width:15px;}
.inner .inner-right {width:910px;margin-top:20px;overflow:hidden;}
.inner .inner-right .rec-news {margin:0px auto;background:#ffffff;margin-bottom:20px;}
.inner .inner-right .rec-news .title {color:#fff;height:40px;line-height:40px;clear:both;overflow:hidden;background:#3f3f3f;padding:0 20px;border-top:1px solid #ccc;font-size: 16px;}
.inner .inner-right .rec-news .title .tittle-tittle {font-size:16px;display:inline;}
.inner .inner-right .rec-news .title span {font-size:16px;color:#fff;font-weight:bold;}
.inner .inner-right .rec-news .rec-news-img {overflow:hidden;padding:10px;}
.inner .inner-right .rec-news .rec-news-img li {overflow:hidden;border-bottom:1px dashed #94896B;padding-bottom:10px;}
.inner .inner-right .rec-news .rec-news-img li img {width:180px;height:126px;float:left;margin-right:10px;border:1px solid #005BAC;padding:2px;}
.inner .inner-right .rec-news .rec-news-img li a {font-size:16px;color:#005BAC;padding-top:20px;}
.inner .inner-right .rec-news .rec-news-img li p {color:#666;margin-top:10px;}
.inner .inner-right .rec-news .rec-news-img li span {color:#999;}
.inner .inner-right .rec-news .rec-news-list {overflow:hidden;padding:10px;}
.inner .inner-right .rec-news .rec-news-list li {height:40px;line-height:40px;border-bottom:1px dashed #ccc;width:370px;float:left;margin:0 10px;overflow: hidden;}
.inner .inner-right .rec-news .rec-news-list li span {color:#005BAC;margin-right:20px;}
.inner .inner-right .rec-news .rec-news-list li a {COLOR:#666;}
.inner .inner-right .rec-news .rec-news-list li small {float:right;}
/*list-image*/.list-image .cont {padding-top:10px;background:#fff;float:left;}
.list-image .cont .cate-title {height:45px;line-height:45px;background:#eee;font-size:14px;}
.list-image .cont .cate-title a {display:block;font-size:16px;background:#008c9f;color:#fff;width:200px;text-align:center;}
.list-image .cont ul {overflow:hidden;}
.list-image .cont ul li {width:283px;float:left;margin:10px;text-align:center;padding:10px;background:#fafafa;border:1px solid #ccc;height: 270px;}
.list-image .cont ul li:hover {border:1px solid #c4c4c4;box-shadow:1px 1px 10px rgba(0,0,0,0.5);-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.list-image .cont ul li img {width:100%;}
.list-image .cont ul li h5 {color:#353535;padding:10px 0;overflow:hidden;font-size:16px;}
.list-image .cont ul li p {font-size:12px;color:#555;margin-top:10px;}
.list-image .introduction{border:1px solid #eee;background:#fafafa;}
/*show-image*/.show-image {background:#f4f4f4;}
.show-image .cont {width:1100px;margin:20px auto;overflow:hidden;}
.show-image .cont .shop {width:1100px;height:460px;margin:0 auto;padding:20px;border:1px solid #E8E8E8;overflow:hidden;min-width:900px;box-sizing:border-box;background:#fff;}
.show-image .cont .shop .left {width:430px;height:auto;float:left}
.show-image .cont .shop .left .show {width:430px;height:323px;margin-bottom:10px;position:relative;border:1px solid #E8E8E8;cursor:move;overflow:hidden;}
.show-image .cont .shop .left .show img {width:100%;height:auto;}
.show-image .cont .shop .left .mask {width:215px;height:215px;background:#000;filter:Alpha(opacity=50);opacity:0.5;position:absolute;top:0;left:0;display:none;}
.show-image .cont .shop .left .smallshow {width:100%;height:70px;position:relative}
.show-image .cont .shop .left .smallshow>.middle-box {overflow:hidden;height:70px;}
.show-image .cont .shop .left .smallshow .middle {overflow:hidden;transition:all 0.5s;height:70px;}
.show-image .cont .shop .left .smallshow .middle>li {width:86px;height:60px;float:left;cursor:pointer;padding:0 2px;}
.show-image .cont .shop .left .smallshow img {width:100%;border:2px solid #e8e8e8;box-sizing:border-box;transition:all 0.5s}
.show-image .cont .shop .right {float:left}
.show-image .cont .shop .right .bigshow {width:430px;height:400px;overflow:hidden;margin-left:10px;display:none;border:1px solid #E8E8E8;position:absolute;}
.show-image .cont .shop .right .bigshow img {width:800px;height:600px;margin-right:10px;}
.show-image .cont .shop .right .text {margin-left:60px;width:540px;}
.show-image .cont .shop .right .text-1 {font-size:24px;color:#005BAC;}
.show-image .cont .shop .right .text-2 {background:#eee;border:1px dashed #ccc;padding:10px;margin-top:15px;}
.show-image .cont .shop .right .text-3 {margin-top:20px;overflow:hidden;}
.show-image .cont .shop .right .text-3 ul li {float:left;height:30px;line-height:30px;width:270px;margin-bottom:12px;}
.show-image .cont .shop .right .text-3 ul li span {padding:0 20px;background:#005BAC;float:left;margin-right:10px;color:#fff;font-size:16px;}
.show-image .cont .shop .right .text-4 {margin-top:15px;}
.show-image .cont .cat-title {background:#ececec;border-left:3px solid #005BAC;line-height:35px;padding-left:10px;font-size:16px;margin-bottom:10px;}
.show-image .cont .shop .right .text .text-5 .tag-title {float:left;margin-left:10px;font-size:16px;padding-top:29px;}
.show-image .cont .shop .right .text .text-5 ul {float:left;margin-left:10px;padding-top:23px;}
.show-image .cont .shop .right .text .text-5 ul li {float:left;padding:5px 20px;background:#fff;border:1px solid #ccc;}
.show-image .cont .inner-left {width:820px;float:left;margin-top:20px;background:#fff;padding:10px;}
.show-image .cont .inner-left table tbody tr{border: 1px solid #000;}
.show-image .cont .inner-left table tbody tr td{border: 1px solid #000;}
.show-image .cont .inner-left .video video {width:800px;}
.show-image .cont .inner-left .details {margin-top:20px;}
.show-image .cont .inner-right {width:270px;float:right;margin-top:20px;background:#fff;padding:10px;}
.show-image .cont .inner-right ul li {width:100%}
.show-image .cont .inner-right ul li img {width:100%}
.show-image .cont .inner-right ul li span {font-size:16px;display:block;text-align:center;}
.show-image .cont .inner-right ul li .badge {float:left;}
/*list*/.inner .inner-right .list-article .news-list {padding:20px;overflow:hidden;margin-bottom:20px;background:#ffffff;}
.inner .inner-right .list-article .news-list li {height:173px;border-bottom:1px dashed #ccc;margin-bottom:10px;padding-top:10px;transition:all 0.6s;}
.inner .inner-right .list-article .news-list li:hover {transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);}
.inner .inner-right .list-article .news-list li img {display:block;float:left;border:1px solid #ccc;padding:5px;width:200px;margin-right:20px;height:144px;}
.inner .inner-right .list-article .news-list li .text {margin-left:0px;width:540px;float:left;padding-top:10px;}
.inner .inner-right .list-article .news-list li .li-title {font-size:18px;}
.inner .inner-right .list-article .news-list li .li-title a {color:#005BAC;}
.inner .inner-right .list-article .news-list li .li-title h6 {padding-left:10px;font-size:18px;font-weight:500;color:#005BAC;height: 22px;overflow: hidden;}
.inner .inner-right .list-article .news-list li .li-title h6 a {color:#005BAC;}
.inner .inner-right .list-article .news-list li p {color:#666;font-size:14px;padding-left:10px;margin-top:10px;}
.inner .inner-right .list-article .news-list li span {font-size:12px;color:#999;margin-left:10px;}
/*show*/.inner .news-show {background:#fff;padding:30px;margin-top:6px;float:left;width:910px;}
.inner .news-show h1 {font-size:24px;text-align:center;}
.inner .news-show .attr {margin-top:20px;overflow:hidden;text-align:center;border-bottom:1px dashed #ccc;padding-bottom:10px;}
.inner .news-show .attr span {margin-right:10px;}
.inner .news-show .attr i {margin-right:10px;color:#005BAC;}
.inner .news-show .cont {margin-top:20px;}
.inner .news-show .statement a {color:#005BAC;}
.inner .news-show .news-tag {overflow:hidden;margin-top:10px;}
.inner .news-show .news-tag .fa-tags {float:left;margin-right:10px;font-size:22px;margin-top:3px;}
.inner .news-show .news-tag ul li a {display:block;float:left;border:1px solid #ccc;padding:5px 10px;margin-right:10px;border-radius:5px;}
.inner .list-page {overflow:hidden;clear:both;margin-top:10px;}
.inner .list-page ul {margin-top:10px;}
.inner .list-page ul li {margin-bottom:10px;background:#eee;padding:10px;}
.inner .list-page ul li a {color:#333333;font-size:14px;}
/*翻页*/.inner .inner-page {text-align:center;clear:both;}
.inner .inner-page ul {display:block;margin:10px auto;overflow:hidden;text-align:center;}
.inner .inner-page li {display:inline-block;border:1px solid #ccc;margin-right:-1px;}
.inner .inner-page li a {color:#005BAC;display:inline-block;padding:10px;}
.inner .inner-page .active a {background-color:#005BAC;border-color:#005BAC;color:#fff;}
/*公司介绍*/.online-title {position:relative;}
.online-title .cn {font-weight:bold;font-size:27px;color:#009fb5}
.online-title .en {font-size:2px;font-family:'Eveleth';color:#444}
.page-about .title{margin:10px auto;text-align:center;}
.page-about .title small{color:#888;font-size:18px;}
.page-about .title .text{font-size:30px;font-weight:bold;color:#005BAC;}
.page-about .title .text span{color:#3f3f3f;}
.page-about-02 .title{margin:10px auto;text-align:center;}
.page-about-02 .title small{color:#888;font-size:18px;}
.page-about-02 .title .text{font-size:30px;font-weight:bold;color:#005BAC;}
.page-about-02 .title .text span{color:#3f3f3f;}
.page-about-01 {padding-top:20px;margin-bottom:50px;overflow:hidden;}
.page-about-01 .wp1400 {padding-left:45px;padding-right:45px}
.page-about-01 .left {float:left;width:50%}
.page-about-01 .desc {border-bottom:1px dashed #b1b1b1;font-size:14px;color:#777;line-height:30px;padding-top:15px;padding-bottom:20px}
.page-about-01 .h4 {font-size:22px;color:#333;padding-top:15px;padding-bottom:15px}
.page-about-01 .p {font-size:14px;color:#777;line-height:30px}
.page-about .cont .left .bottom {width:550px;height:450px;border-radius:6px;margin-top:20px;margin-left:20px;overflow:hidden;}
.page-about .cont .left {width:300px;height:490px;background:#3f3f3f;border-radius:6px 0 0 6px;float:left;}
.page-about .cont .left img {transition:all 0.2s;}
.page-about .cont .left img:hover {transform:scale(1.1);}
.page-about .cont .right {float:right;width:570px;}
.page-about .cont .top h3 {font-size:24px;font-weight:bold;line-height:32px;border-left:2px solid #005BAC;padding-left:16px;margin-top:36px;margin-bottom:10px;}
.page-about .cont .top h3 span {font-size:16px;display:block;color:#005BAC;}
.page-about .cont h4 {font-size:18px;line-height:30px;padding:20px 0;color:#000;}
.page-about .cont p {font-size:14px;color:#2b2b2b;line-height:23px;}
.page-about .cont .right .about-right{font-size:14px;color:#2b2b2b;line-height:23px;display: inline;}
.page-about .cont a {padding:12px 50px;background:#005BAC;color:#fff;display:block;margin-top:20px;width: 132px;}
.page-about-02 .index-title{width: 15%;display: block;margin: 0 auto;margin-top:200px;margin-bottom:40px;}
.page-about-02 .cont ul{overflow:hidden;margin-bottom:20px;}
.page-about-02 .cont ul li{width:360px;height:320px;float:left;text-align:center;padding:20px 40px;background:#fff;margin:20px;box-shadow:0 0 8px #ccc;}
.page-about-02 .cont ul li span{font-size:20px;color:#005BAC;font-weight:bold;}
.page-about-02 .cont ul li small{width:50px;height:1px;text-align:center;margin:20px auto;background:#ddd;display: block;}
.page-about-02 .cont ul li p{margin-top:20px;color:#666;height:10px;}
.page-about-02 .cont ul li img{width: 270px;margin-top: 20px;}


.page-contact {padding-top: 20px;background: url(page-contact-bg.jpg) top center  fixed;}}
.page-contact .container {width:1200px !important;}
.page-contact .block-2 .cont {background:#fff;overflow:hidden;border:1px dashed #666;padding-top:65px;margin-bottom:20px;border-radius:40px;}
.page-contact .block-2 .cont .text {text-align:center;}
.page-contact .block-2 .cont .text span {font-size:27px;display:block;text-align:center;margin-bottom:30px;}
.page-contact .block-2 .cont .text span strong {color:#005BAC;}
.page-contact .block-2 .cont .text small {color:#999;font-size:18px;}
.page-contact .block-2 .cont ul {overflow:hidden;margin:0px auto;width:1100px;margin-top:75px;}
.page-contact .block-2 .cont ul li {height:90px;float:left;margin:0 75px;font-size:20px;width:400px;}
.page-contact .block-2 .cont ul li i {font-size:50px;margin-right:20px;float:left;height:80px;display:block;color:#005BAC}
.page-contact .block-2 .cont ul li span {display:block;float:left;width:330px;}
.inner .page-contact .bottom {position:relative;background-color:#fff;width:100%;}
.page-contact .block-2 .make {top:0;z-index:10;border:6px #fff solid;}

/*search*/.inner-search {background:#eee;}
.inner-search .block-1 {margin-top:30px;}
.inner-search .block-2 {text-align:center;margin-top:10px;}
.inner-search .block-3 {margin:20px auto;}
.inner-search .block-3 ul li {width:377px;background:#fff;overflow:hidden;display:inline-block;margin:10px;}
.inner-search .block-3 ul li a {display:block;}
.inner-search .block-3 ul li img {width:100%;border:1px solid #ccc;}
.inner-search .block-3 ul li h2 {font-size:16px;margin-top:10px;font-weight:bold;color:#333;padding:10px 20px;}
.inner-search .block-3 ul li p {color:#666;padding:10px 20px;height:80px;}
.inner-search .block-3 ul li .info {color:#666;background:#f5f5f5;overflow:hidden;height:50px;padding:10px 20px;}
.inner-search .block-3 ul li .info .left {float:left;}
.inner-search .block-3 ul li .info .right {float:right;}
.inner-search .block-3 ul li .info i {margin-right:10px;}
.inner-search .block-3 ul li .info font {color:#777;}
.inner-search .block-3 ul li .info .fa-eye {margin-left:10px;}
.inner-search .block-3 ul li .right {overflow:hidden;}
.inner-search .block-3 ul li .right i {float:left;margin-right:10px;}
.inner-search .block-3 ul li .right .tag-name {float:left;font-size:12px;color:#666;}
.inner-search .block-3 ul li:hover {transform:scale(1.05);-ms-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);-moz-transform:scale(1.05);}
/*tag*/.tag-home {margin-top:10px;}
.tag-home .tag-title {height:50px;background:#f6f6f6;line-height:50px;margin:10px 0;}
.tag-home .tag-title span {display:block;background:#005BAC;color:#fff;font-size:16px;padding:0 10px;float:left;}
.tag-home .tag-about .tag-cont {border:1px solid #eee;padding:10px;}
.tag-home .tag-block-1 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-1 ul {width:324px;float:left;border:1px solid #eee;padding:10px;margin:10px;}
.tag-home .tag-block-1 ul li {height:30px;line-height:30px;border-bottom:1px dashed #ccc;font-size:14px;}
.tag-home .tag-block-1 ul li span {float:right;}
.tag-home .tag-block-2 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-2 .tag-cont {border:1px solid #eee;padding:10px;overflow:hidden;}
.tag-home .tag-block-2 .left {float:left;width:530px;}
.tag-home .tag-block-2 .right {float:right;width:530px;}
.tag-home .tag-block-2 ul li img {width:100%;height:340px;}
.tag-home .tag-block-2 ul li h6 {height:37px;line-height:37px;border-bottom:1px dashed #ccc;font-size:14px;}
.tag-home .tag-block-2 ul li span {float:right;}
.tag-home .tag-block-3 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-3 .tag-cont {border:1px solid #eee;padding:10px;overflow:hidden;}
.tag-home .tag-block-3 ul li {width:274px;float:left;margin:10px;border:1px solid #ccc;padding:10px;}
.tag-home .tag-block-3 ul li img {width:100%;}
.tag-home .tag-block-3 ul li span {display:block;height:30px;line-height:30px;text-align:center;}
.tag-home .tag-block-4 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-4 .tag-cont {overflow:hidden;}
.tag-home .tag-block-4 ul li {border:1px solid #eee;margin:10px;float:left;width:344px;height:80px;}
.tag-home .tag-block-4 ul li i {width:100px;text-align:center;font-size:30px;color:#fff;height:80px;line-height:80px;float:left;margin-right:10px;}
.tag-home .tag-block-4 ul li .fa-phone {background:#a7d82e;}
.tag-home .tag-block-4 ul li .fa-internet-explorer {background:#5593ef;}
.tag-home .tag-block-4 ul li .fa-map-marker {background:#efa900;}
.tag-home .tag-block-4 ul li span {display:block;line-height:80px;float:left;font-size:18px;}
.tag-home .tag-block-4 ul li:nth-child(3) span {line-height:42px;width:230px;}
.tag-home .tag-block-5 {overflow:hidden;margin-top:10px;}
.tag-home .tag-block-5 .tag-cont {border:1px solid #eee;padding:10px;overflow:hidden;}
.tag-home .tag-block-5 .tag-cont a {display:block;background:#eee;padding:5px 8px;float:left;margin:10px;}


.wzdt{width: 100%;}
   .wzdt .wzdt-1{    height: 189px;}
.wzdt .wzdt-1 ul li a{color: #6d6d6d;}
.wzdt .wzdt-1 ul li{ width: 193px;height: 51px;line-height: 051px;text-align: center;border-bottom: 1px solid #cacaca;font-size: 15px;float: left;}
.wzdt .wzdt-1 span{width: 182px;height: 49px;background: #005BAC;display: block;text-align: center;margin-bottom: 32px;margin-top: 30px;font-size: 15px;color: #fff; line-height: 49px;}

.wzdt .wzdt-2{     height: 236px;}
.wzdt .wzdt-2 ul li a{color: #6d6d6d;}
.wzdt .wzdt-2 ul li{ width: 193px;height: 51px;line-height: 051px;text-align: center;border-bottom: 1px solid #cacaca;font-size: 15px;float: left;}
.wzdt .wzdt-2 span{width: 182px;height: 49px;background: #005BAC;display: block;text-align: center;margin-bottom: 32px;margin-top: 30px;font-size: 15px;color: #fff; line-height: 49px;}

.wzdt .wzdt-3{    height: 189px;}
.wzdt .wzdt-3 ul li a{color: #6d6d6d;}
.wzdt .wzdt-3 ul li{ width: 193px;height: 51px;line-height: 051px;text-align: center;border-bottom: 1px solid #cacaca;font-size: 15px;float: left;}
.wzdt .wzdt-3 span{width: 182px;height: 49px;background: #005BAC;display: block;text-align: center;margin-bottom: 32px;margin-top: 30px;font-size: 15px;color: #fff; line-height: 49px;}

   .wzdt .left{width: 60%;float: left;margin-left: -43px;margin-top: -7%;}
   .wzdt .left .title{width: 200px;height: 60px;text-align:  center;font-size: 16px;margin-top: 190px;line-height: 60px;margin-left: 5%;color: #fff;background: #005BAC;}
   .wzdt .left .cont ul li{width: 31%;float: left;margin-left: 24px;overflow:  hidden;height: 61px;background: #d8d8d8a1;margin-top: 41px;}
   .wzdt .left .cont ul li p{line-height: 65px;height: 20px;margin-top: -50px;/* text-align:  center; */margin-left: 62px;}
   .wzdt .left .cont ul li span{width: 34px;line-height: 34px;margin-left: 16px;text-align:  center;height: 34px;margin-top: 6px;border-radius: 50%;background: #000;display:  block;color: #fff;}
   .wzdt .left .title a{color: #fff;}
   
   .wzdt .right{width: 50%;float: right;margin-right: -8%;margin-top: -7%;}
   .wzdt .right .title{width: 200px;height: 60px;text-align:  center;font-size: 16px;margin-top: 190px;margin-left: 4%;line-height: 60px;color: #fff;background: #005BAC;}
   .wzdt .right .cont ul li{width: 39%;float: left;margin-left: 38px;overflow:  hidden;height: 61px;background: #d8d8d8a1;margin-top: 41px;}
   .wzdt .right .cont ul li p{line-height: 65px;height: 20px;margin-top: -49px;/* text-align:  center; */margin-left: 62px;}
   .wzdt .right .cont ul li span{width: 34px;line-height: 34px;margin-left: 16px;text-align:  center;height: 34px;margin-top: 3px;border-radius: 50%;background: #000;display:  block;color: #fff;}
   .wzdt .right .title a{color: #fff;}
   .wzdt .inner-place{margin-top: 131px;margin-left: 6%;}
   .wzdt .inner-place .inner-position{background: #dadada;height: 39px;line-height: 38px;width: 22%;}
