@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;
}
.pcbtn{
	padding: 0 20px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	min-width: 100px;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0;
}
.head-top {
	display: none;
}
.head-top a:hover {
	color: #999999;
}
.header {
	height: 50px;
	z-index: 105;
	padding: 0;
	top: 0;
}
.header .logo {
	height: 30px;
	margin: 10px 0 0 10px;
}
.header .search-box {
	margin: 0 40px 0 0;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	background: url(../images/mainFilter.png);
	padding: 0;
}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	background-color: #0d53a3;
	background-image: url(../images/search2.png);
}
.header .search-box .search-bar .inpu{
	height: 50px;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
}
.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: #0087dc;
	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 .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);
}
.header .nav {
	position: fixed;
	width: 100%;
	top: 50px;
	left: 0;
	z-index: 110;
	border-top: solid 1px #ddd;
	text-align: center;
	display: none;
	/*display: block;*/
	max-height: 100%;
	padding-bottom: 100px;
	overflow: auto;
	background: none;
}
.header .nav > ul{
	background: #eee;
}
.header .nav > ul > li {
	float: none;
	padding: 0;
}
.header .nav > ul > li > a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: solid 1px #ddd;
}
.header .nav > ul > li > a:after {
	display: none;
}
.header .nav > ul > li:hover > a {
	color: #333333;
}
.header .nav .sub {
	min-width: 100%;
	position: static;
	top: 0;
	right: 0;
}
.header .nav .sub .box {
	background: #ddd;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 0 0 #e8e8e8;
}
.header .nav .sub ul {
	padding: 0;
}
.header .nav .sub li {
	padding: 0;
	line-height: normal;
}
.header .nav .sub li a:hover {
	color: #666666;
}
.header .nav .sub li a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border-bottom: solid 1px #ccc;
}
.header .nav .sub .pic {
	display: none;
}
.header .nav .btn{
	height: 50px;
	background: url(../images/arrow1.png) no-repeat center #eee;
	border-top: solid 1px #ddd;
	display: block;
}
.header .head-top{
	display: block;
	position: static;
	height: auto;
	text-align: center;
	line-height: 24px;
	padding: 0;
}
.header .head-top:after{content:"";height:0;display:block;clear:both;}
.header .head-top .phone,
.header .head-top .mail{
	display: inline-block;
	float: none;
}
.header .head-top .mail::after,
.header .head-top .return::after{
	display: none;
}
.header .head-top .row{
	padding-top: 6px;
}
.header .head-top .row2{
	display: inline-block;
}
.footer {
	padding: 20px 0;
	text-align: center;
}
.footer .brace50{
	display: none;
}
.footer .l,
.footer .r{
	float: none;
}
.footer > .wrap {
	padding: 0 10px;
}
.footer .col{
	width: 100%;
}
.footer .logo {
	width: 180px;
	margin: 0 auto;
}
.footer .mail,
.footer .phone {
	padding-left: 40px;
	min-height: 50px;
	background-size: 30px 30px;
	background-position: 0 8px;
	margin-top: 20px;
	text-align: left;
	display: inline-block;
	min-width: 300px;
}
.footer .mail .p2 a,
.footer .phone .p2 a,
.footer .mail .p2,
.footer .phone .p2 {
	font-size: 16px;
}
.footer .link,
.footer .address,
.footer .copy {
	text-align: left;
}
.footer .link a:first-child {
  padding-left: 16px;
}
.footer .link a:first-child::after {
  display: block;
}
.footer .link span{
	display: block;
	padding-left: 16px;
}
.footer .qrcode {
	float: none;
	display: inline-block;
	margin-top: 10px;
}
.fixed-sidebar {
	width: 100%;
	right: 0;
	top: auto;
	bottom: 0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}
.fixed-sidebar .close {
	display: none;
}
.fixed-sidebar li {
	width: 25%;
	float: left;
	margin: 0;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}
