* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	vertical-align: middle;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

option {
	border: none;
}

body,
html {
	height: 100%;
}

/* 字体 */
@font-face {
	font-family: zi1;
	src: url('../ziti/huawenlishu.TTF');
}
.mohu{
    position: absolute; width: 100%; height: 100%; top: 0; background: rgba(0,0,0,0.1);
}
/* 手机导航 */
/* 手机导航 */
.left {
	width: 60%;
	height: 100%;
	background-color: #177E80;
	position: fixed;
	z-index: 9999999;
	display: none;
	right: 0;
	overflow: auto !important;
	padding: 0 2%;
	box-shadow: ;
}

.nr {
	padding-top: 30px;
	border-bottom: 1px #ccc6c6 solid;
	padding-bottom: 15px;
}

.nr1 a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

.nr2 {
	padding-top: 15px;
}

.nr2 ul {
	display: flex;
	flex-wrap: wrap;
}

.nr2 ul li a {
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	padding-right: 20px;
}

.slog {
	text-align: center;
	padding-top: 50px;
}

.vb {
	position: absolute;
	top: 22px;
	right: 24px;
	cursor: pointer;
}



.dbs {
	border-bottom: solid 3px #DA2031;
}

#toggle {
	display: none;
}

.slog img {
	width: 50px;
}
.slog p{
	margin-top: 15px;
	font-size: 18px;
	font-weight: 600;
}
.vb img {
	width: 30px;
}



.kuang{
	padding-bottom: 5rem;
}





.bar {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}

.heng {
	height: 154px;
	transition: all 0.2s;
}

.heng1 {

	height: 100px;
}

/* 导航栏 */
.top_navigation {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	/* margin-bottom: 154px; */
}

.top_tou {
	width: 100%;
	height: 44px;
	background-color: #087779;
	transition: all .2s;
}

.white_head .top_tou {
	height: 0px;

}

.navigation {
	padding-top: 4px;
	padding-bottom: 9px;
	background-color: #fff;
}

.lanmu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.lanmu ul li a p {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.3s;
}

.lanmu ul li a span {
	color: #ccc;
	font-size: 12px;
	display: block;
}

.lanmu ul li {
	width: 147px;
	text-align: center;
	position: relative;
}

.lanmu ul li:hover a p {
	color: #087779;
}

.lanmu ul li::after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #E6E6E6;
	position: absolute;
	left: 0;
	top: 30%;
}

.lanmu ul li:nth-last-child(1)::before {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #E6E6E6;
	position: absolute;
	right: 0;
	top: 30%;
}

.shl::after {
	content: "";
	width: 1px;
	height: 16px;
	background-color: #E6E6E6;
	position: absolute;
	left: 0;
	top: 40% !important;
}

.shl {
	width: 216px;
}

.shl a img {
	width: 91.8px;
	height: 97.1px;
	transition: all 0.4s;
}

.white_head .shl a img {
	width: 81.8px;
	height: 87.1px;
}

.white_head {
	box-shadow: 0 -2px 8px 2px rgb(0 0 0/0.4);
	/* transition: all 0.1s; */
}

/* 底部栏 */
.bottom {
	background: #023F40;
	padding-top: 53px;
	padding-bottom: 52px;
}

.bottom1 {
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}

.zoub img {
	width: 104px;
	height: 110px;
	margin-bottom: 25px;
}

.zoub p {
	color: #fff;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.zoub a {
	color: #fff;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.youb {
	display: flex;
	justify-content: space-between;
}

.youb1 {
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
}

.youb1z {
	padding-right: 60px;
	position: relative;
}

.youb1z a {
	font-size: 14px;
	color: #fff;
	margin-bottom: 28px;
	display: block;
}

.youb1y {
	padding-left: 60px;
}

.youb1y a {
	font-size: 14px;
	color: #fff;
	margin-bottom: 28px;
	display: block;
}

.lianxi {
	padding-left: 180px;
}

.lianxi p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 40px;
}

.lianxi a {
	display: flex;
	/*align-items: center;*/
	font-size: 15px;
	color: #fff;
	margin-bottom: 25px;
}

.lianxi a img {
	width: 18px;
	height: 20px;
	margin-right: 15px;
}

.youb1z::after {
	width: 1px;
	height: 165px;
	content: "";
	position: absolute;
	right: 0;
	background-color: #727272;
	top: 0;
}
@media screen and (max-width:1400px){
	.bar{
		padding-left: 5%;
		padding-right: 5%;
		overflow: hidden;
		z-index: 999;
	}
	.right_gongsi{
		width: 52%;
		height: auto;
	}
	.jianjie {
	    padding-top: 20px;
	}
}
@media screen and (max-width:1300px){
    .youb1z {
    padding-right: 30px;
}
.youb1y {
    padding-left: 30px;
}
.lianxi {
    padding-left: 120px;
}
}
@media screen and (max-width:1200px){
    .youb1z {
    padding-right: 30px;
}
.youb1y {
    padding-left: 30px;
}
.lianxi {
    padding-left: 50px;
}
}
@media screen and (max-width:1100px){
	.bottom1{
		flex-wrap:wrap-reverse;
		justify-content: center;
	}
	.zoub{
		width: 100%;
		text-align: center;
	}
	.bottom{
		padding-left: 5%;
		padding-right: 5%;
	}
	
}
@media screen and (max-width:768px){
	#toggle {
		display: block;
	}
	.top_tou{
		display: none;
	}
	.lanmu ul li{
		display: none;
	}
	.shl{
		display: block !important;
		margin: 0 auto;
	}
	.shl::after{
		height: 0 !important;
	}
	.white_head .shl a img {
	    width: 43.8px;
	    height: auto;
	}
	.dao1{
	    display: none !important;
	}
	.shl a img {
	    width: 43.8px;
	    height: auto;
	    transition: all 0.4s;
	}
	.heng {
	    height: 46px;
	    transition: all 0.2s;
	}
	.heng1 {
	    height: 46px;
	}
	.left{
		width: 100%;
	}
	.youb{
		flex-wrap: wrap;
	}
	.youb1{
		width: 100%;
		justify-content: center;
		
	}
	.lianxi{
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.lianxi a{
		justify-content: center;
	}
	.zoub img {
	    width: 52px;
	    height: 55px;
	    margin-bottom: 25px;
	}
	.banner {
	    width: 100%;
	    height: 165px !important;
	    overflow: hidden;
	    position: relative;
	}
	.mingcheng1 p {
	    text-align: center;
	    font-size: 25px !important;
	    color: #fff;
	    /*font-weight: bold;*/
	    display: block;
	    margin-bottom: 15px !important;
	    font-family: zi1;
	    padding-left: 10px;
    padding-right: 10px;
	}
	.mingcheng1 span {
	    text-align: center;
	    font-size: 12px !important;
	    color: #fff;
	    background: #004344;
	    border-radius: 15px;
	    padding: 4px 10px !important;
	}
	.neirong {
	    padding-top: 30px !important;
	    padding-bottom: 100px;
	}
}