@charset "utf-8";
body, div, ul, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, A, input, textarea {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	font-family: "microsoft yahei";
	text-decoration: none;
	color: #333;
	list-style: none;
	box-sizing: border-box;
}
body {
	overflow-x: hidden;
	background: #fff;
}
A:hover {
	color: #00a8ff;
}
.bai a {
	color: #FFFFFF;
}
img {
	border: 0;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.block {
	display: block;
}
.duration15 {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.duration18 {
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}
.duration20 {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}
.delay1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.delay2 {
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}
.delay3 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay4 {
	-webkit-animation-delay: 0.65s;
	animation-delay: 0.65s;
}
.delay5 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.delay6 {
	-webkit-animation-delay: 0.95s;
	animation-delay: 0.95s;
}
.delay7 {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.delay8 {
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}
.delay9 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.delay10 {
	-webkit-animation-delay: 1.55s;
	animation-delay: 1.55s;
}
.an-hide {
	visibility: hidden;
 *visibility:visible;
}
.an-show {
	visibility: visible;
}
@font-face {
	font-family: ywzt;
	src: url('Impact.TTF'),  url('Impact.eot'); /* IE9+ */
}
/*top*/

.head {
	width: 100%;
	background: #fff;
}
.logo {
	width: 1200px;
	margin: auto;
	padding: 18px 0;
}
.logo .logoimg {
	float: left;
}
.logo ul {
	width: 400px;
	float: right;
}
.logo ul .tel {
	height: 26px;
	text-align: right;
	font-size: 24px;
	color: #f78800;
	font-family: ywzt;
}
.logo ul .tel img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.logo ul .logo_nav {
	text-align: right;
	line-height: 40px;
	color: #666;
}
.logo ul .logo_nav a {
	color: #666;
}
.nav {
	width: 100%;
	background: #00a8ff;
	height: 50px;
}
.nav ul {
	width: 1200px;
	margin: auto;
}
.nav ul li {
	width: 170px;
	float: left;
	text-align: center;
	height: 50px;
	float: left;
	position: relative;
}
.nav ul li a {
	display: block;
	width: 170px;
	line-height: 50px;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}
.nav ul li a:hover, .nav ul .sy a {
	color: #fff;
	background: #208fd0;
}
.nav .submenu {
	width: 100%;
	position: absolute;
	top: 50px;
	display: none;
	z-index: 999;
	border-top: 1px solid rgba(32,143,208,0.6);
	background-image: none;
	background-color: rgba(32,143,208,0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8316eb1, endColorstr=#C8316eb1);
}
.nav .submenu dl dt a {
	display: block;
	text-align: left;
	color: #666;
	text-align: center;
	width: 100%;
	line-height: 35px;
	font-size: 14px;
	font-weight: normal;
	height: 40px;
	color: #fff;
	border-bottom: 1px solid rgba(32,143,208,0.6);
	background: none;
}
.nav .submenu dl dt a:hover {
	background-image: none;
	background: #208fd0 !important;
	color: #fff;
}
/*banner*/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	width: 40px;
	height: 80px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 40px;
	right: 0px;
	height: 80px;
	background-color: rgba(0,0,0,0.6);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	background: #00a8ff;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
	font-size: 20px;
}
.swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	opacity: 0.8;
	background: #dddddd;
}
.swiper-pagination-bullet-active {
	background: #00a8ff;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 30px;
}
.swiper-button-next, .swiper-button-prev {
	margin-top: -45px;
}
#swiper1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#swiper1 .swiper-slide img {
	width: 100%;
}
#swiper2 .swiper-slide p {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 55px;
	font-size: 18px;
	color: #fff;
	line-height: 55px;
	padding-left: 30px;
	background-color: rgba(0,0,0,0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
}
#swiper2 .swiper-pagination {
	text-align: right;
	padding-right: 20px;
	bottom: 15px;
}
#swiper3 .swiper-slide {
	display: block;
}
#swiper3 .swiper-slide img {
	border: 1px solid #62c7fd;
	width: 290px;
}
#swiper3 .swiper-slide p {
	display: block;
	width: 292px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background-color: rgba(98,199,253,0.8);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C862c7fd, endColorstr=#C862c7fd);
}
/*标题*/
.bt {
	padding: 60px 0 30px 0;
}
.bt h2 {
	color: #444444;
	width: 1200px;
	margin: auto;
	text-align: center;
	font-size: 30px;
	background: url(bt_bj.png) no-repeat center;
}
.bt p {
	text-align: center;
	font-size: 14px;
	color: #666;
	background: url(bt1.png) no-repeat center;
}
.bai h2 {
	color: #fff;
}
.bai p {
	color: #fff;
	background: url(bt2.png) no-repeat center;
}
.more {
	border: 1px solid #ddd;
	display: block;
	width: 140px;
	height: 38px;
	transition: all 0.6s ease;
	line-height: 38px;
	text-align: center;
}
.more:hover {
	border: 1px solid #62c7fd;
	color: #fff;
	background: #62c7fd;
}
/**/
.ywfw {
	width: 1201px;
	margin: auto;
}
.ywfw ul {
	border: 1px solid #ddd;
	border-right: none;
	width: 1201px;
}
.ywfw ul li {
	width: 300px;
	height: 190px;
	float: left;
	border-right: 1px solid #ddd;
	text-align: center;
}
.ywfw ul li a {
	font-size: 20px;
}
.ywfw ul li img {
	margin: 35px auto 10px;
	transition: all 1s ease;
}
.ywfw ul li:hover img {
	transform: rotateY(360deg);
}
/**/
.news {
	width: 1200px;
	margin: 10px auto 0;
}
.news_right {
	width: 587px;
	border: 1px solid #e4e4e4;
	padding: 20px;
	height: 462px;
}
.news_right h2 {
	border-bottom: 1px solid #ddd;
	font-size: 25px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #444444;
}
.news_right h2 a {
	float: right;
	line-height: 40px;
	font-weight: normal;
	color: #666;
}
.news_right ul {
	border-bottom: 1px dotted #ddd;
	height: 100px;
	margin-bottom: 17px;
}
.news_right ul li {
	width: 545px;
	float: right;
}
.news_right ul li p {
	font-size: 13px;
	color: #666;
	margin: 5px 0;
}
.news_right ul li span {
	color: #999;
}
/**/
.gszz {
	width: 100%;
	height: 466px;
	background: url(rybj.jpg);
	margin-top: 80px;
}
.gszz_n {
	width: 1200px;
	margin: auto;
}
/**/
.aboutsy {
	width: 1200px;
	height: 630px;
	margin: auto;
	background: url(gsbj.jpg) no-repeat 100px 130px;
}
.aboutsy ul {
	padding-top: 70px;
}
.aboutsy ul img {
	float: left;
}
.aboutsy ul li {
	width: 730px;
	float: right;
}
.aboutsy ul li p {
	line-height: 180%;
	margin: 10px 0px;
}
.aboutsy ul li h2 {
	font-size: 24px;
	color: #62c7fd;
	font-weight: normal;
}
.aboutsy ul li h4 {
	margin: 10px 0;
	font-weight: normal;
	line-height: 28px;
}
/**/
.dxkh {
	width: 1200px;
	margin: 0 auto 80px;
	overflow: hidden;
}
.dxkh ul {
	width: 1300px;
	overflow: hidden;
}
.dxkh ul li {
	width: 232px;
	padding: 2px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e4e4e4;
}
.dxkh ul li img {
	width: 226px;
	height: 70px;
}
.yqljfoot {
	width: 1200px;
	border: 1px solid #e4e4e4;
	padding: 15px;
	margin: auto;
}
.yqljfoot a {
	display: inline-block;
	padding-left: 10px;
	color: #999;
}
.foot {
	width: 100%;
	background: #131313;
	height: 100px;
	margin-top: 30px;
}
.foot ul, .foot p {
	width: 1200px;
	margin: auto;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	line-height: 24px;
	color: #b5b5b5;
}
.foot ul .right, .foot p .right {
	text-align: right;
	color: #b5b5b5;
	line-height: 30px;
}
.foot ul a, .foot p a {
	color: #b5b5b5;
}
.footico {
	width: 35px;
	height: 35px;
	float: left;
	background: #b0b0b0;
	padding: 5px;
	border-radius: 17px;
	margin-right: 5px;
	display: block;
}
.footico:hover {
	background: #d9d9d9;
}
.yqlj {
	width: 260px;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: 1px solid #b5b5b5;
	color: #b5b5b5;
	background: url(yqlj.jpg) 240px 15px no-repeat;
	margin-bottom: 15px;
}
.yqlj:hover {
	color: #b5b5b5;
}
.yqljzs {
	width: 260px;
	padding: 15px;
	z-index: 9;
	position: absolute;
	bottom: 80px;
	line-height: 24px;
	background-color: rgba(0,0,0,0.8);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000, endColorstr=#C8000000);
}
.yqljzs a {
	color: #fff;
}
.ewm {
	width: 128px;
	height: 114px;
	z-index: 11;
	position: absolute;
	bottom: 3px;
	left: 80px;
}
.container {
	width: 1200px;
	margin: auto;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: '';
}
.none {
	display: none
}
