/* ------------------------------------全局定义---------------------------------------- */  
/* 将具有默认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:15px/22px  Arial,"Open Sans", "Helvetica Neue",  "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:12px; 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; }  
  
/* 去掉链接的虚线框 */  
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:22px;
padding-left: 15px;
    padding-right: 15px;
	text-decoration: none}
.pages {color:#777777;font-size:17px;text-decoration: none}

/* ==英文字体== */
@font-face{
	font-family:Oswald-Bold;
	src:url(Oswald-Bold.otf);}
@font-face{
	font-family:bb3815;
	src: url(bb3815.ttf);}	
@font-face{
	font-family:Oswald-Medium;
	src: url(Oswald-Medium.ttf);}	
/* ==菜单== */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color:#cf9d57;
	}
#cdxian .container .navbar{
	padding: 0;
	}
#cdxian .container .navbar .nav-link{
	margin-right:0;	
	padding-right:0;
	margin-left: 18px;
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
	color: #fff;
	line-height: 40px;
	}	
#cdxian{
	font-family:bb3815;	
	padding-bottom: 2px;
    padding-top: 2px;
	z-index:998;
	background:#000;
	top: 0;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
	position: fixed;
	}
.caidan #zddh{
    text-align: right!important;
	    
}

.navbar-nav li:nth-of-type(1) 
.iconfont{display: none}
.navbar-nav li:nth-of-type(5) 
.iconfont{display: none}

#weixin{
    color: #e60012;
    font-size: 24px;
    padding-left: 15px;
}
#cdxian .dropdown-menu{
	margin-left: 4px;
	border-radius:0;
	border:0;  
	background-color: rgba(0,0,0,0.8);
	border-bottom:3px solid #e77306;
	padding-top:10px;
	padding-bottom:10px;
	}
#cdxian .dropdown-menu a{
	color:#FFF;
	line-height:35px;}
#cdxian .dropdown-menu a:hover{
	background:#e77306;
	color:#FFF;}
#peijian{
	background-color:#f2f4ee;
	background-image:url(bj.png);
	background-position:right;
	background-repeat:no-repeat;
	    padding-top: 75px;
    padding-bottom: 75px;
	    color: #3c5454;}	
#peijian h1{
	font-family: Oswald-Medium;
    color: #3c5454;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 12px;
}	

/* ============ 鼠标经过显示二级导航 ============ */
@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;
	margin-left:80px;
	/*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;
}


#lbwenzi h1{
    font-weight: bold;
   font-size: 55px;
  
    
}
#lbwenzi h1 b{
	color:#e60012;}
#lbwenzi p{
    font-size: 18px;
    padding-top: 10px;
	line-height:40px;
	font-weight: 100;
    font-family:Oswald-Medium;
	letter-spacing: 2px;
}
#lbwenzi span{
	font-size: 20px;
    line-height: 24px;
	display:block;
	overflow:hidden;
	margin-top:6px;
	
	 }
.xian{
	width:160px;
	height:45px;
	display:block;
	overflow:hidden;
	background:#e77306;
	color:#FFF;	
	text-align:center;
	line-height:45px;
	margin-top:40px;
	font-family:Oswald-Medium;
	letter-spacing: 3px;	
}
 .xian:hover{
	background:#1272cb;
	color: #fff;
	}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}

/* ==简介== */
#jianjie{
	background-image: url(circle.png);
    background-repeat: no-repeat;
    background-position-x: 15%;
	margin-top:65px;
	}
#jianjie .container{
	padding-top:20px;
	color: #3c5454;}	
#jianjie .container  h1{
	    font-family: Oswald-Medium;
		color: #3c5454;
		font-size: 40px;
    font-weight: 600;
	letter-spacing: 2px;
	    margin-bottom: 12px;
	}
#jianjie .container img{
	    margin-right: 28px;}		
#jianjie .container strong{
	font-size:18px;
	text-transform:capitalize;}

