﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
* {
	padding: 0;
	margin: 0;
	font-family: "Microsoft YaHei";
	list-style: none;
	text-decoration: none;
	border: none;
}
.container {
	width: 1100px;
	margin: 0 auto;
}
html {
	overflow-x: hidden;
}
body {
	background: #fff;
	color: #333;
	font-size: 14px;
	min-width: 1200px;
}
a {
	outline: none;
	color: #333;
}
a:hover {
	color: #02b2b5;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
/*
===================
分页
>>	pages_pre		上一页
>>	pages_next	下一页
>>	strong			激活状态
>>	a:hover			鼠标悬停状态
===================
*/
.pages {
	margin: 50px auto 20px auto;
	width: 500px;
	font-size: 14px;
}
.pages a, .pages strong {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	color: #666;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
}
.pages .current {
	display: inline-block;
	line-height: 28px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
	text-decoration: none;
	font-family: Simsun;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-right: 3px;
	color: #fff;
	background-color: #02b2b5;
	border-color: #fff;
}
.pages a:hover {
	color: #fff !important;
	background-color: #02b2b5;
	border-color: #fff;
	text-decoration: none;
}
.pages strong {
	color: #fff;
	background-color: #24557d;
	border-color: #fff;
}
.pages span {
	padding: 0 10px;
	line-height: 23px;
}
/* index top */
.head {
	height: 110px;
	background: url(../images/head.jpg) no-repeat center;
}
.head .logo {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	width: 333px;
	height: 53px;
	background: url(../images/logo.png) no-repeat center;
	text-indent: -999em;
	overflow: hidden;
}
.nav{
	display: inline-block;
    line-height: 60px;
    margin-left: 30px;
}
.nav li {
	float: left;
	margin-right: 55px;
}
.nav li a {
	font-size: 16px;
}
.nav li a:hover, .nav li a.hover {
	color: #0371b9;
}
.topbar {
	color: #393939;
}
.topbar a {
	margin: 0 5px;
	color: #393939;
}
.toptell {
	text-align: right; 
}
.toptell p {
	color: #595959;
	font-size: 16px;
	font-weight: bold;
}
.toptell span {
	font-size: 22px;
	color: #53afc5;
display:block;
}
#indexhead {
	padding-bottom: 20px;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	background: rgba(241,250,255,.8);
}
/* banner */
.slideBox {
	width: 100%;
	height: 510px;
	overflow: hidden;
	position: relative;
	margin-top: 99px;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox .hd ul li.on {
	background: #666;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	height: 772px;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.about {
	height: 1047px;
	background: url(../images/ab.jpg) no-repeat center;
}
.promenu {
	text-align: center;
	padding-top: 90px;
	margin-bottom: 80px;
}
.promenu ul {
	display: inline-block;
}
.promenu li {
	float: left;
	text-align: center;
	margin: 0 40px;
}
.promenu li p {
	font-size: 18px;
	color: #666;
	line-height: 38px;
}
.effect:hover, .promenu li:hover img {
	animation-duration: 1.5s;
	animation-name: pulse;
}
@keyframes pulse {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.1);
}
 100% {
 transform: scale(1);
}
}
.tit1, .tit2 {
	font-size: 24px;
	color: #393939;
	background: url(../images/t1.jpg) no-repeat bottom center;
	text-align: center;
	height: 60px;
}
.tit2 {
	color: #4e91b2;
	background: url(../images/t2.jpg) no-repeat bottom center;
}
.abinfo {
	float: left;
	width: 420px;
	margin-top: 220px;
}
.abinfo p {
	font-size: 14px;
	color: #393939;
	line-height: 30px;
}
.abinfo a.more {
	font-size: 14px;
	color: #02b2b5;
	display: block;
	float: right;
	margin-top: 10px;
}
.product {
	margin-top: 55px;
}
.product ul {
	margin-left: -24px;
}
.product li {
	float: left;
	text-align: center;
	width: 257px;
	margin-left: 24px;
	margin-top: 45px;
}
.product li img {
	width: 257px;
	height: 310px;
}
.product li p {
	font-size: 14px;
	line-height: 45px;
}
.news {
	height: 640px;
	background: url(../images/nbg.jpg) no-repeat center;
	margin-top: 50px;
}
.news .tit1 {
	padding-top: 90px;
}
.slideTxtBox {
	text-align: left;
}
.slideTxtBox .hd {
	height: 37px;
	line-height: 37px;
	position: relative;
	margin-bottom: 25px;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	height: 37px;
	text-align: center;
}
.slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 91px;
	height: 37px;
	border-radius: 10px;
	color: #333;
	font-size: 16px;
	margin-right: 10px;
}
.slideTxtBox .hd ul li.on {
	background: #02b2b5;
	color: #fff;
}
.slideTxtBox .bd ul {
	zoom: 1;
}
.hotleft {
	width: 470px;
	height: 240px;
	position: relative;
}
.hotleft img {
	width: 470px;
	height: 240px;
}
.hotleft p {
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,.62);
	width: 100%;
	height: 46px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}
