@charset "UTF-8";
.paging { display: block!important; }
.paging2 { display: none!important; }
@media only screen and (max-width:1000px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0;
}
.header {
	height: 50px;
	z-index: 105;
}
.header .logo {
	height: 50px;
	margin-left: -40px;
}
.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 26px;
	height: 3px;
	background: #018ae2;
	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: 200px;
	position: fixed;
	right: -200px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	padding: 0;
	margin: 0;
	overflow: auto;
}
.header .nav .buoy{
	display: none;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #018ae2;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
}
.header .nav .sub li a:hover,
.header .nav .sub li a,
.header .nav > ul > li:hover > a,
.header .nav > ul > li > a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 15px;
	color: #333333;
	text-align: center;
	border-bottom: solid 1px #ddd;
}
.header .nav .sub li a:hover,
.header .nav .sub li a{
	font-size: 14px;
}
.header .nav > ul > li > a::after {
	display: none;
}
.header .nav .sub {
	min-width: 100%;
	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 {
	background: #eee;
	margin: 0;
}
.header .search-box {
	margin: 0 0px 0 100px;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	padding: 0px;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding-right: 50px;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.header .contact,
.header .language {
	margin: 0;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 24px 0 14px;
}
.header .language .list {
	top: 40px;
	width: 100px;
}
.header .language li a:hover {
	background: none;
}
.header .contact:hover {
	background-image: url(../images/contact1.png);
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -200px;
	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;
}
.footer {
	padding: 0;
	text-align: center;
}
.footer .link-list {
	float: none;
	text-align: center;
}
.footer .link-list .list {
	min-width: 100%;
	min-height: auto;
	padding: 0;
	border-left: none;
	border-bottom: solid 1px #333b46;
	float: none;
}
.footer .link-list .list::after {
	display: none;
}
.footer .link-list .tit {
	display: block;
	height: 44px;
	line-height: 44px;
}
.footer .link-list ul {
	margin-top: 0;
	display: none;
}
.footer .link-list li {
	line-height: auto;
	margin-bottom: 0;
}
.footer .link-list li a:hover,
.footer .link-list li a {
	font-size: 14px;
	color: #5f656c;
	line-height: 34px;
	height: 34px;
	display: block;
}
.footer .l,
.footer .r{
	float: none;
}
.footer .qrcode,
.footer .contact {
	display: inline-block;
	float: none;
	padding: 0;
	margin: 0 10px;
}
.footer .contact{
	vertical-align: top;
	margin-top: 50px;
}
.footer .contact .btn {
	text-align: left;
}
.footer .contact .btn:hover {
	background-color: #018ae2;
}
.footer .contact .txt {
	margin-top: 20px;
	text-align: left;
}
.footer .contact .txt span {
	display: inline-block;
}
.footer .contact .txt br{
	display: none;
}
.footer .qrcode {
	margin-top: 20px;
}
.footer .qrcode .pic {
	width: 110px;
}
.footer .qrcode .txt {
	margin-top: 8px;
}
.footer .phone {
	padding: 14px 10px;
	text-align: left;
	max-width: 400px;
	margin: 20px auto 0 auto;
}
.footer .phone .box {
	width: 100%;
	min-width: 100%;
	float: none;
	padding: 6px 0 4px 50px;
	background-size: 40px 40px;
}
.footer .phone .txt {
	font-size: 16px;
}
.footer .copy {
	padding: 14px 10px;
}
.footer .copy a:hover {
	color: #5f656c;
}
.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);
}
.fixed-sidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #fff;
	box-sizing: border-box;
}
.fixed-sidebar li:first-child{
	border-left: none;
}
.fixed-sidebar li:hover a {
	background: #018ae2;
}
.fixed-sidebar li a {
	height: 70px;
	padding-top: 4px;
}
.fixed-sidebar li a .icon {
	height: 40px;
	line-height: 18px;
	padding-top: 5px;
}
.fixed-sidebar li a .txt{
	margin-top: 0px!important;
}
.footer .copy{
	padding-bottom: 40px;
}
.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: 120px;
	height: 120px;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-size: 6px auto;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.banner .swiper-button-prev {
	left: 10px;
}
.banner .swiper-button-next {
	right: 10px;
}
.banner .swiper-pagination {
	bottom: 6px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 24px;
	height: 2px;
}
.main .pd70 {
	padding: 30px 10px;
}
.main .columntitle .tit {
	font-size: 20px;
}
.main .columntitle .txt {
	font-size: 14px;
	margin-top: 10px;
}
.main .product .classify {
	margin: 30px 0 0 0;
	padding: 20px 10px;
}
.main .product .classify .title {
	width: 100%;
	float: none;
	font-size: 16px;
	text-align: center;
}
.main .product .classify .title .tit,
.main .product .classify .title .en{
	display: inline-block;
}
.main .product .classify .title .tit span {
	width: 6px;
	height: 6px;
	background-size: 100% 100%;
	margin-left: 10px;
	margin-top: -4px;
}
.main .product .classify ul {
	padding: 0;
	max-width: 600px;
	margin: 10px auto 0 auto;
}
.main .product .classify li {
	width: 50%;
	height: 30px;
}
.main .product .classify li:nth-child(odd){
	border: none;
}
.main .product .classify li:nth-child(odd) a{
	padding-left: 0;
}
.main .product .classify li a {
	padding-left: 14px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.main .product .classify li a:hover {
	color: #555555;
}
.main .product .classify li a::before {
	display: none;
}
.main .product .hot {
	margin: 20px 0;
	padding: 20px 10px;
}
.main .product .hot .text,
.main .product .hot .pic {
	max-width: 600px;
	width: 100%;
	float: none;
	padding: 0;
	max-height: 100%;
	margin: 0 auto;
}
.main .product .hot .pic img {
	margin: 0;
}
.main .product .hot .text{
	margin-top: 10px;
}
.main .product .hot .icon {
	height: 22px;
	line-height: 22px;
	border-radius: 22px;
	font-size: 12px;
}
.main .product .hot .tit {
	font-size: 18px;
	margin: 10px 0;
}
.main .product .hot .txt {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
}
.main .product .hot .btn {
	margin-top: 14px;
}
.main .product .hot .btn a {
	width: 100px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	font-size: 14px;
	margin-right: 12px;
}
.main .product .hot .btn a:nth-child(2):hover {
	background: #018ae2;
	color: #fff;
}
.main .product .hot .btn a:hover {
	background: #e9edf0;
	color: #333333;
}
.main .product .list ul {
	margin: 0 -5px;
}
.main .product .list li {
	padding: 0 5px;
}
.main .product .list li a:hover .tit {
	color: #333333;
}
.main .product .list 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);
}
.main .product .list li .text {
	
	padding: 0 10px;
}
.main .product .list li .tit {
	font-size: 15px;
}
.main .product .list li .see {
	font-size: 14px;
}
@media only screen and (max-width: 700px){
	.main .product .list li{
		width: 100%;
		margin-bottom: 10px;
	}
}
.main .why {
	height: auto;
	padding: 0 10px;
}
.main .why .swiper-container{
	padding: 30px 0;
}
.main .why .swiper-slide {
	background-position: right 10px bottom 10px;
}
.main .why .pic {
	width: 100%;
	height: auto;
	float: none;
	max-width: 600px;
	margin: 10px auto;
}
.main .why .pic img {
	display: block;
}
.main .why .title,
.main .why .btn,
.main .why .cont {
	width: 100%;
	max-width: 600px;
	position: static;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0 auto;
}
.main .why .btn {
	top: auto;
	bottom: 0;
	margin-top: 20px;
}
.main .why .btn .swiper-button-prev,
.main .why .btn .swiper-button-next {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
	background-size: 6px auto;
}
.main .why .btn .swiper-button-prev:hover {
	background-image: url(../images/arrow6.png);
	background-color: #fff;
}
.main .why .btn .swiper-button-next:hover {
	background-image: url(../images/arrow7.png);
	background-color: #fff;
}
.main .why .title {
	line-height: 30px;
	top: 0px;
	text-align: center;
}
.main .why .title .en {
	font-size: 30px;
}
.main .why .title .tit {
	font-size: 20px;
}
.main .why .line {
	height: 50px;
	display: none;
}
.main .why .p1 {
	font-size: 20px;
	margin: 8px 0;
}
.main .advantage .content {
	padding: 0 40px;
	margin-top: 20px;
	height: auto;
}
.main .advantage .swiper-container {
	padding: 10px 0;
}
.main .advantage .swiper-button-prev,
.main .advantage .swiper-button-next {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-size: 6px auto;
}
.main .advantage .swiper-button-prev:hover,
.main .advantage .swiper-button-next:hover {
	background-color: rgba(0, 0, 0, 0.17);
}
.main .advantage .swiper-button-prev {
	left: 0;
}
.main .advantage .swiper-button-next {
	right: 0;
}
.main .advantage .swiper-slide {
	margin-top: 20px;
	width: auto;
}
.main .advantage .swiper-slide a {
	padding: 20px;
}
.main .advantage .swiper-slide .tit {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	margin: 10px 0;
}
.main .advantage .swiper-slide .txt {
	height: 88px;
	line-height: 22px;
	font-size: 14px;
}
.main .advantage .swiper-slide .add {
	width: 30px;
}
.main .advantage .swiper-slide-active {
	margin-top: 0;
}
.main .advantage .swiper-slide-active .add {
	height: 30px;
	margin-top: 10px;
}
@media only screen and (max-width: 600px){
	.main .advantage .swiper-slide{
		margin-top: 0;
	}
	.main .advantage .swiper-slide a {
	  background: #018ae2;
	}
	.main .advantage .swiper-slide .tit,
	.main .advantage .swiper-slide .txt {
	  color: #fff;
	}
	.main .advantage .swiper-slide .txt {
	  opacity: .7;
	}
	.main .advantage .swiper-slide .add {
	  height: 30px;
	  margin-top: 10px;
	}
}
.main .cooperation .swiper-container {
	margin-top: 30px;
	padding-bottom: 30px;
}
.main .cooperation .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 2px;
	border: solid 1px #a9aaaa;
}
.main .cooperation .swiper-pagination .swiper-pagination-bullet-active {
	border: solid 1px #018ae2;
}
.main .cooperation .swiper-slide 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 .solution .plan {
	margin: 20px 0;
	padding: 0 20px;
}
.main .solution .plan .swiper-button-next,
.main .solution .plan .swiper-button-prev {
	width: 12px;
	height: 24px;
	margin: -12px 0 0 0;
}
.main .solution .plan .swiper-button-prev {
	left: 0px;
}
.main .solution .plan .swiper-button-prev:hover {
	background-image: url(../images/arrow10.png);
}
.main .solution .plan .swiper-button-next {
	right: 0px;
}
.main .solution .plan .swiper-button-next:hover {
	background-image: url(../images/arrow11.png);
}
.main .solution .plan .swiper-container {
	padding: 15px 0;
}
.main .solution .plan .swiper-slide:hover {
	box-shadow: 0 0 0 0 #d4d4d4;
	top: 0;
}
.main .solution .plan .swiper-slide:hover a {
	opacity: 0;
}
.main .solution .plan .swiper-slide .box {
	padding: 12px 10px;
}
.main .solution .plan .swiper-slide .icon {
	height: 30px;
}
.main .solution .plan .swiper-slide .tit {
	margin: 12px 0;
}
.main .solution .plan .swiper-slide .txt {
	font-size: 14px;
}
.main .solution .plan .swiper-slide .num {
	margin-top: 8px;
}
.main .solution .plan .swiper-slide a {
	display: none;
}
.main .solution .more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	font-size: 14px;
}
.main .solution .more:hover {
	background: #018ae2;
}
.main .solution .data {
	margin-top: 30px;
}
.main .solution .data li {
	width: 33.333%;
	padding: 20px 10px;
}
.main .solution .data li:last-child{
	display: none;
}
.main .solution .data li .icon {
	height: 30px;
}
.main .solution .data li .txt {
	margin: 14px 0 10px 0;
}
.main .solution .data li .num {
	font-size: 20px;
	line-height: 40px;
}
.main .solution .data li .num sup {
	font-size: 12px;
	margin-left: 2px;
}
@media only screen and (max-width: 600px){
	.main .solution .data li{
		width: 50%;
	}
}
.main .about {
	height: auto;
	padding: 20px 0 20px 20px;
}
.main .about .content {
	width: 100%;
	background: url(../images/about_filter.png);
	position: relative;
	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);
	padding: 20px 0;
}
.main .about .cont {
	width: 100%;
	margin: 0;
	padding: 20px;
}
.main .about .en {
	font-size: 26px;
}
.main .about .title {
	font-size: 20px;
	margin: 8px 0;
	padding-left: 36px;
}
.main .about .title::after {
	width: 30px;
	left: 0;
}
.main .about .txt {
	height: 72px;
	line-height: 24px;
	font-size: 14px;
}
.main .about .btn {
	margin-top: 20px;
}
.main .about .btn a {
	width: 100px;
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
}
.main .about .btn a:hover {
	background: #2c3541;
}
.main .newsbox .content {
	margin: 0 auto;
	max-width: 600px;
}
.main .newsbox .box {
	width: 100%;
	padding: 0;
	float: none;
	margin-bottom: 20px;
}
.main .newsbox .box:last-child{
	margin-bottom: 0;
}
.main .newsbox .title {
	margin-bottom: 10px;
}
.main .newsbox .title .tit {
	font-size: 20px;
}
.main .newsbox .title .more {
	margin-top: 12px;
}
.main .newsbox .title .more:hover {
	background: #2c3541;
}
.main .newsbox .news li:nth-child(1) {
	margin-bottom: 8px;
}
.main .newsbox .news li:nth-child(1) 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 .newsbox .news li:nth-child(1) a:hover .text ,
.main .newsbox .news li:nth-child(1) .text {
	height: 44px;
}
.main .newsbox .news li:nth-child(1) a:hover .text .tit,
.main .newsbox .news li:nth-child(1) .text .tit,
.main .newsbox .news li:nth-child(1) .text .date {
	color: #fff;
}
.main .newsbox .news li .pic {
	height: auto;
}
.main .newsbox .news li .pic img {
	margin-top: 0;
}
.main .newsbox .news li a:hover .tit {
	color: #444444;
}
.main .newsbox .news li .text {
	height: 44px;
	line-height: 44px;
}
.main .newsbox .news li .date {
	font-size: 14px;
}
.main .newsbox .news li .tit {
	font-size: 14px;
}
.main .newsbox .problem .swiper-container {
	max-height: 303px;
}
.main .newsbox .problem .swiper-slide a {
	padding: 12px 0;
}
.main .newsbox .problem .swiper-slide a:hover .tit {
	color: #444444;
}
.main .newsbox .problem .swiper-slide .tit,
.main .newsbox .problem .swiper-slide .txt {
	padding-left: 30px;
	font-size: 14px;
}
.main .newsbox .problem .swiper-slide .txt {
	margin-top: 4px;
}
.main .friendship {
	padding: 0 10px 20px 10px;
}
.main .friendship .title {
	width: 70px;
}
.main .friendship .title::after {
	height: 40px;
	margin-top: -20px;
}
.main .friendship .title .en {
	font-size: 20px;
}
.main .friendship .title .tit {
	font-size: 14px;
}
.main .friendship ul {
	padding: 0 0 0 70px;
}
.main .friendship ul li {
	margin: 0 0 6px 12px;
}
.main .friendship ul li a:hover {
	color: #828282;
}
.column-menu {
  padding: 0;
  position: relative;
}
.column-menu .crumbs {
	float: none;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  padding-left: 30px;
  background-size: 16px auto;
  background-position: 10px center;
}
.column-menu .crumbs span {
  padding: 0;
}
.column-menu .crumbs a {
  font-size: 14px;
}
.column-menu .crumbs a:hover {
  color: #555555;
}
.column-menu .menu .btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/menu.png) no-repeat center;
}
.column-menu .menu ul{
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #eee;
	z-index: 80;
	text-align: center;
	display: none;
}
.column-menu .menu li {
	float: none;
	margin: 0;
}
.column-menu .menu li a:hover {
	background: none;
  color: #444444;
}
.column-menu .menu li a {
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
  font-size: 14px;
  border-top: solid 1px #ddd;
}
.paging {
  margin-top: 20px;
}
.paging li a:hover {
	background: #fff;
  border: solid 1px #e5e5e5;
  color: #555555;
}
.paging li a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.industry-page,
.sample-page,
.news-page,
.single-page,
.support-page,
.about-page,
.product-page {
  padding: 30px 10px;
}
.product-list ul {
  margin: 0 -5px;
}
.product-list li {
	width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.product-list li a:hover {
  top: 0;
}
.product-list li a:hover .pic {
  box-shadow: 0 0 0 0 #f1f1f1;
}
.product-list li a:hover .tit {
  color: #333333;
}
.product-list li .text {
  padding: 0;
}
.product-list li .txt,
.product-list li .tit {
  height: 20px;
  line-height: 20px;
}
.product-list li .tit {
  font-size: 16px;
  margin: 10px 0 6px 0;
}
.product-list li .txt {
  height: 40px;
  font-size: 14px;
}
.product-list li a:hover .btn,
.product-list li .btn {
  width: 100px;
  height: 32px;
  line-height: 30px;
  border-radius: 32px;
  padding-right: 12px;
  margin: 22px auto 0 auto;
  font-size: 12px;
  color: #018ae2;
  background: url(../images/arrow16.png) no-repeat right 12px center;
}
.product-page .introduction,
.product-page .photo {
  width: 100%;
  max-width: 600px;
  float: none;
  margin: 0 auto;
}
.product-page .photo .swiper-button-prev,
.product-page .photo .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: -15px 0 0 0;
  background-size: 6px auto;
}
.product-page .photo .swiper-button-prev:hover,
.product-page .photo .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.17);
}
.product-page .photo .swiper-button-prev {
  left: 10px;
}
.product-page .photo .swiper-button-next {
  right: 10px;
}
.product-page .introduction {
  padding-top: 20px;
}
.product-page .introduction .title {
  line-height: 30px;
  font-size: 20px;
}
.product-page .introduction .txt {
  margin-top: 10px;
  padding-bottom: 10px;
}
.product-page .introduction ul {
  margin: 14px 0;
}
.product-page .introduction .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.product-page .introduction .btn:hover {
  background: #018ae2;
}
.product-page .pctitle {
  line-height: 50px;
  font-size: 20px;
  margin-bottom: 20px;
}
.product-page .pctitle span::after {
  height: 14px;
  margin-top: -7px;
}
.product-page .details {
  margin: 20px 0;
}
.product-page .technology .text,
.product-page .technology .pic {
	width: 100%;
	float: none;
  padding: 0;
}
.about-page .about .title .en {
  font-size: 22px;
}
.about-page .about .title .tit {
  font-size: 20px;
}
.about-page .about .text {
	width: 100%;
	float: none;
  margin-top: 20px;
}
.about-page .about .pic {
	width: 100%;
	max-width: 600px;
	margin: 20px auto 0 auto;
	float: none;
}
.about-page .data {
  margin-top: 30px;
}
.about-page .data ul {
	max-width: 600px;
	margin: 0 auto;
}
.about-page .data li {
	width: 100%;
	float: none;
  padding: 0;
  margin-bottom: 20px;
}
.about-page .data li .box {
  box-shadow: 0 0 16px 10px #f5f5f5;
  padding: 20px;
}
.about-page .data li .box:hover {
  background: url(../images/about-data-bg.png);
}
.about-page .data li .box:hover .icon1 {
	display: block;
}
.about-page .data li .box:hover .icon2 {
	display: none;
}
.about-page .data li .box:hover .p1{
  color: #333333;
}
.about-page .data li .box:hover .p2 {
  color: #555555;
}
.about-page .data li .icon2,
.about-page .data li .icon1 {
  height: 30px;
}
.about-page .data li .p1 {
  line-height: 30px;
  font-size: 30px;
  margin: 14px 0;
}
.about-page .data li .p1 sup {
  line-height: 20px;
  font-size: 14px;
}
.recruitment .top,
.recruitment .head {
  padding: 10px;
}
.recruitment .top span:first-child,
.recruitment .head span:first-child ,
.recruitment .top span,
.recruitment .head span {
  width: 25%;
  font-size: 14px;
}
.recruitment .top.now,
.recruitment .top {
	background: none;
}
.recruitment .cont {
  line-height: 26px;
  font-size: 14px;
  padding: 10px;
}
.about-page .feedback .tit {
  margin: 20px 0;
}
.about-page .feedback .row {
  margin-bottom: 20px;
}
.about-page .feedback label {
  margin-right: 30px;
}
.about-page .feedback input[type='checkbox'],
.about-page .feedback input[type='radio'] {
  margin: -4px 6px 0 0;
}
.about-page .feedback textarea,
.about-page .feedback input[type='text'] {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.about-page .feedback textarea {
  height: 130px;
  line-height: 20px;
  resize: none;
  padding: 8px 10px;
}
.about-page .feedback .verify {
  padding-right: 110px;
}
.about-page .feedback .vpic {
  width: 100px;
  height: 44px;
  line-height: 44px;
  margin-top: -2px;
}
.about-page .feedback button:hover,
.about-page .feedback input[type='submit']:hover,
.about-page .feedback input[type='button']:hover {
  background: #018ae2;
}
.about-page .feedback .title,
.about-page .contact .title {
  font-size: 22px;
}
.about-page .feedback .title{
	margin-bottom: 30px;
}
.about-page .contact .slogan {
  line-height: 24px;
  font-size: 14px;
  margin: 10px 0;
}
.about-page .contact .content {
  margin-top: 30px;
  box-shadow: 0 2px 10px 4px #f1f1f1;
}
.about-page .contact #allmap {
  height: 300px;
}
.about-page .contact .address {
  padding: 30px 10px;
}
.about-page .contact .address .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-page .contact .address .text {
	width: 100%;
  line-height: 26px;
  font-size: 14px;
  margin-top: 10px;
  float: none;
}
.about-page .contact .address .text a {
  font-size: 14px;
}
.about-page .contact .address .text p {
	width: 100%;
	float: none;
  margin-bottom: 8px;
  background: no-repeat 0 2px;
  padding-left: 30px;
}
.about-page .contact .address .qrcode {
	float: none;
	margin-top: 20px;
}
.download-list ul {
  margin: 0 -5px;
}
.download-list li {
	width: 50%;
  padding: 0 5px;
  margin-bottom: 20px;
}
.download-list li a {
  padding: 0;
}
.download-list li a:hover {
  background: #fff;
}
.download-list li a:hover .tit{
  color: #333333;
}
.download-list li a:hover .btn {
  color: #888888;
  background-image: url(../images/download1.png);
}
.download-list li .tit {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 16px;
}
.download-list li .btn {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: url(../images/download1.png) no-repeat right 10px center;
  font-size: 14px;
}
.news-page .paging {
  margin-top: 30px;
}
.news-list {
	margin-top: -20px;
	margin-bottom: 30px;
}
.news-list li a {
	padding: 16px 0;
}
.news-list 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);
}
.news-list li a:hover .date {
	opacity: 1;
}
.news-list li .pic {
	width: 140px;
}
.news-list li .right {
	width: 100px;
	height: 90px;
}
.news-list li .btn {
	display: none;
}
.news-list li .date {
	font-size: 20px;
	padding-top: 20px;
}
.news-list li .date span {
	font-size: 30px;
}
.news-list li .text {
	padding: 10px 120px 0 160px;
}
.news-list li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.news-list li .txt {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}
@media only screen and (max-width: 600px){
	.news-list li .pic {
		width: 120px;
	}
	.news-list li .right {
		display: none;
	}
	.news-list li .text {
		padding: 0px 0px 0 130px;
	}
}
.sidebar {
	display: none;
}
.news-page .details {
	max-width:860px;
	width: 100%;
	float: none;
	border: none;
	margin: 0 auto;
	padding: 40px 10px;
}
.news-page .details .title {
	line-height: 30px;
	font-size: 20px;
	text-align: center;
}
.news-page .details .info {
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
	float: none;
}
.news-page .details #share2 {
	float: none;
	margin-top: 14px;
}
.news-page .details #share2 a {
	margin: 0 8px 0 0;
}
.news-page .details .article {
	padding: 20px 0;
	margin: 20px 0;
}
.news-page .details .prevnext {
	font-size: 14px;
}
.news-page .details .prevnext a {
	font-size: 14px;
}
.news-page .details .prevnext a:hover {
	color: #555555;
}
.news-page .details .prevnext .l,
.news-page .details .prevnext .r {
	width: 100%;
	float: none;
}
.news-page .details .prevnext .r {
	text-align: left;
	margin-top: 10px;
}
.sample-list ul {
  margin: 0 -5px;
}
.sample-list li {
	width: 50%;
  padding: 0 5px;
  margin-bottom: 14px;
}
.sample-list li a:hover .tit1 {
	opacity: 1;
}
.sample-list li a:hover .tit2,
.sample-list li a:hover .filter {
  opacity: 0;
}
.sample-list li .tit1 {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  font-size: 15px;
}
.sample-list li .tit2,
.sample-list li .filter {
  display: none;
}
.industry-list{
	max-width: 600px;
	margin: 0 auto;
}
.industry-list ul {
  margin: 0 -5px;
}
.industry-list li {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 14px;
}
.industry-list li:hover {
  top: 0;
}
.industry-list li:hover .box {
  box-shadow: 0 0 0 0 #d4d4d4;
}
.industry-list li .box {
  padding: 10px;
}
.industry-list li .icon {
  height: 30px;
}
.industry-list li .tit {
  margin: 12px 0;
}
.industry-list li .txt {
  font-size: 14px;
}
.industry-list li:hover a,
.industry-list li a {
  opacity: 0;
}
.industry-list li a img {
  display: none;
}
.industry-page .details .title {
  font-size: 22px;
}
.industry-page .details .title span {
  width: 30px;
  height: 2px;
  margin: 10px auto 0 auto;
}
.industry-page .details .text {
  line-height: 24px;
  font-size: 14px;
  margin: 16px auto;
}
.industry-page .details ul {
  margin: 0 -5px;
}
.industry-page .details li {
	width: 50%;
  padding: 0 5px;
  margin-bottom: 14px;
}
.industry-page .details 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);
}
.industry-page .details li a:hover .txt {
  color: #444444;
  background-position: right 6px center;
}
.industry-page .details li .txt {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding-right: 30px;
  background-position: right 6px center;
}
.map-page {
  padding: 30px 10px;
}
.map-page .row ul li {
  width: 100%;
  padding: 5px 0;
}




