@charset "utf-8";
* {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-transition: all 0.5s ease-in-out; 
	-webkit-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out; 
	transition: all 0.5s ease-in-out;   /*cubic-bezier(0.25,0.1,0.25,1)*/
}
body {
	font-family: "Microsoft YaHei";
	font-size: 12px;
	background-color: rgba(204,204,204,0.1);
	background-image: url(../img/bg_15.jpg);
}
ul {
	list-style-type: none;
}img{
	max-width: 100%;
}
.head{
	display: none;
}
.top {
	height: 100px;
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	background-color: rgba(255,255,255,1);
}
.topn {
/*	width: 1200px;*/
	height: 100px;
}
.logo {
	float: left;
	height: 100px;
/*	width: 200px;*/
	margin-right: 50px;
}
.logo img {
	height: 70px;
	margin-top: 15px;
}
.banner{
	display: none;
}
.active{
	display: none;
}
.nav {
	float: left;
	height: 100px;
	width: 700px;
}
.nav ul li {
	float: left;
	width: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 15px;
	display: block;
	position: relative;
	font-weight: bold;
}
.nav ul li a {
	color: rgba(51,51,51,1);
	text-decoration: none;
}
.nav ul li div {
	position: absolute;
	line-height: 30px;
	height: auto;
	width: 100%;
	z-index: 9;
	top: 150px;
	padding-bottom: 5px;
	opacity: 0;
	padding-top: 1px;
	
}
.nav ul li:nth-child(3) div{
	width: 500px;
	text-align: left;
}
.nav ul li:nth-child(3) div p{
	float: left;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
}
.nav ul li:hover div {
	top: 100px;
	opacity: 1;
	z-index: 11;
	
}
.nav ul li div p {
	font-size: 12px;
	background-color: rgba(255,255,255,0.8);
	margin-bottom: 1px;
	
}
.nav ul li div p:hover {
	background-color: rgba(242,233,185,0.8);
}
.nav ul li div p:hover  a{
	color: rgba(51,51,51,1);
}
.nav ul li a {
	color: rgba(102,102,102,1);
	text-decoration: none;
}
.nav ul li:hover {
	background-color: rgba(204,204,204,0.3);
}


.yuyan {
	float: right;
	height: 30px;
	width: 30px;
	background-color: rgba(250,180,0,1);
	margin-top: 35px;
	text-align: center;
	line-height: 30px;
	color: rgba(255,255,255,1);
	border-radius:50%;
}
.yuyan a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.yuyan:hover {
	opacity:0.7;
}


.fla {
	height: auto;
	width: 100%;
	overflow: hidden;
}
.single-item {
	height: 450px;
	width: 100%;
	overflow: hidden;
	
}
.slick-track div{
	height: 450px;
	width: 100%;
	background-position: center top;
	background-size:auto 450px;}
.fuwu {
	width: 100%;
	overflow: hidden;
	height: auto;
}
.fuwun {
	max-width: 1200px;
	overflow: hidden;
	height: auto;
}
.fuwun ul li {
	float: left;
	width: 25%;
	height: auto;
	text-align: center;
	padding-top: 60px;
	cursor: pointer;
	padding-bottom: 60px;
}
.fuwun ul li img{
	height: 60px;
	display: block;
	margin-bottom: 15px;
	opacity: 0.3;
	width: 60px;
	border-radius: 15px;
	padding: 20px;
}
.fuwun ul li div{
	border-radius: 15px;
	height: 100px;
	margin-bottom: 30px;
	width: 100px;
}

.fuwun ul li:hover div {
	background-color: rgba(255,102,0,0.8);
	border-radius: 50%;
}

.fuwun ul li h1{
	font-size:15px;
	font-weight:normal;
}
.fuwun ul li h2{
	font-size:13px;
	font-weight:normal;
}
.fuwun ul li span{
	line-height: 30px;
	font-size: 13px;
}
.fuwun ul li span a {
	color: rgba(255,153,0,1);
	text-decoration: none;
}
.fuwun ul li:hover a{
	color: rgba(255,51,0,1);
}
.al {
	width: 100%;
	overflow: hidden;
	height: auto;
	background-color: rgba(204,204,204,0.2);
}
.a1n {
	max-width: 1200px;
	overflow: hidden;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.a1n h1 {
	text-align: center;
	font-size: 22px;
	color: rgba(0,51,153,1);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0.2);
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.a1n h2 {
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: rgba(153,153,153,1);
	margin-bottom: 15px;
}
.a1n ul {
	max-width: 1200px;
}

.a1n ul li {
	float: left;
	width: 300px;
	height: 300px;
	display: block;
}

.a1n ul li img {
	width: 300px;
	height: 300px;
	margin-top: 0px;
	margin-left: 0px;
}
.a1n ul li:hover img{
	height: 280px;
	width: 280px;
	margin-top: 10px;
	margin-left: 10px;
}
.a1n ul li div {
	height: 300px;
	width: 300px;
	position: absolute;
	text-align: center;
	line-height: 300px;
	font-size: 24px;
	font-weight: normal;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(0,0,0,0.7);
	margin-top: 0px;
	margin-left: 0px;
	opacity:0;
}
.a1n ul li:hover div{
	height: 320px;
	width: 320px;
	opacity: 1;
	margin-top: -10px;
	margin-left: -10px;
}
.falv {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
	height: auto;
}
.falvn {
	max-width: 1200px;
	overflow: hidden;
	height: auto;
}
.gy {
	float: right;
	width: 400px;
	overflow: hidden;
	height: 420px;
	position: relative;
}
.gy h1 {
	font-size: 22px;
	padding-bottom: 15px;
	display: block;
	color: rgba(0,51,153,1);
	line-height: 25px;
}
.gy h1 span {
	float: right;
	font-size: 13px;
	font-weight: normal;
	color: rgba(153,153,153,1);
}
.gy h1 span a {
	color: rgba(153,153,153,1);
	text-decoration: none;
}
.gy h1 span a:hover {
	color: rgba(255,153,0,1);
}
.gy a {
	display: block;
}
.imgk {
	height: 280px;
	width: 400px;
	overflow: hidden;
}




.gy img {
	display: block;
	height: 300px;
	width: 400px;
	margin-left: 0px;
}
.gy:hover img {
	width: 420px;
	margin-left: -10px;
	height: 312px;
	margin-top: -5px;
	
}
.gyn {
	position: absolute;
	background-color: rgba(41,83,181,1);
	z-index: 22;
	height: 100px;
	width: 370px;
	bottom: 0px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: rgba(255,255,255,1);
}
.gyn h2 {
	padding-top: 10px;
	line-height: 30px;
	margin-bottom: 5px;
	font-size: 17px;
}
.gyn p span {
	color: rgba(255,255,0,1);
	margin-left: 5px;
}
.wenti {
	float: left;
	width: 760px;
	height: 340px;
}
.wenti h1 {
	font-size: 22px;
	padding-bottom: 15px;
	display: block;
	color: rgba(0,51,153,1);
	line-height: 25px;
}
.wenti h1 span {
	float: right;
	font-size: 13px;
	font-weight: normal;
	color: rgba(153,153,153,1);
}.wenti h1 span a {
	color: rgba(153,153,153,1);
	text-decoration: none;
}
.wenti h1 span a:hover {
	color: rgba(255,153,0,1);
}
.wentin ul {
	display: block;
	width: 760px;
	height: 300px;
}
.wentin ul li {
	display: block;
	float: left;
	width: 365px;
	line-height: 42px;
	margin-right: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,0.3);
}
.wentin ul li a {
	color: rgba(102,102,102,1);
	text-decoration: none;
	font-size: 14px;
}
.wentin ul li a:hover {
	color: rgba(42,77,152,1);
}



