﻿@media only screen and (max-width: 1480px) {
	.header-top-box {
		width: 1000px;
		display: flex;
		align-items: center;
	}

	.fixed-line-box {
		right: 3%;
		width: 80px;
		top: calc(50% - 50px);
	}

	.fixed-phone-box {
		top: calc(50% + 50px);
		right: 3%;
	}

	.fixed-phone-box a {
		width: 80px;
		height: 80px;
		box-sizing: border-box;
		padding: 0 0 0 5px;
	}

	.fixed-phone-box a>i {
		line-height: 86px;
		font-size: 50px;
	}
}

@media only screen and (max-width: 1366px) {
	.slick-next {
		right: -100px;
	}

	.slick-prev {
		left: -100px;
	}
}

@media only screen and (max-width: 1280px) {
	.fixed-line-box {
		top: 50%;
		width: 50px;
	}

	.fixed-phone-box {
		top: calc(50% + 70px);
	}

	.fixed-phone-box a {
		width: 50px;
		height: 50px;
		padding: 0;
	}

	.fixed-phone-box a>i {
		line-height: 50px;
		font-size: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.header-top-box {
		width: 1000px;
		display: flex;
		align-items: center;
	}

	.header-logo {
		/* width: 150px; */
		height: 33px;
	}

	.header-menu-box {
		width: calc(100% - 510px);
	}

	.slick-arrows-box {
		width: 950px;
		max-width: 100%;
		margin: 0 auto;
		top: 70vh;
	}

	.slick-prev,
	.slick-next {
		width: 30px;
		height: 30px;
	}

	.slick-next {
		right: -50px;
	}

	.slick-prev {
		left: -50px;
	}

	.index-banner {
		width: 800px;
	}
}

@media only screen and (max-width: 1000px) {
	.header-top-box {
		width: 95%;
	}

	.rwd-menu {
		display: block;
	}

	.header-menu-box {
		border-bottom: 0;
		width: 100%;
		position: absolute;
		top: 44px;
		left: 0;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	}

	.header-menu {
		border-bottom: 1px solid #EEE;
	}

	header {
		width: 100%;
		display: block;
		position: fixed;
		z-index: 9999;
		background-color: #FFF;
		top: 0;
		left: 0;
	}

	.header-title {
		display: none;
	}

	.index-banner-box .header-title {
		display: block;
	}

	.rwd-menu {
		position: absolute;
	}

	.header-top-box .header-phone {
		display: none;
	}

	.index-banner-box .header-phone {
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 8px;
	}

	.header-menu li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #EEE;
	}

	.slick-dots {
		bottom: -40px;
	}

	.slick-dots li.slick-active button:before {
		color: #ed7102;
		opacity: 1;
	}

	.slick-dotted.slick-slider {
		margin-bottom: 40px;
	}

	.main-info-box {
		width: 95%;
	}

	.header-menu li:hover {
		border: 1px solid #EEE;
	}

	.header-menu li:hover a {
		color: #000;
	}

	.header-menu li:hover .header-menu-list-mask {
		transform: scale(0, 1);
	}

	.footer-box {
		width: 95%;
	}

	.index-banner-box {
		margin-top: 55px;
	}
}

@media only screen and (max-width: 768px) {
	.header-top-box {
		width: 1000px;
		display: flex;
		height: 80px;
		align-items: center;
	}

	footer {
		padding: 20px 0;
	}

	.footer-info-line-box a {
		width: 58px;
		margin-right: 12px;
	}

	.footer-list-box {
		width: calc(100% - 70px);
	}

	.footer-list {
		font-size: 16px;
	}

	.footer-info-box {
		width: 100%;
	}

	.footer-right-box {
		width: 100%;
		display: block;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 480px) {
	footer {
		padding: 10px 0;
	}

	.main-title {
		font-size: 40px;
		padding: 10px 0;
	}

	.main-list-box {
		margin-top: 10px;
	}

	.main-list {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.main-list-p {
		font-size: 16px;
	}

	.contact-info-box {
		width: 95%;
	}

	.footer-info-box {
		width: 100%;
		display: block;
	}

	.footer-box {
		width: 95%;
	}

	.contact-info-title {
		font-size: 40px;
	}

	.footer-info-line-box a {
		width: 38px;
		margin-right: 6px;
	}

	.footer-list-box {
		width: calc(100% - 44px);
	}

	.footer-list {
		font-size: 14px;
		letter-spacing: 0;
	}

	.footer-list-box li {
		padding-top: 4px;
	}

	.footer-menu {
		font-size: 14px;
		margin-left: 10px;
	}

	.web {
		width: 100%;
	}

	.header-phone {
		width: calc(100% - 60px);
		text-align: left;
	}

	.header-phone a {
		display: block;
	}
}