.fixed-sidebar li:first-child{
	border-left: none;
}
.fixed-sidebar li:hover a,
.fixed-sidebar li:first-child a,
.fixed-sidebar li:hover a,
.fixed-sidebar li a {
	height: 50px;
	padding-top: 4px;
	background: #fff;
	border: none;
}
.fixed-sidebar li a .icon2,
.fixed-sidebar li a .icon1 {
	height: 18px;
	line-height: 18px;
}
.fixed-sidebar li:hover .icon1{
	display: block;
}
.fixed-sidebar li:hover .icon2{
	display: none;
}
.fixed-sidebar li:hover .txt{
	color: #999999;
}
.fixed-sidebar li .hide {
	height: auto;
	line-height: auto;
	top: auto;
	bottom: 50px;
	right: auto;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform:translate(-50%,0);
	-moz-transform:translate(-50%,0);
	-ms-transform:translate(-50%,0);
	-o-transform:translate(-50%,0);
	display: none;
}
.fixed-sidebar li .phone {
	display: none;
}
.fixed-sidebar li .qrcode {
	width: 140px;
	height: 140px;
}
.main .banner .swiper-button-prev,
.main .banner .swiper-button-next {
	width: 22px;
	height: 30px;
	margin: -15px 0 0 0;
}
.main .banner .swiper-button-prev {
	left: 10px;
}
.main .banner .swiper-button-next {
	right: 10px;
}
.main .banner .swiper-pagination {
	bottom: 6px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 4px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 20px;
}
.main .banner .thumbs {
  margin: 4px;
}
.main .banner .thumbs .swiper-slide-thumb-active {
  border: solid 1px #0d53a3;
}
.column-next,
.column-prev {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
	background-size: 6px auto;
}
.column-prev {
	left: 10px;
}
.column-next {
	right: 10px;
}
.pctitle .title {
	line-height: 24px;
	font-size: 20px;
	padding-left: 6px;
	float: none;
}
.pctitle .title span {
	margin-left: 8px;
}
.pctitle .slogan {
	line-height: 24px;
	float: left;
	font-size: 14px;
	float: none;
	margin-top: 10px;
}
.txtce{display:none;}
.main .customization,
.main .opportunity,
.main .project,
.main .learning,
.main .survey {
	padding: 30px 10px;
}
.main .project .swiper-container,
.main .learning .swiper-container,
.main .survey .swiper-container {
	margin: 30px 0;
}
.main .survey .swiper-slide a:hover .line {
	margin: 10px 0;
}
.main .survey .swiper-slide .text {
	bottom: 10px;
	padding: 0 10px;
}
.main .survey .swiper-slide .p1 {
	font-size: 16px;
}
.main .learning .swiper-slide a::after {
	height: 50%;
}
.main .learning .swiper-slide .text {
	padding: 0 10px 10px 10px;
}
.main .learning .swiper-slide .icon {
	width: 30px;
	height: 30px;
}
.main .learning .swiper-slide .tit {
	font-size: 16px;
	margin: 10px 0;
}
.main .learning .swiper-slide-prev .text {
	padding-right: 30%;
}
.main .learning .swiper-slide-next .text {
	padding-left: 30%;
}
.main .customization .pcmap {
	display: none;
}
.main .customization .tit {
	margin: 12px 0;
}
.main .customization .p {
	margin-bottom: 10px;
}
.main .customization .column-next,
.main .customization .column-prev{
	top: 30%;
}
.main .customization .mobile {
	display: block;
}
.main .project .swiper-slide .date {
	width: 60px;
	left: 10px;
	top: -10px;
}
.main .project .swiper-slide .date span {
	font-size: 30px;
}
.main .project .swiper-slide .text {
	padding: 10px;
}
.main .project .swiper-slide .tit {
	font-size: 16px;
	margin-bottom: 6px;
}
.main .project .swiper-slide img {
  height:150px;
}

