@charset "utf-8";
/*By-石*/
/*----通用初始化----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,img{margin:0;padding:0}ul,li,ol,dl,dt,dd{list-style: none;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}table{border-collapse:collapse;border-spacing:0}audio,canvas,video {display: inline-block;*display: inline;*zoom: 1;}	input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}a{text-decoration: none;color: #666;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}a:hover{text-decoration:none;cursor: pointer;}img{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;border:0}html,body{font-family: "arial" ,'Microsoft Yahei';*font-family: "微软雅黑";*font-family: "Microsoft Yahei";color: #666;}@media screen and (max-width: 767px){input[type="button"],input[type="submit"],input[type="reset"],textarea,select{-webkit-appearance: none;-webkit-tap-highlight-color:transparent;}}*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{position: relative;overflow-x: hidden;}*::selection{background:#333;color:#fff;}*::-moz-selection{background:#333;color:#fff;}*::-webkit-selection{background:#333;color:#fff;}.after:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}.clear{clear: both;}
*{font-family:"微软雅黑";}

.mid1200{width: 1200px;margin: 0 auto;}
.fl{float: left;}
.fr{float: right;}
.after:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0 ;
}
.after{
    zoom:1 ;
}
body{
	min-width: 1200px;
	margin: 0 auto;
	background: #f4f5f8;
}
header{
	height: 64px;
	line-height: 64px;
	font-size: 14px;
	color: #0a0a0a;
	background: #fff;
}
header .logo{
	margin-top: 14px;
}
header a{
	color: #0a0a0a;
}
header div span{
	padding-left: 20px;
	position: relative;
}
header div span:before{
	content: '';
	height: 1em;
	width: 1px;
	background: #0a0a0a;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -.5em;
}
.banner{
	position: relative;
	height: 500px;
}
.banner img{
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
}
.section1{
	padding: 40px 0;
	background: #fff;
}
.section1 ul{
	width: 1212px;
	position: relative;
	left: -6px;
	margin: 0 auto;
	background: url(20200709_zjs_a1.jpg) no-repeat center;
	height: 292px;
	padding-top: 130px;
}
.section1 ul li{
	float: left;
	width: 25%;
	padding: 0 25px;
	text-align: justify;
	line-height: 2em;
	font-size: 16px;
	color: #424242;
}
.section1 ul li:nth-child(1){
	padding-left: 30px;
	padding-right: 15px;
}
.section1 ul li:nth-child(2){
	padding-left: 35px;
	padding-right: 25px;
}
.section2{
	padding: 10px 0 50px;
}
.section2 h3{
	font-size: 24px;
	color: #242424;
	line-height: 90px;
	font-weight: normal;
	text-align: center;
}
.section2 .text{
	font-size: 18px;
	color: #424242;
	line-height: 2em;
	text-align: justify;
}
.section2 .text p{
	margin-bottom: 10px;
}