/* ==产品== */
#cp{
	background-image: url(circle.png);
    background-repeat: no-repeat;
    background-position: 107% 6%;
    background-size: 12%;
    background-color: #fafcfc;
    padding-top: 70px;
    padding-bottom: 100px;
    margin-top: 85px;
	}	
.bt{
	 font-family: Oswald-Medium;
		color: #3c5454;
		font-size: 40px;
    font-weight: 600;
	letter-spacing: 2px;
	    margin-bottom: 12px;
	text-align:center;}	
.bt1{
	text-align:center;
	color: #3c5454;
	font-size:16px;}		
 #piclist2	{
	display: block;
	overflow:hidden;
	background-color:#FFF;
	border:1px solid #eeeded;
	border-radius: 20px;
	padding: 30px;
	margin-top:45px;
	transition: all 0.5s;
	padding-bottom: 35px;
    }
 #piclist2 .pictitle span{
	display:block;
	overflow:hidden;
	color:#000;
	 font-family: Oswald-Medium;
	 letter-spacing: 1px;
    font-size: 18px;
	margin-top:20px;
	height: 44px;}
 #piclist2 .pictitle p{
	display:block;
	overflow:hidden;
	color: #3c5454;
	height:42px;
	    margin-top: 12px;
    margin-bottom: 15px;}		
 #piclist2 img{
	width:100%;
	height:auto;}
.more{
	 font-family: Oswald-Medium;
	 letter-spacing: 1px;
	 color:#4aa8f8;
	 font-size:16px;
	}
.more:hover{
	color:#F90;}			
 #piclist2:hover{
	 transform: translateY(-10px);
	 box-shadow: 0 0 13px 0 rgba(0,0,0,.10);}	


/* ==新闻== */
#xw{
	    background-image: url(circle.png);
    background-repeat: no-repeat;
        background-position: -5% -8%;
		padding-top:80px;
		background-size: 15%;}
		
 #xw1{
	   background-color: #fafcfc;
		border-radius:20px;
		display:block;
		overflow:hidden;
		padding-bottom: 35px;
		margin-top:40px;
		transition: all 0.5s;}
 #xw1:hover{
	 box-shadow: 0 0 13px 0 rgba(0,0,0,.10);
	}	
#xw1 img{
	width:100%;
	height:auto;} 	
 #xw1 span{
	display:block;
	overflow:hidden;
	padding:22px;
	font-family: Oswald-Medium;
	}
 #xw1	.pictitle{
	padding: 0px 22px 22px 22px;
    font-size: 18px;
    display: block;
    overflow: hidden;
    color: #576869;
	}
 #xw1 .more{
	padding-left:22px;
	padding-bottom:30px;}	

/* ==底部== */	
#dibu{
	background:#000;
	color: #666;
	margin-top:75px;
	padding-top:45px;
	}	
	
#dibu a{
	color:#666;
	}	
#dibu .icon-jiantou{
	font-size:12px;
	color:#4783c4;}		
#dibu h3{
	font-size:20px;
	font-weight:bold;
	line-height: 60px;
	text-transform: uppercase;
	font-family: Oswald-Medium;
	letter-spacing: 2px;}	
#dibu #fenlei a{
	width:50%;
	display: block;
    overflow: hidden;
	float:left;
	text-transform: capitalize;
	line-height: 28px;
	}
#dibu #fenlei a:hover{
	color:#4aa8f8;
}
#dibu #fenlei1	a{
	display:block;
	overflow:hidden;
	width:55%;
	    padding: 5px;
	border:1px solid #666;
	text-align:center;
	float:left;
	margin-right: 2%;
	margin-top:15px;}
#dibu #fenlei1 .iconfont{
	color:#4783c4;}	
#dibu #fenlei1 a:hover{
	color:#4783c4;
	border-color:#4783c4;}		
