@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.wrap{
	width: 100%;
}
.swiper-button-next,
.swiper-button-prev {
	width: 30px;
	height: 30px;
	margin: -15px 0 0 0;
}
.swiper-button-next span,
.swiper-button-prev span{
	background-size: 7px auto;
}
.rbtn::after {
	display: none;
}
.lzpic2{
	display: block;
}
.lzpic1{
	display: none;
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding: 50px 0 0 0;
}
.header {
	height: 50px;
	padding: 0 10px;
}
.header .logo {
	height: 34px;
	margin-top: 8px;
}
.menu-btn{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.menu-btn span{
	width: 20px;
	height: 3px;
	position: absolute;
	left: 10px;
	top: 24px;
	background: -moz-linear-gradient(90deg, #290A59 10%, #930F0F 90%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(10%, 290A59), color-stop(90%, 930F0F));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #290A59 10%, #930F0F 90%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #290A59 10%, #930F0F 90%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #290A59 10%, #930F0F 90%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(90deg, #290A59 10%, #930F0F 90%);/* W3C */
}
.menu-btn span.line1{
	width: 24px;
	top: 17px;
}
.menu-btn span.line3{
	width: 24px;
	top: 31px;
}
.menu-btn.on{
	background: url("../images/menu-btn.png") no-repeat center;
	background-size: 34px auto;
}
.menu-btn.on span{
	display: none;
}
.header .search-box {
	margin: 0 37px 0 0;
	position: static;
}
.header .search-box .search-btn {
	width: 50px;
	height: 50px;
}
.header .search-box .search-bar {
	width: 100%;
	height: 50px;
	right: 00px;
	top: 0;
	padding: 5px 0px;
	display: none;
}
.header .search-box .search-bar .btn ,
.header .search-box .search-bar .close {
	width: 40px;
	height: 40px;
}
.header .search-box .search-bar .inpu {
	padding: 0 40px;
}
.header .search-box .search-bar .inpu input {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.header .tel {
	width: 40px;
	height: 50px;
	margin: 0 50px 0 0;
	background: url("../images/header_tel2.png") no-repeat center;
	background-size: 20px auto;
}
.header .tel img{
	display: none;
}
.header .nav {
	width: 100%;
	margin: 0;
	position: fixed;
	top: 50px;
	left: 0;
	z-index: 8;
	background: #fff;
	border-top: solid 2px #efefef;
	padding: 0 16px 18px 16px;
	max-height: 93%;
	overflow: auto;
	display: none;
}
.header .nav > ul > li {
	float: none;
	margin: 0;
	border-bottom: solid 1px #eeeeee;
}
.header .nav > ul > li > a {
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	padding: 0;
}
.header .nav > ul > li:hover > a,
.header .nav > ul > li.on > a:hover {
	background: none;
	color: #333;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a:after,
.header .nav > ul > li.on > a:hover:after {
	display: none;
}
.header .nav > ul > li > a i{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin: -4px 18px 0 0;
}
.header .nav .sub {
	display: none;
	z-index: 90;
	background: none;
	position: relative;
}
.header .nav .sub1 {
	width: 100%;
	top: 0;
	padding: 0 0 0 26px;
	position: relative;
}
.header .nav .sub1 > ul > li {
	margin: 10px 0px;
	display: inline-block;
	float: none;
}
.header .nav .sub1 > ul > li > a:hover,
.header .nav .sub1 > ul > li.on > a {
	background: -moz-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* FF3.6+ */
	background: -webkit-gradient(linear, 45deg, color-stop(10%, 290A59), color-stop(90%, 930F0F));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* W3C */
	color: #fff;
}
.header .nav .sub1 > ul > li > a {
	width: auto;
	height: 26px;
	line-height: 26px;
	border-radius: 26px;
	color: #fff;
	padding: 0 12px;
	color: #666;
}
.header .nav .sub1 .more,
.header .nav .sub1 > ul > li.on .sub2 {
	display: none;
}
.header .nav .sub1.ts {
	padding: 0;
	text-align: left;
	border-top: solid 1px #f5f5f5;
}
.header .nav .sub1.ts > ul > li {
	margin: 0;
	display: block;
}
.header .nav .sub1.ts > ul > li.on > a,
.header .nav .sub1.ts > ul > li > a:hover,
.header .nav .sub1.ts > ul > li > a {
	width: 80%;
	height: 40px;
	line-height: 40px;
	border-radius: 0;
	padding: 0;
	color: #333;
	background: none;
	font-size: 16px;
	text-align: left;
	float: left;
}
.header .nav .sub1.ts > ul > li > .arrow {
	width: 20%;
	float: right;
	background: url("../images/arrow7.png") no-repeat right 8px center;
	background-size: 16px auto;
	height: 40px;
	display: block;
}
.header .nav .sub1.ts > ul > li.now > a,
.header .nav .sub1.ts > ul > li.on > a {
	color: #6443a4;
}
.header .nav .sub1.ts > ul > li.now > .arrow{
	background-image: url("../images/arrow8.png");
}
.header .nav .sub1.ts .more {
	display: none;
}
.header .nav .sub2 {
	width: 100%;
	left: 0;
	background: none;
	display: none;
	padding: 0;
}
.header .nav .sub2 ul {
	width: 100%;
	float: none;
	padding: 0;
}
.header .nav .sub2 ul li {
	width: 50%;
	float: left;
	padding: 0;
	margin: 10px 0;
}
.header .nav .sub2 ul a {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	position: relative;
	padding-left: 10px;
}
.header .nav .sub2 ul a::after{
	content: " ";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: 0;
	z-index: 2;
	background: #666;
}
.header .nav .sub2 ul a:hover {
	color: #666;
}
.header .nav .sub2 .adve {
	display: none;
}
.header .nav .tel{
	display: block;
	width: 100%;
	height: 40px;
	background: none;
	float: none;
	padding: 0;
	margin: 15px 0;
}
.header .nav .tel img{
	height: 100%;
	width: auto;
	display: inline-block;
}
.header .nav .qrcode{
	width: 100px;
	text-align: center;
	display: block;
}
.header .nav .qrcode p{
	color: #666;
}
.footer {
	padding: 6px 20px 10px 20px;
}
.footer .wave {
	height: 30px;
	top: -30px;
}
.footer .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: center;
}
.footer .tit {
	font-size: 18px;
}
.footer .social-share,
.footer .qrcodebox {
	display: none;
}
.footer .link-list {
	width: 100%;
	border: none;
	padding: 0;
	order: 2;
	float: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-content: space-around;
	margin: 14px 0;
}
.footer .link-list .list:nth-child(3),
.footer .link-list .list:nth-child(4){
	width: 35%;
}
.footer .link-list .list:nth-child(3),
.footer .link-list .list {
	display: block;
	text-align: center;
}
.footer .link-list .tit{
	font-size: 14px;
}
.footer .link-list ul {
	display: none;
}
.footer .contact {
	width: auto;
	padding: 0;
	order: 1;
	text-align: left;
}
.footer .contact .tit {
	margin-bottom: 10px;
}
.footer .bottom {
	padding: 0 0 10px 0;
}
.footer .friendship {
	display: none;
}
.footer .technology {
	width: 100%;
	float: none;
	text-align: center;
}
.fixed-sidebar {
	display: none;
}
.bottom-sidebar{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 90;
	background: #fff;
	padding: 14px 4px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-evenly;
}
.bottom-sidebar a{
	width: 50%;
	max-width: 180px;
	margin: 0 10px;
	display: block;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	background: -moz-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* FF3.6+ */
	background: -webkit-gradient(linear, 45deg, color-stop(10%, 290A59), color-stop(90%, 930F0F));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* W3C */
}
.bottom-sidebar a i{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
	margin: -6px 6px 0 0;
}
.pcmore {
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	font-size: 14px;
}
.main .pctitle .en {
	font-size: 16px;
}
.main .pctitle .tit {
	font-size: 18px;
}
.main .pctitle .line {
	margin-top: 6px;
}
.main .pctitle .line span,
.main .pctitle .line:before,
.main .pctitle .line::after {
	background: #6443a4;
}
.main .pctitle .line:before,
.main .pctitle .line::after {
	width: 20px;
	margin: 0 4px;
}
.main .pctitle .slogan {
	font-size: 12px;
	letter-spacing: 6px;
	text-indent: 6px;
	margin-top: 14px;
}
.main .country {
	padding: 30px 20px;
}
.main .country .tab {
	margin: 20px 0 30px 0;
}
.main .country .tab li {
	width: 80px;
	height: 35px;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 8px;
	margin: 0 4px;
}
.main .country .tab li.three {
	padding-left: 0px;
	padding-right: 0px;
}
.main .country .tabbox {
	min-height: auto;
}
.main .country .cont .pic,
.main .country .cont .text {
	width: 100%;
	text-align: center;
	margin-top: 0;
	float: none;
	padding: 0;
}
.tabbox .cont:first-child .textt{
	text-align: right !important;
}
.main .country .cont .textt {
	display: block;
	text-align: left;
}
.main .country .cont .p1 {
	font-size: 56px !important;
	height: 60px;
}
.main .country .cont .p1 img{
	max-height: 100%;
}
.main .country .cont .p2 {
	font-size: 12px;
	letter-spacing: 8px;
	margin: 10px 0 22px 0;
}
.main .country .cont .pcmore {
	float: none;
}
.main .country .cont .pcmore.m1{
	display: none;
}
.main .country .cont .pcmore.m2{
	display: block;
	margin-top: 20px;
}
.main .project {
	padding: 30px 20px 50px 20px;
}
.main .project .wave {
	height: 20px;
	top: -20px;
	background-size: 100% 100%;
}
.main .project .content {
	margin-top: 26px;
	padding: 0;
	min-height: 450px;
}
.main .project .swiper-button-next,
.main .project .swiper-button-prev {
	display: none;
}
.main .project .swiper-slide{
	width: 260px;
}
.main .project .swiper-slide a:hover,
.main .project .swiper-slide.swiper-slide-active a,
.main .project .swiper-slide a {
	padding: 20px 10px 10px 10px;
	background: -moz-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* FF3.6+ */
	background: -webkit-gradient(linear, 45deg, color-stop(10%, 290A59), color-stop(90%, 930F0F));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* W3C */
}
.main .project .swiper-slide a:hover .pic,
.main .project .swiper-slide.swiper-slide-active .pic,
.main .project .swiper-slide .pic {
	width: 180px;
	height: 180px;
	border: solid 2px rgba(200, 198, 217, 0.5);
}
.main .project .swiper-slide .pic: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 .project .swiper-slide .pic::after {
	font-size: 12px;
	width: 100px;
	height: 30px;
	line-height: 30px;
	opacity: 1;
}
.main .project .swiper-slide .tit,
.main .project .swiper-slide .en {
	max-width: auto;
	color: #fff;
}
.main .project .swiper-slide .tit {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 2px;
}
.main .project .swiper-slide .en {
	font-size: 12px;
}
.main .project .swiper-slide ul {
	margin-top: 20px;
	height: auto;
	opacity: 1;
}
.main .project .swiper-slide li {
	min-height: 30px;
	padding-left: 32px;
	background: no-repeat 0 4px;
	background-size: 24px auto;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
.main .seeworld {
	padding: 30px 20px;
	background-color: #e6ecf9;
	background-image: url("../images/seeworld_bg2.jpg");
	background-size: 100% auto;
}
.main .seeworld .wave {
	height: 20px;
	top: -20px;
	background-image: url("../images/seeworld_wave2.png");
	background-size: 100% 100%;
}
.main .seeworld .tab{
	text-align: center;
}
.main .seeworld .tab span {
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	min-width: 100px;
	float: none;
	display: inline-block;
	font-size: 14px;
	padding: 0 10px;
	margin: 0;
}
.main .seeworld .pcmore {
	margin-top: 20px;
}
.main .case {
	padding: 14px 20px 30px 20px;
}
.main .case .wave {
	height: 20px;
	top: -20px;
	background-size: 100% 100%;
}
.main .case .advertising {
	height: auto;
	position: static;
	top: 0;
	margin: 0 -20px;
	width: auto;
	background: none !important;
}
.main .case .advertising img{
	display: block;
	width: 100%;
}
.main .case .content {
	margin: 38px 0 30px 0;
}
.main .case .swiper-slide:nth-child(even) .pic::after {
	top: auto;
	bottom: 0;
	background-image: url("../images/arrow6.png");
}
.main .case .swiper-slide:nth-child(even) a:hover .pic {
	margin: 30px auto 0 auto;
}
.main .case .swiper-slide a:hover,
.main .case .swiper-slide a {
	border-radius: 8px;
	background: #f4f4f4;
}
.main .case .swiper-slide a:hover .pic,
.main .case .swiper-slide .pic {
	border-radius: 8px;
	width: auto;
	height: auto;
	border-radius: 0;
	border: none;
	margin: 0;
	background: none;
}
.main .case .swiper-slide a:hover .pic span ,
.main .case .swiper-slide .pic span {
	height: 180px;
	border-radius: 0;
}
.main .case .swiper-slide a:hover .pic::after,
.main .case .swiper-slide .pic::after {
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background-size: 100% 100%;
	display: block;
}
.main .case .swiper-slide a:hover .text,
.main .case .swiper-slide .text {
	padding: 30px 12px;
}
.main .case .swiper-slide .tit {
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	-webkit-line-clamp: 1;
}
.main .case .swiper-slide a:hover .txt,
.main .case .swiper-slide .txt {
	height: 54px;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	-webkit-line-clamp: 3;
	margin-top: 4px;
}
.main .case .swiper-slide a:hover .more,
.main .case .swiper-slide .more {
	min-width: 90px;
	height: 30px;
	line-height: 28px;
	border-radius: 30px;
	padding: 0 10px;
	border: solid 1px #a2a2a2;
	margin-top: 10px;
	background: none;
}
.main .case .swiper-slide a:hover .tit,
.main .case .swiper-slide a:hover .txt,
.main .case .swiper-slide a:hover .more{
	color: #333;
}
.main .case .swiper-slide a:hover .pic::before{
	display: none;
}
.main .scheme {
	padding: 30px 20px;
}
.main .scheme .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: center;
}
.main .scheme .title,
.main .scheme .slogan {
	letter-spacing: 2px;
	text-indent: 2px;
}
.main .scheme .title {
	font-size: 20px;
}
.main .scheme .slogan {
	font-size: 14px;
	margin: 4px 0 16px 0;
}
.main .scheme .content {
	line-height: 60px;
	text-align: center;
}
.main .scheme .contact,
.main .scheme .inpu,
.main .scheme .btn {
	display: block;
	margin: 0 auto;
}
.main .scheme .contact {
	min-height: 50px;
	padding-left: 50px;
	background-position: 0 6px;
	background-size: 40px auto;
	line-height: 26px;
	margin-right: 0;
	display: inline-block;
}
.main .scheme .contact a {
	font-size: 26px;
}
.main .scheme .inpu {
	margin: 12px 0;
}
.main .scheme .inpu input {
	width: 290px;
	height: 40px;
	line-height: 38px;
	padding: 0 12px;
	font-size: 14px;
}
.main .scheme .btn a,
.main .scheme .btn button,
.main .scheme .btn input {
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	padding: 0 16px;
	font-size: 16px;
	display: inline-block;
}
.container .banner {
	height: 300px;
}
.container .banner .middle {
	padding-bottom: 0;
}
.container .banner .entit {
	font-size: 20px;
}
.container .banner .title {
	font-size: 20px;
}
.container .banner .title span {
	width: 50px;
	height: 1px;
	margin: -10px 10px 0 10px;
}
.container .banner .title span::after {
	width: 28px;
	height: 1px;
	top: 8px;
	right: -5px;
}
.container .banner .title span:nth-child(2)::after {
	left: -5px;
	right: auto;
}
.container .banner .slogan {
	font-size: 14px;
	letter-spacing: 10px;
	margin-top: 8px;
}
.container .banner .immigration .tit {
	font-size: 20px;
	text-align: center;
}
.container .banner .immigration ul li {
	min-height: 24px;
	line-height: 24px;
	margin-bottom: 4px;
	padding-left: 24px;
	letter-spacing: 2px;
	font-size: 14px;
	background-position: 0 4px;
}
.container .banner .sort a {
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 16px;
}
.container .banner .sort a i {
	margin: -4px 6px 0 0;
	width: 20px;
}
.container .crumbs {
	padding: 0 10px;
}
.container .crumbs  .wrap{
	background-position: 0 10px;
}
.container .pctitle2 .entit {
	font-size: 18px;
}
.container .pctitle2 .title {
	font-size: 22px;
}
.container .paging li {
	margin: 0 2px;
}
.container .paging a {
	width: 40px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
}
.container .paging a:hover {
	border: solid 1px #e5e5e5;
	color: #555;
	background: none;
}
.container .prevnext p {
	width: 100%;
}
.container .prevnext .next {
	text-align: left;
	margin-top: 10px;
}
.container .pcmenu {
	overflow: initial;
	position: relative;
}
.container .pcmenu .tit {
	display: block;
	padding: 2px;
	background: -moz-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* FF3.6+ */
	background: -webkit-gradient(linear, 45deg, color-stop(10%, 290A59), color-stop(90%, 930F0F));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* Opera 11.10+ */
	background: -ms-linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
	background: linear-gradient(45deg, #290A59 10%, #930F0F 90%);/* W3C */
}
.container .pcmenu .tit span{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background: url("../images/arrow8.png") no-repeat right 20px center #fff;
	background-size: 20px auto;
}
.container .pcmenu ul {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	top: 40px;
	z-index: 5;
	background: #fff;
	border: solid 1px #290a59;
	display: none;
}
.container .pcmenu li {
	float: none;
	display: block;
	margin: 0;
	border-bottom: solid 1px #ddd;
}
.container .pcmenu li.on a:hover,
.container .pcmenu li.on a {
	background: -moz-linear-gradient(90deg, #290a59 10%, #930f0f 90%);
	background: -webkit-gradient(linear, 90deg, color-stop(10%, 290 A59), color-stop(90%, 930 F0F));
	background: -webkit-linear-gradient(90deg, #290a59 10%, #930f0f 90%);
	background: -o-linear-gradient(90deg, #290a59 10%, #930f0f 90%);
	background: -ms-linear-gradient(90deg, #290a59 10%, #930f0f 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
	background: linear-gradient(90deg, #290a59 10%, #930f0f 90%);
	color: #fff;
}
.container .pcmenu li a {
	padding: 0;
	border-radius: 0;
	font-size: 16px;
}
.container .pcmenu li a:hover {
	color: #666;
}
.container .lrmenu .pcmenu {
	margin-top: 0;
	float: none;
}.about-page .introduction {
	padding: 30px 10px 60px 10px;
}
.about-page .introduction .title {
	font-size: 20px;
}
.about-page .introduction .article {
	padding: 0 30px;
	margin: 20px 0 30px 0;
	line-height: 24px;
	font-size: 16px;
}
.about-page .introduction .article::before,
.about-page .introduction .article::after {
	width: 24px;
	height: 20px;
}
.about-page .introduction .article::before {
	left: 0;
}
.about-page .introduction .article::after {
	right: 0;
}
.about-page .introduction .article .en {
	font-size: 14px;
}
.about-page .introduction .features ul {
	margin: 0;
}
.about-page .introduction .features li {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
	float: none;
	padding: 10px;
}
.about-page .introduction .features li .box {
	padding: 10px;
}
.about-page .introduction .features li .pic {
	height: auto;
}
.about-page .contact {
	padding: 40px 10px;
}
.about-page .contact .wave {
	height: 30px;
	top: -30px;
	background-size: 100% 100%;
}
.about-page .contact ul {
	margin: 30px 0 0 0;
}
.about-page .contact ul li {
	width: 50%;
	padding: 0 10px;
	font-size: 14px;
	margin-bottom: 30px;
}
.about-page .contact ul li:nth-child(4n+1) {
	clear: none;
}
.about-page .contact ul li:nth-child(2n+1) {
	clear: left;
}
.about-page .contact #allmap {
	height: 300px;
}
.case-page {
	padding: 30px 10px;
}
.caselist li .text {
	padding: 20px 14px;
}
.caselist li .till {
	min-width: 160px;
	font-size: 16px;
	color: #fff;
}
.caselist li .tit {
	font-size: 18px;
	margin: 10px 0;
}
.caselist li .txt {
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	margin: 10px 0 20px 0;
}.caselist li .pic::after{
	display: none;
}
@media only screen and (max-width: 650px){
	.caselist li a{
		border-radius: 10px 10px 0 0;
	}
	.caselist li:nth-child(even) .pic,
	.caselist li:nth-child(even) .text,
	.caselist li .text,
	.caselist li .pic{
		width: 100%;
		float: none;
		position: relative;
		top: 0;
		left: 0;
	}
	.caselist li .pic img{
		width: 100%;
		display: block;
	}
	.caselist li:nth-child(even) .pic::after,
	.caselist li .pic::after{
		background-image: url("../images/arrow6.png");
		width: 23px;
		height: 11px;
		left: 50%;
		right: auto;
		top: auto;
		bottom: 0;
	}
}
.pcdetails {
	padding: 0 10px;
}
.pcdetails .head {
	padding: 30px 0 10px 0;
}
.pcdetails .head .title {
	font-size: 20px;
}
.pcdetails .head .info {
	margin-top: 30px;
	clear: both;
}
.pcdetails .head .info span {
	margin-right: 12px;
}
.pcdetails .head .till {
	min-width: 120px;
	font-size: 14px;
	padding: 0 10px 2px 10px;
	height: 28px;
	line-height: 28px;
	position: static;
	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);
	float: left;
}
.pcdetails .head .return{
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	background-size: 12px auto;
	padding: 0 10px 0 30px;
}
.pcdetails .article {
	padding: 30px 0;
}
.case-page .related {
	padding: 18px 10px 54px 10px;
}
.case-page .related .title .tit {
	font-size: 20px;
}
.case-page .related .title .en {
	font-size: 16px;
}
.case-page .related .swiper-container {
	margin: 20px 0 0 0;
}
.case-page .related .swiper-slide{
	width: 260px;
}
.case-page .related .swiper-slide .text {
	padding: 0;
	margin-top: 12px;
}
.case-page .related .swiper-slide .tit {
	font-size: 16px;
}
.case-page .related .swiper-slide .txt {
	font-size: 12px;
}
.seeworld-page {
	padding: 30px 10px 50px 10px;
}
.seeworld-page .seeworld-list {
	margin-top: 30px;
}
.seeworld-list ul{
	margin: 0;
}
.seeworld-list li {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.seeworld-list li a {
	padding: 16px 14px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.seeworld-list li .pic {
	width: 108px;
	height: 108px;
}
.seeworld-list li .text {
	padding: 0 0 0 10px;
	flex: 1;
}
.seeworld-list li .date {
	margin-top: 0px;
	line-height: 16px;
	font-size: 12px;
}
.seeworld-list li .date span {
	font-size: 22px;
}
.seeworld-list li .line {
	margin: 8px 0;
}
.seeworld-list li .tit {
	font-size: 16px;
}
.seeworld-list li .txt {
	line-height: 18px;
	font-size: 12px;
	margin: 10px 0 0 0;
}
.seeworld-list li .more {
	display: none;
}
.seeworld-page .head {
	padding-bottom: 20px;
}
.seeworld-page .head .title {
	font-size: 20px;
}
.seeworld-page .head .return {
	position: static;
		bottom: 0;
	display: inline-block;

	height: 28px;
	line-height: 26px;
	font-size: 14px;
	background-size: 12px auto;
	padding: 0 10px 0 30px;
	margin-top: 20px;
}
.seeworld-page .article {
	padding: 20px 0;
	margin-bottom: 20px;
}
.immigration-page {
	padding: 30px 10px;
}
.immigration-page .immigration-list {
	margin-top: 30px;
}
.immigration-list .row {
	margin-bottom: 16px;
	border-radius: 6px;
}
.immigration-list .row .btn {
	bottom: 14px;
	padding: 0 10px;
}
.immigration-list .row .swiper-pagination span {
	padding: 0 2px;
}
.immigration-list .swiper-slide a {
	padding: 20px 10px;
}
.immigration-list .swiper-slide .pic {
	width: 180px;
	height: 180px;
	padding: 4px;
}
.immigration-list .swiper-slide .cont {
	padding-left: 190px;
}
.immigration-list .swiper-slide .title {
	padding-left: 60px;
	min-height: 50px;
	padding-top: 2px;
	line-height: 20px;
}
.immigration-list .swiper-slide .title i {
	width: 50px;
	height: 50px;
}
.immigration-list .swiper-slide .title .tit {
	font-size: 18px;
}
.immigration-list .swiper-slide .title .txt {
	font-size: 14px;
	margin-top: 5px;
}
.immigration-list .swiper-slide .line {
	margin-left: -16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.immigration-list .swiper-slide .recommend {
	line-height: 24px;
	margin-bottom: 10px;
}
.immigration-list .swiper-slide .reason {
	min-height: 60px;
	line-height: 20px;
	font-size: 14px;
}
.immigration-list .swiper-slide .more {
	margin-top: 18px;
}
@media only screen and (max-width: 600px){
	.immigration-list .swiper-slide a {
		padding: 14px 10px;
	}
	.immigration-list .swiper-slide .pic {
		width: 130px;
		height: 130px;
		padding: 2px;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.immigration-list .swiper-slide .cont {
		/*padding-left: 140px;*/
		padding-left: 0;
	}
	.immigration-list .swiper-slide .title {
		/*padding-left: 50px;*/
		min-height: 130px;
		line-height: 18px;
		margin-left: 140px;
		padding-left: 0;
		padding-top: 10px;
	}
	.immigration-list .swiper-slide .title i {
		width: 40px;
		height: 40px;
		position: static;
	}
	.immigration-list .swiper-slide .title .tit {
		font-size: 16px;
		margin: 8px 0;
	}
	.immigration-list .swiper-slide .title .txt {
		font-size: 12px;
		margin-top: 2px;
	}
	.immigration-list .swiper-slide .titl {
		font-size: 14px;
	}
	.immigration-list .swiper-slide .line {
		margin: 5px 0;
	}
	.immigration-list .swiper-slide .recommend {
		line-height: 24px;
		margin-bottom: 10px;
	}
	.immigration-list .swiper-slide .recommend span {
		width: 12px;
		height: 12px;
	}
	.immigration-list .swiper-slide .reason {
		font-size: 12px;
	}
	.immigration-list .swiper-slide .more {
		margin-top: 10px;
	}
}
.immigration-page .country {
	max-width: 100%;
	float: none;
	margin-top: 30px;
}
.immigration-page .headtop {
	border-bottom: solid 1px #f1f0f0;
	padding: 0 10px;
}
.immigration-page .headtop .crumbs {
	float: none;
	height: 40px;
	line-height: 40px;
	padding-left: 22px;
}
.immigration-page .headtop .pcmenu {
	float: none;
	margin-top: 10px;
}
.immigration-page .headtop .return {
  float: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  margin-top: 10px;
  padding: 2px;
  text-align: center;
}
.immigration-page .headtop .return span{
	background: url("../images/arrow15.png") no-repeat right 14px center #fff;
	background-size: 10px auto;
	line-height: 36px;
	display: block;
	color: #290a59;
	font-size: 20px;
}
.immigration-page .head{
	padding: 0 10px;
	margin-top: 10px;
}
.immigration-page .head .title {
	padding: 0 0 0 50px;
	margin: 20px 0;
}
.immigration-page .head .title i {
	width: 40px;
	height: 40px;
}
.immigration-page .head .title .tit {
	font-size: 20px;
}
.immigration-page .head .title .en {
	margin-top: 2px;
}
.immigration-page .slidemenu {
	padding-top: 10px;
}
.immigration-page .slidemenu.fixed{
	top: 50px;
}
.immigration-page .slidemenuBrace {
  height: 50px;
}
.immigration-page .slidemenu .swiper-slide {
	padding: 0 14px;
}
.immigration-page .slidemenu a {
	height: 40px;
	line-height: 34px;
	font-size: 16px;
}
.immigration-page .slidemenu a::after {
	height: 2px;
}
.immigration-page .recommendlist {
	padding: 30px 10px;
}
.immigration-page .recommendlist .title .tit {
	font-size: 20px;
}
.immigration-page .recommendlist .title .en {
	font-size: 16px;
}
.immigration-page .recommendlist .swiper-container {
	margin: 24px 0 0 0;
}
.immigration-page .recommendlist .swiper-slide {
	width: 260px;
}
.immigration-page .recommendlist .swiper-slide a {
	padding: 14px 10px;
}
.immigration-page .recommendlist .swiper-slide .pic {
	width: 150px;
	height: 150px;
}
.immigration-page .recommendlist .swiper-slide .pic::after {
	font-size: 12px;
	width: 90px;
}
.immigration-page .recommendlist .swiper-slide .tit {
	font-size: 16px;
	margin-top: 10px;
}
.immigration-page .recommendlist .swiper-slide .en {
	font-size: 12px;
	margin-bottom: 14px;
}
.immigration-page .recommendlist .swiper-slide .star .t {
	margin-right: 2px;
}
.immigration-page .recommendlist .swiper-slide .star span {
	margin-left: 2px;
}
.immigration-page .recommendlist .swiper-slide .reas p {
	font-size: 12px;
}
.immigration-details {
	padding: 20px 10px;
}
.immigration-details .anchor{
	top: -120px;
}
.immigration-details .rowbox {
	padding: 20px 10px;
}
.immigration-details .introduction .info,
.immigration-details .introduction .photo {
	width: 100%;
	float: none;
}
.immigration-details .introduction .info {
	margin-top: 20px;
}
.immigration-details .introduction .info ul li {
	font-size: 14px;
}
.immigration-details .introduction .btnbox {
	margin-top: 24px;
	margin-right: 10px;
}
.immigration-details .introduction .btnbox .btn a {
	min-width: 120px;
	height: 40px;
	line-height: 38px;
	border-radius: 40px;
	padding: 0 20px;
}
.immigration-details .introduction .photo .swiper-slide{
	height: 247px;
}
.education-sort {
	padding: 30px 10px;
}
.education-sort .sortbox {
	margin: 60px auto;
	width: 400px;
	height: 400px;
	padding: 50px;
}
.education-sort .menu .box {
	font-size: 16px;
	line-height: 60px;
}
.education-sort .menu .box .txt{
	line-height: 20px;
}
.education-sort .menu .box br{
	display: inline-block;
}
.education-sort .menu .box .icon{
	width: 60px;
	height: 60px;
	padding: 2px;
}
.education-sort .menu .box .icon i {
	line-height: 54px;
	padding: 0 16px;
}
.education-sort .menu .box1 .icon,
.education-sort .menu .box2 .icon,
.education-sort .menu .box3 .icon {
	margin-left: 5px;
}
.education-sort .menu .box4 .icon,
.education-sort .menu .box5 .icon,
.education-sort .menu .box6 .icon {
	margin-right: 5px;
}
.education-sort .menu .box a {
  font-size: 14px;
  font-weight: bold;
}
.education-sort .menu .box1 {
	margin-right: 100px;
	margin-top: -180px;
}
.education-sort .menu .box4 {
	margin-left: 100px;
	margin-top: -180px;
}
.education-sort .menu .box2 {
	margin-right: 170px;
	margin-top: -40px;
}
.education-sort .menu .box5 {
	margin-left: 170px;
	margin-top: -40px;
}
.education-sort .menu .box3 {
	margin-right: 100px;
	margin-top: 120px;
}
.education-sort .menu .box6 {
	margin-left: 100px;
	margin-top: 120px;
}
.education-sort .picbox {
	padding: 3px;
}
.education-sort .picbox .more {
	width: 100px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	font-size: 14px;
}
@media only screen and (max-width: 600px){
	.education-sort .sortbox {
		width: 200px;
		height: 200px;
		padding: 20px;
	}
	.education-sort .menu .box {
		font-size: 14px;
		line-height: 40px;
	}
	.education-sort .menu .box .txt{
		line-height: 18px;
	}
	.education-sort .menu .box .icon {
		width: 40px;
		height: 40px;
	}
	.education-sort .menu .box .icon i {
		line-height: 32px;
		padding: 0 10px;
	}
	.education-sort .menu .box1 .icon,
	.education-sort .menu .box2 .icon,
	.education-sort .menu .box3 .icon {
		margin-left: 2px;
	}
	.education-sort .menu .box4 .icon,
	.education-sort .menu .box5 .icon,
	.education-sort .menu .box6 .icon {
		margin-right: 2px;
	}
	.education-sort .menu .box1 {
		margin-right: 50px;
		margin-top: -100px;
	}
	.education-sort .menu .box4 {
		margin-left: 50px;
		margin-top: -100px;
	}
	.education-sort .menu .box2 {
		margin-right: 84px;
		margin-top: -30px;
	}
	.education-sort .menu .box5 {
		margin-left: 84px;
		margin-top: -30px;
	}
	.education-sort .menu .box3 {
		margin-right: 50px;
		margin-top: 60px;
	}
	.education-sort .menu .box6 {
		margin-left: 50px;
		margin-top: 60px;
	}
	.education-sort .picbox {
		padding: 2px;
	}
}
.education-list {
	padding: 30px 10px 50px 10px;
}
.education-list .list {
	margin-top: 30px;
}
.education-list .list li a {
	padding: 14px 10px;
}
.education-list .list li .pic {
	width: 120px;
	height: 120px;
}
.education-list .list li .text {
	padding: 0 0 0 130px;
}
.education-list .list li .til {
	font-size: 16px;
}
.education-list .list li .til::after {
	bottom: -6px;
}
.education-list .list li .tit,
.education-list .list li .txt {
	height: 22px;
	line-height: 22px;
}
.education-list .list li .tit {
	font-size: 16px;
	margin: 14px 0;
}
.education-list .list li .txt {
	height: 44px;
	font-size: 14px;
}
.education-list .list li .pcmore {
	display: none;
}
@media only screen and (max-width: 600px){
	.education-column {
		padding: 60px 10px;
	}
	.education-column .title {
	}
	.education-column .swiper-slide .pic {
		width: 250px;
		height: 250px;
	}
	.education-column .swiper-slide .name {
		font-size: 20px;
		margin-top: 10px;
	}
	.education-column .swiper-slide .tit {
		font-size: 16px;
	}
	.education-column .swiper-slide .text {
		padding: 12px 40px;
		line-height: 22px;
		font-size: 14px;
	}
	.education-column .swiper-slide .text::before,
	.education-column .swiper-slide .text::after {
		width: 28px;
		height: 26px;
	}
	.education-column .swiper-slide .text::before {
		left: 6px;
		top: 14px;
	}
	.education-column .swiper-slide .text::after {
		right: 6px;
		bottom: 14px;
	}
	.education-column .swiper-button-prev,
	.education-column .swiper-button-next {
		top: 130px;
		margin: 0;
	}
	.education-column .swiper-button-prev {
		margin-left: -180px;
	}
	.education-column .swiper-button-next {
		margin-right: -180px;
	}
}
.education-page {
  padding-bottom: 40px;
}
.education-page .prevnext {
  padding-top: 20px;
  margin-top: 20px;
}
.single-page{
	padding: 30px 10px 60px 10px;
}
























}/*手机版css*/
