
/* 新按钮 */

/*
.Rectangle-3{
	width: 100px;
	height: 32px;
	border-radius: 1px;
	border: solid 1px #3091f2;
  	background-color: #2484f2;
  	
  	text-align: right;
  	color: #fff;
  	font-size: 14px;
  	font-family: PingFangSC;
}*/

.btnSet_1:hover{
	border-radius: 18px;
}

.btnSet_1{
	background: rgba(0,0,0,0);
	width: 140px;
	height: 48px;
	line-height: 48px;
	color: #2484f2;
	border: solid 1px #2484f2;
	font-size: 18px;
	border-radius: 2px;
	cursor: pointer;
	/*css3动画效果*/
	transition-property:border-radius;
	-moz-transition-property: -moz-border-radius; /* Firefox 4 */
	-webkit-transition-property:-webkit-border-radius;/* Safari 和 Chrome */
	transition-duration: 0.75s;
	-moz-transition-duration: 0.75s; /* Firefox 4 */
	-webkit-transition-duration: 0.75s; /* Safari 和 Chrome */
	transition-timing-function: ease;
	transition-delay: 0s;
	
}

.btnSet_2:hover{
	/*border: none;*/
	background: #2484F2 ;
	font-family: PingFangSC;
	color: #fff;

}

.btnSet_2{
	background: rgba(0,0,0,0);
	width: 165px;
	height: 48px;
	font-family: PingFangSC;
	line-height: 48px;
	color: #2484f2;
	border-radius: 2px;
  	border: solid 1px #2484f2;
	font-size: 18px;
	cursor: pointer;
	
	/*css3动画效果*/
	transition-property:background,color;
	-moz-transition-property: background,color; /* Firefox 4 */
	-webkit-transition-property:background,color; /* Safari 和 Chrome */
	-o-transition-property:background,color; /* Opera */
	transition-duration: 0.75s;
	-moz-transition-duration: 0.75s; /* Firefox 4 */
	-webkit-transition-duration: 0.75s; /* Safari 和 Chrome */
	-o-transition-duration: 0.75s; /* Opera */
	transition-timing-function: ease;
	transition-delay: 0s;
}


.btnSet_blue{
    height: 32px;
	line-height: 32px;
    border-radius: 1px;
    border: solid 1px #3091f2;
    background-color: #2484f2;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: PingFangSC
}
/******* 产品中心 首页面板*******/
.panel_middle{
	text-align: center;
	width: 282px;
	height: 322px;
	padding: 40px 28px 32px 28px;
	border-radius: 4px;
	  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
	  margin: auto;
	  
	  background-image: url(../img/panel_science.png);
}

