/* ------------------------------------全局定义---------------------------------------- */  
/* 将具有默认margin和padding的标记置零，所有标记的margin、padding都在使用时具体定义 */  
*{ margin:0;padding:0;}  
  
/* 修正IE5.x和IE6的斜体溢出bug */  
* html body{ overflow:visible;}  
* html iframe, * html frame{ overflow:auto;}  
* html frameset{ overflow:hidden;}  
  
/* 常用标签，基本标签默认样式取消，HTML标签，取消基本标签默认样式，防止不同浏览器显示效果不同，text-align:center; 解决不同浏览器居中问题 */  
body{ color:#000;  background: url(bg.jpg); font:16px/22px  微软雅黑,"Open Sans", "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",  sans-serif; text-align:center;}  
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr{ margin:0; padding:0;}  
input,select{ font-size:16px; vertical-align:middle;}  
  
/* 设置内容左对齐，恢复因BODY设置剧中产生的继承 */  
body div{ text-align:left;}  
  
/* 标签属性，textarea,input 强制输入时内容超出时换行 */  
textarea,input{ word-wrap:break-word; word-break:break-all; padding:0px;}  
  
/* 清除ul列表标记的样式，ul列表更多的用在不需要列表前置符号的样式里 */  
li{ list-style-type:none;}  
  
/* 定义图片边框，当图片作为链接内容被填充时，会有默认边框出现，重定义掉 */  
img{ border:0 none;}  
  
/* 定义默认的链接样式，仅仅是作为默认样式提供，可以在各自的实例中覆盖掉 */  
a:link, a:visited{  text-decoration:none;}  
a:hover{ color:#F60; text-decoration: none;}  
  
/* 去掉链接的虚线框 */  
a { outline:none; star:expression(this.onFocus=this.blur());}  
  
/* 定义H系列标签，覆盖H系列标签默认属性 */  
h1{ font-size:24px;}  
h2{ font-size:20px;}  
h3{ font-size:18px;}  
h4{ font-size:16px;}  
h5{ font-size:14px;}  
h6{ font-size:12px;}  



/* ==翻页样式== */
.pagesinfo {color:#555555;font-size:12px;}
.pagesnow {color:#D07E36;font-size:14px;text-decoration: none}
.pages {color:#777777;font-size:14px;text-decoration: none;margin-left: 20px;margin-right: 20px;}

/* ==菜单== */
/* ==顶部== */

#logo .dh{
    color: #4e5d81;
	text-align:right;
	line-height:78px;
	}
#logo .dh span{
	color:#108fdc;
	font-size:22px;
	font-weight:bold;}	
#logo{
	margin-top:5px;
	margin-bottom:5px;}	
	
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; background: #006699; border-bottom:3px solid #108fdc;}
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
#caidan{
	background-color:#006699;
	border-top: 4px solid #108fdc;
	width: 100%;
	margin:0 auto;
	z-index: 999;
    position: relative;
    }	
#caidan a{
	color:#FFF;
	line-height:30px;}
#caidan a:hover{
	text-decoration:underline;
	line-height:30px;}	
.carousel-inner{
	margin-top:-35px;}		
		
#caidan .nav-link{
	margin-right:40px;
	font-size: 18px;}
	
#caidan .zb{
	text-align: right;
    display: block;
    margin-top: 14px;
    padding-right: 13px;
    font-size: 30px;}	
#zddh .menunow a{
	font-weight:bold;
}	

/* ============ 鼠标经过显示二级导航 ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; background: rgba(0,164,183,0.8)}
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ 鼠标经过显示二级导航 ============ */

/* ==轮播== */
#lbwenzi{
    bottom: 28%;
	text-align:left;
	width:600px;
	/*padding-left:45px;*/
	/*background-image: linear-gradient(to left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);*/
	
    padding-top: 40px;
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
}
.carousel-inner .zii h1{
	color:#72a085;}
.carousel-inner .zii span{
	color:#72a085;}	

#lbwenzi h1{
    font-weight: bold;
   font-size: 50px;  
}
#lbwenzi h1 b{
	color:#e60012;}
#lbwenzi p{
    font-size: 18px;
    line-height: 40px;
    font-weight: 100;
    font-family: Oswald-Medium;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#lbwenzi span{
    font-size: 35px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    margin-top: 6px;
    font-weight: 100;	
	 }
.xian{
	width:160px;
	height:45px;
	display:block;
	overflow:hidden;
	background:#006699;
	color:#FFF;	
	text-align:center;
	line-height:45px;
	margin-top:40px;
	transition: all 0.3s;
}
 .xian:hover{
	background:#108fdc;
	color: #fff;
	}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.zi{
	color:#069;}



/* ==简介== */
#jianjie {
	color:#777777;
	line-height:28px;
	padding-top:75px;
	   }
#jianjie h3{
	color:#000;
	font-size:20px;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 8px;
    margin-bottom: 28px;}
#jianjie h1{
	font-size:40px;
	font-weight:bold;
	color:#000;
	}
#jianjie .jjxq{
	 text-align: justify;}

/* ==产品== */
#cpa{
	background-color:#f4f6f8;
	padding-top:60px;
	padding-bottom:55px;
	margin-top: 70px;}
