/*By-石-QQ-1174188215*/
/*----通用初始化----*/
	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;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;}*::-moz-selection{background:#333;color:#fff;}*::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;}
	/*间距*/
	.mt3{margin-top    : 3% !important;}
	.mb3{margin-bottom : 3% !important;}
	.mb5{margin-bottom : 5% !important;}
	.ml3{margin-left   : 3% !important;}
	.mr3{margin-right  : 3% !important;}
	.pt3{padding-top   : 3% !important;}
	.pb3{padding-bottom: 3% !important;}
	.pl3{padding-left  : 3% !important;}
	.pr3{padding-right : 3% !important;}
	.pl5{padding-left  : 5% !important;}
	.pr5{padding-right : 5% !important;}
	.pt5{padding-top   : 5% !important;}
	.pb5{padding-bottom: 5% !important;}
	.mt0{margin-top    : 0% !important;}
	.mb0{margin-bottom : 0% !important;}
	.ml0{margin-left   : 0% !important;}
	.mr0{margin-right  : 0% !important;}
	.pt0{padding-top   : 0% !important;}
	.pb0{padding-bottom: 0% !important;}
	.pl0{padding-left  : 0% !important;}
	.pr0{padding-right : 0% !important;}
	/*字号*/
	.font24{font-weight:normal;font-size: 24px;color: #333;line-height: 2em;}
	.font18{font-weight:normal;font-size: 18px;color: #666;line-height: 2em;}
	.font16{font-weight:normal;font-size: 16px;color: #999;line-height: 2em;}
	/*编辑器*/
	.text{text-align:justify;font-size: 16px;color: #333;line-height: 2.2em;word-wrap: break-word;word-break: normal;}
	.text:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
	.text *{max-width: 100%;}
	@media screen and (max-width: 1200px){
		.font24{font-size: 18px;}
		.font18{font-size: 16px;}
		.font16{font-size: 14px;}
		.text{font-size: 14px;}
	}
	.bgfff{background-color: #fff !important;}
	html{overflow-x: hidden;}
/*********************************/
a:hover{
	color: #333 !important;
}
body{
	width: 100%;
	background: #d9d9d9;
}
.wrapper{
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 2%;
}
.header{
	height: 60px;
	line-height: 60px;
	position: absolute;
	z-index: 100;
	top: 50px;
	left: 0;
	width: 100%;
}
.header .logo{
	float: left;
	height: 40px;
	margin-top: 10px;
}
.header .logo img{
	height: 100%;
}
.nav{
	float: right;
}
.nav li{
	float: left;
	margin-left: 25px;
}
.nav li a{
	font-size: 14px;
	color: #333333;
	display: block;
}
.nav li a:hover{
	color: #2860c6;
}
.center{
	padding-top: 160px;
	position: relative;
	background: url(../img/b1.jpg) no-repeat center top;
}
@media only screen and (max-width:1200px ) {
	.center{
		padding-top: 80px;
	}
	.header{
		top: 0;
	}
	.menu_btn{
		float: right;
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		margin-left: 10px;
		margin-top: 10px;
	}
	.menu_btn:before,
	.menu_btn:after{
		content: "";
		position: absolute;
		right: 0;
		width: 26px;
		height: 2px;
		background: #333;
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		transition: all .3s ease-out 0s;
	}
	.menu_btn:before{
		top: 13px;
	}
	.menu_btn:after{
		bottom: 13px;
	}
	.menu_btn.on:before{
	    -webkit-transform: rotate(45deg);
	    -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	         transform: rotate(45deg);
	    top: 50%;
	}
	.menu_btn.on:after{
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		 -ms-transform: rotate(-45deg);
		     transform: rotate(-45deg);
		top: 50%;
	}
	
	.header .nav{
		position: absolute;
		right: 0;
		top: 110%;
		width: 260px;
		background: rgba(0,0,0,0.8);
		padding: 10px 0;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		transition: all .3s ease-in-out 0s;
	}
	.header .nav.on{
		opacity: 1;
		visibility: visible;
		top: 100%;
	}
	.header .nav li{
		width: 100%;
		float: none;
	}
	.header .nav li>a{
		color: #fff;
		font-size: 16px;
		height: 36px !important;
		line-height: 36px !important;
	}
	
}
.footer{
	background: #38969a;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 2em;
	padding: 2%;
}
@media only screen and (max-width:768px ) {
	.footer{
		font-size: 12px;
		padding: 30px 10px;
	}
	.box_four .boxlist li a{
		font-size: 14px;
	}
	.center{
		background-size: 200% auto;
		-webkit-background-size: 200% auto;
	}
}
.titimg{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.xzBtn{
	display: block;
	width: 290px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background: #38969a;
	font-size: 30px;
	margin: 4% auto 6%;
}
@media only screen and (max-width:1400px ) {
	.xzBtn{
		width: 180px;
		font-size: 18px;
		height: 40px;
		line-height: 40px;
	}
}
@media only screen and (max-width:768px ) {
	.xzBtn{
		width: 140px;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
}
.boxOne dl{
	position: relative;
	font-size: 16px;
	padding-left: 5.5em;
	color: #333;
	line-height: 2em;
	max-width: 71%;
	margin-bottom: 3%;
}
.boxOne dl dt{
	position: absolute;
	top:0;
	left: 0;
}
.boxOne dl dd{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.boxOne dl dd a{
	color: #333;
}
.indent2{
	text-indent: 2em;
}
@media only screen and (max-width:768px ) {
	.boxOne dl{
		max-width: 100%;
		font-size: 14px;
		padding-left: 5em;
	}
	.boxOne dl dd img{
		height: 30px;
	}
}
.pubtit{
	height: 84px;
	line-height: 72px;
	width: 482px;
	display: block;
	margin: 3% auto 5%;
	background: url(../img/titbg.png) no-repeat center;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,.3);
	color: #fff;
	font-weight: bold;
	font-size: 28px;
}
@media only screen and (max-width:1400px ){
	.pubtit{
		height: 60px;
		line-height: 48px;
		font-size: 24px;
		width: 344px;
		background-size:100% 100%;
		-webkit-background-size:100% 100%;
	}
}
@media only screen and (max-width:768px ){
	.pubtit{
		height: 40px;
		line-height: 34px;
		width: 230px;
		font-size: 18px;
		font-weight: normal;
	}
}
.boxThree .list ul{
	width: 48%;
}
.boxThree .list li{
	padding: 10px;
	border-bottom: 1px dashed #38969a;
}
.boxThree .list li a{
	font-size: 16px;
	display: block;
	color: #020202;
	line-height: 2em;
	height: 2em;
	padding-left: 15px;
	overflow: hidden;
	white-space:nowrap; 
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	position: relative;
}
.boxThree .list li a:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    content: '';
    background: #020202;
    position: absolute;
    left: 0;
    top: .8em;
}
.boxThree .list ul.left{float: left;}
.boxThree .list ul.right{float: right;}
@media only screen and (max-width:768px ){
	.boxThree .list ul{
		width: 100%;
	}
	.boxThree .list li a{
		font-size: 14px;
	}
}
.boxFour table{
	width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-bottom: 10px;
}
.boxFour table td{
	padding: 10px 20px;
	color: #333;
	font-size: 16px;
	line-height: 2em;
	background: rgba(157,157,157,.4);
}
.boxFour table .tit{
	width: 140px;
	text-align: center;
	background: rgba(210,210,210,.4);
}
.boxFour table li{
	padding-left: 15px;
	position: relative;
	margin: 15px 0;
}
.boxFour table li:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    content: '';
    background: #020202;
    position: absolute;
    left: 0;
    top: .8em;
}
.dTable>div.left{
	float: left;
	width: 65%;
}
.dTable>div.right{
	width: 34%;
	float: right;
}
.boxFour table b{
	font-weight: normal;
	display: block;
	color: #38969a;
	font-size: 24px;
	line-height: 109px;
}
@media only screen and (max-width:768px ){
	.boxFour table td{
		font-size: 14px;
	}
	.dTable>div{
		width:100% !important;
	}
	.boxFour table b{
		line-height: 3em;
		font-size: 18px;
	}
	.boxFour table .tit{
		width: 80px;
		padding: 5px 10px;
	}
	.boxFour table td{
		padding: 5px 10px;
	}
}
.boxFive .left{
	width: 48%;
	float: left;
}
.boxFive .right{
	width: 48%;
	float: right;
}
.boxFive>div{
	position: relative;
	font-size: 16px;
	color: #130b04;
	line-height: 2.8em;
	border: 2px solid #38969a;
	border-top: 0;
	margin-top: 50px;
}
.boxFive>div:before,.boxFive>div:after{
	content: '';
	width: 5%;
	height: 2px;
	background: #38969a;
	position: absolute;
	top: 0;
}
.boxFive>div:before{
	left: 0;
}
.boxFive>div:after{
	right: 0;
}
.boxFive .title{
	position: relative;
	top: -48px;
	margin-bottom: -20px;
}
.boxFive .title .pubtit{
	margin: 0 auto;
}
.boxFive .list{
	width: 100%;
	padding-bottom: 20px;
}
.boxFive .left li{
	position: relative;
	padding-left: 20px;
}
.boxFive .left li:before{
	width: 4px;
	height: 4px;
	border-radius: 4px;
	content: '';
	background: #020202;
	position: absolute;
	left: 5px;
	top: 1.2em;
}
.boxFive .right dl{
	padding-left: 6%;
	margin-bottom: 30px;
}
.boxFive .right dl dt{
	position: relative;
	font-size: 18px;
	color: #38969a;
	padding-left: 20px;
}
.boxFive .right dl dd{
	padding-left: 20px;
}
.boxFive .right dl dt:before{
	width: 6px;
	height: 6px;
	border-radius: 6px;
	content: '';
	background: #38969a;
	position: absolute;
	left: 0;
	top: 1.2em;
}
@media only screen and (max-width:1400px ){
	.boxFive .title{
		top: -28px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width:1200px ){
	.boxFive>div{
		width: 100% !important;
	}
	.boxFive .right dl{
		padding-left: 3%;
	}
}
@media only screen and (max-width:768px ){
	.boxFive>div{
		font-size: 14px;
	}
	.boxFive .right dl dt{
		font-size: 16px;
	}
	.boxFive .list{
		padding-top: 20px;
	}
	.boxFive .right dl:last-child{
		margin-bottom: 0;
	}
	.boxFive .title{
		top: -16px;
	}
}
.boxSix{
	border: 2px solid #38969a;
	border-top: 0;
	position: relative;
	padding: 0 30px 20px;
}
.boxSix .title .pubtit{
	margin: 0 auto;
}
.boxSix .title{
	position: relative;
	top: -48px;
	margin-bottom: -20px;
}
.boxSix:before,.boxSix:after{
	content: '';
	width: 30%;
	height: 2px;
	background: #38969a;
	position: absolute;
	top: 0;
}
.boxSix:before{
	left: 0;
}
.boxSix:after{
	right: 0;
}
.boxSix .list ul{
	text-align: center;
	font-size: 0;
	padding-bottom: 8%;
}
.boxSix .list li{
	display: inline-block;
	width: 16.666%;
	text-align: center;
	position: relative;
	padding-top: 10.829%;
}
.boxSix .list li .img{
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 7%;
	left: 0;
	font-size: 0;
}
.boxSix .list li:before{
	content: '';
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding-top: 100%;
	background: url(../img/a3.png) no-repeat center;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
}
.boxSix .list li .img img{
	max-width: 80%;
	max-height: 100%;
	position: relative;
	z-index: 2;
	vertical-align: middle;
}
.boxSix .list li .img em{
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.boxSix .list li:nth-child(1){
	margin-left: 8.33%;
}
.boxSix .list li:nth-child(5){
	margin-right: 8.33%;
}
.boxSix>a{
	position: absolute;
	width: 30px;
	height: 100%;
}
.boxSix>a.prev{
	left: 0;
	top: 0;
	background: url(../img/prev.png) no-repeat center;
}
.boxSix>a.next{
	right: 0;
	top: 0;
	background: url(../img/next.png) no-repeat center;
}
@media only screen and (max-width:1400px ){
	.boxSix .title{
		top: -28px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width:768px ){
	.boxSix .title{
		top: -35px;
	}
	.boxSix:before, .boxSix:after,.boxFive>div:before, .boxFive>div:after{
		width: 15%;
	}
	.boxSix{
		padding: 0 20px 10px;
		margin-top: 40px !important;
	}
	.boxSix .list li{
		width: 25%;
		padding: 1%;
	}
	.boxSix .list li .img{
		background: #fff;
		position: initial;
		bottom: auto;
		left: auto;
		height: 40px;
	}
	.boxSix .list li:before{
		display: none;
	}
	.boxSix .list ul{
		padding-bottom: 2%;
	}
	.boxSix .list li:nth-child(1){
		margin-left: 0%;
	}
	.boxSix .list li:nth-child(5){
		margin-right: 0%;
	}
	.boxSix>a{
		width: 15px;
		background-size:12px auto !important;
		-webkit-background-size:12px auto !important;
	}
}
.boxSevenOut{
	padding-top: 8%;
}
.boxSeven .img{
	display: block;
	width: 90%;
	position: relative;
	padding-top: 130.5%;
}
.boxSeven .img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.boxSeven .inner{
	padding-bottom: 50px;
	position: relative;
}
.boxSeven .inner .pagination{
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0;
	z-index: 2;
	text-align: center;
}
.boxSeven .inner .pagination span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 10px;
	background: #fff;
	cursor: initial;
}
.boxSeven .inner .pagination span.swiper-active-switch{
	background: #38969a;
}
@media only screen and (max-width:768px ){
	.boxSeven .inner{
		padding-bottom: 30px;
	}
	.boxSeven .inner .pagination span{
		margin: 0 5px;
		width: 5px;
		height: 5px;
	}
}