@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
body.on{
	height: 100vh;
	overflow-y: hidden;
}
.wrapper{
	padding-top: 74px;
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.head-top {
	height: 24px;
	line-height: 24px;
	z-index: 110;
	position: fixed;
	top: 0;
	left: 0;
}
.head-top .hello{
	display: none;
}
.head-top .search-box {
	margin: 0;
}
.head-top .search-box .search-btn {
	height: 24px;
}
.head-top .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0px;
}
.head-top .search-box .search-bar .close{
	display: none;
}
.head-top .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.head-top .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.head-top .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.head-top .language a {
	font-size: 12px;
}
.header {
	height: 50px;
	z-index: 125;
	border-bottom: solid 1px #eee;
	clear: both;
	position: fixed;
	top: 24px;
}
.header.small{
	top: 0;
	height: 50px;
}
.header.small .logo,
.header .logo{
	height: 34px;
	margin: 8px 0 0 10px;
}
.header.small .phone,
.header .phone {
	width: 40px;
	margin: 0 50px 0 0;
	height: 50px;
	padding: 0;
	float: right;
	background-position: center;
}
.header .phone span{
	display: none;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 28px;
	height: 3px;
	background: #007a9e;
	border-radius: 2px;
	position: absolute;
	left: 12px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menu-btn span::after{
	content: " ";
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 4px;
	z-index: 2;
	background: #fff;
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 200px;
	height: 100vh;
	position: fixed;
	right: -200px;
	top: 0;
	bottom: 0;
	z-index: 125;
	background: #fff;
	margin: 0;
	overflow: auto;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #007a9e;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
}
.header.small .nav > ul > li > a,
.header .nav > ul > li > a:hover,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #222;
}
.header .nav > ul > li.on > a:hover,
.header .nav > ul > li.on > a {
	color: #007a9e;
	border-bottom: solid 1px #007a9e;
}
.header .nav .buoy{
	display: none;
}
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
}
.header .nav .sub li{
	margin: 0;
}
.header .nav .sub li a:hover,
.header .nav .sub li a {
	background: #eee;
	color: #444;
	border-bottom: solid 1px #ccc;
}
.header-brace{
	height: 50px;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .head-top,
.wrapper.shiftLeft .header{
	left: -200px;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menu-btn span::after{
	display: none;
}
.wrapper.shiftLeft .menu-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 .menu-btn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menu-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 .head-top,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding-top: 10px;
	text-align: center;
}
.footer .col{
	width: 100%;
	display: inline-block;
	float: none;
	margin-bottom: 10px;
	padding: 0 10px;
}
.footer .title {
	margin-bottom: 10px;
}
.footer .link ul {

}
.footer .link li {

}
.footer .qrcode {
	width: 84px;
	float: none;
	margin: 10px auto 0 auto;
}
.footer .copy {
	margin-top: 0px;
	padding: 10px 0;
}
.footer .copy p {
	padding: 0 8px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 3px;
}
.pcbtn {
	width: 40px;
	height: 40px;
	padding: 3px;
}
.main .pctitle {
	font-size: 20px;
}
.main .entitle {
	font-size: 14px;
}
.main .entitle::before,
.main .entitle::after {
	margin: -4px 10px 0 10px;
}
.main .about,
.main .application,
.main .product {
	padding: 30px 10px;
}
.main .product .content {
	margin-top: 30px;
}
.main .product .box {
	width: 50%;
}
.main .product .box:nth-child(4n+1) {
	clear: none;
}
.main .product .box:nth-child(2n+1) {
	clear: left;
}
.main .product .text {
	padding: 10px;
}
.main .product .tit {
	font-size: 16px;
}
.main .product .txt {
	margin: 14px 0;
	padding-top: 14px;
}
.main .application ul {
	margin: 20px -3px 0 -3px;
}
.main .application li {
	width: 50%;
}
.main .application li:nth-child(4n+1) {
	clear: left;
}
.main .application li:nth-child(2n+1) {
	clear: left;
}
.main .application a {
	padding: 20px 10px;
}
.main .application .icon2,
.main .application .icon1 {
	width: 60px;
	height: 60px;
}
.main .application .tit {
	font-size: 16px;
}
.main .about .pic,
.main .about .content {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.main .about .title {
	height: auto;
	padding: 14px 0;
}
.about .trait {
	margin-top: 20px;
}
.about .trait li:first-child ,
.about .trait li {
	width: 100%;
	padding: 2px 18px 0 50px;
	margin-bottom: 10px;
}
.about .trait li::after {
	display: none;
}
.about .trait .icon {
	width: 30px;
	left: 0 ;
	top: 0;
}
.main .about .text {
	margin: 0 0 20px 0;
}
.main .about .pic {
	position: static;
	margin-top: 30px;
}
.main .about .pic img {
	display: block;
}
.container .banner {
	height: 200px;
}
.container .banner .wrap {
	left: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	padding: 0 10px 10px 10px;
}
.container .banner .title {
	font-size: 30px;
}
.container .banner .crumbs {
	margin-top: 10px;
}
.about-page .about {
	padding: 30px 10px;
}
.about-page .about .slogan {
	float: none;
	line-height: 30px;
	font-size: 20px;
}
.about-page .about .trait {
	max-width: 100%;
	float: none;
	margin-top: 30px;
}
.about-page .about .article {
	margin-top: 10px;
}
.about-page .honor {
	padding: 30px 10px;
}
.about-page .honor .title {
	font-size: 20px;
}
.about-page .honor .swiper-container {
	margin-top: 30px;
}
.about-page .honor .swiper-slide {
	border: solid 2px #ddd;
}
.about-page .honor .swiper-pagination-bullet {
	width: 20px;
	margin: 0 2px;
}
.product-page,
.application-page {
	padding: 30px 10px;
}
.application-list li {
	width: 50%;
}
.application-list li:nth-child(4n+1) {
	clear: none;
}
.application-list li:nth-child(2n+1) {
	clear: left;
}
.application-list .box {
	padding: 52px 10px;
}
.application-list .box:hover {
	padding: 24px 10px;
}
.application-list .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.application-list .tit {
	font-size: 16px;
	margin: 10px 0;
}
.application-list .pcbtn {
	margin: 16px auto 0 auto;
}
.product-list li {
	width: 100%;
}
.product-list .text {
	padding: 10px;
}
.product-list .tit {
	font-size: 16px;
}
.product-list .txt {
	margin: 10px 0;
	padding-top: 10px;
}
.product-page .introduction .content,
.product-page .introduction .pic {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.product-page .introduction .content {
	padding: 0;
}
.product-page .introduction .title {
	font-size: 20px;
	padding: 0 0 14px 0;
}
.product-page .introduction .text {
	padding: 10px 0;
}
.product-page .introduction .text p {
	margin-bottom: 10px;
}
.product-page .share {
	margin-top: 14px;
}
.product-page .introduction .pic{
	margin-top: 20px;
}
.product-page .details {
	margin-top: 30px;
}
.product-page .details .article {
	padding: 20px 0;
}
.contact-page .contact {
	padding: 30px 10px;
	max-width: 620px;
	width: 100%;
	margin: 0 auto;
}
.contact-page .message,
.contact-page .address {
	width: 100%;
	float: none;
}
.contact-page .address {
	padding: 0;
}
.contact-page .message .row {
	margin: 0 -5px;
}
.contact-page .message .row .col {
	padding: 0 5px;
}
.contact-page .message .row textarea,
.contact-page .message .row input {
	padding: 10px;
}
.contact-page .message .row textarea {
	height: 100px;
}
.contact-page #allmap {
	height: 300px;
}
.single-page{
	padding: 30px 10px;
}















}/*手机版css*/