.hotright {
	width: 590px;
}
.hotright a {
	font-size: 15px;
	color: #666;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.hotright p {
	color: #9b9b9b;
	line-height: 26px;
}
.indexlist {
	margin-top: 13px;
}
.indexlist li {
	width: 480px;
	float: left;
	line-height: 52px;
	color: #666;
	background: url(../images/s.png) no-repeat left center;
	padding-left: 30px;
}
.indexlist li a {
	color: #666;
}
.indexlist li span {
	float: right;
}
.indexlist li:nth-child(even) {
	margin-left: 80px;
}
.news a:hover {
	color: #9b0000;
}
.footer {
	height: 200px;
	background: #333;
	color: #e9e9e9;
	margin-top: 50px;
	padding-top: 35px;
}
.footer a {
	color: #e9e9e9;
}
.footnav a {
	font-size: 14px;
	margin: 0 16px;
}
.footnav {
	text-align: center;
	padding-top: 30px;
	border-bottom: 1px solid #d6d6d6;
	width: 650px;
	margin: 0 auto;
	padding-bottom: 16px;
}
.footnav ul {
	display: inline-block;
}
.footnav li {
	float: left;
}
.contp p {
	font-size: 12px;
	line-height: 36px;
	padding-left: 40px;
}
.contp .f1 {
	background: url(../images/f1.jpg) no-repeat left center;
}
.contp .f2 {
	background: url(../images/f2.jpg) no-repeat left center;
}
.contp .f3 {
	background: url(../images/f3.jpg) no-repeat left center;
}
.contp .f4 {
	background: url(../images/f4.jpg) no-repeat left center;
}
.contp .f6 {
	background: url(../images/f6.png) no-repeat left center;
	background-size: 25px;
}
.link {
	font-size: 12px;
	margin-top: 10px;
}
.link a {
	margin-right: 10px;
}
.ewm {
	margin-top: 28px;
}
.ewm p {
	width: 20px;
	line-height: 15px;
	margin-top: 5px;
}
.bottom {
	text-align: center;
	font-size: 12px;
	height: 125px;
	line-height: 30px;
	background: #222;
	color: #fff;
}
.bottom a {
	color: #fff;
}
.banner {
	margin-top: 112px;
	height: 320px;
	background: url(../images/banner.jpg) no-repeat center/cover;
}
.position {
	line-height: 60px;
}
.page_top {
	text-align: center;
	font-size: 28px;
	margin-top: 30px;
}
.page_top i {
	display: block;
	width: 60px;
	height: 2px;
	background: #006fb9;
	margin: 10px auto;
}
.content {
	line-height: 30px;
	margin-top: 20px;
}
.submenu {
	text-align: center;
	margin-top: 20px;
}
.submenu ul {
	display: inline-block;
}
.submenu li {
	float: left;
	margin: 0 10px;
}
.submenu li a {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #333;
	color: #fff;
}
.submenu li a:hover, .submenu li a.hover {
	background: #02b2b5;
}
.list {
	margin-top: 60px;
}
.list li {
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding: 0 10px 20px 10px;
}
.list li a {
	display: block;
	font-size: 16px;
}
.list li span {
	display: block;
	color: #ababab;
	font-size: 12px;
	line-height: 40px;
}
.list li p {
	font-size: 12px;
	line-height: 23px;
	text-indent: 2em;
}
.photo {
	margin-top: 20px;
}
.photo ul {
	margin-left: -20px;
}
.photo li {
	text-align: center;
	width: 260px;
	margin-left: 20px;
	min-height: 330px;
	float: left;
	margin-top: 20px;
}
.photo li img {
	width: 260px;
}
.photo li p {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.hotcp {
	margin-top: 20px;
}
.hotcp ul {
	border-top: 1px dashed #ddd;
	padding-top: 20px;
}
.hotcp li {
	float: left;
	line-height: 40px;
	margin-left: 20px;
	text-align: center;
	width: 203px;
}
.hotcp li:first-child {
	margin: 0;
}
.hotcp li img {
	height: 137px;
	width: 203px;
}
.hotcp_top {
	background: #02b2b5;
	color: #fff;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	text-align: center;
	width: 100px;
}
.hotnews {
	margin-bottom: 30px;
	margin-top: 20px;
}
.hotnews_top {
	border-bottom: 1px solid #ddd;
	color: #4e91b2;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
}
.hotnews li {
	background: rgba(0, 0, 0, 0) url("../images/jt.jpg") no-repeat scroll left center;
	border-bottom: 1px dotted #ddd;
	float: left;
	line-height: 36px;
	margin-right: 30px;
	padding-left: 20px;
	width: 500px;
}
.hotnews li a {
	color: #2e2e2e;
}
.hotnews li span {
	color: #999;
	float: right;
	font-size: 13px;
}
.show_top {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 50px;
}
.show_top h1.title {
	color: #6d9eeb;
	font-size: 16px;
	font-weight: bold;
}
.show_top p.date {
	margin-top: 10px;
}
.show_top p.date span {
	color: #5a5a5a;
	font-size: 12px;
	line-height: 40px;
	margin: 0 10px;
}
.prepage {
	margin-top: 50px;
}
.prepage p {
	font-size: 12px;
	line-height: 25px;
}
.hotlabel {
	margin-top: 30px;
}
.hotlabel p {
	color: #4e91b2;
}
.hotlabel a {
	background: #02b2b5 none repeat scroll 0 0;
	color: #fff;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 30px;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0 10px;
}
.position h1 {
	font-size: 25px;
}
/*pages*/ .pagination-wrapper {
	margin: 20px 0;
}
.pagination {
	height: 34px;
	text-align: center;
}
.pagination li {
	display: inline-block;
	height: 34px;
	margin-right: 5px;
}
.pagination li a {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	border: 1px solid #dddddd;
	color: #555555;
	text-decoration: none;
}
.pagination li a:hover {
	background: #f5f5f5;
	color: #0099ff;
}
.pagination li.thisclass {
	background: #09f;
	color: #fff;
}
.pagination li.thisclass a, .pagination li.thisclass a:hover {
	background: transparent;
	border-color: #09f;
	color: #fff;
	cursor: default;
}
.header-top {
	width: 1200px;
	margin: 0px auto 5px;
	display: flex;
	justify-content: space-between;
}
.header-top p {
	color: #666;
	font-size: 12px;
	line-height: 40px;
	display: flex;
	justify-content: flex-end;
}
.header-top p a {
	font-size: 12px;
	line-height: 40px;
}
.header-top p i {
	line-height: 40px;
	display: block;
}
.proty{
	display: flex;
    justify-content: space-around;
    margin-top: 10px;
	font-size: 18px;
}
.proty dd{
	padding: 3px 5px;
}
.proty dd:hover {
	background-color: #02b2b5;
	border-radius: 5px ;
}
.proty dd:hover a{
	color: white;
}
.tab{
	margin-left: 30px;
	writing-mode: vertical-lr;
	height: 200px;
}
.tab li{
	margin-bottom: 20px;
	writing-mode:horizontal-tb;
	display: inline;
	margin-left: 120px;
}
.map_item{
	margin-top: 30px;
}
.map_item ul{
	display: flex;
    justify-content: space-around;
    width: 600px;
	margin-top: 25px;
}
.map_item span{
	font-size: 20px;
	color: #333333;

}