@charset "utf-8";

/* CSS Document */



/* Reset */

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 

figure, figcaption, footer, header, hgroup, 

menu, nav, output, ruby, section, summary,

time, mark, audio, video {

	margin: 0;

	padding: 0;

	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 

footer, header, hgroup, menu, nav, section {

	display: block;

}


.title {
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(44, 153, 196)),color-stop(1, rgb(25, 102, 155)));
	background-image: -moz-linear-gradient(top,rgb(44, 153, 196) 0%,rgb(25, 102, 155) 100%);
	background-image: linear-gradient(top,rgb(44, 153, 196) 0%,rgb(25, 102, 155) 100%);
	-ms-box-shadow: -2px -2px 2px rgba(51,51,51,0.5);
	color:#fff;
	margin-top:-20px;
}
.title h1 { 
text-align:center;
font-family:Microsoft YaHei;
font-size:37px;
letter-spacing:10px;
line-height:65px;
margin-left:20px;

}

.title h2 { 
text-align:center;
font-family:Microsoft YaHei;
font-size:20px;
letter-spacing:10px;
line-height:40px;
margin-top:10px;

}

.title h3 { 
text-align:center;
font-family:Microsoft YaHei;
font-size:20px;
letter-spacing:10px;
line-height:35px;
margin-top:30px;

}

.title b{
	position:absolute;
	z-index:500px;
	margin-top:20px;
	font-size:20px;
	}
.title a {color:#fff}

	 
.row{
	margin-top:15px;
	padding-bottom:10px;
	width:99%;
	margin-left:auto;
	margin-right:auto;
	}


.thumbnail{
	width:25%;
	float:left;
	}
	
.caption{
	width:67%;
	float:right;
	margin-right:15px;
	padding-left:10px;
	border-left:1px solid #b3b3b3;
	font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align:justify;
	font-size:15px;
	}
	

.caption h3{
	margin-bottom:5px;
	font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:rgba(114,60,0,1.00);
	font-size:24px;
	}
.caption h4{
	font-size:18px;
	color:#4990D1;	
	margin-bottom:10px;
	}
span.s_title{
	font-size:16px;
	font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:rgba(62,62,62,1.00);
	}

.caption p{
	margin-bottom:10px;	
	}
	
/*testimony conent*/
#myModal,#myModal-1,#myModal-2,#myModal-3,#myModal-4,#myModal-5{
	margin-top:15%;
	font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	width:95%;
	margin-left:auto;
	margin-right:auto;
	}

.modal-image{
	float:left;
	width:26%;	
	margin-left:2%;
	margin-top:5%;
	}
.modal-image img{
	border:1px solid #b2b2b2; 
	padding:4px;
	border-radius:3px;
	}
.modal-left-content{
	width:69%;
	float:right;
	font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
.modal-header{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border:0;
	margin-left:20px;
	}
.modal-header h3{
	border-bottom:1px solid #ACACAC;
	padding-bottom:5px;
	font-size:24px;
	color:rgba(114,60,0,1.00);
	}
.modal-body{
	width:96%;
	margin-top:-20px;
	margin-left:20px;
	}
	
.modal-body-title{
	font-size:18px;	
	margin-bottom:10px;
	letter-spacing:1px;
	color:#4990D1;
	width:98%;	
	}
.modal-body p{
	width:98%;
	line-height:24px;
	text-align:justify;
	}
.modal-footer{
	clear:both;	
	border:0;
	}
