@charset "UTF-8";
@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding-top: 50px;
	padding-bottom: 60px;
}
.header {
	height: 50px;
	z-index: 105;
}
.header .logo {
	width: 83px;
	height: 40px;
	margin: 5px 0 0 14px;
}
.header .phone {
	display: none;
}
.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: #b5986f;
	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;
}
.header .nav .phone{
	text-align: center;
	font-size: 18px;
	color: #b5986f;
	margin-top: 0px;
	background: none;
	padding: 0;
	float: left;
	display: inline-block;
	width: 100%;
}
.header .nav .phone a{
	font-size: 18px;
	color: #b5986f;
}
.header .nav .tit {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #b5986f;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul{
	display: block;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 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 span {
	height: 60px;
	line-height: 60px;
}
.header .nav > ul > li.on > a span:first-child,
.header .nav > ul > li:hover > a span:first-child {
	margin-top: 0px;
}
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #b5986f;
}
.header .nav > ul > li.on > a span:first-child {
	margin-top: -60px;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after,
.header .nav:hover > ul > li > a:hover::after,
.header .nav:hover > ul > li.on > a::after {
	width: 0;
}
.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%);
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.header .nav .sub li a:hover {
	background: #999;
}
.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;
}
.fixedSidebar {
	width: 100%;
	right: 0px;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	top: auto;
	bottom: 0px;
}
.fixedSidebar li:hover a {
	background: none;
}
.fixedSidebar li:hover a .icon1 {
	display: block;
}
.fixedSidebar li:hover a .icon2 {
	display: none;
}
.fixedSidebar li:hover a .txt {
	color: #666666;
}
.fixedSidebar li{
	float: left;
	width: 25%;
	border-right: none;
	border-bottom: none;
}
.fixedSidebar li:first-child{
	border-left: none;
}
.fixedSidebar li a {
	height: 60px;
	padding-top: 8px;
}
.fixedSidebar li a .icon2,
.fixedSidebar li a .icon1 {
	height: 20px;
	line-height: 20px;
}
.fixedSidebar li a .icon2 img,
.fixedSidebar li a .icon1 img{
	height: 100%;
}
.fixedSidebar li a .txt {
	line-height: 20px;
	font-size: 12px;
	margin-top: 8px;
}
.fixedSidebar li .hide {
	height: 60px;
	line-height: 59px;
	right: 60px;
}
.fixedSidebar li .phone {
	padding: 0 20px;
	font-size: 18px;
}
.fixedSidebar li .qrcode {
	width: 142px;
	height: 142px;
	right: 60px;
	padding: 8px;
}

