@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei";
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: white;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

header {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	height: 80px;
}

header .logo {
	padding-top: 20px;
}

header nav {
	display: flex;
	justify-content: flex-end;
	line-height: 80px;
}

header nav p a {
	display: block;
	padding: 0px 20px;
	line-height: 80px;
	color: #717171;
}

header nav p a.hover,
header nav p a:hover {
	background-color: #1998a7;
	color: white;
}

.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.index-body {
	width: 1200px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.index-body .index-left {
	width: 55%;
}

.index-body .index-left .top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.index-body .index-left .top .pic {
	width: 30%;
}

.index-body .index-left .top .pic img {
	display: block;
	width: 100%;
}

.index-body .index-left .top .text {
	width: 68%;
}

.index-body .index-left .top .text p.t1 {
	color: #555454;
	font-weight: bold;
	padding-top: 10px;
}

.index-body .index-left .top .text p.t2 {
	color: #1998a7;
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0px 8px;
}

.index-body .index-left .top .text p.t3 {
	font-size: 14px;
	line-height: 1.6;
	color: #969494;
}

.index-body .index-left .bottom {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.index-body .index-left .bottom .list {
	width: 50%;
	position: relative;
	transition: 0.5s all;
	overflow: hidden;
}
.index-body .index-left .bottom .list:hover img{
	transition: 0.5s all;
	transform: scale(1.1,1.1);
}
.index-body .index-left .bottom .list img {
	display: block;
	transition: 0.5s all;
	width: 100%;
}

.index-body .index-left .bottom .list .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	box-sizing: border-box;
	padding: 15px;
}

.index-body .index-left .bottom .list .text p.t1 {
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
}

.index-body .index-left .bottom .list .text p.t2 {
	color: white;
	font-weight: bold;
	font-size: 14px;
}

.index-body .index-right {
	width: 42%;
}

.index-body .index-right p.tit {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #969494;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.index-body .index-right p.tit span {
	display: block;
}

.index-body .index-right p.tit span a {
	display: inline-block;
	font-weight: bold;
	color: #555454;
	margin-right: 10px;
}

.index-body .index-right p.tit span a:first-child {
	color: #1998a7;
}

.index-body .index-right p.tit span:last-child a {
	font-size: 14px;
}

.index-body .index-right ul.index-news-list {
	margin-bottom: 12px;
	padding-left: 26px;
}

.index-body .index-right ul.index-news-list li {
	list-style-type: circle;
}

.index-body .index-right ul.index-news-list li a {
	color: #969494;
	font-size: 15px;
	line-height: 2;
	list-style-type: circle;
}

.index-body .index-right ul.index-news-list li a span {
	float: right;
}

.index-body .index-right ul.index-news-pro {
	display: flex;
	justify-content: flex-start;
}

.index-body .index-right ul.index-news-pro li {
	width: 147px;
	height: 147px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 40px;
	color: #767676;
}

.index-body .index-right ul.index-news-pro li p.t2 {
	line-height: 3;
	font-size: 14px;
}

.index-body .index-right ul.index-news-pro li:hover {
	background-color: #e6e6e6;
	color: #1998a7;
}

footer {
	text-align: center;
	color: #868585;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}


/**/

.page-main {
	width: 1200px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
}

.page-main .page-left {
	width: 260px;
}

.page-main .page-left p.tit {
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
	color: white;
	background-color: #1998a7;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	border-bottom: 1px solid white;
}

.page-main .page-left ul li>a {
	display: block;
	background: #f9f9f9;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
    border-top: 2px solid #fff;
    border-left: 2px solid #999;
    border-right: 1px solid #eee;
    height: 35px;
    line-height: 35px;
    padding-left: 15px;
    font-size: 15px;
    color: #24B3B8;
	transition: 0.5s all;
	font-weight: bold;
}
.page-main .page-left ul li p a{
	display: block;
	background: #f9f9f9;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
    border-top: 2px solid #fff;
    border-left: 2px solid #999;
    border-right: 1px solid #eee;
    height: 35px;
    line-height: 35px;
    padding-left: 35px;
    font-size: 15px;
    color: #24B3B8;
	transition: 0.5s all;
}
.page-main .page-left ul li:hover a{
	padding-left: 25px;
	transition: 0.5s all;
	background-color: #24B3B8;
	color: white;
}
.page-main .page-left ul li p a:hover {
	padding-left: 25px;
	transition: 0.5s all;
	background-color: #24B3B8;
	color: white;
}
.page-main .page-right{
	width: 920px;
}
.page-main .page-right p.maps{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0px 15px;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	background-color: #1998a7;
}
.page-main .page-right p.maps span.t1{
	color: white;
	font-weight: bold;
}
.page-main .page-right p.maps span.t2{
	font-size: 14px;
	color: white;
}
.page-main .page-right article{
	font-size: 15px;
	line-height: 2;
	padding: 15px;
}
.page-main .page-right article img{
	max-width: 100% !important;
	height: auto !important;
	margin: auto;
}
.page-main .page-right article p{
	margin-bottom: 10px;
}
.page-main .page-right ul.news-list{
	padding: 15px;
}
.page-main .page-right ul.news-list li{
	font-size: 15px;
	line-height: 2.4;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
	padding: 0px 5px;
}
.page-main .page-right ul.news-list li span{
	float: right;
}
.page-main .page-right ul.news-list li:hover a{
	color: #1998A7;
}
.page-main .page-right .news-show{
	padding: 15px 0px;
}
.page-main .page-right .news-show h1.new-h1{
	text-align: center;
	font-size: 18px;
}
.page-main .page-right .news-show p.time{
	text-align: center;
	padding: 8px 0px;
	font-size: 14px;
}
/**/
.page-main .page-right ul.img-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 0px;
}
.page-main .page-right ul.img-list li{
	width: 32%;
	margin-bottom: 12px;
	box-sizing: border-box;
	border: 1px solid #1998A7;
	background-color: #1998A7;
}
.page-main .page-right ul.img-list li p.t1{
	display: block;
	width: 100%;
}
.page-main .page-right ul.img-list li p.t1 img{
	display: block;
	width: 100%;
}
.page-main .page-right ul.img-list li p.t2{
	text-align: center;
	padding: 5px 0px;
	color: white;
}
