@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;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0 0 0;
}
.header {
	height: 50px;
	z-index: 105;
}
.header .logo{
	margin: 12px 0 0 10px;
	width: 97px;
	height: 26px;
}
.header .language {
	margin: 0 50px 0 0;
	background-size: 16px auto;
}
.header .language .tit {
	height: 50px;
	line-height: 50px;
	padding: 0 18px 0 24px;
	font-size: 14px;
}
.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: 26px;
	height: 3px;
	background: #005aa6;
	border-radius: 2px;
	position: absolute;
	left: 14px;
	top: 23px;
	z-index: 2;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}
.header .menu-btn span.line1 {
	top: 14px;
}
.header .menu-btn span.line3 {
	top: 32px;
}
.header .nav {
	width: 100%;
	position: fixed;
	left: 0;
	top: 50px;
	z-index: 105;
	background: #fff;
	border-top: solid 1px #ccc;
	max-height: 100%;
	padding-bottom: 50px;
	overflow: auto;
	display: none;
	text-align: left;
}
.header .nav .shou{
	width: 100%;
	height: 50px;
	background: url(../images/arrow2.png) no-repeat center;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 20;
}
.header .nav > ul {
	display: block;
}
.header .nav > ul > li {
	float: none;
	margin: 0;
}
.header .nav > ul > li.d2 > a {
	background-position: right 10px center;
}
.header .nav > ul > li > a {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
}
.header .nav > ul > li:hover > a{
	color: #333333;
}
.header .nav .sub{
	background: #eee;
}
.header .nav .sub br{
	display: none;
}
.header .nav .sub2,
.header .nav .sub1 {
	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 .sub2 li,
.header .nav .sub1 li {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	border-bottom: solid 1px #ccc;
}
.header .nav .sub2 li .txt,
.header .nav .sub2 li a,
.header .nav .sub1 li a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #333;
	white-space: normal;
	background: none;
	padding: 0 20px;
}
.header .nav .sub2 li a:hover .txt,
.header .nav .sub2 li a:hover,
.header .nav .sub1 li a:hover {
	background: none;
	color: #333;
}
.header .nav .sub2 li a,
.header .nav .sub2 ul {
	padding: 0;
}
.header .nav .sub2::after,
.header .nav .sub2 li a:hover .icon2,
.header .nav .sub2 li a:hover .icon1,
.header .nav .sub2 li .icon2,
.header .nav .sub2 li .icon1,
.header .nav .sub2 .support {
	display: none;
}
.header .menu-btn.on span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.header .menu-btn.on span.line2 {
	opacity: 0;
}
.header .menu-btn.on span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.footer {
	padding-top: 0;
}
.footer .tit{
	font-size: 16px;
}
.footer .focus,
.footer .link-list {
	width: 100%;
	float: none;
	text-align: center;
}
.footer .link-list{
	display: none;
}
.footer .link-list .list:nth-child(2),
.footer .link-list .list:nth-child(3),
.footer .link-list .list {
	width: 100%;
	float: none;
}
.footer .link-list .tit{
	height: 44px;
	line-height: 44px;
	border-bottom: solid 1px #ccc;
	display: block;
}
.footer .link-list ul {
	margin-top: 0;
	background: #ebe8e8;
	display: none;
}
.footer .link-list li {
	line-height: auto;
	margin-bottom: 0;
}
.footer .link-list li a {
	height: 44px;
	line-height: 44px;
	display: block;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
}
.footer .link-list li a:hover {
	color: #333333;
}
.footer .focus{
	padding: 10px 10px 0 10px;
}
.footer .focus .txt {
	margin: 10px 0;
}
.footer .focus .txt br,
.footer .focus .txt span{
	display: none;
}
.footer .focus .qrcode {
	margin: 0 auto;
}
.footer .bottom {
	padding: 10px 10px;
	margin-top: 0;
	text-align: center;
}
.footer .bottom .r,
.footer .bottom .l {
	margin: 4px 0;
	float: none;
}
.footer .bottom a:hover {
	color: #555555;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 30px;
	height: 20px;
	margin: -10px 0 0 0;
	background-size: 8px auto;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
	top: 10px;
	width: 26px;
}
.banner .swiper-button-prev {
	left: 6px;
}
.banner .swiper-button-next{
	right: 6px;
}
.banner .swiper-pagination {
	bottom: 4px;
}
.banner .swiper-slide .p1 {
	font-size: 18px;
}
.banner .swiper-slide .p2 {
	font-size: 14px;
}
.pcmore {
	width: 90px;
	height: 34px;
	line-height: 34px;
	text-indent: 0px;
	font-size: 14px;
	background-position: right 5px center;
	text-indent: 5px;
}
a.pcmore{
	font-size: 14px;
}
.pcmore:hover::after,
.pcmore:hover::before {
	left: 0px;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.main .columntitle{
	padding: 0 10px;
}
.main .columntitle .tit {
	line-height: 30px;
	font-size: 20px;
}
.main .columntitle .tit::after,
.main .columntitle .tit::before {
	width: 8px;
	height: 1px;
	margin: 0 12px;
}
.main .columntitle .txt {
	font-size: 12px;
	margin-top: 10px;
}
.main .product {
	padding: 30px 10px;
}
.main .product .content {
	margin-top: 30px;
	padding: 0 20px;
}
.main .product .swiper-slide {
	padding: 0 6px;
}
.main .product .swiper-slide .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.main .product .swiper-slide .line {
	width: 100px;
	margin: 10px auto;
}
.main .product .swiper-slide .txt {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
}
.main .product .swiper-slide .btn {
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	font-size: 14px;
	margin: 16px auto 0 auto;
}
.main .product .swiper-slide .btn:hover {
	background: none;
	color: #fff;
}
.main .case .swiper-button-next,
.main .product .swiper-button-next,
.main .case .swiper-button-prev,
.main .product .swiper-button-prev {
	width: 14px;
	height: 24px;
	margin: -12px 0 0 0;
}
.main .case .swiper-button-prev,
.main .product .swiper-button-prev {
	left: 0px;
}
.main .case .swiper-button-prev:hover,
.main .product .swiper-button-prev:hover {
	background-image: url(../images/arrow6.png);
}
.main .case .swiper-button-next,
.main .product .swiper-button-next {
	right: 0px;
}
.main .case .swiper-button-next:hover,
.main .product .swiper-button-next:hover {
	background-image: url(../images/arrow7.png);
}
.index .main .solution{
	padding:0 0 10px!important;
}
.main .solution{
	margin-top: 30px;
}
.main .solution .content {
	margin-top: 30px;
}
.main .solution .box.on,
.main .solution .box {
	width: 50%;
}
.main .solution .box .pic {
	height: 300px;
}
.main .solution .box .filter2{
	height: 100%;
}
.main .solution .box .title {
	min-height: 42px;
	line-height: 22px;
	font-size: 16px;
	padding: 10px 0;
}
.main .solution .box .title span {
	line-height: 22px;
	margin-top: -4px;
}
.main .solution .box .text {
	left: 100px;
	bottom: 10px;
	padding: 0 10px;
}
.main .solution .box .text .tit {
	font-size: 16px;
}
.main .solution .box .text .txt {
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	margin: 10px 0;
}
.main .case {
	padding: 30px 10px;
}
.main .case .content {
	margin: 30px auto 0 auto;
	max-width: 600px;
	width: 100%;
	padding: 0px 20px;
}
.main .case .swiper-container {
	padding-bottom: 40px;
}
.main .case .swiper-button-prev {
	left: 0px;
}
.main .case .swiper-button-next {
	right: 0px;
}
.main .case .swiper-slide {
	box-shadow: 0 4px 8px 1px #c7c7c7;
}
.main .case .swiper-slide .cont ,
.main .case .swiper-slide .pic {
	width: 100%;
	float: none;
	box-shadow: 0 0 0 0 #c7c7c7;
}
.main .case .swiper-slide .cont {
	padding: 20px;
	margin-top: 0px;
}
.main .case .swiper-slide .tit,
.main .case .swiper-slide .txt {
	height: 40px;
	line-height: 20px;
}
.main .case .swiper-slide .tit {
	font-size: 16px;
	margin: 4px 0;
}
.main .case .swiper-slide .txt {
	font-size: 14px;
	margin-bottom: 20px;
}
.main .news {
	padding: 0px 10px 30px 10px;
}
.main .news .content {
	margin-top: 30px;
}
.main .news ul,
.main .news .left {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 0 auto;
	padding: 0;
}
.main .news .left 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 .news .left a:hover .tit {
	color: #333333;
}
.main .news .left .text {
	padding: 14px 10px;
}
.main .news .left .tt,
.main .news .left .tit {
	height: 20px;
	line-height: 20px;
}
.main .news .left .tt span {
	margin-top: -6px;
}
.main .news .left .tit {
	font-size: 16px;
	margin-top: 6px;
}
.main .news .left .more:hover,
.main .news .left .more {
	font-size: 14px;
	padding-right: 16px;
	margin-top: 10px;
}
.main .news ul li {
	margin: 20px 0 0 0;
}
.main .news ul li a:hover .tit {
	color: #222222;
}
.main .news ul li .date {
	width: 60px;
	font-size: 14px;
	padding: 0 10px;
}
.main .news ul li .date span {
	font-size: 30px;
}
.main .news ul li .text {
	padding: 0 0 0 70px;
}
.main .news ul li .tit,
.main .news ul li .txt {
	height: 30px;
	line-height: 30px;
}
.main .news ul li .tit {
	font-size: 16px;
}
.main .whyus{
	background-size: 200px auto;
}
.main .whyus .content,
.main .whyus .pic {
	width: 100%;
	max-width: 600px;
	float: none;
	margin: 0 auto;
}
.main .whyus .pic {
	position: static;
}
.main .whyus .pic img {
	display: block;
}
.main .whyus .content {
	padding: 20px 10px;
}
.main .whyus .title {
	font-size: 20px;
}
.main .whyus .top {
  position: static;
  top: 0px;
  left: 0px;
}
.main .whyus .swiper-container {
  margin-top: 10px;
}
.main .whyus .swiper-button-next,
.main .whyus .swiper-button-prev {
  width: 30px;
  height: 30px;
  margin: 0;
}
.main .whyus .swiper-button-next {
  margin-right: 0px;
}
.main .whyus .txt {
	padding-left: 34px;
	background: no-repeat 0 4px;
	margin-top: 20px;
	background-size: 24px auto;
}
.main .whyus .txt .p1 {
	font-size: 16px;
	margin-bottom: 6px;
}
.main .whyus .txt .p2 {
	line-height: 22px;
	font-size: 14px;
}
.main .whyus .txt .y span {
  font-size: 20px;
}
.main .cooperation {
	padding: 30px 0px;
}
.main .cooperation .wrap{
	padding: 0 36px;
}
.main .cooperation .swiper-button-next,
.main .cooperation .swiper-button-prev {
	width: 24px;
	height: 24px;
	margin: -12px 0 0 0;
	background-size: 6px auto;
}
.main .cooperation .swiper-button-prev {
	left: 5px;
}
.main .cooperation .swiper-button-prev:hover {
	border: solid 1px #c2c2c2;
	background-image: url(../images/arrow6.png);
}
.main .cooperation .swiper-button-next {
	right: 5px;
}
.main .cooperation .swiper-button-next:hover {
	border: solid 1px #c2c2c2;
	background-image: url(../images/arrow7.png);
}
.main .cooperation .swiper-container {
	padding: 0;
}
.main .cooperation .swiper-slide {
	padding: 0;
}
.main .cooperation .swiper-slide a:hover {
	box-shadow: 0 0 0 0 #ddd;
}
.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);
}
.container .paging {
	margin-top: 12px;
}
.container .paging li {
	margin: 0 2px;
}
.container .paging a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
}
.container .paging a:hover {
	border: solid 1px #e5e5e5;
	background: #fff;
	color: #555555;
}
.column-menu {
	height: 50px;
	position: relative;
}
.column-menu .crumbs {
	padding: 0 0 0 30px;
	background-position: 10px center;
	line-height: 50px;
	font-size: 14px;
	float: none;
}
.column-menu .crumbs span {
	padding: 0 4px;
}
.column-menu .crumbs a {
	font-size: 14px;
}
.column-menu .crumbs a:hover {
	color: #777777;
}
.column-menu .menu .btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/menu.png) no-repeat center;
	background-size: 24px 24px;
}
.column-menu .menu > ul{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 101;
	background: #f5f5f5;
	display: none;
}
.column-menu .menu > ul > li {
	float: none;
	border-top: solid 1px #ddd;
}
.column-menu .menu > ul > li a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
}
.column-menu .menu > ul > li.on a:hover{
	background: #1c72ba;
	color: #fff;
}
.column-menu .menu > ul > li a:hover {
}
.column-menu .menu > ul > li:hover > a{
	background: none;
		color: #777777;
}
.column-menu .menu .sub {
	position: static;
	top: 0;
	width:100%;
}
.column-menu .menu .sub li a:hover,
.column-menu .menu .sub li.on a,
.column-menu .menu .sub a {
	height: 44px;
	line-height: 44px;
	background: #eee;
	font-size: 14px;
	color: #777777;
	border-top: solid 1px #ddd;
}
.about-page .introduce {
	padding: 30px 10px;
}
.about-page .introduce .title {
	line-height: 30px;
	font-size: 22px;
}
.about-page .introduce .pic {
	max-width: 400px;
	width: 100%;
	float: none;
	margin: 0;
}
.about-page .introduce .p1 {
	font-size: 20px;
	margin: 30px 0;
}
.about-page .introduce .p2 {
	line-height: 30px;
	font-size: 14px;
}
.about-page .forward {
	background-image: url(../images/forward_bg2.jpg);
	background-attachment: scroll;
	min-height: 418px;
	padding: 30px 10px;
	background-position: 0 0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.about-page .forward .content {
	max-width: 798px;
	width: 100%;
	float: none;
}
/*.about-page .forward .content li {
	width: 100%;
	padding: 0 10px 0 70px;
	min-height: 62px;
	margin-bottom: 10px;
}
.about-page .forward .content li .tit,
.about-page .forward .content li .txt {
	line-height: 30px;
}
.about-page .forward .content li .tit {
	font-size: 20px;
}*/
.about-page .forward .content li {
  padding: 10px;
}
.about-page .forward .content li .p1 {
  font-size: 16px;
}
.about-page .forward .content li .p1 span {
  font-size: 26px;
  margin-right: 4px;
}
@media only screen and (max-width: 600px){
	.about-page .forward .content li{
		width: 50%;
	}
	.about-page .forward .content li:nth-child(3) {
		border-top: solid 1px rgba(255, 255, 255, 0.14);
	}
	.about-page .forward .content li:nth-child(3n+1){
		border-left: solid 1px rgba(255, 255, 255, 0.14);
	}
	.about-page .forward .content li:nth-child(2n+1) {
		border-left: none;
	}
}
.about-page .forward .content .text {
	line-height: 28px;
	font-size: 15px;
	margin-top: 20px;
}
.about-page .history {
	padding: 30px 10px;
}
.about-page .history .wrap {
	padding: 0 20px;
}
.about-page .history .swiper-button-next,
.about-page .history .swiper-button-prev {
	width: 14px;
	height: 24px;
	margin: 30px 0 0 0;
	background-color: inherit;
}
.about-page .history .swiper-button-prev {
	left: 0px;
}
.about-page .history .swiper-button-prev:hover {
	background-image: url(../images/arrow6.png);
}
.about-page .history .swiper-button-next {
	right: 0px;
}
.about-page .history .swiper-button-next:hover {
	background-image: url(../images/arrow7.png);
}
.about-page .history .title {
	font-size: 22px;
}
.about-page .history .swiper-container {
	margin-top: 30px;
}
.about-page .history .swiper-slide {
	padding-left: 4px;
}
.about-page .history .swiper-slide .text {
	height: 160px;
	padding: 0 0 0px 14px;
}
.about-page .history .swiper-slide .text::after {
	width: 4px;
	height: 80px;
	left: -4px;
}
.about-page .history .swiper-slide .years {
	font-size: 30px;
	margin: 10px 0;
}
.about-page .history .swiper-slide .years span {
	font-size: 16px;
}
.about-page .history .swiper-slide:nth-child(even) {
	padding-top: 100px;
}
.about-page .history .swiper-slide:nth-child(even) .text {
	padding: 14px 0 0 14px;
}
.about-page .history .swiper-slide:nth-child(even) .text::after {
	left: -4px;
	top: 80px;
}
.about-page .recruitment {
	padding: 30px 10px;
}
.about-page .recruitment .title {
	font-size: 22px;
	margin-top: 10px;
}
.about-page .recruitment .classify {
	float: none;
	padding-left: 110px;
}
.about-page .recruitment .classify .tit {
	min-width: 100%;
	height: 50px;
	line-height: 48px;
	padding: 0 30px 0 10px;
	background-position: right 10px center;
	font-size: 14px;
}
.about-page .recruitment .classify ul {
	top: 50px;
	left: 110px;
	right: 0;
	width: auto;
}
.about-page .recruitment .classify ul a {
	height: 44px;
	line-height: 44px;
	text-indent: 10px;
	font-size: 14px;
}
.about-page .recruitment .classify ul a:hover {
	color: #333333;
}
.recruitment-list .top,
.recruitment-list .toptit {
	font-size: 14px;
	padding: 10px 0;
}
.recruitment-list .top span,
.recruitment-list .toptit span {
	width: 22%;
	line-height: 24px;
	padding: 0 0 0 10px;
}
.recruitment-list .top span:nth-child(1),
.recruitment-list .toptit span:nth-child(1){
	width: 34%;
}
.recruitment-list li .top.on,
.recruitment-list li .top {
	background-position: right 10px center;
	background-size: 24px auto;
	background: none;
	font-size: 12px;
}
.recruitment-list li .cont {
	padding: 10px;
	line-height: 24px;
	font-size: 14px;
}
.recruitment-list li .cont a {
	font-size: 14px;
}
.recruitment-list li .cont .text {
	padding: 6px 0;
}
.recruitment-list li .cont .txt {
	padding: 10px 0;
}
.recruitment-list li .cont .txt span{
	display: block;
	height: 0;
}
.about-page .menu {
}
.about-page .menu ul {
	display: inline-block;
}
.about-page .menu li {
	width: 50%;
	margin: 0 0 8px 0;
	padding: 0 5px
}
.about-page .menu li a {
	min-width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 40px;
}
.about-page .menu li a,
.about-page .menu li a:hover {
	background: #f0f0f0;
	color: #333333;
}
.about-page .recruitment .process {
	padding: 50px 10px 20px 10px;
	margin-top: 30px;
}
.about-page .recruitment .process li {
	background-size: 12px auto;
	background-position: right 0 top 40px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.about-page .recruitment .process li .icon {
	width: 100px;
	height: 100px;
}
.about-page .recruitment .process li .p1 {
	margin: 8px 0;
}
@media only screen and (max-width: 600px){
	.about-page .recruitment .process li{
		width: 50%;
	}
	.about-page .recruitment .process li:nth-child(even){
		background: none;
	}
}
.about-page .contact {
	padding: 30px 10px;
}
.about-page .contact .title1 .tit {
	font-size: 22px;
}
.about-page .contact .title1 .txt {
	font-size: 14px;
	margin-top: 10px;
}
.about-page .contact .layout {
	padding: 20px 10px;
	margin-top: 30px;
}
.about-page .contact .layout .title {
	font-size: 20px;
}
.about-page .contact .address {
	width: 100%;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	padding-top: 10px;
	margin-top: 20px;
	float: none;
}
.about-page .contact .address li:nth-child(1) {
	margin-left: 0px;
}
.about-page .contact .address li {
	width: 50%;
	float: left;
	margin-bottom: 30px;
	padding: 00;
}
.about-page .contact .address li .p1 {
	font-size: 16px;
}
.about-page .contact .cu {
	width: 100%;
	float: none;
	background: none;
	padding: 18px 0 0 0;
}
.about-page .contact .cu .tit {
	font-size: 20px;
	margin-bottom: 14px;
}
.about-page .contact .cu .row {
	margin-bottom: 20px;
}
.about-page .contact .cu .p1 {
	font-size: 16px;
}
.about-page .contact .cu .p2 {
	line-height: 22px;
	font-size: 14px;
}
.about-page .contact .cu .p2 a {
	font-size: 15px;
	color: #fff;
}
.about-page .contact .support {
	padding: 30px 10px;
}
.about-page .contact .support .title {
	font-size: 20px;
	margin-bottom: 20px;
}
.about-page .contact .support .col,
.about-page .contact .support .l {
	width: 100%;
	float: none;
}
.about-page .contact .support .qrcode {
	float: none;
}
.about-page .message {
	padding: 30px 10px;
}
.about-page .message .title {
	font-size: 20px;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.about-page .message .tips1 {
	font-size: 14px;
}
.about-page .message .tips2 {
	line-height: 24px;
	font-size: 14px;
	padding-left: 30px;
}
.about-page .message .inpubox {
	margin: 30px -5px 10px -5px;
}
.about-page .message .inpubox .inpu {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 14px;
}
@media only screen and (max-width: 600px){
	.about-page .message .inpubox{
		margin-left: 0;
		margin-right: 0;
	}
	.about-page .message .inpubox .inpu{
		width: 100%;
		padding: 0;
	}
}
.about-page .message textarea,
.about-page .message input[type='text'] {
	height: 44px;
	line-height: 42px;
	padding: 0 10px;
	font-size: 14px;
}
.about-page .message textarea {
	height: 120px;
	padding: 10px;
	margin-top: 14px;
	line-height: 22px;
}
.about-page .message button,
.about-page .message input[type='submit'],
.about-page .message input[type='button'] {
	width: 140px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	margin-top: 20px;
}
.about-page .message button:hover,
.about-page .message input[type='submit']:hover,
.about-page .message input[type='button']:hover {
	background: #1c72ba;
}
.about-page .honor{
	margin-top: 20px;
}
.about-page .honor li {
	padding: 5px;
}
.about-page .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);
}
.about-page .honor li::after {
	display: none;
}
.about-page .honor li .txt {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 4px;
}
@media only screen and (max-width: 900px){
	.about-page .honor li{
		width: 50%;
	}
}
.news-page,
.product-page {
	padding: 30px 10px;
}
.product-list {
	margin: 0 -5px;
}
.product-list .titxx {
	font-size: 20px;
	padding: 0 5px;
	margin: 20px 0;
}
.product-list .titxx::before {
	width: 400px;
}
.product-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 14px;
}
.product-list li a:hover {
	box-shadow: 0 0 0 0 #eeeeee;
	top: 0px;
}
.product-list li .pic{
	border: solid 1px #ede;
	height: auto;
}
.product-list li .text {
	padding: 10px 5px;
}
.product-list li .text .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.product-list li .text .line {
	width: 90px;
	margin: 12px auto 8px auto;
}
.product-list li .text .txt {
	height: 48px;
	line-height: 24px;
	font-size: 14px;
}
.product-list li .text .txt br{
	display: none;
}
.case-list {
	margin: 0 -5px;
}
.case-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.case-list li a:hover .pic {
	box-shadow: 0 0 0 0 #d4d4d4;
}
.case-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);
}
.case-list li .tit {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin: 0 0 10px 0;
}
.case-list li .txt {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
}
.case-list li a:hover .btn,
.case-list li .btn {
	width: 100px;
	height: 34px;
	line-height: 32px;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	text-indent: 10px;
	font-size: 14px;
	color: #333333;
	background: url(../images/arrow10.png) no-repeat right 10px center;
	margin-top: 10px;
}
.case-list li a:hover .pcmore,
.case-list li .pcmore{
	margin-top: 10px;
}
.product-page .introduce {
	max-width: 600px;
	margin: 0 auto;
}
.product-page .introduce .content,
.product-page .introduce .photo {
	width: 100%;
	float: none;
}
.product-page .introduce .photo .swiper-button-next,
.product-page .introduce .photo .swiper-button-prev {
	width: 12px;
	height: 24px;
	margin: -6px 0 0 0;
}
.product-page .introduce .photo .swiper-button-prev:hover {
	background-image: url(../images/arrow6.png);
}
.product-page .introduce .photo .swiper-button-next:hover {
	background-image: url(../images/arrow7.png);
}
.product-page .introduce .content {
	padding-top: 30px;
}
.product-page .introduce .content .title {
	font-size: 22px;
	padding-bottom: 14px;
}
.product-page .introduce .content .text {
	padding: 20px 0;
	font-size: 14px;
}
.product-page .introduce .content .text .tit {
	font-size: 16px;
	margin-bottom: 12px;
}
.product-page .introduce .content .text p {
	margin-bottom: 10px;
}
.product-page .related {
	max-width: 600px;
	margin: 20px auto 0 auto;
}
.product-page .related .title {
	line-height: 30px;
	padding-left: 12px;
	margin: 20px 0;
	font-size: 22px;
}
.news-list {
	margin-top: -20px;
	margin-bottom: 30px;
}
.news-list li a {
	padding: 20px 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 .line::after {
	display: none;
}
.news-list li .pic {
	width: 140px;
	height:89px;
}
.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;
		height: 76px;
	}
	.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;
}
.news-page .details .info {
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
	float: none;
}
.news-page .details #share2 {
	float: none;
	margin-top: 14px;
	display: none;
}
.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;
}
.solution-page {
	padding: 30px 10px;
}
.solution-list {
	margin: 0 auto;
	max-width: 600px;
}
.solution-list li {
	width: 100%;
	padding: 0 0px;
	margin-bottom: 20px;
	float: none;
}
.solution-list li a{
	height: auto;
}
.solution-list li a:hover .filter {
	background-image: url(../images/solution-list-filter1.png);
}
.solution-list li .text {
	bottom: 10px;
	padding: 0 10px;
}
.solution-list li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.solution-list li .txt {
	font-size: 14px;
	margin-top: 12px;
}
.solution-list li .pcmore {
	display: none;
}
.solution-page .title {
	line-height: 30px;
	font-size: 20px;
	padding-left: 12px;
	margin-bottom: 10px;
}
.solution-page .pctitle {
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 20px;
}
.solution-page .pctitle span {
	width: 120px;
}
.solution-page .related,
.solution-page .peculiarity,
.solution-page .overview {
	padding: 20px 0;
}
.solution-page .overview .l {
	width: 100%;
	float: none;
}
.solution-page .overview .text {
	line-height: 30px;
	font-size: 14px;
}
.solution-page .overview .pic {
	width: 100%;
	float: none;
}
.solution-page .peculiarity ul {
	margin: 0 -5px;
}
.solution-page .peculiarity li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.solution-page .peculiarity li .box {
	padding: 20px 10px;
}
.solution-page .peculiarity li .icon2,
.solution-page .peculiarity li .icon1 {
	width: 50px;
	height: 50px;
}
.solution-page .peculiarity li .txt {
	margin-top: 20px;
}
.solution-page .related ul {
	margin: 0 -5px;
}
.solution-page .related li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.solution-page .related li a {
	padding-bottom: 14px;
}
.solution-page .related li a:hover {
	box-shadow: 0 0 0 0 #eeeeee;
}
.solution-page .related li .pic::after {
	display: none;
}
.solution-page .related li .tit {
	font-size: 14px;
	margin-top: 6px;
}
.single-page{
	padding: 30px 10px;
}
.map-page {
	padding: 30px 10px;
}
.map-page .row ul li {
	width: 100%;
	padding: 5px 0;
}










}/*手机版css*/