#cpa h1{
	font-size:35px;}	
#cpa b{
	display:block;
	overflow:hidden;
	width:35px;
	margin-top:10px;
	height:4px;
	background-color:#006699;}
#cpa .gengduo{
	color:#006699;}
#cpa .gengduo:hover{
	text-decoration:underline;}
#cpa img{
	width:100%;
	height:auto;}
#cpa #cp1{
	margin-top:45px;}
#cpa #cp1 .pictitle{
	text-align:center;
	color:#7c7c7c;
	font-size:18px;
	display: block;
    overflow: hidden;
    margin-top: 25px;
	}
#cpa #cp1 .piclist:hover img{
	border:1px solid #d9dbdc;}	

/* ==新闻== */
#xinwen{
	margin-top:70px;
	margin-bottom: 70px;}
#xinwen img{
	width:98%;}

#xinwen span{
	display:block;
	overflow:hidden;
	width:98%;
	padding: 4%;
	line-height:45px;
	box-shadow: 0px 0px 18px rgba(224,226,228,0.7);
	}
#xinwen .xinwen1{
	transition: all 0.5s;}	
#xinwen .xinwen1:hover{
	transform: translateY(-10px);}	
#xinwen h1{
	font-size:30px;
	float: left;}	
#xinwen a{
	float:right;
	text-align:right;
	color:#006699;
	}
#xinwen a i{
	font-size:25px;}	

/* ==底部== */	
#dibu{
	background:#006699;
	color:#97bfd3;
	padding-top:45px;
	border-top:5px solid #108fdc;
	font-size: 14px;
	line-height: 26px;
	}		
#dibu a{
	color:#97bfd3;
	}	
#dibu .icon-jiantou{
	font-size:12px;
	color:#1cae33;}		
#dibu h3{
	font-size:20px;
	font-weight:bold;
	line-height: 60px;}	
#dibu #fenlei2 a{
	width:45%;
	display: block;
    overflow: hidden;
	float:left;
	}
#dibu #fenlei2 a:hover{
	color:#108fdc;
}
#dibu #fenlei1	a{
	display:block;
	overflow:hidden;
	width:47%;
	height:30px;
	border:1px solid #97bfd3;
	text-align:center;
	float:left;
	margin-right: 2%;
	margin-top:15px;
	border-radius: 5px;}
#dibu #fenlei1 .iconfont{
	color:#108fdc;}	
#dibu #fenlei1 a:hover{
	color:#108fdc;
	border-color:#108fdc;}		
#dibu1{
	border-top:1px solid #1478aa;
	    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 25px;}	

/* ==公司简介== */		
.banner{
	width: 100%;
    margin-top: -35px;
	min-height:200px;
    background-position: center center;
	color:#6b8aa8;	
	}	
.banner h1{
	font-size: 30px;
    padding-top: 82px;
	color: #fff;
	width: 100%;
    display: block;
    overflow: hidden;
	}
.banner span{
	display:block;
	overflow:hidden;
	color:#FFF;
	padding-bottom: 54px;
    margin-top: 5px;
	width: fit-content;}
#pagefl .nav{
	display:block;
	overflow:hidden;
	color:#FFF;
	float: left;
	margin-right: 12px;
	}
#pagefl span .nav{
	float: right;}				
.b1{
	background-image:url(s1.jpg);}
.b2{
	background-image:url(s2.jpg);}	
.b4{
	background-image:url(s4.jpg);}
.b3{
	background-image:url(s3.jpg);}
.b5{
	background-image:url(s5.jpg);}	
.b6{
	background-image:url(s6.jpg);}											
#rsfenlei{
	background:#f6f6f6;
	border-bottom:2px solid #d3d2d2;
	padding-top: 25px;
    padding-bottom: 25px;}	
#rsfenlei a{
	font-size: 25px;
    font-weight: bold;
    color: #e77306;
	margin-right: 10px;}
#rsfenlei a .iconfont{
	color:#e77306;}
#rsfenlei a:hover{
	text-decoration:underline;}	
#rsfenlei1{
	text-align:right;} 
#rsfenlei1 a{
	font-weight:normal;
	font-size:16px;}
#sfenlei{
	display:block;
	overflow:hidden;
	margin-top: 25px;}	
#sfenlei .sanji{
	background:#e77306;
	color:#FFF;
	padding: 7px 20px 7px 20px;
	text-align:center;
	border-radius:5px;
	display:block;
	overflow:hidden;
	float: left;
    margin-right: 15px;}	
#sfenlei .sanji:hover{
	background:#e01737;}				
#neirong{
	font-size:16px;
	color:#777777;
	line-height:30px;
	text-align:left;
	padding-top: 50px;
	padding-bottom: 60px;}	
#neirong strong{
	color:#000;}		
#neirong h2{
	color: #000;
    font-size: 30px;
    font-weight: bold;}	
#neirong h3{
	color: #333;
    padding-top: 12px}	
#kc{
	background-color:#f6f6f6;
	padding-top:50px;
	padding-bottom:50px;
	}	
