@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.head-top{
	padding: 10px;
}
.wrapper{
	padding: 0 0 50px 0;
}
.header {
	height: 50px;
	z-index: 105;
	border-bottom: solid 1px #f2f2f2;
}
.headerbrace{
	height: 50px;
}

.header .menu-btn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.header .menu-btn span {
	width: 24px;
	height: 3px;
	background: #ff573c;
	border-radius: 2px;
	position: absolute;
	left: 14px;
	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;
	float: right;
	position: fixed;
	left: -260px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	height: 100%;
	overflow: auto;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #ff573c;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul{
	display: block;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
}
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
	font-size: 15px;
	border-bottom: solid 1px #ccc;
	color: #222;
}
.header .nav > ul > li.on > a{
	color: #ff573c;
	border-bottom: solid 1px #ff573c;;
}
.header .nav > ul > li > a::after{
	display: none;
}
.header.white .nav .sub,
.header .nav .sub {
	display: none;
	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%);
	background: #eee;
	padding: 0;
}
.header.white .nav .sub ul,
.header .nav .sub ul{
	border-radius: 0;
	padding: 0;
	background: none;
}
.header .nav .sub ul::after{
	display: none;
}
.header .nav .sub li a:hover,
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #333;
	background: none;
	border-bottom: solid 1px #ddd;
}
.header .language{
	line-height: 50px;
}
.header .language a{
	margin: 0 10px 0 0;
}
.header .search-box {
	margin: 0;
	position: static;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 200;
	padding: 0;
}
.header .search-box .search-bar .close{
	display: none;
}
.header .search-box .search-bar .btn{
	width: 50px;
	height: 50px;
	float: right;
}
.header .search-box .search-bar .inpu{
	height: 50px;
	padding: 0 50px 0 0;
}
.header .search-box .search-bar .inpu input {
	background: #fff;
	height: 50px;
	line-height: 50px;
	border: none;
}
.wrapper.shiftLeft .fixed-sidebar,
.wrapper.shiftLeft {
	right: -260px;
}
.wrapper.shiftLeft .header.fixed {
	right: -260px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	left: 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,
.wrapper .fixed-sidebar {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer .friendship {
	padding: 10px;
}
.footer .friendship .title {
	font-size: 14px;
}
.footer .friendship .link {
	margin-top: 10px;
	padding-right: 50px;
}
.footer .friendship .link .swiper-slide{
	margin-right: 14px;
}
.footer .content {
	padding: 0;
}
.footer .link-list .list,
.footer .link-list {
	width: 100%;
	float: none;
	text-align: center;
}
.footer .link-list .list{
	border-bottom: solid 1px #ccc;
}
.footer .link-list .tit:hover,
.footer .link-list .tit {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding-left: 0;
	border: none;
	color: #000;
}
.footer .link-list ul {
	margin-top: 0;
	display: none;
}
.footer .link-list ul li {
	line-height: auto;
	margin-bottom: 0;
}
.footer .link-list ul li a{
	display: block;
	height: 40px;
	line-height: 40px;
}
.footer .contact {
	max-width: 280px;
	width: 100%;
	float: none;
	margin: 14px auto 0 auto;
	padding: 0 10px;
}
.footer .contact .tit {
	margin-bottom: 10px;
	text-align: center;
	border: none;
	padding: 0;
}
.footer .contact .text{
	padding: 10px 0 0 0;
	margin-bottom: 10px;
	text-align: center;
}
.footer .contact .text p{
	margin-bottom: 10px;
}
.footer .qrcodebox {
	float: none;
	margin: 10px auto;
}
.footer .bottom {
	line-height: 20px;
	padding: 10px;
}
.footer .bottom p {
	padding: 0;
	display: block;
}
.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);
	margin: 0;
	border-top: solid 1px #ddd;
}
.fixed-sidebar li {
	width: 20%;
	float: left;
	margin: 0;
	border-left: solid 1px #ddd;
	box-sizing: border-box;
}
.fixed-sidebar li:first-child{
	border: none;
}
.fixed-sidebar li:hover a,
.fixed-sidebar li a {
	height: 50px;
	padding-top: 10px;
	border: none;
	background: #fff;
}
.fixed-sidebar li:hover .icon,
.fixed-sidebar li .icon {
	height: 16px;
	line-height: 16px;
	filter: brightness(0%);
	-webkit-filter: brightness(0%);
	-moz-filter: brightness(0%);
	-ms-filter: brightness(0%);
	-o-filter: brightness(0%);
}
.fixed-sidebar li:hover .txt ,
.fixed-sidebar li .txt{
	color: #666666;
}
.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;
}
.banner .swiper-pagination {
	bottom: 10px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 16px;
}

