@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.col.sm-col12{width: 100%; float: left;}
.col.sm-col1{width: 8.33333333%;}
.col.sm-col2{width: 16.66666667%;}
.col.sm-col3{width: 25%;}
.col.sm-col4{width: 33.33333333%;}
.col.sm-col5{width: 41.66666667%;}
.col.sm-col6{width: 50%;}
.col.sm-col7{width: 58.33333333%;}
.col.sm-col8{width: 66.66666667%;}
.col.sm-col9{width: 75%;}
.col.sm-col10{width: 83.33333333%;}
.col.sm-col11{width: 91.66666667%;}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1-2,
.lzpic1{
	display: none;
}
.wrapper {
	padding: 50px 00;
}
.header {
	height: 50px;
	z-index: 105;
}
.header.top{
	top: -50px;
}
.header .logo{
	width: 46px;
	height: 32px;
	margin-top: 9px;
}
.header .logo img{
	width: 46px;
}
.header .search-box {
	margin: 0 24px 0 0;
	z-index: 300;
	position: relative;
}
.header .search-box .search-bar{
	display: none;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
	display: block;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 300;
	padding: 0;
	border-radius: 0;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.header .language {
	margin: 0;
}
.header .language::after{
	display: none;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 16px 0 20px;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: 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: #3197e8;
	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.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 260px;
	height: 100%;
	overflow: auto;
	position: fixed;
	right: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	padding: 0 0 20px 0;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #3197e8;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li.s2,
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
	position: relative;
}
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #333;
	font-size: 1.6rem;
	text-indent: 2rem;
}
.header .nav > ul > li.s2.now > a::after,
.header .nav > ul > li > a::after{
	display: none;
}
.header .nav > ul > li .arrow{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	background: url(../images/arrow7.png) no-repeat center;
}
.header .nav > ul > li.now .arrow{
	transform: rotate(180deg);
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
}
.header .nav > ul > li.on > a,
.header .nav > ul > li.on > a:hover{
	color: #3197e8;
	border-color: #3197e8;
}
.header .nav .sub1,
.header .nav .sub2,
.header .nav .sub {
	width: 100%;
	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%);
	background: #eee;
	padding: 0;
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.header .nav .sub1 li a:hover,
.header .nav .sub1 li a{
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: left;
	color: #333;
	text-indent: 4rem;
	font-size: 1.6rem;
	border-top: none;
	border-bottom: solid 1px #ccc;
}
.header .nav .sub2 ul,
.header .nav .sub2 .cont{
	display: block;
}
.header .nav .sub2 li{
	margin: 0;
	float: none;
}
.header .nav .sub2 li a:hover::after{
	width: 0;
}
.header .nav .sub2 li p{
	margin-top: 4px;
}
.header .nav .sub2 .all{
	display: block;
	margin: 20px auto 0 auto;
	border: none;
	padding: 0;
}
.wrapper.shiftLeft {
	margin-left: -260px;
}
.wrapper.shiftLeft .header {
	left: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.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 .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.wrapper.en .header .nav > ul > li{
	margin: 0;
}
.footer {
	padding-top: 0;
}
.footer .link-list .list,
.footer .link-list {
	float: none;
	width: 100%;
	text-align: center;
}
.footer .link-list .list{
	border-bottom: solid 1px #ccc;
}
.footer .link-list .tit {
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0;
}
.footer .link-list ul{
	display: none;
	padding-bottom: 10px;
}
.footer .link-list li {
	margin: 0;
}
.footer .link-list li a {
	height: 34px;
	line-height: 34px;
	display: block;
}
.footer .link-list li a:hover {
	color: #848485;
}
.footer .right {
	width: 310px;
	float: none;
	margin: 20px auto 0 auto;
}
.footer .linkbtn {
	margin: 0 -5px;
}
.footer .linkbtn .btn {
	padding: 0 5px;
}
.footer .attention {
	margin-top: 10px;
}
.footer .bottom {
	padding: 10px 0;
	margin-top: 20px;
	text-align: center;
}
.footer .bottom a:hover {
	color: #848485;
}
.footer .bottom .l,
.footer .bottom .r{
	float: none;
}
.footer .bottom .copy {
	display: block;
}
.footer .bottom .link {
	margin: 0 10px;
}
.footer .bottom .support{
	margin-top: 4px;
}
.fixed-sidebar {
	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);
}
.subscription {
	padding: 40px 0;
}
.subscription .wrap{
	max-width: 600px;
}
.subscription .tit {
	line-height: 24px;
	padding-right: 0;
	text-align: center;
	font-size: 1.6rem;
	display: block;
	margin-bottom: 20px;
}
.subscription .cont {
	display: block;
}
.subscription .inpubox button,
.subscription .inpubox input[type="button"],
.subscription .inpubox input[type="submit"] {
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 2rem;
}
.subscription .inpubox .inpu {
	width: 100%;
	padding-right: 105px;
}
.subscription .inpubox .inpu input {
	height: 50px;
}
.subscription .terms {
	text-align: center;
}
.fixed-sidebar .switch {
	display: none;
}
.fixed-sidebar .return-top{
	width: 20%;
	height: 50px;
	float: right;
	margin: 0;
	border-radius: 0;
	background-color: #fff;
	background-image: url(../images/return-top2.png);
}
.fixed-sidebar ul{
	display: block;
	width: 80%;
}
.fixed-sidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-right: solid 1px #eee;
	box-sizing: border-box;
}
.fixed-sidebar li:hover a,
.fixed-sidebar li a {
	height: 50px;
	padding-top: 6px;
	background: #fff;
	color: #999;
}
.fixed-sidebar li:hover a i,
.fixed-sidebar li a i {
	height: 18px;
	line-height: 18px;
	-webkit-filter: brightness(100%) invert(0%);
	-moz-filter: brightness(100%) invert(0%);
	-ms-filter: brightness(100%) invert(0%);
	-o-filter: brightness(100%) invert(0%);
	filter: brightness(100%) invert(0%);
}
.fixed-sidebar 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;
}
.fixed-sidebar li .phone {
	display: none;
}
.fixed-sidebar li .qrcode {
	width: 140px;
	height: 140px;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 3px;
	margin: 0 4px;
}
.publicslide .swiper-button-prev,
.publicslide .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -30px;
	background-size: 8px auto;
}
.publicslide .swiper-button-prev {
	left: -20px;
}
.publicslide .swiper-button-next {
	right: -20px;
}
.main .pctitle .tit,
.main .pctitle .en {
	line-height: 28px;
}
.main .pctitle .tit {
	font-size: 2.2rem;
}
.main .pctitle .tit::after,
.main .pctitle .tit::before {
	width: 27px;
	height: 4px;
}
.main .pctitle .en {
	font-size: 1.6rem;
}
.main .pcmore {
	margin-top: 20px;
}
.main .pcmore .rbtn {
	min-width: 150px;
}
.main .pcmore .rbtn span {
	height: 44px;
	line-height: 44px;
	padding: 0 26px 0 16px;
}
.main .section1 .swiper-container,
.main .section1 .swiper-wrapper,
.main .section1 .swiper-slide,
.main .section1 .lzpic1,
.main .section1 .lzpic2 {
	 height: calc( 100vh - 100px );
}
.main .section2 .banner {
	position: static;
}
.main .section2 .banner .swiper-container,
.main .section2 .banner .swiper-wrapper,
.main .section2 .banner .swiper-slide,
.main .section2 .banner .lzpic1,
.main .section2 .banner .lzpic2 {
	height: calc( 100vh - 100px );
}
.main .banner img{
	display: none;
}
.main .banner .lzpic1-2,
.main .section1 .lzpic1-2{
	display: none;
}
.main .section2 .banner .cont {
	bottom: 40px;
}
.main .section2 .banner .rbtn {
	font-size: 1.6rem;
}
.main .section2 .banner .rbtn:hover span,
.main .section2 .banner .rbtn span {
	height: 44px;
	line-height: 44px;
	background-position: right 20px center;
	padding: 0 40px 0 24px;
}
.main .section2 .hotnews {
	padding: 40px 0;
}
.main .section2 .hotnews .content {
	padding-right: 0;
}
.main .section2 .hotnews .swiper-slide,
.main .section2 .hotnews .swiper-container {
	height: 30px;
	line-height: 30px;
}
.main .section2 .hotnews .swiper-slide{
	display: block;
	width: 100%;
}
.main .section2 .hotnews .btn {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 20px;
}
.main .section2 .hotnews .swiper-button-prev,
.main .section2 .hotnews .swiper-button-next {
	width: 36px;
	height: 36px;
	margin: 4px 10px 0 0;
	float: left;
}
.main .section2 .hotnews .more {
	height: 40px;
	float: right;
}
.main .section2 .hotnews .swiper-slide .tab {
	padding: 0 5px;
	font-size: 1.4rem;
	margin-right: 5px;
}
.main .section2 .hotnews .swiper-slide .date ,
.main .section2 .hotnews .swiper-slide .txt {
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	display: block;
}
.main .section2 .hotnews .swiper-slide .date {
	float: left;
}
.main .section10 ,
.main .section9 ,
.main .section8 ,
.main .section7 ,
.main .section6 ,
.main .section5 ,
.main .section3 {
	padding: 50px 0;
}
.main .section3 .title {
	font-size: 2rem;
}
.main .section3 .number {
	margin-top: 50px;
}
.main .section3 .number ul {
	margin: 0 -10px;
}
.main .section3 .number li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.main .section3 .number li:nth-child(6n+1) {
	clear: none;
}
.main .section3 .number li:nth-child(2n+1) {
	clear: left;
}
.main .section3 .number li:nth-child(6n+1)::after {
	display: block;
}
.main .section3 .number li:nth-child(2n+1)::after {
	display: none;
}
.main .section3 .number li .big {
	font-size: 3rem;
	margin-right: 6px;
}
.main .section3 .number li .p1,
.main .section3 .number li .p2 {
	font-size: 1.4rem;
	margin: 3px 0;
}
.main .section3 .video-list {
	margin-top: 20px;
}
.main .section4 .content {
	height: auto;
	margin-top: 2px;
}
.main .section4 .right,
.main .section4 .left {
	width: 100%;
	height: auto;
	float: none;
	padding: 0;
}
.main .section4 .right .box:nth-child(2) ,
.main .section4 .right .box:nth-child(1) ,
.main .section4 .right .box,
.main .section4 .left .box {
	height: auto;
	margin-bottom: 2px;
	padding: 0;
}
.main .section4 .box .bg img{
	width: 100%;
	display: block;
}
.main .section4 .box a:hover .text,
.main .section4 .box .text {
	bottom: 10px;
	padding: 0 10px;
	background-position: right 10px bottom 0;
}
.main .section4 .box i {
	height: 30px;
}
.main .section4 .box .entit {
	font-size: 1.6rem;
	margin: 10px 0 4px 0;
}
.main .section4 .box .tit {
	font-size: 2rem;
}
.main .section7 .product-list,
.main .section6 .product-list,
.main .section5 .product-list {
	margin-top: 30px;
}
.main .cooperation {
	margin-top: 30px;
}
.main .cooperation ul {
	padding: 0;
	margin: 0 -5px;
}
.main .cooperation li {
	width: 50%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.main .cooperation li:nth-child(4n+1) {
	clear: none;
}
.main .cooperation li:nth-child(2n+1) {
	clear: left;
}
.main .cooperation li a {
	height: 60px;
	line-height: 30px;
	padding: 15px 10px;
}
.main .news-list {
	margin-top: 30px;
	padding-bottom: 20px;
}
.main .servicesupport {
	padding: 0;
	margin: 30px auto;
	max-width: 600px;
}
.main .servicesupport .message,
.main .servicesupport .contact {
	width: 100%;
	float: none;
	padding: 0;
}
.main .servicesupport .contact .icon {
	width: 60px;
	height: 60px;
	margin-top: 20px;
}
.main .servicesupport .contact .cont {
	padding-left: 90px;
}
.main .servicesupport .contact .cont a {
	font-size: 2rem;
}
.main .servicesupport .contact .text {
	padding: 20px 0;
}
.main .servicesupport .contact .p1 {
	font-size: 2rem;
}
.main .servicesupport .contact .p2 {
	font-size: 1.4rem;
	margin-top: 10px;
}
.main .servicesupport .message {
	margin-top: 30px;
}
.main .servicesupport .message .content {
	padding: 20px;
	margin-top: 10px;
}
.main .servicesupport .message .title {
	font-size: 2.4rem;
}
.main .servicesupport .message input[type="text"],
.main .servicesupport .message textarea {
	padding: 6px 12px;
}
.main .servicesupport .message textarea {
	height: 80px;
}
.main .servicesupport .message .btn {
	margin-top: 20px;
}
.main .servicesupport .message .btn input,
.main .servicesupport .message .btn button {
	width: 120px;
}
.video-list ul {
	margin: 0 -5px;
}
.video-list li {
	padding: 0 5px;
}
.video-list .swiper-slide a::after,
.video-list li a::after {
	width: 40px;
	height: 40px;
}
/*@media only screen and (max-width: 500px){
	.video-list .swiper-slide{
		width: 300px;
	}
}*/
.product-list ul {
	margin: 0 -5px;
}
.product-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.product-list li:nth-child(4n+1) {
	clear: none;
}
.product-list li:nth-child(2n+1) {
	clear: left;
}
.product-list li a:hover {
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.product-list .swiper-slide,
.product-list li {
	padding-top: 0;
}
.product-list .swiper-slide a,
.product-list li a {
	padding: 10px;
}
.product-list .swiper-slide a:hover,
.product-list li a:hover {
	top: 0px;
}
.product-list .swiper-slide .tit,
.product-list li .tit,
.product-list .swiper-slide .txt,
.product-list li .txt {
	height: 20px;
	line-height: 20px;
}
.product-list .swiper-slide .tit,
.product-list li .tit {
	margin: 8px 0;
}
/*@media only screen and (max-width: 600px){
	.product-list .swiper-slide{
		width: 260px;
	}
}*/
.news-list .swiper-slide a:hover,
.news-list li a:hover,
.news-list .swiper-slide a,
.news-list li a {
	padding: 10px 10px 40px 10px;
	background-position: left 10px bottom 10px;
}
.news-list .swiper-slide .date .p1,
.news-list li .date .p1 {
	font-size: 2.2rem;
}
.news-list .swiper-slide .date .p2,
.news-list li .date .p2 {
	font-size: 1.6rem;
}
.news-list .swiper-slide .date .x,
.news-list li .date .x {
	height: 12px;
	background-size: auto 100%;
	margin-bottom: 2px;
}
.news-list .swiper-slide .picc,
.news-list li .picc {
	margin: 10px 0;
}
.news-list .swiper-slide .txt,
.news-list li .txt {
	margin-top: 10px;
}
/*@media only screen and (max-width: 800px){
	.news-list .swiper-slide{
		width: 260px;
	}
}*/
.news-page .news-list{
	margin-bottom: 30px;
}
.news-list ul {
  margin: 0 -5px;
}
.news-list li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
  float: left;
}
.news-list li:nth-child(3n+1) {
  clear: none;
}
.news-list li:nth-child(2n+1) {
  clear: left;
}
.container {
	padding: 0;
}
.container .banner .lzpic2,
.container .banner {
	height: 250px;
}
.container .banner .slogan,
.container .banner .entit {
	font-size: 1.6rem;
	letter-spacing: 2px;
}
.container .banner .title {
	font-size: 3rem;
}
.container .banner .title::before,
.container .banner .title::after {
	width: 53px;
	height: 7px;
}
.container .column-menu{
	position: relative;
}
.container .column-menu .wrap{
	width: 100%;
}
.container .column-menu .menu {
	float: right;
}
.container .column-menu .menu .btn {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/menu.png) no-repeat center;
}
.container .column-menu .menu ul{
	display: none;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 90;
	border-top: solid 1px #ddd;
}
.container .column-menu .menu li {
	float: none;
}
.container .column-menu .menu li::after {
	display: none;
}
.container .column-menu .menu a:hover ,
.container .column-menu .menu a {
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	text-align: center;
	font-size: 1.6rem;
	background: #eee;
	border-bottom: solid 1px #ddd;
}
.container .crumbs {
	height: 50px;
	line-height: 50px;
	float: none;
	padding-left: 10px;
}
.container .crumbs::after {
	display: none;
}
.paging a:hover,
.paging li a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #e5e5e5;
	background: #fff;
	color: #333;
}
.paging li.on a:hover,
.paging li.on a{
	border-color: #3197e8;
	background: #3197e8;
	color: #fff;
}
.hometitle {
	background-position: left 0 bottom 4px;
}
.hometitle .entit {
	font-size: 1.8rem;
}
.hometitle .titl {
	font-size: 2.2rem;
}
.product-page {
	padding: 25px 0;
}
.product-page .hometitle{
	margin: 20px 0 50px 0;
}
.product-page .paging {
	margin: 30px 0 10px 0;
}
.product-page .introduction {
	max-width: 600px;
	margin: 0 auto;
}
.product-page .photo {
	float: none;
	margin: 0 auto;
}
.product-page .introduction .content {
	padding: 0;
	margin-top: 40px;
}
.product-page .introduction .content .title {
	font-size: 1.6rem;
	padding: 0 10px;
}
.product-page .introduction .content .titl {
	font-size: 2rem;
}
.product-page .introduction .content .titll {
	font-size: 1.8rem;
}
.product-page .introduction .content .text {
	line-height: 24px;
	font-size: 1.4rem;
}
.product-page .details .text1 {
	line-height: 24px;
	font-size: 1.4rem;
}
.product-page .details .text1 li {
	width: 100%;
}
.product-page .details .text1 li:nth-child(6n+1) {
	clear: left;
}
.product-page .details .parameter {
	font-size: 1.4rem;
}
.product-page .recommend .swiper-button-prev,
.product-page .recommend .swiper-button-next {
	background-color: rgba(0, 0, 0, 0.3);
}
.product-page .recommend .swiper-slide a {
	border: solid 1px #e5e5e5;
}
.product-page .recommend .swiper-slide a:hover {
	box-shadow: -1px 1px 8px 2px rgba(0, 0, 0, 0.08);
}
.contact-page {
	padding: 40px 0;
}
.contact-page .company .title {
	font-size: 2.2rem;
	margin: 20px 0 10px 0;
}
.contact-page .company .entit {
	font-size: 1.2rem;
}
.contact-page .address a ,
.contact-page .address {
	font-size: 1.6rem;
}
.contact-page .address .col {
	margin-bottom: 22px;
	line-height: 30px;
}
.contact-page .address .tit {
	min-width: 110px;
	background: no-repeat 0 5px;
}
.message-page .message {
	padding: 30px 20px;
}
.message-page .message .hello {
	font-size: 1.4rem;
}
.message-page .message .row {
	margin: 0 -5px;
}
.message-page .message .row .col {
	padding: 0 5px;
}
.message-page .message input[type="text"],
.message-page .message textarea {
	font-size: 1.4rem;
	padding: 10px;
}
.message-page .message textarea {
	height: 120px;
}
.message-page .message .tips {
	font-size: 1.4rem;
	margin: 10px 0;
}
.about-page .aboutus .introduction .pic {
	float: none;
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}
.about-page .aboutus .introduction .pic span {
	width: 100%;
}
.about-page .aboutus .content {
	padding: 0;
	margin-top: 40px;
}
.about-page .aboutus .company .title {
	font-size: 2.2rem;
	margin: 10px 0;
}
.about-page .aboutus .article {
	font-size: 1.6rem;
	margin-top: 30px;
}
.about-page .aboutus .signature {
	font-size: 1.6rem;
}
.about-page .aboutus .databox li {
	width: 33.3333%;
	font-size: 1.2rem;
	padding: 0 8px;
	margin-bottom: 30px;
	line-height: 20px;
}
.about-page .aboutus .databox li:nth-child(6n+1) {
	clear: none;
}
.about-page .aboutus .databox li:nth-child(3n+1) {
	clear: left;
}
.about-page .aboutus .databox li:nth-child(6n+1)::after {
	display: block;
}
.about-page .aboutus .databox li:nth-child(3n+1)::after {
	display: none;
}
.about-page .aboutus .databox li::after {
	height: 70px;
}
.about-page .aboutus .databox li .p1 .n {
	font-size: 3rem;
}
@media only screen and (max-width: 550px){
	.about-page .aboutus .databox li{
		width: 50%;
	}
	.about-page .aboutus .databox li:nth-child(3n+1) {
		clear: none;
	}
	.about-page .aboutus .databox li:nth-child(2n+1) {
		clear: left;
	}
	.about-page .aboutus .databox li:nth-child(3n+1)::after {
		display: block;
	}
	.about-page .aboutus .databox li:nth-child(2n+1)::after {
		display: none;
	}
}
.about-page .culture .row .pic {
	width: 100%;
	height: auto;
	position: relative;
}
.about-page .culture .row:nth-child(even) .pic::after,
.about-page .culture .row .pic::after {
	width: 20px;
	height: 10px;
	background-image: url(../images/culture_arrow3.png);
	top: auto;
	right: auto;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
.about-page .culture .row .pic img {
	display: block;
}
.about-page .culture .row:nth-child(even) .cont,
.about-page .culture .row .cont {
	width: 100%;
	float: none;
	padding: 30px 20px;
	min-height: auto;
}
.about-page .culture .row .cont i {
	height: 40px;
}
.about-page .culture .row .cont p {
	margin: 30px 0;
}
.about-page .quality .content ul {
	padding: 0;
	max-width: 360px;
	margin: 0 auto;
}
.about-page .quality .content li {
	width: 100%;
	float: none;
	margin-bottom: 30px;
	padding: 0;
}
.about-page .history {
	padding: 30px 0;
}
.about-page .history .content {
	padding-right: 0px;
	padding-bottom: 100px;
}
.about-page .history .swiper-slide center {
	display: inline-block;
}
.about-page .history .swiper-slide .box {
	margin-bottom: 40px;
	float: none;
	padding-right: 30px;
}
.about-page .history .swiper-slide .box:nth-child(1) ,
.about-page .history .swiper-slide .box:nth-child(2) ,
.about-page .history .swiper-slide .box:nth-child(3) ,
.about-page .history .swiper-slide .box:nth-child(4) ,
.about-page .history .swiper-slide .box:nth-child(5) {
	margin-right: 0;
}
.about-page .history .swiper-slide .box .year {
	font-size: 2.8rem;
}
.about-page .history .swiper-slide .box .year::after {
	width: 20px;
	height: 20px;
	top: 50%;
	right: -30px;
	margin-top: -8px;
}
.about-page .history .swiper-slide .box .txt {
	font-size: 1.6rem;
	margin-top: 6px;
}
.about-page .history .btn {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 5;
	text-align: center;
}
.about-page .history .swiper-button-prev,
.about-page .history .swiper-button-next {
	display: inline-block;
	position: static;
	margin: 0 4px;
	width: 100px;
	height: 42px;
	line-height: 42px;
	background-size: auto 100%;
	font-size: 1.6rem;
	-moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.about-page .history .swiper-button-prev {
	background: url(../images/arrow19.png) no-repeat right center;
	text-align: left;
}
.about-page .history .swiper-button-next {
	background: url(../images/arrow20.png) no-repeat 0 center;
	text-align: right;
}
.culture-list ul {
  margin: 0 -5px;
}
.culture-list li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 12px;
}
.culture-list li:nth-child(4n+1) {
  clear: none;
}
.culture-list li:nth-child(2n+1) {
  clear: left;
}
.culture-list li:nth-child(8) .text,
.culture-list li .text {
  padding: 10px 10px;
  height: 80px;
}
.culture-list li a:hover .icon {
  height: 20px;
}
.culture-list li .icon {
  line-height: 20px;
}
.culture-list li:nth-child(8) .tit,
.culture-list li .tit {
  font-size: 1.4rem;
  margin: 2px 0;
}
.culture-list li .txt {
  line-height: 14px;
  font-size: 1.2rem;
}
.culture-list li:nth-child(8) .line,
.culture-list li .line {
  left: 10px;
  bottom: 10px;
}
.culture-list li a:hover .line{
	display: none;
}
.culture-list li .line span {
  height: 2px;
  margin-top: 4px;
}
.menutab a {
	padding: 10px;
	height: auto;
	line-height: 20px;
	font-size: 1.4rem;
	margin: 0;
}
.traveler-page .introduction {
	padding: 10px;
}
.traveler-page .introduction .pic ,
.traveler-page .introduction .cont {
	width: 100%;
	float: none;
	padding: 0;
}
.traveler-page .introduction .pic {
	margin-top: 30px;
	text-align: center;
}
.traveler-page .introduction .title {
	font-size: 1.8rem;
}
.traveler-page .introduction .text {
	font-size: 1.4rem;
	line-height: 24px;
	margin-top: 30px;
}
.traveler-page .introduction .text p {
	padding-left: 30px;
	background: no-repeat 0 2px;
}
.traveler-page .pioneerpark .title {
	font-size: 2.2rem;
}
.traveler-page .pioneerpark .article {
	line-height: 28px;
	font-size: 1.6rem;
}
.traveler-page .feature .pic {
	width: 100%;
	height: auto;
	position: relative;
}
.traveler-page .feature .row:nth-child(even) .pic::after,
.traveler-page .feature .pic::after {
	width: 20px;
	height: 10px;
	top: auto;
	right: auto;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	background: url(../images/culture_arrow3.png) no-repeat;
}
.traveler-page .feature .pic img {
	display: block;
}
.traveler-page .feature .row:nth-child(even) .text,
.traveler-page .feature .text {
	width: 100%;
	padding: 10px;
	float: none;
	min-height: auto;
}
.traveler-page .feature .tit {
	font-size: 2rem;
}
.traveler-page .feature .txt {
	font-size: 1.4rem;
}
.traveler-page .negotiate .swiper-button-prev,
.traveler-page .negotiate .swiper-button-next ,
.traveler-page .realscene .swiper-button-prev,
.traveler-page .realscene .swiper-button-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.traveler-page .realscene .swiper-slide .tit {
	font-size: 1.6rem;
	padding: 0 10px;
}
.traveler-page .negotiate .swiper-slide .tit {
	font-size: 1.6rem;
}
.service-page .service .tips {
	font-size: 1.6rem;
	line-height: 30px;
}
.service-page .service .content .pic ,
.service-page .service .content .text {
	width: 100%;
	float: none;
	padding: 0;
}
.service-page .service .content .pic {
	margin-top: 40px;
}
.service-page .service .content .row {
	font-size: 1.6rem;
}
.service-page .problem li {
	padding: 10px 0;
	background-position: right 0 top 20px;
}
.service-page .problem li .q {
	font-size: 1.6rem;
}
.service-page .problem li .a {
	font-size: 1.4rem;
}
.human-resources .concept .row:nth-child(even) .pic ,
.human-resources .concept .row .pic {
	width: 100%;
	height: auto;
	position: relative;
}
.human-resources .concept .row:nth-child(even) .pic::after,
.human-resources .concept .row .pic::after {
	width: 20px;
	height: 10px;
	background: url(../images/culture_arrow3.png) no-repeat;
	top: auto;
	right: 0;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
}
.human-resources .concept .row .pic img {
	display: block;
}
.human-resources .concept .row:nth-child(even) .cont,
.human-resources .concept .row .cont {
	width: 100%;
	float: none;
	padding: 20px 20px 40px 20px;
	min-height: auto;
}
.human-resources .concept .row .cont i {
	height: 40px;
}
.human-resources .concept .row .cont .txt {
	margin: 20px 0;
	line-height: 26px;
	font-size: 1.6rem;
}
.human-resources .welfare .cont {
	font-size: 1.6rem;
}
.human-resources .recruitment{
	overflow-x: auto;
}
.human-resources .recruitment ul,
.human-resources .recruitment .head{
	min-width: 600px;
}
.human-resources .recruitment .head,
.human-resources .recruitment .top {
	font-size: 1.6rem;
	line-height: 24px;
	padding: 5px;
}
.human-resources .recruitment .head .col,
.human-resources .recruitment .top .col {
	padding: 0 2px;
}
.human-resources .recruitment li.now .top,
.human-resources .recruitment li .top {
	background: #f3f3f3;
	font-size: 1.4rem;
}
.human-resources .recruitment li .cont {
	padding: 10px;
	font-size: 1.4rem;
	line-height: 24px;
}
.human-resources .address {
	font-size: 1.4rem;
}
.employee-list ul {
	margin: 0 -5px;
}
.employee-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.employee-list li:nth-child(3n+1) {
	clear: none;
}
.employee-list li:nth-child(2n+1) {
	clear: left;
}
.employee-list li .text {
	padding: 0 8px;
}
.employee-list li .date,
.employee-list li .tit {
	font-size: 1.4rem;
}
.employee-list li .date {
	display: none;
}
.employee-list li .tit {
	padding-right: 0;
}
.development-list {
	margin: 30px 0;
}
.development-list ul {
	margin: 0 -5px;
}
.development-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.development-list li:nth-child(4n+1) {
	clear: none;
}
.development-list li:nth-child(2n+1) {
	clear: left;
}
.development-list li .tit {
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
}
.list-combination{
	margin-bottom: 0;
}
.list-combination .titll span {
	font-size: 2rem;
}
.list-combination ul {
	margin-top: 20px;
}
.pcb-list {
	margin: 36px 0 30px 0;
}
.pcb-list ul {
	margin: 0 -5px;
}
.pcb-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 14px;
}
.pcb-list li:nth-child(4n+1) {
	clear: none;
}
.pcb-list li:nth-child(2n+1) {
	clear: left;
}
.pcb-list li .picc {
	border: solid 6px #f2f2f2;
}
.pcb-list li .tit {
	font-size: 1.6rem;
	margin: 10px 0 6px 0;
}
.pcb-list li .txt {
	font-size: 1.4rem;
}
.manufacture-page {
	padding: 40px 0;
}
.manufacture-page .menutab {
	display: grid;
	grid-template-columns: repeat(3,1fr);
}
.manufacture-page .menutab.two{
	grid-template-columns: repeat(2,1fr);
}
.manufacture-page .menutab a {
	padding: 10px;
	margin: 0;
	display: block;
	font-size: 1.2rem;
}
.manufacture-page .product-development .introduction {
	font-size: 1.6rem;
	line-height: 30px;
}
.manufacture-page .product-development .introduction .tit{
	font-size: 2rem;
}
.manufacture-page .product-photo .row {
	margin: 0 -5px;
}
.manufacture-page .product-photo .col {
	margin-bottom: 10px;
	padding: 0 5px;
}
.manufacture-page .product-photo .box {
	box-shadow: 2px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.manufacture-page .product-development .titll {
	font-size: 2rem;
	margin: 30px 0;
}
.manufacture-page .product-equipment .introduce .cont {
	width: 100%;
	padding: 30px 20px 60px 20px;
	float: none;
}
.manufacture-page .product-equipment .introduce .pic {
	width: 100%;
	position: static;
	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);
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
}
.manufacture-page .product-equipment .introduce .line {
	left: 20px;
	bottom: 20px;
}
.manufacture-page .product-equipment .introduce .entit,
.manufacture-page .product-equipment .introduce .entitl {
	line-height: 30px;
}
.manufacture-page .product-equipment .introduce .entit {
	font-size: 2.6rem;
}
.manufacture-page .product-equipment .introduce .entitl {
	font-size: 3rem;
}
.manufacture-page .product-equipment .introduce .title {
	font-size: 3rem;
	margin-top: -14px;
}
.manufacture-page .product-equipment .introduce .p2 ,
.manufacture-page .product-equipment .introduce .p1 {
	line-height: 30px;
	font-size: 1.6rem;
	margin: 20px 0;
}
.manufacture-page .product-equipment .photo .row {
	margin: 0 -5px;
}
.manufacture-page .product-equipment .photo .col {
	padding: 0 5px;
	margin-bottom: 10px;
}
.manufacture-page .product-equipment .details {
	padding: 30px 14px;
	line-height: 24px;
	font-size: 1.4rem;
}
.news-page .details .head {
	padding: 20px 10px;
}
.news-page .details .title {
	font-size: 1.8rem;
}
.news-page .details .article {
	padding: 30px 10px 10px 10px;
}
.news-page .share,
.news-page .prevnext {
	float: none;
  margin: 30px 0;
}
.news-page .share{
	margin-bottom: 0;
}
.siteMap {
	padding: 30px 0;
}
.siteMap .row {
	margin-bottom: 30px;
}
.siteMap .row .tit {
	height: 40px;
	line-height: 40px;
	font-size: 1.6rem;
}
.siteMap .row ul li{
	width: 25%;
}
.siteMap .row ul li a {
	height: 34px;
	line-height: 34px;
	font-size: 1.4rem;
}
@media only screen and (max-width: 600px){
	.siteMap .row ul li {
		width: 50%;
	}
}













} /* Less than 1200 */