.main .project .column-prev,
.main .project .column-next {
	margin-top: -40px;
}
.main .opportunity .content {
	margin: 30px 0;
}
.main .opportunity .content a:hover .text {
	background-position: left 65px bottom 0;
}
.main .opportunity .row:nth-child(even) .pic,
.main .opportunity .row:nth-child(even) .text,
.main .opportunity .pic,
.main .opportunity .text {
	width: 100%;
	float: none;
}
.main .opportunity .text {
	padding: 20px 20px 50px 20px;
	background-position: left 20px bottom 20px;
}
.main .opportunity .text .tit {
	font-size: 16px;
	margin: 10px 0;
}
.main .opportunity .text .txt {
	margin-top: 10px;
}
.start-page{
	padding: 10px;
}
.start-page .logo {
	width: 160px;
}
.start-page .text {
	font-size: 20px;
	margin: 20px 0;
}
.start-page .bottom {
	bottom: 20px;
}
.container .banner .swiper-pagination {
	bottom: 10px;
}
.container .banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}
.column-menu{
	position: relative;
	padding: 0;
}
.column-menu .menu .btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/menu.png) no-repeat center;
	background-size: 36px auto;
}
.column-menu .menu ul{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 90;
	background: #f6f6f6;
	text-align: center;
	display: none;
}
.column-menu .menu li {
	float: none;
	border-left: none;
	border-bottom: solid 1px #ececec;
}
.column-menu .menu li.on a::before,
.column-menu .menu li.on a::after {
	display: none;
}
.column-menu .menu li.on{
	border-bottom: solid 1px #0d53a3;
}
.column-menu .menu li.on a{
	color: #0d53a3;
}
.column-menu .menu li a {
	padding: 0;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
.column-menu .crumbs {
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
	font-size: 14px;
	background-size: 14px auto;
	background-position: 10px center;
}
.column-menu .crumbs a {
	font-size: 14px;
}
.column-menu .crumbs a:hover {
	color: #777777;
}
.paging {
	margin-top: 0px;
}
.paging li a:hover {
	background: #fff;
	color: #555555;
}
.paging li a {
	width: 50px;
}
.project-page {
	padding: 30px 10px;
}
.project-list ul {
	margin: 0 -5px;
}
.project-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 30px;
}
.project-list li:nth-child(3n+1) {
	clear: none;
}
.project-list li:nth-child(2n+1){
	clear: left;
}
.project-list li a {
	padding: 10px;
}
.project-list li .date {
	width: 54px;
	left: 20px;
	top: -10px;
	padding: 6px 0;
}
.project-list li .date span {
	font-size: 24px;
}
.project-list li .pic {
	margin-bottom: 10px;
}
.project-list li .tit {
	font-size: 16px;
	margin-bottom: 6px;
}
.project-page.pcbg2 {
	padding: 30px 10px;
	background-attachment: scroll;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}
