@charset "utf-8";
/*公告样式*/

body {
	padding-top: 205px;
	font-family: "microsoft yahei", "微软雅黑", "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
	color: #666;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
}

a:hover {
	color: #016d7a;
}

.left {
	float: left;
}

.right {
	float: right;
}

.overflow-h {
	overflow: hidden;
}

.text-align-c {
	text-align: center;
}

.text-align-r {
	text-align: right;
}

.orange {
	color: #ec2949;
}

.green {
	color: #01b2b8;
}

.red {
	color: #016d7a;
}

.blue {
	color: #f2bf02;
}

.orange-bg {
	background-color: #ec2949;
}

.green-bg {
	background-color: #01b2b8;
}

.red-bg {
	background-color: #016d7a;
}

.blue-bg {
	background-color: #f2bf02;
}

.gray-bg {
	background-color: #F6F6F6;
}

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.header-top {
	line-height: 34px;
	font-size: 12px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ddd;
}

.navbar-header {
	padding-top: 15px;
	padding-bottom: 15px;
}

.navbar-tel {
	position: relative;
	float: right;
	padding-left: 40px;
	margin-top: 23px;
	line-height: 32px;
	background: url(../images2/tel.png) no-repeat 0 0;
}

.navbar-tel>span {
	display: inline-block;
	vertical-align: top;
}

.navbar-tel-txt {
	font-size: 20px;
}

.navbar-tel-num {
	font-size: 30px;
	font-weight: bold;
}

.navbar-logo {
	float: left;
}

.navbar-logo a {
	display: inline-block;
	vertical-align: middle;
}

.navbar-logo img {
	/* height: 78px; */
}

.navbar-collapse {
	border-top: 1px solid #e5e5e5;
}

.navbar-nav li {
	position: relative;
	float: left;
	width: 114px;
	text-align: center;
}

.navbar-nav li>a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 60px;
}

.navbar-nav li>a:before {
	/* content: ""; */
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* height: 2px; */
	/* background-color: #fff; */
}

.navbar-nav li.active>a,
.navbar-nav li:hover>a {
	color: #016d7a;
	background: #016d7a;
	color: #fff;
}

.navbar-nav li.active>a:before,
.navbar-nav li:hover>a:before {
	background-color: #016d7a;
}

.navbar-nav-btn.layui-icon-up {
	color: #fff;
	background-color: #016d7a;
}

.navbar-nav2 {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
}

.navbar-nav2 dd {
	line-height: 40px;
}

.navbar-nav2 dd a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
}

.navbar-nav2 dd:hover a {
	color: #fff;
	background-color: #016d7a;
}

.title {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
}

.title-main {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.4;
	color: #016d7a;
}

.title-main span.span1 {
	margin-left: 10px;
}

.title-main span.span2 {
	color: #333;
}

.title-main span.span3 {
	text-decoration: underline;
}

.title-sub {
	margin-top: 5px;
	line-height: 1.4;
	font-size: 24px;
	color: #333;
}

.container {
	margin-bottom: 60px;
}

.container-bg {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0;
}

#banner {
	text-align: center;
}

#banner a {
	position: relative;
	display: block;
}

#banner img {
	width: 100%;
}

.more {
	display: inline-block;
	padding-left: 35px;
	padding-right: 35px;
	margin-top: 10px;
	line-height: 30px;
	font-size: 15px;
	color: #ec2949;
	border: 1px solid #ec2949;
	border-radius: 50px;
}

.more.more-green {
	color: #01b2b8;
	border-color: #01b2b8;
}

.more.more-blue {
	color: #f2bf02;
	border-color: #f2bf02;
}

.more.more-red {
	color: #016d7a;
	border-color: #016d7a;
}

footer {
	padding-top: 50px;
	color: #ccc;
	background-color: #333;
	text-align: center;
}

footer a {
	color: #ccc;
}

.footer-top {
	padding-bottom: 30px;
	border-bottom: 1px solid #555;
}

.footer-top ul li {
	float: left;
}

.footer-top ul li h4 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.footer-news-list {
	width: 160px;
}

.footer-news-list dl {
	margin-top: 10px;
}

.footer-news-list dl dd {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.footer-top-tel{
	width: 250px;
	padding-left: 50px;
	text-align: left;
}
.footer-top-tel p{
	padding-top: 5px;
	font-size: 30px;
	font-weight: bold;
}

.footer-top-ewm{
	width: 180px;
}
.footer-top-ewm img{
	width: 130px;
}

.copy-btn {
	margin-left: 5px;
}

.footer-content {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 1.8;
}

.footer-content span {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width:1080px) {
	.footer-top-ewm{
		margin-top: 20px;
		margin-left: 290px;
	}
	.footer-top-ewm2{
		margin-left: 0;
	}
}

.link{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	background-color: #171717;
}
.link a{
	margin-right: 20px;
	white-space: nowrap;
}

.right-nav {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	width: 60px;
	height: 240px;
}

.right-nav li {
	position: relative;
	height: 60px;
}

.right-nav li a {
	display: block;
	padding-top: 6px;
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.right-nav li a i {
	display: block;
	margin: 0 auto;
	width: 28px;
	height: 28px;
	background: url(../images2/right-nav.png) no-repeat 0 0;
}

.right-nav li.right-nav-item2 a i {
	background-position-x: -28px;
}

.right-nav li.right-nav-item3 a i {
	background-position-x: -56px;
}

.right-nav li.right-nav-item4 a i {
	background-position-x: -84px;
}

.right-nav li.right-nav-item2 p,
.right-nav li.right-nav-item3 p {
	position: absolute;
	left: 60px;
	top: 0;
	padding: 10px;
	white-space: nowrap;
	border-right: 1px solid #fff;
}

.right-nav li.right-nav-item2 p {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.right-nav li.right-nav-item3 p {
	height: 150px;
}

.right-nav li.right-nav-item2:hover p,
.right-nav li.right-nav-item3:hover p {
	left: auto;
	right: 60px;
}

.right-nav li a.goTop {
	padding-top: 0;
	line-height: 60px;
	font-size: 42px;
}

.yy-banner a{
	display: block;
}
.yy-banner img{
	width: 100%;
}
.yy-form{
	display: none;
	padding: 20px;
}

.yy-form .layui-form-label{
	width: 60px;
}
.yy-form .layui-input-block{
	margin-left: 90px;
}
.yy-title{
	line-height: 30px;
	font-size: 20px;
	color: #016d7a;
	text-align: center;
}
.yy-txt{
	margin-bottom: 15px;
	line-height: 20px;
	text-align: center;
}

.yy-btn{
	font-size: 16px;
	background-color: #016d7a;
}