.footer {
	padding-top: 0px;
}
.footer .linkList {
	width: 100%;
	height: auto;
	min-height: auto;
	float: none;
	border-left: none;
	min-height: auto;
	padding: 0 14px;
	box-sizing: border-box;
}
.footer .linkList .tit{
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	display: block;
	border-bottom: solid 1px #e3e3e3;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer .linkList .tit.on{
	color: #b5986f;
}
.footer .linkList ul{
	display: none;
	border-bottom: solid 1px #b5986f;
}
.footer .linkList li {
	margin-bottom: 0px;
	padding: 6px 0;
}
.footer .linkList li a {
	font-size: 14px;
	padding: 0px;
	display: block;
	text-align: center;
}
.footer .linkList li a:hover {
	border-left: none;
	color: #333333;
}
.footer .contact {
	border: none;
	min-height: auto;
	width: 100%;
	float: none;
	padding: 10px 14px;
	text-align: center;
}
.footer .contact .title {
	line-height: 28px;
	font-size: 18px;
}
.footer .contact .text {
	line-height: 22px;
	margin-top: 10px;
}
.footer .contact .text p {
	margin-bottom: 5px;
}
.footer .l,
.footer .r{
	float: none;
}
.footer .qrcode {
	width: 180px;
	padding: 5px;
	float: none;
	margin: 0 auto;
}
.footer .qrcode .txt {
	font-size: 14px;
	margin-top: 4px;
}
.footer .share {
	padding-top: 10px;
	text-align: center;
}
.footer .share .bdsharebuttonbox{
	display: inline-block;
}
.footer .share a {
	width: 40px;
	height: 40px;
	margin: 0 8px;
}
.footer .share a.bds_weixin:hover {
	background-image: url(../images/share1.png);
}
.footer .share a.bds_sqq:hover {
	background-image: url(../images/share2.png);
}
.footer .share a.bds_tsina:hover {
	background-image: url(../images/share3.png);
}
.footer .copyright {
	margin-top: 0px;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 14px;
	box-sizing: border-box;
	text-align: center;
}
.footer .copyright a {
	font-size: 14px;
	color: #f0dec4;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.footer .copyright a:hover {
	color: #fff;
}
.banner .pic1 {
	display: none;
}
.banner .pic2{
	display: block;
}
.main .banner .swiper-slide .wrap {
	padding: 0 14px;
}
.main .banner .swiper-slide .p1 {
	font-size: 16px;
}
.main .banner .swiper-slide .p2 {
	font-size: 20px;
}
.main .banner .swiper-slide .line {
	width: 30px;
	height: 2px;
	margin: 10px 0;
}
.main .banner .swiper-slide .p3 {
	font-size: 18px;
}
.main .banner .swiper-slide .arrow {
	width: 30px;
	height: 30px;
	margin-top: 14px;
}
.main .banner .swiper-pagination {
	bottom: 10px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
.main .reservation {
	padding: 10px 14px;
	box-sizing: border-box;
}
.main .reservation .tit {
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 6px;
}
.main .reservation .r{
	width: 100%;
}
.main .reservation .inpu {
	width: 100%;
	margin: 0 0 10px 0;
}
.main .reservation .inpu select,
.main .reservation .inpu input {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
}
.main .reservation .inpu select {
	background-position: right 10px center;
}
.main .reservation .inpu a,
.main .reservation .inpu button,
.main .reservation .inpu input[type='button'] {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.main .reservation .inpu a:hover,
.main .reservation .inpu button:hover,
.main .reservation .inpu input[type='button']:hover {
	background: #b5986f;
}
.main .publicTitle .tit {
	font-size: 20px;
}
.main .publicTitle .en {
	font-size: 14px;
	margin-top: 2px;
}
.main .about {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .about .conten {
	max-width: 600px;
	float: none;
	margin: 0px auto;
}
.main .about .conten .line {
	height: 2px;
	margin-top: 16px;
}
.main .about .conten .text {
	line-height: 26px;
	font-size: 14px;
	margin-top: 20px;
}
.main .about .conten .more {
	width: 120px;
	height: 40px;
	line-height: 40px;
	background-position: right 14px center;
	text-indent: 14px;
	font-size: 14px;
	margin-top: 26px;
}
.main .about .conten .more:hover {
	background-position: right 14px center;
	background-color: #b5986f;
	text-indent: 14px;
}
.main .about .pic {
	max-width: 400px;
	float: none;
	margin: 20px auto 0 auto;
}
.main .structure {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .structure .slogan {
	font-size: 16px;
	padding-top: 22px;
}
.main .structure .swiper-container {
	margin: 30px auto 0 auto;
}
.main .structure .swiper-slide a:hover .pic img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.main .structure .swiper-slide a:hover .pic .icon,
.main .structure .swiper-slide a:hover .box {
	display: none;
}
.main .structure .swiper-slide a:hover .text {
	background: #f3f0ec;
	text-align: center;
}
.main .structure .swiper-slide a:hover .text .line {
	background: #cdc4b8;
}
.main .structure .swiper-slide a:hover .text .txt {
	color: #000;
	background: none;
}
.main .structure .swiper-slide .box {
	display: none;
}
.main .structure .swiper-slide .pic .icon {
	display: none;
}
.main .structure .swiper-slide .text {
	padding: 10px 12px 16px 12px;
}
.main .structure .swiper-slide .text .line {
	height: 2px;
}
.main .structure .swiper-slide .text .txt {
	font-size: 16px;
	margin-top: 10px;
}
.main .team {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .team .teamList{
	margin: 26px auto 0 auto;
}
.main .team .more:hover ,
.main .team .more {
	width: 120px;
	height: 44px;
	line-height: 44px;
	margin: 18px auto 0 auto;
	text-indent: 18px;
	background: url(../images/arrow12.png) no-repeat right 18px center;
	font-size: 14px;
	color: #b5986f;
}

.teamList {
	max-width: 600px;
	margin: 0 auto;
}
.teamList li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.teamList li:nth-child(even) {
	padding: 0 0 0 5px;
}
.teamList li a:hover .pic img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.teamList li a:hover .pic .icon,
.teamList li a:hover .box {
	display: none;
}
.teamList li a:hover .text {
	background: #fff;
	text-align: center;
}
.teamList li a:hover .text .p1 {
	color: #666666;
}
.teamList li a:hover .text .p2 {
	color: #000;
	background: none;
}
.teamList li .box {
	display: none;
}
.teamList li .pic {
	height: auto;
}
.teamList li .pic .icon {
	display: none;
}
.teamList li .text {
	padding: 20px 6px;
}
.teamList li .text .p1 {
	font-size: 14px;
}
.teamList li .text .p2 {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 6px;
}
.main .customer {
	padding: 30px 14px;
	box-sizing: border-box;
	background-attachment: scroll;
	background-position: 0 center;
	background-size: 100% auto;
}
.main .customer .content {
	padding: 0;
	margin-top: 30px;
}
.main .customer .content .next,
.main .customer .content .prev {
	display: none;
}
.main .cooperation {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .cooperation .swiper-container {
	margin-top: 28px;
	padding-bottom: 30px;
}
.main .cooperation .swiper-container .swiper-slide 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);
}
.main .cooperation .swiper-container .swiper-slide a:hover .text .more {
	padding-right: 26px;
}
.main .cooperation .swiper-container .swiper-slide .text {
	padding: 26px 14px;
}
.main .cooperation .swiper-container .swiper-slide .text .tit {
	font-size: 16px;
}
.main .cooperation .swiper-container .swiper-slide .text .line1 {
	margin-top: 12px;
}
.main .cooperation .swiper-container .swiper-slide .text .txt {
	height: 104px;
	line-height: 26px;
	font-size: 14px;
	margin-top: 14px;
}
.main .cooperation .swiper-container .swiper-slide .text .line2 {
	margin: 12px 0;
}
.main .cooperation .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
.container .columnMenu {
	height: 50px;
	position: relative;
}
.container .columnMenu .tit {
	display: block;
	line-height: 50px;
	font-size: 18px;
	background: url(../images/structure_slogan.png) no-repeat right 14px center;
	color: #b5986f;
}
.container .columnMenu ul {
	display: block;
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 8;
	background: #fff;
	border-top: solid 1px #999;
}
.container .columnMenu ul li {
	margin: 0;
	width: 100%;
}
.container .columnMenu ul li.on a {
	color: #b5986f;
	border-bottom: solid 1px #b5986f;
}
.container .columnMenu ul li a {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	display: block;
}
.container .columnMenu ul li a:hover {
	color: #333333;
}
.container .paging ul li a:hover{
	background: #fff;
	color: #666666;
}
.container .paging ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}
.container .around a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.container .around a.prev {
	background: url(../images/arrow13.png) no-repeat 16px center #ffffff;
	text-indent: 55px;
	float: left;
}
.container .around a.prev:hover {
	background-image: url(../images/arrow13.png);
	background-color: #fff;
	color: #333333;
}
.container .around a.next {
	background: url(../images/arrow14.png) no-repeat right 16px center #ffffff;
	text-indent: 25px;
	float: right;
}
.container .around a.next:hover {
	background-image: url(../images/arrow14.png);
	background-color: #fff;
	color: #333333;
}
.aboutPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .company {
	padding: 60px 0 30px 0;
}
.aboutPage .company .row {
	margin-bottom: 100px;
}
.aboutPage .company .row:nth-child(even) .pic {
	float: none;
}
.aboutPage .company .row:nth-child(even) .text {
	left: 0;
	right: auto;
}
.aboutPage .company .row:last-child {
	margin-bottom: 0;
}
.aboutPage .company .row .pic {
	max-width: 224px;
	max-height: 224px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.aboutPage .company .row .text {
	max-width: 760px;
	float: none;
	position: static;
	right: 0;
	top: 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: 60px auto 0 auto;
}
.aboutPage .company .row .text .line {
	width: 60px;
	height: 2px;
	float: none;
	margin: 0 auto;
}
.aboutPage .company .row .text .txt {
	padding-left: 0px;
	line-height: 26px;
	font-size: 14px;
	margin-top: 10px;
}
.aboutPage .principle {
	padding: 14px;
}
.aboutPage .principle .content {
	max-width: 640px;
	width: 100%;
	padding: 28px;
}
.aboutPage .principle .content .p1 {
	font-size: 18px;
}
.aboutPage .principle .content .line {
	width: 30px;
	height: 2px;
	margin: 14px 0;
}
.aboutPage .principle .content .p2 {
	font-size: 18px;
}
.aboutPage .principle .content .p3 {
	font-size: 22px;
	margin-top: 10px;
}
.aboutPage .teamDetails{
	max-width: 600px;
	margin: 0 auto;
}
.aboutPage .teamDetails .pic {
	width: 100%;
}
.aboutPage .teamDetails .details {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0 12px;
	box-sizing: border-box;
}
.aboutPage .teamDetails .details .title .p1 {
	font-size: 14px;
}
.aboutPage .teamDetails .details .title .p2 {
	font-size: 16px;
	margin-top: 6px;
}
.aboutPage .teamDetails .details .title .line {
	margin: 18px 0 -1px 0;
}
.aboutPage .teamDetails .details .article {
	margin: 16px 0;
}
.aboutPage .relatedTeam {
	margin-top: 30px;
}
.aboutPage .relatedTeam .title .tit {
	font-size: 20px;
}
.aboutPage .relatedTeam .title .prev,
.aboutPage .relatedTeam .title .next {
	margin-left: 10px;
	width: 30px;
	height: 30px;
}
.aboutPage .relatedTeam .title .prev:hover{
	background-image: url(../images/arrow7.png);
}
.aboutPage .relatedTeam .title .next:hover {
	background-image: url(../images/arrow8.png);
}
.aboutPage .relatedTeam .swiper-container {
	margin-top: 20px;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .pic img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .pic .icon,
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .box {
	display: none;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .text {
	text-align: center;
	background: #fff;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .text .p1 {
	color: #666666;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide a:hover .text .p2 {
	background: none;
	color: #000;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .box {
	display: none;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .pic {
	height: auto;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .pic .icon {
	display: none;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .text {
	padding: 6px;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .text .p1 {
	font-size: 12px;
}
.aboutPage .relatedTeam .swiper-container .swiper-slide .text .p2 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 2px;
}
.aboutPage .selection .top {
	padding: 10px;
}
@media only screen and (max-width: 700px){
	.aboutPage .selection .top select {
		width: 100%;
		height: 40px;
		padding: 0 12px;
		background-position: right 10px center;
		font-size: 14px;
	}
	.aboutPage .selection .top .phone {
		width: 100%;
		line-height: 30px;
		font-size: 18px;
		text-align: center;
		margin-top: 10px;
	}
	.aboutPage .selection .table{
		overflow: auto;
	}
	.aboutPage .selection table {
		min-width: 800px;
	}
	.aboutPage .selection table th {
		height: 50px;
		font-size: 16px;
		padding-left: 20px;
	}
	.aboutPage .selection table tr:hover {
		background: #fff;
	}
	.aboutPage .selection table tr:hover td.ts:first-child {
		color: #000;
	}
	.aboutPage .selection table tr:hover td:first-child {
		color: #666666;
	}
	.aboutPage .selection table td {
		font-size: 14px;
		height: 50px;
		padding-left: 20px;
	}
	.aboutPage .selection table td a {
		width: 80px;
		height: 30px;
		line-height: 30px;
		border-radius: 2px;
		font-size: 14px;
	}
	.aboutPage .selection table td a:hover {
		background: none;
		color: #b5986f;
	}
}
.aboutPage .customer .copywriting {
	line-height: 26px;
	font-size: 14px;
}
.aboutPage .customer .customerList {
	margin: 24px auto 0 auto;
	max-width: 600px;
}
.aboutPage .customer .customerList li {
	width: 50%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.aboutPage .customer .customerList li:nth-child(even) {
	padding: 0 0 0 5px;
}
.aboutPage .customer .customerList 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);
}
.aboutPage .contact{
	max-width: 600px;
	margin: 0 auto;
}
.aboutPage .contact li {
	width: 100%;
	padding: 0;
	margin-bottom: 14px;
	line-height: 26px;
}
.aboutPage .contact li:nth-child(even) {
	padding: 0;
}
.aboutPage .contact li a {
	font-size: 14px;
	padding: 20px;
}
.aboutPage .contact li a:hover {
	background: #fff;
	color: #666666;
}
.aboutPage .contact li p {
	margin-bottom: 4px;
}
.structurePage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.structurePage .certification{
	max-width: 600px;
	margin: 0 auto;
}
.structurePage .certification .right {
	width: 100%;
	height: auto;
	padding: 20px;
	padding-bottom: 10px;
}
.structurePage .certification .right a {
	max-width: 340px;
	margin: 0 auto 10px auto;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
}
.structurePage .certification .right a:hover {
	background: none;
	color: #fff;
}
.structurePage .certification .cont {
	width: 100%;
	padding: 14px;
}
.structurePage .certification .cont .tit {
	font-size: 20px;
}
.structurePage .certification .cont .line {
	height: 2px;
	margin: 16px 0;
}
.structurePage .certification .cont .txt {
	line-height: 28px;
	font-size: 14px;
}
.structurePage .courseList {
	max-width: 600px;
	margin: 20px auto 0 auto;
}
.structurePage .courseList li {
	width: 100%;
	padding: 0;
	margin-bottom: 14px;
}
.structurePage .courseList li:nth-child(even) {
	padding: 0;
}
.structurePage .courseList 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);
}
.structurePage .courseList li a:hover .tit {
	color: #000000;
}
.structurePage .courseList li a:hover .more {
	padding-right: 38px;
}
.structurePage .courseList li .pic {
	width: 120px;
	height: auto;
}
.structurePage .courseList li .cont {
	padding: 20px 20px 20px 140px;
}
.structurePage .courseList li .cont .tit {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
}
.structurePage .courseList li .cont .txt {
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.structurePage .courseList li .cont .line {
	margin: 14px 0;
}
.structurePage .courseList li .cont .more {
	font-size: 14px;
}
@media only screen and (max-width: 400px){
	.structurePage .courseList li .pic{
		width: 110px;
	}
	.structurePage .courseList li .cont {
		padding: 10px 10px 10px 120px;
	}
}
.structurePage .certification2 .right {
	width: 100%;
	padding: 20px;
	padding-bottom: 10px;
}
.structurePage .certification2 .cont {
	width: 100%;
}
.structurePage .certification2 .cont .pic {
	width: 234px;
	float: none;
	margin: 0 auto;
}
.structurePage .certification2 .cont .text {
	padding-left: 0;
	margin-top: 10px;
}
.structurePage .courseDetails {
	line-height: 28px;
	font-size: 14px;
}
.structurePage .courseDetails .tit {
	font-size: 16px;
}
.iwecPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.iwecPage .about .row{
	max-width: 600px;
	margin: 0 auto;
}
.iwecPage .about .row:nth-child(even) .text,
.iwecPage .about .row:nth-child(even) .pic {
	float: none;
}
.iwecPage .about .text ,
.iwecPage .about .pic {
	max-width: 100%;
	float: none;
}
.iwecPage .about .text {
	padding: 14px;
	line-height: 28px;
	font-size: 14px;
}
.iwecPage .about .text .tit {
	font-size: 16px;
}
.iwecPage .lecturerList {
	max-width: 600px;
	margin: 0 auto 20px auto;
}
.iwecPage .lecturerList li {
	width: 100%;
	margin-bottom: 14px;
	padding: 0;
}
.iwecPage .lecturerList li:nth-child(even) {
	padding: 0;
}
.iwecPage .lecturerList li .pic {
	width: 200px;
}
.iwecPage .lecturerList li .text {
	padding: 10px 10px 10px 210px;
}
.iwecPage .lecturerList li .text .p1 {
	line-height: 20px;
	font-size: 14px;
	height: auto;
}
.iwecPage .lecturerList li .text .p1 p {
	margin-bottom: 4px;
}
.iwecPage .lecturerList li .text .p2 {
	line-height: 22px;
	font-size: 14px;
	margin-top: 16px;
}
.iwecPage .lecturerList li .text .p2 a {
	font-size: 14px;
}
@media only screen and (max-width: 500px){
	.iwecPage .lecturerList li .pic {
		width: 100%;
		float: none;
	}
	.iwecPage .lecturerList li .text {
		width: 100%;
		padding: 10px;
	}
	.iwecPage .lecturerList li .text .p1 {
		line-height: 20px;
		font-size: 14px;
	}
	.iwecPage .lecturerList li .text .p1 p {
		margin-bottom: 4px;
	}
	.iwecPage .lecturerList li .text .p2 {
		line-height: 22px;
		font-size: 14px;
		margin-top: 16px;
	}
	.iwecPage .lecturerList li .text .p2 a {
		font-size: 14px;
	}
}
.iwecPage .place{
	max-width: 600px;
	margin: 0 auto;
}
.iwecPage .place li {
	width: 100%;
	margin-bottom: 20px;
}
.iwecPage .place li a {
	padding: 20px;
}
.iwecPage .place li a:hover {
	background: #fff;
}
.iwecPage .place li a:hover .icon1 {
	display: block;
}
.iwecPage .place li a:hover .icon2 {
	display: none;
}
.iwecPage .place li a:hover .tit{
	color: #000;
}
.iwecPage .place li a:hover .txt {
	color: #666666;
}
.iwecPage .place li a:hover .line {
	background: #c5c5c5;
}
.iwecPage .place li .icon2,
.iwecPage .place li .icon1 {
	width: 80px;
	height: 80px;
}
.iwecPage .place li .text {
	padding-left: 100px;
}
.iwecPage .place li .text .tit {
	line-height: 22px;
	font-size: 18px;
}
.iwecPage .place li .text .line {
	margin: 14px 0;
}
.iwecPage .place li .text .txt {
	line-height: 22px;
	font-size: 14px;
}
.customizedPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.customizedPage .customized .title {
	padding: 20px;
}
.customizedPage .customized .title .tit {
	font-size: 20px;
}
.customizedPage .customized .title .line {
	height: 2px;
	margin: 14px 0;
}
.customizedPage .customized .title .txt {
	line-height: 26px;
	font-size: 16px;
}
.customizedPage .course {
	line-height: 30px;
	font-size: 16px;
	margin-top: 30px;
}
.customizedPage .courseList {
	margin: 30px auto 0 auto;
	max-width: 600px;
}
.customizedPage .courseList li{
	padding: 0;
	max-width: 100%;
	margin-bottom: 20px;
}
.customizedPage .courseList 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);
}
.customizedPage .courseList li a:hover .text {
	color: #000;
}
.customizedPage .courseList li .pic {
	height: auto;
}
.customizedPage .courseList li .text {
	height: 50px;
	line-height: 50px;
	padding: 0 6px;
	font-size: 16px;
}
.cooperationPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.cooperationPage .joinBox .content {
	margin-top: 30px;
}
.cooperationPage .joinBox .content .article {
	width: 100%;
	float: none;
}
.cooperationPage .joinBox .content .phone {
	max-width: 360px;
	width: 100%;
	float: none;
	margin: 40px auto 0 auto;
}
.cooperationPage .joinBox .content .phone .txt {
	font-size: 22px;
	line-height: 40px;
	padding-top: 60px;
}
.cooperationPage .partnerList{
	max-width: 600px;
	margin: 0 auto;
}
.cooperationPage .partnerList li {
	width: 100%;
	margin-bottom: 14px;
}
.cooperationPage .partnerList 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);
}
.cooperationPage .partnerList li a:hover .more {
	padding-right: 26px;
}
.cooperationPage .partnerList li .text {
	padding: 14px;
}
.cooperationPage .partnerList li .text .tit {
	line-height: 24px;
	font-size: 16px;
}
.cooperationPage .partnerList li .text .line1 {
	margin: 16px 0;
}
.cooperationPage .partnerList li .text .txt {
	height: 88px;
	line-height: 22px;
	font-size: 14px;
}
.cooperationPage .partnerList li .text .line2 {
	margin: 30px 0;
}
.cooperationPage .partnerList li .text .more {
	padding-right: 26px;
}
.cooperationPage .partnerDetails .title {
	padding-bottom: 20px;
}
.cooperationPage .partnerDetails .title .tit {
	font-size: 22px;
}
.cooperationPage .partnerDetails .title .share {
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
}
.cooperationPage .partnerDetails .title .share span {
	margin-right: 10px;
}
.cooperationPage .partnerDetails .title .share .bdsharebuttonbox a {
	margin: 0 15px 0 0 ;
}
.cooperationPage .partnerDetails .article {
	margin: 30px auto;
}
.cooperationPage .partnerDetails .article .tit {
	font-size: 16px;
}
.cooperationPage .partnerDetails .around {
	padding-top: 20px;
}
.reviewPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.reviewPage .activityPhotos {
	background: none;
}
.reviewPage .activityPhotos .box {
	float: none;
	margin: 0 auto 30px auto;
}
.reviewPage .activityPhotos .box:nth-child(even) {
	float: none;
}
.reviewPage .activityPhotos .box .pic {
	height: auto;
}
.reviewPage .activityPhotos .box .p1 {
	font-size: 18px;
	margin-top: 10px;
}
.reviewPage .activityPhotos .box .p3,
.reviewPage .activityPhotos .box .p2 {
	font-size: 14px;
	margin-top: 10px;
}
.reviewPage .activityPhotos .box .p3 {
	margin-top: 4px;
}
.reviewPage .activityPhotos .box .see {
	width: 140px;
	height: 44px;
	line-height: 44px;
	margin: 12px auto 0 auto;
	font-size: 14px;
	text-indent: 30px;
	background: url(../images/activityPhotos_see1.png) no-repeat 22px center;
}
.reviewPage .activityPhotos .box .see:hover {
	background: url(../images/activityPhotos_see1.png) no-repeat 22px center;
	color: #b5986f;
}
.reviewPage .photosList{
	max-width: 800px;
	margin: 0 auto;
}
.reviewPage .photosList figure {
	width: 50%;
	margin: 0 0 14px 0;
	padding: 0 5px 0 0;
	box-sizing: border-box;
}
.reviewPage .photosList figure:nth-child(even) {
	padding: 0 0 0 5px;
}
.reviewPage .photosList figure: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);
}
.reviewPage .photosList figure:hover .text figcaption {
	color: #000;
}
.reviewPage .photosList figure a {
	height: auto;
}
.reviewPage .photosList figure .text {
	padding: 12px;
}
.reviewPage .photosList figure .text .date {
	font-size: 14px;
}
.reviewPage .photosList figure .text figcaption {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin-top: 4px;
}
.reviewPage .photosList .paging {
	margin-top: 20px;
}
.reviewPage .videobox {
	padding: 0;
}
.reviewPage .videobox .next,
.reviewPage .videobox .prev {
	display: none;
}
.reviewPage .videobox .swiper-container {
	padding-bottom: 40px;
}
.reviewPage .videobox .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
.reviewPage .videobox .swiper-container .swiper-slide .icon {
	width: 100%;
	height: 60px;
}
.reviewPage .videobox .popupVideo {
	max-width: 800px;
	width: 90%;
}
.reviewPage .evaluation .swiper-container {
	padding-bottom: 40px;
}
.reviewPage .evaluation .swiper-container .swiper-button-next,
.reviewPage .evaluation .swiper-container .swiper-button-prev {
	width: 40px;
	height: 40px;
	bottom: 150px;
}
.reviewPage .evaluation .swiper-container .swiper-button-prev:hover {
	background-image: url(../images/arrow16.gif);
}
.reviewPage .evaluation .swiper-container .swiper-button-next {
	background-image: url(../images/arrow17.gif);
}
.reviewPage .evaluation .swiper-container .swiper-button-next:hover {
	background-image: url(../images/arrow17.gif);
}
.reviewPage .evaluation .swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
.reviewPage .evaluation .swiper-container .swiper-slide {
	padding-top: 80px;
}
.reviewPage .evaluation .swiper-container .swiper-slide .cont {
	padding: 100px 12px 24px 12px;
}
.reviewPage .evaluation .swiper-container .swiper-slide .pic {
	width: 160px;
	height: 160px;
}
.reviewPage .evaluation .swiper-container .swiper-slide .name {
	font-size: 18px;
}
.reviewPage .evaluation .swiper-container .swiper-slide .text {
	line-height: 26px;
	font-size: 14px;
	margin-top: 10px;
}












}/*手机版css*/
