﻿@media only screen and (max-width: 1200px) {
a.bi:hover span {
	color: #333;
}
a.bi:hover:after,
a.bi:hover:before {
	height: 0;
}
.wrapper {
	padding-top: 50px;
	padding-bottom: 0;
}
.header {
	height: 50px;
	z-index: 105;
}
.header .logo {
	width: 100px;
	height: 27px;
	margin-top: 12px;
	margin-left: 10px;
}
.header .phone {
	display: none;
}
.header .menuBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menuBtn span {
	width: 28px;
	height: 3px;
	background: #f08619;
	border-radius: 2px;
	position: absolute;
	left: 9px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menuBtn span.line1 {
	top: 14px;
}
.header .menuBtn span.line3 {
	top: 32px;
}
.header .nav {
	width: 200px;
	float: right;
	position: fixed;
	right: -200px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
}
.header .nav li {
	width: 100%;
	padding: 0 14px;
	box-sizing: border-box;
}
.header .nav li a:hover,
.header .nav li a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #575757;
}
.header .nav li span {
	height: 60px;
	line-height: 60px;
}
.header .nav li a:hover span:first-child {
	margin-top: 0px;
}
.header .nav li a:hover span {
	color: #575757;
}
.header .nav li.on a:hover span {
	color: #f08619;
}
.header .nav li.on a {
	color: #f08619;
	border-bottom: solid 1px #f08619;
}



.header .nav li.on a span:first-child {
	margin-top: -60px;
}
.header .nav:hover li.on a span:first-child {
	margin-top: -60px;
}
.header .nav:hover li.on a:hover span:first-child {
	margin-top: -60px;
}
.header .nav .phone {
	display: block;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
	float: none;
	clear: both;
	background: none;
}
.header .nav .phone a {
	background: url(../images/phone.gif) no-repeat 0 center;
	background-size: 20px 20px;
	padding-left: 28px;
	box-sizing: border-box;
	font-size: 18px;
	color: #f08619;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.wrapper.shiftLeft .header {
	left: -200px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menuBtn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menuBtn span.line2 {
	display: none;
}
.wrapper.shiftLeft .menuBtn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer {
	padding: 16px 12px;
	box-sizing: border-box;
	position: static;
}
.footer .wrap {
	padding-bottom: 0px;
}
.footer .contact {
	width: 100%;
	text-align: center;
	float: none;
}
.footer .contact ul {
	display: inline-block;
}
.footer .contact li {
	width: 100%;
	margin-bottom: 10px;
	min-height: 24px;
}
.footer .contact li .icon2,
.footer .contact li .icon1 {
	width: 24px;
	height: 24px;
	float: left;
}
.footer .contact li .text {
	line-height: 20px;
	font-size: 14px;
	margin: 0;
	padding-left: 30px;
	padding-top: 2px;
	box-sizing: border-box;
	float: none;
	text-align: left;
}
.footer .contact li .text span {
	font-size: 12px;
}
.footer .contact li a:hover .icon1 {
	display: block;
}
.footer .contact li a:hover .icon2 {
	display: none;
}
.footer .contact li a:hover .text {
	color: #555555;
}
.footer .contact .btn a {
	margin: 0 auto;
	width: 100px;
	height: 32px;
	line-height: 32px;
}
.footer .contact .btn a:hover {
	background: #b4a176;
}
.footer .qrcode {
	float: none;
	width: 145px;
	margin: 14px auto;
}
.footer .qrcode .pic {
	margin-top: 6px;
}
.footer .linkMap {
	margin: 2px 0;
}
.footer .linkMap li {
	width: 33.333%;
	margin: 2px 0;
}
.footer .linkMap li a {
	font-size: 14px;
}
.footer .linkMap li a:hover {
	color: #555555;
}
.footer .copyright {
	line-height: 16px;
	font-size: 12px;
}
.footer .copyright a {
	font-size: 12px;
}
/*头尾end*/
.columnTitle .tit {
	line-height: 30px;
	font-size: 24px;
}
.columnTitle .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
	letter-spacing: 1px;
}
@media only screen and (max-width: 600px){
	.columnTitle .tit {
		line-height: 26px;
		font-size: 20px;
	}
	.columnTitle .txt {
		font-size: 14px;
		margin-top: 3px;
	}
}

.main .banner .control {
	left: 50%;
	bottom: 10px;
	z-index: 10;
	width: auto;
	height: auto;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
}
.main .banner .line {
	height: 14px;
	margin-top: 8px;
}
.main .banner .swiper-button-next,
.main .banner .swiper-button-prev {
	width: 40px;
	height: 30px;
	background-size: 16px auto;
	outline: none;
}
.main .banner .swiper-button-prev:hover {
	background-position: center;
}
.main .banner .swiper-button-next:hover {
	background-position: center;
}
.main .banner .swiper-pagination {
	width: 80px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
@media only screen and (max-width: 600px) {
	.main .banner .control {
		bottom: 5px;
	}
}
.main .product {
	padding: 30px 0 0 0;
}
.main .product .tab {
	margin: 14px 0;
}
.main .product .productList{
	padding: 0 14px;
	box-sizing: border-box;
}
.main .product .productList .big{
	min-height: auto;
	margin-bottom: 14px;
}
.main .product .productList .big:hover .info,
.main .product .productList .big .info {
	width: 280px;
	min-height: auto;
	padding: 30px 0;
	right: 30px;
}
.main .product .productList .big .info .tit {
	line-height: 26px;
	font-size: 22px;
}
.main .product .productList .big .info .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 12px;
}
.main .product .productList .big .info .txt p {
	margin-bottom: 10px;
}
.main .product .productList .big .info a.more {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin: 12px auto 0 auto;
}
.main .product .productList .big .info a.more:hover {
	color: #333333;
	border: solid 1px #8b8b8b;
}
.main .product .productList li {
	width: 33.333%;
	float: left;
	margin: 0 0 14px 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.main .product .productList li:first-child{
	padding-left: 0;
	padding-right: 10px;
}
.main .product .productList li:last-child{
	padding-right: 0;
	padding-left: 10px;
}
.main .product .productList li a {
	width: 100%;
}
.main .product .productList li a:hover {
	border: solid 1px #e6e6e6;
}
.main .product .productList li a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .product .productList li a:hover .text .txt {
	color: #999999;
}
.main .product .productList li a:hover .text .tit {
	color: #333333;
}
.main .product .productList li .pic {
	height: auto;
}
.main .product .productList li .text {
	padding: 12px 70px 12px 12px;
}
.main .product .productList li .text .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.main .product .productList li .text .txt {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
}
.main .product .productList li .text .more {
	line-height: 20px;
	font-size: 14px;
	right: 10px;
}
@media only screen and (max-width: 800px){
	.main .product .productList .big {
		min-height: auto;
		margin-bottom: 14px;
		padding: 20px 14px;
		box-sizing: border-box;
		background: no-repeat center;
		background-size: auto 100%;
	}
	.main .product .productList .big img{
		display: none;
	}
	.main .product .productList .big:hover .info,
	.main .product .productList .big .info {
		width: 280px;
		min-height: auto;
		padding: 30px 0;
		right: 30px;
		position: static;
		transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
		-moz-transform: translate(0%,0%);
		-ms-transform: translate(0%,0%);
		-o-transform: translate(0%,0%);
	}
	.main .product .productList .big .info .tit {
		line-height: 26px;
		font-size: 22px;
	}
	.main .product .productList .big .info .txt {
		line-height: 20px;
		font-size: 14px;
		margin-top: 12px;
	}
	.main .product .productList .big .info .txt p {
		margin-bottom: 10px;
	}
	.main .product .productList .big .info a.more {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 12px auto 0 auto;
	}
	.main .product .productList li:last-child,
	.main .product .productList li:first-child,
	.main .product .productList li {
		width: 100%;
		float: none;
		margin: 0 0 14px 0;
		padding: 0;
	}
}
.main .system {
	padding: 30px 0;
}
.main .system .list {
	margin-top: 10px;
}
.main .system .list li {
	margin: 0 0 10px 0;
	width: 25%;
}
.main .system .list li a {
	width: 100%;
	border: none;
	padding: 22px;
	overflow: hidden;
}
.main .system .list li a:hover {
	border: none;
	box-shadow: none;
}
.main .system .list li .pic {
	width: 80px;
	height: 80px;
	border: solid 1px #d6d6d6;
}
.main .system .list li .text {
	padding-right: 90px;
	margin-top: 5px;
}
.main .system .list li .text .txt1 {
	line-height: 24px;
	font-size: 20px;
}
.main .system .list li .text .txt2 {
	line-height: 20px;
	font-size: 14px;
}
@media only screen and (max-width: 1000px){
	.main .system .list li {
		width: 50%;
		margin: 0 0 10px 0;
	}
	.main .system .list li a {
		padding: 22px 80px;
	}
}
@media only screen and (max-width: 700px){
	.main .system {
		padding: 20px 0;
	}
	.main .system .list li a {
		padding: 12px 20px;
	}
}
@media only screen and (max-width: 500px){
	.main .system .list li:nth-child(4n+1),
	.main .system .list li{
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
		float: none;
	}
	.main .system .list li a {
		padding: 5px 20px;
	}
	.main .system .list li .text {
		margin-top: 10px;
	}
}
.main .process {
	padding: 35px 0;
}
.main .process .list {
	margin-top: 35px;
}
.main .process .list li {
	width: 25%;
	padding: 0 11px 0 0;
	margin-bottom: 20px;
}
.main .process .list li:nth-child(4n){
	background: none;
}
.main .process .list li .box:hover .icon {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
}
.main .process .list li .icon {
	width: 100px;
	height: 100px;
}
.main .process .list li .tit {
	line-height: 22px;
	margin-top: 12px;
}
.main .process .list li .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
}
@media only screen and (max-width: 600px){
	.main .process .list li{
		width: 50%;
		margin-bottom: 15px;
	}
	.main .process .list li:nth-child(2n){
		background: none;
	}
	.main .process .list li .icon{
		width: 60px;
		height: 60px;
	}
}
.main .virtualReality {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .virtualReality .swiper-container {
	margin-top: 15px;
}
.main .virtualReality .swiper-slide{
	min-height: auto;
}
.main .virtualReality .swiper-slide:hover .info,
.main .virtualReality .swiper-slide .info {
	width: 330px;
	min-height: auto;
	right: 30px;
	padding: 20px 0;
	float: right;
}
.main .virtualReality .swiper-slide .info .tit {
	line-height: 30px;
	font-size: 28px;
	margin-top: 0px;
}
.main .virtualReality .swiper-slide .info .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.main .virtualReality .swiper-slide .info .btn {
	width: 200px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #b4a176;
	margin: 12px auto 0 auto;
}
.main .virtualReality .swiper-slide .info .btn:hover {
	border: solid 1px #b4a176;
}
.main .virtualReality .swiper-slide .info .btn2,
.main .virtualReality .swiper-slide .info .btn2:hover {
	background: #b4a176;
	color: #fff;
}
.main .virtualReality .swiper-button-next,
.main .virtualReality .swiper-button-prev{
	opacity: 1;
}
@media only screen and (max-width: 700px){
	.main .virtualReality .swiper-container .swiper-button-next,
	.main .virtualReality .swiper-container .swiper-button-prev {
	  width: 26px;
	  height: 38px;
	}
	.main .virtualReality .swiper-slide{
		padding: 20px;
		box-sizing: border-box;
		background-size: auto 100%;
		background: no-repeat center 0;
	}
	.main .virtualReality .swiper-slide:after{content:"";height:0;display:block;clear:both}
	.main .virtualReality .swiper-slide img{
		display: none;
	}
	.main .virtualReality .swiper-slide:hover .info,
	.main .virtualReality .swiper-slide .info {
		width: 280px;
		min-height: auto;
		position: static;
		padding: 20px 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%);
	}
}
.cooperation {
	padding: 25px 0;
}
.cooperation .swiper-container {
	margin-top: 20px;
}
.cooperation .swiper-container .swiper-slide a:hover {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
}
@media only screen and (max-width: 900px){
	.cooperation .swiper-container .swiper-slide a {
		height: 60px;
		line-height: 60px;
		padding: 10px;
	}
}
@media only screen and (max-width: 400px){
	.cooperation .swiper-container .swiper-slide a {
		height: 50px;
		line-height: 50px;
		padding: 10px;
	}
}
.makeAppointment {
	padding: 14px;
	box-sizing: border-box;
}
.makeAppointment .wrap {
	position: relative;
}
.makeAppointment .close {
	width: 30px;
	height: 30px;
	top: -5px;
	background-size: 100%;
}
.makeAppointment .close:hover {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.makeAppointment .text {
	line-height: 22px;
	font-size: 18px;
	text-align: center;
}
.makeAppointment .text span {
	font-size: 14px;
	margin-left: 20px;
	display: block;
}
.makeAppointment .inpuBox {
	margin-top: 10px;
	display: none;
}
.makeAppointment .inpuBox select,
.makeAppointment .inpuBox input[type="text"] {
	width: 48%;
	height: 40px;
	line-height: 40px;
	margin: 0 1% 8px 1%;
	padding: 0 12px;
}
.makeAppointment .inpuBox select {
	width: 48%;
	background: url(../images/select.gif) no-repeat right 20px center #ffffff;
	border: none;
}
.makeAppointment .inpuBox input[type="button"] {
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #f08619;
	float: none;
	display: block;
	margin: 0 auto;
}
.makeAppointment .inpuBox input[type="button"]:hover {
	background: #f08619;
}
/*首页end*/
.container .columnMenu {
	height: 50px;
}
.container .columnMenu li a {
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.container .paging {
	padding: 0 14px;
	box-sizing: border-box;
	text-align: center;
}
.container .paging .row {
  width: auto;
  float: none;
  display: inline-block;
}
.container .paging ul li {
	margin: 0 4px;
}
.container .paging ul li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.container .paging ul li.on a{
	background: #b4a078;
	color: #fff;
}
.container .paging ul li a:hover {
	background: #e4e4e4;
	color: #555555;
}
.container .paging ul li.log a {
	width: 80px;
}
.container .paging span {
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
}
.container .paging input {
	width: 36px;
	height: 36px;
	line-height: 36px;
}
.container .paging input[type="button"] {
	width: 60px;
}
.container .paging input[type="button"]:hover {
	background: #e4e4e4;
	color: #555555;
}
@media only screen and (max-width: 600px){
	.container .paging span,
	.container .paging input {
		display: none;
	}
}

.aboutPage {
	padding: 20px 14px;
}
.aboutPage .video .pic {
	height: auto;
}
.aboutPage .video .pic .filter .icon {
	width: 40px;
	height: 40px;
	background-size: 100%;
}
.aboutPage .video video {
	height: auto;
}
.aboutPage .introduction {
	padding-top: 30px;
}
.aboutPage .introduction .conten {
	padding: 20px 14px;
	margin-top: 14px;
}
.aboutPage .introduction .conten .text {
	line-height: 24px;
	font-size: 16px;
}
.aboutPage .contact {
	padding: 30px 0 0 0;
}
.aboutPage .contact .map {
	margin-top: 14px;
}
.aboutPage .contact .map #allmap {
	height: 300px;
}
/*关于我们end*/

.newsPage {
  padding-bottom: 30px;
}
.newsPage .newsList {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 14px;
  box-sizing: border-box;
}
.newsPage .newsList li a {
  display: block;
  padding: 14px 0;
}
.newsPage .newsList li a:hover .pic 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);
}
.newsPage .newsList li a:hover .txt{
  color: #888888;
}
.newsPage .newsList li a:hover .tit {
  color: #333333;
}
.newsPage .newsList li .pic {
  width: 180px;
  height: 120px;
}
.newsPage .newsList li .text {
  padding-left: 190px;
}
.newsPage .newsList li .tit {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: 0px;
}
.newsPage .newsList li .txt {
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  margin-top: 14px;
}
.newsPage .newsList li .more {
  font-size: 14px;
  padding-right: 23px;
  margin-top: 20px;
  background-size: 15px auto;
}
@media only screen and (max-width: 500px){
  .newsPage .newsList li .pic {
    width: 120px;
    height: 80px;
  }
  .newsPage .newsList li .text {
    padding-left: 130px;
  }
  .newsPage .newsList li .tit {
    height: 20px;
    line-height: 20px;
    font-size: 16px;
  }
  .newsPage .newsList li .txt {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 16px;
  }
  .newsPage .newsList li .more {
    display: none;
  }
}
.newsPage .newsDetails{
	padding: 24px 14px 0 14px;
	box-sizing: border-box;
}
.newsPage .newsDetails .title{
	padding-bottom: 12px;
}
.newsPage .newsDetails .title .tit{
	line-height: 26px;
	font-size: 22px;
}
.newsPage .newsDetails .title .date{
	line-height: 20px;
	font-size: 14px;
	margin-top: 6px;
}
.newsPage .newsDetails .article{
	padding: 12px 0;
}
.newsPage .newsDetails .nearPage{
	font-size: 14px;
	padding: 10px 0;
}
.newsPage .newsDetails .nearPage p{
	height: 26px;
	line-height: 26px;
}
.newsPage .newsDetails .nearPage a{
	font-size: 14px;
}
.newsPage .newsDetails .nearPage a:hover{
	color: #666;
}
@media only screen and (max-width: 600px){
	.newsPage .newsDetails .title .tit{
		line-height: 24px;
		font-size: 18px;
	}
}
/*新闻end*/
.recruitmentPage {
  padding: 24px 14px;
  box-sizing: border-box;
}
.recruitmentPage .slogan {
  line-height: 24px;
  font-size: 18px;
}
.recruitmentPage .list {
  margin-top: 26px;
}
.recruitmentPage .list li .top {
  line-height: 26px;
  font-size: 20px;
  padding: 10px 50px 10px 14px;
  background-position: right 12px top 12px;
  background-size: 22px;
}
.recruitmentPage .list li .top:hover {
  background-color: #fafafa;
}
.recruitmentPage .list li .text {
  line-height: 26px;
  font-size: 14px;
  padding: 14px;
}
.recruitmentPage .list li .text .tit {
  font-size: 16px;
}
.recruitmentPage .deliveryBtn {
  margin-top: 20px;
}
.recruitmentPage .deliveryBtn a {
  height: 40px;
  line-height: 40px;
  background: #b4a078;
  font-size: 16px;
  padding: 0 10px;
}
.recruitmentPage .deliveryBtn a span {
  font-size: 14px;
  margin-left: 4px;
}
.recruitmentPage .deliveryBtn a:hover {
  background: #b4a078;
}
@media only screen and (max-width: 600px){
	.recruitmentPage .slogan {
	  line-height: 20px;
	  font-size: 14px;
	}
	.recruitmentPage .list {
	  margin-top: 20px;
	}
	.recruitmentPage .list li .top {
	  line-height: 20px;
	  font-size: 16px;
	  padding: 10px 40px 10px 10px;
	  background-position: right 10px top 8px;
	  background-size: 20px;
	}
	.recruitmentPage .list li .text {
	  padding: 10px;
	}
	.recruitmentPage .deliveryBtn a {
	  height: 36px;
	  line-height: 36px;
	  font-size: 14px;
	}
	.recruitmentPage .deliveryBtn a span {
	  font-size: 14px;
	  margin-left: 2px;
	}
}
/*招聘end*/

