/*--å…¬å…±éƒ¨åˆ†--*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	cursor: pointer;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button,
img {
	padding: 0;
	margin: 0;
	/* font-weight: 400; */
}

p {
	margin: 0px;
	padding: 0px;
}

body,
button,
input,
select,
textarea {
	font-family: 'æ€æºé»‘ä½“' !important;
	color: #333;
}

img {
	border: 0px;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s;
}

a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
	cursor: pointer;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input,
textarea,
select {
	outline: none;
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea {
	outline-style: none;
	-webkit-appearance: none;
	resize: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}

/* .bd_weixin_popup, .content-box { -webkit-box-sizing: content-box; box-sizing: content-box; } */

.clearfix:after {
	display: block;
	content: " ";
	clear: both;
	background-color: #0071b8;
}

.clearfix {
	*zoom: 1;
}

.removeStyle {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.removeStyle li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.removeStyle dd {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.removeStyle dt {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/* å­—ä½“å›¾æ ‡ */
.iconfont {
	color: inherit;
	font-size: inherit;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	/* æ–‡å­—æŠ—é”¯é½¿ */
	-moz-osx-font-smoothing: grayscale;
	/* æ–‡å­—æŠ—é”¯é½¿ */
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.commonweb {
	width: 100%;
	padding: 0px 20px;
}

.commonwebbox {
	margin-left: 0px;
	margin-right: 0px;
}

.commonleft {
	float: none;
}

.commonright {
	float: none;
}

.visible-sm,
.visible-md,
.visible-lg {
	display: none;
}

.hidden-sm,
.hidden-md,
.hidden-lg {
	display: block;
}

body {
	padding-top: 60px !important;
	position: relative;
	-webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	left: 0px;
}

.header {
	background: #fff;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	-webkit-transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: left 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	left: 0px;
	z-index: 99;
	border-bottom: 1px solid #F4F4F4;
}

.header .commonMain {
	width: 100%;
	margin: 0px auto;
	padding: 0px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .logo {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.header .logo img {
	height: 25px;
}

.header .logo .transparent {
	display: none;
}

.header .logo .colour {
	display: block;
}

.header .navBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .navBox .navList {
	background: #FAFAFA;
	display: none;
	position: fixed;
	width: 260px;
	right: -260px;
	top: 0px;
	bottom: 0px;
	padding: 50px 0px 0px;
	overflow-y: auto;
	-webkit-transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: right 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list {
	position: relative;
	border-top: 1px solid #eff1f3;
}

.header .navBox .navList .list h3 a {
	padding: 0px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 50px;
	font-size: 15px;
	position: relative;
	color: #333;
	font-weight: normal;
}

.header .navBox .navList .list h3 a::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #D8D8D8;
	margin-right: 15px;
}

.header .navBox .navList .list.cur {
	background: #fff;
}

.header .navBox .navList .list.cur h3 a::before {
	background: #666;
	border-color: #666;
}

.header .navBox .navList .closeNavText a {
	visibility: hidden;
}

.header .navBox .haderOther {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .navBox .haderOther .searchBox {
	margin-left: 11px;
	position: relative;
}

.header .navBox .haderOther .searchBox .searchBtn {
	display: block;
	width: 21px;
	color: #0071b8;
	font-size: 22px;
}

.header .navBox .haderOther .langBox {
	margin-left: 11px;
	position: relative;
}

.header .navBox .haderOther .langBox:hover .popup {
	opacity: 1;
	visibility: visible;
}

.header .navBox .haderOther .langBox .langBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0071b8;
	font-size: 20px;
}

.header .navBox .haderOther .langBox .langBtn i {
	display: block;
	width: 0px;
	height: 0px;
	border: 4px solid #0071b8;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	margin-left: 5px;
	margin-top: 2px;
}

.header .navBox .haderOther .langBox .popup {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 3px 0px;
	border-radius: 5px;
	box-shadow: 0 0 6px #D8D8D8;
	transition: all .4s ease;
	opacity: 0;
	visibility: hidden;
}

.header .navBox .haderOther .langBox .popup::after {
	position: absolute;
	left: 50%;
	top: -10px;
	width: 0px;
	height: 0px;
	border: 5px solid #ffffff;
	border-bottom-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	transform: rotate(180deg) translateX(50%);
	content: "";
	display: block;
}

.header .navBox .haderOther .langBox .popup a {
	font-size: 13px;
	color: #333333;
	line-height: 28px;
	padding: 0px 10px;
	transition: all .4s ease;
}

.header .navBox .haderOther .langBox .popup a:hover {
	color: #0071b8;
}

.header .navBox .haderOther .navbtn {
	color: #0071b8;
	width: 26px;
	position: relative;
	cursor: pointer;
	margin-left: 15px;
	font-size: 26px;
}

.header .searchformMain {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
}

.header .searchformMain .searchform {
	background: #fff;
	padding: 10px 0px 30px;
	position: relative;
	z-index: 99;
	-webkit-transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
	transition: opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
	opacity: 0;
	-webkit-transform: translate3d(0px, -100%, 1px);
	transform: translate3d(0px, -100%, 1px);
}

.header .searchformMain .searchform form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1080px;
	margin: 0px auto;
	border-bottom: 2px solid #595959;
	width: 100%;
	padding: 20px 0px;
	position: relative;
}

.header .searchformMain .searchform form input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0px 15px;
	font-size: 14px;
	color: #333;
	line-height: inherit;
	vertical-align: middle;
}

.header .searchformMain .searchform form button {
	left: 0px;
	font-size: 20px;
	height: 100%;
	top: 0px;
	background: none;
	border: none;
	cursor: pointer;
}

.header .searchformMain .searchform form .closeSearch {
	cursor: pointer;
	right: 0px;
	top: 0px;
	height: 100%;
	font-size: 20px;
	color: #333;
}

.header .searchformMain .search_mask {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.header .searchformMain.admission .searchform {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.admissionheader {
	left: -260px;
}

.admissionheader .navBox .navList {
	right: 0px;
}

.hideScroll {
	overflow: hidden;
}

.admissionBody {
	left: -260px;
}

.header .navBox .navList .list .subNavBtn {
	position: absolute;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-webkit-justify-content: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45%;
	height: 50px;
	top: 0px;
	right: 0px;
	padding-right: 25px;
}

.header .navBox .navList .list .subNavBtn i {
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
}

.header .navBox .navList .list .subNavBtn i::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #474747;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}

.header .navBox .navList .list .subNavBtn i::before {
	content: '';
	width: 2px;
	height: 100%;
	background: #474747;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1px;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list .subNavMain {
	display: none;
}

.header .navBox .navList .list .subNavMain .threeNavBox {
	display: none;
}

.header .navBox .navList .list .subNavMain .subNavList {
	position: relative;
}

.header .navBox .navList .list .subNavMain .subNavList>a {
	padding: 15px 25px;
	border-top: 1px solid #EBEBEB;
	background: #f6f6f6;
	display: block;
}

.header .navBox .navList .list .subNavMain .subNavList>a::before {
	margin-right: 10px;
}

.header .navBox .navList .list .subNavMain .subNavList .mThreeNav {
	display: none;
}

.header .navBox .navList .list.active h3 {
	background: #ebebeb;
}

.header .navBox .navList .list.active h3 a::before {
	background: #666;
	border-color: #666;
}

.header .navBox .navList .list.active .subNavBtn i::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn {
	position: absolute;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-webkit-justify-content: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40%;
	height: 45px;
	top: 0px;
	right: 0px;
	padding-right: 25px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i {
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #474747;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::before {
	content: '';
	width: 2px;
	height: 100%;
	background: #474747;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1px;
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a {
	display: block;
	padding: 15px 50px;
	border-top: 1px solid #EBEBEB;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a::before {
	margin-right: 10px;
}

.header .navBox .navList .list .subNavMain .subNavBox .subNavList.active1 .threeNavBtn i::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header .tel {
	margin-left: 3vw;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.header .tel1 {
	color: #0071b8;
}

.commonMore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border: 2px solid #fff;
	color: #fff;
	font-size: 12px;
	height: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	padding: 0px 15px;
	width: 120px;
}

.commonMore i {
	font-size: 12px;
}

.commonMore:hover {
	background-color: #0071b8;
	color: #fff;
	border-color: #0071b8;
}

.coverImg {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	transition: all 1s ease;
	display: none;
}

.coverImg.active {
	opacity: 0;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	pointer-events: none;
}

.coverImg img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerBox {
	position: relative;
	overflow: hidden;
}

.bannerBox .banner {
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100%;
}

.bannerBox .banner .imgBox {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.bannerBox .banner .imgBox img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerBox .banner .imgBox video {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerBox .banner .bannerText {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
}

.bannerBox .banner .bannerText .title {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.bannerBox .banner .bannerText .desc {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
	padding-top: 10px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.bannerBox .banner .bannerText p {
	font-size: 16px;
	line-height: 1.2;
	color: #fff;
	font-weight: normal;
	padding-top: 10px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.bannerBox .banner .bannerText .more {
	padding-top: 20px;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.bannerBox .banner .bannerText .more .commonMore {
	pointer-events: all;
}

.bannerBox .banner .swiper-button-prev,
.bannerBox .banner .swiper-button-next {
	/*display: none;*/
	color: #ffffff;
}

.bannerBox .banner .bannerPageBox {
	position: absolute;
	left: 0px;
	width: 100%;
	z-index: 20;
	bottom: 50px;
	text-align: center;
}

.bannerBox .banner .bannerPageBox span {
	width: 36px;
	height: 36px;
	opacity: 1;
	background: none;
	position: relative;
}

.bannerBox .banner .bannerPageBox span::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 4px;
	height: 4px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #fff;
}

.bannerBox .banner .bannerPageBox span::before {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 36px;
	height: 36px;
	background-image: url(../images/img_13.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerBox .banner .bannerPageBox span.swiper-pagination-bullet-active::after {
	width: 8px;
	height: 8px;
}

.bannerBox .banner .bannerPageBox span.swiper-pagination-bullet-active::before {
	content: '';
	-webkit-animation: rotate 3s linear infinite;
	animation: rotate 3s linear infinite;
}

.bannerBox .banner .swiper-slide-active .bannerText .title {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.bannerBox .banner .swiper-slide-active .bannerText .desc {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.bannerBox .banner .swiper-slide-active .bannerText p {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.bannerBox .banner .swiper-slide-active .bannerText .more {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.m-bannerBox{
    display: none;
}
.pc-bannerBox{
    display: block;
}



.footerMain .line {
	height: 2px;
	background: #0071b8;
	/* position: relative; */
}

.footerMain {
	border-top: 1px solid #0071b8;
}

.footerMain .footBrand {
	padding-top: 40px;
	display: none;
}

.footerMain .footBrand .title {
	font-size: 15px;
	color: #010101;
}

.footerMain .footBrand .footBrandList {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footerMain .footBrand .footBrandList .list {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	position: relative;
}

.footerMain .footBrand .footBrandList .list::after {
	content: '';
	width: 1px;
	height: 35px;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #e5e5e8;
	position: absolute;
}

.footerMain .footBrand .footBrandList .list img {
	height: 45px;
}

.footerMain .footBrand .footBrandList .list:first-child {
	text-align: left;
}

.footerMain .footBrand .footBrandList .list:last-child {
	text-align: right;
}

.footerMain .footBrand .footBrandList .list:last-child:after {
	display: none;
}

.footerMain .footClassBox {
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* border-top: 1px solid #e5e5e8; */
	margin-top: 50px;
	/* padding-top: 50px; */
}

.footerMain .footClassBox .footClass {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 70%;
}

.footerMain .footClassBox .footClass .list h3 {
	font-size: 15px;
	padding-bottom: 10px;
}

.footerMain .footClassBox .footClass .list h3 a {
	color: rgba(0, 0, 0, 0.95);
}

.footerMain .footClassBox .footClass .list p a {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: rgba(123, 123, 123, 0.8);
}

.footerMain .footClassBox .footClass .list p a:hover {
	color: #000;
}

.footerMain .footClassBox .footQrcode {
	width: 87px;
	margin-left: 190px;
}

.footerMain .footClassBox .footQrcode img {
	width: 100%;
	display: block;
}

.footerMain .footClassBox .footQrcode p {
	padding-top: 15px;
	font-size: 12px;
	text-align: center;
	color: #363636;
}

.footerMain .foot {
	margin-top: 0px;
	padding: 20px 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.footerMain .foot .copyright {
	font-size: 12px;
	color: #282828;
}

.footerMain .foot .link {
	display: none;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footerMain .foot .link a {
	margin-left: 15px;
}

.footerMain .foot a {
	color: #282828;
}

.footerMain .foot_contact {
	width: 18vw;
	margin-left: 8vw;
}

.footerMain .foot_contact .foot_tel {
	background: url(../images/dianhua.png) no-repeat left;
	padding-left: 60px;
	margin-bottom: 15px;
}

.footerMain .foot_contact .foot_tel h3 {
	font-size: 22px;
	line-height: 28px;
}

.footerMain .foot_contact p {
	font-size: 16px;
	line-height: 32px;
}

.index4 .aboutusNumber {
	margin-top: .46875vw;
	padding: 1.5625vw 0 0;

	background: url('../images/mapBg.png') no-repeat center;
}

.index4 .aboutusNumber ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.index4 .aboutusNumber ul li {
	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;

	width: 16.66%;
	height: 7.29167vw;
	margin: .78125vw 0;

	text-align: center;

	border-right: 1px solid #e3e8ec;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
}

.index4 .aboutusNumber ul li:last-child {
	border-right: none;
}

.index4 .aboutusNumber ul li::after {
	position: absolute;
	bottom: -.78125vw;
	left: 0;

	display: block;

	width: 100%;
	height: 1px;

	content: '';

	background-color: #e3e8ec;
}

.index4 .aboutusNumber ul li:nth-child(4n+7) {
	border-right: 0;
}

.index4 .aboutusNumber ul li:nth-last-child(-n+7)::after {
	display: none;
}

.index4 .aboutusNumber ul li b {
	font-size: 1.5vw;
	font-weight: bold;

	color: #333;
}

.index4 .aboutusNumber ul li p {
	font-size: .72917vw;

	margin-top: .10417vw;
	margin-bottom: .78125vw;

	color: #898989;
}

.index2 {
	overflow: hidden;
	background-color: #F7F7F7;
	padding-top: 80px;
}

.teacherPic {
	height: 600px;
	background: url(../images/sirendingzhi1.jpg) no-repeat;
	margin: 40px auto 0 auto;
}

.teacherPic .content {
	width: 20%;
	height: 600px;
	float: left;
	position: relative;
	overflow: hidden;
}

.teacherPic .content .txt {
	width: 100%;
	height: 100px;
	background: rgba(18, 21, 44, 0.5);
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 0 25px;
	/* border-top: 2px solid #FFE000; */
	font-family: "å¾®è½¯é›…é»‘";
	font-size: 14px;
	line-height: 30px;
}

.teacherPic .content .txt h3 {
	color: #FFC200;
	font-size: 24px;
	font-weight: 600;
	margin: 10px 0 6px 0;
}

.teacherPic h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	height: 40px;
	font-weight: 400;
}

.teacherPic .content .txt p {
	color: #fff;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #FFC200;
	font-family: "å¾®è½¯é›…é»‘";
	display: none;
}

.ys-tit .ys-b {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	text-align: center;
}

.ys-tit .ys-p {
	font-size: 20px;
	color: #333333;
	line-height: 40px;
	text-align: center;
}

.m_ys {
	display: none;
}

/* 右侧悬浮 */
.side {
	position: fixed;
	width: 78px;
	right: 0;
	top: 50%;
	margin-top: 50px;
	z-index: 100;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-bottom: 0
}

.side ul li {
	width: 78px;
	height: 78px;
	float: left;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	transition: all .3s;
	cursor: pointer
}

.side ul li:hover {
	background: #0071b8;
	color: #fff
}

.side ul li:hover a {
	color: #fff
}

.side ul li i {
	height: 25px;
	margin-bottom: 1px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 25px;
	margin-top: 14px;
	transition: all .3s
}

.side ul li i.bgs1 {
	background-image: url(../images/right_pic5.png)
}

.side ul li i.bgs2 {
	background-image: url(../images/right_pic7.png)
}

.side ul li i.bgs3 {
	background-image: url(../images/right_pic2.png)
}

.side ul li i.bgs4 {
	background-image: url(../images/right_pic1.png)
}

.side ul li i.bgs5 {
	background-image: url(../images/right_pic3.png)
}

.side ul li i.bgs6 {
	background-image: url(../images/right_pic6_on.png)
}

.side ul li:hover i.bgs1 {
	background-image: url(../images/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
	background-image: url(../images/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
	background-image: url(../images/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
	background-image: url(../images/right_pic1_on.png)
}

.side ul li:hover i.bgs5 {
	background-image: url(../images/right_pic3_on.png)
}

.side ul li .sidebox {
	position: absolute;
	width: 78px;
	height: 78px;
	top: 0;
	right: 0;
	transition: all .3s;
	overflow: hidden
}

.side ul li.sidetop {
	background: #0071b8;
	color: #fff
}

.side ul li.sidetop:hover {
	opacity: .8;
	filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBox.son {
	width: 200px;
	display: none;
	color: #363636;
	text-align: center;
	padding-top: 200px;
	position: absolute;
	left: -200px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e0e0e0
}

.side ul li.sideetel .telBox.son {
	width: 200px;
	height: 180px;
	display: none;
	color: #fff;
	text-align: left;
	position: absolute;
	left: -200px;
	top: -79px;
	background: #0071b8
}

.side ul li.sideetel .telBox dd {
	display: block;
	height: 90.5px;
	overflow: hidden;
	padding-left: 52px;
	line-height: 24px;
	font-size: 18px;
}

.side ul li.sideetel .telBox dd span {
	display: block;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	margin-top: 18px;
	font-size: 18px
}

.side ul li.sideetel .telBox dd.bgs1 {
	background: url(../images/right_pic8.png) 8px center no-repeat;
	background-color: #0081d1
}

.side ul li.sideetel .telBox dd.bgs2 {
	background: url(../images/right_pic9.png) 8px center no-repeat
}

.side ul li:hover .son {
	display: block !important;
	animation: fadein 1s
}
@keyframes fadein {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/* 案例开始 */
.productsBg .box {
	margin-bottom: 40px;
	display: flow-root;
}

.productsBg .box .tit-index b {
	font-size: 36px;
	font-weight: bold;
}

.productsBg .box .more {
	display: block;
	width: 100px;
	height: 40px;
	border: 1px solid #bbb;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	border-radius: 500px;
}

.productsBg .box .more:hover {
	border: 1px solid #005bad;
	background: #005bad;
	color: #fff;
	transition: all .3s;
}

.productsBg {
	padding: 5.208vw 0vw 5.813vw;
	background: rgba(246, 246, 246, .31)
}

.productsBg .card-fouth {}

.productsBg .card-fouth .sub-title {
	margin-bottom: 32px;
	text-align: center;
	font-size: 40px;
	color: #333
}

.productsBg .card-fouth .desc.desc-list {
	font-size: 0;
	color: #3a3a3a;
	font-weight: 200;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 45px;
	white-space: nowrap;
	overflow: hidden;
	text-align: center
}

.productsBg .card-fouth .industry {
	font-size: 20px;
	color: #999;
	padding: 15px 0;
	display: inline-block;
	border-bottom: 1px solid hsla(0, 0%, 85%, .4);
	width: 120px
}

.productsBg .card-fouth .industry.first {
	padding-left: 0
}

.productsBg .card-fouth .industry.last {
	padding-right: 0
}

.productsBg .card-fouth .industry.active {
	padding-bottom: 14px
}

.productsBg .card-fouth .industry span {
	font-family: PingFang SC;
	font-weight: 400
}

.productsBg .card-fouth .industry.active span {
	font-size: 28px;
	font-weight: 700;
	color: #2267fa;
	border-bottom: 5px solid #2267fa;
	padding-bottom: 5px;
	font-weight: 500
}

.productsBg .card-fouth .case-container {
	position: relative;
	margin: 0 auto;
	height: 480px;
}

.productsBg .card-fouth .case-panel {
	position: absolute;
	z-index: 1;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.productsBg .card-fouth .case-panel.active {
	z-index: 100;
	opacity: 1;
	-webkit-transition: all .2s ease-out .1s;
	transition: all .2s ease-out .1s
}

.productsBg .swiper-button-prev,
.productsBg .swiper-button-next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: none;
	width: 2.8333vw;
	height: 2.8333vw;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 1.1667vw;
	color: #fff;
	transition: all .5s ease;
}

.productsBg .swiper-button-prev:hover,
.productsBg .swiper-button-next:hover {
	border-color: #0071b8;
	background-color: #0071b8;
	text-align: center;
}

.productsBg .productsMain {
	overflow: hidden;
}



/* 新闻资讯开始 */
.index5 {
	background: #edf0f4;
	/* overflow: hidden; */
	padding: 100px 0;

}


.index5 .box-h .txt .more {
	display: block;
	width: 125px;
	height: 45px;
	border-radius: 5px;
	background: #005bad;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}

.index5 .box-h .txt .more:hover {
	background: #f09800;
	transition: all .3s;
}

.index5 .box-h .txt .more {
	display: block;
	width: 125px;
	height: 45px;
	border-radius: 5px;
	background: #005bad;
	font-size: 14px;
	color: #fff;
	line-height: 45px;
	text-align: center;
}
.index5 .box {
	margin-bottom: 40px;
	display: flow-root;
}

.index5 .box .tit-index b {
	font-size: 36px;
	font-weight: bold;
}

.index5 .box .more {
	display: block;
	width: 100px;
	height: 40px;
	border: 1px solid #bbb;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	border-radius: 500px;
}

.index5 .box .more:hover {
	border: 1px solid #005bad;
	background: #005bad;
	color: #fff;
	transition: all .3s;
}

.index5 .box-h {
	width: 34%;
}

.index5 .box-c {
	width: 64.6%;
}

.index5 .box-h .imgfd {
	max-height: 258px;
	overflow: hidden;
}

.index5 .box-h .txt {
	background: #fff;
	padding: 30px;
}

.index5 .box-h .txt .date {
	color: #f09800;
	font-size: 14px;
	font-family: 'Lato';
	margin-bottom: 15px;
}

.index5 .box-h .txt .date b {
	font-size: 28px;
	padding-right: 5px;
}

.index5 .box-h .txt h3 {
	font-size: 20px;
	color: #333;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}

.index5 .box-h .txt .des {
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	margin: 15px 0 30px;
	color: #666;
	font-size: 14px;
}

.index5 .box-h .txt:hover h3 {
	color: #005bad;
	transition: all .3s;
}

.index5 .tab {
	background: #fff;
	padding: 30px;
}

.index5 .box-c .tab-hd {
	width: 20%;
	border-right: 2px solid #ddd;
	box-sizing: border-box;
	height: 495px;
}

.index5 .box-c .tab-hd li {
	cursor: pointer;
	height: 75px;
	line-height: 75px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	max-width: 84%;
}

.index5 .box-c .tab-hd li span {
	font-size: 16px;
	color: #333;
	display: block;
	padding: 0 20px 0 14px;
}

.index5 .box-c .tab-hd li span i {
	display: none;
}

.index5 .box-c .tab-hd li.active span {
	color: #f09800;
}

.index5 .box-c .tab-hd li.active span i {
	display: block;
}

.index5 .box-c .tab-hd img {
	margin-top: 35px;
	max-width: 84%;
}

.index5 .box-c .tab-bd {
	width: 80%;
}

.index5 .box-c .tab-bd li {
	display: none;
	width: 100%;
}

.index5 .box-c .tab-bd li.thisclass {
	display: list-item;
}

.index5 .box-c .tab-bd li dl {
	padding: 0 38px;
}

.index5 .box-c .tab-bd li dt {
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 54px;
	line-height: 54px;
	overflow: hidden;
}

.index5 .box-c .tab-bd li dt p {
	display: block;
	background: url(../images/index5-ic.png) no-repeat left;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	height: 54px;
}

.index5 .box-c .tab-bd li dt span {
	font-size: 14px;
	color: #666;
}

.index5 .box-c .tab-bd li dt:hover p {
	color: #005bad;
	transition: all .3s;
	background: url(../images/index5-ic2.png) no-repeat left;
}



/* 产品中心 */
.index3 {
	background: url(../images/93186752_1702966259.jpg);
	padding: 100px 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.index3 .box {
	margin-bottom: 40px;
	display: flow-root;
	position: relative;
}

.index3 .box .tit-index {
	color: #fff;
	width: 40%;
}

.index3 .box .tit-index b {
	font-size: 36px;
	font-weight: bold;
}

.index3 .box .tit-index P span {
	line-height: 40px;
}

.index3 .box .more {
	display: block;
	width: 100px;
	height: 40px;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 500px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.index3 .box .more:hover {
	border: 1px solid #005bad;
	background: #005bad;
	color: #fff;
	transition: all .3s;
}

.index3 .box .nav_pro {
	width: 50%;
	position: absolute;
	right: 120px;
	top: 50%;
	transform: translateY(-50%);
}

.index3 .box .nav_pro li {
	float: left;
	width: 13%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-right: #ffffff 1px solid;
}

.index3 .box .nav_pro li:last-child {
	border-right: none;
}

.index3 .box .nav_pro li a {
	color: #ffffff;
	transition: 0.5s;
}

.index3 .box .nav_pro li:hover a {
	font-size: 18px;
	transition: 0.5s;
}

.index3 .swiper-slide-center {
	position: relative;
}

.index3 .swiper-slide p {
	background: url(../images/actTextBg.png) repeat-x;
	width: 100%;
	height: 70px;
	left: 0;
	bottom: 0;
	line-height: 70px;
	text-align: center;
	position: absolute;
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 5px;
	display: none;
}

.index3 .swiper-slide-active {
	/* padding: 5px; */
}

.index3 .swiper-slide-active p {
	display: block;
}

.index3 .layer-mask {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	transition: all 0.5s;
	background-color: #3e3e3e;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}

.index3 .swiper-slide-active .layer-mask {
	display: none;
}

/* 关于我们 */

.index4 {
	padding: 100px 0;
	position: relative;
	background: url(../images/j18.jpg) center no-repeat;
	background-size: cover;
}

.aboutbox {
	position: relative;
}

.index4 .text {
	width: 43%;
	float: left;
	padding: 25px 0 35px 0;
}

.index4 .text .H4 {
	font-size: 28px;
	color: #0071b8;
	text-transform: uppercase;
	font-weight: 300;
	font-family: Arial;
}

.index4 .text .bold {
	font-weight: bolder;
}

.index4 .text .thin {
	font-weight: normal;
}

.index4 .text .H5 {
	font-size: 30px;
	color: #313131;
	padding: 10px 0 20px 0;
	position: relative;
	font-weight: blod !important;
}

.index4 .text .H5::after {
	width: 40px;
	height: 1px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #666666;
	opacity: .3;
}

.index4 .text .p {
	font-size: 16px;
	color: #707070;
	line-height: 34px;
	margin: 30px 0;
	padding-bottom: 2vw;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	display: -webkit-box;
	/* -webkit-line-clamp: 5;
	-webkit-box-orient: vertical; */
	text-indent: 30px;
}

.more2 {
	display: block;
	width: 163px;
	height: 38px;
	line-height: 38px;
	background-color: #0071b8;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-bottom: 1vw;
}

.more2:hover {
	background-color: transparent;
	border: 1px solid #0071b8;
	color: #0071b8;

}

.index4 .text .ab_fl_box {
	width: 100%;
	/* background-color: #ffffff; */
}

.index4 .text .ab_fl_box li {
	width: 25%;
	height: 4vw;
	float: left;
	line-height: 4vw;
}

.index4 .text .ab_fl_box li a {
	width: 100%;
	height: 100%;
	display: block;
}

.index4 .text .ab_fl_box li a {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 16px;

}

.index4 .text .ab_fl_box li a span {
	transition: 0.5s;
}

.index4 .text .ab_fl_box li a:hover span {
	margin-left: 0.5vw;
	transition: 0.5s;
	color: #0071b8;
}

.videoR {
	position: absolute;
	top: 3vw;
	right: 0;
	width: 55%;
	padding: 0 0 2.7vw 4%;
	background: url(../images/p13.png) left bottom no-repeat;
	background-size: 93% 91.58%;
}

.videoR .pic {}

.videoR .playBtn {
	width: 90px;
	height: 90px;
	position: absolute;
	top: 37.98%;
	left: 2%;
	cursor: pointer;
}

.videoR .pc-playBtn {
	display: block;
}

.videoR .m-playBtn {
	display: none;
}

.videoBox {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.videoBox2 {
	width: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.videoBox2 .aboutVideo {
	display: block;
	width: 100%;
	min-height: 10px;
	background: #000;
}

.videoBox2 .close3 {
	width: 25px;
	height: 25px;
	position: absolute;
	top: -15px;
	right: -15px;
}

#toolbar,
#wxnr,
#weixin {
	display: none;
}

@media (max-width: 320px) {
	body {
		min-width: 320px;
	}
}

@media (min-width: 768px) {
	.commonweb {
		padding: 0px 20px;
	}

	.commonwebbox {
		margin-left: -10px;
		margin-right: -10px;
	}

	.commonweb {
		margin: 0px auto;
		max-width: 84.375vw;
		overflow: hidden;
	}

	.header .commonMain {
		padding: 0vw 3.125vw;
	}

	.header .searchformMain .searchform {
		padding: 0.625vw 0vw 3.125vw;
	}

	.header .searchformMain .searchform form {
		padding: 2.8125vw 0vw;
	}

	.header .searchformMain .searchform form input {
		margin: 0vw 1.875vw;
		font-size: 1.125vw;
	}

	.pcImg {
		display: block;
	}

	.mImg {
		display: none;
	}

	.header .searchformMain .searchform form button {
		font-size: 1.5vw;
	}

	.header .searchformMain .searchform form .closeSearch {
		font-size: 1.5vw;
	}

	.header .searchformMain .search_mask {
		background: rgba(0, 0, 0, 0);
	}

	.commonMore {
		font-size: 0.875vw;
		height: 3.25vw;
		-webkit-border-radius: 3.25vw;
		border-radius: 3.25vw;
		padding: 0vw 1.563vw;
		width: 10vw;
	}

	.commonMore i {
		font-size: 0.75vw;
	}

	.bannerBox .banner .bannerText .title {
		font-size: 1.125vw;
	}

	.bannerBox .banner .bannerText .desc {
		font-size: 3.438vw;
		padding-top: 1.25vw;
	}

	.bannerBox .banner .bannerText p {
		font-size: 1.3542vw;
		padding-top: 1.25vw;
	}

	.bannerBox .banner .bannerText .more {
		padding-top: 2.5vw;
	}

	.bannerBox .banner .bannerPageBox {
		bottom: 3.125vw;
		text-align: left;
	}

	.bannerBox .banner .bannerPageBox span {
		width: 2.25vw;
		height: 2.25vw;
	}

	.bannerBox .banner .bannerPageBox span::after {
		width: 0.25vw;
		height: 0.25vw;
	}

	.bannerBox .banner .bannerPageBox span::before {
		width: 2.25vw;
		height: 2.25vw;
	}

	.bannerBox .banner .bannerPageBox span.swiper-pagination-bullet-active::after {
		width: 0.5vw;
		height: 0.5vw;
	}

	.bannerBox .banner .swiper-button-prev,
	.bannerBox .banner .swiper-button-next {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background: none;
		width: 2.8333vw;
		height: 2.8333vw;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 1.1667vw;
		color: #fff;
		transition: all .5s ease;
	}

	.bannerBox .banner .swiper-button-prev:hover,
	.bannerBox .banner .swiper-button-next:hover {
		border-color: #0071b8;
		background-color: #0071b8;
		text-align: center;
	}

	.footerMain .line::after {
		width: 43.75vw;
	}

	.footerMain .footBrand {
		padding-top: 2.5vw;
		display: block;
	}

	.footerMain .footBrand .title {
		font-size: 0.938vw;
	}

	.footerMain .footBrand .footBrandList {
		margin-top: 1.875vw;
	}

	.footerMain .footBrand .footBrandList .list::after {
		height: 2.188vw;
	}

	.footerMain .footBrand .footBrandList .list img {
		height: 2.813vw;
	}

	.footerMain .footClassBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 3.125vw;
		/* padding-top: 3.125vw; */
	}

	.footerMain .footClassBox .footClass .list h3 {
		font-size: 0.938vw;
		padding-bottom: 0.625vw;
	}

	.footerMain .footClassBox .footClass .list p a {
		font-size: 0.875vw;
		line-height: -webkit-calc(30 / 14);
		line-height: calc(30 / 14);
	}

	.footerMain .footClassBox .footQrcode {
		width: 5.438vw;
		margin-left: 11.875vw;
	}

	.footerMain .footClassBox .footQrcode p {
		padding-top: 0.938vw;
		font-size: 0.75vw;
	}

	.footerMain .foot {
		margin-top: 3.125vw;
		padding: 2.188vw 0vw;
		border-top: 1px solid #e5e5e8;
		text-align: left;
	}

	.footerMain .foot .copyright {
		font-size: 0.75vw;
	}

	.footerMain .foot .link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.footerMain .foot .link a {
		margin-left: 0.938vw;
		font-size: .7292vw;
	}

	.commonPage {
		display: none;
	}
}

@media (min-width: 992px) {
	body {
		padding-top: 0vw !important;
	}

	.header .commonMain {
		padding: 0vw 2.6042vw;
	}

	.header {
		height: 5.7292vw;
		position: fixed;
		left: 0vw;
		top: 0vw;
		width: 100%;
		background: none;
		-webkit-transition: .8s ease;
		transition: .8s ease;
		border-bottom: 0px;
	}

	.header .logo img {
		height: 2.708vw;
	}

	.header .logo .transparent {
		display: block;
	}

	.header .logo .colour {
		display: none;
	}

	.header .navBox .haderOther .navbtn {
		display: none;
	}

	.header .navBox .navList {
		padding: 0vw;
		width: auto;
		right: 0vw;
		background: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		position: relative;
		padding: 0vw;
		position: relative;
		overflow: visible;
		top: 0vw;
	}

	.header .navBox .navList .list {
		margin-left: 2.6042vw;
		padding: 0vw;
		border-top: none;
	}

	.header .navBox .navList .list h3 a {
		line-height: 5.7292vw;
		font-size: 0.8333vw;
		padding: 0vw;
		color: #fff;
	}

	.header .navBox .navList1 .list h3 a {
		line-height: 5.7292vw;
		font-size: 0.8333vw;
		padding: 0vw;
		color: #333;
	}


	.header .navBox .navList .list h3 a::before {
		display: none;
	}

	.header .navBox .navList .list h3 a::after {
		bottom: 0vw;
		width: 0vw;
		height: 0.1042vw;
		background: #0071b8;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		content: '';
		position: absolute;
		-webkit-transition: .6s ease;
		transition: .6s ease;
	}

	.header .navBox .navList .list.cur {
		background: none;
	}

	.header .navBox .navList .list.cur h3 a {
		color: #0071b8;
	}

	.header .navBox .navList .list.cur h3 a::after {
		width: 100%;
	}

	.header .navBox .navList .list:hover h3 a {
		color: #0071b8;
	}

	.header .navBox .navList .list:hover h3 a::after {
		width: 100%;
	}

	.header .navBox .navList .list:first-child {
		margin-left: 0vw;
	}

	.header .navBox .navList .closeNavText {
		display: none;
	}

	.header .navBox .haderOther .searchBox {
		margin-left: 1.6146vw;
	}

	.header .navBox .haderOther .searchBox .searchBtn {
		color: #fff;
		width: 1.0938vw;
		font-size: 1.1979vw;
	}

	.header .navBox .haderOther1 .searchBox .searchBtn {
		color: #333;
	}

	.header .navBox .haderOther .langBox {
		margin-left: 1.5104vw;
	}

	.header .navBox .haderOther .langBox .langBtn {
		color: #fff;
		font-size: 1.0938vw;
	}

	.header .navBox .haderOther .langBox .langBtn i {
		border-width: .2604vw;
		border-top-color: #ffffff;
		margin-left: .5208vw;
		margin-top: .1563vw;
	}

	.header .navBox .haderOther .langBox .popup {
		top: 1.5625vw;
		padding: .1563vw 0px;
		border-radius: .2604vw;
	}

	.header .navBox .haderOther .langBox .popup a {
		font-size: .6771vw;
		line-height: 1.4583vw;
	}

	.header .searchformMain .searchform {
		padding: 0.5208vw 0vw 2.6042vw;
	}

	.header .searchformMain .searchform form {
		padding: 2.3438vw 0vw;
	}

	.header .searchformMain .searchform form input {
		margin: 0vw 1.5625vw;
		font-size: 0.9375vw;
	}

	.header .searchformMain .searchform form button {
		font-size: 1.25vw;
	}

	.header .searchformMain .searchform form .closeSearch {
		font-size: 1.25vw;
	}

	.headerbg {
		background: #fff;
	}

	.headerUp {
		transform: translateY(-100%);
	}

	.headerbg .logo .transparent {
		display: none;
	}

	.headerbg .logo .colour {
		display: block;
	}

	.headerbg .navBox .navList .list h3 a {
		color: #333;
	}

	.headerbg .navBox .haderOther .searchBox .searchBtn {
		color: #333;
	}

	.headerbg .navBox .haderOther .langBox .langBtn {
		color: #333;
	}

	.headerbg .navBox .haderOther .langBox .langBtn i {
		border-top-color: #333;
	}

	.headerbg .tel,
	.headerDownBg .tel {
		color: #0071b8;
	}

	.headerDownBg {
		background: #fff;
		border-bottom: 1px solid #F4F4F4;
	}

	.headerDownBg .logo .transparent {
		display: none;
	}

	.headerDownBg .logo .colour {
		display: block;
	}

	.headerDownBg .navBox .navList .list h3 a {
		color: #333;
	}

	.headerDownBg .navBox .haderOther .searchBox .searchBtn {
		color: #333;
	}

	.headerDownBg .navBox .haderOther .langBox .langBtn {
		color: #333;
	}

	.headerDownBg .navBox .haderOther .langBox .langBtn i {
		border-top-color: #333;
	}

	/* .headerDownBg2 { background: transparent; } */
	.headerDownBg2 .logo .transparent {
		display: none;
	}

	.headerDownBg2 .logo .colour {
		display: block;
	}

	.headerDownBg2 .navBox .navList .list h3 a {
		color: #333;
	}

	.headerDownBg2 .navBox .haderOther .searchBox .searchBtn {
		color: #333;
	}

	.headerDownBg2 .navBox .haderOther .langBox .langBtn {
		color: #333;
	}

	.headerDownBg2 .navBox .haderOther .langBox .langBtn i {
		border-top-color: #333;
	}

	.header .navBox .navList .list .subNavBtn {
		display: none;
	}

	.header .navBox .navList .list .subNavMain {
		position: absolute;
		min-width: 100%;
		left: -2.0833vw;
		overflow: hidden;
		max-height: 0vw;
		display: block;
	}

	.header .navBox .navList .list .subNavMain .subNavBox {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: #f9f9f9;
		white-space: nowrap;
		-webkit-border-radius: 0vw 0vw 0.5208vw 0.5208vw;
		border-radius: 0vw 0vw 0.5208vw 0.5208vw;
		overflow: hidden;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav {
		min-width: 10.4167vw;
		padding: 1.5625vw 0vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a {
		display: block;
		background: none;
		border: none;
		line-height: 2.0833vw;
		font-size: 0.8333vw;
		padding: 0vw 2.0833vw;
		position: relative;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a:hover::after {
		content: '';
		border-right: 0.4167vw solid transparent;
		border-top: 0.4167vw solid #0071b8;
		position: absolute;
		left: 0vw;
		top: 0vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList>a:hover {
		background: #e3e3e7;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1>a::after {
		content: '';
		border-right: 0.4167vw solid transparent;
		border-top: 0.4167vw solid #0071b8;
		position: absolute;
		left: 0vw;
		top: 0vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1>a {
		background: #e3e3e7;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .threeNavBtn {
		display: none;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .subNav .mThreeNav {
		display: none;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox {
		display: block;
		padding: 1.5625vw 0vw;
		position: relative;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox::before {
		content: '';
		width: 0.0521vw;
		height: 100%;
		position: absolute;
		left: 0vw;
		top: 0vw;
		background: #eae9f1;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav {
		min-width: 10.4167vw;
		display: none;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a {
		display: block;
		line-height: 2.0833vw;
		padding: 0vw 2.0833vw;
		font-size: 0.8333vw;
	}

	.header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a:hover {
		background: #e3e3e7;
	}

	.header .navBox .navList .list:hover .subNavMain {
		max-height: 52.0833vw;
		-webkit-transition: all .8s ease-in-out;
		transition: all .8s ease-in-out;
	}

	.header .navBox .navList .list .subNavMain .subNavList>a::before {
		display: none;
	}

	.coverImg {
		display: block;
	}

	.commonweb {
		padding: 0px 10px;
	}

	.commonwebbox {
		margin-left: -10px;
		margin-right: -10px;
	}

	.commonleft {
		float: left;
	}

	.commonright {
		float: right;
	}
}

@media (min-width: 1200px) {
	.indexTitle {
		font-size: 2.5vw;
	}
	.commonMore {
		font-size: 0.729vw;
		height: 2.708vw;
		-webkit-border-radius: 2.708vw;
		border-radius: 2.708vw;
		padding: 0vw 1.302vw;
		width: 8.333vw;
	}

	.commonMore i {
		font-size: 0.625vw;
	}

	.bannerBox .banner .bannerText .title {
		font-size: 0.938vw;
	}

	.bannerBox .banner .bannerText .desc {
		font-size: 2.865vw;
		padding-top: 1.042vw;
	}

	.bannerBox .banner .bannerText p {
		font-size: .8333vw;
		padding-top: 1.042vw;
	}

	.bannerBox .banner .bannerText .more {
		padding-top: 2.083vw;
	}

	.bannerBox .banner .swiper-button-prev {
		left: 2.6042vw;
	}

	.bannerBox .banner .swiper-button-next {
		right: 2.6042vw;
	}

	.bannerBox .banner .swiper-button-prev,
	.bannerBox .banner .swiper-button-next {
		width: 2.5vw;
		height: 2.5vw;
		font-size: .8333vw;
	}

	.bannerBox .banner .bannerPageBox {
		bottom: 2.604vw;
	}

	.bannerBox .banner .bannerPageBox span {
		width: 1.875vw;
		height: 1.875vw;
	}

	.bannerBox .banner .bannerPageBox span::after {
		width: 0.208vw;
		height: 0.208vw;
	}

	.bannerBox .banner .bannerPageBox span::before {
		width: 1.875vw;
		height: 1.875vw;
	}

	.bannerBox .banner .bannerPageBox span.swiper-pagination-bullet-active::after {
		width: 0.417vw;
		height: 0.417vw;
	}



	.footerMain .line::after {
		width: 36.458vw;
	}

	.footerMain .footBrand {
		padding-top: 2.083vw;
	}

	.footerMain .footBrand .title {
		font-size: 0.781vw;
	}

	.footerMain .footBrand .footBrandList {
		margin-top: 1.563vw;
	}

	.footerMain .footBrand .footBrandList .list::after {
		height: 1.823vw;
	}

	.footerMain .footBrand .footBrandList .list img {
		height: 2.344vw;
	}

	.footerMain .footClassBox {
		margin-top: 2.604vw;
		/* padding-top: 2.604vw; */
	}

	.footerMain .footClassBox .footClass .list h3 {
		font-size: 0.781vw;
		padding-bottom: 0.521vw;
	}

	.footerMain .footClassBox .footClass .list p a {
		font-size: 0.729vw;
		line-height: -webkit-calc(30 / 14);
		line-height: calc(30 / 14);
	}

	.footerMain .footClassBox .footQrcode {
		width: 8vw;
		margin-left: 5vw;
	}

	.footerMain .footClassBox .footQrcode p {
		padding-top: 0.781vw;
		font-size: 0.625vw;
	}

	.footerMain .foot {
		margin-top: 2.604vw;
		padding: 1.823vw 0vw;
	}

	.footerMain .foot .copyright {
		font-size: 0.625vw;
	}

	.footerMain .foot .link a {
		margin-left: 0.781vw;
	}
}

@media (min-width: 1260px) {
	html {
		cursor: default;
	}

	.commonleft {
		float: left;
	}

	.commonright {
		float: right;
	}

	.commonweb {
		max-width: 84.375vw;
	}
}

@media screen and (max-width:1200px) {
	.index4 {
		padding: 60px 0;
	}

	.videoR {
		padding: 0 0 30px 30px;
	}

	.videoR .playBtn {
		width: 60px;
		height: 60px;
		left: 0px;
	}

	.index4 .text .H4 {
		font-size: 28px;
	}

	.index4 .text .H5 {
		font-size: 22px;
	}

	.videoBox2 {
		width: 90%;
	}
}
@media (max-width: 1600px) {
	.index5 {
		margin-top: 50px;
	}

	.index5 {
		padding: 40px 0 50px;
	}

	.index5 .box-c .tab-hd {
		width: 30%;
	}

	.index5 .box-c .tab-bd {
		width: 70%;
	}
	
	.index4 .text {
    width: 50%;
    }
    .videoR {
      width: 47%;
    }
	.index4 .text .p {
      font-size: 14px;
      margin: 10px 0;
      line-height: 28px;
    }
    .teacherPic {
      height: 470px;
    }
	.teacherPic .content {
      height: 470px;
    }
    .teacherPic h4 {
      font-size: 14px;
      line-height: 20px;
    }
}


@media (max-width: 1200px) {
	.index5 {
		margin-top: 50px;
	}

	.index5 {
		padding: 40px 0 50px;
	}

	.index5 .box-c .tab-hd {
		width: 30%;
	}

	.index5 .box-c .tab-bd {
		width: 70%;
	}
}

@media (max-width: 900px) {
	.index5 .box-c .tab-bd li dl {
		padding: 0 20px;
	}

	.index5 .box {
		margin-bottom: 20px;
	}
}

@media (max-width: 768px) {
	.commonweb {
		padding: 0px 10px;
	}

	.bannerBox .banner {
		overflow: hidden;
		position: relative;
		height: 250px;
		width: 100%;
		/* margin-top: 60px; */
	}

	.bannerBox .banner .bannerPageBox {
		bottom: 10px;
	}

	.index5 .box-c .tab-bd li dt span {
		display: none;
	}

	.index5 .box-h .txt h3 {
		font-size: 18px;
	}

	.index5 .box-h,
	.index5 .box-c,
	.index5 .box-c .tab-bd {
		width: 100%;
	}

	.index5 .box-h {
		margin-bottom: 5px;
	}
    .index5 .box-h .txt .more {
        width: 100px;
        height: 35px;
        font-size: 14px;
        line-height: 35px;
    }
	.index5 .tab {
		padding: 20px 10px;
	}

	.index5 .box-c .tab-bd li dt p {
		font-size: 15px;
	}

	.header .tel {
		display: none;
	}

	.case-panel .commonweb {
		padding: 0;
	}

	.index3 .swiper-button-next {
		right: 10px;
	}

	.index3 .swiper-button-prev {
		left: 10px;
	}

	.reclass {
		display: none !important;
	}

	.index4 {
		padding: 40px 0 30px 0;
		overflow: hidden;
	}

	.index4 .text {
		padding: 0;
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.index4 .text .H4 {
		font-size: 16px;
		width: 70%;
	}

	.index4 .text .H5 {
		font-size: 24px;
		padding: 10px 0;
		font-weight: bold;
	}

	.index4 .text .p {
		font-size: 14px;
		line-height: 26px;
		/* height: 200px; */
		margin: 15px 0;
	}

	.index4 .text .ab_fl_box {
		margin: 20px 0;
		overflow: hidden;

	}

	.index4 .text .ab_fl_box li {
		width: 49%;
		height: 30px;
		line-height: 30px;
		box-sizing: border-box;
		text-align: center;
	}

	.index4 .text .ab_fl_box li:nth-child(-n+2) {
		border-bottom: 1px solid #ffffff;
	}

	.index4 .text .ab_fl_box li:nth-child(2n) {
		border-left: 1px solid #ffffff;
	}

	.more2 {
		display: block;
		width: 100px;
		height: 35px;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		text-align: center;
		line-height: 35px;
		font-size: 13px;
		color: #FFFFFF;
		border-radius: 500px;
		position: absolute;
		right: 0;
		top: 50px;
		/* transform: translateY(-50%); */
	}

	.videoR {
		position: relative;
		width: 100%;
		top: auto;
		margin-top: 20px;
		padding: 0;
		float: none;
	}

	.videoR .pic {
		background: none !important;
		height: auto;
		width: 100%;
		/* height: 300px; */
	}

	.videoR .playBtn {
		width: 30px;
		height: 30px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.videoR .pc-playBtn {
		display: none;
	}

	.videoR .m-playBtn {
		display: block;
	}

	.index4 .aboutusNumber {
		margin-top: 4vw;
	}

	.index4 .aboutusNumber ul li {
		width: 33.33%;
		/* padding-bottom: 2vw; */
		height: 15vw;
		margin: 0;
	}

	.index4 .aboutusNumber ul li:nth-child(n+4) {
		border-top: 1px solid #e3e8ec;
	}

	.index4 .aboutusNumber ul li:nth-child(3n) {
		border-right: none;
	}

	.index4 .aboutusNumber ul li b {
		font-size: 16px;
	}

	.index4 .aboutusNumber ul li p {
		font-size: 13px;
	}

	.productsBg .productsMain {
		width: 100%;
		margin-right: 0;
	}

	.productsBg .productsMain .swiper-slide {
		width: 100%;
	}

	.productsBg .productsMain .swiper-slide img {
		width: 100%;
	}

	.productsBg {
		padding: 40px 0;
		background: rgba(246, 246, 246, .31);
	}
    .productsBg .box .tit-index b {
    font-size: 24px;
    }
	.productsBg .box .more {
		height: 35px;
		line-height: 35x;
		font-size: 13px;
		margin-top: 10px;
		vertical-align: middle;
	}

	.productsBg .box {
		margin-bottom: 20px;
	}

	.productsBg .swiper-button-prev,
	.productsBg .swiper-button-next {
		width: 28px;
		height: 28px;
		font-size: 13px
	}




	.index3 {
		padding: 50px 0;
	}

	.index3 .box {
		width: 100%;
		height: 150px;
		position: relative;
		margin-bottom: 20px;
	}
    .index3 .box .tit-index {
		color: #fff;
		width: 100%;
	}
	.index3 .box .tit-index b {
    font-size: 24px;
    font-weight: bold;
}
    .index3 .box .tit-index P span {
    font-size: 14px;
    }
	.index3 .box .more {
		width: 100px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		font-size: 13px;
		position: absolute;
		right: 0;
		top: 25px;
	}
   
	.index3 .box .nav_pro {
		width: 100%;
		height: 60px;
		position: absolute;
		top: 140px;
		right: 0;
		/* transform: translateY(-50%); */
		clear: both;
		display: flex;
		justify-content: center;
		align-content: center;
		padding: 0;
	}

	.index3 .box .nav_pro li {
		width: 25%;
		height: 20px;
		margin-top: 10px;
		line-height: 20px;
		text-align: center;
		border-right: #ffffff 1px solid;
	}

	.index3 .box .nav_pro li:nth-child(4n) {
		border-right: none;
	}

	.index3 .box .nav_pro li:nth-child(n+5) {
		width: 33.33%;
	}

	.index3 .box .nav_pro li a {
		font-size: 14px;
	}

	.index3 .swiper-container {
		width: 100%;
		margin: 0;
	}

	.index3 .swiper-slide {
		margin-top: 20px;
		margin-bottom: 20px;
		background-color: #ffffff;
	}

	.index3 .swiper-slide a {
		padding: 0;
		/* border-radius: 2px; */
	}

	.index3 .swiper-slide p {
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 22px;
	}

	.index3 .swiper-button-next,
	.index3 .swiper-button-prev {

		width: 35px !important;
		height: 35px !important;
		margin-top: 23px;
	}
	.ys-tit .ys-b {
		font-size: 22px;
		line-height: 40px;
	}
    .ys-tit .ys-p {
    font-size: 18px;
    line-height: 32px;
}
	.teacherPic {
		display: none;
	}

	.m_ys {
		display: block;
	}

	/* 内容tab选项卡 */
	.index2 {
		padding: 40px 0;
	}

	.m_ys {
		height: 500px;
	}

	.m_ys .tab {
		width: 100%;
		position: relative;
		margin: 0;
	}

	.m_ys .tab .tab_menu {
		width: 100%;
		float: left;
		position: absolute;
		bottom: 0;
		z-index: 1;
		background-color: rgba(255, 255, 255, 0.1);
	}

	.m_ys .tab .tab_menu li {
		float: left;
		width: 33.33%;
		height: 50px;
		line-height: 50px;
		border-bottom: 0px;
		cursor: pointer;
		text-align: center;
		margin: 0;
		background: rgba(18, 21, 44, 0.5);
		font-size: 18px;
		font-weight: bold;
		color: #FFC200;
		border-right: 1px solid rgba(255, 255, 255, 0.2);
	}

	.m_ys .tab .tab_menu li:nth-child(n+4) {
		width: 50%;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.m_ys .tab .tab_box {
		width: 100%;
		position: relative;
		padding: 0;
		top: 0;
		margin-top: 15px;
		overflow: hidden;
	}

	.m_ys .tab .tab_box div {
		padding: 0;
	}

	.m_ys .tab .tab_box .con {

		padding: 40px 20px;
		background-color: rgba(18, 21, 44, 0.5);
		margin-top: 120px;

	}

	.m_ys .tab .tab_box h4 {
		font-size: 24px;
		line-height: 35px;
		color: #ffffff;
	}

	.m_ys .tab .tab_box p {
		font-size: 15px;
		line-height: 26px;
		margin-top: 10px;
		color: #ffffff;
	}

	.m_ys .tab .tab_box .ys {
		height: 500px;
		overflow: hidden;
	}

	.m_ys .tab .tab_box .ys1 {
		background: url(../images/mys1.jpg) no-repeat center/auto 100%;
	}

	.m_ys .tab .tab_box .ys2 {
		background: url(../images/mys2.jpg) no-repeat center/auto 100%;
	}

	.m_ys .tab .tab_box .ys3 {
		background: url(../images/mys3.jpg) no-repeat center/auto 100%;
	}

	.m_ys .tab .tab_box .ys4 {
		background: url(../images/mys4.jpg) no-repeat center/auto 100%;
	}

	.m_ys .tab .tab_box .ys5 {
		background: url(../images/mys5.jpg) no-repeat center/auto 100%;
	}

	.m_ys .tab .tab_box h5 {}

	.m_ys .tab .tab_menu .selected {
		background-color: rgba(255, 255, 255, 0.8);
		cursor: pointer;
	}

	.hide {
		display: none;
	}

	.m_ys .tab_box div {
		/* padding: 10px; */
		/* height: 500px; */
	}

	.side {
		display: none;
	}

	.index5 {
		margin-top: 0;
	}

	.index5 .commonweb {
		overflow: hidden;
	}
    .index5 .box .tit-index b {
    font-size: 24px;
    }
	.index5 .box .more {
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		margin-top: 10px;
	}

	.index5 .box-c .tab {
		margin-top: 5px;
	}

	.index5 .box-c .tab-hd {
		float: none;
		width: 100%;
		overflow: hidden;
		height: auto;
		border-right: none;
	}

	.index5 .box-c .tab-hd li {
		height: 55px;
		line-height: 55px;
		width: 50%;
		float: left;
	}

	.index5 .box-c .tab {
		margin: 10px 0 0;
	}

	.index5 .box-c .tab-bd li dl {
		padding: 0;
	}

	.index5 .box-c .tab-bd li dt p {
		width: 70%;
		padding-left: 0;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.index5 .box-c .tab-bd li dt span {
		display: block;
		width: 25%;
		text-align: right;
	}

	/* 工具栏 */
	.mt13 {
		margin-bottom: 60px;
	}

	#toolbar {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 888;
		height: 60px;
		left: 0;
	}

	#toolbar .list {
		width: 100%;
		max-width: 640px;
		min-width: 320px;
		margin: 0 auto;
		background: #3c3c3c;
	}

	#toolbar .list li {
		float: left;
		width: 25%;
		text-align: center;

	}

	#toolbar .list a {
		display: block;
		height: 60px;
		line-height: 60px;
		font-size: 14px;
		color: #fff;
		padding-top: 0.15rem;
	}

	#toolbar .list a.hover {
		background: #005BAD;
	}

	#toolbar .list a s {
		margin: 5px auto;
		width: 30px;
		height: 30px;
		display: block;
		background-size: 482% auto;
	}

	#toolbar .list a span {
		text-align: center;
		line-height: 0.35rem;
		display: block;
	}

	#toolbar .list a .too-home {
		background-position: 0 0;
	}

	#toolbar .list a .too-qiao {
		background-position: -76px 0;
	}

	#toolbar .list a .too-map {
		background-position: -38px 0;
	}

	#toolbar .list a .too-tel {
		background-position: -113px 0;
	}

	.foot-icon {
		background: url(../images/icon.png) no-repeat;
		display: inline-block;
		/* background-size: 20px auto; */
		vertical-align: middle;
	}

	.xbg {
		width: 100%;
		display: block;
		position: fixed;
		height: 1.05rem;
		left: 0;
		bottom: 0;
		background: #fff;
		z-index: 880;
	}

	#toolbar .list a s span {
		color: #fff;
		padding-top: .9rem;
		text-transform: initial;
		font-style: normal;
	}

	/*微信弹窗*/
	#wxnr {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		z-index: 1000;
		display: none;
		background: rgba(0, 0, 0, .6);
	}

	#wxnr .nrdf {
		margin: auto;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		width: 70vw;
		height: 85vw;
		padding: 0.3rem;
		padding-top: 0.6rem;
		margin-top: -2.5rem;
		text-align: center;
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 2px 6px #777;
		-webkit-box-shadow: 0px 2px 6px #777;
		-moz-box-shadow: 0px 2px 6px #777;
		border-radius: 10px;
		transform: translateY(-50%);
	}

	#wxnr img {
		width: 40vw;
		height: 40vw;
		display: block;
		margin: 20px auto;
	}

	#wxnr p {
		font-size: 16px;
		line-height: 28px;
		text-align: center;
	}

	#wxnr i {
		position: absolute;
		top: 0.2rem;
		right: 0.2rem;
		width: 20px;
		height: 20px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-style: normal;
		background: #333;
		border-radius: 1rem;
		cursor: pointer;
	}

	#wxnr span {
		display: inline-block;
		padding: 0 0.5rem;
		line-height: 30px;
		background-color: #005BAD;
		color: #fff;
		border-radius: 5px;
		cursor: pointer;
	}

	#wxnr span.wx {
		padding-left: 1rem;
		background-image: url(../images/wx.png);
		background-size: 15px;
		background-position: 5px center;
		background-repeat: no-repeat;
	}

	/*复制提示*/
	#weixin {
		position: fixed;
		top: 50%;
		margin-top: -0.4rem;
		z-index: 9999999;
		font-size: 18px;
		color: #fff;
		width: 90%;
		right: 5%;
		line-height: 40px;
		text-align: center;
		background: rgba(0, 0, 0, 0.8);
		border: 2px solid #333;
		border-radius: 5px;
		display: none;
	}

	.footerMain .foot .copyright {
		font-size: 12px;
		line-height: 24px;
	}
    .pc-bannerBox{
        display: none;
    }
    .m-bannerBox{
        display: block;
    }
}