@charset "utf-8";
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	padding: 0 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 100;
	transition: all 0.36s;
	
}
.black_header .header{
	background: #009FBA;
	
}
header{
	transition: all 0.36s;
}

.black_header header {
	height: 110px;
}
.black_header header.up{
	height: 90px;
}
.header.down{
	transform: translateY(-100%);
}
.header.up{
	height: 90px;
}
.black_header .header.up{
	height: 90px;
}
.header .nav_box ul {
	display: flex;
	align-items: center;
}

.header .nav_box ul li a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	display: block;
	margin: 0 40px;
	border-bottom:1px solid rgba(255,255,255,0);
	transition:all 0.36s;
}
.header .nav_box ul li:hover a,
.header .nav_box ul li.active a{
	border-bottom:1px solid #fff;
}
.header .btn_box {
	display: flex;
	align-items: center;
}

.header .inner {
	width: 90px;
	background: #FFFFFF;
	border-radius: 16px;
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-align: center;
	margin-right: 58px;
	display: none;
}

.header .lang {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.header .menu{
	width: 32px;
	height: 32px;
	display: block;
	position: fixed;
	top:20px;
	right:5%;
	background-image: url(../images/menu.svg);
	background-repeat:  no-repeat;
	background-position: center center;
	background-size:30px ;
	z-index: 100;
	cursor: pointer;
	transition: all 0.36s;
	display: none;
}
.header.show .menu{
	background-image: url(../images/close.svg);
}
@media only screen and (min-width: 100px) and (max-width: 1720px) {
	.header .nav_box ul li a{
		margin: 0 36px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1620px) {
	.header .nav_box ul li a{
		margin: 0 34px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1520px) {
	.header .nav_box ul li a{
		margin: 0 30px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1420px) {
	.header .nav_box ul li a{
		margin: 0 20px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1250px) {
	.header .nav_box ul li a{
		margin: 0 15px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1150px) {
	.header .logo_box img{
		height: 32px;
		margin-left: -40px;
	}
	.header .nav_box ul li a{
		margin: 0 10px;
		font-size: 14px;
	}
	.header .inner{
		font-size: 14px;
		line-height: 30px;
		margin-right: 30px;
	}
	
}
@media only screen and (min-width: 100px) and (max-width: 1000px) {
	.header .menu{
		display: block;
	}
	.header,
	.header.up{
		height: 74px;
	}
	.black_header header{
		height: 74px;
	}
	.black_header .header.up,
	.black_header header.up{
		height: 74px;
	}
	.header .logo_box{
		position: fixed;
		top:20px;
		left:5%;
		z-index: 100;
	}
	.header .nav_box {
		position: fixed;
		top:0;
		left:-100%;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 88;
		transition: all 0.36s;
	}
	.header.show .nav_box{
		left:0;
	}
	.header .nav_box ul{
		width: 100%;
		height: 100%;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-bottom: 7%;
	}
	.header .nav_box ul li a{
		display: block;
		line-height: 3.6em;
		font-size: 16px;
	}
	.header .btn_box{
		position: fixed;
		bottom:5%;
		left:-100%;
		width: 100%;
		justify-content: center;
		z-index: 100;
		transition: all 0.36s;
	}
	.header.show .btn_box{
		left:0;
	}
}
.wrap_1600 {
	max-width: 1600px;
	width: 90%;
	margin: 0 auto;
}
.wrap_1460 {
	max-width: 1460px;
	width: 90%;
	margin: 0 auto;
}
.footer {
	background: #004550;
	padding-top: 85px;
}

.footer .top_nav {
	border-bottom: 1px solid rgba(255, 255, 255, 0.19);
}

.footer .top_nav .wrap {
	display: flex;
	justify-content: space-between;
}

.footer .address {
	color: #fff;
}

.footer .address dl {
	margin-bottom: 45px;
}

.footer .address dt {
	font-size: 16px;
	line-height: 1em;
	padding-bottom: 18px;
}

.footer .address dd {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	max-width: 400px;
}

.footer .right_nav {
	display: flex;
	flex-direction: column;
}

.footer .footer_nav {
	display: flex;
	margin-bottom: 40px;
}

.footer .footer_nav dl {
	margin-right: 80px;
}

.footer .footer_nav dl:last-child {
	margin-right: 0;
}

.footer .footer_nav dl dt {
	margin-bottom: 26px;
}

.footer .footer_nav dl dt a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer .footer_nav dl dd {
	margin-bottom: 14px;
}

.footer .footer_nav dl dd a {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	opacity: 0.37;
	transition: all 0.36s;
}

.footer .footer_nav dl dd:hover a {
	opacity: 1;
}

.footer .link {
	display: flex;
	/* align-items: center; */
	color: #fff;
	font-size: 16px;
	padding: 30px 0;
}
.footer .link dt{
	width: 90px;
}
.footer .link dd{
	display:flex;
	flex-wrap:wrap;
	width: calc(100% - 90px);
}
.footer .link dd a {
	opacity: 0.37;
	color:#fff;
	transition: all 0.36s;
	display: block;
	margin: 0 15px 6px;
}

.footer .link dd a:hover {
	opacity: 1;
}

.footer .copyright p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: rgba(255, 255, 255, 0.36);
	padding: 22px 0;
	font-size: 16px;
}

.footer .copyright p a {
	color: rgba(255, 255, 255, 0.36);
	transition: all 0.36s;
	display: block;
	padding: 0 8px;
}

.footer .copyright p a:hover {
	color: #fff;
}
@media only screen and (min-width: 100px) and (max-width: 1620px) {
	.footer .footer_nav dl{
		margin-right: 68px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1520px) {
	.footer .footer_nav dl{
		margin-right: 58px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1350px) {
	.footer .footer_nav dl{
		margin-right: 54px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1250px) {
	.footer .footer_nav dl{
		margin-right: 48px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1200px) {
	.footer .top_nav .wrap{
		flex-direction: column;
	}
	.footer .address{
		width: 100%;
		display: flex;
	}
	.footer .address dl{
		margin-right: 50px;
	}
	.footer .right_nav{
		width: 100%;
	}
}
@media only screen and (min-width: 100px) and (max-width: 1000px){
	.footer .address{
		justify-content: space-between;
	}
	.footer .address dl{
		margin-right: 0;
		width: 50%;
	}
	.footer .footer_nav{
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.footer .footer_nav dl{
		width: calc(100% / 4);
		margin-right: 0;
		margin-bottom: 20px;
	}
	.footer .copyright p{
		justify-content: center;
	}
	.footer .footer_nav dl dt{
		margin-bottom: 14px;
	}
	.footer .footer_nav dl dd{
		margin-bottom: 6px;
	}
}
@media only screen and (min-width: 100px) and (max-width: 640px){
	.footer .address{
		flex-direction: column;
	}
	.footer .address dl{
		margin-right: 0;
		width: 100%;
	}
	.footer .footer_nav{
		flex-wrap: wrap;
	}
	.footer .footer_nav dl{
		width: calc(100% / 3);
	}
}
.black_box2 {
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	display: none;
}


/*******************************提示框*****************************/

.popup {
	width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
	padding-bottom: 20px;
	display: none;
	z-index: 150000;
}

.popup .title_box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}

.popup .title_box h6 {
	font-size: 14px;
}

.popup .title_box .close_btn {
	cursor: pointer;
	padding-left: 10px;
	font-size: 16px;
	transform: scaleX(1.2);
}

.popup .content_box {
	padding: 20px;
}

.popup .content_box p {
	font-size: 14px;
}

.popup .btn_box {
	display: flex;
	justify-content: flex-end;
}

.popup button {
	line-height: 28px;
	height: 28px;
	margin: 0px 20px 0;
	padding: 0 18px;
	background: #009FBA;
	color: #fff;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px;
	border: none;
	display: block;
	outline: none;
}

.cd-top {
	position: fixed;
	bottom: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	z-index: 30;
	opacity: 0;
	transition: all 0.3s;

	box-shadow: -6px -1px 9px 0px rgba(0, 0, 0, 0.17);
}

.cd-top ul li {
	width: 82px;
	height: 82px;
	background: #009FBA;
	
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
}
.cd-top ul li:first-child{
	border-radius: 5px 0 0 0
}
.cd-top ul li:last-child{
	border-radius: 0 0 0 5px
}
.cd-top ul li>img {
	width: 38%;
	transition: all 0.36s
}

.cd-top ul li:hover img{
	opacity: 0.8
}

.cd-top ul li .po_box {
	position: absolute;
	top: 50%;
	right: 88px;
	background: #fff;
	transform: translateY(-50%) rotateY(90deg);
	transform-origin: right;
	transition: all 0.5s;
}

.cd-top ul li .po_box.tel_box {
	padding: 4px 12px;
	width: 147px;
	box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.4);
}

.cd-top ul li .po_box.tel_box a {
	font-size: 14px;
	font-weight: 500;
	color: #484848;
	line-height: 20px;
}

.cd-top ul li .po_box.ewm_box {
	padding: 2px;
	box-shadow: -6px -1px 9px 0px rgba(0, 0, 0, 0.17);
}

.cd-top ul li:hover .po_box {
	transform: translateY(-50%) rotateY(0deg);
}

.cd-top ul li .ewm_box img {
	width: 122px;
}

.cd-top ul li .ewm_box p {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #141414;
	line-height: 20px;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}

@media only screen and (min-width: 100px) and (max-width: 720px) {
	.cd-top ul li {
		width: 34px;
		height: 34px;
	}
	.cd-top {
		bottom: 50px;
	}
}
