@charset "utf-8";
/*
Theme Name: XSdj2020
Author: 纳姆网络
Author URI: http://www.namu66.com  
Description: 纳姆网络企业网站建设专用，官方网站：www.namu66.com，升级服务QQ448696976，手机号码18907337671。        
Version: 2019
Text Domain: xs
*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, font, ins, kbd, q, s, samp, small, strike , sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead,figure {
	border: 0;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}
p{
	padding: 0;
	margin: 0;	
}
html,body{
    font-family: "Microsoft YaHei",Arial, sans-serif, Helvetica;
	height:100%;
}
ul,li,ol {
	list-style: none;
	background: transparent;
	margin-bottom:0;
}
a,a:focus{
	text-decoration: none;
	color: #000;
}
a:hover{
	color:#1897f2;
	text-decoration: none;
}
a,button,input{ 
outline: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}
.alignleft {
display:inline;
float:left;
margin-right:1.625em;
}
.alignright {
display:inline;
float:right;
margin-left:1.625em;
}
.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888888; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888888;opacity:1;
}

input:-ms-input-placeholder{
  color: #888888;opacity:1;
}

input::-webkit-input-placeholder{
   color: #888888;opacity:1;
}
embed,
iframe,
object {
    max-width: 100%;
    margin: auto;
    display: block;
}
table{
    margin: 15px auto;
    border-collapse: collapse;
    border: 1px solid #aaa;
    width: 100%;
}
table th {
  vertical-align:baseline;
  padding:5px 15px 5px 6px;
  background-color:#3F3F3F;
  border:1px solid #3F3F3F;
  text-align:left;
  color:#fff;
}
table td {
	vertical-align: middle;
	padding: 10px;
  border:1px solid #aaa;
}
table tr:nth-child(odd) {
  background-color:#F5F5F5;
}
table tr:nth-child(even) {
  background-color:#fff;
}
.f2{background-color: #f2f2f2;}
#header {
    width: 100%;
    height: 66px;
    position: absolute;
    z-index: 99;
    color: #fff;
    border-bottom: 1px solid rgba(216,216,216,.12);
    text-align: center;
	background-color:rgba(39, 39, 39, 0.5);
}
.header-logo {
    float: left;
}
.header-logo a {
    display: block;
    height: 66px;
    line-height: 66px;
}
.header-logo a img {
    display: inline-block;
    max-height: 30px;
    vertical-align: middle;
}
.header-menu {
    float: left;
	margin-left:20px;
}
.header-menu>ul>li {
    position: relative;
    margin-left:30px;
    float: left;
}
.header-menu>ul>li>a {
    position: relative;
    color: #fff;
    display: block;
    height: 66px;
    line-height: 66px;
    text-align: center;
}
.header-menu>ul>li.current-menu-item>a:after {
    content: '';
    display: block;
    width: 100%;
    border-bottom: 2px solid rgba(255,255,255,.74);
    position: absolute;
    bottom: 1px;
    left: 0;
    opacity: .6;
}
.sf-menu ul {
    position: absolute;
    width: 200%;
    display: none;
    z-index: 9999;
    background: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    top: 100%;
}
.sf-menu ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    line-height: 1.4;
}
.sf-menu ul li:last-child{border-bottom: none;}
.sf-menu ul li a {
    display: block;
    border: none;
    text-align: center;
	padding: 10px;
}

.sf-menu ul ul {
    top: 1px;
    left: 100%;
}
.sf-menu li li ul {
    margin-top: -1px;
}
.header-search {
    position: relative;
    float: right;
    height: 66px;
    line-height: 66px;
    cursor: pointer;
}
.header-search .search-box {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 13px 0;
    padding-right: 15px;
}
.header-search .search-box .text {
    height: 40px;
    width: 0;
    padding-left: 15px;
    background: 0 0;
    border: none;
    outline: none;
    color: #fff;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
}
.header-search .search-box .btn-search {
	    color: #fff;
    padding-left: 24px;
    cursor: pointer;
    background: url(images/search_icon.png) no-repeat 0 center;
    display: inline-block;
    border: none;
}
.header-search:hover .text {
    width: 110px !important;
}
.header-search:hover .search-box {
    background: rgba(255,255,255,.14);
}

#slider{position:relative;}
#slider .owl-dots{
	position: absolute;
    width: 100%;
    bottom: 0px;
}
#num ul li{
	    border-right: 1px solid #f2f2f2;
}
#num ul li:last-child{border:none;}
#num ul li .number {
    font-size: 24px;
    display: block;
    font-weight: 700;
    line-height: 40px;
}
#num ul li .text {
    font-size: 16px;
    padding-top: 10px;
    display:block;
}
.cp-big a,.cp-small ul li a,.about ul li a,.case-xg ul li a{
    display: block;
    position: relative;
}
.cp-big .item a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 30%,0 100%,from(rgba(0,0,0,0)),to(#121515));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}
.cp-small ul li:first-child{
	margin-bottom:20px;
}
.cp-small ul li a:before,.about ul li a:before,.case-xg ul li a:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: -webkit-gradient(linear,0 30%,0 100%,from(rgba(0,0,0,0)),to(#121515));
    background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),#121515);
}
.cp-big a .text,.cp-small a .text,.about ul li a .text{
    padding:30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size:18px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	z-index: 99;
}
.case-xg ul li a .text{
    padding:10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size:16px;
    color: #fff;
	z-index: 99;
}
.case-xg ul li a .text h3{
	line-height:1.7;
}
.cp-big a .text h3,.cp-small a .text h3,.about ul li a .text h3{
	font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.cp-big a .text p,.about ul li a .text p{
    font-size: 14px;
    font-weight: 300;
}
.cp-big .owl-theme .owl-nav{
    margin-top: -15px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    position: absolute;
    width: 100%;
    top: 50%;
}
.cp-big .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    text-indent: -999999px;
	border-radius: 50%;
	background: none;
}
.cp-big .owl-nav .owl-prev {
    background-image: url(images/icon28.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.cp-big .owl-nav .owl-next {
    text-indent: -999px;
    background-image: url(images/icon29.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.cp-big .owl-theme .owl-prev {
    left: 10px;
}
.cp-big .owl-theme .owl-next {
    right: 10px;
}
.content-list ul li a{
	display:block;
	background-color:#fff;
}
.content-list ul li a:hover h2{
	color:#1897f2;
}
.content-list ul li a .text{
	padding: 15px 20px 25px;	
}
.content-list ul li a h2{
    color: #141414;
    font-size: 16px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: .6s;
    font-weight: 800;
}
.content-list ul li a .text .info{
	overflow:hidden;
	color: #707473;
}
#footer{
    background: #272727;
		color:#939699;
}
.footer-top h3{
    font-size:16px;
    position: relative;
    margin-bottom: 20px;
	color:#fff;
}
.footer-top ul li a{
    line-height: 2;
	display:block;
	color:#939699;
}
.footer-top ul li a:hover{
	color:#fff;
}
.footer-top .tel{
	line-height: 2;
	color:#939699;	
}

.link {overflow:hidden;}
.link  h3{font-size:16px;margin-bottom:10px;}
.link ul li {
    float: left;
    margin: 0 10px 10px 0;
}
.link ul li a{
		color:#939699;
}
.link ul li a:hover{
	color:#fff;
}
.copyr{
    border-top: 1px solid #343434;
    padding-top: 20px;	
	margin-top:10px;
}
.copyr a{
	color:#939699;
}
.apply {
    display: none;
}
.apply a {
	font-size: 20px;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    float: left;
    color: #fff;
}
.apply a.bm-phone {
    background-color: #f5643f;
}
.apply a.bm-form {
    background-color: #ed740b;
}
.apply a i {
    margin-right: 10px;
}


/* 侧边栏样式 */

