
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.wrapper{
	padding-bottom: 50px;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.header {
	height: 50px;
	z-index: 105;
}
.header .logo {
	height: 34px;
	margin: 8px 0 0 10px;
}
.header .language {
	line-height: 50px;
	font-size: 14px;
	margin: 0 60px 0 0;
}
.header .language a {
	font-size: 14px;
}
.header .language a:hover {
	color: #fff;
}
.header .language span {
	padding: 0 6px;
}
.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: #d3a100;
	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 .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;
	overflow: auto;
}
.header .nav .buoy{
	display: none;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #d3a100;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	padding: 0;
}
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #575757;
}
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #d3a100;
	color: #d3a100;
}
.header .nav .sub {
	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{
	margin: 0;
	background: #eee;
}
.header .nav .sub li a:hover,
.header .nav .sub li a {
	color: #575757;
	border-bottom: solid 1px #ccc;
}
.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 {
	opacity: 0;
}
.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 .linkList {
	width: 100%;
	float: none;
	padding: 0;
}
.footer .linkList .list {
	width: 100%;
	float: none;
	text-align: center;
	border-bottom: solid 1px #e0e0e0;
}
.footer .linkList .tit {
	height: auto;
	border: none;
}
.footer .linkList .tit a {
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	display: block;
}
.footer .linkList .tit a:hover {
	color: #222222;
}
.footer .linkList ul {
	margin: 0;
	display: none;
}
.footer .linkList ul li {
	height: 40px;
	line-height: 40px;
	margin: 0;
}
.footer .linkList ul li a {
	font-size: 14px;
	display: block;
}
.footer .linkList ul li a:hover {
	color: #808080;
}
.footer .contact {
	width: 100%;
	float: none;
	min-height: auto;
	border: none;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.footer .contact .tit {
	font-size: 18px;
}
.footer .contact .number {
	font-size: 20px;
	margin: 10px 0;
}
.footer .contact .address {
	line-height: 24px;
	font-size: 14px;
}
.footer .contact .share {
	margin-top: 10px;
}
.footer .contact .share a {
	width: 40px;
	height: 40px;
	margin: 0 5px;
	display: inline-block;
	float: none;
}
.footer .contact .share .icon-wechat:hover {
	background-image: url(../image/share1.png);
}
.footer .contact .share .icon-weibo:hover {
	background-image: url(../image/share2.png);
}
.footer .contact .share .icon-qq:hover {
	background-image: url(../image/share3.png);
}
.footer .bottom {
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
.footer .bottom .l,
.footer .bottom .r{
	float: none;
}
.footer .bottom a {
	font-size: 14px;
}
.footer .bottom a:hover {
	color: #7d7f81;
}
.fixedSidebar {
	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);
}
.fixedSidebar .close {
	display: none;
}
.fixedSidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #fff;
	box-sizing: border-box;
}
.fixedSidebar li:first-child{
	border-left: none;
}
.fixedSidebar li:hover a {
	background: #d3a100;
}
.fixedSidebar li a {
	height: 50px;
	padding-top: 4px;
}
.fixedSidebar li a .icon {
	height: 18px;
	line-height: 18px;
}
.fixedSidebar 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;
}
.fixedSidebar li .phone {
	display: none;
}
.fixedSidebar li .qrcode {
	width: 140px;
	height: 140px;
}
.pcMore2,
.pcMore1 {
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #d3a100;
	text-indent: 14px;
}
.pcMore2::after,
.pcMore1::after {
	display: none;
}
.pcMore2:hover input[type="button"],
.pcMore1:hover input[type="button"],
.pcMore2 input[type="button"],
.pcMore1 input[type="button"],
.pcMore2:hover input[type="submit"],
.pcMore1:hover input[type="submit"],
.pcMore2 input[type="submit"],
.pcMore1 input[type="submit"],
.pcMore2:hover span,
.pcMore1:hover span,
.pcMore2 span,
.pcMore1 span {
	font-size: 14px;
	background-position: right 12px center;
}
.pcMore2 {
	text-indent: 0;
}
.banner .swiper-pagination {
	bottom: 6px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 4px;
}
.main .publicTitle .en {
	font-size: 22px;
}
.main .publicTitle .tit {
	line-height: 30px;
	font-size: 20px;
	margin: 0 0 4px 0;
}
.main .publicTitle .tit span {
	margin: 14px 20px 0 0;
}
.main .publicTitle .tit span:nth-child(even) {
	margin: 14px 0 0 20px;
}
.main .publicTitle .slogan {
	font-size: 14px;
}
.main .service {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .service .content {
	margin-top: 30px;
}
.main .service .pcMore2 {
	margin-top: 30px;
}
.main .service .swiper-button-next,
.main .service .swiper-button-prev {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-size: 8px auto;
}
.main .service .swiper-button-next:hover,
.main .service .swiper-button-prev:hover {
	background-color: #d3a100;
}
.main .service .swiper-button-prev {
	left: 10px;
}
.main .service .swiper-button-next {
	right: 10px;
}
.main .service .swiper-slide a:hover .text,
.main .service .swiper-slide .text {
	top: auto;
	left: 0;
	bottom: 0;
	padding: 10px;
	z-index: 5;
	color: #fff;
	transform: translate(0,0);
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	text-align: left;
}
.main .service .swiper-slide .tit {
	font-size: 20px;
}
.main .service .swiper-slide a:hover .txt ,
.main .service .swiper-slide .txt {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin: 6px 0 0 0;
	-webkit-line-clamp: 1;
}
.main .service .swiper-slide .arrow,
.main .service .swiper-slide .filter {
	display: none;
}
.main .about {
	min-height: auto;
	padding: 30px 10px;
}
.main .about .text {
	line-height: 30px;
	font-size: 14px;
	margin: 30px auto;
}
.main .about .videoBtn {
	margin: 30px auto 0 auto;
}
@keyframes videoBtn-line {
	0% {height: 0px; }
	100% {height: 14px; }
}
@-moz-keyframes videoBtn-line {
	0% {height: 0px; }
	100% {height: 14px; }
}
@-webkit-keyframes videoBtn-line {
	0% {height: 0px; }
	100% {height: 14px; }
}
@-o-keyframes videoBtn-line {
	0% {height: 0px; }
	100% {height: 14px; }
}
.videoBtn {
	width: 60px;
	height: 60px;
}
.videoBtn span {
	width: 3px;
	height: 14px;
	border-radius: 2px 2px 0 0;
	bottom: 8px;
}
.videoBtn .line1 {
	right: -2px;
}
.videoBtn .line2 {
	right: 4px;
}
.videoBtn .line3 {
	right: 10px;
}
.main .news {
	padding: 30px 10px;
	box-sizing: border-box;
}
.main .news .content {
	margin-top: 20px;
}
.main .news .swiper-container {
	padding: 10px 5px 30px 5px;
}
.main .news .swiper-slide a {
	background: #fff;
	box-shadow: 0 0 5px 1px #ececec;
}
.main .news .swiper-slide a:hover {
	top: 0;
}
.main .news .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 .news .swiper-slide .date {
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
	top: 10px;
	left: 10px;
	font-size: 12px;
}
.main .news .swiper-slide .text {
	padding: 10px;
}
.main .news .swiper-slide .tit {
	font-size: 16px;
}
.main .news .swiper-slide .txt {
	height: 40px;
	line-height: 20px;
	margin-top: 6px;
}
.main .news .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 4px;
}
.main .cooperation{
	padding: 0 10px;
	box-sizing: border-box;
}
.main .cooperation .title {
	font-size: 20px;
}
.main .cooperation .content {
	margin: 20px 0;
}
.main .cooperation .swiper-button-next,
.main .cooperation .swiper-button-prev {
	width: 30px;
	height: 30px;
	background-size: 8px auto;
	margin: -15px 0 0 0;
}
.main .cooperation .swiper-button-prev {
	left: 10px;
}
.main .cooperation .swiper-button-next {
	right: 10px;
}
.main .cooperation .swiper-container {
	padding: 0;
}
.main .cooperation .swiper-slide a:hover {
	box-shadow: 0 0 0px 0px #ececec;
}
.columnTitle {
	line-height: 24px;
}
.columnTitle .en {
	font-size: 22px;
}
.columnTitle .tit {
	font-size: 16px;
}
.columnTitle .line1 {
	width: 30px;
	height: 2px;
	margin-top: 4px;
}
.columnTitle .line2{
	width: 40px;
	height: 3px;
	margin-bottom: 0;
}
.columnTitle .slogan {
	line-height: 22px;
	font-size: 12px;
	margin: 6px auto 0 auto;
}
.container .columnMenu{
	position: relative;
}
.container .columnMenu .crumbs {
	line-height: 52px;
	height: 50px;
	font-size: 14px;
	background-position: 10px center;
	background-size: 16px auto;
	padding: 0 50px 0 30px;
}
.container .columnMenu .crumbs a {
	font-size: 14px;
}
.container .columnMenu .crumbs a:hover {
	color: #999999;
}
.container .columnMenu .menu {
	height: 50px;
}
.container .columnMenu .menu .btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../image/menu.png) no-repeat center;
	background-size: 24px auto;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.container .columnMenu .menu ul{
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 2;
	background: #f4f4f4;
	text-align: center;
	display: none;
}
.container .columnMenu .menu li {
	float: none;
	margin: 0;
	border-top: solid 1px #ddd;
}
.container .columnMenu .menu li a:hover ,
.container .columnMenu .menu li a {
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	color: #666;
}
.container .columnMenu .menu li.on a {
	border-bottom: solid 1px #d3a100;
}
.container .paging li {
	margin: 0 2px;
}
.container .paging li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.container .paging li a:hover {
	border: solid 1px #e5e5e5;
	background: #fff;
	color: #555555;
}
.aboutPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.aboutPage.bg1 {
	background-size: 100px auto;
}
.aboutPage.bg2 {
	background-size: 1200px auto;
}
.aboutPage .columnTitle .en {
	font-size: 22px;
}
.aboutPage .columnTitle .tit {
	font-size: 16px;
}
.aboutPage .introduce .columnTitle {
	padding-top: 20px;
}
.aboutPage .introduce .pic {
	float: none;
	max-width: 574px;
	width: 100%;
	margin: 0 auto;
}
.aboutPage .introduce .article {
	margin: 20px 0;
}
.aboutPage .speech .pic {
	max-width: 525px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.aboutPage .speech .content {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.aboutPage .speech .article {
	padding: 30px 0;
}
.aboutPage .culture{
	max-width: 600px;
	margin: 0 auto;
}
.aboutPage .culture .row:nth-child(even),
.aboutPage .culture .row{
	background-position: right 0 bottom 0;
	background-size: 100px auto;
}
.aboutPage .culture .row:nth-child(even) .cont,
.aboutPage .culture .row:nth-child(even) .pic,
.aboutPage .culture .cont,
.aboutPage .culture .pic {
	width: 100%;
	float: none;
}
.aboutPage .culture .cont {
	margin: 0px;
}
.aboutPage .culture .cont .text {
	padding: 20px 10px;
}
.aboutPage .honor li {
	padding: 5px;
}
.aboutPage .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);
}
.aboutPage .honor li::after {
	display: none;
}
.aboutPage .honor li .txt {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 4px;
}
@media only screen and (max-width: 900px){
	.aboutPage .honor li{
		width: 50%;
	}
}
.medicalPage,
.servicePage {
  padding: 30px 10px;
  box-sizing: border-box;
}
.serviceList {
  margin: 0 -5px 20px -5px;
}
.serviceList li {
	width: 50%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.serviceList li a:hover .text,
.serviceList li .text {
	top: auto;
	left: 0;
	bottom: 0;
	padding: 10px;
	z-index: 5;
	color: #fff;
	transform: translate(0,0);
	-webkit-transform:translate(0,0);
	-moz-transform:translate(0,0);
	-ms-transform:translate(0,0);
	-o-transform:translate(0,0);
	text-align: left;
}
.serviceList li .tit {
	font-size: 20px;
}
.serviceList li a:hover .txt ,
.serviceList li .txt {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin: 6px 0 0 0;
	-webkit-line-clamp: 1;
}
.serviceList li .arrow,
.serviceList li .filter {
	display: none;
}
.medicalPage .details .info .pic {
	max-width: 490px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.medicalPage .details .info .text {
	padding: 0px;
	margin-top: 20px;
}
.medicalPage .details .info .tit {
	font-size: 22px;
}
.medicalPage .details .info .txt {
	line-height: 28px;
	font-size: 15px;
	margin: 16px 0 20px 0;
}
.medicalPage .details .content {
	margin-top: 20px;
}
.medicalPage .details .content .title {
	padding: 14px 0;
	line-height: 20px;
	font-size: 20px;
}
.medicalPage .details .content .title span {
	padding-left: 10px;
	vertical-align: middle;
}
.medicalPage .details .content .article {
	margin-top: 14px;
}
.medicalRelated {
	margin-top: 30px;
}
.medicalRelated .title {
	line-height: 20px;
	padding-left: 10px;
	font-size: 20px;
}
.medicalRelated .serviceList {
	margin: 20px -5px 0 -5px;
}
.popupBooking {
	max-width: 440px;
	width: 96%;
}
.popupBooking .close{
	width: 40px;
	height: 40px;
}
.popupBooking .title {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.popupBooking .content {
	padding: 20px;
}
.popupBooking input[type='text'] {
	height: 40px;
	padding: 0 6px;
	margin-bottom: 14px;
	font-size: 12px;
}
.popupBooking button,
.popupBooking input[type='submit'],
.popupBooking input[type='button'] {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	margin: 20px auto;
}
.popupBooking button:hover,
.popupBooking input[type='submit']:hover,
.popupBooking input[type='button']:hover {
	background: #71b023;
}
.popupBooking .tips {
	padding-top: 15px;
}
.popupBooking .tips a,
.popupBooking .tips span {
	font-size: 16px;
	margin: -2px 0 0 4px;
}
.newsPage {
	padding: 30px 10px;
	box-sizing: border-box;
}
.newsList {
	margin-top: -20px;
	margin-bottom: 30px;
}
.newsList li a {
	padding: 20px 0;
}
.newsList 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);
}
.newsList li a:hover .date {
	opacity: 1;
}
.newsList li .line::after {
	display: none;
}
.newsList li .pic {
	width: 140px;
}
.newsList li .right {
	width: 100px;
	height: 90px;
}
.newsList li .pcMore2 {
	display: none;
}
.newsList li .date {
	font-size: 20px;
	padding-top: 20px;
}
.newsList li .date span {
	font-size: 30px;
}
.newsList li .text {
	padding: 10px 120px 0 160px;
}
.newsList li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.newsList li .txt {
	height: 44px;
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}
@media only screen and (max-width: 600px){
	.newsList li .pic {
		width: 120px;
	}
	.newsList li .right {
		display: none;
	}
	.newsList li .text {
		padding: 0px 0px 0 130px;
	}
}
.sidebar {
	display: none;
}
.newsPage .details {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	float: none;
	padding: 20px 10px 20px 10px;
}
.newsPage .details .title {
	line-height: 30px;
	font-size: 20px;
}
.newsPage .details .info {
	font-size: 14px;
	margin-top: 10px;
}
.newsPage .details #share2 {
	float: none;
	margin-top: 10px;
}
.newsPage .details #share2 .icon-qq:hover {
	background-image: url(../image/details_share1.png);
}
.newsPage .details #share2 .icon-weibo:hover {
	background-image: url(../image/details_share2.png);
}
.newsPage .details #share2 .icon-wechat:hover {
	background-image: url(../image/details_share3.png);
}
.newsPage .details .article {
	padding: 20px 0;
	margin: 20px 0;
}
.newsPage .details .prevnext a {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.newsPage .details .prevnext a:hover {
	background-color: #f5f5f5;
	color: #333333;
}
.newsPage .details .prevnext .prev:hover,
.newsPage .details .prevnext .prev {
	text-indent: 40px;
	background-image: url(../image/arrow7.png);
	background-position: 16px center;
}
.newsPage .details .prevnext .next:hover ,
.newsPage .details .prevnext .next {
	text-indent: 30px;
	background-image: url(../image/arrow8.png);
	background-position: right 16px center;
}
.contactPage {
	padding: 30px 0;
}
.contactPage>.wrap{
	padding: 0 10px;
	box-sizing: border-box;
}
.contactPage .address,
.contactPage .phone,
.contactPage .qrcode {
	min-height: auto;
	float: none;
	padding: 0;
}
.contactPage .address,
.contactPage .phone {
	width: 100%;
	border-right: none;
	border-bottom: solid 1px #dfdfdf;
}
.contactPage .address{
	padding-bottom: 10px;
	text-align: center;
}
.contactPage .address .tit {
	font-size: 20px;
	margin-top: 0;
}
.contactPage .address .txt {
	font-size: 14px;
	margin-top: 10px;
}
.contactPage .phone {
	line-height: 60px;
	padding: 20px 0;
}
.contactPage .phone a {
	min-height: 30px;
	font-size: 26px;
	background-size: auto 28px;
	padding-left: 34px;
}
.contactPage .qrcode {
	width: 100%;
	text-align: center;
	padding-top: 16px;
}
.contactPage .qrcode .pic {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.contactPage .qrcode .txt {
	line-height: 24px;
	font-size: 14px;
	margin-left: 8px;
}
.contactPage .map {
	margin: 20px 0;
}
.contactPage #allmap {
	height: 240px;
}
.contactPage .advice .title {
	line-height: 50px;
	font-size: 20px;
}
.contactPage .advice .tips1 {
	line-height: 24px;
	font-size: 14px;
	margin: 14px 0 30px 0;
}
.contactPage .advice .inpuBox {
	margin: 0 -5px;
}
.contactPage .advice .inpuBox .inpu {
	padding: 0 5px;
}
.contactPage .advice .inpuBox input[type='text'] {
	height: 44px;
	font-size: 14px;
	padding: 0 10px;
}
.contactPage .advice .tips2 {
	line-height: 24px;
	font-size: 14px;
	padding-left: 20px;
	margin: 20px 0 10px 0;
	background-size: 14px auto;
	background-position: 0 6px;
}
.contactPage .advice textarea {
	height: 120px;
	padding: 8px 10px;
	font-size: 14px;
}
.contactPage .advice .pcMore2,
.contactPage .advice button,
.contactPage .advice input[type='submit'],
.contactPage .advice input[type='button'] {
	width: 120px;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	margin-top: 20px;
}
.contactPage .advice button:hover,
.contactPage .advice input[type='submit']:hover,
.contactPage .advice input[type='button']:hover {
	background: #d3a100;
}
@media only screen and (max-width: 600px){
	.contactPage .advice .inpuBox {
		margin: 0;
	}
	.contactPage .advice .inpuBox .inpu {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
	.contactPage .advice .tips2{
		margin-top: 10px;
	}
}
.mapPage .siteMap {
  padding: 30px 10px;
  box-sizing: border-box;
}
.mapPage .siteMap .row ul li {
  width: 33.333%;
}
.mapPage .siteMap .row ul li a {
  padding: 0 5px;
  box-sizing: border-box;
}
.mapPage .siteMap .row ul li a:hover {
  color: #666;
}







}/*手机版css*/
