﻿@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.productList li .line {
	margin:0 auto;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0px;
	position: fixed;
}
.header .logo {
	height: 34px;
	margin: 8px 0 0 10px;
}
.header .phone{
	display: none;
}
.header .language {
	margin: 0 50px 0 0;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 16px 0 0;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
}
.header .searchBox {
	margin: 0;
}
.header .searchBox .searchBtn {
	width: 50px;
	height: 50px;
	margin: 0;
}
.header .searchBox .searchBar {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	top: 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);
	z-index: 200;
	padding: 0px;
}
.header .searchBox .searchBar .close {
	display: none;
}
.header .searchBox .searchBar .inpu input {
	background: #fff;
}
.header .menuBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menuBtn span {
	width: 28px;
	height: 3px;
	background: #d61837;
	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 .menuBtn span.line1 {
	top: 14px;
}
.header .menuBtn span.line3 {
	top: 32px;
}
.header .nav {
	width: 200px;
	float: right;
	position: fixed;
	right: -200px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	overflow: auto;
}
.header .nav .phone {
	float: none;
	margin: 22px 0;
	padding: 0;
	background: none;
	display: block;
	text-align: center;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #d61837;
	padding: 20px 0;
	text-align: center;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
}
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #5e5c5c;
}
.header .nav > ul > li.on > a:hover,
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #d61837;
	color: #d61837;
}
.header .nav .sub {
	position: static;
	top: 0;
}
.header .nav .sub .wrap {
	padding: 0;
	background: none;
}
.header .nav .sub.ts li {
	width: 100%;
	float: none;
}
.header .nav .sub .pic {
	display: none;
}
.header .nav .sub ul {
	width: 100%;
	float: none;
	margin: 0;
}
.header .nav .sub li {
	line-height: auto;
	text-align: center;
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	border-bottom: solid 1px #ddd;
}
.header .nav .sub li a::after {
	display: none;
}
.header .nav .sub li.on a:hover{
	color: #d61837;
}
.header .nav .sub li a:hover {
	color: #777777;
}
.header .nav .sub li.t {
	display: none;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -200px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menuBtn 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 .menuBtn span.line2 {
	opacity: 0;
}
.wrapper.shiftLeft .menuBtn 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 .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding: 10px 0 0 0;
	text-align: center;
}
.footer .l,
.footer .r{
	float: none;
}
.footer .logo {
	width: 120px;
	display: inline-block;
}
.footer .btn {
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 8px auto;
}
.footer .linkList {
	float: none;
	margin: 0;
	padding: 0;
}
.footer .linkList::before,
.footer .linkList::after {
	display: none;
}
.footer .linkList .list:nth-child(4) ,
.footer .linkList .list:nth-child(5) ,
.footer .linkList .list {
	float: none;
	width: 100%;
}
.footer .linkList .list:nth-child(5) li {
	width: 100%;
	float: none;
}
.footer .linkList .tit:hover,
.footer .linkList .tit {
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #ddd;
	display: block;
	color: #333333;
}
.footer .linkList ul {
	margin: 0;
	border-bottom: solid 1px #ddd;
	padding: 4px 0;
	display: none;
}
.footer .linkList li {
	line-height: auto;
	margin-bottom: 0;
}
.footer .linkList li a ,
.footer .linkList li a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #999999;
}
.footer .qrcode {
	width: 92px;
	margin: 10px auto;
	float: none;
}
.footer .contact {
	float: none;
	margin: 0;
	display: inline-block;
	text-align: left;
}
.footer .contact .text {
	margin-top: 6px;
}
.footer .copy {
	padding: 8px 10px;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 12px;
}
.fixedSidebar {
	width: 100%;
	right: 0;
	top: auto;
	bottom: 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);
}
.fixedSidebar .close {
	display: none;
}
.fixedSidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #dddddd;
	box-sizing: border-box;
}
.fixedSidebar li:first-child{
	border-left: none;
}
.fixedSidebar li a {
	width: 100%;
	height: 50px;
	padding-top: 4px;
	border: none;
}
.fixedSidebar li:hover a {
	background: #fff;
}
.fixedSidebar li:hover a .icon1 {
	display: block;
}
.fixedSidebar li:hover a .icon2 {
	display: none;
}
.fixedSidebar li:hover a .txt {
	color: #555555;
}
.fixedSidebar li a .icon2 ,
.fixedSidebar li a .icon1 {
	height: 18px;
	line-height: 18px;
}
.fixedSidebar li .hide {
	height: auto;
	line-height: auto;
	top: auto;
	bottom: 50px;
	right: auto;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	display: none;
}
.fixedSidebar li .phone {
	display: none;
}
.fixedSidebar li .qrcode {
	width: 100px;
	height: 100px;
	padding: 4px;
}
.rbtn::after {
	display: none;
}
.pcbtn {
	width: 74px;
	height: 32px;
	line-height: 30px;
}
.banner .swiper-pagination {
	bottom: 6px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 11px;
	margin: 0 3px;
}
.main .columnTitle .tit {
	line-height: 24px;
	font-size: 20px;
}
.main .columnTitle .tit span {
	width: 24px;
	height: 9px;
	margin: 0 8px;
}
.main .columnTitle .txt {
	font-size: 12px;
	margin-top: 8px;
}
.main .more {
	width: 100px;
	height: 34px;
	line-height: 34px;
}
.main .news,
.main .product,
.main .recommend {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .recommend .productList {
	margin-top: 30px;
	margin-bottom: 30px;
}
.main .recommend .productList li .text {
	padding: 10px 0 0 0;
	text-align:center;
}
.main .recommend .productList li .tit{
	margin-bottom: 6px;
}
.main .product .content {
	margin-top: 30px;
}
.main .product .box a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .product .box .text {
	left: 10px;
	bottom: 10px;
}
.main .product .box .t {
	font-size: 14px;
	padding-right: 14px;
}
.main .product .box .pcbtn {
	display: none;
}
@media only screen and (max-width: 600px){
	.main .product .row:nth-child(even) .box,
	.main .product .box:nth-child(even) ,
	.main .product .row:nth-child(even) .box:nth-child(even),
	.main .product .box {
		width: 100%;
		padding: 0;
	}
}
.main .training {
	padding: 30px 0;
}
.main .training .content {
	margin: 30px 0;
}
.main .training .content .prev,
.main .training .content .next {
	width: 40px;
	height: 40px;
	left: 0px;
	margin-top: -20px;
}
.main .training .content .prev:hover,
.main .training .content .next:hover {
	background-color: rgba(0, 0, 0, 0.5);
}
.main .training .content .next {
	left: auto;
	right: 0px;
}
.main .training .swiper-slide {
	width: auto;
}
.main .training .swiper-slide .txt {
	font-size: 16px;
	bottom: 10px;
	padding: 0 10px;
}
.main .news .tab {
	margin: 30px 0;
}
.main .news .tab li {
	width: 100px;
	height: 38px;
}
.main .news .tab li span {
	line-height: 36px;
	font-size: 14px;
}
.main .news .newsList {
	margin-bottom: 20px;
}
.newsList {
	margin: 0 -5px;
}
.newsList li {
	padding: 0 5px;
	margin-bottom: 10px;
}
.newsList li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.newsList li a:hover .tit {
	color: #333333;
}
.newsList li .filter,
.newsList li .pcbtn {
	display: none;
}
.newsList li .text {
	padding: 10px;
}
.newsList li .tit {
	font-size: 14px;
}
.newsList li .txt {
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	margin: 5px 0;
}
@media only screen and (max-width: 700px){
	.newsList li{
		width: 100%;
	}
}
.productList {
	margin: 0 -5px;
}
.productList li {
	/*width: 50%;*/
	width: 100%;
	margin-bottom: 10px;
}
.productList li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.productList li a:hover .tit {
	color: #333333;
}
.productList li a:hover .txt {
	opacity: 1;
}
.productList li .pcbtn,
.productList li a:hover .pcbtn {
	display: none;
}
.productList li .text {
	padding: 5px;
}
.productList li .txt,
.productList li .date {
	font-size: 12px;
}
.productList li .tit {
	font-size: 14px;
	margin: 4px 0 10px 0;
	text-align:center;
}
/*.productList li .line {*/
/*	margin-bottom: 6px;*/
/*}*/
.container .columnMenu {
	position: relative;
}
.container .columnMenu .crumbs {
	float: none;
	line-height: 50px;
	padding: 0 70px 0 30px;
	background-position: 10px center;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all
}
.container .columnMenu .crumbs a:hover {
	color: #999999;
}
.container .columnMenu .crumbs span {
	padding: 0 4px;
}
.container .columnMenu .menu {
	float: right;
}
.container .columnMenu .menu .btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/menu.png) no-repeat center;
	background-size: 30px 30px;
}
.container .columnMenu .menu ul{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50px;
	z-index: 80;
	background: #eee;
	display: none;
}
.container .columnMenu .menu li {
	float: none;
	margin: 0;
}
.container .columnMenu .menu li a {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #444444;
	text-align: center;
	border-bottom: solid 1px #ddd;
}
.container .columnMenu .menu li a:hover {
	color: #444444;
}
.container .paging li {
	margin: 0 4px;
}
.container .paging li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.container .paging li a:hover {
	background-color: transparent;
	border: solid 1px #dddddd;
	color: #444444;
}
.container .paging li.prev a:hover {
	background-image: url(../images/arrow6.png);
}
.container .paging li.next a:hover {
	background-image: url(../images/arrow7.png);
}
.productPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.productPage .center .box a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.productPage .center .box .text {
	padding: 10px 100px 10px 10px;
}
.productPage .center .box .t,
.productPage .center .box .p {
	height: 20px;
	line-height: 20px;
}
.productPage .center .box a:hover .t ,
.productPage .center .box .t {
	font-size: 16px;
	padding-right: 20px;
	color: #333333;
}
.productPage .center .box .pcbtn {
	margin: 14px 10px 0 0;
}
@media only screen and (max-width: 600px){
	.productPage .center .row:nth-child(even) .box,
	.productPage .center .box:nth-child(even) ,
	.productPage .center .row:nth-child(even) .box:nth-child(even),
	.productPage .center .box {
		width: 100%;
	}
}
.productPage .productList {
	margin-bottom: 20px;
}
.productPage .introduce {
	padding: 14px 10px;
}
.productPage .introduce .content,
.productPage .introduce .swiper-container {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.productPage .introduce .swiper-pagination {
	bottom: 6px;
}
.productPage .introduce .swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin: 0 2px;
}
.productPage .introduce .content{
	margin-top: 14px;
}
.productPage .introduce .date {
	font-size: 14px;
}
.productPage .introduce .title {
	font-size: 20px;
	margin: 4px 0 10px 0;
}
.productPage .introduce .text {
	padding: 14px 0;
	margin-top: 14px;
}
.productPage .introduce .text .t {
	font-size: 16px;
	margin-bottom: 10px;
}
.productPage .introduce .share {
	padding: 20px 0;
}
.productPage .recommend .title,
.productPage .details .title {
	height: 50px;
	line-height: 48px;
}
.productPage .recommend .title span,
.productPage .details .title span {
	font-size: 16px;
}
.productPage .recommend .title a:hover,
.productPage .details .title a:hover {
	color: #999999;
}
.productPage .details {
	margin: 20px 0;
	padding: 0 10px;
}
.productPage .details .article {
	padding: 20px 0;
	line-height: 30px;
}
.productPage .details .article .tit {
	font-size: 18px;
	margin-bottom: 8px;
}
.productPage .details .article p {
	padding-left: 14px;
}
.productPage .details .article .q {
	background-position: 0 12px;
	margin: 4px 0;
}
.productPage .recommend .title {
	padding: 0 10px;
}
.newsPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.newsPage .newsList {
	margin-bottom: 20px;
}
.newsPage .newsList li{
	width: 50%;
}
.newsPage .details {
	padding: 20px 10px;
}
.newsPage .details .title {
	padding-bottom: 18px;
}
.newsPage .details .title .tit {
	line-height: 30px;
	font-size: 18px;
}
.newsPage .details .title .info {
	line-height: 20px;
	margin-top: 16px;
}
.newsPage .details .title #share {
	margin: -4px 0 0 10px;
}
.newsPage .details .title #share a {
	width: 20px;
	height: 20px;
	margin-right: 6px;
}
.newsPage .details .article {
	padding: 20px 0;
}
.newsPage .details .bottom {
	margin-top: 20px;
}
.newsPage .details .bottom a {
	margin-bottom: 10px;
}
.newsPage .details .bottom a:hover {
	color: #999999;
}
.newsPage .details .bottom .next,
.newsPage .details .bottom .prev {
	width: 100%;
}
.newsPage .details .bottom .next {
	margin-left: 0;
}
.newsPage .details .bottom .return {
	float: left;
}
.aboutPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.aboutPage .introduce .content ,
.aboutPage .introduce .pic {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.aboutPage .introduce .content {
	margin-top: 30px;
	max-height: none;
}
.aboutPage .introduce .content .title {
	font-size: 20px;
}
.aboutPage .introduce .content .text {
	line-height: 26px;
	font-size: 14px;
	margin-top: 10px;
}
.aboutPage .introduce .content .text .tit {
	font-size: 16px;
}
.aboutPage .honor li {
	padding: 5px;
}
.aboutPage .honor li:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.aboutPage .honor li::after {
	display: none;
}
.aboutPage .honor li .txt {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 4px;
}
@media only screen and (max-width: 900px){
	.aboutPage .honor li{
		width: 50%;
	}
}
.contactPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.contactPage .wrap{
	max-width: 600px;
	margin: 0 auto;
}
.contactPage .contact {
	width: 100%;
	padding: 20px 10px;
}
.contactPage .contact .text {
	margin-top: 20px;
}
.contactPage .contact .text p:last-child{
	margin-bottom: 0;
}
.contactPage .map {
	width: 100%;
}
.contactPage .map iframe,
.contactPage .map #allmap {
	height: 280px;
}
.contactPage .message {
	margin-top: 30px;
}
.contactPage .message textarea,
.contactPage .message input[type="text"] {
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding: 0 10px;
	margin: 0 0 8px 0;
}
.contactPage .message textarea {
	height: 100px;
	padding: 10px;
	line-height: 20px;
}
.recruitment li {
	margin-bottom: 14px;
}
.recruitment li .top {
	height: auto;
	line-height: 26px;
	padding: 10px 30px 10px 10px;
	background: url(../images/arrow11.png) no-repeat right 10px center;
	background-size: 14px auto;
}
.recruitment li .top .tit {
	width: 100%;
	max-width: 100%;
	line-height: 20px;
	display: block;
	margin-top: 0px;
	background-position: 0 2px;
	background-size: 16px auto;
	padding-left: 22px;
	font-size: 16px;
}
.recruitment li .top .info {
	width: 100%;
	margin-top: 10px;
}
.recruitment li .top .info .txt {
	line-height: 18px;
	font-size: 12px;
}
.recruitment li .downcent {
	padding: 0 10px 10px 10px;
}
.recruitment li .downcent .text {
	line-height: 20px;
	font-size: 14px;
	margin: 10px 0;
}
.recruitment li .downcent .btn {
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
}
.recruitment li .downcent .btn:hover {
	background: #d61837;
}
.trainingPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.trainingList {
	margin: 0 -5px 10px -5px;
}
.trainingList li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.trainingList li .box:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.trainingList li .box:hover .text {
	color: #333;
}
.trainingList li .text {
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 14px;
}












}/*手机版css*/