.project-page .details {
	padding: 30px 10px;
}
.project-page .details .title {
	font-size: 20px;
}
.project-page .details .line2,
.project-page .details .line1 {
	margin: 20px 0;
}
.project-page .details .introduction {
	margin-bottom: 40px;
}
.project-page .details .pctitle {
	font-size: 20px;
}
.project-page .details .features {
	padding-left: 10px;
}
.project-page .details .stroke {
	max-width: 600px;
	margin: 30px auto 0 auto;
}
.project-page .details .stroke .line{
	left: 5px;
}
.project-page .details .stroke .row{
	margin-bottom: 40px;
}
.project-page .details .stroke .row:nth-child(even) .box,
.project-page .details .stroke .box {
	width: 100%;
	padding: 0 0 0 20px;
	float: none;
	text-align: left;
}
.project-page .details .stroke .row:nth-child(even) .box .day,
.project-page .details .stroke .day {
	width: 100px;
	font-size: 30px;
	float: left;
}
.project-page .details .stroke .row:nth-child(even) .box .text,
.project-page .details .stroke .text {
	padding: 0 0 0 100px;
	font-size: 14px;
}
.project-page .details .stroke .text .tit {
	font-size: 18px;
}
.project-page .details .stroke .box::after,
.project-page .details .stroke .row:nth-child(even) .box::after {
	left: 0px;
	right: auto;
}
.project-page .details .btn .pcbtn {
	line-height: 32px;
	font-size: 14px;
}
.survey-page {
	padding: 30px 10px;
}
.survey-list{
	margin-bottom: 20px;
}
.survey-list ul {
	margin: 0 -5px;
}
.survey-list li {
	width: 50%;
	margin-bottom: 14px;
	padding: 0 5px;
}
.survey-list li:nth-child(4n+1) {
	clear: none;
}
.survey-list li:nth-child(2n+1) {
	clear: left;
}
.survey-list li a {
	padding: 6px;
}
.survey-list li a:hover .box::after {
	height: 100%;
}
.survey-list li a:hover .text {
	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);
}
.survey-list li .box::after {
	display: none;
}
.survey-list li .text {
	padding: 5px;
	line-height: 20px;
	font-size: 14px;
}
.sortbox .row {
	border-bottom: none;
	padding: 0;
	position: relative;
}
.sortbox .tit {
	width: 100%;
	padding: 0;
	line-height: 40px;
	border-radius: 0;
	font-size: 15px;
	color: #fff;
	background: #0d53a3;
	float: none;
	border-bottom: solid 1px #eee;
}
.sortbox ul {
	padding: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	z-index: 50;
	background: #eee;
	text-align: center;
	overflow: auto;
	display: none;
}
.sortbox .row2 ul{
	z-index: 51;
}
.sortbox li {
	float: none;
	margin: 0;
}
.sortbox li.on a{
	border-bottom: solid 1px #0d53a3;
}
.sortbox li a:hover {
	color: #444444;
}
.sortbox li a {
	height: 40px;
	line-height: 40px;
	display: block;
		font-size: 14px;
	border-bottom: solid 1px #ddd;
}
.learning-page {
	padding: 10px 10px;
}
.learning-page .pctitle {
	margin: 20px 0;
}
.learning-list {
	margin-bottom: 20px;
}
.learning-list ul {
	margin: 0 -5px;
}
.learning-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.learning-list li a {
	padding: 6px;
}
.learning-list 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);
}
.learning-list li a:hover .see {
	padding-right: 16px;
}
.learning-list li a:hover .tit {
	color: #333333;
}
.learning-list li .flag {
	width: 40px;
	height: 40px;
}
.learning-list li .tit,
.learning-list li .txt,
.learning-list li .see {
	height: 22px;
	line-height: 22px;
}
.learning-list li .tit {
	font-size: 16px;
	margin: 10px 0;
}
.learning-list li .txt {
	height: 44px;
}
.learning-list li .line {
	margin: 10px 0;
}
.customization-page {
	padding: 30px 10px;
}
.customization-page .title {
	line-height: 30px;
}
.customization-page .title .en {
	font-size: 22px;
}
.customization-page .title .tit {
	font-size: 20px;
}
.customization-page .p3,
.customization-page .p1 {
	margin: 30px 0;
}
.customization-page .p2 {
	font-size: 50px;
}
.customization-page .p4{
	margin-top: 30px;
}
.customization-page .message {
	padding: 30px 20px;
}
.customization-page .message .col {
	width: 100%;
	margin-bottom: 20px;
}
.customization-page .message input[type='text'] {
	height: 44px;
	line-height: 42px;
	padding: 0 12px;
	font-size: 14px;
}
.customization-page .message .pcbtn {
	margin-top: 8px;
}
.opportunity-page{
	padding: 30px 10px;
}
.opportunity-list{
	margin-bottom: 14px;
}
.opportunity-list li {
	margin-bottom: 14px;
}
.opportunity-list li a {
	padding: 10px;
}
.opportunity-list li a:hover .tit {
	color: #2a2736;
}
.opportunity-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);
}
.opportunity-list li .pic {
	width: 130px;
}
.opportunity-list li .right {
	display: none;
}
.opportunity-list li .text {
	padding: 6px 0 0 144px;
}
.opportunity-list li .tit,
.opportunity-list li .txt {
	line-height: 20px;
	height: 20px;
}
.opportunity-list li .tit {
	font-size: 16px;
}
.opportunity-list li .txt {
	height: 40px;
	font-size: 14px;
	margin-top: 10px;
}
.opportunity-page.de{
	padding: 0;
}
.sidebar {
	display: none;
}
.opportunity-page .details {
	max-width:860px;
	width: 100%;
	float: none;
	border: none;
	margin: 0 auto;
	padding: 30px 10px;
}
.opportunity-page .details .title {
	line-height: 30px;
	font-size: 20px;
}
.opportunity-page .details .info {
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
	float: none;
}
.opportunity-page .details #share2 {
	float: none;
	margin-top: 14px;
	display: none;
}
.opportunity-page .details #share2 a {
	margin: 0 8px 0 0;
}
.opportunity-page .details .article {
	padding: 20px 0;
	margin: 20px 0;
}
.opportunity-page .details .prevnext {
	font-size: 14px;
}
.opportunity-page .details .prevnext a {
	font-size: 14px;
}
.opportunity-page .details .prevnext a:hover {
	color: #555555;
}
.opportunity-page .details .prevnext .l,
.opportunity-page .details .prevnext .r {
	width: 100%;
	float: none;
}
.opportunity-page .details .prevnext .r {
	text-align: left;
	margin-top: 10px;
}
.about-page {
	padding: 30px 10px;
}
.about-page .about .titen {
	font-size: 30px;
}
.about-page .about .title {
	font-size: 24px;
}
.about-page .about .pctext {
	margin: 30px auto;
}
.about-page .about .focus li {
	width: 50%;
	margin-bottom: 30px;
}
.about-page .about .focus li:nth-child(2n+1){
	clear: left;
}
.about-page .about .content {
	margin-top: 20px;
}
.about-page .about .content .pic {
	position: static;
}
.about-page .about .content .pic img {
	display: block;
}
.about-page .about .content .text,
.about-page .about .content .pic {
	width: 100%;
}
.about-page .about .content .row:nth-child(even) .text,
.about-page .about .content .text {
	padding: 20px;
}
.about-page .about .content .line {
	margin: 20px 0;
}
.about-page .about .contact .p2 a,
.about-page .about .contact .p2 {
	font-size: 30px;
}
.about-page .about .contact .p2 {
	margin-top: 10px;
}
.about-page .honor-list {
	margin-bottom: 20px;
}
.about-page .honor-list ul {
	margin: 0 -5px;
}
.about-page .honor-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.about-page .honor-list li:nth-child(4n+1) {
	clear: none;
}
.about-page .honor-list li:nth-child(2n+1) {
	clear: left;
}
.about-page .honor-list li .box {
	padding: 10px;
}
.about-page .honor-list li .box: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-list li .box:hover .txt {
	color: #333;
}
.about-page .honor-list li .pic {
	box-shadow: 0 4px 10px 1px #d0d1d2;
}
.about-page .honor-list li .txt {
	font-size: 14px;
	margin-top: 10px;
}
.about-page .history {
	padding: 0 20px;
}
.about-page .history .swiper-button-next,
.about-page .history .swiper-button-prev {
	width: 14px;
	height: 24px;
	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 .message,
.about-page .contactbox {
  padding: 30px 10px;
}
.about-page .contactbox .title {
  font-size: 24px;
}
.about-page .contactbox .content {
  padding: 20px;
}
.about-page .contactbox .name {
  font-size: 20px;
  margin-bottom: 20px;
}
.about-page .message .col,
.about-page .contactbox .col{
	width: 100%;
}
.about-page .contactbox .qrcode {
	float: left;
	margin-top: 0px;
}
.about-page .message .title {
  font-size: 24px;
}
.about-page .message .slogan {
  margin-bottom: 30px;
}
.about-page .message .tips {
  margin: 0px 0 10px 0;
}
.about-page .message textarea,
.about-page .message input[type='text'] {
  padding: 12px;
  margin-bottom: 18px;
}
.about-page .message textarea {
  height: 120px;
}
.map-page {
	padding: 30px 10px;
}
.map-page .row ul li {
	width: 100%;
	padding: 5px 0;
}









}/*手机版css*/

@media only screen and (max-width: 600px){
	.popupSignup {
	  padding: 40px 20px 20px 20px;
	}
	.popupSignup .close {
	  top: 0;
	  right: 0;
	}
	.popupSignup .col {
	  margin-bottom: 14px;
	  width: 100%;
	}
	.popupSignup input[type='text'] {
	  height: 40px;
	  line-height: 40px;
	}
	.popupSignup .pcbtn {
	  margin-top: 10px;
	}
}
