@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.wrapper {
	padding: 50px 0 0 0;
}

.wrapper.shiftLeft {
	margin-left: -240px;
}
.wrapper.shiftLeft .header {
	left: -240px;
	z-index: 105;
}
.wrapper.shiftLeft .nav {
	right: 0;
}
.wrapper.shiftLeft .nav-btn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .nav-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .nav-btn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.fixed-sidebar {
	display: none;
}
.footer {
	padding: 20px 10px;
}
.footer .tel a {
	font-size: 20px;
}
.footer .btnbox {
	margin: 20px 0;
}
.footer .btnbox a {
	min-width: 140px;
	height: 40px;
	line-height: 38px;
	padding: 0 10px;
	font-size: 16px;
	margin: 0 5px;
}
.footer .btnbox a:hover {
	color: #fff;
}
.footer hr {
	height: 1px;
}
.footer .contact {
	margin: 20px 0;
	display: inline-block;
}
.footer .contact .qrcode,
.footer .contact .text {
	margin: 0;
}
.footer .contact .qrcode {
	width: 100px;
	max-width: 100px;
	float: left;
}
.footer .contact .text {
	max-width: 100%;
	width: 100%;
	padding-left: 110px;
	display: block;
}
.footer .contact .text .tit {
	font-size: 18px;
}
.footer .contact .text p {
	margin-bottom: 8px;
}
.footer .contact .text p:last-child {
	margin-bottom: 0;
}
.footer .linek a {
	line-height: 20px;
	font-size: 11px;
	padding: 0 10px;
}
.footer .linek a:hover {
	color: #fff;
}
.footer .linek a::after {
	height: 10px;
	margin-top: -5px;
}
.footer .copy {
	margin-top: 0px;
	font-size: 14px;
}
.footer .copy a {
	font-size: 14px;
}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 12px;
	margin: 0 6px;
}
.banner .swiper-pagination-bullet-active {
	background: #da251d;
	height: 22px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.pchead .title {
	height: 60px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.pchead .slogan {
	line-height: 22px;
	font-size: 14px;
}
.swiper-button-prev,
.swiper-button-next {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
.swiper-button-prev {
	left: 0px;
}
.swiper-button-prev:hover {
	background-image: url(../images/arrow2.png);
}
.swiper-button-next {
	right: 0px;
}
.swiper-button-next:hover {
	background-image: url(../images/arrow3.png);
}/*手机版css*/