.casePage {
  padding: 25px 14px;
  box-sizing: border-box;
}
.casePage .caseBox {
  margin-bottom: 30px;
}
.casePage .caseBox .cent {
  padding: 20px 10px;
  margin-bottom: 20px;
}
.casePage .caseBox .cent .title {
  line-height: 28px;
  font-size: 22px;
}
.casePage .caseBox .cent .pic {
  margin-top: 16px;
}
.casePage .caseBox .cent a:hover .filter,
.casePage .caseBox .cent .pic .filter {
  width: 350px;
}
.casePage .caseBox .cent .pic .filter .text {
  padding: 0 20px;
}
.casePage .caseBox .cent .pic .filter .tit {
  line-height: 30px;
  font-size: 26px;
}
.casePage .caseBox .cent .pic .filter .txt2,
.casePage .caseBox .cent .pic .filter .txt1 {
  line-height: 20px;
  font-size: 16px;
  margin-top: 12px;
}
.casePage .caseBox .more {
  width: 160px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
@media only screen and (max-width: 800px){
	.casePage .caseBox {
	  margin-bottom: 20px;
	}
  .casePage .caseBox .cent .pic .filter {
    width: 250px;
  }
  .casePage .caseBox .cent .pic .filter .text {
    padding: 0 10px;
  }
  .casePage .caseBox .cent .pic .filter .tit {
    line-height: 26px;
    font-size: 22px;
  }
  .casePage .caseBox .cent .pic .filter .txt2,
  .casePage .caseBox .cent .pic .filter .txt1 {
    line-height: 18px;
    font-size: 12px;
    margin-top: 10px;
  }
  .casePage .caseBox .more {
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px){
  .casePage .caseBox .cent .pic .filter {
    width: 100%;
  }
  .casePage .caseBox .cent .pic .filter .tit {
    line-height: 24px;
    font-size: 20px;
  }
  .casePage .caseBox .cent .pic .filter .txt2,
  .casePage .caseBox .cent .pic .filter .txt1 {
    line-height: 18px;
    font-size: 12px;
    margin-top: 5px;
  }
}
.casePage .review .title {
  line-height: 28px;
  font-size: 22px;
}
.casePage .review .txt1 {
  line-height: 22px;
  font-size: 18px;
  margin: 20px 0;
}
@media only screen and (max-width: 800px){
	.casePage .review li {
	  padding: 10px 50px;
	  margin-bottom: 14px;
	}
	.casePage .review li .name {
	  margin-top: 6px;
	}
	.casePage .review li .q1 {
	  width: 16px;
	  height: 14px;
	  left: 18px;
	  top: 15px;
	}
	.casePage .review li .q2 {
	  width: 16px;
	  height: 14px;
	  right: 18px;
	  bottom: 15px;
	}
}
@media only screen and (max-width: 500px){
	.casePage .review li {
	  padding: 8px 36px;
	  margin-bottom: 12px;
	}
	.casePage .review li .q1 {
	  left: 8px;
	}
	.casePage .review li .q2 {
	  right: 8px;
	}
}
/*项目案例end*/
.cooperationPage .developers {
  padding: 30px 14px;
  box-sizing: border-box;
}
.cooperationPage .developers .swiper-container {
  margin-top: 25px;
}
.cooperationPage .developers .swiper-slide img:hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
}
.cooperationPage .recruiting {
  padding: 0px 14px 20px 14px;
}
.cooperationPage .recruiting .pic {
  margin-top: 20px;
}
.cooperationPage .recruiting .pic .cent {
  padding: 0 20px;
}
.cooperationPage .recruiting .pic .cent .txt {
  line-height: 24px;
  font-size: 16px;
}
.cooperationPage .recruiting .pic .cent .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-top: 22px;
}
.cooperationPage .recruiting .pic .cent .btn:hover {
  background: #a7905f;
}
.cooperationPage .recruiting .text {
  line-height: 28px;
  font-size: 16px;
  margin-top: 20px;
}
.cooperationPage .cooperation {
  padding: 25px 0 0 0;
}
.cooperationPage .cooperation .swiper-container {
  margin-top: 20px;
}
.cooperationPage .recruiting2 {
  padding: 30px 14px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px){
	.cooperationPage .developers {
	  padding: 20px 14px;
	}
	.cooperationPage .developers .swiper-container {
	  margin-top: 20px;
	}
	.cooperationPage .recruiting .pic {
	  margin-top: 16px;
	}
	.cooperationPage .recruiting .pic .cent {
	  padding: 0 12px;
	}
	.cooperationPage .recruiting .pic .cent .txt {
	  line-height: 20px;
	  font-size: 14px;
	}
	.cooperationPage .recruiting .pic .cent .btn {
	  width: 110px;
	  height: 32px;
	  line-height: 32px;
	  font-size: 14px;
	  margin-top: 12px;
	}
	.cooperationPage .recruiting .text {
	  line-height: 20px;
	  font-size: 14px;
	  margin-top: 10px;
	}
	.cooperationPage .cooperation {
	  padding: 20px 0 0 0;
	}
	.cooperationPage .cooperation .swiper-container {
	  margin-top: 16px;
	}
	.cooperationPage .recruiting2 {
	  padding: 20px 14px;
	}
}
/*合作伙伴end*/