.sidebar aside{
	margin-bottom:20px;
	background-color: #fff;
	padding:20px;
}
.sidebar aside:last-child{
	margin-bottom:0;
}
.sidebar h3.widget-title{
	    font-size: 16px;
    border-bottom: 1px solid #f5f5f5;
    display: block;
    font-weight: bold;
    padding: 10px 15px 10px 20px;
	background-color: #1897f2;
    color: #fff;
}
.sidebar ul.menu>li{
    padding: 10px 15px 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.sidebar ul.menu>li.current-menu-item a{
	    border-left:2px solid #44a8f2;
}
.sidebar ul.menu>li a{
	display: block;
    font-size: 16px;
	padding-left:20px;
}
.sidebar ul.menu .sub-menu{
	padding-left:10px;
}
.widget_recent_entries ul {
    margin-top: 15px;
}
.widget_recent_entries ul li {
    margin-bottom: 10px;
    position: relative;
	border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.widget_recent_entries ul li:last-child{
	margin-bottom:0;
}

.crumbs{
padding:20px 0;
}

.entry-des p{
    padding: 20px;
    background-color: #ffffff;
	margin-bottom: 20px;
}
.content{
	    padding: 20px;
    background: #ffffff;
}

.entry-meta h1 {
	border-bottom: 1px dotted #ddd;
    font-size: 20px;
    padding: 0px 0px 10px 0px;
}
.entry-content{
	overflow:hidden;
	font-size: 16px;
	}
.entry-content p{
	margin-bottom:1em;
	line-height: 1.75;
}
.entry-content a{
    color: #ff0000;	
}
.entry-content div{
	margin-bottom:1em;
	max-width: 100%;
	font-size: 16px;
}
.entry-content hr{
	margin:20px 0;
}
.entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content h2:first-child{
    margin: 0px 0px 15px;
}
.entry-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0px 15px;
}
.entry-content h3:first-child{
    margin: 0px 0px 15px;
}
.entry-content ul {
  list-style: disc;
  margin: 15px 0 15px 30px;
}
 .entry-content ul li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.6;
}

