﻿
/* 全局样式
--------------------------------------------- */
body{transition: all .3s ease-out 0s;}
body::-webkit-scrollbar {width: 6px;}
body::-webkit-scrollbar-thumb {background-color: #007cf7;border-radius: 6px;}
body::-webkit-scrollbar-track {background-color: #f5f5f5;}
a:focus,a:hover{color: #007cf7;text-decoration: none;outline:0;outline-offset: 0;}

.text-xs-center {text-align: center!important;}
.col-pd{padding-right: .9375rem;padding-left: .9375rem;}
.col-pd-0{padding-right: 0;padding-left: 0;}

@media (min-width: 992px){
	#header .container{width: 90%;max-width: 1600px;}
}

/* 头部主导航
--------------------------------------------- */
.navbar{margin: 0;border: none;background: #fff;}

.navbar>.container .navbar-brand{margin-left: 0;padding: 0;height: 120px;line-height: 120px;}
.navbar .navbar-header .navbar-brand img{vertical-align: middle;}

.navbar .navbar-collapse{padding: 0;}
.navbar .navbar-collapse #top-nav-toggle{display: none;}
.navbar .navbar-collapse #top-nav-toggle:focus{outline: 0;outline-offset: 0;}
.navbar .navbar-nav>li.menu-item-home{margin-left: 0;}
.navbar .navbar-nav>li{margin-left: 10px;}
.navbar .navbar-nav>li>a{padding: 15px 35px;font-size: 14px;}
.navbar .navbar-nav>li>.nav-dropdown{display: none;}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:hover{color: #007cf7;background-color: rgba(243,247,249,.6);}
.navbar .navbar-nav>li>.dropdown-menu>li>a{padding: 10px 15px;transition: all 0.5s;}

.navbar .toptel{display:none;}

@media (min-width: 768px){
	.navbar .navbar-header{width: 28%;}
	.navbar>.container .navbar-brand,
	.navbar .navbar-header .navbar-brand img{max-width:500px;}

	.navbar .navbar-nav{padding: 20px 0;margin-left: 0%;}
	.navbar .navbar-nav>li{margin-left:0;}
	.navbar .navbar-nav>li>a{padding: 30px 20px;color: #000;font-size: 16px;font-weight: bold;}
	.navbar .navbar-nav>.active>a,
	.navbar .navbar-nav>.active>a:hover,
	.navbar .navbar-nav>.open>a,
	.navbar .navbar-nav>.open>a:focus,
	.navbar .navbar-nav>.open>a:hover,
	.navbar .navbar-nav>li>a:focus,
	.navbar .navbar-nav>li>a:hover{color: #000;background-color: transparent;}
	.navbar .navbar-nav>li>.dropdown-menu>li.active>a{background-color: #fff;color: #333;}
}

@media (min-width: 992px){
	.navbar .navbar-header{width: 30%;}
}

@media (min-width: 1344px){
	.navbar .toptel{display:block;float:right;line-height: 120px;}
	.navbar .toptel a{font-family: 'Oswald', sans-serif;font-size: 22px;font-weight: bold;line-height: 1;letter-spacing: 1px;}
	.navbar .toptel span{height: 30px;width: 30px;text-align: center;margin-right: 10px;border-radius: 50%;border: 1px solid #007cf7;}
	.navbar .toptel span:before{font-size: 18px;}
}

@media (min-width: 1440px){
	.navbar .navbar-header{width: 35%;}
}

.navbar .navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar .navbar-nav>li>.dropdown-menu>li>a:hover{background: #007cf7;color: #fff;}

@media (max-width: 1024px){
	.navbar>.container .navbar-brand{height: 90px;line-height: 90px;}
	.navbar .navbar-nav>li{margin-left: 0;}
	.navbar .navbar-nav>li>a{padding: 15px 20px;}
}
@media (max-width: 991px){
	.navbar .navbar-nav>li>a{padding: 15px;}
}
@media (max-width: 767px){
	.navbar .navbar-header {height: 60px;line-height: 60px;}
	.navbar .navbar-header .navbar-toggle {margin-top: 13px;margin-bottom: 13px;}
	.navbar .navbar-header .navbar-toggle:hover {background-color: #007cf7;border-color: #007cf7;}
	.navbar .navbar-header .navbar-toggle:hover .icon-bar{background-color: #fff;}
	.navbar .navbar-header .navbar-brand {margin-left: 10px;height: 60px;line-height: 60px;}
	.navbar .navbar-header .navbar-brand img{max-height: 50px;}

	.navbar .navbar-collapse{display: block;position: fixed;top: 0;left: 100%;bottom: 0;z-index: 2;width: 80%;height: 100% !important;margin: 0;padding: 46px 0 20px;background: #007cf7;}
	.navbar .navbar-collapse #top-nav-toggle{display: block;position: absolute;right: 85%;top: 7px;z-index: -1;color: #fff;font-size: 20px;border: none;background: transparent;}

	.navbar .navbar-nav{margin-left: 0;margin-right: 0;}
	.navbar .navbar-nav>li{margin-left: 0;}
	.navbar .navbar-nav>li>a{padding-left: 15px;padding-right: 15px;}
	.navbar .navbar-nav>li a{font-size: 16px;color: #fff;}
	.navbar .navbar-nav>li>a>.caret{display: none;}
	.navbar .navbar-nav>li>.nav-dropdown{display: block;cursor: pointer;position: absolute;right: 0;top: 0;background: rgba(255,255,255,0.04);width: 50px;height: 50px;line-height: 50px;color: #fff;text-align: center;-webkit-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}
	.navbar .navbar-nav>li>.nav-dropdown>span{line-height: 50px;font-size: 18px;-webkit-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}
	.nav-open>.nav-dropdown>span{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
	.navbar .navbar-nav>li>.dropdown-menu{display: none;position: static;float: none;padding: 0px;border: 0px;background: #136ABE;border-radius: 0px;box-shadow: none;}
	.navbar .navbar-nav>li>.dropdown-menu>li>a{padding: 15px 15px 15px 25px;transition: all 0.5s;background-color: transparent;color: #fff;}
	.navbar .navbar-nav>.active>a{background: transparent !important;color: #fff !important;}
	.navbar .navbar-nav>.active>a:hover,
	.navbar .navbar-nav>.open>a,
	.navbar .navbar-nav>.open>a:focus,
	.navbar .navbar-nav>.open>a:hover,
	.navbar .navbar-nav>li>a:focus,
	.navbar .navbar-nav>li>a:hover,
	.navbar .navbar-nav>li a:focus,
	.navbar .navbar-nav>li a:hover{background: #005591 !important;color: #fff !important;}
	.navbar .navbar-nav .open .dropdown-menu>li>a {padding-left: 25px;color: #fff;}
	.navbar .navbar-nav .open .dropdown-menu>.active>a{background-color: transparent;color: #fff;}
}

.nav-on{position: fixed;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;-webkit-transform: translateX(-80%);transform: translateX(-80%);-webkit-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}
.nav-on-shadow{display: none;position: fixed;z-index: 99999;width: 100%;height: 100%;left: 0;top: 0;content: '';background: rgba(0,0,0,0.3);}
.nav-on .nav-on-shadow{display: block;}
.nav-on .navbar-nav{margin: 0;overflow-y: auto;}
.nav-on .navbar-nav li{position: relative;border-top: 1px solid rgba(10,10,10,0.06);border-bottom: 1px solid rgba(10,10,10,0.06);}
.nav-on .navbar-nav li+li{border-top: none;}

/* Banner
--------------------------------------------- */
.banner .pc-img{display: block !important;width: 100%;}
.banner .mobile-img{display: none !important;width: 100%;}
.banner .banner-title{display: none;}
.banner .carousel-indicators li{margin-left: 4px;margin-right: 4px;width: 10px;height: 10px;}
.banner .carousel-control{opacity: 0;transition: all .5s;}
.banner .carousel-control:hover{opacity: 1;}
@media (max-width: 767px){
	.banner .pc-img{display: none !important;}
	.banner .mobile-img{display: block !important;}
	.banner .banner-title{display: block;position: absolute;left: 0;bottom: 0;width: 100%;padding: 11px 66px 11px 11px;color: #fff;font-size: 15px;line-height: 1;background: rgba(0,0,0,0.5);-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.banner .banner-title a{display: block;width: 100%;height: 15px;color: #fff;text-decoration: none;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.banner .carousel-indicators{right: 11px;bottom: 15px;left: auto;width: auto;margin: 0;padding: 0;font-size: 0;}
	.banner .carousel-indicators li{width: 6px;height: 6px;margin: 0 3px;border: none;background: rgba(200,200,200,0.7);border-radius: 6px;}
	.banner .carousel-indicators li.active{background: rgba(255,255,255,0.9);}
}

/* 首頁中部
--------------------------------------------- */
.index-body{padding:60px 0}
.index-body .container{padding-right: .9375rem;padding-left: .9375rem;}
.index-body:nth-of-type(odd) {background: #f2f2f2;}
.index-body h2{position:relative;margin-bottom: 20px;color: #007cf7;font-size: 38px;font-weight:bold;font-family:'微软雅黑'}
.index-body p.desc{font-size:14px;color:#333}
.index-body ul:after,.index-body ol:after{display: table;clear: both;content: '';}
@media (min-width:992px){.index-body .container{width:90%;max-width: 1600px;}}
@media (max-width:991px){.index-body{padding:40px 0px}}
@media (max-width:767px){.index-body h2{font-size:24px}.index-body{padding:30px 0px}}

.index-about{padding:64px 0 96px;background: #f2f2f2 url(../image/about_bg.jpg) bottom center no-repeat !important;}
.about-content{margin-top: 30px;background-color: #fff;box-shadow: 0 42px 95px rgb(0 0 0 / 15%);}
.about-content:after{display: table;content: "";clear: both;}

.about-content .about{padding: 48px;}

.about-content .about h3{position: relative;margin-bottom: 50px;color: #007cf7;font-size:36px;font-weight: bold;}
.about-content .about h3:after{content:'';position:absolute;bottom:-26px;left:0;width:50px;height:2px;background-color: #007cf7;}
.about-content .about p{text-indent: 2em;line-height: 1.8;text-align: justify;word-wrap: break-word;}
.about-content .about .more{margin-top: 20px;width: 100%;max-width: 160px;background-color: #007cf7;color: #fff;border-radius: 0;padding-top: 12px;padding-bottom: 12px;}
.about-content .about .more:hover{background-color: #0c64b3;color: #fff;}

.about-content .video{padding: 20px;}
.about-content .video .video-con{position: relative;width: 100%;height: 100%;}
.about-content .video img{display: block;width: 100%;}
.about-content .video video{display: none;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 2;object-fit: fill;}
.about-content .video .video-bg{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);}
.about-content .video .video-bg .video-icon{display: block;font-size: 50px;color: #fff;cursor: pointer;position: absolute;left: 45%;top: 38%;}

@media (min-width:992px){
	.about-content{display: flex;align-items: center;}
}
@media (max-width:1440px){
	.about-content .about{padding: 40px;}
}
@media (max-width:767px){
	.index-about{padding: 32px 0 48px;}
	.about-content{margin-top:20px}
	.about-content .about{padding: 30px 20px 10px;}
	.about-content .about h3{font-size: 30px;}
	.about-content .about .more{padding: 8px 6px;max-width: 120px;}
}

.index-img{display: none;overflow: hidden;}
.index-img .index-img-list{float:left;padding:10px;}
.index-img .index-img-list a{display: block;padding: 10px;background: #f0f0f0;}
.index-img .index-img-list img{width: 100%;vertical-align: middle;padding: 15px;background: #f6f6f6;transition: 0.5s all;transform: scale(1);}
.index-img .index-img-list p{padding:10px 10px 0;color:#666;line-height: 1;}
.index-img .index-img-list a:hover img{transform: scale(1.1);background:transparent;}
.index-img .index-img-list a:hover p{color:#d50a1d;}

.index-img .slick-dots li{width: 16px;height: 16px;margin: 0 8px;}
.index-img .slick-dots li button{width: 16px;height: 16px;padding: 0;background: #e4e4e4;border-radius: 0;}
.index-img .slick-dots li button:before{display:none;}
.index-img .slick-dots li button:hover,
.index-img .slick-dots li.slick-active button{background: #007cf7;}

.product-list{margin-top:30px;padding-left:0;padding-right:0}
.product-list li{padding:20px 30px;overflow:hidden}
.product-list li .card{position:relative;display:block;overflow:hidden}
.product-list li .card-header{width: 100%;height: 0px;padding-bottom: 100%;position: relative;overflow: hidden;}
.product-list li .card-img{display: block;width: 100%;padding: 10px 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s ease;}
.product-list li .card-img img{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%) scale(1.0);transition: all .5s ease;border-radius:20px;}
.product-list li .card-title{display:block;padding:10px 10px 0}
.product-list li .card-title h4{padding:0 10px;font-size:16px;color:#333;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-list li:hover h4{color:#3a9434}
.product-list li .card-title .card-desc{margin-top:5px;color:#666;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-list li .txtBox{display:block;position:absolute;width:100%;height:100%;overflow:hidden;padding:10% 20%;box-sizing:border-box;color:#fff;background:#007cf7;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);left:100%;top:100%}
.product-list li .txtBox .proTitle{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:18px;line-height:36px;border-bottom:2px solid #fff;padding-bottom:9px;text-align:center}
.product-list li .txtBox .proSummry{width:100%;font-size:14px;line-height:24px;margin-top:19px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.product-list li .txtBox .see{width:100px;color:#fff;text-align:center;font-size:12px;margin:16px auto;transition:all .5s ease}
.product-list li .txtBox span{margin-right:5px}
.product-list li:hover .txtBox{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);left:0;top:0}
.product-list li .txtBox .see:hover{width:110px;border:1px solid #fff;padding:5px;line-height:1}
@media(max-width:767px){
	.product-list{margin-top:20px;padding-right:5px;padding-left:5px}
	.product-list li{padding:5px}
	.product-list li .card-title{padding:8px 10px}
	.product-list li .card-title h4{padding:0;font-size:14px;line-height:1}
}

.index-shili .shili-con{background-color:#007cf7;color:#fff}
.index-shili .shili-con:after{display:table;clear:both;content:''}
.index-shili .shili-img-con{position:relative;width:100%;height:100%;overflow:hidden}
.index-shili .shili-img img{width:100%;height:600px;object-fit:cover;filter:saturate(1);-webkit-filter:saturate(1);transition:all .8s ease;-moz-transition:all .8s ease;-webkit-transition:all .8s ease;-o-transition:all .8s ease}
.index-shili .shili-img img:hover{overflow:hidden;transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);cursor:pointer}
.index-shili .shili-txt .shili-content{padding:48px 6%}
.index-shili .shili-txt .shili-content h3{font-size:30px;line-height:1.6}
.index-shili .shili-txt .shili-content h3 strong{font-size:36px;font-weight:normal}
.index-shili .shili-txt .shili-content .shili-line{width:50px;height:2px;background:#fff;margin:20px 0}
.index-shili .shili-txt .shili-content ul{padding:10px 0 70px}
.index-shili .shili-txt .shili-content li{line-height:45px;font-size:16px}
.index-shili .shili-txt .shili-content .more{width:100%;max-width:160px;background-color:transparent;border:1px solid #fff;color:#fff;border-radius:0;padding-top:12px;padding-bottom:12px}
.index-shili .shili-txt .shili-content .more:hover{background-color:#fff;color:#007cf7}
@media(max-width:767px){
	.index-shili .shili-img img{height:auto}
	.index-shili .shili-txt .shili-content h3,.index-shili .shili-txt .shili-content h3 strong{font-size:24px}
	.index-shili .shili-txt .shili-content ul{padding-bottom:20px}
}

.index-news{background:#fff!important}
.index-news ul{padding-top:48px}
.index-news li{padding:5px;height:240px}
.index-news li .news-body{position:relative;display:flex;flex-wrap:nowrap;padding:40px 40px 40px 25px;background:#f9f9f9;width:100%;height:100%;overflow:hidden}
.index-news li .news-time{position:relative;display:flex;/* flex-wrap:wrap; */justify-content:flex-end;align-content:flex-start;width:210px;padding-right:30px}
.index-news li .news-time .year{color:#222;font-size:16px;text-align:right;display:block;margin-top:5px;font-family:"Arial"}
.index-news li .news-time .mon{color:#222;font-size:28px;display:block;font-style:normal;text-align:right;font-family:"Arial";font-weight:bold}
.index-news li .news-content{width:calc((100% - 210px)/1);z-index: 1}
.index-news li h4{font-size:18px}
.index-news li h4 a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}
.index-news li .news-desc{color:#999;font-size:14px;line-height:1.8;text-align:justify;margin-top:20px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal!important;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.index-news li .new-link{display:block;margin-top:16px;font-size:0}
.index-news li .news-body:before{content:'';width:0;height:100%;background:#007cf7;position:absolute;top:0;left:0;transition:all .5s}
.index-news li:hover .news-body:before{width:100%}
.index-news li:hover .news-time .year,.index-news li:hover .news-time .mon,.index-news li:hover h4 a,.index-news li:hover .news-desc{color:#fff}
@media(max-width:1023px){
	.index-news ul{padding-top:30px}
	.index-news li{height:200px}
	.index-news li .news-body{padding:20px}
	.index-news li h4{font-size:20px}
}
@media(max-width:767px){
	.index-news ul{padding-top:20px}
	.index-news li{height:auto}
	.index-news li .news-time{width:100px}
	.index-news li .news-time .mon{font-size:24px}
	.index-news li .news-content{width:calc((100% - 100px)/1)}
	.index-news li h4{font-size:18px}
	.index-news li .news-desc{margin-top:10px;font-size:12px;line-height:1.571429;-webkit-line-clamp:2}
}

/* 全站底部
--------------------------------------------- */
footer{background:#007cf7;color: #fff;line-height: 1.8;}
footer a{color: #fff;}
footer a:hover{color: #fff;text-decoration:underline;}

@media (min-width: 992px){
	#footer .container{width:94%;max-width: 1600px;}
}

.foot-nav{padding: 60px 0 50px;}
.foot-nav:after,
.foot-nav ul:after{display: table;content: "";clear: both;}
.foot-nav #foot-nav-ul>li>a{display: block;margin-bottom: 12px;font-size: 16px;font-weight: bold;}
.foot-nav #foot-nav-ul>li>a:hover{text-decoration:none;}
.foot-nav .sub-menu li{float: none;width: 100%;padding: 0;}
.foot-nav .sub-menu li a{font-size: 14px;}

.foot-nav .links{padding-top:20px;}
.foot-nav .links li{float:left;padding-left: .9375rem;}

.foot-nav .qcode{text-align:center;}
.foot-nav .qcode .wxtext{font-size: 14px;}

.foot-text{padding: 15px 0;border-top-color: rgba(255, 255, 255,.1);border-top-style: solid;border-top-width: 1px;font-size: 14px;text-align:center;}
.foot-text a:hover{text-decoration: underline;}
.foot-text .site-info{text-align:right;}

.foot-menu{position: fixed;display: none;z-index: 9;left: 0;bottom: 0;right: 0;background-color: #007cf7;width: 100%;box-shadow: 0px -3px 24px rgb(0 0 0 / 15%);}
.foot-menu li{float: left;width: 33.33%;padding: 12px 0;}
.foot-menu li a{display: block;border-left: 1px dashed #fff;color: #fff;text-align: center;}
.foot-menu li:first-child a{border-left: 0;}
.foot-menu li span{margin-right: 7px;font-size: 18px;}

@media (max-width:991px){
	.foot-nav{padding: 40px 0 30px;}
	footer .contact{padding-top: 20px;}
	footer .contact p{padding-right: .9375rem;padding-left: .9375rem;}
	footer .qcode{padding-top: 20px;}
	.foot-text .site-info{text-align:left;}
}@media (max-width: 767px){
	footer{margin-bottom: 50px;}
	.foot-nav #foot-nav-ul>li>a{font-size: 16px;line-height: 50px;margin-bottom: 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1);background-size: 13px !important;background: url(http://www.dzxhlk.com/skin/images/ftlink_jia.png) no-repeat right center;}
	.foot-nav .sub-menu{display:none;}
	.foot-menu{display: block;}
}

@media (min-width: 1368px){
	.foot-text .jianju{margin-right: 40px;}
}

/* 返回顶部
--------------------------------------------- */
.toTop{display: none;position: fixed;z-index: 5;bottom: 45px;right: 30px;width: 50px;height: 50px;cursor: pointer;background: #0c64b3 url(../image/backtop.png) no-repeat center;transition: all .3s linear;background-size: 26px !important;border-radius: 0px;}
@media (max-width: 1270px){
	.toTop{width: 40px;height: 40px;right: 10px;bottom: 60px;}
}

/* 内页侧栏
--------------------------------------------- */
.aside .container,
.article .container{width: 90%;max-width: 1600px;}
@media (max-width:767px){
	.aside .container,
	.article .container{width: 94%;}
}

/* 内页侧栏（非产品栏目）
--------------------------------------------- */
.menu-on{position: fixed;top: 0;left: 0;right: 0;bottom: 0;overflow: hidden;-webkit-transform: translateX(80%);transform: translateX(80%);-webkit-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;}
.navbar-on-shadow{display: none;position: fixed;z-index: 99999;width: 100%;height: 100%;left: 0;top: 0;content: '';background: rgba(0,0,0,0.3);}
.menu-on .navbar-on-shadow{display: block;}

@media (min-width:769px){
	.aside{background-color: #fff;}
	.xh_aside_list{float: left;}
	.xh_aside_list li{display: inline-block;}
	.xh_aside_list li a{position: relative;font-size: 16px;font-weight: 500;height: 70px;line-height: 70px;padding: 0px 30px;color: #333;display: block;transition: 0.3s ease 0s;}
	.xh_aside_list li.current-menu-item a, .xh_aside_list li a:hover{color: #007cf7;}
	.xh_aside_list li a:before{position: absolute;content: '';left: 50%;bottom: 0px;width: 0%;height: 3px;background-color: none;transition: all .3s;}
	.xh_aside_list li.current-menu-item a:before, .xh_aside_list li a:hover:before{width: 80%;left: 10%;background-color: #007cf7;}
	.xh_aside_list li a:after{content: "";position: absolute;width: 1px;height: 15px;display: block;background: #ccc;top: 50%;margin-top: -7px;right: 0px;}
	.article{background-color: #f3f3f3;padding: 65px 0;}
	.article #showimg{padding-top: 20px;}
}

@media (max-width:768px){
	.aside{background-color: #fff;}
	.xh_aside_list{padding: 15px 0;}
	.xh_aside_list li{float: left;width: 25%;}
	.xh_aside_list li a{margin: 0 4px;padding: 4px 10px;color: #666;font-size: 1.4rem;}
	.xh_aside_list li.current-menu-item a, .xh_aside_list li a:hover{background: #007cf7;color: #fff;}
	.article{background-color: #f3f3f3;padding: 20px 0;}
	.article .container{width: 94%;}
}

/* 内页侧栏（产品栏目）
--------------------------------------------- */
.site-inside{background-color: #f3f3f3;padding-top: 3%;padding-bottom: 3%;}
.site-inside .product-box{background: #fff;}
.mbx-pro .container,
.site-inside .container{width: 94%;max-width: 1600px;}

.site-inside aside{padding: 15px;}
.site-inside article .xh_module3_list{padding: 5px;}

@media (min-width: 769px){
	.site-inside aside{float: left;margin: 3% 0 3% 3%;padding: 0;width: 15.8795%;}
	.site-inside article{float: left;margin: 3% 2.2%;padding: 0;width: 76.7205%;}
}
@media (min-width: 1200px){
	.site-inside article{padding: 40px 35px 0;}
}

/* 内页侧栏（产品多级导航-折叠式）
--------------------------------------------- */
.xh_aside_list_pro{position: relative;background-color: #fff;}
.xh_aside_list_pro #side-nav{border: 1px solid #f0f0f0;border-top: none;}
.xh_aside_list_pro .product>h2, .xh_aside_list_pro .product>ul>li>a{display: none;}
.xh_aside_list_pro .btn{display: none;}
.xh_aside_list_pro #side-toggle{display: none;}
.xh_aside_list_pro h2{padding: 12px 0;background: #007cf7;}
.xh_aside_list_pro h2 span{display: block;padding-left: 25px;width: 90%;color: #fff;font-size: 1.8rem;line-height: 28px;text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.xh_aside_list_pro h2 em{display: none;}
.xh_aside_list_pro .product>ul>li>ul.children li{position: relative;}
.xh_aside_list_pro .product>ul>li>ul.children li a{display: block;padding: 10px 40px 10px 25px;border: 1px solid transparent;-webkit-transition: .25s;-o-transition: .25s;transition: .25s;color: #333;font-size: 16px;line-height: 29px;text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.xh_aside_list_pro .product>ul>li>ul.children li a:hover{background: #007cf7;padding: 6px 6px 6px 20px;border: 6px solid #fff;color: #fff;line-height: 27px;}
.xh_aside_list_pro .product>ul>li>ul.children>li>ul.children{display: block;}
.xh_aside_list_pro .product>ul>li>ul.children>li>ul.children>li a{padding: 5px 10px 5px 40px;border: none;font-size: 14px;line-height: 27px;}

.product-dropdown{display:block;cursor: pointer;position:absolute;right:0;top:0;width:51px;height:51px;line-height:51px;color: #007cf7;text-align:center;background:transparent;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
.product-dropdown span{font-size:18px;line-height:51px;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
.menu-open>.product-dropdown span{-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}

@media (max-width: 768px){
	.xh_aside_list_pro{background-color: transparent;}
	.xh_aside_list_pro #side-nav{position: fixed;display: block;z-index: 9999;top: 0;bottom: 0;right: 100%;width: 80%;height: 100%;padding: 4.6rem 0 2rem;margin: 0;background: #007cf7;-webkit-box-sizing: border-box;box-sizing: border-box;}
	.xh_aside_list_pro #side-nav>ul{height: 100%;overflow-y: auto;}
	.xh_aside_list_pro h2{padding: 0;border-radius: 6px;}
	.xh_aside_list_pro h2 span{padding: 6px 20px;width: 100%;text-align: center;}
	.xh_aside_list_pro h2 em{display: inline;font-size: 14px;}
	.xh_aside_list_pro #side-toggle{display: block;background: transparent;border: none;font-size: 20px;}
	.xh_aside_list_pro .btn{z-index: -1;position: absolute;right: 0;top: 7px;background-color: #007cf7;border-color: #007cf7;color: #fff;}
	.xh_aside_list_pro .btn:active, .xh_aside_list_pro .btn:focus{background-color: #007cf7;border-color: #007cf7;outline:0;outline-offset: 0;}
	.xh_aside_list_pro .product>ul>li>ul.children>li{border-top: 1px solid rgba(10,10,10,0.06);border-bottom: 1px solid rgba(10,10,10,0.06);}
	.xh_aside_list_pro .product>ul>li>ul.children>li+li{border-top: none;}
	.xh_aside_list_pro .product>ul>li>ul.children>li>a{border: none;padding: 10px 20px 10px 30px;width: 100%;color: #fff;font-size: 16px;line-height: 25px}
	.xh_aside_list_pro .product>ul>li>ul.children>li>a:hover{padding: 10px 20px 10px 30px;border: none;background-color: #005591;line-height: 25px !important;}
	.xh_aside_list_pro .product>ul>li>ul.children>li>ul.children{background: rgba(0,0,0,0.06);}
	.xh_aside_list_pro .product>ul>li>ul.children>li>ul.children>li{border-top: 1px solid rgba(10,10,10,0.03);border-bottom: 1px solid rgba(10,10,10,0.03);}
	.xh_aside_list_pro .product>ul>li>ul.children>li>ul.children>li+li{border-top: none;}
	.xh_aside_list_pro .product>ul>li>ul.children>li>ul.children>li>a{display: block;border: none;color: #fff;line-height: 25px;}
	.xh_aside_list_pro .product>ul>li>ul.children>li>ul.children>li>a:hover{padding: 5px 20px 5px 40px;border: none;background-color: #005591;}
	.product-dropdown{background:rgba(255,255,255,0.04);width:45px;height:45px;line-height:45px;color:#fff;}
	.product-dropdown span{line-height:45px;}
}

/* 面包屑导航
--------------------------------------------- */
.breadcrumbs{display: none;color: #555;text-align: right;line-height: 70px;height: 70px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.breadcrumbs .glyphicon:before{color: #007cf7;font-size: 16px;}
.breadcrumbs i{padding: 0 8px;}
.breadcrumbs a{color: #555;}
.breadcrumbs a:hover{color: #007cf7;}
.mbx-pro{padding: 20px 0;background: #fff;height: auto;text-align: left;line-height: 1.571429;}

@media (min-width: 769px){
	.breadcrumbs{display: block;}
}

/* 以下CSS样式谨慎修改，内页各模块样式，多模板可共用
------------------------------------------------ */
aside h1,
article h1{font-size: 2em;}
.xh_clear{clear:both}
.xh_none{display:none}
.xh_hidden{visibility:hidden}
.xh_fl{float:left}
.xh_fr{float:right}
.xh_editor{color: #666;font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;font-size: 1.6rem;line-height: 1.8;text-align: justify;}
.xh_editor img{max-width: 100%;}
.xh_editor h1, .xh_editor h2, .xh_editor h3, .xh_editor h4, .xh_editor h5, .xh_editor h6{font-weight: 700;}
.xh_editor div,
.xh_editor p,
.xh_editor h1,
.xh_editor h2,
.xh_editor h3,
.xh_editor h4,
.xh_editor h5,
.xh_editor h6,
.xh_editor ul,
.xh_editor ol,
.xh_editor dl,
.xh_editor pre{margin-bottom: 1.6rem;}
.xh_editor ul,.xh_editor ol{padding:0 0 0 25px;}
.xh_editor ul,
.xh_editor ol{margin: 0 0 1.5em 3em;}
.xh_editor ul{list-style: disc;}
.xh_editor ol{list-style: decimal;}
.xh_editor li > ul,
.xh_editor li > ol{margin-bottom: 0;margin-left: 1.5em;}
.xh_editor dt{font-weight: 700;}
.xh_editor dd{margin: 0 1.5em 1.5em;}
.xh_editor a:hover{text-decoration:underline}
.xh_editor b,
.xh_editor strong{font-size: 1.7rem;}
.xh_editor blockquote{padding-top:5px;padding-bottom:5px;padding-left:15px;border-left:4px solid #ddd}
.xh_editor hr{display:block;padding:0;border:0;height:0;border-top:1px solid #ddd;margin:20px 0;-webkit-box-sizing:content-box;box-sizing:content-box}
.xh_editor table{width:100%!important;margin-bottom:1.6rem;border-spacing:0!important;border-collapse:collapse!important;padding:0!important;border:0}
.xh_editor table td{border:1px solid #ddd!important}
.xh_editor table>thead>tr>th,
.xh_editor table>tbody>tr>th,
.xh_editor table>tfoot>tr>th,
.xh_editor table>thead>tr>td,
.xh_editor table>tbody>tr>td,
.xh_editor table>tfoot>tr>td{padding:.7rem;line-height:1.6;vertical-align:top;border-top:1px solid #ddd}
.xh_editor table>thead>tr>th{vertical-align:bottom;border-bottom:1px solid #ddd}
@media (max-width:768px){
	.xh_editor img{float: none;display: block;margin: 0 auto;}
}

/* 单页模块
--------------------------------------------- */
.xh_module1{background-color: #fff;padding: 50px;}
.xh_module1:after{display: table;content: "";clear: both;}
.xh_module1 h1{margin: 20px 0;padding-bottom: 20px;border-bottom: 1px solid #e8e8e8;color: #262626;font-size: 28px;font-weight: 400;text-align: center;}
@media (max-width:767px){
	.xh_module1{padding: 15px;}
	.xh_module1 h1{font-size: 24px;}
}

/* 留言模块
--------------------------------------------- */
.xh_module1 .message dl:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.xh_module1 .message dl{width:100%;zoom:1;background:#fff}
.xh_module1 .message dl{margin:0;display:-webkit-box;display:-moz-box;display:box;display:-ms-flexbox;position:relative;padding:5px 0}
.xh_module1 .message dl dt{padding:15px 15px 10px 15px;width:105px;text-align:left;font-weight:normal;overflow:hidden;line-height: 38px;font-size: 16px;}
.xh_module1 .message dl dd{-moz-box-flex:1.0;-webkit-box-flex:1.0;box-flex:1.0;-ms-flex:1;padding:2px 0 0 15px;margin:10px 0}
.xh_module1 .message dl dd label input{position:relative;top:1px;margin-right:3px}
.xh_module1 .message dl dd .fbox{margin:0 10px 0 0}
.xh_module1 .message dl dd .fbox input[type="text"]{width: 50%;}
@media (max-width:768px){
	.xh_module1 .message dl dd .fbox input[type="text"]{width: 100%;}
}
.xh_module1 .message dl dd .tips{color:#aaa}
.xh_module1 .message dl dd .tips:hover{color:#f00}
.xh_module1 .message dl dd.labelinline label{display:inline}
.xh_module1 .message dl dt.addimgdt{padding:10px 5px 10px}
.xh_module1 .message dl dt.addimgdt p{height:30px;line-height:30px;margin-bottom:8px}
.xh_module1 .message dl.noborder{border-bottom:0}

/* 文章模块
--------------------------------------------- */
.xh_module2_list{padding: 35px 50px 50px;background-color: #fff;}
.xh_module2_list li{position:relative;padding:15px 0;border-bottom:1px solid #ddd;}
.xh_module2_list li h2{margin-bottom:18px;font-weight:bold;font-size: 22px;line-height: 22px;margin-top:20px;}
.xh_module2_list li h2 a{color: #337ab7;}
.xh_module2_list li h2 a:hover{color: #007cf7;}
.xh_module2_list li p{margin-bottom:3px;color:#818181;font-size:16px;line-height:35px;}
/* .xh_module2_list li img{position:absolute;left:0;top:15px} */
.xh_module2_list li span.time{color:#818181;/*position:absolute;right:10px;top:15px*/}

.xh_module2{background: #fff;padding: 30px;}
.xh_module2 h1.xh_title{font-size:28px;font-weight:normal;line-height: 1.5;text-align: center;padding:20px 0 5px}
.xh_module2 .xh_infos{color:#818181;font-size:12px;margin-bottom:20px;padding-bottom:10px;text-align: center;}
.xh_module2 .xh_infos .xh_time{padding-right:6px}
.xh_module2 .xh_infos .xh_source{padding-right:6px}
.xh_module2 .xh_infos .xh_source a,
.xh_module2 .xh_infos .xh_hits .glyphicon{color:#007cf7}

.xh_module2 .xh_editor{padding:0 10px}

@media (min-width: 769px){
	.xh_module2_list li.list_thumb{padding-left: 195px;min-height:156px;}
}@media (max-width:768px){
	.xh_module2_list{padding: 15px 25px 30px;}
	.xh_module2_list li{padding: 15px 0;}
	.xh_module2_list li p{-webkit-line-clamp: 2;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal!important;}
	.xh_module2_list li img{position: relative;top: 0;width: 100%;padding-bottom: 15px;}
	.xh_module2{padding: 15px;}
	.xh_module2 h1.xh_title{margin-bottom: 14px;padding-top: 10px;padding-bottom: 0;text-align: justify;font-size: 22px;line-height: 1.4;}
	.xh_module2 .xh_infos{padding-bottom: 0;text-align: left;font-size: 15px;}
	.xh_module2 .xh_editor{padding: 0;}
}

/* 小工具
--------------------------------------------- */
.xh_tools{border-top:1px solid #ddd;margin-top:30px;position:relative;padding:10px 10px 0;height:50px;line-height:50px}
.xh_tools .xh_page{clear:both;position:absolute;right:5px;top:0;color:#818181}
.xh_tools .xh_page li{ display:inline; list-style:none; margin-left:30px;}
.xh_tools .xh_page li span{ padding-right:5px;}
.xh_tools .xh_page a{color:#007cf7}
@media (max-width: 479px){
	.xh_tools {display: none;}
}


/* 产品列表模块
--------------------------------------------- */
.xh_module3_list ul.list{margin-top: 30px;list-style:none;}
.xh_module3_list li{padding: 10px;}
.xh_module3_list li .box{border: 1px solid #ccc;}
.xh_module3_list li .imgbox{width: 100%;height: 0px;padding-bottom: 100%;position: relative;overflow: hidden;}
.xh_module3_list li .imgbox a{display: block;width: 100%;padding: 10px 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s ease;}
.xh_module3_list li .imgbox img{position: absolute;top: 50%;left: 50%;width: 100%;transform: translate(-50%,-50%) scale(1.0);transition: all .5s ease;}
.xh_module3_list li .txtbox{padding: 5px 20px;transition: all .5s ease;/* background: #eee; */}
.xh_module3_list li .txtbox h2{position: relative;overflow: hidden;width: 100%;padding-right: 30px;font-size: 16px;}
.xh_module3_list li .txtbox h2 .prolink{display: block;width: 100%;padding: 10px 0;color: #707070;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s ease;}
.xh_module3_list li .txtbox h2 .eye{position: absolute;right: 0px;top: 0px;display: block;width: 30px;height: 30px;overflow: hidden;background: url(http://www.dzxhlk.com/skin/images/pro_more.png) no-repeat;background-position: right center;transition: none;}
.xh_module3_list li .txtbox .line{position: relative;margin-top: 10px;width: 100%;height: 2px;}
.xh_module3_list li .txtbox .line:before{content: '';position: absolute;right: 0px;display: block;width: 30px;height: 1px;background: #999;transition: all .5s ease;}

.xh_module3_list li .box:hover .imgbox img{transform: translate(-50%,-50%) scale(1.1);}
.xh_module3_list li .box:hover .txtbox{background: #007cf7;}
.xh_module3_list li .box:hover .txtbox .prolink{color: #fff;}
.xh_module3_list li .box:hover .txtbox .eye{background-position: left center;}
.xh_module3_list li .box:hover .line:before{background: #fff;width: 100%;}

/* 图片列表模块
--------------------------------------------- */
.xh_module4_list ul.list{margin-top: 30px;list-style:none;}
.xh_module4_list li{text-align:center;}
.xh_module4_list li a{border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;transition:all .5s;box-shadow: 3px 3px 24px rgba(0,0,0,0.1);text-align:center;display:block;margin-bottom: 30px;background:#fff;font-size:0}
.xh_module4_list li a:hover{transition:all .5s;box-shadow: 3px 3px 24px rgba(0,0,0,0.3)}
.xh_module4_list li img{width: 100%;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.xh_module4_list li h2{padding:10px;text-align:center;color: #2a333c;font-size:16px;line-height: 20px;font-weight:normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.xh_module4_list li h2 .meta{display: block;font-size: 12px;color: #666;}

.xh_module4_list li a:hover h2{color:#3964db}

@media (max-width:768px){
	.xh_module4_list li{padding-right: .9375rem;padding-left: .9375rem;}
	.xh_module4_list li a{margin-bottom: 20px;}
	.xh_module4_list li h2{font-size: 14px;line-height: 1;}
	.xh_module4_list li h2 .meta{padding-top: 5px;}
}

/* 产品详情模块
--------------------------------------------- */
#showproduct{display: flex;align-items: flex-start;}
#showproduct:after{display: table;content: "";clear: both;}
.showproduct-info{float: left;position: relative;width: 550px;height: auto;}
.showproduct-info:after{display: table;content:"";clear: both;}
.showproduct-info .info_left{width: 550px;height:auto;float: left}
.showproduct-info .info_right{position: absolute;left: 550px;}
.showproduct-info .show{width: 550px;height: 550px;overflow: hidden;margin-bottom: 10px;position: relative;border:1px solid #E8E8E8;cursor:move}
.showproduct-info .show img{width: auto;height: 100%;position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%)!important;-ms-transform: translate(-50%,-50%)!important;transform: translate(-50%,-50%)!important;}
.showproduct-info .mask{width: 215px;height: 215px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
.showproduct-info .bigshow{width: 550px;height: 550px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
.showproduct-info .bigshow img{width: 1100px;}
.showproduct-info .smallshow{position: relative}
.showproduct-info .smallshow img{width: 84px;height: 84px;border:1px solid #e8e8e8;box-sizing: border-box;transition: all 0.5s}
.showproduct-info .smallshow>.middle_box{margin-left: 30px;margin-right: 30px;overflow: hidden;}
.showproduct-info .smallshow .middle{overflow: hidden;transition: all 0.5s;}
.showproduct-info .smallshow .middle>li{float: left;cursor:pointer;padding:0 5px;}
.showproduct-info .smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
.showproduct-info .smallshow>.prev{left: 0;background: url(http://www.dzxhlk.com/skin/images/hover-prev.png) no-repeat;transition: all 0.5s}
.showproduct-info .smallshow>.next{right: 0;background: url(http://www.dzxhlk.com/skin/images/hover-next.png) no-repeat;cursor: pointer;transition: all 0.5s}
.showproduct-info .smallshow>.prev.prevnone{left: 0;background: url(http://www.dzxhlk.com/skin/images/prev.png) no-repeat;cursor: not-allowed}
.showproduct-info .smallshow>.next.nextnone{right: 0;background: url(http://www.dzxhlk.com/skin/images/next.png) no-repeat;cursor: not-allowed}

.showproduct-txt{float: left;width: 100%;padding-left: 3vw;}
.showproduct-txt h1.xh_title{margin-bottom: 30px;padding: 15px 0 30px;border-bottom: 1px solid #eee;font-size: 24px;font-weight: 700;letter-spacing: 1px;}
.showproduct-txt h1.xh_title span.meta{display: block;padding-top: 20px;color: #666;font-size: 14px;font-weight: normal;letter-spacing: 0;}
.showproduct-txt .button{background: #0c64b3;padding: 0.6vw 3vw;border-radius: 0px;font-size: 16px;color: #fff;border: 1px solid #0c64b3;transition: all .36s ease;}
.showproduct-txt .button+.button{margin-left: 1vw;}
.showproduct-txt .button:hover{background: #fff;color: #0c64b3;border: 1px solid #0c64b3;}

.higher{width: 100% !important;height: auto !important;}

.product-content{padding-top: 60px;}
.product-content h3.content-tit{border-bottom: 1px solid #d9d9d9;}
.product-content h3.content-tit span{display: inline-block;padding: 20px 100px;background: #0c64b3;border-bottom: 2px solid #f60;color: #fff;font-size: 18px;line-height: 1;letter-spacing: 2px;}
.product-content p:first-of-type img{display: none;}

@media (max-width: 1200px){
	.showproduct-info{display: none;}
	.showproduct-txt{padding-left: 0;}
	.showproduct-txt h1.xh_title{margin-bottom: 0;padding: 15px;border-bottom: none;font-weight: 500;text-align: center;}
	.showproduct-txt .button{display: none;}
	.product-content{padding: 0 15px;}
	.product-content p:first-of-type img{display: block;}
	.product-content h3.content-tit{display: none;}
}

/* 图片详情模块
--------------------------------------------- */
#showimg h1.xh_title{font-size: 24px; padding: 15px 5px; text-align: center; letter-spacing: 1px;}
#showimg h1.xh_title span.meta{display: block;padding-top: 10px;color: #666;font-size: 14px;font-weight: normal;letter-spacing: 0;}

#showimg .show-img{margin-bottom: 30px; font-size: 0; text-align: center;}
#showimg .show-img img{display: block;max-width: 90%;margin:0 auto;vertical-align: middle;}

/* 分页样式
--------------------------------------------- */
.pagination{display: block;margin: 0;padding: 20px 0 0;border-radius: 0;clear: both;text-align: center;font-size: 12px;}
.pagination dl{display: inline-block; margin-left: 0; margin-bottom: 0; padding: 0;}
.pagination dl>dd{display: inline;}
.pagination a:hover{background-color: #007cf7; color: #fff;}
.pagination dl>.active>a,
.pagination dl>.active>span{background-color: #007cf7; color: #fff; cursor: default;}
.pagination dl>dd>a,
.pagination dl>dd>span{margin: 0 2px; float: left; padding: 7px 14px; background-color: #fff; color: #666; border-radius: 2px;}