/* 自定义的手机样式 */
.index-fuwu-main{
	width: 100%!important;
}
.index-fuwu-main ul {
	justify-content: center;
}
.index-fuwu-main ul li {
	width: 32%!important;
}
.swiper-container_honor a , .swiper-container_honor a img{
	height: 245px!important;
}
.swiper-container_honor a {
	border: 1px solid #ddd;
}
.wrap{
	max-width: 100%!important;
}
.swiper-pagination_honor{
	display: none!important;
}
.swiper-container_honor{
	padding-bottom: 5px!important;
}
.swiper-container_honor a p{
	font-size: 14px!important;
}
.news-list li .tit{
	font-weight: 400!important;
}
.news-list li .txt{
	font-size: 12px!important;
}

.newsul1{
	flex-wrap: wrap;
	justify-content: center;
	
}
.newsul1 li{
	line-height: 30px;
}

/* 产品列表 */
.product-list li .pic img{
	height: 128px!important;
}
.product-list li .tit{
	font-weight: 400;
}
.product-list li .txt{
	font-size: 12px;
	line-height: 25px;
	height: 50px;
}
/* 分页 */
.paging { display: none!important; }
.paging2 { display: flex!important; justify-content: center; align-items: center;margin-top: 30px;}
.paging2 a{
	border: 1px solid #ddd;
	color:#555;
	padding: 8px 15px;
	margin: 0px 5px;
}

