* {
	padding: 0;
	margin: 0;
	border: 0;
}

html,
body {
	font-size: 16px;
	font-family: "microsoft yahei";
}

.clearfix::before,
.clearfix::after {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

div,
a,
ul,
li,
p,
span,
input,
textarea,
select {
	box-sizing: border-box;
	outline: none;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.abox {
	display: block;
	width: 100%;
	height: 100%;
}

.info {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.home {
	width: 100%;
	height: 100%;
}

/* 顶部 */
.homeTop {
	width: 100%;
	height: auto;
	line-height: 28px;
	background-color: #F4F4F4;
	color: #B3B3B3;
	font-size: 12px;
}

/* 头部 */
.homeHeader {
	width: 100%;
	height: 64px;
	background-color: #fff;
}

.homeHeader-con {
	height: 64px;
	/* display: flex;
	display: -ms-flexbox; */
}

.homeHeader-logo {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	float: left;
}

.homeHeader-logo img {
	display: block;
}

.homeHeader-nav {
	float: left;
}

.homeHeader-nav ul {
	height: 100%;
	display: flex;
	display: -ms-flexbox;
	padding-left: 20px;
}

.homeHeader-nav ul li {
	line-height: 64px;
	margin: 0px 15px;
	padding: 0px 5px;
	/* transition: .3s; */
}

.homeHeader-nav ul li a {
	color: #333;
}

.homeHeader-nav ul li:hover {
	border-bottom: 2px solid #0182CA;
}

.homeHeader-nav ul li:hover a {
	color: #0182CA;
}

.homeHeader-nav ul .homeLi {
	border-bottom: 2px solid #0182CA;
}

.homeHeader-nav ul .homeLi a {
	color: #0182CA;
}

.homeHeader-rx {
	height: 100%;
	float: right;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.homeHeader-rx img {
	margin-right: 14px;
}

.homeHeader-rx div p:nth-of-type(1) {
	color: #808080;
	font-size: 13px;
}

.homeHeader-rx div p:nth-of-type(2) {
	color: #49B0E7;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1.5px;
}

/* banner */
.homeBanner {
	width: 100%;
}

.swiper-home {
	width: 100%;
	height: auto;
}

.swiper-slide img {
	display: block;
	width: 100%;
}

/* 公告 */
.homeNotice {
	width: 100%;
	height: 44px;
	background-color: #f5f5f5;
}

.homeNotice-con {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
}

.homeNotice-left {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	font-size: 14px;
	color: #333;
}

.homeNotice-left img {
	margin-right: 9px;
}

.homeNotice-right {
	padding-left: 19px;
	/* display: flex;
	display: -ms-flexbox; */
}

.homeNotice-right a {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	font-size: 14px;
	color: #8F8F8F;
	/* padding-right: 50px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homeNotice-right a img {
	width: 10px;
	height: 10px;
	margin-right: 7px;
}

.homeNotice-right a:hover {
	color: #1296DB;
}

.homeNotice-right {
	flex: 1;
	-ms-flex: 1;
	overflow: hidden;
}

.homeNotice-right ul {
	display: flex;
	display: -ms-flexbox;
}

.homeNotice-right li {
	 float: left;
	/*flex: 1;*/
	margin-right: 30px;
}

/* 中间 */
.homeCenter {
	width: 100%;
	height: auto;
}

/* 关于我们 */
.homeAbout {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 50px;
}

.homeAbout-title {
	width: 100%;
	padding: 35px 0px 24px 0;
	color: #363636;
	font-size: 28px;
	border-bottom: 1px solid #ebebeb;
}

.homeAbout-content {
	padding-top: 30px;
}

.homeAbout-left {
	width: 539px;
	height: 616px;
	position: relative;
	float: left;
}

.homeAbout-left-img {
	width: 518px;
	height: auto;
	position: relative;
	z-index: 2;
}

.homeAbout-left-img img {
	display: block;
	width: 100%;
}

.homeAbout-left-img-text {
	position: absolute;
	left: 28px;
	bottom: 30px;
}

.homeAbout-left-img-text p:nth-of-type(1) {
	font-size: 18px;
	font-weight: 300;
	color: rgba(235, 235, 235, .7);
	/* margin-bottom: 15px; */
}

.homeAbout-left-img-text p:nth-of-type(2) {
	font-size: 66px;
	font-weight: bold;
	color: rgba(255, 255, 255, .5);
}

.homeAbout-left-img-text p:nth-of-type(3) {
	font-size: 22px;
	font-weight: 400;
	color: rgba(255, 255, 255, .8);
}

.homeAbout-left-img-text p:nth-of-type(4) {
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 1);
}

.homeAbout-left-box {
	width: 518px;
	height: 588px;
	border: 3px solid rgba(18, 150, 219, .8);
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.homeAbout-right {
	width: 603px;
	height: auto;
	float: right;
}

.homeAbout-right-text {
	width: 100%;
	padding-left: 26px;
}

.homeAbout-right-text-name p {
	font-size: 36px;
	color: rgba(1, 130, 202, 1);
	margin-top: 30px;
}

.homeAbout-right-text-name span {
	display: block;
	width: 38px;
	height: 3px;
	background: rgba(1, 130, 202, 1);
	margin: 34px 0;
}

.homeAbout-right-text>p {
	font-size: 15px;
	color: rgba(112, 112, 112, 1);
	line-height: 26px;
	padding-right: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.homeAbout-right-text>a {
	display: block;
	width: 129px;
	height: auto;
	border: 1px solid rgba(18, 150, 219, 1);
	border-radius: 15px;
	color: rgba(1, 130, 202, 1);
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	margin-top: 40px;
	transition: .3s;
}

.homeAbout-right-text>a:hover {
	background-color: rgba(18, 150, 219, 1);
	color: #FFFFFF;
}

.homeAbout-right-list {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	margin-top: 69px;
}

.homeAbout-right-list div {
	position: relative;
	width: 297px;
	height: auto;
	overflow: hidden;
}

.homeAbout-right-list div img {
	display: block;
	width: 100%;
	transition: .5s;
}
.homeAbout-right-list div img:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.homeAbout-right-list div:nth-of-type(2) span {
	display: block;
	position: absolute;
	width: 144px;
	line-height: 32px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	top: 50%;
	left: 50%;
	font-size: 14px;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/* 华境案例 */
.homeCase {
	width: 100%;
	height: auto;
	background-color: #fafafa;
}

.homeCase-content {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	margin-top: 18px;
}

.homeCase-left,
.homeCase-right {
	width: 50%;
	height: auto;
}

.homeCase-right {
	display: flex;
	display: -ms-flexbox;
	flex-flow: column;
	-ms-flex-flow: column;
	align-items: flex-end;
}

.homeCase-left {
	border-right: 1px solid #E6E6E6;
}

.homeCase-list {
	width: 494px;
	height: auto;
	border-bottom: 1px solid #E6E6E6;
	margin-bottom: 22px;
}

.homeCase-item {
	display: flex;
	display: -ms-flexbox;
}

.homeCase-item-img {
	text-align: center;
	font-size: 14px;
	color: #4d4d4d;
}

.homeCase-item-li {
	padding-left: 20px;
	flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.homeCase-item-li ul li {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 3px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homeCase-item-li ul li a {
	color: #4d4d4d;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.homeCase-item-li ul li a:hover {
	color: #0182CA;
}

.homeCase-more {
	padding: 11px;
}

.homeCase-more a {
	display: block;
	float: right;
	width: 88px;
	height: auto;
	color: #0182CA;
	font-size: 14px;
	border: 1px solid rgba(1, 130, 202, 1);
	text-align: center;
	line-height: 23px;
	transition: .3s;
}

.homeCase-more a:hover {
	background-color: rgba(1, 130, 202, 1);
	color: #FFFFFF;
}


/* 新闻资讯 */
.homeNews {
	width: 100%;
	height: auto;
	background-color: #fff;
}

.homeNews-content {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	padding: 23px 0 37px;
}

.homeNews-left {
	width: 509px;
	position: relative;
}

.homeNews-left>img {
	display: block;
	width: 100%;
}

.homeNews-left-text {
	position: absolute;
	width: 462px;
	height: 92px;
	background: rgba(255, 255, 255, 1);
	margin: auto;
	bottom: 40px;
	left: 0;
	right: 0;
}

.homeNews-left-text a {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	padding: 26px 29px;
	color: #0182CA;
}

.homeNews-left-text a img {
	margin-left: 50px;
}

.homeNews-right {
	width: 672px;
}

.homeNews-nav {
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.homeNews-nav ul {
	display: flex;
	display: -ms-flexbox;
}

.homeNews-nav ul li {
	width: 135px;
	height: auto;
	border: 1px solid rgba(230, 230, 230, 1);
	border-radius: 2px;
	cursor: pointer;
	margin-right: 16px;
	text-align: center;
	line-height: 53px;
	font-size: 20px;
	color: rgba(153, 153, 153, 1);
}

.homeNews-nav ul .newsLi {
	background-color: #0182CA;
	color: #FFFFFF;
}

.homeNews-box {
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 30px;
}

.homeNews-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

.homeNews-group:nth-of-type(1) {
	display: block;
}

.homeNews-item {
	border: 1px solid rgba(240, 240, 240, 1);
	margin-top: 19px;
	transition: .3s;
}

.homeNews-item:nth-of-type(1) {
	margin-top: 0;
}

.homeNews-item>a {
	padding: 20px 0;
	display: flex;
	display: -ms-flexbox;
}

.homeNews-date {
	width: 117px;
	height: auto;
	text-align: center;
	border-right: 1px solid #eee;
}

.homeNews-date>p:nth-of-type(1) {
	font-size: 26px;
	color: #333;
	transition: .3s;
}

.homeNews-date>p:nth-of-type(2) {
	width: 32px;
	height: 2px;
	background: #d9d9d9;
	margin: 8px auto;
}

.homeNews-date>p:nth-of-type(3) {
	color: #666;
	font-size: 14px;
	transition: .3s;
}

.homeNews-text {
	flex: 1;
	-ms-flex: 1;
	padding: 0px 25px;
}
.homeNews-text>p{
	font-size: 14px;
	color: #808080;
	line-height: 22px;
	transition: .3s;
}
.homeNews-text>p:nth-of-type(1) {
	color: #333;
	margin-bottom: 15px;
	text-indent: 0.5em;
	transition: .3s;
}

.homeNews-text>p:nth-of-type(2) {
	font-size: 14px;
	color: #808080;
	line-height: 22px;
	transition: .3s;
}

.homeNews-right>a {
	width: 100%;
	height: 46px;
	display: block;
	background: #E9E6EA;
	opacity: 0.9;
	border-radius: 2px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	color: #b3b3b3;
	font-size: 16px;
	margin-top: 35px;
	transition: .3s;
}

.homeNews-right>a img {
	margin-left: 14px;
}

.homeNews-right>a:hover {
	background-color: #0182CA;
	color: #FFFFFF;
}

.homeNews-item:hover {
	background-color: #0182CA;
}

.homeNews-item:hover .homeNews-date>p:nth-of-type(1),
.homeNews-item:hover .homeNews-date>p:nth-of-type(3),
.homeNews-item:hover .homeNews-text>p:nth-of-type(1),
.homeNews-item:hover .homeNews-text>p{
	color: #FFFFFF;
}


/* 底部 */
.homeFooter {
	width: 100%;
	height: auto;
}

.homeFooterBg {
	width: 100%;
	height: 68px;
	background-color: #f7f7f7;
}

.homeFooter-content {
	width: 100%;
	height: auto;
	background-color: #34383C;
	padding-bottom: 20px;
}

.homeFooter-content-con {
	display: flex;
	display: -ms-flexbox;
	padding-top: 44px;
}

.homeFooter-hot {
	height: 100%;
	margin-left: 40px;
}

.homeFooter-hot p {
	margin-bottom: 15px;
}

.homeFooter-hot p:nth-of-type(1) {
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	color: #FFFFFF;
}

.homeFooter-hot p:nth-of-type(1) img {
	margin-right: 15px;
}

.homeFooter-hot p:nth-of-type(2) {
	display: block;
	width: 194px;
	height: 34px;
	background: rgba(6, 140, 213, 1);
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	font-size: 20px;
}

.homeFooter-hot p:nth-of-type(3) {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}

.homeFooter-nav {
	height: 100%;
}

.homeFooter-nav>p {
	color: #FFFFFF;
	margin-bottom: 19px;
	/* font-weight: bold; */
}

.homeFooter-nav>ul>li {
	line-height: 26px;
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	/* font-weight: bold; */
}

.homeFooter-nav>ul>li>a {
	color: rgba(255, 255, 255, .7);
}

.homeFooter-nav>ul>li>span {
	margin-left: 68px;
}

.foot-nav {
	margin-left: 72px;
	min-width: 64px;
}

.foot-case {
	margin-left: 152px;
	min-width: 84px;
}

.foot-info {
	margin-left: 157px;
	max-width: 315px;
}

.homeFooter-copy {
	width: 100%;
	height: auto;
	background-color: #2B2D30;
	text-align: center;
	line-height: 40px;
	color: rgba(255, 255, 255, .3);
	font-size: 13px;
}


/* 右侧固定导航 */
.fixedNav {
	position: fixed;
	width: 64px;
	height: 196px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 999;
}

.fixedNav a {
	display: block;
	width: 64px;
	height: 64px;
	background-color: #1296DB;
	color: #FFFFFF;
	display: flex;
	display: -ms-flexbox;
	flex-flow: column;
	-ms-flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	margin-top: 2px;
}

.fixedNav a:nth-of-type(1) {
	margin-top: 0;
}
.fixedNav .dianhua{
	display: block;
	line-height: 64px;
	position: fixed;
	padding: 0px 10px;
	color: #fff;
	background-color: #1296DB;
	transition: .5s;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	opacity: 0;
	white-space: nowrap;
	z-index: 10;
	font-style: 14px;
}
.fixedNav>a:nth-of-type(2):hover .dianhua{
	display: block;
	opacity: 1;
	right: 68px;
}

/* 移动端按钮 */
.zmlphone-btn {
	width: 70px;
	height: 100%;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	display: none;
}

.zmlphone-btn-ico {
	width: 50px;
	height: 50px;
	background: url(../img/phone-nav.png) no-repeat center;
	cursor: pointer;
	position: relative;
	z-index: 9999999;
	transition: .3s;
}

.zmlphone-nav {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999998;
	display: none;
	top: 0px;
	left: 0;
}

.zmlphone-ul {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	overflow-y: auto;
}

.zmlphone-ul>li {
	border-bottom: 1px solid #ccc;
}

.zmlphone-ul>li>a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 20px 20px;
}

.zmlphone-ul>li>ul {
	display: none;
}

.zmlphone-ul>li>ul>li>a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	font-size: 12px;
}

@media only screen and (max-width: 1200px) {
	.zmlphone-btn {
		display: flex;
	}
}


/* 内页banner */
.otherBanner {
	width: 100%;
	height: auto;
}

.otherBanner img {
	display: block;
	width: 100%;
}


/* 关于我们 */
.about {
	width: 100%;
	height: auto;
}

.about-info {
	width: 100%;
	height: auto;
	background-color: #f8f6f9;
}

.about-info-con {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	padding-bottom: 40px;
}

.about-info-left {
	flex: 1;
	-ms-flex: 1;
	padding-right: 50px;
}

.about-title {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.about-title p {
	font-size: 26px;
	color: rgba(51, 51, 51, 1);
	margin-top: 30px;
}

.about-title span {
	display: block;
	width: 27px;
	height: 3px;
	background: rgba(24, 104, 179, 1);
	margin: 30px 0 20px;
}

.about-info-left>p {
	color: #666666;
	line-height: 24px;
	margin-bottom: 15px;
}

.about-info-right {
	width: 539px;
	height: auto;
	padding-top: 57px;
}

.about-info-right img {
	width: 100%;
	height: auto;
	display: block;
}

.about-culture {
	width: 100%;
	height: auto;
	background-color: #fff;
	padding-bottom: 40px;
	padding-top: 20px;
}

.about-culture-con {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
}

.about-culture-left {
	position: relative;
}

.about-culture-box {
	/* position: absolute; */
	width: 688px;
	height: 349px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	display: flex;
	display: -ms-flexbox;
	flex-flow: column;
	-ms-flex-flow: column;
	justify-content: center;
	position: absolute;
	z-index: 10;
}

.about-culture-box p {
	margin: 25px 0px 25px 108px;
	color: #4D4D4D;
}

.about-culture-box p strong {
	color: #333333;
}

.about-culture-box>img {
	width: 25px;
}

.about-culture-box>img:nth-of-type(1) {
	position: absolute;
	top: 54px;
	left: 28px;
}

.about-culture-box>img:nth-of-type(2) {
	position: absolute;
	right: 46px;
	bottom: 59px;
}

.about-culture-right {
	height: 549px;
	position: relative;
	z-index: 9;
}

.about-culture-right-img {
	width: 573px;
	height: 472px;
	overflow: hidden;
	position: relative;
	z-index: 8;
	margin-top: 47px;
}

.about-culture-right-img img {
	width: 100%;
	height: 100%;
}

.about-culture-right span {
	width: 573px;
	height: 494px;
	display: block;
	border: 1px solid rgba(1, 130, 202, 1);
	position: absolute;
	top: 62px;
	right: 26px;
}


/* 资质管理 */
.zizhi {
	width: 100%;
	height: auto;
}

.zizhi-con {
	padding: 18px 0px 80px;
}

.zizhi-left {
	width: 240px;
	height: auto;
	float: left;
}

.zizhi-name {
	width: 100%;
	height: auto;
	background-color: #0182CA;
	color: #FFFFFF;
	font-size: 24px;
	padding: 25px 0px 25px 40px;
}

.zizhi-nav {
	width: 100%;
}

.zizhi-nav ul li {
	width: 100%;
	height: auto;
	background: rgba(245, 245, 245, 1);
	margin-top: 10px;
	position: relative;
}

.zizhi-nav ul li a {
	line-height: 55px;
	padding-left: 40px;
	color: #666666;
}

.zizhi-nav ul .zizhiLi a {
	color: #0182CA;
}

.zizhi-nav ul .zizhiLi::before {
	position: absolute;
	content: "";
	width: 3px;
	height: 100%;
	background: rgba(1, 130, 202, 1);
	left: 0;
	top: 0;
}

.zizhi-right {
	float: right;
	width: 904px;
	height: auto;
}

.zizhi-title {
	width: 100%;
	line-height: 37px;
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	border-bottom: 1px solid #F2F2F2;
}

.zizhi-title-left {
	color: #333;
	font-size: 18px;
}

.zizhi-title-left img {
	margin-right: 12px;
}

.zizhi-title-right {
	font-size: 14px;
	color: #999;
}

.zizhi-title-right a {
	color: #999;
}

.zizhi-list {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.zizhi-item {
	width: 239px;
	height: auto;
	border: 1px solid rgba(220, 220, 220, 1);
	margin-left: 32px;
	margin-bottom: 16px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.zizhi-item img {
	display: block;
	width: 100%;
	transition: .5s;
	-ms-transition: .5s;
}
.zizhi-item img:hover{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.open {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	display: none;
}

.openBox {
	background-color: #FFFFFF;
	/*width: 945px;
	height: 735px;*/
	position: relative;
	padding: 20px;
	overflow: hidden;
}

.openBox span {
	display: block;
	width: 36px;
	height: 36px;
	/*background: url(../img/cha.png) no-repeat center;*/
	background-color: #000000;
	border-radius: 50%;
	border: 3px solid #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
	box-shadow: rgba(0, 0, 0, .5) 3px 3px 5px 0px;
	display: flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.openBox span img {
	width: 70%;
	display: block;
}

.openBox>img {
	display: block;
	width: 100%;
	/*height: 100%;*/
	margin: auto;
}

/* 新闻资讯 */
.news-list {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

.news-list ul {}

.news-list ul li {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	border-bottom: 1px solid #f2f2f2;
	line-height: 48px;
	position: relative;
	padding-left: 15px;
	background: url(../img/list-style.png) no-repeat left center;
}

/* .news-list ul li::before,
.news-list ul li:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #cdcdcd;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
} */
.news-list ul li a {
	font-size: 16px;
	color: #808080;
}

.news-list ul li a:hover {
	color: #0182CA;
	text-decoration: underline;
}

.news-list ul li span {
	color: #999;
	font-size: 14px;
}

/* 新闻详情 */
.newsd {
	width: 100%;
	height: 100%;
	padding: 0px 48px;
}

.newsd p {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	margin-bottom: 7px;
}

.newsd p:nth-of-type(1) {
	text-align: center;
	font-size: 20px;
	color: #333;
	margin-top: 35px;
}

.newsd p:nth-of-type(2) {
	text-align: center;
	margin: 24px 0;
}


/* 公示公告下载 */
.noticed-download {
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(242, 242, 242, 1);
	border-bottom: 1px solid rgba(242, 242, 242, 1);
	padding: 15px 48px;
	margin: 15px 0;
}

.noticed-download a {
	display: block;
	line-height: 25px;
	font-size: 14px;
	color: #808080;
}

.noticed-download a:hover {
	color: #0182CA;
}


.noticed-page {
	width: 100%;
	height: auto;
	padding: 15px 48px;
	line-height: 24px;
	font-size: 14px;
}

.noticed-page a {
	color: #808080;
}

.noticed-page a:hover {
	color: #0182CA;
}


/* 联系我们 */
.contact-left {
	width: 524px;
	float: left;
}

.contact-info-con {
	padding: 40px 0px 64px;
}

.contact-name {
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 15px;
}

.contact-name p:nth-of-type(1) {
	color: #333333;
	font-size: 26px;
}

.contact-name p:nth-of-type(2) {
	font-weight: bold;
	font-size: 24px;
	color: #333;
}

.contact-text {
	color: #666666;
	line-height: 26px;
	font-size: 15px;
	padding-top: 20px;
}

.contact-us {
	border-bottom: 1px solid #EEEEEE;
}

.contact-us>div {
	display: flex;
	display: -ms-flexbox;
	/* align-items: center; */
	margin: 25px 0;
}

.contact-us>div>span {
	display: flex;
	display: -ms-flexbox;
	width: 44px;
	height: 44px;
	/* border:1px solid #0182CA; */
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}

.contact-us>div>span img {
	width: 100%;
	display: block;
}

.contact-us>div>.contact-us-text {
	padding-left: 16px;
	line-height: 23px;
	flex: 1;
	-ms-flex: 1;
}

.contact-us>div>.contact-us-text p:nth-of-type(1) {
	color: #666666;
	font-size: 16px;
}

.contact-us>div>.contact-us-text p:nth-of-type(2) {
	color: #333333;
	font-size: 18px;
}

.contact-right {
	width: 625px;
	float: right;
}

.contact-right-title p:nth-of-type(1) {
	font-size: 28px;
	color: #0182CA;
	margin-bottom: 8px;
}

.contact-right-title p:nth-of-type(2) {
	color: #999999;
	font-size: 16px;
}

.contact-form {
	width: 575px;
	height: auto;
	padding-top: 25px;
}

.contact-form form {
	width: 100%;
}

.contact-form form input[type="text"],
.contact-form form select {
	width: 100%;
	height: 38px;
	background: rgba(239, 241, 242, 1);
	margin-bottom: 20px;
	font-size: 16px;
	color: #999;
}

.contact-form form input[type="text"] {
	padding-left: 14px;
}

.contact-form form input::-webkit-input-placeholder {
	color: #999999;
}

.contact-form form select {
	padding-left: 12px;
	padding-right: 12px;
	outline: none;
	font-family: "microsoft yahei";
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../img/icon-dowm.png) no-repeat center;
	background-position-x: 98%;
	background-color: #EFF1F2;
}

.contact-form form select::-ms-expand {
	display: none;
}

.contact-form form textarea {
	width: 100%;
	height: 168px;
	background: rgba(239, 241, 242, 1);
	margin-bottom: 26px;
	padding-left: 14px;
	padding-top: 14px;
	outline: none;
	resize: none;
	font-size: 16px;
	color: #999;
	font-family: "microsoft yahei";
	overflow: hidden;
}

.contact-form form textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 16px;
	font-family: "microsoft yahei";
}

.contact-form form .submitBtn {
	display: block;
	width: 102px;
	height: 41px;
	background: rgba(1, 130, 202, 1);
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
}

.contact-map {
	width: 100%;
	height: auto;
}


/* 响应式 */
@media only screen and (max-width: 1200px) {
	.fixedNav {
		display: none;
	}

	.homeHeader-nav,
	.homeHeader-rx,
	.homeTop {
		display: none;
	}

	.homeHeader-logo {
		padding: 10px;
	}

	.info {
		width: 100%;
	}

	.homeNotice {
		height: auto;
		padding: 5px;
		display: none;
	}

	.homeNotice-con {
		display: block;
	}

	.homeNotice-right {
		padding-left: 0;
		display: block;
	}

	.homeNotice-right a {
		margin: 0;
	}

	.homeCenter {
		padding: 0px 5px;
	}

	.homeAbout-title {
		text-align: center;
	}

	.homeAbout-left,
	.homeAbout-right {
		width: 100%;
		height: auto;
		float: none;
	}

	.homeAbout-left-img {
		width: 100%;
	}

	.homeAbout-left-box {
		display: none;
	}

	.homeAbout-right-text {
		padding-left: 0;
	}

	.homeAbout-right-text>p {
		padding-right: 0;
	}

	.homeAbout-right-text-name {
		text-align: center;
	}

	.homeAbout-right-text-name span {
		margin: 20px auto;
	}

	.homeAbout-right-text>a {
		margin: auto;
		margin-top: 20px;
	}

	.homeAbout-right-list {
		margin-top: 30px;
	}

	.homeAbout-right-list div {
		width: 50%;
	}

	.homeAbout-right-list div:nth-of-type(2) span {
		width: 80%;
		font-size: 1vw;
	}

	.homeCase-content {
		display: block;
	}

	.homeCase-left,
	.homeCase-right {
		width: 100%;
		border: 0;
	}

	.homeCase-list {
		width: 100%;
	}

	.homeCase-item-li {
		width: 100%;
		flex: 1;
		-ms-flex: 1;
		overflow: hidden;
	}

	.homeCase-item-li ul li,
	.homeCase-item-li ul li a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.homeNews-content {
		display: block;
	}

	.homeNews-left {
		width: 100%;
	}

	.homeNews-left-text {
		width: 90%;
		height: auto;
	}

	.homeNews-left-text a span {
		display: block;
		flex: 1;
		-ms-flex: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.homeNews-left-text a img {
		margin-left: 25px;
	}

	.homeNews-right {
		width: 100%;
	}

	.homeNews-nav ul {
		justify-content: space-around;
	}

	.homeNews-nav ul li {
		flex: 1;
		-ms-flex: 1;
		margin: 0px 10px;
	}

	.homeNews-text {
		overflow: hidden;
	}

	.homeNews-text>p:nth-of-type(1),
	.homeNews-text>p:nth-of-type(2) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.foot-nav,
	.foot-case,
	.foot-info {
		display: none;
	}

	.homeFooter-hot {
		width: 100%;
		display: flex;
		display: -ms-flexbox;
		flex-flow: column;
		-ms-flex-flow: column;
		align-items: center;
		margin-left: 0;
	}

	.homeFooter-copy {
		padding: 10px;
		line-height: 26px;
	}

	.about-info-con {
		display: block;
	}

	.about-info-left {
		width: 100%;
		padding-right: 0;
		padding: 0px 10px;
	}

	.about-title {
		text-align: center;
	}

	.about-title span {
		margin: 20px auto;
	}

	.about-info-left>p {
		text-align: justify;
	}

	.about-info-right {
		width: 100%;
		padding-top: 20px;
	}

	.about-culture-con {
		display: block;
	}

	.about-culture-box {
		position: relative;
		width: 100%;
		height: auto;
		padding: 30px;
	}

	.about-culture-box p {
		margin: 15px 0;
		text-align: center;
	}

	.about-culture-box>img:nth-of-type(1) {
		left: 10px;
		top: 10px;
	}

	.about-culture-box>img:nth-of-type(2) {
		right: 10px;
		bottom: 10px;
	}

	.about-culture-right {
		width: 100%;
		height: auto;
	}

	.about-culture-right-img {
		width: 100%;
		height: auto;
	}

	.about-culture-right span {
		display: none;
	}

	.zizhi-left,
	.zizhi-right {
		width: 100%;
		float: none;
	}

	.zizhi-title-left {
		display: none;
	}

	.zizhi-con {
		padding: 18px 0;
	}

	.zizhi-item {
		width: 48%;
		float: left;
		margin-left: 0;
		margin-bottom: 20px;
	}

	.zizhi-item:nth-of-type(even) {
		float: right;
	}

	.news-list ul li {
		overflow: hidden;
	}

	.news-list ul li a {
		flex: 1;
		-ms-flex: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding-right: 20px;
	}

	.newsd p,
	.noticed-download a {
		text-align: justify;
	}

	.newsd {
		padding: 0px 20px;
	}

	.noticed-download {
		padding: 20px;
	}

	.noticed-page {
		padding: 20px;
	}

	.noticed-page p,
	.noticed-page a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.contact-left,
	.contact-right {
		width: 100%;
		float: none;
		padding: 20px 0;
	}

	.contact-name {
		text-align: center;
	}

	.contact-info {
		padding: 0px 20px;
	}

	.contact-right-title {
		text-align: center;
	}

	.contact-form {
		width: 100%;
	}
}


.layui-layer-phimg img{
	/*width: 720px;*/
}
