@charset "utf-8";


p{word-wrap:break-word}
li{list-style:none}
img{border:0;vertical-align:middle}

.clearfix:before,.clearfix:after{content:"";display:table}
.clearfix:after{clear:both}
.clearfix{zoom:1}
.clear{height:0;clear:both;overflow:hidden}
a{text-decoration:none}

.product{
	width:100%;
	height:943px;
	background-image: url(../img/protect-bg.png);
}

.demo-tit{text-align: center;position: relative;top:111px;}
.demo-tit span{
	font-family: '微软雅黑'; 
	font-weight: 100;
	font-size: 36px;
	letter-spacing:.05em;
	color:#fff;
}
				
/* 七、幻灯片演示 */

.domo-slides { margin:0 auto; width:1002px; height:455px; zoom:1; position:relative; top:207px;}
.domo-slides .conts { width:1002px; height:360px; border-radius:8px; position:relative; top:151px; overflow:hidden; }
.domo-slides .conts ul { width:1002px; height:360px; }
.domo-slides .conts li { width:1002px; font-size:26px;  overflow:hidden; position:relative; }
	
.domo-slides .prev, .domo-slides .next { z-index:1; position:absolute; top:64%; margin-top:-25px; display:block; width:42px; height:42px; line-height:40px; font-size:24px; color:#fff;box-shadow: 0px 4px 10px 0px rgba(16,124,195,1);-webkit-box-shadow: 0px 4px 10px 0px rgba(16,124,195,1);-moz-box-shadow: 0px 4px 10px 0px rgba(16,124,195,1); border-radius:50px; background:#b2d5ed; text-align:center; font-family:"Comic Sans MS", cursive; cursor:pointer; }
.domo-slides .prev { left:-80px; background: none; border: solid 0.5px #fff;}
.domo-slides .prev:hover, .domo-slides .next:hover { background:#3dc878; color:#fff; }
.domo-slides .next { right:-80px; background:none; border: solid 0.5px #fff;}

.domo-slides .textList { text-align:center; height:40px; line-height:20px; padding:0px 15px; color:#1eb4e5; font-size:12px; overflow:hidden; }
.domo-slides .textList .pageNav { line-height:20px; color:#1eb4e5; }
.domo-slides .textList .pageNav font{ font-size:14px; padding:0 5px; line-height:20px; color:#b2d5ed; font-style:italic; }
.domo-slides .textList .pageNav .current { font-size:18px; padding-right:8px; }
				
.domo-slides .tabs { 
	width:1002px; height:76px;
	 background-color: #e9e9eb; 
	 position:absolute; 
	 z-index:1; top:0; left:0; 
	 font-family:"Comic Sans MS", cursive; 
	 overflow:hidden; 
	 border-radius: 38px;
}
.domo-slides .tabs ul { text-align:center;width:1002px; height:42px;margin-top: 17px;}
.domo-slides .tabs ul li { 
	 color:#000000; 
	 font-size:16px; 
	 /*width:135px;*/
	 height:42px; 
	 line-height:42px; 
	 border-radius:21px; 
	 font-family: '微软雅黑';
	 margin:0 5px; 
	 cursor:pointer; 
	 display:inline-block; 
	 *display:inline; 
	 zoom:1; 
	 overflow:hidden;
	padding: 0 20px;
	 }
.domo-slides .tabs ul .current { 
	color:#fff; 
	background-image:linear-gradient(90deg, #ff9600 30%, #ff6a00 80%) !important; 
	}



.domo-slides .play, .domo-slides .pause {  right:50%; margin-right:-24px; top:65%; font-size:14px; position:absolute; cursor:pointer; width:60px; height:48px; margin-top:-34px; z-index:4; }  								


.product-center{
	width:1002px;
	height:360px;
	display: flex;
}
.product-image{
	flex:1;	
	height:360px;
	background-color: #3c3;
				}
.product-text{
	height:360px;
	flex:1;	
	background-color: none;
	padding:0 60px;
}				
.product-t-name{
	height:60px;
	color:#fff;
	font-size: 24px;
	font-family: '微软雅黑';
	
}
.product-t-con{
	font-size: 18px;
	color:#fff;
	font-family: '微软雅黑';
	line-height: 31px;
}
.product-t-btn{
	position: relative;
	bottom: -42px;
	width:135px;
	height:42px;
	
}
.product-t-btn a{
	width:135px;
	height:42px;
}
.product-t-btn button{
	width:135px;
	height:42px;
	border: none;
	background-color:#2bdc70;
	border-radius: 6px;
	color:#fff;
	font-size: 18px;
	cursor: pointer;
}				
.product-t-btn button:hover{
	background-color: #0ccf67;
}				
				