.wentin ul li:nth-child(2n+1) {
	margin-right: 0px;
}


.wentin ul li img {
	float: left;
	height: 200px;
	width: 267px;
	margin-right: 23px;
}

.wentin ul li:nth-child(1) {
	display: block;
	float: left;
	width: 760px;
	line-height: 24px;
	font-size: 13px;
	overflow: hidden;
	height: auto;
	margin-right: 0px;
	border-bottom-width: 0px;
	margin-bottom: 14px;
}

.wentin ul li:nth-child(1) img {
	float: left;
	height: 200px;
	width: 267px;
	margin-right: 23px;
}
.wentin ul li:nth-child(1) h2 {
	font-size: 18px;
	width: 470px;
	float: left;
	display: block;
	line-height: 30px;
	margin-bottom: 10px;
	
}
.wentin ul li:nth-child(1) h3 {
	font-size: 13px;
	line-height: 32px;
	font-weight: normal;
	color: rgba(46,80,161,1);
	display: block;
	height: 32px;
	width: 95px;
	text-align: center;
	border: 1px solid rgba(40,75,156,1);
	margin-left: 0px;
	float: left;
	margin-top: 29px;
	border-radius:3px;
}
.wentin ul li:nth-child(1) h3:hover{
	border: 1px solid rgba(252,151,0,1);
}
.wentin ul li:nth-child(1) h3 a {
	color: rgba(42,77,152,1);
	text-decoration: none;
}
.wentin ul li:nth-child(1) h3:hover a{
	color: rgba(252,151,0,1);
}

.wzdt {
	height: auto;
	width: 100%;
	background-color: rgba(204,204,204,0.3);
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.wzdt ul {
	max-width: 1200px;
	overflow: hidden;
	height: auto;
	display: block;
}
.wzdt ul li {
	float: left;
	padding-right: 45px;
	font-size: 12px;
	line-height: 24px;
}
.wzdt ul li h1 {
	font-size: 15px;
}

.wzdt ul li a   {
	color: rgba(51,51,51,1);
	text-decoration: none;
}
.wzdt ul li a:hover {
	color: rgba(255,153,0,1);
}

.wzdt_lx   {
	float: right;
	width: 500px;
	line-height: 24px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: rgba(204,204,204,0.8);
}
.wzdt_lx h1 {
	font-size: 15px;
	color: rgba(44,80,153,1);
}
.wzdt_lx img {
	width: 100px;
	float: right;
	margin-left: 15px;
}
.yqlj {
	float: left;
	width: 630px;
	padding-top: 30px;
	color: rgba(102,102,102,1);
	font-size: 13px;
}
.yqlj a {
	color: rgba(51,51,51,1);
	text-decoration: none;
	padding-right: 1px;
	padding-left: 1px;
}
.yqlj a:hover {
	color: rgba(0,102,255,1);
}

#page{
	text-align:center;
}
#page a,#page span{
	padding-right: 12px;
    padding-left: 12px;
	display:inline-block;
    width: auto;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 30px;
    border: 1px solid rgba(204,204,204,1);
    height: 30px;
	    text-decoration: none;
		    color: rgba(153,153,153,1);
}
#page span{
	border-top-color: rgba(44,80,153,1);
    border-right-color: rgba(44,80,153,1);
    border-bottom-color: rgba(44,80,153,1);
    border-left-color: rgba(44,80,153,1);
}
.foot {
	width: 100%;
	background-color: rgba(83,83,83,1);
	line-height: 60px;
	text-align: center;
	font-size: 13px;
	color: rgba(255,255,255,1);
	overflow: hidden;
	height: auto;
}
.foot a {
	color: rgba(255,255,153,1);
	text-decoration: none;
}
img{
	max-width: 100%;
}