.main .wrap12{
	padding: 0 10px;
}
.main .pctitle {
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	padding: 0 10px 0 12px;
}
.main .pctitle::after {
	width: 2px;
	height: 20px;
	margin-top: -8px;
}
.main .layerbox2,
.main .layerbox1 {
	margin: 30px 0;
}
.main .layerbox1 > .col {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto 30px auto;
	float: none;
}
.main .layerbox1 > .col:last-child{
	margin-bottom: 0;
}
.main .news .photo {
	padding: 10px;
}
.main .news .photo .swiper-container{
	height: auto;
}
.main .news .photo .tit {
	padding: 0 90px 0 10px;
	font-size: 14px;
}
.main .news .photo .tit span {
	height: 40px;
	line-height: 40px;
}
.main .news .photo .swiper-pagination {
	padding: 0 10px;
}
.main .news .col {
	width: 100%;
	padding: 0;
}
.main .news .row {
	margin: 0;
}
.main .recommend,
.main .download,
.main .studyabroad,
.main .activity {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	float: none;
}
.main .studyabroad ul,
.main .activity ul {
	padding: 8px;
}
.main .studyabroad li:nth-child(2n+1) ,
.main .activity li:nth-child(2n+1) {
	clear: left;
}
.main .studyabroad li .tit,
.main .activity li .tit {
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.main .studyabroad li a,
.main .activity li a {
	height: auto;
}
.main .studyabroad li {
	width: 50%;
}
.main .studyabroad li:nth-child(3n+1) {
	clear: none;
}
.main .download {
	margin-top: 30px;
}
.main .download ul {
	padding: 8px 12px;
}
.main .download li a {
	height: 24px;
	line-height: 24px;
}
.main .recommend .content {
	padding: 0 4px 4px 4px;
}
.main .recommend .content > .col {
	width: 100%;
	padding: 8px;
}
.main .recommend ul {
	margin-top: 10px;
}
.main .recommend li a {
	height: 166px;
	padding: 14px 0;
}
@media only screen and (max-width: 600px){
	.main .recommend li{
		width: 50%;
	}
	.main .recommend li:nth-child(4n+1) {
		clear: none;
	}
	.main .recommend li:nth-child(2n+1) {
		clear: left;
	}
}
.main .service,
.main .overview {
	margin: 30px 0;
}
.main .service ul,
.main .overview ul {
	padding: 6px;
}
.main .service li,
.main .overview li {
	width: 25%;
	padding: 2px;
}
.main .service li .pic,
.main .overview li .pic {
	height: auto;
}
.main .service li .text,
.main .overview li .text {
	padding: 10px 10px 10px 60px;
}
.main .service li i,
.main .overview li i {
	width: 40px;
	height: 40px;
	top: 10px;
}
.main .service li span,
.main .overview li span {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
@media only screen and (max-width: 750px){
	.main .service li,
	.main .overview li{
		width: 50%;
	}
	.main .service li:nth-child(4n+1),
	.main .overview li:nth-child(4n+1) {
		clear: none;
	}
	.main .service li:nth-child(2n+1),
	.main .overview li:nth-child(2n+1) {
		clear: left;
	}
}

.fixed-share {
	display: none;
}



.column-menu {
	padding: 0 0 0 10px;
	position: relative;
}
.column-menu .menu .btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/menu.png) no-repeat center;
	background-size: 25px auto;
}
.column-menu .menu ul{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 90;
	background: #eee;
	text-align: center;
	display: none;
}
.column-menu .menu li {
	float: none;
}
.column-menu .menu li a {
	height: 44px;
	line-height: 44px;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
.column-menu .menu li a::after {
	display: none;
}
.column-menu .crumbs {
	float: none;
	line-height: 50px;
	padding-left: 24px;
	background: url(../images/crumbs.png) no-repeat 0 center;
	color: #999;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all
}
.paging {
	margin-top: 30px;
}
.paging li {
	margin: 0 2px;
}
.paging li a {
	width: 36px;
}
.paging a {
	height: 36px;
	line-height: 36px;
}
.paging a:hover {
	background-color: #f8f8f8;
	color: #333;
}
.paging .prev {
	padding: 0 12px 0 24px;
	background-position: 10px center;
}
.paging .prev:hover {
	background-image: url(../images/arrow5.png);
	color: #777;
}
.paging .next {
	padding: 0 24px 0 12px;
	background-position: right 10px center;
}
.paging .next:hover {
	background-image: url(../images/arrow6.png);
	color: #777;
}
.news-page {
	padding: 10px 10px 30px 10px;
}
.news-list a::before {
	display: none;
}
.news-list a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.news-list a:hover .tit {
	color: #222;
}
.news-list .pic {
	width: 140px;
	height: 95px;
}
.news-list .text {
	padding: 0 0 0 150px;
}
.news-list .date,
.news-list .tit,
.news-list .txt {
	height: 20px;
	line-height: 20px;
}
.news-list .tit {
	font-size: 16px;
	margin: 6px 0;
}
.news-list .txt {
	height: 40px;
	font-size: 12px;
}
.news-list .see {
	display: none;
}
.signup-details,
.news-details {
	padding: 30px 10px;
}
.news-details .title {
	font-size: 20px;
}
.news-details .date {
	margin-top: 10px;
}
.news-details .article {
	margin-top: 20px;
	padding: 20px 0;
}
.news-details .bottom {
	margin-top: 20px;
}
.news-details .prevnext {
	float: none;
	max-width: 100%;
}
.news-details .social-share {
	float: none;
	margin-bottom: 10px;
}
.news-details .social-share a {
	margin: 0 6px 0 0;
}
.signup-details .title {
	margin-bottom: 20px;
}
.signup-details .row .col3{
	width: 50%;
}
.signup-details .row textarea,
.signup-details .row input[type="text"] {
	padding: 10px;
}
.signup-details .row textarea {
	height: 100px;
}
.signup-details .btnbox {
	margin-top: 10px;
}
.signup-details .btnbox button,
.signup-details .btnbox input {
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}
.activity-page {
	padding: 10px;
}
.activity-list li {
	width: 50%;
}
.activity-list.two li .pic{
	height: 174px;
}
.activity-list li .pic{
	height: 86px;
}
.activity-list li:nth-child(4n+1) {
	clear: none;
}
.activity-list li:nth-child(2n+1) {
	clear: left;
}
.activity-list 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);
}
.activity-list a:hover .text {
	background: #f8f8f8;
}
.activity-list a:hover .tit{
	color: #222;
}
.activity-list a:hover .date {
	color: #999;
}
.activity-list a:hover .tit span {
	background: #ff573c;
	color: #fff;
}
.activity-list .text {
	padding: 10px 6px;
}
.activity-list .tit,
.activity-list .date {
	height: 22px;
	line-height: 22px;
}
.activity-list .tit {
	font-size: 14px;
}
.activity-list .tit span {
	font-size: 12px;
	padding: 0 4px;
	margin-left: 6px;
}
.activity-list.two ul {
	margin: 0 -5px;
}
.activity-list.two li {
	width: 100%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.activity-list.two a:hover .btn {
	background: none;
	height: 30px;
	border: none;
}
.activity-list.two .text {
	padding-right: 100px;
}
.activity-list.two .btn {
	right: 6px;
	padding: 0 12px;
	font-size: 12px;
}
.activity-list.two .btn::after {
	display: none;
}
.activity-list.two .btn:hover {
	color: #fff;
}
.popup-signup {
	padding: 20px 12px;
}
.popup-signup .close {
	top: 10px;
	right: 10px;
}
.popup-signup .title {
	font-size: 18px;
	margin-bottom: 20px;
}
.popup-signup .row textarea,
.popup-signup .row input[type='text'] {
	padding: 10px;
	line-height: 20px;
}
.popup-signup .row textarea {
	height: 100px;
}
.popup-signup .btnbox {
	margin-top: 10px;
}
.popup-signup .btnbox button,
.popup-signup .btnbox input {
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
}
.abroad-page {
	padding: 20px 10px 30px 10px;
}
.abroad-page .formlist{
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
}
.abroad-page .formlist .row{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -o-block;
	display: block;
}
.abroad-page .formlist .row:nth-child(even) .col,
.abroad-page .formlist .row .col {
	float: none;
	width: 100%;
}
.abroad-page .formlist .row:nth-child(even) .cont,
.abroad-page .formlist .cont {
	padding: 20px 0;
}
.abroad-page .formlist .tit {
	font-size: 20px;
	margin: 12px 0;
}
.abroad-page .formlist .btn {
	margin-top: 12px;
}
.abroad-page .formlist .btn span{
	height: 32px;
	line-height: 30px;
	border-radius: 30px;
	padding: 0 16px;
}
.abroad-page .profession{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.abroad-page .profession ul {
	margin: 0;
}
.abroad-page .profession li {
	width: 100%;
	float: none;
	padding: 0;
}
.abroad-page .profession .tit {
	padding-right: 30px;
}
.abroad-page .profession .tit span {
	font-size: 16px;
	padding: 5px 2px 5px 12px;
}
.abroad-page .profession .tit span::after {
	width: 30px;
	right: -29px;
}
.abroad-page .profession .cont {
	padding: 10px;
	min-height: 100px;
}
.abroad-page .profession .icon {
	width: 80px;
}
.abroad-page .profession .txt {
	padding-right: 90px;
}
.abroad-page .profession .btn {
	margin-top: 10px;
}
.abroad-page .student li {
	width: 50%;
}
.abroad-page .student li:nth-child(4n+1) {
	clear: none;
}
.abroad-page .student li:nth-child(2n+1) {
	clear: left;
}
.abroad-page .student a {
	padding: 14px 10px;
}
.abroad-page .student a:hover .name {
	color: #222;
}
.abroad-page .student a:hover .btn {
	border: solid 1px #aaa;
}
.abroad-page .student a:hover .btn span {
	color: #999;
}
.abroad-page .student a:hover .btn::after {
	width: 0%;
}
.abroad-page .student .portrait {
	width: 90px;
	height: 90px;
}
.abroad-page .student .name {
	margin: 10px 0;
}
.abroad-page .student .btn {
	margin-top: 10px;
}
@media only screen and (max-width: 600px){
	.abroad-page .student li{
		width: 100%;
	}
}
.recommend-page {
	padding: 30px 10px;
}
.recommend-list li {
	width: 50%;
}
.recommend-list li:nth-child(4n+1) {
	clear: none;
}
.recommend-list li:nth-child(2n+1) {
	clear: left;
}
.recommend-list .box:hover,
.recommend-list .box {
	padding: 20px 14px;
	height: 300px;
	background-size: 100% 100%;
}
.recommend-list .box:hover .txt {
	height: 168px;
	-webkit-line-clamp: 7;
}
.recommend-list .box:hover .btn {
	height: 30px;
}
.recommend-list .icon {
	height: 50px;
	line-height: 46px;
}
.recommend-list .tit {
	font-size: 16px;
	margin: 10px 0;
}
.recommend-list .btn {
	line-height: 30px;
	border-radius: 30px;
	padding: 0 16px;
}
.office-list li {
	width: 50%;
}
.office-list li:nth-child(4n+1) {
	clear: none;
}
.office-list li:nth-child(2n+1) {
	clear: left;
}
.office-list a:hover .text,
.office-list .text {
	background: url(../images/office-list-filter1.png);
	padding: 10px;
}
.office-list .tit {
	font-size: 14px;
}
.office-list .tit span {
	line-height: 20px;
	background-size: 8px auto;
	padding: 0 5px 0 16px;
	font-size: 12px;
}
.office-list .txt {
	display: none;
}
.alliance-page.pd {
	padding: 30px 10px;
}
.alliance-page .condition {
	padding: 30px 10px;
}
.alliance-page .condition li {
	width: 50%;
}
.alliance-page .condition li:nth-child(4n+1) {
	clear: none;
}
.alliance-page .condition li:nth-child(2n+1) {
	clear: left;
}
.alliance-page .condition .cont {
	padding: 14px 10px;
}
.alliance-page .condition .txt {
	line-height: 20px;
	font-size: 12px;
}
.alliance-page .material {
	padding: 30px 10px;
}
.alliance-page .material .wrap{
	max-width: 600px;
}
.alliance-page .material .pic {
	width: 100%;
	position: relative;
	border-radius: 4px;
}
.alliance-page .material .pic img {
	display: block;
}
.alliance-page .material ul {
	padding: 10px;
}
.alliance-page .material li {
	width: 100%;
	float: none;
	padding: 0;
}
.join-page .support {
	padding: 30px 10px;
}
.join-page .support li {
	width: 100%;
	float: none;
	padding: 0;
}
.join-page .support .tit span {
	padding: 6px 0 6px 14px;
	font-size: 16px;
}
.join-page .support .cont {
	padding: 10px 100px 10px 10px;
	min-height: 150px;
}
.join-page .support .icon {
	width: 100px;
}
.join-page .responsibility {
	padding: 30px 10px;
}
.join-page .responsibility .swiper-slide {
	padding: 12px;
}
.join-page .responsibility .swiper-slide .tit {
	font-size: 16px;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.join-page .responsibility .swiper-slide .tit i {
	height: 20px;
	margin-top: -16px;
}
.join-page .responsibility .swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 3px;
}
.join-page .way {
	padding: 30px 10px;
}
.join-page .way .wrap{
	max-width: 600px;
}
.join-page .way .content{
	margin: 20px 0 0 0;
}
.join-page .way .col{
	width: 100%;
	padding: 0;
}
.join-page .way .box {
	padding: 20px 10px;
}
.join-page .way .tit span {
	padding: 6px 14px;
	margin-left: -10px;
}
.join-page .way .t {
	margin: 14px 0;
}
.join-page .way .btn {
	margin-top: 18px;
}
.single-page{
	padding: 30px 10px;
}
.download-list ul {
	margin: 0 -5px;
}
.download-list li {
	width: 50%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.download-list li a {
	padding: 1px 0;
}
.download-list li a:hover {
	background: #fff;
}
.download-list li a:hover .tit{
	color: #333333;
}
.download-list li a:hover .btn {
	color: #888888;
	background-image: url(../images/download1.png);
}
.download-list li .tit {
	height: 44px;
	line-height: 22px;
	padding: 0 10px;
	font-size: 14px;
}
.download-list li .btn {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background: url(../images/download1.png) no-repeat right 10px center;
	font-size: 14px;
}
.layui-layer-iframe {
		overflow: visible !important;
		overflow-y: visible !important;
}
.contactPage .contact {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px;
}
.contactPage .contact .map {
	width: 100%;
	border: 2px solid #ddd;
	float: none;
}
.contactPage .contact .content {
	width: 100%;
	float: none;
}
.contactPage .contact .text {
	padding: 10px 0;
	margin: 10px 0;
}
.contactPage .contact .text p {
	margin-bottom: 6px;
}
.contactPage .map {
	margin-top: 20px;
}
.download-page,
.single-page{
	padding: 30px 10px;
}


















}
/*手机版css*/