.panel_middle img{
	display: block;
	/*width: 80px;*/
	/*height: 80px;*/
	margin: 0 72px 0 72px;
	
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

.panel_middle img:hover{
	transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.panel_middle h2{
   font-family: PingFangSC;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
  margin-bottom: 16px;
}

.panel_middle p{
  font-family: PingFangSC;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: justify;
 color: rgba(255, 255, 255, 0.8);
  cursor: default;
}

/*科技感中间面板*/
.panel_science{
	width: 280px;
  	height: 320px;
	background: linear-gradient(135deg, transparent 0px, #22364d 0) top left,
                linear-gradient(-135deg, transparent 30px, #22364d 0) top right,
                linear-gradient(-45deg, transparent 0px, #22364d 0) bottom right,
                linear-gradient(45deg, transparent 30px, #22364d 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

	.panel_science_inner{
		
	}
	
		.panel_science_inner > .science_tri_top{
			
		}
		.panel_science_inner > .science_tri_bottom{
			
		}



/***************************************************/

/*自定义大标题*/
.site_h1{
	margin-bottom: 10px;
	line-height: 60px;
	padding-bottom: 10px;
	color: #393d49;
	border-bottom: 1px solid #eee;
	font-size: 28px;
	font-weight: 300;
}

/*蓝边panel*/
.green_border_panel{
	margin-bottom: 30px;
	padding: 15px;
	line-height: 22px;
	border-left: 6px solid #0667a3;
	border-radius: 0 2px 2px 0;
	background-color: #f2f2f2;
}

/*灰边面板*/
.gray_border_panel{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	line-height: 22px;
	border-left: 5px solid gainsboro;
	border-top: 1px solid gainsboro;
	border-bottom: 1px solid gainsboro;
	border-right: 1px solid gainsboro;
	border-radius: 0 2px 2px 0;
}

/*灰框面板*/
.gray_border{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 15px;
	line-height: 22px;
	border: 1px solid gainsboro;
	border-radius: 0 2px 2px 0;
	position: relative;
}

/*======自定义标题压线*======*/
/*标题压线上下间隔*/
.title_line_space{
	margin-top: 100px;
	/*margin-bottom: 10px;*/
}

.site_line{
	height: 2px;
	background-color: #eee;
}

.title_line_box{
	padding: 0 20px;
	margin-top: -24px;
}

.title_line_box2{
	text-align: center;
	display: inline-block;
}

.title_line{

	font-size: 20px;
	font-weight: 300;
	padding: 10px;
	background-color:#FFFFFF ;
}

/*============下载页面*===========*/

/*下载页面的下载面板*/
.download_panel{
	position: relative;
	padding: 0px;
	height: 740px;
	margin-top: 20px;
	cursor: pointer;
}

.download_panel img{
	border-radius: 4px;
}

/*圆角按钮*/
.btnSet_middle{
	margin: 10px auto;
	width: 140px;
	border: 1px solid #2484F2;
	text-align: center;
	border-radius: 6px;
	cursor: pointer;
}



	.btnSet_middle:hover{
		border: 1px solid #2484F2;
		color: #2484F2 !important;
	} 
	
	.btnSet_middle a:hover{
		color: #2484F2;
		text-decoration: none;
	}
	
	.btnSet_middle a{
		text-decoration: none;
	}
	
	.btnSet_middle h4{
		line-height: 14px;
		margin: 16px;
	}
	


	
	

/*下载软件 标题 和 信息ul*/
/*按钮的定位以及详情定位*/
.btn_postion{
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -118px;
}

.download_title{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 30px;
}
.downloadmsg{
	color: #666;
}
	.downloadmsg ul{
		padding-left: 20px;
		margin-top: 10px;
	}
	.downloadmsg li{
		width: 100%;
		height: 27px;
		line-height: 27px;
		color: #666;
		white-space: nowrap;
		text-overflow: ellipsis;
	}



/*=======经典案例面板(小面板)=======*/

.example_panel{
	position: relative;
	padding: 0px;
	height: 390px;
	margin-top: 40px;
}

	.example_panel img{
		border-radius: 4px;
	}
	
	.example_title{
		text-align: center;

	}
		.example_title h3{
		margin-bottom: 12px;
		margin-top: 12px;
		}

/*例子基本信息*/
.examplemsg{
	height: 100px;
	color: #666;
	word-wrap:break-word;
	text-overflow:ellipsis;
	overflow:hidden;
}

/*example页面按钮*/
.btnSet_small{
	width: 100px;
	border: 1px solid #337ab7;
	text-align: center;
	cursor: pointer;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 10px;
	border-radius: 3px;
}

	.btnSet_small:hover{
		border: 1px solid #0099cc;
		color: #0099CC !important;
	}
	
	.btnSet_small a:hover{
		color: #0099cc;
		text-decoration: none;
	}
	
	.btnSet_small a{
		text-decoration: none;
	}
	
	.btnSet_small h5{
		margin-top:8px ;
		margin-bottom: 8px;
	}

/*TELL按钮*/

.btnSet_contact{
		width: 132px;
	  border-radius: 4px;
	  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
	  background-color: #ffffff;
	  text-align: center;
	  margin:50px auto;
	  padding-top: 9px;
}

.btnSet_contact a{
	text-decoration: none;
}

.btnSet_contact h2{
	 font-family: PingFangSC;
	  font-size: 16px;
	  font-weight: 600;
	  line-height: 1.5;
	  letter-spacing: normal;
	  color: #2484f2;
	  margin-top: 0;
	  margin-bottom: 7px;
}

.btnSet_contact h4{
	font-family: PingFangSC;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  letter-spacing: normal;
  color: #ffffff;
	
	  background-color: #2484f2;
	  border-radius:0 0 4px 4px;
	  padding-bottom: 6px;
	  padding-top: 6px;
}

.btnSet_big{
	width: 300px;
	border: 1px solid #2484f2;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	height: 100px;
	
	position: relative;
	left: 50%;
	margin-left: -150px;
	margin-top: 80px;
	margin-bottom: 90px;
	
	/*css3动画效果*/
	transition-property:border-radius;
	-moz-transition-property: -moz-border-radius; /* Firefox 4 */
	-webkit-transition-property:-webkit-border-radius;/* Safari 和 Chrome */
	transition-duration: 0.75s;
	-moz-transition-duration: 0.75s; /* Firefox 4 */
	-webkit-transition-duration: 0.75s; /* Safari 和 Chrome */
	transition-timing-function: ease;
	transition-delay: 0s;
}

	.btnSet_big:hover{
		border-radius: 35px;
	}

	
	.btnSet_big a, .btnSet_big span{
		color: #2484f2;
		text-decoration: none;
	}
	
	.btnSet_big h2{
		margin-top:20px ;
		margin-bottom: 10px;
	}

/*=========关于放射云 段落=========*/
.aboutfsy{
	cursor: default;
	margin-top: 80px;
	margin-bottom: 60px;
}

.aboutfsy p{
	font-size: 1.37em;
    letter-spacing: 0.75px;
    word-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.85);
    text-indent: 2em;
    line-height: 1.75;
    font-family: PingFangSC;
}

/*timeline*/
.timeline-box{
	margin-bottom: 30px;
	border-left: 1px solid #999;
}
.timeline-box-inner{
	display: inline-block;
	margin-left: -10px;
	width: 100%;
}
.timeline-box-img{
	width: 20px;
	float: left;
	margin-top:  22px;
}
.timeline-box-text{
	float: left;
	padding-left: 10px;
}

.timeline-box-text h3{
	color: #666;
}


.timeline-box img{
	width: 100%;
}

.timeline-box p{
	font-size: 1.17em;
}

/*关于放射云页面的联系我们*/
.aboutfsy_contact p{
	font-size: 1.17em;
}

/*发表新帖蓝底标题*/
.new_post-title{
	font-size: 16px;
	line-height: 40px;
	border-bottom: 2px solid #0099CC;
	padding: 0 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	position: relative;
}

/*侧面目录导航*/
.initPub{
    			position: absolute;
    			top: 64%;
    			left: 15%;
    			width: 120px;
    			border: 1px solid  #337ab7;
    			background-color: #FFFFFF
    		}
    		
    		.sideNav{
    			border: 1px solid #D2D2D2;
    		}
    		
    		.sideTitle{
    			padding-left: 20px;
    			padding-top:0 ;
    			padding-bottom: 0;
    			height: 42px;
    			line-height: 42px;
    			border-bottom: 1px solid #eee;
    			font-size: 14px;
    			color: #333;
    			background-color: #F8F8F8;
    			border-radius: 2px 2px 0 0;
    		}
    		.sideList{
    			position: relative;
    			padding: 10px;
    			overflow: auto;
    		}
    		
    		.sideList ul{
    			margin-left: 20px;
    			padding: 0;
    		}
    		
    		.sideList li{
    			line-height: 26px;
    			margin-left: 20px;
    			overflow: visible;
    			list-style-type: disc;
    			margin: 0;
    			padding: 0;
    		}
    		.sideList a{
    			color: #333;
    		}
    		
    		.sideList a:hover{
    			color: #777;
				text-decoration: none;
			}