/* 内容页面 */
.ht-tabNav ul{
	flex-wrap: wrap;
}
.ht-tab{
	width: 100%!important
}
.ht-tabNav ul li a{
	padding: 15px 18.5px!important;
	font-size: 12px!important;
}
.ht-tabNav ul li:last-child{
	margin-right: 0px;
}
.ht-tab video{
	width: 100%!important;
	height: 250px!important;
}
.tab-div-item{
	padding: 15px!important;
}

/* 地图 */
	#container ,  #container main>section , .map-box  , .map-box > div{
		width: 100%!important;
	}
	.map-box > div svg{
		width: 100%!important;
		margin-left: -20px!important;
	}
	.mokuai-item p {
		font-size: 20px!important;
	}
	/* 在线留言 */
	.ht-liuyan{
		width: 100%!important;
	}
	.ht-liuyan form{
		padding: 15px!important;
	}
	.form-group{
		flex-wrap: wrap;
		margin-bottom: 10px!important;
	}
	.form-group .form-item{
		width: 100%!important;
		flex-wrap: wrap;
	}
	#yzm-img{
		width: 29%!important;
	}
	#yangzhengma{
		width: 100%;
	}
	.aboutcontent table , .aboutcontent .firstRow , .aboutcontent iframe{
		width:100%!important;
	}
	.aboutcontent table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.aboutcontent table tr td{
		width: 100%!important;
	}
	
	.aboutcontent table tr strong , .aboutcontent table tr strong span{
					font-size: 22px;
					color:#222!important;
	}

.intr-w{padding: 40px 0;}
.intr-w .box{display: block;}
.intr-w .con{width: 100%;}
.intr-w .pic{width: 100%;margin-top: 20px;}
.intr-w .con h1{font-size: 20px;}
.intr-w .con h6{font-size: 52px;margin-bottom: -15px;}
.intr-w .con .text{font-size: 14px;}
.intr-w .con ul{margin: 20px 0;}
.intr-w .con ul p em{font-size: 28px;}
.intr-w .con ul span{font-size: 10px;}
.intr-w .con .more{margin: 0 auto;width: 100px;line-height: 35px;}

}/*手机版css*/