#dibu1{
	border-top:1px solid #333;
	line-height: 62px;
    margin-top: 25px;}	
	
/* ==内页== */		
#page_jj{
	margin-top:80px;}	
#page_jj .fenlei{
	width:100%;
	font-size: 24px;
	color: #4c4c4c;
	font-family: Oswald-Medium;
	border-bottom:1px solid #ccc;
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 85px;	
	
    }	
#page_jj #back{
	text-transform:uppercase;
	color: #4aa8f8;	
	}		
#page_jj .neirong{
	color:#4c4c4c;
	font-size:16px;
	line-height: 26px;
	margin-top: 40px;}	
#page_jj .nav{
	color: #4c4c4c;
	}
.neirong p>img{
	max-width: 100%;
}	
/* ==内页产品== */	
.smenuv{
	width:100%;
	line-height:40px;
	    display: block;
    overflow: hidden;
	color: #4c4c4c;
	font-size: 18px;}
.smenuv i{	
	line-height:40px}
.smenuvnow{
	color:#F90;}		
#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;
	margin-top: 45px;
}	
#nycp #piclist2{
	    width: 46%;
    float: left;
    margin-left: 3%;
	}

#nycp #nyfl{
	padding-top:30px;} 	
#cpxq{
	margin-top:40px;}	
#cpxq h1{
	font-family: Oswald-Medium;
	font-size:36px;
	color:#4c4c4c;
	line-height: 45px;
    letter-spacing: 1px;
	}	
#cpxq span{
	    font-size: 17px;
    margin-top: 30px;
	margin-bottom:30px;
    color: #4c4c4c;
    display: block;
    overflow: hidden;
    line-height: 28px;
	}	
#cpxq #cppro{
	 color: #4c4c4c;
	 padding-top:30px;
	 font-size: 17px;
    line-height: 30px;
	}
	
#cpxq 	#cppro h1{	
	font-family: Oswald-Medium;
    font-size: 30px;
    color: #4c4c4c;
    letter-spacing: 1px;	
}
tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#cpxq #cppro table{
	width: 100%;
	margin: 30px auto;
	line-height: 21px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#cpxq #cppro table td{
	text-align: center;
	min-height: 30px;
	padding: 8px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#cpxq #cppro .firstRow td{
	color: #fff;
	background: #4aa8f8;
	font-weight: bold;
}	

#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: 145px;
    height: 45px;
    background: #4aa8f8;
    color: #fff;
    text-align: center;
    line-height: 45px;
    border: none;
    margin: 0 auto;
    border-radius: 50px;
    display: block;
    transition: all 0.3s;
    margin-bottom: 45px;
}
.button2:hover{
    width: 170px;
}

 .xwnr h2{
	color: #000;
    font-size: 25px;
    padding-bottom: 12px;
	}		
.xwnr h5{
	color:#7777;
	font-size:16px;
	margin-bottom: 35px;
    padding-bottom: 18px;
	border-bottom:1px dotted #CCC;
	margin-bottom:35px;
	}			
@media(max-width: 1280px){
	#lbwenzi h1{
		font-size:42px;}
	}	
@media(max-width: 992px){
	#lbwenzi{
		bottom:5%;
		margin-left:10px;
		}
	#lbwenzi h1{
		font-size:18px;}
			#dibu img{
		width:40%;
		}	
	#cdxian	{
		padding-top:7px;
		padding-bottom:7px;}	
	.smenuv{
		width:50%;
		float:left;}	
	#cpxq h1{
		margin-top:30PX;
		font-size: 25px;
    line-height: 36px;
}
#peijian{
	background-image:none;}
	
	}	
		
		
@media(max-width: 768px){
	#jianjie .container h1{
		padding-top:30px;}
	#dibu img{
		width:40%;
		}	
	#peijian{
	background-image:none;}	
	
	}



video::-webkit-media-controls {
    overflow: hidden !important;
}
video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}