@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{
	display: none;
}
.header {
	height: 50px;
	z-index: 105;
}
.header .logo {
	height: 30px;
	margin-top: 10px;
}
.header .slogan {
	line-height: 20px;
	margin: 4px 0 0 10px;
	font-size: 1.2rem;
	/*display: none;*/
}
.header .slogan .tel,
.header .slogan .tel a {
	font-size: 1.2rem;
}
.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: #fff;
	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;
	float: right;
	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: #f98823;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
}
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #555;
	position: relative;
	text-indent: 20px;
}
.header .nav > ul > li span {
	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 .nav > ul > li span.n2,
.header .nav > ul > li span.n3{
	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 > ul > li:hover > a span.n2,
.header .nav > ul > li span.n2{
	opacity: 1;
	filter: alpha(opacity=100);
	letter-spacing: 0;
}
.header .nav > ul > li:hover > a span.n3,
.header .nav > ul > li span.n3{
	opacity: 0;
	filter: alpha(opacity=0);
	letter-spacing: 50px;
}
.header .nav > ul > li.on > a{
	color: #68a592;
	border-color: #68a592;
}
.header .nav > ul > li.now span.n2,
.header .nav > ul > li.now:hover span.n2,
.header .nav > ul > li.on span.n2,
.header .nav > ul > li.on:hover span.n2{
	opacity: 0;
	filter: alpha(opacity=0);
	letter-spacing: 50px;
}
.header .nav > ul > li.now span.n3,
.header .nav > ul > li.now:hover span.n3,
.header .nav > ul > li.on span.n3,
.header .nav > ul > li.on:hover span.n3{
	opacity: 1;
	filter: alpha(opacity=100);
	letter-spacing: 0;
}
.header .nav > ul > li .arrow{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
	display: block;
	background: url(../images/arrow1.png) no-repeat center;
}
.header .nav > ul > li.now .arrow{
	background-image: url(../images/arrow2.png);
}
.header .nav > ul > li > a:after{
	display: none;
}
.header .nav li:hover .sub,
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	height: auto;
	overflow: visible;
	opacity: 1;
	z-index: 1;
	filter: alpha(opacity=100);
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
}
.header .nav .sub li a:hover ,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	background: #eee;
	border-bottom: solid 1px #ddd;
	color: #666;
	text-align: left;
	text-indent: 20px;
}
.wrapper.shiftLeft {
	margin-left: -200px;
}
.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;
}
.footer {
	padding-top: 40px;
}
.footer .colline {
	margin: 0 20px;
}
.footer .qrcode,
.footer .logo {
  width: 50px;
}
.footer .qrcode{
	padding: 4px;
}
.footer .contact {
	display: block;
	margin: 40px 0 0 0;
	text-align: center;
}
.footer .contact .box{
	display: inline-block;
	text-align: left;
}
.footer .contact p {
	margin-bottom: 12px;
}
.footer .table{
	margin-bottom: 40px;
}
.footer .friendship {
	padding: 40px 0 30px 0;
	display: block;
}
.footer .friendship .tit {
	float: none;
	font-size: 1.6rem;
	border-right: none;
	border-bottom: solid 1px #7c7c7c;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
}
.footer .friendship .tit small {
	font-size: 1.2rem;
}
.footer .friendship ul {
	display: block;
	margin-top: 20px;
}
.footer .friendship li {
	margin: 0 10px 10px 0;
}
.footer .bottom {
	padding: 10px 0;
	border-top: solid 1px #4c4c4c;
	text-align: center;
}
.footer .bottom .link,
.footer .bottom .copy{
	float: none;
	margin: 10px 0;
}
.pctitle .entit {
	font-size: 2.4rem;
}
.pctitle .title {
	font-size: 1.6rem;
	margin-top: 10px;
	margin-bottom: 30px;
}
.pctitle .line {
	margin-top: 30px;
}
.pctitle .slogan {
	font-size: 1.4rem;
	margin: 30px 0 16px 0;
}
.case-list ul {
	margin: 0 -5px;
}
.case-list li {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 30px;
}
.case-list li:nth-child(3n+1) {
	clear: none;
}
.case-list li:nth-child(2n+1) {
	clear: left;
}
.case-list li a:hover ,
.case-list li a {
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.06);
	top: 0;
}
.case-list li .tag {
	min-width: 50px;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	font-size: 1.2rem;
}
.case-list li .bottom ,
.case-list li .titll {
	padding: 10px;
}
.case-list li .tit,
.case-list li .txt {
	height: 22px;
	line-height: 22px;
}
.case-list li .tit {
	font-size:18px;
}
.case-list li .txt {
	height: 44px;
	margin-top: 8px;
	font-size: 1.2rem;
	display: none;
}
.case-list li .area,
.case-list li .address {
	max-width: none;
	float: none;
	height: 20px;
	line-height: 20px;
}
.case-list li .address {
	margin-top: 6px;
}
.honor-list ul {
	margin: 0 -5px;
}
.honor-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 20px;
}
.honor-list li:nth-child(4n+1) {
	clear: none;
}
.honor-list li:nth-child(2n+1) {
	clear: left;
}
.honor-list li .pic {
	padding: 4px;
}
.honor-list li .tit {
	margin-top: 10px;
}
.main .banner .btn {
	bottom: 60px;
}
.main .banner .swiper-button-prev,
.main .banner .swiper-button-next {
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
}
.main .advantage {
	padding: 50px 0 20px 0;
}
.main .advantage li {
	width: 50%;
}
.main .advantage li:nth-child(5n+1) {
	clear: none;
}
.main .advantage li:nth-child(2n+1) {
	clear: left;
}
.main .advantage li .box {
	width: 130px;
	padding-left: 34px;
	background-size: 24px auto;
}
.main .advantage li .number {
	line-height: 30px;
	margin-top: 10px;
}
.main .advantage li .number sup {
	font-size: 1.6rem;
	line-height: 30px;
	margin-left: 5px;
}
.main .advantage li .number .add {
	font-size: 2rem;
}
.main .advantage li .number span {
	font-size: 2.2rem;
}
.main .case {
	padding: 50px 0;
}
.main .case .head .l,
.main .case .head .r{
	float: none;
}
.main .case .tab,
.main .case .slogan {
	text-align: left;
	margin-top: 40px;
}
.main .case .tab {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px 10px;
}
.main .case .tab a,
.main .case .tab span {
	min-width: 0;
	height: 34px;
	line-height: 32px;
	display: block;
	font-size: 1.4rem;
	padding: 0 10px;
	margin: 0;
}
.main .case .tab a.on,
.main .case .tab span.on {
	border-color: #68a592;
	background: #68a592;
	color: #fff;
}
.main .case .case-list{
	margin-top: 40px;
}
.main .case .case-list .pcmore {
	margin-top: 20px;
}
.main .about {
	padding: 30px 0;
	background-attachment: scroll;
}
.main .about .logo{
	height: 80px;
}
.main .about .text {
	font-size: 1.2rem;
	margin-top: 30px;
}
.main .video,
.main .honor {
	padding: 50px 0;
}
.main .honor .honor-list {
	margin-top: 40px;
}
.main .video .content {
	margin-top: 40px;
}
.main .video .content .title {
	font-size: 2rem;
}
.main .video .content .entit {
	margin-top: 14px;
}
.main .service {
	padding: 50px 0 20px 0;
}
.main .service ul {
	margin: 40px -5px 0 -5px;
}
.main .service li {
	width: 25%;
	padding: 0 5px;
	margin-bottom: 40px;
}
.main .service li:nth-child(8n+1) {
	clear: none;
}
.main .service li:nth-child(4n+1) {
	clear: left;
}
.main .service li .tit {
	margin: 30px 0 10px 0;
}
.main .service li .entit {
	font-size: 1.2rem;
	display: none;
}
.main .client {
	padding: 50px 0;
}
.main .client .content {
	margin-top: 40px;
}
.main .client .swiper-button-prev:hover,
.main .client .swiper-button-prev {
  left: -10px;
  background-image: url(../images/arrow21.png);
}
.main .client .swiper-button-next:hover ,
.main .client .swiper-button-next {
  right: -10px;
  background-image: url(../images/arrow22.png);
}
.main .news {
	padding: 50px 0;
	background: none;
}
.main .news .title {
	font-size: 2rem;
}
.main .news .title span{
	font-size: 1.2rem;
}
.main .news ul {
	margin: 40px 0 20px 0;
}
.main .news .right ,
.main .news .left {
	width: 100%;
	float: none;
}
.main .news .left ul{
	margin-left: -10px;
	margin-right: -10px;
}
.main .news .left li {
	width: 50%;
	padding: 0 10px;
}
.main .news .left li .picc span {
	height: auto;
}
.main .news .left li .tit {
	height: 24px;
	line-height: 24px;
	font-size: 1.2rem;
}
.main .news .right {
	margin-top: 50px;
}
.main .news .right ul {
	margin-top: 20px;
}
.main .team .slogan {
	line-height: 12px;
	font-size: 1.6rem;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
	/*height: 260px;*/
}
.columnmenu {
	line-height: 50px;
	position: relative;
}
.columnmenu .title {
	font-size: 3rem;
}
.columnmenu .btn {
	display: block;
	font-size: 1.6rem;
	color: #68a592;
	padding-left: 40px;
	background: url(../images/menu.png) no-repeat 0 center;
}
.columnmenu ul {
	float: none;
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 90;
	background: #eee;
	display: none;
}
.columnmenu ul li {
	float: none;
	margin: 0;
	border-bottom: solid 1px #ddd;
}
.columnmenu ul li a:hover,
.columnmenu ul a {
	padding-left: 54px;
	height: 50px;
	line-height: 50px;
}
.columnmenu ul li a:hover::after,
.columnmenu ul a::after {
	left: 30px;
}
.paging li {
	margin: 0 2px;
}
.paging li a:hover {
	background-color: #f3f3f3;
	color: #666;
}
.paging li.go,
.paging li.select,
.paging li.txt,
.paging li.next,
.paging li.prev{
	display: none;
}
.slidingmenu .ui-navigator .ui-navigator-list li a,
.slidingmenu .ui-navigator .ui-navigator-fix {
	min-width: 100px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 1.4rem;
}
.about-page .office,
.about-page .culture,
.about-page .about {
	padding: 50px 0;
}
.about-page .office .content,
.about-page .culture .content,
.about-page .about .content {
	margin-top: 40px;
}
.about-page .culture .pic,
.about-page .about .pic {
	width: 100%;
	height: auto;
	float: none;
	text-align: center;
	position: static;
}
.about-page .culture .pic img,
.about-page .about .pic img{
	width: 100%;
	display: block;
}
.about-page .culture .text,
.about-page .about .text {
	width: 100%;
	padding: 0;
	float: none;
}
.about-page .culture .text,
.about-page .about .pic{
	margin-top: 40px;
}
.about-page .scope {
	padding: 50px 0 30px 0;
}
.about-page .scope ul {
	margin: 40px -5px 0 -5px;
}
.about-page .scope ul li {
	padding: 0 5px;
	margin-bottom: 20px;
}
.about-page .scope ul li .box {
	min-height: auto;
	padding: 10px;
}
.about-page .scope ul li .tit {
	font-size: 1.6rem;
}
.about-page .scope ul li .txt {
	margin-top: 20px;
}
@media only screen and (max-width: 700px){
	.about-page .scope ul li{
		width: 100%;
	}
}
.about-page .office .swiper-button-next,
.about-page .office .swiper-button-prev {
	display: none;
}
.about-page .certifications {
	padding: 50px 0 30px 0;
}
.about-page .certifications .honor-list {
	margin-top: 40px;
}
.about-page .client {
	padding: 50px 0;
}
.about-page .client-list {
	margin-top: 40px;
}
.about-page .client-list ul {
	margin: 0 -5px;
}
.about-page .client-list li {
	width: 25%;
	margin-bottom: 10px;
	padding: 0 5px;
}
.about-page .client-list li:nth-child(6n+1) {
	clear: none;
}
.about-page .client-list li:nth-child(4n+1) {
	clear: left;
}
@media only screen and (max-width: 700px){
	.about-page .client-list li{
		width: 33.33333%;
	}
	.about-page .client-list li:nth-child(4n+1) {
		clear: none;
	}
	.about-page .client-list li:nth-child(3n+1) {
		clear: left;
	}
}
.about-page  .paging{
	margin-top: 40px;
}
.case-page {
	padding: 50px 0;
}
.case-page .case-list {
	margin: 40px 0;
}
.case-page .details-info {
	margin-top: 20px;
}
.details-info .title {
	font-size: 2rem;
}
.details-info .date {
	margin-top: 20px;
}
.details-info .article {
	margin: 28px 0 40px 0;
	padding: 30px 0;
	font-size:16px;
	color: #333333;
}
.details-info .prevnext p {
	max-width: none;
	width: 100%;
	float: none;
	margin: 10px 0;
}
.details-info .prevnext .prev a {
	background: url(../images/arrow19.png) no-repeat 0 center;
}
.details-info .prevnext .next {
	float: none;
	text-align: left;
	margin-top: 20px;
}
.details-info .prevnext .next a {
	padding-left: 32px;
	padding-right: 0;
	background: url(../images/arrow20.png) no-repeat 0 center;
}
.news-list li a {
	padding: 30px 0;
}
.news-list li .picc {
	width: 270px;
}
.news-list li .cont {
	padding: 0 290px 0 0;
}
.news-list li .tit {
	padding-right: 100px;
}
.news-list li .txt {
	margin: 20px 0;
}
.news-page {
	padding: 50px 0;
}
.news-page .paging {
	margin-top: 40px;
}
@media only screen and (max-width: 700px){
	.news-list li .picc {
		width: 100%;
		float: none;
	}
	.news-list li .cont{
		padding: 0;
		margin-top: 20px;
	}
}
.news-page .paging {
	margin-top: 40px;
}
.news-page .details-info {
	margin-top: 0px;
}
.single-page{
	padding: 50px 0;
}
.team-list li {
	margin-bottom: 50px;
}
.team-list li .picc {
	width: 300px;
}
.team-list li .cont {
	padding-left: 320px;
}
.team-list li .tit,
.team-list li .titll,
.team-list li .txt,
.team-list li .slogan {
	line-height: 24px;
}
.team-list li .tit {
	font-size: 1.6rem;
}
.team-list li .titll {
	font-size: 1.4rem;
}
.team-list li .slogan {
	padding: 5px 10px;
	margin: 20px 0;
}
@media only screen and (max-width: 700px){
	.team-list li .picc{
		max-width: 400px;
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.team-list li .cont{
		padding: 0;
		margin-top: 20px;
	}
}
.video-page,
.team-page {
	padding: 50px 0;
}
.video-page .paging{
	margin-top: 40px;
}
.servicemenu .ui-navigator .ui-navigator-list li a,
.servicemenu .ui-navigator .ui-navigator-fix {
	min-width: 100px;
	padding: 0 30px 40px 0;
	font-size: 1.6rem;
}
.servicemenu .ui-navigator .ui-navigator-list li a span,
.servicemenu .ui-navigator .ui-navigator-fix span {
	font-size: 1.4rem;
	margin-top: 10px;
}
.service-page .service {
	padding: 50px 0;
}
.service-page .service .content {
	margin-top: 40px;
	display: block;
}
.service-page .service .text ,
.service-page .service .pic {
	width: 100%;
	float: none;
}
.service-page .service .text {
	margin-top: 30px;
}
.service-page .category {
	padding: 50px 0;
}
.service-page .category .tabbox {
	margin-top: 40px;
}
.service-page .category .content .flex {
	display: block;
}
.service-page .category .content .pic ,
.service-page .category .content .text {
	width: 100%;
	float: none;
}
.service-page .category .content .text .tit {
	font-size: 2rem;
}
.service-page .category .content .text .txt {
	margin-top: 40px;
}
.service-page .category .content .pic {
	margin-top: 30px;
}
.contact-page .contact {
	padding: 50px 0;
}
.contact-page .contact .row {
	margin: 0 -10px;
}
.contact-page .contact .row .col {
	padding: 0 10px;
	margin-bottom: 50px;
}
.contact-page .contact .content {
	margin-top: 50px;
}
.contact-page .contact .content .entit {
	font-size: 2rem;
}
.contact-page .contact .content .tit {
	margin: 10px 0 30px 0;
}
.contact-page .map {
	padding-bottom: 50px;
}
.contact-page .map #allmap {
	height: 400px;
	margin-top: 40px;
}
.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 */