.entry-content ol {
  list-style: decimal;
  margin: 15px 0 15px 30px;
}
 .entry-content ol li {
  list-style: decimal;
  font-size: 16px;
  line-height: 1.6;
}
.entry-content blockquote {
  border-left: 5px solid #eee;
  margin: 20px;
  padding: 5px 10px;
  clear: both;
}
.gallery .gallery-item{
	padding:10px;
}
.gallery .gallery-item img{
	border: none !important;
}
div.wp-caption{
	max-width:100%;
}
p.wp-caption-text,dd.wp-caption-text{
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
	font-size:16px;
}
.single-header{
	margin-bottom:10px;
	border-bottom: 1px dotted #cccccc;
}
.single-header h1 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
}

 .single-header .single-meta {
  overflow: hidden;
  padding: 10px;   
  color: #999999;
}
 .single-header .single-meta .author,
 .single-header .single-meta .time {
  margin-right: 10px;
  line-height: 20px;
}
#nav-single{
	border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 20px;
}
#nav-single div{
	height: 30px;
    line-height: 30px;
    overflow: hidden;

}
.post-xg h3 {
    font-size:16px;
    font-weight:800;
    margin-bottom: 10px;
}
.post-con li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 产品中心样式开始 */
.navigation {
  text-align: center;
  display:block;
}
.navigation a,
.navigation span {
  display: inline-block;
  border: 1px solid #f5f5f5;
  padding: 10px 20px;
  margin: 0 1px;
      background-color: #fff;
}
.navigation .current {
  background: #1897f2;
  color: #fff;
  text-decoration: none;
  border: 1px solid #1897f2;
}
.screen-reader-text{
	clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.cp-info h1{
    color: #333;
    font-size: 30px;
    font-weight: 400;	
}
.cp-info h3{
    line-height: 1;
    color: #333;
    font-size: 26px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
	margin-bottom:20px;
}
.cp-info .cp-des{
	color: #333;    
	font-size: 16px;
    line-height: 1.5em;
}
.cp-zhi{
    border: 1px solid #eee;	
}
.cp-zhi li{
    border-bottom: 1px solid #eee;		
}
.cp-zhi li:first-child{
	background-color: #f7f9fa;
}
.cp-zhi li span{
	width: 50%;
    padding: 10px 20px;
    display: inline-block;
}
.cp-zhi li span:first-child{
    border-right: 1px solid #eee;		
}
.cp-zhi li:last-child{
    border-bottom: none !important;	
}
.cp-contact{
    padding: 24px;
    background-color: #f7f9fa;
    color: #333;
}
.cp-main h2.title{
	width: 100%;
    font-size: 18px;
    cursor: pointer;
    padding-bottom:20px;
    color: #333;
	border-bottom: 1px solid #eee;	
	margin-bottom:20px;
	font-weight:800;
}
.cp-main .entry-content,.cp-main .cp-xg{
    padding-right: 30px;
    border-right: 1px solid #eee;
}
.case-xg h3.title,.cp-xg h3.title{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    border-left: 2px solid #44a8f2;
    padding-left: 20px;
}
.case-xg ul li:last-child{
	margin-bottom:0 !important;
}
.pro-con ul li a{
	padding:10px;
	background-color:#fff;
	display:block;
}
.pro-con ul li a:hover{
	box-shadow: 0 15px 15px -10px rgba(0,0,0,.15);
}
.pro-con ul li a h2{
    font-size: 16px;
	padding: 0 20px;
	overflow: hidden;
	height: 40px;
	text-align:center;
	margin:10px auto;
}
/* 产品中心样式结束 */

.wpcf7 label,.wpcf7 input,.wpcf7 textarea{
	width:100%;
}
.wpcf7-submit{
    background: #1897f2;
    border: none;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
}
.side-top{
    position: fixed;
    width: 50px;
    bottom: 50px;
    right: 10px;
    z-index: 1000;
}
.side-top a {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer;
    background: #1897f2;
}
.f_top {
    display: block !important;
    font-size: 20px !important;
    color: #fff !important;
    line-height: 36px !important;
}