.productPage {
  padding: 25px 14px;
  box-sizing: border-box;
}
.productPage .video .pic {
  height: auto;
}
.productPage .video .pic .filter .icon {
  width: 40px;
  height: 40px;
  background-size: 100%;
}
.productPage .video video {
  height: auto;
}
.productPage .f2c,
.productPage .integration {
  padding: 20px 0;
}
.productPage .f2c .article,
.productPage .integration .article {
  margin: 10px auto 0 auto;
}
.productPage .f2c {
  padding: 15px 0;
}
.productPage .f2c .article {
  margin-top: 20px;
}
.productPage .setMeal {
  padding: 25px 0;
}
.productPage .setMeal .tab {
  margin-top: 25px;
}
.productPage .setMeal .tab ul{
	display: block;
}
.productPage .setMeal .tab li {
  width: 20%;
  margin: 0 0 -4px 0;
  padding: 0 0 0px 0;
}
.productPage .setMeal .tab li .txt {
  line-height: 20px;
  font-size: 18px;
}
.productPage .setMeal .tab li .en {
  height: 30px;
  margin-top: 4px;
}
.productPage .setMeal .tabBox .swiper-slide .text {
  width: 400px;
  padding: 35px;
  left: 70px;
}
.productPage .setMeal .tabBox .swiper-slide .text .tit {
  line-height: 36px;
  font-size: 30px;
}
.productPage .setMeal .tabBox .swiper-slide .text .txt {
  line-height: 26px;
  font-size: 16px;
  margin-top: 20px;
}
.productPage .setMeal .tabBox .nextBtn,
.productPage .setMeal .tabBox .prevBtn {
  width: 40px;
  height: 40px;
  left: 14px;
  background-size: 100%;
}
.productPage .setMeal .tabBox .nextBtn:hover,
.productPage .setMeal .tabBox .prevBtn:hover {
  background-image: url(../images/swiper-button-prev1.png);
}
.productPage .setMeal .tabBox .nextBtn {
  left: auto;
  right: 14px;
  background-image: url(../images/swiper-button-next.png);
}
.productPage .setMeal .tabBox .nextBtn:hover {
  background-image: url(../images/swiper-button-next1.png);
}
@media only screen and (max-width: 600px){
	.productPage .setMeal .tab {
	  margin-top: 20px;
	}
	.productPage .setMeal .tab li .txt {
	  line-height: 20px;
	}
	.productPage .setMeal .tab li .en {
	  font-size: 10px;
	  margin-top: 2px;
	}
	.productPage .setMeal .tabBox .swiper-slide .text {
	  width: 300px;
	  padding: 20px 10px;
	  left: 10px;
	}
	.productPage .setMeal .tabBox .swiper-slide .text .tit {
	  line-height: 30px;
	  font-size: 22px;
	}
	.productPage .setMeal .tabBox .swiper-slide .text .txt {
	  line-height: 20px;
	  font-size: 14px;
	  margin-top: 10px;
	}
	.productPage .setMeal .tabBox .nextBtn,
	.productPage .setMeal .tabBox .prevBtn {
	  display: none;
	}
}
.productPage .construction {
  padding-top: 20px;
}
.productPage .construction ul {
  margin-top: 18px;
}
.productPage .construction li {
  width: 33.333%;
  margin-left: 0px;
  margin-bottom: 20px;
  padding: 0 5px;
  box-sizing: border-box;
}
.productPage .construction li .pic {
  height: auto;
}
.productPage .construction li .txt {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: 12px;
}
.productPage .construction 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);
}
.productPage .construction li a:hover .txt {
  color: #555555;
}
@media only screen and (max-width: 600px){
	.productPage .construction li {
	  width: 100%;
	  margin-bottom: 20px;
	  padding: 0;
	}
	.productPage .construction li .txt {
	  margin-top: 6px;
	}
}
.productPage .service {
  padding: 30px 0 10px 0;
}
.productPage .service ul {
  margin-top: 25px;
}
.productPage .service li {
  width: 25%;
  margin-bottom: 24px;
}
.productPage .service li:hover .icon {
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
}
.productPage .service li .icon {
  width: 100px;
  height: 100px;
}
.productPage .service li .txt1 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: 12px;
}
.productPage .service li .txt2 {
  line-height: 20px;
  font-size: 14px;
  margin-top: 8px;
}
@media only screen and (max-width: 600px){
	.productPage .service {
	  padding: 30px 0 10px 0;
	}
	.productPage .service li .icon {
	  width: 60px;
	  height: 60px;
	}
	.productPage .service li .txt1 {
	  height: 20px;
	  line-height: 20px;
	  font-size: 14px;
	  margin-top: 6px;
	}
	.productPage .service li .txt2 {
	  line-height: 14px;
	  font-size: 12px;
	  margin-top: 5px;
	}
}
@media only screen and (max-width: 500px){
	.productPage .service {
	  padding: 10px 0;
	}
	.productPage .service .columnTitle .tit{
		font-size: 15px;
	}
	.productPage .service ul{
		margin-top: 10px;
	}
	.productPage .service li{
		width: 50%;
		margin-bottom: 16px;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.productPage .service li .icon {
	  width: 60px;
	  height: 60px;
	}
	.productPage .service li .txt1 {
	  height: 20px;
	  line-height: 20px;
	  font-size: 14px;
	  margin-top: 6px;
	}
	.productPage .service li .txt2 {
	  line-height: 14px;
	  font-size: 12px;
	  margin-top: 5px;
	}
}
/*整装产品end*/


























} /*600*/