#fya{
  width: 100%;
    font-size: 14px;
   padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
	margin-bottom: 60px;
}
#fya table td {
	padding: 0px 5px;	
    background-color: #fff;
}
#fya table {
	float: right;
}	
	

#neirong .cpquery img{
	width:100%;
	height:auto;
	border: 1px solid #ccc;}	

#neirong .cpquerytitle{
	display:block;
	overflow:hidden;
	color:#000;
	text-align:center;
	margin-top: 15px;
    margin-bottom: 30px;}	
#cpnr .tuu {
	width:100%;}
#cpnr{
	
	background:#f4f6f8;
    padding-bottom: 65px;}
#cpnr #cpxq1{
	padding-top:55px;}	
#cpnr h1{
	font-size:30px;
	font-weight:bold;
	line-height:65px;
	}	
#cpnr span{
	color:#666;
	line-height:30px;}		
tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#neirong table{
	width: 100%;
	margin: 10px auto;
	line-height: 21px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#neirong table td{
	text-align: center;
	min-height: 30px;
	padding: 8px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#neirong .firstRow td{
	color: #fff;
	background: #e01737;
	font-weight: bold;
}	
	

/* ==新闻== */	
#xwtu img{
	width:100%;
	min-height: 250px;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;}		
.single-blog-post {
    margin-bottom: 30px;
}
.single-blog-post .blog-post-content {
    padding: 20px 20px 35px;
    border: 1px solid #f2f2f2;
	min-height: 137px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.single-blog-post .blog-post-content span {
    color: #999;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}
.single-blog-post .blog-post-content h3 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    height: 75px;
}
.single-blog-post .blog-post-content h3 a {
    color: #1f2d30;
}
.single-blog-post .blog-post-content h3 a:hover {
    color: #00387a;
}	
@keyframes default-btn
{
from {letter-spacing: 20px; left: 200px; opacity: 0}
to {letter-spacing: 0px;left:50px; opacity: 1}
}
.default-btn {
    width: 160px;
    height: 45px;
    display: block;
    overflow: hidden;
    background:#e01737;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    border-radius: 10px;
    transition: all 0.5s;
	 opacity:0;
	 position:absolute;
}
.single-blog-post:hover .blog-post-content .default-btn {
   
    visibility: visible;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
	animation: default-btn 1s;
	opacity: 1;
    color:#fff;
	text-decoration:none;
}

#neirong .xwnr h2{
	color: #000;
    font-size: 25px;
    padding-bottom: 12px;
	}		
#neirong .xwnr h5{
	color:#7777;
	font-size:16px;
	margin-bottom: 35px;
    padding-bottom: 18px;
	border-bottom:1px dotted #CCC;
	margin-bottom:35px;
	}	
	
/* ==表格== */		
#biaoge {
	float:left;}	
#biaoge .input{
    width: 98%;
    border: 1px solid #CCC;
    margin-bottom: 22px;
    height: 55px;
    padding-left: 10px;
	font-size: 16px;
}
.textarea{
    width: 97%;
    border: 1px solid #CCC;
    padding-left: 10px;
    margin-bottom: 20px;
	margin-left: 1%;
}
.button2{
    width: 160px;
    height: 45px;
    background: #e01737;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border: none;
    margin: 0 auto;
    border-radius: 10px;
    display: block;
    transition: all 0.3s;
    
}
.button2:hover{
    background: #e77306;
}	
#neirong h1{
	color: #2D373C;
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: bold;
}


@media(max-width: 768px){
#logo img{
	width:60%;}	
#caidan{
	background: none;
	border:none;}
.carousel-inner {
    margin-top: -70px;
}		
#jianjie img{
		width:100%;}
#jianjie {
    padding-top: 60px;
}
#caidan .nav-link {
    margin-right: 40px;
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 100%;
    /* line-height: 32px; */
}
.carousel-item{
	margin-top:65px;}	
#fenlei .owl-item img{
	margin:0 auto;
	float:none;}	
#fenlei .owl-item h3{
	margin-top:0;
	text-align:center;
	}
#fenlei .owl-item span{
	text-align:center;
	display:block;
	padding-bottom:20px;}	
#jianjie h1{
	font-size:30px;}	
#jianjie img{
	margin-top:35px;}	
#cpa .gengduo{
	margin-top: -20px;
    display: block;}
#cpa h1{
	font-size:30px;}
#cpa #cp1 .pictitle{
	font-size:16px;}
#xinwen span{
	margin-bottom:20px;}	
#neirong h2{
	font-size:25px;}	
#neirong  img{
	width:100%;}	
#cpnr img{
	width:100%;}
#cpnr h1{
	font-size:25px;
	margin-top: -30px;}	
#kc img{
	width:100%;}
.navbar-light .navbar-toggler{
	margin-left:85%;
	margin-top: -20%;}	
#cdxian .container .navbar .nav-link{
	text-align:center;}	
.banner{
	margin-top:0px;}					
#pagefl .nav{
	font-size:18px;}	
.banner span{
	font-size:14px;}	
#neirong .xwnr h2 {
	font-size:20px;  !important }
#neirong h1{
	font-size:25px;}	
		
	}
	